 * { box-sizing: border-box; }

.fa-solid,
.fa-brands {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.05em;
  height: 1.05em;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.fa-bars::before { content: "≡"; }
.fa-whatsapp::before { content: "W"; }
.fa-bolt::before,
.fa-bolt-lightning::before { content: "⚡"; }
.fa-solar-panel::before { content: "▦"; }
.fa-shield-halved::before { content: "◇"; }
.fa-magnifying-glass::before { content: "⌕"; }
.fa-clock::before { content: "◷"; }
.fa-sliders::before { content: "☷"; }
.fa-border-all::before { content: "▦"; }
.fa-house-chimney::before { content: "⌂"; }
.fa-caravan::before,
.fa-van-shuttle::before { content: "▰"; }
.fa-laptop::before,
.fa-laptop-house::before { content: "▭"; }
.fa-truck-fast::before,
.fa-truck::before { content: "▻"; }
.fa-credit-card::before { content: "▱"; }
.fa-rotate-left::before { content: "↶"; }
.fa-list-check::before { content: "☷"; }
.fa-earth-europe::before,
.fa-globe::before { content: "◎"; }
.fa-headset::before { content: "☎"; }
.fa-envelope::before { content: "@"; }
.fa-phone::before { content: "☎"; }
.fa-xmark::before { content: "×"; }
.fa-cart-shopping::before { content: "▱"; }
.fa-trash::before { content: "×"; }
.fa-check::before { content: "✓"; }
.fa-snowflake::before { content: "✳"; }
.fa-scale-balanced::before { content: "≖"; }
.fa-calculator::before { content: "#"; }
.fa-clipboard-check::before { content: "✓"; }
.fa-building::before { content: "▥"; }
.fa-layer-group::before { content: "▤"; }
.fa-file-arrow-down::before { content: "↓"; }
.fa-triangle-exclamation::before { content: "!"; }
.fa-road::before { content: "═"; }
.fa-briefcase::before { content: "▣"; }
.fa-shop::before { content: "⌂"; }
.fa-users-gear::before { content: "●"; }
.fa-camera::before { content: "◉"; }
.fa-video::before { content: "▻"; }
.fa-tower-broadcast::before { content: "≋"; }
.fa-screwdriver-wrench::before { content: "×"; }
.fa-helmet-safety::before { content: "⌂"; }
.fa-kit-medical::before { content: "+"; }
.fa-campground::before { content: "△"; }

[hidden] {
  display: none !important;
}

    html {
  scroll-behavior: smooth;
}

    body {
      margin: 0;
      font-family: Arial, sans-serif;
      background: #f3f1ed;
      color: #1d1d1d;
    }

    header {
  background: #2f3338;

  color: white;
  padding: 18px 20px;

  position: sticky;
  top: 0;
  z-index: 1000;

  border-bottom: 1px solid rgba(255,255,255,0.08);
}

    .nav {
      max-width: 1200px;
      margin: auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 18px;
    }

    .logo {
      text-decoration: none;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      min-width: 0;
    }

    .logo-full {
      width: clamp(154px, 16vw, 208px);
      height: auto;
      display: block;
      flex: 0 0 auto;
    }

    .nav a {
      color: #ddd;
      text-decoration: none;
      margin-left: 20px;
      font-size: 15px;
    }

.hero {
  background: #08111d;
  color: white;
  min-height: 520px;
  position: relative;
  overflow: hidden;
  display: block;
  padding: 70px 80px 34px;
  text-align: left;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.44) 42%, rgba(0,0,0,0.18) 100%),
    linear-gradient(to top, rgba(0,0,0,0.74), rgba(0,0,0,0.08));
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.hero h1 {
  position: relative;
  z-index: 2;
  max-width: 620px;
  font-size: clamp(38px, 7vw, 58px);
  line-height: 1;
  text-shadow: 0 8px 24px rgba(0,0,0,0.45);
  font-weight: 800;
  margin: 0 0 160px;
}

.hero-title-main,
.hero-title-sub {
  display: block;
}

.hero-title-main {
  font-size: clamp(42px, 5.6vw, 64px);
}

.hero-title-sub {
  margin-top: 10px;
  font-size: clamp(28px, 3.6vw, 42px);
}

.hero p {
  position: relative;
  z-index: 2;
  max-width: none;
  font-size: 18px;
  color: #eee;
  margin: 0;
  white-space: nowrap;
  text-shadow: 0 2px 10px rgba(0,0,0,0.8);
}

.trust-strip {
  max-width: 1200px;
  margin: 28px auto 0;
  padding: 0 20px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.trust-strip div {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 18px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(62,166,255,0.32);
  box-shadow:
    0 14px 32px rgba(0,0,0,0.08),
    0 0 22px rgba(46,163,255,0.12),
    inset 0 1px 0 rgba(255,255,255,0.65);
  font-weight: 800;
  color: #1d1d1d;
}

.trust-strip i {
  color: #0d1b2a;
  filter: drop-shadow(0 0 6px rgba(46,163,255,0.28));
}

.ia-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #dff3ff;
  color: #0d1b2a;
  border: 1px solid rgba(62,166,255,0.45);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.ia-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 22px;
}

.ia-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.82);
  color: #0d1b2a;
  font-size: 13px;
  font-weight: 800;
}

.home-ia {
  max-width: 1200px;
  margin: 22px auto 0;
  padding: 0 20px;
  display: grid;
  gap: 22px;
}

.home-ia-section {
  padding: 28px 0 4px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.home-ia-heading {
  max-width: 760px;
  margin-bottom: 18px;
}

.home-ia-heading h2 {
  margin-top: 12px;
}

.home-ia-heading p {
  color: #555;
  line-height: 1.5;
  margin: 0;
}

.home-ia-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.home-ia-card {
  min-height: 170px;
  display: grid;
  grid-template-columns: 96px 1fr;
  grid-template-rows: auto 1fr auto;
  gap: 6px 14px;
  align-items: center;
  text-align: left;
  border: 1px solid rgba(62,166,255,0.18);
  border-radius: 18px;
  padding: 14px;
  background: rgba(255,255,255,0.76);
  color: #1d1d1d;
  cursor: pointer;
  box-shadow:
    0 10px 28px rgba(0,0,0,0.06),
    0 0 18px rgba(31,143,255,0.06);
  transition: 0.25s ease;
}

.home-ia-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 18px 38px rgba(0,0,0,0.12),
    0 0 28px rgba(31,143,255,0.14);
}

.home-ia-card:focus-visible {
  outline: 3px solid #3ea6ff;
  outline-offset: 3px;
}

.home-ia-card img {
  grid-row: 1 / 4;
  width: 96px;
  height: 112px;
  object-fit: contain;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(250,248,242,0.96), rgba(232,226,216,0.96));
  border: 1px solid rgba(62,166,255,0.30);
  box-shadow:
    0 0 0 1px rgba(223,243,255,0.62),
    0 0 14px rgba(46,163,255,0.14);
}

.home-ia-card span {
  width: fit-content;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(223,243,255,0.92), rgba(246,248,250,0.92));
  border: 1px solid rgba(62,166,255,0.28);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.68),
    0 0 10px rgba(46,163,255,0.12);
  color: #0d1b2a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-ia-card strong {
  font-size: 16px;
  line-height: 1.2;
}

.home-ia-card small {
  font-size: 14px;
  font-weight: 900;
  color: #0d1b2a;
}

.decision-tools {
  max-width: 1200px;
  margin: 46px auto 0;
  padding: 0 20px;
  display: grid;
  gap: 18px;
}

.tools-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.tools-heading h2 {
  margin: 10px 0 0;
  max-width: 680px;
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tool-panel,
.use-case-panel {
  border: 1px solid rgba(62,166,255,0.18);
  border-radius: 14px;
  background: rgba(255,255,255,0.76);
  box-shadow:
    0 14px 34px rgba(0,0,0,0.06),
    0 0 18px rgba(31,143,255,0.08);
}

.tool-panel {
  min-height: 380px;
  padding: 20px;
  display: grid;
  align-content: start;
  gap: 14px;
}

.use-case-panel {
  padding: 22px;
}

.tool-title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
}

.tool-title-row h3 {
  margin: 6px 0 0;
  font-size: 22px;
  line-height: 1.15;
}

.tool-title-row > i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #dff3ff;
  background: #08111d;
  border: 1px solid #2ea3ff;
  box-shadow: 0 0 18px rgba(46,163,255,0.28);
}

.tool-kicker {
  color: #2b465f;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.use-case-tabs,
.device-suggestions,
.tool-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.use-case-tab,
.device-suggestions button {
  min-height: 36px;
  border: 1px solid rgba(13,27,42,0.12);
  border-radius: 999px;
  background: white;
  color: #1d1d1d;
  padding: 8px 12px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.use-case-tab.active,
.use-case-tab:hover,
.device-suggestions button:hover {
  background: #08111d;
  border-color: #2ea3ff;
  color: white;
}

.use-case-result {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) minmax(230px, 0.45fr);
  gap: 18px;
  align-items: start;
}

.use-case-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #08111d;
  color: white;
  border: 1px solid #2ea3ff;
}

.use-case-result h4,
.tool-result h4 {
  margin: 0 0 8px;
  font-size: 21px;
  line-height: 1.18;
}

.use-case-result p,
.tool-result p {
  margin: 0 0 12px;
  color: #555;
  line-height: 1.5;
}

.use-case-summary {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  padding: 14px;
  border-radius: 12px;
  background: rgba(8,17,29,0.95);
  color: white;
}

