:root {
  --ink: #f8f0df;
  --muted: #b9ad98;
  --paper: #090b0a;
  --panel: rgba(19, 24, 20, 0.86);
  --panel-soft: rgba(255, 255, 255, 0.055);
  --cream: #e6d0a4;
  --coral: #b90f22;
  --teal: #0b5a3f;
  --green: #123b2d;
  --gold: #d8b76a;
  --gold-bright: #f4d990;
  --line: rgba(216, 183, 106, 0.24);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.46);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Noto Sans TC", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background:
    radial-gradient(circle at 18% 10%, rgba(216, 183, 106, 0.16), transparent 28%),
    radial-gradient(circle at 86% 24%, rgba(11, 90, 63, 0.28), transparent 34%),
    linear-gradient(180deg, #090b0a 0%, #0f130f 42%, #080808 100%);
  line-height: 1.6;
}

.top-strip {
  position: fixed;
  z-index: 24;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 7px 16px;
  color: #0b0b09;
  background: linear-gradient(90deg, var(--gold-bright), #f0c25e 48%, #86bfa4);
  font-size: 14px;
  font-weight: 900;
}

.top-strip span {
  padding: 2px 8px;
  color: #fff7df;
  background: rgba(11, 11, 9, 0.72);
  border-radius: 999px;
}

.top-strip a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 36px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(7, 9, 8, 0.82);
  border-bottom: 1px solid rgba(216, 183, 106, 0.2);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.social-proof,
.profile-top,
.stats,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.brand-logo-frame {
  display: grid;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 50% 42%, rgba(125, 184, 237, 0.26), rgba(3, 12, 24, 0.98) 70%);
  border: 1px solid rgba(153, 207, 255, 0.36);
  border-radius: 999px;
  box-shadow: 0 0 28px rgba(102, 180, 255, 0.2);
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 999px;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #0b0b09;
  background: linear-gradient(135deg, var(--gold-bright), #8a6b2e);
  border-radius: 8px;
  font-size: 14px;
  letter-spacing: 0;
}

.nav-links {
  gap: 24px;
  color: rgba(248, 240, 223, 0.78);
  font-size: 15px;
  font-weight: 700;
}

.nav-cta,
.primary-button,
.secondary-button,
.profile-button,
.signup-form button {
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
}

.nav-cta,
.primary-button,
.profile-button,
.signup-form button {
  color: #120f0a;
  background: linear-gradient(135deg, var(--gold-bright), #b88a32);
  box-shadow: 0 18px 38px rgba(216, 183, 106, 0.25);
}

.nav-cta {
  padding: 10px 18px;
  font-size: 14px;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
  overflow: hidden;
  padding: 156px clamp(20px, 6vw, 80px) 72px;
  background: #050605;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(4, 6, 5, 0.96) 0%, rgba(8, 18, 13, 0.8) 42%, rgba(7, 9, 8, 0.16) 100%),
    linear-gradient(0deg, rgba(5, 6, 5, 0.86) 0%, rgba(5, 6, 5, 0) 46%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  color: #fff;
}

.hero-brand-logo {
  width: min(360px, 78vw);
  height: auto;
  margin: 0 0 24px;
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-bright);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
}

.hero h1,
.section-heading h2,
.signup-copy h2,
.audience-copy h2 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 700px;
  font-size: clamp(44px, 8vw, 92px);
  font-weight: 900;
  text-shadow: 0 18px 55px rgba(0, 0, 0, 0.68);
}

.hero-copy {
  max-width: 610px;
  margin: 24px 0 0;
  color: rgba(248, 240, 223, 0.86);
  font-size: clamp(18px, 2vw, 24px);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
}

.secondary-button {
  color: #fff;
  background: rgba(18, 59, 45, 0.48);
  border: 1px solid rgba(216, 183, 106, 0.38);
}

.social-proof {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.social-proof span {
  padding: 8px 12px;
  color: rgba(248, 240, 223, 0.9);
  background: rgba(216, 183, 106, 0.09);
  border: 1px solid rgba(216, 183, 106, 0.24);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.hero-panel {
  position: relative;
  z-index: 2;
  align-self: end;
  padding: 24px;
  color: #fff7df;
  background:
    linear-gradient(160deg, rgba(244, 217, 144, 0.18), rgba(255, 255, 255, 0.05)),
    rgba(7, 12, 10, 0.82);
  border: 1px solid rgba(244, 217, 144, 0.36);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.panel-tag {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 9px;
  color: #10100d;
  background: var(--gold-bright);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.hero-panel h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.16;
}

.hero-panel dl {
  display: grid;
  gap: 12px;
  margin: 22px 0;
}

.hero-panel div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(244, 217, 144, 0.18);
}

.hero-panel dt,
.hero-panel dd {
  margin: 0;
}

.hero-panel dt {
  color: var(--muted);
  font-weight: 700;
}

.hero-panel dd {
  font-weight: 900;
  text-align: right;
}

.hero-panel a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  color: #12100b;
  background: linear-gradient(135deg, var(--gold-bright), #b88a32);
  border-radius: 999px;
  font-weight: 900;
}

section:not(.hero) {
  padding: 86px clamp(20px, 6vw, 80px);
}

.pain-section {
  background:
    linear-gradient(180deg, rgba(8, 9, 8, 0.98), rgba(16, 18, 17, 0.98)),
    var(--paper);
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.pain-grid article {
  min-height: 270px;
  padding: 28px;
  color: #fff7df;
  background:
    linear-gradient(155deg, rgba(185, 15, 34, 0.18), rgba(216, 183, 106, 0.08)),
    rgba(18, 20, 18, 0.92);
  border: 1px solid rgba(216, 183, 106, 0.22);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.pain-grid span {
  color: #f3a0a9;
  font-weight: 900;
}

.pain-grid h3 {
  margin: 24px 0 10px;
  font-size: 26px;
  line-height: 1.16;
}

.pain-grid p {
  margin: 0;
  color: var(--muted);
}

.godfather-section {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
  background: linear-gradient(180deg, rgba(5, 6, 5, 0.96), rgba(13, 25, 18, 0.94));
}

.godfather-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.46fr) minmax(320px, 0.54fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
  width: min(1040px, 100%);
  margin: 0 auto;
  padding: clamp(26px, 5vw, 48px);
  background:
    linear-gradient(135deg, rgba(216, 183, 106, 0.12), transparent 46%),
    rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(216, 183, 106, 0.32);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.reel-card {
  position: relative;
  overflow: hidden;
  width: min(360px, 100%);
  aspect-ratio: 9 / 16;
  justify-self: center;
  background: #050605;
  border: 1px solid rgba(244, 217, 144, 0.38);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.62);
}

.reel-card img,
.reel-shade {
  position: absolute;
  inset: 0;
}

.reel-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reel-shade {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.36), transparent 28%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.82), transparent 58%);
}

.reel-topbar {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  right: 14px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: rgba(255, 247, 223, 0.88);
  font-size: 12px;
  font-weight: 900;
}

.reel-play {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  padding: 0;
  color: #0c0b08;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.play-icon {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  padding-left: 5px;
  background: rgba(244, 217, 144, 0.9);
  border: 1px solid rgba(255, 247, 223, 0.5);
  border-radius: 50%;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.reel-card.is-playing .play-icon {
  transform: scale(0.82);
  opacity: 0;
}

.reel-card.is-playing img {
  animation: reelZoom 8s ease forwards;
}

.reel-caption {
  position: absolute;
  z-index: 2;
  left: 16px;
  right: 16px;
  bottom: 44px;
  display: grid;
  gap: 8px;
}

.caption-line {
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 8px 10px;
  color: rgba(255, 247, 223, 0.62);
  background: rgba(0, 0, 0, 0.54);
  border: 1px solid rgba(216, 183, 106, 0.18);
  border-radius: 8px;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 900;
  line-height: 1.28;
  transition:
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.caption-line.active {
  color: #fff7df;
  background: rgba(18, 59, 45, 0.78);
  border-color: rgba(244, 217, 144, 0.48);
  transform: translateY(-2px);
}

.reel-progress {
  position: absolute;
  z-index: 2;
  left: 16px;
  right: 16px;
  bottom: 18px;
  height: 4px;
  overflow: hidden;
  background: rgba(255, 247, 223, 0.22);
  border-radius: 999px;
}

.reel-progress span {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--gold-bright), #4e8b57);
}

.reel-card.is-playing .reel-progress span {
  animation: reelProgress 8s linear forwards;
}

.godfather-copy blockquote {
  margin: 0;
  max-width: 900px;
  color: #fff7df;
  font-size: clamp(30px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.14;
}

.godfather-copy p:not(.eyebrow) {
  max-width: 780px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.mini-cta {
  display: inline-flex;
  margin-top: 24px;
  padding: 12px 18px;
  color: #120f0a;
  background: linear-gradient(135deg, var(--gold-bright), #b88a32);
  border-radius: 999px;
  box-shadow: 0 18px 38px rgba(216, 183, 106, 0.2);
  font-weight: 900;
}

@keyframes reelProgress {
  to {
    width: 100%;
  }
}

@keyframes reelZoom {
  to {
    transform: scale(1.07);
  }
}

.precision-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(320px, 1.14fr);
  gap: 28px;
  align-items: start;
  background:
    radial-gradient(circle at 20% 0%, rgba(216, 183, 106, 0.16), transparent 32%),
    linear-gradient(135deg, rgba(6, 8, 7, 0.99), rgba(17, 42, 30, 0.95));
}

.precision-copy {
  position: sticky;
  top: 96px;
}

.precision-copy h2 {
  margin: 0;
  color: #fff7df;
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 900;
  line-height: 1.08;
}

.precision-copy p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.precision-grid {
  display: grid;
  gap: 16px;
}

.precision-grid article {
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(216, 183, 106, 0.12), rgba(255, 255, 255, 0.035)),
    var(--panel);
  border: 1px solid rgba(216, 183, 106, 0.26);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.precision-grid span {
  color: var(--gold-bright);
  font-weight: 900;
}

.precision-grid h3 {
  margin: 10px 0 8px;
  color: #fff7df;
  font-size: 24px;
  line-height: 1.2;
}

.precision-grid p {
  margin: 0;
  color: var(--muted);
}

.section-heading {
  width: min(920px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading.narrow {
  width: min(760px, 100%);
}

.section-heading h2,
.signup-copy h2,
.audience-copy h2 {
  font-size: clamp(30px, 5vw, 56px);
  font-weight: 900;
  color: #fff7df;
}

.section-heading p,
.signup-copy p,
.audience-copy p {
  color: var(--muted);
}

.profile-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1.15fr);
  gap: 22px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.market-case-card {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(260px, 0.62fr);
  gap: 24px;
  align-items: center;
  width: min(1160px, 100%);
  margin: 0 auto 24px;
  padding: clamp(24px, 4vw, 36px);
  overflow: hidden;
  color: #fff7df;
  background:
    radial-gradient(circle at 88% 12%, rgba(244, 217, 144, 0.24), transparent 30%),
    linear-gradient(135deg, rgba(15, 33, 61, 0.94), rgba(9, 9, 12, 0.96));
  border: 1px solid rgba(153, 207, 255, 0.24);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.market-case-label {
  width: fit-content;
  padding: 7px 11px;
  color: #101013;
  background: var(--gold-bright);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.market-case-copy {
  display: grid;
  gap: 12px;
}

.market-case-copy span {
  color: #9ecfff;
  font-size: 15px;
  font-weight: 900;
}

.market-case-copy h3 {
  margin: 0;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.08;
}

.market-case-copy p {
  max-width: 760px;
  margin: 0;
  color: rgba(248, 240, 223, 0.76);
  font-size: 18px;
}

.market-case-stats {
  display: grid;
  gap: 12px;
}

.market-case-stats strong {
  display: grid;
  gap: 4px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(153, 207, 255, 0.2);
  border-radius: 8px;
  font-size: 24px;
}

.market-case-stats span {
  color: rgba(248, 240, 223, 0.64);
  font-size: 13px;
  font-weight: 900;
}

.market-case-card a {
  grid-column: 1 / -1;
  width: fit-content;
  padding: 12px 18px;
  color: #120f0a;
  background: linear-gradient(135deg, var(--gold-bright), #b88a32);
  border-radius: 999px;
  font-weight: 900;
}

.character-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.character-card {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(216, 183, 106, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(12, 16, 13, 0.92);
  border: 1px solid rgba(216, 183, 106, 0.3);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.character-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  background: linear-gradient(135deg, #050605, #13281e);
}

.character-media img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 6px;
}

.character-body {
  padding: 26px;
}

.profile-section {
  background:
    linear-gradient(180deg, rgba(9, 11, 10, 0.96), rgba(17, 28, 21, 0.94));
}

.profile-panel,
.offer-stack article,
.instructor-section,
.lesson-grid article,
.timeline div,
.signup-form,
details {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035)),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.lesson-grid article,
.pain-grid article,
.offer-stack article,
.timeline div,
.signup-form,
details,
.character-card {
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.lesson-grid article:hover,
.pain-grid article:hover,
.offer-stack article:hover,
.timeline div:hover,
details:hover,
.character-card:hover {
  transform: translateY(-3px);
  border-color: rgba(244, 217, 144, 0.46);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.58);
}

.profile-panel {
  padding: 28px;
}

.profile-top {
  gap: 14px;
}

.avatar {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--coral), var(--teal));
  border: 4px solid #fff;
  border-radius: 50%;
  font-size: 30px;
  font-weight: 900;
  box-shadow: var(--shadow);
}

.avatar-image {
  width: 68px;
  height: 68px;
  object-fit: cover;
  border: 4px solid var(--gold);
  border-radius: 50%;
  box-shadow: var(--shadow);
  flex: 0 0 auto;
}

.profile-top h3 {
  margin: 0;
  font-size: 22px;
  color: #fff7df;
}

.profile-top p,
.bio,
.lesson-grid p,
.timeline p,
.signup-copy p,
details p {
  color: var(--muted);
}

.profile-top p {
  margin: 2px 0 0;
}

.stats {
  justify-content: space-between;
  margin: 28px 0;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stats strong {
  display: grid;
  gap: 2px;
  text-align: center;
  font-size: 24px;
  color: var(--gold-bright);
}

.stats span {
  color: var(--muted);
  font-size: 12px;
}

.profile-button {
  display: inline-flex;
  margin-top: 16px;
  padding: 12px 18px;
}

.character-points {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.character-points li {
  padding: 10px 12px;
  color: rgba(248, 240, 223, 0.9);
  background: rgba(216, 183, 106, 0.08);
  border: 1px solid rgba(216, 183, 106, 0.14);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
}

.grandpa-card .profile-button {
  color: #08110c;
  background: linear-gradient(135deg, #d9c078, #4e8b57);
  box-shadow: 0 14px 34px rgba(216, 183, 106, 0.2);
}

.lily-card .profile-button {
  color: #08110c;
  background: linear-gradient(135deg, #e1c778, #5f87a7);
  box-shadow: 0 14px 34px rgba(216, 183, 106, 0.2);
}

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

.post-card {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.post-card span {
  font-size: 14px;
  font-weight: 900;
}

.post-card strong {
  max-width: 290px;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.15;
}

.post-card.coral {
  color: #fff;
  background: var(--coral);
}

.post-card.teal {
  color: #fff;
  background: var(--teal);
}

.post-card.dark {
  color: #fff;
  background: var(--ink);
}

.post-card.cream {
  background: var(--cream);
}

.learn-section,
.signup-section {
  background:
    linear-gradient(180deg, rgba(11, 17, 13, 0.98), rgba(8, 8, 8, 0.98));
}

.offer-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: 34px;
  align-items: start;
  background:
    radial-gradient(circle at 78% 12%, rgba(95, 135, 167, 0.24), transparent 28%),
    linear-gradient(180deg, rgba(8, 8, 8, 0.98), rgba(12, 22, 17, 0.98));
}

.offer-copy {
  position: sticky;
  top: 138px;
}

.offer-copy h2,
.instructor-copy h2 {
  margin: 0;
  color: #fff7df;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.08;
}

.offer-copy p,
.instructor-copy p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.offer-stack {
  display: grid;
  gap: 14px;
}

.offer-stack article {
  display: grid;
  gap: 8px;
  padding: 22px 24px;
}

.offer-stack strong {
  color: #fff7df;
  font-size: 22px;
  line-height: 1.2;
}

.offer-stack span {
  color: var(--muted);
}

.lesson-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.lesson-grid article {
  padding: 26px;
}

.lesson-grid span,
.timeline span {
  color: var(--gold-bright);
  font-weight: 900;
}

.lesson-grid h3,
.timeline h3 {
  margin: 12px 0 8px;
  font-size: 24px;
  line-height: 1.2;
  color: #fff7df;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.timeline div {
  position: relative;
  overflow: hidden;
  padding: 24px;
}

.timeline div::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--gold-bright), rgba(216, 183, 106, 0));
}

.audience-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(300px, 1.05fr);
  gap: 44px;
  align-items: start;
  background:
    linear-gradient(135deg, rgba(4, 6, 5, 0.98), rgba(20, 48, 34, 0.94)),
    var(--paper);
  color: #fff;
}

.instructor-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.52fr) minmax(320px, 1fr);
  gap: clamp(26px, 5vw, 56px);
  align-items: center;
  width: min(1160px, calc(100% - 40px));
  margin: 70px auto;
  padding: clamp(26px, 5vw, 48px);
}

.instructor-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.instructor-media img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 4px solid rgba(216, 183, 106, 0.5);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.instructor-media img:nth-child(2) {
  margin-top: 38px;
}

.instructor-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.instructor-metrics span {
  display: grid;
  gap: 2px;
  padding: 14px;
  color: var(--muted);
  background: rgba(216, 183, 106, 0.08);
  border: 1px solid rgba(216, 183, 106, 0.18);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
}

.instructor-metrics strong {
  color: var(--gold-bright);
  font-size: 28px;
  line-height: 1;
}

.audience-copy {
  width: min(620px, 100%);
}

.check-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li {
  padding: 18px 20px;
  color: rgba(248, 240, 223, 0.92);
  background: rgba(216, 183, 106, 0.08);
  border: 1px solid rgba(216, 183, 106, 0.18);
  border-radius: 8px;
}

.signup-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: 44px;
  align-items: center;
}

.signup-copy {
  max-width: 620px;
}

.gift-card {
  position: relative;
  display: grid;
  gap: 10px;
  margin-top: 24px;
  padding: 22px 24px;
  overflow: hidden;
  color: #fff7df;
  background:
    linear-gradient(135deg, rgba(15, 42, 72, 0.92), rgba(9, 9, 12, 0.94)),
    radial-gradient(circle at 86% 18%, rgba(216, 183, 106, 0.32), transparent 34%);
  border: 1px solid rgba(153, 207, 255, 0.28);
  border-radius: 8px;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.26);
}

.gift-card::after {
  position: absolute;
  right: -34px;
  bottom: -40px;
  width: 150px;
  height: 150px;
  content: "";
  background: linear-gradient(135deg, rgba(244, 217, 144, 0.24), rgba(125, 184, 237, 0.18));
  border-radius: 999px;
}

.gift-badge {
  width: fit-content;
  padding: 6px 10px;
  color: #101013;
  background: var(--gold-bright);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.gift-card strong {
  font-size: 24px;
  line-height: 1.2;
}

.gift-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(248, 240, 223, 0.78);
  font-size: 16px;
}

.countdown {
  display: inline-grid;
  gap: 2px;
  margin-top: 24px;
  padding: 16px 20px;
  color: #fff7df;
  background: rgba(185, 15, 34, 0.18);
  border: 1px solid rgba(244, 217, 144, 0.28);
  border-radius: 8px;
}

.countdown span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.countdown strong {
  font-size: 34px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.signup-form {
  display: grid;
  gap: 18px;
  padding: 28px;
}

.signup-form label {
  display: grid;
  gap: 8px;
  font-weight: 900;
}

.signup-form input,
.signup-form select,
.signup-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  color: #fff7df;
  background: rgba(0, 0, 0, 0.24);
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

.signup-form textarea {
  min-height: 118px;
  resize: vertical;
}

.signup-form option {
  color: #101013;
}

.signup-form input::placeholder,
.signup-form textarea::placeholder {
  color: rgba(248, 240, 223, 0.42);
}

.hidden-field {
  display: none;
}

.thank-you-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 72% 16%, rgba(216, 183, 106, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(5, 11, 22, 0.98), rgba(7, 9, 8, 0.98));
}

.thank-you-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px clamp(18px, 5vw, 64px);
  background: linear-gradient(180deg, rgba(7, 9, 8, 0.92), rgba(7, 9, 8, 0.46));
  border-bottom: 1px solid rgba(216, 183, 106, 0.18);
  backdrop-filter: blur(14px);
}

.thank-you-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 120px clamp(20px, 6vw, 80px) 80px;
}

