/* home.css — premium density home Nuvem */

/* ========== HERO ========== */
/* Orbit A — ethereal CSS mist + fine SVG dashed mesh. Soft slate/navy tint. No atmosphere PNG. Header untouched. */
.home-hero {
  position: relative;
  padding: 72px 0 80px;
  overflow: hidden;
  isolation: isolate;
  background: #FFFFFF;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
/* Soft mist — gentle glow behind H1 and Performance card (mock-like, not heavy bands) */
.hero-mist {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
}
.hero-mist--copy {
  left: -12%;
  top: -8%;
  width: min(820px, 70vw);
  height: min(560px, 78%);
  background: radial-gradient(ellipse at 42% 48%, rgba(90,130,170,.14) 0%, rgba(11,27,51,.05) 48%, transparent 76%);
}
.hero-mist--card {
  right: -10%;
  top: 0%;
  width: min(720px, 62vw);
  height: min(620px, 86%);
  background: radial-gradient(ellipse at 55% 52%, rgba(90,130,170,.15) 0%, rgba(11,27,51,.055) 44%, transparent 74%);
}
/* Fine ethereal dashed mesh — barely-there; noticed when looked for */
.hero-mesh {
  position: absolute;
  left: -8%;
  right: -8%;
  top: 8%;
  bottom: -6%;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  /* Soften upper third; mesh stays airy in lower half */
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.35) 14%, rgba(0,0,0,.85) 32%, #000 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.35) 14%, rgba(0,0,0,.85) 32%, #000 100%);
}
.hero-mesh-svg {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-mesh-waves path {
  vector-effect: non-scaling-stroke;
}
.hero-mesh-css {
  position: absolute;
  inset: -8% -4% -4%;
  z-index: 0;
  opacity: .55;
  background:
    repeating-radial-gradient(
      ellipse 130% 58% at 16% 90%,
      rgba(58,79,106,.045) 0 1px,
      transparent 1px 18px
    ),
    repeating-radial-gradient(
      ellipse 115% 52% at 84% 94%,
      rgba(58,79,106,.04) 0 1px,
      transparent 1px 22px
    ),
    radial-gradient(ellipse 75% 48% at 68% 80%, rgba(90,130,170,.06), transparent 72%);
  mask-image: linear-gradient(180deg, transparent 18%, #000 40%, #000 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 18%, #000 40%, #000 100%);
}
.home-hero > .wrap {
  position: relative;
  z-index: 1;
}
.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: 48px 56px;
  align-items: center;
}
.home-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 560px;
}
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
  padding: 7px 14px 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(11,27,51,.08);
  color: #0B1B33;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: 0 6px 18px rgba(11,27,51,.04);
}
.hero-kicker i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0B1B33;
  box-shadow: 0 0 0 4px rgba(11,27,51,.12);
  flex-shrink: 0;
}
.home-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(30px, 4.2vw, 48px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.034em;
  color: #0B1B33;
  max-width: 20ch;
}
.home-hero-sub {
  margin: 0 0 30px;
  font-size: 17px;
  line-height: 1.55;
  color: #5A6B7D;
  max-width: 34em;
}
.home-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 0;
}
.home-hero-cta .btn { min-width: 0; }
.home-hero-cta .hero-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  height: 52px;
  padding: 0 24px;
  background: #0B1B33;
  color: #fff;
  border: none;
  font-weight: 700;
  box-shadow:
    0 0 0 1px rgba(11,27,51,.22),
    0 14px 36px rgba(11,27,51,.28),
    0 0 40px rgba(11,27,51,.16),
    0 2px 0 rgba(255,255,255,.12) inset;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.home-hero-cta .hero-cta-primary:hover {
  background: #132846;
  color: #fff;
  transform: translateY(-1px);
  box-shadow:
    0 0 0 1px rgba(11,27,51,.28),
    0 16px 40px rgba(11,27,51,.32),
    0 0 48px rgba(11,27,51,.18),
    0 2px 0 rgba(255,255,255,.14) inset;
}
.home-hero-cta .hero-cta-arrow {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
  font-size: 13px;
  line-height: 1;
}
.home-hero-cta .hero-cta-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  height: 52px;
  padding: 0 20px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(11,27,51,.12);
  color: #0B1B33;
  font-weight: 700;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 8px 24px rgba(11,27,51,.04);
  transition: background .15s ease, border-color .15s ease;
}
.home-hero-cta .hero-cta-ghost:hover {
  background: rgba(255,255,255,.96);
  border-color: rgba(11,27,51,.2);
  color: #0B1B33;
}
.home-hero-cta .hero-cta-chevron {
  font-size: 12px;
  opacity: .7;
}

