/* ═══════════════════════════════════════════════════
   handily networks – Shared Stylesheet v8
   Logo-konformes Grün-Teal-Metall Theme
   Grün: #209030 / #20a030   Teal: #003040
═══════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700;800&family=Barlow:wght@300;400;500;600&display=swap');

:root {
  /* ── Option A: Slate + Electric Green ────────── */
  /* Charcoal-Hintergrund, Electric-Green Akzent   */

  /* ── Primär (dunkel) ─────────────────────────── */
  --pine:    #0d1f18;
  --pine2:   #112b1e;
  --pine3:   #1a3d2a;
  --teal:    #0d1117;
  --teal2:   #161c23;

  /* ── Akzent Electric Green ───────────────────── */
  --lime:    #00d26a;
  --lime2:   #33de88;
  --lime-bg: rgba(0,210,106,0.08);
  --label:   #6ee7b7;   /* gedämpftes Mint für Kategorie-Labels */

  /* ── Metall-Töne ─────────────────────────────── */
  --iron:    #4a5568;
  --iron2:   #64748b;
  --steel:   #b0bec5;
  --chrome:  #cbd5e1;

  /* ── Backwards-Compat-Aliases ───────────────── */
  --navy:    var(--pine);
  --navy2:   var(--pine2);
  --navy3:   var(--pine3);
  --blue:    var(--teal2);
  --blue2:   var(--pine3);
  --amber:   var(--lime);
  --amber2:  var(--lime2);
  --green:   var(--lime);
  --sky:     var(--lime2);

  /* ── Neutrale Skala (Slate, dunkel) ─────────── */
  --white:   #f0f6f3;
  --off:     #1c2430;
  --gray1:   #1c2430;
  --gray2:   #2d3748;
  --gray3:   #4a5568;
  --gray4:   #b0bec5;
  --gray5:   #cbd5e1;
  --text:    #e2e8f0;
  --text2:   #b0bec5;   /* Slate-300 – etwas heller */

  /* ── Typografie ──────────────────────────────── */
  --con:  'Barlow Condensed', sans-serif;
  --body: 'Barlow', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: #0d1117;
  color: var(--text);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

/* ── TOP BAR ─────────────────────────────────── */
.topbar {
  background: #0a0f0d;
  color: rgba(0,210,106,0.75);
  font-size: 12px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.topbar-inner {
  max-width: 1360px; margin: 0 auto; padding: 0 2rem;
  display: flex; justify-content: space-between; align-items: center;
  gap: 1rem;
}
.topbar-left { display: flex; gap: 0.8rem; align-items: center; }
.topbar-left .sep { opacity: 0.25; }
.status-dot::before {
  content: "●"; color: var(--lime2);
  font-size: 8px; margin-right: 5px; vertical-align: middle;
}
.topbar-right { display: flex; gap: 8px; align-items: center; }
.topbar-right a {
  color: rgba(255,255,255,0.55); text-decoration: none; font-size: 11px;
  padding: 3px 10px; border: 1px solid rgba(255,255,255,0.12);
  border-radius: 2px; transition: all 0.15s;
}
.topbar-right a:hover { color: white; border-color: rgba(255,255,255,0.35); }
.topbar-right a.hl {
  background: var(--lime); color: white;
  border-color: var(--lime); font-weight: 600;
}
.topbar-right a.hl:hover { background: var(--lime2); }

/* ── NAV ─────────────────────────────────────── */
.nav {
  background: #0d1117;
  border-bottom: 3px solid var(--lime);
  position: sticky; top: 0; z-index: 200;
  box-shadow: 0 2px 16px rgba(26,77,38,0.10);
}
.nav-inner {
  max-width: 1360px; margin: 0 auto; padding: 0 2rem;
  display: flex; align-items: stretch; justify-content: space-between;
  height: 64px;
}
.logo {
  display: flex; align-items: center; gap: 11px;
  text-decoration: none; color: var(--text); flex-shrink: 0;
}
.logo-mark {
  width: 38px; height: 38px; border-radius: 4px;
  background: var(--pine); display: flex; align-items: center; justify-content: center;
  font-family: var(--con); font-weight: 800; font-size: 14px; color: white;
  letter-spacing: 0.04em; position: relative; overflow: hidden;
}
.logo-mark::after {
  content: ""; position: absolute; bottom: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--lime), var(--lime2));
}
.logo-text { font-family: var(--con); font-weight: 700; font-size: 18px; letter-spacing: 0.02em; }
.logo-text span { color: var(--lime); }

