:root {
  --ink: #24151f;
  --muted: #635761;
  --paper: #fffaf8;
  --soft: #f5eef1;
  --wine: #b8004f;
  --wine-dark: #850039;
  --teal: #0d6f73;
  --sky: #e9f4fb;
  --lavender: #f0e7ff;
  --honey: #fff3c4;
  --sage: #e4f3ea;
  --line: rgba(36, 21, 31, 0.13);
  --shadow: 0 24px 70px rgba(36, 21, 31, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(255, 250, 248, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand-logo {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.brand-text {
  white-space: nowrap;
}

.nav-links {
  display: flex;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.nav-links a:hover,
.social-links a:hover {
  color: var(--wine);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 800;
}

.header-cta,
.button.primary {
  background: var(--wine);
  color: white;
  box-shadow: 0 12px 30px rgba(184, 0, 79, 0.22);
}

.button.primary:hover,
.header-cta:hover {
  background: var(--wine-dark);
}

.button.secondary {
  border: 1px solid var(--line);
  background: white;
  color: var(--ink);
}

.button.large {
  min-height: 56px;
  padding-inline: 28px;
}

.section-band,
.section-wrap {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.section-wrap {
  padding: 92px 0;
}

.section-band {
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(36px, 5vw, 82px);
  align-items: center;
  min-height: calc(100vh - 92px);
  margin-top: 24px;
  padding: clamp(34px, 6vw, 76px);
  overflow: hidden;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--wine);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.03;
}

h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(46px, 7vw, 82px);
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(32px, 4vw, 54px);
}

h3 {
  margin-bottom: 18px;
  font-size: 30px;
  line-height: 1.1;
}

.hero-lead {
  max-width: 600px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 24px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  min-height: 560px;
}

.hero-showcase {
  display: grid;
  align-content: center;
  gap: 24px;
}

.showcase-collage {
  position: relative;
  min-height: 410px;
}

.showcase-photo {
  position: absolute;
  display: block;
  border: 6px solid white;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 22px 62px rgba(36, 21, 31, 0.18);
}

.showcase-main {
  top: 0;
  right: 0;
  z-index: 1;
  width: 270px;
  height: 390px;
  object-position: 50% 24%;
}

.showcase-top {
  top: 30px;
  right: 242px;
  z-index: 3;
  width: 205px;
  height: 142px;
  object-position: 50% 38%;
}

.showcase-left {
  top: 190px;
  right: 304px;
  z-index: 2;
  width: 185px;
  height: 145px;
  object-position: 56% 44%;
}

.showcase-bottom {
  left: 184px;
  bottom: 0;
  z-index: 4;
  width: 210px;
  height: 150px;
  object-position: 52% 8%;
}

.showcase-list {
  display: grid;
  width: min(520px, 100%);
  margin-left: auto;
  padding: 18px 32px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(184, 0, 79, 0.12), rgba(184, 0, 79, 0.04));
}

.showcase-list div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 22px;
  align-items: center;
  min-height: 56px;
  border-bottom: 1px solid rgba(184, 0, 79, 0.2);
}

.showcase-list div:last-child {
  border-bottom: 0;
}

.showcase-list span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--wine);
  color: white;
  font-weight: 900;
}

.showcase-list p {
  margin: 0;
  color: var(--ink);
  font-weight: 750;
}

.intro {
  max-width: 900px;
  text-align: center;
}

.intro p {
  color: var(--muted);
  font-size: 18px;
}

.intro .bold-line {
  color: var(--ink);
  font-weight: 800;
}

.video-section {
  padding: clamp(34px, 5vw, 64px);
}

.video-frame {
  position: relative;
  overflow: hidden;
  width: min(860px, 100%);
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ink);
  box-shadow: 0 18px 54px rgba(36, 21, 31, 0.16);
  aspect-ratio: 16 / 9;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-fallback {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.video-fallback a {
  color: var(--wine);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(34px, 5vw, 64px);
}

.method-copy p {
  color: var(--muted);
  font-size: 18px;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

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

.pillar-card {
  min-height: 430px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.message-card {
  background: var(--lavender);
}

.voice-card {
  background: var(--honey);
}

.presence-card {
  background: var(--sky);
}

.pillar-number {
  display: inline-block;
  margin-bottom: 32px;
  color: var(--wine);
  font-weight: 900;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 28px;
  font-weight: 650;
}

li::before,
.fit-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--wine);
}

.fit {
  padding: clamp(34px, 5vw, 64px);
}

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

.fit-item {
  position: relative;
  padding: 18px 18px 18px 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  font-weight: 700;
}

.fit-item::before {
  left: 18px;
}

.include-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.include-list div {
  padding: 24px;
  border-top: 4px solid var(--teal);
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 38px rgba(36, 21, 31, 0.08);
}

.include-list strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.include-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.authority {
  background: var(--sage);
}

.authority-with-photo {
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
}

.authority-photo-wrap {
  overflow: hidden;
  min-height: 440px;
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(36, 21, 31, 0.14);
}

.authority-photo-wrap img {
  display: block;
  width: 100%;
  height: 440px;
  object-fit: cover;
  object-position: 50% 22%;
}

.journey {
  padding: clamp(34px, 5vw, 64px);
}

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

.journey-step {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.journey-step span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--wine);
  color: white;
  font-weight: 900;
}

