:root {
  --navy: #061c38;
  --navy-2: #0a2b51;
  --blue: #1596d2;
  --sky: #8fd4ef;
  --ice: #eef9fd;
  --cyan: #62d5e8;
  --gold: #c8aa75;
  --ink: #112033;
  --muted: #5d6b7b;
  --line: #d9e5ec;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(6, 28, 56, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 18px; top: -100px; z-index: 99; background: white; color: var(--navy); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 18px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 30; color: white; background: rgba(6, 28, 56, .86); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(18px); }
.nav-wrap { height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; color: var(--navy); background: linear-gradient(135deg, var(--cyan), white); border-radius: 11px 4px 11px 4px; font-weight: 900; font-size: 22px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.5); }
.brand strong { display: block; font-size: 17px; letter-spacing: .02em; line-height: 1.1; }
.brand small { display: block; margin-top: 5px; color: #bcd0e2; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; line-height: 1; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-right: 72px; }
.main-nav a { color: #d8e7f3; font-size: 14px; font-weight: 650; text-decoration: none; transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: white; }
.main-nav .nav-cta { padding: 10px 18px; color: var(--navy); background: var(--sky); border-radius: 999px; }
.nav-dropdown { position: relative; }
.nav-dropdown > a { display: inline-flex; align-items: center; gap: 6px; }
.nav-dropdown > a span { color: var(--sky); font-size: 12px; }
.nav-submenu { position: absolute; left: -16px; top: calc(100% + 14px); min-width: 190px; display: grid; gap: 2px; padding: 9px; visibility: hidden; opacity: 0; transform: translateY(-6px); background: #082642; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; box-shadow: 0 18px 40px rgba(0,0,0,.25); transition: opacity .2s, transform .2s, visibility .2s; }
.nav-submenu::before { content: ""; position: absolute; left: 0; right: 0; top: -15px; height: 15px; }
.nav-submenu a { padding: 9px 10px; border-radius: 7px; white-space: nowrap; }
.nav-submenu a:hover, .nav-submenu a:focus-visible { background: rgba(255,255,255,.08); }
.nav-dropdown:hover .nav-submenu, .nav-dropdown:focus-within .nav-submenu { visibility: visible; opacity: 1; transform: translateY(0); }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: white; }

.hero { position: relative; min-height: 820px; padding: 160px 0 46px; overflow: hidden; color: white; background: linear-gradient(122deg, #061b36 0%, #0b3158 64%, #073f63 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to right, black, transparent 80%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .55; }
.hero-glow-one { width: 560px; height: 560px; right: -170px; top: 50px; background: radial-gradient(circle, rgba(54,185,229,.34), transparent 68%); }
.hero-glow-two { width: 360px; height: 360px; left: 35%; bottom: -220px; background: radial-gradient(circle, rgba(120,226,237,.24), transparent 68%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.18fr .82fr; gap: 84px; align-items: center; }
.eyebrow { margin: 0 0 23px; color: #9fe4f1; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 27px; height: 2px; margin: 0 10px 3px 0; background: currentColor; }
.eyebrow.dark { color: #157aa8; }
h1, h2, h3 { margin-top: 0; letter-spacing: -.035em; line-height: 1.08; }
h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(46px, 6vw, 78px); }
h1 em { color: var(--sky); font-style: normal; }
.hero-title-stack { font-size: clamp(42px, 5vw, 66px); line-height: 1.04; }
.hero-title-stack > span, .hero-title-stack > em { display: block; }
.hero-title-stack .hero-title-support { font-size: .56em; font-weight: 650; letter-spacing: -.02em; line-height: 1.16; }
.hero-title-stack .hero-title-support-start { margin-top: 24px; }
.lead { max-width: 690px; margin: 0; color: #d5e1ec; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; gap: 14px; margin-top: 38px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 24px; border-radius: 10px; font-size: 15px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy); background: var(--sky); box-shadow: 0 14px 30px rgba(31,168,214,.22); }
.button-primary:hover { background: #b6ebf8; }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.26); background: rgba(255,255,255,.04); }
.button-light { color: var(--navy); background: white; }
.proof-strip { display: flex; align-items: center; margin-top: 62px; }
.proof-strip div { min-width: 142px; padding: 0 24px; border-left: 1px solid rgba(255,255,255,.18); }
.proof-strip div:first-child { padding-left: 0; border-left: 0; }
.proof-strip strong { display: block; color: white; font-size: 26px; line-height: 1; }
.proof-strip span { display: block; margin-top: 8px; color: #a9bfd1; font-size: 12px; letter-spacing: .05em; }
.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.badge-orbit { position: absolute; width: 470px; height: 470px; border: 1px solid rgba(148,220,239,.18); border-radius: 50%; }
.badge-orbit::before, .badge-orbit::after { content: ""; position: absolute; border: 1px solid rgba(148,220,239,.12); border-radius: 50%; }
.badge-orbit::before { inset: 34px; }
.badge-orbit::after { inset: 78px; }
.badge-card { position: relative; z-index: 2; width: 310px; min-height: 420px; display: flex; flex-direction: column; align-items: center; padding: 22px 28px 24px; color: var(--navy); background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.7); border-radius: 32px 8px 32px 8px; box-shadow: 0 36px 70px rgba(0,0,0,.28); transform: rotate(2deg); }
.badge-label { align-self: stretch; padding-bottom: 15px; color: #607387; border-bottom: 1px solid #e2e9ee; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-align: center; text-transform: uppercase; }
.badge-card img { width: 218px; margin: 22px auto 8px; }
.badge-card a { margin-top: auto; color: #1576a4; font-size: 13px; font-weight: 750; text-decoration: none; }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 10px 15px; color: #dff8ff; background: rgba(8,39,70,.92); border: 1px solid rgba(142,218,240,.25); border-radius: 999px; box-shadow: 0 12px 28px rgba(0,0,0,.24); font-size: 12px; font-weight: 700; backdrop-filter: blur(12px); }
.floating-note span { color: var(--cyan); }
.note-one { left: 0; top: 118px; }
.note-two { right: -18px; top: 208px; }
.note-three { left: 15px; bottom: 90px; }
.trust-line { position: relative; z-index: 2; display: flex; align-items: center; gap: 20px; margin-top: 74px; color: #8ba5bb; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.trust-line i { flex: 1; height: 1px; background: linear-gradient(90deg, rgba(255,255,255,.15), transparent); }

.section { padding: 112px 0; }
.section-heading { margin-bottom: 52px; }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; }
.section-heading h2, .credentials h2, .training h2, .contact h2 { margin-bottom: 0; font-size: clamp(36px, 4vw, 54px); }
.section-heading > p { max-width: 470px; margin: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 440px; display: flex; flex-direction: column; padding: 30px 26px; overflow: hidden; background: #f7fafc; border: 1px solid #e5edf2; border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: #bddfee; }
.service-card.featured { color: white; background: var(--navy); border-color: var(--navy); }
.service-card.accent-card { background: var(--ice); border-color: #c9eaf4; }
.card-no { position: absolute; right: 24px; top: 22px; color: #a8b4bf; font-size: 12px; font-weight: 800; }
.featured .card-no { color: #7090a9; }
.icon-box { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 54px; color: var(--navy); background: var(--sky); border-radius: 15px 5px 15px 5px; font-size: 22px; font-weight: 900; }
.service-card h3 { margin-bottom: 18px; font-size: 24px; }
.service-card p { margin: 0 0 20px; color: var(--muted); font-size: 15px; }
.featured p { color: #b9cad8; }
.service-card ul { margin: auto 0 0; padding: 0; list-style: none; font-size: 13px; }
.service-card li { margin-top: 8px; }
.service-card li::before { content: "—"; margin-right: 8px; color: var(--blue); }
.service-card > a { margin-top: auto; color: #0b729e; font-size: 14px; font-weight: 800; text-decoration: none; }

.training { color: white; background: linear-gradient(115deg, #092848, #061a34); }
.training-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.training-heading h2 { margin-bottom: 0; }
.training-heading > p { margin: 0; color: #bacddd; font-size: 17px; }
.training-kicker { color: var(--sky); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.career-panel { display: grid; grid-template-columns: .72fr 1.28fr; gap: 44px; padding: 42px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.14); border-radius: 28px 8px 28px 8px; }
.career-copy h3 { margin: 16px 0 24px; font-size: 28px; }
.career-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; color: #d6e5ef; font-size: 14px; }
.career-list li { position: relative; padding-left: 22px; }
.career-list li::before { content: "→"; position: absolute; left: 0; color: var(--sky); }
.career-badges { display: grid; gap: 18px; align-content: start; }
.career-map { width: 100%; padding: 12px; background: white; border-radius: 16px; }
.course-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin: 74px 0 28px; }
.course-section-heading h3 { margin: 8px 0 0; font-size: 32px; }
.course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.course-grid article { min-height: 235px; padding: 24px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.13); border-radius: 16px; }
.course-grid article > span { display: inline-flex; padding: 4px 8px; color: var(--sky); background: rgba(143,212,239,.1); border-radius: 5px; font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.course-grid h3 { margin: 22px 0 14px; font-size: 18px; line-height: 1.25; letter-spacing: -.015em; }
.course-grid p { margin: 0; color: #aabfd0; font-size: 14px; }

.own-training { background: #eef7fb; }
.own-training-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.own-training-grid article { position: relative; min-height: 460px; display: flex; flex-direction: column; padding: 32px 28px; background: white; border: 1px solid #d9e7ee; border-radius: var(--radius); box-shadow: 0 14px 35px rgba(6,28,56,.06); }
.own-no { position: absolute; right: 26px; top: 27px; color: #9caeb9; font-size: 12px; font-weight: 850; }
.own-training .training-kicker { color: #157aa8; padding-right: 40px; }
.own-training-grid h3 { margin: 24px 0 18px; font-size: 24px; }
.own-training-grid p:not(.training-kicker) { margin: 0 0 24px; color: var(--muted); font-size: 14px; }
.own-training-grid ul { margin: auto 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; color: #405269; font-size: 13px; }
.own-training-grid li { margin-top: 8px; }
.own-training-grid li::before { content: "✓"; margin-right: 8px; color: #1596d2; font-weight: 900; }
.own-training-cta { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 24px; padding: 24px 28px; color: white; background: var(--navy); border-radius: 16px; }
.own-training-cta p { margin: 0; font-size: 18px; font-weight: 750; }

.credentials { background: #f6fafc; }
.credentials-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 92px; align-items: center; }
.competency-art { position: relative; }
.art-panel { padding: 26px; overflow: hidden; background: var(--sky); border-radius: 40px 8px 40px 8px; box-shadow: var(--shadow); }
.art-panel img { width: 100%; border-radius: 24px 5px 24px 5px; }
.experience-seal { position: absolute; right: -25px; bottom: -26px; width: 140px; height: 140px; display: grid; place-content: center; color: white; background: var(--navy); border: 7px solid white; border-radius: 50%; text-align: center; }
.experience-seal strong { font-size: 34px; line-height: 1; }
.experience-seal span { max-width: 80px; margin-top: 5px; color: #b7cddd; font-size: 11px; line-height: 1.2; }
.section-lead { margin: 25px 0 36px; color: var(--muted); font-size: 17px; }
.credential-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.credential-columns h3 { font-size: 16px; }
.check-list { padding: 0; margin: 0; list-style: none; color: #445366; font-size: 14px; }
.check-list li { position: relative; margin-top: 12px; padding-left: 25px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #0c96c8; font-weight: 900; }

.news-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr; gap: 16px; }
.news-card { min-height: 300px; padding: 30px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.news-card h3 { margin: 20px 0 14px; font-size: 23px; }
.news-card p { color: var(--muted); font-size: 14px; }
.news-logo { width: 112px; height: 40px; margin: 0 0 20px; object-fit: contain; object-position: left center; }
.tag { display: inline-flex; padding: 6px 10px; color: #0d729f; background: var(--ice); border-radius: 6px; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.main-news { display: grid; grid-template-columns: 100px 1fr; gap: 28px; color: white; background: var(--navy); border-color: var(--navy); }
.main-news p { color: #bbcedd; }
.main-news a { color: var(--sky); font-size: 14px; font-weight: 800; text-decoration: none; }
.news-date { display: flex; flex-direction: column; justify-content: center; align-items: center; align-self: start; aspect-ratio: 1; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.news-date span { font-size: 30px; font-weight: 850; line-height: 1; }
.news-date small { color: #86a8c0; }

.clients { padding: 55px 0; background: #f6fafc; border-block: 1px solid #e3edf2; }
.clients p { margin: 0 0 28px; color: #718091; font-size: 11px; font-weight: 850; letter-spacing: .15em; text-align: center; text-transform: uppercase; }
.logo-row { display: grid; grid-template-columns: repeat(9, 1fr); align-items: center; gap: 24px; }
.logo-row img { max-width: 100px; max-height: 52px; margin: auto; object-fit: contain; filter: grayscale(1); opacity: .62; mix-blend-mode: multiply; }
.logo-row .sggw-logo { max-width: 118px; }

.contact { padding: 100px 0; color: white; background: #0b3155; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.contact h2 { max-width: 600px; }
.contact p:not(.eyebrow) { max-width: 600px; color: #bdd0de; font-size: 17px; }
.contact-actions { display: grid; gap: 12px; }
.contact-actions > a { min-height: 94px; display: grid; grid-template-columns: 52px 1fr 30px; gap: 18px; align-items: center; padding: 18px 22px; text-decoration: none; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 15px; transition: background .2s, transform .2s; }
.contact-actions > a:hover { background: rgba(255,255,255,.12); transform: translateX(4px); }
.contact-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--navy); background: var(--sky); border-radius: 14px 5px 14px 5px; font-weight: 900; }
.contact-actions small { display: block; color: #9eb8cb; font-size: 12px; }
.contact-actions strong { display: block; font-size: 17px; }
.contact-actions b { color: var(--sky); font-size: 24px; }

footer { padding: 34px 0; color: #8da5b8; background: #04162c; }
.footer-row { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer-row p { font-size: 12px; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { color: #b8c9d7; font-size: 13px; text-decoration: none; }

@media (max-width: 1040px) {
  .main-nav { gap: 14px; margin-right: 0; }
  .hero-layout { gap: 35px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 380px; }
  .credentials-layout { gap: 50px; }
  .course-grid { grid-template-columns: repeat(2, 1fr); }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .main-news { grid-column: 1 / -1; }
  .logo-row { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 780px) {
  .container { width: min(100% - 28px, 680px); }
  .nav-wrap { height: 70px; }
  .menu-button { display: block; margin-right: 84px; cursor: pointer; }
  .main-nav { position: absolute; left: 14px; right: 14px; top: 78px; display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 16px; background: #082642; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 11px 12px; }
  .nav-dropdown > a { display: flex; }
  .nav-submenu { position: static; min-width: 0; display: grid; margin: 0 0 4px 14px; padding: 0 0 0 12px; visibility: visible; opacity: 1; transform: none; background: transparent; border: 0; border-left: 1px solid rgba(255,255,255,.16); border-radius: 0; box-shadow: none; }
  .nav-submenu a { padding: 8px 10px; color: #aac3d6; font-size: 13px; }
  .main-nav .nav-cta { text-align: center; margin-top: 6px; }
  .hero { min-height: auto; padding: 128px 0 35px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .eyebrow { font-size: 10px; }
  .hero .eyebrow span { display: none; }
  .lead { margin-inline: auto; font-size: 17px; }
  .hero-actions { justify-content: center; }
  .proof-strip { justify-content: center; margin-top: 45px; }
  .proof-strip div { min-width: auto; flex: 1; padding: 0 12px; }
  .hero-visual { min-height: 430px; }
  .badge-orbit { width: 380px; height: 380px; }
  .badge-card { width: 275px; min-height: 380px; }
  .badge-card img { width: 190px; }
  .note-one { left: 0; }
  .note-two { right: 0; }
  .note-three { left: 2%; bottom: 45px; }
  .trust-line { margin-top: 20px; }
  .section { padding: 78px 0; }
  .split-heading, .training-heading, .credentials-layout, .contact-layout { grid-template-columns: 1fr; gap: 42px; }
  .career-panel { grid-template-columns: 1fr; padding: 30px; }
  .own-training-grid { grid-template-columns: 1fr; }
  .own-training-grid article { min-height: auto; }
  .credentials-layout { gap: 70px; }
  .experience-seal { right: -14px; }
  .news-grid { grid-template-columns: 1fr; }
  .main-news { grid-column: auto; }
  .footer-row { flex-direction: column; text-align: center; }
}

@media (max-width: 540px) {
  h1 { font-size: 43px; }
  .brand small { display: none; }
  .hero-actions { flex-direction: column; }
  .proof-strip strong { font-size: 23px; }
  .proof-strip span { font-size: 10px; }
  .hero-visual { min-height: 410px; transform: scale(.92); margin-inline: -20px; }
  .badge-orbit { width: 350px; height: 350px; }
  .service-grid, .credential-columns, .news-grid { grid-template-columns: 1fr; }
  .course-grid { grid-template-columns: 1fr; }
  .course-section-heading, .own-training-cta { align-items: stretch; flex-direction: column; }
  .career-panel { padding: 22px; }
  .service-card { min-height: 360px; }
  .course-list summary { grid-template-columns: 32px 1fr 24px; }
  .course-list summary strong { font-size: 16px; }
  .course-list details p { margin-left: 44px; }
  .main-news { grid-template-columns: 1fr; }
  .news-date { width: 82px; }
  .logo-row { grid-template-columns: repeat(2, 1fr); }
  .contact-actions > a { grid-template-columns: 46px 1fr 20px; gap: 12px; padding-inline: 14px; }
  .contact-actions strong { font-size: 15px; word-break: break-word; }
}

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