*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--brand:#1b2e4a;--accent:#d4a017;--light:#f5f6f8;--ink:#1b2e4a;--soft:#5a6a7a;--white:#ffffff;--radius:6px}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--white);color:var(--ink);font-size:16px;line-height:1.65}nav{background:var(--brand);padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:62px}.logo,.nav-tel{display:flex;align-items:center;text-decoration:none}.nav-tel{color:var(--white);font-size:14px;font-weight:600;opacity:.85;gap:6px}.nav-tel:hover{opacity:1}.hero{background:var(--brand);color:var(--white);padding:56px 24px 64px;text-align:center}.hero-label{display:inline-block;background:var(--accent);color:var(--brand);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;padding:4px 12px;border-radius:20px;margin-bottom:20px}.hero h1{font-size:clamp(26px,5vw,46px);font-weight:800;line-height:1.15;margin-bottom:14px;letter-spacing:-.02em}.hero p{font-size:17px;opacity:.75;max-width:440px;margin:0 auto 36px}.hero-cta{display:inline-block;background:var(--accent);color:var(--brand);font-weight:800;font-size:17px;padding:16px 40px;border-radius:var(--radius);text-decoration:none;transition:opacity .15s}.hero-cta:hover{opacity:.88}.hero-sub{margin-top:12px;font-size:13px;opacity:.45}.trust{background:var(--light);border-bottom:1px solid #e2e6ea;padding:16px 24px;display:flex;justify-content:center;gap:28px;flex-wrap:wrap;font-size:13px;color:var(--soft);font-weight:600}.trust span:before{content:"\2713  ";color:#27ae60;font-weight:800}.section{padding:56px 24px;max-width:900px;margin:0 auto}.section-label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:8px}.section h2{font-size:clamp(22px,3.5vw,32px);font-weight:800;margin-bottom:12px;letter-spacing:-.01em}.section>p{color:var(--soft);font-size:16px;max-width:560px}.services{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-gap:16px;gap:16px;margin-top:32px}.svc{background:var(--light);border-radius:var(--radius);padding:24px 20px}.svc-icon{font-size:28px;margin-bottom:10px}.svc h3{font-size:15px;font-weight:700;margin-bottom:4px}.svc p{font-size:13px;color:var(--soft)}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:20px;gap:20px;margin-top:32px}.step{text-align:center;padding:8px}.step-n{width:40px;height:40px;background:var(--brand);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;margin:0 auto 12px}.step h3{font-size:14px;font-weight:700;margin-bottom:4px}.step p{font-size:13px;color:var(--soft)}.reviews{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:16px;gap:16px;margin-top:32px}.review{background:var(--light);border-radius:var(--radius);padding:24px}.stars{color:var(--accent);font-size:15px;margin-bottom:10px}.review p{font-size:14px;color:var(--soft);font-style:italic;margin-bottom:12px}.reviewer{font-size:13px;font-weight:700}.form-wrap{background:var(--light)}.form-inner{max-width:580px;margin:0 auto;padding:60px 24px}.form-inner h2{font-size:26px;font-weight:800;margin-bottom:6px}.form-inner>p{color:var(--soft);font-size:15px;margin-bottom:28px}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.form-group{margin-bottom:14px}label{display:block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--soft);margin-bottom:5px}input,textarea{width:100%;padding:13px 14px;border:2px solid #d8dde3;border-radius:var(--radius);font-size:15px;font-family:inherit;color:var(--ink);background:var(--white);transition:border-color .2s}input:focus,textarea:focus{outline:none;border-color:var(--brand)}textarea{resize:vertical;min-height:88px}.hp{display:none!important}.btn-submit{width:100%;background:var(--brand);color:var(--white);border:none;padding:16px;font-size:17px;font-weight:800;border-radius:var(--radius);cursor:pointer;font-family:inherit;transition:background .2s;margin-top:4px}.btn-submit:hover{background:#0f1e30}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.form-legal{text-align:center;font-size:11px;color:#bbb;margin-top:10px;line-height:1.6}.form-legal a{color:var(--brand)}.form-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:12px 16px;border-radius:var(--radius);font-size:14px;margin-bottom:16px}hr{border:none;border-top:1px solid #e8eaed}footer{background:var(--brand);text-align:center;padding:28px 24px;font-size:12px;line-height:2}footer,footer a{color:rgba(255,255,255,.35)}footer a{text-decoration:none;margin:0 8px}footer a:hover{color:rgba(255,255,255,.7)}.footer-note{font-size:11px;opacity:.5;margin-top:4px}.thankyou-body{background:linear-gradient(135deg,#0f1923,#1e3a52);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.thankyou-card{background:white;color:#0f1923;border-radius:16px;padding:52px 44px;max-width:520px;width:100%;text-align:center;box-shadow:0 24px 80px rgba(0,0,0,.4)}.thankyou-check{width:72px;height:72px;background:#1b2e4a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:34px;color:white}.thankyou-card h1{font-size:28px;margin-bottom:12px}.thankyou-card p{color:#3a4856;font-size:16px;line-height:1.7;margin-bottom:16px}.thankyou-highlight{background:#fff8ec;border-left:4px solid #e8b84b;padding:14px 18px;border-radius:4px;text-align:left;font-size:15px;color:#0f1923;margin:20px 0}.thankyou-highlight a{color:var(--brand)}.thankyou-btn{display:inline-block;background:var(--brand);color:white;padding:14px 32px;border-radius:6px;text-decoration:none;font-weight:700;font-size:16px;margin-top:8px;transition:background .2s}.thankyou-btn:hover{background:#0f1e30}.consent-banner{position:fixed;bottom:0;left:0;right:0;background:#1b2e4a;color:white;padding:20px 24px;z-index:9999;box-shadow:0 -4px 20px rgba(0,0,0,.3)}.consent-inner{max-width:900px;margin:0 auto;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.consent-text{flex:1 1;min-width:280px}.consent-text p{font-size:14px;line-height:1.6;margin-bottom:4px}.consent-text a{color:#d4a017;text-decoration:underline}.consent-buttons{display:flex;gap:10px;flex-shrink:0}.consent-btn{padding:12px 24px;border-radius:var(--radius);font-size:14px;font-weight:700;cursor:pointer;border:2px solid transparent;font-family:inherit;transition:opacity .15s}.consent-btn:hover{opacity:.88}.consent-accept{background:#d4a017;color:#1b2e4a}.consent-reject{background:transparent;color:white;border-color:rgba(255,255,255,.4)}.legal-page{max-width:720px;margin:0 auto;padding:48px 24px}.legal-page h1{font-size:32px;font-weight:800;margin-bottom:8px}.legal-page .legal-updated{color:var(--soft);font-size:14px;margin-bottom:32px}.legal-page h2{font-size:20px;font-weight:700;margin-top:32px;margin-bottom:12px}.legal-page p,.legal-page ul{color:var(--soft);font-size:15px;line-height:1.8;margin-bottom:16px}.legal-page ul{padding-left:24px}.legal-page li{margin-bottom:8px}.legal-page a{color:var(--brand)}@media (max-width:500px){.form-row{grid-template-columns:1fr}.trust{gap:12px}.consent-inner{flex-direction:column;align-items:stretch}.consent-buttons{justify-content:stretch}.consent-btn{flex:1 1;text-align:center}}