/* ============================================================
   HEIDE-PUMPEN – Redesign 2026
   Farbwelt extrahiert von www.heide-pumpen.de:
   Markenblau  #0077C8 (Logo) · Tiefblau #002F6C / #0B4F88
   CTA-Akzent: Logo-Blau #0077C8 – ausschließlich Markenfarben
   ============================================================ */

:root {
  --navy-950: #061A33;
  --navy-900: #0A2445;
  --navy-800: #002F6C;   /* Brand-Tiefblau (Bestandsseite) */
  --navy-700: #0B4F88;   /* Brand-Blau (Bestandsseite) */
  --blue-500: #0077C8;   /* Logo-Blau (Bestandsseite) */
  --blue-100: #D9E9F5;
  --surface:  #F4F7FA;
  --surface-2:#E9F0F6;
  --ink:      #14263C;
  --ink-soft: #46586E;
  --line:     #DCE5EE;
  --accent:   #0077C8;   /* Primär-CTA – Logo-Blau (Markenfarbe) */
  --accent-dark: #005A99;
  --white:    #FFFFFF;
  --radius:   16px;
  --radius-sm:10px;
  --shadow-sm: 0 1px 2px rgba(6, 26, 51, .06), 0 4px 12px rgba(6, 26, 51, .05);
  --shadow-md: 0 4px 10px rgba(6, 26, 51, .07), 0 16px 40px rgba(6, 26, 51, .10);
  --font-head: "Roboto Condensed", "Arial Narrow", sans-serif;
  --font-body: "Inter", "Segoe UI", Roboto, sans-serif;
  --maxw: 1200px;
}