/* ========== HERO RIGHT: Option 3 stack em camadas ========== */
.home-hero-visual {
  position: relative;
  z-index: 2;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hhv-stack {
  position: relative;
  width: 100%;
  max-width: 460px;
  height: 380px;
  margin-right: 0;
  perspective: 1100px;
  perspective-origin: 55% 40%;
  transform-style: preserve-3d;
}
.hhv-stack-base {
  position: absolute;
  left: 10%;
  right: 0;
  bottom: 28px;
  height: 58%;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(11,27,51,.09) 0%, rgba(19,40,70,.05) 50%, rgba(47,201,212,.06) 100%);
  border: 1px solid rgba(11,27,51,.07);
  box-shadow: 0 32px 56px rgba(11,27,51,.10);
  transform: rotateX(18deg) rotateY(-22deg) rotateZ(3deg) translate3d(8px, 8px, -50px);
  transform-origin: 50% 85%;
  pointer-events: none;
}
.hhv-card {
  position: absolute;
  left: 8%;
  right: 6%;
  height: 96px;
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 18px;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  transition: transform .35s cubic-bezier(.22,.7,.25,1), box-shadow .35s ease, border-color .25s ease;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.hhv-card-edge {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255,255,255,.95) 0%, rgba(248,251,255,.72) 42%, rgba(232,240,248,.55) 100%);
  border: 1px solid rgba(255,255,255,.95);
  box-shadow:
    0 1px 0 rgba(255,255,255,.98) inset,
    0 0 0 1px rgba(11,27,51,.04) inset,
    0 18px 40px rgba(11,27,51,.10),
    0 6px 14px rgba(11,27,51,.05);
  backdrop-filter: blur(16px) saturate(1.15);
  -webkit-backdrop-filter: blur(16px) saturate(1.15);
  pointer-events: none;
}
/* Right/bottom glass thickness hint */
.hhv-card-edge::before {
  content: "";
  position: absolute;
  top: 6px;
  right: -7px;
  bottom: 4px;
  width: 8px;
  border-radius: 0 14px 14px 0;
  background: linear-gradient(180deg, rgba(210,224,238,.55), rgba(160,180,205,.35));
  transform: skewY(-8deg);
  pointer-events: none;
}
.hhv-card-edge::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 4px;
  bottom: -7px;
  height: 8px;
  border-radius: 0 0 14px 14px;
  background: linear-gradient(90deg, rgba(150,170,195,.28), rgba(190,208,226,.4));
  transform: skewX(-12deg);
  pointer-events: none;
}
.hhv-card-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  height: 100%;
  padding: 16px 20px;
  box-sizing: border-box;
}
.hhv-card-title {
  display: block;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.02em;
  color: #0B1B33;
  line-height: 1.15;
}
.hhv-card-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.hhv-card-desc {
  flex: 1;
  min-width: 0;
  font-size: 13px;
  font-weight: 550;
  line-height: 1.35;
  color: #5B6B7C;
}
.hhv-card-ico {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(11,27,51,.06);
  box-shadow: 0 4px 10px rgba(11,27,51,.05);
}
.hhv-card-ico svg { display: block; }
.hhv-card-ico img { display: block; width: 20px; height: 20px; }
.hhv-card-ico--wp {
  border-radius: 50%;
}

/* Layer positions — back (top-left) → front (bottom-right), isometric tilt */
.hhv-card--back {
  top: 12px;
  left: 4%;
  right: 14%;
  z-index: 1;
  transform: rotateX(18deg) rotateY(-24deg) rotateZ(4deg) translate3d(-6px, 0, 0);
  opacity: .94;
}
.hhv-card--mid {
  top: 112px;
  left: 10%;
  right: 6%;
  z-index: 2;
  transform: rotateX(18deg) rotateY(-24deg) rotateZ(4deg) translate3d(10px, 4px, 36px);
}
.hhv-card--front {
  top: 212px;
  left: 16%;
  right: -2%;
  z-index: 3;
  transform: rotateX(18deg) rotateY(-24deg) rotateZ(4deg) translate3d(26px, 8px, 72px);
}
.hhv-card--front .hhv-card-edge {
  box-shadow:
    0 1px 0 rgba(255,255,255,.98) inset,
    0 0 0 1px rgba(11,27,51,.05) inset,
    0 24px 48px rgba(11,27,51,.14),
    0 8px 18px rgba(11,27,51,.07);
}

/* Hover / focus — lift forward card slightly; accessible focus ring */
.hhv-card:hover,
.hhv-card:focus-visible {
  z-index: 5;
}
.hhv-card--back:hover,
.hhv-card--back:focus-visible {
  transform: rotateX(18deg) rotateY(-24deg) rotateZ(4deg) translate3d(-6px, -10px, 18px) scale(1.025);
}
.hhv-card--mid:hover,
.hhv-card--mid:focus-visible {
  transform: rotateX(18deg) rotateY(-24deg) rotateZ(4deg) translate3d(10px, -6px, 52px) scale(1.025);
}
.hhv-card--front:hover,
.hhv-card--front:focus-visible {
  transform: rotateX(18deg) rotateY(-24deg) rotateZ(4deg) translate3d(26px, -2px, 90px) scale(1.025);
}
.hhv-card:focus-visible .hhv-card-edge {
  border-color: rgba(47,201,212,.85);
  box-shadow:
    0 1px 0 rgba(255,255,255,.98) inset,
    0 0 0 2px rgba(47,201,212,.45),
    0 22px 48px rgba(11,27,51,.14);
}
.hhv-card:hover .hhv-card-title,
.hhv-card:focus-visible .hhv-card-title {
  color: #0B1B33;
}
.hhv-card:hover .hhv-card-ico,
.hhv-card:focus-visible .hhv-card-ico {
  border-color: rgba(47,201,212,.35);
}


