/* ==========================================================================
   VASTU HARMONY HOMES - PREMIUM DESIGN SYSTEM
   "Balance Your Space, Balance Your Life"
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,600&family=Alex+Brush&display=swap');

:root {
    /* Color Palette */
    --bg-primary: #021B16;
    --bg-surface: #0B2214;
    --green-primary: #0B2F1B;
    --green-secondary: #123B24;
    --green-card: #102E1E;
    --green-hover: #1A4D2E;
    --green-accent: #2E7D4B;
    --green-section: #0E2A16;

    /* Gold System */
    --gold-primary: #D4AF37;
    --gold-bright: #F7E6A1;
    --gold-soft: #C9A83E;
    --gold-gradient: linear-gradient(135deg, #F7E6A1 0%, #D4AF37 50%, #C9A83E 100%);
    --gold-text-gradient: linear-gradient(135deg, #FFF1C5 0%, #D4AF37 60%, #B89222 100%);

    /* Typography Colors */
    --text-primary: #EAF5E9;
    --text-cream: #F8F7EE;
    --text-secondary: #B7C9A9;
    --text-muted: #8AA082;

    /* Borders & Shadows */
    --border-subtle: #2A4A33;
    --border-gold: rgba(212, 175, 55, 0.28);
    --border-gold-bright: rgba(212, 175, 55, 0.6);
    --gold-glow: 0 0 25px rgba(212, 175, 55, 0.35);
    --card-shadow: 0 12px 36px rgba(0, 0, 0, 0.45);
    --button-shadow: 0 8px 24px rgba(212, 175, 55, 0.38);

    /* Status Colors */
    --success: #27AE60;
    --error: #E74C3C;

    /* Typography */
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-script: 'Alex Brush', cursive;
}

/* Reset for template */
html {
    overflow-x: hidden !important;
    max-width: 100vw !important;
}

.cosmic-vastu-site *,
.cosmic-vastu-site *::before,
.cosmic-vastu-site *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body.cosmic-vastu-template-active,
.cosmic-vastu-site {
    background-color: var(--bg-primary) !important;
    color: var(--text-primary) !important;
    font-family: var(--font-body) !important;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100% !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Container */
.cosmic-container {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 0 28px;
    box-sizing: border-box;
}

.cosmic-container-fluid {
    width: 100%;
    padding: 0 40px;
}

/* Typography Classes */
.cosmic-heading-h1 {
    font-family: var(--font-heading);
    font-size: clamp(44px, 5.0vw, 68px);
    font-weight: 700;
    line-height: 1.12;
    color: #FDFCF7;
    letter-spacing: -0.018em;
    text-shadow: 0 4px 28px rgba(0, 0, 0, 0.7);
}

.cosmic-heading-h2 {
    font-family: var(--font-heading);
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 600;
    line-height: 1.25;
    color: var(--text-cream);
}

.cosmic-heading-h3 {
    font-family: var(--font-heading);
    font-size: clamp(20px, 2.5vw, 26px);
    font-weight: 600;
    line-height: 1.35;
    color: var(--text-cream);
}

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

.gold-gradient-text {
    background: linear-gradient(135deg, #FFF8E1 0%, #F5DE88 22%, #D4AF37 50%, #F7E6A1 75%, #AA7C11 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-style: italic;
    font-family: var(--font-heading);
    filter: drop-shadow(0 4px 20px rgba(212, 175, 55, 0.45));
}

.cosmic-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold-primary);
    margin-bottom: 12px;
}

.cosmic-eyebrow .sparkle {
    font-size: 14px;
    color: var(--gold-bright);
}

.cosmic-section-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 56px;
}

.cosmic-section-header p {
    color: var(--text-secondary);
    font-size: 16px;
    margin-top: 12px;
}

/* Buttons */
.cosmic-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--gold-gradient);
    color: #0B2F1B !important;
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    text-decoration: none !important;
    box-shadow: var(--button-shadow);
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.cosmic-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(212, 175, 55, 0.55);
    background: linear-gradient(135deg, #FFFFFF 0%, #F7E6A1 50%, #D4AF37 100%);
    color: #021B16 !important;
}

.cosmic-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: transparent;
    color: var(--text-cream) !important;
    border: 1px solid var(--border-gold);
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
    padding: 12px 26px;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.cosmic-btn-outline:hover {
    background: rgba(212, 175, 55, 0.12);
    border-color: var(--gold-primary);
    color: var(--gold-bright) !important;
    transform: translateY(-2px);
}

.cosmic-btn-pill-phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(18, 59, 36, 0.6);
    border: 1px solid var(--border-gold);
    color: var(--gold-bright) !important;
    padding: 9px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.cosmic-btn-pill-phone:hover {
    background: var(--green-card);
    border-color: var(--gold-primary);
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.25);
    transform: translateY(-2px);
}

/* ==========================================================================
   NAVBAR - Full Width Luxury Header
   ========================================================================== */
.cosmic-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    padding: 5px 0;
    background: rgba(8, 28, 21, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.22);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
    border-radius: 0 !important;
    transition: all 0.35s ease;
}

.cosmic-navbar.scrolled {
    top: 0;
    padding: 10px 0;
    background: rgba(6, 22, 15, 0.95);
    border-bottom-color: rgba(212, 175, 55, 0.35);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.65);
}

.cosmic-nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 28px;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box;
}

.cosmic-navbar.scrolled .cosmic-nav-container {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 28px;
}

.cosmic-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    flex-shrink: 0;
}

.cosmic-brand-symbol {
    width: 48px;
    height: 48px;
    animation: rotateSlow 40s linear infinite;
    flex-shrink: 0;
}

.cosmic-brand-logo-img {
    max-height: 75px !important;
    width: auto;
    object-fit: contain;
    display: block;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.cosmic-navbar.scrolled .cosmic-brand-logo-img {
    max-height: 48px !important;
}

.cosmic-navbar.scrolled .cosmic-brand-symbol {
    width: 40px;
    height: 40px;
}

.cosmic-footer .cosmic-brand-logo-img {
    max-height: 66px !important;
}

.cosmic-footer .cosmic-brand-symbol {
    width: 52px;
    height: 52px;
}

.cosmic-brand-text {
    display: flex;
    flex-direction: column;
}

.cosmic-brand-name {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--text-cream);
    line-height: 1;
}

.cosmic-brand-sub {
    font-size: 9px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold-primary);
    margin-top: 4px;
    font-weight: 600;
}

.cosmic-nav-links,
.cosmic-nav-links ul {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cosmic-nav-links li {
    list-style: none;
    position: relative;
}

.cosmic-nav-links a {
    color: var(--text-cream);
    text-decoration: none;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 9999px;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    border: 1px solid transparent;
}

.cosmic-nav-links a:hover {
    color: var(--gold-bright);
    background: rgba(212, 175, 55, 0.08);
}

.cosmic-nav-links a.active,
.cosmic-nav-links .current-menu-item>a,
.cosmic-nav-links .current_page_item>a {
    color: var(--gold-bright) !important;
    background: rgba(212, 175, 55, 0.15) !important;
    border-color: rgba(212, 175, 55, 0.35) !important;
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.12) !important;
}

.cosmic-nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.cosmic-btn-pill-phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(18, 59, 36, 0.6);
    border: 1px solid var(--border-gold);
    color: var(--gold-bright) !important;
    padding: 8px 16px;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.cosmic-btn-pill-phone:hover {
    background: var(--green-card);
    border-color: var(--gold-primary);
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.25);
    transform: translateY(-2px);
}

.cosmic-navbar .cosmic-btn-primary {
    border-radius: 9999px !important;
    padding: 10px 22px !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    box-shadow: 0 4px 18px rgba(212, 175, 55, 0.35) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.cosmic-navbar .cosmic-btn-primary:hover {
    box-shadow: 0 6px 24px rgba(212, 175, 55, 0.55) !important;
    transform: translateY(-2px) !important;
}

.cosmic-menu-toggle {
    display: none;
    background: rgba(18, 59, 36, 0.6);
    border: 1px solid var(--border-gold);
    color: var(--gold-bright);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.cosmic-menu-toggle:hover {
    border-color: var(--gold-bright);
    background: rgba(18, 59, 36, 0.9);
}


/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.cosmic-hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding-top: 86px;
    padding-bottom: 28px;
    background-color: var(--bg-primary);
    box-sizing: border-box;
}

.cosmic-hero-section>.cosmic-container {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 28px;
    box-sizing: border-box;
}

/* Background Video */
.cosmic-hero-video-wrapper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.cosmic-hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 78% center;
    filter: brightness(1.06) contrast(1.03);
}

