/* Methodology Page Styles - Midnight Modern Theme */

/* ========================================
   Hero Section
======================================== */
.methodology-hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 1.5rem;
    background: linear-gradient(180deg, rgba(15, 15, 20, 0.95) 0%, rgba(9, 9, 11, 1) 100%);
    overflow: hidden;
}

.methodology-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 20% 30%, rgba(212, 175, 55, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 70%, rgba(212, 175, 55, 0.05) 0%, transparent 40%);
    pointer-events: none;
}

.hero-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 2rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #D4AF37;
    margin-bottom: 1.5rem;
}

.hero-title {
    font-size: clamp(2rem, 6vw, 3.5rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.hero-title span {
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 50%, #D4AF37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto 2rem;
    line-height: 1.7;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.hero-stat {
    text-align: center;
}

.hero-stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #D4AF37;
}

.hero-stat-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.hero-quote {
    margin-top: 2.5rem;
    font-style: italic;
    color: rgba(212, 175, 55, 0.8);
    font-size: 1.1rem;
}

/* ========================================
   Page Container
======================================== */
.methodology-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* ========================================
   Section Styling
======================================== */
.meth-section {
    padding: 4rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.meth-section:last-child {
    border-bottom: none;
}

.section-label {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #D4AF37;
    margin-bottom: 0.75rem;
    padding: 0.25rem 0.75rem;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 4px;
}

.section-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
    max-width: 700px;
    line-height: 1.7;
}

/* ========================================
   Core Insight Section
======================================== */
.insight-box {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.08) 0%, rgba(15, 15, 20, 0.95) 100%);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 16px;
    padding: 2rem;
    margin: 2rem 0;
}

.insight-comparison {
    display: grid;
    gap: 1rem;
    margin: 1.5rem 0;
}

.insight-row {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 1rem;
    padding: 0.75rem 1rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    align-items: center;
}

.insight-row.header {
    background: transparent;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.insight-row-label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
}

.insight-row-value {
    color: #D4AF37;
    font-weight: 600;
    text-align: right;
}

.insight-row-edge {
    color: #10B981;
    font-size: 0.85rem;
    text-align: right;
}

.insight-row-edge.none {
    color: rgba(255, 255, 255, 0.4);
}

.context-example {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 2rem;
}

@media (max-width: 640px) {
    .context-example {
        grid-template-columns: 1fr;
    }
}

.context-card {
    padding: 1.25rem;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.3);
}

.context-card.sell {
    border-left: 3px solid #EF4444;
}

.context-card.hold {
    border-left: 3px solid #F59E0B;
}

.context-card-header {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0.5rem;
}

.context-card-signal {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.context-card.sell .context-card-signal {
    color: #EF4444;
}

.context-card.hold .context-card-signal {
    color: #F59E0B;
}

.context-card-reason {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

/* ========================================
   Three Pillars Framework
======================================== */
.pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin: 2.5rem 0;
}

@media (max-width: 768px) {
    .pillars-grid {
        grid-template-columns: 1fr;
    }
}

.pillar-card {
    background: rgba(15, 15, 20, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.pillar-card:hover {
    border-color: rgba(212, 175, 55, 0.3);
    transform: translateY(-4px);
}

.pillar-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.25rem;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
}

.pillar-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #D4AF37;
    margin-bottom: 0.5rem;
}

.pillar-question {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.pillar-states {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.pillar-state {
    font-size: 0.75rem;
    padding: 0.35rem 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.6);
}

/* ========================================
   Market Phases (Cycle)
======================================== */
.cycle-visual {
    position: relative;
    background: rgba(15, 15, 20, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 2rem;
    margin: 2rem 0;
    overflow: hidden;
}

.cycle-svg {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
}

.phase-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

@media (max-width: 768px) {
    .phase-cards {
        grid-template-columns: 1fr;
    }
}

.phase-card {
    background: rgba(15, 15, 20, 0.9);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.phase-card-header {
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.phase-card.accumulation .phase-card-header {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, transparent 100%);
    border-bottom: 1px solid rgba(59, 130, 246, 0.2);
}

.phase-card.markup .phase-card-header {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, transparent 100%);
    border-bottom: 1px solid rgba(16, 185, 129, 0.2);
}

.phase-card.distribution .phase-card-header {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15) 0%, transparent 100%);
    border-bottom: 1px solid rgba(245, 158, 11, 0.2);
}

.phase-card.markdown .phase-card-header {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.15) 0%, transparent 100%);
    border-bottom: 1px solid rgba(239, 68, 68, 0.2);
}

