@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/dm-sans-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/dm-sans-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/dm-sans-latin-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fraunces";
  src: url("assets/fonts/fraunces-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fraunces";
  src: url("assets/fonts/fraunces-latin-500-italic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --cream: #f3ede2;
  --bone: #faf7f0;
  --paper: #f3ede2;
  --green-950: #0e2a20;
  --green-900: #143a2c;
  --green-800: #184935;
  --green-700: #1f5943;
  --green-500: #2f7256;
  --teal: #088891;
  --lime: #9ff022;
  --mint: #9ff022;
  --mint-light: #f3ede2;
  --ink: #1f1a12;
  --muted: #5a5445;
  --line: rgba(20, 58, 44, 0.16);
  --line-light: rgba(243, 234, 219, 0.2);
  --shadow-contact: 0 1px 2px rgba(14, 42, 32, 0.12), 0 6px 16px -12px rgba(14, 42, 32, 0.22);
  --shadow-float: 0 18px 44px -30px rgba(14, 42, 32, 0.32);
  --shadow-deep: 0 30px 80px -48px rgba(5, 24, 17, 0.55);
  --sans: "DM Sans", system-ui, sans-serif;
  --display: "Fraunces", Georgia, serif;
  --shell: min(1320px, calc(100vw - 96px));
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--green-950);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
  content: "";
}

::selection {
  background: var(--mint);
  color: var(--green-950);
}

a {
  color: inherit;
}

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

button {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--mint);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 16px;
  background: var(--bone);
  color: var(--green-950);
  transform: translateY(-150%);
}

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

.page-shell {
  width: var(--shell);
  margin-inline: auto;
}

.scroll-progress {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 300;
  height: 3px;
  pointer-events: none;
}

.scroll-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--mint);
  transform: scaleX(0);
  transform-origin: left;
}

.wordmark {
  font-family: var(--display);
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 18px;
  right: 22px;
  left: 22px;
  z-index: 200;
  height: 66px;
  padding: 0 10px 0 24px;
  border: 1px solid rgba(243, 234, 219, 0.25);
  border-radius: 18px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: var(--cream);
  transition: color 350ms ease, background 350ms ease, box-shadow 350ms ease, border-color 350ms ease;
}

.site-header[data-scrolled] {
  border-color: rgba(20, 58, 44, 0.1);
  background: rgba(250, 247, 240, 0.88);
  box-shadow: 0 2px 3px rgba(14, 42, 32, 0.06), 0 16px 32px -18px rgba(14, 42, 32, 0.22), 0 38px 80px -44px rgba(14, 42, 32, 0.28);
  color: var(--green-950);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
  backdrop-filter: blur(18px) saturate(1.25);
}

.site-header .wordmark {
  justify-self: start;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.main-nav a {
  position: relative;
  font-size: 0.77rem;
  font-weight: 600;
  text-decoration: none;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 250ms ease;
}

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

.header-cta {
  justify-self: end;
  min-width: 190px;
  height: 46px;
  padding: 0 8px 0 18px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: var(--mint);
  box-shadow: 0 2px 0 rgba(14, 42, 32, 0.2), 0 8px 16px -8px rgba(14, 42, 32, 0.45), inset 0 1px rgba(255, 255, 255, 0.55);
  color: var(--green-950);
  font-size: 0.76rem;
  font-weight: 700;
  text-decoration: none;
}

.header-cta strong {
  padding: 8px 10px;
  border-radius: 8px;
  background: var(--green-950);
  color: var(--cream);
  font-size: 0.72rem;
}

.section-kicker {
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--green-500);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.section-kicker::before {
  width: 26px;
  height: 1px;
  background: currentColor;
  content: "";
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

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

em {
  font-weight: 500;
}

.primary-cta {
  position: relative;
  min-height: 62px;
  padding: 0 18px 0 24px;
  border: 0;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  overflow: visible;
  background: var(--mint);
  box-shadow: 0 2px 0 rgba(14, 42, 32, 0.28), 0 10px 18px -8px rgba(0, 0, 0, 0.35), 0 28px 56px -24px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 255, 255, 0.58), inset 0 -1px rgba(14, 42, 32, 0.12);
  color: var(--green-950);
  cursor: pointer;
  font-size: 0.83rem;
  font-weight: 700;
  text-decoration: none;
  transform-origin: center;
}

.primary-cta::before {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(14, 42, 32, 0.18);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.primary-cta svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.primary-cta .cta-burst {
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(144, 208, 158, 0.85), transparent 68%);
  opacity: 0;
  pointer-events: none;
}

/* Hero */
.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--green-950);
  color: var(--cream);
}

.hero-media,
.hero-shade,
.hero-light-field,
.hero-grid {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 52% 50%;
  filter: saturate(0.84) contrast(1.08) blur(0.5px);
  transform: scale(1.035);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 31, 23, 0.94) 0%, rgba(8, 31, 23, 0.8) 34%, rgba(8, 31, 23, 0.22) 62%, rgba(8, 31, 23, 0.18) 100%),
    linear-gradient(180deg, rgba(7, 24, 18, 0.35), transparent 35%, rgba(7, 24, 18, 0.55));
}

.hero-light-field {
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at calc(58% + var(--pointer-x, 0px)) calc(30% + var(--pointer-y, 0px)), rgba(191, 229, 196, 0.18), transparent 22%),
    linear-gradient(115deg, transparent 44%, rgba(255, 255, 255, 0.08) 52%, transparent 59%);
  mix-blend-mode: screen;
}

.hero-product {
  position: absolute;
  top: 6%;
  right: 20%;
  z-index: 3;
  width: min(48vw, 740px);
  aspect-ratio: 3 / 2;
  overflow: hidden;
  pointer-events: none;
  transform: rotate(-5deg);
}

.hero-product::before {
  position: absolute;
  inset: 13% 7%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(144, 208, 158, 0.22);
  filter: blur(54px);
  content: "";
}

.hero-product img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 35px 30px rgba(0, 0, 0, 0.34));
}

.hero-product > i {
  position: absolute;
  right: 10%;
  bottom: 7%;
  left: 10%;
  z-index: -1;
  height: 15%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.42);
  filter: blur(28px);
  transform: rotate(5deg) scaleX(0.78);
}

.hero-webgl {
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-person {
  position: absolute;
  top: 0;
  right: -2%;
  bottom: -1px;
  z-index: 4;
  width: 63%;
  pointer-events: none;
  filter: drop-shadow(-18px 34px 34px rgba(2, 18, 12, 0.3));
  transform-style: preserve-3d;
}

.hero-person img {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: auto;
  max-width: none;
  height: 104%;
  object-fit: contain;
  filter: saturate(1.02) contrast(1.035);
  transform: translateX(-50%);
  transform-origin: 50% 80%;
}

.hero-person::before {
  position: absolute;
  top: 7%;
  bottom: 5%;
  left: 52%;
  z-index: -1;
  width: 34%;
  border-radius: 50%;
  background: rgba(191, 229, 196, 0.24);
  filter: blur(48px);
  content: "";
  transform: translateX(-50%);
}

.hero-person::after {
  position: absolute;
  right: 18%;
  bottom: -16px;
  left: 20%;
  z-index: -2;
  height: 72px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.58);
  filter: blur(32px);
  content: "";
  transform: scaleX(0.82);
}

.hero-person-shadow {
  position: absolute;
  top: 11%;
  bottom: 7%;
  left: 50%;
  z-index: -1;
  width: 36%;
  border-radius: 46%;
  background: rgba(0, 0, 0, 0.3);
  filter: blur(34px);
  transform: translateX(-44%) translate(24px, 20px);
}

.hero-grid {
  z-index: 1;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(243, 234, 219, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(243, 234, 219, 0.2) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, black, transparent 64%);
}

.hero-content {
  position: relative;
  z-index: 7;
  min-height: 100svh;
  padding-top: clamp(150px, 18vh, 205px);
  padding-bottom: 46px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-copy {
  width: min(760px, 58vw);
}

.hero-kicker {
  margin: 0 0 28px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(243, 234, 219, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-kicker i {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 6px rgba(144, 208, 158, 0.12);
}

.hero h1 {
  font-size: clamp(4.7rem, 7.25vw, 7.5rem);
  line-height: 0.87;
}

.hero-line {
  display: block;
  overflow: hidden;
  padding-bottom: 0.08em;
}

.hero-line > span {
  display: block;
  will-change: transform;
}

.hero h1 em {
  color: var(--mint-light);
}

.hero-price-lockup {
  width: max-content;
  margin-top: 22px;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  align-items: end;
  column-gap: 16px;
}

.hero-price-lockup > span {
  grid-column: 1;
  align-self: end;
  padding-bottom: 12px;
  color: rgba(243, 234, 219, 0.72);
  font-size: 0.72rem;
  font-weight: 600;
}

.hero-price-lockup > div {
  grid-column: 2;
  grid-row: 1 / 3;
  display: flex;
  align-items: flex-start;
  color: var(--mint-light);
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.24));
}

.hero-price-lockup small,
.hero-price-lockup sup {
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 500;
}

.hero-price-lockup small { margin-top: 14px; }
.hero-price-lockup sup { margin-top: 9px; }

.hero-price-lockup strong {
  font-family: var(--display);
  font-size: clamp(4.4rem, 6.5vw, 6.8rem);
  font-weight: 500;
  letter-spacing: -0.09em;
  line-height: 0.72;
}

.hero-price-lockup > i {
  grid-column: 1;
  align-self: start;
  color: rgba(243, 234, 219, 0.46);
  font-size: 0.6rem;
  font-style: normal;
}

.hero-action-row {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.hero-safety,
.hero-delivery {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(243, 234, 219, 0.6);
  font-size: 0.69rem;
}

.hero-delivery {
  position: relative;
  min-width: 255px;
  padding: 11px 14px;
  border: 1px solid rgba(191, 229, 196, 0.24);
  border-radius: 12px;
  display: grid;
  gap: 3px;
  background: rgba(14, 42, 32, 0.36);
  box-shadow: 0 14px 30px -22px rgba(0, 0, 0, 0.7), inset 0 1px rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.hero-delivery::before {
  color: var(--mint);
  font-size: 0.49rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  content: "se prescrito";
}

.hero-delivery strong {
  color: rgba(243, 234, 219, 0.88);
  font-size: 0.72rem;
  font-weight: 700;
}

.hero-delivery small {
  color: rgba(243, 234, 219, 0.46);
  font-size: 0.53rem;
}

.hero-safety i,
.offer-reassurance i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mint);
}

.hero-float-card {
  position: absolute;
  right: 1vw;
  bottom: 19vh;
  width: 282px;
  min-height: 90px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 50px 1fr auto;
  align-items: center;
  gap: 13px;
  background: rgba(250, 247, 240, 0.14);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.14), 0 18px 36px -16px rgba(0, 0, 0, 0.44), 0 48px 90px -34px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.27);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
  backdrop-filter: blur(18px) saturate(1.25);
}

.hero-float-card::before {
  position: absolute;
  right: 9%;
  bottom: -19px;
  left: 9%;
  z-index: -1;
  height: 28px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.38);
  filter: blur(15px);
  content: "";
}

.hero-float-card::after {
  position: absolute;
  top: 1px;
  right: 18px;
  left: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  content: "";
}

.float-card-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--cream);
  color: var(--green-950);
}

.float-card-icon svg {
  width: 31px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.hero-float-card > span:nth-child(2) {
  display: grid;
  gap: 3px;
}

.hero-float-card strong {
  font-size: 0.76rem;
}

.hero-float-card small {
  color: rgba(243, 234, 219, 0.6);
  font-size: 0.64rem;
}

.hero-float-card b {
  align-self: start;
  color: var(--mint);
  font-size: 0.63rem;
  font-weight: 600;
}

.scroll-cue {
  width: 175px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(243, 234, 219, 0.62);
  font-size: 0.65rem;
  font-weight: 600;
  text-decoration: none;
}

.scroll-cue > i {
  width: 23px;
  height: 38px;
  border: 1px solid rgba(243, 234, 219, 0.36);
  border-radius: 99px;
  display: flex;
  justify-content: center;
}

.scroll-cue b {
  width: 3px;
  height: 7px;
  margin-top: 7px;
  border-radius: 99px;
  background: var(--mint);
}

/* Editorial radar */
.editorial-radar {
  position: relative;
  overflow: hidden;
  padding: 78px 0 64px;
  border-bottom: 1px solid var(--line);
  background: var(--bone);
}

.editorial-radar::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(144, 208, 158, 0.65), transparent);
  content: "";
}

.editorial-head {
  display: grid;
  grid-template-columns: minmax(430px, 1fr) minmax(280px, 390px) auto;
  align-items: end;
  gap: 48px;
}

.editorial-head .section-kicker {
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.editorial-head .section-kicker i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green-500);
  box-shadow: 0 0 0 5px rgba(47, 114, 86, 0.1);
}

.editorial-head h2 {
  font-size: clamp(2.8rem, 4.2vw, 4.4rem);
  line-height: 0.96;
}

.editorial-head h2 em { color: var(--green-500); }

.editorial-head > p {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.6;
}

.editorial-head > span {
  justify-self: end;
  margin-bottom: 5px;
  color: rgba(20, 58, 44, 0.58);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.editorial-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.news-swipe-hint { display: none; }

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

.news-card > a {
  position: relative;
  display: block;
  color: var(--green-950);
  text-decoration: none;
  transform: translateZ(0);
  transition: transform 350ms cubic-bezier(.2,.7,.2,1);
}

.news-card > a:hover,
.news-card > a:focus-visible {
  outline: none;
  transform: translateY(-7px);
}

.news-preview {
  position: relative;
  aspect-ratio: 1.63;
  overflow: hidden;
  border: 1px solid rgba(20, 58, 44, 0.15);
  border-radius: 18px;
  background: white;
  box-shadow: 0 2px 2px rgba(14, 42, 32, 0.08), 0 23px 42px -25px rgba(14, 42, 32, 0.38), 0 52px 90px -52px rgba(14, 42, 32, 0.34);
  transition: box-shadow 350ms ease;
}

.news-card a:hover .news-preview {
  box-shadow: 0 3px 4px rgba(14, 42, 32, 0.1), 0 28px 48px -22px rgba(14, 42, 32, 0.44), 0 70px 100px -50px rgba(14, 42, 32, 0.4);
}

.news-preview img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
  transition: transform 600ms cubic-bezier(.2,.7,.2,1);
}

.news-card a:hover .news-preview img { transform: scale(1.025); }

.news-preview::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.66), inset 0 -30px 35px -34px rgba(14, 42, 32, 0.24);
  content: "";
  pointer-events: none;
}

.news-preview-origin {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 99px;
  background: rgba(250, 247, 240, 0.84);
  box-shadow: 0 8px 18px -12px rgba(0, 0, 0, 0.48);
  color: var(--green-900);
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.news-preview-fallback {
  width: 100%;
  height: 100%;
  padding: 26px;
  display: grid;
  align-content: center;
  gap: 16px;
  background: linear-gradient(145deg, #fff, var(--paper));
}

.is-international .news-preview-fallback {
  background: linear-gradient(145deg, var(--green-800), var(--green-950));
  color: var(--cream);
}

.news-preview-fallback small {
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-preview-fallback strong {
  font-family: var(--display);
  font-size: clamp(1.3rem, 1.5vw, 1.65rem);
  font-weight: 400;
  line-height: 1.02;
}

.news-caption {
  min-height: 50px;
  padding: 15px 4px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 5px 12px;
}

.news-caption .news-source {
  grid-column: 1;
}

.news-caption time {
  grid-column: 1;
  color: rgba(20, 58, 44, 0.48);
  font-size: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.news-caption > span:last-child {
  grid-column: 2;
  grid-row: 1 / 3;
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--green-500);
  font-size: 0.57rem;
  font-weight: 700;
}

.news-source {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-source i {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--green-500);
}

.news-caption svg {
  width: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  transition: transform 250ms ease;
}

.news-card a:hover .news-caption svg { transform: translateX(4px); }

.news-card-skeleton {
  min-height: 282px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.38);
}

.news-card-skeleton i,
.news-card-skeleton b {
  display: block;
  border-radius: 99px;
  background: rgba(20, 58, 44, 0.08);
}

.news-card-skeleton i { width: 42%; height: 9px; }
.news-card-skeleton b { height: 19px; margin-top: 58px; }
.news-card-skeleton b + b { width: 72%; margin-top: 10px; }

.editorial-foot {
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(20, 58, 44, 0.58);
  font-size: 0.57rem;
}

.editorial-foot > span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
}

.editorial-foot > span i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green-500);
}

.editorial-foot > span:nth-child(2) i { background: var(--mint); }
.editorial-foot p { margin: 0 0 0 auto; }

.trust-strip {
  height: 74px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.trust-track {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.trust-track span {
  min-width: 270px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--green-900);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.trust-track i {
  color: var(--green-500);
  font-size: 0.61rem;
  font-style: normal;
}

.trust-track span[aria-hidden="true"] { display: none; }

@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* Method */
.method {
  position: relative;
  height: 335vh;
  background: var(--cream);
}

.method-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.method-heading {
  position: relative;
  z-index: 3;
  height: 100%;
  padding-top: clamp(110px, 15vh, 160px);
  pointer-events: none;
}

.method-heading h2 {
  width: 54%;
  font-size: clamp(4rem, 6.4vw, 6.7rem);
  line-height: 0.93;
}

.method-heading h2 em {
  color: var(--green-500);
}

.method-progress {
  position: absolute;
  bottom: 54px;
  left: 0;
  width: 38%;
  display: flex;
  align-items: center;
  gap: 18px;
}

.method-progress::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(100% - 55px);
  height: 1px;
  background: var(--line);
  content: "";
}

.method-progress > i {
  position: relative;
  z-index: 1;
  display: block;
  width: calc(100% - 55px);
  height: 2px;
  background: var(--green-500);
  transform: scaleX(0.02);
  transform-origin: left;
}

.method-progress span {
  margin-left: auto;
  color: var(--muted);
  font-size: 0.65rem;
}

.method-progress b {
  color: var(--green-900);
}

.method-visual {
  position: absolute;
  top: 50%;
  right: -4vw;
  z-index: 2;
  width: min(58vw, 840px);
  aspect-ratio: 1;
  transform: translateY(-50%);
}

.method-visual::before {
  position: absolute;
  right: 15%;
  bottom: 16%;
  left: 15%;
  height: 12%;
  border-radius: 50%;
  background: rgba(14, 42, 32, 0.25);
  filter: blur(42px);
  content: "";
  transform: rotate(-6deg) scaleX(0.8);
}

.method-visual::after {
  position: absolute;
  inset: 11%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle at 48% 43%, rgba(144, 208, 158, 0.24), transparent 58%);
  filter: blur(34px);
  content: "";
}

.method-visual canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.method-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(243, 234, 219, 0.25);
  border-radius: 50%;
  display: grid;
  place-content: center;
  gap: 0;
  background: rgba(14, 42, 32, 0.76);
  box-shadow: 0 3px 4px rgba(14, 42, 32, 0.28), 0 20px 32px -16px rgba(14, 42, 32, 0.46), 0 58px 100px -36px rgba(14, 42, 32, 0.46), inset 0 1px rgba(255, 255, 255, 0.18), inset 0 -22px 45px rgba(0, 0, 0, 0.22), inset 0 0 60px rgba(144, 208, 158, 0.12);
  color: var(--cream);
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.method-core span {
  font-family: var(--display);
  font-size: 3.5rem;
  line-height: 0.9;
}

.method-core small {
  margin-top: 8px;
  color: var(--mint);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.method-orbit-label {
  position: absolute;
  z-index: 4;
  padding: 10px 14px;
  border: 1px solid rgba(20, 58, 44, 0.12);
  border-radius: 99px;
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(250, 247, 240, 0.78);
  box-shadow: 0 12px 30px rgba(14, 42, 32, 0.08);
  color: var(--green-900);
  font-size: 0.64rem;
  font-weight: 700;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.method-orbit-label i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green-500);
}

.label-a { top: 23%; left: 13%; }
.label-b { top: 24%; right: 8%; }
.label-c { right: 14%; bottom: 18%; }

.method-steps {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.method-step {
  position: absolute;
  top: auto;
  bottom: 12vh;
  left: 0;
  z-index: 4;
  width: 365px;
  padding: 24px 24px 23px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(250, 247, 240, 0.78);
  box-shadow: var(--shadow-deep), inset 0 1px rgba(255, 255, 255, 0.82), inset 0 -1px rgba(20, 58, 44, 0.05);
  opacity: 0;
  transform: translateY(32px);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.method-step::before {
  position: absolute;
  right: 9%;
  bottom: -24px;
  left: 9%;
  z-index: -1;
  height: 34px;
  border-radius: 50%;
  background: rgba(14, 42, 32, 0.2);
  filter: blur(18px);
  content: "";
}

.method-step::after {
  position: absolute;
  top: 1px;
  right: 26px;
  left: 26px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
  content: "";
}

.method-step > span {
  position: absolute;
  top: 25px;
  right: 25px;
  color: var(--green-500);
  font-size: 0.65rem;
  font-weight: 700;
}

.step-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 36px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--green-900);
  color: var(--mint-light);
}