/* ========== HYBRID: dark navy glass stack on light Orbit A ========== */
.hhv-stack.stack-dark::before {
  content: "";
  position: absolute;
  left: 18%;
  right: 4%;
  top: 8%;
  bottom: 18%;
  border-radius: 40%;
  background:
    radial-gradient(ellipse at 48% 48%, rgba(47,201,212,.16) 0%, rgba(90,130,170,.10) 38%, transparent 70%);
  filter: blur(28px);
  pointer-events: none;
  z-index: 0;
}
.hhv-stack.stack-dark .hhv-stack-base {
  background:
    linear-gradient(145deg, rgba(11,27,51,.14) 0%, rgba(19,40,70,.08) 48%, rgba(47,201,212,.07) 100%);
  border: 1px solid rgba(11,27,51,.08);
  box-shadow:
    0 36px 64px rgba(11,27,51,.12),
    0 0 48px rgba(47,201,212,.06);
}
.hhv-stack.stack-dark .hhv-card-edge {
  background:
    linear-gradient(145deg,
      rgba(19,40,70,.88) 0%,
      rgba(11,27,51,.82) 42%,
      rgba(8,18,34,.78) 100%);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow:
    0 1px 0 rgba(255,255,255,.14) inset,
    0 0 0 1px rgba(47,201,212,.06) inset,
    0 18px 40px rgba(11,27,51,.22),
    0 6px 16px rgba(11,27,51,.12);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
}
/* Glass thickness — soft blue edge light (premium, not neon) */
.hhv-stack.stack-dark .hhv-card-edge::before {
  background: linear-gradient(180deg, rgba(140,180,220,.42), rgba(47,201,212,.14));
  opacity: .85;
}
.hhv-stack.stack-dark .hhv-card-edge::after {
  background: linear-gradient(90deg, rgba(11,27,51,.35), rgba(90,130,170,.28));
  opacity: .9;
}
.hhv-stack.stack-dark .hhv-card--front .hhv-card-edge {
  box-shadow:
    0 1px 0 rgba(255,255,255,.16) inset,
    0 0 0 1px rgba(47,201,212,.08) inset,
    0 26px 52px rgba(11,27,51,.28),
    0 10px 22px rgba(11,27,51,.14);
}
.hhv-stack.stack-dark .hhv-card-title {
  color: #F4F7FB;
}
.hhv-stack.stack-dark .hhv-card-desc {
  color: rgba(232,238,247,.72);
}
.hhv-stack.stack-dark .hhv-card-ico {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 4px 12px rgba(0,0,0,.18);
}
.hhv-stack.stack-dark .hhv-card-ico img {
  filter: brightness(0) invert(1);
  opacity: .92;
}
.hhv-stack.stack-dark .hhv-card:hover .hhv-card-title,
.hhv-stack.stack-dark .hhv-card:focus-visible .hhv-card-title {
  color: #fff;
}
.hhv-stack.stack-dark .hhv-card:hover .hhv-card-ico,
.hhv-stack.stack-dark .hhv-card:focus-visible .hhv-card-ico {
  border-color: rgba(47,201,212,.42);
  background: rgba(47,201,212,.10);
}
.hhv-stack.stack-dark .hhv-card:focus-visible .hhv-card-edge {
  border-color: rgba(47,201,212,.55);
  box-shadow:
    0 1px 0 rgba(255,255,255,.14) inset,
    0 0 0 2px rgba(47,201,212,.35),
    0 22px 48px rgba(11,27,51,.26);
}
.hhv-stack.stack-dark .hhv-card:hover .hhv-card-edge,
.hhv-stack.stack-dark .hhv-card:focus-visible .hhv-card-edge {
  border-color: rgba(255,255,255,.16);
}
/* Tiny teal accents only — n8n bottom-right square already #2fc9d4 in SVG */
.hhv-stack.stack-dark .hhv-card--back .hhv-card-ico {
  box-shadow:
    0 4px 12px rgba(0,0,0,.18),
    0 0 0 1px rgba(47,201,212,.12);
}

@media (prefers-reduced-motion: reduce) {
  .hhv-card { transition: none; }
}

/* SAVED: performance-overview card for lower section
   Kept for reuse (GTmetrix A ring + Ping Brasil). Not used in hero visual anymore. */