.use-case-summary span {
  color: rgba(255,255,255,0.68);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.use-case-summary strong {
  margin-bottom: 8px;
}

.tool-input,
.tool-select {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(62,166,255,0.22);
  border-radius: 12px;
  background: white;
  color: #111;
  padding: 10px 12px;
  font: inherit;
  font-weight: 700;
}

.runtime-controls,
.advisor-controls {
  display: grid;
  gap: 12px;
}

.runtime-controls label,
.advisor-controls label {
  display: grid;
  gap: 6px;
  color: #38424c;
  font-size: 13px;
  font-weight: 900;
}

.tool-result {
  min-height: 120px;
  padding: 14px;
  border-radius: 12px;
  background: rgba(245,243,238,0.86);
  border: 1px solid rgba(13,27,42,0.08);
}

.tool-chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #dff3ff;
  color: #0d1b2a;
  font-size: 12px;
  font-weight: 900;
}

.result-status {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  margin-bottom: 10px;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.result-status.success {
  background: #dff3ff;
  color: #0d1b2a;
}

.result-status.warning {
  background: #fff4d6;
  color: #5a3b00;
}

.runtime-number {
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  color: #08111d;
  margin-bottom: 10px;
}

.tool-note {
  font-size: 13px;
  color: #6a6259 !important;
}


    .container {
      max-width: 1200px;
      margin: auto;
      padding: 50px 20px;
    }

    .top-area {
      display: flex;
      justify-content: space-between;
      align-items: end;
      gap: 20px;
      margin-bottom: 25px;
      flex-wrap: wrap;
    }

    h2 {
      font-size: 36px;
      margin: 0 0 8px;
    }

    .muted {
      color: #666;
      margin: 0;
    }

.search {
  width: 300px;
  max-width: 100%;
  padding: 14px 18px;
  border: 1px solid rgba(62,166,255,0.28);
  border-radius: 999px;
  font-size: 15px;
  background: rgba(255,255,255,0.85);
  outline: none;
  box-shadow:
    0 8px 22px rgba(0,0,0,0.05),
    0 0 16px rgba(46,163,255,0.10);
  transition: 0.25s ease;
}

.search:focus {
  border-color: #3ea6ff;
  background: white;
  box-shadow:
    0 10px 28px rgba(0,0,0,0.1),
    0 0 24px rgba(46,163,255,0.22);
}

    .filters {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 34px;
  padding: 12px;
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 999px;
  width: fit-content;
  box-shadow: 0 10px 28px rgba(0,0,0,0.05);
}

    .filter-btn {
  border: 1px solid rgba(0,0,0,0.08);
  background: white;
  padding: 11px 18px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  color: #333;
  transition: 0.25s ease;
  min-height: 44px;
}

 .filter-btn.active,
.filter-btn:hover {
  background: #0d1b2a;
  color: #dff3ff;
  border-color: #3ea6ff;
  box-shadow: 0 0 18px rgba(62,166,255,0.25);
}

    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
      gap: 28px;
    }

    .card {
  background: rgba(255,255,255,0.72);

  border-radius: 26px;
  overflow: hidden;

  border: 1px solid rgba(62,166,255,0.18);

  box-shadow:
    0 12px 34px rgba(0,0,0,0.08),
    0 0 18px rgba(31,143,255,0.06),
    inset 0 1px 0 rgba(255,255,255,0.45);

  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
  cursor: pointer;
}

   .card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 24px 54px rgba(0,0,0,0.16),
 0 0 34px rgba(31,143,255,0.24),
    inset 0 1px 0 rgba(255,255,255,0.55);
}

.card:focus-visible {
  outline: 3px solid #111;
  outline-offset: 4px;
}

    .image-wrap {
  height: 240px;
  background: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

    .card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  
  will-change: transform;
transform: translateZ(0);
backface-visibility: hidden;

  transition:
    transform 0.4s ease,
    filter 0.4s ease;

  filter: drop-shadow(0 10px 18px rgba(0,0,0,0.12));
}

    .card:hover img {
      transform: scale(1.06);
    }

    .card-content {
      padding: 24px;
    }

    .category {
      display: inline-block;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #555;
      background: #eee9e2;
      padding: 6px 10px;
      border-radius: 999px;
      margin-bottom: 14px;
      font-weight: 700;
    }

    .card h3 {
      font-size: 23px;
      margin: 0 0 10px;
    }

    .card p {
      color: #555;
      line-height: 1.5;
      margin: 0 0 18px;
    }

    .price {
      font-size: 18px;
      font-weight: 800;
      margin-bottom: 6px;
    }

.card-specs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 16px 0 16px;
}

.card-specs div {
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 7px 10px;
  border-radius: 10px;
  background: rgba(13,27,42,0.055);
  border: 1px solid rgba(13,27,42,0.06);
}

.card-specs span {
  color: #6a625b;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.card-specs strong {
  color: #162637;
  font-size: 13px;
  line-height: 1.2;
}

.price-context {
  margin: 0 0 18px !important;
  color: #6a625b !important;
  font-size: 13px;
  line-height: 1.4 !important;
}

    .actions {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111;
  color: white;
  padding: 12px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  transition: 0.25s ease;
  min-height: 44px;
  border: 0;
  cursor: pointer;
}

.button:hover {
  transform: translateY(-2px);
  background: #222;
}

.button:focus-visible,
.filter-btn:focus-visible,
.menu-toggle:focus-visible,
.cart-floating:focus-visible,
.language-floating:focus-visible,
.language-menu button:focus-visible,
.cart-remove:focus-visible,
.modal-close:focus-visible,
.zoom-lightbox-close:focus-visible {
  outline: 3px solid #3ea6ff;
  outline-offset: 3px;
}

.button.secondary {
  background: #e9e4dc;
  color: #111;
}

.button.secondary:hover {
  background: #ddd5ca;
}

    .about {
      margin-top: 60px;
      background: #e7e2da;
      border-radius: 24px;
      padding: 40px;
      text-align: center;
    }

    .about p {
      max-width: 760px;
      margin: 12px auto 0;
      color: #555;
      line-height: 1.6;
    }

.info-panels {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.info-panels div {
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(62,166,255,0.18);
  border-radius: 22px;
  padding: 24px;
  box-shadow:
    0 12px 34px rgba(0,0,0,0.06),
    0 0 18px rgba(31,143,255,0.06);
}

.info-panels i {
  color: #0d1b2a;
  font-size: 22px;
  margin-bottom: 12px;
  filter: drop-shadow(0 0 6px rgba(46,163,255,0.22));
}

.info-panels h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.info-panels p {
  margin: 0;
  color: #555;
  line-height: 1.5;
}

.why-cavetechia {
  margin-top: 34px;
  padding: 42px 0 8px;
}

.why-heading {
  max-width: 680px;
  margin-bottom: 22px;
}

.why-heading h2 {
  margin-top: 12px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.why-grid div {
  padding: 22px;
  border-radius: 14px;
  background: rgba(255,255,255,0.74);
  border: 1px solid rgba(62,166,255,0.14);
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
}

.why-grid i {
  color: #0d1b2a;
  font-size: 22px;
  margin-bottom: 14px;
}

.why-grid h3 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.2;
}

.why-grid p {
  margin: 0;
  color: #555;
  line-height: 1.5;
  font-size: 14px;
}

    footer {
      padding: 35px 20px;
      text-align: center;
      color: #777;
    }

    .empty {
      display: none;
      text-align: center;
      padding: 40px;
      background: white;
      border-radius: 20px;
      color: #666;
    }

.empty strong {
  display: block;
  margin-bottom: 12px;
  color: #15191f;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.15;
}

.empty span {
  display: block;
  max-width: 760px;
  margin: 6px auto 0;
  color: #596270;
  line-height: 1.55;
}


 .info a,
.info a:visited {
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 700;
}

.info a:hover {
  color: #d8d8d8 !important;
  text-decoration: underline !important;
}

.info i {
  font-size: 20px;
  margin: 0 10px;
  transition: 0.25s ease;
}
.info a i {
  color: #25d366;
}

.info i:hover {
  transform: scale(1.15);
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 26px;
  cursor: pointer;
  min-width: 44px;
  min-height: 44px;
}

@media (max-width: 700px) {
  .nav {
    align-items: flex-start;
    position: relative;
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 14px;
    margin-top: 18px;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    margin-left: 0;
    font-size: 16px;
    padding: 8px 0;
  }

  .nav-contact-button {
    margin-left: 0;
    font-size: 16px;
    padding: 8px 0;
    text-align: left;
  }

  .hero {
    min-height: 420px;
    padding: 48px 25px 25px;
  }

  .hero h1 {
    margin-bottom: 110px;
  }

  .hero p {
    font-size: 14px;
    max-width: 85%;
  }

  .container {
    padding: 38px 16px;
  }

  .trust-strip {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 22px;
    padding: 0 12px;
    width: 100%;
    overflow: visible;
  }

  .trust-strip div {
    flex: 1 1 0;
    min-width: 0;
    min-height: 44px;
    padding: 7px 4px;
    border-radius: 14px;
    gap: 3px;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    flex-direction: row;
    white-space: nowrap;
  }

  .trust-strip i {
    font-size: 12px;
    flex: 0 0 auto;
  }

  .filters {
    width: 100%;
    border-radius: 22px;
  }

  .filter-btn {
    flex: 1 1 calc(50% - 12px);
  }

  .about {
    padding: 28px;
  }

  .info-panels {
    grid-template-columns: 1fr;
  }

  .home-ia {
    padding: 0 14px;
  }

  .home-ia-grid {
    grid-template-columns: 1fr;
  }

  .home-ia-card {
    min-height: 150px;
  }

  .decision-tools {
    padding: 0 14px;
  }

  .tools-heading,
  .tool-title-row {
    align-items: flex-start;
  }

  .tools-heading {
    display: grid;
  }

  .tools-grid {
    grid-template-columns: 1fr;
  }

  .use-case-panel,
  .tool-panel {
    padding: 18px;
  }

  .use-case-result {
    grid-template-columns: 1fr;
  }

  .use-case-summary {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

.product-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.76);
  justify-content: center;
  align-items: center;
  padding: 22px;
  overflow-y: auto;
}

.product-modal.open {
  display: flex;
}

.modal-card {
  width: min(980px, 100%);
  max-height: calc(100vh - 44px);

  background:
    linear-gradient(
      145deg,
      #f5f1ea 0%,
      #ebe5dc 100%
    );

  border-radius: 24px;
  overflow: hidden;

 display: grid;
grid-template-columns: repeat(2, 1fr);
align-items: center;
justify-items: center;

  position: relative;

  border: 1px solid rgba(62,166,255,0.28);

  box-shadow:
    0 32px 90px rgba(0,0,0,0.38),
    0 0 42px rgba(46,163,255,0.28),
    inset 0 1px 0 rgba(255,255,255,0.55);
}

.modal-image {
  background: #e8e2d8;
  min-height: 460px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 60px 28px 40px;
}

.modal-image img {
  width: 100%;
  height: auto;

  max-width: 88%;
  max-height: 420px;

  object-fit: contain;

  filter:
    drop-shadow(0 16px 28px rgba(0,0,0,0.16));
}
.modal-image-wrapper {
  display: flex;
  flex-direction: column;
  background: #e8e2d8;
}

.modal-thumbnails {
  display: flex;
  gap: 12px;
  padding: 16px;
  overflow-x: auto;
  justify-content: center;
  background: #ddd6cb;
}

.modal-thumbnails img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 14px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.25s ease;
  background: white;
}