.nav-links { display: flex; align-items: stretch; }
.nav-link {
  display: flex; align-items: center;
  padding: 0 1rem; font-size: 13.5px; font-weight: 500;
  color: #d1d9e0; text-decoration: none;
  border-bottom: 3px solid transparent; margin-bottom: -3px;
  transition: color 0.15s, border-color 0.15s; white-space: nowrap;
}
.nav-link:hover { color: var(--lime2); }
.nav-link.active { color: var(--lime); border-bottom-color: var(--lime); font-weight: 600; }

.nav-cta {
  display: flex; align-items: center;
  padding: 0 1.4rem; background: var(--lime); color: #0d1117;
  font-family: var(--con); font-weight: 700; font-size: 14px;
  letter-spacing: 0.06em; text-transform: uppercase;
  text-decoration: none; transition: background 0.15s;
}
.nav-cta:hover { background: var(--pine3); }

/* ── LAYOUT HELPERS ─────────────────────────── */
.wrap        { max-width: 1360px; margin: 0 auto; padding: 0 2rem; }
.wrap-narrow { max-width: 900px;  margin: 0 auto; padding: 0 2rem; }
.section     { padding: 5.5rem 0; }
.section-alt { background: #161c23; }
.section-navy { background: #0d1f18; color: var(--text); border-top: 1px solid rgba(0,210,106,0.15); }
.section-navy .h2 { color: white; }

/* ── TYPOGRAPHY ──────────────────────────────── */
h1, h2, h3, h4 {
  font-family: var(--con); font-weight: 700;
  letter-spacing: -0.01em; line-height: 1.15; color: var(--lime2);
}
.eyebrow {
  font-family: var(--con); font-size: 11px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--label); margin-bottom: 0.7rem;
  display: flex; align-items: center; gap: 10px;
}
.eyebrow::before {
  content: "";
  display: inline-block; width: 22px; height: 2px;
  background: linear-gradient(90deg, var(--lime), var(--pine3));
}
.h1 { font-size: clamp(44px, 6vw, 80px); font-weight: 800; letter-spacing: -0.025em; }
.h2 { font-size: clamp(30px, 4vw, 48px); font-weight: 700; }
.h3 { font-size: clamp(22px, 3vw, 32px); font-weight: 700; }
.lead { font-size: 17px; font-weight: 300; color: var(--text2); line-height: 1.75; max-width: 640px; margin-top: 0.8rem; }

/* ── BUTTONS ─────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--con); font-weight: 600; font-size: 13px;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 13px 26px; cursor: pointer; text-decoration: none;
  border: none; border-radius: 3px; transition: all 0.18s;
}
.btn-primary { background: var(--lime); color: #080d0a; font-weight: 700; }
.btn-primary:hover { background: var(--lime2); color: #080d0a; }
.btn-secondary { background: transparent; color: var(--lime); border: 2px solid var(--lime); }
.btn-secondary:hover { background: var(--pine); color: white; }
.btn-amber { background: var(--lime); color: white; }
.btn-amber:hover {
  background: var(--pine3); transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(32,160,48,0.35);
}
.btn-ghost { background: transparent; color: white; border: 2px solid rgba(255,255,255,0.35); }
.btn-ghost:hover { border-color: var(--lime2); color: var(--lime2); }
.btn-outline {
  border: 1.5px solid var(--lime); color: var(--lime); background: transparent;
  padding: 11px 22px; font-family: var(--con); font-weight: 600;
  font-size: 14px; letter-spacing: 0.06em; cursor: pointer;
  text-decoration: none; border-radius: 2px; display: inline-block;
}
.btn-outline:hover { background: rgba(0,210,106,0.1); color: var(--lime2); }

/* ── TABLES ──────────────────────────────────── */
.spec-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: 14px; }
.spec-table th {
  background: #0d1f18; color: var(--lime);
  font-family: var(--con); font-size: 10px; letter-spacing: 0.12em;
  text-transform: uppercase; text-align: left;
  padding: 0.75rem 1rem; white-space: nowrap;
}
.spec-table td { padding: 0.65rem 1rem; border-bottom: 1px solid var(--gray2); vertical-align: middle; }
.spec-table tr:nth-child(even) td { background: #1c2430; }
.spec-table td:first-child { font-weight: 600; color: var(--text); }
.check { color: var(--lime); font-weight: 700; }
.cross { color: var(--steel); }
.opt   { color: var(--iron); font-size: 11px; font-weight: 600; }

/* ── PAGE HERO ───────────────────────────────── */
.page-hero {
  background: linear-gradient(160deg, #0d1f18 0%, #080d0a 100%); color: white;
  padding: 5rem 0 4.5rem; position: relative; overflow: hidden;
}
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(
      60deg,
      transparent, transparent 28px,
      rgba(255,255,255,0.022) 28px, rgba(255,255,255,0.022) 29px
    ),
    repeating-linear-gradient(
      -60deg,
      transparent, transparent 28px,
      rgba(255,255,255,0.022) 28px, rgba(255,255,255,0.022) 29px
    );
}
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero-eyebrow {
  font-family: var(--con); font-size: 11px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--lime2); margin-bottom: 0.7rem;
}
.page-hero-title {
  font-family: var(--con); font-weight: 800;
  font-size: clamp(36px, 5vw, 68px); color: white;
  letter-spacing: -0.02em; line-height: 1.05;
}
.page-hero-sub {
  font-size: 16px; font-weight: 300;
  color: rgba(255,255,255,0.55); max-width: 600px;
  margin-top: 0.8rem; line-height: 1.7;
}

