/*
Theme Name: OLYAEROSPACE Strategic Group
Theme URI: https://olyaerospace.com
Author: OLYVENRA Strategic Group
Description: Multilingual executive WordPress theme for OLYAEROSPACE, a company of OLYVENRA Strategic Group.
Version: 1.0.0
Text Domain: olyaerospace
*/

:root {
  --navy-950: #03131e;
  --navy-900: #051c2b;
  --navy-800: #0a2a3e;
  --navy-700: #123d55;
  --blue-600: #0077c8;
  --blue-400: #4dbdff;
  --gold-500: #cda94a;
  --gold-400: #dfc36d;
  --ink: #102334;
  --slate: #526577;
  --muted: #8ba0af;
  --line-dark: rgba(215, 178, 67, .18);
  --line-light: #d8e1e8;
  --white: #fff;
  --surface: #f5f7f9;
  --surface-quiet: #eef3f6;
  --radius: 2px;
  --container: 1240px;
  --shadow-sm: 0 10px 30px rgba(3, 19, 30, .08);
  --shadow-lg: 0 26px 80px rgba(3, 19, 30, .24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.container { width: min(var(--container), 90vw); margin: 0 auto; }
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10000;
  padding: 12px 18px;
  transform: translateY(-170%);
  background: var(--white);
  color: var(--navy-950);
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold-500); outline-offset: 3px; }

.topbar {
  background: var(--navy-950);
  color: #d7e1ea;
  border-bottom: 1px solid var(--line-dark);
  font-size: 12px;
  font-weight: 700;
}
.topbar-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.group-lockup img { width: 186px; height: auto; }
.topbar span { color: #c5d2dc; text-align: right; }

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--line-light);
  box-shadow: 0 8px 24px rgba(3, 19, 30, .06);
  backdrop-filter: blur(14px);
}
.header-inner {
  min-height: 84px;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
}
.brand { display: inline-flex; align-items: center; min-width: 0; }
.brand img { width: 248px; height: auto; }
.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  min-width: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}
.nav a {
  display: inline-flex;
  align-items: center;
  min-height: 84px;
  border-bottom: 3px solid transparent;
}
.nav a:hover { color: var(--blue-600); border-bottom-color: var(--gold-500); }
.langs {
  display: flex;
  align-items: center;
  gap: 4px;
}
.langs a {
  min-width: 32px;
  padding: 7px 8px;
  border: 1px solid var(--line-light);
  background: var(--white);
  color: var(--slate);
  text-align: center;
  font-size: 11px;
  font-weight: 900;
}
.langs a.active,
.langs a:hover {
  background: var(--navy-900);
  color: var(--white);
  border-color: var(--navy-900);
}
.menu-toggle {
  display: none;
  width: 44px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  background: var(--white);
}
.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  background: var(--navy-950);
  color: var(--white);
}
.hero-media {
  position: absolute;
  inset: 0;
  opacity: .78;
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 19, 30, .98) 0%, rgba(3, 19, 30, .82) 36%, rgba(3, 19, 30, .42) 74%, rgba(3, 19, 30, .72) 100%),
    linear-gradient(0deg, rgba(3, 19, 30, .92) 0%, rgba(3, 19, 30, .2) 44%, rgba(3, 19, 30, .6) 100%);
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-inner {
  position: relative;
  z-index: 2;
  min-height: 660px;
  display: grid;
  grid-template-columns: minmax(0, .62fr) minmax(360px, .38fr);
  gap: 54px;
  align-items: center;
  padding: 84px 0 112px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--blue-600);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}
