:root {
    --logo-blue: #00569C;
    --bg-gradient-start: #0A2B5B;
    --bg-gradient-end: #1A4B8F;
    --accent-ice: #E1F0FF;
    --btn-accent: #0078D4; 
    --white: #FFFFFF;
    --text-muted: rgba(255, 255, 255, 0.75);
    --radius-pill: 100px;
    --radius-gfx: 24px;
    --transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    --accent-orange: #F5A623;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; background-color: #F5F7FB; overflow-x: hidden; }

header { position: fixed; top: 20px; width: 100%; max-width: 1240px; left: 50%; transform: translateX(-50%); z-index: 1000; padding: 0 20px; transition: var(--transition); }
header.nav-hidden { transform: translate(-50%, -120%); opacity: 0; }
.header-inner { background: #ffffff; padding: 0 25px; border-radius: var(--radius-pill); display: flex; justify-content: space-between; align-items: center; box-shadow: 0 10px 30px rgba(0,0,0,0.06); height: 70px; border: 1px solid rgba(0,0,0,0.05); position: relative; z-index: 1001; }
.logo img { height: 38px; width: auto; display: block; }
.nav-desktop { display: flex; list-style: none; gap: 5px; align-items: center; }
.nav-link { text-decoration: none; color: #5D6778; padding: 8px 14px; border-radius: var(--radius-pill); font-size: 14px; font-weight: 600; transition: 0.3s; cursor: pointer; }
.nav-link:hover { color: var(--logo-blue); background: #f0f4f9; }
.header-right { display: flex; align-items: center; gap: 15px; }
.phone-link { color: var(--logo-blue); font-weight: 800; font-size: 15px; text-decoration: none; display: flex; align-items: center; gap: 6px; cursor: pointer; white-space: nowrap; }
.burger { display: none; font-size: 24px; color: var(--logo-blue); cursor: pointer; padding: 5px; }

@media (max-width: 550px) {
    header { top: 15px; width: 100%; padding: 0 15px; }
    .header-inner { flex-direction: column; height: auto; padding: 15px 20px; border-radius: 40px; }
    .logo { width: 100%; display: flex; justify-content: center; border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 10px; }
    .logo img { height: 32px; }
    .nav-desktop { display: none; }
    .header-right { width: 100%; display: flex; justify-content: space-between; align-items: center; }
    .burger { display: block; }
    .phone-link { font-size: 17px; }
}

.mobile-nav { position: absolute; top: 100%; left: 0; right: 0; margin-top: 15px; background: #ffffff; border-radius: 30px; padding: 25px; box-shadow: 0 20px 50px rgba(0,0,0,0.15); display: none; flex-direction: column; gap: 10px; border: 1px solid #eee; }
.mobile-nav.active { display: flex; animation: slideIn 0.3s ease; }
.mobile-nav a { text-decoration: none; color: #333; font-weight: 600; padding: 12px 15px; border-radius: 15px; }

@media (max-width: 1180px) { .nav-desktop { display: none; } .burger { display: block; } .floating-gfx { display: none !important; } }

.hero { background: linear-gradient(135deg, var(--bg-gradient-start) 0%, var(--bg-gradient-end) 100%); padding: 180px 20px 100px; position: relative; color: var(--white); min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.container-hero { max-width: 1300px; width: 100%; margin: 0 auto; position: relative; display: flex; align-items: center; justify-content: center; min-height: 600px; }
.hero-content-wrap { max-width: 1000px; text-align: center; position: relative; z-index: 50; }
.hero h3 { font-size: 18px; font-weight: 500; margin-bottom: 15px; color: var(--white); letter-spacing: 0.5px; opacity: 0.9; }
.hero h1 { font-family: 'Montserrat', sans-serif; font-weight: 900; line-height: 1.1; margin-bottom: 35px; text-transform: uppercase; }
.main-title { font-size: clamp(32px, 5.5vw, 74px); display: block; margin-bottom: 10px; } 
.sub-title { font-size: clamp(20px, 3.5vw, 42px); color: var(--white); display: block; font-weight: 800; opacity: 0.95; }
.underline { text-decoration: underline; text-underline-offset: 8px; text-decoration-thickness: 3px; }
.split-text { font-size: 18px; line-height: 1.6; margin: 0 auto 40px; color: var(--text-muted); max-width: 850px; }
.btn-accent { background: var(--btn-accent); color: #ffffff; padding: 22px 65px; border-radius: var(--radius-pill); font-weight: 800; border: none; cursor: pointer; font-size: 18px; transition: 0.3s; text-transform: uppercase; margin-bottom: 60px; }

.bento-hero { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; max-width: 1100px; margin: 0 auto; }
.bento-item { background: var(--white); padding: 18px 30px; border-radius: var(--radius-pill); color: var(--logo-blue); text-decoration: none; font-weight: 700; font-size: 15px; display: flex; align-items: center; gap: 12px; transition: 0.3s; box-shadow: 0 10px 25px rgba(0,0,0,0.15); }
.bento-item i { color: var(--btn-accent); font-size: 18px; }

.floating-gfx { position: absolute; background-size: cover; background-position: center; border-radius: var(--radius-gfx); border: 2px solid rgba(255,255,255,0.3); box-shadow: 0 20px 50px rgba(0,0,0,0.3); z-index: 10; animation: float-main 6s ease-in-out infinite; }
.status-badge { position: absolute; bottom: -10px; right: -10px; width: 38px; height: 38px; background: var(--logo-blue); border-radius: 50%; color: white; display: flex; align-items: center; justify-content: center; font-size: 16px; border: 3px solid var(--white); }
.gfx-l1 { width: 130px; height: 130px; left: calc(0% + 20px); top: 0; background-image: url('https://godistant.ru/img/g1.gif'); }
.gfx-l2 { width: 100px; height: 100px; left: calc(5% + 20px); top: 45%; animation-delay: 1s; background-image: url('https://godistant.ru/img/g2.gif'); }
.gfx-l3 { width: 120px; height: 120px; left: calc(-2% + 20px); bottom: 5%; animation-delay: 2s; background-image: url('https://godistant.ru/img/g3.gif'); }
.gfx-r1 { width: 145px; height: 145px; right: calc(0% + 20px); top: 5%; animation-delay: 1.5s; background-image: url('https://godistant.ru/img/g4.gif'); }
.gfx-r2 { width: 105px; height: 105px; right: calc(7% + 20px); top: 50%; animation-delay: 0.5s; background-image: url('https://godistant.ru/img/g5.gif'); }
.gfx-r3 { width: 130px; height: 130px; right: calc(-2% + 20px); bottom: 10%; animation-delay: 2.5s; background-image: url('https://godistant.ru/img/g6.gif'); }

.accordion-section { background: #F5F7FB; padding: 40px 20px; }
.accordion-container { max-width: 1100px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px; }
.accordion-item { background: #fff; border-radius: 32px; overflow: hidden; border: 1px solid #eee; }
.accordion-header { padding: 30px 40px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-family: 'Montserrat'; font-weight: 800; font-size: 20px; color: var(--logo-blue); text-transform: uppercase; }
.accordion-header i { transition: 0.4s; color: var(--btn-accent); }
.accordion-item.active .accordion-header i { transform: rotate(180deg); }
.accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.5s ease-in-out; background: #fff; padding: 0 40px; }
.accordion-item.active .accordion-content { max-height: 4000px; padding-bottom: 50px; }

.reps-grid, .offers-grid { display: grid; gap: 20px; margin-top: 10px; }
.reps-grid { grid-template-columns: repeat(3, 1fr); }
.offers-grid { grid-template-columns: repeat(2, 1fr); }

.card-inner { background: #F9FAFB; padding: 30px; border-radius: 24px; border: 1px solid #eef2f7; display: flex; flex-direction: column; width: 100%; min-width: 0; }
.rep-card-inner { border-top: 5px solid var(--accent-orange); align-items: center; text-align: center; }
.offer-card-inner { border-left: 5px solid var(--btn-accent); flex-direction: row; align-items: center; gap: 15px; }
.rep-logo { height: 60px; max-width: 100%; width: auto; object-fit: contain; margin-bottom: 20px; }

.why-grid-v2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 10px; }
.why-card-v2 { padding: 30px; border-radius: 25px; border: 1px solid #eef2f7; background: #fff; min-width: 0; }
.why-card-v2 h4 { font-family: 'Montserrat'; font-weight: 800; font-size: 16px; color: #1a1a1a; margin-bottom: 8px; }
.why-card-v2 p { font-size: 14px; color: #444; line-height: 1.5; overflow-wrap: break-word; }
.why-blue { background: #EEF4FF; border: none; }
.why-wide { grid-column: span 2; }

.inner-title-text { font-family: 'Montserrat'; font-weight: 800; color: var(--logo-blue); margin-bottom: 10px; text-transform: uppercase; font-size: 18px; overflow-wrap: break-word; }
.inner-desc-text { font-size: 14px; color: #444; line-height: 1.6; overflow-wrap: break-word; }

.howto-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 40px; }
.howto-card { background: #F9FAFB; border-radius: 24px; padding: 25px 20px; text-align: center; transition: 0.3s; border: 1px solid #eef2f7; }
.howto-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.05); }
.howto-icon { width: 60px; height: 60px; background: var(--accent-ice); border-radius: 20px; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.howto-icon i { font-size: 28px; color: var(--logo-blue); }
.howto-card h4 { font-family: 'Montserrat'; font-weight: 800; font-size: 18px; color: var(--logo-blue); margin-bottom: 10px; }
.howto-card p { font-size: 13px; color: #555; line-height: 1.5; }

.stages-timeline { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 15px; margin: 40px 0 30px; }
.stage-item { flex: 1; min-width: 140px; text-align: center; background: #F9FAFB; border-radius: 20px; padding: 20px 12px; border: 1px solid #eef2f7; }
.stage-num { width: 40px; height: 40px; background: var(--logo-blue); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 18px; margin: 0 auto 12px; }
.stage-item h5 { font-weight: 800; color: #333; margin-bottom: 6px; font-size: 14px; }
.stage-item p { font-size: 12px; color: #777; }

.session-block { background: linear-gradient(135deg, #0A2B5B 0%, #1A4B8F 100%); border-radius: 28px; padding: 35px 30px; color: white; margin-top: 15px; }
.session-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.session-card { text-align: center; padding: 20px; background: rgba(255,255,255,0.08); border-radius: 24px; }
.session-card i { font-size: 38px; color: var(--accent-orange); margin-bottom: 15px; }
.session-card h5 { font-family: 'Montserrat'; font-weight: 800; font-size: 18px; margin-bottom: 10px; }
.session-card p { font-size: 13px; color: rgba(255,255,255,0.8); line-height: 1.5; }

@media (max-width: 1000px) {
    .howto-grid { grid-template-columns: repeat(2, 1fr); }
    .session-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
    .howto-grid { grid-template-columns: 1fr; }
    .stages-timeline { flex-direction: column; }
    .session-grid { grid-template-columns: 1fr; }
}

.howtoapply-block {
    background: linear-gradient(135deg, #F8FAFE 0%, #FFFFFF 100%);
    padding: 80px 20px;
    width: 100%;
    position: relative;
    border-radius: 48px;
    margin: 20px 0;
}
.howtoapply-container { max-width: 1300px; margin: 0 auto; }
.howtoapply-header { text-align: center; margin-bottom: 50px; }
.howtoapply-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: clamp(28px, 5vw, 42px);
    color: var(--logo-blue);
    text-transform: uppercase;
}
.howtoapply-header h2 span { color: var(--accent-orange); }
.howtoapply-header p { color: #666; font-size: 18px; margin-top: 15px; max-width: 700px; margin-left: auto; margin-right: auto; }

.steps-timeline {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 60px;
    position: relative;
}
.steps-timeline::before {
    content: '';
    position: absolute;
    top: 45px;
    left: 60px;
    right: 60px;
    height: 2px;
    background: linear-gradient(90deg, var(--logo-blue), var(--accent-orange), var(--logo-blue));
    z-index: 0;
}
.step-item {
    flex: 1;
    min-width: 180px;
    text-align: center;
    position: relative;
    z-index: 2;
    background: white;
    border-radius: 28px;
    padding: 30px 20px;
    transition: 0.3s;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.05);
}
.step-item:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,86,156,0.1); }
.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--logo-blue), var(--btn-accent));
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 26px;
    margin: 0 auto 20px;
    box-shadow: 0 8px 20px rgba(0,86,156,0.3);
}
.step-item h4 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 20px; color: var(--logo-blue); margin-bottom: 10px; }
.step-item p { font-size: 14px; color: #555; line-height: 1.5; }
.step-icon { font-size: 32px; color: var(--accent-orange); margin-bottom: 15px; }

.apply-info-block {
    background: linear-gradient(135deg, #0A2B5B 0%, #1A4B8F 100%);
    border-radius: 40px;
    padding: 45px 40px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.apply-info-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://godistant.ru/img/logo_lg_mini.png');
    background-repeat: repeat;
    background-size: 60px auto;
    opacity: 0.05;
    pointer-events: none;
}
.apply-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
}
.apply-info-card {
    text-align: center;
    padding: 25px 20px;
    background: rgba(255,255,255,0.1);
    border-radius: 28px;
    backdrop-filter: blur(4px);
    transition: 0.3s;
}
.apply-info-card:hover { background: rgba(255,255,255,0.15); transform: translateY(-5px); }
.apply-info-card i { font-size: 38px; color: var(--accent-orange); margin-bottom: 15px; }
.apply-info-card h5 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 18px; margin-bottom: 10px; color: white; }
.apply-info-card p { font-size: 13px; color: rgba(255,255,255,0.85); line-height: 1.5; }
.apply-info-star { text-align: center; font-size: 12px; color: rgba(255,255,255,0.6); position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,0.15); padding-top: 20px; margin-top: 5px; }
.apply-info-star i { margin-right: 6px; color: var(--accent-orange); }

.apply-btn-wrap { text-align: center; margin-top: 45px; }
.apply-btn {
    background: var(--btn-accent);
    color: white;
    padding: 18px 50px;
    border-radius: 100px;
    font-weight: 800;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
}
.apply-btn:hover { background: var(--accent-orange); color: var(--logo-blue); transform: translateY(-3px); }
.apply-note { margin-top: 15px; font-size: 13px; color: #888; }

@media (max-width: 1200px) { .apply-info-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 1100px) { .steps-timeline::before { display: none; } }
@media (max-width: 900px) { .step-item { min-width: 200px; } }
@media (max-width: 700px) {
    .steps-timeline { flex-direction: column; }
    .step-item { width: 100%; }
    .apply-info-grid { grid-template-columns: 1fr; }
    .apply-info-block { padding: 35px 25px; }
}

.professions-block { background: linear-gradient(135deg, #0A2B5B 0%, #1A4B8F 100%); padding: 80px 20px; position: relative; overflow: hidden; width: 100%; }
.professions-block::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: url('https://godistant.ru/img/logo_lg_mini.png'); background-repeat: repeat; background-size: 80px auto; opacity: 0.06; pointer-events: none; }
.professions-block .container { max-width: 1300px; margin: 0 auto; position: relative; z-index: 2; }
.professions-block .header { text-align: center; margin-bottom: 40px; }
.professions-block .header h2 { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: clamp(24px, 5vw, 42px); color: #FFFFFF; text-transform: uppercase; }
.professions-block .header h2 span { background: linear-gradient(135deg, #F5A623, #FFD166); -webkit-background-clip: text; background-clip: text; color: transparent; }

.prof-group-title { font-family: 'Montserrat'; font-weight: 900; color: #fff; text-transform: uppercase; margin: 40px 0 25px; font-size: 22px; display: flex; align-items: center; gap: 15px; }
.prof-group-title span { height: 2px; flex-grow: 1; background: rgba(255,255,255,0.1); }
.scroll-wrapper { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; width: 100%; }

.prof-card { 
    background: white; 
    border-radius: 28px; 
    padding: 25px; 
    display: flex; 
    flex-direction: column; 
    height: 100%; 
    position: relative; 
    transition: 0.3s; 
    cursor: pointer; 
    text-decoration: none;
    color: inherit;
}
.prof-card:hover { transform: translateY(-5px); box-shadow: 0 20px 35px rgba(0,0,0,0.2); }
.prof-icon { width: 55px; height: 55px; background: var(--accent-ice); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; font-size: 24px; color: var(--logo-blue); }
.prof-card h3 { font-family: 'Montserrat'; font-weight: 800; font-size: 17px; color: #00569C; margin-bottom: 5px; padding-right: 50px; }
.prof-spec { font-size: 12px; color: #F5A623; font-weight: 700; margin-bottom: 12px; }
.prof-desc { font-size: 13px; color: #555; line-height: 1.5; margin-bottom: 20px; flex: 1; }
.prof-badge { background: #F0F4F9; padding: 6px 12px; border-radius: 12px; font-size: 10px; font-weight: 800; color: #F5A623; position: absolute; top: 25px; right: 25px; text-transform: uppercase; }
.prof-footer { border-top: 1px solid #eee; padding-top: 15px; margin-top: auto; display: flex; justify-content: space-between; align-items: center; }
.prof-price { font-weight: 800; font-size: 18px; color: #F5A623; }

@media (max-width: 1200px) { .scroll-wrapper { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 900px) { .scroll-wrapper { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) {
    .scroll-wrapper { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 15px; padding-bottom: 10px; scrollbar-width: none; }
    .scroll-wrapper::-webkit-scrollbar { display: none; }
    .prof-card { flex: 0 0 280px; scroll-snap-align: start; }
}

@media (max-width: 600px) {
    .accordion-section { padding: 30px 15px; }
    .accordion-header { padding: 20px 25px; font-size: 16px; }
    .accordion-content { padding: 0 20px; }
    .card-inner, .why-card-v2 { padding: 20px; border-radius: 20px; }
    .stat-card-final { padding: 25px 15px; }
    .section-stats-full { padding: 50px 15px; }
}

@media (max-width: 950px) { 
    .reps-grid, .offers-grid, .why-grid-v2 { grid-template-columns: 1fr; } 
    .why-wide { grid-column: span 1; } 
}

.section-stats-full { background: #ffffff; padding: 80px 20px; width: 100%; }
.stats-container { max-width: 1200px; margin: 0 auto; }
.stats-grid-final { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.stat-card-final { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 35px 25px; border-bottom: 5px solid var(--accent-orange); background: #F9FAFB; border-radius: 24px; min-width: 0; }
.stat-card-final i { font-size: 34px; color: var(--accent-orange); margin-bottom: 15px; }
.stat-card-final .val { font-family: 'Montserrat'; font-weight: 900; font-size: 38px; color: #333; margin-bottom: 5px; }
.stat-card-final .lbl { font-size: 13px; font-weight: 600; color: #666; line-height: 1.4; overflow-wrap: break-word; }
.stars-row { color: #FFD700; font-size: 16px; margin-bottom: 10px; }

@media (max-width: 1000px) { .stats-grid-final { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .stats-grid-final { grid-template-columns: 1fr; } }

.reviews-section { background: #FFFFFF; padding: 80px 20px; width: 100%; border-top: 1px solid #eee; }
.reviews-container { max-width: 1240px; margin: 0 auto; }
.reviews-header { text-align: center; margin-bottom: 50px; }
.reviews-header h2 { font-family: 'Montserrat'; font-weight: 900; font-size: clamp(22px, 4vw, 36px); color: var(--logo-blue); text-transform: uppercase; }
.reviews-header h2 span { color: var(--accent-orange); }
.reviews-scroll { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.review-card { background: #F9FAFB; padding: 40px 35px; border-radius: 45px; border: 1px solid rgba(0,0,0,0.05); display: flex; flex-direction: column; transition: 0.4s; position: relative; box-shadow: 0 15px 35px rgba(0,0,0,0.03); }
.review-card:hover { transform: translateY(-10px); box-shadow: 0 25px 50px rgba(0,86,156,0.1); }
.rev-stars { color: #FFD700; font-size: 13px; margin-bottom: 15px; display: flex; gap: 4px; }
.rev-user { display: flex; align-items: center; gap: 15px; margin-bottom: 25px; }
.rev-avatar { width: 55px; height: 55px; border-radius: 50%; background: linear-gradient(135deg, var(--logo-blue), var(--btn-accent)); display: flex; align-items: center; justify-content: center; font-size: 22px; color: #fff; font-weight: 900; }
.rev-info { display: flex; flex-direction: column; }
.rev-name { font-weight: 800; color: #1a1a1a; font-size: 17px; }
.rev-city { font-size: 11px; color: var(--accent-orange); font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.rev-text { font-size: 15px; color: #4A5568; line-height: 1.7; position: relative; z-index: 2; font-style: italic; }

@media (max-width: 1100px) { .reviews-scroll { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) {
    .reviews-scroll { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 20px; padding: 10px 5px 30px; scrollbar-width: none; }
    .review-card { flex: 0 0 310px; scroll-snap-align: start; padding: 35px 30px; }
}

.faq-block {
    background: linear-gradient(135deg, #F8FAFE 0%, #FFFFFF 100%);
    padding: 80px 20px;
    width: 100%;
    position: relative;
    border-radius: 48px;
    margin: 20px 0;
}
.faq-container { max-width: 1100px; margin: 0 auto; }
.faq-header { text-align: center; margin-bottom: 50px; }
.faq-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: clamp(28px, 5vw, 42px);
    color: var(--logo-blue, #00569C);
    text-transform: uppercase;
}
.faq-header h2 span { color: var(--accent-orange, #F5A623); }
.faq-header p { color: #666; font-size: 18px; margin-top: 15px; max-width: 700px; margin-left: auto; margin-right: auto; }

.faq-accordion { display: flex; flex-direction: column; gap: 15px; }
.faq-item {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #eef2f7;
    transition: 0.3s;
}
.faq-item:hover { box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.faq-question {
    padding: 22px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: var(--logo-blue);
    background: white;
    transition: 0.3s;
}
.faq-question i { transition: 0.4s; color: var(--accent-orange); font-size: 20px; }
.faq-item.active .faq-question i { transform: rotate(180deg); }
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    background: #F9FAFB;
    padding: 0 30px;
}
.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 30px 25px 30px;
}
.faq-answer p { font-size: 15px; color: #444; line-height: 1.6; margin-bottom: 12px; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer ul { margin: 10px 0 10px 20px; }
.faq-answer li { font-size: 14px; color: #555; margin-bottom: 8px; }

@media (max-width: 768px) {
    .faq-block { padding: 50px 15px; }
    .faq-question { padding: 18px 20px; font-size: 16px; }
    .faq-item.active .faq-answer { padding: 0 20px 20px 20px; }
    .faq-answer p { font-size: 14px; }
}

.form-section { background: #fff; padding: 80px 20px; width: 100%; border-top: 1px solid #eee; }
.form-container { 
    max-width: 900px; margin: 0 auto; 
    background: linear-gradient(135deg, #0A2B5B 0%, #1A4B8F 100%); 
    border-radius: 48px; padding: 60px 40px; text-align: center; color: white;
    box-shadow: 0 30px 60px rgba(10, 43, 91, 0.3); position: relative; overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
}
.form-container h2 { font-family: 'Montserrat'; font-weight: 900; font-size: clamp(24px, 4vw, 32px); color: #fff; text-transform: uppercase; margin-bottom: 15px; }
.form-container h2 span { color: var(--accent-orange); }
.form-container > p { color: rgba(255,255,255,0.8); margin-bottom: 35px; font-size: 16px; }

.form-group { margin-bottom: 20px; text-align: left; }
.form-group input, .form-group select { 
    width: 100%; padding: 18px 22px; font-size: 16px; font-family: 'Inter'; border-radius: 30px; transition: 0.3s;
    background: rgba(255,255,255,0.1) !important; 
    border: 1px solid rgba(255,255,255,0.2) !important; 
    color: #fff !important; 
}
.form-group input::placeholder { color: rgba(255,255,255,0.6); }
.form-group select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 20px center; cursor: pointer; }
.form-group select option { color: #333; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

.form-submit { 
    background: #fff; color: var(--logo-blue); width: 100%; border: none; cursor: pointer; transition: 0.3s;
    height: 70px; font-size: 18px; font-weight: 800; border-radius: 100px; text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2); margin-top: 10px;
}
.form-submit:hover { background: var(--accent-orange); color: var(--logo-blue); transform: scale(1.02); }
.form-privacy { font-size: 12px; color: rgba(255,255,255,0.4); margin-top: 20px; }

@media (max-width: 600px) {
    .form-container { padding: 40px 20px; border-radius: 30px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
}

.footer { background: linear-gradient(135deg, var(--bg-gradient-start) 0%, var(--bg-gradient-end) 100%); padding: 80px 20px 40px; border-radius: 60px 60px 0 0; margin-top: -40px; position: relative; z-index: 10; color: #fff; }
.footer-container { max-width: 1300px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; margin-bottom: 50px; }
.footer-col h4 { font-family: 'Montserrat'; font-weight: 800; font-size: 16px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 30px; color: #fff; }
.footer-logo img { height: 50px; margin-bottom: 25px; filter: brightness(0) invert(1); }
.footer-col p { font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.8; margin-bottom: 10px; }
.footer-col a { color: rgba(255,255,255,0.6); text-decoration: none; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; font-size: 14px; transition: 0.3s; }
.footer-col a:hover { color: var(--accent-orange); padding-left: 5px; }

.footer-social { display: flex; gap: 15px; margin-top: 20px; }
.footer-social a { width: 40px; height: 40px; background: rgba(255,255,255,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; margin-bottom: 0; transition: 0.3s; text-decoration: none; }
.footer-social a:hover { background: var(--accent-orange); color: var(--logo-blue); }

.contact-pill { background: #ffffff; padding: 20px; border-radius: 24px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.contact-pill p { color: #666 !important; margin-bottom: 5px; font-weight: 700; }
.contact-pill a { color: var(--logo-blue) !important; font-size: 18px; font-weight: 800; margin-bottom: 0; padding-left: 0; gap: 0; text-decoration: none; }
.contact-pill i { color: var(--accent-orange); font-size: 20px; margin-right: 5px; }
.footer-bottom { text-align: center; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 13px; color: rgba(255,255,255,0.4); }

@media (max-width: 900px) {
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer { border-radius: 40px 40px 0 0; padding-top: 60px; }
}
@media (max-width: 600px) {
    .footer-grid { grid-template-columns: 1fr; text-align: center; }
    .footer-col a { justify-content: center; }
    .footer-social { justify-content: center; }
}

.modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(10, 43, 91, 0.85); backdrop-filter: blur(12px); z-index: 9999; display: none; align-items: center; justify-content: center; padding: 20px; }
.modal-overlay.active { display: flex; }
.modal-card { background: white; width: 100%; max-width: 420px; border-radius: 35px; padding: 45px 30px; text-align: center; position: relative; box-shadow: 0 20px 60px rgba(0,0,0,0.3); }
.close-modal { position: absolute; top: 22px; right: 22px; font-size: 28px; color: #ccc; cursor: pointer; }

/* ========== ТАЙМЕРЫ И СЧЁТЧИКИ ========== */
.timer-section {
    padding: 60px 20px;
    background: linear-gradient(135deg, #F8FAFE 0%, #FFFFFF 100%);
}
.timer-container {
    max-width: 1100px;
    margin: 0 auto;
}

.timer-block {
    border-radius: 48px;
    padding: 50px 40px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
}
.timer-block.spring-theme {
    background: linear-gradient(135deg, #FFFFFF 0%, #F0F7FF 100%);
    border: 2px solid rgba(0,120,212,0.2);
}
.timer-block.summer-theme {
    background: linear-gradient(135deg, #FFFFFF 0%, #FFF8E7 100%);
    border: 2px solid rgba(245,166,35,0.3);
}

.timer-countdown {
    background: rgba(0,86,156,0.05);
    border-radius: 40px;
    padding: 25px;
    margin-bottom: 30px;
}
.timer-label-small {
    font-size: 14px;
    color: #888;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.timer-display {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.timer-unit {
    text-align: center;
    min-width: 100px;
}
.timer-number {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 58px;
    background: white;
    color: var(--logo-blue);
    padding: 15px 25px;
    border-radius: 24px;
    display: inline-block;
    min-width: 110px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,86,156,0.1);
}
.timer-label {
    display: block;
    font-size: 13px;
    color: #888;
    margin-top: 10px;
    font-weight: 600;
}
.timer-separator {
    font-size: 52px;
    font-weight: 800;
    color: var(--accent-orange);
}

/* КОМПАКТНЫЙ БЛОК-ЗАВЛЕКАЛКА */
.timer-collapsed {
    background: white;
    border-radius: 32px;
    padding: 20px 30px;
    margin: 20px 0 10px;
    border: 1px solid rgba(0,86,156,0.1);
    transition: all 0.3s ease;
}
.timer-collapsed:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,86,156,0.08);
}
.collapsed-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.collapsed-icon {
    width: 50px;
    height: 50px;
    background: #E1F0FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.collapsed-icon i {
    font-size: 24px;
    color: var(--accent-orange);
}
.collapsed-text {
    flex: 1;
}
.collapsed-text h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: var(--logo-blue);
    margin-bottom: 4px;
}
.collapsed-text p {
    font-size: 13px;
    color: #666;
    margin: 0;
}
.collapsed-btn {
    background: linear-gradient(135deg, var(--accent-orange), #FFD166);
    border: none;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    color: var(--logo-blue);
    cursor: pointer;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    flex-shrink: 0;
}
.collapsed-btn:hover {
    transform: scale(1.02);
    box-shadow: 0 5px 15px rgba(245,166,35,0.3);
}

.timer-offer-card {
    background: linear-gradient(135deg, #0A2B5B 0%, #1A4B8F 100%);
    border-radius: 32px;
    padding: 30px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}
.timer-offer-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 200px;
    height: 200px;
    background: rgba(245,166,35,0.1);
    border-radius: 50%;
}
.offer-badge {
    display: inline-block;
    background: var(--accent-orange);
    color: var(--logo-blue);
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 20px;
}
.offer-badge.summer {
    background: #FFD700;
    color: #333;
}
.offer-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.old-price {
    font-size: 18px;
    color: rgba(255,255,255,0.6);
    text-decoration: line-through;
}
.new-price {
    font-size: 32px;
    font-weight: 800;
    color: var(--accent-orange);
}
.offer-discount {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.1);
    padding: 10px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.discount-percent {
    font-size: 24px;
    font-weight: 800;
    color: var(--accent-orange);
}
.discount-text {
    font-size: 14px;
    color: white;
}
.offer-desc {
    font-size: 16px;
    color: rgba(255,255,255,0.9);
    line-height: 1.5;
    max-width: 500px;
    margin: 0 auto;
}
.offer-desc .highlight {
    background: var(--accent-orange);
    color: var(--logo-blue);
    padding: 3px 10px;
    border-radius: 20px;
    font-weight: 700;
    display: inline-block;
}
.offer-warning {
    background: rgba(245,166,35,0.15);
    border-radius: 16px;
    padding: 12px 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 13px;
    color: var(--accent-orange);
    font-weight: 500;
}
.offer-warning i {
    font-size: 16px;
}

.applicants-feed {
    background: white;
    border-radius: 32px;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid rgba(0,86,156,0.1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}
.feed-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
}
.feed-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 16px;
    color: var(--logo-blue);
}
.feed-update {
    font-size: 11px;
    color: #aaa;
    background: #F5F7FB;
    padding: 4px 10px;
    border-radius: 20px;
}
.feed-counter {
    text-align: center;
    margin-bottom: 25px;
}
.counter-number {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 64px;
    color: var(--accent-orange);
    line-height: 1;
    margin-bottom: 10px;
    transition: transform 0.2s ease;
}
.counter-label {
    font-size: 14px;
    color: #666;
}
.feed-progress {
    margin-bottom: 25px;
}
.progress-bar-container {
    background: #E0E8F0;
    border-radius: 20px;
    height: 12px;
    overflow: hidden;
    margin-bottom: 8px;
}
.progress-fill {
    background: linear-gradient(90deg, var(--logo-blue), var(--accent-orange));
    border-radius: 20px;
    height: 100%;
    width: 0%;
    transition: width 0.5s ease;
}
.progress-fill.summer-progress {
    background: linear-gradient(90deg, #9B59B6, var(--accent-orange));
}
.progress-stats {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #888;
}
.progress-label {
    font-weight: 500;
}
.progress-percent {
    font-weight: 700;
    color: var(--accent-orange);
}
.feed-message {
    background: #F0F9FF;
    border-radius: 20px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}
.feed-message .message-icon i {
    font-size: 24px;
    color: var(--accent-orange);
}
.message-text {
    font-size: 14px;
    color: #555;
}
.message-highlight {
    font-weight: 800;
    color: var(--logo-blue);
}
.feed-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12px;
    color: #999;
    padding-top: 12px;
    border-top: 1px solid #eee;
}
.feed-note i {
    color: var(--accent-orange);
}
.applicants-feed.summer-feed .feed-message {
    background: #FFF8E7;
}
.applicants-feed.summer-feed .message-icon i {
    color: #9B59B6;
}
.applicants-feed.summer-feed .counter-number {
    color: #9B59B6;
}
.applicants-feed.summer-feed .progress-percent {
    color: #9B59B6;
}

.timer-hidden-content {
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.timer-hidden-content.show {
    display: block !important;
    animation: slideDown 0.5s ease-out;
}
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.timer-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.timer-buttons .btn-accent {
    width: 100%;
    max-width: 380px;
    padding: 18px 25px;
    font-size: 16px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.timer-buttons .btn-outline {
    width: 100%;
    max-width: 380px;
    background: white;
    border: 2px solid var(--logo-blue);
    color: var(--logo-blue);
    padding: 16px 25px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.timer-buttons .btn-outline:hover {
    background: var(--logo-blue);
    color: white;
}
.pulse-btn {
    animation: pulse 2s infinite;
}
.pulse-btn:hover {
    animation: none;
    transform: translateY(-2px);
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 120, 212, 0.4);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 120, 212, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 120, 212, 0);
    }
}

/* ========== АДАПТИВ ТАЙМЕРА ДЛЯ МОБИЛЬНЫХ (привязка к timer-countdown) ========== */
@media (max-width: 768px) {
    .timer-block {
        padding: 25px 15px;
    }
    .timer-countdown {
        padding: 15px 10px;
        width: 100%;
    }
    .timer-display {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        width: 100%;
        flex-wrap: nowrap;
    }
    .timer-unit {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1;
        min-width: 0;
    }
    .timer-number {
        font-size: clamp(14px, 7vw, 28px);
        aspect-ratio: 1 / 1;
        width: 100%;
        max-width: 70px;
        min-width: 40px;
        padding: 0;
        white-space: nowrap;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        box-sizing: border-box;
        background: white;
        border-radius: 16px;
        color: var(--logo-blue);
        font-weight: 900;
        font-family: 'Montserrat', sans-serif;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        border: 1px solid rgba(0,86,156,0.1);
    }
    .timer-label {
        font-size: clamp(8px, 3vw, 11px);
        margin-top: 6px;
        white-space: nowrap;
        text-align: center;
        color: #888;
        font-weight: 600;
    }
    .timer-separator {
        font-size: clamp(16px, 5vw, 24px);
        flex-shrink: 0;
        padding: 0 2px;
        font-weight: 800;
        color: var(--accent-orange);
    }
    .timer-label-small {
        font-size: 12px;
        margin-bottom: 12px;
        text-align: center;
        white-space: normal;
        color: #888;
    }
}

/* Для очень маленьких экранов */
@media (max-width: 480px) {
    .timer-display {
        gap: 4px;
    }
    .timer-number {
        font-size: clamp(12px, 6vw, 22px);
        max-width: 55px;
        min-width: 35px;
        border-radius: 12px;
    }
    .timer-label {
        font-size: clamp(7px, 2.5vw, 10px);
    }
    .timer-separator {
        font-size: clamp(14px, 4vw, 20px);
    }
}

@media (max-width: 380px) {
    .timer-number {
        font-size: clamp(10px, 5vw, 18px);
        max-width: 48px;
        min-width: 30px;
        border-radius: 10px;
    }
    .timer-label {
        font-size: 7px;
    }
    .timer-separator {
        font-size: 14px;
    }
}

/* ========== МОДАЛЬНОЕ ОКНО ДЛЯ АКЦИИ ========== */
.promo-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(8px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.promo-modal-overlay.show {
    opacity: 1;
}
.promo-modal-container {
    background: white;
    border-radius: 32px;
    max-width: 500px;
    width: 90%;
    max-height: 85vh;
    position: relative;
    box-shadow: 0 30px 60px rgba(0,0,0,0.3);
    animation: promoSlideIn 0.4s ease-out;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.promo-modal-content {
    padding: 30px 25px;
    overflow-y: auto;
    flex: 1;
}
.promo-modal-content::-webkit-scrollbar {
    width: 4px;
}
.promo-modal-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.promo-modal-content::-webkit-scrollbar-thumb {
    background: var(--logo-blue);
    border-radius: 4px;
}
.promo-modal-content::-webkit-scrollbar-thumb:hover {
    background: var(--accent-orange);
}
.promo-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 28px;
    color: #aaa;
    cursor: pointer;
    transition: 0.3s;
    z-index: 10;
}
.promo-modal-close:hover {
    color: var(--accent-orange);
}
.promo-modal-header {
    background: linear-gradient(135deg, #0A2B5B 0%, #1A4B8F 100%);
    padding: 30px 20px;
    text-align: center;
}
.promo-modal-icon {
    width: 70px;
    height: 70px;
    background: rgba(245,166,35,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}
.promo-modal-icon i {
    font-size: 36px;
    color: var(--accent-orange);
}
.promo-modal-header h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: white;
    margin: 0;
}
.promo-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #F0F4F9;
    padding: 8px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
}
.promo-badge i {
    font-size: 14px;
    color: var(--accent-orange);
}
.promo-badge span {
    font-size: 13px;
    font-weight: 600;
    color: var(--logo-blue);
}
.promo-desc {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 25px;
}
.promo-desc strong {
    color: var(--logo-blue);
}
.promo-desc .highlight {
    background: #E1F0FF;
    color: var(--logo-blue);
    padding: 2px 8px;
    border-radius: 20px;
    font-weight: 600;
    display: inline-block;
}
.promo-condition {
    background: #F9FAFB;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    border-left: 4px solid var(--accent-orange);
}
.condition-icon {
    width: 45px;
    height: 45px;
    background: var(--accent-orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.condition-icon i {
    font-size: 22px;
    color: white;
}
.condition-text h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 16px;
    color: var(--logo-blue);
    margin-bottom: 5px;
}
.condition-text p {
    font-size: 13px;
    color: #666;
    margin: 0;
}
.promo-limited {
    background: #FFF5F5;
    border-radius: 20px;
    padding: 18px 20px;
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    border-left: 4px solid #E74C3C;
}
.limited-icon {
    width: 40px;
    height: 40px;
    background: #E74C3C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.limited-icon i {
    font-size: 20px;
    color: white;
}
.limited-text {
    flex: 1;
}
.limited-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 15px;
    color: #E74C3C;
    display: block;
    margin-bottom: 4px;
}
.limited-text p {
    font-size: 13px;
    color: #666;
    margin: 0;
}
.promo-logo {
    background: #F9FAFB;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    border: 1px solid #eee;
}
.promo-logo-img {
    height: 50px;
    width: auto;
    object-fit: contain;
}
.promo-logo-text {
    font-size: 14px;
    font-weight: 600;
    color: var(--logo-blue);
}
.promo-note {
    background: #FFF8E7;
    border-radius: 16px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #B8860B;
}
.promo-note i {
    font-size: 16px;
    color: var(--accent-orange);
}
.promo-modal-footer {
    padding: 20px 25px 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-top: 1px solid #eee;
    background: #F9FAFB;
}
.promo-btn-primary {
    background: var(--logo-blue);
    color: white;
    padding: 14px 20px;
    border-radius: 50px;
    font-weight: 800;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.promo-btn-primary:hover {
    background: #003d6b;
    transform: translateY(-2px);
}
.promo-btn-secondary {
    background: white;
    border: 2px solid #ddd;
    color: #888;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
}
.promo-btn-secondary:hover {
    border-color: var(--logo-blue);
    color: var(--logo-blue);
}

/* Адаптив модального окна */
@media (max-width: 768px) {
    .promo-modal-container {
        width: 95%;
        max-height: 90vh;
        border-radius: 24px;
    }
    .promo-modal-content {
        padding: 20px;
    }
    .promo-modal-header {
        padding: 25px 20px;
    }
    .promo-modal-header h3 {
        font-size: 20px;
    }
    .promo-modal-icon {
        width: 55px;
        height: 55px;
    }
    .promo-modal-icon i {
        font-size: 28px;
    }
    .promo-desc {
        font-size: 14px;
    }
    .promo-condition {
        padding: 15px;
        gap: 12px;
    }
    .condition-icon {
        width: 38px;
        height: 38px;
    }
    .condition-icon i {
        font-size: 18px;
    }
    .condition-text h4 {
        font-size: 14px;
    }
    .condition-text p {
        font-size: 12px;
    }
    .promo-limited {
        padding: 15px;
        gap: 12px;
    }
    .limited-icon {
        width: 38px;
        height: 38px;
    }
    .limited-icon i {
        font-size: 18px;
    }
    .limited-title {
        font-size: 14px;
    }
    .limited-text p {
        font-size: 12px;
    }
    .promo-logo {
        padding: 15px;
        gap: 12px;
    }
    .promo-logo-img {
        height: 40px;
    }
    .promo-logo-text {
        font-size: 12px;
    }
    .promo-note {
        font-size: 12px;
        padding: 10px 12px;
    }
    .promo-modal-footer {
        padding: 15px 20px 25px;
    }
    .promo-btn-primary {
        padding: 12px 20px;
        font-size: 14px;
    }
    .promo-btn-secondary {
        padding: 10px 20px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .promo-modal-container {
        width: 98%;
        max-height: 95vh;
        border-radius: 20px;
    }
    .promo-modal-content {
        padding: 18px;
    }
    .promo-condition {
        flex-direction: column;
        text-align: center;
    }
    .promo-limited {
        flex-direction: column;
        text-align: center;
    }
    .condition-icon, .limited-icon {
        margin: 0 auto;
    }
    .promo-logo {
        flex-direction: column;
        text-align: center;
    }
}

@keyframes promoSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* ========== БАННЕР С ТЕСТОМ ========== */
.test-banner-section {
    padding: 40px 20px;
    max-width: 1300px;
    margin: 0 auto;
}
.test-banner-container {
    background: linear-gradient(135deg, #0A2B5B 0%, #1A4B8F 100%);
    border-radius: 32px;
    padding: 35px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.test-banner-icon {
    width: 80px;
    height: 80px;
    background: rgba(245,166,35,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.test-banner-icon i {
    font-size: 44px;
    color: var(--accent-orange);
}
.test-banner-content {
    flex: 1;
}
.test-banner-badge {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 12px;
    color: var(--accent-orange);
    margin-bottom: 12px;
}
.test-banner-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: white;
    margin-bottom: 8px;
}
.test-banner-content p {
    font-size: 15px;
    color: rgba(255,255,255,0.85);
    margin: 0;
    line-height: 1.5;
}
.test-banner-btn {
    background: var(--accent-orange);
    color: var(--logo-blue);
    padding: 16px 32px;
    border-radius: 50px;
    font-weight: 800;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: 0.3s;
    white-space: nowrap;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.test-banner-btn:hover {
    transform: translateY(-3px);
    background: #FFD166;
    box-shadow: 0 10px 25px rgba(245,166,35,0.3);
}
.test-banner-btn i:last-child {
    transition: transform 0.3s;
}
.test-banner-btn:hover i:last-child {
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .test-banner-container {
        flex-direction: column;
        text-align: center;
        padding: 30px 25px;
    }
    .test-banner-btn {
        white-space: normal;
        justify-content: center;
    }
    .test-banner-content h3 {
        font-size: 20px;
    }
    .test-banner-content p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .test-banner-icon {
        width: 60px;
        height: 60px;
    }
    .test-banner-icon i {
        font-size: 32px;
    }
    .test-banner-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}

/* ========== ПЛАВАЮЩАЯ КНОПКА ТЕСТА ========== */
.floating-test-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: linear-gradient(135deg, var(--accent-orange), #FFD166);
    color: var(--logo-blue);
    padding: 14px 24px;
    border-radius: 60px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    font-size: 16px;
    box-shadow: 0 10px 25px rgba(245,166,35,0.4);
    z-index: 1000;
    transition: 0.3s;
    animation: pulse-float 2s infinite;
    border: none;
    cursor: pointer;
}
.floating-test-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(245,166,35,0.5);
}
.floating-test-btn i:first-child {
    font-size: 22px;
}
.floating-test-btn small {
    font-size: 12px;
    background: rgba(0,86,156,0.15);
    padding: 4px 8px;
    border-radius: 30px;
}
@keyframes pulse-float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0px); }
}

@media (max-width: 768px) {
    .floating-test-btn { 
        display: none;
    }
}

@keyframes float-main { 0%, 100% { transform: translateY(0px) rotate(0deg); } 50% { transform: translateY(-25px) rotate(2deg); } }
@keyframes slideIn { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
.program-card-link { text-decoration: none; color: inherit; display: block; }

/* Плашки на отзывах */
.review-badges {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}
.review-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.review-badge.mti {
    background: linear-gradient(135deg, #00569C, #0078D4);
    color: white;
}
.review-badge.map {
    background: linear-gradient(135deg, #E67E22, #F5A623);
    color: white;
}
.review-badge.vuz {
    background: #E1F0FF;
    color: #00569C;
}
.review-badge.college {
    background: #F0F4F9;
    color: #E67E22;
}

/* Подзаголовок отзывов */
.reviews-subtitle {
    font-size: 18px;
    color: #666;
    margin-top: 8px;
    font-style: italic;
}