:root {
  --black: #04070d;
  --ink: #08111f;
  --ink-2: #0c1728;
  --panel: #101d31;
  --panel-2: #13243a;
  --line: rgba(177, 206, 255, 0.16);
  --white: #ffffff;
  --text: #f4f8ff;
  --muted: #9fb0c7;
  --muted-2: #c8d4e4;
  --gold: #f5b93f;
  --gold-2: #ffe29a;
  --blue: #38a8ff;
  --blue-2: #7fd7ff;
  --green: #1fe3a0;
  --danger: #fff2cf;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
  --shadow-soft: 0 18px 50px rgba(0, 0, 0, 0.24);
  --radius: 18px;
  --radius-sm: 12px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    linear-gradient(115deg, rgba(56,168,255,0.10), transparent 28rem),
    linear-gradient(245deg, rgba(245,185,63,0.10), transparent 34rem),
    var(--black);
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; }
svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px clamp(18px, 4vw, 64px);
  background: rgba(4, 7, 13, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
}
.brand span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0e2038, #08111f);
  border: 1px solid rgba(245,185,63,0.35);
  color: var(--gold);
  font-size: 13px;
  box-shadow: 0 0 30px rgba(245,185,63,0.16);
}
.image-brand {
  width: auto;
  max-width: 132px;
}
.image-brand img {
  display: block;
  width: clamp(82px, 9vw, 116px);
  height: auto;
  border-radius: 12px;
}
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a {
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--muted-2);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}
.site-nav a:hover,
.site-nav a.active {
  background: rgba(255,255,255,0.08);
  color: var(--white);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.09);
}
.nav-toggle { display: none; }

.hero,
.page-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(135deg, #050910 0%, #091423 44%, #0f2239 100%);
  background-size: 54px 54px, 54px 54px, auto;
  color: var(--white);
  padding: clamp(70px, 9vw, 128px) clamp(18px, 5vw, 76px);
}
.hero:after,
.page-hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 140px;
  background: linear-gradient(180deg, transparent, var(--black));
  pointer-events: none;
}
.premium-hero,
.split {
  min-height: 740px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(350px, 1fr);
  align-items: center;
  gap: clamp(34px, 6vw, 86px);
}
.page-hero.split.capture-hero,
.ai-capture-hero {
  grid-template-columns: minmax(0, .9fr) minmax(260px, .62fr) minmax(320px, 450px);
}
.hero-copy,
.page-hero > div,
.page-hero > aside {
  position: relative;
  z-index: 1;
}
.section-kicker {
  margin: 0 0 16px;
  color: var(--blue-2);
  font-size: 12px !important;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.section .section-kicker { color: var(--gold); }
.hero h1,
.page-hero h1 {
  max-width: 980px;
  margin: 0 0 24px;
  font-size: clamp(46px, 7.4vw, 92px);
  line-height: .94;
  letter-spacing: 0;
}
.page-hero h1 { font-size: clamp(42px, 5.8vw, 74px); }
.hero p,
.page-hero p {
  max-width: 780px;
  margin: 0;
  color: var(--muted-2);
  font-size: clamp(18px, 2vw, 23px);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 14px 24px;
  border: 0;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 950;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.btn:hover { transform: translateY(-2px); }
.btn.primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #1a1203;
  box-shadow: 0 18px 44px rgba(245,185,63,0.26), 0 0 0 1px rgba(255,255,255,0.12) inset;
}
.btn.secondary {
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  color: #03111e;
  box-shadow: 0 18px 44px rgba(56,168,255,0.24), 0 0 0 1px rgba(255,255,255,0.14) inset;
}
.btn.ghost {
  color: var(--white);
  border: 1px solid rgba(177,206,255,0.24);
  background: rgba(255,255,255,0.055);
}
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}
.trust-strip span,
.micro-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #e8f3ff;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(177,206,255,0.15);
  font-size: 13px;
  font-weight: 850;
}
.trust-strip svg { color: var(--gold); }

.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
}
.social-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(177,206,255,0.18);
  border-radius: 14px;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.10), rgba(255,255,255,0.035)),
    #08111f;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(0,0,0,0.22);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}
.social-icon.facebook { color: #1877f2; }
.social-icon.youtube { color: #ff3131; }
.social-icon.linkedin { color: #37a9ff; }
.social-icon.tiktok { color: #ffffff; }
.social-icon.beacons { color: var(--gold-2); }
.social-icon:hover {
  transform: translateY(-2px);
  border-color: rgba(245,185,63,0.48);
  background:
    linear-gradient(135deg, rgba(245,185,63,0.20), rgba(56,168,255,0.14)),
    #08111f;
}
.brand-social-svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  stroke: none;
}
.large-social-icons {
  gap: 14px;
}
.large-social-icons .social-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
}
.large-social-icons .brand-social-svg {
  width: 28px;
  height: 28px;
}
.centered-social-icons {
  justify-content: center;
}
.contact-social-icons {
  margin-top: 30px;
}
.connect-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
  background:
    radial-gradient(circle at 82% 18%, rgba(56,168,255,0.14), transparent 24rem),
    linear-gradient(135deg, #07101d, #0b1728);
  border-block: 1px solid var(--line);
}
.connect-section p {
  max-width: 780px;
  color: var(--muted-2);
}
.follow-simon-section {
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(245,185,63,0.12), transparent 26rem),
    #050910;
}
.follow-simon-section .section-head {
  margin-inline: auto;
}
.social-topic-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 28px;
  max-width: 980px;
}
.social-topic-grid span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(245,185,63,0.18);
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  color: #f2e7ce;
  font-weight: 850;
}
.social-topic-grid svg {
  color: var(--gold);
}

