/* /Components/Pages/Explorer.razor.rz.scp.css */
[b-favi8f71ow] .explorer-boy {
    position: relative;
    top: 195px;
    right: 120px;
    margin-top: -165px;
    height: 180px;
}

[b-favi8f71ow] .explorer-girl {
    position: relative;
    top: 200px;
    right: -375px;
    margin-top: -165px;
    height: 180px;
}

[b-favi8f71ow] .explorer-boy-pointing {
    position: relative;
    top: 490px;
    left: -105px;
    margin-top: -165px;
    height: 180px;
}

[b-favi8f71ow] .explorer-girl-pointing {
    position: relative;
    top: 220px;
    left: 515px;
    margin-top: -165px;
    height: 180px;
}

[b-favi8f71ow] .explorer-boy-happy {
    position: relative;
    top: 395px;
    left: -163px;
    margin-top: -236px;
    height: 250px;
}

[b-favi8f71ow] .explorer-girl-happy {
    position: relative;
    top: 395px;
    left: 280px;
    margin-top: -236px;
    height: 250px;
}

@media only screen and (max-width: 600px) {
    [b-favi8f71ow] h3 {
        font-size: 2.5rem;
    }

    [b-favi8f71ow] .explorer-boy {
        right: 57px;
        height: 105px;
    }

    [b-favi8f71ow] .explorer-girl {
        right: -198px;
        height: 105px;
    }

    [b-favi8f71ow] .explorer-boy-pointing {
        position: relative;
        top: 490px;
        left: -56px;
        margin-top: -165px;
        height: 105px;
    }

    [b-favi8f71ow] .explorer-girl-pointing {
        position: relative;
        top: 220px;
        left: 266px;
        margin-top: -165px;
        height: 105px
    }

    [b-favi8f71ow] .explorer-boy-happy {
        position: relative;
        top: 327px;
        left: -64px;
        margin-top: -236px;
        height: 115px;
    }

    [b-favi8f71ow] .explorer-girl-happy {
        position: relative;
        top: 420px;
        left: 155px;
        margin-top: -236px;
        height: 120px;
    }
}


[b-favi8f71ow] .mud-timeline-vertical.mud-timeline-position-alternate::before {
    right: calc(85% - 1px);
}

[b-favi8f71ow] .mud-timeline-vertical .mud-timeline-item .mud-timeline-item-opposite {
    max-width: calc(15% - 48px);
}

[b-favi8f71ow] .mud-timeline-vertical.mud-timeline-position-alternate .mud-timeline-item:nth-child(odd):not(.mud-timeline-item-start) .mud-timeline-item-opposite, .mud-timeline-vertical.mud-timeline-position-alternate .mud-timeline-item.mud-timeline-item-end .mud-timeline-item-opposite[b-favi8f71ow] {
    text-align: start;
}
[b-favi8f71ow] .mud-timeline-vertical .mud-timeline-item .mud-timeline-item-content {
    max-width: calc(85% - 48px);
}
[b-favi8f71ow] .mud-timeline-vertical.mud-timeline-position-alternate .mud-timeline-item:nth-child(2n):not(.mud-timeline-item-end) {
    flex-direction: row-reverse;
}
/* /Components/Pages/Program.razor.rz.scp.css */
/* Program Page Styles - Custom Design (No MudBlazor) */

/* CSS Variables */
.program-page[b-1vz34x6t8k] {
    --color-primary: #E63946;
    --color-primary-dark: #C1121F;
    --color-secondary: #1D3557;
    --color-accent: #F4A261;
    --color-accent-light: #E9C46A;
    --color-background: #FAFBFC;
    --color-surface: #FFFFFF;
    --color-text: #2D3748;
    --color-text-light: #718096;
    --color-border: #E2E8F0;
    --color-success: #38A169;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);
    --shadow-md: 0 4px 6px rgba(0,0,0,0.1);
    --shadow-lg: 0 10px 25px rgba(0,0,0,0.15);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 24px;
    --font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
    
    font-family: var(--font-family);
    color: var(--color-text);
    background: var(--color-background);
    line-height: 1.6;
}

.container[b-1vz34x6t8k] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.hero[b-1vz34x6t8k] {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../luzern_rathaus.jpg') center center/cover no-repeat;
    text-align: center;
    color: white;
}

.hero-overlay[b-1vz34x6t8k] {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(29, 53, 87, 0.85) 0%,
        rgba(230, 57, 70, 0.7) 50%,
        rgba(244, 162, 97, 0.6) 100%
    );
}

