.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

[hidden] {
  display: none !important;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #064866;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.header-inner {
  min-height: 4.85rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.brand {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.brand-logo,
.brand-partner-logo {
  height: clamp(2.5rem, 5.2vw, 3.5rem);
  width: auto;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.brand-logo:hover,
.brand-partner-logo:hover {
  transform: scale(1.03);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.4vw, 2rem);
  margin-left: auto;
}

.desktop-nav a {
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.desktop-nav a:hover {
  color: #38bdf8;
}

.button-header {
  margin-left: 0.5rem;
  background: #ffc107;
  color: #06384f;
  font-weight: 800;
  border: none;
}

.button-header:hover {
  background: #e0a800;
  color: #06384f;
}

.menu-toggle {
  width: 2.75rem;
  height: 2.75rem;
  display: none;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  color: #00a8cc;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.menu-close-icon {
  display: none;
}

.menu-toggle[aria-expanded="true"] .menu-open-icon {
  display: none;
}

.menu-toggle[aria-expanded="true"] .menu-close-icon {
  display: block;
}

.mobile-menu {
  padding: 0.5rem 1rem 1rem;
  border-top: 1px solid var(--abr-border);
  background: var(--abr-white);
}

.mobile-menu a {
  min-height: 3rem;
  display: flex;
  align-items: center;
  padding-inline: 0.25rem;
  border-bottom: 1px solid var(--abr-border);
  color: var(--abr-primary-strong);
  font-weight: 700;
  text-decoration: none;
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--abr-white);
}

.hero-orbit {
  display: none;
}

.hero-layout {
  position: relative;
  z-index: 2;
  min-height: 46rem;
  display: flex;
  align-items: center;
  padding-block: clamp(4rem, 7vw, 6.5rem);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(56%, 43rem);
}

.brand-group {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.25rem);
}

.brand-partner-divider {
  width: 1px;
  height: 2.4rem;
  background: rgba(255, 255, 255, 0.22);
}

.brand-partner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2rem;
}

.brand-partner-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #38bdf8;
  line-height: 1;
}

.brand-partner-tag::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 6px rgba(34, 197, 94, 0.8);
}

.brand-partner-logo {
  height: clamp(1.5rem, 2.4vw, 1.95rem);
  width: auto;
  max-width: clamp(7.5rem, 15vw, 9.5rem);
  object-fit: contain;
  transition: transform 0.2s ease;
}

.brand-partner-logo:hover {
  transform: scale(1.03);
}

.product-lockup {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  margin-bottom: 2.25rem;
  flex-wrap: wrap;
}

.product-lockup img {
  width: clamp(20rem, 38vw, 32rem);
  max-height: clamp(7.5rem, 14vw, 11rem);
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 6px 20px rgba(6, 72, 102, 0.12));
}

.product-lockup span {
  max-width: 18rem;
  padding-left: 1.25rem;
  border-left: 3px solid var(--abr-accent);
  color: var(--abr-primary-strong);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
}


.hero h1 {
  max-width: 10.5ch;
  margin-bottom: 1.25rem;
  font-size: clamp(3.15rem, 5.2vw, 5.25rem);
  letter-spacing: -0.04em;
}

.hero-lead {
  max-width: 37rem;
  margin-bottom: 1.75rem;
  color: var(--abr-muted);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
}

.hero-profiles {
  max-width: 38rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--abr-border-strong);
  border-radius: var(--abr-radius-md);
  background: var(--abr-white);
  box-shadow: var(--abr-shadow-sm);
}

.hero-profiles button {
  min-height: 4.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.75rem;
  color: var(--abr-primary-strong);
  border-right: 1px solid var(--abr-border);
  background: transparent;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease;
}

.hero-profiles button:last-child {
  border-right: 0;
}

.hero-profiles button:hover,
.hero-profiles button[aria-pressed="true"] {
  color: var(--abr-primary-strong);
  background: var(--abr-accent-soft);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--abr-primary-strong);
  font-weight: 750;
  text-underline-offset: 0.2em;
}

.text-link:hover {
  color: var(--abr-primary);
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1.25rem 0 0;
  color: var(--abr-muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.hero-visual {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-visual::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.99) 31%, rgba(255, 255, 255, 0.9) 43%, rgba(255, 255, 255, 0.42) 58%, rgba(255, 255, 255, 0.05) 76%),
    linear-gradient(180deg, rgba(228, 246, 251, 0.08), rgba(6, 72, 102, 0.15));
}

.hero-visual picture,
.hero-visual picture img {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-visual picture img {
  object-fit: cover;
  object-position: 62% center;
}

.hero-city-note {
  position: absolute;
  z-index: 2;
  right: max(2rem, calc((100vw - 76rem) / 2));
  bottom: 2rem;
  width: min(17rem, 72%);
  padding: 1rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--abr-radius-md);
  color: var(--abr-white);
  background: var(--abr-primary-strong);
  box-shadow: var(--abr-shadow-md);
}

.hero-city-note span,
.hero-city-note strong {
  display: block;
}

.hero-city-note span {
  margin-bottom: 0.2rem;
  color: #bcecf4;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-city-note strong {
  line-height: 1.35;
}

.trust-bar {
  color: var(--abr-white);
  background: var(--abr-primary-strong);
}