.thank-you-card {
  width: min(760px, 100%);
  overflow: hidden;
  position: relative;
}

.thank-you-card::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 82% 18%, rgba(244, 217, 144, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 44%);
}

.thank-you-card h1 {
  position: relative;
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 6vw, 72px);
  line-height: 1.05;
}

.thank-you-card > * {
  position: relative;
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.signup-form button {
  min-height: 54px;
  padding: 14px 18px;
  font-size: 16px;
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.form-note.success {
  color: var(--gold-bright);
  font-weight: 900;
}

.faq-section {
  width: min(980px, 100%);
  margin: 0 auto;
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.98), rgba(11, 17, 13, 0.98));
}

details {
  padding: 20px 22px;
  margin-top: 12px;
}

summary {
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  color: #fff7df;
}

.site-footer {
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  padding: 46px clamp(20px, 6vw, 80px) 52px;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(circle at 50% 18%, rgba(57, 108, 156, 0.26), transparent 34%),
    #050605;
  border-top: 1px solid rgba(153, 207, 255, 0.18);
}

.footer-logo {
  width: min(520px, 88vw);
  height: auto;
  border-radius: 8px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
}

.site-footer p {
  margin: 0;
  color: rgba(248, 240, 223, 0.78);
  font-size: clamp(18px, 3vw, 26px);
  font-weight: 900;
}