.eyebrow::before {
  content: "";
  width: 42px;
  height: 2px;
  background: var(--gold-500);
}
.eyebrow.light { color: #dbe6ef; }
.hero h1,
.section h2,
.contact-section h2 {
  margin: 16px 0 20px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
}
.hero h1 { max-width: 820px; font-size: 58px; }
.lead {
  max-width: 760px;
  margin: 0;
  color: #d8e4ee;
  font-size: 19px;
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 900;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold-500); color: var(--navy-950); }
.btn-primary:hover { background: var(--gold-400); }
.btn-secondary { border-color: rgba(255, 255, 255, .32); color: var(--white); }
.btn-dark { background: var(--navy-900); color: var(--white); }
.group-badge {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
  padding: 11px 14px;
  border-left: 3px solid var(--gold-500);
  background: rgba(255, 255, 255, .08);
  color: #dce8f1;
  font-size: 13px;
  font-weight: 800;
}
.group-badge strong { color: var(--white); }
.hero-intel {
  border: 1px solid rgba(215, 178, 67, .24);
  border-top: 4px solid var(--gold-500);
  background: rgba(3, 19, 30, .78);
  box-shadow: var(--shadow-lg);
  padding: 28px;
}
.intel-logo-row {
  display: grid;
  gap: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.intel-logo-row img { width: 292px; height: auto; }
.intel-logo-row span {
  color: var(--gold-400);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.hero-intel p {
  margin: 20px 0 0;
  color: #d3dee7;
}
.intel-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}
.intel-list span {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .06);
  color: #eef4f8;
  font-size: 14px;
  font-weight: 800;
}
.metric-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: -86px;
  border: 1px solid rgba(215, 178, 67, .24);
  border-top: 4px solid var(--gold-500);
  background: var(--white);
  box-shadow: var(--shadow-lg);
}
.metric-strip div {
  min-height: 118px;
  padding: 24px;
  border-right: 1px solid var(--line-light);
}
.metric-strip div:last-child { border-right: 0; }
.metric-strip span {
  display: block;
  color: var(--slate);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.metric-strip strong {
  display: block;
  margin-top: 8px;
  color: var(--navy-950);
  font-size: 24px;
  line-height: 1.15;
}

.section { padding: 96px 0; }
.section h2 {
  color: var(--ink);
  font-size: 44px;
}
.section p {
  color: var(--slate);
  font-size: 16px;
}
.section-head {
  max-width: 900px;
  margin-bottom: 38px;
}
.section-head p {
  margin: 0;
  font-size: 18px;
}
.group-section {
  padding-top: 138px;
  background: linear-gradient(135deg, var(--surface), var(--white));
}
.group-layout {
  display: grid;
  grid-template-columns: minmax(0, .44fr) minmax(0, .56fr);
  gap: 48px;
  align-items: start;
}
.brand-system {
  margin-top: 28px;
  padding: 22px;
  border: 1px solid var(--line-light);
  border-left: 4px solid var(--gold-500);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
.brand-system img { width: 300px; height: auto; margin-bottom: 14px; }
.brand-system span {
  display: block;
  color: var(--slate);
  font-size: 13px;
  font-weight: 800;
}
.unit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.unit-card {
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line-light);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
.unit-card.featured {
  border-color: rgba(23, 104, 232, .38);
  border-top: 4px solid var(--blue-600);
  background: linear-gradient(180deg, #fff, #f3f7fb);
}
.unit-card span {
  display: block;
  color: var(--gold-500);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.unit-card h3 {
  margin: 14px 0 12px;
  color: var(--navy-950);
  font-size: 25px;
  line-height: 1.15;
}
.unit-card p { margin: 0; font-size: 14px; }

.position-section { background: var(--white); }
.two-col {
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, .58fr);
  gap: 52px;
  align-items: start;
}
.copy-stack {
  border-left: 4px solid var(--gold-500);
  padding-left: 28px;
}
.copy-stack p { margin-top: 0; font-size: 18px; }

.dark-section,
.assurance-section,
.contact-section {
  background: linear-gradient(135deg, var(--navy-950), var(--navy-900) 58%, var(--navy-800));
  color: var(--white);
}
.dark-section h2,
.dark-section h3,
.assurance-section h2,
.assurance-section h3,
.contact-section h2 { color: var(--white); }
.dark-section p,
.assurance-section p,
.contact-section p { color: #c8d6e1; }
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.cap-card {
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-top: 3px solid rgba(205, 169, 74, .55);
  background: rgba(255, 255, 255, .055);
}
.card-index {
  display: block;
  width: 36px;
  height: 3px;
  margin-bottom: 22px;
  background: var(--gold-500);
}
.cap-card h3,
.sector-card h3,
.governance-list h3,
.process-card h3,
.assurance-grid h3,
.download-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.25;
}
.cap-card p { margin: 0; font-size: 15px; }

.sectors-section { background: var(--surface); }
.sector-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.sector-card {
  min-height: 210px;
  padding: 26px;
  border: 1px solid var(--line-light);
  border-bottom: 3px solid var(--gold-500);
  background: var(--white);
}

.governance-section { background: var(--white); }
.governance-layout {
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, .58fr);
  gap: 48px;
}
.governance-list {
  display: grid;
  gap: 0;
  border: 1px solid var(--line-light);
  background: var(--white);
}
.governance-list article {
  padding: 24px 26px;
  border-bottom: 1px solid var(--line-light);
}
.governance-list article:last-child { border-bottom: 0; }
.governance-list p { margin: 0; font-size: 14px; }

.process-section { background: var(--surface-quiet); }
.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--line-light);
  background: var(--white);
}
.process-card {
  min-height: 310px;
  padding: 28px 22px;
  border-right: 1px solid var(--line-light);
}
.process-card:last-child { border-right: 0; }
.process-card span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border: 2px solid var(--gold-500);
  border-radius: 50%;
  color: var(--navy-950);
  font-weight: 900;
}
.process-card p { margin: 0; font-size: 14px; }

