/* ============================================
   MonteFinance - Sequence-of-Returns Landingpage Styles
   ============================================ */

/* ============================================
   Hero Section - Sequence spezifisch
   ============================================ */
.hero-sequence {
    background: linear-gradient(135deg, #fce4ec 0%, #f8bbd9 50%, #f48fb1 100%);
}

.hero-sequence .hero-title {
    font-size: 2.25rem;
}

/* Sequence Visual Card */
.hero-sequence-card {
    background: var(--landing-card-bg);
    border-radius: 16px;
    box-shadow: var(--landing-shadow-lg);
    border: 2px solid #e91e63;
    max-width: 340px;
    overflow: hidden;
}

.sequence-visual-header {
    background: linear-gradient(135deg, #e91e63 0%, #c2185b 100%);
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.sequence-icon {
    font-size: 1.25rem;
}

.sequence-title {
    color: white;
    font-weight: 600;
    font-size: 0.95rem;
}

.sequence-visual-body {
    padding: 1.5rem;
}

.sequence-comparison {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.sequence-scenario {
    flex: 1;
    text-align: center;
    padding: 0.75rem;
    border-radius: 8px;
}

.sequence-scenario.bad {
    background: #ffebee;
}

.sequence-scenario.good {
    background: #e8f5e9;
}

.scenario-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--landing-text);
    margin-bottom: 0.5rem;
}

.scenario-chart {
    width: 100%;
    height: 35px;
    margin-bottom: 0.5rem;
}

.scenario-result {
    font-size: 0.8rem;
    font-weight: 700;
}

.sequence-scenario.bad .scenario-result {
    color: #c62828;
}

.sequence-scenario.good .scenario-result {
    color: #2e7d32;
}

.sequence-hint {
    text-align: center;
    font-size: 0.85rem;
    color: var(--landing-text-muted);
    margin: 0;
    font-style: italic;
}

/* ============================================
   Anna-Bernd Example Section
   ============================================ */
.example-section {
    background: var(--landing-card-bg);
    padding: 3rem 2rem;
    border-radius: 16px;
    margin-bottom: 2rem;
    box-shadow: var(--landing-shadow);
}

.paradox-box {
    background: linear-gradient(135deg, #f5f5f5 0%, #eeeeee 100%);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 2rem;
    border: 2px solid #9e9e9e;
}

.paradox-header {
    background: linear-gradient(135deg, #424242 0%, #212121 100%);
    padding: 1rem 1.5rem;
}

.paradox-header h3 {
    color: white;
    margin: 0;
    font-size: 1.1rem;
}

.paradox-setup {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    padding: 1.5rem;
    background: white;
    border-bottom: 1px solid #e0e0e0;
}

.setup-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.setup-label {
    font-size: 0.8rem;
    color: var(--landing-text-muted);
}

.setup-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--landing-text);
}

.paradox-comparison {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 1rem;
    padding: 1.5rem;
    flex-wrap: wrap;
}

.person-card {
    flex: 1;
    min-width: 200px;
    max-width: 280px;
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
}

.person-card.peter {
    border: 2px solid #e53935;
}

.person-card.bernd {
    border: 2px solid #43a047;
}

.person-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.person-icon {
    font-size: 1.5rem;
}

.person-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--landing-text);
}

.person-scenario {
    font-size: 0.9rem;
    color: var(--landing-text-muted);
    margin-bottom: 1rem;
}

.person-details {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
    text-align: left;
}

.person-details li {
    padding: 0.5rem 0;
    font-size: 0.9rem;
    border-bottom: 1px solid #f0f0f0;
}

.person-details li:last-child {
    border-bottom: none;
}

.negative {
    color: #c62828;
    font-weight: 600;
}

.positive {
    color: #2e7d32;
    font-weight: 600;
}

