@font-face {
  font-family: "V10Body";
  src: url("fontes/corpo.woff2") format("woff2"), url("fontes/corpo.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "V10Body";
  src: url("fontes/corpo-bold.woff2") format("woff2"), url("fontes/corpo-bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "V10Title";
  src: url("fontes/title.woff2") format("woff2"), url("fontes/title.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "V10Title";
  src: url("fontes/title-italic.woff2") format("woff2"), url("fontes/title-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: #f0f0f0;
  --dark: #262626;
  --orange: #f76301;
  --paper: #ffffff;
  --soft: rgba(240, 240, 240, 0.72);
  --soft-strong: rgba(240, 240, 240, 0.92);
  --dark-soft: rgba(38, 38, 38, 0.72);
  --dark-line: rgba(38, 38, 38, 0.11);
  --light-line: rgba(240, 240, 240, 0.14);
  --orange-soft: rgba(247, 99, 1, 0.14);
  --orange-glow: rgba(247, 99, 1, 0.45);
  --container: min(1160px, calc(100% - 40px));
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --radius-xl: 48px;
  --shadow-soft: 0 22px 70px rgba(38, 38, 38, 0.12);
  --shadow-deep: 0 30px 90px rgba(0, 0, 0, 0.26);
  --font-body: "V10Body", Arial, sans-serif;
  --font-title: "V10Title", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--white);
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--dark);
  background: var(--white);
  overflow-x: hidden;
  text-rendering: geometricPrecision;
}

main,
.site-footer,
.whatsapp-float {
  position: relative;
  z-index: 1;
}

.light-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: var(--white);
}

.light-background::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), transparent 24%, rgba(255, 255, 255, 0.4) 74%, rgba(232, 232, 232, 0.28)),
    var(--white);
}

.light-background::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  opacity: 0.2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.55), transparent 16%, transparent 84%, rgba(255, 255, 255, 0.55)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), transparent 28%, transparent 76%, rgba(255, 255, 255, 0.28));
}

.glass-light {
  position: absolute;
  z-index: 1;
  width: clamp(360px, 52vw, 920px);
  height: clamp(420px, 76vh, 900px);
  opacity: 0.42;
  filter: blur(56px) saturate(1.16);
  will-change: transform;
  background:
    radial-gradient(ellipse at center, rgba(247, 99, 1, 0.48) 0%, rgba(247, 99, 1, 0.2) 34%, rgba(247, 99, 1, 0.045) 60%, transparent 76%);
}

.glass-light-one {
  top: -34%;
  left: 8%;
  transform: rotate(-8deg);
  animation: glassLightOne 18s ease-in-out infinite alternate;
}

.glass-light-two {
  right: 3%;
  bottom: -38%;
  transform: rotate(9deg);
  animation: glassLightTwo 23s ease-in-out infinite alternate;
}

.glass-light-three {
  top: 28%;
  left: 42%;
  width: clamp(220px, 28vw, 520px);
  height: clamp(340px, 56vh, 680px);
  opacity: 0.28;
  animation: glassLightThree 20s ease-in-out infinite alternate;
}

.glass-ribs {
  position: absolute;
  inset: -4%;
  z-index: 3;
  opacity: 0.56;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.82) 0,
      rgba(255, 255, 255, 0.52) 12px,
      rgba(247, 99, 1, 0.02) 25px,
      rgba(38, 38, 38, 0.026) 34px,
      rgba(255, 255, 255, 0.24) 43px,
      rgba(255, 255, 255, 0.72) 59px,
      rgba(247, 99, 1, 0.035) 73px,
      rgba(38, 38, 38, 0.03) 82px,
      rgba(255, 255, 255, 0.84) 92px
    );
  box-shadow:
    inset 0 0 110px rgba(255, 255, 255, 0.7),
    inset 0 0 28px rgba(38, 38, 38, 0.025);
  backdrop-filter: blur(8px) saturate(1.08);
  -webkit-backdrop-filter: blur(8px) saturate(1.08);
}

.glass-ribs::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  mix-blend-mode: multiply;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 30px,
      rgba(247, 99, 1, 0.12) 42px,
      transparent 54px 92px
    );
  mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
}

@keyframes glassLightOne {
  to {
    transform: translate3d(34vw, 42vh, 0) rotate(7deg) scale(0.82);
  }
}

@keyframes glassLightTwo {
  to {
    transform: translate3d(-38vw, -44vh, 0) rotate(-6deg) scale(1.1);
  }
}

@keyframes glassLightThree {
  to {
    transform: translate3d(-28vw, 18vh, 0) scale(1.18);
  }
}

@media (max-width: 700px) {
  .light-background::before {
    opacity: 0.82;
  }

  .glass-ribs {
    opacity: 0.46;
    background:
      repeating-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.8) 0,
        rgba(255, 255, 255, 0.48) 12px,
        rgba(247, 99, 1, 0.018) 25px,
        rgba(38, 38, 38, 0.024) 34px,
        rgba(255, 255, 255, 0.76) 72px
      );
  }

  .glass-light {
    opacity: 0.32;
    filter: blur(52px) saturate(1.12);
  }

  .glass-light-three {
    display: none;
  }
}

body.nav-open,
body.modal-open {
  overflow: hidden;
}

img,
svg,
video,
iframe {
  display: block;
  max-width: 100%;
}

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

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

button {
  font: inherit;
}

::selection {
  color: var(--white);
  background: var(--orange);
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 3px;
  background: transparent;
}

.scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--orange), transparent);
  box-shadow: 0 0 18px var(--orange-glow);
  transform-origin: left center;
}

.container {
  width: var(--container);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.centered {
  text-align: center;
}

.narrow {
  max-width: 800px;
}

.section-light,
.section-dark {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.section-light {
  background: transparent;
}

.section-dark {
  color: var(--white);
  background:
    radial-gradient(circle at 20% 20%, rgba(247, 99, 1, 0.18), transparent 34vw),
    radial-gradient(circle at 86% 8%, rgba(240, 240, 240, 0.09), transparent 22vw),
    var(--dark);
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orange);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-title);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

h1 {
  max-width: 730px;
  font-size: clamp(3.35rem, 8.2vw, 5.8rem);
}

h2 {
  font-size: clamp(2.55rem, 5.4vw, 5.7rem);
}

h3 {
  font-size: clamp(1.72rem, 2.4vw, 2.65rem);
}

p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
}

.title-accent {
  font-family: var(--font-title);
  font-style: italic;
  color: var(--orange);
  white-space: normal;
}

.strong-underline {
  font-family: var(--font-body);
  font-weight: 800;
  text-decoration-line: underline;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.18em;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 0;
  right: 0;
  z-index: 900;
  pointer-events: none;
  transition: transform 0.35s ease, top 0.35s ease;
}

.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 12px 16px 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(22px) saturate(1.25);
  -webkit-backdrop-filter: blur(22px) saturate(1.25);
  box-shadow: 0 18px 55px rgba(38, 38, 38, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.94);
  pointer-events: auto;
}

.site-header.is-scrolled .header-inner {
  min-height: 64px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 48px rgba(38, 38, 38, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

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

.brand-logo {
  width: 126px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(38, 38, 38, 0.06);
  border-radius: 999px;
  background: rgba(240, 240, 240, 0.65);
}

.main-nav a {
  position: relative;
  overflow: hidden;
  padding: 11px 16px;
  border-radius: 999px;
  font-size: 0.9rem;
  color: rgba(38, 38, 38, 0.72);
  transition: color 0.28s ease, background 0.28s ease;
}

.main-nav a::after {
  content: "";
  position: absolute;
  inset: auto 18px 7px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: center;
  background: var(--orange);
  transition: transform 0.28s ease;
}

.main-nav a:hover {
  color: var(--dark);
  background: rgba(255, 255, 255, 0.72);
}

.main-nav a:hover::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(38, 38, 38, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--dark);
  border-radius: 99px;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.nav-open .nav-toggle span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.nav-open .nav-toggle span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.btn {
  --x: 50%;
  --y: 50%;
  --btn-glow: #ff9a55;
  --btn-surface: var(--orange);
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 26px;
  border: 2px solid var(--btn-glow);
  border-radius: 18px;
  overflow: hidden;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #fff7f1;
  background:
    radial-gradient(circle at var(--x) var(--y), rgba(255, 255, 255, 0.2), transparent 28%),
    linear-gradient(145deg, #ff812e 0%, var(--btn-surface) 58%, #d85100 100%);
  box-shadow:
    0 0 12px rgba(255, 154, 85, 0.7),
    0 0 34px rgba(247, 99, 1, 0.52),
    0 12px 34px rgba(247, 99, 1, 0.22),
    inset 0 0 14px rgba(255, 154, 85, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  text-shadow: 0 0 8px rgba(255, 213, 184, 0.72);
  cursor: pointer;
  transform: translateZ(0);
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at var(--x) var(--y), rgba(255, 255, 255, 0.92), transparent 16%),
    linear-gradient(145deg, #ffad73, var(--orange));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.btn::after {
  content: "";
  position: absolute;
  inset: -44% -28%;
  z-index: -1;
  background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, 0.14) 43%, rgba(255, 255, 255, 0.86) 50%, rgba(255, 255, 255, 0.14) 58%, transparent 68%);
  transform: translateX(-78%) rotate(0.001deg);
  animation: lightSweep 4.2s cubic-bezier(0.5, 0, 0.2, 1) infinite;
  pointer-events: none;
}

.btn:hover {
  transform: translateY(-3px);
  color: #ffffff;
  border-color: #ffe0cc;
  box-shadow:
    0 0 14px rgba(255, 190, 145, 0.92),
    0 0 48px rgba(247, 99, 1, 0.68),
    0 18px 42px rgba(247, 99, 1, 0.3),
    inset 0 0 16px rgba(255, 241, 231, 0.68);
  background: linear-gradient(145deg, #ffb078, #ff8738 56%, #f76301);
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.62);
}

.btn:hover::before {
  opacity: 0.72;
}

.btn:hover::after {
  opacity: 0.48;
  animation-duration: 5.4s;
}

.btn:active {
  transform: translateY(0) scale(0.985);
  box-shadow:
    0 0 9px rgba(255, 154, 85, 0.82),
    0 0 28px rgba(247, 99, 1, 0.5),
    inset 0 0 12px rgba(255, 213, 184, 0.62);
}

.btn:focus-visible,
.whatsapp-float:focus-visible {
  outline: 3px solid rgba(38, 38, 38, 0.82);
  outline-offset: 5px;
}

.btn-small {
  min-height: 48px;
  padding-inline: 19px;
  border-radius: 15px;
  font-size: 0.88rem;
}

.btn.full {
  width: 100%;
}

@keyframes lightSweep {
  0%, 24% {
    transform: translateX(-84%);
  }
  58%, 100% {
    transform: translateX(84%);
  }
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 150px 0 86px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--dark);
  background: #ffffff;
}

html.is-embedded .hero {
  min-height: 820px;
}

@media (max-width: 860px) {
  html.is-embedded .hero {
    min-height: 760px;
  }
}

@media (max-width: 520px) {
  html.is-embedded .hero {
    min-height: 720px;
  }
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #ffffff;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.05);
}

.hero-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 0.35;
}

