:root {
  --bg: #050b12;
  --bg-soft: #091822;
  --panel: rgba(12, 34, 40, .78);
  --panel-solid: #0c2229;
  --ink: #f4f7f2;
  --muted: #b5c9c4;
  --emerald: #1ed09d;
  --emerald-soft: #6af0c5;
  --gold: #f5bb44;
  --gold-soft: #ffe299;
  --line: rgba(115, 235, 195, .18);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(30, 208, 157, .10), transparent 31rem),
    radial-gradient(circle at 90% 6%, rgba(245, 187, 68, .10), transparent 28rem),
    var(--bg);
  font: 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a { color: var(--gold-soft); text-underline-offset: .18em; }
a:hover { color: #fff; }

.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(5, 11, 18, .86); backdrop-filter: blur(18px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { color: var(--ink); display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; letter-spacing: .045em; }
.brand-mark { width: 40px; height: 40px; object-fit: cover; border-radius: 11px; box-shadow: 0 0 20px rgba(30,208,157,.28); }
.brand-copy { display: grid; line-height: 1.04; }
.brand-copy small { color: var(--gold); font-size: .62rem; letter-spacing: .18em; margin-top: 4px; }
.nav-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.nav-links a { color: var(--muted); font-size: .91rem; font-weight: 650; text-decoration: none; }
.nav-links a:hover { color: var(--gold-soft); }

.hero { position: relative; overflow: hidden; padding: 68px 0 54px; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .8; background-image: linear-gradient(rgba(30,208,157,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(30,208,157,.035) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, #000, transparent); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.16fr .84fr; align-items: center; gap: 36px; }
.eyebrow { margin: 0 0 12px; color: var(--emerald-soft); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.035em; }
h1 { max-width: 780px; margin: 0; font-size: clamp(2.7rem, 6vw, 5.4rem); }
h1 span { color: var(--gold-soft); }
.lead { max-width: 690px; margin: 20px 0 0; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 18px; border: 1px solid var(--gold); border-radius: 10px; background: linear-gradient(135deg, var(--gold), #e2972a); color: #161109; font-weight: 850; text-decoration: none; box-shadow: 0 9px 28px rgba(245,187,68,.13); }
.button:hover { color: #000; transform: translateY(-1px); }
.button.ghost { border-color: rgba(30,208,157,.55); background: rgba(16,64,59,.42); color: var(--emerald-soft); box-shadow: none; }
.logo-stage { position: relative; min-height: 330px; display: grid; place-items: center; }
.logo-stage::before { content: ""; position: absolute; width: 330px; aspect-ratio: 1; border: 1px solid rgba(245,187,68,.2); border-radius: 50%; box-shadow: 0 0 100px rgba(30,208,157,.15), inset 0 0 70px rgba(245,187,68,.09); }
.logo-stage img { position: relative; width: min(100%, 480px); filter: drop-shadow(0 0 26px rgba(30,208,157,.16)); }

.section { padding: 72px 0; }
.section.alt { background: linear-gradient(180deg, transparent, rgba(7, 31, 35, .74), transparent); }
.section-head { display: flex; justify-content: space-between; gap: 28px; align-items: end; margin-bottom: 26px; }
.section-head h2 { max-width: 710px; margin: 0; font-size: clamp(2rem, 4vw, 3.25rem); }
.section-head p { max-width: 470px; margin: 0; color: var(--muted); }
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card { min-height: 210px; padding: 25px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg, rgba(17,48,54,.83), rgba(7,19,27,.9)); box-shadow: inset 0 1px 0 rgba(255,255,255,.035); }
.card:hover { border-color: rgba(245,187,68,.45); transform: translateY(-3px); transition: .2s ease; }
.icon { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 12px; border: 1px solid rgba(245,187,68,.35); background: rgba(245,187,68,.09); color: var(--gold-soft); font-size: 1.34rem; }
.card h3 { margin: 20px 0 9px; font-size: 1.25rem; }
.card p { margin: 0; color: var(--muted); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.statement { padding: 32px; border-radius: 18px; background: linear-gradient(135deg, rgba(18,77,66,.60), rgba(20,23,28,.9)); border: 1px solid rgba(30,208,157,.27); }
.statement h2 { margin: 0 0 16px; font-size: clamp(1.8rem, 3.5vw, 2.65rem); }
.statement p { color: var(--muted); }
.contact-line { display: grid; gap: 7px; color: var(--muted); }
.contact-line a { font-weight: 750; }

.legal-page { padding: 56px 0 76px; }
.legal-page > p:first-child { margin-top: 0; }
.legal-page h1 { font-size: clamp(2.35rem, 5vw, 4rem); }
.legal-page h2 { margin-top: 2.4em; font-size: 1.55rem; }
.legal-page p, .legal-page li { color: var(--muted); }
.legal-page strong { color: var(--ink); }
.note { border: 1px solid rgba(245,187,68,.28); border-radius: 12px; background: rgba(245,187,68,.08); padding: 18px; }

.site-footer { border-top: 1px solid var(--line); background: #061018; padding: 40px 0; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 26px; }
.footer-grid p { color: var(--muted); margin: 8px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; align-content: start; justify-content: flex-end; gap: 10px 16px; }
.footer-links a { font-size: .9rem; color: var(--muted); }
.footer-links a:hover { color: var(--gold-soft); }
.copyright { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.07); color: #77908d; font-size: .86rem; }

@media (max-width: 840px) { .hero-grid, .split, .footer-grid { grid-template-columns: 1fr; } .logo-stage { min-height: 250px; order: -1; } .logo-stage::before { width: 240px; } .services { grid-template-columns: repeat(2, 1fr); } .section-head { display: block; } .section-head p { margin-top: 14px; } .footer-links { justify-content: flex-start; } }
@media (max-width: 600px) { .shell { width: min(100% - 28px, 1160px); } .nav { padding: 12px 0; align-items: flex-start; } .nav-links { gap: 9px 14px; } .nav-links a { font-size: .8rem; } .brand-copy { font-size: .88rem; } .hero { padding: 48px 0 42px; } .section { padding: 52px 0; } .services { grid-template-columns: 1fr; } .card { min-height: auto; } }
