/* ===========================================================
   4DEFOPS — Digitalización de Operaciones en Defensa
   Design system · navy + cyan · defense-grade
   =========================================================== */

@import url('../fonts/fonts.css');

:root {
  --navy: #0A1628;
  --navy-2: #0C1C2E;
  --navy-mid: #0F2040;
  --navy-light: #152B52;
  --blue: #1A4B8C;
  --cyan: #00B4D0;
  --cyan-soft: #4FD8EC;
  --mint: #56CF9B;
  --ink: #E9EFF5;
  --muted: #9FB0C0;
  --dim: #6E8095;
  --line: rgba(140, 170, 200, .14);
  --line-strong: rgba(140, 170, 200, .28);
  --card: #0E2236;
  --card-2: #0B1B2C;
  --maxw: 1180px;
  --display: 'Saira', system-ui, sans-serif;
  --body: 'Carlito', 'Calibri', system-ui, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth
}

body {
  font-family: var(--body);
  background: var(--navy);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none
}

img {
  max-width: 100%;
  display: block
}

/* ---------- atmosphere ---------- */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(1100px 700px at 78% -10%, rgba(0, 180, 208, .16), transparent 60%),
    radial-gradient(900px 600px at 0% 0%, rgba(26, 75, 140, .20), transparent 55%),
    linear-gradient(180deg, #0A1628 0%, #0A1628 100%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .5;
  background-image:
    linear-gradient(rgba(140, 170, 200, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(140, 170, 200, .045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 90% 80% at 50% 30%, #000 35%, transparent 90%);
}

/* ---------- layout ---------- */
.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 28px
}

section {
  position: relative
}

.section {
  padding: 96px 0
}

.section-sm {
  padding: 64px 0
}

.alt {
  background: #0F2040;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line)
}

.eyebrow {
  font-family: var(--display);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--cyan);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--cyan);
  opacity: .8
}

h1,
h2,
h3,
h4 {
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.01em
}

h1 {
  font-size: clamp(2.3rem, 5.4vw, 4.1rem)
}

h2 {
  font-size: clamp(1.8rem, 3.6vw, 2.9rem)
}

h3 {
  font-size: 1.28rem
}

.lead {
  font-size: 1.12rem;
  color: var(--muted);
  max-width: 70ch
}

.cy {
  color: var(--cyan)
}

.dim {
  color: var(--muted)
}

.center {
  text-align: center
}

.center .lead {
  margin-left: auto;
  margin-right: auto
}

.center .eyebrow {
  justify-content: center
}

.problem-kicker {
  font-family: var(--display);
  color: var(--cyan);
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .85rem;
  line-height: 1.6;
  max-width: 92ch;
  margin-bottom: 18px;
}

.lead-section {
  margin: 18px 0 44px
}

.lead-section-sm {
  margin: 18px 0 28px
}

.lead-flush {
  margin: 18px 0 0
}

.lead-intg {
  margin: 18px auto 40px
}

.section-more {
  margin-top: 36px
}

.heading-spec {
  margin-bottom: 14px
}

.lead-spec {
  margin-bottom: 36px
}

/* ---------- nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 22, 40, .72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.nav .wrap {
  display: flex;
  align-items: center;
  gap: 28px;
  height: 72px
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px
}

.brand img {
  max-width: 200px;
  height: auto
}

.brand .wordmark {
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: .02em;
  color: #fff
}

.brand .wordmark span {
  color: var(--cyan)
}

.links {
  display: flex;
  gap: 30px;
  margin-left: auto
}

.links a {
  font-family: var(--display);
  font-weight: 500;
  font-size: .95rem;
  letter-spacing: .02em;
  color: var(--muted);
  padding: 6px 0;
  position: relative;
  transition: color .2s;
}

.links a:hover,
.links a.active {
  color: #fff
}

.links a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: var(--cyan);
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  padding: 3px;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: rgba(15, 32, 64, .72);
}

.lang-switch a {
  min-width: 31px;
  padding: 3px 7px;
  border-radius: 4px;
  color: var(--muted);
  font-family: var(--display);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: center;
  transition: background .2s, color .2s;
}

.lang-switch a:hover {
  color: #fff;
}

.lang-switch a.active {
  color: var(--navy);
  background: var(--cyan);
}

.nav .btn {
  margin-left: 6px
}

.navtoggle {
  display: none;
  background: none;
  border: 1px solid var(--line-strong);
  color: #fff;
  width: 42px;
  height: 38px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.1rem
}

/* ---------- buttons ---------- */
.btn {
  font-family: var(--display);
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .02em;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 22px;
  border-radius: 7px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: .2s;
  white-space: nowrap;
}

