:root {
  color-scheme: dark;
  color: #f6efe4;
  background: #050507;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  accent-color: #c99f52;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-size: 16px;
  background: radial-gradient(circle at top, rgba(201, 159, 82, 0.14), transparent 18%),
    linear-gradient(180deg, #060607 0%, #040406 100%);
}

h1 {
  font-size: clamp(3rem, 4.45vw, 5rem);
  line-height: 0.96;
  margin: 0 0 24px;
  max-width: 740px;
  letter-spacing: -0.04em;
}

h2 {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
  font-weight: 700;
}

h3 {
  font-size: 1.08rem;
  line-height: 1.5;
  margin: 0 0 14px;
  font-weight: 700;
}

p, li, a, button, label, input, textarea {
  font-size: 1rem;
}

.page-shell {
  max-width: 1360px;
  margin: 0 auto;
  padding: 28px 24px 64px;
}

@property --nav-border-angle {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}

.page-nav {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 4vw, 48px);
  margin: 0 auto 28px;
  padding: 9px clamp(16px, 2vw, 26px);
  min-height: 42px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 8% 32%, rgba(222, 172, 84, 0.09), transparent 18%),
    radial-gradient(circle at 92% 64%, rgba(207, 151, 63, 0.08), transparent 20%),
    linear-gradient(180deg, rgba(18, 16, 14, 0.76), rgba(4, 4, 5, 0.82));
  border: 1px solid rgba(216, 170, 86, 0.34);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 235, 184, 0.035) inset,
    0 0 42px rgba(194, 139, 52, 0.08);
  backdrop-filter: blur(26px) saturate(125%);
  -webkit-backdrop-filter: blur(26px) saturate(125%);
  overflow: hidden;
  isolation: isolate;
  animation: navBreath 7s ease-in-out infinite alternate;
}

.page-nav::before,
.page-nav::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.page-nav::before {
  padding: 1px;
  background:
    conic-gradient(
      from var(--nav-border-angle, 0deg) at 50% 50%,
      rgba(216, 170, 86, 0.08) 0deg,
      rgba(216, 170, 86, 0.08) 205deg,
      rgba(205, 158, 78, 0.32) 250deg,
      rgba(255, 232, 170, 0.95) 292deg,
      rgba(205, 158, 78, 0.36) 330deg,
      rgba(216, 170, 86, 0.08) 360deg
    );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.82;
  animation: navBorderLight 7.8s linear infinite;
}

.page-nav::after {
  inset: 1px;
  background:
    linear-gradient(110deg, transparent 0 16%, rgba(255, 232, 170, 0.12) 19%, transparent 24%),
    radial-gradient(circle at 6% 50%, rgba(229, 178, 92, 0.18), transparent 10%),
    radial-gradient(circle at 96% 50%, rgba(229, 178, 92, 0.12), transparent 11%);
  filter: blur(0.2px);
  opacity: 0.58;
  mix-blend-mode: screen;
}

@keyframes navBreath {
  from { box-shadow: 0 24px 80px rgba(0,0,0,0.42), 0 0 0 1px rgba(255,235,184,0.035) inset, 0 0 34px rgba(194,139,52,0.06); }
  to { box-shadow: 0 28px 92px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,235,184,0.055) inset, 0 0 54px rgba(194,139,52,0.12); }
}

@keyframes navBorderLight {
  from { --nav-border-angle: 0deg; }
  to { --nav-border-angle: 360deg; }
}

.nav-brand {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 28px;
  flex: 0 0 auto;
}

.nav-brand img {
  display: block;
  width: 30px;
  height: auto;
  object-fit: contain;
  object-position: center;
  filter:
    drop-shadow(0 0 8px rgba(232, 188, 103, 0.18))
    drop-shadow(0 12px 18px rgba(0, 0, 0, 0.36));
}

.nav-links {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 1.8vw, 18px);
}

.nav-links a {
  position: relative;
  color: rgba(246, 239, 228, 0.78);
  text-decoration: none;
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: color 0.35s ease, transform 0.35s ease, text-shadow 0.35s ease;
}

.nav-links a + a::before {
  content: '';
  position: absolute;
  left: -9px;
  top: 50%;
  width: 1px;
  height: 14px;
  transform: translateY(-50%);
  background: linear-gradient(180deg, transparent, rgba(205, 158, 78, 0.54), transparent);
  opacity: 0.72;
}

.nav-links a::after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -9px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #efcf7e, transparent);
  box-shadow: 0 0 16px rgba(232, 188, 103, 0.42);
  opacity: 0;
  transition: left 0.38s ease, right 0.38s ease, opacity 0.38s ease;
}

.nav-links a:hover {
  color: #f0c873;
  transform: translateY(-1px);
  text-shadow: 0 0 18px rgba(222, 172, 84, 0.18);
}

.nav-links a:hover::after,
.nav-links a:last-child::after {
  left: 12%;
  right: 12%;
  opacity: 1;
}

.nav-links a:last-child {
  color: #e3b866;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: #c99f52;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-section,
.section {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 38px;
  padding: 48px;
  margin-bottom: 36px;
  backdrop-filter: blur(20px);
  background: rgba(14, 13, 17, 0.86);
}

.hero-section {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 40px;
  padding: 44px 54px 42px;
  overflow: hidden;
}

.hero-copy h1 {
  font-size: clamp(3rem, 4.45vw, 5rem);
  line-height: 0.94;
  margin: 0 0 20px;
  max-width: 740px;
  letter-spacing: -0.04em;
}

.hero-copy .highlight {
  color: #d8b56b;
  font-weight: 800;
  -webkit-text-stroke: 0px rgba(0,0,0,0.02);
}

/* Glass card + shine */
.glass {
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
  border: 1px solid rgba(255,255,255,0.06);
  backdrop-filter: blur(10px) saturate(120%);
  position: relative;
  overflow: hidden;
}

.shine {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255,255,255,0.16), transparent 12%);
  mix-blend-mode: screen;
  transition: opacity 0.12s linear, transform 0.12s linear;
  opacity: 0;
}

.track-mouse:hover .shine {
  opacity: 1;
  transform: scale(1.02);
}

/* Horizontal scroll */
.horizontal-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 12px 6px;
}

.horizontal-track {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.showcase-card {
  min-width: 320px;
  max-width: 420px;
  scroll-snap-align: start;
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.horizontal-showcase .horizontal-scroll {
  scroll-snap-type: x mandatory;
}

/* Ghost button and interactive hover */
.btn-ghost {
  background: rgba(255,255,255,0.04);
  color: #f6efe4;
  border: 1px solid rgba(255,255,255,0.06);
  padding: 12px 18px;
  border-radius: 12px;
  align-self: start;
  position: relative;
  overflow: hidden;
}

.btn-ghost::after {
  content: '';
  position: absolute;
  left: var(--btn-mx, 50%);
  top: var(--btn-my, 50%);
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255,255,255,0.12), transparent 40%);
  pointer-events: none;
  transition: width 0.24s ease, height 0.24s ease;
}

.btn-ghost:hover::after {
  width: 220px;
  height: 220px;
}

/* small accessibility tweaks */
.horizontal-scroll:focus { outline: 2px solid rgba(201,159,82,0.12); }

.hero-copy p {
  font-size: 1rem;
  max-width: 680px;
  line-height: 1.6;
  color: #d8d3c8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 22px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 16px 26px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn-primary {
  background: linear-gradient(135deg, #d8b56b 0%, #c99f52 100%);
  color: #09090c;
  box-shadow: 0 20px 48px rgba(201, 159, 82, 0.24);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #f6efe4;
}

.hero-visual {
  position: relative;
  min-height: 520px;
  border-radius: 32px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(8, 8, 10, 0.88));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.hero-photo-wrap {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border-radius: 32px;
  padding: 12px;
}

.hero-photo-wrap::before {
  content: '';
  position: absolute;
  inset: -18px;
  border-radius: 44px;
  background: linear-gradient(120deg, rgba(255,255,255,0.02), rgba(201,159,82,0.12) 35%, rgba(0,0,0,0.45));
  filter: blur(26px) saturate(120%);
  opacity: 0.95;
  pointer-events: none;
}

.hero-photo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.6);
}

.hero-surface {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.07), transparent 26%),
    radial-gradient(circle at bottom right, rgba(201, 159, 82, 0.14), transparent 24%);
}

.hero-caption {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 84%;
  transform: translateX(-50%);
  padding: 14px 22px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #f6efe4;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-object {
  position: absolute;
  border-radius: 50%;
  opacity: 0.65;
  filter: blur(0.6px);
}

.object-1 {
  width: 150px;
  height: 150px;
  top: 22px;
  right: 22px;
  background: rgba(201, 159, 82, 0.18);
}

.object-2 {
  width: 220px;
  height: 220px;
  bottom: 36px;
  left: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.object-3 {
  width: 100px;
  height: 100px;
  top: 180px;
  left: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.section-dark {
  background: rgba(8, 8, 10, 0.94);
}

#dados.section-dark {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 64% 43%, rgba(223, 178, 94, 0.27), transparent 22%),
    radial-gradient(circle at 78% 55%, rgba(176, 113, 48, 0.16), transparent 30%),
    radial-gradient(circle at 18% 26%, rgba(255, 245, 224, 0.07), transparent 22%),
    linear-gradient(135deg, #030304 0%, #09090b 45%, #11100f 100%);
}

#dados.section-dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 66% 82%, rgba(215, 166, 80, 0.24), transparent 22%),
    radial-gradient(ellipse at 56% 48%, rgba(255, 213, 126, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.035), transparent 34%),
    linear-gradient(115deg, transparent 0 45%, rgba(218,178,102,0.08) 47% 48%, transparent 51%);
  opacity: 0.92;
  pointer-events: none;
}

#dados.section-dark::after {
  content: none;
}

#dados.section-dark > * {
  position: relative;
  z-index: 1;
}

.section-light {
  background: rgba(18, 18, 20, 0.94);
}

/* Beige variant for highlighted sections */
.section.beige {
  background: linear-gradient(180deg, #f3e9dc 0%, #efe6d4 100%);
  color: #1a1a18;
  border: 1px solid rgba(0,0,0,0.06);
}

.section.beige .eyebrow {
  color: rgba(26,20,12,0.6);
}

.section.beige .section-head h2,
.section.beige h3,
.section.beige p,
.section.beige .benefit-card p {
  color: #2b2a27;
}

/* Apply a single consistent font family across the site */
body, h1, h2, h3, h4, h5, h6, p, a, span, li, button, label, input, textarea {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
#problema h2, #showcase .section-head h2, .section.beige h2 {
  font-weight: 700;
}
#problema p, #showcase p, .section.beige p {
  font-weight: 400;
  letter-spacing: 0.01em;
}

