:root {
  --bg-0: #060607;
  --bg-1: #0b0c0f;
  --slate-0: #2a2c2f;
  --slate-1: #6e7074;
  --slate-2: #8f9195;
  --text-0: rgba(255, 255, 255, 0.92);
  --text-1: rgba(255, 255, 255, 0.78);
  --muted-0: rgba(255, 255, 255, 0.62);
  --border-0: rgba(255, 255, 255, 0.18);
  --shadow-0: 0 18px 55px rgba(0, 0, 0, 0.55);
  --radius-xl: 22px;
  --radius-lg: 18px;
  --radius-md: 14px;
  --accent: #24b7c6;
  --danger: #e24b4b;
  --success: #41c870;
  --brand: #dfe4ea;
  --font: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body.site-body {
  font-family: var(--font);
  color: var(--text-0);
  background: var(--bg-0);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.06);
  z-index: 1032;
}

.scroll-progress__bar {
  height: 100%;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, rgba(36, 183, 198, 0.95) 0%, rgba(226, 75, 75, 0.92) 100%);
  box-shadow: 0 10px 28px rgba(36, 183, 198, 0.18);
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-120%);
  padding: 10px 14px;
  background: #111217;
  border: 1px solid var(--border-0);
  border-radius: 10px;
  z-index: 1031;
}

.skip-link:focus {
  transform: translateY(14px);
}

.section {
  padding: clamp(56px, 7vw, 92px) 0;
  position: relative;
  overflow: hidden;
}

.site-navbar {
  transition: background-color 200ms ease, box-shadow 200ms ease, backdrop-filter 200ms ease;
  padding: 14px 0;
  background-color: rgba(7, 7, 9, 0);
  backdrop-filter: blur(0px);
}

.site-navbar.is-solid {
  background: rgba(7, 7, 9, 0.82);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.55);
}

.navbar .nav-link {
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.85rem;
  opacity: 0.9;
  transition: opacity 160ms ease;
  padding: 8px 12px;
  border-radius: 999px;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  opacity: 1;
}

.navbar .nav-link.is-active {
  opacity: 1;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

.navbar .nav-link.is-active:hover,
.navbar .nav-link.is-active:focus {
  background: rgba(255, 255, 255, 0.14);
}


.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-mark {
  font-weight: 900;
  font-style: italic;
  font-size: 1.25rem;
  color: var(--brand);
}

.brand-text {
  font-weight: 700;
  font-style: italic;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.82);
}

.hero {
  padding-top: clamp(110px, 13vw, 150px);
}

.hero-bg {
  background:
    radial-gradient(95% 50% at 50% 10%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 55%),
    radial-gradient(65% 65% at 10% 40%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 70%),
    linear-gradient(180deg, #000 0%, #07080b 55%, #000 100%);
}

.hero-inner {
  max-width: 980px;
  margin: 0 auto;
}

.hero-kicker {
  font-weight: 800;
  font-style: italic;
  font-size: clamp(1.35rem, 3.8vw, 2.1rem);
  color: rgba(255, 255, 255, 0.52);
  letter-spacing: 0.14em;
}

.hero-title {
  margin: 0;
}

.hero-title-line {
  font-weight: 900;
  font-style: italic;
  font-size: clamp(2.4rem, 7vw, 4.6rem);
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.16);
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.55);
}

.hero-photo-wrap {
  max-width: 760px;
}

.hero-photo {
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-0);
  overflow: hidden;
  background: #000;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: inherit;
}

.hero-tagline {
  font-weight: 900;
  font-style: italic;
  font-size: clamp(1.55rem, 4.7vw, 2.9rem);
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.55);
}

.display-title {
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.08em;
  font-size: clamp(2.2rem, 6vw, 4.2rem);
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.55);
}

.light-title {
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.08em;
  font-size: clamp(2.2rem, 6vw, 4.2rem);
  color: rgba(0, 0, 0, 0.62);
}

.section-dark {
  background:
    radial-gradient(85% 40% at 50% 0%, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0) 58%),
    linear-gradient(180deg, #000 0%, #06070a 45%, #000 100%);
}