.btn-cyan {
  background: var(--cyan);
  color: #04141b;
  box-shadow: 0 6px 24px -8px rgba(0, 180, 208, .6)
}

.btn-cyan:hover {
  background: var(--cyan-soft);
  transform: translateY(-1px)
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-strong)
}

.btn-ghost:hover {
  border-color: var(--cyan);
  color: var(--cyan)
}

.btn .arr {
  transition: transform .2s
}

.btn:hover .arr {
  transform: translateX(3px)
}

/* ---------- hero ---------- */
.hero {
  padding: 120px 0 90px;
  position: relative
}

.hero-home {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: #000d22;
}

.hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/hero-bg.webp') center bottom / contain no-repeat;
  z-index: -2;
}

/* .hero-home::after {
    content: "";
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.25);

    z-index: -1;
  } */

.hero-platform {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero-platform::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/hero-platform-bg.webp') right top / cover no-repeat;
  z-index: -2;
}

.hero-platform::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: -1;
}

.hero-dominium {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero-dominium::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/hero-dominium-bg.webp') center / cover no-repeat;
  z-index: -2;
}

.hero-dominium::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: -1;
}

.hero-security {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero-security::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/hero-security-bg.webp') center / cover no-repeat;
  filter: blur(4px);
  transform: scale(1.03);
  z-index: -2;
}

.hero-security::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: -1;
}

.hero-page {
  padding-bottom: 50px;
}

.hero-page-md {
  padding-bottom: 54px
}

.hero-page-lg {
  padding-bottom: 60px
}

.hero .eyebrow {
  margin-bottom: 22px
}

.hero h1 {
  max-width: 18ch;
  margin-bottom: 24px
}

.hero .lead {
  font-size: 1.22rem;
  max-width: 56ch;
  margin-bottom: 36px
}

.hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap
}

.hero-meta {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 54px;
  padding-top: 30px;
  border-top: 1px solid var(--line)
}

.hero-meta div {
  font-family: var(--display)
}

.hero-meta b {
  display: block;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600
}

.hero-meta span {
  color: var(--dim);
  font-size: .84rem;
  letter-spacing: .04em
}

/* corner-bracket / HUD motif */
.brackets {
  position: relative
}

.brackets::before,
.brackets::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--cyan);
  opacity: .55;
}

.brackets::before {
  top: -1px;
  left: -1px;
  border-right: none;
  border-bottom: none
}

.brackets::after {
  bottom: -1px;
  right: -1px;
  border-left: none;
  border-top: none
}

/* ---------- cards / grids ---------- */
.grid {
  display: grid;
  gap: 20px
}

.g2 {
  grid-template-columns: repeat(2, 1fr)
}

.g3 {
  grid-template-columns: repeat(3, 1fr)
}

.g4 {
  grid-template-columns: repeat(4, 1fr)
}

.card {
  background: linear-gradient(180deg, var(--card), var(--card-2));
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 26px;
  position: relative;
  transition: .22s;
  overflow: hidden;
}

.card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--cyan);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .25s
}

.card:hover {
  border-color: var(--line-strong);
  transform: translateY(-3px)
}

.card:hover::before {
  transform: scaleY(1)
}

