:root{--navy:#061b3a;--gold:#dfa516;--muted:#6b7280}*{box-sizing:border-box}body{margin:0;font-family:Poppins,sans-serif;color:#0f172a}a{text-decoration:none;color:inherit}.top{background:#061936;color:white;padding:10px 6%;font-size:12px}.top span{margin-left:30px}header{height:92px;display:flex;align-items:center;padding:0 6%;gap:40px;background:white}.logo{min-width:220px;color:var(--navy)}.logo b{font-size:28px;letter-spacing:2px}.logo small{display:block;letter-spacing:5px}nav{display:flex;gap:30px;margin:auto;font-size:14px;font-weight:600}.login{background:var(--navy);color:white;padding:13px 18px;border-radius:7px}.hero{position:relative;background:linear-gradient(90deg,#05172f 0%,#0d3154 45%,#2a4a63 100%);color:white;padding:85px 6% 0;min-height:650px;overflow:hidden}.hero:before{content:"";position:absolute;right:5%;top:8%;width:52%;height:75%;border-radius:20px;background:radial-gradient(circle at 60% 45%,#9a6c36 0 8%,#314d62 32%,#132b49 66%,#081a31 100%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.1)}.shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,11,25,.72),transparent 70%)}.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.25fr .55fr;gap:60px;align-items:center}.eyebrow,.head span{color:var(--gold);font-size:13px;font-weight:700}.copy h1,.section h2,.contact h2{font-family:"Cormorant Garamond",serif}.copy h1{font-size:70px;line-height:1.02;margin:16px 0}.copy h1 span{color:var(--gold)}.copy p{max-width:630px;line-height:1.8;color:#e7edf4}.buttons{display:flex;gap:15px;margin-top:28px}.gold,.outline{display:inline-block;padding:15px 24px;border-radius:7px;font-weight:600}.gold{background:var(--gold);color:white}.outline{border:1px solid rgba(255,255,255,.6);color:white}.trust{background:rgba(5,24,50,.78);padding:12px 24px;border-radius:14px}.trust div{padding:17px 0;border-bottom:1px solid rgba(255,255,255,.14)}.trust div:last-child{border:0}.trust b,.trust small{display:block;margin-left:35px}.trust small{color:#d5dfeb}.stats{position:relative;z-index:3;margin-top:55px;background:#08264f;border-radius:12px;display:grid;grid-template-columns:repeat(5,1fr)}.stats div{text-align:center;padding:23px;border-right:1px solid rgba(255,255,255,.13)}.stats div:last-child{border:0}.stats b{display:block;color:var(--gold);font-size:27px}.stats small{color:white}.section{padding:80px 6%}.head{display:flex;justify-content:space-between;align-items:end}.head h2,.section h2{font-size:44px;margin:8px 0 25px}.head>a{border:1px solid var(--gold);padding:11px 16px;border-radius:6px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.cards article{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:white;box-shadow:0 8px 24px rgba(6,27,58,.08)}.pic{height:190px;position:relative}.pic em{position:absolute;top:12px;left:12px;background:#08264f;color:white;padding:5px 9px;border-radius:5px;font-size:11px;font-style:normal}.p1{background:linear-gradient(135deg,#d09a56,#e7d2b3 52%,#3b5367 53%)}.p2{background:linear-gradient(135deg,#e1d3c1,#9e7658 40%,#3f5e77 60%)}.p3{background:linear-gradient(135deg,#6da65f,#b6c99d 50%,#7b805f 51%)}.p4{background:linear-gradient(135deg,#cbd5dc,#4d687e 50%,#223847 51%)}.cards h3,.cards p,.cards footer{padding:0 16px}.cards p{color:var(--muted);font-size:12px}.cards footer{display:flex;justify-content:space-between;padding-bottom:18px;font-size:12px}.cards strong{color:#ce8c00}.pale{background:#f6f8fb}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.steps div{padding:26px;background:white;border:1px solid #e5e7eb;border-radius:10px}.contact{background:var(--navy);color:white;padding:60px 6%;display:flex;justify-content:space-between;align-items:center}.contact h2{font-size:42px}.wa{position:fixed;right:22px;bottom:22px;background:#22c86b;color:white;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;font-size:26px}
@media(max-width:900px){nav,.login{display:none}.hero-inner{grid-template-columns:1fr}.hero:before{opacity:.35;width:90%;right:-25%}.copy h1{font-size:48px}.stats{grid-template-columns:1fr 1fr}.cards,.steps{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.top{display:none}.hero{padding-top:55px}.cards,.steps{grid-template-columns:1fr}.copy h1{font-size:42px}.head{display:block}.stats{grid-template-columns:1fr 1fr}.section{padding:60px 5%}}