.assurance-layout {
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, .58fr);
  gap: 48px;
  align-items: start;
}
.assurance-grid {
  display: grid;
  gap: 16px;
}
.assurance-grid article {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-left: 4px solid var(--gold-500);
  background: rgba(255, 255, 255, .055);
}
.assurance-grid p { margin: 0; font-size: 15px; }

.documents-section {
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-quiet) 100%);
}
.documents-notice {
  margin: 0 0 34px;
  padding: 22px 24px;
  border: 1px solid var(--line-light);
  border-left: 4px solid var(--gold-500);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
.documents-notice strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy-950);
  font-size: 15px;
  font-weight: 900;
}
.documents-notice span {
  display: block;
  color: var(--slate);
  font-size: 14px;
}
.document-group-title {
  margin: 38px 0 18px;
  color: var(--navy-950);
  font-size: 26px;
}
.download-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.download-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px;
  border: 1px solid var(--line-light);
  border-top: 3px solid var(--blue-600);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
.policy-card { border-top-color: var(--gold-500); }
.download-card p {
  margin: 0 0 18px;
  font-size: 13px;
}
.filetag {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 4px 8px;
  border: 1px solid var(--line-light);
  background: var(--surface);
  color: var(--slate);
  font-size: 11px;
  font-weight: 900;
}
.text-link {
  margin-top: auto;
  color: var(--blue-600);
  font-size: 13px;
  font-weight: 900;
}
.text-link:hover { color: var(--navy-900); text-decoration: underline; }

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, .48fr) minmax(0, .52fr);
  gap: 48px;
  align-items: start;
}
.contact-cards {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}
.contact-cards div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .055);
}
.contact-cards span {
  display: block;
  color: var(--gold-400);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.contact-cards strong {
  display: block;
  color: var(--white);
  word-break: break-word;
}
.contact-form {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-top: 4px solid var(--gold-500);
  background: rgba(255, 255, 255, .08);
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .92);
  color: var(--ink);
  padding: 14px 15px;
}
.contact-form textarea { min-height: 148px; resize: vertical; }

