*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:#0f172a;background:#fff;line-height:1.6}.container{width:min(1120px,92%);margin:auto}.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid #e8eef2}.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:100px;padding:8px 0}.brand{display:inline-flex;align-items:center;text-decoration:none;font-weight:800;letter-spacing:-1px}.brand-logo{display:block;width:205px;max-width:52vw;height:auto}.brand-mark{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#19c5c9;color:#07171b;font-size:21px;margin-right:6px}.brand-text{font-size:25px;color:#07171b}.nav{display:flex;gap:28px;align-items:center}.nav a{color:#334155;text-decoration:none;font-size:14px;font-weight:600}.nav-cta{padding:10px 16px;border-radius:9px;background:#07171b;color:#fff!important}.hero{padding:92px 0 82px;background:radial-gradient(circle at 80% 20%,rgba(25,197,201,.16),transparent 30%),linear-gradient(180deg,#f9fefe 0%,#fff 100%)}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:58px;align-items:center}.eyebrow{font-size:12px;font-weight:800;letter-spacing:1.6px;color:#07989d;margin-bottom:18px}.hero h1,.section h2,.contact h2{margin:0;line-height:1.05;letter-spacing:-2px}.hero h1{font-size:64px;max-width:780px}.lead{font-size:20px;max-width:720px;color:#475569;margin:26px 0 30px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-block;padding:14px 20px;border-radius:10px;text-decoration:none;font-weight:700;font-size:14px}.primary{background:#07171b;color:#fff}.secondary{border:1px solid #cbd5e1;color:#0f172a;background:#fff}.hero-notes{display:flex;gap:18px;flex-wrap:wrap;margin-top:26px;color:#64748b;font-size:13px}.hero-notes span:before{content:"•";color:#19c5c9;margin-right:7px}.hero-card{background:#07171b;color:#fff;padding:34px;border-radius:20px;box-shadow:0 30px 60px rgba(7,23,27,.16)}.card-label,.small-label{font-size:11px;letter-spacing:1.5px;font-weight:800;color:#64e8eb}.metric{display:flex;align-items:flex-end;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.12);padding:20px 0}.metric strong{font-size:30px}.metric span{font-size:12px;color:#cbd5e1;text-align:right}.accent-line{height:3px;width:72px;background:#19c5c9;margin:24px 0}.hero-card p{color:#cbd5e1;margin:0}.section{padding:90px 0}.section.alt{background:#f7fafb}.section-head{max-width:760px;margin-bottom:44px}.section h2,.contact h2{font-size:44px}.section-head p,.body-copy{color:#64748b;font-size:18px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{padding:28px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;transition:.2s}.service-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(15,23,42,.08)}.service-card h3{margin:0 0 10px}.service-card p{margin:0;color:#64748b}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px}.benefits{display:grid;gap:8px}.benefit{display:grid;grid-template-columns:48px 1fr;gap:12px;padding:20px 0;border-bottom:1px solid #dfe7eb}.benefit>span{font-weight:800;color:#19aeb2}.benefit h3{margin:0 0 5px}.benefit p{margin:0;color:#64748b}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.step{padding:28px;border-radius:16px;background:#f7fafb}.step-num{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#19c5c9;font-weight:800;margin-bottom:22px}.step h3{margin-bottom:8px}.step p{color:#64748b;margin:0}.contact{padding:80px 0;background:#07171b;color:#fff}.contact-inner{display:grid;grid-template-columns:1.3fr .7fr;gap:50px;align-items:center}.contact p{color:#cbd5e1;font-size:18px}.light{color:#64e8eb}.contact-box{border:1px solid rgba(255,255,255,.16);border-radius:16px;padding:28px}.email-link{display:block;color:#fff;font-size:22px;font-weight:800;text-decoration:none;margin:8px 0}.location{color:#94a3b8;font-size:14px}footer{padding:28px 0;background:#041114;color:#94a3b8;font-size:13px}.footer-wrap{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-brand .brand-text{color:#fff}.footer-brand .brand-mark{width:28px;height:28px;font-size:17px}@media (max-width:850px){.nav{display:none}.hero-grid,.split,.contact-inner{grid-template-columns:1fr}.hero h1{font-size:46px}.cards{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr 1fr}.footer-wrap{flex-direction:column;align-items:flex-start}}@media (max-width:560px){.hero{padding-top:60px}.hero h1{font-size:39px}.section h2,.contact h2{font-size:34px}.cards,.steps{grid-template-columns:1fr}.lead{font-size:18px}}
/* Brand imagery */
.hero-visual{border-radius:20px;overflow:hidden;box-shadow:0 30px 60px rgba(7,23,27,.16);background:#07171b;aspect-ratio:691/582}
.hero-visual img{display:block;width:100%;height:100%;object-fit:cover}
.brand-showcase{padding:34px 0 18px;background:#fff}
.brand-showcase-inner{display:flex;justify-content:center}
.brand-showcase img{display:block;width:min(760px,100%);height:auto;border-radius:16px}
@media (max-width:850px){.hero-visual{max-width:680px;margin:0 auto}.brand-showcase{padding-top:18px}}

@media (max-width:560px){.nav-wrap{min-height:88px;padding:6px 0}.brand-logo{width:145px;max-width:44vw}}
