@import url("poppins.css");
@import url("sora.css");

:root {
  --teal: #00a8b0;
  --teal-dark: #006f78;
  --navy: #064b9f;
  --blue-dark: #003b7d;
  --green: #20d7ca;
  --mint: #69e6dc;
  --pale: #eafafb;
  --soft: #f4f8fc;
  --white: #ffffff;
  --text: #1b4368;
  --shadow: 0 16px 45px rgba(6, 75, 159, 0.13);
  --radius: 18px;
  --container: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--white);
  font-family: "Poppins", Arial, sans-serif;
  line-height: 1.65;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input {
  font: inherit;
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  padding: 10px 16px;
  color: var(--white);
  background: var(--navy);
  border-radius: 8px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

:where(a, button, input, [tabindex]):focus-visible {
  outline: 3px solid #ffbf47;
  outline-offset: 3px;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.site-header {
  position: relative;
  z-index: 40;
  min-height: 96px;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(0, 168, 176, 0.35);
}

.header-inner {
  min-height: 96px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.brand {
  width: 205px;
  flex: 0 0 205px;
}

.brand img {
  width: 100%;
}

.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0;
}

.site-nav a {
  position: relative;
  padding: 12px 18px;
  color: var(--teal);
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.site-nav a:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 24px;
  background: var(--navy);
  transform: translateY(-50%);
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--navy);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 28px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: var(--green);
  box-shadow: 0 6px 18px rgba(0, 168, 176, 0.18);
  font-weight: 700;
  line-height: 1.1;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.header-cta {
  flex: 0 0 auto;
  min-width: 145px;
  color: var(--white);
  background: var(--teal);
  text-align: center;
}

.header-cta__mobile {
  display: none;
}

.button:hover,
.header-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 168, 176, 0.28);
}

.button--teal {
  color: var(--white);
  background: var(--teal);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 42px;
  margin-left: auto;
  padding: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  margin: 5px auto;
  border-radius: 3px;
  background: var(--teal);
}

.hero {
  height: calc(100vh - 96px);
  height: calc(100svh - 96px);
  min-height: 620px;
  display: flex;
  align-items: center;
  background: var(--white) url("../images/attivida-hero-desktop-v3.jpg") center/cover no-repeat;
}

.hero-content {
  width: min(560px, 48%);
  padding: 28px 0 100px;
}

.hero h1,
.hero h2 {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  line-height: 1.16;
}

.hero h1 {
  color: var(--navy);
  font-size: clamp(42px, 4.4vw, 62px);
  font-weight: 800;
}

.hero h2 {
  margin-top: 34px;
  max-width: 530px;
  color: var(--teal);
  font-size: clamp(35px, 4vw, 58px);
  font-weight: 800;
  letter-spacing: -1.6px;
}

.hero p {
  max-width: 480px;
  margin: 14px 0;
  color: var(--navy);
  font-size: 15px;
}

.price-line {
  margin: 10px 0 18px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 600;
}

.price-line strong {
  display: block;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.1;
}

.price-currency {
  margin-right: .15em;
}

.trust-strip {
  position: relative;
  z-index: 4;
  margin-top: -92px;
}

.trust-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(100deg, var(--teal), var(--mint));
  border: 2px solid rgba(255,255,255,.85);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.trust-item {
  min-height: 128px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 24px;
}

.trust-item + .trust-item {
  border-left: 1px solid rgba(255,255,255,.5);
}

.trust-icon {
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: var(--navy);
  background: var(--white);
}

.trust-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-item strong,
.trust-item span {
  display: block;
}

.trust-item strong {
  color: var(--navy);
  font-size: 15px;
  text-transform: uppercase;
}

.trust-item span {
  font-size: 13px;
  line-height: 1.45;
}

.section {
  padding: 90px 0;
}

.section--soft {
  background: var(--soft);
}

.section--pale {
  background: var(--pale);
}

