/* ─── Sections — shared scaffolding ──────────────────────────── */
.sec {
  position: relative;
  padding: 120px 56px;
  background: var(--bg);
  color: var(--ink);
}
.sec-inner {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.sec-head { max-width: 720px; margin-bottom: 72px; }
.sec-head-center { margin-left: auto; margin-right: auto; text-align: center; }

.eyebrow-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 600;
  color: var(--ink-2);
  padding: 6px 12px;
  background: var(--surface);
  border-radius: var(--r-pill);
  border: 1px solid var(--hairline);
  margin-bottom: 24px;
}
.eyebrow-inline .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent);
}
.eyebrow-inline .dot-warn {
  width: 6px; height: 6px; border-radius: 50%;
  background: #E11D48;
}

.sec-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -.02em;
  margin: 0 0 20px;
  text-wrap: balance;
}
.sec-title em {
  font-style: italic;
  font-weight: 500;
  color: var(--accent);
}

.sec-sub {
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink-2);
  margin: 0;
  max-width: 580px;
  text-wrap: pretty;
}
.sec-sub b { color: var(--ink); }

/* ─── 02 · Pain ──────────────────────────────────────────────── */
.sec-pain {
  background: var(--bg-2);
}
.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 56px;
}
.pain-card {
  background: var(--surface);
  border-radius: var(--r-lg);
  padding: 28px;
  border: 1px solid var(--hairline);
  position: relative;
  transition: transform .25s, border-color .25s;
}
.pain-card:hover {
  transform: translateY(-3px);
  border-color: rgba(225, 29, 72, .25);
}
.pain-mark {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  color: #E11D48;
  margin-bottom: 14px;
  display: inline-block;
  padding: 4px 10px;
  background: rgba(225, 29, 72, .08);
  border-radius: var(--r-pill);
}
.pain-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 19px;
  letter-spacing: -.01em;
  margin: 0 0 10px;
  color: var(--ink);
  line-height: 1.2;
}
.pain-body {
  margin: 0;
  font-size: 14.5px;
  color: var(--ink-2);
  line-height: 1.55;
}
.pain-closer {
  text-align: center;
  padding: 56px 24px 8px;
}
.pain-closer p {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.3;
  letter-spacing: -.015em;
  color: var(--ink);
  text-wrap: balance;
}
.pain-closer em {
  font-style: italic;
  color: var(--accent);
  font-weight: 600;
}

/* ─── 03 · Acordo 30/90 (navy moment) ────────────────────────── */
.sec-acordo {
  background: var(--brand);
  color: #F1EFE9;
  padding: 140px 56px 130px;
  overflow: hidden;
}
.sec-acordo .sec-inner { text-align: center; }
.acordo-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 50% 30%, black 0%, transparent 65%);
  opacity: .6;
  pointer-events: none;
}

.acordo-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 600;
  color: rgba(255,255,255,.65);
  padding: 7px 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--r-pill);
  margin-bottom: 28px;
  background: rgba(255,255,255,.04);
}
.acordo-pill .pulse-dot {
  width: 6px; height: 6px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, .6);
  animation: pulse 1.8s infinite;
}

.acordo-headline {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(36px, 4.2vw, 56px);
  line-height: 1.1;
  letter-spacing: -.02em;
  margin: 0 0 24px;
  color: #F1EFE9;
}
.acordo-bignum {
  display: inline-flex;
  align-items: baseline;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1;
}
.acordo-bignum .big {
  font-size: clamp(140px, 18vw, 240px);
  background: linear-gradient(180deg, #FFFFFF 0%, #C7D0E8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
.acordo-bignum .slash {
  font-size: clamp(120px, 16vw, 200px);
  color: var(--accent);
  font-weight: 400;
  padding: 0 12px;
  transform: translateY(-8px);
  display: inline-block;
}

.acordo-sub {
  font-size: 20px;
  line-height: 1.45;
  color: rgba(255,255,255,.72);
  margin: 0 auto 64px;
  max-width: 620px;
  text-wrap: balance;
}
.acordo-sub em {
  font-style: italic;
  color: var(--accent);
  font-weight: 500;
}

.acordo-promises {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: 32px;
  max-width: 920px;
  margin: 0 auto 80px;
}
.promise-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r-lg);
  padding: 36px 32px;
  text-align: left;
  position: relative;
  backdrop-filter: blur(8px);
  transition: transform .3s, border-color .3s, background .3s;
}
.promise-card:hover {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.22);
  transform: translateY(-3px);
}
.promise-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(37,211,102,.1);
  padding: 4px 10px;
  border-radius: var(--r-pill);
  margin-bottom: 16px;
}
.promise-num {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 14px;
  font-family: var(--font-display);
  letter-spacing: -.04em;
  color: #FFF;
}
.promise-num .num {
  font-size: 96px;
  font-weight: 600;
  line-height: .9;
}
.promise-num .unit {
  font-size: 26px;
  font-weight: 500;
  color: rgba(255,255,255,.6);
}
.promise-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #F1EFE9;
  margin-bottom: 14px;
}
.promise-detail {
  font-size: 14.5px;
  line-height: 1.55;
  color: rgba(255,255,255,.65);
  margin: 0;
}
.promise-detail b { color: #FFF; }

.promise-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: rgba(255,255,255,.4);
}
.promise-divider .div-line {
  flex: 1;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.15), transparent);
  min-height: 40px;
}
.promise-divider .div-amp {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  color: var(--accent);
  font-weight: 500;
}

