/* ==========================================================================
   RISHTA HOUSE INTERNATIONAL - COMPLETE MASTER STYLESHEET (ALL PAGES & MOBILE)
   ========================================================================== */

:root {
    --bg-cream: #FFF5F8;
    --bg-cream-alt: #FCE4EC;
    --pink-primary: #FA4B91;
    --pink-dark: #D81B60;
    --pink-deep: #C2185B;
    --pink-light: #FF80AB;
    --pink-soft: #FCE4EC;
    --gold-accent: #E91E63;
    --text-dark: #1E0A14;
    --text-muted: #6B525E;
    --white: #FFFFFF;
    
    --shadow-card: 0 12px 36px rgba(250, 75, 145, 0.08);
    --shadow-blob: 0 25px 60px rgba(250, 75, 145, 0.16);
    
    /* Font Pairing Spec */
    --font-heading: 'Cormorant Garamond', Georgia, serif;
    --font-script: 'Allura', 'Great Vibes', cursive;
    --font-body: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}

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

html {
    scroll-behavior: smooth;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: var(--font-body);
    font-size: 1.125rem; /* 18px */
    color: var(--text-dark);
    line-height: 1.75;
    background-color: var(--bg-cream);
    overflow-x: hidden;
    position: relative;
}

/* ==========================================================================
   TYPOGRAPHY SPECIFICATION CLASSES
   ========================================================================== */

.hero-subtitle,
.section-tag,
.sub-badge {
    font-family: var(--font-body);
    font-size: 0.75rem; /* 12px */
    font-weight: 600;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: var(--pink-primary);
    display: block;
    margin-bottom: 16px;
}

.script-highlight {
    font-family: var(--font-script);
    font-size: 1.28em;
    font-weight: 400;
    color: var(--pink-primary);
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    line-height: 0.8;
}

.script-highlight.light {
    color: var(--white);
}

.hero-title {
    font-family: var(--font-heading);
    font-size: 4.8rem; /* ~78px */
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -1.8px;
    color: var(--text-dark);
    margin-bottom: 24px;
}

.why-heading,
.page-hero-title,
.section-heading,
.section-title-center {
    font-family: var(--font-heading);
    font-size: 3.25rem; /* 52px */
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -1px;
    color: var(--text-dark);
}

.card-title,
.service-card-title,
.plan-name,
.story-names,
.step-title,
.cta-heading,
.form-title,
.form-card-title {
    font-family: var(--font-heading);
    font-size: 1.5rem; /* 24px */
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 1.25;
    color: var(--text-dark);
}

.hero-description,
.card-desc,
.quote-body,
.page-hero-desc,
.service-card-desc,
.story-quote,
.step-desc,
.cta-subtext,
.form-subtitle,
.form-card-subtitle {
    font-family: var(--font-body);
    font-size: 1.125rem; /* 18px */
    font-weight: 400;
    line-height: 1.75;
    color: var(--text-muted);
}