/* ── HIGHLIGHT BOXES ──────────────────────────── */
.hbox {
  padding: 1.2rem 1.5rem; border-left: 3px solid var(--lime);
  background: var(--lime-bg); font-size: 13.5px; color: var(--text); margin: 1.5rem 0;
}
.hbox.blue { border-left-color: var(--teal2); background: rgba(0,77,96,0.05); }
.hbox strong { color: var(--lime2); }

/* ── KONFIG BANNER ───────────────────────────── */
.konfig-banner {
  background: linear-gradient(135deg, var(--pine) 0%, var(--pine3) 60%, var(--teal2) 100%);
  border-radius: 5px; padding: 2.5rem 3rem;
  display: flex; align-items: center; justify-content: space-between; gap: 2rem;
  margin: 3rem 0; position: relative; overflow: hidden;
  box-shadow: 0 4px 24px rgba(26,77,38,0.2);
}
.konfig-banner::before {
  content: ""; position: absolute; inset: 0;
  background: repeating-linear-gradient(
    -45deg, transparent, transparent 10px,
    rgba(255,255,255,0.02) 10px, rgba(255,255,255,0.02) 20px
  );
}
.konfig-banner::after {
  content: "{ }"; position: absolute; right: 12rem; top: 50%;
  transform: translateY(-50%);
  font-family: monospace; font-size: 80px; font-weight: 700;
  color: rgba(255,255,255,0.04); pointer-events: none;
}
.konfig-banner h3 { font-family: var(--con); font-weight: 700; font-size: 24px; color: white; margin-bottom: 4px; position: relative; }
.konfig-banner p  { font-size: 13px; color: rgba(255,255,255,0.55); position: relative; }