/* Gradient Overlay - Rich dark emerald on left for crisp readability; crystal clear on right so the illuminated villa & celestial compass shine through */
.cosmic-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(90deg,
            rgba(2, 27, 22, 0.98) 0%,
            rgba(2, 27, 22, 0.94) 30%,
            rgba(2, 27, 22, 0.65) 46%,
            rgba(2, 27, 22, 0.15) 60%,
            rgba(2, 27, 22, 0.02) 76%,
            rgba(2, 27, 22, 0.15) 100%);
    pointer-events: none;
}

.cosmic-hero-overlay-radial {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background:
        radial-gradient(ellipse at 18% 44%, rgba(212, 175, 55, 0.18) 0%, rgba(212, 175, 55, 0.04) 42%, transparent 66%),
        linear-gradient(180deg, rgba(2, 27, 22, 0.75) 0%, transparent 16%, transparent 82%, rgba(2, 27, 22, 0.98) 100%);
    pointer-events: none;
}

/* Hero Content Grid: Left side content strictly anchored to left margin, Right side open for video house & celestial compass */
.cosmic-hero-grid {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: minmax(0, 640px) 1fr;
    gap: 40px;
    align-items: center;
    width: 100%;
}

.cosmic-hero-content {
    width: 100%;
    max-width: 640px;
    margin: 0;
    text-align: left;
}

.cosmic-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 20px;
    background: linear-gradient(135deg, rgba(18, 59, 36, 0.65) 0%, rgba(2, 27, 22, 0.8) 100%);
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 999px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold-bright);
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0 14px rgba(212, 175, 55, 0.15);
    margin-bottom: 20px;
}

.badge-pulse-glow {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D4AF37;
    box-shadow: 0 0 10px #D4AF37, 0 0 20px rgba(212, 175, 55, 0.8);
    animation: badgePulse 2s ease-in-out infinite;
}

.badge-icon {
    color: var(--gold-bright);
    font-size: 12px;
}

.badge-text-full {
    display: inline;
}

.badge-text-short {
    display: none;
}

@keyframes badgePulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.45;
        transform: scale(1.35);
    }
}

.cosmic-hero-tagline {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold-bright);
    margin-top: 18px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 14px;
}

.cosmic-hero-tagline span {
    white-space: nowrap;
}

.cosmic-hero-tagline .tagline-star {
    color: var(--gold-primary);
    font-size: 13px;
    filter: drop-shadow(0 0 6px rgba(212, 175, 55, 0.6));
}

.cosmic-hero-tagline .tagline-dot {
    color: rgba(212, 175, 55, 0.55);
}

.cosmic-hero-desc {
    color: rgba(248, 247, 238, 0.88);
    font-size: 16.5px;
    line-height: 1.7;
    margin-top: 12px;
    margin-bottom: 28px;
    max-width: 580px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.cosmic-hero-ctas {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 34px;
    flex-wrap: wrap;
}

/* 4 Benefit Indicators - Refined luxury frosted cards */
.cosmic-hero-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    padding: 12px 16px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(14, 46, 28, 0.82) 0%, rgba(2, 27, 22, 0.92) 100%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(212, 175, 55, 0.35);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    max-width: 660px;
    width: 100%;
    box-sizing: border-box;
}

.cosmic-benefit-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 2px 4px;
    transition: transform 0.25s ease;
    min-width: 0;
    position: relative;
}

.cosmic-benefit-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -4px;
    top: 15%;
    bottom: 15%;
    width: 1px;
    background: rgba(212, 175, 55, 0.2);
    pointer-events: none;
}

.cosmic-benefit-icon-wrap {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    border: 1px solid rgba(212, 175, 55, 0.45);
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.22) 0%, rgba(18, 59, 36, 0.85) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-bright);
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.2);
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.cosmic-benefit-icon-wrap svg {
    width: 16px;
    height: 16px;
}

.cosmic-benefit-item:hover .cosmic-benefit-icon-wrap {
    border-color: var(--gold-bright);
    box-shadow: 0 0 18px rgba(212, 175, 55, 0.55);
    transform: scale(1.06);
}

.cosmic-benefit-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
    overflow: hidden;
}

.cosmic-benefit-title {
    font-size: 11.5px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.01em;
}

.cosmic-benefit-sub {
    font-size: 9.5px;
    font-weight: 500;
    color: #F7E6A1;
    opacity: 0.92;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Hero Right Spacer (Allows unobstructed view of luxury villa & cosmic compass in background video) */
.cosmic-hero-space-right {
    min-height: 480px;
    pointer-events: none;
}

/* ==========================================================================
   ABOUT SECTION
   ========================================================================== */
.cosmic-about-section {
    padding: 120px 0;
    position: relative;
    background: var(--bg-surface);
    border-top: 1px solid rgba(212, 175, 55, 0.12);
    border-bottom: 1px solid rgba(212, 175, 55, 0.12);
    overflow: hidden;
}

.cosmic-about-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    align-items: center;
}

.cosmic-about-visual {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cosmic-mandala-frame {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
}

/* Motion Chakra Behind Mandala Image */
.cosmic-about-chakra-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 132%;
    height: 132%;
    max-width: 580px;
    max-height: 580px;
    z-index: 1;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.28) 0%, rgba(212, 175, 55, 0.08) 55%, transparent 74%);
}

.cosmic-about-chakra-svg {
    width: 100%;
    height: 100%;
    animation: rotateSlow 60s linear infinite;
    transform-origin: 50% 50%;
    filter: drop-shadow(0 0 20px rgba(212, 175, 55, 0.45)) drop-shadow(0 0 45px rgba(212, 175, 55, 0.2));
}

.cosmic-mandala-img {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 440px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 0 35px rgba(212, 175, 55, 0.3), 0 20px 45px rgba(0, 0, 0, 0.65);
    border: 3px solid rgba(212, 175, 55, 0.45);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease;
}

.cosmic-mandala-frame:hover .cosmic-mandala-img {
    transform: scale(1.025);
    box-shadow: 0 0 50px rgba(212, 175, 55, 0.5), 0 24px 50px rgba(0, 0, 0, 0.75);
}

.cosmic-mandala-frame:hover .cosmic-about-chakra-svg {
    animation-duration: 40s;
}

.cosmic-about-content p {
    color: var(--text-secondary);
    font-size: 16px;
    line-height: 1.7;
    margin-top: 18px;
    margin-bottom: 28px;
}

.cosmic-trust-points {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 32px 0 36px;
}

.cosmic-trust-point {
    display: flex;
    align-items: center;
    gap: 18px;
}

.cosmic-trust-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--border-gold);
    background: rgba(18, 59, 36, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-bright);
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}

.cosmic-trust-text h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-cream);
    margin-bottom: 2px;
}

.cosmic-trust-text span {
    font-size: 13px;
    color: var(--text-muted);
}

/* ==========================================================================
   SERVICES SECTION (8 Cards Grid)
   ========================================================================== */
.cosmic-services-section {
    padding: 130px 0;
    background: var(--bg-primary);
    position: relative;
}

.cosmic-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.cosmic-service-card {
    background: var(--green-card);
    border: 1px solid var(--border-subtle);
    border-radius: 16px;
    padding: 32px 26px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: var(--card-shadow);
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
    cursor: pointer;
}

.cosmic-service-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.12) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.cosmic-service-card:hover {
    transform: translateY(-6px);
    border-color: var(--gold-primary);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5), 0 0 22px rgba(212, 175, 55, 0.22);
    background: var(--green-hover);
}

.cosmic-service-card:hover::before {
    opacity: 1;
}

.cosmic-service-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(18, 59, 36, 0.7);
    border: 1px solid var(--border-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-bright);
    margin-bottom: 22px;
    transition: all 0.3s ease;
}

