/* ==========================================================================
   SHRIMAD BHAGAVAD GITA — SACRED MANUSCRIPT & GITA SAMVAD DESIGN SYSTEM
   Fonts: Cinzel, Noto Serif Devanagari, Crimson Text, Inter
   Palette: Deep Cosmic Indigo (#0d0916), Sacred Gold (#f59e0b / #e2b33a),
            Radiant Sunset (#ea580c / #e11d48), Surface (#160f29 / #1a1040)
   ========================================================================== */

:root {
    --color-bg: #0d0916;
    --color-card-bg: rgba(22, 15, 41, 0.85);
    --color-card-border: rgba(226, 179, 58, 0.18);
    --color-card-border-hover: rgba(245, 158, 11, 0.45);
    
    --color-gold: #b8860b;
    --color-gold-light: #e2b33a;
    --color-gold-bright: #f59e0b;
    --color-orange-glow: #ea580c;
    --color-crimson: #e11d48;
    --color-emerald: #10b981;

    --color-text-main: #f8fafc;
    --color-text-body: #e8dcc8;
    --color-text-muted: #9a8eb5;

    --font-heading: 'Cinzel', serif;
    --font-devanagari: 'Noto Serif Devanagari', serif;
    --font-serif: 'Crimson Text', serif;
    --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

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

body {
    font-family: var(--font-sans);
    background-color: var(--color-bg);
    color: var(--color-text-body);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 2.5rem 1.5rem;
    position: relative;
    overflow-x: hidden;
    line-height: 1.6;
}

/* Background Ambient Radiance */
.ambient-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(140px);
    pointer-events: none;
    z-index: 0;
}

.glow-1 {
    top: -10%;
    left: 15%;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.12) 0%, transparent 70%);
}

.glow-2 {
    top: 35%;
    right: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(225, 29, 72, 0.10) 0%, transparent 70%);
}

.glow-3 {
    bottom: 5%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(147, 51, 234, 0.10) 0%, transparent 70%);
}

/* Container */
.app-wrapper {
    max-width: 880px;
    width: 100%;
    position: relative;
    z-index: 10;
    margin: 0 auto;
}

/* Sacred Header */
.sacred-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.sacred-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.4rem 1.1rem;
    background: rgba(245, 158, 11, 0.08);
    border: 1px solid rgba(245, 158, 11, 0.28);
    border-radius: 9999px;
    margin-bottom: 1.25rem;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.08);
}

.sacred-badge .om-symbol {
    font-size: 1.15rem;
    color: var(--color-gold-bright);
}

.sacred-badge .badge-text {
    font-family: var(--font-heading);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: var(--color-gold-light);
    text-transform: uppercase;
}

.main-title {
    font-family: var(--font-heading);
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #ffffff 10%, #fde68a 50%, #f59e0b 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.03em;
    text-shadow: 0 4px 20px rgba(245, 158, 11, 0.2);
}

.devanagari-title {
    font-family: var(--font-devanagari);
    font-weight: 700;
    font-size: 2.2rem;
    background: linear-gradient(135deg, #fbbf24 0%, #ea580c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tagline {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-style: italic;
    color: var(--color-text-muted);
    max-width: 600px;
    margin: 0 auto;
}

.header-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.divider-line {
    height: 1px;
    width: 80px;
    background: linear-gradient(90deg, transparent, rgba(226, 179, 58, 0.4), transparent);
}

.divider-icon {
    color: var(--color-gold-bright);
    font-size: 1.1rem;
    opacity: 0.8;
}

/* Sacred Card Base */
.sacred-card {
    background: var(--color-card-bg);
    border: 1px solid var(--color-card-border);
    border-radius: 24px;
    padding: 2.25rem;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.6),
                0 0 0 1px rgba(255, 255, 255, 0.03);
    margin-bottom: 2rem;
    transition: all 0.3s ease;
}

.card-header {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 2rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.header-icon-box {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.2), rgba(234, 88, 12, 0.1));
    border: 1px solid rgba(245, 158, 11, 0.3);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-gold-bright);
    font-size: 1.35rem;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.15);
}