.trust-list {
  min-height: 6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-list p {
  min-height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  margin: 0;
  padding: 1rem clamp(1rem, 3vw, 2rem);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  color: #d9eff5;
  font-size: 0.88rem;
  line-height: 1.45;
}

.trust-list p:last-child {
  border-right: 0;
}

.trust-list .icon {
  color: var(--abr-accent);
}

.trust-list strong {
  display: block;
  color: var(--abr-white);
}

.finder-section,
.plans-section,
.cities-section,
.compare-section,
.process-section,
.operator-section,
.faq-section {
  padding-block: clamp(5rem, 9vw, 8rem);
}

.finder-section {
  background: var(--abr-background);
}

.finder-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.8fr) minmax(31rem, 1.2fr);
  align-items: start;
  gap: clamp(3rem, 7vw, 7rem);
}

.finder-intro {
  position: sticky;
  top: 7.5rem;
}

.finder-intro h2,
.section-heading h2,
.cities-layout h2,
.compare-layout h2,
.process-copy h2,
.operator-layout h2,
.faq-layout h2,
.final-cta h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(2.25rem, 4vw, 3.75rem);
}

.finder-intro > p,
.section-heading > p,
.cities-layout > div > p,
.compare-layout > div > p,
.process-copy > p,
.operator-layout > div > p,
.faq-layout > div > p {
  color: var(--abr-muted);
}

.finder-route {
  display: grid;
  gap: 1.2rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.finder-route li {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.finder-route li > span {
  width: 2rem;
  height: 2rem;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--abr-white);
  background: var(--abr-primary);
  font-size: 0.8rem;
  font-weight: 800;
}

.finder-route strong,
.finder-route small {
  display: block;
}

.finder-route strong {
  color: var(--abr-primary-strong);
}

.finder-route small {
  color: var(--abr-muted);
}

.finder-card {
  min-height: 32rem;
  padding: clamp(1.25rem, 3vw, 2.25rem);
  border: 1px solid var(--abr-border);
  border-radius: var(--abr-radius-xl);
  background: var(--abr-white);
  box-shadow: var(--abr-shadow-md);
}

.finder-topline {
  margin-bottom: 2rem;
}

.finder-topline > span {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--abr-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.finder-progress {
  height: 0.4rem;
  overflow: hidden;
  border-radius: 999px;
  background: var(--abr-primary-soft);
}

.finder-progress span {
  width: 20%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--abr-primary);
  transition: width 420ms var(--abr-ease);
}

.finder-alert {
  margin-bottom: 1rem;
  padding: 0.8rem 1rem;
  border: 1px solid #efb9b4;
  border-radius: var(--abr-radius-sm);
  color: var(--abr-error);
  background: var(--abr-error-soft);
  font-weight: 650;
}

.finder-step {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.finder-step legend {
  width: 100%;
  margin-bottom: 0.75rem;
  color: var(--abr-primary-strong);
  font-family: "Sora", sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.3rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.step-help {
  margin-bottom: 1.5rem;
  color: var(--abr-muted);
}

.field {
  display: grid;
  gap: 0.4rem;
}

.field > span {
  color: var(--abr-primary-strong);
  font-size: 0.88rem;
  font-weight: 750;
}

.field input,
.field select {
  width: 100%;
  min-height: 3.35rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--abr-border-strong);
  border-radius: var(--abr-radius-sm);
  color: var(--abr-primary-strong);
  background: var(--abr-white);
}

.field input:focus,
.field select:focus {
  border-color: var(--abr-primary);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(98, 196, 214, 0.3);
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.option-card {
  position: relative;
  min-width: 0;
}

.option-card input {
  position: absolute;
  opacity: 0;
}

.option-card > span {
  min-height: 8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.45rem;
  padding: 1rem;
  border: 1px solid var(--abr-border);
  border-radius: var(--abr-radius-md);
  background: var(--abr-white);
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms var(--abr-ease);
}

.option-card > span:hover {
  transform: translateY(-2px);
  border-color: var(--abr-primary);
}

.option-card input:checked + span {
  border-color: var(--abr-primary);
  background: var(--abr-accent-soft);
  box-shadow: inset 0 0 0 1px var(--abr-primary);
}

.option-card input:focus-visible + span {
  outline: 3px solid var(--abr-focus);
  outline-offset: 3px;
}

.option-card .icon {
  color: var(--abr-primary);
}

.option-card strong,
.option-card small {
  display: block;
}

.option-card strong {
  color: var(--abr-primary-strong);
}

.option-card small {
  color: var(--abr-muted);
}

.lives-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.ages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.choice-list {
  display: grid;
  gap: 0.65rem;
}

.choice-line {
  min-height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--abr-border);
  border-radius: var(--abr-radius-sm);
  color: var(--abr-primary-strong);
  background: var(--abr-white);
  font-weight: 700;
  cursor: pointer;
}

.choice-line:has(input:checked) {
  border-color: var(--abr-primary);
  background: var(--abr-accent-soft);
}

.choice-line input {
  order: 2;
  width: 1.1rem;
  height: 1.1rem;
  accent-color: var(--abr-primary);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.consent-line {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin-top: 1rem;
  color: var(--abr-muted);
  font-size: 0.88rem;
  cursor: pointer;
}

.consent-line input {
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
  margin-top: 0.2rem;
  accent-color: var(--abr-primary);
}

.finder-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 2rem;
}

.finder-result-mark {
  width: 3.2rem;
  height: 3.2rem;
  display: grid;
  place-items: center;
  margin-bottom: 1.25rem;
  border-radius: 50%;
  color: var(--abr-primary-strong);
  background: var(--abr-accent-soft);
}

.finder-result h3 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.75rem, 3vw, 2.4rem);
}

.finder-result > p {
  color: var(--abr-muted);
}

.result-summary {
  display: grid;
  gap: 0.4rem;
  margin-block: 1.5rem;
  padding-block: 1.25rem;
  border-block: 1px solid var(--abr-border);
}