/* Make the whole beige section more cohesive and cards impactful */
.section.beige .benefit-grid,
.section.beige .feature-list {
  gap: 22px;
}

.section.beige .benefit-card,
.section.beige .feature-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(250,245,238,0.94));
  border: 1px solid rgba(0,0,0,0.06);
  color: #171614;
}

/* Showcase cards in beige sections should match benefit styling */
.section.beige .showcase-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(250,245,238,0.96));
  border: 1px solid rgba(0,0,0,0.06);
  color: #171614;
  box-shadow: 0 12px 28px rgba(0,0,0,0.06);
}
.section.beige .showcase-card h3 { color: #0f0e0c; font-weight:800; }
.section.beige .showcase-card p { color: #33302b; }

.section.beige .benefit-card h3,
.section.beige .feature-card h3 {
  color: #0f0e0c;
  font-weight: 800;
}

.section.beige .benefit-card p,
.section.beige .feature-card p {
  color: #33302b;
}

/* Metallic card CTA */
.card-cta.metallic {
  display: inline-block;
  margin-top: 14px;
  padding: 10px 16px;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none;
  color: #111;
  background: linear-gradient(135deg, #f7efd9 0%, #d5c29a 30%, #b89b6a 60%, #ece3cd 100%);
  box-shadow: 0 8px 22px rgba(184,155,106,0.18), inset 0 1px 0 rgba(255,255,255,0.6);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.card-cta.metallic:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 18px 40px rgba(184,155,106,0.26), inset 0 1px 0 rgba(255,255,255,0.7);
}

/* Beams (diagonal neon/light beams) */
.beams { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.beams .beam {
  position: absolute;
  width: 160%;
  height: 160px;
  left: -30%;
  top: 20%;
  transform: rotate(-18deg);
  filter: blur(28px);
  opacity: 0.0;
  background: linear-gradient(90deg, rgba(201,159,82,0.0), rgba(255,230,180,0.24), rgba(201,159,82,0.0));
  mix-blend-mode: screen;
}
.beams .b2 { top: 45%; transform: rotate(-16deg); background: linear-gradient(90deg, rgba(255,100,200,0.0), rgba(160,200,255,0.18), rgba(255,100,200,0.0)); }
.beams .b3 { top: 70%; transform: rotate(-14deg); background: linear-gradient(90deg, rgba(120,255,200,0.0), rgba(200,255,220,0.12), rgba(120,255,200,0.0)); }

@keyframes beamAnim {
  0% { transform: translateX(-40%) rotate(-18deg); opacity: 0; }
  10% { opacity: 0.25; }
  50% { transform: translateX(20%) rotate(-18deg); opacity: 0.35; }
  90% { opacity: 0.12; }
  100% { transform: translateX(80%) rotate(-18deg); opacity: 0; }
}
.beams .beam { animation: beamAnim 8s linear infinite; }

/* Floating orbs */
.floating-orbs { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.floating-orbs .orb { position: absolute; width: 120px; height: 120px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.18), rgba(201,159,82,0.08) 40%, transparent 60%); filter: blur(18px); opacity: 0.08; }
.floating-orbs .o1 { left: 6%; top: 10%; animation: float1 7s ease-in-out infinite; }
.floating-orbs .o2 { right: 8%; top: 30%; width: 180px; height: 180px; animation: float2 9s ease-in-out infinite; }
.floating-orbs .o3 { left: 50%; bottom: 10%; width: 140px; height: 140px; animation: float3 10s ease-in-out infinite; }

@keyframes float1 { 0%{transform:translateY(0px);}50%{transform:translateY(-18px);}100%{transform:translateY(0px);} }
@keyframes float2 { 0%{transform:translateY(0px);}50%{transform:translateY(-36px);}100%{transform:translateY(0px);} }
@keyframes float3 { 0%{transform:translateY(0px);}50%{transform:translateY(-24px);}100%{transform:translateY(0px);} }

/* Ensure z-index stacking in beige section */
.section.beige > * { position: relative; z-index: 2; }

/* Metric background animation */
.metric-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image: linear-gradient(90deg, rgba(201,159,82,0.12) 0 16px, transparent 16px), linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(0,0,0,0.0) 60%);
  background-size: 40px 300%, 100% 100%;
  mix-blend-mode: multiply;
  animation: rise 8s linear infinite;
  filter: blur(6px) saturate(110%);
}

@keyframes rise {
  from { background-position: 0 100%, 0 0; }
  to   { background-position: 0 -200%, 0 0; }
}

/* ensure content sits above metric bg */
.section.beige > * { position: relative; z-index: 1; }

/* Apply mouse-tracking shine to existing cards */
.feature-card.track-mouse, .benefit-card.track-mouse, .program-card.track-mouse {
  position: relative;
  overflow: hidden;
}
.feature-card.track-mouse::after, .benefit-card.track-mouse::after, .program-card.track-mouse::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mx,50%) var(--my,50%), rgba(255,255,255,0.06), transparent 12%);
  mix-blend-mode: screen;
  opacity: 0;
  transition: opacity 0.12s linear, transform 0.12s linear;
}
.feature-card.track-mouse:hover::after, .benefit-card.track-mouse:hover::after, .program-card.track-mouse:hover::after {
  opacity: 1;
}

#problema.challenge-editorial {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 4.4vw, 58px);
  border: 1px solid rgba(105, 78, 37, 0.12);
  border-radius: 34px;
  background:
    radial-gradient(circle at 9% 10%, rgba(255, 255, 255, 0.92), transparent 28%),
    radial-gradient(circle at 74% 4%, rgba(214, 174, 100, 0.16), transparent 34%),
    radial-gradient(circle at 98% 92%, rgba(178, 126, 48, 0.13), transparent 28%),
    linear-gradient(135deg, #f8efe1 0%, #f3eadc 46%, #efe3cf 100%);
  box-shadow: 0 28px 90px rgba(56, 42, 22, 0.1);
  color: #171715;
}

#problema.challenge-editorial::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.42), transparent 32%, rgba(173, 121, 45, 0.06) 72%, transparent),
    repeating-linear-gradient(135deg, transparent 0 20px, rgba(172, 122, 48, 0.035) 21px 22px);
  mask-image: radial-gradient(circle at 92% 93%, black 0 18%, transparent 42%);
  opacity: 0.72;
}

#problema.challenge-editorial::after {
  content: '';
  position: absolute;
  left: 54px;
  right: 54px;
  bottom: 38px;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(150, 101, 35, 0.22), transparent);
}

#problema .challenge-intro,
#problema .challenge-cards {
  position: relative;
  z-index: 1;
}

#problema .challenge-intro {
  max-width: 980px;
}

#problema .challenge-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #986828;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.34em;
  line-height: 1;
  text-transform: uppercase;
}

#problema .challenge-kicker::after {
  content: '';
  display: block;
  width: 66px;
  height: 1px;
  margin-top: 10px;
  background: #b98535;
}

#problema.challenge-editorial h2 {
  max-width: 1060px;
  margin: 0;
  color: #171715;
  font-family: "Cormorant Garamond", Canela, Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 5.25vw, 5.85rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.055em;
}

#problema.challenge-editorial h2 em {
  color: #bc8c3e;
  font-style: italic;
  font-weight: 400;
  white-space: nowrap;
  text-shadow: 0 12px 34px rgba(166, 114, 42, 0.18);
}

#problema.challenge-editorial p {
  max-width: 720px;
  margin: 20px 0 0;
  color: rgba(23, 23, 21, 0.82);
  font-family: Inter, Satoshi, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: clamp(0.92rem, 1.05vw, 1.04rem);
  line-height: 1.55;
  letter-spacing: 0;
}

#problema .challenge-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 28px;
}

#problema.challenge-editorial .btn {
  min-width: 210px;
  min-height: 52px;
  padding: 14px 26px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  text-transform: none;
  box-shadow: none;
}

#problema.challenge-editorial .btn-primary {
  gap: 24px;
  color: #12100b;
  background: linear-gradient(135deg, #d7af61 0%, #c3913b 54%, #e8cb83 100%);
  box-shadow: 0 20px 42px rgba(164, 109, 35, 0.18), inset 0 1px 0 rgba(255,255,255,0.42);
}

#problema .challenge-actions .btn-primary {
  min-width: min(100%, 360px);
}

#problema.challenge-editorial .btn-secondary {
  color: #8d5f24;
  background: rgba(255, 249, 239, 0.34);
  border: 1px solid rgba(147, 94, 28, 0.34);
}

#problema.challenge-editorial .btn:hover {
  transform: translateY(-2px);
}

#problema .challenge-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(30px, 3.4vw, 42px);
}

#problema .challenge-card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: clamp(22px, 2.2vw, 28px);
  border: 1px solid rgba(88, 64, 31, 0.09);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 100%, rgba(194, 145, 67, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.88), rgba(251, 244, 232, 0.86));
  box-shadow: 0 18px 50px rgba(75, 55, 26, 0.07);
}

#problema .challenge-card::before {
  content: '';
  position: absolute;
  right: -68px;
  bottom: -66px;
  width: 220px;
  height: 150px;
  border: 1px solid rgba(184, 132, 52, 0.22);
  border-color: rgba(184, 132, 52, 0.22) transparent transparent transparent;
  border-radius: 50%;
  transform: rotate(-18deg);
}

#problema .challenge-card::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255,255,255,0.58), transparent 18%);
  opacity: 0;
  transition: opacity 0.18s ease;
}

#problema .challenge-card:hover::after {
  opacity: 1;
}

#problema .challenge-card-top {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  color: #b07a31;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

#problema .challenge-card-top i {
  height: 1px;
  background: linear-gradient(90deg, rgba(176, 122, 49, 0.88), rgba(176, 122, 49, 0.2));
}

#problema .challenge-card strong {
  display: block;
  color: #11110f;
  font-family: Inter, Satoshi, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: clamp(2.05rem, 2.55vw, 2.85rem);
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