.hero-content[b-1vz34x6t8k] {
    position: relative;
    z-index: 2;
    padding: 40px 20px;
    max-width: 800px;
}

.hero-badge[b-1vz34x6t8k] {
    display: inline-block;
    background: var(--color-accent);
    color: var(--color-secondary);
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 24px;
    letter-spacing: 1px;
}

.hero-title[b-1vz34x6t8k] {
    font-size: clamp(36px, 8vw, 72px);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero-title .highlight[b-1vz34x6t8k] {
    color: var(--color-accent-light);
    position: relative;
}

.hero-title .highlight[b-1vz34x6t8k]::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background: var(--color-accent);
    opacity: 0.6;
    z-index: -1;
}

.hero-subtitle[b-1vz34x6t8k] {
    font-size: clamp(18px, 3vw, 24px);
    font-weight: 500;
    margin-bottom: 32px;
    opacity: 0.95;
}

.hero-cta[b-1vz34x6t8k] {
    display: inline-block;
    background: var(--color-primary);
    color: white;
    padding: 16px 48px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-md);
    cursor: pointer;
    border: none;
}

.hero-cta:hover[b-1vz34x6t8k] {
    background: var(--color-primary-dark);
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.hero-note[b-1vz34x6t8k] {
    font-size: 14px;
    margin-top: 16px;
    opacity: 0.85;
}

/* Section Titles */
.section-title[b-1vz34x6t8k] {
    font-size: clamp(28px, 5vw, 40px);
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
    color: var(--color-secondary);
}

.section-title .subtitle[b-1vz34x6t8k] {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: var(--color-text-light);
    margin-top: 8px;
}

/* Included Section */
.included[b-1vz34x6t8k] {
    padding: 80px 0;
    background: var(--color-surface);
}

.included-grid[b-1vz34x6t8k] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.included-card[b-1vz34x6t8k] {
    background: var(--color-background);
    border-radius: var(--radius-md);
    padding: 32px 24px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.included-card:hover[b-1vz34x6t8k] {
    transform: translateY(-8px);
    border-color: var(--color-primary);
    box-shadow: var(--shadow-lg);
}

.included-icon[b-1vz34x6t8k] {
    font-size: 48px;
    margin-bottom: 16px;
}

.included-card h3[b-1vz34x6t8k] {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-secondary);
    margin-bottom: 12px;
}

.included-card p[b-1vz34x6t8k] {
    font-size: 14px;
    color: var(--color-text-light);
    line-height: 1.5;
}

/* Guide Section */
.guide[b-1vz34x6t8k] {
    padding: 80px 0;
    background: linear-gradient(180deg, var(--color-background) 0%, #EDF2F7 100%);
}

.guide-content[b-1vz34x6t8k] {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 48px;
    align-items: center;
    margin-top: 40px;
}

.guide-image[b-1vz34x6t8k] {
    display: flex;
    justify-content: center;
}

.guide-placeholder[b-1vz34x6t8k] {
    width: 280px;
    height: 280px;
    background: linear-gradient(135deg, var(--color-secondary), #2D4A6F);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    box-shadow: var(--shadow-lg);
}

.guide-text h3[b-1vz34x6t8k] {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-secondary);
    margin-bottom: 16px;
    line-height: 1.4;
}

.guide-text p[b-1vz34x6t8k] {
    color: var(--color-text-light);
    margin-bottom: 20px;
}

.guide-text ul[b-1vz34x6t8k] {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.guide-text li[b-1vz34x6t8k] {
    padding: 8px 0;
    color: var(--color-text);
    font-weight: 500;
}

.guide-text li[b-1vz34x6t8k]::before {
    content: '✓ ';
    color: var(--color-success);
    font-weight: 700;
    margin-right: 8px;
}

.guide-note[b-1vz34x6t8k] {
    font-size: 13px;
    color: var(--color-text-light);
    font-style: italic;
    background: #FFF9E6;
    padding: 12px 16px;
    border-radius: var(--radius-sm);
    border-left: 4px solid var(--color-accent);
}

/* Requirements Section */
.requirements[b-1vz34x6t8k] {
    padding: 80px 0;
    background: var(--color-surface);
}

.requirements-box[b-1vz34x6t8k] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.req-item[b-1vz34x6t8k] {
    background: var(--color-background);
    border-radius: var(--radius-md);
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
}

.req-item:hover[b-1vz34x6t8k] {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.req-number[b-1vz34x6t8k] {
    font-size: 48px;
    font-weight: 800;
    color: var(--color-primary);
    opacity: 0.3;
    margin-bottom: 8px;
}

.req-content h3[b-1vz34x6t8k] {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-secondary);
    margin-bottom: 8px;
}

.req-content p[b-1vz34x6t8k] {
    color: var(--color-text-light);
    font-size: 14px;
}

.req-content span[b-1vz34x6t8k] {
    color: var(--color-primary);
    font-weight: 700;
}

.requirements-note[b-1vz34x6t8k] {
    text-align: center;
    margin-top: 32px;
    color: var(--color-text-light);
    font-size: 14px;
}

/* How It Works */
.how-it-works[b-1vz34x6t8k] {
    padding: 80px 0;
    background: linear-gradient(180deg, #EDF2F7 0%, var(--color-background) 100%);
}

.steps[b-1vz34x6t8k] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    margin-top: 48px;
    flex-wrap: wrap;
}

.step[b-1vz34x6t8k] {
    flex: 1;
    min-width: 200px;
    max-width: 280px;
    text-align: center;
    position: relative;
}

.step-number[b-1vz34x6t8k] {
    width: 64px;
    height: 64px;
    background: var(--color-primary);
    color: white;
    font-size: 28px;
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: var(--shadow-md);
}

.step-content h3[b-1vz34x6t8k] {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-secondary);
    margin-bottom: 12px;
}

.step-content p[b-1vz34x6t8k] {
    font-size: 14px;
    color: var(--color-text-light);
    line-height: 1.5;
}

.step-note[b-1vz34x6t8k] {
    font-size: 12px;
    color: var(--color-accent);
    font-weight: 600;
    margin-top: 8px;
}

.step-connector[b-1vz34x6t8k] {
    width: 60px;
    height: 2px;
    background: var(--color-border);
    margin-top: 32px;
    display: none;
}

/* FAQ Section */
.faq[b-1vz34x6t8k] {
    padding: 80px 0;
    background: var(--color-surface);
}

.faq-list[b-1vz34x6t8k] {
    max-width: 800px;
    margin: 40px auto 0;
}

.faq-item[b-1vz34x6t8k] {
    background: var(--color-background);
    border-radius: var(--radius-md);
    margin-bottom: 16px;
    overflow: hidden;
    border: 1px solid var(--color-border);
}

.faq-item summary[b-1vz34x6t8k] {
    padding: 20px 24px;
    font-weight: 600;
    font-size: 16px;
    color: var(--color-secondary);
    cursor: pointer;
    list-style: none;
    position: relative;
    transition: background 0.2s ease;
}

.faq-item summary:hover[b-1vz34x6t8k] {
    background: #F7FAFC;
}

.faq-item summary[b-1vz34x6t8k]::after {
    content: '+';
    position: absolute;
    right: 24px;
    font-size: 24px;
    color: var(--color-primary);
    font-weight: 300;
}

.faq-item[open] summary[b-1vz34x6t8k]::after {
    content: '-';
}

.faq-answer[b-1vz34x6t8k] {
    padding: 0 24px 20px;
    color: var(--color-text-light);
    line-height: 1.7;
}

/* Application Section */
.application[b-1vz34x6t8k] {
    padding: 80px 0;
    background: linear-gradient(180deg, var(--color-background) 0%, #EDF2F7 100%);
}

.application-intro[b-1vz34x6t8k] {
    text-align: center;
    color: var(--color-text-light);
    margin-bottom: 32px;
}

.apply-form[b-1vz34x6t8k] {
    max-width: 700px;
    margin: 0 auto;
    background: var(--color-surface);
    border-radius: var(--radius-lg);
    padding: 40px;
    box-shadow: var(--shadow-lg);
}

.form-section[b-1vz34x6t8k] {
    margin-bottom: 40px;
}

.form-section:last-of-type[b-1vz34x6t8k] {
    margin-bottom: 32px;
}

.form-section h3[b-1vz34x6t8k] {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-secondary);
    margin-bottom: 8px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--color-primary);
}

.form-desc[b-1vz34x6t8k] {
    font-size: 14px;
    color: var(--color-text-light);
    margin-bottom: 24px;
}

.form-row[b-1vz34x6t8k] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group[b-1vz34x6t8k] {
    display: flex;
    flex-direction: column;
}

.form-group label[b-1vz34x6t8k] {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text);
    margin-bottom: 6px;
}