.result-summary p {
  margin: 0;
  color: var(--abr-muted);
}

.result-summary strong {
  color: var(--abr-primary-strong);
}

.result-actions {
  display: grid;
  gap: 0.75rem;
}

.plans-section {
  background: var(--abr-white);
}

.split-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  align-items: end;
  margin-bottom: 3rem;
}

.split-heading h2 {
  max-width: 15ch;
  margin-bottom: 0;
}

.profile-bands {
  border-top: 2px solid var(--abr-primary-strong);
}

.profile-bands article {
  min-height: 7.25rem;
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem 0.5rem;
  border-bottom: 1px solid var(--abr-border);
}

.profile-bands article > .icon {
  width: 2rem;
  height: 2rem;
  color: var(--abr-primary);
}

.profile-bands h3 {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
}

.profile-bands p {
  margin: 0;
  color: var(--abr-muted);
}

.profile-bands a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--abr-primary-strong);
  font-weight: 800;
}

.cities-section {
  position: relative;
  overflow: hidden;
  background: var(--abr-accent-soft);
}

.cities-section::after {
  content: "";
  position: absolute;
  right: -10rem;
  bottom: -15rem;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(20, 127, 181, 0.2);
  border-radius: 50%;
}

.cities-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.city-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--abr-primary);
  list-style: none;
}

.city-list li {
  min-height: 3.75rem;
  display: flex;
  align-items: center;
  padding: 0.7rem 0.5rem;
  border-bottom: 1px solid rgba(132, 174, 191, 0.58);
  color: var(--abr-primary-strong);
  font-weight: 750;
}

.city-list li::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  flex: 0 0 auto;
  margin-right: 0.75rem;
  border: 2px solid var(--abr-primary);
  border-radius: 50%;
  background: var(--abr-white);
}

.compare-section {
  background: var(--abr-white);
}

.compare-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.compare-list {
  margin: 0;
  border-top: 2px solid var(--abr-primary-strong);
}

.compare-list > div {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 1rem;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid var(--abr-border);
}

.compare-list dt {
  color: var(--abr-primary-strong);
  font-weight: 800;
}

.compare-list dd {
  margin: 0;
  color: var(--abr-muted);
}

.process-section {
  color: var(--abr-white);
  background: var(--abr-primary-strong);
}

.process-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(3rem, 8vw, 8rem);
}

.process-copy h2 {
  color: var(--abr-white);
}

.process-copy > p {
  color: #c8e8f2;
}

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

.process-steps li {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  padding-block: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.process-steps li > span {
  width: 2.15rem;
  height: 2.15rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--abr-primary-strong);
  background: var(--abr-accent);
  font-weight: 850;
}

.process-steps h3 {
  margin-bottom: 0.35rem;
  color: var(--abr-white);
  font-size: 1.2rem;
}

.process-steps p {
  margin: 0;
  color: #c8e8f2;
}

.process-steps strong,
.process-steps small {
  display: block;
}

.process-steps strong {
  margin-bottom: 0.35rem;
  color: var(--abr-white);
  font-family: "Sora", sans-serif;
  font-size: 1.1rem;
}

.process-steps small {
  color: #c8e8f2;
  font-size: 0.9rem;
  line-height: 1.55;
}

.operator-section {
  background: var(--abr-background);
}

.operator-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.operator-logo-panel {
  min-height: 21rem;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 1.5rem;
  padding: 2rem;
  border: 1px solid var(--abr-border);
  border-radius: 3rem 0.75rem;
  background: var(--abr-white);
  box-shadow: var(--abr-shadow-sm);
}

.operator-logo-panel img {
  width: min(100%, 16rem);
}

.operator-logo-panel p {
  margin: 0;
  color: var(--abr-muted);
  text-align: center;
}

.independence-note {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-block: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--abr-border);
  color: var(--abr-primary-strong) !important;
  font-weight: 700;
}

.external-link {
  font-size: 0.9rem;
}

.faq-section {
  background: var(--abr-white);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.faq-list {
  border-top: 2px solid var(--abr-primary-strong);
}

.faq-list details {
  border-bottom: 1px solid var(--abr-border);
}

.faq-list summary {
  min-height: 4.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--abr-primary-strong);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  color: var(--abr-primary);
  font-size: 1.35rem;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: -0.35rem 0 1.25rem;
  color: var(--abr-muted);
}