.cosmic-service-card:hover .cosmic-service-icon {
    border-color: var(--gold-bright);
    background: rgba(212, 175, 55, 0.15);
    transform: scale(1.08);
}

.cosmic-service-card h3 {
    font-family: var(--font-heading);
    font-size: 21px;
    font-weight: 600;
    color: var(--text-cream);
    margin-bottom: 10px;
    line-height: 1.3;
}

.cosmic-service-card p {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
    flex: 1;
}

.cosmic-service-arrow {
    align-self: flex-end;
    color: var(--gold-primary);
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease, color 0.3s ease;
}

.cosmic-service-card:hover .cosmic-service-arrow {
    transform: translateX(6px);
    color: var(--gold-bright);
}

/* ==========================================================================
   NEW ENHANCED SERVICES ARCHITECTURE (4 CORE + INSTITUTIONS + RITUALS)
   ========================================================================== */
.cosmic-services-grid-v2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 70px;
}

.cosmic-service-card-v2 {
    background: linear-gradient(170deg, rgba(16, 46, 30, 0.75) 0%, rgba(8, 28, 21, 0.85) 100%);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 18px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
    cursor: pointer;
}

.cosmic-service-card-v2::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.15) 0%, transparent 75%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.cosmic-service-card-v2:hover {
    transform: translateY(-8px);
    border-color: var(--gold-bright);
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.55), 0 0 26px rgba(212, 175, 55, 0.25);
    background: linear-gradient(170deg, rgba(22, 66, 42, 0.9) 0%, rgba(10, 36, 26, 0.95) 100%);
}

.cosmic-service-card-v2:hover::before {
    opacity: 1;
}

.cosmic-service-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cosmic-service-icon-v2 {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(18, 59, 36, 0.7);
    border: 1px solid var(--border-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-bright);
    transition: all 0.3s ease;
}

.cosmic-service-card-v2:hover .cosmic-service-icon-v2 {
    border-color: var(--gold-bright);
    background: rgba(212, 175, 55, 0.18);
    transform: scale(1.08) rotate(3deg);
}

.cosmic-service-badge {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 5px 12px;
    border-radius: 20px;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.3);
    color: var(--gold-bright);
}

.cosmic-service-title {
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 700;
    color: var(--text-cream);
    margin-bottom: 6px;
    line-height: 1.25;
}

.cosmic-service-subtitle {
    font-family: var(--font-body);
    font-size: 13.5px;
    font-weight: 500;
    font-style: italic;
    color: var(--gold-primary);
    margin-bottom: 14px;
    line-height: 1.4;
}

.cosmic-service-desc {
    color: var(--text-secondary);
    font-size: 13.5px;
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
}

.cosmic-focus-box {
    background: rgba(6, 20, 15, 0.6);
    border: 1px solid rgba(212, 175, 55, 0.12);
    border-radius: 12px;
    padding: 14px 16px;
    margin-top: auto;
    margin-bottom: 0;
}

.cosmic-focus-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--gold-primary);
    margin-bottom: 10px;
}

.cosmic-focus-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cosmic-focus-list li {
    font-size: 13px;
    color: var(--text-cream);
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.35;
}

.cosmic-bullet-icon {
    color: var(--gold-primary);
    font-size: 11px;
    flex-shrink: 0;
}

.cosmic-service-footer {
    margin-top: auto;
}

.cosmic-service-cta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 18px;
    border-radius: 10px;
    background: rgba(212, 175, 55, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.3);
    color: var(--gold-bright);
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.cosmic-service-cta svg {
    transition: transform 0.3s ease;
}

.cosmic-service-cta:hover,
.cosmic-service-card-v2:hover .cosmic-service-cta {
    background: linear-gradient(135deg, var(--gold-primary), var(--gold-bright));
    color: #081C15;
    border-color: transparent;
    box-shadow: 0 6px 18px rgba(212, 175, 55, 0.35);
}

.cosmic-service-cta:hover svg,
.cosmic-service-card-v2:hover .cosmic-service-cta svg {
    transform: translateX(4px);
}

/* 2. Educational Institutions Section */
.cosmic-edu-institution-box {
    background: linear-gradient(160deg, rgba(16, 46, 30, 0.8) 0%, rgba(8, 28, 21, 0.95) 100%);
    border: 1px solid var(--border-gold);
    border-radius: 24px;
    padding: 56px 44px;
    margin-bottom: 70px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), 0 0 35px rgba(212, 175, 55, 0.1);
}

.cosmic-edu-institution-box::before {
    content: '';
    position: absolute;
    top: -150px;
    right: -150px;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.12) 0%, transparent 70%);
    pointer-events: none;
    border-radius: 50%;
}

.cosmic-edu-header {
    text-align: center;
    max-width: 840px;
    margin: 0 auto 46px;
    position: relative;
    z-index: 2;
}

.cosmic-edu-title {
    font-family: var(--font-heading);
    font-size: 34px;
    font-weight: 700;
    color: var(--text-cream);
    margin: 12px 0 10px;
    line-height: 1.25;
}

.cosmic-edu-subtitle {
    font-size: 17px;
    font-weight: 600;
    color: var(--gold-bright);
    margin-bottom: 14px;
}

.cosmic-edu-desc {
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 1.7;
    margin: 0 auto;
}

.cosmic-edu-highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.cosmic-edu-highlight-card {
    background: rgba(18, 59, 36, 0.55);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 16px;
    padding: 30px 24px;
    text-align: center;
    transition: all 0.35s ease;
    backdrop-filter: blur(8px);
}

.cosmic-edu-highlight-card:hover {
    border-color: var(--gold-bright);
    background: rgba(22, 66, 42, 0.8);
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35), 0 0 20px rgba(212, 175, 55, 0.15);
}

.cosmic-edu-card-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 18px;
    border-radius: 14px;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-bright);
    transition: transform 0.3s ease;
}

.cosmic-edu-highlight-card:hover .cosmic-edu-card-icon {
    transform: scale(1.1);
    background: rgba(212, 175, 55, 0.2);
}

.cosmic-edu-highlight-card h4 {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 600;
    color: var(--text-cream);
    margin-bottom: 10px;
}

.cosmic-edu-highlight-card p {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0;
}

.cosmic-edu-supporting-wrap {
    background: rgba(6, 20, 15, 0.65);
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 18px;
    padding: 30px 28px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.cosmic-supporting-heading {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--gold-primary);
    text-align: center;
    margin-bottom: 22px;
}

.cosmic-supporting-chips-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.cosmic-support-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 16px;
    border-radius: 10px;
    background: rgba(16, 46, 30, 0.65);
    border: 1px solid rgba(212, 175, 55, 0.16);
    font-size: 13.5px;
    font-weight: 500;
    color: var(--text-cream);
    transition: all 0.25s ease;
}

.cosmic-support-chip:hover {
    border-color: var(--gold-primary);
    background: rgba(212, 175, 55, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.chip-dot {
    color: var(--gold-bright);
    font-size: 10px;
    flex-shrink: 0;
}

.cosmic-edu-action {
    text-align: center;
    position: relative;
    z-index: 2;
}

/* 3. Sacred Rituals & Divine Guidance Section */
.cosmic-rituals-box {
    background: linear-gradient(150deg, rgba(16, 46, 30, 0.85) 0%, rgba(6, 22, 16, 0.95) 100%);
    border: 1px solid var(--border-gold);
    border-radius: 24px;
    padding: 48px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5), 0 0 35px rgba(212, 175, 55, 0.12);
    position: relative;
    overflow: hidden;
}

.cosmic-rituals-box::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.12) 0%, transparent 70%);
    pointer-events: none;
    border-radius: 50%;
}

.cosmic-rituals-grid {
    display: grid;
    grid-template-columns: 440px 1fr;
    gap: 48px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.cosmic-rituals-visual {
    position: relative;
}

.cosmic-rituals-img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.35);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6), 0 0 25px rgba(212, 175, 55, 0.15);
    aspect-ratio: 1 / 1;
}

.cosmic-rituals-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.cosmic-rituals-img-wrap:hover img {
    transform: scale(1.04);
}

.cosmic-rituals-img-badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    background: rgba(8, 28, 21, 0.88);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 12px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--gold-bright);
}