.btn-pink,
.btn-white-pill,
.btn-register-nav,
.btn-submit-form,
.btn-plan-select,
.btn-service-action,
.btn-submit-register,
.btn-whatsapp-large,
.btn-whatsapp-direct {
    font-family: var(--font-body);
    font-size: 1rem; /* 16px */
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* ==========================================================================
   TOP ANNOUNCEMENT BAR (DESKTOP)
   ========================================================================== */
.top-contact-bar {
    background-color: var(--pink-primary);
    color: var(--white);
    font-size: 0.8125rem;
    padding: 8px 60px;
    position: relative;
    z-index: 80;
    width: 100%;
}

.top-bar-container {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-bar-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.location-tag {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}

.tagline-top {
    font-weight: 500;
    opacity: 0.9;
}

.divider { opacity: 0.5; }

.top-bar-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-contact-link,
.top-whatsapp-link {
    color: var(--white);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    transition: opacity 0.2s ease;
}

/* ==========================================================================
   MAIN HEADER & NAVBAR
   ========================================================================== */
.main-header {
    width: 100%;
    padding: 20px 60px;
    position: relative;
    z-index: 70;
    background-color: var(--bg-cream);
    border-bottom: 1px solid rgba(250, 75, 145, 0.08);
}

.header-container {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.logo-group {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

.logo-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(250, 75, 145, 0.15);
    overflow: hidden;
    flex-shrink: 0;
}

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

.logo-img-small {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.logo-text-block {
    display: flex;
    flex-direction: column;
}

.brand-name {
    font-family: var(--font-heading);
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--pink-primary);
    line-height: 1.05;
}

.brand-name .brand-sub {
    font-weight: 400;
    color: var(--pink-dark);
}

.brand-tagline {
    font-size: 0.62rem;
    color: var(--text-muted);
    letter-spacing: 1.5px;
    font-weight: 700;
    margin-top: 2px;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-link {
    font-family: var(--font-body);
    font-size: 0.9375rem; /* 15px */
    font-weight: 500;
    color: var(--text-dark);
    text-decoration: none;
    position: relative;
    padding: 6px 0;
    transition: all 0.25s ease;
}

.nav-link:hover,
.nav-link.active {
    color: var(--pink-primary);
    font-weight: 600;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 2px;
    background-color: var(--pink-primary);
    border-radius: 2px;
}

.header-right-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-register-nav {
    background-color: var(--white);
    color: var(--pink-primary);
    border: 1px solid var(--pink-primary);
    text-decoration: none;
    padding: 9px 20px;
    border-radius: 30px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-register-nav:hover,
.btn-register-nav.active {
    background-color: var(--pink-primary);
    color: var(--white);
}

.btn-whatsapp-header {
    background-color: #25D366;
    color: var(--white);
    text-decoration: none;
    padding: 9px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-whatsapp-header:hover {
    background-color: #1EBE57;
    transform: translateY(-2px);
}

/* RIGHT SIDEBAR NAV INDICATOR */
.right-nav-indicator {
    position: fixed;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    display: flex;
    align-items: center;
}

.indicator-track {
    display: flex;
    flex-direction: column;
    gap: 28px;
    position: relative;
    z-index: 2;
}

.indicator-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    font-size: 0.72rem;
    color: var(--text-muted);
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.75;
}

.indicator-item:hover,
.indicator-item.active {
    opacity: 1;
    color: var(--pink-primary);
    font-weight: 700;
}

.indicator-item .step-num { font-size: 0.7rem; font-weight: 600; }

.indicator-item .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #F8BBD0;
    transition: all 0.3s ease;
    margin-right: -4px;
}

.indicator-item.active .dot {
    background-color: var(--pink-primary);
    transform: scale(1.5);
    box-shadow: 0 0 0 3px rgba(250, 75, 145, 0.25);
}

.vertical-line {
    position: absolute;
    right: 0;
    top: -20px;
    bottom: -20px;
    width: 1px;
    background: linear-gradient(to bottom, transparent, #F8BBD0 15%, #F8BBD0 85%, transparent);
    z-index: 1;
}

/* MOBILE HAMBURGER & DRAWER */
.mobile-hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 38px;
    height: 38px;
    background: var(--white);
    border: 1px solid rgba(250, 75, 145, 0.2);
    border-radius: 8px;
    padding: 8px;
    cursor: pointer;
}

.mobile-hamburger span {
    width: 100%;
    height: 2px;
    background-color: var(--pink-primary);
}

.mobile-nav-drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background-color: var(--white);
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.2);
    z-index: 200;
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    transition: right 0.4s ease;
}

.mobile-nav-drawer.open { right: 0; }

.drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--pink-soft);
    margin-bottom: 24px;
}

.close-drawer-btn {
    background: none;
    border: none;
    font-size: 2rem;
    color: var(--pink-primary);
    cursor: pointer;
}

.mobile-menu-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mobile-link {
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
}

.btn-drawer-register {
    background-color: var(--pink-primary);
    color: var(--white);
    text-decoration: none;
    padding: 12px;
    text-align: center;
    border-radius: 30px;
    font-weight: 700;
}

