:root {
  --blue: #6ec8ff;
  --blue-mid: #3eb0f5;
  --blue-deep: #0a4ea0;
  --blue-ink: #073a7a;
  --blue-soft: #1260b8;
  --blue-wash: #0c4a96;
  --sky: #bfe4ff;
  --sky-soft: #c8ecff;
  --sky-muted: #9fd9ff;
  --white: #ffffff;
  --ink: #ffffff;
  --text-body: rgba(255, 255, 255, 0.88);
  --text-soft: rgba(191, 228, 255, 0.92);
  --text-muted: rgba(255, 255, 255, 0.72);
  --muted: var(--text-muted);
  --line: rgba(255, 255, 255, 0.22);
  --accent: #6ec8ff;
  --accent-bright: #8fd8ff;
  --gold: #ffc857;
  --gold-bright: #ffe08a;
  --gold-deep: #f5a623;
  --ice: #e3f4ff;
  --text-cool: #8ec5f0;
  --text-ice: #d4efff;
  --surface: rgba(255, 255, 255, 0.1);
  --surface-strong: rgba(255, 255, 255, 0.16);
  --font-display: "Outfit", sans-serif;
  --font-sans: "Manrope", sans-serif;
  --radius: 10px;
  --header-h: 4.6rem;
  --max: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(900px 480px at 90% -10%, rgba(110, 200, 255, 0.35), transparent 55%),
    radial-gradient(700px 420px at 0% 30%, rgba(62, 176, 245, 0.22), transparent 50%),
    linear-gradient(180deg, #0a4ea0 0%, #083d86 40%, #062f6b 100%);
  font-family: var(--font-sans);
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.08rem);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0;
}

p {
  margin: 0;
}

button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  color: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 clamp(1.1rem, 4vw, 2.5rem);
  background: rgba(8, 61, 134, 0.72);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  background: rgba(6, 47, 107, 0.92);
}

.header-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.brand-sep {
  width: 1px;
  height: 1.5rem;
  background: var(--line);
  flex-shrink: 0;
}

.logo-ufg {
  display: block;
  height: auto;
  width: auto;
  filter: drop-shadow(0 4px 14px rgba(110, 200, 255, 0.35));
}

.logo-ufg--header {
  height: 2.35rem;
  width: auto;
}

.logo-ufg--kicker {
  height: 1.75rem;
  width: auto;
}

.logo-ufg--hero-bg {
  position: absolute;
  right: clamp(1rem, 6vw, 4rem);
  top: calc(var(--header-h) + 1rem);
  width: min(36vw, 280px);
  height: auto;
  opacity: 0.28;
  pointer-events: none;
  z-index: 1;
}

.logo-ufg--section,
.logo-ufg--social {
  height: 2.75rem;
  width: auto;
}

.logo-ufg--stats {
  height: 3.25rem;
  width: auto;
}

.logo-ufg--closing {
  height: 3rem;
  width: auto;
  margin-bottom: 1rem;
}

.logo-ufg--footer {
  height: 2.15rem;
  width: auto;
}

.section-brand,
.social-brand {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-bottom: 0.85rem;
}

.section-brand .eyebrow {
  margin: 0;
}

.social-brand {
  margin-bottom: 0.9rem;
}

.social-brand h2 {
  margin: 0;
}

.stats-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--line);
}

.stats-head p {
  color: var(--text-soft);
  font-weight: 650;
  max-width: 28rem;
}

.footer-ufg {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.85rem;
}

.footer-ufg span {
  font-size: 0.9rem;
  font-weight: 750;
  color: var(--white);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 800;
  font-size: 1.02rem;
  letter-spacing: -0.03em;
  color: var(--white);
}

.logo-cap {
  width: 1.55rem;
  height: auto;
  color: var(--white);
}

.logo .dot {
  color: #bfe8ff;
}

.header-nav {
  display: flex;
  gap: 1.4rem;
  font-size: 0.92rem;
  font-weight: 650;
  color: rgba(255, 255, 255, 0.86);
}

.header-nav a:hover {
  color: var(--white);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1.3rem;
  border-radius: 999px;
  font-weight: 750;
  font-size: 0.95rem;
  letter-spacing: -0.01em;
  will-change: transform;
}

.btn span {
  pointer-events: none;
}

