:root {
  --black: #0F0F0F;
  --deep-black: #050505;
  --rose: #B76E79;
  --rose-dark: #A35F69;
  --gold: #D6B37F;
  --white: #FFFFFF;
  --soft-white: #F8F8F8;
  --gray: #E5E5E5;
  --burgundy: #3A111C;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: var(--white);
  color: var(--black);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

section {
  padding: 80px 8%;
}

.btn {
  display: inline-block;
  text-decoration: none;
  border-radius: 6px;
  padding: 14px 34px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.3s ease;
  text-align: center;
}

.primary-btn,
.price-btn {
    padding: 14px 24px;
  background: linear-gradient(
    135deg,
    #f8e7b0 0%,
    #d9b76e 25%,
    #c79a3f 50%,
    #e8cf8a 75%,
    #fff1bd 100%
  ) !important;

  color: #15110a !important;
  border: 1px solid rgba(255, 230, 170, 0.65);

  box-shadow:
    0 0 10px rgba(217, 183, 110, 0.25),
    0 6px 16px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);

  font-weight: 900;

  white-space: nowrap;
  max-width: 100%;
}

.general-card {
  padding-top: 86px;
}

.general-card ul {
  margin-bottom: 38px;
}

.general-card .price-btn {
  max-width: 260px;
  align-self: center;
  white-space: normal;
}

.primary-btn {
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.primary-btn:hover,
.price-btn:hover {
  background: linear-gradient(
    135deg,
    #fff0c2 0%,
    #e3c47b 25%,
    #c0913d 50%,
    #f0d994 75%,
    #fff6d4 100%
  ) !important;

  transform: translateY(-2px);

  box-shadow:
    0 0 18px rgba(217, 183, 110, 0.45),
    0 8px 20px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);

  opacity: 1;
}

.primary-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.7),
        transparent
    );

    transition: 0.8s;
}

.primary-btn:hover::before {
    left: 150%;
}
/* HERO */

.hero {
  min-height: auto;
  background:
    radial-gradient(circle at left, rgba(183, 110, 121, 0.18), transparent 32%),
    linear-gradient(135deg, var(--deep-black), var(--black));
  color: var(--white);
  padding: 25px 8% 35px;
  overflow: hidden;
}

.hero-content {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  column-gap: 45px;
  row-gap: 20px;
  align-items: center;
}

.challenge-label {
  color: var(--gold);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 14px;
  text-align: left;
}

.challenge-audience {
    color: #d86b8d;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
    text-align: left;
}

.hero-text h1 {
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.95;
  max-width: 700px;
}

.hero-promise {
  color: var(--gold);
  font-weight: 700;
  font-size: 1.15rem;
  margin: 8px 0 16px;
}

.hero-quote {
  font-family: Georgia, serif;
  font-style: italic;
  color: var(--gray);
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 380px;
  margin: 5px auto 0;
  text-align: center;
}

.hero-quote span {
  display: block;
  color: #d86b8d;
  font-weight: 700;
  margin-top: 10px;
  font-size: 1.15rem;
}

.hero-bullets {
  list-style: none;
  padding: 0;
  margin: 12px 0;
}

.hero-bullets li {
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 700;
}

.hero-bullets li::before {
  content: "✓";
  color: #d86b8d;
  margin-right: 10px;
}

.hero-btn {
  display: inline-block;
  margin-top: 10px;
}

.nav {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 50px;
}

.brand-small {
  font-size: 22px;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 1px;
}

.brand-small span {
  color: var(--rose);
}

.brand-small p {
  font-size: 11px;
  color: var(--gold);
  margin-top: 4px;
  font-weight: 400;
}

.hero-image-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.hero-image {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 420px;
    border-radius: 22px;
    border: 1px solid var(--gold);
    box-shadow: 0 25px 80px 
rgba(0, 0, 0, 0.45);
}

.eyebrow {
  color: var(--rose);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 0 0 8px
rgba(216,107,141,0.25)
}

h1 {
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 0.95;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: -2px;
}