.acordo-note {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-lg);
  padding: 24px 28px;
}
.acordo-note-ico {
  flex-shrink: 0;
  width: 40px; height: 40px;
  background: var(--accent);
  color: var(--brand);
  border-radius: 50%;
  display: grid; place-items: center;
}
.acordo-note p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.55;
  color: rgba(255,255,255,.78);
}
.acordo-note b { color: #FFF; }

/* ─── 04 · Benefits ──────────────────────────────────────────── */
.sec-benefits { padding: 130px 56px; }
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.benefit-card {
  background: var(--surface);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  border: 1px solid var(--hairline);
  display: flex; flex-direction: column;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.benefit-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(31,33,80,.15);
}
.benefit-num {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: .04em;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px dashed var(--hairline);
}
.benefit-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -.01em;
  line-height: 1.2;
  margin: 0 0 10px;
  color: var(--ink);
}
.benefit-body {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-2);
}
/* the 7th benefit spans two cells on desktop for visual rhythm */
.benefit-7 {
  grid-column: span 1;
  background: var(--brand);
  color: #F1EFE9;
  border-color: transparent;
}
.benefit-7 .benefit-num { color: var(--accent); border-bottom-color: rgba(255,255,255,.15); }
.benefit-7 .benefit-title { color: #FFF; }
.benefit-7 .benefit-body { color: rgba(255,255,255,.72); }
.benefit-7:hover { background: var(--brand-2); border-color: transparent; }

/* ─── 05 · Prova Social ──────────────────────────────────────── */
.sec-social {
  background: var(--bg);
  padding: 130px 56px;
}
.social-stats {
  display: grid;
  grid-template-columns: auto 1px auto 1px 1fr;
  align-items: center;
  gap: 40px;
  padding: 32px 40px;
  background: var(--surface);
  border-radius: var(--r-lg);
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-sm);
  margin-bottom: 48px;
}

/* Client logos strip — fills the gap between stats and testimonials */
.client-logos {
  margin: 0 auto 56px;
  max-width: 980px;
}
.cl-label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.cl-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--hairline), transparent);
}
.cl-text {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  flex-shrink: 0;
}
.cl-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  align-items: stretch;
}
.cl-slot {
  position: relative;
  aspect-ratio: 3 / 2;
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 14px;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.cl-slot:hover {
  border-color: rgba(31,33,80,.18);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}
.cl-slot image-slot {
  display: block;
  width: 100%;
  height: 100%;
}
.cl-slot image-slot[data-filled]::part(frame) {
  background: transparent !important;
}
.cl-note {
  margin-top: 18px;
  font-size: 11.5px;
  color: var(--muted);
  display: flex; align-items: center; gap: 10px;
  justify-content: center;
  font-style: italic;
}
.stat-block { display: flex; flex-direction: column; gap: 4px; }
.stat-big {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 56px;
  line-height: .9;
  letter-spacing: -.03em;
  color: var(--brand);
}
.stat-big i {
  font-style: normal;
  color: var(--accent);
  font-weight: 600;
}
.stat-label {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 600;
  line-height: 1.4;
}
.stat-divider { width: 1px; height: 56px; background: var(--hairline); }
.stat-partners {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: flex-end;
}
.partner-big {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-display);
  font-weight: 500;
}
.partner-big .partner-swatch {
  width: 22px; height: 22px;
  border-radius: 5px;
}
.partner-big .partner-name {
  font-size: 16px;
  color: var(--ink);
  letter-spacing: -.01em;
  line-height: 1.1;
}
.partner-big .partner-role {
  font-family: var(--font-body);
  font-size: 11px;
  color: var(--muted);
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 600;
}