.drawer-contact-info {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid var(--pink-soft);
    font-size: 0.82rem;
    color: var(--text-muted);
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero-section {
    position: relative;
    padding: 90px 60px 110px;
    min-height: 720px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-top-right-arc {
    position: absolute;
    top: 0;
    right: 0;
    width: 560px;
    height: 560px;
    pointer-events: none;
    z-index: 1;
}

.hero-top-right-arc svg {
    width: 100%;
    height: 100%;
}

.hero-container {
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 5;
}

.hero-content {
    max-width: 580px;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 40px;
}

.btn-pink {
    background-color: var(--pink-primary);
    color: var(--white);
    text-decoration: none;
    padding: 14px 30px;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 24px rgba(250, 75, 145, 0.3);
    transition: all 0.3s ease;
}

.btn-pink:hover {
    background-color: var(--pink-dark);
    transform: translateY(-2px);
}

.btn-outline-call {
    background-color: var(--white);
    color: var(--text-dark);
    text-decoration: none;
    padding: 10px 22px 10px 12px;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(250, 75, 145, 0.25);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.phone-icon-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--pink-soft);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-social-proof {
    display: flex;
    align-items: center;
    gap: 16px;
}

.avatar-stack { display: flex; align-items: center; }

.avatar-img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--white);
    margin-left: -12px;
}

.avatar-stack .avatar-img:first-child { margin-left: 0; }

.avatar-badge {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: var(--pink-primary);
    color: var(--white);
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--white);
    margin-left: -12px;
}

.proof-text {
    display: flex;
    flex-direction: column;
    font-size: 0.82rem;
    line-height: 1.35;
}

/* Organic Hero Blob Mask Frame */
.hero-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-blob-frame {
    position: relative;
    width: 470px;
    height: 490px;
}

.hero-blob-mask {
    width: 100%;
    height: 100%;
    border-radius: 58% 42% 40% 60% / 60% 48% 52% 40%;
    overflow: hidden;
    box-shadow: var(--shadow-blob);
    border: 4px solid var(--white);
}

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

.floating-verified-card {
    position: absolute;
    bottom: -15px;
    right: -15px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 260px;
    box-shadow: 0 16px 40px rgba(250, 75, 145, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.9);
}

.badge-icon-wrap {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background-color: var(--pink-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ==========================================================================
   STATS DIAGONAL BAND
   ========================================================================== */
.stats-burgundy-section {
    position: relative;
    background-color: var(--pink-primary);
    color: var(--white);
    margin-top: -40px;
}

.stats-top-wave, .stats-bottom-wave {
    position: absolute;
    left: 0;
    width: 100%;
    height: 90px;
    overflow: hidden;
    z-index: 4;
}

.stats-top-wave { top: -85px; }
.stats-bottom-wave { bottom: -85px; }

.stats-top-wave svg, .stats-bottom-wave svg {
    width: 100%;
    height: 100%;
}

.stats-body {
    padding: 36px 0;
    position: relative;
    z-index: 5;
}

.stats-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}

.stat-card {
    text-align: center;
    padding: 16px 20px;
}

.stat-card.border-left {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.stat-number {
    font-family: var(--font-heading);
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.1;
    color: var(--white);
}

.stat-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
}

/* ==========================================================================
   WHY CHOOSE US & FEATURE CARDS
   ========================================================================== */
.why-choose-section {
    padding: 170px 60px 110px;
    background-color: var(--bg-cream);
    position: relative;
}

.why-container {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 60px;
    align-items: center;
}

.quote-double-mark {
    font-family: var(--font-heading);
    font-size: 3rem;
    color: rgba(250, 75, 145, 0.2);
    line-height: 0.5;
    margin-bottom: 16px;
}

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

.feature-card {
    background: var(--white);
    border-radius: 20px;
    padding: 36px 20px;
    text-align: center;
    border: 1px solid rgba(250, 75, 145, 0.1);
    box-shadow: var(--shadow-card);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 42px rgba(250, 75, 145, 0.18);
}

.card-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--pink-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

/* ==========================================================================
   TESTIMONIAL RIBBON (DESKTOP)
   ========================================================================== */
.testimonial-ribbon-section {
    position: relative;
    min-height: 400px;
    margin: 40px 0 90px;
    display: flex;
    align-items: center;
}

.testimonial-ribbon-svg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.testimonial-ribbon-svg-wrap svg {
    width: 100%;
    height: 100%;
}

.testimonial-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 60px;
    position: relative;
    z-index: 5;
}

.testimonial-row {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 40px;
    align-items: center;
}

.testimonial-text-block {
    color: var(--white);
    max-width: 600px;
}

.large-quote-mark {
    font-family: var(--font-heading);
    font-size: 4rem;
    color: var(--pink-soft);
    line-height: 0.5;
    margin-bottom: 12px;
}

