:root {
  --ondax-navy-950: #06182f;
  --ondax-navy-900: #0a2342;
  --ondax-navy-800: #123b69;
  --ondax-blue: #155acb;
  --ondax-gold: #e9a91b;
  --ondax-gold-dark: #c88400;
  --ondax-gold-soft: #fff6df;
  --ondax-green: #159447;
  --ondax-green-dark: #0b7636;
  --ondax-green-soft: #edf9f1;
  --ondax-red: #d83b3b;
  --ondax-red-dark: #b92323;
  --ondax-red-soft: #fff1f1;
  --ondax-white: #ffffff;
  --ondax-background: #f5f8fc;
  --ondax-card: #ffffff;
  --ondax-border: #d8e1ec;
  --ondax-text: #0b1d3a;
  --ondax-muted: #5f6f85;
  --shadow-card: 0 18px 44px rgba(6, 24, 47, .10);
  --shadow-soft: 0 10px 28px rgba(6, 24, 47, .08);
}

/* Premium import comparison — after RTU habilitation */
#servicos .service-start-options {
  position: relative;
  margin: 0 auto clamp(34px, 4vw, 54px);
  padding: clamp(28px, 3.2vw, 44px) 0 0;
}

#servicos .service-start-heading {
  max-width: 1040px;
  margin: 0 auto clamp(24px, 2.8vw, 34px);
  text-align: center;
}

#servicos .service-start-heading p {
  margin: 0 0 12px;
  color: var(--ondax-gold-dark);
  font-size: clamp(.78rem, .84vw, .92rem);
  font-weight: 950;
  letter-spacing: .28em;
  text-transform: uppercase;
}

#servicos .service-start-heading h2 {
  max-width: 980px;
  margin: 0 auto;
  color: var(--ondax-navy-950);
  font-size: clamp(2.45rem, 4.15vw, 4.1rem);
  line-height: .98;
  letter-spacing: -.065em;
  text-wrap: balance;
}

#servicos .service-start-heading span {
  display: block;
  max-width: 850px;
  margin: clamp(14px, 1.7vw, 22px) auto 0;
  color: var(--ondax-muted);
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1.35;
}

#servicos .service-start-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 2.4vw, 30px);
  width: min(1120px, 100%);
  margin: 0 auto;
}

#servicos .service-start-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: clamp(22px, 2vw, 30px);
  align-items: center;
  min-height: 178px;
  padding: clamp(30px, 3vw, 42px);
  border: 1px solid rgba(203, 216, 235, .92);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .9));
  box-shadow: 0 24px 70px rgba(6, 24, 47, .08);
}

#servicos .service-start-icon {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 999px;
  color: var(--ondax-navy-950);
  background: radial-gradient(circle at 32% 28%, #fff9ec, #f7ead0 74%);
  box-shadow: inset 0 0 0 1px rgba(233, 169, 27, .22);
}

#servicos .service-start-icon svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#servicos .service-start-card h3 {
  margin: 0;
  color: var(--ondax-navy-950);
  font-size: clamp(1.45rem, 1.9vw, 2rem);
  line-height: 1.06;
  letter-spacing: -.045em;
}

#servicos .service-start-card p {
  max-width: 420px;
  margin: 10px 0 0;
  color: var(--ondax-muted);
  font-size: clamp(1rem, 1.15vw, 1.15rem);
  line-height: 1.35;
}

#servicos.section-services {
  background:
    radial-gradient(circle at 0 0, rgba(37, 99, 235, .055), transparent 28%),
    radial-gradient(circle at 100% 100%, rgba(233, 169, 27, .07), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 56%, #f7faff 100%);
}

#servicos .import-ways {
  position: relative;
  isolation: isolate;
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: clamp(8px, 1vw, 12px) 0 clamp(18px, 2vw, 28px);
}

#servicos .import-ways::before,
#servicos .import-ways::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 170px;
  height: 170px;
  opacity: .42;
  background-image: radial-gradient(circle, rgba(54, 99, 178, .22) 2px, transparent 2.5px);
  background-size: 18px 18px;
  pointer-events: none;
}

#servicos .import-ways::before {
  top: -42px;
  left: -74px;
}

#servicos .import-ways::after {
  right: -72px;
  bottom: -40px;
}

#servicos .import-ways-heading {
  display: grid;
  justify-items: center;
  max-width: 980px;
  margin: 0 auto clamp(30px, 4vw, 46px);
  text-align: center;
}

#servicos .import-ways-heading p {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 12px;
  color: #c78600;
  font-size: clamp(.84rem, 1vw, 1rem);
  line-height: 1;
  font-weight: 950;
  letter-spacing: .28em;
  text-transform: uppercase;
}

#servicos .import-ways-heading p::before,
#servicos .import-ways-heading p::after {
  content: "";
  width: clamp(54px, 6vw, 92px);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(199, 134, 0, .85));
}

#servicos .import-ways-heading p::after {
  background: linear-gradient(90deg, rgba(199, 134, 0, .85), transparent);
}

#servicos .import-ways-heading h2 {
  margin: 0;
  max-width: 1040px;
  color: var(--ondax-navy-950);
  font-size: clamp(2.65rem, 4.4vw, 5rem);
  line-height: .98;
  letter-spacing: -.065em;
  text-wrap: balance;
}

#servicos .import-ways-heading span {
  display: block;
  margin-top: 16px;
  color: #4b5b73;
  font-size: clamp(1.05rem, 1.45vw, 1.42rem);
  font-weight: 650;
  line-height: 1.35;
}

#servicos .import-ways-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(24px, 3vw, 42px);
  align-items: stretch;
}

#servicos .import-way-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  border: 1px solid rgba(205, 216, 232, .95);
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 10%, rgba(233, 169, 27, .07), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(250,252,255,.96));
  box-shadow:
    0 30px 80px rgba(6, 24, 47, .09),
    inset 0 1px 0 rgba(255,255,255,.9);
  padding: clamp(30px, 3vw, 42px);
  overflow: hidden;
}

#servicos .import-way-card-ondax {
  border-color: rgba(233, 169, 27, .62);
  background:
    radial-gradient(circle at 7% 8%, rgba(233, 169, 27, .13), transparent 34%),
    linear-gradient(145deg, #fffdf8, #fff);
}

#servicos .import-way-main {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

#servicos .import-way-icon {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border-radius: 999px;
  color: var(--ondax-gold);
  background:
    radial-gradient(circle at 35% 28%, rgba(255,255,255,.18), transparent 30%),
    linear-gradient(145deg, #082a4b, #021529);
  box-shadow: 0 22px 42px rgba(6, 24, 47, .22);
}

#servicos .import-way-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#servicos .import-way-card h3 {
  margin: 0;
  color: var(--ondax-navy-950);
  font-size: clamp(1.8rem, 2.35vw, 2.65rem);
  line-height: 1.02;
  letter-spacing: -.055em;
  text-wrap: balance;
}

#servicos .import-way-card p {
  max-width: 510px;
  margin: 14px 0 0;
  color: #475974;
  font-size: clamp(1rem, 1.18vw, 1.18rem);
  line-height: 1.38;
  font-weight: 560;
}

#servicos .import-way-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: auto;
  padding-top: clamp(28px, 3.2vw, 42px);
  border-top: 1px solid rgba(205, 216, 232, .9);
}

#servicos .import-way-benefits div {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 12px;
  min-width: 0;
  padding: 0 clamp(12px, 2vw, 28px);
  text-align: center;
}

#servicos .import-way-benefits div + div {
  border-left: 1px solid rgba(205, 216, 232, .95);
}

#servicos .import-way-benefits span {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  color: #e3a00d;
  background: #fff;
  border: 1px solid rgba(233, 169, 27, .24);
  box-shadow: 0 16px 34px rgba(6, 24, 47, .09);
}

#servicos .import-way-benefits-system span {
  color: var(--ondax-navy-950);
  border-color: rgba(205, 216, 232, .9);
}

#servicos .import-way-benefits svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#servicos .import-way-benefits strong {
  max-width: 150px;
  color: var(--ondax-navy-950);
  font-size: clamp(.98rem, 1.08vw, 1.12rem);
  line-height: 1.15;
  font-weight: 950;
}

#servicos .import-way-system {
  margin: clamp(24px, 3vw, 34px) 0 0;
  border: 1px solid rgba(233, 169, 27, .38);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 248, 232, .88), rgba(255,255,255,.92));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
  padding: 20px 22px;
  text-align: center;
}

#servicos .import-way-system strong {
  display: block;
  margin-bottom: 14px;
  color: var(--ondax-navy-950);
  font-size: clamp(1.05rem, 1.2vw, 1.25rem);
  font-weight: 950;
}

#servicos .import-way-system > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

#servicos .import-way-system span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid rgba(205, 216, 232, .95);
  border-radius: 13px;
  background: #fff;
  color: var(--ondax-navy-950);
  box-shadow: 0 12px 24px rgba(6, 24, 47, .055);
  padding: 9px 14px;
  font-size: .95rem;
  font-weight: 950;
  white-space: nowrap;
}

#servicos .import-way-system svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#servicos .import-ways-or {
  position: relative;
  align-self: center;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  border: 1px solid rgba(205, 216, 232, .9);
  background: #fff;
  color: var(--ondax-navy-950);
  box-shadow: 0 18px 40px rgba(6, 24, 47, .08);
  font-size: 1.02rem;
  font-weight: 950;
}

#servicos .import-ways-or::before,
#servicos .import-ways-or::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 170px;
  background: linear-gradient(180deg, transparent, rgba(205, 216, 232, .95), transparent);
  transform: translateX(-50%);
}

#servicos .import-ways-or::before {
  bottom: calc(100% + 14px);
}

#servicos .import-ways-or::after {
  top: calc(100% + 14px);
}

@media (max-width: 1180px) {
  #servicos .service-start-grid {
    max-width: 780px;
    grid-template-columns: 1fr;
  }

  #servicos .import-ways-grid {
    grid-template-columns: 1fr;
    max-width: 780px;
    margin-inline: auto;
  }

  #servicos .import-ways-or {
    width: 50px;
    height: 50px;
    justify-self: center;
  }

  #servicos .import-ways-or::before,
  #servicos .import-ways-or::after {
    top: 50%;
    left: auto;
    width: 120px;
    height: 1px;
    transform: translateY(-50%);
  }

  #servicos .import-ways-or::before {
    right: calc(100% + 14px);
    bottom: auto;
  }

  #servicos .import-ways-or::after {
    left: calc(100% + 14px);
  }
}

@media (max-width: 720px) {
  #servicos .service-start-heading h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  #servicos .service-start-card {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 0;
    padding: 24px 20px;
    text-align: center;
  }

  #servicos .service-start-card p {
    margin-inline: auto;
  }

  #servicos .service-start-icon {
    width: 64px;
    height: 64px;
  }

  #servicos .service-start-icon svg {
    width: 32px;
    height: 32px;
  }

  #servicos .import-ways {
    padding-top: 0;
  }

  #servicos .import-ways::before,
  #servicos .import-ways::after {
    display: none;
  }

  #servicos .import-ways-heading {
    margin-bottom: 22px;
  }

  #servicos .import-ways-heading p {
    gap: 10px;
    letter-spacing: .18em;
  }

  #servicos .import-ways-heading p::before,
  #servicos .import-ways-heading p::after {
    width: 34px;
  }

  #servicos .import-ways-heading h2 {
    font-size: clamp(2.25rem, 12vw, 3.2rem);
  }

  #servicos .import-way-card {
    min-height: 0;
    border-radius: 24px;
    padding: 24px 20px;
  }

  #servicos .import-way-main {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px;
  }

  #servicos .import-way-icon {
    width: 64px;
    height: 64px;
  }

  #servicos .import-way-icon svg {
    width: 32px;
    height: 32px;
  }

  #servicos .import-way-card h3 {
    font-size: clamp(1.55rem, 8vw, 2rem);
  }

  #servicos .import-way-benefits {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 22px;
  }

  #servicos .import-way-benefits div {
    grid-template-columns: 46px minmax(0, 1fr);
    justify-items: start;
    align-items: center;
    padding: 0;
    text-align: left;
  }

  #servicos .import-way-benefits div + div {
    border-left: 0;
  }

  #servicos .import-way-benefits span {
    width: 46px;
    height: 46px;
  }

  #servicos .import-way-benefits svg {
    width: 23px;
    height: 23px;
  }

  #servicos .import-way-benefits strong {
    max-width: none;
  }

  #servicos .import-way-system {
    padding: 17px 14px;
  }

  #servicos .import-way-system > div {
    display: grid;
    grid-template-columns: 1fr;
  }
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 154px;
}

main > section[id] {
  scroll-margin-top: 154px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--ondax-background);
  color: var(--ondax-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: geometricPrecision;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

img,
svg {
  display: block;
  max-width: 100%;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

:focus-visible {
  outline: 3px solid rgba(233, 169, 27, .7);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  border-radius: 999px;
  background: var(--ondax-gold);
  color: var(--ondax-navy-950);
  font-weight: 900;
  padding: 10px 16px;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.section-shell {
  width: min(1180px, calc(100vw - 44px));
  margin: 0 auto;
}

.section-services .section-shell,
.help-flow-section .section-shell {
  width: min(1440px, calc(100vw - 44px));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(6, 24, 47, .96);
  border-bottom: 1px solid rgba(233, 169, 27, .28);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .14);
  backdrop-filter: blur(16px);
}

.header-shell {
  width: min(1550px, calc(100vw - 40px));
  min-height: 94px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.service-card h3,
.short-copy,
.institutional-card,
.help-card,
.modal-card {
  overflow-wrap: anywhere;
}

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

.brand img {
  width: 184px;
  height: auto;
  flex: 0 0 auto;
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(28px, 3.2vw, 56px);
  color: #ffffff;
  font-weight: 800;
  font-size: 1rem;
}

.main-nav a {
  position: relative;
  padding: 30px 0 28px;
  opacity: .96;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 3px;
  transform: scaleX(0);
  transform-origin: center;
  border-radius: 999px;
  background: var(--ondax-gold);
  transition: transform .2s ease;
}

.main-nav a:hover::after,
.main-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.mobile-client-link {
  display: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 12px 18px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
  white-space: nowrap;
}

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

.btn-large {
  min-height: 54px;
  padding-inline: 24px;
  font-size: 1.02rem;
}

.btn-gold {
  background: linear-gradient(135deg, #ffd66b, var(--ondax-gold));
  color: var(--ondax-navy-950);
  box-shadow: 0 14px 26px rgba(233, 169, 27, .28);
}

.btn-green {
  background: linear-gradient(135deg, #18b75a, var(--ondax-green-dark));
  color: #fff;
  box-shadow: 0 14px 26px rgba(21, 148, 71, .24);
}

.btn-blue {
  background: linear-gradient(135deg, #1d6cf2, var(--ondax-blue));
  color: #fff;
  box-shadow: 0 14px 26px rgba(21, 90, 203, .18);
}

.btn-red {
  background: linear-gradient(135deg, #ff5a3d, var(--ondax-red-dark));
  color: #fff;
  box-shadow: 0 14px 26px rgba(216, 59, 59, .24);
}

.btn-red-outline {
  border-color: rgba(255, 92, 80, .7);
  background: rgba(216, 59, 59, .08);
  color: #fff;
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .06);
  color: #fff;
}

.btn-outline-dark {
  border-color: #bfcee1;
  background: #fff;
  color: var(--ondax-text);
}

.warning-icon {
  font-size: 1.08em;
  line-height: 1;
}

.header-actions .btn-red {
  max-width: 320px;
  white-space: normal;
  line-height: 1.12;
  text-align: left;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: currentColor;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(520px, 66vh, 680px);
  overflow: hidden;
  background: var(--ondax-navy-950);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media {
  background:
    linear-gradient(90deg, rgba(6, 24, 47, .96) 0%, rgba(6, 24, 47, .82) 40%, rgba(6, 24, 47, .18) 100%),
    url('/landing-assets/ciudad-del-este-hero.png') center top / cover no-repeat;
}

.hero-overlay {
  z-index: -1;
  background:
    radial-gradient(circle at 70% 30%, rgba(233, 169, 27, .16), transparent 28%),
    linear-gradient(180deg, rgba(6, 24, 47, .12), rgba(6, 24, 47, .56));
}

.hero-grid {
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(54px, 7vw, 92px) 0 82px;
}

.hero-copy {
  width: min(700px, 100%);
  color: #fff;
}

.hero-urgent-card {
  justify-self: end;
  width: min(420px, 100%);
  padding: clamp(22px, 2.6vw, 32px);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 28px;
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 255, 255, .16), transparent 34%),
    linear-gradient(145deg, rgba(225, 54, 41, .98), rgba(122, 26, 23, .96));
  box-shadow: 0 28px 70px rgba(6, 24, 47, .34), 0 18px 42px rgba(225, 54, 41, .26);
  color: #fff;
  backdrop-filter: blur(10px);
}

.hero-urgent-card .warning-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  font-size: 1.45rem;
  font-weight: 1000;
}

.hero-urgent-card p {
  margin: 0 0 10px;
  max-width: none;
  color: #ffe0dc;
  font-size: .84rem;
  font-weight: 1000;
  letter-spacing: .12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero-urgent-card h2 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(1.55rem, 2.2vw, 2.25rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.hero-urgent-card .btn {
  width: 100%;
  justify-content: center;
  box-shadow: none;
}

.hero-kicker,
.eyebrow,
.card-eyebrow,
.modal-kicker {
  margin: 0 0 12px;
  color: var(--ondax-gold);
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .86rem;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.35rem, 5.1vw, 4.65rem);
  line-height: .98;
  letter-spacing: -.055em;
  max-width: 720px;
}

.hero h1 span {
  color: var(--ondax-gold);
}

.hero p {
  max-width: 660px;
  margin: 24px 0 0;
  font-size: clamp(1.08rem, 1.7vw, 1.32rem);
  color: rgba(255, 255, 255, .95);
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(820px, 100%);
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

.hero-highlights li {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, .24);
  padding: 0 14px;
}

.hero-highlights li:last-child {
  border-right: 0;
}

.hero-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid rgba(233, 169, 27, .72);
  border-radius: 999px;
  color: var(--ondax-gold);
}

.hero-icon svg {
  width: 28px;
  height: 28px;
}

.down-link {
  position: absolute;
  left: 50%;
  bottom: 18px;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  transform: translateX(-50%);
  border: 2px solid rgba(255, 255, 255, .7);
  border-radius: 999px;
  color: #fff;
  font-size: 2rem;
  animation: bounce 1.8s ease-in-out infinite;
}

@keyframes bounce {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 8px; }
}

.section {
  padding: clamp(58px, 7vw, 88px) 0;
}

.section-services {
  padding: clamp(12px, 1.8vw, 24px) 0;
}

.section-heading {
  text-align: center;
  margin: 0 auto 28px;
  max-width: 820px;
}

.section-services .section-heading {
  max-width: 920px;
  margin-bottom: 14px;
}

.section-services .section-heading h2 {
  font-size: clamp(2rem, 2.75vw, 3rem);
}

.services-decision-heading {
  max-width: 1040px;
  margin-bottom: 12px;
}

.services-decision-heading h2 {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(1.85rem, 2.6vw, 2.65rem);
  line-height: .98;
}

.services-decision-heading > p:not(.eyebrow) {
  max-width: 900px;
  margin: 8px auto 0;
  color: var(--ondax-muted);
  font-size: clamp(.9rem, 1vw, 1rem);
  line-height: 1.22;
}

.services-decision {
  width: min(1280px, 100%);
  margin: 0 auto;
}

.services-decision-row {
  display: grid;
  gap: clamp(14px, 1.5vw, 22px);
}

.services-decision-row-top,
.services-decision-row-bottom {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.decision-card {
  min-width: 0;
  border: 1px solid rgba(209, 219, 234, .95);
  border-radius: 20px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--shadow-soft);
}

.decision-card-small {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  min-height: 0;
  padding: clamp(12px, 1.4vw, 17px) clamp(16px, 1.8vw, 22px);
}

.decision-card-large {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 15px;
  min-height: 0;
  padding: clamp(12px, 1.4vw, 17px) clamp(16px, 1.8vw, 22px);
}

.decision-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.decision-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.decision-icon-soft {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  color: var(--ondax-navy-950);
  background: radial-gradient(circle at 32% 28%, #fff8e8, #f6ebd3 70%);
  box-shadow: inset 0 0 0 1px rgba(233, 169, 27, .22);
}

.decision-icon-dark {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  color: var(--ondax-gold);
  background: linear-gradient(145deg, #082241, #041225);
  box-shadow: 0 18px 38px rgba(6, 24, 47, .2);
}

.decision-card h3 {
  margin: 0;
  color: var(--ondax-navy-950);
  font-size: clamp(1.05rem, 1.32vw, 1.26rem);
  line-height: 1.04;
  letter-spacing: -.035em;
}

.decision-card p {
  margin: 7px 0 0;
  color: var(--ondax-muted);
  font-size: clamp(.84rem, .94vw, .92rem);
  line-height: 1.22;
}

.decision-price {
  display: block;
  margin: 7px 0 0;
  color: var(--ondax-gold-dark) !important;
  font-size: clamp(1.42rem, 1.8vw, 1.82rem) !important;
  font-weight: 950;
  letter-spacing: -.045em;
  line-height: 1;
}

.decision-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 7px;
  border: 0;
  border-bottom: 2px solid rgba(233, 169, 27, .48);
  background: transparent;
  color: var(--ondax-navy-950);
  padding: 0 0 3px;
  font: inherit;
  font-weight: 950;
  text-decoration: none;
  cursor: pointer;
}

.decision-link::after {
  content: "›";
  color: var(--ondax-navy-950);
  font-size: 1.35em;
  line-height: 0;
}

.decision-divider {
  display: grid;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  gap: 22px;
  align-items: center;
  margin: 10px 0 9px;
  color: var(--ondax-navy-950);
  font-size: clamp(.92rem, 1.12vw, 1.08rem);
  font-weight: 950;
  text-align: center;
}

.decision-divider::before,
.decision-divider::after {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(199, 134, 0, .66), transparent);
}

.decision-checklist {
  display: grid;
  gap: 7px;
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid rgba(209, 219, 234, .9);
  list-style: none;
}

.decision-checklist li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ondax-text);
  font-size: clamp(.86rem, .95vw, .94rem);
}

.decision-checklist li::before {
  content: "✓";
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  border-radius: 999px;
  background: var(--ondax-navy-950);
  color: #fff;
  font-size: .82rem;
  font-weight: 950;
}

.decision-system-box {
  margin: 9px 0 0;
  border: 1px solid rgba(233, 169, 27, .5);
  border-radius: 16px;
  background: linear-gradient(135deg, #fff9ec, #fff);
  padding: 10px;
}

.decision-system-box strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ondax-gold-dark);
  font-size: 1.02rem;
}

