/* ============================================================
   MGL POWER — Landing Page Styles
   ============================================================ */

/* ---------- Base ---------- */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', system-ui, sans-serif;
}

/* ---------- Home profissional ---------- */
.home-page {
  color: #07111f;
  background: #ffffff;
}

.home-page #alertBar {
  position: relative;
  top: auto !important;
  z-index: 60;
  transform: none !important;
  pointer-events: auto;
  min-height: 2.75rem;
  background: linear-gradient(90deg, #061b49 0%, #0a2d68 55%, #071d49 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
}

.home-page #alertBar span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.home-page #alertBar span::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 2.5 20 6v5.6c0 5-3.3 9.4-8 10.9-4.7-1.5-8-5.9-8-10.9V6l8-3.5Zm0 2.2L6 7.3v4.3c0 3.8 2.3 7.2 6 8.7 3.7-1.5 6-4.9 6-8.7V7.3l-6-2.6Zm4.4 5.1-5.1 5.1-2.6-2.6 1.4-1.4 1.2 1.2L15 8.4l1.4 1.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 2.5 20 6v5.6c0 5-3.3 9.4-8 10.9-4.7-1.5-8-5.9-8-10.9V6l8-3.5Zm0 2.2L6 7.3v4.3c0 3.8 2.3 7.2 6 8.7 3.7-1.5 6-4.9 6-8.7V7.3l-6-2.6Zm4.4 5.1-5.1 5.1-2.6-2.6 1.4-1.4 1.2 1.2L15 8.4l1.4 1.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.home-page #alertBar button {
  display: none;
}

.home-page #navbar {
  position: sticky !important;
  top: 0 !important;
  background: rgba(255, 255, 255, 0.96);
  color: #07111f;
  border-top: 0;
  border-bottom: 1px solid #d9e2ef;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding-top: 1.35rem;
  padding-bottom: 1.35rem;
}

.home-page #navbar.scrolled {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom-color: #cbd5e1;
}

.home-page #navbar img {
  height: 4.2rem;
}

.home-page #navbar a:not(.btn-primary) {
  color: #07111f;
  font-size: 1rem;
  font-weight: 600;
}

.home-page #navbar a:not(.btn-primary):hover {
  color: #155fd3;
}

.home-page #mobileMenu {
  background: #ffffff;
  border-color: #e2e8f0;
}

.home-hero {
  position: relative;
  min-height: 34rem;
  overflow: hidden;
  background: #f8fbff;
  border-bottom: 1px solid #e2e8f0;
}

.home-hero__media {
  position: absolute;
  inset: 0;
  background-image: url("../images/CPD.png");
  background-size: cover;
  background-position: center right;
  transform: scale(1.01);
}

.home-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 34%, rgba(255, 255, 255, 0.55) 58%, rgba(255, 255, 255, 0.08) 100%),
    linear-gradient(180deg, rgba(248, 251, 255, 0.1) 0%, rgba(248, 251, 255, 0.82) 100%);
}

.home-hero__content {
  position: relative;
  z-index: 2;
  max-width: 92rem;
  margin: 0 auto;
  padding: clamp(4rem, 7vw, 6.8rem) 1.5rem 3.4rem;
}

.home-hero__copy {
  max-width: 43rem;
}

.home-risk-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
  padding: 0.55rem 1.3rem 0.55rem 0.65rem;
  border: 1px solid #c9d7eb;
  border-radius: 999px;
  background: rgba(239, 246, 255, 0.88);
  color: #164ec6;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(30, 64, 175, 0.08);
}

.home-risk-badge__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  color: #1d6ee8;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px #dbeafe;
}

.home-hero h1 {
  max-width: 45rem;
  color: #07111f;
  font-size: clamp(2.7rem, 5.2vw, 5.4rem);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 1.4rem;
}

.home-hero p {
  max-width: 42rem;
  color: #46566d;
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  line-height: 1.58;
  font-weight: 500;
}

.home-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.1rem;
  margin-top: 2rem;
}