.star-rating {
    color: #FFD700;
    letter-spacing: 2px;
    font-size: 0.95rem;
    margin-bottom: 18px;
}

.quote-body {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.95);
}

.author-info { display: flex; align-items: center; gap: 14px; }

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.author-details { display: flex; flex-direction: column; }

.author-name { font-size: 0.95rem; font-weight: 700; color: var(--white); }
.author-date { font-size: 0.78rem; color: rgba(255, 255, 255, 0.8); }

.lantern-frame {
    width: 300px;
    height: 240px;
    border-radius: 120px 120px 20px 20px;
    overflow: hidden;
    border: 4px solid var(--white);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
    margin-left: auto;
}

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

/* ==========================================================================
   HOW IT WORKS
   ========================================================================== */
.how-it-works-section {
    padding: 80px 60px;
    background-color: var(--bg-cream);
}

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

.section-header-center {
    text-align: center;
    margin-bottom: 60px;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.step-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-icon-node {
    position: relative;
    margin-bottom: 22px;
}

.step-number-tag {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--pink-primary);
    color: var(--white);
    font-size: 0.7rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: var(--pink-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(250, 75, 145, 0.35);
}

/* ==========================================================================
   FINAL CTA SECTION
   ========================================================================== */
.final-cta-section {
    position: relative;
    margin-top: 60px;
}

.cta-top-wave {
    position: absolute;
    top: -95px;
    left: 0;
    width: 100%;
    height: 100px;
    overflow: hidden;
    z-index: 5;
}

.cta-top-wave svg { width: 100%; height: 100%; }

.cta-body {
    background-color: var(--pink-primary);
    color: var(--white);
    padding: 50px 60px 60px;
    position: relative;
    z-index: 6;
}

.cta-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.cta-badge-wrap { flex-shrink: 0; }

.cta-icon-ring {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-white-pill {
    background-color: var(--white);
    color: var(--pink-primary);
    text-decoration: none;
    padding: 14px 34px;
    border-radius: 40px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.btn-white-pill:hover {
    background-color: #FFF0F5;
    transform: translateY(-2px);
}

/* ==========================================================================
   ALL SUBPAGES STYLES (ABOUT, SERVICES, MEMBERSHIP, STORIES, CONTACT, REGISTER)
   ========================================================================== */
.page-hero-banner {
    padding: 60px 60px;
    background: linear-gradient(135deg, var(--bg-cream) 0%, var(--bg-cream-alt) 100%);
    text-align: center;
    border-bottom: 1px solid rgba(250, 75, 145, 0.1);
}

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

.page-hero-title {
    margin-bottom: 12px;
}

.page-hero-desc {
    max-width: 650px;
    margin: 0 auto;
}

.page-content-section {
    padding: 70px 60px;
}

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

/* ABOUT PAGE STYLES */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 60px;
    align-items: center;
}

.about-text-content p {
    margin-bottom: 16px;
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.7;
}

.values-list {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.value-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.value-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--pink-primary);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.visual-blob-frame {
    width: 100%;
    height: 420px;
    border-radius: 40% 60% 70% 30% / 50% 60% 40% 50%;
    overflow: hidden;
    border: 4px solid var(--white);
    box-shadow: var(--shadow-blob);
}

.blob-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* SERVICES PAGE STYLES */
.services-full-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.service-detail-card {
    background: var(--white);
    border-radius: 20px;
    padding: 36px 28px;
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(250, 75, 145, 0.1);
    transition: all 0.3s ease;
}

.service-detail-card:hover {
    transform: translateY(-6px);
    border-color: var(--pink-primary);
}

.service-icon-box {
    font-size: 2.2rem;
    margin-bottom: 16px;
}

.service-card-title {
    margin-bottom: 10px;
}

.service-card-desc {
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.btn-service-action {
    color: var(--pink-primary);
    font-weight: 700;
    text-decoration: none;
}

/* MEMBERSHIP PAGE STYLES */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: stretch;
}

.pricing-card {
    background: var(--white);
    border-radius: 20px;
    padding: 40px 28px;
    border: 1px solid rgba(250, 75, 145, 0.12);
    box-shadow: var(--shadow-card);
    display: flex;
    flex-direction: column;
    position: relative;
}

.pricing-card.featured-plan {
    border: 2px solid var(--pink-primary);
    transform: scale(1.03);
}

.popular-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--pink-primary);
    color: var(--white);
    font-size: 0.68rem;
    font-weight: 800;
    padding: 4px 16px;
    border-radius: 20px;
    letter-spacing: 1px;
}

