/* ==========================================================================
   JODII Matrimony Main Stylesheet (index.css)
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. HERO BANNER SECTION (Pixel-Perfect Match with Reference Image)
   -------------------------------------------------------------------------- */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 650px;
    background: #FFF2F6;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}

/* Full-bleed Photo Backdrop on Right */
.hero-photo-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    width: 62%;
    height: 100%;
    z-index: 1;
}

.hero-full-couple-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.hero-full-couple-img.slide-2 {
    opacity: 0;
    animation: crossFade 10s infinite;
}

@keyframes crossFade {
    0%, 40% { opacity: 0; }
    50%, 90% { opacity: 1; }
    100% { opacity: 0; }
}

/* Sweeping Curved Pink Left Panel Wrapper */
.hero-left-curved-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 660px;
    display: flex;
    align-items: center;
}

.hero-curve-separator {
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    filter: drop-shadow(6px 0 16px rgba(0, 0, 0, 0.15));
}

.left-roses-illustration {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 160px;
    height: 200px;
    z-index: 3;
    pointer-events: none;
}

.roses-svg {
    width: 100%;
    height: 100%;
}

/* Left Content Panel Inside Curved Area */
.hero-left {
    position: relative;
    z-index: 4;
    width: 44%;
    max-width: 560px;
    margin-left: 7%;
    padding: 45px 20px 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

/* Top Crown Filigree */
.hero-top-filigree {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    width: 100%;
}

.filigree-line {
    height: 1px;
    flex: 1;
    max-width: 100px;
    background: linear-gradient(90deg, transparent, #D4AF37, transparent);
}

.top-crown-badge {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-crown-badge i.fa-crown {
    font-size: 24px;
    color: #D4AF37;
    filter: drop-shadow(0 2px 4px rgba(184, 134, 11, 0.3));
}

.top-crown-badge i.crown-heart {
    position: absolute;
    top: -5px;
    font-size: 10px;
    color: #E91E63;
}

/* Hero Main Typography */
.hero-typography {
    margin-bottom: 12px;
}

.text-find-your {
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 700;
    color: #3A0513;
    line-height: normal;
    margin-top: -15px; /* Moves the text upwards */
    margin-bottom: 10px; /* Gap between Find Your and Perfect Match */
    letter-spacing: 0.5px;
}

.text-perfect-match {
    font-family: var(--font-script);
    font-size: 72px;
    font-weight: 700;
    color: #C2185B;
    background: linear-gradient(180deg, #E91E63 0%, #C2185B 60%, #880E4F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    padding-top: 15px;
    padding-bottom: 20px;
    margin: -13px 0 -14px 0; /* Compensates for the extra padding */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    filter: drop-shadow(0 2px 8px rgba(233, 30, 99, 0.2));
}

/* Adjustments for Translated Languages (Hindi, etc.) */
body[data-lang]:not([data-lang="en"]) .text-perfect-match {
    font-family: var(--font-heading);
    font-size: 52px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 4px 0 8px 0;
}

body[data-lang]:not([data-lang="en"]) .text-find-your {
    font-size: 26px;
    margin-top: -5px;
    margin-bottom: 6px;
}

body[data-lang]:not([data-lang="en"]) .text-beautiful-tomorrow {
    font-size: 32px;
}

.script-heart {
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    color: #E91E63;
    -webkit-text-fill-color: #E91E63;
    display: inline-block;
    transform: translateY(-4px);
}

.text-for-a-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin: 4px 0;
}

.line-dash {
    display: inline-block;
    width: 35px;
    height: 1px;
    background: #D4AF37;
}

.text-for-a {
    font-family: var(--font-heading);
    font-size: 20px;
    font-style: italic;
    color: #4A081A;
}

.text-beautiful-tomorrow {
    font-family: var(--font-heading);
    font-size: 42px;
    font-weight: 800;
    color: #29020C;
    letter-spacing: 0.5px;
    line-height: 1.15;
    margin-top: 4px;
}

/* Golden Heart Divider */
.golden-heart-divider {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin: 4px 0 6px 0; /* Reduced top and bottom gap */
    width: 60%;
}

.gold-line {
    height: 2px;
    flex: 1;
    background: linear-gradient(90deg, transparent, #D4AF37, transparent);
}

.gold-heart-icon {
    font-size: 16px;
    color: #D4AF37;
    filter: drop-shadow(0 2px 4px rgba(212, 175, 55, 0.4));
}

.hero-tagline {
    font-size: 15px;
    font-weight: 600;
    color: #4A081A;
    letter-spacing: 0.3px;
    margin-bottom: 24px;
}

/* 4 Feature Badges Grid */
.hero-badges-grid {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 28px;
    width: 100%;
}

.badge-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1;
    max-width: 110px;
}

.badge-icon-circle {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FFFFFF 0%, #FDF2F5 100%);
    box-shadow: 0 6px 16px rgba(183, 28, 28, 0.12), inset 0 0 0 2px rgba(233, 30, 99, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.badge-card:hover .badge-icon-circle {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 10px 24px rgba(233, 30, 99, 0.25), inset 0 0 0 2px #E91E63;
}

.badge-icon-circle i {
    font-size: 24px;
    background: linear-gradient(180deg, #E91E63 0%, #AD1457 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.badge-label {
    font-size: 11px;
    font-weight: 700;
    color: #29020C;
    line-height: 1.3;
    text-align: center;
}

/* Call-to-Action Ribbon Button */
.hero-cta-container {
    margin-top: 4px;
    margin-bottom: 20px;
}

.btn-ribbon-cta {
    position: relative;
    padding: 14px 38px;
    font-size: 17px;
    font-weight: 700;
    color: #FFFFFF;
    background: linear-gradient(180deg, #C2185B 0%, #880E4F 100%);
    border: 2px solid #F5C542;
    border-radius: 30px;
    box-shadow: 0 8px 25px rgba(136, 14, 79, 0.45);
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-ribbon-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.btn-ribbon-cta:hover::before {
    left: 140%;
}

.btn-ribbon-cta:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 30px rgba(194, 24, 91, 0.6);
    background: linear-gradient(180deg, #D81B60 0%, #AD1457 100%);
}

.filigree-wing {
    color: #F5C542;
    font-size: 16px;
}

/* Bottom Right Circular Emblem Seal */
.circular-match-seal {
    position: absolute;
    bottom: 50px;
    right: 40px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4A081A 0%, #29020C 100%);
    border: 3px double #F5C542;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6), 0 0 20px rgba(245, 197, 66, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    animation: pulseGlow 3s infinite ease-in-out;
}

@keyframes pulseGlow {
    0%, 100% { box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6), 0 0 12px rgba(245, 197, 66, 0.3); }
    50% { box-shadow: 0 10px 28px rgba(0, 0, 0, 0.7), 0 0 22px rgba(245, 197, 66, 0.6); }
}

.seal-inner-ring {
    width: 114px;
    height: 114px;
    border-radius: 50%;
    border: 1px dashed rgba(245, 197, 66, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6px;
    text-align: center;
    color: #F5C542;
}

.seal-text-top, .seal-text-mid {
    font-size: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFE89C;
}

.seal-main-word {
    font-family: var(--font-heading);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.1;
    color: #FFFFFF;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.seal-main-word.secondary {
    color: #F5C542;
}

.seal-heart {
    font-size: 10px;
    color: #E91E63;
    margin: 1px 0;
}

/* Glossy Silk Ribbon Wave */
.silk-ribbon-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 6;
    pointer-events: none;
}

.silk-ribbon-wave svg {
    width: 100%;
    height: 90px;
    display: block;
}

/* --------------------------------------------------------------------------
   2. QUICK SEARCH FILTER SECTION
   -------------------------------------------------------------------------- */
.quick-search-section {
    position: relative;
    z-index: 10;
    max-width: 1200px;
    margin: 20px auto 60px auto;
    padding: 0 20px;
}

.search-card-container {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 24px 30px;
    box-shadow: 0 12px 35px rgba(74, 8, 26, 0.15);
    border: 1px solid rgba(245, 197, 66, 0.4);
}

.search-header {
    margin-bottom: 18px;
    border-bottom: 1px solid #FCE4EC;
    padding-bottom: 10px;
}

.search-header h3 {
    font-family: var(--font-heading);
    font-size: 20px;
    color: #3A0513;
    display: flex;
    align-items: center;
    gap: 8px;
}

.search-header h3 i {
    color: #E91E63;
}

.search-header p {
    font-size: 13px;
    color: #666;
}

.search-form {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    flex-wrap: wrap;
}

.form-group {
    flex: 1;
    min-width: 180px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group.age-range-group {
    flex: 1.5;
    min-width: 260px;
}

.form-group label {
    font-size: 12px;
    font-weight: 600;
    color: #4A081A;
}

.search-select {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    font-size: 13px;
    font-family: var(--font-body);
    color: #333;
    background: #FAF5F7;
    outline: none;
    transition: all 0.25s ease;
}

.search-select.input-error {
    border-color: #E53935 !important;
    background: #FFF5F5 !important;
    box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.2) !important;
    animation: fieldShake 0.4s ease-in-out;
}

@keyframes fieldShake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-5px); }
    40%, 80% { transform: translateX(5px); }
}

.search-validation-notice {
    width: 100%;
    margin-top: 10px;
    padding: 10px 14px;
    background: #FFEBEE;
    border: 1px solid #EF9A9A;
    border-radius: 8px;
    color: #C62828;
    font-size: 12px;
    font-weight: 600;
    display: none;
    align-items: center;
    gap: 8px;
    animation: fadeInDown 0.3s ease;
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

.range-inputs {
    display: flex;
    align-items: center;
    gap: 6px;
}

.range-inputs span {
    font-size: 12px;
    color: #888;
}

.btn-group {
    min-width: 180px;
}

.btn-search-submit {
    width: 100%;
    padding: 11px;
    background: linear-gradient(180deg, #E91E63 0%, #C2185B 100%);
    color: #FFF;
    font-weight: 700;
    font-size: 14px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: var(--shadow-pink);
    transition: all 0.3s ease;
}

.btn-search-submit:hover {
    background: linear-gradient(180deg, #F06292 0%, #E91E63 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(233, 30, 99, 0.5);
}

/* --------------------------------------------------------------------------
   3. SHARED SECTION STYLES & FEATURED PROFILES
   -------------------------------------------------------------------------- */
.section-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 60px 24px;
}

.section-title-wrapper {
    text-align: center;
    margin-bottom: 44px;
}

.section-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #C2185B;
    background: #FCE4EC;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 8px;
}

.section-heading {
    font-family: var(--font-heading);
    font-size: 34px;
    font-weight: 700;
    color: #29020C;
}

.section-subtitle {
    font-size: 14px;
    color: #666;
    margin-top: 6px;
}

/* Featured Profiles Grid */
.profiles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 24px;
}

.profile-card {
    background: #FFF;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #FCE4EC;
    transition: all 0.35s ease;
}

.profile-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(194, 24, 91, 0.15);
    border-color: rgba(233, 30, 99, 0.3);
}

.profile-img-box {
    position: relative;
    width: 100%;
    height: 190px;
}

.profile-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.badge-verified {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(43, 2, 12, 0.85);
    color: #F5C542;
    font-size: 10.5px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 10px;
    backdrop-filter: blur(4px);
}

.btn-favorite {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FFF;
    color: #E91E63;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;
}

.btn-favorite:hover {
    transform: scale(1.1);
    background: #E91E63;
    color: #FFF;
}

.profile-content {
    padding: 14px;
}

.profile-name {
    font-family: var(--font-heading);
    font-size: 16.5px;
    color: #E91E63;
    margin-bottom: 6px;
}

.profile-details {
    font-size: 12px;
    color: #555;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-details i {
    color: #C2185B;
    width: 14px;
    flex-shrink: 0;
}

.profile-tags {
    display: flex;
    gap: 6px;
    margin: 8px 0 10px 0;
    flex-wrap: wrap;
}

.profile-tags span {
    font-size: 11px;
    font-weight: 600;
    background: #FFF0F5;
    color: #9C1349;
    padding: 3px 8px;
    border-radius: 6px;
    border: 1px solid #FCE4EC;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.profile-tags span i {
    font-size: 10px;
    color: #E91E63;
}

.profile-actions {
    display: flex;
    gap: 8px;
}

.btn-card-primary {
    flex: 1;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 700;
    background: linear-gradient(180deg, #E91E63 0%, #C2185B 100%);
    color: #FFF;
    border-radius: 6px;
    transition: all 0.25s ease;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

.btn-card-primary:hover {
    background: #AD1457;
}

.btn-card-secondary {
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 600;
    background: #FFF;
    color: #333;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    transition: all 0.25s ease;
    cursor: pointer;
    white-space: nowrap;
}

/* --------------------------------------------------------------------------
   4. WHY CHOOSE JODII
   -------------------------------------------------------------------------- */
.why-choose-section {
    background: #FAF2F4;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.feature-box {
    background: #FFF;
    padding: 30px 24px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid #FCE4EC;
    transition: transform 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.feature-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FCE4EC 0%, #F8BBD0 100%);
    margin: 0 auto 16px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon i {
    font-size: 28px;
    color: #C2185B;
}

.feature-box h3 {
    font-family: var(--font-heading);
    font-size: 18px;
    color: #29020C;
    margin-bottom: 8px;
}

.feature-box p {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

/* --------------------------------------------------------------------------
   5. HOW IT WORKS
   -------------------------------------------------------------------------- */
.how-it-works-section {
    background: #FFF;
}
.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    margin-top: 40px;
}
.step-card {
    background: #FFF;
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    position: relative;
    border: 1px solid #FCE4EC;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
}
.step-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(233, 30, 99, 0.15);
    border-color: #F5C542;
}
.step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #E91E63, #C2185B);
    color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    box-shadow: 0 5px 15px rgba(233, 30, 99, 0.4);
    border: 3px solid #FFF;
}
.step-icon {
    font-size: 40px;
    color: #E91E63;
    margin-bottom: 20px;
    margin-top: 15px;
}
.step-card h3 {
    font-family: var(--font-heading);
    font-size: 20px;
    color: #29020C;
    margin-bottom: 10px;
}
.step-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* --------------------------------------------------------------------------
   5.5 TESTIMONIALS
   -------------------------------------------------------------------------- */
.testimonials-section {
    background: linear-gradient(135deg, #FAF2F4 0%, #FFFFFF 100%);
}
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}
.testimonial-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 0 10px 30px rgba(233, 30, 99, 0.08);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.testimonial-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 40px rgba(233, 30, 99, 0.15);
}
.quote-icon {
    font-size: 30px;
    color: #F5C542;
    margin-bottom: 15px;
}
.testimonial-text {
    font-size: 15px;
    color: #4A081A;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 25px;
    text-align: justify;
}
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}
.testimonial-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #FFF;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.testimonial-author h4 {
    font-family: var(--font-heading);
    font-size: 18px;
    color: #29020C;
    margin-bottom: 4px;
}
.testimonial-author span {
    font-size: 12px;
    color: #E91E63;
    font-weight: 500;
}

/* --------------------------------------------------------------------------
   7. FAQ SECTION
   -------------------------------------------------------------------------- */
.faq-section {
    background: #FFF;
}
.faq-container {
    max-width: 800px;
    margin: 40px auto 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.faq-item {
    border: 1px solid #FCE4EC;
    border-radius: 12px;
    background: #FFF;
    overflow: hidden;
    transition: all 0.3s ease;
}
.faq-item:hover {
    border-color: #E91E63;
    box-shadow: 0 5px 15px rgba(233, 30, 99, 0.1);
}
.faq-question {
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: #FAF5F7;
    transition: background 0.3s ease;
}
.faq-question h4 {
    font-size: 16px;
    color: #29020C;
    font-weight: 600;
}
.faq-question i {
    font-size: 16px;
    color: #E91E63;
    transition: transform 0.3s ease;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    background: #FFF;
}
.faq-answer p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    padding: 0 25px;
}
/* Active FAQ State */
.faq-item.active .faq-question {
    background: #E91E63;
}
.faq-item.active .faq-question h4,
.faq-item.active .faq-question i {
    color: #FFF;
}
.faq-item.active .faq-question i {
    transform: rotate(180deg);
}
.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 20px 25px;
}