.site-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  color: #120f0a;
  background: linear-gradient(135deg, var(--gold-bright), #b88a32);
  border-radius: 999px;
  box-shadow: 0 18px 38px rgba(216, 183, 106, 0.24);
  font-weight: 900;
}

.site-footer small {
  color: rgba(248, 240, 223, 0.52);
  font-size: 13px;
  letter-spacing: 0;
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }

  .hero {
    min-height: 86vh;
    grid-template-columns: 1fr;
  }

  .profile-grid,
  .market-case-card,
  .godfather-card,
  .character-grid,
  .precision-section,
  .pain-grid,
  .offer-section,
  .lesson-grid,
  .timeline,
  .instructor-section,
  .audience-section,
  .signup-section {
    grid-template-columns: 1fr;
  }

  .precision-copy,
  .offer-copy {
    position: static;
  }

  .post-card {
    min-height: 190px;
  }
}

@media (max-width: 620px) {
  .site-header {
    top: 34px;
    padding: 10px 16px;
  }

  .top-strip {
    min-height: 34px;
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
  }

  .brand {
    font-size: 15px;
  }

  .brand-logo-frame {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .nav-cta {
    padding: 9px 12px;
  }

  .hero {
    padding: 128px 18px 52px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(4, 6, 5, 0.97) 0%, rgba(6, 12, 9, 0.88) 100%),
      linear-gradient(0deg, rgba(5, 6, 5, 0.82) 0%, rgba(5, 6, 5, 0.08) 42%);
  }

  .hero h1 {
    font-size: 42px;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  section:not(.hero) {
    padding: 62px 18px;
  }

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

  .hero-panel,
  .pain-grid article {
    min-height: auto;
  }

  .instructor-section {
    width: calc(100% - 36px);
    margin: 42px auto;
  }

  .instructor-metrics {
    grid-template-columns: 1fr;
  }

  .stats strong {
    font-size: 20px;
  }

  .site-footer {
    align-items: center;
    flex-direction: column;
  }
}

.granny-case {
  grid-template-columns: minmax(280px, 0.96fr) minmax(280px, 0.74fr);
  background:
    radial-gradient(circle at 86% 10%, rgba(255, 255, 255, 0.42), transparent 24%),
    linear-gradient(135deg, rgba(255, 107, 168, 0.94), rgba(108, 24, 78, 0.96));
  border-color: rgba(255, 214, 232, 0.46);
}

.granny-case .market-case-label {
  color: #5b113a;
  background: #ffd6e8;
}

.granny-case .market-case-copy span {
  color: #ffe8f2;
}

.granny-case .market-case-copy p {
  color: rgba(255, 249, 252, 0.82);
}

.granny-case .market-case-copy a {
  width: fit-content;
  padding: 12px 18px;
  color: #5b113a;
  background: #fff3f8;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(91, 17, 58, 0.2);
}

.ig-shot {
  display: grid;
  gap: 16px;
  padding: 18px;
  color: #24121a;
  background: #fff7fb;
  border: 1px solid rgba(255, 214, 232, 0.95);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(91, 17, 58, 0.32);
}

.ig-shot-top,
.ig-profile-row,
.ig-profile-stats {
  display: flex;
  align-items: center;
}

.ig-shot-top {
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(91, 17, 58, 0.12);
}

.ig-shot-top span {
  font-weight: 900;
}

.ig-shot-top strong {
  color: #d5227a;
  font-size: 14px;
}

.ig-profile-row {
  gap: 16px;
}

.ig-profile-row img {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border: 4px solid #ffd6e8;
  border-radius: 50%;
}

.ig-profile-stats {
  flex: 1;
  justify-content: space-between;
  gap: 8px;
  text-align: center;
}

.ig-profile-stats strong {
  display: grid;
  gap: 2px;
  font-size: 20px;
  line-height: 1;
}

.ig-profile-stats span {
  color: rgba(36, 18, 26, 0.58);
  font-size: 12px;
  font-weight: 800;
}

.ig-bio {
  display: grid;
  gap: 4px;
  font-size: 14px;
}

.ig-bio span {
  color: rgba(36, 18, 26, 0.68);
}

.ig-grid-preview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.ig-grid-preview span {
  aspect-ratio: 1;
  background:
    linear-gradient(135deg, rgba(255, 214, 232, 0.96), rgba(255, 115, 178, 0.76)),
    #ffd6e8;
  border-radius: 6px;
}

.ig-grid-preview span:nth-child(2),
.ig-grid-preview span:nth-child(5) {
  background: linear-gradient(135deg, #fff3f8, #f061ad);
}

.footer-logo {
  width: min(360px, 74vw);
  max-height: 140px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 620px) {
  .ig-profile-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .ig-profile-stats {
    width: 100%;
  }

  .footer-logo {
    width: min(320px, 82vw);
    max-height: 120px;
  }
}

.real-shot {
  padding: 10px;
  background: #fff7fb;
}

.real-shot img,
.ig-page-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.ig-page-shot {
  display: block;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(216, 183, 106, 0.1)),
    #060606;
}

.ig-page-shot img {
  aspect-ratio: 430 / 932;
  object-fit: cover;
  object-position: top center;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
}

.site-footer {
  padding: 44px clamp(20px, 6vw, 80px) 48px;
  background: #05101d;
}

.footer-logo {
  display: block;
  width: min(520px, 88vw);
  max-height: none;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  box-shadow: none;
}

.ig-profile-card {
  display: grid;
  gap: 16px;
  padding: 18px;
  color: #201015;
  background: #fff8fb;
  border: 1px solid rgba(255, 214, 232, 0.92);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(91, 17, 58, 0.22);
}

.creator-profile-card {
  margin: 12px;
  color: #f8f0df;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    #080b0a;
  border-color: rgba(216, 183, 106, 0.24);
  box-shadow: none;
}

.lily-profile-card {
  background:
    linear-gradient(180deg, rgba(125, 184, 237, 0.12), rgba(255, 255, 255, 0.025)),
    #071018;
  border-color: rgba(125, 184, 237, 0.28);
}

.ig-card-bar,
.ig-card-head,
.ig-card-numbers {
  display: flex;
  align-items: center;
}

.ig-card-bar {
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(91, 17, 58, 0.12);
}

.creator-profile-card .ig-card-bar {
  border-bottom-color: rgba(216, 183, 106, 0.18);
}

.ig-card-bar span {
  width: 18px;
  height: 3px;
  background: currentColor;
  border-radius: 999px;
  opacity: 0.28;
}

.ig-card-head {
  gap: 16px;
}

.ig-card-head > img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  border: 4px solid rgba(255, 214, 232, 0.95);
  border-radius: 50%;
}