.step-icon svg {
  width: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.method-step h3 {
  font-size: 2.2rem;
  line-height: 1;
}

.method-step p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

/* Veera criteria */
.intelligence {
  position: relative;
  overflow: hidden;
  padding: clamp(125px, 13vw, 190px) 0;
  background: var(--paper);
}

.intelligence::before {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(20, 58, 44, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 58, 44, 0.1) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: radial-gradient(circle at 50% 58%, black, transparent 68%);
  content: "";
  pointer-events: none;
}

.intelligence-head {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr minmax(300px, 410px);
  align-items: end;
  gap: 80px;
}

.intelligence-head h2 {
  font-size: clamp(4.2rem, 6.5vw, 6.8rem);
  line-height: 0.91;
}

.intelligence-head h2 em { color: var(--green-500); }

.intelligence-head > p {
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.intelligence-stage {
  position: relative;
  min-height: 610px;
  margin-top: 70px;
  overflow: hidden;
  border: 1px solid rgba(243, 234, 219, 0.17);
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% 50%, rgba(144, 208, 158, 0.16), transparent 29%),
    linear-gradient(145deg, #123a2b, #091e17 72%);
  box-shadow: 0 3px 4px rgba(14, 42, 32, 0.18), 0 34px 64px -32px rgba(14, 42, 32, 0.52), 0 92px 150px -70px rgba(14, 42, 32, 0.5), inset 0 1px rgba(255, 255, 255, 0.12);
}

.intel-grid {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(191, 229, 196, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(191, 229, 196, 0.22) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(circle, black, transparent 74%);
}

.intel-beam {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(144, 208, 158, 0.35) 50%, transparent calc(50% + 1px)),
    linear-gradient(transparent calc(50% - 1px), rgba(144, 208, 158, 0.35) 50%, transparent calc(50% + 1px));
  filter: drop-shadow(0 0 13px rgba(144, 208, 158, 0.25));
}

.intel-card {
  position: absolute;
  z-index: 3;
  width: min(29%, 330px);
  min-height: 188px;
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 22px;
  background: rgba(250, 247, 240, 0.91);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.18), 0 25px 50px -23px rgba(0, 0, 0, 0.62), inset 0 1px rgba(255, 255, 255, 0.88);
  color: var(--green-950);
  -webkit-backdrop-filter: blur(18px) saturate(1.16);
  backdrop-filter: blur(18px) saturate(1.16);
}

.intel-card-evidence { top: 35px; left: 35px; }
.intel-card-doctor { top: 35px; right: 35px; }
.intel-card-pharmacy { bottom: 35px; left: 35px; }
.intel-card-context { right: 35px; bottom: 35px; }

.intel-index {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--green-500);
  font-size: 0.58rem;
  font-weight: 700;
}

.intel-card > p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.intel-card > strong {
  display: block;
  max-width: 84%;
  font-family: var(--display);
  font-size: 1.68rem;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.intel-signal {
  height: 40px;
  margin-top: 24px;
  display: flex;
  align-items: end;
  gap: 7px;
}

.intel-signal i {
  width: 5px;
  height: var(--height, 55%);
  border-radius: 99px;
  display: block;
  background: var(--green-500);
  transform-origin: bottom;
}

.intel-signal i:nth-child(2) { --height: 82%; }
.intel-signal i:nth-child(3) { --height: 44%; }
.intel-signal i:nth-child(4) { --height: 100%; }
.intel-signal i:nth-child(5) { --height: 70%; }
.intel-signal i:nth-child(6) { --height: 88%; }
.intel-signal i:nth-child(7) { --height: 58%; }

.intel-checks {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.intel-checks i {
  padding: 7px 9px;
  border-radius: 99px;
  background: rgba(47, 114, 86, 0.1);
  color: var(--green-700);
  font-size: 0.52rem;
  font-weight: 700;
  font-style: normal;
}

.intel-context-line {
  position: relative;
  height: 33px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.intel-context-line::before {
  position: absolute;
  right: 8px;
  left: 8px;
  height: 1px;
  background: var(--line);
  content: "";
}

.intel-context-line i,
.intel-context-line b {
  position: relative;
  width: 14px;
  height: 14px;
  border: 4px solid var(--paper);
  border-radius: 50%;
  background: var(--green-500);
  box-shadow: 0 0 0 1px var(--line);
}

.intel-context-line b { width: 24px; height: 24px; background: var(--green-900); }

.intel-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 192px;
  aspect-ratio: 1;
  border: 1px solid rgba(191, 229, 196, 0.34);
  border-radius: 50%;
  display: grid;
  place-content: center;
  background: rgba(8, 31, 23, 0.92);
  box-shadow: 0 0 0 18px rgba(144, 208, 158, 0.05), 0 0 0 38px rgba(144, 208, 158, 0.025), 0 28px 60px rgba(0, 0, 0, 0.38), inset 0 1px rgba(255, 255, 255, 0.14), inset 0 -30px 50px rgba(0, 0, 0, 0.3);
  color: var(--cream);
  text-align: center;
  transform: translate(-50%, -50%);
}

.intel-core > i {
  width: 8px;
  height: 8px;
  margin: 0 auto 13px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 7px rgba(144, 208, 158, 0.1), 0 0 22px var(--mint);
}

.intel-core span,
.intel-core small {
  color: rgba(243, 234, 219, 0.55);
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.intel-core strong {
  margin: 2px 0 9px;
  font-family: var(--display);
  font-size: 2.35rem;
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1;
}

.intelligence-proof {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--green-900);
  font-size: 0.65rem;
  font-weight: 700;
}

.intelligence-proof span { display: flex; align-items: center; gap: 9px; }
.intelligence-proof i { color: var(--green-500); font-size: 0.54rem; font-style: normal; }
.intelligence-proof b { width: min(10vw, 130px); height: 1px; background: var(--line); }

/* Authority */
.authority {
  position: relative;
  overflow: hidden;
  padding: clamp(130px, 14vw, 200px) 0;
  background: var(--bone);
}

.authority::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
  width: 1px;
  background: linear-gradient(transparent, var(--line) 16%, var(--line) 84%, transparent);
  content: "";
}

.authority-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(85px, 10vw, 150px);
}

.doctor-stage {
  position: relative;
  min-height: 710px;
  perspective: 1200px;
  transform-style: preserve-3d;
}

.doctor-stage::after {
  position: absolute;
  right: 11%;
  bottom: -28px;
  left: 3%;
  z-index: -1;
  height: 70px;
  border-radius: 50%;
  background: rgba(14, 42, 32, 0.22);
  filter: blur(30px);
  content: "";
  transform: rotate(-3deg) scaleX(0.86);
}

.doctor-halo {
  position: absolute;
  top: 15%;
  right: 6%;
  left: 6%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(144, 208, 158, 0.4), rgba(144, 208, 158, 0) 67%);
  filter: blur(18px);
}

.doctor-portrait {
  position: absolute;
  top: 0;
  right: 10%;
  bottom: 0;
  left: 0;
  margin: 0;
  border-radius: 220px 220px 24px 24px;
  overflow: hidden;
  background: var(--cream);
  box-shadow: 0 2px 2px rgba(14, 42, 32, 0.15), 0 24px 46px -20px rgba(14, 42, 32, 0.34), 0 70px 130px -42px rgba(14, 42, 32, 0.36), inset 0 1px rgba(255, 255, 255, 0.75);
  transform: translateZ(20px);
}

.doctor-portrait::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 64%, rgba(14, 42, 32, 0.4));
  content: "";
}

.doctor-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.doctor-id {
  position: absolute;
  right: 0;
  bottom: 35px;
  z-index: 3;
  min-width: 365px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 17px;
  display: flex;
  align-items: center;
  gap: 13px;
  background: rgba(250, 247, 240, 0.82);
  box-shadow: var(--shadow-deep), inset 0 1px rgba(255, 255, 255, 0.78);
  transform: translateZ(70px);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.doctor-id i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green-500);
  box-shadow: 0 0 0 7px rgba(47, 114, 86, 0.1);
}

.doctor-id span {
  display: grid;
  gap: 4px;
}

.doctor-id strong {
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 500;
}

.doctor-id small {
  color: var(--muted);
  font-size: 0.65rem;
}

.doctor-proof {
  position: absolute;
  top: 23%;
  right: 0;
  z-index: 4;
  width: 108px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 50%;
  display: grid;
  place-content: center;
  background: var(--green-900);
  box-shadow: 0 3px 4px rgba(14, 42, 32, 0.24), 0 20px 36px -14px rgba(14, 42, 32, 0.48), 0 48px 80px -30px rgba(14, 42, 32, 0.42), inset 0 1px rgba(255, 255, 255, 0.16);
  color: var(--cream);
  text-align: center;
  transform: translateZ(90px);
}

.doctor-video-callout {
  position: absolute;
  top: 49%;
  left: -24px;
  z-index: 5;
  min-width: 230px;
  min-height: 70px;
  padding: 10px 16px 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(250, 247, 240, 0.86);
  box-shadow: var(--shadow-deep), inset 0 1px rgba(255, 255, 255, 0.9);
  color: var(--green-950);
  cursor: pointer;
  text-align: left;
  transform: translateZ(95px);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  backdrop-filter: blur(18px) saturate(1.2);
}

.video-play {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--green-900);
  box-shadow: 0 7px 16px -8px rgba(14, 42, 32, 0.65), inset 0 1px rgba(255, 255, 255, 0.16);
}

.video-play i {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid var(--mint);
}

.doctor-video-callout > span:last-child {
  display: grid;
  gap: 3px;
}

.doctor-video-callout strong {
  font-size: 0.73rem;
}

.doctor-video-callout small {
  color: var(--muted);
  font-size: 0.58rem;
}

.doctor-proof b {
  font-family: var(--display);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}

.doctor-proof span {
  margin-top: 4px;
  color: var(--mint);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.authority-copy h2,
.objections-heading h2 {
  font-size: clamp(4.2rem, 6.2vw, 6.5rem);
  line-height: 0.94;
}

.authority-copy h2 em,
.objections-heading h2 em {
  color: var(--green-500);
}

.authority-lead {
  max-width: 480px;
  margin: 32px 0 42px;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  line-height: 1.55;
}

.proof-list {
  border-top: 1px solid var(--line);
}

.proof-list > div {
  min-height: 66px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 14px;
  font-size: 0.78rem;
  font-weight: 600;
}

.proof-list i {
  color: var(--green-500);
  font-size: 0.62rem;
  font-style: normal;
}

.proof-list b {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(144, 208, 158, 0.2);
  color: var(--green-500);
  font-size: 0.68rem;
}

/* Consultation */
.consultation {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: var(--green-950);
  color: var(--cream);
}

.consultation-grid-lines {
  position: absolute;
  inset: 0;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(243, 234, 219, 0.26) 1px, transparent 1px),
    linear-gradient(90deg, rgba(243, 234, 219, 0.26) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: radial-gradient(circle at 75% 50%, black, transparent 67%);
}

.consultation-glow {
  position: absolute;
  top: 50%;
  right: 8vw;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(144, 208, 158, 0.22), transparent 67%);
  filter: blur(20px);
  transform: translateY(-50%);
}

.consultation-content {
  position: relative;
  z-index: 2;
  padding: 140px 0 110px;
}

.consultation .section-kicker {
  color: var(--mint);
}

.consultation h2 {
  max-width: 650px;
  font-size: clamp(4.5rem, 7.5vw, 7.7rem);
  line-height: 0.9;
}

.consultation h2 em {
  color: var(--mint-light);
}

.offer-facts {
  width: 570px;
  margin: 42px 0 32px;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.offer-facts span {
  min-height: 88px;
  display: grid;
  place-content: center start;
  gap: 4px;
  color: rgba(243, 234, 219, 0.6);
  font-size: 0.63rem;
}

.offer-facts span + span {
  padding-left: 22px;
  border-left: 1px solid var(--line-light);
}

.offer-facts i {
  color: var(--cream);
  font-family: var(--display);
  font-size: 1.65rem;
  font-style: normal;
  line-height: 1;
}

.offer-cta {
  min-width: 320px;
}

.offer-reassurance {
  margin: 16px 0 0;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(243, 234, 219, 0.55);
  font-size: 0.66rem;
}

.appointment-object {
  position: absolute;
  top: 50%;
  right: clamp(4vw, 8vw, 12vw);
  z-index: 2;
  width: min(35vw, 480px);
  perspective: 1100px;
  transform: translateY(-50%);
  transform-style: preserve-3d;
}

.appointment-floor {
  position: absolute;
  right: 5%;
  bottom: -48px;
  left: 5%;
  height: 70px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.46);
  filter: blur(30px);
  transform: rotate(-4deg) scaleX(0.84);
}

.appointment-screen {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 36px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(155deg, rgba(250, 247, 240, 0.96), rgba(224, 236, 222, 0.84));
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.28), 0 30px 58px -22px rgba(0, 0, 0, 0.55), 0 90px 150px -55px rgba(0, 0, 0, 0.62), inset 0 1px rgba(255, 255, 255, 0.95), inset 0 -1px rgba(14, 42, 32, 0.08);
  color: var(--green-950);
  transform: rotateY(-9deg) rotateX(3deg);
  transform-style: preserve-3d;
  -webkit-backdrop-filter: blur(20px) saturate(1.1);
  backdrop-filter: blur(20px) saturate(1.1);
}

.appointment-screen::before {
  position: absolute;
  top: 0;
  right: 15%;
  left: 15%;
  height: 1px;
  background: linear-gradient(90deg, transparent, white, transparent);
  content: "";
}

.appointment-top {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(20, 58, 44, 0.12);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  font-size: 0.62rem;
  font-weight: 700;
}

.appointment-top > i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green-500);
  box-shadow: 0 0 0 6px rgba(47, 114, 86, 0.1);
}

.appointment-top b {
  padding: 6px 9px;
  border-radius: 99px;
  background: rgba(47, 114, 86, 0.1);
  color: var(--green-500);
  font-size: 0.52rem;
}

.appointment-choice {
  padding: 66px 0 46px;
  display: grid;
  justify-items: center;
  text-align: center;
}

.appointment-choice small {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 700;
}

.appointment-choice strong {
  margin-top: 7px;
  font-family: var(--display);
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.appointment-choice span {
  margin-top: 15px;
  padding: 8px 12px;
  border-radius: 99px;
  background: var(--green-950);
  color: var(--mint-light);
  font-family: var(--display);
  font-size: 0.9rem;
}

.appointment-doctor {
  padding: 16px;
  border: 1px solid rgba(20, 58, 44, 0.11);
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 13px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 12px 30px -22px rgba(14, 42, 32, 0.34), inset 0 1px rgba(255, 255, 255, 0.9);
}

.appointment-doctor > i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--green-900);
  color: var(--mint);
  font-size: 0.7rem;
  font-style: normal;
}

.appointment-doctor > span { display: grid; gap: 3px; }
.appointment-doctor strong { font-size: 0.68rem; }
.appointment-doctor small { color: var(--muted); font-size: 0.56rem; }

.appointment-action {
  min-height: 58px;
  margin-top: 12px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--green-900);
  box-shadow: 0 14px 25px -14px rgba(14, 42, 32, 0.48), inset 0 1px rgba(255, 255, 255, 0.14);
  color: var(--cream);
  font-size: 0.65rem;
  font-weight: 600;
}

.appointment-action i {
  color: var(--mint);
  font-size: 0.9rem;
  font-style: normal;
}

/* Objections */
.objections {
  padding: clamp(120px, 13vw, 190px) 0;
  background: var(--bone);
}

.objections-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(80px, 11vw, 170px);
}

.faq-list {
  border-top: 1px solid var(--line);
}

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

.faq-list summary {
  min-height: 96px;
  display: grid;
  grid-template-columns: 48px 1fr 24px;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  font-family: var(--display);
  font-size: clamp(1.25rem, 1.7vw, 1.6rem);
  list-style: none;
}

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

.faq-list summary > span {
  color: var(--green-500);
  font-family: var(--sans);
  font-size: 0.63rem;
  font-weight: 700;
}

.faq-list summary i {
  position: relative;
  width: 20px;
  height: 20px;
}

.faq-list summary i::before,
.faq-list summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: var(--green-900);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 250ms ease;
}

.faq-list summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list details[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-list details p {
  max-width: 630px;
  margin: -10px 0 28px 62px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.65;
}

/* Closing */
.closing {
  position: relative;
  min-height: 78vh;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: var(--green-950);
  color: var(--cream);
  text-align: center;
}

.closing-film,
.closing-film-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.closing-film {
  object-fit: cover;
  object-position: center 45%;
  filter: saturate(0.75) contrast(1.08);
  transform: scale(1.035);
}

.closing-film-shade {
  background:
    linear-gradient(90deg, rgba(9, 31, 23, 0.94) 0%, rgba(9, 31, 23, 0.82) 44%, rgba(9, 31, 23, 0.45) 100%),
    linear-gradient(180deg, rgba(9, 31, 23, 0.16), rgba(9, 31, 23, 0.62));
}

.closing-content {
  position: relative;
  z-index: 2;
}

.closing-content > p {
  margin: 0 0 24px;
  color: var(--mint);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.closing h2 {
  font-size: clamp(4.7rem, 8.8vw, 9rem);
  line-height: 0.88;
}

.closing h2 em {
  color: var(--mint-light);
}

.closing-cta {
  margin-top: 38px;
  background: var(--mint);
  color: var(--green-950);
}

.closing-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(76vw, 1050px);
  aspect-ratio: 1;
  border: 1px solid rgba(243, 234, 219, 0.12);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.closing-orbit i {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(243, 234, 219, 0.09);
  border-radius: 50%;
}

.closing-orbit i:nth-child(2) { inset: 25%; }
.closing-orbit i:nth-child(3) { inset: 38%; }

.closing-orbit b {
  position: absolute;
  top: 6%;
  left: 50%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(14, 42, 32, 0.72);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.22), 0 24px 55px -20px rgba(0, 0, 0, 0.55), inset 0 1px rgba(255, 255, 255, 0.18);
  color: var(--mint-light);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  font-family: var(--display);
  font-size: 2rem;
  transform: translateX(-50%);
}

.site-footer {
  min-height: 120px;
  padding: 30px 48px;
  border-top: 1px solid rgba(243, 234, 219, 0.13);
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  gap: 30px;
  background: var(--green-950);
  color: var(--cream);
}

.site-footer p {
  max-width: 620px;
  margin: 0 auto;
  color: rgba(243, 234, 219, 0.46);
  font-size: 0.59rem;
  line-height: 1.5;
  text-align: center;
}

.site-footer > span {
  justify-self: end;
  color: rgba(243, 234, 219, 0.45);
  font-size: 0.61rem;
}

.site-footer .media-credit {
  color: rgba(243, 234, 219, 0.42);
  font-size: 0.48rem;
  text-decoration: none;
  transition: color 220ms ease;
}

.site-footer .media-credit:hover { color: rgba(243, 234, 219, 0.72); }

.mobile-conversion {
  display: none;
}

.next-step {
  width: min(520px, calc(100vw - 32px));
  padding: 42px;
  border: 1px solid rgba(243, 234, 219, 0.2);
  border-radius: 28px;
  background: var(--green-950);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.4);
  color: var(--cream);
}

.next-step::backdrop {
  background: rgba(8, 25, 19, 0.75);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

.next-step-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(243, 234, 219, 0.2);
  border-radius: 50%;
  background: transparent;
  color: var(--cream);
  cursor: pointer;
  font-size: 1.3rem;
}

.next-step-visual {
  position: relative;
  width: 105px;
  height: 105px;
  margin-bottom: 28px;
  border: 1px solid rgba(144, 208, 158, 0.25);
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.next-step-visual i {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(144, 208, 158, 0.17);
  border-radius: 50%;
}

.next-step-visual i:nth-child(2) { inset: 25px; }

.next-step-visual b {
  color: var(--mint);
  font-size: 1.3rem;
}

.next-step .section-kicker {
  color: var(--mint);
}

.next-step h2 {
  font-size: 3.1rem;
  line-height: 0.98;
}

.next-step > p:not(.section-kicker) {
  margin: 22px 0 28px;
  color: rgba(243, 234, 219, 0.62);
  font-size: 0.85rem;
  line-height: 1.6;
}

.doctor-video-dialog {
  width: min(920px, calc(100vw - 40px));
  max-height: min(90vh, 820px);
  padding: 0;
  border: 1px solid rgba(243, 234, 219, 0.2);
  border-radius: 30px;
  overflow: hidden;
  grid-template-columns: minmax(300px, 0.78fr) 1fr;
  background: var(--green-950);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24), 0 48px 110px -28px rgba(0, 0, 0, 0.65), 0 90px 180px -52px rgba(0, 0, 0, 0.58);
  color: var(--cream);
}

.doctor-video-dialog[open] {
  display: grid;
}

.doctor-video-dialog::backdrop {
  background: rgba(6, 20, 15, 0.82);
  -webkit-backdrop-filter: blur(14px) saturate(0.8);
  backdrop-filter: blur(14px) saturate(0.8);
}

.doctor-video-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 4;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  background: rgba(14, 42, 32, 0.6);
  color: var(--cream);
  cursor: pointer;
  font-size: 1.25rem;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.doctor-video-frame {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: #102b22;
}

.doctor-video-frame::after {
  position: absolute;
  inset: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset -24px 0 55px -34px rgba(0, 0, 0, 0.7);
  content: "";
  pointer-events: none;
}

.doctor-video-frame video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.doctor-video-copy {
  padding: 90px 58px 60px;
  align-self: center;
}

.doctor-video-copy .section-kicker {
  color: var(--mint);
}

.doctor-video-copy h2 {
  font-size: clamp(3.2rem, 5vw, 5.3rem);
  line-height: 0.94;
}

.doctor-video-copy > p:last-child {
  margin: 28px 0 0;
  color: rgba(243, 234, 219, 0.58);
  font-size: 0.75rem;
  line-height: 1.55;
}