/* ---------- Reset & Basis ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--navy-700); text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
  border-radius: 4px;
}
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--navy-800); color: #fff; padding: .75rem 1.25rem;
}
.skip-link:focus { left: 0; }

.container { max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 2.5rem); }

h1, h2, h3, .display {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.12;
  color: var(--navy-800);
  text-wrap: balance;
}
h1 { font-size: clamp(2.3rem, 5.2vw, 3.9rem); text-transform: uppercase; letter-spacing: .01em; }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.7rem); text-transform: uppercase; }
h3 { font-size: 1.25rem; }

.kicker {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-head);
  font-size: .95rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--blue-500);
  margin-bottom: .9rem;
}
.kicker::before { content: ""; width: 34px; height: 3px; background: var(--accent); border-radius: 2px; }

.section { padding-block: clamp(4rem, 8vw, 6.5rem); }
.section--alt { background: var(--surface); }
.section--dark { background: linear-gradient(160deg, var(--navy-800), var(--navy-950)); color: #E7EFF7; }
.section--dark h2, .section--dark h3 { color: #fff; }
.section--dark .kicker { color: #8FC4EA; }
.section-head { max-width: 780px; margin-bottom: clamp(2.2rem, 5vw, 3.5rem); }
.section-head p { color: var(--ink-soft); font-size: 1.1rem; margin-top: 1rem; }
.section--dark .section-head p { color: #B9CCDE; }

/* ---------- Buttons (CTA-Hierarchie) ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  font-family: var(--font-head); font-weight: 700; text-transform: uppercase;
  letter-spacing: .05em; font-size: 1rem;
  padding: .95rem 1.7rem; border-radius: 999px;
  border: 2px solid transparent; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn svg { flex: none; }
.btn--primary {
  background: var(--accent); color: #fff;
  box-shadow: 0 6px 20px rgba(0, 119, 200, .35);
}
.btn--primary:hover { transform: translateY(-2px); background: #1E8FDC; box-shadow: 0 10px 26px rgba(0, 119, 200, .45); }
.btn--ghost { border-color: rgba(255,255,255,.6); color: #fff; background: rgba(255,255,255,.06); }
.btn--ghost:hover { background: rgba(255,255,255,.14); border-color: #fff; }
.btn--outline { border-color: var(--navy-700); color: var(--navy-800); background: transparent; }
.btn--outline:hover { background: var(--navy-800); color: #fff; }
.btn--lg { padding: 1.15rem 2.2rem; font-size: 1.08rem; }

/* ---------- Topbar ---------- */
.topbar {
  background: var(--navy-950); color: #C6D6E5;
  font-size: .85rem;
}
.topbar .container {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  min-height: 40px; flex-wrap: wrap; padding-block: .35rem;
}
.topbar a { color: #fff; font-weight: 600; }
.topbar a:hover { color: #8FCDF5; }
.topbar-note { display: flex; align-items: center; gap: .45rem; }
.topbar-note .dot {
  width: 8px; height: 8px; border-radius: 50%; background: #37C871; flex: none;
  box-shadow: 0 0 0 3px rgba(55, 200, 113, .25);
  animation: pulse 2.2s infinite;
}
@keyframes pulse { 50% { box-shadow: 0 0 0 6px rgba(55, 200, 113, .08); } }
.topbar-links { display: flex; gap: 1.4rem; flex-wrap: wrap; }
@media (max-width: 720px) { .topbar-links span.hide-s { display: none; } }

/* ---------- Header / Navigation (F-Pattern: Logo links, CTA rechts) ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; min-height: 78px;
}
.brand { display: flex; align-items: center; gap: .8rem; flex: none; }
.brand img { height: 46px; width: auto; }
.main-nav ul { display: flex; gap: 1.7rem; list-style: none; }
.main-nav a {
  font-family: var(--font-head); font-weight: 700; text-transform: uppercase;
  letter-spacing: .04em; font-size: .95rem; color: var(--navy-800);
  padding: .4rem 0; position: relative;
}
.main-nav a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 3px;
  background: var(--accent); border-radius: 2px; transition: width .2s ease;
}
.main-nav a:hover::after, .main-nav a[aria-current="true"]::after { width: 100%; }
.header-cta { display: flex; align-items: center; gap: 1rem; }
.header-phone {
  display: flex; flex-direction: column; line-height: 1.2; text-align: right;
}
.header-phone small { font-size: .72rem; color: var(--ink-soft); text-transform: uppercase; letter-spacing: .08em; }
.header-phone a { font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; color: var(--navy-800); }
.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: 0; padding: .6rem; cursor: pointer;
}
.nav-toggle span { width: 26px; height: 3px; background: var(--navy-800); border-radius: 2px; transition: .25s; }

@media (max-width: 1080px) {
  .main-nav {
    position: fixed; inset: 0; top: 0; z-index: 90;
    background: var(--navy-950);
    display: grid; place-content: center;
    opacity: 0; visibility: hidden; transition: opacity .25s ease;
  }
  .main-nav.open { opacity: 1; visibility: visible; }
  .main-nav ul { flex-direction: column; text-align: center; gap: 2rem; }
  .main-nav a { color: #fff; font-size: 1.5rem; }
  .nav-toggle { display: flex; z-index: 95; }
  body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); background: #fff; }
  body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); background: #fff; }
  .header-phone { display: none; }
}
@media (max-width: 560px) { .header-cta .btn { padding: .75rem 1.1rem; font-size: .85rem; } .brand img { height: 38px; } }

/* ---------- Hero ---------- */
.hero {
  position: relative; color: #fff; overflow: hidden;
  background: var(--navy-900);
}
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 65%; }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(4, 22, 44, .93) 0%, rgba(6, 34, 66, .82) 42%, rgba(8, 40, 76, .38) 78%, rgba(8, 40, 76, .25) 100%);
}
.hero .container { position: relative; z-index: 1; padding-block: clamp(4.5rem, 10vw, 8.5rem); }
.hero-inner { max-width: 720px; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(6px);
  border-radius: 999px; padding: .45rem 1.1rem;
  font-size: .85rem; font-weight: 600; letter-spacing: .04em;
  margin-bottom: 1.6rem; color: #E3EEF8;
}
.hero h1 { color: #fff; margin-bottom: 1.3rem; }
.hero h1 em { font-style: normal; color: #7CC4F2; }
.hero-sub { font-size: clamp(1.05rem, 2vw, 1.25rem); color: #D5E3F0; max-width: 620px; margin-bottom: 2.2rem; }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; margin-bottom: 1.1rem; }
.hero-microcopy { font-size: .875rem; color: #AFC6DA; display: flex; align-items: center; gap: .5rem; }

/* Trust-Leiste unter dem Hero */
.trustbar { background: #fff; border-bottom: 1px solid var(--line); }
.trustbar .container {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1rem; padding-block: 1.6rem;
}
.trust-item { display: flex; align-items: center; gap: .9rem; }
.trust-item .num {
  font-family: var(--font-head); font-weight: 700;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem); color: var(--navy-800); line-height: 1;
}
.trust-item .num span { color: var(--accent); }
.trust-item p { font-size: .85rem; color: var(--ink-soft); line-height: 1.35; }
@media (max-width: 900px) { .trustbar .container { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .trustbar .container { grid-template-columns: 1fr 1fr; gap: 1.2rem .6rem; } .trust-item { flex-direction: column; align-items: flex-start; gap: .3rem; } }

/* ---------- Markenleiste ---------- */
.brands { background: var(--navy-800); padding-block: 2.2rem; }
.brands p {
  text-align: center; color: #9FBEDA; font-size: .8rem; text-transform: uppercase;
  letter-spacing: .18em; font-weight: 600; margin-bottom: 1.4rem;
}
.brands-row {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: clamp(1.5rem, 4vw, 3.5rem);
}
.brands-row img { height: 64px; width: auto; opacity: .85; transition: opacity .2s; filter: grayscale(15%); }
.brands-row img:hover { opacity: 1; filter: none; }

/* ---------- Karten allgemein ---------- */
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform .22s ease, box-shadow .22s ease;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.card-img { aspect-ratio: 16 / 9; overflow: hidden; background: var(--surface-2); }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.card:hover .card-img img { transform: scale(1.05); }
.card-body { padding: 1.5rem 1.6rem 1.7rem; display: flex; flex-direction: column; gap: .65rem; flex: 1; }
.card-body p { color: var(--ink-soft); font-size: .96rem; flex: 1; }
.card-link {
  font-family: var(--font-head); font-weight: 700; text-transform: uppercase;
  letter-spacing: .05em; font-size: .9rem; color: var(--blue-500);
  display: inline-flex; align-items: center; gap: .4rem; margin-top: .3rem;
}
.card-link::after { content: "→"; transition: transform .2s; }
.card:hover .card-link::after { transform: translateX(4px); }

/* ---------- Wege / Leistungen (Mieten · Kaufen · Service) ---------- */
.paths { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; align-items: stretch; }
.path--featured { position: relative; border: 2px solid var(--accent); box-shadow: var(--shadow-md); }
.path-badge {
  position: absolute; top: 1rem; left: 1rem; z-index: 2;
  background: var(--accent); color: #fff;
  font-family: var(--font-head); font-weight: 700; text-transform: uppercase;
  font-size: .78rem; letter-spacing: .08em;
  padding: .35rem .85rem; border-radius: 999px;
}
.path-list { list-style: none; display: grid; gap: .45rem; margin-block: .4rem .9rem; }
.path-list li { display: flex; gap: .55rem; font-size: .93rem; color: var(--ink-soft); }
.path-list li::before { content: "✓"; color: var(--accent); font-weight: 800; flex: none; }
.paths .btn { align-self: flex-start; }
@media (max-width: 960px) { .paths { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; } }

/* ---------- Anwendungen Grid ---------- */
.apps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.app-card {
  position: relative; border-radius: var(--radius); overflow: hidden;
  aspect-ratio: 4 / 4.6; display: flex; align-items: flex-end;
  background: var(--navy-900); box-shadow: var(--shadow-sm);
  transition: transform .22s ease, box-shadow .22s ease;
}
.app-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.app-card img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; transition: transform .45s ease;
}
.app-card:hover img { transform: scale(1.06); }
.app-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(6,26,51,0) 30%, rgba(6,26,51,.55) 62%, rgba(6,26,51,.92) 100%);
}
.app-card-label {
  position: relative; z-index: 1; padding: 1.3rem 1.35rem; color: #fff; width: 100%;
}
.app-card-label h3 { color: #fff; font-size: 1.2rem; text-transform: uppercase; margin-bottom: .25rem; }
.app-card-label p { font-size: .85rem; color: #C9D9E8; line-height: 1.45; }
.app-card-label .card-link { color: #7CC4F2; margin-top: .5rem; font-size: .82rem; }
@media (max-width: 1000px) { .apps-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .apps-grid { grid-template-columns: 1fr; } .app-card { aspect-ratio: 16/10; } }

/* ---------- Warum mieten (Dark Section) ---------- */
.why-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.why-points { list-style: none; display: grid; gap: 1.4rem; margin-top: 2rem; }
.why-points li { display: flex; gap: 1.1rem; }
.why-icon {
  flex: none; width: 52px; height: 52px; border-radius: 14px;
  background: rgba(124, 196, 242, .14); border: 1px solid rgba(124, 196, 242, .38);
  display: grid; place-content: center; color: #7CC4F2;
}
.why-points h3 { font-size: 1.15rem; margin-bottom: .2rem; }
.why-points p { color: #B9CCDE; font-size: .95rem; }
.why-media { position: relative; }
.why-media img { border-radius: var(--radius); box-shadow: 0 24px 60px rgba(0,0,0,.45); }
.why-media figcaption {
  position: absolute; bottom: -1.2rem; left: 1.4rem; right: 1.4rem;
  background: #fff; color: var(--ink); border-radius: var(--radius-sm);
  padding: .9rem 1.2rem; box-shadow: var(--shadow-md);
  display: flex; align-items: center; gap: .9rem; font-size: .9rem;
}
.why-media figcaption strong { font-family: var(--font-head); color: var(--navy-800); font-size: 1.05rem; }
.why-cta { margin-top: 2.6rem; display: flex; gap: 1rem; flex-wrap: wrap; }
@media (max-width: 960px) { .why-grid { grid-template-columns: 1fr; } .why-media { order: -1; margin-bottom: 1.5rem; } }

/* ---------- Prozess ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; counter-reset: step; }
.step {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2rem 1.8rem; position: relative; box-shadow: var(--shadow-sm);
}
.step::before {
  counter-increment: step; content: "0" counter(step);
  font-family: var(--font-head); font-weight: 700; font-size: 3.2rem;
  color: var(--blue-100); line-height: 1; display: block; margin-bottom: .8rem;
}
.step h3 { margin-bottom: .5rem; }
.step p { color: var(--ink-soft); font-size: .96rem; }
.step .step-meta {
  display: inline-block; margin-top: 1rem; font-size: .8rem; font-weight: 700;
  color: var(--accent-dark); background: #E3F1FB; border-radius: 999px; padding: .3rem .8rem;
  text-transform: uppercase; letter-spacing: .06em;
}
@media (max-width: 900px) { .steps { grid-template-columns: 1fr; max-width: 540px; margin-inline: auto; } }

/* ---------- Produkte ---------- */
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.product-tag {
  align-self: flex-start; font-size: .74rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .08em; color: var(--navy-700); background: var(--blue-100);
  padding: .28rem .7rem; border-radius: 999px;
}
.products-cta { margin-top: 2.6rem; text-align: center; }
.products-cta p { color: var(--ink-soft); margin-bottom: 1.2rem; }
@media (max-width: 960px) { .products-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .products-grid { grid-template-columns: 1fr; } }

/* ---------- Über uns / Trust ---------- */
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.about-media { position: relative; }
.about-media > img { border-radius: var(--radius); box-shadow: var(--shadow-md); }
.about-quote {
  background: var(--navy-800); color: #fff; border-radius: var(--radius);
  padding: 1.6rem 1.8rem; max-width: 420px;
  margin: -3.2rem 0 0 auto; position: relative; z-index: 2;
  box-shadow: var(--shadow-md);
}
.about-quote blockquote { font-size: 1.02rem; line-height: 1.55; font-style: italic; color: #DCE9F4; }
.about-quote figcaption { margin-top: .9rem; font-size: .85rem; color: #9FBEDA; }
.about-quote figcaption strong { color: #fff; display: block; font-style: normal; }
.about-facts { list-style: none; display: grid; gap: .8rem; margin-block: 1.6rem; }
.about-facts li { display: flex; gap: .7rem; align-items: baseline; }
.about-facts li::before { content: "✓"; color: var(--accent); font-weight: 800; flex: none; }
@media (max-width: 960px) { .about-grid { grid-template-columns: 1fr; } }

/* ---------- FAQ ---------- */
.faq-wrap { max-width: 860px; margin-inline: auto; display: grid; gap: .9rem; }
.faq-item {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  overflow: hidden; transition: box-shadow .2s;
}
.faq-item[open] { box-shadow: var(--shadow-sm); border-color: var(--blue-500); }
.faq-item summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between;
  align-items: center; gap: 1rem; padding: 1.15rem 1.4rem;
  font-family: var(--font-head); font-weight: 700; font-size: 1.08rem; color: var(--navy-800);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; font-size: 1.6rem; color: var(--blue-500); line-height: 1;
  transition: transform .25s ease; flex: none;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-a { padding: 0 1.4rem 1.3rem; color: var(--ink-soft); font-size: .98rem; }
.faq-item .faq-a a { font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Anfrage / Kontakt ---------- */
.contact { position: relative; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.contact-info h2 { color: #fff; }
.contact-info > p { color: #B9CCDE; margin-block: 1rem 1.8rem; max-width: 480px; }
.loc-cards { display: grid; gap: .9rem; }
.loc {
  display: flex; gap: 1rem; align-items: flex-start;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-sm); padding: 1.05rem 1.2rem;
}
.loc svg { flex: none; color: #7CC4F2; margin-top: .2rem; }
.loc strong { font-family: var(--font-head); text-transform: uppercase; letter-spacing: .04em; display: block; color: #fff; }
.loc p, .loc a { font-size: .92rem; color: #B9CCDE; }
.loc a { font-weight: 600; color: #fff; }
.loc a:hover { color: #8FCDF5; }
.hotline-chip {
  display: inline-flex; align-items: center; gap: .6rem; margin-top: 1.6rem;
  background: rgba(55, 200, 113, .12); border: 1px solid rgba(55, 200, 113, .4);
  color: #B9E9CD; border-radius: 999px; padding: .55rem 1.2rem; font-size: .9rem; font-weight: 600;
}

.form-card {
  background: #fff; border-radius: var(--radius); padding: clamp(1.6rem, 3.4vw, 2.6rem);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .35);
}
.form-card h3 { font-size: 1.5rem; text-transform: uppercase; }
.form-card > p { color: var(--ink-soft); font-size: .95rem; margin-block: .5rem 1.6rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field { display: grid; gap: .3rem; }
.field--full { grid-column: 1 / -1; }
.field label { font-weight: 600; font-size: .9rem; color: var(--navy-800); }
.field input, .field select, .field textarea {
  font: inherit; color: var(--ink);
  border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  padding: .8rem 1rem; background: var(--surface); width: 100%;
  transition: border-color .2s, background .2s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--blue-500); background: #fff; outline: none;
  box-shadow: 0 0 0 4px rgba(0, 119, 200, .12);
}
.field small { color: var(--ink-soft); font-size: .78rem; }
.form-card .btn { width: 100%; margin-top: 1.4rem; }
.form-trust {
  display: flex; justify-content: center; gap: 1.4rem; flex-wrap: wrap;
  margin-top: 1.1rem; font-size: .8rem; color: var(--ink-soft);
}
.form-trust span { display: inline-flex; align-items: center; gap: .35rem; }
.form-success {
  display: none; text-align: center; padding: 2.5rem 1rem;
}
.form-success.visible { display: block; }
.form-success .check {
  width: 64px; height: 64px; margin: 0 auto 1.2rem; border-radius: 50%;
  background: #E5F7EC; color: #1E9E55; display: grid; place-content: center; font-size: 1.9rem;
}
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
@media (max-width: 960px) { .contact-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .form-grid { grid-template-columns: 1fr; } }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-950); color: #A9BFD3; font-size: .93rem; }
.footer-main {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2.5rem;
  padding-block: 4rem 3rem;
}
.footer-brand img { height: 44px; margin-bottom: 1.1rem; }
.footer-brand p { max-width: 320px; line-height: 1.6; }
.footer-col h4 {
  font-family: var(--font-head); text-transform: uppercase; letter-spacing: .08em;
  color: #fff; font-size: .95rem; margin-bottom: 1.1rem;
}
.footer-col ul { list-style: none; display: grid; gap: .55rem; }
.footer-col a { color: #A9BFD3; }
.footer-col a:hover { color: #8FCDF5; }
.footer-social { display: flex; gap: .8rem; margin-top: 1.4rem; }
.footer-social a {
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-content: center;
  background: rgba(255,255,255,.07); color: #fff; border: 1px solid rgba(255,255,255,.12);
  transition: background .2s;
}
.footer-social a:hover { background: var(--blue-500); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-block: 1.4rem;
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  font-size: .82rem; color: #7B94AB;
}
.footer-bottom ul { list-style: none; display: flex; gap: 1.4rem; flex-wrap: wrap; }
.footer-bottom a { color: #A9BFD3; }
.footer-bottom a:hover { color: #fff; }
@media (max-width: 960px) { .footer-main { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-main { grid-template-columns: 1fr; } }

/* ---------- Mobile Sticky-CTA ---------- */
.mobile-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 80;
  display: none; gap: .6rem; padding: .7rem .9rem calc(.7rem + env(safe-area-inset-bottom));
  background: rgba(6, 26, 51, .96); backdrop-filter: blur(8px);
  border-top: 1px solid rgba(255,255,255,.14);
}
.mobile-cta .btn { flex: 1; padding: .8rem .5rem; font-size: .88rem; }
@media (max-width: 760px) {
  .mobile-cta { display: flex; }
  body { padding-bottom: 74px; }
}

/* ---------- Scroll-Reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; }
}
