:root{--bg: #f8f6f3;--dark: #0a0a0a;--white: #fff;--gray: #888;--card: #f0ede8;--orange: oklch(64% .18 42);--font: "DM Sans", system-ui, sans-serif;--nav-h: 68px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--dark);overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.fade-in{opacity:0;transition:opacity .7s ease}.fade-in.visible{opacity:1}.fade-delay-1{transition-delay:.1s}.fade-delay-2{transition-delay:.2s}.fade-delay-3{transition-delay:.3s}.fade-delay-4{transition-delay:.4s}#qr-sticky{position:fixed;bottom:28px;right:28px;z-index:999;transition:transform .25s ease,filter .25s ease}#qr-sticky a{display:block;background:#0a0a0a;border-radius:22px;padding:18px 20px;box-shadow:0 14px 42px #00000047}#qr-sticky:hover{transform:translateY(-4px);filter:brightness(1.06)}#qr-sticky:hover a{box-shadow:0 20px 50px #00000057}.qr-sticky-inner{display:flex;flex-direction:column;align-items:center;gap:18px}.qr-sticky-heading{font-size:17px;font-weight:700;color:#fff;letter-spacing:.01em;line-height:1.25;text-align:center}.qr-sticky-qr{position:relative;width:190px;height:190px;display:grid;place-items:center}.qr-sticky-svg{width:190px;height:190px}.qr-sticky-logo{position:absolute;width:34px;height:34px;object-fit:cover;border-radius:8px;background:#fff;box-shadow:0 1px 4px #00000059;pointer-events:none}nav.site-nav{position:sticky;top:0;z-index:100;min-height:var(--nav-h);background:#f8f6f3e0;backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.07)}.nav-inner{min-height:var(--nav-h);display:flex;align-items:center}.nav-logo{display:flex;align-items:center;gap:10px;margin-right:40px;font-size:20px;font-weight:800}.nav-logo img{width:32px;height:32px;border-radius:8px}.nav-links{display:flex;flex:1}.nav-item{position:relative}.nav-btn{border:none;background:transparent;cursor:pointer;font:inherit;font-size:14.5px;font-weight:500;padding:8px 14px;border-radius:8px;display:flex;align-items:center;gap:5px}.nav-btn:hover{background:#0000000f}.nav-item.open .nav-btn svg{transform:rotate(180deg)}details.nav-item>summary.nav-btn{list-style:none}details.nav-item>summary.nav-btn::-webkit-details-marker{display:none}details.nav-item[open] .nav-btn svg{transform:rotate(180deg)}details.nav-item[open] .dropdown{opacity:1;transform:none;pointer-events:all}.dropdown{position:absolute;top:calc(100% + 8px);left:0;min-width:220px;padding:8px;border-radius:14px;background:var(--white);box-shadow:0 8px 40px #00000021;opacity:0;transform:translateY(-8px) scale(.97);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.nav-item.open .dropdown{opacity:1;transform:none;pointer-events:all}.dd-item{padding:10px 14px;border-radius:8px;display:block}.dd-item:hover{background:var(--card)}.dd-item-title{font-size:14px;font-weight:600;display:block}.dd-item-sub{font-size:12px;color:var(--gray);display:block;margin-top:1px}.dd-item-all{border-bottom:1px solid rgba(0,0,0,.06);margin-bottom:4px;padding-bottom:10px}.dd-item-all .dd-item-title{color:var(--orange)}.nav-right{margin-left:auto;display:flex}.app-store-btn{border:none;border-radius:10px;cursor:pointer;padding:9px 18px;background:var(--dark);color:var(--white);display:flex;align-items:center;gap:7px;font:inherit;font-size:14px;font-weight:700}.hero{min-height:calc(84vh - var(--nav-h));max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding:36px 60px clamp(40px,6vw,72px);overflow:visible}.hero-text{min-width:0}.hero-eyebrow{font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);margin-bottom:20px}.hero-title{font-size:clamp(36px,4vw,64px);line-height:1.12;letter-spacing:-.04em;font-weight:800;margin-bottom:24px}.hero-title em{color:var(--orange);font-style:normal}.hero-sub{max-width:480px;color:#555;line-height:1.6;font-size:clamp(15px,1.4vw,19px);margin-bottom:32px}.hero-ctas{display:flex;gap:14px;flex-wrap:wrap}.hero-visual{display:flex;justify-content:flex-end;align-items:center;min-width:0}.hero-phones{width:auto;height:auto;max-width:min(100%,560px);max-height:min(62vh,560px);object-fit:contain;display:block}.btn-primary,.btn-ghost{border-radius:14px;cursor:pointer;font:inherit}.btn-primary{border:none;background:var(--dark);color:var(--white);font-size:16px;font-weight:700;padding:14px 28px;display:flex;align-items:center;gap:9px;text-decoration:none}.btn-ghost{background:transparent;border:1.5px solid rgba(0,0,0,.2);font-size:15px;padding:13px 22px}section{padding:100px 24px}.container{max-width:1100px;margin:0 auto}.section-label{font-size:11.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);margin-bottom:16px}.section-title{font-size:clamp(32px,4.5vw,58px);line-height:1.05;letter-spacing:-.03em;font-weight:800}.section-sub{margin-top:16px;max-width:520px;color:#666;font-size:18px;line-height:1.6}.problem-section,.cb-section,.notif-section,.final-cta{background:var(--dark)}.problem-section,.problem-section .section-title,.cb-section .section-title,.final-cta .section-title,.notif-title{color:var(--white)}.problem-section .section-sub,.cb-section .section-sub,.notif-section .section-sub,.final-cta .section-sub{color:#ffffff8c}.stat-grid,.steps,.features-grid,.tools-grid,.pricing-grid,.reviews-grid{margin-top:56px;display:grid;gap:24px}.stat-grid{grid-template-columns:repeat(3,1fr)}.steps{grid-template-columns:repeat(3,1fr);gap:32px}.features-grid{grid-template-columns:1fr 1fr}.tools-grid{grid-template-columns:repeat(4,1fr);gap:20px}.pricing-grid{grid-template-columns:repeat(3,1fr);max-width:960px;margin-left:auto;margin-right:auto}.reviews-grid{grid-template-columns:repeat(3,1fr);gap:20px}.stat-card,.step-card,.feature-card,.tool-card,.plan-card,.review-card{border-radius:20px}.stat-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);padding:36px 28px}.stat-num{font-size:52px;font-weight:800;letter-spacing:-.04em;line-height:1}.stat-num span{color:var(--orange)}.stat-unit{font-size:.6em}.stat-desc{margin-top:10px;color:#ffffff80;line-height:1.5}.step-card,.feature-card,.tool-card,.plan-card,.review-card{background:var(--white);border:1px solid rgba(0,0,0,.07)}.step-card{padding:36px 28px;border-radius:24px}.step-num{font-size:72px;color:#0000000d;line-height:1;font-weight:800;letter-spacing:-.05em;margin-bottom:16px}.step-title{font-size:22px;font-weight:700}.step-desc{margin-top:10px;color:#666;line-height:1.6}.section-features{background:var(--bg);padding-top:0}.feature-card{border-radius:24px;overflow:hidden}.feature-img{background:var(--card);min-height:260px;padding:32px 24px 0;display:flex;align-items:center;justify-content:center}.feature-img img{max-height:240px;object-fit:contain}.feature-body{padding:28px 32px 32px}.feature-tag{font-size:11px;font-weight:700;letter-spacing:.1em;color:var(--orange);text-transform:uppercase;margin-bottom:8px}.feature-title{font-size:24px;font-weight:700;letter-spacing:-.02em}.feature-desc{margin-top:8px;color:#666;line-height:1.6}.cb-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.cb-questions{margin-top:36px;display:flex;flex-direction:column;gap:12px}.cb-q{background:#ffffff12;border:1px solid rgba(255,255,255,.12);color:#ffffffd9;border-radius:14px;padding:16px 20px;display:flex;gap:12px}.cb-q-dot{width:8px;height:8px;border-radius:50%;background:var(--orange);margin-top:9px;flex-shrink:0}.cb-phone-wrap{display:flex;justify-content:center}.cb-phone-wrap img{max-height:700px;object-fit:contain}.tool-card{padding:28px 24px}.tool-icon{width:44px;height:44px;border-radius:12px;background:var(--dark);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.tool-title{font-size:18px;font-weight:700}.tool-desc{margin-top:6px;color:#777;line-height:1.55}.analytics-section{background:var(--white);padding:80px 24px}.analytics-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.analytics-title{font-size:clamp(28px,3.5vw,44px)}.analytics-sub{font-size:16px}.analytics-image{display:flex;justify-content:center;background:var(--card);border-radius:24px;padding:32px 24px}.analytics-image img{max-height:400px;object-fit:contain}.notif-grid{margin-top:56px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.notif-card{background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:24px 20px}.notif-name{color:var(--white);font-size:16px;font-weight:700}.notif-vibe{margin-top:4px;color:#ffffff73;font-size:13px}.notif-quote{margin-top:14px;color:#ffffffa6;font-size:13.5px;line-height:1.5;font-style:italic}.pricing-center,.final-center{text-align:center}.pricing-sub{margin:16px auto 0}.plan-card{padding:36px 32px;border:1.5px solid rgba(0,0,0,.1)}.plan-card.premium{background:var(--dark);color:var(--white);border-color:transparent}.plan-card.lifetime{border-color:var(--orange)}.plan-name{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gray)}.premium .plan-name,.lifetime-name{color:var(--orange)}.plan-price{margin-top:8px;font-size:48px;font-weight:800;letter-spacing:-.04em}.plan-period{font-size:15px;color:#888;font-weight:400}.premium .plan-period{color:#fff6}.plan-features{list-style:none;margin-top:28px;display:flex;flex-direction:column;gap:10px;text-align:left}.plan-features li{font-size:15px}.plan-cta{width:100%;margin-top:32px;padding:14px;border:none;border-radius:12px;cursor:pointer;font:inherit;font-size:15px;font-weight:700}.plan-cta-free{background:var(--dark);color:var(--white)}.plan-cta-premium{background:var(--orange);color:var(--white)}.plan-cta{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.reviews-section{background:var(--bg)}.review-card{padding:28px 24px;display:flex;flex-direction:column;gap:14px}.review-stars{color:var(--orange);letter-spacing:2px}.review-text{color:#333;line-height:1.65;flex:1}.review-name{font-size:14px;font-weight:700;display:block}.review-handle{color:var(--gray);font-size:12px}.final-cta{padding:140px 24px}.final-center .section-title{max-width:700px;margin:0 auto}.final-center .section-sub{margin:20px auto 0;max-width:440px}.final-logo-wrap{margin-bottom:28px;display:flex;justify-content:center}.final-logo{width:80px;height:80px;border-radius:20px;box-shadow:0 8px 32px #ffffff26}.final-btn-wrap{margin-top:40px;display:flex;justify-content:center}.btn-primary-light{background:#fff;color:var(--dark);font-size:17px;padding:16px 32px}footer{background:#0a0a0a;border-top:1px solid rgba(255,255,255,.07);padding:48px 24px}.footer-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.footer-logo{display:flex;align-items:center;gap:10px;color:var(--white);font-size:18px;font-weight:800}.footer-logo img{width:32px;height:32px;border-radius:8px}.footer-links{display:flex;gap:28px}.footer-links a{color:#ffffff59;font-size:13px}.footer-copy{color:#ffffff40;font-size:12.5px}.blog-index-page{max-width:1100px;margin:0 auto;padding:72px 24px 96px}.blog-index-header{margin-bottom:56px;max-width:640px}.blog-index-header h1{font-size:clamp(30px,5vw,48px);font-weight:800;margin:12px 0 16px}.blog-index-header p{font-size:17px;color:#555;line-height:1.6}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.blog-card{background:var(--white);border-radius:18px;padding:28px;display:flex;flex-direction:column;gap:12px;border:1px solid rgba(0,0,0,.06);transition:transform .22s ease,box-shadow .22s ease}.blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px #0000001a}.blog-card-meta{display:flex;align-items:center;gap:10px}.blog-tag{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;padding:3px 9px;border-radius:99px;color:var(--tag-color, var(--orange));background:color-mix(in srgb,var(--tag-color, var(--orange)) 12%,transparent)}.blog-read-time{font-size:12px;color:var(--gray)}.blog-card-title{font-size:18px;font-weight:700;line-height:1.4;color:var(--dark)}.blog-card-desc{font-size:14.5px;color:#555;line-height:1.65;flex:1}.blog-card-footer{display:flex;justify-content:space-between;align-items:center;font-size:12.5px;color:var(--gray);padding-top:12px;border-top:1px solid rgba(0,0,0,.06);margin-top:auto}.blog-read-more{font-weight:600;color:var(--orange)}.blog-post-page{max-width:760px;margin:0 auto;padding:48px 24px 96px}.breadcrumb{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--gray);margin-bottom:40px;flex-wrap:wrap}.breadcrumb a{color:var(--orange)}.breadcrumb a:hover{text-decoration:underline}.blog-post-header{margin-bottom:48px}.blog-post-meta{display:flex;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap;font-size:13px;color:var(--gray)}.blog-post-header h1{font-size:clamp(26px,5vw,42px);font-weight:800;line-height:1.25;margin-bottom:16px}.blog-post-desc{font-size:18px;color:#555;line-height:1.65}.blog-post-content{display:flex;flex-direction:column;gap:20px}.blog-post-content h2{font-size:24px;font-weight:700;margin-top:20px;line-height:1.3}.blog-post-content h3{font-size:19px;font-weight:700;margin-top:8px}.blog-post-content p{font-size:17px;line-height:1.8;color:#333}.blog-post-content ul,.blog-post-content ol{padding-left:22px;display:flex;flex-direction:column;gap:10px}.blog-post-content li{font-size:16.5px;line-height:1.75;color:#333}.blog-callout{background:color-mix(in srgb,var(--orange) 8%,transparent);border-left:3px solid var(--orange);border-radius:0 12px 12px 0;padding:18px 22px;font-size:16px;font-weight:500;line-height:1.7;color:#2a1a0a}.blog-quote{border-left:3px solid rgba(0,0,0,.15);padding:16px 24px;margin:8px 0}.blog-quote p{font-size:18px;font-style:italic;color:#444;line-height:1.75}.blog-quote cite{display:block;margin-top:10px;font-size:13px;color:var(--gray);font-style:normal}.blog-post-back{margin-top:64px;padding-top:32px;border-top:1px solid rgba(0,0,0,.08)}.blog-post-back a{color:var(--orange);font-weight:600}.blog-post-back a:hover{text-decoration:underline}.legal-page{max-width:820px;margin:0 auto;padding:72px 24px 96px;min-height:60vh;color:var(--dark)}.legal-page h1{font-size:clamp(28px,5vw,42px);font-weight:800;margin-bottom:40px}.legal-page h2{font-size:20px;font-weight:700;margin-top:40px;margin-bottom:10px}.legal-page h3{font-size:16px;font-weight:700;margin-top:28px;margin-bottom:6px}.legal-page p{font-size:15.5px;line-height:1.75;color:#444;margin-bottom:12px}.legal-page a{color:var(--orange);text-decoration:none}.legal-page a:hover{text-decoration:underline}.privacy-embed{margin:28px 0}.privacy-embed iframe{width:100%;height:70vh;border:1px solid rgba(0,0,0,.1);border-radius:12px}.contact-form{margin-top:40px;display:flex;flex-direction:column;gap:24px}.form-field{display:flex;flex-direction:column;gap:6px}.form-field label{font-size:14px;font-weight:600;color:#222}.form-field input,.form-field select,.form-field textarea{font:inherit;font-size:15px;padding:12px 14px;border:1.5px solid #ddd;border-radius:10px;background:#fafafa;color:var(--dark);transition:border-color .2s;width:100%}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:var(--orange);background:#fff}.form-field textarea{resize:vertical}.form-consent .consent-label{display:flex;align-items:center;gap:10px;font-size:14px;color:#444;cursor:pointer}.form-consent input[type=checkbox]{width:16px;height:16px;accent-color:var(--orange);flex-shrink:0;padding:0;border-radius:4px}.form-error{font-size:13px;color:#d32f2f}.form-message{padding:14px 18px;border-radius:10px;margin-bottom:16px;font-size:15px;font-weight:500}.form-success{background:#e8f5e9;color:#2e7d32}.contact-submit{align-self:flex-start;margin-top:8px}.footer-links-list{list-style:none;margin-top:24px;display:flex;flex-direction:column;gap:16px}.footer-links-list li{display:flex;flex-direction:column;gap:4px}.footer-links-list a{font-size:17px;font-weight:700;color:var(--orange);text-decoration:none}.footer-links-list a:hover{text-decoration:underline}.footer-links-list span{font-size:14px;color:#666}.nav-text-link{text-decoration:none;color:inherit}.vh-page{padding-bottom:72px}.vh-hero{padding:52px 0 40px;background:var(--bg);border-bottom:1px solid rgba(0,0,0,.06)}.vh-hero-inner{max-width:720px}.vh-eyebrow{font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:color-mix(in oklch,var(--orange) 75%,var(--dark));margin-bottom:12px}.vh-title{font-size:clamp(2rem,4.6vw,2.85rem);font-weight:800;line-height:1.08;letter-spacing:-.02em;margin-bottom:16px}.vh-lead{font-size:clamp(1.05rem,2.2vw,1.2rem);line-height:1.65;color:#4a4a4a;max-width:52ch}.vh-timeline-wrap{max-width:880px;margin:0 auto;padding:48px 24px 0}.vh-list{list-style:none;margin:0;padding:0}.vh-item{position:relative;padding-left:44px;margin-bottom:44px}.vh-item:before{content:"";position:absolute;left:15px;top:36px;bottom:-44px;width:2px;background:linear-gradient(180deg,color-mix(in oklch,var(--orange) 55%,transparent),#00000012 70%,#00000008)}.vh-item:last-child:before{display:none}.vh-node{position:absolute;left:6px;top:32px;width:18px;height:18px;border-radius:50%;background:var(--white);border:3px solid var(--orange);box-shadow:0 0 0 4px var(--bg);z-index:1}.vh-card{display:grid;grid-template-columns:1fr;background:var(--white);border:1px solid rgba(0,0,0,.08);border-radius:22px;overflow:hidden;box-shadow:0 18px 48px #00000012;transition:transform .25s ease,box-shadow .25s ease}.vh-card:hover{transform:translateY(-3px);box-shadow:0 26px 56px #0000001a}.vh-card-shot{background:linear-gradient(165deg,#f2eeea,#ebe6e0);border-bottom:1px solid rgba(0,0,0,.06)}.vh-card-img{width:100%;height:auto;display:block;max-height:280px;object-fit:cover;object-position:top center}.vh-card-main{padding:22px 26px 28px}.vh-card-head{display:flex;align-items:baseline;justify-content:space-between;gap:14px;flex-wrap:wrap}.vh-version{font-size:1.65rem;font-weight:800;letter-spacing:-.02em}.vh-card-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.vh-badge{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:4px 9px;border-radius:999px;background:color-mix(in oklch,var(--orange) 18%,var(--card));color:color-mix(in oklch,var(--orange) 55%,var(--dark))}.vh-date{font-size:14px;color:var(--gray);font-weight:500}.vh-rule{border:none;border-top:1px solid rgba(0,0,0,.08);margin:18px 0 16px}.vh-card-title{font-size:1.22rem;font-weight:700;line-height:1.3;margin:0 0 4px}.vh-subhead{font-size:1rem;font-weight:700;margin:0 0 18px;display:flex;align-items:center;gap:6px}.vh-spark{font-size:1.05em;line-height:1}.vh-bullets{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.vh-bullets li{display:flex;gap:12px;align-items:flex-start}.vh-bullet{width:7px;height:7px;border-radius:50%;background:#b8b4ae;flex-shrink:0;margin-top:.55em}.vh-li-text{font-size:15px;line-height:1.55;color:#3d3d3d}.vh-li-text strong{color:var(--dark);font-weight:600}.vh-outro{padding:8px 24px 0}.vh-outro-inner{max-width:520px;margin:0 auto;text-align:center}.vh-outro-copy{font-size:1.05rem;line-height:1.6;color:#555}@media(min-width:780px){.vh-card{grid-template-columns:minmax(0,1fr) minmax(0,1.12fr)}.vh-card-shot{border-bottom:none;border-right:1px solid rgba(0,0,0,.06)}.vh-card-img{min-height:100%;max-height:none}}@media(max-width:900px){.nav-inner{padding:0 20px}.hero{grid-template-columns:1fr;text-align:center;min-height:auto;padding:48px 24px 40px;gap:28px}.hero-ctas{justify-content:center}.hero-visual{justify-content:center;align-items:center}.hero-phones{max-width:min(92vw,420px);max-height:min(42vh,380px);margin-inline:auto}.features-grid,.analytics-grid,.cb-inner,.pricing-grid,.reviews-grid{grid-template-columns:1fr}.stat-grid,.steps,.tools-grid,.notif-grid{grid-template-columns:1fr 1fr}.cb-phone-wrap{display:none}.footer-inner{flex-direction:column;gap:20px;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}}@media(max-width:600px){.nav-links{display:none}.stat-grid,.steps,.tools-grid,.notif-grid{grid-template-columns:1fr}#qr-sticky{display:none}}.quiz-teaser-section{background:radial-gradient(800px 360px at 82% 10%,color-mix(in oklch,var(--orange) 20%,transparent),transparent 60%),var(--bg)}.quiz-teaser-inner{display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:center}.quiz-teaser-text .section-sub{max-width:480px}.quiz-teaser-sub{margin-bottom:24px}.quiz-teaser-bullets{list-style:none;margin:0 0 32px;padding:0;display:flex;flex-direction:column;gap:12px;max-width:480px}.quiz-teaser-bullets li{display:flex;gap:10px;align-items:flex-start;font-size:15.5px;color:#333;line-height:1.5}.quiz-teaser-bullets svg{color:var(--orange);flex-shrink:0;margin-top:2px}.quiz-teaser-cta-wrap{display:flex;gap:14px;flex-wrap:wrap}.quiz-teaser-cta-wrap .btn-primary{gap:10px}.quiz-teaser-visual{display:flex;justify-content:center}.quiz-teaser-card{width:100%;max-width:360px;background:var(--white);border:1px solid rgba(0,0,0,.07);border-radius:24px;padding:26px 26px 22px;box-shadow:0 28px 64px #0000001a;position:relative}.quiz-teaser-card-head{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#999}.quiz-teaser-card-dot{width:8px;height:8px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 4px color-mix(in oklch,var(--orange) 20%,transparent)}.quiz-teaser-score{margin-top:18px;display:flex;align-items:baseline;gap:6px}.quiz-teaser-score-big{font-size:72px;font-weight:800;letter-spacing:-.04em;line-height:1;background:linear-gradient(135deg,#e85d2a 0%,var(--orange) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.quiz-teaser-score-sub{font-size:18px;color:#999;font-weight:600}.quiz-teaser-verdict{margin-top:4px;font-size:15px;font-weight:700;color:#d14a1f}.quiz-teaser-bar{margin-top:20px;width:100%;height:8px;border-radius:99px;background:#0000000f;overflow:hidden}.quiz-teaser-bar-fill{width:84%;height:100%;background:linear-gradient(90deg,#6acf5a,#e8c145,#e85d2a)}.quiz-teaser-meta{margin-top:10px;display:flex;justify-content:space-between;font-size:11px;font-weight:600;color:#888;letter-spacing:.04em;text-transform:uppercase}@media(max-width:900px){.quiz-teaser-inner{grid-template-columns:1fr;gap:40px;text-align:center}.quiz-teaser-text .section-sub,.quiz-teaser-bullets{margin-left:auto;margin-right:auto}.quiz-teaser-bullets li{text-align:left}.quiz-teaser-cta-wrap{justify-content:center}}.quiz-page{padding-bottom:0}.quiz-hero{padding:52px 0 32px;background:var(--bg);border-bottom:1px solid rgba(0,0,0,.06)}.quiz-hero-inner{max-width:760px;padding:0 24px;margin:0 auto}.quiz-eyebrow{font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:color-mix(in oklch,var(--orange) 75%,var(--dark));margin-bottom:12px}.quiz-title{font-size:clamp(2.2rem,5.5vw,3.4rem);font-weight:800;line-height:1.05;letter-spacing:-.03em;margin-bottom:16px}.quiz-lead{font-size:clamp(1.05rem,2.2vw,1.22rem);line-height:1.6;color:#4a4a4a;max-width:56ch}.quiz-lead strong{color:var(--dark);font-weight:700}.quiz-app-section{background:var(--bg);padding:40px 24px 80px}.quiz-app-container{max-width:760px;margin:0 auto}.quiz-app{background:var(--white);border:1px solid rgba(0,0,0,.07);border-radius:28px;padding:36px clamp(22px,4vw,44px) 40px;box-shadow:0 28px 64px #00000012;position:relative}.quiz-progress{width:100%;height:6px;border-radius:99px;background:#0000000f;overflow:hidden}.quiz-progress-bar{width:0%;height:100%;background:linear-gradient(90deg,var(--orange) 0%,#e85d2a 100%);transition:width .4s cubic-bezier(.2,.8,.2,1)}.quiz-progress-meta{margin-top:10px;display:flex;justify-content:space-between;font-size:12.5px;font-weight:600;color:var(--gray);letter-spacing:.02em}.quiz-stack{margin-top:28px;position:relative}.quiz-card{opacity:0;transform:translateY(14px);transition:opacity .32s ease,transform .32s cubic-bezier(.2,.8,.2,1)}.quiz-card.is-visible{opacity:1;transform:none}.quiz-card-num{font-size:11.5px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);margin-bottom:10px}.quiz-card-q{font-size:clamp(1.4rem,3vw,1.8rem);font-weight:800;line-height:1.2;letter-spacing:-.02em;margin-bottom:8px}.quiz-card-helper{color:#666;font-size:15px;line-height:1.5;margin-bottom:22px}.quiz-options{display:flex;flex-direction:column;gap:10px}.quiz-option{display:flex;align-items:center;gap:14px;width:100%;text-align:left;background:#faf8f5;border:1.5px solid rgba(0,0,0,.08);border-radius:14px;padding:14px 16px;font:inherit;font-size:15.5px;line-height:1.4;color:var(--dark);cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.quiz-option:hover{border-color:var(--orange);background:color-mix(in oklch,var(--orange) 6%,var(--white))}.quiz-option.is-selected{border-color:var(--orange);background:color-mix(in oklch,var(--orange) 12%,var(--white));transform:translateY(-1px)}.quiz-option-key{width:28px;height:28px;flex-shrink:0;border-radius:8px;background:var(--white);border:1.5px solid rgba(0,0,0,.1);display:grid;place-items:center;font-size:13px;font-weight:700;color:#666;transition:background .18s ease,color .18s ease,border-color .18s ease}.quiz-option.is-selected .quiz-option-key{background:var(--orange);border-color:var(--orange);color:var(--white)}.quiz-option-label{flex:1}.quiz-card-back-wrap{margin-top:18px}.quiz-back-btn{background:transparent;border:none;color:var(--gray);font:inherit;font-size:13.5px;font-weight:600;cursor:pointer;padding:4px 0}.quiz-back-btn:hover{color:var(--dark)}.quiz-result{text-align:center}.quiz-result-eyebrow{font-size:11.5px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--gray);margin-bottom:8px}.quiz-score-wrap{display:flex;justify-content:center;margin:4px 0 20px}.quiz-score-dial{position:relative;width:180px;height:180px;color:var(--orange);transition:color .3s ease}.quiz-score-dial.tone-green{color:#2fa85a}.quiz-score-dial.tone-amber{color:#e8a82f}.quiz-score-dial.tone-orange{color:var(--orange)}.quiz-score-dial.tone-red{color:#d0371b}#quiz-score-circle{transition:stroke-dashoffset .1s linear}.quiz-score-number{position:absolute;inset:0;display:grid;place-items:center;flex-direction:column;line-height:1;text-align:center}.quiz-score-number{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}#quiz-score-value{font-size:56px;font-weight:800;letter-spacing:-.04em;line-height:1;font-variant-numeric:tabular-nums}.quiz-score-of{font-size:14px;color:var(--gray);font-weight:600}.quiz-verdict{max-width:520px;margin:0 auto}.quiz-verdict-badge{display:inline-block;font-size:11.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;padding:5px 11px;border-radius:99px;background:#0000000f;color:var(--dark);margin-bottom:12px;transition:background .3s ease,color .3s ease}.quiz-verdict-badge.tone-green{background:color-mix(in srgb,#2fa85a 16%,transparent);color:#1e7a40}.quiz-verdict-badge.tone-amber{background:color-mix(in srgb,#e8a82f 22%,transparent);color:#8a5f00}.quiz-verdict-badge.tone-orange{background:color-mix(in srgb,var(--orange) 20%,transparent);color:#b0421a}.quiz-verdict-badge.tone-red{background:color-mix(in srgb,#d0371b 18%,transparent);color:#8a1f0d}.quiz-verdict-title{font-size:clamp(1.3rem,2.8vw,1.6rem);font-weight:800;line-height:1.25;letter-spacing:-.02em;margin-bottom:10px}.quiz-verdict-body{font-size:16px;color:#444;line-height:1.6}.quiz-cutcut-cta{margin-top:36px;display:grid;grid-template-columns:220px 1fr;gap:28px;align-items:center;text-align:left;background:var(--dark);color:var(--white);border-radius:22px;padding:28px}.quiz-cutcut-img{max-width:100%;max-height:280px;object-fit:contain;justify-self:center}.quiz-cutcut-label{font-size:11.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);margin-bottom:8px}.quiz-cutcut-title{font-size:clamp(1.25rem,2.6vw,1.55rem);font-weight:800;line-height:1.2;letter-spacing:-.02em;margin-bottom:10px;color:var(--white)}.quiz-cutcut-desc{font-size:15px;line-height:1.6;color:#ffffffb8;margin-bottom:18px}.quiz-cutcut-ctas{display:flex;gap:12px;flex-wrap:wrap}.quiz-cutcut-ctas .btn-primary{background:var(--white);color:var(--dark)}.quiz-cutcut-ctas .btn-ghost{border-color:#ffffff40;color:var(--white)}.quiz-share{margin-top:32px;padding-top:28px;border-top:1px solid rgba(0,0,0,.08)}.quiz-share-label{font-size:13.5px;color:var(--gray);margin-bottom:12px}.quiz-share-btns{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.quiz-share-btn{display:inline-flex;align-items:center;gap:8px;background:var(--white);border:1.5px solid rgba(0,0,0,.1);border-radius:12px;padding:10px 16px;font:inherit;font-size:14px;font-weight:600;cursor:pointer;color:var(--dark);transition:border-color .18s ease,transform .18s ease,background .18s ease}.quiz-share-btn:hover{border-color:var(--orange);transform:translateY(-1px);background:#fafafa}.quiz-share-btn svg{flex-shrink:0}.quiz-retry-wrap{margin-top:24px}.quiz-retry{background:transparent;border:none;color:var(--gray);font:inherit;font-size:13.5px;font-weight:600;cursor:pointer}.quiz-retry:hover{color:var(--dark)}.quiz-seo{background:var(--white);padding:56px 24px}.quiz-seo-inner{max-width:760px;margin:0 auto}.quiz-seo-section{padding:0;margin-bottom:32px}.quiz-seo-section h2{font-size:clamp(1.5rem,3.4vw,2rem);font-weight:800;line-height:1.2;letter-spacing:-.02em;margin-bottom:12px}.quiz-seo-section p{font-size:17px;line-height:1.7;color:#333;margin-bottom:12px}.quiz-seo-section p:last-child{margin-bottom:0}.quiz-seo-section a{color:var(--orange);font-weight:600}.quiz-seo-section a:hover{text-decoration:underline}.quiz-seo-list{margin:0 0 12px;padding-left:22px;display:flex;flex-direction:column;gap:8px}.quiz-seo-list li{font-size:16.5px;line-height:1.6;color:#333}.quiz-seo-highlight{background:color-mix(in oklch,var(--orange) 8%,var(--bg));border:1px solid color-mix(in oklch,var(--orange) 24%,transparent);border-radius:22px;padding:32px clamp(22px,4vw,36px)}.quiz-seo-cta-wrap{margin-top:22px}.quiz-seo-cta-wrap .btn-primary{display:inline-flex;background:var(--dark);color:var(--white)}.quiz-faq{display:flex;flex-direction:column;gap:10px;margin-top:4px}.quiz-faq-item{background:var(--bg);border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:0}.quiz-faq-item summary{cursor:pointer;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:14px;font-size:16px;font-weight:700;list-style:none;color:var(--dark)}.quiz-faq-item summary::-webkit-details-marker{display:none}.quiz-faq-item summary svg{flex-shrink:0;color:var(--gray);transition:transform .22s ease}.quiz-faq-item[open] summary svg{transform:rotate(180deg)}.quiz-faq-body{padding:0 20px 20px;font-size:15.5px;line-height:1.7;color:#444}@media(max-width:720px){.quiz-app{padding:28px 20px 32px}.quiz-cutcut-cta{grid-template-columns:1fr;text-align:center;padding:24px 22px}.quiz-cutcut-ctas{justify-content:center}.quiz-cutcut-img{max-height:220px}}.waitcalc-app{display:flex;flex-direction:column;gap:28px}.waitcalc-input-wrap{display:flex;flex-direction:column;gap:10px}.waitcalc-label{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#666}.waitcalc-input-row{display:flex;align-items:center;border:1.5px solid rgba(0,0,0,.1);background:#faf8f5;border-radius:14px;overflow:hidden}.waitcalc-currency{padding:0 14px;font-size:14px;font-weight:700;color:#666;border-right:1px solid rgba(0,0,0,.08)}.waitcalc-input{flex:1;border:none;background:transparent;padding:14px 16px;font:inherit;font-size:20px;font-weight:700;color:var(--dark)}.waitcalc-input:focus{outline:none;background:color-mix(in oklch,var(--orange) 8%,var(--white))}.waitcalc-result-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.waitcalc-result-card{background:#faf8f5;border:1px solid rgba(0,0,0,.07);border-radius:18px;padding:20px}.waitcalc-result-label{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#777}.waitcalc-result-main{margin-top:8px;font-size:clamp(30px,5vw,44px);font-weight:800;letter-spacing:-.03em}.waitcalc-result-sub{margin-top:6px;color:#666;line-height:1.5}.waitcalc-prob-row{margin-top:8px;display:flex;align-items:baseline;gap:10px}.waitcalc-prob-value{font-size:clamp(30px,5vw,44px);font-weight:800;letter-spacing:-.03em}.waitcalc-prob-trend{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#666}.waitcalc-prob-trend.tone-high{color:#b0421a}.waitcalc-prob-trend.tone-mid{color:#8a6500}.waitcalc-prob-trend.tone-low{color:#2f7a4f}.waitcalc-prob-bar{margin-top:8px;width:100%;height:9px;border-radius:99px;background:#00000014;overflow:hidden}.waitcalc-prob-fill{width:0%;height:100%;background:linear-gradient(90deg,#2fa85a,#e8a82f 55%,#d0371b);transition:width .35s ease}.waitcalc-rules-title{font-size:clamp(24px,4vw,38px);font-weight:800;letter-spacing:-.02em}.waitcalc-rules-card{margin-top:14px;padding:8px 0;border:1px solid rgba(0,0,0,.08);border-radius:24px;background:#f4f2ef}.waitcalc-rule{display:grid;grid-template-columns:32px 1fr;gap:14px;padding:14px 20px;border-left:3px solid transparent;transition:background .2s ease,border-color .2s ease}.waitcalc-rule h3{font-size:20px;font-weight:800;letter-spacing:-.01em}.waitcalc-rule p{margin-top:4px;color:#5f5f5f;font-size:16px;line-height:1.45}.waitcalc-rule-icon{font-size:22px;line-height:1;margin-top:3px}.waitcalc-rule.is-active{background:color-mix(in oklch,var(--orange) 10%,#f4f2ef);border-left-color:var(--orange)}.waitcalc-cta{margin-top:4px;background:var(--dark);color:var(--white);border-radius:18px;padding:22px 20px;display:flex;gap:18px;align-items:center;justify-content:space-between;flex-wrap:wrap}.waitcalc-cta p{max-width:52ch;color:#ffffffbf;line-height:1.55}.waitcalc-cta .btn-primary{background:var(--white);color:var(--dark)}@media(max-width:720px){.waitcalc-result-grid{grid-template-columns:1fr}.waitcalc-rule h3{font-size:17px}.waitcalc-rule p{font-size:15px}}.ug-page{padding-bottom:80px}.ug-hero{padding:52px 0 40px;background:var(--bg);border-bottom:1px solid rgba(0,0,0,.06)}.ug-hero-inner{max-width:720px}.ug-layout{display:grid;grid-template-columns:1fr;gap:0;padding-top:48px;align-items:start}.ug-toc{display:none}.ug-toc-label{font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--gray);margin-bottom:12px}.ug-toc-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.ug-toc-link{display:block;font-size:14px;font-weight:500;color:#555;padding:5px 10px;border-radius:8px;transition:background .15s ease,color .15s ease;line-height:1.4}.ug-toc-link:hover{background:#0000000d;color:var(--dark)}.ug-toc-link.is-active{background:var(--dark);color:var(--white);font-weight:700}.ug-content{max-width:740px;width:100%}.ug-section{padding-bottom:48px;border-bottom:1px solid rgba(0,0,0,.07);margin-bottom:48px}.ug-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.ug-h2{font-size:clamp(1.45rem,3vw,1.9rem);font-weight:800;line-height:1.15;letter-spacing:-.02em;margin-bottom:18px;scroll-margin-top:calc(var(--nav-h) + 24px)}.ug-h3{font-size:1.05rem;font-weight:700;margin:28px 0 10px;display:flex;align-items:center;gap:8px}.ug-content p{font-size:17px;line-height:1.72;color:#333;margin-bottom:14px}.ug-content p:last-child{margin-bottom:0}.ug-content strong{color:var(--dark)}.ug-list{margin:10px 0 16px;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:10px}.ug-list li{font-size:16.5px;line-height:1.65;color:#333;padding-left:20px;position:relative}.ug-list li:before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;border-radius:50%;background:#bbb}.ug-list-ordered li:before{display:none}.ug-list-ordered{counter-reset:ug-ol}.ug-list-ordered li{counter-increment:ug-ol;padding-left:28px}.ug-list-ordered li:before{display:flex;align-items:center;justify-content:center;content:counter(ug-ol);width:20px;height:20px;border-radius:50%;background:color-mix(in oklch,var(--orange) 18%,var(--card));color:color-mix(in oklch,var(--orange) 70%,var(--dark));font-size:11px;font-weight:800;top:.3em}.ug-list-quotes li{font-style:italic;color:#444}.ug-list-quotes li:before{background:#00000026}.ug-note{background:color-mix(in oklch,var(--orange) 10%,var(--bg));border:1px solid color-mix(in oklch,var(--orange) 28%,transparent);border-radius:14px;padding:16px 20px;font-size:15.5px;line-height:1.65;color:#444;margin-bottom:40px}.ug-callout{background:var(--dark);color:#ffffffd1;border-radius:18px;padding:22px 26px;font-size:16.5px;line-height:1.65;margin:18px 0 0}.ug-tip{background:color-mix(in oklch,var(--orange) 7%,var(--bg));border-left:3px solid color-mix(in oklch,var(--orange) 55%,transparent);border-radius:0 10px 10px 0;padding:14px 18px;font-size:15.5px;line-height:1.65;color:#444;margin:18px 0 0}.ug-badge{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:3px 8px;border-radius:999px;background:color-mix(in oklch,var(--orange) 18%,var(--card));color:color-mix(in oklch,var(--orange) 55%,var(--dark));vertical-align:middle}.ug-table-wrap{margin:14px 0 18px;border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.08)}.ug-table{width:100%;border-collapse:collapse;font-size:15.5px}.ug-table thead{background:var(--card)}.ug-table th{text-align:left;padding:12px 18px;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#666}.ug-table td{padding:12px 18px;line-height:1.5;color:#333;border-top:1px solid rgba(0,0,0,.06);background:var(--white)}.ug-premium-card{background:var(--dark);color:var(--white);border-radius:22px;padding:28px 28px 24px;margin:22px 0}.ug-premium-card .ug-premium-label{font-size:1.2rem;font-weight:800;letter-spacing:-.01em;text-transform:none;color:#fff;margin-bottom:16px}.ug-premium-list{list-style:none;margin:0 0 24px;padding:0;display:flex;flex-direction:column;gap:10px}.ug-premium-list li{font-size:16px;line-height:1.55;color:#ffffffd9;padding-left:20px;position:relative}.ug-premium-list li:before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;border-radius:50%;background:color-mix(in oklch,var(--orange) 80%,white)}.ug-premium-note{font-size:13.5px;color:#ffffff73}.ug-premium-cta{display:inline-flex;align-items:center;gap:8px;background:var(--white);color:var(--dark);font-size:15px;font-weight:700;padding:12px 20px;border-radius:999px;transition:opacity .15s ease}.ug-premium-cta:hover{opacity:.88}.ug-tips-list{list-style:none;margin:18px 0 0;padding:0;display:flex;flex-direction:column;gap:16px}.ug-tips-list li{display:flex;gap:16px;align-items:flex-start;font-size:16.5px;line-height:1.65;color:#333}.ug-tip-num{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:color-mix(in oklch,var(--orange) 18%,var(--card));color:color-mix(in oklch,var(--orange) 70%,var(--dark));font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center;margin-top:2px}.ug-last p{font-size:17px;line-height:1.72;color:#333;margin-bottom:14px}.ug-closing{font-size:1.15rem!important;font-weight:700;color:var(--dark)!important;margin-top:8px}.ug-updated{font-size:13px!important;color:var(--gray)!important;margin-top:28px!important}@media(min-width:1000px){.ug-layout{grid-template-columns:200px 1fr;gap:56px;max-width:1060px}.ug-toc{display:block;position:sticky;top:calc(var(--nav-h) + 24px)}.ug-content{max-width:none}}@media(max-width:600px){.ug-table th,.ug-table td{padding:10px 14px}.ug-premium-card{padding:22px 20px 20px}}