h1 span {
  color: var(--rose);
}

.subheadline {
  color: var(--gray);
  font-size: 1.3rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

.event-details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 8px 0;
}

.event-details div {
  border: 1px solid #d86b8d;
  box-shadow: 0 0 12px
  rgba(216,107,141,.20);
  padding: 8px 12px;
  border-radius: 6px;
  color: var(--gray);
  font-size: 0.9rem;
}

/* PROBLEM SOLUTION */

.problem-solution {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  background: var(--soft-white);
  padding: 30px 40px;
}

.info-card {
  background: var(--white);
  padding: 40px;
  border-radius: 18px;
  border: 1px solid rgba(183, 110, 121, 0.22);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}

.problem-card{
    border-top: 4px solid #d86b8d;
}

.solution-card{
    border-top: 4px solid var(--gold);
}

.section-label {
  color: #d8b48f !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
  font-size: 0.85rem;
  margin-bottom: 8px;
}

  /* DAY BY DAY BREAKDOWN */

.day-breakdown {
  background: #050505;
  color: #ffffff;
  padding: 90px 8% 100px;
  text-align: center;
}

.day-breakdown h2 {
  font-size: 44px;
  margin-bottom: 50px;
}

.day-breakdown h2 span {
  color: #d86b8d;
}

.day-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.day-card {
    .day-card {
    background: #fcf7fa;
    border: none;
    border-radius: 14px;
    padding: 28px 20px;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.day-card span {
  display: inline-block;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8rem;
  margin-bottom: 14px;
}

.day-card h3 {
  font-size: 1.4rem;
  margin-bottom: 14px;
  color: #111;
}

.day-card p {
  color: #222;
  line-height: 1.6;
  font-size: 0.95rem;
}

@media (max-width: 1000px) {
  .day-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 650px) {
  .day-grid {
    grid-template-columns: 1fr;
  }
}
}

.center {
  text-align: center;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.1;
  margin-bottom: 22px;
}

h2 span {
  color: var(--rose);
}

.info-card p {
  margin-bottom: 16px;
}

.info-card ul,
.price-card ul {
  list-style: none;
  margin-top: 18px;
}

.info-card li,
.price-card li {
  margin-bottom: 12px;
  padding-left: 26px;
  position: relative;
}

.info-card li::before,
.price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--rose);
  font-weight: 900;
}

/* OUTCOMES */

.outcomes {
  background: #050505;
  color: #ffffff;
  padding: 70px 8% 110px;
  text-align: center;
}

.outcomes h2 {
  font-size: 44px;
  margin-bottom: 25px;
  color: #ffffff;
}

.outcomes h2 span {
  color: #d86b8d;
}

.outcome-intro {
    max-width: 700px;
    margin: 0 auto 10px;
}

.outcome-intro p {
    font-size: 20px;
    line-height: 1.7;
    color: #eeeeee;
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.outcome-box {
  border: 1px solid #d86b8d;
  border-radius: 14px;
  padding: 18px 20px;
  min-height: 140px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 0 18px rgba(216,180,143,.12);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;

  transition: all 0.3s ease;
cursor: default;
}
/* WHITE DAY BREAKDOWN */

.day-breakdown-white {
  background: #f7f5f0;
  color: #111;
  margin-top: 25px;
  padding: 80px 8% 90px;
  text-align: center;
  padding-bottom: 50px;
  box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.08);
}

.day-breakdown-white h2 {
  font-size: 44px;
  margin-bottom: 45px;
  color: #111111;
}

.day-breakdown-white h2 span {
  color: #d86b8d;
}

.day-timeline {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    gap: 24px;
    position: relative;
}

/* Vertical Pink Timeline */
.day-timeline::before {
    content: "";
    position: absolute;
    left: 28px;
    top: 40px;
    bottom: 40px;
    width: 3px;
    background: #d86b8d;
    opacity: 0.35;
}