.btn-sm {
  min-height: 2.5rem;
  padding: 0.55rem 1.05rem;
  font-size: 0.88rem;
  background: var(--white);
  color: var(--blue-deep);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.btn-primary {
  background: var(--white);
  color: var(--blue-deep);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.btn-hero {
  background: linear-gradient(135deg, var(--blue) 0%, var(--sky) 55%, var(--white) 100%);
  color: var(--blue-deep);
  box-shadow:
    0 16px 40px rgba(110, 200, 255, 0.45),
    0 0 0 2px rgba(255, 255, 255, 0.35);
  font-size: 1.02rem;
  min-height: 3.35rem;
  padding-inline: 1.65rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-hero:hover {
  transform: translateY(-2px);
  box-shadow:
    0 20px 48px rgba(110, 200, 255, 0.55),
    0 0 0 2px rgba(255, 255, 255, 0.5);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.85);
}

.btn-lg {
  min-height: 3.35rem;
  padding-inline: 1.7rem;
}

.eyebrow {
  margin: 0 0 0.8rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

.section-lead {
  max-width: 38rem;
  color: var(--text-cool);
  font-size: 1.06rem;
}

.t-accent {
  color: var(--gold);
  text-shadow: 0 0 28px rgba(255, 200, 87, 0.35);
}

.t-sky {
  color: var(--ice);
  text-shadow: 0 0 24px rgba(227, 244, 255, 0.25);
}

.t-gold {
  color: var(--gold-bright);
}

.t-white {
  color: var(--white);
}

.solution .section-lead {
  color: var(--text-ice);
}

.includes .section-lead,
.inside .section-lead {
  color: var(--text-cool);
}

.about .section-lead,
.offer .section-lead {
  color: var(--text-ice);
}

.social .section-lead {
  color: var(--sky);
}

.line {
  display: block;
  overflow: hidden;
}

.word {
  display: inline-block;
  will-change: transform;
}

/* —— Hero —— */
.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: var(--white);
  display: grid;
  align-items: center;
}

.hero-media,
.hero-veil {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  transform: scale(1.08);
}

.hero-veil {
  background:
    linear-gradient(105deg, rgba(6, 47, 107, 0.92) 0%, rgba(10, 78, 160, 0.78) 48%, rgba(14, 96, 190, 0.55) 100%),
    linear-gradient(180deg, rgba(6, 47, 107, 0.2) 0%, rgba(6, 47, 107, 0.65) 100%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: calc(var(--header-h) + 2.5rem) clamp(1.1rem, 4vw, 2.5rem) 3.5rem;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: end;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem 0.5rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(110, 200, 255, 0.45);
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--sky-soft);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.ufg-mark {
  color: var(--gold-bright);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-shadow: 0 0 30px rgba(255, 200, 87, 0.4);
}

.hero h1 {
  max-width: 20ch;
  font-size: clamp(1.75rem, 4vw, 2.7rem);
  margin-bottom: 1rem;
  color: var(--white);
}

.hero h1 em {
  font-style: normal;
  color: var(--gold);
  text-shadow: 0 0 40px rgba(255, 200, 87, 0.45);
}

.hero-lead {
  max-width: 38rem;
  font-size: clamp(1.02rem, 1.9vw, 1.2rem);
  color: var(--text-soft);
  margin-bottom: 1.6rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-product {
  position: relative;
  justify-self: end;
  width: min(100%, 280px);
}

.cover-float {
  border-radius: 14px;
  overflow: hidden;
  background: var(--white);
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.35),
    0 0 0 3px rgba(255, 255, 255, 0.55);
  transform: rotate(3deg);
}

.cover-float img {
  width: 100%;
  height: auto;
}

.hero-badge {
  position: absolute;
  left: -0.8rem;
  bottom: 1.4rem;
  background: var(--white);
  color: var(--blue-deep);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

/* —— Pain —— */
.pain {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 4.25rem clamp(1.1rem, 4vw, 2.5rem) 2rem;
  background: rgba(0, 0, 0, 0.2);
  border-block: 1px solid rgba(110, 200, 255, 0.28);
}

.pain-text {
  max-width: 42rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  line-height: 1.28;
  letter-spacing: -0.02em;
  color: var(--text-ice);
}

.pain-close {
  max-width: 38rem;
  margin: 1.1rem 0 0;
  font-size: 1.05rem;
  line-height: 1.45;
  color: var(--gold-bright);
  font-weight: 700;
}

/* —— Marquee —— */
.marquee {
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  padding: 0.95rem 0;
}

.marquee-track {
  display: flex;
  gap: 2.4rem;
  width: max-content;
  will-change: transform;
}

.marquee-track span:nth-child(odd) {
  color: var(--white);
  font-weight: 750;
  font-size: 0.92rem;
  white-space: nowrap;
}

.marquee-track span:nth-child(even) {
  color: var(--gold-bright);
  font-weight: 750;
  font-size: 0.92rem;
  white-space: nowrap;
}

.marquee-track span::before {
  content: "●";
  margin-right: 2.4rem;
  color: var(--gold);
  font-size: 0.55rem;
  vertical-align: middle;
}

/* —— Final push (reta final) —— */
.final-push {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 3.5rem clamp(1.1rem, 4vw, 2.5rem) 2rem;
}

.final-push-inner {
  padding: clamp(1.75rem, 4vw, 2.5rem);
  border-radius: 22px;
  background:
    linear-gradient(160deg, rgba(255, 200, 87, 0.12), rgba(255, 255, 255, 0.06)),
    radial-gradient(640px 240px at 90% 0%, rgba(110, 200, 255, 0.22), transparent 62%);
  border: 2px solid rgba(255, 200, 87, 0.35);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.2);
}

.final-push h2 {
  font-size: clamp(2rem, 3.6vw, 2.85rem);
  max-width: 20ch;
  margin-bottom: 0.9rem;
  color: var(--white);
}

.final-push h2 .t-accent {
  color: var(--gold);
}

.final-push h2 .t-sky {
  color: var(--ice);
}

.final-push .section-lead {
  max-width: 42rem;
  color: var(--text-ice);
  margin-bottom: 1.75rem;
}

.final-push-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.final-push-grid li {
  padding: 1.25rem 1.15rem;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(110, 200, 255, 0.28);
  display: grid;
  gap: 0.45rem;
}

.final-push-grid strong {
  font-size: 1rem;
  color: var(--white);
}

.final-push-grid li > span:last-child {
  color: var(--text-cool);
  font-size: 0.92rem;
  line-height: 1.45;
}

/* —— Solution —— */
.solution {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 4.5rem clamp(1.1rem, 4vw, 2.5rem) 3rem;
}

.solution-head {
  margin-bottom: 2.25rem;
}

.solution h2,
.inside h2,
.social h2,
.about h2,
.offer h2,
.includes h2,
.fit h2 {
  font-size: clamp(2.1rem, 3.8vw, 3rem);
  max-width: 18ch;
  margin-bottom: 0.9rem;
  color: var(--white);
}

.price-option.featured .t-accent {
  text-shadow: none;
}

.solution h2 .t-accent,
.offer h2 .t-accent,
.includes h2 .t-accent,
.social h2 .t-accent,
.about h2 .t-accent,
.inside h2 .t-accent {
  color: var(--gold);
}

.offer h2 {
  max-width: 24ch;
}

.solution h2 {
  max-width: 22ch;
}

.feature-panel {
  position: relative;
  margin-top: 0.5rem;
  padding: 1.35rem;
  border-radius: 22px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)),
    radial-gradient(600px 220px at 10% 0%, rgba(110, 200, 255, 0.28), transparent 60%);
  border: 2px solid rgba(255, 255, 255, 0.35);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.22),
    0 0 0 6px rgba(255, 255, 255, 0.06);
}