.badge-gold-spark {
    color: var(--gold-bright);
    font-size: 13px;
    flex-shrink: 0;
}

.cosmic-rituals-content {
    display: flex;
    flex-direction: column;
}

.cosmic-rituals-title {
    font-family: var(--font-heading);
    font-size: 34px;
    font-weight: 700;
    color: var(--text-cream);
    margin: 12px 0 10px;
    line-height: 1.25;
}

.cosmic-rituals-subtitle {
    font-size: 16.5px;
    font-weight: 600;
    font-style: italic;
    color: var(--gold-bright);
    margin-bottom: 14px;
}

.cosmic-rituals-desc {
    font-size: 14.5px;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 28px;
}

.cosmic-rituals-chips-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 32px;
}

.cosmic-ritual-chip {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    border-radius: 12px;
    background: rgba(18, 59, 36, 0.6);
    border: 1px solid rgba(212, 175, 55, 0.2);
    font-size: 14px;
    font-weight: 500;
    color: var(--text-cream);
    transition: all 0.3s ease;
}

.cosmic-ritual-chip:hover {
    border-color: var(--gold-primary);
    background: rgba(212, 175, 55, 0.15);
    transform: translateX(5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.ritual-chip-icon {
    color: var(--gold-bright);
    font-size: 12px;
    flex-shrink: 0;
}

.cosmic-rituals-action {
    margin-top: 4px;
}

/* ==========================================================================
   WHY CHOOSE US SECTION
   ========================================================================== */
.cosmic-why-section {
    padding: 120px 0;
    background: var(--green-section);
    position: relative;
    overflow: hidden;
}

.cosmic-why-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 70px;
    align-items: center;
}

.cosmic-why-visual {
    position: relative;
    text-align: center;
}

.cosmic-why-visual img {
    width: 100%;
    max-width: 480px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6), 0 0 30px rgba(212, 175, 55, 0.2);
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.cosmic-why-content p {
    color: var(--text-secondary);
    font-size: 16px;
    line-height: 1.7;
    margin: 18px 0 36px;
}

.cosmic-metrics-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.cosmic-metric-item {
    background: var(--green-card);
    border: 1px solid var(--border-subtle);
    border-radius: 14px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.3s ease;
}

.cosmic-metric-item:hover {
    border-color: var(--gold-primary);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.cosmic-metric-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(18, 59, 36, 0.7);
    border: 1px solid var(--border-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-bright);
    flex-shrink: 0;
}

.cosmic-metric-label {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-cream);
}

/* ==========================================================================
   PROCESS SECTION (3 Steps)
   ========================================================================== */
.cosmic-process-section {
    padding: 120px 0;
    background: var(--bg-primary);
    position: relative;
}

.cosmic-process-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 60px;
}

.cosmic-script-quote {
    font-family: var(--font-script);
    font-size: 32px;
    color: var(--gold-bright);
    text-shadow: 0 0 12px rgba(212, 175, 55, 0.3);
}

.cosmic-process-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    position: relative;
}

.cosmic-step-card {
    background: var(--green-card);
    border: 1px solid var(--border-subtle);
    border-radius: 16px;
    padding: 36px 30px;
    position: relative;
    transition: all 0.35s ease;
}

.cosmic-step-card:hover {
    border-color: var(--gold-primary);
    transform: translateY(-5px);
    box-shadow: var(--card-shadow), 0 0 20px rgba(212, 175, 55, 0.2);
}

.cosmic-step-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.cosmic-step-num {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--gold-primary);
    text-transform: uppercase;
}

.cosmic-step-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--border-gold);
    background: rgba(18, 59, 36, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-bright);
}

.cosmic-step-card h3 {
    font-family: var(--font-heading);
    font-size: 22px;
    color: var(--text-cream);
    margin-bottom: 12px;
}

.cosmic-step-card p {
    color: var(--text-secondary);
    font-size: 15px;
    line-height: 1.6;
}

/* ==========================================================================
   TESTIMONIALS SECTION
   ========================================================================== */
.cosmic-testimonials-section {
    padding: 120px 0;
    background: var(--bg-surface);
    position: relative;
}

.cosmic-testimonial-carousel-wrap {
    position: relative;
    margin-top: 30px;
}

.cosmic-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.cosmic-testimonial-card {
    background: rgba(16, 46, 30, 0.75);
    border: 1px solid var(--border-subtle);
    border-radius: 18px;
    padding: 36px 30px;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
    box-shadow: var(--card-shadow);
    transition: all 0.35s ease;
}

.cosmic-testimonial-card:hover {
    border-color: var(--gold-primary);
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5), 0 0 20px rgba(212, 175, 55, 0.2);
}

.cosmic-client-avatar {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 2px solid var(--gold-primary);
    margin-bottom: 16px;
    object-fit: cover;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
}

.cosmic-stars {
    color: #F5D36A;
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 16px;
}

.cosmic-quote-text {
    font-style: italic;
    color: var(--text-primary);
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 24px;
    flex: 1;
}

.cosmic-client-name {
    font-family: var(--font-heading);
    font-size: 18px;
    color: var(--text-cream);
    font-weight: 600;
}

.cosmic-client-city {
    font-size: 13px;
    color: var(--gold-soft);
    margin-top: 2px;
}

.cosmic-carousel-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.cosmic-carousel-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid var(--border-gold);
    color: var(--gold-bright);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cosmic-carousel-btn:hover {
    background: var(--gold-primary);
    color: #0B2F1B;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
}

.cosmic-dots {
    display: flex;
    gap: 8px;
}

.cosmic-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.cosmic-dot.active {
    width: 24px;
    border-radius: 10px;
    background: var(--gold-primary);
    box-shadow: 0 0 8px var(--gold-primary);
}

/* ==========================================================================
   BLOG SECTION
   ========================================================================== */
.cosmic-blog-section {
    padding: 120px 0;
    background: var(--bg-primary);
    position: relative;
}

.cosmic-blog-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}

.cosmic-blog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.cosmic-blog-card {
    background: var(--green-card);
    border: 1px solid var(--border-subtle);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    box-shadow: var(--card-shadow);
    transition: all 0.35s ease;
}

.cosmic-blog-card:hover {
    border-color: var(--gold-primary);
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5), 0 0 20px rgba(212, 175, 55, 0.2);
}

.cosmic-blog-img-wrap {
    height: 190px;
    overflow: hidden;
    position: relative;
}

.cosmic-blog-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.cosmic-blog-card:hover .cosmic-blog-img-wrap img {
    transform: scale(1.08);
}

.cosmic-blog-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.cosmic-blog-category {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: var(--gold-primary);
    text-transform: uppercase;
    margin-bottom: 8px;
}

.cosmic-blog-title {
    font-family: var(--font-heading);
    font-size: 18px;
    color: var(--text-cream);
    line-height: 1.35;
    margin-bottom: 12px;
    flex: 1;
}

.cosmic-blog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(212, 175, 55, 0.15);
    padding-top: 14px;
    font-size: 12px;
    color: var(--text-muted);
}

.cosmic-blog-readmore {
    color: var(--gold-bright);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* ==========================================================================
   FINAL CTA BANNER
   ========================================================================== */
.cosmic-final-cta-section {
    padding: 60px 0 100px;
    background: var(--bg-primary);
}

.cosmic-cta-box {
    background: radial-gradient(circle at 20% 50%, rgba(18, 59, 36, 0.9) 0%, rgba(11, 34, 20, 0.95) 100%);
    border: 1px solid var(--gold-primary);
    border-radius: 20px;
    padding: 56px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6), 0 0 35px rgba(212, 175, 55, 0.25);
}

/* Decorative Gold Corner accents */
.cosmic-cta-box::before,
.cosmic-cta-box::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border-color: var(--gold-bright);
    pointer-events: none;
}

.cosmic-cta-box::before {
    top: 12px;
    left: 12px;
    border-top: 2px solid var(--gold-bright);
    border-left: 2px solid var(--gold-bright);
}

.cosmic-cta-box::after {
    bottom: 12px;
    right: 12px;
    border-bottom: 2px solid var(--gold-bright);
    border-right: 2px solid var(--gold-bright);
}

.cosmic-cta-left {
    display: flex;
    align-items: center;
    gap: 28px;
    max-width: 700px;
}