.day-row {
    display: grid;
    grid-template-columns: 95px 1fr;
    gap: 24px;
    align-items: center;
    text-align: left;
    background: #fcf7fa;
    border: 2px solid rgba(214, 179, 127, 0.45);
    border-radius: 20px;
    padding: 32px 36px;
    box-shadow: 0 8px 20px rgba(214, 179, 127, 0.10);
    position: relative;
    transition: all 0.3s ease;
    cursor: default;
}

.day-row:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.10);
    transition: all 0.3s ease;
}

.day-row > span {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    color: #d86b8d;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    padding-right: 24px;
    border-right: 2px solid rgba(214, 179, 127, 0.45);
    height: 70%;
}

.day-row h3 {
  font-size: 1.8rem;
  margin-bottom: 6px;
  font-weight: 800;
  color: #111;
}

.day-row p {
  color: #333;
  line-height: 1.6;
}

@media (max-width: 650px) {
  .day-row {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.outcome-box:hover {
    transform: translateY(-6px);
    border-color: #ff7aa2;
    box-shadow: 0 0 25px rgba(216, 107, 141, 0.45);
}

.outcome-icon {
  font-size: 46px;
  margin-bottom: 18px;
  padding-top: 8px;
  color: #d8b48f;
  text-shadow: 
      0 0 8px rbga(216,180,143,.35),
      0 0 16px rbga(216,180,143,.15)
}

.outcome-box p {
  font-size: 15px;
  line-height: 1.5;
  color: #eeeeee;
  max-width: 280px;
}

.outcome-box h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ffffff;
}


@media (max-width: 900px) {
  .outcome-grid {
    grid-template-columns: 1fr;
  }

  .outcomes h2 {
    font-size: 34px;
  }
}


/* PRICING */

.pricing {
  background: var(--white);
  text-align: center;
  padding: 70px 20px 80px;
}

.pricing h2 {
  margin: 8px 0 10px;
  color: #111111;
}

.pricing-intro {
  max-width: 760px;
  margin: 0 auto 35px;
  line-height: 1.6;
}

.pricing-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: stretch;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid rgba(183, 110, 121, 0.35);
  border-radius: 24px;
  text-align: left;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.07);
  padding: 0 28px 32px;
  min-height: 690px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.price-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.12);
}

.price-card h3 {
  margin: 45px 0 14px;
  min-height: 55px;
  color: #c97a8f;
  font-size: 1.8rem;
  text-transform: uppercase;
  text-align: left;
}

.elite-description,
.vip-description,
.general-description {
  min-height: 88px;
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.7;
  font-style: italic;
}

.general-description,
.vip-description {
  color: #555555;
}

.elite-description {
  color: var(--gold);
}

.price,
.vip-price {
  min-height: 85px;
  display: flex;
  align-items: flex-start;
  font-size: 3.2rem;
  font-weight: 900;
  margin: 0 0 18px;
  color: #000000;
}

.price-card ul {
  flex-grow: 1;
  display: block;
  margin: 20px 0;
  padding-left: 20px;
}

.price-card li {
  display: list-item;
  color: #333333;
  margin-bottom: 10px;
  line-height: 1.5;
}

.price-card .btn {
  width: 100%;
  margin-top: auto;
}

/* ELITE VIP CARD */

.dark-card {
  background: #050505;
  border: 2px solid #d9b36c;
  box-shadow:
    0 0 20px rgba(214, 182, 122, 0.12),
    0 10px 30px rgba(0, 0, 0, 0.25);
}

.dark-card h3 {
  color: #d9b36c;
}

.dark-card .price,
.dark-card li {
  color: var(--gray);
}

.dark-card p:not(.card-top-banner):not(.tier-tagline) {
  color: var(--gray);
}

.dark-card .tier-tagline {
  color: #b76e79;
  font-weight: 800;
}

/* VIP CARD */