.person-result {
    padding: 1rem;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.person-result.bad {
    background: #ffebee;
}

.person-result.good {
    background: #e8f5e9;
}

.result-icon {
    font-size: 1.5rem;
}

.result-text {
    font-size: 0.9rem;
    font-weight: 700;
}

.person-result.bad .result-text {
    color: #c62828;
}

.person-result.good .result-text {
    color: #2e7d32;
}

.vs-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    color: #9e9e9e;
}

.paradox-conclusion {
    background: #424242;
    padding: 1rem 1.5rem;
    text-align: center;
}

.paradox-conclusion p {
    color: white;
    margin: 0;
    font-size: 1rem;
}

.explanation-text {
    max-width: 800px;
    margin: 0 auto;
}

.explanation-text p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--landing-text);
    margin-bottom: 1rem;
}

/* ============================================
   Definition Card
   ============================================ */
.definition-card {
    max-width: 800px;
    margin: 0 auto;
}

.definition-card p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--landing-text);
    margin-bottom: 1.5rem;
}

.key-insight {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border-left: 4px solid var(--landing-primary);
    padding: 1.5rem 2rem;
    border-radius: 0 12px 12px 0;
    margin: 2rem 0;
}

.key-insight p {
    margin: 0;
    font-size: 1.15rem;
}

.math-box {
    background: #f5f5f5;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 1.5rem 2rem;
    margin: 2rem auto;
    max-width: 600px;
}

.math-box h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: var(--landing-text);
}

.math-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.math-box li {
    padding: 0.5rem 0;
    font-size: 1rem;
    color: var(--landing-text);
}

/* ============================================
   Danger Explanation
   ============================================ */
.danger-explanation {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.danger-explanation > p {
    font-size: 1.1rem;
    color: var(--landing-text);
    margin-bottom: 1.5rem;
}

.danger-steps {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
    text-align: left;
}

.danger-step {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
    background: #ffebee;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #c62828;
    text-align: left;
}

.danger-step .step-number {
    width: 32px;
    height: 32px;
    background: #c62828;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.danger-step .step-content {
    font-size: 1rem;
    color: var(--landing-text);
    line-height: 1.6;
    padding-top: 0.25rem;
    text-align: left;
    flex: 1;
}

.example-calculation {
    background: #fff3e0;
    border: 1px solid #ffcc80;
    border-radius: 12px;
    padding: 1.5rem 2rem;
}

.example-calculation h4 {
    font-size: 1rem;
    color: #e65100;
    margin-bottom: 1rem;
}

.example-calculation p {
    font-size: 0.95rem;
    color: var(--landing-text);
    line-height: 1.7;
    margin-bottom: 0.75rem;
}

.example-calculation p:last-child {
    margin-bottom: 0;
}

/* ============================================
   Warning Section
   ============================================ */
.warning-section {
    background: #fff8e1;
    padding: 3rem 2rem;
    border-radius: 16px;
    margin-bottom: 2rem;
}

.warning-card {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    border-radius: 12px;
    padding: 2rem;
    border: 2px solid #ffc107;
}

.warning-card > p {
    font-size: 1.05rem;
    color: var(--landing-text);
    margin-bottom: 1.5rem;
}

.danger-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.danger-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.danger-list li:last-child {
    border-bottom: none;
}

.danger-icon {
    font-size: 1rem;
    flex-shrink: 0;
}

.warning-conclusion {
    background: #ffecb3;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    margin: 0;
}

/* ============================================
   Solution Section
   ============================================ */
.solution-section {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    padding: 3rem 2rem;
    border-radius: 16px;
    margin-bottom: 2rem;
}

.solution-card {
    max-width: 800px;
    margin: 0 auto 2rem;
    background: white;
    border-radius: 12px;
    padding: 2rem;
    border-left: 4px solid var(--landing-success);
}

.solution-card > p {
    font-size: 1.05rem;
    color: var(--landing-text);
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.solution-benefits {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 1.5rem 0;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: #f5f5f5;
    padding: 1rem;
    border-radius: 8px;
}

.benefit-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.benefit-content {
    font-size: 1rem;
    color: var(--landing-text);
    line-height: 1.5;
}

/* Comparison Visual */
.comparison-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin: 2rem 0;
}

.visual-card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    min-width: 200px;
    max-width: 280px;
    box-shadow: var(--landing-shadow);
}