#problema .challenge-card h3 {
  max-width: 320px;
  margin: 6px 0 14px;
  color: #11110f;
  font-family: Inter, Satoshi, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: clamp(1.08rem, 1.25vw, 1.32rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
}

#problema .challenge-card p {
  max-width: 360px;
  margin: 0;
  color: rgba(23, 23, 21, 0.78);
  font-size: 0.88rem;
  line-height: 1.5;
}

#beneficios.themes-editorial {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 4.2vw, 54px);
  border: 1px solid rgba(105, 78, 37, 0.12);
  border-radius: 34px;
  background:
    radial-gradient(circle at 10% 9%, rgba(255, 255, 255, 0.9), transparent 30%),
    radial-gradient(circle at 78% 0%, rgba(214, 174, 100, 0.15), transparent 34%),
    radial-gradient(circle at 92% 94%, rgba(178, 126, 48, 0.12), transparent 30%),
    linear-gradient(135deg, #f8efe1 0%, #f3eadc 48%, #efe3cf 100%);
  box-shadow: 0 28px 90px rgba(56, 42, 22, 0.1);
  color: #171715;
}

#beneficios.themes-editorial::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.42), transparent 34%, rgba(173, 121, 45, 0.055) 74%, transparent),
    repeating-linear-gradient(135deg, transparent 0 20px, rgba(172, 122, 48, 0.032) 21px 22px);
  mask-image: radial-gradient(circle at 90% 92%, black 0 19%, transparent 42%);
  opacity: 0.72;
}

#beneficios.themes-editorial::after {
  content: '';
  position: absolute;
  left: 54px;
  right: 54px;
  bottom: 38px;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(150, 101, 35, 0.22), transparent);
}

#beneficios .themes-head,
#beneficios .themes-grid {
  position: relative;
  z-index: 1;
}

#beneficios .themes-head {
  max-width: 720px;
  margin-bottom: clamp(26px, 3vw, 34px);
}

#beneficios .themes-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #986828;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.3em;
  line-height: 1;
  text-transform: uppercase;
}

#beneficios .themes-kicker::after {
  content: '';
  display: block;
  width: 58px;
  height: 1px;
  margin-top: 10px;
  background: #b98535;
}

#beneficios.themes-editorial h2 {
  margin: 0;
  color: #141412;
  font-family: "Cormorant Garamond", Canela, Georgia, "Times New Roman", serif;
  font-size: clamp(2.95rem, 4.65vw, 5.15rem);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

#beneficios.themes-editorial h2 em {
  color: #bc8c3e;
  font-style: italic;
  font-weight: 400;
  text-shadow: 0 12px 34px rgba(166, 114, 42, 0.16);
}

#beneficios.themes-editorial .themes-head p {
  max-width: 610px;
  margin: 18px 0 0;
  color: rgba(23, 23, 21, 0.82);
  font-size: clamp(0.94rem, 1vw, 1.02rem);
  line-height: 1.5;
  letter-spacing: 0;
}

#beneficios .themes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

#beneficios .theme-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 255px;
  flex-direction: column;
  padding: clamp(20px, 1.9vw, 26px);
  border: 1px solid rgba(88, 64, 31, 0.09);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 100%, rgba(194, 145, 67, 0.075), transparent 36%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.9), rgba(251, 244, 232, 0.86));
  box-shadow: 0 18px 50px rgba(75, 55, 26, 0.065);
}

#beneficios .theme-card::before {
  content: '';
  position: absolute;
  right: -74px;
  bottom: -72px;
  width: 220px;
  height: 150px;
  border: 1px solid rgba(184, 132, 52, 0.2);
  border-color: rgba(184, 132, 52, 0.2) transparent transparent transparent;
  border-radius: 50%;
  transform: rotate(-18deg);
}

#beneficios .theme-card::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255,255,255,0.58), transparent 18%);
  opacity: 0;
  transition: opacity 0.18s ease;
}

#beneficios .theme-card:hover::after {
  opacity: 1;
}

#beneficios .theme-card-top {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
  color: #b07a31;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

#beneficios .theme-card-top i {
  height: 1px;
  background: linear-gradient(90deg, rgba(176, 122, 49, 0.9), rgba(176, 122, 49, 0.2));
}

#beneficios .theme-card h3 {
  margin: 0;
  color: #11110f;
  font-family: "Cormorant Garamond", Canela, Georgia, "Times New Roman", serif;
  font-size: clamp(1.38rem, 1.55vw, 1.78rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.045em;
}

#beneficios .theme-card b {
  display: block;
  width: 36px;
  height: 1px;
  margin: 16px 0;
  background: rgba(176, 122, 49, 0.7);
}

#beneficios .theme-card p {
  margin: 0;
  color: rgba(23, 23, 21, 0.82);
  font-size: 0.9rem;
  line-height: 1.52;
}

#beneficios .theme-cta {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  margin-top: auto;
  padding-top: 22px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(176, 122, 49, 0.72);
  color: #a06f2e;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

#beneficios .theme-cta span {
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-1px);
  transition: transform 0.22s ease;
}

#beneficios .theme-cta:hover {
  color: #6f4618;
  border-color: rgba(111, 70, 24, 0.9);
  transform: translateY(-1px);
}

#beneficios .theme-cta:hover span {
  transform: translate(6px, -1px);
}

#davidson.story-editorial {
  position: relative;
  overflow: hidden;
  padding: clamp(36px, 4.1vw, 56px);
  border: 1px solid rgba(211, 160, 76, 0.18);
  border-radius: 34px;
  background:
    radial-gradient(circle at 8% 86%, rgba(211, 160, 76, 0.18), transparent 22%),
    radial-gradient(circle at 92% 84%, rgba(201, 141, 51, 0.13), transparent 26%),
    radial-gradient(circle at 48% 12%, rgba(255, 244, 220, 0.05), transparent 28%),
    linear-gradient(135deg, #070707 0%, #0c0c0d 48%, #12100e 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.025), 0 30px 95px rgba(0, 0, 0, 0.28);
}

#davidson.story-editorial::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255,255,255,0.035), transparent 26%, rgba(214, 158, 67, 0.045) 74%, transparent),
    repeating-linear-gradient(135deg, transparent 0 28px, rgba(255, 244, 220, 0.018) 29px 30px);
  opacity: 0.78;
}

#davidson.story-editorial::after {
  content: '';
  position: absolute;
  right: -10%;
  bottom: -38%;
  width: 52%;
  aspect-ratio: 1;
  border: 1px solid rgba(201, 146, 59, 0.34);
  border-left-color: transparent;
  border-top-color: transparent;
  border-radius: 50%;
  filter: drop-shadow(0 0 16px rgba(201, 146, 59, 0.15));
  pointer-events: none;
}

#davidson .story-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px, 4vw, 54px);
  align-items: center;
}

#davidson .story-copy {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

#davidson .story-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #d0a456;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.34em;
  line-height: 1;
  text-transform: uppercase;
}

#davidson .story-kicker::after {
  content: '';
  display: block;
  width: 58px;
  height: 1px;
  margin-top: 12px;
  background: linear-gradient(90deg, #d0a456, rgba(208, 164, 86, 0.12));
}

#davidson.story-editorial h2 {
  max-width: 610px;
  margin: 0 0 18px;
  color: #f6efe4;
  font-family: "Cormorant Garamond", Canela, Georgia, "Times New Roman", serif;
  font-size: clamp(2.85rem, 4.15vw, 4.95rem);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.055em;
  text-shadow: 0 18px 54px rgba(0,0,0,0.5);
}

#davidson.story-editorial h2 em,
#davidson.story-editorial h2 i {
  color: #c99f52;
  font-style: italic;
  font-weight: 400;
  text-shadow: 0 12px 38px rgba(201, 159, 82, 0.18);
}

#davidson.story-editorial .story-copy p {
  max-width: 590px;
  margin: 0 0 16px;
  color: rgba(246, 239, 228, 0.82);
  font-size: clamp(0.9rem, 0.98vw, 1rem);
  line-height: 1.55;
  letter-spacing: 0;
}

#davidson.story-editorial .story-copy h3 {
  margin: 24px 0 12px;
  color: #d0a456;
  font-family: "Cormorant Garamond", Canela, Georgia, "Times New Roman", serif;
  font-size: clamp(1.28rem, 1.45vw, 1.62rem);
  font-weight: 600;
  letter-spacing: -0.025em;
}

#davidson.story-editorial .story-copy h3::before {
  content: '';
  display: block;
  width: 58px;
  height: 1px;
  margin-bottom: 14px;
  background: linear-gradient(90deg, #d0a456, rgba(208, 164, 86, 0.08));
}

#davidson .story-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(246, 239, 228, 0.84);
}

#davidson .story-list li {
  position: relative;
  margin: 0;
  padding-left: 54px;
  font-size: 0.9rem;
  line-height: 1.4;
}

#davidson .story-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 32px;
  height: 1px;
  background: linear-gradient(90deg, #d0a456, rgba(208, 164, 86, 0.12));
}

#davidson .story-panels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

#davidson .story-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 22px;
  align-items: start;
  min-height: 138px;
  padding: clamp(22px, 2.2vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.095);
  border-radius: 16px;
  background:
    radial-gradient(circle at 10% 0%, rgba(255,255,255,0.055), transparent 34%),
    radial-gradient(circle at 90% 100%, rgba(201, 159, 82, 0.085), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.012));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.035), 0 20px 60px rgba(0,0,0,0.18);
  backdrop-filter: blur(18px);
}

#davidson .story-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(208, 164, 86, 0.1), transparent 24%);
  opacity: 0;
  transition: opacity 0.18s ease;
}

#davidson .story-panel:hover::after {
  opacity: 1;
}

#davidson .story-panel span {
  color: #c99f52;
  font-family: "Cormorant Garamond", Canela, Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 3vw, 3.25rem);
  font-weight: 600;
  line-height: 0.85;
  letter-spacing: -0.04em;
}

#davidson .story-panel span::after {
  content: '';
  display: block;
  width: 44px;
  height: 1px;
  margin-top: 18px;
  background: linear-gradient(90deg, #d0a456, rgba(208, 164, 86, 0.1));
}

#davidson .story-panel strong {
  display: block;
  margin: 0 0 10px;
  color: #f6efe4;
  font-family: "Cormorant Garamond", Canela, Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 1.6vw, 1.75rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