.footer {
  background: var(--navy-950);
  color: #cbd8e2;
  padding: 66px 0 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(180px, .75fr) minmax(180px, .75fr) minmax(220px, .85fr);
  gap: 38px;
}
.footer-od-logo { width: 300px; margin-bottom: 22px; }
.footer-group-logo { width: 240px; margin-top: 24px; opacity: .92; }
.footer h4 {
  margin: 0 0 17px;
  color: var(--white);
  font-size: 15px;
}
.footer a {
  display: block;
  margin: 8px 0;
  color: #cbd8e2;
}
.footer a:hover { color: var(--gold-400); }
.footer p { margin: 0 0 14px; color: #cbd8e2; font-size: 14px; }
.footer p span { color: var(--gold-400); font-weight: 900; }
.footline {
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: #92a4b3;
  font-size: 12px;
  font-weight: 700;
}

.cookie {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1100;
  max-width: 820px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: var(--navy-900);
  color: var(--white);
  box-shadow: var(--shadow-lg);
}
.cookie button {
  border: 0;
  border-radius: var(--radius);
  background: var(--gold-500);
  color: var(--navy-950);
  padding: 9px 14px;
  font-weight: 900;
}

.rtl,
.rtl body { direction: rtl; }
.rtl .brand,
.rtl .group-lockup,
.rtl .footer-od-logo,
.rtl .footer-group-logo,
.rtl .intel-logo-row img { direction: ltr; }
.rtl .topbar span { text-align: left; }
.rtl .copy-stack {
  border-left: 0;
  border-right: 4px solid var(--gold-500);
  padding-left: 0;
  padding-right: 28px;
}
.rtl .documents-notice,
.rtl .assurance-grid article {
  border-left-width: 1px;
  border-right: 4px solid var(--gold-500);
}

@media (max-width: 1180px) {
  .header-inner {
    grid-template-columns: 230px auto auto;
    gap: 16px;
  }
  .brand img { width: 226px; }
  .menu-toggle { display: grid; justify-self: end; }
  .nav {
    display: none;
    position: absolute;
    left: 5vw;
    right: 5vw;
    top: 84px;
    z-index: 1001;
    padding: 18px;
    border: 1px solid var(--line-light);
    background: var(--white);
    box-shadow: var(--shadow-lg);
  }
  .nav.open {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .nav a {
    min-height: auto;
    padding: 11px 0;
    border-bottom: 1px solid var(--line-light);
  }
  .hero-inner,
  .group-layout,
  .two-col,
  .governance-layout,
  .assurance-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .hero-inner { min-height: auto; padding-top: 70px; }
  .hero h1 { font-size: 46px; }
  .download-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-grid { grid-template-columns: 1fr; }
  .process-card {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }
  .process-card:last-child { border-bottom: 0; }
}

@media (max-width: 900px) {
  .topbar-inner {
    min-height: 58px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    padding: 9px 0;
  }
  .topbar span { text-align: left; }
  .header-inner {
    min-height: 72px;
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .brand img { width: 210px; }
  .langs {
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding-bottom: 12px;
  }
  .nav { top: 72px; }
  .hero { min-height: 0; }
  .hero-inner { padding: 58px 0 108px; }
  .hero h1 { font-size: 38px; }
  .lead { font-size: 17px; }
  .hero-intel { padding: 22px; }
  .metric-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: -70px;
  }
  .metric-strip div:nth-child(2) { border-right: 0; }
  .metric-strip div:nth-child(1),
  .metric-strip div:nth-child(2) { border-bottom: 1px solid var(--line-light); }
  .section { padding: 72px 0; }
  .section h2 { font-size: 34px; }
  .unit-grid,
  .card-grid,
  .sector-grid,
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 34px, var(--container)); }
  .group-lockup img { width: 160px; }
  .brand img { width: 190px; }
  .nav.open { grid-template-columns: 1fr; }
  .langs { flex-wrap: wrap; }
  .hero h1 { font-size: 33px; }
  .hero-actions { display: grid; }
  .btn { width: 100%; }
  .intel-logo-row img { width: 236px; }
  .metric-strip { grid-template-columns: 1fr; }
  .metric-strip div { border-right: 0; border-bottom: 1px solid var(--line-light); }
  .metric-strip div:last-child { border-bottom: 0; }
  .download-grid { grid-template-columns: 1fr; }
  .copy-stack {
    padding-left: 18px;
  }
  .contact-form { padding: 20px; }
  .cookie {
    display: block;
  }
  .cookie button {
    width: 100%;
    margin-top: 10px;
  }
}


