.page-home .hero{min-height:100vh;background:var(--navy);display:flex;align-items:center;position:relative;overflow:hidden;padding:120px 24px 100px}.page-home .hero:before{content:"";position:absolute;top:-30%;right:-10%;width:900px;height:900px;background:radial-gradient(circle,rgba(255,92,92,.1) 0%,transparent 65%);border-radius:50%;pointer-events:none}.page-home .hero:after{content:"";position:absolute;bottom:-20%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,92,92,.05) 0%,transparent 65%);border-radius:50%;pointer-events:none}.page-home .hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.page-home .hero-inner{max-width:1200px;margin:0 auto;width:100%;display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:center;position:relative;z-index:1}.page-home .hero-content{animation:fadeInUp .8s ease-out}.page-home .hero-badge{display:inline-flex;align-items:center;gap:8px;background:#ff5c5c1f;border:1px solid rgba(255,92,92,.25);padding:8px 18px;border-radius:100px;margin-bottom:28px;font-size:13px;font-weight:600;color:var(--amber-bright);letter-spacing:.5px;text-transform:uppercase}.page-home .hero-badge:before{content:"";width:7px;height:7px;background:var(--amber);border-radius:50%;animation:pulse 2s infinite}.page-home .hero h1{font-family:var(--font-display);font-size:clamp(38px,5vw,62px);font-weight:800;color:var(--white);line-height:1.08;letter-spacing:-2px;margin-bottom:24px}.page-home .hero h1 .accent{color:var(--amber)}.page-home .hero-sub{font-size:19px;line-height:1.6;color:#ffffff80;margin-bottom:32px;max-width:520px}.page-home .hero-guarantee{background:#ff5c5c14;border:1px solid rgba(255,92,92,.2);border-radius:var(--radius);padding:16px 20px;margin-bottom:36px;display:flex;align-items:flex-start;gap:12px;max-width:520px}.page-home .hero-guarantee .g-icon{font-size:24px;flex-shrink:0}.page-home .hero-guarantee p{font-size:15px;line-height:1.5;color:#fff9}.page-home .hero-guarantee strong{color:var(--white)}.page-home .hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:36px}.page-home .hero-risk-reversal{font-size:14px;font-weight:600;color:#ffffff73;margin-top:14px}.page-home .hero-trust{display:flex;gap:24px;flex-wrap:wrap}.page-home .hero-trust-item{display:flex;align-items:center;gap:6px;font-size:14px;color:#ffffff59}.page-home .hero-trust-item svg{width:14px;height:14px;fill:var(--amber);opacity:.6}.page-home .hero-visual{animation:fadeInUp .9s ease-out .15s both;position:relative}.page-home .receipt-card{background:var(--white);border-radius:var(--radius-xl);padding:36px 28px;box-shadow:0 30px 80px #0000004d;position:relative;max-width:360px;margin:0 auto}.page-home .receipt-card:before{content:"";position:absolute;top:-1px;left:32px;right:32px;height:4px;background:linear-gradient(90deg,var(--amber),var(--amber-light));border-radius:0 0 4px 4px}.page-home .receipt-header{text-align:center;padding-bottom:20px;border-bottom:2px dashed var(--gray-200);margin-bottom:20px}.page-home .receipt-header div{font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--navy);margin-bottom:4px}.page-home .receipt-header p{font-size:12px;color:var(--gray-500)}.page-home .receipt-line{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--gray-100)}.page-home .receipt-line:last-child{border-bottom:none}.page-home .receipt-line .label{font-size:14px;color:var(--gray-700)}.page-home .receipt-line .value{font-family:var(--font-display);font-size:14px;font-weight:700;color:var(--navy)}.page-home .receipt-line.bad .label{color:var(--amber);font-weight:600}.page-home .receipt-line.bad .value{color:var(--amber)}.page-home .receipt-line.bad{background:var(--amber-glow);margin:0 -12px;padding:10px 12px;border-radius:8px;border-bottom:none}.page-home .receipt-total{margin-top:16px;padding-top:16px;border-top:2px dashed var(--gray-200);display:flex;justify-content:space-between;align-items:center}.page-home .receipt-total .label{font-family:var(--font-display);font-size:14px;font-weight:700;color:var(--navy)}.page-home .receipt-total .value{font-family:var(--font-display);font-size:22px;font-weight:800;color:var(--amber)}.page-home .float-anno{position:absolute;background:var(--navy);color:var(--white);padding:10px 16px;border-radius:10px;font-size:12px;font-weight:600;box-shadow:0 8px 24px #0003;white-space:nowrap;animation:float-bob 3s ease-in-out infinite}.page-home .float-anno:after{content:"";position:absolute;width:8px;height:8px;background:var(--navy);transform:rotate(45deg)}.page-home .float-anno.top-right{top:20px;right:-40px}.page-home .float-anno.top-right:after{left:-4px;top:50%;transform:translateY(-50%) rotate(45deg)}.page-home .float-anno.bottom-left{bottom:60px;left:-30px;animation-delay:-1.5s}.page-home .float-anno.bottom-left:after{right:-4px;top:50%;transform:translateY(-50%) rotate(45deg)}.page-home .float-anno .anno-emoji{margin-right:4px}@media(max-width:900px){.page-home .hero-inner{grid-template-columns:1fr;gap:48px}.page-home .hero-visual{order:1}.page-home .receipt-card{max-width:340px}.page-home .float-anno{display:none}}@media(max-width:600px){.page-home .hero{padding:120px 16px 80px}.page-home .hero-sub{max-width:100%;font-size:17px}.page-home .hero-guarantee{max-width:100%}.page-home .hero-actions{flex-direction:column;gap:12px}.page-home .hero-actions .btn-primary,.page-home .hero-actions .btn-ghost{width:100%;justify-content:center}}.page-home .leaks{background:var(--white)}.page-home .leaks-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:60px}.page-home .leak-card{background:var(--cream);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:40px 28px;transition:all .3s;position:relative;overflow:hidden}.page-home .leak-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.page-home .leak-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--amber);opacity:0;transition:opacity .3s}.page-home .leak-card:hover:before{opacity:1}.page-home .leak-emoji{font-size:36px;margin-bottom:20px}.page-home .leak-card .leak-title{font-family:var(--font-display);font-size:20px;font-weight:700;color:var(--navy);margin-bottom:12px}.page-home .leak-card p{font-size:15px;line-height:1.65;color:var(--gray-500);margin-bottom:20px}.page-home .leak-example{padding:14px 16px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);font-size:14px;line-height:1.5;color:var(--gray-500)}.page-home .leak-example strong{color:var(--amber)}@media(max-width:768px){.page-home .leaks-grid{grid-template-columns:1fr}.page-home .leak-card{padding:32px 20px}}.page-home .home-link-arrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--amber);text-decoration:none;transition:gap .3s}.page-home .audit-section{background:var(--amber);position:relative;overflow:hidden}.page-home .audit-section:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}.page-home .audit-section .section-label{color:var(--white);opacity:.7}.page-home .audit-section .section-heading{color:var(--white)}.page-home .audit-section .section-sub{color:#ffffffa6}.page-home .audit-stack{margin-top:48px;background:var(--navy);border-radius:var(--radius-xl);overflow:hidden;position:relative;z-index:1}.page-home .audit-row{display:grid;grid-template-columns:72px 1fr 1fr;gap:0;border-bottom:1px solid rgba(255,255,255,.06);transition:background .3s}.page-home .audit-row:last-child{border-bottom:none}.page-home .audit-row:hover{background:#ffffff05}.page-home .audit-row-num{display:flex;align-items:flex-start;justify-content:center;padding:32px 0 32px 8px;font-family:var(--font-display);font-size:28px;font-weight:800;color:var(--amber);opacity:.4}.page-home .audit-row-main{padding:32px 28px;border-right:1px solid rgba(255,255,255,.06)}.page-home .audit-row-main h3{font-family:var(--font-display);font-size:18px;font-weight:700;color:var(--white);margin-bottom:14px}.page-home .audit-row-main ul{list-style:none;display:flex;flex-direction:column;gap:7px}.page-home .audit-row-main li{display:flex;align-items:flex-start;gap:8px;font-size:14px;line-height:1.5;color:#ffffff80}.page-home .audit-row-main li:before{content:"→";color:var(--amber);font-weight:700;flex-shrink:0;margin-top:1px}.page-home .audit-row-outcome{padding:32px 28px;display:flex;align-items:center}.page-home .audit-row-outcome-inner{padding:18px 20px;background:#ff5c5c14;border:1px solid rgba(255,92,92,.12);border-radius:var(--radius);font-size:14px;line-height:1.55;color:#ffffff80}.page-home .audit-row-outcome-inner strong{color:var(--amber);display:block;margin-bottom:4px;font-size:12px;text-transform:uppercase;letter-spacing:1px}@media(max-width:768px){.page-home .audit-row{grid-template-columns:1fr}.page-home .audit-row-num{padding:24px 24px 0;justify-content:flex-start}.page-home .audit-row-main{padding:16px 24px;border-right:none}.page-home .audit-row-outcome{padding:0 24px 28px}}.page-home .findings{background:var(--navy)}.page-home .findings .section-label{color:var(--amber-bright)}.page-home .findings .section-heading{color:var(--white)}.page-home .findings .section-sub{color:#ffffff80}.page-home .findings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:48px}.page-home .finding-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-lg);padding:28px 24px;display:flex;gap:16px;align-items:flex-start;transition:all .3s}.page-home .finding-card:hover{transform:translateY(-3px);background:#ffffff0f;border-color:#ffffff1a}.page-home .finding-icon{width:44px;height:44px;border-radius:12px;background:var(--amber-glow);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.page-home .finding-card h3{font-family:var(--font-display);font-size:15px;font-weight:700;color:var(--white);margin-bottom:6px}.page-home .finding-card p{font-size:14px;line-height:1.55;color:#ffffff73}.page-home .finding-value{font-family:var(--font-display);font-size:14px;font-weight:700;color:var(--amber);margin-top:8px}@media(max-width:768px){.page-home .findings-grid{grid-template-columns:1fr}}.page-home .how-section{background:var(--cream)}.page-home .hiw-steps{max-width:640px;margin:60px auto 0}.page-home .hiw-step{display:flex;gap:28px}.page-home .hiw-step-left{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.page-home .hiw-num{width:56px;height:56px;border-radius:50%;border:2px solid var(--gray-200);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:22px;font-weight:800;color:var(--navy);background:var(--white);flex-shrink:0}.page-home .hiw-num.active{border-color:var(--amber);background:var(--amber);color:var(--white)}.page-home .hiw-connector{width:2px;flex:1;background:var(--gray-200);margin:8px 0}.page-home .hiw-step-right{padding-bottom:40px}.page-home .hiw-step:last-child .hiw-step-right{padding-bottom:0}.page-home .hiw-badge{display:inline-block;font-size:13px;font-weight:600;padding:6px 14px;border-radius:100px;margin-bottom:12px}.page-home .hiw-badge.gray{background:var(--gray-100);color:var(--navy)}.page-home .hiw-badge.coral{background:var(--amber-glow);color:var(--amber)}.page-home .hiw-step-right h3{font-family:var(--font-display);font-size:21px;font-weight:700;margin-bottom:8px;color:var(--navy)}.page-home .hiw-step-right p{font-size:16px;line-height:1.65;color:var(--gray-500)}.page-home .partners{background:var(--white);padding:60px 24px;border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200)}.page-home .partners-inner{max-width:800px;margin:0 auto;text-align:center}.page-home .partners-label{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--gray-500);margin-bottom:24px}.page-home .partners-logos{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;align-items:center}.page-home .partner-name{font-family:var(--font-display);font-size:18px;font-weight:700;color:var(--gray-300);transition:color .3s}.page-home .partner-name:hover{color:var(--navy)}.page-home .testimonials{background:var(--cream)}.page-home .test-featured{text-align:center;max-width:640px;margin:0 auto 48px;padding:36px 32px;background:var(--white);border:2px solid var(--amber);border-radius:var(--radius-xl);box-shadow:0 8px 30px #ff5c5c14}.page-home .test-featured-quote{font-family:var(--font-display);font-size:clamp(20px,2.5vw,26px);font-weight:700;color:var(--navy);line-height:1.35;letter-spacing:-.5px;margin-bottom:20px}.page-home .test-featured-attr{display:flex;align-items:center;justify-content:center;gap:12px}.page-home .test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.page-home .test-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:32px}.page-home .test-stars{color:#f5a623;font-size:16px;margin-bottom:16px;letter-spacing:2px}.page-home .test-quote{font-size:15px;line-height:1.65;color:var(--gray-700);margin-bottom:20px;font-style:italic}.page-home .test-author{display:flex;align-items:center;gap:12px}.page-home .test-avatar{width:40px;height:40px;border-radius:50%;background:var(--amber-glow);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:16px;color:var(--amber)}.page-home .test-name{font-weight:600;font-size:14px;color:var(--navy)}.page-home .test-role{font-size:13px;color:var(--gray-500)}@media(max-width:768px){.page-home .test-grid{grid-template-columns:1fr}.page-home .test-featured{padding:28px 20px}.page-home .test-card{padding:24px 20px}}.page-home .faq{background:var(--white)}.page-home .faq-list{max-width:740px;margin:48px auto 0}.page-home .faq-item{border-bottom:1px solid var(--gray-200)}.page-home .faq-question{width:100%;padding:24px 0;background:none;border:none;font-family:var(--font-body);font-size:17px;font-weight:600;color:var(--navy);text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;transition:color .2s}.page-home .faq-question:hover{color:var(--amber)}.page-home .faq-icon{width:28px;height:28px;border-radius:50%;border:2px solid var(--gray-200);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s;font-size:18px;color:var(--gray-500)}.page-home .faq-item.open .faq-icon{background:var(--amber);color:var(--white);border-color:var(--amber);transform:rotate(45deg)}.page-home .faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease-out}.page-home .faq-answer-inner{padding:0 0 24px;font-size:16px;line-height:1.65;color:var(--gray-500)}.page-home .final-cta{padding:100px 24px;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 50%,var(--navy-mid) 100%);text-align:center;position:relative;overflow:hidden}.page-home .final-cta:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(255,92,92,.08) 0%,transparent 70%);border-radius:50%}.page-home .final-cta-inner{max-width:700px;margin:0 auto;position:relative;z-index:1}.page-home .final-cta h2{font-family:var(--font-display);font-size:clamp(30px,4vw,46px);font-weight:800;color:var(--white);letter-spacing:-1px;margin-bottom:16px}.page-home .final-cta p{font-size:18px;color:#ffffff80;margin-bottom:36px;line-height:1.6}.page-home .final-cta .guarantee-small{display:inline-flex;align-items:center;gap:8px;background:#ff5c5c1a;border:1px solid rgba(255,92,92,.2);padding:10px 20px;border-radius:100px;font-size:14px;font-weight:600;color:#ffffffb3;margin-bottom:28px}.page-home .final-trust{margin-top:24px;font-size:14px;color:#ffffff4d}.page-the-problem .hero{background:var(--navy);padding:140px 24px 100px;text-align:center;position:relative;overflow:hidden}.page-the-problem .hero:before{content:"";position:absolute;top:-30%;left:50%;transform:translate(-50%);width:900px;height:900px;background:radial-gradient(circle,rgba(255,92,92,.1) 0%,transparent 65%);border-radius:50%;pointer-events:none}.page-the-problem .hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.page-the-problem .hero-inner{max-width:780px;margin:0 auto;position:relative;z-index:1;animation:fadeInUp .8s ease-out}.page-the-problem .hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--amber-bright);margin-bottom:24px}.page-the-problem .hero-eyebrow:before{content:"";width:32px;height:2px;background:var(--amber)}.page-the-problem .hero-eyebrow:after{content:"";width:32px;height:2px;background:var(--amber)}.page-the-problem .hero h1{font-family:var(--font-display);font-size:clamp(38px,5.5vw,64px);font-weight:800;color:var(--white);line-height:1.08;letter-spacing:-2px;margin-bottom:24px}.page-the-problem .hero h1 .accent{color:var(--amber)}.page-the-problem .hero-sub{font-size:20px;line-height:1.65;color:#ffffff80;max-width:600px;margin:0 auto 40px}.page-the-problem .cost-counter{display:inline-flex;align-items:center;gap:16px;background:#ff5c5c1a;border:1px solid rgba(255,92,92,.2);padding:16px 28px;border-radius:var(--radius);margin-bottom:40px;max-width:100%}.page-the-problem .cost-counter-label{font-size:14px;color:#ffffff80;line-height:1.4;text-align:left}.page-the-problem .cost-counter-num{font-family:var(--font-display);font-size:36px;font-weight:800;color:var(--amber)}.page-the-problem .jump-links{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.page-the-problem .jump-link{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:100px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff9;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s}.page-the-problem .jump-link:hover{background:#ffffff14;border-color:#fff3;color:var(--white)}.page-the-problem .jump-link .emoji{font-size:16px}.page-the-problem .hero-cta-block{margin-top:36px;margin-bottom:48px}.page-the-problem .hero-cta-sub{font-size:14px;color:#fff6;margin-top:12px}.page-the-problem .cost-counter-qualifier{font-size:14px;color:#ffffff73;margin-top:-28px;margin-bottom:32px}.page-the-problem .guarantee-bar{background:#ff5c5c14;border-top:1px solid rgba(255,92,92,.15);border-bottom:1px solid rgba(255,92,92,.15);padding:20px 24px;text-align:center}.page-the-problem .guarantee-bar .bar-main{font-size:14px;font-weight:600;color:#1e1e28b3}.page-the-problem .guarantee-bar span{color:var(--amber);font-weight:700}.page-the-problem .guarantee-bar .bar-bridge{font-size:15px;line-height:1.6;color:#1e1e288c;max-width:640px;margin:12px auto 0}.page-the-problem .leak-section{position:relative}.page-the-problem .leak-section .section-inner{max-width:960px}.page-the-problem .leak-header{display:flex;gap:24px;align-items:flex-start;margin-bottom:48px}.page-the-problem .leak-num-badge{width:64px;height:64px;border-radius:18px;background:var(--amber-glow);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:28px;font-weight:800;color:var(--amber);flex-shrink:0}.page-the-problem .leak-label{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--amber);margin-bottom:8px}.page-the-problem .leak-title{font-family:var(--font-display);font-size:clamp(28px,3.5vw,40px);font-weight:800;letter-spacing:-1px;color:var(--navy);margin-bottom:12px;line-height:1.15}.page-the-problem .leak-subtitle{font-size:18px;line-height:1.6;color:var(--gray-500);max-width:660px}.page-the-problem .leak-body{margin-bottom:48px}.page-the-problem .leak-body p{font-size:17px;line-height:1.75;color:var(--gray-700);margin-bottom:20px;max-width:700px}.page-the-problem .leak-body strong{color:var(--navy)}.page-the-problem .stat-callout{display:flex;gap:24px;flex-wrap:wrap;margin:36px 0}.page-the-problem .stat-card{flex:1;min-width:0;background:var(--cream);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:28px 24px;text-align:center}.page-the-problem .stat-card .num{font-family:var(--font-display);font-size:36px;font-weight:800;color:var(--amber);margin-bottom:6px}.page-the-problem .stat-card .desc{font-size:14px;color:var(--gray-500);line-height:1.5}.page-the-problem .fee-table{width:100%;margin:36px 0;background:var(--cream);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden}.page-the-problem .fee-table-header{display:grid;grid-template-columns:1fr auto auto;gap:0 24px;padding:16px 24px;background:var(--navy);color:#ffffffb3;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.page-the-problem .fee-row{display:grid;grid-template-columns:1fr auto auto;gap:0 24px;padding:16px 24px;border-bottom:1px solid var(--gray-200);align-items:center}.page-the-problem .fee-row:last-child{border-bottom:none}.page-the-problem .fee-row .fee-name{font-size:15px;color:var(--gray-700)}.page-the-problem .fee-row .fee-note{font-size:12px;color:var(--gray-500);margin-top:2px}.page-the-problem .fee-row .fee-monthly{font-family:var(--font-display);font-size:15px;font-weight:700;color:var(--navy);text-align:right}.page-the-problem .fee-row .fee-annual{font-family:var(--font-display);font-size:15px;font-weight:700;color:var(--amber);text-align:right}.page-the-problem .fee-row.bad{background:var(--amber-glow)}.page-the-problem .fee-row.bad .fee-name{color:var(--navy);font-weight:600}.page-the-problem .fee-total{display:grid;grid-template-columns:1fr auto auto;gap:0 24px;padding:20px 24px;background:var(--navy)}.page-the-problem .fee-total span{font-family:var(--font-display);font-weight:700;color:var(--white)}.page-the-problem .fee-total .fee-annual{font-size:18px;color:var(--amber)}@media(max-width:600px){.page-the-problem .fee-table-header,.page-the-problem .fee-row,.page-the-problem .fee-total{grid-template-columns:1fr auto}.page-the-problem .fee-table-header span:nth-child(2),.page-the-problem .fee-row .fee-monthly,.page-the-problem .fee-total span:nth-child(2){display:none}}.page-the-problem .red-flag-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:32px 0}.page-the-problem .red-flag{display:flex;align-items:flex-start;gap:10px;padding:16px;background:var(--cream);border:1px solid var(--gray-200);border-radius:var(--radius);font-size:15px;line-height:1.5;color:var(--gray-700)}.page-the-problem .red-flag .flag-icon{font-size:16px;flex-shrink:0;margin-top:2px}@media(max-width:600px){.page-the-problem .red-flag-list{grid-template-columns:1fr}}.page-the-problem .before-after{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:36px 0}.page-the-problem .ba-card{border-radius:var(--radius-lg);padding:32px 28px}.page-the-problem .ba-card.before{background:var(--cream);border:1px solid var(--gray-200)}.page-the-problem .ba-card.after{background:var(--navy);border:1px solid var(--navy-light)}.page-the-problem .ba-badge{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:4px 12px;border-radius:100px;margin-bottom:16px}.page-the-problem .ba-card.before .ba-badge{background:#ff5c5c1a;color:var(--amber)}.page-the-problem .ba-card.after .ba-badge{background:#34c75926;color:#34c759}.page-the-problem .ba-card h4{font-family:var(--font-display);font-size:18px;font-weight:700;margin-bottom:16px}.page-the-problem .ba-card.before h4{color:var(--navy)}.page-the-problem .ba-card.after h4{color:var(--white)}.page-the-problem .ba-item{display:flex;align-items:flex-start;gap:8px;font-size:14px;line-height:1.5;margin-bottom:10px}.page-the-problem .ba-card.before .ba-item{color:var(--gray-700)}.page-the-problem .ba-card.after .ba-item{color:#ffffffb3}.page-the-problem .ba-item:before{flex-shrink:0;font-weight:700;margin-top:1px}.page-the-problem .ba-card.before .ba-item:before{content:"✕";color:var(--amber)}.page-the-problem .ba-card.after .ba-item:before{content:"✓";color:#34c759}@media(max-width:600px){.page-the-problem .before-after{grid-template-columns:1fr}}.page-the-problem .feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:32px 0}.page-the-problem .feature-card{padding:24px;background:var(--cream);border:1px solid var(--gray-200);border-radius:var(--radius-lg);transition:all .3s}.page-the-problem .feature-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.page-the-problem .feature-card .f-emoji{font-size:28px;margin-bottom:12px}.page-the-problem .feature-card h4{font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--navy);margin-bottom:8px}.page-the-problem .feature-card p{font-size:14px;line-height:1.6;color:var(--gray-500);margin-bottom:12px}.page-the-problem .feature-card .f-impact{font-family:var(--font-display);font-size:14px;font-weight:700;color:var(--amber)}@media(max-width:600px){.page-the-problem .feature-grid{grid-template-columns:1fr}}.page-the-problem .math-box{background:var(--navy);border-radius:var(--radius-xl);padding:36px 32px;margin:36px 0;color:var(--white)}.page-the-problem .math-box h4{font-family:var(--font-display);font-size:18px;font-weight:700;margin-bottom:20px}.page-the-problem .math-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06)}.page-the-problem .math-row:last-of-type{border-bottom:none}.page-the-problem .math-row .label{font-size:15px;color:#fff9}.page-the-problem .math-row .value{font-family:var(--font-display);font-size:16px;font-weight:700;color:#ffffffe6}.page-the-problem .math-total{display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;margin-top:12px;border-top:2px solid rgba(255,255,255,.1)}.page-the-problem .math-total .label{font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--white)}.page-the-problem .math-total .value{font-family:var(--font-display);font-size:28px;font-weight:800;color:var(--amber)}.page-the-problem .mid-cta{text-align:center;padding:60px 24px;background:var(--cream);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200)}.page-the-problem .mid-cta p{font-size:18px;color:var(--gray-500);margin-bottom:20px;line-height:1.6}.page-the-problem .mid-cta .guarantee-line{font-size:14px;color:var(--gray-500);margin-top:14px}.page-the-problem .leak-divider{width:60px;height:4px;background:var(--gray-200);border-radius:2px;margin:0 auto}.page-the-problem .total-section{background:var(--navy);padding:100px 24px;text-align:center}.page-the-problem .total-inner{max-width:800px;margin:0 auto}.page-the-problem .total-inner .section-label{color:var(--amber-bright)}.page-the-problem .total-inner h2{font-family:var(--font-display);font-size:clamp(30px,4vw,46px);font-weight:800;color:var(--white);letter-spacing:-1px;margin-bottom:20px}.page-the-problem .total-inner>p{font-size:18px;color:#ffffff80;margin-bottom:48px;line-height:1.6}.page-the-problem .total-breakdown{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:16px}.page-the-problem .total-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-lg);padding:28px 20px}.page-the-problem .total-card .emoji{font-size:28px;margin-bottom:12px}.page-the-problem .total-card .amount{font-family:var(--font-display);font-size:28px;font-weight:800;color:var(--amber);margin-bottom:6px}.page-the-problem .total-card .desc{font-size:14px;color:#ffffff73;line-height:1.4}.page-the-problem .total-combined{margin:32px 0 40px;padding:28px;background:#ff5c5c14;border:1px solid rgba(255,92,92,.2);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap}.page-the-problem .total-combined .combined-label{font-size:18px;color:#ffffffb3;font-weight:600}.page-the-problem .total-combined .combined-num{font-family:var(--font-display);font-size:42px;font-weight:800;color:var(--amber)}.page-the-problem .total-combined .combined-per{font-size:14px;color:#fff6}@media(max-width:600px){.page-the-problem .total-breakdown{grid-template-columns:1fr}.page-the-problem .total-combined{flex-direction:column;gap:8px}}.page-the-problem .final-cta{background:var(--white);padding:80px 24px;text-align:center}.page-the-problem .final-cta-inner{max-width:640px;margin:0 auto}.page-the-problem .final-cta h2{font-family:var(--font-display);font-size:clamp(28px,3.5vw,40px);font-weight:800;color:var(--navy);letter-spacing:-1px;margin-bottom:16px}.page-the-problem .final-cta p{font-size:18px;color:var(--gray-500);margin-bottom:32px;line-height:1.6}.page-the-problem .final-guarantee{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--gray-700);margin-top:20px}@media(max-width:600px){.page-the-problem .hero{padding:120px 16px 80px}.page-the-problem .leak-header{flex-direction:column;gap:16px}.page-the-problem .leak-num-badge{width:48px;height:48px;font-size:22px;border-radius:14px}.page-the-problem .cost-counter{flex-wrap:wrap;gap:10px;padding:14px 20px;justify-content:center}.page-the-problem .cost-counter-num{font-size:28px}.page-the-problem .stat-callout{flex-direction:column}.page-the-problem .stat-card{min-width:0}.page-the-problem .math-box{padding:28px 20px}.page-the-problem .total-section{padding:70px 16px}.page-the-problem .total-combined .combined-num{font-size:32px}.page-the-problem .ba-card{padding:24px 20px}.page-the-problem .guarantee-bar{padding:16px}.page-the-problem .mid-cta{padding:50px 16px}.page-the-problem .final-cta{padding:60px 16px}}.page-case-studies .cs-hero{background:var(--navy);padding:130px 24px 80px;text-align:center;position:relative;overflow:hidden}.page-case-studies .cs-hero:before{content:"";position:absolute;top:-30%;left:50%;transform:translate(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(255,92,92,.1) 0%,transparent 65%);border-radius:50%;pointer-events:none}.page-case-studies .cs-hero-inner{max-width:740px;margin:0 auto;position:relative;z-index:1;animation:fadeInUp .8s ease-out}.page-case-studies .cs-hero .hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--amber-bright);margin-bottom:20px}.page-case-studies .cs-hero .hero-eyebrow:before{content:"";width:32px;height:2px;background:var(--amber)}.page-case-studies .cs-hero .hero-eyebrow:after{content:"";width:32px;height:2px;background:var(--amber)}.page-case-studies .cs-hero h1{font-family:var(--font-display);font-size:clamp(36px,5vw,58px);font-weight:800;color:var(--white);line-height:1.1;letter-spacing:-2px;margin-bottom:20px}.page-case-studies .cs-hero h1 .accent{color:var(--amber)}.page-case-studies .cs-hero .hero-sub{font-size:19px;line-height:1.6;color:#ffffff80;max-width:580px;margin:0 auto 28px}.page-case-studies .hero-stats{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.page-case-studies .hero-stat{text-align:center}.page-case-studies .hero-stat .num{font-family:var(--font-display);font-size:32px;font-weight:800;color:var(--amber)}.page-case-studies .hero-stat .label{font-size:13px;color:#fff6;margin-top:2px}.page-case-studies .filters-section{background:var(--cream);padding:24px;border-bottom:1px solid var(--gray-200);position:sticky;top:60px;z-index:50}.page-case-studies .filters-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.page-case-studies .filters-label{font-size:14px;font-weight:600;color:var(--gray-500);margin-right:4px}.page-case-studies .filter-btn{padding:8px 18px;border-radius:100px;border:1px solid var(--gray-200);background:var(--white);font-family:var(--font-body);font-size:14px;font-weight:500;color:var(--gray-700);cursor:pointer;transition:all .2s}.page-case-studies .filter-btn:hover{border-color:var(--amber);color:var(--amber)}.page-case-studies .filter-btn.active{background:var(--navy);color:var(--white);border-color:var(--navy)}.page-case-studies .results-count{margin-left:auto;font-size:14px;color:var(--gray-500)}.page-case-studies .cases-section{padding:60px 24px 100px;background:var(--white)}.page-case-studies .cases-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:900px){.page-case-studies .cases-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.page-case-studies .cases-grid{grid-template-columns:1fr}}.page-case-studies .case-card{border:1px solid var(--gray-200);border-radius:var(--radius-xl);overflow:hidden;cursor:pointer;transition:all .35s cubic-bezier(.16,1,.3,1);background:var(--white)}.page-case-studies .case-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #1e1e241a;border-color:#ff5c5c4d}.page-case-studies .case-card-img{width:100%;height:200px;object-fit:cover;display:block;background:var(--gray-100)}.page-case-studies .case-card-img-wrap{position:relative;overflow:hidden}.page-case-studies .case-card-badge{position:absolute;top:14px;left:14px;padding:5px 12px;border-radius:100px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;background:var(--amber);color:var(--white)}.page-case-studies .case-card-body{padding:24px}.page-case-studies .case-card-type{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--amber);margin-bottom:8px}.page-case-studies .case-card-title{font-family:var(--font-display);font-size:18px;font-weight:700;color:var(--navy);margin-bottom:8px;line-height:1.3}.page-case-studies .case-card-desc{font-size:14px;line-height:1.55;color:var(--gray-500);margin-bottom:16px}.page-case-studies .case-card-stats{display:flex;gap:16px;padding-top:16px;border-top:1px solid var(--gray-100)}.page-case-studies .case-card-stat{flex:1}.page-case-studies .case-card-stat .val{font-family:var(--font-display);font-size:18px;font-weight:800;color:var(--navy)}.page-case-studies .case-card-stat .val.green{color:var(--green)}.page-case-studies .case-card-stat .lbl{font-size:11px;color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px;margin-top:2px}.page-case-studies .detail-back{padding:20px 24px;background:var(--cream);border-bottom:1px solid var(--gray-200);margin-top:60px}.page-case-studies .detail-back-inner{max-width:900px;margin:0 auto}.page-case-studies .detail-back-btn{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-body);font-size:14px;font-weight:600;color:var(--gray-500);background:none;border:none;cursor:pointer;transition:color .2s}.page-case-studies .detail-back-btn:hover{color:var(--amber)}.page-case-studies .detail-back-btn svg{width:16px;height:16px}.page-case-studies .detail-hero{position:relative;overflow:hidden}.page-case-studies .detail-hero-img{width:100%;height:360px;object-fit:cover;display:block;background:var(--gray-100)}.page-case-studies .detail-hero-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#1e1e24cc);padding:60px 24px 36px}.page-case-studies .detail-hero-type{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--amber-bright);margin-bottom:8px}.page-case-studies .detail-hero-title{font-family:var(--font-display);font-size:clamp(28px,4vw,42px);font-weight:800;color:var(--white);letter-spacing:-1px;line-height:1.15;max-width:700px}.page-case-studies .detail-snapshot{background:var(--navy);padding:0 24px 36px}.page-case-studies .detail-snapshot-inner{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#ffffff0f;border-radius:var(--radius-lg);overflow:hidden}.page-case-studies .snap-stat{background:var(--navy);padding:24px 20px;text-align:center}.page-case-studies .snap-stat .val{font-family:var(--font-display);font-size:24px;font-weight:800;color:var(--white);margin-bottom:4px}.page-case-studies .snap-stat .val.amber{color:var(--amber)}.page-case-studies .snap-stat .val.green{color:var(--green)}.page-case-studies .snap-stat .lbl{font-size:12px;color:#fff6;text-transform:uppercase;letter-spacing:.5px}@media(max-width:600px){.page-case-studies .detail-snapshot-inner{grid-template-columns:repeat(2,1fr)}}.page-case-studies .detail-body{max-width:900px;margin:0 auto;padding:60px 24px 80px}.page-case-studies .detail-section{margin-bottom:48px}.page-case-studies .detail-section-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--amber);margin-bottom:10px}.page-case-studies .detail-section h2{font-family:var(--font-display);font-size:26px;font-weight:800;color:var(--navy);letter-spacing:-.5px;margin-bottom:16px}.page-case-studies .detail-section p{font-size:17px;line-height:1.75;color:var(--gray-700);margin-bottom:16px}.page-case-studies .fee-compare{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:28px 0}.page-case-studies .fee-compare-card{border-radius:var(--radius-lg);padding:28px 24px}.page-case-studies .fee-compare-card.before{background:var(--cream);border:1px solid var(--gray-200)}.page-case-studies .fee-compare-card.after{background:var(--navy)}.page-case-studies .fee-compare-badge{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:4px 12px;border-radius:100px;margin-bottom:16px}.page-case-studies .fee-compare-card.before .fee-compare-badge{background:#ff5c5c1a;color:var(--amber)}.page-case-studies .fee-compare-card.after .fee-compare-badge{background:#34c75926;color:var(--green)}.page-case-studies .fee-line{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.04);font-size:14px}.page-case-studies .fee-compare-card.after .fee-line{border-bottom-color:#ffffff0f}.page-case-studies .fee-line .fl-label{color:var(--gray-700)}.page-case-studies .fee-compare-card.after .fee-line .fl-label{color:#fff9}.page-case-studies .fee-line .fl-val{font-family:var(--font-display);font-weight:700;color:var(--navy)}.page-case-studies .fee-compare-card.after .fee-line .fl-val{color:var(--white)}.page-case-studies .fee-line:last-child{border-bottom:none}.page-case-studies .fee-total-line{display:flex;justify-content:space-between;padding:14px 0 0;margin-top:8px;border-top:2px solid var(--gray-200);font-family:var(--font-display);font-weight:700}.page-case-studies .fee-compare-card.after .fee-total-line{border-top-color:#ffffff1a}.page-case-studies .fee-total-line .fl-label{font-size:14px;color:var(--navy)}.page-case-studies .fee-compare-card.after .fee-total-line .fl-label{color:var(--white)}.page-case-studies .fee-total-line .fl-val{font-size:20px}.page-case-studies .fee-compare-card.before .fee-total-line .fl-val{color:var(--amber)}.page-case-studies .fee-compare-card.after .fee-total-line .fl-val{color:var(--green)}@media(max-width:600px){.page-case-studies .fee-compare{grid-template-columns:1fr}}.page-case-studies .changes-list{display:flex;flex-direction:column;gap:12px;margin:20px 0}.page-case-studies .change-item{display:flex;gap:14px;align-items:flex-start;padding:18px 20px;background:var(--cream);border:1px solid var(--gray-200);border-radius:var(--radius)}.page-case-studies .change-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.page-case-studies .change-icon.fee{background:#ff5c5c1a}.page-case-studies .change-icon.pos{background:#6366f11a}.page-case-studies .change-icon.rev{background:#34c7591a}.page-case-studies .change-item h4{font-family:var(--font-display);font-size:15px;font-weight:700;color:var(--navy);margin-bottom:4px}.page-case-studies .change-item p{font-size:14px!important;line-height:1.5!important;color:var(--gray-500)!important;margin-bottom:0!important}.page-case-studies .results-block{background:var(--navy);border-radius:var(--radius-xl);padding:36px 32px;margin:24px 0}.page-case-studies .results-block h3{font-family:var(--font-display);font-size:18px;font-weight:700;color:var(--white);margin-bottom:20px}.page-case-studies .results-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.page-case-studies .result-item{text-align:center}.page-case-studies .result-item .val{font-family:var(--font-display);font-size:28px;font-weight:800;color:var(--amber)}.page-case-studies .result-item .lbl{font-size:12px;color:#ffffff73;text-transform:uppercase;letter-spacing:.5px;margin-top:4px}@media(max-width:600px){.page-case-studies .results-grid{grid-template-columns:1fr;gap:20px}}.page-case-studies .owner-quote{margin:32px 0;padding:28px 28px 28px 32px;background:var(--cream);border-left:4px solid var(--amber);border-radius:0 var(--radius-lg) var(--radius-lg) 0}.page-case-studies .owner-quote blockquote{font-size:18px;line-height:1.65;color:var(--navy);font-style:italic;margin-bottom:14px}.page-case-studies .owner-quote .oq-author{display:flex;align-items:center;gap:12px}.page-case-studies .owner-quote .oq-avatar{width:44px;height:44px;border-radius:50%;background:var(--amber-glow);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:18px;color:var(--amber)}.page-case-studies .owner-quote .oq-name{font-weight:700;font-size:15px;color:var(--navy)}.page-case-studies .owner-quote .oq-role{font-size:13px;color:var(--gray-500)}.page-case-studies .detail-cta{text-align:center;padding:48px 32px;background:var(--amber);border-radius:var(--radius-xl);margin-top:48px}.page-case-studies .detail-cta h3{font-family:var(--font-display);font-size:24px;font-weight:800;color:var(--white);margin-bottom:12px}.page-case-studies .detail-cta p{font-size:16px!important;color:#ffffffbf!important;margin-bottom:24px!important}.page-case-studies .detail-cta .btn-white{display:inline-flex;align-items:center;gap:8px;background:var(--white);color:var(--navy);padding:16px 32px;border-radius:100px;font-family:var(--font-display);font-size:16px;font-weight:700;text-decoration:none;transition:all .3s;box-shadow:0 8px 24px #00000026}.page-case-studies .detail-cta .btn-white:hover{transform:translateY(-2px);box-shadow:0 12px 36px #0003}.page-case-studies .listing-cta{padding:80px 24px;background:var(--navy);text-align:center}.page-case-studies .listing-cta-inner{max-width:640px;margin:0 auto}.page-case-studies .listing-cta h2{font-family:var(--font-display);font-size:clamp(28px,3.5vw,40px);font-weight:800;color:var(--white);letter-spacing:-1px;margin-bottom:16px}.page-case-studies .listing-cta p{font-size:18px;color:#ffffff80;margin-bottom:28px;line-height:1.6}.page-case-studies .listing-cta .guarantee-sm{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#ffffff80;margin-top:16px}@media(max-width:600px){.page-case-studies .cs-hero{padding:120px 16px 60px}.page-case-studies .detail-body{padding:40px 16px 60px}.page-case-studies .owner-quote{padding:24px 20px 24px 24px}.page-case-studies .detail-cta{padding:36px 20px}.page-case-studies .listing-cta{padding:60px 16px}}.page-case-studies .fade-in{animation:fadeInUp .6s ease-out}.page-how-it-works .hero{background:var(--navy);padding:140px 24px 80px;text-align:center;position:relative;overflow:hidden}.page-how-it-works .hero:before{content:"";position:absolute;top:-30%;left:50%;transform:translate(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(255,92,92,.1) 0%,transparent 65%);border-radius:50%;pointer-events:none}.page-how-it-works .hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.page-how-it-works .hero-inner{max-width:820px;margin:0 auto;position:relative;z-index:1;animation:fadeInUp .8s ease-out}.page-how-it-works .hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--amber-bright);margin-bottom:20px}.page-how-it-works .hero-eyebrow:before{content:"";width:32px;height:2px;background:var(--amber)}.page-how-it-works .hero-eyebrow:after{content:"";width:32px;height:2px;background:var(--amber)}.page-how-it-works .hero h1{font-family:var(--font-display);font-size:clamp(30px,4.2vw,46px);font-weight:800;color:var(--white);line-height:1.1;letter-spacing:-2px;margin-bottom:20px}.page-how-it-works .hero h1 .accent{color:var(--amber)}.page-how-it-works .hero-sub{font-size:19px;line-height:1.6;color:#ffffff80;max-width:560px;margin:0 auto 32px}.page-how-it-works .jump-nav{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.page-how-it-works .jump-pill{padding:10px 20px;border-radius:100px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff9;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s}.page-how-it-works .jump-pill:hover{background:#ffffff14;border-color:#fff3;color:var(--white)}.page-how-it-works .hero-intro{font-size:16px;line-height:1.65;color:#ffffff73;max-width:680px;margin:28px auto 0}.page-how-it-works .who-section{background:var(--white)}.page-how-it-works .who-section .section-inner{max-width:800px}.page-how-it-works .who-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.page-how-it-works .who-card{padding:24px;border-radius:var(--radius-lg);display:flex;align-items:flex-start;gap:14px}.page-how-it-works .who-card.yes{background:var(--green-glow);border:1px solid rgba(52,199,89,.15)}.page-how-it-works .who-card.no{background:var(--cream);border:1px solid var(--gray-200)}.page-how-it-works .who-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;flex-shrink:0;font-family:var(--font-display)}.page-how-it-works .who-card.yes .who-icon{background:#34c75933;color:var(--green)}.page-how-it-works .who-card.no .who-icon{background:var(--gray-200);color:var(--gray-500)}.page-how-it-works .who-card h3{font-family:var(--font-display);font-size:15px;font-weight:700;margin-bottom:4px}.page-how-it-works .who-card.yes h3{color:var(--navy)}.page-how-it-works .who-card.no h3{color:var(--gray-500)}.page-how-it-works .who-card p{font-size:14px;line-height:1.5}.page-how-it-works .who-card.yes p{color:var(--gray-700)}.page-how-it-works .who-card.no p{color:var(--gray-500)}@media(max-width:600px){.page-how-it-works .hero{padding:120px 16px 60px}.page-how-it-works .who-grid{grid-template-columns:1fr}.page-how-it-works .who-card{padding:24px 20px}}.page-how-it-works .steps-section{background:var(--cream)}.page-how-it-works .steps-section .section-inner{max-width:800px}.page-how-it-works .steps{max-width:640px;margin:0 auto}.page-how-it-works .step{display:flex;gap:28px}.page-how-it-works .step-left{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.page-how-it-works .step-num{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:24px;font-weight:800;flex-shrink:0}.page-how-it-works .step-num.outline{border:2px solid var(--gray-200);color:var(--navy);background:var(--white)}.page-how-it-works .step-num.filled{border:2px solid var(--amber);background:var(--amber);color:var(--white)}.page-how-it-works .step-connector{width:2px;flex:1;background:var(--gray-200);margin:8px 0}.page-how-it-works .step-right{padding-bottom:44px}.page-how-it-works .step:last-child .step-right{padding-bottom:0}.page-how-it-works .step-badge{display:inline-block;font-size:12px;font-weight:700;padding:5px 14px;border-radius:100px;margin-bottom:12px}.page-how-it-works .step-badge.gray{background:var(--gray-100);color:var(--navy)}.page-how-it-works .step-badge.amber{background:var(--amber-glow);color:var(--amber)}.page-how-it-works .step-right h3{font-family:var(--font-display);font-size:22px;font-weight:700;margin-bottom:10px;color:var(--navy)}.page-how-it-works .step-right p{font-size:16px;line-height:1.65;color:var(--gray-500);margin-bottom:12px}.page-how-it-works .step-detail-list{display:flex;flex-direction:column;gap:6px;margin-top:16px}.page-how-it-works .step-detail{font-size:14px;line-height:1.5;color:var(--gray-700);padding-left:20px;position:relative}.page-how-it-works .step-detail:before{content:"→";color:var(--amber);font-weight:700;position:absolute;left:0;top:0}.page-how-it-works .paid-section{background:var(--white)}.page-how-it-works .paid-section .section-inner{max-width:800px}.page-how-it-works .paid-box{background:var(--navy);border-radius:var(--radius-xl);padding:48px 40px;color:var(--white);position:relative;overflow:hidden}.page-how-it-works .paid-box:before{content:"";position:absolute;top:-40%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgba(255,92,92,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}.page-how-it-works .paid-box h2{font-family:var(--font-display);font-size:28px;font-weight:800;margin-bottom:20px;position:relative}.page-how-it-works .paid-box p{font-size:17px;line-height:1.75;color:#fff9;margin-bottom:16px;position:relative}.page-how-it-works .paid-box strong{color:var(--white)}.page-how-it-works .paid-comparison{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:28px;position:relative}.page-how-it-works .paid-card{padding:24px;border-radius:var(--radius-lg)}.page-how-it-works .paid-card.broker{background:#ffffff0a;border:1px solid rgba(255,255,255,.06)}.page-how-it-works .paid-card.us{background:var(--amber-glow);border:1px solid rgba(255,92,92,.2)}.page-how-it-works .paid-card .pc-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}.page-how-it-works .paid-card.broker .pc-label{color:#ffffff59}.page-how-it-works .paid-card.us .pc-label{color:var(--amber)}.page-how-it-works .paid-card h4{font-family:var(--font-display);font-size:16px;font-weight:700;margin-bottom:8px}.page-how-it-works .paid-card.broker h4{color:#fff9}.page-how-it-works .paid-card.us h4{color:var(--white)}.page-how-it-works .paid-card p{font-size:14px!important;line-height:1.55!important;margin-bottom:0!important}.page-how-it-works .paid-card.broker p{color:#ffffff59!important}.page-how-it-works .paid-card.us p{color:#fff9!important}@media(max-width:600px){.page-how-it-works .paid-comparison{grid-template-columns:1fr}.page-how-it-works .paid-box{padding:32px 24px}}.page-how-it-works .guarantee-section{background:var(--amber)}.page-how-it-works .guarantee-section .section-inner{max-width:800px}.page-how-it-works .guarantee-section .section-label{color:var(--white);opacity:.7}.page-how-it-works .guarantee-section .section-heading{color:var(--white)}.page-how-it-works .guarantee-section .section-sub{color:#ffffffb3}.page-how-it-works .guarantee-box{background:var(--white);border-radius:var(--radius-xl);padding:40px 36px;position:relative}.page-how-it-works .guarantee-box:before{content:"🛡️";position:absolute;top:-20px;left:36px;font-size:40px}.page-how-it-works .guarantee-box h3{font-family:var(--font-display);font-size:22px;font-weight:800;color:var(--navy);margin-bottom:8px;padding-top:16px}.page-how-it-works .guarantee-box .g-promise{font-size:18px;line-height:1.6;color:var(--gray-700);margin-bottom:28px;max-width:600px}.page-how-it-works .guarantee-box .g-promise strong{color:var(--navy)}.page-how-it-works .g-rules-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--amber);margin-bottom:16px}.page-how-it-works .g-rules{display:flex;flex-direction:column;gap:12px;margin-bottom:28px}.page-how-it-works .g-rule{display:flex;gap:12px;align-items:flex-start}.page-how-it-works .g-rule-icon{width:28px;height:28px;border-radius:8px;background:var(--amber-glow);display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0;margin-top:2px}.page-how-it-works .g-rule-text{font-size:16px;line-height:1.55;color:var(--gray-700)}.page-how-it-works .g-rule-text strong{color:var(--navy)}.page-how-it-works .g-divider{border:none;border-top:1px solid var(--gray-200);margin:28px 0}.page-how-it-works .g-under-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--gray-500);margin-bottom:12px}.page-how-it-works .g-under-text{font-size:16px;line-height:1.65;color:var(--gray-500)}.page-how-it-works .g-under-text strong{color:var(--gray-700)}.page-how-it-works .g-best-worst{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:28px}.page-how-it-works .bw-card{padding:24px;border-radius:var(--radius-lg)}.page-how-it-works .bw-card.best{background:var(--green-glow);border:1px solid rgba(52,199,89,.15)}.page-how-it-works .bw-card.worst{background:var(--cream);border:1px solid var(--gray-200)}.page-how-it-works .bw-card .bw-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.page-how-it-works .bw-card.best .bw-label{color:var(--green)}.page-how-it-works .bw-card.worst .bw-label{color:var(--gray-500)}.page-how-it-works .bw-card p{font-size:15px;line-height:1.55}.page-how-it-works .bw-card.best p{color:var(--gray-700);font-weight:600}.page-how-it-works .bw-card.worst p{color:var(--gray-500)}@media(max-width:600px){.page-how-it-works .g-best-worst{grid-template-columns:1fr}.page-how-it-works .guarantee-box{padding:28px 20px}.page-how-it-works .final-cta{padding:70px 16px}}.page-how-it-works .faq-section{background:var(--white)}.page-how-it-works .faq-section .section-inner{max-width:800px}.page-how-it-works .faq-list{max-width:740px}.page-how-it-works .faq-item{border-bottom:1px solid var(--gray-200)}.page-how-it-works .faq-question{width:100%;padding:24px 0;background:none;border:none;font-family:var(--font-body);font-size:17px;font-weight:600;color:var(--navy);text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;transition:color .2s}.page-how-it-works .faq-question:hover{color:var(--amber)}.page-how-it-works .faq-icon{width:28px;height:28px;border-radius:50%;border:2px solid var(--gray-200);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s;font-size:18px;color:var(--gray-500)}.page-how-it-works .faq-item.open .faq-icon{background:var(--amber);color:var(--white);border-color:var(--amber);transform:rotate(45deg)}.page-how-it-works .faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease-out}.page-how-it-works .faq-answer-inner{overflow:hidden;padding:0 0 24px;font-size:16px;line-height:1.65;color:var(--gray-500)}.page-how-it-works .final-cta{padding:100px 24px;background:var(--navy);text-align:center;position:relative;overflow:hidden}.page-how-it-works .final-cta:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(255,92,92,.08) 0%,transparent 70%);border-radius:50%}.page-how-it-works .final-cta-inner{max-width:640px;margin:0 auto;position:relative;z-index:1}.page-how-it-works .final-cta h2{font-family:var(--font-display);font-size:clamp(28px,3.5vw,42px);font-weight:800;color:var(--white);letter-spacing:-1px;margin-bottom:16px}.page-how-it-works .final-cta p{font-size:18px;color:#ffffff80;margin-bottom:32px;line-height:1.6}.page-how-it-works .final-trust{margin-top:20px;font-size:14px;color:#ffffff4d}.page-about .hero{background:var(--navy);padding:140px 24px 100px;position:relative;overflow:hidden}.page-about .hero:before{content:"";position:absolute;top:-20%;right:-10%;width:700px;height:700px;background:radial-gradient(circle,rgba(255,92,92,.08) 0%,transparent 65%);border-radius:50%;pointer-events:none}.page-about .hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.page-about .hero-inner{max-width:1100px;margin:0 auto;position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;animation:fadeInUp .8s ease-out}.page-about .hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--amber-bright);margin-bottom:16px}.page-about .hero-eyebrow:before{content:"";width:32px;height:2px;background:var(--amber)}.page-about .hero h1{font-family:var(--font-display);font-size:clamp(32px,4.5vw,52px);font-weight:800;color:var(--white);line-height:1.1;letter-spacing:-2px;margin-bottom:20px}.page-about .hero h1 .accent{color:var(--amber)}.page-about .hero-sub{font-size:18px;line-height:1.65;color:#ffffff80;max-width:480px}.page-about .hero-stats-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}.page-about .hero-stat-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-lg);padding:28px 24px;text-align:center}.page-about .hero-stat-card .num{font-family:var(--font-display);font-size:36px;font-weight:800;margin-bottom:6px}.page-about .hero-stat-card .num.amber{color:var(--amber)}.page-about .hero-stat-card .num.white{color:var(--white)}.page-about .hero-stat-card .label{font-size:13px;color:#fff6;line-height:1.4}@media(max-width:768px){.page-about .hero{padding:120px 16px 80px}.page-about .hero-inner{grid-template-columns:1fr;gap:40px}.page-about .hero-stats-col{grid-template-columns:1fr 1fr}.page-about .hero-stat-card .num{font-size:28px}.page-about .hero-sub{max-width:100%}}@media(max-width:480px){.page-about .hero-stats-col{gap:10px}.page-about .hero-stat-card{padding:20px 14px}.page-about .hero-stat-card .num{font-size:24px}}.page-about .story-section{background:var(--white)}.page-about .story-section .section-inner{max-width:900px}.page-about .story-content{display:grid;grid-template-columns:1fr;gap:0;max-width:720px}.page-about .story-content p{font-size:18px;line-height:1.8;color:var(--gray-700);margin-bottom:24px}.page-about .story-content p:last-child{margin-bottom:0}.page-about .story-content strong{color:var(--navy)}.page-about .story-highlight{margin:32px 0;padding:28px 24px;background:var(--navy);border-radius:var(--radius-xl);font-family:var(--font-display);font-size:22px;font-weight:700;color:var(--white);line-height:1.45;letter-spacing:-.5px;position:relative}.page-about .story-highlight:before{content:"";position:absolute;left:0;top:20px;bottom:20px;width:4px;background:var(--amber);border-radius:4px}.page-about .story-highlight .accent{color:var(--amber)}.page-about .diff-section{background:var(--amber);position:relative;overflow:hidden}.page-about .diff-section .section-inner{max-width:900px}.page-about .diff-section:before{content:"";position:absolute;top:-40%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,255,255,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none}.page-about .diff-section .section-label{color:var(--white);opacity:.7}.page-about .diff-section .section-heading{color:var(--white)}.page-about .diff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;position:relative;z-index:1}.page-about .diff-card{background:var(--white);border-radius:var(--radius-xl);padding:32px 24px;transition:all .3s}.page-about .diff-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px #00000026}.page-about .diff-icon{width:52px;height:52px;border-radius:14px;background:var(--amber-glow);display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:18px}.page-about .diff-card h3{font-family:var(--font-display);font-size:17px;font-weight:700;color:var(--navy);margin-bottom:8px}.page-about .diff-card p{font-size:15px;line-height:1.6;color:var(--gray-500)}@media(max-width:768px){.page-about .diff-section{padding-left:16px;padding-right:16px}.page-about .diff-grid{grid-template-columns:1fr}}.page-about .values-section{background:var(--cream)}.page-about .values-section .section-inner{max-width:900px}.page-about .values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.page-about .value-card{text-align:center}.page-about .value-num{font-family:var(--font-display);font-size:64px;font-weight:800;color:var(--amber);line-height:1;margin-bottom:12px}.page-about .value-card h3{font-family:var(--font-display);font-size:18px;font-weight:700;color:var(--navy);margin-bottom:8px}.page-about .value-card p{font-size:15px;line-height:1.6;color:var(--gray-500);max-width:280px;margin:0 auto}@media(max-width:600px){.page-about .values-grid{grid-template-columns:1fr;gap:40px}.page-about .story-highlight{padding:24px 20px;font-size:19px}.page-about .story-content p{font-size:16px}}.page-about .satisfaction-section{background:var(--navy);position:relative;overflow:hidden}.page-about .satisfaction-section:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(255,92,92,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none}.page-about .satisfaction-inner{max-width:700px;margin:0 auto;text-align:center;position:relative;z-index:1}.page-about .satisfaction-icon{font-size:48px;margin-bottom:20px}.page-about .satisfaction-inner h2{font-family:var(--font-display);font-size:clamp(28px,3.5vw,40px);font-weight:800;color:var(--white);letter-spacing:-1px;margin-bottom:20px}.page-about .satisfaction-inner h2 .accent{color:var(--amber)}.page-about .satisfaction-inner p{font-size:18px;line-height:1.7;color:#ffffff80;margin-bottom:16px}.page-about .satisfaction-inner p strong{color:var(--white)}.page-about .sat-points{display:flex;justify-content:center;gap:32px;margin-top:36px;flex-wrap:wrap}.page-about .sat-point{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:#ffffff80}.page-about .sat-point .check{width:24px;height:24px;border-radius:50%;background:var(--amber-glow);display:flex;align-items:center;justify-content:center;color:var(--amber);font-size:12px;font-weight:800}.page-about .final-cta{padding:100px 24px;background:var(--cream);text-align:center}.page-about .final-cta-inner{max-width:640px;margin:0 auto}.page-about .final-cta h2{font-family:var(--font-display);font-size:clamp(28px,3.5vw,42px);font-weight:800;color:var(--navy);letter-spacing:-1px;margin-bottom:16px}.page-about .final-cta p{font-size:18px;color:var(--gray-500);margin-bottom:32px;line-height:1.6}.page-about .final-trust{margin-top:20px;font-size:14px;color:var(--gray-500)}.page-audit .audit-hero{background:var(--navy);min-height:calc(100vh - 68px);display:flex;align-items:center;padding:100px 24px 80px;position:relative;overflow:hidden}.page-audit .audit-hero:before{content:"";position:absolute;top:-40%;right:-15%;width:800px;height:800px;background:radial-gradient(circle,rgba(255,92,92,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.page-audit .audit-hero-inner{max-width:1100px;margin:0 auto;width:100%;display:grid;grid-template-columns:1.15fr .85fr;gap:72px;align-items:center;position:relative;z-index:1}.page-audit .audit-hero-content{animation:fadeInUp .8s ease-out}.page-audit .audit-hero .hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--amber-bright);margin-bottom:24px}.page-audit .audit-hero .hero-eyebrow:before{content:"";width:32px;height:2px;background:var(--amber)}.page-audit .audit-hero h1{font-family:var(--font-display);font-size:clamp(36px,4.5vw,56px);font-weight:800;color:var(--white);line-height:1.1;letter-spacing:-2px;margin-bottom:24px}.page-audit .audit-hero h1 .accent{color:var(--amber)}.page-audit .audit-hero .hero-sub{font-size:18px;line-height:1.65;color:#ffffff80;margin-bottom:36px;max-width:500px}.page-audit .guarantee{background:#ff5c5c14;border:1px solid rgba(255,92,92,.2);border-radius:var(--radius);padding:18px 22px;margin-bottom:36px;display:flex;align-items:flex-start;gap:14px;max-width:500px}.page-audit .guarantee-icon{font-size:28px;flex-shrink:0;margin-top:2px}.page-audit .guarantee p{font-size:15px;line-height:1.55;color:#ffffffb3}.page-audit .guarantee strong{color:var(--white)}.page-audit .audit-buckets{display:flex;flex-direction:column;gap:16px;margin-bottom:36px}.page-audit .bucket{display:flex;gap:14px;align-items:flex-start}.page-audit .bucket-num{width:28px;height:28px;border-radius:8px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:13px;font-weight:800;color:var(--amber);flex-shrink:0;margin-top:1px}.page-audit .bucket-text h3{font-family:var(--font-display);font-size:15px;font-weight:700;color:#ffffffe6;margin-bottom:3px}.page-audit .bucket-text p{font-size:14px;line-height:1.5;color:#ffffff73}.page-audit .social-proof{display:flex;align-items:center;gap:16px;padding-top:28px;border-top:1px solid rgba(255,255,255,.06)}.page-audit .proof-avatars{display:flex}.page-audit .proof-avatar{width:36px;height:36px;border-radius:50%;border:2px solid var(--navy);margin-left:-10px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:var(--white)}.page-audit .proof-avatar:first-child{margin-left:0}.page-audit .proof-avatar.a1{background:var(--amber)}.page-audit .proof-avatar.a2{background:#6366f1}.page-audit .proof-avatar.a3{background:#f59e0b}.page-audit .proof-avatar.a4{background:#10b981}.page-audit .proof-text{font-size:14px;color:#fff6;line-height:1.4}.page-audit .proof-text strong{color:#ffffffb3}.page-audit .form-card{background:var(--white);border-radius:var(--radius-xl);padding:40px 32px;box-shadow:0 30px 80px #00000040;animation:fadeInUp .9s ease-out .15s both;position:relative}.page-audit .form-card:before{content:"";position:absolute;top:-1px;left:40px;right:40px;height:4px;background:linear-gradient(90deg,var(--amber),var(--amber-light));border-radius:0 0 4px 4px}.page-audit .form-badge{display:inline-flex;align-items:center;gap:6px;background:var(--amber-glow);color:var(--amber);padding:6px 14px;border-radius:100px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:18px}.page-audit .form-card h2{font-family:var(--font-display);font-size:22px;font-weight:800;color:var(--navy);letter-spacing:-.5px;margin-bottom:6px;line-height:1.2}.page-audit .form-card .form-sub{font-size:14px;color:var(--gray-500);margin-bottom:24px;line-height:1.5}.page-audit .form-card .form-group{margin-bottom:14px}.page-audit .form-card .form-group label{display:block;font-size:13px;font-weight:600;color:var(--gray-700);margin-bottom:5px}.page-audit .form-card .form-group input,.page-audit .form-card .form-group select{width:100%;padding:13px 16px;border:2px solid var(--gray-200);border-radius:var(--radius);font-family:var(--font-body);font-size:15px;color:var(--gray-900);transition:border-color .2s;outline:none;background:var(--white);-webkit-appearance:none}.page-audit .form-card .form-group input:focus,.page-audit .form-card .form-group select:focus{border-color:var(--amber)}.page-audit .form-card .form-group input::placeholder{color:var(--gray-300)}.page-audit .form-card .form-group select{color:var(--gray-900);cursor:pointer}.page-audit .form-card .form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.page-audit .upload-area{border:2px dashed var(--gray-200);border-radius:var(--radius);padding:24px;text-align:center;cursor:pointer;transition:all .2s;margin-bottom:14px;position:relative}.page-audit .upload-area:hover{border-color:var(--amber);background:var(--amber-glow)}.page-audit .upload-area.has-file{border-color:var(--amber);background:var(--amber-glow);border-style:solid}.page-audit .upload-icon{font-size:28px;margin-bottom:8px}.page-audit .upload-text{font-size:14px;color:var(--gray-500);line-height:1.4}.page-audit .upload-text strong{color:var(--navy)}.page-audit .upload-hint{font-size:12px;color:var(--gray-300);margin-top:6px}.page-audit .upload-area.has-file .upload-hint{display:none}.page-audit .upload-filename{font-size:14px;font-weight:600;color:var(--amber);margin-top:8px}.page-audit .upload-area input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer}.page-audit .form-or{text-align:center;font-size:12px;color:var(--gray-300);margin:-4px 0 10px;font-weight:600;text-transform:uppercase;letter-spacing:1px}.page-audit .form-card .form-submit{width:100%;padding:15px;background:var(--amber);color:var(--white);border:none;border-radius:100px;font-family:var(--font-display);font-size:15px;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:var(--shadow-amber);margin-top:4px}.page-audit .form-card .form-submit:hover{background:var(--amber-light);transform:translateY(-2px);box-shadow:0 12px 40px #ff5c5c59}.page-audit .form-card .form-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.page-audit .form-fine{text-align:center;margin-top:12px;font-size:11px;color:var(--gray-500);display:flex;align-items:center;justify-content:center;gap:5px}.page-audit .what-we-find{background:var(--white);padding:100px 24px}.page-audit .wwf-inner{max-width:1000px;margin:0 auto}.page-audit .wwf-label{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--amber);margin-bottom:12px;text-align:center}.page-audit .wwf-heading{font-family:var(--font-display);font-size:clamp(28px,3.5vw,42px);font-weight:800;color:var(--navy);letter-spacing:-1px;text-align:center;margin-bottom:16px}.page-audit .wwf-sub{font-size:18px;color:var(--gray-500);text-align:center;max-width:600px;margin:0 auto 60px;line-height:1.6}.page-audit .audit-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.page-audit .audit-col{background:var(--cream);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:36px 28px;position:relative;overflow:hidden}.page-audit .audit-col:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--amber)}.page-audit .audit-col-num{font-family:var(--font-display);font-size:13px;font-weight:700;color:var(--amber);text-transform:uppercase;letter-spacing:1px;margin-bottom:16px}.page-audit .audit-col h3{font-family:var(--font-display);font-size:20px;font-weight:700;color:var(--navy);margin-bottom:16px}.page-audit .audit-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.page-audit .audit-col li{display:flex;align-items:flex-start;gap:10px;font-size:15px;line-height:1.5;color:var(--gray-700)}.page-audit .audit-col li:before{content:"→";color:var(--amber);font-weight:700;flex-shrink:0;margin-top:1px}.page-audit .audit-col .audit-outcome{margin-top:20px;padding:14px 16px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);font-size:14px;line-height:1.5;color:var(--gray-500)}.page-audit .audit-col .audit-outcome strong{color:var(--navy)}@media(max-width:768px){.page-audit .audit-columns{grid-template-columns:1fr}}.page-audit .examples{background:var(--cream);padding:80px 24px}.page-audit .examples-inner{max-width:740px;margin:0 auto;text-align:center}.page-audit .examples-inner h2{font-family:var(--font-display);font-size:clamp(24px,3vw,34px);font-weight:800;color:var(--navy);margin-bottom:12px;letter-spacing:-.5px}.page-audit .examples-inner>p{font-size:16px;color:var(--gray-500);margin-bottom:40px;line-height:1.6}.page-audit .finding-cards{display:flex;flex-direction:column;gap:16px;text-align:left}.page-audit .finding-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:24px;display:flex;gap:16px;align-items:flex-start}.page-audit .finding-icon{width:44px;height:44px;border-radius:12px;background:var(--amber-glow);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.page-audit .finding-card h3{font-family:var(--font-display);font-size:15px;font-weight:700;color:var(--navy);margin-bottom:4px}.page-audit .finding-card p{font-size:14px;line-height:1.55;color:var(--gray-500)}.page-audit .finding-card .finding-value{font-family:var(--font-display);font-size:14px;font-weight:700;color:var(--amber);margin-top:6px}.page-audit .examples-cta{margin-top:40px}.page-audit .examples-cta a{display:inline-flex;align-items:center;gap:8px;background:var(--amber);color:var(--white);padding:16px 36px;border-radius:100px;font-family:var(--font-display);font-size:16px;font-weight:700;text-decoration:none;box-shadow:var(--shadow-amber);transition:all .3s}.page-audit .examples-cta a:hover{background:var(--amber-light);transform:translateY(-2px)}.page-audit .about-strip{background:var(--navy);padding:60px 24px;text-align:center}.page-audit .about-strip-inner{max-width:600px;margin:0 auto}.page-audit .about-strip p{font-size:16px;line-height:1.7;color:#ffffff73}.page-audit .about-strip strong{color:#ffffffbf}.page-audit .about-strip a{color:var(--amber);text-decoration:none}.page-audit .about-strip a:hover{text-decoration:underline}@media(max-width:900px){.page-audit .audit-hero-inner{grid-template-columns:1fr;gap:48px}.page-audit .audit-hero{padding:100px 24px 60px}.page-audit .audit-hero-content{text-align:center}.page-audit .audit-hero .hero-sub{margin:0 auto 36px}.page-audit .guarantee{max-width:100%}.page-audit .audit-buckets{align-items:center}.page-audit .social-proof{justify-content:center}.page-audit .form-card{max-width:480px;margin:0 auto}}@media(max-width:600px){.page-audit .form-card .form-row{grid-template-columns:1fr}.page-audit .form-card{padding:28px 20px}.page-audit .audit-hero h1{letter-spacing:-1px}}.page-thank-you{background:var(--white);color:var(--gray-900);min-height:100vh}.page-thank-you .ty-nav{padding:16px 0;background:var(--white);border-bottom:1px solid var(--gray-200)}.page-thank-you .ty-nav-inner{max-width:1100px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.page-thank-you .ty-nav-logo{font-family:var(--font-display);font-weight:800;font-size:26px;color:var(--navy);text-decoration:none;display:flex;align-items:center;gap:8px}.page-thank-you .ty-nav-logo .pie-icon{width:32px;height:32px;background:var(--amber);border-radius:50%;position:relative;display:inline-block;flex-shrink:0}.page-thank-you .ty-nav-logo .pie-icon:after{content:"";position:absolute;top:0;left:50%;width:50%;height:50%;background:var(--cream);border-radius:0 32px 0 0}.page-thank-you .ty-nav-phone{font-size:15px;font-weight:600;color:var(--navy);text-decoration:none}.page-thank-you .ty-nav-phone:hover{color:var(--amber)}.page-thank-you .ty-hero{background:linear-gradient(135deg,#f0fdf4 0%,var(--cream) 100%);padding:60px 24px 50px;text-align:center}.page-thank-you .ty-check{width:80px;height:80px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;margin:0 auto 24px;animation:tyScaleIn .5s cubic-bezier(.16,1,.3,1)}@keyframes tyScaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.page-thank-you .ty-check svg{width:40px;height:40px;stroke:var(--white);fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.page-thank-you .ty-hero h1{font-family:var(--font-display);font-size:clamp(28px,4vw,42px);font-weight:800;color:var(--navy);letter-spacing:-1px;line-height:1.15;margin-bottom:12px;max-width:720px;margin-left:auto;margin-right:auto}.page-thank-you .ty-hero h1 .green{color:var(--green)}.page-thank-you .ty-hero .ty-sub{font-size:18px;color:var(--gray-700);max-width:560px;margin:0 auto;line-height:1.6}.page-thank-you .ty-phones{max-width:660px;margin:-20px auto 0;padding:0 24px;position:relative;z-index:2}.page-thank-you .ty-phones-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.page-thank-you .phone-card{padding:22px 24px;background:var(--white);border-radius:var(--radius-lg);border:2px solid var(--gray-200);box-shadow:var(--shadow-lg);text-align:center;transition:border-color .2s}.page-thank-you .phone-card.highlight{border-color:var(--green)}.page-thank-you .phone-card-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:var(--gray-500);margin-bottom:8px;display:flex;align-items:center;justify-content:center;gap:6px}.page-thank-you .phone-card.highlight .phone-card-label{color:var(--green)}.page-thank-you .phone-card-icon{font-size:14px}.page-thank-you .phone-card-number{font-family:var(--font-display);font-size:22px;font-weight:800;color:var(--navy);margin-bottom:4px;letter-spacing:-.5px}.page-thank-you .phone-card-note{font-size:13px;color:var(--gray-500);line-height:1.4}.page-thank-you .ty-step1-wrap{padding:20px 24px 0}.page-thank-you .ty-step1{max-width:660px;margin:0 auto;padding:24px 28px;background:var(--white);border:2px solid var(--green);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);text-align:center}.page-thank-you .ty-step1-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--green);margin-bottom:10px}.page-thank-you .ty-step1-dot{width:8px;height:8px;background:var(--green);border-radius:50%;animation:tyPulseDot 2s infinite;display:inline-block}@keyframes tyPulseDot{0%,to{opacity:1}50%{opacity:.3}}.page-thank-you .ty-step1 h3{font-family:var(--font-display);font-size:20px;font-weight:800;color:var(--navy);margin-bottom:6px}.page-thank-you .ty-step1 p{font-size:16px;color:var(--gray-700);line-height:1.6}.page-thank-you .ty-call-wrap{padding:0 24px}.page-thank-you .ty-call{max-width:660px;margin:32px auto 0;padding:32px;background:var(--navy);border-radius:var(--radius-xl);text-align:center;position:relative;overflow:hidden}.page-thank-you .ty-call:before{content:"";position:absolute;top:-40%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgba(255,92,92,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.page-thank-you .ty-call h3{font-family:var(--font-display);font-size:20px;font-weight:800;color:var(--white);margin-bottom:10px;position:relative;z-index:1}.page-thank-you .ty-call>p{font-size:15px;color:#ffffff80;line-height:1.6;margin-bottom:20px;max-width:440px;margin-left:auto;margin-right:auto;position:relative;z-index:1}.page-thank-you .ty-call-btn{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:var(--amber);color:var(--white);border-radius:100px;font-family:var(--font-display);font-size:18px;font-weight:700;text-decoration:none;box-shadow:var(--shadow-amber);transition:all .3s;position:relative;z-index:1;cursor:pointer;border:none}.page-thank-you .ty-call-btn:hover{background:var(--amber-light);transform:translateY(-2px)}.page-thank-you .ty-call-btn svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.page-thank-you .ty-call-mention{font-size:13px;color:#ffffff4d;margin-top:14px;position:relative;z-index:1}.page-thank-you .ty-section{max-width:800px;margin:0 auto;padding:60px 24px}.page-thank-you .ty-section-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--amber);margin-bottom:12px}.page-thank-you .ty-section h2,.page-thank-you .ty-steps-inner h2{font-family:var(--font-display);font-size:clamp(22px,3vw,30px);font-weight:800;color:var(--navy);letter-spacing:-.5px;line-height:1.2;margin-bottom:8px}.page-thank-you .ty-section .ty-section-sub{font-size:16px;color:var(--gray-500);line-height:1.6;margin-bottom:32px;max-width:580px}.page-thank-you .ready-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.page-thank-you .ready-card{padding:24px;background:var(--cream);border-radius:var(--radius-lg);border:1px solid var(--gray-200)}.page-thank-you .ready-card-icon{width:40px;height:40px;border-radius:12px;background:var(--white);display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:14px;border:1px solid var(--gray-200)}.page-thank-you .ready-card h4{font-family:var(--font-display);font-size:15px;font-weight:700;color:var(--navy);margin-bottom:4px}.page-thank-you .ready-card p{font-size:14px;color:var(--gray-500);line-height:1.5}.page-thank-you .ready-note{margin-top:24px;padding:20px 24px;background:var(--amber-glow);border-left:3px solid var(--amber);border-radius:0 var(--radius) var(--radius) 0;font-size:15px;color:var(--gray-700);line-height:1.6}.page-thank-you .ready-note strong{color:var(--navy)}.page-thank-you .ty-steps-section{background:var(--cream);padding:60px 24px}.page-thank-you .ty-steps-inner{max-width:800px;margin:0 auto}.page-thank-you .steps-timeline{margin-top:36px;display:flex;flex-direction:column;gap:0}.page-thank-you .step-row{display:grid;grid-template-columns:56px 1fr;gap:0}.page-thank-you .step-line{display:flex;flex-direction:column;align-items:center}.page-thank-you .step-num{width:44px;height:44px;border-radius:50%;background:var(--amber);color:var(--white);font-family:var(--font-display);font-size:16px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.page-thank-you .step-connector{width:2px;flex:1;background:var(--gray-200);min-height:20px}.page-thank-you .step-content{padding:8px 0 40px 20px}.page-thank-you .step-content h4{font-family:var(--font-display);font-size:18px;font-weight:800;color:var(--navy);margin-bottom:4px}.page-thank-you .step-content .step-time{font-size:13px;font-weight:600;color:var(--amber);margin-bottom:8px}.page-thank-you .step-content p{font-size:15px;color:var(--gray-700);line-height:1.6}.page-thank-you .ty-proof{max-width:800px;margin:0 auto;padding:60px 24px;text-align:center}.page-thank-you .ty-proof-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--gray-500);margin-bottom:24px}.page-thank-you .proof-card{max-width:600px;margin:0 auto;padding:32px;background:var(--cream);border-radius:var(--radius-xl);border:1px solid var(--gray-200);position:relative}.page-thank-you .proof-card:before{content:"“";position:absolute;top:16px;left:24px;font-family:Georgia,serif;font-size:60px;color:var(--amber);line-height:1;opacity:.3}.page-thank-you .proof-card blockquote{font-size:18px;line-height:1.6;color:var(--navy);font-style:italic;margin-bottom:16px;padding-top:12px}.page-thank-you .proof-card cite{font-size:14px;font-style:normal;color:var(--gray-500)}.page-thank-you .proof-card cite strong{color:var(--navy);display:block;font-size:15px;margin-bottom:2px}.page-thank-you .proof-savings{display:inline-block;margin-top:16px;padding:8px 18px;background:var(--green-glow);border-radius:100px;font-size:14px;font-weight:700;color:var(--green)}.page-thank-you .ty-reminder{max-width:660px;margin:0 auto;padding:0 24px 60px;text-align:center}.page-thank-you .ty-reminder-box{padding:20px 28px;background:var(--gray-100);border-radius:var(--radius-lg);font-size:14px;line-height:1.6;color:var(--gray-500)}.page-thank-you .ty-reminder-box strong{color:var(--gray-700)}.page-thank-you .ty-footer{background:var(--gray-900);padding:36px 24px;text-align:center;font-size:13px;color:#ffffff40}.page-thank-you .ty-footer a{color:#ffffff59;text-decoration:none;margin:0 4px}.page-thank-you .ty-footer a:hover{color:var(--amber)}@media(max-width:600px){.page-thank-you .ready-grid{grid-template-columns:1fr}.page-thank-you .ty-call-wrap .ty-call{margin-left:0;margin-right:0;padding:24px 20px}.page-thank-you .ty-phones{padding:0 16px}.page-thank-you .ty-phones-grid{grid-template-columns:1fr}.page-thank-you .ty-step1-wrap{padding-left:16px;padding-right:16px}.page-thank-you .phone-card-number{font-size:20px}}.page-legal .legal-hero{background:var(--navy);padding:120px 24px 60px;text-align:center}.page-legal .legal-hero h1{font-family:var(--font-display);font-size:clamp(28px,4vw,44px);font-weight:800;color:var(--white);letter-spacing:-1px;margin-bottom:12px}.page-legal .legal-hero p{font-size:16px;color:#fff6}.page-legal .legal-body{max-width:780px;margin:0 auto;padding:60px 24px 100px}.page-legal .legal-body h2{font-family:var(--font-display);font-size:22px;font-weight:800;color:var(--navy);letter-spacing:-.5px;margin:48px 0 16px;padding-top:24px;border-top:1px solid var(--gray-200)}.page-legal .legal-body h2:first-of-type{border-top:none;margin-top:0;padding-top:0}.page-legal .legal-body h3{font-family:var(--font-display);font-size:17px;font-weight:700;color:var(--navy);margin:28px 0 10px}.page-legal .legal-body p{font-size:16px;line-height:1.75;color:var(--gray-700);margin-bottom:16px}.page-legal .legal-body strong{color:var(--navy)}.page-legal .legal-body ul,.page-legal .legal-body ol{margin:12px 0 20px 24px}.page-legal .legal-body li{font-size:16px;line-height:1.75;color:var(--gray-700);margin-bottom:8px}.page-legal .legal-body .highlight-box{margin:24px 0;padding:24px 28px;background:var(--cream);border-left:4px solid var(--amber);border-radius:0 var(--radius) var(--radius) 0}.page-legal .legal-body .highlight-box p{margin-bottom:8px}.page-legal .legal-body .highlight-box p:last-child{margin-bottom:0}.page-legal .legal-toc{background:var(--cream);border-radius:var(--radius-lg);padding:28px 32px;margin-bottom:48px}.page-legal .legal-toc h3{font-family:var(--font-display);font-size:15px;font-weight:700;color:var(--navy);margin:0 0 14px;text-transform:uppercase;letter-spacing:1px}.page-legal .legal-toc ol{margin:0 0 0 20px}.page-legal .legal-toc li{font-size:15px;margin-bottom:6px}.page-legal .legal-toc a{color:var(--gray-700);text-decoration:none;transition:color .2s}.page-legal .legal-toc a:hover{color:var(--amber)}.page-not-found .notfound-hero{background:var(--navy);min-height:80vh;display:flex;align-items:center;justify-content:center;padding:120px 24px 80px;text-align:center}.page-not-found .notfound-inner{max-width:520px}.page-not-found .notfound-code{font-family:var(--font-display);font-size:clamp(80px,15vw,160px);font-weight:800;color:var(--amber);line-height:1;margin-bottom:16px;letter-spacing:-4px}.page-not-found .notfound-hero h1{font-family:var(--font-display);font-size:clamp(28px,4vw,44px);font-weight:800;color:var(--white);letter-spacing:-1px;margin-bottom:16px}.page-not-found .notfound-hero p{font-size:18px;line-height:1.6;color:#ffffff80;margin-bottom:32px}@font-face{font-family:DM Sans;font-style:normal;font-weight:400 700;font-display:swap;src:url(/assets/dm-sans-latin-Xz1IZZA0.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Sora;font-style:normal;font-weight:400 800;font-display:swap;src:url(/assets/sora-latin-BUlRykrX.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--navy: #1e1e24;--navy-light: #2a2a32;--navy-mid: #35353f;--amber: #ff5c5c;--amber-light: #ff7a7a;--amber-glow: rgba(255, 92, 92, .12);--amber-bright: #ff8a8a;--cream: #faf8f7;--white: #ffffff;--gray-100: #f5f5f7;--gray-200: #e8e8ec;--gray-300: #d1d1d6;--gray-500: #8e8e93;--gray-700: #48484a;--gray-900: #1c1c1e;--success: #34c759;--green: #34c759;--green-glow: rgba(52,199,89,.1);--radius: 14px;--radius-lg: 20px;--radius-xl: 28px;--shadow-sm: 0 2px 8px rgba(30,30,36,.06);--shadow-md: 0 8px 30px rgba(30,30,36,.08);--shadow-lg: 0 20px 60px rgba(30,30,36,.12);--shadow-amber: 0 8px 30px rgba(255,92,92,.3);--font-display: "Sora", sans-serif;--font-body: "DM Sans", sans-serif}html,body{overflow-x:hidden;width:100%;max-width:100vw;overscroll-behavior-x:none}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--gray-900);background:var(--white);-webkit-font-smoothing:antialiased;position:relative}#root{overflow-x:hidden;width:100%}[class^=page-]{overflow:hidden;width:100%}.section{padding:100px 24px}@media(max-width:600px){.section{padding:70px 16px}}.section-inner{max-width:1100px;margin:0 auto}.section-label{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--amber);margin-bottom:12px}.section-heading{font-family:var(--font-display);font-size:clamp(32px,4vw,46px);font-weight:800;letter-spacing:-1px;line-height:1.15;margin-bottom:20px;color:var(--navy)}.section-sub{font-size:18px;line-height:1.6;color:var(--gray-500);max-width:600px}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--amber);color:var(--white);padding:16px 32px;border-radius:100px;font-family:var(--font-display);font-size:16px;font-weight:700;text-decoration:none;border:none;cursor:pointer;transition:all .3s;box-shadow:var(--shadow-amber)}.btn-primary:hover{background:var(--amber-light);transform:translateY(-2px);box-shadow:0 12px 40px #ff5c5c59}.btn-primary svg{width:18px;height:18px}.btn-ghost{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#ffffffb3;padding:16px 28px;border-radius:100px;font-family:var(--font-display);font-size:16px;font-weight:600;text-decoration:none;border:1px solid rgba(255,255,255,.15);transition:all .3s}.btn-ghost:hover{background:#ffffff0f;border-color:#ffffff4d;color:var(--white)}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease-out,transform .7s ease-out}.reveal.visible{opacity:1;transform:translateY(0)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}@keyframes float-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:16px 0;transition:all .4s cubic-bezier(.16,1,.3,1)}.nav.scrolled{background:#ffffffeb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 1px #0000000f;padding:10px 0}.nav-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.nav-logo{text-decoration:none;display:flex;align-items:center;height:32px}.nav-logo img{height:32px;width:auto;display:block;image-rendering:auto}.nav-logo .logo-white{display:block}.nav-logo .logo-dark,.nav.scrolled .nav-logo .logo-white{display:none}.nav.scrolled .nav-logo .logo-dark{display:block}.nav-links{display:flex;align-items:center;gap:32px;list-style:none}.nav-links a{font-size:15px;font-weight:500;color:#ffffffbf;text-decoration:none;transition:color .3s}.nav.scrolled .nav-links a{color:var(--gray-700)}.nav-links a:hover{color:var(--amber)}.nav-cta{background:var(--amber);color:var(--white)!important;padding:10px 22px;border-radius:100px;font-weight:700!important;font-size:14px!important;transition:all .3s!important;box-shadow:var(--shadow-amber)}.nav-cta:hover{background:var(--amber-light)!important;transform:translateY(-1px)}.nav-mobile-toggle{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:4px}.nav-mobile-toggle span{width:24px;height:2px;background:var(--white);border-radius:2px;transition:all .3s}.nav.scrolled .nav-mobile-toggle span{background:var(--navy)}@media(max-width:768px){.nav-links{display:none}.nav-mobile-toggle{display:flex}.nav-links.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--white);padding:24px;box-shadow:var(--shadow-lg);gap:12px}.nav-links.open a{color:var(--navy)!important;font-size:15px}.nav-links.open .nav-cta{color:var(--white)!important;font-size:16px!important;text-align:center;margin-top:8px}}.footer{background:var(--gray-900);padding:48px 24px;color:#fff9;font-size:14px}.footer-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-logo{display:flex;align-items:center}.footer-links{display:flex;gap:24px;list-style:none}.footer-links a{color:#fff9;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--amber)}.footer-disclaimer{width:100%;margin-top:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,.06);font-size:12px;line-height:1.6;color:#ffffff8c;text-align:center}.modal-overlay{position:fixed;inset:0;z-index:2000;background:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}.modal-overlay.active{opacity:1;visibility:visible}.modal-overlay.active .modal-box{transform:translateY(0) scale(1);opacity:1}.modal-box{background:var(--white);border-radius:var(--radius-xl);width:100%;max-width:520px;max-height:90vh;overflow-y:auto;padding:40px 36px 36px;position:relative;transform:translateY(20px) scale(.97);opacity:0;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .4s ease;box-shadow:0 40px 100px #00000040}.modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;background:var(--gray-100);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--gray-500);transition:all .2s}.modal-close:hover{background:var(--gray-200);color:var(--navy)}.modal-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--amber);margin-bottom:12px}.modal-badge:before{content:"";width:8px;height:8px;background:var(--amber);border-radius:50%;animation:pulse-dot 2s infinite}.modal-box h2{font-family:var(--font-display);font-size:26px;font-weight:800;color:var(--navy);letter-spacing:-1px;margin-bottom:6px;line-height:1.2}.modal-box .modal-sub{font-size:15px;color:var(--gray-500);line-height:1.5;margin-bottom:28px}.modal-form .form-group{margin-bottom:16px}.modal-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.modal-form .form-label{display:block;font-size:13px;font-weight:600;color:var(--navy);margin-bottom:6px}.modal-form .form-input{width:100%;padding:12px 16px;border:1.5px solid var(--gray-200);border-radius:12px;font-family:var(--font-body);font-size:15px;color:var(--navy);background:var(--white);transition:border-color .2s,box-shadow .2s;outline:none}.modal-form .form-input:focus{border-color:var(--amber);box-shadow:0 0 0 3px var(--amber-glow)}.modal-form .form-input::placeholder{color:var(--gray-300)}.modal-form .form-select{width:100%;padding:12px 16px;border:1.5px solid var(--gray-200);border-radius:12px;font-family:var(--font-body);font-size:15px;color:var(--navy);background:var(--white);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238e8e93' stroke-width='2.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;cursor:pointer;transition:border-color .2s,box-shadow .2s;outline:none}.modal-form .form-select:focus{border-color:var(--amber);box-shadow:0 0 0 3px var(--amber-glow)}.modal-form .form-consent{display:flex;align-items:flex-start;gap:10px;margin:20px 0 24px;cursor:pointer}.modal-form .form-consent input[type=checkbox]{width:20px;height:20px;margin-top:2px;flex-shrink:0;accent-color:var(--amber);cursor:pointer}.modal-form .form-consent-text{font-size:13px;line-height:1.5;color:var(--gray-500)}.modal-form .form-submit{width:100%;padding:16px 24px;background:var(--amber);color:var(--white);border:none;border-radius:100px;font-family:var(--font-display);font-size:16px;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:var(--shadow-amber)}.modal-form .form-submit:hover{background:var(--amber-light);transform:translateY(-2px)}.modal-form .form-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.modal-form .form-guarantee{margin-top:16px;text-align:center;font-size:13px;color:var(--gray-500)}.modal-form .form-guarantee span{color:var(--amber);font-weight:600}.modal-success{text-align:center;padding:20px 0;display:none}.modal-success.active{display:block}.modal-success .success-icon{width:72px;height:72px;border-radius:50%;background:var(--green-glow);display:flex;align-items:center;justify-content:center;font-size:36px;margin:0 auto 20px}.modal-success h3{font-family:var(--font-display);font-size:24px;font-weight:800;color:var(--navy);margin-bottom:10px}.modal-success p{font-size:16px;line-height:1.6;color:var(--gray-500);margin-bottom:8px}@media(max-width:600px){.modal-box{padding:32px 20px 28px}.modal-form .form-row{grid-template-columns:1fr}}
