:root{color-scheme:light;--bg: #f5f8fe;--surface: #ffffff;--surface-strong: #eef5ff;--ink: #071748;--muted: #536487;--line: #dce7f7;--lime: #a8ea00;--lime-strong: #a8ea00;--green: #a8ea00;--green-dark: #375900;--blue: #0758ff;--blue-dark: #071f77;--amber: #a15a12;--red: #df2e3f;--shadow: 0 18px 44px rgba(17, 47, 102, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;overflow-x:hidden}a{color:inherit}button,input,select{font:inherit}a,button,input,label,select,summary,textarea,[role=button],[role=option],[role=radio],[role=switch],[tabindex]{-webkit-tap-highlight-color:transparent}.page-shell{min-height:100vh}.container{width:calc(100% - 32px);max-width:1180px;margin:0 auto}.intro{position:relative;overflow:hidden;background:var(--bg);padding:26px 0 24px}.intro:before{content:"";position:absolute;inset:0;background:var(--bg);pointer-events:none}.intro-inner{position:relative;display:grid;grid-template-columns:minmax(0,1fr);min-width:0;min-height:380px;align-items:start}.intro-top{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) auto;min-width:0;max-width:100%;align-items:center;gap:16px;width:100%;margin-bottom:34px}.intro-content{position:relative;z-index:1;min-width:0;max-width:650px;padding-top:0}.brand{display:inline-flex;width:100%;min-width:0;max-width:100%;align-items:center;gap:12px;color:var(--blue-dark);font-weight:800;font-size:22px;letter-spacing:0;margin-bottom:0}.brand span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-mark{display:block;width:42px;height:42px;flex:0 0 auto;filter:drop-shadow(0 6px 14px rgba(7,88,255,.16))}.intro-copy{max-width:760px}h1,h2,h3{letter-spacing:0;line-height:1.08}h1{color:var(--blue-dark);font-size:clamp(42px,5vw,62px);max-width:760px;margin:0}h1 span{color:var(--blue-dark)}.headline-accent{position:relative;display:inline-block}.headline-accent:after{content:"";position:absolute;right:.06em;bottom:-.01em;left:.03em;z-index:-1;height:.11em;border-radius:999px;background:linear-gradient(90deg,#a8ea00f0,#a8ea0094)}.intro-copy p{max-width:590px;color:var(--muted);font-size:19px;margin:16px 0 0}.social-proof-slot{display:flex;align-items:flex-start;width:100%;min-height:20px;margin-top:2px}.social-proof-slot-submit{justify-content:flex-end;min-height:0;margin:0 0 -1px}.social-proof-badge{display:flex;max-width:100%;min-width:0;align-items:center;flex-wrap:wrap;gap:3px 8px;color:var(--muted);font-size:13px;font-weight:650;line-height:1.26}.social-proof-slot-submit .social-proof-badge{justify-content:flex-end;font-size:12.5px;line-height:1.2}.social-proof-slot-submit .social-proof-dot{width:6px;height:6px;box-shadow:0 0 0 2px #a8ea0024,0 2px 6px #3759001a}.social-proof-item{display:inline-flex;min-width:0;align-items:center;gap:6px}.social-proof-icon{flex:0 0 auto;width:14px;height:14px;color:#81c900}.social-proof-separator{color:#56688b85;font-weight:700}.social-proof-dot{position:relative;display:block;width:7px;height:7px;flex:0 0 auto;border-radius:999px;background:var(--lime-strong);box-shadow:0 0 0 3px #a8ea0026,0 3px 8px #3759001f;animation:social-proof-dot-blink 1.7s ease-in-out infinite}.social-proof-dot:after{content:none}.social-proof-text{min-width:0;overflow-wrap:break-word}.social-proof-count{color:var(--blue-dark);font-weight:800;white-space:nowrap;font-variant-numeric:tabular-nums}.social-proof-loading-placeholder{display:inline-block;width:1px;height:1em}.hero-stats{position:relative;z-index:2;display:grid;width:min(100%,650px);grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:2px}.hero-stat-separator{display:none}.hero-stat-card{display:grid;min-width:0;min-height:68px;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:10px;border:1px solid rgba(210,224,246,.7);border-radius:12px;background:#ffffffb8;padding:10px 12px;box-shadow:0 10px 24px #112f660b,inset 0 0 0 1px #ffffff6b}.hero-stat-icon{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:10px;background:#eef7ff;color:var(--blue);box-shadow:inset 0 0 0 1px #0758ff1f}.hero-stat-icon svg{width:21px;height:21px}.hero-stat-icon-checklist,.hero-stat-icon-timer{background:#eef7ff;color:var(--blue);box-shadow:inset 0 0 0 1px #0758ff1f}.hero-stat-copy{display:block;min-width:0}.hero-stat-main{display:flex;min-width:0;align-items:center;gap:6px;color:var(--blue-dark);line-height:1;white-space:nowrap}.hero-stat-label{display:grid;min-width:0;align-content:center;gap:2px}.hero-stat-number{font-size:28px;font-weight:850;letter-spacing:0;line-height:.95;white-space:nowrap;font-variant-numeric:proportional-nums}.hero-stat-number-loading{color:#8da2c4}.hero-stat-prefix,.hero-stat-unit{min-width:0;color:var(--blue-dark);font-size:14px;font-weight:800;line-height:1.05;overflow-wrap:normal;white-space:nowrap}.hero-stat-detail{display:block;min-width:0;color:var(--muted);font-size:12px;font-weight:650;line-height:1.08;overflow-wrap:break-word}@keyframes social-proof-dot-blink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.58;transform:scale(.84)}}@keyframes social-proof-dot-ring{0%{opacity:0;transform:scale(.65)}28%{opacity:.55}to{opacity:0;transform:scale(1.45)}}.language-switcher{display:none;align-items:center;justify-content:flex-end;gap:6px;flex:0 0 auto}.language-button{display:inline-flex;min-width:54px;height:38px;align-items:center;justify-content:center;gap:5px;border:1px solid rgba(7,88,255,.14);border-radius:999px;background:#ffffffc7;color:var(--blue-dark);cursor:pointer;font-size:13px;font-weight:850;line-height:1;padding:0 10px;box-shadow:0 8px 20px #112f660f;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease}.language-button.is-active{border-color:#a8ea007a;background:#e5f9bd}.language-button.is-active{box-shadow:0 0 0 3px #a8ea0052,0 8px 20px #112f6614}.language-flag{font-size:16px}.language-code{white-space:nowrap}.language-dropdown{position:relative;display:block;justify-self:end;max-width:100%}.language-dropdown summary{display:inline-flex;min-width:70px;max-width:100%;height:38px;align-items:center;justify-content:center;gap:5px;border:1px solid rgba(20,50,107,.1);border-radius:999px;background:#d9e5f6;color:var(--blue-dark);cursor:pointer;font-size:13px;font-weight:850;line-height:1;list-style:none;padding:0 12px;box-shadow:inset 0 0 0 1px #14326b0a;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease}.language-dropdown summary::-webkit-details-marker{display:none}.language-dropdown summary:after{content:"";width:0;height:0;border-top:5px solid var(--blue-dark);border-right:4px solid transparent;border-left:4px solid transparent;margin-left:1px;transition:transform .16s ease}.language-dropdown[open].is-open summary{border-color:#a8ea008f;background:#e5f9bd;box-shadow:inset 0 0 0 1px #a8ea0047,0 6px 16px #a8ea0029}.language-dropdown[open].is-open summary:after{transform:rotate(180deg)}.language-dropdown-menu{position:absolute;z-index:30;top:calc(100% + 8px);right:0;display:grid;gap:3px;min-width:86px;border:1px solid rgba(20,50,107,.08);border-radius:20px;background:#d9e5f6;padding:4px;box-shadow:0 16px 34px #112f6629,inset 0 0 0 1px #ffffff57;transform-origin:top right;opacity:0;pointer-events:none;transform:translateY(-10px) scale(.94);transition:opacity .22s ease,transform .22s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.language-dropdown[open].is-open .language-dropdown-menu{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.language-dropdown.is-closing .language-dropdown-menu{pointer-events:none}.language-menu-button{width:100%;min-width:68px;height:34px;border:0;background:transparent;color:#4f5964;box-shadow:none}.language-menu-button.is-active{background:var(--lime-strong);color:#142600;box-shadow:0 4px 10px #a8ea002e}@media(hover:hover)and (pointer:fine){.language-button:hover{border-color:#a8ea007a;background:#e5f9bd}.language-dropdown summary:hover{border-color:#a8ea007a;background:#e5f9bd;box-shadow:inset 0 0 0 1px #a8ea0033,0 5px 14px #a8ea001f}.language-menu-button:hover{background:#e8f9bdd1;color:var(--blue-dark)}.language-menu-button.is-active:hover{background:var(--lime-strong);color:#142600}}.subtitle-line{display:inline}.subtitle-line+.subtitle-line:before{content:" "}.intro-visual{position:absolute;z-index:0;top:-18px;right:clamp(-102px,-3.8vw,-46px);width:min(840px,56vw);height:auto;object-fit:contain;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 12%,#000 96%,transparent 100%),linear-gradient(180deg,#000 0%,#000 84%,transparent 100%);-webkit-mask-composite:source-in;mask-image:linear-gradient(90deg,transparent 0%,#000 12%,#000 96%,transparent 100%),linear-gradient(180deg,#000 0%,#000 84%,transparent 100%);mask-composite:intersect;pointer-events:none;user-select:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;border-radius:8px;border:1px solid transparent;padding:0 18px;text-decoration:none;font-weight:700;cursor:pointer}.button-primary{background:var(--blue);color:#fff}.button-secondary{background:#ffffffc2;color:var(--ink);border-color:var(--line)}.band{padding:18px 0 42px;border-bottom:0}.calculator-band{background:var(--bg);position:relative;z-index:3;margin-top:-24px;padding:0 0 16px;border-bottom:0}.data-source-note{margin-top:8px;padding:0 4px;text-align:center}.calculator:not(.has-visible-results)+.data-source-note{display:none}.data-source-note p{max-width:900px;margin:0 auto;color:var(--muted);font-size:13px;line-height:1.35}.data-source-disclaimer{display:inline-block;white-space:nowrap}.band h2{margin:0 0 14px;font-size:clamp(28px,3vw,42px)}.section-lead{color:var(--muted);max-width:760px;margin:0 0 28px;font-size:17px}.faq-list{display:grid;gap:8px;max-width:none;margin:0 auto}.faq-container h2{color:var(--blue-dark);text-align:left}.faq-row{background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:0}.faq-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;min-height:52px;border:0;background:transparent;color:var(--ink);padding:0 16px;cursor:pointer;font:inherit;font-weight:800;text-align:left;list-style:none}.faq-summary::-webkit-details-marker{display:none}.faq-summary:after{content:"+";flex:0 0 auto;color:var(--blue);font-size:20px;line-height:1}.faq-row.is-open .faq-summary:after{content:"−"}.faq-answer{overflow:hidden}.faq-row.is-animatable .faq-answer,.faq-more.is-animatable .faq-extra{height:0;opacity:0;transition:height .26s cubic-bezier(.22,1,.36,1),opacity .18s ease}.faq-row.is-animatable.is-open .faq-answer,.faq-more.is-animatable.is-open .faq-extra{opacity:1}.faq-answer-inner{display:grid;gap:8px;padding:0 16px 16px}.faq-row p{color:var(--muted);margin:0}.faq-more{display:grid;gap:8px}.faq-more-trigger{justify-self:center;display:inline-flex;align-items:center;justify-content:center;min-height:40px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--blue);padding:0 16px;cursor:pointer;font:inherit;font-weight:800;list-style:none}.faq-more-trigger::-webkit-details-marker{display:none}.faq-more.is-open[data-faq-hide-trigger]>.faq-more-trigger{display:none}.faq-extra{display:grid;gap:8px}.faq-more.is-animatable .faq-extra{overflow:hidden}.footer{padding:0 0 42px;color:var(--muted)}.footer-inner{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(360px,1fr);align-items:start;gap:40px;border-top:1px solid rgba(20,50,107,.1);padding-top:22px}.footer-section{display:grid;min-width:0;gap:9px}.footer-heading{margin:0;color:var(--blue-dark);font-size:13px;font-weight:850;line-height:1.2}.footer-legal{display:grid;min-width:0;gap:4px;font-size:13px;line-height:1.45}.footer-legal p{margin:0;overflow-wrap:anywhere}.footer-copyright{color:var(--blue-dark);font-weight:760}.footer-separator{color:#9dadc8}.footer-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;font-size:13px;gap:8px 24px;line-height:1.35}.footer-link{color:var(--blue);font-weight:700;overflow-wrap:anywhere;text-decoration:none}.footer-link:hover{text-decoration:underline;text-underline-offset:3px}.cookie-consent{position:fixed;right:16px;bottom:16px;left:16px;z-index:1000;display:flex;width:min(720px,calc(100% - 32px));align-items:center;gap:16px;margin:0 auto;border:1px solid rgba(201,218,244,.96);border-radius:12px;background:#fffffff7;box-shadow:0 18px 42px #14326b29;color:var(--muted);padding:14px 14px 14px 16px}.cookie-consent[hidden]{display:none}.cookie-consent p{min-width:0;margin:0;font-size:13px;font-weight:700;line-height:1.4;overflow-wrap:anywhere}.cookie-consent-copy-mobile{display:none}.cookie-consent a{color:var(--blue);font-weight:850;text-decoration:none}.cookie-consent a:hover{text-decoration:underline;text-underline-offset:3px}.cookie-consent-button{min-height:42px;flex:0 0 auto;border:1px solid var(--blue);border-radius:8px;background:var(--blue);color:#fff;cursor:pointer;font:inherit;font-size:14px;font-weight:850;padding:0 18px;transition:background-color .16s ease,box-shadow .16s ease,transform .16s ease}.cookie-consent-button:hover{background:#0750ea;box-shadow:0 10px 22px #0758ff38;transform:translateY(-1px)}.legal-page{min-height:62vh}.legal-section{padding:42px 0 56px}.legal-container{max-width:860px}.legal-back-link{display:inline-flex;margin-bottom:20px;color:var(--blue);font-size:14px;font-weight:800;text-decoration:none}.legal-back-link:hover{text-decoration:underline;text-underline-offset:3px}.legal-page h1{max-width:100%;font-size:clamp(32px,4vw,46px)}.legal-document{overflow-wrap:anywhere;word-break:break-word}.legal-document h1{margin:0 0 12px}.legal-document h2{margin:34px 0 12px;color:var(--blue-dark);font-size:clamp(22px,3vw,28px);line-height:1.18}.legal-document p{margin:12px 0 0}.legal-document ul{display:grid;gap:7px;margin:12px 0 0;padding-left:24px}.legal-document li{padding-left:2px}.legal-document a{color:var(--blue);font-weight:750;text-decoration:none}.legal-document a:hover{text-decoration:underline;text-underline-offset:3px}.legal-details{display:grid;margin:24px 0 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.legal-row{display:grid;grid-template-columns:minmax(190px,.38fr) minmax(0,1fr);gap:16px;padding:14px 0}.legal-row+.legal-row{border-top:1px solid var(--line)}.legal-row dt{color:var(--muted);font-weight:800}.legal-row dd{min-width:0;margin:0;color:var(--ink);overflow-wrap:anywhere;word-break:break-word}.legal-link{color:var(--blue);font-weight:750;overflow-wrap:anywhere;text-decoration:none;word-break:break-word}.legal-link:hover{text-decoration:underline;text-underline-offset:3px}@media(max-width:860px){.intro{padding:20px 0 18px}.calculator-band{margin-top:0}.intro-inner{min-height:auto}.intro-content{max-width:560px}.intro-top{margin-bottom:24px}h1{font-size:clamp(36px,9vw,48px)}.intro-copy p{font-size:17px}.social-proof-slot{width:min(100%,560px)}.hero-stats{width:min(100%,640px);gap:10px;margin-top:28px}.hero-stat-card{min-height:76px;grid-template-columns:36px minmax(0,1fr);gap:8px;padding:10px 12px}.hero-stat-icon{width:36px;height:36px;border-radius:10px}.hero-stat-icon svg{width:22px;height:22px}.hero-stat-number{font-size:26px}.hero-stat-prefix,.hero-stat-unit{font-size:13px}.hero-stat-detail{font-size:12px}.intro-visual{top:-28px;right:-42px;width:min(640px,88vw);opacity:.5}.footer-inner{grid-template-columns:minmax(0,1fr);gap:20px}.footer-documents{max-width:640px}}@media(max-width:560px){.container{width:calc(100% - 24px)}.intro{padding-top:18px;padding-bottom:10px}.intro-inner{min-height:auto;gap:8px}.intro-top{align-items:flex-start;gap:10px;margin-bottom:16px}.brand{font-size:20px}.brand-mark{width:36px;height:36px}h1{font-size:clamp(30px,8.8vw,37px);line-height:1.04}.intro-copy p{max-width:100%}.social-proof-slot{min-height:0;margin-top:2px}.social-proof-slot-submit{justify-content:center;margin:0 0 1px}.social-proof-badge{align-items:flex-start;gap:3px 7px;font-size:12.5px;line-height:1.22}.social-proof-slot-submit .social-proof-badge{justify-content:center;font-size:11.5px;line-height:1.18;text-align:center}.social-proof-item{align-items:center;gap:5px}.social-proof-icon{width:13px;height:13px}.social-proof-dot{width:7px;height:7px;margin-top:0;box-shadow:0 0 0 3px #a8ea002e,0 3px 8px #37590024}.subtitle-line{display:inline}.subtitle-line+.subtitle-line:before{content:" "}.subtitle-line:first-child{display:block}.subtitle-line:first-child+.subtitle-line:before{content:""}.intro-visual{position:relative;top:auto;right:auto;left:50%;display:block;transform:translate(-44%,-54px);width:min(364px,92vw);margin:-72px 0 -42px;opacity:1}.hero-stats{--hero-stat-shift: 4px;width:100vw;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:0;margin:-28px calc(50% - 50vw) 0;border:1px solid rgba(210,224,246,.78);border-right:0;border-left:0;border-radius:0;background:#ffffff9e;padding:5px 0;box-shadow:0 8px 18px #112f6609,inset 0 0 0 1px #ffffff61}.hero-stats:before,.hero-stats:after{position:absolute;top:10px;bottom:10px;width:1px;background:#d2e0f6b8;content:""}.hero-stats:before{left:calc(33.333% + var(--hero-stat-shift))}.hero-stats:after{left:calc(66.666% + var(--hero-stat-shift))}.hero-stat-card{position:relative;min-height:44px;width:max-content;max-width:100%;grid-template-columns:24px minmax(0,max-content);align-items:center;justify-self:center;gap:3px;border:0;border-radius:0;background:transparent;padding:4px 0;box-shadow:none;transform:translate(4px)}.hero-stat-card:first-child{padding-left:0;padding-right:0}.hero-stat-card-timer{transform:none}.hero-stat-icon{width:24px;height:24px;border-radius:8px}.hero-stat-icon svg{width:16px;height:16px}.hero-stat-copy{min-width:0}.hero-stat-main{display:flex;gap:2px;align-items:center}.hero-stat-label{gap:0}.hero-stat-number{font-size:23px;line-height:.95;margin:0 1px}.hero-stat-prefix,.hero-stat-unit{font-size:10.5px;line-height:1}.hero-stat-detail{font-size:10px;font-weight:620;line-height:1;white-space:nowrap}.language-dropdown summary{min-width:64px;height:34px;gap:3px;padding:0 9px;font-size:11px}.language-dropdown-menu{right:0;max-width:calc(100vw - 24px);min-width:72px;border-radius:16px;padding:5px}.language-menu-button{min-width:62px;height:32px;gap:3px;padding:0 7px;font-size:11px}.language-flag{font-size:14px}.band{padding:12px 0 32px}.footer{padding-bottom:calc(64px + env(safe-area-inset-bottom))}.footer-inner{gap:18px;padding-top:16px}.footer-section{gap:8px}.footer-heading,.footer-legal{font-size:12px}.footer-nav{grid-template-columns:minmax(0,1fr);gap:7px;justify-items:start;font-size:12px;line-height:1.35}.footer-link{font-weight:680}.cookie-consent{right:10px;bottom:calc(10px + env(safe-area-inset-bottom));left:10px;width:calc(100% - 20px);gap:10px;padding:10px;border-radius:10px}.cookie-consent p{font-size:12px;line-height:1.3}.cookie-consent-copy-desktop{display:none}.cookie-consent-copy-mobile{display:inline}.cookie-consent-button{min-width:92px;min-height:38px;padding:0 13px;font-size:13px}.legal-section{padding:30px 0 42px}.legal-back-link{margin-bottom:16px}.legal-row{grid-template-columns:minmax(0,1fr);gap:4px;padding:12px 0}}@media(max-width:380px){.container{width:calc(100% - 20px)}.hero-stats{--hero-stat-shift: 3px;width:100vw;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:-24px calc(50% - 50vw) 0;border-radius:0;padding:4px 0}.hero-stat-card{min-height:42px;grid-template-columns:22px minmax(0,max-content);gap:3px;padding:4px 0;transform:translate(3px)}.hero-stat-card:first-child{padding-left:0;padding-right:0}.hero-stat-icon{width:22px;height:22px;border-radius:7px}.hero-stat-icon svg{width:15px;height:15px}.hero-stat-number{font-size:21.5px}.hero-stat-main{gap:2px}.hero-stat-label{gap:0}.hero-stat-prefix,.hero-stat-unit{font-size:10px;line-height:1}.hero-stat-detail{font-size:9.5px;line-height:1}}@media(max-width:340px){.hero-stat-card{min-height:40px;grid-template-columns:20px minmax(0,max-content);gap:2px}.hero-stat-icon{width:20px;height:20px;border-radius:6px}.hero-stat-icon svg{width:14px;height:14px}.hero-stat-number{font-size:20.5px;margin:0 .5px}.hero-stat-prefix,.hero-stat-unit{font-size:9px;line-height:1}.hero-stat-detail{font-size:8.5px;line-height:1}}@media(prefers-reduced-motion:reduce){.language-dropdown-menu,.language-dropdown.is-closing .language-dropdown-menu{transition:none;transform:none}.social-proof-dot,.social-proof-dot:after,.result-social-proof-counter-dot,.result-social-proof-counter-dot:after{animation:none}.faq-row.is-animatable .faq-answer,.faq-more.is-animatable .faq-extra{transition:none}}
