/* ============================================================
   Victory Business & Professional Network — Styles
   Brand: vivid orange (#ED7A1A) + ink black + clean white
   ============================================================ */

:root {
  --orange: #ED7A1A;
  --orange-dark: #C9620C;
  --orange-soft: #FFF1E3;
  --ink: #16110B;
  --ink-2: #3a342c;
  --muted: #6e6459;
  --line: #ece6dd;
  --bg: #ffffff;
  --bg-alt: #fbf7f1;
  --radius: 18px;
  --shadow-sm: 0 4px 14px rgba(20, 17, 11, .06);
  --shadow: 0 18px 50px rgba(20, 17, 11, .12);
  --shadow-orange: 0 14px 34px rgba(237, 122, 26, .35);
  --max: 1180px;
  --font: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --display: 'Archivo', var(--font);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container { width: min(var(--max), 92%); margin-inline: auto; }
.center { text-align: center; margin-top: 42px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: .5rem; font-weight: 700; font-family: var(--font);
  border: 1.5px solid transparent; border-radius: 999px;
  padding: .85rem 1.5rem; cursor: pointer; font-size: .95rem;
  transition: transform .18s ease, box-shadow .25s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn--sm { padding: .55rem 1.1rem; font-size: .88rem; }
.btn--lg { padding: 1rem 1.9rem; font-size: 1.02rem; }
.btn--block { width: 100%; }
.btn--primary { background: var(--orange); color: #fff; box-shadow: var(--shadow-orange); }
.btn--primary:hover { background: var(--orange-dark); transform: translateY(-2px); }
.btn--outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--outline:hover { background: var(--ink); color: #fff; transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--ink); }
.btn--ghost:hover { color: var(--orange); }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--ink); color: #f6efe6; text-align: center;
  font-size: .85rem; padding: .55rem 1rem;
}
.topbar strong { color: var(--orange); }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .3s ease, border-color .3s ease;
}
.nav.scrolled { box-shadow: var(--shadow-sm); border-color: var(--line); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }

.brand { display: flex; align-items: center; gap: .6rem; font-family: var(--display); }
.brand__logo { height: 46px; width: auto; border-radius: 10px; display: block; }
.brand__logo--lg { height: 58px; border-radius: 12px; }
.brand__mark {
  display: grid; place-items: center; color: var(--orange);
  background: var(--orange-soft); width: 44px; height: 44px; border-radius: 12px;
}
.brand__text { font-weight: 900; font-size: 1.15rem; letter-spacing: -.5px; color: var(--ink); }
.brand__text span { color: var(--orange); }
.brand--light .brand__text { color: #fff; }
.brand--light .brand__mark { background: rgba(255,255,255,.1); }

.nav__links { display: flex; align-items: center; gap: 1.6rem; }
.nav__links > a:not(.btn) { font-weight: 600; font-size: .95rem; color: var(--ink-2); position: relative; }
.nav__links > a:not(.btn)::after {
  content: ""; position: absolute; left: 0; bottom: -6px; height: 2px; width: 0;
  background: var(--orange); transition: width .25s ease;
}
.nav__links > a:not(.btn):hover { color: var(--ink); }
.nav__links > a:not(.btn):hover::after { width: 100%; }

/* Language switcher */
.lang { position: relative; }
.lang__btn {
  display: inline-flex; align-items: center; gap: .35rem;
  background: var(--orange-soft); border: 1px solid #f6dcc1; color: var(--ink);
  font-family: var(--font); font-weight: 700; font-size: .85rem;
  padding: .5rem .8rem; border-radius: 999px; cursor: pointer; transition: .2s;
}
.lang__btn:hover { border-color: var(--orange); }
.lang__globe { font-size: .95rem; }
.lang__caret { font-size: .7rem; opacity: .7; }
.lang__menu {
  position: absolute; top: calc(100% + 8px); right: 0; min-width: 168px;
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  box-shadow: var(--shadow); padding: 6px; z-index: 60;
  opacity: 0; visibility: hidden; transform: translateY(-6px); transition: .2s;
}
.lang.open .lang__menu { opacity: 1; visibility: visible; transform: none; }
.lang__menu button {
  display: flex; align-items: center; gap: .5rem; width: 100%; text-align: left;
  background: none; border: 0; padding: .6rem .7rem; border-radius: 8px;
  font-family: var(--font); font-size: .9rem; font-weight: 600; color: var(--ink-2); cursor: pointer;
}
.lang__menu button:hover { background: var(--bg-alt); }
.lang__menu button.is-active { background: var(--orange-soft); color: var(--orange-dark); }

.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav__toggle span { width: 24px; height: 2.5px; background: var(--ink); border-radius: 2px; transition: .3s; }
.nav__toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav__toggle.open span:nth-child(2) { opacity: 0; }
.nav__toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 70px 0 0; overflow: hidden; }
.hero__glow {
  position: absolute; inset: -20% 0 auto 0; height: 600px; z-index: -1;
  background:
    radial-gradient(600px 320px at 78% 10%, rgba(237,122,26,.22), transparent 70%),
    radial-gradient(500px 300px at 12% 30%, rgba(237,122,26,.10), transparent 70%);
}
.hero__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; }