/* --------------------------------------------------------------------------
   6. MEMBERSHIP PRICING
   -------------------------------------------------------------------------- */
.pricing-section {
    background: linear-gradient(135deg, #1A0108 0%, #3D0014 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

/* Add a floating background glow */
.pricing-section::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: #E91E63;
    filter: blur(150px);
    border-radius: 50%;
    top: -100px;
    left: -100px;
    opacity: 0.4;
    z-index: 0;
}
.pricing-section::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: #F5C542;
    filter: blur(150px);
    border-radius: 50%;
    bottom: -150px;
    right: -100px;
    opacity: 0.2;
    z-index: 0;
}

.pricing-section .section-container {
    position: relative;
    z-index: 1;
}

.pricing-section .section-heading {
    color: #FFFFFF;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.pricing-section .section-subtitle {
    color: #F8BBD0;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    align-items: center;
    margin-top: 40px;
}

.price-card {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 40px 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    text-align: center;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}

.price-card:hover {
    transform: translateY(-10px);
    border-color: rgba(233, 30, 99, 0.5);
    box-shadow: 0 30px 60px rgba(233, 30, 99, 0.2);
}

.price-card.featured {
    background: linear-gradient(180deg, rgba(41, 2, 12, 0.6) 0%, rgba(20, 0, 5, 0.8) 100%);
    border: 2px solid #F5C542;
    box-shadow: 0 15px 45px rgba(245, 197, 66, 0.25);
    transform: scale(1.05);
}