.topbar,
.header {
  background: rgba(3, 19, 30, .98);
  border-color: rgba(255, 255, 255, .12);
}
.header { box-shadow: 0 10px 30px rgba(3, 19, 30, .2); }
.brand img {
  width: 286px;
  max-height: 72px;
  object-fit: contain;
}
.nav { color: #f4f8fb; }
.nav a:hover {
  color: var(--blue-400);
  border-bottom-color: var(--gold-500);
}
.langs a {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .18);
  color: #dbe6ef;
}
.langs a.active,
.langs a:hover {
  background: var(--blue-600);
  border-color: var(--blue-600);
  color: var(--white);
}
.menu-toggle {
  background: transparent;
  border-color: rgba(255, 255, 255, .24);
}
.menu-toggle span { background: var(--white); }
.brand img { max-height: 68px; object-fit: contain; }
.intel-logo-row img { max-height: 74px; object-fit: contain; }
.download-grid.forms-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.download-grid.policy-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.download-grid.controlled-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.form-download-card { border-top-color: var(--blue-400); }
.controlled-card { border-top-color: var(--navy-700); }
.doc-actions { width: 100%; margin-top: auto; display: flex; flex-wrap: wrap; gap: 10px; }
.text-link.secondary { color: var(--navy-700); }
.contact-form label { color: var(--white); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.contact-form button { width: max-content; min-width: 160px; }
.form-message { padding: 12px 14px; border: 1px solid rgba(255,255,255,.22); color: var(--white); font-weight: 800; }
.form-message.success { background: rgba(47,125,76,.35); }
.form-message.error { background: rgba(165,67,67,.35); }
.hp-field { position: absolute; left: -99999px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 1180px) {
  .nav {
    background: var(--navy-950);
    border-color: rgba(255, 255, 255, .14);
    color: var(--white);
  }
  .nav a { border-bottom-color: rgba(255, 255, 255, .14); }
  .download-grid.forms-grid,
  .download-grid.policy-grid,
  .download-grid.controlled-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .download-grid.forms-grid,
  .download-grid.policy-grid,
  .download-grid.controlled-grid { grid-template-columns: 1fr; }
  .contact-form button { width: 100%; }
}


.topbar,
.header {
  background: rgba(3, 19, 30, .98);
  border-color: rgba(255, 255, 255, .12);
}
.header { box-shadow: 0 10px 30px rgba(3, 19, 30, .2); }
.brand img {
  width: 286px;
  max-height: 72px;
  object-fit: contain;
}
.nav { color: #f4f8fb; }
.nav a:hover {
  color: var(--blue-400);
  border-bottom-color: var(--gold-500);
}
.langs a {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .18);
  color: #dbe6ef;
}
.langs a.active,
.langs a:hover {
  background: var(--blue-600);
  border-color: var(--blue-600);
  color: var(--white);
}
.menu-toggle {
  background: transparent;
  border-color: rgba(255, 255, 255, .24);
}
.menu-toggle span { background: var(--white); }
.brand img { max-height: 68px; object-fit: contain; }
.intel-logo-row img { max-height: 74px; object-fit: contain; }
.download-grid.forms-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.download-grid.policy-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.download-grid.controlled-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.form-download-card { border-top-color: var(--blue-400); }
.controlled-card { border-top-color: var(--navy-700); }
.doc-actions { width: 100%; margin-top: auto; display: flex; flex-wrap: wrap; gap: 10px; }
.text-link.secondary { color: var(--navy-700); }
.contact-form label { color: var(--white); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.contact-form button { width: max-content; min-width: 160px; }
.form-message { padding: 12px 14px; border: 1px solid rgba(255,255,255,.22); color: var(--white); font-weight: 800; }
.form-message.success { background: rgba(47,125,76,.35); }
.form-message.error { background: rgba(165,67,67,.35); }
.hp-field { position: absolute; left: -99999px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 1180px) {
  .nav {
    background: var(--navy-950);
    border-color: rgba(255, 255, 255, .14);
    color: var(--white);
  }
  .nav a { border-bottom-color: rgba(255, 255, 255, .14); }
  .download-grid.forms-grid,
  .download-grid.policy-grid,
  .download-grid.controlled-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .download-grid.forms-grid,
  .download-grid.policy-grid,
  .download-grid.controlled-grid { grid-template-columns: 1fr; }
  .contact-form button { width: 100%; }
}


.topbar,
.header {
  background: rgba(3, 19, 30, .98);
  border-color: rgba(255, 255, 255, .12);
}
.header { box-shadow: 0 10px 30px rgba(3, 19, 30, .2); }
.brand img {
  width: 286px;
  max-height: 72px;
  object-fit: contain;
}
.nav { color: #f4f8fb; }
.nav a:hover {
  color: var(--blue-400);
  border-bottom-color: var(--gold-500);
}
.langs a {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .18);
  color: #dbe6ef;
}
.langs a.active,
.langs a:hover {
  background: var(--blue-600);
  border-color: var(--blue-600);
  color: var(--white);
}
.menu-toggle {
  background: transparent;
  border-color: rgba(255, 255, 255, .24);
}
.menu-toggle span { background: var(--white); }
.brand img { max-height: 68px; object-fit: contain; }
.intel-logo-row img { max-height: 74px; object-fit: contain; }
.download-grid.forms-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.download-grid.policy-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.download-grid.controlled-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.form-download-card { border-top-color: var(--blue-400); }
.controlled-card { border-top-color: var(--navy-700); }
.doc-actions { width: 100%; margin-top: auto; display: flex; flex-wrap: wrap; gap: 10px; }
.text-link.secondary { color: var(--navy-700); }
.contact-form label { color: var(--white); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.contact-form button { width: max-content; min-width: 160px; }
.form-message { padding: 12px 14px; border: 1px solid rgba(255,255,255,.22); color: var(--white); font-weight: 800; }
.form-message.success { background: rgba(47,125,76,.35); }
.form-message.error { background: rgba(165,67,67,.35); }
.hp-field { position: absolute; left: -99999px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 1180px) {
  .nav {
    background: var(--navy-950);
    border-color: rgba(255, 255, 255, .14);
    color: var(--white);
  }
  .nav a { border-bottom-color: rgba(255, 255, 255, .14); }
  .download-grid.forms-grid,
  .download-grid.policy-grid,
  .download-grid.controlled-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .download-grid.forms-grid,
  .download-grid.policy-grid,
  .download-grid.controlled-grid { grid-template-columns: 1fr; }
  .contact-form button { width: 100%; }
}


.topbar,
.header {
  background: rgba(3, 19, 30, .98);
  border-color: rgba(255, 255, 255, .12);
}
.header { box-shadow: 0 10px 30px rgba(3, 19, 30, .2); }
.brand img {
  width: 286px;
  max-height: 72px;
  object-fit: contain;
}
.nav { color: #f4f8fb; }
.nav a:hover {
  color: var(--blue-400);
  border-bottom-color: var(--gold-500);
}
.langs a {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .18);
  color: #dbe6ef;
}
.langs a.active,
.langs a:hover {
  background: var(--blue-600);
  border-color: var(--blue-600);
  color: var(--white);
}
.menu-toggle {
  background: transparent;
  border-color: rgba(255, 255, 255, .24);
}
.menu-toggle span { background: var(--white); }
.brand img { max-height: 68px; object-fit: contain; }
.intel-logo-row img { max-height: 74px; object-fit: contain; }
.download-grid.forms-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.download-grid.policy-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.download-grid.controlled-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.form-download-card { border-top-color: var(--blue-400); }
.controlled-card { border-top-color: var(--navy-700); }
.doc-actions { width: 100%; margin-top: auto; display: flex; flex-wrap: wrap; gap: 10px; }
.text-link.secondary { color: var(--navy-700); }
.contact-form label { color: var(--white); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.contact-form button { width: max-content; min-width: 160px; }
.form-message { padding: 12px 14px; border: 1px solid rgba(255,255,255,.22); color: var(--white); font-weight: 800; }
.form-message.success { background: rgba(47,125,76,.35); }
.form-message.error { background: rgba(165,67,67,.35); }
.hp-field { position: absolute; left: -99999px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 1180px) {
  .nav {
    background: var(--navy-950);
    border-color: rgba(255, 255, 255, .14);
    color: var(--white);
  }
  .nav a { border-bottom-color: rgba(255, 255, 255, .14); }
  .download-grid.forms-grid,
  .download-grid.policy-grid,
  .download-grid.controlled-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .download-grid.forms-grid,
  .download-grid.policy-grid,
  .download-grid.controlled-grid { grid-template-columns: 1fr; }
  .contact-form button { width: 100%; }
}


.topbar,
.header {
  background: rgba(3, 19, 30, .98);
  border-color: rgba(255, 255, 255, .12);
}
.header { box-shadow: 0 10px 30px rgba(3, 19, 30, .2); }
.brand img {
  width: 286px;
  max-height: 72px;
  object-fit: contain;
}
.nav { color: #f4f8fb; }
.nav a:hover {
  color: var(--blue-400);
  border-bottom-color: var(--gold-500);
}
.langs a {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .18);
  color: #dbe6ef;
}
.langs a.active,
.langs a:hover {
  background: var(--blue-600);
  border-color: var(--blue-600);
  color: var(--white);
}
.menu-toggle {
  background: transparent;
  border-color: rgba(255, 255, 255, .24);
}
.menu-toggle span { background: var(--white); }
.brand img { max-height: 68px; object-fit: contain; }
.intel-logo-row img { max-height: 74px; object-fit: contain; }
.download-grid.forms-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.download-grid.policy-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.download-grid.controlled-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.form-download-card { border-top-color: var(--blue-400); }
.controlled-card { border-top-color: var(--navy-700); }
.doc-actions { width: 100%; margin-top: auto; display: flex; flex-wrap: wrap; gap: 10px; }
.text-link.secondary { color: var(--navy-700); }
.contact-form label { color: var(--white); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.contact-form button { width: max-content; min-width: 160px; }
.form-message { padding: 12px 14px; border: 1px solid rgba(255,255,255,.22); color: var(--white); font-weight: 800; }
.form-message.success { background: rgba(47,125,76,.35); }
.form-message.error { background: rgba(165,67,67,.35); }
.hp-field { position: absolute; left: -99999px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 1180px) {
  .nav {
    background: var(--navy-950);
    border-color: rgba(255, 255, 255, .14);
    color: var(--white);
  }
  .nav a { border-bottom-color: rgba(255, 255, 255, .14); }
  .download-grid.forms-grid,
  .download-grid.policy-grid,
  .download-grid.controlled-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .download-grid.forms-grid,
  .download-grid.policy-grid,
  .download-grid.controlled-grid { grid-template-columns: 1fr; }
  .contact-form button { width: 100%; }
}


.topbar,
.header {
  background: rgba(3, 19, 30, .98);
  border-color: rgba(255, 255, 255, .12);
}
.header { box-shadow: 0 10px 30px rgba(3, 19, 30, .2); }
.brand img {
  width: 286px;
  max-height: 72px;
  object-fit: contain;
}
.nav { color: #f4f8fb; }
.nav a:hover {
  color: var(--blue-400);
  border-bottom-color: var(--gold-500);
}
.langs a {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .18);
  color: #dbe6ef;
}
.langs a.active,
.langs a:hover {
  background: var(--blue-600);
  border-color: var(--blue-600);
  color: var(--white);
}
.menu-toggle {
  background: transparent;
  border-color: rgba(255, 255, 255, .24);
}
.menu-toggle span { background: var(--white); }
.brand img { max-height: 68px; object-fit: contain; }
.intel-logo-row img { max-height: 74px; object-fit: contain; }
.download-grid.forms-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.download-grid.policy-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.download-grid.controlled-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.form-download-card { border-top-color: var(--blue-400); }
.controlled-card { border-top-color: var(--navy-700); }
.doc-actions { width: 100%; margin-top: auto; display: flex; flex-wrap: wrap; gap: 10px; }
.text-link.secondary { color: var(--navy-700); }
.contact-form label { color: var(--white); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.contact-form button { width: max-content; min-width: 160px; }
.form-message { padding: 12px 14px; border: 1px solid rgba(255,255,255,.22); color: var(--white); font-weight: 800; }
.form-message.success { background: rgba(47,125,76,.35); }
.form-message.error { background: rgba(165,67,67,.35); }
.hp-field { position: absolute; left: -99999px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 1180px) {
  .nav {
    background: var(--navy-950);
    border-color: rgba(255, 255, 255, .14);
    color: var(--white);
  }
  .nav a { border-bottom-color: rgba(255, 255, 255, .14); }
  .download-grid.forms-grid,
  .download-grid.policy-grid,
  .download-grid.controlled-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .download-grid.forms-grid,
  .download-grid.policy-grid,
  .download-grid.controlled-grid { grid-template-columns: 1fr; }
  .contact-form button { width: 100%; }
}
