/* ==========================================================================
   Design System & Custom Properties - ClickFunnels Sunset & Light Column Theme
   ========================================================================== */
:root {
    /* Colors */
    --bg-page-fallback: #ebdbe8;  /* Fallback cream-lavender background */
    --bg-container: #ffffff;      /* White central readability column */
    
    --color-gold: #c59b27;         /* Elegant Gold */
    --color-gold-hover: #b0871d;
    --color-gold-light: #fefcf3;   /* Soft warm gold background */
    
    --color-crimson: #990000;      /* ClickFunnels style deep red */
    --color-coral: #cc0000;        /* Bold conversions bright red */
    --color-coral-light: #fff5f5;  /* Extremely soft pink/red background for quotes */
    --color-coral-hover: #b30000;
    
    --text-primary: #111111;       /* Dark charcoal for high contrast body text */
    --text-secondary: #333333;     /* Standard content body */
    --text-muted: #666666;
    
    --border-color: #ebdff2;       /* Light border */
    
    /* Typography */
    --font-headlines: 'Cinzel', Georgia, serif;
    --font-body: 'Lora', Georgia, serif;
    
    --max-width-content: 800px;
    --transition-smooth: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ==========================================================================
   Reset & Core Styling
   ========================================================================== */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: var(--bg-page-fallback);
    /* Exact ClickFunnels Sunset Backdrop Couple image stretched across sides */
    background-image: url('//www.enchantmentoftheheart.com/hosted/images/5c/8a2387a9664fd0985cbd90cc2986f7/couple-affectionately-embracing-at-dusk-silhouette-concept-photo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    color: var(--text-primary);
    font-family: var(--font-body);
    line-height: 1.75;
    font-size: 19px;
    -webkit-font-smoothing: antialiased;
    padding: 0;
}

strong {
    color: #000;
    font-weight: 700;
}

strong u {
    text-decoration-color: var(--color-coral);
    text-decoration-thickness: 2px;
}

a {
    color: var(--color-coral);
    text-decoration: none;
    transition: var(--transition-smooth);
}

a:hover {
    color: var(--color-coral-hover);
    text-shadow: 0 0 5px rgba(204, 0, 0, 0.2);
}

/* ==========================================================================
   Typography Helpers
   ========================================================================== */
.font-cinzel {
    font-family: var(--font-headlines);
    letter-spacing: 0.5px;
}

.font-lora {
    font-family: var(--font-body);
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-rose {
    border-left: 4px solid #ff4d6d !important;
}

.text-gold {
    border-left: 4px solid var(--color-gold) !important;
}

.text-red {
    border-left: 4px solid var(--color-coral) !important;
}

/* ==========================================================================
   Container Wrapper
   ========================================================================== */
.containerWrapper {
    width: 100%;
    max-width: var(--max-width-content);
    margin: 0 auto;
    background-color: var(--bg-container);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
    padding: 50px 60px;
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
}

/* ==========================================================================
   Main Header & Cinematic Headline
   ========================================================================== */
.main-header {
    padding: 20px 0 35px;
    text-align: center;
    border-bottom: 2px solid var(--border-color);
    margin-bottom: 40px;
}

.cinematic-headline {
    font-family: var(--font-headlines);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.35;
    color: #111;
    margin-bottom: 25px;
}

.cinematic-headline span {
    color: var(--color-coral);
    font-weight: 900;
}

.cinematic-headline .underlined {
    text-decoration: underline;
    text-decoration-color: var(--color-gold);
    text-underline-offset: 4px;
    text-decoration-thickness: 3px;
}

.cinematic-headline .underlined-bold {
    text-decoration: underline;
    text-decoration-color: var(--color-coral);
    text-underline-offset: 4px;
    text-decoration-thickness: 3px;
    font-weight: 900;
}

.cinematic-subheadline {
    background-color: #fffbeb;
    border: 2px solid var(--color-gold);
    color: #111;
    padding: 15px 25px;
    border-radius: 4px;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-top: 10px;
}

.cinematic-subheadline h2 {
    font-family: var(--font-headlines);
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0;
    color: var(--color-crimson);
}

/* ==========================================================================
   Story blocks and Typography layout
   ========================================================================== */
.story-container {
    background: transparent;
    padding: 0;
    margin-bottom: 50px;
}

.story-block {
    margin-bottom: 30px;
}

.story-block p {
    margin-bottom: 22px;
    font-size: 19px;
    color: var(--text-secondary);
}

.story-block p strong {
    color: #000;
}

.intro-block p {
    font-size: 21px;
    color: #000;
}

.text-block-small p {
    font-size: 17px;
    color: #444;
}

/* ==========================================================================
   Mystical blockquotes
   ========================================================================== */
.mystical-quote {
    font-size: 23px;
    font-weight: 700;
    color: var(--color-crimson);
    text-align: center;
    background-color: var(--color-coral-light);
    border-top: 2px solid var(--color-coral);
    border-bottom: 2px solid var(--color-coral);
    padding: 25px 20px;
    margin: 40px 0;
    font-style: italic;
    border-radius: 4px;
}

.quote-crimson {
    color: var(--color-crimson);
    background-color: var(--color-coral-light);
    border-color: var(--color-coral);
}

.quote-coral {
    color: var(--color-coral);
    background-color: var(--color-coral-light);
    border-color: var(--color-coral);
}

.quote-large {
    font-size: 26px;
    line-height: 1.45;
    background: var(--color-gold-light);
    border: 2px solid var(--color-gold);
    border-radius: 6px;
    padding: 35px 25px;
}

/* Highlight boxes */
.highlight-yellow-box {
    background-color: #ffffd9;
    border: 2px dashed #e6b800;
    color: #111;
    padding: 22px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border-radius: 4px;
    margin: 35px 0;
}

/* ==========================================================================
   Premium Image Wrappers & Fallbacks
   ========================================================================== */
.image-wrapper {
    position: relative;
    width: 100%;
    margin: 35px auto;
    border-radius: 6px;
    overflow: hidden;
    background-color: #f6f1f8;
    border: 1px solid var(--border-color);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: var(--transition-smooth);
}

.image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    opacity: 0.95;
    transition: var(--transition-smooth);
}

.image-wrapper:hover img {
    opacity: 1;
    transform: scale(1.01);
}

/* Fallback Graphic Pattern */
.image-wrapper.fallback-active img {
    display: none !important;
}

.image-wrapper.fallback-active {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fdfbfe 0%, #ebdff2 100%);
    padding: 30px;
}

.fallback-placeholder {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    color: var(--color-gold);
    text-align: center;
}

.image-wrapper.fallback-active .fallback-placeholder {
    display: flex;
}

.fallback-placeholder i {
    font-size: 50px;
    color: var(--color-gold);
    animation: pulse-glow 3s infinite alternate;
}

.fallback-placeholder span {
    font-family: var(--font-headlines);
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #666;
}

/* Specific fallbacks styling */
.image-wrapper[data-theme="heartbreak"].fallback-active {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe6e6 100%);
}
.image-wrapper[data-theme="heartbreak"].fallback-active .fallback-placeholder {
    color: var(--color-coral);
}
.image-wrapper[data-theme="heartbreak"].fallback-active .fallback-placeholder i {
    color: var(--color-coral);
}

