/* ==========================================================================
   OnlyMantra Homepage V5 - Apple VisionOS Liquid Glassmorphism (Light Edition)
   Pristine Translucent Frost Glass • Specular Sunlight Reflections • Soft Aura Glows
   ========================================================================== */

:root {
    --om-glass-bg-base: #f8fafc;
    --om-glass-bg-subtle: #f1f5f9;
    
    /* Apple Light Liquid Glass Materials */
    --om-glass-surface: rgba(255, 255, 255, 0.65);
    --om-glass-surface-hover: rgba(255, 255, 255, 0.88);
    --om-glass-card-stage: rgba(255, 255, 255, 0.75);
    
    --om-glass-rim: rgba(255, 255, 255, 0.9);
    --om-glass-rim-border: rgba(226, 232, 240, 0.8);
    --om-glass-inner-shadow: inset 0 1px 2px 0 rgba(255, 255, 255, 0.95), 0 8px 32px rgba(15, 23, 42, 0.06);
    
    --om-glass-text-bright: #0f172a;
    --om-glass-text-body: #334155;
    --om-glass-text-muted: #64748b;
    
    --om-glass-gold: #d97706;
    --om-glass-saffron: #ea580c;
    --om-glass-purple-glow: rgba(147, 51, 234, 0.12);
    
    --om-radius-pill: 20px;
    --om-radius-sm: 6px;
    --om-radius-md: 8px;
    --om-radius-lg: 12px;
    --om-radius-xl: 14px;
}

.om-glass-sanctuary {
    background-color: var(--om-glass-bg-base);
    font-family: 'Outfit', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--om-glass-text-bright);
    overflow-x: hidden;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.om-glass-container {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

/* ==========================================================================
   1. APPLE LIQUID GLASS HERO SECTION (Dark Atmospheric Cosmic Sanctum)
   ========================================================================== */
.om-glass-hero {
    position: relative;
    padding: 42px 0 46px;
    text-align: center;
    overflow: hidden;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.om-glass-ambient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: 1;
}

.orb-left {
    top: -80px;
    left: -100px;
    width: 440px;
    height: 440px;
    background: radial-gradient(circle, rgba(147, 51, 234, 0.4) 0%, transparent 70%);
}

.orb-right {
    bottom: -100px;
    right: -100px;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(234, 88, 12, 0.3) 0%, transparent 70%);
}

/* Floating Glass Tag Pill */
.om-glass-tag-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.25), 0 8px 24px rgba(0, 0, 0, 0.3);
    padding: 5px 14px;
    border-radius: var(--om-radius-pill);
    margin-bottom: 16px;
}

.om-glass-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fbbf24;
    box-shadow: 0 0 10px rgba(251, 191, 36, 0.9);
}

.om-glass-tag-text {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #f1f5f9;
}

.om-glass-tag-badge {
    font-size: 10px;
    font-weight: 800;
    color: #fbbf24;
    background: rgba(245, 158, 11, 0.2);
    padding: 2px 8px;
    border-radius: 12px;
    border: 1px solid rgba(245, 158, 11, 0.4);
}

.om-glass-hero-title {
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Inter', system-ui, sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    color: #ffffff;
    margin: 0 0 8px;
    letter-spacing: -0.035em;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.7);
}

.om-glass-iridescent {
    background: linear-gradient(135deg, #fef08a 0%, #f59e0b 50%, #f43f5e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    filter: drop-shadow(0 2px 12px rgba(245, 158, 11, 0.35));
}

.om-glass-cursor {
    color: #f59e0b;
    font-weight: 300;
    animation: omBlinkGlass 1s infinite;
}

@keyframes omBlinkGlass {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.om-glass-hero-telugu {
    font-family: 'Ramabhadra', 'Mandali', 'Suranna', 'Noto Serif Telugu', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fed7aa;
    display: block;
    margin-bottom: 22px;
    letter-spacing: 0.3px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

/* Hero Trust & Coverage Bar */
.om-glass-trust-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    max-width: 1020px;
    margin: 0 auto 28px;
    text-align: left;
}

.om-glass-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    padding: 8px 12px;
    border-radius: var(--om-radius-sm);
    box-sizing: border-box;
}

.om-gt-badge-icon {
    font-size: 20px;
    flex-shrink: 0;
}

.om-glass-trust-item strong {
    font-size: 12.5px;
    color: #ffffff;
    display: block;
    font-weight: 700;
    line-height: 1.2;
}

.om-glass-trust-item span {
    font-size: 11px;
    color: #cbd5e1;
    display: block;
    line-height: 1.2;
    margin-top: 2px;
}

/* Liquid Glass Search Bar in Hero (Dark Glass Capsule) */
.om-glass-search-wrapper {
    max-width: 680px;
    margin: 0 auto 10px;
    width: 100%;
}

.om-glass-search-form {
    width: 100%;
    margin-bottom: 14px;
}

.om-glass-search-capsule {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.3), 0 16px 40px rgba(0, 0, 0, 0.45);
    border-radius: var(--om-radius-lg);
    padding: 6px 8px 6px 18px;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.om-glass-search-capsule:focus-within {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(254, 215, 170, 0.6);
    box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.4), 0 0 0 3px rgba(245, 158, 11, 0.3), 0 20px 48px rgba(0, 0, 0, 0.5);
}