.hhv-panel {
  position: relative;
  width: 100%;
  max-width: 420px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(226,232,240,.95);
  border-radius: 24px;
  box-shadow:
    0 1px 0 rgba(255,255,255,.98) inset,
    0 28px 64px rgba(11,27,51,.12),
    0 10px 24px rgba(11,27,51,.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
}
.hhv-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 20px 12px;
}
.hhv-panel-label {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8A97A8;
}
.hhv-pulse {
  color: #0B1B33;
  opacity: .55;
  display: inline-flex;
}
.hhv-panel-body {
  padding: 4px 20px 0;
  display: grid;
  gap: 18px;
}
.hhv-grade-block {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}
.hhv-grade-label {
  margin: 0;
  font-size: 15px;
  font-weight: 750;
  color: #0B1B33;
  letter-spacing: -.01em;
}
.hhv-ring {
  position: relative;
  width: 168px;
  height: 168px;
}
.hhv-ring svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.hhv-ring-track {
  fill: none;
  stroke: #E8EEF5;
  stroke-width: 10;
}
.hhv-ring-value {
  fill: none;
  stroke: #0B1B33;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-dasharray: 301.6;
  stroke-dashoffset: 12; /* ~96% of 2πr with r=48 → grade A */
  filter: drop-shadow(0 0 10px rgba(11,27,51,.22));
}
.hhv-ring-center {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  text-align: center;
  gap: 2px;
}
.hhv-ring-center strong {
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.04em;
  color: #0B1B33;
}
.hhv-ring-center span {
  font-size: 13px;
  font-weight: 650;
  color: #6B7C8F;
}
.hhv-excellent {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(15,159,110,.1);
  color: #0F9F6E;
  font-size: 12.5px;
  font-weight: 700;
}
.hhv-excellent em {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0F9F6E;
  box-shadow: 0 0 0 3px rgba(15,159,110,.18);
  font-style: normal;
}
.hhv-ping-row {
  display: grid;
  gap: 8px;
}
.hhv-ping-label {
  margin: 0;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8A97A8;
}
.hhv-ping-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(247,250,253,.92);
  border: 1px solid #E8EEF5;
}
.hhv-flag {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(255,255,255,.9), 0 4px 12px rgba(11,27,51,.08);
}
.hhv-flag svg { display: block; }
.hhv-ping-meta {
  flex: 1;
  min-width: 0;
}
.hhv-ping-meta strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #0B1B33;
  letter-spacing: -.02em;
  line-height: 1.1;
}
.hhv-ping-meta span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 550;
  color: #6B7C8F;
}
.hhv-ping-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15,159,110,.12);
  color: #0F9F6E;
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
}
.hhv-foot {
  margin: 0 -20px 0;
  padding: 14px 20px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 600;
  color: #0B1B33;
  background: linear-gradient(180deg, rgba(232,240,248,.55) 0%, rgba(236,242,250,.85) 100%);
  border-top: 1px solid rgba(232,238,245,.95);
}
.hhv-foot-sparks {
  letter-spacing: .12em;
  color: #3B82C4;
  font-size: 11px;
  opacity: .9;
}

/* ========== TRUST STRIP ========== */
.home-trust-strip {
  padding: 18px 0;
  background: #fff;
  border-top: 1px solid rgba(227,234,242,.9);
  border-bottom: 1px solid rgba(227,234,242,.9);
}
.trust-strip-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.trust-strip-label {
  margin: 0;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted-2);
  white-space: nowrap;
}
.trust-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 22px;
  flex: 1;
  justify-content: flex-end;
}
.trust-logos img {
  height: 28px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  opacity: .78;
  filter: grayscale(1);
  transition: opacity .15s ease, filter .15s ease;
}
.trust-logos img:hover { opacity: 1; filter: none; }

