/* Rescue Playbooks v2 — Clear Next Step × Practical Toolkit.
   System fonts only. No external trackers, assets, libraries, or font files. */
:root{--ink:#172f3d;--muted:#536574;--accent:#c84423;--accent-dark:#aa3519;--orange-light:#fcf0e8;--cream:#faf8f4;--paper:#fff;--line:#dce2e3;--soft:#f1f4f4;--navy:#183746;--green:#2d655e;--radius:14px;--shadow:0 16px 45px #23333b12;--container:1200px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}body.dialog-open{overflow:hidden}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}a{color:inherit;text-underline-offset:4px}button{cursor:pointer}button:disabled{cursor:not-allowed}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{line-height:1.18}h1,h2{letter-spacing:-.045em}h1{font-weight:740}h2{font-size:34px;font-weight:730}h3{font-size:20px;font-weight:700;letter-spacing:-.025em}p{color:var(--muted)}svg{display:block;flex:none}img{max-width:100%}button{color:inherit}button,select,input,textarea{border-radius:0}button{background:none;border:0}a,button{touch-action:manipulation}[hidden]{display:none!important}.icon{width:22px;height:22px;flex:none}.container{width:min(var(--container),calc(100% - 64px));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:3px solid #256e96;outline-offset:4px}.skip-link{position:fixed;top:-100px;left:16px;z-index:100;background:var(--ink);color:#fff;padding:14px 20px;border-radius:8px}.skip-link:focus{top:10px}.eyebrow{display:block;font-size:12px;letter-spacing:.14em;font-weight:750;line-height:1.5;color:var(--accent)}.orange-line{display:inline-block;background:var(--accent);height:2px;width:24px;margin:0 10px 4px 0}.text-link{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-weight:650;font-size:15px}.text-link:hover{color:var(--accent)}.text-link .icon{width:18px}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:52px;padding:12px 22px;border-radius:8px;font-weight:700;font-size:15px;text-decoration:none;border:1px solid transparent;transition:background .15s,transform .15s;line-height:1.3}.button-primary{background:var(--accent);color:#fff}.button-primary:hover{background:var(--accent-dark)}.button-secondary{background:#fff;border-color:#becad0;color:var(--ink)}.button-secondary:hover{background:var(--soft)}.button:active{transform:translateY(1px)}.button .icon{width:20px;height:20px}.button[aria-disabled=true]{background:#e2e7e8;color:#566775;cursor:not-allowed;transform:none;border-color:transparent}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--line);border-radius:8px;background:#fff}.icon-button:hover{background:var(--soft)}.arrow-back{transform:rotate(180deg)}
/* Navigation */
.preview-banner{min-height:29px;display:flex;align-items:center;justify-content:center;gap:7px;background:#edf2f4;color:#506371;font-size:12px;line-height:1.5;padding:5px 16px;text-align:center}.preview-dot{width:5px;height:5px;border-radius:50%;background:#648293;flex:none}.site-header{position:relative;background:#fff;border-bottom:1px solid var(--line);z-index:20}.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-size:22px;font-weight:760;letter-spacing:-1px;white-space:nowrap}.brand-mark{color:var(--accent)}.brand-soft{font-weight:500}.brand-dot{color:var(--accent)}.desktop-nav{display:flex;gap:30px}.desktop-nav a,.header-help{font-size:14px;font-weight:550;text-decoration:none}.desktop-nav a:hover,.desktop-nav a[aria-current]{color:var(--accent)}.header-help{display:flex;align-items:center;gap:10px}.header-help .icon{width:17px}.menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:8px;align-items:center;justify-content:center}.mobile-nav{border-top:1px solid var(--line);padding:12px 24px 20px;box-shadow:0 8px 12px #122c3a08;position:absolute;inset:78px 0 auto;background:#fff}.mobile-nav a{display:block;padding:12px 8px;text-decoration:none;border-bottom:1px solid #eef1f1;font-weight:600}
/* Homepage — search is the single primary action */
.hero{display:grid;grid-template-columns:1.17fr 1fr;gap:38px;align-items:center;padding-top:44px;padding-bottom:36px}.hero-copy{padding:10px 0}.hero h1{font-size:clamp(42px,4.2vw,55px);line-height:1.09;margin:18px 0 20px;font-weight:750}.hero h1>span{color:var(--accent)}.hero-description{font-size:17px;line-height:1.7;max-width:565px}.hero-visual{min-width:0}.search-form{margin-top:27px}.search-form label{display:block;font-size:14px;font-weight:650;margin-bottom:9px}.search-row{display:flex;align-items:center;gap:9px;border:1px solid #b6c4ca;background:#fff;border-radius:10px;padding:5px;box-shadow:0 3px 0 #172f3d04}.search-row:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #c8442314}.search-row>.icon{margin-left:10px;color:#657988;width:19px}.search-row input{border:0;min-width:0;flex:1;padding:10px 2px;font-size:14px;outline:none;background:transparent;color:var(--ink);height:44px}.search-row input::placeholder{color:#607383;opacity:1}.search-row input::-webkit-search-cancel-button{display:none}.search-row .search-submit{padding:12px 14px;font-size:14px;min-height:46px;gap:8px;white-space:nowrap;border-radius:7px}.search-submit .icon{width:17px}.search-clear{width:28px;height:36px;display:flex;align-items:center;justify-content:center;flex:none}.search-clear .icon{width:17px}.quick-categories{display:flex;flex-wrap:wrap;gap:5px 15px;margin-top:11px}.quick-categories button{padding:5px 0;display:flex;align-items:center;gap:4px;font-size:12px;color:var(--muted);line-height:1.4;font-weight:550}.quick-categories .icon{width:12px;height:12px}.quick-categories button:hover{color:var(--accent)}.trust-strip{border-block:1px solid var(--line);background:var(--cream)}.trust-strip>.container{display:flex;justify-content:center;gap:62px;min-height:62px;align-items:center}.trust-strip span,.trust-strip a{display:flex;gap:10px;align-items:center;color:#435966;font-size:14px;text-decoration:none;font-weight:550}.trust-strip .icon{width:19px;height:19px;color:var(--accent)}
/* Real HTML document previews. Decorative thumbnails share the dialog source. */
.toolkit-stage{position:relative;isolation:isolate;height:407px;background:#f1eee7;border:1px solid #e7e3da;border-radius:16px;overflow:hidden}.toolkit-stage:before{content:"";position:absolute;inset:auto 0 0;height:75%;background:linear-gradient(180deg,transparent,#e8e2d644);z-index:-1}.stage-eyebrow{position:absolute;top:23px;left:25px;letter-spacing:.14em;font-size:10px;color:#5c6b6e;font-weight:650}.stage-cover{position:absolute;left:16px;top:106px;width:178px;height:243px;transform:rotate(-8deg);filter:drop-shadow(0 9px 12px #122d3b19)}.playbook-cover{height:100%;color:#fff;background:#183746;padding:20px 17px;display:flex;flex-direction:column;justify-content:space-between;border-radius:3px 8px 8px 3px;border-left:4px solid #ffffff18}.cover-accounts{background:#183746}.cover-files{background:#304d57}.cover-devices{background:#3b536e}.cover-business{background:#263f43}.cover-top{font-size:6px;letter-spacing:.13em;display:flex;justify-content:space-between;align-items:center;gap:5px}.cover-top .icon{width:16px;height:16px;color:#ffa779}.cover-text>span{font-size:7px;letter-spacing:.1em;color:#ffa779;font-weight:750}.cover-text>strong{display:block;margin:10px 0 12px;font-size:23px;line-height:1.05;letter-spacing:-.035em;max-width:130px}.cover-text>p{color:#d6e3e8;font-size:8px;line-height:1.4;max-width:120px}.cover-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #ffffff25;padding-top:13px;font-size:6px;letter-spacing:.1em;color:#d6e3e8;line-height:1.5}.cover-bottom .icon{width:25px;height:25px;color:#ffa779}.stage-guide{position:absolute;top:51px;left:108px;width:288px;height:315px;background:#fff;box-shadow:0 12px 26px #1c343b20;border-radius:3px;transform:rotate(2deg);overflow:hidden}.stage-checklist{position:absolute;right:-4px;top:185px;width:203px;height:171px;background:#fff;box-shadow:0 10px 20px #1c343b1c;border-radius:3px;transform:rotate(7deg);overflow:hidden}.stage-caption{position:absolute;inset:auto 0 15px;display:flex;justify-content:center;align-items:center;gap:5px;font-size:12px;color:#536270;font-weight:550}.stage-caption .icon{width:16px;height:16px;margin-right:4px}.document{background:#fff;color:var(--ink);padding:30px 34px;position:relative;min-width:0}.doc-header{display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:10px;letter-spacing:.08em;font-weight:700;border-bottom:1px solid #dce2e3;padding-bottom:17px;margin-bottom:22px;color:#536574}.doc-kicker{font-size:10px;font-weight:750;letter-spacing:.14em;color:var(--accent);display:block;margin-bottom:9px}.document h3{font-size:27px;letter-spacing:-.04em;line-height:1.15}.doc-intro{font-size:14px;margin-top:12px;line-height:1.7}.doc-modules{margin-top:24px}.doc-module{display:flex;gap:14px;padding:16px 0;border-top:1px solid #e7ebeb}.doc-module>b{color:var(--accent);font-size:17px;font-weight:650;line-height:1.25}.doc-module h4{font-size:15px;margin:0 0 6px;line-height:1.25;letter-spacing:-.01em}.doc-module p{font-size:13px;line-height:1.65}.doc-footer{display:flex;justify-content:space-between;gap:12px;margin-top:26px;border-top:1px solid #dce2e3;padding-top:12px;font-size:9px;color:#627381}.doc-checks{margin-top:20px}.doc-check{display:flex;align-items:flex-start;gap:12px;padding:15px 0;border-bottom:1px solid #e7ebeb;font-size:14px;line-height:1.5}.empty-check{width:16px;height:16px;border:1.5px solid #75928e;border-radius:3px;flex:none;margin-top:2px}.doc-callout{margin-top:24px;background:#f4f5f2;border-left:2px solid #829b90;padding:13px 16px;font-size:12px}.doc-callout p{font-size:12px;margin-top:5px}.doc-field{margin-top:23px}.doc-field h4{font-size:14px}.doc-field>span{display:block;height:27px;border-bottom:1px solid #dce2e3}.doc-small{font-size:11px;margin-top:24px}.stage-guide .document{padding:19px 23px}.stage-guide .doc-header{font-size:6px;padding-bottom:9px;margin-bottom:13px;gap:3px}.stage-guide .doc-kicker{font-size:7px;margin-bottom:7px}.stage-guide h3{font-size:23px;line-height:1.05}.stage-guide .doc-intro{font-size:9px;line-height:1.4;margin-top:10px}.stage-guide .doc-modules{margin-top:13px}.stage-guide .doc-module{gap:9px;padding:9px 0}.stage-guide .doc-module>b{font-size:12px}.stage-guide .doc-module h4{font-size:10px;line-height:1.2;margin-bottom:4px}.stage-guide .doc-module p{font-size:8px;line-height:1.45}.stage-guide .doc-footer{margin-top:10px;font-size:5px}.stage-checklist .document{padding:15px 18px}.stage-checklist .doc-header{font-size:5px;margin-bottom:8px;padding-bottom:7px;gap:3px}.stage-checklist .doc-kicker{font-size:6px;margin-bottom:5px}.stage-checklist h3{font-size:16px;line-height:1.1}.stage-checklist .doc-intro,.stage-checklist .doc-callout,.stage-checklist .doc-footer{display:none}.stage-checklist .doc-checks{margin-top:6px}.stage-checklist .doc-check{font-size:7px;gap:6px;padding:6px 0;line-height:1.4}.stage-checklist .empty-check{width:9px;height:9px;border-width:1px;margin-top:1px}.sample-caption{font-size:12px;line-height:1.5;text-align:center;color:#637380;margin:11px 5px 0}.home-stage{height:390px}
/* Compact library cards */
.library-section{padding-top:48px;padding-bottom:55px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:24px}.section-heading .eyebrow{margin-bottom:10px}.section-heading h2{font-size:32px}.section-heading>.text-link{flex:none;padding-bottom:4px}.filters{display:flex;gap:7px;flex-wrap:wrap}.filter-chip{font-size:13px;line-height:1.3;padding:10px 15px;min-height:42px;border:1px solid #dce2e3;border-radius:7px;display:flex;gap:8px;align-items:center;color:#4e626e;background:#fff}.filter-chip>.icon{width:16px;height:16px}.filter-chip:hover{border-color:#9dafb8;background:#f8faf9}.filter-chip.active{background:var(--ink);color:#fff;border-color:var(--ink)}.results-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--muted);min-height:38px;margin:8px 0 9px}.reset-text{padding:7px 0;font-size:13px;color:var(--accent);text-decoration:underline;text-underline-offset:3px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-card{border:1px solid #d9e0e2;border-radius:12px;padding:23px 23px 17px;text-decoration:none;background:#fff;display:flex;flex-direction:column;transition:border-color .2s,box-shadow .2s,transform .2s;min-width:0}.product-card:hover{border-color:#a9b7bc;box-shadow:0 8px 28px #1837460d;transform:translateY(-3px)}.card-title-row{display:flex;gap:14px;justify-content:space-between;min-height:112px}.card-titles{flex:1;min-width:0}.card-category{display:flex;align-items:center;gap:6px;font-size:11px;line-height:1.4;font-weight:600;color:#5d727e;margin-bottom:13px}.card-category .icon{width:15px;height:15px}.card-titles h3{font-size:23px;line-height:1.18;letter-spacing:-.035em}.card-thumb{position:relative;width:76px;height:104px;flex:none;margin-right:2px}.card-mini-cover{position:absolute;left:0;top:11px;width:63px;height:86px;border-radius:1px 4px 4px 1px;transform:rotate(-7deg);color:#fff;padding:8px 7px;box-shadow:2px 5px 10px #203c4424;display:flex;flex-direction:column;justify-content:space-between}.card-mini-cover>span{font-size:3.8px;line-height:1.25;letter-spacing:.1em;color:#e0e9eb}.card-mini-cover>b{font-size:8px;line-height:1.08;font-weight:750;letter-spacing:-.02em}.card-mini-cover>span:last-child{color:#ffb28a;font-size:3px}.card-mini-page{position:absolute;inset:0 0 auto auto;transform:rotate(8deg);width:59px;height:84px;background:#fcfaf7;border:1px solid #d9dedc;padding:7px 6px;border-radius:2px}.card-mini-page>b{font-size:8px;color:var(--accent);display:block}.card-mini-page>span{font-size:5px;line-height:1.2;display:block;font-weight:700;margin:4px 0}.card-mini-page>i{display:block;height:3px;background:#dbe1df;margin-top:3px;width:90%}.card-summary{font-size:14px;line-height:1.65;margin-top:12px;margin-bottom:14px;flex:1}.card-format{font-size:11px;color:#607381;margin:0 0 14px}.card-bottom{display:flex;justify-content:space-between;gap:10px;align-items:center;border-top:1px solid #e9eded;padding-top:13px}.card-price{font-size:15px;color:#5c6d77;font-weight:600}.card-price small{font-size:10px;font-weight:500}.card-link{display:flex;gap:9px;align-items:center;font-size:13px;font-weight:700;color:var(--ink)}.card-link .icon{width:17px}.empty-state{padding:45px 20px;text-align:center;background:var(--cream);border-radius:12px;margin-top:15px}.empty-state>.icon{margin:auto auto 16px}.empty-state p{margin:14px 0 20px}.catalog-intro{max-width:900px}.catalog-intro .search-form{max-width:740px}.catalog-intro+.library-section{padding-top:0}.catalog-intro+.library-section>.section-heading{display:none}
/* Product usefulness and purchase guarantee */
.useful-section{background:var(--cream);border-block:1px solid #edeae4;padding:56px 0 0}.useful-layout{display:grid;grid-template-columns:1fr 1.03fr;align-items:center;gap:100px;max-width:1000px;margin:0 auto}.useful-preview{position:relative;max-width:380px;width:100%;margin:auto}.useful-page{max-height:352px;overflow:hidden;box-shadow:var(--shadow);border:1px solid #e0e4e2;border-radius:4px;transform:rotate(-2deg)}.useful-page .document{padding:23px 30px}.useful-page .doc-header{font-size:8px;margin-bottom:17px;padding-bottom:14px}.useful-page .doc-kicker{font-size:9px}.useful-page h3{font-size:27px}.useful-page .doc-intro{font-size:12px;margin-top:12px}.useful-page .doc-checks{margin-top:12px}.useful-page .doc-check{font-size:12px;padding:12px 0}.useful-copy h2{font-size:39px;margin:10px 0 16px}.useful-copy>p{font-size:16px;line-height:1.75}.useful-features{display:grid;gap:21px;margin-top:25px}.useful-features>div{display:flex;align-items:flex-start;gap:14px}.useful-features>div>.icon{color:var(--accent);width:22px;margin-top:1px}.useful-features h3{font-size:16px;letter-spacing:-.01em;margin-bottom:4px}.useful-features p{font-size:14px;line-height:1.55}.sample-open-link{display:flex;justify-content:center;align-items:center;gap:10px;width:100%;padding:13px 0;font-size:14px;font-weight:650;text-decoration:underline;text-underline-offset:4px;color:var(--ink);line-height:1.3}.sample-open-link .icon{width:18px}.sample-open-link:hover{color:var(--accent)}.how-row{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #dddeda;margin-top:46px;padding:30px 0}.how-row>div{display:flex;align-items:center;gap:15px}.how-row>div>span{font-size:15px;color:var(--accent);background:#f6e9e0;border:1px solid #ebdbcf;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex:none;font-weight:650}.how-row h3{font-size:16px;margin-bottom:4px}.how-row p{font-size:12px;line-height:1.5}.how-arrow{color:#86959c}.how-arrow .icon{width:18px}.guarantee-section{padding-top:45px;padding-bottom:0}.guarantee-panel{display:flex;align-items:center;gap:22px;border:1px solid #e4d9cc;background:#fcf8f1;border-radius:12px;padding:29px 32px}.guarantee-icon{width:50px;height:50px;border:1px solid #e6d3c2;background:#fff8ed;display:flex;align-items:center;justify-content:center;border-radius:50%;flex:none;color:#975037}.guarantee-icon .icon{width:25px;height:25px}.guarantee-copy{flex:1}.guarantee-copy h2{font-size:24px;letter-spacing:-.025em;margin-bottom:8px}.guarantee-copy p{font-size:14px}.guarantee-copy>span{display:block;font-size:12px;color:#6d665d;margin-top:7px}.guarantee-panel>.text-link{font-size:13px;flex:none;color:#744331}.faq-section{display:grid;grid-template-columns:1fr 1.75fr;gap:65px;padding-top:54px;padding-bottom:58px}.faq-intro h2{font-size:32px;margin:12px 0 20px}.faq-intro>p{margin-top:10px;font-size:14px}.faq-intro>.text-link{font-size:14px}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item>summary{display:flex;justify-content:space-between;gap:20px;cursor:pointer;padding:17px 0;font-size:15px;line-height:1.5;font-weight:650;list-style:none}.faq-item>summary::-webkit-details-marker{display:none}.plus{position:relative;width:16px;height:16px;flex:none;margin-top:3px}.plus:before,.plus:after{content:"";background:#54707a;position:absolute}.plus:before{width:12px;height:1.5px;top:7px;left:2px}.plus:after{height:12px;width:1.5px;left:7px;top:2px}.faq-item[open] .plus:after{display:none}.faq-answer{padding:0 26px 18px 0;font-size:14px;line-height:1.8;color:var(--muted)}.faq-answer a{font-weight:600}
/* Product — heading precedes the compact gallery on mobile. */
.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:9px;font-size:12px;color:#607582;line-height:1.5}.breadcrumb a{text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb>.icon{width:12px;height:12px;color:#91a0a6}.product-breadcrumb{margin-top:23px;margin-bottom:23px}.product-hero{display:grid;grid-template-columns:1fr 1.03fr;grid-template-areas:"visual title" "visual offer";column-gap:66px;row-gap:0;align-items:start}.product-heading{grid-area:title;align-self:end;padding-top:5px}.product-heading h1{font-size:44px;line-height:1.06;margin-top:14px;margin-bottom:15px;max-width:550px}.product-benefit{font-size:17px;font-weight:650;color:var(--ink);margin-bottom:18px;line-height:1.45;max-width:500px}.product-visual{grid-area:visual;min-width:0}.product-visual>.toolkit-stage{height:351px}.product-visual .stage-cover{top:86px;left:28px;width:167px;height:229px}.product-visual .stage-guide{top:38px;left:140px;height:270px;width:264px}.product-visual .stage-guide h3{font-size:21px}.product-visual .stage-checklist{top:164px;right:13px;width:190px;height:146px}.product-visual .stage-eyebrow{top:16px;left:22px;font-size:9px}.product-visual .stage-caption{bottom:12px;font-size:11px}.product-visual .stage-caption .icon{width:14px}.gallery-thumbs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:13px}.gallery-thumb{border:1px solid #d9e1e2;border-radius:7px;overflow:hidden;background:#fbfcfb;padding:0;text-align:left;transition:border-color .2s,background .2s}.gallery-thumb:hover{border-color:var(--accent);background:#fff8f3}.gallery-thumb>span:last-child{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:9px 10px;border-top:1px solid var(--line);background:#fff}.gallery-thumb>span:last-child>.icon{width:14px;height:14px}.gallery-thumb>span:last-child>.icon:last-child{margin-left:auto;width:13px}.thumb-document{display:block;height:58px;overflow:hidden;padding:9px 17px 0}.thumb-document>.document{padding:11px 12px;width:100%;min-height:130px;box-shadow:0 3px 8px #152d3912;transform:rotate(-3deg);border:1px solid #e2e6e5}.thumb-document .doc-header{font-size:3px;gap:2px;margin-bottom:4px;padding-bottom:4px}.thumb-document .doc-kicker{font-size:3px;margin-bottom:2px}.thumb-document h3{font-size:7px;letter-spacing:0}.thumb-document .doc-intro{font-size:3.5px;margin-top:3px;line-height:1.5}.thumb-document .doc-checks{margin-top:4px}.thumb-document .doc-check{font-size:3px;padding:3px 0;gap:2px}.thumb-document .empty-check{width:4px;height:4px;border-width:.6px}.thumb-document .doc-modules{margin-top:4px}.thumb-document .doc-module{padding:3px 0;gap:4px}.thumb-document .doc-module>b{font-size:4px}.thumb-document .doc-module h4{font-size:4px;margin:0}.thumb-document .doc-module p{font-size:3px;line-height:1.4}.thumb-document .doc-field{margin-top:5px}.thumb-document .doc-field h4{font-size:4px}.thumb-document .doc-field>span{height:5px}.product-visual .sample-open-link{padding-bottom:4px;margin-top:4px}.product-visual .sample-caption{font-size:11px;margin-top:6px}.product-offer{grid-area:offer;min-width:0}.product-summary{font-size:16px;line-height:1.7;max-width:550px}.included-inline{display:flex;flex-wrap:wrap;gap:8px 19px;margin:20px 0 21px}.included-inline>span{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:500;color:#415968}.included-inline .icon{width:17px;height:17px;color:#577782}.purchase-disclosure{font-size:14px;line-height:1.65;color:#4c6270;margin-bottom:21px;max-width:530px}.purchase-disclosure strong{font-weight:650;color:#2b4351}.purchase-box{border-top:1px solid var(--line);padding-top:18px}.price-row{display:flex;align-items:center;gap:21px;margin-bottom:17px}.product-price{font-size:43px;line-height:1;font-weight:750;letter-spacing:-.05em;color:var(--ink);display:flex;align-items:baseline;gap:9px}.product-price>small{font-size:12px;letter-spacing:0;font-weight:600}.price-context{font-size:13px;color:#607380;border-left:1px solid #cbd5d9;padding-left:21px}.buy-button{width:100%;min-height:53px;justify-content:center;font-size:16px;gap:16px}.purchase-guarantee{display:flex;align-items:start;gap:10px;margin-top:17px}.purchase-guarantee>.icon{width:20px;height:20px;margin-top:2px;color:#a05439}.purchase-guarantee strong{font-size:14px;font-weight:650;display:block}.purchase-guarantee p{font-size:12px;line-height:1.65;margin-top:3px}.inside-section{padding-top:42px}.inside-section>.section-heading{border-top:1px solid var(--line);padding-top:32px}.heading-note{font-size:13px;color:#536b76;max-width:260px;text-align:right}.modules-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.module-card{background:#f7f8f6;border:1px solid #e3e7e2;border-radius:10px;padding:22px 22px 20px}.module-number{font-size:13px;display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border:1px solid #d6dfdc;color:#416763;border-radius:50%;font-weight:650;margin-bottom:17px}.module-card h3{font-size:18px;line-height:1.25;margin-bottom:10px}.module-card p{font-size:13px;line-height:1.75}.audience-section{padding-top:36px}.audience-section h2{font-size:26px}.audience-section>.section-heading{margin-bottom:16px}.audience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.audience-card{display:flex;align-items:start;gap:12px;background:#fff;border:1px solid #dfe5e5;border-radius:8px;padding:19px 20px}.audience-card>.icon{color:var(--green);width:20px;height:20px;margin-top:1px}.audience-card h3{font-size:15px;line-height:1.5;letter-spacing:0;font-weight:600}.exclusions-section{padding-top:31px}.exclusions-layout{display:grid;grid-template-columns:1fr 2.7fr;gap:50px;border-block:1px solid var(--line);padding:26px 0}.exclusions-layout h2{font-size:23px;letter-spacing:-.025em}.exclusions-layout ul{padding:0 0 0 17px;margin:0;display:grid;gap:4px;font-size:14px;color:#4c6370}.exclusions-layout li::marker{color:#778994}.exclusions-layout p{font-size:12px;margin-top:13px;line-height:1.7;color:#607580}.product-faq{padding-top:40px;padding-bottom:38px}.product-faq .faq-item>summary{font-size:14px;padding:15px 0}.product-faq .faq-intro h2{font-size:30px}.final-offer{border-top:1px solid var(--line);padding-block:25px 45px;display:flex;align-items:center;justify-content:space-between;gap:30px}.final-offer h2{font-size:25px;margin:7px 0}.final-offer p{font-size:12px;max-width:580px}.final-action{display:flex;align-items:center;gap:22px;flex:none}.final-action>span{font-size:25px;font-weight:700;letter-spacing:-.03em}.final-action>span>small{display:block;font-size:11px;font-weight:500;letter-spacing:0;color:var(--muted)}.final-action .button{font-size:14px;min-height:48px;padding:10px 18px}.sticky-purchase{position:fixed;bottom:0;left:0;right:0;z-index:30;background:#fff;border-top:1px solid #cbd5d9;box-shadow:0 -6px 24px #162c3a0c;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:13px max(32px,calc((100vw - 1200px)/2));}.sticky-label>strong{display:block;font-size:15px}.sticky-label>span{display:block;font-size:12px;color:#607582}.sticky-action{display:flex;align-items:center;gap:25px}.sticky-action>span{font-size:25px;font-weight:750;line-height:1.1;letter-spacing:-.03em}.sticky-action>span>small{display:block;font-size:10px;letter-spacing:0;color:var(--muted);font-weight:500;margin-top:4px}.sticky-action>.button{min-height:44px;padding:9px 18px;font-size:14px}.has-sticky-space{padding-bottom:90px}
/* Accessible native dialog: three thumbnails, keyboard navigation, zoom. */
.dialog-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:23px 26px 17px;background:#fff;flex:none}.dialog-header h2{font-size:24px;margin-top:6px;letter-spacing:-.025em}.dialog-header .eyebrow{font-size:10px}.dialog-header>.icon-button{flex:none}.preview-tabs{display:flex;gap:6px;padding:0 26px 17px;background:#fff;flex:none}.sample-tab{display:flex;align-items:center;gap:8px;padding:9px 15px;border-radius:6px;font-size:14px;min-height:40px;border:1px solid var(--line);background:#fff}.sample-tab>.icon{width:16px;height:16px}.sample-tab.active{background:var(--ink);color:#fff;border-color:var(--ink)}.dialog-note{padding:10px 25px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:12px;line-height:1.5;background:#f7f8f6;flex:none}.dialog-scroll{overflow:auto;overscroll-behavior:contain;padding:23px 32px;min-height:0}.dialog-scroll .document{box-shadow:0 4px 18px #142d3a0f;min-height:650px;max-width:640px;margin:auto;padding:32px 40px}.dialog-scroll .doc-header{font-size:10px}.dialog-scroll .doc-kicker{font-size:11px}.dialog-scroll .doc-intro,.dialog-scroll .doc-module p,.dialog-scroll .doc-check{font-size:15px}.dialog-scroll .doc-module h4,.dialog-scroll .doc-field h4{font-size:16px}.dialog-scroll .doc-callout,.dialog-scroll .doc-callout p{font-size:14px}.dialog-scroll .doc-small{font-size:13px}.dialog-scroll .doc-footer{font-size:10px}.dialog-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:10px 26px;border-top:1px solid #d5dfe1;background:#fff;flex:none;font-size:12px;color:#526977}.dialog-bottom>div{display:flex;gap:8px}.dialog-bottom .icon-button{width:34px;height:34px}
/* Supporting routes: retained functional order/help/refund flow. */
.page-intro{padding-top:27px;padding-bottom:42px}.page-intro>.breadcrumb{margin-bottom:30px}.page-intro>h1{font-size:52px;margin:14px 0 18px;line-height:1.08}.page-intro>p{font-size:18px;line-height:1.75}.refund-intro{text-align:center}.refund-intro .breadcrumb{text-align:left}.refund-symbol{width:65px;height:65px;display:flex;align-items:center;justify-content:center;border:1px solid #e3d9c9;border-radius:50%;margin:0 auto 20px;background:#fcf4e9;color:#a2593c}.refund-symbol .icon{width:30px;height:30px}.refund-rule-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.refund-rule-grid>article{padding:27px;border:1px solid var(--line);border-radius:12px;background:var(--cream)}.refund-rule-grid h2{font-size:23px;margin:17px 0 12px}.refund-rule-grid p{font-size:15px}.refund-rule-grid .icon{color:var(--accent)}.refund-request{margin-top:35px;display:flex;align-items:center;justify-content:space-between;gap:50px;border:1px solid var(--line);border-radius:12px;padding:34px}.refund-request>div{max-width:700px}.refund-request h2{font-size:28px;margin:10px 0}.refund-request p{font-size:15px;margin-top:10px}.refund-request>.button{flex:none}.distinction-card{background:#f2f5f6;border-radius:10px;padding:24px 28px;display:flex;align-items:start;gap:16px;margin-top:26px}.distinction-card h2{font-size:21px;margin-bottom:9px}.distinction-card p{font-size:14px}.distinction-card>.icon{margin-top:1px}.help-layout{display:grid;grid-template-columns:1.5fr 1fr;gap:55px;padding-bottom:60px}.contact-form{border:1px solid var(--line);border-radius:12px;padding:32px}.contact-form h2{font-size:27px;margin-bottom:12px}.form-intro{font-size:14px}.setup-notice,.checkout-unavailable{display:flex;align-items:start;gap:12px;padding:17px;background:#f1f4f5;border:1px solid #d4dfe3;border-radius:8px;margin:22px 0;font-size:13px;line-height:1.65}.setup-notice .icon,.checkout-unavailable .icon{width:18px;height:18px;margin-top:3px}.contact-form label{display:block;font-weight:600;font-size:14px;margin:18px 0 7px}.contact-form label span{font-weight:400;color:var(--muted)}.contact-form input,.contact-form select,.contact-form textarea{display:block;width:100%;border:1px solid #b7c7cf;background:#fff;border-radius:6px;min-height:46px;padding:10px 13px;font-size:15px;color:var(--ink)}.contact-form textarea{resize:vertical}.contact-form>.button{margin-top:23px;width:100%}.contact-form>.button:disabled{background:#dfe6e8;color:#5b6b76;border-color:transparent}.form-note{font-size:12px;margin-top:12px}.form-status{margin-top:15px;font-size:14px;color:#3d625c}.help-aside>div{padding:27px;border:1px solid var(--line);border-radius:10px;margin-bottom:25px}.help-aside h2{font-size:25px;margin:16px 0}.help-aside h3{font-size:19px;margin:16px 0}.help-aside p{font-size:14px;margin:13px 0}.help-promise{background:#fcf8f1}.help-promise>.icon{color:var(--accent)}.help-aside .text-link{font-size:13px}.checkout-section{padding-top:28px;padding-bottom:65px}.back-link{font-size:14px;text-decoration:none}.checkout-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:70px;margin-top:35px}.checkout-copy>h1{font-size:46px;margin:15px 0 28px}.checkout-outline h2{font-size:27px;margin-bottom:14px}.checkout-outline p{font-size:15px}.checkout-outline ul{list-style:none;padding:0;margin:20px 0;display:grid;gap:10px}.checkout-outline li{display:flex;align-items:center;gap:8px;font-size:14px}.checkout-outline li>.icon{width:17px;color:var(--green)}.product-clarity{border-top:1px solid var(--line);padding-top:19px;margin-top:23px}.clarity-title{display:flex;gap:10px;align-items:center;font-size:15px}.clarity-title>.icon{width:20px}.product-clarity p{font-size:14px;margin-top:11px;line-height:1.8}.checkout-copy .purchase-guarantee{margin-top:25px}.checkout-copy .purchase-guarantee a{font-size:13px}.order-summary{border:1px solid #d6dfe3;border-radius:13px;padding:31px;align-self:start;box-shadow:var(--shadow)}.order-thumb{width:55px;height:65px;border-radius:5px;background:var(--navy);display:flex;align-items:center;justify-content:center;color:#ffc49b;margin-top:24px}.order-thumb .icon{width:28px;height:28px}.order-summary h2{font-size:27px;margin:20px 0 10px}.order-type{font-size:13px}.order-price{display:flex;align-items:center;justify-content:space-between;border-block:1px solid var(--line);padding:16px 0;margin:23px 0 10px;font-size:14px}.order-price strong{font-size:33px;line-height:1;font-weight:750}.order-tax-note,.checkout-footnote,.checkout-provider-note{font-size:12px;line-height:1.65}.checkout-pay{width:100%;margin-bottom:13px}.checkout-footnote{text-align:center}.checkout-provider-note{margin-top:13px}.not-found{padding-block:70px 100px}.not-found>.button{margin-top:30px}
/* Footer */
.site-footer{background:#f6f7f5;border-top:1px solid #e0e4e0;padding:39px 0 20px}.footer-top{display:grid;grid-template-columns:1.45fr 1fr 1.13fr 1fr;gap:37px;padding-bottom:30px}.footer-brand .brand{font-size:21px}.footer-brand .brand-mark{width:31px;height:31px}.footer-brand p{font-size:15px;line-height:1.65;margin-top:16px}.footer-label{font-size:10px;letter-spacing:.09em;color:#6c7c83;font-weight:650;display:block;margin-top:15px}.footer-links h3{font-size:13px;letter-spacing:0;margin-bottom:16px}.footer-links a{display:block;font-size:12px;line-height:1.5;margin:10px 0;text-decoration:none;color:#566c78}.footer-links a:hover{text-decoration:underline;color:var(--accent)}.footer-note{font-size:13px}.footer-note>.icon{color:var(--accent);margin-bottom:12px}.footer-note>strong{font-size:13px}.footer-note p{font-size:12px;line-height:1.75;margin-top:8px}.footer-bottom{border-top:1px solid #dbe1dd;padding-top:19px;font-size:11px;color:#637780;display:flex;justify-content:space-between;gap:20px;line-height:1.6}.legal-pending{font-size:10px;margin-top:12px;color:#687b83}
/* Medium screens */
@media(min-width:1400px){.hero{gap:50px}.hero h1{font-size:55px}.hero .stage-cover{left:32px}.hero .stage-guide{left:132px}.hero .stage-checklist{right:0}}
@media(max-width:1100px){.container{width:calc(100% - 48px)}.desktop-nav{gap:18px}.header-help{display:none}.hero{gap:26px;grid-template-columns:1.2fr 1fr}.hero h1{font-size:46px}.hero-description{font-size:16px}.search-row .search-submit{font-size:12px;padding:10px}.search-submit>.icon{display:none}.search-row input{font-size:13px}.quick-categories{gap:3px 12px}.quick-categories button{font-size:11px}.home-stage{height:365px}.hero .stage-cover{left:7px;top:100px;width:160px;height:226px}.hero .stage-guide{left:75px;top:46px;width:258px;height:290px}.hero .stage-checklist{width:177px;top:184px;height:137px}.hero .stage-checklist .doc-check{font-size:6px}.stage-caption{font-size:11px;bottom:9px}.card-titles h3{font-size:21px}.product-card{padding:20px 19px 16px}.card-thumb{width:61px}.card-mini-page{right:-3px}.card-mini-cover{left:-4px}.card-category{font-size:10px}.card-category>.icon{display:none}.card-format{font-size:10px}.card-title-row{min-height:104px}.product-hero{column-gap:37px}.product-heading h1{font-size:39px}.product-benefit{font-size:16px}.product-summary{font-size:15px}.included-inline{gap:9px 14px;margin:17px 0}.included-inline>span{font-size:12px}.product-visual .stage-cover{left:11px;width:145px;height:218px}.product-visual .stage-guide{left:74px;width:244px;height:270px}.product-visual .stage-checklist{right:-10px;width:170px;height:145px}.product-visual .toolkit-stage{height:338px}.module-card{padding:20px 17px}.module-card h3{font-size:17px}.useful-layout{gap:60px}.guarantee-panel{gap:18px;padding:24px}.guarantee-copy h2{font-size:22px}.guarantee-copy p{font-size:13px}.guarantee-panel>.text-link{max-width:100px;font-size:12px;line-height:1.5}.how-row{gap:14px}.how-row>div{gap:10px}.how-row h3{font-size:14px}.how-row p{font-size:11px}.footer-top{gap:25px;grid-template-columns:1.4fr 1fr 1fr}.footer-note{display:none}.final-action{gap:15px}.final-offer p{max-width:470px}.final-offer h2{font-size:23px}}
@media(max-width:850px){.hero{gap:25px}.hero h1{font-size:39px}.hero-description{font-size:15px}.hero .eyebrow{font-size:10px}.home-stage{height:342px}.hero .stage-guide{left:53px;width:224px;height:265px}.hero .stage-guide h3{font-size:21px}.hero .stage-cover{left:9px;top:107px;width:130px;height:189px}.hero .cover-text>strong{font-size:21px}.hero .stage-checklist{width:155px;top:179px;height:121px}.hero .stage-checklist h3{font-size:14px}.hero .stage-caption{font-size:9px}.hero .stage-caption>.icon{width:12px}.hero .stage-eyebrow{left:18px;font-size:8px}.search-row{flex-wrap:wrap;gap:3px;padding:5px}.search-row>.icon{margin-left:7px}.search-row input{width:calc(100% - 50px);height:38px}.search-row .search-submit{width:100%;min-height:42px;font-size:14px}.search-submit>.icon{display:block}.search-form{margin-top:20px}.quick-categories{gap:1px 10px}.hero{padding-top:28px;padding-bottom:27px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card-category{font-size:11px}.card-category>.icon{display:block}.card-thumb{width:76px}.card-titles h3{font-size:23px}.trust-strip>.container{gap:26px}.trust-strip span,.trust-strip a{font-size:12px}.trust-strip .icon{width:17px}.section-heading h2{font-size:29px}.product-hero{column-gap:26px;grid-template-columns:1fr 1fr}.product-heading h1{font-size:35px}.product-summary{font-size:14px}.product-benefit{font-size:15px}.product-heading .eyebrow{font-size:10px}.product-visual .stage-guide{left:53px;width:232px}.product-visual .stage-cover{left:8px;width:126px;height:187px;top:94px}.product-visual .cover-text>strong{font-size:20px}.product-visual .stage-checklist{width:153px;right:-10px;top:165px;height:138px}.product-visual .stage-eyebrow{font-size:8px;left:16px}.gallery-thumb>span:last-child{font-size:10px;padding:8px}.gallery-thumb>span:last-child>.icon{display:none}.gallery-thumb>span:last-child>.icon:last-child{display:block;width:12px}.thumb-document{padding:8px 9px 0;height:47px}.included-inline{gap:8px 10px}.included-inline>span{font-size:11px}.purchase-disclosure{font-size:13px}.product-price{font-size:38px}.price-context{font-size:12px}.purchase-guarantee strong{font-size:13px}.purchase-guarantee p{font-size:11px}.product-visual .sample-caption{font-size:10px}.modules-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.module-card{padding:20px}.audience-grid{gap:12px}.audience-card{padding:15px;gap:9px}.audience-card h3{font-size:13px}.audience-card>.icon{width:18px}.exclusions-layout{gap:30px;grid-template-columns:1fr 2fr}.exclusions-layout h2{font-size:21px}.useful-layout{gap:35px}.useful-copy h2{font-size:33px}.useful-copy>p{font-size:14px}.useful-features{gap:17px}.useful-features h3{font-size:14px}.useful-features p{font-size:12px}.useful-page .document{padding:22px}.useful-page h3{font-size:25px}.useful-page .doc-header{font-size:6px;gap:4px}.useful-page .doc-intro{font-size:11px}.how-row>div>span{width:30px;height:30px;font-size:12px}.how-row h3{font-size:13px}.how-row p{font-size:10px}.how-arrow{display:none}.guarantee-panel{flex-wrap:wrap}.guarantee-copy{flex:1;min-width:70%}.guarantee-panel>.text-link{max-width:none;margin-left:68px}.faq-section{gap:35px;grid-template-columns:1fr 1.6fr}.faq-intro h2{font-size:28px}.faq-item>summary{font-size:14px}.footer-top{gap:26px;grid-template-columns:1.2fr 1fr 1fr}.footer-brand .brand{font-size:19px}.footer-brand .brand-mark{width:28px;height:28px}.footer-brand .brand{gap:7px}.footer-label{font-size:8px}.final-offer{align-items:start}.final-action{flex-direction:column;align-items:end;gap:13px}.final-action .button{font-size:13px}.final-action>span>small{display:inline;font-size:10px}.help-layout{gap:30px;grid-template-columns:1.4fr 1fr}.contact-form{padding:25px}.checkout-layout{gap:35px}.checkout-copy>h1{font-size:39px}.order-summary{padding:25px}.refund-request{gap:30px}.refund-rule-grid{gap:16px}.refund-rule-grid>article{padding:23px}.refund-rule-grid h2{font-size:21px}}
/* Mobile: title → small preview → contents/disclosure → price & action. */
@media(max-width:680px){.container{width:calc(100% - 40px)}.header-inner{height:66px}.brand{font-size:22px;gap:8px}.brand-mark{width:32px;height:32px}.desktop-nav,.header-help{display:none}.menu-toggle{display:flex;width:40px;height:40px}.mobile-nav{top:66px}.preview-banner{font-size:10px;min-height:26px}.preview-long{display:none}.hero{display:flex;flex-direction:column;gap:23px;padding-top:27px;padding-bottom:22px}.hero-copy{padding:0;width:100%}.hero h1{font-size:43px;line-height:1.08;max-width:590px;margin:15px 0 17px}.hero .eyebrow{font-size:10px}.hero-description{font-size:16px;line-height:1.75;max-width:520px}.search-form{margin-top:22px}.search-row{flex-wrap:nowrap;padding:5px;gap:3px}.search-row input{width:auto;font-size:13px;height:43px}.search-row .search-submit{width:auto;font-size:12px;min-height:43px;padding:10px 11px}.search-submit>.icon{display:none}.search-row>.icon{width:17px}.search-clear{width:22px}.search-row input::placeholder{font-size:12px}.quick-categories{gap:3px 14px}.quick-categories button{font-size:11px;min-height:30px}.hero-visual{width:100%;max-width:500px}.home-stage{height:266px}.hero .stage-eyebrow{top:14px;left:20px;font-size:8px}.hero .stage-cover{left:27px;top:58px;width:131px;height:174px}.hero .playbook-cover{padding:14px 12px}.hero .cover-top{font-size:4px}.hero .cover-top>.icon{width:12px}.hero .cover-text>strong{font-size:20px;margin:7px 0;max-width:108px}.hero .cover-text>span{font-size:5px}.hero .cover-text>p{font-size:6px}.hero .cover-bottom{font-size:4px;padding-top:8px}.hero .cover-bottom>.icon{width:20px}.hero .stage-guide{left:110px;top:34px;width:236px;height:202px}.hero .stage-guide .document{padding:15px 18px}.hero .stage-guide .doc-header{font-size:5px;padding-bottom:6px;margin-bottom:10px}.hero .stage-guide .doc-kicker{font-size:6px}.hero .stage-guide h3{font-size:19px}.hero .stage-guide .doc-intro{font-size:8px;line-height:1.4;margin-top:7px}.hero .stage-guide .doc-modules{margin-top:8px}.hero .stage-guide .doc-module{padding:6px 0}.hero .stage-guide .doc-module h4{font-size:9px}.hero .stage-guide .doc-module p{font-size:7px}.hero .stage-checklist{right:10px;top:124px;width:153px;height:108px}.hero .stage-checklist .document{padding:12px}.hero .stage-checklist .doc-header{font-size:4px;margin-bottom:6px}.hero .stage-checklist .doc-kicker{font-size:5px}.hero .stage-checklist h3{font-size:13px}.hero .stage-checklist .doc-check{font-size:5.5px;padding:4px 0}.hero .stage-caption{font-size:9px;bottom:6px}.hero-visual>.sample-caption{font-size:10px;margin-top:7px}.trust-strip>.container{gap:13px;min-height:57px;justify-content:space-between}.trust-strip span,.trust-strip a{font-size:10px;line-height:1.4;gap:6px}.trust-strip .icon{width:16px;height:16px}.trust-strip a{max-width:135px}.library-section{padding-top:30px;padding-bottom:32px}.section-heading{display:block;margin-bottom:19px}.section-heading .eyebrow{font-size:10px;margin-bottom:8px}.section-heading h2{font-size:29px;line-height:1.1;max-width:390px}.section-heading>.text-link{display:flex;font-size:12px;margin-top:13px}.filters{gap:7px}.filter-chip{font-size:11px;min-height:35px;padding:8px 10px;gap:6px}.filter-chip>.icon{width:13px;height:13px}.results-row{font-size:11px;margin-bottom:8px;min-height:33px}.reset-text{font-size:11px}.product-grid{grid-template-columns:1fr;gap:13px}.product-card{padding:21px 22px 17px}.card-title-row{min-height:94px;gap:20px}.card-titles h3{font-size:25px;max-width:275px}.card-category{font-size:11px;margin-bottom:12px}.card-thumb{width:71px;height:91px}.card-mini-cover{left:0;height:78px;width:58px;top:9px}.card-mini-page{height:76px;width:57px;right:-1px}.card-mini-cover>b{font-size:8px}.card-summary{font-size:14px;line-height:1.6;margin-top:7px;margin-bottom:12px}.card-format{font-size:10px;margin-bottom:12px}.card-bottom{padding-top:12px}.card-link{font-size:13px}.card-price{font-size:14px}.card-price small{font-size:10px}.useful-section{padding-top:31px}.useful-layout{display:flex;flex-direction:column-reverse;gap:27px}.useful-copy h2{font-size:32px;margin:10px 0 15px}.useful-copy h2 br{display:none}.useful-copy>p{font-size:15px}.useful-features{gap:18px;margin-top:22px}.useful-features h3{font-size:16px}.useful-features p{font-size:14px}.useful-preview{max-width:345px}.useful-page{max-height:285px}.useful-page .doc-header{font-size:7px}.useful-page h3{font-size:26px}.useful-page .doc-intro{font-size:12px}.useful-page .doc-check{font-size:12px;padding:10px 0}.sample-open-link{font-size:13px}.how-row{flex-direction:column;align-items:start;gap:22px;padding:25px 0;margin-top:28px}.how-row>div{gap:15px}.how-row>div>span{width:36px;height:36px;font-size:13px}.how-row h3{font-size:15px}.how-row p{font-size:12px}.guarantee-section{padding-top:28px}.guarantee-panel{padding:23px 21px;gap:14px;align-items:start}.guarantee-icon{width:39px;height:39px}.guarantee-icon>.icon{width:21px}.guarantee-copy{min-width:0;flex-basis:calc(100% - 58px)}.guarantee-copy h2{font-size:23px;line-height:1.17;margin:1px 0 10px}.guarantee-copy p{font-size:14px;line-height:1.7}.guarantee-copy>span{font-size:11px;line-height:1.7;margin-top:9px}.guarantee-panel>.text-link{font-size:12px;margin-left:53px}.faq-section{grid-template-columns:1fr;gap:21px;padding-top:32px;padding-bottom:36px}.faq-intro h2{font-size:29px;margin:9px 0 14px}.faq-intro h2 br{display:none}.faq-intro>.text-link{font-size:13px}.faq-item>summary{font-size:14px;padding:17px 0}.faq-answer{font-size:14px;padding-bottom:17px;padding-right:12px}.product-breadcrumb{font-size:10px;gap:6px;margin-block:18px}.product-breadcrumb>.icon{width:10px}.product-hero{display:grid;grid-template-columns:1fr;grid-template-areas:"title" "visual" "offer";gap:18px}.product-heading{padding:0}.product-heading .eyebrow{font-size:10px}.product-heading h1{font-size:39px;margin:10px 0 12px;max-width:480px}.product-benefit{font-size:16px;margin-bottom:0;line-height:1.5}.product-visual>.toolkit-stage{height:213px;max-width:520px}.product-visual .stage-eyebrow{font-size:7px;top:11px;left:15px}.product-visual .stage-cover{width:108px;height:151px;top:37px;left:23px}.product-visual .playbook-cover{padding:12px 9px}.product-visual .cover-top{font-size:3.5px}.product-visual .cover-top .icon{width:10px}.product-visual .cover-text>span{font-size:4px}.product-visual .cover-text>strong{font-size:16px;margin:5px 0 6px;max-width:94px}.product-visual .cover-text>p{font-size:5px}.product-visual .cover-bottom{font-size:3.5px;padding-top:7px}.product-visual .cover-bottom>.icon{width:15px;height:15px}.product-visual .stage-guide{left:106px;top:23px;width:213px;height:166px}.product-visual .stage-guide .document{padding:13px 15px}.product-visual .stage-guide .doc-header{font-size:4.5px;padding-bottom:6px;margin-bottom:8px}.product-visual .stage-guide .doc-kicker{font-size:5px;margin-bottom:5px}.product-visual .stage-guide h3{font-size:16px;line-height:1.05}.product-visual .stage-guide .doc-intro{font-size:7px;margin-top:7px;line-height:1.4}.product-visual .stage-guide .doc-modules{margin-top:8px}.product-visual .stage-guide .doc-module{padding:6px 0;gap:5px}.product-visual .stage-guide .doc-module>b{font-size:8px}.product-visual .stage-guide .doc-module h4{font-size:7px;margin-bottom:3px}.product-visual .stage-guide .doc-module p{font-size:6px}.product-visual .stage-checklist{right:14px;top:100px;width:139px;height:90px}.product-visual .stage-checklist .document{padding:9px 12px}.product-visual .stage-checklist .doc-header{font-size:3.5px;padding-bottom:4px;margin-bottom:5px}.product-visual .stage-checklist .doc-kicker{font-size:4px;margin-bottom:4px}.product-visual .stage-checklist h3{font-size:11px}.product-visual .stage-checklist .doc-check{font-size:4.5px;padding:3px 0;gap:4px}.product-visual .stage-checklist .empty-check{width:6px;height:6px}.product-visual .stage-caption{font-size:8px;bottom:5px}.product-visual .stage-caption>.icon{width:10px;height:10px}.gallery-thumbs{gap:8px;margin-top:9px}.thumb-document{height:32px;padding:6px 14px 0}.thumb-document>.document{padding:6px 9px}.gallery-thumb>span:last-child{font-size:11px;padding:6px 9px}.gallery-thumb>span:last-child>.icon{display:block;width:12px;height:12px}.gallery-thumb>span:last-child>.icon:last-child{width:11px}.product-visual .sample-open-link{font-size:13px;padding-top:10px}.product-visual .sample-caption{font-size:10px;margin-top:5px;max-width:360px;margin-inline:auto}.product-summary{font-size:16px;line-height:1.75}.included-inline{gap:8px 16px;margin:18px 0}.included-inline>span{font-size:12px;gap:6px}.included-inline .icon{width:16px;height:16px}.purchase-disclosure{font-size:14px;line-height:1.75;margin-bottom:19px}.purchase-box{padding-top:18px}.product-price{font-size:42px}.price-context{font-size:13px}.price-row{margin-bottom:16px}.buy-button{font-size:16px;min-height:53px}.purchase-guarantee{gap:9px;margin-top:16px}.purchase-guarantee strong{font-size:14px}.purchase-guarantee p{font-size:13px;line-height:1.7}.inside-section{padding-top:27px}.inside-section>.section-heading{padding-top:25px}.inside-section .section-heading h2{font-size:29px}.heading-note{display:block;text-align:left;max-width:300px;font-size:12px;margin-top:9px;line-height:1.7}.modules-grid{grid-template-columns:1fr;gap:11px}.module-card{padding:19px 20px;display:grid;grid-template-columns:30px 1fr;gap:7px 14px;align-items:start}.module-number{margin:0;grid-row:1 / 3;font-size:12px;width:29px;height:29px}.module-card h3{font-size:18px;margin:2px 0 0}.module-card p{grid-column:2;font-size:14px;line-height:1.7}.audience-section{padding-top:27px}.audience-section h2{font-size:25px}.audience-grid{grid-template-columns:1fr;gap:9px}.audience-card{padding:15px 17px;gap:12px}.audience-card h3{font-size:14px;line-height:1.5}.audience-card>.icon{width:19px;height:19px}.exclusions-section{padding-top:25px}.exclusions-layout{grid-template-columns:1fr;gap:15px;padding:23px 0}.exclusions-layout h2{font-size:23px}.exclusions-layout ul{font-size:14px;gap:7px;line-height:1.7}.exclusions-layout p{font-size:12px;line-height:1.75}.product-faq{padding-top:30px;padding-bottom:30px}.product-faq .faq-intro h2{font-size:28px}.product-faq .faq-item>summary{font-size:14px;padding:16px 0}.final-offer{flex-direction:column;gap:20px;padding-bottom:29px}.final-offer h2{font-size:24px}.final-offer p{font-size:13px;line-height:1.7}.final-action{flex-direction:row;align-items:center;justify-content:space-between;width:100%;gap:15px}.final-action>span{font-size:29px}.final-action>span>small{display:block;font-size:10px}.final-action>.button{font-size:14px;min-height:49px}.sticky-purchase{padding:11px 20px calc(11px + env(safe-area-inset-bottom));gap:12px}.sticky-label{max-width:145px}.sticky-label>strong{font-size:12px;line-height:1.3}.sticky-label>span{font-size:9px;line-height:1.4;margin-top:3px}.sticky-action{gap:12px;flex:1;justify-content:end}.sticky-action>span{font-size:22px}.sticky-action>span>small{font-size:8px}.sticky-action>.button{font-size:12px;gap:8px;min-height:42px;padding:9px 11px}.sticky-action>.button>.icon{width:15px;height:15px}.has-sticky-space{padding-bottom:92px}.dialog-header{padding:17px 17px 14px;gap:12px}.dialog-header h2{font-size:22px}.dialog-header>.icon-button{width:36px;height:36px}.preview-tabs{padding:0 17px 14px;gap:6px}.sample-tab{padding:8px 10px;gap:6px;font-size:12px;min-height:38px}.sample-tab>.icon{width:14px}.dialog-note{padding:9px 17px;font-size:11px}.dialog-scroll{padding:14px 10px}.dialog-scroll .document{padding:23px 19px;min-height:600px}.dialog-scroll .doc-header{font-size:7px;gap:10px;margin-bottom:19px;padding-bottom:15px}.dialog-scroll .doc-kicker{font-size:9px}.dialog-scroll .document h3{font-size:26px}.dialog-scroll .doc-intro,.dialog-scroll .doc-module p,.dialog-scroll .doc-check{font-size:14px}.dialog-scroll .doc-module h4{font-size:16px}.dialog-scroll .doc-module{gap:12px;padding:15px 0}.dialog-scroll .doc-module>b{font-size:15px}.dialog-scroll .doc-footer{font-size:8px;gap:8px;line-height:1.6;flex-wrap:wrap}.dialog-bottom{padding:10px 15px;font-size:11px}.page-intro{padding-top:22px;padding-bottom:30px}.page-intro>.breadcrumb{margin-bottom:25px}.page-intro>h1{font-size:39px;margin:11px 0 17px}.page-intro>p{font-size:16px}.catalog-intro .search-form{margin-top:25px}.catalog-intro+.library-section{padding-top:7px}.refund-rule-grid{grid-template-columns:1fr;gap:12px}.refund-rule-grid>article{padding:24px}.refund-rule-grid h2{font-size:22px;margin:13px 0 10px}.refund-rule-grid p{font-size:15px}.refund-request{flex-direction:column;align-items:start;gap:20px;padding:24px;margin-top:24px}.refund-request>.button{width:100%}.refund-request h2{font-size:26px}.distinction-card{padding:23px 19px;gap:12px}.distinction-card h2{font-size:21px}.distinction-card p{font-size:14px}.help-layout{grid-template-columns:1fr;gap:25px;padding-bottom:30px}.contact-form{padding:24px 20px}.contact-form h2{font-size:25px}.help-aside>div{padding:24px;margin-bottom:18px}.help-aside h2{font-size:23px}.checkout-section{padding-block:24px 35px}.checkout-layout{grid-template-columns:1fr;gap:26px;margin-top:25px}.checkout-copy>h1{font-size:38px;margin-top:11px}.checkout-outline h2{font-size:26px}.order-summary{padding:25px}.checkout-copy .purchase-guarantee p{font-size:13px}.footer-top{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 22px;padding-bottom:25px}.footer-brand{grid-column:1/-1}.footer-brand .brand{font-size:23px}.footer-brand .brand-mark{width:33px;height:33px}.footer-brand p{font-size:15px;margin-top:14px}.footer-label{font-size:10px;margin-top:12px}.footer-links h3{font-size:14px;margin-bottom:14px}.footer-links a{font-size:13px;margin:11px 0;line-height:1.6}.site-footer{padding-top:30px;padding-bottom:20px}.footer-bottom{display:block;font-size:11px;line-height:1.6}.footer-bottom>span{display:block;margin-bottom:8px}.legal-pending{font-size:10px;line-height:1.7;margin-top:7px}}
@media(max-width:380px){.container{width:calc(100% - 32px)}.brand{font-size:20px}.brand-mark{width:30px;height:30px}.hero h1{font-size:37px}.hero-description{font-size:15px}.search-row{flex-wrap:wrap;gap:2px}.search-row input{width:calc(100% - 58px);height:39px;font-size:14px}.search-row input::placeholder{font-size:13px}.search-row .search-submit{width:100%;font-size:14px;min-height:42px}.search-submit>.icon{display:block}.hero .stage-cover{left:10px;width:114px;height:173px}.hero .stage-guide{left:71px;width:214px}.hero .stage-checklist{right:1px;width:139px}.hero .stage-caption{font-size:8px}.trust-strip>.container{gap:7px}.trust-strip span,.trust-strip a{font-size:9px;gap:4px}.trust-strip .icon{width:14px}.trust-strip a{max-width:115px}.card-titles h3{font-size:23px}.product-card{padding:19px 19px 16px}.card-format{font-size:9px}.card-link{font-size:12px}.product-heading h1{font-size:36px}.product-visual .stage-cover{left:11px;width:106px}.product-visual .stage-guide{left:79px;width:199px}.product-visual .stage-checklist{right:0;width:125px}.product-visual .stage-caption{font-size:7px}.included-inline{gap:8px 10px}.included-inline>span{font-size:11px}.sticky-label{max-width:98px}.sticky-label>strong{font-size:10px}.sticky-label>span{font-size:8px}.sticky-purchase{padding-inline:16px}.sticky-action{gap:9px}.sticky-action>.button{font-size:11px;gap:6px;padding:9px}.sticky-action>span{font-size:21px}.guarantee-panel{padding:21px 18px}.guarantee-copy h2{font-size:21px}.guarantee-copy p{font-size:13px}.guarantee-copy>span{font-size:11px}.sample-tab{font-size:11px;padding:8px 9px}.final-action>.button{font-size:13px;gap:11px;padding:10px 14px}.final-offer h2{font-size:23px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
@media print{.preview-banner,.site-header,.site-footer,.sticky-purchase,.button,.gallery-thumbs,.sample-open-link{display:none!important}.container{width:100%}.product-hero{display:block}.product-visual{display:none}.product-heading h1{font-size:32px}.modules-grid{grid-template-columns:1fr 1fr}.dialog-scroll{overflow:visible}.dialog-scroll .document{box-shadow:none}.dialog-header,.preview-tabs,.dialog-note,.dialog-bottom{display:none}.document{break-inside:avoid}.has-sticky-space{padding-bottom:0}}
/* Final legibility pass. Keep sample labels off the document text. */
.stage-caption{width:max-content;max-width:calc(100% - 24px);left:50%;right:auto;transform:translateX(-50%);padding:3px 8px;background:#f1eee7f5;border-radius:5px;z-index:4;white-space:nowrap}
.card-format{font-size:12px}.card-price small{font-size:11px}.card-category{font-size:12px}.module-card p{font-size:14px}.purchase-guarantee p{font-size:14px}.heading-note{font-size:14px}.exclusions-layout p{font-size:14px}.footer-links a{font-size:13px}.footer-note p{font-size:13px}.guarantee-copy p{font-size:15px}.guarantee-copy>span{font-size:13px}.how-row p{font-size:13px}.product-visual .sample-caption{font-size:12px}
@media(max-width:1100px){.card-format{font-size:11px}.card-category{font-size:11px}.purchase-guarantee p{font-size:13px}.guarantee-copy p{font-size:14px}.how-row p{font-size:12px}}
@media(max-width:850px){.how-row p{font-size:11px}.heading-note{font-size:13px}.exclusions-layout p{font-size:13px}}
@media(max-width:680px){.card-format{font-size:12px}.card-category{font-size:12px}.purchase-guarantee p{font-size:14px}.how-row p{font-size:13px}.guarantee-copy>span{font-size:12px}.product-visual>.toolkit-stage{height:177px}.product-visual .stage-cover{top:27px;height:130px;width:93px}.product-visual .cover-text>strong{font-size:14px;margin:4px 0}.product-visual .cover-text>p{display:none}.product-visual .stage-guide{top:20px;width:196px;height:139px;left:101px}.product-visual .stage-guide h3{font-size:15px}.product-visual .stage-guide .doc-header{margin-bottom:6px}.product-visual .stage-guide .doc-intro{margin-top:4px}.product-visual .stage-checklist{top:79px;height:77px;width:126px;right:13px}.product-visual .stage-checklist h3{font-size:10px}.product-visual .stage-checklist .doc-kicker{display:none}.product-visual .stage-caption{font-size:7px;padding:2px 7px;bottom:3px}.thumb-document{height:26px}.product-visual .sample-caption{font-size:11px}.product-visual .sample-open-link{padding-top:7px}.product-summary{font-size:16px;line-height:1.65}.included-inline{margin:15px 0}.product-hero{gap:16px}.card-summary{font-size:15px}.module-card p{font-size:14px}}
@media(max-width:380px){.product-visual .stage-cover{left:13px}.product-visual .stage-guide{left:75px;width:185px}.product-visual .stage-checklist{right:2px;width:115px}.card-format{font-size:11px}.card-category{font-size:11px}}

/* V3: immediate search, clear editorial identity and a payment-ready layout.
   The checkout itself remains presentation-only: no gateway, SDK or form post. */
.brand{font-size:23px;gap:10px;letter-spacing:-1.05px;font-weight:750}
.brand-mark{width:38px;height:38px}
.brand-soft{font-weight:540}
.brand-dot{color:var(--accent)}
.search-dialog-open{overflow:hidden}
.hero-copy{min-width:0}
.search-shell{position:relative;min-width:0}
.search-suggestions{position:absolute;left:0;right:0;top:calc(100% + 9px);background:#fff;border:1px solid #cfd8dc;border-radius:13px;box-shadow:0 16px 42px #122b3a24;z-index:35;overflow:hidden}
.suggestions-heading{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);padding:15px 17px 9px}
.quick-results-list{padding:0;margin:0;list-style:none}
.quick-result{display:flex;gap:13px;align-items:center;min-height:84px;padding:16px 18px;text-decoration:none;transition:background .15s ease}
.quick-results-list>li+li{border-top:1px solid #e8edee}
.quick-result:hover,.quick-result:focus-visible{background:#faf6f0}
.quick-result:focus-visible{outline-offset:-4px}
.quick-result-cover{display:flex;align-items:center;justify-content:center;flex:0 0 43px;height:53px;background:var(--navy);color:#f0c493;border-radius:4px 7px 7px 4px;box-shadow:inset 4px 0 #ffffff15,0 3px 5px #172f3d12;border:1px solid #142f3a}
.quick-result-cover .icon{width:23px;height:23px}
.result-files{background:#315254!important;color:#f3d4a2!important}
.result-devices{background:#334b65!important;color:#e9c59c!important}
.result-business{background:#3f424e!important;color:#efd1a6!important}
.quick-result-copy{min-width:0;flex:1}
.quick-result-copy strong{display:block;font-size:15px;line-height:1.35;font-weight:720;letter-spacing:-.015em}
.quick-result-copy small{display:block;font-size:12px;line-height:1.5;color:var(--muted);margin-top:5px}
.quick-result-price{display:flex;align-items:center;gap:9px;font-size:15px;font-weight:730;white-space:nowrap}
.quick-result-price .icon{width:15px;height:15px;color:#627783}
.all-search-results{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 18px;background:#faf8f4;border-top:1px solid var(--line);font-size:13px;font-weight:700;color:var(--accent-dark)}
.all-search-results .icon{width:18px;height:18px}
.search-no-results{text-align:center;padding:30px 20px 29px}
.search-no-results>.icon{width:29px;height:29px;color:#7a8e97;margin:0 auto 16px}
.search-no-results h3{font-size:22px;margin-bottom:10px}
.search-no-results p{font-size:14px;line-height:1.65;max-width:325px;margin:0 auto}
.search-example-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:19px 0 22px}
.search-example-chips button{border:1px solid #d6dfe2;background:#fff;border-radius:30px;padding:8px 13px;font-size:13px;font-weight:650}
.search-example-chips button:hover{background:#faf0e9;border-color:#c84423}
.search-no-results .text-link{font-size:14px;display:inline-flex}
.catalog-controls{position:sticky;top:0;z-index:16;background:#fffffff7;backdrop-filter:blur(12px);padding:12px 0 5px;border-bottom:1px solid #e8edef;margin-bottom:4px}
.search-form-compact{margin:0;max-width:660px}
.search-form-compact .search-row{height:51px;border-radius:8px;flex-wrap:nowrap;gap:8px}
.search-form-compact .search-row input{font-size:15px;min-width:0;width:0;flex:1;padding-left:2px}
.search-form-compact .search-submit{width:auto;min-height:39px;padding:7px 16px;font-size:13px;white-space:nowrap}
.search-form-compact .search-submit .icon{width:17px;display:block}
.catalog-controls .filters{margin-top:15px;margin-bottom:10px}
.library-section{scroll-margin-top:14px}
.search-dialog{padding:0;margin:0;inset:var(--search-viewport-top,0px) 0 auto;width:100%;max-width:none;height:var(--search-viewport-height,100dvh);max-height:none;border:0;border-radius:0;background:#fff;color:var(--ink);overflow:hidden}
.search-dialog[open]{display:flex;flex-direction:column}
.search-dialog::backdrop{background:#172f3d50}
.search-dialog-top{padding:18px 20px 0;flex:none;background:#fff;box-shadow:0 3px 9px #172f3d06;z-index:1}
.search-dialog-heading{display:flex;align-items:center;gap:13px;margin-bottom:21px}
.search-dialog-heading h2{font-size:22px;letter-spacing:-.035em;flex:1}
.search-dialog-heading .icon-button{width:36px;height:36px;border-radius:50%;border:0;background:#f0f3f3}
.search-dialog-heading .brand-mark{width:31px;height:31px}
.sheet-search-row{border:1.5px solid var(--accent);border-radius:10px;display:flex;align-items:center;gap:10px;height:53px;box-shadow:0 0 0 3px #c8442309;padding:0 12px}
.sheet-search-row>.icon{width:21px;color:#657e8b}
.sheet-search-row input{flex:1;min-width:0;width:0;border:0;outline:0;font-size:16px;color:var(--ink);background:none;height:48px;padding:0;box-shadow:none}
.sheet-search-row input::-webkit-search-cancel-button{display:none}
.sheet-search-row .search-clear{position:static;margin:0;display:flex;width:33px;height:38px;align-items:center;justify-content:center;padding:0;flex:none;color:#254252}
.sheet-filters{display:flex;gap:8px;overflow:auto;scrollbar-width:none;margin:18px -20px 0;padding:0 20px 5px;overscroll-behavior-x:contain}
.sheet-filters::-webkit-scrollbar{display:none}
.sheet-filter{flex:none;white-space:nowrap;padding:8px 13px;border:1px solid #d7e0e3;border-radius:25px;font-size:12px;font-weight:650;line-height:1.5;min-height:37px;background:#fff}
.sheet-filter.active{background:var(--navy);border-color:var(--navy);color:#fff}
.sheet-result-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;min-height:41px;padding-bottom:12px;font-size:12px;color:var(--muted)}
.sheet-result-meta .reset-text{font-size:12px}
.search-dialog-results{flex:1;min-height:0;overflow-y:auto;overscroll-behavior-y:contain;padding-bottom:12px}
.search-dialog-results .quick-result{padding:18px 20px;min-height:96px}
.search-dialog-results .quick-result-copy strong{font-size:16px}
.search-dialog-results .quick-result-copy small{font-size:12px}
.search-dialog-results .search-no-results{padding-top:44px}
.search-dialog-foot{display:flex;gap:7px;align-items:center;justify-content:center;padding:12px 10px calc(12px + env(safe-area-inset-bottom));border-top:1px solid #e5ebed;background:#fafafa;font-size:11px;color:#596e7a;flex:none}
.search-dialog-foot>.icon{width:16px;height:16px}

/* Checkout: restrained, form-first and independent of any payment processor. */
body[data-page="checkout"]{background:linear-gradient(140deg,#fff 0%,#fcfdfd 100%)}
.checkout-container{width:min(1100px,calc(100% - 64px));margin-inline:auto}
.checkout-header{height:77px;border-bottom:1px solid #e4eaed;background:#fff}
.checkout-header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}


.checkout-header-note{display:flex;align-items:center;gap:7px;font-size:13px;color:#526977;font-weight:550}
.checkout-header-note .icon{width:16px;height:16px}
.checkout-main{padding:25px 0 37px;min-height:calc(100vh - 184px)}
.checkout-back{display:inline-flex;align-items:center;gap:6px;text-decoration:none;color:#5c7180;font-size:12px;margin-bottom:22px}
.checkout-back .icon{width:15px;height:15px}
.checkout-back:hover{color:var(--accent-dark)}
.checkout-v3-layout{display:grid;grid-template-columns:minmax(0,1.38fr) minmax(0,1fr);gap:31px;align-items:start}
.checkout-primary,.checkout-aside{min-width:0}
.checkout-intro .eyebrow{font-size:11px;letter-spacing:.13em}
.checkout-intro h1{font-size:42px;line-height:1.15;letter-spacing:-.047em;margin:7px 0 12px;font-weight:750}
.checkout-intro>p{font-size:16px;color:#586f7d;line-height:1.6;max-width:550px}
.payment-form{margin-top:26px;padding:27px 24px 21px;border:1px solid #dce5e9;border-radius:12px;background:#fff;box-shadow:0 2px 4px #172f3d02}
.checkout-step{display:flex;align-items:flex-start;gap:16px}
.step-badge{display:flex;align-items:center;justify-content:center;flex:0 0 29px;height:29px;border-radius:50%;background:#e9eef0;color:#213f4f;font-size:14px;font-weight:750;margin-top:0}
.checkout-step-content{min-width:0;flex:1}
.checkout-step-content>h2{font-size:17px;line-height:1.5;letter-spacing:-.02em;font-weight:730;margin:0 0 6px}
.checkout-step-content>p{font-size:12px;line-height:1.6;color:#586e7b;margin-bottom:13px}
.payment-form input:not([type="checkbox"]){height:45px;border:1px solid #cbd7df;box-shadow:0 1px 2px #172f3d03;background:#fff;border-radius:6px;padding:11px 12px;color:var(--ink);font-size:15px;width:100%;min-width:0;line-height:1.3}
.payment-form input::placeholder{color:#7d909d;opacity:1}
.payment-form input:not([type="checkbox"]):focus{border-color:var(--accent);outline:2px solid #c8442314;outline-offset:0}
.checkout-form-divider{height:1px;background:#e5ebee;margin:25px 0 24px}
.payment-methods{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:16px 0 18px}
.payment-method{display:flex;align-items:center;justify-content:center;gap:8px;height:49px;min-width:0;border:1px solid #d4dfe5;border-radius:6px;background:#fff;color:#213b49;font-weight:650;font-size:14px;transition:background .15s,border-color .15s;white-space:nowrap}
.payment-method>.icon{width:22px;height:22px}
.payment-method:hover{background:#faf8f4;border-color:#b7c3ca}
.payment-method.active{background:#fdf5f0;border:1.5px solid var(--accent);box-shadow:0 0 0 2px #c8442306;color:var(--accent-dark)}
.wallet-brand{display:inline-flex;align-items:center;justify-content:center;gap:3px;color:#151515;font-size:21px;font-family:Arial,sans-serif;font-weight:500;letter-spacing:-.6px;line-height:1}
.google-pay-brand{gap:5px;color:#303438}
.google-pay-brand span{font-size:20px;letter-spacing:-.4px}
.card-fields label{display:block;font-size:12px;line-height:1.5;color:#516b7b;margin:0 0 5px}
.card-number-wrap,.cvc-wrap{position:relative}
.payment-form .card-number-wrap input{padding-right:87px}
.card-networks{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:8px;pointer-events:none}
.visa-word{font-size:12px;font-weight:850;font-style:italic;color:#163a91;letter-spacing:-.7px}
.card-details-row{display:grid;grid-template-columns:1.4fr 1fr;gap:15px;margin-top:13px}
.card-details-row>div{min-width:0}
.payment-form .cvc-wrap input{padding-right:34px}
.cvc-hint{position:absolute;right:11px;top:50%;transform:translateY(-50%);color:#6d8391}
.cvc-hint .icon{width:16px;height:16px}




.checkout-pay-button{width:100%;min-height:46px;border-radius:6px;background:var(--accent);color:#fff!important;margin-top:17px;gap:10px;font-size:16px;font-weight:750;box-shadow:0 2px 3px #c844231a;opacity:1!important;cursor:pointer!important;border:1px solid #bb3c1d}
.checkout-pay-button:hover{background:var(--accent-dark)}
.checkout-pay-button>.icon{width:19px;height:19px}
.checkout-step-content>.payment-bottom-note{display:flex;align-items:center;justify-content:center;gap:6px;font-size:11px;line-height:1.5;color:#6b7e8b;margin:12px 0 0;flex-wrap:wrap}
.payment-bottom-note>.icon{width:13px;height:13px}
.wallet-panel{min-height:175px;border:1px solid #e3e9ec;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:22px 16px;text-align:center;background:#fbfcfc}
.wallet-panel-symbol{display:flex;height:40px;align-items:center;margin-bottom:9px}
.wallet-panel-symbol .wallet-brand{transform:scale(1.15)}
.wallet-panel h3{font-size:16px;line-height:1.4;margin:6px 0}
.wallet-panel p{font-size:13px;max-width:280px;line-height:1.6}
.checkout-order-card{padding:25px 25px 21px;background:#fff;border:1px solid #e0e7eb;border-radius:12px;box-shadow:0 3px 7px #172f3d04}
.checkout-order-card>h2,.checkout-order-heading>h2{font-size:23px;font-weight:750;letter-spacing:-.033em}
.checkout-order-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}
.order-details-toggle{display:none}
.checkout-product-line{display:flex;align-items:center;gap:14px;margin-top:25px;padding-bottom:21px;border-bottom:1px solid #e5ebee}
.checkout-mini-cover{display:flex;align-items:center;justify-content:center;background:#183c4a;color:#f7cd98;box-shadow:inset 5px 0 #ffffff0a,0 2px 3px #172f3d12;border-radius:4px 6px 6px 4px;border:1px solid #173240;flex:0 0 49px;height:65px;position:relative;overflow:hidden}
.checkout-mini-cover::after{position:absolute;inset:6px;border:1px solid #ffffff09;border-radius:2px;content:""}
.checkout-mini-cover .icon{width:26px;height:26px}
.checkout-product-name{flex:1;min-width:0}
.checkout-product-name h3{font-size:16px;line-height:1.35;font-weight:730;letter-spacing:-.02em}
.checkout-product-name>span{display:block;font-size:12px;line-height:1.5;color:#5b7280;margin-top:6px}
.checkout-line-price{font-size:20px;font-weight:760;white-space:nowrap;letter-spacing:-.025em}
.checkout-product-description{font-size:13px;color:#586f7e;line-height:1.7;margin-top:18px}
.checkout-included{margin:20px 0 23px}
.checkout-included h3{font-size:13px;letter-spacing:0;margin-bottom:12px}
.checkout-included ul{padding:0;margin:0;list-style:none;display:grid;gap:10px}
.checkout-included li{display:flex;gap:9px;align-items:flex-start;font-size:13px;color:#385566;line-height:1.5}
.checkout-included .icon{width:16px;height:16px;color:#297966;margin-top:1px}
.checkout-total{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #e5ebee;padding-top:19px}
.checkout-total>div>strong{display:block;font-size:14px;font-weight:700}
.checkout-total>div>span{display:block;font-size:11px;color:#647985;margin-top:2px}
.checkout-total>strong{font-size:29px;font-weight:750;letter-spacing:-.04em;line-height:1.25}
.checkout-reassurance{padding:24px 26px;background:#f4f6f7;border-radius:12px;margin-top:20px;display:grid;gap:24px}
.checkout-reassurance>div{display:flex;gap:19px;align-items:flex-start}
.checkout-reassurance>div>.icon{color:var(--accent);width:27px;height:27px;margin-top:3px;stroke-width:1.7}
.checkout-reassurance h3{font-size:13px;font-weight:740;letter-spacing:-.015em;line-height:1.5;margin-bottom:4px}
.checkout-reassurance p{font-size:12px;line-height:1.7;color:#566e7e}
.checkout-reassurance a{font-size:11px;color:#456170;text-underline-offset:3px;display:inline-block;margin-top:5px}
.checkout-footer{border-top:1px solid #e1e8ec;background:#fff;padding:20px 0 23px}
.checkout-footer>.checkout-container{display:flex;align-items:center;justify-content:space-between;gap:25px}
.checkout-footer .brand{font-size:18px;letter-spacing:-.8px;gap:8px}
.checkout-footer .brand-mark{width:29px;height:29px}
.checkout-footer p{font-size:11px;color:#6a7d89;margin-top:6px}
.checkout-footer nav{display:flex;gap:27px;align-items:center;flex-wrap:wrap}
.checkout-footer nav a{display:flex;align-items:center;gap:8px;font-size:12px;color:#486373;text-decoration:none}
.checkout-footer nav .icon{width:16px;height:16px}
.checkout-empty{max-width:650px;margin:55px auto 90px;text-align:center}
.checkout-empty h1{font-size:44px;margin:14px 0}
.checkout-empty p{margin:0 auto 25px;max-width:440px}
.checkout-empty .button{display:inline-flex}
@media (max-width:1100px){
 .checkout-container{width:calc(100% - 48px)}
 .checkout-v3-layout{gap:23px;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr)}
 .checkout-intro h1{font-size:36px}
 .checkout-intro>p{font-size:15px}
 .payment-form{padding:23px 19px 19px}
 .checkout-step{gap:12px}
 .step-badge{width:26px;height:26px;flex-basis:26px;font-size:13px}
 .checkout-order-card{padding:23px 20px 21px}
 .checkout-product-line{gap:10px}
 .checkout-mini-cover{flex-basis:43px;height:57px}
 .checkout-product-name h3{font-size:15px}
 .checkout-product-name>span{font-size:11px}
 .checkout-line-price{font-size:19px}
 .checkout-reassurance{padding:22px 21px;gap:21px}
 .checkout-reassurance>div{gap:14px}
 .checkout-reassurance>div>.icon{width:25px;height:25px}
 .checkout-reassurance h3{font-size:12px}
}
@media (min-width:761px){.search-dialog{display:none}}
@media (max-width:760px){
 .brand{font-size:22px;gap:9px;letter-spacing:-1px}
 .brand-mark{width:35px;height:35px}
 .search-suggestions{display:none!important}
 .catalog-controls{padding-top:11px;padding-bottom:2px;top:0}
 .search-form-compact .search-row{height:49px}
 .search-form-compact .search-submit{width:auto;min-height:37px;padding:6px 11px;font-size:12px}
 .search-form-compact .search-row input{font-size:15px;min-width:0;width:0;flex:1}
 .search-form-compact .search-row>.icon{margin-left:7px;width:18px}
 .catalog-controls .filters{flex-wrap:nowrap;white-space:nowrap;overflow-x:auto;scrollbar-width:none;padding-bottom:4px;margin-top:13px;gap:8px}
 .catalog-controls .filters>*{flex:none}
 .catalog-controls .filter-chip{font-size:12px}
 .search-shell:not(.search-shell-compact) .search-row{flex-wrap:nowrap}
 .search-shell:not(.search-shell-compact) .search-row input{flex:1;width:0;min-width:0}
 .search-shell:not(.search-shell-compact) .search-submit{width:auto;min-height:44px;font-size:12px;padding-inline:12px}
 .search-shell:not(.search-shell-compact) .search-submit>.icon{display:none}
 .search-shell:not(.search-shell-compact) .search-row input{font-size:16px}
 .search-row input::placeholder{font-size:14px}
 .checkout-container{width:calc(100% - 40px)}
 .checkout-header{height:69px}
 
 
 .checkout-header-note{font-size:12px}
 .checkout-header-note>.icon{width:14px;height:14px}
 .checkout-main{padding-top:18px;min-height:0;padding-bottom:30px}
 .checkout-back{margin-bottom:22px;font-size:12px}
 .checkout-v3-layout{display:flex;flex-direction:column;gap:20px}
 .checkout-primary,.checkout-aside{display:contents}
 .checkout-intro{order:1;width:100%}
 .checkout-intro h1{font-size:35px;margin-top:8px;line-height:1.12;max-width:520px}
 .checkout-intro .eyebrow{font-size:10px}
 .checkout-intro>p{font-size:15px;line-height:1.65;max-width:500px}
 .checkout-order-card{order:2;width:100%;padding:20px;border-radius:11px;box-shadow:none}
 .checkout-order-heading>h2{font-size:19px}
 .order-details-toggle{display:flex;align-items:center;gap:5px;font-size:12px;color:#536c7b}
 .order-details-toggle>.icon{width:15px;height:15px;transform:rotate(90deg);transition:transform .15s}
 .order-expanded .order-details-toggle>.icon{transform:rotate(-90deg)}
 .checkout-order-card:not(.order-expanded) .checkout-order-detail-content{display:none}
 .checkout-product-line{margin-top:17px;padding-bottom:17px;gap:13px;border:0}
 .checkout-product-name h3{font-size:16px}
 .checkout-product-name>span{font-size:12px}
 .checkout-mini-cover{flex-basis:42px;height:56px}
 .checkout-line-price{display:none}
 .checkout-product-description{border-top:1px solid #e6eced;padding-top:15px;margin-top:0}
 .checkout-total{padding-top:14px}
 .checkout-total>strong{font-size:27px}
 .checkout-total>div>strong{font-size:13px}
 .payment-form{order:3;width:100%;margin:0;padding:21px 18px 20px;border-radius:11px}
 .checkout-step{gap:10px}
 .step-badge{width:25px;height:25px;flex-basis:25px;font-size:12px}
 .checkout-step-content>h2{font-size:16px;line-height:1.5;margin-bottom:6px}
 .checkout-step-content>p{font-size:12px;line-height:1.7;margin-bottom:12px}
 .payment-form input:not([type="checkbox"]){font-size:16px;height:47px;padding-inline:10px}
 .checkout-form-divider{margin:23px 0}
 .payment-methods{gap:7px;margin:15px 0 18px}
 .payment-method{font-size:12px;gap:5px;height:47px;border-radius:6px}
 .payment-method>.icon{width:19px;height:19px}
 .wallet-brand{font-size:19px}
 .google-pay-brand span{font-size:18px}
 .wallet-brand svg{width:19px;height:21px}
 .apple-pay-brand svg{width:17px;height:21px}
 .card-fields label{font-size:12px}
 .card-details-row{gap:10px;grid-template-columns:1.2fr 1fr}
 .payment-form .card-number-wrap input{padding-right:72px;font-size:15px}
 .card-networks{gap:5px;right:8px}
 .visa-word{font-size:10px}
 .card-networks>svg{width:24px;height:18px}
 
 
 
 .checkout-pay-button{height:49px;font-size:16px}
 .checkout-step-content>.payment-bottom-note{font-size:10px;gap:5px}
 .checkout-reassurance{order:4;width:100%;margin-top:0;padding:22px 21px;gap:22px;border-radius:11px}
 .checkout-reassurance>div{gap:16px}
 .checkout-reassurance>div>.icon{width:26px;height:26px}
 .checkout-reassurance h3{font-size:13px}
 .checkout-reassurance p{font-size:13px;line-height:1.7}
 .checkout-reassurance a{font-size:12px}
 .checkout-footer{padding:23px 0}
 .checkout-footer>.checkout-container{align-items:start;flex-direction:column;gap:20px}
 .checkout-footer nav{gap:14px 23px}
 .checkout-footer nav a{font-size:11px}
 .checkout-footer p{font-size:11px}
 .checkout-empty h1{font-size:35px}
}
@media (max-width:380px){
 .brand{font-size:20px;gap:8px}.brand-mark{width:32px;height:32px}
 .search-shell:not(.search-shell-compact) .search-submit{font-size:11px;padding-inline:9px}
 .search-shell:not(.search-shell-compact) .search-row>svg{width:17px;margin-left:6px}
 .search-shell:not(.search-shell-compact) .search-row input::placeholder{font-size:12px}
 .search-dialog-top{padding-inline:16px}.sheet-filters{margin-inline:-16px;padding-inline:16px}
 .search-dialog-heading h2{font-size:21px}
 .search-dialog-results .quick-result{padding:15px 16px;gap:10px}
 .quick-result-cover{flex-basis:37px;height:48px}
 .search-dialog-results .quick-result-copy strong{font-size:15px}
 .search-dialog-results .quick-result-copy small{font-size:11px}
 .quick-result-price{font-size:14px;gap:5px}
 .search-dialog-foot{font-size:10px}
 .checkout-container{width:calc(100% - 32px)}
 
 .checkout-header-note{font-size:11px;gap:4px}
 .checkout-intro h1{font-size:32px}
 .payment-form{padding:20px 14px}.checkout-step{gap:8px}
 .step-badge{width:23px;height:23px;flex-basis:23px}
 .payment-methods{gap:5px}.payment-method{font-size:11px;gap:4px}
 .payment-method>.icon{width:16px}.wallet-brand{font-size:17px}.google-pay-brand span{font-size:16px}
 .wallet-brand svg{width:17px;height:19px}.apple-pay-brand svg{width:14px}
 .payment-form .card-number-wrap input{font-size:13px;padding-right:57px}
 .card-networks{right:7px;gap:3px}.card-networks>svg{width:20px}.visa-word{font-size:9px}
 .checkout-step-content>.payment-bottom-note{font-size:9px}
}
@media print{.search-dialog,.search-suggestions,.checkout-header,.checkout-footer,.catalog-controls{display:none!important}}

/* V4 — precise product naming, clear purchase scope, complete checkout states. */
.product-heading h1{font-size:clamp(33px,3.35vw,45px);line-height:1.12;max-width:610px}
.product-heading .product-benefit{font-size:17px;line-height:1.5;font-weight:550;color:var(--muted);margin-top:14px}
.product-summary{font-size:16px;line-height:1.65}
.purchase-disclosure p{font-size:14px;line-height:1.6;color:#415866}
.purchase-disclosure p+p{margin-top:7px}
.purchase-disclosure p strong{color:var(--ink)}
.price-context{line-height:1.5;font-size:13px;text-align:right}
.price-context>span{font-weight:400;color:var(--muted);font-size:12px}
.product-delivery{display:flex;align-items:center;justify-content:center;gap:7px;font-size:13px;margin-top:11px;color:#435d66}
.product-delivery .icon{width:16px;height:16px;color:var(--green)}
.purchase-guarantee a{text-decoration:none}
.purchase-guarantee a:hover{text-decoration:underline}
.product-independence{font-size:13px;line-height:1.65;margin-top:16px;color:#536574}
.deliverables-strip{margin-top:20px;border:1px solid var(--line);background:#fbfaf7;border-radius:10px;padding:23px 27px;display:grid;grid-template-columns:.9fr 1.5fr;gap:30px;align-items:center}
.deliverables-strip h3{font-size:20px;margin-top:7px}
.deliverables-strip .eyebrow{font-size:10px}
.deliverables-strip ul{display:grid;grid-template-columns:1fr 1fr;gap:9px 20px;list-style:none;padding:0;margin:0}
.deliverables-strip li{display:flex;align-items:start;gap:8px;font-size:13px;line-height:1.55}
.deliverables-strip .icon{width:16px;height:16px;color:var(--green);margin-top:2px}
.cover-text>strong{font-size:21px;line-height:1.09}
.card-titles h3{font-size:23px;line-height:1.17}
.card-mini-cover>b{font-size:9px;line-height:1.15}
.seller-line{display:block;font-size:12px;color:var(--muted);line-height:1.6}

/* Checkout: keep the payment and the order card aligned and locally scoped. */
.checkout-v4{background:#fcfdfd;padding:28px 0 54px}
.checkout-container{width:min(1152px,calc(100% - 64px));margin-inline:auto}
.checkout-header-inner{min-height:78px}


.checkout-back{margin-bottom:22px;font-size:13px}
.checkout-v4 .checkout-intro{margin:0 0 27px;max-width:850px}
.checkout-v4 .checkout-intro h1{font-size:42px;line-height:1.1;letter-spacing:-.045em;margin:8px 0 12px}
.checkout-v4 .checkout-intro>p{font-size:16px;max-width:820px;line-height:1.6}
.checkout-v4-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:32px;align-items:start}
.checkout-v4 .checkout-primary,.checkout-v4 .checkout-aside{min-width:0}
.checkout-v4 .payment-form{padding:27px 28px;background:#fff;border:1px solid var(--line);border-radius:13px;box-shadow:0 3px 12px #142d3a03}
.checkout-v4 .checkout-step{display:block}
.checkout-v4 .step-heading{display:flex;align-items:center;gap:12px;margin-bottom:9px}
.checkout-v4 .step-badge{width:29px;height:29px;flex:0 0 29px;background:#f5eae3;color:#9d361c;font-size:14px;font-weight:700;line-height:29px;display:flex;align-items:center;justify-content:center}
.checkout-v4 .step-heading h2{font-size:19px;letter-spacing:-.025em;margin:0;line-height:1.25}
.checkout-v4 .step-description{font-size:14px;line-height:1.6;margin:0 0 15px}
.checkout-v4 .payment-form input:not([type=checkbox]),.checkout-v4 .payment-form select{height:48px;border:1px solid #bfcbd1;border-radius:7px;background:#fff;width:100%;padding:11px 13px;font-size:15px;line-height:1.4;color:var(--ink);min-width:0;box-shadow:0 1px 2px #102c3a03}
.checkout-v4 .payment-form input::placeholder{color:#8293a0;opacity:1}
.checkout-v4 .payment-form input:focus,.checkout-v4 .payment-form select:focus{outline:2px solid #c8442370;outline-offset:1px;border-color:var(--accent)}
.checkout-v4 .payment-form label:not(.sr-only){font-size:13px;line-height:1.5;font-weight:550;display:block;margin:0 0 6px;color:#415866}
.checkout-v4 .field-help{font-size:12px;line-height:1.65;margin:9px 0 0;color:#566b78}
.checkout-v4 .checkout-form-divider{margin:24px 0;border-top:1px solid #e3e8e9}
.express-wallets{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-top:20px}
.express-wallet{height:49px;display:flex;align-items:center;justify-content:center;border:1px solid #bfcad0;border-radius:7px;transition:background .15s,box-shadow .15s;min-width:0}
.wallet-apple{color:white;background:#111a21;border-color:#111a21}
.wallet-apple:hover{background:#25333c}
.wallet-google{background:white;color:#182630}
.wallet-google:hover{background:#f5f8f8}
.express-wallet:focus-visible{outline:3px solid #256e96;outline-offset:3px}
.express-wallet:active{transform:translateY(1px)}
.express-wallet .wallet-brand{font-size:23px;gap:5px}
.express-wallet .google-pay-brand span{font-size:22px}
.express-wallet .google-pay-brand svg{width:23px;height:23px}
.express-wallet .apple-pay-brand svg{width:20px;height:24px}
.express-wallet:disabled{opacity:.48;cursor:not-allowed;transform:none}
.payment-or{display:flex;align-items:center;gap:13px;color:#70818b;font-size:12px;line-height:1;margin:21px 0}
.payment-or:before,.payment-or:after{content:"";flex:1;height:1px;background:#e3e8e9}
.payment-or span{white-space:nowrap}
.checkout-v4 .card-number-wrap input{padding-right:93px}
.checkout-v4 .card-details-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:15px;min-width:0}
.checkout-v4 .card-details-row>div{min-width:0}
.checkout-v4 .billing-fields{margin-top:17px}
.checkout-v4 .billing-fields .card-details-row{margin-top:0}
.checkout-v4 .billing-address{margin-top:15px}
.checkout-v4 .billing-address .card-details-row{margin-top:15px}
.checkout-v4 .payment-form select{font-size:14px;padding-right:25px}
.checkout-v4 
.checkout-v4 
.checkout-v4 
.checkout-v4 .checkout-pay-button{width:100%;min-height:53px;margin:18px 0 0;border-radius:7px;font-size:16px;background:var(--accent);box-shadow:0 2px 3px #bf35111a}
.checkout-v4 .checkout-pay-button:hover{background:var(--accent-dark)}
.checkout-v4 .checkout-pay-button:disabled{background:#a4aeb2;box-shadow:none;color:#fff;cursor:not-allowed;transform:none}
.checkout-v4 .checkout-pay-button.is-loading{background:var(--accent)}
.checkout-v4 .payment-bottom-note{display:block;margin:11px 0 0;text-align:center;font-size:11px;color:#536b79;line-height:1.7}
.pay-guarantee{display:flex;align-items:center;justify-content:center;gap:7px;width:fit-content;max-width:100%;margin:9px auto 0;font-size:12px;font-weight:650;text-decoration:none;color:#326358;line-height:1.6}
.pay-guarantee>.icon{width:17px;height:17px}
.pay-guarantee:hover{text-decoration:underline}
.checkout-agreement{font-size:11px;line-height:1.8;text-align:center;max-width:390px;margin:17px auto 0}
.checkout-agreement a{color:#334f61;text-decoration:underline;text-decoration-thickness:1px}
.payment-security{display:flex;justify-content:center;align-items:center;gap:6px;font-size:11px;line-height:1.5;margin-top:13px;color:#6c7f8a}
.payment-security .icon{width:13px;height:13px}

/* Order summary: book proportions, visible scope, expandable secondary detail. */
.checkout-v4 .checkout-order-card{padding:25px 25px 22px;border:1px solid var(--line);border-radius:13px;box-shadow:0 4px 16px #142d3a05;background:#fff}
.checkout-v4 .checkout-order-heading{margin:0 0 21px}
.checkout-v4 .checkout-order-heading h2{font-size:21px;letter-spacing:-.03em}
.checkout-v4 .checkout-product-line{display:grid;grid-template-columns:85px minmax(0,1fr);gap:17px;align-items:start;margin:0;padding:0;border:0}
.order-cover{width:85px;aspect-ratio:3/4;position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:12px 10px 9px 12px;color:#fff;border-radius:3px 6px 6px 3px;border-left:3px solid #ffffff24;box-shadow:0 4px 8px #14374416;overflow:hidden}
.order-cover-brand{font-size:4px;line-height:1.35;font-weight:700;letter-spacing:.09em;color:#e5f0f2}
.order-cover-rule{height:2px;width:16px;background:#ed9c70;display:block;margin:8px 0 5px}
.order-cover>strong{font-size:9px;line-height:1.14;letter-spacing:-.02em;display:block;font-weight:700;margin-bottom:auto}
.order-cover-format{display:flex;align-items:center;justify-content:space-between;font-size:4px;letter-spacing:.05em;font-weight:650;margin-top:9px;border-top:1px solid #ffffff26;padding-top:6px;color:#f1d0b0}
.order-cover-format>.icon{width:10px;height:10px}
.checkout-v4 .checkout-product-name h3{font-size:18px;line-height:1.25;letter-spacing:-.02em;margin-top:0}
.checkout-v4 .checkout-product-name>p{font-size:12px;line-height:1.55;margin:7px 0 8px}
.order-item-price{display:block;font-size:19px;line-height:1.3;letter-spacing:-.015em}
.checkout-v4 .checkout-product-name .order-purchase-type{display:block;font-size:11px;color:#526a76;line-height:1.5;margin-top:4px}
.order-core-disclosure{border-top:1px solid #e4e9e9;border-bottom:1px solid #e4e9e9;padding:15px 0;margin:18px 0 0;font-size:12px;line-height:1.6}
.order-core-disclosure>strong{font-weight:700;display:block;font-size:13px}
.order-core-disclosure>p{font-size:12px;margin-top:4px;line-height:1.6;color:#536975}
.checkout-v4 .order-details-toggle{display:none}
.checkout-v4 .checkout-order-detail-content{display:block;padding:0}
.checkout-v4 .checkout-product-description{font-size:13px;line-height:1.7;margin:16px 0}
.checkout-v4 .checkout-included h3{font-size:13px;line-height:1.4;margin-bottom:10px;letter-spacing:0}
.checkout-v4 .checkout-included ul{padding:0;list-style:none;margin:0;display:grid;gap:7px}
.checkout-v4 .checkout-included li{font-size:13px;line-height:1.55;display:flex;align-items:start;gap:8px}
.checkout-v4 .checkout-included li .icon{width:15px;height:15px;color:#357c69;margin-top:3px}
.order-sample-link{display:flex;gap:7px;align-items:center;padding:9px 0;font-size:12px;font-weight:650;color:var(--accent-dark);margin:9px 0 10px;text-align:left;min-height:37px}
.order-sample-link .icon{width:15px;height:15px}
.order-sample-link .icon:last-child{margin-left:4px;width:13px}
.order-sample-link:hover{text-decoration:underline}
.order-independence,.order-result-note{font-size:12px;line-height:1.65;color:#5d707b}
.order-result-note{margin-top:9px}
.official-tools-note{margin-top:14px;padding-top:11px;border-top:1px solid #e8eded}
.official-tools-note summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:9px;font-size:12px;font-weight:650;cursor:pointer;min-height:32px}
.official-tools-note summary::-webkit-details-marker{display:none}
.official-tools-note summary .icon{width:14px;height:14px;transition:transform .2s}
.official-tools-note[open] summary .icon{transform:rotate(90deg)}
.official-tools-note p{font-size:12px;line-height:1.65;padding:6px 0}
.price-breakdown{border-top:1px solid var(--line);padding-top:15px;margin-top:17px;display:grid;gap:8px}
.price-breakdown>div{display:flex;justify-content:space-between;align-items:start;gap:20px;font-size:12px;line-height:1.5;color:#536b78}
.price-breakdown>div>span:last-child{text-align:right;max-width:70%}
.checkout-v4 .checkout-total{display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:0;margin-top:15px;padding:0}
.checkout-v4 .checkout-total>div{display:block;min-width:0}
.checkout-v4 .checkout-total>div>strong{font-size:15px}
.checkout-v4 .checkout-total>div>span{display:block;font-size:10px;margin-top:2px;line-height:1.5;color:#5c7280}
.checkout-v4 .checkout-total>strong{font-size:23px;white-space:nowrap;letter-spacing:-.025em}
.order-delivery{display:flex;align-items:start;gap:10px;padding-top:18px;border-top:1px solid #e3e9e8;margin-top:18px}
.order-delivery>.icon{width:19px;height:19px;color:var(--green);margin-top:2px}
.order-delivery strong{display:block;font-size:12px;line-height:1.5}
.order-delivery p{font-size:12px;line-height:1.5;margin-top:2px}
.checkout-v4 .checkout-reassurance{padding:21px 19px;display:grid;gap:18px;margin-top:18px;background:#f3f6f5;border:0;border-radius:10px}
.checkout-v4 .checkout-reassurance>div{display:flex;align-items:start;gap:12px;margin:0}
.checkout-v4 .checkout-reassurance>div>.icon{width:23px;height:23px;color:var(--accent);margin-top:1px}
.checkout-v4 .checkout-reassurance h3{font-size:13px;line-height:1.45;margin:0 0 4px;letter-spacing:-.005em}
.checkout-v4 .checkout-reassurance p,.checkout-v4 .checkout-reassurance a{font-size:12px;line-height:1.65}
.checkout-v4 .checkout-reassurance a{display:inline-block;margin-top:4px;color:#325267}
.checkout-footer{padding:27px 0;background:#fff}
.checkout-footer>.checkout-container{display:flex;justify-content:space-between;gap:25px;align-items:start}
.checkout-footer-brand{min-width:0}
.checkout-footer .brand{font-size:18px}
.checkout-footer .brand-mark{width:29px;height:29px}
.checkout-footer p{font-size:11px;line-height:1.7;margin-top:8px}
.checkout-footer .seller-line{font-size:11px;margin-top:7px}
.checkout-footer nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:12px 21px;max-width:600px;padding-top:9px}
.checkout-footer nav a{font-size:11px;text-decoration:none}
.checkout-footer nav a:hover{text-decoration:underline}
.checkout-footer nav .icon{width:14px;height:14px}

/* Explicit state layouts; no state is a live transaction. */
.payment-state{margin-top:19px;border:1px solid #d7e3e5;border-radius:8px;padding:13px 14px;display:flex;gap:10px;background:#f4f8f8;align-items:start}
.payment-state>span{color:#4d7180;margin-top:2px}
.payment-state .icon{width:18px;height:18px}
.payment-state strong{font-size:13px;line-height:1.5;display:block}
.payment-state p{font-size:12px;line-height:1.6;margin-top:3px}
.payment-state.is-error{background:#fff5f1;border-color:#edc8b7}
.payment-state.is-error>span{color:#ac4022}
.loading-ring{width:17px;height:17px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;display:inline-block;flex:none;animation:rp-spin .8s linear infinite}
@keyframes rp-spin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.loading-ring{animation:none!important;border-style:dotted}}

/* Completion and digital download screens share the same order identity. */
.fulfillment-main{background:#fcfdfd;padding:45px 0 55px}
.fulfillment-container{width:min(760px,calc(100% - 48px));margin:auto}
.fulfillment-heading{text-align:center;margin-bottom:28px}
.fulfillment-symbol{display:flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:50%;background:#eaf3ee;color:#306f56;margin:0 auto 18px}
.fulfillment-symbol>.icon{width:30px;height:30px}
.fulfillment-heading .eyebrow{font-size:11px}
.fulfillment-heading h1{font-size:42px;line-height:1.1;margin:10px 0 15px}
.fulfillment-heading>p{font-size:15px;line-height:1.65;max-width:580px;margin:auto}
.fulfillment-card{background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:0 6px 18px #142d3a04;padding:30px}
.fulfillment-product{display:flex;gap:24px;align-items:center}
.fulfillment-product .order-cover{width:107px;flex:none}
.fulfillment-product .order-cover>strong{font-size:12px}
.fulfillment-product>div:last-child{flex:1;min-width:0}
.fulfillment-product h2{font-size:25px;line-height:1.18;margin:8px 0 10px;letter-spacing:-.035em}
.fulfillment-product p{font-size:14px;line-height:1.6}
.fulfillment-product .eyebrow{font-size:10px}
.fulfillment-download{margin-top:24px}
.fulfillment-download>.button{width:100%;gap:11px;font-size:16px;min-height:53px}
.fulfillment-download>p{text-align:center;font-size:12px;margin-top:10px}
.fulfillment-download>.button:disabled{background:#879b9b;color:#fff;cursor:not-allowed}
.order-facts{display:grid;grid-template-columns:1fr 1fr;gap:20px 30px;border-block:1px solid var(--line);padding:23px 0;margin-top:22px}
.order-facts>div{min-width:0}
.order-facts span{font-size:12px;display:block;color:var(--muted)}
.order-facts strong{font-size:14px;display:block;margin-top:4px;overflow-wrap:anywhere}
.email-delivery-status{display:flex;gap:13px;padding-top:22px;align-items:start}
.email-delivery-status>.icon{color:#5e7e80;width:21px;height:21px;margin-top:2px}
.email-delivery-status strong{font-size:14px;line-height:1.5}
.email-delivery-status p{font-size:13px;line-height:1.7;margin-top:3px}
.resend-link{display:inline-flex;align-items:center;gap:6px;color:var(--accent-dark);font-size:13px;font-weight:650;padding:8px 0 0}
.resend-link>.icon{width:15px;height:15px}
.resend-link:disabled{color:#778991;cursor:not-allowed}
.fulfillment-followup{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin:25px 0}
.fulfillment-followup>div{padding:7px 3px}
.fulfillment-followup .icon{color:var(--accent);width:22px;height:22px;margin-bottom:12px}
.fulfillment-followup h3{font-size:15px;line-height:1.5}
.fulfillment-followup p,.fulfillment-followup a{font-size:13px;line-height:1.7;margin-top:5px}
.fulfillment-followup a{display:inline-block}
.fulfillment-links{display:flex;justify-content:space-between;gap:15px;border-top:1px solid var(--line);padding-top:20px}
.fulfillment-links a{display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-size:13px;font-weight:600}
.fulfillment-links .icon{width:15px;height:15px}
.download-error{display:flex;gap:10px;border:1px solid #ebd3c5;background:#fff6f0;border-radius:9px;padding:15px;margin-top:18px}
.download-error>.icon{width:20px;height:20px;color:var(--accent)}
.download-error strong{font-size:14px;line-height:1.5}
.download-error p,.download-error a{font-size:13px;line-height:1.65;margin-top:5px}

/* Legal content slots and internal state gallery. Not linked from purchase CTA. */
.legal-main{padding-top:45px;padding-bottom:65px}
.legal-main h1{font-size:44px;margin:12px 0 16px}
.legal-lead{font-size:18px;margin-bottom:35px}
.legal-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(220px,1fr);gap:70px;align-items:start}
.legal-copy{max-width:760px}
.legal-copy h2{font-size:22px;margin:28px 0 13px;letter-spacing:-.025em}
.legal-copy h2:first-child{margin-top:0}
.legal-copy p{font-size:15px;line-height:1.8;margin-bottom:12px}
.legal-sidebar{padding:25px;border-radius:12px;background:var(--cream)}
.legal-sidebar>.icon{color:var(--accent);margin-bottom:17px}
.legal-sidebar h2{font-size:23px;line-height:1.2;margin-bottom:12px}
.legal-sidebar p,.legal-sidebar a{font-size:14px;line-height:1.7}
.legal-sidebar a{display:inline-flex;gap:8px;margin-top:15px;align-items:center}
.legal-sidebar .icon{width:19px}
.legal-completion-slot{border-top:1px solid var(--line);margin-top:30px;padding-top:5px}
.state-review{padding:45px 0 70px}
.state-review>h1{font-size:44px;margin:10px 0 18px}
.state-review>p{max-width:760px}
.state-review-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-top:30px}
.state-review-grid>section{border:1px solid var(--line);border-radius:12px;padding:25px}
.state-review-grid h2{font-size:24px;margin-bottom:18px}
.state-review-grid a{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e6ecee;font-size:14px;text-decoration:none}
.state-review-grid a:hover{color:var(--accent)}
.state-review-grid .icon{width:17px}

@media(min-width:851px){
 .checkout-v4 .checkout-aside{position:sticky;top:22px}
 .checkout-v4 .checkout-order-detail-content[hidden]{display:block!important}
}
@media(max-width:1100px) and (min-width:851px){
 .checkout-v4-layout{grid-template-columns:1.1fr 1fr;gap:22px}
 .checkout-v4 .payment-form{padding:22px}
 .checkout-v4 .checkout-order-card{padding:22px}
 .checkout-v4 .checkout-product-name h3{font-size:17px}
 .checkout-v4 .checkout-product-line{grid-template-columns:75px 1fr;gap:13px}
 .order-cover{width:75px;padding:10px 8px}
 .order-cover>strong{font-size:8px}
 .checkout-v4 .checkout-product-name .order-purchase-type{font-size:10px}
 .checkout-v4 .checkout-total>strong{font-size:21px}
}
@media(max-width:850px){
 .checkout-container{width:min(590px,calc(100% - 40px))}
 .checkout-v4{padding:22px 0 35px}
 .checkout-v4 .checkout-intro{margin:0 0 23px}
 .checkout-v4 .checkout-intro h1{font-size:36px;line-height:1.1;margin-top:8px}
 .checkout-v4 .checkout-intro>p{font-size:14px;line-height:1.65}
 .checkout-v4-layout{display:flex;flex-direction:column;gap:22px}
 .checkout-v4 .checkout-aside{display:contents;position:static}
 .checkout-v4 .checkout-order-card{order:-1;width:100%;padding:21px 22px 18px}
 .checkout-v4 .checkout-primary{width:100%}
 .checkout-v4 .checkout-order-heading{margin-bottom:17px}
 .checkout-v4 .checkout-order-heading h2{font-size:19px}
 .checkout-v4 .checkout-product-line{grid-template-columns:79px minmax(0,1fr);gap:16px}
 .order-cover{width:79px;padding:11px 9px 9px 10px}
 .order-cover>strong{font-size:8px}
 .checkout-v4 .checkout-product-name h3{font-size:18px;line-height:1.25}
 .checkout-v4 .checkout-product-name>p{font-size:12px;margin:6px 0 7px}
 .order-item-price{font-size:18px}
 .checkout-v4 .checkout-product-name .order-purchase-type{font-size:11px;margin-top:4px}
 .order-core-disclosure{padding:12px 0;margin-top:16px}
 .order-core-disclosure>strong{font-size:13px}
 .order-core-disclosure>p{font-size:12px}
 .checkout-v4 .order-details-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:13px 0 10px;color:#335c6e;font-size:13px;line-height:1.5;font-weight:650;border-bottom:0}
 .checkout-v4 .order-details-toggle>.icon{width:15px;height:15px;transform:rotate(90deg)}
 .checkout-v4 .order-details-toggle[aria-expanded=true]>.icon{transform:rotate(-90deg)}
 .checkout-v4 .checkout-order-detail-content{display:block;padding-bottom:9px}
 .checkout-v4 .checkout-product-description{margin-top:4px}
 .price-breakdown{margin-top:0;padding-top:12px;gap:5px}
 .price-breakdown>div{font-size:12px}
 .checkout-v4 .checkout-total{margin-top:12px}
 .checkout-v4 .checkout-total>strong{font-size:22px}
 .order-delivery{padding-top:13px;margin-top:15px}
 .order-delivery strong{font-size:12px}
 .order-delivery p{font-size:12px}
 .checkout-v4 .checkout-reassurance{width:100%;padding:20px 21px;margin-top:0;gap:18px;order:3}
 .checkout-v4 .payment-form{padding:24px 22px}
 .checkout-v4 .checkout-step{display:block}
 .checkout-v4 .payment-form input:not([type=checkbox]),.checkout-v4 .payment-form select{font-size:16px;height:48px}
 .checkout-v4 .step-heading{gap:10px}
 .checkout-v4 .step-badge{width:27px;height:27px;flex-basis:27px}
 .checkout-v4 .step-heading h2{font-size:18px}
 .checkout-v4 .step-description{font-size:13px}
 .checkout-v4 .field-help{font-size:12px}
 .checkout-v4 .checkout-form-divider{margin:22px 0}
 .checkout-v4 .card-details-row{gap:12px}
 .checkout-v4 
 .checkout-v4 .checkout-pay-button{font-size:16px}
 .checkout-v4 .payment-bottom-note{font-size:10px}
 .checkout-agreement{font-size:11px}
 .checkout-footer>.checkout-container{flex-direction:column;gap:19px;align-items:start}
 .checkout-footer nav{justify-content:flex-start;gap:13px 21px;padding:0}
 .checkout-footer nav a{font-size:12px}
 .checkout-footer p{font-size:12px}
 .checkout-footer .seller-line{font-size:11px}
 .checkout-v4 .checkout-reassurance h3{font-size:13px}
 .checkout-v4 .checkout-reassurance p,.checkout-v4 .checkout-reassurance a{font-size:13px}
 .product-heading h1{font-size:36px}
 .deliverables-strip{grid-template-columns:1fr;gap:17px}
 .legal-layout{gap:25px}
}
@media(max-width:680px){
 .product-heading h1{font-size:33px;line-height:1.12}
 .product-heading .product-benefit{font-size:15px;line-height:1.55;margin-top:12px}
 .product-heading{margin-bottom:0}
 .product-independence{font-size:12px;margin-top:14px}
 .purchase-disclosure p{font-size:14px;line-height:1.65}
 .product-delivery{font-size:12px}
 .price-context{font-size:12px;line-height:1.5}
 .deliverables-strip{padding:21px 19px;gap:15px;margin-top:14px}
 .deliverables-strip ul{grid-template-columns:1fr;gap:8px}
 .deliverables-strip li{font-size:14px}
 .deliverables-strip h3{font-size:19px}
 .card-titles h3{font-size:23px}
 .sticky-label>strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
 
 
 .checkout-header-inner{min-height:68px}
 .checkout-header-note{font-size:11px}
 .checkout-header-note .icon{width:13px;height:13px}
 .checkout-back{font-size:12px;margin-bottom:19px}
 .checkout-v4 .checkout-intro h1{font-size:34px;max-width:350px}
 .checkout-v4 .checkout-intro .eyebrow{font-size:10px}
 .checkout-v4 .checkout-intro>p{font-size:14px}
 .checkout-v4 .checkout-order-card{padding:19px 18px 17px}
 .checkout-v4 .payment-form{padding:23px 18px}
 .express-wallets{grid-template-columns:1fr 1fr;gap:10px}
 .express-wallet{height:49px}
 .express-wallet .wallet-brand{font-size:22px}
 .express-wallet .google-pay-brand span{font-size:21px}
 .payment-or{font-size:11px;margin:19px 0}
 .checkout-v4 .card-number-wrap input{padding-right:79px;font-size:15px}
 .checkout-v4 .card-networks{right:10px;gap:5px}
 .checkout-v4 .visa-word{font-size:10px}
 .checkout-v4 .card-networks>svg{width:26px;height:19px}
 .checkout-v4 .payment-form select{font-size:14px}
 .checkout-v4 .payment-bottom-note{font-size:10px;line-height:1.7}
 .checkout-agreement{font-size:11px;line-height:1.7}
 .pay-guarantee{font-size:12px;margin-top:9px}
 .checkout-v4 .checkout-product-name .order-purchase-type{font-size:10px}
 .checkout-v4 .checkout-product-name h3{font-size:17px}
 .checkout-v4 .checkout-product-name>p{font-size:12px}
 .checkout-v4 .checkout-order-heading h2{font-size:18px}
 .checkout-v4 .checkout-total>strong{font-size:21px}
 .fulfillment-main{padding:30px 0 40px}
 .fulfillment-container{width:calc(100% - 40px)}
 .fulfillment-heading h1{font-size:33px;line-height:1.15;margin-top:9px}
 .fulfillment-heading>p{font-size:14px}
 .fulfillment-card{padding:22px 18px}
 .fulfillment-product{gap:15px;align-items:start}
 .fulfillment-product .order-cover{width:79px}
 .fulfillment-product .order-cover>strong{font-size:8px}
 .fulfillment-product h2{font-size:20px;line-height:1.25;margin:4px 0 9px}
 .fulfillment-product .eyebrow{font-size:8px;letter-spacing:.1em}
 .fulfillment-product p{font-size:12px}
 .order-facts{gap:18px 16px;padding:19px 0}
 .order-facts span{font-size:11px}
 .order-facts strong{font-size:12px}
 .email-delivery-status strong{font-size:13px}
 .email-delivery-status p{font-size:12px}
 .fulfillment-followup{grid-template-columns:1fr;gap:19px}
 .fulfillment-followup>div{display:grid;grid-template-columns:25px 1fr;gap:4px 12px;padding:0}
 .fulfillment-followup .icon{grid-row:1/4;margin-top:2px}
 .fulfillment-followup p,.fulfillment-followup a{grid-column:2;margin:0}
 .fulfillment-links{align-items:start;flex-direction:column}
 .legal-main{padding-top:30px}
 .legal-main h1{font-size:35px}
 .legal-layout{grid-template-columns:1fr}
 .state-review h1{font-size:36px}
 .state-review-grid{grid-template-columns:1fr}
 .state-review-grid>section{padding:21px}
}
@media(max-width:380px){
 .checkout-container{width:calc(100% - 32px)}
 
 
 .checkout-header-note{font-size:10px}
 .checkout-v4 .checkout-intro h1{font-size:31px}
 .checkout-v4 .checkout-product-line{grid-template-columns:62px 1fr;gap:12px}
 .order-cover{width:62px;padding:8px 7px}
 .order-cover>strong{font-size:6.5px}
 .order-cover-brand{font-size:3.5px}
 .order-cover-format{font-size:3px;margin-top:6px;padding-top:5px}
 .checkout-v4 .checkout-product-name h3{font-size:16px}
 .checkout-v4 .checkout-product-name>p{font-size:11px}
 .checkout-v4 .checkout-product-name .order-purchase-type{font-size:9px}
 .checkout-v4 .checkout-total>strong{font-size:19px}
 .checkout-v4 .payment-form,.checkout-v4 .checkout-order-card{padding-inline:15px}
 .checkout-v4 .card-number-wrap input{padding-right:67px;font-size:14px}
 .checkout-v4 .card-networks{gap:3px;right:8px}
 .checkout-v4 .card-networks>svg{width:23px}
 .checkout-v4 .visa-word{font-size:9px}
 .checkout-v4 .payment-bottom-note{font-size:9px}
 .checkout-v4 
 .checkout-agreement{font-size:10px}
 .product-heading h1{font-size:30px}
}
/* Final alignment and brand contrast. */
.checkout-v4 .payment-form{margin-top:0}
.express-wallet.wallet-apple .wallet-brand{color:#fff}
.express-wallet.wallet-apple:hover .wallet-brand{color:#fff}

/* V5 — edition clarity, specific scope, and practical product value. */











.deliverables-strip{gap:18px 30px}.deliverables-strip h3{line-height:1.35}
.deliverables-strip>.deliverables-format{grid-column:1/-1;display:flex;align-items:start;gap:9px;border-top:1px solid #e3e6e1;padding-top:13px;font-size:13px;line-height:1.7;color:#526977}
.deliverables-format strong{font-weight:600;color:#294451}.deliverables-format>.icon{width:17px;height:17px;color:#536e78;margin-top:3px}
#scope{scroll-margin-top:24px}.audience-section .eyebrow{font-size:11px;margin-bottom:8px}
.audience-card{padding:19px 20px;gap:10px}.audience-card>div{min-width:0}
.audience-card h3{font-size:15px;font-weight:650;line-height:1.5}.audience-card p{font-size:14px;line-height:1.7;margin-top:7px}




























.review-independent{font-size:12px;line-height:1.7;padding-top:18px;border-top:1px solid #dfe6e5}


@media(max-width:1100px){}
@media(max-width:850px){.audience-card{padding:16px;gap:8px}}
@media(max-width:680px){.product-heading .product-benefit{margin-bottom:10px}.audience-card{padding:15px 17px}.audience-card h3{font-size:14px}.audience-card p{font-size:14px;line-height:1.65;margin-top:5px}.deliverables-strip>.deliverables-format{font-size:13px;gap:8px;padding-top:12px}.deliverables-format strong{display:block}.review-independent{font-size:11px}}
@media print{.audience-card{break-inside:avoid}}

/* ========================================================================
   V6 — one search entry point, inline imagery, a calmer product rhythm.
   Earlier checkout states and review dialogs are retained unchanged.
   ======================================================================== */
html{min-height:100%;background:#f6f7f5}
body{min-height:100vh;min-height:100svh;display:flex;flex-direction:column;background:#fff;padding-bottom:0}
body>main{flex:1 0 auto;min-width:0}
body>.site-header,body>.checkout-header,body>.site-footer,body>.checkout-footer{flex-shrink:0}
body.has-sticky-space{padding-bottom:0}
.site-footer,.checkout-footer{margin-bottom:0;padding-bottom:max(28px,env(safe-area-inset-bottom));position:relative}
.site-footer{margin-top:0}
.results-actions{display:flex;gap:18px;align-items:center}
.edit-search{display:inline-flex;align-items:center;gap:7px;font-size:13px;color:var(--ink);font-weight:650;min-height:40px;background:none;border:0;padding:6px 0;cursor:pointer}
.edit-search .icon{width:16px;height:16px}.edit-search:hover{color:var(--accent)}
.empty-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.library-section .section-heading{align-items:center;gap:24px;margin-bottom:27px}
.all-playbooks-button{flex:none;background:var(--ink);border-color:var(--ink);min-height:50px;padding-inline:24px;font-size:14px;box-shadow:0 4px 10px #172f3d0b}
.all-playbooks-button:hover{background:#264e5e;border-color:#264e5e}
.catalog-controls .filters{margin-top:0}

/* Full-size, non-modal product media. */
.product-hero{column-gap:64px;row-gap:0;grid-template-columns:minmax(0,1fr) minmax(0,1.02fr);padding-bottom:24px}
.product-heading{padding-top:0;align-self:start}
.product-heading h1{font-size:clamp(35px,3.3vw,44px);line-height:1.13;letter-spacing:-1.8px}
.product-visual{align-self:start;position:sticky;top:26px;display:block}
.inline-gallery{width:100%;min-width:0}
.gallery-frame{position:relative;border:1px solid #e5e2da;border-radius:18px;background:#f3f0e9;overflow:hidden}
.gallery-track{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;outline-offset:-4px;-webkit-overflow-scrolling:touch}
.gallery-track::-webkit-scrollbar{display:none}
.gallery-slide{flex:0 0 100%;min-width:0;margin:0;scroll-snap-align:start;scroll-snap-stop:always;aspect-ratio:6/5}
.gallery-slide img{display:block;width:100%;height:100%;object-fit:contain;user-select:none;-webkit-user-drag:none}
.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border:1px solid #e0e5e4;border-radius:50%;background:#ffffffef;box-shadow:0 3px 10px #172f3d0c;display:grid;place-items:center;cursor:pointer;color:var(--ink);transition:background .15s,border-color .15s}
.gallery-arrow:hover{background:white;border-color:var(--accent);color:var(--accent)}
.gallery-arrow .icon{width:18px;height:18px}.gallery-prev{left:12px}.gallery-next{right:12px}
.gallery-position{display:flex;justify-content:space-between;align-items:center;padding:12px 3px 14px;font-size:13px;color:var(--muted)}
.gallery-position>span:first-child{font-weight:650;color:var(--ink)}
.gallery-selectors{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;position:relative;overflow-x:auto;scrollbar-width:none;padding:2px}
.gallery-selector{padding:0;background:white;border:1px solid var(--line);border-radius:10px;cursor:pointer;overflow:hidden;text-align:center;color:var(--muted);transition:border-color .15s,box-shadow .15s;min-width:0}
.gallery-selector.is-active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent);color:var(--ink)}
.gallery-selector:hover{border-color:var(--accent)}
.gallery-thumb-image{display:block;aspect-ratio:1.55;background:#f3f0e9;overflow:hidden}
.gallery-thumb-image img{display:block;width:100%;height:100%;object-fit:cover;user-select:none}
.gallery-selector>span:last-child{display:block;padding:9px 3px;font-size:12px;font-weight:600;line-height:1.4}
.product-summary{font-size:17px;line-height:1.8;margin-top:18px}
.included-inline{margin:23px 0 21px;gap:13px 22px}.included-inline>span{font-size:13px}

.purchase-disclosure{margin-top:18px;line-height:1.75}
.purchase-disclosure p{font-size:14px;line-height:1.75}
.purchase-disclosure p+p{margin-top:7px}
.purchase-box{margin-top:24px}.price-row{margin-bottom:15px}.price-context{font-size:14px;line-height:1.5}
.product-delivery{margin-top:13px;font-size:13px}
.purchase-guarantee{margin-top:22px}.purchase-guarantee strong{font-size:14px}.purchase-guarantee p{font-size:13px;line-height:1.7}
.product-independence{margin-top:19px;font-size:12px;line-height:1.7}

/* Below-the-fold product content: sections breathe, text stays readable. */
body[data-page=product] .section-heading h2{font-size:34px;line-height:1.23;letter-spacing:-1.1px}
body[data-page=product] .section-heading{margin-bottom:30px}
body[data-page=product] .heading-note{font-size:14px;line-height:1.8;color:var(--muted);max-width:285px}
.inside-section{padding-top:76px}
.inside-section>.section-heading{padding-top:0;border-top:0}
.inside-layout{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:32px;align-items:stretch}
.inside-graphic{margin:0;border-radius:16px;overflow:hidden;background:#f2f5f2;display:grid;align-content:center}
.inside-graphic img{width:100%;height:auto;display:block}
.inside-layout .modules-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.inside-layout .module-card{padding:25px 23px;background:#fff;border:1px solid #dbe4e3;border-radius:13px;display:block}
.inside-layout .module-number{width:33px;height:33px;display:grid;place-items:center;margin:0 0 17px;background:#f2f5f2;color:#385f64;border:0;font-size:12px;font-weight:700}
.inside-layout .module-card h3{font-size:19px;line-height:1.4;margin:0 0 11px;letter-spacing:-.3px}
.inside-layout .module-card p{font-size:15px;line-height:1.75;margin:0;color:#506776}
.materials-section{padding-top:76px}
.materials-panel{background:#f5f1e9;border:1px solid #e8e1d5;border-radius:20px;padding:42px;display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:50px;align-items:center;overflow:hidden}
.materials-intro{min-width:0}.materials-intro h2{font-size:36px;line-height:1.15;letter-spacing:-1.25px;margin:15px 0 17px}
.materials-intro>p{font-size:16px;line-height:1.8;max-width:330px;color:#506572}
.materials-illustration{width:100%;max-width:380px;display:block;margin:18px auto -10px}
.materials-content{min-width:0}
.material-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
.material-card{padding:20px;background:#ffffffd9;border:1px solid #e1e3dc;border-radius:12px;display:flex;flex-direction:column;align-items:start;gap:13px}
.material-guide{grid-column:1/-1;flex-direction:row;align-items:center;padding:23px}
.material-icon{display:grid;place-items:center;width:39px;height:39px;border-radius:10px;background:#f7eee3;color:#b54a2d;flex:none}
.material-icon>.icon{width:22px;height:22px}
.material-guide .material-icon{background:var(--ink);color:#ead0a9;width:48px;height:48px}
.material-card h3{font-size:15px;line-height:1.5;margin:0 0 4px;font-weight:650}
.material-card p{font-size:12px;line-height:1.7;color:#5c6f79;margin:0}
.material-guide h3{font-size:19px}.material-guide p{font-size:13px}
.materials-format{display:flex;flex-wrap:wrap;gap:12px 22px;border-top:1px solid #deded4;padding-top:21px;margin-top:23px}
.materials-format>span{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:600;color:#455e6c}
.materials-format .icon{width:16px;height:16px}.materials-format-note{font-size:12px;color:#60717a;margin-top:12px;line-height:1.75}
.audience-section{padding-top:80px}
.audience-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.audience-card{padding:25px 23px;gap:14px;display:flex;align-items:flex-start;border-radius:12px;background:white;min-width:0}
.audience-icon{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:#eff5f1;color:#2d6b61;flex:none;margin-top:1px}.audience-icon>.icon{width:17px;height:17px}
.audience-card h3{font-size:16px;line-height:1.5;margin:0}.audience-card p{font-size:14px;line-height:1.8;margin-top:9px;color:#536977}


.exclusions-section{padding-top:42px}.exclusions-layout{padding:31px 0;gap:34px}.exclusions-layout h2{font-size:25px}.exclusions-layout ul{font-size:15px;line-height:1.8;gap:9px}.exclusions-layout p{font-size:13px;line-height:1.85;margin-top:18px}
.product-faq{padding-top:72px;padding-bottom:62px;gap:64px}
.product-faq .faq-intro h2{font-size:35px;line-height:1.3;letter-spacing:-1px}
.product-faq .faq-intro>.text-link{font-size:14px;margin-top:25px}
.product-faq .faq-item>summary{font-size:16px;padding:22px 0;line-height:1.6}
.product-faq .faq-answer{font-size:15px;line-height:1.85;padding-bottom:23px}
body[data-page=product] .guarantee-section{padding-top:0;padding-bottom:0;margin-bottom:0}
body[data-page=product] .guarantee-panel{padding:31px 34px;gap:24px}
body[data-page=product] .guarantee-copy h2{font-size:25px;margin-bottom:10px}
body[data-page=product] .guarantee-copy p{font-size:15px;line-height:1.75}
body[data-page=product] .guarantee-copy>span{font-size:12px;margin-top:7px}
body[data-page=product] .final-offer{margin-top:58px;padding-top:37px;padding-bottom:51px;border-top:1px solid var(--line);gap:35px}
body[data-page=product] .final-offer h2{font-size:25px;line-height:1.4}.final-action{flex:none}

/* A single money-back panel, directly underneath Pay. */
.pay-guarantee-card{display:flex;align-items:center;gap:17px;border:1px solid #d7e2d7;border-radius:11px;background:#f4f8f2;padding:18px 20px;margin:16px 0 0;text-align:left}
.pay-guarantee-symbol{width:55px;height:63px;flex:none;display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid #d9e3d7;padding-right:13px;box-sizing:content-box;color:#427066}
.pay-guarantee-symbol>.icon{width:27px;height:27px}.pay-guarantee-symbol>small{font-size:8px;letter-spacing:1.3px;font-weight:750;margin-top:8px}
.pay-guarantee-card h3{font-size:15px;margin:0 0 5px;line-height:1.45;color:#233e3d}
.pay-guarantee-card p{font-size:13px;color:#4b635e;line-height:1.75;margin:0}
.pay-guarantee-card a{display:inline-flex;gap:7px;align-items:center;font-size:12px;font-weight:650;color:#355b51;margin-top:8px;text-decoration:none;min-height:27px}
.pay-guarantee-card a:hover{text-decoration:underline}.pay-guarantee-card a>.icon{width:14px;height:14px}
.payment-bottom-note{margin-top:16px;font-size:12px}
.checkout-product-line{grid-template-columns:108px minmax(0,1fr);gap:18px;align-items:start}
.order-main-image{display:block;width:100%;height:auto;aspect-ratio:6/5;object-fit:contain;border:1px solid #e8e2d8;border-radius:8px;background:#f3f0e9}
.checkout-product-name>h3{font-size:18px;line-height:1.4}.order-item-price{margin-top:11px}
.order-purchase-type{font-size:12px}
.checkout-order-detail-content .order-result-note{font-size:12px;line-height:1.75}
.checkout-footer{padding-top:28px;padding-bottom:max(28px,env(safe-area-inset-bottom));background:#f9faf8}
.fulfillment-product>[data-fulfillment-cover]{width:110px;flex:none}

@media(min-width:1600px){body[data-page=product]{--container:1240px}.product-hero{column-gap:74px}.product-heading h1{font-size:46px}}
@media(max-width:1100px){
 .product-hero{column-gap:35px}.product-heading h1{font-size:35px;letter-spacing:-1.2px}.product-summary{font-size:16px}
 .inside-layout{gap:24px;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)}.inside-layout .module-card{padding:21px 19px}.inside-layout .module-card h3{font-size:18px}.inside-layout .module-card p{font-size:14px}
 .materials-panel{padding:32px;gap:32px}.materials-intro h2{font-size:32px}.material-card{padding:17px}.material-card h3{font-size:14px}.material-guide h3{font-size:18px}
 .audience-card{padding:21px 18px;gap:11px}.audience-card h3{font-size:15px}
 .checkout-product-line{grid-template-columns:89px minmax(0,1fr);gap:14px}.checkout-product-name>h3{font-size:16px}
}
@media(max-width:850px){
 .inside-layout{grid-template-columns:1fr}.inside-graphic{max-height:345px}.inside-graphic img{max-width:445px;margin:auto}.inside-layout .modules-grid{gap:17px}
 .materials-panel{gap:28px;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);padding:26px}.materials-intro h2{font-size:29px}.materials-intro>p{font-size:14px}.materials-format{gap:10px 14px}.material-grid{grid-template-columns:1fr}.material-guide{grid-column:auto}.material-card{flex-direction:row;align-items:center;padding:14px}.material-card p{font-size:11px}.material-icon{width:33px;height:33px}.material-icon>.icon{width:19px;height:19px}.material-guide .material-icon{width:33px;height:33px}.material-guide h3{font-size:14px}
 .audience-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-faq{gap:32px}.product-faq .faq-intro h2{font-size:29px}.product-faq .faq-item>summary{font-size:15px}
 .checkout-product-line{grid-template-columns:103px minmax(0,1fr);gap:17px}.checkout-product-name>h3{font-size:18px}.checkout-aside{display:contents}
}
@media(max-width:680px){
 .library-section .section-heading{align-items:stretch;flex-direction:column;gap:19px;margin-bottom:23px}.all-playbooks-button{align-self:flex-start;min-height:46px;padding-inline:20px;font-size:13px}.catalog-controls .filters{margin-top:0}
 .results-row{gap:8px;align-items:flex-start}.results-actions{gap:13px;flex-shrink:0}.edit-search{font-size:12px;min-height:32px}.edit-search .icon{width:14px}.results-row>[data-result-count]{font-size:12px;line-height:1.8;padding-top:5px}
 .product-hero{grid-template-columns:1fr;grid-template-areas:"title" "visual" "offer";gap:24px;padding-bottom:0}
 .product-heading h1{font-size:35px;line-height:1.15;letter-spacing:-1.3px}.product-heading .product-benefit{font-size:16px;line-height:1.7}
 .product-visual{position:static;display:block}.gallery-frame{border-radius:13px}.gallery-arrow{width:36px;height:36px}.gallery-prev{left:9px}.gallery-next{right:9px}.gallery-arrow .icon{width:16px;height:16px}
 .gallery-position{padding:10px 1px 11px;font-size:12px}.gallery-selectors{gap:9px}.gallery-selector{border-radius:8px}.gallery-selector>span:last-child{padding:8px 2px;font-size:10px}.gallery-thumb-image{aspect-ratio:1.4}
 .product-summary{margin:0;font-size:16px;line-height:1.8}.included-inline{margin:22px 0 17px;gap:12px 17px}.included-inline>span{font-size:12px}
 .purchase-disclosure{margin-top:17px}.purchase-disclosure p{font-size:14px;line-height:1.75}
 .purchase-box{margin-top:23px}.price-context{font-size:13px}.purchase-guarantee{margin-top:20px}.purchase-guarantee p{font-size:13px}.product-independence{font-size:12px;margin-top:18px}
 body[data-page=product] .section-heading{margin-bottom:24px;display:block}body[data-page=product] .section-heading h2{font-size:29px;letter-spacing:-.8px}body[data-page=product] .heading-note{font-size:13px;margin-top:12px;max-width:none;text-align:left}body[data-page=product] .heading-note br{display:none}
 .inside-section{padding-top:52px}.inside-layout{gap:20px}.inside-graphic{max-height:none;border-radius:13px}.inside-graphic img{width:100%;max-width:none}.inside-layout .modules-grid{grid-template-columns:1fr;gap:13px}.inside-layout .module-card{display:grid;grid-template-columns:32px minmax(0,1fr);column-gap:14px;padding:23px 21px;row-gap:7px}
 .inside-layout .module-number{margin:0;grid-row:1 / 3;width:30px;height:30px;font-size:11px}.inside-layout .module-card h3{font-size:18px;margin:2px 0 0}.inside-layout .module-card p{font-size:14px;grid-column:2;line-height:1.8}
 .materials-section{padding-top:49px}.materials-panel{display:block;padding:28px 23px;border-radius:16px}.materials-intro h2{font-size:32px;margin:14px 0 16px}.materials-intro>p{font-size:15px}.materials-illustration{max-width:310px;margin:10px auto 20px}.material-grid{gap:12px}.material-card{padding:17px;gap:14px}.material-icon,.material-guide .material-icon{width:38px;height:38px}.material-card h3,.material-guide h3{font-size:15px}.material-card p,.material-guide p{font-size:12px}.materials-format{font-size:12px;gap:12px 18px;margin-top:22px;padding-top:19px}.materials-format-note{font-size:12px;line-height:1.8}
 .audience-section{padding-top:52px}.audience-grid{grid-template-columns:1fr;gap:13px}.audience-card{padding:23px 20px;gap:13px}.audience-card h3{font-size:16px}.audience-card p{font-size:14px;line-height:1.8;margin-top:7px}
 .exclusions-section{padding-top:30px}.exclusions-layout{padding:26px 0;gap:18px}.exclusions-layout h2{font-size:25px}.exclusions-layout ul{font-size:14px;line-height:1.8}.exclusions-layout p{font-size:13px;margin-top:17px}
 .product-faq{padding-top:44px;padding-bottom:42px;gap:24px}.product-faq .faq-intro h2{font-size:29px}.product-faq .faq-intro>.text-link{margin-top:19px}.product-faq .faq-item>summary{font-size:15px;line-height:1.7;padding:20px 0}.product-faq .faq-answer{font-size:14px;line-height:1.85}
 body[data-page=product] .guarantee-panel{padding:26px 21px;gap:15px}body[data-page=product] .guarantee-copy h2{font-size:22px;line-height:1.4}body[data-page=product] .guarantee-copy p{font-size:14px}body[data-page=product] .guarantee-copy>span{font-size:12px;line-height:1.75}
 body[data-page=product] .final-offer{margin-top:37px;padding-top:29px;padding-bottom:36px;gap:23px}body[data-page=product] .final-offer h2{font-size:24px}.final-offer p{font-size:13px;line-height:1.8}
 .site-footer{padding-top:35px;padding-bottom:max(26px,env(safe-area-inset-bottom))}.footer-bottom{line-height:1.8}.footer-bottom>span:last-child{margin-bottom:0}
 .checkout-product-line{grid-template-columns:92px minmax(0,1fr);gap:14px}.checkout-product-name>h3{font-size:16px}.checkout-product-name>p{font-size:12px}.order-item-price{margin-top:9px}.order-main-image{border-radius:7px}
 .pay-guarantee-card{padding:17px 15px;gap:13px;margin-top:16px;align-items:flex-start}.pay-guarantee-symbol{width:34px;height:57px;padding-right:12px}.pay-guarantee-symbol>.icon{width:24px;height:24px}.pay-guarantee-symbol>small{font-size:7px;letter-spacing:.7px}.pay-guarantee-card h3{font-size:14px;line-height:1.55}.pay-guarantee-card p{font-size:12px;line-height:1.85}.pay-guarantee-card a{font-size:12px;min-height:32px;margin-top:6px}.payment-bottom-note{font-size:11px;line-height:1.8;margin-top:15px}
}
@media(max-width:380px){
 .product-heading h1{font-size:32px}.gallery-selectors{gap:7px}.gallery-selector>span:last-child{font-size:9px;padding:8px 1px}.gallery-arrow{width:34px;height:34px}
 .materials-panel{padding:25px 18px}.materials-intro h2{font-size:30px}.material-card{padding:15px;gap:12px}.material-card h3{font-size:14px}
 .checkout-product-line{grid-template-columns:75px minmax(0,1fr);gap:12px}.checkout-product-name>h3{font-size:15px}.pay-guarantee-card{padding:15px 12px;gap:10px}.pay-guarantee-card h3{font-size:13px}.pay-guarantee-symbol{width:30px;padding-right:9px}
 .results-actions{gap:9px}.edit-search{font-size:11px}.results-row>[data-result-count]{font-size:11px}
}
@media print{
 body{display:block;min-height:0;padding:0!important}.gallery-arrow,.gallery-selectors,.gallery-position{display:none}.product-visual{display:block;position:static;max-width:45%}.gallery-slide{display:none}.gallery-slide:first-child{display:block}.inside-layout{grid-template-columns:1fr}.inside-graphic{display:none}.materials-panel{break-inside:avoid}.materials-illustration{display:none}.audience-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
/* Keep the illustration's intrinsic ratio; HTML dimensions are fallbacks. */
.materials-illustration{height:auto}
/* V7: one content section, flexible included features, PDF + print + audio.
   The checkout remains presentation-only; the storefront carries no demo labels. */
.header-search{height:40px;width:40px;display:grid;place-items:center;border-radius:8px;flex:none;margin-left:auto}
.header-search:hover{background:var(--cream);color:var(--accent)}
.header-search .icon{width:22px;height:22px}
.header-inner{gap:24px}.desktop-nav{margin-left:auto}.header-help{white-space:nowrap}
body[data-page=home] .hero-wrap{background:radial-gradient(ellipse at 82% 74%,#f7f1e7a8,transparent 42%),#fff}
body[data-page=home] .hero{grid-template-columns:minmax(0,1.22fr) minmax(0,1fr);gap:24px;padding-block:64px 45px;align-items:center}
body[data-page=home] .hero-copy{padding:0;position:relative;z-index:2}
body[data-page=home] .hero h1{font-size:clamp(38px,3.6vw,51px);line-height:1.12;letter-spacing:-2.1px;margin:24px 0 22px}
body[data-page=home] .hero-description{font-size:17px;line-height:1.8;max-width:600px}
body[data-page=home] .hero .eyebrow{font-size:11px;letter-spacing:.17em}
body[data-page=home] .search-form{margin-top:27px}
body[data-page=home] .search-row{background:#fff;border-color:#ccd9df;padding:6px;gap:10px;min-height:62px;box-shadow:0 2px 4px #18374603}
body[data-page=home] .search-row>.icon{margin-left:11px}
body[data-page=home] .search-row input{font-size:14px;height:40px;min-width:0;flex:1}
body[data-page=home] .search-row input::placeholder{font-size:13px;color:#748a9b}
body[data-page=home] .search-submit{width:50px;min-height:48px;height:48px;padding:0;flex:none;border-radius:7px;box-shadow:0 3px 7px #c844231d}
body[data-page=home] .search-submit .icon{display:block;width:22px;height:22px}
body[data-page=home] .quick-categories{gap:8px;flex-wrap:wrap;margin-top:14px}
body[data-page=home] .quick-categories button{border:1px solid #dde5e9;border-radius:6px;padding:8px 10px;font-size:11px;font-weight:600;color:#344e60;min-height:35px;background:#fff}
body[data-page=home] .quick-categories button:hover{border-color:var(--accent);color:var(--accent);background:#fff8f3}
.hero-browse-link{display:flex;align-items:center;justify-content:center;gap:12px;color:var(--accent);text-decoration:none;font-weight:700;font-size:14px;padding:19px 12px 0;min-height:48px;width:max-content;margin:auto}
.hero-browse-link:hover{text-decoration:underline}.hero-browse-link .icon{width:19px}
.hero-papers{position:relative;min-width:0;width:100%;height:430px;isolation:isolate;overflow:visible}
.hero-papers:before{content:"";position:absolute;inset:82px -5px 0 10px;background:radial-gradient(ellipse,#eae1d978,transparent 70%);z-index:-1}
.hero-paper{position:absolute;background:white;border:1px solid #f0eeea;box-shadow:0 14px 28px #3f352b19;padding:24px 23px 17px;width:58%;height:332px;font-family:Arial,sans-serif;overflow:hidden}
.paper-back{left:34%;top:68px;transform:rotate(5deg)}
.paper-front{left:14%;top:123px;transform:rotate(-5deg);z-index:2}
.paper-wordmark{display:flex;align-items:center;font-size:11px;font-weight:750;color:#17323f;letter-spacing:-.35px;white-space:nowrap;gap:5px}
.paper-wordmark>span{color:var(--accent);margin-left:-5px}.paper-wordmark .brand-mark{width:21px;height:21px}
.paper-rule{height:1px;background:#e5e9e8;margin:16px 0 14px}
.paper-eyebrow{font-size:7px;letter-spacing:1.4px;color:var(--accent);font-weight:700}
.hero-paper h3{font-size:16px;line-height:1.25;letter-spacing:-.45px;margin:14px 0 15px}
.hero-paper-item{display:flex;gap:10px;margin-top:15px;align-items:start}
.hero-paper-item>span{background:#f7efe6;color:var(--accent);width:18px;height:18px;display:grid;place-items:center;flex:none;border-radius:50%}
.hero-paper-item .icon{width:11px;height:11px}.hero-paper-item>div{flex:1;min-width:0}.hero-paper-item strong{display:block;font-size:8px;line-height:1.35;margin:1px 0 7px;color:#274050;letter-spacing:0}
.hero-paper-item i,.paper-faux-lines i{display:block;height:2px;background:#d7e0e5;border-radius:2px;margin:5px 0;width:100%}
.hero-paper-item i:last-child{width:77%}.paper-faux-lines i{margin:10px 0}.paper-faux-lines i:nth-child(3n){width:78%}
.paper-footer{font-size:6px;letter-spacing:.7px;color:#758893;position:absolute;bottom:16px;left:23px;right:23px;border-top:1px solid #e6eaea;padding-top:8px;font-weight:700}
.paper-annotation{position:absolute;right:7%;top:4px;font-family:"Comic Sans MS","Segoe Print",cursive;font-size:16px;line-height:1.65;color:#34546c;transform:rotate(-8deg);text-align:center;z-index:3}
.paper-annotation svg{position:absolute;width:43px;height:54px;left:-33px;top:24px;color:var(--accent);transform:rotate(14deg)}
.home-trust{background:#faf8f4;border-top:1px solid #f1efeb;border-bottom:1px solid #f1efeb}
.home-trust>.container{display:grid;grid-template-columns:1fr 1fr 1.3fr;gap:45px;padding-block:25px}
.home-trust .container>div,.home-trust .container>a{display:flex;align-items:center;gap:18px;text-decoration:none}
.home-trust .icon{color:var(--accent);width:34px;height:38px;stroke-width:1.7}
.home-trust strong{font-size:15px;line-height:1.4;display:block}.home-trust small{display:block;color:#627686;font-size:13px;line-height:1.5;margin-top:5px}
.home-trust a:hover strong{text-decoration:underline}
.section-description{font-size:16px;line-height:1.7;margin-top:9px;color:#5d7483}
.library-section{padding-top:55px;padding-bottom:55px}
.library-section .section-heading{margin-bottom:26px;align-items:center}
.library-section h2{font-size:31px;letter-spacing:-1px}.library-all-link{font-size:13px;white-space:nowrap;min-height:42px}
.home-library .catalog-controls,.home-library .results-row{display:none}
.home-library.is-filtered .catalog-controls{display:block;margin-bottom:16px}.home-library.is-filtered .results-row{display:flex}
.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.product-card{display:flex;flex-direction:column;align-items:flex-start;padding:25px 24px 20px;border:1px solid #dfe6e9;background:linear-gradient(145deg,#fff,#fdfefe);border-radius:12px;min-width:0;min-height:304px;box-shadow:0 2px 7px #12303f02;transition:border-color .18s,box-shadow .18s,transform .18s}
.product-card:hover{border-color:#c4d1d7;box-shadow:0 8px 22px #1933400c;transform:translateY(-3px)}
.product-platform{height:54px;display:flex;align-items:center;margin-bottom:18px}.platform-logo{display:block;width:47px;height:47px;flex:none}.platform-logo.apple-logo{color:#082a3e;width:43px;height:49px}
.platform-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:11px;background:#eaf0f1;color:#345f68}.platform-icon .icon{width:29px;height:29px}.platform-business{background:#f0eef7;color:#59576e}.platform-files{background:#eaf1ed;color:#376d58}
.product-card h3{font-size:18px;line-height:1.35;letter-spacing:-.35px;margin:0 0 12px;max-width:100%}
.product-card .card-summary{font-size:14px;line-height:1.7;margin:0 0 15px;color:#5e7483;max-width:100%}
.product-card .card-format{font-size:11px;color:#6b7e86;padding:0;margin:0 0 13px;line-height:1.5;border:0;letter-spacing:0;text-transform:none}
.product-card .card-bottom{border-top:0;display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:auto;padding:0;gap:16px}
.product-card .card-price{font-size:15px;font-weight:750;color:var(--ink);white-space:nowrap}.card-price small{font-size:11px;color:var(--ink)}
.product-card .card-link{display:grid;place-items:center;height:37px;width:37px;border-radius:50%;background:#fcf1e8;color:var(--accent);flex:none;font-size:0}.product-card .card-link .icon{width:18px;height:18px}
.home-how{background:#faf7f2;border-block:1px solid #f4f0e9;padding:46px 0 48px}
.home-how .section-heading{margin-bottom:28px}.home-how h2{font-size:31px;letter-spacing:-1px}
.home-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px;margin-bottom:35px}
.home-step{display:flex;gap:17px;align-items:flex-start}.home-step>span{background:#ffe1d1;color:#c33c1d;border-radius:50%;width:43px;height:43px;display:grid;place-items:center;flex:none;font-size:21px;font-weight:750;margin-top:0}
.home-step h3{font-size:17px;letter-spacing:-.3px;margin:4px 0 7px}.home-step p{font-size:14px;line-height:1.7;color:#556f80}
.home-how-cta{display:flex;width:330px;max-width:100%;margin-inline:auto;min-height:53px;font-size:16px;box-shadow:0 4px 10px #c8442312}
.home-faq{padding-top:60px;padding-bottom:54px}
body[data-page=home] main>.guarantee-section{padding-top:0;padding-bottom:55px}
/* The hero remains an image carousel, not a modal. */
body[data-page=product] .product-heading h1{font-size:clamp(34px,3.2vw,44px);line-height:1.15}
body[data-page=product] .product-benefit{margin-bottom:0}
body[data-page=product] .product-summary{margin-top:20px;font-size:16px;line-height:1.8}
body[data-page=product] .included-inline{gap:13px 20px;margin:20px 0 22px}
body[data-page=product] .included-inline span{font-size:13px;line-height:1.4;font-weight:600}
body[data-page=product] .included-inline .icon{width:19px;height:19px;color:var(--accent)}
/* One continuous section: included topics > formats > quiet exclusions. */
.included-section{padding-top:70px}
.included-surface{border:1px solid #dee5e6;border-radius:20px;overflow:hidden;background:#fff;padding:36px 36px 0}
.included-surface>.section-heading{margin-bottom:30px;align-items:center;gap:25px}
.included-surface .section-description{font-size:15px}.contents-badge{display:flex;gap:8px;align-items:center;font-size:12px;white-space:nowrap;color:#526d78;background:#f0f5f3;padding:9px 12px;border-radius:24px}
.contents-badge .icon{width:17px;height:17px}
.included-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.included-feature-grid.feature-grid-even{grid-template-columns:repeat(2,minmax(0,1fr))}
.included-feature{display:flex;gap:13px;align-items:flex-start;background:#f8faf9;border:1px solid #e5ebea;border-radius:11px;padding:21px 18px;min-width:0}
.feature-icon{width:33px;height:33px;background:white;border:1px solid #dce6e4;border-radius:8px;display:grid;place-items:center;color:#3e7771;flex:none}.feature-icon .icon{width:19px;height:19px}
.included-feature h3{font-size:16px;line-height:1.4;margin:2px 0 8px;letter-spacing:-.25px}
.included-feature p{font-size:14px;line-height:1.7;color:#5b717d}
.download-band{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:35px;align-items:center;background:#fbf7f1;border-block:1px solid #ece5db;margin:35px -36px 0;padding:33px 36px 30px}
.download-heading{display:flex;align-items:center;gap:7px;min-width:0}
.download-heading>div{min-width:0;flex:1}.download-heading .eyebrow{font-size:10px;letter-spacing:.15em}
.download-heading h3{font-size:27px;letter-spacing:-.85px;line-height:1.22;margin:13px 0 10px}
.download-heading p{font-size:14px;line-height:1.6;color:#687984}
.download-heading img{width:150px;min-width:0;max-width:43%;height:auto;object-fit:contain;flex:none}
.download-facts{display:flex;flex-direction:column;gap:0;padding-left:25px;border-left:1px solid #e5dfd5}
.download-facts article{display:flex;gap:15px;align-items:center;padding:13px 0}
.download-facts article+article{border-top:1px solid #ebe5db}
.download-icon{background:#fff;color:var(--accent);width:40px;height:40px;border-radius:10px;border:1px solid #eee5d9;display:grid;place-items:center;flex:none}
.download-icon .icon{width:23px;height:23px}
.download-facts strong{font-size:17px;line-height:1.5;letter-spacing:-.2px}
.download-facts p{font-size:13px;line-height:1.6;margin-top:2px;color:#687984}
.included-exclusions{padding:24px 0 25px;display:grid;grid-template-columns:180px 1fr;gap:24px;align-items:start}
.included-exclusions h3{font-size:14px;line-height:1.65;color:#526976;letter-spacing:0;font-weight:650;margin-top:1px}
.included-exclusions p{font-size:12px;line-height:1.85;color:#647782}.included-exclusions p+p{margin-top:5px}
body[data-page=product] .audience-section{padding-top:68px}
body[data-page=product] .audience-card{padding:23px 21px;background:#fff}
body[data-page=product] .audience-card h3{font-size:16px}
body[data-page=product] .audience-card p{font-size:14px;line-height:1.75}
.faq-v7{display:block;padding-top:70px;padding-bottom:62px}
.faq-v7-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:30px}
.faq-v7-heading h2{font-size:34px;line-height:1.25;letter-spacing:-1.1px;margin-top:11px}
.faq-v7-heading>.text-link{font-size:13px;white-space:nowrap;padding-bottom:5px}
.faq-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;align-items:start}
.faq-columns>.faq-list{border-top:1px solid var(--line)}
.product-faq .faq-item:first-child{border-top:0}
.product-faq .faq-item>summary{font-size:15px;line-height:1.55;padding:21px 0;gap:18px}
.product-faq .faq-answer{font-size:14px;line-height:1.8;padding:0 27px 21px 0}
.order-format{font-size:12px;line-height:1.7;color:#55716e;margin:14px 0 15px;padding:9px 11px;border-radius:7px;background:#f1f6f3}
.fulfillment-audio{margin-top:12px;display:flex;justify-content:center;width:100%;gap:10px}
@media(min-width:1500px){body[data-page=home] .hero h1{font-size:53px}}
@media(max-width:1100px){
 .desktop-nav{gap:20px}.header-inner{gap:16px}.header-help{font-size:13px}.header-search{margin-left:0}
 body[data-page=home] .hero{gap:18px;padding-top:44px;grid-template-columns:1.16fr 1fr}
 body[data-page=home] .hero h1{font-size:39px;letter-spacing:-1.6px}
 body[data-page=home] .hero-description{font-size:16px}
 .hero-papers{height:400px}.hero-paper{width:65%;height:315px;padding:20px}.paper-front{left:5%;top:105px}.paper-back{left:30%;top:51px}
 .paper-annotation{font-size:14px;right:3%}.hero-paper h3{font-size:15px}.hero-paper-item{gap:7px}
 .home-trust>.container{gap:22px}.home-trust strong{font-size:13px}.home-trust small{font-size:12px}.home-trust .container>div,.home-trust .container>a{gap:13px}
 .product-grid{gap:15px}.product-card{padding:22px 19px 19px}.product-card h3{font-size:17px}.product-card .card-summary{font-size:13px}
 .home-steps{gap:27px}.home-step{gap:12px}.home-step h3{font-size:16px}
 .included-surface{padding:29px 27px 0}.included-feature{padding:18px 15px;gap:11px}.included-feature h3{font-size:15px}.included-feature p{font-size:13px}
 .download-band{margin:28px -27px 0;padding:28px 27px;gap:25px;grid-template-columns:1fr 1fr}.download-heading img{width:105px}.download-heading h3{font-size:24px}.download-facts{padding-left:20px}
 .contents-badge{font-size:11px}.faq-columns{gap:30px}.faq-v7-heading h2{font-size:31px}
}
@media(max-width:900px){
 .hero-papers{height:380px}.paper-front{top:98px;width:69%;height:300px;padding:18px 17px}.paper-back{width:67%;height:290px;left:30%;top:58px;padding:18px}
 .paper-wordmark{font-size:9px}.paper-rule{margin:11px 0}.hero-paper h3{font-size:14px}.hero-paper-item{margin-top:11px}.hero-paper-item strong{font-size:7px}.paper-footer{font-size:5px;left:18px;right:18px}
 .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.product-card{min-height:280px;padding:25px}.product-card h3{font-size:19px}.product-card .card-summary{font-size:14px}
 .home-steps{gap:22px}.home-step{gap:11px}.home-step>span{width:36px;height:36px;font-size:18px}.home-step p{font-size:13px}
 .included-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contents-badge{display:none}
 .download-heading img{display:none}.download-heading h3{font-size:25px}.download-heading{align-items:flex-start}.download-facts strong{font-size:16px}
 .faq-v7-heading{display:block}.faq-v7-heading>.text-link{margin-top:16px}.faq-columns{gap:25px}
}
@media(max-width:760px){
 .header-search{margin-left:auto}.header-help{display:none}.header-inner{gap:12px}
 body[data-page=home] .hero{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);padding-block:32px 34px;gap:15px}
 body[data-page=home] .hero h1{font-size:33px;letter-spacing:-1.3px;line-height:1.15;margin:19px 0}
 body[data-page=home] .hero-description{font-size:15px;line-height:1.7}
 body[data-page=home] .hero .eyebrow{font-size:9px}.hero-papers{height:350px}.paper-front{left:0;top:90px;width:82%;height:272px}.paper-back{left:21%;width:78%;height:266px;top:48px}.paper-annotation{font-size:12px;top:0;right:0}.hero-paper-item{margin-top:9px}.hero-paper-item strong{font-size:7px}.hero-paper h3{font-size:12px}.paper-wordmark{font-size:8px;gap:3px}.paper-wordmark .brand-mark{width:17px;height:17px}.paper-eyebrow{font-size:6px}.hero-paper-item>span{width:14px;height:14px}.hero-paper-item .icon{width:9px;height:9px}
 .home-trust>.container{gap:15px;padding-block:21px}.home-trust .icon{width:25px;height:31px}.home-trust strong{font-size:12px}.home-trust small{font-size:11px}.home-trust .container>div,.home-trust .container>a{gap:9px}
 .home-steps{grid-template-columns:1fr;gap:22px;max-width:440px}.home-step>span{width:40px;height:40px}.home-step h3{font-size:17px}.home-step p{font-size:14px}.home-how-cta{margin-top:5px}
 .faq-columns{grid-template-columns:1fr;gap:0}.faq-columns>.faq-list+.faq-list{border-top:0}.faq-v7{padding-top:48px;padding-bottom:40px}
 .included-surface{padding:26px 23px 0}.download-band{margin:26px -23px 0;padding:26px 23px;gap:22px}
 .included-exclusions{grid-template-columns:1fr;gap:8px}.included-exclusions p{font-size:12px}
}
@media(max-width:600px){
 .container{width:calc(100% - 40px)}.header-inner{height:72px}.brand{font-size:21px}.brand-mark{width:34px;height:34px}.header-search{width:36px;height:40px}.menu-toggle{width:40px;height:40px}.mobile-nav{top:72px}
 body[data-page=home] .hero{grid-template-columns:1fr;padding-top:33px;padding-bottom:28px;gap:6px}
 body[data-page=home] .hero h1{font-size:36px;letter-spacing:-1.5px;margin:21px 0 18px;line-height:1.15}
 body[data-page=home] .hero .eyebrow{font-size:9px;letter-spacing:.15em}
 body[data-page=home] .hero-description{font-size:15px;line-height:1.8}
 body[data-page=home] .search-row{flex-wrap:nowrap;gap:6px;min-height:60px}
 body[data-page=home] .search-row input{width:0;min-width:0;font-size:16px;flex:1}.search-row .search-clear{width:26px;min-width:26px}
 body[data-page=home] .search-row input::placeholder{font-size:13px}
 body[data-page=home] .search-submit{width:46px;min-width:46px;min-height:46px;height:46px;margin:0}
 body[data-page=home] .quick-categories{gap:7px;margin-top:12px}
 body[data-page=home] .quick-categories button{font-size:10px;padding:7px 9px;min-height:33px}
 .hero-browse-link{font-size:13px;padding-top:14px}
 .hero-papers{height:320px;max-width:400px;margin:auto}
 .paper-back{left:35%;top:32px;width:54%;height:240px;padding:17px;transform:rotate(6deg)}
 .paper-front{left:15%;top:72px;width:54%;height:250px;padding:19px 16px;transform:rotate(-6deg)}
 .paper-annotation{top:2px;font-size:12px;right:4%;line-height:1.5}.paper-annotation svg{width:29px;height:36px;left:-26px;top:20px}
 .paper-wordmark{font-size:8px}.paper-wordmark .brand-mark{width:15px;height:15px}.paper-rule{margin:12px 0 9px}
 .hero-paper h3{font-size:12px;margin:9px 0 11px}.paper-eyebrow{font-size:5px;letter-spacing:.8px}
 .hero-paper-item{gap:7px;margin-top:10px}.hero-paper-item strong{font-size:6.5px;margin-bottom:5px}.hero-paper-item i{height:1.5px;margin:4px 0}
 .paper-footer{font-size:5px;bottom:11px;padding-top:7px;left:16px;right:16px}
 .home-trust>.container{grid-template-columns:1fr;gap:18px;padding-block:24px;width:calc(100% - 52px)}
 .home-trust .container>div,.home-trust .container>a{gap:16px}
 .home-trust .icon{width:30px;height:31px}.home-trust strong{font-size:14px}.home-trust small{font-size:12px;margin-top:2px}
 .library-section{padding-top:34px;padding-bottom:37px}.library-section h2{font-size:26px;letter-spacing:-.8px}
 .library-section .section-heading{gap:12px;align-items:flex-start;margin-bottom:22px}.library-section .section-description{font-size:13px;line-height:1.65;margin-top:8px}
 .library-all-link{font-size:11px;gap:5px;min-height:34px;margin-top:1px}.library-all-link .icon{width:15px}
 .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
 .product-card{padding:18px 15px 16px;min-height:306px;border-radius:10px}.product-platform{height:42px;margin-bottom:14px}.platform-logo{width:39px;height:39px}.platform-logo.apple-logo{height:39px;width:33px}.platform-icon{width:39px;height:39px}.platform-icon .icon{width:24px;height:24px}
 .product-card h3{font-size:15px;line-height:1.38;letter-spacing:-.25px;margin-bottom:10px}.product-card .card-summary{font-size:12px;line-height:1.7;margin-bottom:10px}.product-card .card-format{font-size:9px;line-height:1.6;margin-bottom:12px}.product-card .card-price{font-size:13px}.product-card .card-price small{font-size:9px}.product-card .card-bottom{gap:5px}.product-card .card-link{width:28px;height:28px}.product-card .card-link .icon{width:15px;height:15px}
 .home-how{padding:32px 0 34px}.home-how h2{font-size:27px}.home-how .section-description{font-size:14px}.home-how .section-heading{margin-bottom:25px}.home-steps{margin-bottom:26px;gap:22px}.home-how-cta{width:100%;font-size:15px;min-height:51px}
 .home-faq{padding-top:36px;padding-bottom:36px}body[data-page=home] main>.guarantee-section{padding-bottom:35px}
 body[data-page=product] .product-summary{font-size:15px;margin-top:0;line-height:1.75}
 body[data-page=product] .included-inline{margin:18px 0;gap:9px 12px}body[data-page=product] .included-inline span{font-size:12px}.product-delivery{font-size:12px}
 .included-section{padding-top:42px}.included-surface{padding:24px 18px 0;border-radius:14px}
 body[data-page=product] .included-surface>.section-heading{margin-bottom:23px}body[data-page=product] .section-heading h2{font-size:27px;line-height:1.25;letter-spacing:-.85px}
 .included-surface .section-description{font-size:13px;line-height:1.65;margin-top:10px}.included-surface .eyebrow{font-size:10px}
 .included-feature-grid,.included-feature-grid.feature-grid-even{grid-template-columns:1fr;gap:12px}.included-feature{padding:18px 15px;gap:12px;background:#f9fbfa}.feature-icon{width:30px;height:30px;border-radius:7px}.feature-icon .icon{width:18px;height:18px}.included-feature h3{font-size:16px;margin:2px 0 7px}.included-feature p{font-size:13px;line-height:1.75}
 .download-band{grid-template-columns:1fr;margin:25px -18px 0;padding:25px 18px 21px;gap:16px}
 .download-heading{display:flex;align-items:center;gap:12px}.download-heading img{display:block;width:122px;max-width:38%}.download-heading h3{font-size:24px;margin:12px 0 9px;letter-spacing:-.6px}.download-heading p{font-size:12px;line-height:1.6}
 .download-facts{padding-left:0;border-left:0}.download-facts article{padding:13px 0;gap:13px}.download-icon{width:37px;height:37px}.download-icon .icon{width:22px;height:22px}.download-facts strong{font-size:16px}.download-facts p{font-size:12px}
 .included-exclusions{padding:21px 0;gap:9px}.included-exclusions h3{font-size:13px}.included-exclusions p{font-size:11.5px;line-height:1.85}
 body[data-page=product] .audience-section{padding-top:43px}.audience-section .eyebrow{font-size:10px}body[data-page=product] .audience-section>.section-heading{margin-bottom:23px}
 body[data-page=product] .audience-card{padding:19px 18px}.audience-card p{font-size:13px!important}.audience-grid{gap:12px}
 .faq-v7-heading h2{font-size:28px;letter-spacing:-.7px;margin-top:12px}.faq-v7-heading>.text-link{font-size:13px;margin-top:14px}.faq-v7-heading{margin-bottom:25px}.product-faq .faq-item>summary{font-size:14px;padding:18px 0;gap:18px}.product-faq .faq-answer{font-size:13px;line-height:1.8;padding-bottom:19px}
}
@media(max-width:365px){.brand{font-size:18px}.header-inner{gap:8px}.brand-mark{width:31px;height:31px}.header-search{width:30px}.container{width:calc(100% - 32px)}body[data-page=home] .hero h1{font-size:32px}.product-grid{grid-template-columns:1fr}.product-card{min-height:0;padding:22px}.product-card h3{font-size:20px}.product-card .card-summary{font-size:14px}.product-card .card-format{font-size:11px}.product-card .card-price{font-size:15px}.product-card .card-link{width:35px;height:35px}.library-all-link{font-size:10px}.download-heading img{display:none}.included-surface{padding-inline:16px}.download-band{margin-inline:-16px;padding-inline:16px}.hero-paper h3{font-size:11px}.hero-paper-item strong{font-size:6px}}
@media print{.included-feature-grid{grid-template-columns:repeat(2,1fr)}.download-band{break-inside:avoid}.faq-columns{display:block}.included-exclusions{break-inside:avoid}.hero-papers,.header-search{display:none}}
/* Icon-only search action must remain visible at every breakpoint. */
body[data-page] .search-form .search-row button.search-submit>svg.icon{display:block!important;width:22px;height:22px;flex:none}


/* V8: quieter product cards, stronger prices and balanced homepage trust row. */
.product-card .card-price{
  display:inline-flex;align-items:baseline;gap:6px;font-size:25px;
  line-height:1.2;font-weight:750;letter-spacing:-.55px;font-variant-numeric:tabular-nums;
}
.product-card .card-price small{
  font-size:11px;line-height:1.4;font-weight:600;letter-spacing:.03em;color:#5d7483;
}
.home-trust>.container{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:center}
.home-trust .container>div,.home-trust .container>a{
  justify-content:center;min-width:0;text-align:left;
}
.home-trust .icon{flex:none}
/* No homepage FAQ: give the remaining guarantee its own breathing room. */
body[data-page=home] main>.guarantee-section{padding-top:48px;padding-bottom:48px}
@media(min-width:901px) and (max-width:1100px){
  .product-card .card-price{font-size:23px}
}
@media(max-width:760px){.home-trust>.container{gap:15px}}
@media(max-width:680px){
  .home-trust>.container{grid-template-columns:1fr;gap:20px}
  .product-card .card-price{font-size:24px}
  body[data-page=home] main>.guarantee-section{padding-top:34px;padding-bottom:34px}
}


/* ── v9: shared headers, clear stacking, one purchase dock, final total only ── */
:root{--layer-filter:10;--layer-search:30;--layer-header:50;--layer-purchase:60}
.site-header,.checkout-header{position:relative;z-index:var(--layer-header);background:#fff;border-bottom:1px solid var(--line)}
.checkout-header{height:auto}
.header-inner,.checkout-header-inner{height:78px;min-height:0;gap:24px}
.site-header>.container,.checkout-header>.container{width:min(1200px,calc(100% - 64px));margin-inline:auto}
.header-inner .brand{font-size:22px;gap:10px;letter-spacing:-1px}
.header-inner .brand-mark{width:40px;height:40px}
.mobile-nav{top:100%}
/* This parent stacking context fixes a dropdown child trapped below filters.
   Header > search section > catalog filter bar. Native dialogs use the top layer. */
body[data-page=home] .hero-wrap,.catalog-intro{position:relative;z-index:var(--layer-search);overflow:visible}
.catalog-controls{z-index:var(--layer-filter)}
.search-suggestions{display:flex;flex-direction:column;max-height:var(--suggestions-height,560px)}
.search-suggestions .suggestions-heading,.search-suggestions .all-search-results{flex:none}
.search-suggestions>.quick-results-list{overflow-y:auto;overscroll-behavior:contain;min-height:0;scrollbar-width:thin}
.search-suggestions .quick-result{position:relative}
.search-suggestions .quick-result:focus-visible{outline-offset:-4px}
/* Persistent purchase CTA, after the main button, at all viewport widths. */
.sticky-purchase{position:fixed;inset:auto 0 0;z-index:var(--layer-purchase);display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fffffff7;backdrop-filter:blur(14px);border-top:1px solid #d3dee2;box-shadow:0 -6px 28px #132d3e12;padding:16px max(32px,calc((100vw - var(--container))/2)) calc(16px + env(safe-area-inset-bottom));}
.sticky-product{display:flex;align-items:center;gap:14px;min-width:0}
.sticky-cover{display:block;width:60px;height:50px;object-fit:cover;border:1px solid #e5e3dd;border-radius:7px;background:#f5f1ea;flex:none}
.sticky-label{min-width:0;max-width:680px}
.sticky-label>strong{display:block;font-size:16px;line-height:1.4;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.sticky-label>span{display:block;margin-top:4px;font-size:12px;line-height:1.4;color:#536977}
.sticky-action{display:flex;align-items:center;flex:none;gap:28px}
.sticky-action>span{font-size:29px;line-height:1.15;font-weight:750;white-space:nowrap}
.sticky-action>span>small{display:block;font-size:11px;line-height:1.4;margin-top:5px;font-weight:450;letter-spacing:0;color:#536977}
.sticky-action>.button{min-height:51px;padding:13px 23px;font-size:15px;gap:20px;white-space:nowrap}
body[data-page=product]{scroll-padding-bottom:110px}
body[data-page=product] .product-faq summary{scroll-margin-bottom:120px}
body[data-page=product] main>.guarantee-section{padding-bottom:64px}
/* The headline catalog link remains; the orange CTA is now below the cards. */
.library-browse-cta{text-align:center;margin-top:38px}
.library-browse-cta>.button{min-width:300px;min-height:54px;font-size:16px}
body[data-page=home] .home-library{padding-bottom:88px}
body[data-page=home] main>.guarantee-section{padding-top:88px;padding-bottom:96px}
/* One final quoted total, no subtotal/tax calculator in the browser. */
.payment-security-fields{justify-content:center;align-items:center;text-align:center;font-size:12px;margin:20px 0 22px;line-height:1.6;color:#536977}
.payment-security-fields>.icon{width:15px;height:15px}
.checkout-order-card .checkout-total{padding-top:23px;margin-top:24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:20px}
.checkout-total>strong:first-child{font-size:18px}
.checkout-total>strong:last-child{font-size:27px;letter-spacing:-.5px;white-space:nowrap}
@media(max-width:1100px){
 .site-header>.container,.checkout-header>.container{width:calc(100% - 48px)}
 .sticky-purchase{padding-inline:24px}
 .sticky-label{max-width:430px}
 .sticky-action{gap:20px}
}
@media(max-width:850px){
 .sticky-cover{display:none}
 .sticky-label{max-width:370px}
 .sticky-label>strong{font-size:14px}
 .sticky-label>span{font-size:11px}
 .sticky-action{gap:18px}
 .sticky-action>span{font-size:25px}
 .sticky-action>.button{font-size:14px;padding-inline:18px}
}
@media(max-width:760px){
 .desktop-nav,.header-help{display:none}
 .menu-toggle{display:flex;margin-left:auto}
 .search-suggestions{display:none!important}
 .checkout-header-note{font-size:12px;gap:6px}
}
@media(max-width:680px){
 .header-inner,.checkout-header-inner{height:72px;gap:12px}
 .site-header>.container,.checkout-header>.container{width:calc(100% - 40px)}
 .header-inner .brand{font-size:21px}
 .header-inner .brand-mark{width:34px;height:34px}
 .sticky-purchase{gap:14px;padding:12px 20px calc(12px + env(safe-area-inset-bottom))}
 .sticky-product{flex:1;min-width:0}
 .sticky-label{max-width:none}
 .sticky-label>strong{font-size:12px;line-height:1.35;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
 .sticky-label>span{font-size:10px;line-height:1.35;margin-top:4px}
 .sticky-action{gap:12px}
 .sticky-action>span{font-size:24px}
 .sticky-action>span>small{font-size:9px;max-width:74px;white-space:normal;margin-top:3px;line-height:1.25}
 .sticky-action>.button{font-size:12px;min-height:44px;padding:11px 13px;gap:9px}
 .sticky-action>.button>.icon{width:16px;height:16px}
 .library-browse-cta{margin-top:28px}
 .library-browse-cta>.button{min-width:0;width:100%;max-width:350px;min-height:52px}
 body[data-page=home] .home-library{padding-bottom:56px}
 body[data-page=home] main>.guarantee-section{padding-top:56px;padding-bottom:64px}
 body[data-page=product] main>.guarantee-section{padding-bottom:38px}
 .checkout-order-card .checkout-total{margin-top:19px;padding-top:20px}
 .checkout-total>strong:first-child{font-size:16px}
 .checkout-total>strong:last-child{font-size:24px}
}
@media(max-width:380px){
 .site-header>.container,.checkout-header>.container{width:calc(100% - 32px)}
 .header-inner .brand{font-size:18px;gap:8px}
 .header-inner .brand-mark{width:31px;height:31px}
 .checkout-header-note{font-size:11px;gap:4px}
 .checkout-header-note>.icon{width:13px;height:13px}
 .sticky-purchase{padding-inline:16px;gap:10px}
 .sticky-label>strong{font-size:11px}
 .sticky-label>span{font-size:9px}
 .sticky-action{gap:9px}
 .sticky-action>span{font-size:23px}
 .sticky-action>.button{font-size:11px;padding-inline:10px}
 .sticky-action>.button>.icon{display:none}
}
@media print{.sticky-purchase{display:none!important}}
/* Compact purchase dock: full-width title, then price + action, never a squeezed
   three-column line with tiny text on phones. */
@media(max-width:680px){
 .sticky-purchase{display:grid;grid-template-columns:minmax(0,1fr);gap:8px}
 .sticky-product{display:block;min-width:0}
 .sticky-label>strong{display:block;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.35}
 .sticky-label>span{display:none}
 .sticky-action{width:100%;justify-content:space-between;gap:15px}
 .sticky-action>span{display:flex;align-items:baseline;gap:8px;font-size:25px}
 .sticky-action>span>small{font-size:10px;max-width:95px;white-space:normal;line-height:1.25;margin:0}
}
@media(max-width:380px){
 .sticky-label>strong{font-size:11px}
 .sticky-action>span{font-size:24px;gap:6px}
 .sticky-action>span>small{font-size:9px;max-width:72px}
}

/* Platform and topic symbols in catalog cards. */
.product-platform .platform-logo{object-fit:contain}
.gallery-slide figcaption{font-size:.8rem;color:var(--muted,#52616b);text-align:center;margin:.45rem 0 .2rem}
.download-files{margin-top:1.5rem}.download-files ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem 1.5rem;padding-left:1.3rem}.download-files li{line-height:1.45}
@media(max-width:700px){.download-files ul{grid-template-columns:1fr}}

/* 2026-09-23 owner polish: a compact purchase form and a clear mobile ending. */
.brand,.brand *{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}
.product-independence{font-size:12px;line-height:1.7;color:#5d707b}
.product-independence .product-purchase-explainer{font:inherit;color:inherit}
.checkout-v4 .billing-fields{margin-top:18px}
.checkout-v4 .billing-fields>label{display:block}
.checkout-v4 .billing-fields>select{display:block;width:100%}
.home-trust>.container{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:760px){
  body[data-page=home] .hero-visual,body[data-page=home] .home-trust{display:none}
  body[data-page=home] .hero{grid-template-columns:minmax(0,1fr);padding-bottom:36px}
  .mobile-nav{border-bottom:2px solid #d5e0e3;box-shadow:0 14px 24px #122c3a1c;padding-bottom:12px}
  .mobile-nav a:last-child{border-bottom:0}
  html,body{overscroll-behavior-y:none}
  body>.site-footer,body>.checkout-footer{border-bottom:3px solid #d4dfe1}
}