#davidson .story-panel p {
  grid-column: 2;
  max-width: 440px;
  margin: 0;
  color: rgba(246, 239, 228, 0.78);
  font-size: 0.92rem;
  line-height: 1.5;
}

#programa.practice-editorial {
  position: relative;
  overflow: hidden;
  padding: clamp(36px, 4.1vw, 56px);
  border: 1px solid rgba(211, 160, 76, 0.18);
  border-radius: 34px;
  background:
    radial-gradient(circle at 96% 5%, rgba(218, 165, 78, 0.18), transparent 18%),
    radial-gradient(circle at 8% 88%, rgba(211, 160, 76, 0.15), transparent 22%),
    radial-gradient(circle at 45% 44%, rgba(255, 244, 220, 0.04), transparent 30%),
    linear-gradient(135deg, #060606 0%, #0c0c0d 50%, #12100d 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.024), 0 30px 95px rgba(0, 0, 0, 0.28);
}

#programa.practice-editorial::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255,255,255,0.03), transparent 28%, rgba(214, 158, 67, 0.045) 76%, transparent),
    repeating-linear-gradient(135deg, transparent 0 28px, rgba(255, 244, 220, 0.018) 29px 30px);
  opacity: 0.78;
}

#programa.practice-editorial::after {
  content: '';
  position: absolute;
  left: -10%;
  bottom: -38%;
  width: 52%;
  aspect-ratio: 1;
  border: 1px solid rgba(201, 146, 59, 0.34);
  border-right-color: transparent;
  border-top-color: transparent;
  border-radius: 50%;
  filter: drop-shadow(0 0 16px rgba(201, 146, 59, 0.15));
  pointer-events: none;
}

#programa .practice-head,
#programa .practice-grid {
  position: relative;
  z-index: 1;
}

#programa .practice-head {
  margin-bottom: clamp(28px, 4vw, 54px);
}

#programa .practice-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #d0a456;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.34em;
  line-height: 1;
  text-transform: uppercase;
}

#programa .practice-kicker::after {
  content: '';
  display: block;
  width: 58px;
  height: 1px;
  margin-top: 12px;
  background: linear-gradient(90deg, #d0a456, rgba(208, 164, 86, 0.12));
}

#programa.practice-editorial h2 {
  margin: 0;
  color: #f6efe4;
  font-family: "Cormorant Garamond", Canela, Georgia, "Times New Roman", serif;
  font-size: clamp(2.85rem, 4.15vw, 4.95rem);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.055em;
  text-shadow: 0 18px 54px rgba(0,0,0,0.52);
}

#programa.practice-editorial h2 em {
  color: #c99f52;
  font-style: italic;
  font-weight: 400;
  text-shadow: 0 12px 38px rgba(201, 159, 82, 0.18);
}

#programa .practice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

#programa .practice-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 276px;
  flex-direction: column;
  padding: clamp(22px, 2.2vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background:
    radial-gradient(circle at 14% 4%, rgba(255,255,255,0.055), transparent 36%),
    radial-gradient(circle at 96% 100%, rgba(201, 159, 82, 0.09), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.012));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.035), 0 20px 60px rgba(0,0,0,0.18);
  backdrop-filter: blur(18px);
}

#programa .practice-card::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(208, 164, 86, 0.1), transparent 24%);
  opacity: 0;
  transition: opacity 0.18s ease;
}

#programa .practice-card:hover::after {
  opacity: 1;
}

#programa .practice-card span {
  display: block;
  color: #c99f52;
  font-family: "Cormorant Garamond", Canela, Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 3vw, 3.25rem);
  font-weight: 600;
  line-height: 0.85;
  letter-spacing: -0.04em;
}

#programa .practice-card span::after {
  content: '';
  display: block;
  width: 44px;
  height: 1px;
  margin-top: 18px;
  background: linear-gradient(90deg, #d0a456, rgba(208, 164, 86, 0.1));
}

#programa .practice-card h3 {
  margin: 24px 0 16px;
  color: #f6efe4;
  font-family: "Cormorant Garamond", Canela, Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 1.6vw, 1.75rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

#programa .practice-card p {
  margin: 0;
  color: rgba(246, 239, 228, 0.78);
  font-size: 0.92rem;
  line-height: 1.5;
}

#programa .practice-card::before {
  content: '';
  width: 44px;
  height: 1px;
  margin-top: auto;
  background: linear-gradient(90deg, #d0a456, rgba(208, 164, 86, 0.1));
}

.data-section {
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
}

.data-copy {
  display: grid;
  gap: 26px;
  align-content: center;
  position: relative;
  z-index: 2;
}

.data-copy h2 {
  color: #f6efe4;
  max-width: 720px;
  font-size: clamp(2.8rem, 5vw, 5.6rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.data-intro {
  max-width: 650px;
  color: rgba(246,238,228,0.82);
  line-height: 1.85;
  font-size: 1.05rem;
}

.data-cta {
  width: fit-content;
  min-width: 300px;
  justify-content: center;
}

.data-interactive {
  display: grid;
  align-items: center;
  min-width: 0;
}

.invertase-object {
  position: relative;
  min-height: 620px;
  border-radius: 46px;
  padding: clamp(22px, 4vw, 48px);
  background:
    radial-gradient(circle at 52% 42%, rgba(214, 180, 103, 0.2), transparent 18%),
    radial-gradient(circle at 72% 68%, rgba(255,255,255,0.08), transparent 26%),
    linear-gradient(145deg, rgba(18, 17, 20, 0.96), rgba(2, 2, 3, 1) 62%);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 42px 120px rgba(0,0,0,0.48);
  overflow: hidden;
  perspective: 1400px;
  transform-style: preserve-3d;
  transition: transform 0.24s ease-out;
  display: grid;
  place-items: center;
}

.invertase-object::before {
  content: '';
  position: absolute;
  inset: -20%;
  background:
    linear-gradient(110deg, transparent 12%, rgba(255,255,255,0.08) 34%, transparent 52%),
    radial-gradient(circle at 50% 45%, rgba(201,159,82,0.2), transparent 28%);
  opacity: 0.72;
  pointer-events: none;
  animation: objectSweep 7s ease-in-out infinite alternate;
}

.invertase-object::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.78), transparent 22%, transparent 78%, rgba(0,0,0,0.86)),
    linear-gradient(180deg, rgba(0,0,0,0.72), transparent 28%, transparent 72%, rgba(0,0,0,0.8));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.07), inset 0 0 160px rgba(255,255,255,0.02);
  pointer-events: none;
  z-index: 4;
}

@keyframes objectSweep {
  from { transform: translateX(-4%) rotate(-4deg); }
  to { transform: translateX(5%) rotate(5deg); }
}

.object-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
  mix-blend-mode: screen;
  opacity: 0.75;
  z-index: 1;
}

.ring-1 {
  width: min(520px, 82%);
  aspect-ratio: 1;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.06), 0 0 36px rgba(201,159,82,0.1);
  animation: ringPulse 5.5s ease-in-out infinite;
}

.ring-2 {
  width: min(360px, 62%);
  aspect-ratio: 1;
  opacity: 0.55;
  border-color: rgba(255,255,255,0.1);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.04), 0 0 28px rgba(255,255,255,0.06);
  animation: ringPulse 6.5s ease-in-out infinite reverse;
}

.ring-3 {
  width: min(660px, 96%);
  aspect-ratio: 1;
  opacity: 0.22;
  border-style: dashed;
  border-color: rgba(201,159,82,0.28);
  animation: ringRotate 20s linear infinite;
}

@keyframes ringPulse {
  50% { transform: translate(-50%, -50%) scale(1.05); opacity: 0.9; }
}

@keyframes ringRotate {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.object-shapes {
  position: relative;
  width: min(360px, 68vw);
  height: min(360px, 68vw);
  pointer-events: none;
  display: grid;
  place-items: center;
  z-index: 2;
  transform-style: preserve-3d;
}

.shape {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--shape-size, 260px);
  height: var(--shape-size, 260px);
  transform: translate(-50%, -50%) rotateX(var(--shape-tilt, 0deg)) rotateY(calc(var(--shape-rotation, 0deg) * var(--shape-rotation-mult, 1))) rotateZ(calc(var(--shape-rotation, 0deg) * 0.7)) skew(var(--shape-skew, 0deg)) scale(var(--shape-scale, 1));
  border-radius: var(--shape-radius, 44% 56% 52% 48% / 50% 48% 52% 50%);
  background: linear-gradient(160deg, rgba(32, 31, 36, 0.98), rgba(5, 5, 7, 0.98));
  opacity: 0.96;
  filter: blur(0.2px);
  box-shadow:
    inset 28px 28px 54px rgba(255,255,255,0.06),
    inset -34px -30px 64px rgba(0,0,0,0.72),
    0 30px 80px rgba(0,0,0,0.44);
  mix-blend-mode: screen;
  transition: transform 0.72s cubic-bezier(.2,.8,.2,1), border-radius 0.72s cubic-bezier(.2,.8,.2,1), opacity 0.5s ease, width 0.72s ease, height 0.72s ease;
}

.facet {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: screen;
  opacity: 0.96;
  filter: drop-shadow(0 0 20px rgba(255,255,255,0.06));
  z-index: 3;
  transition: transform 0.72s ease, clip-path 0.72s ease, opacity 0.5s ease;
}

.facet-1 {
  width: 220px;
  height: 220px;
  clip-path: polygon(50% 0%, 100% 25%, 90% 80%, 10% 80%, 0% 25%);
  background: linear-gradient(145deg, rgba(227,200,150,0.16), rgba(16,15,19,0.92));
  transform: translate(-50%, -50%) rotate(12deg) skewY(-4deg);
}

.facet-2 {
  width: 230px;
  height: 230px;
  clip-path: polygon(50% 0%, 100% 35%, 65% 100%, 35% 100%, 0% 35%);
  background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(12,12,14,0.92));
  transform: translate(-50%, -50%) rotate(-18deg) skewX(6deg);
}

.facet-3 {
  width: 180px;
  height: 180px;
  clip-path: polygon(50% 0%, 100% 30%, 80% 100%, 20% 100%, 0% 30%);
  background: linear-gradient(120deg, rgba(255,255,255,0.08), rgba(19,18,23,0.92));
  transform: translate(-50%, -50%) rotate(26deg) skewY(8deg);
}

