@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #103f47;
  --navy-2: #0b3239;
  --navy-3: #285c61;
  --ink: #123b43;
  --green: #11875f;
  --green-2: #0a704e;
  --mint: #e5f2ec;
  --gold: #d9a84a;
  --paper: #f2eee5;
  --soft: #f7f5ef;
  --muted: #65716f;
  --line: #d8dfda;
  --shadow: 0 28px 70px rgba(16, 63, 71, .16);
  --shadow-sm: 0 14px 34px rgba(16, 63, 71, .09);
  --max: 1360px;
}

body {
  background: #f6f3ec;
  color: var(--ink);
  font-family: "Manrope", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wrap { width: min(calc(100% - 64px), var(--max)); }

.topbar {
  background: rgba(250, 248, 243, .97);
  border-bottom: 1px solid rgba(16, 63, 71, .09);
  backdrop-filter: blur(18px);
}

.independence-bar {
  background: #0d424b;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .01em;
}

.independence-inner {
  min-height: 38px;
  justify-content: center;
}

.independence-inner strong {
  color: #fff;
  font-weight: 600;
  letter-spacing: .01em;
  text-transform: none;
}

.independence-inner span:last-child { display: none; }

.nav { min-height: 104px; }

.brand {
  gap: 14px;
  color: #0d3b44;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.035em;
  text-transform: none;
}

.mark {
  width: 49px;
  height: 45px;
  border: 4px solid #103f47;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}

.mark:before {
  top: 12px;
  left: 11px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #789398;
  box-shadow: 9px 0 #789398, 18px 0 #789398, 0 9px #789398, 9px 9px #789398, 18px 9px #789398;
  transform: none;
}

.mark span { display: none; }

.mark:after {
  top: 24px;
  left: 13px;
  width: 25px;
  height: 13px;
  border-left: 4px solid #11875f;
  border-bottom: 4px solid #11875f;
  background: transparent;
  transform: rotate(-45deg);
}

.navlinks {
  gap: 50px;
  color: #173f47;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.navlinks a {
  position: relative;
  padding: 12px 0;
}

.navlinks a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--green);
  transform: scaleX(0);
  transition: transform .18s ease;
}

.navlinks a:hover:after, .navlinks a:first-child:after { transform: scaleX(1); }

.nav .button.small {
  min-height: 50px;
  border: 1px solid #174b53;
  border-radius: 7px;
  background: transparent;
  color: #103f47;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
}

.nav .button.small:hover { background: #e9f1ed; }

.button {
  min-height: 58px;
  border-radius: 7px;
  background: linear-gradient(135deg, #11875f, #08764f);
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(17, 135, 95, .22);
}

.hero {
  position: relative;
  min-height: 742px;
  padding: 174px 0 38px;
  background: #f6f3ec;
  color: var(--ink);
  isolation: isolate;
}

.hero:before {
  content: "";
  position: absolute;
  inset: 142px 0 0;
  z-index: -2;
  display: block;
  background-image:
    linear-gradient(90deg, rgba(246, 243, 236, .98) 0%, rgba(246, 243, 236, .91) 29%, rgba(246, 243, 236, .42) 55%, rgba(246, 243, 236, .66) 100%),
    linear-gradient(180deg, rgba(246, 243, 236, .97) 0%, rgba(246, 243, 236, .1) 38%, rgba(246, 243, 236, 0) 100%),
    url("hero-consultoria-fiscal.webp");
  background-position: center, center, center 48%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  display: block;
  height: 170px;
  background: linear-gradient(180deg, rgba(246, 243, 236, 0), #f6f3ec 96%);
}

.conversion-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(480px, 550px);
  gap: 70px;
  align-items: start;
}

.promise-panel { padding: 24px 0 42px; }

.promise-label {
  margin-bottom: 18px;
  color: #0b7857;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
}

.promise-label:before { display: none; }

.promise-panel h1 {
  max-width: 690px;
  margin-bottom: 20px;
  color: #0e3d46;
  font-size: clamp(45px, 4.05vw, 61px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -.045em;
}

.promise-panel > p {
  max-width: 650px;
  margin-bottom: 18px;
  color: #264d53;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.need-strip {
  max-width: 650px;
  margin: 0 0 18px;
  padding: 14px 17px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #f0d9a8;
  border-radius: 7px;
  background: rgba(255, 242, 207, .92);
  color: #4f442e;
  font-size: 14px;
  font-weight: 600;
}

.need-strip:before {
  content: "!";
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 2px solid #11875f;
  border-radius: 50%;
  color: #11875f;
  font-size: 14px;
  font-weight: 800;
}

.hero .value-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}

.hero .value-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #284b50;
  font-size: 13px;
  font-weight: 600;
}

.hero .value-list li:before {
  width: 28px;
  height: 28px;
  border: 1.5px solid #11875f;
  background: rgba(246, 250, 247, .82);
  color: #11875f;
  font-size: 14px;
}

.hero-photo-mobile { display: none; }

.sim-card {
  position: relative;
  border: 1px solid rgba(16, 63, 71, .15);
  border-radius: 12px;
  background: rgba(255, 255, 255, .965);
  box-shadow: 0 24px 52px rgba(16, 63, 71, .17);
  overflow: hidden;
}

.sim-card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 10px;
  background: #11875f;
}