.final-cta {
  padding-block: clamp(3rem, 7vw, 5rem);
  background: var(--abr-primary);
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.final-cta h2 {
  max-width: 18ch;
  margin-bottom: 0.65rem;
  color: var(--abr-white);
  font-size: clamp(2rem, 4vw, 3.35rem);
}

.final-cta p {
  margin: 0;
  color: #dff4fa;
}

.button-light {
  flex: 0 0 auto;
  color: var(--abr-primary-strong);
  background: var(--abr-white);
  box-shadow: 0 9px 24px rgba(7, 87, 125, 0.22);
}

.site-footer {
  padding-block: 4rem 2rem;
  color: #c9e3ec;
  background: #06384f;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 1fr 0.7fr;
  gap: 2rem;
}

.footer-brand img {
  width: 10.5rem;
  margin-bottom: 1rem;
}

.footer-brands {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}

.footer-brands img {
  height: auto;
  max-height: 2.85rem;
  width: auto;
  object-fit: contain;
}

.footer-partner-logo {
  max-height: 3.1rem !important;
  opacity: 0.95;
}

.footer-grid h2 {
  margin-bottom: 0.9rem;
  color: var(--abr-white);
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-grid p {
  margin: 0 0 0.45rem;
  font-size: 0.86rem;
}

.footer-grid a {
  color: inherit;
}

.legal-note {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.legal-note > p,
.legal-note details {
  max-width: none;
  color: #a9cad6;
  font-size: 0.76rem;
}

.legal-note summary {
  color: #d5ecf3;
  font-weight: 700;
  cursor: pointer;
}

.legal-note details p {
  margin-top: 0.65rem;
}

.copyright {
  margin: 1.25rem 0 0;
}

.mobile-primary-action {
  display: none;
}

@media (max-width: 68rem) {
  .desktop-nav {
    display: none;
  }

  .header-inner .button-header {
    margin-left: auto;
  }

  .menu-toggle {
    display: grid;
  }

  .hero-layout {
    min-height: 43rem;
  }

  .hero-copy {
    width: 62%;
  }

  .hero h1 {
    font-size: clamp(3rem, 6vw, 4.6rem);
  }

  .finder-layout,
  .compare-layout,
  .process-layout,
  .operator-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .finder-intro {
    position: static;
  }

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

  .finder-route li {
    align-items: flex-start;
  }

  .finder-card {
    width: min(100%, 45rem);
  }

  .operator-logo-panel {
    min-height: 15rem;
  }
}

@media (max-width: 48rem) {
  body {
    padding-bottom: 4.4rem;
  }

  .header-inner {
    min-height: 4.85rem;
  }

  .brand-group {
    gap: 0.55rem;
  }

  .brand img {
    width: clamp(6.8rem, 28vw, 8rem);
    height: auto;
  }

  .brand-partner-divider {
    height: 1.85rem;
  }

  .brand-partner-tag {
    font-size: 0.52rem;
    letter-spacing: 0.04em;
    gap: 0.25rem;
  }

  .brand-partner-tag::before {
    width: 5px;
    height: 5px;
  }

  .brand-partner-logo {
    height: 1.25rem;
    max-width: 5.5rem;
  }

  .button-header {
    display: none;
  }

  .menu-toggle {
    margin-left: auto;
  }

  .hero {
    background: var(--abr-white);
  }

  .hero-layout {
    min-height: 57rem;
    align-items: flex-start;
    padding-block: 2.5rem 18rem;
  }

  .hero-copy {
    width: 100%;
  }

  .product-lockup {
    align-items: center;
    margin-bottom: 1.5rem;
  }

  .product-lockup img {
    width: clamp(14.5rem, 68vw, 22rem);
    max-height: 6.5rem;
  }

  .product-lockup span {
    font-size: 0.8rem;
  }

  .hero h1 {
    max-width: 11ch;
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

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

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

  .hero-profiles button {
    min-height: 3.6rem;
    justify-content: flex-start;
    padding-inline: 1rem;
    border-right: 0;
    border-bottom: 1px solid var(--abr-border);
  }

  .hero-profiles button:last-child {
    border-bottom: 0;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .text-link {
    justify-content: center;
  }

  .hero-visual {
    width: 100%;
  }

  .hero-visual::before {
    inset: 0;
    background:
      linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.99) 57%, rgba(255, 255, 255, 0.86) 70%, rgba(255, 255, 255, 0.12) 92%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(6, 72, 102, 0.12));
  }

  .hero-visual picture img {
    object-position: 60% bottom;
  }

  .hero-city-note {
    right: 1rem;
    bottom: 1rem;
  }

  .hero-orbit {
    display: none;
  }

  .trust-list {
    grid-template-columns: 1fr;
    padding-block: 0.5rem;
  }

  .trust-list p {
    min-height: 4.25rem;
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .trust-list p:last-child {
    border-bottom: 0;
  }

  .finder-section,
  .plans-section,
  .cities-section,
  .compare-section,
  .process-section,
  .operator-section,
  .faq-section {
    padding-block: 4.5rem;
  }

  .finder-intro h2,
  .section-heading h2,
  .cities-layout h2,
  .compare-layout h2,
  .process-copy h2,
  .operator-layout h2,
  .faq-layout h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .finder-route {
    grid-template-columns: 1fr;
  }

  .finder-card {
    min-height: 0;
    padding: 1.25rem;
    border-radius: var(--abr-radius-lg);
  }

  .option-grid,
  .ages-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .option-card > span {
    min-height: 5.5rem;
  }

  .lives-row {
    grid-template-columns: 1fr;
  }

  .finder-actions {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
  }

  .finder-actions .button {
    width: 100%;
  }

  .split-heading,
  .cities-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .split-heading h2 {
    max-width: none;
  }

  .profile-bands article {
    grid-template-columns: 2.5rem minmax(0, 1fr);
  }

  .profile-bands article > a {
    grid-column: 2;
  }

  .city-list {
    grid-template-columns: 1fr;
  }

  .compare-list > div {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .final-cta-inner {
    align-items: stretch;
    flex-direction: column;
  }

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

  .mobile-primary-action {
    display: none !important;
  }
}

@media (max-width: 23rem) {
  .finder-actions {
    grid-template-columns: 1fr;
  }

  .product-lockup {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-lockup span {
    max-width: none;
    padding: 0;
    border: 0;
  }
}

/* Site comercial Santa Casa: planos, rede e estrutura real */

.hero-profiles {
  max-width: 43rem;
  grid-template-columns: repeat(4, 1fr);
}

.hero-profiles button {
  font-size: 0.9rem;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.section-heading h2 {
  max-width: 14ch;
  margin: 0;
}

.section-heading > p,
.split-heading > p {
  max-width: 36rem;
  margin: 0;
  color: var(--abr-muted);
}

.plan-entry-section,
.units-section,
.hospital-feature,
.care-section,
.product-section {
  padding-block: clamp(5rem, 9vw, 8rem);
}

.plan-entry-section {
  background: var(--abr-white);
}

.plan-entry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.plan-entry-card {
  min-height: 21rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 1.75rem;
  border: 1px solid var(--abr-border);
  border-radius: var(--abr-radius-lg);
  background: var(--abr-white);
  box-shadow: var(--abr-shadow-sm);
}

.plan-entry-card > .icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 2rem;
  padding: 0.55rem;
  color: var(--abr-primary-strong);
  border-radius: 50%;
  background: var(--abr-primary-soft);
}

.plan-entry-card h3 {
  margin: 0.25rem 0 0.75rem;
  font-size: 1.35rem;
}

.plan-entry-card > p:not(.card-kicker) {
  margin-bottom: 1.5rem;
  color: var(--abr-muted);
  font-size: 0.95rem;
}

.card-kicker {
  margin: 0;
  color: var(--abr-primary);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.plan-entry-featured {
  color: var(--abr-white);
  border-color: var(--abr-primary-strong);
  background: var(--abr-primary-strong);
}

.plan-entry-featured > .icon {
  color: var(--abr-white);
  background: rgba(255, 255, 255, 0.14);
}

.plan-entry-featured .card-kicker,
.plan-entry-featured > p:not(.card-kicker) {
  color: #d8f2f8;
}

.card-action {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  padding: 0;
  color: inherit;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  font-weight: 800;
  cursor: pointer;
}

.card-action .icon {
  width: 1rem;
  height: 1rem;
}

.units-section {
  overflow: hidden;
  background: var(--abr-background);
}

.units-heading {
  margin-bottom: 1rem;
}

.rail-controls {
  display: flex;
  gap: 0.6rem;
}

.rail-controls button {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  color: var(--abr-primary-strong);
  border: 1px solid var(--abr-border-strong);
  border-radius: 50%;
  background: var(--abr-white);
  cursor: pointer;
}

.rail-controls button:hover {
  color: var(--abr-white);
  background: var(--abr-primary-strong);
}

.rail-arrow-back {
  transform: rotate(180deg);
}

.units-section {
  padding-block: clamp(4.5rem, 8vw, 7rem);
  background: var(--abr-surface-warm);
}

.structure-spotlight {
  margin-bottom: 3.5rem;
  border: 1px solid var(--abr-border);
  border-radius: var(--abr-radius-xl);
  background: var(--abr-white);
  box-shadow: var(--abr-shadow-md);
  overflow: hidden;
}

.spotlight-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(22rem, 0.85fr);
  align-items: center;
}

.spotlight-media {
  position: relative;
  min-height: 26rem;
  height: 100%;
  overflow: hidden;
  background: var(--abr-primary-strong);
}

.spotlight-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 600ms var(--abr-ease);
}

.spotlight-grid:hover .spotlight-media img {
  transform: scale(1.03);
}

.spotlight-badge {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  color: var(--abr-white);
  background: rgba(6, 72, 102, 0.92);
  backdrop-filter: blur(8px);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

.spotlight-content {
  padding: clamp(2rem, 4vw, 3.25rem);
}

.spotlight-content .eyebrow {
  margin-bottom: 0.6rem;
}

.spotlight-content h3 {
  margin: 0 0 1rem;
  color: var(--abr-primary-strong);
  font-size: clamp(1.6rem, 2.4vw, 2.25rem);
  line-height: 1.25;
}

.spotlight-content p {
  margin-bottom: 1.5rem;
  color: var(--abr-muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

.spotlight-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
  padding-block: 1.25rem;
  border-block: 1px solid var(--abr-border);
}

.metric-chip {
  display: flex;
  flex-direction: column;
}

.metric-chip strong {
  color: var(--abr-primary);
  font-family: "Sora", sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.1;
}

.metric-chip span {
  color: var(--abr-muted);
  font-size: 0.82rem;
  font-weight: 600;
}

.units-rail-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.75rem;
}

.units-rail-header h3 {
  margin: 0.35rem 0 0;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  color: var(--abr-primary-strong);
}

.units-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(19rem, 28vw, 22.5rem);
  gap: 1.5rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  padding: 0.5rem 0.25rem 1.75rem;
}

.units-rail::-webkit-scrollbar {
  display: none;
}

.unit-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid var(--abr-border);
  border-radius: var(--abr-radius-lg);
  background: var(--abr-white);
  box-shadow: var(--abr-shadow-sm);
  transition: transform 300ms var(--abr-ease), box-shadow 300ms var(--abr-ease);
}

.unit-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--abr-shadow-md);
}

.unit-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--abr-primary-soft);
}