.facet-4 {
  width: 200px;
  height: 200px;
  clip-path: polygon(50% 0%, 100% 28%, 90% 100%, 10% 100%, 0% 28%);
  background: linear-gradient(160deg, rgba(25,24,29,0.88), rgba(255,255,255,0.08));
  transform: translate(-50%, -50%) rotate(-12deg) skewX(-5deg);
}

.facet-5 {
  width: 140px;
  height: 140px;
  clip-path: polygon(50% 0%, 100% 30%, 90% 70%, 50% 100%, 10% 70%);
  background: linear-gradient(155deg, rgba(255,255,255,0.18), rgba(32,30,36,0.95));
  transform: translate(-50%, -50%) rotate(42deg) skewY(-9deg);
}

.shape-1 {
  --shape-size: 320px;
  --shape-rotation-mult: 1;
  --shape-radius: 45% 55% 39% 61% / 48% 54% 46% 52%;
  background: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.22), transparent 42%),
    linear-gradient(180deg, rgba(217,178,97,0.26), rgba(16,15,18,0.86));
}

.shape-2 {
  --shape-size: 245px;
  --shape-rotation-mult: -0.8;
  --shape-radius: 48% 52% 56% 44% / 52% 46% 54% 48%;
  background: radial-gradient(circle at 70% 30%, rgba(201,159,82,0.24), transparent 46%),
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(22,21,24,0.78));
  opacity: 0.62;
}

.shape-3 {
  --shape-size: 180px;
  --shape-rotation-mult: 1.3;
  --shape-radius: 52% 48% 42% 58% / 46% 52% 44% 58%;
  background: radial-gradient(circle at 40% 40%, rgba(255,255,255,0.18), transparent 36%),
    linear-gradient(180deg, rgba(130,108,58,0.18), rgba(24,23,25,0.72));
  opacity: 0.55;
}

.invertase-object[data-phase="1"] .shape {
  --shape-radius: 18% 82% 38% 62% / 48% 22% 78% 52%;
}

.invertase-object[data-phase="2"] .shape {
  --shape-radius: 58% 42% 18% 82% / 28% 64% 36% 72%;
}

#dados .data-section {
  grid-template-columns: minmax(300px, 0.68fr) minmax(560px, 1.32fr);
  min-height: 660px;
  gap: clamp(34px, 5vw, 82px);
}

#dados .data-copy {
  padding-left: clamp(0px, 2vw, 24px);
  align-self: center;
}

#dados .data-copy .eyebrow {
  color: rgba(221, 179, 93, 0.78);
  letter-spacing: 0.42em;
  font-size: 0.72rem;
}

#dados .data-copy h2 {
  max-width: 500px;
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-size: clamp(3.45rem, 4.95vw, 5.75rem);
  font-weight: 500;
  line-height: 0.9;
  color: rgba(255, 250, 239, 0.96);
  text-shadow: 0 28px 80px rgba(0,0,0,0.62);
}

#dados .data-copy h2 em {
  display: block;
  margin-top: 0.08em;
  color: #c7a466;
  font-style: italic;
  font-weight: 400;
}

#dados .data-intro {
  max-width: 560px;
  color: rgba(239, 232, 218, 0.66);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.86;
}

#dados .data-cta {
  min-width: 390px;
  padding: 19px 30px;
  border: 1px solid rgba(255, 226, 156, 0.38);
  background:
    radial-gradient(circle at 20% 0%, rgba(255,255,255,0.34), transparent 32%),
    linear-gradient(135deg, #f0cf82 0%, #c89d4f 52%, #9b7031 100%);
  color: #120f09;
  box-shadow:
    0 20px 54px rgba(184, 133, 56, 0.22),
    inset 0 1px 0 rgba(255,255,255,0.48);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

#dados .data-cta::after {
  content: none;
}

#dados .data-cta:hover::after {
  transform: translateX(5px);
}

#dados .data-interactive {
  min-height: 600px;
}

#dados .invertase-object {
  min-height: 600px;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 0;
  background:
    radial-gradient(circle at 47% 42%, rgba(255,255,255,0.1), transparent 14%),
    radial-gradient(circle at 56% 52%, rgba(213, 160, 76, 0.18), transparent 34%),
    radial-gradient(ellipse at 44% 74%, rgba(232, 190, 111, 0.13), transparent 42%);
  box-shadow: none;
  overflow: visible;
  isolation: isolate;
}

#dados .data-video-stage {
  position: relative;
  z-index: 5;
  width: min(820px, 102%);
  height: min(700px, 82vw);
  display: grid;
  place-items: center;
  transform: translate3d(-8%, -1%, 0);
  animation: objectBreath 7.4s cubic-bezier(.22,.7,.2,1) infinite alternate;
  overflow: hidden;
  -webkit-mask-image:
    radial-gradient(ellipse at 47% 47%, #000 0 43%, rgba(0,0,0,0.9) 54%, transparent 74%),
    linear-gradient(90deg, transparent 0%, #000 10%, #000 82%, transparent 96%);
  mask-image:
    radial-gradient(ellipse at 47% 47%, #000 0 43%, rgba(0,0,0,0.9) 54%, transparent 74%),
    linear-gradient(90deg, transparent 0%, #000 10%, #000 82%, transparent 96%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

#dados .data-video-stage::before {
  content: '';
  position: absolute;
  inset: 7% 9% 11%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 41% 25%, rgba(255,255,255,0.44), transparent 8%),
    radial-gradient(circle at 69% 67%, rgba(232, 177, 88, 0.26), transparent 14%),
    radial-gradient(ellipse at center, rgba(255,255,255,0.1), transparent 42%);
  filter: blur(20px);
  opacity: 0.82;
  mix-blend-mode: screen;
  pointer-events: none;
}

#dados .data-video-stage::after {
  content: '';
  position: absolute;
  left: 18%;
  right: 17%;
  bottom: 10%;
  height: 104px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(236, 193, 111, 0.26), transparent 54%),
    radial-gradient(ellipse at center, rgba(255,255,255,0.08), transparent 68%);
  filter: blur(20px);
  opacity: 0.86;
  pointer-events: none;
}

@keyframes objectBreath {
  0% { transform: translate3d(-8%, 1.2%, 0) scale(1); }
  45% { transform: translate3d(-6.8%, -1.4%, 0) scale(1.026); }
  100% { transform: translate3d(-8.8%, -0.1%, 0) scale(1.052); }
}

#dados .data-morph-video {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 3;
  width: min(780px, 106%);
  height: min(780px, 106%);
  object-fit: cover;
  display: block;
  opacity: 0.98;
  transform: translate(-50%, -50%) scale(1.12);
  transform-origin: center;
  mix-blend-mode: lighten;
  filter:
    contrast(1.46)
    saturate(0.82)
    brightness(0.72)
    drop-shadow(0 56px 82px rgba(0, 0, 0, 0.86));
  pointer-events: none;
  transition: opacity 1.15s cubic-bezier(.22,.7,.2,1), filter 1.15s ease;
  -webkit-mask-image:
    radial-gradient(ellipse at 48% 45%, #000 0 40%, rgba(0,0,0,0.68) 52%, transparent 66%),
    linear-gradient(180deg, transparent 0%, #000 13%, #000 78%, transparent 96%),
    linear-gradient(90deg, transparent 0%, #000 13%, #000 70%, transparent 88%);
  mask-image:
    radial-gradient(ellipse at 48% 45%, #000 0 40%, rgba(0,0,0,0.68) 52%, transparent 66%),
    linear-gradient(180deg, transparent 0%, #000 13%, #000 78%, transparent 96%),
    linear-gradient(90deg, transparent 0%, #000 13%, #000 70%, transparent 88%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

#dados .data-morph-video-ghost {
  opacity: 0;
}

#dados .invertase-object.is-crossfading .data-morph-video.is-active {
  opacity: 0;
  filter:
    contrast(1.22)
    saturate(0.82)
    brightness(0.68)
    blur(0.4px)
    drop-shadow(0 48px 72px rgba(0, 0, 0, 0.82));
}

#dados .invertase-object.is-crossfading .data-morph-video-ghost {
  opacity: 0.96;
}

#dados .data-watermark-mask {
  position: absolute;
  right: -2%;
  bottom: -2%;
  z-index: 8;
  width: 42%;
  height: 32%;
  background:
    radial-gradient(ellipse at 100% 100%, rgba(3,3,4,1), rgba(3,3,4,0.94) 30%, rgba(3,3,4,0.64) 50%, transparent 72%),
    linear-gradient(135deg, transparent 0%, rgba(3,3,4,0.96) 62%);
  filter: blur(14px);
  pointer-events: none;
}

#dados .data-orbit-line {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 6;
  width: min(760px, 90%);
  height: min(760px, 90%);
  border-radius: 50%;
  pointer-events: none;
  transform-style: preserve-3d;
  mix-blend-mode: screen;
}

#dados .data-orbit-line::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(231, 178, 82, 0.32);
  border-left-color: transparent;
  border-top-color: rgba(255, 226, 156, 0.52);
  border-bottom-color: rgba(255,255,255,0.08);
  box-shadow:
    0 0 22px rgba(220, 181, 101, 0.18),
    0 0 60px rgba(201, 139, 52, 0.08),
    inset 0 0 28px rgba(255,255,255,0.035);
  filter: blur(0.2px);
}

#dados .data-orbit-line::after {
  content: '';
  position: absolute;
  right: 8%;
  top: 48%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffe7a3;
  box-shadow:
    0 0 12px rgba(255, 230, 167, 0.95),
    0 0 36px rgba(229, 171, 78, 0.62),
    -92px 12px 0 -3px rgba(255, 227, 166, 0.72),
    -210px -18px 0 -4px rgba(212, 147, 57, 0.55);
}

#dados .orbit-a {
  transform: translate(-50%, -50%) rotateX(68deg) rotateZ(16deg);
  animation: orbitSpinA 14s linear infinite;
}

#dados .orbit-b {
  width: min(650px, 78%);
  height: min(650px, 78%);
  opacity: 0.66;
  transform: translate(-50%, -50%) rotateX(74deg) rotateY(24deg) rotateZ(-28deg);
  animation: orbitSpinB 18s linear infinite reverse;
}

#dados .orbit-c {
  width: min(880px, 104%);
  height: min(480px, 58%);
  opacity: 0.48;
  transform: translate(-50%, -50%) rotateX(60deg) rotateZ(154deg);
  animation: orbitSpinC 24s linear infinite;
}