.social-focus {
  max-width: 700px;
  margin: 0 auto 60px;
  text-align: center;
}
.social-focus .sec-title { font-size: clamp(28px, 3vw, 38px); }

.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial {
  background: var(--surface);
  border-radius: var(--r-lg);
  padding: 32px 28px 24px;
  border: 1px solid var(--hairline);
  position: relative;
  display: flex; flex-direction: column;
  transition: transform .25s, box-shadow .25s;
}
.testimonial:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.t-quote-mark {
  position: absolute;
  top: -20px; left: 20px;
  font-family: var(--font-display);
  font-size: 110px;
  line-height: 1;
  color: var(--accent);
  opacity: .35;
  font-style: italic;
  user-select: none;
  pointer-events: none;
}
.t-focus {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--ink-2);
  padding: 5px 10px;
  background: var(--bg-2);
  border-radius: var(--r-pill);
  border-left: 3px solid;
  align-self: flex-start;
  margin-bottom: 18px;
}
.t-quote {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: -.005em;
  color: var(--ink);
  margin: 0 0 24px;
  flex: 1;
  text-wrap: pretty;
}
.t-footer {
  display: flex; align-items: center;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px dashed var(--hairline);
}
.t-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.t-avatar image-slot {
  display: block;
  width: 100%; height: 100%;
}
.t-meta { min-width: 0; display: flex; flex-direction: column; gap: 2px; line-height: 1.2; }
.t-name {
  font-weight: 700;
  font-size: 14px;
  color: var(--ink);
  letter-spacing: -.005em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-co {
  font-size: 12px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-co .t-role { font-weight: 600; color: var(--ink-2); }
.t-co .t-co-sep { color: var(--hairline); }
.testimonials-note {
  margin-top: 28px;
  font-size: 12px;
  color: var(--muted);
  display: flex; align-items: center; gap: 10px;
  justify-content: center;
  font-style: italic;
}
.warn-pill {
  background: rgba(225,29,72,.08);
  color: #B91C45;
  padding: 4px 10px;
  border-radius: var(--r-pill);
  font-family: var(--font-mono);
  font-size: 10px;
  font-style: normal;
  letter-spacing: .06em;
  font-weight: 600;
}

/* ─── 06 · Oferta (white, clean) ─────────────────────────────── */
.sec-offer {
  background: #FFFFFF;
  padding: 130px 56px;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}
.offer-modules, .offer-summary {
  background: var(--bg);
  border-radius: var(--r-lg);
  border: 1px solid var(--hairline);
  padding: 28px;
}
.modules-head {
  display: flex; align-items: baseline;
  justify-content: space-between;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  color: var(--ink);
  letter-spacing: -.01em;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px dashed var(--hairline);
}
.cfg-reset {
  font-family: var(--font-mono);
  font-size: 11px;
  background: transparent;
  border: 0;
  color: var(--muted);
  cursor: pointer;
  padding: 4px 8px;
  border-radius: var(--r-pill);
  transition: color .15s, background .15s;
}
.cfg-reset:hover { color: var(--accent); background: rgba(31,33,80,.03); }

/* ─── Configurator row ───────────────────────────────────────── */
.cfg-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 20px 4px;
  border-bottom: 1px dashed var(--hairline);
}
.cfg-row:last-child { border-bottom: 0; }
.cfg-row-radio { grid-template-columns: 1fr; }

.cfg-meta { min-width: 0; }
.cfg-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 16.5px;
  letter-spacing: -.01em;
  color: var(--ink);
  margin-bottom: 3px;
}
.cfg-body {
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.45;
  margin-bottom: 8px;
}
.cfg-price {
  font-family: var(--font-mono);
  font-size: 12.5px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: -.005em;
}
.cfg-price span {
  color: var(--muted);
  font-weight: 500;
  margin-left: 2px;
}