.feature-panel__label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: var(--white);
  color: var(--blue-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.method-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.55rem 0.75rem;
  margin-bottom: 1.15rem;
  padding: 0.95rem 1.1rem;
  border-radius: 16px;
  background: var(--white);
  color: var(--blue-deep);
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.4vw, 1.45rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.method-arrow {
  color: var(--blue);
}

.method-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.method-strip article {
  padding: 1.35rem 1.2rem;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(110, 200, 255, 0.32);
  display: grid;
  gap: 0.45rem;
}

.method-step {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

.method-strip strong {
  font-size: 1.05rem;
  color: var(--white);
}

.method-strip article > span:last-child {
  color: var(--text-cool);
  font-size: 0.9rem;
  line-height: 1.45;
}

.feature-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}

.feature-grid li {
  position: relative;
  padding: 1.3rem 1.2rem 1.25rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 14px;
  display: grid;
  gap: 0.4rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.feature-grid li:nth-child(odd)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--gold);
}

.feature-grid li:nth-child(even)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--ice);
}

.feature-grid li:hover {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-3px);
}

.feature-num {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--gold);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.feature-grid strong {
  font-size: 1.08rem;
  color: var(--white);
  letter-spacing: -0.02em;
}

.feature-grid li > span:last-child {
  color: var(--text-cool);
  font-size: 0.95rem;
}

/* —— Inside / Stack —— */
.inside {
  padding: 2rem clamp(1.1rem, 4vw, 2.5rem) 4.5rem;
  overflow: clip;
}

.inside-head {
  width: min(100%, var(--max));
  margin: 0 auto 1.75rem;
}

.pages-stack {
  --stack-w: min(100%, 400px);
  --stack-x3: 54px;
  --stack-y3: -42px;
  --stack-r3: 7deg;
  --stack-x2: 28px;
  --stack-y2: -22px;
  --stack-r2: 3.5deg;
  --stack-x1: -26px;
  --stack-y1: -12px;
  --stack-r1: -3deg;
  --stack-x0: 0px;
  --stack-y0: 8px;
  --stack-r0: -0.5deg;
  width: min(100%, var(--max));
  margin: 0 auto;
  position: relative;
  height: clamp(480px, 68vw, 640px);
  display: grid;
  place-items: center;
  perspective: 1200px;
}

.stack-card {
  margin: 0;
  position: absolute;
  width: var(--stack-w);
  aspect-ratio: 3 / 4.15;
  border-radius: 14px;
  overflow: hidden;
  background: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.55);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.35),
    0 2px 0 rgba(255, 255, 255, 0.65) inset;
  transform-origin: center bottom;
  will-change: transform;
}

.stack-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  background: #eef6fc;
}

.stack-card[data-depth="3"] {
  transform: translate(var(--stack-x3), var(--stack-y3)) rotate(var(--stack-r3))
    scale(0.92);
  z-index: 1;
  opacity: 0.78;
  filter: saturate(0.9);
}