@keyframes orbitSpinA {
  to { transform: translate(-50%, -50%) rotateX(68deg) rotateZ(376deg); }
}

@keyframes orbitSpinB {
  to { transform: translate(-50%, -50%) rotateX(74deg) rotateY(24deg) rotateZ(332deg); }
}

@keyframes orbitSpinC {
  to { transform: translate(-50%, -50%) rotateX(60deg) rotateZ(514deg); }
}

#dados .invertase-object::before {
  inset: 7% 2% 4%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 45% 34%, rgba(255,255,255,0.2), transparent 8%),
    radial-gradient(circle at 56% 49%, rgba(255,255,255,0.08), transparent 27%),
    radial-gradient(ellipse at 50% 82%, rgba(229,189,111,0.16), transparent 18%);
  filter: blur(18px);
  opacity: 0.9;
  animation: dataAura 7s ease-in-out infinite alternate;
}

#dados .invertase-object::after {
  inset: auto 19% 8%;
  height: 78px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(232, 197, 129, 0.24), transparent 55%),
    radial-gradient(ellipse at center, rgba(255,255,255,0.08), transparent 62%);
  box-shadow: none;
  filter: blur(14px);
  opacity: 0.78;
  z-index: 1;
}

@keyframes dataAura {
  from { transform: translate3d(-2%, 0, 0) scale(0.98); opacity: 0.72; }
  to { transform: translate3d(2%, -1%, 0) scale(1.04); opacity: 0.96; }
}

#dados .object-ring {
  display: none;
}

#dados .object-shapes {
  width: min(560px, 70vw);
  height: min(560px, 70vw);
  z-index: 3;
  filter: drop-shadow(0 42px 58px rgba(0, 0, 0, 0.7));
}

#dados .object-shapes::before,
#dados .object-shapes::after {
  content: '';
  position: absolute;
  inset: 16%;
  border-radius: inherit;
  pointer-events: none;
  z-index: 7;
}

#dados .object-shapes::before {
  background:
    radial-gradient(circle at 32% 22%, rgba(255,255,255,0.72), transparent 10%),
    linear-gradient(126deg, transparent 14%, rgba(255,255,255,0.5) 22%, transparent 32%),
    radial-gradient(circle at 76% 76%, rgba(234, 188, 111, 0.48), transparent 10%);
  filter: blur(10px);
  opacity: 0.72;
  mix-blend-mode: screen;
  animation: specularDrift 5.8s ease-in-out infinite alternate;
}

#dados .object-shapes::after {
  inset: 20%;
  background:
    linear-gradient(150deg, transparent 12%, rgba(255,255,255,0.25) 16%, transparent 23%),
    linear-gradient(325deg, transparent 50%, rgba(255,255,255,0.18) 57%, transparent 64%);
  filter: blur(4px);
  opacity: 0.55;
  mix-blend-mode: screen;
}

@keyframes specularDrift {
  from { transform: translate3d(-4%, -2%, 0) rotate(-8deg); opacity: 0.58; }
  to { transform: translate3d(5%, 3%, 0) rotate(10deg); opacity: 0.86; }
}

#dados .shape {
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,0.46), transparent 12%),
    radial-gradient(circle at 74% 72%, rgba(218, 169, 91, 0.28), transparent 16%),
    linear-gradient(145deg, #2b2d30 0%, #050506 42%, #16181b 72%, #030304 100%);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    inset 34px 28px 46px rgba(255,255,255,0.12),
    inset -58px -50px 90px rgba(0,0,0,0.92),
    inset 0 0 2px rgba(255,255,255,0.75),
    0 38px 96px rgba(0,0,0,0.72);
  mix-blend-mode: normal;
}

#dados .shape-1 {
  opacity: 1;
}

#dados .shape-2,
#dados .shape-3 {
  opacity: 0.38;
  filter: blur(9px);
  transform: translate(-50%, -50%) rotateX(var(--shape-tilt, 0deg)) rotateY(calc(var(--shape-rotation, 0deg) * var(--shape-rotation-mult, 1))) rotateZ(calc(var(--shape-rotation, 0deg) * 0.7)) skew(var(--shape-skew, 0deg)) scale(calc(var(--shape-scale, 1) * 1.08));
}

#dados .facet {
  opacity: 0.42;
  filter: blur(1px) drop-shadow(0 0 22px rgba(255,255,255,0.18));
}

#dados .facet-1,
#dados .facet-3 {
  background: linear-gradient(145deg, rgba(255,255,255,0.24), transparent 44%, rgba(0,0,0,0.76));
}

#dados .facet-2,
#dados .facet-4,
#dados .facet-5 {
  background: linear-gradient(135deg, rgba(224,178,99,0.18), transparent 46%, rgba(0,0,0,0.82));
}

#dados .invertase-object[data-phase="1"] .shape {
  --shape-radius: 17% 83% 24% 76% / 80% 17% 83% 20%;
}

#dados .data-cinematic-copy {
  position: absolute;
  right: 3%;
  top: 57%;
  width: min(260px, 31%);
  min-height: 116px;
  transform: translateY(-50%);
  z-index: 12;
  pointer-events: none;
}

#dados .data-line {
  position: absolute;
  inset: 0 auto auto 0;
  margin: 0;
  max-width: 250px;
  color: rgba(246, 238, 228, 0.74);
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-size: clamp(1rem, 1.08vw, 1.42rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.32;
  letter-spacing: 0.01em;
  text-wrap: balance;
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(12px, 10px, 0);
  transition: opacity 1.05s ease, filter 1.05s ease, transform 1.05s cubic-bezier(.2,.8,.2,1);
  text-shadow: 0 16px 42px rgba(0,0,0,0.74), 0 0 24px rgba(236,214,157,0.08);
}

#dados .data-line.active {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

#dados .data-line strong {
  color: #caa766;
  font-size: 1.24em;
  font-weight: 500;
}

#dados .data-graph-motion {
  position: relative;
  min-height: 600px;
  width: 100%;
  padding: clamp(10px, 1.4vw, 20px);
  overflow: visible;
  isolation: isolate;
  background:
    radial-gradient(circle at 58% 44%, rgba(229, 176, 82, 0.2), transparent 30%),
    radial-gradient(ellipse at 50% 84%, rgba(221, 171, 85, 0.18), transparent 26%);
  animation: graphStageBreath 8s cubic-bezier(.22,.7,.2,1) infinite alternate;
}

#dados .data-graph-motion:not(.is-playing),
#dados .data-graph-motion:not(.is-playing) * {
  animation-play-state: paused !important;
}

#dados .data-graph-motion::before {
  content: '';
  position: absolute;
  inset: 8% 2% 4%;
  background:
    radial-gradient(circle at 54% 24%, rgba(255,255,255,0.12), transparent 17%),
    radial-gradient(circle at 72% 58%, rgba(216, 159, 67, 0.22), transparent 22%),
    linear-gradient(115deg, transparent 0 48%, rgba(232, 190, 111, 0.075) 49% 50%, transparent 51%);
  filter: blur(16px);
  opacity: 1;
  pointer-events: none;
}

#dados .data-graph-motion::after {
  content: none;
}

@keyframes graphStageBreath {
  from { transform: translate3d(0, 1.2%, 0) scale(0.992); }
  to { transform: translate3d(0, -0.8%, 0) scale(1.01); }
}

#dados .graph-scene,
#dados .graph-cycle {
  position: absolute;
  inset: 49% 0 auto 12%;
  transform: translate3d(0, -50%, 0);
  opacity: 0;
  filter: blur(14px);
  pointer-events: none;
}

#dados .graph-scene {
  display: grid;
  grid-template-columns: minmax(310px, 1fr) minmax(140px, 0.32fr);
  grid-template-areas:
    "kicker kicker"
    "chart message"
    "progress progress";
  column-gap: clamp(18px, 3vw, 42px);
  row-gap: 12px;
  width: min(790px, 92%);
  align-items: center;
}

#dados .graph-scene-one {
  animation: graphSceneOne 16s cubic-bezier(.22,.7,.2,1) infinite;
}

#dados .graph-scene-two {
  animation: graphSceneTwo 16s cubic-bezier(.22,.7,.2,1) infinite;
}

#dados .graph-cycle {
  left: 16%;
  width: min(650px, 78%);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 30px;
  animation: graphCycleScene 16s cubic-bezier(.22,.7,.2,1) infinite;
}

@keyframes graphSceneOne {
  0%, 32% { opacity: 1; filter: blur(0); transform: translate3d(0, -50%, 0) scale(1); }
  36%, 100% { opacity: 0; filter: blur(16px); transform: translate3d(0, -54%, 0) scale(0.985); }
}

@keyframes graphSceneTwo {
  0%, 34% { opacity: 0; filter: blur(16px); transform: translate3d(0, -45%, 0) scale(0.985); }
  38%, 64% { opacity: 1; filter: blur(0); transform: translate3d(0, -50%, 0) scale(1); }
  68%, 100% { opacity: 0; filter: blur(16px); transform: translate3d(0, -54%, 0) scale(0.985); }
}

@keyframes graphCycleScene {
  0%, 66% { opacity: 0; filter: blur(16px); transform: translate3d(0, -45%, 0) scale(0.98); }
  70%, 94% { opacity: 1; filter: blur(0); transform: translate3d(0, -50%, 0) scale(1); }
  96%, 100% { opacity: 0; filter: blur(18px); transform: translate3d(0, -53%, 0) scale(0.98); }
}

#dados .graph-kicker {
  display: none;
}

#dados .graph-svg {
  grid-area: chart;
  width: 100%;
  min-height: 255px;
  overflow: visible;
  filter:
    drop-shadow(0 18px 34px rgba(216, 159, 67, 0.22))
    drop-shadow(0 0 18px rgba(239, 198, 112, 0.12));
}

#dados .graph-grid path {
  fill: none;
  stroke: rgba(245, 224, 178, 0.2);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

#dados .graph-grid path:not(:last-child) {
  stroke-dasharray: 2 5;
}

#dados .graph-area {
  fill: url(#goldAreaOne);
  opacity: 0;
}

#dados .graph-scene-two .graph-area {
  fill: url(#goldAreaTwo);
}

#dados .graph-line {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  filter: url(#goldGlowOne);
}

#dados .graph-line-one {
  stroke: url(#goldLineOne);
  animation: drawGraphOne 16s cubic-bezier(.18,.82,.2,1) infinite;
}