.sim-head {
  padding: 44px 42px 13px;
  border: 0;
  background: transparent;
}

.sim-head span {
  color: #0b7857;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
}

.sim-head strong {
  margin-top: 16px;
  color: #123f47;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.035em;
}

.sim-body { padding: 16px 42px 30px; }

.field { margin-bottom: 16px; }

.field label, .field-label {
  margin-bottom: 8px;
  color: #183e46;
  font-size: 13px;
  font-weight: 700;
}

.field input, .field select {
  height: 50px;
  border-color: #cbd5d1;
  border-radius: 6px;
  color: #173f47;
  font-size: 15px;
}

.field input:focus, .field select:focus {
  border-color: #11875f;
  box-shadow: 0 0 0 3px rgba(17, 135, 95, .12);
}

.field small { color: #78817e; }

.origin { gap: 0; }

.origin span {
  min-height: 48px;
  border-color: #aebdb9;
  border-radius: 0;
  color: #3d4e50;
  font-size: 13px;
  font-weight: 600;
}

.origin label:first-child span { border-radius: 6px 0 0 6px; }
.origin label:last-child span { border-radius: 0 6px 6px 0; }
.origin label + label span { border-left: 0; }

.origin input:checked + span {
  border-color: #11875f;
  background: #11875f;
  color: #fff;
  box-shadow: none;
}

.history-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.history-options label { position: relative; cursor: pointer; }
.history-options input { position: absolute; opacity: 0; pointer-events: none; }

.history-options span {
  min-height: 48px;
  padding: 8px 7px;
  display: grid;
  place-items: center;
  border: 1px solid #aebdb9;
  color: #3d4e50;
  font-size: 11px;
  font-weight: 650;
  text-align: center;
}

.history-options label:first-child span { border-radius: 6px 0 0 6px; }
.history-options label:last-child span { border-radius: 0 6px 6px 0; }
.history-options label + label span { border-left: 0; }

.history-options input:checked + span {
  border-color: #11875f;
  background: #11875f;
  color: #fff;
}

#rfb-history-field small {
  margin-top: 7px;
  display: block;
  color: #6c7976;
  font-size: 10px;
  line-height: 1.45;
}

.sim-benefits {
  margin: 3px 0 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 14px;
  color: #23444a;
  font-size: 12px;
  font-weight: 600;
}