.modal-thumbnails img:hover {
  transform: scale(1.06);
  border-color: #111;
}

.modal-thumbnails img.active {
  border-color: #111;
}

.modal-content {
  padding: 38px;
  overflow-y: auto;
}

.modal-content h2 {
  font-size: 34px;
  line-height: 1.1;
  margin: 12px 0 14px;
}

.modal-content p {
  color: #4f4a43;
  line-height: 1.6;
}

.modal-price {
  font-size: 20px;
  font-weight: 800;
  margin: 22px 0;
}

.modal-highlights {
  list-style: none;
  padding: 0;
  margin: 20px 0 26px;
  display: grid;
  gap: 10px;
}

.modal-highlights li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #3d3934;
}

.modal-highlights i {
  color: #111;
  margin-top: 3px;
}

.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.modal-tabs {
  width: 100%;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(13,27,42,0.12);
}

.modal-tab-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.modal-tab-btn {
  min-height: 38px;
  border: 1px solid rgba(13,27,42,0.12);
  border-radius: 999px;
  background: rgba(255,255,255,0.62);
  color: #26384a;
  padding: 8px 12px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.modal-tab-btn.active {
  background: #08111d;
  border-color: #2ea3ff;
  color: #ffffff;
  box-shadow: 0 0 18px rgba(46,163,255,0.18);
}

.modal-tab-panel {
  display: none;
  color: #3d3934;
}

.modal-tab-panel.active {
  display: block;
}

.modal-tab-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  line-height: 1.5;
}

.modal-tab-empty {
  margin: 0;
  color: #6b6259;
}

.faq-item {
  display: grid;
  gap: 4px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(13,27,42,0.08);
}

.faq-item strong {
  color: #0d1b2a;
}

.faq-item p {
  margin: 0;
}

.product-3d-viewer,
.product-360-viewer {
  min-height: 320px;
  display: grid;
  gap: 10px;
  place-items: center;
  padding: 14px;
  border-radius: 14px;
  background: linear-gradient(180deg, #f2eee7 0%, #e4ded3 100%);
  border: 1px solid rgba(13,27,42,0.1);
}

.product-3d-viewer model-viewer,
.product-360-viewer img {
  width: 100%;
  height: 280px;
  display: block;
}

.product-3d-viewer model-viewer {
  background: transparent;
}

.product-360-viewer {
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}

.product-360-viewer img {
  object-fit: contain;
  -webkit-user-drag: none;
  filter: drop-shadow(0 16px 28px rgba(0,0,0,0.16));
}

.product-360-viewer:active {
  cursor: grabbing;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;

  width: 44px;
  height: 44px;

  border-radius: 50%;
  border: 1px solid rgba(62,166,255,0.35);

  background: #08111d;
  color: #dff3ff;

  cursor: pointer;
  font-size: 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 2;

  box-shadow:
    0 0 18px rgba(46,163,255,0.32);
}
.modal-close:hover {
  transform: scale(1.08);

  box-shadow:
    0 0 28px rgba(46,163,255,0.55);
}

@media (max-width: 760px) {
  .product-modal {
    align-items: flex-start;
    padding: 14px;
  }

  .modal-card {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    justify-items: stretch;
    max-height: none;
  }

  .modal-image {
    min-height: 290px;
    padding: 22px;
  }

  .modal-content {
    padding: 26px;
  }

  .modal-content h2 {
    font-size: 28px;
  }
}
.card {
  opacity: 0;
  transform: translateY(24px);
}

.card.visible {
  opacity: 1;
  transform: translateY(0);
}

.card.visible:hover {
  transform: translateY(-6px);
}
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #08111d;
  border: 1px solid #2ea3ff;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  text-decoration: none;
  z-index: 9998;

  box-shadow:
    0 0 22px rgba(46,163,255,0.55),
    0 10px 25px rgba(0,0,0,0.35);

  transition: 0.25s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  background: #0d1b2a;

  box-shadow:
    0 0 34px rgba(46,163,255,0.9),
    0 10px 30px rgba(0,0,0,0.4);
}
.footer-premium {
  background: #111;
  color: white;
  text-align: center;
  padding: 45px 20px;
  margin-top: 40px;
}

.footer-logo {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.footer-premium p {
  color: #bbb;
  margin: 8px 0;
}

.footer-social {
  margin: 18px 0;
}

.footer-social a {
  color: white;
  font-size: 22px;
  margin: 0 10px;
  text-decoration: none;
  transition: 0.25s ease;
}

.footer-social a:nth-child(1) {
  color: #ffffff;
}

.footer-social a:nth-child(2) {
  color: #25d366;
}

.footer-social a:hover {
  transform: scale(1.18);
  filter: brightness(1.15);
}

.footer-copy {
  font-size: 13px;
}
.featured {
  max-width: 1200px;
  margin: 55px auto 10px;
  padding: 0 20px;
}

.featured-box {
  background:
    linear-gradient(
      135deg,
      #03070d 0%,
      #08111d 38%,
      #0d2238 72%,
      #071019 100%
    );

  color: white;

  border-radius: 28px;
  padding: 38px;

  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 30px;
  align-items: center;

  border: 1px solid rgba(62,166,255,0.22);

  box-shadow:
    0 22px 60px rgba(0,0,0,0.28),
    0 0 30px rgba(46,163,255,0.16),
    inset 0 1px 0 rgba(255,255,255,0.04);

  text-decoration: none;
  cursor: pointer;

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}
.featured-box h2 {
  font-size: 34px;
  margin: 0 0 14px;
  color: #f4fbff;

  text-shadow:
    0 0 10px rgba(62,166,255,0.18);
}

.featured-box p {
  color: #c7d8e8;
  line-height: 1.7;
}

.featured-box img {
  width: 100%;
  height: 240px;
  max-height: 280px;
  object-fit: contain;
  display: block;
  overflow: hidden;
}
.featured-box:hover {
  transform: translateY(-6px);

  border-color: rgba(62,166,255,0.45);

  box-shadow:
    0 28px 70px rgba(0,0,0,0.35),
    0 0 42px rgba(46,163,255,0.28),
    inset 0 1px 0 rgba(255,255,255,0.06);
}

@media (max-width: 700px) {
  .featured-box {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 26px;
  }
}
.catalog-tools {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.sort-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 999px;
  padding: 10px 14px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.05);
}

.sort-box label {
  font-size: 14px;
  font-weight: 800;
  color: #333;
}

.sort-select {
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 999px;
  padding: 10px 14px;
  min-height: 44px;
  background: white;
  color: #111;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 700px) {
  .catalog-tools,
  .sort-box {
    width: 100%;
  }

  .sort-box {
    justify-content: space-between;
    border-radius: 22px;
  }

  .sort-select {
    flex: 1;
  }
}
.cart-floating {
  position: fixed;
  top: 190px;
  right: 22px;
  z-index: 9999;

  border-radius: 999px;
  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: transparent;
  border: 0;
  color: #0d1b2a;
  font-size: 0;
  cursor: pointer;
  filter: drop-shadow(0 0 8px rgba(46,163,255,0.32));

  transition: 0.25s ease;
  padding: 0;
}
.cart-floating:hover {
  transform: scale(1.08);
  color: #0077ff;
  filter: drop-shadow(0 0 12px rgba(46,163,255,0.52));
}

.language-widget {
  position: fixed;
  top: 118px;
  right: 22px;
  z-index: 9999;
}

.language-floating {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: #0d1b2a;
  display: flex;
  place-items: center;
  align-items: center;
  justify-content: center;
  padding: 0;
  font: inherit;
  cursor: pointer;
  filter: drop-shadow(0 0 8px rgba(46,163,255,0.32));
  transition: 0.25s ease;
  list-style: none;
}

.language-floating::-webkit-details-marker {
  display: none;
}

.language-floating span {
  display: none;
}

.language-floating:hover {
  transform: scale(1.08);
  color: #0077ff;
  filter: drop-shadow(0 0 12px rgba(46,163,255,0.52));
}