.header-icon-box.icon-sd {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(147, 51, 234, 0.1));
    border-color: rgba(59, 130, 246, 0.3);
    color: #60a5fa;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.15);
}

.header-titles h2 {
    font-family: var(--font-heading);
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--color-text-main);
    letter-spacing: 0.02em;
    margin-bottom: 0.25rem;
}

.header-titles p {
    font-size: 0.95rem;
    color: var(--color-text-muted);
}

/* Pack Selection Grid */
.pack-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.pack-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.02);
    border: 2px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.pack-card:hover {
    background: rgba(245, 158, 11, 0.03);
    border-color: rgba(245, 158, 11, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.pack-card.selected {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.09) 0%, rgba(234, 88, 12, 0.03) 100%);
    border-color: var(--color-gold-bright);
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.15), inset 0 0 0 1px rgba(245, 158, 11, 0.2);
}

.card-ribbon {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, var(--color-gold-bright), var(--color-orange-glow));
    color: #000;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.25rem 1rem;
    border-bottom-left-radius: 12px;
}

.pack-radio {
    margin-top: 0.25rem;
}

.radio-indicator {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid var(--color-text-muted);
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pack-card.selected .radio-indicator {
    border-color: var(--color-gold-bright);
    background: var(--color-gold-bright);
    box-shadow: inset 0 0 0 3.5px #160f29, 0 0 12px rgba(245, 158, 11, 0.5);
}

.pack-details {
    flex: 1;
}

.pack-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.pack-title-row h3 {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.pack-size-badge {
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.65rem;
    border-radius: 8px;
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.35);
    color: #34d399;
}

.pack-size-badge.badge-full {
    background: rgba(147, 51, 234, 0.15);
    border-color: rgba(147, 51, 234, 0.35);
    color: #c084fc;
}

.pack-desc {
    font-size: 0.92rem;
    color: var(--color-text-muted);
    margin-bottom: 0.85rem;
    line-height: 1.5;
}

.provider-chips {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.65rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #e2e8f0;
}

.chip-elevenlabs {
    background: rgba(245, 158, 11, 0.1);
    border-color: rgba(245, 158, 11, 0.25);
    color: var(--color-gold-light);
}

.chip-sarvam {
    background: rgba(234, 88, 12, 0.1);
    border-color: rgba(234, 88, 12, 0.25);
    color: #fb923c;
}

.chip-gemini {
    background: rgba(59, 130, 246, 0.1);
    border-color: rgba(59, 130, 246, 0.25);
    color: #93c5fd;
}

.chip-openai {
    background: rgba(16, 185, 129, 0.1);
    border-color: rgba(16, 185, 129, 0.25);
    color: #6ee7b7;
}

.chip-info {
    font-size: 0.75rem;
    color: var(--color-text-muted);
    margin-left: 0.25rem;
}

/* Sacred Button */
.action-section {
    margin-top: 2rem;
}

.sacred-btn {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.15rem 1.5rem;
    background: linear-gradient(135deg, #f59e0b 0%, #ea580c 50%, #e11d48 100%);
    color: #ffffff;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    font-family: inherit;
    font-weight: 700;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.35), 0 2px 4px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.sacred-btn:hover {
    background: linear-gradient(135deg, #fbbf24 0%, #f97316 50%, #f43f5e 100%);
    transform: translateY(-2px);
    box-shadow: 0 14px 40px rgba(245, 158, 11, 0.45);
}

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

.sacred-btn:disabled {
    background: #332d47;
    color: #6b6285;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.sacred-btn .btn-text {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sacred-btn .btn-subtext {
    font-size: 0.8rem;
    font-weight: 400;
    opacity: 0.85;
    margin-top: 0.2rem;
}

/* Progress Tracker Section */
.progress-section {
    margin-top: 2.25rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    animation: fadeIn 0.4s ease;
}

/* Restored Session Banner */
.restored-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 0.75rem 1.25rem;
    background: rgba(59, 130, 246, 0.12);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 12px;
    margin-bottom: 1.5rem;
    color: #93c5fd;
    font-size: 0.88rem;
    font-weight: 500;
}

.restored-banner code {
    background: rgba(0, 0, 0, 0.35);
    padding: 0.15rem 0.45rem;
    border-radius: 6px;
    color: #bfdbfe;
    font-family: monospace;
}

.banner-reset-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.85rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border-radius: 8px;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.banner-reset-btn:hover {
    background: rgba(239, 68, 68, 0.25);
    border-color: rgba(239, 68, 68, 0.5);
    color: #fca5a5;
}

.reset-row {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.reset-link-btn {
    background: none;
    border: none;
    color: var(--color-text-muted);
    font-size: 0.85rem;
    cursor: pointer;
    text-decoration: underline;
    transition: color 0.2s;
}

.reset-link-btn:hover {
    color: var(--color-gold-light);
}

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

.progress-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.progress-pulse-icon {
    font-size: 1.75rem;
    color: var(--color-gold-bright);
}

.progress-heading {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    color: #ffffff;
    margin-bottom: 0.15rem;
}

.progress-subheading {
    font-size: 0.9rem;
    color: var(--color-gold-light);
    font-style: italic;
}

.progress-track-wrapper {
    margin-bottom: 1.5rem;
}

.progress-track {
    width: 100%;
    height: 10px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 9999px;
    overflow: hidden;
    position: relative;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #f59e0b, #ea580c, #e11d48);
    border-radius: 9999px;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.fill-glow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    background: #ffffff;
    filter: blur(4px);
    opacity: 0.6;
}

.progress-metrics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.metric-card {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    padding: 1rem;
    text-align: center;
}

.metric-label {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--color-text-muted);
    margin-bottom: 0.35rem;
}

.metric-value {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-text-main);
}

.metric-value.highlight {
    color: var(--color-gold-bright);
}

/* Download Ready Button Box */
.download-action-box {
    text-align: center;
    margin-top: 1.5rem;
    animation: bounceIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes bounceIn {
    0% { transform: scale(0.9); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

.ready-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.1rem 2rem;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.4);
    transition: all 0.25s ease;
}

.ready-download-btn:hover {
    background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
    transform: translateY(-2px);
    box-shadow: 0 14px 35px rgba(16, 185, 129, 0.5);
}

.download-hint {
    font-size: 0.8rem;
    color: var(--color-text-muted);
    margin-top: 0.6rem;
}

/* Step-by-Step Instructions */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.step-card {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 16px;
    transition: all 0.2s ease;
}

.step-card:hover {
    border-color: rgba(226, 179, 58, 0.2);
    background: rgba(255, 255, 255, 0.02);
}

.step-number {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--color-gold-bright);
    opacity: 0.8;
    line-height: 1;
}

.step-content h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.35rem;
}