/* Server kind toggle */
.cfg-toggle {
  display: inline-flex;
  margin-top: 10px;
  background: var(--bg-2);
  border-radius: var(--r-pill);
  padding: 3px;
}
.cfg-toggle-btn {
  background: transparent;
  border: 0;
  font: inherit;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  padding: 6px 12px;
  border-radius: var(--r-pill);
  cursor: pointer;
  transition: background .15s, color .15s;
  letter-spacing: -.005em;
}
.cfg-toggle-btn.on {
  background: var(--surface);
  color: var(--accent);
  box-shadow: var(--shadow-sm);
}

/* Hardware radio (3 options stacked) */
.cfg-radio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 12px;
}
.cfg-radio-btn {
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-md);
  font: inherit;
  cursor: pointer;
  padding: 12px 14px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: border-color .15s, background .15s;
  flex-wrap: wrap;
}
.cfg-radio-btn:hover { border-color: rgba(31,33,80,.18); }
.cfg-radio-btn.on {
  border-color: var(--accent);
  background: rgba(37,211,102,.06);
}
.r-dot {
  width: 14px; height: 14px;
  border-radius: 50%;
  border: 1.5px solid var(--hairline);
  flex-shrink: 0;
  position: relative;
  transition: all .15s;
}
.cfg-radio-btn.on .r-dot {
  border-color: var(--accent);
  background: var(--accent);
  box-shadow: inset 0 0 0 3px white;
}
.cfg-radio-btn > span:nth-child(2) {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  flex: 1;
  white-space: nowrap;
}
.r-price {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
  font-weight: 500;
  width: 100%;
  padding-left: 22px;
  margin-top: 2px;
}
.cfg-radio-btn.on .r-price { color: var(--accent); font-weight: 600; }

/* Stepper */
.stepper {
  display: inline-flex;
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-pill);
  padding: 4px;
  gap: 0;
  box-shadow: var(--shadow-sm);
}
.step-btn {
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 0;
  background: var(--bg-2);
  font-size: 18px;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  display: grid; place-items: center;
  transition: background .15s, color .15s;
  font-family: var(--font-display);
  line-height: 1;
}
.step-btn:hover:not(:disabled) {
  background: var(--accent);
  color: white;
}
.step-btn:disabled { opacity: .3; cursor: not-allowed; }
.step-val {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  color: var(--ink);
  width: 48px;
  text-align: center;
  letter-spacing: -.02em;
  font-feature-settings: "tnum";
}

/* ─── Summary updates for range pricing ──────────────────────── */
.summary-list .summary-item {
  display: flex; justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  font-size: 13.5px;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(255,255,255,.06);
  grid-template-columns: none;
  color: rgba(255,255,255,.9);
}
.summary-list .summary-item:last-child { border-bottom: 0; }
.summary-list .sum-t {
  font-weight: 500;
  color: rgba(255,255,255,.92);
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}
.summary-list .sum-kind {
  font-family: var(--font-mono);
  font-size: 10px;
  background: rgba(255,255,255,.08);
  padding: 2px 6px;
  border-radius: var(--r-pill);
  color: rgba(255,255,255,.55);
  letter-spacing: .04em;
  font-weight: 500;
}
.summary-list .sum-v {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 600;
  color: #FFF;
  white-space: nowrap;
  letter-spacing: -.005em;
}

.invest-range {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--accent);
  letter-spacing: -.02em;
}
.invest-min {
  font-size: 30px;
  line-height: 1;
}
.invest-dash {
  color: rgba(255,255,255,.4);
  font-size: 20px;
  font-weight: 400;
  padding: 0 2px;
}
.invest-max {
  font-size: 30px;
  line-height: 1;
}
.invest-unit {
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(255,255,255,.55);
  font-weight: 500;
  margin-left: 2px;
}
.invest-l sup {
  font-size: 9px;
  color: var(--accent);
  margin-left: 2px;
}

.summary-note {
  font-size: 11px;
  color: rgba(255,255,255,.45);
  text-align: center;
  margin-top: 10px;
  font-style: italic;
}

.module-row {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 18px 16px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: var(--r-md);
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  transition: background .15s, border-color .15s;
}
.module-row:hover { background: rgba(31,33,80,.03); border-color: var(--hairline); }
.module-row.on {
  background: var(--surface);
  border-color: var(--hairline);
  box-shadow: var(--shadow-sm);
}
.module-row.required { cursor: default; opacity: 1; }
.module-row.required:hover { background: var(--surface); }