.floating-icon {
  width: 30px;
  height: 30px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.language-menu {
  position: absolute;
  top: 70px;
  right: 0;
  width: 178px;
  padding: 8px;
  border-radius: 14px;
  border: 1px solid rgba(62,166,255,0.28);
  background: rgba(248,245,239,0.96);
  box-shadow:
    0 20px 42px rgba(0,0,0,0.22),
    0 0 22px rgba(46,163,255,0.18);
}

.language-widget:not([open]) .language-menu {
  display: none;
}

.language-menu button {
  width: 100%;
  min-height: 38px;
  display: block;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #1d1d1d;
  font: inherit;
  font-weight: 800;
  text-align: left;
  padding: 8px 10px;
  cursor: pointer;
}

.language-menu button:hover,
.language-menu button.active {
  background: #08111d;
  color: white;
}

.cart-count {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
  color: #0d1b2a;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(62,166,255,0.45);
  box-shadow: 0 0 8px rgba(46,163,255,0.22);
  align-items: center;
  justify-content: center;
}

@media (max-width: 1180px) {
  .language-widget {
    top: 136px;
    right: 16px;
  }

  .cart-floating {
    top: 204px;
    right: 16px;
  }

  .language-floating,
  .cart-floating {
    width: 52px;
    height: 52px;
  }

  .language-floating i {
    font-size: 19px;
  }

  .cart-floating {
    font-size: 20px;
  }

  .language-menu {
    top: 62px;
  }
}

.cart-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 390px;
  max-width: 100%;
  height: 100%;
  background: #f8f5ef;
  z-index: 10000;
  transition: 0.35s ease;
  transform: translateX(100%);
  box-shadow: -10px 0 40px rgba(0,0,0,0.18);
  display: flex;
  flex-direction: column;
}

.cart-sidebar.open {
  transform: translateX(0);
}

.cart-header {
  padding: 24px;
  font-size: 24px;
  font-weight: 800;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}

.cart-item {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
  background: white;
  border-radius: 18px;
  padding: 12px;
}

.cart-item img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 14px;
}

.cart-item h4 {
  margin: 0 0 6px;
  font-size: 16px;
}

.cart-item p {
  margin: 0;
  font-weight: 700;
}
.cart-remove {
  margin-left: auto;
  border: 0;
  background: transparent;
  color: #777;
  cursor: pointer;
  font-size: 18px;
  transition: 0.2s ease;
}

.cart-remove:hover {
  color: #111;
  transform: scale(1.1);
}
.cart-footer {
  padding: 20px;
  border-top: 1px solid rgba(0,0,0,0.08);
  display: grid;
  gap: 12px;
}

.cart-total {
  font-size: 20px;
  font-weight: 800;
}

.zoomable {
  cursor: zoom-in;
  transition: transform 0.3s ease;
}

.zoomed {
  transform: none;
}
.zoom-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 20000;
  background: rgba(0,0,0,0.92);
  overflow: hidden;
  align-items: center;
  justify-content: center;
  touch-action: none;
}

.zoom-lightbox.open {
  display: flex;
}

.zoom-lightbox img {
  max-width: 92vw;
  max-height: 92vh;
  object-fit: contain;
  cursor: grab;
  user-select: none;
  -webkit-user-drag: none;
  touch-action: none;
}

.zoom-lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: white;
  color: #111;
  font-size: 22px;
  z-index: 20001;
}

@media (max-width: 700px) {
  h2 {
    font-size: 30px;
  }

  .search {
    width: 100%;
  }

  .cart-floating {
    top: auto;
    right: 18px;
    bottom: 92px;
    width: 46px;
    height: 46px;
  }

  .language-widget {
    top: auto;
    right: 18px;
    bottom: 162px;
  }

  .language-floating {
    width: 46px;
    height: 46px;
  }

  .language-menu {
    top: auto;
    bottom: 66px;
  }

  .cart-sidebar {
    width: 100%;
  }
}

/* Visual polish - solid growth base */
body {
  background:
    linear-gradient(180deg, #f5f3ee 0%, #ece7de 48%, #f5f3ee 100%);
}

header {
  padding: 14px 20px 12px;
  background: rgba(8,13,20,0.82);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

.logo {
  letter-spacing: 0;
}

.nav a {
  margin-left: 18px;
  color: rgba(255,255,255,0.82);
  font-weight: 700;
}

.nav a:hover {
  color: #ffffff;
}

.info {
  margin-top: 8px !important;
  font-size: 13px !important;
}

.hero {
  min-height: 500px;
  padding: 78px max(28px, calc((100vw - 1440px) / 2 + 24px)) 46px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #08111d;
}

.hero h1 {
  max-width: 620px;
  margin: 0;
  line-height: 1.02;
}

.hero p {
  max-width: none;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255,255,255,0.9);
  white-space: nowrap;
}

.trust-strip {
  margin-top: 30px;
}

.trust-strip div,
.search,
.filters,
.sort-box,
.info-panels div,
.card {
}

.trust-strip div {
  border-radius: 14px;
  background: rgba(255,255,255,0.78);
}

.featured {
  margin-top: 44px;
}

.featured-box {
  border-radius: 18px;
  padding: 30px 34px;
  grid-template-columns: 1fr 0.82fr;
  background:
    linear-gradient(135deg, #050b12 0%, #08111d 50%, #0b2034 100%);
}

.featured-box h2 {
  font-size: 32px;
}

.featured-box img {
  height: 220px;
  max-height: 240px;
  padding: 8px;
}

.container {
  padding-top: 44px;
}

.top-area {
  align-items: center;
}

h2 {
  font-size: 34px;
  letter-spacing: 0;
}

.filters,
.sort-box {
  border-color: rgba(62,166,255,0.16);
}

.filter-btn,
.sort-select,
.search {
  font-family: inherit;
}

.grid {
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  gap: 24px;
}

.card {
  border-radius: 18px;
  background: rgba(255,255,255,0.78);
}

.image-wrap {
  height: 220px;
  background: linear-gradient(180deg, #f2eee7 0%, #e4ded3 100%);
}

.card-content {
  padding: 22px;
}

.card h3 {
  font-size: 21px;
  line-height: 1.18;
}

.category {
  border-radius: 10px;
  background: rgba(13,27,42,0.08);
  color: #26384a;
}

.about,
.info-panels div {
  border-radius: 18px;
  border: 1px solid rgba(62,166,255,0.14);
}

.about {
  background: rgba(255,255,255,0.54);
  box-shadow: 0 12px 32px rgba(0,0,0,0.05);
}

.footer-premium {
  background:
    linear-gradient(180deg, #0b1118 0%, #070b10 100%);
  border-top: 1px solid rgba(62,166,255,0.18);
}

.modal-card,
.cart-sidebar {
  border-radius: 18px;
}

@media (max-width: 760px) {
  header {
    padding: 12px 16px;
  }

  .hero {
    min-height: 430px;
    padding: 48px 22px 30px;
    background-position: center center;
  }

  .hero h1 {
    font-size: 38px;
    max-width: 96%;
  }

  .hero-title-main {
    font-size: 38px;
  }

  .hero-title-sub {
    font-size: 28px;
  }

  .hero p {
    max-width: 92%;
    font-size: 15px;
    white-space: normal;
  }

  .trust-strip {
    margin-top: 18px;
  }

  .featured {
    margin-top: 34px;
  }

  .featured-box {
    border-radius: 18px;
    padding: 24px 20px;
    gap: 18px;
  }

  .featured-box h2 {
    font-size: 28px;
  }

  .featured-box img {
    max-height: 210px;
  }

  .container {
    padding-top: 34px;
  }

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

  .image-wrap {
    height: 210px;
  }

  .info-panels div {
    padding: 20px;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-cavetechia {
    margin-top: 24px;
    padding-top: 28px;
  }
}

@media (max-width: 390px) {
  .trust-strip {
    gap: 6px;
    padding: 0 10px;
  }

  .trust-strip div {
    font-size: 9px;
    padding: 7px 3px;
  }
}

/* Sharper premium surfaces */
.card,
.about,
.info-panels div,
.featured-box,
.modal-card,
.cart-item,
.empty {
  border-radius: 14px;
}

.image-wrap,
.cart-item img,
.modal-thumbnails img {
  border-radius: 10px;
}

.trust-strip div,
.sort-box,
.filters {
  border-radius: 14px;
}

@media (max-width: 760px) {
  .featured-box,
  .card,
  .about,
  .info-panels div,
  .modal-card {
    border-radius: 14px;
  }
}

/* Mobile hero: show full background image */
@media (max-width: 700px) and (orientation: portrait) {
  .hero {
    min-height: 520px;
    background: #08111d;
  }

  .hero::after {
    background:
      linear-gradient(to bottom, rgba(0,0,0,0.62), rgba(0,0,0,0.28) 46%, rgba(0,0,0,0.72) 100%);
  }

  .hero-bg {
    object-fit: contain;
  }

  .hero h1 {
    font-size: 34px;
    max-width: 100%;
  }

  .hero-title-main {
    font-size: 34px;
  }

  .hero-title-sub {
    font-size: 26px;
  }

  .hero p {
    max-width: 100%;
    white-space: normal;
  }
}

/* Growth pages and lead tools */
.growth-hub,
.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 56px auto;
}

.growth-heading,
.page-hero {
  margin-bottom: 24px;
}

.growth-heading h2,
.page-hero h1 {
  margin: 8px 0 0;
  color: #15191f;
  line-height: 1.05;
}

.growth-grid,
.article-grid,
.kit-grid {
  display: grid;
  gap: 12px;
}

.top-use-case-hub {
  margin: 28px auto 0;
}

.top-use-case-hub .use-case-feature {
  color: #0d1b2a;
  background:
    radial-gradient(circle at 78% 12%, rgba(62,166,255,0.20), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,0.94), rgba(223,243,255,0.82));
  border-color: rgba(62,166,255,0.36);
  box-shadow:
    0 16px 42px rgba(15,23,42,0.08),
    0 0 24px rgba(46,163,255,0.12);
}

.top-use-case-hub .use-case-feature::before {
  opacity: 0.16;
  filter: invert(1) saturate(0.55);
}

.top-use-case-hub .use-case-feature::after {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.80), rgba(223,243,255,0.58), rgba(255,255,255,0.78));
}

.top-use-case-hub .use-case-feature-main {
  color: #0d1b2a;
}

.top-use-case-hub .use-case-feature-main span {
  color: rgba(13,27,42,0.72);
}

.top-use-case-hub .use-case-feature-links a {
  color: #0d1b2a;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.88), rgba(223,243,255,0.72));
  border-color: rgba(62,166,255,0.34);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.66),
    0 0 14px rgba(46,163,255,0.13);
}