.visual-panel {
  position: relative;
  min-height: 490px;
  border: 1px solid rgba(177,206,255,0.2);
  border-radius: 30px;
  background:
    linear-gradient(150deg, rgba(255,255,255,0.13), rgba(255,255,255,0.045)),
    linear-gradient(135deg, rgba(56,168,255,0.12), rgba(245,185,63,0.08)),
    #07101d;
  box-shadow: var(--shadow), 0 0 80px rgba(56,168,255,0.10);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.asset-panel {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(177,206,255,0.2);
  border-radius: 30px;
  background: #07101d;
  box-shadow: var(--shadow), 0 0 80px rgba(56,168,255,0.10);
}
.asset-panel img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  max-height: 680px;
  object-fit: cover;
}
.hero-freedom img,
.ai-finance-media img,
.finance-education-media img,
.media-showcase img {
  object-fit: contain;
  background: #050910;
}
.hero-freedom img {
  max-height: 620px;
}
.ai-finance-media img {
  max-height: 620px;
}
.finance-education-media .asset-panel img {
  max-height: 560px;
}
.media-showcase .asset-panel img {
  max-height: 720px;
}
.asset-panel figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 14px;
  background: rgba(4, 7, 13, 0.72);
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 950;
  backdrop-filter: blur(10px);
}
.hero-media {
  min-height: 460px;
}
.ai-finance-media {
  align-self: center;
}
.profile-photo-panel {
  max-width: 520px;
  justify-self: center;
  padding: clamp(24px, 4vw, 42px);
}
.profile-photo-panel img {
  width: min(100%, 380px);
  min-height: 300px;
  max-height: 430px;
  object-fit: contain;
  border-radius: 50%;
  background: transparent;
  margin: 0 auto;
}
.single-feature {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}
.logo-feature {
  display: grid;
  place-items: center;
  padding: 30px;
}
.logo-feature img {
  object-fit: contain;
  min-height: 280px;
}
.media-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}
.media-showcase {
  background: #050910;
}
.premium-traffic-hero {
  grid-template-columns: minmax(0, .86fr) minmax(300px, .82fr) minmax(320px, 430px);
}
.premium-traffic-hero h1 {
  max-width: 780px;
}
.mrx-hero-image,
.mrx-feature-image,
.mrx-wide-image {
  background:
    linear-gradient(145deg, rgba(31,227,160,0.08), rgba(245,185,63,0.08)),
    #03060b;
}
.mrx-hero-image img,
.mrx-feature-image img,
.mrx-wide-image img {
  object-fit: contain;
  background: #03060b;
}
.mrx-hero-image img {
  max-height: 720px;
}
.mrx-feature-image img {
  max-height: 700px;
}
.traffic-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.split-panel {
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.traffic-feature {
  background:
    radial-gradient(circle at 12% 20%, rgba(31,227,160,0.12), transparent 28rem),
    linear-gradient(135deg, #07101d, #0b1728);
}
.traffic-audience {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.traffic-promo {
  background:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px),
    #050910;
  background-size: 46px 46px, 46px 46px, auto;
}
.traffic-promo-panel {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(0, .62fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}
.traffic-promo-panel h3 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.06;
}
.traffic-promo-panel p {
  color: var(--muted-2);
  font-size: 18px;
}
.traffic-final-cta {
  background:
    radial-gradient(circle at 80% 18%, rgba(31,227,160,0.16), transparent 28rem),
    linear-gradient(135deg, #050910, #12243b);
}
.traffic-thank-you {
  display: block;
  text-align: center;
  padding-top: clamp(56px, 7vw, 96px);
}
.traffic-thank-you h1,
.traffic-thank-you p {
  margin-left: auto;
  margin-right: auto;
}
.thank-you-mrx-image {
  width: min(100%, 760px);
  margin: 34px auto 30px;
  border-radius: 24px;
}
.thank-you-mrx-image img {
  min-height: 0;
  max-height: 560px;
  object-fit: contain;
  background: #03060b;
}
.traffic-benefit-boxes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1040px;
  margin: 30px auto 0;
  text-align: left;
}
.traffic-benefit-boxes article {
  border: 1px solid rgba(245,185,63,0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.10), rgba(255,255,255,0.045)),
    #08111f;
  padding: 24px;
  box-shadow: var(--shadow-soft);
}
.traffic-benefit-boxes h3 {
  margin: 0 0 8px;
  color: var(--white);
  line-height: 1.12;
}
.traffic-benefit-boxes p {
  margin: 0;
  color: var(--muted-2);
  font-size: 15px;
}
.urgency-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 980px;
  margin: 28px auto 0;
  padding: 17px 22px;
  border: 1px solid rgba(245,185,63,0.34);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(245,185,63,0.18), rgba(31,227,160,0.08)),
    rgba(255,255,255,0.055);
  color: #fff1c7;
  box-shadow: 0 18px 50px rgba(245,185,63,0.12);
}
.urgency-banner strong {
  color: var(--gold-2);
}
.testimonial-strip {
  max-width: 860px;
  margin: 24px auto 0;
  padding: 24px;
  border-left: 4px solid var(--gold);
  border-radius: 18px;
  background: rgba(255,255,255,0.065);
  text-align: left;
}
.testimonial-strip p {
  max-width: none;
  margin: 0 0 10px;
  color: #eef6ff;
  font-size: 18px;
  font-weight: 750;
}
.testimonial-strip strong {
  color: var(--gold-2);
}
.traffic-main-button {
  min-height: 68px;
  padding: 20px 34px;
  font-size: 18px;
  box-shadow:
    0 24px 60px rgba(245,185,63,0.34),
    0 0 0 1px rgba(255,255,255,0.16) inset;
}
.guide-thank-you {
  text-align: center;
}
.guide-thank-you h1,
.guide-thank-you p {
  margin-left: auto;
  margin-right: auto;
}
.download-action {
  justify-content: center;
}
.guide-download-button {
  min-height: 72px;
  padding: 22px 36px;
  font-size: clamp(17px, 2.2vw, 21px);
  box-shadow:
    0 26px 68px rgba(245,185,63,0.36),
    0 0 0 1px rgba(255,255,255,0.18) inset;
}
.while-here {
  max-width: 760px;
  margin: 36px auto 0;
  padding-top: 26px;
  border-top: 1px solid rgba(177,206,255,0.18);
}
.while-here h2 {
  margin-bottom: 16px;
  font-size: clamp(24px, 3vw, 34px);
}
.while-here .hero-actions {
  justify-content: center;
}
.free-resources-hub {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  background:
    radial-gradient(circle at 80% 18%, rgba(245,185,63,0.14), transparent 26rem),
    linear-gradient(135deg, #07101d, #0d1a2d);
  border-block: 1px solid var(--line);
}
.free-resources-hub h2 {
  max-width: 760px;
}
.free-resources-hub .form-card h3 {
  margin: 0 0 8px;
  color: var(--white);
  font-size: 28px;
  line-height: 1.08;
}
.resource-hub-image img {
  object-fit: contain;
  background: #050910;
  min-height: 260px;
  max-height: 360px;
}
.video-section {
  background:
    radial-gradient(circle at 82% 12%, rgba(255,49,49,0.14), transparent 22rem),
    radial-gradient(circle at 18% 0%, rgba(56,168,255,0.16), transparent 26rem),
    #050910;
}
.video-wrap,
.video-frame {
  position: relative;
  overflow: hidden;
  width: min(100%, 1120px);
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(177,206,255,0.2);
  border-radius: 30px;
  background: #000;
  box-shadow: var(--shadow);
}
.video-wrap iframe,
.video-frame video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.testimonials {
  background:
    radial-gradient(circle at 20% 0%, rgba(245,185,63,0.14), transparent 26rem),
    radial-gradient(circle at 86% 16%, rgba(56,168,255,0.14), transparent 24rem),
    #060b13;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.testimonial-card {
  position: relative;
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 280px;
  padding: 28px;
  border: 1px solid rgba(177,206,255,0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.09), rgba(255,255,255,0.025)),
    linear-gradient(135deg, rgba(245,185,63,0.08), rgba(56,168,255,0.06)),
    #08111f;
  box-shadow: var(--shadow-soft);
}
.testimonial-card .quote-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: var(--gold-2);
  background: rgba(245,185,63,0.12);
  border: 1px solid rgba(245,185,63,0.24);
}
.testimonial-card h3 {
  margin: 0;
  color: var(--white);
  font-size: 25px;
  line-height: 1.1;
}
.testimonial-card p {
  margin: 0;
  color: var(--muted-2);
  font-size: 17px;
}
.testimonial-card strong {
  align-self: end;
  margin-top: 8px;
  color: var(--gold-2);
  font-size: 14px;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.telegram-thank-you-invite {
  max-width: 880px;
  margin: 30px auto 0;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(127,215,255,0.24);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(56,168,255,0.14), rgba(245,185,63,0.09)),
    rgba(7,16,29,0.82);
  box-shadow: var(--shadow-soft);
}
.telegram-thank-you-invite h2 {
  margin: 0 0 10px;
}
.telegram-thank-you-invite p {
  margin-inline: auto;
}
.telegram-thank-you-invite .hero-actions {
  justify-content: center;
}
.aimatrix-lead-card {
  margin: 28px 0 18px;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(245,185,63,0.24);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(245,185,63,0.13), rgba(56,168,255,0.08)),
    rgba(7,16,29,0.84);
  box-shadow: var(--shadow-soft);
}
.aimatrix-lead-card .section-kicker {
  margin-bottom: 14px;
}
.aimatrix-telegram-invite {
  margin: 18px 0 22px;
  max-width: none;
}
.aimatrix-telegram-invite h2 {
  font-size: clamp(24px, 3vw, 34px);
}
.aimatrix-telegram-invite .hero-actions {
  justify-content: flex-start;
}
.telegram-cta {
  background:
    radial-gradient(circle at 14% 16%, rgba(56,168,255,0.18), transparent 24rem),
    radial-gradient(circle at 88% 10%, rgba(245,185,63,0.16), transparent 22rem),
    #050910;
}
.home-telegram-cta {
  padding-top: 42px;
}
.finance-telegram-cta {
  padding-top: clamp(42px, 6vw, 76px);
  padding-bottom: clamp(42px, 6vw, 76px);
}
.telegram-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(20px, 4vw, 36px);
  align-items: center;
  border: 1px solid rgba(127,215,255,0.26);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(56,168,255,0.14), rgba(245,185,63,0.09)),
    linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025)),
    #07101d;
  padding: clamp(24px, 4vw, 42px);
  box-shadow: var(--shadow);
}
.telegram-icon {
  display: inline-grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 24px;
  color: var(--blue-2);
  background: linear-gradient(135deg, rgba(56,168,255,0.2), rgba(245,185,63,0.12));
  border: 1px solid rgba(127,215,255,0.28);
  box-shadow: 0 0 42px rgba(56,168,255,0.18);
}
.telegram-icon svg {
  width: 34px;
  height: 34px;
}
.telegram-copy h2 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
}
.telegram-copy p {
  max-width: 820px;
  margin: 0;
  color: var(--muted-2);
  font-size: 18px;
}
.telegram-note {
  margin-top: 14px !important;
  color: var(--gold-2) !important;
  font-weight: 850;
}
.telegram-button {
  white-space: nowrap;
  box-shadow: 0 18px 44px rgba(245,185,63,0.22);
}
.about-story {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.about-story.reverse {
  grid-template-columns: .82fr 1.18fr;
}
.story-card,
.philosophy-grid p {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.085), rgba(255,255,255,0.035)),
    #08111f;
  padding: 28px;
  box-shadow: var(--shadow-soft);
}
.story-card {
  display: grid;
  gap: 12px;
}
.story-card strong {
  color: var(--white);
  font-size: 24px;
  line-height: 1.15;
}
.story-card p {
  color: var(--muted-2);
  margin: 0;
}
.about-feature-grid article,
.about-resource-grid article {
  min-height: 210px;
}
.about-resource-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.about-learning-list {
  align-self: stretch;
}
.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 1080px;
}
.philosophy-grid p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #f2e7ce;
  font-weight: 850;
}
.philosophy-grid svg {
  color: var(--gold);
  flex: 0 0 auto;
}
.visual-panel:before {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 24px;
  background:
    linear-gradient(rgba(127,215,255,0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(127,215,255,0.09) 1px, transparent 1px);
  background-size: 32px 32px;
}
.visual-panel:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(56,168,255,0.22), transparent 34%, rgba(245,185,63,0.14));
  mix-blend-mode: screen;
  pointer-events: none;
}
.orbital-grid { display: none; }
.visual-card {
  position: absolute;
  z-index: 1;
  left: 34px;
  right: 34px;
  top: 34px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(177,206,255,0.22);
  border-radius: 22px;
  background: rgba(5, 12, 23, 0.76);
  box-shadow: 0 16px 42px rgba(0,0,0,0.26);
}
.visual-card strong {
  display: block;
  color: var(--white);
  font-size: 22px;
}
.visual-card small {
  display: block;
  color: var(--muted);
  font-weight: 800;
}
.visual-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--blue), var(--gold));
  color: var(--white);
  box-shadow: 0 0 38px rgba(56,168,255,0.25);
}
.visual-icon svg { width: 32px; height: 32px; }
.mini-chart {
  position: absolute;
  z-index: 1;
  left: 44px;
  right: 44px;
  top: 180px;
  height: 148px;
  display: flex;
  align-items: flex-end;
  gap: 13px;
}
.mini-chart span {
  flex: 1;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(180deg, rgba(56,168,255,1), rgba(56,168,255,0.16));
  box-shadow: 0 0 24px rgba(56,168,255,0.16);
}
.mini-chart span:nth-child(1) { height: 40%; }
.mini-chart span:nth-child(2) { height: 58%; background: linear-gradient(180deg, rgba(245,185,63,1), rgba(245,185,63,0.14)); }
.mini-chart span:nth-child(3) { height: 74%; }
.mini-chart span:nth-child(4) { height: 52%; background: linear-gradient(180deg, rgba(31,227,160,1), rgba(31,227,160,0.14)); }
.mini-chart span:nth-child(5) { height: 92%; }
.workflow-stack {
  position: absolute;
  z-index: 1;
  left: 34px;
  right: 34px;
  bottom: 34px;
  display: grid;
  gap: 10px;
}
.workflow-stack div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.085);
  border: 1px solid rgba(177,206,255,0.12);
  color: #dce9f8;
  font-weight: 900;
}
.workflow-stack b { color: var(--gold-2); }

.section {
  padding: clamp(58px, 7.5vw, 104px) clamp(18px, 5vw, 76px);
  background: var(--black);
}
.section:nth-of-type(even) {
  background: linear-gradient(135deg, #07101d, #0a1423);
}
.section-head {
  max-width: 900px;
  margin: 0 0 38px;
}
.section-head h2,
.section h2 {
  margin: 0 0 16px;
  color: var(--white);
  font-size: clamp(32px, 4.8vw, 56px);
  line-height: 1.02;
  letter-spacing: 0;
}
.section-head p,
.section > p,
.wide,
.legal p {
  max-width: 900px;
  color: var(--muted-2);
  font-size: 18px;
}
.intro-grid,
.card-grid,
.tool-list,
.stats,
.process-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.intro-grid article,
.card-grid article,
.tool-list article,
.stats article,
.profile-card,
.process-flow article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.085), rgba(255,255,255,0.035)),
    #08111f;
  padding: 28px;
  box-shadow: var(--shadow-soft);
}
.feature-cards article {
  min-height: 290px;
  display: flex;
  flex-direction: column;
}
.feature-cards article a,
.intro-grid article a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--gold-2);
  font-weight: 950;
  text-decoration: none;
}
.icon,
.tool-icon {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 16px;
  color: var(--white);
  background: linear-gradient(135deg, rgba(56,168,255,0.92), rgba(245,185,63,0.9));
  box-shadow: 0 0 38px rgba(56,168,255,0.16);
}
.icon svg,
.tool-icon svg { width: 25px; height: 25px; }
.card-grid h3,
.intro-grid h2,
.tool-list h2 {
  margin: 0 0 10px;
  color: var(--white);
  line-height: 1.14;
}
.card-grid p,
.intro-grid p,
.tool-list p {
  color: var(--muted-2);
  margin: 0;
}

