:root {
  --navy: #1a243f;
  --navy-2: #10182c;
  --navy-3: #273554;
  --gold: #c8a65b;
  --gold-2: #dfc47e;
  --gold-soft: #f3ead6;
  --white: #ffffff;
  --paper: #f7f7f5;
  --paper-2: #f1f2f4;
  --ink: #182033;
  --muted: #667085;
  --line: #e4e6ea;
  --shadow: 0 20px 55px rgba(18, 28, 50, .10);
  --radius: 22px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section {
  padding: 100px 0;
}

h1,
h2,
h3 {
  margin: 0 0 18px;
  line-height: 1.1;
  color: var(--navy);
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: -.025em;
}

h1 {
  font-size: clamp(2.7rem, 5vw, 4rem);
}

h2 {
  font-size: clamp(2.1rem, 4vw, 3.55rem);
}

h3 {
  font-size: 1.2rem;
}

p {
  margin: 0 0 18px;
  color: var(--muted);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 18px;
}

.eyebrow-light {
  color: #8a6c31;
}

.eyebrow-dark {
  color: var(--gold-2);
}

.section-intro {
  margin-bottom: 52px;
}

.section-intro.centered {
  text-align: center;
  margin-inline: auto;
}

.section-intro.narrow {
  max-width: 780px;
}

.section-intro p {
  font-size: 1.07rem;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 11px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: .22s ease;
}

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

.btn-sm {
  min-height: 44px;
  padding-inline: 18px;
  font-size: .9rem;
}

.btn-lg {
  min-height: 57px;
  padding-inline: 27px;
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: var(--navy-2);
  box-shadow: 0 10px 26px rgba(178, 142, 65, .25);
}

.btn-gold:hover {
  box-shadow: 0 16px 34px rgba(178, 142, 65, .34);
}

.btn-navy {
  background: var(--navy);
  color: white;
}

.btn-outline-navy {
  border-color: rgba(26, 36, 63, .35);
  color: var(--navy);
  background: rgba(255, 255, 255, .72);
  backdrop-filter: blur(8px);
}

/* HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(26, 36, 63, .08);
}

.header-inner {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

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

.brand-mark {
  display: grid;
  place-items: center;
  width: 54px;
  height: 42px;
  overflow: hidden;
}

.brand-mark img {
  width: 54px;
  height: auto;
  object-fit: contain;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-copy strong {
  color: var(--navy);
  letter-spacing: .08em;
  font-size: .96rem;
}

.brand-copy small {
  color: #8a6c31;
  font-size: .59rem;
  letter-spacing: .18em;
  margin-top: 4px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.desktop-nav a {
  color: #465066;
  font-size: .94rem;
  font-weight: 600;
}

.desktop-nav a:hover {
  color: var(--navy);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  padding: 10px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  background: var(--navy);
  margin: 5px 0;
}

.mobile-nav {
  position: absolute;
  top: 82px;
  inset-inline: 0;
  padding: 18px 20px 24px;
  background: white;
  border-top: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.mobile-nav a:not(.btn) {
  display: block;
  padding: 12px 4px;
  font-weight: 650;
}

.mobile-nav .btn {
  margin-top: 10px;
  width: 100%;
}

/* HERO */
.hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  background: url('/wp-content/themes/adv/assets/images/hero-execucao-fiscal.webp') center center / cover no-repeat;
  overflow: hidden;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .94) 34%, rgba(255, 255, 255, .38) 55%, rgba(255, 255, 255, 0) 75%);
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48%;
  height: 5px;
  background: linear-gradient(90deg, var(--gold), transparent);
  z-index: 2;
}

.hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 650px) 1fr;
}

.hero-content {
  padding: 90px 0;
}

.hero h1 {
  max-width: 720px;
}

.hero h1 span {
  color: #9a762d;
}

.hero-lead {
  max-width: 650px;
  font-size: 1.12rem;
  color: #4e586c;
}

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

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  margin-top: 28px;
  color: #526078;
  font-size: .9rem;
  font-weight: 600;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-meta i {
  color: #9a762d;
}

/* QUICK SIGNALS */
.quick-signals {
  background: var(--navy);
  color: white;
}

