:root {
  --ink: #142033;
  --ink-strong: #06162f;
  --muted: #66748a;
  --paper: #f5f8fc;
  --paper-2: #eaf2fb;
  --white: #ffffff;
  --line: #dce6f1;
  --blue: #0b4fd6;
  --blue-dark: #06162f;
  --cyan: #18b7d8;
  --green: #22b861;
  --magenta: #dc2b91;
  --amber: #f3b43f;
  --red: #df1f2d;
  --purple: #431166;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(6, 22, 47, .14);
  --header-height: 76px;
}

/* CONNECT corporate B2B layer */
.connect-header .brand-copy strong {
  letter-spacing: .02em;
}

.header-access {
  white-space: nowrap;
  background: linear-gradient(135deg, #0b4fd6, #18b7d8);
}

.b2b-hero {
  min-height: calc(100vh - var(--header-height));
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr);
  gap: 34px;
  align-items: center;
  padding: clamp(64px, 8vw, 112px) clamp(22px, 5vw, 76px);
  color: var(--white);
  background:
    radial-gradient(circle at 78% 18%, rgba(24, 183, 216, .28), transparent 32%),
    radial-gradient(circle at 12% 92%, rgba(34, 184, 97, .18), transparent 34%),
    linear-gradient(135deg, #06162f 0%, #0b2f7a 48%, #071a34 100%);
}

.b2b-hero h1,
.b2b-page-hero h1 {
  max-width: 920px;
  color: var(--white);
  font-size: clamp(3.1rem, 8vw, 7.2rem);
  line-height: .9;
}

.b2b-hero .hero-subtitle,
.b2b-page-hero .hero-subtitle {
  max-width: 880px;
  color: #d9ecff;
  font-size: clamp(1.25rem, 2.3vw, 2rem);
  font-weight: 900;
  line-height: 1.22;
}

.b2b-hero .hero-lead {
  max-width: 760px;
  color: #c2d3ea;
}

.secondary-actions {
  margin-top: 14px;
}

.secondary-actions .button {
  min-height: 44px;
  padding: 11px 16px;
  font-size: .9rem;
}

.b2b-command-center {
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .25);
}

.b2b-command-center img {
  width: 100%;
  min-height: 270px;
  object-fit: cover;
  border-radius: 12px;
  background: #102444;
}

.command-metrics,
.check-list {
  display: grid;
  gap: 10px;
}

.command-metrics article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 10px;
  padding: 12px;
  background: rgba(255, 255, 255, .08);
}

.command-metrics span,
.command-metrics strong {
  color: var(--white);
}

.trust-strip,
.problem-section,
.connectio-section,
.commerce-section,
.case-structure-section,
.tuu-priority-section,
.contact-band {
  padding: clamp(54px, 7vw, 90px) clamp(22px, 5vw, 76px);
}

.trust-strip {
  display: grid;
  gap: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(235, 246, 255, .94));
}

.logo-wall.compact {
  grid-template-columns: repeat(5, minmax(110px, 1fr));
}

.indicator-grid,
.problem-grid,
.platform-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.indicator-grid article,
.problem-grid article,
.platform-card {
  border: 1px solid rgba(189, 213, 238, .72);
  border-radius: 14px;
  padding: 18px;
  background: var(--white);
  box-shadow: 0 16px 44px rgba(6, 22, 47, .08);
}

.indicator-grid strong {
  display: block;
  color: var(--ink-strong);
  font-size: clamp(1.15rem, 2vw, 1.8rem);
  line-height: 1.1;
}

.indicator-grid span,
.problem-grid span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 850;
}

.b2b-service-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.problem-section {
  background:
    radial-gradient(circle at 20% 10%, rgba(11, 79, 214, .1), transparent 28%),
    linear-gradient(180deg, #ffffff, #edf5ff);
}

.problem-grid article strong {
  color: var(--blue);
  font-size: 1.3rem;
}

.eight-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.center-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.b2b-coverage {
  background: linear-gradient(135deg, #07162e, #0c326f 52%, #0c5b73);
}

.b2b-coverage h2,
.b2b-coverage p,
.b2b-coverage .eyebrow {
  color: var(--white);
}

.coverage-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.coverage-legend span {
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--white);
  font-size: .82rem;
  font-weight: 900;
  background: rgba(255, 255, 255, .12);
}

.coverage-legend .own { background: rgba(34, 184, 97, .9); }
.coverage-legend .seller { background: rgba(24, 183, 216, .75); }
.coverage-legend .ally { background: rgba(243, 180, 63, .82); }
.coverage-legend .next { background: rgba(255, 255, 255, .18); }

.chile-map {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 8%, rgba(34, 184, 97, .16), transparent 20%),
    rgba(255, 255, 255, .08);
  overflow: hidden;
}

.map-line {
  position: absolute;
  top: 6%;
  left: 48%;
  width: 70px;
  height: 88%;
  border-left: 12px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  transform: rotate(12deg);
}

.map-pin {
  position: absolute;
  left: 52%;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 999px;
  padding: 9px 13px;
  color: var(--white);
  font-weight: 950;
  background: rgba(255, 255, 255, .16);
}

.map-pin.own { background: var(--green); }
.map-pin.ally { background: var(--amber); color: var(--ink-strong); }
.map-pin.next { background: rgba(255, 255, 255, .22); }

.platform-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.platform-card span {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--white);
  font-size: .74rem;
  font-weight: 950;
  background: var(--blue);
}

.platform-card.development span { background: var(--amber); color: var(--ink-strong); }
.platform-card.next span { background: var(--muted); }

.tuu-priority-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: 28px;
  align-items: center;
  background:
    radial-gradient(circle at 100% 0%, rgba(24, 183, 216, .18), transparent 30%),
    linear-gradient(145deg, #ffffff, #edf6ff);
}

.tuu-priority-section img {
  width: 100%;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.check-list {
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 26px;
  color: var(--ink);
  font-weight: 850;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--green);
}

.contact-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(135deg, #06162f, #0b4fd6);
}

.contact-band h2,
.contact-band p,
.contact-band .eyebrow {
  color: var(--white);
}

.b2b-page-hero {
  min-height: 560px;
  display: flex;
  align-items: center;
  padding: clamp(64px, 8vw, 104px) clamp(22px, 5vw, 76px);
  background:
    radial-gradient(circle at 80% 18%, rgba(24, 183, 216, .24), transparent 32%),
    linear-gradient(135deg, #06162f, #0b2f7a 58%, #071a34);
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.consent-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-weight: 800;
}

.consent-line input {
  width: 18px;
  min-height: 18px;
  margin-top: 4px;
}

.floating-whatsapp img {
  width: 22px;
  height: 22px;
}

@media (max-width: 1180px) {
  .b2b-service-grid,
  .indicator-grid,
  .problem-grid,
  .eight-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-nav {
    gap: 1px;
  }

  .site-nav a,
  .nav-group > a {
    padding-inline: 7px;
    font-size: .76rem;
  }
}

@media (max-width: 860px) {
  .b2b-hero,
  .tuu-priority-section,
  .coverage-section {
    grid-template-columns: 1fr;
  }

  .b2b-hero {
    padding-top: 46px;
  }

  .b2b-command-center img {
    min-height: 190px;
  }

  .logo-wall.compact,
  .platform-grid {
    grid-template-columns: 1fr;
  }

  .contact-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .chile-map {
    min-height: 360px;
  }
}

@media (max-width: 620px) {
  .b2b-hero h1,
  .b2b-page-hero h1 {
    font-size: clamp(2.65rem, 18vw, 4.4rem);
  }

  .indicator-grid,
  .problem-grid,
  .eight-steps,
  .b2b-service-grid {
    grid-template-columns: 1fr;
  }

  .secondary-actions .button,
  .hero-actions .button {
    width: 100%;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  overflow-x: clip;
}

body.is-menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 13px;
  color: var(--ink-strong);
  background: var(--white);
}

textarea {
  resize: vertical;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1 {
  max-width: 980px;
  margin-bottom: 18px;
  color: var(--white);
  font-size: 4.7rem;
  line-height: .96;
  font-weight: 950;
}

h2 {
  margin-bottom: 16px;
  color: var(--ink-strong);
  font-size: 2.9rem;
  line-height: 1.05;
  font-weight: 940;
}

h3 {
  margin-bottom: 10px;
  color: var(--ink-strong);
  font-size: 1.18rem;
  line-height: 1.2;
  font-weight: 900;
}

p {
  color: var(--muted);
  line-height: 1.62;
}

ul,
ol {
  padding-left: 20px;
}

.skip-link {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 100;
  transform: translateY(-160%);
  border-radius: var(--radius);
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink-strong);
  transition: transform .2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 70;
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(220, 230, 241, .72);
  padding: 14px 38px;
  background: rgba(255, 255, 255, .93);
  backdrop-filter: blur(18px);
  transition: box-shadow .2s ease, background .2s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 16px 38px rgba(6, 22, 47, .1);
}

.brand {
  min-width: 210px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  box-shadow: inset 0 0 0 1px rgba(11, 79, 214, .08);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong {
  color: var(--ink-strong);
  font-size: 1rem;
  font-weight: 950;
  line-height: 1;
}

.brand-copy small {
  color: var(--muted);
  font-size: .76rem;
  font-weight: 850;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.site-nav a,
.nav-group > a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius);
  padding: 9px 9px;
  color: #33445f;
  font-size: .82rem;
  font-weight: 850;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.site-nav a:hover,
.site-nav a.is-active,
.nav-group > a:hover,
.nav-group > a.is-active {
  color: var(--blue);
  background: rgba(11, 79, 214, .09);
}

.site-nav a:hover,
.nav-group > a:hover {
  transform: translateY(-1px);
}

.nav-group {
  position: relative;
}

.nav-group > a::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: .7;
}

.nav-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 95;
  width: min(320px, 86vw);
  display: grid;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px;
  background: var(--white);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease;
}

.nav-group:hover .nav-menu,
.nav-group:focus-within .nav-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-menu a {
  min-height: 38px;
  justify-content: flex-start;
  font-size: .82rem;
}

.header-whatsapp {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--green);
  font-size: .88rem;
  font-weight: 950;
  box-shadow: 0 14px 32px rgba(34, 184, 97, .22);
}

.header-whatsapp::before,
.button-whatsapp::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  background: url("assets/logos/whatsapp-icon.svg") center / contain no-repeat;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink-strong);
  background: var(--white);
  cursor: pointer;
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero,
.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 34px;
  align-items: end;
  color: var(--white);
  background-color: var(--ink-strong);
}

.hero-home {
  min-height: calc(92svh - var(--header-height));
  padding: 112px 56px 54px;
  background-image:
    linear-gradient(90deg, rgba(6, 22, 47, .94) 0%, rgba(11, 79, 214, .72) 54%, rgba(24, 183, 216, .18) 100%),
    linear-gradient(0deg, rgba(6, 22, 47, .48), rgba(6, 22, 47, .06) 42%),
    url("assets/banners/connectio-ecosystem.svg");
  background-position: center;
  background-size: cover;
}