/* ── PRICING CARDS ───────────────────────────── */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1.5rem; margin-top: 2.5rem; }
.pcrd {
  border: 1px solid var(--gray2); background: #1c2430; border-radius: 4px;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}
.pcrd:hover { box-shadow: 0 6px 28px rgba(26,77,38,0.12); transform: translateY(-2px); }
.pcrd.featured { border-color: var(--lime); box-shadow: 0 0 0 2px var(--lime); }
.pcrd-head { padding: 1.8rem 2rem; }
.pcrd.featured .pcrd-head { background: var(--pine); }
.pcrd-sku {
  font-family: var(--con); font-size: 9px; font-weight: 700;
  letter-spacing: 0.14em; color: var(--iron); margin-bottom: 4px;
}
.pcrd.featured .pcrd-sku { color: var(--lime2); }
.pcrd-name { font-family: var(--con); font-weight: 700; font-size: 22px; color: var(--text); }
.pcrd.featured .pcrd-name { color: white; }
.pcrd-price { font-family: var(--con); font-weight: 800; font-size: 30px; color: var(--lime2); margin: 0.4rem 0; }
.pcrd.featured .pcrd-price { color: var(--lime2); }
.pcrd-price.oar { font-size: 17px; font-weight: 600; color: var(--steel); }
.pcrd.featured .pcrd-price.oar { color: rgba(255,255,255,0.5); }
.pcrd-body { padding: 1.4rem 2rem; }
.pcrd-list { list-style: none; }
.pcrd-list li { padding: 5px 0; font-size: 13px; color: var(--text2); display: flex; gap: 8px; border-bottom: 1px solid var(--gray1); }
.pcrd-list li:last-child { border-bottom: none; }
.pcrd-foot { padding: 1.4rem 2rem; border-top: 1px solid var(--gray2); }
.pcrd-foot .btn { width: 100%; justify-content: center; }

/* ── FOOTER ──────────────────────────────────── */
footer {
  background: #080d0a; color: rgba(255,255,255,0.55);
  padding: 5rem 0 2rem; margin-top: 6rem; position: relative;
}
footer::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--lime2), var(--pine3), var(--teal2), var(--pine3), var(--lime2));
}
.footer-grid {
  display: grid; grid-template-columns: 260px repeat(3, 1fr);
  gap: 3rem; margin-bottom: 4rem;
}
.footer-brand .logo-text { font-size: 19px; color: white; }
.footer-brand .logo-text span { color: var(--lime2); }
.footer-tagline { font-size: 13px; margin-top: 1rem; line-height: 1.65; color: rgba(255,255,255,0.4); }
.footer-social { display: flex; gap: 7px; margin-top: 1.5rem; flex-wrap: wrap; }
.footer-social a {
  width: 32px; height: 32px; background: rgba(255,255,255,0.07);
  border-radius: 3px; display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.4); text-decoration: none; font-size: 13px; transition: all 0.15s;
}
.footer-social a:hover { background: var(--lime); color: white; }
.footer-col h4 {
  font-family: var(--con); font-size: 11px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--lime2); margin-bottom: 1.2rem;
}
.footer-col a { display: block; color: rgba(255,255,255,0.45); text-decoration: none; font-size: 13px; padding: 4px 0; transition: color 0.12s; }
.footer-col a:hover { color: white; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08); padding-top: 2rem;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1rem; font-size: 12px; color: rgba(255,255,255,0.28);
}
.footer-bottom a { color: rgba(255,255,255,0.35); text-decoration: none; }
.footer-bottom a:hover { color: var(--lime2); }
.footer-asn {
  font-family: var(--con); font-size: 10px; letter-spacing: 0.12em;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  padding: 3px 10px; color: rgba(255,255,255,0.35);
}