.quick-signals-grid {
  min-height: 92px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
}

.quick-signals-grid>div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.quick-signals-grid>div:first-child {
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.quick-signals i {
  color: var(--gold-2);
  font-size: 1.15rem;
}

.quick-signals span {
  font-weight: 650;
}

/* CARDS */
.situations-section {
  background: var(--paper);
}

.cards-grid {
  display: grid;
  gap: 22px;
}

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

.info-card {
  position: relative;
  padding: 32px;
  min-height: 285px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 28px rgba(18, 28, 50, .04);
  overflow: hidden;
  transition: .24s ease;
}

.info-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(200, 166, 91, .45);
}

.card-number {
  position: absolute;
  top: 16px;
  right: 20px;
  color: #edf0f4;
  font: 700 3.4rem/1 "Playfair Display", serif;
}

.icon-box {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--gold-soft);
  color: #8b692d;
  margin-bottom: 24px;
}

.info-card h3 {
  position: relative;
  z-index: 1;
  font-size: 1.22rem;
}

.info-card p {
  margin: 0;
  font-size: .96rem;
}

/* ALERT */
.alert-section {
  background: var(--navy);
  color: white;
  overflow: hidden;
}

.alert-grid {
  display: grid;
  grid-template-columns: 1.08fr .72fr;
  align-items: center;
  gap: 75px;
}

.alert-copy h2,
.alert-copy h3 {
  color: white;
}

.alert-copy p {
  color: #c6cedd;
  font-size: 1.06rem;
  max-width: 660px;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 32px;
  display: grid;
  gap: 13px;
}

.check-list li {
  display: flex;
  gap: 12px;
  color: #edf0f7;
}

.check-list i {
  margin-top: 4px;
  color: var(--gold-2);
}

.alert-photo-wrap {
  position: relative;
  width: min(100%, 430px);
  margin-inline: auto;
}

.alert-photo-wrap::before {
  content: '';
  position: absolute;
  inset: -14px 20px 18px -14px;
  border: 1px solid rgba(217, 190, 124, .45);
  border-radius: 26px;
  z-index: 0;
}

.alert-photo-wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 540px;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
}

.photo-badge {
  position: absolute;
  z-index: 2;
  left: -25px;
  bottom: 28px;
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
  background: white;
  color: var(--navy);
  border-left: 4px solid var(--gold);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.photo-badge span {
  color: var(--muted);
  font-size: .82rem;
}

/* ACTION */
.action-section {
  background: white;
}

.action-list {
  display: grid;
  gap: 12px;
}

.action-list article {
  display: grid;
  grid-template-columns: 64px 1fr 50px;
  align-items: center;
  gap: 22px;
  padding: 24px 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  transition: .22s ease;
}

.action-list article:hover {
  border-color: rgba(200, 166, 91, .6);
  transform: translateX(4px);
}

.action-index {
  font-family: "Playfair Display", serif;
  color: #a27a2d;
  font-weight: 700;
  font-size: 1.2rem;
}

.action-list h3 {
  margin-bottom: 6px;
}

.action-list p {
  margin: 0;
}

.action-list article>i {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--paper);
  color: var(--navy);
}

/* PROCESS */
.process-section {
  background: var(--paper);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  counter-reset: step;
}

.process-grid article {
  position: relative;
  padding: 38px 30px;
  background: white;
  border-radius: 20px;
  border: 1px solid var(--line);
}

.process-grid article>span {
  position: absolute;
  right: 22px;
  top: 18px;
  color: #e8eaf0;
  font: 700 3.6rem/1 "Playfair Display", serif;
}

.process-grid article>i {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--navy);
  color: var(--gold-2);
  font-size: 1.25rem;
  margin-bottom: 24px;
}

.process-grid p {
  margin-bottom: 0;
}

/* ABOUT */
.about-section {
  background: white;
}

.about-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: center;
  gap: 75px;
}

.about-photo {
  position: relative;
}

.about-photo>img {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 24px;
}

.about-photo-caption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 18px 22px;
  background: rgba(16, 24, 44, .92);
  backdrop-filter: blur(10px);
  color: white;
  border-left: 4px solid var(--gold);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}

.about-photo-caption span {
  color: #d7deea;
  font-size: .86rem;
}