@media (max-width: 980px) {
  :root { --shell: min(calc(100vw - 48px), 880px); }
  .main-nav { display: none; }
  .site-header { grid-template-columns: 1fr 1fr; }
  .hero-copy { width: 75vw; }
  .hero h1 { font-size: clamp(4rem, 9vw, 6rem); }
  .editorial-head { grid-template-columns: 1fr minmax(260px, 340px); }
  .editorial-head > span { grid-column: 2; grid-row: 2; }
  .editorial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-float-card { right: 0; }
  .method-heading h2 { width: 58%; font-size: 5.2rem; }
  .method-visual { right: -20vw; width: 75vw; }
  .authority-grid { gap: 65px; }
  .doctor-stage { min-height: 600px; }
  .doctor-id { min-width: 320px; }
  .appointment-object { right: -5vw; width: 43vw; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100vw - 32px); }

  html { scroll-padding-top: 68px; }

  .site-header {
    top: 10px;
    right: 10px;
    left: 10px;
    height: 58px;
    padding: 0 7px 0 17px;
    border-color: rgba(243, 234, 219, 0.2);
    border-radius: 15px;
  }

  .wordmark { font-size: 1.5rem; }

  .header-cta {
    min-width: auto;
    height: 43px;
    padding: 0 6px 0 14px;
    gap: 10px;
    border-radius: 11px;
  }

  .header-cta span { font-size: 0.69rem; }
  .header-cta strong { padding: 7px 8px; }

  .hero { min-height: 100svh; }

  .hero-media img {
    object-position: 64% center;
    transform: scale(1.02);
  }

  .hero-person {
    top: 8%;
    right: -43%;
    bottom: 38%;
    width: 134%;
    opacity: 0.94;
    filter: drop-shadow(-10px 24px 28px rgba(2, 18, 12, 0.26));
  }

  .hero-person img { height: 102%; }
  .hero-product {
    top: 7%;
    right: -7%;
    width: 88vw;
    opacity: 0.64;
    transform: rotate(-10deg);
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(7, 26, 19, 0.24) 0%, rgba(7, 26, 19, 0.06) 27%, rgba(7, 26, 19, 0.63) 61%, rgba(7, 26, 19, 0.98) 100%),
      linear-gradient(90deg, rgba(7, 26, 19, 0.25), transparent 75%);
  }

  .hero-grid {
    opacity: 0.12;
    background-size: 54px 54px;
    mask-image: linear-gradient(180deg, transparent 22%, black 82%);
  }

  .hero-content {
    padding-top: 88px;
    padding-bottom: 22px;
    justify-content: flex-end;
  }

  .hero-copy { width: 100%; }

  .hero-kicker {
    margin-bottom: 16px;
    font-size: 0.57rem;
  }

  .hero h1 {
    font-size: clamp(2.72rem, 11.6vw, 3.05rem);
    line-height: 0.9;
  }

  .hero-line > span { white-space: nowrap; }

  .hero-price-lockup { margin-top: 14px; column-gap: 10px; }
  .hero-price-lockup > span { padding-bottom: 8px; font-size: 0.64rem; }
  .hero-price-lockup strong { font-size: 4.25rem; }
  .hero-price-lockup small,
  .hero-price-lockup sup { font-size: 1rem; }
  .hero-price-lockup small { margin-top: 10px; }
  .hero-price-lockup sup { margin-top: 6px; }
  .hero-price-lockup > i { font-size: 0.54rem; }
  .hero-action-row {
    margin-top: 10px;
    flex-direction: column;
    align-items: stretch;
    gap: 9px;
  }
  .hero-action-row .primary-cta { width: 100%; min-height: 58px; }
  .hero-safety,
  .hero-delivery {
    position: relative;
    bottom: auto;
    left: auto;
    order: -1;
    min-width: 0;
    padding: 9px 12px;
  }
  .hero-float-card { display: none; }
  .scroll-cue { display: none; }

  .editorial-radar { padding: 62px 0 48px; overflow: hidden; }
  .editorial-head { grid-template-columns: 1fr; gap: 18px; }
  .editorial-head h2 { font-size: clamp(3rem, 13vw, 4.1rem); }
  .editorial-head > p { max-width: 330px; }
  .editorial-head > span { grid-column: auto; grid-row: auto; justify-self: start; }
  .news-swipe-hint {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(20, 58, 44, 0.58);
    font-size: 0.56rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .news-swipe-hint i { color: var(--green-500); font-size: 1rem; font-style: normal; }
  .editorial-grid {
    width: 100%;
    max-width: none;
    margin-top: 12px;
    padding: 0 22px 8px 0;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .editorial-grid::-webkit-scrollbar { display: none; }
  .news-card { flex: 0 0 82vw; scroll-snap-align: start; }
  .news-card > a { min-height: 255px; }
  .news-card h3 { font-size: 1.65rem; }
  .editorial-foot { width: calc(100vw - 32px); flex-wrap: wrap; gap: 12px 18px; }
  .editorial-foot p { width: 100%; margin: 0; }

  .trust-strip { height: 62px; }
  .trust-track { width: max-content; justify-content: flex-start; animation: marquee 24s linear infinite; }
  .trust-track span { min-width: 220px; font-size: 0.69rem; }
  .trust-track span[aria-hidden="true"] { display: flex; }

  .method { height: 315vh; }

  .method-heading {
    padding-top: 94px;
  }

  .method-heading h2 {
    width: 100%;
    font-size: clamp(3.25rem, 13.5vw, 4.25rem);
    line-height: 0.91;
  }

  .section-kicker { margin-bottom: 17px; font-size: 0.6rem; }

  .method-visual {
    top: 60%;
    right: -32vw;
    width: 120vw;
  }

  .method-core {
    width: 110px;
    height: 110px;
  }

  .method-core span { font-size: 2.55rem; }
  .method-core small { font-size: 0.52rem; }
  .method-orbit-label { padding: 8px 10px; font-size: 0.55rem; }
  .label-a { top: 21%; left: 15%; }
  .label-b { top: 24%; right: 2%; }
  .label-c { right: 8%; bottom: 17%; }

  .method-progress {
    bottom: 30px;
    width: 100%;
  }

  .method-step {
    bottom: 14vh;
    left: 0;
    width: calc(100vw - 32px);
    padding: 18px;
    border-radius: 18px;
  }

  .step-icon { width: 48px; height: 48px; margin-bottom: 20px; }
  .step-icon svg { width: 29px; }
  .method-step h3 { font-size: 1.8rem; }

  .intelligence { padding: 100px 0 105px; }

  .intelligence-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .intelligence-head h2 {
    font-size: clamp(3.65rem, 14.7vw, 4.25rem);
    line-height: 0.91;
  }

  .intelligence-head > p { max-width: 340px; font-size: 0.8rem; }

  .intelligence-stage {
    min-height: 0;
    margin-top: 44px;
    padding: 16px;
    border-radius: 26px;
    display: grid;
    gap: 9px;
  }

  .intel-grid { background-size: 42px 42px; }
  .intel-beam { display: none; }

  .intel-card {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    min-height: 101px;
    padding: 17px 18px 16px 59px;
    border-radius: 17px;
    display: grid;
    align-content: center;
  }

  .intel-card::before {
    position: absolute;
    top: 50%;
    left: 18px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--green-900);
    color: var(--mint);
    font-size: 0.52rem;
    font-weight: 700;
    content: attr(data-step);
    transform: translateY(-50%);
  }

  .intel-index { display: none; }
  .intel-card > p { margin-bottom: 4px; font-size: 0.53rem; }
  .intel-card > strong { max-width: 100%; font-size: 1.28rem; }
  .intel-signal,
  .intel-checks,
  .intel-context-line { display: none; }

  .intel-core {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    min-height: 124px;
    aspect-ratio: auto;
    margin-top: 7px;
    border-radius: 18px;
    transform: none;
  }

  .intel-core > i { margin-bottom: 9px; }
  .intel-core strong { font-size: 2rem; }

  .intelligence-proof {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
  }

  .intelligence-proof span { justify-content: center; gap: 4px; font-size: 0.5rem; }
  .intelligence-proof b { display: none; }

  .authority { padding: 110px 0 120px; }
  .authority::before { display: none; }

  .authority-grid {
    grid-template-columns: 1fr;
    gap: 78px;
  }

  .doctor-stage { min-height: 560px; }

  .doctor-portrait {
    right: 7%;
    border-radius: 160px 160px 20px 20px;
  }

  .doctor-id {
    right: 0;
    bottom: 22px;
    min-width: min(330px, 92vw);
    padding: 16px;
  }

  .doctor-proof {
    top: 20%;
    width: 88px;
  }

  .doctor-video-callout {
    top: 52%;
    left: -4px;
    min-width: 205px;
    min-height: 62px;
    padding: 8px 12px 8px 8px;
  }

  .video-play { width: 44px; height: 44px; }

  .authority-copy h2,
  .objections-heading h2 {
    font-size: clamp(3.7rem, 14vw, 5rem);
  }

  .authority-lead { margin: 22px 0 30px; font-size: 0.95rem; }

  .consultation {
    min-height: 1120px;
    align-items: flex-start;
  }

  .consultation-content { padding: 100px 0 72px; }

  .consultation h2 {
    font-size: clamp(3.85rem, 15vw, 5.2rem);
  }

  .offer-facts {
    width: 100%;
    margin: 30px 0 24px;
  }

  .offer-facts span { min-height: 74px; }
  .offer-facts span + span { padding-left: 12px; }
  .offer-facts i { font-size: 1.25rem; }
  .offer-cta { width: 100%; min-width: 0; }

  .appointment-object {
    top: auto;
    right: 6vw;
    bottom: 70px;
    width: 88vw;
    transform: none;
  }

  .appointment-screen { min-height: 430px; padding: 20px; border-radius: 28px; transform: none; }
  .appointment-choice { padding: 45px 0 34px; }
  .appointment-choice strong { font-size: 3rem; }

  .objections { padding: 110px 0; }

  .objections-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .faq-list summary {
    min-height: 82px;
    grid-template-columns: 32px 1fr 22px;
    gap: 10px;
    font-size: 1.16rem;
  }

  .faq-list details p { margin: 0 20px 24px 42px; font-size: 0.78rem; }

  .closing { min-height: 80vh; padding: 80px 0 110px; }
  .closing-film { object-position: 64% center; }
  .closing-film-shade {
    background: linear-gradient(180deg, rgba(9, 31, 23, 0.32), rgba(9, 31, 23, 0.9) 58%, rgba(9, 31, 23, 0.98));
  }
  .closing h2 { font-size: clamp(4rem, 17vw, 5.6rem); }
  .closing-content > p { font-size: 0.65rem; }
  .closing-cta { width: 100%; }

  .site-footer {
    padding: 38px 24px 110px;
    grid-template-columns: 1fr auto;
  }

  .site-footer p { grid-column: 1 / -1; grid-row: 2; text-align: left; }

  .mobile-conversion {
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 190;
    padding: 6px;
    border: 1px solid rgba(20, 58, 44, 0.1);
    border-radius: 16px;
    display: block;
    background: rgba(250, 247, 240, 0.9);
    box-shadow: 0 18px 50px rgba(14, 42, 32, 0.2);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    transition: transform 300ms ease, opacity 300ms ease;
  }

  .mobile-conversion[data-hidden] {
    opacity: 0;
    pointer-events: none;
    transform: translateY(120%);
  }

  .mobile-conversion a {
    min-height: 52px;
    padding: 0 9px 0 17px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--green-900);
    color: var(--cream);
    font-size: 0.74rem;
    font-weight: 700;
    text-decoration: none;
  }

  .mobile-conversion strong {
    padding: 9px 12px;
    border-radius: 8px;
    background: var(--mint);
    color: var(--green-950);
  }

  .next-step { padding: 34px 24px 28px; border-radius: 22px; }
  .next-step h2 { font-size: 2.65rem; }

  .doctor-video-dialog {
    width: calc(100vw - 20px);
    max-height: 94vh;
    border-radius: 24px;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(430px, 66vh) auto;
  }

  .doctor-video-frame { min-height: 0; }
  .doctor-video-copy { padding: 28px 24px 30px; }
  .doctor-video-copy .section-kicker { margin-bottom: 12px; }
  .doctor-video-copy h2 { font-size: 2.5rem; }
  .doctor-video-copy > p:last-child { margin-top: 14px; }
}

/* Autoridade v2 — protocolos construídos por uma rede médica. */
.authority { padding: clamp(110px, 12vw, 170px) 0; }

.authority-grid {
  grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(70px, 8vw, 128px);
}

.protocol-stage {
  position: relative;
  width: min(100%, 440px);
  margin-inline: auto;
}

.protocol-stage::before {
  position: absolute;
  top: 10%;
  right: -18%;
  width: 68%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(47, 114, 86, 0.11);
  filter: blur(55px);
  content: "";
}

.protocol-reel {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  padding: 0;
  border: 1px solid rgba(20, 58, 44, 0.14);
  border-radius: 30px;
  display: block;
  overflow: hidden;
  background: var(--green-950);
  box-shadow:
    0 2px 2px rgba(14, 42, 32, 0.12),
    0 28px 60px -30px rgba(14, 42, 32, 0.4),
    0 75px 130px -60px rgba(14, 42, 32, 0.45);
  color: var(--cream);
  cursor: pointer;
  text-align: left;
  transform: translateZ(0);
}

.protocol-reel video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 700ms cubic-bezier(.2,.75,.2,1), filter 450ms ease;
}

.protocol-reel-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 28, 21, 0.08) 45%, rgba(8, 28, 21, 0.86) 100%),
    linear-gradient(90deg, rgba(8, 28, 21, 0.12), transparent 42%);
  pointer-events: none;
}

.protocol-reel-label {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(10, 40, 29, 0.67);
  color: rgba(243, 234, 219, 0.86);
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.protocol-reel-label i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 4px rgba(144, 208, 158, 0.1);
}

.protocol-reel-play {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  min-height: 76px;
  padding: 10px 14px 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 13px;
  background: rgba(9, 36, 26, 0.78);
  box-shadow: 0 18px 36px -26px rgba(0, 0, 0, 0.8), inset 0 1px rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  backdrop-filter: blur(14px) saturate(1.1);
}

.protocol-reel-play .video-play {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border-radius: 50%;
  background: var(--cream);
  box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.7);
}

.protocol-reel-play .video-play b {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid var(--green-900);
}

.protocol-reel-play > span:last-child { display: grid; gap: 4px; }
.protocol-reel-play strong { color: var(--cream); font-size: 0.72rem; }
.protocol-reel-play small { color: rgba(243, 234, 219, 0.55); font-size: 0.54rem; }

@media (hover: hover) and (pointer: fine) {
  .protocol-reel:hover video { filter: saturate(1.04) contrast(1.02); transform: scale(1.025); }
  .protocol-reel:hover .protocol-reel-play .video-play { transform: scale(1.06); }
}

.authority-copy h2 {
  max-width: 720px;
  font-size: clamp(3.8rem, 5.35vw, 5.8rem);
  line-height: 0.94;
}

.authority-lead {
  max-width: 610px;
  margin: 28px 0 34px;
  font-size: clamp(0.95rem, 1.2vw, 1.12rem);
}

.protocol-cycle { border-top: 1px solid var(--line); }

.protocol-cycle > div {
  min-height: 79px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.protocol-cycle > div > i {
  width: 27px;
  height: 27px;
  border: 1px solid rgba(47, 114, 86, 0.17);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(47, 114, 86, 0.055);
  color: var(--green-500);
  font-size: 0.48rem;
  font-style: normal;
  font-weight: 700;
}

.protocol-cycle span { display: grid; gap: 4px; }
.protocol-cycle strong { color: var(--green-950); font-size: 0.72rem; }
.protocol-cycle small { max-width: 530px; color: var(--muted); font-size: 0.59rem; line-height: 1.4; }

.protocol-outcome {
  margin: 24px 0 0;
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  align-items: start;
  gap: 13px;
}

.protocol-outcome > i {
  width: 7px;
  height: 7px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--green-500);
  box-shadow: 0 0 0 6px rgba(47, 114, 86, 0.09);
}

.protocol-outcome span { display: grid; gap: 3px; }
.protocol-outcome strong { color: var(--green-500); font-size: 0.52rem; letter-spacing: 0.12em; text-transform: uppercase; }
.protocol-outcome small { max-width: 530px; color: var(--green-900); font-size: 0.66rem; line-height: 1.5; }

@media (max-width: 980px) {
  .authority-grid { grid-template-columns: minmax(290px, 0.78fr) 1.22fr; gap: 55px; }
  .protocol-stage { width: min(100%, 360px); }
  .authority-copy h2 { font-size: clamp(3.1rem, 5.6vw, 4.4rem); }
}

@media (max-width: 720px) {
  .authority { padding: 96px 0 108px; }
  .authority-grid { grid-template-columns: 1fr; gap: 58px; }
  .protocol-stage { width: min(76vw, 300px); }
  .protocol-reel { border-radius: 24px; }
  .protocol-reel-label { top: 13px; left: 13px; font-size: 0.4rem; }
  .protocol-reel-play { right: 12px; bottom: 12px; left: 12px; min-height: 67px; border-radius: 15px; }
  .protocol-reel-play .video-play { width: 43px; height: 43px; flex-basis: 43px; }
  .protocol-reel-play strong { font-size: 0.64rem; }
  .authority-copy h2 { font-size: clamp(3rem, 12.6vw, 4rem); }
  .authority-lead { margin: 22px 0 28px; font-size: 0.87rem; }
  .protocol-cycle > div { min-height: 84px; }
  .protocol-outcome { margin-top: 22px; }
}

@media (max-width: 360px) {
  .protocol-stage { width: min(74vw, 250px); }
}

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

  .hero-delivery-motion { display: none !important; }
  .hero-delivery-still { display: block !important; }
}

/* Hero v7 — prioridade final para Reels e controles responsivos */
.hero-content {
  grid-template-columns: minmax(0, 1fr) minmax(270px, 320px);
  column-gap: clamp(42px, 5vw, 86px);
}

.hero-copy { align-self: center; }

.hero-explainer {
  width: min(24vw, 320px);
  padding: 7px;
  justify-self: end;
  border-radius: 27px;
}

.hero-explainer-media {
  aspect-ratio: 9 / 16;
  border-radius: 21px;
}

.hero-explainer-media video { object-position: center; }

.hero-explainer-shade {
  background:
    linear-gradient(180deg, rgba(7, 27, 20, 0.08), transparent 48%, rgba(7, 27, 20, 0.72)),
    linear-gradient(90deg, rgba(9, 31, 24, 0.08), transparent 46%);
}

.hero-explainer-preview { top: 13px; left: 13px; }

.hero-video-toggle {
  top: 13px;
  right: 13px;
  bottom: auto;
}

.hero-explainer-caption {
  position: absolute;
  right: 17px;
  bottom: 17px;
  left: 17px;
  z-index: 3;
  min-height: 0;
  padding: 14px 14px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 15px;
  display: block;
  background: rgba(7, 27, 20, 0.72);
  box-shadow: 0 12px 28px -16px rgba(0, 0, 0, 0.72), inset 0 1px rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(14px) saturate(0.88);
  backdrop-filter: blur(14px) saturate(0.88);
}

.hero-explainer-caption > span { font-size: 0.48rem; }

.hero-explainer-caption strong {
  margin-top: 7px;
  display: block;
  font-size: clamp(1.12rem, 1.55vw, 1.45rem);
  line-height: 0.98;
}

.hero-explainer-caption small { display: none; }

@media (max-width: 980px) and (min-width: 721px) {
  .hero-content {
    grid-template-columns: minmax(0, 1fr) 280px;
    column-gap: 34px;
  }

  .hero-explainer { width: 280px; }
}

@media (max-width: 720px) {
  .hero-content {
    display: block;
    padding-top: 82px;
  }

  .hero-explainer {
    top: auto;
    right: auto;
    left: auto;
    width: min(54vw, 190px);
    margin-inline: auto;
    padding: 5px;
    border-radius: 23px;
  }

  .hero-explainer-media {
    aspect-ratio: 9 / 16;
    border-radius: 18px;
  }

  .hero-explainer-preview { top: 10px; left: 10px; padding: 5px 7px; }

  .hero-video-toggle {
    top: 10px;
    right: 10px;
    bottom: auto;
    min-height: 32px;
    padding: 0 9px;
  }

  .hero-video-toggle span { display: none; }

  .hero-explainer-caption {
    right: 10px;
    bottom: 10px;
    left: 10px;
    min-height: 0;
    padding: 11px 10px 10px;
    border-radius: 12px;
  }

  .hero-explainer-caption > span { font-size: 0.39rem; }
  .hero-explainer-caption strong { margin-top: 5px; font-size: 1rem; }
  .hero-copy { margin-top: 22px; }
}

@media (max-width: 390px) {
  .hero-price-lockup { padding-right: 10px; padding-left: 10px; }
  .hero-price-lockup > strong { font-size: 1.68rem; }
}

@media (max-width: 360px) {
  .header-cta {
    min-width: 0;
    height: 43px;
    padding: 0 13px;
    font-size: 0.66rem;
    line-height: 1;
    white-space: nowrap;
  }

  .hero h1 { font-size: 2rem; }

  .hero-conversion {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
  }

  .hero-price-lockup {
    min-width: 0;
    min-height: 58px;
    padding: 0 9px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 5px;
    overflow: hidden;
  }

  .hero-price-lockup > span {
    min-width: 0;
    font-size: 0.53rem;
    line-height: 1.05;
  }

  .hero-price-lockup > span small { font-size: 0.43rem; }
  .hero-price-lockup > strong { font-size: 1.58rem; }

  .hero-conversion .primary-cta {
    min-width: 0;
    min-height: 58px;
    padding: 0 9px 0 12px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 18px;
    align-items: center;
    gap: 6px;
    overflow: hidden;
    font-size: 0.65rem;
    line-height: 1.12;
    text-align: left;
  }

  .hero-conversion .primary-cta svg { width: 18px; }

  .hero-delivery {
    display: grid;
    grid-template-columns: 7px minmax(0, 1fr);
    gap: 3px 7px;
    align-items: center;
  }

  .hero-delivery > i { grid-row: 1 / 3; }
  .hero-delivery span { grid-column: 2; }
}

/* Hero v9 — Reel protagonista e malha mobile equilibrada */
.hero-content {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 400px);
  column-gap: clamp(48px, 5.6vw, 92px);
}

.hero-explainer {
  width: min(29vw, 400px, calc((100svh - 150px) * 9 / 16));
}

.hero-pillars > div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
}

.hero-pillars strong {
  justify-self: start;
  text-align: left;
}

@media (max-width: 980px) and (min-width: 721px) {
  .hero-content {
    grid-template-columns: minmax(0, 1fr) 330px;
    column-gap: 38px;
  }

  .hero-explainer {
    width: min(35vw, 330px, calc((100svh - 140px) * 9 / 16));
  }
}

/* Hierarquia final da credencial GLP-1 — protege contra regras legadas do hero. */
.hero-kicker {
  position: relative;
  width: max-content;
  min-height: 42px;
  margin-bottom: 25px;
  padding-left: 0;
  display: grid;
  grid-template-columns: 40px max-content;
  grid-template-rows: 16px 20px;
  align-items: center;
  column-gap: 13px;
  row-gap: 1px;
}

.hero-kicker::before {
  top: 3px;
  bottom: 3px;
  left: 46px;
}

.hero-kicker-pen {
  position: relative;
  top: auto;
  left: auto;
  width: 40px;
  height: 40px;
  grid-column: 1;
  grid-row: 1 / 3;
  transform: rotate(-7deg);
}

.hero-kicker-pen svg { width: 37px; height: 37px; }

.hero-kicker-copy {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
}

.hero-kicker > strong {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
}