.page-hero {
  min-height: 520px;
  padding: 96px 56px 56px;
  background:
    radial-gradient(circle at 86% 22%, rgba(24, 183, 216, .24), transparent 28%),
    linear-gradient(135deg, #06162f, #0a326f 58%, #06162f);
}

.chips-hero {
  background:
    linear-gradient(135deg, rgba(6, 22, 47, .94), rgba(11, 79, 214, .84)),
    url("assets/banners/chips-network.svg") center / cover;
}

.activation-hero {
  background:
    radial-gradient(circle at 86% 20%, rgba(34, 184, 97, .26), transparent 28%),
    linear-gradient(135deg, rgba(6, 22, 47, .96), rgba(11, 79, 214, .86)),
    url("assets/banners/chips-network.svg") center / cover;
}

.entel-hero {
  background:
    linear-gradient(135deg, rgba(0, 85, 165, .95), rgba(255, 122, 24, .55)),
    var(--blue-dark);
}

.starlink-hero,
.ai-hero {
  background:
    radial-gradient(circle at 82% 15%, rgba(24, 183, 216, .35), transparent 26%),
    radial-gradient(circle at 72% 72%, rgba(220, 43, 145, .22), transparent 30%),
    linear-gradient(135deg, #040a18, #101e39 62%, #06162f);
}

.pymes-hero {
  background:
    linear-gradient(135deg, rgba(6, 22, 47, .96), rgba(20, 132, 119, .86)),
    var(--ink-strong);
}

.commerce-hero {
  background:
    linear-gradient(135deg, rgba(6, 22, 47, .94), rgba(34, 184, 97, .82)),
    var(--ink-strong);
}

.contact-page,
.portal-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: 44px;
  align-items: start;
  padding: 96px 56px;
}

.contact-page,
.portal-layout,
.legal-page {
  background: var(--paper);
}

.page-hero h1 {
  font-size: 3.8rem;
}

.hero-subtitle {
  margin-bottom: 18px;
  color: #cdefff;
  font-size: 2rem;
  line-height: 1.08;
  font-weight: 900;
}

.hero-lead,
.page-hero p {
  max-width: 780px;
  color: rgba(255, 255, 255, .84);
  font-size: 1.12rem;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.page-hero .eyebrow,
.contact-page .eyebrow,
.portal-layout .eyebrow {
  color: #bdeaff;
}

.hero-actions,
.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 20px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

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

.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 18px 44px rgba(11, 79, 214, .26);
}

.button-light {
  color: var(--blue-dark);
  background: var(--white);
}

.button-ghost {
  color: var(--ink-strong);
  border-color: rgba(220, 230, 241, .9);
  background: rgba(255, 255, 255, .86);
}

.button-whatsapp,
.floating-whatsapp {
  color: var(--white);
  background: var(--green);
}

.command-panel,
.status-panel,
.signal-panel,
.ai-panel {
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--radius);
  padding: 26px;
  color: var(--white);
  background: rgba(6, 22, 47, .55);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .18);
}

.hero-service-slider {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}

.home-hero-carousel {
  position: relative;
  min-height: calc(92svh - var(--header-height));
  display: block;
  overflow: hidden;
  padding: 0;
  background: #06162f;
}

.hero-slide {
  position: absolute;
  inset: 26px 26px 72px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity .68s ease, transform .68s cubic-bezier(.22, .88, .22, 1);
  pointer-events: none;
}

.hero-slide.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.hero-slide.is-leaving {
  opacity: 0;
  transform: translateX(-100%);
}

.hero-slide.is-entering-back {
  transform: translateX(-100%);
}

.hero-slide.is-leaving-back {
  opacity: 0;
  transform: translateX(100%);
}

.hero-slide p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .78);
  font-weight: 750;
}

.hero-slide a {
  width: max-content;
  margin-top: auto;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--white);
  background: rgba(255, 255, 255, .14);
  font-weight: 950;
}

.hero-slider-tabs {
  position: absolute;
  left: 26px;
  right: 26px;
  top: 24px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
}

.hero-slider-tabs button {
  min-height: 30px;
  border: 0;
  border-radius: 999px;
  padding: 6px 10px;
  color: rgba(255, 255, 255, .78);
  background: rgba(255, 255, 255, .13);
  cursor: pointer;
  transition: background .2s ease, transform .2s ease, color .2s ease;
}

.hero-slider-tabs button span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .64rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-slider-tabs button.is-active {
  background: linear-gradient(90deg, var(--green), var(--cyan));
  color: var(--white);
  transform: translateY(-2px);
}

.home-hero-carousel .hero-slide {
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 44px;
  align-items: center;
  min-height: inherit;
  padding: 148px 56px 96px;
  background:
    linear-gradient(90deg, rgba(6, 22, 47, .96) 0%, rgba(11, 79, 214, .76) 54%, rgba(24, 183, 216, .18) 100%),
    var(--slide-image, none) center / cover no-repeat,
    #06162f;
}

.home-hero-carousel .hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, .12), transparent 28%),
    linear-gradient(0deg, rgba(6, 22, 47, .52), transparent 46%);
  pointer-events: none;
}

.home-hero-carousel .hero-content,
.home-hero-carousel .home-hero-media {
  position: relative;
  z-index: 1;
}

.home-hero-carousel .hero-content,
.home-hero-carousel .home-hero-media {
  min-width: 0;
}

.home-hero-carousel h1 {
  max-width: 980px;
  color: var(--white);
  font-size: clamp(3rem, 6.4vw, 6.2rem);
  line-height: .94;
  overflow-wrap: anywhere;
}

.home-hero-carousel .hero-subtitle {
  max-width: 960px;
}

.home-hero-carousel .hero-lead {
  max-width: 860px;
}

.home-hero-carousel .hero-slide p {
  margin: 0;
}

.home-hero-carousel .hero-slide a {
  width: auto;
  margin-top: 0;
}

.home-hero-media {
  align-self: center;
  min-height: 500px;
  display: flex;
  flex-direction: column;
}

.home-hero-media .panel-visual {
  min-height: 220px;
  max-height: 300px;
  object-fit: cover;
}

.home-hero-media .flyer-visual {
  object-fit: contain;
  background: rgba(255, 255, 255, .08);
}

.home-hero-media strong {
  margin-top: 12px;
  color: var(--white);
  font-size: 1.4rem;
  line-height: 1.15;
}

.home-hero-media p {
  margin-top: 14px;
  color: rgba(255, 255, 255, .78);
  font-weight: 800;
}

.hero-instructions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-instructions span {
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  padding: 9px 12px;
  color: rgba(255, 255, 255, .86);
  background: rgba(255, 255, 255, .11);
  font-size: .82rem;
  font-weight: 950;
}

.hero-slider-tabs-full {
  position: absolute;
  top: 18px;
  left: 50%;
  right: auto;
  bottom: auto;
  width: min(760px, calc(100% - 112px));
  transform: translateX(-50%);
  z-index: 3;
}

.hero-company-services {
  position: absolute;
  top: 58px;
  left: 50%;
  z-index: 3;
  display: flex;
  width: min(920px, calc(100% - 112px));
  min-width: 0;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 0 6px;
  scrollbar-width: none;
}

.hero-company-services::-webkit-scrollbar {
  display: none;
}

.hero-company-services span,
.hero-company-services a {
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  padding: 6px 10px;
  color: rgba(255, 255, 255, .84);
  background: rgba(6, 22, 47, .28);
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-company-services span {
  color: #bfefff;
  background: rgba(24, 183, 216, .18);
}

.hero-company-services a:last-child {
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--cyan));
}

.slide-connectio {
  --slide-image: url("assets/banners/connectio-ecosystem.svg");
}

.slide-chips {
  --slide-image: url("assets/banners/chips-network.svg");
}

.slide-tuu {
  --slide-image: url("assets/tuu/oficial/tuu-distribuidor-comercio-banner.png");
}

.slide-entel {
  --slide-image: url("assets/banners/plan-entel-flyer.jpeg");
}

.slide-starlink {
  --slide-image: url("assets/starlink/starlink-kit.svg");
}

.slide-portal {
  --slide-image: url("assets/team/commercial-team.svg");
}

.slide-tuu .hero-subtitle {
  color: #d9f6ff;
}

.slide-tuu .button-primary {
  background: linear-gradient(135deg, #1237ff, #18b7d8);
}

.home-hero-carousel .slide-entel {
  background:
    linear-gradient(90deg, rgba(0, 38, 95, .96) 0%, rgba(0, 85, 165, .76) 50%, rgba(255, 122, 24, .28) 100%),
    var(--slide-image) center / cover no-repeat,
    #003a7c;
}

.home-hero-carousel .slide-starlink {
  background:
    radial-gradient(circle at 82% 15%, rgba(24, 183, 216, .26), transparent 26%),
    linear-gradient(90deg, rgba(4, 10, 24, .96), rgba(16, 30, 57, .82)),
    var(--slide-image) center / cover no-repeat,
    #040a18;
}

.panel-visual,
.media-visual,
.contact-visual {
  width: 100%;
  display: block;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .1);
  object-fit: cover;
}

.panel-visual {
  aspect-ratio: 16 / 10;
  margin-bottom: 18px;
}

.flyer-visual {
  aspect-ratio: 4 / 5;
  max-height: 420px;
  object-fit: cover;
  object-position: top center;
}

.media-visual {
  aspect-ratio: 16 / 10;
  margin-bottom: 18px;
}

.contact-visual {
  aspect-ratio: 16 / 10;
  margin: 24px 0;
  border: 1px solid var(--line);
  box-shadow: 0 14px 36px rgba(6, 22, 47, .06);
}

.panel-label,
.status-panel span,
.ai-panel span {
  display: block;
  color: #cdefff;
  font-weight: 850;
}

.command-panel strong,
.status-panel strong,
.ai-panel strong {
  display: block;
  margin: 10px 0 18px;
  color: var(--white);
  font-size: 1.22rem;
  line-height: 1.35;
}

.status-panel img {
  max-width: 160px;
  max-height: 86px;
  object-fit: contain;
  margin-bottom: 12px;
}

.status-panel img.panel-visual {
  max-width: none;
  max-height: none;
  object-fit: cover;
  margin-bottom: 18px;
}

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

.panel-grid span {
  border-radius: var(--radius);
  padding: 10px;
  background: rgba(255, 255, 255, .12);
  font-weight: 850;
}

.module-section,
.audience-section,
.brand-section,
.workflow-section,
.coverage-section,
.split-cta,
.faq-section,
.form-section,
.legal-page {
  padding: 92px 56px;
}

