 @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;800&family=Lato:wght@300;400;600;700&display=swap');

    *,
    *::before,
    *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    :root {
      --dark-bg: #4a1628;
      --dark-bg2: #3a1020;
      --cream-bg: #f8f0e0;
      --gold: #b8860b;
      --gold-light: #d4a017;
      --gold-btn: #9e7209;
      --gold-text: #c9962a;
      --text-dark: #2a1a10;
      --text-light: #fff;
      --card-bg: #d6c9a8;
      --card-border: #b0a080;
      --white: #fff;
    }

    html,
    body {
      margin: 0 !important;
      padding: 0 !important;
    }

    body.admin-bar {
      margin-top: 0 !important;
      padding-top: 0 !important;
    }

    .hero {
      margin-top: 0 !important;
      padding-top: 30px;
    }

    body {
      font-family: 'Lato', sans-serif;
      background: var(--cream-bg);
      color: var(--text-dark);
      padding-bottom: 80px;
    }

    /* ─── STICKY BAR ─── */
    .sticky-bar {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #111;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 12px 30px;
      z-index: 999;
      border-radius: 12px 12px 0 0;
    }

    .sticky-bar .closing-text {
      font-size: 14px;
      font-weight: 700;
    }

    .sticky-bar .timer {
      margin-top: 4px;
      font-size: 14px;
    }

    .sticky-bar .timer span {
      color: #e0507a;
      font-weight: 700;
      font-size: 18px;
      margin: 0 4px;
    }

    .sticky-bar .timer label {
      color: #999;
      font-size: 12px;
    }

    .sticky-btn {
      background: linear-gradient(135deg, #c9962a, #9e7209);
      color: #fff;
      border: none;
      padding: 14px 32px;
      font-size: 15px;
      font-weight: 800;
      letter-spacing: 1.5px;
      border-radius: 8px;
      cursor: pointer;
      text-transform: uppercase;
    }

    /* ─── HERO ─── */
    .hero {
      background: radial-gradient(ellipse at top center, #6a1e3a 0%, #3a1020 60%, #2a0c18 100%);
      color: #fff;
      text-align: center;
      padding: 40px 20px 0;
      min-height: 100vh;
    }

    .logo-wrap {
      margin-bottom: 30px;
    }

    .logo-wrap {
      text-align: center;
      margin-bottom: 30px;
    }

    .main-logo {
      width: 100%;
      max-width: 320px;
      height: auto;
      object-fit: contain;
      display: block;
      margin: 0 auto;
    }

    @media(max-width:768px) {

      .main-logo {
        max-width: 220px;
      }

    }

    .hero h1 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(26px, 4vw, 52px);
      font-weight: 700;
      line-height: 1.25;
      max-width: 900px;
      margin: 0 auto 24px;
    }

    .hero h1 .gold {
      color: var(--gold-text);
    }

    .hero .subtext {
      font-size: clamp(14px, 1.6vw, 18px);
      color: #ccc;
      max-width: 680px;
      margin: 0 auto 40px;
      line-height: 1.7;
      font-weight: 300;
    }

    /* ─── HERO CONTENT ROW ─── */
    .hero-row {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      gap: 40px;
      max-width: 1100px;
      margin: 0 auto;
      flex-wrap: wrap;
    }

    .hero-left {
      flex: 0 0 400px;
      max-width: 400px;
    }

    .event-card {
      background: var(--cream-bg);
      border-radius: 16px;
      padding: 28px;
      text-align: left;
    }

    .event-card .event-row {
      background: #fff;
      border-radius: 50px;
      padding: 14px 24px;
      margin-bottom: 14px;
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 17px;
      font-weight: 600;
      color: var(--text-dark);
    }

    .event-card .event-row .icon {
      font-size: 22px;
      color: var(--gold);
    }

    .reg-btn {
      display: block;
      width: 100%;
      background: linear-gradient(135deg, #c9962a, #8a6209);
      color: #fff;
      border: none;
      padding: 18px;
      border-radius: 10px;
      font-size: 16px;
      font-weight: 800;
      letter-spacing: 1px;
      cursor: pointer;
      text-align: center;
      margin-top: 6px;
      text-decoration: none;
    }

    .reg-btn small {
      display: block;
      font-weight: 400;
      font-size: 13px;
      opacity: 0.9;
    }

    .limited-note {
      text-align: center;
      margin-top: 12px;
      font-size: 13px;
      color: #333;
    }

    .hero-right {
      flex: 0 0 420px;
      max-width: 420px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
    }

    .host-img-wrap {
      border: 2px solid rgba(200, 160, 80, 0.4);
      border-radius: 16px;
      overflow: hidden;
      background: #333;

      height: 440px;
      /* match left card height */
    }

    .host-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .host-img-placeholder {
      width: 100%;
      height: 420px;
      background: linear-gradient(160deg, #5a3040, #3a1828);
      display: flex;
      align-items: center;
      justify-content: center;
      color: rgba(255, 255, 255, 0.3);
      font-size: 14px;
    }

    .host-label {
      text-align: center;
      margin-top: 16px;
    }

    .host-label .name {
      color: var(--gold-text);
      font-size: 22px;
      font-weight: 700;
      font-family: 'Playfair Display', serif;
    }

    .host-label .title {
      color: #fff;
      font-size: 15px;
      font-weight: 600;
      margin-top: 4px;
    }

    /* ─── SECTION ─── */
    section {
      padding: 64px 20px;
    }

    .container {
      max-width: 1100px;
      margin: 0 auto;
    }

    .section-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(22px, 3vw, 38px);
      text-align: center;
      margin-bottom: 40px;
      color: var(--text-dark);
    }

    .section-title.white {
      color: #fff;
    }

    .divider {
      width: 100px;
      height: 2px;
      background: var(--text-dark);
      margin: 0 auto 36px;
    }

    /* ─── FEATURED ON ─── */
    .featured-section {
      background: var(--cream-bg);
    }

    .logo-grid {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .logo-card {
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 12px;
      padding: 16px 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 160px;
      min-height: 80px;
      font-weight: 800;
      font-size: 18px;
      color: #333;
    }

    .logo-card.dark {
      background: #111;
      color: #fff;
    }

    .logo-card .nykaa {
      color: #f42082;
      font-size: 22px;
      font-style: italic;
      font-weight: 900;
    }

    /* ─── CHECKLIST ─── */
    .checklist {
      list-style: none;
      max-width: 820px;
      margin: 0 auto;
    }

    .checklist li {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      margin-bottom: 22px;
      font-size: 16px;
      line-height: 1.6;
    }

    .checklist li .chk {
      width: 26px;
      height: 26px;
      background: var(--gold);
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-top: 1px;
      color: #fff;
      font-size: 14px;
    }

    .checklist li strong {
      color: var(--text-dark);
    }

    /* ─── CTA BUTTON CENTER ─── */
    .cta-center {
      text-align: center;
      margin: 32px 0 10px;
    }

    .cta-btn {
      display: inline-block;
      background: linear-gradient(135deg, #c9962a, #8a6209);
      color: #fff;
      padding: 18px 56px;
      border-radius: 10px;
      font-size: 16px;
      font-weight: 800;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      text-decoration: none;
      border: none;
      cursor: pointer;
    }

    .cta-note {
      text-align: center;
      margin-top: 10px;
      font-size: 14px;
      color: #888;
    }

    /* ─── TRANSFORM SECTION ─── */
    .transform-section {
      background: var(--cream-bg);
    }

    .transform-section .subtitle {
      text-align: center;
      color: var(--gold);
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 36px;
    }

    .cards-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-bottom: 20px;
    }

    .cards-grid-2 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      max-width: 780px;
      margin: 0 auto;
    }

    .feature-card {
      background: var(--card-bg);
      border: 1.5px dashed var(--card-border);
      border-radius: 14px;
      padding: 28px 24px;
    }

    .feature-card .card-icon {
      font-size: 38px;
      margin-bottom: 14px;
      display: block;
    }

    .feature-card h3 {
      font-family: 'Playfair Display', serif;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 10px;
      color: var(--text-dark);
    }

    .feature-card p {
      font-size: 14px;
      color: #555;
      line-height: 1.65;
    }

    /* ─── AI SECTION ─── */
    .ai-section {
      background: var(--cream-bg);
    }

    .ai-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(20px, 2.5vw, 32px);
      color: var(--gold);
      text-align: center;
      margin-bottom: 48px;
      font-weight: 700;
    }

    .ai-row {
      display: flex;
      align-items: center;
      gap: 60px;
      max-width: 900px;
      margin: 0 auto;
      flex-wrap: wrap;
    }

    .ai-img-circle {
      width: 260px;
      height: 260px;
      border-radius: 50%;
      overflow: hidden;
      flex-shrink: 0;
      background: linear-gradient(135deg, #5a3040, #3a1020);
      display: flex;
      align-items: center;
      justify-content: center;
      color: rgba(255, 255, 255, 0.3);
      font-size: 13px;
    }

    .ai-img-circle img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .ai-list {
      flex: 1;
    }

    .ai-list li {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      margin-bottom: 22px;
      font-size: 16px;
      line-height: 1.6;
      list-style: none;
    }

    .ai-list .chk-gold {
      color: var(--gold);
      font-size: 22px;
      flex-shrink: 0;
    }

    .ai-demo-note {
      text-align: center;
      max-width: 700px;
      margin: 32px auto 0;
      font-size: 16px;
      color: #444;
      line-height: 1.7;
    }

    /* ─── BONUSES ─── */
    .bonus-section {
      background: var(--cream-bg);
    }

    .bonus-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(22px, 3vw, 36px);
      text-align: center;
      margin-bottom: 36px;
    }

    .bonus-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      max-width: 1000px;
      margin: 0 auto 40px;
    }

    .bonus-card {
      background: var(--card-bg);
      border: 1.5px dashed var(--card-border);
      border-radius: 14px;
      padding: 32px 24px;
      text-align: center;
    }

    .bonus-card .gift-icon {
      font-size: 48px;
      margin-bottom: 14px;
    }

    .bonus-card h3 {
      font-family: 'Playfair Display', serif;
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 12px;
    }

    .bonus-card p {
      font-size: 14px;
      color: #555;
      line-height: 1.65;
    }

    .free-text {
      font-family: 'Playfair Display', serif;
      font-size: 30px;
      text-align: center;
      margin-bottom: 8px;
    }

    .countdown-text {
      font-family: 'Playfair Display', serif;
      font-size: 26px;
      text-align: center;
      margin-bottom: 30px;
      color: #333;
    }

    /* ─── COACH SECTION ─── */
    .coach-section {
      background: radial-gradient(ellipse at center, #5a1e38 0%, #3a1020 100%);
      color: #fff;
    }

    .coach-section .section-title {
      color: #fff;
    }

    .coach-row {
      display: flex;
      align-items: flex-start;
      gap: 50px;
      max-width: 1000px;
      margin: 0 auto;
      flex-wrap: wrap;
    }

    .coach-img-wrap {
      flex: 0 0 320px;
      border-radius: 14px;
      overflow: hidden;
      background: rgba(255, 255, 255, 0.1);
    }

    .coach-img-placeholder {
      width: 100%;
      height: 420px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: rgba(255, 255, 255, 0.3);
      font-size: 13px;
    }

    .coach-img-wrap img {
      width: 100%;
      display: block;
      border-radius: 14px;
    }

    .coach-bio {
      flex: 1;
    }

    .coach-bio p {
      font-size: 15px;
      line-height: 1.85;
      color: #e0d0d8;
      margin-bottom: 18px;
    }

    /* ─── ACHIEVEMENTS SPEAKER ─── */
    .achievement-cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .award-card {
      border: 1.5px solid rgba(200, 180, 150, 0.35);
      border-radius: 14px;
      padding: 28px 20px;
      text-align: center;
    }

    .award-card .award-img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.15);
      margin: 0 auto 16px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 11px;
      color: rgba(255, 255, 255, 0.4);
    }

    .award-card h3 {
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #fff;
      margin-bottom: 8px;
    }

    .award-card p {
      font-size: 13px;
      color: #ccc;
    }

    /* ─── AWARDS GALLERY ─── */
    .awards-gallery {
      background: var(--cream-bg);
    }

    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .gallery-item {
      border-radius: 12px;
      overflow: hidden;
      background: #ddd;
      height: 220px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      color: #888;
    }

    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* ─── FOR YOU IF ─── */
    .for-you-section {
      background: var(--cream-bg);
    }

    .for-you-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 18px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .for-you-card {
      background: var(--card-bg);
      border: 1.5px dashed var(--card-border);
      border-radius: 14px;
      padding: 28px 24px;
    }

    .for-you-card .card-icon {
      font-size: 36px;
      margin-bottom: 14px;
      display: block;
    }

    .for-you-card p {
      font-size: 16px;
      font-weight: 600;
      color: var(--text-dark);
      line-height: 1.5;
    }

    /* ─── TESTIMONIALS ─── */
    .testimonials-section {
      background: var(--cream-bg);
    }

    .testimonials-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .testimonial-card {
      background: var(--card-bg);
      border: 1.5px dashed var(--card-border);
      border-radius: 14px;
      padding: 28px 24px;
    }

    .stars {
      color: #d4a017;
      font-size: 18px;
      margin-bottom: 12px;
    }

    .testimonial-card p {
      font-size: 14px;
      line-height: 1.7;
      color: #444;
      margin-bottom: 16px;
    }

    .reviewer {
      display: flex;
      align-items: center;
      gap: 8px;
      color: #c9962a;
      font-weight: 600;
      font-size: 14px;
    }

    /* ─── NOTE BOX ─── */
    .note-section {
      background: var(--cream-bg);
      padding: 20px 20px 48px;
    }

    .note-box {
      border: 2px solid #333;
      border-radius: 14px;
      padding: 32px 36px;
      max-width: 900px;
      margin: 0 auto;
      background: var(--cream-bg);
    }

    .note-box h3 {
      font-size: 20px;
      font-weight: 800;
      margin-bottom: 18px;
    }

    .note-list {
      list-style: none;
    }

    .note-list li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      font-size: 15px;
      margin-bottom: 14px;
      color: #333;
    }

    .note-list .chk-filled {
      width: 22px;
      height: 22px;
      background: var(--gold);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 12px;
      flex-shrink: 0;
      margin-top: 2px;
    }

    /* ─── FAQ ─── */
    .faq-section {
      background: radial-gradient(ellipse at center, #5a1e38 0%, #3a1020 100%);
      color: #fff;
    }

    .faq-section .section-title {
      color: #fff;
    }

    .faq-list {
      max-width: 860px;
      margin: 0 auto;
    }

    .faq-item {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .faq-item summary {
      padding: 18px 8px;
      font-size: 16px;
      cursor: pointer;
      list-style: none;
      display: flex;
      align-items: center;
      gap: 10px;
      color: #ddd;
    }

    .faq-item summary::before {
      content: '▶';
      font-size: 11px;
      color: var(--gold-text);
    }

    details[open] summary::before {
      content: '▼';
    }

    .faq-item .faq-answer {
      padding: 0 8px 18px 26px;
      font-size: 14px;
      color: #bbb;
      line-height: 1.7;
    }

    /* ─── FINAL CTA BOX ─── */
    .final-cta {
      background: var(--cream-bg);
      border-radius: 16px;
      max-width: 860px;
      margin: 40px auto 0;
      padding: 48px 36px;
      text-align: center;
    }

    .final-cta h2 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(20px, 2.5vw, 30px);
      margin-bottom: 12px;
      color: var(--text-dark);
    }

    .final-cta h2 .gold {
      color: var(--gold-text);
    }

    .final-cta p {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 28px;
      color: #333;
    }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 768px) {

      .cards-grid,
      .bonus-grid,
      .achievement-cards,
      .gallery-grid {
        grid-template-columns: 1fr;
      }

      .cards-grid-2,
      .testimonials-grid,
      .for-you-grid {
        grid-template-columns: 1fr;
      }

      .hero-row,
      .coach-row,
      .ai-row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }

      .hero-left,
      .hero-right {
        max-width: 100%;
        flex: none;
      }

      .coach-img-wrap {
        flex: none;
        width: 100%;
      }

      .ai-img-circle {
        width: 200px;
        height: 200px;
        margin: 0 auto;
      }

      .sticky-bar {
        padding: 10px 16px;
      }

      .sticky-btn {
        padding: 12px 18px;
        font-size: 13px;
      }
    }

    .ai-section {
      background: var(--cream-bg);
      padding: 80px 20px;
    }

    .ai-title {
      text-align: center;
      font-family: 'Playfair Display', serif;
      font-size: 48px;
      line-height: 1.3;
      color: #b8860b;
      max-width: 1200px;
      margin: 0 auto 60px;
      font-weight: 700;
    }

    .ai-row {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 80px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .ai-image-wrap {
      flex: 0 0 380px;
    }

    .ai-image {
      width: 100%;
      height: 380px;
      object-fit: cover;
      border-radius: 50%;
      border: 8px solid #b9b0a5;
    }

    .ai-content {
      flex: 1;
    }

    .ai-point {
      display: flex;
      align-items: flex-start;
      gap: 18px;
      margin-bottom: 34px;
    }

    .ai-point p {
      font-size: 22px;
      line-height: 1.6;
      color: #111;
      margin: 0;
    }

    .tick {
      color: #c9962a;
      font-size: 34px;
      font-weight: 900;
      line-height: 1;
      margin-top: 2px;
    }

    .ai-bottom-text {
      text-align: center;
      font-size: 24px;
      line-height: 1.7;
      max-width: 1200px;
      margin: 55px auto 0;
      color: #111;
    }

    /* MOBILE */

    @media(max-width:768px) {

      .ai-section {
        padding: 50px 20px;
      }

      .ai-title {
        font-size: 30px;
        margin-bottom: 35px;
      }

      .ai-row {
        flex-direction: column;
        gap: 35px;
      }

      .ai-image-wrap {
        flex: none;
        width: 240px;
      }

      .ai-image {
        height: 240px;
      }

      .ai-point {
        gap: 12px;
        margin-bottom: 20px;
      }

      .ai-point p {
        font-size: 16px;
      }

      .tick {
        font-size: 24px;
      }

      .ai-bottom-text {
        font-size: 18px;
        margin-top: 30px;
      }

    }

    .custom-rzp-wrapper {
      position: relative;
      width: fit-content;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .custom-rzp-wrapper form {
      position: absolute;
      inset: 0;
      z-index: 5;
      opacity: 0;
      margin: 0;
    }

    .custom-rzp-wrapper .razorpay-payment-button {
      width: 100% !important;
      height: 100% !important;
      min-height: 76px !important;
      cursor: pointer;
    }

    .custom-overlay-btn {
      min-width: 520px;
      min-height: 76px;
      padding: 18px 56px;
      position: relative;
      z-index: 1;
      pointer-events: none;
      border-radius: 12px;
    }

    /* MOBILE */

    @media(max-width:768px) {

      .custom-overlay-btn {
        min-width: 100%;
        width: 100%;
        font-size: 14px;
        padding: 16px 20px;
      }

      .custom-rzp-wrapper {
        width: 100%;
      }

    }

    .custom-rzp-wrapper iframe,
    .custom-rzp-wrapper form div {
      margin: 0 !important;
      padding: 0 !important;
    }

    .custom-rzp-wrapper {
      position: relative;
      width: 100%;
      margin: 0 auto;
    }

    .custom-rzp-wrapper form {
      position: absolute;
      inset: 0;
      z-index: 5;
      opacity: 0;
      margin: 0;
    }

    .custom-rzp-wrapper .razorpay-payment-button {
      width: 100% !important;
      height: 100% !important;
      min-height: 72px !important;
      cursor: pointer;
    }

    .custom-overlay-btn {
      width: 100%;
      min-height: 72px;
      padding: 18px 24px;
      position: relative;
      z-index: 1;
      pointer-events: none;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      text-align: center;
    }

    /* remove default razorpay spacing */

    .custom-rzp-wrapper iframe,
    .custom-rzp-wrapper form div {
      margin: 0 !important;
      padding: 0 !important;
    }

    /* mobile */

    @media(max-width:768px) {

      .custom-overlay-btn {
        padding: 16px;
        font-size: 14px;
      }

    }

    .hero-left .reg-btn {
      min-width: auto;
    }

    .reg-btn-wrapper {
      position: relative;
      width: 100%;
      min-height: 100px;
    }

    .reg-btn-wrapper .rzp-form {
      position: absolute;
      inset: 0;
      z-index: 10;
      opacity: 0;
    }

    .reg-btn-wrapper .razorpay-payment-button {
      width: 100% !important;
      height: 100% !important;
      min-height: 100px !important;
      cursor: pointer;
    }

    .reg-btn-wrapper .custom-overlay-btn {
      width: 100%;
      min-height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      pointer-events: none;
    }

    /* FORCE FULL BUTTON CLICK AREA */

    .custom-rzp-wrapper,
    .custom-rzp-wrapper form,
    .custom-rzp-wrapper form>div,
    .custom-rzp-wrapper iframe {
      width: 100% !important;
      height: 100% !important;
    }

    .custom-rzp-wrapper .PaymentButton,
    .custom-rzp-wrapper .PaymentButton--rzpTheme,
    .custom-rzp-wrapper a,
    .custom-rzp-wrapper button {
      width: 100% !important;
      height: 100% !important;
      min-height: 90px !important;
      display: block !important;
    }

    .reg-btn-wrapper {
      position: relative;
      width: 100%;
      min-height: 90px;
    }

    .reg-btn-wrapper .rzp-form {
      position: absolute;
      inset: 0;
      z-index: 20;
      opacity: 0.01;
    }

    .reg-btn-wrapper .custom-overlay-btn {
      position: relative;
      z-index: 1;
      width: 100%;
      min-height: 90px;
      pointer-events: none;
    }

    /* ─── STATS BAR ─── */
    .stats-bar-section {
      background: var(--cream-bg);
      padding: 40px 20px;
    }

    .stats-grid {
      display: flex;
      justify-content: center;
      gap: 16px;
      flex-wrap: wrap;
      max-width: 1000px;
      margin: 0 auto;
    }

    .stat-card {
      background: rgba(184, 134, 11, 0.08);
      border: 1.5px solid rgba(184, 134, 11, 0.25);
      border-radius: 16px;
      padding: 20px 28px;
      display: flex;
      align-items: center;
      gap: 16px;
      min-width: 200px;
      flex: 1;
      max-width: 230px;
    }

    .stat-icon {
      font-size: 36px;
      color: var(--gold);
      flex-shrink: 0;
    }

    .stat-text {
      display: flex;
      flex-direction: column;
    }

    .stat-number {
      font-size: 20px;
      font-weight: 800;
      color: #c9962a;
      line-height: 1.2;
    }

    .stat-label {
      font-size: 14px;
      font-weight: 600;
      color: var(--text-dark);
      margin-top: 2px;
    }

    @media (max-width: 768px) {
      .stats-grid {
        gap: 12px;
      }

      .stat-card {
        min-width: 160px;
        padding: 16px 18px;
      }

      .stat-icon {
        font-size: 28px;
      }

      .stat-number {
        font-size: 16px;
      }
    }

    /* ─── TRANSFORMATION SECTION ─── */
    .transformation-section {
      background: var(--cream-bg);
      padding: 64px 20px;
    }

    .transformation-grid {
      display: grid;
      grid-template-columns: 1.1fr 1.2fr 1fr;
      gap: 28px;
      max-width: 1100px;
      margin: 0 auto;
      align-items: center;
    }

    /* LEFT */
    .trans-heading {
      font-family: 'Playfair Display', serif;
      font-size: clamp(22px, 2.8vw, 34px);
      font-weight: 700;
      color: var(--gold);
      line-height: 1.3;
      margin-bottom: 24px;
    }

    .trans-heading .sparkles {
      color: var(--gold-light);
      font-size: 18px;
      letter-spacing: 2px;
    }

    .before-after-wrap {
      display: flex;
      align-items: center;
      gap: 10px;
      border-radius: 16px;
      overflow: hidden;
      background: #e8dcc8;
      padding: 10px;
    }

    .ba-img-wrap {
      position: relative;
      flex: 1;
      border-radius: 12px;
      overflow: hidden;
    }

    .ba-label {
      position: absolute;
      top: 8px;
      left: 8px;
      background: rgba(0, 0, 0, 0.55);
      color: #fff;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 1.5px;
      padding: 3px 8px;
      border-radius: 4px;
      z-index: 2;
    }

    .after-label {
      left: auto;
      right: 8px;
    }

    .ba-img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      object-position: top;
      display: block;
      border-radius: 12px;
    }

    .ba-divider {
      flex-shrink: 0;
      width: 36px;
      height: 36px;
      background: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
      z-index: 3;
    }

    /* MIDDLE */
    .trans-middle {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .mid-img-wrap {
      border-radius: 16px;
      overflow: hidden;
    }

    .mid-img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      display: block;
    }

    /* RIGHT */
    .trans-right {
      background: #fff;
      border-radius: 20px;
      padding: 36px 28px;
      text-align: center;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
      align-self: stretch;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .quote-icon {
      font-size: 52px;
      line-height: 0.8;
      color: #c9962a;
      font-family: Georgia, serif;
      margin-bottom: 16px;
    }

    .trans-right .stars {
      color: #d4a017;
      font-size: 20px;
      margin-bottom: 16px;
      letter-spacing: 2px;
    }

    .quote-text {
      font-size: 15px;
      line-height: 1.75;
      color: #333;
      margin-bottom: 16px;
    }

    .reviewer-name {
      font-weight: 700;
      color: #c9962a;
      font-size: 14px;
    }

    .reviewer-role {
      font-size: 13px;
      color: #888;
      margin-top: 4px;
    }

    .dot-nav {
      display: flex;
      justify-content: center;
      gap: 6px;
      margin-top: 20px;
    }

    .dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #ddd;
    }

    .dot.active {
      background: #c9962a;
    }

    /* RESPONSIVE */
    @media (max-width: 900px) {
      .transformation-grid {
        grid-template-columns: 1fr 1fr;
      }

      .trans-right {
        grid-column: span 2;
        max-width: 500px;
        margin: 0 auto;
        width: 100%;
      }
    }

    @media (max-width: 600px) {
      .transformation-grid {
        grid-template-columns: 1fr;
      }

      .trans-right {
        grid-column: span 1;
      }

      .ba-img {
        height: 160px;
      }
    }

    /* ─── CAROUSEL ─── */
    .carousel-track {
      position: relative;
      min-height: 260px;
    }

    .carousel-slide {
      display: none;
      animation: fadeIn 0.4s ease;
    }

    .carousel-slide.active {
      display: block;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(8px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .carousel-stars {
      color: #d4a017;
      font-size: 20px;
      margin-bottom: 14px;
      letter-spacing: 2px;
    }

    .carousel-arrows {
      display: flex;
      justify-content: center;
      gap: 12px;
      margin-top: 20px;
    }

    .carousel-arrow {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      border: 1.5px solid #c9962a;
      background: transparent;
      color: #c9962a;
      font-size: 16px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s, color 0.2s;
    }

    .carousel-arrow:hover {
      background: #c9962a;
      color: #fff;
    }