.decision-system-chips {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}

.decision-system-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(209, 219, 234, .95);
  border-radius: 10px;
  background: #fff;
  color: var(--ondax-navy-950);
  padding: 6px 9px;
  font-weight: 950;
  white-space: nowrap;
  font-size: .86rem;
}

@media (min-width: 901px) {
  .decision-card-large .decision-checklist {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 12px;
  }
}

.services-decision-cta {
  display: grid;
  justify-items: center;
  gap: 7px;
  margin-top: 12px;
  text-align: center;
}

.services-decision-cta .btn {
  min-width: min(430px, 100%);
  min-height: 48px;
  padding: 12px 24px;
  justify-content: center;
  box-shadow: 0 18px 34px rgba(199, 134, 0, .26);
}

.services-decision-cta p {
  margin: 0;
  color: var(--ondax-muted);
  font-size: .94rem;
}

.additional-services {
  margin-top: clamp(42px, 5vw, 66px);
}

.additional-services-heading {
  max-width: 740px;
  margin: 0 auto 24px;
  text-align: center;
}

.additional-services-heading h3 {
  margin: 0;
  color: var(--ondax-navy-950);
  font-size: clamp(1.65rem, 2.6vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.section-heading h2,
.representation h2,
.ebook-copy h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.1vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.readiness-strip {
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
  gap: 24px;
  align-items: center;
  margin: 0 0 24px;
  border: 1px solid rgba(233, 169, 27, .38);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0 0, rgba(233, 169, 27, .16), transparent 34%),
    linear-gradient(100deg, #fff8e8 0%, #fff 62%);
  box-shadow: var(--shadow-soft);
  padding: 20px 26px;
}

.readiness-strip > div {
  min-width: 0;
}

.readiness-strip span {
  display: block;
  margin-bottom: 8px;
  color: var(--ondax-gold-dark);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.readiness-strip strong {
  color: var(--ondax-navy-950);
  font-size: 1.08rem;
  line-height: 1.18;
}

.readiness-strip ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.readiness-strip li {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 12px;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  border: 1px solid rgba(216, 225, 236, .9);
  border-radius: 15px;
  background: rgba(255, 255, 255, .92);
  color: #33445f;
  font-weight: 800;
  padding: 10px 14px;
}

.readiness-strip b {
  color: var(--ondax-navy-950);
}

.readiness-strip li strong {
  margin-left: auto;
  white-space: nowrap;
  color: var(--ondax-gold-dark);
  font-size: 1rem;
}

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

.service-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--ondax-border);
  border-radius: 18px;
  background: var(--ondax-card);
  box-shadow: var(--shadow-soft);
  padding: 22px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.service-card:hover {
  transform: translateY(-2px);
  border-color: rgba(233, 169, 27, .55);
  box-shadow: var(--shadow-card);
}

.service-card-large {
  min-height: 306px;
  text-align: center;
  align-items: center;
  border-top-color: rgba(233, 169, 27, .9);
  border-top-width: 3px;
}

.compact-card {
  min-height: 0;
}

.card-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  margin-bottom: 14px;
  border-radius: 17px;
  background: linear-gradient(145deg, #fff, #f1f5fb);
  color: var(--ondax-navy-950);
  box-shadow: inset 0 0 0 1px var(--ondax-border);
}

.card-icon svg {
  width: 32px;
  height: 32px;
}

.card-icon-gold {
  color: var(--ondax-gold-dark);
  background: linear-gradient(145deg, #fff7e1, #fff);
}

.card-icon-blue {
  color: var(--ondax-blue);
  background: linear-gradient(145deg, #edf5ff, #fff);
}

.card-eyebrow {
  color: var(--ondax-text);
  letter-spacing: normal;
  font-size: 1rem;
  text-transform: none;
}

.service-card h3 {
  margin: 0;
  color: var(--ondax-text);
  font-size: clamp(1.04rem, 1.36vw, 1.26rem);
  line-height: 1.14;
}

.price {
  margin: 18px 0 0;
  color: var(--ondax-gold-dark);
  font-size: clamp(2rem, 3.1vw, 2.8rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -.045em;
}

.price-small {
  font-size: clamp(1.42rem, 1.75vw, 1.78rem);
}

.billing {
  margin: 6px 0 0;
  color: var(--ondax-muted);
  font-weight: 700;
  font-size: .94rem;
}

.short-copy {
  margin: 14px 0 0;
  color: var(--ondax-muted);
}

.expand-panel {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .24s ease, opacity .2s ease, margin .2s ease;
}

.is-expanded .expand-panel {
  max-height: none;
  overflow: visible;
  opacity: 1;
  margin-top: 18px;
}

.expand-panel p {
  color: var(--ondax-muted);
  margin: 0 0 12px;
}

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

.check-list li {
  position: relative;
  margin: 8px 0;
  padding-left: 28px;
  color: var(--ondax-text);
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--ondax-green);
  font-weight: 950;
}

.two-columns {
  columns: 2;
  column-gap: 28px;
}

.expand-toggle {
  align-self: flex-start;
  margin-top: auto;
  border: 0;
  border-bottom: 2px solid rgba(233, 169, 27, .42);
  background: transparent;
  color: var(--ondax-navy-950);
  padding: 12px 0 4px;
  font-weight: 950;
  cursor: pointer;
}

.service-card-large .expand-toggle {
  align-self: center;
}

.service-card.is-expanded {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(220px, 330px) minmax(0, 1fr);
  column-gap: clamp(22px, 4vw, 52px);
  row-gap: 8px;
  align-items: start;
  text-align: left;
  max-height: none;
  overflow: visible;
}

.service-card-large.is-expanded {
  min-height: auto;
  align-items: start;
}

.service-card.is-expanded .card-icon,
.service-card.is-expanded .card-eyebrow,
.service-card.is-expanded h3,
.service-card.is-expanded .price,
.service-card.is-expanded .billing,
.service-card.is-expanded .short-copy,
.service-card.is-expanded .expand-toggle {
  grid-column: 1;
}

.service-card.is-expanded .card-icon {
  margin-bottom: 6px;
}

.service-card.is-expanded .price {
  margin-top: 10px;
}

.service-card.is-expanded .short-copy {
  margin-top: 10px;
}

.service-card.is-expanded .expand-panel {
  grid-column: 2;
  grid-row: 1 / span 8;
  max-height: none;
  overflow: visible;
  opacity: 1;
  margin-top: 0;
  align-self: stretch;
  border-left: 1px solid var(--ondax-border);
  padding-left: clamp(18px, 3vw, 34px);
}

.service-card.is-expanded .expand-panel .check-list {
  columns: 2;
  column-gap: 30px;
}

.service-card.is-expanded .expand-panel .check-list li {
  break-inside: avoid;
}

.expand-toggle::after {
  content: " →";
  color: var(--ondax-gold-dark);
}

.is-expanded > .expand-toggle::after,
.is-expanded .ebook-actions > .expand-toggle::after,
.is-expanded .representation-more > .expand-toggle::after {
  content: " ↑";
}

.expand-toggle.invert {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .36);
}

.representation {
  padding: clamp(54px, 7vw, 82px) 0;
  background:
    radial-gradient(circle at 88% 20%, rgba(233, 169, 27, .18), transparent 28%),
    linear-gradient(145deg, var(--ondax-navy-950), #041224 70%);
  color: #fff;
}

.gold {
  color: var(--ondax-gold);
}

.representation-grid {
  display: grid;
  grid-template-columns: 180px minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: clamp(24px, 4vw, 50px);
  align-items: center;
}

.representation-grid.has-expanded-card {
  grid-template-columns: 120px minmax(0, .72fr) minmax(0, 1.28fr);
  align-items: start;
}

.representation-visual {
  display: grid;
  place-items: center;
  min-height: 160px;
  border-right: 1px solid rgba(255, 255, 255, .18);
  color: var(--ondax-gold);
}

.representation-visual svg {
  width: 132px;
  height: 132px;
  stroke-width: 1.5;
}

.representation p {
  color: rgba(255, 255, 255, .82);
}

.representation-price {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 16px;
  margin: 22px 0;
  padding: 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(233, 169, 27, .38);
}

.representation-price strong {
  color: var(--ondax-gold);
  font-size: clamp(3.8rem, 6vw, 5.4rem);
  line-height: .82;
  letter-spacing: -.06em;
}

.representation-main {
  margin: 0;
  font-size: 1.28rem;
}

.representation-benefits {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  padding: 24px;
  background: rgba(255, 255, 255, .06);
}

.representation-benefits .check-list li {
  color: #fff;
}

.representation-benefits .small-note {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: .92rem;
}

.representation-more {
  margin-top: 12px;
}

.representation-grid.has-expanded-card .representation-more.is-expanded .expand-panel p {
  margin-bottom: 8px;
  font-size: .95rem;
  line-height: 1.42;
}

.institutional-section {
  padding: clamp(52px, 7vw, 84px) 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(21, 90, 203, .08), transparent 32%),
    linear-gradient(180deg, #fff, #f8fbff);
}

.institutional-card {
  display: grid;
  grid-template-columns: minmax(260px, .88fr) minmax(0, 1.12fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  border: 1px solid var(--ondax-border);
  border-radius: 26px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--shadow-soft);
  padding: clamp(24px, 4vw, 40px);
}

.institutional-copy h2 {
  margin: 0;
  color: var(--ondax-navy-950);
  font-size: clamp(1.9rem, 3.2vw, 3.2rem);
  line-height: 1.03;
  letter-spacing: -.055em;
}

.institutional-copy p:not(.eyebrow) {
  margin: 14px 0 20px;
  color: #4f6078;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  font-weight: 760;
  line-height: 1.5;
}

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

.institutional-grid article {
  min-height: 148px;
  border: 1px solid #d9e2ee;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, #f6f9fd);
  padding: 18px;
}

.institutional-grid span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 14px;
  background: #fff6e3;
  color: #b87900;
  font-size: 1.25rem;
  font-weight: 1000;
}

.institutional-grid strong {
  display: block;
  color: var(--ondax-navy-950);
  font-size: 1.04rem;
}

.institutional-grid p {
  margin: 8px 0 0;
  color: #586982;
  font-size: .94rem;
  font-weight: 720;
  line-height: 1.42;
}

.institutional-more {
  grid-column: 1 / -1;
  border-top: 1px solid var(--ondax-border);
  padding-top: 4px;
}

.institutional-more [data-expandable-card] {
  display: grid;
}

.institutional-more .expand-panel p {
  max-width: 1060px;
}

.ebook-section {
  padding: clamp(56px, 7vw, 86px) 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(255, 246, 223, .72)),
    radial-gradient(circle at 28% 22%, rgba(233, 169, 27, .12), transparent 28%);
}

.ebook-grid {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.ebook-cover {
  display: grid;
  place-items: center;
}

.book {
  width: 190px;
  min-height: 256px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-radius: 12px 20px 20px 12px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .08), transparent 8%),
    linear-gradient(155deg, var(--ondax-navy-950), var(--ondax-navy-800));
  color: #fff;
  box-shadow: 22px 24px 44px rgba(6, 24, 47, .22);
  transform: rotate(-3deg);
}

.book span {
  color: var(--ondax-gold);
  font-weight: 950;
  letter-spacing: .04em;
}

.book strong {
  font-size: 1.45rem;
  line-height: 1.05;
}

.book small {
  color: rgba(255, 255, 255, .74);
}

.ebook-card {
  max-width: 760px;
  margin-top: 22px;
  border: 1px solid rgba(233, 169, 27, .45);
  border-radius: 18px;
  background: #fff;
  padding: 24px;
  box-shadow: var(--shadow-soft);
}

.ebook-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 14px;
}

.ebook-actions .expand-toggle {
  margin-top: 0;
}

.ebook-grid.has-expanded-card {
  grid-template-columns: 1fr;
}

.ebook-grid.has-expanded-card .ebook-cover {
  display: none;
}

.ebook-card.is-expanded {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(220px, .38fr) minmax(0, 1fr);
  gap: 10px clamp(18px, 3vw, 32px);
  align-items: start;
}

.ebook-card.is-expanded > h3,
.ebook-card.is-expanded > .price,
.ebook-card.is-expanded > .short-copy,
.ebook-card.is-expanded > .ebook-actions {
  grid-column: 1;
}

.ebook-card.is-expanded > .expand-panel {
  grid-column: 2;
  grid-row: 1 / span 4;
  margin-top: 0;
  padding-left: clamp(18px, 2.5vw, 28px);
  border-left: 1px solid var(--ondax-border);
}

.ebook-card.is-expanded .expand-panel p {
  margin-bottom: 8px;
  font-size: .96rem;
}

.ebook-card.is-expanded .check-list.two-columns {
  columns: 2;
  column-gap: 26px;
}