#dados .graph-line-two {
  stroke: url(#goldLineTwo);
  filter: url(#goldGlowTwo);
  animation: drawGraphTwo 16s cubic-bezier(.18,.82,.2,1) infinite;
}

#dados .graph-scene-one .graph-area {
  animation: graphAreaOne 16s ease infinite;
}

#dados .graph-scene-two .graph-area {
  animation: graphAreaTwo 16s ease infinite;
}

@keyframes drawGraphOne {
  0% { stroke-dashoffset: 1; }
  24%, 36%, 100% { stroke-dashoffset: 0; }
}

@keyframes drawGraphTwo {
  0%, 36% { stroke-dashoffset: 1; }
  58%, 70%, 100% { stroke-dashoffset: 0; }
}

@keyframes graphAreaOne {
  0%, 8% { opacity: 0; }
  16%, 32% { opacity: 1; }
  36%, 100% { opacity: 0; }
}

@keyframes graphAreaTwo {
  0%, 40% { opacity: 0; }
  48%, 64% { opacity: 1; }
  70%, 100% { opacity: 0; }
}

#dados .graph-points circle {
  fill: #ffe4a0;
  opacity: 0;
  stroke: rgba(255, 244, 214, 0.72);
  stroke-width: 1.4;
  filter:
    drop-shadow(0 0 8px rgba(255, 230, 163, 0.95))
    drop-shadow(0 0 18px rgba(218, 165, 77, 0.7));
}

#dados .graph-scene-one .graph-points circle {
  animation: graphPointOne 16s ease infinite;
}

#dados .graph-scene-two .graph-points circle {
  animation: graphPointTwo 16s ease infinite;
}

@keyframes graphPointOne {
  0%, 6% { opacity: 0; transform: scale(0.7); }
  14%, 33% { opacity: 1; transform: scale(1); }
  36%, 100% { opacity: 0; transform: scale(0.9); }
}

@keyframes graphPointTwo {
  0%, 40% { opacity: 0; transform: scale(0.7); }
  49%, 65% { opacity: 1; transform: scale(1); }
  70%, 100% { opacity: 0; transform: scale(0.9); }
}

#dados .graph-months text {
  fill: rgba(248, 239, 223, 0.9);
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.02em;
  text-anchor: middle;
}

#dados .graph-months text:last-child {
  fill: #f1c76f;
}

#dados .graph-message {
  grid-area: message;
  max-width: 210px;
  margin: 0;
  color: rgba(246, 238, 228, 0.9);
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-size: clamp(0.96rem, 1.08vw, 1.36rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.16;
  text-wrap: balance;
  text-shadow:
    0 18px 40px rgba(0,0,0,0.78),
    0 0 22px rgba(222, 174, 88, 0.12);
}

#dados .graph-message::before {
  content: '';
  display: block;
  width: 52px;
  height: 1px;
  margin: 0 0 18px;
  background: linear-gradient(90deg, #d8aa52, transparent);
  box-shadow: 0 0 20px rgba(220, 169, 82, 0.52);
}

#dados .graph-message strong {
  display: block;
  margin: 4px 0;
  color: #e0ba6d;
  font-size: 2.15em;
  font-style: normal;
  font-weight: 500;
  line-height: 0.9;
}

#dados .graph-progress {
  grid-area: progress;
  position: relative;
  width: min(520px, 70%);
  height: 4px;
  margin-top: -14px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
  box-shadow: 0 0 18px rgba(220, 169, 82, 0.08);
}

#dados .graph-progress::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 36%;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, #f7d98d, transparent);
  filter: blur(0.1px);
  transform: translateX(-100%);
}

#dados .graph-scene-one .graph-progress::before {
  animation: progressOne 16s cubic-bezier(.2,.8,.2,1) infinite;
}

#dados .graph-scene-two .graph-progress::before {
  animation: progressTwo 16s cubic-bezier(.2,.8,.2,1) infinite;
}

@keyframes progressOne {
  0%, 9% { transform: translateX(-100%); }
  30%, 34% { transform: translateX(270%); }
  37%, 100% { transform: translateX(270%); }
}

@keyframes progressTwo {
  0%, 38% { transform: translateX(-100%); }
  62%, 67% { transform: translateX(270%); }
  71%, 100% { transform: translateX(270%); }
}

#dados .cycle-orb {
  position: relative;
  width: 146px;
  height: 146px;
  border-radius: 50%;
  border: 1px solid rgba(240, 194, 108, 0.72);
  background:
    radial-gradient(circle at 48% 48%, rgba(226, 175, 82, 0.18), transparent 46%),
    radial-gradient(circle at 48% 90%, rgba(255, 233, 169, 0.18), transparent 20%),
    rgba(0,0,0,0.18);
  box-shadow:
    0 0 22px rgba(224, 177, 91, 0.36),
    0 0 92px rgba(201, 139, 52, 0.24),
    inset 0 0 44px rgba(255, 224, 156, 0.1);
  animation: cycleFloat 5.2s ease-in-out infinite alternate;
}

#dados .cycle-orb::before,
#dados .cycle-orb::after {
  content: '';
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #f1cf7d;
  border-right-color: rgba(241, 207, 125, 0.78);
  filter: drop-shadow(0 0 10px rgba(239, 198, 112, 0.58));
  animation: cycleSpin 5.4s linear infinite;
}

#dados .cycle-orb::after {
  inset: 38px;
  animation-duration: 4s;
  animation-direction: reverse;
  opacity: 0.8;
}

#dados .cycle-orb span {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffe7a3;
  box-shadow: 0 0 18px rgba(255, 230, 163, 0.9);
}

#dados .cycle-orb span:first-child {
  left: 22px;
  top: 70px;
}

#dados .cycle-orb span:last-child {
  right: 28px;
  top: 38px;
}

@keyframes cycleSpin {
  to { transform: rotate(360deg); }
}

@keyframes cycleFloat {
  from { transform: translate3d(0, 5px, 0) scale(0.98); }
  to { transform: translate3d(0, -7px, 0) scale(1.03); }
}

#dados .graph-cycle p {
  max-width: 360px;
  margin: 0;
  color: rgba(239, 232, 218, 0.84);
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.75;
}

#dados .graph-cycle strong {
  display: block;
  margin-bottom: 8px;
  color: #e0ba6d;
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-size: clamp(1.65rem, 2.2vw, 2.45rem);
  font-weight: 500;
}

@media (max-width: 1040px) {
  #dados .data-graph-motion {
    min-height: 640px;
  }

  #dados .graph-scene {
    left: 0;
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "kicker"
      "chart"
      "message"
      "progress";
    row-gap: 14px;
  }

  #dados .graph-svg {
    min-height: 260px;
  }

  #dados .graph-message {
    max-width: 420px;
    font-size: clamp(1.12rem, 2.5vw, 1.5rem);
  }

  #dados .graph-message strong {
    display: inline;
    font-size: 1.7em;
  }

  #dados .graph-cycle {
    left: 0;
    width: 100%;
  }
}

@media (max-width: 720px) {
  #dados.section-dark {
    background:
      radial-gradient(circle at 64% 42%, rgba(223, 178, 94, 0.22), transparent 28%),
      radial-gradient(circle at 50% 76%, rgba(176, 113, 48, 0.18), transparent 34%),
      linear-gradient(135deg, #030304 0%, #09090b 48%, #11100f 100%);
  }

  #dados .data-graph-motion {
    min-height: 560px;
    padding: 8px 0 0;
  }

  #dados .graph-scene {
    inset: 48% 0 auto 0;
  }

  #dados .graph-svg {
    min-height: 220px;
    filter:
      drop-shadow(0 16px 28px rgba(216, 159, 67, 0.28))
      drop-shadow(0 0 16px rgba(239, 198, 112, 0.14));
  }

  #dados .graph-months text {
    font-size: 11px;
    fill: rgba(248, 239, 223, 0.94);
  }

  #dados .graph-message {
    max-width: 310px;
    font-size: 1.12rem;
    color: rgba(246, 238, 228, 0.92);
  }

  #dados .graph-progress {
    width: 82%;
  }

  #dados .graph-cycle {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 18px;
  }

  #dados .cycle-orb {
    width: 118px;
    height: 118px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #dados .data-graph-motion,
  #dados .graph-scene-one,
  #dados .graph-scene-two,
  #dados .graph-cycle,
  #dados .graph-line,
  #dados .graph-area,
  #dados .graph-points circle,
  #dados .graph-progress::before,
  #dados .cycle-orb,
  #dados .cycle-orb::before,
  #dados .cycle-orb::after {
    animation: none !important;
  }

  #dados .graph-scene-one {
    opacity: 1;
    filter: none;
  }

  #dados .graph-line {
    stroke-dashoffset: 0;
  }

  #dados .graph-area,
  #dados .graph-points circle {
    opacity: 1;
  }
}

.object-face {
  display: none !important;
}

.object-face .object-tag {
  display: inline-flex;
  color: #d8b56b;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.75rem;
  font-weight: 700;
}

.object-face h3 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.6rem);
  color: #f6efe4;
}

.object-face p {
  margin: 0;
  color: rgba(246,238,228,0.78);
  line-height: 1.8;
  max-width: 360px;
}

@media (max-width: 1040px) {
  .data-section { grid-template-columns: 1fr; }
  .invertase-object { min-height: 560px; }
  #dados .data-section {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  #dados .data-interactive {
    min-height: 620px;
  }
  #dados .invertase-object {
    min-height: 620px;
  }
  #dados .data-video-stage {
    width: min(680px, 100%);
    height: min(600px, 78vw);
    transform: translate3d(-3%, 0, 0);
  }
  #dados .data-cinematic-copy {
    right: 6%;
    width: min(300px, 42%);
  }
}