.module-check { width: 22px; }
.check-box {
  width: 22px; height: 22px;
  border-radius: 6px;
  border: 1.5px solid var(--hairline);
  background: white;
  display: grid; place-items: center;
  color: white;
  transition: background .15s, border-color .15s;
}
.module-row.on .check-box {
  background: var(--accent);
  border-color: var(--accent);
}
.module-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -.01em;
  color: var(--ink);
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 3px;
}
.badge-req {
  background: var(--accent);
  color: white;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 2px 7px;
  border-radius: var(--r-pill);
}
.module-body {
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.5;
}
.module-unit {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
  letter-spacing: .04em;
  text-align: right;
  white-space: nowrap;
}

.offer-summary {
  background: var(--brand);
  color: #F1EFE9;
  border-color: transparent;
  position: sticky; top: 24px;
}
.summary-head {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px dashed rgba(255,255,255,.15);
}
.summary-head > span:first-child {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  color: #FFF;
}
.summary-tag {
  font-family: var(--font-mono);
  font-size: 10px;
  color: rgba(255,255,255,.55);
  background: rgba(255,255,255,.08);
  padding: 3px 8px;
  border-radius: var(--r-pill);
  letter-spacing: .06em;
}

.summary-list {
  display: flex; flex-direction: column; gap: 10px;
  margin-bottom: 22px;
  min-height: 80px;
}
.summary-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(255,255,255,.9);
}
.sum-check {
  width: 18px; height: 18px;
  background: var(--accent);
  color: var(--brand);
  border-radius: 50%;
  display: grid; place-items: center;
}
.sum-t { font-weight: 500; }
.sum-u {
  font-family: var(--font-mono);
  font-size: 11px;
  color: rgba(255,255,255,.45);
  letter-spacing: .04em;
}
.summary-empty {
  font-size: 13px;
  color: rgba(255,255,255,.4);
  font-style: italic;
  padding: 12px 0;
}

.summary-included {
  background: rgba(255,255,255,.05);
  border-radius: var(--r-md);
  padding: 18px;
  margin-bottom: 24px;
}
.inc-head {
  font-family: var(--font-mono);
  font-size: 10px;
  color: rgba(255,255,255,.55);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 12px;
}
.inc-item {
  display: flex; justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  padding: 6px 0;
  font-size: 13px;
  color: rgba(255,255,255,.78);
  border-bottom: 1px dashed rgba(255,255,255,.08);
}
.inc-item:last-child { border-bottom: 0; }
.inc-item b { font-weight: 600; color: #FFF; white-space: nowrap; }
.inc-item b.free { color: var(--accent); }

.summary-foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  margin-bottom: 18px;
}
.invest-l {
  font-family: var(--font-mono);
  font-size: 10px;
  color: rgba(255,255,255,.55);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4px;
}
.invest-v {
  font-family: var(--font-display);
  font-weight: 600;
  color: #FFF;
  letter-spacing: -.01em;
  display: flex; align-items: baseline;
  gap: 6px;
  line-height: 1;
}
.invest-from {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,.55);
  text-transform: uppercase;
  letter-spacing: .08em;
}
.invest-price {
  font-size: 34px;
  color: var(--accent);
  letter-spacing: -.02em;
}
.invest-unit {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,.65);
}
.invest-unit sup { font-size: 9px; }
.invest-note {
  font-size: 11px;
  color: rgba(255,255,255,.55);
  text-align: right;
  line-height: 1.4;
}
.invest-note sup { font-size: 9px; color: var(--accent); }

.summary-cta {
  width: 100%;
  justify-content: center;
  font-size: 15px;
  padding: 16px 24px;
}

/* ─── 07 · Garantia ──────────────────────────────────────────── */
.sec-guarantee {
  background: var(--bg-2);
  padding: 110px 56px;
}
.guarantee-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 56px;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  background: var(--surface);
  border-radius: var(--r-xl);
  padding: 56px;
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
}
.guarantee-card::before {
  content: "";
  position: absolute;
  top: -100px; right: -100px;
  width: 260px; height: 260px;
  background: radial-gradient(circle, var(--peach) 0%, transparent 70%);
  pointer-events: none;
}