.audience-section,
.workflow-section,
.form-section {
  background:
    radial-gradient(circle at 8% 0%, rgba(0, 104, 255, .08), transparent 30%),
    radial-gradient(circle at 92% 18%, rgba(24, 183, 216, .08), transparent 28%),
    linear-gradient(135deg, #fbfdff, #f3f8ff);
}

.brand-section,
.faq-section {
  background:
    radial-gradient(circle at 92% 0%, rgba(220, 43, 145, .08), transparent 30%),
    radial-gradient(circle at 0% 88%, rgba(34, 184, 97, .09), transparent 28%),
    linear-gradient(135deg, #f8fbff, #eef8fb);
}

.coverage-section,
.split-cta {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: 44px;
  align-items: center;
  background: var(--paper-2);
}

.product-service-section,
.service-path-section,
.catalog-strip-section,
.service-package-section {
  padding: 92px 56px;
}

.product-service-section {
  background:
    radial-gradient(circle at 8% 0%, rgba(0, 104, 255, .12), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(220, 43, 145, .1), transparent 26%),
    linear-gradient(135deg, #f6f9ff, #eef8fb 48%, #f9fbff);
}

.service-path-section {
  background:
    radial-gradient(circle at 92% 0%, rgba(34, 184, 97, .12), transparent 28%),
    radial-gradient(circle at 12% 80%, rgba(24, 183, 216, .12), transparent 26%),
    linear-gradient(135deg, #fbfdff, #f4f9ff);
}

.catalog-strip-section {
  background:
    radial-gradient(circle at 10% 0%, rgba(24, 183, 216, .14), transparent 28%),
    radial-gradient(circle at 100% 20%, rgba(0, 104, 255, .12), transparent 28%),
    linear-gradient(135deg, #f7fbff, #eef8fb);
}

.service-package-section {
  background:
    radial-gradient(circle at 100% 0%, rgba(243, 180, 63, .14), transparent 28%),
    radial-gradient(circle at 0% 80%, rgba(220, 43, 145, .1), transparent 28%),
    linear-gradient(135deg, #fffdf8, #f7fbff);
}

.starlink-readiness-section {
  padding: 92px 56px;
  background:
    radial-gradient(circle at 0% 0%, rgba(5, 18, 45, .14), transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(24, 183, 216, .16), transparent 28%),
    radial-gradient(circle at 70% 100%, rgba(0, 104, 255, .12), transparent 30%),
    linear-gradient(135deg, #f5f9ff, #eef7fb);
}

.tuu-detail-section {
  padding: 96px 56px;
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 255, 255, .18), transparent 26%),
    radial-gradient(circle at 12% 90%, rgba(24, 183, 216, .2), transparent 26%),
    linear-gradient(135deg, #1237ff 0%, #1632d8 54%, #06162f 100%);
  color: var(--white);
}

.tuu-landing {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: #f6f9ff;
}

.tuu-landing *,
.tuu-landing *::before,
.tuu-landing *::after {
  box-sizing: border-box;
}

.tuu-section-nav {
  position: sticky;
  top: var(--header-height);
  z-index: 20;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  border-bottom: 1px solid rgba(189, 213, 238, .78);
  padding: 10px 56px;
  background:
    radial-gradient(circle at 100% 0%, rgba(18, 55, 255, .08), transparent 28%),
    rgba(255, 255, 255, .94);
  backdrop-filter: blur(12px);
}

.tuu-section-nav a {
  flex: 0 0 auto;
  border: 1px solid rgba(189, 213, 238, .72);
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--ink-strong);
  background: rgba(255, 255, 255, .75);
  font-size: .8rem;
  font-weight: 950;
}

.tuu-section-nav a:hover {
  color: var(--white);
  background: #1237ff;
  border-color: #1237ff;
}

.tuu-sale-strip {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.55fr) max-content;
  gap: 18px;
  align-items: center;
  padding: 14px 56px;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 50%, rgba(255, 255, 255, .18), transparent 22%),
    linear-gradient(90deg, #1237ff, #06a8ff 52%, #06162f);
}

.tuu-sale-strip > * {
  min-width: 0;
}

.tuu-sale-strip strong,
.tuu-sale-strip a {
  color: var(--white);
  font-weight: 950;
}

.tuu-sale-strip span {
  color: rgba(255, 255, 255, .86);
  font-weight: 850;
}

.tuu-sale-strip a {
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 999px;
  padding: 9px 13px;
  background: rgba(255, 255, 255, .14);
}

.tuu-hero {
  min-height: calc(86svh - var(--header-height));
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: 42px;
  align-items: center;
  overflow: hidden;
  padding: 104px 56px 72px;
  color: var(--white);
  background:
    radial-gradient(circle at 86% 14%, rgba(255, 255, 255, .18), transparent 26%),
    radial-gradient(circle at 10% 88%, rgba(24, 183, 216, .18), transparent 30%),
    linear-gradient(135deg, #071536 0%, #1237ff 58%, #06162f 100%);
}

.tuu-hero-copy,
.tuu-hero-device {
  min-width: 0;
}

.tuu-hero h1 {
  color: var(--white);
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: .94;
  overflow-wrap: anywhere;
}

.tuu-hero p {
  max-width: 780px;
  color: rgba(255, 255, 255, .84);
}

.tuu-hero-device {
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--radius);
  padding: 16px;
  background: rgba(6, 22, 47, .36);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .24);
}

.tuu-hero-device img {
  width: 100%;
  display: block;
  border-radius: 14px;
  object-fit: cover;
}

.tuu-hero-badges {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.tuu-hero-badges span {
  border-radius: 999px;
  padding: 9px 10px;
  color: var(--white);
  background: rgba(255, 255, 255, .12);
  font-size: .78rem;
  font-weight: 950;
  text-align: center;
}

.tuu-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
  max-width: 720px;
}

.tuu-hero-proof article {
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 18px;
  padding: 15px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, .14), transparent 34%),
    rgba(255, 255, 255, .1);
}

.tuu-hero-proof strong,
.tuu-hero-proof span {
  display: block;
}

.tuu-hero-proof strong {
  color: var(--white);
  font-size: 1.45rem;
  font-weight: 950;
}

.tuu-hero-proof span {
  margin-top: 4px;
  color: rgba(255, 255, 255, .76);
  font-size: .82rem;
  font-weight: 850;
}

.tuu-trust-section,
.tuu-benefits-section,
.tuu-calculator-section,
.tuu-all-in-one-section,
.tuu-buy-confidence-section,
.tuu-workspace-section {
  padding: 96px 56px;
}

.tuu-trust-section {
  background:
    radial-gradient(circle at 0% 0%, rgba(18, 55, 255, .12), transparent 28%),
    linear-gradient(135deg, #f7fbff, #eef8ff);
}

.tuu-benefits-section {
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 184, 97, .12), transparent 28%),
    linear-gradient(135deg, #fbfdff, #f1fbff);
}

.tuu-all-in-one-section {
  background:
    radial-gradient(circle at 6% 8%, rgba(18, 55, 255, .13), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(24, 183, 216, .16), transparent 30%),
    linear-gradient(135deg, #f8fbff, #eef6ff);
}

.tuu-showcase-grid {
  display: grid;
  grid-template-columns: minmax(320px, 1.15fr) repeat(2, minmax(0, .72fr));
  gap: 16px;
}

.tuu-showcase-card {
  min-height: 238px;
  border: 1px solid rgba(189, 213, 238, .78);
  border-radius: var(--radius);
  padding: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(18, 55, 255, .1), transparent 34%),
    rgba(255, 255, 255, .9);
  box-shadow: 0 18px 46px rgba(6, 22, 47, .07);
}

.tuu-showcase-card.is-main {
  grid-row: span 2;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 6%, rgba(255, 255, 255, .2), transparent 28%),
    linear-gradient(145deg, #1237ff, #06162f);
}

.tuu-showcase-card span {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 11px;
  color: #1237ff;
  background: #eef3ff;
  font-size: .76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.tuu-showcase-card.is-main span {
  color: #06162f;
  background: var(--white);
}

.tuu-showcase-card h3 {
  margin-top: 16px;
  color: var(--ink-strong);
}

.tuu-showcase-card p {
  color: var(--muted);
}

.tuu-showcase-card.is-main h3 {
  color: var(--white);
  font-size: clamp(1.7rem, 3vw, 2.7rem);
}

.tuu-showcase-card.is-main p {
  color: rgba(255, 255, 255, .82);
}

.tuu-showcase-card img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
  margin-top: 20px;
  filter: drop-shadow(0 22px 36px rgba(0, 0, 0, .2));
}

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

.tuu-trust-grid article {
  min-height: 220px;
  border: 1px solid rgba(189, 213, 238, .78);
  border-radius: var(--radius);
  padding: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(18, 55, 255, .1), transparent 34%),
    rgba(255, 255, 255, .88);
  box-shadow: 0 16px 44px rgba(6, 22, 47, .06);
}

.tuu-trust-grid span {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 11px;
  color: #1237ff;
  background: #eef3ff;
  font-size: .78rem;
  font-weight: 950;
}

.tuu-calculator-section {
  background:
    radial-gradient(circle at 80% 10%, rgba(18, 55, 255, .1), transparent 28%),
    linear-gradient(135deg, #f8fbff, #eef7ff);
}

.tuu-calculator-grid {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: 22px;
}

.tuu-calculator-form,
.tuu-calculator-result {
  border: 1px solid rgba(189, 213, 238, .78);
  border-radius: var(--radius);
  padding: 24px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 18px 46px rgba(6, 22, 47, .07);
}

.tuu-calculator-form {
  display: grid;
  gap: 14px;
}

.calculator-choice-group {
  display: grid;
  gap: 10px;
  margin: 0;
  border: 0;
  padding: 0;
}

.calculator-choice-group legend {
  margin-bottom: 2px;
  color: var(--ink-strong);
  font-size: .82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.choice-card,
.choice-pill {
  position: relative;
  display: grid;
  gap: 5px;
  border: 1px solid rgba(189, 213, 238, .82);
  border-radius: 16px;
  padding: 14px 14px 14px 46px;
  background:
    radial-gradient(circle at 100% 0%, rgba(18, 55, 255, .08), transparent 36%),
    rgba(255, 255, 255, .86);
  color: var(--ink-strong);
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.choice-card:hover,
.choice-pill:hover {
  transform: translateY(-1px);
  border-color: rgba(18, 55, 255, .38);
  box-shadow: 0 14px 30px rgba(18, 55, 255, .1);
}

.choice-card input,
.choice-pill input {
  position: absolute;
  left: 15px;
  top: 17px;
  width: 18px;
  height: 18px;
  accent-color: var(--blue);
}

.choice-card:has(input:checked),
.choice-pill:has(input:checked) {
  border-color: rgba(18, 55, 255, .72);
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 184, 97, .14), transparent 34%),
    linear-gradient(145deg, #ffffff, #eef5ff);
  box-shadow: 0 16px 34px rgba(18, 55, 255, .13);
}

.choice-card span,
.choice-pill span {
  font-weight: 950;
}

.choice-card small {
  color: var(--muted);
  font-weight: 750;
}

.choice-pill {
  min-height: 50px;
  align-items: center;
}

.tuu-calculator-form label {
  display: grid;
  gap: 7px;
  color: var(--ink-strong);
  font-weight: 900;
}

.tuu-calculator-form input {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 12px;
  color: var(--ink-strong);
  background: var(--white);
}

.tuu-calculator-result {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.tuu-calculator-result article {
  border-radius: 14px;
  padding: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(18, 55, 255, .12), transparent 34%),
    #f7fbff;
}

.money-panel {
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 184, 97, .14), transparent 30%),
    radial-gradient(circle at 0% 100%, rgba(18, 55, 255, .12), transparent 32%),
    rgba(255, 255, 255, .94);
}

.money-card {
  min-height: 150px;
  border: 1px solid rgba(189, 213, 238, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .74);
}

.money-card.is-daily,
.money-card.is-weekly,
.money-card.is-monthly,
.money-card.is-sale,
.money-card.is-sale-cost {
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 184, 97, .18), transparent 34%),
    linear-gradient(145deg, #ffffff, #ecfff4);
}

.money-card.is-context {
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, .18), transparent 34%),
    linear-gradient(145deg, #06162f, #1248d8);
}