.price-card.featured:hover {
    transform: scale(1.05) translateY(-10px);
    box-shadow: 0 25px 60px rgba(245, 197, 66, 0.35);
}

.popular-ribbon {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #FFE07D, #F5C542, #D49D18);
    color: #29020C;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    padding: 6px 20px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(245, 197, 66, 0.4);
}

.price-card h3 {
    font-family: var(--font-heading);
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.price-amount {
    font-size: 36px;
    font-weight: 800;
    background: linear-gradient(90deg, #F06292, #E91E63);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px;
}
.price-card.featured .price-amount {
    background: linear-gradient(90deg, #FFE07D, #F5C542);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.price-amount span {
    font-size: 14px;
    font-weight: 500;
    color: #B0BEC5;
    -webkit-text-fill-color: #B0BEC5;
}

.price-features {
    text-align: left;
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.price-features li {
    font-size: 14px;
    color: #E0E0E0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.price-features li i.fa-check {
    color: #4CAF50;
    font-size: 16px;
    filter: drop-shadow(0 2px 4px rgba(76, 175, 80, 0.4));
}

.price-features li i.fa-xmark {
    color: #E57373;
    font-size: 16px;
}

.price-features li.disabled {
    color: #78909C;
    text-decoration: line-through;
    opacity: 0.6;
}

.btn-price-select {
    width: 100%;
    padding: 14px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
    backdrop-filter: blur(5px);
}

.btn-price-select:hover {
    background: #E91E63;
    border-color: #E91E63;
    box-shadow: 0 8px 20px rgba(233, 30, 99, 0.4);
    transform: translateY(-2px);
}

.featured-btn {
    background: linear-gradient(135deg, #F5C542 0%, #D49D18 100%);
    color: #1A0108;
    border: none;
    box-shadow: 0 5px 15px rgba(245, 197, 66, 0.3);
}

.featured-btn:hover {
    background: linear-gradient(135deg, #FFE07D 0%, #F5C542 100%);
    box-shadow: 0 10px 25px rgba(245, 197, 66, 0.5);
    border-color: transparent;
}

/* --------------------------------------------------------------------------
   7. RESPONSIVE MEDIA QUERIES
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
    .hero-container {
        flex-direction: column;
        align-items: center;
    }
    .hero-left {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .hero-right {
        width: 100%;
        justify-content: center;
    }
    .couple-image-frame {
        border-radius: 20px;
        min-height: 420px;
    }
    .image-gold-border-curve {
        display: none;
    }
    .text-perfect-match {
        font-size: 58px;
    }
    .text-beautiful-tomorrow {
        font-size: 34px;
    }
}

/* Desktop default hide for mobile floral elements */
.mobile-top-floral, .mobile-bottom-floral {
    display: none;
}

@media (max-width: 768px) {
    .hero-section {
        min-height: auto;
        padding-bottom: 10px;
        background: linear-gradient(180deg, #FFEBF2 0%, #FCE4EC 40%, #FFF0F5 100%);
        position: relative;
        overflow: hidden;
    }
    .hero-photo-backdrop {
        display: none !important;
    }
    .hero-curve-separator, .left-roses-illustration {
        display: none !important;
    }
    .hero-left-curved-wrapper {
        min-height: auto;
        position: relative;
    }
    .hero-left {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        padding: 25px 0 0 0;
        align-items: center;
        background: none;
    }

    /* Mobile Floral Accents */
    .mobile-top-floral, .mobile-bottom-floral {
        display: block !important;
        position: absolute;
        pointer-events: none;
        z-index: 3;
    }
    .mobile-top-floral.left {
        top: 0;
        left: 0;
        width: 90px;
        height: 90px;
    }
    .mobile-top-floral.right {
        top: 0;
        right: 0;
        width: 90px;
        height: 90px;
    }
    .mobile-bottom-floral.left {
        bottom: 0;
        left: 0;
        width: 110px;
        height: 110px;
        z-index: 1;
    }
    .mobile-bottom-floral.right {
        bottom: 0;
        right: 0;
        width: 110px;
        height: 110px;
        z-index: 1;
    }

    /* Mobile Couple Photo with Real CSS Alpha Mask & Golden Arc */
    .hero-mobile-photo {
        display: block !important;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        position: relative;
        margin-top: 10px;
        overflow: hidden;
    }
    .hero-mobile-couple-img {
        width: 100%;
        height: auto;
        display: block;
        border: none;
        object-fit: cover;
        filter: brightness(0.92) contrast(1.05);
    }
    .hero-mobile-couple-img.slide-2 {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        animation: crossFade 10s infinite;
    }
    .mobile-golden-arc {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 45px;
        z-index: 4;
        pointer-events: none;
    }
    .mobile-golden-arc svg {
        width: 100%;
        height: 100%;
        display: block;
    }

    /* Bottom Glass / Gradient Card */
    .hero-bottom-content {
        background: linear-gradient(180deg, #FFFFFF 0%, #FFF0F5 100%);
        border-radius: 24px;
        padding: 22px 12px;
        margin: 10px 12px 0 12px;
        position: relative;
        z-index: 5;
        box-shadow: 0 -5px 25px rgba(233, 30, 99, 0.12), 0 8px 20px rgba(0, 0, 0, 0.05);
        border: 2px solid rgba(252, 228, 236, 0.8);
        width: calc(100% - 24px);
    }
    .text-find-your {
        font-size: 18px;
    }
    .text-perfect-match {
        font-size: 40px;
    }
    .text-beautiful-tomorrow {
        font-size: 20px;
    }
    .hero-tagline {
        font-size: 13px;
    }
    .hero-badges-grid {
        gap: 6px;
        margin-bottom: 20px;
    }
    .badge-icon-circle {
        width: 52px;
        height: 52px;
        background: #FFF;
        border: 2px solid #FCE4EC;
        box-shadow: 0 4px 10px rgba(233, 30, 99, 0.08);
    }
    .badge-icon-circle i {
        font-size: 20px;
        color: #C2185B;
    }
    .badge-label {
        font-size: 10px;
        color: #3A0513;
        font-weight: 600;
        margin-top: 6px;
        line-height: 1.25;
    }
    .btn-ribbon-cta {
        padding: 15px 20px;
        font-size: 15px;
        width: 100%;
        justify-content: center;
        box-shadow: 0 6px 20px rgba(194, 24, 91, 0.35);
    }
    .circular-match-seal {
        position: relative;
        bottom: auto;
        right: auto;
        margin: 5px auto 0 auto;
        z-index: 10;
        transform: scale(0.9);
    }
    .silk-ribbon-wave {
        display: none;
    }
    .quick-search-section {
        padding: 0 !important;
        margin: 0 0 35px 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .search-card-container {
        padding: 16px 14px !important;
        margin: 0 !important;
        width: 100% !important;
        border-radius: 0 !important;
        border-left: none !important;
        border-right: none !important;
        box-shadow: 0 4px 15px rgba(74, 8, 26, 0.08);
    }
    .search-header {
        margin-bottom: 12px;
        padding-bottom: 8px;
    }
    .search-header h3 {
        font-size: 16px;
        gap: 6px;
    }
    .search-header p {
        font-size: 11px;
    }
    .search-form {
        flex-direction: column;
        gap: 10px;
    }
    .form-group {
        width: 100%;
        gap: 4px;
    }
    .form-group label {
        font-size: 11px;
    }
    .section-container {
        padding: 30px 16px;
    }
    .section-title-wrapper {
        text-align: left;
        margin-bottom: 24px;
    }
    .section-badge {
        font-size: 10px;
        letter-spacing: 1px;
        padding: 3px 10px;
        margin-bottom: 6px;
    }
    .section-heading {
        font-size: 22px;
        line-height: 1.25;
    }
    .section-subtitle {
        font-size: 12px;
        margin-top: 4px;
    }
    .profiles-grid {
        gap: 16px;
    }
    .profile-img-box {
        height: 200px;
    }
    .profile-content {
        padding: 14px 12px;
    }
    .profile-name {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .profile-details {
        font-size: 11px;
        margin-bottom: 3px;
    }
    .profile-tags {
        margin: 8px 0 12px 0;
        gap: 4px;
    }
    .profile-tags span {
        font-size: 9px;
        padding: 2px 6px;
    }
    .profile-actions {
        gap: 6px;
    }
    .btn-card-primary, .btn-card-secondary {
        padding: 7px 6px;
        font-size: 11px;
    }
    .features-grid {
        gap: 14px;
    }
    .feature-box {
        padding: 20px 16px;
        border-radius: 14px;
    }
    .feature-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }
    .feature-icon i {
        font-size: 22px;
    }
    .feature-box h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .feature-box p {
        font-size: 12px;
        line-height: 1.45;
    }
    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 12px;
        margin-top: 25px;
    }
    .step-card {
        padding: 20px 12px 16px 12px;
        border-radius: 14px;
    }
    .step-number {
        width: 30px;
        height: 30px;
        font-size: 14px;
        top: -15px;
        border-width: 2px;
    }
    .step-icon {
        font-size: 26px;
        margin-top: 6px;
        margin-bottom: 10px;
    }
    .step-card h3 {
        font-size: 15px;
        margin-bottom: 4px;
    }
    .step-card p {
        font-size: 11.5px;
        line-height: 1.4;
    }
    @media (max-width: 380px) {
        .steps-grid {
            grid-template-columns: 1fr;
            gap: 22px 0;
        }
    }
    .stories-grid {
        gap: 16px;
    }
    .story-card {
        border-radius: 14px;
    }
    .story-img {
        height: 180px;
    }
    .story-body {
        padding: 16px 14px;
    }
    .story-body h3 {
        font-size: 17px;
    }
    .story-date {
        font-size: 10px;
        margin: 3px 0 8px 0;
    }
    .story-body p {
        font-size: 12px;
        line-height: 1.45;
    }
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 24px;
    }
    .testimonial-card {
        padding: 20px 16px;
        border-radius: 16px;
    }
    .quote-icon {
        font-size: 22px;
        margin-bottom: 8px;
    }
    .testimonial-text {
        font-size: 13.5px;
        line-height: 1.55;
        margin-bottom: 16px;
        text-align: justify;
    }
    .testimonial-author {
        gap: 12px;
    }
    .testimonial-author img {
        width: 48px;
        height: 48px;
    }
    .testimonial-author h4 {
        font-size: 15.5px;
        margin-bottom: 2px;
    }
    .testimonial-author span {
        font-size: 11px;
    }
    .pricing-grid {
        gap: 20px;
    }
    .price-card {
        padding: 24px 18px;
        border-radius: 16px;
    }
    .price-card.featured {
        transform: none;
    }
    .price-card h3 {
        font-size: 19px;
        margin-bottom: 8px;
    }
    .price-amount {
        font-size: 26px;
        margin-bottom: 16px;
    }
    .price-amount span {
        font-size: 12px;
    }
    .price-features {
        margin-bottom: 20px;
        gap: 8px;
    }
    .price-features li {
        font-size: 12px;
        gap: 8px;
    }
    .btn-price-select {
        padding: 10px;
        font-size: 13px;
    }
}