.top-use-case-hub .use-case-feature-links a > span:first-child {
  background: rgba(245,166,35,0.16);
  color: #9b650e;
}

.top-use-case-hub .use-case-feature-links a > span:last-child {
  color: #0d1b2a;
  text-shadow: none;
  background: rgba(255,255,255,0.68);
}

.growth-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.article-grid,
.kit-grid {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.growth-grid a,
.article-grid article,
.kit-grid article,
.lead-form,
.calculator-panel,
.checklist-card,
.content-block,
.cta-band {
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(62,166,255,0.16);
  border-radius: 14px;
  box-shadow: 0 18px 44px rgba(15,23,42,0.08);
}

.growth-grid a,
.kit-grid article,
.article-grid article {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  color: #17202a;
  text-decoration: none;
}

.growth-grid a {
  --card-bg: url("imagens/bg-kits.svg");
  --card-tone: #12395c;
  position: relative;
  min-height: 210px;
  justify-content: flex-end;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 14%, rgba(255,255,255,0.16), transparent 30%),
    linear-gradient(135deg, var(--card-tone) 0%, #0b121d 62%, #080d15 100%);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.growth-grid a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--card-bg);
  background-size: auto 106%;
  background-position: center right;
  background-repeat: no-repeat;
  opacity: 0.58;
  pointer-events: none;
}

.growth-grid a:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 54px rgba(15,23,42,0.16);
}

.growth-grid a::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255,255,255,0.14);
  background: linear-gradient(180deg, rgba(5,9,15,0.1), rgba(5,9,15,0.72));
  pointer-events: none;
}

.growth-grid i,
.kit-grid i {
  color: #002b5f;
  font-size: 22px;
}

.growth-grid i {
  display: none;
}

.growth-grid strong,
.kit-grid h2,
.article-grid h2 {
  font-size: 21px;
  line-height: 1.15;
}

.growth-grid strong,
.growth-grid span {
  position: relative;
  z-index: 1;
}

.growth-grid span {
  max-width: 240px;
  font-size: 15px;
  color: rgba(255,255,255,0.82);
  line-height: 1.45;
}

.article-grid p,
.kit-grid p,
.page-hero p,
.cta-band p {
  color: #4e5966;
  line-height: 1.6;
}