.about-copy>p {
  font-size: 1.02rem;
}

.about-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 28px 0;
}

.about-points>div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: var(--paper);
  border-radius: 12px;
}

.about-points i {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--gold-soft);
  color: #8b692d;
}

.about-points span {
  display: flex;
  flex-direction: column;
  color: var(--muted);
  font-size: .82rem;
}

.about-points strong {
  color: var(--navy);
  font-size: .9rem;
}

.oab-line {
  font-weight: 700;
  color: #6f7580 !important;
  font-size: .88rem !important;
}

/* FORM */
.form-section {
  background: var(--navy);
  color: white;
}

.form-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: start;
  gap: 70px;
}

.form-intro {
  padding-top: 24px;
}

.form-intro h2 {
  color: white;
}

.form-intro>p {
  color: #c5cede;
  font-size: 1.05rem;
}

.form-benefits {
  display: grid;
  gap: 15px;
  margin-top: 34px;
}

.form-benefits>div {
  display: flex;
  align-items: center;
  gap: 13px;
}

.form-benefits i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 11px;
  color: var(--gold-2);
}

.form-benefits span {
  display: flex;
  flex-direction: column;
  color: #aeb8ca;
  font-size: .85rem;
}

.form-benefits strong {
  color: white;
  font-size: .95rem;
}

.quiz-card {
  background: white;
  color: var(--ink);
  padding: 32px;
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .18);
}

.quiz-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  color: var(--navy);
  font-size: .86rem;
  font-weight: 700;
}

.progress-track {
  height: 7px;
  background: #edf0f3;
  border-radius: 99px;
  overflow: hidden;
  margin: 14px 0 30px;
}

.qbp-progress-bar {
  display: block;
  height: 100%;
}

.qbp-progress-bar>span {
  display: block;
  width: 16.66%;
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--gold-2));
  transition: width .32s ease;
}

.qbp-step {
  display: none;
  animation: fadeStep .25s ease;
}

.qbp-step.active {
  display: block;
}

@keyframes fadeStep {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.qbp-step h3 {
  font-size: 1.36rem;
  margin-bottom: 22px;
}

.option {
  display: block;
  cursor: pointer;
  margin-bottom: 10px;
}

.option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.option span {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 12px 16px 12px 48px;
  border: 1px solid var(--line);
  border-radius: 11px;
  position: relative;
  transition: .18s ease;
  color: #465066;
  font-weight: 600;
}

.option span::before {
  content: '';
  position: absolute;
  left: 16px;
  width: 18px;
  height: 18px;
  border: 2px solid #c8ccd4;
  border-radius: 50%;
}

.option input:checked+span {
  border-color: var(--gold);
  background: #fbf8f0;
  color: var(--navy);
}

.option input:checked+span::before {
  border: 5px solid var(--navy);
}

.field-group {
  display: grid;
  gap: 7px;
  margin-bottom: 16px;
}

.field-group label {
  font-size: .86rem;
  font-weight: 700;
  color: var(--navy);
}

.field-group input {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  outline: none;
  color: var(--ink);
}

.field-group input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(200, 166, 91, .12);
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--muted);
  font-size: .78rem;
  margin-top: 8px;
}

.consent input {
  margin-top: 4px;
}

.quiz-actions {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 26px;
}

.quiz-actions button {
  min-height: 48px;
  border-radius: 10px;
  border: 0;
  padding: 0 18px;
  font-weight: 700;
}

.quiz-back {
  background: #eef0f3;
  color: #596273;
}

.quiz-back:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.quiz-next,
.quiz-submit {
  margin-left: auto;
  background: var(--navy);
  color: white;
}

.quiz-submit {
  width: 100%;
  background: #1f8e58;
}

.qbp-message {
  color: #b42318;
  font-size: .82rem;
  margin: 12px 0 0;
  min-height: 18px;
}

/* TESTIMONIALS */
.testimonials-section {
  background: var(--paper);
  overflow: hidden;
}

.demo-note {
  padding: 13px 16px;
  border-radius: 10px;
  background: #fff7e2;
  border: 1px solid #ead8a5;
  color: #705927 !important;
  font-size: .84rem !important;
}