.section-heading {
  max-width: 880px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-heading h2,
.page-title,
.benefits-copy h2 {
  margin: 0;
  color: var(--teal);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -1px;
}

.section-heading h3 {
  margin: 8px 0 0;
  color: var(--navy);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.35;
}

.section-heading p {
  margin: 14px auto 0;
  max-width: 760px;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 42px 30px 34px;
  overflow: hidden;
  background: var(--white);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.plan-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, var(--teal), var(--mint));
}

.plan-card h3 {
  margin: 0;
  color: var(--teal);
  font-size: 26px;
  font-weight: 800;
}

.plan-card h4 {
  margin: 2px 0 20px;
  color: var(--navy);
  font-size: 20px;
}

.check-list,
.service-list,
.specialty-list,
.footer-links {
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list {
  flex: 1;
}

.check-list li {
  position: relative;
  padding: 8px 0 8px 28px;
  font-size: 14px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  top: 7px;
  left: 0;
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  color: var(--white);
  background: var(--teal);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}

.plan-price {
  margin: 24px 0;
  color: var(--navy);
}

.plan-price small,
.plan-price span {
  display: block;
}

.plan-price strong {
  color: var(--teal);
  font-size: 42px;
  line-height: 1;
}

.plan-price span {
  font-size: 13px;
}

/* Home: orientação rápida sem repetir o catálogo da página de planos. */
.plan-guide {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(310px, .78fr);
  gap: 22px;
  align-items: stretch;
}

.plan-guide__steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr);
  align-items: stretch;
}

.plan-guide-step {
  position: relative;
  display: flex;
  gap: 18px;
  min-width: 0;
  padding: 34px 28px;
  background: var(--white);
  border: 1px solid rgba(6, 75, 159, .1);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.plan-guide-step__number,
.plan-section-number {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--teal));
  border-radius: 50%;
  font-family: "Sora", "Poppins", sans-serif;
  font-weight: 800;
}

