/*
Theme Name: 防災サバイバル鬼ごっこ
Theme URI:
Author:
Description: 防災サバイバル鬼ごっこ公式サイトテーマ
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: onigokko
*/

/* ===== VARIABLES ===== */
:root {
    --yellow:      #FFD700;
    --yellow-deep: #E6B800;
    --yellow-pale: #FFFDE0;
    --black:       #0F0F0F;
    --black-soft:  #1E1E1E;
    --white:       #FFFFFF;
    --gray-light:  #F8F8F0;
    --gray:        #E8E8E8;
    --orange:      #FF6B00;
    --red:         #E53E3E;
    --green:       #38A169;
    --text:        #1A1A1A;
    --text-light:  #555555;
    --font: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W6', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', sans-serif;
    --nav-h: 72px;
    --radius: 12px;
    --radius-lg: 20px;
    --shadow: 0 4px 20px rgba(0,0,0,0.12);
    --shadow-lg: 0 8px 40px rgba(0,0,0,0.2);
    --tr: 0.22s ease;
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--text); background: var(--white); line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: var(--tr); }
ul { list-style: none; }

/* ===== STRIPE UTILITIES ===== */
.stripe-divider {
    height: 14px;
    background: repeating-linear-gradient(90deg, var(--yellow) 0, var(--yellow) 20px, var(--black) 20px, var(--black) 40px);
}
.stripe-bg {
    background: repeating-linear-gradient(-45deg, var(--yellow), var(--yellow) 16px, var(--black) 16px, var(--black) 32px);
}

/* ===== LAYOUT ===== */
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section-white  { background: var(--white); }
.section-gray   { background: var(--gray-light); }
.section-black  { background: var(--black); color: var(--white); }
.section-yellow { background: var(--yellow); color: var(--black); }

.section-header { text-align: center; margin-bottom: 60px; }
.section-label {
    display: inline-block;
    font-size: 12px; font-weight: 900; letter-spacing: 0.2em; text-transform: uppercase;
    background: var(--black); color: var(--yellow);
    padding: 6px 20px; margin-bottom: 16px;
    clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
}
.section-label.inv { background: var(--yellow); color: var(--black); }
.section-title { font-size: clamp(28px, 5vw, 44px); font-weight: 900; line-height: 1.2; margin-bottom: 16px; }
.section-desc { font-size: 17px; line-height: 1.8; opacity: 0.75; max-width: 640px; margin: 0 auto; }

/* ===== BUTTONS ===== */
.btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 16px 36px; font-family: var(--font); font-weight: 900; font-size: 16px;
    cursor: pointer; border: none; border-radius: 3px; text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn-yellow { background: var(--yellow); color: var(--black); box-shadow: 5px 5px 0 var(--black); }
.btn-yellow:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--black); }
.btn-black  { background: var(--black); color: var(--yellow); box-shadow: 5px 5px 0 var(--yellow); }
.btn-black:hover  { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--yellow); }
.btn-outline { background: transparent; color: var(--white); border: 3px solid rgba(255,255,255,0.6); }
.btn-outline:hover { border-color: var(--yellow); color: var(--yellow); }
.btn-lg { padding: 20px 52px; font-size: 20px; }
.btn-pulse { animation: btn-glow 2.5s infinite; }
@keyframes btn-glow {
    0%,100% { box-shadow: 5px 5px 0 var(--black), 0 0 0 0 rgba(255,215,0,0.5); }
    50%      { box-shadow: 5px 5px 0 var(--black), 0 0 0 14px rgba(255,215,0,0); }
}