.section-slate {
  background:
    linear-gradient(90deg, rgba(15, 16, 18, 0.38) 0%, rgba(255, 255, 255, 0.18) 50%, rgba(15, 16, 18, 0.38) 100%),
    linear-gradient(180deg, rgba(100, 102, 106, 0.95) 0%, rgba(64, 66, 70, 0.92) 100%);
}

.section-slate--strong {
  background:
    linear-gradient(180deg, rgba(160, 160, 160, 0.8) 0%, rgba(118, 118, 118, 0.9) 30%, rgba(86, 86, 86, 0.96) 100%),
    radial-gradient(60% 70% at 90% 20%, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 62%);
}

.section-slate--mid {
  background:
    linear-gradient(180deg, rgba(152, 152, 152, 0.92) 0%, rgba(102, 102, 102, 0.94) 28%, rgba(52, 52, 52, 1) 100%),
    radial-gradient(70% 65% at 80% 25%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 62%);
}

.section-light {
  background: linear-gradient(180deg, #f3f3f3 0%, #dedede 100%);
  color: rgba(0, 0, 0, 0.84);
}

.premium-card {
  border-radius: var(--radius-xl);
  border: 2px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.premium-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.65);
}

.premium-card--soft {
  max-width: 820px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.46) 0%, rgba(255, 255, 255, 0.23) 100%);
}

.premium-card--dark {
  background: linear-gradient(180deg, rgba(40, 42, 46, 0.92) 0%, rgba(10, 10, 12, 0.92) 100%);
}

.premium-card--teal {
  background: linear-gradient(180deg, rgba(98, 106, 109, 0.92) 0%, rgba(10, 40, 46, 0.94) 100%);
}

.premium-card__head {
  padding: 18px 22px 0;
}

.premium-card__head--icon {
  display: flex;
  align-items: center;
  gap: 14px;
}

.premium-card__title {
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.08em;
  font-size: clamp(1rem, 2.2vw, 1.35rem);
  color: rgba(255, 255, 255, 0.92);
}

.premium-card__body {
  padding: 14px 22px 22px;
}

.premium-card__text {
  color: var(--text-1);
  line-height: 1.75;
  font-size: 1rem;
}

.premium-list {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--text-0);
  line-height: 1.8;
  font-weight: 700;
}

.badge-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  flex: 0 0 auto;
}

.badge-icon i {
  font-size: 1.2rem;
}

.badge-icon--danger {
  background: rgba(226, 75, 75, 0.18);
  color: #ff6d6d;
}

.badge-icon--success {
  background: rgba(65, 200, 112, 0.16);
  color: #5cff8c;
}

.benefits {
  max-width: 920px;
}

.benefit-item {
  border-radius: 18px;
  padding: 22px 20px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.35);
}

.benefit-item + .benefit-item {
  margin-top: 18px;
}

.benefit-title {
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.25rem;
}

.benefit-text {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
  font-size: 1.05rem;
}

.light-card {
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(18, 18, 20, 0.92) 100%);
  border: 2px solid rgba(0, 0, 0, 0.72);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  color: rgba(255, 255, 255, 0.92);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.light-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.62);
}

.light-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 22px;
  background: rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.light-card__icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  flex: 0 0 auto;
}

.light-card__icon--brain {
  background: rgba(255, 255, 255, 0.09);
}

.light-card__title {
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.08em;
  font-size: clamp(0.98rem, 2vw, 1.2rem);
}

.light-card__body {
  padding: 18px 22px 22px;
  line-height: 1.75;
  font-size: 1.02rem;
  color: rgba(255, 255, 255, 0.84);
}

.light-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.light-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.light-list i {
  margin-top: 3px;
  color: var(--success);
  font-size: 1.1rem;
}

.light-list--x i {
  color: var(--danger);
}

.result-card {
  border-radius: var(--radius-xl);
  border: 2px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.45);
  box-shadow: var(--shadow-0);
  padding: 14px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.result-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.7);
}