.guarantee-seal {
  position: relative;
  width: 220px; height: 220px;
  margin: 0 auto;
}
.seal-ring-text {
  position: absolute;
  inset: 0;
  color: var(--brand);
  animation: spin 28s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.seal-inner {
  position: absolute;
  inset: 36px;
  background: var(--accent);
  color: var(--brand);
  border-radius: 50%;
  display: grid; place-items: center;
  text-align: center;
  box-shadow: 0 12px 30px -10px rgba(255,90,31,.45),
              inset 0 0 0 4px rgba(31,33,80,.08);
}
.seal-num {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -.02em;
}
.seal-lbl {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 2px;
}

.guarantee-body { position: relative; z-index: 1; }
.g-eyebrow { color: var(--brand); }
.g-eyebrow .dot { background: var(--accent); }
.guarantee-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  letter-spacing: -.02em;
  margin: 0 0 18px;
  color: var(--ink);
}
.guarantee-title em {
  font-style: italic;
  color: var(--accent);
  font-weight: 500;
}
.guarantee-text {
  margin: 0 0 16px;
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--ink-2);
}
.guarantee-text b { color: var(--ink); }
.guarantee-kicker {
  margin: 0;
  padding-top: 18px;
  border-top: 1px dashed var(--hairline);
  font-family: var(--font-display);
  font-size: 17px;
  line-height: 1.35;
  color: var(--ink);
}
.guarantee-kicker em {
  font-style: italic;
  color: var(--accent);
  font-weight: 500;
}

/* ─── Accordion (shared) ─────────────────────────────────────── */
.accordion {
  display: flex; flex-direction: column;
  gap: 8px;
}
.acc-item {
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s;
}
.acc-item.open {
  border-color: rgba(31,33,80,.18);
  box-shadow: var(--shadow-sm);
}
.acc-head {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 20px 24px;
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-align: left;
}
.acc-num {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: .06em;
}
.acc-q {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -.005em;
  line-height: 1.3;
  color: var(--ink);
}
.acc-icon {
  position: relative;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--bg);
  display: grid; place-items: center;
  transition: background .2s;
}
.acc-item.open .acc-icon {
  background: var(--accent);
  color: white;
}
.acc-plus {
  position: absolute;
  width: 12px; height: 1.6px;
  background: var(--ink-2);
  border-radius: 1px;
  transition: transform .25s, background .2s;
}
.acc-plus-v { transform: rotate(90deg); }
.acc-item.open .acc-plus { background: white; }
.acc-item.open .acc-plus-v { transform: rotate(0deg); }

.acc-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .35s cubic-bezier(.4,0,.2,1);
}
.acc-item.open .acc-body { grid-template-rows: 1fr; }
.acc-body-inner {
  overflow: hidden;
}
.acc-body-inner p {
  margin: 0;
  padding: 0 24px 24px 56px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-2);
}

.acc-wrap { max-width: 800px; margin: 0 auto; }

/* ─── 08 · Objections ────────────────────────────────────────── */
.sec-objections {
  background: var(--bg);
  padding: 120px 56px;
}

/* ─── 09 · FAQ ───────────────────────────────────────────────── */
.sec-faq {
  background: var(--bg-2);
  padding: 120px 56px;
}
.faq-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 56px;
  align-items: start;
}
.faq-left { position: sticky; top: 56px; }
.faq-left .sec-sub { font-size: 16px; margin-bottom: 24px; }
.faq-left .btn-ghost { padding-bottom: 4px; }

/* ─── 10 · Final CTA + P.S. ──────────────────────────────────── */
.sec-final {
  padding: 120px 56px 100px;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
}
.final-card {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  background: var(--surface);
  border-radius: var(--r-xl);
  padding: 64px 48px 56px;
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
}
.final-card::before, .final-card::after {
  content: "";
  position: absolute;
  width: 320px; height: 320px;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(40px);
}
.final-card::before {
  background: var(--peach);
  top: -120px; left: -100px;
  opacity: .55;
}
.final-card::after {
  background: var(--sky);
  bottom: -140px; right: -120px;
  opacity: .5;
}
.final-card > * { position: relative; z-index: 1; }