.creator-profile-card .ig-card-head > img {
  border-color: rgba(216, 183, 106, 0.58);
}

.ig-card-numbers {
  flex: 1;
  justify-content: space-between;
  gap: 8px;
  text-align: center;
}

.ig-card-numbers strong {
  display: grid;
  gap: 3px;
  font-size: 18px;
  line-height: 1;
}

.ig-card-numbers span {
  color: currentColor;
  font-size: 11px;
  font-weight: 800;
  opacity: 0.56;
}

.ig-card-bio {
  display: grid;
  gap: 4px;
  font-size: 14px;
}

.ig-card-bio span {
  opacity: 0.7;
}

.ig-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.ig-card-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 7px;
}

.granny-grid img {
  filter: saturate(1.08) contrast(1.04);
}

@media (max-width: 620px) {
  .footer-logo {
    width: min(420px, 88vw);
  }

  .ig-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .ig-card-numbers {
    width: 100%;
  }
}

.site-footer {
  background: #010a1b;
  background-image: none;
  border-top: 1px solid rgba(153, 207, 255, 0.12);
  box-shadow: none;
}

.footer-logo {
  width: min(560px, 88vw);
  background: transparent;
  box-shadow: none;
}

.pinned-posts {
  display: grid;
  gap: 16px;
  padding: 18px;
  color: #24121a;
  background: #fff8fb;
  border: 1px solid rgba(255, 214, 232, 0.92);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(91, 17, 58, 0.24);
}