.help-flow-section {
  padding: clamp(56px, 7vw, 86px) 0;
  background:
    radial-gradient(circle at 50% 0, rgba(233, 169, 27, .08), transparent 34%),
    linear-gradient(180deg, #fff, #f8fbff);
}

.help-flow-heading {
  max-width: 1120px;
  margin: 0 auto 30px;
  text-align: center;
}

.help-flow-heading h2 {
  margin: 0;
  color: var(--ondax-navy-950);
  font-size: clamp(1.95rem, 3.35vw, 3.45rem);
  line-height: 1.04;
  letter-spacing: -.055em;
}

.help-flow-heading h2 span {
  color: #b87900;
}

.help-flow-heading p {
  margin: 12px 0 0;
  color: #5b6981;
  font-size: clamp(1rem, 1.55vw, 1.35rem);
  font-weight: 750;
}

.help-flow-choice-title {
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
  color: var(--ondax-navy-950);
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -.02em;
}

.help-flow-board {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 18px 22px;
  align-items: start;
}

.help-flow-board[data-flow-stage="opening"],
.help-flow-board[data-flow-stage="lookup"] {
  grid-template-columns: repeat(2, minmax(300px, 430px));
  justify-content: center;
  align-items: start;
}

.help-flow-board[data-flow-stage="habilitation"] {
  grid-template-columns: repeat(3, minmax(280px, 1fr));
}

.help-flow-board[data-flow-stage="operation"] {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.help-flow-board:not(:has(.help-card-opening.is-visible, .help-card-lookup.is-visible, .help-card-habilitation.is-visible, .help-card-operation.is-visible)) {
  grid-template-columns: minmax(280px, 420px);
  justify-content: center;
}

.help-card {
  position: relative;
  min-width: 0;
  min-height: 0;
  align-self: start;
  padding: 28px 24px 24px;
  border: 1px solid #d9e2ee;
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 20px 46px rgba(6, 24, 47, .08);
  color: var(--ondax-navy-950);
  animation: helpCardIn .22s ease both;
}

.help-card[hidden] {
  display: none !important;
}

.help-card.is-visible {
  display: block;
}

.help-card-start {
  grid-column: auto;
  grid-row: auto;
}

.help-card-opening {
  grid-column: auto;
  grid-row: auto;
}

.help-card-lookup {
  grid-column: auto;
  grid-row: auto;
}

.help-card-habilitation {
  grid-column: auto;
  grid-row: auto;
}

.help-card-operation {
  grid-column: auto;
  grid-row: auto;
}

.help-card-start::after,
.help-card-opening::after,
.help-card-lookup::after,
.help-card-habilitation::after {
  content: '→';
  position: absolute;
  top: 50%;
  right: -18px;
  z-index: 2;
  transform: translateY(-50%);
  color: #b87900;
  font-size: 1.55rem;
  font-weight: 1000;
  text-shadow: 0 8px 18px rgba(184, 121, 0, .18);
}

.help-step {
  position: absolute;
  left: 22px;
  top: 20px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: var(--ondax-navy-950);
  color: #fff;
  font-size: 1.55rem;
  font-weight: 1000;
  box-shadow: 0 12px 28px rgba(6, 24, 47, .18);
}

.help-card h3 {
  margin: 8px 0 14px;
  padding-left: 68px;
  font-size: clamp(1.18rem, 1.55vw, 1.55rem);
  line-height: 1.12;
  letter-spacing: -.035em;
}

.help-card p {
  margin: 0 0 14px;
  color: #4b5b73;
  font-weight: 700;
  line-height: 1.45;
}

.help-choice-list,
.help-operation-options,
.help-checks {
  display: grid;
  gap: 12px;
}

.help-choice,
.help-operation-options button,
.help-action-row button,
.help-next,
.help-contract {
  border: 1px solid #cfdbea;
  border-radius: 14px;
  background: #fff;
  color: var(--ondax-navy-950);
  font: inherit;
  font-weight: 950;
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.help-choice:hover,
.help-operation-options button:hover,
.help-action-row button:hover,
.help-next:hover,
.help-contract:not(:disabled):hover {
  transform: translateY(-1px);
  border-color: #e2a83a;
  box-shadow: 0 14px 30px rgba(6, 24, 47, .12);
}

.help-choice {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  padding: 12px 16px;
  text-align: left;
}

.help-choice.is-primary,
.help-choice.is-selected {
  background: linear-gradient(145deg, #001944, #06182f);
  color: #fff;
  border-color: #001944;
}

.help-choice-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
}

.help-choice svg,
.help-company-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.help-info {
  position: relative;
  margin: 20px 0 !important;
  padding-left: 30px;
  color: #1d2c45 !important;
  font-weight: 850 !important;
}

.help-info::before {
  content: 'i';
  position: absolute;
  left: 0;
  top: 1px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border: 2px solid var(--ondax-navy-950);
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 1000;
}

.help-mini-price {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 18px 0;
  padding: 16px 18px;
  border: 1px solid rgba(226, 168, 58, .42);
  border-radius: 16px;
  background: linear-gradient(145deg, #fff9ec, #fff);
}

.help-mini-price > span {
  color: #b87900;
  font-size: 2rem;
  font-weight: 1000;
}

.help-mini-price small,
.help-mini-price strong {
  display: block;
}

.help-mini-price small {
  color: #273650;
  font-weight: 900;
}

.help-mini-price strong {
  color: #9d6500;
  font-size: 1.45rem;
}

.help-path {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding-top: 14px;
  border-top: 1px dashed #d8e1ee;
  color: #4b5b73;
  font-weight: 850;
}

.help-path b {
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff6e3;
  color: #9d6500;
  border: 1px solid rgba(226, 168, 58, .36);
  white-space: nowrap;
}

.help-price {
  display: block;
  margin: 8px 0 16px;
  color: #9d6500;
  font-size: clamp(1.8rem, 2.4vw, 2.45rem);
  line-height: 1;
  letter-spacing: -.04em;
}

.help-checks {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.help-checks li {
  position: relative;
  padding-left: 28px;
  color: #1f2f49;
  font-weight: 820;
}

.help-checks li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid #d39a20;
  border-radius: 999px;
  color: #b87900;
  font-size: .72rem;
  font-weight: 1000;
}

.help-next {
  width: 100%;
  min-height: 46px;
  padding: 11px 14px;
  background: linear-gradient(145deg, #fff9ec, #fff0cf);
  color: #855504;
}

.help-cnpj-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.help-cnpj-row input {
  min-width: 0;
  min-height: 42px;
  border: 1px solid #cbd8ea;
  border-radius: 10px;
  padding: 0 12px;
  color: var(--ondax-navy-950);
  font: inherit;
}

.help-cnpj-row button {
  width: 100%;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  background: var(--ondax-navy-950);
  color: #fff;
  font-weight: 950;
}

.help-status {
  min-height: 20px;
  margin: 8px 0 !important;
  font-size: .84rem;
  line-height: 1.32;
}

.help-status.is-error {
  color: #c71919;
}

.help-status.is-ok,
.help-status.is-loading {
  color: #087849;
}

.help-company-result {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin: 10px 0;
  padding: 12px;
  border: 1px solid #9fdcb8;
  border-radius: 14px;
  background: linear-gradient(145deg, #effcf6, #fff);
}

.help-company-result.is-warning {
  border-color: #f2c579;
  background: linear-gradient(145deg, #fff8e8, #fff);
}

.help-company-result.is-warning span:not(.help-company-icon) {
  background: #fff1ce;
  color: #9d6500;
}

.help-company-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #f0f6ff;
  color: #072149;
}

.help-company-result strong,
.help-company-result small,
.help-company-result span {
  display: block;
}

.help-company-result strong {
  color: #17233b;
  line-height: 1.16;
}

.help-company-result small {
  margin: 2px 0 5px;
  color: #52647c;
  font-size: .82rem;
}

.help-company-result span {
  width: fit-content;
  padding: 4px 8px;
  border-radius: 999px;
  background: #dff8e9;
  color: #087849;
  font-size: .8rem;
  font-weight: 950;
}

.help-result-note {
  margin-top: 8px !important;
  margin-bottom: 0 !important;
  color: #43546d !important;
  font-size: .82rem;
  line-height: 1.28 !important;
}

.help-habilitation-question {
  margin-top: 10px;
}

.help-habilitation-question p {
  margin-bottom: 10px !important;
  color: #17233b;
  font-weight: 950;
}

.help-action-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.help-action-row button {
  min-height: 44px;
  padding: 10px;
}

.help-action-row button:first-child {
  color: #087849;
  border-color: #9fdcb8;
}

.help-action-row button:last-child {
  color: #b7192a;
  border-color: #f2b5bf;
}

.help-alert {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0;
  padding: 14px;
  border: 1px solid rgba(226, 168, 58, .42);
  border-radius: 14px;
  background: #fff8e8;
  color: #17233b;
  font-weight: 950;
}

.help-alert::before {
  content: '◇';
  color: #b87900;
  font-size: 1.45rem;
}

.help-operation-options button {
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  grid-template-rows: auto 1fr auto;
  gap: 6px 14px;
  min-height: 158px;
  padding: 14px;
  text-align: left;
}

.help-operation-options button > .selection-dot {
  grid-row: 1 / span 2;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  border: 2px solid #c8d4e4;
  border-radius: 999px;
}

.help-operation-options strong,
.help-operation-options small,
.help-operation-options em {
  display: block;
}

.help-operation-options small {
  color: #4d5f78;
  font-weight: 750;
  line-height: 1.32;
}

.help-operation-options em {
  grid-column: 2;
  width: fit-content;
  margin-top: 4px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #eef4ff;
  color: #155acb;
  font-size: .78rem;
  font-style: normal;
  font-weight: 1000;
}

.help-operation-options button.is-selected {
  border-color: #21a765;
  background: linear-gradient(145deg, #effcf6, #fff);
  box-shadow: 0 18px 38px rgba(33, 167, 101, .14);
}

.help-operation-options button.is-selected::after {
  content: 'Selecionado';
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #dff8e9;
  color: #087849;
  font-size: .72rem;
  font-weight: 1000;
}

.help-operation-options button.is-selected > .selection-dot {
  border-color: #21a765;
  background: radial-gradient(circle, #21a765 42%, transparent 48%);
}

.help-operation-options button[data-flow-choice="operation-ondax"] {
  border-color: rgba(226, 168, 58, .74);
}

.help-flow-board[data-rtu-enabled="true"] [data-flow-choice="operation-own-manual"] {
  display: none;
}

.help-operation-options button[data-flow-choice="operation-ondax"] em {
  background: #fff1ce;
  color: #9d6500;
}

.operation-tags {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.operation-tags b {
  display: inline-flex;
  width: fit-content;
  padding: 5px 8px;
  border-radius: 999px;
  background: #eaf7ff;
  color: #155acb;
  font-size: .72rem;
  line-height: 1;
}

.help-contract {
  width: 100%;
  min-height: 58px;
  margin-top: 16px;
  border: 0;
  background: linear-gradient(135deg, #e6a011, #c27b00);
  color: #fff;
  font-size: 1.08rem;
  box-shadow: 0 18px 36px rgba(194, 123, 0, .22);
}

.help-contract:disabled {
  cursor: not-allowed;
  opacity: .48;
  box-shadow: none;
}

.help-flow-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 28px;
  padding: 18px;
  border: 1px solid #d9e2ee;
  border-radius: 22px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 44px rgba(6, 24, 47, .06);
}

.help-flow-benefits article {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 4px 16px;
  align-items: center;
  padding: 10px 22px;
  border-right: 1px solid #d9e2ee;
}

.help-flow-benefits article:last-child {
  border-right: 0;
}

.help-flow-benefits span {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: #fff8e8;
  color: #b87900;
  font-size: 1.45rem;
  font-weight: 1000;
}

.help-flow-benefits strong {
  color: #17233b;
  font-size: 1.04rem;
}

.help-flow-benefits p {
  margin: 0;
  color: #56667d;
  font-size: .94rem;
  line-height: 1.35;
}

@keyframes helpCardIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.system-strip-section {
  padding: clamp(44px, 6vw, 76px) 0;
  background:
    radial-gradient(circle at 10% 0, rgba(233, 169, 27, .12), transparent 32%),
    linear-gradient(180deg, #fff, #f8fbff);
}

.system-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: 24px;
  align-items: center;
  border: 1px solid rgba(233, 169, 27, .42);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(255, 248, 232, .9));
  box-shadow: var(--shadow-soft);
  padding: clamp(22px, 3vw, 32px);
}

.system-strip h2 {
  margin: 0;
  color: var(--ondax-navy-950);
  font-size: clamp(1.75rem, 3vw, 2.85rem);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.system-strip p:not(.eyebrow) {
  margin: 10px 0 0;
  max-width: 760px;
  color: #53647c;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  font-weight: 800;
  line-height: 1.45;
}

.system-price {
  display: grid;
  gap: 10px;
  justify-items: end;
  min-width: min(340px, 100%);
}

.system-price span {
  color: #65728a;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.system-price strong {
  color: var(--ondax-gold-dark);
  font-size: clamp(1.85rem, 3vw, 2.45rem);
  line-height: 1;
}

.final-cta {
  padding: clamp(52px, 7vw, 78px) 0;
  background:
    radial-gradient(circle at 90% 35%, rgba(21, 90, 203, .25), transparent 30%),
    linear-gradient(145deg, var(--ondax-navy-950), var(--ondax-navy-900));
  color: #fff;
}

.final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}

.final-grid p {
  max-width: 720px;
  color: rgba(255, 255, 255, .82);
}

.final-actions {
  display: grid;
  gap: 12px;
}

.site-footer {
  padding: 42px 0;
  background: #030f20;
  color: rgba(255, 255, 255, .76);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.3fr) 1fr 1fr;
  gap: 32px;
}

.site-footer h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 1rem;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer li + li {
  margin-top: 8px;
}

.footer-contact {
  margin-top: 16px !important;
  color: rgba(255, 255, 255, .7);
  font-size: .94rem;
}

.site-footer button {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .76);
  padding: 0;
  font: inherit;
  cursor: pointer;
}

.site-footer a:hover {
  color: var(--ondax-gold);
}

.mobile-sticky-actions {
  display: none;
}

.modal {
  width: min(1080px, calc(100vw - 32px));
  max-height: min(calc(100dvh - 32px), 920px);
  border: 0;
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  background: transparent;
  color: var(--ondax-text);
}

.modal::backdrop {
  background: rgba(3, 15, 32, .74);
  backdrop-filter: blur(8px);
}

.modal-card {
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: min(calc(100dvh - 32px), 920px);
  overflow: hidden;
  border: 1px solid var(--ondax-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .34);
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid var(--ondax-border);
  border-radius: 999px;
  background: #fff;
  color: var(--ondax-text);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.modal-header {
  padding: 28px 34px 16px;
  text-align: center;
}

.modal-kicker {
  color: var(--ondax-navy-800);
  letter-spacing: .02em;
  text-transform: none;
}

.modal-kicker.red {
  color: var(--ondax-red-dark);
}

.modal-header h2 {
  max-width: 680px;
  margin: 0 auto;
  font-size: clamp(1.55rem, 2.7vw, 2.15rem);
  line-height: 1.14;
  letter-spacing: -.035em;
}

.progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 520px;
  margin: 22px auto 0;
  color: #8a9bb3;
}

.progress span {
  position: relative;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  justify-self: center;
  border: 1px solid #c9d5e4;
  border-radius: 999px;
  background: #fff;
  font-weight: 950;
}

.progress span::after {
  content: "";
  position: absolute;
  left: calc(100% + 6px);
  top: 50%;
  width: calc(100% + 58px);
  height: 2px;
  transform: translateY(-50%);
  background: #dce5ef;
}

.progress span:last-child::after {
  display: none;
}

.progress span.is-active,
.progress span.is-done {
  border-color: var(--ondax-gold);
  background: var(--ondax-gold);
  color: var(--ondax-navy-950);
}

.progress span.is-done::after {
  background: var(--ondax-gold);
}

.wizard-step {
  display: none;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 10px 34px 26px;
}

.wizard-step.is-active {
  display: block;
}

.wizard-step h3 {
  margin: 0 0 8px;
  font-size: 1.42rem;
}

.wizard-step > p {
  margin: 0 0 18px;
  color: var(--ondax-muted);
}

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

.solution-modal .modal-card.has-lookup-result .wizard-step[data-step="1"] .choice-grid {
  display: none;
}

.choice-card {
  position: relative;
  display: grid;
  min-height: 178px;
  gap: 10px;
  align-content: start;
  border: 1px solid #cdd9e8;
  border-radius: 16px;
  padding: 22px;
  cursor: pointer;
  background: #fff;
}

.choice-card:has(input:checked) {
  border-color: var(--ondax-green);
  background: var(--ondax-green-soft);
  box-shadow: 0 18px 34px rgba(21, 148, 71, .12);
}

.choice-card input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.choice-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: var(--ondax-navy-950);
  color: #fff;
  font-weight: 950;
  font-size: 1.6rem;
}

.choice-icon.gold {
  background: var(--ondax-gold);
  color: var(--ondax-navy-950);
}

.choice-card strong {
  font-size: 1.22rem;
  line-height: 1.15;
}

.choice-card span:not(.choice-icon) {
  color: var(--ondax-muted);
}

.choice-card em {
  color: var(--ondax-gold-dark);
  font-style: normal;
  font-weight: 950;
}

.cnpj-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  margin-top: 18px;
}

.cnpj-box label,
.form-grid label,
.urgent-modal label:not(.consent):not(.order-bump),
.ebook-modal label:not(.consent):not(.order-bump) {
  display: grid;
  gap: 7px;
  font-weight: 850;
}

.cnpj-box label span,
.form-grid label span,
.urgent-modal label span,
.ebook-modal label span {
  color: var(--ondax-text);
  font-size: .9rem;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #bfd0e4;
  border-radius: 11px;
  background: #fff;
  color: var(--ondax-text);
  padding: 12px 14px;
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--ondax-blue);
  box-shadow: 0 0 0 4px rgba(21, 90, 203, .12);
}

.lookup-status {
  grid-column: 1 / -1;
  min-height: 22px;
  color: var(--ondax-muted);
  font-weight: 800;
}

.lookup-status.is-ok {
  color: var(--ondax-green-dark);
}

.lookup-status.is-error {
  color: var(--ondax-red-dark);
}

.lookup-result {
  grid-column: 1 / -1;
  border: 1px solid rgba(21, 148, 71, .32);
  border-radius: 14px;
  background: var(--ondax-green-soft);
  padding: 16px;
}

.lookup-result strong,
.lookup-result span,
.lookup-result p {
  display: block;
}

.lookup-result p {
  margin: 10px 0 0;
  color: var(--ondax-muted);
  font-size: .92rem;
}

.lookup-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.lookup-badges span {
  border-radius: 999px;
  background: #fff;
  padding: 7px 10px;
  color: var(--ondax-green-dark);
  font-weight: 900;
}

.rtu-enabled-area {
  margin-top: 14px;
  border: 1px solid #d6e2ef;
  border-radius: 14px;
  background: #fff;
  padding: 14px;
}

.rtu-enabled-area > strong {
  margin: 0 0 8px;
  color: var(--ondax-navy-950);
}

.rtu-enabled-area label {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: 9px;
  color: #263854;
  font-weight: 850;
}

.rtu-enabled-area input {
  width: 16px;
  height: 16px;
  min-height: auto;
}

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

.service-options label {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 58px;
  border: 1px solid #cfdae8;
  border-radius: 13px;
  padding: 12px 14px;
  cursor: pointer;
}

.service-options label.is-option-hidden {
  display: none !important;
}

.service-options label:has(input:checked) {
  border-color: var(--ondax-gold);
  background: var(--ondax-gold-soft);
}

.service-options label:has(input:disabled) {
  opacity: .55;
  cursor: not-allowed;
}

.service-options label[aria-disabled="true"] {
  opacity: .55;
  cursor: not-allowed;
}

.service-options input {
  width: 18px;
  height: 18px;
  min-height: auto;
}

.service-options strong {
  color: var(--ondax-gold-dark);
  white-space: nowrap;
}

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

.full-row {
  grid-column: 1 / -1;
}

.onboarding-note {
  margin: 2px 0 0;
  border: 1px solid #dbe6f3;
  border-radius: 13px;
  background: #f4f8ff;
  color: #53647c;
  font-weight: 800;
  padding: 12px 14px;
}

.contract-summary {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.summary-block {
  display: grid;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid var(--ondax-border);
  border-radius: 13px;
  background: #f9fbfe;
}

.summary-block h4 {
  margin: 0;
  color: var(--ondax-text);
  font-size: 1rem;
}

.summary-block ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.summary-block li,
.summary-total {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}

.summary-block li span,
.summary-disclaimer,
.empty-summary {
  color: var(--ondax-muted);
}

.summary-block li strong,
.summary-total strong {
  color: var(--ondax-text);
  white-space: nowrap;
}

.summary-total {
  margin-top: 4px;
  border-top: 1px solid var(--ondax-border);
  padding-top: 10px;
  color: var(--ondax-text);
  font-weight: 950;
}

.summary-disclaimer,
.empty-summary {
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff;
  font-weight: 750;
}

.summary-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--ondax-border);
  border-radius: 13px;
  background: #f9fbfe;
}

.summary-line strong {
  color: var(--ondax-text);
}

.summary-line span {
  color: var(--ondax-muted);
}

.summary-line.total {
  border-color: rgba(233, 169, 27, .55);
  background: var(--ondax-gold-soft);
}

.consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 10px 0;
  color: var(--ondax-muted);
  font-weight: 700;
}

.consent input,
.order-bump input {
  width: 18px;
  height: 18px;
  min-height: auto;
  margin-top: 3px;
}

.form-status {
  min-height: 24px;
  color: var(--ondax-red-dark);
  font-weight: 900;
}

.form-status.is-ok {
  color: var(--ondax-green-dark);
}

.form-status.is-loading,
.lookup-status.is-loading {
  color: var(--ondax-blue);
}

.modal-footer {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 18px 34px;
  border-top: 1px solid var(--ondax-border);
  background: #fbfdff;
}

.urgent-modal .modal-card,
.ebook-modal .modal-card {
  overflow-y: auto;
}

@media (max-height: 820px) {
  .section-services {
    padding: 18px 0 34px;
  }

  .services-decision-heading {
    margin-bottom: 12px;
  }

  .services-decision-heading h2 {
    font-size: clamp(1.8rem, 2.45vw, 2.45rem);
    line-height: .98;
  }

  .services-decision-heading > p:not(.eyebrow) {
    margin-top: 9px;
    font-size: clamp(.92rem, 1vw, 1rem);
    line-height: 1.22;
  }

  .decision-card-small {
    grid-template-columns: 62px minmax(0, 1fr);
    min-height: 0;
    padding: 14px 18px;
  }

  .decision-card-large {
    grid-template-columns: 62px minmax(0, 1fr);
    min-height: 0;
    padding: 14px 18px;
  }

  .decision-icon-soft {
    width: 58px;
    height: 58px;
  }

  .decision-icon-dark {
    width: 58px;
    height: 58px;
    border-radius: 14px;
  }

  .decision-icon svg {
    width: 34px;
    height: 34px;
  }

  .decision-divider {
    margin: 12px 0 10px;
    font-size: clamp(.95rem, 1.15vw, 1.08rem);
  }

  .services-decision-cta {
    margin-top: 10px;
  }

  .additional-services {
    margin-top: 40px;
  }

  .modal-card {
    max-height: calc(100dvh - 20px);
  }

  .modal-header {
    padding-top: 16px;
    padding-bottom: 8px;
  }

  .modal-header h2 {
    max-width: 620px;
    font-size: clamp(1.35rem, 2.1vw, 1.72rem);
  }

  .progress {
    max-width: 420px;
    margin-top: 12px;
  }

  .progress span {
    width: 28px;
    height: 28px;
  }

  .wizard-step {
    padding-top: 4px;
    padding-bottom: 14px;
  }

  .wizard-step h3 {
    margin-bottom: 6px;
    font-size: 1.26rem;
  }

  .wizard-step > p {
    margin-bottom: 12px;
  }

  .choice-card {
    min-height: 122px;
    padding: 14px 16px;
  }

  .choice-icon {
    width: 46px;
    height: 46px;
    font-size: 1.35rem;
  }

  .choice-card strong {
    font-size: 1.08rem;
  }

  .cnpj-box {
    gap: 10px;
    margin-top: 12px;
  }

  .lookup-status {
    min-height: 18px;
    font-size: .92rem;
  }

  .lookup-result {
    padding: 12px;
  }

  .lookup-badges {
    margin-top: 8px;
  }

  .rtu-enabled-area {
    margin-top: 10px;
    padding: 12px;
  }

  .modal-footer {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

@media (min-width: 981px) and (max-height: 820px) {
  html {
    scroll-padding-top: 106px;
  }

  main > section[id] {
    scroll-margin-top: 106px;
  }

  .header-shell {
    min-height: 74px;
  }

  .brand,
  .brand img {
    width: 148px;
    min-width: 148px;
  }

  .main-nav {
    gap: clamp(8px, 1vw, 14px);
    font-size: .84rem;
  }

  .main-nav a {
    padding-top: 24px;
    padding-bottom: 22px;
  }

  .main-nav a::after {
    bottom: 16px;
  }

  .header-actions {
    gap: 9px;
  }

  .header-actions .btn {
    min-height: 42px;
    padding: 9px 12px;
  }

  .header-actions .btn-gold {
    max-width: 228px;
  }

  .header-actions .btn-red {
    max-width: 250px;
    font-size: .78rem;
    line-height: 1.12;
  }

  .section {
    padding: 30px 0 34px;
  }

  .section-heading {
    margin-bottom: 14px;
  }

  .section-heading h2 {
    font-size: clamp(1.7rem, 2.45vw, 2.16rem);
    line-height: 1.03;
  }

  .section-heading .eyebrow {
    margin-bottom: 8px;
  }

  .readiness-strip {
    grid-template-columns: minmax(210px, .72fr) minmax(0, 1.28fr);
    gap: 14px;
    margin-bottom: 14px;
    padding: 12px 16px;
    border-radius: 18px;
  }

  .readiness-strip span {
    font-size: .78rem;
  }

  .readiness-strip strong {
    font-size: .96rem;
    line-height: 1.15;
  }

  .readiness-strip ul {
    gap: 8px;
  }

  .readiness-strip li {
    padding: 8px 10px;
    font-size: .88rem;
  }

  .services-grid {
    gap: 14px;
  }

  .service-card {
    padding: 17px 18px;
    border-radius: 16px;
  }

  .compact-card {
    min-height: 226px;
  }

  .card-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    border-radius: 15px;
  }

  .card-icon svg {
    width: 28px;
    height: 28px;
  }

  .service-card h3 {
    font-size: clamp(.96rem, 1.2vw, 1.1rem);
    line-height: 1.12;
  }

  .price {
    margin-top: 10px;
  }

  .price-small {
    font-size: clamp(1.18rem, 1.42vw, 1.48rem);
  }

  .billing {
    margin-top: 4px;
    font-size: .82rem;
  }

  .short-copy {
    margin-top: 9px;
    font-size: .82rem;
    line-height: 1.36;
  }

  .expand-toggle {
    padding-top: 8px;
    font-size: .86rem;
  }

  .service-card.is-expanded {
    grid-template-columns: minmax(180px, 300px) minmax(0, 1fr);
    max-height: none;
  }

  .help-flow-section {
    padding: 26px 0 32px;
  }

  .help-flow-heading {
    margin-bottom: 14px;
  }

  .help-flow-heading h2 {
    font-size: clamp(1.86rem, 2.75vw, 2.8rem);
    line-height: 1.02;
  }

  .help-flow-heading p {
    margin-top: 6px;
    font-size: .94rem;
  }

  .help-flow-board {
    gap: 14px 16px;
    align-items: stretch;
  }

  .help-card {
    padding: 20px 18px 18px;
    border-radius: 18px;
  }

  .help-step {
    left: 16px;
    top: 16px;
    width: 40px;
    height: 40px;
    font-size: 1.24rem;
  }

  .help-card h3 {
    margin: 4px 0 12px;
    padding-left: 54px;
    font-size: clamp(1.05rem, 1.28vw, 1.26rem);
  }

  .help-card p {
    margin-bottom: 10px;
    font-size: .9rem;
    line-height: 1.34;
  }

  .help-choice-list,
  .help-operation-options,
  .help-checks {
    gap: 9px;
  }

  .help-choice {
    min-height: 50px;
    padding: 9px 12px;
  }

  .help-choice-icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .help-choice svg,
  .help-company-icon svg {
    width: 24px;
    height: 24px;
  }

  .help-price {
    margin: 6px 0 12px;
    font-size: 2rem;
  }

  .help-checks {
    margin-bottom: 12px;
  }

  .help-checks li {
    padding-left: 24px;
    font-size: .88rem;
  }

  .help-next {
    min-height: 40px;
    padding: 9px 12px;
  }

  .help-cnpj-row input,
  .help-cnpj-row button {
    min-height: 40px;
  }

  .help-company-result {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .help-company-icon {
    width: 36px;
    height: 36px;
  }

  .help-action-row {
    gap: 8px;
  }

  .help-action-row button {
    min-height: 40px;
    padding: 8px;
    font-size: .84rem;
  }

  .help-alert {
    margin: 12px 0;
    padding: 10px;
    font-size: .88rem;
  }

  .help-operation-options button {
    min-height: 64px;
    padding: 10px 12px;
  }

  .help-contract {
    min-height: 46px;
    margin-top: 12px;
    font-size: .98rem;
  }

  .help-flow-benefits {
    margin-top: 18px;
    padding: 12px;
  }

  .help-flow-benefits article {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 2px 12px;
    padding: 8px 14px;
  }

  .help-flow-benefits span {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }

  .help-flow-benefits strong {
    font-size: .95rem;
  }

  .help-flow-benefits p {
    font-size: .82rem;
    line-height: 1.28;
  }
}

@media (max-width: 760px) {
  .service-options {
    grid-template-columns: 1fr;
  }

  .ebook-card.is-expanded {
    display: block;
    max-height: none;
    overflow: visible;
  }

  .ebook-card.is-expanded > .expand-panel {
    border-left: 0;
    padding-left: 0;
    margin-top: 18px;
  }

  .ebook-card.is-expanded .check-list.two-columns {
    columns: 1;
  }
}

.urgent-modal {
  width: min(920px, calc(100vw - 32px));
}

.ebook-modal {
  width: min(760px, calc(100vw - 32px));
}

.urgent-modal .modal-header {
  padding-top: 18px;
  padding-bottom: 8px;
}

.urgent-modal .modal-header h2 {
  max-width: 780px;
  font-size: clamp(1.42rem, 2vw, 1.82rem);
}

.urgent-options label {
  grid-template-columns: auto 1fr;
  gap: 8px 10px;
  min-height: 48px;
  padding: 8px 11px;
}

.urgent-options strong {
  grid-column: 2 / 3;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.15;
}

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

.urgent-modal input,
.urgent-modal select {
  min-height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.urgent-modal textarea {
  min-height: 70px;
}

.urgent-modal .modal-card {
  display: grid;
  grid-template-columns: minmax(260px, .78fr) minmax(420px, 1.22fr);
  grid-template-rows: auto 1fr auto auto;
  max-height: min(calc(100dvh - 32px), 868px);
}

.urgent-modal .modal-header {
  grid-column: 1 / -1;
}

.urgent-modal .service-options {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  align-content: start;
  grid-template-columns: 1fr;
  margin: 0 0 0 34px;
}

.urgent-modal .form-grid {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  align-content: start;
  gap: 8px;
  margin: 0 34px 0 16px;
}

.urgent-modal .notice {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  margin: 12px 0 0 34px;
}

.urgent-modal .consent {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
  margin: 12px 34px 0 16px;
}

.urgent-modal .modal-footer {
  grid-column: 1 / -1;
  grid-row: 4 / 5;
  padding: 8px 34px;
}

.notice {
  border: 1px solid rgba(233, 169, 27, .45);
  border-radius: 13px;
  background: var(--ondax-gold-soft);
  padding: 13px 15px;
  color: var(--ondax-text);
  font-weight: 800;
}

.checkout-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  margin: 0 34px 18px;
  border: 1px solid var(--ondax-border);
  border-radius: 16px;
  padding: 18px;
  background: #f8fbff;
}

.checkout-box span {
  display: block;
  margin-top: 4px;
  color: var(--ondax-muted);
}

.checkout-box > strong {
  color: var(--ondax-gold-dark);
  font-size: 1.6rem;
}

.order-bump {
  display: flex;
  gap: 12px;
  margin: 0 34px 16px;
  border: 1px solid rgba(233, 169, 27, .5);
  border-radius: 16px;
  background: var(--ondax-gold-soft);
  padding: 16px;
  cursor: pointer;
}

.order-bump small {
  display: block;
  margin-top: 6px;
  color: var(--ondax-muted);
}

.ebook-modal .notice,
.urgent-modal .notice,
.urgent-modal .form-grid,
.urgent-modal .service-options {
  margin-left: 34px;
  margin-right: 34px;
}

.ebook-modal .notice {
  margin-left: 34px;
  margin-right: 34px;
}

@media (max-width: 1700px) {
  .header-shell {
    width: min(1540px, calc(100vw - 32px));
    gap: 14px;
  }

  .main-nav {
    gap: clamp(10px, 1.25vw, 18px);
    font-size: .88rem;
  }

  .header-actions {
    gap: 10px;
  }

  .header-actions .btn {
    padding-inline: 14px;
    font-size: .9rem;
  }

  .header-actions .btn-gold {
    max-width: 250px;
  }

  .header-actions .btn-red {
    max-width: 222px;
    white-space: normal;
    font-size: .8rem;
    line-height: 1.12;
    text-align: center;
  }
}

@media (max-width: 1440px) {
  .header-shell {
    gap: 16px;
  }

  .brand,
  .brand img {
    width: 150px;
    min-width: 150px;
  }

  .main-nav {
    gap: 10px;
    font-size: .78rem;
  }

  .main-nav a {
    padding-top: 28px;
    padding-bottom: 26px;
  }

  .header-actions .btn-outline-light {
    display: none;
  }

  .header-actions .btn {
    min-height: 48px;
    padding-inline: 12px;
  }

  .header-actions .btn-gold {
    max-width: 230px;
  }

  .header-actions .btn-red {
    max-width: 280px;
    white-space: normal;
    font-size: .82rem;
    line-height: 1.12;
    text-align: center;
  }

  .hero {
    min-height: min(650px, calc(100dvh - 86px));
  }

  .hero-copy {
    width: min(760px, 100%);
  }

  .hero-grid {
    padding-top: 42px;
    padding-bottom: 58px;
  }

  .hero-urgent-card {
    width: min(390px, 100%);
  }

  .hero h1 {
    max-width: 790px;
    font-size: clamp(2.35rem, 4.6vw, 4.05rem);
  }

  .hero p {
    max-width: 620px;
    margin-top: 18px;
    font-size: clamp(1.02rem, 1.45vw, 1.16rem);
  }

  .hero-buttons {
    margin-top: 24px;
  }

  .hero-highlights {
    gap: 14px;
    margin-top: 30px;
  }

  .down-link {
    bottom: 10px;
    width: 48px;
    height: 48px;
    font-size: 1.65rem;
  }
}

@media (min-width: 1121px) and (max-width: 1380px) {
  .header-shell {
    width: min(1340px, calc(100vw - 24px));
    gap: 10px;
  }

  .brand,
  .brand img {
    width: 136px;
    min-width: 136px;
  }

  .main-nav {
    gap: 8px;
    font-size: .72rem;
  }

  .main-nav a {
    padding-top: 24px;
    padding-bottom: 22px;
  }

  .header-actions {
    gap: 8px;
  }

  .header-actions .btn {
    min-height: 40px;
    padding: 8px 10px;
    border-radius: 9px;
    font-size: .78rem;
  }

  .header-actions .btn-gold {
    max-width: 206px;
  }

  .header-actions .btn-red {
    max-width: 228px;
    font-size: .72rem;
    line-height: 1.08;
  }

  .section-services .section-shell,
  .help-flow-section .section-shell {
    width: min(1318px, calc(100vw - 28px));
  }

  .services-decision {
    width: min(1260px, 100%);
  }

  .services-decision-heading h2 {
    font-size: clamp(1.85rem, 2.6vw, 2.65rem);
  }

  .decision-card-small {
    grid-template-columns: 64px minmax(0, 1fr);
    min-height: 0;
    padding: 16px 18px;
  }

  .decision-card-large {
    grid-template-columns: 64px minmax(0, 1fr);
    min-height: 0;
    padding: 16px 18px;
  }

  .decision-icon-soft {
    width: 60px;
    height: 60px;
  }

  .decision-icon-dark {
    width: 60px;
    height: 60px;
    border-radius: 14px;
  }

  .decision-icon svg {
    width: 35px;
    height: 35px;
  }

  .decision-card h3 {
    font-size: clamp(1.1rem, 1.45vw, 1.32rem);
  }

  .services-grid {
    gap: 14px;
  }

  .service-card {
    padding: 18px;
  }

  .compact-card {
    min-height: 254px;
  }

  .service-card h3 {
    font-size: clamp(1rem, 1.15vw, 1.12rem);
  }

  .price-small {
    font-size: clamp(1.32rem, 1.52vw, 1.56rem);
  }

  .short-copy {
    font-size: .9rem;
  }
}

@media (max-width: 1120px) {
  .header-shell {
    grid-template-columns: auto auto 1fr;
  }

  .menu-toggle {
    display: grid;
    order: 3;
    justify-self: end;
  }

  .main-nav {
    position: fixed;
    inset: 86px 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px 22px;
    background: rgba(6, 24, 47, .98);
    border-top: 1px solid rgba(255, 255, 255, .12);
  }

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

  .main-nav a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .main-nav .mobile-client-link {
    display: flex;
    justify-content: center;
    margin-top: 14px;
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 12px;
    background: rgba(255, 255, 255, .08);
    text-align: center;
  }

  .main-nav a::after {
    display: none;
  }

  .header-actions {
    grid-column: 2 / 3;
  }

  .readiness-strip,
  .system-strip {
    grid-template-columns: 1fr;
  }

  .services-decision-row-top,
  .services-decision-row-bottom {
    grid-template-columns: 1fr;
  }

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

  .hero-urgent-card {
    justify-self: start;
    width: min(520px, 100%);
  }

  .decision-card-small,
  .decision-card-large {
    min-height: 0;
  }

  .decision-divider {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .decision-divider::before,
  .decision-divider::after {
    display: none;
  }

  .system-price {
    justify-items: start;
  }

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

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

  .help-card-start,
  .help-card-opening,
  .help-card-lookup,
  .help-card-habilitation,
  .help-card-operation {
    grid-column: auto;
    grid-row: auto;
  }

  .help-card-start::after,
  .help-card-opening::after,
  .help-card-lookup::after,
  .help-card-habilitation::after {
    display: none;
  }

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

  .help-flow-benefits article:nth-child(2) {
    border-right: 0;
  }

  .help-flow-benefits article:nth-child(-n+2) {
    border-bottom: 1px solid #d9e2ee;
  }

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

  .representation-grid.has-expanded-card {
    grid-template-columns: 1fr;
  }

  .representation-visual {
    display: none;
  }

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

  .final-actions {
    justify-items: start;
  }
}

@media (max-width: 860px) {
  .section-shell,
  .header-shell {
    width: min(calc(100% - 28px), 720px);
  }

  .header-shell {
    grid-template-columns: auto 1fr auto;
    min-height: 74px;
  }

  .brand img {
    width: 142px;
  }

  .brand {
    min-width: 142px;
  }

  .main-nav {
    inset: 74px 14px auto;
  }

  .header-actions {
    justify-self: end;
    grid-column: 2 / 3;
  }

  .header-actions .btn-gold {
    display: none;
  }

  .header-actions .btn-red {
    min-height: 40px;
    max-width: 174px;
    font-size: .78rem;
    padding: 8px 10px;
  }

  .menu-toggle {
    grid-column: 3 / 4;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    background:
      linear-gradient(180deg, rgba(6, 24, 47, .95), rgba(6, 24, 47, .74)),
      url('/landing-assets/ciudad-del-este-hero.png') center / cover no-repeat;
  }

  .hero-grid {
    padding: 58px 0 74px;
  }

  .hero-urgent-card {
    border-radius: 24px;
  }

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

  .services-decision-heading {
    text-align: left;
  }

  .services-decision-heading h2,
  .services-decision-heading > p:not(.eyebrow) {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-highlights li:nth-child(2) {
    border-right: 0;
  }

  .ebook-grid,
  .choice-grid {
    grid-template-columns: 1fr;
  }

  .help-flow-board,
  .help-flow-benefits {
    grid-template-columns: 1fr;
  }

  .help-flow-section {
    padding: 44px 0;
  }

  .help-flow-heading {
    margin-bottom: 20px;
    text-align: left;
  }

  .help-flow-heading h2 {
    font-size: clamp(2rem, 11vw, 3.1rem);
  }

  .help-card {
    padding: 22px 18px 18px;
    border-radius: 20px;
  }

  .help-step {
    left: 18px;
    top: 18px;
    width: 42px;
    height: 42px;
    font-size: 1.25rem;
  }

  .help-card h3 {
    padding-left: 56px;
  }

  .help-cnpj-row,
  .help-action-row {
    grid-template-columns: 1fr;
  }

  .help-flow-benefits {
    padding: 4px 18px;
  }

  .help-flow-benefits article,
  .help-flow-benefits article:nth-child(2),
  .help-flow-benefits article:nth-child(-n+2) {
    border-right: 0;
    border-bottom: 1px solid #d9e2ee;
  }

  .help-flow-benefits article:last-child {
    border-bottom: 0;
  }

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

  .service-card.is-expanded {
    grid-column: 1 / -1;
    display: flex;
    text-align: inherit;
    max-height: none;
  }

  .service-card.is-expanded .expand-panel {
    border-left: 0;
    padding-left: 0;
    margin-top: 18px;
  }

  .service-card.is-expanded .expand-panel .check-list {
    columns: 1;
  }

  .ebook-cover {
    display: none;
  }

  .modal {
    width: 100vw;
    max-height: 100vh;
  }

  .modal-card {
    min-height: 100vh;
    max-height: 100vh;
    border-radius: 0;
  }

  .urgent-modal .modal-card {
    display: flex;
    flex-direction: column;
    max-height: 100vh;
  }

  .modal-header,
  .wizard-step,
  .modal-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .modal-header {
    padding-top: 18px;
    padding-bottom: 10px;
  }

  .modal-header h2 {
    font-size: clamp(1.36rem, 7vw, 1.75rem);
  }

  .progress {
    margin-top: 16px;
  }

  .wizard-step {
    padding-top: 6px;
    padding-bottom: 18px;
  }

  .choice-grid {
    gap: 12px;
  }

  .choice-card {
    min-height: 132px;
    padding: 16px 18px;
  }

  .choice-icon {
    width: 50px;
    height: 50px;
  }

  .modal-footer {
    position: sticky;
    bottom: 0;
  }

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

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

  .progress span::after {
    width: calc(100% + 22px);
  }

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

  .final-actions {
    width: 100%;
    justify-items: stretch;
  }

  .final-actions .btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 620px) {
  html {
    scroll-padding-top: 88px;
  }

  body {
    padding-bottom: 74px;
  }

  .site-header {
    position: sticky;
  }

  .header-shell {
    gap: 10px;
  }

  .header-actions .btn-red {
    display: none;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
  }

  .main-nav {
    inset: 74px 0 auto 0;
  }

  .readiness-strip,
  .system-strip {
    padding: 18px;
    border-radius: 18px;
  }

  .readiness-strip li {
    display: block;
  }

  .readiness-strip li strong {
    display: block;
    margin-top: 4px;
  }

  .system-price,
  .system-price .btn {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(2.25rem, 11vw, 3.2rem);
  }

  .hero-buttons {
    display: none;
  }

  .hero-urgent-card {
    padding: 20px;
  }

  .hero-highlights {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .hero-highlights li {
    border: 0;
    border-radius: 14px;
    background: rgba(255, 255, 255, .08);
    padding: 14px 10px;
  }

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

  .services-decision-heading h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .decision-card-small,
  .decision-card-large {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }

  .decision-icon-soft,
  .decision-icon-dark {
    width: 76px;
    height: 76px;
  }

  .decision-icon svg {
    width: 42px;
    height: 42px;
  }

  .decision-system-chips {
    display: grid;
    grid-template-columns: 1fr;
  }

  .services-decision-cta .btn {
    width: 100%;
    white-space: normal;
  }

  .service-card,
  .ebook-card,
  .representation-benefits {
    padding: 20px;
  }

  .representation-price {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .two-columns {
    columns: 1;
  }

  .modal-header h2 {
    font-size: 1.45rem;
  }

  .modal-close {
    top: 12px;
    right: 12px;
  }

  .service-options label {
    grid-template-columns: auto 1fr;
  }

  .service-options strong {
    grid-column: 2 / 3;
  }

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

  .checkout-box,
  .order-bump,
  .ebook-modal .notice,
  .urgent-modal .notice,
  .urgent-modal .form-grid,
  .urgent-modal .service-options {
    margin-left: 18px;
    margin-right: 18px;
  }

  .mobile-sticky-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 35;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, .94);
    border-top: 1px solid var(--ondax-border);
    box-shadow: 0 -12px 26px rgba(6, 24, 47, .12);
    backdrop-filter: blur(12px);
  }

  .mobile-sticky-actions button {
    min-height: 44px;
    border: 0;
    border-radius: 12px;
    font-weight: 950;
    cursor: pointer;
  }

  .mobile-sticky-actions button:first-child {
    background: var(--ondax-gold);
    color: var(--ondax-navy-950);
  }

  .mobile-sticky-actions button:last-child {
    background: var(--ondax-red);
    color: #fff;
  }

  body:has(.service-card.is-expanded) .mobile-sticky-actions {
    display: none;
  }
}

@media (max-width: 440px) {
  .section-shell,
  .header-shell {
    width: min(calc(100% - 22px), 420px);
  }

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

  .down-link {
    display: none;
  }

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

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

@media (min-width: 981px) and (max-height: 820px) {
  html {
    scroll-padding-top: 104px;
  }

  main > section[id] {
    scroll-margin-top: 104px;
  }

  .site-header {
    box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
  }

  .header-shell {
    min-height: 72px;
    gap: 12px;
  }

  .brand,
  .brand img {
    width: 144px;
    min-width: 144px;
  }

  .main-nav {
    gap: clamp(7px, .9vw, 13px);
    font-size: .8rem;
  }

  .main-nav a {
    padding-top: 22px;
    padding-bottom: 20px;
  }

  .main-nav a::after {
    bottom: 14px;
  }

  .header-actions {
    gap: 8px;
  }

  .header-actions .btn {
    min-height: 40px;
    padding: 8px 11px;
    border-radius: 9px;
  }

  .header-actions .btn-gold {
    max-width: 216px;
    font-size: .82rem;
  }

  .header-actions .btn-red {
    max-width: 238px;
    font-size: .76rem;
    line-height: 1.1;
  }

  .section {
    padding: 26px 0 30px;
  }

  .section-heading {
    margin-bottom: 12px;
  }

  .section-heading h2 {
    font-size: clamp(1.58rem, 2.3vw, 2rem);
    line-height: 1.03;
  }

  .readiness-strip {
    gap: 12px;
    margin-bottom: 12px;
    padding: 11px 14px;
    border-radius: 16px;
  }

  .readiness-strip strong {
    font-size: .92rem;
  }

  .readiness-strip li {
    padding: 7px 10px;
    font-size: .84rem;
  }

  .services-grid {
    gap: 12px;
  }

  .service-card {
    padding: 16px;
    border-radius: 15px;
  }

  .compact-card {
    min-height: 216px;
  }

  .card-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 9px;
  }

  .service-card h3 {
    font-size: clamp(.92rem, 1.1vw, 1.05rem);
    line-height: 1.1;
  }

  .price {
    margin-top: 8px;
  }

  .price-small {
    font-size: clamp(1.12rem, 1.35vw, 1.4rem);
  }

  .short-copy {
    margin-top: 7px;
    font-size: .8rem;
    line-height: 1.32;
  }

  .service-card.is-expanded {
    grid-template-columns: minmax(176px, 288px) minmax(0, 1fr);
    max-height: none;
  }

  .help-flow-section {
    padding: 22px 0 28px;
  }

  .help-flow-heading {
    margin-bottom: 12px;
  }

  .help-flow-heading h2 {
    font-size: clamp(1.72rem, 2.5vw, 2.52rem);
    line-height: 1.02;
  }

  .help-flow-heading p {
    margin-top: 5px;
    font-size: .9rem;
  }

  .help-flow-board {
    gap: 12px 14px;
  }

  .help-card {
    padding: 18px 16px 16px;
    border-radius: 17px;
  }

  .help-step {
    left: 15px;
    top: 14px;
    width: 38px;
    height: 38px;
    font-size: 1.18rem;
  }

  .help-card h3 {
    padding-left: 50px;
    font-size: clamp(1rem, 1.18vw, 1.18rem);
    line-height: 1.08;
  }

  .help-price {
    font-size: 1.9rem;
  }

  .help-choice {
    min-height: 48px;
  }

  .help-flow-benefits {
    margin-top: 14px;
    padding: 10px;
  }

  .help-flow-benefits article {
    padding: 7px 12px;
  }

  .help-flow-benefits p {
    font-size: .78rem;
  }
}

@media (max-width: 1180px) {
  .institutional-card {
    grid-template-columns: 1fr;
  }

  .help-flow-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .help-card-start,
  .help-card-opening,
  .help-card-lookup,
  .help-card-habilitation,
  .help-card-operation {
    grid-column: auto;
    grid-row: auto;
  }

  .help-card-start::after,
  .help-card-opening::after,
  .help-card-lookup::after,
  .help-card-habilitation::after {
    display: none;
  }
}

@media (max-width: 720px) {
  .institutional-card {
    padding: 20px;
    border-radius: 20px;
  }

  .institutional-grid,
  .help-flow-board,
  .help-flow-board[data-flow-stage],
  .help-flow-benefits {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .institutional-grid article {
    min-height: 0;
  }

  .help-operation-options button {
    min-height: 112px;
  }

  .help-flow-benefits article,
  .help-flow-benefits article:last-child {
    border-right: 0;
    border-bottom: 1px solid #d9e2ee;
  }

  .help-flow-benefits article:last-child {
    border-bottom: 0;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

.hero-urgent-card {
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, .18), transparent 32%),
    linear-gradient(135deg, rgba(239, 68, 68, .72), rgba(127, 29, 29, .58)) !important;
  border-color: rgba(255, 255, 255, .30) !important;
  box-shadow: 0 22px 52px rgba(127, 29, 29, .30) !important;
  backdrop-filter: blur(6px) saturate(125%);
  -webkit-backdrop-filter: blur(6px) saturate(125%);
}

.hero-urgent-card::before {
  opacity: .24 !important;
}

.services-grid {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.service-card .price + .billing {
  margin-top: -6px;
}

.decision-info-card {
  max-width: min(760px, calc(100vw - 32px));
}

.decision-info-body {
  display: grid;
  gap: 18px;
  color: #273855;
  font-size: 1rem;
  line-height: 1.62;
}

.decision-info-body h3 {
  margin: 4px 0 -8px;
  color: #06182f;
  font-size: 1.05rem;
}

.decision-info-body ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.decision-info-body li {
  position: relative;
  padding-left: 28px;
}

.decision-info-body li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #0f9f55;
  font-weight: 900;
}

.decision-info-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(210, 145, 18, .42);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 246, 225, .96), rgba(255, 255, 255, .92));
}

.decision-info-price span {
  color: #10233f;
  font-weight: 800;
}

.decision-info-price strong {
  color: #c78300;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  white-space: nowrap;
}

.decision-info-note {
  padding: 14px 16px;
  border: 1px solid rgba(15, 159, 85, .26);
  border-radius: 14px;
  background: rgba(232, 251, 241, .86);
  color: #0b6d3e;
  font-weight: 800;
}

.help-operation-options button strong {
  line-height: 1.25;
}

.help-flow[data-rtu-enabled="true"] [data-flow-choice="operation-own-manual"] {
  display: none !important;
}

@media (min-width: 1180px) {
  .additional-services .services-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .decision-info-price {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (min-width: 981px) and (max-height: 940px) {
  .help-flow-section {
    padding: 30px 0 38px;
  }

  .help-flow-heading {
    margin-bottom: 18px;
  }

  .help-flow-heading h2 {
    font-size: clamp(2rem, 3.25vw, 3.2rem);
    line-height: 1;
  }

  .help-flow-heading p {
    margin-top: 8px;
    font-size: clamp(.96rem, 1.16vw, 1.08rem);
  }

  .help-flow-board[data-flow-stage="lookup"] {
    grid-template-columns: repeat(2, minmax(300px, 400px));
  }

  .help-card {
    padding: 22px 20px 20px;
    border-radius: 20px;
  }

  .help-step {
    left: 18px;
    top: 18px;
    width: 42px;
    height: 42px;
    font-size: 1.3rem;
  }

  .help-card h3 {
    margin: 4px 0 12px;
    padding-left: 58px;
    font-size: clamp(1.1rem, 1.35vw, 1.34rem);
    line-height: 1.1;
  }

  .help-card p {
    margin-bottom: 10px;
    font-size: .9rem;
    line-height: 1.36;
  }

  .help-choice {
    min-height: 50px;
    padding: 10px 14px;
  }

  .help-cnpj-row input,
  .help-cnpj-row button {
    min-height: 40px;
  }

  .help-company-result {
    margin: 8px 0;
    padding: 11px;
  }

  .help-result-note {
    font-size: .86rem;
    line-height: 1.35;
  }

  .help-action-row button {
    min-height: 42px;
    padding: 8px 10px;
  }
}

@media (max-width: 520px) {
  .modal {
    width: 100dvw;
    max-width: 100dvw;
    max-height: 100dvh;
    margin: 0;
  }

  .modal-card,
  .decision-info-card {
    width: 100%;
    max-width: 100%;
    min-height: 100dvh;
    max-height: 100dvh;
    border-radius: 0;
  }

  .decision-info-modal .modal-header {
    padding: 16px 58px 8px 18px;
    text-align: left;
  }

  .decision-info-modal .modal-header h2 {
    max-width: none;
    margin: 0;
    font-size: clamp(1.32rem, 6.4vw, 1.7rem);
  }

  .decision-info-modal .modal-kicker {
    max-width: 100%;
    font-size: .82rem;
    line-height: 1.2;
  }

  .decision-info-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    gap: 14px;
    padding: 0 18px 14px;
    font-size: .93rem;
    line-height: 1.48;
  }

  .decision-info-body ul {
    gap: 8px;
  }

  .decision-info-price {
    gap: 8px;
    padding: 13px 14px;
  }

  .decision-info-note {
    padding: 12px 13px;
    font-size: .88rem;
  }

  .modal-footer {
    position: sticky;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
  }

  .modal-footer .btn {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    white-space: normal;
    line-height: 1.18;
  }
}

@media (max-width: 340px) {
  .decision-info-modal .modal-header {
    padding-right: 56px;
    padding-left: 14px;
  }

  .decision-info-body,
  .modal-footer {
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* Ajuste final de alinhamento da seção de serviços da home */
.section-services {
  padding: clamp(34px, 4vw, 58px) 0 clamp(58px, 6vw, 82px);
}

.section-services .section-shell {
  display: grid;
  justify-items: center;
}

.services-decision-heading {
  width: min(1080px, 100%);
  margin-bottom: clamp(20px, 2.4vw, 30px);
}

.services-decision-heading h2 {
  line-height: 1.04;
}

.services-decision {
  width: min(1160px, 100%);
}

.services-decision-row {
  gap: clamp(18px, 2vw, 26px);
  align-items: stretch;
}

.services-decision-row-top,
.services-decision-row-bottom {
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
}

.decision-card {
  height: 100%;
}

.decision-card-small {
  min-height: 112px;
  padding: clamp(18px, 2vw, 24px);
}

.decision-card-large {
  min-height: 232px;
  padding: clamp(20px, 2.1vw, 26px);
}

.decision-divider {
  width: min(1120px, 100%);
  margin: clamp(14px, 1.7vw, 20px) auto clamp(14px, 1.7vw, 20px);
}

.decision-checklist {
  align-items: start;
}

.additional-services {
  width: 100%;
  margin-top: clamp(54px, 6vw, 82px);
}

.additional-services-heading {
  margin-bottom: clamp(22px, 2.3vw, 30px);
}

.additional-services .services-grid {
  width: min(1300px, 100%);
  margin-inline: auto;
  align-items: stretch;
  gap: clamp(16px, 1.5vw, 20px);
}

.service-card .price + .billing {
  margin-top: 6px;
}

.compact-card {
  display: grid;
  grid-template-rows: auto 118px 42px 36px minmax(90px, 1fr) auto auto;
  min-height: 440px;
  padding: clamp(18px, 1.35vw, 20px);
}

.compact-card .card-icon {
  margin-bottom: 16px;
}

.compact-card h3 {
  align-self: start;
  min-height: 0;
  font-size: clamp(1.02rem, 1.08vw, 1.16rem);
  line-height: 1.1;
  letter-spacing: -.035em;
  word-break: normal;
  overflow-wrap: normal;
}

.compact-card .price {
  align-self: end;
  margin-top: 0;
  font-size: clamp(1.36rem, 1.45vw, 1.62rem);
  line-height: .98;
}

.compact-card .billing {
  align-self: start;
  margin-top: 4px;
  line-height: 1.22;
}

.compact-card .short-copy {
  align-self: start;
  margin-top: 12px;
  line-height: 1.5;
}

.compact-card .expand-toggle {
  align-self: end;
  width: fit-content;
  margin-top: 18px;
}

@media (min-width: 1180px) {
  .additional-services .services-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

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

@media (max-width: 900px) {
  .services-decision-row-top,
  .services-decision-row-bottom,
  .additional-services .services-grid {
    grid-template-columns: 1fr;
  }

  .decision-card-small,
  .decision-card-large,
  .compact-card {
    min-height: 0;
  }

  .compact-card {
    display: flex;
    padding: 20px;
  }

  .compact-card h3,
  .compact-card .billing,
  .compact-card .short-copy {
    min-height: 0;
  }
}

/* Ajuste final dos modais "Saiba mais" para caber em telas baixas */
.decision-info-modal {
  width: min(760px, calc(100vw - 32px));
  max-height: calc(100dvh - 24px);
}

.decision-info-modal .decision-info-card {
  width: 100%;
  max-width: none;
  max-height: calc(100dvh - 24px);
  margin: 0;
}

.decision-info-modal .modal-header {
  flex: 0 0 auto;
  padding: clamp(18px, 2.1vh, 26px) 34px clamp(10px, 1.3vh, 14px);
}

.decision-info-modal .modal-header h2 {
  max-width: 650px;
  font-size: clamp(1.62rem, 2.05vw, 2.15rem);
  line-height: 1.08;
}

.decision-info-modal .modal-kicker {
  margin-bottom: clamp(6px, .9vh, 10px);
}

.decision-info-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 0 34px clamp(12px, 1.6vh, 18px);
}

.decision-info-modal .modal-footer {
  flex: 0 0 auto;
  padding: 14px 34px 16px;
}

@media (min-width: 721px) and (max-height: 780px) {
  .decision-info-modal {
    width: min(720px, calc(100vw - 32px));
    max-height: calc(100dvh - 20px);
  }

  .decision-info-modal .decision-info-card {
    max-height: calc(100dvh - 20px);
  }

  .decision-info-modal .modal-header {
    padding: 16px 28px 8px;
  }

  .decision-info-modal .modal-header h2 {
    max-width: 600px;
    font-size: clamp(1.45rem, 1.85vw, 1.9rem);
    line-height: 1.05;
  }

  .decision-info-modal .modal-kicker {
    margin-bottom: 6px;
    font-size: .84rem;
  }

  .decision-info-body {
    gap: 10px;
    padding: 0 28px 12px;
    font-size: .94rem;
    line-height: 1.45;
  }

  .decision-info-body h3 {
    margin: 2px 0 -4px;
  }

  .decision-info-body ul {
    gap: 6px;
  }

  .decision-info-price {
    gap: 14px;
    padding: 12px 16px;
    border-radius: 15px;
  }

  .decision-info-price strong {
    font-size: clamp(1.55rem, 2.35vw, 2rem);
  }

  .decision-info-note {
    padding: 10px 12px;
    border-radius: 12px;
    font-size: .9rem;
  }

  .decision-info-modal .modal-footer {
    padding: 11px 28px 12px;
  }

  .decision-info-modal .modal-footer .btn {
    min-height: 44px;
  }
}

@media (max-width: 520px) {
  .decision-info-modal {
    width: 100dvw;
    max-width: 100dvw;
    max-height: 100dvh;
  }

  .decision-info-modal .decision-info-card {
    min-height: 100dvh;
    max-height: 100dvh;
    border-radius: 0;
  }
}

/* Réplica visual da seção "Como a Onda X pode ajudar" */
.section-services {
  scroll-margin-top: 92px;
  padding: clamp(48px, 6vw, 76px) 0 clamp(62px, 7vw, 92px);
  background:
    radial-gradient(circle at 50% 8%, rgba(209, 219, 234, .52), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 28%, #f4f8fc 100%);
}

.section-services .section-shell {
  width: min(1260px, calc(100% - 48px));
  display: grid;
  justify-items: center;
  margin-inline: auto;
}

.services-decision-heading {
  width: min(1120px, 100%);
  margin: 0 auto clamp(28px, 3.4vw, 40px);
  text-align: center;
}

.services-decision-heading h2 {
  max-width: 1180px;
  margin: 0 auto;
  color: var(--ondax-navy-950);
  font-size: clamp(2.05rem, 3vw, 3.35rem);
  line-height: 1.04;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.services-decision-heading > p:not(.eyebrow) {
  max-width: 900px;
  margin: 18px auto 0;
  color: #5c6b80;
  font-size: clamp(1rem, 1.18vw, 1.22rem);
  line-height: 1.35;
}

.services-decision {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.services-decision-row {
  display: grid;
  align-items: stretch;
  gap: clamp(22px, 2.2vw, 30px);
}

.services-decision-row-top,
.services-decision-row-bottom {
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-inline: auto;
}

.decision-card {
  min-width: 0;
  border: 1px solid rgba(203, 216, 232, .98);
  border-radius: 22px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 22px 60px rgba(10, 28, 52, .08);
}

.decision-card-small {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  min-height: 158px;
  padding: clamp(26px, 2.5vw, 34px) clamp(34px, 3.6vw, 46px);
}

.decision-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.decision-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.decision-icon-soft {
  width: 76px;
  height: 76px;
  border-radius: 999px;
  color: #061b36;
  background:
    radial-gradient(circle at 36% 28%, #fff7df 0%, #f9eac7 58%, #f2dcac 100%);
  border: 1px solid rgba(218, 154, 15, .28);
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, .38);
}

.decision-icon-dark {
  width: 78px;
  height: 78px;
  border-radius: 999px;
  color: var(--ondax-gold);
  background: radial-gradient(circle at 32% 28%, #0f345d, #041225 74%);
  box-shadow: 0 20px 40px rgba(4, 18, 37, .24);
}

.decision-icon-dark svg {
  width: 42px;
  height: 42px;
  stroke-width: 1.8;
}

.decision-card h3 {
  margin: 0;
  color: var(--ondax-navy-950);
  font-size: clamp(1.45rem, 1.55vw, 1.72rem);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.decision-card p {
  margin: 10px 0 0;
  color: #637187;
  font-size: clamp(1rem, 1.05vw, 1.12rem);
  line-height: 1.38;
}

.decision-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  border: 0;
  border-bottom: 2px solid rgba(233, 169, 27, .52);
  background: transparent;
  color: #061b36;
  padding: 0 0 6px;
  font: inherit;
  font-weight: 950;
  text-decoration: none;
  cursor: pointer;
}

.decision-link::after {
  content: "›";
  color: var(--ondax-gold);
  font-size: 1.55em;
  line-height: .5;
}

.decision-divider {
  display: grid;
  grid-template-columns: minmax(80px, 1fr) auto minmax(80px, 1fr);
  align-items: center;
  gap: 20px;
  width: min(1080px, 100%);
  margin: clamp(26px, 3vw, 38px) auto clamp(26px, 3vw, 36px);
  color: var(--ondax-navy-950);
  font-size: clamp(1.02rem, 1.22vw, 1.2rem);
  font-weight: 950;
  text-align: center;
}

.decision-divider::before,
.decision-divider::after {
  display: none;
}

.decision-divider-line {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(202, 139, 0, .76), transparent);
}

.decision-divider-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  white-space: nowrap;
}

.decision-divider-check {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: var(--ondax-gold);
  color: #fff;
  box-shadow: 0 8px 22px rgba(199, 134, 0, .24);
  font-size: .88rem;
  line-height: 1;
}

.decision-card-large {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto 1fr auto;
  min-height: 390px;
  padding: clamp(28px, 3vw, 38px);
}

#servicos .decision-card-large > * {
  grid-column: 1 / -1;
}

.decision-card-large-head {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
}

.decision-card-large .decision-card-large-head + .decision-feature-list,
.decision-card-large .decision-card-large-head + .decision-system-box {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(209, 219, 234, .9);
}

.decision-system-box {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin: 0;
  border: 1px solid rgba(233, 169, 27, .78);
  border-radius: 17px;
  background: linear-gradient(135deg, #fff8eb, #ffffff 75%);
  padding: 18px 18px 16px;
}

.decision-system-box strong {
  display: block;
  margin: 0;
  color: #d08a00;
  font-size: clamp(1.08rem, 1.28vw, 1.28rem);
  line-height: 1.1;
  font-weight: 950;
}

.decision-system-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.decision-system-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid rgba(203, 216, 232, .98);
  border-radius: 12px;
  background: #fff;
  color: #061b36;
  padding: 8px 18px;
  font-weight: 950;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(10, 28, 52, .04);
}

.decision-checklist.decision-feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
  margin: 0;
  padding: 0;
  border-top: 0;
  list-style: none;
}

.decision-system-box + .decision-feature-list {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(209, 219, 234, .9);
}

.decision-feature-list li {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 12px;
  color: var(--ondax-text);
  text-align: center;
  font-size: clamp(1rem, 1.06vw, 1.1rem);
  font-weight: 700;
  line-height: 1.18;
}

.decision-feature-list li::before {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: #f3f6fa;
  color: #061b36;
  font-size: 1.65rem;
  font-weight: 950;
  box-shadow: inset 0 0 0 1px rgba(209, 219, 234, .55);
}

.decision-feature-list:not(.decision-feature-list-system) li:nth-child(1)::before {
  content: "✈";
}

.decision-feature-list:not(.decision-feature-list-system) li:nth-child(2)::before {
  content: "▤";
}

.decision-feature-list:not(.decision-feature-list-system) li:nth-child(3)::before {
  content: "▸";
}

.decision-feature-list-system li:nth-child(1)::before {
  content: "ϟ";
}

.decision-feature-list-system li:nth-child(2)::before {
  content: "◔";
}

.decision-feature-list-system li:nth-child(3)::before {
  content: "●";
}

.decision-link-button {
  justify-self: center;
  align-self: end;
  min-width: min(220px, 100%);
  justify-content: center;
  margin-top: 30px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(145deg, #082241, #041225);
  color: #fff;
  padding: 15px 34px;
  box-shadow: 0 16px 32px rgba(4, 18, 37, .16);
}

.decision-link-button::after {
  color: var(--ondax-gold);
}

@media (min-width: 901px) and (max-height: 830px) {
  .section-services {
    padding: 34px 0 54px;
  }

  .services-decision-heading {
    margin-bottom: 22px;
  }

  .services-decision-heading h2 {
    font-size: clamp(2.2rem, 3vw, 3.35rem);
  }

  .services-decision-heading > p:not(.eyebrow) {
    margin-top: 10px;
    font-size: 1rem;
  }

  .decision-card-small {
    min-height: 122px;
    grid-template-columns: 78px minmax(0, 1fr);
    padding: 22px 30px;
  }

  .decision-icon-soft {
    width: 66px;
    height: 66px;
  }

  .decision-divider {
    margin: 22px auto;
  }

  .decision-card-large {
    min-height: 330px;
    padding: 26px 32px;
  }

  .decision-icon-dark {
    width: 68px;
    height: 68px;
  }

  .decision-card-large-head {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .decision-card h3 {
    font-size: clamp(1.28rem, 1.35vw, 1.52rem);
  }

  .decision-card p,
  .decision-feature-list li {
    font-size: .96rem;
  }

  .decision-feature-list li::before {
    width: 48px;
    height: 48px;
    font-size: 1.35rem;
  }

  .decision-link-button {
    margin-top: 22px;
    padding: 13px 30px;
  }
}

@media (max-width: 900px) {
  .section-services .section-shell {
    width: min(100% - 28px, 680px);
  }

  .services-decision-row-top,
  .services-decision-row-bottom {
    grid-template-columns: 1fr;
  }

  .decision-divider {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .decision-divider-line {
    display: none;
  }

  .decision-divider-text {
    white-space: normal;
  }

  .decision-card-large {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .section-services {
    padding: 42px 0 58px;
  }

  .services-decision-heading h2 {
    font-size: clamp(2.05rem, 10vw, 3rem);
  }

  .decision-card-small,
  .decision-card-large-head {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .decision-card-small,
  .decision-card-large {
    padding: 24px 20px;
  }

  .decision-checklist.decision-feature-list {
    grid-template-columns: 1fr;
  }

  .decision-system-chips {
    flex-direction: column;
    width: 100%;
  }

  .decision-system-chips span {
    justify-content: center;
    width: 100%;
  }
}

/* Ajuste final: seção de serviços igual ao mockup, sem corte em 100% */
#servicos.section-services {
  padding: clamp(44px, 5.2vw, 68px) 0 clamp(48px, 5.5vw, 72px);
}

#servicos .section-shell {
  width: min(1460px, calc(100% - 96px));
}

#servicos .services-decision-heading {
  margin-bottom: clamp(24px, 2.8vw, 34px);
}

#servicos .services-decision-heading h2 {
  max-width: 1180px;
  font-size: clamp(2.05rem, 2.92vw, 3.3rem);
  line-height: 1.04;
  text-wrap: balance;
}

#servicos .services-decision-heading > p:not(.eyebrow) {
  margin-top: 16px;
}

#servicos .services-decision {
  width: min(1120px, 100%);
}

#servicos .services-decision-row {
  gap: clamp(22px, 2vw, 28px);
}

#servicos .decision-card {
  height: auto;
}

#servicos .decision-card-small {
  min-height: 152px;
  padding: 28px 42px;
}

#servicos .decision-divider {
  width: min(1040px, 100%);
  margin: clamp(24px, 2.7vw, 32px) auto;
}

#servicos .decision-card-large {
  display: flex;
  flex-direction: column;
  min-height: 410px;
  padding: 30px 36px 32px;
  gap: 0;
}