.hero-kicker-beam {
  top: calc(-1 * clamp(145px, 21vh, 215px));
  left: -45px;
  width: 132px;
  height: clamp(180px, 27vh, 270px);
  opacity: 0.1;
  filter: blur(24px);
}

.hero-kicker:hover .hero-kicker-pen,
.hero-kicker:focus-within .hero-kicker-pen { animation-name: pen-settle-final; }

@keyframes pen-settle-final {
  0% { transform: rotate(-7deg); }
  44% { transform: translate(3px, 2px) rotate(3deg) scale(1.06); }
  100% { transform: rotate(-7deg); }
}

@media (max-width: 720px) {
  .hero-kicker {
    min-height: 37px;
    margin-bottom: 14px;
    grid-template-columns: 35px max-content;
    grid-template-rows: 14px 18px;
    column-gap: 11px;
  }

  .hero-kicker::before { left: 40px; }
  .hero-kicker-pen { width: 35px; height: 35px; }
  .hero-kicker-pen svg { width: 33px; height: 33px; }
  .hero-kicker-beam { left: -42px; width: 120px; opacity: 0.075; }
}

@media (max-width: 720px) {
  .hero-explainer { width: min(64vw, 224px); }

  .hero-conversion {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hero-price-lockup {
    width: 100%;
    min-width: 0;
    min-height: 62px;
    padding: 0 12px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    overflow: hidden;
  }

  .hero-price-lockup > span {
    min-width: 0;
    align-self: center;
    line-height: 1.05;
  }

  .hero-price-lockup > strong {
    justify-self: end;
    align-self: center;
    font-size: 1.72rem;
  }

  .hero-conversion .primary-cta {
    width: 100%;
    min-width: 0;
    min-height: 62px;
    padding: 0 13px 0 15px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 18px;
    align-items: center;
    gap: 8px;
    overflow: hidden;
    line-height: 1.12;
    text-align: left;
  }

  .hero-conversion .primary-cta > span {
    min-width: 0;
    align-self: center;
  }

  .hero-conversion .primary-cta svg {
    width: 18px;
    justify-self: end;
  }

  .hero-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
  }

  .hero-pillars > div {
    min-height: 34px;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 9px;
  }

  .hero-pillars > div > span {
    justify-self: start;
  }

  .hero-pillars strong {
    align-self: center;
    font-size: 0.54rem;
    line-height: 1.15;
  }
}

@media (max-width: 360px) {
  .hero-conversion { gap: 8px; }

  .hero-price-lockup {
    min-height: 60px;
    padding: 0 10px;
    gap: 6px;
  }

  .hero-price-lockup > strong { font-size: 1.52rem; }

  .hero-conversion .primary-cta {
    min-height: 60px;
    padding: 0 11px 0 13px;
    gap: 7px;
  }

  .hero-pillars { gap: 10px 12px; }
}

/* Hero v6 — players 9:16, pilares da jornada e mobile estreito */
.hero-content {
  grid-template-columns: minmax(0, 1fr) minmax(270px, 320px);
  column-gap: clamp(42px, 5vw, 86px);
}

.hero-copy { align-self: center; }

.hero-explainer {
  width: min(24vw, 320px);
  padding: 7px;
  justify-self: end;
  border-radius: 27px;
}

.hero-explainer-media {
  aspect-ratio: 9 / 16;
  border-radius: 21px;
}

.hero-explainer-media video {
  object-position: 50% center;
}

.hero-explainer-shade {
  background:
    linear-gradient(180deg, rgba(7, 27, 20, 0.08), transparent 48%, rgba(7, 27, 20, 0.72)),
    linear-gradient(90deg, rgba(9, 31, 24, 0.08), transparent 46%);
}

.hero-explainer-preview {
  top: 13px;
  left: 13px;
}

.hero-video-toggle {
  top: 13px;
  right: 13px;
  bottom: auto;
}

.hero-explainer-caption {
  position: absolute;
  right: 17px;
  bottom: 17px;
  left: 17px;
  z-index: 3;
  min-height: 0;
  padding: 14px 14px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 15px;
  display: block;
  background: rgba(7, 27, 20, 0.72);
  box-shadow: 0 12px 28px -16px rgba(0, 0, 0, 0.72), inset 0 1px rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(14px) saturate(0.88);
  backdrop-filter: blur(14px) saturate(0.88);
}

.hero-explainer-caption > span { font-size: 0.48rem; }

.hero-explainer-caption strong {
  margin-top: 7px;
  display: block;
  font-size: clamp(1.12rem, 1.55vw, 1.45rem);
  line-height: 0.98;
}

.hero-explainer-caption small { display: none; }

.hero-pillars {
  max-width: 620px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.hero-pillars > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(243, 234, 219, 0.72);
}

.hero-pillars > div > span {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.09);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

/* Família vetorial animada: mesma gramática, movimento somente por intenção. */
.hero-pillar-icon svg {
  width: 27px;
  height: 27px;
  display: block;
  overflow: visible;
  fill: none;
  stroke: var(--mint-light);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 3px 8px rgba(191, 229, 196, 0.12));
}

.hero-pillar-icon .icon-fill {
  fill: rgba(191, 229, 196, 0.13);
  stroke: none;
}

.hero-pillar-icon .motion-main,
.hero-pillar-icon .motion-accent,
.hero-pillar-icon .icon-fill {
  transform-box: view-box;
  transform-origin: center;
}

.hero-pillar-icon .motion-accent {
  stroke: var(--mint);
  transform-origin: center;
}

.hero-pillars > div:focus-visible {
  outline: 1px solid rgba(191, 229, 196, 0.48);
  outline-offset: 4px;
}

@media (hover: hover) and (pointer: fine) {
  .hero-pillars > div:hover .hero-pillar-icon svg,
  .hero-pillars > div:focus-visible .hero-pillar-icon svg {
    stroke: #0d3c2b;
    filter: drop-shadow(0 5px 9px rgba(7, 31, 23, 0.25));
  }

  .hero-pillars > div:hover .hero-pillar-icon .icon-fill,
  .hero-pillars > div:focus-visible .hero-pillar-icon .icon-fill { fill: rgba(13, 60, 43, 0.14); }

  .hero-pillars > div[data-pillar="doctor"]:hover .motion-accent,
  .hero-pillars > div[data-pillar="doctor"]:focus-visible .motion-accent {
    animation: pillar-pulse 900ms cubic-bezier(.2,.75,.2,1) both;
  }

  .hero-pillars > div[data-pillar="medicine"]:hover .motion-main,
  .hero-pillars > div[data-pillar="medicine"]:focus-visible .motion-main {
    animation: pillar-medicine 720ms cubic-bezier(.2,.75,.2,1) both;
  }

  .hero-pillars > div[data-pillar="food"]:hover .motion-accent,
  .hero-pillars > div[data-pillar="food"]:focus-visible .motion-accent {
    animation: pillar-steam 820ms cubic-bezier(.2,.75,.2,1) both;
  }

  .hero-pillars > div[data-pillar="movement"]:hover .motion-main,
  .hero-pillars > div[data-pillar="movement"]:focus-visible .motion-main {
    animation: pillar-run 720ms cubic-bezier(.2,.75,.2,1) both;
  }

  .hero-pillars > div[data-pillar="daily"]:hover .icon-check,
  .hero-pillars > div[data-pillar="daily"]:focus-visible .icon-check {
    animation: pillar-check 760ms cubic-bezier(.2,.75,.2,1) both;
  }

  .hero-pillars > div[data-pillar="app"]:hover .motion-accent,
  .hero-pillars > div[data-pillar="app"]:focus-visible .motion-accent {
    animation: pillar-bars 780ms cubic-bezier(.2,.75,.2,1) both;
  }
}

@keyframes pillar-pulse {
  0% { transform: scale(1); opacity: 1; }
  38% { transform: scale(1.55); opacity: 0.34; }
  72% { transform: scale(0.9); opacity: 0.8; }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes pillar-medicine {
  0% { transform: rotate(0deg) scale(1); }
  42% { transform: rotate(-10deg) scale(1.06); }
  76% { transform: rotate(3deg) scale(1.02); }
  100% { transform: rotate(0deg) scale(1); }
}

@keyframes pillar-steam {
  0% { transform: translateY(2px); opacity: 0.15; }
  45% { transform: translateY(-3px); opacity: 1; }
  100% { transform: translateY(-7px); opacity: 0.2; }
}

@keyframes pillar-run {
  0% { transform: translateX(0) rotate(0deg); }
  40% { transform: translateX(2px) rotate(-4deg); }
  72% { transform: translateX(-1px) rotate(2deg); }
  100% { transform: translateX(0) rotate(0deg); }
}

@keyframes pillar-check {
  0% { stroke-dasharray: 28; stroke-dashoffset: 28; opacity: 0; }
  28% { opacity: 1; }
  100% { stroke-dasharray: 28; stroke-dashoffset: 0; opacity: 1; }
}

@keyframes pillar-bars {
  0% { transform: scaleY(0.3); opacity: 0.25; }
  55% { transform: scaleY(1.18); opacity: 1; }
  100% { transform: scaleY(1); opacity: 1; }
}

/* Caneta editorial e feixe sutil na credencial de especialidade. */
.hero-kicker { isolation: isolate; padding-left: 58px; }

.hero-kicker::before { left: 45px; }

.hero-kicker-beam {
  position: absolute;
  top: calc(-1 * clamp(150px, 22vh, 225px));
  left: -31px;
  z-index: -2;
  width: 150px;
  height: clamp(190px, 28vh, 285px);
  opacity: 0.22;
  background: linear-gradient(180deg, rgba(191, 229, 196, 0), rgba(191, 229, 196, 0.34) 64%, rgba(191, 229, 196, 0));
  filter: blur(17px);
  clip-path: polygon(44% 0, 56% 0, 100% 100%, 0 100%);
  pointer-events: none;
  transform: rotate(4deg);
}

.hero-kicker-pen {
  position: absolute;
  top: 50%;
  left: 0;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  transform: translateY(-50%) rotate(-7deg);
}

.hero-kicker-pen svg {
  width: 34px;
  height: 34px;
  overflow: visible;
  fill: none;
  stroke: var(--mint-light);
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 7px 13px rgba(5, 24, 17, 0.34));
}

.hero-kicker-pen .icon-fill { fill: rgba(191, 229, 196, 0.12); stroke: none; }
.hero-kicker-pen .pen-point { fill: rgba(191, 229, 196, 0.15); }
.hero-kicker-pen .pen-stroke { stroke-dasharray: 72; stroke-dashoffset: 72; }

.hero-kicker-pen > i {
  position: absolute;
  right: 4px;
  bottom: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--mint-light);
  box-shadow: 0 0 14px 5px rgba(191, 229, 196, 0.28);
  opacity: 0.65;
}

.hero-kicker-copy { grid-column: 2; grid-row: 1; letter-spacing: 0.17em; }

.hero-kicker:hover .hero-kicker-pen,
.hero-kicker:focus-within .hero-kicker-pen { animation: pen-settle 760ms cubic-bezier(.2,.75,.2,1) both; }

.hero-kicker:hover .pen-stroke,
.hero-kicker:focus-within .pen-stroke { animation: pen-write 760ms cubic-bezier(.2,.75,.2,1) both; }

@keyframes pen-settle {
  0% { transform: translateY(-50%) rotate(-7deg); }
  44% { transform: translate(3px, -45%) rotate(3deg) scale(1.06); }
  100% { transform: translateY(-50%) rotate(-7deg); }
}

@keyframes pen-write {
  0% { stroke-dashoffset: 72; opacity: 0.3; }
  65%, 100% { stroke-dashoffset: 0; opacity: 1; }
}

.hero-pillars img {
  width: 17px;
  height: 17px;
  opacity: 0.9;
}

.hero-pillars strong {
  min-width: 0;
  font-size: 0.57rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.15;
}

.doctor-video-dialog {
  width: min(780px, calc(100vw - 40px));
  grid-template-columns: minmax(290px, 330px) 1fr;
}

.doctor-video-frame {
  width: 100%;
  min-height: 0;
  aspect-ratio: 9 / 16;
}

.doctor-video-frame video { object-position: center; }

@media (max-width: 980px) and (min-width: 721px) {
  .hero-content {
    grid-template-columns: minmax(0, 1fr) 280px;
    column-gap: 34px;
  }

  .hero-explainer { width: 280px; }
  .hero-pillars { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .hero-content {
    display: block;
    padding-top: 82px;
  }

  .hero-explainer {
    width: min(54vw, 190px);
    margin-inline: auto;
    padding: 5px;
    border-radius: 23px;
  }

  .hero-explainer-media { border-radius: 18px; }
  .hero-explainer-preview { top: 10px; left: 10px; padding: 5px 7px; }

  .hero-video-toggle {
    top: 10px;
    right: 10px;
    min-height: 32px;
    padding: 0 9px;
  }

  .hero-video-toggle span { display: none; }

  .hero-explainer-caption {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 11px 10px 10px;
    border-radius: 12px;
  }

  .hero-explainer-caption > span { font-size: 0.39rem; }
  .hero-explainer-caption strong { margin-top: 5px; font-size: 1rem; }

  .hero-copy { margin-top: 22px; }

  .hero-pillars {
    width: 100%;
    margin-top: 20px;
    padding-top: 15px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 12px;
  }

  .hero-pillars > div > span {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    border-radius: 9px;
  }

  .hero-pillars img { width: 15px; height: 15px; }
  .hero-pillars strong { font-size: 0.53rem; }

  .doctor-video-dialog {
    width: calc(100vw - 24px);
    max-height: 94vh;
    overflow: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .doctor-video-frame {
    width: min(70vw, 270px);
    margin: 14px auto 0;
    border-radius: 20px;
    overflow: hidden;
  }

  .doctor-video-frame::after { border-right: 0; }
  .doctor-video-copy { padding: 22px 24px 26px; }
}

@media (max-width: 360px) {
  .header-cta {
    min-width: 0;
    height: 43px;
    padding: 0 13px;
    font-size: 0.66rem;
    line-height: 1;
    white-space: nowrap;
  }

  .hero h1 { font-size: 2rem; }

  .hero-conversion {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
  }

  .hero-price-lockup {
    min-width: 0;
    min-height: 58px;
    padding: 0 9px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 5px;
    overflow: hidden;
  }

  .hero-price-lockup > span {
    min-width: 0;
    font-size: 0.53rem;
    line-height: 1.05;
  }

  .hero-price-lockup > span small { font-size: 0.43rem; }
  .hero-price-lockup > strong { font-size: 1.58rem; }

  .hero-conversion .primary-cta {
    min-width: 0;
    min-height: 58px;
    padding: 0 9px 0 12px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 18px;
    align-items: center;
    gap: 6px;
    overflow: hidden;
    font-size: 0.65rem;
    line-height: 1.12;
    text-align: left;
  }

  .hero-conversion .primary-cta svg { width: 18px; }

  .hero-delivery {
    display: grid;
    grid-template-columns: 7px minmax(0, 1fr);
    gap: 3px 7px;
    align-items: center;
  }

  .hero-delivery > i { grid-row: 1 / 3; }
  .hero-delivery span { grid-column: 2; }
}

/* Hero v2 — foco, silêncio visual e conversão */
.site-header { grid-template-columns: 1fr 1fr; }

.hero {
  min-height: 100svh;
  background: #12372a;
}

.hero::before {
  position: absolute;
  inset: 0 50% 0 0;
  background: #103126;
  content: "";
}

.hero-person {
  top: auto;
  right: -1%;
  bottom: 0;
  width: 52%;
  height: 92%;
  filter: drop-shadow(-22px 30px 34px rgba(2, 18, 12, 0.2));
}

.hero-person img {
  height: 91%;
  filter: saturate(0.96) contrast(1.015);
}

.hero-person::before {
  top: 13%;
  bottom: 4%;
  width: 40%;
  background: rgba(191, 229, 196, 0.1);
  filter: blur(60px);
}

.hero-person::after {
  right: 24%;
  left: 25%;
  height: 50px;
  opacity: 0.52;
}

.hero-person-shadow { opacity: 0.36; }

.hero-content {
  min-height: 100svh;
  padding-top: 138px;
  padding-bottom: 72px;
  justify-content: center;
}

.hero-copy { width: min(780px, 53vw); }

.hero-kicker {
  margin-bottom: 24px;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(3.9rem, 4.7vw, 5.5rem);
  line-height: 0.96;
}

.hero-line { padding-bottom: 0.12em; }
.hero-line > span { white-space: nowrap; }

.hero-conversion {
  margin-top: 40px;
  display: flex;
  align-items: stretch;
  gap: 12px;
}

.hero-price-lockup {
  width: auto;
  min-width: 236px;
  min-height: 64px;
  margin: 0;
  padding: 0 20px;
  border: 1px solid rgba(243, 234, 219, 0.18);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: rgba(7, 28, 21, 0.2);
}

.hero-price-lockup > span {
  padding: 0;
  display: grid;
  gap: 3px;
  color: rgba(243, 234, 219, 0.8);
  font-size: 0.67rem;
  font-weight: 600;
}

.hero-price-lockup > span small {
  color: rgba(243, 234, 219, 0.46);
  font-family: var(--sans);
  font-size: 0.54rem;
  font-weight: 400;
}

.hero-price-lockup > strong {
  color: var(--mint-light);
  font-family: var(--display);
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1;
  white-space: nowrap;
}

.hero-conversion .primary-cta {
  min-width: 218px;
  min-height: 64px;
}

.hero-delivery {
  min-width: 0;
  margin: 18px 0 0;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  box-shadow: none;
  color: rgba(243, 234, 219, 0.48);
  font-size: 0.58rem;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.hero-delivery::before { content: none; }

.hero-delivery > i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 5px rgba(144, 208, 158, 0.1);
}

.hero-delivery strong {
  color: rgba(243, 234, 219, 0.78);
  font-size: 0.61rem;
}

.hero-delivery span { color: rgba(243, 234, 219, 0.42); }

@media (max-width: 980px) {
  .hero-copy { width: 57vw; }
  .hero h1 { font-size: clamp(3.4rem, 6.4vw, 4.5rem); }
  .hero-conversion { flex-direction: column; width: 270px; }
  .hero-conversion .primary-cta { width: 100%; }
}

@media (max-width: 720px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-cta { padding: 0 15px; }

  .hero::before {
    inset: 56% 0 0;
    background: #103126;
  }

  .hero-person {
    top: 64px;
    right: -31%;
    bottom: 43%;
    width: 124%;
    height: auto;
    opacity: 0.96;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 82%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 82%, transparent 100%);
  }

  .hero-person img { height: 100%; }

  .hero-person::before {
    top: 7%;
    bottom: 6%;
    width: 34%;
  }

  .hero-content {
    padding-top: 76px;
    padding-bottom: 20px;
    justify-content: flex-end;
  }

  .hero-copy { width: 100%; }

  .hero-kicker {
    margin-bottom: 13px;
    font-size: 0.53rem;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.22rem, 9.55vw, 2.55rem);
    line-height: 0.94;
  }

  .hero-conversion {
    width: 100%;
    margin-top: 17px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .hero-price-lockup {
    min-width: 0;
    min-height: 56px;
    padding: 0 12px;
    gap: 8px;
  }

  .hero-price-lockup > span { font-size: 0.57rem; }
  .hero-price-lockup > span small { font-size: 0.47rem; }
  .hero-price-lockup > strong { font-size: 1.75rem; }

  .hero-conversion .primary-cta {
    min-width: 0;
    min-height: 56px;
    width: 100%;
    padding: 0 13px;
    gap: 12px;
    font-size: 0.7rem;
  }

  .hero-delivery {
    margin-top: 13px;
    padding: 0;
    gap: 7px;
    font-size: 0.49rem;
  }

  .hero-delivery strong { font-size: 0.53rem; }
}

/* Hero v3 — painel de vídeo explicativo */
.hero-person { display: none; }

.hero-explainer {
  position: absolute;
  top: 50%;
  right: clamp(32px, 4vw, 76px);
  z-index: 9;
  width: min(45vw, 720px);
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  background: rgba(7, 27, 20, 0.54);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2), 0 35px 72px -28px rgba(0, 0, 0, 0.62), 0 90px 150px -60px rgba(0, 0, 0, 0.58), inset 0 1px rgba(255, 255, 255, 0.13);
  color: var(--cream);
  transform: translateY(-45%);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
  backdrop-filter: blur(18px) saturate(1.1);
}

.hero-explainer-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 20px;
  background: #091f18;
}

.hero-explainer-media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.74) contrast(1.06) brightness(0.8);
}

.hero-explainer-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 27, 20, 0.2), transparent 45%, rgba(7, 27, 20, 0.44)),
    linear-gradient(90deg, rgba(9, 31, 24, 0.2), transparent 42%);
  pointer-events: none;
}

