/* SEDULUS S.R.L. | soft light blue theme, Montserrat, Interlinking globe */
:root { --ease-out: cubic-bezier(.16,1,.3,1); --ease-soft: cubic-bezier(.22,.61,.36,1);
  --navy: #15284f; --navy-2: #1f3668; --blue: #2f5bea; --blue-2: #3b8fe0; --cyan: #16c1d9;
  --text: #17294d; --muted: #4c5c7c; --line: #c9daef;
  --bg: #eaf2fb; --bg-2: #dbe8f7; --card: rgba(255,255,255,.94);
  --radius: 16px; --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(21,40,79,.05), 0 6px 18px rgba(21,40,79,.06);
  --shadow: 0 16px 40px rgba(21,40,79,.10);
  --wrap: 1180px; --header-h: 74px;
  --font: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 14px); -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; position: relative; overflow-x: hidden; font-family: var(--font); font-size: 16px; line-height: 1.65; color: var(--text);
  background: radial-gradient(1200px 700px at 80% -10%, #dfeafa 0%, rgba(223,234,250,0) 60%), linear-gradient(180deg, #eaf2fb 0%, #dbe8f7 100%); background-attachment: fixed;
  -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: var(--blue); text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { color: #1f45c4; }
h1, h2, h3 { line-height: 1.2; margin: 0 0 .6em; font-weight: 700; letter-spacing: -.01em; color: var(--navy); }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
abbr[title] { text-decoration: none; cursor: help; }
:focus-visible { outline: 3px solid var(--blue-2); outline-offset: 3px; border-radius: 6px; }
.wrap { position: relative; width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 300; background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 8px; font-weight: 600; }
.skip-link:focus { top: 12px; color: #fff; }

/* Globe layer (assets/js/globe.js). The picture is the static fallback. */
.globe { position: fixed; left: 0; top: 0; width: 100%; height: 100vh; height: 100lvh; z-index: -1; pointer-events: none; overflow: hidden; }
.globe picture, .globe-static { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 0%; transition: opacity 1.4s cubic-bezier(.22,.61,.36,1); }
.globe canvas { position: absolute; inset: 0; width: 100% !important; height: 100% !important; opacity: 0; transition: opacity 1.4s cubic-bezier(.22,.61,.36,1); }
.globe-live .globe canvas { opacity: 1; }
.globe-live .globe .globe-static { opacity: 0; }
.globe-dim .globe canvas { opacity: .38; }
html:not(.globe-live).globe-dim .globe-static { opacity: .38; }
@media (max-width: 700px) { .globe-dim .globe canvas { opacity: .32; } html:not(.globe-live).globe-dim .globe-static { opacity: .32; } }
.globe-far .globe canvas, html:not(.globe-live).globe-far .globe-static { opacity: .1; }

/* Faint page links (assets/js/links.js) */
main { position: relative; }
.netlines { position: fixed; left: 0; top: 0; width: 100%; height: 100vh; height: 100lvh; pointer-events: none; z-index: 0; }
.links { display: none; }
.links path { fill: none; stroke-width: 1.1; stroke-linecap: round; opacity: .32; }
.links circle { opacity: .95; }
main > section, main > div { position: relative; z-index: 1; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 13px 24px; border-radius: 999px; border: 1.5px solid transparent;
  font: inherit; font-weight: 600; font-size: 15px; line-height: 1.1; text-decoration: none; cursor: pointer; transition: transform .45s var(--ease-out), background-color .3s var(--ease-soft), border-color .3s var(--ease-soft), color .3s var(--ease-soft), box-shadow .45s var(--ease-out); }
.btn svg { width: 18px; height: 18px; flex: none; transition: transform .45s var(--ease-out); }
.btn:hover svg { transform: translateX(3px); }
.btn-primary { background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: #fff; box-shadow: 0 8px 22px rgba(47,91,234,.28); }
.btn-primary:hover { color: #fff; transform: translateY(-1px); box-shadow: 0 12px 28px rgba(47,91,234,.38); }
.btn-primary:disabled { opacity: .6; cursor: wait; }
.btn-outline { background: rgba(255,255,255,.85); color: var(--navy); border-color: #c6d6ee; }
.btn-outline:hover { color: var(--navy); border-color: var(--blue); background: #fff; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; height: var(--header-h); background: rgba(243,248,255,.72);
  -webkit-backdrop-filter: saturate(160%) blur(14px); backdrop-filter: saturate(160%) blur(14px); border-bottom: 1px solid transparent; transition: background-color .3s, box-shadow .3s, border-color .3s; }
.site-header.is-scrolled { background: rgba(234,242,251,.94); border-color: var(--line); box-shadow: 0 6px 24px rgba(21,40,79,.06); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; color: var(--navy); flex: none; }
.brand img { height: 44px; width: auto; border-radius: 3px; }
.brand-tag { font-size: 10px; letter-spacing: .3em; text-transform: uppercase; color: var(--navy); font-weight: 600; white-space: nowrap; }
.nav { display: flex; align-items: center; gap: 2px; }
.nav a { position: relative; display: inline-block; padding: 9px 13px; border-radius: 999px; color: var(--navy); text-decoration: none; font-size: 14.5px; font-weight: 500; white-space: nowrap; transition: color .3s var(--ease-soft), background-color .3s var(--ease-soft); }
.nav a:hover { color: var(--blue); background: rgba(47,91,234,.07); }
.nav a.is-active { color: var(--blue); }
.nav .nav-cta { margin-left: 6px; background: var(--navy); color: #fff; padding: 10px 20px; }
.nav .nav-cta:hover, .nav .nav-cta.is-active { background: var(--blue); color: #fff; }
.nav-langs { display: none; }
.lang-menu { position: relative; }
.lang-menu summary { list-style: none; display: inline-flex; align-items: center; gap: 6px; padding: 9px 12px; border-radius: 999px; cursor: pointer; font-size: 14px; font-weight: 600; color: var(--navy); }
.lang-menu summary::-webkit-details-marker { display: none; }
.lang-menu summary svg { width: 18px; height: 18px; }
.lang-menu summary:hover { background: rgba(47,91,234,.07); }
.lang-menu ul { position: absolute; right: 0; top: calc(100% + 8px); min-width: 170px; padding: 6px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.lang-menu ul a { display: block; padding: 9px 14px; border-radius: 10px; }
.lang-menu ul a[aria-current] { color: var(--blue); font-weight: 600; background: rgba(47,91,234,.06); }
.nav-toggle { display: none; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line); background: #fff; color: var(--navy); cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle svg { width: 22px; height: 22px; }
.nav-toggle .icon-close, .nav-toggle[aria-expanded="true"] .icon-open { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }

/* Sections */
.section { padding: 96px 0; }
.section-tint { background: linear-gradient(180deg, rgba(197,217,241,.28) 0%, rgba(197,217,241,.62) 12%, rgba(197,217,241,.62) 88%, rgba(197,217,241,.28) 100%); }
.section-head { max-width: 780px; margin-bottom: 44px; }
.section-head h2, .cred-text h2, .contact-info h2, .interlink-card h2 { font-size: clamp(26px, 3.2vw, 40px); }
.section-head > p:last-child { font-size: 17px; color: var(--muted); margin: 0; }
.kicker { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 16px; font-size: 12px; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: var(--blue); }
.kicker::before { content: ""; width: 28px; height: 2px; border-radius: 2px; background: currentColor; }
.glass { background: var(--card); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); border: 1px solid rgba(215,227,244,.95); box-shadow: var(--shadow-sm); }
.note { font-size: 13px; color: var(--muted); margin: 22px 0 0; }
.icon { flex: none; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; color: var(--blue); background: linear-gradient(135deg, rgba(47,91,234,.10), rgba(22,193,217,.12)); }
.icon svg { width: 23px; height: 23px; }
.h3 { font-size: 22px; }

/* Hero */
.hero { padding: clamp(40px, 7vh, 84px) 0 clamp(150px, 26vh, 280px); overflow: hidden; }
.hero-copy { position: relative; max-width: 760px; }
.hero-copy::before { content: ""; position: absolute; left: -140px; top: -90px; right: -180px; bottom: -90px; z-index: -1; pointer-events: none;
  background: radial-gradient(closest-side, rgba(234,242,251,.94), rgba(234,242,251,.72) 55%, rgba(234,242,251,0)); }
.hero-tag { font-size: 12.5px; letter-spacing: .34em; font-weight: 600; color: var(--navy); margin: 0 0 18px; }
.hero h1 { font-size: clamp(27px, 3.6vw, 46px); line-height: 1.18; margin-bottom: 22px; }
.hero-lead { font-size: clamp(16px, 1.3vw, 18px); color: var(--muted); max-width: 660px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 26px; }
.hero-meta { display: flex; align-items: flex-start; gap: 10px; color: var(--navy); margin: 0; line-height: 1.4; }
.hero-meta svg { width: 20px; height: 20px; color: var(--blue); margin-top: 1px; flex: none; }
.hero-meta small { color: var(--muted); font-size: 13.5px; }
.hero-mark { display: flex; align-items: center; justify-content: center; gap: 16px; margin: 34px 0 0; padding-left: .46em; font-size: 11.5px; line-height: 1; letter-spacing: .46em; text-transform: uppercase; font-weight: 600; color: rgba(22, 42, 88, .78); }
.hero-mark::before, .hero-mark::after { content: ""; width: 44px; height: 1px; flex: none; }
.hero-mark::before { background: linear-gradient(90deg, rgba(60, 90, 170, 0), rgba(60, 90, 170, .55)); margin-right: .46em; }
.hero-mark::after { background: linear-gradient(90deg, rgba(60, 90, 170, .55), rgba(60, 90, 170, 0)); }

/* Stats */
.stats-wrap { margin-top: -70px; }
.stats { display: grid; grid-template-columns: repeat(5, 1fr); border-radius: var(--radius-lg); padding: 26px 10px; }
.stat { text-align: center; padding: 6px 12px; }
.stat + .stat { border-left: 1px solid var(--line); }
.stat-num { display: block; font-size: clamp(30px, 3.4vw, 42px); font-weight: 700; color: var(--navy); line-height: 1.1; }
.stat-label { display: block; font-size: 13.5px; color: var(--muted); margin-top: 6px; }

/* Interlinking */
.interlink { padding-bottom: 30px; }
.interlink-card { display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; align-items: center; padding: 40px; border-radius: var(--radius-lg); }
.interlink-card p:last-child { color: var(--muted); margin: 0; }
.topic-list { display: flex; flex-wrap: wrap; gap: 10px; }
.topic-list li { display: inline-flex; align-items: center; gap: 9px; padding: 8px 15px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-size: 14px; font-weight: 500; }
.topic-list li::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--dot); box-shadow: 0 0 0 4px color-mix(in srgb, var(--dot) 18%, transparent); }

/* Service cards */
.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.card { display: flex; gap: 18px; padding: 26px; border-radius: var(--radius); transition: transform .6s var(--ease-out), box-shadow .6s var(--ease-out), border-color .4s var(--ease-soft); }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #bfd2ee; }
.card h3 { font-size: 18px; margin-bottom: 8px; }
.card p { color: var(--muted); font-size: 15px; margin: 0; }
.tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.tag { font-size: 12px; font-weight: 600; color: var(--navy-2); background: #eef4fd; border: 1px solid #dbe7f7; padding: 4px 10px; border-radius: 999px; }

/* Management systems */
.ms-nodes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 22px; }
.ms-node { padding: 24px; border-radius: var(--radius); text-align: center; }
.ms-node strong { display: block; font-size: 22px; color: var(--navy); }
.ms-node span { font-size: 14px; color: var(--muted); }
.ms-steps { padding: 28px 30px; border-radius: var(--radius); }
.ms-steps h3 { font-size: 17px; margin-bottom: 16px; }
.ms-steps ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px 24px; }
.ms-steps li { display: flex; align-items: center; gap: 12px; font-size: 15px; }
.ms-steps .n { flex: none; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; font-size: 13px; font-weight: 700; color: #fff; background: linear-gradient(135deg, var(--blue), var(--cyan)); }

/* Industries */
.industries { display: grid; grid-template-columns: repeat(7, 1fr); gap: 14px; margin-bottom: 22px; }
.industry { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 20px 10px; border-radius: var(--radius); text-align: center; font-size: 14px; font-weight: 600; color: var(--navy); line-height: 1.3; }
.panel { padding: 26px 30px; border-radius: var(--radius); }
.panel h3 { font-size: 17px; margin-bottom: 14px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { padding: 7px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-size: 14px; font-weight: 600; color: var(--navy-2); }

/* Credentials */
.cred-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
.cred-text .big { font-size: 18px; line-height: 1.7; }
.independence { border-left: 3px solid var(--blue); padding: 10px 0 10px 18px; color: var(--muted); background: rgba(255,255,255,.6); border-radius: 0 10px 10px 0; margin: 0; }
.cred-list { display: grid; gap: 14px; }
.cred { display: flex; gap: 16px; align-items: center; padding: 18px 20px; border-radius: var(--radius); }
.cred strong { display: block; color: var(--navy); font-size: 15.5px; }
.cred span { font-size: 14px; color: var(--muted); }

/* Steps and languages */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: s; }
.step { padding: 26px; border-radius: var(--radius); }
.step-num { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; font-weight: 700; color: #fff; background: var(--navy); margin-bottom: 16px; }
.step h3 { font-size: 17px; }
.step p { font-size: 15px; color: var(--muted); margin: 0; }
.langs-card { margin-top: 28px; padding: 28px 30px; border-radius: var(--radius); display: grid; grid-template-columns: 1fr 1.4fr; gap: 28px; align-items: center; }
.langs-text p { color: var(--muted); margin: 0; }
.langs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.lang { display: flex; align-items: center; gap: 10px; }
.lang-code { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; font-size: 13px; font-weight: 700; color: var(--blue); background: #eef4fd; border: 1px solid #dbe7f7; flex: none; }
.lang strong { display: block; font-size: 14.5px; color: var(--navy); line-height: 1.2; }
.lang span { font-size: 13px; color: var(--muted); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 48px; align-items: start; }
.contact-info > p { color: var(--muted); font-size: 17px; }
.contact-list { display: grid; gap: 12px; margin-top: 26px; }
.contact-item { display: flex; align-items: center; gap: 16px; padding: 16px 18px; border-radius: var(--radius); text-decoration: none; color: var(--navy); }
a.contact-item:hover { border-color: var(--blue); }
.contact-item small { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }
.contact-item span { font-weight: 600; word-break: break-word; }
.form-card { padding: 32px; border-radius: var(--radius-lg); }
.form-card h3 { font-size: 22px; margin-bottom: 4px; }
.form-hint { font-size: 14px; color: var(--muted); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.field label { font-size: 14px; font-weight: 600; color: var(--navy); }
.opt { font-weight: 400; color: var(--muted); }
.field input, .field select, .field textarea { font: inherit; font-size: 16px; color: var(--text); background: #fff; border: 1.5px solid #cfdcee; border-radius: 12px; padding: 12px 14px; width: 100%; transition: border-color .2s, box-shadow .2s; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(47,91,234,.14); }
.form-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.form-foot p { font-size: 13px; color: var(--muted); margin: 0; max-width: 300px; }
.form-status { margin: 14px 0 0; font-size: 14px; }
.form-status.is-ok { color: #16804a; } .form-status.is-info { color: var(--navy); }
.form-alt { font-size: 14px; color: var(--muted); margin: 16px 0 0; }
.hp { position: absolute; left: -9999px; }

/* Footer */
.site-footer { position: relative; z-index: 1; margin-top: 0; padding: 34px 0 30px; background: #cfdff3; border-top: 1px solid var(--line); font-size: 14px; color: var(--muted); }
.standards { font-size: 12.5px; line-height: 1.7; color: var(--muted); margin: 0 0 28px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.standards strong { color: var(--navy); font-weight: 600; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; }
.footer-brand img { height: 50px; width: auto; border-radius: 3px; margin-bottom: 10px; }
.footer-brand .brand-tag { display: block; margin-bottom: 12px; }
.foot-h { font-size: 13px; text-transform: uppercase; letter-spacing: .14em; margin: 0 0 12px; color: var(--navy); }
.footer-grid ul { display: grid; gap: 8px; margin-bottom: 18px; }
.footer-grid a { color: var(--navy-2); text-decoration: none; }
.footer-grid a:hover { color: var(--blue); text-decoration: underline; }
.foot-langs a { margin-right: 12px; white-space: nowrap; }
.foot-langs a[aria-current] { font-weight: 700; }
.footer-bottom { margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 12.5px; }
.footer-bottom p { margin: 0 0 4px; }

/* Simple pages */
.page-hero { padding: 70px 0 30px; }
.page-hero h1 { font-size: clamp(30px, 4vw, 44px); }
.page-hero p { color: var(--muted); font-size: 17px; max-width: 720px; }
.prose { max-width: 820px; padding: 34px; border-radius: var(--radius-lg); margin-bottom: 60px; }
.prose h2 { font-size: 20px; margin-top: 1.4em; }
.prose h2:first-child { margin-top: 0; }

/* Language suggestion banner */
.lang-banner { position: fixed; left: 50%; bottom: 18px; transform: translateX(-50%); z-index: 150; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: center;
  max-width: calc(100% - 24px); padding: 10px 12px 10px 18px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); font-size: 14px; }
.lang-banner a { font-weight: 600; }
.lang-banner button { border: 0; background: #eef4fd; color: var(--navy); border-radius: 10px; padding: 7px 12px; font: inherit; font-size: 13px; cursor: pointer; }

/* Reveal */
.js .reveal { opacity: 0; transform: translate3d(0, 22px, 0); transition: opacity 1s var(--ease-soft), transform 1.2s var(--ease-out); transition-delay: var(--d, 0s); }
.js .hero .reveal { transition-duration: 1.2s, 1.5s; }
.js .hero h1.reveal { --d: .12s !important; } .js .hero .hero-lead.reveal { --d: .24s !important; } .js .hero .hero-actions.reveal { --d: .36s !important; } .js .hero .hero-meta.reveal { --d: .48s !important; } .js .hero .hero-mark.reveal { --d: .9s !important; }
.js .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1; transform: none; transition: none; } }

/* Responsive */
@media (max-width: 1120px) {
  .nav-toggle { display: inline-flex; }
  .nav-wrap { position: absolute; top: 100%; left: 0; right: 0; height: calc(100vh - var(--header-h)); height: calc(100dvh - var(--header-h)); background: rgba(234,242,251,.98); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
    transform: translateY(-8px); opacity: 0; visibility: hidden; transition: opacity .35s var(--ease-soft), transform .5s var(--ease-out), visibility .35s; overflow-y: auto; }
  body.nav-open .nav-wrap { opacity: 1; transform: none; visibility: visible; }
  .nav { flex-direction: column; align-items: stretch; gap: 4px; padding: 20px 24px 40px; }
  .nav a { font-size: 18px; padding: 14px 16px; border-radius: 12px; }
  .nav .nav-cta { display: block; margin: 10px 0 0; text-align: center; }
  .nav-lang { display: none; }
  .nav-langs { display: flex; gap: 8px; justify-content: center; margin-top: 18px; }
  .nav-langs a { font-size: 15px; font-weight: 600; padding: 10px 16px; border: 1px solid var(--line); background: #fff; }
  .nav-langs a[aria-current] { background: var(--navy); color: #fff; border-color: var(--navy); }
  .industries { grid-template-columns: repeat(4, 1fr); }
  .ms-nodes { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .section { padding: 72px 0; }
  .cards { grid-template-columns: 1fr; }
  .interlink-card, .cred-grid, .contact-grid, .langs-card { grid-template-columns: 1fr; gap: 26px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .ms-steps ol { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  :root { --ease-out: cubic-bezier(.16,1,.3,1); --ease-soft: cubic-bezier(.22,.61,.36,1); --header-h: 66px; }
  .wrap { padding: 0 18px; }
  .brand img { height: 38px; }
  .brand .brand-tag { display: none; }
  .hero { padding: 30px 0 170px; }
  .hero h1 { font-size: clamp(24px, 6.6vw, 30px); }
  .hero-actions .btn { flex: 1 1 100%; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 16px 0; padding: 20px 6px; }
  .stat:nth-child(odd) { border-left: 0; }
  .stat:last-child { grid-column: 1 / -1; }
  .interlink-card, .form-card, .prose { padding: 24px 20px; }
  .card { padding: 20px; gap: 14px; }
  .icon { width: 40px; height: 40px; border-radius: 11px; }
  .icon svg { width: 20px; height: 20px; }
  .industries { grid-template-columns: repeat(2, 1fr); }
  .industries li:last-child { grid-column: 1 / -1; }
  .ms-node { padding: 18px 12px; }
  .ms-node strong { font-size: 19px; }
  .ms-steps ol, .steps { grid-template-columns: 1fr; }
  .langs { grid-template-columns: repeat(2, 1fr); }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-foot .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 20px; }
}

/* Navy band (logo navy) for the credentials */
.section-navy { background: linear-gradient(160deg, #15284f 0%, #1a3261 60%, #1d3a70 100%); color: #d5e1f3; }
.section-navy h2 { color: #fff; }
.section-navy .kicker { color: #8fb6ff; }
.section-navy .cred-text .big { color: #e3ecf8; }
.section-navy .independence { background: rgba(255,255,255,.07); border-left-color: #6f9dff; color: #c6d5ec; }
.section-navy .independence a { color: #a9c6ff; }
.section-navy .cred { background: #fff; border-color: rgba(255,255,255,.2); box-shadow: 0 10px 30px rgba(3,10,30,.25); }
.section-navy .cred .icon { background: #e6effc; }
/* cards stand out from the blue page */
.glass { border-color: #c8d9ef; box-shadow: 0 1px 2px rgba(21,40,79,.06), 0 10px 26px rgba(21,40,79,.08); }
.footer-bottom { border-top-color: #b9cde8; }

/* Hero over the rising globe: the sphere's top shows under the copy, the rest runs off-screen */
.hero { padding-bottom: calc(42vw + 40px); }
@media (min-width: 1000px) {
  .hero { padding-top: clamp(26px, 4.5vh, 56px); }
  .hero-copy { max-width: 1040px; margin: 0 auto; text-align: center; }
  .hero-copy::before { left: -120px; right: -120px; bottom: -20px; }
  .hero h1 { font-size: clamp(30px, 2.75vw, 42px); max-width: 1000px; margin-left: auto; margin-right: auto; margin-bottom: 18px; }
  .hero .hero-lead { max-width: 780px; margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; margin: 24px 0 18px; }
  .hero-meta { justify-content: center; text-align: left; }
  .hero-tag { text-align: center; }
}
@media (max-width: 999px) { .hero { padding-bottom: calc(62vw + 40px); } }
@media (max-width: 699px) { .hero { padding-bottom: calc(96vw + 40px); } }
@media (max-width: 700px) { .hero-mark { margin-top: 24px; font-size: 11px; } .hero-mark::before, .hero-mark::after { width: 32px; } }