.hero-grid {
  display: block;
}

.hero-copy {
  max-width: 1040px;
  margin-inline: auto;
  text-align: center;
}

.hero-copy h1 {
  max-width: 1040px;
  margin-inline: auto;
  font-size: clamp(2.65rem, 4.8vw, 4.85rem);
  line-height: 1;
}

.hero-copy h1 .title-accent {
  display: inline-block;
  font-size: 1.38em;
  line-height: 0.94;
}

.hero .eyebrow {
  margin-bottom: 14px;
  font-size: clamp(0.68rem, 0.72vw, 0.76rem);
  letter-spacing: 0.1em;
}

.hero-subtitle {
  max-width: 790px;
  margin-top: 26px;
  margin-inline: auto;
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  color: rgba(38, 38, 38, 0.76);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 34px;
}

.microcopy {
  margin-top: 15px;
  text-align: center;
  color: rgba(38, 38, 38, 0.62);
  font-size: 0.92rem;
}

.hero .eyebrow,
.hero .microcopy {
  color: rgba(38, 38, 38, 0.68);
}

.pain,
.solution,
.process,
.differentials,
.proof,
.plans,
.faq,
.final-cta {
  padding: clamp(84px, 10vw, 132px) 0;
}

.centered > p {
  margin-top: 22px;
  color: currentColor;
  opacity: 0.72;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 46px;
}

.pain-card,
.pillar-card,
.diff-card,
.plan-card,
.process-step {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  transform-style: preserve-3d;
}

.pain-card {
  min-height: 280px;
  padding: 34px;
  border: 1px solid var(--light-line);
  background:
    linear-gradient(145deg, rgba(240, 240, 240, 0.12), rgba(240, 240, 240, 0.035)),
    radial-gradient(circle at 8% 12%, rgba(247, 99, 1, 0.2), transparent 40%);
  box-shadow: var(--shadow-deep);
}

.pain-card::after,
.pillar-card::after,
.diff-card::after,
.plan-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transform: translateX(-105%);
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
}

.pain-card:hover::after,
.pillar-card:hover::after,
.diff-card:hover::after,
.plan-card:hover::after {
  transform: translateX(105%);
}

.line-mark {
  display: block;
  width: 48px;
  height: 4px;
  margin-bottom: 28px;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 32px var(--orange-glow);
}

.pain-card h3,
.diff-card h3 {
  margin-bottom: 18px;
}

.pain-card p,
.diff-card p,
.process-step p {
  color: rgba(240, 240, 240, 0.74);
}

.truth-box {
  max-width: 880px;
  margin: 36px auto 0;
  padding: 28px 30px;
  text-align: center;
  border: 1px solid var(--light-line);
  border-radius: 999px;
  background: rgba(240, 240, 240, 0.07);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.truth-box p {
  font-size: clamp(1.06rem, 1.8vw, 1.28rem);
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 52px;
}

.pillar-card {
  min-height: 352px;
  padding: 30px;
  border: 1px solid rgba(38, 38, 38, 0.08);
  background:
    radial-gradient(circle at 80% 8%, rgba(247, 99, 1, 0.12), transparent 32%),
    rgba(255, 255, 255, 0.58);
  box-shadow: 0 20px 58px rgba(38, 38, 38, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.pillar-card.featured-card {
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 255, 255, 0.34), transparent 34%),
    linear-gradient(145deg, rgba(247, 99, 1, 0.95), rgba(247, 99, 1, 0.8));
  color: #ffffff;
  border-color: rgba(247, 99, 1, 0.4);
  box-shadow: 0 24px 70px rgba(247, 99, 1, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.pillar-index {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 62px;
  border-radius: 18px;
  font-weight: 800;
  color: var(--orange);
  background: rgba(247, 99, 1, 0.1);
}

.featured-card .pillar-index {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
}

.pillar-card p {
  margin-top: 18px;
  color: rgba(38, 38, 38, 0.68);
}

.featured-card p {
  color: rgba(255, 255, 255, 0.84);
}

.process-step {
  min-height: 300px;
  padding: 28px;
  border: 1px solid var(--light-line);
  background:
    linear-gradient(180deg, rgba(240, 240, 240, 0.12), rgba(240, 240, 240, 0.035));
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.process-step span {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 58px;
  border-radius: 999px;
  color: var(--white);
  font-weight: 800;
  background: var(--orange);
  box-shadow: 0 0 0 8px rgba(247, 99, 1, 0.1), 0 18px 44px rgba(247, 99, 1, 0.28);
}

.process-step h3,
.process-step p {
  text-align: center;
}

.process-step h3 {
  font-size: clamp(1.55rem, 2vw, 2.2rem);
  margin-bottom: 14px;
}

.process-step:first-child,
.process-step:nth-child(6) {
  color: #ffffff;
  border-color: rgba(247, 99, 1, 0.72);
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 255, 255, 0.2), transparent 34%),
    linear-gradient(145deg, #ff7a21 0%, var(--orange) 58%, #d85100 100%);
  box-shadow:
    0 20px 52px rgba(247, 99, 1, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.process-step:first-child span,
.process-step:nth-child(6) span {
  color: #ffffff;
  background: var(--dark);
  box-shadow:
    0 0 0 8px rgba(38, 38, 38, 0.1),
    0 14px 34px rgba(38, 38, 38, 0.22);
}

.process-step:first-child p,
.process-step:nth-child(6) p {
  color: rgba(255, 255, 255, 0.86);
}

.differentials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 52px;
}

.diff-card {
  min-height: 318px;
  padding: 30px;
  color: var(--white);
  border: 1px solid rgba(240, 240, 240, 0.12);
  background:
    radial-gradient(circle at 82% 12%, rgba(247, 99, 1, 0.38), transparent 36%),
    var(--dark);
  box-shadow: 0 22px 70px rgba(38, 38, 38, 0.17);
}

.diff-card::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(240, 240, 240, 0.18);
  border-radius: 50%;
  background: radial-gradient(circle, var(--orange) 0 3px, transparent 4px);
}

.diff-card.wide-card {
  grid-column: span 2;
  background:
    radial-gradient(circle at 86% 14%, rgba(247, 99, 1, 0.55), transparent 36%),
    linear-gradient(145deg, rgba(38, 38, 38, 0.96), rgba(38, 38, 38, 0.9));
}

.proof .centered p {
  max-width: 680px;
  margin-inline: auto;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 54px;
}

.video-card {
  position: relative;
  min-height: 560px;
  padding: 0;
  overflow: hidden;
  text-align: left;
  color: #ffffff;
  border: 1px solid rgba(240, 240, 240, 0.14);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 18%, rgba(247, 99, 1, 0.25), transparent 34%),
    linear-gradient(180deg, rgba(240, 240, 240, 0.13), rgba(240, 240, 240, 0.03));
  box-shadow: var(--shadow-deep);
  cursor: pointer;
}

.video-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.68) 100%);
  z-index: 2;
}