.home-btn {
  min-height: 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 0 2rem;
  border-radius: 0.55rem;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.home-btn:hover {
  transform: translateY(-1px);
}

.home-btn--primary {
  color: #ffffff;
  background: linear-gradient(135deg, #1f72f2 0%, #0f53c5 100%);
  box-shadow: 0 14px 30px rgba(21, 96, 211, 0.28);
}

.home-btn--secondary {
  color: #26364d;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #c4cfdd;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.home-btn--secondary:hover {
  border-color: #8ea4c3;
}

.home-hero__trust {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.8rem;
  color: #64748b !important;
  font-size: 0.95rem !important;
}

.home-hero__trust svg {
  color: #8ea3bf;
  flex: 0 0 auto;
}

.home-proof {
  position: relative;
  z-index: 3;
  background: #ffffff;
  padding: 2rem clamp(1.25rem, 4vw, 4rem) 3rem;
}

.home-proof__grid {
  max-width: 88rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 1rem;
}

.home-proof-card {
  min-height: 12.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.25rem 0.95rem;
  border: 1px solid #dfe7f1;
  border-radius: 0.75rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.home-proof-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  margin-bottom: 0.8rem;
  color: #226ee4;
}

.home-proof-card__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-proof-card strong {
  color: #071a3a;
  font-size: clamp(1.15rem, 1.6vw, 1.8rem);
  line-height: 1.05;
  font-weight: 900;
  margin-bottom: 0.5rem;
}

.home-proof-card p {
  color: #65748a;
  font-size: 0.88rem;
  line-height: 1.35;
  font-weight: 500;
}

@media (max-width: 1180px) {
  .home-proof__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .home-page #navbar {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .home-page #navbar img {
    height: 3.1rem;
  }

  .home-hero {
    min-height: auto;
  }

  .home-hero__media {
    opacity: 0.38;
    background-position: 62% center;
  }

  .home-hero__overlay {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.91) 58%, rgba(255, 255, 255, 0.98) 100%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.66));
  }

  .home-hero__content {
    padding-top: 3.25rem;
  }

  .home-hero h1 {
    font-size: clamp(2.4rem, 10vw, 4.2rem);
  }

  .home-btn {
    width: 100%;
  }

  .home-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 540px) {
  .home-page #alertBar {
    font-size: 0.75rem;
    padding: 0.55rem 1rem;
  }

  .home-risk-badge {
    font-size: 0.68rem;
    padding-right: 0.9rem;
  }

  .home-proof {
    padding-top: 1.2rem;
  }

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

  .home-proof-card {
    min-height: 9rem;
  }
}

/* ---------- Navbar ---------- */
#navbar {
  background-color: rgba(6, 9, 18, 0.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 4px solid rgba(14, 165, 233, 0.55);
  border-bottom: 1px solid rgba(30, 41, 59, 0.7);
}
#navbar.scrolled {
  border-bottom-color: rgba(30, 41, 59, 1);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/* ---------- Alert bar ---------- */
#alertBar {
  position: fixed;
  /* top é definido dinamicamente pelo JS com base na altura real do nav */
  left: 0;
  right: 0;
  z-index: 40; /* abaixo do nav (z-50) para ficar visualmente sob ele */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.625rem 1.5rem;
  background: #1d4ed8;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: center;
  line-height: 1.5;
  transform: translateY(-100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
#alertBar.alert-visible {
  transform: translateY(0);
  pointer-events: auto;
}
#alertBar button {
  flex-shrink: 0;
  background: none;
  border: none;
  color: #fff;           /* contraste 4.5:1+ sobre #1d4ed8 */
  cursor: pointer;
  padding: 4px 6px;
  line-height: 1;
  border-radius: 4px;
  transition: color 0.15s, background 0.15s;
}
#alertBar button:hover {
  background: rgba(255,255,255,0.15);
}
#alertBar button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* ---------- Hero grid bg ---------- */
.hero-grid {
  background-image:
    linear-gradient(rgba(37, 99, 235, 0.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.15) 1px, transparent 1px);
  background-size: 60px 60px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-products {
  position: absolute;
  top: 54%;
  right: max(0rem, calc((100vw - 90rem) / 2));
  z-index: 1;
  width: clamp(500px, 43vw, 690px);
  transform: translateY(-50%);
  pointer-events: none;
}

.hero-products::before {
  content: "";
  position: absolute;
  inset: 18% -10% -4% -4%;
  z-index: 0;
  opacity: 0.78;
  background-image: url("data:image/svg+xml,%3Csvg width='820' height='560' viewBox='0 0 820 560' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='g' x='-20%25' y='-20%25' width='140%25' height='140%25'%3E%3CfeGaussianBlur stdDeviation='2.2' result='b'/%3E%3CfeMerge%3E%3CfeMergeNode in='b'/%3E%3CfeMergeNode in='SourceGraphic'/%3E%3C/feMerge%3E%3C/filter%3E%3ClinearGradient id='s' x1='0' y1='0' x2='1' y2='0'%3E%3Cstop offset='0' stop-color='%2306b6d4' stop-opacity='0'/%3E%3Cstop offset='0.34' stop-color='%230ea5e9' stop-opacity='0.56'/%3E%3Cstop offset='0.76' stop-color='%232563eb' stop-opacity='0.8'/%3E%3Cstop offset='1' stop-color='%2306b6d4' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M28 490 C172 210 465 72 787 206' fill='none' stroke='url(%23s)' stroke-width='2.6' filter='url(%23g)'/%3E%3Cpath d='M62 515 C224 252 492 126 760 244' fill='none' stroke='url(%23s)' stroke-width='1.6' opacity='0.72' filter='url(%23g)'/%3E%3Cpath d='M0 454 C150 292 374 232 612 312' fill='none' stroke='%2306b6d4' stroke-width='1.3' stroke-opacity='0.34' filter='url(%23g)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  transform: translateY(26px);
}

/* ---------- Grounding Shadow & Floor Light ---------- */
.hero-products::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  right: 5%;
  height: 80px;
  background: radial-gradient(ellipse at center, rgba(14, 165, 233, 0.25) 0%, rgba(37, 99, 235, 0.1) 50%, transparent 70%);
  filter: blur(14px);
  z-index: 0;
  transform: translateY(40px) perspective(500px) rotateX(65deg);
}

.hero-products img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.98;
  /* Uma sombra de contato bem forte (abaixo) e outra para volume */
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.9)) drop-shadow(0 20px 30px rgba(0, 0, 0, 0.7));
}