.pill {
  display: inline-flex; align-items: center; gap: .4rem;
  background: var(--orange-soft); color: var(--orange-dark);
  font-weight: 700; font-size: .82rem; padding: .5rem 1rem; border-radius: 999px;
  border: 1px solid #f6dcc1;
}
.hero h1 {
  font-family: var(--display); font-weight: 900; letter-spacing: -1.5px;
  font-size: clamp(2.3rem, 5vw, 3.7rem); line-height: 1.05; margin: 1.1rem 0 1rem;
}
.hl { color: var(--orange); position: relative; white-space: nowrap; }
.lead { font-size: 1.12rem; color: var(--muted); max-width: 36ch; }
.hero__cta { display: flex; gap: 1rem; margin: 1.8rem 0 2.2rem; flex-wrap: wrap; }

.hero__stats { display: flex; gap: 2.4rem; }
.hero__stats > div { display: flex; flex-direction: column; }
.hero__stats strong { font-family: var(--display); font-size: 1.9rem; color: var(--ink); line-height: 1; }
.hero__stats span { font-size: .85rem; color: var(--muted); margin-top: .3rem; }

/* Hero visual — banner slot */
.hero__visual { position: relative; display: flex; align-items: center; justify-content: center; }
.hero__banner-wrap {
  position: relative; width: 100%; border-radius: 24px; overflow: hidden;
  box-shadow: var(--shadow); background: var(--bg-alt); border: 1px solid var(--line);
}
.hero__banner { width: 100%; height: auto; display: block; }
.hero__badge {
  position: absolute; z-index: 3; background: #fff; box-shadow: var(--shadow);
  border-radius: 999px; padding: .6rem 1.05rem; font-weight: 700; font-size: .85rem;
  color: var(--ink); white-space: nowrap; animation: float 5.5s ease-in-out infinite;
}
.hero__badge--1 { top: 6%; left: -3%; color: #1f9d55; }
.hero__badge--2 { bottom: 8%; right: -3%; color: var(--orange-dark); animation-delay: 1.2s; }
.card-float {
  position: absolute; background: #fff; border-radius: 16px;
  box-shadow: var(--shadow); padding: 14px 16px; display: flex; align-items: center; gap: 12px;
  animation: float 5s ease-in-out infinite;
}
.card-float--1 { top: 6%; left: -4%; z-index: 3; }
.card-float--2 { bottom: 14%; right: -6%; z-index: 3; flex-direction: column; align-items: stretch; gap: 10px; animation-delay: .8s; }
.card-float--3 { bottom: -2%; left: 6%; z-index: 3; flex-direction: column; align-items: flex-start; gap: 2px; animation-delay: 1.6s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

.avatar {
  width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0;
  background: var(--ink); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: .9rem;
}
.card-float strong { font-size: .92rem; display: block; }
.card-float small { font-size: .76rem; color: var(--muted); }
.tag {
  font-size: .72rem; font-weight: 700; background: var(--orange-soft); color: var(--orange-dark);
  padding: .25rem .6rem; border-radius: 999px; margin-left: auto;
}
.tag--green { background: #e3f7ea; color: #1f9d55; margin: 0; }
.mini-product { display: flex; align-items: center; gap: 10px; }
.mini-product__img { width: 40px; height: 40px; border-radius: 10px; background: var(--orange-soft); display: grid; place-items: center; font-size: 1.2rem; }
.mini-buy { border: 0; background: var(--ink); color: #fff; border-radius: 10px; padding: .5rem; font-weight: 700; font-size: .82rem; cursor: pointer; }

/* Marquee */
.marquee { margin-top: 60px; border-block: 1px solid var(--line); background: var(--bg-alt); overflow: hidden; padding: 14px 0; }
.marquee__track { display: flex; gap: 1.6rem; white-space: nowrap; width: max-content; animation: scroll 28s linear infinite; }
.marquee__track span { font-family: var(--display); font-weight: 800; color: var(--ink-2); font-size: 1.05rem; text-transform: uppercase; letter-spacing: .5px; }
.marquee__track span:nth-child(even) { color: var(--orange); }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ---------- Sections ---------- */
.section { padding: 92px 0; }
.section--alt { background: var(--bg-alt); }
.section__head { max-width: 640px; margin: 0 auto 54px; text-align: center; }
.eyebrow {
  display: inline-block; font-weight: 800; font-size: .8rem; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--orange); margin-bottom: .8rem;
}
.eyebrow--light { color: #ffd9b3; }
.section__head h2 {
  font-family: var(--display); font-weight: 800; letter-spacing: -1px;
  font-size: clamp(1.8rem, 3.6vw, 2.6rem); line-height: 1.12;
}
.section__head p { color: var(--muted); margin-top: 1rem; font-size: 1.08rem; }

/* Grids */
.grid { display: grid; gap: 22px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

/* Feature cards */
.feature {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s;
}
.feature:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.feature__icon {
  width: 56px; height: 56px; border-radius: 14px; background: var(--orange-soft);
  display: grid; place-items: center; font-size: 1.6rem; margin-bottom: 16px;
}
.feature h3 { font-family: var(--display); font-size: 1.2rem; margin-bottom: .5rem; }
.feature p { color: var(--muted); font-size: .96rem; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
.step {
  position: relative; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 34px 28px;
}
.step__num {
  font-family: var(--display); font-weight: 900; font-size: 2.4rem;
  color: var(--orange); display: block; margin-bottom: .4rem;
  -webkit-text-stroke: 1px var(--orange); color: transparent;
}
.step h3 { font-family: var(--display); font-size: 1.25rem; margin-bottom: .5rem; }
.step p { color: var(--muted); }
.step:not(:last-child)::after {
  content: "→"; position: absolute; right: -22px; top: 50%; transform: translateY(-50%);
  color: var(--orange); font-size: 1.6rem; font-weight: 700; z-index: 2;
}

/* Products */
.product {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; transition: transform .25s ease, box-shadow .25s ease;
}
.product:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product__media { height: 140px; display: grid; place-items: center; font-size: 3rem; background: var(--c, var(--orange-soft)); }
.product__body { padding: 18px 18px 20px; }
.product__cat {
  font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .8px;
  color: var(--orange-dark); background: var(--orange-soft); padding: .2rem .6rem; border-radius: 999px;
}
.product h3 { font-family: var(--display); font-size: 1.12rem; margin: .6rem 0 .2rem; }
.product__seller { font-size: .82rem; color: var(--muted); }
.product__foot { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; }
.price { font-family: var(--display); font-weight: 800; font-size: 1.2rem; color: var(--ink); }
.stars { font-size: .85rem; font-weight: 700; color: var(--orange-dark); }

/* Chips */
.chips { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.chips span {
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: .7rem 1.3rem; font-weight: 600; font-size: .95rem; color: var(--ink-2);
  transition: .2s; cursor: default;
}
.chips span:hover { background: var(--orange); color: #fff; border-color: var(--orange); transform: translateY(-3px); }

/* Quotes */
.quote {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px;
  display: flex; flex-direction: column; gap: 1.2rem;
}
.quote p { font-size: 1.05rem; color: var(--ink-2); }
.quote p::before { content: "\201C"; color: var(--orange); font-size: 2.4rem; font-family: var(--display); line-height: 0; vertical-align: -.4em; margin-right: .1em; }
.quote footer { display: flex; align-items: center; gap: 12px; }
.quote footer strong { display: block; font-size: .95rem; }
.quote footer small { color: var(--muted); }

/* Pricing */
.pricing { align-items: stretch; }
.plan {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px 30px; display: flex; flex-direction: column; position: relative;
}
.plan--featured { border-color: var(--orange); box-shadow: var(--shadow-orange); transform: translateY(-8px); }
.plan__badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--orange); color: #fff; font-weight: 700; font-size: .78rem;
  padding: .35rem 1rem; border-radius: 999px; box-shadow: var(--shadow-orange);
}
.plan h3 { font-family: var(--display); font-size: 1.3rem; }
.plan__price { font-family: var(--display); font-weight: 900; font-size: 2.6rem; margin: .3rem 0; }
.plan__price span { font-size: 1rem; font-weight: 600; color: var(--muted); }
.plan__tag { color: var(--muted); font-size: .92rem; margin-bottom: 1.2rem; }
.plan ul { display: flex; flex-direction: column; gap: .7rem; margin-bottom: 1.8rem; flex: 1; }
.plan li { font-size: .96rem; color: var(--ink-2); }
.plan li::first-letter { color: var(--orange); font-weight: 800; }

/* Join */
.join { background: var(--ink); color: #fff; padding: 92px 0; position: relative; overflow: hidden; }
.join::before {
  content: ""; position: absolute; inset: auto -10% -40% auto; width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(237,122,26,.5), transparent 65%); z-index: 0;
}
.join__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; position: relative; z-index: 1; }
.join__copy h2 { font-family: var(--display); font-weight: 800; font-size: clamp(1.9rem, 3.6vw, 2.7rem); line-height: 1.1; letter-spacing: -1px; }
.join__copy > p { color: #c9c0b4; margin: 1rem 0 1.6rem; font-size: 1.08rem; }
.join__perks { display: flex; flex-direction: column; gap: .7rem; }
.join__perks li { color: #e9e2d8; }
.join__perks li::first-letter { color: var(--orange); }

.join__form { background: #fff; color: var(--ink); border-radius: 22px; padding: 34px 30px; box-shadow: var(--shadow); }
.join__form h3 { font-family: var(--display); font-size: 1.4rem; margin-bottom: 1.2rem; }
.field { margin-bottom: 1rem; }
.field label { display: block; font-size: .85rem; font-weight: 600; margin-bottom: .35rem; color: var(--ink-2); }
.field input, .field select {
  width: 100%; padding: .8rem 1rem; border: 1.5px solid var(--line); border-radius: 12px;
  font-family: var(--font); font-size: .95rem; background: #fff; transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field select:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 4px rgba(237,122,26,.12); }
.join__fine { font-size: .78rem; color: var(--muted); margin-top: 1rem; text-align: center; }
.join__fine.error { color: #d9342b; }
.join__fine.success { color: #1f9d55; font-weight: 600; }

/* Footer */
.footer { background: #100c07; color: #d4cabb; padding: 72px 0 0; }
.footer__inner { display: grid; grid-template-columns: 1.4fr 2fr; gap: 50px; padding-bottom: 50px; }
.footer__brand p { margin: 1rem 0 1.4rem; max-width: 34ch; color: #a99e8e; }
.socials { display: flex; gap: 10px; }
.socials a {
  width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center;
  background: rgba(255,255,255,.07); color: #fff; font-weight: 700; transition: .2s;
}
.socials a:hover { background: var(--orange); transform: translateY(-3px); }
.footer__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer__cols h4 { font-family: var(--display); color: #fff; margin-bottom: 1rem; font-size: 1rem; }
.footer__cols a { display: block; color: #a99e8e; padding: .35rem 0; font-size: .93rem; transition: .2s; }
.footer__cols a:hover { color: var(--orange); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 22px 0; }
.footer__bottom .container { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .85rem; color: #8a7f6f; }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__visual { max-width: 540px; margin-inline: auto; width: 100%; }
  .lead { max-width: none; }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .footer__inner { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 760px) {
  .nav__links {
    position: fixed; inset: 0 0 0 auto; width: min(80%, 320px);
    background: #fff; flex-direction: column; align-items: stretch; justify-content: flex-start;
    padding: 90px 28px 40px; gap: 1.2rem; transform: translateX(100%);
    transition: transform .3s ease; box-shadow: var(--shadow); z-index: 40;
  }
  .nav__links.open { transform: translateX(0); }
  .nav__links .btn { width: 100%; }
  .lang { width: 100%; }
  .lang__btn { width: 100%; justify-content: center; }
  .lang__menu { left: 0; right: 0; width: 100%; }
  .nav__toggle { display: flex; z-index: 60; }
  .grid--3, .steps { grid-template-columns: 1fr; }
  .step:not(:last-child)::after { content: "↓"; right: 50%; top: auto; bottom: -22px; transform: translateX(50%); }
  .hero__stats { gap: 1.6rem; }
  .join__inner { grid-template-columns: 1fr; }
  .plan--featured { transform: none; }
  .footer__bottom .container { justify-content: center; text-align: center; }
}
@media (max-width: 480px) {
  .grid--4 { grid-template-columns: 1fr; }
  .footer__cols { grid-template-columns: repeat(2, 1fr); }
  .hero__stats strong { font-size: 1.5rem; }
  .hero__badge { display: none; }
}

/* ============================================================
   Arise & Advance homepage components (index.html)
   ============================================================ */

/* ---------- Hero (full-bleed background) ---------- */
.hero { position: relative; padding: 0; overflow: hidden; min-height: 92vh; display: flex; align-items: center; color: #fff; }
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero__overlay { position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(115deg, rgba(15,10,5,.90) 0%, rgba(15,10,5,.62) 46%, rgba(201,98,12,.44) 100%); }
.hero__inner { position: relative; z-index: 2; display: block; padding: 130px 0; }
.hero__content { max-width: 720px; }
.hero .pill { background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.28); color: #fff; }
.hero h1 { font-family: var(--display); font-size: clamp(2.8rem, 7.5vw, 5.4rem); font-weight: 900;
  line-height: .98; letter-spacing: -1.5px; color: #fff; margin: .6rem 0; }
.hero .amp { color: var(--orange); }
.hero__sub { font-family: var(--display); font-weight: 700; font-size: clamp(1.05rem, 2.4vw, 1.5rem); color: var(--orange-soft); }
.hero__lead { font-size: clamp(1rem, 1.6vw, 1.18rem); color: rgba(255,255,255,.9); max-width: 620px; margin: 1.1rem 0 1.9rem; }
.hero__scripture { margin-top: 2.2rem; padding-left: 1.2rem; border-left: 3px solid var(--orange);
  font-style: italic; color: rgba(255,255,255,.86); max-width: 560px; }
.hero__scripture cite { display: block; margin-top: .5rem; font-style: normal; font-weight: 700; color: var(--orange-soft); font-size: .9rem; }

/* ---------- Stats band ---------- */
.stats { background: var(--ink); }
.stats__inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.08); }
.stat { background: var(--ink); padding: 34px 20px; text-align: center; }
.stat__num { font-family: var(--display); font-weight: 900; font-size: clamp(2rem, 4vw, 2.8rem); color: var(--orange); line-height: 1; }
.stat__label { margin-top: .5rem; font-size: .9rem; color: rgba(255,255,255,.72); }

/* ---------- Section heads + variants ---------- */
.sec-head { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.sec-head h2 { font-family: var(--display); font-weight: 800; font-size: clamp(1.8rem, 3.6vw, 2.6rem); line-height: 1.12; letter-spacing: -.5px; }
.sec-head p { color: var(--muted); margin-top: .9rem; font-size: 1.05rem; }
.eyebrow--center { display: block; text-align: center; }
.section--cream { background: var(--bg-alt); }
.section--ink { background: var(--ink); color: #fff; }
.section--ink h2, .section--ink h3, .section--ink h4 { color: #fff; }
.section--ink .sec-head p { color: rgba(255,255,255,.75); }

/* ---------- Cards (offers) ---------- */
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px;
  box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .25s ease; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card__icon { font-size: 1.7rem; width: 60px; height: 60px; display: grid; place-items: center;
  background: var(--orange-soft); border-radius: 14px; margin-bottom: 16px; }
.card h3 { font-family: var(--display); font-size: 1.15rem; margin-bottom: .5rem; }
.card p { color: var(--muted); font-size: .95rem; }

/* ---------- Split sections ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.split--reverse .split__media { order: 2; }
.split__media { position: relative; }
.split__media img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; }
.badge-float { position: absolute; bottom: -22px; right: -14px; background: #fff; border: 1px solid var(--line);
  box-shadow: var(--shadow); border-radius: 14px; padding: 14px 18px; }
.badge-float strong { display: block; font-family: var(--display); color: var(--orange); font-size: 1.1rem; }
.badge-float span { font-size: .82rem; color: var(--muted); }
.split__body h2 { font-family: var(--display); font-weight: 800; font-size: clamp(1.6rem, 3vw, 2.2rem); margin: .4rem 0 1rem; }
.split__body > p { color: var(--muted); margin-bottom: 1rem; }
.split__list { display: grid; gap: .7rem; margin: 1.2rem 0; }
.split__list li { position: relative; padding-left: 1.8rem; color: var(--ink-2); }
.split__list li::before { content: "\2713"; position: absolute; left: 0; top: 0; color: var(--orange); font-weight: 800; }

/* ---------- Vision / Mission / Values ---------- */
.vm { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-bottom: 40px; }
.vm__card { background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--orange);
  border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); }
.vm__card p { font-size: 1.08rem; color: var(--ink-2); font-style: italic; margin-top: .6rem; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value { padding: 24px; border-radius: var(--radius); background: var(--bg-alt); border: 1px solid var(--line); }
.value__n { font-family: var(--display); font-weight: 900; color: var(--orange); font-size: 1.4rem; }
.value h4 { font-size: 1.05rem; margin: .3rem 0 .4rem; }
.value p { color: var(--muted); font-size: .92rem; }

/* ---------- Founder ---------- */
.founder { display: grid; grid-template-columns: .85fr 1.15fr; gap: 54px; align-items: center; }
.founder__media { position: relative; }
.founder__media img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; }
.founder__tag { position: absolute; bottom: -20px; left: -14px; background: var(--ink); color: #fff;
  border-radius: 14px; padding: 14px 18px; box-shadow: var(--shadow); }
.founder__tag strong { display: block; font-family: var(--display); }
.founder__tag span { font-size: .8rem; color: var(--orange-soft); }
.founder__body h2 { font-family: var(--display); font-weight: 800; font-size: clamp(1.7rem, 3vw, 2.3rem); margin: .4rem 0 .2rem; }
.founder__role { color: var(--orange-dark); font-weight: 700; margin-bottom: 1rem; }
.founder__body p { color: var(--muted); margin-bottom: .9rem; }

/* ---------- Leadership ---------- */
.leaders { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.leader { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--orange);
  border-radius: 14px; padding: 20px 22px; box-shadow: var(--shadow-sm); }
.leader strong { display: block; font-family: var(--display); font-size: 1.02rem; }
.leader span { color: var(--muted); font-size: .86rem; }

/* ---------- Membership tiers ---------- */
.tiers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.tier { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 24px; box-shadow: var(--shadow-sm); }
.tier--feat { border-color: var(--orange); box-shadow: var(--shadow-orange); transform: translateY(-8px); }
.tier__badge { position: absolute; top: -12px; left: 24px; background: var(--orange); color: #fff;
  font-size: .72rem; font-weight: 700; padding: 4px 12px; border-radius: 999px; text-transform: uppercase; letter-spacing: .05em; }
.tier__step { font-family: var(--display); font-weight: 900; font-size: 1.6rem; color: var(--orange); }
.tier h3 { font-family: var(--display); font-size: 1.2rem; margin: .3rem 0 .5rem; }
.tier p { color: var(--muted); font-size: .92rem; }

/* ---------- Business Empowerment Fund (on --ink) ---------- */
.fund-quote { text-align: center; font-family: var(--display); font-style: italic;
  font-size: clamp(1.3rem, 2.6vw, 1.9rem); color: var(--orange-soft); max-width: 780px; margin: 0 auto 44px; }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 60px; }
.pillar { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 30px 26px; }
.pillar__amt { font-family: var(--display); font-weight: 900; font-size: 1.8rem; color: var(--orange); }
.pillar h3 { margin: .4rem 0 .5rem; font-family: var(--display); }
.pillar p { color: rgba(255,255,255,.72); font-size: .94rem; }
.fund-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fstep { text-align: center; }
.fstep__n { width: 52px; height: 52px; margin: 0 auto 14px; display: grid; place-items: center; border-radius: 50%;
  background: var(--orange); color: #fff; font-family: var(--display); font-weight: 900; font-size: 1.3rem; }
.fstep h4 { font-family: var(--display); margin-bottom: .4rem; }
.fstep p { color: rgba(255,255,255,.72); font-size: .9rem; }
.fund-elig { max-width: 780px; margin: 50px auto 0; display: grid; gap: .7rem; }
.fund-elig li { position: relative; padding-left: 1.8rem; color: rgba(255,255,255,.85); }
.fund-elig li::before { content: "\2713"; position: absolute; left: 0; color: var(--orange); font-weight: 800; }

/* ---------- Marketplace categories ---------- */
.mkt-cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.mkt-cat { display: block; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 24px; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .25s ease, border-color .2s ease; }
.mkt-cat:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--orange); }
.mkt-cat__icon { font-size: 2rem; margin-bottom: 12px; }
.mkt-cat h3 { font-family: var(--display); font-size: 1.1rem; margin-bottom: .4rem; }
.mkt-cat p { color: var(--muted); font-size: .9rem; }

/* ---------- Member spotlight (on --ink) ---------- */
.spotlight-quote { max-width: 820px; margin: 0 auto; font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  font-style: italic; text-align: center; color: #fff; line-height: 1.6; }
.spotlight-quote cite { display: block; margin-top: 1rem; font-style: normal; font-weight: 700; color: var(--orange); font-size: .95rem; }
.spotlight-tmpl { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 720px; margin: 34px auto 0; }
.spotlight-tmpl li { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px; padding: 8px 16px; font-size: .85rem; color: rgba(255,255,255,.85); }

/* ---------- Gallery + lightbox ---------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 14px; }
.gallery__item { overflow: hidden; border-radius: 14px; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; cursor: pointer; }
.gallery__item:hover img { transform: scale(1.06); }
.gallery__item.wide { grid-column: span 2; }
.gallery__item.tall { grid-row: span 2; }
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(0,0,0,.9);
  display: flex; align-items: center; justify-content: center; padding: 30px; }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 92%; max-height: 88%; border-radius: 10px; }
.lightbox__close { position: absolute; top: 20px; right: 26px; background: none; border: 0; color: #fff; font-size: 2.4rem; cursor: pointer; line-height: 1; }

/* ---------- Contact ---------- */
.contact { display: grid; grid-template-columns: 1fr 1.1fr; gap: 44px; }
.contact__details { display: grid; gap: 20px; align-content: start; }
.cdetail { display: flex; gap: 14px; align-items: flex-start; }
.cdetail__ic { font-size: 1.3rem; width: 46px; height: 46px; display: grid; place-items: center;
  background: var(--orange-soft); border-radius: 12px; flex: none; }
.cdetail strong { display: block; font-family: var(--display); }
.cdetail a, .cdetail span { color: var(--muted); }
.contact__socials { display: flex; gap: 12px; margin-top: 6px; }
.contact__socials a, .footer__socials a { width: 40px; height: 40px; display: grid; place-items: center;
  border-radius: 50%; background: var(--orange-soft); color: var(--orange-dark); font-weight: 700; transition: .2s; }
.contact__socials a:hover, .footer__socials a:hover { background: var(--orange); color: #fff; }
.cform { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow-sm); }
.cform h3 { font-family: var(--display); margin-bottom: 1rem; }
.cform .field textarea { width: 100%; padding: .7rem .9rem; border: 1px solid var(--line); border-radius: 10px;
  font-family: var(--font); font-size: .95rem; resize: vertical; }
.cform .field textarea:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 4px rgba(237,122,26,.12); }
.cform__msg { margin-top: .8rem; font-size: .9rem; font-weight: 600; }

/* ---------- Footer top + buttons + nav active ---------- */
.footer__top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; }
.footer__brand img { height: 54px; margin-bottom: 14px; }
.footer__tag { font-family: var(--display); color: var(--orange); font-weight: 700; margin-bottom: .5rem; }
.footer__brand p { color: rgba(255,255,255,.6); font-size: .9rem; }
.footer__socials { display: flex; gap: 10px; margin-top: 14px; }
.footer__top h4 { font-family: var(--display); color: #fff; margin-bottom: 14px; font-size: 1rem; }
.footer__top a { display: block; color: rgba(255,255,255,.62); padding: 5px 0; font-size: .92rem; transition: .2s; }
.footer__top a:hover { color: var(--orange); }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { background: var(--orange-soft); color: var(--orange-dark); transform: translateY(-2px); }
.nav__links > a.active { color: var(--ink); }
.nav__links > a.active::after { width: 100%; }

/* ---------- Responsive (homepage components) ---------- */
@media (max-width: 980px) {
  .split, .founder, .contact { grid-template-columns: 1fr; gap: 40px; }
  .split--reverse .split__media { order: 0; }
  .vm, .cols-3, .cols-2, .values, .leaders, .tiers, .pillars, .fund-steps, .mkt-cats { grid-template-columns: repeat(2, 1fr); }
  .stats__inner, .gallery { grid-template-columns: repeat(2, 1fr); }
  .tier--feat { transform: none; }
  .badge-float, .founder__tag { position: static; margin-top: 14px; display: inline-block; bottom: auto; left: auto; right: auto; }
  .hero__inner { padding: 110px 0; }
}
@media (max-width: 600px) {
  .cols-3, .cols-2, .values, .leaders, .tiers, .pillars, .fund-steps, .mkt-cats, .vm { grid-template-columns: 1fr; }
  .stats__inner { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; }
  .gallery__item.wide { grid-column: span 2; }
  .hero { min-height: 86vh; }
}