.process-section {
  background:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),
    #060b13;
  background-size: 48px 48px, 48px 48px, auto;
  border-block: 1px solid var(--line);
}
.process-flow { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.process-flow article {
  min-height: 230px;
  position: relative;
}
.process-flow article span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--blue));
  color: #03111e;
  font-weight: 950;
  margin-bottom: 20px;
}
.process-flow h3 { margin: 0 0 8px; color: var(--white); }
.process-flow p { margin: 0; color: var(--muted); }

.trust,
.form-band,
.media-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
  background: linear-gradient(135deg, #07101d, #0d1a2d);
}
.trust-list { display: grid; gap: 12px; }
.trust-list p,
.benefit-list p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 17px 18px;
  border-radius: 16px;
  background: rgba(255,255,255,0.065);
  border: 1px solid var(--line);
  font-weight: 900;
  color: #e8f3ff;
}
.trust-list svg,
.benefit-list svg { color: var(--gold); flex: 0 0 auto; }
.benefit-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  max-width: 720px;
}
.micro-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.form-card,
.education-panel {
  border: 1px solid rgba(177,206,255,0.22);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.14), rgba(255,255,255,0.055)),
    #08111f;
  box-shadow: var(--shadow), 0 0 70px rgba(56,168,255,0.12);
  backdrop-filter: blur(18px);
}
.form-card {
  padding: clamp(24px, 4vw, 36px);
  color: var(--white);
}
.premium-form-card {
  outline: 1px solid rgba(245,185,63,0.22);
}
.form-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--gold-2);
  background: rgba(245,185,63,0.09);
  border: 1px solid rgba(245,185,63,0.18);
  font-size: 13px;
  font-weight: 950;
}
.form-card h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.05;
}
.form-card p {
  margin: 0 0 20px;
  color: var(--muted-2);
  font-size: 15px;
}
.lead-form {
  display: grid;
  gap: 15px;
}
.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-size: 14px;
  font-weight: 950;
}
.lead-form input {
  width: 100%;
  min-height: 54px;
  padding: 13px 15px;
  border: 1px solid rgba(177,206,255,0.18);
  border-radius: 16px;
  background: rgba(3,6,11,0.66);
  color: var(--white);
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.45);
}
.lead-form input::placeholder {
  color: rgba(226,235,255,0.58);
}
.lead-form input:focus {
  outline: 3px solid rgba(56,168,255,0.28);
  border-color: var(--blue);
}
.form-note {
  font-size: 13px !important;
  color: var(--muted) !important;
}
.compact {
  grid-template-columns: 1fr 1.2fr auto;
  align-items: end;
}
.compact .form-note { grid-column: 1 / -1; }

.benefits .card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.resource-box,
.notice {
  background: linear-gradient(135deg, #0a1423, #07101d);
  border-block: 1px solid var(--line);
}
.notice {
  background: linear-gradient(135deg, rgba(245,185,63,0.15), rgba(56,168,255,0.08)), #07101d;
}
.notice h2 { color: var(--gold-2); }
.notice p { color: #f2e7ce; }
.media-band .visual-panel { min-height: 330px; }

.faq {
  background: #060b13;
}
.faq details {
  max-width: 980px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0;
  margin: 12px 0;
  background: rgba(255,255,255,0.055);
  box-shadow: 0 14px 34px rgba(0,0,0,0.2);
}
.faq summary {
  cursor: pointer;
  padding: 20px 22px;
  font-size: 18px;
  font-weight: 950;
  color: var(--white);
}
.faq p {
  max-width: 900px;
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted-2);
}
.tool-list { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.tool-list article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tool-list .btn { margin-top: auto; width: 100%; }
.resource-library-hero .visual-panel {
  min-height: 430px;
}
.resource-library-section {
  border-top: 1px solid var(--line);
}
.resource-library-section:nth-of-type(even) {
  background:
    radial-gradient(circle at 82% 12%, rgba(56,168,255,0.10), transparent 26rem),
    #050910;
}
.resource-tool-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.resource-tool-card {
  display: grid;
  grid-template-columns: 156px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.095), rgba(255,255,255,0.035)),
    #08111f;
  padding: 22px;
  box-shadow: var(--shadow-soft);
}
.tool-image-placeholder {
  display: grid;
  place-items: center;
  min-height: 156px;
  border: 1px solid rgba(245,185,63,0.22);
  border-radius: 18px;
  color: var(--gold-2);
  background:
    linear-gradient(135deg, rgba(245,185,63,0.14), rgba(56,168,255,0.12)),
    #050910;
}
.tool-image-placeholder svg {
  width: 54px;
  height: 54px;
}
.tool-card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.tool-card-body h3 {
  margin: 0 0 8px;
  color: var(--white);
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.06;
}
.tool-card-body p {
  margin: 0 0 16px;
  color: var(--muted-2);
}
.recommendation {
  display: grid;
  gap: 5px;
  width: 100%;
  margin: 0 0 18px;
  padding: 15px 16px;
  border: 1px solid rgba(245,185,63,0.18);
  border-radius: 14px;
  background: rgba(245,185,63,0.07);
}
.recommendation strong {
  color: var(--gold-2);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.recommendation span {
  color: #f2e7ce;
}
.resource-tool-card .btn {
  margin-top: auto;
}
.affiliate-disclaimer p {
  max-width: 980px;
  font-weight: 850;
}
.final-cta {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(135deg, #050910, #10233c);
  background-size: 50px 50px, 50px 50px, auto;
  color: var(--white);
  border-top: 1px solid var(--line);
}
.final-cta p { color: var(--muted-2); }
.final-cta .disclaimer-line {
  max-width: 900px;
  padding: 18px 20px;
  border: 1px solid rgba(245,185,63,0.22);
  border-radius: 16px;
  background: rgba(245,185,63,0.08);
  color: #fff0c8;
}
.admin-login { max-width: none; }
.dashboard-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.stats { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.stats span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 950;
}
.stats strong { font-size: 34px; color: var(--white); }
.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #08111f;
  box-shadow: var(--shadow-soft);
}
table { width: 100%; border-collapse: collapse; min-width: 780px; }
th,
td {
  padding: 14px 15px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  color: var(--muted-2);
}
th { background: rgba(255,255,255,0.065); color: var(--white); }
.profile-card {
  display: grid;
  gap: 10px;
}
.profile-card strong { font-size: 24px; color: var(--white); }
.profile-card p { color: var(--muted-2); margin: 0; }
.legal h2 { color: var(--white); }

.admin-nav-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 12px 0 22px;
  padding: 14px;
  border: 1px solid rgba(245,185,63,0.26);
  border-radius: 16px;
  background:
    radial-gradient(circle at 12% 0%, rgba(245,185,63,0.14), transparent 18rem),
    #07101d;
}
.admin-nav-preview a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 999px;
  background: rgba(255,255,255,0.07);
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
}
.admin-nav-list {
  display: grid;
  gap: 14px;
  margin-bottom: 30px;
}
.admin-nav-item {
  cursor: grab;
}
.admin-nav-item.is-dragging {
  opacity: .72;
  outline: 2px solid var(--gold-2);
}
.admin-nav-item.is-marked-for-delete {
  opacity: .58;
  border-color: rgba(255,108,108,0.55);
}
.admin-drag-handle {
  margin-right: 8px;
  padding: 6px 10px;
  border: 1px solid rgba(245,185,63,0.35);
  border-radius: 999px;
  background: rgba(245,185,63,0.12);
  color: var(--gold-2);
  font-weight: 950;
  cursor: grab;
}
.admin-save-bar,
.admin-nav-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 24px;
  padding: 14px;
  border: 1px solid rgba(245,185,63,0.22);
  border-radius: 14px;
  background: rgba(255,255,255,0.045);
}
.admin-save-bar strong {
  color: var(--white);
  font-size: 18px;
}
.admin-nav-actions {
  justify-content: flex-start;
  margin-top: -10px;
  margin-bottom: 34px;
}

.admin-image-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 220px);
  gap: 12px;
  align-items: end;
  padding: 14px;
  border: 1px solid rgba(177,206,255,0.16);
  border-radius: 8px;
  background: rgba(3,6,11,0.28);
}

.admin-image-field > label {
  grid-column: 1 / 2;
}

.admin-image-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.admin-image-tools span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.admin-upload-button,
.media-card-actions label {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.admin-upload-button input,
.media-card-actions input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.admin-image-preview {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #07101d;
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.78);
  font-size: 13px;
  text-align: center;
}

.admin-image-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.media-grid.compact {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  max-height: 68vh;
  overflow: auto;
}

.media-card {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(177,206,255,0.16);
  border-radius: 8px;
  background: rgba(3,6,11,0.48);
  color: var(--white);
}

.media-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
  background: #07101d;
}

.media-card h3,
.media-card p {
  margin: 0;
  overflow-wrap: anywhere;
}

.media-card h3 {
  font-size: 15px;
}

.media-card p,
.media-card small {
  color: var(--muted);
  font-weight: 800;
}

.media-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.media-card-actions form {
  margin: 0;
}

.media-select-card {
  border: 1px solid rgba(177,206,255,0.18);
  text-align: left;
  cursor: pointer;
}

.media-picker {
  width: min(920px, calc(100vw - 28px));
  border: 1px solid rgba(177,206,255,0.24);
  border-radius: 8px;
  padding: 18px;
  background: #0a1830;
  color: var(--white);
}

.media-picker::backdrop {
  background: rgba(0,0,0,0.64);
}

.media-picker form {
  display: grid;
  gap: 16px;
}