@keyframes pulse-glow {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(1.05); opacity: 1; }
}

/* ==========================================================================
   Bullets Lists
   ========================================================================== */
.bullet-list-container {
    background-color: var(--color-coral-light);
    border: 1px solid rgba(204, 0, 0, 0.15);
    border-radius: 6px;
    padding: 30px 40px;
    margin: 35px 0;
}

.mystical-bullets {
    list-style: none;
}

.mystical-bullets li {
    font-size: 18px;
    color: var(--text-secondary);
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.mystical-bullets li:last-child {
    margin-bottom: 0;
}

.mystical-bullets li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--color-coral);
    font-size: 16px;
}

/* ==========================================================================
   Scarcity Card Box
   ========================================================================== */
.scarcity-card {
    background-color: #fff9f9;
    border: 2px dashed var(--color-coral);
    border-radius: 6px;
    padding: 30px;
    margin: 40px 0;
    text-align: center;
}

.scarcity-card h3 {
    font-family: var(--font-headlines);
    color: var(--color-crimson);
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.scarcity-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(204, 0, 0, 0.1);
    font-size: 18px;
    color: #333;
}

.scarcity-item.highlighted {
    font-weight: 700;
    color: #000;
    border-bottom: none;
}

.value-strike {
    text-decoration: line-through;
    color: #888;
}