@media (max-width: 1180px) {
  .hero-products {
    width: clamp(440px, 42vw, 560px);
    opacity: 0.62;
  }
}

@media (max-width: 1023px) {
  .hero-products {
    width: 130%;
    right: -40%;
    top: auto;
    bottom: -15%;
    transform: none;
    opacity: 0.15;
    pointer-events: none;
  }
}

@media (max-width: 767px) {
  #hero {
    min-height: auto;
    padding-top: 7rem;
    padding-bottom: 9rem;
    align-items: flex-start;
  }

  #hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 18rem;
    bottom: auto;
    height: 32rem;
    z-index: 0;
    pointer-events: none;
    background:
      linear-gradient(to bottom, rgba(10, 14, 26, 0) 0%, rgba(10, 14, 26, 0.42) 28%, rgba(10, 14, 26, 0.92) 100%),
      radial-gradient(ellipse at center bottom, rgba(14, 165, 233, 0.24) 0%, rgba(37, 99, 235, 0.12) 42%, transparent 72%);
  }

  .hero-products {
    width: min(132vw, 520px);
    right: -58%;
    top: clamp(27rem, 118vw, 31rem);
    bottom: auto;
    transform: none;
    opacity: 0.34;
  }

  .hero-products::before {
    inset: 12% -18% -8% -18%;
    opacity: 0.82;
    transform: translateY(18px);
  }

  .hero-products::after {
    height: 54px;
    transform: translateY(24px) perspective(500px) rotateX(65deg);
  }

  .hero-products img {
    opacity: 1;
  }
}

/* ---------- Gradient text ---------- */
.text-gradient {
  background: linear-gradient(135deg, #2563eb 0%, #06b6d4 50%, #0ea5e9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ---------- Section badge ---------- */
.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 1rem;
  border-radius: 9999px;
  background-color: rgba(37, 99, 235, 0.12);
  border: 1px solid rgba(37, 99, 235, 0.35);
  color: #60a5fa;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ---------- Buttons ---------- */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  font-weight: 700;
  border-radius: 0.75rem;
  transition: all 0.2s ease;
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.35);
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
  box-shadow: 0 6px 28px rgba(37, 99, 235, 0.5);
  transform: translateY(-1px);
}

.btn-primary:active {
  transform: translateY(0);
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  color: #ffffff;
  font-weight: 700;
  border-radius: 0.75rem;
  transition: all 0.2s ease;
  box-shadow: 0 4px 20px rgba(22, 163, 74, 0.35);
  text-decoration: none;
  cursor: pointer;
}

.btn-whatsapp:hover {
  background: linear-gradient(135deg, #15803d 0%, #166534 100%);
  box-shadow: 0 6px 28px rgba(22, 163, 74, 0.5);
  transform: translateY(-1px);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #ffffff;
  font-weight: 700;
  border-radius: 0.75rem;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}

.btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
}

/* ---------- Pain cards ---------- */
.pain-card {
  background: #111827;
  border: 1px solid #1e293b;
  border-radius: 1rem;
  padding: 1.25rem;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.pain-card:hover {
  border-color: rgba(37, 99, 235, 0.4);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.pain-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.pain-icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.pain-card h3 {
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}

.pain-card p {
  font-size: 0.875rem;
  line-height: 1.55;
}

/* ---------- Solution steps ---------- */
.solution-step {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  background: #0f172a;
  border: 1px solid #1e293b;
  border-radius: 0.875rem;
  transition: border-color 0.2s;
}

.solution-step:hover {
  border-color: rgba(6, 182, 212, 0.35);
}

.step-number {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.2), rgba(6, 182, 212, 0.2));
  border: 1px solid rgba(37, 99, 235, 0.35);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 800;
  color: #60a5fa;
  letter-spacing: 0.03em;
}