.featured-card {
  transform: scale(1.03);
  border: 2px solid #b76e79;
  background: linear-gradient(180deg, #ffffff 0%, #fffdf6 100%);
  box-shadow:
    0 0 14px rgba(183, 110, 121, 0.12),
    0 12px 28px rgba(183, 110, 121, 0.10);
}

.featured-card h3 {
  color: #b76e79;
}

.featured-card .vip-price {
  color: #111111;
}

/* TOP BANNERS */

.card-top-banner {
  display: block;
  width: calc(100% + 56px);
  margin-left: -28px;
  margin-right: -28px;
  padding: 12px 18px;
  text-align: center;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-sizing: border-box;
}

.gold-badge {
  background: linear-gradient(
    135deg,
    #f4e7c8 0%,
    #d4b06a 52%,
    #a9783f 100%
  );
  color: #ffffff;
  box-shadow:
    0 0 10px rgba(212, 176, 106, 0.24),
    0 0 18px rgba(212, 176, 106, 0.14);
}

.most-popular {
  background: linear-gradient(
    135deg,
    #d8a7b1 0%,
    #b76e79 55%,
    #a95f6f 100%
  );
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(183, 110, 121, 0.18);
}

.invisible-banner {
  visibility: hidden;
  background: transparent;
  box-shadow: none;
}

/* TAGLINES */

.tier-tagline {
  color: var(--rose);
  font-weight: 800;
  margin-bottom: 12px;
}

/* MOBILE */

@media (max-width: 900px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .featured-card {
    transform: none;
  }

  .price-card {
    min-height: auto;
  }
}

/* =========================
   ABOUT SECTION
========================= */

.about {
  background:
    radial-gradient(circle at left, rgba(183,110,121,.18), transparent 30%),
    var(--black);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
  align-items: center;
  padding: 80px 8%;
}

.about-card {
  text-align: center;
}

.about-image img {
  width: 250px;
  height: auto;
  display: block;
  margin: 0 auto;
  border: 3px solid #d8b48f;
  border-radius: 14px;
  box-shadow:
    0 0 0 1px rgba(216,180,143,.30),
    0 15px 35px rgba(0,0,0,.35);
}

.about-name {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 700;
  color: #f2a6bd;
  font-size: 1.8rem;
  text-align: center;
  margin: 12px 0 8px;
}

.about-name::after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background: #d8b48f;
  margin: 12px auto 0;
}

.about-credentials {
  color: #ffffff;
  font-size: .88rem;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 1px;
  margin: 15px 0 0;
  margin-top: 10px;
}

.about-closing {
  color: #e6c36a;
  text-align: center;
  font-weight: 900;
  font-size: 1.05rem;
  line-height: 1.5;
  margin: 26px 0 0;
}

.about-text {
  max-width: 620px;
}

.about-text .section-label {
  color: #d8b48f;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
  margin-bottom: 14px;
}

.about-text h2 {
  color: #ffffff;
  font-size: 2.45rem;
  line-height: 1.12;
  margin: 0 0 24px;
}

.about-text p {
  color: #f1f1f1;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 6px;
}

.about-pain {
  color: #f2a6bd !important;
  font-size: 1.15rem !important;
  font-weight: 900 !important;
  line-height: 1.5 !important;
  margin: 22px 0 !important;
}

.about-gold {
  color: #e6c36a !important;
  font-size: 1.7rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  margin: 26px 0 !important;
  text-align: center !important;
}

.about-highlight {
    color: #f2c66d;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 30px 0;
}

.about .btn {
  margin-top: 14px;
}

/* FAQ SECTION - WHITE VERSION */
.faq-section {
  background: #ffffff;
  color: #17171a;
  padding: 70px 6% 100px;
}

.faq-container {
  max-width: 1180px;
  margin: 0 auto;
}

.faq-eyebrow {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #b88a4a;
  font-weight: 800;
  font-size: 0.85rem;
  margin-bottom: 14px;
}

.faq-section h2 {
  text-align: center;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1.05;
  margin-bottom: 22px;
  color: #17171a;
}

