:root { --navy:#071f31; --ice:#eaf4f7; --teal:#1684a4; --teal-light:#66c4d5; --ink:#0b2638; --muted:#5d717c; --white:#fff; --line:#d7e4e9; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:#f7fafb; color:var(--ink); font-family:Arial,Helvetica,sans-serif; overflow-x:hidden; }
a { color:inherit; text-decoration:none; }

.hero { position:relative; min-height:780px; overflow:hidden; background:var(--navy); color:white; }
.heroImage { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 58%; }
.heroShade { position:absolute; inset:0; z-index:1; background:linear-gradient(90deg,rgba(2,18,30,.94),rgba(3,24,39,.75) 43%,rgba(3,24,39,.15) 74%),linear-gradient(0deg,rgba(3,19,31,.62),transparent 42%); }
.nav { position:relative; z-index:3; display:flex; align-items:center; justify-content:space-between; width:min(1180px,calc(100% - 48px)); margin:auto; padding:26px 0; }
.brand { display:flex; width:268px; height:70px; padding:5px 16px 5px 7px; border-radius:14px; background:rgba(255,255,255,.96); box-shadow:0 10px 28px rgba(0,0,0,.16); }
.brand img { width:100%; height:100%; object-fit:contain; }
.navLinks { display:flex; align-items:center; gap:30px; font-weight:700; font-size:14px; }
.navLinks>a:not(.navCta) { text-shadow:0 2px 12px rgba(0,0,0,.5); }
.navCta { padding:13px 18px; border:1px solid rgba(255,255,255,.6); border-radius:999px; }
.heroContent { position:relative; z-index:2; width:min(1180px,calc(100% - 48px)); margin:auto; padding:130px 0 110px; }
.eyebrow,.sectionLabel { margin:0 0 20px; color:var(--teal-light); font-size:13px; font-weight:800; letter-spacing:.18em; }
.hero h1 { max-width:780px; margin:0; font-size:clamp(54px,7vw,96px); line-height:.98; letter-spacing:-.055em; }
.hero h1 span { color:#a9e1ea; }
.heroLead { max-width:650px; margin:30px 0 0; color:#e0edf1; font-size:21px; line-height:1.55; }
.heroActions { display:flex; flex-wrap:wrap; gap:13px; margin-top:36px; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:52px; padding:0 24px; border-radius:8px; font-weight:800; transition:transform .2s ease,background .2s ease; }
.button:hover { transform:translateY(-2px); }
.primary { background:var(--teal); color:white; }
.ghost { border:1px solid rgba(255,255,255,.6); color:white; }
.englishLine { margin-top:48px; color:rgba(255,255,255,.72); font-weight:800; letter-spacing:.17em; text-transform:uppercase; }

.intro { display:grid; grid-template-columns:1.2fr .8fr; gap:80px; width:min(1120px,calc(100% - 48px)); margin:auto; padding:110px 0 52px; }
.sectionLabel { color:var(--teal); }
.intro h2,.club h2,.contact h2 { margin:0; font-size:clamp(38px,5vw,64px); line-height:1.05; letter-spacing:-.045em; }
.introText { margin:36px 0 0; color:var(--muted); font-size:19px; line-height:1.65; }
.features { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; width:min(1120px,calc(100% - 48px)); margin:auto; padding:0 0 110px; }
.feature { min-height:260px; padding:34px; border:1px solid var(--line); border-radius:16px; background:white; box-shadow:0 18px 50px rgba(9,39,57,.06); }
.feature>span { color:var(--teal); font-size:13px; font-weight:800; letter-spacing:.15em; }
.feature h3 { margin:55px 0 12px; font-size:26px; }
.feature p { margin:0; color:var(--muted); line-height:1.6; }

.club { display:grid; grid-template-columns:1.05fr .75fr; gap:90px; align-items:center; padding:110px max(24px,calc((100vw - 1120px)/2)); background:var(--navy); color:white; }
.light { color:#78d3e2; }
.clubCopy>p:not(.sectionLabel) { max-width:650px; color:#c5d7df; font-size:19px; line-height:1.65; }
.club ul { margin:28px 0 0; padding:0; list-style:none; }
.club li { position:relative; padding:12px 0 12px 28px; border-top:1px solid rgba(255,255,255,.12); }
.club li::before { content:"•"; position:absolute; left:7px; color:var(--teal-light); }
.appCard { padding:38px; border:1px solid rgba(255,255,255,.18); border-radius:24px; background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.04)); box-shadow:0 28px 80px rgba(0,0,0,.28); }
.appCard img { width:94px; height:94px; border-radius:24px; }
.appStatus { margin:30px 0 8px; color:#82d8e5; font-size:12px; font-weight:800; letter-spacing:.15em; }
.appCard h3 { margin:0; font-size:36px; }
.appCard>p:last-of-type { color:#c5d7df; line-height:1.55; }
.metricRow { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin-top:28px; }
.metricRow span { padding:14px 8px; border-radius:10px; background:rgba(255,255,255,.08); color:#9db3be; font-size:10px; text-align:center; }
.metricRow strong { display:block; margin-bottom:5px; color:white; font-size:13px; }

.contact { display:grid; grid-template-columns:1fr auto; gap:60px; align-items:end; width:min(1120px,calc(100% - 48px)); margin:auto; padding:110px 0; }
.contact h2 { max-width:780px; }
.contact p:not(.sectionLabel) { max-width:760px; color:var(--muted); font-size:18px; line-height:1.6; }
.dark { min-width:210px; background:var(--navy); color:white; }
footer { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:25px; padding:32px max(24px,calc((100vw - 1120px)/2)); border-top:1px solid var(--line); background:white; color:var(--muted); font-size:13px; }
footer img { width:190px; }
footer p { text-align:center; }
footer div { display:flex; justify-content:flex-end; gap:20px; }

@media (max-width:820px) {
  .nav { width:calc(100% - 28px); padding-top:15px; }
  .brand { width:205px; height:58px; }
  .navLinks>a:not(.navCta) { display:none; }
  .navCta { padding:11px 14px; font-size:12px; }
  .hero { min-height:760px; }
  .heroShade { background:linear-gradient(0deg,rgba(2,18,30,.96),rgba(2,18,30,.64) 70%,rgba(2,18,30,.35)); }
  .heroImage { object-position:60% center; }
  .heroContent { width:calc(100% - 36px); padding:220px 0 78px; }
  .hero h1 { font-size:clamp(48px,14vw,68px); }
  .heroLead { font-size:18px; }
  .intro,.club,.contact { grid-template-columns:1fr; gap:35px; }
  .intro { padding-top:80px; }
  .introText { margin-top:0; }
  .features { grid-template-columns:1fr; padding-bottom:80px; }
  .feature { min-height:auto; }
  .feature h3 { margin-top:34px; }
  .club { padding-top:80px; padding-bottom:80px; }
  .contact { align-items:start; padding:80px 0; }
  .contact .button { width:100%; }
  footer { grid-template-columns:1fr; justify-items:center; }
  footer p { order:3; }
  footer div { justify-content:center; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } .button { transition:none; } }