/* ========== CHOOSER ========== */
#chooser.home-chooser {
  position: relative;
  padding-top: 64px;
  padding-bottom: 56px;
  background:
    radial-gradient(720px 360px at 8% -10%, rgba(47,201,212,.09), transparent 58%),
    radial-gradient(560px 320px at 92% 100%, rgba(47,201,212,.05), transparent 55%),
    linear-gradient(180deg, #F7FBFF 0%, #FFFFFF 70%);
  box-shadow: inset 0 1px 0 rgba(227,234,242,.95);
}
#chooser.home-chooser::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: min(1180px, calc(100% - 48px));
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(47,201,212,.22) 18%,
    rgba(227,234,242,.95) 50%,
    rgba(47,201,212,.18) 82%,
    transparent 100%);
  pointer-events: none;
}
.chooser { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.chooser-card {
  background: #fff; border: 1px solid var(--line); border-radius: 20px;
  padding: 28px 22px; min-height: 280px;
  display: flex; flex-direction: column; gap: 12px;
  box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255,255,255,.92);
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
  position: relative;
}
.chooser-card.primary {
  border-color: rgba(47,201,212,.28);
  box-shadow: var(--shadow-sm), 0 0 0 3px rgba(47,201,212,.06), inset 0 1px 0 rgba(255,255,255,.92);
}
.chooser-card.primary.ssd-line {
  border-color: rgba(11,27,51,.14);
  box-shadow: var(--shadow-sm), 0 0 0 3px rgba(11,27,51,.04), inset 0 1px 0 rgba(255,255,255,.92);
}
.chooser-card:hover,
.chooser-card:focus-visible {
  border-color: rgba(47,201,212,.55);
  box-shadow: var(--shadow-md), 0 0 0 4px rgba(47,201,212,.10), inset 0 1px 0 rgba(255,255,255,.95);
  transform: translateY(-4px);
  outline: none;
}
.chooser-tag {
  display: inline-flex; align-self: flex-start;
  font-size: 10.5px; font-weight: 750; letter-spacing: .06em;
  text-transform: uppercase;
  padding: 4px 9px; border-radius: 999px;
  color: var(--teal-d); background: var(--teal-s);
}
.chooser-tag.ssd { color: var(--navy); background: #EEF2F7; }
.chooser-icon {
  width: 48px; height: 48px; border-radius: 14px;
  display: grid; place-items: center;
  line-height: 0; flex-shrink: 0;
  border: 1px solid rgba(15,23,42,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}
.chooser-icon svg { width: 24px; height: 24px; display: block; }
.chooser-icon.wp { background: #E7F8FA; color: var(--teal-d); }
.chooser-icon.ssd { background: #EEF2F7; color: var(--navy); }
.chooser-icon.traf { background: #E8F1FF; color: #2B5A9E; }
.chooser-icon.vps { background: #F0EEFF; color: #3D3A8A; }
.chooser-card h3 {
  margin: 0; font-size: 18px; font-weight: 750;
  color: var(--navy); letter-spacing: -.015em;
}
.chooser-card > p { margin: 0; color: var(--muted); font-size: 14px; flex: 1; line-height: 1.45; }
.chooser-for {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--muted-2);
  line-height: 1.4;
  padding-top: 2px;
  border-top: 1px dashed rgba(227,234,242,.95);
  margin-top: 2px;
}
.chooser-card .go {
  color: var(--teal-d); font-weight: 700; font-size: 13.5px;
  margin-top: 2px;
}
#chooser .chooser-card.vps-split { cursor: default; }
#chooser .chooser-card.vps-split:hover { transform: none; }
#chooser .chooser-card.vps-split .go-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}
#chooser .chooser-card.vps-split .go-row a {
  display: inline-flex;
  align-items: center;
  height: 38px;
  padding: 0 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background .15s ease, border-color .15s ease;
}
#chooser .chooser-card.vps-split .go-row a.primary {
  background: var(--navy);
  color: #fff;
}
#chooser .chooser-card.vps-split .go-row a.primary:hover { background: #132846; }
#chooser .chooser-card.vps-split .go-row a.ghost {
  border: 1px solid var(--line);
  color: var(--navy);
  background: #fff;
}
#chooser .chooser-card.vps-split .go-row a.ghost:hover {
  border-color: rgba(47,201,212,.45);
  background: var(--teal-s);
}

/* ========== POSITIONING / WHY NUVEM ========== */
.home-positioning {
  padding: 64px 0 56px;
  background:
    radial-gradient(700px 360px at 50% 0%, rgba(47,201,212,.07), transparent 55%),
    linear-gradient(180deg, #FFFFFF 0%, #F7FBFF 100%);
}
.section-head-center {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.section-head-center .label { justify-content: center; border-left: 0; padding-left: 0; }
.pos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  align-items: stretch;
}
.pos-card {
  border-radius: 20px;
  padding: 24px 20px;
  background: #fff;
  border: 1px solid rgba(15,23,42,.06);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 220px;
}
.pos-card.is-contrast {
  background: #F7FBFF;
}
.pos-num {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  color: var(--muted-2);
}
.pos-card h3 {
  margin: 0;
  font-size: 17px;
  color: var(--navy);
  letter-spacing: -.015em;
}
.pos-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--muted);
  flex: 1;
}
.pos-card.is-nuvem {
  background:
    radial-gradient(circle at 88% 12%, rgba(47,201,212,.22), transparent 42%),
    linear-gradient(160deg, #0B1B33 0%, #132846 100%);
  border-color: rgba(255,255,255,.08);
  box-shadow: 0 20px 48px rgba(11,27,51,.2);
  color: #e8eef7;
}
.pos-card.is-nuvem h3 { color: #fff; font-size: 18px; }
.pos-card.is-nuvem p { color: #8fa3b8; }
.pos-badge {
  display: inline-flex; align-self: flex-start;
  font-size: 10.5px; font-weight: 750; letter-spacing: .06em;
  text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px;
  color: var(--navy); background: var(--teal);
}
.pos-points {
  list-style: none; margin: 4px 0 0; padding: 0;
  display: grid; gap: 6px;
}
.pos-points li {
  font-size: 13px; font-weight: 600; color: #c5d4e4;
  padding-left: 16px; position: relative;
}
.pos-points li::before {
  content: "";
  position: absolute; left: 0; top: 6px;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--teal);
}
.pos-cta {
  margin-top: auto;
  display: inline-flex;
  font-size: 13.5px; font-weight: 750;
  color: var(--teal);
}

/* ========== INFRA ========== */
#infra {
  padding: 0;
  background:
    radial-gradient(1200px 600px at 72% 42%, #143256 0%, #0B1B33 55%, #070f1a 100%);
  color: #e8eef7;
}
#infra .infra-wrap {
  max-width: 1180px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 80px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 40px;
  align-items: center;
}
#infra .infra-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 14px;
}
#infra .infra-kicker i {
  width: 8px; height: 8px; border-radius: 50%; background: var(--teal);
  box-shadow: 0 0 0 4px rgba(47,201,212,.2);
  animation: home-blink 1.6s ease infinite;
}
#infra h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.12;
  letter-spacing: -.02em;
  color: #fff;
}
#infra .infra-lead {
  margin: 0 0 22px;
  color: #8fa3b8;
  max-width: 440px;
  font-size: 15.5px;
  line-height: 1.5;
}
#infra .infra-stats {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 18px;
  margin-bottom: 18px;
}
#infra .infra-stat strong {
  display: block;
  font-size: 22px;
  color: #fff;
}
#infra .infra-stat span {
  font-size: 12px;
  color: #8fa3b8;
}
.infra-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}
.infra-bullets span {
  font-size: 12px;
  font-weight: 650;
  color: #c5d4e4;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
}
#infra .infra-stage {
  position: relative;
  aspect-ratio: 1 / .92;
  border-radius: 28px;
  background:
    radial-gradient(circle at 55% 45%, rgba(47,201,212,.12), transparent 42%),
    linear-gradient(160deg, rgba(255,255,255,.05), transparent 40%),
    #0f2744;
  border: 1px solid rgba(255,255,255,.1);
  box-shadow:
    0 1px 0 rgba(255,255,255,.07) inset,
    0 0 0 1px rgba(47,201,212,.08),
    0 30px 80px rgba(0,0,0,.35);
  overflow: hidden;
}
.infra-frame-label {
  position: absolute;
  left: 6%;
  top: 5%;
  z-index: 2;
  font-size: 10.5px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(143,163,184,.85);
}
#infra .infra-stage canvas {
  width: 100%;
  height: 100%;
  display: block;
}
#infra .infra-regions {
  position: absolute;
  right: 6%;
  top: 12%;
  display: grid;
  gap: 8px;
  z-index: 2;
}
#infra .infra-regions span {
  font-size: 11px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  color: #8fa3b8;
}
#infra .infra-regions span.on {
  color: #fff;
  border-color: rgba(47,201,212,.5);
  background: rgba(47,201,212,.12);
}
#infra .infra-chip {
  position: absolute;
  left: 8%;
  bottom: 10%;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(11,27,51,.82);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(47,201,212,.35);
  box-shadow: 0 12px 32px rgba(0,0,0,.3);
}
#infra .infra-chip .dot {
  width: 10px; height: 10px; border-radius: 50%; background: var(--teal);
  box-shadow: 0 0 0 4px rgba(47,201,212,.2);
  animation: home-blink 1.6s ease infinite;
}
#infra .infra-chip b { display: block; font-size: 13px; color: #fff; }
#infra .infra-chip small { color: #8fa3b8; font-size: 11px; }