.money-card.is-commission {
  background:
    radial-gradient(circle at 100% 0%, rgba(18, 55, 255, .16), transparent 34%),
    linear-gradient(145deg, #ffffff, #eef3ff);
}

.money-card.is-retention {
  background:
    radial-gradient(circle at 100% 0%, rgba(243, 180, 63, .26), transparent 34%),
    linear-gradient(145deg, #ffffff, #fff3da);
}

.money-card.is-net {
  background:
    radial-gradient(circle at 100% 0%, rgba(243, 180, 63, .2), transparent 34%),
    linear-gradient(145deg, #ffffff, #fff8ea);
}

.money-card.is-monthly {
  grid-column: span 2;
}

.money-card.is-context span,
.money-card.is-context strong,
.money-card.is-context small {
  color: var(--white);
}

.tuu-calculator-result span {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.tuu-calculator-result strong {
  display: block;
  margin-top: 7px;
  color: var(--ink-strong);
  font-size: clamp(1.35rem, 2.2vw, 2.15rem);
  line-height: 1.03;
}

.tuu-calculator-result small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 850;
}

.tuu-compare-bar {
  grid-column: 1 / -1;
  height: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: #dbe7ff;
}

.tuu-compare-bar span {
  display: block;
  width: 3%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #1237ff, var(--cyan));
}

.monthly-report-panel {
  grid-column: 1 / -1;
  border: 1px solid rgba(34, 184, 97, .26);
  border-radius: 20px;
  padding: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 184, 97, .22), transparent 38%),
    linear-gradient(145deg, #062e24, #0a5a42);
  color: var(--white);
  box-shadow: 0 20px 46px rgba(6, 46, 36, .16);
}

.monthly-report-panel span,
.monthly-report-panel strong {
  display: block;
  color: var(--white);
}

.monthly-report-panel span {
  font-size: .76rem;
  font-weight: 950;
  text-transform: uppercase;
  opacity: .82;
}

.monthly-report-panel strong {
  max-width: 760px;
  margin-top: 8px;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.12;
}

.monthly-report-panel ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.monthly-report-panel li {
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 16px;
  padding: 12px;
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .9);
  font-weight: 850;
}

.sale-analysis-panel {
  grid-column: 1 / -1;
  border: 1px solid rgba(18, 55, 255, .22);
  border-radius: 20px;
  padding: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(18, 55, 255, .2), transparent 38%),
    linear-gradient(145deg, #ffffff, #eef5ff);
  box-shadow: 0 18px 42px rgba(18, 55, 255, .1);
}

.sale-analysis-panel span,
.sale-analysis-panel strong,
.sale-analysis-panel p {
  display: block;
}

.sale-analysis-panel span {
  color: var(--blue);
  font-size: .76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.sale-analysis-panel strong {
  max-width: 800px;
  margin-top: 8px;
  color: var(--ink-strong);
  font-size: clamp(1.25rem, 2vw, 1.9rem);
  line-height: 1.12;
}

.sale-analysis-panel p {
  max-width: 860px;
  margin: 12px 0 0;
  color: var(--muted);
  font-weight: 850;
  line-height: 1.55;
}

.sale-competition-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.sale-competition-grid article {
  min-height: 170px;
  border: 1px solid rgba(189, 213, 238, .78);
  border-radius: 18px;
  padding: 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(18, 55, 255, .1), transparent 36%),
    #ffffff;
}

.sale-competition-grid article.is-connectio {
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, .18), transparent 34%),
    linear-gradient(145deg, #1237ff, #06162f);
}

.sale-competition-grid article.is-improvement {
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 184, 97, .2), transparent 36%),
    linear-gradient(145deg, #ffffff, #eafff3);
}

.sale-competition-grid i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  background: rgba(18, 55, 255, .1);
  color: var(--blue);
  font-style: normal;
  font-weight: 950;
}

.sale-competition-grid article.is-connectio i {
  background: rgba(255, 255, 255, .18);
  color: var(--white);
}

.sale-competition-grid article.is-improvement i {
  background: rgba(34, 184, 97, .16);
  color: #0a7a43;
}

.sale-competition-grid span,
.sale-competition-grid strong,
.sale-competition-grid small {
  display: block;
}

.sale-competition-grid span {
  margin-top: 12px;
  color: var(--blue);
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.sale-competition-grid strong {
  margin-top: 8px;
  color: var(--ink-strong);
  font-size: 1.45rem;
  line-height: 1.05;
}

.sale-competition-grid small {
  margin-top: 8px;
  color: var(--muted);
  font-weight: 850;
  line-height: 1.35;
}

.sale-competition-grid article.is-connectio span,
.sale-competition-grid article.is-connectio strong,
.sale-competition-grid article.is-connectio small {
  color: var(--white);
}

.sale-analysis-panel ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.sale-analysis-panel li {
  border: 1px solid rgba(18, 55, 255, .14);
  border-radius: 14px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, .72);
  color: var(--ink-strong);
  font-weight: 850;
  line-height: 1.45;
}

.pos-comparison-panel {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 4px;
}

.pos-comparison-panel article {
  min-height: 170px;
  border: 1px solid rgba(189, 213, 238, .76);
  border-radius: 18px;
  padding: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(220, 43, 145, .1), transparent 34%),
    #ffffff;
}

.pos-comparison-panel article.is-connectio {
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, .18), transparent 34%),
    linear-gradient(145deg, #1237ff, #06162f);
}

.pos-comparison-panel article.is-saving {
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 184, 97, .18), transparent 34%),
    linear-gradient(145deg, #ffffff, #eafff3);
}

.pos-comparison-panel span,
.pos-comparison-panel strong,
.pos-comparison-panel small {
  display: block;
}

.pos-comparison-panel span {
  color: var(--blue);
  font-size: .74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.pos-comparison-panel strong {
  margin-top: 10px;
  color: var(--ink-strong);
  font-size: 1.25rem;
  line-height: 1.12;
}

.pos-comparison-panel small {
  margin-top: 9px;
  color: var(--muted);
  font-weight: 850;
}

.pos-comparison-panel article.is-connectio span,
.pos-comparison-panel article.is-connectio strong,
.pos-comparison-panel article.is-connectio small {
  color: var(--white);
}

.tuu-calculator-note {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  border: 1px solid rgba(18, 55, 255, .14);
  border-radius: 16px;
  padding: 14px 16px;
  color: var(--muted);
  background: rgba(255, 255, 255, .72);
  font-size: .9rem;
  font-weight: 850;
}

.tuu-calculator-result .is-hidden {
  display: none;
}

.tuu-buy-confidence-section {
  background:
    radial-gradient(circle at 90% 10%, rgba(34, 184, 97, .14), transparent 28%),
    linear-gradient(135deg, #f6fbff, #effaf5);
}

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

.tuu-confidence-grid article {
  min-height: 178px;
  border: 1px solid rgba(189, 213, 238, .78);
  border-radius: var(--radius);
  padding: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 184, 97, .13), transparent 34%),
    rgba(255, 255, 255, .9);
  box-shadow: 0 18px 46px rgba(6, 22, 47, .07);
}

.tuu-confidence-grid strong,
.tuu-confidence-grid span {
  display: block;
}

.tuu-confidence-grid strong {
  color: var(--ink-strong);
  font-size: 1.2rem;
}

.tuu-confidence-grid span {
  margin-top: 10px;
  color: var(--muted);
  font-weight: 850;
}

.tuu-workspace-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: 30px;
  align-items: center;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 12%, rgba(24, 183, 216, .2), transparent 28%),
    radial-gradient(circle at 100% 100%, rgba(18, 55, 255, .28), transparent 30%),
    linear-gradient(135deg, #06162f, #0b2555 55%, #1237ff);
}

.tuu-workspace-copy h2 {
  color: var(--white);
}

.tuu-workspace-copy p {
  max-width: 760px;
  color: rgba(255, 255, 255, .82);
}

.tuu-workspace-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .2);
}

.tuu-workspace-panel article {
  min-height: 150px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  padding: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, .14), transparent 34%),
    rgba(255, 255, 255, .1);
}

.tuu-workspace-panel span,
.tuu-workspace-panel strong,
.tuu-workspace-panel small {
  display: block;
}

.tuu-workspace-panel span {
  color: #d9f6ff;
  font-size: .76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.tuu-workspace-panel strong {
  margin-top: 14px;
  color: var(--white);
  font-size: clamp(1.4rem, 3vw, 2.25rem);
  font-weight: 950;
}

.tuu-workspace-panel small {
  margin-top: 8px;
  color: rgba(255, 255, 255, .72);
  font-weight: 850;
}

.tuu-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(340px, 1.05fr);
  gap: 34px;
  align-items: center;
  margin-bottom: 28px;
}

.tuu-detail-copy .eyebrow,
.tuu-detail-section .eyebrow {
  color: #d9f6ff;
}

.tuu-detail-copy h2 {
  max-width: 780px;
  color: var(--white);
}

.tuu-detail-copy p {
  max-width: 760px;
  color: rgba(255, 255, 255, .84);
  font-size: 1.05rem;
}

.tuu-detail-media {
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--radius);
  padding: 14px;
  background: rgba(6, 22, 47, .28);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .18);
}

.tuu-detail-media img {
  width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

.tuu-commission-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.tuu-commission-grid article {
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 18px;
  padding: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, .14), transparent 34%),
    rgba(255, 255, 255, .1);
}

.tuu-commission-grid span,
.tuu-commission-grid strong,
.tuu-commission-grid small {
  display: block;
}

.tuu-commission-grid span {
  color: #d9f6ff;
  font-size: .76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.tuu-commission-grid strong {
  margin-top: 8px;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 950;
}

.tuu-commission-grid small {
  margin-top: 7px;
  color: rgba(255, 255, 255, .76);
  font-weight: 800;
}

.tuu-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.tuu-feature-grid article {
  min-height: 210px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius);
  padding: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, .14), transparent 34%),
    rgba(255, 255, 255, .1);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .12);
}

.tuu-feature-grid span {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 11px;
  color: #1237ff;
  background: var(--white);
  font-size: .76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.tuu-feature-grid h3 {
  margin-top: 16px;
  color: var(--white);
}

.tuu-feature-grid p {
  color: rgba(255, 255, 255, .78);
}

.tuu-process-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: var(--radius);
  padding: 12px;
  background: rgba(255, 255, 255, .1);
}

.tuu-process-strip span {
  min-height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  padding: 8px 10px;
  color: rgba(255, 255, 255, .78);
  background: rgba(255, 255, 255, .1);
  font-size: .82rem;
  font-weight: 950;
  text-align: center;
}

.tuu-process-strip span.is-done {
  color: #dafee8;
  background: rgba(34, 184, 97, .22);
}

.tuu-process-strip span.is-active {
  color: #06162f;
  background: var(--white);
}

.tuu-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: var(--radius);
  padding: 16px;
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .82);
}

.tuu-note strong {
  color: var(--white);
}

.starlink-decision-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
  border: 1px solid rgba(189, 213, 238, .78);
  border-radius: var(--radius);
  padding: 14px;
  background:
    radial-gradient(circle at 0% 0%, rgba(0, 104, 255, .12), transparent 28%),
    linear-gradient(90deg, rgba(255, 255, 255, .94), rgba(239, 247, 255, .9));
  box-shadow: 0 14px 34px rgba(6, 22, 47, .06);
}

.starlink-decision-flow span {
  min-height: 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  padding: 8px 10px;
  color: var(--muted);
  background: rgba(255, 255, 255, .7);
  border: 1px solid rgba(189, 213, 238, .52);
  font-size: .82rem;
  font-weight: 950;
  text-align: center;
}

.starlink-decision-flow span.is-done {
  color: #0f7d42;
  background: rgba(34, 184, 97, .14);
}

.starlink-decision-flow span.is-active {
  color: #064db6;
  background: rgba(0, 104, 255, .14);
  box-shadow: inset 0 0 0 1px rgba(0, 104, 255, .2);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 36px;
}

.section-heading p {
  max-width: 700px;
  font-size: 1.05rem;
}

.module-grid,
.audience-grid,
.step-grid,
.operator-grid,
.benefit-grid,
.dashboard-grid {
  display: grid;
  gap: 16px;
}

.module-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.module-grid.compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.audience-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.step-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.operator-grid.large {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.benefit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.product-service-grid,
.service-path-grid,
.catalog-strip-grid,
.service-package-grid {
  display: grid;
  gap: 16px;
}

.product-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-path-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.catalog-strip-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.service-package-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card,
.audience-card,
.step-card,
.operator-card,
.benefit-card,
.product-service-card,
.service-path-card,
.cta-card,
.contact-form,
.portal-login,
.portal-dashboard,
.portal-card,
.legal-page article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 44px rgba(6, 22, 47, .06);
}

.service-card,
.audience-card,
.step-card,
.operator-card,
.product-service-card,
.service-path-card,
.portal-card {
  min-height: 252px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.service-card:nth-child(1),
.audience-card:nth-child(1),
.step-card:nth-child(1),
.benefit-card:nth-child(1) {
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 104, 255, .12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(239, 246, 255, .92));
}

.service-card:nth-child(2),
.audience-card:nth-child(2),
.step-card:nth-child(2),
.benefit-card:nth-child(2) {
  background:
    radial-gradient(circle at 100% 0%, rgba(24, 183, 216, .14), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(235, 249, 252, .92));
}

