:root {
  --navy: #082a5b;
  --navy-deep: #061d40;
  --blue: #245ff5;
  --blue-dark: #164ed8;
  --blue-soft: #eaf1ff;
  --coral: #f34f5b;
  --gold: #f5b830;
  --ink: #101828;
  --muted: #5f6b7c;
  --line: #dfe5ed;
  --surface: #f7f9fc;
  --white: #fff;
  --shadow: 0 22px 60px rgba(8,42,91,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.muted { color: var(--muted); }
.is-hidden { display: none !important; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }

.announcement { background: var(--navy-deep); color: #fff; font-size: 13px; }
.announcement-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.announcement-message, .announcement-contact { display: flex; align-items: center; gap: 18px; }
.announcement-contact { font-size: 12px; }
.announcement a { color: #ffd263; font-weight: 800; }
.announcement-contact a:last-child { color: #fff; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(10,42,91,.08); background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
.header-inner { height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 238px; height: 58px; display: block; overflow: hidden; flex: 0 0 auto; }
.brand img { width: 100%; height: 100%; display: block; object-fit: cover; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.desktop-nav a { position: relative; padding: 28px 0; color: #23324a; font-size: 14px; font-weight: 750; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 19px; height: 2px; background: var(--coral); transition: right .18s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; padding: 10px 13px; border: 1px solid var(--line); border-radius: 8px; color: var(--navy); font-size: 13px; font-weight: 800; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; top: 50px; right: 0; min-width: 220px; padding: 10px; display: grid; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
.mobile-menu nav a { padding: 12px 14px; border-radius: 8px; color: var(--navy); font-size: 14px; font-weight: 700; }
.mobile-menu nav a:hover { background: var(--blue-soft); }

.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; border: 1px solid var(--blue); border-radius: 12px; background: var(--blue); color: #fff; font-size: 14px; font-weight: 800; box-shadow: 0 12px 30px rgba(36,95,245,.2); transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--blue-dark); box-shadow: 0 16px 36px rgba(36,95,245,.28); }
.button-small { min-height: 44px; padding: 0 18px; }
.button-secondary { border-color: var(--line); background: #fff; color: var(--navy); box-shadow: none; }
.button-secondary:hover { background: var(--surface); color: var(--navy); box-shadow: none; }
.button-light { border-color: #fff; background: #fff; color: var(--navy); box-shadow: none; }
.button-gold { border-color: var(--gold); background: var(--gold); color: var(--navy-deep); box-shadow: 0 14px 34px rgba(245,184,48,.25); }
.button-gold:hover { border-color: #ffca4d; background: #ffca4d; color: var(--navy-deep); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 14px; font-weight: 800; }
.text-link span { color: var(--coral); }

.hero { position: relative; min-height: 690px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(115deg, rgba(234,241,255,.72), rgba(255,255,255,0) 52%), #fff; }
.hero-grid { position: relative; z-index: 2; padding: 74px 0 86px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 68px; }
.hero-orb { position: absolute; border-radius: 999px; pointer-events: none; }
.hero-orb-one { width: 440px; height: 440px; right: -190px; top: -130px; background: rgba(36,95,245,.08); }
.hero-orb-two { width: 180px; height: 180px; left: -95px; bottom: -80px; background: rgba(243,79,91,.08); }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow > span { width: 25px; height: 2px; background: currentColor; }
.eyebrow-light { color: #9fb8ff; }
.hero h1 { margin: 0; max-width: 680px; color: var(--navy-deep); font-size: clamp(48px, 5.3vw, 78px); line-height: 1.02; letter-spacing: -.055em; }
.hero h1 strong { color: var(--blue); font-weight: 850; }
.hero-lead { max-width: 620px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { margin-top: 32px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.hero-proof { margin-top: 48px; padding-top: 24px; display: flex; gap: 34px; border-top: 1px solid var(--line); }
.hero-proof div { display: grid; gap: 3px; }
.hero-proof strong { color: var(--navy); font-size: 18px; }
.hero-proof span { color: var(--muted); font-size: 12px; }
.hero-visual { min-width: 0; }
.hero-image-wrap { position: relative; padding: 18px; border-radius: 34px; background: linear-gradient(145deg, #fff, #e9f0ff); box-shadow: 0 30px 90px rgba(8,42,91,.18); }
.hero-image-wrap::before { content: ""; position: absolute; inset: -12px 36px 28px -12px; z-index: -1; border: 2px solid rgba(36,95,245,.12); border-radius: 34px; }
.hero-image-wrap > img { width: 100%; height: 510px; display: block; object-fit: cover; border-radius: 24px; }
.floating-card { position: absolute; padding: 14px 17px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(8,42,91,.08); border-radius: 14px; background: rgba(255,255,255,.96); box-shadow: 0 14px 34px rgba(8,42,91,.16); }
.floating-card div { display: grid; gap: 2px; }
.floating-card strong { color: var(--navy); font-size: 13px; }
.floating-card small { color: var(--muted); font-size: 11px; }
.card-top { top: 54px; left: -42px; }
.card-bottom { right: -34px; bottom: 52px; }
.mini-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; background: var(--blue-soft); color: var(--blue); font-weight: 900; }
.mini-icon.gold { background: #fff4cf; color: #bd7b00; }

.trust-strip { border-block: 1px solid var(--line); background: var(--surface); }
.trust-grid { min-height: 72px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.trust-grid span { padding: 0 20px; text-align: center; border-right: 1px solid var(--line); color: #40506a; font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.trust-grid span:last-child { border-right: 0; }
.section { padding: 112px 0; }
.section-heading { margin-bottom: 54px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 90px; }
.section-heading h2, .why-copy h2, .cta-card h2 { margin: 0; color: var(--navy-deep); font-size: clamp(36px,4vw,54px); line-height: 1.08; letter-spacing: -.04em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.course-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.course-card { position: relative; min-height: 410px; padding: 28px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 12px 34px rgba(8,42,91,.06); transition: transform .2s ease, box-shadow .2s ease; }
.course-card::after { content: ""; position: absolute; width: 140px; height: 140px; right: -78px; top: -70px; border-radius: 999px; background: var(--card-soft,#eef3ff); }
.course-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.course-card-top { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; }
.course-code { min-width: 58px; height: 58px; padding: 0 9px; display: grid; place-items: center; border-radius: 15px; background: var(--card-color,var(--blue)); color: #fff; font-size: 15px; font-weight: 900; }
.course-arrow { color: var(--card-color,var(--blue)); font-size: 22px; }
.course-eyebrow { margin: 34px 0 10px !important; color: var(--card-color,var(--blue)) !important; font-size: 11px !important; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.course-card h3 { margin: 0; min-height: 58px; color: var(--navy-deep); font-size: 24px; line-height: 1.18; }
.course-card > p:not(.course-eyebrow) { margin: 18px 0; color: var(--muted); font-size: 14px; line-height: 1.68; }
.course-card .notice-chip, .course-card .discount-chip { align-self: flex-start; margin-bottom: 8px; padding: 6px 9px; border-radius: 6px; background: #fff5d6; color: #8a5a00; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.course-card .discount-chip { background: #e9fbef; color: #18783a; }
.course-meta { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); color: #48566c; font-size: 11px; font-weight: 700; }
.course-card > a { margin-top: 15px; color: var(--card-color,var(--blue)); font-size: 13px; font-weight: 850; }
.course-programming { --card-color: #245ff5; --card-soft: #eaf1ff; }
.course-acca { --card-color: #c98f15; --card-soft: #fff4d8; }
.course-frontend { --card-color: #f34f5b; --card-soft: #ffeaec; }
.course-backend { --card-color: #082a5b; --card-soft: #e8edf5; }

.why-section { background: var(--navy-deep); color: #fff; }
.why-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.why-copy h2 { color: #fff; }
.why-copy > p:not(.eyebrow) { margin: 25px 0 32px; color: #c2cee0; font-size: 16px; line-height: 1.75; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.benefit-grid article { min-height: 205px; padding: 27px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.055); }
.benefit-grid article > span { color: var(--gold); font-size: 12px; font-weight: 850; }
.benefit-grid h3 { margin: 29px 0 10px; font-size: 19px; }
.benefit-grid p { margin: 0; color: #b8c5d8; font-size: 13px; line-height: 1.65; }

.structure-section { background: var(--surface); }
.compact-heading { margin-bottom: 35px; }
.structure-block { padding: 42px 0; display: grid; grid-template-columns: .78fr 1.22fr; gap: 65px; border-top: 1px solid var(--line); scroll-margin-top: 100px; }
.structure-block:first-of-type { border-top: 0; }
.structure-intro { align-self: start; position: sticky; top: 110px; }
.structure-code { display: inline-grid; place-items: center; min-width: 58px; height: 44px; padding-inline: 12px; border-radius: 10px; background: var(--navy); color: #fff; font-size: 12px; font-weight: 900; }
.structure-intro h3 { margin: 22px 0 12px; color: var(--navy-deep); font-size: 34px; line-height: 1.12; letter-spacing: -.035em; }
.structure-intro > p { margin: 0; color: var(--muted); line-height: 1.72; }
.affiliation-note { margin-top: 20px; padding: 13px 15px; border-left: 3px solid var(--gold); border-radius: 6px; background: #fff7db; color: #76531a; font-size: 13px; line-height: 1.55; }
.course-facts { margin: 25px 0; display: grid; gap: 0; }
.course-facts div { padding: 12px 0; border-bottom: 1px solid var(--line); }
.course-facts dt { margin-bottom: 4px; color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.course-facts dd { margin: 0; color: #33425a; font-size: 13px; line-height: 1.45; }
.stage-list { display: grid; gap: 12px; }
.stage-card { border: 1px solid var(--line); border-radius: 15px; background: #fff; overflow: hidden; }
.stage-card summary { min-height: 76px; padding: 17px 20px; display: grid; grid-template-columns: 46px 1fr 25px; align-items: center; gap: 15px; cursor: pointer; list-style: none; }
.stage-card summary::-webkit-details-marker { display: none; }
.stage-card summary > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; background: var(--blue-soft); color: var(--blue); font-size: 11px; font-weight: 900; }
.stage-card summary strong { color: var(--navy); font-size: 16px; }
.stage-card summary i { color: var(--coral); font-size: 22px; font-style: normal; }
.stage-card[open] summary i { transform: rotate(45deg); }
.stage-content { padding: 0 20px 22px 81px; }
.stage-content p { margin: 0 0 14px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.stage-content ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; list-style: none; }
.stage-content li { position: relative; padding-left: 16px; color: #33425a; font-size: 12px; line-height: 1.45; }
.stage-content li::before { content: ""; position: absolute; left: 0; top: .52em; width: 6px; height: 6px; border-radius: 999px; background: var(--gold); }

.cta-section { padding: 0 0 100px; background: var(--surface); }
.cta-card { padding: 50px 56px; display: flex; align-items: center; justify-content: space-between; gap: 50px; border-radius: 26px; background: linear-gradient(130deg,var(--navy-deep),#0b3e83); color: #fff; box-shadow: var(--shadow); }
.cta-card h2 { color: #fff; }
.cta-card p:not(.eyebrow) { max-width: 680px; color: #bdcce2; line-height: 1.65; }
.site-footer { padding: 70px 0 25px; background: #04152f; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 90px; }
.footer-logo { width: 240px; height: 72px; object-fit: cover; border-radius: 8px; filter: brightness(0) invert(1); opacity: .95; }
.footer-grid p { max-width: 420px; color: #9eb0ca; font-size: 13px; line-height: 1.65; }
.footer-grid h3 { margin: 0 0 20px; font-size: 14px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid a { color: #b4c2d6; font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.footer-contact-link { display: grid; gap: 3px; }
.footer-contact-link small { color: #71829c; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-contact-link strong { color: #dce5f1; font-size: 13px; }
.footer-bottom { margin-top: 55px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #71829c; font-size: 11px; }

.apply-hero { padding: 70px 0; background: linear-gradient(120deg,var(--navy-deep),#0d4087); color: #fff; }
.apply-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; }
.apply-hero h1 { margin: 0; max-width: 730px; font-size: clamp(42px,5vw,64px); line-height: 1.04; letter-spacing: -.05em; }
.apply-hero p:not(.eyebrow) { max-width: 720px; color: #c0cce0; font-size: 16px; line-height: 1.7; }
.apply-help-card { padding: 26px 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.07); }
.apply-help-card > span { color: var(--gold); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.apply-help-card ul { margin: 18px 0 0; padding-left: 20px; color: #d2dced; font-size: 13px; line-height: 2; }
.apply-contact { margin-top: 20px; padding-top: 17px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.14); }
.apply-contact span { color: #9fb0c9; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.apply-contact a { color: #fff; font-size: 12px; font-weight: 750; }
.apply-contact a:hover { color: var(--gold); }
.apply-section { padding: 70px 0 100px; background: var(--surface); }
.application-layout { display: grid; grid-template-columns: 300px 1fr; gap: 30px; align-items: start; }
.step-sidebar { position: sticky; top: 110px; padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.step-sidebar > p { margin: 0 0 22px; color: var(--muted); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.step-list { margin: 0; padding: 0; display: grid; gap: 20px; list-style: none; }
.step-list li { display: flex; gap: 12px; opacity: .48; transition: opacity .2s ease; }
.step-list li.is-active, .step-list li.is-complete { opacity: 1; }
.step-list li > span { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); font-size: 11px; font-weight: 850; }
.step-list li.is-active > span { border-color: var(--blue); background: var(--blue); color: #fff; }
.step-list li.is-complete > span { border-color: #2c9a5b; background: #e9f8ef; color: #18733c; }
.step-list div { display: grid; gap: 3px; }
.step-list strong { color: var(--navy); font-size: 13px; }
.step-list small { color: var(--muted); font-size: 11px; }
.privacy-note { margin-top: 28px; padding: 16px; border-radius: 12px; background: var(--blue-soft); }
.privacy-note strong { color: var(--navy); font-size: 12px; }
.privacy-note p { margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.application-form { padding: 40px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 16px 45px rgba(8,42,91,.07); }
.form-step { display: none; }
.form-step.is-active { display: block; animation: form-enter .24s ease; }
@keyframes form-enter { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }
.form-heading { margin-bottom: 30px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.form-heading > span { color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.form-heading h2 { margin: 8px 0; color: var(--navy-deep); font-size: 30px; letter-spacing: -.03em; }
.form-heading p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: grid; gap: 8px; color: #33425a; font-size: 12px; font-weight: 750; }
.field b, .consent-field b { color: var(--coral); }
.field small { color: var(--muted); font-weight: 500; }
.field-full { grid-column: 1 / -1; }
.field input, .field select, .field textarea, .filter-bar input, .filter-bar select { width: 100%; border: 1px solid #ccd5e2; border-radius: 10px; background: #fff; color: var(--ink); outline: none; transition: border-color .15s ease, box-shadow .15s ease; }
.field input, .field select { height: 48px; padding: 0 13px; }
.field textarea { padding: 13px; resize: vertical; line-height: 1.5; }
.field input:focus, .field select:focus, .field textarea:focus, .filter-bar input:focus, .filter-bar select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(36,95,245,.11); }
.field .is-invalid, .course-choice input:invalid + span { border-color: var(--coral); }
.course-choice-grid { margin-bottom: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.course-choice { cursor: pointer; }
.course-choice input { position: absolute; opacity: 0; pointer-events: none; }
.course-choice > span { min-height: 95px; padding: 16px; display: grid; grid-template-columns: 45px 1fr; align-items: center; gap: 3px 13px; border: 1px solid var(--line); border-radius: 13px; transition: border .15s ease, background .15s ease; }
.course-choice i { grid-row: 1 / 3; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; background: var(--blue-soft); color: var(--blue); font-size: 11px; font-style: normal; font-weight: 900; }
.course-choice strong { align-self: end; color: var(--navy); font-size: 14px; }
.course-choice small { align-self: start; color: var(--muted); font-size: 10px; }
.course-choice input:checked + span { border-color: var(--blue); background: #f7f9ff; box-shadow: 0 0 0 3px rgba(36,95,245,.08); }
.conditional-panel { margin-top: 24px; padding: 22px; border: 1px solid #d9e3f2; border-radius: 14px; background: #f8faff; }
.conditional-panel h3 { margin: 0 0 18px; color: var(--navy); font-size: 17px; }
.upload-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.upload-card { padding: 18px; display: grid; gap: 5px; border: 1px dashed #b8c5d8; border-radius: 13px; background: #fbfcfe; cursor: pointer; }
.upload-card:hover { border-color: var(--blue); background: #f7f9ff; }
.upload-card span { color: var(--navy); font-size: 13px; font-weight: 800; }
.upload-card small { color: var(--muted); font-size: 10px; }
.upload-card input { margin-top: 10px; max-width: 100%; color: var(--muted); font-size: 11px; }
.review-note { margin-top: 25px; padding: 20px; border-radius: 13px; background: var(--surface); }
.review-note h3 { margin: 0 0 8px; color: var(--navy); font-size: 15px; }
.review-note p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.consent-field { margin-top: 20px; display: flex; align-items: flex-start; gap: 11px; color: #3b4b63; font-size: 12px; line-height: 1.55; cursor: pointer; }
.consent-field input { margin-top: 3px; accent-color: var(--blue); }
.form-actions { margin-top: 32px; padding-top: 24px; display: flex; justify-content: flex-end; gap: 12px; border-top: 1px solid var(--line); }
.form-actions .button-secondary { margin-right: auto; }
.alert { margin-bottom: 22px; padding: 14px 16px; border-radius: 10px; font-size: 13px; line-height: 1.5; }
.alert-error { border: 1px solid #f4b5bb; background: #fff1f2; color: #9d2632; }
.alert-success { border: 1px solid #a9ddbc; background: #ecf9f0; color: #17683a; }
.success-panel { max-width: 740px; margin: 0 auto; padding: 60px; text-align: center; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.success-icon { width: 64px; height: 64px; margin: 0 auto 24px; display: grid; place-items: center; border-radius: 50%; background: #e5f8ec; color: #168448; font-size: 28px; font-weight: 900; }
.success-panel .eyebrow { justify-content: center; }
.success-panel h2 { margin: 0; color: var(--navy); font-size: 34px; }
.success-panel > p { color: var(--muted); line-height: 1.6; }
.reference-number { margin: 14px 0; padding: 13px 18px; display: inline-block; border-radius: 10px; background: var(--blue-soft); color: var(--blue); font-size: 21px; letter-spacing: .08em; }
.success-panel .hero-actions { justify-content: center; }

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .header-apply { margin-left: auto; }
  .hero-grid { gap: 35px; }
  .hero-image-wrap > img { height: 440px; }
  .course-grid { grid-template-columns: 1fr 1fr; }
  .course-card { min-height: 360px; }
  .why-grid { grid-template-columns: 1fr; gap: 55px; }
  .structure-block { grid-template-columns: 1fr; gap: 28px; }
  .structure-intro { position: static; }
  .application-layout { grid-template-columns: 245px 1fr; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1180px); }
  .announcement-inner { min-height: 46px; padding: 8px 0; text-align: center; gap: 7px; flex-direction: column; }
  .announcement-message, .announcement-contact { justify-content: center; gap: 10px 16px; flex-wrap: wrap; }
  .header-inner { height: 70px; gap: 12px; }
  .brand { width: 175px; height: 48px; }
  .header-apply { display: none; }
  .hero { min-height: auto; }
  .hero-grid { padding: 55px 0 70px; grid-template-columns: 1fr; }
  .hero h1 { font-size: 48px; }
  .hero-lead { font-size: 16px; }
  .hero-proof { gap: 18px; justify-content: space-between; }
  .hero-image-wrap > img { height: 420px; }
  .card-top { left: 8px; top: 36px; }
  .card-bottom { right: 8px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid span { min-height: 58px; display: grid; place-items: center; border-bottom: 1px solid var(--line); }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 36px; grid-template-columns: 1fr; gap: 20px; }
  .course-grid { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: 1fr; }
  .stage-content { padding-left: 20px; }
  .stage-content ul { grid-template-columns: 1fr; }
  .cta-card { padding: 38px 28px; align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { gap: 12px; flex-direction: column; }
  .apply-hero { padding: 50px 0; }
  .apply-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .application-layout { grid-template-columns: 1fr; }
  .step-sidebar { position: static; padding: 18px; }
  .step-sidebar > p, .privacy-note, .step-list div { display: none; }
  .step-list { display: flex; justify-content: space-between; }
  .step-list li { display: block; }
  .application-form { padding: 24px 18px; }
  .field-grid, .course-choice-grid, .upload-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .success-panel { padding: 38px 22px; }
}

@media (max-width: 440px) {
  .hero h1 { font-size: 40px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-image-wrap > img { height: 340px; }
  .floating-card { padding: 10px; }
  .floating-card small { display: none; }
  .section-heading h2, .why-copy h2, .cta-card h2 { font-size: 34px; }
}
