/* Working product design: blue hero, circular edge and mobile value section. */
.button img.chrome-icon { width:22px; height:22px; flex-shrink:0; }
.brand { font-size:28px; font-weight:700; letter-spacing:-1px; gap:9px; }
.brand-dot { display:none; }
.w-product-hero { background:var(--navy); color:#fff; position:relative; padding:76px 0 106px; }
.w-product-hero:after { content:''; position:absolute; bottom:-1px; left:0; right:0; height:62px; background:#fff; clip-path:polygon(0 100%,100% 0,100% 100%); pointer-events:none; }
.w-product-hero .eyebrow { color:#b4c5e9; }
.w-hero-grid { display:grid; grid-template-columns:1fr 1.15fr; align-items:center; gap:70px; }
.w-hero-copy h1 span { color:#fff; }
.screenshot-link { border-radius:10px; border-color:#d9e5f7; box-shadow:0 18px 48px #182e5c14; }
.w-hero-visual .screenshot-link { border:1px solid #b7d7fa; box-shadow:0 24px 60px #050d2638; }
.w-body { font-size:20px; line-height:1.65; margin-top:22px; }
.w-checks { padding:0; list-style:none; display:grid; gap:13px; margin:28px 0 30px; }
.w-checks li { display:flex; align-items:center; gap:13px; font-size:16px; font-weight:500; color:var(--ink); }
.w-checks .icon { flex-shrink:0; width:23px; height:23px; border-radius:50%; padding:4px; background:#446feb; color:#fff; stroke-width:2.8; }
.w-product-hero { padding-top:70px; padding-bottom:105px; }
.w-hero-grid { grid-template-columns:1fr 1.14fr; gap:65px; }
.w-hero-copy h1 { font-size:clamp(43px,4.2vw,61px); margin-top:22px; line-height:1.22; }
.w-hero-copy .w-body { color:#e0e7f6; font-size:22px; max-width:485px; margin-top:26px; }
.w-hero-actions { display:flex; align-items:center; flex-wrap:wrap; gap:20px; margin-top:30px; }
.w-hero-actions .text-link { color:#fff; border:1px solid #7c8dab; border-radius:4px; padding:14px 18px; min-height:56px; font-size:16px; gap:8px; }
.w-hero-actions .text-link:hover { background:#ffffff0d; text-decoration:none; }
.w-hero-actions .text-link .icon { width:18px; }
.w-product-hero .cta-note { color:#b7c7e3; font-size:12px; margin-top:15px; }
.w-hero-visual { min-width:0; }
.w-how { padding-block:67px 73px; }
.w-how h2 { text-align:center; font-size:38px; }
.w-how ol { display:grid; grid-template-columns:repeat(3,1fr); list-style:none; padding:0; gap:45px; margin-top:40px; }
.w-how li { display:flex; align-items:flex-start; gap:18px; }
.w-step-number { font-size:14px; font-weight:700; color:#fff; background:var(--blue); display:grid; place-items:center; width:34px; height:34px; flex-shrink:0; border-radius:50%; }
.w-how h3 { font-size:24px; margin-bottom:9px; }
.w-how p { font-size:16px; }
.w-features { background:#edf1ff; padding-block:78px 90px; }
.w-section-intro { text-align:center; margin-bottom:78px; }
.w-section-intro h2 { font-size:43px; }
.w-section-intro>p { font-size:21px; margin-top:17px; }
.w-story { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); align-items:start; gap:90px; }
.w-story+.w-story { margin-top:105px; }
.w-story-copy h2 { font-size:37px; line-height:1.23; margin-top:18px; }
.w-story .w-body,.w-story .product-shot figcaption { font-size:20px; }
.w-story .w-checks { margin-bottom:0; }
.w-story-copy { min-width:0; }
.w-story-reverse .w-story-copy { grid-column:2; grid-row:1; }
.w-story-reverse .product-shot { grid-column:1; grid-row:1; }
.w-story-link { margin-top:26px; }
.w-closing { text-align:center; background:var(--navy); padding-block:70px; }
.w-closing h2 { color:#fff; font-size:44px; }
.w-closing .button { margin-top:28px; }
.w-closing .cta-note { color:#c0cde4; font-size:13px; margin-top:17px; }
.mobile-hero h1,.support-hero h1 { font-size:64px; font-weight:700; }
.mobile-hero,.support-hero { padding-block:62px; }
.mobile-hero .intro,.support-hero .intro { font-size:20px; }
.library-diagram { background:#edf1ff; border:0; border-radius:10px; }
.steps-section { background:#edf1ff; border:0; }
.setup-steps p,.desktop-experience>div>p:not(.eyebrow),.support-options p { font-size:18px; }
.support-options article { border-radius:8px; box-shadow:none; background:#f0f3fc; border:0; }
.document-paper { border-radius:8px; }
.document-content h1 { font-size:38px; }
.document-content p,.document-content li { font-size:16px; }
@media(max-width:1100px) {
    .brand { font-size:25px; }
    .w-hero-grid { gap:40px; }
    .w-hero-copy h1 { font-size:49px; }
    .w-hero-copy .w-body { font-size:20px; }
    .w-story { gap:50px; }
    .w-story-copy h2 { font-size:32px; }
    .w-story .w-body,.w-story .product-shot figcaption { font-size:18px; }
    .w-checks li { font-size:15px; }
    .w-hero-actions { gap:13px; }
    .w-hero-actions .text-link { font-size:14px; padding-inline:14px; }
    .w-hero-actions .button,.w-closing .button { font-size:16px; padding-inline:26px; }
}
@media(max-width:850px) {
    .w-product-hero { padding-block:48px 84px; }
    .w-hero-grid { grid-template-columns:1fr; gap:40px; }
    .w-hero-copy { max-width:620px; }
    .w-hero-copy h1 { font-size:60px; }
    .w-hero-copy .w-body { max-width:590px; font-size:22px; }
    .w-hero-visual { max-width:670px; width:100%; margin:auto; }
    .w-hero-actions .button,.w-closing .button,.w-hero-actions .text-link { font-size:17px; }
    .w-how { padding-block:50px; }
    .w-how ol { gap:22px; }
    .w-how h3 { font-size:22px; }
    .w-how p { font-size:15px; }
    .w-features { padding-block:60px; }
    .w-section-intro { margin-bottom:52px; }
    .w-section-intro h2 { font-size:38px; }
    .w-section-intro>p { font-size:19px; }
    .w-story,.w-story-reverse { grid-template-columns:1fr; gap:30px; }
    .w-story+.w-story { margin-top:65px; }
    .w-story-copy h2 { font-size:36px; }
    .w-story .w-body,.w-story .product-shot figcaption { font-size:20px; }
    .w-story-reverse .w-story-copy,.w-story-reverse .product-shot { grid-column:auto; grid-row:auto; }
    .w-checks li { font-size:16px; }
}
@media(max-width:600px) {
    .brand { font-size:24px; gap:7px; }
    .w-product-hero { padding-block:34px 66px; }
    .w-product-hero:after { height:30px; }
    .w-hero-grid { gap:35px; }
    .w-hero-copy .w-body { font-size:19px; line-height:1.65; margin-top:23px; }
    .w-hero-copy h1 { font-size:clamp(35px,9.8vw,56px); margin-top:18px; }
    .w-hero-actions { margin-top:25px; gap:10px; }
    .w-hero-actions .button,.w-closing .button,.w-hero-actions .text-link { font-size:14px; min-height:52px; padding:13px 14px; }
    .w-hero-actions .button,.w-closing .button { padding-inline:20px; }
    .w-hero-actions .icon { width:16px; }
    .w-checks { margin-block:24px 27px; gap:12px; }
    .w-checks li { font-size:15px; }
    .w-how { padding-block:42px; }
    .w-how h2 { text-align:left; font-size:31px; }
    .w-how ol { grid-template-columns:1fr; gap:26px; margin-top:29px; }
    .w-how p { font-size:16px; }
    .w-features { padding-block:44px; }
    .w-section-intro { text-align:left; margin-bottom:40px; }
    .w-section-intro h2 { font-size:33px; }
    .w-section-intro>p { font-size:18px; }
    .w-story { gap:28px; }
    .w-story+.w-story { margin-top:49px; }
    .w-story-copy h2 { font-size:31px; margin-top:14px; }
    .w-story .w-body,.w-story .product-shot figcaption { font-size:18px; }
    .w-story .w-body { margin-top:19px; }
    .w-story .w-checks { margin-top:22px; }
    .w-story .w-checks li { font-size:15px; }
    .w-closing { padding-block:47px; }
    .w-closing h2 { font-size:33px; }
    .mobile-hero h1,.support-hero h1 { font-size:clamp(40px,11vw,59px); }
    .mobile-hero,.support-hero { padding-block:35px; }
    .mobile-hero .intro,.support-hero .intro { font-size:18px; }
    .setup-steps p,.desktop-experience>div>p:not(.eyebrow),.support-options p { font-size:16px; }
    .document-content h1 { font-size:29px; }
    .document-content p,.document-content li { font-size:15px; }
}

/* v5: deep blue hero, cyan brand accents, airy alternating screenshot sections. */

.w-product-hero {
    background:radial-gradient(ellipse at 90% 30%,#12446a 0,transparent 57%),var(--navy);
    padding-top:65px;
    padding-bottom:167px;
    overflow:hidden;
}
/* Cover any fractional-pixel seam where the SVG meets the white section. */
.w-product-hero:after { content:""; position:absolute; inset:auto 0 0; height:2px; background:var(--canvas); clip-path:none; pointer-events:none; }
.hero-arc { position:absolute; left:0; bottom:-1px; width:100%; height:145px; fill:var(--canvas); pointer-events:none; }
.w-hero-grid { position:relative; z-index:1; }
.w-product-hero .eyebrow { color:#abcde4; }
.w-hero-copy h1 span { color:var(--hero-accent); }
.w-hero-copy .w-body { color:#dfedf7; }
.w-product-hero a:focus-visible { outline-color:var(--hero-accent); }
.w-hero-actions .text-link { border:0; border-radius:0; color:#f1f8ff; background:transparent; }
.w-hero-actions .text-link:hover { background:transparent; text-decoration:underline; text-underline-offset:5px; }
.w-hero-visual .screenshot-link { border:5px solid #d9f0fc; border-radius:16px; box-shadow:0 22px 50px #041b3540; }
.screenshot-link { border-color:#d4e5f2; border-radius:13px; box-shadow:0 16px 38px #164b7710; }
.w-how { padding-top:24px; padding-bottom:70px; }
.w-step-number { background:#e1f2fc; color:#165c8a; border-radius:10px; width:38px; height:38px; }
.w-how li { gap:17px; }
.w-features { background:#fff; padding-block:0; border:0; }
.w-section-intro { margin-bottom:0; padding-block:18px 54px; }
.w-story-band { padding-block:78px; }
.w-surface-tint { background:var(--surface-tint); }
.w-surface-white { background:#fff; }
.w-features { --feature-label-size:14.4px; --feature-label-color:#527b9b; scroll-margin-top:-30px; }
.w-features .eyebrow { font-size:var(--feature-label-size); color:var(--feature-label-color); }
@media(max-width:600px) {
    .w-features { --feature-label-size:12px; }
}
.w-checks .icon { color:#15648b; background:#d5eefb; stroke-width:2.5; }
.w-story-link { color:#1167c6; }
.w-closing { background:var(--surface-tint); border-top:1px solid #d6eaf7; }
.w-closing h2 { color:#16486a; }
.w-closing .cta-note { color:#506f86; }
::selection { background:#beeef9; color:#163a54; }
@media(max-width:850px) {
    .w-product-hero { padding-block:45px 143px; }
    .hero-arc { height:112px; }
    .w-how { padding-top:24px; padding-bottom:50px; }
    .w-features { padding-block:0; }
    .w-section-intro { margin-bottom:0; padding-block:12px 42px; }
    .w-story-band { padding-block:56px; }
}
@media(max-width:600px) {
    .w-product-hero { padding-block:32px 104px; }
    .hero-arc { height:74px; }
    .w-hero-grid { gap:36px; }
    .w-hero-visual .screenshot-link { border-width:3px; border-radius:11px; }
    .w-how { padding-top:22px; padding-bottom:40px; }
    .w-features { padding-block:0; }
    .w-section-intro { margin-bottom:0; padding-block:8px 34px; }
    .w-story-band { padding-block:42px; }
}

/* Product value section and native screenshot framing. */

.w-product-hero { padding-bottom:216px; }
.value-section { display:grid; grid-template-columns:1fr 1.14fr; column-gap:65px; row-gap:32px; align-items:start; padding-block:30px 86px; }
.value-heading { position:relative; }
.value-section .eyebrow { margin-bottom:20px; }
@media(min-width:851px) {
    .value-heading .eyebrow { position:absolute; bottom:100%; left:0; }
}
.value-section h2 { font-size:clamp(37px,3.6vw,52px); line-height:1.15; max-width:510px; }
.value-copy>p { font-size:21px; line-height:1.65; max-width:585px; }
.value-list { margin:25px 0 0; gap:16px; }
.value-list li { font-size:18px; gap:13px; align-items:flex-start; }
.value-list .icon { margin-top:4px; }
.value-details { grid-column:1 / -1; padding-top:32px; border-top:1px solid var(--line); font-size:17px; line-height:1.75; color:var(--muted); }
.value-details h3 { font-size:21px; line-height:1.3; color:var(--ink); margin-bottom:12px; }
.value-details > p + section,
.value-details section + section { margin-top:30px; }
.value-details p + p { margin-top:16px; }
.value-details ul + p { margin-top:24px; }
.value-benefits { display:grid; gap:12px; padding-left:22px; }
.value-benefits strong { color:var(--ink); font-weight:700; }
.value-toggle { font-family:inherit; margin-top:16px; padding:8px 0; min-height:44px; border:0; background:transparent; color:var(--blue); cursor:pointer; }
@media(max-width:600px) {
    .value-details { font-size:16px; }
    .value-details h3 { font-size:20px; }
}
.product-shot { margin:0; min-width:0; width:100%; padding:24px 26px 29px; border-radius:16px; background:var(--surface-tint); }
.product-shot figcaption { color:#193f62; font-size:clamp(17px,1.55vw,23px); line-height:1.3; font-weight:700; letter-spacing:-.018em; text-align:center; margin-bottom:23px; }
.product-shot .screen-viewport { position:relative; display:block; width:100%; border:0; border-radius:10px; overflow:hidden; box-shadow:0 12px 28px #163f6629,0 2px 5px #163f6612; }
.product-shot .screen-viewport picture { display:block; }
.product-shot .screen-viewport img { display:block; width:100%; height:auto; }
.w-hero-visual .product-shot { padding:30px 32px 20px; background:#d5edfc url('/assets/images/hero-card-bg.webp') center / cover no-repeat; box-shadow:none; }
.w-hero-visual .product-shot figcaption { display:flex; align-items:center; justify-content:center; gap:12px; color:#193f62; font-size:clamp(22px,2.1vw,31px); line-height:1.25; margin-bottom:22px; }
.hero-shot-logo { display:block; width:38px; height:38px; padding:1px; flex-shrink:0; object-fit:contain; background:#fff; border:1px solid #c8dce9; border-radius:9px; box-shadow:0 2px 5px #193f6214; }
.hero-shot-name { min-width:0; text-align:left; }
.w-hero-visual .product-shot .screen-viewport { box-shadow:0 16px 30px #12355540,0 4px 9px #12355524; }
/* The supplied hero illustration already includes its own window shadows. */
.w-hero-copy h1 { margin-top:0; }
.w-hero-visual .product-shot-illustration .screen-viewport { background:transparent; border:0; box-shadow:none; border-radius:0; overflow:visible; }
.w-story-band { padding-block:70px; }
.w-surface-tint { background:var(--surface-tint); }
.w-surface-white { background:#fff; }
.w-closing { background:var(--surface-tint); }
@media(max-width:1100px) {
    .value-section { gap:40px; }
    .value-copy>p { font-size:20px; }
    .value-list li { font-size:17px; }
    .product-shot { padding:21px; }
}
@media(max-width:850px) {
    .w-product-hero { padding-bottom:189px; }
    /* Reuse the white area under the arc without shortening the hero. */
    .value-section { position:relative; z-index:1; margin-top:-40px; grid-template-columns:1fr; gap:29px; padding-block:10px 60px; }
    .value-section h2 { font-size:46px; max-width:620px; }
    .value-section .eyebrow { margin-bottom:16px; }
    .value-copy>p { max-width:650px; }
    .value-list li { font-size:18px; }
    .product-shot figcaption { font-size:24px; }
    .w-story-band { padding-block:54px; }
}
@media(max-width:600px) {
    .w-product-hero { padding-bottom:142px; }
    .value-section { margin-top:-28px; gap:25px; padding-block:10px 45px; }
    .value-section h2 { font-size:clamp(34px,9vw,45px); }
    .value-copy>p { font-size:18px; }
    .value-list { gap:15px; margin-top:23px; }
    .value-list li { font-size:16px; line-height:1.6; }
    .value-list .icon { margin-top:2px; }
    .product-shot { padding:19px 15px 22px; border-radius:12px; }
    .w-hero-visual .product-shot { padding:24px 20px 16px; }
    .w-hero-visual .product-shot figcaption { font-size:22px; gap:9px; margin-bottom:18px; }
    .hero-shot-logo { width:32px; height:32px; padding:1px; border-radius:7px; }
    .product-shot figcaption { font-size:18px; line-height:1.35; margin-bottom:18px; }
    .product-shot .screen-viewport { border-radius:7px; box-shadow:0 9px 22px #163f6629; }
    .w-story-band { padding-block:40px; }
}

/* Account for the illustration's built-in transparent margins (about 6% of its width).
   Balance the title against the visible window, rather than the PNG canvas. */
/* Give the card 110% of its former share of the two-column grid. */
@media(min-width:851px) {
    .w-hero-grid { grid-template-columns:1fr 1.41535fr; }
}
@media(max-width:850px) {
    .w-hero-visual { width:min(110%,calc(100vw - 24px)); max-width:737px; justify-self:center; margin-inline:0; }
}
.w-hero-visual .product-shot-illustration { padding:26px 8px 18px; overflow:hidden; }
.w-hero-visual .product-shot-illustration figcaption { margin-bottom:calc(20px - 6%); padding-inline:18px; }
.w-hero-visual .product-shot-illustration .screen-viewport { margin-bottom:-3.5%; }
@media(max-width:600px) {
    .w-hero-visual .product-shot-illustration { padding:20px 5px 13px; }
    .w-hero-visual .product-shot-illustration figcaption { padding-inline:10px; margin-bottom:calc(16px - 6%); }
}
.w-closing { background:#fff; border-top:0; }

.w-story > .product-shot { padding-inline:0; background:transparent; border:0; box-shadow:none; }
.w-story .w-body,.w-story .product-shot figcaption {
    font-family:inherit;
    font-weight:500;
    color:var(--muted);
    line-height:1.65;
}
.w-story .product-shot figcaption {
    font-size:var(--feature-label-size);
    font-weight:700;
    color:var(--feature-label-color);
    line-height:1.6;
    text-transform:uppercase;
    letter-spacing:.11em;
    text-align:center;
}
.w-story .product-shot .screen-viewport { box-shadow:0 16px 36px #163f6640,0 4px 10px #163f6624; }

.w-story .w-checks li { font-size:18px; }
@media(max-width:600px) {
    .w-story .w-checks li { font-size:17px; }
}
.w-story .w-checks .icon { background:#bde5fa; stroke-width:3.125; }
/* The 24-unit viewBox renders at 15px inside the unchanged 23px circle.
   Moving the path 1.6 SVG units therefore lowers it by 1 CSS px. */
.w-story .w-checks .icon path { transform:translateY(1.6px); }

/* Align the text label with the caption inside each card, in either column order.
   Reuse the existing card inset; leave both columns at their natural height. */
@media(min-width:851px) {
    .w-story { --story-top-inset:24px; }
    .w-story > .w-story-copy { margin-block-start:var(--story-top-inset); }
    .w-story > .product-shot { padding-block-start:var(--story-top-inset); }
}
@media(min-width:851px) and (max-width:1100px) {
    .w-story { --story-top-inset:21px; }
}

/* Let the longer feature headings wrap naturally on phones. */
@media(max-width:600px) {
    .w-story-band:nth-child(-n+2) .w-story-copy h2 br { display:none; }
}
.w-product-hero { padding-top:38px; padding-bottom:136px; }
.product-hero-title { font-size:clamp(36px,4.5vw,64px); line-height:1.14; text-align:center; margin:0 0 48px; text-wrap:balance; }
.product-trademark { font-size:.38em; line-height:0; vertical-align:super; margin-left:.08em; }
.product-hero-grid { display:grid; grid-template-columns:minmax(0,.95fr) minmax(0,1.85fr); align-items:center; gap:36px; position:relative; z-index:1; }
.w-product-hero .w-hero-copy h2 { font-size:clamp(29px,2.5vw,36px); line-height:1.2; margin:0; }
.w-product-hero .w-hero-copy h2 span { color:var(--hero-accent); }
.w-product-hero .w-hero-copy .w-body { font-size:20px; line-height:1.65; margin-top:22px; max-width:400px; }
.w-product-hero .w-hero-actions { align-items:flex-start; flex-direction:column; gap:10px; margin-top:26px; }
.w-product-hero .w-hero-actions .text-link { padding:8px 0; min-height:44px; }
.product-hero-art { margin:0; min-width:0; transform:translateY(-28px); }
.product-hero-art picture { display:block; }
.product-hero-art img { display:block; width:100%; height:auto; }
@media(max-width:1100px) {
    .product-hero-grid { grid-template-columns:minmax(0,1fr) minmax(0,1.65fr); gap:26px; }
    .w-product-hero .w-hero-copy .w-body { font-size:18px; }
}
@media(max-width:850px) {
    .w-product-hero { padding-top:30px; padding-bottom:122px; }
    .product-hero-title { font-size:clamp(36px,6vw,50px); margin-bottom:36px; }
    .product-hero-grid { grid-template-columns:1fr; gap:24px; }
    .w-product-hero .w-hero-copy { width:100%; max-width:none; justify-self:center; margin-inline:auto; text-align:center; }
    .w-product-hero .w-hero-copy h2 { font-size:30px; }
    .w-product-hero .w-hero-copy .w-body { max-width:520px; margin-inline:auto; }
    .w-product-hero .w-hero-actions { flex-direction:row; align-items:center; justify-content:center; gap:12px 24px; margin-top:23px; }
    .product-hero-art { width:100%; max-width:760px; margin-inline:auto; transform:translateY(-20px); }
}
@media(max-width:600px) {
    .w-product-hero { padding-top:24px; padding-bottom:94px; }
    .product-hero-title { font-size:clamp(30px,8vw,42px); margin-bottom:30px; }
    .w-product-hero .w-hero-copy h2 { font-size:26px; }
    .w-product-hero .w-hero-copy .w-body { font-size:17px; margin-top:17px; }
    .product-hero-grid { gap:24px; }
}

/* Give the closing action more space without changing its icon or height. */
.w-closing .button { padding-inline:48px; }
@media(max-width:1100px) {
    .w-closing .button { padding-inline:38px; }
}
@media(max-width:600px) {
    .w-closing .button { padding-inline:32px; }
}