@keyframes home-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: .45; }
}

/* ========== SUPPORT / DIFERENCIAIS ========== */
.home-support {
  padding: 64px 0 48px;
  background:
    radial-gradient(640px 320px at 90% 0%, rgba(47,201,212,.07), transparent 55%),
    #fff;
}
.support-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 36px;
  align-items: start;
}
.diff-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.diff-card {
  border-radius: 18px;
  padding: 18px 18px;
  background: #F7FBFF;
  border: 1px solid rgba(15,23,42,.06);
  box-shadow: 0 8px 22px rgba(11,27,51,.04);
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  row-gap: 4px;
  align-items: start;
}
.diff-card .diff-ico {
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--teal-s);
  color: var(--teal-d);
  margin-top: 2px;
}
.diff-card .diff-ico svg { width: 22px; height: 22px; }
.diff-card h3 {
  margin: 0;
  font-size: 16px;
  color: var(--navy);
  letter-spacing: -.015em;
}
.diff-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.support-mock {
  border-radius: 22px;
  background:
    radial-gradient(circle at 80% 0%, rgba(47,201,212,.14), transparent 45%),
    linear-gradient(165deg, #0B1B33 0%, #132846 100%);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 24px 56px rgba(11,27,51,.18);
  overflow: hidden;
  color: #e8eef7;
}
.sm-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
}
.sm-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: #34D399;
  box-shadow: 0 0 0 3px rgba(52,211,153,.2);
}
.sm-head strong { flex: 1; font-size: 13px; color: #fff; }
.sm-live {
  font-size: 10.5px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase;
  color: var(--teal); background: rgba(47,201,212,.12);
  padding: 4px 8px; border-radius: 999px;
}
.sm-thread {
  padding: 16px;
  display: grid;
  gap: 10px;
  min-height: 280px;
}
.sm-bubble {
  max-width: 92%;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 13.5px;
  line-height: 1.45;
}
.sm-bubble .sm-who {
  display: block;
  font-size: 10.5px;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 4px;
  opacity: .7;
}
.sm-bubble.them {
  justify-self: start;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.08);
  color: #d5e0ec;
}
.sm-bubble.us {
  justify-self: end;
  background: rgba(47,201,212,.14);
  border: 1px solid rgba(47,201,212,.28);
  color: #e8fafb;
}
.sm-foot {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 16px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 11.5px;
  font-weight: 650;
  color: #8fa3b8;
}

