:root {
  --blue-950: #06264f;
  --blue-900: #08366f;
  --blue-800: #0a3b78;
  --blue-700: #0d4d98;
  --blue-100: #edf4fc;
  --red-700: #c90018;
  --red-600: #df1023;
  --red-500: #f12232;
  --yellow: #ffd400;
  --white: #ffffff;
  --ink: #10233e;
  --muted: #5e6a7d;
  --line: #dbe4f0;
  --shadow: 0 18px 45px rgba(6, 38, 79, .18);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 9999; left: 12px; top: -60px; padding: 12px 16px;
  background: #fff; color: var(--blue-900); border-radius: 8px; font-weight: 800;
}
.skip-link:focus { top: 12px; }

.private-notice {
  padding: 9px 16px;
  color: #fff;
  background: linear-gradient(90deg, #bf0017, #ef1529, #bf0017);
  text-align: center;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(.82rem, 1.2vw, 1rem);
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.site-header { position: relative; z-index: 20; background: #fff; box-shadow: 0 8px 24px rgba(4, 38, 78, .1); }
.header-inner { min-height: 96px; display: flex; align-items: center; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand img { width: 220px; height: auto; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 34px; }
.main-nav a {
  position: relative;
  text-decoration: none;
  color: var(--blue-900);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .025em;
  font-size: 1.04rem;
}
.main-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 3px;
  background: var(--red-600); transition: right .2s ease;
}
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.button {
  border: 0; border-radius: 8px; padding: 15px 22px; display: inline-flex; align-items: center;
  justify-content: center; gap: 9px; text-decoration: none; cursor: pointer;
  font-family: "Montserrat", Arial, sans-serif; font-size: 1.08rem; font-weight: 800;
  letter-spacing: .025em; text-transform: uppercase; transition: transform .2s ease, filter .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); filter: brightness(1.04); }
.button-whatsapp { color: #fff; background: #25D366; box-shadow: 0 8px 18px rgba(37, 211, 102, .28); }
.button-whatsapp:hover, .button-whatsapp:focus-visible { background: #20bd5a; }
.button-primary { color: #fff; background: linear-gradient(180deg, #1260b8, #08366f); box-shadow: 0 8px 18px rgba(8, 54, 111, .28); }
.button-primary:hover, .button-primary:focus-visible { background: linear-gradient(180deg, #0d4d98, #06264f); }
.button-primary:active { transform: translateY(0); background: #06264f; }
.menu-toggle { display: none; width: 44px; height: 42px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 3px; width: 26px; margin: 5px auto; background: var(--blue-900); border-radius: 99px; }

.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 68% 24%, rgba(255,255,255,.24), transparent 28%),
    linear-gradient(108deg, #062b59 0%, #07417f 58%, #dbe9f5 100%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .1;
  background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px);
  background-size: 52px 52px;
}
.hero-orbit {
  position: absolute; z-index: 1; top: -210px; left: 48%; width: 310px; height: 980px;
  border: 20px solid var(--red-600); border-left-color: transparent; border-bottom-color: transparent;
  border-radius: 50%; transform: rotate(13deg); opacity: .95;
}
.hero-grid {
  position: relative; z-index: 2; min-height: 650px; display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .92fr); align-items: center; gap: 56px;
}
.hero-copy { padding: 54px 0 44px; color: #fff; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.7);
  border-radius: 8px; padding: 8px 13px; background: rgba(7, 55, 111, .65);
  font-family: "Montserrat", Arial, sans-serif; font-weight: 700; text-transform: uppercase;
  letter-spacing: .03em;
}
.eyebrow span { color: var(--red-500); }
.hero h1 {
  margin: 19px 0 18px; max-width: 610px;
  font-family: "Montserrat", Arial, sans-serif; font-size: clamp(3.15rem, 4.6vw, 5rem);
  line-height: .9; letter-spacing: -.025em; text-transform: uppercase; font-weight: 900;
}
.hero h1 strong { display: block; color: var(--red-500); }
.price-stack { width: min(100%, 435px); display: grid; gap: 11px; }
.price-pix {
  min-height: 135px; padding: 12px 18px; display: flex; align-items: center;
  border-radius: 10px; background: linear-gradient(150deg, #f42a38, #d40019); box-shadow: 0 12px 26px rgba(0,0,0,.22);
}
.price-pix .currency { align-self: flex-start; padding-top: 16px; font-family: "Montserrat", Arial, sans-serif; font-size: 2.05rem; font-weight: 900; }
.price-pix .amount { font-family: "Montserrat", Arial, sans-serif; font-size: clamp(5.7rem, 8vw, 8.1rem); line-height: .72; font-weight: 900; letter-spacing: -.035em; }
.price-pix .condition { margin-left: 15px; color: var(--yellow); font-family: "Montserrat", Arial, sans-serif; font-size: 2.25rem; line-height: .84; font-weight: 900; text-transform: uppercase; }
.price-installments {
  min-height: 94px; padding: 11px 14px; display: flex; align-items: center; gap: 8px;
  border: 2px solid var(--yellow); border-radius: 10px; background: rgba(4, 37, 78, .9);
}
.price-installments .or { flex: 0 0 auto; width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; background: var(--red-600); font-family: "Montserrat", Arial, sans-serif; font-size: 1.35rem; font-weight: 900; text-transform: uppercase; }
.price-installments .times { font-family: "Montserrat", Arial, sans-serif; font-size: 4.5rem; line-height: .8; font-weight: 900; }
.price-installments .small { align-self: end; padding-bottom: 9px; font-family: "Montserrat", Arial, sans-serif; font-weight: 700; }
.price-installments .installment { margin-left: auto; color: var(--yellow); font-family: "Montserrat", Arial, sans-serif; font-size: 4.35rem; line-height: .8; font-weight: 900; letter-spacing: -.035em; }
.value-callout { max-width: 435px; margin: 12px 0 8px; padding: 11px 15px; background: rgba(4, 37, 78, .72); border-radius: 8px; color: #fff; font-family: "Montserrat", Arial, sans-serif; font-size: 1.22rem; font-weight: 800; text-transform: uppercase; }
.value-callout span, .value-callout { color: var(--yellow); }
.value-callout::first-line { color: #fff; }
.official-fee { margin: 0; font-size: .82rem; font-weight: 600; }
.hero-proof {
  max-width: 435px; margin-top: 14px; display: flex; flex-wrap: wrap; gap: 8px;
}
.hero-proof span {
  display: inline-flex; align-items: center; min-height: 34px; padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.55); border-radius: 999px;
  color: #fff; background: rgba(4,37,78,.68);
  font-family: "Montserrat", Arial, sans-serif; font-size: .78rem; font-weight: 800;
  letter-spacing: .015em; text-transform: uppercase;
}


.lead-card {
  align-self: center; width: 100%; max-width: 540px; justify-self: end; margin: 34px 0; padding: 36px 34px 28px;
  border-radius: 18px; background: rgba(255,255,255,.97); box-shadow: var(--shadow); text-align: center;
}
.lead-card h2 { margin: 0; color: var(--blue-900); font-family: "Montserrat", Arial, sans-serif; font-size: 2.2rem; font-weight: 900; text-transform: uppercase; }
.lead-card > p { max-width: 440px; margin: 7px auto 18px; color: #33435a; font-size: .95rem; line-height: 1.5; }
.lead-card form { display: grid; gap: 10px; }
.lead-card input, .lead-card select {
  width: 100%; min-height: 49px; padding: 0 15px; border: 1px solid #cfd8e4; border-radius: 7px;
  color: var(--ink); background: #fff; outline: none; box-shadow: 0 1px 4px rgba(0,0,0,.04);
}
.lead-card input:focus, .lead-card select:focus { border-color: var(--blue-700); box-shadow: 0 0 0 3px rgba(13, 77, 152, .12); }
.lead-card input.invalid, .lead-card select.invalid { border-color: var(--red-600); box-shadow: 0 0 0 3px rgba(223, 16, 35, .1); }
.form-submit { min-height: 54px; width: 100%; margin-top: 3px; }
.lead-card small { margin-top: 4px; color: #526074; font-size: .77rem; font-weight: 600; }
.form-error { margin: 0; color: var(--red-700); font-size: .82rem; font-weight: 700; text-align: left; }
.form-status { margin: 0; padding: 10px 12px; border-radius: 7px; color: var(--blue-900); background: var(--blue-100); font-size: .84rem; font-weight: 700; text-align: left; }

.trust-strip { background: #fff; border-bottom: 1px solid #e3eaf2; }
.trust-grid { min-height: 142px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 22px; }
.trust-item { display: flex; align-items: center; gap: 15px; }
.trust-item-featured {
  padding: 14px 16px; border: 1px solid #d7e3f1; border-radius: 14px;
  background: linear-gradient(145deg, #f8fbff, #edf4fc); box-shadow: 0 9px 22px rgba(6,38,79,.08);
}
.trust-item-featured .trust-icon {
  min-width: 62px; color: var(--red-600); font-size: 1.65rem;
}
.trust-icon { flex: 0 0 auto; min-width: 58px; height: 58px; display: grid; place-items: center; color: var(--blue-800); font-family: "Montserrat", Arial, sans-serif; font-size: 2.1rem; font-weight: 900; }
.trust-item h2 { margin: 0; color: var(--blue-900); font-family: "Montserrat", Arial, sans-serif; font-size: 1.45rem; line-height: 1.05; text-transform: uppercase; }
.trust-item p { margin: 5px 0 0; color: #526074; font-size: .83rem; }

.section { padding: 66px 0; }
.section-heading { margin-bottom: 40px; text-align: center; }
.section-heading h2 { margin: 0; color: var(--blue-900); font-family: "Montserrat", Arial, sans-serif; font-size: clamp(2.3rem, 4vw, 3.1rem); text-transform: uppercase; }
.section-heading span { display: block; width: 42px; height: 4px; margin: 8px auto 0; border-radius: 99px; background: var(--red-600); }
.section-heading-left { text-align: left; }
.section-heading-left span { margin-left: 0; }
.steps { background: linear-gradient(#fff, #fbfdff); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 38px; }
.step-card { position: relative; padding: 0 12px; }
.step-card:not(:last-child)::after { content: ""; position: absolute; z-index: 0; top: 25px; left: 76px; width: calc(100% + 20px); border-top: 2px dotted #89a6c7; }
.step-number { position: relative; z-index: 1; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue-800); font-family: "Montserrat", Arial, sans-serif; font-size: 2.3rem; font-weight: 900; }
.step-icon { margin: 18px 0 9px; color: var(--blue-800); font-size: 3.4rem; line-height: 1; }
.step-card h3 { margin: 0; color: var(--blue-900); font-family: "Montserrat", Arial, sans-serif; font-size: 1.65rem; line-height: 1.05; text-transform: uppercase; }
.step-card p { margin: 12px 0 0; color: #536176; font-size: .9rem; line-height: 1.55; }

.price-banner-section { padding: 10px 0 52px; }
.price-banner {
  position: relative; overflow: hidden; padding: 23px 36px 18px; border-radius: 18px; color: #fff;
  background:
    radial-gradient(circle at 78% 20%, rgba(29, 107, 182, .52), transparent 32%),
    linear-gradient(110deg, #052c5b, #064384 60%, #062b58);
  box-shadow: var(--shadow);
}
.price-banner::after { content: ""; position: absolute; right: -50px; bottom: -82px; width: 260px; height: 260px; border: 20px solid rgba(255,255,255,.06); border-radius: 50%; }
.price-banner-head { display: flex; align-items: center; justify-content: center; gap: 15px; }
.price-banner-head span { width: 100px; height: 2px; background: linear-gradient(90deg, transparent, var(--red-500)); }
.price-banner-head span:last-child { background: linear-gradient(90deg, var(--red-500), transparent); }
.price-banner-head strong { font-family: "Montserrat", Arial, sans-serif; font-size: 1.7rem; text-transform: uppercase; }
.price-banner h2 { margin: 5px 0 16px; color: var(--yellow); text-align: center; font-family: "Montserrat", Arial, sans-serif; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1; text-transform: uppercase; }
.price-banner-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 58px 1fr 130px; align-items: center; gap: 13px; }
.banner-price-card { padding: 10px 16px 13px; border: 2px solid rgba(255,255,255,.7); border-radius: 11px; background: linear-gradient(150deg, #ef2534, #c90018); }
.banner-price-card p { margin: 0; text-align: center; font-family: "Montserrat", Arial, sans-serif; font-size: 1.12rem; font-weight: 800; text-transform: uppercase; }
.banner-price-card > div { display: flex; align-items: flex-end; justify-content: center; gap: 8px; }
.banner-price-card span { font-family: "Montserrat", Arial, sans-serif; font-size: 2rem; font-weight: 900; }
.banner-price-card strong { font-family: "Montserrat", Arial, sans-serif; font-size: clamp(4.5rem, 7vw, 7rem); line-height: .82; letter-spacing: -.04em; }
.banner-price-card b { color: var(--yellow); font-family: "Montserrat", Arial, sans-serif; font-size: clamp(2rem, 4vw, 4.6rem); line-height: .88; text-transform: uppercase; }
.banner-or { width: 58px; height: 58px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.65); border-radius: 50%; font-family: "Montserrat", Arial, sans-serif; font-size: 1.9rem; font-weight: 900; text-transform: uppercase; }
.round-cta { width: 125px; height: 125px; display: grid; place-items: center; align-content: center; border-radius: 50%; color: #fff; background: var(--red-600); text-decoration: none; text-align: center; font-family: "Montserrat", Arial, sans-serif; font-size: 1.75rem; line-height: .9; font-weight: 900; text-transform: uppercase; box-shadow: 0 12px 24px rgba(0,0,0,.25); transition: transform .2s ease; }
.round-cta:hover { transform: scale(1.04) rotate(-2deg); }
.round-cta small { display: block; margin-top: 6px; color: var(--yellow); font-size: .85rem; }
.price-benefits { width: max-content; max-width: 100%; margin: 13px auto 4px; padding: 5px 18px; border: 1px solid rgba(255,255,255,.65); border-radius: 7px; font-family: "Montserrat", Arial, sans-serif; font-size: 1.2rem; font-weight: 700; text-align: center; text-transform: uppercase; }
.price-benefits i { color: var(--yellow); font-style: normal; }
.banner-note { display: block; color: #e9eef5; text-align: center; font-size: .78rem; }

.faq { background: var(--blue-100); }
.faq-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 38px; align-items: start; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid #d8e2ed; border-radius: 10px; background: #fff; box-shadow: 0 5px 14px rgba(6,38,79,.05); }
.faq-list summary { cursor: pointer; list-style: none; padding: 17px 52px 17px 18px; position: relative; color: var(--blue-900); font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); color: var(--blue-800); font-size: 1.45rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 0; padding: 0 18px 18px; color: #536176; line-height: 1.6; }
.contact-card { padding: 29px; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.contact-kicker { color: var(--red-600); font-family: "Montserrat", Arial, sans-serif; font-size: 1.45rem; font-weight: 900; text-transform: uppercase; }
.contact-card h2 { margin: 8px 0 18px; color: var(--blue-900); font-family: "Montserrat", Arial, sans-serif; font-size: 2.25rem; line-height: 1.05; }
.contact-card .button { width: 100%; }
.contact-card p { margin: 14px 0 0; color: #5b687a; text-align: center; }

.site-footer { color: #fff; background: var(--blue-950); }
.footer-grid { min-height: 180px; padding-block: 38px; display: grid; grid-template-columns: .65fr .75fr 1fr; gap: 38px; align-items: center; }
.footer-grid img { width: 210px; padding: 8px; border-radius: 10px; background: #fff; }
.footer-grid strong { font-family: "Montserrat", Arial, sans-serif; font-size: 1.35rem; text-transform: uppercase; }
.footer-grid p { margin: 7px 0 0; color: #cfdae8; font-size: .88rem; line-height: 1.55; }
.footer-bottom {
  min-height: 54px; padding: 10px 20px; border-top: 1px solid rgba(255,255,255,.12);
  background: var(--red-700); display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 8px; text-align: center; font-size: .78rem;
}
.nxtl-credit { display: inline-flex; align-items: center; padding: 3px 5px; border-radius: 5px; transition: background .2s ease, transform .2s ease; }
.nxtl-credit:hover, .nxtl-credit:focus-visible { background: rgba(255,255,255,.12); transform: translateY(-1px); }
.nxtl-credit img { width: 62px; height: auto; padding: 0; border-radius: 0; background: transparent; }
.footer-credit-separator { opacity: .7; }

@media (max-width: 1040px) {
  .header-inner { gap: 18px; }
  .brand img { width: 185px; }
  .main-nav { gap: 22px; }
  .header-cta { padding-inline: 15px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(390px, .92fr); gap: 32px; }
  .hero-copy { padding-right: 0; }
  .lead-card { margin-left: 0; }
  .trust-item { gap: 8px; }
  .trust-icon { min-width: 42px; }
  .price-banner-grid { grid-template-columns: 1fr 52px 1fr; }
  .round-cta { grid-column: 1 / -1; width: auto; height: auto; min-height: 58px; border-radius: 9px; display: flex; gap: 8px; }
  .round-cta br { display: none; }
}

@media (max-width: 860px) {
  .header-inner { min-height: 82px; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: absolute; display: none; top: 100%; left: 20px; right: 20px; margin: 0; padding: 15px; flex-direction: column; align-items: stretch; gap: 0; border-radius: 0 0 12px 12px; background: #fff; box-shadow: 0 18px 30px rgba(6,38,79,.15); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px; text-align: center; }
  .header-cta { display: none; }
  .hero { background: linear-gradient(180deg, #062b59 0 51%, #dbe9f5 51% 100%); }
  .hero-grid { grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 42px 0 34px; }
  .lead-card { grid-column: 1; justify-self: stretch; max-width: none; margin: 0 0 35px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); padding-block: 25px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .step-card:nth-child(2)::after { display: none; }
  .price-banner-grid { grid-template-columns: 1fr; }
  .banner-or { margin: -2px auto; }
  .faq-layout { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 26px, 1180px); }
  .private-notice { font-size: .72rem; line-height: 1.25; }
  .brand img { width: 168px; }
  .hero { background: linear-gradient(180deg, #062b59 0 54%, #e5f0f8 54% 100%); }
  .hero-orbit { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 35px 0 10px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .hero-proof { margin-bottom: 10px; }
  .lead-card { margin-top: 0; padding: 28px 20px 23px; border-radius: 16px; }
  .price-pix { min-height: 120px; }
  .price-pix .amount { font-size: 6.4rem; }
  .price-installments .times { font-size: 3.8rem; }
  .price-installments .installment { font-size: 3.35rem; }
  .trust-grid { grid-template-columns: 1fr; gap: 20px; }
  .trust-item { justify-content: flex-start; }
  .section { padding: 52px 0; }
  .steps-grid { grid-template-columns: 1fr; gap: 32px; }
  .step-card { display: grid; grid-template-columns: 58px 1fr; column-gap: 14px; align-items: start; }
  .step-card::after { display: none !important; }
  .step-number { grid-row: 1 / span 3; }
  .step-icon { display: none; }
  .step-card h3 { padding-top: 2px; }
  .step-card p { margin-top: 7px; }
  .price-banner { padding: 20px 13px 15px; }
  .price-banner-head span { display: none; }
  .banner-price-card > div { flex-wrap: wrap; }
  .banner-price-card strong { font-size: 5.5rem; }
  .banner-price-card b { font-size: 3.1rem; }
  .price-benefits { width: 100%; font-size: .98rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .footer-grid img { margin-inline: auto; }
  .footer-bottom { gap: 6px; }
  .footer-credit-separator { display: none; }
  .footer-bottom > span { flex-basis: 100%; }
  .nxtl-credit { margin-top: 2px; }
}

/* ==========================================================
   TECNOLOGIA DE CONVERSÃO — preservando o branding SVF
   ========================================================== */
body.modal-open { overflow: hidden; }
.privacy-inline {
  margin: 1px 0 2px;
  color: #667387;
  font-size: .72rem;
  line-height: 1.45;
  text-align: left;
}
.privacy-inline a { color: var(--blue-800); font-weight: 700; }

/* Toast */
.site-toast {
  position: fixed;
  left: 50%;
  bottom: 104px;
  z-index: 2147483646;
  width: max-content;
  max-width: min(560px, calc(100vw - 28px));
  padding: 13px 18px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 10px;
  background: var(--blue-950);
  color: #fff;
  box-shadow: 0 18px 46px rgba(0,0,0,.32);
  font-size: .83rem;
  line-height: 1.45;
  text-align: center;
  transform: translate(-50%, 18px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
.site-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

/* Botão flutuante de WhatsApp */
#svf-wa-open-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 900;
  min-width: 380px;
  min-height: 68px;
  padding: 0 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 2px solid rgba(255,255,255,.92);
  border-radius: 70px;
  background: #25D366;
  color: #fff;
  box-shadow: 0 15px 38px rgba(8,54,35,.34);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: .88rem;
  font-weight: 900;
  letter-spacing: .065em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, opacity .2s ease;
  isolation: isolate;
}
#svf-wa-open-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -5px;
  border: 2px solid rgba(37, 211, 102, .78);
  border-radius: inherit;
  animation: svfWhatsAppPulse 1.65s ease-out infinite;
}
@keyframes svfWhatsAppPulse {
  0% { transform: scale(.985); opacity: .95; }
  70%, 100% { transform: scale(1.07); opacity: 0; }
}
#svf-wa-open-btn:hover, #svf-wa-open-btn:focus-visible { background: #20bd5a; transform: translateY(-2px); }
#svf-wa-open-btn.is-footer-hidden { opacity: 0; pointer-events: none; transform: translateY(18px); }
.svf-wa-main-icon { width: 31px; height: 31px; display: inline-flex; flex: 0 0 31px; }
.svf-wa-main-icon svg { width: 31px; height: 31px; fill: #fff; }

/* Modal WhatsApp */
.svf-overlay {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(3, 20, 42, .72);
  backdrop-filter: blur(4px);
}
.svf-overlay.is-open { display: flex; }
.svf-modal {
  width: min(500px, 100%);
  max-height: min(92vh, 850px);
  overflow: auto;
  border: 1px solid rgba(9,59,120,.22);
  border-radius: 18px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 28px 78px rgba(0,0,0,.38);
  animation: svfModalIn .22s ease both;
}
@keyframes svfModalIn { from { opacity: 0; transform: translateY(14px) scale(.985); } to { opacity: 1; transform: none; } }
.svf-modal-header {
  min-height: 68px;
  padding: 15px 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 4px solid var(--red-600);
  background: linear-gradient(135deg, var(--blue-800), var(--blue-950));
  color: #fff;
}
.svf-modal-header strong {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: .77rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.svf-modal-close, .svf-exit-close {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.svf-modal-body { padding: 25px; }
.svf-modal-body h2 {
  margin: 0;
  color: var(--blue-900);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}
.svf-modal-body > p { margin: 8px 0 20px; color: #5b687b; line-height: 1.55; }
.svf-wa-form { display: grid; gap: 11px; }
.svf-wa-form label { display: grid; gap: 6px; }
.svf-wa-form label > span {
  color: var(--blue-900);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.svf-wa-form input, .svf-wa-form select {
  width: 100%;
  min-height: 49px;
  padding: 0 14px;
  border: 1px solid #cfd8e4;
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
  outline: none;
}
.svf-wa-form input:focus, .svf-wa-form select:focus {
  border-color: var(--blue-700);
  box-shadow: 0 0 0 3px rgba(13,77,152,.11);
}
.svf-wa-form input.invalid, .svf-wa-form select.invalid { border-color: var(--red-600); box-shadow: 0 0 0 3px rgba(223,16,35,.09); }
.modal-form-error { margin: 0; color: var(--red-700); font-size: .8rem; font-weight: 700; }
.svf-wa-form .button { width: 100%; min-height: 54px; }
.svf-modal-footer {
  min-height: 66px;
  padding: 12px 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid #e0e7f0;
  background: var(--blue-100);
  color: #536176;
  font-size: .73rem;
}
.svf-modal-footer a { padding: 7px 9px; border-radius: 6px; background: var(--blue-950); }
.svf-modal-footer img { width: 58px; height: auto; }

/* Pop-up de intenção de saída */
#svf-exit-popup { z-index: 1200; }
.svf-exit-box {
  position: relative;
  width: min(790px, 100%);
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 22px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 28px 82px rgba(0,0,0,.42);
  animation: svfModalIn .22s ease both;
}
.svf-exit-close {
  position: absolute;
  top: 9px;
  right: 11px;
  z-index: 2;
  color: var(--blue-950);
}
.svf-exit-brand {
  min-height: 350px;
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background:
    radial-gradient(circle at 28% 20%, rgba(255,255,255,.12), transparent 28%),
    linear-gradient(145deg, var(--blue-800), var(--blue-950));
}
.svf-exit-brand img { width: 245px; padding: 13px; border-radius: 12px; background: #fff; }
.svf-exit-brand span {
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 999px;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.svf-exit-content { min-height: 350px; padding: 48px 39px; display: flex; flex-direction: column; justify-content: center; }
.svf-exit-content h2 {
  margin: 0;
  color: var(--blue-900);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.03;
  text-transform: uppercase;
}
.svf-exit-content p { margin: 18px 0 24px; color: #59677b; line-height: 1.65; }
.svf-exit-content .button { width: 100%; min-height: 56px; font-size: .78rem; }

/* Consentimento de dados */
#privacy-consent {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 1300;
  width: min(520px, calc(100vw - 44px));
  display: none;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 14px;
  background: rgba(6,38,79,.98);
  color: #fff;
  box-shadow: 0 20px 60px rgba(0,0,0,.4);
  backdrop-filter: blur(14px);
}
#privacy-consent.is-open { display: block; animation: svfConsentIn .25s ease both; }
@keyframes svfConsentIn { from { opacity: 0; transform: translateY(13px); } to { opacity: 1; transform: none; } }
.privacy-actions-top { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding: 14px 14px 0; }
.privacy-actions-top button {
  min-height: 44px;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 7px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  cursor: pointer;
}
#privacy-accept-all { background: linear-gradient(180deg, var(--red-500), var(--red-700)); color: #fff; }
#privacy-customize { background: transparent; color: #fff; }
.privacy-summary { padding: 15px 17px 17px; }
.privacy-summary strong { display: block; margin-bottom: 4px; font-family: "Montserrat", Arial, sans-serif; font-size: 1rem; text-transform: uppercase; }
.privacy-summary p { margin: 0; color: rgba(255,255,255,.78); font-size: .78rem; line-height: 1.55; }
.privacy-panel { display: none; padding: 0 17px 17px; border-top: 1px solid rgba(255,255,255,.16); }
.privacy-panel.is-open { display: block; }
.privacy-option { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.11); }
.privacy-option div strong { font-family: "Montserrat", Arial, sans-serif; font-size: .74rem; }
.privacy-option div small { display: block; color: rgba(255,255,255,.62); font-size: .66rem; line-height: 1.35; }
.privacy-switch { position: relative; width: 43px; height: 24px; flex: 0 0 43px; }
.privacy-switch input { position: absolute; opacity: 0; }
.privacy-switch span { position: absolute; inset: 0; border-radius: 24px; background: #667486; cursor: pointer; transition: background .18s ease; }
.privacy-switch span::after { content: ""; position: absolute; width: 18px; height: 18px; top: 3px; left: 3px; border-radius: 50%; background: #fff; transition: transform .18s ease; }
.privacy-switch input:checked + span { background: #25D366; }
.privacy-switch input:checked + span::after { transform: translateX(19px); }
.privacy-switch input:disabled + span { opacity: .65; cursor: not-allowed; }
.privacy-save {
  width: 100%;
  min-height: 43px;
  margin-top: 13px;
  border: 0;
  border-radius: 7px;
  background: #fff;
  color: var(--blue-900);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
  cursor: pointer;
}

/* Rodapé no mesmo escopo funcional da Cia, com branding SVF */
.site-footer { color: #fff; background: linear-gradient(135deg, var(--blue-950), #073a75 58%, var(--blue-800)); border-top: 4px solid var(--red-600); }
.footer-main {
  min-height: 315px;
  padding-block: 52px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(38px, 6vw, 92px);
}
.footer-contact, .footer-information { min-height: 205px; }
.footer-contact { padding-right: 34px; border-right: 1px solid rgba(255,255,255,.18); display: flex; flex-direction: column; align-items: flex-start; }
.footer-information { padding-left: 34px; border-left: 1px solid rgba(255,255,255,.18); }
.footer-kicker {
  margin: 0 0 19px;
  color: var(--yellow);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.footer-contact p, .footer-information p { margin: 0 0 18px; color: rgba(255,255,255,.72); font-size: .84rem; line-height: 1.7; }
.footer-contact strong { color: #fff; }
.footer-social-row { display: flex; gap: 12px; margin-bottom: 17px; }
.footer-social-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 9px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.footer-social-icon:hover, .footer-social-icon:focus-visible { transform: translateY(-2px); background: rgba(255,255,255,.11); }
.footer-social-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-social-icon svg circle:last-child { fill: currentColor; stroke: none; }
.footer-specialist-link, .privacy-preferences-link, .privacy-policy-link {
  display: inline-flex;
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid var(--yellow);
  background: transparent;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
  cursor: pointer;
}
.footer-specialist-link { margin-bottom: 19px; }
.footer-privacy-links { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.footer-brand { min-width: 240px; display: flex; align-items: center; justify-content: center; }
.footer-brand img { width: 245px; padding: 13px; border-radius: 12px; background: #fff; }
.footer-bottom { min-height: 76px; padding: 0; border-top: 1px solid rgba(255,255,255,.17); background: rgba(4,31,65,.58); }
.footer-credit { min-height: 76px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; color: rgba(255,255,255,.68); font-size: .78rem; }
.nxtl-credit { display: inline-flex; align-items: center; justify-content: center; min-width: 76px; min-height: 42px; margin-left: 8px; padding: 6px 9px; border-radius: 7px; transition: background .2s ease, transform .2s ease; }
.nxtl-credit:hover, .nxtl-credit:focus-visible { background: rgba(255,255,255,.11); transform: translateY(-1px); }
.nxtl-credit img { width: 68px; height: auto; padding: 0; border-radius: 0; background: transparent; }

@media (max-width: 980px) {
  #svf-wa-open-btn { min-width: 330px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; grid-row: 1; }
  .footer-contact, .footer-information { min-height: 175px; }
}

@media (max-width: 680px) {
  #svf-wa-open-btn {
    right: 13px;
    bottom: 13px;
    min-width: 0;
    width: calc(100vw - 26px);
    min-height: 60px;
    padding: 0 17px;
    font-size: .76rem;
  }
  #privacy-consent { left: 12px; bottom: 82px; width: calc(100vw - 24px); }
  .svf-overlay { padding: 10px; }
  .svf-modal { border-radius: 14px; max-height: 95vh; }
  .svf-modal-body { padding: 21px 17px; }
  .svf-modal-body h2 { font-size: 1.65rem; }
  .svf-modal-footer { align-items: flex-start; }
  .svf-exit-box { grid-template-columns: 1fr; width: min(500px, 100%); }
  .svf-exit-brand { min-height: auto; padding: 25px 22px; gap: 14px; }
  .svf-exit-brand img { width: 210px; }
  .svf-exit-content { min-height: auto; padding: 31px 22px 26px; }
  .svf-exit-content h2 { font-size: 1.75rem; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; padding-block: 43px; }
  .footer-brand { grid-column: auto; grid-row: auto; order: -1; }
  .footer-contact, .footer-information { min-height: 0; padding: 26px 0 0; border-left: 0; border-right: 0; border-top: 1px solid rgba(255,255,255,.18); text-align: center; align-items: center; }
  .footer-information { display: flex; flex-direction: column; align-items: center; }
  .footer-privacy-links { justify-content: center; }
  .footer-credit { padding: 17px 0; line-height: 1.45; }
  .footer-credit > span:first-child { flex-basis: 100%; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  #svf-wa-open-btn::before { animation: none; }
  .svf-modal, .svf-exit-box, #privacy-consent.is-open { animation: none; }
}


/* V3: logotipo robusto e redes sociais */
.brand img, .footer-brand img, .svf-exit-brand img { object-fit: contain; }
.footer-social-icon svg path { fill: currentColor; stroke: none; }

/* V4 — autocomplete geográfico importado da tecnologia da Cia dos Vistos */
.autocomplete-field {
  position: relative;
  display: block;
  min-width: 0;
}
.autocomplete-list {
  position: absolute;
  z-index: 1600;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  display: none;
  max-height: 230px;
  overflow-y: auto;
  border: 1px solid rgba(13, 77, 152, .32);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(6, 38, 79, .2);
}
.autocomplete-list.is-open { display: block; }
.autocomplete-option {
  width: 100%;
  min-height: 43px;
  padding: 10px 13px;
  border: 0;
  border-bottom: 1px solid rgba(13, 77, 152, .11);
  background: #fff;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}
.autocomplete-option:last-child { border-bottom: 0; }
.autocomplete-option:hover,
.autocomplete-option.is-active {
  background: var(--blue-100);
  color: var(--blue-900);
}
.autocomplete-empty {
  padding: 11px 13px;
  color: var(--muted);
  font-size: .82rem;
}
.is-loading {
  background-image: linear-gradient(90deg, transparent, rgba(13, 77, 152, .12), transparent) !important;
  background-size: 200% 100% !important;
  animation: svfLoadingField 1.1s linear infinite;
}
@keyframes svfLoadingField { to { background-position: -200% 0; } }
.lead-card input:disabled,
.svf-wa-form input:disabled {
  opacity: .68;
  cursor: not-allowed;
  background-color: #eef2f6;
}
.svf-modal-body,
.lead-card { overflow: visible; }
.svf-modal { overflow: visible; }
.svf-modal-body { max-height: calc(90vh - 116px); overflow-y: auto; }
.svf-modal-footer img { width: 74px; max-height: 26px; object-fit: contain; }
.nxtl-credit img { width: 74px; max-height: 28px; object-fit: contain; }



/* V9 — sistema de movimento acionado somente quando o conteúdo entra na tela */
.js [data-reveal] {
  opacity: 0;
  will-change: opacity, transform;
  transition:
    opacity .78s cubic-bezier(.22, 1, .36, 1),
    transform .78s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}
.js [data-reveal="fade-up"] { transform: translate3d(0, 34px, 0); }
.js [data-reveal="fade-right"] { transform: translate3d(-34px, 0, 0); }
.js [data-reveal="fade-left"] { transform: translate3d(34px, 0, 0); }
.js [data-reveal="zoom-soft"] { transform: scale(.965) translate3d(0, 18px, 0); }
.js [data-reveal="fade"] { transform: none; }
.js [data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}

/* Pequenos movimentos contínuos, discretos, para dar vida sem competir com a leitura */
.hero-orbit { animation: svfOrbitDrift 10s ease-in-out infinite alternate; }
.round-cta { animation: svfCtaBreathe 4.8s ease-in-out infinite; }
@keyframes svfOrbitDrift {
  from { transform: rotate(13deg) translate3d(0, 0, 0); }
  to { transform: rotate(13deg) translate3d(0, 12px, 0); }
}
@keyframes svfCtaBreathe {
  0%, 100% { box-shadow: 0 12px 24px rgba(0,0,0,.25); }
  50% { box-shadow: 0 16px 34px rgba(0,0,0,.34); }
}

@media (max-width: 600px) {
  .js [data-reveal="fade-right"],
  .js [data-reveal="fade-left"] { transform: translate3d(0, 26px, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .js [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .hero-orbit,
  .round-cta { animation: none; }
}