.visual-card.highlighted {
    border: 2px solid var(--landing-success);
}

.visual-card h4 {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--landing-text);
    margin-bottom: 1rem;
}

.visual-chart {
    height: 60px;
    margin-bottom: 0.75rem;
}

.visual-chart svg {
    width: 100%;
    height: 100%;
}

.visual-card p {
    font-size: 0.85rem;
    color: var(--landing-text-muted);
    margin: 0 0 0.75rem 0;
}

.visual-verdict {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.visual-verdict.bad {
    background: #ffebee;
    color: #c62828;
}

.visual-verdict.good {
    background: #e8f5e9;
    color: #2e7d32;
}

.visual-arrow {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--landing-primary);
}

/* ============================================
   Strategies Section
   ============================================ */
.strategies-section {
    padding: 3rem 2rem;
    margin-bottom: 2rem;
}

.strategies-intro {
    text-align: center;
    font-size: 1.1rem;
    color: var(--landing-text);
    margin-bottom: 2rem;
}

.strategies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.strategy-card {
    background: var(--landing-card-bg);
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: var(--landing-shadow);
    border: 1px solid var(--landing-border);
}

.strategy-icon {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 1rem;
}

.strategy-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--landing-text);
    margin-bottom: 0.75rem;
}

.strategy-card p {
    font-size: 0.9rem;
    color: var(--landing-text-muted);
    line-height: 1.6;
    margin: 0;
}

.strategy-note {
    display: block;
    margin-top: 0.75rem;
    font-size: 0.8rem;
    color: #e65100;
    font-style: italic;
}

/* ============================================
   Related Section
   ============================================ */
.related-section {
    padding: 3rem 2rem;
    margin-bottom: 2rem;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}

.related-card {
    background: var(--landing-card-bg);
    border-radius: 12px;
    padding: 1.5rem;
    text-decoration: none;
    color: inherit;
    box-shadow: var(--landing-shadow);
    border: 1px solid var(--landing-border);
    transition: all 0.3s ease;
}

.related-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--landing-shadow-lg);
    border-color: var(--landing-primary);
    text-decoration: none;
    color: inherit;
}

.related-icon {
    font-size: 2rem;
    display: block;
    margin-bottom: 1rem;
}

.related-card h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--landing-text);
    margin-bottom: 0.5rem;
}

.related-card p {
    font-size: 0.875rem;
    color: var(--landing-text-muted);
    margin: 0;
    line-height: 1.5;
}

/* ============================================
   Responsive Design
   ============================================ */
@media (max-width: 992px) {
    .hero-sequence .hero-title {
        font-size: 1.9rem;
    }
    
    .paradox-comparison {
        flex-direction: column;
        align-items: center;
    }
    
    .person-card {
        max-width: 100%;
    }
    
    .vs-divider {
        transform: rotate(90deg);
        margin: 1rem 0;
    }
    
    .comparison-visual {
        flex-direction: column;
    }
    
    .visual-arrow {
        transform: rotate(90deg);
    }
}

@media (max-width: 768px) {
    .hero-sequence .hero-title {
        font-size: 1.5rem;
    }
    
    .hero-sequence-card {
        max-width: 100%;
    }
    
    .paradox-setup {
        flex-direction: column;
        gap: 1rem;
    }
    
    .key-insight {
        padding: 1rem 1.5rem;
    }
    
    .danger-step {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .danger-step .step-number {
        align-self: flex-start;
    }
}

@media (max-width: 480px) {
    .hero-sequence .hero-title {
        font-size: 1.35rem;
    }
    
    .sequence-comparison {
        flex-direction: column;
    }
    
    .strategies-grid {
        grid-template-columns: 1fr;
    }
}