.card .num {
  font-family: var(--display);
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: .18em;
  color: var(--mint);
  text-transform: uppercase
}

.card h3 {
  margin: 10px 0 10px;
  color: #fff
}

.card p {
  color: var(--muted);
  font-size: .97rem
}

.sin .num {
  color: #C97B72
}

.sin::before {
  background: #C97B72
}

/* feature row */
.bgroup {
  background: var(--card-2);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 28px 24px
}

.bgroup h4 {
  font-family: var(--display);
  color: var(--cyan);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .82rem;
  margin-bottom: 18px;
}

.bgroup .grid {
  gap: 14px
}

/* strategic value panel */
.strategic-panel {
  background: var(--navy-mid);
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  overflow: hidden;
  margin-top: 40px
}

.strategic-kicker {
  padding: 22px 28px;
  border-bottom: 1px solid var(--line);
  font-family: var(--display);
  font-size: .82rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.5
}

.strategic-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr)
}

.strategic-col {
  padding: 32px 28px;
  border-right: 1px solid var(--line)
}

.strategic-col:last-child {
  border-right: none
}

.strategic-col .ph {
  font-family: var(--display);
  font-size: .74rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--dim);
  margin-bottom: 10px
}

.strategic-col h4 {
  font-size: 1.18rem;
  color: #fff;
  margin-bottom: 18px
}

.strategic-col ul {
  list-style: none
}

.strategic-col li {
  display: flex;
  gap: 11px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.45
}

.strategic-col li:first-of-type {
  border-top: none
}

.strategic-col li::before {
  content: "→";
  color: var(--cyan);
  flex: 0 0 auto;
  font-family: var(--display)
}

.strategic-foot {
  padding: 20px 28px;
  border-top: 1px solid var(--line);
  text-align: center;
  font-family: var(--display);
  font-size: .92rem;
  letter-spacing: .03em;
  color: var(--cyan)
}

@media(max-width:860px) {
  .strategic-cols {
    grid-template-columns: 1fr
  }

  .strategic-col {
    border-right: none;
    border-top: 1px solid var(--line)
  }
}

.feat {
  display: flex;
  gap: 14px;
  align-items: flex-start
}

.feat .dot {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.5px solid var(--cyan);
  display: grid;
  place-items: center;
  margin-top: 2px
}

.feat .dot::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan)
}

.feat p {
  color: var(--muted);
  font-size: .97rem
}

.feat b {
  color: #fff;
  font-weight: 700
}

/* ---------- module (plataforma) ---------- */
.module {
  display: block;
  padding: 46px 0;
  border-top: 1px solid var(--line);
}

.module:first-of-type {
  border-top: none
}

.module .mtag {
  font-family: var(--display);
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .2em;
  color: var(--mint);
  text-transform: uppercase
}

.module h2 {
  margin: 10px 0 14px;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem)
}

.module .desc {
  color: var(--muted);
  max-width: 72ch
}

.module ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px
}

.module li {
  position: relative;
  padding-left: 24px;
  color: var(--muted)
}

.module li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: var(--cyan);
  transform: rotate(45deg);
  box-shadow: 0 0 10px rgba(0, 180, 208, .5)
}

.module li b {
  color: #fff
}

.module .chips {
  margin-top: 20px
}

/* role pills inside module */
.roles {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px
}

/* ---------- chips ---------- */
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px
}

.chips-sec {
  margin-bottom: 30px
}

.chip {
  font-family: var(--display);
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .03em;
  color: var(--cyan);
  border: 1px solid rgba(0, 180, 208, .4);
  border-radius: 999px;
  padding: 6px 14px;
  background: rgba(0, 180, 208, .06);
}

.chip.plain {
  color: var(--muted);
  border-color: var(--line-strong);
  background: transparent
}

/* ---------- integration strip ---------- */
.intg {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center
}

.intg .i {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: .02em;
  color: var(--ink);
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  padding: 14px 20px;
  background: var(--card-2);
  font-size: .95rem;
}