.form-group input[b-1vz34x6t8k],
.form-group select[b-1vz34x6t8k],
.form-group textarea[b-1vz34x6t8k] {
    padding: 12px 16px;
    border: 2px solid var(--color-border);
    border-radius: var(--radius-sm);
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background: white;
}

.form-group input:focus[b-1vz34x6t8k],
.form-group select:focus[b-1vz34x6t8k],
.form-group textarea:focus[b-1vz34x6t8k] {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.1);
}

.form-group textarea[b-1vz34x6t8k] {
    min-height: 80px;
    resize: vertical;
}

.input-hint[b-1vz34x6t8k] {
    font-size: 12px;
    color: var(--color-text-light);
    margin-top: 4px;
}

.submit-btn[b-1vz34x6t8k] {
    display: block;
    width: 100%;
    padding: 18px 32px;
    background: var(--color-primary);
    color: white;
    font-size: 18px;
    font-weight: 700;
    border: none;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
}

.submit-btn:hover:not(:disabled)[b-1vz34x6t8k] {
    background: var(--color-primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.submit-btn:disabled[b-1vz34x6t8k] {
    opacity: 0.7;
    cursor: not-allowed;
}

.loading[b-1vz34x6t8k] {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid white;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin-b-1vz34x6t8k 0.8s linear infinite;
    margin-right: 8px;
    vertical-align: middle;
}

@keyframes spin-b-1vz34x6t8k {
    to { transform: rotate(360deg); }
}

/* Success Message */
.success-message[b-1vz34x6t8k] {
    max-width: 600px;
    margin: 0 auto;
    background: var(--color-surface);
    border-radius: var(--radius-lg);
    padding: 48px 40px;
    text-align: center;
    box-shadow: var(--shadow-lg);
}

.success-icon[b-1vz34x6t8k] {
    font-size: 64px;
    margin-bottom: 20px;
}

.success-message h3[b-1vz34x6t8k] {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-secondary);
    margin-bottom: 16px;
}

.success-message p[b-1vz34x6t8k] {
    color: var(--color-text-light);
    margin-bottom: 12px;
}

.success-message span[b-1vz34x6t8k] {
    color: var(--color-primary);
    font-weight: 600;
}

.success-note[b-1vz34x6t8k] {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-accent);
    margin-top: 24px !important;
}