.unit-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms var(--abr-ease);
}

.unit-card:hover .unit-card-media img {
  transform: scale(1.05);
}

.unit-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  color: var(--abr-white);
  background: rgba(6, 72, 102, 0.9);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.unit-card-body {
  min-height: 16.5rem;
  display: flex;
  flex-direction: column;
  padding: 1.4rem;
}

.unit-card-city {
  color: var(--abr-primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.unit-card-body h4 {
  margin: 0.35rem 0 0.65rem;
  color: var(--abr-primary-strong);
  font-size: 1.22rem;
  line-height: 1.3;
}

.unit-card-body p {
  margin: 0 0 1rem;
  color: var(--abr-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.unit-address {
  margin-top: auto;
  padding-top: 0.85rem;
  border-top: 1px solid var(--abr-border);
  color: var(--abr-text);
  font-size: 0.82rem;
  font-weight: 650;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.unit-card-cta {
  margin-top: 0.85rem;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.65rem 1rem;
  border-radius: var(--abr-radius-sm);
  color: var(--abr-primary-strong);
  background: var(--abr-primary-soft);
  font-size: 0.85rem;
  font-weight: 750;
  text-decoration: none;
  transition: background 200ms ease, color 200ms ease;
}

.unit-card-cta:hover {
  color: var(--abr-white);
  background: var(--abr-primary);
}

.units-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 1.5rem;
}

.units-foot p {
  max-width: 44rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  color: var(--abr-muted);
  font-size: 0.88rem;
}

.hospital-feature {
  padding-block: clamp(4.5rem, 8vw, 7.5rem);
  background: var(--abr-white);
}

.hospital-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(24rem, 0.95fr);
  align-items: center;
  gap: clamp(3rem, 6vw, 6rem);
}

.hospital-photo {
  position: relative;
  overflow: hidden;
  border-radius: var(--abr-radius-xl);
  box-shadow: var(--abr-shadow-md);
}

.hospital-photo img {
  width: 100%;
  min-height: 30rem;
  max-height: 38rem;
  object-fit: cover;
  display: block;
}

.hospital-photo span {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  color: var(--abr-white);
  background: rgba(6, 72, 102, 0.92);
  backdrop-filter: blur(8px);
  font-size: 0.82rem;
  font-weight: 750;
}

.hospital-copy h2 {
  max-width: 12ch;
  margin-bottom: 1.25rem;
}

.hospital-copy > p:not(.eyebrow):not(.source-note) {
  color: var(--abr-muted);
  font-size: 1.05rem;
}

.hospital-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin-block: 1.75rem;
}

.hospital-facts p {
  margin: 0;
  padding-top: 1rem;
  border-top: 2px solid var(--abr-accent);
}

.hospital-facts strong,
.hospital-facts span {
  display: block;
}

.hospital-facts strong {
  color: var(--abr-primary);
  font-family: "Sora", sans-serif;
  font-size: 1.85rem;
}

.hospital-facts span {
  margin-top: 0.3rem;
  color: var(--abr-muted);
  font-size: 0.75rem;
  line-height: 1.4;
}

.source-note {
  margin-bottom: 1.5rem;
  padding-left: 0.85rem;
  color: var(--abr-muted);
  border-left: 2px solid var(--abr-border-strong);
  font-size: 0.75rem;
}

.care-section {
  color: var(--abr-white);
  background: var(--abr-primary-strong);
}

.care-section .eyebrow,
.eyebrow-light {
  color: #bcecf4;
}

.centered-heading {
  max-width: 50rem;
  display: block;
  margin-inline: auto;
  text-align: center;
}

.centered-heading h2 {
  max-width: 18ch;
  margin-inline: auto;
  color: var(--abr-white);
}

.centered-heading > p {
  margin: 1rem auto 0;
  color: #cceaf1;
}

.care-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.care-grid article {
  min-height: 15rem;
  padding: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
}

.care-grid .icon {
  width: 1.8rem;
  height: 1.8rem;
  margin-bottom: 2rem;
  color: var(--abr-accent);
}

.care-grid h3 {
  margin-bottom: 0.65rem;
  font-size: 1.15rem;
}

.care-grid p {
  color: #cceaf1;
  font-size: 0.9rem;
}

.product-section {
  background: var(--abr-background);
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(17rem, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(3rem, 7vw, 7rem);
}

.product-intro h2 {
  max-width: 11ch;
  margin-bottom: 1rem;
}

.product-intro > p:not(.eyebrow) {
  color: var(--abr-muted);
}

.product-list {
  border-top: 1px solid var(--abr-border-strong);
}

.product-list article {
  padding-block: 1.5rem;
  border-bottom: 1px solid var(--abr-border);
}

.product-list article > span {
  color: var(--abr-primary);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-list h3 {
  margin: 0.35rem 0 0.6rem;
  font-size: 1.35rem;
}

.product-list p {
  margin-bottom: 0.55rem;
  color: var(--abr-muted);
}

.product-list small {
  color: var(--abr-muted);
}

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

@media (max-width: 68rem) {
  .plan-entry-grid,
  .care-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hospital-layout,
  .product-layout {
    grid-template-columns: 1fr;
  }

  .hospital-photo img {
    min-height: 28rem;
  }

  .hospital-copy {
    max-width: 46rem;
  }
}

@media (max-width: 48rem) {
  .hero-profiles {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-profiles button:nth-child(2) {
    border-right: 0;
  }

  .hero-profiles button:nth-child(odd) {
    border-right: 1px solid var(--abr-border);
  }

  .hero-profiles button:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .section-heading,
  .units-foot {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-heading h2 {
    max-width: 12ch;
  }

  .plan-entry-grid,
  .care-grid {
    grid-template-columns: 1fr;
  }

  .plan-entry-card {
    min-height: 18rem;
  }

  .units-heading {
    flex-direction: row;
  }

  .units-rail {
    width: calc(100vw - 1rem);
    grid-auto-columns: 82vw;
  }

  .rail-controls button {
    width: 2.75rem;
    height: 2.75rem;
  }

  .unit-card-body {
    min-height: 17rem;
  }

  .hospital-photo img {
    min-height: 20rem;
  }

  .hospital-facts {
    grid-template-columns: 1fr;
  }

  .hospital-facts p {
    display: grid;
    grid-template-columns: 5rem 1fr;
    align-items: center;
    gap: 0.75rem;
  }

  .profile-grid-four {
    grid-template-columns: 1fr;
  }

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

  .spotlight-media {
    min-height: 19rem;
  }

  .spotlight-metrics {
    grid-template-columns: 1fr;
  }
}

/* ===================================================
   HERO / BANNER E FORMULÁRIO IMEDIATO NO LOAD (SANTA CASA)
   =================================================== */

.hero-santa-casa {
  position: relative;
  background: #f0f7fb;
  border-bottom: 1px solid var(--abr-border);
}

.banner-slider {
  position: relative;
  width: 100%;
  min-height: clamp(19rem, 35vw, 26rem);
  background-color: #064866;
  overflow: hidden;
}

.banner-slide {
  position: relative;
  width: 100%;
  min-height: clamp(19rem, 35vw, 26rem);
  background-image: url('../img/ponte-sjc.webp');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 61, 89, 0.92) 0%, rgba(6, 61, 89, 0.78) 55%, rgba(6, 61, 89, 0.45) 100%);
}

.banner-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
  max-width: 38rem;
  padding-block: 2.5rem;
}

.banner-tag {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(0, 168, 204, 0.25);
  border: 1px solid rgba(0, 168, 204, 0.6);
  color: #62c4d6;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.banner-title {
  font-size: clamp(2.2rem, 4.2vw, 3.4rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 1rem;
  font-weight: 800;
}

.banner-sub {
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  color: #e2f1f7;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.button-saiba-mais {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.65rem;
  border-radius: 999px;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.button-saiba-mais:hover {
  background: #ffffff;
  color: #064866;
}

.banner-arrows {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 1rem;
  pointer-events: none;
  z-index: 3;
}

.arrow-btn {
  pointer-events: auto;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}

.arrow-btn:hover {
  background: rgba(0, 0, 0, 0.65);
}

/* Bloco Orçamento Imediato no Load */
.instant-quote-wrapper {
  padding-block: 2.5rem 3.5rem;
  background: #ffffff;
}

.quote-container {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: center;
  gap: 2.5rem;
}

.quote-visual-col {
  text-align: center;
}

.quote-attendant-picture {
  display: inline-block;
  max-width: 100%;
}

.quote-attendant-img {
  max-width: 100%;
  height: auto;
  max-height: 25rem;
  object-fit: contain;
  filter: drop-shadow(0 10px 25px rgba(6, 72, 102, 0.12));
}

.quote-card {
  background: #ffffff;
  border: 2px solid #064866;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 12px 35px rgba(6, 72, 102, 0.08);
  max-width: 32rem;
  margin-inline: auto;
}

.quote-title {
  color: #0096c7;
  font-size: clamp(1.65rem, 3.2vw, 2.25rem);
  font-weight: 800;
  text-align: center;
  margin-bottom: 1.5rem;
  font-family: var(--font-display);
  line-height: 1.2;
}

.form-orcamento-home .field-wrap {
  margin-bottom: 0.85rem;
}

.quote-input,
.quote-select {
  width: 100%;
  padding: 0.85rem 1.15rem;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #1f2937;
  background: #f9fafb;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  font-family: inherit;
}

.quote-input:focus,
.quote-select:focus {
  border-color: #0096c7;
  background: #ffffff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 150, 199, 0.18);
}

.btn-enviar-yellow {
  width: 100%;
  padding: 1.05rem;
  background: #ffc107;
  color: #06384f;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-transform: uppercase;
  transition: background 0.2s, transform 0.1s, box-shadow 0.2s;
  box-shadow: 0 5px 16px rgba(255, 193, 7, 0.4);
  margin-top: 0.5rem;
}

.btn-enviar-yellow:hover {
  background: #e0a800;
  transform: translateY(-1px);
  box-shadow: 0 7px 20px rgba(255, 193, 7, 0.5);
}

.btn-enviar-yellow:active {
  transform: translateY(0);
}

.quote-privacy-note {
  font-size: 0.78rem;
  color: var(--abr-muted);
  text-align: center;
  margin-top: 0.85rem;
  margin-bottom: 0;
  line-height: 1.35;
}

.finder-feedback {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: center;
}

.feedback-error {
  background: #fef2f2;
  border: 1px solid #f87171;
  color: #991b1b;
}

.feedback-success {
  background: #ecfdf5;
  border: 1px solid #34d399;
  color: #065f46;
}

/* ===================================================
   WIDGET FLUTUANTE DE WHATSAPP COM BALÃO DE RESPOSTA
   =================================================== */

.whatsapp-floating-widget {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.65rem;
  pointer-events: none;
}

.whatsapp-speech-bubble {
  position: relative;
  background: #ffffff;
  color: #111827;
  padding: 0.85rem 1.25rem 0.85rem 1rem;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  font-size: 0.9rem;
  line-height: 1.35;
  max-width: 15rem;
  pointer-events: auto;
  border: 1px solid rgba(0, 0, 0, 0.08);
  animation: bubbleWiggle 4s ease-in-out infinite;
}

.whatsapp-speech-bubble p {
  margin: 0;
}

.whatsapp-speech-bubble strong {
  color: #064866;
}

.bubble-close-btn {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  width: 1.45rem;
  height: 1.45rem;
  background: #9ca3af;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  font-size: 0.95rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background 0.2s;
}

.bubble-close-btn:hover {
  background: #4b5563;
}

/* Balão rabo */
.whatsapp-speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 20px;
  width: 12px;
  height: 12px;
  background: #ffffff;
  transform: rotate(45deg);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.whatsapp-floating-btn {
  pointer-events: auto;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  text-decoration: none;
}

.whatsapp-floating-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.6);
}

.whatsapp-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 13px;
  height: 13px;
  background: #22c55e;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

@keyframes bubbleWiggle {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

/* Barra de Destaque / Reafirmação Institucional */
.trust-bar {
  background: #064866;
  color: #ffffff;
  padding-block: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-headline {
  color: #ffffff;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 800;
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}

.trust-headline u {
  color: #ffffff;
  text-decoration-color: #00a8cc;
  text-underline-offset: 6px;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem 2.5rem;
}

.trust-list p {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  color: #e2f1f7;
  font-size: 0.95rem;
}

.trust-list .icon {
  width: 1.35rem;
  height: 1.35rem;
  color: #38bdf8;
  flex-shrink: 0;
}

.trust-list strong {
  color: #ffffff;
}

.quote-title-outside {
  color: #0096c7;
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  font-weight: 800;
  text-align: center;
  margin-bottom: 1.25rem;
  font-family: var(--font-display);
  line-height: 1.15;
}

/* Responsividade Mobile idêntica ao site da Santa Casa */
@media (max-width: 48rem) {
  .banner-slider,
  .banner-slide {
    min-height: 18rem;
  }

  .banner-overlay {
    background: linear-gradient(180deg, rgba(6, 61, 89, 0.94) 0%, rgba(6, 61, 89, 0.82) 100%);
  }

  .banner-arrows {
    display: none;
  }

  .banner-content {
    padding-block: 2.25rem;
    padding-inline: 1.25rem;
  }

  .banner-title {
    font-size: 1.65rem;
    line-height: 1.2;
  }

  .banner-sub {
    font-size: 0.95rem;
  }

  .instant-quote-wrapper {
    padding-block: 1.75rem 2.5rem;
  }

  .quote-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .quote-visual-col {
    margin-bottom: -0.5rem;
  }

  .quote-attendant-img {
    max-height: 20rem;
  }

  .quote-card {
    padding: 1.25rem;
  }

  .quote-title {
    font-size: 1.55rem;
    margin-bottom: 1.15rem;
  }

  .whatsapp-floating-widget {
    bottom: 1.25rem;
    right: 1.25rem;
  }

  .whatsapp-speech-bubble {
    max-width: 13.5rem;
    font-size: 0.85rem;
  }

  .whatsapp-floating-btn {
    width: 3.75rem;
    height: 3.75rem;
  }
}

/* ==========================================================================
   RODAPÉ (SITE FOOTER) — HIERARQUIA E ESPAÇAMENTO LIMPO
   ========================================================================== */
.site-footer {
  background: #042535;
  color: #cbd5e1;
  padding-block: 4rem 3rem;
  margin-top: 4.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.9375rem;
  line-height: 1.6;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
  align-items: start;
}

.footer-brand {
  margin-bottom: 1.15rem;
}

.footer-brand img {
  height: 2.75rem;
  width: auto;
  display: block;
}

.footer-grid > div {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-grid > div strong,
.footer-heading {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  display: block;
  letter-spacing: -0.01em;
}

.footer-grid > div p,
.footer-desc,
.footer-meta {
  margin: 0;
  color: #94a3b8;
  font-size: 0.875rem;
  line-height: 1.5;
}

.footer-company-name {
  color: #f1f5f9;
  font-weight: 600;
  font-size: 0.925rem;
  margin: 0 0 0.2rem;
}

.footer-grid > div a,
.footer-link {
  color: #7dd3fc;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.45;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
  display: inline-block;
  width: fit-content;
}

.footer-grid > div a:hover,
.footer-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.8125rem;
  color: #8da4b8;
  line-height: 1.6;
}

.footer-legal p {
  margin: 0;
}

@media (max-width: 64rem) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

@media (max-width: 48rem) {
  .site-footer {
    padding-block: 3rem 6rem;
  }

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

/* ================= WHATSAPP LEAD CAPTURE MODAL ================= */
.wa-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(6, 40, 60, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.wa-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.wa-modal-box {
  background: #ffffff;
  border-radius: 20px;
  width: 100%;
  max-width: 440px;
  box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.35);
  position: relative;
  overflow: hidden;
  transform: translateY(20px) scale(0.96);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.wa-modal-overlay.active .wa-modal-box {
  transform: translateY(0) scale(1);
}

.wa-modal-header {
  background: linear-gradient(135deg, #064866 0%, #00a8cc 100%);
  color: #ffffff;
  padding: 1.75rem 1.5rem 1.5rem;
  text-align: center;
  position: relative;
}

.wa-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.wa-modal-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.08);
}

.wa-modal-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 100px;
  padding: 4px 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.wa-modal-header h3 {
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0 0 0.35rem;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.wa-modal-header p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  line-height: 1.4;
}

.wa-modal-body {
  padding: 1.75rem 1.5rem 1.5rem;
}

.wa-modal-form .field-wrap {
  margin-bottom: 0.85rem;
}

.wa-modal-form .quote-input,
.wa-modal-form .quote-select {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1.5px solid #cbd5e1;
  border-radius: 10px;
  font-size: 0.95rem;
  font-family: inherit;
  color: #0f172a;
  background: #f8fafc;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.wa-modal-form .quote-input:focus,
.wa-modal-form .quote-select:focus {
  border-color: #00a8cc;
  background: #ffffff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 168, 204, 0.18);
}

.btn-wa-modal-submit {
  width: 100%;
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #ffffff;
  border: none;
  border-radius: 12px;
  font-size: 1.05rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
  margin-top: 1rem;
}

.btn-wa-modal-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.45);
  filter: brightness(1.05);
}

.btn-wa-modal-submit svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.wa-modal-privacy {
  font-size: 0.725rem;
  color: #64748b;
  text-align: center;
  margin-top: 0.85rem;
  line-height: 1.4;
}

.wa-modal-privacy a {
  color: #00a8cc;
  text-decoration: underline;
}

