:root {
  --v17-ink: #07101d;
  --v17-ink-soft: #0d1828;
  --v17-paper: #f4f1eb;
  --v17-white: #fff;
  --v17-blue: #2468ff;
  --v17-blue-deep: #154ed1;
  --v17-steel: #9aa6b6;
  --v17-line: rgba(7, 16, 29, .16);
  --v17-line-dark: rgba(255, 255, 255, .16);
  --v17-radius: 3px;
}

.v17-site { background: var(--v17-paper); color: var(--v17-ink); }
.v17-site .shell { width: min(1240px, calc(100% - 64px)); }
.v17-site main > section { padding: 0; }
.v17-site h1,
.v17-site h2,
.v17-site h3 { font-weight: 760; letter-spacing: -.055em; }
.v17-site .button { min-height: 50px; padding: 0 20px; border-radius: 2px; box-shadow: none; font-size: 12px; letter-spacing: -.01em; }
.v17-site .button:hover { transform: none; }
.v17-site .button-primary { border-color: var(--v17-blue); background: var(--v17-blue); }
.v17-site .button-primary:hover { border-color: var(--v17-blue-deep); background: var(--v17-blue-deep); }
.v17-site .button-light { border-color: #fff; background: #fff; color: var(--v17-ink); }
.v17-site .testbar { min-height: 29px; padding: 6px 20px; gap: 24px; background: #02060c; color: #94a0b0; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 7px; letter-spacing: .16em; }
.v17-site .testbar span + span::before { width: 3px; height: 3px; margin-right: 24px; background: var(--v17-blue); }
.v17-site .mark { width: 30px; height: 30px; border-radius: 3px; background: #07101d; }
.v17-site .mark img { width: 22px; height: 22px; }
.v17-site .brand { gap: 9px; font-size: 17px; letter-spacing: -.035em; }
.v17-header { border-bottom: 1px solid rgba(7, 16, 29, .1); background: rgba(244, 241, 235, .92); }
.v17-header nav { height: 68px; }
.v17-header .navlinks { gap: 27px; font-size: 11px; }
.v17-header .button-small { min-height: 40px; border-radius: 2px; }
.v17-home .v17-header { position: absolute; top: 29px; right: 0; left: 0; border-color: rgba(255, 255, 255, .13); background: rgba(3, 9, 17, .66); color: #fff; backdrop-filter: blur(18px); }
.v17-home .v17-header .brand { color: #fff; }
.v17-home .v17-header .mark { background: rgba(255,255,255,.06); }
.v17-home .v17-header .button { border-color: rgba(255,255,255,.28); background: transparent; }

.v17-kicker,
.v17-section-intro > span,
.v17-film-head span,
.v17-link-statement > span,
.v17-use-head > span,
.v17-software-copy > span,
.v17-shop-head > span,
.v17-qa > .shell > div > span,
.v17-final > .shell > div > span {
  display: block;
  color: var(--v17-blue);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.v17-hero { position: relative; min-height: 790px; overflow: hidden; background: #030914; color: #fff; }
.v17-hero-media { position: absolute; inset: 0; margin: 0; }
.v17-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.v17-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,9,18,.98) 0%, rgba(3,9,18,.84) 30%, rgba(3,9,18,.15) 64%, rgba(3,9,18,.08) 100%); }
.v17-hero-inner { position: relative; z-index: 2; display: flex; align-items: center; min-height: 790px; padding-top: 68px; }
.v17-hero-copy { width: min(520px, 48vw); }
.v17-hero-copy h1 { max-width: 520px; margin: 23px 0 23px; color: #fff; font-size: clamp(50px, 5vw, 72px); line-height: .96; }
.v17-hero-copy > p { max-width: 480px; margin: 0; color: #c5ccd5; font-size: 17px; line-height: 1.55; letter-spacing: -.02em; }
.v17-hero .hero-actions { gap: 24px; margin: 34px 0 49px; }
.v17-text-link { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 12px; font-weight: 720; text-decoration: none; }
.v17-text-link > span { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; font-size: 8px; }
.v17-product-index { display: grid; grid-template-columns: 1fr 1.2fr; border-top: 1px solid var(--v17-line-dark); border-bottom: 1px solid var(--v17-line-dark); }
.v17-product-index a { display: grid; grid-template-columns: 26px 1fr; gap: 3px 10px; padding: 17px 14px 17px 0; color: #fff; text-decoration: none; }
.v17-product-index a + a { padding-left: 18px; border-left: 1px solid var(--v17-line-dark); }
.v17-product-index b { grid-row: span 2; color: var(--v17-blue); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; }
.v17-product-index span { font-size: 12px; font-weight: 740; }
.v17-product-index small { color: #8996a8; font-size: 9px; }
.v17-media-disclosure { position: absolute; z-index: 2; right: 22px; bottom: 17px; margin: 0; color: #6f7c8e; font-size: 7px; letter-spacing: .02em; }

.v17-products { padding: 112px 0 132px !important; background: var(--v17-paper); }
.v17-section-intro { display: grid; grid-template-columns: .55fr 1.1fr .75fr; gap: 52px; align-items: end; margin-bottom: 68px; }
.v17-section-intro h2 { margin: 0; font-size: clamp(40px, 4.2vw, 59px); line-height: .98; }
.v17-section-intro p { max-width: 330px; margin: 0 0 3px; color: #626c78; font-size: 14px; line-height: 1.65; }
.v17-product-ledger { border-top: 1px solid var(--v17-ink); }
.v17-product-row { display: grid; grid-template-columns: 1.43fr .72fr; min-height: 570px; border-bottom: 1px solid var(--v17-ink); }
.v17-card-row { grid-template-columns: .72fr 1.43fr; }
.v17-product-visual { position: relative; display: block; min-width: 0; overflow: hidden; background: #101722; }
.v17-product-visual picture,
.v17-product-visual img { display: block; width: 100%; height: 100%; }
.v17-product-visual img { object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.v17-product-visual:hover img { transform: scale(1.012); }
.v17-image-tag { position: absolute; right: 15px; bottom: 14px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.18); background: rgba(3,9,17,.72); color: #d5dbe3; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 7px; letter-spacing: .1em; }
.v17-product-copy { display: flex; flex-direction: column; justify-content: center; padding: 55px 46px; background: #fff; }
.v17-card-row .v17-product-copy { background: #0a1422; color: #fff; }
.v17-product-title { display: flex; gap: 23px; align-items: start; margin-bottom: 42px; }
.v17-product-title > span { color: var(--v17-blue); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; }
.v17-product-title small { color: #737e8b; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 8px; letter-spacing: .11em; }
.v17-product-title h3 { margin: 5px 0 0; font-size: clamp(33px, 3.2vw, 46px); line-height: .95; }
.v17-product-line { margin: 0 0 17px; font-size: 20px; font-weight: 720; line-height: 1.22; letter-spacing: -.035em; }
.v17-product-copy > p:not(.v17-product-line) { margin: 0; color: #646f7c; font-size: 13px; line-height: 1.7; }
.v17-card-row .v17-product-copy > p:not(.v17-product-line) { color: #a7b2c0; }
.v17-product-copy ul { margin: 35px 0 34px; padding: 0; border-top: 1px solid var(--v17-line); list-style: none; }
.v17-card-row .v17-product-copy ul { border-color: var(--v17-line-dark); }
.v17-product-copy li { padding: 12px 0; border-bottom: 1px solid var(--v17-line); color: #485461; font-size: 10px; }
.v17-card-row .v17-product-copy li { border-color: var(--v17-line-dark); color: #c2cad4; }
.v17-product-copy li::before { margin-right: 12px; color: var(--v17-blue); content: "•"; }
.v17-arrow-link { display: inline-flex; justify-content: space-between; align-items: center; width: 100%; padding: 14px 0; border-bottom: 1px solid currentColor; color: var(--v17-ink); font-size: 11px; font-weight: 780; text-decoration: none; }
.v17-card-row .v17-arrow-link { color: #fff; }

.v17-film { padding: 105px 0 118px !important; background: #030914; color: #fff; }
.v17-film-head { display: grid; grid-template-columns: 1fr .58fr; gap: 70px; align-items: end; margin-bottom: 42px; }
.v17-film-head h2 { margin: 13px 0 0; color: #fff; font-size: clamp(42px, 4.2vw, 60px); line-height: .95; }
.v17-film-head p { margin: 0 0 4px; color: #8f9cad; font-size: 13px; line-height: 1.65; }
.v17-film-stage { border: 1px solid var(--v17-line-dark); background: #07101d; }
.v17-film-switcher { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--v17-line-dark); }
.v17-film-switcher button { min-height: 58px; padding: 0 22px; border: 0; border-left: 1px solid var(--v17-line-dark); background: transparent; color: #7d8999; font-size: 11px; font-weight: 760; text-align: left; cursor: pointer; }
.v17-film-switcher button:first-child { border-left: 0; }
.v17-film-switcher button span { margin-right: 14px; color: #526072; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 8px; }
.v17-film-switcher button.is-active { background: #fff; color: var(--v17-ink); }
.v17-film-switcher button.is-active span { color: var(--v17-blue); }
.v17-film-canvas { position: relative; min-height: 650px; overflow: hidden; }
.v17-film-panel { position: absolute; inset: 0; margin: 0; opacity: 0; pointer-events: none; transition: opacity .38s ease; }
.v17-film-panel picture,
.v17-film-panel img { width: 100%; height: 100%; }
.v17-film-panel img { object-fit: cover; }
.v17-film-panel::after { position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(3,9,17,.82)); content: ""; }
.v17-film-stage[data-product-story="review"] .review-screen,
.v17-film-stage[data-product-story="card"] .card-screen { opacity: 1; pointer-events: auto; }
.v17-film-caption { position: absolute; z-index: 2; right: 34px; bottom: 50px; left: 34px; display: grid; grid-template-columns: 25px 1fr 45px 25px 1fr; gap: 13px; align-items: center; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.34); }
.v17-film-caption b { color: var(--v17-blue); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; }
.v17-film-caption strong,
.v17-film-caption small { display: block; }
.v17-film-caption strong { color: #fff; font-size: 13px; }
.v17-film-caption small { margin-top: 4px; color: #a9b4c2; font-size: 9px; }
.v17-film-caption i { color: #aab4c0; font-style: normal; text-align: center; }
.v17-film-chrome { position: absolute; z-index: 3; top: 18px; right: 18px; left: 18px; display: grid; grid-template-columns: auto 1fr auto auto; gap: 12px; align-items: center; color: #d1d7df; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 7px; }
.v17-film-chrome > i { height: 1px; background: linear-gradient(90deg, var(--v17-blue) 23%, rgba(255,255,255,.3) 23%); }
.v17-film-chrome button { min-height: 30px; padding: 0 9px; border: 1px solid rgba(255,255,255,.25); background: rgba(3,9,17,.62); color: #fff; font-family: inherit; font-size: 7px; }
.v17-film-note { margin: 0; padding: 15px 20px; border-top: 1px solid var(--v17-line-dark); color: #718094; font-size: 8px; line-height: 1.5; }

.v17-link-system { padding: 96px 0 !important; background: var(--v17-paper); }
.v17-link-system > .shell { display: grid; grid-template-columns: .85fr 1.25fr .65fr; gap: 64px; align-items: center; }
.v17-link-statement h2 { margin: 17px 0 0; font-size: clamp(34px, 3.5vw, 48px); line-height: .97; }
.v17-link-paths { border-top: 1px solid var(--v17-ink); }
.v17-link-paths > div { display: grid; grid-template-columns: 1fr 38px 1fr; gap: 13px; align-items: center; min-height: 76px; border-bottom: 1px solid var(--v17-line); }
.v17-link-paths b,
.v17-link-paths strong { font-size: 11px; }
.v17-link-paths i { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; background: var(--v17-blue); color: #fff; font-size: 10px; font-style: normal; }
.v17-link-system > .shell > p { margin: 0; color: #68727e; font-size: 11px; line-height: 1.7; }

.v17-use-cases { padding: 100px 0 !important; border-top: 1px solid var(--v17-line); background: #fff; }
.v17-use-cases > .shell { display: grid; grid-template-columns: .62fr 1.38fr; gap: 90px; }
.v17-use-head h2 { margin: 17px 0; font-size: clamp(36px, 3.8vw, 52px); line-height: .98; }
.v17-use-head p { max-width: 320px; margin: 0; color: #7a8490; font-size: 9px; line-height: 1.6; }
.v17-use-list { border-top: 1px solid var(--v17-ink); }
.v17-use-list > div { display: grid; grid-template-columns: .8fr 1fr 1fr; gap: 22px; align-items: center; min-height: 72px; border-bottom: 1px solid var(--v17-line); }
.v17-use-list b { font-size: 12px; }
.v17-use-list span { color: #697481; font-size: 10px; }

.v17-software { padding: 108px 0 !important; background: #091321; color: #fff; }
.v17-software-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 100px; align-items: center; }
.v17-software-copy h2 { margin: 18px 0 21px; color: #fff; font-size: clamp(39px, 4vw, 56px); line-height: .97; }
.v17-software-copy p { margin: 0 0 28px; color: #9ba7b7; font-size: 13px; line-height: 1.7; }
.v17-arrow-light { color: #fff; }
.v17-software-ui { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 2px; box-shadow: 0 35px 90px rgba(0,0,0,.28); }
.v17-test-data { position: absolute; right: 12px; bottom: 10px; color: #8390a0; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 6px; letter-spacing: .1em; }

.v17-shop { padding: 112px 0 116px !important; background: var(--v17-paper); }
.v17-shop-head { display: grid; grid-template-columns: .42fr 1fr .65fr; gap: 60px; align-items: end; margin-bottom: 54px; }
.v17-shop-head h2 { margin: 0; font-size: clamp(39px, 4vw, 56px); line-height: .98; }
.v17-shop-head p { margin: 0; color: #6f7985; font-size: 11px; line-height: 1.7; }
.v17-shop-list { border-top: 1px solid var(--v17-ink); }
.v17-shop-list article { display: grid; grid-template-columns: 55px 1.2fr .5fr auto; gap: 32px; align-items: center; min-height: 175px; border-bottom: 1px solid var(--v17-ink); }
.v17-shop-no { color: var(--v17-blue); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; }
.v17-shop-list article > div > small { color: #6d7884; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 7px; letter-spacing: .1em; }
.v17-shop-list h3 { margin: 7px 0 8px; font-size: 27px; line-height: 1; }
.v17-shop-list p { max-width: 490px; margin: 0; color: #697480; font-size: 10px; line-height: 1.55; }
.v17-shop-price strong,
.v17-shop-price span,
.v17-shop-price small { display: block; }
.v17-shop-price small { color: #77818d; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 7px; }
.v17-shop-price strong { margin: 6px 0 1px; font-size: 37px; letter-spacing: -.05em; }
.v17-shop-price span { color: #77818d; font-size: 8px; }
.v17-shop-both { display: flex; align-items: center; gap: 18px; padding-top: 22px; color: #697480; font-size: 10px; }
.v17-shop-both i { color: var(--v17-blue); font-style: normal; }
.v17-shop-both a { margin-left: auto; color: var(--v17-ink); font-weight: 770; text-decoration: none; }

.v17-qa { padding: 94px 0 !important; background: #fff; }
.v17-qa > .shell { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; align-items: center; }
.v17-qa h2 { margin: 18px 0 18px; font-size: clamp(44px, 4.6vw, 64px); line-height: .84; }
.v17-qa p { max-width: 330px; margin: 0; color: #707b87; font-size: 11px; line-height: 1.65; }
.v17-qa ol { margin: 0; padding: 0; border-top: 1px solid var(--v17-ink); list-style: none; }
.v17-qa li { display: grid; grid-template-columns: 48px 1fr; align-items: center; min-height: 67px; border-bottom: 1px solid var(--v17-line); }
.v17-qa li b { color: var(--v17-blue); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 8px; }
.v17-qa li span { font-size: 12px; font-weight: 720; }

.v17-faq { padding: 105px 0 !important; border-top: 1px solid var(--v17-line); background: var(--v17-paper); }
.v17-faq .faq-layout { gap: 110px; }
.v17-faq .faq-heading h2 { margin: 16px 0 18px; font-size: clamp(38px, 4vw, 54px); line-height: .96; }
.v17-faq .faq-heading p { max-width: 320px; color: #6e7884; font-size: 12px; line-height: 1.65; }
.v17-faq .faq-list { border-top: 1px solid var(--v17-ink); }
.v17-faq .faq-list details { border-color: var(--v17-line); }
.v17-faq .faq-list summary { min-height: 63px; padding: 0; font-size: 11px; }
.v17-faq .faq-list summary > span { display: grid; place-items: center; width: 22px; min-width: 22px; height: 22px; font-size: 0; transform: none !important; }
.v17-faq .faq-list summary > span::before { content: "+"; font-size: 16px; line-height: 1; }
.v17-faq .faq-list details[open] summary > span::before { content: "−"; }
.v17-faq .faq-list details p { padding: 0 35px 22px 0; color: #68737f; font-size: 10px; line-height: 1.65; }

.v17-final { padding: 105px 0 !important; background: #030914; color: #fff; }
.v17-final > .shell { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; }
.v17-final h2 { margin: 18px 0 0; color: #fff; font-size: clamp(42px, 4.8vw, 66px); line-height: .92; }
.v17-final > .shell > div:last-child { border-top: 1px solid var(--v17-line-dark); }
.v17-final a { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; min-height: 74px; border-bottom: 1px solid var(--v17-line-dark); color: #fff; text-decoration: none; }
.v17-final a b { color: var(--v17-blue); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 8px; }
.v17-final a span { font-size: 13px; font-weight: 720; }
.v17-final a small { color: #8491a1; font-size: 8px; }

.v17-site footer { padding: 60px 0 30px; background: #02060c; color: #fff; }
.v17-site .footer-row { padding: 0 0 46px; }
.v17-site .footer-brand { color: #fff; }
.v17-site .footer-row p { color: #6f7b8b; }
.v17-site .footer-links a { color: #9aa6b5; }
.v17-site .legal-line { color: #515c6b; }

/* Product pages: preserve working commerce controls, replace the repeated giant-template rhythm. */
.v17-site.elite-product-page { background: var(--v17-paper); }
.v17-site.elite-product-page .product-page-hero { min-height: 650px; background: #fff; }
.v17-site.elite-product-page .product-page-hero-copy { padding: 92px max(5vw, 40px) 78px max(calc((100vw - 1240px) / 2), 32px); }
.v17-site.elite-product-page .product-page-hero-copy h1 { max-width: 610px; margin: 18px 0 21px; font-size: clamp(48px, 5.1vw, 70px); line-height: .94; }
.v17-site.elite-product-page .product-page-hero-copy h1 em { color: var(--v17-blue); font-style: normal; }
.v17-site.elite-product-page .product-page-hero-copy > p { max-width: 535px; color: #5f6a77; font-size: 15px; line-height: 1.65; }
.v17-site.elite-product-page .product-page-hero-media { min-height: 650px; }
.v17-site.elite-product-page .product-page-hero-media img { height: 100%; object-fit: cover; }
.v17-site.elite-product-page .product-page-hero-media figcaption { background: rgba(3,9,17,.72); }
.v17-site.elite-product-page .product-facts { border-color: var(--v17-line); }
.v17-site.elite-product-page .product-facts span { font-size: 8px; }
.v17-site.elite-product-page .elite-kicker,
.v17-site.elite-product-page section [class*="copy"] > span:first-child,
.v17-site.elite-product-page .offer-heading > span,
.v17-site.elite-product-page .compact-head > span {
  color: var(--v17-blue);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
  letter-spacing: .12em;
}
.v17-site.elite-product-page .review-format-section,
.v17-site.elite-product-page .card-profile-section,
.v17-site.elite-product-page .profile-actions-section,
.v17-site.elite-product-page .review-placements,
.v17-site.elite-product-page .offer-section,
.v17-site.elite-product-page .elite-faq,
.v17-site.elite-product-page .product-cross-sell { padding: 96px 0; }
.v17-site.elite-product-page .product-format-intro,
.v17-site.elite-product-page .elite-section-head,
.v17-site.elite-product-page .offer-heading { margin-bottom: 43px; }
.v17-site.elite-product-page .product-format-intro h2,
.v17-site.elite-product-page .card-profile-copy h2,
.v17-site.elite-product-page .action-editorial h2,
.v17-site.elite-product-page .hardware-software-split h2,
.v17-site.elite-product-page .offer-heading h2,
.v17-site.elite-product-page .compact-head h2,
.v17-site.elite-product-page .faq-heading h2,
.v17-site.elite-product-page .product-cross-sell h2 {
  margin-top: 15px;
  font-size: clamp(36px, 3.8vw, 52px);
  line-height: .98;
}
.v17-site.elite-product-page .review-path-section,
.v17-site.elite-product-page .card-software-section { padding: 98px 0; background: #07101d; }
.v17-site.elite-product-page .review-path-section h2,
.v17-site.elite-product-page .card-software-section h2 { font-size: clamp(37px, 3.8vw, 52px); }
.v17-site.elite-product-page .offer-builder { overflow: hidden; border: 1px solid var(--v17-ink); border-radius: 2px; box-shadow: none; }
.v17-site.elite-product-page .builder-controls { background: #fff; }
.v17-site.elite-product-page .plan-option,
.v17-site.elite-product-page .model-option,
.v17-site.elite-product-page .finish-option { min-height: 58px; border-radius: 2px; }
.v17-site.elite-product-page .plan-option.is-selected,
.v17-site.elite-product-page .model-option.is-selected,
.v17-site.elite-product-page .finish-option.is-selected { border-color: var(--v17-blue); background: #f5f8ff; box-shadow: inset 0 0 0 1px var(--v17-blue); }
.v17-site.elite-product-page .offer-summary { background: #0a1422; color: #fff; }
.v17-site.elite-product-page .offer-summary .summary-price span,
.v17-site.elite-product-page .offer-summary .summary-price small,
.v17-site.elite-product-page .offer-summary ul,
.v17-site.elite-product-page .offer-summary .summary-trust { color: #aab5c3; }
.v17-site.elite-product-page .elite-qa { padding: 94px 0; background: #fff; color: var(--v17-ink); }
.v17-site.elite-product-page .elite-qa h2 { color: var(--v17-ink); font-size: clamp(44px, 4.5vw, 62px); line-height: .86; }
.v17-site.elite-product-page .elite-qa p,
.v17-site.elite-product-page .elite-qa ol strong { color: #68737f; }
.v17-site.elite-product-page .elite-qa ol,
.v17-site.elite-product-page .elite-qa ol li { border-color: var(--v17-line); }
.v17-site.elite-product-page .elite-qa ol span { color: var(--v17-blue); }
.v17-site.elite-product-page .product-cross-sell { border-top: 1px solid var(--v17-line); background: var(--v17-paper); }
.v17-site.elite-product-page .product-cross-sell > .shell { align-items: center; }

@media (max-width: 1100px) {
  .v17-site .shell { width: min(100% - 48px, 1000px); }
  .v17-section-intro { grid-template-columns: .45fr 1fr .65fr; gap: 34px; }
  .v17-product-row { grid-template-columns: 1.25fr .75fr; min-height: 520px; }
  .v17-card-row { grid-template-columns: .75fr 1.25fr; }
  .v17-product-copy { padding: 42px 34px; }
  .v17-film-canvas { min-height: 560px; }
  .v17-link-system > .shell { gap: 38px; }
  .v17-use-cases > .shell,
  .v17-software-grid { gap: 60px; }
  .v17-shop-head { grid-template-columns: .3fr 1fr .62fr; gap: 35px; }
  .v17-shop-list article { grid-template-columns: 42px 1fr .45fr auto; gap: 22px; }
}

@media (max-width: 820px) {
  .v17-site .shell { width: min(100% - 32px, 720px); }
  .v17-site .testbar { justify-content: flex-start; min-height: 25px; padding-inline: 16px; overflow: hidden; white-space: nowrap; }
  .v17-site .testbar span:nth-child(n+2) { display: none; }
  .v17-home .v17-header { top: 25px; }
  .v17-header nav { height: 62px; }
  .v17-header .navlinks > a:not(.button) { display: none; }
  .v17-header .navlinks { display: flex; gap: 0; }
  .v17-header .button-small { min-height: 40px; padding-inline: 14px; }

  .v17-hero,
  .v17-hero-inner { min-height: 740px; }
  .v17-hero-media img { object-position: 62% center; }
  .v17-hero-shade { background: linear-gradient(180deg, rgba(3,9,18,.32) 0%, rgba(3,9,18,.37) 35%, rgba(3,9,18,.98) 78%, #030912 100%); }
  .v17-hero-inner { align-items: flex-end; padding: 105px 0 56px; }
  .v17-hero-copy { width: 100%; }
  .v17-hero-copy h1 { max-width: 520px; font-size: clamp(46px, 12vw, 66px); }
  .v17-hero-copy > p { max-width: 530px; font-size: 15px; }
  .v17-hero .hero-actions { margin: 27px 0 35px; }
  .v17-media-disclosure { display: none; }

  .v17-products { padding: 78px 0 88px !important; }
  .v17-section-intro,
  .v17-film-head,
  .v17-link-system > .shell,
  .v17-use-cases > .shell,
  .v17-software-grid,
  .v17-shop-head,
  .v17-qa > .shell,
  .v17-final > .shell { grid-template-columns: 1fr; }
  .v17-section-intro { gap: 18px; margin-bottom: 42px; }
  .v17-section-intro h2 { font-size: 43px; }
  .v17-section-intro p { max-width: 470px; }
  .v17-product-row,
  .v17-card-row { grid-template-columns: 1fr; min-height: 0; }
  .v17-card-row .v17-product-copy { order: 2; }
  .v17-product-visual { min-height: 470px; }
  .v17-product-copy { padding: 46px 34px; }
  .v17-film { padding: 78px 0 88px !important; }
  .v17-film-head { gap: 20px; }
  .v17-film-head p { max-width: 520px; }
  .v17-film-canvas { min-height: 520px; }
  .v17-link-system { padding: 76px 0 !important; }
  .v17-link-system > .shell { gap: 38px; }
  .v17-link-system > .shell > p { max-width: 520px; }
  .v17-use-cases,
  .v17-software,
  .v17-shop,
  .v17-qa,
  .v17-faq,
  .v17-final { padding: 82px 0 !important; }
  .v17-use-cases > .shell,
  .v17-software-grid,
  .v17-shop-head,
  .v17-qa > .shell,
  .v17-final > .shell { gap: 42px; }
  .v17-use-head p { max-width: 470px; }
  .v17-shop-head { margin-bottom: 38px; }
  .v17-shop-list article { grid-template-columns: 38px 1fr auto; padding: 24px 0; }
  .v17-shop-list article > .button { grid-column: 2 / -1; width: 100%; }
  .v17-shop-both { align-items: flex-start; flex-wrap: wrap; }
  .v17-shop-both a { width: 100%; margin: 6px 0 0; }
  .v17-faq .faq-layout { gap: 50px; }

  .v17-site.elite-product-page .product-page-hero { display: grid; grid-template-columns: 1fr; }
  .v17-site.elite-product-page .product-page-hero-copy { padding: 66px 24px 50px; }
  .v17-site.elite-product-page .product-page-hero-media { min-height: 520px; }
  .v17-site.elite-product-page .review-format-section,
  .v17-site.elite-product-page .card-profile-section,
  .v17-site.elite-product-page .profile-actions-section,
  .v17-site.elite-product-page .review-placements,
  .v17-site.elite-product-page .offer-section,
  .v17-site.elite-product-page .elite-faq,
  .v17-site.elite-product-page .product-cross-sell,
  .v17-site.elite-product-page .review-path-section,
  .v17-site.elite-product-page .card-software-section { padding: 76px 0; }
}

@media (max-width: 520px) {
  .v17-site .shell { width: calc(100% - 28px); }
  .v17-site .brand { font-size: 15px; }
  .v17-header .button-small { min-height: 38px; padding-inline: 12px; font-size: 9px; }
  .v17-hero,
  .v17-hero-inner { min-height: 720px; }
  .v17-hero-media img { object-position: 66% 25%; }
  .v17-hero-shade { background: linear-gradient(180deg, rgba(3,9,18,.23), rgba(3,9,18,.22) 36%, rgba(3,9,18,.97) 69%, #030912 100%); }
  .v17-hero-inner { padding-bottom: 35px; }
  .v17-hero-copy h1 { margin: 16px 0 18px; font-size: 43px; }
  .v17-hero-copy > p { font-size: 13px; line-height: 1.55; }
  .v17-hero .hero-actions { display: grid; gap: 14px; margin: 23px 0 27px; }
  .v17-hero .button { width: 100%; }
  .v17-text-link { justify-content: center; min-height: 40px; }
  .v17-product-index a { grid-template-columns: 20px 1fr; padding-block: 13px; }
  .v17-product-index a + a { padding-left: 11px; }
  .v17-product-index span { font-size: 10px; }
  .v17-product-index small { font-size: 7px; }

  .v17-products { padding: 66px 0 72px !important; }
  .v17-section-intro h2 { font-size: 36px; }
  .v17-product-visual { min-height: 310px; }
  .v17-product-copy { padding: 37px 24px 42px; }
  .v17-product-title { gap: 15px; margin-bottom: 29px; }
  .v17-product-title h3 { font-size: 34px; }
  .v17-product-line { font-size: 17px; }
  .v17-product-copy > p:not(.v17-product-line) { font-size: 12px; }
  .v17-film { padding: 66px 0 72px !important; }
  .v17-film-head h2 { font-size: 39px; }
  .v17-film-switcher button { min-height: 52px; padding: 0 12px; font-size: 9px; }
  .v17-film-canvas { min-height: 400px; }
  .v17-film-panel img { object-position: center; }
  .v17-film-caption { right: 16px; bottom: 36px; left: 16px; grid-template-columns: 18px 1fr; gap: 7px 10px; }
  .v17-film-caption i { display: none; }
  .v17-film-caption strong { font-size: 10px; }
  .v17-film-caption small { font-size: 7px; }
  .v17-film-chrome { top: 10px; right: 10px; left: 10px; }
  .v17-link-statement h2,
  .v17-use-head h2,
  .v17-software-copy h2,
  .v17-shop-head h2,
  .v17-faq .faq-heading h2 { font-size: 35px; }
  .v17-link-paths > div { grid-template-columns: 1fr 31px 1fr; gap: 8px; }
  .v17-link-paths b,
  .v17-link-paths strong { font-size: 9px; }
  .v17-use-list > div { grid-template-columns: 1fr; gap: 6px; padding: 17px 0; }
  .v17-software-ui { min-height: 300px; }
  .v17-shop-list article { grid-template-columns: 28px 1fr; gap: 14px; }
  .v17-shop-list article > .v17-shop-price { grid-column: 2; }
  .v17-shop-list article > .button { grid-column: 1 / -1; }
  .v17-shop-both { display: grid; grid-template-columns: 1fr auto 1fr; gap: 9px; }
  .v17-shop-both a { grid-column: 1 / -1; }
  .v17-qa h2 { font-size: 47px; }
  .v17-final h2 { font-size: 44px; }
  .v17-final a { grid-template-columns: 26px 1fr; }
  .v17-final a small { display: none; }
  .v17-site .mobile-cta { border-radius: 0; }

  .v17-site.elite-product-page .product-page-hero-copy h1 { font-size: 43px; }
  .v17-site.elite-product-page .product-page-hero-media { min-height: 390px; }
  .v17-site.elite-product-page .product-format-intro h2,
  .v17-site.elite-product-page .card-profile-copy h2,
  .v17-site.elite-product-page .action-editorial h2,
  .v17-site.elite-product-page .hardware-software-split h2,
  .v17-site.elite-product-page .offer-heading h2,
  .v17-site.elite-product-page .compact-head h2,
  .v17-site.elite-product-page .faq-heading h2,
  .v17-site.elite-product-page .product-cross-sell h2 { font-size: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  .v17-site *, .v17-site *::before, .v17-site *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