/* ── LEGAL ───────────────────────────────────── */
.legal-wrap { display: grid; grid-template-columns: 200px 1fr; gap: 4rem; padding: 3rem 0 6rem; }
.legal-sidebar { position: sticky; top: 84px; height: fit-content; }
.legal-sidebar a {
  display: block; padding: 6px 12px; font-size: 13px;
  color: var(--text2); text-decoration: none;
  border-left: 2px solid var(--gray2); margin-bottom: 3px; transition: all 0.12s;
}
.legal-sidebar a:hover { color: var(--pine); border-left-color: var(--pine); }
.legal-sidebar a.active { color: var(--pine); border-left-color: var(--lime); font-weight: 500; }
.legal-body h2 { font-family: var(--con); font-size: 24px; font-weight: 700; color: var(--pine); margin: 2.5rem 0 0.8rem; padding-top: 1rem; border-top: 1px solid var(--gray2); }
.legal-body h2:first-child { border-top: none; margin-top: 0; padding-top: 0; }
.legal-body p { font-size: 14px; color: var(--text2); line-height: 1.75; margin-bottom: 0.9rem; }
.legal-body ul { margin: 0.5rem 0 1rem 1.5rem; }
.legal-body ul li { font-size: 14px; color: var(--text2); margin-bottom: 5px; }
.legal-body pre { background: #161c23; border: 1px solid var(--gray2); padding: 1.2rem; font-size: 13px; color: var(--text); line-height: 1.65; margin: 0.8rem 0; font-family: monospace; border-radius: 3px; }
.legal-body a { color: var(--pine3); }

/* ── CONTACT ─────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; margin-top: 2.5rem; }
.form-group { margin-bottom: 1.2rem; }
.form-label { display: block; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--steel); margin-bottom: 5px; }
.form-input, .form-textarea, .form-select {
  width: 100%; padding: 10px 14px;
  background: #161c23; border: 1px solid var(--gray2); border-radius: 3px;
  font-family: var(--body); font-size: 14px; color: var(--text); outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.form-input:focus, .form-textarea:focus, .form-select:focus {
  border-color: var(--pine); box-shadow: 0 0 0 3px rgba(26,77,38,0.08);
}
.form-textarea { resize: vertical; min-height: 120px; }
.ci-list { list-style: none; }
.ci-list li { display: flex; gap: 14px; padding: 1rem 0; border-bottom: 1px solid var(--gray2); align-items: flex-start; }
.ci-list li:last-child { border-bottom: none; }
.ci-icon { font-size: 20px; flex-shrink: 0; width: 32px; text-align: center; padding-top: 2px; }
.ci-label { font-weight: 600; font-size: 13px; color: var(--pine); margin-bottom: 2px; }
.ci-val { font-size: 13px; color: var(--text2); line-height: 1.5; }
.ci-val a { color: var(--pine3); text-decoration: none; }

/* ── RESPONSIVE ──────────────────────────────── */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .legal-wrap  { grid-template-columns: 1fr; }
  .legal-sidebar { position: relative; top: 0; display: flex; flex-wrap: wrap; gap: 4px; }
  .legal-sidebar a { border-left: none; border-bottom: 2px solid var(--gray2); padding: 4px 10px; }
  .contact-grid { grid-template-columns: 1fr; }
  .konfig-banner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 768px) {
  .nav-links  { display: none; }
  .topbar     { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
}


/* ══════════════════════════════════════════════════════════
   MOBILE RESPONSIVE – iPhone / Android
   Breakpoints: 480px (phone), 768px (tablet)
   ══════════════════════════════════════════════════════════ */

/* ── Hamburger-Button (nur mobile sichtbar) ─────────────── */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  background: none;
  border: none;
  margin-left: auto;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.22s ease;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Tablet (1024px) – bereits vorhanden, ergänzt ───────── */
@media (max-width: 1024px) {
  .wrap { padding: 0 1.2rem; }
  .nav-cta { display: none; }
  .hero h1 { font-size: clamp(32px, 6vw, 56px); }
  .prod-grid { grid-template-columns: 1fr 1fr; }
  .feat-grid  { grid-template-columns: 1fr 1fr; }
  .stats-row  { grid-template-columns: repeat(2, 1fr); }
}

/* ── Tablet schmal + großes Phone (768px) ───────────────── */
@media (max-width: 768px) {
  /* Nav */
  .nav-inner { padding: 0 1rem; position: relative; }
  .nav-links  { display: none; }
  .topbar     { display: none; }
  .nav-hamburger { display: flex; }
  .nav-links.mobile-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #0d1117;
    border-top: 2px solid var(--lime);
    border-bottom: 2px solid var(--gray2);
    padding: 0.8rem 1rem 1.2rem;
    z-index: 999;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  }
  .nav-links.mobile-open a {
    padding: 0.65rem 0.5rem;
    border-bottom: 1px solid var(--gray2);
    font-size: 15px;
  }
  .nav-links.mobile-open a:last-child { border-bottom: none; }

  /* Allgemein */
  .wrap { padding: 0 1rem; }
  body  { padding: 0; }
  .section, .section-alt, .section-navy { padding: 3rem 0; }

  /* Hero */
  .hero        { padding: 3.5rem 1rem 3rem; text-align: center; }
  .hero h1     { font-size: clamp(28px, 8vw, 42px); }
  .hero-sub    { font-size: 15px; }
  .hero-badges { flex-wrap: wrap; justify-content: center; gap: 6px; }
  .hero-cta    { flex-direction: column; align-items: center; gap: 10px; }
  .hero-cta a  { width: 100%; text-align: center; }

  /* Page Hero */
  .page-hero         { padding: 2.5rem 1rem 2rem; }
  .page-hero-title   { font-size: clamp(28px,8vw,42px); }

  /* Grids → single column */
  .prod-grid, .feat-grid, .stats-row,
  .pricing-grid, .footer-grid, .dc-grid,
  .cert-grid-2col, .branche {
    grid-template-columns: 1fr !important;
  }

  /* Tabellen horizontal scrollbar */
  .table-wrap, table { overflow-x: auto; display: block; }

  /* Cards */
  .pcrd, .bv, .nfacts { border-radius: 4px; }

  /* Solutions branche: Text-Seite kein extremes Padding */
  .bt-text { padding: 1.5rem 1.2rem; }

  /* Konfigurator */
  .konfig-banner { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .konfig-banner a { width: 100%; text-align: center; }

  /* Tabelle in dc-cards */
  .dc-specs { grid-template-columns: 1fr 1fr; }
}

/* ── Phone (480px und kleiner) ──────────────────────────── */
@media (max-width: 480px) {
  /* Schrift */
  html { font-size: 15px; }

  /* Nav */
  .logo img { height: 28px; }

  /* Hero */
  .hero h1   { font-size: clamp(24px, 9vw, 34px); }
  .hbadge    { font-size: 11px; padding: 4px 8px; }

  /* Sections */
  .section, .section-alt, .section-navy { padding: 2rem 0; }

  /* Eyebrow + H2 */
  .eyebrow { font-size: 10px; }
  .h2      { font-size: clamp(22px, 7vw, 32px); }

  /* Grids */
  .dc-specs, .stats-row { grid-template-columns: 1fr; }
  .cert-grid { flex-wrap: wrap; }

  /* Tables: fixed-layout für kleine Screens */
  table { font-size: 13px; }
  td, th { padding: 6px 8px; }

  /* Pricing cards */
  .pcrd { padding: 1.2rem; }
  .pcrd-price { font-size: 28px; }

  /* Solutions pain-items */
  .pain { font-size: 13.5px; }

  /* Buttons */
  .btn, .btn-outline {
  border: 1.5px solid var(--lime); color: var(--lime); background: transparent;
  padding: 11px 22px; font-family: var(--con); font-weight: 600;
  font-size: 14px; letter-spacing: 0.06em; cursor: pointer;
  text-decoration: none; border-radius: 2px; display: inline-block;
}

  /* Footer */
  .footer-logo { display: none; }
  .footer-col  { padding: 0; }
}

/* ═══════════════════════════════════════════════════════════
   PARTNER & INFRASTRUCTURE SECTION
   ═══════════════════════════════════════════════════════════ */
.partner-section {
  padding: 5rem 0 4rem;
  background: var(--teal);
  border-top: 1px solid var(--gray2);
  border-bottom: 1px solid var(--gray2);
}
.partner-header {
  text-align: center;
  margin-bottom: 3rem;
}
.partner-sub {
  max-width: 640px;
  margin: 0.8rem auto 0;
  font-size: 15px;
  color: var(--text2);
  line-height: 1.6;
}

/* 3-Spalten Grid, letzte Zeile zentriert */
.partner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
/* 7 Items: 3+3+1 → letzte Karte volle Breite über 1 Spalte zentriert */
.partner-card--dc {
  grid-column: 2 / 3;
}

.partner-card {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  background: #1c2430;
  border: 1px solid var(--gray2);
  border-radius: 6px;
  padding: 1.1rem 1.4rem;
  text-decoration: none;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
}
.partner-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--lime);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.partner-card:hover {
  border-color: rgba(0,210,106,0.3);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}