.stack-card[data-depth="2"] {
  transform: translate(var(--stack-x2), var(--stack-y2)) rotate(var(--stack-r2))
    scale(0.96);
  z-index: 2;
  opacity: 0.88;
}

.stack-card[data-depth="1"] {
  transform: translate(var(--stack-x1), var(--stack-y1)) rotate(var(--stack-r1))
    scale(0.98);
  z-index: 3;
  opacity: 0.94;
}

.stack-card[data-depth="0"] {
  transform: translate(var(--stack-x0), var(--stack-y0)) rotate(var(--stack-r0));
  z-index: 4;
}

.stack-card figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0.7rem 0.85rem 0.8rem;
  font-size: 0.82rem;
  line-height: 1.35;
  color: var(--white);
  background: linear-gradient(transparent, rgba(6, 28, 58, 0.88));
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.stack-card[data-depth="0"] figcaption {
  opacity: 1;
}

/* —— Stats —— */
.stats {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 0 clamp(1.1rem, 4vw, 2.5rem) 4rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 1.6rem 0;
  border-block: 1px solid var(--line);
}

.stat-num {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 0.35rem;
  background: linear-gradient(135deg, var(--gold-bright) 10%, var(--white) 55%, var(--blue) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.stat-label {
  color: var(--sky);
  font-size: 0.95rem;
}

.stats-grid--method {
  grid-template-columns: 1fr;
}

.stat-num--text {
  font-size: clamp(1.35rem, 3.2vw, 2rem);
  letter-spacing: -0.03em;
}

/* —— Social —— */
.social {
  background: rgba(0, 0, 0, 0.16);
  padding: 5rem clamp(1.1rem, 4vw, 2.5rem);
  border-block: 1px solid var(--line);
}

.section-head,
.about-inner,
.offer-intro {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.social .section-head {
  margin-bottom: 2.25rem;
}

.people-grid {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

/* —— Includes —— */
.includes {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 1rem clamp(1.1rem, 4vw, 2.5rem) 4rem;
}

.includes-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
  padding: 2rem;
  background:
    linear-gradient(160deg, rgba(110, 200, 255, 0.14), rgba(255, 255, 255, 0.06));
  border: 2px solid rgba(110, 200, 255, 0.35);
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.includes h2 {
  font-size: clamp(2rem, 3.4vw, 2.7rem);
  max-width: 16ch;
  margin-bottom: 0.9rem;
}

.includes-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.includes-list li {
  position: relative;
  padding: 1rem 1rem 1rem 2.6rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  display: grid;
  gap: 0.35rem;
}

.includes-list strong {
  font-weight: 750;
  color: var(--white);
  font-size: 0.98rem;
}

.includes-list li > span:last-child {
  font-weight: 500;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--text-cool);
}

.includes-list li::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 1.1rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(110, 200, 255, 0.22);
}

.includes-note {
  grid-column: 1 / -1;
  margin: 0.25rem 0 0;
  font-size: 0.88rem;
  color: var(--text-cool);
}

.pages-carousel {
  width: min(100%, var(--max));
  margin: 0 auto;
  position: relative;
}

.pages-nav {
  position: absolute;
  top: 46%;
  z-index: 6;
  width: 2.4rem;
  height: 2.4rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--blue-deep);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.pages-nav--prev {
  left: 0;
}

.pages-nav--next {
  right: 0;
}

.fit {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 1rem clamp(1.1rem, 4vw, 2.5rem) 3.5rem;
}

.fit-inner {
  padding: clamp(1.5rem, 3.5vw, 2.25rem);
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.18);
  border: 2px solid rgba(110, 200, 255, 0.32);
}

.fit h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  max-width: 16ch;
  margin-bottom: 1.2rem;
  color: var(--white);
}

.fit-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.fit-grid li {
  padding: 0.95rem 1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--text-ice);
  font-size: 0.98rem;
  line-height: 1.4;
}

.fit-note {
  margin: 1.15rem 0 0;
  color: var(--gold-bright);
  font-weight: 700;
  max-width: 40rem;
}

.fit--not .fit-inner {
  background: rgba(0, 0, 0, 0.28);
  border-color: rgba(255, 255, 255, 0.16);
}

.fit--not h2 {
  color: var(--gold-bright);
}

.price--installments {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.45rem;
}

.price-install-label {
  width: 100%;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(10, 78, 160, 0.62);
}

.price-cash {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: rgba(10, 78, 160, 0.78);
}

.faq {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 1rem clamp(1.1rem, 4vw, 2.5rem) 4rem;
}

.faq h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  margin-bottom: 1.25rem;
  color: var(--white);
}

.faq-list {
  display: grid;
  gap: 0.7rem;
}

.faq-list details {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0.2rem 1rem 0.2rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 750;
  padding: 0.95rem 0;
  color: var(--white);
}

.faq-list details p {
  margin: 0 0 1rem;
  color: var(--text-cool);
  font-size: 0.95rem;
  line-height: 1.5;
}

.value-stack {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.value-stack li {
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 700;
}

.about-mission {
  margin-top: 1rem;
}

.bank-row {
  margin-top: 2.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0.85rem;
}

.bank-row > span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
}