#servicos .decision-card-large-head {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
}

#servicos .decision-card-large .decision-card-large-head + .decision-feature-list,
#servicos .decision-card-large .decision-card-large-head + .decision-system-box {
  margin-top: 24px;
  padding-top: 24px;
}

#servicos .decision-system-box {
  padding: 16px 16px 15px;
}

#servicos .decision-system-chips {
  flex-wrap: nowrap;
  gap: 10px;
}

#servicos .decision-system-chips span {
  min-height: 36px;
  padding: 8px 14px;
  font-size: .94rem;
}

#servicos .decision-checklist.decision-feature-list {
  gap: 16px;
}

#servicos .decision-feature-list li {
  font-size: clamp(.96rem, 1vw, 1.05rem);
}

#servicos .decision-feature-list li::before {
  width: 54px;
  height: 54px;
  font-size: 1.45rem;
}

#servicos .decision-link-button {
  width: min(220px, 100%);
  min-height: 54px;
  margin: auto auto 0;
  padding: 14px 32px;
}

@media (min-width: 901px) and (max-height: 830px) {
  #servicos.section-services {
    padding: 30px 0 46px;
  }

  #servicos .services-decision-heading {
    margin-bottom: 20px;
  }

  #servicos .services-decision-heading h2 {
    font-size: clamp(2.15rem, 2.95vw, 3.25rem);
  }

  #servicos .services-decision-heading > p:not(.eyebrow) {
    margin-top: 10px;
    font-size: .98rem;
  }

  #servicos .decision-card-small {
    min-height: 126px;
    grid-template-columns: 78px minmax(0, 1fr);
    padding: 22px 30px;
  }

  #servicos .decision-icon-soft {
    width: 66px;
    height: 66px;
  }

  #servicos .decision-divider {
    margin: 20px auto;
  }

  #servicos .decision-card-large {
    min-height: 330px;
    padding: 24px 30px 26px;
  }

  #servicos .decision-icon-dark {
    width: 66px;
    height: 66px;
  }

  #servicos .decision-card-large-head {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  #servicos .decision-card h3 {
    font-size: clamp(1.25rem, 1.32vw, 1.5rem);
  }

  #servicos .decision-card p,
  #servicos .decision-feature-list li {
    font-size: .94rem;
  }

  #servicos .decision-card-large .decision-card-large-head + .decision-feature-list,
  #servicos .decision-card-large .decision-card-large-head + .decision-system-box {
    margin-top: 18px;
    padding-top: 18px;
  }

  #servicos .decision-system-box {
    gap: 10px;
    padding: 13px 14px;
  }

  #servicos .decision-system-box strong {
    font-size: 1.05rem;
  }

  #servicos .decision-feature-list li::before {
    width: 44px;
    height: 44px;
    font-size: 1.2rem;
  }

  #servicos .decision-link-button {
    min-height: 48px;
    padding: 12px 28px;
  }
}

