:root {
  --ink: #07144c;
  --paper: #f8f9ff;
  --surface: #fff;
  --brand: #42208b;
  --brand-dark: #081443;
  --accent: #ffb000;
  --gold: #ffca3a;
  --teal: #10aaa6;
  --coral: #ef6262;
  --muted: #59607b;
  --soft: #edf1ff;
  --border: #cdd5f2;
  --shadow: 0 22px 60px rgba(7, 20, 76, .14);
}

body { background: var(--paper); font-family: "DM Sans", system-ui, sans-serif; overflow-x: hidden; }
[hidden] { display: none !important; }
h1, h2, h3, .wordmark, .large-note, .price, .stats strong { font-family: Montserrat, "DM Sans", sans-serif; letter-spacing: 0; }
h1 { max-width: 9.5ch; font-size: clamp(3.2rem, 7.2vw, 7.6rem); font-weight: 900; line-height: .88; text-transform: uppercase; }
h2 { max-width: 14ch; font-size: clamp(2.15rem, 4.2vw, 4.5rem); font-weight: 900; line-height: 1; }
h3 { font-weight: 800; }

.announcement { display: flex; align-items: center; justify-content: center; gap: .75rem; padding: .48rem 1rem; background: var(--brand-dark); color: #fff; }
.announcement strong { color: var(--gold); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.announcement span { color: #dfe5ff; font-size: .84rem; }
.announcement span::before { margin-right: .75rem; color: var(--gold); content: "•"; }
.announcement a { color: var(--gold); font-weight: 800; }
.site-header { height: 76px; padding: .55rem clamp(1rem, 4vw, 4rem); background: rgba(255, 255, 255, .95); border-color: rgba(66, 32, 139, .12); }
.wordmark { display: inline-flex; align-items: center; gap: .2rem; color: var(--brand-dark); font-size: .68rem; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.wordmark img { width: 132px; height: 54px; background: transparent; object-fit: contain; object-position: left center; }
.wordmark span { color: var(--brand); }
.site-nav { color: var(--brand-dark); font-weight: 700; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { position: absolute; right: 100%; bottom: -.35rem; left: 0; height: 3px; background: var(--accent); content: ""; transition: right .2s ease; }
.site-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta, .button.primary { border: 0; border-radius: 6px; background: linear-gradient(180deg, #ffc233, var(--accent)); box-shadow: 0 8px 0 #d98e00; color: var(--brand-dark); font-family: Montserrat, sans-serif; font-weight: 900; text-transform: uppercase; }
.nav-cta { padding: .75rem 1rem; box-shadow: none; }
.button { border-radius: 6px; transition: transform .15s ease, box-shadow .15s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary:active { transform: translateY(4px); box-shadow: 0 4px 0 #d98e00; }
.button.secondary { border: 2px solid var(--brand); background: #fff; color: var(--brand); }
.button.secondary:active { transform: translateY(1px); }
.button[hidden] { display: none; }
.eyebrow { color: var(--brand); font-family: Montserrat, sans-serif; font-weight: 900; letter-spacing: .1em; }

.hero { position: relative; isolation: isolate; grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr); gap: clamp(3rem, 5vw, 6rem); min-height: auto; padding: clamp(3rem, 5vw, 5rem) clamp(1rem, 6vw, 7rem) 9rem; background: #f9faff; }
.hero::before, .hero::after { display: none; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy > * { animation: heroEnter .7s both cubic-bezier(.2, .8, .2, 1); }
.hero-copy > *:nth-child(2) { animation-delay: .08s; }
.hero-copy > *:nth-child(3) { animation-delay: .16s; }
.hero-copy > *:nth-child(4) { animation-delay: .24s; }
.hero-copy > *:nth-child(5) { animation-delay: .32s; }
.hero-copy .eyebrow { display: flex; align-items: center; gap: .65rem; margin-bottom: 1.5rem; color: var(--brand); }
.hero-copy .eyebrow::before { width: 32px; height: 3px; background: var(--accent); content: ""; }
.hero-copy .eyebrow span { color: var(--accent); }
.hero h1 { position: relative; max-width: 11ch; margin-bottom: .42em; font-size: clamp(3.5rem, 4.35vw, 5rem); line-height: .93; }
.hero h1::after { display: block; width: 72px; height: 6px; margin-top: .28em; background: var(--accent); content: ""; }
.hero h1 .hero-line { display: block; color: var(--brand-dark); white-space: nowrap; }
.hero h1 .hero-line-accent { margin-top: .08em; color: var(--brand); }
.hero-lede { max-width: 610px; color: #283052; font-size: clamp(1.08rem, 1.45vw, 1.35rem); line-height: 1.48; }
.hero-actions { gap: 1rem; margin: 2rem 0 1.6rem; }
.hero-actions .button { min-height: 58px; padding: 1rem 1.5rem; }
.hero-actions .primary span { margin-left: .65rem; font-size: 1.5rem; }
.support-line { color: var(--brand); font-size: .95rem; }
.support-line span { padding: 0 .4rem; color: var(--accent); }
.hero-visual { position: relative; align-self: end; min-width: 0; min-height: 590px; animation: visualEnter .85s .18s both cubic-bezier(.2, .8, .2, 1); }
.hero-visual::before { position: absolute; z-index: 2; top: 11%; left: 50%; color: var(--gold); content: "Meet the facilitators"; font-family: Montserrat, sans-serif; font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; transform: translateX(-50%); white-space: nowrap; }
.hero-glow { position: absolute; inset: 5% -7% -6%; overflow: hidden; border-radius: 48% 48% 10px 10px; border-top: 8px solid var(--accent); background: #16296d; box-shadow: 0 20px 50px rgba(7, 20, 76, .16); }
.hero-glow::before { display: none; }
.portrait-stack { position: absolute; inset: 20% 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: end; padding: 0 1.5rem 1.5rem; }
.portrait-stack picture { position: relative; display: block; overflow: hidden; border: 1px solid rgba(255, 255, 255, .28); border-radius: 6px; background: #e7ecfb; box-shadow: 0 16px 36px rgba(0, 0, 0, .22); }
.portrait-stack picture:first-child { align-self: end; }
.portrait-stack picture:nth-child(2) { transform: none; }
.portrait-stack img { width: 100%; height: auto; aspect-ratio: 1 / 1.2; border: 0; background: none; box-shadow: none; filter: saturate(.9) contrast(1.03); object-fit: cover; object-position: center; }
.portrait-stack picture span { position: absolute; right: 0; bottom: 0; left: 0; padding: 2.5rem 1rem .9rem; background: linear-gradient(transparent, rgba(5, 16, 66, .96)); color: #fff; font-family: Montserrat, sans-serif; font-size: 1.05rem; font-weight: 900; }
.portrait-stack picture small { display: block; margin-top: .2rem; color: var(--gold); font-family: "DM Sans", sans-serif; font-size: .72rem; font-weight: 600; }
.event-strip { position: absolute; z-index: 4; right: clamp(1rem, 6vw, 7rem); bottom: 0; left: clamp(1rem, 6vw, 7rem); display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); margin: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .35); border-radius: 8px 8px 0 0; background: var(--brand-dark); box-shadow: 0 20px 45px rgba(7, 20, 76, .2); color: #fff; }
.event-strip div { position: relative; padding: 1.15rem 1.5rem; border-right: 1px solid rgba(255, 255, 255, .24); }
.event-strip div::before { position: absolute; top: 1.3rem; left: 1.5rem; width: 9px; height: 9px; border: 3px solid var(--accent); border-radius: 50%; content: ""; }
.event-strip div:last-child { border-right: 0; }
.event-strip dt { margin-left: 1.5rem; color: #aebcf2; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.event-strip dd { margin: .2rem 0 0 1.5rem; font-family: Montserrat, sans-serif; font-size: 1.05rem; font-weight: 800; }

.section { position: relative; padding: clamp(4.5rem, 8vw, 8rem) clamp(1rem, 6vw, 7rem); }
.section-heading { display: block; max-width: 1280px; margin: 0 auto 3.5rem; }
.section-heading .eyebrow { margin-bottom: 1rem; }
.section-heading h2 { margin-bottom: 1rem; }
.section-heading > p:not(.eyebrow) { max-width: 54ch; margin: 0; color: #454d6c; font-size: 1.12rem; line-height: 1.55; }
.audience { background: #fff; }
.audience::before { position: absolute; inset: 0 0 auto; height: 8px; background: linear-gradient(90deg, var(--brand) 0 25%, #2859b5 25% 50%, var(--teal) 50% 75%, var(--accent) 75%); content: ""; }
.audience-tabs { max-width: 1280px; margin: auto; }
.tab-list { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--border); }
.tab-list button { position: relative; min-height: 68px; padding: .9rem 1rem; border: 0; border-right: 1px solid var(--border); background: #eef1ff; color: #525b7d; font: 800 .94rem Montserrat, sans-serif; cursor: pointer; }
.tab-list button:last-child { border-right: 0; }
.tab-list button[aria-selected="true"] { background: var(--brand); color: #fff; }
.tab-list button[aria-selected="true"]::after { position: absolute; bottom: -10px; left: calc(50% - 10px); width: 20px; height: 20px; background: var(--brand); content: ""; transform: rotate(45deg); }
.tab-panel { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; min-height: 420px; padding: clamp(2rem, 5vw, 4rem); border: 1px solid var(--border); border-top: 0; background: linear-gradient(120deg, #fff 0 62%, #f1f4ff 62%); box-shadow: 0 22px 55px rgba(7, 20, 76, .1); }
.tab-panel[hidden] { display: none; }
.tab-copy h3 { max-width: 16ch; margin-bottom: 1rem; color: var(--brand-dark); font-size: clamp(1.8rem, 3vw, 3.2rem); line-height: 1.05; }
.tab-copy > p:not(.eyebrow) { max-width: 52ch; margin-bottom: 1.6rem; color: var(--muted); font-size: 1.08rem; }
.tab-copy .button { width: fit-content; }
.tab-panel ul { margin: 0; padding: 0; list-style: none; }
.tab-panel li { position: relative; padding: 1.15rem 0 1.15rem 2.5rem; border-bottom: 1px solid var(--border); color: var(--brand-dark); font-size: 1.05rem; font-weight: 700; }
.tab-panel li:last-child { border-bottom: 0; }
.tab-panel li::before { position: absolute; top: 1.15rem; left: 0; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--teal); color: #fff; content: "✓"; font-size: .8rem; }
.pathways { grid-template-columns: repeat(4, 1fr); gap: 0; max-width: 1280px; margin: auto; overflow: hidden; border: 1px solid var(--border); border-radius: 8px; box-shadow: 0 18px 50px rgba(7, 20, 76, .1); }
.pathway { position: relative; min-height: 240px; padding: 1.6rem; border: 0; border-right: 1px solid var(--border); border-top: 8px solid var(--brand); border-radius: 0; background: #f7f8ff; transition: transform .2s ease, box-shadow .2s ease; }
.pathway:last-child { border-right: 0; }
.pathway:nth-child(2) { border-top-color: #2867b8; }
.pathway:nth-child(3) { border-top-color: var(--teal); }
.pathway:nth-child(4) { border-top-color: var(--accent); }
.pathway:nth-child(5) { border-top-color: var(--coral); }
.pathway:hover { z-index: 1; box-shadow: inset 0 -8px 0 var(--accent); transform: translateY(-3px); }
.pathway summary { display: block; list-style: none; }
.pathway summary span { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 1rem; border-radius: 50%; background: var(--brand); color: #fff; font-size: 1.25rem; }
.pathway:nth-child(2) summary span { background: #2867b8; }
.pathway:nth-child(3) summary span { background: var(--teal); }
.pathway:nth-child(4) summary span { background: var(--accent); color: var(--ink); }
.pathway:nth-child(5) summary span { background: var(--coral); }
.pathway summary strong { display: block; font-family: Montserrat, sans-serif; line-height: 1.15; }
.pathway summary em { display: block; margin-top: .7rem; font-size: .9rem; }
.pathway div { margin: 1rem 0 0; font-size: .9rem; }
.pathway div ul { padding-left: 1.2rem; }
.pathway div li { margin-bottom: .45rem; }
.pathway > span { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 2rem; border-radius: 50%; background: var(--brand); color: #fff; font-family: Montserrat, sans-serif; font-size: 1.15rem; font-weight: 900; }
.pathway:nth-child(2) > span { background: #2867b8; }
.pathway:nth-child(3) > span { background: var(--teal); }
.pathway:nth-child(4) > span { background: var(--accent); color: var(--ink); }
.pathway h3 { margin-bottom: .45rem; line-height: 1.15; }
.pathway > p { margin: 0; color: var(--muted); }

.promise { overflow: hidden; background: linear-gradient(135deg, #43208c 0%, #232073 52%, #09255f 100%); }
.promise::after { position: absolute; bottom: -1rem; left: -1rem; color: rgba(255, 255, 255, .045); content: "FAITH • AI • PURPOSE • IMPACT"; font-family: Montserrat, sans-serif; font-size: 9vw; font-weight: 900; white-space: nowrap; }
.promise-layout { position: relative; z-index: 1; max-width: 1280px; margin: auto; }
.promise .section-heading { position: relative; z-index: 1; }
.promise .section-heading > p:not(.eyebrow) { color: #f0f2ff; font-size: 1.2rem; font-weight: 600; }
.learn-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; max-width: 1280px; margin: auto; border-top: 1px solid rgba(255, 255, 255, .3); border-bottom: 1px solid rgba(255, 255, 255, .3); }
.learn-grid article { min-height: 230px; padding: 1.8rem 1.5rem; border: 0; border-right: 1px solid rgba(255, 255, 255, .3); border-radius: 0; background: transparent; }
.learn-grid article:last-child { border-right: 0; }
.learn-grid span { display: inline-block; margin-bottom: 3rem; color: var(--gold); font-family: Montserrat, sans-serif; font-weight: 900; }
.learn-grid h3 { margin-bottom: .5rem; font-size: 1.35rem; }
.learn-grid p { margin: 0; color: #dce2ff; }
.check-columns li::before, .outcome-list li::before { border-radius: 50%; background: var(--accent); }
.demos { background: #f1f4ff; }
.demo-grid { max-width: 1400px; margin: auto; }
.demo-doc { border: 0; border-top: 6px solid var(--teal); border-radius: 6px; box-shadow: 0 12px 30px rgba(23, 42, 102, .08); }
.demo-doc:nth-child(even) { border-top-color: var(--accent); }
.doc-sample { border-left-color: var(--brand); background: #eef0fb; }
.outcomes, .evidence, .faq { background: #fff; }
.outcome-list { max-width: 1100px; margin: auto; font-size: 1.08rem; }
.outcome-list li::before { background: var(--teal); }
.agenda { background: var(--accent); }
.agenda .eyebrow { color: var(--ink); }
.agenda-list { max-width: 1100px; margin: auto; }
.agenda-list li { border-color: rgba(7, 20, 76, .32); }
.agenda-list span { color: var(--brand); }
.founders { overflow: hidden; background: linear-gradient(145deg, #07143f, #102869); }
.founders::before { position: absolute; right: -5%; bottom: -10rem; left: 40%; height: 28rem; background: linear-gradient(120deg, transparent 45%, rgba(16, 170, 166, .2) 45% 48%, transparent 48% 54%, rgba(255, 176, 0, .18) 54% 57%, transparent 57%); content: ""; transform: rotate(-8deg); }
.founders > * { position: relative; z-index: 1; }
.founders .section-heading > p:not(.eyebrow) { color: #dfe5ff; font-size: 1.15rem; }
.founder-grid { gap: 1.5rem; max-width: 1280px; margin: 2rem auto; }
.founder-card { grid-template-columns: minmax(180px, .72fr) 1fr; gap: 1rem; overflow: hidden; padding: 0; border: 1px solid rgba(255, 255, 255, .18); border-radius: 8px; background: rgba(255, 255, 255, .07); backdrop-filter: blur(8px); }
.founder-card > div { padding: 1.5rem 1rem 1.5rem 0; }
.founder-card img, .founder-card .edwin-inganji { width: 100%; height: 100%; min-height: 500px; filter: saturate(.88); object-fit: cover; object-position: center; }
.founder-card img { transition: transform .55s cubic-bezier(.2, .8, .2, 1), filter .4s ease; }
.founder-card:hover img { filter: saturate(1); transform: scale(1.035); }
.highlight, .venture-context { margin-right: auto; margin-left: auto; }
.venture-context { padding: 1.5rem; border: 1px solid rgba(255, 255, 255, .2); border-left: 6px solid var(--accent); background: rgba(255, 255, 255, .06); }
.stats { max-width: 1280px; margin: 0 auto 2rem; overflow: hidden; border: 0; border-radius: 8px; background: var(--brand-dark); color: #fff; }
.stats div { padding: 1.5rem; border-color: rgba(255, 255, 255, .2); }
.stats strong { color: var(--gold); }
.media-features { overflow: hidden; background: #f3f5fd; }
.media-features::before { position: absolute; top: 0; right: -12%; width: 46%; height: 10px; background: linear-gradient(90deg, var(--teal), var(--accent), var(--coral)); content: ""; }
.media-lead { display: grid; grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr); max-width: 1280px; margin: 0 auto 4rem; overflow: hidden; border-radius: 8px; background: var(--brand-dark); box-shadow: 0 28px 65px rgba(7, 20, 76, .2); color: #fff; }
.video-frame { position: relative; min-width: 0; aspect-ratio: 16 / 9; background: #03091f; }
.video-frame iframe { position: absolute; inset: 0; display: block; width: 100%; height: 100%; border: 0; }
.media-lead-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: clamp(1.5rem, 4vw, 3rem); }
.media-lead-copy .eyebrow { color: var(--gold); }
.media-lead-copy h3 { margin-bottom: 1rem; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.02; }
.media-lead-copy > p:not(.eyebrow) { margin-bottom: 1.5rem; color: #dce3ff; }
.media-lead-copy .button { width: fit-content; border-color: #fff; background: transparent; color: #fff; }
.media-section-title { display: flex; align-items: end; justify-content: space-between; gap: 2rem; max-width: 1280px; margin: 0 auto 1.5rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--border); }
.media-section-title .eyebrow { margin-bottom: .45rem; }
.media-section-title h3 { margin: 0; font-size: clamp(1.5rem, 2.4vw, 2.25rem); }
.media-section-title > p { margin: 0; color: var(--muted); }
.media-section-title > p strong { color: var(--brand); font-family: Montserrat, sans-serif; font-size: 1.5rem; }
.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; max-width: 1280px; margin: auto; }
.media-card { position: relative; min-height: 340px; padding: 1.5rem; overflow: hidden; border: 1px solid #d8def1; border-radius: 8px; background: #fff; box-shadow: 0 10px 28px rgba(7, 20, 76, .06); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.media-card::before { position: absolute; top: 0; right: 0; width: 72px; height: 8px; background: var(--brand); content: ""; }
.media-card:nth-child(3n+2)::before { background: var(--teal); }
.media-card:nth-child(3n)::before { background: var(--accent); }
.media-card:hover { border-color: transparent; box-shadow: 0 24px 52px rgba(7, 20, 76, .14); transform: translateY(-7px); }
.media-card-head { display: flex; gap: .85rem; align-items: center; margin-bottom: 2.4rem; }
.media-card-head > span { display: grid; flex: 0 0 50px; place-items: center; width: 50px; height: 50px; border-radius: 7px; background: var(--brand-dark); color: #fff; font: 900 .72rem Montserrat, sans-serif; letter-spacing: .03em; }
.media-card-head div { display: grid; gap: .1rem; min-width: 0; }
.media-card-head strong { overflow: hidden; color: var(--brand-dark); font-size: .92rem; text-overflow: ellipsis; white-space: nowrap; }
.media-card-head small { color: #7b829b; }
.media-card h3 { margin-bottom: .75rem; color: var(--brand-dark); font-size: 1.3rem; line-height: 1.18; }
.media-card > p { margin-bottom: 3.5rem; color: var(--muted); }
.media-card a { position: absolute; bottom: 1.5rem; left: 1.5rem; color: var(--brand); font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: .25rem; }
.media-card a span[aria-hidden] { display: inline-block; margin-left: .2rem; transition: transform .25s ease; }
.media-card:hover a span[aria-hidden] { transform: translate(.2rem, -.2rem); }
.media-card[hidden] { display: none; }
.media-pagination { display: flex; align-items: center; justify-content: center; gap: .5rem; max-width: 1280px; margin: 2rem auto 0; }
.media-pagination button { display: grid; place-items: center; min-width: 44px; height: 44px; padding: 0 .8rem; border: 1px solid var(--border); border-radius: 5px; background: #fff; color: var(--brand-dark); font: 800 .9rem Montserrat, sans-serif; cursor: pointer; }
.media-pagination button[aria-current="page"] { border-color: var(--brand); background: var(--brand); color: #fff; }
.media-pagination button:disabled { cursor: not-allowed; opacity: .35; }
.coverage-grid { max-width: 1280px; margin: auto; }
.coverage-item { padding: 1.2rem; border-top: 5px solid var(--brand); background: var(--paper); }
.coverage-item:nth-child(3n+2) { border-top-color: var(--teal); }
.coverage-item:nth-child(3n) { border-top-color: var(--accent); }
.masterclass { background: #eef1ff; }
.comparison, .missions { max-width: 1280px; margin-right: auto; margin-left: auto; }
.comparison article { padding: 1.7rem; border: 0; border-top: 7px solid var(--accent); border-radius: 8px; box-shadow: var(--shadow); }
.comparison article + article { border-top-color: var(--brand); }
.missions { margin-top: 2rem; }
.missions div { padding: 1rem; border-top: 5px solid var(--teal); background: #fff; }
.masterclass-teaser { display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; align-items: end; padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 6vw, 7rem); background: #eef1ff; }
.masterclass-teaser h2 { max-width: 18ch; margin-bottom: 0; font-size: clamp(2rem, 3.4vw, 3.5rem); }
.masterclass-teaser > div:last-child { display: grid; gap: 1rem; justify-items: start; }
.masterclass-teaser > div:last-child p { max-width: 48ch; margin: 0; color: #454d6c; font-size: 1.08rem; }
.masterclass-teaser small { color: var(--muted); }
.registration-section { background: linear-gradient(135deg, #42208b, #102869); color: #fff; }
.registration-section .eyebrow { color: var(--gold); }
.registration-section .section-heading > p:not(.eyebrow) { color: #d7ddff; }
.registration-form { display: grid; gap: 1.25rem; max-width: 980px; margin: auto; border: 0; border-top: 8px solid var(--accent); border-radius: 8px; color: var(--ink); }
.registration-form__intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, .62fr); gap: 1.5rem; align-items: end; padding-bottom: 1.25rem; border-bottom: 1px solid var(--border); }
.registration-form__intro .eyebrow { margin-bottom: .45rem; }
.registration-form__intro h3 { max-width: 18ch; margin-bottom: 0; color: var(--brand-dark); font-family: Montserrat, sans-serif; font-size: clamp(1.65rem, 3vw, 2.4rem); line-height: 1.02; }
.registration-form__intro p:last-child { max-width: 30ch; margin: 0; color: #4f5873; font-weight: 700; }
.form-stepper { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
.form-stepper span { display: flex; align-items: center; justify-content: center; min-height: 44px; padding: .65rem .75rem; border: 2px solid #dfe4f2; border-radius: 7px; background: #f7f8ff; color: #55607c; font-family: Montserrat, sans-serif; font-size: .78rem; font-weight: 900; text-align: center; text-transform: uppercase; }
.form-stepper span.is-active { border-color: var(--brand); background: #eefcf9; color: var(--brand-dark); box-shadow: inset 0 -4px 0 rgba(16, 170, 166, .24); }
.form-stepper span.is-complete { border-color: var(--accent); background: #fff8e6; color: var(--brand-dark); }
.form-progress { height: 10px; overflow: hidden; border-radius: 10px; background: #eef1ff; margin-bottom: 0; }
.form-progress span { background: linear-gradient(90deg, var(--brand), var(--teal)); }
.form-step { display: grid; gap: 1.2rem; }
.form-step__heading { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 1rem; align-items: start; padding: .3rem 0 .15rem; }
.form-step__heading > span { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--brand-dark); color: #fff; font-family: Montserrat, sans-serif; font-weight: 900; box-shadow: 0 8px 0 rgba(16, 170, 166, .25); }
.form-step__heading h3 { margin-bottom: .2rem; color: var(--brand-dark); font-family: Montserrat, sans-serif; font-size: 1.35rem; }
.form-step__heading p { margin: 0; color: #5d6680; font-weight: 700; }
.form-grid { gap: 1rem 1.1rem; align-items: start; }
.field { position: relative; align-content: start; min-width: 0; padding: .95rem; border: 1px solid #dfe4f2; border-radius: 8px; background: #fbfcff; color: #273047; font-size: .92rem; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease, transform .18s ease; }
.field-label { display: block; }
.field:focus-within { border-color: var(--brand); background: #fff; box-shadow: 0 14px 30px rgba(7, 20, 76, .1); transform: translateY(-1px); }
.field.has-value { border-color: rgba(16, 170, 166, .5); background: #fcfffe; }
input, select, textarea { min-height: 50px; border: 2px solid #d8def1; border-radius: 6px; background: #fff; transition: border-color .18s ease, box-shadow .18s ease; }
input:focus, select:focus, textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(16, 170, 166, .14); }
textarea { min-height: 136px; }
.field-help { color: #66708c; font-size: .9rem; line-height: 1.4; }
.field-error { min-height: 0; margin-top: -.1rem; color: #b1353b; font-size: .88rem; line-height: 1.35; }
.field-error:empty { display: none; }
.human-check { grid-template-columns: 1fr auto; align-items: end; }
.human-check > span, .human-check > input { grid-column: 1 / -1; }
.human-check__question { width: 100%; min-width: 0; border: 0; border-radius: 7px; background: linear-gradient(135deg, #fff3c4, #eafbf8); color: var(--brand-dark); }
.checks { gap: .8rem; margin-top: .25rem; padding: 1rem; border: 1px solid #dfe4f2; border-radius: 8px; background: #f7f8ff; }
.checks label { gap: .75rem; padding: .85rem; border-radius: 7px; background: #fff; color: #273047; font-weight: 700; box-shadow: 0 6px 18px rgba(7, 20, 76, .04); }
.checks input { flex: 0 0 auto; width: 20px; height: 20px; accent-color: var(--brand); }
.form-actions { align-items: center; justify-content: space-between; margin-top: .25rem; padding-top: 1.25rem; border-top: 1px solid var(--border); }
.form-actions .button { min-width: 160px; }
.faq-item { max-width: 1000px; margin: auto; padding: 0; border-color: var(--border); }
.faq-item summary { position: relative; padding: 1.35rem 4rem 1.35rem 0; color: var(--brand-dark); font-family: Montserrat, sans-serif; font-size: 1.05rem; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { position: absolute; top: 50%; right: .25rem; display: grid; place-items: center; width: 32px; height: 32px; border: 2px solid var(--brand); border-radius: 50%; color: var(--brand); content: "+"; font-family: "DM Sans", sans-serif; font-size: 1.4rem; line-height: 1; transform: translateY(-50%); }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { max-width: 65ch; margin: -.35rem 0 1.35rem; color: var(--muted); }
.final-cta { padding-top: 6rem; padding-bottom: 6rem; background: var(--accent); text-align: center; }
.final-cta h2 { margin-right: auto; margin-left: auto; }
.final-cta .button.primary { background: linear-gradient(180deg, #2a1668, var(--brand-dark)); box-shadow: 0 8px 0 #42208b; color: #fff; }
.final-cta .button.primary:active { box-shadow: 0 4px 0 #42208b; }
.site-footer { background: #050d2d; }
.footer-mark { color: #fff; }
.footer-mark img { width: 160px; height: 70px; border-radius: 0; filter: grayscale(1) brightness(0) invert(1); }
.copyright { color: #aeb7d7; }
.mobile-action { border: 0; border-radius: 6px; background: linear-gradient(180deg, #ffc233, var(--accent)); box-shadow: 0 7px 0 #d98e00; color: var(--brand-dark); font-family: Montserrat, sans-serif; text-transform: uppercase; transition: transform .15s ease, box-shadow .15s ease; }
.mobile-action:active { transform: translateY(3px); box-shadow: 0 4px 0 #d98e00; }
.scroll-top { position: fixed; z-index: 12; right: 1.25rem; bottom: calc(1.25rem + env(safe-area-inset-bottom)); display: grid; place-items: center; width: 48px; height: 48px; padding: 0; border: 0; border-radius: 50%; background: var(--brand-dark); box-shadow: 0 10px 28px rgba(7, 20, 76, .25); color: #fff; cursor: pointer; font-size: 1.35rem; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .2s ease, transform .2s ease, background .2s ease; }
.scroll-top:hover { background: var(--brand); }
.scroll-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

.motion-ready .reveal { opacity: 0; transform: translateY(28px); }
.motion-ready .reveal.is-revealed { opacity: 1; transform: translateY(0); transition: opacity .65s ease calc(var(--reveal-order, 0) * 70ms), transform .65s cubic-bezier(.2, .8, .2, 1) calc(var(--reveal-order, 0) * 70ms); }

@keyframes heroEnter { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes visualEnter { from { opacity: 0; transform: translateX(40px) scale(.97); } to { opacity: 1; transform: translateX(0) scale(1); } }

@media (max-width: 1100px) {
  .site-nav { gap: .75rem; font-size: .82rem; }
  .pathways { grid-template-columns: repeat(2, 1fr); }
  .pathway:nth-child(2) { border-right: 0; }
  .pathway:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-visual { min-height: 480px; }
  .founder-card { grid-template-columns: 1fr; }
  .founder-card > div { padding: 1.3rem; }
  .founder-card img, .founder-card .edwin-inganji { height: 390px; min-height: 0; }
  .media-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .announcement span { display: none; }
  .menu-toggle { border: 2px solid var(--brand); border-radius: 5px; color: var(--brand); font-weight: 800; }
  .site-nav { top: 104px; border: 0; border-top: 6px solid var(--accent); border-radius: 6px; }
  .hero { grid-template-columns: 1fr; padding-bottom: 10rem; }
  .hero-copy { text-align: center; }
  .hero h1, .hero-lede { margin-right: auto; margin-left: auto; }
  .hero h1::after { margin-right: auto; margin-left: auto; }
  .hero-copy .eyebrow, .hero-actions { justify-content: center; }
  .hero-visual { width: 100%; max-width: 620px; min-height: 540px; margin: auto; }
  .event-strip { grid-template-columns: repeat(3, 1fr); }
  .media-lead { grid-template-columns: 1fr; }
  .media-lead-copy { padding: 2rem; }
  .tab-list { grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); }
  .tab-list button { border: 0; }
  .tab-panel { grid-template-columns: 1fr; min-height: 0; background: #fff; }
  .learn-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { text-align: left; }
  .founder-card { grid-template-columns: minmax(180px, .65fr) 1fr; }
  .founder-card > div { padding: 1.3rem 1rem; }
  .founder-card img, .founder-card .edwin-inganji { height: 100%; min-height: 450px; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(2.75rem, 15vw, 4.3rem); }
  h2 { font-size: 2.25rem; }
  .announcement { justify-content: space-between; }
  .announcement strong { font-size: .68rem; }
  .site-header { height: 68px; }
  .wordmark img { width: 116px; height: 46px; }
  .wordmark span { display: none; }
  .hero { min-height: auto; padding-top: 3rem; padding-bottom: 18rem; }
  .hero-copy .eyebrow { display: block; }
  .hero-copy .eyebrow::before { display: none; }
  .hero-copy .eyebrow span { margin-left: .25rem; }
  .hero h1 { max-width: none; font-size: clamp(2.75rem, 13vw, 4rem); }
  .hero h1 .hero-line { white-space: normal; }
  .support-line span { padding: 0 .15rem; }
  .hero-visual { min-height: 410px; }
  .hero-glow { inset: 4% -4% -4%; border-radius: 28% 28% 8px 8px; }
  .hero-visual::before { top: 9%; font-size: .64rem; }
  .portrait-stack { inset: 20% 0 0; gap: .5rem; padding: 0 .75rem .75rem; }
  .portrait-stack picture:nth-child(2) { transform: none; }
  .portrait-stack picture span { padding: .8rem .6rem .6rem; font-size: .8rem; }
  .portrait-stack picture small { font-size: .6rem; }
  .event-strip { right: 1rem; bottom: 1rem; left: 1rem; grid-template-columns: repeat(2, 1fr); }
  .event-strip div { padding: .9rem .55rem; }
  .event-strip div::before { top: 1rem; left: .6rem; }
  .event-strip dt, .event-strip dd { margin-left: 1.1rem; }
  .event-strip dd { font-size: .88rem; }
  .pathways { grid-template-columns: 1fr; }
  .tab-list { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .tab-list button { flex: 0 0 72%; scroll-snap-align: start; }
  .tab-panel { padding: 1.5rem; }
  .tab-copy h3 { font-size: 1.9rem; }
  .tab-copy .button { width: 100%; }
  .pathway, .pathway:nth-child(2) { min-height: 0; border-right: 0; border-bottom: 1px solid var(--border); }
  .pathway:last-child { border-bottom: 0; }
  .pathway { padding: 1.15rem; }
  .learn-grid, .masterclass-teaser { grid-template-columns: 1fr; }
  .learn-grid article { min-height: 0; }
  .learn-grid article, .learn-grid article:last-child { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .3); }
  .learn-grid article:last-child { border-bottom: 0; }
  .learn-grid span { margin-bottom: 1.5rem; }
  .founder-card { grid-template-columns: 1fr; }
  .founder-card img, .founder-card .edwin-inganji { height: auto; min-height: 0; aspect-ratio: 1 / 1; object-fit: cover; }
  .media-grid { grid-template-columns: 1fr; }
  .media-card { min-height: 270px; }
  .media-section-title { display: block; }
  .media-section-title > p { margin-top: .75rem; }
  .media-pagination { flex-wrap: wrap; }
  .media-pagination button[data-prev], .media-pagination button[data-next] { flex: 1 0 42%; }
  .stats { border-radius: 0; }
  .stats div { border-color: rgba(255, 255, 255, .2); }
  .site-footer { text-align: center; }
  .footer-mark { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy > *, .hero-visual { animation: none !important; }
  .motion-ready .reveal { opacity: 1; transform: none; }
  .founder-card img, .media-card, .media-card a span[aria-hidden] { transition: none; }
}

/* Responsive layout pass */
@media (max-width: 900px) {
  .announcement { display: none; }
  .site-header { top: 0; }
  .site-nav { top: 76px; max-height: calc(100dvh - 76px); overflow-y: auto; }
  .hero { padding-bottom: 2rem; }
  .event-strip { position: relative; right: auto; bottom: auto; left: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 1rem; border-radius: 7px; }
  .event-strip div { min-width: 0; }
  .event-strip dd { overflow-wrap: anywhere; }
}

@media (max-width: 700px) {
  html, body { width: 100%; max-width: 100%; overflow-x: clip; }
  body { font-size: 16px; line-height: 1.55; }
  main, .hero, .section, .masterclass-teaser, .final-cta, .site-footer { min-width: 0; max-width: 100vw; }
  h2 { max-width: none; font-size: clamp(2rem, 9vw, 2.6rem); line-height: 1.04; }
  h3 { line-height: 1.18; }
  .site-header { width: 100vw; height: 64px; padding: .45rem .85rem; }
  .wordmark { min-width: 0; }
  .wordmark img { width: 108px; height: 44px; }
  .wordmark span { display: none; }
  .menu-toggle { display: inline-flex; flex: 0 0 auto; min-width: 68px; min-height: 42px; border: 2px solid var(--brand); border-radius: 5px; background: #fff; color: var(--brand); font-weight: 800; }
  .site-nav { position: fixed; inset: 64px 0 0; gap: 0; max-height: calc(100dvh - 64px); margin: 0; padding: .5rem 1rem calc(1rem + env(safe-area-inset-bottom)); border: 0; border-top: 1px solid var(--border); border-radius: 0; background: #fff; box-shadow: 0 18px 45px rgba(7, 20, 76, .18); }
  .site-nav a { padding: 1rem .25rem; border-bottom: 1px solid var(--border); font-size: 1rem; }
  .site-nav > a:not(.nav-cta)::after { display: none; }
  .site-nav .nav-cta { margin-top: .75rem; padding: .95rem; border: 0; text-align: center; }

  .hero { display: block; width: 100vw; padding: 2.5rem 1rem 1.5rem; overflow: hidden; }
  .hero-copy, .hero-actions { min-width: 0; max-width: 100%; }
  .hero-copy { text-align: left; }
  .hero-copy .eyebrow { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: .4rem; margin-bottom: 1.1rem; font-size: .7rem; }
  .hero-copy .eyebrow::before { display: none; }
  .hero-copy .eyebrow span { margin: 0; }
  .hero h1 { max-width: 100%; margin-right: 0; margin-left: 0; font-size: clamp(2.65rem, 12vw, 3.45rem); line-height: .94; }
  .hero h1 .hero-line { white-space: normal; }
  .hero h1::after { margin-right: 0; margin-left: 0; }
  .hero-lede { margin-right: 0; margin-left: 0; font-size: 1.08rem; }
  .hero-actions { justify-content: stretch; margin: 1.5rem 0 1.25rem; }
  .hero-actions .button { width: 100%; min-width: 0; min-height: 52px; padding: .85rem .75rem; white-space: normal; text-align: center; overflow-wrap: anywhere; }
  .support-line { font-size: .86rem; line-height: 1.7; }
  .support-line span { padding: 0 .1rem; }
  .hero-visual { width: 100%; max-width: 520px; min-height: 430px; margin: 2.25rem auto 0; }
  .hero-glow { inset: 0; border-top-width: 6px; border-radius: 34% 34% 8px 8px; }
  .hero-visual::before { top: 8%; font-size: .62rem; }
  .portrait-stack { inset: 17% 0 0; gap: .55rem; padding: 0 .65rem .65rem; }
  .portrait-stack picture { min-width: 0; }
  .portrait-stack img { height: auto; aspect-ratio: 1 / 1.25; }
  .portrait-stack picture span { padding: 2rem .65rem .65rem; font-size: clamp(.72rem, 3.3vw, .9rem); overflow-wrap: anywhere; }
  .portrait-stack picture small { font-size: .58rem; line-height: 1.25; }
  .event-strip { position: relative; right: auto; bottom: auto; left: auto; grid-template-columns: 1fr; margin-top: 1rem; border-radius: 7px; box-shadow: 0 14px 30px rgba(7, 20, 76, .14); }
  .event-strip div { padding: .9rem 1rem; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .18); }
  .event-strip div:last-child { border-bottom: 0; }
  .event-strip div::before { top: 1.05rem; left: 1rem; width: 7px; height: 7px; border-width: 2px; }
  .event-strip dt { margin-left: 1.25rem; }
  .event-strip dd { margin: .15rem 0 0 1.25rem; font-size: .94rem; line-height: 1.4; }

  .section { padding: 3.75rem 1rem; }
  .section-heading { margin-bottom: 2rem; }
  .section-heading .eyebrow { margin-bottom: .65rem; font-size: .72rem; }
  .section-heading h2 { margin-bottom: .75rem; }
  .section-heading > p:not(.eyebrow) { font-size: 1rem; line-height: 1.5; }

  .tab-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: visible; border: 1px solid var(--border); background: var(--border); scroll-snap-type: none; }
  .tab-list button { flex: none; min-width: 0; min-height: 58px; padding: .7rem .45rem; font-size: .78rem; line-height: 1.25; scroll-snap-align: none; }
  .tab-list button[aria-selected="true"]::after { display: none; }
  .tab-panel { display: block; min-height: 0; padding: 1.4rem 1.15rem; background: #fff; box-shadow: 0 14px 32px rgba(7, 20, 76, .08); }
  .tab-panel[hidden] { display: none; }
  .tab-copy h3 { max-width: none; font-size: 1.7rem; }
  .tab-copy > p:not(.eyebrow) { font-size: 1rem; }
  .tab-panel ul { margin: 1.25rem 0 1.5rem; }
  .tab-panel li { padding: .9rem 0 .9rem 2.1rem; font-size: .96rem; }
  .tab-panel li::before { top: .9rem; width: 21px; height: 21px; }
  .tab-copy .button { width: 100%; }

  .promise::after { display: none; }
  .promise .section-heading > p:not(.eyebrow) { font-size: 1rem; }
  .learn-grid { grid-template-columns: 1fr; }
  .learn-grid article { min-height: 0; padding: 1.25rem .5rem; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .25); }
  .learn-grid article:last-child { border-bottom: 0; }
  .learn-grid span { margin-bottom: .85rem; }

  .agenda-list li { grid-template-columns: 38px minmax(0, 1fr); gap: .5rem; padding: 1.1rem 0; }
  .agenda-list span { font-size: 1.05rem; }
  .agenda-list h3 { margin-bottom: .35rem; font-size: 1.05rem; }
  .agenda-list p { margin: 0; font-size: .94rem; }

  .founders::before { display: none; }
  .founder-grid { grid-template-columns: 1fr; gap: 1.25rem; }
  .founder-card { grid-template-columns: 1fr; }
  .founder-card img, .founder-card .edwin-inganji { width: 100%; height: auto; min-height: 0; aspect-ratio: 1 / 1; object-fit: cover; }
  .founder-card > div { padding: 1.25rem; }
  .founder-card ul { padding-left: 1.2rem; }
  .stats { grid-template-columns: 1fr 1fr; border-radius: 7px; }
  .stats div { min-width: 0; padding: 1rem; border-right: 1px solid rgba(255, 255, 255, .18); border-bottom: 1px solid rgba(255, 255, 255, .18); }
  .stats div:nth-child(2n) { border-right: 0; }
  .stats strong { font-size: 1.55rem; }
  .stats span { display: block; font-size: .78rem; line-height: 1.3; }

  .media-lead { grid-template-columns: 1fr; margin-bottom: 3rem; border-radius: 7px; }
  .media-lead-copy { padding: 1.4rem; }
  .media-lead-copy h3 { font-size: 1.65rem; }
  .media-lead-copy .button { width: 100%; }
  .media-section-title { display: block; }
  .media-section-title h3 { font-size: 1.5rem; }
  .media-section-title > p { margin-top: .75rem; }
  .media-grid { grid-template-columns: 1fr; }
  .media-card { min-height: 320px; padding: 1.25rem; }
  .media-card-head { margin-bottom: 1.6rem; }
  .media-card-head strong { white-space: normal; }
  .media-card a { bottom: 1.25rem; left: 1.25rem; }
  .media-pagination { flex-wrap: wrap; gap: .4rem; }
  .media-pagination button { min-width: 40px; height: 42px; padding: 0 .65rem; }
  .media-pagination button[data-prev], .media-pagination button[data-next] { flex: 1 0 42%; }

  .masterclass-teaser { grid-template-columns: 1fr; gap: 1.5rem; padding: 3.5rem 1rem; }
  .masterclass-teaser h2 { max-width: none; font-size: 2rem; }
  .masterclass-teaser .button { width: 100%; }

  .registration-form { gap: 1rem; padding: 1rem; border-top-width: 6px; box-shadow: 0 14px 36px rgba(7, 20, 76, .18); }
  .registration-form__intro { grid-template-columns: 1fr; gap: .75rem; padding-bottom: 1rem; }
  .registration-form__intro h3 { max-width: none; font-size: 1.65rem; }
  .registration-form__intro p:last-child { max-width: none; font-size: .95rem; }
  .form-stepper { gap: .45rem; }
  .form-stepper span { min-height: 42px; padding: .55rem .45rem; font-size: .68rem; line-height: 1.2; }
  .form-step__heading { grid-template-columns: 44px minmax(0, 1fr); gap: .75rem; }
  .form-step__heading > span { width: 40px; height: 40px; box-shadow: 0 5px 0 rgba(16, 170, 166, .22); font-size: .78rem; }
  .form-step__heading h3 { font-size: 1.12rem; }
  .form-step__heading p { font-size: .9rem; line-height: 1.4; }
  .form-grid { grid-template-columns: 1fr; gap: .9rem; }
  .field-wide { grid-column: auto; }
  .field { padding: .8rem; font-size: .9rem; }
  input, select, textarea { min-height: 48px; padding: .75rem; font-size: 16px; }
  textarea { min-height: 110px; }
  .checks { padding: .75rem; }
  .checks label { padding: .75rem; font-size: .92rem; line-height: 1.45; }
  .form-actions { flex-direction: column; }
  .form-actions .button { width: 100%; }

  .faq-item summary { padding: 1.15rem 3rem 1.15rem 0; font-size: .96rem; line-height: 1.35; }
  .faq-item summary::after { right: 0; width: 28px; height: 28px; }
  .faq-item p { font-size: .94rem; }
  .final-cta { padding: 4rem 1rem; }
  .final-cta h2 { max-width: none; }
  .site-footer { grid-template-columns: 1fr; gap: 1.25rem; padding: 2.5rem 1rem calc(2rem + env(safe-area-inset-bottom)); text-align: left; }
  .footer-mark { justify-content: flex-start; }
  .copyright { grid-column: auto; }
  .mobile-action { left: .75rem; right: .75rem; font-size: .86rem; }
  .scroll-top { right: .75rem; bottom: calc(5.25rem + env(safe-area-inset-bottom)); width: 44px; height: 44px; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 2.5rem; }
  .portrait-stack picture span { font-size: .68rem; }
  .portrait-stack picture small { display: none; }
  .tab-list button { font-size: .72rem; }
  .stats { grid-template-columns: 1fr; }
  .stats div, .stats div:nth-child(2n) { border-right: 0; }
}