/* ===== NAVIGATION ===== */
.site-nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    height: var(--nav-h); background: var(--black);
    border-bottom: 5px solid var(--yellow);
    display: flex; align-items: center;
}
.nav-inner {
    display: flex; align-items: center; justify-content: space-between;
    width: 100%; max-width: 1100px; margin: 0 auto; padding: 0 24px;
}
.nav-logo { display: flex; align-items: center; gap: 10px; color: var(--yellow); font-weight: 900; font-size: 15px; line-height: 1.2; }
.nav-logo-mark {
    width: 40px; height: 40px; background: var(--yellow); border-radius: 4px;
    display: flex; align-items: center; justify-content: center; font-size: 22px;
    box-shadow: 3px 3px 0 rgba(255,255,255,0.2);
}
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { color: rgba(255,255,255,0.8); font-size: 13px; font-weight: 700; padding: 7px 12px; border-radius: 3px; }
.nav-links a:hover { color: var(--yellow); background: rgba(255,215,0,0.08); }
.nav-links .nav-apply { background: var(--yellow); color: var(--black); margin-left: 8px; padding: 8px 18px; }
.nav-links .nav-apply:hover { background: var(--yellow-deep); }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; }
.nav-hamburger span { display: block; width: 26px; height: 3px; background: var(--yellow); border-radius: 2px; }
.mobile-nav { display: none; position: fixed; top: var(--nav-h); left: 0; right: 0; background: var(--black-soft); z-index: 999; border-bottom: 5px solid var(--yellow); padding: 12px 0; }
.mobile-nav.open { display: block; }
.mobile-nav a { display: block; padding: 13px 24px; color: var(--white); font-weight: 700; font-size: 15px; border-bottom: 1px solid rgba(255,255,255,0.05); }
.mobile-nav a:hover { color: var(--yellow); padding-left: 32px; }
:target { scroll-margin-top: calc(var(--nav-h) + 24px); }

/* ===== HERO ===== */
#hero {
    min-height: 100vh; background: var(--black);
    display: flex; align-items: center; justify-content: center;
    position: relative; overflow: hidden; padding-top: var(--nav-h);
}
.hero-stripes {
    position: absolute; inset: 0;
    background: repeating-linear-gradient(-60deg, transparent, transparent 60px, rgba(255,215,0,0.03) 60px, rgba(255,215,0,0.03) 62px);
}
.hero-glow {
    position: absolute; width: 700px; height: 700px; border-radius: 50%;
    background: radial-gradient(circle, rgba(255,215,0,0.12) 0%, transparent 70%);
    top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none;
}
.hero-content {
    position: relative; z-index: 1; text-align: center; color: var(--white);
    max-width: 960px; margin: 0 auto; padding: 80px 24px;
}
.hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--yellow); color: var(--black);
    font-size: 13px; font-weight: 900; padding: 8px 24px;
    clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
    margin-bottom: 36px; letter-spacing: 0.05em;
}
.hero-badge .dot { width: 8px; height: 8px; background: var(--black); border-radius: 50%; animation: blink 1.4s infinite; }
@keyframes blink { 0%,100%{opacity:1;} 50%{opacity:0;} }
.hero-sub { display: block; font-size: clamp(20px, 3.5vw, 32px); font-weight: 900; color: var(--yellow); margin-bottom: 8px; letter-spacing: 0.02em; }
.hero-main { display: block; font-size: clamp(56px, 11vw, 104px); font-weight: 900; line-height: 1.0; letter-spacing: -0.02em; margin-bottom: 32px; }
.hero-catch {
    font-size: clamp(18px, 2.8vw, 24px); font-weight: 700; line-height: 1.7;
    margin-bottom: 48px; color: rgba(255,255,255,0.9);
}
.hero-catch .em { color: var(--yellow); }
.hero-actions { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }

/* ===== HERO CHARACTERS ===== */
.hero-char-wrap {
    position: absolute;
    bottom: 75px;
    z-index: 2;
    pointer-events: none;
}
.hero-char-wrap-left  { left: 0; bottom: 80px; }
.hero-char-wrap-right { right: 0; }

.hero-char-img {
    display: block;
    height: 62vh;
    width: auto;
    max-height: 560px;
    filter: drop-shadow(0 8px 24px rgba(0,0,0,0.5));
    animation: char-bob 3.2s ease-in-out infinite;
}
.hero-char-wrap-right .hero-char-img {
    animation-delay: 0.5s;
}
@keyframes char-bob {
    0%,100% { transform: translateY(0); }
    50%      { transform: translateY(-10px); }
}
@media (max-width: 900px) {
    .hero-char-img { height: 52vh; max-height: 420px; }
}
@media (max-width: 600px) {
    .hero-char-img { height: 38vh; max-height: 280px; }
}
/* ===== SIREN LIGHTS (回転灯) ===== */
.siren-light {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.siren-left  { top: 9%;    left: 4%; }
.siren-right { bottom: 13%; right: 4%; }

.siren-dome {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: radial-gradient(circle at 40% 35%, #ff8888 0%, #dd1111 45%, #990000 100%);
    border: 4px solid rgba(80, 0, 0, 0.65);
    overflow: hidden;
    position: relative;
    box-shadow:
        0 0 0 3px rgba(180, 0, 0, 0.4),
        0 0 24px 6px rgba(255, 0, 0, 0.5);
    animation: siren-glow 0.65s ease-in-out infinite alternate;
}

/* 回転する光の帯 */
.siren-dome::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 180%;
    height: 9px;
    margin-top: -4.5px;
    background: linear-gradient(
        to right,
        rgba(255, 255, 200, 0.98) 0%,
        rgba(255, 240, 160, 0.75) 35%,
        rgba(255, 220, 120, 0.4)  65%,
        transparent 100%
    );
    transform-origin: left center;
    border-radius: 0 5px 5px 0;
    animation: siren-spin 0.65s linear infinite;
}

/* 光沢ハイライト */
.siren-dome::after {
    content: '';
    position: absolute;
    top: 12%;
    left: 18%;
    width: 38%;
    height: 26%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.55) 0%, transparent 70%);
    border-radius: 50%;
}