.service-card:nth-child(3),
.audience-card:nth-child(3),
.step-card:nth-child(3),
.benefit-card:nth-child(3) {
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 184, 97, .12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(239, 252, 245, .92));
}

.service-card:nth-child(4),
.audience-card:nth-child(4),
.step-card:nth-child(4),
.benefit-card:nth-child(4) {
  background:
    radial-gradient(circle at 100% 0%, rgba(243, 180, 63, .15), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(255, 248, 234, .92));
}

.service-card:nth-child(5),
.step-card:nth-child(5) {
  background:
    radial-gradient(circle at 100% 0%, rgba(220, 43, 145, .1), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(253, 241, 249, .92));
}

.service-card:nth-child(6) {
  background:
    radial-gradient(circle at 100% 0%, rgba(83, 62, 240, .1), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(242, 242, 255, .92));
}

.product-service-card,
.service-path-card {
  overflow: hidden;
  border-color: rgba(189, 213, 238, .82);
}

.catalog-strip-card,
.service-package-card {
  overflow: hidden;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(189, 213, 238, .82);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: 0 16px 38px rgba(6, 22, 47, .06);
}

.catalog-strip-card img {
  width: 100%;
  height: 82px;
  object-fit: contain;
  margin-bottom: 14px;
}

.service-package-card img {
  width: calc(100% + 32px);
  height: 160px;
  margin: -16px -16px 16px;
  object-fit: cover;
  background: var(--paper-2);
}

.catalog-strip-card:nth-child(1),
.service-package-card:nth-child(1) {
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 104, 255, .13), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(239, 246, 255, .92));
}

.catalog-strip-card:nth-child(2),
.service-package-card:nth-child(2) {
  background:
    radial-gradient(circle at 100% 0%, rgba(24, 183, 216, .16), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(235, 249, 252, .92));
}

.catalog-strip-card:nth-child(3),
.service-package-card:nth-child(3) {
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 184, 97, .14), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(239, 252, 245, .92));
}

.catalog-strip-card:nth-child(4),
.service-package-card:nth-child(4) {
  background:
    radial-gradient(circle at 100% 0%, rgba(243, 180, 63, .18), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(255, 248, 234, .92));
}

.catalog-strip-card:nth-child(5) {
  background:
    radial-gradient(circle at 100% 0%, rgba(220, 43, 145, .12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(253, 241, 249, .92));
}

.catalog-strip-card:nth-child(6) {
  background:
    radial-gradient(circle at 100% 0%, rgba(83, 62, 240, .12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(242, 242, 255, .92));
}

.catalog-strip-card span,
.service-package-card span {
  color: var(--blue);
  font-size: .76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.catalog-strip-card strong,
.service-package-card h3 {
  margin: 8px 0 6px;
  color: var(--ink-strong);
}

.catalog-strip-card small,
.service-package-card p {
  color: var(--muted);
  font-weight: 850;
}

.service-package-card a {
  margin-top: auto;
  color: var(--blue);
  font-weight: 950;
}

.product-service-card img {
  width: calc(100% + 48px);
  max-width: none;
  height: 190px;
  margin: -24px -24px 18px;
  object-fit: cover;
  background: var(--paper-2);
}

.product-service-card:nth-child(1),
.service-path-card:nth-child(1) {
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 104, 255, .14), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(238, 246, 255, .93));
}

.product-service-card:nth-child(2),
.service-path-card:nth-child(2) {
  background:
    radial-gradient(circle at 100% 0%, rgba(243, 180, 63, .18), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(255, 248, 234, .93));
}

.product-service-card:nth-child(3),
.service-path-card:nth-child(3) {
  background:
    radial-gradient(circle at 100% 0%, rgba(24, 183, 216, .16), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(235, 249, 252, .93));
}

.product-service-card:nth-child(4),
.service-path-card:nth-child(4) {
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 184, 97, .14), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(239, 252, 245, .93));
}

.product-service-card:nth-child(5) {
  background:
    radial-gradient(circle at 100% 0%, rgba(220, 43, 145, .12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(253, 241, 249, .93));
}

.product-service-card:nth-child(6) {
  background:
    radial-gradient(circle at 100% 0%, rgba(83, 62, 240, .12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(242, 242, 255, .93));
}

.product-service-card span,
.service-path-card span {
  width: max-content;
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--blue);
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(189, 213, 238, .64);
  font-size: .76rem;
  font-weight: 950;
}

.commission-tag {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(18, 55, 255, .24);
  border-radius: 999px;
  padding: 8px 12px;
  color: #06162f;
  background:
    radial-gradient(circle at 100% 0%, rgba(24, 183, 216, .18), transparent 38%),
    linear-gradient(135deg, #ffffff, #eaf3ff);
  box-shadow: 0 12px 26px rgba(18, 55, 255, .12);
  font-size: .78rem;
  font-weight: 950;
  line-height: 1.15;
}

.product-service-card h3,
.service-path-card h3 {
  margin-top: 14px;
  color: var(--ink-strong);
}

.product-service-card p,
.service-path-card p {
  color: var(--muted);
}

.product-service-card a,
.service-path-card a {
  margin-top: auto;
  color: var(--blue);
  font-weight: 950;
}

.card-visual {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: block;
  margin-bottom: 18px;
  border-radius: var(--radius);
  background: var(--paper-2);
  object-fit: cover;
}

.flyer-card {
  aspect-ratio: 4 / 5;
  object-position: top center;
}

.service-card:hover,
.operator-card:hover,
.product-service-card:hover,
.service-path-card:hover,
.portal-card:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 79, 214, .3);
  box-shadow: var(--shadow);
}

.service-card a,
.card-actions a {
  margin-top: auto;
  color: var(--blue);
  font-weight: 900;
}

.icon,
.audience-card span,
.step-card span,
.portal-card span {
  width: max-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--blue);
  background: #e7f1ff;
  font-size: .78rem;
  font-weight: 950;
}

.operator-card {
  min-height: 460px;
  border-top: 5px solid var(--blue);
}

.operator-card img {
  width: 100%;
  max-width: 158px;
  height: 82px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 14px;
}

.operator-card .product-shot {
  max-width: none;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius);
  margin-bottom: 18px;
  background: var(--paper-2);
}

.operator-card .flyer-shot {
  aspect-ratio: 4 / 5;
  object-position: top center;
}

.operator-card.entel {
  border-top-color: #0055a5;
}

.operator-card.claro {
  border-top-color: var(--red);
}

.operator-card.wom {
  border-top-color: var(--purple);
}

.operator-card.movistar {
  border-top-color: #08a8de;
}

.operator-card ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 18px;
  color: var(--muted);
}

.activation-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.activation-tabs button {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
  color: var(--ink-strong);
  background: var(--white);
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(6, 22, 47, .05);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.activation-tabs button:hover,
.activation-tabs button.is-active {
  transform: translateY(-2px);
  border-color: rgba(11, 79, 214, .35);
  box-shadow: var(--shadow);
}

.activation-tabs img {
  width: 58px;
  height: 34px;
  object-fit: contain;
}

.activation-panels {
  display: grid;
}

.activation-panel {
  display: none;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(6, 22, 47, .07);
}

.activation-panel.is-active {
  display: grid;
  gap: 20px;
}

.activation-panel-head {
  display: flex;
  align-items: center;
  gap: 18px;
  border-radius: var(--radius);
  padding: 18px;
  border-left: 5px solid var(--blue);
  background: var(--paper);
}

.activation-panel-head img {
  width: 126px;
  height: 70px;
  object-fit: contain;
  flex: 0 0 auto;
}

.activation-panel-head p {
  margin-bottom: 0;
}

.activation-panel-head.entel {
  border-left-color: #0055a5;
}

.activation-panel-head.claro {
  border-left-color: var(--red);
}

.activation-panel-head.wom {
  border-left-color: var(--purple);
}

.activation-panel-head.movistar {
  border-left-color: #08a8de;
}

.activation-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.activation-type-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: #fbfdff;
}

.activation-type-card span {
  display: inline-flex;
  margin-bottom: 14px;
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--blue);
  background: #e7f1ff;
  font-size: .86rem;
  font-weight: 950;
}

.activation-type-card ol {
  display: grid;
  gap: 10px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.activation-feedback-section {
  background: var(--white);
}

.card-actions {
  margin-top: auto;
}

.card-actions a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 12px;
  background: #e7f1ff;
  font-size: .86rem;
}

.logo-wall {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.logo-wall article {
  min-height: 132px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: var(--white);
  box-shadow: 0 14px 36px rgba(6, 22, 47, .06);
}

.logo-wall img {
  max-width: 170px;
  max-height: 82px;
  object-fit: contain;
}

.coverage-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.coverage-map span {
  min-height: 126px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  font-weight: 950;
}

.cta-card {
  min-height: 320px;
  padding: 30px;
}

.split-cta .cta-card:nth-child(2) {
  color: var(--white);
  border-color: rgba(255, 255, 255, .18);
  background:
    radial-gradient(circle at 80% 10%, rgba(24, 183, 216, .24), transparent 26%),
    linear-gradient(135deg, var(--ink-strong), #112348);
}

.split-cta .cta-card:nth-child(2) h2,
.split-cta .cta-card:nth-child(2) p {
  color: var(--white);
}

.faq-list {
  display: grid;
  gap: 10px;
  max-width: 960px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px 20px;
  background: var(--white);
}

.faq-list summary {
  cursor: pointer;
  color: var(--ink-strong);
  font-weight: 900;
}

.faq-list p {
  margin: 12px 0 0;
}

.benefit-card {
  min-height: 98px;
  display: flex;
  align-items: center;
  padding: 18px;
  color: var(--ink-strong);
  font-weight: 900;
}

.resource-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: var(--white);
  box-shadow: 0 16px 44px rgba(6, 22, 47, .06);
}

.resource-card:nth-child(1) {
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 104, 255, .12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(239, 246, 255, .92));
}

.resource-card:nth-child(2) {
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 184, 97, .12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(239, 252, 245, .92));
}

.resource-card:nth-child(3) {
  background:
    radial-gradient(circle at 100% 0%, rgba(243, 180, 63, .16), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(255, 248, 234, .92));
}

.resource-card:nth-child(4) {
  background:
    radial-gradient(circle at 100% 0%, rgba(220, 43, 145, .1), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(253, 241, 249, .92));
}

.resource-card span {
  width: max-content;
  margin-bottom: 16px;
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--blue);
  background: #e7f1ff;
  font-size: .78rem;
  font-weight: 950;
}

.resource-card a {
  margin-top: auto;
  color: var(--blue);
  font-weight: 900;
}

.resource-stack {
  display: grid;
  gap: 12px;
}

.resource-stack article {
  display: grid;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: var(--white);
  box-shadow: 0 14px 36px rgba(6, 22, 47, .06);
}

.resource-stack strong {
  color: var(--ink-strong);
}

.resource-stack span {
  color: var(--muted);
}

.form-section {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr);
  gap: 44px;
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 26px;
}

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

.form-wide .full {
  grid-column: 1 / -1;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--ink-strong);
  font-size: .9rem;
  font-weight: 900;
}

.checkbox {
  grid-template-columns: auto 1fr;
  align-items: center;
  color: var(--muted);
  font-weight: 750;
}

.checkbox input {
  width: 18px;
  min-height: 18px;
}

.contact-form button {
  width: 100%;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--green);
  font-weight: 900;
}

.portal-layout {
  min-height: calc(100svh - var(--header-height));
}

.portal-layout.supply-portal {
  display: block;
  padding: 34px 56px 84px;
  background:
    radial-gradient(circle at 8% 10%, rgba(0, 104, 255, .14), transparent 26%),
    radial-gradient(circle at 86% 4%, rgba(220, 43, 145, .12), transparent 24%),
    radial-gradient(circle at 72% 76%, rgba(34, 184, 97, .12), transparent 26%),
    linear-gradient(135deg, #f6f9ff 0%, #eef7fb 44%, #f8fbff 100%);
}

.portal-login {
  padding: 30px;
}

.portal-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 750;
}