/* ---------- Included service cards ---------- */
.include-card {
  background: #111827;
  border: 1px solid #1e293b;
  border-radius: 1rem;
  padding: 1.25rem;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.include-card:hover {
  border-color: rgba(37, 99, 235, 0.5);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.include-icon {
  width: 2.35rem;
  height: 2.35rem;
  background: rgba(37, 99, 235, 0.12);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #60a5fa;
  margin-bottom: 0.85rem;
}

.include-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.include-card h3 {
  font-size: 0.98rem;
  line-height: 1.25;
  margin-bottom: 0.45rem;
}

.include-card p {
  font-size: 0.875rem;
  line-height: 1.5;
}

/* ---------- Trust cards ---------- */
.trust-card {
  background: #111827;
  border: 1px solid #1e293b;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  transition: border-color 0.2s, transform 0.2s;
}

.trust-card:hover {
  border-color: rgba(37, 99, 235, 0.4);
  transform: translateY(-3px);
}

.trust-icon {
  width: 4rem;
  height: 4rem;
  background: rgba(37, 99, 235, 0.12);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #60a5fa;
  margin: 0 auto 1.25rem auto;
}

/* ---------- Segment cards ---------- */
.segment-card {
  background: #111827;
  border: 1px solid #1e293b;
  border-radius: 0.875rem;
  padding: 1.5rem 1rem;
  text-align: center;
  transition: border-color 0.2s, transform 0.2s, background 0.2s;
  cursor: default;
}

.segment-card:hover {
  background: #0f172a;
  border-color: rgba(6, 182, 212, 0.4);
  transform: translateY(-3px);
}

.segments-showcase {
  position: relative;
  margin: 3rem calc(50% - 50vw) -3.5rem;
  padding: clamp(2rem, 4vw, 3rem) max(1.5rem, calc((100vw - 80rem) / 2 + 1.5rem));
  background:
    radial-gradient(circle at 12% 20%, rgba(37, 99, 235, 0.08), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(6, 182, 212, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  border-top: 1px solid #dbe7f5;
  border-bottom: 1px solid #dbe7f5;
}

.segments-showcase > div:first-child {
  color: #07111f !important;
  letter-spacing: 0.1em;
}

.segments-showcase .grid > div {
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: #d6e2f1 !important;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.segments-showcase .grid > div:hover {
  background: #ffffff !important;
  border-color: rgba(37, 99, 235, 0.38) !important;
  box-shadow: 0 22px 44px rgba(37, 99, 235, 0.12);
}

.segments-showcase svg {
  color: #155fd3 !important;
}

.segments-showcase span {
  color: #0b1b33 !important;
}

/* ---------- Process cards ---------- */
.process-card {
  text-align: center;
  padding: 1.5rem;
  position: relative;
}

.process-step-number {
  width: 3rem;
  height: 3rem;
  background: linear-gradient(135deg, #2563eb, #06b6d4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 auto 1.25rem auto;
  box-shadow: 0 0 20px rgba(37, 99, 235, 0.4);
  position: relative;
  z-index: 1;
}

/* ---------- Comparison Table ---------- */
table tbody tr:nth-child(odd) {
  background-color: rgba(15, 23, 42, 0.4);
}

table tbody tr:hover td {
  color: inherit;
}

/* ---------- FAQ ---------- */
.faq-item {
  background: #111827;
  border: 1px solid #1e293b;
  border-radius: 0.875rem;
  overflow: hidden;
  transition: border-color 0.2s;
}

.faq-item:hover {
  border-color: rgba(37, 99, 235, 0.4);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9375rem;
  text-align: left;
  transition: background 0.15s;
}

.faq-question:hover {
  background: rgba(37, 99, 235, 0.06);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer.open {
  max-height: 400px;
  padding: 0 1.5rem 1.25rem;
}

.faq-answer p {
  color: #94a3b8;
  font-size: 0.9rem;
  line-height: 1.7;
}

.faq-chevron.rotated {
  transform: rotate(180deg);
  color: #60a5fa;
}

/* ---------- Form ---------- */
.form-label {
  display: block;
  color: #94a3b8;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.form-input {
  display: block;
  width: 100%;
  background: #0f172a;
  border: 1px solid #1e293b;
  border-radius: 0.625rem;
  padding: 0.75rem 1rem;
  color: #ffffff;
  font-size: 0.9375rem;
  font-family: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.form-input::placeholder {
  color: #475569;
}

.form-input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.form-input option {
  background: #0f172a;
  color: #ffffff;
}

/* ---------- Scrollbar ---------- */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #0a0e1a;
}

::-webkit-scrollbar-thumb {
  background: #1e293b;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: #2563eb;
}

/* ---------- Smooth anchor offset (fixed nav) ---------- */
[id] {
  scroll-margin-top: 80px;
}

/* ---------- Mobile adjustments ---------- */
@media (max-width: 768px) {
  body {
    padding-bottom: 5rem; /* space for sticky CTA */
  }
}

/* ---------- Lightning flash ---------- */
#lightningFlash {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  pointer-events: none;
  opacity: 0;
}

#lightningFlash.active {
  animation: lf-fade 0.9s ease-out forwards;
}

/* Tronco principal: desenha em 0.22s */
#lightningFlash.active .lf-path {
  animation: lf-draw 0.22s ease-in forwards;
}

/* Garfo: começa quando o tronco chega ao ponto de bifurcação (~60%) */
#lightningFlash.active .lf-fork {
  animation: lf-draw 0.15s ease-out 0.13s forwards;
  stroke-dashoffset: 1000;
}

@keyframes lf-draw {
  from { stroke-dashoffset: 1000; }
  to   { stroke-dashoffset: 0; }
}

/* Double-flash: realista como raio natural */
@keyframes lf-fade {
  0%   { opacity: 0; }
  4%   { opacity: 1; }       /* flash 1 — acende rápido */
  40%  { opacity: 0.95; }    /* sustenta brilho */
  52%  { opacity: 0; }       /* apaga brevemente */
  60%  { opacity: 0.7; }     /* flash 2 — mais fraco */
  78%  { opacity: 0; }       /* some */
  100% { opacity: 0; }
}

/* ---------- Print: hide interactive ---------- */
@media print {
  #navbar,
  .fixed { display: none; }
}

/* ---------- WhatsApp float button ---------- */
.wa-float {
  position: fixed;
  bottom: 1rem;
  right: 2rem;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.875rem 1.375rem 0.875rem 1.125rem;
  background: #16a34a;
  color: #ffffff;
  border-radius: 9999px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(22, 163, 74, 0.45), 0 1px 4px rgba(0, 0, 0, 0.25);
  transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
  white-space: nowrap;
}

.wa-float:hover {
  background: #15803d;
  box-shadow: 0 6px 28px rgba(22, 163, 74, 0.55), 0 2px 6px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.wa-float:active {
  transform: translateY(0);
}

/* Em mobile ocultar o botão pois já tem na sticky bar */
@media (max-width: 767px) {
  .wa-float {
    display: none;
  }
}

/* ---------- Bottom takeover ---------- */
.bottom-takeover {
  display: none !important;
}

.bottom-takeover {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.97);
  padding: 2rem 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.bottom-takeover.active {
  opacity: 1;
  pointer-events: auto;
}

.bottom-takeover__inner {
  max-width: 640px;
  width: 100%;
  text-align: center;
  transform: translateY(24px);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.bottom-takeover.active .bottom-takeover__inner {
  transform: translateY(0);
}

.bottom-takeover__eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #06b6d4;
  margin-bottom: 1.5rem;
}

.bottom-takeover__title {
  font-size: clamp(2.25rem, 6vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.bottom-takeover__sub {
  font-size: 1rem;
  color: #94a3b8;
  line-height: 1.7;
  max-width: 480px;
  margin: 0 auto 2.5rem;
}

.bottom-takeover__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  justify-content: center;
  margin-bottom: 2rem;
}

.bottom-takeover__close {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  background: none;
  border: none;
  color: #475569;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  transition: color 0.15s;
  font-family: inherit;
}

.bottom-takeover__close:hover {
  color: #94a3b8;
}

/* ---------- Product showcase ---------- */
.product-showcase {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  border-top: 1px solid #dbe7f5;
  border-bottom: 1px solid #dbe7f5;
  padding: clamp(2rem, 4vw, 3rem) 1.5rem;
  color: #07111f;
  overflow: hidden;
}

.product-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(37, 99, 235, 0.08), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(6, 182, 212, 0.08), transparent 28%);
  pointer-events: none;
}

.product-showcase__inner {
  position: relative;
  max-width: 92rem;
  margin: 0 auto;
}

.product-showcase__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.2rem;
}

.product-showcase__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.55rem;
  color: #155fd3;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-showcase__eyebrow::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: #f5a900;
  box-shadow: 0 0 0 0.3rem rgba(245, 169, 0, 0.14);
}