.creator-pins {
  margin: 12px;
  color: #f8f0df;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    #080b0a;
  border-color: rgba(216, 183, 106, 0.24);
  box-shadow: none;
}

.lily-pins {
  background:
    linear-gradient(180deg, rgba(125, 184, 237, 0.12), rgba(255, 255, 255, 0.025)),
    #071018;
  border-color: rgba(125, 184, 237, 0.28);
}

.pinned-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(91, 17, 58, 0.12);
}

.creator-pins .pinned-header {
  border-bottom-color: rgba(216, 183, 106, 0.18);
}

.pinned-header img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border: 3px solid rgba(255, 214, 232, 0.95);
  border-radius: 50%;
}

.creator-pins .pinned-header img {
  border-color: rgba(216, 183, 106, 0.58);
}

.pinned-header div {
  display: grid;
  gap: 3px;
}

.pinned-header span {
  color: currentColor;
  font-size: 13px;
  font-weight: 800;
  opacity: 0.62;
}

.pinned-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.pinned-grid.two-posts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pinned-post {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  background: #f05fa9;
  border-radius: 12px;
}

.vertical-post {
  aspect-ratio: 4 / 5;
  min-height: 0;
}

.image-post img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.image-post span,
.text-post span {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 8px 9px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.text-post {
  display: grid;
  align-content: center;
  padding: 18px;
  color: #5b113a;
  background: linear-gradient(135deg, #ffd6e8, #ff79b8);
}

.text-post.light {
  background: linear-gradient(135deg, #fff3f8, #f061ad);
}

.text-post strong {
  font-size: clamp(20px, 3vw, 30px);
  line-height: 1.08;
}

.text-post span {
  color: #5b113a;
  background: rgba(255, 255, 255, 0.68);
}

@media (max-width: 620px) {
  .pinned-grid,
  .pinned-grid.two-posts {
    grid-template-columns: 1fr;
  }

  .pinned-post,
  .vertical-post {
    aspect-ratio: 4 / 5;
  }
}

.case-heading {
  margin-top: 54px;
}

.clean-market-case {
  grid-template-columns: minmax(280px, 0.88fr) minmax(280px, 0.72fr);
}

.granny-screenshot-frame {
  padding: 10px;
  background: #fff7fb;
  border: 1px solid rgba(255, 214, 232, 0.95);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(91, 17, 58, 0.28);
}

.granny-screenshot-frame img {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  object-position: top center;
  border-radius: 12px;
}

.showcase-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  background: linear-gradient(135deg, #050605, #13281e);
}

.showcase-media img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  object-position: top center;
  border-radius: 6px;
}

@media (max-width: 620px) {
  .clean-market-case {
    grid-template-columns: 1fr;
  }

  .granny-screenshot-frame img {
    max-height: 520px;
  }
}

.granny-screenshot-frame img {
  max-height: 680px;
  object-fit: contain;
  background: #fff;
}

@media (max-width: 620px) {
  .granny-screenshot-frame img {
    max-height: none;
  }
}

.hero-content {
  width: min(860px, 100%);
}

.hero h1 {
  max-width: 860px;
  font-size: clamp(42px, 6.2vw, 76px);
  line-height: 1.12;
  overflow-wrap: normal;
}

@media (max-width: 620px) {
  .hero h1 {
    font-size: 38px;
    line-height: 1.12;
  }
}

.reel-card video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-reel.is-playing .reel-shade,
.video-reel.is-playing .reel-topbar {
  opacity: 0;
  transition: opacity 180ms ease;
}

.video-reel .reel-progress span {
  animation-duration: 15s;
}

.nav-agent-cta {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  color: #fff7df;
  background: rgba(125, 184, 237, 0.12);
  border: 1px solid rgba(153, 207, 255, 0.34);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(20, 88, 151, 0.16);
  font-size: 14px;
  font-weight: 900;
}

.agent-page {
  background:
    radial-gradient(circle at 16% 8%, rgba(125, 184, 237, 0.22), transparent 30%),
    radial-gradient(circle at 86% 20%, rgba(216, 183, 106, 0.18), transparent 26%),
    linear-gradient(180deg, #050b14 0%, #080b0a 48%, #050605 100%);
}

.agent-hero,
.agent-service-section,
.agent-consult-section,
.agent-deliver-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
}

.agent-hero {
  min-height: 92vh;
  padding: 166px clamp(20px, 6vw, 80px) 82px;
  background:
    linear-gradient(90deg, rgba(3, 10, 22, 0.96), rgba(6, 24, 22, 0.78)),
    url("assets/hero-ai-influencer.png") center / cover;
}

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

.agent-hero h1,
.agent-service-copy h2,
.agent-consult-section h2 {
  margin: 0;
  color: #fff7df;
  font-size: clamp(42px, 6.4vw, 78px);
  line-height: 1.08;
  letter-spacing: 0;
}

.agent-hero-copy p:not(.eyebrow),
.agent-service-copy p,
.agent-consult-section p {
  margin: 24px 0 0;
  color: rgba(248, 240, 223, 0.78);
  font-size: 19px;
}

.agent-hero-visual {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
}

.agent-hero-visual article {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(153, 207, 255, 0.28);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.agent-hero-visual article:nth-child(2) {
  min-height: 500px;
}

.agent-hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.agent-hero-visual article::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.78), transparent 58%);
}