.intg .i b {
  color: var(--cyan)
}

/* ---------- domain (entornos) ---------- */
.domain {
  padding: 56px 0;
  border-top: 1px solid var(--line)
}

.domain-head {
  display: flex;
  align-items: baseline;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 8px
}

.domain-head .dname {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1
}

.domain-head .dtitle {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.2rem;
  color: #fff
}

.domain .dintro {
  color: var(--muted);
  max-width: 70ch;
  margin: 14px 0 22px
}

.domain .activos {
  color: var(--dim);
  font-size: .92rem;
  margin-bottom: 26px
}

.domain .activos b {
  font-family: var(--display);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--dim);
  font-size: .74rem;
  font-weight: 600;
  display: block;
  margin-bottom: 6px
}

.naval .dname,
.aereo .dname,
.terrestre .dname {
  color: var(--cyan)
}

.domain .activos b {
  color: var(--mint)
}

/* ---------- spec table (seguridad) ---------- */
.spec {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden
}

.spec .row {
  display: grid;
  grid-template-columns: 230px 1fr;
  border-top: 1px solid var(--line)
}

.spec .row:first-child {
  border-top: none
}

.spec .k {
  font-family: var(--display);
  font-weight: 600;
  font-size: .82rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--cyan);
  padding: 18px 22px;
  background: rgba(0, 180, 208, .05);
  border-right: 1px solid var(--line);
  display: flex;
  align-items: center;
}

.spec .v {
  padding: 18px 22px;
  color: var(--ink);
  display: flex;
  align-items: center
}

/* ---------- CTA band ---------- */
.cta {
  border-top: 1px solid var(--line);
  background:
    radial-gradient(700px 300px at 50% 0%, rgba(0, 180, 208, .14), transparent 70%);
  padding: 84px 0;
  text-align: center;
}

.cta h2 {
  margin-bottom: 18px
}

.cta .lead {
  margin: 0 auto 30px
}

/* ---------- footer ---------- */
.foot {
  border-top: 1px solid var(--line);
  background: var(--navy-2);
  padding: 60px 0 30px
}

.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px
}

.foot .wordmark {
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.3rem;
  color: #fff
}

.foot .wordmark span {
  color: var(--cyan)
}

.foot p {
  color: var(--dim);
  font-size: .92rem;
  margin-top: 14px;
  max-width: 34ch
}

.foot h4 {
  font-family: var(--display);
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 16px;
  font-weight: 600
}

.foot a {
  color: var(--muted);
  font-size: .95rem;
  display: block;
  margin-bottom: 10px;
  transition: color .2s
}

.foot a:hover {
  color: var(--cyan)
}

.foot a.addr {
  cursor: default
}

.foot a.addr:hover {
  color: var(--muted)
}

.foot .legal {
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--dim);
  font-size: .82rem
}

.foot .legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center
}

.foot .legal-links a,
.foot .legal-links button {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  color: var(--muted);
  cursor: pointer;
  text-decoration: none
}

.foot .legal-links a:hover,
.foot .legal-links button:hover {
  color: var(--cyan)
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  padding: 16px 0 calc(16px + env(safe-area-inset-bottom));
  background: rgba(11, 27, 44, .96);
  border-top: 1px solid var(--line-strong);
  box-shadow: 0 -16px 48px rgba(0, 0, 0, .35)
}

.cookie-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px
}

.cookie-banner-title {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .78rem;
  color: var(--cyan);
  margin-bottom: 6px
}

.cookie-banner-copy {
  max-width: 72ch
}

.cookie-banner-copy p {
  color: var(--muted);
  font-size: .95rem;
  margin: 0
}

.cookie-banner-copy a {
  color: var(--cyan);
  text-decoration: underline;
  text-underline-offset: 2px
}

.cookie-banner-actions {
  display: flex;
  flex-shrink: 0;
  gap: 10px
}