.journey-step h3 {
  font-size: 28px;
}

.journey-step p {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 650;
}

.journey-action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

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

blockquote {
  margin: 0;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 38px rgba(36, 21, 31, 0.08);
}

blockquote p {
  color: var(--muted);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  line-height: 1.45;
}

cite {
  color: var(--wine);
  font-style: normal;
  font-weight: 900;
}

.final-cta {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto 56px;
  padding: 72px clamp(24px, 5vw, 86px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(36, 21, 31, 0.88), rgba(133, 0, 57, 0.92)),
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.22), transparent 28%);
  color: white;
  text-align: center;
}

.cta-inner {
  max-width: 820px;
  margin: 0 auto;
}

.final-cta .eyebrow,
.final-cta p {
  color: rgba(255, 255, 255, 0.82);
}

.final-cta h2 {
  font-size: clamp(34px, 5vw, 62px);
}

.final-cta p {
  font-size: 18px;
}

.final-cta .button {
  margin-top: 20px;
  background: white;
  color: var(--wine);
  box-shadow: none;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer p {
  margin: 0;
  font-weight: 800;
}

.plans-hero {
  max-width: 980px;
  padding-bottom: 42px;
  text-align: center;
}

.plans-hero h1 {
  max-width: 900px;
  margin-inline: auto;
}

.plans-hero p:not(.eyebrow) {
  max-width: 760px;
  margin-inline: auto;
  color: var(--muted);
  font-size: 19px;
}

.pricing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding-top: 0;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 650px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 38px rgba(36, 21, 31, 0.08);
}

.price-card.featured {
  border-color: rgba(184, 0, 79, 0.45);
  box-shadow: 0 26px 80px rgba(184, 0, 79, 0.17);
  transform: translateY(-16px);
  padding-top: 44px;
}

.badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--wine);
  color: white;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.price-head {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.plan-label {
  margin-bottom: 8px;
  color: var(--wine);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.price-card h2 {
  margin-bottom: 14px;
  font-size: 34px;
}

.price {
  color: var(--ink);
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.price-sale {
  display: grid;
  gap: 8px;
}

.old-price {
  justify-self: center;
  color: var(--muted);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  text-decoration: line-through;
  text-decoration-color: var(--wine);
  text-decoration-thickness: 3px;
}

.new-price {
  color: var(--wine);
  font-size: 44px;
  line-height: 1;
}

.deal-note {
  display: inline-flex;
  justify-self: center;
  margin-top: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(184, 0, 79, 0.1);
  color: var(--wine);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.plan-summary {
  min-height: 82px;
  margin: 24px 0;
  color: var(--muted);
  font-weight: 650;
}

.price-card ul {
  flex: 1;
  margin-bottom: 28px;
}

.button.full {
  width: 100%;
}

.decision-guide {
  margin-bottom: 72px;
}

.limited-offer {
  padding-top: 0;
}

.offer-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 28px;
  align-items: center;
  padding: 32px;
  border: 1px solid rgba(184, 0, 79, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(184, 0, 79, 0.1), rgba(13, 111, 115, 0.08)),
    white;
}

.offer-strip h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 3vw, 42px);
}

.offer-strip p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  font-weight: 650;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  font-weight: 800;
}

.instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.instagram-icon {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 72% 24%, #ffd76f 0 9%, transparent 10%),
    radial-gradient(circle at 30% 100%, #fed373 0 19%, transparent 20%),
    linear-gradient(135deg, #405de6, #833ab4 33%, #c13584 58%, #e1306c 76%, #fd1d1d 100%);
  box-shadow: 0 8px 18px rgba(184, 0, 79, 0.16);
}

.instagram-icon::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 2px solid white;
  border-radius: 7px;
}

.instagram-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border: 2px solid white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

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

  .hero,
  .split,
  .pillar-grid,
  .include-list,
  .journey-grid,
  .testimonial-grid,
  .fit-grid,
  .pricing,
  .offer-strip {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 540px;
  }

  .pillar-card {
    min-height: auto;
  }

  .price-card,
  .price-card.featured {
    min-height: auto;
    transform: none;
  }
}

@media (max-width: 620px) {
  .site-header {
    gap: 12px;
  }

  .brand-text,
  .header-cta {
    display: none;
  }

  .section-wrap {
    padding: 68px 0;
  }

  .hero {
    padding: 28px 20px;
  }

  h1 {
    font-size: 42px;
  }

  .hero-visual {
    min-height: 520px;
  }

  .hero-showcase {
    gap: 18px;
  }

  .showcase-collage {
    min-height: 390px;
  }

  .showcase-main {
    width: 210px;
    height: 330px;
  }

  .showcase-top {
    right: 176px;
    width: 170px;
    height: 120px;
  }

  .showcase-left {
    top: 174px;
    right: 212px;
    width: 150px;
    height: 126px;
  }

  .showcase-bottom {
    left: 84px;
    width: 170px;
    height: 128px;
  }

  .showcase-list {
    padding: 14px 18px;
  }

  .showcase-list div {
    grid-template-columns: 34px 1fr;
    gap: 14px;
  }

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