.final-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(31,33,80,.06);
  color: var(--brand);
  padding: 7px 14px;
  border-radius: var(--r-pill);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  margin-bottom: 28px;
}
.final-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.05;
  letter-spacing: -.02em;
  margin: 0 0 24px;
  text-wrap: balance;
}
.final-title em {
  font-style: italic;
  color: var(--accent);
  font-weight: 500;
}
.final-body {
  margin: 0 auto 16px;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 600px;
}
.final-body b { color: var(--ink); }

.final-cta-row {
  display: flex; flex-direction: column;
  align-items: center;
  gap: 14px;
  margin: 36px 0 18px;
}
.final-cta {
  font-size: 17px;
  padding: 18px 32px;
}
.final-tel {
  font-size: 14px;
  color: var(--ink-2);
  text-decoration: none;
}
.final-tel b {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--ink);
}
.final-tel b span { color: var(--accent); }

.final-disarm {
  display: flex; flex-wrap: wrap;
  align-items: center; justify-content: center;
  gap: 6px 10px;
  font-size: 12.5px;
  color: var(--muted);
}
.final-disarm svg { color: var(--accent); margin-right: 2px; }
.final-disarm .d-sep { color: var(--hairline); }

.ps {
  max-width: 780px;
  margin: 56px auto 0;
  padding: 28px 32px;
  background: rgba(31,33,80,.04);
  border-left: 3px solid var(--accent);
  border-radius: 0 var(--r-md) var(--r-md) 0;
}
.ps-label {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  color: var(--accent);
  letter-spacing: .04em;
  margin-bottom: 10px;
}
.ps p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-2);
}
.ps b { color: var(--ink); }

/* ─── Footer ─────────────────────────────────────────────────── */
.lp-footer {
  background: var(--brand);
  color: rgba(255,255,255,.7);
  padding: 80px 56px 32px;
}
.footer-inner {
  max-width: 1180px; margin: 0 auto;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
}
.footer-brand .footer-logo {
  height: 28px;
  margin-bottom: 20px;
}
.footer-tag {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255,255,255,.65);
}
.footer-since {
  font-family: var(--font-mono);
  font-size: 11px;
  color: rgba(255,255,255,.45);
  letter-spacing: .04em;
}
.footer-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent);
  color: var(--brand);
  padding: 10px 16px;
  border-radius: var(--r-pill);
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  transition: background .2s, transform .2s;
}
.footer-wa:hover { background: white; transform: translateY(-1px); }
.footer-wa b { color: var(--brand); font-weight: 700; }

.footer-h {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  color: #FFF;
  margin-bottom: 16px;
  letter-spacing: -.005em;
}
.footer-col {
  display: flex; flex-direction: column;
  gap: 10px;
}
.footer-col a {
  font-size: 13.5px;
  color: rgba(255,255,255,.65);
  text-decoration: none;
  transition: color .15s;
}
.footer-col a:hover { color: var(--accent); }
.obf-email {
  font-size: 13.5px;
  color: rgba(255,255,255,.65);
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  transition: color .15s;
}
.obf-email:hover { color: var(--accent); }
.obf-email .obf-at {
  font-style: italic;
  color: rgba(255,255,255,.4);
  font-size: 11px;
  padding: 0 3px;
}
.obf-email::after {
  content: "↗";
  font-size: 10px;
  color: rgba(255,255,255,.35);
  margin-left: 6px;
  transition: color .15s;
}
.obf-email:hover::after { color: var(--accent); }
.footer-partner {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,.7);
}
.footer-partner .swatch {
  width: 12px; height: 12px;
  border-radius: 3px;
}
.footer-bot {
  padding-top: 28px;
  display: flex; justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; gap: 14px;
  font-size: 12px;
  color: rgba(255,255,255,.45);
}
.footer-legal {
  line-height: 1.55;
}
.footer-legal b {
  color: rgba(255,255,255,.75);
  font-weight: 600;
}
.footer-legal .todo {
  font-family: var(--font-mono);
  background: rgba(255,255,255,.06);
  padding: 2px 6px;
  border-radius: 4px;
  color: rgba(255,255,255,.55);
  margin: 0 2px;
}
.footer-lgpd {
  display: inline-flex; align-items: center; gap: 8px;
}
.footer-lgpd a { color: rgba(255,255,255,.6); text-decoration: none; }
.footer-lgpd a:hover { color: white; }
.footer-lgpd .sep { color: rgba(255,255,255,.2); }
.lgpd-badge {
  background: rgba(37,211,102,.2);
  color: var(--accent);
  padding: 3px 8px;
  border-radius: var(--r-pill);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}