.card-generator,
.growth-grid a:nth-child(1) { --card-bg: url("imagens/bg-generator.svg"); --card-tone: #17476b; }
.card-fridge,
.growth-grid a:nth-child(2) { --card-bg: url("imagens/bg-fridge.svg"); --card-tone: #17606e; }
.card-calculator,
.growth-grid a:nth-child(3) { --card-bg: url("imagens/bg-calculator.svg"); --card-tone: #25436f; }
.card-setup,
.growth-grid a:nth-child(4) { --card-bg: url("imagens/bg-setup.svg"); --card-tone: #5a4320; }
.card-business,
.growth-grid a:nth-child(5) { --card-bg: url("imagens/bg-business.svg"); --card-tone: #2f4f42; }
.card-motorhome,
.growth-grid a:nth-child(6) { --card-bg: url("imagens/bg-motorhome.svg"); --card-tone: #5b3f24; }
.card-kits,
.growth-grid a:nth-child(7) { --card-bg: url("imagens/bg-kits.svg"); --card-tone: #394f72; }
.card-checklist,
.growth-grid a:nth-child(8) { --card-bg: url("imagens/bg-checklist.svg"); --card-tone: #4f5a2c; }
.card-blackout,
.growth-grid a:nth-child(9) { --card-bg: url("imagens/bg-blackout.svg"); --card-tone: #603338; }
.card-rv,
.growth-grid a:nth-child(10) { --card-bg: url("imagens/bg-rv.svg"); --card-tone: #284f62; }
.card-work,
.growth-grid a:nth-child(11) { --card-bg: url("imagens/bg-work.svg"); --card-tone: #3c426a; }
.card-small-business,
.growth-grid a:nth-child(12) { --card-bg: url("imagens/bg-small-business.svg"); --card-tone: #4b4922; }
.card-users,
.growth-grid a:nth-child(13) { --card-bg: url("imagens/bg-users.svg"); --card-tone: #263f55; }

.use-case-feature {
  --card-bg: url("imagens/bg-users.svg");
  --card-tone: #263f55;
  grid-column: 1 / -1;
  position: relative;
  min-height: 260px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(420px, 1.4fr);
  gap: 22px;
  padding: 24px;
  color: #ffffff;
  background:
    radial-gradient(circle at 80% 18%, rgba(255,255,255,0.14), transparent 34%),
    linear-gradient(135deg, var(--card-tone), #080d15);
  border: 1px solid rgba(62,166,255,0.2);
  border-radius: 14px;
  box-shadow: 0 18px 44px rgba(15,23,42,0.08);
}

.use-case-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--card-bg);
  background-repeat: no-repeat;
  background-size: auto 115%;
  background-position: left center;
  opacity: 0.48;
  pointer-events: none;
}

.use-case-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,9,15,0.82), rgba(5,9,15,0.58), rgba(5,9,15,0.86));
  pointer-events: none;
}

.use-case-feature-main,
.use-case-feature-links {
  position: relative;
  z-index: 1;
}

.use-case-feature-main {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
}

.use-case-feature-main strong {
  max-width: 420px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1;
}

.use-case-feature-main span {
  max-width: 460px;
  color: rgba(255,255,255,0.82);
  font-size: 16px;
  line-height: 1.45;
}

.use-case-feature-links {
  align-self: center;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.use-case-feature-links a {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
  background:
    linear-gradient(135deg, rgba(5,9,15,0.82), rgba(12,24,38,0.74)),
    rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(62,166,255,0.1);
}

.use-case-feature-links a > span:first-child {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(245,166,35,0.2);
  color: #f5a623;
}

.use-case-feature-links a > span:last-child {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 8px;
  color: #ffffff;
  line-height: 1.1;
  text-shadow: 0 2px 8px rgba(0,0,0,0.65);
  background: rgba(5,9,15,0.54);
  border-radius: 999px;
}

@media (max-width: 1120px) {
  .growth-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .growth-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .use-case-feature {
    grid-template-columns: 1fr;
  }

  .use-case-feature-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.content-page {
  --page-bg-image: url("imagens/bg-kits.svg");
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  overflow-x: hidden;
  background: linear-gradient(180deg, #f5f3ee 0%, #ece7de 100%);
  color: #15191f;
}

.content-page::before {
  content: none;
}

.page-blackout { --page-bg-image: url("imagens/bg-blackout.svg"); }
.page-rv { --page-bg-image: url("imagens/bg-rv.svg"); }
.page-work { --page-bg-image: url("imagens/bg-work.svg"); }
.page-business { --page-bg-image: url("imagens/bg-business.svg"); }
.page-solar { --page-bg-image: url("imagens/bg-solar.svg"); }
.page-generator { --page-bg-image: url("imagens/bg-generator.svg"); }
.page-calculator { --page-bg-image: url("imagens/bg-calculator.svg"); }
.page-kits { --page-bg-image: url("imagens/bg-kits.svg"); }
.page-users { --page-bg-image: url("imagens/bg-users.svg"); }
.page-fridge { --page-bg-image: url("imagens/bg-fridge.svg"); }
.page-setup { --page-bg-image: url("imagens/bg-setup.svg"); }

.content-page header {
  position: relative;
  z-index: 3;
}

.content-page .page-shell,
.content-page .language-widget,
.content-page .cart-floating,
.content-page .whatsapp-float {
  position: relative;
  z-index: 1;
}

.content-page .nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.content-page .nav-links a {
  margin-left: 0;
}

.guide-language-widget {
  position: fixed;
  right: 18px;
  bottom: 86px;
  z-index: 20;
  font-weight: 900;
}

.guide-language-widget summary {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #071323;
  border: 2px solid #3ea6ff;
  box-shadow: 0 14px 30px rgba(0,43,95,0.22);
  cursor: pointer;
  list-style: none;
}

.guide-language-widget summary::-webkit-details-marker {
  display: none;
}

.guide-language-widget div {
  position: absolute;
  right: 0;
  bottom: 64px;
  display: grid;
  gap: 6px;
  padding: 8px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #dceeff;
  box-shadow: 0 18px 44px rgba(15,23,42,0.18);
}

.guide-language-widget button {
  min-width: 58px;
  border: 0;
  border-radius: 9px;
  padding: 9px 10px;
  background: #f3f7fb;
  color: #071323;
  font-weight: 900;
  cursor: pointer;
}

.page-hero.compact {
  padding: 48px 0 16px;
}

.page-hero h1 {
  max-width: 920px;
  font-size: clamp(38px, 5vw, 64px);
  color: #15191f;
}

.page-hero p {
  max-width: 780px;
  font-size: 18px;
  color: #4e5966;
}

.content-block,
.cta-band,
.calculator-panel,
.lead-form,
.checklist-card {
  padding: 24px;
}

.comparison-table,
.load-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 12px;
}

.comparison-table th,
.comparison-table td,
.load-table th,
.load-table td {
  padding: 14px;
  border-bottom: 1px solid rgba(15,23,42,0.08);
  text-align: left;
  vertical-align: top;
}

.comparison-table th,
.load-table th {
  background: #111827;
  color: #fff;
}

.comparison-table small {
  color: #687282;
}

.cta-band {
  margin-top: 22px;
}

.lead-form,
.calc-settings {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.smart-lead-form {
  align-items: start;
}

.lead-result {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 12px;
  padding: 16px;
  border-radius: 14px;
  background: #101827;
  color: #ffffff;
}

.lead-result div {
  padding: 12px;
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
}

.lead-result span {
  display: block;
  margin-bottom: 5px;
  color: rgba(255,255,255,0.68);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
}

.lead-result strong {
  font-size: 20px;
}

.lead-result p {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255,255,255,0.8);
  line-height: 1.5;
}

.setup-paths {
  margin-bottom: 20px;
}

.path-grid,
.knowledge-grid,
.level-grid {
  display: grid;
  gap: 16px;
}

.path-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 18px;
}

.path-grid a,
.knowledge-grid article,
.level-grid div {
  display: block;
  padding: 20px;
  border: 1px solid #dceeff;
  border-radius: 14px;
  background: rgba(255,255,255,0.9);
  color: #15191f;
  text-decoration: none;
  box-shadow: 0 16px 40px rgba(15,23,42,0.08);
}

.path-grid strong,
.level-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  color: #071323;
}

.path-grid span,
.knowledge-grid p,
.level-grid p {
  color: #55606d;
  line-height: 1.55;
}

.knowledge-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin: 24px 0;
}

.knowledge-grid h2 {
  margin-bottom: 10px;
  font-size: 22px;
}

.level-grid {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  margin-top: 16px;
}

.lead-form label,
.calc-settings label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-weight: 800;
  color: #2c3744;
}

.lead-form input,
.lead-form textarea,
.lead-form select,
.calc-settings input,
.load-table input,
.load-table select {
  width: 100%;
  border: 1px solid rgba(62,166,255,0.24);
  border-radius: 10px;
  padding: 12px;
  font: inherit;
  background: rgba(255,255,255,0.9);
}

.lead-form textarea {
  min-height: 118px;
  resize: vertical;
}

.lead-form .button,
.lead-form .button.secondary {
  width: fit-content;
  align-self: end;
}

.calc-settings {
  margin-bottom: 18px;
}

.inline-calc-block {
  display: grid;
  gap: 16px;
  margin-top: 14px;
}

.inline-calc-settings {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 14px;
}

.inline-calc-settings label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-weight: 800;
  color: #2c3744;
}

.inline-calc-settings input {
  width: 100%;
  border: 1px solid rgba(62,166,255,0.24);
  border-radius: 10px;
  padding: 12px;
  font: inherit;
  background: rgba(255,255,255,0.9);
}

.inline-calc-cta {
  margin: 16px 0 0;
}

.load-table {
  margin-bottom: 16px;
}

.mini-action {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #111827;
  color: #fff;
  cursor: pointer;
}

.calc-kpis {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.calc-kpis div {
  padding: 14px;
  border-radius: 12px;
  background: #101827;
  color: #fff;
}

.calc-kpis span {
  display: block;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  margin-bottom: 4px;
}

.calc-kpis strong {
  font-size: 24px;
}

.checklist-card {
  display: grid;
  gap: 14px;
}

.use-case-summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}

.use-case-summary-card {
  padding: 22px;
  border-radius: 14px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(62,166,255,0.16);
  box-shadow: 0 18px 44px rgba(15,23,42,0.08);
}

.use-case-summary-card h2 {
  margin: 8px 0;
}

.use-case-summary-card p {
  color: #4e5966;
  line-height: 1.55;
}

.technical-list {
  margin: 0;
  padding-left: 18px;
  color: #4e5966;
  line-height: 1.65;
}

.technical-list li + li {
  margin-top: 8px;
}

.use-case-detail h2 {
  margin-top: 0;
}

.checklist-card label {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  line-height: 1.5;
}

.kit-grid article a {
  color: #002b5f;
  font-weight: 900;
}

@media (max-width: 760px) {
  .growth-hub,
  .page-shell {
    width: min(100% - 24px, 1180px);
    margin: 36px auto;
  }

  .growth-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .growth-grid a {
    min-height: 96px;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 8px;
    gap: 7px;
    background:
      radial-gradient(circle at 80% 18%, rgba(255,255,255,0.18), transparent 34%),
      linear-gradient(135deg, var(--card-tone), #080d15);
  }

  .growth-grid a::before {
    background-size: auto 100%;
    background-position: center;
    opacity: 0.5;
  }

  .growth-grid i {
    font-size: 21px;
  }

  .growth-grid strong {
    font-size: 11px;
    line-height: 1.15;
  }

  .growth-grid span {
    display: none;
  }

  .use-case-feature {
    aspect-ratio: auto;
    min-height: auto;
    padding: 16px;
    text-align: left;
  }

  .use-case-feature-main {
    justify-content: flex-start;
  }

  .use-case-feature-main strong {
    font-size: 24px;
  }

  .use-case-feature-main span {
    display: block;
    font-size: 13px;
  }

  .use-case-feature-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .use-case-feature-links a {
    min-height: 44px;
    padding: 7px;
    font-size: 12px;
    gap: 7px;
  }

  .use-case-feature-links a > span:first-child {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }

  .use-case-feature-links a > span:last-child {
    display: inline-flex;
    min-height: 24px;
    padding: 3px 6px;
    font-size: 12px;
  }

  .page-hero.compact {
    padding-top: 36px;
  }

  .page-hero h1 {
    font-size: 36px;
  }

  .content-page .nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-page .nav-links {
    flex-wrap: wrap;
    gap: 10px 14px;
  }

  .comparison-table,
  .load-table {
    display: block;
    overflow-x: auto;
  }
}
/* ── NAV DROPDOWN ──────────────────────────────────────────────── */
.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 16px;
}

.nav-dropdown-toggle {
  background: none;
  border: none;
  color: #ddd;
  font-size: 15px;
  cursor: pointer;
  padding: 0;
  margin-left: 20px;
  font-family: inherit;
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-dropdown-toggle::after {
  content: "▾";
  font-size: 11px;
  opacity: 0.7;
}

.nav-dropdown-toggle:hover {
  color: #fff;
}

.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  background: #08111d;
  border: 1px solid rgba(46,163,255,0.95);
  border-radius: 12px;
  padding: 8px 0;
  min-width: 200px;
  z-index: 2000;
  box-shadow:
    0 0 0 1px rgba(46,163,255,0.25),
    0 0 22px rgba(46,163,255,0.42),
    0 16px 38px rgba(0,0,0,0.45);
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  display: flex;
  flex-direction: column;
}

.nav-dropdown-menu a {
  color: #dce8f5;
  text-decoration: none;
  padding: 10px 18px;
  font-size: 14px;
  margin: 0;
  display: block;
  transition: background 0.15s, color 0.15s;
}

.nav-dropdown-menu a:hover {
  background: rgba(46,163,255,0.14);
  color: #ffffff;
}

.nav-about-link {
  margin-left: 44px;
}

.nav-contact-menu {
  min-width: 270px;
}

.nav-contact-menu a {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 1px 12px;
  align-items: center;
  padding: 12px 16px;
}

.nav-contact-menu i {
  grid-row: span 2;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(46,163,255,0.16);
  color: #ffffff;
}

.nav-contact-menu span {
  color: #ffffff;
  font-size: 14px;
}

.nav-contact-menu strong {
  color: #9fd0ff;
  font-size: 12px;
  font-weight: 600;
}

/* Mobile: dropdown inline */
@media (max-width: 768px) {
  .nav-dropdown {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .nav-dropdown-toggle {
    margin-left: 0;
    padding: 12px 0;
    width: 100%;
    font-size: 16px;
  }

  .nav-dropdown-menu {
    display: none;
    position: static;
    background: rgba(255,255,255,0.05);
    border: none;
    border-radius: 8px;
    box-shadow: none;
    padding: 4px 0 4px 12px;
    width: 100%;
  }

  .nav-dropdown.open .nav-dropdown-menu {
    display: flex;
  }

  .nav-dropdown-menu a {
    padding: 9px 12px;
    font-size: 14px;
  }
}

/* ── PRODUCT CARD — SEM PREÇO ──────────────────────────────────── */
.price { display: none !important; }
.price-context { display: none !important; }

.card-actions-quote {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.btn-quote {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #1d1d1d;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s;
}

.btn-quote:hover {
  background: #333;
}

.btn-quote.secondary {
  background: transparent;
  color: #1d1d1d;
  border: 1.5px solid #1d1d1d;
}

.btn-quote.secondary:hover {
  background: #f0ede8;
}
/* ═══════════════════════════════════════════════════════════════
   CAVETECHIA — MOBILE NAV REDESIGN
   Adicionar no fim do style.css (substitui as regras anteriores
   de .nav-links, .menu-toggle e floating buttons em mobile)
   ═══════════════════════════════════════════════════════════════ */

/* ── OVERLAY escuro quando menu abre ─────────────────────────── */
.nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 1998;
  backdrop-filter: blur(2px);
}
.nav-overlay.open { display: block; }

/* ── PAINEL LATERAL ──────────────────────────────────────────── */
@media (max-width: 700px) {

  /* Header compacto — uma linha só */
  header {
    padding: 12px 16px;
  }

  .nav {
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
  }

  .info {
    display: none; /* email escondido em mobile — está no menu */
  }

  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    background: none;
    border: none;
    color: white;
    font-size: 26px;
    cursor: pointer;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
  }

  /* Nav links — painel deslizante da direita */
  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: min(320px, 85vw);
    height: 100dvh;
    background: #1e2228;
    z-index: 1999;
    display: flex !important; /* sempre presente no DOM */
    flex-direction: column;
    padding: 0;
    overflow-y: auto;
    transition: right 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -8px 0 40px rgba(0,0,0,0.5);
  }

  .nav-links.open {
    right: 0;
  }

  /* Header do painel */
  .nav-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    background: #2f3338;
  }

  .nav-panel-close {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Secções do menu */
  .nav-section {
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }

  .nav-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-family: inherit;
  }

  .nav-section-title::after {
    content: "›";
    font-size: 20px;
    opacity: 0.5;
    transition: transform 0.2s;
  }

  .nav-section.open .nav-section-title::after {
    transform: rotate(90deg);
  }

  .nav-section-items {
    display: none;
    flex-direction: column;
    background: rgba(255,255,255,0.03);
    padding: 4px 0 8px;
  }

  .nav-section.open .nav-section-items {
    display: flex;
  }

  .nav-section-items a {
    color: #bbb;
    text-decoration: none;
    padding: 11px 20px 11px 32px;
    font-size: 14px;
    margin: 0;
    display: block;
    border-left: 2px solid transparent;
    transition: color 0.15s, border-color 0.15s;
  }

  .nav-section-items a:hover,
  .nav-section-items a:active {
    color: #fff;
    border-left-color: #c8a96e;
    background: rgba(255,255,255,0.05);
  }

  /* Links directos (About, Contact) */
  .nav-direct-link {
    color: #ddd !important;
    text-decoration: none;
    padding: 16px 20px !important;
    font-size: 16px !important;
    margin: 0 !important;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }

  /* Selector de língua dentro do menu */
  .nav-lang-section {
    padding: 16px 20px;
    margin-top: auto;
    border-top: 1px solid rgba(255,255,255,0.08);
  }

  .nav-lang-section p {
    color: #888;
    font-size: 12px;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .nav-lang-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }

  .nav-lang-buttons button {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    color: #ccc;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 13px;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.15s;
  }

  .nav-lang-buttons button.active,
  .nav-lang-buttons button:hover {
    background: #c8a96e;
    color: #1d1d1d;
    border-color: #c8a96e;
  }

  /* Email no menu */
  .nav-contact-info {
    padding: 14px 20px;
    border-top: 1px solid rgba(255,255,255,0.06);
  }

  .nav-contact-info a {
    color: #888 !important;
    font-size: 13px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-decoration: none;
  }

  /* ── BARRA INFERIOR — substitui os 3 botões flutuantes ──────── */
  .mobile-bottom-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1997;
    background: #1e2228;
    border-top: 1px solid rgba(255,255,255,0.1);
    height: 56px;
    padding: 0 8px;
    padding-bottom: env(safe-area-inset-bottom, 0);
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
  }

  .mobile-bottom-bar button,
  .mobile-bottom-bar a {
    background: none;
    border: none;
    color: #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    font-size: 10px;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 8px;
    transition: color 0.15s, background 0.15s;
    min-width: 56px;
  }

  .mobile-bottom-bar button:hover,
  .mobile-bottom-bar a:hover {
    color: #fff;
    background: rgba(255,255,255,0.07);
  }

  .mobile-bottom-bar .mbb-icon {
    font-size: 20px;
    line-height: 1;
  }

  .mobile-bottom-bar .mbb-badge {
    position: relative;
  }

  .mobile-bottom-bar .mbb-badge-count {
    position: absolute;
    top: -4px;
    right: -8px;
    background: #2ea3ff;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Esconder botões flutuantes em mobile */
  .language-widget,
  .cart-floating,
  .whatsapp-float {
    display: none !important;
  }

  /* Espaço para a barra inferior não tapar conteúdo */
  body {
    padding-bottom: calc(56px + env(safe-area-inset-bottom, 0));
  }

  /* Dropdown desktop — esconder em mobile (substituído pelo painel) */
  .nav-dropdown {
    display: none !important;
  }
}

/* Desktop — esconder barra mobile */
@media (min-width: 701px) {
  .mobile-bottom-bar { display: none; }
  .nav-overlay { display: none !important; }
  .nav-panel-header { display: none; }
  .nav-section { display: none; }
  .nav-direct-link { display: none; }
  .nav-lang-section { display: none; }
  .nav-contact-info { display: none; }
}
/* ═══════════════════════════════════════════════════════════════
   CAVETECHIA — MOBILE NAV PANEL v3
   Adicionar no fim do style.css
   ═══════════════════════════════════════════════════════════════ */

#mobileNavPanel {
  position: fixed;
  top: 0;
  right: -100%;
  width: min(320px, 85vw);
  height: 100dvh;
  background: #1e2228;
  z-index: 1999;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  transition: right 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -8px 0 40px rgba(0,0,0,0.5);
}

#mobileNavPanel.open {
  right: 0;
}

@media (min-width: 701px) {
  #mobileNavPanel { display: none !important; }
  #mobileBottomBar { display: none !important; }
}/* ═══════════════════════════════════════════════════════════════
   CAVETECHIA — COMPACT PATCH
   Colar no fim do style.css — substitui por cascade
   ═══════════════════════════════════════════════════════════════ */

/* ── Hero ─────────────────────────────────────────────────────── */
.hero {
  min-height: 380px;
  padding: 48px max(24px, calc((100vw - 1440px) / 2 + 24px)) 32px;
}

.hero h1 {
  margin: 0 0 80px;
  font-size: clamp(32px, 5vw, 52px);
}

.hero-title-main { font-size: clamp(34px, 4.8vw, 54px); }
.hero-title-sub  { font-size: clamp(22px, 3vw, 36px); margin-top: 6px; }

.hero p {
  font-size: 15px;
  white-space: normal;
  max-width: 720px;
}

/* ── Trust strip ──────────────────────────────────────────────── */
.trust-strip {
  margin-top: 18px;
  gap: 8px;
}

.trust-strip div {
  min-height: 46px;
  font-size: 13px;
  gap: 7px;
}

/* ── Featured ─────────────────────────────────────────────────── */
.featured { margin-top: 24px; }

.featured-box {
  padding: 22px 28px;
  gap: 20px;
  border-radius: 14px;
}

.featured-box h2 { font-size: 24px; margin-bottom: 8px; }
.featured-box p  { font-size: 14px; line-height: 1.5; }

.featured-box img {
  height: 160px;
  max-height: 180px;
}

/* ── Home IA sections ─────────────────────────────────────────── */
.home-ia { margin-top: 16px; gap: 14px; }

.home-ia-section { padding: 18px 0 2px; }

.home-ia-grid { gap: 10px; }

.home-ia-card {
  min-height: 130px;
  padding: 10px;
  gap: 4px 10px;
}

.home-ia-card img {
  width: 80px;
  height: 90px;
}

/* ── Decision tools ───────────────────────────────────────────── */
.decision-tools { margin-top: 28px; gap: 12px; }

.tools-heading h2 { font-size: 26px; margin-top: 6px; }

.tool-panel {
  min-height: auto;
  padding: 16px;
  gap: 10px;
}

.tool-title-row h3 { font-size: 18px; }

.use-case-panel { padding: 16px; }

/* ── Growth hub ───────────────────────────────────────────────── */
.growth-hub { margin: 32px auto; }

.growth-heading { margin-bottom: 16px; }
.growth-heading h2 { font-size: 26px; }

.growth-grid { gap: 10px; }

.growth-grid a {
  min-height: 160px;
  padding: 14px 12px;
}

.growth-grid strong { font-size: 17px; }
.growth-grid span   { font-size: 13px; }

/* ── Catálogo ─────────────────────────────────────────────────── */
.container { padding: 28px 20px 40px; }

.top-area { margin-bottom: 16px; }

h2 { font-size: 28px; }

.filters { padding: 8px; gap: 8px; margin-bottom: 20px; }

.filter-btn {
  padding: 8px 14px;
  font-size: 13px;
  min-height: 38px;
}

.grid { gap: 16px; }

.image-wrap { height: 180px; }

.card-content { padding: 16px; }

.card h3 { font-size: 18px; }

.card p { font-size: 13px; margin-bottom: 12px; }

.card-specs { gap: 6px; margin: 10px 0; }

.card-specs div { min-height: 28px; padding: 5px 8px; }

/* ── About + info panels ──────────────────────────────────────── */
.about { margin-top: 36px; padding: 28px; }

.info-panels { margin-top: 16px; gap: 12px; }

.info-panels div { padding: 18px; }

.info-panels h3 { font-size: 16px; }

.info-panels p { font-size: 13px; }

/* ── Why Cavetechia ───────────────────────────────────────────── */
.why-cavetechia { margin-top: 20px; padding: 24px 0 4px; }

.why-heading { margin-bottom: 14px; }
.why-heading h2 { font-size: 26px; }

.why-grid { gap: 10px; }

.why-grid div { padding: 16px; }

.why-grid h3 { font-size: 15px; }

.why-grid p { font-size: 13px; }

/* ── Footer ───────────────────────────────────────────────────── */
.footer-premium { padding: 30px 20px; margin-top: 24px; }

/* ── Mobile ───────────────────────────────────────────────────── */
@media (max-width: 700px) {
  .hero {
    min-height: 300px;
    padding: 36px 18px 24px;
  }

  .hero h1 { margin-bottom: 60px; }

  .hero-title-main { font-size: 30px; }
  .hero-title-sub  { font-size: 22px; }

  .hero p { font-size: 13px; }

  .trust-strip { margin-top: 12px; }

  .trust-strip div {
    font-size: 9px;
    min-height: 38px;
    padding: 5px 3px;
  }

  .featured { margin-top: 16px; }

  .featured-box {
    padding: 18px 16px;
    gap: 12px;
  }

  .featured-box h2 { font-size: 20px; }

  .featured-box img { max-height: 160px; }

  .home-ia-grid { grid-template-columns: 1fr; }

  .home-ia-card { min-height: 110px; }

  .tools-grid { grid-template-columns: 1fr; gap: 10px; }

  .growth-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .growth-grid a {
    min-height: 80px;
    aspect-ratio: 1;
    padding: 8px 6px;
  }

  .growth-grid strong { font-size: 10px; line-height: 1.1; }

  .growth-grid span { display: none; }

  .container { padding: 20px 14px 32px; }

  h2 { font-size: 24px; }

  .image-wrap { height: 160px; }

  .about { padding: 20px; }

  .why-grid { grid-template-columns: 1fr; gap: 8px; }

  .footer-premium { padding: 24px 16px; }
}

/* ── Tablet ───────────────────────────────────────────────────── */
@media (min-width: 701px) and (max-width: 1024px) {
  .hero { min-height: 340px; }
  .growth-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .home-ia-grid { grid-template-columns: repeat(2, 1fr); }
}
/* ═══════════════════════════════════════════════════════════════
   CAVETECHIA — CARDS + GRID PATCH
   Colar no fim do style.css
   ═══════════════════════════════════════════════════════════════ */

/* ── Catálogo: 8 por linha (4 colunas × 2 linhas visíveis) ───── */
.grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

/* ── Card compacto ───────────────────────────────────────────── */
.card-compact .image-wrap {
  height: 150px;
  border: 1px solid rgba(62,166,255,0.22);
  box-shadow:
    0 0 0 1px rgba(223,243,255,0.55),
    0 0 16px rgba(46,163,255,0.12);
}

.card-content-compact {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.card-content-compact .category {
  margin-bottom: 0;
  font-size: 11px;
  border: 1px solid rgba(62,166,255,0.26);
  box-shadow:
    0 0 0 1px rgba(223,243,255,0.5),
    0 0 12px rgba(46,163,255,0.12);
}

.card-content-compact h3 {
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  font-weight: 700;
}

.card-content-compact .btn-quote {
  font-size: 12px;
  padding: 8px 12px;
  border-radius: 6px;
  text-align: center;
  margin-top: 4px;
}

/* ── Modal: quase página inteira ─────────────────────────────── */
.product-modal {
  padding: 12px;
  align-items: flex-start;
}

.modal-card {
  width: min(1100px, 100%);
  max-height: calc(100vh - 24px);
  grid-template-columns: 1fr 1.1fr;
  overflow-y: auto;
}

.modal-image {
  min-height: 520px;
  padding: 40px 24px 32px;
  position: sticky;
  top: 0;
}

.modal-image img {
  max-height: 480px;
}

.modal-content {
  padding: 32px;
  overflow-y: auto;
  max-height: calc(100vh - 24px);
}

.modal-content h2 {
  font-size: 28px;
}

/* ── Esconder preço em todo o lado ───────────────────────────── */
.modal-price,
.price,
.price-context {
  display: none !important;
}

/* ── Guides grid: 2 linhas × 6 colunas ──────────────────────── */
.growth-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.growth-grid a {
  min-height: 130px;
}

.growth-grid strong {
  font-size: 14px;
  line-height: 1.2;
}

.growth-grid span {
  font-size: 12px;
  max-width: 100%;
}

/* use-case-feature ocupa linha inteira */
.use-case-feature {
  grid-column: 1 / -1;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 1200px) {
  .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .growth-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .growth-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .card-compact .image-wrap {
    height: 120px;
  }

  .card-content-compact h3 {
    font-size: 12px;
  }

  .card-content-compact .btn-quote {
    font-size: 11px;
    padding: 7px 10px;
  }

  .growth-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .growth-grid a {
    min-height: 80px;
    aspect-ratio: 1;
    padding: 8px 6px;
  }

  .growth-grid strong {
    font-size: 10px;
  }

  .growth-grid span {
    display: none;
  }

  .modal-card {
    grid-template-columns: 1fr;
  }

  .modal-image {
    min-height: 260px;
    position: static;
  }

  .modal-content {
    max-height: none;
    padding: 20px;
  }
}
/* ═══════════════════════════════════════════════════════════════
   CAVETECHIA — PERFORMANCE PATCH
   Colar no fim do style.css
   ═══════════════════════════════════════════════════════════════ */

/* ── Conter reflows — forçar GPU nas animações ──────────────────
   Evita que hover nos cards dispare recálculo de layout         */
.card,
.home-ia-card,
.growth-grid a,
.featured-box,
.btn-quote,
.button,
.filter-btn {
  will-change: transform;
  contain: layout style;
}

/* ── Remover transitions desnecessárias ─────────────────────────
   Só animar o que o utilizador realmente vê                     */
.card {
  transition: transform 0.22s ease, box-shadow 0.22s ease, opacity 0.22s ease;
}

.home-ia-card,
.growth-grid a {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

/* ── Font: usar system font stack em vez de carregar externa ─────
   Elimina render-blocking de fontes externas                    */
body {
  font-family:
    -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Helvetica Neue", Arial,
    sans-serif;
}

/* ── Imagens: lazy load e aspect ratio para evitar CLS ──────────
   Previne layout shift enquanto imagens carregam               */
.card img,
.home-ia-card img,
.modal-image img {
  content-visibility: auto;
}

.image-wrap {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

/* ── Scroll suave apenas onde necessário ────────────────────────
   html scroll-behavior: smooth causa jank em páginas longas    */
html {
  scroll-behavior: auto;
}

/* Scroll suave só em cliques de âncora — feito via JS no patch  */

/* ── Reduzir paint area dos glows ───────────────────────────────
   Box-shadows grandes causam repaint constante                 */
.whatsapp-float,
.cart-floating,
.language-floating {
  will-change: transform;
  isolation: isolate;
}

/* ── Info panels — cursor pointer (indicar clicável) ────────────*/
.info-panels div {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* ── Scroll offset para header sticky ───────────────────────────
   Garante que âncoras não ficam tapadas pelo header            */
:target {
  scroll-margin-top: 80px;
}

#sobre,
#catalogo {
  scroll-margin-top: 80px;
}

/* Mobile catalog filters: compact one-row chooser */
@media (max-width: 700px) {
  #catalogo .filters {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: 100%;
    gap: 6px;
    padding: 6px;
    border-radius: 14px;
  }

  #catalogo .filter-btn {
    flex: none;
    min-width: 0;
    min-height: 46px;
    padding: 6px 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    font-size: 9.5px;
    line-height: 1.05;
    text-align: center;
    white-space: normal;
  }

  #catalogo .filter-btn i {
    font-size: 13px;
    line-height: 1;
  }
}

/* Mobile product cards: compact product chooser */
@media (max-width: 700px) {
  #catalogo .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  #catalogo .card {
    position: relative;
    border-radius: 11px;
    overflow: hidden;
    border-color: rgba(62,166,255,0.28);
    box-shadow:
      0 8px 18px rgba(0,0,0,0.07),
      0 0 12px rgba(46,163,255,0.10);
  }

  #catalogo .card-compact .image-wrap {
    height: 76px;
    border-radius: 9px;
    border: 1px solid rgba(62,166,255,0.30);
    box-shadow:
      0 0 0 1px rgba(223,243,255,0.62),
      0 0 14px rgba(46,163,255,0.14);
  }

  #catalogo .card-compact .image-wrap img {
    max-height: 70px;
    padding: 4px;
  }

  #catalogo .card-content-compact {
    padding: 7px 7px 8px;
    gap: 4px;
  }

  #catalogo .card-content-compact .category {
    display: none;
  }

  #catalogo .card-content-compact h3 {
    min-height: 36px;
    font-size: 10px;
    line-height: 1.12;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #catalogo .card-content-compact .btn-quote {
    display: none;
  }

  #catalogo .btn-comparar {
    position: absolute !important;
    top: 6px !important;
    right: 6px !important;
    z-index: 4;
    width: 28px !important;
    height: 28px !important;
    min-height: 28px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 999px !important;
    border: 1px solid rgba(62,166,255,0.60) !important;
    background: rgba(8,17,29,0.88) !important;
    color: #dff3ff !important;
    box-shadow:
      0 0 0 1px rgba(223,243,255,0.35),
      0 0 12px rgba(46,163,255,0.30);
    font-size: 0 !important;
    line-height: 1 !important;
  }

  #catalogo .btn-comparar::before {
    content: "+";
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
  }

  #catalogo .btn-comparar-activo::before {
    content: "✓";
    font-size: 14px;
  }
}