.phase-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.phase-card.accumulation .phase-icon {
    background: rgba(59, 130, 246, 0.2);
}

.phase-card.markup .phase-icon {
    background: rgba(16, 185, 129, 0.2);
}

.phase-card.distribution .phase-icon {
    background: rgba(245, 158, 11, 0.2);
}

.phase-card.markdown .phase-icon {
    background: rgba(239, 68, 68, 0.2);
}

.phase-card-title {
    font-size: 1.1rem;
    font-weight: 700;
}

.phase-card.accumulation .phase-card-title { color: #3B82F6; }
.phase-card.markup .phase-card-title { color: #10B981; }
.phase-card.distribution .phase-card-title { color: #F59E0B; }
.phase-card.markdown .phase-card-title { color: #EF4444; }

.phase-card-body {
    padding: 1.5rem;
}

.phase-description {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.phase-signals {
    margin-bottom: 1rem;
}

.phase-signals-title {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0.75rem;
}

.phase-signal-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.phase-signal {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

.phase-signal::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.6);
}

.phase-strategy {
    padding: 1rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    margin-top: 1rem;
}

.phase-strategy-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #D4AF37;
    margin-bottom: 0.5rem;
}

.phase-strategy-text {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

/* Special Pattern Highlight */
.special-pattern {
    margin-top: 1rem;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, transparent 100%);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 8px;
}

.special-pattern-name {
    font-size: 0.9rem;
    font-weight: 700;
    color: #D4AF37;
    margin-bottom: 0.5rem;
}

.special-pattern-desc {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

/* ========================================
   Sessions (Context)
======================================== */
.sessions-timeline {
    background: rgba(15, 15, 20, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 2rem;
    margin: 2rem 0;
}

.sessions-bar {
    display: flex;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.session-segment {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.session-segment.asian {
    flex: 7;
    background: linear-gradient(135deg, #3B82F6 0%, #1D4ED8 100%);
}

.session-segment.london {
    flex: 5;
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
}

.session-segment.newyork {
    flex: 5;
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
}

.session-segment.deadzone {
    flex: 3;
    background: linear-gradient(135deg, #374151 0%, #1F2937 100%);
}

.session-segment.overlap {
    flex: 4;
    background: linear-gradient(135deg, #8B5CF6 0%, #6D28D9 100%);
}

/* Mobile: Stack sessions vertically */
@media (max-width: 640px) {
    .sessions-timeline {
        padding: 1.5rem 1rem;
    }

    .sessions-bar {
        flex-direction: column;
        height: auto;
        gap: 0.5rem;
        background: transparent;
    }

    .session-segment {
        flex: none;
        padding: 0.75rem 1rem;
        border-radius: 6px;
        justify-content: space-between;
    }

    .session-segment::after {
        font-size: 0.65rem;
        opacity: 0.7;
        font-weight: 400;
        text-transform: none;
        letter-spacing: 0;
    }

    .session-segment.asian::after { content: '7 hrs'; }
    .session-segment.london::after { content: '5 hrs'; }
    .session-segment.overlap::after { content: '4 hrs'; }
    .session-segment.newyork::after { content: '5 hrs'; }
    .session-segment.deadzone::after { content: '3 hrs'; }
}

.sessions-details {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

@media (max-width: 768px) {
    .sessions-details {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .sessions-details {
        grid-template-columns: 1fr;
    }
}

.session-detail {
    padding: 1rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

.session-detail-name {
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.session-detail.asian .session-detail-name { color: #3B82F6; }
.session-detail.london .session-detail-name { color: #10B981; }
.session-detail.newyork .session-detail-name { color: #F59E0B; }
.session-detail.deadzone .session-detail-name { color: #6B7280; }

.session-detail-time {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0.75rem;
}

.session-detail-char {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.5rem;
}

.session-detail-strategy {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
}

/* ========================================
   Zone Quality (Dynamics)
======================================== */
.zone-quality-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin: 2rem 0;
}

@media (max-width: 768px) {
    .zone-quality-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.zone-card {
    padding: 1.5rem 1rem;
    border-radius: 12px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.zone-card:hover {
    transform: translateY(-2px);
}

.zone-card.fresh {
    background: linear-gradient(180deg, rgba(16, 185, 129, 0.15) 0%, rgba(15, 15, 20, 0.9) 100%);
    border-color: rgba(16, 185, 129, 0.3);
}

.zone-card.tested1 {
    background: linear-gradient(180deg, rgba(245, 158, 11, 0.1) 0%, rgba(15, 15, 20, 0.9) 100%);
    border-color: rgba(245, 158, 11, 0.2);
}

.zone-card.tested2 {
    background: linear-gradient(180deg, rgba(249, 115, 22, 0.1) 0%, rgba(15, 15, 20, 0.9) 100%);
    border-color: rgba(249, 115, 22, 0.2);
}

.zone-card.tested4 {
    background: linear-gradient(180deg, rgba(239, 68, 68, 0.1) 0%, rgba(15, 15, 20, 0.9) 100%);
    border-color: rgba(239, 68, 68, 0.2);
}

.zone-indicator {
    width: 48px;
    height: 48px;
    margin: 0 auto 1rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
}

.zone-card.fresh .zone-indicator {
    background: rgba(16, 185, 129, 0.2);
    color: #10B981;
}

.zone-card.tested1 .zone-indicator {
    background: rgba(245, 158, 11, 0.2);
    color: #F59E0B;
}

.zone-card.tested2 .zone-indicator {
    background: rgba(249, 115, 22, 0.2);
    color: #F97316;
}

.zone-card.tested4 .zone-indicator {
    background: rgba(239, 68, 68, 0.2);
    color: #EF4444;
}

.zone-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.25rem;
}

.zone-prob {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.5rem;
}

.zone-rate {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
}

/* ========================================
   Confidence Meter
======================================== */
.confidence-scale {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 0;
}

.confidence-level {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    background: rgba(15, 15, 20, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
}

.confidence-stars {
    display: flex;
    gap: 0.25rem;
    min-width: 100px;
}

.confidence-star {
    width: 16px;
    height: 16px;
}

.confidence-star.filled {
    color: #D4AF37;
}

.confidence-star.empty {
    color: rgba(255, 255, 255, 0.2);
}

.confidence-label {
    font-size: 0.9rem;
    font-weight: 600;
    min-width: 100px;
}

.confidence-level.high .confidence-label { color: #10B981; }
.confidence-level.good .confidence-label { color: #22C55E; }
.confidence-level.moderate .confidence-label { color: #F59E0B; }
.confidence-level.low .confidence-label { color: #F97316; }
.confidence-level.none .confidence-label { color: #EF4444; }

.confidence-desc {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    flex: 1;
}

/* ========================================
   Research Validation
======================================== */
.research-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 2rem 0;
}

@media (max-width: 768px) {
    .research-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.research-stat {
    padding: 1.5rem;
    background: rgba(15, 15, 20, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    text-align: center;
}

.research-stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #D4AF37;
    margin-bottom: 0.25rem;
}

.research-stat-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ========================================
   Quick Reference
======================================== */
.quick-ref {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.08) 0%, rgba(15, 15, 20, 0.95) 100%);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 16px;
    padding: 2rem;
    margin: 2rem 0;
}

.quick-ref-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #D4AF37;
    margin-bottom: 1.5rem;
    text-align: center;
}

.quick-ref-steps {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.quick-ref-step {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

.quick-ref-num {
    width: 32px;
    height: 32px;
    background: rgba(212, 175, 55, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #D4AF37;
    flex-shrink: 0;
}

.quick-ref-content h4 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.25rem;
}

.quick-ref-content p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

.quick-ref-footer {
    margin-top: 1.5rem;
    padding: 1rem;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 8px;
    text-align: center;
}

.quick-ref-footer p {
    font-size: 0.9rem;
    color: #10B981;
    font-weight: 500;
}

/* ========================================
   Limitations Box
======================================== */
.limitations-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin: 2rem 0;
}

@media (max-width: 640px) {
    .limitations-grid {
        grid-template-columns: 1fr;
    }
}

.limitations-box {
    padding: 1.5rem;
    border-radius: 12px;
}

.limitations-box.does {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(15, 15, 20, 0.9) 100%);
    border: 1px solid rgba(16, 185, 129, 0.2);
}

.limitations-box.doesnt {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.1) 0%, rgba(15, 15, 20, 0.9) 100%);
    border: 1px solid rgba(239, 68, 68, 0.2);
}

.limitations-box h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.limitations-box.does h4 { color: #10B981; }
.limitations-box.doesnt h4 { color: #EF4444; }

.limitations-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.limitations-item {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

.limitations-item::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-top: 0.5rem;
    flex-shrink: 0;
}

.limitations-box.does .limitations-item::before {
    background: #10B981;
}

.limitations-box.doesnt .limitations-item::before {
    background: #EF4444;
}

/* ========================================
   Risk Disclosure
======================================== */
.risk-disclosure {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.08) 0%, rgba(15, 15, 20, 0.95) 100%);
    border: 1px solid rgba(239, 68, 68, 0.2);
    border-radius: 16px;
    padding: 2rem;
    margin: 2rem 0;
}

.risk-disclosure-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.risk-disclosure h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #EF4444;
    margin-bottom: 1rem;
}

.risk-disclosure p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 0.75rem;
}

/* ========================================
   CTA Footer
======================================== */
.meth-cta {
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(180deg, rgba(15, 15, 20, 0.9) 0%, rgba(9, 9, 11, 1) 100%);
    border-radius: 20px;
    margin: 2rem 0;
}

.meth-cta h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
}

.meth-cta p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 2rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.meth-cta-btn {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    color: #000;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.meth-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
}

.meth-cta-quote {
    margin-top: 2rem;
    font-style: italic;
    color: rgba(212, 175, 55, 0.6);
    font-size: 0.95rem;
}

/* ========================================
   Footer Meta
======================================== */
.meth-meta {
    text-align: center;
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 2rem;
}

.meth-meta p {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 0.25rem;
}

/* ========================================
   OB Window Timing
======================================== */
.ob-timing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 2rem 0;
}

@media (max-width: 640px) {
    .ob-timing {
        grid-template-columns: 1fr;
    }
}

.ob-window {
    padding: 1.5rem;
    background: rgba(15, 15, 20, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
}

.ob-window-time {
    font-size: 1.1rem;
    font-weight: 700;
    color: #D4AF37;
    margin-bottom: 0.5rem;
}

.ob-window-name {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.75rem;
}

.ob-window-effect {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    background: rgba(16, 185, 129, 0.15);
    border-radius: 4px;
    font-size: 0.8rem;
    color: #10B981;
    font-weight: 600;
}

/* ========================================
   Effort vs Result Table
======================================== */
.effort-result-table {
    background: rgba(15, 15, 20, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
}

.effort-result-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.5);
}

.effort-result-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.85rem;
}

.effort-result-row:last-child {
    border-bottom: none;
}

.effort-result-row .pattern {
    color: rgba(255, 255, 255, 0.9);
}

.effort-result-row .action {
    color: rgba(255, 255, 255, 0.6);
}

.effort-result-row .meaning.conviction { color: #10B981; }
.effort-result-row .meaning.exhaustion { color: #F59E0B; }
.effort-result-row .meaning.absorption { color: #3B82F6; }
.effort-result-row .meaning.indecision { color: #6B7280; }

@media (max-width: 640px) {
    .effort-result-header,
    .effort-result-row {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .effort-result-header span:not(:first-child),
    .effort-result-row .meaning,
    .effort-result-row .action {
        font-size: 0.8rem;
    }
}

/* Section Subtitle Helpers */
.section-h3 {
    color: #fff;
    font-size: 1.25rem;
    margin: 3rem 0 1rem;
}

.section-intro {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.section-note {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    margin-top: 1rem;
    text-align: center;
}

.section-note .highlight {
    color: #D4AF37;
}

.section-note .highlight-green {
    color: #10B981;
}

/* Insight Box Helpers */
.insight-subhead {
    color: rgba(255, 255, 255, 0.9);
    margin: 1.5rem 0 1rem;
    font-size: 0.95rem;
    font-weight: 600;
}

.insight-footer {
    margin-top: 1.5rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    text-align: center;
}

.insight-footer .highlight,
.highlight {
    color: #D4AF37;
}