.bank-row ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.bank-row li {
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 0.85rem;
  font-weight: 750;
}

.price-perks {
  list-style: none;
  margin: 0 0 0.4rem;
  padding: 0;
  display: grid;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.92rem;
}

.price-option.featured .price-perks {
  color: rgba(10, 78, 160, 0.78);
}

.price-perks li {
  padding-left: 1rem;
  position: relative;
}

.price-perks li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #9fd9ff;
}

.price-option.featured .price-perks li::before {
  color: var(--blue-mid);
}

.site-footer {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 0 clamp(1.1rem, 4vw, 2.5rem) 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2rem;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--muted);
}

.footer-brand {
  display: grid;
  gap: 0.4rem;
}

.footer-brand p {
  font-size: 0.95rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  font-weight: 700;
}

.footer-links a:hover {
  color: var(--white);
}

.person-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  display: grid;
  overflow: hidden;
  padding: 0;
  gap: 0;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
  color: var(--white);
}

.person-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 0;
  background: #d7ecf9;
  display: block;
  overflow: hidden;
}

.person-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
  transition: transform 0.45s ease;
}

.person-card:hover .person-photo img {
  transform: scale(1.04);
}

.person-card footer {
  display: grid;
  gap: 0.2rem;
  padding: 1rem 1.1rem 1.15rem;
}

.person-card footer strong {
  font-size: 1.02rem;
  letter-spacing: -0.02em;
}

.person-card footer span {
  color: var(--text-muted);
  font-size: 0.9rem;
}

/* —— About —— */
.about {
  padding: 5rem clamp(1.1rem, 4vw, 2.5rem);
}

.ig-link {
  color: #c8ecff;
  font-weight: 750;
  border-bottom: 1px solid currentColor;
}

.about-points {
  margin: 2.4rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}

.about-points div {
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.about-points dt {
  font-weight: 800;
  margin-bottom: 0.35rem;
}

.about-points dd {
  margin: 0;
  color: var(--muted);
}

/* —— Offer —— */
.offer {
  padding: 1rem clamp(1.1rem, 4vw, 2.5rem) 5rem;
}

.offer-intro {
  margin-bottom: 2rem;
}

.pricing {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.pricing--single {
  grid-template-columns: minmax(280px, 420px);
  justify-content: center;
}

.price-option {
  padding: 1.8rem 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  display: grid;
  align-content: start;
  gap: 0.6rem;
  color: var(--white);
  will-change: transform;
}

.price-option.featured {
  background: var(--white);
  color: var(--blue-deep);
  border-color: var(--white);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.28);
}

.price-option.featured .price-desc {
  color: rgba(10, 78, 160, 0.75);
}

.price-option h3 {
  font-family: var(--font-sans);
  font-size: 1.05rem;
  font-weight: 800;
}

.price-from {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-muted);
  text-decoration: line-through;
  text-decoration-color: rgba(110, 200, 255, 0.55);
}

.price-option.featured .price-from {
  color: rgba(10, 78, 160, 0.55);
  text-decoration-color: rgba(10, 78, 160, 0.35);
}

.price {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 3.6rem);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--gold-bright);
  text-shadow: 0 4px 28px rgba(255, 200, 87, 0.28);
}

.price .currency {
  color: var(--gold);
  font-size: 0.42em;
  margin-right: 0.12em;
  vertical-align: super;
}

.price .price-value {
  color: inherit;
}

.price-option.featured .price {
  color: var(--blue-deep);
  text-shadow: none;
}

.price-option.featured .price .currency {
  color: var(--blue-mid);
}

.price-desc {
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}

.price-tag {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--blue-mid);
}

.price-option .btn {
  justify-self: start;
  margin-top: 0.35rem;
}

.pay-badges {
  margin: 0.15rem 0 0;
  font-size: 0.82rem;
  font-weight: 750;
  color: var(--sky-muted);
  letter-spacing: 0.02em;
}

.price-option.featured .pay-badges {
  color: var(--blue-soft);
}

.price-option.featured .btn-primary {
  background: var(--blue-deep);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(6, 47, 107, 0.28);
}

/* —— Closing —— */
.closing {
  position: relative;
  width: min(100%, var(--max));
  margin: 0 auto 4rem;
  padding: 3.5rem clamp(1.1rem, 4vw, 2.5rem);
  color: var(--white);
  border-radius: 22px;
  overflow: hidden;
  isolation: isolate;
}

.closing-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, #062f6b 0%, #0a4ea0 45%, #3eb0f5 100%);
  border: 2px solid rgba(255, 255, 255, 0.28);
}

.closing h2 {
  font-size: clamp(2.2rem, 4vw, 3.1rem);
  max-width: 18ch;
  margin-bottom: 0.85rem;
  color: var(--white);
}

.closing p {
  max-width: 34rem;
  color: var(--text-soft);
  margin-bottom: 1.5rem;
}

/* —— Responsive —— */
@media (max-width: 1100px) {
  .feature-grid,
  .method-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-grid {
    gap: 1.25rem;
  }

  .hero-product {
    width: min(100%, 240px);
  }
}