/* 右のサイレンは半周ずらして交互点滅に */
.siren-right .siren-dome {
    animation-delay: -0.325s;
}
.siren-right .siren-dome::before {
    animation-delay: -0.325s;
}

@keyframes siren-glow {
    from {
        box-shadow:
            0 0 0 3px rgba(180, 0, 0, 0.35),
            0 0 16px 4px rgba(255, 0, 0, 0.35);
        filter: brightness(0.82);
    }
    to {
        box-shadow:
            0 0 0 5px rgba(220, 0, 0, 0.6),
            0 0 55px 20px rgba(255, 20, 20, 0.75),
            0 0 100px 35px rgba(255, 0, 0, 0.28);
        filter: brightness(1.28);
    }
}

@keyframes siren-spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* ===== HERO CAUTION TAPE (立ち入り禁止テープ) ===== */
.hero-tape {
    position: absolute;
    left: -5%;
    right: -5%;
    height: 38px;
    bottom: 68px;
    background: repeating-linear-gradient(
        -45deg,
        #FFD700   0px,
        #FFD700   20px,
        #0F0F0F   20px,
        #0F0F0F   40px
    );
    transform: rotate(-1.8deg);
    box-shadow:
        0 5px 20px rgba(0, 0, 0, 0.6),
        0 -2px 10px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    z-index: 0;
    pointer-events: none;
    opacity: 0.82;
}

/* ===== STATS STRIP ===== */
.stats-strip { background: var(--yellow); }
.stats-inner { display: flex; align-items: stretch; justify-content: center; flex-wrap: wrap; }
.stat-item { display: flex; align-items: center; gap: 12px; padding: 22px 36px; border-right: 3px solid rgba(0,0,0,0.12); color: var(--black); }
.stat-item:last-child { border-right: none; }
.stat-icon { font-size: 28px; }
.stat-value { font-size: 17px; font-weight: 900; line-height: 1.2; }
.stat-label { font-size: 12px; font-weight: 700; opacity: 0.65; }