.sim-benefits strong { color: #173f47; }
.sim-benefits span:after { content: "✓"; margin-left: 6px; color: #11875f; font-weight: 800; }

.sim-submit { margin-top: 0; font-size: 17px; }

.privacy {
  margin: 13px 0 0;
  color: #596966;
  font-size: 11px;
}

.privacy:before {
  content: "▣";
  margin-right: 7px;
  color: #11875f;
}

.report-teaser {
  margin: 16px 0 0;
  padding: 13px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid #d5ddcf;
  border-radius: 6px;
  background: #f4f7ef;
  color: #24464c;
  font-size: 12px;
  font-weight: 600;
}

.report-teaser:before { content: "▤"; color: #11875f; font-size: 18px; }

.trust-note { display: none; }

.section { padding: 92px 0; }
.soft { background: #f7f5ef; }
.paper { background: #f1ede4; }
.dark-section { background: #103f47; }

#como-funciona {
  position: relative;
  padding-top: 60px;
  background: #faf8f3;
  text-align: center;
}

#como-funciona h2 {
  margin-right: auto;
  margin-left: auto;
  max-width: 920px;
  color: #123f47;
  font-size: clamp(34px, 3.6vw, 50px);
  font-weight: 700;
  text-transform: none;
}

#como-funciona .support { margin-right: auto; margin-left: auto; }
#como-funciona .method-grid { text-align: left; }

h2 { text-transform: none; }

.results { scroll-margin-top: 138px; }

.results {
  position: relative;
  padding-top: 76px;
  background:
    radial-gradient(circle at 50% 0, rgba(17, 135, 95, .1), transparent 34%),
    #f7f5ef;
}

.result-shell { max-width: 1120px; }

.opportunity-card {
  position: relative;
  padding: 46px 54px 42px;
  overflow: hidden;
  border: 1px solid rgba(17, 135, 95, .28);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(233, 247, 239, .96)),
    #fff;
  box-shadow: 0 24px 70px rgba(16, 63, 71, .13);
  text-align: center;
}

.opportunity-card:before {
  content: "";
  position: absolute;
  top: -82px;
  left: 50%;
  width: 330px;
  height: 190px;
  border-radius: 50%;
  background: rgba(17, 135, 95, .11);
  filter: blur(30px);
  transform: translateX(-50%);
}

.opportunity-badge {
  position: relative;
  margin-bottom: 18px;
  padding: 9px 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(17, 135, 95, .28);
  border-radius: 999px;
  background: #edf8f2;
  color: #08724f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.opportunity-badge:before {
  content: "✓";
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #11875f;
  color: #fff;
  font-size: 12px;
}

.opportunity-card h2 {
  position: relative;
  max-width: 820px;
  margin: 0 auto 26px;
  color: #103f47;
  font-size: clamp(34px, 4vw, 51px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.opportunity-value-wrap {
  position: relative;
  max-width: 700px;
  margin: 0 auto 22px;
  padding: 21px 26px 24px;
  border: 1px solid rgba(217, 168, 74, .48);
  border-radius: 12px;
  background: rgba(255, 248, 229, .86);
}

.opportunity-value-wrap span {
  display: block;
  color: #776334;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.opportunity-value-wrap strong {
  margin-top: 5px;
  display: block;
  color: #0b7653;
  font-size: clamp(40px, 6vw, 68px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.045em;
  text-transform: none;
}

.opportunity-card > p {
  position: relative;
  max-width: 790px;
  margin: 0 auto;
  color: #2c5257;
  font-size: 16px;
  line-height: 1.65;
}

.opportunity-signals {
  position: relative;
  margin: 24px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.opportunity-signals span {
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(17, 135, 95, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: #174c45;
  font-size: 12px;
  font-weight: 750;
}

.opportunity-signals span:before {
  content: "✓";
  color: #11875f;
  font-weight: 900;
}

.opportunity-caution {
  position: relative;
  max-width: 820px;
  margin: 20px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(16, 63, 71, .12);
  color: #647472;
  font-size: 12px;
  line-height: 1.55;
}

.result-summary {
  margin: 18px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.result-summary article {
  padding: 22px 24px;
  border: 1px solid #d7dfda;
  border-radius: 10px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 10px 24px rgba(16, 63, 71, .055);
}

.result-summary span {
  display: block;
  color: #6b7976;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.result-summary strong {
  margin-top: 7px;
  display: block;
  color: #123f47;
  font-size: 20px;
  font-weight: 750;
}

.rfb-rule-panel {
  margin: 18px 0;
  padding: 32px;
  border: 1px solid #d4ddd9;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(16, 63, 71, .09);
}

.rfb-rule-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: start;
}

.rfb-rule-head > div > span {
  color: #0b7857;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rfb-rule-head h3 {
  max-width: 760px;
  margin: 7px 0 0;
  color: #103f47;
  font-size: clamp(28px, 3.3vw, 39px);
  line-height: 1.12;
  letter-spacing: -.035em;
}

.risk-badge {
  padding: 10px 13px;
  flex: 0 0 auto;
  border: 1px solid #e1aaa5;
  border-radius: 6px;
  background: #fff0ee;
  color: #a3332d;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.risk-badge.attention {
  border-color: #ead29c;
  background: #fff8e7;
  color: #86600c;
}

.rfb-rule-copy {
  max-width: 900px;
  margin: 15px 0 24px;
  color: #5a6b68;
  font-size: 14px;
  line-height: 1.6;
}

.rfb-scenario-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.rfb-scenario {
  overflow: hidden;
  border: 1px solid #d7e0dc;
  border-radius: 11px;
  background: #fafbf9;
}

.rfb-scenario.official { border-top: 6px solid #b94b43; }
.rfb-scenario.strategic { border-top: 6px solid #11875f; background: linear-gradient(155deg, #fff, #eff8f3); }

.rfb-scenario-label {
  margin: 22px 24px 0;
  display: inline-flex;
  color: #6a7774;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.rfb-scenario.strategic .rfb-scenario-label { color: #087653; }

.rfb-scenario h4 {
  margin: 7px 24px 16px;
  color: #103f47;
  font-size: 24px;
  letter-spacing: -.025em;
}

.rfb-values { padding: 0 24px 20px; }

.rfb-values > div {
  padding: 12px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  border-bottom: 1px solid #dce3df;
}

.rfb-values > div:last-child { border-bottom: 0; }
.rfb-values span { color: #687672; font-size: 12px; }
.rfb-values strong { color: #123f47; font-size: 14px; text-align: right; }

.rfb-values .emphasis {
  margin: 2px -10px;
  padding: 13px 10px;
  border: 1px solid #efc6c1;
  border-radius: 7px;
  background: #fff2f0;
}

.rfb-values .emphasis span, .rfb-values .emphasis strong { color: #a33a32; font-weight: 800; }

.rfb-values .positive {
  margin: 2px -10px;
  padding: 13px 10px;
  border: 1px solid #b9dfcd;
  border-radius: 7px;
  background: #eaf8f0;
}

.rfb-values .positive span, .rfb-values .positive strong { color: #087451; font-weight: 800; }

.strategic-gain {
  margin: 0 24px 24px;
  padding: 15px 16px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-radius: 8px;
  background: #103f47;
  color: #fff;
}

.strategic-gain span { color: #bcebd5; font-size: 11px; font-weight: 700; }
.strategic-gain strong { color: #fff; font-size: 16px; text-align: right; }

.rfb-rule-note {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-left: 4px solid #d9a84a;
  background: #fff9ea;
  color: #6d6040;
  font-size: 11px;
  line-height: 1.55;
}

.rfb-inline-action {
  margin-top: 16px;
  padding: 17px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-radius: 10px;
  background: #103f47;
  color: #fff;
}

.rfb-inline-action > div { display: grid; gap: 4px; }
.rfb-inline-action span { color: #aee4ca; font-size: 9px; font-weight: 850; letter-spacing: .075em; text-transform: uppercase; }
.rfb-inline-action strong { color: #fff; font-size: 15px; }
.rfb-inline-action .button { flex: 0 0 auto; border-color: #fff; background: #fff; color: #103f47; }
.rfb-inline-action .button:hover { background: #e9f7f0; }

.button:focus-visible, a:focus-visible, summary:focus-visible {
  outline: 3px solid rgba(217, 168, 74, .72);
  outline-offset: 3px;
}

.origin input:focus-visible + span, .history-options input:focus-visible + span {
  outline: 3px solid rgba(217, 168, 74, .72);
  outline-offset: 2px;
  position: relative;
  z-index: 1;
}

.possibilities-panel {
  margin: 18px 0;
  padding: 32px;
  border: 1px solid rgba(16, 63, 71, .15);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(16, 63, 71, .08);
}

.possibilities-head {
  margin-bottom: 22px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
}

.possibilities-head > div > span {
  color: #0b7857;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .085em;
  text-transform: uppercase;
}

.possibilities-head h3 {
  max-width: 760px;
  margin: 7px 0 0;
  color: #103f47;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.14;
  letter-spacing: -.035em;
}

.possibility-count {
  padding: 9px 13px;
  flex: 0 0 auto;
  border-radius: 6px;
  background: #103f47;
  color: #fff;
  font-size: 12px;
  letter-spacing: .045em;
  text-transform: uppercase;
}

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

.possibility-item {
  position: relative;
  min-height: 210px;
  padding: 24px 22px 22px;
  overflow: hidden;
  border: 1px solid #d8e3de;
  border-radius: 10px;
  background: linear-gradient(160deg, #f8fbf9, #edf7f2);
}

.possibility-item:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: #11875f;
}

.possibility-item:after {
  content: "→";
  position: absolute;
  right: 18px;
  bottom: 14px;
  color: rgba(17, 135, 95, .38);
  font-size: 26px;
  font-weight: 800;
}

.possibility-status {
  color: #0b7857;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.possibility-item > strong {
  margin-top: 13px;
  display: block;
  color: #103f47;
  font-size: 20px;
  line-height: 1.25;
}

.possibility-item p {
  margin: 10px 0 0;
  color: #5d6e6a;
  font-size: 13px;
  line-height: 1.58;
}

.hope-strip {
  margin-top: 16px;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  border-radius: 9px;
  background: linear-gradient(135deg, #103f47, #176057);
}

.hope-strip span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: #bcebd5;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hope-strip strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
}

.locked-strategy {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border: 1px solid #ccd8d3;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.locked-head {
  padding: 22px 26px 20px;
  border-bottom: 1px solid #dce4df;
  background: #eef5f1;
}

.locked-head span {
  display: block;
  color: #6b7976;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.locked-head strong {
  margin-top: 4px;
  display: block;
  color: #123f47;
  font-size: 22px;
}

.locked-preview {
  padding: 20px 28px 28px;
  filter: blur(6px);
  opacity: .47;
  pointer-events: none;
  user-select: none;
}

.locked-preview > div {
  padding: 14px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  border-bottom: 1px solid #d7dfda;
}

.locked-preview span { color: #66736f; font-size: 13px; }
.locked-preview strong { color: #123f47; text-align: right; }

.lock-overlay {
  position: absolute;
  inset: 72px 0 0;
  padding: 30px;
  display: grid;
  place-content: center;
  justify-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, .28), rgba(247, 250, 248, .86));
  text-align: center;
}

.lock-icon {
  position: relative;
  width: 52px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 8px;
  background: #103f47;
  box-shadow: 0 10px 24px rgba(16, 63, 71, .2);
}

.lock-icon:before {
  content: "";
  position: absolute;
  top: -22px;
  left: 12px;
  width: 28px;
  height: 30px;
  border: 5px solid #103f47;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}

.lock-icon:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 23px;
  width: 6px;
  height: 13px;
  border-radius: 4px;
  background: #a9d7c3;
}

.lock-overlay strong {
  max-width: 520px;
  color: #103f47;
  font-size: 20px;
}

.lock-overlay p {
  max-width: 570px;
  margin: 8px 0 0;
  color: #61716e;
  font-size: 13px;
  line-height: 1.55;
}

.commercial-actions {
  justify-content: center;
  margin-top: 24px;
}

.commercial-actions .button:first-child { min-width: 330px; }

.result-disclaimer {
  max-width: 850px;
  margin: 18px auto 0;
  color: #6b7976;
  font-size: 11px;
  line-height: 1.55;
  text-align: center;
}

.modal { background: rgba(6, 29, 34, .75); }

.modal-card {
  position: relative;
  width: min(100%, 700px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
}

.modal-card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  height: 8px;
  background: #11875f;
}

.modal-head { padding: 34px 30px 20px; }
.modal-head strong { color: #103f47; font-size: 25px; letter-spacing: -.025em; }
.modal-head .close { color: #52706e; }
.modal-body { padding: 24px 30px 28px; }

.lead-signal {
  margin-bottom: 18px;
  padding: 15px 17px;
  border: 1px solid rgba(17, 135, 95, .22);
  border-radius: 8px;
  background: #edf8f2;
}

.lead-signal span {
  display: block;
  color: #0a7955;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lead-signal strong {
  margin-top: 3px;
  display: block;
  color: #123f47;
  font-size: 16px;
}

.lead-intro {
  margin: 0 0 18px;
  color: #526663;
  font-size: 14px;
  line-height: 1.55;
}

.lead-consent {
  margin: 2px 0 18px;
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: #596a67;
  font-size: 12px;
  line-height: 1.5;
}

.lead-consent input { width: 17px; height: 17px; margin-top: 1px; accent-color: #11875f; }
.lead-consent a { color: #087653; font-weight: 700; text-decoration: underline; }
.honeypot { position: absolute !important; left: -10000px !important; opacity: 0 !important; }
.lead-error { min-height: 18px; margin: -7px 0 9px; color: #a93731; font-size: 12px; font-weight: 700; }
.button:disabled { cursor: wait; opacity: .68; }
.lead-actions { margin-top: 0; }
.lead-actions .button:first-child { flex: 1 1 280px; }
.lead-actions .button.secondary { min-width: 110px; }

.step-num { background: #103f47; }
.price-card { border-radius: 12px; }

@media (max-width: 1120px) {
  .wrap { width: min(calc(100% - 40px), var(--max)); }
  .conversion-grid { grid-template-columns: minmax(0, 1fr) 490px; gap: 36px; }
  .promise-panel h1 { font-size: 47px; }
  .navlinks { gap: 28px; }
  .sim-head { padding-right: 30px; padding-left: 30px; }
  .sim-body { padding-right: 30px; padding-left: 30px; }
}

@media (max-width: 920px) {
  .nav { min-height: 78px; }
  .brand { font-size: 22px; }
  .mark { width: 42px; height: 39px; transform: scale(.86); transform-origin: left center; }
  .navlinks { display: none; }
  .hero { min-height: auto; padding: 142px 0 64px; background: #f6f3ec; }
  .hero:before, .hero:after { display: none; }
  .conversion-grid { grid-template-columns: 1fr; gap: 24px; }
  .promise-panel { padding: 32px 0 10px; }
  .promise-panel h1 { max-width: 720px; font-size: clamp(42px, 7.5vw, 58px); }
  .hero .value-list { gap: 12px 24px; }
  .hero-photo-mobile {
    min-height: 270px;
    margin: 2px -20px 8px;
    display: block;
    border-radius: 10px;
    background:
      linear-gradient(180deg, rgba(246, 243, 236, .1), rgba(246, 243, 236, .04)),
      url("hero-consultoria-fiscal.webp") center 64% / cover no-repeat;
  }
  .sim-card { max-width: 650px; margin: 0 auto; width: 100%; }
}

@media (max-width: 760px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .independence-inner { min-height: 34px; }
  .independence-bar { font-size: 11px; }
  .nav { min-height: 68px; }
  .nav .button.small { display: inline-flex; min-height: 42px; padding: 0 14px; font-size: 11px; }
  .brand { gap: 7px; font-size: 17px; }
  .mark { margin-right: -3px; transform: scale(.72); }
  .hero { padding: 116px 0 54px; }
  .promise-panel { padding-top: 28px; }
  .promise-label { margin-bottom: 13px; font-size: 11px; }
  .promise-panel h1 { font-size: clamp(37px, 10.7vw, 49px); line-height: 1.04; }
  .promise-panel > p { font-size: 16px; line-height: 1.55; }
  .need-strip { font-size: 12px; }
  .hero .value-list { display: grid; gap: 9px; }
  .hero-photo-mobile { min-height: 220px; margin-right: -14px; margin-left: -14px; border-radius: 0; }
  .sim-head { padding: 36px 20px 10px; }
  .sim-head strong { margin-top: 10px; font-size: 25px; }
  .sim-body { padding: 14px 20px 24px; }
  .origin span { font-size: 11px; }
  .sim-benefits { justify-content: flex-start; }
  .report-teaser { text-align: center; }
  .results { padding-top: 54px; }
  .opportunity-card { padding: 34px 20px 30px; }
  .opportunity-card h2 { font-size: 34px; }
  .opportunity-value-wrap { padding: 18px 12px 20px; }
  .opportunity-value-wrap strong { font-size: 44px; }
  .result-summary { grid-template-columns: 1fr; }
  .result-summary article { padding: 18px 20px; }
  .rfb-rule-panel { padding: 24px 18px; }
  .rfb-rule-head { display: block; }
  .risk-badge { margin-top: 13px; display: inline-flex; }
  .rfb-scenario-grid { grid-template-columns: 1fr; }
  .rfb-values { padding-right: 18px; padding-left: 18px; }
  .rfb-scenario-label { margin-left: 18px; }
  .rfb-scenario h4 { margin-left: 18px; }
  .strategic-gain { margin-right: 18px; margin-left: 18px; }
  .rfb-inline-action { display: grid; gap: 14px; }
  .rfb-inline-action .button { width: 100%; }
  .possibilities-panel { padding: 24px 18px; }
  .possibilities-head { display: block; }
  .possibility-count { margin-top: 13px; display: inline-flex; }
  .possibilities-grid { grid-template-columns: 1fr; }
  .possibility-item { min-height: 0; padding-bottom: 38px; }
  .hope-strip { grid-template-columns: 1fr; gap: 10px; }
  .hope-strip span { justify-self: start; }
  .locked-strategy { min-height: 360px; }
  .locked-head { padding: 20px; }
  .locked-preview { padding: 16px 20px; }
  .locked-preview > div { grid-template-columns: 1fr; gap: 4px; }
  .locked-preview strong { text-align: left; }
  .lock-overlay { inset: 70px 0 0; padding: 24px 18px; }
  .commercial-actions { display: grid; }
  .commercial-actions .button:first-child { min-width: 0; }
  .modal-head { padding: 30px 20px 17px; }
  .modal-head strong { font-size: 21px; }
  .modal-body { padding: 20px; }
  .lead-actions { display: grid; }
  .lead-actions .button:first-child { flex-basis: auto; }
  #como-funciona { padding-top: 52px; }
}

@media (max-width: 430px) {
  .nav .button.small { display: none; }
  .brand { font-size: 19px; }
  .promise-panel h1 { font-size: 39px; }
  .sim-benefits { gap: 5px 10px; font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto !important; transition: none !important; }
}