.cosmic-cta-mandala-icon {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    animation: rotateSlow 50s linear infinite;
    filter: drop-shadow(0 0 15px rgba(212, 175, 55, 0.5));
}

.cosmic-cta-left h2 {
    font-family: var(--font-heading);
    font-size: clamp(26px, 3vw, 36px);
    color: var(--text-cream);
    margin-bottom: 8px;
}

.cosmic-cta-left p {
    color: var(--text-secondary);
    font-size: 16px;
    line-height: 1.5;
}

.cosmic-cta-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.cosmic-cta-trust {
    font-size: 12px;
    color: var(--gold-bright);
    letter-spacing: 0.05em;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.cosmic-footer {
    background: #021410;
    border-top: 1px solid rgba(212, 175, 55, 0.18);
    padding: 70px 0 30px;
    position: relative;
}

.cosmic-footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.12);
}

.cosmic-footer-links,
.cosmic-footer-links ul {
    display: flex;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cosmic-footer-links li {
    list-style: none;
}

.cosmic-footer-links a {
    color: var(--text-primary);
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s ease;
}

.cosmic-footer-links a:hover {
    color: var(--gold-bright);
}

.cosmic-footer-contact {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cosmic-footer-socials {
    display: flex;
    gap: 12px;
}

.cosmic-social-link {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid var(--border-gold);
    color: var(--gold-bright);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cosmic-social-link:hover {
    background: var(--gold-primary);
    color: #0B2F1B;
    transform: translateY(-2px);
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.4);
}

.cosmic-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 28px;
    font-size: 13px;
    color: var(--text-muted);
}

.cosmic-footer-motto {
    color: var(--gold-bright);
    letter-spacing: 0.15em;
    font-size: 12px;
}

/* ==========================================================================
   CONSULTATION MODAL & ALERTS
   ========================================================================== */
.cosmic-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(2, 27, 22, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.cosmic-modal-backdrop.active {
    opacity: 1;
    visibility: visible;
}

.cosmic-modal-card {
    background: radial-gradient(circle at top right, #123B24 0%, #0B2214 100%);
    border: 1px solid var(--gold-primary);
    border-radius: 20px;
    width: 100%;
    max-width: 540px;
    padding: 40px;
    position: relative;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), 0 0 40px rgba(212, 175, 55, 0.3);
    transform: scale(0.92) translateY(20px);
    transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.cosmic-modal-backdrop.active .cosmic-modal-card {
    transform: scale(1) translateY(0);
}

.cosmic-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: 1px solid var(--border-gold);
    color: var(--gold-bright);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.2s ease;
}

.cosmic-modal-close:hover {
    background: rgba(212, 175, 55, 0.2);
    transform: rotate(90deg);
}

.cosmic-modal-header {
    text-align: center;
    margin-bottom: 28px;
}

.cosmic-modal-header h3 {
    font-family: var(--font-heading);
    font-size: 28px;
    color: var(--text-cream);
    margin-bottom: 6px;
}

.cosmic-modal-header p {
    color: var(--text-secondary);
    font-size: 14px;
}

.cosmic-form-group {
    margin-bottom: 18px;
}

.cosmic-form-label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-cream);
    margin-bottom: 8px;
}

.cosmic-vastu-site .cosmic-form-input,
.cosmic-vastu-site input.cosmic-form-input,
.cosmic-form-input {
    width: 100% !important;
    background-color: #ffffff !important;
    color: #1a202c !important;
    border: 1.5px solid #d1d5db !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    font-family: var(--font-body) !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    height: 50px !important;
    outline: none !important;
    box-sizing: border-box !important;
    transition: all 0.25s ease !important;
}

.cosmic-vastu-site .cosmic-form-input::placeholder,
.cosmic-form-input::placeholder {
    color: #94a3b8 !important;
    opacity: 1 !important;
}

.cosmic-vastu-site .cosmic-form-select,
.cosmic-vastu-site select.cosmic-form-select,
.cosmic-form-select {
    width: 100% !important;
    background-color: #ffffff !important;
    color: #1a202c !important;
    border: 1.5px solid #d1d5db !important;
    border-radius: 10px !important;
    padding: 12px 42px 12px 16px !important;
    font-family: var(--font-body) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    height: 50px !important;
    min-height: 50px !important;
    cursor: pointer !important;
    outline: none !important;
    box-sizing: border-box !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231a202c' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
    background-size: 16px 16px !important;
    transition: all 0.25s ease !important;
}

.cosmic-vastu-site .cosmic-form-select option,
.cosmic-vastu-site select.cosmic-form-select option,
.cosmic-form-select option {
    background-color: #ffffff !important;
    color: #1a202c !important;
    font-size: 16px !important;
    padding: 10px 14px !important;
}

.cosmic-vastu-site .cosmic-form-textarea,
.cosmic-vastu-site textarea.cosmic-form-textarea,
.cosmic-form-textarea {
    width: 100% !important;
    background-color: #ffffff !important;
    color: #1a202c !important;
    border: 1.5px solid #d1d5db !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    font-family: var(--font-body) !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    outline: none !important;
    box-sizing: border-box !important;
    min-height: 95px !important;
    resize: vertical !important;
    transition: all 0.25s ease !important;
}

.cosmic-vastu-site .cosmic-form-textarea::placeholder,
.cosmic-form-textarea::placeholder {
    color: #94a3b8 !important;
    opacity: 1 !important;
}

.cosmic-vastu-site .cosmic-form-input:focus,
.cosmic-vastu-site .cosmic-form-select:focus,
.cosmic-vastu-site .cosmic-form-textarea:focus,
.cosmic-form-input:focus,
.cosmic-form-select:focus,
.cosmic-form-textarea:focus {
    border-color: var(--gold-primary, #D4AF37) !important;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.25) !important;
    background-color: #ffffff !important;
    outline: none !important;
}

/* Alert / Notification box (from Design System) */
.cosmic-alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    display: none;
}

.cosmic-alert.success {
    background: rgba(39, 174, 96, 0.18);
    border: 1px solid #27AE60;
    color: #EAF5E9;
}

.cosmic-alert.error {
    background: rgba(231, 76, 60, 0.18);
    border: 1px solid #E74C3C;
    color: #F8D7DA;
}

/* Floating WhatsApp Button */
.cosmic-floating-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25D366, #128C7E);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    animation: pulseWhatsApp 3s infinite;
}

.cosmic-floating-whatsapp:hover {
    transform: scale(1.1) translateY(-4px);
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.65);
}

/* ==========================================================================
   KEYFRAME ANIMATIONS
   ========================================================================== */
@keyframes rotateSlow {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes pulseWhatsApp {

    0%,
    100% {
        box-shadow: 0 8px 25px rgba(37, 211, 102, 0.45);
    }

    50% {
        box-shadow: 0 8px 35px rgba(37, 211, 102, 0.8), 0 0 0 12px rgba(37, 211, 102, 0.15);
    }
}

/* Scroll reveal helper */
.cosmic-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.cosmic-reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* ==========================================================================
   MOBILE DRAWER & BACKDROP OVERLAY
   ========================================================================== */
.cosmic-drawer-backdrop {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(2, 27, 22, 0.8);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 10002;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
    pointer-events: none;
}

.cosmic-drawer-backdrop.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.cosmic-mobile-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    max-width: 86vw;
    height: 100vh;
    height: 100dvh;
    background: #041913;
    border-left: 1px solid rgba(212, 175, 55, 0.35);
    z-index: 10005;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    box-shadow: -15px 0 40px rgba(0, 0, 0, 0.85);
    transform: translateX(100%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}

.cosmic-mobile-drawer.active {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
}

.cosmic-drawer-close {
    align-self: flex-end;
    background: transparent;
    border: none;
    color: var(--gold-bright);
    font-size: 28px;
    cursor: pointer;
    margin-bottom: 20px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.cosmic-drawer-close:hover {
    background: rgba(212, 175, 55, 0.15);
    transform: scale(1.1);
}

.cosmic-drawer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
    padding: 0;
}

.cosmic-drawer-links li {
    list-style: none;
}

.cosmic-drawer-links a {
    color: var(--text-primary);
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    display: block;
    padding: 6px 0;
    transition: color 0.2s ease, transform 0.2s ease;
}

.cosmic-drawer-links a:hover,
.cosmic-drawer-links a.active {
    color: var(--gold-bright);
    transform: translateX(4px);
}

/* ==========================================================================
   Contact Section & Grid Styles (Home & Contact Pages)
   ========================================================================== */
/* ==========================================================================
   Contact Section & Hero Banner
   ========================================================================== */
.cosmic-contact-hero-banner {
    padding: 130px 0 50px;
    background: radial-gradient(circle at 50% 10%, rgba(18, 59, 36, 0.7) 0%, var(--bg-primary) 70%);
    text-align: center;
}

.cosmic-contact-hero-desc {
    max-width: 680px;
    margin: 16px auto 0;
    color: var(--text-secondary);
    font-size: 17px;
    line-height: 1.6;
}

.cosmic-contact-section {
    padding: 90px 0;
    background: radial-gradient(circle at 50% 10%, rgba(18, 59, 36, 0.45) 0%, var(--bg-primary) 70%);
    position: relative;
}

.cosmic-contact-header {
    text-align: center;
    margin-bottom: 46px;
}

.cosmic-contact-subtitle {
    max-width: 680px;
    margin: 14px auto 0;
    color: var(--text-secondary);
    font-size: 16px;
    line-height: 1.6;
}

.cosmic-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: stretch;
}

