/* ============================================================
   8 INFINITE ENTERPRISES — Corporate Stylesheet
   Sober, institutional, trustworthy. Slate / steel / white.
   Distinct from both the personal brand and the funnel brand.
   ============================================================ */
:root{
  --steel:#1c2733;
  --steel-2:#2b3a4a;
  --accent:#3d6b99;
  --accent-light:#5d8bb9;
  --paper:#f7f8fa;
  --line:#e2e6ec;
  --text:#2a323c;
  --muted:#5c6673;
  --font:"Source Sans 3",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:var(--font);color:var(--text);background:#fff;line-height:1.7;font-size:16.5px}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}
.wrap{max-width:960px;margin:0 auto;padding:0 24px}
h1,h2,h3{color:var(--steel);line-height:1.25;font-weight:700;letter-spacing:-.01em}
section{padding:64px 0}

/* Nav */
.nav{border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:40}
.nav .wrap{display:flex;align-items:center;justify-content:space-between;height:70px;max-width:1100px}
.logo{font-size:19px;font-weight:800;color:var(--steel);letter-spacing:.01em}
.logo .eight{display:inline-block;width:30px;height:30px;border-radius:50%;background:var(--steel);color:#fff;text-align:center;line-height:30px;margin-right:10px;font-size:15px;transform:rotate(90deg)}
.nav-links{display:flex;gap:26px;list-style:none;font-size:14.5px;font-weight:600}
.nav-links a{color:var(--steel-2)}
@media(max-width:720px){.nav-links{gap:14px;font-size:13px}}

/* Hero */
.hero{background:linear-gradient(150deg,var(--steel),var(--steel-2));color:#fff;padding:88px 0}
.hero .wrap{max-width:1100px}
.hero h1{color:#fff;font-size:clamp(30px,4.4vw,48px);max-width:720px}
.hero p{color:#b9c5d2;font-size:19px;max-width:640px;margin-top:20px}
.hero .tag{display:inline-block;border:1px solid rgba(255,255,255,.25);border-radius:100px;padding:7px 16px;font-size:12.5px;letter-spacing:.16em;text-transform:uppercase;color:#9fb2c5;margin-bottom:22px}

/* Divisions */
.divs{background:var(--paper)}
.divs .wrap{max-width:1100px}
.div-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:40px}
.division{background:#fff;border:1px solid var(--line);border-radius:10px;padding:30px}
.division h3{font-size:19px;margin-bottom:8px}
.division p{font-size:15px;color:var(--muted)}
@media(max-width:720px){.div-grid{grid-template-columns:1fr}}

/* Values strip */
.values{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.values .wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:34px;max-width:1100px}
.values h3{font-size:17px;margin-bottom:8px}
.values p{font-size:14.5px;color:var(--muted)}
@media(max-width:720px){.values .wrap{grid-template-columns:1fr}}

/* Legal pages */
.legal-hero{background:var(--paper);border-bottom:1px solid var(--line);padding:52px 0}
.legal-hero h1{font-size:clamp(26px,3.6vw,38px)}
.legal-hero p{color:var(--muted);margin-top:8px;font-size:15px}
.legal-body{padding:52px 0 80px}
.legal-body h2{font-size:21px;margin:36px 0 12px}
.legal-body h3{font-size:17px;margin:24px 0 8px}
.legal-body p,.legal-body li{font-size:15.5px;color:var(--text);margin-bottom:12px}
.legal-body ul{padding-left:24px;margin-bottom:14px}
.notice{background:var(--paper);border:1px solid var(--line);border-left:4px solid var(--accent);border-radius:8px;padding:18px 22px;font-size:14.5px;margin:22px 0}

/* Contact */
.contact-card{background:var(--paper);border:1px solid var(--line);border-radius:10px;padding:34px;margin-top:30px}
.contact-card p{margin-bottom:8px}

/* Footer */
footer{background:var(--steel);color:#8fa0b1;font-size:13.5px;padding:44px 0;line-height:1.9}
footer .wrap{max-width:1100px}
footer a{color:#c3ced9}
footer .fine{margin-top:16px;font-size:12.5px;color:#6d7f91}