.portal-preview-grid,
.portal-kpi-grid {
  display: grid;
  gap: 12px;
}

.portal-preview-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 22px 0;
}

.portal-preview-grid article,
.portal-kpi-grid article,
.portal-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 36px rgba(6, 22, 47, .06);
}

.portal-preview-grid article {
  display: grid;
  gap: 4px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(248, 251, 255, .92));
}

.portal-preview-grid strong,
.portal-panel h3 {
  color: var(--ink-strong);
}

.portal-preview-grid span {
  color: var(--muted);
  font-size: .9rem;
}

.portal-login h1,
.contact-copy h1,
.legal-page h1 {
  color: var(--ink-strong);
  font-size: 3.2rem;
}

.portal-login .eyebrow,
.contact-page .eyebrow,
.legal-page .eyebrow {
  color: var(--blue);
}

.portal-dashboard {
  padding: 26px;
}

.is-hidden {
  display: none !important;
}

.dashboard-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.dashboard-head h2 {
  font-size: 2rem;
}

.dashboard-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.portal-card {
  min-height: 190px;
}

.portal-kpi-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 18px;
}

.portal-kpi-grid article {
  padding: 18px;
}

.portal-kpi-grid span,
.portal-kpi-grid small {
  color: var(--muted);
  font-weight: 850;
}

.portal-kpi-grid strong {
  display: block;
  margin: 8px 0 4px;
  color: var(--ink-strong);
  font-size: 2rem;
  line-height: 1;
}

.portal-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
  gap: 16px;
  margin-top: 16px;
}

.portal-panel {
  padding: 22px;
}

.portal-panel ul {
  display: grid;
  gap: 8px;
  color: var(--muted);
}

.portal-timeline {
  display: grid;
  gap: 8px;
}

.portal-timeline span {
  border-radius: var(--radius);
  padding: 12px 14px;
  color: var(--ink-strong);
  background: var(--paper-2);
  font-weight: 900;
}

.supply-portal .portal-dashboard {
  background:
    radial-gradient(circle at 88% 0%, rgba(24, 183, 216, .12), transparent 26%),
    var(--white);
}

.supply-module-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.supply-section {
  margin-top: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(24, 183, 216, .1), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(247, 251, 255, .96));
}

.supply-section-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.supply-toolbar {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr .7fr 1.1fr;
  gap: 12px;
  margin-bottom: 16px;
}

.supply-toolbar label {
  display: grid;
  gap: 7px;
  color: var(--ink-strong);
  font-size: .9rem;
  font-weight: 900;
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.portal-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  text-align: left;
}

.portal-table th,
.portal-table td {
  border-bottom: 1px solid var(--line);
  padding: 13px 14px;
  vertical-align: middle;
}

.portal-table th {
  color: var(--ink-strong);
  background: var(--paper);
  font-size: .82rem;
  font-weight: 950;
}

.portal-table td {
  color: var(--muted);
  font-size: .9rem;
}

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

.portal-table tr.is-disabled {
  color: #9aa7b8;
  background: #f0f4f9;
}

.portal-table tr.is-disabled td {
  opacity: .62;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: .76rem;
  font-weight: 950;
}

.status-badge.ok {
  color: #0f7d42;
  background: rgba(34, 184, 97, .12);
}

.status-badge.warning {
  color: #9a6413;
  background: rgba(243, 180, 63, .18);
}

.status-badge.muted {
  color: #66748a;
  background: #e7edf5;
}

.mini-button {
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--white);
  background: var(--blue);
  font-size: .82rem;
  font-weight: 900;
  cursor: pointer;
}

.mini-button:disabled {
  cursor: not-allowed;
  color: #7b8797;
  background: #d7e0eb;
}

.supply-workspace {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.level-meter {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--paper-2);
}

.level-meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.level-grid,
.credit-grid {
  display: grid;
  gap: 8px;
  margin: 14px 0;
}

.level-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  color: var(--muted);
  font-size: .82rem;
  font-weight: 900;
}

.level-grid strong {
  color: var(--blue);
}

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

.credit-grid span {
  display: grid;
  gap: 4px;
  border-radius: var(--radius);
  padding: 12px;
  color: var(--muted);
  background: var(--paper);
  font-weight: 850;
}

.credit-grid strong {
  color: var(--ink-strong);
  font-size: 1.08rem;
}

.trace-form {
  padding: 0;
  border: 0;
  box-shadow: none;
}

.reseller-application {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(340px, 400px) minmax(340px, 420px);
  gap: 18px;
  align-items: start;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .76)),
    radial-gradient(circle at 32% 8%, rgba(0, 104, 255, .16), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(24, 183, 216, .2), transparent 30%),
    radial-gradient(circle at 70% 88%, rgba(220, 43, 145, .12), transparent 30%),
    var(--white);
}

.portal-entry-copy {
  grid-row: span 2;
  position: relative;
}

.portal-entry-copy::before {
  content: "";
  position: absolute;
  inset: -34px auto auto -34px;
  width: 170px;
  height: 170px;
  border-radius: 999px;
  background: rgba(0, 104, 255, .1);
  pointer-events: none;
}

.portal-entry-copy > * {
  position: relative;
}

.portal-entry-media {
  overflow: hidden;
  margin: 18px 0 0;
  border: 1px solid rgba(189, 213, 238, .86);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 42px rgba(6, 22, 47, .1);
}

.portal-entry-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
}

.portal-entry-media figcaption {
  padding: 12px 14px;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 850;
}

.reseller-process {
  display: grid;
  gap: 10px;
}

.reseller-process-media {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(189, 213, 238, .86);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(24, 183, 216, .16), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(236, 246, 255, .92));
  box-shadow: 0 18px 42px rgba(6, 22, 47, .08);
}

.reseller-process-media img {
  width: 100%;
  aspect-ratio: 16 / 8;
  display: block;
  padding: 12px;
  object-fit: contain;
}

.reseller-process-media figcaption {
  border-top: 1px solid var(--line);
  padding: 10px 12px;
  color: var(--ink-strong);
  font-size: .86rem;
  font-weight: 900;
  background: rgba(255, 255, 255, .7);
}

.reseller-process article,
.connectia-box {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(240, 247, 255, .9));
}

.reseller-process span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  color: var(--white);
  background: var(--blue);
  font-weight: 950;
}

.reseller-process strong,
.connectia-box strong {
  display: block;
  margin-top: 8px;
  color: var(--ink-strong);
}

.reseller-process p,
.connectia-box span {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: .9rem;
}

.reseller-apply-form,
.portal-access-form {
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(250, 253, 255, .94));
  box-shadow: 0 18px 46px rgba(6, 22, 47, .09);
}

.application-status-card {
  border: 1px solid rgba(189, 213, 238, .82);
  border-radius: var(--radius);
  padding: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 184, 97, .14), transparent 36%),
    radial-gradient(circle at 0% 100%, rgba(0, 104, 255, .1), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(239, 252, 245, .92));
  box-shadow: 0 18px 46px rgba(6, 22, 47, .08);
}

.application-status-card h2 {
  margin: 0 0 12px;
  color: var(--ink-strong);
  font-size: 1.16rem;
}

.application-status-card p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: .92rem;
}

.application-status-list {
  display: grid;
  gap: 8px;
  margin: 14px 0;
}

.application-status-list span {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  padding: 10px 12px;
  color: var(--muted);
  background: rgba(255, 255, 255, .68);
  border: 1px solid rgba(189, 213, 238, .6);
  font-weight: 900;
}

.application-status-list span::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(102, 116, 138, .38);
}

.application-status-list span.is-ready {
  color: #0f7d42;
}

.application-status-list span.is-ready::before {
  background: #22b861;
}

.reseller-apply-form h2,
.portal-access-form h2 {
  margin: 0;
  color: var(--ink-strong);
  font-size: 1.1rem;
}

.reseller-dashboard {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  max-width: 1560px;
  margin: 0 auto;
  background:
    radial-gradient(circle at 16% 10%, rgba(0, 104, 255, .12), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(24, 183, 216, .16), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, .84), rgba(244, 249, 255, .9));
}

.portal-side-nav {
  position: sticky;
  top: calc(var(--header-height) + 14px);
  align-self: start;
  display: grid;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(246, 250, 255, .96));
  box-shadow: 0 14px 38px rgba(6, 22, 47, .07);
}

.portal-side-nav strong {
  margin-bottom: 8px;
  color: var(--ink-strong);
  letter-spacing: .06em;
}

.portal-side-nav a,
.portal-side-nav button {
  border: 0;
  border-radius: 10px;
  padding: 10px 11px;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-size: .88rem;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.portal-side-nav a:hover,
.portal-side-nav button:hover,
.portal-side-nav a:focus-visible {
  color: var(--blue);
  background: rgba(0, 104, 255, .08);
}

.portal-main {
  display: grid;
  gap: 18px;
}

.portal-hero-panel {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background:
    radial-gradient(circle at 70% 12%, rgba(24, 183, 216, .34), transparent 28%),
    radial-gradient(circle at 100% 100%, rgba(220, 43, 145, .18), transparent 30%),
    linear-gradient(135deg, rgba(6, 22, 47, .98), rgba(13, 48, 96, .94)),
    var(--ink-strong);
  color: var(--white);
  box-shadow: 0 18px 44px rgba(6, 22, 47, .18);
}

.portal-hero-panel h2,
.portal-hero-panel p {
  color: var(--white);
}

.portal-hero-panel .eyebrow {
  color: #bdeaff;
}

.portal-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  min-width: 260px;
}

.portal-hero-media {
  width: clamp(160px, 18vw, 260px);
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  padding: 12px;
  background: rgba(255, 255, 255, .1);
  object-fit: contain;
}

.reseller-kpis {
  margin: 0;
}

.reseller-kpis article:nth-child(1) {
  border-color: rgba(220, 43, 145, .22);
}

.reseller-kpis article:nth-child(2) {
  border-color: rgba(0, 104, 255, .22);
}

.reseller-kpis article:nth-child(3) {
  border-color: rgba(243, 180, 63, .32);
}

.reseller-kpis article:nth-child(4) {
  border-color: rgba(34, 184, 97, .26);
}

.reseller-kpis.secondary article {
  background: linear-gradient(180deg, var(--white), #f8fbff);
}

.quick-action-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.quick-action-grid a {
  display: grid;
  min-height: 74px;
  place-items: center;
  border-radius: var(--radius);
  padding: 14px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  font-weight: 950;
  text-align: center;
  box-shadow: 0 14px 32px rgba(0, 104, 255, .18);
}

.commercial-pulse,
.order-summary-strip,
.order-flow {
  display: grid;
  gap: 12px;
}

.commercial-pulse {
  grid-template-columns: 1.2fr 1fr 1fr;
}

.commercial-pulse article,
.order-summary-strip,
.order-flow {
  border: 1px solid rgba(189, 213, 238, .78);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(6, 22, 47, .06);
}

.commercial-pulse article {
  padding: 18px;
}

.commercial-pulse article:nth-child(1) {
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 184, 97, .16), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(238, 252, 245, .92));
}

.commercial-pulse article:nth-child(2) {
  background:
    radial-gradient(circle at 100% 0%, rgba(243, 180, 63, .2), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(255, 248, 234, .92));
}

.commercial-pulse article:nth-child(3) {
  background:
    radial-gradient(circle at 100% 0%, rgba(24, 183, 216, .16), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(235, 249, 252, .92));
}