.plan-name { margin-bottom: 4px; }
.plan-subtitle { font-size: 0.82rem; color: var(--text-muted); margin-bottom: 20px; }

.plan-price {
    font-family: var(--font-heading);
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--pink-primary);
    margin-bottom: 26px;
}

.plan-price span {
    font-size: 0.85rem;
    color: var(--text-muted);
    font-family: var(--font-body);
    font-weight: 400;
}

.plan-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
}

.plan-features li { font-size: 0.9rem; color: var(--text-dark); }

.btn-plan-select {
    margin-top: auto;
    text-align: center;
    padding: 12px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    background-color: var(--pink-soft);
    color: var(--pink-primary);
    transition: all 0.3s ease;
}

.btn-plan-select.featured {
    background-color: var(--pink-primary);
    color: var(--white);
}

/* SUCCESS STORIES PAGE STYLES */
.stories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.story-card {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(250, 75, 145, 0.08);
}

.story-img-wrap { height: 220px; }
.story-img { width: 100%; height: 100%; object-fit: cover; }
.story-content { padding: 24px; }
.story-names { margin-bottom: 2px; }
.story-location { font-size: 0.75rem; color: var(--pink-primary); font-weight: 700; display: block; margin-bottom: 12px; }
.story-quote { font-style: italic; font-size: 0.9rem; }

/* CONTACT PAGE STYLES */
.contact-page-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.contact-details-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0;
}

.detail-card {
    display: flex;
    gap: 16px;
    align-items: center;
}

.detail-icon {
    font-size: 1.4rem;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: var(--pink-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.btn-whatsapp-large {
    background-color: #25D366;
    color: var(--white);
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
}

.form-wrapper-card {
    background: var(--white);
    border-radius: 20px;
    padding: 36px;
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(250, 75, 145, 0.1);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group label {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--text-dark);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid rgba(250, 75, 145, 0.2);
    border-radius: 10px;
    font-family: var(--font-body);
    font-size: 0.9rem;
    outline: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--pink-primary);
}

.btn-submit-form {
    background-color: var(--pink-primary);
    color: var(--white);
    border: none;
    padding: 14px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
}

/* REGISTER FORM CARD */
.register-form-card {
    max-width: 800px;
    margin: 0 auto;
    background: var(--white);
    border-radius: 20px;
    padding: 40px;
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(250, 75, 145, 0.1);
}

.registration-grid-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.btn-submit-register {
    background-color: var(--pink-primary);
    color: var(--white);
    border: none;
    padding: 16px;
    border-radius: 30px;
    font-weight: 700;
    cursor: pointer;
}

.whatsapp-direct-box {
    margin-top: 30px;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid var(--pink-soft);
}

.btn-whatsapp-direct {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #25D366;
    color: var(--white);
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 700;
    margin-top: 10px;
}

/* FOOTER */
.main-footer {
    background-color: #1F0813;
    color: var(--white);
    padding: 60px 60px 30px;
}

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

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-logo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-bottom: 12px;
}

.footer-brand-title {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    color: var(--pink-light);
}

.footer-tagline {
    font-size: 0.65rem;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 12px;
}

.footer-desc {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

.footer-col-title {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    margin-bottom: 18px;
    color: var(--white);
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 0.85rem;
}

.contact-col p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
}

.contact-col a {
    color: var(--pink-light);
    text-decoration: none;
    font-weight: 700;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 24px;
    text-align: center;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.6);
}

/* ==========================================================================
   MOBILE & TABLET RESPONSIVE OVERRIDES
   ========================================================================== */
