@import "tailwindcss";

:root {
  --ink: #29192b;
  --plum: #5d0a43;
  --wine: #761757;
  --rose: #a44d7d;
  --blush: #f7edf2;
  --cream: #fffaf4;
  --gold: #c8924c;
  --gold-light: #e5c99d;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; }
img { max-width: 100%; }

.announcement {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 20px;
  background: var(--plum);
  color: white;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.pulse { width: 7px; height: 7px; background: #ffcf6e; border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,207,110,.15); }
.nav {
  height: 82px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font-family: Georgia, serif; font-weight: 700; font-size: 18px; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50% 50% 48% 52%; background: var(--plum); color: white; font-style: italic; }
.nav-links { display: flex; gap: 30px; font-size: 13px; font-weight: 700; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--wine); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 5px;
  background: linear-gradient(135deg, #b77833, #d6a75e);
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(111,64,28,.17);
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 35px rgba(111,64,28,.25); }
.button-small { min-height: 42px; padding: 10px 16px; font-size: 10px; }
.hero {
  min-height: 700px;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  align-items: center;
  max-width: 1220px;
  margin: 0 auto;
  padding: 70px 28px 100px;
  overflow: hidden;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow { color: var(--wine); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-light); }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.035em; }
h1 { max-width: 700px; margin: 22px 0; font-size: clamp(52px, 6.2vw, 86px); line-height: .99; }
h1 em { color: var(--wine); font-weight: 400; }
.lead { max-width: 620px; font-size: 19px; line-height: 1.7; color: #5d4c5c; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.text-link { font-size: 13px; font-weight: 800; text-underline-offset: 5px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 42px; color: #756873; font-size: 12px; }
.trust-row span::before { content: '✓'; color: var(--gold); margin-right: 7px; font-weight: 900; }
.hero-visual { min-height: 550px; position: relative; display: grid; place-items: center; }
.portrait-link { position: relative; z-index: 2; display: block; width: min(100%, 500px); }
.portrait { display: block; width: 100%; filter: drop-shadow(0 30px 32px rgba(69,23,55,.16)); transition: transform .35s ease; }
.portrait-link:hover .portrait { transform: scale(1.015); }
.orb { position: absolute; border-radius: 50%; }
.orb-one { width: 430px; height: 430px; background: linear-gradient(135deg, #ead4df, #f9f0e8); right: 1%; top: 8%; }
.orb-two { width: 180px; height: 180px; border: 1px solid #d8b47e; left: 3%; bottom: 5%; }
.expert-card { position: absolute; z-index: 3; right: 0; bottom: 8%; width: 250px; padding: 18px 22px; background: rgba(255,255,255,.92); border-left: 3px solid var(--gold); box-shadow: 0 16px 45px rgba(56,22,44,.13); }
.expert-card strong { display: block; font-family: Georgia, serif; font-size: 18px; }
.expert-card span { display: block; margin-top: 6px; font-size: 10px; line-height: 1.4; text-transform: uppercase; letter-spacing: .09em; color: #766773; }
.intro { padding: 100px max(7vw,28px); text-align: center; background: var(--plum); color: white; }
.intro h2 { max-width: 950px; margin: 18px auto 24px; font-size: clamp(37px,5vw,64px); line-height: 1.08; }
.intro > p:last-child { max-width: 780px; margin: auto; color: #ead4e2; font-size: 17px; line-height: 1.8; }
.outcomes { max-width: 1220px; margin: auto; padding: 120px 28px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.section-heading h2, .program h2, .investment h2, .fit h2 { margin: 15px 0 0; font-size: clamp(38px,4.3vw,58px); line-height: 1.08; }
.section-heading > p { color: #766875; font-size: 16px; line-height: 1.75; }
.outcome-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 58px; }
.outcome-card { min-height: 310px; padding: 35px; border: 1px solid #e6d8df; background: rgba(255,255,255,.55); }
.outcome-card > span { color: var(--gold); font-family: Georgia, serif; font-size: 30px; }
.outcome-card h3 { margin: 48px 0 16px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.outcome-card p { color: #746673; line-height: 1.7; font-size: 14px; }
.program { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; background: var(--blush); }
.product-panel { display: grid; place-items: center; min-height: 720px; padding: 70px; background: linear-gradient(145deg, #4c0737, #8a2966); overflow: hidden; }
.product-panel a { display: block; }
.product-image { display: block; filter: drop-shadow(0 28px 32px rgba(0,0,0,.3)); transition: transform .3s ease; }
.product-panel a:hover .product-image { transform: scale(1.02); }
.program-copy { padding: 90px clamp(40px,7vw,110px); align-self: center; }
.program-copy ul { list-style: none; margin: 32px 0 0; padding: 0; }
.program-copy li { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid #dfd0d8; color: #584a57; font-size: 14px; line-height: 1.45; }
.program-copy li span { color: var(--gold); font-weight: 900; }
.condition { margin: 12px 0 25px; font-size: 11px; color: #837781; }
.credential { display: grid; grid-template-columns: 1fr 300px; align-items: center; gap: 70px; padding: 90px max(10vw,28px); background: var(--plum); color: white; }
.credential h2 { max-width: 850px; margin: 14px 0 22px; font-size: clamp(35px,4vw,54px); line-height: 1.08; }
.credential p:last-child { max-width: 760px; color: #ead5e3; line-height: 1.7; }
.credential img { transition: transform .3s ease; filter: drop-shadow(0 15px 20px rgba(0,0,0,.22)); }
.credential a:hover img { transform: rotate(2deg) scale(1.03); }
.investment { max-width: 1100px; margin: auto; padding: 120px 28px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.investment-copy > p:not(.eyebrow) { color: #746673; line-height: 1.75; }
.deadline { margin-top: 28px; padding: 15px 18px; border-left: 3px solid var(--gold); background: #f5e8ed; font-weight: 800; color: var(--wine); }
.price-card { padding: 46px; text-align: center; background: linear-gradient(145deg, #6b0e4d, #914171); color: white; border-radius: 12px; box-shadow: 0 25px 70px rgba(77,20,58,.24); }
.value { text-decoration: line-through; color: #e4cddb; font-size: 13px; }
.today { margin: 23px 0 6px; font-size: 22px; }
.today strong { display: block; font-family: Georgia, serif; font-size: 61px; line-height: 1; }
.divider { height: 1px; margin: 27px auto; background: rgba(255,255,255,.2); }
.pay-full { margin-bottom: 4px; font-size: 17px; }
.save { margin: 0 0 28px; color: #f0cf91; font-weight: 800; }
.button-wide { width: 100%; }
.price-card small { display: block; margin-top: 16px; color: #e5d5df; }
.fit { max-width: 1100px; margin: auto; padding: 20px 28px 120px; text-align: center; }
.fit h2 { max-width: 800px; margin: 16px auto 48px; }
.fit-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid #e2d4dc; }
.fit-grid div { min-height: 145px; display: grid; place-items: center; align-content: center; gap: 14px; padding: 20px; border-right: 1px solid #e2d4dc; font-family: Georgia, serif; font-size: 18px; }
.fit-grid div:last-child { border-right: 0; }
.fit-grid span { color: var(--gold); }
.final-cta { padding: 100px 28px; text-align: center; background: linear-gradient(120deg, #4e0638, #8c316b); color: white; }
.final-cta h2 { max-width: 860px; margin: 16px auto 20px; font-size: clamp(40px,5vw,65px); line-height: 1.06; }
.final-cta p:not(.eyebrow) { max-width: 700px; margin: 0 auto 30px; color: #ead5e2; line-height: 1.7; }
.button-light { background: white; color: var(--plum); }
footer { padding: 55px 28px 70px; text-align: center; background: #241522; color: #cbbcc7; font-size: 11px; line-height: 1.7; }
.footer-brand { justify-content: center; margin-bottom: 20px; color: white; }
footer p { max-width: 760px; margin: 9px auto; }
.mobile-sticky { display: none; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 55px; text-align: center; }
  .lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { min-height: 500px; margin-top: 30px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-card { min-height: 240px; }
  .outcome-card h3 { margin-top: 28px; }
  .program { grid-template-columns: 1fr; }
  .product-panel { min-height: 560px; }
  .credential { grid-template-columns: 1fr 220px; }
  .investment { grid-template-columns: 1fr; gap: 45px; }
  .fit-grid { grid-template-columns: 1fr 1fr; }
  .fit-grid div:nth-child(2) { border-right: 0; }
  .fit-grid div:nth-child(-n+2) { border-bottom: 1px solid #e2d4dc; }
}

@media (max-width: 600px) {
  body { padding-bottom: 62px; }
  .announcement { font-size: 10px; }
  .nav { height: 68px; padding: 0 18px; }
  .nav > .button { display: none; }
  .brand { font-size: 15px; }
  .hero { min-height: auto; padding: 55px 20px 65px; }
  h1 { font-size: 48px; }
  .lead { font-size: 17px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; gap: 10px; text-align: left; }
  .hero-visual { min-height: 420px; margin-top: 35px; }
  .expert-card { right: 5px; bottom: 3%; width: 220px; text-align: left; }
  .orb-one { width: 330px; height: 330px; }
  .intro, .outcomes { padding: 80px 20px; }
  .intro h2 { font-size: 40px; }
  .outcome-grid { margin-top: 38px; }
  .product-panel { min-height: 390px; padding: 35px 20px; }
  .program-copy { padding: 70px 22px; }
  .credential { grid-template-columns: 1fr; text-align: center; padding: 75px 22px; }
  .credential img { width: 210px; }
  .investment { padding: 80px 20px; }
  .price-card { padding: 38px 20px; }
  .today strong { font-size: 54px; }
  .fit { padding: 10px 20px 80px; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-grid div { min-height: 110px; border-right: 0; border-bottom: 1px solid #e2d4dc; }
  .fit-grid div:last-child { border-bottom: 0; }
  .final-cta { padding: 80px 20px; }
  .mobile-sticky { position: fixed; z-index: 20; display: flex; left: 0; right: 0; bottom: 0; min-height: 62px; border-radius: 0; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