@media (max-width: 900px) {
  #servicos .section-shell {
    width: min(100% - 28px, 680px);
  }

  #servicos .services-decision-row-top,
  #servicos .services-decision-row-bottom {
    grid-template-columns: 1fr;
  }

  #servicos .decision-system-chips {
    flex-wrap: wrap;
  }

  #servicos .decision-card-large {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  #servicos.section-services {
    padding: 38px 0 52px;
  }

  #servicos .services-decision-heading h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  #servicos .decision-card-small,
  #servicos .decision-card-large {
    padding: 24px 20px;
  }

  #servicos .decision-card-small,
  #servicos .decision-card-large-head {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  #servicos .decision-checklist.decision-feature-list {
    grid-template-columns: 1fr;
  }
}

/* Refinamento da réplica: cards inferiores mais largos e proporcionais */
#servicos .services-decision {
  width: min(1210px, 100%);
}

#servicos .decision-card-large {
  min-height: 420px;
  padding: 28px 36px 30px;
}

#servicos .decision-card-large .decision-card-large-head + .decision-feature-list,
#servicos .decision-card-large .decision-card-large-head + .decision-system-box {
  margin-top: 20px;
  padding-top: 20px;
}

#servicos .decision-system-box + .decision-feature-list {
  margin-top: 18px;
  padding-top: 18px;
}