.faq-intro {
  max-width: 820px;
  margin: 0 auto 54px;
  text-align: center;
  color: #444;
  font-size: 1.08rem;
  line-height: 1.7;
  font-weight: 600;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.faq-item {
  background: #ffffff;
  border: 1px solid rgba(190, 135, 150, 0.35);
  border-radius: 22px;
  padding: 24px 28px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
}

.faq-item:nth-child(even) {
  border-color: rgba(184, 138, 74, 0.38);
}

.faq-item h3 {
  color: #b05a78;
  font-size: 1.35rem;
  margin-bottom: 16px;
  line-height: 1.25;
}

.faq-item p {
  color: #333;
  line-height: 1.75;
  font-size: 0.98rem;
  font-weight: 500;
  margin-bottom: 14px;
}

.faq-item p:last-child {
  margin-bottom: 0;
}

.faq-cta {
    max-width: 900px;
    margin: 60px auto 0;
    padding: 45px 40px 55px;
    background: #ffffff;
    border: 1px solid rgba(184,138,74,.20);
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.faq-cta p {
  color: #17171a;
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 24px;
}

.faq-button {
  display: inline-block;
  background: linear-gradient(135deg, #caa15e, #f0d58d);
  color: #111114;
  text-decoration: none;
  padding: 18px 42px;
  min-width: 320px;
  border-radius: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(184, 138, 74, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.faq-button {
  position: relative;
  overflow: hidden;
  animation: faqPulse 1.8s ease-in-out infinite;
}

.faq-button:hover {
  transform: translateY(-4px) scale(1.03);
}

.highlight-gold{
color:#b88a4a !important;
font-weight:800;
font-size:1.5rem;
letter-spacing: .5px;
font-style: italic;
}

.highlight-pink{
color:#b76b84 !important;
font-weight:700;
font-size:1.15rem;
}

.pink-text{
color:#b76b84 !important;
font-weight:700;
}

.gold-text{
color:#b88a4a !important;
font-weight:700;
}

@keyframes faqPulse {
  0% {
    transform: translateY(0);
    box-shadow: 0 12px 30px rgba(184, 138, 74, 0.25);
  }

  50% {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(184, 138, 74, 0.38);
  }

  100% {
    transform: translateY(0);
    box-shadow: 0 12px 30px rgba(184, 138, 74, 0.25);
  }
}


.faq-transition {
    max-width: 850px;
    margin: 60px auto 0;
    text-align: center;
    background: rgba(255,255,255,0.75);
    border: 1px solid rgba(190,135,150,0.25);
    border-radius: 24px;
    padding: 40px;
}

.faq-transition h3 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #17171a;
}

.faq-transition p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 15px;
}

/* FAQ MOBILE */
@media (max-width: 800px) {
  .faq-section {
    padding: 70px 5%;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .faq-item {
    padding: 26px;
  }

  .faq-section h2 {
    font-size: 2.35rem;
  }
}

/* FINAL CTA */

.final-cta {
  background:
    linear-gradient(rgba(255,255,255,0.92), rgba(255,255,255,0.92)),
    var(--soft-white);
  text-align: center;
}

.final-cta p {
  max-width: 760px;
  margin: 0 auto 18px;
}

.framework {
  color: var(--rose);
  font-weight: 800;
  letter-spacing: 1px;
}

footer {
  background: var(--black);
  color: var(--rose);
  text-align: center;
  padding: 25px 8%;
  letter-spacing: 1.5px;
  font-size: 0.9rem;
}

footer p:last-child {
  color: var(--gold);
  margin-top: 5px;
  font-size: 0.8rem;
}



/* RESPONSIVE */

@media (max-width: 1000px) {
  .hero-content,
  .problem-solution,
  .pricing-grid,
  .about {
    grid-template-columns: 1fr;
  }

  .featured-card {
    transform: none;
    margin-top: 0;
  }

  .outcome-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero {
    min-height: auto;
  }
}

@media (max-width: 600px) {
  section {
    padding: 60px 6%;
  }

  .hero {
    padding: 25px 6% 60px;
  }

  .outcome-grid {
    grid-template-columns: 1fr;
  }

  .event-details {
    flex-direction: column;
  }

  h1 {
    font-size: 3rem;
  }
}