@media (max-width: 720px) {
  .data-section { gap: 22px; }
  .data-copy, .data-interactive { width: 100%; }
  .data-copy h2 { font-size: clamp(2.35rem, 13vw, 3.55rem); }
  .data-cta { width: 100%; min-width: 0; }
  .invertase-object {
    min-height: 620px;
    border-radius: 32px;
    padding: 18px;
  }
  .object-shapes {
    width: min(280px, 72vw);
    height: min(280px, 72vw);
    transform: translateY(-16px);
  }
  .shape-1 { --shape-size: 250px; }
  .shape-2 { --shape-size: 204px; }
  .shape-3 { --shape-size: 154px; }
  #dados .data-copy h2 {
    font-size: clamp(3.05rem, 14vw, 4.25rem);
  }
  #dados .data-interactive,
  #dados .invertase-object {
    min-height: 600px;
  }
  #dados .data-video-stage {
    width: min(430px, 112vw);
    height: 480px;
    transform: translate3d(0, -24px, 0);
  }
  #dados .data-morph-video {
    width: min(460px, 118vw);
    height: min(460px, 118vw);
    transform: translate(-50%, -50%) scale(1.12);
  }
  #dados .object-shapes {
    width: min(360px, 88vw);
    height: min(360px, 88vw);
    transform: translateY(-48px);
  }
  #dados .data-cinematic-copy {
    top: auto;
    right: 0;
    left: 0;
    bottom: 42px;
    width: 100%;
    min-height: 120px;
    transform: none;
    text-align: center;
  }
  #dados .data-line {
    max-width: 270px;
    left: 50%;
    transform: translate3d(-50%, 18px, 0);
    font-size: clamp(1rem, 4.8vw, 1.36rem);
  }
  #dados .data-line.active {
    transform: translate3d(-50%, 0, 0);
  }
}

/* Responsive buttons */
.btn { min-width: 140px; }
@media (max-width: 720px) {
  .hero-section { grid-template-columns: 1fr; }
  .btn { width: 100%; min-width: 0; }
  .horizontal-track { gap: 14px; }
}

.section-head {
  margin-bottom: 24px;
}

.section-head h2 {
  font-size: clamp(2.4rem, 3vw, 3.4rem);
  line-height: 1.02;
  margin: 12px 0 0;
}

.section-grid {
  display: grid;
  gap: 30px;
}

.split-grid {
  grid-template-columns: 1.2fr 0.9fr;
  gap: 32px;
}

.feature-list,
.benefit-grid,
.stats-grid,
.program-grid {
  display: grid;
  gap: 24px;
}

.feature-list,
.benefit-grid,
.program-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.feature-card,
.benefit-card,
.stat-card,
.program-card,
.profile-card,
.contact-form {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  padding: 30px;
  backdrop-filter: blur(16px);
}

.feature-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(201, 159, 82, 0.2);
  color: #c99f52;
  font-weight: 800;
  margin-bottom: 16px;
}

.feature-card h3,
.benefit-card h3,
.stat-card strong,
.program-card h3 {
  margin: 0 0 16px;
  font-size: 1.3rem;
}

.feature-card p,
.benefit-card p,
.stat-card p,
.program-card p,
.profile-card p {
  margin: 0;
  color: #d6d0c6;
  line-height: 1.75;
}

.profile-card ul {
  margin: 24px 0 0;
  padding-left: 20px;
  color: #d7d1c3;
}

.profile-card li {
  margin-bottom: 14px;
}

.stats-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.contact-section {
  display: grid;
  gap: 42px;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 10px;
  font-size: 0.95rem;
  color: #d7d1c3;
}

.contact-form input {
  width: 100%;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #f3eee4;
}

.contact-form input:focus {
  outline: none;
  border-color: rgba(201, 159, 82, 0.8);
  box-shadow: 0 0 0 4px rgba(201, 159, 82, 0.12);
}

.form-note {
  margin: 0;
  color: #bfb7a6;
  font-size: 0.95rem;
}

.form-note a {
  color: #f6efe4;
  text-decoration: underline;
}

.contact-success {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(4, 4, 5, 0.88);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 30;
}

.contact-success.visible {
  opacity: 1;
  visibility: visible;
}

.success-card {
  width: min(520px, calc(100% - 40px));
  padding: 34px;
  border-radius: 28px;
  background: rgba(12, 11, 14, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  text-align: center;
}

.success-card h2 {
  margin: 0 0 18px;
  font-size: 2.1rem;
}

.success-card p {
  margin: 0 0 28px;
  color: #d7d1c3;
  line-height: 1.75;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.82s ease, transform 0.82s ease;
}

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

@media (max-width: 960px) {
  .page-shell {
    padding: 24px 20px 54px;
  }
  .hero-section {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 36px;
  }
  .hero-visual {
    min-height: 340px;
  }
  .section {
    padding: 32px;
  }
  #problema.challenge-editorial {
    padding: 40px 28px;
  }
  #problema.challenge-editorial h2 {
    font-size: clamp(2.85rem, 8.2vw, 4.6rem);
  }
  #problema .challenge-cards {
    grid-template-columns: 1fr;
  }
  #problema .challenge-card {
    min-height: 190px;
  }
  #beneficios.themes-editorial {
    padding: 36px 24px;
  }
  #beneficios.themes-editorial h2 {
    font-size: clamp(2.65rem, 7vw, 4.1rem);
  }
  #beneficios .themes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #beneficios .theme-card {
    min-height: 240px;
  }
  #davidson.story-editorial {
    padding: 38px 28px;
  }
  #davidson .story-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  #davidson.story-editorial h2 {
    font-size: clamp(2.7rem, 7vw, 4.2rem);
  }
  #davidson .story-panel {
    min-height: 124px;
  }
  #programa.practice-editorial {
    padding: 38px 28px;
  }
  #programa.practice-editorial h2 {
    font-size: clamp(2.7rem, 7vw, 4.2rem);
  }
  #programa .practice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #programa .practice-card {
    min-height: 240px;
  }
}

@media (max-width: 640px) {
  .page-shell {
    padding: 20px 16px 42px;
  }
  #dados.section-dark {
    text-align: left;
  }
  #dados .data-copy {
    padding-left: 0;
    display: grid;
    justify-items: start;
  }
  #dados .data-copy .eyebrow,
  #dados .data-copy h2,
  #dados .data-intro {
    margin-left: 0;
    margin-right: 0;
  }
  #dados .data-cta {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .page-nav {
    position: relative;
    top: auto;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    min-height: 0;
    padding: 16px 18px 18px;
    border-radius: 28px;
  }
  .nav-brand {
    width: 42px;
    height: 28px;
  }
  .nav-brand img {
    width: 30px;
  }
  .nav-links {
    width: 100%;
    justify-content: center;
    gap: 18px;
  }
  .nav-links a {
    font-size: 0.84rem;
  }
  .nav-links a + a::before {
    left: -10px;
    height: 16px;
  }
  .hero-copy h1 {
    font-size: 2.2rem;
  }
  .hero-caption {
    padding: 10px 14px;
    border-radius: 14px;
    font-size: 0.52rem;
    letter-spacing: 0.08em;
    max-width: calc(100% - 36px);
  }
  .hero-actions {
    flex-direction: column;
  }
  .btn {
    width: 100%;
  }
  .feature-list,
  .benefit-grid,
  .program-grid,
  .stats-grid {
    grid-template-columns: 1fr;
  }
  #problema.challenge-editorial {
    padding: 34px 20px;
    border-radius: 26px;
  }
  #problema.challenge-editorial h2 {
    font-size: clamp(2.35rem, 12vw, 3.55rem);
    line-height: 0.94;
  }
  #problema.challenge-editorial h2 em {
    white-space: normal;
  }
  #problema.challenge-editorial p {
    margin-top: 18px;
    font-size: 1rem;
  }
  #problema .challenge-actions {
    gap: 14px;
    margin-top: 24px;
  }
  #problema.challenge-editorial .btn {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 650;
    letter-spacing: 0.01em;
    text-transform: none;
  }
  #problema .challenge-cards {
    margin-top: 26px;
  }
  #problema .challenge-card {
    min-height: 0;
    padding: 26px;
  }
  #problema .challenge-card-top {
    margin-bottom: 20px;
  }
  #problema .challenge-card strong {
    font-size: 2rem;
    font-weight: 650;
    line-height: 1.05;
    letter-spacing: -0.02em;
  }
  #problema .challenge-card h3 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0;
  }
  #beneficios.themes-editorial {
    padding: 30px 18px;
    border-radius: 26px;
  }
  #beneficios .themes-head {
    margin-bottom: 22px;
  }
  #beneficios.themes-editorial h2 {
    font-size: clamp(2.25rem, 10.5vw, 3.25rem);
    line-height: 0.96;
  }
  #beneficios.themes-editorial .themes-head p {
    margin-top: 14px;
    font-size: 0.94rem;
  }
  #beneficios .themes-grid {
    grid-template-columns: 1fr;
  }
  #beneficios .theme-card {
    min-height: 0;
    padding: 22px;
  }
  #beneficios .theme-card-top {
    margin-bottom: 18px;
  }
  #beneficios .theme-card b {
    margin: 14px 0;
  }
  #beneficios .theme-cta {
    padding-top: 20px;
  }
  #davidson.story-editorial {
    padding: 30px 18px;
    border-radius: 26px;
  }
  #davidson .story-kicker {
    margin-bottom: 16px;
    letter-spacing: 0.24em;
  }
  #davidson.story-editorial h2 {
    font-size: clamp(2.25rem, 10.5vw, 3.15rem);
    line-height: 0.98;
  }
  #davidson.story-editorial .story-copy p {
    font-size: 0.92rem;
    line-height: 1.5;
  }
  #davidson .story-list li {
    padding-left: 42px;
  }
  #davidson .story-list li::before {
    width: 24px;
  }
  #davidson .story-panels {
    gap: 12px;
  }
  #davidson .story-panel {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 0;
    padding: 22px;
  }
  #davidson .story-panel span {
    font-size: 2.6rem;
  }
  #davidson .story-panel span::after {
    margin-top: 16px;
  }
  #davidson .story-panel p {
    grid-column: auto;
    font-size: 0.9rem;
  }
  #programa.practice-editorial {
    padding: 30px 18px;
    border-radius: 26px;
  }
  #programa .practice-head {
    margin-bottom: 22px;
  }
  #programa .practice-kicker {
    margin-bottom: 16px;
    letter-spacing: 0.24em;
  }
  #programa.practice-editorial h2 {
    font-size: clamp(2.25rem, 10.5vw, 3.15rem);
    line-height: 0.98;
  }
  #programa .practice-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #programa .practice-card {
    min-height: 0;
    padding: 22px;
  }
  #programa .practice-card span {
    font-size: 2.6rem;
  }
  #programa .practice-card span::after {
    margin-top: 16px;
  }
  #programa .practice-card h3 {
    margin: 24px 0 16px;
    font-size: 1.55rem;
  }
  #programa .practice-card p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}