.product-showcase h2 {
  margin: 0;
  color: #07111f;
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
  line-height: 1.05;
  font-weight: 920;
  letter-spacing: 0;
}

.product-showcase__lead {
  max-width: 58rem;
  margin: 0.5rem 0 0;
  color: #52637a;
  font-size: 0.9rem;
  line-height: 1.5;
}

.product-showcase__nowrap {
  white-space: nowrap;
}

.product-showcase__highlight {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-top: 0.45rem;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(245, 158, 11, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 237, 163, 0.95) 0%, rgba(250, 204, 21, 0.82) 100%);
  color: #2d2200;
  box-shadow: 0 12px 28px rgba(245, 158, 11, 0.16);
  font-size: 0.84rem;
  font-weight: 600;
}

.product-showcase__controls {
  display: flex;
  gap: 0.55rem;
  flex-shrink: 0;
}

.product-showcase__button {
  width: 2.6rem;
  height: 2.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c9d7ea;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #155fd3;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.product-showcase__button:hover {
  transform: translateY(-1px);
  border-color: #7fb0ff;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.15);
}

.product-showcase__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(26rem, 32rem);
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0.25rem 0.1rem 0.75rem;
  scrollbar-width: none;
}

.product-showcase__track::-webkit-scrollbar {
  display: none;
}