#servicos .decision-system-box {
  gap: 10px;
  padding: 14px 16px 13px;
}

#servicos .decision-system-box strong {
  font-size: clamp(1.05rem, 1.18vw, 1.18rem);
}

#servicos .decision-system-chips span {
  min-height: 34px;
  padding: 7px 12px;
  font-size: .9rem;
}

#servicos .decision-feature-list li {
  gap: 9px;
  font-size: .96rem;
}

#servicos .decision-feature-list li::before {
  width: 46px;
  height: 46px;
  font-size: 1.22rem;
}

@media (min-width: 901px) and (max-height: 900px) {
  #servicos .services-decision {
    width: min(1210px, 100%);
  }

  #servicos .decision-card-large {
    min-height: 372px;
    padding: 24px 32px 26px;
  }

  #servicos .decision-icon-dark {
    width: 66px;
    height: 66px;
  }

  #servicos .decision-card-large-head {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  #servicos .decision-card-large .decision-card-large-head + .decision-feature-list,
  #servicos .decision-card-large .decision-card-large-head + .decision-system-box {
    margin-top: 18px;
    padding-top: 18px;
  }

  #servicos .decision-system-box + .decision-feature-list {
    margin-top: 16px;
    padding-top: 16px;
  }

  #servicos .decision-system-chips span {
    min-height: 32px;
    padding: 6px 11px;
    font-size: .86rem;
  }

  #servicos .decision-feature-list li::before {
    width: 42px;
    height: 42px;
  }
}