.hero-explainer-preview {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 99px;
  background: rgba(7, 27, 20, 0.58);
  color: rgba(243, 234, 219, 0.82);
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.hero-video-toggle {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 99px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(7, 27, 20, 0.64);
  color: var(--cream);
  cursor: pointer;
  font-size: 0.56rem;
  font-weight: 700;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.hero-video-toggle > i {
  width: 9px;
  height: 10px;
  border-right: 2px solid var(--mint);
  border-left: 2px solid var(--mint);
}

.hero-video-toggle[data-paused] > i {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 0;
  border-bottom: 5px solid transparent;
  border-left: 8px solid var(--mint);
}

.hero-explainer-caption {
  min-height: 94px;
  padding: 18px 15px 10px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  gap: 4px 24px;
}

.hero-explainer-caption > span {
  grid-column: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--mint);
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-explainer-caption > span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 5px rgba(144, 208, 158, 0.1);
}

.hero-explainer-caption strong {
  grid-column: 1;
  font-family: var(--display);
  font-size: clamp(1.3rem, 1.7vw, 1.8rem);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.hero-explainer-caption small {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  color: rgba(243, 234, 219, 0.45);
  font-size: 0.52rem;
  white-space: nowrap;
}

.hero-copy { width: min(740px, 46vw); }

.hero h1 {
  max-width: 740px;
  font-size: clamp(3.2rem, 3.65vw, 4.45rem);
}

@media (max-width: 980px) {
  .hero-explainer {
    right: 24px;
    width: 47vw;
  }

  .hero-explainer-caption small { display: none; }
  .hero-copy { width: 43vw; }
  .hero h1 { font-size: clamp(2.75rem, 4.7vw, 3.45rem); }
  .hero-conversion { width: 260px; }
}

@media (max-width: 720px) {
  .hero-explainer {
    top: 82px;
    right: 16px;
    left: 16px;
    width: auto;
    padding: 7px;
    border-radius: 22px;
    transform: none;
  }

  .hero-explainer-media { border-radius: 16px; }
  .hero-explainer-preview { top: 10px; left: 10px; padding: 6px 8px; }
  .hero-video-toggle { right: 10px; bottom: 10px; min-height: 34px; }

  .hero-explainer-caption {
    min-height: 68px;
    padding: 12px 10px 6px;
  }

  .hero-explainer-caption strong { font-size: 1.28rem; }

  .hero-content {
    padding-top: 405px;
    padding-bottom: 20px;
    justify-content: flex-start;
  }

  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(2.05rem, 8.85vw, 2.38rem); }
}

/* Hero v4 — filme médico ambiente sob vidro fosco */
.hero {
  isolation: isolate;
  background: #0a2a20;
}

.hero::before { content: none; }

.hero-background-film,
.hero-background-glass {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-background-film {
  z-index: 0;
  overflow: hidden;
  /* Fallback pré-poster no tom médio do vídeo novo (tablet GLP-1, claro). */
  background: #6b7070 url("assets/media/hero-background-glp1-tablet-poster.jpg") center / cover no-repeat;
}

.hero-background-film video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 0.88;
  transform: scale(1.045);
}

.hero-background-glass {
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 77% 32%, rgba(255, 255, 255, 0.15), transparent 31%),
    linear-gradient(112deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.045) 44%, rgba(255, 255, 255, 0.09) 72%, rgba(255, 255, 255, 0.055) 100%);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.28),
    inset 0 -110px 140px -80px rgba(0, 0, 0, 0.56),
    inset 0 0 180px rgba(0, 0, 0, 0.18);
  -webkit-backdrop-filter: blur(20px) saturate(0.58) brightness(0.76);
  backdrop-filter: blur(20px) saturate(0.58) brightness(0.76);
}

.hero-background-glass::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(118deg, transparent 0 42%, rgba(255, 255, 255, 0.075) 49%, transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 25%, transparent 69%, rgba(0, 0, 0, 0.14));
  content: "";
}

.hero-background-glass::after {
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 30px;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.2),
    0 1px rgba(0, 0, 0, 0.12);
  content: "";
}

.hero-content { z-index: 5; }
.hero-explainer { z-index: 9; }

@media (max-width: 720px) {
  .hero-background-film video {
    object-position: 52% center;
    transform: scale(1.08);
  }

  .hero-background-glass {
    background:
      radial-gradient(circle at 50% 14%, rgba(255, 255, 255, 0.14), transparent 30%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.055) 42%, rgba(255, 255, 255, 0.035) 100%);
    -webkit-backdrop-filter: blur(24px) saturate(0.54) brightness(0.68);
    backdrop-filter: blur(24px) saturate(0.54) brightness(0.68);
  }

  .hero-background-glass::after {
    inset: 10px;
    border-radius: 22px;
  }
}

/* Hero v5 — grid alinhado e filme mais legível */
.site-header {
  right: calc((100vw - var(--shell)) / 2);
  left: calc((100vw - var(--shell)) / 2);
  padding-right: 20px;
  padding-left: 20px;
  border: 0;
}

.site-header[data-scrolled] { border: 0; }

.hero-content {
  z-index: 5;
  padding-top: 112px;
  padding-bottom: 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) min(45vw, 680px);
  column-gap: clamp(28px, 3vw, 50px);
  align-content: center;
  align-items: start;
}

.hero h1 { font-size: clamp(3.2rem, 3.65vw, 4.2rem); }

.hero-copy {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
}

.hero-explainer {
  position: relative;
  top: auto;
  right: auto;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  transform: none;
}

.hero-background-glass {
  background:
    radial-gradient(circle at 77% 32%, rgba(255, 255, 255, 0.1), transparent 31%),
    linear-gradient(112deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.028) 44%, rgba(255, 255, 255, 0.06) 72%, rgba(255, 255, 255, 0.035) 100%);
  -webkit-backdrop-filter: blur(8px) saturate(0.72) brightness(0.84);
  backdrop-filter: blur(8px) saturate(0.72) brightness(0.84);
}

@media (max-width: 980px) {
  .hero-content {
    grid-template-columns: minmax(0, 1fr) 47vw;
    column-gap: 24px;
  }

  .hero-copy { width: 100%; }
  .hero-explainer { right: auto; width: 100%; }
}

@media (max-width: 720px) {
  .site-header {
    right: calc((100vw - var(--shell)) / 2);
    left: calc((100vw - var(--shell)) / 2);
    padding-right: 8px;
    padding-left: 8px;
  }

  .hero-content {
    padding-top: 82px;
    padding-bottom: 20px;
    display: block;
    align-content: normal;
  }

  .hero-explainer {
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    transform: none;
  }

  .hero-copy { margin-top: 28px; }

  .hero h1 { font-size: clamp(2.05rem, 8.85vw, 2.38rem); }

  .hero-background-glass {
    background:
      radial-gradient(circle at 50% 14%, rgba(255, 255, 255, 0.1), transparent 30%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.065) 0%, rgba(255, 255, 255, 0.035) 42%, rgba(255, 255, 255, 0.025) 100%);
    -webkit-backdrop-filter: blur(12px) saturate(0.66) brightness(0.78);
    backdrop-filter: blur(12px) saturate(0.66) brightness(0.78);
  }
}

/* Hero v8 — contrato final dos players verticais */
.hero-content {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 400px);
  column-gap: clamp(48px, 5.6vw, 92px);
}

.hero-copy { align-self: center; }

.hero-explainer {
  width: min(29vw, 400px, calc((100svh - 150px) * 9 / 16));
  padding: 7px;
  justify-self: end;
  border-radius: 27px;
}

.hero-conversion {
  width: min(100%, 520px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hero-price-lockup {
  width: 100%;
  min-width: 0;
  min-height: 64px;
  padding: 0 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  overflow: hidden;
}

.hero-price-lockup > span {
  min-width: 0;
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
  line-height: 1.05;
}

.hero-price-lockup > span small {
  margin: 0;
  padding: 0;
  display: block;
  line-height: 1;
}

.hero-price-lockup > strong {
  margin: 0;
  align-self: center;
  justify-self: end;
  line-height: 1;
}

.hero-conversion .primary-cta {
  width: 100%;
  min-width: 0;
  min-height: 64px;
  padding: 0 16px 0 19px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20px;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  line-height: 1.1;
  text-align: left;
}

.hero-conversion .primary-cta > span {
  min-width: 0;
  align-self: center;
}

.hero-conversion .primary-cta svg {
  width: 20px;
  justify-self: end;
}

.hero-pillars {
  width: min(100%, 780px);
  max-width: none;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.hero-pillars > div {
  min-width: 0;
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 34px minmax(24px, auto);
  justify-items: center;
  align-content: start;
  gap: 8px;
  text-align: center;
}

.hero-pillars > div > span { justify-self: center; }

.hero-pillars strong {
  width: 100%;
  align-self: start;
  justify-self: center;
  font-size: 0.54rem;
  line-height: 1.2;
  text-align: center;
}

.hero-explainer-media {
  aspect-ratio: 9 / 16;
  border-radius: 21px;
}

.hero-explainer-media video { object-position: center; }

.hero-explainer-shade {
  background:
    linear-gradient(180deg, rgba(7, 27, 20, 0.08), transparent 48%, rgba(7, 27, 20, 0.72)),
    linear-gradient(90deg, rgba(9, 31, 24, 0.08), transparent 46%);
}

.hero-explainer-preview { top: 13px; left: 13px; }

.hero-video-toggle {
  top: 13px;
  right: 13px;
  bottom: auto;
}

.hero-explainer-caption {
  position: absolute;
  right: 17px;
  bottom: 17px;
  left: 17px;
  z-index: 3;
  min-height: 0;
  padding: 14px 14px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 15px;
  display: block;
  background: rgba(7, 27, 20, 0.72);
  box-shadow: 0 12px 28px -16px rgba(0, 0, 0, 0.72), inset 0 1px rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(14px) saturate(0.88);
  backdrop-filter: blur(14px) saturate(0.88);
}

.hero-explainer-caption > span { font-size: 0.48rem; }

.hero-explainer-caption strong {
  margin-top: 7px;
  display: block;
  font-size: clamp(1.12rem, 1.55vw, 1.45rem);
  line-height: 0.98;
}

.hero-explainer-caption small { display: none; }

@media (max-width: 980px) and (min-width: 721px) {
  .hero-content {
    grid-template-columns: minmax(0, 1fr) 330px;
    column-gap: 38px;
  }

  .hero-explainer { width: min(35vw, 330px, calc((100svh - 140px) * 9 / 16)); }
  .hero-pillars { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .hero-content {
    display: block;
    padding-top: 82px;
  }

  .hero-explainer {
    top: auto;
    right: auto;
    left: auto;
    width: min(64vw, 224px);
    margin-inline: auto;
    padding: 5px;
    border-radius: 23px;
  }

  .hero-explainer-media {
    aspect-ratio: 9 / 16;
    border-radius: 18px;
  }

  .hero-explainer-preview { top: 10px; left: 10px; padding: 5px 7px; }

  .hero-video-toggle {
    top: 10px;
    right: 10px;
    bottom: auto;
    min-height: 32px;
    padding: 0 9px;
  }

  .hero-video-toggle span { display: none; }

  .hero-explainer-caption {
    right: 10px;
    bottom: 10px;
    left: 10px;
    min-height: 0;
    padding: 11px 10px 10px;
    border-radius: 12px;
  }

  .hero-explainer-caption > span { font-size: 0.39rem; }
  .hero-explainer-caption strong { margin-top: 5px; font-size: 1rem; }
  .hero-copy { margin-top: 22px; }

  .hero-conversion {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hero-price-lockup {
    min-height: 62px;
    padding: 0 12px;
    gap: 8px;
  }

  .hero-price-lockup > span {
    height: 100%;
    font-size: 0.55rem;
    line-height: 1.05;
  }

  .hero-price-lockup > span small {
    margin: 0;
    font-size: 0.44rem;
  }

  .hero-price-lockup > strong { font-size: 1.65rem; }

  .hero-conversion .primary-cta {
    min-height: 62px;
    padding: 0 12px 0 14px;
    grid-template-columns: minmax(0, 1fr) 18px;
    gap: 8px;
    font-size: 0.67rem;
  }

  .hero-conversion .primary-cta svg { width: 18px; }

  .hero-pillars {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 8px;
  }

  .hero-pillars > div {
    min-height: 72px;
    grid-template-rows: 30px minmax(28px, auto);
    gap: 7px;
  }

  .hero-pillars strong { font-size: 0.5rem; }
}

@media (max-width: 390px) {
  .hero-price-lockup { padding-right: 10px; padding-left: 10px; }
  .hero-price-lockup > strong { font-size: 1.54rem; }
}

@media (max-width: 360px) {
  .header-cta {
    min-width: 0;
    height: 43px;
    padding: 0 13px;
    font-size: 0.66rem;
    line-height: 1;
    white-space: nowrap;
  }

  .hero h1 { font-size: 2rem; }

  .hero-conversion {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    gap: 8px;
  }

  .hero-price-lockup {
    min-width: 0;
    min-height: 60px;
    padding: 0 9px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 5px;
    overflow: hidden;
  }

  .hero-price-lockup > span {
    min-width: 0;
    font-size: 0.53rem;
    line-height: 1.05;
  }

  .hero-price-lockup > span small { margin: 0; font-size: 0.42rem; }
  .hero-price-lockup > strong { font-size: 1.46rem; }

  .hero-conversion .primary-cta {
    min-width: 0;
    min-height: 60px;
    padding: 0 9px 0 12px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 18px;
    align-items: center;
    gap: 6px;
    overflow: hidden;
    font-size: 0.65rem;
    line-height: 1.12;
    text-align: left;
  }

  .hero-conversion .primary-cta svg { width: 18px; }

  .hero-delivery {
    display: grid;
    grid-template-columns: 7px minmax(0, 1fr);
    gap: 3px 7px;
    align-items: center;
  }

  .hero-delivery > i { grid-row: 1 / 3; }
  .hero-delivery span { grid-column: 2; }

  .hero-pillars { gap: 9px 6px; }
  .hero-pillars strong { font-size: 0.47rem; }
}

/* Refinamento estratégico — conversão, método e confiança */
.header-cta,
.primary-cta,
.newsletter-field button {
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 44%),
    linear-gradient(135deg, #245f47, #123b2d 68%, #0c2c21);
  box-shadow:
    0 2px 0 #071e16,
    0 11px 22px -10px rgba(4, 23, 16, 0.76),
    0 24px 52px -24px rgba(4, 23, 16, 0.72),
    inset 0 1px rgba(255, 255, 255, 0.2),
    inset 0 -12px 22px -18px rgba(0, 0, 0, 0.9);
  color: #fffaf0;
  transform: translateZ(0);
  transition:
    transform 280ms cubic-bezier(.2,.75,.2,1),
    box-shadow 280ms cubic-bezier(.2,.75,.2,1),
    border-color 280ms ease,
    filter 280ms ease;
}

.header-cta::before,
.primary-cta::after,
.newsletter-field button::before {
  position: absolute;
  inset: 1px;
  z-index: -1;
  overflow: hidden;
  border-radius: inherit;
  background: linear-gradient(108deg, transparent 20%, rgba(255, 255, 255, 0.17) 42%, transparent 62%);
  background-position: 150% 0;
  background-size: 240% 100%;
  content: "";
  pointer-events: none;
  transition: background-position 600ms cubic-bezier(.2,.75,.2,1);
}

.header-cta:hover,
.primary-cta:hover,
.newsletter-field button:hover {
  border-color: rgba(191, 229, 196, 0.34);
  box-shadow:
    0 3px 0 #071e16,
    0 15px 28px -11px rgba(4, 23, 16, 0.82),
    0 34px 62px -28px rgba(4, 23, 16, 0.78),
    inset 0 1px rgba(255, 255, 255, 0.25),
    inset 0 -12px 22px -18px rgba(0, 0, 0, 0.9);
  filter: saturate(1.08) brightness(1.04);
  transform: translateY(-2px);
}

.header-cta:hover::before,
.primary-cta:hover::after,
.newsletter-field button:hover::before { background-position: -60% 0; }

.header-cta:active,
.primary-cta:active,
.newsletter-field button:active {
  box-shadow:
    0 0 0 #071e16,
    0 7px 14px -9px rgba(4, 23, 16, 0.72),
    inset 0 2px 5px rgba(0, 0, 0, 0.25);
  filter: brightness(0.98);
  transform: translateY(2px) scale(0.992);
  transition-duration: 90ms;
}

.header-cta {
  position: relative;
  min-width: 184px;
  height: 50px;
  padding: 0 7px 0 19px;
  border-radius: 14px;
  gap: 18px;
  font-size: 0.74rem;
}

.header-cta > i {
  width: 37px;
  height: 37px;
  flex: 0 0 37px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.17);
  transition: transform 280ms cubic-bezier(.2,.75,.2,1), background 280ms ease;
}

.header-cta svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.header-cta:hover > i {
  background: rgba(191, 229, 196, 0.16);
  transform: translateX(2px);
}

.primary-cta { border-radius: 16px; }

.primary-cta::before {
  inset: 1px;
  border-color: rgba(255, 255, 255, 0.1);
}

.primary-cta svg { transition: transform 280ms cubic-bezier(.2,.75,.2,1); }
.primary-cta:hover svg { transform: translateX(3px); }

/* Ajuste óptico do preço: o valor acompanha o centro visual do bloco de duas linhas. */
.hero-price-lockup > strong { transform: translateY(3px); }

/* Seis dimensões do cuidado — ícones duotone e estado ativo. */
.hero-pillars { perspective: 900px; }

/* Credencial do hero: contraste de autoridade sem competir com a promessa. */
.hero-kicker {
  position: relative;
  width: max-content;
  min-height: 35px;
  margin-bottom: 26px;
  padding-left: 16px;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  align-items: end;
  column-gap: 8px;
  row-gap: 1px;
  color: rgba(243, 234, 219, 0.62);
  font-size: 0.53rem;
  line-height: 1;
}

.hero-kicker::before {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  width: 2px;
  border-radius: 99px;
  background: linear-gradient(180deg, var(--mint), rgba(144, 208, 158, 0.18));
  box-shadow: 0 0 18px rgba(144, 208, 158, 0.3);
  content: "";
}

.hero-kicker > i {
  width: 5px;
  height: 5px;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  box-shadow: 0 0 0 4px rgba(144, 208, 158, 0.1);
}

.hero-kicker > span {
  grid-column: 2;
  grid-row: 1;
  letter-spacing: 0.17em;
}

.hero-kicker > strong {
  grid-column: 1 / 3;
  grid-row: 2;
  color: var(--mint-light);
  font-size: 0.95rem;
  font-weight: 750;
  letter-spacing: 0.085em;
  text-shadow: 0 6px 22px rgba(8, 29, 22, 0.42);
}

.hero-pillars > div {
  position: relative;
  padding: 8px 5px;
  border: 1px solid transparent;
  border-radius: 15px;
  cursor: default;
  transition:
    transform 340ms cubic-bezier(.2,.75,.2,1),
    border-color 340ms ease,
    background 340ms ease,
    box-shadow 340ms cubic-bezier(.2,.75,.2,1),
    color 340ms ease;
}

.hero-pillars > div::before {
  position: absolute;
  inset: 10px 18%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(191, 229, 196, 0.2);
  filter: blur(18px);
  opacity: 0;
  content: "";
  transform: scale(0.72);
  transition: opacity 340ms ease, transform 340ms cubic-bezier(.2,.75,.2,1);
}

.hero-delivery-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
}

.hero-delivery-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.hero-delivery-still { display: none !important; }

.hero-pillars > div > span {
  position: relative;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  transition:
    transform 340ms cubic-bezier(.2,.75,.2,1),
    background 340ms ease,
    border-color 340ms ease,
    box-shadow 340ms ease;
}

.hero-pillars img {
  width: 19px;
  height: 19px;
  filter: drop-shadow(0 3px 8px rgba(191, 229, 196, 0.14));
  transition: transform 340ms cubic-bezier(.2,.75,.2,1), filter 340ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .hero-pillars > div:hover {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    color: var(--cream);
    transform: translateY(-3px);
  }

  .hero-pillars > div:hover::before { opacity: 0.68; transform: scale(0.8); }

  .hero-pillars > div:hover > span {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    transform: translateY(-1px) scale(1.14);
  }

  .hero-pillars > div:hover img {
    filter: brightness(0.68) saturate(1.28) drop-shadow(0 4px 9px rgba(7, 31, 23, 0.34));
    transform: scale(1.1);
  }
}

/* Radar — convite editorial para newsletter. */
.newsletter-callout {
  position: relative;
  min-height: 142px;
  margin-top: 34px;
  padding: 24px 25px;
  overflow: hidden;
  border: 1px solid rgba(243, 234, 219, 0.12);
  border-radius: 25px;
  display: grid;
  grid-template-columns: 64px minmax(300px, 1fr) minmax(390px, 0.85fr);
  align-items: center;
  gap: 24px;
  background:
    radial-gradient(circle at 18% 10%, rgba(144, 208, 158, 0.16), transparent 26%),
    linear-gradient(135deg, #153f30, #0c281e 72%);
  box-shadow:
    0 2px 2px rgba(14, 42, 32, 0.15),
    0 26px 50px -28px rgba(14, 42, 32, 0.52),
    inset 0 1px rgba(255, 255, 255, 0.1);
  color: var(--cream);
}

.newsletter-callout::after {
  position: absolute;
  top: -70%;
  right: 18%;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(191, 229, 196, 0.08);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.newsletter-mark {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(191, 229, 196, 0.21);
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 16px 30px -20px rgba(0, 0, 0, 0.9);
}

.newsletter-mark img { width: 29px; height: 29px; }

.newsletter-copy p {
  margin: 0 0 7px;
  color: var(--mint-light);
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.newsletter-copy h3 {
  max-width: 560px;
  font-size: clamp(1.45rem, 2vw, 2rem);
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.newsletter-copy small {
  margin-top: 8px;
  display: block;
  color: rgba(243, 234, 219, 0.54);
  font-size: 0.58rem;
}

.newsletter-field {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 17px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px;
  background: rgba(250, 247, 240, 0.96);
  box-shadow: 0 16px 35px -22px rgba(0, 0, 0, 0.8), inset 0 1px rgba(255, 255, 255, 0.9);
}

.newsletter-field input {
  min-width: 0;
  height: 49px;
  padding: 0 14px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--green-950);
  font: 500 0.72rem var(--sans);
}

.newsletter-field input::placeholder { color: rgba(20, 58, 44, 0.5); }

.newsletter-field button {
  position: relative;
  min-width: 145px;
  height: 49px;
  padding: 0 10px 0 16px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  font-size: 0.67rem;
  font-weight: 700;
}

.newsletter-field button i {
  width: 29px;
  height: 29px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
  font-style: normal;
}

.newsletter-field[data-state="success"] {
  border-color: rgba(8,136,145,.3);
  background: rgba(232,241,237,.98);
}

.newsletter-field[data-state="loading"] button { cursor: wait; opacity: .72; }

.newsletter-status {
  position: absolute;
  top: calc(100% + 8px);
  right: 6px;
  left: 6px;
  margin: 0;
  color: #0e6268;
  font-size: .58rem;
  font-weight: 600;
  line-height: 1.35;
}

.newsletter-status:empty { display: none; }
.newsletter-field[data-state="error"] .newsletter-status { color: #9d4338; }

/* Método — jornada clínica editorial, sem canvas abstrato. */
.method {
  height: auto;
  padding: clamp(110px, 10vw, 155px) 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), transparent 24%),
    var(--cream);
}

.method-inner { position: relative; }

.method-heading {
  position: relative;
  z-index: 2;
  height: auto;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 400px);
  align-items: end;
  gap: 80px;
  pointer-events: auto;
}

.method-heading h2 {
  width: auto;
  font-size: clamp(3.8rem, 6vw, 6.2rem);
  line-height: 0.92;
}

.method-heading > p {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.65;
}

.method-journey {
  position: relative;
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.method-path {
  position: absolute;
  top: -28px;
  right: 0;
  left: 0;
  height: 2px;
  overflow: hidden;
  background: rgba(20, 58, 44, 0.12);
}

.method-path i {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(90deg, var(--green-500), var(--mint));
  transform: scaleX(0.02);
  transform-origin: left;
}

.method-step {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  width: auto;
  min-height: 340px;
  padding: 29px 28px 27px;
  border: 1px solid rgba(20, 58, 44, 0.16);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(250, 247, 240, 0.68));
  box-shadow:
    0 2px 2px rgba(14, 42, 32, 0.08),
    0 26px 52px -35px rgba(14, 42, 32, 0.38),
    inset 0 1px rgba(255, 255, 255, 0.9);
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.method-step::before {
  top: -35px;
  bottom: auto;
  left: 28px;
  width: 13px;
  height: 13px;
  border: 4px solid var(--cream);
  border-radius: 50%;
  background: var(--green-500);
  box-shadow: 0 0 0 1px rgba(20, 58, 44, 0.2);
  filter: none;
}

.method-step::after {
  top: 1px;
  right: 28px;
  left: 28px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), transparent);
}

.method-step > span {
  position: static;
  width: 42px;
  height: 42px;
  margin-bottom: 45px;
  border: 1px solid rgba(20, 58, 44, 0.15);
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: rgba(47, 114, 86, 0.08);
  color: var(--green-500);
  font-size: 0.59rem;
  font-weight: 700;
}

.method-step > p {
  margin: 0 0 10px;
  color: var(--green-500);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.method-step h3 { font-size: clamp(2rem, 2.5vw, 2.55rem); }

.method-step small {
  max-width: 330px;
  margin-top: 15px;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.55;
}

.method-step > b {
  margin-top: auto;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  color: var(--green-900);
  font-size: 0.58rem;
  font-weight: 700;
}

.method-step:nth-of-type(3) {
  background:
    radial-gradient(circle at 90% 10%, rgba(144, 208, 158, 0.15), transparent 32%),
    linear-gradient(145deg, #164332, #0e2d22);
  color: var(--cream);
}

.method-step:nth-of-type(3) > p { color: var(--mint-light); }
.method-step:nth-of-type(3) small { color: rgba(243, 234, 219, 0.66); }
.method-step:nth-of-type(3) > b { border-color: rgba(243, 234, 219, 0.14); color: var(--mint-light); }
.method-step:nth-of-type(3) > span { border-color: rgba(191, 229, 196, 0.2); background: rgba(191, 229, 196, 0.1); color: var(--mint-light); }

/* Dossiê de confiança — linguagem documental, não dashboard. */
.intelligence {
  padding: clamp(115px, 11vw, 165px) 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), transparent 28%),
    var(--paper);
}

.intelligence::before {
  opacity: 0.13;
  background-image: linear-gradient(90deg, transparent 49.9%, rgba(20, 58, 44, 0.12) 50%, transparent 50.1%);
  background-size: 100% 100%;
  mask-image: linear-gradient(transparent 4%, black 22%, black 78%, transparent 96%);
}

.intelligence-head h2 { font-size: clamp(3.9rem, 6.1vw, 6.25rem); }

.intelligence-stage {
  position: relative;
  min-height: 0;
  margin-top: 64px;
  padding: 30px;
  overflow: visible;
  border: 1px solid rgba(20, 58, 44, 0.18);
  border-radius: 31px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 74px;
  background:
    linear-gradient(90deg, rgba(20, 58, 44, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(20, 58, 44, 0.035) 1px, transparent 1px),
    rgba(250, 247, 240, 0.58);
  background-size: 52px 52px;
  box-shadow:
    0 2px 2px rgba(14, 42, 32, 0.08),
    0 32px 70px -46px rgba(14, 42, 32, 0.44),
    inset 0 1px rgba(255, 255, 255, 0.95);
}

.trust-dossier.intel-card {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 2;
  width: auto;
  min-height: 540px;
  padding: 29px 30px 27px;
  border: 1px solid rgba(20, 58, 44, 0.17);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(247, 240, 229, 0.9));
  box-shadow:
    0 2px 2px rgba(14, 42, 32, 0.09),
    0 26px 50px -36px rgba(14, 42, 32, 0.4),
    inset 0 1px rgba(255, 255, 255, 0.95);
  color: var(--green-950);
  opacity: 1;
  transform: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.trust-dossier::after {
  position: absolute;
  top: 0;
  right: 22px;
  left: 22px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--green-500), transparent);
  content: "";
}

.trust-dossier header {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--green-500);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-dossier header b {
  padding: 6px 9px;
  border: 1px solid rgba(47, 114, 86, 0.14);
  border-radius: 99px;
  background: rgba(47, 114, 86, 0.07);
  font-size: 0.48rem;
}

.trust-dossier h3 {
  max-width: 420px;
  margin-top: 25px;
  font-size: clamp(2rem, 2.7vw, 2.65rem);
  line-height: 0.98;
}

.criteria-list { margin-top: 26px; }

.criteria-row {
  padding: 15px 0;
  border-top: 1px solid rgba(20, 58, 44, 0.1);
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr);
  gap: 13px;
}

.criteria-row > i {
  width: 25px;
  height: 25px;
  border: 1px solid rgba(47, 114, 86, 0.16);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(47, 114, 86, 0.06);
  color: var(--green-500);
  font-size: 0.44rem;
  font-style: normal;
  font-weight: 700;
}

.criteria-row strong {
  display: block;
  color: var(--green-900);
  font-size: 0.68rem;
  font-weight: 700;
}

.criteria-row small {
  max-width: 430px;
  margin-top: 5px;
  display: block;
  color: var(--muted);
  font-size: 0.59rem;
  line-height: 1.45;
}

.intelligence-stage .intel-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 126px;
  aspect-ratio: 1;
  border: 8px solid var(--paper);
  border-radius: 50%;
  display: grid;
  place-content: center;
  background: var(--green-950);
  box-shadow:
    0 0 0 1px rgba(20, 58, 44, 0.22),
    0 20px 40px -22px rgba(14, 42, 32, 0.7),
    inset 0 1px rgba(255, 255, 255, 0.13);
  color: var(--cream);
  text-align: center;
  transform: translate(-50%, -50%);
}