.partner-card:hover::before { transform: scaleX(1); }

.partner-logo {
  flex-shrink: 0;
  width: 140px;
  display: flex;
  align-items: center;
}
.partner-logo svg {
  width: 100%;
  height: 40px;
  overflow: visible;
}

.partner-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.partner-type {
  font-family: var(--con);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--label);
}
.partner-desc {
  font-size: 11.5px;
  color: var(--text2);
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.partner-disclaimer {
  margin-top: 2rem;
  text-align: center;
  font-size: 11px;
  color: #546170;
  font-style: italic;
}

/* Responsive */
@media (max-width: 1024px) {
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
  .partner-card--dc { grid-column: auto; }
}
@media (max-width: 640px) {
  .partner-grid { grid-template-columns: 1fr; }
  .partner-desc { white-space: normal; }
}

/* ═══════════════════════════════════════════════════════
   LANGUAGE SWITCHER
   ═══════════════════════════════════════════════════════ */
.lang-switcher {
  display: flex; align-items: center; gap: 2px;
  margin-right: 0.8rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--gray2);
  border-radius: 4px;
  padding: 2px;
}
.lang-btn {
  display: flex; align-items: center; gap: 4px;
  padding: 3px 8px; border-radius: 3px;
  font-family: var(--con); font-size: 11px; font-weight: 700;
  letter-spacing: 0.08em; text-decoration: none;
  color: var(--text2); transition: all 0.15s;
}
.lang-btn:hover { background: rgba(255,255,255,0.08); color: var(--text); }
.lang-btn.lang-active {
  background: var(--lime); color: #0d1117;
}
.lang-flag { font-size: 13px; line-height: 1; }
.lang-code { font-size: 10px; }

@media (max-width: 480px) {
  .lang-code { display: none; }
  .lang-flag { font-size: 15px; }
}
