:root {
  --navy: #0D1B2A;
  --navy-soft: #142941;
  --gold: #C8A84B;
  --gold-light: #f5edcf;
  --white: #FFFFFF;
  --ink: #17212b;
  --muted: #647080;
  --line: #e5e9ed;
  --cream: #faf8f2;
  --terracotta: #b66a52;
  --container: 1180px;
  --radius: 18px;
  --shadow: 0 20px 55px rgba(13, 27, 42, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Montserrat, Arial, sans-serif; font-size: 16px; line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: absolute; left: 16px; top: -80px; z-index: 10; padding: 10px 14px; background: var(--gold); color: var(--navy); font-weight: 700; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; z-index: 2; width: 100%; border-bottom: 1px solid rgba(255,255,255,.12); color: var(--white); }
.header-inner { min-height: 86px; display: flex; align-items: center; gap: 28px; }
.brand { display: block; width: 172px; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; gap: 26px; margin-left: auto; font-size: 13px; font-weight: 600; }
.main-nav a { text-decoration: none; opacity: .82; }
.main-nav a:hover, .main-nav a:focus-visible { opacity: 1; color: var(--gold); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 13px 22px; border: 1px solid transparent; border-radius: 9px; text-decoration: none; font: inherit; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.button-small { min-height: 40px; padding: 9px 14px; font-size: 12px; }
.button-primary { background: var(--gold); color: var(--navy); }
.button-primary:hover { background: #d9bc63; }
.button-secondary { background: var(--navy); color: var(--white); }
.button-outline { border-color: rgba(255,255,255,.45); color: var(--white); }
.button-outline:hover { background: var(--white); color: var(--navy); }
.button-full { width: 100%; }

.hero { padding: 170px 0 104px; color: var(--white); background: radial-gradient(circle at 74% 18%, rgba(200,168,75,.17), transparent 32%), linear-gradient(135deg, var(--navy) 0%, #102840 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 430px; align-items: center; gap: 90px; }
.hero-copy { max-width: 680px; }
.eyebrow { margin: 0 0 14px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-light { color: #f1d987; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(2.7rem, 5vw, 5.25rem); line-height: 1.06; letter-spacing: -.055em; }
h1 span { color: #e8cd79; }
h2 { margin-bottom: 16px; font-size: clamp(2rem, 3.4vw, 3.25rem); line-height: 1.12; letter-spacing: -.04em; }
h3 { margin-bottom: 8px; line-height: 1.25; }
.hero-lead { max-width: 610px; margin-bottom: 28px; color: rgba(255,255,255,.76); font-size: 18px; }
.proof-inline { display: flex; align-items: center; gap: 8px; margin-bottom: 28px; color: rgba(255,255,255,.7); font-size: 13px; }
.proof-inline strong { color: var(--white); }
.proof-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 6px rgba(200,168,75,.12); }
.text-link { color: var(--gold); font-size: 13px; font-weight: 700; text-decoration: none; }
.text-link span { margin-left: 8px; }
.signup-card { padding: 34px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.97); color: var(--ink); box-shadow: var(--shadow); }
.card-kicker, .card-label, .footer-title { color: var(--terracotta); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.signup-card h2 { font-size: 27px; letter-spacing: -.03em; }
.signup-card > p { color: var(--muted); font-size: 14px; }
.field-group { margin-bottom: 14px; }
label { display: block; margin-bottom: 5px; font-size: 12px; font-weight: 700; }
input { width: 100%; height: 48px; padding: 0 13px; border: 1px solid #d4dbe1; border-radius: 8px; color: var(--ink); font: inherit; background: var(--white); }
input[aria-invalid="true"] { border-color: #b44d4d; }
.field-error { display: block; min-height: 17px; color: #a13c3c; font-size: 11px; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.form-status { margin-top: 14px; color: #356b4e; font-size: 12px; }
.success-panel { margin-top: 16px; padding: 18px; border-radius: 12px; background: var(--gold-light); }
.success-panel h3 { font-size: 17px; }
.success-panel p { color: var(--muted); font-size: 12px; }
#sib-form-container #sib-container { max-width: none; padding: 0; border: 0; background: transparent; }
#sib-form { direction: ltr; text-align: left; }
#sib-form .field-group { padding: 0; }
#sib-form .input { width: 100%; height: 48px; padding: 0 13px; border: 1px solid #d4dbe1; border-radius: 8px; color: var(--ink); font: inherit; background: var(--white); }
#sib-form .entry__error { display: block; min-height: 17px; margin: 4px 0 0; color: #a13c3c; font-size: 11px; }
#sib-form .input--hidden { display: none; }
#sib-form .sib-form-block__button { border: 0; }
#success-message, #error-message { margin: 0 0 14px; padding: 11px 13px; border-radius: 8px; font-size: 12px; }
#success-message { color: #25613f; background: #e7faf0; }
#error-message { color: #8a3030; background: #ffeded; }
.pack-showcase { padding: 28px 0; background: var(--navy); }
.pack-showcase img { width: 100%; height: auto; object-fit: contain; object-position: center; border: 1px solid rgba(200,168,75,.28); border-radius: 16px; box-shadow: 0 24px 60px rgba(0,0,0,.28); }

.resource-strip { padding: 42px 0; background: var(--cream); border-bottom: 1px solid var(--line); }
.resource-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; align-items: center; gap: 28px; }
.resource-grid h2 { font-size: 25px; }
.resource-grid p:not(.eyebrow) { color: var(--muted); font-size: 14px; }
.guide-preview { min-height: 112px; display: flex; align-items: center; gap: 16px; padding: 14px; border-radius: 12px; background: var(--white); box-shadow: 0 10px 30px rgba(13,27,42,.06); }
.guide-preview img { width: 70px; max-height: 88px; object-fit: cover; border-radius: 5px; }
.guide-preview strong, .guide-preview span { display: block; line-height: 1.35; }
.guide-preview strong { font-size: 13px; }
.guide-preview span { margin-top: 7px; color: var(--muted); font-size: 10px; }
.guide-preview-dark { background: var(--navy); color: var(--white); }
.guide-number { color: var(--gold); font-size: 54px; font-weight: 800; line-height: 1; }

.section { padding: 110px 0; }
.section-heading { max-width: 670px; margin-bottom: 48px; }
.section-heading > p:last-child { color: var(--muted); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-card { min-height: 220px; padding: 26px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); transition: box-shadow .2s ease, transform .2s ease; }
.benefit-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.benefit-card .icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 24px; border-radius: 50%; background: var(--gold-light); color: var(--terracotta); font-size: 20px; font-weight: 700; }
.benefit-card h3 { font-size: 18px; }
.benefit-card p { margin-bottom: 0; color: var(--muted); font-size: 13px; }

.network-section, .steps-section { color: var(--white); background: var(--navy); }
.network-section { padding: 86px 0; }
.network-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 100px; align-items: center; }
.network-grid h2 { margin-bottom: 0; }
.network-grid h2 span { color: var(--gold); }
.network-grid > p { margin: 0; color: rgba(255,255,255,.72); font-size: 16px; }
.ecosystem-section { background: var(--cream); }
.ecosystem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ecosystem-card { min-height: 188px; padding: 25px; border-radius: 14px; background: var(--white); box-shadow: 0 10px 24px rgba(13,27,42,.05); }
.ecosystem-card-main { grid-row: span 2; display: flex; flex-direction: column; justify-content: end; color: var(--white); background: var(--navy); }
.ecosystem-card-main .card-label { color: var(--gold); }
.ecosystem-card p:not(.card-label) { color: var(--muted); font-size: 13px; }
.ecosystem-card-main p:not(.card-label) { color: rgba(255,255,255,.7); }
.ecosystem-card a { color: var(--terracotta); font-weight: 700; }
.steps-section { padding: 100px 0; }
.section-heading-light { margin-bottom: 40px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.step { padding: 0 40px; border-left: 1px solid rgba(255,255,255,.18); }
.step:first-child { padding-left: 0; border-left: 0; }
.step span { display: block; margin-bottom: 18px; color: var(--gold); font-size: 13px; font-weight: 800; }
.step h3 { font-size: 22px; }
.step p { margin-bottom: 0; color: rgba(255,255,255,.68); font-size: 13px; }
.final-cta { padding: 72px 0; background: var(--gold-light); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.final-cta h2 { max-width: 680px; margin: 0; font-size: clamp(1.8rem, 3vw, 3rem); }
.site-footer { padding: 58px 0 24px; color: rgba(255,255,255,.7); background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 50px; padding-bottom: 38px; }
.footer-logo { width: 172px; margin-bottom: 14px; }
.footer-grid p { font-size: 13px; }
.footer-grid a, .footer-grid span { display: block; width: fit-content; margin-bottom: 8px; color: rgba(255,255,255,.7); font-size: 12px; text-decoration: none; }
.footer-grid a:hover { color: var(--gold); }
.footer-title { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); font-size: 10px; }

@media (max-width: 900px) {
  .main-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 46px; }
  .hero-copy { max-width: 680px; }
  .signup-card { max-width: 520px; }
  .resource-grid { grid-template-columns: 1fr 1fr; }
  .resource-grid > div:first-child { grid-column: 1 / -1; }
  .network-grid { grid-template-columns: 1fr; gap: 22px; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 32px, var(--container)); }
  .site-header .button-outline { display: none; }
  .header-inner { min-height: 72px; }
  .brand { width: 150px; }
  .hero { padding: 126px 0 64px; }
  h1 { font-size: clamp(2.45rem, 12vw, 4rem); }
  .hero-lead { font-size: 16px; }
  .signup-card { padding: 24px 20px; }
  .resource-grid, .benefit-grid, .ecosystem-grid, .steps-grid, .footer-grid { grid-template-columns: 1fr; }
  .resource-grid > div:first-child { grid-column: auto; }
  .section { padding: 74px 0; }
  .section-heading { margin-bottom: 30px; }
  .benefit-card { min-height: 0; }
  .ecosystem-card-main { grid-row: auto; min-height: 220px; }
  .steps-section { padding: 74px 0; }
  .step, .step:first-child { padding: 22px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .step:first-child { padding-top: 0; border-top: 0; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { gap: 24px; }
  .footer-bottom { flex-direction: column; gap: 5px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