/* Remove o limite antigo de largura das linhas da seção de serviços */
#servicos .services-decision-row-top,
#servicos .services-decision-row-bottom {
  max-width: none;
}

/* Modo compacto para telas desktop baixas em 100% de zoom */
@media (min-width: 901px) and (max-height: 900px) {
  #servicos .services-decision-heading h2 {
    max-width: 1040px;
    font-size: clamp(2.05rem, 2.82vw, 3rem);
    line-height: 1;
    letter-spacing: -.055em;
  }

  #servicos .services-decision-heading {
    margin-bottom: 18px;
  }

  #servicos .services-decision-heading > p:not(.eyebrow) {
    margin-top: 8px;
  }

  #servicos .decision-card-small {
    min-height: 132px;
    padding: 20px 30px;
  }

  #servicos .decision-divider {
    margin: 18px auto;
  }

  #servicos .decision-card-large {
    min-height: 356px;
    padding: 22px 30px 24px;
  }

  #servicos .decision-card-large .decision-card-large-head + .decision-feature-list,
  #servicos .decision-card-large .decision-card-large-head + .decision-system-box {
    margin-top: 15px;
    padding-top: 15px;
  }

  #servicos .decision-system-box + .decision-feature-list {
    margin-top: 12px;
    padding-top: 12px;
  }

  #servicos .decision-icon-dark {
    width: 60px;
    height: 60px;
  }

  #servicos .decision-card-large-head {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  #servicos .decision-card p {
    margin-top: 7px;
    line-height: 1.28;
  }

  #servicos .decision-system-box {
    padding: 11px 14px;
  }

  #servicos .decision-feature-list li {
    gap: 7px;
    line-height: 1.12;
  }

  #servicos .decision-feature-list li::before {
    width: 38px;
    height: 38px;
    font-size: 1.05rem;
  }

  #servicos .decision-link-button {
    min-height: 44px;
    margin-top: auto;
    padding: 10px 26px;
  }
}

/* Réplica final: Serviços complementares em cards 3x2 horizontais */
#servicos .additional-services {
  position: relative;
  width: 100%;
  margin-top: clamp(28px, 3.8vw, 54px);
  padding: clamp(46px, 3.25vw, 56px) 0 clamp(18px, 1.7vw, 28px);
  transform: none;
}

#servicos .additional-services-heading {
  max-width: 980px;
  margin: 0 auto clamp(24px, 2.25vw, 34px);
  text-align: center;
}

#servicos .additional-services-heading .eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  color: #c67b00;
  font-size: clamp(.78rem, .88vw, .95rem);
  font-weight: 950;
  letter-spacing: .34em;
  line-height: 1;
  text-transform: uppercase;
}

#servicos .additional-services-heading h3 {
  position: relative;
  margin: 0;
  color: #071733;
  font-size: clamp(2.55rem, 3.05vw, 3.25rem);
  font-weight: 950;
  line-height: .98;
  letter-spacing: -.045em;
}

#servicos .additional-services-heading h3::after {
  content: "×";
  display: block;
  width: min(424px, 70%);
  margin: 18px auto 0;
  color: #c67b00;
  font-size: 1.75rem;
  font-weight: 950;
  line-height: .2;
  letter-spacing: normal;
  text-align: center;
  background:
    linear-gradient(#d99a22, #d99a22) left center / calc(50% - 22px) 2px no-repeat,
    linear-gradient(#d99a22, #d99a22) right center / calc(50% - 22px) 2px no-repeat;
}

#servicos .additional-services-heading::after {
  content: "Soluções adicionais para apoiar sua operação com RTU.";
  display: block;
  margin-top: 12px;
  color: #59657a;
  font-size: clamp(1.08rem, 1.38vw, 1.32rem);
  font-weight: 500;
  letter-spacing: -.015em;
}

#servicos .additional-services .services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.35vw, 22px);
  width: min(1450px, 100%);
  max-width: 1450px;
  margin-inline: auto;
  align-items: stretch;
}

#servicos .additional-services .compact-card {
  position: relative;
  display: grid;
  grid-template-columns: clamp(96px, 6.2vw, 106px) minmax(0, 1fr);
  grid-template-rows: min-content min-content min-content min-content 1fr;
  column-gap: clamp(22px, 1.6vw, 27px);
  align-content: start;
  min-height: clamp(232px, 14.8vw, 252px);
  border: 1px solid rgba(199, 210, 225, .92);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, .98), rgba(255, 255, 255, .88) 36%, rgba(255, 255, 255, .96) 100%);
  box-shadow: 0 18px 40px rgba(5, 20, 45, .08);
  padding: clamp(20px, 1.42vw, 24px) clamp(22px, 1.68vw, 28px);
  overflow: hidden;
  transform: none;
}

#servicos .additional-services .compact-card:hover {
  transform: translateY(-2px);
  border-color: rgba(213, 145, 21, .7);
  box-shadow: 0 22px 48px rgba(5, 20, 45, .11);
}

#servicos .additional-services .compact-card:nth-child(2) {
  border-color: rgba(213, 145, 21, .78);
}

#servicos .additional-services .compact-card::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / -1;
  justify-self: end;
  width: 1px;
  height: 100%;
  background: rgba(207, 216, 229, .95);
  transform: translateX(clamp(10px, .9vw, 14px));
}

#servicos .additional-services .compact-card .card-icon {
  position: relative;
  grid-column: 1;
  grid-row: 1 / -1;
  align-self: start;
  justify-self: start;
  display: grid;
  place-items: center;
  width: clamp(78px, 5.5vw, 92px);
  height: clamp(78px, 5.5vw, 92px);
  margin: 0;
  border: 1px solid rgba(201, 213, 228, .92);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .96), #f7faff);
  color: #061833;
  box-shadow: 0 12px 24px rgba(5, 20, 45, .06), inset 0 0 0 1px rgba(255,255,255,.8);
}

#servicos .additional-services .compact-card .card-icon svg {
  width: clamp(40px, 2.85vw, 47px);
  height: clamp(40px, 2.85vw, 47px);
  stroke-width: 1.85;
}

#servicos .additional-services .compact-card .card-icon::after {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #fff8e7;
  color: #d18a00;
  font-size: .82rem;
  font-weight: 950;
  box-shadow: 0 0 0 2px #fff;
}

#servicos .additional-services .compact-card:nth-child(1) .card-icon::after { content: "✓"; }
#servicos .additional-services .compact-card:nth-child(2) .card-icon::after { content: "✓"; }
#servicos .additional-services .compact-card:nth-child(3) .card-icon::after { content: "☆"; }
#servicos .additional-services .compact-card:nth-child(4) .card-icon::after { content: "▦"; }
#servicos .additional-services .compact-card:nth-child(5) .card-icon::after { content: "⚙"; }
#servicos .additional-services .compact-card:nth-child(6) .card-icon::after { content: "⌖"; }

#servicos .additional-services .compact-card h3,
#servicos .additional-services .compact-card .price,
#servicos .additional-services .compact-card .billing,
#servicos .additional-services .compact-card .short-copy,
#servicos .additional-services .compact-card .expand-toggle,
#servicos .additional-services .compact-card .expand-panel {
  grid-column: 2;
}

#servicos .additional-services .compact-card h3 {
  align-self: start;
  min-height: 0;
  margin: 0;
  color: #071733;
  font-size: clamp(1.22rem, 1.32vw, 1.42rem);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -.035em;
  word-break: normal;
}

#servicos .additional-services .compact-card .price {
  align-self: start;
  margin: 12px 0 0;
  color: #c98200;
  font-size: clamp(1.72rem, 1.75vw, 1.96rem);
  font-weight: 950;
  line-height: .94;
  letter-spacing: -.045em;
}

#servicos .additional-services .compact-card .billing {
  align-self: start;
  margin: 4px 0 0;
  color: #56637a;
  font-size: clamp(.84rem, .9vw, .94rem);
  font-weight: 900;
  line-height: 1.2;
}

#servicos .additional-services .compact-card .short-copy {
  align-self: start;
  margin: 10px 0 0;
  max-width: 360px;
  color: #55627a;
  font-size: clamp(.9rem, .93vw, .98rem);
  line-height: 1.38;
}

#servicos .additional-services .compact-card .expand-toggle {
  align-self: end;
  justify-self: end;
  width: fit-content;
  margin-top: 12px;
  border: 0;
  border-bottom: 1px solid rgba(213, 145, 21, .58);
  background: transparent;
  color: #071733;
  padding: 6px 0 4px;
  font-size: clamp(.92rem, .96vw, 1rem);
  font-weight: 950;
  line-height: 1;
  cursor: pointer;
}

#servicos .additional-services .compact-card .expand-toggle::after {
  content: " →";
  color: #c98200;
}

#servicos .additional-services .compact-card .expand-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
}

#servicos .additional-services .compact-card.is-expanded {
  grid-column: span 3;
  grid-template-columns: 126px minmax(250px, .42fr) minmax(0, .58fr);
  column-gap: 30px;
  min-height: 0;
}

#servicos .additional-services .compact-card.is-expanded h3,
#servicos .additional-services .compact-card.is-expanded .price,
#servicos .additional-services .compact-card.is-expanded .billing,
#servicos .additional-services .compact-card.is-expanded .short-copy,
#servicos .additional-services .compact-card.is-expanded .expand-toggle {
  grid-column: 2;
}

#servicos .additional-services .compact-card.is-expanded .expand-panel {
  grid-column: 3;
  grid-row: 1 / span 5;
  max-height: none;
  overflow: visible;
  opacity: 1;
  margin: 0;
  border-left: 1px solid rgba(207, 216, 229, .95);
  padding-left: 30px;
}

#servicos .additional-services .compact-card.is-expanded .expand-panel p,
#servicos .additional-services .compact-card.is-expanded .expand-panel li {
  color: #44536d;
  font-size: .96rem;
  line-height: 1.42;
}

@media (max-width: 1180px) {
  #servicos .section-shell {
    width: min(100% - 32px, 960px);
  }

  #servicos .additional-services {
    padding-inline: 22px;
  }

  #servicos .additional-services .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(960px, 100%);
  }

  #servicos .additional-services .compact-card.is-expanded {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  #servicos .additional-services {
    margin-top: 44px;
    padding-inline: 14px;
  }

  #servicos .additional-services-heading h3 {
    font-size: clamp(2.15rem, 10vw, 3.15rem);
  }

  #servicos .additional-services-heading h3::after {
    margin-top: 18px;
  }

  #servicos .additional-services .services-grid {
    grid-template-columns: 1fr;
    width: min(430px, 100%);
  }

  #servicos .additional-services .compact-card,
  #servicos .additional-services .compact-card.is-expanded {
    grid-column: auto;
    grid-template-columns: 84px minmax(0, 1fr);
    column-gap: 22px;
    min-height: 0;
    padding: 22px 20px;
  }

  #servicos .additional-services .compact-card .card-icon {
    width: 70px;
    height: 70px;
    border-radius: 18px;
  }

  #servicos .additional-services .compact-card::before {
    transform: translateX(10px);
  }

  #servicos .additional-services .compact-card.is-expanded .expand-panel {
    grid-column: 1 / -1;
    grid-row: auto;
    margin-top: 18px;
    border-left: 0;
    border-top: 1px solid rgba(207, 216, 229, .95);
    padding: 18px 0 0;
  }
}

/* Viewport fit for the premium import comparison */
#servicos.section-services {
  scroll-margin-top: 0;
  padding-top: clamp(34px, 4vw, 56px);
}

#servicos .import-ways {
  padding-bottom: clamp(10px, 1.6vw, 20px);
}

#servicos .import-ways-heading {
  margin-bottom: clamp(24px, 3vw, 34px);
}

#servicos .import-ways-heading h2 {
  font-size: clamp(2.4rem, 3.65vw, 4.2rem);
}

#servicos .import-way-card {
  min-height: 345px;
  padding: clamp(24px, 2.4vw, 34px);
}

#servicos .import-way-main {
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 20px;
}

#servicos .import-way-icon {
  width: 76px;
  height: 76px;
}

#servicos .import-way-icon svg {
  width: 36px;
  height: 36px;
}

#servicos .import-way-card h3 {
  font-size: clamp(1.65rem, 2.05vw, 2.25rem);
}

#servicos .import-way-card p {
  font-size: clamp(.96rem, 1.05vw, 1.08rem);
}

#servicos .import-way-benefits {
  padding-top: clamp(22px, 2.4vw, 30px);
}

#servicos .import-way-benefits span {
  width: 58px;
  height: 58px;
}

#servicos .import-way-benefits svg {
  width: 26px;
  height: 26px;
}

#servicos .import-way-system {
  margin-top: clamp(18px, 2.2vw, 26px);
  padding: 16px 18px;
}

/* Compactação final para a comparação caber melhor em telas 16:9 a 100% */
#servicos .import-ways {
  padding-top: 0;
}

#servicos .import-ways-heading {
  margin-bottom: clamp(18px, 2.1vw, 28px);
}

#servicos .import-ways-heading p {
  margin-bottom: 10px;
}

#servicos .import-ways-heading h2 {
  font-size: clamp(2.25rem, 3.25vw, 3.75rem);
  letter-spacing: -.055em;
}

#servicos .import-ways-heading span {
  margin-top: 10px;
  font-size: clamp(.98rem, 1.16vw, 1.18rem);
}

#servicos .import-way-card {
  min-height: 0;
  padding: clamp(22px, 2vw, 30px);
}

#servicos .import-way-main {
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 18px;
}

#servicos .import-way-icon {
  width: 70px;
  height: 70px;
}

#servicos .import-way-icon svg {
  width: 34px;
  height: 34px;
}

#servicos .import-way-card h3 {
  font-size: clamp(1.55rem, 1.85vw, 2rem);
  line-height: 1.04;
}

#servicos .import-way-card p {
  margin-top: 8px;
  font-size: clamp(.92rem, .98vw, 1rem);
  line-height: 1.32;
}

#servicos .import-way-system {
  margin-top: clamp(14px, 1.7vw, 20px);
  padding: 14px;
}

#servicos .import-way-system strong {
  margin-bottom: 10px;
  font-size: clamp(.98rem, 1.05vw, 1.08rem);
}

#servicos .import-way-system > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

#servicos .import-way-system span {
  min-height: 38px;
  gap: 6px;
  padding: 8px 10px;
  font-size: clamp(.78rem, .82vw, .88rem);
}

#servicos .import-way-system svg {
  width: 17px;
  height: 17px;
}

#servicos .import-way-benefits {
  margin-top: clamp(14px, 1.9vw, 24px);
  padding-top: clamp(16px, 1.9vw, 24px);
}

#servicos .import-way-benefits div {
  gap: 8px;
  padding-inline: clamp(8px, 1.35vw, 18px);
}

#servicos .import-way-benefits span {
  width: 48px;
  height: 48px;
}

#servicos .import-way-benefits svg {
  width: 22px;
  height: 22px;
}

#servicos .import-way-benefits strong {
  font-size: clamp(.85rem, .9vw, .98rem);
}

@media (min-width: 1181px) {
  #servicos .import-way-card {
    min-height: 386px;
  }
}

@media (min-width: 901px) {
  html {
    scroll-padding-top: 96px;
  }

  main > section[id] {
    scroll-margin-top: 96px;
  }
}

/* Auditoria visual final — mantém a landing cabendo no viewport real do usuário */
html,
body {
  overflow-x: clip;
}

#servicos .service-start-card p {
  max-width: 360px;
}

#servicos .additional-services .compact-card .expand-toggle,
#servicos .additional-services .compact-card .expand-panel {
  display: none !important;
}

#servicos .additional-services .compact-card,
#servicos .additional-services .compact-card.is-expanded {
  grid-column: auto !important;
  grid-template-columns: clamp(92px, 6vw, 106px) minmax(0, 1fr) !important;
  grid-template-rows: min-content min-content min-content 1fr !important;
  min-height: clamp(218px, 13.8vw, 244px);
}

#servicos .additional-services .compact-card h3,
#servicos .additional-services .compact-card .price,
#servicos .additional-services .compact-card .billing,
#servicos .additional-services .compact-card .short-copy {
  grid-column: 2 !important;
}

#servicos .additional-services .compact-card .short-copy {
  max-width: 390px;
}

#servicos .help-flow-choice-title {
  max-width: min(100%, 980px);
  margin-bottom: clamp(18px, 2.2vw, 28px);
  font-size: clamp(1.2rem, 1.8vw, 1.65rem);
}

#servicos .help-flow-board {
  width: min(1180px, 100%);
  margin-inline: auto;
  align-items: start;
}

#servicos .help-card-start {
  min-height: 0;
}

#servicos .help-card {
  align-self: start;
}

.main-nav .mobile-client-link {
  display: none !important;
}

dialog.modal[open] {
  display: grid;
  place-items: center;
  padding: clamp(10px, 2vw, 24px);
  overflow: hidden;
}

dialog.modal[open] .modal-card {
  max-height: calc(100dvh - 28px);
  overflow: hidden;
}

dialog.modal[open] .modal-header,
dialog.modal[open] .modal-footer {
  flex: 0 0 auto;
}

dialog.modal[open] .modal-footer {
  position: relative;
  z-index: 3;
  background: rgba(251, 253, 255, .98);
}

dialog.modal[open] .decision-info-body,
dialog.modal[open] .service-options,
dialog.modal[open] .form-grid,
dialog.modal[open] .checkout-box,
dialog.modal[open] .order-bump,
dialog.modal[open] .notice,
dialog.modal[open] .consent {
  min-height: 0;
}

.decision-info-modal .decision-info-card {
  display: flex;
  flex-direction: column;
}

.decision-info-modal .decision-info-body {
  flex: 1 1 auto;
  overflow-y: auto;
}

.urgent-modal .modal-card,
.ebook-modal .modal-card {
  overflow-y: auto;
}

@media (max-width: 1180px) {
  #servicos .additional-services .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  #servicos .additional-services .compact-card,
  #servicos .additional-services .compact-card.is-expanded {
    grid-template-columns: 82px minmax(0, 1fr) !important;
    min-height: 0;
  }

  #servicos .help-flow-board,
  #servicos .help-flow-board[data-flow-stage],
  #servicos .help-flow-board[data-flow-stage="opening"],
  #servicos .help-flow-board[data-flow-stage="lookup"],
  #servicos .help-flow-board[data-flow-stage="habilitation"],
  #servicos .help-flow-board[data-flow-stage="operation"] {
    grid-template-columns: 1fr;
    width: min(100%, 430px);
  }
}