.result-card__frame {
  background: rgba(0, 0, 0, 0.7);
  border-radius: calc(var(--radius-xl) - 8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 16px;
}

.result-card__grid {
  display: grid;
  gap: 14px;
}

.result-shot {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.result-shot .ratio {
  --bs-aspect-ratio: 100%;
}

.result-shot .placeholder-media-inner {
  display: block;
}

.result-shot .placeholder-badge {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0;
  background: none;
  border: 0;
}

.result-shot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.result-label {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.result-times {
  position: absolute;
  top: 12px;
  left: 12px;
  display: grid;
  gap: 8px;
}

.chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: 0.85rem;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(0, 0, 0, 0.88);
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.chip--accent {
  background: rgba(36, 183, 198, 0.95);
  color: rgba(0, 0, 0, 0.92);
}

.result-athlete {
  margin-top: 14px;
  text-align: center;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.04em;
  font-size: clamp(1.2rem, 2.4vw, 1.75rem);
  color: rgba(255, 255, 255, 0.45);
}

@media (min-width: 992px) {
  .result-card__grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

@media (max-width: 991.98px) {
  .result-card--william .result-shot--after {
    width: 92%;
    margin-left: auto;
  }

  .result-card--william .result-shot--after .result-times {
    left: auto;
    right: 12px;
    justify-items: end;
  }
}

.section-chevron {
  display: grid;
  justify-content: center;
  gap: 4px;
  color: var(--accent);
  font-size: 1.8rem;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.35));
}

.section-chevron--danger {
  color: var(--danger);
}

.placeholder-media {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.04) 40%, rgba(0, 0, 0, 0.12) 100%),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.09) 0 8px, rgba(255, 255, 255, 0.02) 8px 16px);
}

.placeholder-media-inner {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

.placeholder-badge {
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.85rem;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.86);
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity 520ms ease, transform 520ms ease;
  will-change: opacity, transform;
}

.reveal--left {
  transform: translate3d(-26px, 0, 0);
}

.reveal--right {
  transform: translate3d(26px, 0, 0);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.site-footer {
  padding: 26px 0;
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.footer-text {
  color: rgba(255, 255, 255, 0.62);
}

.footer-link {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  opacity: 0.8;
  transition: opacity 160ms ease;
}

.footer-link:hover,
.footer-link:focus {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    transition: none;
    opacity: 1;
    transform: none;
  }
  .reveal--left,
  .reveal--right {
    transform: none;
  }
  .premium-card,
  .light-card,
  .result-card {
    transition: none;
  }
}

.story-card {
  border-radius: var(--radius-xl);
  border: 2px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.45);
  box-shadow: var(--shadow-0);
  padding: 14px;
}

.story-frame {
  position: relative;
  border-radius: calc(var(--radius-xl) - 8px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.7);
  max-width: 567px;
  margin: 0 auto;
}

.story-media {
  border-radius: calc(var(--radius-xl) - 10px);
  overflow: hidden;
}

.story-media .placeholder-media-inner {
  display: block;
  width: 100%;
  height: 100%;
}

.story-media .placeholder-badge {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0;
  background: none;
  border: 0;
  color: inherit;
}

.story-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.story-media img.depoimento{
  height: auto;
}

.story-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.55) 55%, rgba(0, 0, 0, 0.7) 100%);
}

.story-overlay--right {
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.22) 48%, rgba(0, 0, 0, 0.65) 100%);
}

.story-overlay__content {
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
}

.story-overline {
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 10px 22px rgba(0, 0, 0, 0.6);
}

.story-highlight {
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: clamp(1.4rem, 3.5vw, 2.1rem);
  color: rgba(36, 183, 198, 0.95);
  text-shadow: 0 10px 22px rgba(0, 0, 0, 0.6);
}

.story-sub {
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.story-logo {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.story-logo--right {
  left: auto;
  right: 20px;
}

.story-logo__mark {
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.08em;
}

.story-logo__text {
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.12em;
  opacity: 0.86;
}

.quote-card {
  border-radius: var(--radius-xl);
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.65);
  box-shadow: var(--shadow-0);
  padding: 22px 22px;
}

.quote-text {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.75;
  font-size: 1.02rem;
}

.quote-user {
  font-weight: 900;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.92);
  margin-right: 6px;
}

.trainer-wrap {
  max-width: 980px;
}

.trainer-portrait {
  width: min(320px, 78vw);
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: var(--shadow-0);
  overflow: hidden;
  margin: 0 auto 18px;
}

