.preview-experience{background:#dad8cf;padding:110px 0}
.preview-shell{display:grid;grid-template-columns:minmax(280px,.68fr) minmax(560px,1.32fr);gap:90px;align-items:start}
.preview-intro{position:sticky;top:40px}
.preview-intro h2{max-width:640px}
.preview-intro .lead{margin-top:28px;max-width:560px}
.preview-assurance{display:flex;flex-wrap:wrap;gap:8px;margin-top:30px}
.preview-assurance span{border:1px solid #b9b8af;border-radius:99px;padding:8px 12px;font-size:11px;color:#505a54;background:#e9e7df}
.preview-product{background:#fbfaf6;border-radius:9px;box-shadow:0 28px 80px #17242e20;min-height:560px;overflow:hidden;position:relative}
.preview-step{padding:48px}
.step-count{font-size:10px;letter-spacing:.16em;font-weight:700;color:#667168;margin-bottom:18px}
.preview-step h3{font-size:clamp(30px,3.1vw,46px);max-width:680px}
.url-field{display:block;margin-top:34px}
.url-field span{display:block;font-size:12px;letter-spacing:.09em;text-transform:uppercase;margin-bottom:9px;color:#5b665f}
.url-field input{font-family:Archivo,Arial,sans-serif;font-size:21px;min-height:65px;padding:14px 17px;border-color:#aeb8aa}
.analysis-button{margin-top:12px;width:100%;justify-content:space-between;padding-inline:20px}
.analysis-error{color:#9f3526;font-size:14px;min-height:23px;margin-top:11px}
.privacy-line{border-top:1px solid #e0e0d9;margin-top:26px;padding-top:18px;font-size:12px;color:#6a736d}
.analysis-progress{text-align:center;display:grid;place-items:center;min-height:560px}
.analysis-progress>*{max-width:560px}
.scan-mark{width:82px;height:82px;border:1px solid #9cad9f;border-radius:50%;position:relative;margin-bottom:28px;overflow:hidden}
.scan-mark:before,.scan-mark:after{content:'';position:absolute;background:#264f41}
.scan-mark:before{width:30px;height:1px;left:25px;top:40px}
.scan-mark:after{width:1px;height:30px;left:40px;top:25px}
.scan-mark span{position:absolute;left:9px;right:9px;height:2px;background:#c45532;top:12px;animation:scan 1.8s ease-in-out infinite}
@keyframes scan{50%{transform:translateY(55px)}}
.analysis-progress .step-count{margin-bottom:12px}
.progress-list{list-style:none;padding:0;margin:32px 0 0;text-align:left;width:100%;font-size:14px;color:#879089}
.progress-list li{border-top:1px solid #e0e0d9;padding:12px 0 12px 26px;position:relative}
.progress-list li:last-child{border-bottom:1px solid #e0e0d9}
.progress-list li:before{content:'';position:absolute;left:3px;top:18px;width:7px;height:7px;border-radius:50%;border:1px solid #9ca69f}
.progress-list li.active{color:#17242e}
.progress-list li.active:before{background:#c45532;border-color:#c45532}
.progress-note{font-size:12px;color:#727b74;margin-top:20px}
.analysis-results{padding:0}
.analysis-header{background:#172d3d;color:#fff;padding:42px 48px;display:flex;justify-content:space-between;align-items:start;gap:30px}
.analysis-header .step-count{color:#b9c7c1}
.analysis-header h3{font-size:35px}
.analysis-header h3 span{color:#d8e6bd}
.analysis-header p:last-child{font-size:14px;color:#c7d1cd;max-width:580px;margin-top:12px}
.analysis-header>a{white-space:nowrap;color:#fff;font-size:12px;margin-top:4px}
.insight-list{padding:0 48px}
.insight{display:none;grid-template-columns:48px 1fr;gap:18px;padding:36px 0;border-bottom:1px solid #dadfd8;animation:rise .38s ease both}
.insight.visible{display:grid}
@keyframes rise{from{opacity:0;transform:translateY(10px)}}
.insight-number{font-family:Archivo;font-weight:700;color:#c45532;font-size:18px}
.insight-label{text-transform:uppercase;font-size:10px;letter-spacing:.14em;color:#687269;margin-bottom:9px}
.insight h4{font:650 25px/1.15 Archivo;margin:0 0 13px;letter-spacing:-.035em}
.insight-detail{font-size:16px;color:#58635d;max-width:650px}
.insight blockquote{border-left:2px solid #c45532;margin:18px 0;padding:4px 0 4px 17px;font-size:13px;color:#67716a;font-style:italic}
.insight-action{font-size:14px;font-weight:600;margin-top:14px}
.reveal-button{display:flex;width:calc(100% - 96px);justify-content:space-between;margin:28px 48px 42px;padding:17px 0;background:transparent;border:0;border-bottom:1px solid #17242e;font:650 14px Archivo;cursor:pointer}
.goal-check{background:#e8ede7;margin-top:8px;padding:42px 48px}
.goal-check h3{font-size:27px;max-width:580px}
.goal-value{display:block;width:100%;background:#fff;border:1px solid #bac5b9;border-radius:4px;text-align:left;padding:17px 45px 17px 17px;font:650 20px Archivo;margin-top:24px;position:relative;cursor:pointer}
.goal-value:after{content:'✎';position:absolute;right:17px;color:#c45532}
.goal-edit{display:grid;grid-template-columns:1fr auto;margin-top:9px;gap:8px}
.goal-edit label{grid-column:1/-1;font-size:11px}
.goal-edit button{border:0;background:#172d3d;color:#fff;padding:0 18px;border-radius:3px}
.goal-hint{font-size:11px;color:#68736b;margin-top:7px}
.possibility-button{margin-top:28px;width:100%;justify-content:space-between}
.manual-result{min-height:560px;display:flex;flex-direction:column;justify-content:center}
.manual-result>p:not(.step-count){color:#5b665f;max-width:560px;margin-top:20px}
.manual-result .btn{margin-top:28px;width:fit-content}
.contact-step>p:not(.step-count){color:#5b665f;margin-top:15px}
.contact-promise{display:flex;gap:20px;margin:26px 0 30px;border-block:1px solid #daddd6;padding:15px 0;font-size:13px}
.contact-promise b{color:#c45532}
.contact-step form{display:grid;grid-template-columns:1fr 1fr;gap:2px 18px}
.contact-step .full{grid-column:1/-1}
.contact-step .field label span{color:#7c857f}
.contact-step .btn{width:100%;justify-content:space-between;margin-top:8px}
.preview-product>.done{min-height:560px;display:flex;flex-direction:column;justify-content:center}
.preview-product>.done h3{font-size:42px}
.preview-product>.done>p:last-child{color:#58635d;max-width:600px;margin-top:18px}
@media(max-width:1000px){.preview-shell{grid-template-columns:1fr;gap:40px}.preview-intro{position:static}.preview-product{min-height:520px}}
@media(max-width:760px){.preview-experience{padding:52px 0}.preview-shell{gap:26px}.preview-intro h2{font-size:38px}.preview-intro .lead{font-size:16px;line-height:1.5;margin-top:20px}.preview-assurance{display:flex;gap:6px;margin-top:22px}.preview-assurance span{font-size:10px;padding:6px 9px}.preview-product{border-radius:6px;min-height:500px}.preview-step{padding:27px 22px}.url-field{margin-top:24px}.url-field input{font-size:18px;min-height:58px}.analysis-progress{min-height:500px}.analysis-header{display:block;padding:30px 22px}.analysis-header h3{font-size:30px}.analysis-header>a{display:inline-block;margin-top:18px}.insight-list{padding:0 22px}.insight{grid-template-columns:35px 1fr;gap:8px;padding:28px 0}.insight h4{font-size:22px}.reveal-button{width:calc(100% - 44px);margin:23px 22px 32px}.goal-check{padding:32px 22px}.goal-check h3{font-size:24px}.contact-step form{grid-template-columns:1fr}.contact-step .full{grid-column:auto}.contact-promise{display:grid;grid-template-columns:auto 1fr;gap:3px 14px}.contact-promise b{grid-row:1/3}.manual-result .btn{width:100%}.preview-product>.done{min-height:500px}}
@media(prefers-reduced-motion:reduce){.scan-mark span{animation:none;top:39px}.insight{animation:none}}
