:root{--gold:#b9982d;--navy:#0b2845;--teal:#0f9ac2;--dark:#0f1720;--soft:#f7f3eb}*{box-sizing:border-box}body{margin:0;font-family:Poppins,Arial,sans-serif;color:#13201b;background:#fff}a{text-decoration:none;color:inherit}.top-alert{background:var(--gold);color:#050505;text-align:center;font-weight:700;padding:11px 10px}.top-alert a{background:#050505;color:white;border-radius:6px;padding:8px 18px;margin-left:15px}.header{height:92px;display:flex;align-items:center;justify-content:space-between;padding:0 7%;background:rgba(15,23,32,.84);position:sticky;top:0;z-index:20;backdrop-filter:blur(10px);border-bottom:2px solid var(--gold)}.logo-wrap{display:flex;align-items:center;gap:12px;color:#fff;font-weight:800}.logo-wrap img{width:120px;max-height:70px;object-fit:contain;background:#fff;border-radius:6px;padding:3px}.header nav{display:flex;gap:26px;color:#fff;font-weight:600}.header nav a:hover{color:var(--gold)}.menu{display:none}.hero{min-height:760px;position:relative;display:flex;align-items:center;background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.2)),url('https://images.unsplash.com/photo-1591604129939-f1efa4d9f7fa?auto=format&fit=crop&w=1800&q=80') center/cover}.hero-content{position:relative;z-index:2;max-width:850px;padding:70px 7%;color:white}.badge{display:inline-block;background:var(--gold);color:#111;border-radius:12px;padding:10px 17px;font-weight:800}.badge.blue{background:#a9e6fb}.hero h1{font-size:76px;line-height:1.05;margin:24px 0 20px;font-weight:800}.hero p{font-size:20px;line-height:1.8;max-width:780px}.btn{display:inline-block;border-radius:14px;padding:16px 28px;font-weight:800;margin:8px 8px 8px 0}.primary{background:var(--gold);color:#111}.ghost{border:2px solid #fff;color:#fff}.bluebtn{background:#4aa3c1;color:#fff}.full{width:100%;border:0;cursor:pointer;font-size:17px}.trust{margin-top:25px;background:rgba(255,255,255,.12);padding:18px;border-left:5px solid var(--gold);border-radius:12px}.trust span{display:block}.notice,.steps,.packages,.services,.form-sec,.page{padding:75px 7%;text-align:center}.notice{background:var(--soft)}h2{font-size:44px;margin:0 0 20px}.grid4,.grid3{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:35px}.grid3{grid-template-columns:repeat(3,1fr)}.grid4 div,.grid3 div{background:#fff;border:1px solid #eadfca;border-radius:18px;padding:28px;box-shadow:0 12px 35px rgba(0,0,0,.07)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:38px}.pkg{min-height:390px;border-radius:22px;overflow:hidden;display:flex;align-items:flex-start;padding:34px;color:white;box-shadow:0 20px 50px rgba(0,0,0,.18);background-size:cover;background-position:center}.pkg div{background:rgba(0,0,0,.35);padding:18px;border-radius:15px}.pkg h3{font-size:60px;margin:0}.pkg p{font-size:22px;font-weight:800}.p1{background-image:linear-gradient(rgba(184,151,45,.24),rgba(0,0,0,.18)),url('https://images.unsplash.com/photo-1574246604907-db69e30ddb97?auto=format&fit=crop&w=900&q=80')}.p2{background-image:linear-gradient(rgba(0,0,0,.13),rgba(0,0,0,.35)),url('https://images.unsplash.com/photo-1565552645632-d725f8bfc19a?auto=format&fit=crop&w=900&q=80')}.p3{background-image:linear-gradient(rgba(0,0,0,.05),rgba(0,0,0,.45)),url('https://images.unsplash.com/photo-1590605508089-b8d5010a004d?auto=format&fit=crop&w=900&q=80')}.services{background:#f8fafc}.form-sec{display:grid;grid-template-columns:38% 62%;gap:35px;text-align:left;align-items:start;background:linear-gradient(180deg,#fff,#f7f3eb)}.form-text{position:sticky;top:120px}.lead-form{background:#fff;border-radius:18px;padding:28px;box-shadow:0 25px 60px rgba(0,0,0,.14)}label{display:block;font-weight:600;margin-bottom:14px}input,select,textarea{width:100%;padding:12px;border:1px solid #ccd4dc;border-radius:6px;margin-top:6px;font:inherit}textarea{min-height:82px}.two{display:grid;grid-template-columns:1fr 1fr;gap:15px}.three{display:grid;grid-template-columns:1fr 1fr 1fr;gap:15px}.check{font-size:13px}.check input{width:auto}footer{background:var(--navy);color:#fff;text-align:center;padding:35px 7%}footer img{width:160px;background:#fff;border-radius:8px}.float{position:fixed;right:22px;bottom:22px;z-index:50;display:grid;gap:12px}.float a{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#053e91;color:white;font-size:30px;box-shadow:0 10px 30px rgba(0,0,0,.25)}.float .wa{background:#25d366}.popup{display:none;position:fixed;z-index:100;left:50%;top:50%;transform:translate(-50%,-50%);max-width:620px;width:92%;background:#fff;padding:42px;text-align:center;border-radius:18px;box-shadow:0 30px 90px rgba(0,0,0,.5)}.popup button{position:absolute;right:-15px;top:-15px;background:#000;color:#fff;border:0;width:42px;height:42px;border-radius:50%;font-size:26px}.popup.show{display:block}.page{min-height:650px;text-align:center}.page h1{font-size:56px;color:var(--navy)}@media(max-width:900px){.header{padding:10px 4%;height:auto}.header nav{display:none;position:absolute;left:0;right:0;top:86px;background:#0f1720;flex-direction:column;padding:24px}.open .header nav{display:flex}.menu{display:block;background:var(--gold);border:0;border-radius:8px;padding:8px 12px;font-size:22px}.hero{min-height:650px}.hero h1{font-size:42px}.hero p{font-size:16px}.grid4,.grid3,.cards,.form-sec,.two,.three{grid-template-columns:1fr}.form-text{position:static}.top-alert a{display:block;width:max-content;margin:8px auto 0}.pkg{min-height:310px}.logo-wrap img{width:90px}}