.trainer-portrait__inner {
  width: 100%;
  height: 100%;
}

.trainer-registry {
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.trainer-card {
  border-radius: var(--radius-xl);
  border: 2px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.38) 0%, rgba(0, 0, 0, 0.35) 100%);
  box-shadow: var(--shadow-0);
}

.trainer-card__body {
  padding: 22px;
  color: rgba(255, 255, 255, 0.88);
}

.trainer-text {
  line-height: 1.8;
  font-size: 1.02rem;
  margin: 0;
}

.trainer-text strong {
  color: rgba(255, 255, 255, 0.98);
  font-weight: 900;
}

.trainer-marks__title {
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

.trainer-marks__list {
  margin: 0;
  padding-left: 1.25rem;
  line-height: 1.75;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.86);
}

.plan-card {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.55);
  box-shadow: var(--shadow-0);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.plan-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.75);
}

.plan-card--smart {
  border-color: rgba(255, 255, 255, 0.18);
}

.plan-card--gold {
  border-color: rgba(214, 171, 77, 0.7);
  box-shadow: 0 26px 80px rgba(214, 171, 77, 0.12), var(--shadow-0);
}

.plan-media {
  min-height: 200px;
  height: 100%;
  overflow: hidden;
}

.plan-media .placeholder-media-inner {
  display: block;
  width: 100%;
  height: 100%;
}

.plan-media .placeholder-badge {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0;
  background: none;
  border: 0;
  color: inherit;
}

.plan-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.plan-body {
  padding: 22px 22px 22px;
}

.plan-title {
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.92);
}

.plan-card--gold .plan-title {
  color: rgba(214, 171, 77, 0.95);
}

.plan-lead {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}

.plan-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.plan-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  line-height: 1.55;
}

.plan-list i {
  margin-top: 3px;
  color: var(--success);
  font-size: 1.1rem;
  flex: 0 0 auto;
}

.plan-note {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
}

.plan-price {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  padding: 14px 16px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.plan-card--gold .plan-price {
  border-color: rgba(214, 171, 77, 0.38);
  background: rgba(214, 171, 77, 0.12);
}

.plan-extra {
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.btn-cta {
  padding: 14px 26px;
  border-radius: 16px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.92);
  background: rgba(36, 183, 198, 0.95);
  border: 1px solid rgba(36, 183, 198, 0.2);
  box-shadow: 0 24px 60px rgba(36, 183, 198, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.btn-cta:hover,
.btn-cta:focus {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 30px 80px rgba(36, 183, 198, 0.28);
}

.btn-xl {
  padding: 18px 34px;
  border-radius: 18px;
  font-size: 1.05rem;
}

.personal-grid {
  display: grid;
  gap: 18px;
  align-items: start;
}

.personal-media {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  height: min(70vh, 520px);
  min-height: 360px;
  border: 2px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow-0);
  background: rgba(0, 0, 0, 0.7);
}

.personal-media .placeholder-media-inner {
  position: absolute;
  inset: 0;
  display: block;
}

.personal-media .placeholder-badge {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0;
  background: none;
  border: 0;
  color: inherit;
}

.personal-media img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: auto;
  height: 100%;
  max-width: none;
  display: block;
  transform: translateX(-50%);
}

.personal-content {
  display: grid;
  gap: 16px;
}

@media (min-width: 768px) {
  .personal-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 22px;
  }
  .personal-media {
    height: 560px;
  }
}
@media (max-width: 500px) {
  .acompanhamento {
    font-size: clamp(1.5rem, 2vw, 4.2rem)
  }
}

@media (min-width: 992px) {
  .personal-media {
    height: 640px;
  }
}

.glass-card {
  border-radius: var(--radius-xl);
  border: 2px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.55);
  box-shadow: var(--shadow-0);
  padding: 20px 22px;
}

.glass-title {
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.15rem;
}

.glass-text {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
  font-size: 1.02rem;
}

.glass-micro {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
  font-size: 0.95rem;
}

.glass-subtitle {
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
}