/* ─── New: Acordo asterisk + hours ───────────────────────────── */
.acordo-asterisk {
  font-family: var(--font-display);
  color: var(--accent);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 600;
  line-height: 0;
  vertical-align: super;
  margin-left: 8px;
}
.acordo-hours {
  margin: 28px auto 0;
  max-width: 580px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,.55);
  line-height: 1.5;
  text-align: left;
}
.acordo-hours .hours-ast {
  color: var(--accent);
  font-weight: 700;
  font-family: var(--font-display);
}
.acordo-hours b {
  color: rgba(255,255,255,.85);
  font-weight: 600;
}

/* ─── 03b · Como cumprimos ───────────────────────────────────── */
.sec-how {
  background: var(--bg);
  padding: 130px 56px 110px;
}
.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.how-card {
  position: relative;
  background: var(--surface);
  border-radius: var(--r-lg);
  padding: 36px 32px 32px;
  border: 1px solid var(--hairline);
  display: flex; flex-direction: column;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.how-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(31,33,80,.15);
}
.how-card::before {
  content: "";
  position: absolute;
  top: 0; left: 32px;
  width: 56px; height: 3px;
  background: var(--accent);
  border-radius: 0 0 3px 3px;
}
.how-kicker {
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 18px;
}
.how-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -.015em;
  line-height: 1.15;
  margin: 0 0 14px;
  color: var(--ink);
  text-wrap: balance;
}
.how-body {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ink-2);
}

/* ─── 05b · 3 Pilares ────────────────────────────────────────── */
.sec-pillars {
  background: var(--bg-2);
  padding: 130px 56px;
}
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pillar-card {
  background: var(--surface);
  border-radius: var(--r-lg);
  padding: 36px 32px;
  border: 1px solid var(--hairline);
  display: flex; flex-direction: column;
  gap: 18px;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.pillar-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(31,33,80,.18);
}
.pillar-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px dashed var(--hairline);
}
.pillar-n {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 42px;
  letter-spacing: -.04em;
  color: var(--accent);
  line-height: 1;
}
.pillar-t {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -.015em;
  line-height: 1.15;
  margin: 0;
  color: var(--ink);
}
.pillar-b {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-2);
}
.pillar-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; flex-direction: column;
  gap: 8px;
}
.pillar-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: var(--ink-2);
  line-height: 1.4;
}
.pillar-points li svg {
  color: var(--accent);
  margin-top: 3px;
  flex-shrink: 0;
}

/* ─── Nav extras ─────────────────────────────────────────────── */
.nav-client-link {
  font-family: var(--font-mono) !important;
  font-size: 12px !important;
  color: var(--muted) !important;
  letter-spacing: .02em;
  padding: 5px 12px;
  border: 1px solid var(--hairline);
  border-radius: var(--r-pill);
  background: var(--surface);
  transition: all .15s;
}
.nav-client-link:hover {
  color: var(--accent) !important;
  border-color: var(--accent);
}

/* ─── Footer extras ──────────────────────────────────────────── */
.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
.footer-social a {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.7);
  display: grid; place-items: center;
  text-decoration: none;
  transition: background .15s, color .15s, transform .15s;
}
.footer-social a:hover {
  background: var(--accent);
  color: var(--brand);
  transform: translateY(-2px);
}
.footer-hours {
  margin-top: 18px;
  padding-top: 16px;
}
.hours-h {
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(255,255,255,.45);
  margin-bottom: 6px;
  font-weight: 600;
}
.hours-l {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  color: #FFF;
  letter-spacing: -.005em;
}
.hours-x {
  font-size: 11px;
  color: rgba(255,255,255,.45);
  margin-top: 2px;
}
.footer-addr {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255,255,255,.55) !important;
}
.footer-addr:hover { color: var(--accent) !important; }
.footer-partners-mini {
  display: flex; flex-direction: column;
  gap: 6px;
  margin-top: 14px;
}
.footer-partners-mini .partner-chip {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.75);
  font-size: 10.5px;
  padding: 5px 10px;
}
.footer-partners-mini .swatch {
  width: 8px; height: 8px; border-radius: 2px;
  display: inline-block;
}
.footer-legal-note {
  font-size: 11px;
  color: rgba(255,255,255,.35);
  font-style: italic;
}