/* ===== ABOUT ===== */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-visual { position: relative; padding-bottom: 32px; }
.about-main-card {
    background: var(--black); color: var(--white);
    border: 4px solid var(--yellow); border-radius: var(--radius);
    padding: 48px; position: relative; overflow: hidden;
}
.about-main-card::before { content:'!'; position:absolute; top:-20px; right:-8px; font-size:180px; font-weight:900; color:rgba(255,215,0,0.06); line-height:1; pointer-events:none; }
.about-main-card .card-em { display:block; font-size:13px; font-weight:900; letter-spacing:0.1em; color:var(--yellow); margin-bottom:16px; }
.about-main-card .card-text { font-size:21px; font-weight:900; line-height:1.6; }
.about-float {
    position: absolute; bottom:0; right:-16px;
    background: var(--yellow); color: var(--black);
    padding: 14px 20px; font-weight: 900; font-size: 14px; line-height: 1.4;
    border-radius: var(--radius); box-shadow: var(--shadow-lg);
}
.about-text h3 { font-size: clamp(22px, 4vw, 34px); font-weight: 900; line-height: 1.3; margin-bottom: 20px; }
.about-text p { font-size: 16px; color: var(--text-light); line-height: 1.8; margin-bottom: 16px; }
.about-points { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
.about-point {
    display: flex; align-items: flex-start; gap: 12px;
    padding: 14px 16px; background: var(--yellow-pale);
    border-left: 5px solid var(--yellow); border-radius: var(--radius);
}
.about-point .p-icon { font-size: 22px; flex-shrink: 0; }
.about-point .p-text { font-size: 15px; font-weight: 700; line-height: 1.5; }

/* ===== PROGRAM ===== */
.program-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-bottom: 48px; }
.program-card {
    background: var(--white); border: 3px solid var(--black); border-radius: var(--radius-lg);
    overflow: hidden; box-shadow: 5px 5px 0 var(--black);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.program-card:hover { transform: translate(-4px,-4px); box-shadow: 9px 9px 0 var(--black); }
.program-card-hd { background: var(--black); padding: 32px; position: relative; overflow: hidden; }
.program-card:nth-child(2) .program-card-hd { background: var(--black-soft); }
.program-num { position:absolute; top:-16px; right:12px; font-size:96px; font-weight:900; color:rgba(255,215,0,0.10); line-height:1; }
.p-icon { font-size: 44px; margin-bottom: 12px; }
.p-num-label { font-size: 12px; font-weight: 900; color: var(--yellow); letter-spacing: 0.1em; margin-bottom: 8px; }
.p-title { font-size: 22px; font-weight: 900; color: var(--white); line-height: 1.3; }
.program-card-bd { padding: 28px 32px 32px; }
.p-desc { font-size: 15px; color: var(--text-light); line-height: 1.8; margin-bottom: 20px; }
.p-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.p-tag {
    display: inline-block; padding: 5px 14px;
    background: var(--yellow); color: var(--black);
    font-size: 12px; font-weight: 900; border-radius: 2px;
    clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
}
.type-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.type-card {
    background: var(--white); border: 3px solid var(--black); border-radius: var(--radius);
    padding: 28px 20px; text-align: center; position: relative; overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.type-card::before { content:''; position:absolute; top:0; left:0; right:0; height:8px; background:var(--yellow); }
.type-card:hover { transform: translate(-3px,-3px); box-shadow: 6px 6px 0 var(--black); }
.t-icon { font-size: 40px; margin: 12px 0; }
.t-name { font-size: 18px; font-weight: 900; color: var(--black); margin-bottom: 8px; }
.t-desc { font-size: 13px; color: var(--text-light); line-height: 1.6; }

/* ===== INSTRUCTOR ===== */
.instructor-grid { display: grid; grid-template-columns: 220px 1fr; gap: 60px; align-items: center; }
.instructor-photo-wrap { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.instructor-photo {
    width: 200px; height: 200px; border-radius: 50%;
    background: linear-gradient(135deg, var(--yellow), var(--orange));
    display: flex; align-items: center; justify-content: center;
    font-size: 88px; border: 6px solid var(--yellow);
    box-shadow: 8px 8px 0 rgba(255,215,0,0.25);
}
.instructor-badge {
    display: inline-block; background: var(--yellow); color: var(--black);
    font-size: 12px; font-weight: 900; padding: 8px 16px; text-align: center; line-height: 1.4;
    clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
}
.i-role { font-size: 12px; font-weight: 900; color: var(--yellow); letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 8px; }
.i-name { font-size: clamp(36px, 5vw, 56px); font-weight: 900; line-height: 1.1; margin-bottom: 6px; }
.i-name-ruby { font-size: 16px; color: rgba(255,255,255,0.45); margin-bottom: 24px; }
.i-bio { font-size: 16px; color: rgba(255,255,255,0.82); line-height: 1.8; margin-bottom: 14px; }
.i-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.i-tag { background: rgba(255,215,0,0.1); border: 1px solid rgba(255,215,0,0.3); color: rgba(255,255,255,0.9); padding: 8px 16px; border-radius: 3px; font-size: 13px; font-weight: 700; }

/* ===== REQUIREMENTS ===== */
.req-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.req-card {
    background: var(--white); border: 3px solid var(--black); border-radius: var(--radius);
    padding: 28px; display: flex; gap: 20px; align-items: flex-start;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.req-card:hover { transform: translate(-3px,-3px); box-shadow: 6px 6px 0 var(--black); }
.req-icon { width: 52px; height: 52px; background: var(--yellow); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 28px; flex-shrink: 0; }
.req-label { font-size: 11px; font-weight: 900; letter-spacing: 0.15em; color: var(--text-light); margin-bottom: 6px; text-transform: uppercase; }
.req-value { font-size: 18px; font-weight: 900; color: var(--black); margin-bottom: 4px; }
.req-note { font-size: 13px; color: var(--text-light); line-height: 1.5; }
.gift-box {
    margin-top: 32px; background: var(--yellow); border: 3px solid var(--black);
    border-radius: var(--radius-lg); padding: 40px; text-align: center;
    position: relative; overflow: hidden;
}
.gift-box::before,.gift-box::after { content:'★'; position:absolute; font-size:80px; opacity:0.12; font-weight:900; }
.gift-box::before { top:-10px; left:10px; }
.gift-box::after { bottom:-10px; right:10px; }
.gift-icon { font-size: 48px; margin-bottom: 10px; }
.gift-label { font-size: 13px; font-weight: 900; margin-bottom: 8px; opacity: 0.65; letter-spacing: 0.1em; }
.gift-name { font-size: 22px; font-weight: 900; line-height: 1.4; color: var(--black); }

/* ===== CTA ===== */
#cta {
    background: var(--yellow); padding: 100px 0; text-align: center;
    position: relative; overflow: hidden;
}
#cta::before,#cta::after { content:''; position:absolute; left:0; right:0; height:14px; background:repeating-linear-gradient(90deg,var(--black) 0,var(--black) 20px,transparent 20px,transparent 40px); }
#cta::before { top:0; } #cta::after { bottom:0; }
.cta-price-box {
    display: inline-flex; align-items: baseline; gap: 8px;
    background: var(--black); color: var(--white);
    padding: 24px 48px; border-radius: 4px; margin-bottom: 40px;
}
.price-label { font-size: 16px; font-weight: 700; opacity: 0.65; }
.price-num { font-size: 56px; font-weight: 900; color: var(--yellow); line-height: 1; }
.price-yen { font-size: 24px; font-weight: 900; color: var(--yellow); }
.price-note { font-size: 13px; opacity: 0.45; }
.cta-actions { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-bottom: 20px; }
.cta-note { font-size: 14px; opacity: 0.55; font-weight: 700; }

/* ===== FOOTER ===== */
.site-footer { background: var(--black); color: rgba(255,255,255,0.6); padding: 60px 0 0; border-top: 8px solid var(--yellow); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand .brand-name { font-size: 20px; font-weight: 900; color: var(--yellow); margin-bottom: 8px; }
.footer-brand .brand-catch { font-size: 13px; line-height: 1.7; }
.footer-nav h4,.footer-info h4 { font-size: 13px; font-weight: 900; color: var(--yellow); letter-spacing: 0.1em; margin-bottom: 16px; }
.footer-nav ul { display: flex; flex-direction: column; gap: 8px; }
.footer-nav a { font-size: 14px; font-weight: 700; }
.footer-nav a:hover { color: var(--yellow); }
.footer-info p { font-size: 13px; line-height: 1.7; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 24px; text-align: center; }
.footer-copyright { font-size: 13px; color: rgba(255,255,255,0.28); }

/* ===== NATIONAL BANNER ===== */
.national-banner { padding: 48px 24px; text-align: center; position: relative; overflow: hidden; }
.national-banner .inner {
    display: inline-block; background: var(--black); color: var(--yellow);
    padding: 28px 52px; border: 5px solid var(--yellow); position: relative; z-index: 1;
}
.national-banner .inner h3 { font-size: clamp(22px, 4vw, 32px); font-weight: 900; margin-bottom: 8px; }
.national-banner .inner p { font-size: 15px; opacity: 0.8; }

/* ===== INNER PAGE HERO ===== */
.page-hero {
    background: var(--black); padding: calc(var(--nav-h) + 60px) 0 60px;
    color: var(--white); text-align: center; position: relative; overflow: hidden;
}
.page-hero::after { content:''; position:absolute; bottom:0; left:0; right:0; height:10px; background:repeating-linear-gradient(90deg,var(--yellow) 0,var(--yellow) 20px,var(--black) 20px,var(--black) 40px); }
.page-hero-label {
    display: inline-block; background: var(--yellow); color: var(--black);
    font-size: 13px; font-weight: 900; padding: 7px 24px; margin-bottom: 20px;
    clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
    letter-spacing: 0.1em;
}
.page-hero-title { font-size: clamp(32px, 6vw, 60px); font-weight: 900; line-height: 1.2; margin-bottom: 16px; }
.page-hero-desc { font-size: 17px; opacity: 0.8; line-height: 1.7; }

/* ===== SCHEDULE PAGE ===== */
.schedule-notice {
    background: var(--yellow-pale); border: 3px solid var(--yellow); border-radius: var(--radius);
    padding: 24px 28px; margin-bottom: 40px; font-size: 15px; font-weight: 700; line-height: 1.7;
}
.schedule-list { display: flex; flex-direction: column; gap: 24px; }
.schedule-card {
    background: var(--white); border: 3px solid var(--black); border-radius: var(--radius);
    overflow: hidden; display: grid; grid-template-columns: 180px 1fr;
    box-shadow: 5px 5px 0 var(--black); transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.schedule-card:hover { transform: translate(-3px,-3px); box-shadow: 8px 8px 0 var(--black); }
.s-date-col { background: var(--black); color: var(--yellow); padding: 32px 20px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.s-month { font-size: 12px; font-weight: 900; letter-spacing: 0.1em; opacity: 0.65; }
.s-day { font-size: 52px; font-weight: 900; line-height: 1; }
.s-year { font-size: 12px; font-weight: 700; opacity: 0.55; }
.s-weekday { font-size: 13px; font-weight: 900; background: var(--yellow); color: var(--black); padding: 4px 12px; margin-top: 8px; }
.s-info { padding: 28px 32px; }
.s-status { display: inline-block; font-size: 12px; font-weight: 900; padding: 4px 12px; margin-bottom: 12px; }
.s-status.open   { background: var(--green); color: var(--white); }
.s-status.soon   { background: var(--yellow); color: var(--black); }
.s-status.closed { background: #9E9E9E; color: var(--white); }
.s-title { font-size: 22px; font-weight: 900; margin-bottom: 8px; }
.s-details { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 12px; }
.s-detail { font-size: 14px; font-weight: 700; color: var(--text-light); }
.s-detail span { color: var(--text); }
.s-desc { font-size: 14px; color: var(--text-light); line-height: 1.7; margin-bottom: 16px; }

/* ===== FORM STYLES ===== */
.form-wrap { max-width: 720px; margin: 0 auto; }
.form-notice { background: var(--yellow-pale); border: 3px solid var(--yellow); border-radius: var(--radius); padding: 20px 24px; margin-bottom: 40px; font-size: 15px; font-weight: 700; line-height: 1.7; }
.form-message { padding: 20px 24px; border-radius: var(--radius); margin-bottom: 32px; font-weight: 700; font-size: 16px; }
.form-message.success { background: #E8F5E9; border: 2px solid var(--green); color: #2E7D32; }
.form-message.error   { background: #FFEBEE; border: 2px solid var(--red); color: #C62828; }
.form-group { margin-bottom: 28px; }
.form-group label { display: block; font-size: 15px; font-weight: 900; margin-bottom: 8px; color: var(--black); }
.label-required { display: inline-block; background: var(--red); color: var(--white); font-size: 11px; font-weight: 900; padding: 2px 8px; margin-left: 8px; vertical-align: middle; }
.label-optional { display: inline-block; background: var(--gray); color: var(--text-light); font-size: 11px; font-weight: 900; padding: 2px 8px; margin-left: 8px; vertical-align: middle; }
.form-control {
    width: 100%; padding: 14px 16px;
    border: 3px solid var(--black); border-radius: 4px;
    font-family: var(--font); font-size: 16px; font-weight: 500;
    transition: border-color 0.2s, box-shadow 0.2s; background: var(--white); color: var(--text);
}
.form-control:focus { outline: none; border-color: var(--yellow); box-shadow: 4px 4px 0 var(--black); }
.form-control::placeholder { color: #999; }
textarea.form-control { resize: vertical; min-height: 140px; }
select.form-control { cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231A1A1A' d='M6 8L0 0h12z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 44px; }
.form-hint { font-size: 13px; color: var(--text-light); margin-top: 6px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-submit { text-align: center; margin-top: 40px; }
.privacy-check { display: flex; align-items: flex-start; gap: 12px; }
.privacy-check input[type="checkbox"] { width: 20px; height: 20px; margin-top: 2px; flex-shrink: 0; accent-color: var(--yellow); cursor: pointer; }
.privacy-check label { font-size: 14px; font-weight: 500; cursor: pointer; line-height: 1.6; }

/* ===== AGENT PAGE ===== */
.agent-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.agent-feat {
    background: var(--white); border: 3px solid var(--black); border-radius: var(--radius);
    padding: 32px 24px; text-align: center; position: relative; overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.agent-feat::before { content:''; position:absolute; top:0; left:0; right:0; height:8px; background:var(--yellow); }
.agent-feat:hover { transform: translate(-3px,-3px); box-shadow: 6px 6px 0 var(--black); }
.af-icon { font-size: 44px; margin: 12px 0 16px; }
.af-title { font-size: 18px; font-weight: 900; margin-bottom: 8px; }
.af-desc { font-size: 14px; color: var(--text-light); line-height: 1.7; }
.step-list { display: flex; flex-direction: column; position: relative; }
.step-list::before { content:''; position:absolute; top:32px; left:31px; bottom:32px; width:3px; background:var(--yellow); z-index:0; }
.step-item { display: grid; grid-template-columns: 64px 1fr; gap: 24px; align-items: flex-start; padding: 20px 0; position: relative; z-index: 1; }
.step-num { width:64px; height:64px; background:var(--yellow); color:var(--black); font-size:24px; font-weight:900; display:flex; align-items:center; justify-content:center; border:3px solid var(--black); border-radius:50%; flex-shrink:0; }
.step-content { padding-top: 12px; }
.step-title { font-size: 20px; font-weight: 900; margin-bottom: 6px; }
.step-desc { font-size: 15px; color: var(--text-light); line-height: 1.7; }
.faq-list { display: flex; flex-direction: column; gap: 16px; }
.faq-item { border: 3px solid var(--black); border-radius: var(--radius); overflow: hidden; }
.faq-q { display: flex; align-items: flex-start; gap: 12px; padding: 20px 24px; background: var(--black); color: var(--white); font-weight: 900; font-size: 15px; }
.faq-q .q-mark { color: var(--yellow); font-size: 22px; font-weight: 900; flex-shrink: 0; }
.faq-a { display: flex; gap: 12px; padding: 20px 24px; background: var(--white); font-size: 15px; line-height: 1.7; }
.faq-a .a-mark { color: var(--text-light); font-size: 20px; font-weight: 900; flex-shrink: 0; }
.recruit-types { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.recruit-type {
    background: var(--white); border: 3px solid var(--black); border-radius: var(--radius);
    padding: 24px; text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.recruit-type:hover { transform: translate(-3px,-3px); box-shadow: 6px 6px 0 var(--black); }
.rt-icon { font-size: 40px; margin-bottom: 10px; }
.rt-title { font-size: 16px; font-weight: 900; margin-bottom: 6px; }
.rt-desc { font-size: 13px; color: var(--text-light); line-height: 1.5; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .nav-links { display: none; }
    .nav-hamburger { display: flex; }
    .about-grid { grid-template-columns: 1fr; gap: 40px; }
    .program-cards { grid-template-columns: 1fr; }
    .type-cards { grid-template-columns: 1fr; }
    .instructor-grid { grid-template-columns: 1fr; gap: 40px; text-align: center; }
    .instructor-photo-wrap { margin: 0 auto; }
    .i-tags { justify-content: center; }
    .req-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .agent-features { grid-template-columns: 1fr; }
    .recruit-types { grid-template-columns: 1fr; }
    .schedule-card { grid-template-columns: 1fr; }
    .s-date-col { flex-direction: row; gap: 16px; padding: 20px 24px; justify-content: flex-start; }
    .s-day { font-size: 36px; }
    .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .section { padding: 60px 0; }
    .hero-content { padding: 60px 20px; }
    .hero-actions { flex-direction: column; align-items: center; }
    .btn { width: 100%; max-width: 300px; justify-content: center; }
    .btn-lg { padding: 18px 36px; font-size: 17px; }
    .stats-inner { flex-direction: column; }
    .stat-item { border-right: none; border-bottom: 3px solid rgba(0,0,0,0.1); width: 100%; }
    .stat-item:last-child { border-bottom: none; }
    .cta-actions { flex-direction: column; align-items: center; }
    .cta-price-box { flex-wrap: wrap; justify-content: center; padding: 20px 24px; }
    .program-card-hd, .program-card-bd { padding: 24px; }
    .national-banner .inner { padding: 20px 24px; }
    .national-banner .inner h3 { font-size: 20px; }
    .about-float { position: static; margin-top: 16px; display: inline-block; }
    .about-visual { padding-bottom: 0; }
}