/* ========== PARTNERS ========== */
.home-partners {
  padding: 28px 0;
  background:
    linear-gradient(180deg, #F7FBFF 0%, #FFFFFF 100%);
  border-top: 1px solid rgba(227,234,242,.8);
}
.partners-strip {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 18px 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(15,23,42,.06);
  box-shadow: var(--shadow-sm);
}
.partners-label {
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted-2);
  white-space: nowrap;
}
.partners-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  flex: 1;
  justify-content: flex-end;
}
.partner-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 8px;
}
.partner-chip img {
  height: 24px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  opacity: .85;
}

/* ========== REVIEWS ========== */
#reviews.home-reviews {
  padding-top: 48px;
  padding-bottom: 32px;
  overflow-x: hidden;
  background:
    radial-gradient(680px 360px at 12% -8%, rgba(47,201,212,.08), transparent 58%),
    linear-gradient(180deg, #FFFFFF 0%, #F7FBFF 100%);
}
#reviews.home-reviews .section-head-row {
  margin-bottom: 18px;
  align-items: flex-end;
}
#reviews.home-reviews .section-head { margin-bottom: 0; }
#reviews.home-reviews .section-head p a {
  color: var(--teal-d);
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.home-reviews .reviews-toolbar {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px 8px 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
  margin-top: 28px;
  flex-shrink: 0;
}
.home-reviews .google-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy);
  font-weight: 650;
  font-size: 13.5px;
}
.home-reviews .google-badge .stars {
  color: #F5B400;
  letter-spacing: 1px;
}
.home-reviews .google-badge a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.home-reviews .google-badge a:hover {
  border-bottom-color: rgba(47,201,212,.5);
  color: var(--navy);
}
.home-reviews .reviews-marquee {
  min-height: 220px;
  overflow: hidden;
  overflow-x: hidden;
  max-width: 100%;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  margin: 0;
  padding: 4px 0 8px;
}
.home-reviews .reviews-track {
  display: flex;
  gap: 16px;
  width: max-content;
}
.home-reviews.is-ready .reviews-track {
  animation: home-reviews-scroll 42s linear infinite;
}
.home-reviews.is-ready .reviews-marquee:hover .reviews-track {
  animation-play-state: paused;
}
.home-reviews:not(.is-ready) .reviews-marquee {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  mask-image: none;
  -webkit-mask-image: none;
  padding-bottom: 4px;
}
@keyframes home-reviews-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.home-reviews .review {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px 18px;
  box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255,255,255,.92);
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 320px;
  flex: 0 0 auto;
  min-height: 200px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.home-reviews .review:hover {
  transform: translateY(-2px);
  border-color: rgba(47,201,212,.45);
  box-shadow: var(--shadow-md), 0 0 0 1px rgba(47,201,212,.22), inset 0 1px 0 rgba(255,255,255,.95);
}
.home-reviews .review-stars {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.home-reviews .review-stars .stars {
  color: #F5B400;
  letter-spacing: 1px;
  font-size: 13px;
}
.home-reviews .review-src {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  font-weight: 650;
  color: var(--muted-2);
}
.home-reviews .review-src .g {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #E8EEF5;
}
.home-reviews .review-src .g svg { width: 12px; height: 12px; display: block; }
.home-reviews .review blockquote {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.5;
  color: #334155;
  font-weight: 500;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.home-reviews .review-who {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid #EEF2F7;
}
.home-reviews .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: -.02em;
  color: var(--teal-d);
  background: var(--teal-s);
  border: 1px solid rgba(47,201,212,.22);
  flex-shrink: 0;
}
.home-reviews .avatar.a2 {
  color: var(--navy);
  background: #EEF2F7;
  border-color: rgba(11,27,51,.08);
}
.home-reviews .avatar.a3 {
  color: #2B5A9E;
  background: #E8F1FF;
  border-color: rgba(43,90,158,.12);
}
.home-reviews .review-meta { min-width: 0; }
.home-reviews .review-meta strong {
  display: block;
  font-size: 13.5px;
  font-weight: 750;
  color: var(--navy);
  letter-spacing: -.01em;
}
.home-reviews .review-meta span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 550;
  color: var(--muted-2);
}