.commercial-pulse span,
.order-summary-strip span {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.commercial-pulse strong,
.order-summary-strip strong {
  display: block;
  margin: 6px 0 4px;
  color: var(--ink-strong);
  font-size: 1.08rem;
  line-height: 1.2;
}

.commercial-pulse small,
.order-summary-strip small {
  color: var(--muted);
  font-weight: 850;
}

.order-summary-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  align-items: center;
  margin-bottom: 16px;
  padding: 16px;
  background:
    radial-gradient(circle at 0% 0%, rgba(0, 104, 255, .12), transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(220, 43, 145, .1), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(239, 247, 255, .92));
}

.order-summary-strip > div {
  min-height: 70px;
  border-radius: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, .64);
  border: 1px solid rgba(189, 213, 238, .56);
}

.order-flow {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 16px;
  padding: 14px;
  background:
    linear-gradient(90deg, rgba(0, 104, 255, .08), rgba(24, 183, 216, .08), rgba(34, 184, 97, .08));
}

.order-flow span {
  position: relative;
  min-height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, .7);
  font-size: .82rem;
  font-weight: 950;
}

.order-flow span.is-done {
  color: #0f7d42;
  background: rgba(34, 184, 97, .14);
}

.order-flow span.is-active {
  color: #064db6;
  background: rgba(0, 104, 255, .14);
  box-shadow: inset 0 0 0 1px rgba(0, 104, 255, .2);
}

.portal-tabs {
  position: sticky;
  top: calc(var(--header-height) + 10px);
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border: 1px solid rgba(189, 213, 238, .78);
  border-radius: var(--radius);
  padding: 10px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 104, 255, .1), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(239, 247, 255, .86));
  box-shadow: 0 16px 38px rgba(6, 22, 47, .08);
  backdrop-filter: blur(10px);
}

.portal-tabs a {
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--muted);
  background: rgba(255, 255, 255, .66);
  border: 1px solid rgba(189, 213, 238, .58);
  font-size: .8rem;
  font-weight: 950;
}

.portal-tabs a:hover,
.portal-tabs a:focus-visible {
  color: var(--white);
  border-color: rgba(0, 104, 255, .72);
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.module-status-grid,
.history-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.module-status-grid article,
.history-grid article {
  border: 1px solid rgba(189, 213, 238, .72);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: 0 12px 30px rgba(6, 22, 47, .05);
}

.module-status-grid article:nth-child(1),
.history-grid article:nth-child(1) {
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 184, 97, .15), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(240, 252, 246, .92));
}

.module-status-grid article:nth-child(2),
.history-grid article:nth-child(2) {
  background:
    radial-gradient(circle at 100% 0%, rgba(243, 180, 63, .18), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(255, 248, 234, .92));
}

.module-status-grid article:nth-child(3),
.history-grid article:nth-child(3) {
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 104, 255, .13), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(239, 246, 255, .92));
}

.module-status-grid article:nth-child(4),
.history-grid article:nth-child(4) {
  background:
    radial-gradient(circle at 100% 0%, rgba(220, 43, 145, .12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(253, 241, 249, .92));
}

.module-status-grid span,
.history-grid span {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.module-status-grid strong,
.history-grid strong {
  display: block;
  margin: 7px 0 5px;
  color: var(--ink-strong);
  font-size: 1.1rem;
}

.module-status-grid small,
.history-grid small {
  color: var(--muted);
  font-weight: 850;
}

.category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.category-tabs button {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 13px;
  color: var(--ink-strong);
  background: var(--white);
  font-weight: 900;
  cursor: pointer;
}

.category-tabs button:first-child,
.category-tabs button:hover {
  color: var(--white);
  border-color: var(--blue);
  background: var(--blue);
}

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

.product-card {
  display: grid;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(6, 22, 47, .06);
}

.product-card.is-disabled {
  filter: grayscale(.88);
  opacity: .64;
  background: #eef2f7;
}

.product-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 10px;
  background: var(--paper);
}

.product-card h4,
.promo-grid h4 {
  margin: 8px 0 4px;
  color: var(--ink-strong);
}

.product-card p,
.promo-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}

.product-card dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.product-card dl div {
  border-radius: 10px;
  padding: 9px;
  background: var(--paper);
}

.product-card dt {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 900;
}

.product-card dd {
  margin: 3px 0 0;
  color: var(--ink-strong);
  font-weight: 950;
}

.product-card label {
  display: grid;
  gap: 6px;
  color: var(--ink-strong);
  font-size: .85rem;
  font-weight: 900;
}

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

.promo-grid article,
.resource-grid a {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, .98), rgba(240, 247, 255, .94));
}

.promo-grid article:nth-child(2) {
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 104, 255, .12), transparent 36%),
    linear-gradient(160deg, rgba(255, 255, 255, .98), rgba(244, 248, 255, .94));
}

.promo-grid article:nth-child(3) {
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 184, 97, .12), transparent 36%),
    linear-gradient(160deg, rgba(255, 255, 255, .98), rgba(246, 252, 248, .94));
}

.resource-grid a {
  display: grid;
  min-height: 72px;
  place-items: center;
  color: var(--ink-strong);
  font-weight: 950;
  text-align: center;
}

.resource-grid a:hover {
  color: var(--blue);
  background: rgba(0, 104, 255, .06);
}

.supply-portal .portal-preview-grid article:nth-child(1),
.supply-portal .portal-kpi-grid article:nth-child(1),
.supply-portal .credit-grid span:nth-child(1),
.supply-portal .resource-grid a:nth-child(1),
.supply-portal .resource-grid a:nth-child(5) {
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 104, 255, .12), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(239, 246, 255, .92));
}

.supply-portal .portal-preview-grid article:nth-child(2),
.supply-portal .portal-kpi-grid article:nth-child(2),
.supply-portal .credit-grid span:nth-child(2),
.supply-portal .resource-grid a:nth-child(2),
.supply-portal .resource-grid a:nth-child(6) {
  background:
    radial-gradient(circle at 100% 0%, rgba(24, 183, 216, .14), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(235, 249, 252, .92));
}

.supply-portal .portal-preview-grid article:nth-child(3),
.supply-portal .portal-kpi-grid article:nth-child(3),
.supply-portal .credit-grid span:nth-child(3),
.supply-portal .resource-grid a:nth-child(3) {
  background:
    radial-gradient(circle at 100% 0%, rgba(243, 180, 63, .18), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(255, 248, 234, .92));
}

.supply-portal .portal-preview-grid article:nth-child(4),
.supply-portal .portal-kpi-grid article:nth-child(4),
.supply-portal .credit-grid span:nth-child(4),
.supply-portal .resource-grid a:nth-child(4) {
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 184, 97, .14), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(239, 252, 245, .92));
}

.supply-portal .credit-grid span:nth-child(5) {
  background:
    radial-gradient(circle at 100% 0%, rgba(220, 43, 145, .12), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(253, 240, 248, .92));
}

.supply-portal .credit-grid span:nth-child(6) {
  background:
    radial-gradient(circle at 100% 0%, rgba(83, 62, 240, .12), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(242, 242, 255, .92));
}

.reseller-dashboard .portal-panel {
  border-color: rgba(189, 213, 238, .82);
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 104, 255, .07), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(247, 251, 255, .94));
}

.reseller-dashboard .portal-workspace:nth-of-type(odd) .portal-panel:nth-child(1),
.reseller-dashboard .supply-section:nth-of-type(odd) {
  background:
    radial-gradient(circle at 100% 0%, rgba(24, 183, 216, .12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(238, 249, 252, .94));
}

.reseller-dashboard .portal-workspace:nth-of-type(odd) .portal-panel:nth-child(2),
.reseller-dashboard .supply-section:nth-of-type(even) {
  background:
    radial-gradient(circle at 100% 0%, rgba(220, 43, 145, .1), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(253, 241, 249, .92));
}

.reseller-dashboard .portal-workspace:nth-of-type(even) .portal-panel:nth-child(1) {
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 184, 97, .12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(240, 252, 246, .93));
}

.reseller-dashboard .portal-workspace:nth-of-type(even) .portal-panel:nth-child(2) {
  background:
    radial-gradient(circle at 100% 0%, rgba(243, 180, 63, .16), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 248, 234, .93));
}

.supply-portal .table-wrap {
  border-color: rgba(189, 213, 238, .86);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(242, 248, 255, .92));
  box-shadow: 0 12px 30px rgba(6, 22, 47, .05);
}

.supply-portal .portal-table th {
  background:
    linear-gradient(180deg, rgba(236, 246, 255, .98), rgba(226, 239, 252, .96));
}

.supply-portal .portal-table tbody tr:nth-child(even) {
  background: rgba(246, 250, 255, .72);
}

.supply-portal .portal-table tbody tr:nth-child(odd) {
  background: rgba(255, 255, 255, .78);
}

.supply-portal .product-card:nth-child(1) {
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 104, 255, .14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(239, 246, 255, .92));
}

.supply-portal .product-card:nth-child(2) {
  background:
    radial-gradient(circle at 100% 0%, rgba(220, 43, 145, .12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(253, 241, 249, .92));
}

.supply-portal .product-card:nth-child(3) {
  background:
    radial-gradient(circle at 100% 0%, rgba(95, 60, 150, .13), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(244, 240, 252, .92));
}

.supply-portal .product-card:nth-child(4) {
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 184, 97, .14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(240, 252, 246, .92));
}

.supply-portal .product-card:nth-child(5) {
  background:
    radial-gradient(circle at 100% 0%, rgba(24, 183, 216, .16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(236, 249, 252, .92));
}

.supply-portal .product-card:nth-child(6) {
  background:
    radial-gradient(circle at 100% 0%, rgba(243, 180, 63, .18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 248, 234, .92));
}

.supply-portal .product-card dl div {
  background: rgba(255, 255, 255, .68);
  border: 1px solid rgba(189, 213, 238, .64);
}

.supply-portal .contact-form.trace-form {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(237, 248, 255, .74));
}

.supply-portal .trace-form label {
  border-radius: 12px;
  padding: 10px;
  background: rgba(255, 255, 255, .62);
  border: 1px solid rgba(189, 213, 238, .5);
}

.supply-portal .connectia-box {
  background:
    radial-gradient(circle at 100% 0%, rgba(40, 61, 255, .15), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(241, 243, 255, .9));
}

.trace-form textarea {
  min-height: 92px;
  resize: vertical;
}

