:root {
  --red: #e2231a;
  --red-dark: #b91610;
  --ink: #151515;
  --muted: #6d6d73;
  --cream: #f4eee8;
  --cream-2: #fbf8f5;
  --line: #ded7cf;
  --dark: #09050b;
  --dark-card: #1a101b;
  --max: 1152px;
  --shadow: 0 18px 52px rgba(22, 17, 13, 0.1);
}

:where(#lenovo-v2-wrapper) * {
  box-sizing: border-box;
}

#lenovo-v2-wrapper {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  overflow-x: hidden;
}

background: #fff;
font-family: Inter,
ui-sans-serif,
system-ui,
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
sans-serif;
letter-spacing: 0;
}

:where(#lenovo-v2-wrapper) img,
:where(#lenovo-v2-wrapper) video {
  display: block;
  max-width: 100%;
}

:where(#lenovo-v2-wrapper) a {
  color: inherit;
  text-decoration: none;
}

:where(#lenovo-v2-wrapper) button,
:where(#lenovo-v2-wrapper) input,
:where(#lenovo-v2-wrapper) textarea {
  font: inherit;
}

:where(#lenovo-v2-wrapper) .site-header {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 10;
}

:where(#lenovo-v2-wrapper) .nav {
  width: min(100%, 1200px);
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

:where(#lenovo-v2-wrapper) .brand-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 900;
}

:where(#lenovo-v2-wrapper) .team-logo {
  color: #2a9b58;
  font-size: 20px;
  line-height: 0.85;
  letter-spacing: 0;
}

:where(#lenovo-v2-wrapper) .team-logo span {
  color: #2f72c4;
}

:where(#lenovo-v2-wrapper) .lenovo-logo {
  min-width: 72px;
  height: 22px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--red);
  color: #fff;
  border-radius: 1px;
  font-size: 12px;
  font-weight: 900;
  text-transform: lowercase;
}

:where(#lenovo-v2-wrapper) .nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #202020;
  font-size: 12px;
  font-weight: 700;
}

:where(#lenovo-v2-wrapper) .button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 0;
  border-radius: 2px;
  background: var(--red);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

:where(#lenovo-v2-wrapper) .button:hover {
  transform: translateY(-2px);
  background: var(--red-dark);
  box-shadow: 0 12px 24px rgba(226, 35, 26, 0.22);
}

:where(#lenovo-v2-wrapper) .button.ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  box-shadow: none;
}

:where(#lenovo-v2-wrapper) .button.ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.8);
}

:where(#lenovo-v2-wrapper) .text-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  transition: transform 180ms ease, color 180ms ease;
}

:where(#lenovo-v2-wrapper) .text-link:hover {
  transform: translateY(-2px);
  color: #ffddd9;
}

:where(#lenovo-v2-wrapper) .actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

:where(#lenovo-v2-wrapper) .hero {
  height: 812px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #08080a;
}

:where(#lenovo-v2-wrapper) .hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

:where(#lenovo-v2-wrapper) .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.24) 46%, rgba(0, 0, 0, 0.06));
  pointer-events: none;
}

:where(#lenovo-v2-wrapper) .hero-inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 178px 0 0;
}

:where(#lenovo-v2-wrapper) .hero h1 {
  margin: 0 0 34px;
  max-width: 660px;
  font-size: 70px;
  line-height: 74px;
  letter-spacing: -1.6px;
  font-weight: 500;
}

:where(#lenovo-v2-wrapper) .section {
  padding: 112px 24px;
}

:where(#lenovo-v2-wrapper) .section-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

:where(#lenovo-v2-wrapper) .eyebrow {
  margin: 0 0 24px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

:where(#lenovo-v2-wrapper) .eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--red);
  display: inline-block;
}

:where(#lenovo-v2-wrapper) .section-title {
  margin: 0;
  font-size: 52px;
  line-height: 1.08;
  letter-spacing: 0;
}

:where(#lenovo-v2-wrapper) .section-subtitle {
  margin: 18px auto 0;
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

:where(#lenovo-v2-wrapper) .why-intro {
  background: var(--cream-2);
  padding: 104px 24px 98px;
}

:where(#lenovo-v2-wrapper) .why-intro .section-inner {
  display: grid;
  grid-template-columns: 0.86fr 1fr;
  gap: 92px;
  align-items: start;
}

:where(#lenovo-v2-wrapper) .why-intro h2 {
  margin: 0;
  max-width: 430px;
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 500;
}

:where(#lenovo-v2-wrapper) .why-copy h3 {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.45;
  color: #5b5a60;
  font-weight: 650;
}

:where(#lenovo-v2-wrapper) .why-copy p {
  margin: 0;
  color: #6e6d73;
  font-size: 15px;
  line-height: 1.7;
}

:where(#lenovo-v2-wrapper) .team-section {
  padding: 104px 24px 92px;
  background: #fff;
  text-align: center;
}

:where(#lenovo-v2-wrapper) .team-section .eyebrow {
  margin-bottom: 18px;
}

:where(#lenovo-v2-wrapper) .team-section .eyebrow::before {
  display: none;
}

:where(#lenovo-v2-wrapper) .team-section .section-title {
  font-size: 36px;
  font-weight: 700;
}

:where(#lenovo-v2-wrapper) .team-section .section-subtitle {
  max-width: 620px;
  font-size: 14px;
}

:where(#lenovo-v2-wrapper) .team-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  text-align: left;
}

:where(#lenovo-v2-wrapper) .mini-card {
  min-height: 118px;
  grid-column: span 2;
  padding: 19px 20px 20px;
  border: 1px solid #e9e4de;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(15, 11, 9, 0.04);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

:where(#lenovo-v2-wrapper) .mini-card:nth-child(4),
:where(#lenovo-v2-wrapper) .mini-card:nth-child(5) {
  grid-column: span 3;
}

:where(#lenovo-v2-wrapper) .mini-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 38px rgba(15, 11, 9, 0.08);
}

:where(#lenovo-v2-wrapper) .mini-card .num {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.6px;
}

:where(#lenovo-v2-wrapper) .mini-card h3 {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
}

:where(#lenovo-v2-wrapper) .mini-card p {
  margin: 0;
  color: #69676c;
  font-size: 11px;
  line-height: 1.45;
}

:where(#lenovo-v2-wrapper) .portfolio {
  background: var(--cream);
  padding: 122px 24px 120px;
}

:where(#lenovo-v2-wrapper) .portfolio-head {
  display: grid;
  grid-template-columns: minmax(0, 660px) 360px;
  justify-content: space-between;
  align-items: start;
  gap: 60px;
  margin-bottom: 58px;
}

:where(#lenovo-v2-wrapper) .portfolio .eyebrow {
  margin-bottom: 22px;
}

:where(#lenovo-v2-wrapper) .portfolio .section-title {
  max-width: 640px;
  font-size: 50px;
  line-height: 1.07;
  font-weight: 700;
  color: var(--ink);
}

:where(#lenovo-v2-wrapper) .portfolio-copy {
  margin: 66px 0 0;
  color: #6c6866;
  font-size: 18px;
  line-height: 1.55;
  text-align: right;
}

:where(#lenovo-v2-wrapper) .tabs {
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 0;
  border-bottom: 1px solid var(--line);
  margin-bottom: 40px;
}

:where(#lenovo-v2-wrapper) .tab-button {
  min-width: 192px;
  height: 52px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #706d6a;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: left;
  padding: 0 34px;
  transition: color 160ms ease, border-color 160ms ease;
}

:where(#lenovo-v2-wrapper) .tab-button[aria-selected="true"] {
  color: var(--red);
  border-color: var(--red);
  font-weight: 800;
}

:where(#lenovo-v2-wrapper) .tab-panel {
  display: grid;
  gap: 22px;
}

:where(#lenovo-v2-wrapper) .tab-panel[hidden] {
  display: none;
}

:where(#lenovo-v2-wrapper) .tab-panel.laptops {
  grid-template-columns: 752px 376px;
  grid-template-areas: "thinkpad thinkbook" "yoga yoga";
}

:where(#lenovo-v2-wrapper) .tab-panel.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

:where(#lenovo-v2-wrapper) .product-card {
  overflow: hidden;
  border: 1px solid #ded8d1;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

:where(#lenovo-v2-wrapper) .product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

:where(#lenovo-v2-wrapper) .tab-panel.laptops .product-card:nth-child(1) {
  grid-area: thinkpad;
}

:where(#lenovo-v2-wrapper) .tab-panel.laptops .product-card:nth-child(2) {
  grid-area: thinkbook;
}

:where(#lenovo-v2-wrapper) .tab-panel.laptops .product-card:nth-child(3) {
  grid-area: yoga;
}

:where(#lenovo-v2-wrapper) .product-card img {
  width: 100%;
  height: 318px;
  object-fit: cover;
  background: #191719;
}

:where(#lenovo-v2-wrapper) .tab-panel.laptops .product-card:nth-child(1) img {
  height: 423px;
}

:where(#lenovo-v2-wrapper) .tab-panel.laptops .product-card:nth-child(2) img {
  height: 423px;
}

:where(#lenovo-v2-wrapper) .tab-panel.laptops .product-card:nth-child(3) img {
  height: 647px;
}

:where(#lenovo-v2-wrapper) .product-body {
  padding: 28px;
  min-height: 286px;
  display: flex;
  flex-direction: column;
}

:where(#lenovo-v2-wrapper) .tab-panel.laptops .product-card:nth-child(3) .product-body {
  min-height: 178px;
}

:where(#lenovo-v2-wrapper) .product-kicker {
  margin: 0 0 15px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.45px;
  line-height: 1.35;
  text-transform: uppercase;
}

:where(#lenovo-v2-wrapper) .product-body h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.22;
  letter-spacing: 0;
}

:where(#lenovo-v2-wrapper) .product-body p {
  margin: 0;
  color: #6f6c70;
  font-size: 16px;
  line-height: 1.55;
}

:where(#lenovo-v2-wrapper) .chips {
  margin-top: auto;
  padding-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

:where(#lenovo-v2-wrapper) .chip {
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 4px;
  background: #f1ebe6;
  color: #1b1b1b;
  font-size: 12px;
  font-weight: 850;
}

:where(#lenovo-v2-wrapper) .solutions {
  padding: 110px 24px 116px;
  color: #fff;
  background:
    radial-gradient(circle at 77% 18%, rgba(226, 35, 26, 0.24), transparent 25%),
    radial-gradient(circle at 20% 15%, rgba(79, 37, 96, 0.36), transparent 33%),
    linear-gradient(150deg, #050208, #160715 58%, #060207);
  text-align: center;
}

:where(#lenovo-v2-wrapper) .solutions .eyebrow {
  color: var(--red);
  margin-bottom: 18px;
}

:where(#lenovo-v2-wrapper) .solutions .eyebrow::before {
  display: none;
}

:where(#lenovo-v2-wrapper) .solutions .section-title {
  max-width: 560px;
  margin: 0 auto;
  font-size: 34px;
  color: #fff;
  font-weight: 700;
}

:where(#lenovo-v2-wrapper) .solution-grid {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  text-align: left;
}

:where(#lenovo-v2-wrapper) .solution-card {
  grid-column: span 2;
  min-height: 162px;
  padding: 25px 24px;
  border: 1px solid rgba(226, 35, 26, 0.24);
  border-bottom: 2px solid var(--red);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 180ms ease, background 180ms ease;
}

:where(#lenovo-v2-wrapper) .solution-card:nth-child(4),
:where(#lenovo-v2-wrapper) .solution-card:nth-child(5) {
  grid-column: span 3;
}

:where(#lenovo-v2-wrapper) .solution-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.085);
}

:where(#lenovo-v2-wrapper) .solution-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 22px;
  display: block;
  border-radius: 5px;
  background: rgba(226, 35, 26, 0.2);
  border: 1px solid rgba(226, 35, 26, 0.5);
}

:where(#lenovo-v2-wrapper) .solution-icon.solut-tk1 {
  background-image: url('assets/lenovo/LenovoPage.png');
  background-repeat: no-repeat;
  background-position: center;
}

:where(#lenovo-v2-wrapper) .solution-icon.solut-tk2 {
  background-image: url('assets/lenovo/LenovoPage2.png');
  background-repeat: no-repeat;
  background-position: center;
}

:where(#lenovo-v2-wrapper) .solution-icon.solut-tk3 {
  background-image: url('assets/lenovo/LenovoPage3.png');
  background-repeat: no-repeat;
  background-position: center;
}

:where(#lenovo-v2-wrapper) .solution-icon.solut-tk4 {
  background-image: url('assets/lenovo/LenovoPage4.png');
  background-repeat: no-repeat;
  background-position: center;
}

:where(#lenovo-v2-wrapper) .solution-icon.solut-tk5 {
  background-image: url('assets/lenovo/LenovoPage5.png');
  background-repeat: no-repeat;
  background-position: center;
}

:where(#lenovo-v2-wrapper) .solution-card h3 {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.25;
  color: #fff;
  font-weight: 700;
}

:where(#lenovo-v2-wrapper) .solution-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  line-height: 1.55;
}

:where(#lenovo-v2-wrapper) .infra {
  padding: 104px 24px 96px;
  text-align: center;
  background: #fff;
}

:where(#lenovo-v2-wrapper) .infra .eyebrow::before {
  display: none;
}

:where(#lenovo-v2-wrapper) .infra .section-title {
  font-size: 34px;
}

:where(#lenovo-v2-wrapper) .infra .section-subtitle {
  max-width: 610px;
  font-size: 13px;
}

:where(#lenovo-v2-wrapper) .infra-layout {
  margin-top: 58px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 20px;
  text-align: left;
}

:where(#lenovo-v2-wrapper) .infra-small-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: left;
}

:where(#lenovo-v2-wrapper) .infra-card {
  overflow: hidden;
  border: 1px solid #e5e1dc;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 11px 30px rgba(20, 15, 12, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

:where(#lenovo-v2-wrapper) .infra-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

:where(#lenovo-v2-wrapper) .infra-card img {
  width: 100%;
  height: 208px;
  object-fit: cover;
}

:where(#lenovo-v2-wrapper) .infra-card.large img,
:where(#lenovo-v2-wrapper) .infra-card.tall img {
  height: 382px;
}

:where(#lenovo-v2-wrapper) .infra-body {
  padding: 22px 22px 24px;
}

:where(#lenovo-v2-wrapper) .tag {
  margin-bottom: 13px;
  display: inline-flex;
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

:where(#lenovo-v2-wrapper) .infra-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

:where(#lenovo-v2-wrapper) .infra-card p {
  margin: 0;
  color: #6f6d72;
  font-size: 13px;
  line-height: 1.55;
}

:where(#lenovo-v2-wrapper) .advantage {
  padding: 0 24px 104px;
  background: #fff;
}

:where(#lenovo-v2-wrapper) .advantage-panel {
  min-height: 668px;
  padding: 64px;
  position: relative;
  overflow: hidden;
  color: #fff;
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 3%, rgba(226, 35, 26, 0.42), transparent 23%),
    linear-gradient(150deg, #170205, #31070b 56%, #060103);
  box-shadow: 0 28px 70px rgba(43, 5, 8, 0.25);
}

:where(#lenovo-v2-wrapper) .advantage-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0 55%, rgba(226, 35, 26, 0.12) 55% 56%, transparent 56%);
  pointer-events: none;
}

:where(#lenovo-v2-wrapper) .advantage-content {
  position: relative;
  z-index: 1;
}

:where(#lenovo-v2-wrapper) .partner-badge {
  position: absolute;
  top: 44px;
  right: 44px;
  padding: 12px 18px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(226, 35, 26, 0.16);
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

:where(#lenovo-v2-wrapper) .advantage h2 {
  margin: 0;
  max-width: 560px;
  font-size: 42px;
  line-height: 1.08;
}

:where(#lenovo-v2-wrapper) .advantage-copy {
  margin: 18px 0 0;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.55;
}

:where(#lenovo-v2-wrapper) .advantage-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

:where(#lenovo-v2-wrapper) .advantage-card {
  min-height: 132px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.07);
}

:where(#lenovo-v2-wrapper) .advantage-card h3 {
  margin: 0 0 10px;
  font-size: 15px;
  color: #fff;
}

:where(#lenovo-v2-wrapper) .advantage-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  line-height: 1.5;
}

:where(#lenovo-v2-wrapper) .contact {
  padding: 104px 24px;
  color: #fff;
  background:
    radial-gradient(circle at 8% 78%, rgba(25, 80, 171, 0.38), transparent 27%),
    radial-gradient(circle at 78% 4%, rgba(125, 45, 147, 0.24), transparent 31%),
    linear-gradient(150deg, #060507, #0a0710 58%, #040305);
}

:where(#lenovo-v2-wrapper) .contact-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: start;
}

:where(#lenovo-v2-wrapper) .contact h2 {
  margin: 0 0 22px;
  font-size: 36px;
  line-height: 1.05;
}

:where(#lenovo-v2-wrapper) .contact p {
  margin: 0;
  max-width: 390px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 15px;
  line-height: 1.65;
}

:where(#lenovo-v2-wrapper) .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 16px;
}

:where(#lenovo-v2-wrapper) .field.full {
  grid-column: 1 / -1;
}

:where(#lenovo-v2-wrapper) label {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  font-weight: 800;
}

:where(#lenovo-v2-wrapper) input,
:where(#lenovo-v2-wrapper) textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 13px 14px;
  outline: 0;
}

:where(#lenovo-v2-wrapper) textarea {
  min-height: 118px;
  resize: vertical;
}

:where(#lenovo-v2-wrapper) input::placeholder,
:where(#lenovo-v2-wrapper) textarea::placeholder {
  color: rgba(255, 255, 255, 0.32);
}

:where(#lenovo-v2-wrapper) .form-note {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.44);
  font-size: 11px;
}

:where(#lenovo-v2-wrapper) .faq {
  padding: 100px 24px;
  background: #fff;
}

:where(#lenovo-v2-wrapper) .faq-layout {
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 94px;
  align-items: start;
}

:where(#lenovo-v2-wrapper) .faq .section-title {
  font-size: 36px;
  font-weight: 500;
}

:where(#lenovo-v2-wrapper) .faq .section-subtitle {
  margin-left: 0;
  font-size: 13px;
}

:where(#lenovo-v2-wrapper) .faq-list {
  border-top: 1px solid #dedbd8;
}

:where(#lenovo-v2-wrapper) details {
  border-bottom: 1px solid #dedbd8;
}

:where(#lenovo-v2-wrapper) summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 20px 34px 20px 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

:where(#lenovo-v2-wrapper) summary::-webkit-details-marker {
  display: none;
}

:where(#lenovo-v2-wrapper) summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 20px;
  color: var(--red);
}

:where(#lenovo-v2-wrapper) details[open] summary::after {
  content: "-";
}

:where(#lenovo-v2-wrapper) details p {
  margin: 0 0 20px;
  color: #6f6d72;
  font-size: 13px;
  line-height: 1.55;
}

:where(#lenovo-v2-wrapper) .bottom-cta {
  min-height: 554px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: #fff;
  background: #0b0305;
}

:where(#lenovo-v2-wrapper) .bottom-cta img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

:where(#lenovo-v2-wrapper) .bottom-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.25) 52%, rgba(0, 0, 0, 0));
}

:where(#lenovo-v2-wrapper) .cta-inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  margin: 0 auto;
}

:where(#lenovo-v2-wrapper) .bottom-cta .eyebrow::before {
  display: none;
}

:where(#lenovo-v2-wrapper) .bottom-cta h2 {
  margin: 0;
  max-width: 600px;
  font-size: 46px;
  line-height: 1.06;
}

:where(#lenovo-v2-wrapper) .bottom-cta p {
  margin: 18px 0 28px;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.6;
}

:where(#lenovo-v2-wrapper) .site-footer {
  padding: 64px 24px 50px;
  color: #fff;
  background: #292929;
}

:where(#lenovo-v2-wrapper) .footer-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

:where(#lenovo-v2-wrapper) .footer-title {
  margin: 0 0 34px;
  font-size: 26px;
}

:where(#lenovo-v2-wrapper) .footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.7fr 0.7fr;
  gap: 70px;
}

:where(#lenovo-v2-wrapper) .footer-about p,
:where(#lenovo-v2-wrapper) .footer-col li {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.7;
}

:where(#lenovo-v2-wrapper) .footer-logo {
  width: 94px;
  margin-top: 28px;
}

:where(#lenovo-v2-wrapper) .footer-col h3 {
  margin: 0 0 16px;
  font-size: 12px;
  letter-spacing: 1.3px;
}

:where(#lenovo-v2-wrapper) .footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

:where(#lenovo-v2-wrapper) .socials {
  display: flex;
  gap: 10px;
}

:where(#lenovo-v2-wrapper) .socials a {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

:where(#lenovo-v2-wrapper) .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 560ms ease, transform 560ms ease;
  transition-delay: var(--delay, 0ms);
}

:where(#lenovo-v2-wrapper) .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  :where(#lenovo-v2-wrapper) .nav-links {
    display: none;
  }

  :where(#lenovo-v2-wrapper) .hero {
    height: 640px;
  }

  :where(#lenovo-v2-wrapper) .hero-inner {
    padding: 138px 24px 0;
  }

  :where(#lenovo-v2-wrapper) .hero h1 {
    font-size: 44px;
  }

  :where(#lenovo-v2-wrapper) .why-intro .section-inner,
  :where(#lenovo-v2-wrapper) .contact-inner,
  :where(#lenovo-v2-wrapper) .faq-layout,
  :where(#lenovo-v2-wrapper) .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  :where(#lenovo-v2-wrapper) .team-grid,
  :where(#lenovo-v2-wrapper) .solution-grid,
  :where(#lenovo-v2-wrapper) .infra-small-grid,
  :where(#lenovo-v2-wrapper) .advantage-grid {
    grid-template-columns: 1fr;
  }

  :where(#lenovo-v2-wrapper) .mini-card,
  :where(#lenovo-v2-wrapper) .mini-card:nth-child(4),
  :where(#lenovo-v2-wrapper) .mini-card:nth-child(5),
  :where(#lenovo-v2-wrapper) .solution-card,
  :where(#lenovo-v2-wrapper) .solution-card:nth-child(4),
  :where(#lenovo-v2-wrapper) .solution-card:nth-child(5) {
    grid-column: auto;
  }

  :where(#lenovo-v2-wrapper) .portfolio-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  :where(#lenovo-v2-wrapper) .portfolio-copy {
    margin-top: 0;
    text-align: left;
  }

  :where(#lenovo-v2-wrapper) .tabs {
    overflow-x: auto;
  }

  :where(#lenovo-v2-wrapper) .tab-button {
    min-width: 170px;
    padding: 0 18px;
  }

  :where(#lenovo-v2-wrapper) .tab-panel.laptops,
  :where(#lenovo-v2-wrapper) .tab-panel.two-up,
  :where(#lenovo-v2-wrapper) .infra-layout {
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }

  :where(#lenovo-v2-wrapper) .tab-panel.laptops .product-card {
    grid-area: auto !important;
  }

  :where(#lenovo-v2-wrapper) .product-card img,
  :where(#lenovo-v2-wrapper) .tab-panel.laptops .product-card:nth-child(1) img,
  :where(#lenovo-v2-wrapper) .tab-panel.laptops .product-card:nth-child(2) img,
  :where(#lenovo-v2-wrapper) .tab-panel.laptops .product-card:nth-child(3) img,
  :where(#lenovo-v2-wrapper) .infra-card img,
  :where(#lenovo-v2-wrapper) .infra-card.large img,
  :where(#lenovo-v2-wrapper) .infra-card.tall img {
    height: 300px;
  }

  :where(#lenovo-v2-wrapper) .partner-badge {
    position: static;
    display: inline-flex;
    margin-bottom: 24px;
  }
}

@media (max-width: 640px) {
  :where(#lenovo-v2-wrapper) .site-header {
    height: 76px;
  }

  :where(#lenovo-v2-wrapper) .team-logo {
    font-size: 17px;
  }

  :where(#lenovo-v2-wrapper) .hero {
    height: 560px;
  }

  :where(#lenovo-v2-wrapper) .hero-inner {
    padding-top: 112px;
  }

  :where(#lenovo-v2-wrapper) .hero h1 {
    font-size: 38px;
    max-width: 330px;
  }

  :where(#lenovo-v2-wrapper) .section,
  :where(#lenovo-v2-wrapper) .portfolio,
  :where(#lenovo-v2-wrapper) .team-section,
  :where(#lenovo-v2-wrapper) .why-intro,
  :where(#lenovo-v2-wrapper) .solutions,
  :where(#lenovo-v2-wrapper) .infra,
  :where(#lenovo-v2-wrapper) .faq,
  :where(#lenovo-v2-wrapper) .contact,
  :where(#lenovo-v2-wrapper) .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  :where(#lenovo-v2-wrapper) .section-title,
  :where(#lenovo-v2-wrapper) .portfolio .section-title {
    font-size: 34px;
  }

  :where(#lenovo-v2-wrapper) .portfolio {
    padding-top: 78px;
    padding-bottom: 84px;
  }

  :where(#lenovo-v2-wrapper) .product-body {
    padding: 22px;
  }

  :where(#lenovo-v2-wrapper) .product-body h3 {
    font-size: 22px;
  }

  :where(#lenovo-v2-wrapper) .product-card img,
  :where(#lenovo-v2-wrapper) .tab-panel.laptops .product-card:nth-child(1) img,
  :where(#lenovo-v2-wrapper) .tab-panel.laptops .product-card:nth-child(2) img,
  :where(#lenovo-v2-wrapper) .tab-panel.laptops .product-card:nth-child(3) img {
    height: 235px;
  }

  :where(#lenovo-v2-wrapper) .form-grid {
    grid-template-columns: 1fr;
  }

  :where(#lenovo-v2-wrapper) .field.full,
  :where(#lenovo-v2-wrapper) .form-note {
    grid-column: auto;
  }

  :where(#lenovo-v2-wrapper) .advantage-panel {
    padding: 36px 22px;
    min-height: auto;
  }

  :where(#lenovo-v2-wrapper) .bottom-cta {
    min-height: 500px;
  }
}

@media (prefers-reduced-motion: reduce) {

  :where(#lenovo-v2-wrapper) *,
  :where(#lenovo-v2-wrapper) *::before,
  :where(#lenovo-v2-wrapper) *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  :where(#lenovo-v2-wrapper) .reveal {
    opacity: 1;
    transform: none;
  }
}