.step-content p {
    font-size: 0.88rem;
    color: var(--color-text-muted);
    line-height: 1.5;
}

.step-content code {
    background: rgba(245, 158, 11, 0.15);
    color: var(--color-gold-light);
    padding: 0.15rem 0.45rem;
    border-radius: 4px;
    font-size: 0.82rem;
    font-family: monospace;
}

.step-content strong {
    color: var(--color-gold-light);
}

/* App Links Row */
.app-links-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.app-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.25rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--color-text-body);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.app-link-btn:hover {
    background: rgba(245, 158, 11, 0.1);
    border-color: rgba(245, 158, 11, 0.3);
    color: var(--color-gold-light);
}

.app-link-btn.app-link-play {
    background: rgba(16, 185, 129, 0.08);
    border-color: rgba(16, 185, 129, 0.25);
    color: #34d399;
}

.app-link-btn.app-link-play:hover {
    background: rgba(16, 185, 129, 0.15);
    border-color: rgba(16, 185, 129, 0.45);
}

/* ==========================================================================
   DESKTOP FOOTER — MATCHING SHRIMADBHAGAVADGITA.ORG
   ========================================================================== */
.footer-desktop {
    position: relative;
    overflow: hidden;
    padding: 2.25rem 0 1.5rem;
    margin-top: 2rem;
    background: linear-gradient(180deg, rgba(15, 11, 30, 0.8) 0%, rgba(13, 9, 22, 0.95) 100%);
    border-top: 1px solid rgba(226, 179, 58, 0.15);
    border-radius: 20px;
}