/* ========== MIGRAÇÃO BAND ========== */
.home-mig {
  padding: 24px 0 8px;
  background: #F7FBFF;
}
.mig-band {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  gap: 24px;
  align-items: center;
  padding: 32px 28px;
  border-radius: 24px;
  background:
    radial-gradient(500px 200px at 0% 50%, rgba(47,201,212,.12), transparent 55%),
    #fff;
  border: 1px solid rgba(47,201,212,.2);
  box-shadow: var(--shadow-md), 0 0 0 3px rgba(47,201,212,.04);
}
.mig-kicker {
  display: inline-flex;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--teal-d);
  margin-bottom: 8px;
}
.mig-band h2 {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.6vw, 28px);
  color: var(--navy);
  letter-spacing: -.02em;
}
.mig-band p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 15px;
  max-width: 520px;
}
.mig-band-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}
.mig-band-points li {
  font-size: 13px;
  font-weight: 650;
  color: #3D4C5C;
  padding-left: 14px;
  position: relative;
}
.mig-band-points li::before {
  content: "";
  position: absolute;
  left: 0; top: 6px;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--teal);
}
.mig-band-cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
}
.mig-band-cta .btn { width: 100%; }
.mig-ghost {
  background: #fff !important;
}

/* ========== CTA FINAL ========== */
#cta-final {
  padding: 32px 0 72px;
  background: #F7FBFF;
}
.cta-final-box {
  border-radius: 24px;
  padding: 44px 28px;
  text-align: center;
  background:
    radial-gradient(600px 240px at 50% 0%, rgba(47,201,212,.2), transparent 60%),
    linear-gradient(160deg, #0B1B33 0%, #132846 100%);
  color: #fff;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 24px 60px rgba(11,27,51,.18);
}
.cta-final-box h2 {
  margin: 0 0 10px;
  font-size: clamp(22px, 3vw, 30px);
  letter-spacing: -.02em;
}
.cta-final-box p {
  margin: 0 auto 22px;
  max-width: 520px;
  color: #8fa3b8;
  font-size: 15px;
}
.cta-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.cta-final-actions .btn-ghost {
  border-color: rgba(255,255,255,.35);
  color: #fff;
}
.cta-final-actions .btn-ghost:hover {
  background: rgba(255,255,255,.08);
}
.cta-final-actions .btn-wa {
  border-color: rgba(255,255,255,.2);
  color: #fff;
  background: transparent;
}
.cta-final-actions .btn-wa:hover {
  background: rgba(255,255,255,.08);
}

/* ========== MOTION / RESPONSIVE ========== */
@media (prefers-reduced-motion: reduce) {
  .home-reviews .reviews-track { animation: none; }
  .home-reviews .review { transition: none; }
  #infra .infra-kicker i,
  #infra .infra-chip .dot { animation: none; }
}

@media (max-width: 1080px) {
  .chooser { grid-template-columns: 1fr 1fr; }
  .pos-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 980px) {
  .home-hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .home-hero h1 { max-width: none; }
  .home-hero-copy { max-width: none; }
  .home-hero-visual { justify-content: center; }
  .hhv-stack {
    max-width: 420px;
    margin: 0 auto;
    height: auto;
    min-height: 0;
    perspective: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .hhv-stack-base { display: none; }
  .hhv-card {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    height: auto;
    min-height: 84px;
    transform: none !important;
    opacity: 1;
  }
  .hhv-card-edge::before,
  .hhv-card-edge::after { display: none; }
  .hhv-card:hover,
  .hhv-card:focus-visible {
    transform: translateY(-2px) !important;
  }
  #infra .infra-wrap { grid-template-columns: 1fr; gap: 28px; padding: 48px 0 56px; }
  #infra .infra-stats { grid-template-columns: repeat(3, 1fr); }
  .support-layout { grid-template-columns: 1fr; }
  .mig-band { grid-template-columns: 1fr; }
  .chooser { grid-template-columns: 1fr 1fr; }
  .trust-strip-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
  .trust-logos { justify-content: flex-start; }
  .partners-row { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .home-hero { padding: 40px 0 48px; }
  .home-hero h1 { font-size: clamp(26px, 8vw, 34px); max-width: none; }
  .home-hero-cta .hero-cta-primary,
  .home-hero-cta .hero-cta-ghost { height: 48px; width: 100%; }
  .hhv-stack { max-width: 100%; gap: 10px; }
  .hhv-card-body { padding: 14px 16px; }
  .hhv-card-title { font-size: 16px; }
  .hhv-card-desc { font-size: 12.5px; }
  /* SAVED performance panel sizes (unused in hero) */
  .hhv-panel { max-width: 100%; }
  .hhv-ring { width: 148px; height: 148px; }
  .hhv-ring-center strong { font-size: 44px; }
  .chooser { grid-template-columns: 1fr; }
  .chooser-card { min-height: 0; }
  #chooser.home-chooser::before { width: min(1180px, calc(100% - 32px)); }
  .pos-grid { grid-template-columns: 1fr; }
  #infra .infra-wrap { width: min(1180px, calc(100% - 32px)); }
  .infra-bullets { flex-direction: column; align-items: flex-start; }
  .mig-band { padding: 24px 18px; }
  .cta-final-box { padding: 32px 18px; }
  .home-reviews .reviews-toolbar { display: none; }
  .home-reviews .review { width: 280px; min-height: 180px; }
  .partners-strip { padding: 14px 14px; }
}