.cosmic-contact-info-col {
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: space-between;
}

.cosmic-contact-info-card {
    background: linear-gradient(170deg, rgba(16, 46, 30, 0.88) 0%, rgba(8, 28, 21, 0.96) 100%);
    border: 1px solid rgba(212, 175, 55, 0.28);
    border-radius: 20px;
    padding: 38px 32px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(212, 175, 55, 0.08);
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.cosmic-contact-info-card:hover {
    border-color: var(--gold-bright);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.6), 0 0 28px rgba(212, 175, 55, 0.18);
}

.cosmic-contact-card-badge {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.3);
    color: var(--gold-bright);
    margin-bottom: 12px;
}

.cosmic-contact-card-title {
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 700;
    color: var(--text-cream);
    margin-bottom: 8px;
}

.cosmic-contact-card-desc {
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 24px;
    font-size: 14.5px;
}

.cosmic-contact-form-card {
    background: linear-gradient(170deg, rgba(16, 46, 30, 0.7) 0%, rgba(8, 28, 21, 0.85) 100%);
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 18px;
    padding: 34px 28px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5), 0 0 25px rgba(212, 175, 55, 0.08);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cosmic-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.cosmic-contact-form-card .cosmic-form-group {
    margin-bottom: 16px;
}

.cosmic-contact-form-card .cosmic-form-label {
    color: #9cb8a5 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    margin-bottom: 6px !important;
    display: block !important;
}

.cosmic-contact-form-card .cosmic-form-input,
.cosmic-contact-form-card input.cosmic-form-input,
.cosmic-contact-form-card select.cosmic-form-select,
.cosmic-contact-form-card textarea.cosmic-form-textarea {
    background-color: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    font-size: 14.5px !important;
    transition: all 0.25s ease !important;
}

.cosmic-contact-form-card .cosmic-form-input::placeholder,
.cosmic-contact-form-card textarea.cosmic-form-textarea::placeholder {
    color: #728d7b !important;
}

.cosmic-contact-form-card select.cosmic-form-select {
    color: #cbd5e1 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23728d7b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

.cosmic-contact-form-card select.cosmic-form-select option {
    background-color: #0d281a !important;
    color: #ffffff !important;
}

.cosmic-contact-form-card .cosmic-form-input:focus,
.cosmic-contact-form-card select.cosmic-form-select:focus,
.cosmic-contact-form-card textarea.cosmic-form-textarea:focus {
    background-color: rgba(255, 255, 255, 0.09) !important;
    border-color: rgba(212, 175, 55, 0.6) !important;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15) !important;
}

.cosmic-contact-form-card .cosmic-btn-callback {
    width: 100% !important;
    background: var(--gold-gradient) !important;
    box-shadow: 0 8px 24px rgba(212, 175, 55, 0.45) !important;
    color: #0B2F1B !important;
    font-family: var(--font-body) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 16px 28px !important;
    margin-top: 8px !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}

.cosmic-contact-form-card .cosmic-btn-callback:hover {
    background: linear-gradient(135deg, #FFFFFF 0%, #F7E6A1 50%, #D4AF37 100%) !important;
    box-shadow: 0 12px 32px rgba(212, 175, 55, 0.65) !important;
    color: #021B16 !important;
    transform: translateY(-2px) !important;
}

.cosmic-contact-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: auto;
}

.cosmic-contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    border-radius: 14px;
    background: rgba(18, 59, 36, 0.45);
    border: 1px solid rgba(212, 175, 55, 0.18);
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.cosmic-contact-item.cosmic-contact-address {
    align-items: flex-start;
}

.cosmic-contact-item.cosmic-contact-address .cosmic-contact-item-icon {
    margin-top: 3px;
}

.cosmic-contact-item.cosmic-contact-tap {
    cursor: pointer;
}

.cosmic-contact-item:hover {
    background: rgba(22, 66, 42, 0.75);
    border-color: var(--gold-primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.cosmic-contact-item-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.3);
    color: var(--gold-bright);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.25s ease;
}

.cosmic-contact-item:hover .cosmic-contact-item-icon {
    background: rgba(212, 175, 55, 0.22);
    transform: scale(1.06);
}

.cosmic-contact-item-icon.wa-icon {
    border-color: rgba(37, 211, 102, 0.4);
    color: #25D366;
    background: rgba(37, 211, 102, 0.12);
}

.cosmic-contact-item-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.cosmic-contact-item-label {
    color: #9cb8a5;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.cosmic-contact-item-val {
    color: var(--text-cream);
    text-decoration: none;
    font-size: 15.5px;
    font-weight: 600;
    line-height: 1.5;
    transition: color 0.2s ease;
}

.cosmic-contact-item-val.cosmic-address-val {
    font-size: 13.5px;
    font-weight: 500;
    color: #d8e5dd;
    line-height: 1.55;
}

.cosmic-contact-item-val.wa-val {
    color: #25D366;
}

.cosmic-contact-item-val.email-val {
    font-size: 14.5px;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.cosmic-contact-item-val.hours-val {
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 400;
    cursor: default;
}

.cosmic-contact-item:hover .cosmic-contact-item-val {
    color: var(--gold-bright);
}

.cosmic-contact-item:hover .cosmic-contact-item-val.wa-val {
    color: #4eed84;
}

.cosmic-contact-action-badge {
    margin-left: auto;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11.5px;
    font-weight: 600;
    background: rgba(212, 175, 55, 0.15);
    border: 1px solid rgba(212, 175, 55, 0.35);
    color: var(--gold-bright);
    white-space: nowrap;
    transition: all 0.25s ease;
    flex-shrink: 0;
}

.cosmic-contact-item:hover .cosmic-contact-action-badge {
    background: var(--gold-bright);
    border-color: var(--gold-bright);
    color: #04120a;
    font-weight: 700;
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.4);
}

.cosmic-contact-action-badge.wa-action {
    background: rgba(37, 211, 102, 0.15);
    border-color: rgba(37, 211, 102, 0.35);
    color: #25D366;
}

.cosmic-contact-item:hover .cosmic-contact-action-badge.wa-action {
    background: #25D366;
    border-color: #25D366;
    color: #04120a;
    box-shadow: 0 0 12px rgba(37, 211, 102, 0.4);
}

.cosmic-contact-jump-btn {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 22px;
    padding: 12px 18px;
    border-radius: 12px;
    background: rgba(212, 175, 55, 0.08);
    border: 1px dashed rgba(212, 175, 55, 0.35);
    color: var(--gold-bright);
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

.cosmic-contact-jump-btn:hover {
    background: rgba(212, 175, 55, 0.2);
    border-color: var(--gold-bright);
    color: #fff;
}

/* ==========================================================================
   Process Section CTA Card
   ========================================================================== */
.cosmic-process-cta {
    margin-top: 50px;
}

.cosmic-process-cta-card {
    background: linear-gradient(135deg, rgba(16, 46, 30, 0.92) 0%, rgba(8, 28, 21, 0.96) 100%);
    border: 1px solid var(--border-gold);
    border-radius: 20px;
    padding: 36px 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4), 0 0 25px rgba(212, 175, 55, 0.12);
    position: relative;
    overflow: hidden;
}