.value-alert {
    color: var(--color-coral);
    font-size: 22px;
}

/* ==========================================================================
   Bonuses & Gifts Section
   ========================================================================== */
.bonuses-section {
    margin: 50px 0;
}

.bonus-card {
    background-color: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 35px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.bonus-header {
    background-color: #faf7fc;
    border-bottom: 1px solid var(--border-color);
    padding: 20px 25px;
    text-align: center;
}

.bonus-tag {
    display: inline-block;
    background-color: var(--color-crimson);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.bonus-title {
    font-size: 22px;
    color: #111;
    margin: 5px 0;
}

.bonus-body {
    padding: 30px;
}

.bonus-image-wrapper {
    max-width: 250px;
    margin: 0 auto 25px;
    border-radius: 6px;
    overflow: hidden;
    background: #fdfdfd;
}

.bonus-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.bonus-desc-lead {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin-bottom: 20px;
    text-align: center;
}

.bonus-item {
    margin-bottom: 20px;
    padding-left: 15px;
}

.bonus-item h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.bonus-item p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}

.bonus-footer-text {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: var(--color-crimson);
    margin-top: 25px;
}

/* ==========================================================================
   Urgency Footer & Tomorrow Expiration
   ========================================================================== */
.expiry-footer {
    border-top: 2px solid var(--border-color);
    padding: 40px 0 20px;
    margin-top: 50px;
    text-align: center;
}

.expiry-alert-box {
    background-color: var(--color-coral-light);
    border: 2px solid var(--color-coral);
    border-radius: 6px;
    padding: 25px;
    display: inline-block;
    max-width: 600px;
    box-shadow: 0 4px 15px rgba(204, 0, 0, 0.05);
}

.expiry-alert-box p {
    font-size: 18px;
    margin: 0;
    color: #111;
    line-height: 1.6;
}

.expiry-alert-box strong {
    color: var(--color-crimson);
}

/* ==========================================================================
   High Converting Call-To-Action Button
   ========================================================================== */
.btn-cta {
    background: linear-gradient(180deg, #ff4d4d 0%, #cc0000 100%);
    border: 2px solid #b30000;
    color: #fff;
    font-family: var(--font-headlines);
    padding: 18px 30px;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(204, 0, 0, 0.35);
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    transition: var(--transition-smooth);
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
    text-align: center;
    outline: none;
}

.btn-cta:hover {
    background: linear-gradient(180deg, #ff6666 0%, #e60000 100%);
    box-shadow: 0 8px 25px rgba(204, 0, 0, 0.55);
    transform: translateY(-2px);
}

.btn-cta:active {
    transform: translateY(1px);
}

.btn-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 3px;
}

.btn-subtitle {
    font-size: 13.5px;
    font-weight: 600;
    opacity: 0.9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.shine-effect {
    position: relative;
    overflow: hidden;
}

.shine-effect::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 30%;
    height: 200%;
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(30deg);
    transition: none;
    animation: shine 4s ease-in-out infinite;
}

@keyframes shine {
    0% { left: -60%; }
    15% { left: 130%; }
    100% { left: 130%; }
}

/* ==========================================================================
   Page Footer
   ========================================================================== */
.page-footer {
    text-align: center;
    padding: 30px 0 0;
    border-top: 1px solid var(--border-color);
    margin-top: 40px;
}

.footer-links {
    margin-bottom: 15px;
}

.footer-links a {
    color: #666;
    font-size: 14px;
    margin: 0 10px;
}

.footer-links a:hover {
    color: var(--color-crimson);
}

.copyright {
    font-size: 13px;
    color: #888;
}

/* ==========================================================================
   Glassmorphic Interactive Modal & Forms
   ========================================================================== */
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    z-index: 2000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
}

.modal-backdrop.show {
    opacity: 1;
    pointer-events: auto;
}

.modal-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%) scale(0.9);
    width: 92%;
    max-width: 600px;
    background-color: #ffffff;
    border: 3px solid var(--color-gold);
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    z-index: 2001;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease;
}