@media (max-width: 560px) {
  dialog.modal[open] {
    align-items: stretch;
    padding: 0;
  }

  dialog.modal[open] .modal-card {
    width: 100dvw;
    max-width: 100dvw;
    height: 100dvh;
    max-height: 100dvh;
    border-radius: 0;
  }

  dialog.modal[open] .modal-footer {
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  }

  dialog.modal[open] .modal-footer .btn {
    width: 100%;
  }
}

/* Ajuste final do popup emergencial para caber em 100% de zoom. */
.urgent-modal .modal-card {
  grid-template-rows: auto minmax(0, 1fr) auto auto !important;
  max-height: calc(100dvh - 96px) !important;
  overflow: hidden !important;
}

.urgent-modal .modal-header {
  padding-top: 12px !important;
  padding-bottom: 4px !important;
}

.urgent-modal .modal-header h2 {
  font-size: clamp(1.28rem, 1.75vw, 1.58rem) !important;
  line-height: 1.08 !important;
}

.urgent-modal .service-options,
.urgent-modal .form-grid {
  overflow-y: auto !important;
}

.urgent-modal .service-options {
  gap: 7px !important;
}

.urgent-options label {
  min-height: 42px !important;
  padding: 7px 10px !important;
}

.urgent-modal input,
.urgent-modal select {
  min-height: 36px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.urgent-modal textarea {
  min-height: 56px !important;
}

.urgent-modal .notice {
  padding: 10px 14px !important;
  font-size: .88rem !important;
}

.urgent-modal .consent {
  min-height: 0 !important;
}

.urgent-modal .modal-footer {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

/* Auditoria mobile: mantém o acesso do cliente visível e o menu sem cortes. */
@media (max-width: 1120px) {
  body.is-menu-open {
    overflow: hidden;
  }

  .main-nav {
    z-index: 45;
    max-height: calc(100dvh - 86px);
    overflow-y: auto;
    overscroll-behavior: contain;
    box-shadow: 0 22px 44px rgba(2, 12, 28, .32);
  }
}

@media (max-width: 900px) {
  .header-actions {
    display: flex;
    grid-column: 2 / 3;
    justify-self: end;
    min-width: 0;
  }

  .header-actions .btn-outline-light {
    display: inline-flex;
    min-height: 38px;
    padding: 8px 12px;
    border-radius: 12px;
    font-size: .78rem;
    line-height: 1;
    white-space: nowrap;
  }
}

@media (max-width: 760px) {
  .header-shell {
    width: min(calc(100% - 20px), 720px);
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 8px;
  }

  .brand,
  .brand img {
    width: clamp(112px, 34vw, 142px);
    min-width: clamp(112px, 34vw, 142px);
  }

  .header-actions {
    grid-column: 2 / 3;
    justify-self: end;
  }

  .menu-toggle {
    grid-column: 3 / 4;
    width: 40px;
    height: 40px;
  }

  .main-nav {
    max-height: calc(100dvh - 74px);
  }
}

@media (max-width: 360px) {
  .brand,
  .brand img {
    width: 106px;
    min-width: 106px;
  }

  .header-actions .btn-outline-light {
    min-height: 36px;
    padding-inline: 8px;
    font-size: .72rem;
  }

  .menu-toggle {
    width: 38px;
    height: 38px;
  }
}

/* Auditoria visual pública — 29/07/2026.
   Camada final para manter as seções e popups legíveis em 100% de zoom. */
.hero-media {
  background-position: center top !important;
}

#contratar {
  scroll-margin-top: 112px;
}

.service-start-heading > p {
  display: none !important;
}

.help-flow-board {
  align-items: start !important;
}

.help-card .help-step.help-step-label,
.help-step.help-step-label {
  position: static !important;
  width: auto !important;
  height: auto !important;
  min-height: 34px !important;
  max-width: 100% !important;
  margin: 0 0 14px !important;
  padding: 9px 13px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #061c38 !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(6, 28, 56, .18) !important;
  font-size: .68rem !important;
  line-height: 1.1 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  white-space: normal !important;
}

.help-card-start .help-choice-list {
  margin-top: 0 !important;
}

.help-operation-options [data-flow-choice="operation-own-manual"][hidden],
.help-operation-options [data-flow-choice="operation-own-manual"].is-option-hidden {
  display: none !important;
}

.operation-tags {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  align-items: center !important;
  margin-top: 10px !important;
}

.operation-tags b {
  display: inline-flex !important;
  margin: 0 !important;
  white-space: normal !important;
  line-height: 1.1 !important;
}

dialog.modal[open] .modal-card {
  max-height: calc(100dvh - 28px) !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
}

dialog.modal[open] .modal-footer {
  position: sticky !important;
  bottom: 0 !important;
  z-index: 4 !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, .92), #fff 34%) !important;
}

@media (min-width: 1180px) {
  #servicos-complementares .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    max-width: 1260px !important;
    margin-inline: auto !important;
  }

  #servicos-complementares .compact-card {
    min-height: 240px !important;
  }
}

@media (max-width: 980px) {
  .main-nav .mobile-client-link {
    display: flex !important;
  }

  .help-flow-board,
  .help-flow-board[data-flow-stage],
  .help-flow-board[data-flow-stage="opening"],
  .help-flow-board[data-flow-stage="lookup"],
  .help-flow-board[data-flow-stage="habilitation"],
  .help-flow-board[data-flow-stage="operation"] {
    grid-template-columns: 1fr !important;
    width: min(100%, 640px) !important;
    margin-inline: auto !important;
  }

  .help-card::after {
    display: none !important;
  }
}

@media (max-width: 520px) {
  .section-shell,
  .section-services .section-shell,
  .help-flow-section .section-shell {
    width: min(100% - 24px, 100%) !important;
  }

  dialog.modal[open] .modal-card {
    width: min(calc(100vw - 20px), 760px) !important;
    max-height: calc(100dvh - 20px) !important;
    border-radius: 20px !important;
  }

  dialog.modal[open] .modal-footer {
    flex-direction: column !important;
  }

  dialog.modal[open] .modal-footer .btn {
    width: 100% !important;
  }
}

/* Auditoria visual 30/07/2026 — popups cabendo sem barras internas no desktop. */
html:has(body.public-home dialog.modal[open]),
body.public-home:has(dialog.modal[open]) {
  overflow: hidden !important;
}

@media (min-width: 761px) {
  dialog.modal[open] {
    width: min(1160px, calc(100vw - 48px)) !important;
    max-width: calc(100vw - 48px) !important;
    max-height: calc(100dvh - 48px) !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  dialog.modal[open] .modal-card {
    display: flex !important;
    width: 100% !important;
    max-height: calc(100dvh - 48px) !important;
    overflow: visible !important;
    border-radius: 18px !important;
  }

  dialog.modal[open] .modal-header {
    padding: 12px 28px 6px !important;
  }

  dialog.modal[open] .modal-kicker {
    margin-bottom: 4px !important;
    font-size: .72rem !important;
    line-height: 1.05 !important;
  }

  dialog.modal[open] .modal-header h2 {
    max-width: 820px !important;
    margin-inline: auto !important;
    font-size: clamp(1.22rem, 1.62vw, 1.62rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -.035em !important;
  }

  dialog.modal[open] .modal-close {
    top: 12px !important;
    right: 14px !important;
    width: 36px !important;
    height: 36px !important;
    font-size: 1.25rem !important;
  }

  dialog.modal[open] .wizard-step {
    flex: 0 0 auto !important;
    padding: 6px 28px 12px !important;
    overflow: visible !important;
  }

  dialog.modal[open] .wizard-step h3 {
    margin-bottom: 5px !important;
    font-size: 1.05rem !important;
    line-height: 1.15 !important;
  }

  dialog.modal[open] .wizard-step > p {
    margin-bottom: 9px !important;
    font-size: .84rem !important;
    line-height: 1.32 !important;
  }

  dialog.modal[open] .modal-footer {
    position: static !important;
    gap: 10px !important;
    padding: 9px 28px !important;
    background: #fbfdff !important;
  }

  dialog.modal[open] .modal-footer .btn {
    min-height: 38px !important;
    padding: 8px 18px !important;
    border-radius: 11px !important;
    font-size: .9rem !important;
  }

  dialog.modal[open] input,
  dialog.modal[open] select {
    min-height: 38px !important;
    padding: 8px 10px !important;
    font-size: .88rem !important;
  }

  dialog.modal[open] textarea {
    min-height: 52px !important;
    padding: 8px 10px !important;
    font-size: .88rem !important;
  }

  dialog.modal[open] label span,
  dialog.modal[open] label small,
  dialog.modal[open] .notice,
  dialog.modal[open] .consent,
  dialog.modal[open] .form-status,
  dialog.modal[open] .lookup-status {
    font-size: .8rem !important;
    line-height: 1.24 !important;
  }

  .solution-modal .progress {
    max-width: 360px !important;
    margin-top: 7px !important;
  }

  .solution-modal .progress span {
    width: 24px !important;
    height: 24px !important;
    font-size: .74rem !important;
  }

  .solution-modal .progress span::after {
    left: calc(100% + 5px) !important;
    width: calc(100% + 40px) !important;
  }

  .solution-modal .choice-grid {
    gap: 10px !important;
  }

  .solution-modal .choice-card {
    min-height: 106px !important;
    padding: 12px !important;
    gap: 5px !important;
  }

  .solution-modal .choice-icon {
    width: 38px !important;
    height: 38px !important;
  }

  .solution-modal .choice-card strong {
    font-size: .95rem !important;
    line-height: 1.1 !important;
  }

  .solution-modal .choice-card span:not(.choice-icon),
  .solution-modal .choice-card em {
    font-size: .78rem !important;
    line-height: 1.2 !important;
  }

  .solution-modal .cnpj-box {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 8px 10px !important;
    margin-top: 8px !important;
  }

  .solution-modal .cnpj-box .btn {
    min-height: 38px !important;
    padding-inline: 18px !important;
  }

  .solution-modal .lookup-result {
    padding: 10px 12px !important;
    gap: 6px !important;
  }

  .solution-modal .lookup-result > p {
    margin: 2px 0 0 !important;
    font-size: .76rem !important;
    line-height: 1.2 !important;
  }

  .solution-modal .lookup-badges {
    gap: 6px !important;
  }

  .solution-modal .rtu-enabled-area {
    gap: 5px !important;
    margin-top: 6px !important;
    padding: 9px 10px !important;
  }

  .solution-modal .rtu-enabled-area label {
    margin-top: 0 !important;
    font-size: .78rem !important;
  }

  .solution-modal .service-options {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
    overflow: visible !important;
  }

  .solution-modal .service-options label {
    min-height: 40px !important;
    gap: 8px !important;
    padding: 7px 9px !important;
    border-radius: 10px !important;
  }

  .solution-modal .service-options strong {
    max-width: 180px !important;
    white-space: normal !important;
    text-align: right !important;
    font-size: .74rem !important;
    line-height: 1.12 !important;
  }

  .solution-modal .form-grid {
    gap: 8px !important;
    overflow: visible !important;
  }

  .solution-modal .onboarding-note,
  .solution-modal .summary-disclaimer,
  .solution-modal .empty-summary {
    margin-top: 0 !important;
    padding: 8px 10px !important;
    font-size: .78rem !important;
    line-height: 1.22 !important;
  }

  .solution-modal .contract-summary {
    gap: 7px !important;
    margin-bottom: 6px !important;
  }

  .solution-modal .summary-block {
    gap: 5px !important;
    padding: 8px 10px !important;
    border-radius: 10px !important;
  }

  .solution-modal .summary-block h4 {
    font-size: .88rem !important;
  }

  .solution-modal .summary-block ul {
    gap: 4px !important;
  }

  .solution-modal .summary-block li,
  .solution-modal .summary-total {
    gap: 8px !important;
    font-size: .78rem !important;
    line-height: 1.18 !important;
  }

  .solution-modal .consent {
    margin: 4px 0 !important;
  }

  .solution-modal .form-status {
    min-height: 18px !important;
  }

  .urgent-modal {
    width: min(1180px, calc(100vw - 48px)) !important;
  }

  .urgent-modal .modal-card {
    max-height: calc(100dvh - 48px) !important;
    overflow: visible !important;
  }

  .urgent-modal .service-options {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 7px !important;
    padding: 0 28px 8px !important;
    overflow: visible !important;
  }

  .urgent-options label {
    display: grid !important;
    grid-template-columns: 18px minmax(0, 1fr) !important;
    align-content: start !important;
    min-height: 76px !important;
    gap: 4px 7px !important;
    padding: 8px 9px !important;
    border-radius: 10px !important;
  }

  .urgent-options input {
    width: 16px !important;
    height: 16px !important;
    min-height: 16px !important;
    margin-top: 1px !important;
  }

  .urgent-options span,
  .urgent-options strong {
    font-size: .74rem !important;
    line-height: 1.16 !important;
  }

  .urgent-options strong {
    grid-column: 2 !important;
    white-space: normal !important;
  }

  .urgent-modal .form-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
    padding: 0 28px !important;
    overflow: visible !important;
  }

  .urgent-modal .form-grid .full-row {
    grid-column: 1 / -1 !important;
  }

  .urgent-modal .notice,
  .urgent-modal .consent,
  .urgent-modal .form-status {
    margin: 6px 28px 0 !important;
  }

  .urgent-modal .notice {
    padding: 7px 10px !important;
  }

  .urgent-modal .consent {
    min-height: 0 !important;
  }

  .urgent-modal .modal-footer {
    padding-top: 8px !important;
    padding-bottom: 9px !important;
  }

  .ebook-modal {
    width: min(740px, calc(100vw - 48px)) !important;
  }

  .ebook-modal .modal-card {
    max-height: calc(100dvh - 48px) !important;
    overflow: visible !important;
  }

  .ebook-modal .checkout-box,
  .ebook-modal .order-bump,
  .ebook-modal .checkout-breakdown,
  .ebook-modal .notice,
  .ebook-modal .consent,
  .ebook-modal .form-status,
  .ebook-modal .form-grid {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }

  .ebook-modal .checkout-box {
    padding: 11px 14px !important;
    gap: 10px !important;
  }

  .ebook-modal .checkout-box strong {
    font-size: 1rem !important;
  }

  .ebook-modal .checkout-box > strong {
    font-size: 1.2rem !important;
  }

  .ebook-modal .order-bump {
    grid-template-columns: 18px minmax(0, 1fr) !important;
    gap: 8px !important;
    padding: 9px 12px !important;
  }

  .ebook-modal .order-bump strong,
  .ebook-modal .order-bump small {
    font-size: .78rem !important;
    line-height: 1.22 !important;
  }

  .ebook-modal .checkout-breakdown {
    gap: 5px !important;
    padding: 10px 14px !important;
  }

  .ebook-modal .checkout-breakdown div {
    padding: 3px 0 !important;
    font-size: .86rem !important;
  }

  .ebook-modal .checkout-total strong {
    font-size: 1.16rem !important;
  }

  .ebook-modal .form-grid {
    gap: 8px !important;
  }

  .ebook-modal .notice {
    padding: 8px 10px !important;
  }

  .ebook-modal .consent {
    margin-top: 6px !important;
    margin-bottom: 4px !important;
  }

  .ebook-modal .form-status {
    min-height: 16px !important;
  }
}

@media (max-width: 760px) {
  dialog.modal[open] {
    align-items: stretch !important;
    padding: 0 !important;
  }

  dialog.modal[open] .modal-card {
    width: 100dvw !important;
    max-width: 100dvw !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    border-radius: 0 !important;
    overflow-y: auto !important;
  }
}

/* Guia RTU: separacao visual entre conteudo e diferenciais. */
.guide-detail-groups {
  display: grid;
  gap: 16px;
  margin-top: 14px;
}

.guide-detail-group {
  padding: 18px;
  border: 1px solid rgba(9, 34, 66, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 30px rgba(9, 34, 66, 0.06);
}

.guide-detail-group--accent {
  background: linear-gradient(135deg, rgba(36, 153, 91, 0.1), rgba(255, 255, 255, 0.82));
  border-color: rgba(36, 153, 91, 0.22);
}

.guide-detail-group h3,
.ebook-benefits strong {
  display: block;
  margin: 0 0 12px;
  color: #102033;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ebook-benefits strong {
  color: #fff;
  opacity: 0.92;
}

/* Hero comercial e selo da representacao. */
.public-home .hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 18px;
}

.public-home .hero-ctas .btn {
  min-height: 48px;
}

.public-home .solution-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 10px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(10, 132, 69, .12);
  color: #087a40;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Refinamentos finais da landing publica: ajuda avulsa fora do hero e CTAs de servicos. */
.public-home .urgent-inline-section,
.urgent-inline-section {
  padding-top: 18px;
  padding-bottom: 18px;
}

.public-home .urgent-inline-card,
.urgent-inline-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  border: 1px solid rgba(12, 35, 66, .12);
  border-radius: 28px;
  background: linear-gradient(135deg, #ffffff 0%, #fff8e8 54%, #edf7ff 100%);
  box-shadow: 0 18px 42px rgba(13, 34, 63, .08);
}

.public-home .urgent-inline-icon,
.urgent-inline-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #ffbe21;
  color: #0b1d35;
  font-size: 1.45rem;
  font-weight: 1000;
}

.public-home .urgent-inline-copy p,
.urgent-inline-copy p {
  margin: 0 0 5px;
  color: #a16a00;
  font-size: .76rem;
  font-weight: 1000;
  letter-spacing: .12em;
}

.public-home .urgent-inline-copy h2,
.urgent-inline-copy h2 {
  margin: 0 0 5px;
  color: #0c1b31;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.05;
}

.public-home .urgent-inline-copy span,
.urgent-inline-copy span {
  color: #536783;
  font-weight: 760;
}

.public-home .service-card,
.service-card {
  display: flex;
  flex-direction: column;
}

.public-home .service-card .service-card-cta,
.service-card .service-card-cta {
  align-self: flex-start;
  margin-top: auto;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 14px;
  font-size: .9rem;
}

.public-home .service-card-highlight-soft,
.service-card-highlight-soft {
  border-color: rgba(255, 190, 33, .52);
  background: linear-gradient(180deg, #ffffff 0%, #fff8e6 100%);
}

.field-help {
  display: block;
  margin: 3px 0 7px;
  color: #667891;
  font-size: .82rem;
  line-height: 1.35;
}

@media (max-width: 760px) {
  .public-home .urgent-inline-card,
  .urgent-inline-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .public-home .urgent-inline-card .btn,
  .urgent-inline-card .btn {
    width: 100%;
  }
}
