/* your-2026.css - Styles for your_2026.html */
/* Extracted from inline <style> blocks - Phase 3d */

/* Scoped variables (dark theme - unique to this page) */
.forecast-2026 {
    --deep-indigo: #0a0a1a;
    --cosmic-blue: #16213e;
    --midnight: #1a1a2e;
    --gold: #ffd700;
    --soft-gold: #ffed4e;
    --pale-gold: rgba(255, 215, 0, 0.1);
    --text-primary: #f0f0f0;
    --text-secondary: #a0a0b0;

    font-family: var(--font-body), 'DM Sans', sans-serif;
    background: var(--deep-indigo);
    min-height: 100vh;
    color: var(--text-primary);
}

/* ========================= */
/* Hero Section              */
/* ========================= */

.hero-2026 {
    position: relative;
    padding: 80px 20px 60px;
    text-align: center;
    background: linear-gradient(180deg, var(--cosmic-blue) 0%, var(--deep-indigo) 100%);
    overflow: hidden;
}

.hero-2026::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(255, 215, 0, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.hero-year {
    font-family: var(--font-heading), 'Cormorant Garamond', serif;
    font-size: clamp(4rem, 15vw, 10rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, var(--gold) 0%, var(--soft-gold) 50%, var(--gold) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    line-height: 1;
}

.hero-subtitle {
    font-family: var(--font-heading), 'Cormorant Garamond', serif;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    font-weight: 400;
    color: var(--text-secondary);
    margin-top: 16px;
    letter-spacing: 0.05em;
}

.hero-personal {
    font-size: clamp(1rem, 2vw, 1.3rem);
    color: var(--gold);
    margin-top: 24px;
    font-weight: 500;
}

/* Hero CTA */
.hero-cta-wrapper {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.hero-cta {
    display: inline-block;
    padding: 16px 32px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
}

.trust-micro {
    font-size: 0.875rem;
    color: var(--text-secondary);
    margin: 0;
}

/* ========================= */
/* Quotable Content Section  */
/* ========================= */

.quotable-section {
    background: rgba(255, 215, 0, 0.03);
    border-left: 3px solid var(--gold);
    padding: 32px;
    margin: 40px auto;
    max-width: 800px;
    border-radius: 0 12px 12px 0;
}

.quotable-section h2 {
    font-family: var(--font-heading), 'Cormorant Garamond', serif;
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 600;
    margin-bottom: 16px;
    color: var(--text-primary);
}

.quotable-section h3 {
    font-family: var(--font-heading), 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 12px;
    color: var(--gold);
}

.lead-quote {
    font-size: 1.15rem;
    line-height: 1.7;
    color: var(--text-primary);
    margin-bottom: 20px;
}

.quotable-section p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 16px;
}

/* ========================= */
/* Trust Badges              */
/* ========================= */

.trust-badges-row {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.trust-badge {
    font-size: 0.875rem;
    color: var(--text-secondary);
    padding: 6px 12px;
    background: rgba(255, 215, 0, 0.08);
    border-radius: 20px;
    border: 1px solid rgba(255, 215, 0, 0.15);
}

/* ========================= */
/* Mobile Sticky CTA         */
/* ========================= */

.forecast-2026 .mobile-sticky-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--gold);
    padding: 16px 20px;
    z-index: 1000;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.forecast-2026 .mobile-sticky-cta.visible {
    transform: translateY(0);
}

.forecast-2026 .mobile-sticky-cta a {
    display: block;
    text-align: center;
    color: var(--deep-indigo);
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    padding: 12px;
    background: transparent;
}

@media (max-width: 768px) {
    .forecast-2026 .mobile-sticky-cta {
        display: block;
    }

    .forecast-2026 {
        padding-bottom: 80px;
    }
}

/* ========================= */
/* Content Container         */
/* ========================= */

.content-2026 {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px 80px;
}

/* ========================= */
/* Section Styling           */
/* ========================= */

.section-2026 {
    margin-bottom: 48px;
}

.section-header {
    font-family: var(--font-heading), 'Cormorant Garamond', serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}

.section-title {
    font-family: var(--font-heading), 'Cormorant Garamond', serif;
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 600;
    margin-bottom: 16px;
    color: var(--text-primary);
}

.section-text {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

/* ========================= */
/* Dasha Display Card        */
/* ========================= */

.dasha-card {
    background: linear-gradient(135deg, rgba(22, 33, 62, 0.8) 0%, rgba(26, 26, 46, 0.8) 100%);
    border: 1px solid rgba(255, 215, 0, 0.15);
    border-radius: 12px;
    padding: 28px;
    margin: 24px 0;
}

.dasha-current {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dasha-level {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dasha-label {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-secondary);
    min-width: 100px;
}

.dasha-planet {
    font-family: var(--font-heading), 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--gold);
}

/* ========================= */
/* Transition Cards          */
/* ========================= */

.transition-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
}

.transition-item {
    background: rgba(255, 215, 0, 0.05);
    border-left: 3px solid var(--gold);
    padding: 16px 20px;
    border-radius: 0 8px 8px 0;
}

.transition-date {
    font-family: var(--font-heading), 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--gold);
    margin-bottom: 4px;
}

.transition-detail {
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.transition-planet {
    color: var(--text-primary);
    font-weight: 500;
}

/* ========================= */
/* Chart Info Grid           */
/* ========================= */

.chart-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 24px 0;
}

.chart-info-item {
    background: rgba(255, 215, 0, 0.03);
    border: 1px solid rgba(255, 215, 0, 0.1);
    border-radius: 8px;
    padding: 16px;
    text-align: center;
}

.chart-info-label {
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--text-secondary);
    margin-bottom: 6px;
}