.price-rows {
  display: grid;
  gap: 12px;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.price-label {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.price-pill {
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: rgba(0, 0, 0, 0.9);
  font-weight: 900;
  letter-spacing: 0.02em;
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.plan-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  color: rgba(0, 0, 0, 0.9);
  font-weight: 900;
  letter-spacing: 0.02em;
  font-size: 0.92rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.section-halftone {
  position: relative;
}

.section-halftone::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.2) 0 3px, rgba(255, 255, 255, 0) 4px) 0 0 / 10px 10px;
  opacity: 0.35;
  pointer-events: none;
  transform: rotate(14deg);
}

@media (min-width: 992px) {
  .section-halftone::after {
    width: 420px;
    height: 420px;
    right: -90px;
    bottom: -90px;
  }
}

.receive-grid {
  display: grid;
  gap: 18px;
  align-items: start;
}

.receive-media {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  height: min(70vh, 520px);
  min-height: 360px;
  border: 2px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow-0);
  background: rgba(0, 0, 0, 0.7);
}

.receive-media .placeholder-media-inner {
  position: absolute;
  inset: 0;
  display: block;
}

.receive-media .placeholder-badge {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0;
  background: none;
  border: 0;
  color: inherit;
}

.receive-media img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: auto;
  height: 100%;
  max-width: none;
  display: block;
  transform: translateX(-50%);
}

.receive-content {
  display: grid;
  gap: 16px;
}

@media (min-width: 768px) {
  .receive-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 22px;
  }
  .receive-media {
    height: 560px;
  }
}

@media (min-width: 992px) {
  .receive-media {
    height: 640px;
  }
}

.outline-card {
  border-radius: var(--radius-xl);
  border: 2px solid rgba(255, 255, 255, 0.28);
  background: rgba(0, 0, 0, 0.55);
  box-shadow: var(--shadow-0);
  padding: 22px 22px;
}

.outline-card--compact {
  padding: 26px 22px;
}

.outline-title {
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.55rem;
}

.outline-lead {
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.2rem;
}

.outline-hint {
  color: rgba(255, 255, 255, 0.62);
  letter-spacing: 0.08em;
  font-weight: 800;
  line-height: 1.55;
}

.outline-list {
  margin: 0;
  padding-left: 1.25rem;
  color: rgba(255, 255, 255, 0.84);
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.75;
}

.btn-outline-premium {
  padding: 14px 26px;
  border-radius: 16px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.btn-outline-premium:hover,
.btn-outline-premium:focus {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  color: rgba(255, 255, 255, 0.92);
}

.payment-sub {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.pay-card {
  border-radius: var(--radius-xl);
  border: 2px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.45);
  box-shadow: var(--shadow-0);
  padding: 22px;
  display: grid;
  gap: 16px;
  justify-items: center;
  text-align: center;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.pay-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.75);
}

.pay-icon {
  display: grid;
  place-items: center;
  position: relative;
  width: 100%;
  max-width: 340px;
  height: 180px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.18);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.55) 100%);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.45);
}

.pay-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120px 120px at 18% 28%, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 60%),
    radial-gradient(180px 180px at 78% 72%, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 62%),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0 10px, rgba(255, 255, 255, 0) 10px 20px);
  opacity: 0.55;
}

.pay-icon i {
  position: relative;
  font-size: 4.6rem;
  line-height: 1;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.35));
}

.pay-icon--cash {
  background: linear-gradient(180deg, rgba(98, 225, 150, 0.95) 0%, rgba(52, 160, 98, 0.85) 100%);
  border-color: rgba(98, 225, 150, 0.32);
}

.pay-icon--cash i {
  color: rgba(0, 0, 0, 0.72);
}

.pay-icon--card {
  background: linear-gradient(180deg, rgba(64, 64, 66, 0.88) 0%, rgba(18, 18, 20, 0.92) 100%);
  border-color: rgba(255, 255, 255, 0.18);
}

.pay-icon--card i {
  color: rgba(255, 255, 255, 0.88);
}

.pay-icon--pix {
  background: linear-gradient(180deg, rgba(36, 183, 198, 0.95) 0%, rgba(10, 84, 92, 0.9) 100%);
  border-color: rgba(36, 183, 198, 0.3);
}

.pay-icon--pix i {
  color: rgba(0, 0, 0, 0.75);
}

.pay-title {
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.7rem;
}