.footer-glow {
    position: absolute;
    bottom: -2rem;
    width: 18rem;
    height: 8rem;
    border-radius: 50%;
    filter: blur(3rem);
    pointer-events: none;
}

.footer-glow-left {
    left: 10%;
    background: rgba(245, 158, 11, 0.09);
}

.footer-glow-right {
    right: 10%;
    background: rgba(234, 88, 12, 0.07);
}

/* Ornamental rule */
.footer-rule {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0 auto 1.5rem;
    padding: 0 1.5rem;
}

.footer-rule::before,
.footer-rule::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(226, 179, 58, 0.25), transparent);
}

.footer-rule-om {
    font-size: 1rem;
    color: var(--color-gold-bright);
    opacity: 0.6;
    flex-shrink: 0;
}

/* Inner container */
.footer-inner {
    position: relative;
    z-index: 1;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Row 1: brand + social */
.footer-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}

@media (min-width: 640px) {
    .footer-top {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

/* Brand */
.footer-brand {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.footer-om {
    font-size: 2.2rem;
    line-height: 1;
    flex-shrink: 0;
    filter: drop-shadow(0 0 10px rgba(245, 158, 11, 0.4));
}

.footer-brand-text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.footer-brand-devanagari {
    font-family: var(--font-devanagari);
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    background: linear-gradient(135deg, #b8860b 0%, #d97706 45%, #f59e0b 75%, #b45309 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.footer-brand-subtitle {
    font-family: var(--font-heading);
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(226, 179, 58, 0.6);
    margin: 0;
}

.footer-brand-tagline {
    font-size: 0.72rem;
    color: var(--color-text-muted);
    margin: 0;
}

/* Social Icons */
.footer-social-wrap {
    display: flex;
    justify-content: center;
}

.footer-social-list {
    display: flex;
    gap: 0.6rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.5rem;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 1px solid rgba(226, 179, 58, 0.2);
    background: rgba(26, 16, 64, 0.7);
    color: rgba(226, 179, 58, 0.8);
}

.footer-social-btn:hover {
    border-color: transparent;
    background: linear-gradient(135deg, #ea580c, #d97706);
    color: #fff;
    transform: translateY(-2px) scale(1.08);
    box-shadow: 0 6px 18px rgba(234, 88, 12, 0.35);
}

/* Row 2: Copyright bar */
.footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

@media (min-width: 640px) {
    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
}

.footer-copy {
    font-size: 0.75rem;
    line-height: 1.6;
    color: #a89070;
    margin: 0;
}

.footer-heart {
    color: #ea580c;
    font-size: 0.7rem;
    margin: 0 0.2rem;
}

.footer-company-link {
    color: #e2b33a;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-company-link:hover {
    color: #fb923c;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer-legal {
    font-size: 0.72rem;
    color: #7a6a50;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-sep {
    color: rgba(226, 179, 58, 0.3);
}

.footer-legal-link {
    color: #a89070;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-legal-link:hover {
    color: #e2b33a;
}

/* Utility */
.hidden {
    display: none !important;
}

/* Responsive Breakpoints */
@media (max-width: 768px) {
    body {
        padding: 1.5rem 1rem;
    }

    .main-title {
        font-size: 2.1rem;
    }

    .devanagari-title {
        font-size: 1.7rem;
    }

    .sacred-card {
        padding: 1.5rem;
        border-radius: 18px;
    }

    .steps-grid {
        grid-template-columns: 1fr;
    }

    .progress-metrics-grid {
        grid-template-columns: 1fr;
    }
}
