*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--brand:#1a1a2e;--accent:#0f3460;--accent2:#e94560;--green:#10b981;--text:#111827;--text-muted:#6b7280;--text-light:#9ca3af;--bg:#f9fafb;--bg2:#fff;--border:#e5e7eb;--radius:12px;--radius-sm:8px;--shadow-md:0 4px 12px rgba(0,0,0,.08);--shadow-lg:0 10px 30px rgba(0,0,0,.1)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;line-height:1.6}nav{background:var(--brand);padding:0 32px;justify-content:space-between;height:64px;position:-webkit-sticky;position:sticky;top:0;z-index:200}.nav-left,nav{display:flex;align-items:center}.nav-left{gap:10px;text-decoration:none}.nav-logo-icon{width:34px;height:34px;background:var(--accent2);border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:800;color:#fff}.nav-logo-text{color:#fff;font-size:17px;font-weight:700;letter-spacing:-.3px}.nav-right{display:flex;align-items:center;gap:18px}.nav-links{display:flex;gap:22px}.nav-links a{color:hsla(0,0%,100%,.65);text-decoration:none;font-size:13px;font-weight:500;transition:color .2s;cursor:pointer}.nav-links a:hover{color:#fff}.nav-badge{display:flex;align-items:center;gap:6px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.15);border-radius:20px;padding:5px 13px;font-size:12px;color:hsla(0,0%,100%,.85)}.pulse{width:7px;height:7px;background:var(--green);border-radius:50%;animation:pulse 2s infinite;flex-shrink:0}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}@media(max-width:580px){.nav-links{display:none}}.hero{background:linear-gradient(145deg,#1a1a2e,#0f3460 60%,#16213e);padding:90px 24px 110px;text-align:center;color:#fff;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E")}.hero-eyebrow{font-size:12px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--accent2);margin-bottom:18px}.hero h1{font-size:clamp(34px,5.5vw,58px);font-weight:800;line-height:1.1;letter-spacing:-1.5px;margin-bottom:22px}.hero h1 span{color:var(--accent2)}.hero-sub{font-size:19px;color:hsla(0,0%,100%,.72);max-width:520px;margin:0 auto 40px;line-height:1.65}.hero-stats{display:flex;justify-content:center;gap:44px;margin-bottom:40px;flex-wrap:wrap}.hero-stat{text-align:center}.hero-stat strong{display:block;font-size:30px;font-weight:800;color:#fff;letter-spacing:-1px}.hero-stat span{font-size:12px;color:hsla(0,0%,100%,.5);letter-spacing:.5px}.hero-avatars-row{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:36px;flex-wrap:wrap}.hero-avatars{display:flex}.hero-avatar{width:38px;height:38px;border-radius:50%;border:2.5px solid #1a1a2e;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;margin-left:-10px}.hero-avatar:first-child{margin-left:0}.a1{background:#8b5cf6}.a2{background:#06b6d4}.a3{background:#f59e0b}.a4{background:#10b981}.hero-avatars-text{font-size:13px;color:hsla(0,0%,100%,.65)}.hero-avatars-text strong{color:#fff}.hero-cta-group{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--accent2);color:#fff;text-decoration:none;padding:15px 34px;border-radius:50px;font-size:16px;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 18px rgba(233,69,96,.45);border:none;cursor:pointer;font-family:inherit}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 7px 24px rgba(233,69,96,.55)}.btn-secondary{display:inline-flex;align-items:center;gap:8px;background:hsla(0,0%,100%,.1);color:#fff;text-decoration:none;padding:15px 28px;border-radius:50px;font-size:15px;font-weight:600;border:1px solid hsla(0,0%,100%,.25);transition:background .2s;cursor:pointer;font-family:inherit}.btn-secondary:hover{background:hsla(0,0%,100%,.18)}.hero-wave{position:absolute;bottom:-1px;left:0;width:100%;height:60px}main{max-width:960px;margin:0 auto;padding:70px 24px 90px}.section-label{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--accent2);margin-bottom:10px}.section-title{font-size:clamp(24px,3vw,34px);font-weight:800;letter-spacing:-.7px;margin-bottom:10px}.section-sub{color:var(--text-muted);font-size:16px;margin-bottom:44px;max-width:560px;line-height:1.65}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));grid-gap:16px;gap:16px;margin-bottom:70px}.step-card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:28px 22px;position:relative}.step-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--accent2);border-radius:var(--radius) var(--radius) 0 0}.step-num{width:34px;height:34px;background:var(--brand);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;margin-bottom:14px}.step-card h3{font-size:15px;font-weight:700;margin-bottom:7px}.step-card p{font-size:13px;color:var(--text-muted);line-height:1.55}.categories-section{margin-bottom:70px}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(136px,1fr));grid-gap:12px;gap:12px}.cat-card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:22px 12px;text-align:center;cursor:pointer;transition:all .2s;text-decoration:none;color:var(--text);display:flex;flex-direction:column;align-items:center;gap:9px}.cat-card:hover{border-color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-3px)}.cat-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:22px;background:var(--bg)}.cat-name{font-size:12px;font-weight:600;color:var(--text-muted);line-height:1.3}.about-section{margin-bottom:70px;background:var(--brand);border-radius:20px;padding:50px 44px;color:#fff;display:grid;grid-template-columns:1fr 1fr;grid-gap:44px;gap:44px;align-items:center}@media(max-width:640px){.about-section{grid-template-columns:1fr;padding:36px 24px}}.about-label{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--accent2);margin-bottom:12px}.about-section h2{font-size:clamp(22px,3vw,30px);font-weight:800;letter-spacing:-.5px;margin-bottom:16px;line-height:1.2}.about-section p{font-size:15px;color:hsla(0,0%,100%,.7);line-height:1.7;margin-bottom:12px}.about-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.about-pill{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.15);border-radius:20px;padding:5px 14px;font-size:12px;color:hsla(0,0%,100%,.85)}.about-stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.about-stat-card{background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--radius);padding:20px 18px}.about-stat-card strong{display:block;font-size:30px;font-weight:800;color:#fff;letter-spacing:-1px;margin-bottom:4px}.about-stat-card span{font-size:12px;color:hsla(0,0%,100%,.5)}.trust-section{margin-bottom:70px}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));grid-gap:16px;gap:16px}.trust-card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:26px;display:flex;gap:14px;align-items:flex-start}.trust-icon{font-size:26px;flex-shrink:0;margin-top:2px}.trust-card h3{font-size:14px;font-weight:700;margin-bottom:5px}.trust-card p{font-size:13px;color:var(--text-muted);line-height:1.55}.faq-section{margin-bottom:70px}.faq-list{display:flex;flex-direction:column;gap:10px}.faq-item{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.faq-q{padding:18px 20px;font-size:15px;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;gap:12px}.faq-q:hover{background:var(--bg)}.faq-arrow{font-size:18px;color:var(--text-light);transition:transform .25s;flex-shrink:0}.faq-item.open .faq-arrow{transform:rotate(180deg)}.faq-a{display:none;padding:14px 20px 18px;font-size:14px;color:var(--text-muted);line-height:1.7;border-top:1px solid var(--border)}.faq-item.open .faq-a{display:block}.hero-promise{display:flex;justify-content:center;gap:28px;flex-wrap:wrap;margin-bottom:38px}.hero-promise-item{display:flex;align-items:center;gap:8px;font-size:14px;color:hsla(0,0%,100%,.88);font-weight:500}.hero-promise-check{width:22px;height:22px;background:rgba(16,185,129,.2);border:1.5px solid rgba(16,185,129,.5);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;color:#10b981;flex-shrink:0;font-weight:700}.promise-bar{background:#fff;border-bottom:1px solid var(--border)}.promise-bar-inner{max-width:960px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap}.promise-bar-item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--text);padding:6px 24px}.promise-bar-divider{width:1px;height:22px;background:var(--border);flex-shrink:0}@media(max-width:600px){.promise-bar-divider{display:none}.promise-bar-item{padding:6px 14px;font-size:12px}}.cta-banner{background:linear-gradient(135deg,var(--accent2) 0,#c73652 100%);border-radius:20px;padding:50px 40px;text-align:center;color:#fff;margin-bottom:70px}.cta-banner h2{font-size:clamp(22px,3vw,30px);font-weight:800;margin-bottom:12px}.cta-banner p{font-size:16px;color:hsla(0,0%,100%,.82);margin-bottom:28px}.modal-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:300;align-items:center;justify-content:center;padding:20px}.modal-overlay.open{display:flex}.modal{background:var(--bg2);border-radius:var(--radius);width:100%;max-width:460px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.28)}.modal-header{background:var(--brand);padding:16px 20px;justify-content:space-between}.modal-back,.modal-header{display:flex;align-items:center}.modal-back{color:hsla(0,0%,100%,.7);font-size:13px;cursor:pointer;gap:4px;background:none;border:none;font-family:inherit;padding:0}.modal-back:hover{color:#fff}.modal-header-center{text-align:center;flex:1 1}.modal-header-center h3{color:#fff;font-size:15px;font-weight:700}.modal-header-center p{color:hsla(0,0%,100%,.6);font-size:11px;display:flex;align-items:center;justify-content:center;gap:4px}.online-dot{width:6px;height:6px;background:var(--green);border-radius:50%;display:inline-block}.modal-body{padding:22px}.modal-cat-header{display:flex;align-items:center;gap:14px;margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid var(--border)}.modal-cat-icon{width:50px;height:50px;border-radius:14px;background:var(--bg);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:26px;flex-shrink:0}.modal-cat-info h4{font-size:16px;font-weight:700}.modal-cat-info p{font-size:12px;color:var(--text-muted)}.chat-field{margin-bottom:14px}.chat-field label{display:block;font-size:11px;font-weight:700;color:var(--text-muted);margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.chat-field input,.chat-field select,.chat-field textarea{width:100%;padding:10px 14px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;font-family:inherit;color:var(--text);background:var(--bg);outline:none;transition:border-color .2s;resize:none}.chat-field input:focus,.chat-field select:focus,.chat-field textarea:focus{border-color:var(--accent)}.char-count{font-size:11px;color:var(--text-light);text-align:right;margin-top:4px}.wa-btn{width:100%;padding:14px;background:#25d366;color:#fff;border:none;border-radius:var(--radius-sm);font-size:15px;font-weight:700;font-family:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s;margin-top:6px}.wa-btn:hover{background:#1ebe5d}.modal-footer-note{font-size:11px;color:var(--text-light);text-align:center;margin-top:12px;line-height:1.6}.modal-footer-note a{color:var(--accent2);text-decoration:none;cursor:pointer}.legal-modal{background:var(--bg2);border-radius:var(--radius);width:100%;max-width:680px;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 60px rgba(0,0,0,.28)}.legal-modal-header{background:var(--brand);padding:18px 24px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.legal-modal-header h3{color:#fff;font-size:16px;font-weight:700}.legal-close{background:none;border:none;color:hsla(0,0%,100%,.7);font-size:24px;cursor:pointer;line-height:1;padding:0}.legal-close:hover{color:#fff}.legal-body{padding:28px 28px 32px;overflow-y:auto;flex:1 1}.legal-body h4{font-size:15px;font-weight:700;margin:22px 0 8px;color:var(--brand)}.legal-body h4:first-child{margin-top:0}.legal-body p,.legal-body ul{font-size:14px;color:var(--text-muted);line-height:1.75;margin-bottom:10px}.legal-body ul{padding-left:20px}.legal-body ul li{margin-bottom:5px}.legal-effective{font-size:12px;color:var(--text-light);margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border)}footer{background:var(--brand);color:hsla(0,0%,100%,.55);padding:52px 32px 32px}.footer-inner{max-width:960px;margin:0 auto}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:44px;gap:44px;margin-bottom:44px}@media(max-width:700px){.footer-top{grid-template-columns:1fr 1fr;gap:28px}}@media(max-width:440px){.footer-top{grid-template-columns:1fr}}.footer-logo{gap:8px;margin-bottom:12px}.footer-logo,.footer-logo-icon{display:flex;align-items:center}.footer-logo-icon{width:30px;height:30px;background:var(--accent2);border-radius:8px;justify-content:center;font-size:14px;font-weight:800;color:#fff}.footer-logo-text{color:#fff;font-size:16px;font-weight:700}.footer-brand p{font-size:13px;line-height:1.7;color:hsla(0,0%,100%,.42);max-width:265px}.footer-brand .footer-parent{font-size:12px;color:hsla(0,0%,100%,.35);margin-top:12px}.footer-brand .footer-parent strong{color:hsla(0,0%,100%,.55)}.footer-col h4{color:hsla(0,0%,100%,.8);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:14px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:9px}.footer-col ul li a{color:hsla(0,0%,100%,.45);text-decoration:none;font-size:13px;transition:color .2s;cursor:pointer}.footer-col ul li a:hover{color:hsla(0,0%,100%,.9)}.footer-divider{border:none;border-top:1px solid hsla(0,0%,100%,.08);margin-bottom:24px}.footer-bottom{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:14px}.footer-bottom-left{font-size:12px;color:hsla(0,0%,100%,.38);line-height:1.8}.footer-bottom-left strong{color:hsla(0,0%,100%,.6)}.footer-legal-links{display:flex;gap:20px;flex-wrap:wrap}.footer-legal-links a{font-size:12px;color:hsla(0,0%,100%,.4);text-decoration:none;transition:color .2s;cursor:pointer}.footer-legal-links a:hover{color:hsla(0,0%,100%,.85)}