.intelligence-stage .intel-core span,
.intelligence-stage .intel-core small {
  font-size: 0.42rem;
  letter-spacing: 0.09em;
}

.intelligence-stage .intel-core strong { margin: 2px 0 7px; font-size: 1.85rem; }

.dossier-sources {
  margin-top: 20px;
  color: rgba(20, 58, 44, 0.52);
  font-size: 0.55rem;
  line-height: 1.5;
  text-align: right;
}

.dossier-sources a {
  color: var(--green-500);
  font-weight: 700;
  text-underline-offset: 3px;
}

@media (max-width: 980px) {
  .newsletter-callout { grid-template-columns: 54px minmax(0, 1fr); }
  .newsletter-field { grid-column: 1 / 3; }
  .method-heading { gap: 45px; }
  .intelligence-stage { gap: 54px; padding: 22px; }
  .trust-dossier.intel-card { padding-right: 24px; padding-left: 24px; }
}

@media (max-width: 720px) {
  .header-cta {
    min-width: 0;
    height: 48px;
    padding: 0 6px 0 14px;
    gap: 9px;
    font-size: 0.65rem;
  }

  .header-cta > i { width: 35px; height: 35px; flex-basis: 35px; }

  .hero-price-lockup > strong { transform: translateY(2px); }

  .hero-kicker {
    min-height: 31px;
    margin-bottom: 14px;
    padding-left: 13px;
    font-size: 0.45rem;
  }

  .hero-kicker > strong { font-size: 0.78rem; }

  .hero-delivery-icon { width: 30px; height: 30px; flex-basis: 30px; }

  .hero-pillars { margin-top: 16px; padding-top: 14px; }

  .hero-pillars > div {
    min-height: 64px;
    padding: 5px 2px;
  }

  .hero-pillars img { width: 18px; height: 18px; }

  .editorial-radar { padding-bottom: 54px; }

  .newsletter-callout {
    min-height: 0;
    margin-top: 26px;
    padding: 21px;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 16px;
    border-radius: 21px;
  }

  .newsletter-mark { width: 46px; height: 46px; border-radius: 14px; }
  .newsletter-mark img { width: 24px; height: 24px; }
  .newsletter-copy h3 { font-size: 1.42rem; }
  .newsletter-copy small { line-height: 1.4; }
  .newsletter-field { grid-column: 1 / 3; }
  .newsletter-field input { height: 47px; }
  .newsletter-field button { min-width: 126px; height: 47px; padding-left: 13px; }

  .editorial-foot { margin-top: 20px; }

  .method { height: auto; padding: 92px 0 100px; }

  .method-heading {
    height: auto;
    padding: 0;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .method-heading h2 { width: auto; font-size: clamp(3.3rem, 14vw, 4.1rem); }
  .method-heading > p { max-width: 340px; font-size: 0.76rem; }

  .method-journey {
    margin-top: 60px;
    padding-left: 19px;
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .method-path {
    top: 0;
    right: auto;
    bottom: 0;
    left: 3px;
    width: 2px;
    height: auto;
  }

  .method-path i { transform: scaleY(0.02); transform-origin: top; }

  .method-step {
    bottom: auto;
    left: auto;
    width: 100%;
    min-height: 275px;
    padding: 23px 22px 22px;
    border-radius: 20px;
  }

  .method-step::before {
    top: 26px;
    left: -25px;
    width: 12px;
    height: 12px;
    border-width: 4px;
  }

  .method-step > span { margin-bottom: 30px; }
  .method-step h3 { font-size: 2rem; }

  .intelligence { padding: 100px 0 105px; }
  .intelligence-head h2 { font-size: clamp(3.35rem, 14vw, 4.15rem); }

  .intelligence-stage {
    margin-top: 45px;
    padding: 12px;
    border-radius: 24px;
    grid-template-columns: 1fr;
    gap: 12px;
    background-size: 42px 42px;
  }

  .trust-dossier.intel-card {
    width: 100%;
    min-height: 0;
    padding: 23px 20px 20px;
    border-radius: 18px;
  }

  .trust-dossier h3 { margin-top: 21px; font-size: 2rem; }
  .criteria-list { margin-top: 20px; }
  .criteria-row { padding: 13px 0; }
  .criteria-row small { font-size: 0.57rem; }

  .intelligence-stage .intel-core {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    min-height: 112px;
    aspect-ratio: auto;
    border: 0;
    border-radius: 17px;
    grid-row: 2;
    translate: none !important;
    rotate: none !important;
    scale: 1 !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .dossier-pharmacy { grid-row: 3; }

  /* GSAP preserva o translate desktop como estilo inline quando o DevTools
     muda de viewport sem recarregar. No layout empilhado ele precisa ser nulo. */
  .trust-dossier.intel-card {
    opacity: 1 !important;
    translate: none !important;
    rotate: none !important;
    scale: 1 !important;
    transform: none !important;
  }

  .appointment-object {
    translate: none !important;
    rotate: none !important;
    scale: 1 !important;
    transform: none !important;
  }

  .intelligence-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 8px;
  }

  .dossier-sources { text-align: left; }
}

@media (max-width: 390px) {
  .newsletter-field { grid-template-columns: 1fr; padding: 5px; }
  .newsletter-field button { width: 100%; }
  .newsletter-field input { padding: 0 11px; }
}

@media (max-width: 360px) {
  .header-cta { height: 44px; padding-left: 12px; }
  .header-cta > i { width: 32px; height: 32px; flex-basis: 32px; }
  .hero-pillars > div { min-height: 58px; }
}

/* CTA v2 — uma única superfície Veera, um único sinal de ação. */
.header-cta,
.primary-cta,
.newsletter-field button {
  border: 1px solid rgba(191, 229, 196, 0.2);
  background: linear-gradient(135deg, #205a43 0%, #143f30 56%, #0f3326 100%);
  box-shadow:
    0 2px 2px rgba(5, 24, 17, 0.34),
    0 15px 28px -16px rgba(5, 24, 17, 0.75),
    inset 0 1px rgba(255, 255, 255, 0.15),
    inset 0 -1px rgba(0, 0, 0, 0.2);
  color: var(--cream);
}

.header-cta::before,
.primary-cta::before,
.primary-cta::after,
.newsletter-field button::before {
  border: 0;
  background: none;
  content: none;
}

.header-cta:hover,
.primary-cta:hover,
.newsletter-field button:hover {
  border-color: rgba(191, 229, 196, 0.36);
  background: linear-gradient(135deg, #28684e 0%, #184936 58%, #123b2c 100%);
  box-shadow:
    0 2px 2px rgba(5, 24, 17, 0.32),
    0 19px 32px -16px rgba(5, 24, 17, 0.8),
    inset 0 1px rgba(255, 255, 255, 0.18),
    inset 0 -1px rgba(0, 0, 0, 0.2);
  filter: none;
  transform: translateY(-2px);
}

.header-cta:active,
.primary-cta:active,
.newsletter-field button:active {
  background: linear-gradient(135deg, #174733, #0f3326);
  box-shadow:
    0 1px 1px rgba(5, 24, 17, 0.35),
    0 7px 13px -10px rgba(5, 24, 17, 0.7),
    inset 0 2px 4px rgba(0, 0, 0, 0.18);
  transform: translateY(1px) scale(0.994);
}

.header-cta > i,
.newsletter-field button i {
  width: auto;
  height: auto;
  flex: 0 0 auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.header-cta svg,
.primary-cta svg {
  width: 18px;
  height: 18px;
  opacity: 0.9;
}

.header-cta:hover > i { background: transparent; transform: translateX(3px); }

.newsletter-field button i {
  font-size: 1rem;
  line-height: 1;
  transition: transform 280ms cubic-bezier(.2,.75,.2,1);
}

.newsletter-field button:hover i { transform: translateX(3px); }

.hero-conversion .primary-cta {
  border-radius: 14px;
}

@media (max-width: 720px) {
  .header-cta > i { width: auto; height: auto; flex-basis: auto; }
}

@media (max-width: 360px) {
  .header-cta > i { width: auto; height: auto; flex-basis: auto; }
}

/* Ajuste óptico final: CTA do header e card de preço. */
.header-cta {
  min-width: 178px;
  height: 46px;
  padding: 0 17px 0 19px;
  border-radius: 13px;
  gap: 16px;
  box-shadow:
    0 1px 1px rgba(5, 24, 17, 0.28),
    0 12px 24px -17px rgba(5, 24, 17, 0.68),
    inset 0 1px rgba(255, 255, 255, 0.15),
    inset 0 -1px rgba(0, 0, 0, 0.2);
  transform: translateY(3px);
}

.header-cta:hover { transform: translateY(1px); }
.header-cta:active { transform: translateY(4px) scale(0.994); }
.header-cta > i,
.header-cta svg { border: 0; background: transparent; box-shadow: none; }
.header-cta > i { display: grid; place-items: center; }
.header-cta span { line-height: 1; }

.hero-price-lockup { align-content: center; }

.hero-price-lockup > span {
  height: auto;
  align-self: center;
  justify-content: center;
}

.hero-price-lockup > span small { margin: 0; }

.hero-price-lockup > strong {
  align-self: center;
  transform: translateY(1px);
}

@media (max-width: 720px) {
  .header-cta {
    height: 44px;
    padding: 0 13px 0 15px;
    transform: translateY(2px);
  }

  .header-cta:hover { transform: translateY(0); }
  .header-cta:active { transform: translateY(3px) scale(0.994); }
  .hero-price-lockup > span { height: auto; }
  .hero-price-lockup > strong { transform: translateY(0); }
}

@media (max-width: 360px) {
  .header-cta { height: 42px; }
}

/* Acabamento responsivo da evidência de entrega e seus créditos. */
.site-footer { grid-template-columns: 1fr 2fr auto auto; }
.footer-social { display: flex; align-items: center; gap: 16px; }
.footer-social a { color: rgba(243,234,219,.68); font-size: .68rem; font-weight: 700; text-decoration: none; transition: color .2s ease; }
.footer-social a:hover { color: #9ff022; }
.human-support-fab { position: fixed; right: 22px; bottom: 22px; z-index: 80; min-height: 56px; padding: 8px 14px 8px 9px; border: 1px solid rgba(250,247,240,.2); border-radius: 16px; display: flex; align-items: center; gap: 10px; color: #faf7f0; background: rgba(14,42,32,.94); box-shadow: inset 0 1px rgba(255,255,255,.12),0 24px 54px -25px rgba(5,24,17,.8); text-decoration: none; backdrop-filter: blur(16px); transition: opacity .2s ease,transform .2s ease; }
.human-support-fab svg { width: 37px; height: 37px; padding: 8px; border-radius: 12px; fill: none; stroke: #9ff022; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; background: rgba(159,240,34,.08); }
.human-support-fab span { display: grid; gap: 1px; }.human-support-fab strong { font-size: .67rem; }.human-support-fab small { color: rgba(250,247,240,.58); font-size: .52rem; }
.booking-open .human-support-fab,.booking-hold-active .human-support-fab { opacity: 0; pointer-events: none; transform: translateY(8px); }

@media (max-width: 720px) {
  .hero-delivery {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 1px 8px;
  }

  .hero-delivery .hero-delivery-icon {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .hero-delivery > strong,
  .hero-delivery > span:not(.hero-delivery-icon) { grid-column: 2; }

  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer p { grid-column: 1 / -1; grid-row: 2; }
  .site-footer .media-credit { grid-column: 1 / -1; grid-row: 3; }
  .site-footer > span { grid-column: 2; grid-row: 1; }
  .footer-social { grid-column: 1 / -1; grid-row: 3; flex-wrap: wrap; }
  .human-support-fab { right: 12px; bottom: 84px; min-height: 50px; padding: 7px; border-radius: 14px; }
  .human-support-fab svg { width: 36px; height: 36px; }.human-support-fab span { display: none; }

  .mobile-conversion {
    padding: 0;
    border: 0;
    border-radius: 14px;
    background: transparent;
    box-shadow: 0 16px 34px -16px rgba(5, 24, 17, 0.72);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .mobile-conversion a {
    min-height: 58px;
    padding: 0 10px 0 18px;
    border: 1px solid rgba(191, 229, 196, 0.2);
    border-radius: 14px;
    background: linear-gradient(135deg, #205a43 0%, #143f30 56%, #0f3326 100%);
    box-shadow:
      inset 0 1px rgba(255, 255, 255, 0.14),
      inset 0 -1px rgba(0, 0, 0, 0.2);
  }

  .mobile-conversion strong {
    padding: 9px 12px;
    border-radius: 9px;
    background: var(--mint-light);
    color: var(--green-950);
  }
}

/* Override terminal da credencial: estes valores vencem o legado acumulado do protótipo. */
.hero-copy > .hero-kicker {
  position: relative;
  width: max-content;
  min-height: 42px;
  margin-bottom: 25px;
  padding-left: 0;
  display: grid;
  grid-template-columns: 40px max-content;
  grid-template-rows: 16px 20px;
  align-items: center;
  column-gap: 13px;
  row-gap: 1px;
}

.hero-copy > .hero-kicker::before { top: 3px; bottom: 3px; left: 46px; }

.hero-kicker > .hero-kicker-pen {
  position: relative;
  top: auto;
  left: auto;
  width: 40px;
  height: 40px;
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: center;
  letter-spacing: 0;
  transform: rotate(-7deg);
}

.hero-kicker > .hero-kicker-pen svg { width: 37px; height: 37px; }

.hero-kicker > .hero-kicker-copy {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  letter-spacing: 0.17em;
}

.hero-kicker > strong {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
}

.hero-kicker > .hero-kicker-beam {
  position: absolute;
  top: calc(-1 * clamp(145px, 21vh, 215px));
  left: -45px;
  z-index: -2;
  width: 170px;
  height: clamp(180px, 27vh, 270px);
  grid-column: auto;
  grid-row: auto;
  opacity: 0.13;
  background: radial-gradient(ellipse at 50% 100%, rgba(191, 229, 196, 0.32), rgba(191, 229, 196, 0.1) 38%, transparent 72%);
  filter: blur(15px);
  clip-path: none;
  letter-spacing: 0;
}

.hero-kicker:hover > .hero-kicker-pen,
.hero-kicker:focus-within > .hero-kicker-pen {
  animation: pen-settle-final 760ms cubic-bezier(.2,.75,.2,1) both;
}

@media (max-width: 720px) {
  .hero-copy > .hero-kicker {
    min-height: 37px;
    margin-bottom: 14px;
    grid-template-columns: 35px max-content;
    grid-template-rows: 14px 18px;
    column-gap: 11px;
  }

  .hero-copy > .hero-kicker::before { left: 40px; }
  .hero-kicker > .hero-kicker-pen { width: 35px; height: 35px; }
  .hero-kicker > .hero-kicker-pen svg { width: 33px; height: 33px; }
  .hero-kicker > .hero-kicker-beam { left: -48px; width: 145px; opacity: 0.09; }
}

/* Microanimações terminais: sem movimento ocioso; hover e foco reiniciam um ciclo finito. */
.hero-pillars > div .hero-pillar-icon svg {
  transition: stroke 280ms ease, filter 280ms ease, transform 340ms cubic-bezier(.2,.75,.2,1);
}

@media (hover: hover) and (pointer: fine) {
  .hero-pillars > div:hover .hero-pillar-icon svg,
  .hero-pillars > div:focus-visible .hero-pillar-icon svg {
    stroke: #0b3a29;
    filter: drop-shadow(0 5px 9px rgba(7, 31, 23, 0.28));
  }

  .hero-pillars > div[data-pillar="doctor"]:hover .motion-accent,
  .hero-pillars > div[data-pillar="doctor"]:focus-visible .motion-accent { animation: pillar-pulse 900ms cubic-bezier(.2,.75,.2,1) both; }

  .hero-pillars > div[data-pillar="medicine"]:hover .motion-main,
  .hero-pillars > div[data-pillar="medicine"]:focus-visible .motion-main { animation: pillar-medicine 720ms cubic-bezier(.2,.75,.2,1) both; }

  .hero-pillars > div[data-pillar="food"]:hover .motion-accent,
  .hero-pillars > div[data-pillar="food"]:focus-visible .motion-accent { animation: pillar-steam 820ms cubic-bezier(.2,.75,.2,1) both; }

  .hero-pillars > div[data-pillar="movement"]:hover .motion-main,
  .hero-pillars > div[data-pillar="movement"]:focus-visible .motion-main { animation: pillar-run 720ms cubic-bezier(.2,.75,.2,1) both; }

  .hero-pillars > div[data-pillar="daily"]:hover .icon-check,
  .hero-pillars > div[data-pillar="daily"]:focus-visible .icon-check { animation: pillar-check 760ms cubic-bezier(.2,.75,.2,1) both; }

  .hero-pillars > div[data-pillar="app"]:hover .motion-accent,
  .hero-pillars > div[data-pillar="app"]:focus-visible .motion-accent { animation: pillar-bars 780ms cubic-bezier(.2,.75,.2,1) both; }
}

/* Método v3 — uma jornada humana conectada, não uma grade de cartões. */
.method {
  height: auto;
  padding: clamp(112px, 10vw, 156px) 0 clamp(120px, 11vw, 170px);
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 23%, rgba(144, 208, 158, 0.13), transparent 25%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.55), transparent 27%),
    var(--cream);
}

.method-inner { position: relative; }

.method-heading {
  position: relative;
  z-index: 2;
  height: auto;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  align-items: end;
  gap: clamp(45px, 7vw, 110px);
  pointer-events: auto;
}

.method-heading h2 {
  width: auto;
  margin: 0;
  font-size: clamp(4rem, 6.4vw, 6.5rem);
  line-height: 0.9;
  letter-spacing: -0.065em;
}

.method-heading h2 em { color: var(--green-500); }

.method-heading > p {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.72;
}

.method-experience {
  --method-progress: 16%;
  position: relative;
  min-height: 724px;
  margin-top: 72px;
  padding: 34px;
  border: 1px solid rgba(191, 229, 196, 0.17);
  border-radius: 36px;
  display: grid;
  grid-template-columns: minmax(330px, 0.78fr) minmax(0, 1.22fr);
  gap: 28px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 27% 34%, rgba(144, 208, 158, 0.18), transparent 30%),
    linear-gradient(142deg, #174636 0%, #0e2f24 48%, #0a251c 100%);
  box-shadow:
    0 3px 4px rgba(9, 36, 27, 0.21),
    0 32px 64px -31px rgba(9, 36, 27, 0.66),
    0 78px 130px -72px rgba(9, 36, 27, 0.7),
    inset 0 1px rgba(255, 255, 255, 0.09);
}

.method-experience[data-active-step="1"] { --method-progress: 58%; }
.method-experience[data-active-step="2"] { --method-progress: calc(100% - 8px); }

.method-blueprint {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(191, 229, 196, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(191, 229, 196, 0.14) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 57%);
  mask-image: linear-gradient(90deg, #000, transparent 57%);
}

.method-human {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 650px;
  margin: 0;
  display: grid;
  place-items: center;
}

.method-video-shell {
  position: relative;
  width: min(100%, 354px);
  aspect-ratio: 9 / 16;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 28px;
  overflow: hidden;
  background: #102a20;
  box-shadow:
    0 2px 2px rgba(3, 17, 12, 0.35),
    0 28px 54px -22px rgba(2, 17, 12, 0.85),
    0 62px 95px -42px rgba(2, 17, 12, 0.82),
    inset 0 1px rgba(255, 255, 255, 0.18);
  transform: perspective(1200px) rotateY(1.6deg);
  transform-origin: center right;
}

.method-video-shell::before {
  position: absolute;
  inset: 8px;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 21px;
  pointer-events: none;
  content: "";
}

.method-video-shell video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(0.82) contrast(1.03) brightness(0.91);
}

.method-video-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(6, 28, 20, 0.31), transparent 24%),
    linear-gradient(0deg, rgba(6, 28, 20, 0.78), transparent 38%);
}

.method-video-proof {
  position: absolute;
  top: 23px;
  left: 23px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(250, 247, 240, 0.92);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.method-video-proof i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 5px rgba(144, 208, 158, 0.13);
}

.method-video-toggle {
  position: absolute;
  right: auto;
  bottom: 22px;
  left: 19px;
  z-index: 4;
  width: 122px;
  min-height: 48px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  background: rgba(11, 42, 31, 0.78);
  color: var(--cream);
  box-shadow: 0 13px 27px -15px rgba(0, 0, 0, 0.75), inset 0 1px rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  cursor: pointer;
  font-size: 0.64rem;
  font-weight: 700;
  transition: background 260ms ease, transform 300ms cubic-bezier(.2,.75,.2,1), border-color 260ms ease;
}

.method-video-toggle svg {
  width: 20px;
  height: 20px;
  fill: rgba(191, 229, 196, 0.18);
  stroke: var(--mint-light);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.method-video-toggle[aria-pressed="true"] { background: rgba(19, 69, 51, 0.91); border-color: rgba(191, 229, 196, 0.4); }
.method-video-toggle:hover { border-color: rgba(191, 229, 196, 0.42); transform: translateY(-2px); }

.method-media-index {
  position: absolute;
  top: 54px;
  right: 20px;
  z-index: 4;
  display: grid;
  gap: 7px;
}

.method-media-index span {
  width: 29px;
  height: 29px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(9, 36, 27, 0.19);
  color: rgba(250, 247, 240, 0.55);
  font-size: 0.47rem;
  font-weight: 700;
  transition: color 250ms ease, background 250ms ease, transform 350ms cubic-bezier(.2,.75,.2,1);
}

.method-media-index span.is-active {
  background: var(--cream);
  color: var(--green-950);
  transform: scale(1.1);
}

.method-human figcaption {
  position: absolute;
  right: 2px;
  bottom: 44px;
  z-index: 6;
  width: min(264px, 72%);
  min-height: 130px;
  padding: 20px 20px 18px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 19px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(250, 247, 240, 0.9);
  color: var(--green-950);
  box-shadow: 0 25px 40px -24px rgba(1, 18, 12, 0.8), inset 0 1px rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.method-human figcaption span {
  color: var(--green-500);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.method-human figcaption strong {
  margin-top: 8px;
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.08;
}

.method-human figcaption small { margin-top: 10px; color: var(--muted); font-size: 0.56rem; }

.method-map {
  position: relative;
  z-index: 2;
  min-width: 0;
  min-height: 654px;
  padding: clamp(34px, 4vw, 54px) clamp(30px, 4vw, 58px) 30px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 27px;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0, rgba(144, 208, 158, 0.14), transparent 31%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(243, 234, 219, 0.94));
  box-shadow:
    0 3px 4px rgba(3, 21, 14, 0.22),
    0 35px 60px -30px rgba(2, 19, 13, 0.72),
    inset 0 1px rgba(255, 255, 255, 0.95);
}

.method-map::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(47, 114, 86, 0.28), transparent);
  content: "";
}

.method-map-head > p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--green-500);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.method-map-head > p i { width: 8px; height: 8px; border-radius: 50%; background: var(--green-500); box-shadow: 0 0 0 6px rgba(47, 114, 86, 0.08); }
.method-map-head > p span { margin-left: auto; color: rgba(20, 58, 44, 0.42); letter-spacing: 0.09em; }

.method-map-head h3 {
  margin: 21px 0 0;
  font-family: var(--display);
  font-size: clamp(2.55rem, 3.45vw, 4.05rem);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.method-map-head h3 em { color: var(--green-500); font-weight: 500; }
.method-map-head > small { margin-top: 16px; display: block; color: var(--muted); font-size: 0.66rem; }

.method-journey {
  position: relative;
  margin-top: 30px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.method-path {
  position: absolute;
  top: 41px;
  right: auto;
  bottom: 41px;
  left: 22px;
  z-index: 1;
  width: 1px;
  height: auto;
  overflow: visible;
  background: rgba(20, 58, 44, 0.15);
}

.method-path i {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: var(--method-progress);
  display: block;
  background: linear-gradient(180deg, var(--green-500), var(--mint));
  box-shadow: 0 0 16px rgba(47, 114, 86, 0.24);
  transform: none;
  transform-origin: top;
  transition: height 560ms cubic-bezier(.2,.75,.2,1);
}

.method-step {
  position: relative;
  inset: auto;
  z-index: 2;
  width: 100%;
  min-height: 98px;
  margin: 0;
  padding: 17px 5px 17px 0;
  border: 0;
  border-bottom: 1px solid rgba(20, 58, 44, 0.14);
  border-radius: 0;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) minmax(112px, auto);
  align-items: center;
  gap: 14px;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  color: var(--green-950);
  text-align: left;
  opacity: 1;
  transform: none;
  cursor: pointer;
  pointer-events: auto;
  transition: padding 380ms cubic-bezier(.2,.75,.2,1), background 260ms ease;
}

.method-journey > .method-step {
  bottom: auto;
  left: auto;
  width: 100%;
  min-height: 98px;
  padding: 17px 5px 17px 0;
  border-radius: 0;
}

.method-step:first-of-type { border-top: 1px solid rgba(20, 58, 44, 0.14); }

.method-step::before {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 17px;
  width: 11px;
  height: 11px;
  border: 3px solid var(--paper);
  border-radius: 50%;
  background: rgba(47, 114, 86, 0.46);
  box-shadow: 0 0 0 1px rgba(20, 58, 44, 0.23);
  filter: none;
  transform: translateY(-50%);
  content: "";
  transition: background 260ms ease, box-shadow 260ms ease, transform 360ms cubic-bezier(.2,.75,.2,1);
}

.method-step::after {
  position: absolute;
  inset: 8px -11px;
  z-index: -1;
  border-radius: 14px;
  background: rgba(47, 114, 86, 0.065);
  opacity: 0;
  transform: scaleX(0.985);
  content: "";
  transition: opacity 260ms ease, transform 360ms cubic-bezier(.2,.75,.2,1);
}

.method-step:hover::after,
.method-step:focus-visible::after,
.method-step.is-active::after { opacity: 1; transform: scaleX(1); }

.method-step.is-active::before {
  background: var(--green-500);
  box-shadow: 0 0 0 1px rgba(20, 58, 44, 0.2), 0 0 0 7px rgba(47, 114, 86, 0.1);
  transform: translateY(-50%) scale(1.08);
}

.method-journey > .method-step > .method-step-index {
  position: static;
  width: 46px;
  height: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
  display: block;
  background: none;
  color: transparent;
  font-size: 0;
  place-items: initial;
}

.method-step > .method-step-copy {
  position: static;
  width: auto;
  min-width: 0;
  height: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
  display: grid;
  gap: 2px;
  background: none;
  color: var(--green-950);
  font-size: inherit;
  align-items: initial;
  justify-items: start;
  place-items: initial;
}

.method-step-copy small {
  color: var(--green-500);
  font-size: 0.52rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.method-step-copy strong {
  font-family: var(--display);
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.method-step-copy em {
  margin-top: 2px;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.59rem;
  font-style: normal;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.method-journey > .method-step > .method-step-meta {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  background: none;
  color: rgba(20, 58, 44, 0.58);
  font-size: 0.54rem;
  font-weight: 700;
  white-space: nowrap;
}

.method-journey > .method-step .method-step-meta {
  grid-column: 3;
  grid-row: 1;
  justify-content: flex-end;
  margin: 0;
}

.method-step-meta i { color: var(--green-500); font-size: 0.95rem; font-style: normal; transition: transform 300ms cubic-bezier(.2,.75,.2,1); }
.method-step:hover .method-step-meta i,
.method-step:focus-visible .method-step-meta i,
.method-step.is-active .method-step-meta i { transform: translateX(4px); }

.method-journey > .method-step:nth-of-type(3) {
  background: transparent;
  color: var(--green-950);
}

.method-journey > .method-step:nth-of-type(3) > .method-step-copy { color: var(--green-950); }
.method-journey > .method-step:nth-of-type(3) .method-step-copy small { color: var(--green-500); }
.method-journey > .method-step:nth-of-type(3) .method-step-copy em { color: var(--muted); }
.method-journey > .method-step:nth-of-type(3) > .method-step-meta { color: rgba(20, 58, 44, 0.58); }
.method-journey > .method-step.is-active .method-step-copy strong { color: var(--green-500); }

.method-readout {
  position: relative;
  min-height: 50px;
  margin-top: 17px;
  padding-left: 60px;
}

.method-readout::before {
  position: absolute;
  top: 2px;
  left: 17px;
  width: 19px;
  height: 19px;
  border: 1px solid rgba(47, 114, 86, 0.24);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--green-500);
  font-size: 0.54rem;
  content: "✓";
}

.method-readout p {
  position: absolute;
  inset: 0 0 auto 60px;
  margin: 0;
  color: var(--muted);
  font-size: 0.61rem;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(7px);
  pointer-events: none;
  transition: opacity 280ms ease, transform 380ms cubic-bezier(.2,.75,.2,1);
}

.method-readout p.is-active { opacity: 1; transform: translateY(0); }
.method-readout p span { color: var(--green-950); font-weight: 700; }

@media (max-width: 1080px) {
  .method-experience { grid-template-columns: minmax(285px, 0.72fr) minmax(0, 1.28fr); padding: 25px; gap: 20px; }
  .method-video-shell { width: min(100%, 322px); }
  .method-human figcaption { right: -3px; }
  .method-map { padding-right: 30px; padding-left: 30px; }
  .method-step { grid-template-columns: 46px minmax(0, 1fr); }
  .method-journey > .method-step .method-step-meta { grid-column: 3; grid-row: 1; justify-content: flex-end; margin: 0; }
}

@media (max-width: 820px) {
  .method-heading { grid-template-columns: 1fr; gap: 24px; }
  .method-heading > p { max-width: 460px; }
  .method-experience { min-height: 0; grid-template-columns: 1fr; padding: 20px; }
  .method-human { min-height: 600px; padding-bottom: 8px; }
  .method-human figcaption { right: calc(50% - 215px); bottom: 18px; }
  .method-map { min-height: 0; }
}

@media (max-width: 720px) {
  .method { padding: 88px 0 104px; }

  .method-heading { gap: 21px; }
  .method-heading h2 { font-size: clamp(3.15rem, 14vw, 4.05rem); line-height: 0.91; }
  .method-heading > p { max-width: 340px; font-size: 0.73rem; line-height: 1.58; }

  .method-experience {
    margin-top: 47px;
    padding: 12px;
    border-radius: 27px;
    gap: 12px;
  }

  .method-blueprint { background-size: 42px 42px; }

  .method-human { min-height: 566px; padding: 7px 0 14px; }

  .method-video-shell {
    width: min(100%, 310px);
    border-radius: 23px;
    transform: none;
  }

  .method-video-shell::before { inset: 7px; border-radius: 17px; }
  .method-video-proof { top: 19px; left: 19px; font-size: 0.48rem; }
  .method-media-index { top: 48px; right: 17px; }
  .method-media-index span { width: 26px; height: 26px; }
  .method-video-toggle { right: auto; bottom: 17px; left: 15px; width: 116px; min-height: 46px; }

  .method-human figcaption {
    right: 0;
    bottom: 1px;
    width: 190px;
    min-height: 118px;
    padding: 17px;
    border-radius: 17px;
  }

  .method-human figcaption strong { font-size: 1.02rem; }

  .method-map {
    min-height: 0;
    padding: 29px 18px 24px;
    border-radius: 21px;
  }

  .method-map-head h3 { margin-top: 18px; font-size: clamp(2.25rem, 11vw, 3rem); }
  .method-map-head > small { max-width: 270px; font-size: 0.6rem; line-height: 1.4; }
  .method-journey { margin-top: 25px; padding: 0; gap: 0; }
  .method-path { top: 38px; bottom: 38px; left: 18px; }

  .method-step {
    width: 100%;
    min-height: 118px;
    padding: 16px 0;
    border-radius: 0;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
  }

  .method-journey > .method-step {
    width: 100%;
    min-height: 118px;
    padding: 16px 0;
    border-radius: 0;
    grid-template-columns: 38px minmax(0, 1fr);
    grid-template-rows: auto auto;
  }

  .method-step::before { left: 13px; }
  .method-step::after { inset: 7px -6px; border-radius: 13px; }
  .method-step-index { width: 38px; }
  .method-step-copy strong { font-size: 1.58rem; }
  .method-step-copy em { max-width: 240px; white-space: normal; }
  .method-step-meta { grid-column: 2; justify-content: flex-start; margin-top: 3px; }
  .method-journey > .method-step > .method-step-copy { grid-column: 2; grid-row: 1; }
  .method-journey > .method-step .method-step-meta { grid-column: 2; grid-row: 2; justify-content: flex-start; margin-top: 3px; }

  .method-readout { min-height: 70px; padding-left: 48px; }
  .method-readout::before { left: 12px; }
  .method-readout p { right: 0; left: 48px; font-size: 0.58rem; }
}

@media (hover: none), (pointer: coarse) {
  .method-step:not(.is-active)::after { opacity: 0; }
  .method-step:not(.is-active) { opacity: 0.7 !important; }
  .method-step.is-active { opacity: 1 !important; }
}

@media (max-width: 390px) {
  .method-human { min-height: 545px; }
  .method-video-shell { width: min(100%, 294px); }
  .method-human figcaption { width: 184px; }
}

@media (prefers-reduced-motion: reduce) {
  .method-path i,
  .method-step::before,
  .method-step::after,
  .method-readout p,
  .method-media-index span,
  .method-video-toggle { transition: none; }
}

/* Ícones Flaticon Veera — frame estático no repouso, GIF somente por intenção. */
.intent-icon {
  position: relative;
  isolation: isolate;
}

.intent-icon-still,
.intent-icon-motion {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: contain;
  transform: none;
}

.intent-icon-still { z-index: 1; opacity: 1; }
.intent-icon-motion { z-index: 2; opacity: 0; }

[data-intent-icon][data-icon-playing] .intent-icon-still { opacity: 0; }
[data-intent-icon][data-icon-playing] .intent-icon-motion { opacity: 1; }

.hero-kicker > .hero-kicker-pen {
  width: 50px;
  height: 50px;
  transform: rotate(-8deg);
  filter: drop-shadow(0 7px 13px rgba(5, 24, 17, 0.28));
  transition: transform 340ms cubic-bezier(.2,.75,.2,1), filter 280ms ease;
}

.hero-kicker > .hero-kicker-pen img { width: 50px !important; height: 50px !important; }

.hero-kicker:hover > .hero-kicker-pen,
.hero-kicker:focus-within > .hero-kicker-pen {
  animation: none;
  transform: rotate(-4deg) scale(1.09);
  filter: drop-shadow(0 9px 16px rgba(5, 24, 17, 0.4));
}

.hero-pillars > div > .hero-pillar-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.hero-pillars .hero-pillar-icon img {
  width: 42px !important;
  height: 42px !important;
  opacity: 1;
  filter: none;
  transition: transform 320ms cubic-bezier(.2,.75,.2,1);
}

.hero-pillars .hero-pillar-icon > .intent-icon-motion { opacity: 0; }
.hero-pillars [data-intent-icon][data-icon-playing] .intent-icon-still { opacity: 0; }
.hero-pillars [data-intent-icon][data-icon-playing] .intent-icon-motion { opacity: 1; }

/* Sombra física separada do bitmap: uma elipse baixa sob cada ícone. */
.hero-pillars > div::before { display: none; }

.hero-pillars .hero-pillar-icon::after {
  position: absolute;
  right: 18%;
  bottom: -7px;
  left: 18%;
  z-index: 0;
  height: 6px;
  border-radius: 50%;
  background: rgba(3, 18, 13, 0.5);
  filter: blur(4px);
  opacity: 0.58;
  content: "";
  transform: scaleX(0.82);
  transform-origin: center;
  transition: opacity 320ms ease, transform 320ms cubic-bezier(.2,.75,.2,1), filter 320ms ease;
}

.hero-delivery-icon .hero-delivery-motion { display: none !important; }
.hero-delivery-icon .hero-delivery-still { display: block !important; }
.hero-delivery-icon[data-icon-playing] .hero-delivery-motion { display: block !important; }
.hero-delivery-icon[data-icon-playing] .hero-delivery-still { display: none !important; }

/* A malha editorial da autoridade não atravessa conteúdo nem vídeo. */
.authority::before { content: none; }

@media (hover: hover) and (pointer: fine) {
  .hero-pillars > div:hover .hero-pillar-icon img,
  .hero-pillars > div:focus-visible .hero-pillar-icon img {
    filter: none;
  }

  .hero-pillars > div:hover .hero-pillar-icon::after,
  .hero-pillars > div:focus-visible .hero-pillar-icon::after {
    opacity: 0.38;
    filter: blur(5px);
    transform: scaleX(0.62);
  }
}

@media (max-width: 720px) {
  .hero-copy > .hero-kicker { grid-template-columns: 43px max-content; }
  .hero-copy > .hero-kicker::before { left: 48px; }
  .hero-kicker > .hero-kicker-pen,
  .hero-kicker > .hero-kicker-pen img { width: 43px !important; height: 43px !important; }

  .hero-pillars > div {
    min-height: 54px;
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .hero-pillars > div > .hero-pillar-icon,
  .hero-pillars .hero-pillar-icon img {
    width: 40px !important;
    height: 40px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .intent-icon-motion { display: none !important; }
  .intent-icon-still { opacity: 1 !important; }
}

/* Precisão Humana · identidade 2026
   Aplicada apenas a esta experiência isolada. A estrutura permanece intacta. */
.wordmark,
.booking-wordmark {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -0.065em;
}

.scroll-progress i { background: var(--lime); }

.section-kicker,
.hero-explainer-caption > span,
.newsletter-copy p,
.protocol-reel-label {
  color: var(--teal);
}

.section-kicker::before { background: currentColor; }

.site-header {
  border-color: transparent;
  border-radius: 0;
}

.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.header-login { position: relative; padding: 10px 2px; color: var(--cream); font-size: .68rem; font-weight: 700; letter-spacing: .01em; text-decoration: none; }
.header-login::after { content: ""; position: absolute; right: 0; bottom: 5px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.header-login:hover::after, .header-login:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.site-header[data-scrolled] .header-login { color: var(--green-950); }

.site-header[data-scrolled] {
  border-color: rgba(20, 58, 44, 0.08);
  border-radius: 16px;
  background: rgba(250, 247, 240, 0.94);
  box-shadow: 0 18px 40px -32px rgba(14, 42, 32, 0.38);
}

.header-cta,
.primary-cta,
.newsletter-field button,
.mobile-conversion a {
  border: 1px solid rgba(14, 42, 32, 0.2);
  background: var(--lime);
  box-shadow: 0 12px 28px -22px rgba(14, 42, 32, 0.65), inset 0 1px rgba(255, 255, 255, 0.44);
  color: var(--green-950);
}

.header-cta i {
  border: 0;
  background: transparent;
  color: var(--green-950);
}

.header-cta:hover,
.primary-cta:hover,
.newsletter-field button:hover,
.mobile-conversion a:hover {
  background: #adff2d;
  box-shadow: 0 18px 32px -24px rgba(14, 42, 32, 0.7), inset 0 1px rgba(255, 255, 255, 0.55);
}

.primary-cta::before,
.primary-cta::after,
.newsletter-field button::before,
.cta-burst { display: none !important; }

.hero-kicker {
  min-height: auto;
  padding: 0 0 0 46px;
  display: flex;
  grid-template-columns: none;
  color: var(--cream);
}

.hero-kicker::before {
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--lime);
  box-shadow: 36px 0 0 -1px var(--lime);
}

.hero-kicker-copy {
  color: var(--cream);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
}

.hero-kicker-pen,
.hero-kicker-beam,
.hero-kicker > strong { display: none !important; }

.hero-copy > .hero-kicker {
  width: max-content;
  min-height: 18px;
  margin-bottom: 30px;
  padding-left: 46px;
  display: flex;
  grid-template: none;
  align-items: center;
}

.hero-copy > .hero-kicker::before {
  top: 50%;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

.hero-kicker > .hero-kicker-copy {
  display: inline;
  grid-column: auto;
  grid-row: auto;
  align-self: auto;
}

.hero h1 em,
.method-heading h2 em,
.editorial-head h2 em,
.intelligence-head h2 em,
.authority-copy h2 em,
.consultation h2 em,
.closing h2 em,
.objections-heading h2 em {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: var(--lime);
  text-decoration-thickness: 0.09em;
  text-underline-offset: 0.08em;
}

.hero-delivery-icon {
  position: relative;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  /* Sem sepia/hue-rotate: a arte já vem adaptada à paleta (verde-sálvia).
     Recolorir via filter esmagava o anti-aliasing (pixels quebrados). */
  filter: brightness(1.04) drop-shadow(0 7px 9px rgba(14, 42, 32, 0.24));
  transition: filter 240ms ease, transform 280ms cubic-bezier(.2,.75,.2,1);
}

.hero-delivery-icon img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

.hero-delivery-icon::before {
  content: none;
}

.hero-delivery:hover .hero-delivery-icon,
.hero-delivery:focus-within .hero-delivery-icon {
  /* Acento lima entra como GLOW (drop-shadow), não como recoloração do
     bitmap — zero artefato de borda. */
  filter: brightness(1.08) drop-shadow(0 8px 14px rgba(159, 240, 34, 0.5));
  transform: scale(1.08);
}

.hero-pillars > div {
  color: rgba(243, 237, 226, 0.76);
  transition: color 240ms ease, transform 280ms cubic-bezier(.2,.75,.2,1);
}

.hero-pillars > div:hover,
.hero-pillars > div:focus-visible {
  color: var(--cream);
  transform: translateY(-3px);
}

.hero-pillars > div > .hero-pillar-icon {
  width: 38px;
  height: 38px;
  transform: none;
  /* Arte nativa na paleta (verde-sálvia) — sem sepia/hue-rotate. */
  filter: brightness(1.02) drop-shadow(0 7px 9px rgba(14, 42, 32, 0.22));
  transition: filter 240ms ease, transform 280ms cubic-bezier(.2,.75,.2,1);
}

.hero-pillars .hero-pillar-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-pillars > div:hover .hero-pillar-icon,
.hero-pillars > div:focus-visible .hero-pillar-icon {
  /* Hover: leve clareada + glow lima da paleta. Bitmap intacto. */
  filter: brightness(1.08) drop-shadow(0 8px 14px rgba(159, 240, 34, 0.5));
  transform: scale(1.1);
}

.hero-pillars .hero-pillar-icon::after { display: none; }

.newsletter-callout {
  border-color: rgba(8, 136, 145, 0.22);
  background: var(--cream);
  box-shadow: 0 24px 56px -44px rgba(14, 42, 32, 0.38);
  color: var(--green-950);
}

.newsletter-mark {
  background: var(--teal);
  color: var(--bone);
}

.newsletter-copy h3 { color: var(--green-950); }
.newsletter-copy small { color: rgba(20, 58, 44, 0.64); }

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

.trust-strip {
  border-color: rgba(250, 247, 240, 0.14);
  background: var(--green-950);
}

.trust-track span { color: rgba(250, 247, 240, 0.82); }
.trust-track i { color: var(--lime); }

.method-path i,
.intelligence-proof b { background: var(--lime); }

.criteria-row i,
.protocol-cycle i { color: var(--teal); }

.consultation .section-kicker,
.closing-content > p { color: var(--lime); }

.site-footer {
  border-top-color: rgba(159, 240, 34, 0.28);
  background: var(--green-950);
}

@media (max-width: 720px) {
  .header-actions { gap: 9px; }
  .header-login { padding: 8px 0; font-size: .59rem; }
  .hero-copy > .hero-kicker {
    padding-left: 38px;
    display: flex;
  }

  .hero-copy > .hero-kicker::before { left: 0; }
  .hero-kicker-copy { font-size: 0.58rem; }
  .hero-line > span { white-space: normal; }
  .hero h1 { max-width: 100%; font-size: clamp(2.75rem, 12vw, 3.45rem); }
  .hero-copy { width: 100%; min-width: 0; }
  .hero-pillars > div > .hero-pillar-icon,
  .hero-pillars .hero-pillar-icon img { width: 36px !important; height: 36px !important; }
}

/* Shared, informational treatment-cost disclosure. Checkout values remain server-authoritative. */
.treatment-cost-disclosure-host {
  width: min(570px, 100%);
}

.treatment-cost-disclosure {
  width: 100%;
  margin-top: 22px;
  overflow: clip;
  border: 1px solid rgba(14, 42, 32, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 42px -34px rgba(14, 42, 32, 0.38);
  color: #143a2c;
  font-family: var(--sans, "DM Sans", Arial, sans-serif);
}

.treatment-cost-disclosure__now {
  min-height: 46px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.treatment-cost-disclosure__now span {
  font-size: 0.7rem;
  font-weight: 600;
}

.treatment-cost-disclosure__now strong {
  color: #08757c;
  font-family: var(--display, "Fraunces", Georgia, serif);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.treatment-cost-disclosure details {
  border-top: 1px solid rgba(14, 42, 32, 0.1);
}

.treatment-cost-disclosure summary {
  min-height: 48px;
  padding: 9px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: inherit;
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 700;
  list-style: none;
  text-decoration: underline;
  text-decoration-color: rgba(8, 117, 124, 0.36);
  text-underline-offset: 3px;
}

.treatment-cost-disclosure summary::-webkit-details-marker { display: none; }

.treatment-cost-disclosure summary:focus-visible {
  outline: 3px solid #9ff022;
  outline-offset: -3px;
}

.treatment-cost-disclosure summary i {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border: 1px solid rgba(8, 117, 124, 0.24);
  border-radius: 50%;
}

.treatment-cost-disclosure summary i::before,
.treatment-cost-disclosure summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1.5px;
  border-radius: 99px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.treatment-cost-disclosure summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.treatment-cost-disclosure details[open] > summary i::after { transform: translate(-50%, -50%) rotate(0); }

.treatment-cost-disclosure__content {
  padding: 16px;
  border-top: 1px solid rgba(14, 42, 32, 0.08);
  background: rgba(241, 245, 238, 0.66);
}

.treatment-cost-disclosure__content > p {
  margin: 0;
  font-size: 0.64rem;
  line-height: 1.52;
}

.treatment-cost-disclosure__content > p + p { margin-top: 10px; }
.treatment-cost-disclosure__intro { color: rgba(20, 58, 44, 0.76); }

.treatment-cost-disclosure__plans {
  margin: 14px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.treatment-cost-disclosure__plan {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(14, 42, 32, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.76);
}

.treatment-cost-disclosure__plan header {
  display: grid;
  gap: 2px;
}

.treatment-cost-disclosure__plan header strong {
  color: #143a2c;
  font-family: var(--display, "Fraunces", Georgia, serif);
  font-size: 1rem;
  font-weight: 600;
}

.treatment-cost-disclosure__plan header span {
  color: rgba(20, 58, 44, 0.6);
  font-size: 0.54rem;
}

.treatment-cost-disclosure__reference {
  margin: 7px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: rgba(20, 58, 44, 0.58);
  font-size: 0.52rem;
}

.treatment-cost-disclosure__reference span { text-decoration: line-through; }
.treatment-cost-disclosure__reference strong { color: #08757c; }

.treatment-cost-disclosure__plan dl { margin: 10px 0 0; }

.treatment-cost-disclosure__plan dl > div {
  padding: 7px 0;
  border-top: 1px solid rgba(14, 42, 32, 0.08);
  display: grid;
  gap: 2px;
}

.treatment-cost-disclosure__plan dt {
  color: rgba(20, 58, 44, 0.57);
  font-size: 0.48rem;
  line-height: 1.35;
}

.treatment-cost-disclosure__plan dd {
  margin: 0;
  color: #143a2c;
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.treatment-cost-disclosure__plan .treatment-cost-disclosure__benefit-balance {
  margin: 2px -5px -5px;
  padding: 8px 5px 5px;
  border-radius: 7px;
  background: rgba(159, 240, 34, 0.12);
}

.treatment-cost-disclosure__benefit-balance dd { color: #08757c; }

.treatment-cost-disclosure__timing,
.treatment-cost-disclosure__independence {
  padding: 10px 11px;
  border-radius: 10px;
  background: rgba(8, 117, 124, 0.07);
  color: #244d40;
}

.treatment-cost-disclosure__conditions,
.treatment-cost-disclosure__app { color: rgba(20, 58, 44, 0.72); }

.treatment-cost-disclosure__authority {
  padding-top: 10px;
  border-top: 1px solid rgba(14, 42, 32, 0.1);
  color: rgba(20, 58, 44, 0.5);
  font-size: 0.55rem !important;
}

.treatment-cost-disclosure--landing {
  border-color: rgba(250, 247, 240, 0.18);
  background: rgba(250, 247, 240, 0.07);
  box-shadow: none;
  color: #faf7f0;
}

.treatment-cost-disclosure--landing .treatment-cost-disclosure__now strong { color: #9ff022; }
.treatment-cost-disclosure--landing details { border-top-color: rgba(250, 247, 240, 0.13); }
.treatment-cost-disclosure--landing summary { text-decoration-color: rgba(159, 240, 34, 0.44); }
.treatment-cost-disclosure--landing summary i { border-color: rgba(159, 240, 34, 0.38); color: #9ff022; }

.treatment-cost-disclosure--landing .treatment-cost-disclosure__content {
  border-top-color: rgba(250, 247, 240, 0.12);
  background: rgba(5, 25, 19, 0.34);
}

.treatment-cost-disclosure--landing .treatment-cost-disclosure__intro,
.treatment-cost-disclosure--landing .treatment-cost-disclosure__conditions,
.treatment-cost-disclosure--landing .treatment-cost-disclosure__app { color: rgba(250, 247, 240, 0.72); }

.treatment-cost-disclosure--landing .treatment-cost-disclosure__plan {
  border-color: rgba(250, 247, 240, 0.13);
  background: rgba(250, 247, 240, 0.08);
}

.treatment-cost-disclosure--landing .treatment-cost-disclosure__plan header strong,
.treatment-cost-disclosure--landing .treatment-cost-disclosure__plan dd { color: #faf7f0; }

.treatment-cost-disclosure--landing .treatment-cost-disclosure__plan header span,
.treatment-cost-disclosure--landing .treatment-cost-disclosure__plan dt,
.treatment-cost-disclosure--landing .treatment-cost-disclosure__reference { color: rgba(250, 247, 240, 0.55); }

.treatment-cost-disclosure--landing .treatment-cost-disclosure__reference strong,
.treatment-cost-disclosure--landing .treatment-cost-disclosure__benefit-balance dd { color: #b9fb54; }

.treatment-cost-disclosure--landing .treatment-cost-disclosure__plan dl > div { border-top-color: rgba(250, 247, 240, 0.1); }
.treatment-cost-disclosure--landing .treatment-cost-disclosure__benefit-balance { background: rgba(159, 240, 34, 0.08); }

.treatment-cost-disclosure--landing .treatment-cost-disclosure__timing,
.treatment-cost-disclosure--landing .treatment-cost-disclosure__independence {
  background: rgba(159, 240, 34, 0.08);
  color: rgba(250, 247, 240, 0.82);
}

.treatment-cost-disclosure--landing .treatment-cost-disclosure__authority {
  border-top-color: rgba(250, 247, 240, 0.12);
  color: rgba(250, 247, 240, 0.48);
}

@media (max-width: 720px) {
  .treatment-cost-disclosure-host { width: 100%; }
  .treatment-cost-disclosure { margin-top: 18px; border-radius: 14px; }
  .treatment-cost-disclosure__now { min-height: 44px; padding: 9px 12px; }
  .treatment-cost-disclosure summary { min-height: 44px; padding: 8px 12px; }
  .treatment-cost-disclosure__content { padding: 12px; }
  .treatment-cost-disclosure__plans { grid-template-columns: 1fr; }
  .treatment-cost-disclosure__plan { padding: 11px 12px; }
}

/* ============================================================
   Hero v6 — vidro leitoso (2026-08-16, pedido Felipe)
   O glass anterior (brightness .76 + vinheta preta) deixava o hero
   cinza/amarronzado. Agora: véu branco-creme, brightness > 1 e
   sombras esverdeadas suaves; textos do hero viram tinta verde —
   mesma família do resto da página (proposta creme + verde).
   ============================================================ */
.hero { color: var(--green-950); }

.hero-background-film {
  background: #d8dbd6 url("assets/media/hero-background-glp1-tablet-poster.jpg") center / cover no-repeat;
}

.hero-background-glass {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background:
    radial-gradient(circle at 77% 32%, rgba(255, 255, 255, 0.3), transparent 36%),
    linear-gradient(112deg, rgba(250, 247, 240, 0.5) 0%, rgba(250, 247, 240, 0.28) 44%, rgba(250, 247, 240, 0.42) 72%, rgba(250, 247, 240, 0.34) 100%);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.7),
    inset 0 -110px 140px -80px rgba(14, 42, 32, 0.14),
    inset 0 0 180px rgba(255, 255, 255, 0.12);
  /* Blur curto de propósito: dá pra perceber o que acontece no fundo. */
  -webkit-backdrop-filter: blur(9px) saturate(0.9) brightness(1.08);
  backdrop-filter: blur(9px) saturate(0.9) brightness(1.08);
}

.hero-background-glass::before {
  background:
    linear-gradient(118deg, transparent 0 42%, rgba(255, 255, 255, 0.16) 49%, transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 25%, transparent 69%, rgba(14, 42, 32, 0.05));
}

.hero-background-glass::after {
  border: 1px solid rgba(20, 58, 44, 0.1);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px rgba(14, 42, 32, 0.06);
}

.hero-kicker { color: rgba(20, 58, 44, 0.74); }
.hero-price-lockup > span { color: rgba(20, 58, 44, 0.74); }
.hero-price-lockup > div {
  color: var(--green-900);
  filter: drop-shadow(0 16px 28px rgba(14, 42, 32, 0.16));
}
.hero-price-lockup > i { color: rgba(20, 58, 44, 0.55); }

.hero-pillars > div { color: rgba(20, 58, 44, 0.78); }
.hero-pillars > div:hover,
.hero-pillars > div:focus-visible { color: var(--green-950); }

@media (max-width: 720px) {
  .hero-background-glass {
    background:
      radial-gradient(circle at 50% 14%, rgba(255, 255, 255, 0.28), transparent 32%),
      linear-gradient(180deg, rgba(250, 247, 240, 0.52) 0%, rgba(250, 247, 240, 0.36) 42%, rgba(250, 247, 240, 0.3) 100%);
    -webkit-backdrop-filter: blur(12px) saturate(0.85) brightness(1.06);
    backdrop-filter: blur(12px) saturate(0.85) brightness(1.06);
  }
}

/* v6.1 — legibilidade sobre o vidro claro (2026-08-16, feedback Felipe:
   "alguns textos estão invisíveis"). Chip do preço vira cartão claro e a
   faixa "A gente coordena cada etapa" ganha tinta verde. */
.hero-price-lockup {
  border: 1px solid rgba(20, 58, 44, 0.14);
  background: rgba(250, 247, 240, 0.6);
  box-shadow: 0 12px 26px -20px rgba(14, 42, 32, 0.4), inset 0 1px rgba(255, 255, 255, 0.75);
}
.hero-price-lockup > span { color: rgba(20, 58, 44, 0.92); }
.hero-price-lockup > span small { color: rgba(20, 58, 44, 0.56); }
.hero-price-lockup > strong { color: var(--green-900); }

.hero-delivery { color: rgba(20, 58, 44, 0.68); }
.hero-delivery strong { color: var(--green-950); }
.hero-delivery small { color: rgba(20, 58, 44, 0.52); }

.hero-kicker { color: rgba(20, 58, 44, 0.82); }

/* ============================================================
   Carimbo "Padrão Veera" (2026-08-16): o medalhão escuro da seção
   de verificação vira o carimbo real (arte enviada pelo Felipe,
   recortada e tingida no green-800). Leve rotação de carimbada.
   ============================================================ */
.intel-core,
.intelligence-stage .intel-core {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.intel-core .intel-core-stamp {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 24px rgba(14, 42, 32, 0.16));
}

@media (min-width: 721px) {
  /* Selo na costura INFERIOR entre os dossiês (área vazia) — centralizado
     em cima dos critérios ele cobria o conteúdo do card da direita.
     Largura acompanha o viewport pra não invadir os cards em telas médias. */
  .intel-core,
  .intelligence-stage .intel-core {
    top: auto;
    bottom: 22px;
    left: 50%;
    width: clamp(132px, 10.5vw, 184px);
    transform: translate(-50%, 0) rotate(-7deg);
  }
}

@media (max-width: 720px) {
  /* Layout empilhado: selo vira bloco estático centralizado após os cards. */
  .intel-core,
  .intelligence-stage .intel-core {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width: 148px;
    min-height: 0;
    aspect-ratio: auto;
    margin: 18px auto 0;
    transform: rotate(-6deg);
  }
}

/* v6.2 — header sobre o vidro claro: wordmark e "Entrar" em tinta verde
   também no estado NÃO-scrollado (antes eram cream e sumiam no branco). */
.site-header .wordmark { color: var(--green-950); }
.header-login { color: rgba(20, 58, 44, 0.8); }
.site-header[data-scrolled] .header-login { color: var(--green-950); }

/* v6.3 — ícones de confiança nos critérios médico/farmácia (2026-08-16).
   SVG inline stroke na paleta (nítido em qualquer densidade — sem raster).
   Estilo lineal, mesmo vocabulário dos ícones do hero. */
.criteria-row { grid-template-columns: 32px minmax(0, 1fr); }

.criteria-row > i {
  width: 30px;
  height: 30px;
  color: var(--teal);
  transition: color 200ms ease, border-color 200ms ease, transform 240ms cubic-bezier(.2,.75,.2,1);
}

.criteria-row > i svg {
  width: 17px;
  height: 17px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.criteria-row:hover > i {
  border-color: rgba(8, 136, 145, 0.32);
  color: var(--green-700);
  transform: scale(1.08);
}

/* v6.4 — destaque "Quanto custa o tratamento completo?" (2026-08-16,
   pedido Felipe). Vale pra LP e pro checkout (mesmo componente). Ícone
   animado de dinheiro (Flaticon 12147233 adaptado à paleta, loop). */
.treatment-cost-disclosure summary {
  min-height: 60px;
  padding: 11px 15px;
  font-size: 0.8rem;
  text-decoration: none;
  background: linear-gradient(90deg, rgba(159, 240, 34, 0.18), rgba(159, 240, 34, 0.04) 70%);
  transition: background 200ms ease;
}

.treatment-cost-disclosure summary:hover {
  background: linear-gradient(90deg, rgba(159, 240, 34, 0.26), rgba(159, 240, 34, 0.07) 70%);
}

.treatment-cost-disclosure__question {
  display: flex;
  align-items: center;
  gap: 12px;
}

.treatment-cost-disclosure__money {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: block;
  filter: drop-shadow(0 4px 8px rgba(14, 42, 32, 0.18));
}

@media (max-width: 720px) {
  .treatment-cost-disclosure summary { font-size: 0.72rem; }
  .treatment-cost-disclosure__money { width: 32px; height: 32px; flex-basis: 32px; }
}

/* v6.5 — dois textos que seguiam creme por regras específicas de classe
   (a herança do v6.1 não alcançava): kicker "Cuidado integral em
   emagrecimento" e o span "avaliação, farmácia parceira e continuidade". */
.hero-kicker-copy { color: rgba(20, 58, 44, 0.85); }
.hero-delivery span { color: rgba(20, 58, 44, 0.58); }

/* v6.6 — disclosure de preço aberto por padrão + juridiquês recolhido
   (2026-08-16, pedido Felipe: menos texto na frente, deixar claro que é
   valor MÉDIO e que a indicação médica define o final). */
.treatment-cost-disclosure__more {
  margin-top: 12px;
  border-top: 1px solid rgba(20, 58, 44, 0.1);
}

.treatment-cost-disclosure__more summary {
  min-height: 40px;
  padding: 8px 2px;
  font-size: 0.64rem;
  font-weight: 700;
  background: none;
  text-decoration: underline;
  text-decoration-color: rgba(8, 117, 124, 0.36);
  text-underline-offset: 3px;
}

.treatment-cost-disclosure__more summary:hover { background: none; }

.treatment-cost-disclosure__more summary i {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.treatment-cost-disclosure__more-content { padding-bottom: 6px; }
