:root {
  --navy: #0b2550;
  --navy-deep: #071a39;
  --blue: #173f78;
  --lime: #9be100;
  --orange: #f6a315;
  --orange-dark: #dc8500;
  --ink: #17202e;
  --muted: #667085;
  --line: #dce3ec;
  --paper: #ffffff;
  --soft: #f4f7fb;
  --shadow: 0 20px 50px rgba(11, 37, 80, .13);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 10px; top: -60px; z-index: 100; background: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 10px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  color: #fff;
  background: rgba(7, 26, 57, .97);
  border-bottom: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; line-height: 1; }
.brand-mark { width: 43px; height: 34px; color: var(--lime); }
.brand strong { display: block; font-size: .88rem; letter-spacing: .045em; }
.brand small { display: block; margin-top: 4px; color: var(--lime); font-size: .72rem; letter-spacing: .26em; }
.site-header nav { display: flex; align-items: center; gap: 28px; }
.site-header nav > a { text-decoration: none; font-size: .9rem; font-weight: 650; }
.site-header nav > a:not(.header-cta) { color: #d6e0ef; }
.site-header nav > a:not(.header-cta):hover { color: #fff; }
.header-cta { padding: 10px 16px; border-radius: 10px; color: #0b2550; background: var(--lime); }

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 83% 18%, rgba(33, 86, 151, .8), transparent 28%),
    linear-gradient(135deg, var(--navy-deep), var(--navy) 62%, #10386d);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 80%);
}
.hero-grid { position: relative; min-height: 650px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; padding-block: 76px 84px; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: .78rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 3px; margin: 0 9px 3px 0; background: var(--lime); }
.eyebrow.light { color: #d8e6f9; }
.hero h1 { max-width: 690px; margin: 0; font-size: clamp(2.6rem, 5vw, 4.55rem); line-height: .98; letter-spacing: -.05em; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-lead { max-width: 630px; margin: 25px 0 20px; color: #d9e3f1; font-size: 1.1rem; line-height: 1.65; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 0 0 30px; padding: 0; list-style: none; color: #eef5ff; font-size: .91rem; }
.hero-points li::before { content: "✓"; margin-right: 7px; color: var(--lime); font-weight: 900; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 0; border-radius: 11px; padding: 13px 20px; font: inherit; font-weight: 850; text-decoration: none; text-transform: uppercase; letter-spacing: .035em; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #1d2430; background: linear-gradient(180deg, #ffbd36, var(--orange)); box-shadow: 0 10px 26px rgba(246, 163, 21, .26); }
.button-primary:hover { background: linear-gradient(180deg, #ffc74d, #f19a04); box-shadow: 0 14px 30px rgba(246, 163, 21, .35); }
.button-large { min-height: 58px; padding-inline: 28px; }
.secure-note { display: flex; align-items: center; gap: 8px; margin: 15px 0 0; color: #aebed2; font-size: .78rem; }
.secure-note svg { width: 18px; fill: var(--lime); }

.hero-visual { position: relative; }
.image-frame { position: relative; padding: 10px; background: #fff; border-radius: 22px; box-shadow: 0 30px 80px rgba(0,0,0,.34); transform: rotate(1.25deg); }
.image-frame::before { content: ""; position: absolute; inset: -15px 20px 20px -15px; z-index: -1; border: 2px solid rgba(155,225,0,.55); border-radius: 24px; }
.image-frame img { width: 100%; aspect-ratio: 1.55; object-fit: cover; object-position: center; border-radius: 14px; }
.image-label { position: absolute; left: 27px; bottom: 24px; padding: 7px 11px; color: #fff; background: rgba(7,26,57,.9); border-left: 4px solid var(--lime); font-size: .7rem; font-weight: 850; letter-spacing: .1em; }
.instructor-card { position: absolute; right: -18px; bottom: -34px; display: flex; align-items: center; gap: 11px; min-width: 210px; padding: 10px 18px 10px 10px; color: var(--ink); background: #fff; border-radius: 14px; box-shadow: var(--shadow); }
.instructor-card img { width: 47px; height: 47px; object-fit: cover; border-radius: 50%; background: #eef2f6; }
.instructor-card small, .instructor-card strong { display: block; line-height: 1.25; }
.instructor-card small { color: var(--muted); font-size: .67rem; text-transform: uppercase; letter-spacing: .08em; }
.instructor-card strong { margin-top: 3px; font-size: .93rem; }

.trust-strip { position: relative; z-index: 2; background: #fff; box-shadow: 0 16px 34px rgba(11,37,80,.08); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { min-height: 105px; display: flex; align-items: center; justify-content: center; gap: 17px; padding: 22px 30px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-icon { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; color: var(--navy); background: #eaf4d2; border-radius: 50%; font-size: .74rem; font-weight: 900; }
.trust-grid p { margin: 0; }
.trust-grid strong, .trust-grid small { display: block; line-height: 1.35; }
.trust-grid strong { font-size: .92rem; }
.trust-grid small { margin-top: 3px; color: var(--muted); font-size: .76rem; }

.section { padding-block: 96px; }
.section-light { background: var(--soft); }
.section-heading { margin-bottom: 44px; }
.section-heading h2 { max-width: 730px; margin: 0; color: var(--navy); font-size: clamp(2rem, 4vw, 3.15rem); line-height: 1.08; letter-spacing: -.035em; }
.section-heading > p:last-child { max-width: 680px; margin: 18px 0 0; color: var(--muted); }
.section-heading.centered { text-align: center; }
.section-heading.centered h2, .section-heading.centered > p:last-child { margin-inline: auto; }
.section-heading.narrow h2 { max-width: 580px; }
.curriculum-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.curriculum-grid article { min-height: 192px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 8px 24px rgba(11,37,80,.04); transition: transform .2s, border-color .2s; }
.curriculum-grid article:hover { transform: translateY(-4px); border-color: #b8d26d; }
.curriculum-grid b { color: #8aa900; font-size: .8rem; letter-spacing: .1em; }
.curriculum-grid h3 { margin: 12px 0 7px; color: var(--navy); font-size: 1.15rem; }
.curriculum-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.source-note { margin: 25px 0 0; color: #7a8494; font-size: .75rem; text-align: center; }

.projects { color: #fff; background: var(--navy); }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; }
.split-heading h2 { color: #fff; }
.split-heading > p { color: #c6d3e4 !important; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.project-grid figure { overflow: hidden; margin: 0; background: #fff; border-radius: 15px; box-shadow: 0 20px 44px rgba(0,0,0,.2); }
.project-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .35s ease; }
.project-grid figure:hover img { transform: scale(1.025); }
.project-grid figcaption { display: flex; justify-content: space-between; gap: 12px; padding: 17px 19px; color: var(--ink); }
.project-grid figcaption strong, .project-grid figcaption span { display: block; }
.project-grid figcaption strong { color: var(--navy); font-size: .95rem; }
.project-grid figcaption span { color: var(--muted); font-size: .73rem; }

.instructor-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 90px; }
.portrait-wrap { position: relative; min-height: 420px; display: grid; place-items: center; overflow: hidden; background: #edf1f6; border-radius: 20px; }
.portrait-bg { position: absolute; width: 310px; height: 310px; background: var(--lime); border-radius: 50%; opacity: .72; }
.portrait-wrap img { position: relative; width: 310px; height: 310px; object-fit: cover; border-radius: 50%; filter: drop-shadow(0 22px 25px rgba(0,0,0,.14)); }
.portrait-wrap > span { position: absolute; bottom: 24px; padding: 7px 13px; color: #fff; background: var(--navy); border-radius: 6px; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.instructor h2 { margin: 0; color: var(--navy); font-size: clamp(2.2rem, 4vw, 3.7rem); letter-spacing: -.04em; }
.large-copy { margin: 20px 0 30px; color: #4f5e70; font-size: 1.08rem; }
.instructor-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.instructor-facts p { margin: 0; padding: 18px; background: var(--soft); border-left: 4px solid var(--lime); border-radius: 0 10px 10px 0; }
.instructor-facts strong, .instructor-facts span { display: block; }
.instructor-facts strong { color: var(--navy); }
.instructor-facts span { margin-top: 4px; color: var(--muted); font-size: .82rem; }

.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.fit-card { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.fit-card h3 { margin: 0 0 20px; color: var(--navy); font-size: 1.12rem; }
.fit-card h3 span { display: inline-grid; place-items: center; width: 29px; height: 29px; margin-right: 8px; border-radius: 50%; }
.fit-card.good h3 span { color: #315600; background: #dff6a8; }
.fit-card.attention h3 span { color: #7a4500; background: #ffdfaa; }
.fit-card ul { margin: 0; padding-left: 21px; color: #526174; }
.fit-card li + li { margin-top: 10px; }
.verdict { display: grid; grid-template-columns: auto 1fr; gap: 20px; margin-top: 24px; padding: 28px 32px; color: #fff; background: var(--navy); border-radius: var(--radius); }
.verdict-icon { display: grid; place-items: center; width: 48px; height: 48px; color: var(--navy); background: var(--lime); border-radius: 50%; font-size: 1.8rem; }
.verdict strong { color: var(--lime); text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; }
.verdict p { margin: 6px 0 0; color: #d4deed; }

.offer-section { padding-block: 86px; background: linear-gradient(135deg, #06172f, #0b2c5e); }
.offer-card { display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; padding: 0; color: #fff; background: #0c356b; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; box-shadow: 0 28px 80px rgba(0,0,0,.3); }
.offer-copy { padding: 54px 58px; }
.offer-copy h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.08; letter-spacing: -.04em; }
.offer-copy > p:not(.eyebrow) { color: #cfdaea; }
.offer-copy ul { margin: 25px 0 0; padding: 0; list-style: none; }
.offer-copy li + li { margin-top: 9px; }
.offer-copy li::before { content: "✓"; margin-right: 9px; color: var(--lime); font-weight: 900; }
.offer-action { display: flex; flex-direction: column; justify-content: center; padding: 46px; color: var(--ink); background: #fff; }
.offer-action > span { color: var(--blue); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.offer-action > strong { margin-top: 8px; color: var(--navy); font-size: 1.75rem; line-height: 1.15; }
.offer-action > small { margin-top: 7px; color: var(--muted); }
.offer-action .button { width: 100%; margin-top: 25px; }
.offer-action > p { margin: 10px 0 0; color: #788497; font-size: .72rem; text-align: center; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 21px 0; color: var(--navy); font-weight: 750; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { flex: 0 0 auto; font-size: 1.55rem; font-weight: 400; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -5px 34px 22px 0; color: var(--muted); }

.site-footer { color: #bac7d8; background: #06142c; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-block: 38px; border-bottom: 1px solid rgba(255,255,255,.09); }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 24px; }
.site-footer nav a { color: #d4deea; font-size: .82rem; text-decoration: none; }
.site-footer nav a:hover { color: #fff; }
.disclosure { padding-block: 27px 38px; font-size: .74rem; }
.disclosure p { max-width: 970px; margin: 0 0 8px; }
.disclosure small { display: block; margin-top: 18px; color: #75859b; }

.mobile-cta { display: none; }
.consent { position: fixed; left: 50%; bottom: 18px; z-index: 70; width: min(910px, calc(100% - 28px)); transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 18px 20px; color: #fff; background: #102744; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; box-shadow: 0 18px 50px rgba(0,0,0,.34); }
.consent[hidden] { display: none; }
.consent strong { display: block; }
.consent p { margin: 3px 0 0; color: #c8d4e3; font-size: .78rem; line-height: 1.4; }
.consent-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.consent .button { min-height: 42px; padding: 9px 14px; font-size: .7rem; }
.button-ghost { color: #fff; background: transparent; border: 1px solid #718198; }

.legal-main { min-height: 70vh; padding-block: 72px 96px; background: var(--soft); }
.legal-card { max-width: 860px; padding: 48px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.legal-card h1 { margin-top: 0; color: var(--navy); font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1.1; }
.legal-card h2 { margin-top: 34px; color: var(--navy); }
.legal-card p, .legal-card li { color: #556476; }
.legal-card a { color: var(--blue); }
.back-link { display: inline-block; margin-bottom: 24px; color: var(--blue); font-weight: 700; text-decoration: none; }

@media (max-width: 980px) {
  .site-header nav > a:not(.header-cta) { display: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 55px; padding-block: 65px 90px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: min(700px, 92%); }
  .curriculum-grid { grid-template-columns: repeat(2, 1fr); }
  .split-heading { grid-template-columns: 1fr; gap: 12px; }
  .instructor-grid { gap: 50px; }
  .faq-grid { grid-template-columns: 1fr; gap: 10px; }
}

@media (max-width: 720px) {
  body { padding-bottom: 74px; }
  .container { width: min(100% - 30px, 600px); }
  .header-inner { min-height: 64px; }
  .brand-mark { width: 37px; }
  .brand strong { font-size: .75rem; }
  .brand small { font-size: .62rem; }
  .site-header nav { display: none; }
  .hero-grid { padding-block: 48px 76px; gap: 43px; }
  .hero h1 { font-size: clamp(2.35rem, 12vw, 3.55rem); }
  .hero-lead { font-size: 1rem; }
  .hero-points { display: block; }
  .hero-points li + li { margin-top: 6px; }
  .button-large { width: 100%; min-height: 56px; padding-inline: 18px; }
  .image-frame { transform: none; padding: 7px; }
  .image-frame img { aspect-ratio: 1.28; }
  .instructor-card { right: -5px; bottom: -30px; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .trust-grid > div { min-height: 82px; justify-content: flex-start; padding: 16px 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section { padding-block: 70px; }
  .section-heading { margin-bottom: 32px; }
  .curriculum-grid, .project-grid, .fit-grid, .offer-card, .instructor-grid { grid-template-columns: 1fr; }
  .curriculum-grid article { min-height: 0; }
  .project-grid { gap: 16px; }
  .project-grid figcaption { display: block; }
  .project-grid figcaption span { margin-top: 2px; }
  .portrait-wrap { min-height: 350px; }
  .portrait-bg, .portrait-wrap img { width: 260px; height: 260px; }
  .instructor-facts { grid-template-columns: 1fr; }
  .verdict { grid-template-columns: 1fr; padding: 25px; }
  .offer-copy, .offer-action { padding: 36px 26px; }
  .footer-top { display: grid; }
  .site-footer nav { gap: 12px 20px; }
  .mobile-cta { position: fixed; inset: auto 0 0; z-index: 50; display: block; padding: 10px 14px; background: rgba(7,26,57,.96); border-top: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(14px); }
  .mobile-cta .button { width: 100%; min-height: 52px; }
  .consent { bottom: 78px; display: grid; }
  .consent-actions { display: grid; grid-template-columns: 1fr; }
  .legal-main { padding-block: 45px 70px; }
  .legal-card { padding: 30px 23px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