.chart-info-value {
    font-family: var(--font-heading), 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-primary);
}

/* ========================= */
/* Locked Content            */
/* ========================= */

.locked-section {
    background: linear-gradient(135deg, rgba(22, 33, 62, 0.6) 0%, rgba(26, 26, 46, 0.6) 100%);
    border: 1px dashed rgba(255, 215, 0, 0.3);
    border-radius: 12px;
    padding: 32px;
    text-align: center;
    margin: 32px 0;
}

.locked-icon {
    font-size: 2rem;
    margin-bottom: 12px;
    opacity: 0.7;
}

.locked-title {
    font-family: var(--font-heading), 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-primary);
}

.locked-items {
    list-style: none;
    padding: 0;
    margin: 16px auto 0;
    text-align: left;
    max-width: 300px;
}

.locked-items li {
    padding: 8px 0;
    color: var(--text-secondary);
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.locked-items li::before {
    content: '\1F512';
    font-size: 0.8rem;
}

/* ========================= */
/* CTA Section               */
/* ========================= */

.cta-section-2026 {
    background: linear-gradient(135deg, var(--cosmic-blue) 0%, var(--midnight) 100%);
    border: 1px solid rgba(255, 215, 0, 0.2);
    border-radius: 16px;
    padding: 40px 32px;
    text-align: center;
    margin: 48px 0 24px;
}

.cta-title {
    font-family: var(--font-heading), 'Cormorant Garamond', serif;
    font-size: clamp(1.4rem, 4vw, 1.8rem);
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--text-primary);
}

.cta-subtitle {
    color: var(--text-secondary);
    margin-bottom: 24px;
    font-size: 1rem;
}

.cta-btn-2026 {
    display: inline-block;
    background: linear-gradient(135deg, var(--gold) 0%, var(--soft-gold) 100%);
    color: var(--deep-indigo);
    border: none;
    padding: 18px 36px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: var(--font-body), 'DM Sans', sans-serif;
}

.cta-btn-2026:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(255, 215, 0, 0.3);
    color: var(--deep-indigo);
    text-decoration: none;
}

.cta-btn-secondary {
    background: transparent;
    border: 2px solid var(--gold);
    color: var(--gold);
}