.portal-ai-float {
  position: fixed;
  right: 22px;
  bottom: 92px;
  z-index: 15;
  border-radius: 999px;
  padding: 13px 18px;
  color: var(--white);
  background: linear-gradient(135deg, #283dff, #18b7d8);
  font-weight: 950;
  box-shadow: 0 18px 42px rgba(40, 61, 255, .28);
}

.signal-panel {
  min-height: 260px;
  display: block;
  text-align: center;
}

.signal-panel span {
  grid-area: 1 / 1;
  border: 2px solid rgba(189, 234, 255, .76);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 999px;
  transform: rotate(-45deg);
}

.signal-panel span:nth-child(1) {
  width: 70px;
  height: 70px;
}

.signal-panel span:nth-child(2) {
  width: 130px;
  height: 130px;
  opacity: .66;
}

.signal-panel span:nth-child(3) {
  width: 190px;
  height: 190px;
  opacity: .42;
}

.signal-panel strong {
  display: block;
  margin-top: 12px;
}

.contact-page {
  color: var(--ink);
}

.whatsapp-options {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.whatsapp-option {
  display: grid;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(6, 22, 47, .05);
  transition: transform .2s ease, border-color .2s ease;
}

.whatsapp-option:hover {
  transform: translateY(-2px);
  border-color: rgba(34, 184, 97, .42);
}

.whatsapp-option strong {
  color: var(--ink-strong);
  font-weight: 950;
}

.whatsapp-option small {
  color: var(--green);
  font-weight: 900;
}

.legal-page {
  max-width: none;
}

.legal-page > * {
  max-width: 920px;
}

.legal-page article {
  margin-top: 18px;
  padding: 24px;
}

.legal-page h2 {
  font-size: 1.45rem;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  padding: 12px 18px 12px 13px;
  box-shadow: 0 18px 44px rgba(34, 184, 97, .28);
  font-weight: 950;
}

.floating-whatsapp span {
  width: 28px;
  height: 28px;
  display: block;
  border-radius: 999px;
  color: transparent;
  background: url("assets/logos/whatsapp-icon.svg") center / contain no-repeat;
  overflow: hidden;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(220px, auto) minmax(240px, auto);
  gap: 30px;
  align-items: start;
  border-top: 1px solid var(--line);
  padding: 34px 56px;
  background: var(--white);
}

.footer-brand,
.footer-contact {
  display: grid;
  gap: 7px;
}

.footer-brand strong {
  color: var(--ink-strong);
  font-weight: 950;
}

.footer-brand span {
  color: var(--blue);
  font-weight: 900;
}

.footer-brand small,
.footer-contact small,
.footer-contact span {
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-weight: 850;
}

.footer-links a,
.footer-contact a {
  color: var(--blue);
  font-weight: 850;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .hero-slide {
    transition: none;
  }
}

@media (max-width: 1240px) {
  .site-header {
    padding-left: 26px;
    padding-right: 26px;
  }

  .site-nav a {
    font-size: .72rem;
    padding-left: 6px;
    padding-right: 6px;
  }

  .nav-group > a {
    font-size: .72rem;
    padding-left: 6px;
    padding-right: 6px;
  }

  .header-whatsapp {
    padding-left: 13px;
    padding-right: 13px;
  }

  h1 {
    font-size: 4rem;
  }

  .page-hero h1 {
    font-size: 3.25rem;
  }

  .module-grid,
  .operator-grid.large,
  .product-service-grid,
  .service-path-grid,
  .catalog-strip-grid,
  .service-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .step-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 980px) {
  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    min-height: 70px;
  }

  .site-nav {
    position: fixed;
    inset: 70px 16px auto 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 14px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a,
  .nav-group > a {
    min-height: 46px;
    justify-content: flex-start;
    font-size: .92rem;
  }

  .nav-group {
    display: grid;
  }

  .nav-menu {
    position: static;
    width: 100%;
    display: grid;
    border: 0;
    padding: 0 0 0 12px;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-menu a {
    min-height: 38px;
    font-size: .86rem;
    color: var(--muted);
    background: transparent;
  }

  .hero,
  .page-hero,
  .tuu-hero,
  .tuu-detail-layout,
  .tuu-calculator-grid,
  .tuu-showcase-grid,
  .tuu-workspace-section,
  .coverage-section,
  .split-cta,
  .form-section,
  .contact-page,
  .portal-layout {
    grid-template-columns: 1fr;
  }

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

  .home-hero-carousel .hero-slide {
    grid-template-columns: 1fr;
    align-items: start;
    min-height: 860px;
    padding: 92px 26px 92px;
  }

  .home-hero-carousel h1 {
    font-size: clamp(2.8rem, 11vw, 5rem);
  }

  .home-hero-media {
    min-height: 360px;
  }

  .hero-slider-tabs-full {
    top: 14px;
    left: 50%;
    right: auto;
    width: min(720px, calc(100% - 52px));
  }

  .hero-company-services {
    top: 50px;
    width: min(820px, calc(100% - 52px));
  }

  .hero-home,
  .page-hero {
    padding-top: 86px;
  }

  .hero-service-slider {
    min-height: 500px;
  }

  .audience-grid,
  .benefit-grid,
  .dashboard-grid,
  .resource-grid,
  .supply-module-grid,
  .supply-toolbar,
  .portal-kpi-grid,
  .portal-workspace {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .module-grid.compact,
  .logo-wall,
  .activation-tabs,
  .activation-type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .reseller-application,
  .reseller-dashboard {
    grid-template-columns: 1fr;
  }

  .portal-side-nav {
    position: static;
    display: flex;
    overflow-x: auto;
    gap: 8px;
    padding: 10px;
  }

  .portal-side-nav strong {
    display: none;
  }

  .portal-side-nav a,
  .portal-side-nav button {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .portal-hero-panel,
  .portal-hero-actions {
    display: grid;
    min-width: 0;
    justify-content: stretch;
  }

  .quick-action-grid,
  .commercial-pulse,
  .module-status-grid,
  .history-grid,
  .promo-grid,
  .order-summary-strip,
  .product-catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .tuu-trust-grid,
  .tuu-commission-grid,
  .tuu-confidence-grid,
  .tuu-workspace-panel,
  .tuu-calculator-result,
  .sale-competition-grid,
  .pos-comparison-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .monthly-report-panel ul {
    grid-template-columns: 1fr;
  }

  .money-card.is-monthly {
    grid-column: span 1;
  }

  .portal-tabs {
    position: static;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .portal-tabs a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .order-summary-strip .button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .site-header {
    width: 100vw;
    max-width: 100vw;
    padding: 12px 18px;
    padding-right: 74px;
    gap: 10px;
  }

  .nav-toggle {
    position: fixed;
    top: 12px;
    right: 18px;
    z-index: 90;
    background: var(--white);
    box-shadow: 0 10px 24px rgba(6, 22, 47, .12);
  }

  .header-whatsapp {
    display: none;
  }

  .brand {
    min-width: 0;
    overflow: hidden;
  }

  .brand-copy small {
    display: none;
  }

  .brand-copy strong {
    font-size: .92rem;
  }

  .hero-home,
  .page-hero,
  .tuu-hero,
  .tuu-trust-section,
  .tuu-benefits-section,
  .tuu-calculator-section,
  .tuu-all-in-one-section,
  .tuu-buy-confidence-section,
  .tuu-workspace-section,
  .module-section,
  .product-service-section,
  .service-path-section,
  .catalog-strip-section,
  .service-package-section,
  .starlink-readiness-section,
  .tuu-detail-section,
  .audience-section,
  .brand-section,
  .workflow-section,
  .coverage-section,
  .split-cta,
  .faq-section,
  .form-section,
  .contact-page,
  .portal-layout,
  .legal-page,
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .home-hero-carousel {
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero-carousel .hero-slide {
    min-height: 900px;
    padding: 118px 18px 92px;
  }

  .home-hero-carousel .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-hero-media {
    min-height: auto;
    padding: 18px;
  }

  .home-hero-media .panel-visual {
    min-height: 190px;
    max-height: 260px;
  }

  .hero-instructions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-slider-tabs-full {
    top: 12px;
    left: 18px;
    right: 18px;
    bottom: auto;
    width: auto;
    transform: none;
    display: flex;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .hero-slider-tabs-full::-webkit-scrollbar {
    display: none;
  }

  .hero-slider-tabs-full button {
    min-width: 84px;
    min-height: 28px;
    padding: 5px 8px;
  }

  .hero-slider-tabs-full button span {
    font-size: .6rem;
  }

  .hero-company-services {
    top: 46px;
    left: 18px;
    right: 18px;
    width: auto;
    transform: none;
    justify-content: flex-start;
  }

  .hero-company-services span,
  .hero-company-services a {
    padding: 5px 8px;
    font-size: .6rem;
  }

  .module-section,
  .tuu-trust-section,
  .tuu-benefits-section,
  .tuu-calculator-section,
  .tuu-all-in-one-section,
  .tuu-buy-confidence-section,
  .tuu-workspace-section,
  .product-service-section,
  .service-path-section,
  .catalog-strip-section,
  .service-package-section,
  .starlink-readiness-section,
  .tuu-detail-section,
  .audience-section,
  .brand-section,
  .workflow-section,
  .coverage-section,
  .split-cta,
  .faq-section,
  .form-section,
  .contact-page,
  .portal-layout,
  .legal-page {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  h1,
  .page-hero h1,
  .portal-login h1,
  .contact-copy h1,
  .legal-page h1 {
    font-size: 2.36rem;
    line-height: 1.05;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1.42rem;
  }

  .hero-lead,
  .page-hero p {
    font-size: 1rem;
  }

  .hero-actions,
  .card-actions {
    display: grid;
  }

  .hero-home .hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hero-home .button {
    min-height: 46px;
    padding: 11px 12px;
    font-size: .88rem;
  }

  .hero-home .button-whatsapp {
    grid-column: 1 / -1;
  }

  .hero-service-slider {
    min-height: 420px;
  }

  .tuu-section-nav {
    top: 70px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .tuu-sale-strip {
    grid-template-columns: 1fr;
    padding: 14px 18px;
  }

  .tuu-sale-strip a {
    justify-self: stretch;
    text-align: center;
  }

  .tuu-hero {
    padding-top: 86px;
  }

  .tuu-hero-proof,
  .tuu-hero-badges,
  .tuu-trust-grid,
  .tuu-showcase-grid,
  .tuu-commission-grid,
  .tuu-confidence-grid,
  .tuu-workspace-section,
  .tuu-workspace-panel,
  .tuu-calculator-grid,
  .tuu-calculator-result,
  .sale-competition-grid,
  .pos-comparison-panel {
    grid-template-columns: 1fr;
  }

  .choice-card,
  .choice-pill,
  .monthly-report-panel {
    border-radius: 14px;
  }

  .hero-slide {
    inset: 20px 20px 64px;
  }

  .hero-slider-tabs {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .hero-slide a {
    width: 100%;
    text-align: center;
  }

  .button {
    width: 100%;
  }

  .module-grid,
  .module-grid.compact,
  .product-service-grid,
  .service-path-grid,
  .catalog-strip-grid,
  .service-package-grid,
  .audience-grid,
  .step-grid,
  .operator-grid.large,
  .benefit-grid,
  .dashboard-grid,
  .resource-grid,
  .supply-module-grid,
  .supply-toolbar,
  .credit-grid,
  .portal-kpi-grid,
  .portal-preview-grid,
  .portal-workspace,
  .logo-wall,
  .coverage-map,
  .activation-tabs,
  .activation-type-grid,
  .form-wide {
    grid-template-columns: 1fr;
  }

  .reseller-dashboard {
    padding: 12px;
  }

  .quick-action-grid,
  .commercial-pulse,
  .module-status-grid,
  .history-grid,
  .product-catalog,
  .promo-grid,
  .order-summary-strip,
  .order-flow,
  .starlink-decision-flow,
  .tuu-feature-grid,
  .tuu-showcase-grid,
  .tuu-commission-grid,
  .tuu-confidence-grid,
  .tuu-workspace-panel,
  .tuu-process-strip,
  .resource-grid {
    grid-template-columns: 1fr;
  }

  .tuu-note {
    display: grid;
  }

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

  .portal-hero-panel,
  .supply-section-head {
    display: grid;
  }

  .portal-ai-float {
    right: 12px;
    bottom: 74px;
  }

  .activation-panel {
    padding: 18px;
  }

  .activation-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .activation-panel-head img {
    width: 112px;
    height: 58px;
  }

  .service-card,
  .audience-card,
  .step-card,
  .operator-card,
  .portal-card,
  .cta-card {
    min-height: auto;
  }

  .contact-form,
  .portal-login,
  .portal-dashboard {
    padding: 20px;
  }

  .floating-whatsapp {
    right: 12px;
    bottom: 12px;
  }
}

/* Final contrast guard for the CONNECT coverage band. */
.coverage-section.b2b-coverage {
  background:
    radial-gradient(circle at 72% 22%, rgba(24, 183, 216, .24), transparent 30%),
    linear-gradient(135deg, #06162f 0%, #0b2f7a 55%, #0b3d52 100%) !important;
}

.coverage-section.b2b-coverage .coverage-copy h2,
.coverage-section.b2b-coverage .coverage-copy p,
.coverage-section.b2b-coverage .coverage-copy .eyebrow {
  color: #ffffff !important;
}

.coverage-section.b2b-coverage .chile-map {
  background:
    radial-gradient(circle at 50% 8%, rgba(34, 184, 97, .22), transparent 20%),
    rgba(255, 255, 255, .09) !important;
}