@media (max-width: 1200px) {
    .main-header { padding: 16px 30px; }
    .main-nav { gap: 20px; }
    .hero-section { padding: 60px 30px 60px; }
    .hero-container { grid-template-columns: 1fr; gap: 40px; }
    .hero-content { max-width: 100%; text-align: center; }
    .hero-title { font-size: 3.6rem; }
    .hero-actions { justify-content: center; }
    .hero-social-proof { justify-content: center; }
    .hero-blob-frame { width: 360px; height: 370px; margin: 0 auto; }
    .floating-verified-card { right: 0; bottom: -10px; }
    .right-nav-indicator { display: none; }

    .why-container { grid-template-columns: 1fr; text-align: center; }
    .feature-cards-grid { grid-template-columns: repeat(2, 1fr); }
    .why-info-block { max-width: 600px; margin: 0 auto; }

    .testimonial-row { grid-template-columns: 1fr; text-align: center; }
    .testimonial-text-block { max-width: 100%; }
    .author-info { justify-content: center; }
    .lantern-frame { margin: 20px auto 0; }

    .steps-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
    .cta-container { flex-direction: column; text-align: center; }

    .about-grid, .contact-page-grid { grid-template-columns: 1fr; }
    .services-full-grid, .pricing-grid, .stories-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
}

@media (max-width: 860px) {
    .top-contact-bar { display: none !important; }
    .main-nav, .btn-register-nav, .btn-whatsapp-header { display: none !important; }
    .mobile-hamburger { display: flex !important; }
    .main-header { padding: 12px 20px; border-bottom: 1px solid rgba(250, 75, 145, 0.12); }

    .hero-section { padding: 30px 20px 40px; min-height: auto; }
    .hero-title { font-size: 2.7rem; letter-spacing: -1px; }
    .hero-subtitle { font-size: 0.68rem; }
    .hero-description { font-size: 0.95rem; }
    .hero-actions { flex-direction: column; width: 100%; }
    .btn-pink, .btn-outline-call { width: 100%; justify-content: center; }
    
    .hero-blob-frame { width: 280px; height: 290px; }
    .floating-verified-card { max-width: 220px; padding: 10px 14px; }

    .stats-burgundy-section { margin-top: 0; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .stat-card.border-left { border-left: none; border-top: 1px solid rgba(255, 255, 255, 0.2); }
    .stat-number { font-size: 2rem; }

    .why-choose-section { padding: 90px 20px 50px; }
    .feature-cards-grid { grid-template-columns: 1fr; }
    .why-heading { font-size: 2.2rem; }

    /* Testimonial Ribbon & Lantern Image Fix on Mobile */
    .testimonial-ribbon-section {
        min-height: auto;
        padding: 45px 20px;
        margin: 30px 16px;
        background-color: var(--pink-primary);
        border-radius: 32px;
        position: relative;
        box-shadow: 0 14px 40px rgba(250, 75, 145, 0.25);
    }

    .testimonial-ribbon-svg-wrap { display: none !important; }
    .testimonial-container { padding: 0; }
    .testimonial-row { grid-template-columns: 1fr; gap: 20px; text-align: center; }
    .testimonial-text-block { max-width: 100%; color: var(--white) !important; }
    .large-quote-mark { font-size: 2.8rem; color: rgba(255, 255, 255, 0.5); margin-bottom: 6px; }
    .quote-body { color: var(--white) !important; font-size: 1.05rem; line-height: 1.6; margin-bottom: 20px; }
    .author-info { justify-content: center; }

    .lantern-frame {
        width: 200px;
        height: 160px;
        margin: 16px auto 0;
        border-radius: 80px 80px 16px 16px;
        border: 3px solid var(--white);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }

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

    .how-it-works-section { padding: 50px 20px; }
    .steps-grid { grid-template-columns: 1fr; }
    .cta-body { padding: 40px 20px; }
    .cta-heading { font-size: 1.8rem; }

    /* Subpages Responsive Overrides */
    .page-hero-banner { padding: 40px 20px 30px; }
    .page-hero-title { font-size: 2.2rem; }
    .page-content-section { padding: 40px 20px; }
    .services-full-grid, .pricing-grid, .stories-grid { grid-template-columns: 1fr; }
    .pricing-card.featured-plan { transform: none; }
    .form-row.two-col { grid-template-columns: 1fr; }
    .form-wrapper-card, .register-form-card { padding: 24px 18px; }

    .main-footer { padding: 40px 20px 20px; }
    .footer-grid { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 480px) {
    .hero-title { font-size: 2.2rem; }
    .hero-blob-frame { width: 240px; height: 250px; }
    .floating-verified-card { display: none; }
}