.agent-hero-visual strong,
.agent-hero-visual span {
  position: relative;
  z-index: 1;
}

.agent-hero-visual strong {
  color: #fff7df;
  font-size: 22px;
  line-height: 1.1;
}

.agent-hero-visual span {
  color: rgba(248, 240, 223, 0.7);
  font-size: 14px;
  font-weight: 800;
}

.agent-service-section,
.agent-process-section,
.agent-fit-section,
.agent-deliver-section,
.agent-consult-section,
.agent-problem-section {
  padding: 92px clamp(20px, 6vw, 80px);
}

.agent-service-section {
  background:
    radial-gradient(circle at 82% 10%, rgba(153, 207, 255, 0.18), transparent 26%),
    linear-gradient(180deg, rgba(8, 8, 8, 0.98), rgba(8, 17, 26, 0.96));
}

.agent-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.agent-service-grid article,
.agent-consult-card {
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035)),
    var(--panel);
  border: 1px solid rgba(153, 207, 255, 0.24);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.agent-service-grid strong {
  display: block;
  color: #fff7df;
  font-size: 24px;
  line-height: 1.18;
}

.agent-service-grid span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

.agent-process-section {
  background: linear-gradient(180deg, rgba(8, 17, 26, 0.96), rgba(8, 8, 8, 0.98));
}