.submitted-info[b-1vz34x6t8k] {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 2px solid var(--color-border);
    text-align: left;
}

.submitted-info h4[b-1vz34x6t8k] {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-secondary);
    margin-bottom: 16px;
}

.submitted-info p[b-1vz34x6t8k] {
    font-size: 14px;
    margin-bottom: 8px;
}

/* Footer */
.site-footer[b-1vz34x6t8k] {
    background: var(--color-secondary);
    color: white;
    padding: 48px 0;
    text-align: center;
}

.footer-logo[b-1vz34x6t8k] {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}

.footer-desc[b-1vz34x6t8k] {
    opacity: 0.85;
    margin-bottom: 16px;
}

.footer-note[b-1vz34x6t8k] {
    font-size: 13px;
    opacity: 0.6;
}

/* Responsive */
@media (max-width: 768px) {
    .hero[b-1vz34x6t8k] {
        min-height: 80vh;
    }
    
    .hero-content[b-1vz34x6t8k] {
        padding: 30px 20px;
    }
    
    .included[b-1vz34x6t8k] {
        padding: 60px 0;
    }
    
    .included-grid[b-1vz34x6t8k] {
        grid-template-columns: 1fr 1fr;
    }
    
    .guide-content[b-1vz34x6t8k] {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .guide-placeholder[b-1vz34x6t8k] {
        width: 200px;
        height: 200px;
        font-size: 60px;
    }
    
    .requirements-box[b-1vz34x6t8k] {
        grid-template-columns: 1fr;
    }
    
    .steps[b-1vz34x6t8k] {
        flex-direction: column;
        align-items: center;
    }
    
    .step[b-1vz34x6t8k] {
        max-width: 100%;
    }
    
    .step-connector[b-1vz34x6t8k] {
        display: none;
    }
    
    .apply-form[b-1vz34x6t8k] {
        padding: 24px;
    }
    
    .form-row[b-1vz34x6t8k] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .included-grid[b-1vz34x6t8k] {
        grid-template-columns: 1fr;
    }
    
    .included-card[b-1vz34x6t8k] {
        padding: 24px 16px;
    }
    
    .apply-form[b-1vz34x6t8k] {
        padding: 20px 16px;
    }
    
    .success-message[b-1vz34x6t8k] {
        padding: 32px 20px;
    }
}