.modal-container.show {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
}

/* Modal Close Cross Button */
.modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: transparent;
    border: none;
    color: #888;
    font-size: 24px;
    cursor: pointer;
    transition: var(--transition-smooth);
    z-index: 10;
}

.modal-close:hover {
    color: var(--color-coral);
    transform: rotate(90deg);
}

/* Modal Headers & Progress */
.modal-header-progress {
    padding: 25px 30px 15px;
    border-bottom: 1px solid var(--border-color);
    background-color: #faf7fc;
    text-align: center;
}

.modal-progress-track {
    background-color: #eee;
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 8px;
}

.modal-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, var(--color-gold) 0%, var(--color-coral) 100%);
    border-radius: 4px;
    transition: width 0.4s ease;
}

.modal-step-badge {
    font-family: var(--font-headlines);
    font-size: 13px;
    font-weight: 700;
    color: var(--color-gold-hover);
    letter-spacing: 1px;
}

/* Modal Content Area & Panes */
.modal-form {
    padding: 30px;
    max-height: calc(100vh - 180px);
    overflow-y: auto;
}

.modal-step-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal-step-pane.active {
    display: block;
    opacity: 1;
}

.modal-step-title {
    font-family: var(--font-headlines);
    font-size: 20px;
    color: var(--color-crimson);
    margin-bottom: 25px;
    text-align: center;
    line-height: 1.4;
}

/* Custom Checkboxes (Step 1 Promises) */
.checkbox-group {
    margin-bottom: 25px;
}

.custom-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    user-select: none;
    text-align: left;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-box {
    flex-shrink: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
    transition: var(--transition-smooth);
}

.custom-checkbox:hover input ~ .checkbox-box {
    background-color: #ebdff2;
    border-color: var(--color-gold);
}

.custom-checkbox input:checked ~ .checkbox-box {
    background-color: var(--color-coral);
    border-color: var(--color-coral);
}

.checkbox-box::after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-checkbox input:checked ~ .checkbox-box::after {
    display: block;
}

.checkbox-text {
    font-family: var(--font-body);
    font-size: 16px;
    color: #333;
}

/* Form Fields Styling */
.form-group {
    margin-bottom: 22px;
    text-align: left;
}

.form-group label {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #222;
}

.form-input, .form-textarea, .form-select {
    width: 100%;
    padding: 12px 15px;
    background-color: #fdfdfd;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #111;
    font-family: var(--font-body);
    font-size: 16px;
    transition: var(--transition-smooth);
}

.form-input:focus, .form-textarea:focus, .form-select:focus {
    outline: none;
    border-color: var(--color-coral);
    box-shadow: 0 0 8px rgba(204, 0, 0, 0.15);
}

.form-textarea {
    resize: vertical;
    min-height: 100px;
}

.input-helper {
    display: block;
    font-size: 12.5px;
    color: #666;
    margin-top: 6px;
}