.product-card {
  scroll-snap-align: start;
  min-height: 15.5rem;
  display: flex;
  flex-direction: column;
  border: 1px solid #d6e2f1;
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 255, 0.92));
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(37, 99, 235, 0.38);
  box-shadow: 0 22px 48px rgba(37, 99, 235, 0.13);
}

.product-card__media {
  position: relative;
  height: 9.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.2rem 0.4rem;
  background:
    linear-gradient(135deg, rgba(239, 246, 255, 0.92), rgba(255, 255, 255, 0.7)),
    radial-gradient(circle at 50% 85%, rgba(37, 99, 235, 0.14), transparent 44%);
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 16px 18px rgba(15, 23, 42, 0.16));
}

.product-info-button {
  position: absolute;
  top: 0.72rem;
  right: 0.72rem;
  z-index: 2;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(21, 95, 211, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #155fd3;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.14);
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.product-info-button:hover,
.product-info-button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(21, 95, 211, 0.55);
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.2);
  outline: none;
}

.product-info-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(6, 12, 24, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.product-info-modal[hidden] {
  display: none;
}

.product-info-modal__dialog {
  position: relative;
  width: min(74rem, 100%);
  max-height: min(90vh, 52rem);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
  gap: 1.5rem;
  overflow: auto;
  border: 1px solid #d6e2f1;
  border-radius: 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  color: #07111f;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
}

.product-info-modal__trust {
  position: sticky;
  top: 0;
  z-index: 4;
  grid-column: 1 / -1;
  padding: 0.9rem 3.5rem 0.9rem 1.5rem;
  background: linear-gradient(90deg, #082653 0%, #0a3474 52%, #0d4698 100%);
  color: #f5a900;
  background-clip: padding-box;
  font-size: 0.92rem;
  font-weight: 780;
  text-align: center;
}

.product-info-modal__trust span {
  display: inline-block;
  padding: 0 3.25rem;
  background: linear-gradient(90deg, #fff2a8 0%, #ffd24a 42%, #f5a900 72%, #ffbf1f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.product-info-modal__media {
  min-height: 24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.1rem;
  background:
    radial-gradient(circle at 50% 78%, rgba(37, 99, 235, 0.16), transparent 46%),
    linear-gradient(135deg, rgba(239, 246, 255, 0.96), rgba(255, 255, 255, 0.72));
}

.product-info-modal__media img {
  width: 100%;
  max-height: 23rem;
  object-fit: contain;
  filter: drop-shadow(0 22px 26px rgba(15, 23, 42, 0.18));
}

.product-info-modal__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 2rem 2rem 0;
}

.product-info-modal__eyebrow {
  margin: 0 0 0.65rem;
  color: #155fd3;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-info-modal__title {
  margin: 0;
  color: #07111f;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 1.05;
  font-weight: 920;
}

.product-info-modal__description {
  margin: 1rem 0 0;
  color: #45566e;
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 560;
}

.product-info-modal__detail {
  margin: 1rem 0 0;
  padding: 1rem;
  border: 1px solid #d6e2f1;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.72);
  color: #5f7188;
  font-size: 0.9rem;
  line-height: 1.45;
  text-align: justify;
}

.product-info-modal__advisory {
  margin: 1rem 0 0;
  padding: 1rem;
  border: 1px solid rgba(245, 169, 0, 0.42);
  border-radius: 0.85rem;
  background: linear-gradient(135deg, rgba(255, 247, 225, 0.96), rgba(255, 255, 255, 0.92));
  box-shadow: 0 16px 34px rgba(245, 169, 0, 0.12);
}

.product-info-modal__advisory strong,
.product-info-modal__advisory span {
  display: block;
}

.product-info-modal__advisory strong {
  color: #07111f;
  font-size: 0.98rem;
  font-weight: 900;
}

.product-info-modal__advisory span {
  margin-top: 0.32rem;
  color: #40516a;
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 620;
  text-align: justify;
}

.product-info-modal__close {
  position: absolute;
  top: 50%;
  right: 0.85rem;
  transform: translateY(-50%);
  z-index: 8;
  width: 2.45rem;
  height: 2.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(214, 226, 241, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(8, 38, 83, 0.18);
}

.product-info-modal__close:hover,
.product-info-modal__close:focus-visible {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.56);
  color: #ffffff;
  transform: translateY(-50%) scale(1.04);
  outline: none;
}

.product-info-modal__specs {
  grid-column: 1 / -1;
  padding: 0 1.5rem 1.5rem;
}

.product-specs-card {
  overflow: hidden;
  border: 1px solid #d6e2f1;
  border-radius: 1rem;
  background:
    radial-gradient(circle at 12% 0%, rgba(37, 99, 235, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 255, 0.96));
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.product-specs-card__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  border-bottom: 1px solid #dbe7f5;
  background:
    linear-gradient(135deg, rgba(7, 18, 38, 0.96), rgba(10, 29, 63, 0.94));
}

.product-specs-card__header p {
  margin: 0 0 0.25rem;
  color: #f5a900;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-specs-card__header h4 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  line-height: 1.1;
  font-weight: 900;
}

.product-specs-card__header span {
  flex: 0 0 auto;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(245, 169, 0, 0.38);
  border-radius: 999px;
  color: #ffe39a;
  background: rgba(245, 169, 0, 0.1);
  font-size: 0.72rem;
  font-weight: 750;
}

.product-specs-table-wrap {
  max-height: 22rem;
  overflow: auto;
}

.product-specs-table {
  width: 100%;
  min-width: 58rem;
  border-collapse: separate;
  border-spacing: 0;
}

.product-specs-table th,
.product-specs-table td {
  padding: 0.95rem 1rem;
  border-bottom: 1px solid #e3ebf5;
  vertical-align: top;
  text-align: left;
}

.product-specs-table th {
  position: sticky;
  top: 0;
  z-index: 2;
  color: #155fd3;
  background: rgba(239, 246, 255, 0.96);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-specs-table td {
  color: #40516a;
  background: rgba(255, 255, 255, 0.74);
  font-size: 0.86rem;
  line-height: 1.45;
  font-weight: 560;
}

.product-specs-table tr:nth-child(even) td {
  background: rgba(246, 249, 255, 0.88);
}

.product-specs-table tr:last-child td {
  border-bottom: 0;
}

.product-specs-table__model {
  color: #07111f !important;
  font-weight: 900 !important;
}

.product-specs-table__yes {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  color: #047857;
  background: rgba(16, 185, 129, 0.12);
  font-size: 0.78rem;
  font-weight: 850;
}

.product-specs-table__autonomy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.32rem 0.58rem;
  border: 1px solid rgba(181, 118, 0, 0.3);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 247, 225, 0.92), rgba(255, 231, 166, 0.74));
  color: #8a5800;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.15;
  white-space: nowrap;
}