.agent-fit-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(300px, 1.05fr);
  gap: 44px;
  align-items: start;
  background: linear-gradient(135deg, rgba(4, 10, 20, 0.98), rgba(20, 48, 34, 0.94));
}

.agent-deliver-section {
  background:
    radial-gradient(circle at 18% 12%, rgba(216, 183, 106, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(8, 8, 8, 0.98), rgba(12, 22, 17, 0.98));
}

.agent-consult-section {
  background:
    radial-gradient(circle at 78% 20%, rgba(216, 183, 106, 0.2), transparent 30%),
    linear-gradient(135deg, rgba(5, 11, 22, 0.98), rgba(7, 9, 8, 0.98));
}

.agent-consult-card {
  display: grid;
  gap: 16px;
}

.agent-consult-card strong {
  color: #fff7df;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.12;
}

.agent-consult-card p {
  margin: 0;
}

.agent-consult-card .primary-button,
.agent-consult-card .secondary-button {
  width: fit-content;
}

@media (max-width: 900px) {
  .agent-hero,
  .agent-service-section,
  .agent-consult-section,
  .agent-deliver-section,
  .agent-fit-section {
    grid-template-columns: 1fr;
  }

  .agent-hero-visual {
    grid-template-columns: 1fr;
  }

  .agent-hero-visual article,
  .agent-hero-visual article:nth-child(2) {
    min-height: 320px;
  }

  .agent-service-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .nav-agent-cta {
    display: none;
  }

  .agent-hero {
    padding: 138px 18px 62px;
  }

  .agent-hero h1,
  .agent-service-copy h2,
  .agent-consult-section h2 {
    font-size: 38px;
  }

  .agent-service-section,
  .agent-process-section,
  .agent-fit-section,
  .agent-deliver-section,
  .agent-consult-section,
  .agent-problem-section {
    padding: 64px 18px;
  }
}

.line-contact-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  color: #fff7df;
  background:
    linear-gradient(135deg, rgba(6, 199, 85, 0.16), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(6, 199, 85, 0.34);
  border-radius: 8px;
}

.line-contact-card span {
  color: #72f0a1;
  font-size: 13px;
  font-weight: 900;
}

.line-contact-card strong {
  font-size: 28px;
  line-height: 1;
}

.line-contact-card p {
  margin: 0;
  color: rgba(248, 240, 223, 0.72);
  font-size: 14px;
}

.line-contact-card a {
  width: fit-content;
  margin-top: 4px;
  padding: 10px 14px;
  color: #04140a;
  background: #72f0a1;
  border-radius: 999px;
  font-weight: 900;
}

.line-contact-card em {
  color: #72f0a1;
  font-style: normal;
  font-size: 16px;
  font-weight: 900;
}

.site-footer .footer-secondary-link {
  color: #fff7df;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(244, 217, 144, 0.28);
  box-shadow: none;
}

.partner-page {
  background:
    radial-gradient(circle at 18% 8%, rgba(216, 183, 106, 0.16), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(6, 199, 85, 0.14), transparent 28%),
    linear-gradient(180deg, #060807 0%, #0c1110 48%, #050605 100%);
}

.partner-hero,
.partner-format-section,
.partner-contact-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
}

.partner-hero {
  min-height: 92vh;
  padding: 166px clamp(20px, 6vw, 80px) 82px;
  background:
    linear-gradient(90deg, rgba(5, 8, 7, 0.98), rgba(9, 34, 26, 0.82)),
    url("assets/hero-ai-influencer.png") center / cover;
}

.partner-hero-copy {
  max-width: 790px;
}

.partner-hero h1,
.partner-contact-section h2 {
  margin: 0;
  color: #fff7df;
  font-size: clamp(42px, 6.4vw, 78px);
  line-height: 1.08;
  letter-spacing: 0;
}

.partner-hero-copy p:not(.eyebrow),
.partner-contact-section .signup-copy > p {
  margin: 24px 0 0;
  color: rgba(248, 240, 223, 0.8);
  font-size: 19px;
}

.partner-tool-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.partner-tool-board article {
  min-height: 220px;
  padding: 22px;
  background:
    linear-gradient(160deg, rgba(244, 217, 144, 0.12), rgba(255, 255, 255, 0.045)),
    rgba(6, 13, 11, 0.86);
  border: 1px solid rgba(244, 217, 144, 0.28);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.partner-tool-board span {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 6px 10px;
  color: #10100d;
  background: var(--gold-bright);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.partner-tool-board strong {
  display: block;
  color: #fff7df;
  font-size: 26px;
  line-height: 1.16;
}

.partner-tool-board p {
  margin: 12px 0 0;
  color: rgba(248, 240, 223, 0.72);
}

.partner-fit-section,
.partner-format-section,
.partner-contact-section {
  padding: 92px clamp(20px, 6vw, 80px);
}

.partner-fit-section {
  background:
    radial-gradient(circle at 84% 12%, rgba(6, 199, 85, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(8, 8, 8, 0.98), rgba(11, 20, 16, 0.98));
}

.partner-format-section {
  background:
    radial-gradient(circle at 18% 12%, rgba(216, 183, 106, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(5, 8, 7, 0.98), rgba(14, 31, 24, 0.96));
}

.partner-contact-section {
  background:
    radial-gradient(circle at 74% 12%, rgba(244, 217, 144, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(8, 13, 11, 0.98), rgba(5, 6, 5, 0.98));
}

.partner-contact-section .line-contact-card {
  margin-top: 24px;
}

.partner-form-card strong {
  color: #fff7df;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.16;
}

@media (max-width: 900px) {
  .partner-hero,
  .partner-format-section,
  .partner-contact-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .partner-page .top-strip {
    justify-content: center;
  }

  .partner-page .top-strip strong {
    display: none;
  }

  .partner-hero {
    padding: 138px 18px 62px;
  }

  .partner-hero h1,
  .partner-contact-section h2 {
    font-size: 38px;
  }

  .partner-tool-board {
    grid-template-columns: 1fr;
  }

  .partner-fit-section,
  .partner-format-section,
  .partner-contact-section {
    padding: 64px 18px;
  }
}