@media (max-width: 900px) {
  :root {
    --header-h: 4.1rem;
  }

  .header-nav {
    display: none;
  }

  .site-header {
    padding-inline: max(1rem, env(safe-area-inset-left))
      max(1rem, env(safe-area-inset-right));
  }

  .logo {
    font-size: 0.95rem;
    gap: 0.4rem;
  }

  .logo-cap {
    width: 1.35rem;
  }

  .logo-ufg--header {
    height: 2rem;
  }

  .logo-ufg--hero-bg {
    width: min(52vw, 200px);
    opacity: 0.18;
  }

  .brand-sep {
    height: 1.25rem;
  }

  .btn-sm {
    min-height: 2.35rem;
    padding: 0.45rem 0.85rem;
    font-size: 0.8rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    align-items: start;
    padding: calc(var(--header-h) + 1.5rem) max(1rem, env(safe-area-inset-left))
      2.5rem max(1rem, env(safe-area-inset-right));
    gap: 1.75rem;
  }

  .hero-veil {
    background:
      linear-gradient(180deg, rgba(6, 47, 107, 0.88) 0%, rgba(8, 61, 134, 0.9) 55%, rgba(10, 78, 160, 0.94) 100%);
  }

  .hero-copy {
    max-width: 36rem;
  }

  .hero h1 {
    max-width: 16ch;
  }

  .hero-product {
    justify-self: center;
    width: min(52vw, 210px);
    margin-top: 0;
  }

  .cover-float {
    transform: rotate(2deg);
  }

  .hero-badge {
    left: -0.4rem;
    bottom: 1rem;
    font-size: 0.72rem;
  }

  .pain,
  .final-push,
  .solution,
  .inside,
  .stats,
  .includes,
  .about,
  .fit,
  .offer,
  .faq {
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
  }

  .pain {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }

  .solution,
  .about {
    padding-top: 3.25rem;
    padding-bottom: 2.5rem;
  }

  .social {
    padding: 3.5rem max(1rem, env(safe-area-inset-left)) 3.5rem
      max(1rem, env(safe-area-inset-right));
  }

  .feature-grid,
  .final-push-grid,
  .method-strip,
  .people-grid,
  .about-points,
  .pricing,
  .stats-grid,
  .includes-grid,
  .fit-grid {
    grid-template-columns: 1fr;
  }

  .includes-grid {
    padding: 1.35rem;
  }

  .pages-stack {
    --stack-w: min(70vw, 300px);
    --stack-x3: 28px;
    --stack-y3: -26px;
    --stack-r3: 5.5deg;
    --stack-x2: 14px;
    --stack-y2: -14px;
    --stack-r2: 2.8deg;
    --stack-x1: -14px;
    --stack-y1: -8px;
    --stack-r1: -2.4deg;
    height: clamp(400px, 95vw, 520px);
  }

  .closing {
    width: calc(100% - 2rem);
    margin-inline: auto;
    margin-bottom: 3rem;
    padding: 2.5rem 1.35rem;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding-inline: max(1rem, env(safe-area-inset-left))
      max(1rem, env(safe-area-inset-right));
    padding-bottom: max(2.5rem, env(safe-area-inset-bottom));
  }

  .footer-links {
    flex-direction: column;
    gap: 0.65rem;
  }

  .price-option .btn {
    width: 100%;
    justify-self: stretch;
  }
}

@media (max-width: 720px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    gap: 0.35rem;
  }

  .stats-grid article {
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--line);
  }

  .stats-grid article:last-child {
    border-bottom: 0;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .marquee-track span {
    font-size: 0.85rem;
  }

  .bank-row ul {
    gap: 0.4rem;
  }

  .bank-row li {
    font-size: 0.8rem;
  }
}