.testimonial-shell {
  position: relative;
}

.testimonial-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 48px)/3);
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 8px 2px 24px;
  scroll-behavior: smooth;
}

.testimonial-track::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  scroll-snap-align: start;
  min-height: 300px;
  padding: 28px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 25px rgba(20, 30, 50, .04);
}

.testimonial-card .stars {
  color: #b78d36;
  letter-spacing: 3px;
  font-size: .86rem;
  margin-bottom: 20px;
}

.testimonial-card>p {
  color: #4f586a;
  font-size: 1rem;
  flex: 1;
}

.testimonial-card footer {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.testimonial-card footer strong {
  color: var(--navy);
}

.testimonial-card footer span {
  color: #8a93a2;
  font-size: .78rem;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--navy);
  color: white;
  box-shadow: 0 8px 22px rgba(17, 28, 50, .2);
}

.slider-btn.prev {
  left: -20px;
}

.slider-btn.next {
  right: -20px;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 10px;
}

.slider-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c9cdd5;
}

.slider-dots button.active {
  width: 24px;
  border-radius: 99px;
  background: var(--gold);
}

/* FAQ */
.faq-section {
  background: white;
}

.faq-grid {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 70px;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 120px;
}

.accordion {
  border-top: 1px solid var(--line);
}

.accordion details {
  border-bottom: 1px solid var(--line);
}

.accordion summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--navy);
  font-weight: 700;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary i {
  color: #9a762d;
  transition: .2s ease;
}

.accordion details[open] summary i {
  transform: rotate(45deg);
}

.accordion details div {
  padding: 0 36px 18px 4px;
}

.accordion details p {
  margin: 0;
}

/* FINAL CTA */
.final-cta {
  padding: 72px 0;
  background: var(--navy-2);
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.final-cta-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
}

.final-cta h2 {
  color: white;
  max-width: 780px;
  font-size: clamp(2rem, 3.6vw, 2.7rem);
}

.final-cta p {
  color: #b9c2d3;
  max-width: 760px;
  margin-bottom: 0;
}

/* FOOTER */
.site-footer {
  background: var(--navy-2);
  color: #c6ccda;
  padding: 56px 0 26px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr .85fr .85fr;
  gap: 55px;
}

.brand-footer .brand-copy strong {
  color: white;
}

.footer-brand>p {
  max-width: 420px;
  margin-top: 16px;
  color: #9fa8ba;
}

.site-footer h3 {
  color: white;
  font-size: 1rem;
  margin-bottom: 15px;
}

.site-footer a {
  display: block;
  width: fit-content;
  color: #b8c0d0;
  margin: 8px 0;
}

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

.site-footer p {
  color: #9fa8ba;
  font-size: .88rem;
}

.footer-bottom {
  margin-top: 45px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer-bottom p {
  margin: 0;
  font-size: .78rem;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 99px;
  background: #1f9d61;
  color: white;
  font-weight: 800;
  box-shadow: 0 12px 32px rgba(20, 50, 35, .25);
}

.floating-whatsapp i {
  font-size: 1.35rem;
}

@media (max-width: 1050px) {

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .hero {
    min-height: 660px;
    background-position: 65% center;
  }

  .hero::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .90) 45%, rgba(255, 255, 255, .25) 78%, rgba(255, 255, 255, 0));
  }

  .cards-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .alert-grid,
  .about-grid,
  .form-layout {
    gap: 44px;
  }

  .testimonial-track {
    grid-auto-columns: calc((100% - 24px)/2);
  }

  .slider-btn.prev {
    left: 4px;
  }

  .slider-btn.next {
    right: 4px;
  }
}

