/* Brand palette: #0A1F2E navy | #109D9A teal | #6B7280 neutral */
body{margin:0;font-family:Poppins,sans-serif;background:#0A1F2E;color:#fff}
.container{max-width:1280px;margin:auto;padding:60px 24px}
.hero{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;min-height:100vh}
.brand{display:flex;align-items:center;gap:24px;margin-bottom:40px}
.brand-icon{display:flex;align-items:center}
.brand-icon img{width:80px;height:auto}
.brand-text h1{font-size:72px;font-weight:800;margin:0 0 8px}
.white{color:#fff}
.teal{color:#109D9A}
.brand-line{display:flex;gap:10px;align-items:center;margin-top:4px}
.line{width:90px;height:2px;background:#109D9A}
.dot{width:10px;height:10px;border-radius:50%;background:#109D9A}
h2{font-size:56px;line-height:1.1}
.description{font-size:20px;color:#94a3b8;line-height:1.8}
.services{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin:48px 0}
.service-card{background:rgba(255,255,255,.05);padding:20px;border-radius:22px;color:#cbd5e1}
.buttons{display:flex;gap:18px}
.btn{text-decoration:none;padding:18px 34px;border-radius:20px;font-weight:700}
.btn-primary{background:#109D9A;color:#fff}
.btn-secondary{border:1px solid rgba(255,255,255,.15);color:#fff}
.panel{background:linear-gradient(145deg,#112840,#071e30);border-radius:40px;padding:48px}
.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:42px}
.panel-header small{color:#6B7280;font-size:11px;letter-spacing:.1em;text-transform:uppercase}
.panel-header h3{margin:6px 0 0;font-size:22px}
.pulse{width:14px;height:14px;border-radius:50%;background:#109D9A;flex-shrink:0}
.features{display:flex;flex-direction:column;gap:18px}
.feature{display:flex;gap:16px;align-items:center;background:rgba(255,255,255,.05);padding:20px;border-radius:22px}
.feature-dot{width:10px;height:10px;border-radius:50%;background:#109D9A;flex-shrink:0}
.contact-box{margin-top:42px;background:rgba(16,157,154,.1);border:1px solid rgba(16,157,154,.2);padding:28px;border-radius:24px}
.contact-box small{color:#6B7280;font-size:11px;letter-spacing:.1em;text-transform:uppercase}
.contact-box p{margin:6px 0 0;color:#cbd5e1}
footer{text-align:center;padding:28px;color:#6B7280;font-size:14px}