@media (max-width: 560px) {
  .checkout-address {
    grid-template-columns: 1fr;
  }

  .checkout-address .span-2 {
    grid-column: auto;
  }

  body {
    font-size: 1rem;
  }

  .site-header .btn-sm {
    width: auto;
    max-width: 46vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero h1 {
    font-size: clamp(1.7rem, 8.2vw, 2.2rem);
  }

  .hero-lead {
    font-size: 1.05rem;
    max-width: none;
  }

  .hero-kicker {
    font-size: 0.68rem;
    letter-spacing: 0.03em;
    max-width: 100%;
    flex-wrap: wrap;
  }

  .logo-ufg--kicker {
    height: 1.45rem;
  }

  .header-brand .brand-sep,
  .logo-ufg--header {
    display: none;
  }

  .logo-ufg--stats,
  .logo-ufg--section,
  .logo-ufg--social {
    height: 2.25rem;
  }

  .hero-product {
    width: min(58vw, 190px);
  }

  .pages-stack {
    --stack-w: min(78vw, 250px);
    --stack-x3: 22px;
    --stack-y3: -20px;
    --stack-r3: 5deg;
    --stack-x2: 11px;
    --stack-y2: -11px;
    --stack-r2: 2.5deg;
    --stack-x1: -11px;
    --stack-y1: -6px;
    --stack-r1: -2deg;
    height: clamp(360px, 112vw, 460px);
  }

  .pain-text {
    font-size: clamp(1.25rem, 5.8vw, 1.55rem);
  }

  .solution h2,
  .inside h2,
  .social h2,
  .about h2,
  .offer h2,
  .includes h2,
  .fit h2,
  .faq h2 {
    font-size: clamp(1.75rem, 7.5vw, 2.2rem);
    max-width: none;
  }

  .section-lead {
    font-size: 1rem;
  }

  .feature-panel {
    padding: 1rem;
    border-radius: 18px;
    box-shadow:
      0 14px 30px rgba(26, 111, 179, 0.1),
      0 0 0 4px rgba(74, 168, 232, 0.1);
  }

  .feature-grid li,
  .includes-list li,
  .price-option {
    padding: 1.1rem 1rem;
  }

  .feature-grid li {
    padding-left: 1.15rem;
  }

  .includes-list li {
    padding-left: 2.4rem;
  }

  .stat-num {
    font-size: clamp(2.1rem, 10vw, 2.8rem);
  }

  .price {
    font-size: clamp(2.4rem, 12vw, 3rem);
  }

  .closing {
    width: 100%;
    border-radius: 0;
    margin-bottom: 2rem;
    padding: 2.4rem max(1rem, env(safe-area-inset-left))
      max(2.4rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-right));
  }

  .closing h2 {
    font-size: clamp(1.9rem, 9vw, 2.4rem);
    max-width: none;
  }

  .btn-lg {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .site-header .btn-sm {
    font-size: 0.72rem;
    padding-inline: 0.65rem;
  }

  .logo span {
    max-width: 42vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero-product {
    width: min(64vw, 170px);
  }
}

body.checkout-open {
  overflow: hidden;
}

.checkout {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: end center;
}

.checkout[hidden] {
  display: none;
}

.checkout-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 28, 64, 0.72);
  backdrop-filter: blur(8px);
}

.checkout-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  max-height: min(92svh, 820px);
  overflow: auto;
  background: var(--white);
  color: var(--blue-ink);
  border-radius: 24px 24px 0 0;
  padding: 1.25rem 1.25rem max(1.6rem, env(safe-area-inset-bottom));
  box-shadow: 0 -18px 50px rgba(0, 0, 0, 0.28);
}

.checkout-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.checkout-kicker,
.checkout-ok-kicker {
  margin: 0 0 0.2rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue-mid);
}

.checkout-panel h2 {
  font-size: 1.55rem;
  color: var(--blue-ink);
}

.checkout-x {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #e8f4ff;
  color: var(--blue-deep);
  font-size: 1.6rem;
  line-height: 1;
}

.checkout-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.15rem 1rem;
  padding: 0.95rem 1rem;
  margin-bottom: 1.1rem;
  border-radius: 14px;
  background: #f3f9ff;
  border: 1px solid #d7ecfb;
}

.checkout-summary strong,
.checkout-summary b {
  color: var(--blue-ink);
}

.checkout-summary span {
  grid-column: 1;
  color: #4d7eab;
  font-size: 0.88rem;
}

.checkout-summary b {
  grid-row: 1 / span 2;
  align-self: center;
  font-family: var(--font-display);
  font-size: 1.45rem;
  letter-spacing: -0.03em;
  color: var(--blue-deep);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.checkout-label,
.pay-lead,
.pay-hint {
  color: #3d6a96;
}

.checkout-picks {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.75rem;
}

.checkout-picks button {
  display: grid;
  gap: 0.15rem;
  text-align: left;
  padding: 1rem 1.05rem;
  border-radius: 14px;
  border: 2px solid #d7ecfb;
  background: #f7fbff;
}

.checkout-picks strong {
  font-size: 1.05rem;
}

.checkout-picks span {
  color: #4d7eab;
  font-size: 0.9rem;
}

.checkout-picks button:hover {
  border-color: var(--blue-mid);
}

#checkout-form,
.checkout-address {
  display: grid;
  gap: 0.75rem;
}

.checkout-address {
  grid-template-columns: 1fr 1fr;
  padding-top: 0.25rem;
}

.checkout-address .span-2 {
  grid-column: 1 / -1;
}

.checkout-panel label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.82rem;
  font-weight: 750;
  color: var(--blue-deep);
}

.checkout-panel input,
.pix-code {
  width: 100%;
  min-height: 2.85rem;
  padding: 0.7rem 0.85rem;
  border-radius: 12px;
  border: 1px solid #c5def3;
  background: #fff;
  color: var(--blue-ink);
  font: inherit;
  font-size: 16px;
}

.checkout-panel input:focus,
.pix-code:focus {
  outline: 2px solid var(--blue-mid);
  border-color: var(--blue-mid);
}

.checkout-error {
  margin: 0;
  color: #b42318;
  font-size: 0.88rem;
  font-weight: 700;
}

.checkout-submit {
  width: 100%;
  margin-top: 0.35rem;
}