.video-card img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  transition: transform 0.65s ease, filter 0.65s ease;
}

.video-card:hover img {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.05);
}

.video-card.is-fallback img {
  display: none;
}

.video-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--font-title);
  font-size: clamp(2rem, 4vw, 3.6rem);
  letter-spacing: -0.06em;
  color: rgba(240, 240, 240, 0.26);
  background:
    radial-gradient(circle at 50% 32%, rgba(247, 99, 1, 0.32), transparent 34%),
    repeating-linear-gradient(135deg, rgba(240, 240, 240, 0.07) 0 1px, transparent 1px 13px);
}

.play-button {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.play-button::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 18px;
  width: 0;
  height: 0;
  border-left: 16px solid #ffffff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

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

.plan-card {
  min-height: 520px;
  padding: 34px;
  border: 1px solid rgba(38, 38, 38, 0.08);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 24px 70px rgba(38, 38, 38, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: flex;
  flex-direction: column;
}

.plan-featured {
  color: #ffffff;
  background:
    radial-gradient(circle at 84% 10%, rgba(255, 255, 255, 0.26), transparent 32%),
    var(--dark);
  border-color: rgba(247, 99, 1, 0.5);
  box-shadow: 0 32px 90px rgba(38, 38, 38, 0.22), 0 0 0 1px rgba(247, 99, 1, 0.08);
  transform: translateY(-18px);
}

.chosen-tag {
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 9px 12px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--orange);
  box-shadow: 0 14px 36px rgba(247, 99, 1, 0.27);
}

.plan-label {
  color: var(--orange);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  margin-bottom: 16px;
}

.plan-card h3 {
  margin-bottom: 18px;
}

.plan-card p:not(.plan-label) {
  color: rgba(38, 38, 38, 0.68);
}

.plan-featured p:not(.plan-label) {
  color: rgba(255, 255, 255, 0.76);
}

.faq-list {
  max-width: 910px;
  margin-top: 44px;
}

.faq-item {
  border: 1px solid var(--light-line);
  border-radius: 24px;
  background: rgba(240, 240, 240, 0.07);
  overflow: hidden;
  transition: background 0.28s ease, border-color 0.28s ease;
}

.faq-item + .faq-item {
  margin-top: 14px;
}

.faq-item[open] {
  background: rgba(240, 240, 240, 0.1);
  border-color: rgba(247, 99, 1, 0.32);
}

.faq-item summary {
  list-style: none;
  position: relative;
  padding: 25px 62px 25px 26px;
  cursor: pointer;
  font-weight: 800;
}

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

.faq-item summary::after,
.faq-item summary::before {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  width: 14px;
  height: 2px;
  background: var(--orange);
  border-radius: 99px;
  transition: transform 0.25s ease;
}

.faq-item summary::before {
  transform: rotate(90deg);
}

.faq-item[open] summary::before {
  transform: rotate(0deg);
}

.faq-item p {
  padding: 0 26px 26px;
  color: rgba(240, 240, 240, 0.72);
}

.final-cta {
  padding-top: clamp(82px, 9vw, 124px);
}

.final-card {
  max-width: 1030px;
  padding: clamp(42px, 7vw, 86px);
  text-align: center;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(38, 38, 38, 0.08);
  background:
    radial-gradient(circle at 18% 8%, rgba(247, 99, 1, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.42));
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.final-card h2 {
  max-width: 820px;
  margin-inline: auto;
  margin-bottom: 32px;
}

.final-microcopy {
  display: block;
  width: 100%;
  margin-top: 16px;
  text-align: center;
}

.site-footer {
  padding: 40px 0 112px;
  color: var(--white);
  background: var(--dark);
}

.footer-inner {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  align-items: center;
  gap: 28px;
}

.footer-brand img {
  width: 130px;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: rgba(240, 240, 240, 0.72);
}

.footer-links a {
  transition: color 0.25s ease;
}

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

.site-footer p {
  font-size: 0.86rem;
  color: rgba(240, 240, 240, 0.54);
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 850;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 20px;
  border: 2px solid #ff9a55;
  border-radius: 18px;
  color: #fff7f1;
  font-weight: 800;
  background:
    radial-gradient(circle at 30% 15%, rgba(255, 255, 255, 0.16), transparent 24%),
    linear-gradient(145deg, #ff812e, var(--orange) 58%, #d85100);
  box-shadow:
    0 0 12px rgba(255, 154, 85, 0.7),
    0 0 34px rgba(247, 99, 1, 0.5),
    0 12px 34px rgba(247, 99, 1, 0.22),
    inset 0 0 14px rgba(255, 154, 85, 0.5);
  text-shadow: 0 0 8px rgba(255, 213, 184, 0.72);
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover {
  color: #ffffff;
  background: linear-gradient(145deg, #ffbc8f, #ff8a3d 56%, var(--orange));
  transform: translateY(-3px);
  box-shadow:
    0 0 14px rgba(255, 190, 145, 0.92),
    0 0 48px rgba(247, 99, 1, 0.66),
    0 18px 42px rgba(247, 99, 1, 0.28),
    inset 0 0 16px rgba(255, 241, 231, 0.66);
}

.whatsapp-float:active {
  transform: translateY(0) scale(0.985);
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.video-modal.is-open {
  display: flex;
}

.video-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.video-dialog {
  position: relative;
  width: min(920px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background: #111111;
  box-shadow: 0 32px 120px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.video-stage {
  aspect-ratio: 16 / 9;
  background: #000000;
}

.video-stage iframe,
.video-stage video {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  padding: 10px 14px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
}

.reveal {
  opacity: 0;
  transform: translateY(24px) scale(0.985);
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.delay-1 { transition-delay: 0.08s; }
.delay-2 { transition-delay: 0.16s; }
.delay-3 { transition-delay: 0.24s; }
.delay-4 { transition-delay: 0.32s; }

@media (max-width: 1120px) {
  .header-cta {
    display: none;
  }

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

  .process-step {
    min-height: auto;
  }

  .process-step span {
    margin-bottom: 24px;
  }

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

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 860px) {
  :root {
    --container: min(100% - 28px, 680px);
  }

  .site-header {
    top: 10px;
  }

  .header-inner {
    min-height: 64px;
    border-radius: 28px;
    padding: 10px 12px 10px 16px;
  }

  .brand-logo {
    width: 112px;
  }

  .nav-toggle {
    display: block;
    margin-left: auto;
  }

  .main-nav {
    position: fixed;
    top: 88px;
    left: 14px;
    right: 14px;
    z-index: 880;
    display: grid;
    gap: 6px;
    padding: 12px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 60px rgba(38, 38, 38, 0.18);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px) scale(0.98);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .nav-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .main-nav a {
    text-align: center;
    padding: 15px;
  }

  .hero {
    padding: 126px 0 70px;
    min-height: auto;
  }

  h1 {
    font-size: clamp(2.0rem, 15vw, 4.0rem);
  }

  h2 {
    font-size: clamp(2.65rem, 12vw, 3.8rem);
  }

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

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

  .btn {
    min-height: 58px;
    width: 100%;
    padding-inline: 18px;
    text-align: center;
  }

  .pain-grid,
  .plans-grid {
    grid-template-columns: 1fr;
  }

  .plan-featured {
    transform: none;
  }

  .pillars-grid,
  .differentials-grid,
  .video-grid {
    grid-template-columns: 1fr;
  }

  .diff-card.wide-card {
    grid-column: auto;
  }

  .pain-card,
  .pillar-card,
  .diff-card,
  .plan-card {
    min-height: auto;
    padding: 28px;
  }

  .pillar-index {
    margin-bottom: 42px;
  }

  .video-card,
  .video-card img {
    min-height: 510px;
  }

  .truth-box {
    border-radius: 28px;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}

@media (max-width: 520px) {
  .centered {
    text-align: center;
  }

  h1 {
    letter-spacing: -0.068em;
  }

  .pain,
  .solution,
  .process,
  .differentials,
  .proof,
  .plans,
  .faq,
  .final-cta {
    padding: 74px 0;
  }

  .video-card,
  .video-card img {
    min-height: 460px;
  }

  .final-card {
    padding: 36px 22px;
    border-radius: 34px;
  }

  .whatsapp-float {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
  }

  .site-footer {
    padding-bottom: 96px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

.section-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.105;
  mix-blend-mode: screen;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.38) 1px, transparent 0),
    linear-gradient(115deg, rgba(255, 255, 255, 0.035), transparent 38%, rgba(247, 99, 1, 0.045));
  background-size: 4px 4px, 130px 130px;
}

/* Interação luminosa dos cards do processo */
.process-step {
  --x: 50%;
  --y: 50%;
  transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease, background 0.28s ease;
}

.process-step::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.28s ease;
  background:
    radial-gradient(circle at var(--x) var(--y), rgba(247, 99, 1, 0.34), transparent 28%),
    radial-gradient(circle at var(--x) var(--y), rgba(255, 255, 255, 0.12), transparent 18%);
}

.process-step > * {
  position: relative;
  z-index: 1;
}

.process-step:hover {
  border-color: rgba(247, 99, 1, 0.42);
  box-shadow:
    0 22px 56px rgba(0, 0, 0, 0.15),
    0 0 38px rgba(247, 99, 1, 0.14),
    inset 0 0 28px rgba(247, 99, 1, 0.06);
  transform: translateY(-4px);
}

.process-step:first-child:hover,
.process-step:nth-child(6):hover {
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow:
    0 24px 58px rgba(247, 99, 1, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.process-step:hover::after {
  opacity: 1;
}

.differentials-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.diff-card,
.diff-card.wide-card {
  grid-column: auto;
  min-height: 310px;
  padding: 28px 24px;
}

.diff-card h3 {
  font-size: clamp(1.38rem, 2vw, 2.25rem);
}

.diff-card p {
  font-size: 0.93rem;
  line-height: 1.65;
}

.video-card::before {
  display: none;
}

.video-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.video-fallback {
  display: none;
  z-index: 1;
}

.video-card.is-fallback .video-fallback {
  display: grid;
}

.video-card.is-fallback {
  background:
    radial-gradient(circle at 50% 32%, rgba(247, 99, 1, 0.32), transparent 34%),
    linear-gradient(180deg, rgba(240, 240, 240, 0.13), rgba(240, 240, 240, 0.03));
}

.plan-list {
  display: grid;
  gap: 12px;
  width: 100%;
  margin: 28px 0 30px;
  padding: 0;
  list-style: none;
}

.plan-list li {
  position: relative;
  padding: 14px 14px 14px 38px;
  border-radius: 16px;
  color: rgba(38, 38, 38, 0.7);
  background: rgba(38, 38, 38, 0.04);
  border: 1px solid rgba(38, 38, 38, 0.06);
  line-height: 1.42;
}

.plan-list li::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 21px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 18px rgba(247, 99, 1, 0.42);
}

.final-card h2 .title-accent {
  display: inline;
}

.final-microcopy {
  margin-inline: auto;
  text-align: center;
}

@media (max-width: 980px) {
  .differentials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .differentials-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .plan-card {
    min-height: auto;
  }
}


/* Modal vertical para YouTube Shorts */
.video-modal.is-vertical {
  padding: 24px;
}

.video-modal.is-vertical .video-dialog {
  width: min(420px, 52vh, calc(100vw - 32px));
  max-width: 100%;
  border-radius: 32px;
}

.video-modal.is-vertical .video-stage {
  aspect-ratio: 9 / 16;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 48px);
}

.video-modal.is-vertical .video-stage iframe,
.video-modal.is-vertical .video-stage video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 520px) {
  .video-modal.is-vertical {
    padding: 14px;
  }

  .video-modal.is-vertical .video-dialog {
    width: min(390px, 100%);
    border-radius: 26px;
  }
}

/* Cards compartilhados e carrossel do processo */
.pain-grid,
.pillars-grid,
.differentials-grid,
.plans-grid {
  align-items: stretch;
}

.pain-card,
.pillar-card,
.diff-card,
.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}

.pain-card,
.pillar-card,
.diff-card {
  min-height: unset;
}

.pain-card {
  padding: clamp(28px, 3vw, 34px);
}

.pillar-card {
  padding: clamp(30px, 3vw, 36px) 26px;
}

.diff-card,
.diff-card.wide-card {
  padding: clamp(30px, 3vw, 36px) 22px;
}

.line-mark,
.pillar-index {
  margin-inline: auto;
}

.line-mark {
  margin-bottom: 22px;
}

.pillar-index {
  margin-bottom: 26px;
}

.pain-card h3,
.pillar-card h3,
.diff-card h3,
.process-step h3 {
  text-align: center;
}

.pain-card p,
.pillar-card p,
.diff-card p,
.process-step p {
  text-align: center;
  max-width: 32ch;
  margin-inline: auto;
}

.diff-card::before {
  top: 22px;
  right: 50%;
  transform: translateX(50%);
  opacity: 0.78;
}

.diff-card h3 {
  margin-top: 56px;
}

.process-carousel {
  margin-top: 56px;
}

.process-viewport {
  overflow: hidden;
  border-radius: var(--radius-lg);
  padding: 2px;
  mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
}

.process-track {
  display: flex;
  align-items: stretch;
  gap: 18px;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.process-step {
  flex: 0 0 calc((100% - 36px) / 3);
  min-height: 290px;
  padding: 30px 24px;
}

.process-step span {
  margin: 0 auto 22px;
}

@media (max-width: 1120px) {
  .process-step {
    flex-basis: calc((100% - 18px) / 2);
    min-height: 280px;
  }
}

@media (max-width: 700px) {
  .process-step {
    flex-basis: min(84vw, 360px);
    min-height: 300px;
  }
}

@media (max-width: 520px) {
  .pain-card,
  .pillar-card,
  .diff-card,
  .process-step {
    padding-inline: 22px;
  }
}

/* Cards da seção Solução */
.pillar-card {
  --pillar-bg: url("img/card-trafego.webp");
  min-height: clamp(300px, 27vw, 360px);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
  background:
    var(--pillar-bg) center / cover no-repeat;
  box-shadow:
    0 24px 70px rgba(38, 38, 38, 0.16),
    inset 0 -110px 90px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.pillar-card:nth-child(1) { --pillar-bg: url("img/card-trafego-opt.webp"); }
.pillar-card:nth-child(2) { --pillar-bg: url("img/card-ia-crm-opt.webp"); }
.pillar-card:nth-child(3) { --pillar-bg: url("img/card-social-media-opt.webp"); }
.pillar-card:nth-child(4) { --pillar-bg: url("img/card-site-opt.webp"); }

.pillar-card.featured-card {
  color: #ffffff;
  background:
    var(--pillar-bg) center / cover no-repeat;
  border-color: rgba(247, 99, 1, 0.44);
  box-shadow:
    0 28px 78px rgba(247, 99, 1, 0.20),
    0 20px 70px rgba(38, 38, 38, 0.16),
    inset 0 -120px 96px rgba(0, 0, 0, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.pillar-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 18%, rgba(247, 99, 1, 0.20), transparent 36%),
    linear-gradient(180deg, rgba(38, 38, 38, 0.05) 0%, rgba(38, 38, 38, 0.18) 42%, rgba(0, 0, 0, 0.64) 100%);
  transition: opacity 0.32s ease, background 0.32s ease;
}

.pillar-card:hover::before {
  background:
    radial-gradient(circle at 50% 18%, rgba(247, 99, 1, 0.28), transparent 38%),
    linear-gradient(180deg, rgba(38, 38, 38, 0.02) 0%, rgba(38, 38, 38, 0.14) 38%, rgba(0, 0, 0, 0.68) 100%);
}

.pillar-card::after {
  z-index: 2;
}

.pillar-card > * {
  position: relative;
  z-index: 1;
}

.pillar-card .pillar-index,
.pillar-card.featured-card .pillar-index {
  color: #ffffff;
  background: rgba(247, 99, 1, 0.82);
  box-shadow:
    0 16px 36px rgba(247, 99, 1, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.pillar-card h3 {
  color: #ffffff;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
}

.pillar-card p,
.pillar-card.featured-card p {
  color: rgba(255, 255, 255, 0.86);
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.36);
}

@media (max-width: 860px) {
  .pillar-card {
    min-height: 310px;
    background-position: center;
  }
}

@media (max-width: 520px) {
  .pillar-card {
    min-height: 290px;
  }
}

.hero .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 860px) {
  .hero {
    padding-top: 110px;
  }
}

@media (max-width: 700px) {
  .hero-copy h1 {
    font-size: clamp(2.25rem, 9.8vw, 3.45rem);
  }

  .hero-copy h1 .title-accent {
    font-size: 1.3em;
  }

  .hero .eyebrow {
    margin-bottom: 12px;
    font-size: 0.64rem;
    letter-spacing: 0.075em;
    line-height: 1.45;
  }

  .hero-subtitle {
    font-size: 1rem;
    line-height: 1.65;
  }
}

/* Entregas detalhadas dos planos */
.plans-grid .plan-card {
  align-items: stretch;
  justify-content: flex-start;
  text-align: left;
}

.plans-grid .plan-card h3 {
  min-height: 2em;
  text-align: left;
}

.plans-grid .chosen-tag {
  align-self: flex-start;
}

.plan-deliveries {
  display: grid;
  gap: 18px;
  width: 100%;
  margin: 8px 0 30px;
}

.plan-group {
  padding: 20px;
  border: 1px solid rgba(38, 38, 38, 0.08);
  border-radius: 22px;
  background: rgba(38, 38, 38, 0.035);
}

.plan-group h4 {
  margin: 0 0 16px;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--orange);
}

.plan-group .plan-list {
  gap: 10px;
  margin: 0;
}

.plan-group .plan-list li {
  min-height: 0;
  padding: 0 0 0 20px;
  border: 0;
  border-radius: 0;
  text-align: left;
  font-size: 0.86rem;
  line-height: 1.5;
  color: rgba(38, 38, 38, 0.7);
  background: transparent;
}

.plan-group .plan-list li::before {
  left: 0;
  top: 0.57em;
  width: 7px;
  height: 7px;
  transform: none;
}

.plan-includes {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(247, 99, 1, 0.18);
  border-radius: 16px;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  color: var(--dark);
  background: rgba(247, 99, 1, 0.09);
}

.plan-featured .plan-group {
  border-color: rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.06);
}

.plan-featured .plan-group .plan-list li {
  color: rgba(255, 255, 255, 0.76);
  background: transparent;
}

.plan-featured .plan-includes {
  color: #ffffff;
  border-color: rgba(247, 99, 1, 0.38);
  background: rgba(247, 99, 1, 0.16);
}

.plans-grid .plan-card .btn {
  margin-top: auto;
}

@media (max-width: 1120px) {
  .plans-grid {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .plan-featured {
    transform: none;
  }

  .plans-grid .plan-card h3 {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .plan-group {
    padding: 18px 16px;
  }

  .plan-group .plan-list li {
    font-size: 0.82rem;
  }
}

/* Grid final da seção Diferenciais */
.differentials-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.diff-card.wide-card {
  grid-column: 2 / 5;
  min-height: 210px;
  flex-direction: row;
  justify-content: flex-start;
  gap: clamp(28px, 4vw, 58px);
  padding: clamp(36px, 4vw, 52px);
  text-align: left;
  border-color: rgba(247, 99, 1, 0.5);
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.24), transparent 28%),
    linear-gradient(125deg, #ff7d25 0%, var(--orange) 55%, #d84f00 100%);
  box-shadow:
    0 24px 64px rgba(247, 99, 1, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.diff-card.wide-card::before {
  top: 50%;
  right: clamp(28px, 4vw, 48px);
  width: 64px;
  height: 64px;
  transform: translateY(-50%);
  border-color: rgba(255, 255, 255, 0.32);
  background: radial-gradient(circle, var(--dark) 0 4px, transparent 5px);
}

.diff-card.wide-card h3 {
  flex: 0 0 auto;
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.2rem);
  text-align: left;
}

.diff-card.wide-card p {
  max-width: 48ch;
  margin: 0;
  padding-right: 72px;
  text-align: left;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.93rem;
}

@media (max-width: 980px) {
  .differentials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .diff-card.wide-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .differentials-grid {
    grid-template-columns: 1fr;
  }

  .diff-card.wide-card {
    grid-column: auto;
    min-height: unset;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    padding: 28px;
    text-align: center;
  }

  .diff-card.wide-card::before {
    top: 22px;
    right: 50%;
    width: 48px;
    height: 48px;
    transform: translateX(50%);
  }

  .diff-card.wide-card h3 {
    margin-top: 54px;
    text-align: center;
  }

  .diff-card.wide-card p {
    padding-right: 0;
    text-align: center;
  }
}

/* Leque interativo dos cards de Dor e Solução */
@media (min-width: 981px) and (hover: hover) {
  .pain-grid,
  .pillars-grid {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 16px;
    padding-block: 34px;
  }

  .pain-grid .pain-card,
  .pillars-grid .pillar-card {
    margin-inline: 0;
    transform:
      translate3d(var(--fan-x), var(--card-offset), 0)
      rotate(var(--card-rotation));
    transform-origin: center center;
    will-change: transform;
    transition: box-shadow 0.65s ease;
  }

  .pain-grid .pain-card {
    flex: 0 0 calc((100% - 32px) / 3);
  }

  .pillars-grid .pillar-card {
    flex: 0 0 calc((100% - 48px) / 4);
  }

  .pain-card:nth-child(1) {
    --fan-x: 68%;
    --card-rotation: -7deg;
    --card-offset: 12px;
    z-index: 1;
  }

  .pain-card:nth-child(2) {
    --fan-x: 0%;
    --card-rotation: -2deg;
    --card-offset: -5px;
    z-index: 2;
  }

  .pain-card:nth-child(3) {
    --fan-x: -68%;
    --card-rotation: 4deg;
    --card-offset: 3px;
    z-index: 3;
  }

  .pillar-card:nth-child(1) {
    --fan-x: 112%;
    --card-rotation: -8deg;
    --card-offset: 14px;
    z-index: 1;
  }

  .pillar-card:nth-child(2) {
    --fan-x: 38%;
    --card-rotation: -3deg;
    --card-offset: -4px;
    z-index: 2;
  }

  .pillar-card:nth-child(3) {
    --fan-x: -38%;
    --card-rotation: 3deg;
    --card-offset: 2px;
    z-index: 3;
  }

  .pillar-card:nth-child(4) {
    --fan-x: -112%;
    --card-rotation: 8deg;
    --card-offset: 16px;
    z-index: 4;
  }

  .pain-grid.is-fan-open .pain-card,
  .pillars-grid.is-fan-open .pillar-card {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  .pain-grid.is-fan-open .pain-card:hover,
  .pillars-grid.is-fan-open .pillar-card:hover {
    z-index: 10;
    transform: translate3d(0, -8px, 0) rotate(0deg) scale(1.018);
  }

  .pain-grid:not(.is-fan-open) .pain-card,
  .pillars-grid:not(.is-fan-open) .pillar-card {
    box-shadow:
      0 26px 54px rgba(0, 0, 0, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }
}

.plan-card {
  transition:
    border-color 0.42s ease,
    box-shadow 0.42s ease,
    background 0.42s ease;
  will-change: transform;
}

.plan-card:hover {
  box-shadow:
    0 30px 82px rgba(38, 38, 38, 0.14),
    0 0 34px rgba(247, 99, 1, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.plan-featured:hover {
  box-shadow:
    0 34px 92px rgba(38, 38, 38, 0.25),
    0 0 38px rgba(247, 99, 1, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.plan-orbit-dot {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 5;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow:
    0 0 7px #ffffff,
    0 0 16px rgba(247, 99, 1, 1),
    0 0 28px rgba(247, 99, 1, 0.72);
  pointer-events: none;
  will-change: left, top;
}

.plan-orbit-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 5px;
  border-radius: 999px;
  opacity: 0.72;
  background: linear-gradient(90deg, rgba(247, 99, 1, 0), rgba(247, 99, 1, 0.5), rgba(255, 255, 255, 0.9));
  filter: blur(3px);
  transform: translate(-100%, -50%) rotate(var(--orbit-angle, 0deg));
  transform-origin: 100% 50%;
}

@media (max-width: 980px) {
  .pain-grid {
    grid-template-columns: 1fr;
  }

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

  .pain-grid .pain-card,
  .pillars-grid .pillar-card {
    transform: none;
  }
}

@media (max-width: 700px) {
  .pillars-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px), (hover: none) {
  .glass-light {
    animation: none;
  }

  .btn::after {
    animation: none;
    opacity: 0.18;
    transform: translateX(-18%);
  }
}