.om-glass-search-icon {
    color: #fed7aa;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.om-glass-search-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 15px;
    color: #ffffff;
    font-family: inherit;
    font-weight: 500;
}

.om-glass-search-input::placeholder {
    color: #cbd5e1;
}

.om-glass-search-btn {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: var(--om-radius-md);
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(234, 88, 12, 0.35);
}

.om-glass-search-btn:hover {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(234, 88, 12, 0.45);
}

/* Quick Jump Chips */
.om-glass-quick-tags {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.om-gq-label {
    font-size: 11.5px;
    color: #cbd5e1;
    font-weight: 700;
}

.om-glass-chip {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #f1f5f9;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.om-glass-chip:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #f59e0b;
    color: #fbbf24;
    transform: translateY(-1px);
}

/* 4 Apple Glass Action Tiles in Hero */
.om-glass-tiles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    text-align: left;
}

.om-glass-tile {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 8px 24px rgba(0, 0, 0, 0.3);
    border-radius: var(--om-radius-md);
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none !important;
    color: #ffffff !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-sizing: border-box;
}

.om-glass-tile:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.35);
    transform: translateY(-2px);
    box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.3), 0 12px 32px rgba(0, 0, 0, 0.4);
}

.om-gt-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

.om-gt-info {
    flex: 1;
    min-width: 0;
}

.om-gt-info h3 {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.om-gt-info p {
    font-size: 11.5px;
    color: #cbd5e1;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.om-gt-arrow {
    color: #f59e0b;
    font-size: 13px;
    font-weight: 700;
    transition: transform 0.2s ease;
}

.om-glass-tile:hover .om-gt-arrow {
    transform: translateX(3px);
}

/* ==========================================================================
   2. SECTION SHARED UTILITIES
   ========================================================================== */
.om-glass-section {
    padding: 52px 0;
}

.om-glass-section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 26px;
    flex-wrap: wrap;
}

.om-glass-kicker {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    color: #ea580c;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
}

.om-glass-section-title {
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Inter', system-ui, sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    letter-spacing: -0.03em;
}

.om-glass-link-btn {
    font-size: 13px;
    font-weight: 700;
    color: #ea580c;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.om-glass-link-btn:hover {
    color: #c2410c;
    text-decoration: underline;
}

/* ==========================================================================
   3. DAILY ANUSHTANAM LIQUID BENTO GRID
   ========================================================================== */
.om-glass-bento-grid {
    display: grid;
    grid-template-columns: 1.55fr 1fr;
    gap: 18px;
    align-items: stretch;
}

/* Featured Glass Stage (Left) */
.om-glass-stage-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
    border: 1px solid rgba(255, 255, 255, 0.95);
    box-shadow: var(--om-glass-inner-shadow);
    border-radius: var(--om-radius-xl);
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    transition: all 0.25s ease;
}

.om-glass-stage-card:hover {
    background: #ffffff;
    border-color: #fed7aa;
    box-shadow: 0 16px 40px rgba(234, 88, 12, 0.08);
}

.om-stage-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 8px;
}

.om-stage-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffedd5;
    border: 1px solid #fed7aa;
    color: #9a3412;
    font-size: 10.5px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 16px;
    letter-spacing: 0.5px;
}

.om-pulse-indicator {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ea580c;
    box-shadow: 0 0 8px #ea580c;
    animation: omPulse 2s infinite;
}

@keyframes omPulse {
    0% { opacity: 1; }
    50% { opacity: 0.3; }
    100% { opacity: 1; }
}

.om-stage-rec {
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    letter-spacing: 0.4px;
}

.om-stage-kicker {
    font-size: 11px;
    font-weight: 800;
    color: #ea580c;
    letter-spacing: 0.6px;
    display: block;
    margin-bottom: 4px;
}

.om-stage-title {
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Inter', system-ui, sans-serif;
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 2px;
    letter-spacing: -0.025em;
}

.om-stage-title a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.2s ease;
}

.om-stage-title a:hover {
    color: #ea580c;
}