.checkout .btn-primary {
  background: var(--blue-deep);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(6, 47, 107, 0.22);
}

.checkout .btn-outline,
.checkout-ghost {
  background: transparent;
  color: var(--blue-deep);
  border: 2px solid var(--blue-deep);
}

.pay-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem;
  padding: 0.3rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: #e8f4ff;
}

.pay-tabs button {
  min-height: 2.5rem;
  border-radius: 999px;
  font-weight: 800;
  color: var(--blue-soft);
}

.pay-tabs button.is-active {
  background: var(--white);
  color: var(--blue-deep);
  box-shadow: 0 6px 16px rgba(10, 78, 160, 0.12);
}

.pay-lead {
  margin-bottom: 0.85rem;
}

.pay-lead strong {
  color: var(--blue-ink);
}

.pix-qr {
  display: grid;
  place-items: center;
  min-height: 160px;
  margin: 0 auto 0.85rem;
  padding: 0.7rem;
  width: fit-content;
  background: #fff;
  border: 1px solid #d7ecfb;
  border-radius: 16px;
}

.pix-code {
  resize: none;
  min-height: 5.2rem;
  font-size: 0.72rem;
  line-height: 1.45;
  word-break: break-all;
  margin-bottom: 0.35rem;
}

.card-brands {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
}

.card-brands li {
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: #e8f4ff;
  color: var(--blue-deep);
  font-size: 0.78rem;
  font-weight: 800;
}

.pay-hint {
  font-size: 0.9rem;
  margin-bottom: 0.7rem;
}

.checkout-back {
  display: block;
  width: 100%;
  margin-top: 0.85rem;
  padding: 0.55rem;
  color: var(--blue-soft);
  font-weight: 750;
  text-align: center;
}

.checkout-step[data-step="ok"] p {
  margin-bottom: 1rem;
  color: var(--blue-ink);
}

@media (min-width: 720px) {
  .checkout {
    place-items: center;
    padding: 1.5rem;
  }

  .checkout-panel {
    border-radius: 24px;
    padding: 1.5rem 1.5rem 1.7rem;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
  }
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.header-account {
  font-weight: 750;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.92);
  white-space: nowrap;
}

.header-account:hover {
  color: var(--white);
}

.success-actions {
  display: grid;
  gap: 0.65rem;
  margin: 0.35rem 0 0.85rem;
}

.checkout .btn-ghost {
  background: transparent;
  color: var(--blue-deep);
  border: 2px solid #c5def3;
}

.account-page .site-header {
  background: rgba(6, 47, 107, 0.92);
}

.account {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: calc(var(--header-h) + 2rem) 1.2rem 3rem;
}

.account-card,
.account-box {
  background: var(--white);
  color: var(--blue-ink);
  border-radius: 22px;
  padding: 1.4rem 1.35rem 1.55rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.account-card h1,
.account-head h1 {
  color: var(--white);
  margin: 0.2rem 0 0.7rem;
}

.account-card .eyebrow,
.account-head .eyebrow {
  color: var(--sky);
}

.account-lead {
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 1.1rem;
}

.account-card {
  background: transparent;
  box-shadow: none;
  padding: 0;
  max-width: 28rem;
}

.account-card form {
  display: grid;
  gap: 0.75rem;
  background: var(--white);
  color: var(--blue-ink);
  border-radius: 22px;
  padding: 1.3rem;
}

.account-card label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.82rem;
  font-weight: 750;
}

.account-card input {
  width: 100%;
  min-height: 2.85rem;
  padding: 0.7rem 0.85rem;
  border-radius: 12px;
  border: 1px solid #c5def3;
  font: inherit;
  font-size: 16px;
  color: var(--blue-ink);
}

.account-card .btn-primary,
.account-box .btn-primary,
.order-actions .btn-primary {
  background: var(--blue-deep);
  color: var(--white);
}

.account-home {
  display: grid;
  gap: 1.1rem;
}

.account-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.account-box h2 {
  font-size: 1.15rem;
  margin-bottom: 0.9rem;
}

.account-data {
  display: grid;
  gap: 0.75rem;
}

.account-data div {
  display: grid;
  gap: 0.15rem;
}

.account-data dt {
  font-size: 0.78rem;
  font-weight: 750;
  color: #4d7eab;
}

.account-data dd {
  margin: 0;
  font-weight: 650;
}

.account-orders {
  display: grid;
  gap: 0.9rem;
}

.order-card {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  border: 1px solid #d7ecfb;
  border-radius: 16px;
  background: #f7fbff;
}

.order-card p {
  color: #3d6a96;
  font-size: 0.92rem;
}

.account-note {
  font-size: 0.82rem !important;
}

.order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.order-actions .btn {
  min-height: 2.55rem;
  padding: 0.45rem 1rem;
  font-size: 0.88rem;
}

.order-actions .btn-ghost {
  background: transparent;
  color: var(--blue-deep);
  border: 2px solid #c5def3;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .stack-card,
  .cover-float,
  .feature-grid li {
    transition: none;
  }
}
