@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;600;650;700&family=Manrope:wght@400;500;600;650;700;800&display=swap');
:root{--navy:#07172f;--navy2:#102747;--ink:#0d1118;--muted:#697484;--blue:#173e73;--line:#dce2eb;--white:#fff;--soft:#f3f6fa}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;color:var(--ink);background:var(--white);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.65}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button{border:0}button:disabled{cursor:default;opacity:.35}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #587fae;outline-offset:4px}[hidden]{display:none!important}h1,h2,h3{font-family:Manrope,Arial,sans-serif;letter-spacing:-.05em;line-height:1.14;font-weight:600;margin:0}p{color:var(--muted)}em{font-family:Georgia,'Times New Roman',serif;font-weight:400}h2{font-size:44px}button.subtle{background:none;color:inherit;font-size:14px}.site-header{height:99px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:0 6vw;gap:20px}.brand{display:flex;align-items:center;gap:15px;font-family:Manrope,Arial,sans-serif;font-size:14px;letter-spacing:.13em}.brand strong{font-weight:800}.brand-mark{display:flex;height:28px;gap:4px;align-items:flex-end}.brand-mark i{display:block;width:4px;height:12px;background:var(--navy)}.brand-mark i:nth-child(2){height:20px}.brand-mark i:nth-child(3){height:28px}.header-note{font-size:12px;letter-spacing:.14em;color:var(--muted)}.eyebrow{display:block;font-size:12px;letter-spacing:.16em;font-weight:600}.quiz-screen{min-height:calc(100svh - 165px);display:grid;grid-template-columns:36% 64%}.journey{background:var(--navy);color:white;padding:65px 4.5vw 35px 6vw;position:relative;overflow:hidden;display:flex;flex-direction:column}.journey:after{content:'';position:absolute;width:380px;height:380px;border:1px solid #ffffff0d;border-radius:50%;left:-140px;bottom:-210px;box-shadow:0 0 0 50px #ffffff03,0 0 0 100px #ffffff02;pointer-events:none}.journey .eyebrow{color:#a0afc5}.journey h1{font-size:clamp(33px,3.2vw,47px);margin:27px 0 18px}.journey h1 em{color:#b2c9e7}.journey>p{color:#afbacb;font-size:15px}.journey-steps{margin-top:34px;display:grid;gap:21px}.journey-steps>div{display:flex;align-items:center;gap:13px;color:#8394ac;font-size:14px}.journey-steps span{display:grid;place-items:center;width:29px;height:29px;border:1px solid #465673;border-radius:50%;font-size:12px}.journey-steps .active{color:white}.journey-steps .active span{background:#fff;color:var(--navy);border-color:white}.journey-steps .done{color:#c2d1e6}.side-note{border-top:1px solid #ffffff22;display:flex;align-items:center;gap:17px;margin-top:auto;padding-top:30px}.side-note>span{font-size:30px}.side-note p{font-size:13px;color:#afbacb;line-height:1.6}.question-area{width:100%;max-width:750px;margin:auto;padding:45px 70px}.question-meta{display:flex;justify-content:space-between;font-size:12px;letter-spacing:.13em;color:var(--muted)}.progress-track{height:4px;background:#e9edf2;border-radius:4px;margin:15px 0 38px;overflow:hidden}.progress-track>span{display:block;height:100%;background:var(--navy);width:0;transition:width .35s}.question-category{font-size:12px;letter-spacing:.12em;color:#738299}.question-area h2{font-size:35px;margin:12px 0 13px;line-height:1.2}.question-note{font-size:15px;margin-top:0;min-height:48px}.question-options{display:grid;gap:11px;margin:22px 0 27px}.option{position:relative;width:100%;display:flex;align-items:center;justify-content:space-between;gap:18px;text-align:left;background:#fff;border:1px solid #cfd7e3;border-radius:7px;min-height:62px;padding:15px 20px;color:#273343;font-size:16px;transition:background .2s,border-color .2s,transform .2s}.option:after{content:'';height:19px;width:19px;flex:0 0 19px;border:1px solid #b6c1d0;border-radius:50%}.option:hover{background:#f4f7fb;border-color:#758cab;transform:translateX(2px)}.option.selected{border-color:var(--navy);background:#eef3f9;color:var(--navy)}.option.selected:after{background:var(--navy);border-color:var(--navy);box-shadow:inset 0 0 0 4px #eef3f9}.question-actions{display:flex;align-items:center;justify-content:space-between;gap:20px}.back{background:none;font-size:14px;padding:12px 0;color:#667386}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;background:var(--navy);color:white;border-radius:6px;padding:17px 24px;font-size:15px;font-weight:600;transition:background .2s,transform .2s;border:1px solid transparent}.button:hover{background:#183961;transform:translateY(-2px)}.button>span{font-size:22px;line-height:1}.button.white{background:white;color:var(--navy)}.button.white:hover{background:#e6edf7}.question-actions .button{min-width:190px}.form-error{color:#a33535;font-size:13px;min-height:21px;margin:7px 0}.quiz-privacy{font-size:12px;text-align:center;margin:15px 0 0}.height-field{display:flex;align-items:baseline;gap:13px;justify-content:center;background:var(--soft);border:1px solid var(--line);border-radius:8px;padding:35px 20px;margin:25px 0}.height-field input{width:160px;background:transparent;border:none;border-bottom:2px solid var(--navy);color:var(--navy);font-family:Manrope,Arial,sans-serif;font-size:60px;line-height:1.3;text-align:center;font-weight:600;max-width:70%}.height-field>span{font-size:24px;color:#7c8796}.field-note{font-size:13px;text-align:center;margin:0 0 25px}.loading-screen{min-height:calc(100svh - 165px);background:var(--navy);color:#fff;text-align:center;padding:65px 24px}.loader-orbit{margin:0 auto 28px;width:112px;height:112px;position:relative;display:grid;place-items:center}.loader-orbit:before{content:'';position:absolute;inset:0;border:2px solid #ffffff22;border-top-color:white;border-radius:50%;animation:spin 1.5s linear infinite}.loader-orbit>span{font-family:Georgia,serif;font-size:42px}.loading-screen .eyebrow{color:#a0b5d1}.loading-screen h2{font-size:47px;margin:20px 0}.loading-screen h2 em{color:#a8c2e4}.loading-screen>p{color:#c2cede;font-size:15px}.loading-bar{max-width:330px;height:3px;background:#ffffff22;border-radius:4px;margin:30px auto;overflow:hidden}.loading-bar>span{display:block;height:100%;background:white;width:0;transition:width .5s}.analysis-list{list-style:none;text-align:left;padding:0;max-width:330px;margin:0 auto;color:#8b9db5;font-size:14px}.analysis-list li{padding:5px 0}.analysis-list li:before{content:'○';margin-right:12px}.analysis-list li.complete{color:#fff}.analysis-list li.complete:before{content:'✓'}.loading-note{font-size:12px!important;margin-top:35px}.container{max-width:1280px;margin:0 auto;padding-left:64px;padding-right:64px}.result-ribbon{display:flex;justify-content:center;gap:25px;background:#102747;color:#becde1;padding:12px 20px;font-size:12px}.result-ribbon>span:first-child{color:white;letter-spacing:.1em}.sales-hero{display:grid;grid-template-columns:1.1fr 1fr;gap:65px;padding-top:68px;padding-bottom:70px;background:var(--navy);color:white;max-width:none;padding-left:max(6vw,calc((100vw - 1152px)/2));padding-right:max(6vw,calc((100vw - 1152px)/2))}.sales-copy .eyebrow{color:#a4b8d3}.sales-copy h1{font-size:clamp(43px,4vw,60px);margin-top:24px;line-height:1.08}.sales-copy h1 em{color:#b0c9eb}.sales-copy>p{max-width:500px;color:#c3ccda;font-size:16px;line-height:1.85;margin:24px 0 28px}.hero-benefits{display:flex;gap:20px;font-size:12px;color:#a2b2c8;margin-top:20px}.profile-card{background:#fff;color:var(--ink);border-radius:12px;padding:30px;align-self:center;box-shadow:12px 12px 0 #ffffff09;border:1px solid #dce4ef}.profile-heading{display:flex;justify-content:space-between;font-size:12px;letter-spacing:.11em;color:#758399;padding-bottom:20px;border-bottom:1px solid var(--line)}.profile-main{display:flex;gap:17px;align-items:center;margin:25px 0 16px}.profile-arrow{font-size:32px;width:50px;height:50px;display:grid;place-items:center;border-radius:50%;background:#edf2f9;color:var(--navy);flex-shrink:0}.profile-main h2{font-size:28px;letter-spacing:-.04em}.profile-card>p{font-size:14px;line-height:1.8}.profile-stats{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:20px 0;margin:24px 0;gap:18px}.profile-stats span{display:block;font-size:12px;color:#7a8798}.profile-stats strong{display:block;font-size:26px;font-weight:600;letter-spacing:-.04em;margin-top:4px}.profile-priority{background:var(--soft);padding:17px;border-radius:6px}.profile-priority>span{font-size:12px;letter-spacing:.06em;font-weight:600}.profile-priority>p{font-size:14px;margin:8px 0 0}.profile-footnote{font-size:12px!important;margin-bottom:0}.manifesto-strip{display:flex;align-items:center;justify-content:center;gap:45px;padding:25px;background:#f0f4f9;border-bottom:1px solid var(--line);font-size:12px;font-weight:600;letter-spacing:.14em}.manifesto-strip i{font-style:normal;font-size:20px;color:#8997a9}.story{display:grid;grid-template-columns:.8fr 1fr;gap:95px;padding-top:100px;padding-bottom:100px;align-items:center}.story-photo{position:relative;height:510px;border-radius:8px;overflow:hidden;background:#d5d8dd}.story-photo img{width:100%;height:100%;object-fit:cover;object-position:center 38%;filter:grayscale(1)}.story-photo>span{position:absolute;bottom:10px;left:15px;font-size:12px;color:white;text-shadow:0 1px 4px black}.story-copy h2{margin:23px 0;font-size:42px}.story-copy p{line-height:1.9}.strong-line{font-weight:600;color:var(--ink);margin-top:25px}.text-link{display:inline-flex;align-items:center;gap:24px;font-size:15px;font-weight:600;border-bottom:1px solid var(--ink);padding-bottom:5px;margin-top:10px}.method-section{background:#080c12;color:white;padding:85px 0}.method-section .eyebrow{color:#b3becf}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-top:20px}.section-heading h2{font-size:42px}.section-heading em{color:#b5c6dd}.section-heading p{font-size:15px;color:#b0bac9}.pillars{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #323a47;margin-top:42px}.pillars article{padding:32px 30px 0 0}.pillars article+article{border-left:1px solid #323a47;padding-left:30px}.pillar-number{font-size:35px;color:#6c7d95;font-family:Georgia,serif}.pillars h3{font-size:27px;margin-top:20px}.pillars p{font-size:15px;color:#aebacb;line-height:1.8}.pillar-label{font-size:12px;letter-spacing:.11em;color:#8395ad}.offer-section{display:grid;grid-template-columns:1fr 1fr;gap:95px;align-items:center;padding-top:100px;padding-bottom:100px}.offer-copy h2{font-size:52px;margin:25px 0}.offer-copy>p{font-size:17px}.honest-note{border-left:2px solid var(--navy);padding-left:20px;margin-top:35px}.honest-note strong{font-size:14px}.honest-note p,.honest-note a{font-size:13px;line-height:1.8}.honest-note a{text-decoration:underline;text-underline-offset:3px}.offer-card{border:1px solid #bdc9d9;border-radius:10px;padding:35px;box-shadow:12px 12px 0 #eef2f8}.offer-kicker{font-size:12px;letter-spacing:.15em;color:#5d6d83}.offer-card h3{font-size:45px;margin:23px 0}.offer-card ul{padding:0;list-style:none;font-size:14px;line-height:2}.offer-card li:before{content:'✓';margin-right:10px;color:#2f537d}.offer-price{border-top:1px solid var(--line);padding-top:20px;margin-top:25px}.offer-price>span{font-size:20px;font-weight:600}.offer-price p{font-size:13px;margin:3px 0 18px}.offer-card .button{width:100%}.small{font-size:12px;line-height:1.7}.offer-card>.small{text-align:center;margin-bottom:0}.lead-section{background:var(--navy);color:#fff;padding:75px 0}.lead-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px}.gift-label{display:inline-block;border:1px solid #758eaf;border-radius:4px;padding:5px 10px;font-size:12px;letter-spacing:.1em;color:#c5d7ef}.lead-grid h2{font-size:46px;margin-top:25px}.lead-grid h2 em{color:#b3cbea}.lead-grid>div>p{font-size:16px;line-height:1.9;color:#bbcade}.gift-list{list-style:none;font-size:14px;line-height:2.4;padding:0;color:#dce5f2}.gift-list li:before{content:'✓';margin-right:12px}.lead-preview-note{display:block;font-size:12px;color:#9aacc5;margin-top:25px}.lead-form{background:#fff;border-radius:10px;padding:32px;color:var(--ink)}.lead-form h3{font-size:27px}.lead-form>p{font-size:14px}.lead-form label:not(.consent){display:block;font-size:14px;margin:15px 0 6px}.lead-form input:not([type=checkbox]),.lead-form select{width:100%;min-width:0;border:1px solid #cad3e0;border-radius:5px;padding:12px;background:#fff;font-size:15px;color:var(--ink)}.phone-row{display:grid;grid-template-columns:1fr 1.2fr;gap:12px}.consent{display:flex;align-items:flex-start;gap:10px;font-size:12px;line-height:1.6;margin-top:17px;color:#667387}.consent input{margin-top:4px;accent-color:var(--navy);flex-shrink:0}.consent button{font-size:12px;background:none;text-decoration:underline;color:var(--ink);padding:0}.lead-form .button{width:100%;font-size:14px}.lead-form>.small{text-align:center;font-size:12px;margin-bottom:0}.case-section{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding-top:80px;padding-bottom:80px;border-bottom:1px solid var(--line)}.case-section h2{font-size:36px;margin-top:20px}.faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;padding-top:80px;padding-bottom:85px}.faq h2{margin-top:23px}.faq details{border-bottom:1px solid var(--line);padding:19px 0}.faq details:first-child{padding-top:0}.faq summary{display:flex;justify-content:space-between;list-style:none;cursor:pointer;gap:20px;font-size:15px;font-weight:500}.faq summary::-webkit-details-marker{display:none}.faq summary>span{font-size:20px;line-height:1.3}.faq details[open] summary>span{transform:rotate(45deg)}.faq details p{font-size:14px}.closing{background:var(--navy);color:#fff;text-align:center;padding:65px 23px 75px}.closing .eyebrow{color:#b4c6dd}.closing h2{font-size:60px;margin:22px 0 30px}.closing h2 em{color:#aac5e9}footer{padding:25px 6vw;display:flex;justify-content:space-between;gap:20px;align-items:center;font-size:12px;color:#778395;border-top:1px solid var(--line)}footer>span:first-child{color:#26354b;letter-spacing:.08em}footer button{background:none;font-size:12px;color:inherit}.minor-screen{min-height:calc(100svh - 175px);max-width:850px;padding-top:65px;padding-bottom:65px}.minor-screen h2{font-size:45px;margin-top:20px}.minor-screen>p{font-size:18px}.minor-card{background:var(--soft);padding:25px;margin:25px 0}.minor-card h3{font-size:23px}.purchase-toast{position:fixed;bottom:22px;left:22px;z-index:5;width:365px;max-width:calc(100vw - 44px);display:flex;gap:13px;padding:17px;background:white;border:1px solid #cad4e3;border-radius:10px;box-shadow:0 12px 50px #04142e26;animation:enter .35s}.toast-icon{display:grid;place-items:center;width:33px;height:33px;flex-shrink:0;background:var(--navy);color:white;border-radius:50%}.demo-label{display:block;font-size:12px;line-height:1.3;color:#50637e;font-weight:600}.purchase-toast p{font-size:13px;color:#26354b;margin:6px 0;line-height:1.55}.purchase-toast #purchaseTime{font-size:12px;color:#8993a3}.purchase-toast>button{background:none;color:#738197;align-self:flex-start;font-size:23px;line-height:1;padding:0}.purchase-toast strong{font-weight:600}dialog{padding:40px;border:1px solid #d2dae6;border-radius:12px;width:min(560px,calc(100% - 30px));max-height:90svh;overflow:auto;color:var(--ink);background:#fff}dialog::backdrop{background:#06152cc9;backdrop-filter:blur(5px)}dialog h2{font-size:31px;margin:18px 0}dialog p{font-size:14px}.dialog-close{position:absolute;right:17px;top:12px;font-size:28px;background:none;color:#6d7b8e}.email-preview{border:1px solid var(--line);background:var(--soft);padding:20px;border-radius:6px;margin:20px 0}.email-preview .eyebrow{font-size:12px}.email-preview p{word-break:break-word}.checklist{list-style:none;padding:0}.checklist li{padding:12px 0;border-bottom:1px solid var(--line);font-size:14px}.checklist strong{display:block;color:var(--navy)}dialog .button{margin-top:15px;width:100%;justify-content:center}.noscript{position:fixed;inset:100px 0 auto;background:#fff;padding:30px;text-align:center}@keyframes spin{to{transform:rotate(360deg)}}@keyframes enter{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:1050px){.question-area{padding:35px 40px}.journey{padding-top:45px}.container{padding-left:38px;padding-right:38px}.sales-hero{gap:35px;padding-left:38px;padding-right:38px}.sales-copy h1{font-size:45px}.profile-card{padding:24px}.story,.offer-section{gap:50px}.lead-grid,.case-section,.faq{gap:40px}.manifesto-strip{gap:25px}.lead-grid h2{font-size:38px}.question-area h2{font-size:31px}}
@media(max-width:700px){.site-header{height:76px;padding:0 22px}.brand{font-size:12px;gap:10px;letter-spacing:.08em}.brand-mark{transform:scale(.85)}.header-note{display:none}.quiz-screen{grid-template-columns:1fr;min-height:calc(100svh - 145px)}.journey{padding:18px 23px;display:block}.journey>.eyebrow,.journey>h1,.journey>p,.side-note{display:none}.journey-steps{display:flex;justify-content:space-between;gap:8px;margin:0}.journey-steps>div{font-size:12px;gap:7px;line-height:1.3}.journey-steps span{width:22px;height:22px;font-size:11px;flex-shrink:0}.question-area{padding:28px 23px 20px;margin:0 auto}.progress-track{margin:12px 0 25px}.question-area h2{font-size:31px;margin-top:12px}.question-note{font-size:14px;min-height:0;margin-bottom:20px}.question-options{gap:10px;margin:18px 0 25px}.option{padding:14px 16px;min-height:58px;font-size:15px}.question-actions .button{min-width:170px}.button{padding:15px 20px;font-size:14px}.question-category,.question-meta{font-size:12px}.quiz-privacy{font-size:12px}.question-area .form-error{margin:5px 0}.height-field{padding:25px 20px}.loading-screen{padding-top:45px;min-height:calc(100svh - 145px)}.loading-screen h2{font-size:39px}.loader-orbit{width:90px;height:90px}.loading-screen .eyebrow{font-size:11px}.result-ribbon{gap:12px;font-size:11px;justify-content:space-between}.container{padding-left:23px;padding-right:23px}.sales-hero{grid-template-columns:1fr;gap:37px;padding:42px 23px}.sales-copy h1{font-size:44px}.sales-copy .eyebrow{font-size:11px}.sales-copy>p{font-size:15px}.hero-benefits{gap:14px;font-size:11px}.profile-card{padding:23px;box-shadow:none}.profile-main h2{font-size:26px}.manifesto-strip{gap:10px;padding:20px 15px;flex-wrap:wrap;font-size:10px;letter-spacing:.06em}.manifesto-strip i{font-size:15px}.story{grid-template-columns:1fr;gap:30px;padding-top:55px;padding-bottom:55px}.story-photo{height:330px}.story-photo img{object-position:center 30%}.story-photo>span{font-size:10px}.story-copy h2{font-size:34px}.story-copy p{font-size:15px}.eyebrow{font-size:11px}.method-section{padding:50px 0}.section-heading{display:block}.section-heading h2{font-size:34px}.section-heading p{margin-top:20px}.pillars{grid-template-columns:1fr;margin-top:28px}.pillars article{padding:25px 0!important;border-left:0!important;border-bottom:1px solid #323a47;position:relative}.pillar-number{position:absolute;right:0;top:20px;font-size:28px}.pillars h3{font-size:26px;margin-top:8px}.pillar-label{font-size:11px}.offer-section{grid-template-columns:1fr;gap:30px;padding-top:55px;padding-bottom:60px}.offer-copy h2{font-size:42px}.offer-copy>p{font-size:16px}.offer-card{padding:26px;box-shadow:7px 7px 0 #eef2f8}.offer-card h3{font-size:41px}.offer-card ul{font-size:13px}.lead-section{padding:50px 0}.lead-grid{grid-template-columns:1fr;gap:32px}.lead-grid h2{font-size:38px}.lead-form{padding:25px 20px}.lead-form h3{font-size:25px}.phone-row{grid-template-columns:1fr 1.1fr;gap:8px}.lead-form input:not([type=checkbox]),.lead-form select{padding:11px 9px;font-size:14px}.case-section{grid-template-columns:1fr;gap:18px;padding-top:50px;padding-bottom:50px}.case-section h2{font-size:32px}.case-section p{font-size:15px}.faq{grid-template-columns:1fr;gap:30px;padding-top:50px;padding-bottom:50px}.faq h2{font-size:36px}.faq summary{font-size:14px}.closing{padding:45px 23px 55px}.closing h2{font-size:45px}footer{padding:22px;flex-wrap:wrap;font-size:11px;gap:10px}footer>span:last-child{width:100%}footer button{margin-left:auto;font-size:11px}.minor-screen{padding-top:45px}.minor-screen h2{font-size:36px}.minor-screen>p{font-size:16px}dialog{padding:33px 23px}dialog h2{font-size:28px}.purchase-toast{left:12px;bottom:12px;width:360px;max-width:calc(100vw - 24px)}.demo-label{font-size:11px}.purchase-toast p{font-size:12px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

/* Capelli — a quiet, precise editorial direction in navy, white and black. */
:root{--navy:#06172f;--navy2:#102a4b;--ink:#10151d;--muted:#5e6b7b;--line:#d8e0e9;--soft:#f2f5f9}
html{scroll-padding-top:32px}
.site-header{height:92px;background:#fff;padding-inline:6vw}
.brand{font-size:14px;letter-spacing:.13em;gap:13px}
.brand-mark{width:44px;height:44px;display:block;transform:none;flex:0 0 44px}
.header-note{font-size:12px;letter-spacing:.12em}
.eyebrow{font-size:12px;line-height:1.6;letter-spacing:.15em}
.button{border-radius:3px;min-height:56px;font-size:16px;padding:16px 23px}
.container{max-width:1320px;padding-inline:64px}
.journey{padding-top:64px;background:var(--navy)}
.journey h1{font-size:clamp(34px,3.3vw,49px);line-height:1.15}
.journey>p{font-size:16px;max-width:300px;line-height:1.8}
.journey:after{width:1px;height:250px;left:auto;right:26px;bottom:38px;border:0;border-radius:0;box-shadow:none;background:#ffffff18}
.side-note{margin-top:42px;padding-top:23px}.side-note p{font-size:14px}
.question-note{font-size:16px}.question-category,.question-meta,.quiz-privacy{font-size:12px}
.quiz-privacy{max-width:440px;margin:20px auto 0;line-height:1.7}
.option{border-radius:4px;transition:background .18s,border-color .18s,transform .18s}
.option.selected{background:var(--navy);color:white}.option.selected:after{background:white;border-color:white;box-shadow:inset 0 0 0 4px var(--navy)}
.question-area .form-error{font-size:14px}.question-actions .button{font-size:16px}
.loading-screen{padding-block:65px;min-height:calc(100svh - 164px)}
.loader-orbit{width:128px;height:128px}.loader-orbit img{border-radius:16px;animation:rise 2.2s ease-in-out infinite}
.loading-screen h2{font-size:clamp(34px,4vw,54px);line-height:1.16}
.loading-screen>p{font-size:16px}.loading-note{font-size:12px!important}.loading-bar{height:4px}
.unlock-screen{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100svh - 164px);background:var(--soft)}
.unlock-intro{background:var(--navy);color:white;padding:65px max(5vw,calc((100vw - 1100px)/2));padding-right:65px}
.unlock-intro>.eyebrow{color:#b6c6dc}.unlock-title-mark{width:38px;height:38px;border:1px solid #647c9e;border-radius:50%;display:grid;place-items:center;margin-block:30px 21px;color:#e7effb}
.unlock-intro h2{font-size:clamp(42px,4.3vw,62px);line-height:1.1}.unlock-intro h2 em{color:#c0d2ed}
.unlock-intro>p{font-size:17px;line-height:1.75;max-width:400px;color:#c1cee0;margin-block:22px}
.locked-preview{max-width:380px;border:1px solid #ffffff26;padding:22px 24px;background:#ffffff06;margin-top:26px;position:relative}
.locked-preview>span:first-child{font-size:12px;letter-spacing:.12em;color:#b4c7df}
.blur-lines{filter:blur(4px);opacity:.22;margin:16px 0 21px;display:grid;gap:8px}
.blur-lines i{height:9px;width:86%;background:#fff}.blur-lines i:nth-child(2){width:65%}.blur-lines i:nth-child(3){width:76%}
.locked-badge{font-size:12px;color:white;letter-spacing:.08em}
.unlock-benefits{padding:0;list-style:none;font-size:14px;color:#b9c9de;line-height:1.65;margin:22px 0 0}.unlock-benefits li{padding:5px 0}.unlock-benefits li:before{content:'✓';margin-right:10px;color:#fff}
.unlock-form{margin:auto;width:100%;max-width:570px;padding:48px 48px;border-radius:0;background:transparent}
.unlock-form>.eyebrow{font-size:12px;color:#58708e}.unlock-form h3{font-size:36px;margin-top:17px;line-height:1.15}.unlock-form h3 em{color:#193e6d}
.unlock-form>p{font-size:16px}.preview-notice{border-left:2px solid #9aaec8;padding:2px 0 2px 13px;margin:21px 0 24px;font-size:12px;line-height:1.6;color:#627187}.preview-notice strong{display:block;font-weight:600;color:#33465f}.preview-notice span{display:block}
.lead-form label:not(.consent){font-size:14px;margin-top:19px}.lead-form input:not([type=checkbox]),.lead-form select{min-height:51px;border-radius:3px;font-size:16px;padding:11px 12px}
.phone-row{grid-template-columns:1fr 1.12fr;gap:13px}.consent{font-size:14px;color:#536278;gap:11px;line-height:1.6}.consent input{width:17px;height:17px;flex:0 0 17px}.consent button{font-size:inherit;line-height:inherit}
.unlock-form .button{font-size:16px;white-space:normal;text-align:left;gap:14px}.lead-form>.small{font-size:12px}.form-error{font-size:14px}
.result-ribbon{background:#102b4c;justify-content:space-between;padding:13px 6vw;font-size:12px;color:#ced9e7;letter-spacing:.07em}.result-ribbon a{font-size:14px;letter-spacing:0;color:white}
.sales-hero{grid-template-columns:1.15fr 1fr;gap:56px;padding:0 6vw;max-width:none;background:var(--navy);overflow:hidden}
.sales-copy{padding:78px 0 43px;align-self:center}.sales-copy h1{font-size:clamp(47px,5.1vw,78px);font-weight:500;line-height:1.065;letter-spacing:-.055em;margin-top:26px}.sales-copy h1 em{color:#b9cde8}
.sales-copy>p{font-size:17px;line-height:1.8;max-width:560px;color:#c5d0e0;margin-top:25px;margin-bottom:30px}
.hero-benefits{font-size:12px;gap:20px;line-height:1.6;flex-wrap:wrap;color:#b5c2d5}
.hero-index{display:flex;flex-wrap:wrap;gap:18px;border-top:1px solid #ffffff26;padding-top:24px;margin-top:58px;color:#8dabc9;font-size:12px;letter-spacing:.07em}
.hero-portrait{min-width:0;min-height:640px;align-self:stretch;position:relative;overflow:hidden;background:#1b2430}
.hero-portrait>img{height:100%;width:100%;object-fit:cover;object-position:50% 34%;filter:grayscale(1);position:absolute;inset:0}
.hero-portrait:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#020c1dbd);pointer-events:none}
.portrait-caption{position:absolute;bottom:32px;left:32px;right:28px;z-index:1;display:flex;justify-content:space-between;gap:20px;align-items:flex-end;color:white}
.portrait-caption>span{font-size:15px;line-height:1.6;letter-spacing:.16em}.portrait-caption>small{font-size:12px;line-height:1.6;color:#e3e8ef;text-align:right}
.portrait-rule{position:absolute;top:40px;right:25px;bottom:125px;width:12px;border-right:1px solid #ffffff7d;background:repeating-linear-gradient(to bottom,#ffffff7d 0 1px,transparent 1px 25px);pointer-events:none;opacity:.65}
.community-band{display:grid;grid-template-columns:1.2fr 1fr 1fr;padding-top:38px;padding-bottom:38px;border-bottom:1px solid var(--line);gap:40px}
.community-stat{display:flex;flex-direction:column;justify-content:center}.community-stat+.community-stat{border-left:1px solid var(--line);padding-left:40px}
.community-stat>strong{font-family:Manrope,Arial,sans-serif;font-size:43px;line-height:1.15;font-weight:500;letter-spacing:-.05em;color:var(--navy)}.community-stat>strong>span{font-size:25px;color:#6e819a}
.community-stat>span{font-size:14px;color:#253449;margin-top:9px}.community-stat>small{font-size:12px;line-height:1.55;color:#758093;margin-top:7px}
.profile-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;align-items:center;padding-top:90px;padding-bottom:90px}
.profile-intro h2{font-size:clamp(39px,4.5vw,59px);margin:23px 0;line-height:1.12}.profile-intro h2 em{color:#244b79}.profile-intro>p{font-size:16px;line-height:1.85;max-width:360px}
.profile-card{border-radius:4px;border:1px solid #c1cede;box-shadow:14px 14px 0 #eef2f7;padding:35px}.profile-heading{font-size:12px}.profile-main h3{font-size:31px;line-height:1.18}.profile-main{gap:16px}.profile-card>p{font-size:16px;line-height:1.8}.profile-priority>p{font-size:15px;line-height:1.8}.profile-footnote{font-size:12px!important;line-height:1.6!important}
.profile-stats span{font-size:12px}.profile-stats strong{font-size:29px}.profile-priority{border-radius:3px;padding:20px}.profile-priority>span{font-size:12px}
.story{border-top:1px solid var(--line);padding-top:88px;padding-bottom:88px;grid-template-columns:1fr 1.03fr;gap:100px;align-items:start}
.story-heading h2{margin-top:25px;font-size:clamp(38px,4vw,54px);line-height:1.17}.story-heading h2 em{color:#536c8d}.story-copy>p{font-size:16px;line-height:1.9;margin-top:0;margin-bottom:20px}.story-copy .story-lead{font-size:19px;line-height:1.7;color:#202d3e}.story-copy .strong-line{margin-top:28px;line-height:1.8;color:var(--navy)}
.text-link{font-size:15px;gap:21px;line-height:1.7}.method-section{padding-block:88px;background:#080c12}.section-heading h2{font-size:clamp(34px,3.7vw,49px);line-height:1.17}.section-heading p{font-size:16px;line-height:1.75}.pillars h3{font-size:28px;line-height:1.3}.pillars p{font-size:16px;line-height:1.8}.pillar-label{font-size:12px;line-height:1.7}
.proof-section{padding-top:80px;padding-bottom:90px}.proof-section .section-heading{margin-top:0}.proof-section .section-heading h2{margin-top:22px}.proof-section h2 em{color:#405e84}.proof-preview-note{margin:29px 0 22px;font-size:12px;color:#66778c;border-left:2px solid #a8b8cb;padding-left:13px;line-height:1.7}
.case-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.case-card{min-width:0;border:1px solid var(--line)}.case-pair{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#cfd8e4}.photo-slot{position:relative;height:264px;background:#eff2f6;color:#8693a5;padding:18px}.photo-slot.after{background:#e4eaf2}.photo-slot>span{position:relative;z-index:1;background:#fff;padding:5px 9px;font-size:12px;color:#4e6078;letter-spacing:.08em}
.photo-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 12px 0}.frame-icon{display:grid;place-items:center;font-size:21px;font-weight:400;width:45px;height:52px;border:1px solid #bac8d8;color:#8b9eb5}.photo-placeholder p{font-size:12px;text-align:center;color:#68798f;max-width:120px;line-height:1.6}
.case-caption{display:flex;flex-direction:column;padding:20px 22px;gap:6px}.case-caption strong{font-size:16px;font-weight:500}.case-caption span{font-size:12px;color:#6b7b8f;line-height:1.6}.proof-context{font-size:12px;line-height:1.7;margin:15px 0 0}
.testimonial-heading{display:flex;justify-content:space-between;gap:25px;align-items:flex-end;margin:65px 0 28px}.testimonial-heading h3{font-size:33px;line-height:1.18}.testimonial-heading>span{font-size:12px;letter-spacing:.11em;color:#687a90}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.testimonial-card{border:1px solid var(--line);padding:26px;display:flex;flex-direction:column;background:#fff}.quote-mark{font-family:Georgia,serif;font-size:60px;color:#8aa0bc;height:50px;line-height:1}.testimonial-tag{font-size:12px;letter-spacing:.04em;line-height:1.6;color:#6c7f99}.testimonial-card>p{font-size:16px;line-height:1.8;margin:17px 0 25px;color:#485b73;flex:1}.testimonial-person{display:flex;gap:12px;align-items:center;padding-top:19px;border-top:1px solid var(--line)}.testimonial-person>span{width:34px;height:34px;border-radius:50%;background:#f0f4f9;color:#7e91aa;font-size:12px;display:grid;place-items:center;flex-shrink:0}.testimonial-person strong{display:block;font-size:14px;font-weight:500}.testimonial-person small{display:block;font-size:12px;color:#7a8a9e;line-height:1.6;margin-top:3px}
.lead-section{padding-block:70px;background:var(--navy)}.gift-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:100px;align-items:center}.gift-grid h2{font-size:clamp(36px,4vw,52px);line-height:1.14;margin-top:25px}.gift-grid h2 em{color:#b5cce8}.gift-grid>div>p{font-size:16px;line-height:1.85;color:#bacbe1;max-width:520px;margin:23px 0 28px}.gift-label{font-size:12px}.gift-detail{border-left:1px solid #49627f;padding:18px 0 18px 52px}.gift-detail>span:first-child{font-size:12px;color:#b0c5e0;letter-spacing:.1em}.gift-detail>strong{display:block;font-family:Manrope,Arial,sans-serif;font-size:94px;line-height:1.15;font-weight:500;letter-spacing:-.05em;margin-top:12px}.gift-detail>strong>span{font-family:Georgia,serif;font-style:italic;font-size:45px;color:#b7cce9;letter-spacing:-.03em}.gift-detail>p{margin-bottom:24px!important}.gift-footnote{font-size:12px;color:#a6b9d1}
.offer-section{gap:100px;padding-top:95px;padding-bottom:95px}.offer-copy h2{font-size:clamp(39px,4.3vw,57px);line-height:1.13}.offer-copy>p{font-size:17px;line-height:1.85}.honest-note strong{font-size:14px;line-height:1.6}.honest-note p{font-size:14px;line-height:1.8}.honest-note a{font-size:12px}.offer-card{border-radius:4px;padding:40px;box-shadow:14px 14px 0 #eef2f7}.offer-card h3{font-size:48px;font-weight:500}.offer-card li{font-size:15px;line-height:1.8;padding-block:5px}.offer-card .button{font-size:16px}.offer-price p{font-size:14px}.offer-kicker{font-size:12px}
.faq{border-top:1px solid var(--line);padding-block:75px}.faq summary{font-size:16px;line-height:1.6}.faq details p{font-size:16px;line-height:1.8}.faq h2{font-size:43px}.closing{padding-block:80px}.closing h2{font-size:clamp(44px,5.2vw,70px);line-height:1.13}.closing .eyebrow{font-size:12px}
footer{font-size:12px;padding-block:25px}footer button{font-size:14px}.purchase-toast{width:380px;border-radius:5px;box-shadow:0 10px 32px #001a3725}.purchase-toast p{font-size:14px}.demo-label{font-size:12px}.purchase-toast #purchaseTime{font-size:12px}.purchase-toast>button{min-width:24px;min-height:24px}.toast-icon{border-radius:4px}
dialog{border-radius:5px}dialog p{font-size:16px}.checklist li{font-size:16px;line-height:1.75}dialog h2{line-height:1.2}.scroll-reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.scroll-reveal.is-visible{opacity:1;transform:none}
@keyframes rise{0%,100%{transform:translateY(2px)}50%{transform:translateY(-5px)}}
@media(min-width:1600px){.sales-hero{padding-inline:calc((100vw - 1400px)/2);gap:80px}.sales-copy h1{font-size:84px}.hero-portrait{min-height:760px}}
@media(max-width:1050px){.container{padding-inline:38px}.sales-hero{padding-inline:38px;gap:35px}.sales-copy{padding-block:60px 35px}.sales-copy h1{font-size:56px}.hero-portrait{min-height:620px}.portrait-caption{left:22px;right:22px;flex-direction:column;align-items:flex-start;gap:14px}.portrait-caption>small{text-align:left}.hero-index{gap:14px;font-size:12px}.profile-section,.story,.offer-section,.gift-grid{gap:50px}.profile-card{padding:26px}.profile-main h3{font-size:27px}.unlock-intro{padding:55px 40px}.unlock-form{padding:35px}.unlock-form h3{font-size:34px}.community-band{gap:24px}.community-stat+.community-stat{padding-left:25px}.testimonial-card{padding:22px}.testimonial-grid{gap:16px}.gift-detail{padding-left:35px}.pillars h3{font-size:24px}}
@media(max-width:800px){.header-note{display:none}.sales-hero{gap:25px}.sales-copy h1{font-size:46px}.hero-index{margin-top:35px;display:grid;gap:7px}.hero-portrait{min-height:610px}.sales-copy>p{font-size:16px}.hero-benefits{gap:12px}.profile-section{gap:35px}.profile-intro h2{font-size:43px}.story{gap:40px}.story-heading h2{font-size:38px}.testimonial-grid{grid-template-columns:1fr}.testimonial-card{padding:26px}.testimonial-card>p{max-width:600px}.testimonial-person{max-width:100%}.case-grid{gap:16px}.photo-slot{padding:12px;height:228px}.offer-section{gap:40px}.offer-card{padding:27px}.unlock-intro{padding:42px 28px}.unlock-form{padding:30px 25px}.unlock-form h3{font-size:30px}.unlock-intro h2{font-size:47px}.phone-row{grid-template-columns:1fr}.locked-preview{padding:18px}.locked-badge{font-size:12px}.community-stat>strong{font-size:36px}}
@media(max-width:700px){.site-header{height:78px;padding-inline:22px}.brand{font-size:12px;gap:10px;letter-spacing:.075em}.brand-mark{width:38px;height:38px;flex-basis:38px}.site-header .subtle{font-size:12px;padding:8px 0}.container{padding-inline:23px}.journey{padding:18px 23px}.journey:after{display:none}.journey-steps>div{font-size:12px}.journey-steps span{font-size:12px;width:23px;height:23px}.side-note{display:none}.question-area{padding:28px 23px}.question-area h2{font-size:31px}.question-note{font-size:16px}.question-category,.question-meta,.quiz-privacy{font-size:12px}.option{font-size:16px;min-height:59px}.question-actions{gap:12px}.question-actions .button{min-width:163px;font-size:16px;padding-inline:17px}.button{font-size:16px}.loading-screen{padding:48px 23px}.loader-orbit{width:108px;height:108px}.loading-screen h2{font-size:38px}.loading-screen .eyebrow{font-size:12px}.unlock-screen{grid-template-columns:1fr}.unlock-intro{padding:34px 23px}.unlock-intro h2{font-size:42px}.unlock-title-mark{margin:20px 0 16px}.unlock-intro h2 br:nth-child(2){display:none}.unlock-intro h2 em{margin-left:8px}.unlock-intro>p{font-size:16px;max-width:500px;margin-bottom:0}.locked-preview,.unlock-benefits{display:none}.unlock-form{padding:31px 23px 40px;max-width:560px}.unlock-form h3{font-size:31px}.unlock-form h3 br{display:none}.unlock-form h3 em{margin-left:4px}.unlock-form>.eyebrow{font-size:12px}.preview-notice{margin-block:18px}.phone-row{grid-template-columns:1fr 1.12fr;gap:10px}.lead-form input:not([type=checkbox]),.lead-form select{font-size:16px;padding-inline:10px}.consent{font-size:14px}.unlock-form .button{font-size:16px}.result-ribbon{padding:12px 23px;align-items:center;gap:15px}.result-ribbon>span{font-size:12px;letter-spacing:.03em;max-width:200px}.result-ribbon a{font-size:14px;white-space:nowrap}.sales-hero{grid-template-columns:1fr;gap:0;padding:0 23px}.sales-copy{padding:43px 0 35px}.sales-copy .eyebrow{font-size:12px}.sales-copy h1{font-size:clamp(45px,11.8vw,67px);line-height:1.08;letter-spacing:-.05em;margin-top:22px}.sales-copy>p{font-size:16px;line-height:1.8;max-width:560px}.hero-benefits{font-size:12px;gap:17px}.hero-index{display:flex;gap:19px;margin-top:35px;padding-top:18px;font-size:12px}.hero-portrait{height:430px;min-height:0;margin:0 -23px}.hero-portrait>img{object-position:50% 27%}.portrait-caption{bottom:23px;left:23px;right:23px;flex-direction:row;align-items:flex-end;gap:20px}.portrait-caption>span{font-size:14px}.portrait-caption>small{font-size:12px;text-align:right;max-width:170px}.portrait-rule{bottom:100px}.community-band{grid-template-columns:1fr 1fr;gap:25px;padding-block:28px}.community-stat:first-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1.3fr;gap:6px 20px}.community-stat:first-child>strong{grid-row:1/3;align-self:center;font-size:47px}.community-stat:first-child>span{align-self:end;margin:0}.community-stat:first-child>small{margin:0}.community-stat+.community-stat{border:0;padding:0}.community-stat:nth-child(3){border-left:1px solid var(--line);padding-left:24px}.community-stat>strong{font-size:35px}.community-stat>strong>span{font-size:22px}.community-stat>span{font-size:14px;line-height:1.6}.community-stat>small{font-size:12px}.profile-section{grid-template-columns:1fr;gap:28px;padding-top:55px;padding-bottom:55px}.profile-intro h2{font-size:43px;margin-block:18px}.profile-intro h2 br:nth-child(2){display:none}.profile-intro h2 em{margin-left:6px}.profile-intro>p{font-size:16px;max-width:none}.profile-card{box-shadow:6px 6px 0 #eef2f7;padding:24px}.profile-main h3{font-size:27px}.profile-card>p{font-size:16px}.profile-priority>p{font-size:15px}.profile-footnote{font-size:12px!important}.profile-heading,.profile-stats span{font-size:12px}.story{grid-template-columns:1fr;gap:30px;padding-block:55px}.story-heading h2{font-size:40px;line-height:1.17}.story-copy .story-lead{font-size:18px}.story-copy>p{font-size:16px}.method-section{padding-block:55px}.section-heading h2{font-size:35px}.section-heading p{font-size:16px}.pillars article{padding:27px 0!important}.pillars h3{font-size:27px;max-width:90%}.pillars p{font-size:16px}.pillar-label{font-size:12px}.proof-section{padding-block:50px}.proof-section .section-heading{display:block}.proof-section .section-heading h2{font-size:35px}.proof-preview-note{font-size:12px;margin-top:24px}.case-grid{grid-template-columns:1fr;gap:25px}.photo-slot{height:245px;padding:18px}.case-caption{padding:20px}.proof-context{font-size:12px}.testimonial-heading{display:block;margin:44px 0 24px}.testimonial-heading h3{font-size:30px}.testimonial-heading>span{display:block;margin-top:20px;font-size:12px}.testimonial-card{padding:24px}.testimonial-card>p{font-size:16px}.lead-section{padding-block:50px}.gift-grid{grid-template-columns:1fr;gap:35px}.gift-grid h2{font-size:38px}.gift-label{font-size:12px;letter-spacing:.06em}.gift-detail{border-left:0;border-top:1px solid #49627f;padding:26px 0 0;display:grid;grid-template-columns:1fr 1.4fr;gap:8px 20px}.gift-detail>span:first-child{grid-column:1/-1}.gift-detail>strong{font-size:77px;margin-top:12px;line-height:1.2;white-space:nowrap;align-self:center}.gift-detail>strong>span{font-size:33px}.gift-detail>p{font-size:14px!important;margin:15px 0!important;line-height:1.8!important}.gift-footnote{font-size:12px;grid-column:1/-1}.offer-section{grid-template-columns:1fr;padding-top:55px;padding-bottom:60px;gap:33px}.offer-copy h2{font-size:43px}.offer-copy>p{font-size:16px}.honest-note{margin-top:25px}.honest-note p{font-size:14px}.offer-card{padding:28px;box-shadow:6px 6px 0 #eef2f7}.offer-card h3{font-size:45px}.offer-card li{font-size:15px}.faq{padding-block:50px;gap:32px}.faq h2{font-size:37px}.faq summary,.faq details p{font-size:16px}.closing{padding:55px 23px 60px}.closing h2{font-size:45px}.closing .eyebrow{font-size:12px;max-width:330px;margin-inline:auto}footer{font-size:12px}footer button{font-size:14px}.purchase-toast{bottom:12px;left:12px;max-width:calc(100vw - 24px);padding:14px;gap:10px}.demo-label{font-size:12px}.purchase-toast p{font-size:14px}.purchase-toast #purchaseTime{font-size:12px}dialog p{font-size:16px}}
@media(max-width:370px){.phone-row{grid-template-columns:1fr}.sales-copy h1{font-size:43px}.hero-index{gap:12px}.community-stat:first-child{grid-template-columns:1fr 1.3fr;gap:10px}.community-stat:first-child>strong{font-size:40px}.gift-detail{grid-template-columns:1fr}.gift-detail>strong{font-size:75px}.question-actions .button{min-width:155px;gap:15px}.profile-main{gap:12px}.profile-arrow{width:38px;height:38px}.profile-main h3{font-size:24px}}
@media(prefers-reduced-motion:reduce){.scroll-reveal{opacity:1;transform:none}.loader-orbit img{animation:none}}