/* Modal Actions Buttons */
.modal-action-bar {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.btn-modal-next, .btn-modal-submit, .btn-modal-prev, .btn-modal-close-success {
    padding: 14px 20px;
    font-family: var(--font-headlines);
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    transition: var(--transition-smooth);
    text-align: center;
    border: none;
    outline: none;
}

.btn-modal-next {
    flex: 1;
    background: linear-gradient(180deg, #ff4d4d 0%, #cc0000 100%);
    border: 1px solid #b30000;
    color: #fff;
    box-shadow: 0 4px 15px rgba(204,0,0,0.25);
}

.btn-modal-next:hover {
    background: linear-gradient(180deg, #ff6666 0%, #e60000 100%);
    box-shadow: 0 6px 20px rgba(204,0,0,0.35);
}

.btn-modal-submit {
    flex: 1;
    background: linear-gradient(180deg, #e6ad27 0%, #b0871d 100%);
    border: 1px solid #8e6b12;
    color: #fff;
    box-shadow: 0 4px 15px rgba(176, 135, 29, 0.25);
}

.btn-modal-submit:hover {
    background: linear-gradient(180deg, #f3d463 0%, #c59b27 100%);
    box-shadow: 0 6px 20px rgba(176, 135, 29, 0.4);
}

.btn-modal-prev {
    background-color: #eee;
    border: 1px solid #ccc;
    color: #333;
    max-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-modal-prev:hover {
    background-color: #ddd;
}

/* Form error panel */
.modal-error-message {
    background-color: #fff0f0;
    border: 1px solid #ffcccc;
    color: var(--color-coral);
    padding: 12px 15px;
    border-radius: 4px;
    font-size: 14px;
    display: none;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-weight: 600;
}

/* Success Screen */
.success-icon-box {
    font-size: 65px;
    color: #2ec4b6;
    margin-bottom: 18px;
    text-align: center;
}

.success-icon-box i {
    animation: scale-glow 2s infinite alternate;
}

.ritual-details-box {
    background-color: #faf7fc;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    padding: 20px;
    margin: 20px 0;
    text-align: left;
}

.ritual-details-box h4 {
    font-family: var(--font-headlines);
    color: var(--color-crimson);
    font-size: 17px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.ritual-details-box ul {
    list-style: none;
    padding: 0;
}

.ritual-details-box li {
    font-size: 15px;
    margin-bottom: 8px;
    color: #333;
}

.ritual-details-box li strong {
    color: #000;
}

.success-email-notice {
    font-size: 14.5px;
    color: #333;
    background-color: #f3fcfb;
    border-left: 3px solid #2ec4b6;
    padding: 12px;
    border-radius: 0 4px 4px 0;
    line-height: 1.5;
    text-align: left;
}

.modal-action-bar-center {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.btn-modal-close-success {
    background-color: #2ec4b6;
    border: 1px solid #259e92;
    color: #fff;
    box-shadow: 0 4px 15px rgba(46, 196, 182, 0.3);
    width: 100%;
}

.btn-modal-close-success:hover {
    background-color: #259e92;
    box-shadow: 0 6px 20px rgba(46, 196, 182, 0.4);
}

@keyframes scale-glow {
    0% { transform: scale(1); filter: drop-shadow(0 0 2px rgba(46, 196, 182, 0.4)); }
    100% { transform: scale(1.08); filter: drop-shadow(0 0 10px rgba(46, 196, 182, 0.7)); }
}

/* Error Shake Animation */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-6px); }
    40%, 80% { transform: translateX(6px); }
}

/* ==========================================================================
   Responsive breakpoints
   ========================================================================== */
@media (max-width: 768px) {
    body {
        background-image: none; /* Hide background image on small devices for maximum reading speed */
        background-color: var(--bg-container);
    }
    
    .containerWrapper {
        box-shadow: none;
        padding: 30px 20px;
        border: none;
    }
    
    .cinematic-headline {
        font-size: 26px;
    }
    
    .cinematic-subheadline {
        padding: 10px 15px;
    }
    
    .cinematic-subheadline h2 {
        font-size: 16px;
    }
    
    .story-block p {
        font-size: 17px;
    }
    
    .intro-block p {
        font-size: 19px;
    }
    
    .mystical-quote {
        font-size: 20px;
        padding: 20px 10px;
        margin: 30px 0;
    }
    
    .quote-large {
        font-size: 22px;
        padding: 25px 15px;
    }
    
    .highlight-yellow-box {
        font-size: 18px;
        padding: 18px;
    }
    
    .bullet-list-container {
        padding: 20px;
    }
    
    .mystical-bullets li {
        font-size: 16px;
    }
    
    .btn-cta {
        font-size: 18px;
        padding: 15px 25px;
        margin: 30px auto;
    }
    
    .btn-title {
        font-size: 20px;
    }
    
    .scarcity-card {
        padding: 20px;
    }
    
    .scarcity-item {
        font-size: 16px;
    }
    
    .bonus-card {
        margin-bottom: 25px;
    }
    
    .bonus-title {
        font-size: 18px;
    }
    
    .bonus-body {
        padding: 20px 15px;
    }
    
    .modal-container {
        width: 100%;
        height: 100%;
        max-height: 100%;
        top: 0;
        left: 0;
        transform: translate(0, 0) scale(1);
        border: none;
        border-radius: 0;
    }
    
    .modal-container.show {
        transform: translate(0, 0) scale(1);
    }
    
    .modal-form {
        padding: 20px;
        max-height: calc(100vh - 120px);
    }
}