.media-picker-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.admin-remove-check {
  font-size: 13px;
  color: var(--muted-2);
}
.admin-delete-row {
  width: fit-content;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 34px;
  padding: 54px clamp(18px, 5vw, 76px);
  background: #03060b;
  color: var(--white);
  border-top: 1px solid var(--line);
}
.footer-logo { color: var(--white); }
.site-footer p { max-width: 540px; color: var(--muted); }
.footer-social-icons {
  margin-top: 18px;
}
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: start;
  justify-content: flex-end;
}
.site-footer a {
  color: #dce6e4;
  text-decoration: none;
  font-weight: 850;
}
.footer-social-strip {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.footer-social-strip span {
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.footer-strip-icons {
  justify-content: flex-end;
}

@media (max-width: 1120px) {
  .premium-hero,
  .split,
  .page-hero.split.capture-hero,
  .ai-capture-hero {
    grid-template-columns: 1fr;
  }
  .visual-panel { min-height: 430px; }
}

@media (max-width: 980px) {
  .nav-toggle {
    display: inline-flex;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--gold), var(--blue));
    color: #06101e;
    padding: 10px 14px;
    font-weight: 950;
  }
  .site-nav {
    position: absolute;
    top: 74px;
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #08111f;
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .trust,
  .form-band,
  .media-band,
  .about-story,
  .about-story.reverse {
    grid-template-columns: 1fr;
  }
  .intro-grid,
  .card-grid,
  .tool-list,
  .stats,
  .benefits .card-grid,
  .process-flow,
  .traffic-card-grid,
  .traffic-audience,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .split-panel,
  .traffic-promo-panel,
  .free-resources-hub,
  .telegram-card {
    grid-template-columns: 1fr;
  }
  .telegram-button {
    justify-self: start;
  }
  .traffic-benefit-boxes {
    grid-template-columns: 1fr;
  }
  .resource-tool-grid {
    grid-template-columns: 1fr;
  }
  .compact { grid-template-columns: 1fr; }
  .site-footer {
    grid-template-columns: 1fr;
  }
  .site-footer nav { justify-content: flex-start; }
  .connect-section {
    grid-template-columns: 1fr;
  }
  .footer-social-strip {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-strip-icons {
    justify-content: flex-start;
  }
  .media-pair { grid-template-columns: 1fr; }
  .about-resource-grid,
  .philosophy-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header { padding-inline: 14px; }
  .brand { font-size: 15px; }
  .brand span { width: 36px; height: 36px; }
  .hero,
  .page-hero { padding: 52px 16px; }
  .hero h1,
  .page-hero h1 {
    font-size: 42px;
    line-height: 1.02;
  }
  .hero-actions,
  .dashboard-head {
    flex-direction: column;
    align-items: stretch;
  }
  .admin-image-field {
    grid-template-columns: 1fr;
  }
  .admin-image-field > label,
  .admin-image-preview {
    grid-column: auto;
    grid-row: auto;
  }
  .btn { width: 100%; }
  .intro-grid,
  .card-grid,
  .tool-list,
  .stats,
  .benefits .card-grid,
  .process-flow,
  .traffic-card-grid,
  .traffic-audience,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
  .section { padding: 52px 16px; }
  .visual-panel {
    min-height: 380px;
    border-radius: 22px;
  }
  .asset-panel {
    border-radius: 22px;
  }
  .asset-panel img {
    min-height: 260px;
    max-height: none;
  }
  .hero-media {
    min-height: 320px;
  }
  .hero-freedom img,
  .ai-finance-media img,
  .finance-education-media .asset-panel img,
  .media-showcase .asset-panel img {
    max-height: none;
  }
  .profile-photo-panel {
    max-width: 100%;
    padding: 20px;
  }
  .profile-photo-panel img {
    width: min(100%, 300px);
    min-height: 220px;
    max-height: 320px;
  }
  .image-brand img {
    width: 118px;
  }
  .visual-card,
  .workflow-stack {
    left: 18px;
    right: 18px;
  }
  .visual-card {
    top: 18px;
    padding: 16px;
  }
  .mini-chart {
    left: 24px;
    right: 24px;
    top: 145px;
    height: 110px;
  }
  .workflow-stack {
    bottom: 18px;
  }
  .workflow-stack div { padding: 11px 12px; }
  .form-card { padding: 22px; }
  .video-wrap,
  .video-frame {
    border-radius: 20px;
  }
  .telegram-card {
    border-radius: 22px;
    padding: 22px;
  }
  .telegram-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
  }
  .telegram-copy h2 {
    font-size: 31px;
    line-height: 1.05;
  }
  .telegram-copy p {
    font-size: 16px;
  }
  .telegram-button {
    width: 100%;
    justify-content: center;
  }
  .resource-tool-card {
    grid-template-columns: 1fr;
  }
  .tool-image-placeholder {
    min-height: 140px;
  }
  .trust-strip,
  .micro-proof,
  .social-icons {
    display: grid;
    grid-template-columns: 1fr;
  }
  .social-icon,
  .large-social-icons .social-icon {
    width: 100%;
    height: 52px;
  }
  .social-topic-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* Premium visual refresh: layout and styling only. */
body {
  background:
    radial-gradient(circle at 14% 4%, rgba(56,168,255,0.18), transparent 32rem),
    radial-gradient(circle at 86% 8%, rgba(245,185,63,0.16), transparent 30rem),
    linear-gradient(180deg, #03060b 0%, #060b13 42%, #03060b 100%);
}

.site-header {
  margin: 14px clamp(12px, 3vw, 34px) 0;
  border: 1px solid rgba(177,206,255,0.18);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.09), rgba(255,255,255,0.035)),
    rgba(4,7,13,0.84);
  box-shadow: 0 18px 60px rgba(0,0,0,0.34);
}

.image-brand img {
  border-radius: 14px;
  box-shadow: 0 0 0 1px rgba(245,185,63,0.18), 0 16px 38px rgba(0,0,0,0.28);
}

.site-nav {
  gap: 8px;
}

.site-nav a {
  border: 1px solid transparent;
  color: #e7f1ff;
}

.site-nav a:hover,
.site-nav a.active {
  border-color: rgba(245,185,63,0.24);
  background:
    linear-gradient(135deg, rgba(245,185,63,0.14), rgba(56,168,255,0.10)),
    rgba(255,255,255,0.055);
}

.hero,
.page-hero {
  isolation: isolate;
  border-bottom: 1px solid rgba(177,206,255,0.12);
  background:
    radial-gradient(circle at 12% 12%, rgba(56,168,255,0.18), transparent 28rem),
    radial-gradient(circle at 86% 18%, rgba(245,185,63,0.18), transparent 27rem),
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(135deg, #050910 0%, #07111f 46%, #0d1c31 100%);
  background-size: auto, auto, 60px 60px, 60px 60px, auto;
}

.premium-hero,
.split {
  min-height: min(760px, calc(100vh - 40px));
}

.hero h1,
.page-hero h1 {
  text-wrap: balance;
  text-shadow: 0 18px 70px rgba(0,0,0,0.52);
}

.hero p,
.page-hero p,
.section-head p {
  text-wrap: pretty;
}

.hero-copy {
  padding: clamp(8px, 2vw, 18px) 0;
}

.hero-actions {
  align-items: center;
}

.btn {
  border: 1px solid rgba(255,255,255,0.10);
  letter-spacing: .01em;
}

.btn.primary,
.btn.secondary {
  position: relative;
  overflow: hidden;
}

.btn.primary:before,
.btn.secondary:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.32), transparent);
  transform: translateX(-120%);
  transition: transform 420ms ease;
}

.btn.primary:hover:before,
.btn.secondary:hover:before {
  transform: translateX(120%);
}

.asset-panel,
.visual-panel,
.form-card,
.intro-grid article,
.card-grid article,
.tool-list article,
.stats article,
.profile-card,
.process-flow article,
.resource-tool-card,
.story-card,
.philosophy-grid p {
  border-color: rgba(177,206,255,0.20);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.105), rgba(255,255,255,0.032)),
    linear-gradient(135deg, rgba(56,168,255,0.075), rgba(245,185,63,0.055)),
    #07101d;
  box-shadow: 0 24px 70px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.08);
}

.asset-panel {
  border-radius: 34px;
}

.asset-panel img {
  transform: translateZ(0);
}

.hero-media,
.mrx-hero-image,
.profile-photo-panel {
  box-shadow: 0 34px 110px rgba(0,0,0,0.48), 0 0 90px rgba(56,168,255,0.12);
}

.hero-freedom {
  background:
    radial-gradient(circle at 50% 20%, rgba(245,185,63,0.16), transparent 24rem),
    #03060b;
}

.hero-freedom img,
.ai-finance-media img,
.mrx-hero-image img,
.mrx-feature-image img,
.mrx-wide-image img {
  padding: clamp(10px, 2vw, 18px);
}

.section {
  position: relative;
}

.section-head {
  max-width: 920px;
}

.section-head h2,
.section h2 {
  text-wrap: balance;
}

.feature-cards {
  background:
    radial-gradient(circle at 72% 0%, rgba(245,185,63,0.10), transparent 24rem),
    #050910;
}

.intro-grid article,
.card-grid article {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.intro-grid article:hover,
.card-grid article:hover,
.resource-tool-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245,185,63,0.34);
  box-shadow: 0 30px 88px rgba(0,0,0,0.42), 0 0 46px rgba(245,185,63,0.08);
}

.video-section,
.testimonials,
.free-resources-hub,
.connect-section,
.final-cta {
  border-block: 1px solid rgba(177,206,255,0.12);
}

.video-wrap {
  width: min(100%, 1180px);
  border-radius: 34px;
  box-shadow: 0 36px 110px rgba(0,0,0,0.48), 0 0 90px rgba(255,49,49,0.10);
}

.testimonials .section-head {
  margin-inline: auto;
  text-align: center;
}

.testimonial-card {
  min-height: 300px;
  border-radius: 24px;
}

.telegram-card {
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 20%, rgba(56,168,255,0.18), transparent 20rem),
    linear-gradient(135deg, rgba(245,185,63,0.14), rgba(56,168,255,0.10)),
    #07101d;
}

.premium-form-card,
.form-card {
  border-radius: 26px;
}

.form-card h2,
.form-card h3 {
  text-wrap: balance;
}

.lead-form input {
  min-height: 54px;
  border-radius: 16px;
  background: rgba(3,6,11,0.66);
  color: var(--white);
}

.lead-form input:focus {
  box-shadow: 0 0 0 4px rgba(56,168,255,0.14);
}

.media-pair {
  align-items: stretch;
}

.traffic-feature,
.traffic-promo,
.media-showcase {
  background:
    radial-gradient(circle at 16% 10%, rgba(31,227,160,0.12), transparent 28rem),
    radial-gradient(circle at 82% 18%, rgba(245,185,63,0.10), transparent 24rem),
    #050910;
}