.cta-btn-secondary:hover {
    background: rgba(255, 215, 0, 0.1);
    color: var(--gold);
}

.trust-row {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--text-secondary);
    font-size: 0.85rem;
}

/* ========================= */
/* Educational Grid          */
/* ========================= */

.edu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin: 32px 0;
}

.edu-card {
    background: rgba(255, 215, 0, 0.03);
    border: 1px solid rgba(255, 215, 0, 0.1);
    border-radius: 10px;
    padding: 24px;
}

.edu-card-icon {
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.edu-card-title {
    font-family: var(--font-heading), 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-primary);
}

.edu-card-text {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* ========================= */
/* Comparison Section        */
/* ========================= */

.comparison-section {
    margin: 48px 0;
}

.comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 24px;
}

@media (max-width: 600px) {
    .comparison-grid {
        grid-template-columns: 1fr;
    }
}

.comparison-card {
    padding: 24px;
    border-radius: 10px;
}

.comparison-card.generic {
    background: rgba(100, 100, 120, 0.1);
    border: 1px solid rgba(100, 100, 120, 0.2);
}

.comparison-card.vedic {
    background: rgba(255, 215, 0, 0.05);
    border: 1px solid rgba(255, 215, 0, 0.2);
}

.comparison-label {
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.comparison-card.generic .comparison-label {
    color: #888;
}

.comparison-card.vedic .comparison-label {
    color: var(--gold);
}

.comparison-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.comparison-card.vedic .comparison-text {
    color: var(--text-primary);
}

/* ========================= */
/* Testimonial               */
/* ========================= */

.testimonial-2026 {
    background: rgba(255, 215, 0, 0.03);
    border-left: 3px solid var(--gold);
    padding: 24px;
    margin: 32px 0;
    border-radius: 0 10px 10px 0;
}

.testimonial-text {
    font-family: var(--font-heading), 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    font-style: italic;
    line-height: 1.6;
    color: var(--text-primary);
    margin-bottom: 12px;
}

.testimonial-author {
    font-size: 0.85rem;
    color: var(--text-secondary);
}

/* No transition message */
.no-transitions {
    text-align: center;
    padding: 20px;
    color: var(--text-secondary);
    font-style: italic;
}

/* ========================= */
/* Key Facts Section         */
/* ========================= */

.key-facts-2026 {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.08) 0%, rgba(75, 0, 130, 0.08) 100%);
    padding: 24px;
    border-radius: 12px;
    margin: 32px 0;
    border-left: 3px solid var(--gold);
}

.key-facts-2026 h3 {
    margin-top: 0;
    color: var(--gold);
    font-family: var(--font-heading), 'Cormorant Garamond', serif;
}

.key-facts-2026 ul {
    margin-bottom: 12px;
    color: var(--text-secondary);
}

.key-facts-2026 li strong {
    color: var(--text-primary);
}

.key-facts-2026 .key-facts-footnote {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 0;
}

/* Mars guide link */
.mars-guide-link {
    color: var(--gold);
}

/* ========================= */
/* Modal Overrides           */
/* ========================= */

.forecast-2026 .processing-content {
    text-align: center;
    padding: 40px;
}

.forecast-2026 .processing-spinner {
    width: 48px;
    height: 48px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #ffd700;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

.forecast-2026 .checkout-price-box {
    margin-top: 16px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
}

.forecast-2026 .checkout-price-box .checkout-price-amount {
    font-weight: bold;
}

.forecast-2026 .error-content {
    text-align: center;
    padding: 20px;
}

.forecast-2026 .error-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

.forecast-2026 .error-message {
    color: var(--color-error, #dc3545);
    margin: 16px 0;
}

.forecast-2026 .cancel-btn {
    margin-top: 10px;
    background: #6c757d;
}

/* ========================= */
/* Animation                 */
/* ========================= */

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

/* @keyframes spin is defined globally in styles.css */

.animate-in {
    animation: fadeInUp 0.6s ease forwards;
}

.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