.legal-doc {
  padding: 8px 0 72px;
  max-width: 760px
}

.legal-doc h2 {
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin: 32px 0 12px
}

.legal-doc p,
.legal-doc li {
  color: var(--muted);
  font-size: 1.02rem;
  margin-bottom: 12px
}

.legal-doc ul {
  padding-left: 1.2em;
  margin-bottom: 16px
}

.legal-doc a {
  color: var(--cyan);
  text-decoration: underline;
  text-underline-offset: 2px
}

.legal-doc .updated {
  color: var(--dim);
  font-size: .88rem;
  margin-top: 36px
}

.legal-doc table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 24px;
  font-size: .95rem
}

.legal-doc th,
.legal-doc td {
  text-align: left;
  vertical-align: top;
  padding: 10px 12px;
  border: 1px solid var(--line);
  color: var(--muted)
}

.legal-doc th {
  color: var(--ink);
  background: var(--card);
  font-family: var(--display);
  font-weight: 600;
  font-size: .82rem
}

/* ---------- contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start
}

.field {
  margin-bottom: 18px
}

.field label {
  font-family: var(--display);
  font-size: .8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-bottom: 8px
}

.field input,
.field textarea,
.field select {
  width: 100%;
  background: var(--card-2);
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  color: var(--ink);
  padding: 13px 14px;
  font-family: var(--body);
  font-size: 1rem;
  transition: .2s;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: none;
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(0, 180, 208, .15)
}

.cinfo {
  display: flex;
  flex-direction: column;
  gap: 22px
}

.cinfo.panel {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--card-2);
}

.cinfo .item .l {
  font-family: var(--display);
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 5px
}

.cinfo .item .d {
  color: var(--ink);
  font-size: 1.05rem
}

.cinfo .d a {
  color: var(--ink)
}

.cinfo .d a[href^="mailto"] {
  color: var(--cyan)
}

#contact-form {
  position: relative;
}

.hp {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.form-legal {
  color: var(--dim);
  font-size: .84rem;
  margin-top: 14px
}

.form-legal a {
  color: var(--cyan);
  text-decoration: underline;
  text-underline-offset: 2px
}

#contact-status {
  display: none;
  margin-top: 14px;
  font-size: .92rem
}

.about {
  margin-top: 24px
}

.about .eyebrow {
  margin-bottom: 12px
}

.about .dim {
  font-size: .98rem
}

.about b {
  color: #fff
}

/* ---------- reveal ---------- */
.reveal {
  transition: opacity .6s ease, transform .6s ease
}

.js .reveal {
  opacity: 0;
  transform: translateY(22px)
}

.js .reveal.in {
  opacity: 1;
  transform: none
}

/* ---------- responsive ---------- */
@media(max-width:1000px) {

  .links,
  .nav .btn {
    display: none
  }

  .links.open {
    display: flex;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--navy-2);
    border-bottom: 1px solid var(--line);
    padding: 18px 28px;
    gap: 18px
  }

  .navtoggle {
    display: block;
    margin-left: auto
  }
}

@media(max-width:900px) {
  .g4 {
    grid-template-columns: repeat(2, 1fr)
  }

  .g3 {
    grid-template-columns: 1fr
  }

  .module {
    grid-template-columns: 1fr;
    gap: 22px
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .foot-grid {
    grid-template-columns: 1fr 1fr
  }

  .spec .row {
    grid-template-columns: 1fr
  }

  .spec .k {
    border-right: none;
    border-bottom: 1px solid var(--line)
  }
}

@media(max-width:680px) {
  .cookie-banner-inner {
    flex-direction: column;
    align-items: stretch
  }

  .cookie-banner-actions {
    width: 100%
  }

  .cookie-banner-actions .btn {
    flex: 1;
    justify-content: center
  }

  .g2,
  .g4 {
    grid-template-columns: 1fr
  }

  .foot-grid {
    grid-template-columns: 1fr
  }

  .section {
    padding: 64px 0
  }
}