/* Google Fonts - Exact match from React app */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');

/* Base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

button, a {
    text-decoration: none !important;
}

.faq-trigger {
    background: #fff;
    color: #222;
    border-radius: 0.75rem;
    transition: background 0.3s, color 0.3s;
}
    .faq-trigger.faq-open {
        background: #ec4899 !important;
        color: #fff !important;
    }

html {
    font-size: 16px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-weight: 400;
    letter-spacing: -0.01em;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.01em;
    color: #374151;
}

/* Typography - EXACT MATCH */
h1, h2, h3, h4, h5, h6, .heading-font {
    font-family: 'Playfair Display', serif !important;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

p, span, div, button, input, textarea, label, .body-font {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-weight: 400;
    letter-spacing: -0.01em;
}

/* Registration Bar Styles */
#fixed-register-bar {
     border-radius: 20px;
}

/* Container and layout */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* FIXED ACCORDION STYLES - PROPER SHADCN STRUCTURE */
[data-accordion] {
    width: 100%;
}

.accordion-item {
    border: 1px solid transparent;
    background: white;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 6px -1px rgba(40, 40, 40, 0.034);
}

    

/* Background gradients */
.bg-gradient-to-br { background: linear-gradient(to bottom right, var(--tw-gradient-stops)); }
.from-pink-50 { --tw-gradient-from: #fdf2f8; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); }
.via-purple-50 { --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)); }
.to-white { --tw-gradient-to: #ffffff; }

.from-purple-200 { --tw-gradient-from: #e9d5ff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)); }
.via-purple-300 { --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)); }
.to-purple-300 { --tw-gradient-to: #d8b4fe; }

.from-purple-100 { --tw-gradient-from: #f3e8ff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)); }
.via-purple-200 { --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)); }
.to-purple-200 { --tw-gradient-to: #e9d5ff; }

.from-pink-200 { --tw-gradient-from: #fce7f3; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); }
.via-pink-300 { --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); }
.to-pink-400 { --tw-gradient-to: #f472b6; }

.via-white { --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); }
.to-purple-50 { --tw-gradient-to: #faf5ff; }

/* Layout utilities */
.relative { position: relative; }
.absolute { position: absolute; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.pt-6 { padding-top: 1.5rem; }
.pb-4 { padding-bottom: 1rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.space-y-12 > * + * { margin-top: 3rem; }
.space-y-16 > * + * { margin-top: 4rem; }
.space-y-8 > * + * { margin-top: 2rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }
.text-center { text-align: center; }
.leading-tight { line-height: 1.25; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-16 { margin-bottom: 4rem; }

/* Typography sizes */
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-7xl { font-size: 4.5rem; line-height: 1; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }

/* Font weights */
.font-bold { font-weight: 700; }
.font-semibold { font-weight: 600; }
.font-medium { font-weight: 500; }

/* Colors */
.text-purple-900 { color: #581c87; }
.text-pink-600 { color: #ec4899; }
.text-gray-600 { color: #4b5563; }
.text-gray-700 { color: #374151; }
.text-gray-800 { color: #1f2937; }
.text-gray-900 { color: #111827; }
.text-white { color: #ffffff; }
.text-pink-700 { color: #be185d; }
.text-purple-700 { color: #7c3aed; }
.text-purple-800 { color: #6b21a8; }
.text-pink-800 { color: #9d174d; }

.bg-red-500 { background-color: #ef4444; }
.bg-white { background-color: #ffffff; }
.bg-gray-800 { background-color: #1f2937; }
.bg-gray-900 { background-color: #111827; }

/* Borders and rounded corners */
.border { border-width: 1px; }
.border-pink-200 { border-color: #fce7f3; }
.border-purple-200 { border-color: #e9d5ff; }
.border-green-200 { border-color: #bbf7d0; }
.border-red-200 { border-color: #fecaca; }
.border-blue-200 { border-color: #dbeafe; }
.rounded-full { border-radius: 9999px; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-lg { border-radius: 0.5rem; }

/* Flexbox */
.flex { display: flex; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.flex-1 { flex: 1 1 0%; }
.flex-shrink-0 { flex-shrink: 0; }

/* Grid */
.grid { display: grid; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* Sizing */
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-8 { width: 2rem; }
.w-10 { width: 2.5rem; }
.w-11 { width: 2.75rem; }
.w-96 { width: 24rem; }
.w-full { width: 100%; }
.w-fit { width: fit-content; }
.w-25 { width: 6.25rem !important; }

.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-8 { height: 2rem; }
.h-10 { height: 2.5rem; }
.h-12 { height: 3rem; }
.h-25 { height: 6.25rem !important; }
.h-64 { height: 16rem; }
.h-80 { height: 20rem; }
.h-96 { height: 24rem; }
.h-600px { height: 600px; }

.max-w-2xl { max-width: 42rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-6xl { max-width: 72rem; }
.max-w-md { max-width: 28rem; }
.max-w-lg { max-width: 32rem; }
.max-h-500px { max-height: 500px; }
.min-h-400px { min-height: 400px; }

/* Padding and margins */
.p-2 { padding: 0.5rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.p-10 { padding: 2.5rem; }
.p-0 { padding: 0; }

.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.px-12 { padding-left: 3rem; padding-right: 3rem; }
.px-16 { padding-left: 4rem; padding-right: 4rem; }
.px-20 { padding-left: 5rem; padding-right: 5rem; }

.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }

/* Other utilities */
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
.shadow-md { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }

.transform { transform: translateX(var(--tw-translate-x, 0)) translateY(var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) skewX(var(--tw-skew-x, 0)) skewY(var(--tw-skew-y, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1)); }
.translate-x-1\/2 { --tw-translate-x: 50%; }
.-translate-x-1\/2 { --tw-translate-x: -50%; }
.rotate-1 { --tw-rotate: 1deg; }
.rotate-2 { --tw-rotate: 2deg; }

.z-10 { z-index: 10; }
.z-20 { z-index: 20; }

.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.inset-1 { top: 0.25rem; right: 0.25rem; bottom: 0.25rem; left: 0.25rem; }
.inset-2 { top: 0.5rem; right: 0.5rem; bottom: 0.5rem; left: 0.5rem; }
.-bottom-5 { bottom: -1.25rem; }
.-bottom-6 { bottom: -1.5rem; }
.left-1\/2 { left: 50%; }

.object-cover { object-fit: cover; }
.object-contain { object-fit: contain; }
.object-top { object-position: top; }

.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }

.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-shadow { transition-property: box-shadow; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.duration-200 { transition-duration: 200ms; }
.duration-300 { transition-duration: 300ms; }

.hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
.hover\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
.hover\:shadow-md:hover { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
.hover\:bg-gray-900:hover { background-color: #111827; }
.hover\:bg-red-700:hover { background-color: #dc2626; }
.hover\:scale-105:hover { --tw-scale-x: 1.05; --tw-scale-y: 1.05; }
.hover\:scale-110:hover { --tw-scale-x: 1.1; --tw-scale-y: 1.1; }
.hover\:scale-\[1\.02\]:hover { --tw-scale-x: 1.02; --tw-scale-y: 1.02; }

.fill-amber-400 { fill: #fbbf24; }
.text-amber-400 { color: #fbbf24; }
.fill-current { fill: currentColor; }

.backdrop-blur-sm { backdrop-filter: blur(4px); }
.bg-opacity-80 { --tw-bg-opacity: 0.8; }
.bg-opacity-90 { --tw-bg-opacity: 0.9; }

/* Animation utilities */
.animate-pulse { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: .5; }
}

/* Background color utilities */
.bg-pink-50 { background-color: #fdf2f8; }
.bg-pink-100 { background-color: #fce7f3; }
.bg-purple-50 { background-color: #faf5ff; }
.bg-purple-100 { background-color: #f3e8ff; }
.bg-green-50 { background-color: #f0fdf4; }
.bg-green-100 { background-color: #dcfce7; }
.bg-blue-50 { background-color: #eff6ff; }
.bg-blue-100 { background-color: #dbeafe; }
.bg-red-50 { background-color: #fef2f2; }

.bg-pink-500 { background-color: #ec4899; }
.bg-purple-500 { background-color: #a855f7; }
.bg-green-500 { background-color: #22c55e; }
.bg-green-600 { background-color: #16a34a; }
.bg-blue-500 { background-color: #3b82f6; }
.bg-red-600 { background-color: #dc2626; }

.line-through { text-decoration-line: line-through; }
.text-green-600 { color: #16a34a; }
.text-green-700 { color: #15803d; }
.text-green-800 { color: #166534; }
.text-blue-700 { color: #1d4ed8; }
.text-gray-400 { color: #9ca3af; }
.text-red-600 { color: #dc2626; }
.text-purple-600 { color: #9333ea; }
.text-pink-600 { color: #ec4899; }
.text-pink-200 { color: #fbcfe8; }

.inline-block { display: inline-block; }
.inline-flex { display: inline-flex; }
.block { display: block; }

/* Responsive utilities */
@media (min-width: 640px) {
    .sm\:text-5xl { font-size: 3rem; line-height: 1; }
    .sm\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
    .sm\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
    .sm\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
    .sm\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
    .sm\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
    .sm\:text-base { font-size: 1rem; line-height: 1.5rem; }
    .sm\:inline { display: inline; }
    .sm\:h-96 { height: 24rem; }
    .sm\:h-80 { height: 20rem; }
    .sm\:mb-16 { margin-bottom: 4rem; }
    .sm\:mb-12 { margin-bottom: 3rem; }
    .sm\:mb-6 { margin-bottom: 1.5rem; }
    .sm\:mb-4 { margin-bottom: 1rem; }
    .sm\:p-8 { padding: 2rem; }
    .sm\:p-6 { padding: 1.5rem; }
    .sm\:px-8 { padding-left: 2rem; padding-right: 2rem; }
    .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
    .sm\:px-4 { padding-left: 1rem; padding-right: 1rem; }
    .sm\:px-12 { padding-left: 3rem; padding-right: 3rem; }
    .sm\:py-4 { padding-top: 1rem; padding-bottom: 1rem; }
    .sm\:py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
    .sm\:py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
    .sm\:py-8 { padding-top: 2rem; padding-bottom: 2rem; }
    .sm\:py-16 { padding-top: 4rem; padding-bottom: 4rem; }
    .sm\:gap-8 { gap: 2rem; }
    .sm\:gap-6 { gap: 1.5rem; }
    .sm\:space-y-6 > * + * { margin-top: 1.5rem; }
    .sm\:space-y-4 > * + * { margin-top: 1rem; }
    .sm\:space-y-8 > * + * { margin-top: 2rem; }
    .sm\:w-450px { width: 450px; }
    .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .sm\:pb-4 { padding-bottom: 1rem; }
    .sm\:pr-6 { padding-right: 1.5rem; }
    .sm\:h-5 { height: 1.25rem; }
    .sm\:w-5 { width: 1.25rem; }
    .sm\:h-10 { height: 2.5rem; }
    .sm\:w-10 { width: 2.5rem; }
    .sm\:mt-16 { margin-top: 4rem; }
    .sm\:mt-12 { margin-top: 3rem; }
    .bonus-item {
    flex-direction: column;
    align-items: flex-start; /* text left-aligned */
    gap: 1rem;
  }

  .bonus-item h4 {
    font-size: 1.1rem; /* slightly smaller for mobile */
  }

  .bonus-item .price-box {
    align-self: flex-start;
  }
}

@media (min-width: 768px) {
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
    .lg\:text-7xl { font-size: 4.5rem; line-height: 1; }
    .lg\:text-6xl { font-size: 3.75rem; line-height: 1; }
    .lg\:text-5xl { font-size: 3rem; line-height: 1; }
    .lg\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
    .lg\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
    .lg\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
    .lg\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
    .lg\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
    .lg\:h-96 { height: 24rem; }
    .lg\:h-80 { height: 20rem; }
    .lg\:h-600px { height: 600px; }
    .lg\:py-0 { padding-top: 0; padding-bottom: 0; }
    .lg\:py-20 { padding-top: 5rem; padding-bottom: 5rem; }
    .lg\:p-10 { padding: 2.5rem; }
    .lg\:p-8 { padding: 2rem; }
    .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
    .lg\:space-y-16 > * + * { margin-top: 4rem; }
    .lg\:rounded-l-50px { border-top-left-radius: 50px; border-bottom-left-radius: 50px; }
    .lg\:rotate-0 { --tw-rotate: 0deg; }
    .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .lg\:order-1 { order: 1; }
    .lg\:order-2 { order: 2; }
    .lg\:col-span-1 { grid-column: span 1 / span 1; }
    .lg\:col-span-2 { grid-column: span 2 / span 2; }
    .lg\:gap-10 { gap: 2.5rem; }
    .lg\:gap-8 { gap: 2rem; }
    .lg\:text-left { text-align: left; }
}

@media (min-width: 1280px) {
    .xl\:text-6xl { font-size: 3.75rem; line-height: 1; }
    .xl\:text-5xl { font-size: 3rem; line-height: 1; }
}

@media (min-width: 1536px) {
    .2xl\:text-7xl { font-size: 4.5rem; line-height: 1; }
    .2xl\:text-6xl { font-size: 3.75rem; line-height: 1; }
}

/* Custom utilities */
.order-1 { order: 1; }
.order-2 { order: 2; }

/* Leading utilities */
.leading-relaxed { line-height: 1.625; }

/* Background utilities with gradients */
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.from-green-50 { --tw-gradient-from: #f0fdf4; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)); }
.to-green-100 { --tw-gradient-to: #dcfce7; }
.from-pink-50\/90 { --tw-gradient-from: rgba(253, 242, 248, 0.9); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); }
.via-white\/80 { --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0)); }
.to-pink-50\/90 { --tw-gradient-to: rgba(253, 242, 248, 0.9); }
.from-white\/95 { --tw-gradient-from: rgba(255, 255, 255, 0.95); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); }
.via-pink-50\/80 { --tw-gradient-stops: var(--tw-gradient-from), rgba(253, 242, 248, 0.8), var(--tw-gradient-to, rgba(253, 242, 248, 0)); }
.to-pink-100\/60 { --tw-gradient-to: rgba(252, 231, 243, 0.6); }
.from-white\/90 { --tw-gradient-from: rgba(255, 255, 255, 0.9); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); }
.via-pink-50\/70 { --tw-gradient-stops: var(--tw-gradient-from), rgba(253, 242, 248, 0.7), var(--tw-gradient-to, rgba(253, 242, 248, 0)); }
.to-pink-100\/60 { --tw-gradient-to: rgba(252, 231, 243, 0.6); }
.via-pink-50\/40 { --tw-gradient-stops: var(--tw-gradient-from), rgba(253, 242, 248, 0.4), var(--tw-gradient-to, rgba(253, 242, 248, 0)); }
.to-pink-100\/30 { --tw-gradient-to: rgba(252, 231, 243, 0.3); }
.from-white\/80 { --tw-gradient-from: rgba(255, 255, 255, 0.8); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); }
.via-pink-50\/60 { --tw-gradient-stops: var(--tw-gradient-from), rgba(253, 242, 248, 0.6), var(--tw-gradient-to, rgba(253, 242, 248, 0)); }
.to-pink-100\/40 { --tw-gradient-to: rgba(252, 231, 243, 0.4); }
.from-blue-100 { --tw-gradient-from: #dbeafe; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); }
.via-blue-200 { --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); }
.to-blue-300 { --tw-gradient-to: #93c5fd; }
.from-white\/70 { --tw-gradient-from: rgba(255, 255, 255, 0.7); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); }
.via-blue-50\/50 { --tw-gradient-stops: var(--tw-gradient-from), rgba(239, 246, 255, 0.5), var(--tw-gradient-to, rgba(239, 246, 255, 0)); }
.to-blue-100\/30 { --tw-gradient-to: rgba(219, 234, 254, 0.3); }

.border-pink-200\/50 { border-color: rgba(252, 231, 243, 0.5); }
.bg-white\/80 { background-color: rgba(255, 255, 255, 0.8); }
.bg-pink-100\/90 { background-color: rgba(252, 231, 243, 0.9); }
.bg-white\/90 { background-color: rgba(255, 255, 255, 0.9); }

/* Margin utilities */
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.ml-1 { margin-left: 0.25rem; }
.-mx-4 { margin-left: -1rem; margin-right: -1rem; }

/* Special text decoration */
.no-underline { text-decoration: none; }

/* Cursor */
.cursor-pointer { cursor: pointer; }

/* Focus styles */
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }

/* Special cases for emojis and icons alignment */
.mt-0\.5 { margin-top: 0.125rem; }

/* Additional padding utilities for precise spacing */
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.px-2\.5 { padding-left: 0.625rem; padding-right: 0.625rem; }

/* Border utilities */
.border-l-4 { border-left-width: 4px; }
.border-purple-400 { border-color: #a78bfa; }
.pl-3 { padding-left: 0.75rem; }
.ml-7 { margin-left: 1.75rem; }

/* Outline utilities */
.outline-none { outline: 2px solid transparent; outline-offset: 2px; }

/* Group hover utilities */
.group:hover .group-hover\:scale-105 { --tw-scale-x: 1.05; --tw-scale-y: 1.05; }
.group:hover .group-hover\:scale-110 { --tw-scale-x: 1.1; --tw-scale-y: 1.1; }

/* Additional responsive sizing */
@media (min-width: 640px) {
    .sm\:w-450px { width: 450px; }
}

/* Specific height utilities */
.h-600px { height: 600px; }
.min-h-400px { min-height: 400px; }
.max-h-500px { max-height: 500px; }

/* Workshop Content Section - Space utilities */
.space-y-1 > * + * { margin-top: 0.25rem; }
.space-y-2 > * + * { margin-top: 0.5rem; }
.space-y-4 > * + * { margin-top: 1rem; }

/* Background opacity utilities */
.bg-white\/90 { background-color: rgba(255, 255, 255, 0.9); }

/* Workshop specific utilities */
.w-25 { width: 6.25rem !important; }
.h-25 { height: 6.25rem !important; }

/* Workshop Content Section - Additional styling */
.workshop-content-section .accordion-trigger {
    padding: 1rem 1.5rem;
    background: #f3e8ff; /* purple-100 */
    border-radius: 0.75rem;
    transition: all 0.2s ease;
}

.workshop-content-section .accordion-trigger:hover {
    background-color: #e9d5ff; /* purple-200 */
}

.workshop-content-section .accordion-item[data-state="open"] .accordion-trigger {
    background: #ddd6fe; /* purple-300 */
}

.workshop-content-section .accordion-content {
    background-color: #f9fafb; /* gray-50 */
}

/* Ensure proper spacing for workshop content */
.workshop-content-section .space-y-8 > * + * { margin-top: 2rem; }

/* Additional background color utilities needed for workshop section */
.bg-gray-200 { background-color: #e5e7eb; }
.text-gray-800 { color: #1f2937; }

/* Responsive grid adjustments for workshop modules */
@media (min-width: 1024px) {
    .lg\\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lg\\:order-1 { order: 1; }
    .lg\\:order-2 { order: 2; }
}

/* Button styling for workshop section */
.button-purple {
    background-color: #8b5cf6;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s;
}

.button-purple:hover {
    background-color: #7c3aed;
    color: white;
    text-decoration: none;
}

/* Ensure proper image sizing for workshop section */
.workshop-bonus-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 0.75rem;
}

/* Text decoration utilities */
.text-yellow-300 { color: #fde047; }
.opacity-70 { opacity: 0.7; }
.mr-3 { margin-right: 0.75rem; }
.mr-2 { margin-right: 0.5rem; }
.font-extrabold { font-weight: 800; }

/* REGISTRATION POPUP STYLES */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(4px);
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    /* Fix for mobile viewport issues */
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

.popup-content {
    position: relative;
    max-width: 28rem;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    background: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 50%, #f9a8d4 100%);
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 2rem;
    transform: scale(1);
    transition: all 0.3s ease;
    /* Ensure popup is visible on all devices */
    margin: auto;
    /* Fix for iOS Safari viewport issues */
    min-height: auto;
}

/* Mobile-specific fixes */
@media (max-width: 768px) {
    .popup-overlay {
        /* Ensure full viewport coverage on mobile */
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        /* Prevent scrolling issues */
        overflow: auto !important;
        padding: 0.5rem !important;
        /* Force hardware acceleration */
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        /* Ensure it's above everything */
        z-index: 999999 !important;
        /* Better mobile centering */
        align-items: flex-start !important;
        justify-content: center !important;
        padding-top: 2rem !important;
    }
    
    .popup-content {
        /* Mobile responsive sizing */
        max-width: 95% !important;
        width: 95% !important;
        max-height: 85vh !important;
        margin: 0 auto !important;
        padding: 1.5rem !important;
        /* Better mobile positioning */
        position: relative !important;
        top: auto !important;
        transform: none !important;
        /* Ensure scrollability */
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        /* Mobile-specific background */
        background: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 50%, #f9a8d4 100%) !important;
        border-radius: 0.75rem !important;
        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.3) !important;
    }
    
    /* Mobile close button positioning */
    .popup-close {
        position: absolute !important;
        top: 1rem !important;
        right: 1rem !important;
        z-index: 1000 !important;
        background: rgba(255, 255, 255, 0.9) !important;
        border-radius: 50% !important;
        padding: 0.5rem !important;
        border: none !important;
        cursor: pointer !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 2.5rem !important;
        height: 2.5rem !important;
    }
    
    /* Adjust font sizes for mobile */
    .popup-title {
        font-size: 1.5rem !important;
        line-height: 1.3 !important;
        margin-bottom: 1rem !important;
    }
    
    .popup-subtitle {
        font-size: 1rem !important;
        margin-bottom: 1.5rem !important;
    }
    
    /* Mobile pricing display */
    .price-display {
        flex-direction: column !important;
        gap: 0.5rem !important;
        text-align: center !important;
        margin-bottom: 1rem !important;
    }
    
    .current-price {
        font-size: 2rem !important;
        font-weight: bold !important;
        color: #ec4899 !important;
    }
    
    /* Mobile timer adjustments */
    .timer-display {
        gap: 0.5rem !important;
    }
    
    .timer-unit {
        min-width: 3rem !important;
    }
    
    .timer-number {
        font-size: 1.5rem !important;
    }
    
    /* Mobile register button */
    .register-btn {
        width: 100% !important;
        padding: 1rem !important;
        font-size: 1.1rem !important;
        margin: 1.5rem 0 !important;
        background: linear-gradient(135deg, #ec4899, #8b5cf6) !important;
        color: white !important;
        border: none !important;
        border-radius: 0.75rem !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
    }
    
    .register-btn:hover, .register-btn:active {
        transform: translateY(-2px) !important;
        box-shadow: 0 8px 25px rgba(236, 72, 153, 0.3) !important;
    }
}

/* Popup component styles */
.popup-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    padding: 0.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
    z-index: 1000;
}

.popup-close:hover {
    background: rgba(255, 255, 255, 1);
}

.popup-header {
    text-align: center;
    margin-bottom: 2rem;
}

.urgency-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #fee2e2;
    color: #dc2626;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.popup-title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.title-highlight {
    color: #ec4899;
    display: block;
}

.popup-subtitle {
    color: #6b7280;
    font-size: 1.125rem;
    margin-bottom: 0;
}

.price-section {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
}

.price-display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.original-price {
    text-decoration: line-through;
    color: #9ca3af;
    font-size: 1.25rem;
}

.current-price {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ec4899;
}

.savings-badge {
    background: #22c55e;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
}

.countdown-timer {
    text-align: center;
}

.timer-label {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 0.5rem;
}

.timer-display {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.timer-unit {
    text-align: center;
    min-width: 4rem;
}

.timer-number {
    font-size: 2rem;
    font-weight: bold;
    color: #1f2937;
    display: block;
}

.timer-label-small {
    font-size: 0.75rem;
    color: #6b7280;
    font-weight: 600;
}

.coupon-section {
    margin-bottom: 2rem;
}

.coupon-label {
    display: block;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.75rem;
}

.coupon-input-group {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.coupon-input {
    flex: 1;
    padding: 0.75rem;
    border: 2px solid #e5e7eb;
    border-radius: 0.5rem;
    font-size: 1rem;
    transition: border-color 0.2s;
}

.coupon-input:focus {
    outline: none;
    border-color: #ec4899;
}

.coupon-apply-btn {
    background: #ec4899;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

.coupon-apply-btn:disabled {
    background: #d1d5db;
    cursor: not-allowed;
}

.coupon-apply-btn:not(:disabled):hover {
    background: #be185d;
}

.coupon-message {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    border-radius: 0.375rem;
}

.coupon-message.success {
    background: #d1fae5;
    color: #065f46;
}

.coupon-message.error {
    background: #fee2e2;
    color: #dc2626;
}

.coupon-hint {
    font-size: 0.75rem;
    color: #6b7280;
    font-style: italic;
}

.benefits-section {
    margin-bottom: 2rem;
}

.benefits-title {
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.benefits-list {
    list-style: none;
    padding: 0;
    space-y: 0.75rem;
}

.benefits-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
}

.benefit-icon {
    color: #22c55e;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
}

.social-proof {
    text-align: center;
    margin-bottom: 2rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0.75rem;
}

.stars {
    color: #fbbf24;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.testimonial {
    font-style: italic;
    color: #4b5563;
    margin-bottom: 0.5rem;
}

.testimonial-author {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 600;
}

.register-btn {
    width: 100%;
    background: linear-gradient(135deg, #ec4899, #8b5cf6);
    color: white;
    border: none;
    padding: 1.25rem;
    border-radius: 0.75rem;
    font-size: 1.25rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 2rem;
}

.register-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(236, 72, 153, 0.3);
}

.btn-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.btn-main-text {
    font-size: 1.25rem;
}

.btn-sub-text {
    font-size: 1rem;
    opacity: 0.9;
}

.security-badges {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1rem;
}

.security-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6b7280;
    font-size: 0.875rem;
}

.urgency-text {
    text-align: center;
    color: #dc2626;
    font-weight: 600;
    font-size: 0.875rem;
}