.om-stage-telugu {
    font-family: 'Ramabhadra', 'Mandali', 'Suranna', 'Noto Serif Telugu', sans-serif;
    font-size: 13.5px;
    color: #92400e;
    font-weight: 400;
    display: block;
    margin-bottom: 18px;
    letter-spacing: 0.2px;
}

.om-stage-verse-capsule {
    background: #faf8f5;
    border: 1px solid #ede3d5;
    border-left: 3.5px solid #ea580c;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    padding: 16px 18px;
    border-radius: var(--om-radius-md);
    margin-bottom: 22px;
}

.om-svc-sanskrit {
    font-family: 'Noto Serif Devanagari', 'Noto Serif Telugu', serif;
    font-size: 16px;
    line-height: 1.6;
    color: #0f172a;
    font-weight: 600;
    margin: 0 0 8px;
}

.om-svc-translation {
    font-size: 13.5px;
    line-height: 1.6;
    color: #475569;
    font-style: italic;
    margin: 0;
}

.om-stage-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.om-glass-btn-primary {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: var(--om-radius-md);
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(234, 88, 12, 0.28);
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.om-glass-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(234, 88, 12, 0.38);
}

.om-stage-meta {
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
}

/* Side Bento Cards (Midday / Evening) */
.om-glass-sadhana-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.om-glass-sadhana-card {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    border: 1px solid rgba(255, 255, 255, 0.95);
    box-shadow: var(--om-glass-inner-shadow);
    border-radius: var(--om-radius-xl);
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.om-glass-sadhana-card:hover {
    background: #ffffff;
    border-color: #fed7aa;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.om-gc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.om-gc-badge {
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 3px 8px;
    border-radius: 6px;
}

.om-gc-badge.midday {
    color: #b45309;
    background: #fef3c7;
    border: 1px solid #fde68a;
}

.om-gc-badge.evening {
    color: #6b21a8;
    background: #f3e8ff;
    border: 1px solid #e9d5ff;
}

.om-gc-time {
    font-size: 11.5px;
    font-weight: 600;
    color: #64748b;
}

.om-gc-title {
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Inter', system-ui, sans-serif;
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 6px;
    letter-spacing: -0.02em;
}

.om-gc-title a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.2s ease;
}

.om-gc-title a:hover {
    color: #ea580c;
}

.om-gc-desc {
    font-size: 13px;
    line-height: 1.55;
    color: #64748b;
    margin: 0 0 14px;
    flex: 1;
}

.om-gc-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid #f1f5f9;
}

.om-gc-meta {
    font-size: 11.5px;
    color: #94a3b8;
    font-weight: 600;
}

.om-gc-arrow {
    font-size: 12.5px;
    font-weight: 700;
    color: #ea580c;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.om-gc-arrow:hover {
    transform: translateX(3px);
}

/* ==========================================================================
   4. ISHTA DEVATAS FROSTED GLASS PODS
   ========================================================================== */
.om-glass-pods-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 14px;
}

.om-glass-pod {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    border: 1px solid rgba(255, 255, 255, 0.95);
    box-shadow: var(--om-glass-inner-shadow);
    border-radius: var(--om-radius-lg);
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none !important;
    color: inherit !important;
    position: relative;
    overflow: hidden;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-sizing: border-box;
}

.om-glass-pod:hover {
    background: #ffffff;
    border-color: #fed7aa;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(234, 88, 12, 0.08);
}

.om-gp-icon {
    font-size: 24px;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    flex-shrink: 0;
}

.om-gp-info {
    flex: 1;
    min-width: 0;
}

.om-gp-info h3 {
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Inter', system-ui, sans-serif;
    font-size: 15.5px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -0.02em;
}

.om-gp-telugu {
    font-family: 'Ramabhadra', 'Mandali', 'Suranna', 'Noto Serif Telugu', sans-serif;
    font-size: 11.5px;
    color: #92400e;
    font-weight: 400;
    display: block;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.2px;
}

.om-gp-count {
    font-size: 11px;
    color: #ea580c;
    font-weight: 700;
}

.om-gp-arrow {
    color: #ea580c;
    font-size: 13px;
    font-weight: 700;
    transition: transform 0.2s ease;
}

.om-glass-pod:hover .om-gp-arrow {
    transform: translateX(3px);
}

/* ==========================================================================
   5. CANONICAL EPICS CRYSTAL SLATES
   ========================================================================== */