.about-story,
.trust,
.form-band,
.media-band,
.split-panel {
  border-block: 1px solid rgba(177,206,255,0.10);
}

.profile-photo-panel {
  background:
    radial-gradient(circle at 50% 38%, rgba(245,185,63,0.14), transparent 14rem),
    #07101d;
}

.site-footer {
  background:
    radial-gradient(circle at 8% 0%, rgba(245,185,63,0.12), transparent 24rem),
    linear-gradient(180deg, #050910, #020407);
}

@media (max-width: 980px) {
  .site-header {
    margin: 10px 10px 0;
    border-radius: 20px;
  }

  .premium-hero,
  .split {
    min-height: auto;
  }

  .hero-media,
  .mrx-hero-image,
  .profile-photo-panel {
    order: 2;
  }
}

@media (max-width: 640px) {
  .hero,
  .page-hero {
    padding-top: 64px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 39px;
  }

  .asset-panel,
  .video-wrap,
  .telegram-card,
  .testimonial-card,
  .form-card {
    border-radius: 20px;
  }
}

.matrix-explorer-section {
  overflow: hidden;
  background: #f7fbff;
  border-color: rgba(39,84,138,0.18);
}

.matrix-explorer {
  overflow-x: auto;
  border: 1px solid rgba(15,42,75,0.14);
  border-radius: 10px;
  background: #ffffff;
}

.matrix-explorer-header,
.matrix-explorer-row {
  display: grid;
  grid-template-columns: minmax(210px, 1fr) minmax(110px, 140px) minmax(120px, 140px) minmax(96px, 120px) minmax(82px, 100px);
  align-items: center;
  gap: 12px;
  min-width: 660px;
}

.matrix-explorer-header {
  padding: 10px 14px;
  color: #536173;
  background: #edf3fa;
  border-bottom: 1px solid rgba(15,42,75,0.12);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.matrix-explorer-body {
  display: grid;
}

.matrix-explorer-node,
.matrix-explorer-leaf {
  border-bottom: 1px solid rgba(15,42,75,0.08);
}

.matrix-explorer-node:last-child,
.matrix-explorer-leaf:last-child {
  border-bottom: 0;
}

.matrix-explorer-node summary {
  cursor: pointer;
  list-style-position: inside;
}

.matrix-explorer-row {
  padding: 9px 14px 9px calc(14px + (var(--matrix-depth, 0) * 22px));
  color: #15243a;
  font-size: 14px;
}

.matrix-explorer-row:hover {
  background: #eaf4ff;
}

.matrix-explorer-archived {
  color: #7a8797;
  background: #f3f5f8;
}

.matrix-explorer-name {
  color: #0a1830;
  font-weight: 800;
}

.matrix-explorer-name em,
.matrix-status-badge,
.matrix-nav-archive-note {
  display: inline-flex;
  width: fit-content;
  margin-left: 6px;
  padding: 2px 7px;
  border-radius: 999px;
  color: #7a4c00 !important;
  background: #fff0c2;
  font-size: 11px !important;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.matrix-sponsor-select,
.matrix-sponsor-select option {
  color: #ffffff;
  background: #07101d;
}

.matrix-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  margin-bottom: 18px;
}

.matrix-toolbar h2,
.matrix-toolbar p {
  margin-top: 0;
}

.matrix-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.matrix-controls .btn {
  min-height: 38px;
  padding: 9px 12px;
  font-size: 13px;
}

.matrix-controls .btn.active {
  border-color: rgba(245,185,63,0.8);
  color: #050910;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  box-shadow: 0 0 0 3px rgba(245,185,63,0.2), 0 0 20px rgba(245,185,63,0.18);
}

.matrix-members-table th,
.matrix-members-table td {
  vertical-align: top;
}

.matrix-member-archived-row {
  opacity: 0.72;
  background: rgba(148,163,184,0.12);
}

.matrix-member-actions {
  min-width: 150px;
  max-width: 190px;
}

.matrix-member-actions details {
  margin-bottom: 8px;
}

.matrix-member-actions summary {
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.matrix-member-actions summary::-webkit-details-marker {
  display: none;
}

.matrix-action-button {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 6px;
  white-space: nowrap;
}

.matrix-action-form {
  margin: 0;
}

.matrix-inline-form {
  display: grid;
  gap: 8px;
  min-width: 210px;
  margin-top: 8px;
}

.matrix-explorer-action-form,
.matrix-nav-action-form {
  width: 100%;
}

.matrix-inline-form label {
  display: grid;
  gap: 4px;
  margin: 0;
  color: #0a1830;
  font-size: 12px;
  font-weight: 800;
}

.matrix-inline-form input,
.matrix-inline-form textarea {
  color: #0a1830 !important;
  background: #ffffff !important;
  border: 1px solid rgba(15,42,75,0.22) !important;
}

.matrix-instructions {
  border-color: rgba(245,185,63,0.32);
  background:
    linear-gradient(135deg, rgba(245,185,63,0.16), rgba(56,168,255,0.08)),
    rgba(7,16,29,0.86);
}

.next-placement-tester {
  border-color: rgba(56,168,255,0.28);
  background:
    linear-gradient(135deg, rgba(56,168,255,0.12), rgba(245,185,63,0.08)),
    rgba(7,16,29,0.82);
}

.matrix-tester-result {
  margin: 14px 0 0;
  padding: 14px;
  border: 1px solid rgba(245,185,63,0.42);
  border-radius: 14px;
  color: #ffffff;
  background: rgba(245,185,63,0.12);
  font-weight: 800;
}

.matrix-navigator-section {
  border-color: rgba(245,185,63,0.3);
  background:
    radial-gradient(circle at 12% 0%, rgba(245,185,63,0.16), transparent 22rem),
    linear-gradient(135deg, rgba(18,41,68,0.96), rgba(10,22,38,0.98));
}

.matrix-navigator {
  display: grid;
  gap: 18px;
}

.matrix-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(167,216,255,0.24);
  border-radius: 14px;
  background: rgba(255,255,255,0.06);
}

.matrix-breadcrumb button,
.matrix-search-results button {
  border: 1px solid rgba(167,216,255,0.34);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(56,168,255,0.14);
  cursor: pointer;
  font-weight: 800;
}

.matrix-breadcrumb button {
  padding: 7px 10px;
}

.matrix-breadcrumb span {
  color: #f5b93f;
  font-weight: 900;
}

.matrix-quick-search {
  display: grid;
  gap: 10px;
}

.matrix-search-results {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.matrix-search-results button {
  padding: 8px 10px;
}

.matrix-selected-member {
  display: grid;
  justify-items: center;
}

.matrix-direct-slots {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 14px;
}

.matrix-nav-card {
  display: grid;
  gap: 5px;
  width: 100%;
  min-height: 126px;
  padding: 14px;
  border: 2px solid rgba(56,168,255,0.82);
  border-radius: 16px;
  color: #ffffff;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.16), rgba(56,168,255,0.11)),
    #152b45;
  text-align: left;
  box-shadow: 0 12px 24px rgba(0,0,0,0.3);
}

.matrix-nav-card[data-member-id] {
  cursor: pointer;
}

.matrix-nav-card[data-member-id]:hover,
.matrix-breadcrumb button:hover,
.matrix-search-results button:hover {
  border-color: rgba(245,185,63,0.9);
  box-shadow: 0 0 0 3px rgba(245,185,63,0.16), 0 0 22px rgba(56,168,255,0.18);
}

.matrix-selected-member .matrix-nav-card {
  max-width: 360px;
  border-color: rgba(245,185,63,0.95);
  background:
    linear-gradient(145deg, rgba(245,185,63,0.22), rgba(255,255,255,0.1)),
    #182a3f;
}

.matrix-nav-open {
  border-color: rgba(67,232,139,0.9);
  background:
    linear-gradient(145deg, rgba(67,232,139,0.2), rgba(255,255,255,0.1)),
    #143044;
}

.matrix-nav-archived {
  opacity: 0.72;
  border-color: rgba(148,163,184,0.8);
}

.matrix-nav-slot {
  width: fit-content;
  padding: 4px 8px;
  border-radius: 999px;
  color: #050910;
  background: #f5b93f;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.matrix-nav-card strong {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
}

.matrix-nav-card em {
  color: #a7d8ff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.matrix-nav-card small {
  color: #d0d7e2;
  font-size: 12px;
}

.matrix-nav-note {
  margin: 0;
  color: #d0d7e2;
}

.matrix-debug-section {
  font-size: 14px;
}

.matrix-audit-section {
  font-size: 14px;
}

.matrix-debug-section h2 {
  margin-top: 0;
}

.matrix-debug-section th {
  width: 34%;
}

@media (max-width: 900px) {
  .matrix-toolbar {
    grid-template-columns: 1fr;
  }

  .matrix-controls {
    justify-content: flex-start;
  }

  .matrix-explorer-header,
  .matrix-explorer-row {
    grid-template-columns: minmax(180px, 1fr) 100px 112px 90px 80px;
    min-width: 590px;
  }

  .matrix-direct-slots {
    grid-template-columns: 1fr;
  }
}

.lead-form input,
.lead-form textarea,
.lead-form select,
form input,
form textarea,
form select {
  color: #ffffff !important;
  caret-color: #ffffff !important;
  background-color: rgba(255,255,255,0.12) !important;
  border: 1px solid rgba(255,255,255,0.35) !important;
}

.lead-form input::placeholder,
.lead-form textarea::placeholder,
form input::placeholder,
form textarea::placeholder {
  color: rgba(255,255,255,0.7) !important;
}

.lead-form input:focus,
.lead-form textarea:focus,
.lead-form select:focus,
form input:focus,
form textarea:focus,
form select:focus {
  outline: none !important;
  border-color: #38a8ff !important;
  box-shadow: 0 0 0 4px rgba(56,168,255,0.25) !important;
}

.matrix-sponsor-select,
.matrix-sponsor-select option {
  color: #ffffff !important;
  background-color: #07101d !important;
}

/* Personal homepage refresh. Routes and hidden pages remain available directly. */
body {
  background:
    radial-gradient(circle at 12% 0%, rgba(127,215,255,0.28), transparent 28rem),
    radial-gradient(circle at 88% 8%, rgba(245,185,63,0.18), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #f6fbff 48%, #fffaf0 100%);
  color: #0a1830;
}

.site-header {
  background: rgba(255,255,255,0.88);
  border-color: rgba(16,42,77,0.11);
  box-shadow: 0 18px 50px rgba(34,78,120,0.12);
}

.brand,
.site-nav a {
  color: #0a1830;
}

.site-nav a:hover,
.site-nav a.active {
  border-color: rgba(245,185,63,0.42);
  background: #fff6d9;
  color: #0a1830;
  box-shadow: inset 0 0 0 1px rgba(245,185,63,0.22);
}

.nav-toggle {
  color: #0a1830;
}

.personal-home-hero {
  min-height: min(720px, calc(100vh - 30px));
  background:
    radial-gradient(circle at 76% 22%, rgba(127,215,255,0.36), transparent 24rem),
    radial-gradient(circle at 12% 18%, rgba(245,185,63,0.20), transparent 18rem),
    linear-gradient(135deg, #ffffff 0%, #f1f8ff 58%, #fff6df 100%);
  color: #0a1830;
  border-bottom: 1px solid rgba(16,42,77,0.08);
}

.personal-home-hero:after {
  background: linear-gradient(180deg, transparent, #ffffff);
}

.personal-home-hero h1 {
  max-width: 880px;
  color: #0a1830;
  text-shadow: none;
}

.personal-home-hero p {
  max-width: 720px;
  color: #31445f;
}

.simon-hero-photo {
  width: 100%;
  max-width: 560px;
  justify-self: center;
  border: 1px solid rgba(16,42,77,0.10);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.68), rgba(231,244,255,0.56)),
    #ffffff;
  box-shadow: 0 30px 80px rgba(20,76,126,0.18);
}

.simon-hero-photo img {
  height: auto;
  min-height: 420px;
  object-fit: cover;
  object-position: center top;
  background: #ffffff;
}

.meet-simon-section,
.why-built-section,
.family-retirement-section,
.about-simon-home-section,
.lifestyle-freedom-section,
.guide-focus-section,
.skool-community-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.section.meet-simon-section,
.section.what-find-section,
.section.community-next-step-section,
.section.personal-final-cta {
  background: #ffffff;
}

.section.why-built-section {
  background:
    linear-gradient(135deg, rgba(127,215,255,0.16), rgba(255,250,240,0.9)),
    #f6fbff;
}

.section.family-retirement-section {
  background:
    radial-gradient(circle at 88% 14%, rgba(245,185,63,0.22), transparent 22rem),
    linear-gradient(135deg, #fffaf0 0%, #ffffff 58%, #fff3d5 100%);
}

.section.about-simon-home-section {
  background:
    radial-gradient(circle at 12% 10%, rgba(127,215,255,0.26), transparent 24rem),
    linear-gradient(135deg, #eaf7ff 0%, #ffffff 60%, #f4fbff 100%);
}

.section.guide-focus-section {
  background:
    radial-gradient(circle at 86% 12%, rgba(245,185,63,0.22), transparent 20rem),
    linear-gradient(135deg, #f7fbff 0%, #ffffff 56%, #fffaf0 100%);
}

.section.skool-community-section {
  display: block;
  background:
    radial-gradient(circle at 12% 12%, rgba(245,185,63,0.22), transparent 23rem),
    linear-gradient(135deg, #eaf7ff 0%, #ffffff 54%, #fff6df 100%);
  padding-top: clamp(84px, 9vw, 140px);
  padding-bottom: clamp(84px, 9vw, 140px);
  border-block: 1px solid rgba(56,168,255,0.18);
}

.skool-community-section .story-copy {
  max-width: 980px;
}

.story-copy {
  max-width: 900px;
}

.story-copy h2,
.why-built-section h2,
.family-retirement-section h2,
.about-simon-home-section h2,
.lifestyle-freedom-section h2,
.guide-focus-section h2,
.what-find-section h2,
.skool-community-section h2,
.community-next-step-section h2,
.personal-final-cta h2,
.disclaimer-soft h2 {
  color: #0a1830;
  font-weight: 900;
  line-height: 1.08;
}

.meet-simon-section .section-kicker,
.why-built-section .section-kicker,
.family-retirement-section .section-kicker,
.about-simon-home-section .section-kicker,
.guide-focus-section .section-kicker,
.what-find-section .section-kicker,
.community-next-step-section .section-kicker {
  color: #b77a00;
}

.story-copy p,
.why-built-section p,
.family-retirement-section p,
.about-simon-home-section p,
.lifestyle-freedom-section p,
.guide-focus-section p,
.what-find-section p,
.skool-community-section p,
.community-next-step-section p,
.personal-final-cta p,
.disclaimer-soft p {
  color: #31445f;
  font-size: clamp(18px, 1.55vw, 21px);
  line-height: 1.78;
}

.story-copy p {
  margin: 0 0 18px;
}

.story-image,
.skool-image {
  border-color: rgba(16,42,77,0.10);
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(20,76,126,0.14);
}

.story-image img,
.skool-image img {
  height: auto;
  min-height: clamp(320px, 40vw, 520px);
  object-fit: cover;
  background: #ffffff;
}

.skool-community-card {
  display: flex;
  min-height: clamp(320px, 40vw, 520px);
  padding: clamp(28px, 4vw, 54px);
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  background:
    radial-gradient(circle at 18% 20%, rgba(245,185,63,0.36), transparent 15rem),
    radial-gradient(circle at 86% 18%, rgba(56,168,255,0.34), transparent 16rem),
    linear-gradient(145deg, #07101d 0%, #0d2340 54%, #07101d 100%);
  border-color: rgba(245,185,63,0.34);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.skool-community-card:hover,
.skool-community-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(245,185,63,0.78);
  box-shadow: 0 30px 70px rgba(20,76,126,0.22), 0 0 0 4px rgba(245,185,63,0.14);
  outline: none;
}

.skool-card-glow {
  position: absolute;
  inset: auto -8% -28% 22%;
  height: 62%;
  border-radius: 999px;
  background: rgba(245,185,63,0.22);
  filter: blur(38px);
  pointer-events: none;
}

.skool-card-mark {
  position: relative;
  display: inline-grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 22px;
  color: #07101d;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  box-shadow: 0 20px 38px rgba(245,185,63,0.28);
}

.skool-card-mark svg {
  width: 36px;
  height: 36px;
}

.skool-card-title {
  position: relative;
  max-width: 520px;
  color: #ffffff;
  font-family: var(--display);
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 900;
  line-height: 1.03;
}

.skool-card-list {
  position: relative;
  display: grid;
  gap: 11px;
}

.skool-card-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f4f8ff;
  font-size: clamp(17px, 1.55vw, 22px);
  font-weight: 750;
}

.skool-card-list span:before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(245,185,63,0.16);
}

.skool-card-cta {
  position: relative;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  padding: 13px 18px;
  border-radius: 999px;
  color: #07101d;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  font-size: 15px;
  font-weight: 900;
}

.skool-card-cta svg {
  width: 18px;
  height: 18px;
}

.family-photo img,
.skool-image img {
  object-fit: contain;
  padding: clamp(10px, 2vw, 20px);
}

.simon-wife-photo img,
.waterfront-photo img {
  object-position: center;
}

.simon-portrait-photo img {
  object-position: center top;
}

.personal-home-hero .btn.ghost,
.meet-simon-section .btn.ghost,
.family-retirement-section .btn.ghost,
.about-simon-home-section .btn.ghost,
.lifestyle-freedom-section .btn.ghost,
.guide-focus-section .btn.ghost,
.skool-community-section .btn.ghost,
.personal-final-cta .btn.ghost {
  color: #0a1830;
  border-color: rgba(16,42,77,0.18);
  background: rgba(255,255,255,0.76);
}

.personal-home-hero .btn.secondary,
.meet-simon-section .btn.secondary,
.why-built-section .btn.secondary,
.family-retirement-section .btn.secondary,
.about-simon-home-section .btn.secondary,
.lifestyle-freedom-section .btn.secondary,
.guide-focus-section .btn.secondary,
.skool-community-section .btn.secondary,
.personal-final-cta .btn.secondary {
  color: #06213a;
  background: #ffffff;
  border: 1px solid rgba(16,42,77,0.18);
  box-shadow: 0 12px 28px rgba(20,76,126,0.10);
}

.guide-focus-section .form-card {
  color: #0a1830;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.94), rgba(237,248,255,0.92)),
    #ffffff;
  border-color: rgba(16,42,77,0.12);
  box-shadow: 0 22px 58px rgba(20,76,126,0.14);
}

.guide-focus-section .form-card h3 {
  color: #0a1830;
}

.guide-focus-section .lead-form label,
.guide-focus-section .form-note {
  color: #31445f;
}

.guide-focus-section .lead-form input {
  color: #0a1830 !important;
  caret-color: #0a1830 !important;
  background-color: #ffffff !important;
  border-color: rgba(16,42,77,0.18) !important;
}

.guide-focus-section .lead-form input::placeholder {
  color: rgba(49,68,95,0.62) !important;
}

.finding-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.finding-grid article {
  min-height: 250px;
  border: 1px solid rgba(16,42,77,0.10);
  box-shadow: 0 22px 54px rgba(20,76,126,0.13);
}

.finding-grid .guide-card {
  background:
    radial-gradient(circle at 20% 12%, rgba(245,185,63,0.30), transparent 10rem),
    linear-gradient(145deg, #fff4c7, #ffffff);
}

.finding-grid .classroom-card,
.finding-grid .followup-card {
  background:
    radial-gradient(circle at 18% 12%, rgba(56,168,255,0.26), transparent 10rem),
    linear-gradient(145deg, #daf2ff, #ffffff);
}

.finding-grid .tools-card {
  background:
    radial-gradient(circle at 18% 12%, rgba(31,227,160,0.24), transparent 10rem),
    linear-gradient(145deg, #dcfaeb, #ffffff);
}

.finding-grid .community-card {
  background:
    radial-gradient(circle at 18% 12%, rgba(255,133,92,0.24), transparent 10rem),
    linear-gradient(145deg, #ffe7df, #ffffff);
}

.finding-grid h3 {
  color: #0a1830;
  font-size: clamp(22px, 2vw, 27px);
}

.finding-grid p {
  color: #31445f;
  font-size: clamp(17px, 1.25vw, 19px);
  line-height: 1.7;
}

.finding-grid .icon {
  color: #0a1830;
  border-color: rgba(16,42,77,0.10);
}

.guide-card .icon {
  background: #ffe9a8;
}

.classroom-card .icon,
.followup-card .icon {
  background: #cfeeff;
}

.tools-card .icon {
  background: #cdf7dd;
}

.community-card .icon {
  background: #ffd8cf;
}

.disclaimer-soft {
  padding-top: clamp(34px, 4vw, 56px);
  padding-bottom: clamp(34px, 4vw, 56px);
  background:
    radial-gradient(circle at 10% 0%, rgba(245,185,63,0.12), transparent 24rem),
    linear-gradient(180deg, #0a1830, #07101d);
  border-block: 1px solid rgba(255,255,255,0.18);
}

.disclaimer-soft p {
  max-width: 1040px;
  margin: 0 auto;
  color: #ffffff !important;
  opacity: 1;
  font-weight: 500;
}

.personal-final-cta {
  text-align: center;
}

.community-next-step-section {
  text-align: center;
  padding-top: clamp(42px, 5vw, 72px);
  padding-bottom: clamp(42px, 5vw, 72px);
  border-top: 1px solid rgba(16,42,77,0.08);
}

.community-next-step-section p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.community-next-step-section .hero-actions,
.personal-final-cta p,
.personal-final-cta .hero-actions {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.faq {
  background: #f7fbff;
}

.faq h2,
.faq summary {
  color: #0a1830;
}

.faq details {
  background: #ffffff;
  border-color: rgba(16,42,77,0.10);
  box-shadow: 0 14px 38px rgba(20,76,126,0.08);
}

.faq p {
  color: #31445f;
  font-size: clamp(17px, 1.25vw, 19px);
  line-height: 1.7;
}

.personal-home-hero p {
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.68;
}

.ai-finance-simple-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(127,215,255,0.32), transparent 24rem),
    linear-gradient(135deg, #ffffff 0%, #eff8ff 58%, #fff7e4 100%);
  color: #0a1830;
  border-bottom: 1px solid rgba(16,42,77,0.08);
}

.ai-finance-simple-hero:after {
  background: linear-gradient(180deg, transparent, #ffffff);
}

.ai-finance-simple-hero h1 {
  color: #0a1830;
}

.ai-finance-simple-hero p {
  color: #31445f;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.68;
}

.ai-finance-simple-hero .btn.ghost {
  color: #0a1830;
  border-color: rgba(16,42,77,0.18);
  background: rgba(255,255,255,0.76);
}

.section.ai-finance-explainer-section,
.section.ai-finance-learn-section,
.section.ai-finance-small-cta {
  background: #ffffff;
}

.section.ai-finance-interest-section {
  background:
    linear-gradient(135deg, rgba(127,215,255,0.16), rgba(255,250,240,0.9)),
    #f6fbff;
}

.section.ai-finance-disclaimer-section {
  background: #fff8e8;
  border-block: 1px solid rgba(245,185,63,0.22);
}

.ai-finance-explainer-section h2,
.ai-finance-interest-section h2,
.ai-finance-learn-section h2,
.ai-finance-small-cta h2,
.ai-finance-disclaimer-section h2 {
  color: #0a1830;
  font-weight: 900;
  line-height: 1.08;
}

.ai-finance-explainer-section p,
.ai-finance-interest-section p,
.ai-finance-learn-section p,
.ai-finance-small-cta p,
.ai-finance-disclaimer-section p {
  color: #31445f;
  font-size: clamp(18px, 1.55vw, 21px);
  line-height: 1.78;
}

.ai-finance-learning-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ai-finance-learning-grid article {
  min-height: 230px;
  border: 1px solid rgba(16,42,77,0.10);
  background: linear-gradient(145deg, #f7fbff, #ffffff);
  box-shadow: 0 18px 46px rgba(20,76,126,0.10);
}

.ai-finance-learning-grid h3 {
  color: #0a1830;
}

.ai-finance-learning-grid p {
  color: #31445f;
  font-size: clamp(17px, 1.25vw, 19px);
  line-height: 1.7;
}

.ai-finance-learning-grid .icon {
  color: #0a1830;
  background: #ffe9a8;
  border-color: rgba(16,42,77,0.10);
}

.ai-finance-small-cta {
  text-align: center;
  border-top: 1px solid rgba(16,42,77,0.08);
}

.ai-finance-small-cta p,
.ai-finance-small-cta .hero-actions {
  justify-content: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.ai-finance-disclaimer-section {
  text-align: center;
}

.ai-finance-disclaimer-section p {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 750;
}

.site-footer {
  background:
    radial-gradient(circle at 8% 0%, rgba(245,185,63,0.14), transparent 24rem),
    linear-gradient(180deg, #0a1830, #07101d);
}

.admin-alert {
  border-left: 5px solid var(--gold);
}

.admin-alert.success {
  background:
    linear-gradient(135deg, rgba(38,186,116,0.16), rgba(255,255,255,0.88)),
    #ffffff;
  border-left-color: #26ba74;
}

.admin-alert.error {
  background:
    linear-gradient(135deg, rgba(239,83,80,0.14), rgba(255,255,255,0.9)),
    #ffffff;
  border-left-color: #ef5350;
}

.admin-alert strong {
  display: block;
  color: #0a1830;
  font-size: 18px;
  margin-bottom: 6px;
}

.admin-alert p {
  margin: 0;
}

.bright-page-hero {
  min-height: min(620px, calc(100vh - 84px));
  background:
    radial-gradient(circle at 78% 18%, rgba(127,215,255,0.34), transparent 24rem),
    linear-gradient(135deg, #ffffff 0%, #f1f8ff 58%, #fff6df 100%);
  color: #0a1830;
  border-bottom: 1px solid rgba(16,42,77,0.08);
}

.bright-page-hero:after {
  background: linear-gradient(180deg, transparent, #ffffff);
}

.bright-page-hero h1,
.bright-page-hero p {
  color: #0a1830;
}

.resources-page-hero {
  min-height: min(700px, calc(100vh - 30px));
  padding-top: clamp(78px, 9vw, 126px);
  padding-bottom: clamp(56px, 8vw, 108px);
}

.resources-page-hero .hero-copy {
  max-width: 760px;
}

.resources-page-hero .hero-actions {
  margin-top: 30px;
}

.resources-journey-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding-top: clamp(28px, 5vw, 54px);
  padding-bottom: clamp(28px, 5vw, 54px);
  background: #ffffff;
}

.resources-journey-strip div {
  border: 1px solid rgba(16,42,77,0.1);
  border-radius: 18px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(244,251,255,0.94)),
    #ffffff;
  box-shadow: 0 18px 45px rgba(34,78,120,0.1);
}

.resources-journey-strip span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--blue));
  color: #0a1830;
  font-weight: 950;
  font-size: 13px;
}

.resources-journey-strip strong {
  display: block;
  color: #0a1830;
  font-size: 20px;
  line-height: 1.1;
}

.resources-journey-strip p {
  margin: 8px 0 0;
  color: #425571;
}

.resources-capture-band,
.resources-card-band,
.contact-card-band {
  background:
    radial-gradient(circle at 12% 12%, rgba(56,168,255,0.14), transparent 20rem),
    linear-gradient(135deg, #ffffff 0%, #f4fbff 62%, #fff8e7 100%);
}

.resources-capture-band {
  border-block: 1px solid rgba(16,42,77,0.08);
}

.resources-capture-band .form-card {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.94), rgba(242,248,255,0.9)),
    rgba(255,255,255,0.84);
  border-color: rgba(16,42,77,0.1);
  box-shadow: 0 22px 60px rgba(34,78,120,0.14);
  color: #0a1830;
}

.resources-capture-band .form-card h3,
.resources-capture-band .form-card p,
.resources-capture-band .lead-form label {
  color: #0a1830;
}

.resources-step-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.resources-card-band .resource-card {
  min-height: 250px;
  background:
    radial-gradient(circle at 16% 10%, rgba(245,185,63,0.18), transparent 12rem),
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(241,248,255,0.96));
  border-color: rgba(16,42,77,0.09);
  box-shadow: 0 20px 48px rgba(34,78,120,0.11);
}

.resources-proof-section {
  background:
    radial-gradient(circle at 82% 16%, rgba(127,215,255,0.24), transparent 24rem),
    linear-gradient(135deg, #ffffff 0%, #f4fbff 58%, #fff6df 100%);
}

.resources-skool-cta {
  background:
    radial-gradient(circle at 82% 8%, rgba(245,185,63,0.26), transparent 22rem),
    linear-gradient(135deg, #0a1830, #102a4d);
  color: var(--white);
}

.resources-skool-cta h2,
.resources-skool-cta p {
  color: var(--white);
}

.contact-hero .contact-social-icons {
  margin-top: 22px;
}

@media (max-width: 1120px) {
  .finding-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-finance-learning-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .site-header .site-nav {
    background:
      radial-gradient(circle at 12% 0%, rgba(245,185,63,0.18), transparent 16rem),
      linear-gradient(135deg, #07101d, #0a1830);
    border-color: rgba(255,255,255,0.16);
  }

  .site-header .site-nav a {
    color: #ffffff;
    border-color: rgba(255,255,255,0.13);
    background: rgba(255,255,255,0.06);
  }

  .site-header .site-nav a:hover,
  .site-header .site-nav a.active {
    color: #ffffff;
    background: rgba(245,185,63,0.22);
    border-color: rgba(245,185,63,0.48);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1);
  }

  .nav-toggle[aria-expanded="true"] {
    color: #ffffff;
    background: linear-gradient(135deg, #0a1830, #123d72);
  }

  .meet-simon-section,
  .why-built-section,
  .family-retirement-section,
  .about-simon-home-section,
  .lifestyle-freedom-section,
  .guide-focus-section,
  .resources-journey-strip,
  .resources-step-grid,
  .skool-community-section {
    grid-template-columns: 1fr;
  }

  .personal-home-hero {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: auto;
    overflow: visible;
  }

  .personal-home-hero:after {
    display: none;
  }

  .why-built-section .story-image,
  .lifestyle-freedom-section .story-image {
    order: 2;
  }

  .about-simon-home-section .visual-panel {
    order: 2;
  }

  .simon-hero-photo {
    max-width: 460px;
  }
}

@media (max-width: 640px) {
  .personal-home-hero h1 {
    font-size: 38px;
    line-height: 1.05;
  }

  .personal-home-hero p {
    font-size: 20px;
    line-height: 1.55;
  }

  .story-copy h2,
  .section h2 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.08;
  }

  .story-copy p,
  .section > p,
  .section-head p,
  .guide-focus-section p,
  .what-find-section p,
  .community-next-step-section p,
  .personal-final-cta p {
    font-size: 19px;
    line-height: 1.72;
  }

  .simon-hero-photo img {
    min-height: 0;
    height: auto;
    max-height: 380px;
  }

  .story-image img,
  .skool-image img {
    min-height: 0;
    max-height: 390px;
  }

  .about-simon-home-section .visual-panel {
    min-height: 360px;
  }

  .finding-grid {
    grid-template-columns: 1fr;
  }

  .finding-grid article {
    min-height: 220px;
  }

  .finding-grid h3 {
    font-size: 24px;
  }

  .finding-grid p {
    font-size: 19px;
    line-height: 1.72;
  }

  .ai-finance-learning-grid {
    grid-template-columns: 1fr;
  }
}

/* Papa Bull rebrand foundation */
.site-header {
  background:
    linear-gradient(135deg, rgba(4,7,13,0.94), rgba(10,24,48,0.94)),
    #061022;
  border-color: rgba(245,185,63,0.18);
  box-shadow: 0 18px 60px rgba(0,0,0,0.28);
}

.papa-bull-brand {
  max-width: min(360px, 54vw);
  color: #ffffff;
}

.papa-bull-brand img {
  width: clamp(54px, 6vw, 72px);
  height: clamp(54px, 6vw, 72px);
  object-fit: contain;
  border-radius: 16px;
  background: #07101d;
  box-shadow: 0 0 0 1px rgba(245,185,63,0.25), 0 18px 42px rgba(0,0,0,0.34);
}

.brand.papa-bull-brand > span {
  display: grid;
  place-items: start;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  line-height: 1.1;
}

.papa-bull-brand strong {
  color: #ffffff;
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: 0;
}

.papa-bull-brand small {
  color: #ffe29a;
  font-size: 12px;
  font-weight: 800;
  white-space: normal;
}

.site-nav a {
  color: #f4f8ff;
}

.site-nav a:hover,
.site-nav a.active {
  color: #061022;
  background: linear-gradient(135deg, #f5b93f, #ffe29a);
  border-color: rgba(255,226,154,0.65);
}

.papa-bull-hero {
  min-height: min(780px, calc(100vh - 30px));
  background:
    radial-gradient(circle at 78% 20%, rgba(245,185,63,0.16), transparent 24rem),
    radial-gradient(circle at 10% 18%, rgba(255,255,255,0.08), transparent 18rem),
    linear-gradient(135deg, #04070d 0%, #08172e 52%, #0f203c 100%);
  color: #ffffff;
}

.papa-bull-hero:after {
  background: linear-gradient(180deg, transparent, #04070d);
}

.papa-bull-hero h1 {
  color: #ffffff;
  max-width: 940px;
  text-shadow: 0 24px 70px rgba(0,0,0,0.5);
}

.papa-bull-hero p {
  color: #dbe6f5;
  max-width: 780px;
}

.papa-bull-hero .section-kicker {
  color: #ffe29a;
}

.papa-bull-hero .btn.secondary {
  color: #061022;
  background: #ffffff;
  border-color: rgba(255,255,255,0.5);
}

.papa-bull-hero .btn.ghost {
  color: #ffffff;
  border-color: rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.08);
}

.papa-bull-hero-photo {
  display: block;
  width: min(100%, 560px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-color: rgba(245,185,63,0.22);
  background:
    radial-gradient(circle at 50% 0%, rgba(245,185,63,0.16), transparent 18rem),
    #07101d;
  box-shadow: 0 38px 110px rgba(0,0,0,0.52), 0 0 70px rgba(245,185,63,0.1);
}

.papa-bull-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: cover;
  object-position: center top;
}

.papa-bull-meet-section,
.papa-bull-blog-section,
.papa-bull-community-section {
  background:
    radial-gradient(circle at 78% 0%, rgba(245,185,63,0.10), transparent 24rem),
    linear-gradient(135deg, #ffffff 0%, #f6f9ff 62%, #fff7e4 100%);
}

.papa-bull-principles,
.papa-bull-video-section {
  background:
    radial-gradient(circle at 14% 0%, rgba(245,185,63,0.14), transparent 22rem),
    linear-gradient(135deg, #050910, #08172e);
}

.papa-bull-video-section .section-head,
.papa-bull-blog-section .section-head {
  margin-inline: auto;
  text-align: center;
}

.papa-bull-meet-section .story-copy h2,
.papa-bull-community-section .story-copy h2,
.papa-bull-blog-section h2,
.papa-bull-meet-section .story-copy p,
.papa-bull-community-section .story-copy p,
.papa-bull-blog-section .section-head p {
  color: #0a1830;
}

.papa-bull-meet-section .section-kicker,
.papa-bull-community-section .section-kicker,
.papa-bull-blog-section .section-kicker {
  color: #8a5b00;
}

.video-placeholder-card,
.blog-preview-card {
  min-height: 360px;
}

.video-frame {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  margin-bottom: 22px;
  border: 1px solid rgba(245,185,63,0.22);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(245,185,63,0.18), rgba(255,255,255,0.06)),
    #061022;
  color: #ffe29a;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 14px;
  background: #061022;
}

.video-frame svg {
  width: 48px;
  height: 48px;
}

.blog-preview-card {
  background:
    radial-gradient(circle at 18% 0%, rgba(245,185,63,0.20), transparent 14rem),
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(241,248,255,0.98));
  border-color: rgba(16,42,77,0.10);
  box-shadow: 0 24px 58px rgba(34,78,120,0.12);
}

.blog-preview-card h3,
.blog-preview-card p {
  color: #0a1830;
}

.blog-card-image,
.blog-hero-image {
  display: block;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.blog-card-image {
  aspect-ratio: 16 / 9;
  margin-bottom: 18px;
}

.blog-article {
  background:
    radial-gradient(circle at 80% 0%, rgba(245,185,63,0.12), transparent 24rem),
    linear-gradient(135deg, #ffffff 0%, #f7fbff 62%, #fff7e4 100%);
}

.blog-article h1,
.blog-article p,
.blog-body p {
  color: #0a1830;
}

.blog-date {
  color: #5f718a;
  font-weight: 800;
}

.blog-hero-image {
  max-width: 980px;
  max-height: 520px;
  margin: 26px 0;
}

.blog-preview-card .btn.ghost {
  width: fit-content;
  color: #0a1830;
  border-color: rgba(16,42,77,0.18);
  background: rgba(255,255,255,0.72);
}

.papa-bull-final-cta {
  background:
    radial-gradient(circle at 50% 0%, rgba(245,185,63,0.18), transparent 22rem),
    linear-gradient(135deg, #061022, #0a1830);
}

.papa-bull-journey-strip {
  background:
    radial-gradient(circle at 84% 8%, rgba(245,185,63,0.12), transparent 22rem),
    linear-gradient(135deg, #ffffff 0%, #f7fbff 58%, #fff7e4 100%);
}

.papa-bull-journey-strip .section-head {
  margin-inline: auto;
  text-align: center;
}

.papa-bull-journey-strip h2,
.papa-bull-journey-strip .section-head p {
  color: #0a1830;
}

.journey-milestone-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.journey-milestone-grid article {
  display: grid;
  gap: 12px;
  min-height: 260px;
  padding: 24px;
  border: 1px solid rgba(16,42,77,0.10);
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 0%, rgba(245,185,63,0.18), transparent 12rem),
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(241,248,255,0.98));
  box-shadow: 0 20px 52px rgba(34,78,120,0.11);
}

.journey-milestone-grid h3 {
  margin: 0;
  color: #0a1830;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.12;
}

.journey-milestone-grid p {
  margin: 0;
  color: #31445f;
  font-size: 17px;
  line-height: 1.62;
}

.road-to-freedom-section {
  background:
    radial-gradient(circle at 80% 0%, rgba(245,185,63,0.12), transparent 24rem),
    linear-gradient(135deg, #061022 0%, #0a1830 58%, #101d31 100%);
}

.road-to-freedom-section .section-head {
  margin-inline: auto;
  text-align: center;
}

.freedom-roadmap {
  position: relative;
  display: grid;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}

.freedom-roadmap:before {
  content: "";
  position: absolute;
  top: 34px;
  bottom: 34px;
  left: 34px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f5b93f, rgba(255,226,154,0.24));
}

.freedom-roadmap article {
  position: relative;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 24px;
  border: 1px solid rgba(245,185,63,0.18);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.09), rgba(255,255,255,0.04)),
    rgba(4,7,13,0.42);
  box-shadow: 0 24px 70px rgba(0,0,0,0.28);
}

.freedom-roadmap article > span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f5b93f, #ffe29a);
  color: #061022;
  font-weight: 950;
}

.freedom-roadmap h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: clamp(22px, 2.4vw, 30px);
}

.freedom-roadmap p {
  margin: 0;
  color: #dbe6f5;
  font-size: 18px;
}

.papa-bull-journey-hero {
  background:
    radial-gradient(circle at 76% 18%, rgba(245,185,63,0.20), transparent 22rem),
    linear-gradient(135deg, #ffffff 0%, #f7fbff 58%, #fff7e4 100%);
}

.papa-bull-journey-hero .btn.secondary,
.blog-index-hero .btn.secondary {
  color: #061022;
  background: #ffffff;
  border: 1px solid rgba(16,42,77,0.18);
}

.journey-story-section .story-copy {
  max-width: 860px;
}

.journey-values-section .section-head {
  margin-inline: auto;
  text-align: center;
}

.blog-index-hero {
  min-height: min(520px, calc(100vh - 84px));
}

@media (max-width: 980px) {
  .journey-milestone-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-header .site-nav {
    background:
      radial-gradient(circle at 12% 0%, rgba(245,185,63,0.18), transparent 16rem),
      linear-gradient(135deg, #07101d, #0a1830);
    border-color: rgba(245,185,63,0.22);
  }

  .site-header .site-nav a {
    color: #ffffff;
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.13);
  }

  .site-header .site-nav a:hover,
  .site-header .site-nav a.active {
    color: #061022;
    background: linear-gradient(135deg, #f5b93f, #ffe29a);
    border-color: rgba(255,226,154,0.64);
  }

  .papa-bull-brand small {
    display: none;
  }
}

@media (max-width: 640px) {
  .papa-bull-brand {
    max-width: 66vw;
  }

  .papa-bull-brand img {
    width: 50px;
    height: 50px;
  }

  .papa-bull-brand strong {
    font-size: 17px;
  }

  .papa-bull-hero h1 {
    font-size: 40px;
  }

  .papa-bull-hero-photo {
    width: 100%;
    max-width: 420px;
    aspect-ratio: 1 / 1;
    margin-inline: auto;
  }

  .journey-milestone-grid {
    grid-template-columns: 1fr;
  }

  .journey-milestone-grid article {
    min-height: 0;
  }

  .freedom-roadmap:before {
    left: 26px;
  }

  .freedom-roadmap article {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .freedom-roadmap article > span {
    width: 52px;
    height: 52px;
  }
}