.product-card__body {
  padding: 0.9rem 1.05rem 1.05rem;
  text-align: center;
}

.product-card h3 {
  margin: 0;
  color: #0b1b33;
  font-size: 0.98rem;
  line-height: 1.18;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card p {
  margin: 0.45rem auto 0;
  max-width: 15.5rem;
  color: #5f7188;
  font-size: 0.78rem;
  line-height: 1.35;
  font-weight: 550;
}

.product-showcase__note {
  margin: 0.35rem 0 0;
  color: #64748b;
  font-size: 0.78rem;
  text-align: right;
}

/* ---------- Compact use-case carousel ---------- */
.use-case-carousel {
  position: relative;
  padding: 1rem clamp(1rem, 4vw, 3rem) 1.45rem;
  background: linear-gradient(180deg, #f6f9ff 0%, #ffffff 100%);
  border-bottom: 1px solid #dbe7f5;
}

.use-case-carousel__inner {
  max-width: 92rem;
  margin: 0 auto;
}

.use-case-carousel__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.65rem;
}

.use-case-carousel__eyebrow {
  margin: 0 0 0.3rem;
  color: #155fd3;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.use-case-carousel h2 {
  margin: 0;
  color: #07111f;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  line-height: 1.15;
  font-weight: 900;
}

.use-case-carousel__lead {
  max-width: 58rem;
  margin: 0.35rem 0 0;
  color: #53647b;
  font-size: 0.84rem;
  line-height: 1.42;
}

.use-case-carousel__lead--nowrap {
  white-space: nowrap;
}

.use-case-carousel__controls {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

.use-case-carousel__actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
}

.use-case-carousel__toggle {
  min-width: 8.6rem;
  height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 1px solid rgba(21, 95, 211, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, #ffffff 0%, #eef6ff 100%);
  color: #0f2f68;
  font-size: 0.78rem;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.12);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.use-case-carousel__toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(21, 95, 211, 0.48);
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.18);
}