.om-glass-epics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.om-glass-epic-slate {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    border: 1px solid rgba(255, 255, 255, 0.95);
    box-shadow: var(--om-glass-inner-shadow);
    border-radius: var(--om-radius-xl);
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.om-glass-epic-slate:hover {
    background: #ffffff;
    border-color: #fed7aa;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.om-ges-badge {
    font-size: 10.5px;
    font-weight: 800;
    color: #c2410c;
    background: #ffedd5;
    border: 1px solid #fed7aa;
    padding: 2px 8px;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
    align-self: flex-start;
}

.om-glass-epic-slate h3 {
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Inter', system-ui, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 3px;
    letter-spacing: -0.02em;
}

.om-ges-telugu {
    font-family: 'Ramabhadra', 'Mandali', 'Suranna', 'Noto Serif Telugu', sans-serif;
    font-size: 12px;
    color: #92400e;
    font-weight: 400;
    display: block;
    margin-bottom: 12px;
    letter-spacing: 0.2px;
}

.om-glass-epic-slate p {
    font-size: 13px;
    line-height: 1.6;
    color: #475569;
    margin: 0 0 18px;
    flex: 1;
}

.om-ges-cta {
    font-size: 13px;
    font-weight: 700;
    color: #ea580c;
    text-decoration: none;
    display: inline-block;
}

.om-ges-cta:hover {
    text-decoration: underline;
}

/* ==========================================================================
   6. VEDIC SONIC SCIENCE GLASS CAPSULE
   ========================================================================== */
.om-glass-capsule-box {
    background: linear-gradient(135deg, #1e1b4b 0%, #0f172a 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.15);
    border-radius: var(--om-radius-xl);
    padding: 38px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.om-gcb-mandala {
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 200px;
    color: rgba(255, 255, 255, 0.04);
    pointer-events: none;
    font-family: serif;
}

.om-gcb-content {
    max-width: 820px;
    position: relative;
    z-index: 2;
}

.om-gcb-content h2 {
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Inter', system-ui, sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    margin: 4px 0 14px;
    letter-spacing: -0.03em;
}

.om-gcb-content p {
    font-size: 14.5px;
    line-height: 1.7;
    color: #cbd5e1;
    margin: 0 0 20px;
}

.om-gcb-shloka {
    background: rgba(255, 255, 255, 0.08);
    border-left: 3.5px solid #f59e0b;
    padding: 14px 18px;
    border-radius: var(--om-radius-md);
    margin-bottom: 24px;
}

.om-gcb-shloka .sanskrit {
    font-family: 'Noto Serif Devanagari', 'Noto Serif Telugu', serif;
    font-size: 16px;
    font-weight: 600;
    color: #fef08a;
    display: block;
    margin-bottom: 4px;
}

.om-gcb-shloka .trans {
    font-size: 13px;
    color: #e2e8f0;
    font-style: italic;
    display: block;
}

.om-gcb-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.om-glass-btn-gold {
    background: linear-gradient(135deg, #f59e0b 0%, #ea580c 100%);
    color: #0f172a;
    font-size: 13.5px;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: var(--om-radius-md);
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35);
    transition: all 0.2s ease;
}

.om-glass-btn-gold:hover {
    transform: translateY(-1px);
}

.om-glass-btn-outline {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: var(--om-radius-md);
    text-decoration: none;
    transition: all 0.2s ease;
}

.om-glass-btn-outline:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* ==========================================================================
   7. RESPONSIVE ARCHITECTURE
   ========================================================================== */

/* Tablet (<= 1024px) */
@media (max-width: 1024px) {
    .om-glass-hero {
        padding: 44px 0 52px;
    }
    .om-glass-hero-title {
        font-size: 34px;
    }
    .om-glass-tiles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .om-glass-bento-grid,
    .om-glass-epics-grid {
        grid-template-columns: 1fr;
    }
    .om-glass-stage-card {
        grid-row: auto;
    }
}

/* Mobile (<= 768px) */
@media (max-width: 768px) {
    .om-glass-hero {
        padding: 32px 0 38px;
    }
    .om-glass-hero-title {
        font-size: 26px;
    }
    .om-glass-hero-sub {
        font-size: 13.5px;
    }
    .om-glass-search-capsule {
        flex-direction: column;
        padding: 10px;
        gap: 8px;
    }
    .om-glass-search-input {
        width: 100%;
        padding: 6px 4px;
        font-size: 14px;
    }
    .om-glass-search-btn {
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }
    .om-glass-tiles-grid {
        grid-template-columns: 1fr;
    }
    .om-glass-section {
        padding: 32px 0;
    }
    .om-glass-section-title {
        font-size: 20px;
    }
    .om-glass-pods-grid {
        grid-template-columns: 1fr;
    }
    .om-glass-capsule-box {
        padding: 22px 18px;
    }
    .om-gcb-content h2 {
        font-size: 22px;
    }
}