/* Catalog desktop polish: full-width image frame with matching neon edge */
#catalogo .card-compact .image-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(250,248,242,0.96), rgba(232,226,216,0.96));
  border: 1px solid rgba(62,166,255,0.30);
  box-shadow:
    0 0 0 1px rgba(223,243,255,0.62),
    0 0 14px rgba(46,163,255,0.14);
}

#catalogo .card-compact .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#catalogo .card-content-compact .category {
  background:
    linear-gradient(135deg, rgba(223,243,255,0.70), rgba(246,248,250,0.92));
  border: 1px solid rgba(62,166,255,0.30);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.62),
    0 0 10px rgba(46,163,255,0.12);
  color: #0d1b2a;
}

/* Featured pick: softer than black, without warm/yellow undertones */
.featured-box {
  background:
    radial-gradient(circle at 82% 18%, rgba(62,166,255,0.18), transparent 32%),
    linear-gradient(135deg, #10263a 0%, #0d2233 46%, #153a52 100%);
  border-color: rgba(62,166,255,0.34);
  box-shadow:
    0 18px 48px rgba(15,23,42,0.18),
    0 0 24px rgba(46,163,255,0.14),
    inset 0 1px 0 rgba(255,255,255,0.08);
}

.featured-box h2 {
  color: #f7fbff;
}

.featured-box p {
  color: rgba(238,247,255,0.86);
}

.featured-box .ia-tags span {
  background: rgba(255,255,255,0.86);
  color: #0d1b2a;
}

/* Home use-case buttons: keep translated labels inside the tile */
.top-use-case-hub .use-case-feature-links a {
  min-width: 0;
  overflow: visible;
}

.top-use-case-hub .use-case-feature-links {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.top-use-case-hub .use-case-feature-links a > span:last-child {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  padding: 0;
  color: #0d1b2a;
  background: transparent;
  border-radius: 0;
  line-height: 1.08;
  font-size: clamp(16px, 1.25vw, 22px);
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-shadow: none;
}

@media (max-width: 1180px) {
  .top-use-case-hub .use-case-feature {
    grid-template-columns: 1fr;
  }

  .top-use-case-hub .use-case-feature-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .top-use-case-hub .use-case-feature-links a {
    padding: 10px;
    gap: 8px;
  }

  .top-use-case-hub .use-case-feature-links a > span:last-child {
    font-size: 14px;
  }
}