.plan-guide-step__eyebrow,
.plan-section-intro > div > span,
.plan-comparison__heading > div > span {
  display: block;
  margin-bottom: 5px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.plan-guide-step h3,
.plan-guide__summary h3 {
  margin: 0;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.25;
}

.plan-guide-step p {
  margin: 10px 0 18px;
  font-size: 14px;
  line-height: 1.55;
}

.plan-guide-options,
.plan-level-track {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.plan-guide-options a,
.plan-level-track span {
  padding: 7px 11px;
  color: var(--navy);
  background: var(--pale);
  border: 1px solid rgba(0, 168, 176, .22);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.plan-guide-options a:hover {
  color: var(--white);
  background: var(--teal);
}

.plan-level-track span {
  padding: 6px 9px;
  font-size: 10px;
}

.plan-guide__arrow {
  position: relative;
  z-index: 2;
  align-self: center;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-inline: 0;
  color: var(--white);
  background: var(--teal);
  border: 5px solid var(--soft);
  border-radius: 50%;
  font-size: 22px;
  font-weight: 800;
}

.plan-guide__summary {
  display: flex;
  flex-direction: column;
  padding: 34px 30px;
  color: var(--white);
  background: linear-gradient(145deg, var(--blue-dark), var(--navy) 58%, var(--teal));
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.plan-guide__summary .plan-guide-step__eyebrow,
.plan-guide__summary h3 {
  color: var(--white);
}

.plan-guide__summary > p {
  margin: 18px 0 24px;
  color: rgba(255, 255, 255, .84);
  font-size: 13px;
  line-height: 1.55;
}

.plan-guide__summary .button {
  width: 100%;
  margin-top: auto;
  padding-inline: 16px;
}

.plan-guide-prices {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.plan-guide-prices > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0 12px;
  align-items: center;
  padding: 12px 14px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
}

.plan-guide-prices small {
  font-size: 11px;
  font-weight: 700;
}

.plan-guide-prices strong {
  grid-row: 1 / 3;
  grid-column: 2;
  color: var(--white);
  font-family: "Sora", "Poppins", sans-serif;
  font-size: 21px;
  line-height: 1;
}

.plan-guide-prices span {
  font-size: 10px;
  opacity: .78;
}

/* Página de planos: modalidade primeiro, nível depois. */
.plan-explorer .section-heading {
  margin-bottom: 42px;
}

.plan-configurator,
.plan-tier-section,
.plan-comparison,
.plan-conditions {
  margin-top: 42px;
}

.plan-configurator {
  position: relative;
  margin-top: 0;
}

.plan-mode-anchor {
  position: absolute;
  top: -22px;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.plan-section-intro {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.plan-section-intro h3,
.plan-comparison__heading h3,
.plan-conditions h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.25;
}

.plan-mode-selector {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 0;
  margin: 0;
  border: 0;
}

.plan-mode-option {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.plan-mode-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.plan-mode-option > span {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 96px;
  justify-content: center;
  padding: 20px 24px 20px 54px;
  color: var(--text);
  background: var(--white);
  border: 2px solid transparent;
  border-radius: 14px;
  box-shadow: 0 9px 28px rgba(6, 75, 159, .09);
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.plan-mode-option > span::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 2px solid #a8bdcf;
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: inset 0 0 0 4px var(--white);
}

.plan-mode-option input:checked + span {
  color: var(--navy);
  border-color: var(--teal);
  box-shadow: 0 13px 34px rgba(0, 168, 176, .18);
  transform: translateY(-2px);
}

.plan-mode-option input:checked + span::before {
  border-color: var(--teal);
  background: var(--teal);
}

.plan-mode-option input:focus-visible + span {
  outline: 3px solid #ffbf47;
  outline-offset: 3px;
}

.plan-mode-option strong {
  font-size: 18px;
  line-height: 1.2;
}

.plan-mode-option small {
  margin-top: 5px;
  color: #668096;
  font-size: 12px;
}

.plan-mode-option sup,
.tier-feature-list sup,
.comparison-table sup {
  color: #d62f24;
  font-size: .72em;
}

.plan-mode-feedback {
  margin: 14px 2px 0;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 700;
}

.plan-scroll-hint,
.comparison-scroll-hint {
  display: none;
  margin: -5px 0 14px;
  color: #617a90;
  font-size: 12px;
}

.tier-card-deck {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
  padding: 4px;
}

.tier-card {
  --tier-color: var(--teal);
  --tier-dark: var(--teal-dark);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(6, 75, 159, .1);
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(6, 75, 159, .11);
  scroll-snap-align: start;
}

.tier-card--club { --tier-color: #e83c32; --tier-dark: #bd241c; }
.tier-card--intermediate { --tier-color: #0877cf; --tier-dark: #064b9f; }
.tier-card--advanced { --tier-color: #4b9d34; --tier-dark: #28751c; }
.tier-card--premium { --tier-color: #0a4d93; --tier-dark: #062e65; }
.tier-card--complete { --tier-color: #ce3429; --tier-dark: #9e1d16; }

.tier-card__header {
  min-height: 108px;
  padding: 20px 18px;
  color: var(--white);
  background: linear-gradient(145deg, var(--tier-dark), var(--tier-color));
}

.tier-card__header span {
  display: block;
  margin-bottom: 7px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .78;
}

.tier-card__header h4 {
  margin: 0;
  color: var(--white);
  font-size: 19px;
  line-height: 1.15;
}

.tier-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 440px;
  padding: 22px 18px 20px;
}

.tier-card__promise {
  min-height: 44px;
  margin: 0 0 16px;
  color: #5a7389;
  font-size: 12px;
  line-height: 1.45;
}

.tier-price {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  color: var(--tier-dark);
}

.tier-price > span {
  margin: 5px 4px 0 0;
  font-size: 13px;
  font-weight: 800;
}

.tier-price strong {
  font-family: "Sora", "Poppins", sans-serif;
  font-size: clamp(27px, 2.3vw, 35px);
  line-height: 1;
  letter-spacing: -.06em;
}

.tier-price small {
  grid-column: 1 / -1;
  margin-top: 4px;
  color: #6f8495;
  font-size: 11px;
}

.tier-card__mode {
  margin: 12px 0 18px;
  padding-bottom: 16px;
  color: var(--navy);
  border-bottom: 1px solid #e5edf3;
  font-size: 11px;
  font-weight: 700;
}

.tier-card__includes {
  color: var(--navy);
  font-size: 11px;
  text-transform: uppercase;
}

.tier-feature-list {
  padding: 0;
  margin: 10px 0 22px;
  list-style: none;
}

.tier-feature-list li {
  position: relative;
  padding: 4px 0 4px 19px;
  font-size: 11px;
  line-height: 1.4;
}

.tier-feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--tier-color);
  font-weight: 800;
}

.tier-card__cta {
  width: 100%;
  min-height: 48px;
  margin-top: auto;
  padding: 12px 8px;
  background: #22c55e;
  font-size: 11px;
}

.tier-card__cta[hidden],
.tier-price.is-unavailable > span,
.tier-price.is-unavailable > small {
  display: none;
}

.tier-card__unavailable {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 48px;
  padding: 9px 12px;
  margin: auto 0 0;
  color: #7a8995;
  background: #eef2f5;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.tier-card__unavailable[hidden] {
  display: none;
}

.tier-card.is-unavailable {
  filter: grayscale(.6);
  opacity: .72;
}

.tier-card.is-unavailable .tier-price strong {
  font-size: 22px;
  letter-spacing: 0;
}

.plan-comparison {
  padding: 32px;
  background: var(--white);
  border: 1px solid rgba(6, 75, 159, .1);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.plan-comparison__heading {
  display: grid;
  grid-template-columns: 1fr minmax(280px, .7fr);
  gap: 30px;
  align-items: end;
  margin-bottom: 24px;
}

.plan-comparison__heading p {
  margin: 0;
  color: #627b90;
  font-size: 13px;
  line-height: 1.55;
}

.plan-table-preview--full {
  margin-top: 0;
  border-radius: 12px;
}

.comparison-table--plans {
  min-width: 900px;
}

.comparison-table--plans caption {
  padding: 0;
}

.comparison-table--plans th,
.comparison-table--plans td {
  padding: 13px 11px;
}

.comparison-table--plans thead th {
  min-width: 128px;
  background: var(--navy);
  line-height: 1.25;
}

.comparison-table--plans thead th:first-child {
  min-width: 185px;
  z-index: 4;
}

.comparison-table--plans .tier-column--club { background: #d62f24; }
.comparison-table--plans .tier-column--intermediate { background: #0868ba; }
.comparison-table--plans .tier-column--advanced { background: #3c8d2a; }
.comparison-table--plans .tier-column--premium { background: #063a78; }
.comparison-table--plans .tier-column--complete { background: #b5271e; }

.comparison-table--plans thead th:first-child,
.comparison-table--plans tbody th {
  position: sticky;
  left: 0;
}

.comparison-table--plans tbody th {
  z-index: 2;
  min-width: 185px;
  color: var(--navy);
  background: #f0f8fa;
  box-shadow: 7px 0 12px rgba(6, 75, 159, .05);
}

.comparison-table--plans tbody tr:nth-child(even) td {
  background: #f8fbfd;
}

.feature-status {
  display: inline-grid;
  place-items: center;
  width: 25px;
  height: 25px;
  color: var(--white);
  border-radius: 50%;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

.feature-status--yes {
  background: #2e8c23;
}

.feature-status--no {
  background: #e4382c;
}

.plan-conditions {
  display: grid;
  grid-template-columns: minmax(210px, .45fr) 1fr;
  gap: 30px;
  padding: 26px 30px;
  color: #385e7f;
  background: #eaf8fb;
  border-left: 5px solid var(--teal);
  border-radius: 12px;
}

.plan-conditions > div {
  display: flex;
  gap: 12px;
  align-items: center;
}

.plan-conditions > div > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: var(--white);
  background: var(--teal);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-weight: 800;
}

.plan-conditions h3 {
  font-size: 19px;
}

.plan-conditions ul {
  display: grid;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
}

.banner-cta {
  color: var(--white);
  background: linear-gradient(100deg, var(--teal), var(--mint));
}

.banner-cta-inner {
  min-height: 260px;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
  gap: 40px;
}

.banner-cta h2 {
  margin: 0 0 22px;
  color: var(--navy);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.2;
}

.banner-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--navy);
  font-weight: 700;
}

.banner-checks span::before {
  content: "✓ ";
}

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

.feature-card {
  padding: 34px 28px;
  text-align: center;
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(6,75,159,.09);
}

.feature-icon {
  width: 86px;
  height: 86px;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
  color: var(--teal);
  background: var(--pale);
  border-radius: 50%;
}

.feature-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 20px;
}

.feature-card p {
  margin: 0;
  font-size: 14px;
}

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

.specialties .section-heading h2,
.specialties .section-heading h3 {
  color: var(--white);
}

.specialty-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.specialty-box {
  padding: 34px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--radius);
  background: rgba(255,255,255,.06);
}

.specialty-box h3 {
  margin: 0 0 20px;
  color: var(--mint);
  font-size: 24px;
}

.specialty-list {
  columns: 2;
  column-gap: 30px;
}

.specialty-list li {
  padding: 6px 0;
  break-inside: avoid;
  font-size: 14px;
}

.specialty-note {
  margin-top: 26px;
  padding: 18px 22px;
  color: var(--navy);
  background: var(--white);
  border-radius: 10px;
  font-size: 14px;
}

.service-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 58px;
  margin-bottom: 80px;
}

.service-row:last-child {
  margin-bottom: 0;
}

.service-row:nth-child(even) .service-image {
  order: 2;
}

.service-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.service-copy h3 {
  margin: 0 0 18px;
  color: var(--teal);
  font-size: 38px;
}

.service-list li {
  position: relative;
  padding: 7px 0 7px 24px;
}

.service-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--teal);
  font-size: 25px;
  line-height: 1;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.testimonial {
  padding: 30px;
  background: var(--white);
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(6,75,159,.09);
}

.testimonial p {
  margin: 0 0 22px;
  font-size: 14px;
}

.testimonial-person {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonial-person img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-person strong,
.testimonial-person span {
  display: block;
}

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

.testimonial-person span {
  font-size: 12px;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 14px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(0,168,176,.2);
  border-radius: 10px;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 24px;
  border: 0;
  color: var(--navy);
  background: transparent;
  text-align: left;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}

.faq-question::after {
  content: "+";
  color: var(--teal);
  font-size: 25px;
}

.faq-question[aria-expanded="true"]::after {
  content: "−";
}

.faq-answer {
  display: none;
  padding: 0 24px 22px;
}

.faq-answer p {
  margin: 0;
}

.faq-question[aria-expanded="true"] + .faq-answer {
  display: block;
}

.page-hero {
  min-height: 310px;
  display: grid;
  place-items: center;
  text-align: center;
  background: linear-gradient(rgba(255,255,255,.78), rgba(255,255,255,.78)), url("../images/attivida-planos-hero-v3.jpg") center 38%/cover no-repeat;
}

.page-hero .page-title {
  text-transform: uppercase;
}

.breadcrumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 16px;
  color: #8c959c;
  font-size: 13px;
  text-transform: uppercase;
}

.breadcrumbs span {
  color: var(--teal);
  font-size: 22px;
}

.plan-table-preview {
  margin-top: 18px;
  overflow-x: auto;
  border-radius: 8px;
  border: 1px solid #e4e8ea;
}

.comparison-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  color: var(--navy);
  background: var(--white);
  font-size: 14px;
}

.comparison-table caption {
  padding: 18px 20px;
  color: var(--white);
  background: linear-gradient(90deg, var(--navy), var(--teal));
  font-size: 19px;
  font-weight: 800;
  text-align: left;
}

.comparison-table th,
.comparison-table td {
  padding: 15px 12px;
  border: 1px solid rgba(6, 75, 159, .14);
  text-align: center;
}

.comparison-table thead th {
  color: var(--white);
  background: var(--navy);
  font-size: 12px;
  text-transform: uppercase;
}

.comparison-table thead th:first-child,
.comparison-table tbody th {
  text-align: left;
}

.comparison-table tbody th {
  min-width: 165px;
  background: var(--pale);
}

.comparison-table .included {
  color: var(--teal-dark);
  font-size: 22px;
  font-weight: 800;
}

.comparison-table .not-included {
  color: #aab7c2;
}

.comparison-table .price-cell {
  white-space: nowrap;
  color: var(--blue-dark);
  background: rgba(32, 215, 202, .16);
  font-size: 16px;
  font-weight: 800;
}

.plan-table-note {
  margin: 14px 4px 0;
  color: #577086;
  font-size: 12px;
}

.benefits-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
}

.benefits-copy h2 {
  margin-bottom: 90px;
  color: var(--navy);
}

.benefits-art img {
  width: 100%;
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.partner-card {
  min-height: 180px;
  display: grid;
  place-items: center;
  padding: 18px;
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 6px 22px rgba(6,75,159,.08);
}

.partner-card img {
  width: 140px;
  height: 140px;
  object-fit: contain;
}

.site-footer {
  padding-top: 70px;
  color: var(--white);
  background: var(--navy);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.6fr;
  gap: 40px;
  padding-bottom: 52px;
}

.footer-brand img {
  width: 190px;
  aspect-ratio: 1;
  object-fit: contain;
  padding: 8px;
  background: rgba(255,255,255,.96);
  border-radius: 20px;
}

.footer-brand p {
  max-width: 260px;
}

.site-footer h3 {
  margin: 0 0 16px;
  color: var(--mint);
  font-size: 17px;
}

.footer-links li {
  margin: 9px 0;
}

.footer-links a:hover {
  color: var(--mint);
}

.footer-about {
  font-size: 13px;
}

.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,.16);
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 12px;
}

.footer-bottom-links {
  display: flex;
  gap: 20px;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(0,0,0,.22);
  font-size: 26px;
  font-weight: 800;
}

.whatsapp-float svg {
  display: block;
  width: 32px;
  height: 32px;
  fill: currentColor;
}

@media (max-width: 1100px) {
  .header-inner {
    gap: 15px;
  }

  .brand {
    width: 175px;
    flex-basis: 175px;
  }

  .site-nav a {
    padding-inline: 11px;
    font-size: 13px;
  }

  .plan-guide {
    grid-template-columns: 1fr;
  }

  .plan-guide__summary {
    display: grid;
    grid-template-columns: minmax(210px, .75fr) 1fr auto;
    gap: 12px 24px;
    align-items: center;
  }

  .plan-guide__summary .plan-guide-step__eyebrow,
  .plan-guide__summary h3 {
    grid-column: 1;
  }

  .plan-guide__summary > p {
    grid-column: 2;
    grid-row: 1 / 3;
    margin: 0;
  }

  .plan-guide-prices {
    grid-column: 1 / 3;
    grid-row: 3;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 6px;
  }

  .plan-guide__summary .button {
    grid-column: 3;
    grid-row: 1 / 4;
    width: auto;
    max-width: 240px;
    margin: 0;
  }

  .plan-scroll-hint {
    display: block;
  }

  .tier-card-deck {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(245px, 31vw);
    padding-bottom: 16px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-color: var(--teal) #dce9ef;
    scrollbar-width: thin;
  }

  .tier-card-deck::-webkit-scrollbar {
    height: 8px;
  }

  .tier-card-deck::-webkit-scrollbar-track {
    background: #dce9ef;
    border-radius: 999px;
  }

  .tier-card-deck::-webkit-scrollbar-thumb {
    background: var(--teal);
    border-radius: 999px;
  }
}

@media (min-width: 901px) and (max-height: 650px) {
  .site-header,
  .header-inner {
    min-height: 72px;
  }

  .brand {
    width: 165px;
    flex-basis: 165px;
  }

  .site-nav a {
    padding-block: 9px;
  }

  .header-cta {
    min-width: 132px;
    min-height: 42px;
    padding: 9px 22px;
  }

  .hero {
    height: calc(100vh - 72px);
    height: calc(100svh - 72px);
    min-height: 410px;
  }

  .hero-content {
    width: min(520px, 48%);
    padding: 12px 0 18px;
  }

  .hero h1 {
    font-size: clamp(36px, 3.8vw, 48px);
    line-height: 1.08;
  }

  .hero p {
    margin: 9px 0;
    font-size: 14px;
    line-height: 1.45;
  }

  .price-line {
    margin: 6px 0 10px;
    font-size: 15px;
  }

  .price-line strong {
    font-size: clamp(34px, 3.6vw, 44px);
  }

  .hero .button {
    min-height: 42px;
    padding: 10px 24px;
  }

  .trust-strip {
    margin-top: -20px;
  }
}

@media (max-width: 900px) {
  .site-header,
  .header-inner {
    min-height: 78px;
  }

  .brand {
    width: 170px;
    flex-basis: 170px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 78px;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 24px;
    overflow: auto;
    background: var(--white);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 15px;
    text-align: center;
    font-size: 16px;
  }

  .site-nav a::after {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .hero-content {
    width: 58%;
  }

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

  .trust-item:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.5);
  }

  .trust-item:nth-child(4) {
    border-top: 1px solid rgba(255,255,255,.5);
  }

  .plans-grid,
  .features-grid,
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .plans-grid .plan-card:last-child {
    grid-column: 1 / -1;
  }

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

  .plan-guide__summary {
    grid-template-columns: 1fr;
  }

  .plan-guide__summary .plan-guide-step__eyebrow,
  .plan-guide__summary h3,
  .plan-guide__summary > p,
  .plan-guide-prices,
  .plan-guide__summary .button {
    grid-column: 1;
    grid-row: auto;
  }

  .plan-guide__summary .button {
    width: 100%;
    max-width: none;
    margin-top: 8px;
  }

  .plan-comparison__heading,
  .plan-conditions {
    grid-template-columns: 1fr;
  }

  .plan-comparison__heading {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .tier-card-deck.swipe-hint-ready {
    display: block;
  }

  .tier-card-deck > .swipe-hint-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 245px;
    align-items: stretch;
    gap: 12px;
    width: max-content;
  }
}

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

  .hero h2 {
    margin-top: 20px;
    font-size: 36px;
  }

  .trust-panel,
  .plans-grid,
  .features-grid,
  .specialty-columns,
  .service-row,
  .testimonials-grid,
  .banner-cta-inner,
  .benefits-intro,
  .partners-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-item + .trust-item,
  .trust-item:nth-child(3),
  .trust-item:nth-child(4) {
    border-top: 1px solid rgba(255,255,255,.5);
    border-left: 0;
  }

  .trust-item {
    min-height: 95px;
  }

  .section {
    padding: 66px 0;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .plans-grid .plan-card:last-child {
    grid-column: auto;
  }

  .banner-cta-inner {
    padding: 54px 0;
  }

  .specialty-list {
    columns: 1;
  }

  .service-row:nth-child(even) .service-image {
    order: 0;
  }

  .service-row {
    gap: 28px;
    margin-bottom: 55px;
  }

  .service-copy h3 {
    font-size: 31px;
  }

  .page-hero {
    min-height: 260px;
  }

  .benefits-copy h2 {
    margin-bottom: 26px;
  }

  .partner-card {
    min-height: 150px;
  }

  .footer-bottom-inner,
  .footer-bottom-links {
    flex-direction: column;
  }

  .footer-bottom-links {
    gap: 8px;
  }

  .home-plan-guide .section-heading h3,
  .plan-explorer .section-heading h3 {
    font-size: 26px;
  }

  .plan-guide__steps {
    grid-template-columns: 1fr;
  }

  .plan-guide-step {
    padding: 27px 22px;
  }

  .plan-guide__arrow {
    margin: -4px auto;
    transform: rotate(90deg);
  }

  .plan-guide__summary {
    padding: 28px 22px;
  }

  .plan-guide-prices {
    grid-template-columns: 1fr;
  }

  .plan-mode-selector {
    grid-template-columns: 1fr;
  }

  .plan-mode-option > span {
    min-height: 82px;
  }

  .tier-card-deck {
    grid-auto-columns: minmax(270px, 86vw);
  }

  .tier-card-deck > .swipe-hint-track {
    grid-auto-columns: 270px;
  }

  .tier-card__body {
    min-height: 430px;
  }

  .plan-comparison {
    padding: 22px 16px;
  }

  .comparison-scroll-hint {
    display: block;
  }

  .comparison-table--plans {
    min-width: 790px;
    font-size: 12px;
  }

  .comparison-table--plans thead th:first-child,
  .comparison-table--plans tbody th {
    min-width: 145px;
    max-width: 145px;
  }

  .comparison-table--plans th,
  .comparison-table--plans td {
    padding: 12px 9px;
  }

  .plan-conditions {
    gap: 18px;
    padding: 24px 20px;
  }
}

@media (max-width: 767px) {
  .header-inner {
    gap: 12px;
  }

  .brand {
    flex: 0 1 118px;
    width: 118px;
  }

  .header-cta {
    order: 2;
    display: inline-flex;
    align-self: center;
    min-width: 0;
    min-height: 28px;
    margin-left: auto;
    padding: 6px 13px;
    background: var(--teal);
    box-shadow: none;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
  }

  .header-cta__desktop {
    display: none;
  }

  .header-cta__mobile {
    display: inline;
  }

  .menu-toggle {
    order: 3;
    flex: 0 0 38px;
    width: 38px;
    height: 34px;
    margin-left: 0;
    padding: 5px;
  }

  .plan-mode-selector {
    grid-template-columns: 1fr;
  }

  .hero {
    position: relative;
    height: auto;
    min-height: 0;
    align-items: flex-start;
    overflow: hidden;
    background: var(--white);
  }

  .hero::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 50%;
    bottom: -24px;
    width: min(100%, 560px);
    aspect-ratio: 2 / 3;
    background: url("../images/attivida-hero-mobile-celular-v1.webp") center bottom / contain no-repeat;
    transform: translateX(50%);
    pointer-events: none;
  }

  .hero > .container {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 40px), 520px);
  }

  .hero-content {
    width: 100%;
    max-width: 520px;
    padding: clamp(28px, 7vw, 40px) 0 calc(min(72vw, 405px) + 20px);
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(34px, 10vw, 40px);
    line-height: 1.08;
    letter-spacing: -1px;
  }

  .hero p {
    max-width: 34rem;
    margin: 16px 0 0;
    font-size: clamp(14px, 3.7vw, 16px);
    line-height: 1.55;
  }

  .hero .price-line {
    margin: 22px 0 0;
    font-size: 16px;
    line-height: 1.35;
  }

  .hero .price-line strong {
    margin-top: 2px;
    font-size: clamp(36px, 10.5vw, 46px);
    line-height: 1.05;
    letter-spacing: -1px;
  }

  .hero .price-currency {
    margin-right: .15em;
  }

  .hero .button {
    min-height: 50px;
    margin-top: 16px;
    padding: 13px 28px;
    font-size: 15px;
  }

  .hero + .trust-strip {
    margin-top: -24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