.use-case-carousel__toggle svg {
  transition: transform 0.2s ease;
}

.use-case-carousel.is-collapsed .use-case-carousel__toggle svg {
  transform: rotate(180deg);
}

.use-case-carousel__body {
  display: grid;
  grid-template-rows: 1fr;
  opacity: 1;
  transition: grid-template-rows 0.28s ease, opacity 0.2s ease, margin-top 0.28s ease;
}

.use-case-carousel__body > div {
  overflow: hidden;
}

.use-case-carousel.is-collapsed .use-case-carousel__body {
  grid-template-rows: 0fr;
  opacity: 0;
  margin-top: -0.25rem;
}

.use-case-carousel__button {
  width: 2.35rem;
  height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #c8d8ec;
  background: rgba(255, 255, 255, 0.88);
  color: #0f2f68;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.use-case-carousel__button:hover {
  transform: translateY(-1px);
  border-color: #7fb0ff;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.15);
}

.use-case-carousel__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(26rem, 32rem);
  gap: 0.9rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.use-case-carousel__track::-webkit-scrollbar {
  display: none;
}

.use-case-card {
  min-height: 10.8rem;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 0.85rem;
  align-items: stretch;
  scroll-snap-align: start;
  border: 1px solid #d5e2f2;
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 8% 0%, rgba(37, 99, 235, 0.12), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.use-case-card__copy {
  padding: 1rem 0 1rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.use-case-card__tag {
  width: fit-content;
  margin-bottom: 0.42rem;
  padding: 0.22rem 0.54rem;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: #155fd3;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.use-case-card h3 {
  margin: 0 0 0.34rem;
  color: #07111f;
  font-size: 0.98rem;
  line-height: 1.16;
  font-weight: 900;
}

.use-case-card p {
  margin: 0;
  color: #465973;
  font-size: 0.78rem;
  line-height: 1.4;
  text-align: justify;
}

.use-case-card__media {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0.85rem 0.75rem 0;
}

.use-case-card__media img {
  width: 100%;
  height: 8.5rem;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(15, 23, 42, 0.16));
}

.use-case-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.6rem;
}

.use-case-carousel__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  border: 0;
  background: #c4d2e6;
  transition: width 0.2s ease, background 0.2s ease;
}

.use-case-carousel__dot.is-active {
  width: 1.45rem;
  background: linear-gradient(135deg, #2563eb 0%, #06b6d4 100%);
}

@media (max-width: 860px) {
  .product-showcase {
    padding-inline: 1rem;
  }

  .product-showcase__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  .product-showcase__controls {
    align-self: flex-end;
  }

  .product-showcase__track {
    grid-auto-columns: minmax(16rem, 84vw);
  }

  .product-showcase__nowrap {
    white-space: normal;
  }

  .use-case-carousel {
    padding-inline: 1rem;
  }

  .use-case-carousel__top {
    align-items: flex-start;
    flex-direction: column;
  }

  .use-case-carousel__controls {
    align-self: flex-end;
  }

  .use-case-carousel__actions {
    width: 100%;
    justify-content: space-between;
  }

  .use-case-carousel__track {
    grid-auto-columns: minmax(17.5rem, 84vw);
  }

  .use-case-carousel__lead--nowrap {
    white-space: normal;
  }

  .use-case-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .use-case-card__copy {
    padding: 0.95rem 1rem 0;
  }

  .use-case-card__media {
    padding: 0 1rem 0.95rem;
  }

  .use-case-card__media img {
    height: 7.4rem;
  }
}

@media (max-width: 540px) {
  .product-showcase__controls {
    display: none;
  }

  .use-case-carousel__controls {
    display: none;
  }

  .product-card {
    min-height: 14.5rem;
  }

  .product-card__media {
    height: 8.5rem;
  }

  .product-info-modal {
    padding: 1rem;
  }

  .product-info-modal__dialog {
    grid-template-columns: 1fr;
    gap: 0;
    max-height: 88vh;
  }

  .product-info-modal__trust {
    padding: 0.9rem 3.25rem 0.9rem 1rem;
    font-size: 0.82rem;
    line-height: 1.35;
    text-align: left;
  }

  .product-info-modal__close {
    width: 2.25rem;
    height: 2.25rem;
  }

  .product-info-modal__media {
    min-height: 15rem;
    padding: 2rem 1.2rem 1rem;
  }

  .product-info-modal__media img {
    max-height: 15rem;
  }

  .product-info-modal__content {
    padding: 1.25rem;
  }

  .product-info-modal__specs {
    padding: 0 1rem 1rem;
  }

  .product-specs-card__header {
    align-items: flex-start;
    flex-direction: column;
  }
}