.cosmic-process-cta-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold-bright), transparent);
}

.cosmic-process-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--gold-bright);
    margin-bottom: 8px;
}

.cosmic-process-cta-title {
    font-family: var(--font-heading);
    font-size: 26px;
    color: var(--text-cream);
    margin-bottom: 8px;
    font-weight: 700;
    line-height: 1.3;
}

.cosmic-process-cta-desc {
    color: var(--text-secondary);
    font-size: 15px;
    line-height: 1.6;
    max-width: 560px;
    margin: 0;
}

.cosmic-process-cta-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.cosmic-btn-whatsapp-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(37, 211, 102, 0.12);
    color: #25D366;
    border: 1px solid rgba(37, 211, 102, 0.4);
    padding: 14px 24px;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.cosmic-btn-whatsapp-pill:hover {
    background: #25D366;
    color: #ffffff;
    box-shadow: 0 0 20px rgba(37, 211, 102, 0.4);
    transform: translateY(-2px);
}

/* ==========================================================================
   RESPONSIVE DESIGN BREAKPOINTS
   ========================================================================== */
@media (max-width: 1200px) {
    .cosmic-services-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .cosmic-services-grid-v2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .cosmic-blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .cosmic-container {
        padding: 0 24px;
    }

    .cosmic-hero-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .cosmic-hero-space-right {
        display: none;
    }

    .cosmic-hero-content {
        max-width: 100%;
        text-align: left;
    }

    .cosmic-hero-benefits {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .cosmic-about-grid {
        grid-template-columns: 1fr;
        gap: 44px;
        text-align: left;
    }

    .cosmic-mandala-frame {
        max-width: 360px;
        margin: 0 auto;
    }

    .cosmic-why-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .cosmic-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cosmic-rituals-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .cosmic-rituals-visual {
        max-width: 380px;
        margin: 0 auto;
        width: 100%;
    }

    .cosmic-supporting-chips-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .cosmic-process-steps {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .cosmic-testimonials-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .cosmic-cta-box {
        flex-direction: column;
        text-align: center;
        padding: 36px 20px;
    }

    .cosmic-cta-left {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .cosmic-navbar {
        top: 0;
        padding: 8px 0;
    }

    .cosmic-nav-container {
        padding: 0 20px;
    }

    .cosmic-nav-links {
        display: none !important;
    }

    .cosmic-brand-logo-img {
        max-height: 52px !important;
    }

    .cosmic-navbar.scrolled .cosmic-brand-logo-img {
        max-height: 44px !important;
    }

    .cosmic-menu-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        border-radius: 10px;
        background: rgba(18, 59, 36, 0.75) !important;
        border: 1px solid var(--border-gold) !important;
        color: var(--gold-bright) !important;
        cursor: pointer;
        flex-shrink: 0;
    }

    .cosmic-navbar .cosmic-btn-primary {
        padding: 8px 16px !important;
        font-size: 11.5px !important;
    }
}

@media (max-width: 900px) {
    .cosmic-contact-section {
        padding: 60px 0;
    }

    .cosmic-contact-grid {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

    .cosmic-contact-info-card,
    .cosmic-contact-form-card {
        padding: 28px 22px;
    }

    .cosmic-contact-jump-btn {
        display: inline-flex;
    }

    .cosmic-process-cta-card {
        flex-direction: column;
        align-items: stretch;
        padding: 28px 22px;
        gap: 20px;
        text-align: center;
    }

    .cosmic-process-cta-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .cosmic-process-cta-actions .cosmic-btn-primary,
    .cosmic-process-cta-actions .cosmic-btn-whatsapp-pill {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .cosmic-process-top {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
        margin-bottom: 36px !important;
    }

    .cosmic-script-quote {
        font-size: 26px !important;
        line-height: 1.3 !important;
    }
}

@media (max-width: 768px) {
    /* Navbar & Brand */
    .cosmic-navbar {
        padding: 6px 0;
    }

    .cosmic-nav-container {
        padding: 0 16px;
    }

    .cosmic-brand-logo-img {
        max-height: 42px !important;
    }

    .cosmic-navbar.scrolled .cosmic-brand-logo-img {
        max-height: 38px !important;
    }

    /* Hide large desktop Book button on mobile top navbar to prevent header overflow */
    .cosmic-navbar .cosmic-btn-primary,
    .cosmic-nav-actions .cosmic-btn-primary {
        display: none !important;
    }

    /* Compact Call Button on mobile top navbar */
    .cosmic-nav-actions .cosmic-btn-pill-phone {
        display: inline-flex !important;
        width: 40px !important;
        height: 40px !important;
        padding: 0 !important;
        border-radius: 50% !important;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        background: rgba(18, 59, 36, 0.8) !important;
        border: 1px solid var(--border-gold) !important;
        color: var(--gold-bright) !important;
    }

    .cosmic-nav-actions .cosmic-btn-pill-phone .cosmic-phone-text {
        display: none !important;
    }

    .cosmic-nav-actions .cosmic-btn-pill-phone svg {
        width: 17px;
        height: 17px;
    }

    .cosmic-menu-toggle {
        display: flex !important;
        width: 40px !important;
        height: 40px !important;
        border-radius: 10px !important;
    }

    /* Container & Section Spacings */
    .cosmic-container {
        padding: 0 18px;
    }

    .cosmic-hero-section {
        padding: 95px 0 45px;
        min-height: auto;
    }

    .cosmic-about-section,
    .cosmic-services-section,
    .cosmic-why-section,
    .cosmic-process-section,
    .cosmic-testimonials-section,
    .cosmic-blog-section,
    .cosmic-contact-section {
        padding: 55px 0;
    }

    .cosmic-contact-hero-banner {
        padding: 95px 0 24px;
    }

    .cosmic-contact-hero-desc {
        font-size: 14.5px;
        margin-top: 10px;
    }

    /* Mobile Hero Overlay & Readability Optimization */
    .cosmic-hero-overlay {
        background: linear-gradient(180deg,
            rgba(2, 22, 16, 0.88) 0%,
            rgba(3, 26, 20, 0.92) 28%,
            rgba(2, 22, 16, 0.94) 60%,
            rgba(2, 20, 15, 0.98) 100%) !important;
    }

    .cosmic-hero-overlay-radial {
        background: radial-gradient(circle at 50% 25%, rgba(212, 175, 55, 0.12) 0%, transparent 65%) !important;
    }

    .cosmic-hero-video {
        filter: brightness(0.65) contrast(1.08) !important;
    }

    /* Hero Badge - Fixed Single-line Luxury Pill */
    .cosmic-hero-badge {
        display: inline-flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        white-space: nowrap !important;
        font-size: 10px !important;
        letter-spacing: 0.05em !important;
        padding: 6px 14px !important;
        gap: 7px !important;
        max-width: 100% !important;
        line-height: 1.2 !important;
        margin-bottom: 16px !important;
        border-radius: 999px !important;
    }

    .badge-pulse-glow {
        width: 7px !important;
        height: 7px !important;
        flex-shrink: 0 !important;
    }

    .badge-icon {
        font-size: 10px !important;
        flex-shrink: 0 !important;
    }

    .badge-text-full {
        display: none !important;
    }

    .badge-text-short {
        display: inline !important;
        white-space: nowrap !important;
    }

    .cosmic-heading-h1 {
        font-size: clamp(28px, 7.5vw, 42px);
        line-height: 1.18;
        letter-spacing: -0.01em;
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.85), 0 0 20px rgba(0, 0, 0, 0.6);
    }

    .cosmic-heading-h2 {
        font-size: clamp(24px, 6vw, 34px);
        line-height: 1.25;
    }

    .cosmic-hero-tagline {
        font-size: 12px;
        gap: 6px 10px;
        margin-top: 14px;
        letter-spacing: 0.06em;
        flex-wrap: wrap;
        text-shadow: 0 1px 8px rgba(0, 0, 0, 0.85);
    }

    .cosmic-hero-tagline span {
        white-space: normal;
    }

    .cosmic-hero-desc {
        font-size: 14.5px;
        line-height: 1.65;
        margin: 14px 0 24px;
        color: rgba(235, 245, 240, 0.94) !important;
        text-shadow: 0 1px 8px rgba(0, 0, 0, 0.85);
    }

    /* 4 Core Services */
    .cosmic-services-grid,
    .cosmic-services-grid-v2 {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 45px;
    }

    .cosmic-service-card-v2 {
        padding: 26px 20px;
        border-radius: 16px;
    }

    .cosmic-service-title {
        font-size: 20px;
    }

    /* Educational Institutions */
    .cosmic-edu-institution-box {
        padding: 30px 18px;
        border-radius: 18px;
        margin-bottom: 45px;
    }

    .cosmic-edu-title {
        font-size: clamp(22px, 6vw, 28px);
    }

    .cosmic-edu-subtitle {
        font-size: 15px;
    }

    .cosmic-edu-highlights-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .cosmic-edu-highlight-card {
        padding: 22px 16px;
    }

    .cosmic-edu-supporting-wrap {
        padding: 22px 16px;
        border-radius: 14px;
    }

    .cosmic-supporting-chips-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .cosmic-support-chip {
        padding: 9px 12px;
        font-size: 12.5px;
    }

    /* Sacred Rituals */
    .cosmic-rituals-box {
        padding: 30px 18px;
        border-radius: 18px;
    }

    .cosmic-rituals-title {
        font-size: clamp(22px, 6vw, 28px);
    }

    .cosmic-rituals-subtitle {
        font-size: 15px;
    }

    .cosmic-rituals-visual {
        max-width: 320px;
        margin: 0 auto;
        width: 100%;
    }

    .cosmic-rituals-chips-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .cosmic-ritual-chip {
        padding: 10px 14px;
        font-size: 13px;
    }

    /* About Section */
    .cosmic-mandala-frame {
        max-width: 270px;
        margin: 0 auto;
    }

    .cosmic-mandala-img {
        max-width: 250px;
    }

    .cosmic-about-chakra-wrap {
        max-width: 300px;
        max-height: 300px;
    }

    .cosmic-trust-points {
        gap: 16px;
    }

    /* Process & Why Choose Us */
    .cosmic-process-steps {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .cosmic-step-card {
        padding: 24px 18px;
    }

    .cosmic-metrics-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    /* Blog Header Row & Grid */
    .cosmic-blog-header-row {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        margin-bottom: 28px;
    }

    .cosmic-blog-header-row .cosmic-btn-outline {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .cosmic-blog-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    /* Testimonials */
    .cosmic-testimonial-card {
        padding: 24px 18px;
    }

    /* Footer */
    .cosmic-footer {
        padding: 46px 0 24px;
    }

    .cosmic-footer-top {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        align-items: center;
        padding-bottom: 28px;
    }

    .cosmic-footer .cosmic-brand-logo-img {
        max-height: 58px !important;
        margin: 0 auto;
        filter: drop-shadow(0 3px 12px rgba(212, 175, 55, 0.28));
    }

    .cosmic-footer-links,
    .cosmic-footer-links ul {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 8px 10px !important;
        max-width: 330px;
        margin: 0 auto;
        padding: 0;
    }

    .cosmic-footer-links li {
        display: inline-flex;
    }

    .cosmic-footer-links a {
        font-size: 13px !important;
        font-weight: 500;
        letter-spacing: 0.04em;
        color: rgba(245, 237, 214, 0.88) !important;
        padding: 6px 14px;
        border-radius: 20px;
        background: rgba(18, 59, 36, 0.4);
        border: 1px solid rgba(212, 175, 55, 0.16);
        text-decoration: none;
        transition: all 0.25s ease;
    }

    .cosmic-footer-links a:hover,
    .cosmic-footer-links a:active {
        color: var(--gold-bright) !important;
        background: rgba(22, 66, 42, 0.8);
        border-color: var(--gold-primary);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    }

    .cosmic-footer-socials {
        justify-content: center;
    }

    .cosmic-footer-bottom {
        flex-direction: column !important;
        gap: 10px !important;
        text-align: center !important;
        align-items: center !important;
        padding-top: 22px !important;
    }

    /* Floating WhatsApp Button */
    .cosmic-floating-whatsapp {
        bottom: 20px;
        right: 16px;
        width: 50px;
        height: 50px;
    }

    .cosmic-floating-whatsapp svg {
        width: 26px;
        height: 26px;
    }
}

@media (max-width: 580px) {
    .cosmic-hero-ctas {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .cosmic-hero-ctas .cosmic-btn-primary,
    .cosmic-hero-ctas .cosmic-btn-outline {
        width: 100%;
        justify-content: center;
    }

    .cosmic-hero-benefits {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .cosmic-supporting-chips-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    /* Modal Mobile Adaptations */
    .cosmic-modal-backdrop {
        padding: 12px;
    }

    .cosmic-modal-card {
        padding: 26px 16px 20px;
        border-radius: 16px;
        max-height: 88vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .cosmic-modal-header h3 {
        font-size: 22px;
    }

    .cosmic-modal-close {
        top: 12px;
        right: 12px;
        width: 32px;
        height: 32px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .cosmic-brand-logo-img {
        max-height: 38px !important;
    }

    .cosmic-navbar.scrolled .cosmic-brand-logo-img {
        max-height: 34px !important;
    }

    .cosmic-container {
        padding: 0 14px;
    }

    .cosmic-hero-badge {
        font-size: 9.5px !important;
        letter-spacing: 0.04em !important;
        padding: 5px 12px !important;
        gap: 6px !important;
    }

    .cosmic-heading-h1 {
        font-size: 29px;
        line-height: 1.2;
    }

    .cosmic-hero-tagline {
        font-size: 11px;
        gap: 4px 6px;
    }

    .cosmic-service-card-v2 {
        padding: 22px 14px;
    }

    .cosmic-service-title {
        font-size: 19px;
    }

    .cosmic-process-top {
        gap: 8px !important;
        margin-bottom: 24px !important;
    }

    .cosmic-script-quote {
        font-size: 21px !important;
    }

    .cosmic-edu-institution-box,
    .cosmic-rituals-box {
        padding: 24px 14px;
    }

    .cosmic-contact-info-col {
        gap: 10px;
    }

    .cosmic-contact-info-card,
    .cosmic-contact-form-card {
        padding: 22px 15px;
        border-radius: 16px;
    }

    .cosmic-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .cosmic-contact-card-title {
        font-size: 21px;
    }

    .cosmic-contact-card-desc {
        font-size: 13.5px;
        margin-bottom: 20px;
    }

    .cosmic-contact-item {
        padding: 12px 14px;
        gap: 12px;
        border-radius: 12px;
    }

    .cosmic-contact-item-icon {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }

    .cosmic-contact-item-icon svg {
        width: 17px;
        height: 17px;
    }

    .cosmic-contact-item-val {
        font-size: 14px;
    }

    .cosmic-contact-item-val.cosmic-address-val {
        font-size: 12px;
        line-height: 1.5;
    }

    .cosmic-contact-item-val.email-val {
        font-size: 12px;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .cosmic-contact-item-val.hours-val {
        font-size: 12.5px;
    }

    .cosmic-contact-action-badge {
        padding: 4px 9px;
        font-size: 10px;
    }

    .cosmic-btn-callback {
        padding: 14px 18px !important;
        font-size: 13.5px !important;
    }

    .cosmic-contact-jump-btn {
        padding: 11px 14px;
        font-size: 12.5px;
    }

    .cosmic-btn-primary,
    .cosmic-btn-outline {
        padding: 13px 20px;
        font-size: 13.5px;
    }
}

@media (max-width: 360px) {
    .cosmic-brand-logo-img {
        max-height: 34px !important;
    }

    .cosmic-hero-badge {
        font-size: 8.5px !important;
        letter-spacing: 0.03em !important;
        padding: 4px 10px !important;
        gap: 5px !important;
    }

    .cosmic-heading-h1 {
        font-size: 26px;
    }

    .cosmic-hero-tagline {
        font-size: 10.5px;
    }
}