@import"https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&family=Space+Grotesk:wght@400;500;700&display=swap";:root{--bg-1: #f8fbff;--bg-2: #edf5ff;--bg-3: #e5f0ff;--panel: #ffffff;--line: #d8e5fb;--text: #10213f;--muted: #4f6690;--accent: #1f74ff;--accent-2: #5ca5ff;--danger: #cc2f3f;--success: #087f5b}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Space Grotesk,sans-serif;color:var(--text);background:radial-gradient(1300px 500px at 0% 0%,#dcebff,#dcebff00 70%),radial-gradient(1200px 520px at 100% 0%,#e3f4ff,#e3f4ff00 75%),linear-gradient(180deg,var(--bg-1),var(--bg-2) 55%,var(--bg-3))}a{color:inherit;text-decoration:none}img{max-width:100%}.app-bg{min-height:100vh;padding:1.2rem}.app-bg-home{padding:0}.app-bg-intermission{background:#fff}.app-shell,.app-content-wrap{max-width:1160px;margin:0 auto;padding:1rem}.app-content-wrap-flow{padding-top:0}.app-content-wrap-home{max-width:none;padding:0}.topbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;background:#ffffffb3;border:1px solid var(--line);border-radius:16px;padding:.75rem 1rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.topbar.topbar-compact{margin-bottom:0}.brand{display:inline-flex;align-items:center;gap:0;font-family:Roboto,Space Grotesk,sans-serif;font-size:1.2rem;color:#0e2c5f}.brand-logo{width:auto;height:34px;display:block;border-radius:0;object-fit:contain}.topbar-right{display:flex;align-items:center;gap:.75rem}.header-timer{margin:0;padding:.36rem .62rem;font-weight:700;color:#173d7e;font-variant-numeric:tabular-nums;background:#f3f8ff;border:1px solid var(--line);border-radius:10px}.top-links{display:flex;gap:.9rem;font-size:.9rem;color:var(--muted)}.top-links a:hover{color:var(--accent)}.config-warning{border:1px solid #f1d69c;background:#fff9ea;color:#7f5c14;border-radius:12px;padding:.65rem .85rem;margin-bottom:.9rem;font-size:.92rem}.lang-switcher select,select,input{background:#fff;border:1px solid var(--line);color:var(--text);border-radius:10px;padding:.55rem .72rem;width:100%}main{padding-bottom:1rem}.panel,.report-preview,.report-card{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:1.1rem;box-shadow:0 10px 28px #15499d12}.home-hero{text-align:center;background:#ffffffdb;border:1px solid var(--line);border-radius:24px;padding:2.4rem 1.1rem;box-shadow:0 16px 30px #15499d12}.home-hero h1{margin:.3rem 0 .7rem;font-size:clamp(2rem,6vw,3.4rem);font-family:Roboto,Space Grotesk,sans-serif;color:#0f3064}.hero-intro{margin:0 auto;max-width:680px;color:var(--muted);font-size:1.02rem}.start-page{display:grid;place-items:center;min-height:76vh;padding-block:2.2rem}.start-card{width:min(760px,100%);text-align:center;display:grid;gap:.9rem;padding:0}.start-card h1{margin-top:0;font-family:Roboto,Space Grotesk,sans-serif;color:#0f3064}.start-card ul{text-align:left;margin:0 auto;width:min(520px,100%);color:var(--muted);line-height:1.55;list-style:none;padding:0;display:grid;gap:.5rem}.start-card ul li{position:relative;padding-left:1.35rem}.start-card ul li:before{content:"✓";position:absolute;left:0;top:.05rem;color:#1773ea;font-weight:700}.start-actions{display:flex;justify-content:center;gap:.7rem;margin:1rem 0}.start-actions .button-primary,.start-actions .button-secondary{min-width:150px}.average-score{font-weight:600;color:#14408f}.disclaimer-text{color:var(--muted);font-size:.8rem;opacity:.8;margin-top:1.1rem}.button-primary,.button-secondary,.support-link,.arrow-nav,.text-option,.image-option-cell{border:0;border-radius:12px;padding:.72rem .95rem;cursor:pointer;font-family:inherit;font-weight:600;transition:transform .16s ease,opacity .16s ease,background .2s ease}.button-primary{background:linear-gradient(120deg,var(--accent),var(--accent-2));color:#fff}.button-secondary{background:#f3f8ff;color:var(--text);border:1px solid var(--line)}.button-primary:hover,.button-secondary:hover,.support-link:hover,.arrow-nav:hover{transform:translateY(-1px)}button:disabled{cursor:not-allowed;opacity:.58;transform:none}.cta-row{display:flex;justify-content:center;gap:.7rem;margin-top:1rem}.test-layout{position:relative;padding:0 0 6.2rem}.test-progress-wrap{margin-bottom:.95rem;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.test-progress-wrap .progress-wrap{height:8px;border-radius:0}.test-progress-wrap .progress-fill{border-radius:0}.test-layout h1{margin-top:.4rem;margin-bottom:.9rem;font-size:clamp(1.4rem,3vw,2rem)}.text-options-list{display:grid;gap:.35rem}.text-option{display:flex;align-items:flex-start;gap:.6rem;background:transparent;color:var(--text);border:0;border-bottom:1px solid var(--line);border-radius:0;text-align:left;padding-inline:.2rem}.text-option.active{color:#0f4cb3;border-bottom-color:#8eb9ff}.option-key{min-width:24px}.image-question-layout{display:grid;width:min(820px,100%);margin:.45rem auto 0;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);grid-template-rows:auto auto;grid-template-areas:"spacer prompt" "image options";gap:.34rem 2.2rem;align-items:stretch}.image-question-spacer{grid-area:spacer;min-height:0}.question-image{grid-area:image;width:100%;height:100%;min-height:0;max-height:none;object-fit:contain;border-radius:14px;border:0;background:transparent}.image-options-grid{grid-area:options;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.32rem}.image-question-prompt{grid-area:prompt;margin:0;font-size:clamp(.74rem,1.4vw,.92rem);line-height:1.25;color:var(--muted);text-align:center;align-self:end}.image-option-cell{border:1px solid var(--line);background:#fff;text-align:center;color:var(--text);min-height:0;display:grid;align-content:center;gap:.12rem;padding:.35rem;border-radius:12px}.image-option-cell.active{border-color:var(--accent);box-shadow:0 0 0 1px #1f74ff2e}.placeholder-cell{color:var(--muted);font-size:.86rem}.option-image{display:block;width:132px;height:132px;object-fit:contain;border-radius:14px;border:0;background:transparent;margin:0 auto}.question-bottom-nav{position:fixed;left:50%;transform:translate(-50%);bottom:12px;width:min(680px,calc(100% - 1.2rem));z-index:32;display:grid;grid-template-columns:52px 1fr 52px;align-items:center;gap:.6rem;background:#fffffff2;border:1px solid var(--line);border-radius:16px;padding:.4rem;box-shadow:0 10px 24px #1e4d9324}.question-bottom-nav.finish-mode{grid-template-columns:52px 1fr auto}.arrow-nav{background:#f2f7ff;color:#1b4282;border:1px solid var(--line);font-size:1.2rem;padding:.45rem 0}.question-finish-button{min-width:100px;padding:.45rem .95rem}.question-current{margin:0;text-align:center;font-size:1.05rem;font-weight:700;color:#173d7e}.intermission-center{text-align:center;max-width:740px;margin:0 auto;display:grid;gap:.9rem;justify-items:center}.intermission-center>.intermission-image:first-child{margin-top:1.6rem}.intermission-center>h1{margin:.2rem 0 0}.intermission-center>.intermission-image+h1{margin-top:0}.intermission-center>h1+p{margin:.2rem 0 0}.intermission-image{width:min(220px,56vw);min-height:0;border:0;border-radius:0;background:transparent}.intermission-image-final{width:min(300px,72vw)}.submission-page h1{margin:1rem 0;color:#14396f}.submission-page{gap:1.35rem}.intermission-headline-highlight{color:#2b7bff}.review-block{width:min(680px,100%);background:#fff;border:1px solid var(--line);border-radius:16px;text-align:left;padding:1rem;box-shadow:0 14px 34px #10285624}.review-head{display:flex;align-items:flex-start;gap:.8rem}.review-head>div{display:grid;gap:.1rem}.review-head p,.review-head small{margin:0;color:var(--muted)}.profile-icon{font-size:1.4rem}.profile-icon-svg{width:28px;height:28px;color:#4a5d7f;display:inline-flex}.profile-icon-svg svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.review-rating-pill{margin-left:auto;display:inline-block;color:#f0b12f;font-size:.98rem;line-height:1}.review-rating-pill .review-stars-svg{height:15px}.verified-badge{display:inline-flex;align-items:center;gap:.2rem;color:#0b63da;font-weight:600}.verified-badge svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}.social-proof-row{display:grid;gap:.35rem;color:#214776}.social-proof-item{display:inline-flex;align-items:center;gap:.5rem;margin:0}.social-proof-item svg{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;color:#4a5d7f;flex-shrink:0}.social-proof-stars-svg{height:14px;width:auto;display:inline-block}.intermission-continue-button{width:min(520px,100%);min-height:56px;font-size:1.2rem;font-weight:700}.intermission-company-carousel{position:relative;isolation:isolate;width:min(760px,100%);overflow:hidden;border-radius:12px;margin-top:.2rem}.intermission-company-carousel:before,.intermission-company-carousel:after{content:"";position:absolute;top:-1px;bottom:-1px;width:clamp(84px,12vw,170px);z-index:2;pointer-events:none}.intermission-company-carousel:before{left:-1px;background:linear-gradient(90deg,#fff,#fffffff5 36%,#fff0)}.intermission-company-carousel:after{right:-1px;background:linear-gradient(270deg,#fff,#fffffff5 36%,#fff0)}.intermission-company-carousel .logo-carousel-track{gap:2rem;animation-duration:18s}.intermission-company-carousel .logo-carousel-image{height:50px}.submitting-screen{min-height:56vh;display:grid;place-items:center;gap:.75rem;text-align:center}.submitting-screen h1{margin:0;color:#14396f}.submitting-screen p{margin:0;color:var(--muted)}.submit-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;background:#f5faff8f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.submit-overlay .submitting-spinner{width:56px;height:56px;border-width:5px}.submitting-spinner{width:36px;height:36px;border-radius:999px;border:4px solid #d9e8ff;border-top-color:#1f74ff;animation:submittingSpin .8s linear infinite}@keyframes submittingSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.calculating-panel{width:min(1120px,100%);min-height:84vh;margin:1.2rem auto;padding:1.8rem 2rem 2rem}.calc-title{margin:0;display:grid;gap:.08rem;font-size:clamp(2.05rem,4vw,2.85rem);line-height:1.04}.calc-title-accent{color:#1f74ff}.calc-subtext{margin:1.05rem 0 1.35rem;font-size:1.08rem;line-height:1.65}.calc-progress-wrap{margin:.35rem 0 1.35rem}.status-text{margin:0 0 1.55rem;color:#1f4b8f;font-weight:500;font-size:1.06rem}.calc-checklist{list-style:none;margin:0 0 1.7rem;padding:0;display:grid;gap:.7rem;font-size:1.02rem}.calc-checklist li{display:flex;gap:.62rem;align-items:center;color:var(--muted)}.calc-checklist li.done{color:#0e644a;font-weight:600}.calc-check-icon{width:22px;height:22px;color:#b5c4dc;flex-shrink:0}.calc-check-icon.done{color:#0e644a}.calc-check-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.rating-copy{margin:.9rem 0 1.45rem;color:#19437e;font-weight:600;font-size:1.02rem;display:flex;justify-content:center;width:100%;text-align:center;align-items:center;gap:.4rem}.rating-stars-svg{height:16px;width:auto;display:inline-block}.calc-reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.calc-review-card{margin:0;padding:1.1rem;border-radius:14px;border:1px solid var(--line);background:#fff;color:#244a80;box-shadow:0 8px 18px #15499d12}.calc-review-head{display:flex;align-items:center;gap:.62rem}.calc-review-avatar{width:46px;height:46px;border-radius:50%;object-fit:cover;border:2px solid #e6efff;flex-shrink:0}.calc-review-meta{display:grid;min-width:0}.calc-review-meta strong{font-size:.98rem;color:#163d78}.calc-review-meta p,.calc-review-meta small{margin:0;font-size:.82rem;color:#6a80a3}.calc-review-stars{margin-left:auto;height:16px;width:auto}.calc-review-card>p{margin:.72rem 0 0;font-size:.98rem;line-height:1.55}.testimonial-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.testimonial-grid.three-cols{grid-template-columns:repeat(3,minmax(0,1fr))}.testimonial-grid blockquote{margin:0;padding:.9rem;border-radius:12px;border:1px solid var(--line);background:#fff;color:#244a80}.lock-line{display:inline-flex;align-items:center;gap:.34rem;font-weight:600;color:#1c4d9d}.lock-line svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.calc-prompt-row{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.36rem;width:100%;text-align:center;margin:0}.calc-prompt-icon{width:34px;height:34px;color:#1f74ff;flex-shrink:0}.calc-prompt-icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.results-ready-page{text-align:center;display:grid;gap:1.55rem;padding-top:1.45rem}.results-ready-page .report-preview{background:transparent;border:0;box-shadow:none;padding:0}.ready-title{margin:0 0 1.15rem;font-size:clamp(1.42rem,3.4vw,1.9rem);letter-spacing:-.01em;text-transform:capitalize}.ready-title-accent{color:#1f74ff}.centered-preview{margin:0 auto;width:min(560px,100%)}.ready-hero-card{position:relative;border:1px solid #d7e1f2;border-radius:18px;padding:.9rem .9rem 2.2rem;background:#ffffffa6}.ready-hero-stats-blur{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.58rem;filter:blur(1.8px)}.ready-hero-stat{border:1px solid #dbe6f8;border-radius:14px;background:#fff;min-height:104px;padding:.52rem .4rem;display:grid;justify-items:center;align-content:center;gap:.25rem}.ready-hero-stat small{color:#5f79a0;font-size:.68rem}.ready-hero-stat strong{color:#1d487f;font-size:.8rem}.ready-results-pill{position:absolute;left:50%;bottom:-22px;transform:translate(-50%);width:100%;border:1px solid #d7e1f2;border-radius:14px;padding:.6rem .8rem;background:#fffffff2;box-shadow:0 8px 18px #0f387814}.ready-results-pill strong{display:block;color:#223a62;font-size:.98rem}.ready-results-pill p{margin:.2rem 0 0;color:#5b7090;font-size:.94rem}.ready-intro{width:min(560px,100%);margin:2.35rem auto .15rem;color:#4a5568;font-size:clamp(.98rem,1.9vw,1.08rem);line-height:1.42}.results-input-wrap{width:min(560px,100%);margin:0 auto;display:grid;gap:.86rem;background:transparent;border:0;border-radius:0;padding:0}.results-input-wrap input[type=email]{min-height:58px;background:#fff;border:1px solid #e2e6ee;border-radius:14px;padding-inline:1rem;font-size:.96rem}.results-input-wrap .button-primary{min-height:58px;width:100%;font-size:.96rem}.results-input-wrap .check-row a{color:#1f74ff;text-decoration:underline}.centered-check{justify-content:center}.check-row{display:flex;align-items:center;gap:.55rem;font-size:.96rem;line-height:1.35}.check-row input{width:18px;height:18px;padding:0;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1.5px solid #a6bad8;border-radius:6px;background:#fff;display:inline-grid;place-content:center;cursor:pointer}.check-row input:before{content:"";width:10px;height:10px;transform:scale(0);transition:transform .12s ease;clip-path:polygon(14% 52%,0 67%,41% 100%,100% 23%,84% 8%,39% 60%);background:#fff}.check-row input:checked{background:#1f74ff;border-color:#1f74ff}.check-row input:checked:before{transform:scale(1)}.results-stats-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.18rem;width:min(560px,100%);margin:.35rem auto 0}.stat-chip{background:transparent;border:0;border-radius:0;min-height:0;padding:0;color:#244a80;display:flex;flex-direction:column;align-items:center;gap:.54rem}.stat-chip-icon{width:39px;height:39px;border-radius:999px;background:#dce8fd;color:#1f74ff;flex-shrink:0;display:grid;place-items:center}.stat-chip-icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.stat-chip-label{font-size:.74rem;color:#5f79a0;text-transform:uppercase;letter-spacing:.02em;text-align:center}.stat-chip-value{color:#203d68;font-weight:700;line-height:1.35;text-align:center;font-size:.94rem}.purchase-page{display:grid;gap:0}.purchase-hero-shell{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:#dfe8f5;padding:2.4rem 1rem 1.25rem}.purchase-hero-shell-inner{max-width:1160px;margin:0 auto}.offer-banner{display:flex;justify-content:center;align-items:center;gap:.55rem;flex-wrap:nowrap;white-space:nowrap;background:#0e61dd;color:#fff;border-radius:0;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-top:-2.2rem;padding:.7rem 1rem;text-align:center;font-size:clamp(.86rem,2vw,1rem)}.social-popup{position:fixed;left:1rem;bottom:1rem;z-index:45;max-width:min(360px,calc(100vw - 2rem));background:#fff;border:1px solid var(--line);border-radius:12px;padding:.55rem .8rem;color:#164380;box-shadow:0 10px 24px #143e8114}.purchase-hero{display:grid;grid-template-columns:1.2fr 1fr;gap:.9rem;align-items:stretch}.purchase-hero>div:first-child{display:flex;flex-direction:column;justify-content:center}.purchase-hero-shell .home-logo-carousel{margin-top:3.1rem}.purchase-hero h1{margin-top:0;color:#123b78;font-size:clamp(2.25rem,4vw,3.35rem);line-height:1.08}.purchase-hero-highlight{display:block;color:var(--accent)}.purchase-hero-cta{width:min(340px,100%);min-height:58px;padding-top:.8rem;padding-bottom:.8rem;font-size:1.05rem;font-weight:700}.hero-side-image{border:0;border-radius:0;background:transparent;min-height:0}.purchase-body{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:#fff;padding:1.1rem 1rem 0;display:grid;gap:1.55rem}.purchase-body>*{max-width:1160px;width:100%;margin-left:auto;margin-right:auto}.trust-billing-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:stretch}.full-width-image,.companies-image{border:1px solid var(--line);border-radius:12px;background:#fff;min-height:140px}.full-width-image{width:100%;min-height:120px}.trust-container{display:grid;gap:.85rem}.trust-card-left,.trust-card-right{background:#fff;border-color:#dde4f0;box-shadow:none;border-radius:16px;height:100%;display:flex;flex-direction:column}.trust-stats-strip{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem .85rem;border-radius:12px;background:#fff;border:1px solid #e0e8f7}.trust-stats-strip strong{display:block;color:#1f3f72}.trust-stats-strip p{margin:.15rem 0 0;color:#57709b}.trust-avatars{display:inline-flex;align-items:center}.trust-avatars img{width:32px;height:32px;border-radius:999px;border:2px solid #fff;margin-left:-8px}.trust-avatars img:first-child{margin-left:0}.trust-feature-list{display:grid;gap:.72rem}.trust-feature{display:grid;grid-template-columns:28px 1fr;gap:.7rem;align-items:start}.trust-feature svg{width:24px;height:24px;stroke:#2d73de;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.trust-feature strong{display:block;color:#1c3966}.trust-feature p{margin:.14rem 0 0;color:#4f6489;line-height:1.45}.promo-line{display:flex;align-items:center;gap:.72rem;margin:0;color:#1e3358}.promo-line svg{width:23px;height:23px;stroke:#3b82f6;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.promo-copy{display:grid;gap:.08rem}.promo-title,.promo-sub{margin:0;line-height:1.2}.promo-title{font-weight:700;color:#1e3358}.promo-sub{color:#4e658c;font-weight:600}.due-today-line{margin:.15rem 0 0;display:inline-flex;align-items:baseline;gap:.5rem;font-size:1.28rem;color:#153a72}.due-today-prices{display:inline-flex;align-items:baseline;gap:.22rem}.due-today-line span{font-size:1.04rem;font-weight:600;color:#2f4f80}.due-today-line s{color:#8ca0bf;font-size:1rem}.due-today-line strong{font-size:1.38rem}.trust-featured-title{margin:.35rem 0 0;text-transform:uppercase;letter-spacing:.02em;font-size:.8rem;color:#5b7090;font-weight:700}.trust-checklist{margin:0;padding:0;list-style:none;display:grid;gap:.72rem}.trust-checklist li{display:grid;grid-template-columns:28px 1fr;gap:.55rem;align-items:start;color:#304d78}.trust-checklist li:before{content:"";width:24px;height:24px;border-radius:6px;background:#e6efff;border:1px solid #cfe0ff;box-sizing:border-box;margin-top:1px;display:inline-block;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12.4 10 16l8-8'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12.4 10 16l8-8'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:12px 12px;mask-size:12px 12px;background-color:#4f86ff}.trust-promo-box{margin-top:.2rem;border:1px solid #dde8fb;border-radius:12px;background:#f1f6ff;padding:1.1rem .9rem}.trust-promo-box .promo-line{margin:0}.trust-card-right .due-today-line{width:100%;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #dce3f0}.trust-cta-box{margin-top:auto;padding:.85rem;border-radius:12px;background:#fff;border:1px solid #dce3f0;display:grid;gap:.7rem;justify-items:center}.trust-cta-box p{margin:0;color:#445b82;font-weight:600}.trust-cta-button{width:100%;min-height:56px}.personal-report-card{background:#fff;border-color:#dde4f0;box-shadow:none;border-radius:16px}.personal-report-title{margin:0;display:inline-flex;align-items:center;gap:.55rem;color:#1f355a}.personal-report-title svg{width:24px;height:24px;stroke:#4f698f;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.personal-report-copy{margin:.9rem 0 0;color:#3e557a}.locked-report-wrap{position:relative;margin-top:1rem;border-radius:14px;border:1px solid #dbe3ef;background:#fff;min-height:130px;padding:.9rem 1rem 1.8rem;overflow:hidden}.locked-report-blur{color:#61799f;line-height:1.6;filter:blur(3.2px);-webkit-user-select:none;user-select:none}.locked-report-unlock{position:absolute;left:50%;bottom:10px;transform:translate(-50%);border:0;background:transparent;display:grid;justify-items:center;gap:.35rem;color:#0f8a7a;font-weight:700;text-align:center;cursor:pointer;font-family:inherit}.locked-report-unlock:disabled{opacity:.6;cursor:not-allowed}.locked-report-lock-tile{width:34px;height:34px;border-radius:8px;background:#dbf0eb;border:1px solid #b7dfd6;display:grid;place-items:center}.locked-report-lock-tile svg{width:18px;height:18px;stroke:#0f8a7a;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.locked-report-unlock span:last-child{max-width:290px}.benefits-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.purchase-reviews-grid{margin-top:1rem}.benefits-list{list-style:none;margin:.95rem 0 0;padding:0;display:grid;gap:.82rem}.benefits-list li{display:grid;grid-template-columns:24px 1fr;gap:.62rem;align-items:start;color:#304d78;line-height:1.55}.benefits-list li:before{content:"";width:22px;height:22px;border-radius:6px;border:1px solid #cfe0ff;background-color:#4f86ff;margin-top:1px;display:inline-block;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12.4 10 16l8-8'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12.4 10 16l8-8'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:12px 12px;mask-size:12px 12px}.inspiring-results{display:grid;gap:1rem}.inspiring-results-head{display:flex;justify-content:space-between;align-items:center;gap:.8rem}.inspiring-results-head h2{margin:0}.inspiring-controls{display:inline-flex;align-items:center;gap:.45rem}.inspiring-arrow{width:38px;height:38px;border:1px solid #cfe0fb;border-radius:10px;background:#f4f8ff;color:#2f66be;display:grid;place-items:center;cursor:pointer;padding:0;transition:transform .16s ease,background .2s ease}.inspiring-arrow svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.inspiring-arrow:hover{transform:translateY(-1px);background:#e9f1ff}.inspiring-carousel{display:flex;gap:.9rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:.15rem}.inspiring-carousel::-webkit-scrollbar{display:none}.inspiring-card{scroll-snap-align:start;min-width:clamp(280px,calc((100% - 1.8rem) / 3),372px);background:#fff;border:1px solid var(--line);border-radius:14px;padding:1rem;color:#244a80;display:grid;justify-items:center;text-align:center}.inspiring-card-head{display:flex;align-items:center;gap:.68rem}.inspiring-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid #dce9ff;flex-shrink:0}.inspiring-meta{display:grid;gap:.22rem;min-width:0;justify-items:center;margin-top:.72rem}.inspiring-meta strong{color:#163d78;line-height:1.25}.inspiring-location{display:inline-flex;align-items:center;justify-content:center;gap:.28rem;color:#3b6daa;font-size:.84rem}.inspiring-location svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.inspiring-card p{margin:.82rem 0 0;line-height:1.6;color:#355d95}.faq details{border-top:1px solid var(--line);padding:.55rem 0}.faq summary{cursor:pointer;font-weight:600}.purchase-body .faq{margin-bottom:1.25rem}.report-card{margin:0;padding:1.3rem;border-radius:22px;border:1px solid #dce6f5;background:#fff;box-shadow:0 18px 38px #1d396c0f}.score-big{margin:0;font-family:Roboto,Space Grotesk,sans-serif;font-size:clamp(2.4rem,8vw,4rem);color:#1a56ad}.report-review-page{display:grid;gap:1.15rem;margin-block:1.2rem}.report-status-card{min-height:280px;display:grid;place-items:center;text-align:center;gap:.75rem}.report-status-card-spacious{margin-top:.8rem}.report-status-card h1,.report-status-card p{margin:0}.report-hero-card{display:grid;gap:.9rem;padding:1.5rem;border-radius:20px;border:1px solid #d7e3f6;background:radial-gradient(circle at top right,rgba(74,132,255,.18),transparent 34%),linear-gradient(180deg,#f7fbff,#eef5ff)}.report-cover-card{overflow:hidden}.report-cover-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.85fr);gap:1rem;align-items:end}.report-cover-copy{display:grid;gap:.5rem}.report-hero-kicker{margin:0;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#5272a8}.report-hero-title{margin:0;font-size:clamp(1.55rem,4vw,2.2rem)}.report-cover-subtitle{margin:0;max-width:42rem;color:#4b648f;line-height:1.6;overflow-wrap:anywhere}.report-cover-score-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.95rem 1.25rem}.report-cover-meta-group{display:grid;gap:.55rem}.report-share-chip{display:inline-flex;align-items:center;gap:.45rem;width:fit-content;min-width:0;padding:.5rem .8rem;border:1px solid #d6e2f4;border-radius:999px;background:#f4f8ff;color:#163969;font:inherit;font-size:.92rem;font-weight:700;line-height:1}.report-share-chip svg{width:.9rem;height:.9rem;fill:currentColor;flex:0 0 auto}.report-hero-meta{margin:.15rem 0 0;color:#56709c;font-weight:500}.badge{display:inline-flex;align-items:center;width:fit-content;min-width:0;padding:.45rem .8rem;border-radius:999px;border:1px solid #bfe2d7;color:var(--success);background:#04936f12;font-weight:700}.report-cover-aside{display:grid;gap:.85rem;padding:1rem;border-radius:18px;border:1px solid rgba(98,135,198,.18);background:#ffffffdb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.report-cover-aside-label{margin:0;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#5874a6}.report-cover-aside-copy{margin:0;color:#4f6389;line-height:1.6}.report-cover-download{width:100%}.report-section-heading{display:grid;gap:.25rem;margin-bottom:.95rem}.report-section-heading h2,.report-section-heading p{margin:0}.report-section-heading p{color:#58709a;line-height:1.6}.report-metrics-card,.report-summary-card{margin:0}.report-metrics-card h2,.report-summary-card h2{margin-top:0}.report-metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}.report-context-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.95fr);gap:1rem;align-items:stretch}.report-context-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.report-metric-tile{padding:.95rem;border-radius:16px;border:1px solid #dce6f5;background:#f9fbff;min-width:0;overflow:hidden}.report-context-stat{min-height:132px}.report-metric-label,.report-metric-value{margin:0}.report-metric-label{font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#6980a8}.report-metric-value{margin-top:.45rem;color:#163969;font-size:1.08rem;font-weight:700;line-height:1.35;overflow-wrap:anywhere}.report-summary-card p{margin-bottom:0;line-height:1.7}.report-distribution-panel{display:grid;gap:.75rem;padding:1rem;border-radius:18px;border:1px solid #dce6f5;background:radial-gradient(circle at top center,rgba(70,128,255,.12),transparent 48%),#f8fbff}.report-iq-scale-panel{align-content:start}.report-distribution-graphic svg{width:100%;height:auto;display:block}.report-distribution-graphic text{fill:#6f7f9c;font-size:12px;font-weight:600}.report-curve-area{fill:#3071ff24}.report-curve-line{fill:none;stroke:#2d72ff;stroke-width:3;stroke-linecap:round}.report-curve-baseline{stroke:#d6e2f4;stroke-width:2}.report-curve-marker{stroke:#0c8b6b;stroke-width:3;stroke-linecap:round}.report-curve-dot{fill:#0c8b6b}.report-card-caption{margin:0;color:#5f7397;line-height:1.55;overflow-wrap:anywhere}.report-iq-scale-graphic{display:grid;gap:.8rem}.report-iq-scale-track{position:relative;display:flex;width:100%;min-height:32px;border-radius:999px;overflow:visible;border:1px solid #d6e2f4;background:#eef5ff}.report-iq-scale-band{height:32px}.report-iq-band-lower{background:#e8f0ff}.report-iq-band-below{background:#d5e3ff}.report-iq-band-average{background:#acc7ff}.report-iq-band-high{background:#82acff}.report-iq-band-superior{background:#5d92ff}.report-iq-band-very-high{background:#2d72ff}.report-iq-scale-marker{position:absolute;top:-1.2rem;transform:translate(-50%);display:grid;justify-items:center;gap:.35rem}.report-iq-scale-marker:after{content:"";width:2px;height:3rem;background:#0c8b6b;border-radius:999px}.report-iq-scale-marker span{padding:.2rem .5rem;border-radius:999px;background:#fff;border:1px solid #cfe0f8;color:#153866;font-size:.75rem;font-weight:700;white-space:nowrap}.report-iq-scale-labels,.report-iq-scale-ticks{display:flex;color:#5f7397;font-size:.76rem}.report-iq-scale-labels{gap:0}.report-iq-scale-ticks{justify-content:space-between;font-weight:700}.report-iq-scale-labels span,.report-iq-scale-ticks span{min-width:0;overflow-wrap:anywhere}.report-iq-scale-labels span{text-align:center}.report-story-grid,.report-methodology-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem}.report-story-grid-single{grid-template-columns:1fr;margin-top:0}.report-domain-grid{display:grid;grid-template-columns:minmax(280px,.95fr) minmax(0,1.05fr);gap:1rem;align-items:start}.report-domain-chart{display:grid;gap:.9rem;padding:1rem 1.05rem;border-radius:18px;border:1px solid #dce6f5;background:linear-gradient(180deg,#f8fbff,#eef5ff)}.report-domain-row{display:grid;gap:.45rem}.report-domain-row-head{display:flex;justify-content:space-between;gap:.75rem;color:#173967;font-weight:700}.report-domain-row-head span{min-width:0;overflow-wrap:anywhere}.report-domain-track{width:100%;height:12px;border-radius:999px;background:#dfe9f8;overflow:hidden}.report-domain-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#5d92ff,#2d72ff)}.report-story-block{padding:1rem 1.05rem;border-radius:18px;border:1px solid #dce6f5;background:linear-gradient(180deg,#fff,#f9fbff);min-width:0;overflow:hidden}.report-story-block h3,.report-story-block p{margin:0}.report-story-block h3{font-size:.95rem;color:#173967}.report-story-block p{margin-top:.55rem;line-height:1.7;color:#203655;overflow-wrap:anywhere}.report-trust-panel{display:grid;gap:.75rem;padding:1rem 1.05rem;border-radius:18px;border:1px solid #dce6f5;background:linear-gradient(180deg,#f8fbff,#eef5ff);min-width:0;overflow:hidden}.report-trust-panel p{margin:0;color:#23446d;line-height:1.6}.report-next-steps-card{display:grid;gap:.9rem}.report-actions{margin-top:0;justify-content:flex-start;flex-wrap:wrap}.report-actions .button-primary,.report-actions .button-secondary{flex:1 1 220px}.progress-wrap{width:100%;height:16px;border-radius:999px;overflow:hidden;background:#edf4ff;border:1px solid var(--line)}.progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#2d7bff,#65b5ff);transition:width .45s ease}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0d1a346b;display:grid;place-items:center;z-index:40}.modal-card{max-width:500px;width:calc(100% - 2rem);background:#fff;border:1px solid var(--line);border-radius:14px;padding:1rem}.modal-body{color:var(--muted)}.modal-actions{display:flex;gap:.6rem;justify-content:flex-end}.modal-card-centered h3,.modal-card-centered .modal-body{text-align:center}.modal-card-centered .modal-actions{justify-content:center}.modal-card-popup h3{display:none}.modal-card-popup .modal-actions{justify-content:center;margin-top:.9rem}.modal-card-popup .modal-actions .button-primary,.modal-card-popup .modal-actions .button-secondary{min-width:170px}.blur-block{filter:blur(6px);-webkit-user-select:none;user-select:none;border:1px dashed var(--line);border-radius:12px;padding:.7rem;background:#f8fbff}.lock-note{margin-top:.6rem;color:#1650a4}.asset-placeholder{display:grid;place-items:center;color:var(--muted);font-size:.86rem;background:#f6faff;border:1px dashed #bfd6fb;border-radius:12px;min-height:120px}.error-text{color:var(--danger)}.success-text{color:var(--success)}.not-found-page{min-height:72vh;display:grid;align-content:center;justify-items:center;gap:1.1rem;text-align:center;background:transparent;border:0;box-shadow:none}.not-found-page h1,.not-found-page p{margin:0}.support-link{display:inline-flex;border:1px solid var(--line);background:#fff;color:#17478f}.help-center-page ul,.prose ul{color:var(--muted)}.support-cta{display:inline-flex;align-items:center;gap:.35rem}.support-cta svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.prose p{color:var(--muted)}.site-footer{margin-top:1.4rem;background:#fffc;border:1px solid var(--line);border-radius:16px;padding:2rem 1.35rem 2.2rem}.footer-sections{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.6rem}.footer-section h3{margin:0 0 .7rem;color:#fff;font-size:.95rem;letter-spacing:.02em;text-transform:uppercase}.footer-links{display:grid;gap:.55rem;color:#2a5189;font-size:.92rem}.footer-row{margin-top:1.1rem;display:flex;justify-content:space-between;align-items:center;gap:.9rem;flex-wrap:wrap}.social-icons,.card-icons{display:flex;flex-wrap:wrap;gap:.45rem}.icon-pill,.card-pill{border:1px solid var(--line);border-radius:999px;padding:.28rem .62rem;font-size:.8rem;background:#fff;color:#2f4f80}.social-icon-link{width:34px;height:34px;padding:0;display:inline-flex;align-items:center;justify-content:center}.social-icon-link svg{width:18px;height:18px}.footer-copy{margin:1.35rem 0 0;color:var(--muted);font-size:.84rem}@media(max-width:960px){.purchase-hero,.benefits-grid,.results-stats-row,.report-metrics-grid,.report-context-grid,.report-story-grid,.report-domain-grid,.report-methodology-grid,.calc-reviews-grid,.testimonial-grid,.testimonial-grid.three-cols,.report-context-stats,.report-cover-grid{grid-template-columns:1fr}.inspiring-card{min-width:min(100%,340px)}.image-question-layout{grid-template-columns:1fr;grid-template-rows:auto auto auto;grid-template-areas:"prompt" "image" "options"}.reviews-page-grid{grid-template-columns:1fr}.image-question-spacer{display:none}.question-image{min-height:180px}.option-image{width:116px;height:116px}}@media(max-width:840px){.topbar{flex-direction:column;align-items:flex-start}.topbar-right{width:100%;justify-content:space-between}.start-actions,.cta-row{flex-direction:column;align-items:stretch}.question-bottom-nav{width:calc(100% - .9rem)}}.app-shell-home{max-width:none;padding:0}.topbar-home{width:100%;border-radius:0;margin:0 0 1.2rem;padding:.95rem 4.2rem;border:0;border-bottom:1px solid var(--line);background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}.home-page{display:grid;gap:4.4rem;padding:0 4.8rem 2.8rem}.home-section{display:grid;gap:1.4rem}.home-section h2{margin:0;color:#143b75}.home-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:stretch;padding-top:1.6rem}.hero-copy{display:grid;align-content:center;gap:1.8rem}.hero-copy h1{margin:0;font-size:clamp(2.3rem,5vw,3.4rem);color:#0f3064;font-family:Roboto,Space Grotesk,sans-serif;font-weight:700;line-height:1.15}.hero-headline-accent{color:var(--accent)}.hero-copy .hero-intro{margin:0;max-width:560px;line-height:1.75}.hero-cta-row{display:flex;align-items:center;gap:1rem;margin-top:.4rem}.hero-reviews-strip{display:flex;align-items:center;gap:.7rem}.hero-review-avatars{display:flex;align-items:center}.hero-avatar{width:38px;height:38px;margin-left:-7px;border-radius:50%;border:2px solid #fff;color:#fff;display:grid;place-items:center;font-weight:700;font-size:.72rem;box-shadow:0 6px 14px #133a7433}.hero-avatar:first-child{margin-left:0}.hero-avatar-image{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}.hero-avatar-1{background:linear-gradient(135deg,#24446f,#58779f)}.hero-avatar-2{background:linear-gradient(135deg,#6e7f96,#3e516f)}.hero-avatar-3{background:linear-gradient(135deg,#a07c57,#775130)}.hero-avatar-4{background:linear-gradient(135deg,#4a4f5b,#242a38)}.hero-reviews-copy{margin:0;font-size:clamp(.86rem,1.45vw,1.22rem);line-height:1.2;color:#1f2a44}.hero-stars{display:inline-flex;align-items:center;white-space:nowrap}.hero-stars-image{height:15px;width:auto;display:block}.header-start-btn{padding-inline:1.15rem}.hero-iq-visual{min-height:320px;display:grid;place-items:center}.hero-iq-image{width:100%;height:100%;max-height:360px;object-fit:contain}.home-logo-carousel{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-top:1.2rem;overflow:hidden;display:flex;justify-content:center;isolation:isolate}.logo-carousel-track{display:flex;align-items:center;width:max-content;gap:2.5rem;animation:logosScroll 20s linear infinite;will-change:transform}.logo-carousel-image{width:auto;height:58px;flex-shrink:0;display:block;object-fit:contain;opacity:.72}.home-logo-carousel:before,.home-logo-carousel:after{content:"";position:absolute;top:0;bottom:0;width:clamp(88px,13vw,220px);z-index:2;pointer-events:none;background:#f8fbffb8;backdrop-filter:blur(10px) saturate(112%);-webkit-backdrop-filter:blur(10px) saturate(112%)}.home-logo-carousel:before{left:0;-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.96) 0%,rgba(0,0,0,.96) 24%,rgba(0,0,0,.72) 52%,rgba(0,0,0,.34) 76%,rgba(0,0,0,.08) 92%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(90deg,#000000f5,#000000f5 24%,#000000b8 52%,#00000057 76%,#00000014 92%,#0000)}.home-logo-carousel:after{right:0;-webkit-mask-image:linear-gradient(270deg,rgba(0,0,0,.96) 0%,rgba(0,0,0,.96) 24%,rgba(0,0,0,.72) 52%,rgba(0,0,0,.34) 76%,rgba(0,0,0,.08) 92%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(270deg,#000000f5,#000000f5 24%,#000000b8 52%,#00000057 76%,#00000014 92%,#0000)}.home-section#how-it-works{gap:2rem;padding-block:2rem 2.2rem}.home-section#how-it-works h2{text-align:center}.timeline{position:relative;display:grid;gap:2.2rem;padding:.9rem 0}.timeline-line{position:absolute;left:50%;transform:translate(-50%);top:0;bottom:0;width:2px;background:linear-gradient(180deg,#89b3fb,#cfe0ff)}.timeline-item{position:relative;width:calc(50% - 4.2rem);min-height:190px;background:#fff;border:1px solid #d4e2fb;border-radius:14px;padding:1rem 1rem .95rem;display:grid;align-content:start;gap:.65rem}.timeline-item-left{justify-self:start}.timeline-item-right{justify-self:end}.timeline-item:before{content:"";position:absolute;top:50%;transform:translateY(-50%);width:12px;height:12px;border-radius:50%;background:#2b7bff;box-shadow:0 0 0 4px #edf3ff}.timeline-item:after{content:"";position:absolute;top:50%;transform:translateY(-50%);width:2.2rem;height:2px;background:#b8cdf5}.timeline-item-left:before{right:-3.02rem}.timeline-item-right:before{left:-3.02rem}.timeline-item-left:after{right:-2.2rem}.timeline-item-right:after{left:-2.2rem}.timeline-icon-wrap{width:68px;height:68px;border-radius:18px;display:grid;place-items:center;border:1px solid #c9daf9}.timeline-icon-svg{width:40px;height:40px}.timeline-icon-test{background:linear-gradient(145deg,#eff5ff,#ddeaff);color:#2459b4}.timeline-icon-report{background:linear-gradient(145deg,#f2fbff,#dff2ff);color:#2172a8}.timeline-icon-growth{background:linear-gradient(145deg,#f4fff5,#e3f6e6);color:#2f7d4d}.timeline-item h3,.timeline-item p{margin:0}.timeline-item h3{font-size:1.1rem;color:#113f7f}.timeline-item p{line-height:1.62;color:var(--muted)}.test-cards-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.test-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:12px;padding:1.1rem;display:grid;align-content:start;gap:.55rem}.test-card h3,.test-card p{margin:0}.test-card p{line-height:1.6;color:var(--muted)}.test-card-cta{margin-top:.35rem;display:inline-flex;align-items:center;justify-content:center;width:fit-content;font-size:1.02rem;line-height:1.2}.test-card-disabled{background:#f3f5f8;border-color:#d6dde7;color:#8b98ab}.test-card-disabled h3,.test-card-disabled p{color:#8b98ab}.test-card-status{display:inline-flex;margin-top:.35rem;padding:.5rem .9rem;border-radius:999px;border:1px solid #c9d3e2;background:#e9eef6;color:#73839a;font-size:1.02rem;font-weight:600;line-height:1.2;letter-spacing:0;text-transform:none}.reviews-carousel{overflow:hidden;border-radius:14px}.reviews-track{display:flex;width:max-content;gap:1rem;animation:reviewsScroll 24s linear infinite}.reviews-carousel:hover .reviews-track{animation-play-state:paused}.review-tile{min-width:340px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:1rem;color:#234a81}.review-header{display:flex;align-items:center;gap:.7rem}.review-avatar-photo{width:46px;height:46px;border-radius:50%;object-fit:cover;border:2px solid #e6efff;flex-shrink:0}.review-meta{display:grid;min-width:0}.review-name{color:#163d78;font-size:.95rem;line-height:1.2}.review-country{font-size:.78rem;color:#6a80a3}.review-rating{margin-left:auto;color:#f0b12f;font-size:.84rem;font-weight:700;white-space:nowrap;display:inline-flex;align-items:center;gap:.24rem}.review-stars-svg{height:14px;width:auto;display:inline-block}.review-rating em{font-style:normal;color:#64799b;font-size:.8rem;margin-left:.2rem}.review-title{margin:.85rem 0 0;color:#123f7c;font-size:1rem}.review-subtitle{margin:.35rem 0 0;color:#6a80a3;font-size:.8rem}.review-text{margin:.55rem 0 0;line-height:1.6;color:#355d95;font-size:.92rem}.reviews-page-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem}.reviews-page-grid .review-tile{min-width:0}.reviews-page-grid .verified-badge{margin:.65rem 0 0}.reviews-page-grid .verified-badge svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}@keyframes reviewsScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes logosScroll{0%{transform:translate(-25%)}to{transform:translate(-75%)}}.home-community{display:flex;flex-wrap:wrap;align-items:center;gap:.9rem;padding:0;margin-top:-2.4rem}.home-community a{color:#1659c6;font-weight:600}.plan-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;width:min(900px,100%);margin:0 auto}.home-plans{gap:1.4rem}.plans-title{margin:0;color:#2d3650;font-size:clamp(1.45rem,2.6vw,2rem);line-height:1.2;text-align:center}.plans-subtitle{margin:0 auto;max-width:1250px;color:#232731;font-size:clamp(.95rem,1.35vw,1.1rem);line-height:1.55;text-align:center}.plan-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:1rem;min-height:360px;display:grid;align-content:start;grid-template-rows:auto auto auto 1fr auto;gap:.75rem}.plan-tier{margin:0;color:#141821;font-size:clamp(.85rem,1.05vw,1rem);font-weight:700;letter-spacing:.01em;text-transform:uppercase}.plan-divider{height:1px;background:#9ea4b2}.plan-price{margin:0;display:flex;align-items:flex-end;gap:.55rem}.plan-price-old{margin:0;color:#9a9eaa;font-size:clamp(.95rem,1.1vw,1.05rem);line-height:1.2}.plan-price-main{color:#090b10;font-size:clamp(1.35rem,1.9vw,1.8rem);font-weight:700;letter-spacing:-.025em;line-height:1}.plan-price-period{color:#9a9eaa;font-size:clamp(.78rem,.95vw,.9rem);line-height:1.1;font-weight:600;padding-bottom:.23rem}.plan-benefits{margin:0;padding:0;list-style:none;display:grid;gap:.56rem;align-content:start}.plan-benefits li{position:relative;color:#686d79;font-size:clamp(.95rem,1.15vw,1.05rem);line-height:1.18;padding-left:1.3rem}.plan-benefits li:before{content:"✓";position:absolute;left:.02rem;top:.05rem;color:#1773ea;font-weight:700;font-size:clamp(.9rem,1.05vw,1rem);line-height:1}.plan-cta{display:inline-flex;width:100%;justify-content:center;align-items:center;align-self:end;margin-top:.55rem;min-height:46px;border-radius:10px;background:#157f77;color:#fff;text-decoration:none;font-size:clamp(.82rem,.95vw,.92rem);line-height:1.2;font-weight:700}.plan-cta:hover{background:#106f68}.plan-footnote{margin:.25rem 0 0;text-align:center;color:#1f232c;font-size:clamp(.9rem,1.15vw,1rem)}.plan-footnote a{color:inherit;text-decoration:underline}.results-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem 1rem}.results-row{display:grid;grid-template-columns:1fr auto;gap:.7rem;align-items:center;background:#fff;border:1px solid var(--line);border-radius:10px;min-height:68px;padding:1rem 1.05rem;font-size:clamp(1rem,1.5vw,1.14rem)}.results-row-new{border:2px solid #2b7bff;box-shadow:0 0 0 3px #e7f0ff}.results-identity{display:inline-flex;align-items:center;gap:.48rem;color:#234a81;font-weight:600;font-size:inherit}.results-flag{min-width:2rem;text-align:center;padding:.08rem .34rem;border:1px solid #cfe0fb;border-radius:999px;background:#f5f9ff;color:#355d95;font-size:.72rem;line-height:1.2;letter-spacing:.04em;font-weight:700}.results-row strong{color:#153f7f;font-size:clamp(1.06rem,1.7vw,1.22rem)}.home-page .faq details{padding:.95rem 0}.home-page .faq summary{font-size:clamp(1.06rem,1.9vw,1.3rem);line-height:1.35;color:#173f7b}.home-page .faq p{margin:.65rem 0 0;line-height:1.72;font-size:clamp(1rem,1.5vw,1.14rem)}.app-shell-home .site-footer{width:100%;margin:1.5rem 0 0;border-radius:0;border-left:0;border-right:0;background:#0f2f6f;border-color:#184692;padding:2rem 1.2rem}.app-shell-home .site-footer .footer-links,.app-shell-home .site-footer .footer-copy{color:#d8e6ff}.app-shell-home .site-footer .icon-pill,.app-shell-home .site-footer .card-pill{background:#14408a;color:#e7efff;border-color:#2b5eaa}.app-shell-home.app-shell-payment-results .app-content-wrap{padding-bottom:0}.app-shell-home.app-shell-payment-results main{padding-bottom:0}.app-shell-home.app-shell-payment-results .site-footer{margin-top:0}@media(max-width:980px){.home-page{padding:0 2rem 2rem;gap:3.3rem}.home-hero-grid,.test-cards-row,.plan-grid,.results-grid{grid-template-columns:1fr}.home-hero-grid{padding-top:1rem}.hero-cta-row{flex-wrap:wrap}.hero-reviews-strip{flex-direction:column;align-items:flex-start;gap:.5rem}.home-logo-carousel{margin-top:1.4rem}.home-section#how-it-works{padding-block:.8rem 1.4rem}.timeline{gap:1.1rem;padding:0}.timeline-line{left:18px;transform:none}.timeline-item{width:auto;min-height:0;margin-left:2rem;padding:.9rem;gap:.55rem}.timeline-item-left:before,.timeline-item-right:before{left:-1.95rem;right:auto}.timeline-item-left:after,.timeline-item-right:after{left:-1.35rem;right:auto;width:1.35rem}.timeline-icon-wrap{width:58px;height:58px;border-radius:14px}.timeline-icon-svg{width:34px;height:34px}.home-plans{gap:1.2rem}.plans-title{font-size:clamp(2rem,6.5vw,2.8rem)}.plans-subtitle{font-size:1.05rem}.plan-card{min-height:0;padding:1.15rem;gap:.85rem}.plan-tier{font-size:clamp(1.14rem,4.6vw,1.5rem)}.plan-price-main{font-size:clamp(2rem,10vw,2.8rem)}.plan-price-period{font-size:clamp(1rem,4.2vw,1.3rem)}.plan-benefits li{font-size:1.08rem;padding-left:2.05rem}.plan-benefits li:before{font-size:1.45rem}.plan-cta{min-height:56px;font-size:1.14rem}.hero-iq-visual{min-height:260px}.results-row{grid-template-columns:1fr auto}}@media(max-width:840px){.topbar-home{padding:.85rem 1.4rem}.footer-sections{grid-template-columns:1fr;gap:1.1rem}.hero-avatar{width:34px;height:34px;font-size:.66rem}.logo-carousel-track{gap:1.6rem}.logo-carousel-image{height:46px}.timeline-item h3{font-size:1.08rem}.plans-subtitle{font-size:1rem;line-height:1.45}.plan-footnote{font-size:1rem}}@media(max-width:640px){body{overflow-x:hidden}.app-bg,.app-shell,.app-content-wrap{padding:.75rem}.app-bg-home,.app-shell-home,.app-content-wrap-home{padding:0}.panel,.report-preview,.report-card,.site-footer{padding:1rem}.button-primary,.button-secondary,.support-link,.arrow-nav{min-height:44px}.lang-switcher select,select,input{font-size:16px}.topbar{display:none}.home-page{padding:0 1rem 1.5rem;gap:2.3rem}.home-hero-grid{gap:1.2rem;padding-top:.5rem}.hero-copy{gap:1rem}.hero-copy h1{font-size:clamp(2rem,10vw,2.6rem)}.hero-copy .hero-intro{line-height:1.55}.hero-cta-row{flex-direction:column;align-items:stretch;gap:.75rem}.hero-cta-row .button-primary,.hero-cta-row .button-secondary{display:inline-flex;width:100%;align-items:center;justify-content:center}.home-logo-carousel:before,.home-logo-carousel:after{width:54px}.timeline{gap:.9rem}.timeline-line,.timeline-item:before,.timeline-item:after{display:none}.timeline-item{margin-left:0}.reviews-carousel{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.reviews-carousel::-webkit-scrollbar{display:none}.reviews-track{animation:none;gap:.75rem;padding-right:1rem}.review-tile{min-width:min(86vw,320px);scroll-snap-align:start}.home-community{margin-top:0}.plan-price{flex-wrap:wrap}.offer-banner{flex-wrap:wrap;white-space:normal;row-gap:.15rem;margin-top:-1.4rem;line-height:1.35}.social-popup{display:none}.purchase-hero-shell{padding:1.4rem 1rem 1rem}.purchase-hero h1{font-size:clamp(1.95rem,8.5vw,2.5rem)}.purchase-hero-cta{width:100%;min-height:48px}.purchase-body{padding:.9rem .75rem 0;gap:1rem}.trust-billing-grid,.benefits-grid{gap:.75rem}.trust-stats-strip,.promo-line{flex-wrap:wrap;align-items:flex-start}.trust-stats-strip,.hero-reviews-strip,.review-header,.check-row,.results-identity{min-width:0}.trust-card-right .due-today-line,.due-today-line,.due-today-prices{flex-wrap:wrap}.trust-card-right .due-today-line{justify-content:flex-start;row-gap:.35rem}.trust-cta-box{justify-items:stretch}.trust-cta-button{width:100%}.locked-report-wrap{min-height:150px;padding-bottom:4.6rem}.locked-report-unlock{width:calc(100% - 1rem);bottom:.7rem}.locked-report-unlock span:last-child{max-width:none}.inspiring-results-head{flex-direction:column;align-items:stretch}.inspiring-controls{justify-content:flex-end}.inspiring-card{min-width:min(84vw,320px)}.results-ready-page{gap:1.1rem;padding-top:.8rem}.ready-title{margin-bottom:.8rem;font-size:clamp(1.3rem,7vw,1.7rem)}.ready-hero-card{padding:.8rem}.ready-hero-stats-blur{grid-template-columns:1fr;gap:.5rem}.ready-hero-stat{min-height:84px}.ready-results-pill{position:static;width:auto;margin-top:.7rem;transform:none}.ready-intro{margin-top:.8rem;line-height:1.5}.results-input-wrap input[type=email]{font-size:16px}.report-hero-card{padding:1.1rem}.report-cover-score-row{align-items:flex-start}.report-actions .button-primary,.report-actions .button-secondary{flex-basis:100%}.check-row{align-items:flex-start;text-align:left}.check-row span{min-width:0}.centered-check,.stat-chip{justify-content:flex-start;align-items:flex-start;text-align:left}.test-layout{padding-bottom:calc(7rem + env(safe-area-inset-bottom,0px))}.image-question-layout{gap:.6rem .9rem}.image-options-grid{gap:.4rem}.image-option-cell{min-height:120px}.option-image{width:clamp(92px,25vw,116px);height:clamp(92px,25vw,116px)}.text-option{padding-block:.85rem}.question-bottom-nav{bottom:calc(8px + env(safe-area-inset-bottom,0px));width:calc(100% - .75rem);grid-template-columns:48px 1fr 48px;gap:.45rem;padding:.4rem}.question-bottom-nav.finish-mode{grid-template-columns:48px 1fr auto}.question-finish-button{min-height:44px}}@media(max-width:480px){.home-page{padding-inline:.85rem}.hero-copy h1{font-size:clamp(1.85rem,11vw,2.25rem)}.purchase-body{padding-inline:.6rem}.review-tile,.inspiring-card{min-width:calc(100vw - 2rem)}}@media(prefers-reduced-motion:reduce){.logo-carousel-track{animation:none}}