@media (max-width: 820px) {
  .section {
    padding: 78px 0;
  }

  .hero {
    min-height: 760px;
    align-items: flex-end;
    background-position: 72% center;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, .02) 0%, rgba(255, 255, 255, .28) 34%, rgba(255, 255, 255, .94) 58%, rgba(255, 255, 255, 1) 100%);
  }

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

  .hero-content {
    padding: 300px 0 54px;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 9vw, 4rem);
    max-width: 650px;
  }

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

  .quick-signals-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .quick-signals-grid>div {
    justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .alert-grid,
  .about-grid,
  .form-layout,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .alert-photo-wrap {
    margin-top: 15px;
  }

  .about-photo {
    max-width: 560px;
    margin-inline: auto;
  }

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

  .faq-intro {
    position: static;
  }

  .final-cta-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .header-inner {
    height: 72px;
  }

  .brand {
    min-width: 0;
    gap: 9px;
  }

  .brand-mark {
    width: 44px;
    height: 34px;
  }

  .brand-mark img {
    width: 44px;
  }

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

  .brand-copy small {
    font-size: .5rem;
  }

  .mobile-nav {
    top: 72px;
  }

  .hero {
    min-height: 740px;
    background-position: 70% top;
    background-size: auto 310px;
    background-color: white;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .08) 37%, rgba(255, 255, 255, .98) 58%, white 100%);
  }

  .hero-content {
    padding: 320px 0 38px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .quick-signals-grid {
    grid-template-columns: 1fr 1fr;
  }

  .quick-signals-grid>div {
    padding: 16px 10px;
    font-size: .82rem;
  }

  .cards-grid-3 {
    grid-template-columns: 1fr;
  }

  .info-card {
    min-height: auto;
    padding: 27px 24px;
  }

  .alert-photo-wrap img {
    height: 470px;
  }

  .photo-badge {
    left: 14px;
    right: 14px;
    bottom: 16px;
  }

  .action-list article {
    grid-template-columns: 38px 1fr;
    gap: 12px;
    padding: 22px 18px;
  }

  .action-list article>i {
    display: none;
  }

  .about-points {
    grid-template-columns: 1fr;
  }

  .quiz-card {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .quiz-actions {
    flex-wrap: wrap;
  }

  .quiz-next {
    margin-left: 0;
    flex: 1;
  }

  .testimonial-track {
    grid-auto-columns: 88%;
  }

  .slider-btn {
    display: none;
  }

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

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .floating-whatsapp {
    right: 15px;
    bottom: 15px;
    width: 54px;
    height: 54px;
    min-height: 54px;
    padding: 0;
    justify-content: center;
  }

  .floating-whatsapp span {
    display: none;
  }
}

/* =========================================================
   TRIAGEM MULTIPASSO - CENTRALIZADA
   ========================================================= */

.form-section {
  padding: 90px 0;
}

.form-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
}

.form-intro {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.form-intro .eyebrow {
  display: inline-flex;
  justify-content: center;
  margin-bottom: 16px;
}

.form-intro h2 {
  max-width: 760px;
  margin: 0 auto 18px;
  text-align: center;
}

.form-intro > p {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.form-benefits {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.form-benefits > div {
  flex: 1 1 210px;
  max-width: 240px;
  text-align: left;
}

.quiz-card {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

/* MOBILE */
@media (max-width: 768px) {

  .form-section {
    padding: 65px 0;
  }

  .form-layout {
    gap: 30px;
  }

  .form-intro {
    max-width: 100%;
  }

  .form-intro h2 {
    font-size: 32px;
    line-height: 1.15;
  }

  .form-intro > p {
    font-size: 16px;
  }

  .form-benefits {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .form-benefits > div {
    width: 100%;
    max-width: 100%;
    flex: auto;
  }

  .quiz-card {
    max-width: 100%;
  }
}



/*===========================================
  FAIXA DESENVOLVIDO POR
===========================================*/

.faixa-desenvolvido {
  padding: 18px 0;
  background: white;
  border-top: 1px solid rgba(23, 23, 23, 0.08);
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;

}

.desenvolvido-por {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  gap: 14px;
  color: black;
  font-size: 13px;
  font-weight: 800;
}

.desenvolvido-por:hover {
  color: #ffd34e;
}

.desenvolvido-por img {
  display: block;
  width: auto;
  max-width: 155px;
  max-height: 32px;
}

body::-webkit-scrollbar-track {
  background: black;
}

body::-webkit-scrollbar {
  width: 15px;
}

body::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #fff2a6, var(--gold), #ff9f00);
  border-radius: 20px;
  border: 3px solid #FBF1EB;
}

body {
  cursor: url(https://lp.clinicalotus.es/wp-content/themes/lotus/img/cursor.png), pointer;
}