/* ============================================================
   Ventures11 — Site Stylesheet
   Brand: Dark Blue #0B1D3A · Accent Blue #3B8BEB · Green #34D399 · Gold #FBBF24
   Aesthetic reference: xraycloud.ai — clean, published-pricing, self-serve
   ============================================================ */

:root {
  --navy: #0d2340;
  --navy-2: #12305a;
  --navy-3: #1c3a63;
  --blue: #1E9BE3;
  --blue-dark: #1478b3;
  --green: #34D399;
  --gold: #FBBF24;
  --ink: #0d1b2f;
  --slate: #4a5b73;
  --muted: #6b7a90;
  --line: #e4e9f0;
  --bg: #ffffff;
  --bg-soft: #f5f8fc;
  --bg-soft-2: #eef3f9;
  --white: #ffffff;
  --radius: 14px;
  --radius-lg: 20px;
  --shadow: 0 10px 30px rgba(11, 29, 58, 0.08);
  --shadow-lg: 0 24px 60px rgba(11, 29, 58, 0.16);
  --maxw: 1160px;
  --font: "Segoe UI", Calibri, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--blue-dark); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 84px 0; }
.section.tight { padding: 56px 0; }
.section.soft { background: var(--bg-soft); }
.section.navy { background: var(--navy); color: #dfe8f5; }
.center { text-align: center; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { line-height: 1.15; margin: 0 0 .5em; color: var(--ink); letter-spacing: -0.02em; }
h1 { font-size: clamp(2.1rem, 4.6vw, 3.5rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); font-weight: 800; }
h3 { font-size: 1.3rem; font-weight: 700; }
p { margin: 0 0 1rem; }
.lead { font-size: 1.22rem; color: var(--slate); }
.eyebrow {
  display: inline-block; text-transform: uppercase; letter-spacing: .16em;
  font-size: .78rem; font-weight: 700; color: var(--blue);
  margin-bottom: 14px;
}
.navy .eyebrow { color: var(--gold); }
.navy h1, .navy h2, .navy h3 { color: #fff; }
.muted { color: var(--muted); }
.small { font-size: .86rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; padding: 15px 26px; border-radius: 12px;
  font-weight: 700; font-size: 1rem; cursor: pointer; border: 2px solid transparent;
  transition: transform .12s ease, box-shadow .12s ease, background .15s ease;
  text-align: center; text-decoration: none; line-height: 1.1;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 8px 20px rgba(59,139,235,.32); }
.btn-primary:hover { background: var(--blue-dark); color: #fff; }
.btn-gold { background: var(--gold); color: #3a2c00; box-shadow: 0 8px 20px rgba(251,191,36,.34); }
.btn-gold:hover { background: #eaad10; color: #3a2c00; }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn-ghost:hover { background: rgba(255,255,255,.1); color: #fff; }
.btn-outline { background: #fff; color: var(--navy); border-color: var(--line); box-shadow: var(--shadow); }
.btn-outline:hover { border-color: var(--blue); color: var(--blue-dark); }
.btn-lg { padding: 17px 34px; font-size: 1.06rem; }
.btn-block { display: block; width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.btn-row.center { justify-content: center; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(11,29,58,.96); backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 66px; }
.brand { display: flex; align-items: center; gap: 9px; font-weight: 800; font-size: 1.32rem; letter-spacing: -.02em; color: #fff; }
.brand:hover { text-decoration: none; }
.brand .b-11 { color: var(--blue); }
.brand-mark { height: 34px; width: auto; display: block; }
.brand-word { display:inline-block; }
.footer-brand .brand-mark { height: 40px; }
.nav-links { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; }
.nav-links a { color: #c7d5ea; font-weight: 600; font-size: .96rem; }
.nav-links a:hover { color: #fff; text-decoration: none; }
.nav-cta { background: var(--blue); color:#fff !important; padding: 9px 16px; border-radius: 9px; }
.nav-cta:hover { background: var(--blue-dark); }
.nav-toggle { display: none; background: none; border: 0; color:#fff; font-size: 1.6rem; cursor: pointer; }

/* ---------- Hero ---------- */
.hero {
  background:
    radial-gradient(1100px 500px at 78% -10%, rgba(59,139,235,.28), transparent 60%),
    radial-gradient(800px 500px at 0% 120%, rgba(52,211,153,.14), transparent 55%),
    linear-gradient(180deg, var(--navy) 0%, #0a1730 100%);
  color: #eaf1fb; padding: 92px 0 84px;
}
.hero .badge {
  display:inline-block; background: rgba(59,139,235,.16); border:1px solid rgba(59,139,235,.4);
  color:#bcd7fb; padding: 7px 14px; border-radius: 999px; font-size:.82rem; font-weight:600; margin-bottom: 22px;
}
.hero h1 { color:#fff; max-width: 15ch; }
.hero .lead { color:#c3d3ea; max-width: 60ch; font-size: 1.28rem; }
.hero-cta { margin-top: 30px; }
.hero-sub { margin-top: 22px; color:#8ea6c8; font-size:.92rem; font-weight:600; letter-spacing:.02em; }

/* ---------- Stat / credibility bar ---------- */
.stats { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.stat { text-align:center; padding: 8px; }
.stat .n { font-size: clamp(1.8rem, 3.4vw, 2.8rem); font-weight: 800; color: var(--navy); letter-spacing:-.03em; }
.navy .stat .n { color: var(--gold); }
.stat .l { font-size: .82rem; color: var(--muted); text-transform: uppercase; letter-spacing:.08em; font-weight:600; margin-top:4px; }
.navy .stat .l { color:#9fb3d1; }

/* ---------- Grid helpers ---------- */
.grid { display: grid; gap: 26px; }
.g-3 { grid-template-columns: repeat(3, 1fr); }
.g-4 { grid-template-columns: repeat(4, 1fr); }
.g-2 { grid-template-columns: repeat(2, 1fr); }

/* ---------- Cards ---------- */
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 30px; box-shadow: var(--shadow);
}
.card h3 { margin-top: 4px; }
.pain-card { border-top: 4px solid var(--blue); }
.pain-card .hl { font-size: 1.15rem; font-weight: 800; color: var(--navy); display:block; margin:8px 0 10px; }

/* ---------- Pricing / tier cards ---------- */
.tiers { display: grid; gap: 24px; }
.tiers.t-3 { grid-template-columns: repeat(3, 1fr); }
.tiers.t-4 { grid-template-columns: repeat(4, 1fr); }
.tier {
  position: relative; background:#fff; border:1px solid var(--line); border-radius: var(--radius-lg);
  padding: 30px 26px; display:flex; flex-direction:column; box-shadow: var(--shadow);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.tier:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(59,139,235,.5); }
.tier .kicker { font-size:.76rem; text-transform:uppercase; letter-spacing:.14em; font-weight:700; color:var(--muted); }
.tier .tname { font-size: 1.35rem; font-weight:800; margin: 4px 0 2px; color:var(--navy); }
.tier .price { font-size: 2.4rem; font-weight: 800; color: var(--ink); letter-spacing:-.03em; margin: 10px 0 2px; }
.tier .price small { font-size: 1rem; font-weight:600; color:var(--muted); }
.tier .rate { color: var(--green); font-weight: 700; font-size: .95rem; margin-bottom: 14px; }
.tier .desc { color: var(--slate); font-size:.96rem; flex-grow:1; }
.tier ul { list-style:none; padding:0; margin: 6px 0 20px; }
.tier ul li { padding: 7px 0 7px 26px; position: relative; color: var(--slate); font-size:.95rem; border-bottom:1px solid var(--bg-soft-2); }
.tier ul li:before { content:"✓"; position:absolute; left:0; color: var(--green); font-weight:800; }
.tier .btn { margin-top: auto; }
.tier.featured { border: 2px solid var(--blue); box-shadow: var(--shadow-lg); }
.ribbon {
  position:absolute; top:-13px; left:50%; transform:translateX(-50%);
  background: var(--gold); color:#3a2c00; font-weight:800; font-size:.74rem;
  letter-spacing:.08em; text-transform:uppercase; padding:6px 14px; border-radius:999px;
}

/* ---------- How it works (numbered steps) ---------- */
.steps { display:grid; grid-template-columns: repeat(4,1fr); gap: 24px; counter-reset: step; }
.steps.s-3 { grid-template-columns: repeat(3,1fr); }
.step { position: relative; padding-top: 8px; }
.step .num {
  width: 46px; height:46px; border-radius: 12px; background: var(--navy); color:#fff;
  display:flex; align-items:center; justify-content:center; font-weight:800; font-size:1.2rem; margin-bottom:14px;
}
.navy .step .num { background: var(--blue); }
.step h3 { font-size: 1.12rem; }
.step p { color: var(--slate); font-size:.96rem; margin:0; }
.navy .step p { color:#a9bcd8; }

/* ---------- Checklist ---------- */
.checklist { list-style:none; padding:0; margin: 18px 0; display:grid; gap: 10px; }
.checklist li { padding-left: 32px; position: relative; color: var(--slate); }
.checklist li:before {
  content:"✓"; position:absolute; left:0; top:0;
  color: var(--green); font-weight:800; font-size:1.1rem;
}

/* ---------- Feature / two-col ---------- */
.split { display:grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items:center; }
.split.narrow-img { grid-template-columns: 1.3fr 1fr; }

/* ---------- Forms ---------- */
.form-card { max-width: 520px; margin: 0 auto; }
.field { margin-bottom: 16px; text-align:left; }
.field label { display:block; font-weight:600; font-size:.92rem; margin-bottom:6px; color:var(--navy); }
.field input {
  width:100%; padding: 14px 16px; border:1px solid var(--line); border-radius:11px; font-size:1rem; font-family:inherit;
}
.field input:focus { outline:none; border-color: var(--blue); box-shadow:0 0 0 3px rgba(59,139,235,.16); }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq details {
  border:1px solid var(--line); border-radius: 12px; padding: 4px 20px; margin-bottom: 12px; background:#fff;
}
.faq summary {
  cursor:pointer; font-weight:700; padding: 16px 0; list-style:none; color:var(--navy);
  display:flex; justify-content:space-between; align-items:center;
}
.faq summary::-webkit-details-marker { display:none; }
.faq summary:after { content:"+"; font-size:1.5rem; color:var(--blue); font-weight:400; }
.faq details[open] summary:after { content:"–"; }
.faq details p { color: var(--slate); padding-bottom: 16px; margin:0; }

/* ---------- Callout / band ---------- */
.band { background: linear-gradient(120deg, var(--navy), var(--navy-3)); color:#fff; border-radius: var(--radius-lg); padding: 46px; text-align:center; }
.band h2 { color:#fff; }
.band p { color:#c3d3ea; max-width: 60ch; margin: 0 auto 24px; }

.notice {
  background: #fff8e6; border:1px solid var(--gold); border-radius: 12px; padding: 14px 18px;
  font-size:.9rem; color:#6b5300; margin: 20px 0;
}

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color:#9fb3d1; padding: 56px 0 28px; }
.footer-grid { display:grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 34px; }
.site-footer h4 { color:#fff; font-size:.82rem; text-transform:uppercase; letter-spacing:.12em; margin-bottom:14px; }
.site-footer a { color:#9fb3d1; display:block; margin-bottom:9px; font-size:.94rem; }
.site-footer a:hover { color:#fff; text-decoration:none; }
.footer-brand .brand { margin-bottom: 12px; }
.footer-brand p { font-size:.9rem; color:#8ea6c8; max-width: 34ch; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.1); padding-top: 20px; font-size:.82rem; color:#7e93b4; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; }
.footer-bottom a { display:inline; }

/* ---------- Misc ---------- */
.pill-tag { display:inline-block; background:var(--bg-soft-2); color:var(--slate); border-radius:999px; padding:5px 13px; font-size:.82rem; font-weight:600; margin:4px 6px 4px 0; }
.divider { height:1px; background: var(--line); margin: 40px 0; border:0; }
.hr-light { height:1px; background: rgba(255,255,255,.12); margin: 30px 0; border:0; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .nav-links {
    position: absolute; top: 66px; left:0; right:0; background: var(--navy);
    flex-direction: column; align-items: flex-start; gap:0; padding: 10px 24px 20px;
    border-bottom:1px solid rgba(255,255,255,.1); display:none;
  }
  .nav-links.open { display:flex; }
  .nav-links li { width:100%; }
  .nav-links a { display:block; padding: 12px 0; width:100%; }
  .nav-toggle { display:block; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 26px 10px; }
  .g-3, .g-4, .g-2, .tiers.t-3, .tiers.t-4, .steps, .steps.s-3, .split, .split.narrow-img, .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 60px 0; }
  .band { padding: 34px 22px; }
}
@media (min-width: 901px) and (max-width: 1050px) {
  .tiers.t-4 { grid-template-columns: repeat(2,1fr); }
}
