:root {
  --bg-deep: #04060c;
  --bg: #080b16;
  --bg-soft: #0c1121;
  --bg-card: rgba(255,255,255,0.035);
  --surface: rgba(255,255,255,0.06);
  --surface-hover: rgba(255,255,255,0.10);
  --border: rgba(255,255,255,0.08);
  --border-hover: rgba(255,255,255,0.16);
  --text: #f0f2f8;
  --text-secondary: #a9b4c9;
  --text-muted: #75809a;
  --gold: #d4a853;
  --gold-light: #f0d48a;
  --gold-dark: #a07c30;
  --accent: #6c63ff;
  --accent-light: #918aff;
  --cyan: #42d9e8;
  --emerald: #34d399;
  --rose: #f472b6;
  --amber: #fbbf24;
  --glow-gold: rgba(212,168,83,0.35);
  --glow-accent: rgba(108,99,255,0.30);
  --glow-cyan: rgba(66,217,232,0.25);
  --shadow-xl: 0 32px 96px rgba(0,0,0,0.6);
  --shadow-card: 0 16px 48px rgba(0,0,0,0.4);
  --radius-2xl: 28px;
  --radius-xl: 22px;
  --radius-lg: 16px;
  --radius-md: 12px;
  --max-w: 1200px;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
  line-height: 1.6;
}

/* ===== LOADER PREMIUM ===== */
html.cs-loading,
html.cs-loading body {
  overflow: hidden;
}

.cs-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(ellipse 80% 60% at 10% 5%, rgba(212,168,83,0.12), transparent),
    radial-gradient(ellipse 55% 50% at 88% 18%, rgba(34,100,72,0.16), transparent),
    radial-gradient(ellipse 65% 45% at 50% 82%, rgba(18,58,44,0.14), transparent),
    linear-gradient(180deg, rgba(4,12,9,0.88) 0%, rgba(5,16,12,0.82) 42%, rgba(4,14,10,0.88) 100%),
    #050c09 url("../Imagens_Logos/inicio_select.avif") center 38% / cover no-repeat;
  color: #fff;
  font-family: var(--font-body);
  opacity: 1;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  will-change: opacity;
}

.cs-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.cs-loader::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 50% at 50% 30%, black, transparent);
  -webkit-mask-image: radial-gradient(ellipse 70% 50% at 50% 30%, black, transparent);
  pointer-events: none;
}

.cs-loader::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(ellipse 55% 45% at 50% 42%, rgba(212,168,83,0.10), transparent 68%);
}

.cs-loader-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 0 32px;
  max-width: 760px;
  text-align: center;
  animation: csLoaderRise 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.cs-loader-main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  transition: opacity 0.55s ease, transform 0.55s ease, filter 0.55s ease;
}

.cs-loader.final-brand-active .cs-loader-main-content {
  opacity: 0;
  transform: translateY(-12px) scale(0.98);
  filter: blur(2px);
  pointer-events: none;
}

@keyframes csLoaderRise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.cs-loader-logo {
  width: 182px;
  height: auto;
  opacity: 0.98;
  filter: drop-shadow(0 6px 20px rgba(212,168,83,0.25));
}

.cs-loader-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px 6px 12px;
  border: 1px solid rgba(212,168,83,0.28);
  border-radius: 999px;
  background: rgba(6,16,12,0.52);
  backdrop-filter: blur(8px);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--gold);
}

.cs-loader-eyebrow .cs-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px rgba(212,168,83,0.7);
  animation: csDotPulse 1.6s ease-in-out infinite;
}

@keyframes csDotPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.85); }
}

.cs-loader-title {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: var(--font-body);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #ffffff;
  max-width: min(760px, 96vw);
}

.cs-loader-title-intro {
  font-size: clamp(18px, 3vw, 22px);
  font-weight: 500;
  line-height: 1.35;
  color: #f4f6fb;
  max-width: 22ch;
  margin: 0 auto;
}

.cs-loader-title-main {
  font-size: clamp(26px, 4.2vw, 38px);
  font-weight: 700;
  line-height: 1.22;
  color: #ffffff;
  white-space: nowrap;
}

.cs-loader-title .accent {
  color: var(--gold);
  font-weight: 800;
}

.cs-loader-sub {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255,255,255,0.88);
  font-weight: 400;
  max-width: min(580px, 92vw);
  text-align: center;
}

.cs-loader-progress {
  width: min(360px, 80vw);
  height: 1px;
  background: rgba(255,255,255,0.08);
  border-radius: 999px;
  overflow: hidden;
  position: relative;
  margin-top: 4px;
}

.cs-loader-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30%;
  background: linear-gradient(90deg, transparent, var(--gold) 40%, var(--gold-light) 60%, transparent);
  animation: csLoaderSweep 1.6s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  will-change: transform;
}

@keyframes csLoaderSweep {
  0% { transform: translateX(-120%); }
  100% { transform: translateX(420%); }
}

.cs-loader-status {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  font-weight: 600;
}

.cs-loader-status .cs-status-num {
  font-weight: 700;
  color: var(--gold);
}

.cs-loader-status .cs-status-text {
  transition: opacity 0.4s ease;
}

.cs-loader-final-brand {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(12px) scale(0.9);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), filter 0.7s ease;
  pointer-events: none;
  filter: blur(2px);
}

.cs-loader-final-brand img {
  width: min(420px, 76vw);
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 6px 20px rgba(212,168,83,0.25));
}

.cs-loader.final-brand-active .cs-loader-final-brand {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.cs-loader.final-brand-exit .cs-loader-final-brand {
  opacity: 0;
  transform: translateY(-10px) scale(1.03);
  filter: blur(1px);
}

.cs-loader-footer {
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  font-weight: 600;
}

.cs-loader-footer .cs-divider {
  width: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212,168,83,0.5), transparent);
}

@media (max-width: 600px) {
  .cs-loader-logo { width: 142px; }
  .cs-loader-title-intro { font-size: clamp(16px, 4.5vw, 20px); }
  .cs-loader-title-main {
    font-size: clamp(22px, 6.5vw, 28px);
    white-space: normal;
  }
  .cs-loader-sub { font-size: 13px; }
  .cs-loader-footer { font-size: 9px; letter-spacing: 0.24em; padding: 0 24px; }
}

/* ===== BACKGROUND ===== */
.bg-mesh {
  position: fixed; inset: 0; z-index: -3;
  background:
    radial-gradient(ellipse 80% 60% at 10% 5%, rgba(212,168,83,0.12), transparent),
    radial-gradient(ellipse 60% 50% at 90% 15%, rgba(108,99,255,0.14), transparent),
    radial-gradient(ellipse 70% 40% at 50% 80%, rgba(66,217,232,0.06), transparent),
    linear-gradient(180deg, #04060c 0%, #080b16 40%, #0a0e1a 70%, #04060c 100%);
}

.grid-overlay {
  position: fixed; inset: 0; z-index: -2;
  background-image:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 50% at 50% 30%, black, transparent);
}

.noise {
  position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 256px 256px;
}

#particles { position: fixed; inset: 0; z-index: -1; pointer-events: none; }

/* ===== UTILITIES ===== */
.container { width: min(var(--max-w), calc(100% - 40px)); margin: 0 auto; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.gradient-gold {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 50%, var(--gold-dark) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

.gradient-premium {
  background: linear-gradient(135deg, #fff 0%, var(--gold-light) 40%, var(--gold) 70%, var(--accent-light) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ===== REVEAL ANIMATIONS ===== */
.reveal {
  opacity: 0; transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.16,1,0.3,1), transform 0.8s cubic-bezier(0.16,1,0.3,1);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }
.reveal-delay-6 { transition-delay: 0.6s; }
.reveal-delay-7 { transition-delay: 0.7s; }

/* ===== NAV ===== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 0 20px;
  transition: background 0.4s, box-shadow 0.4s, backdrop-filter 0.4s;
}

.nav.scrolled {
  background: rgba(4,6,12,0.82);
  backdrop-filter: blur(24px) saturate(1.4);
  box-shadow: 0 1px 0 rgba(255,255,255,0.06), 0 16px 40px rgba(0,0,0,0.3);
}

.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  max-width: var(--max-w); margin: 0 auto; padding: 18px 0;
  transition: padding 0.3s;
}

.nav.scrolled .nav-inner { padding: 12px 0; }

.brand { display: flex; align-items: center; font-weight: 800; font-size: 18px; line-height: 1; }

.brand-icon {
  width: 162px; height: 46px; border-radius: 10px; background: transparent;
  display: grid; place-items: center;
  transition: transform 0.3s;
}

.brand:hover .brand-icon { transform: scale(1.04); }

.brand-icon img { width: 100%; height: 100%; object-fit: contain; display: block; transform: translateY(-2px); }

.nav-links { display: flex; align-items: center; gap: 4px; }

.nav-links a {
  padding: 8px 16px; border-radius: 999px; font-size: 14px; font-weight: 500;
  color: #bdc8dd; transition: color 0.2s, background 0.2s;
}

.nav-links a:hover { color: var(--text); background: rgba(255,255,255,0.06); }

.nav-cta {
  padding: 10px 22px !important;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark)) !important;
  color: #0a0a0a !important; font-weight: 700 !important; border-radius: 999px !important;
  box-shadow: 0 0 20px rgba(212,168,83,0.25);
  transition: transform 0.2s, box-shadow 0.2s !important;
  border: 0; cursor: pointer; font: inherit; font-size: 14px; line-height: 1.2;
  display: inline-flex; align-items: center; justify-content: center;
}

.nav-cta:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 0 32px rgba(212,168,83,0.4) !important;
  background: linear-gradient(135deg, var(--gold-light), var(--gold)) !important;
}

.nav-mobile-toggle {
  display: none; width: 40px; height: 40px; border: 1px solid var(--border);
  border-radius: 10px; background: transparent; color: var(--text); cursor: pointer;
  place-items: center;
}

.nav-dropdown { position: relative; }

.nav-drop-toggle {
  padding: 8px 16px; border: 0; border-radius: 999px; background: transparent;
  color: #bdc8dd; font: inherit; font-size: 14px; font-weight: 500; cursor: pointer;
  transition: color 0.2s, background 0.2s; display: inline-flex; align-items: center; gap: 8px;
}

.nav-drop-toggle:hover,
.nav-dropdown.open .nav-drop-toggle {
  color: var(--text); background: rgba(255,255,255,0.06);
}

.nav-drop-toggle svg { transition: transform 0.2s ease; }
.nav-dropdown.open .nav-drop-toggle svg { transform: rotate(180deg); }

.nav-dropdown-menu {
  position: absolute; top: 100%; left: 50%; min-width: 620px; padding: 12px 8px 8px;
  border: 0; border-radius: 0; background: transparent; backdrop-filter: none; box-shadow: none;
  opacity: 0; visibility: hidden; transform: translateX(-50%) translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 120; pointer-events: none; display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px;
}

.nav-dropdown:not(.locked):hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.open .nav-dropdown-menu {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); pointer-events: auto;
}

.nav-dropdown-menu a {
  border-radius: 10px; padding: 12px 10px; font-size: 13px; color: #cfd6e7; line-height: 1.35;
  display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 8px; align-items: center;
  min-height: 126px; text-align: left;
  border: 1px solid rgba(255,255,255,0.14);
  background:
    radial-gradient(circle at 50% 50%, rgba(212,168,83,0.12), transparent 70%),
    linear-gradient(145deg, rgba(14,28,22,0.92), rgba(6,12,10,0.94));
  box-shadow: 0 10px 26px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.06);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s, background 0.2s, color 0.2s;
}

.nav-dropdown-menu a:hover {
  background:
    radial-gradient(circle at 50% 50%, rgba(212,168,83,0.22), transparent 72%),
    linear-gradient(145deg, rgba(18,36,28,0.96), rgba(8,16,12,0.96));
  color: #fff; border-color: rgba(212,168,83,0.34);
  box-shadow: 0 16px 34px rgba(0,0,0,0.35), 0 0 24px rgba(212,168,83,0.20), inset 0 1px 0 rgba(255,255,255,0.10);
  transform: translateY(-2px);
}

.nav-dropdown-menu.is-3 {
  min-width: 660px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nav-option-icon {
  width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center;
  color: #d7b065; background: transparent; border: 1px solid rgba(212,168,83,0.24);
  font-size: 14px; line-height: 1;
}

.nav-option-copy { display: grid; gap: 3px; justify-items: start; }
.nav-option-title { font-size: 13px; font-weight: 700; color: #ecf1ff; }
.nav-option-desc { font-size: 11px; color: #adb8cd; line-height: 1.35; }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 32px; border-radius: 999px; font-weight: 700; font-size: 15px;
  border: none; cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16,1,0.3,1); position: relative; overflow: hidden;
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));
  color: #0a0a0a;
  box-shadow: 0 0 32px rgba(212,168,83,0.3), 0 8px 24px rgba(0,0,0,0.3);
}

.btn-primary::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.3), transparent 50%);
  opacity: 0; transition: opacity 0.3s;
}

.btn-primary:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 0 48px rgba(212,168,83,0.45), 0 12px 32px rgba(0,0,0,0.4);
}

.btn-primary:hover::before { opacity: 1; }

.btn-ghost {
  background: rgba(255,255,255,0.06); color: var(--text);
  border: 1px solid var(--border); backdrop-filter: blur(8px);
}

.btn-ghost:hover {
  background: rgba(255,255,255,0.10); border-color: var(--border-hover);
  transform: translateY(-2px);
}

.btn-arrow { display: inline-flex; width: 20px; height: 20px; transition: transform 0.3s; }
.btn:hover .btn-arrow { transform: translateX(3px); }

/* ===== HERO ===== */
.hero {
  --hero-nav: 196px;
  --hero-brand-lift: 22px;
  --hero-content-w: 560px;
  --hero-gap: 16px;
  --hero-logo-w: 224px;
  --hero-orbit: 148px;
  --hero-title-intro-size: 22px;
  --hero-title-size: 40px;
  --hero-sub-size: 14px;
  --hero-feature-icon: 30px;
  --hero-feature-label: 8.5px;
  --hero-trust-text: 12.5px;
  --hero-cta-pad-y: 16px;
  --hero-cta-pad-x: 24px;
  --hero-cta-font: 12px;
  --hero-pillar-icon: 28px;
  --hero-pillar-title: 12px;
  --hero-pillar-desc: 11.5px;
  --hero-pillar-desc-max: 13.5rem;
  --hero-bottom-inset: 30px;
  --hero-pillars-h: 88px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100dvh;
  max-height: 100dvh;
  min-height: 100dvh;
  padding: 0;
  overflow: hidden;
  background: #04060c url("../Imagens_Logos/inicio_select.avif") center 38% / cover no-repeat fixed;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(4,6,12,0.58) 0%, rgba(4,6,12,0.40) 36%, rgba(4,6,12,0.06) 58%, transparent 100%),
    linear-gradient(180deg, rgba(4,6,12,0.14) 0%, rgba(4,6,12,0.04) 45%, rgba(4,6,12,0.20) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(ellipse 55% 45% at 74% 46%, rgba(212,168,83,0.05), transparent 72%);
  opacity: 0.35;
}

.hero-glow-1 {
  position: absolute; top: -20%; left: -10%; width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(212,168,83,0.15), transparent 60%);
  filter: blur(40px); animation: floatSlow 12s ease-in-out infinite;
  will-change: transform; contain: layout paint; z-index: 0;
}

.hero-glow-2 {
  position: absolute; top: 10%; right: -15%; width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(108,99,255,0.18), transparent 60%);
  filter: blur(40px); animation: floatSlow 14s ease-in-out infinite reverse;
  will-change: transform; contain: layout paint; z-index: 0;
}

.hero-glow-3 {
  position: absolute; bottom: -10%; left: 30%; width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(66,217,232,0.08), transparent 60%);
  filter: blur(32px); animation: floatSlow 10s ease-in-out infinite;
  will-change: transform; contain: layout paint; z-index: 0;
}

@keyframes floatSlow {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(30px, -20px) scale(1.05); }
}

.hero-main {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: var(--hero-nav) 20px 16px;
}

/* Mesmo recuo horizontal da barra fixa: .nav (20px) + bloco centralizado */
.hero-main > .container {
  width: min(var(--max-w), 100%);
  margin: 0 auto;
}

.hero-layout {
  display: block;
  max-width: var(--hero-content-w);
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: var(--hero-gap);
  width: 100%;
}

/* Logo */
.hero-brand {
  position: relative;
  width: fit-content;
  margin-top: calc(-1 * var(--hero-brand-lift));
  padding: 2px 0;
}

.hero-brand-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--hero-orbit);
  height: var(--hero-orbit);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hero-brand-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 8px rgba(212,168,83,0.35));
}

.hero-brand-ring--outer { animation: heroRingSpin 18s linear infinite; }
.hero-brand-ring--inner { animation: heroRingSpin 14s linear infinite reverse; opacity: 0.85; }

@keyframes heroRingSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.hero-brand-logo {
  position: relative;
  z-index: 1;
  display: block;
  width: var(--hero-logo-w);
  height: auto;
  filter: drop-shadow(0 6px 20px rgba(212,168,83,0.25));
}

/* Tipografia */
.hero-title {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: var(--font-body);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.hero-title-intro {
  font-size: var(--hero-title-intro-size);
  font-weight: 500;
  line-height: 1.35;
  color: #f4f6fb;
}

.hero-title-main {
  font-size: var(--hero-title-size);
  font-weight: 700;
  line-height: 1.22;
  color: #ffffff;
}

.hero-title-accent {
  color: #d4a853;
  font-weight: 800;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: currentColor;
}

.hero-sub {
  margin: 0;
  font-size: var(--hero-sub-size);
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255,255,255,0.88);
  max-width: 500px;
}

/* Grade de recursos */
.hero-features {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.hero-feature {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 88px;
  padding: 12px 6px 11px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  background: rgba(8,11,22,0.42);
  backdrop-filter: blur(10px);
  text-align: center;
  overflow: hidden;
  transition: background 0.4s cubic-bezier(0.16,1,0.3,1),
              border-color 0.4s cubic-bezier(0.16,1,0.3,1),
              transform 0.4s cubic-bezier(0.16,1,0.3,1),
              box-shadow 0.4s cubic-bezier(0.16,1,0.3,1);
}

.hero-feature::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 95% 85% at 50% 0%, rgba(212,168,83,0.24), transparent 68%);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.16,1,0.3,1);
  pointer-events: none;
}

.hero-feature::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212,168,83,0.5), transparent);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.16,1,0.3,1);
  pointer-events: none;
}

.hero-feature:hover {
  border-color: rgba(212,168,83,0.32);
  background: rgba(212,168,83,0.10);
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0,0,0,0.38), 0 0 28px rgba(212,168,83,0.16);
}

.hero-feature:hover::before,
.hero-feature:hover::after {
  opacity: 1;
}

.hero-feature-icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--hero-feature-icon);
  height: var(--hero-feature-icon);
  border-radius: 0;
  background: none;
  color: #d4a853;
  line-height: 1;
  transition: transform 0.4s cubic-bezier(0.16,1,0.3,1), filter 0.4s;
}

.hero-feature:hover .hero-feature-icon {
  transform: scale(1.08);
  filter: drop-shadow(0 0 10px rgba(212,168,83,0.45));
}

.hero-feature-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-feature-label {
  position: relative;
  z-index: 1;
  font-size: var(--hero-feature-label);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.28;
  text-transform: uppercase;
  color: #eef1f6;
  transition: color 0.35s ease;
}

.hero-feature:hover .hero-feature-label {
  color: #ffffff;
}

/* Caixa de confiança */
.hero-trust {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  background: rgba(8,11,22,0.42);
  backdrop-filter: blur(10px);
  overflow: hidden;
  transition: background 0.4s cubic-bezier(0.16,1,0.3,1),
              border-color 0.4s cubic-bezier(0.16,1,0.3,1),
              transform 0.4s cubic-bezier(0.16,1,0.3,1),
              box-shadow 0.4s cubic-bezier(0.16,1,0.3,1);
}

.hero-trust::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 95% 85% at 50% 0%, rgba(212,168,83,0.24), transparent 68%);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.16,1,0.3,1);
  pointer-events: none;
}

.hero-trust::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212,168,83,0.5), transparent);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.16,1,0.3,1);
  pointer-events: none;
}

.hero-trust:hover {
  border-color: rgba(212,168,83,0.32);
  background: rgba(212,168,83,0.10);
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0,0,0,0.38), 0 0 28px rgba(212,168,83,0.16);
}

.hero-trust:hover::before,
.hero-trust:hover::after {
  opacity: 1;
}

.hero-trust-icon {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 0;
  background: none;
  color: #d4a853;
  line-height: 1;
  transition: transform 0.4s cubic-bezier(0.16,1,0.3,1), filter 0.4s;
}

.hero-trust:hover .hero-trust-icon {
  transform: scale(1.08);
  filter: drop-shadow(0 0 10px rgba(212,168,83,0.45));
}

.hero-trust-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-trust p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: var(--hero-trust-text);
  font-weight: 500;
  line-height: 1.45;
}

.hero-trust-gold {
  color: #d4a853;
  transition: color 0.35s ease;
}

.hero-trust:hover .hero-trust-gold {
  color: #e8c56a;
}

.hero-trust-white {
  color: #f4f6fb;
  transition: color 0.35s ease;
}

.hero-trust:hover .hero-trust-white {
  color: #ffffff;
}

/* CTA */
.hero-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.btn-hero-cta {
  width: auto;
  padding: var(--hero-cta-pad-y) var(--hero-cta-pad-x);
  border-radius: 10px;
  font-size: var(--hero-cta-font);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  justify-content: center;
  gap: 11px;
  color: #0a0a0a;
}

.btn-hero-cta i {
  font-size: 15px;
}

.btn-hero-cta::after {
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.28), transparent);
  animation: heroBtnShimmer 5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes heroBtnShimmer {
  0%, 72% { left: -120%; }
  100% { left: 140%; }
}

/* Barra de pilares — colada na base da hero, alinhada ao WhatsApp (bottom: 28px) */
.hero-pillars {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: 100%;
  margin-top: auto;
  border-top: 1px solid rgba(212,168,83,0.22);
  background:
    linear-gradient(180deg, rgba(212,168,83,0.07) 0%, rgba(4,6,12,0.94) 14%, rgba(4,6,12,0.94) 86%, rgba(212,168,83,0.05) 100%);
  backdrop-filter: blur(12px);
  padding: 20px 20px var(--hero-bottom-inset);
}

/* Mesma largura da barra fixa: .nav (20px) + .nav-inner (max-width 1200px) */
.hero-pillars > .container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0;
}

.hero-pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.hero-pillar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 12px;
  border-right: 1px solid rgba(255,255,255,0.08);
}

.hero-pillar:first-child {
  padding-left: 0;
}

.hero-pillar:last-child {
  padding-right: 0;
  border-right: none;
}

.hero-pillar-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--hero-pillar-icon);
  height: var(--hero-pillar-icon);
  border: none;
  border-radius: 0;
  background: none;
  color: #d4a853;
  line-height: 1;
}

.hero-pillar-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-pillar-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
  min-width: 0;
}

.hero-pillar-text strong {
  font-size: var(--hero-pillar-title);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #d4a853;
  line-height: 1.2;
}

.hero-pillar-text span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-width: var(--hero-pillar-desc-max);
  font-size: var(--hero-pillar-desc);
  font-weight: 400;
  line-height: 1.3;
  color: #9aa3b2;
  text-wrap: pretty;
}

/* Desktop grande */
@media (min-width: 1280px) {
  .hero {
    --hero-nav: 206px;
    --hero-brand-lift: 24px;
    --hero-content-w: 580px;
    --hero-gap: 18px;
    --hero-logo-w: 240px;
    --hero-orbit: 158px;
    --hero-title-intro-size: 24px;
    --hero-title-size: 42px;
    --hero-sub-size: 15px;
    --hero-feature-icon: 32px;
    --hero-feature-label: 9px;
    --hero-trust-text: 13px;
    --hero-cta-pad-y: 17px;
    --hero-cta-font: 12.5px;
    --hero-pillar-icon: 30px;
    --hero-pillar-title: 12.5px;
    --hero-pillar-desc: 12px;
    --hero-pillar-desc-max: 14rem;
    background-position: 64% 36%;
  }

  .hero-trust { padding: 13px 16px; }
  .hero-pillars { padding: 22px 20px var(--hero-bottom-inset); }
}

/* Desktop com pouca altura */
@media (min-width: 1025px) and (max-height: 760px) {
  .hero {
    --hero-nav: 162px;
    --hero-brand-lift: 16px;
    --hero-content-w: 520px;
    --hero-gap: 10px;
    --hero-logo-w: 180px;
    --hero-orbit: 118px;
    --hero-title-intro-size: 18px;
    --hero-title-size: 28px;
    --hero-sub-size: 12px;
    --hero-feature-icon: 24px;
    --hero-feature-label: 7px;
    --hero-trust-text: 11px;
    --hero-cta-pad-y: 12px;
    --hero-cta-pad-x: 18px;
    --hero-cta-font: 10px;
    --hero-pillar-icon: 22px;
    --hero-pillar-title: 10.5px;
    --hero-pillar-desc: 10.5px;
    --hero-pillar-desc-max: 100%;
    --hero-pillars-h: 72px;
  }

  .hero-title { line-height: 1.18; }
  .hero-feature { padding: 10px 4px 9px; min-height: 76px; }
  .hero-feature-icon { width: var(--hero-feature-icon); height: var(--hero-feature-icon); }
  .hero-trust { padding: 9px 11px; }
  .hero-pillars { padding: 10px 20px var(--hero-bottom-inset); }
}

/* ===== MARQUEE ===== */
.marquee-wrap {
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding: 22px 0; overflow: hidden; position: relative; z-index: 2;
  background: rgba(4,6,12,0.5); backdrop-filter: blur(8px);
}

.marquee {
  display: flex; gap: 48px; white-space: nowrap;
  animation: marqueeScroll 40s linear infinite;
}

.marquee-item {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: 14px; font-weight: 600; color: var(--text-secondary);
  letter-spacing: 0.06em; text-transform: uppercase;
}

.marquee-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold); box-shadow: 0 0 10px rgba(212,168,83,0.5);
}

@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ===== SECTION BASE ===== */
section { padding: 120px 0; position: relative; }

/* Hero é fullscreen — não herda o padding vertical das demais seções */
section.hero,
.hero {
  padding: 0;
}

.section-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 800; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 16px;
}

.section-label::before { content: ''; width: 24px; height: 1px; background: var(--gold); }

.section-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.5vw, 56px); font-weight: 800;
  line-height: 1.08; letter-spacing: -0.03em; margin-bottom: 20px;
}

.section-desc {
  font-size: 18px; color: var(--text-secondary); line-height: 1.7; max-width: 600px;
}

.section-header { margin-bottom: 64px; }

.section-header-center {
  text-align: center; max-width: 760px; margin: 0 auto 64px;
}

.section-header-center .section-desc { margin: 0 auto; }

.analytics-header-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(40px, 4.5vw, 64px);
  align-items: start;
  margin-bottom: 64px;
}

.analytics-header-title { text-align: left; }

.analytics-header-title .section-title { margin-bottom: 0; }

.analytics-header-desc {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
}

.analytics-header-desc .section-desc {
  max-width: none;
  margin: 0;
}

.section-divider {
  height: 1px; width: 100%;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
}

/* ===== PROBLEM SECTION — Editorial Split ===== */
.problem-section {
  padding: 72px 20px 60px;
  min-height: 100dvh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  color: #131a2a;
  overflow: hidden;
  isolation: isolate;
  position: relative;
}

.problem-section.section-light {
  background:
    radial-gradient(ellipse 52% 40% at 5% 6%, rgba(212,168,83,0.14), transparent 58%),
    radial-gradient(ellipse 46% 36% at 96% 90%, rgba(34,100,72,0.10), transparent 60%),
    radial-gradient(ellipse 38% 28% at 72% 12%, rgba(212,168,83,0.06), transparent 55%),
    linear-gradient(180deg, #f9f8f6 0%, #ffffff 42%, #f6f8f7 100%);
}

.problem-section-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.problem-ambient {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.problem-ambient--gold {
  top: -12%;
  left: -8%;
  width: min(560px, 62vw);
  height: min(560px, 62vw);
  background: radial-gradient(circle, rgba(212,168,83,0.55) 0%, rgba(212,168,83,0.18) 38%, transparent 68%);
  filter: blur(72px);
  opacity: 0.72;
}

.problem-ambient--sage {
  bottom: -14%;
  right: -6%;
  width: min(420px, 48vw);
  height: min(420px, 48vw);
  background: radial-gradient(circle, rgba(34,100,72,0.38) 0%, rgba(34,100,72,0.12) 42%, transparent 68%);
  filter: blur(64px);
  opacity: 0.55;
}

.problem-light-sweep {
  position: absolute;
  top: 28%;
  left: -10%;
  width: 55%;
  height: min(50vh, 380px);
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(212,168,83,0.08) 28%,
    rgba(240,212,138,0.22) 48%,
    rgba(212,168,83,0.10) 68%,
    transparent 100%
  );
  opacity: 0.85;
  filter: blur(40px);
  transform: rotate(-10deg) translateX(-100%);
  animation: problemLightSweep 12s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  will-change: transform;
  mix-blend-mode: multiply;
}

@keyframes problemLightSweep {
  0% { transform: rotate(-10deg) translateX(-100%); }
  100% { transform: rotate(-10deg) translateX(280%); }
}

.problem-section.section-light::before,
.problem-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(rgba(17,24,39,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,24,39,0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 78% 68% at 50% 46%, black, transparent 88%);
  -webkit-mask-image: radial-gradient(ellipse 78% 68% at 50% 46%, black, transparent 88%);
}

.problem-section .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(14px, 1.8vh, 22px);
  width: 100%;
  max-width: var(--max-w);
  margin-inline: auto;
  flex: 1;
}
.problem-section .section-label {
  color: #9d7028;
  justify-content: flex-start;
  margin-bottom: 18px;
  font-size: 13px;
}
.problem-section .section-label::before { background: #9d7028; }

.problem-section .gradient-gold {
  background: linear-gradient(135deg, #b4822a 0%, #d5aa56 52%, #8f6d2e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.problem-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(40px, 4.5vw, 64px);
  align-items: center;
  flex: none;
  min-height: 0;
}

.problem-narrative {
  text-align: left;
  --problem-text-max: 580px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.problem-title {
  font-family: var(--font-body);
  font-size: clamp(30px, 3.1vw, 46px);
  font-weight: 800;
  line-height: 1.1;
  color: #0f1626;
  margin: 0 0 20px;
  max-width: var(--problem-text-max);
}

.problem-lead {
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.65;
  color: #556179;
  max-width: var(--problem-text-max);
  margin-bottom: 20px;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

.problem-signals {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(10px, 1.4vh, 14px);
  max-width: var(--problem-text-max);
}

.problem-signals li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: clamp(14px, 1.05vw, 15.5px);
  line-height: 1.58;
  color: #5a667d;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

.problem-signals li::before {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 8px;
  border-radius: 50%;
  background: #c08d31;
  box-shadow: 0 0 8px rgba(192,141,49,0.45);
}

/* Impact callout — compact bar, single line on desktop */
.problem-impact {
  margin-top: -6px;
  position: relative;
  flex-shrink: 0;
}

.problem-impact-inner {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(16px, 2vw, 28px);
  padding: clamp(16px, 2.2vh, 22px) 52px clamp(16px, 2.2vh, 22px) 28px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(192,141,49,0.28);
  background:
    radial-gradient(ellipse 70% 80% at 0% 50%, rgba(212,168,83,0.12), transparent 55%),
    radial-gradient(ellipse 50% 60% at 100% 50%, rgba(34,100,72,0.06), transparent 50%),
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(248,252,249,0.92));
  box-shadow:
    0 12px 32px rgba(15,23,42,0.08),
    0 0 0 1px rgba(255,255,255,0.6) inset;
  overflow: hidden;
}

.problem-impact-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #e8c56a, #c08d31 45%, #9d7028);
  border-radius: var(--radius-lg) 0 0 var(--radius-lg);
}

.problem-impact-inner::after {
  content: "\201C";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-52%);
  font-family: var(--font-body);
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
  color: rgba(192,141,49,0.10);
  pointer-events: none;
  user-select: none;
}

.problem-impact-label {
  flex-shrink: 0;
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9d7028;
  white-space: nowrap;
  padding-right: clamp(12px, 1.5vw, 20px);
  border-right: 1px solid rgba(192,141,49,0.22);
}

.problem-impact-statement {
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 600;
  line-height: 1.3;
  color: #0f1626;
  hyphens: none;
  white-space: nowrap;
}

.problem-impact-accent {
  font-weight: 800;
  background: linear-gradient(135deg, #b4822a 0%, #d5aa56 52%, #8f6d2e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.problem-impact.reveal {
  transform: translateY(16px);
}

.problem-impact.reveal.visible {
  transform: translateY(0);
}

.problem-pain-stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  height: auto;
}

.problem-pain-card {
  display: grid;
  grid-template-columns: 22px 36px 1fr;
  column-gap: 8px;
  row-gap: 0;
  align-items: center;
  flex: none;
  height: 104px;
  min-height: 104px;
  box-sizing: border-box;
  padding: 11px 14px 11px 12px;
  border: 1px solid rgba(17,24,39,0.10);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255,255,255,0.94), rgba(247,250,248,0.92));
  box-shadow: 0 10px 28px rgba(15,23,42,0.08), 0 0 0 1px rgba(255,255,255,0.5) inset;
  transition: border-color 0.35s cubic-bezier(0.16,1,0.3,1),
              transform 0.35s cubic-bezier(0.16,1,0.3,1),
              box-shadow 0.35s cubic-bezier(0.16,1,0.3,1);
  position: relative;
  overflow: hidden;
}

.problem-pain-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(ellipse 80% 80% at 0% 50%, rgba(212,168,83,0.10), transparent 70%);
  transition: opacity 0.35s ease;
}

.problem-pain-card:hover {
  border-color: rgba(192,141,49,0.32);
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(15,23,42,0.12), 0 0 20px rgba(192,141,49,0.10);
}

.problem-pain-card:hover::after { opacity: 1; }

.problem-pain-num {
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: #9d7028;
  opacity: 0.65;
  letter-spacing: 0.02em;
  justify-self: start;
}

.problem-pain-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #9d7028;
  background: linear-gradient(145deg, rgba(212,168,83,0.14), rgba(34,100,72,0.06));
  border: 1px solid rgba(192,141,49,0.20);
  justify-self: start;
  margin-top: 1px;
}

.problem-pain-icon svg {
  width: 17px;
  height: 17px;
}

.problem-pain-body {
  min-width: 0;
}

.problem-pain-body h3 {
  font-size: clamp(15px, 1.1vw, 17px);
  font-weight: 700;
  color: #131a2a;
  margin-bottom: 2px;
  line-height: 1.2;
}

.problem-pain-body p {
  font-size: clamp(12.5px, 0.95vw, 14px);
  color: #5a667d;
  line-height: 1.4;
}

.problem-narrative.reveal { transform: translateX(-20px); }
.problem-narrative.reveal.visible { transform: translateX(0); }
.problem-pain-card.reveal { transform: translateX(20px); }
.problem-pain-card.reveal.visible { transform: translateX(0); }
.problem-pain-card.reveal:hover { transform: translateY(-2px); }
.problem-pain-card.reveal.visible:hover { transform: translateY(-2px); }

/* Legacy problem cards (unused) */
.problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }

.problem-card {
  padding: 28px;
  border: 1px solid rgba(17,24,39,0.12);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(255,255,255,0.90), rgba(247,249,254,0.94));
  backdrop-filter: blur(14px);
  transition: all 0.4s cubic-bezier(0.16,1,0.3,1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(15,23,42,0.11), 0 0 0 1px rgba(255,255,255,0.42) inset;
}

.problem-card:hover {
  border-color: rgba(192,141,49,0.30);
  background: linear-gradient(145deg, rgba(255,255,255,0.98), rgba(250,245,235,0.95));
  transform: translateY(-4px);
  box-shadow: 0 24px 52px rgba(15,23,42,0.16), 0 0 26px rgba(192,141,49,0.16);
}

.problem-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(212,168,83,0.16), rgba(34,100,72,0.08));
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  color: #9d7028;
  border: 1px solid rgba(192,141,49,0.22);
}

.problem-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; color: #131a2a; }
.problem-card p { font-size: 14px; color: #5a667d; line-height: 1.6; }

.problem-urgency {
  margin-top: 48px;
  padding: 32px;
  border: 1px solid rgba(192,141,49,0.24);
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(212,168,83,0.13), rgba(34,100,72,0.06));
  text-align: center;
  box-shadow: 0 16px 38px rgba(15,23,42,0.10);
}

.problem-urgency p { font-size: 17px; color: #2d3548; line-height: 1.7; }
.problem-urgency strong { color: #9d7028; }

/* ===== SOLUTION SECTION — Editorial Split (Dark) ===== */
.solution-section {
  padding: 72px 20px 60px;
  min-height: 100dvh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
  isolation: isolate;
  position: relative;
}

.solution-section.section-dark {
  background:
    radial-gradient(ellipse 42% 34% at 12% 12%, rgba(212,168,83,0.12), transparent 58%),
    radial-gradient(ellipse 42% 34% at 88% 12%, rgba(212,168,83,0.10), transparent 58%),
    radial-gradient(ellipse 40% 32% at 50% 92%, rgba(34,100,72,0.10), transparent 60%),
    linear-gradient(180deg, #050c09 0%, #081410 45%, #0a1612 100%);
  color: var(--text);
}

.solution-section-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.solution-ambient {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.solution-ambient--gold {
  top: -8%;
  left: -8%;
  width: min(420px, 48vw);
  height: min(420px, 48vw);
  background: radial-gradient(circle, rgba(212,168,83,0.45) 0%, rgba(212,168,83,0.12) 40%, transparent 68%);
  filter: blur(68px);
  opacity: 0.5;
}

.solution-ambient--gold-right {
  top: -8%;
  right: -8%;
  left: auto;
  width: min(420px, 48vw);
  height: min(420px, 48vw);
  background: radial-gradient(circle, rgba(212,168,83,0.38) 0%, rgba(212,168,83,0.10) 40%, transparent 68%);
  filter: blur(68px);
  opacity: 0.42;
}

.solution-ambient--emerald {
  bottom: -10%;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: min(480px, 52vw);
  height: min(320px, 36vw);
  background: radial-gradient(circle, rgba(34,100,72,0.32) 0%, rgba(34,100,72,0.10) 42%, transparent 68%);
  filter: blur(60px);
  opacity: 0.4;
}

.solution-light-sweep {
  position: absolute;
  top: 30%;
  left: -10%;
  width: 55%;
  height: min(50vh, 380px);
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(212,168,83,0.06) 28%,
    rgba(240,212,138,0.18) 48%,
    rgba(212,168,83,0.08) 68%,
    transparent 100%
  );
  opacity: 0.75;
  filter: blur(40px);
  transform: rotate(-10deg) translateX(-100%);
  animation: solutionLightSweep 12s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  will-change: transform;
}

@keyframes solutionLightSweep {
  0% { transform: rotate(-10deg) translateX(-100%); }
  100% { transform: rotate(-10deg) translateX(280%); }
}

.solution-section.section-dark::before,
.solution-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 78% 68% at 50% 46%, black, transparent 88%);
  -webkit-mask-image: radial-gradient(ellipse 78% 68% at 50% 46%, black, transparent 88%);
}

.solution-section .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(14px, 1.8vh, 22px);
  width: 100%;
  max-width: var(--max-w);
  margin-inline: auto;
  flex: 1;
}

.solution-section .section-label {
  margin-bottom: 18px;
  font-size: 13px;
}

.solution-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(28px, 3.5vh, 40px);
  flex-shrink: 0;
}

.solution-header .section-label {
  justify-content: center;
}

.solution-header .solution-title {
  margin: 0 auto;
  max-width: 100%;
}

.solution-header.reveal { transform: translateY(20px); }
.solution-header.reveal.visible { transform: translateY(0); }

.solution-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(36px, 4vw, 56px);
  align-items: center;
  flex: none;
  min-height: 0;
}

.solution-narrative {
  text-align: left;
  --solution-text-max: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: var(--solution-text-max);
  margin-inline: auto;
  width: 100%;
}

.solution-title {
  font-family: var(--font-body);
  font-size: clamp(30px, 3.1vw, 46px);
  font-weight: 800;
  line-height: 1.1;
  color: var(--text);
  margin: 0 0 20px;
  max-width: var(--solution-text-max);
}

.solution-lead {
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.65;
  color: var(--text-secondary);
  max-width: var(--solution-text-max);
  margin-bottom: 20px;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

.solution-signals {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(10px, 1.4vh, 14px);
  max-width: var(--solution-text-max);
}

.solution-signals li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: clamp(14px, 1.05vw, 15.5px);
  line-height: 1.58;
  color: #9aa5ba;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

.solution-signals li::before {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 8px rgba(212,168,83,0.45);
}

.solution-stack-label {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  text-align: center;
}

.solution-deliverable-stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 520px;
  margin-inline: auto;
  justify-content: center;
}

@property --solution-energy-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.solution-deliverable-card {
  display: grid;
  grid-template-columns: 22px 36px 1fr;
  column-gap: 8px;
  align-items: center;
  height: 104px;
  min-height: 104px;
  box-sizing: border-box;
  padding: 11px 14px 11px 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  box-shadow: 0 10px 28px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.04) inset;
  transition: border-color 0.35s cubic-bezier(0.16,1,0.3,1),
              transform 0.35s cubic-bezier(0.16,1,0.3,1),
              box-shadow 0.35s cubic-bezier(0.16,1,0.3,1);
  position: relative;
  isolation: isolate;
  overflow: visible;
}

.solution-card-energy {
  position: absolute;
  inset: -1px;
  border-radius: calc(var(--radius-lg) + 1px);
  padding: 1px;
  background: conic-gradient(
    from var(--solution-energy-angle, 0deg),
    transparent 0%,
    rgba(212,168,83,0.95) 10%,
    rgba(66,217,232,0.75) 22%,
    rgba(108,99,255,0.65) 34%,
    transparent 48%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 0;
}

@keyframes solutionEnergySpin {
  to { --solution-energy-angle: 360deg; }
}

.solution-deliverable-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(ellipse 80% 80% at 50% 50%, rgba(212,168,83,0.14), transparent 70%);
  transition: opacity 0.35s ease;
  z-index: 0;
}

.solution-deliverable-card:hover {
  border-color: rgba(212,168,83,0.35);
  transform: translateY(-2px);
  box-shadow:
    0 16px 40px rgba(0,0,0,0.28),
    0 0 24px rgba(212,168,83,0.14),
    0 0 40px rgba(66,217,232,0.08);
}

.solution-deliverable-card:hover .solution-card-energy {
  opacity: 1;
  animation: solutionEnergySpin 2.4s linear infinite;
}

.solution-deliverable-card:hover::after { opacity: 1; }

.solution-deliverable-num,
.solution-deliverable-icon,
.solution-deliverable-body {
  position: relative;
  z-index: 1;
}

.solution-deliverable-num {
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--gold);
  opacity: 0.65;
  letter-spacing: 0.02em;
  justify-self: start;
}

.solution-deliverable-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: var(--gold);
  background: linear-gradient(145deg, rgba(212,168,83,0.16), rgba(108,99,255,0.08));
  border: 1px solid rgba(212,168,83,0.22);
  justify-self: start;
}

.solution-deliverable-icon svg {
  width: 17px;
  height: 17px;
  transition: filter 0.35s cubic-bezier(0.16,1,0.3,1);
}

.solution-deliverable-card:hover .solution-deliverable-icon svg {
  filter: drop-shadow(0 0 10px rgba(212,168,83,0.45));
}

.solution-deliverable-body {
  min-width: 0;
}

.solution-deliverable-body h3 {
  font-size: clamp(15px, 1.1vw, 17px);
  font-weight: 700;
  color: var(--text);
  margin-bottom: 2px;
  line-height: 1.2;
}

.solution-deliverable-body p {
  font-size: clamp(12.5px, 0.95vw, 14px);
  color: var(--text-secondary);
  line-height: 1.4;
}

.solution-impact {
  margin-top: clamp(20px, 2.5vh, 28px);
  position: relative;
  flex-shrink: 0;
}

.solution-impact-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: clamp(20px, 2.5vh, 28px) clamp(24px, 4vw, 40px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(212,168,83,0.28);
  background:
    radial-gradient(ellipse 60% 80% at 50% 0%, rgba(212,168,83,0.10), transparent 55%),
    radial-gradient(ellipse 50% 60% at 50% 100%, rgba(108,99,255,0.06), transparent 50%),
    linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  box-shadow:
    0 12px 32px rgba(0,0,0,0.25),
    0 0 0 1px rgba(255,255,255,0.06) inset;
  overflow: hidden;
}

.solution-impact-inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: min(120px, 28%);
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  border-radius: 0 0 4px 4px;
}

.solution-impact-inner::after {
  content: "\201C";
  position: absolute;
  right: 16px;
  top: 10px;
  transform: none;
  font-family: var(--font-body);
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  color: rgba(212,168,83,0.08);
  pointer-events: none;
  user-select: none;
}

.solution-impact-label {
  flex-shrink: 0;
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
  padding-right: 0;
  border-right: none;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(212,168,83,0.25);
}

.solution-impact-statement {
  margin: 0;
  padding: 0;
  flex: none;
  width: 100%;
  max-width: 900px;
  min-width: 0;
  font-size: clamp(14px, 1.15vw, 17px);
  font-weight: 600;
  line-height: 1.55;
  color: #dde2ef;
  hyphens: auto;
  white-space: normal;
  text-align: center;
  text-wrap: pretty;
}

.solution-impact-accent {
  font-weight: 700;
  background: linear-gradient(135deg, #fff 0%, var(--gold-light) 40%, var(--gold) 70%, var(--accent-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.solution-narrative.reveal { transform: translateX(20px); }
.solution-narrative.reveal.visible { transform: translateX(0); }
.solution-deliverable-card.reveal { transform: translateX(-20px); }
.solution-deliverable-card.reveal.visible { transform: translateX(0); }
.solution-deliverable-card.reveal:hover { transform: translateY(-2px); }
.solution-deliverable-card.reveal.visible:hover { transform: translateY(-2px); }
.solution-impact.reveal { transform: translateY(16px); }
.solution-impact.reveal.visible { transform: translateY(0); }

/* ===== PLATFORM SECTION — Integration Editorial Light ===== */
.platform-section {
  padding: 72px 20px 60px;
  min-height: 100dvh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  color: #131a2a;
  overflow: hidden;
  isolation: isolate;
  position: relative;
}

.platform-section.section-light {
  background:
    radial-gradient(ellipse 52% 40% at 5% 6%, rgba(212,168,83,0.14), transparent 58%),
    radial-gradient(ellipse 46% 36% at 96% 90%, rgba(34,100,72,0.10), transparent 60%),
    radial-gradient(ellipse 38% 28% at 72% 12%, rgba(212,168,83,0.06), transparent 55%),
    linear-gradient(180deg, #f9f8f6 0%, #ffffff 42%, #f6f8f7 100%);
}

.platform-section-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.platform-ambient {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.platform-ambient--gold {
  top: -12%;
  left: -8%;
  width: min(560px, 62vw);
  height: min(560px, 62vw);
  background: radial-gradient(circle, rgba(212,168,83,0.55) 0%, rgba(212,168,83,0.18) 38%, transparent 68%);
  filter: blur(72px);
  opacity: 0.72;
}

.platform-ambient--sage {
  bottom: -14%;
  right: -6%;
  width: min(420px, 48vw);
  height: min(420px, 48vw);
  background: radial-gradient(circle, rgba(34,100,72,0.38) 0%, rgba(34,100,72,0.12) 42%, transparent 68%);
  filter: blur(64px);
  opacity: 0.55;
}

.platform-light-sweep {
  position: absolute;
  top: 28%;
  left: -10%;
  width: 55%;
  height: min(50vh, 380px);
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(212,168,83,0.08) 28%,
    rgba(240,212,138,0.22) 48%,
    rgba(212,168,83,0.10) 68%,
    transparent 100%
  );
  opacity: 0.85;
  filter: blur(40px);
  transform: rotate(-10deg) translateX(-100%);
  animation: platformLightSweep 12s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  will-change: transform;
}

@keyframes platformLightSweep {
  0% { transform: rotate(-10deg) translateX(-100%); }
  100% { transform: rotate(-10deg) translateX(280%); }
}

.platform-section.section-light::before,
.platform-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(rgba(17,24,39,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,24,39,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 78% 68% at 50% 46%, black, transparent 88%);
  -webkit-mask-image: radial-gradient(ellipse 78% 68% at 50% 46%, black, transparent 88%);
}

.platform-section .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(12px, 1.6vh, 18px);
  width: 100%;
  max-width: var(--max-w);
  margin-inline: auto;
  flex: 1;
}

.platform-section .section-label {
  justify-content: center;
  margin-bottom: 18px;
  font-size: 13px;
  color: #9d7028;
}

.platform-section .section-label::before { background: #9d7028; }

.platform-section .gradient-gold {
  background: linear-gradient(135deg, #b4822a 0%, #d5aa56 52%, #8f6d2e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.platform-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(20px, 2.5vh, 32px);
  flex-shrink: 0;
}

.platform-title {
  font-family: var(--font-body);
  font-size: clamp(30px, 3.1vw, 46px);
  font-weight: 800;
  line-height: 1.1;
  color: #0f1626;
  margin: 0;
}

.platform-header.reveal { transform: translateY(20px); }
.platform-header.reveal.visible { transform: translateY(0); }

.platform-bridge {
  max-width: 820px;
  margin: 0 auto clamp(16px, 2vh, 24px);
  text-align: center;
}

.platform-lead,
.platform-lead-secondary {
  font-size: clamp(15px, 1.1vw, 16.5px);
  line-height: 1.65;
  color: #556179;
  margin: 0 0 12px;
  text-wrap: pretty;
}

.platform-lead-secondary {
  margin-bottom: clamp(16px, 2vh, 22px);
}

.platform-benefit-trio {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  position: relative;
  align-items: stretch;
}

.platform-benefit-trio::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(192,141,49,0.22) 20%, rgba(212,168,83,0.38) 50%, rgba(192,141,49,0.22) 80%, transparent);
  pointer-events: none;
  z-index: 0;
}

.platform-benefit-item {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 14px 12px;
  margin: 0 6px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(17,24,39,0.10);
  background: linear-gradient(145deg, rgba(255,255,255,0.94), rgba(247,250,248,0.88));
  box-shadow: 0 8px 20px rgba(15,23,42,0.06);
  font-weight: 700;
  font-size: clamp(13px, 1vw, 14.5px);
  line-height: 1.35;
  color: #2d3548;
}

.platform-stack-label {
  margin: clamp(12px, 1.5vh, 18px) 0 clamp(14px, 1.8vh, 20px);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9d7028;
  text-align: center;
}

.platform-module-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: clamp(14px, 1.6vw, 20px);
  max-width: var(--max-w);
  margin-inline: auto;
  width: 100%;
  align-items: stretch;
}

@property --platform-energy-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.platform-module-card {
  display: grid;
  grid-template-columns: 26px 40px 1fr;
  column-gap: 12px;
  row-gap: 0;
  align-items: start;
  align-content: start;
  height: 100%;
  min-height: 120px;
  box-sizing: border-box;
  padding: clamp(18px, 2vh, 22px) clamp(20px, 2.2vw, 24px) clamp(18px, 2vh, 22px) clamp(16px, 1.8vw, 20px);
  border: 1px solid rgba(17,24,39,0.10);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255,255,255,0.94), rgba(247,250,248,0.92));
  box-shadow: 0 10px 28px rgba(15,23,42,0.08), 0 0 0 1px rgba(255,255,255,0.5) inset;
  transition: border-color 0.35s cubic-bezier(0.16,1,0.3,1),
              transform 0.35s cubic-bezier(0.16,1,0.3,1),
              box-shadow 0.35s cubic-bezier(0.16,1,0.3,1);
  position: relative;
  isolation: isolate;
  overflow: visible;
}

.platform-card-energy {
  position: absolute;
  inset: -1px;
  border-radius: calc(var(--radius-lg) + 1px);
  padding: 1px;
  background: conic-gradient(
    from var(--platform-energy-angle, 0deg),
    transparent 0%,
    rgba(212,168,83,0.95) 10%,
    rgba(66,217,232,0.75) 22%,
    rgba(108,99,255,0.65) 34%,
    transparent 48%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 0;
}

@keyframes platformEnergySpin {
  to { --platform-energy-angle: 360deg; }
}

.platform-module-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(ellipse 80% 80% at 50% 50%, rgba(212,168,83,0.14), transparent 70%);
  transition: opacity 0.35s ease;
  z-index: 0;
}

.platform-module-card:hover {
  border-color: rgba(192,141,49,0.35);
  transform: translateY(-2px);
  box-shadow:
    0 16px 40px rgba(15,23,42,0.12),
    0 0 24px rgba(212,168,83,0.14),
    0 0 40px rgba(66,217,232,0.08);
}

.platform-module-card:hover .platform-card-energy {
  opacity: 1;
  animation: platformEnergySpin 2.4s linear infinite;
}

.platform-module-card:hover::after { opacity: 1; }

.platform-module-num,
.platform-module-icon,
.platform-module-body {
  position: relative;
  z-index: 1;
}

.platform-module-num {
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: #9d7028;
  opacity: 0.65;
  letter-spacing: 0.02em;
  justify-self: start;
  align-self: start;
  margin-top: 2px;
}

.platform-module-icon {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  color: #9d7028;
  background: linear-gradient(145deg, rgba(212,168,83,0.14), rgba(34,100,72,0.06));
  border: 1px solid rgba(192,141,49,0.20);
  justify-self: start;
  align-self: start;
  margin-top: 1px;
}

.platform-module-icon svg {
  width: 18px;
  height: 18px;
  transition: filter 0.35s cubic-bezier(0.16,1,0.3,1);
}

.platform-module-card:hover .platform-module-icon svg {
  filter: drop-shadow(0 0 10px rgba(212,168,83,0.45));
}

.platform-module-body {
  min-width: 0;
}

.platform-module-body h3 {
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 700;
  color: #131a2a;
  margin-bottom: 6px;
  line-height: 1.25;
}

.platform-module-body p {
  font-size: clamp(13.5px, 1.05vw, 15px);
  color: #5a667d;
  line-height: 1.55;
  text-wrap: pretty;
}

.platform-impact {
  margin-top: clamp(16px, 2vh, 24px);
  position: relative;
  flex-shrink: 0;
}

.platform-impact-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: clamp(20px, 2.5vh, 28px) clamp(24px, 4vw, 40px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(192,141,49,0.28);
  background:
    radial-gradient(ellipse 60% 80% at 50% 0%, rgba(212,168,83,0.12), transparent 55%),
    radial-gradient(ellipse 50% 60% at 50% 100%, rgba(34,100,72,0.08), transparent 50%),
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(248,252,249,0.92));
  box-shadow:
    0 12px 32px rgba(15,23,42,0.08),
    0 0 0 1px rgba(255,255,255,0.6) inset;
  overflow: hidden;
}

.platform-impact-inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: min(120px, 28%);
  height: 3px;
  background: linear-gradient(90deg, transparent, #c08d31, transparent);
  border-radius: 0 0 4px 4px;
}

.platform-impact-inner::after {
  content: "\201C";
  position: absolute;
  right: 16px;
  top: 10px;
  font-family: var(--font-body);
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  color: rgba(192,141,49,0.10);
  pointer-events: none;
  user-select: none;
}

.platform-impact-label {
  flex-shrink: 0;
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9d7028;
  white-space: nowrap;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(192,141,49,0.22);
}

.platform-impact-statement {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 900px;
  font-size: clamp(14px, 1.15vw, 17px);
  font-weight: 600;
  line-height: 1.55;
  color: #2d3548;
  hyphens: auto;
  white-space: normal;
  text-align: center;
  text-wrap: pretty;
}

.platform-bridge.reveal { transform: translateY(16px); }
.platform-bridge.reveal.visible { transform: translateY(0); }
.platform-module-card.reveal { transform: translateY(14px); }
.platform-module-card.reveal.visible { transform: translateY(0); }
.platform-module-card.reveal:hover { transform: translateY(-2px); }
.platform-module-card.reveal.visible:hover { transform: translateY(-2px); }
.platform-impact.reveal { transform: translateY(16px); }
.platform-impact.reveal.visible { transform: translateY(0); }

/* Legacy solution cards (unused) */
.solution-hero-card {
  border: 1px solid var(--border); border-radius: var(--radius-2xl);
  background: linear-gradient(145deg, rgba(212,168,83,0.06), rgba(108,99,255,0.04));
  padding: 48px; position: relative; overflow: hidden;
  box-shadow: var(--shadow-card);
}

.solution-hero-card::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), transparent 50%);
  pointer-events: none;
}

.solution-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
  position: relative; z-index: 1;
}

.solution-text h2 {
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 38px); font-weight: 800;
  line-height: 1.12; margin-bottom: 20px;
}

.solution-text p { font-size: 16px; color: var(--text-secondary); line-height: 1.7; margin-bottom: 24px; }

.solution-checks { display: grid; gap: 12px; }

.solution-check {
  display: flex; align-items: center; gap: 12px;
  font-size: 15px; font-weight: 600; color: #dde2ef;
}

.solution-check-icon {
  width: 24px; height: 24px; border-radius: 8px;
  background: rgba(52,211,153,0.15); border: 1px solid rgba(52,211,153,0.3);
  display: grid; place-items: center; flex-shrink: 0; color: var(--emerald);
}

.solution-side-card {
  padding: 36px; border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.025);
  transition: all 0.4s cubic-bezier(0.16,1,0.3,1);
  position: relative; overflow: hidden;
}

.solution-side-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0; transition: opacity 0.4s;
}

.solution-side-card:hover {
  border-color: rgba(212,168,83,0.25);
  background: rgba(212,168,83,0.04);
  transform: translateY(-4px);
}

.solution-side-card:hover::before { opacity: 1; }

.solution-side-card .side-icon {
  width: 56px; height: 56px; border-radius: 16px;
  background: linear-gradient(135deg, rgba(212,168,83,0.15), rgba(108,99,255,0.08));
  border: 1px solid rgba(212,168,83,0.2);
  display: grid; place-items: center; margin-bottom: 20px;
  color: var(--gold);
}

.solution-side-card h3 {
  font-size: 22px; font-weight: 800; margin-bottom: 12px;
  font-family: var(--font-display);
}

.solution-side-card p { font-size: 15px; color: var(--text-secondary); line-height: 1.65; }

.solution-side-card .side-features {
  margin-top: 20px; display: grid; gap: 10px;
}

.solution-side-card .side-feature {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; font-weight: 600; color: #cfd6e7;
}

.solution-side-card .side-feature svg { color: var(--emerald); flex-shrink: 0; }

/* ===== SYNC SECTION ===== */
.sync-section { overflow: hidden; }

.sync-card {
  padding: 56px 48px; border-radius: var(--radius-2xl);
  border: 1px solid var(--border);
  background: linear-gradient(145deg, rgba(108,99,255,0.04), rgba(212,168,83,0.04));
  position: relative; overflow: hidden;
}

.sync-card::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), transparent 40%);
  pointer-events: none;
}

.sync-layout {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 40px;
  align-items: center; position: relative; z-index: 1;
}

.sync-col { text-align: center; }

.sync-col h3 {
  font-family: var(--font-display); font-size: 24px; font-weight: 800;
  margin-bottom: 16px;
}

.sync-col p { font-size: 15px; color: var(--text-secondary); line-height: 1.65; }

.sync-col-icon {
  width: 72px; height: 72px; border-radius: 20px;
  background: linear-gradient(135deg, rgba(212,168,83,0.12), rgba(108,99,255,0.08));
  border: 1px solid rgba(212,168,83,0.2);
  display: grid; place-items: center; margin: 0 auto 20px;
  color: var(--gold);
}

.sync-divider {
  display: flex; flex-direction: column; align-items: center; gap: 12px;
}

.sync-arrow {
  width: 48px; height: 48px; border-radius: 50%;
  border: 1px solid rgba(212,168,83,0.3);
  background: rgba(212,168,83,0.08);
  display: grid; place-items: center; color: var(--gold);
  animation: syncPulse 2.5s ease-in-out infinite;
}

.sync-arrow:nth-child(2) { animation-delay: 0.4s; }

@keyframes syncPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(212,168,83,0.3); }
  50% { transform: scale(1.1); box-shadow: 0 0 20px rgba(212,168,83,0.2); }
}

.sync-realtime {
  margin-top: 32px; text-align: center;
  font-size: 14px; font-weight: 700; color: var(--gold);
  letter-spacing: 0.12em; text-transform: uppercase;
  display: flex; align-items: center; justify-content: center; gap: 10px;
}

.sync-realtime-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--emerald);
  box-shadow: 0 0 12px rgba(52,211,153,0.5); animation: pulseDot 2s infinite;
}

/* ===== TAAS SECTION ===== */
.taas-section { overflow: hidden; }

.taas-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

.taas-card {
  padding: 28px; border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--bg-card);
  transition: all 0.4s cubic-bezier(0.16,1,0.3,1);
  text-align: center; position: relative; overflow: hidden;
}

.taas-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0; transition: opacity 0.4s;
}

.taas-card:hover {
  border-color: rgba(212,168,83,0.25);
  background: rgba(212,168,83,0.04);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.3);
}

.taas-card:hover::before { opacity: 1; }

.taas-icon {
  width: 48px; height: 48px; border-radius: 14px;
  background: linear-gradient(135deg, rgba(212,168,83,0.12), rgba(108,99,255,0.06));
  border: 1px solid rgba(212,168,83,0.18);
  display: grid; place-items: center; margin: 0 auto 16px;
  color: var(--gold);
}

.taas-card h3 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.taas-card p { font-size: 13px; color: var(--text-secondary); line-height: 1.55; }

.taas-highlight {
  margin-top: 48px; padding: 36px;
  border-radius: var(--radius-xl); border: 1px solid rgba(212,168,83,0.2);
  background: linear-gradient(135deg, rgba(212,168,83,0.06), rgba(108,99,255,0.04));
  text-align: center;
}

.taas-highlight p {
  font-size: 20px; font-weight: 700; line-height: 1.5; max-width: 700px; margin: 0 auto;
}

/* ===== ANALYTICS IMPACT ===== */
.analytics-impact {
  margin-top: clamp(24px, 3vh, 36px);
  position: relative;
  flex-shrink: 0;
}

.analytics-impact-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: clamp(22px, 2.8vh, 32px) clamp(28px, 4.5vw, 48px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(212,168,83,0.28);
  background:
    radial-gradient(ellipse 50% 70% at 12% 60%, rgba(52,211,153,0.10), transparent 52%),
    radial-gradient(ellipse 55% 75% at 50% 0%, rgba(212,168,83,0.12), transparent 55%),
    radial-gradient(ellipse 40% 55% at 88% 75%, rgba(108,99,255,0.06), transparent 48%),
    linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  box-shadow:
    0 16px 40px rgba(0,0,0,0.28),
    0 0 0 1px rgba(255,255,255,0.06) inset;
  overflow: hidden;
}

.analytics-impact-inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: min(160px, 36%);
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--emerald), var(--gold), transparent);
  border-radius: 0 0 4px 4px;
}

.analytics-impact-inner::after {
  content: "\201C";
  position: absolute;
  right: 18px;
  top: 12px;
  font-family: var(--font-body);
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  color: rgba(52,211,153,0.07);
  pointer-events: none;
  user-select: none;
}

.analytics-impact-label {
  flex-shrink: 0;
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(212,168,83,0.25);
}

.analytics-impact-statement {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 820px;
  min-width: 0;
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 600;
  line-height: 1.6;
  color: #dde2ef;
  hyphens: auto;
  white-space: normal;
  text-align: center;
  text-wrap: pretty;
}

.analytics-impact-accent {
  font-weight: 700;
  background: linear-gradient(135deg, var(--emerald) 0%, var(--gold-light) 42%, var(--gold) 78%, var(--accent-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.analytics-impact.reveal { transform: translateY(16px); }
.analytics-impact.reveal.visible { transform: translateY(0); }

/* ===== LOYALTY SECTION — Fidelização Editorial Light ===== */
.loyalty-section {
  padding: 72px 20px 60px;
  min-height: 100dvh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  color: #131a2a;
  overflow: hidden;
  isolation: isolate;
  position: relative;
}

.loyalty-section.section-light {
  background:
    radial-gradient(ellipse 52% 40% at 5% 6%, rgba(212,168,83,0.14), transparent 58%),
    radial-gradient(ellipse 46% 36% at 96% 90%, rgba(34,100,72,0.10), transparent 60%),
    radial-gradient(ellipse 38% 28% at 72% 12%, rgba(212,168,83,0.06), transparent 55%),
    linear-gradient(180deg, #f9f8f6 0%, #ffffff 42%, #f6f8f7 100%);
}

.loyalty-section-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.loyalty-ambient {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.loyalty-ambient--gold {
  top: -12%;
  left: -8%;
  width: min(560px, 62vw);
  height: min(560px, 62vw);
  background: radial-gradient(circle, rgba(212,168,83,0.55) 0%, rgba(212,168,83,0.18) 38%, transparent 68%);
  filter: blur(72px);
  opacity: 0.72;
}

.loyalty-ambient--sage {
  bottom: -14%;
  right: -6%;
  width: min(420px, 48vw);
  height: min(420px, 48vw);
  background: radial-gradient(circle, rgba(34,100,72,0.38) 0%, rgba(34,100,72,0.12) 42%, transparent 68%);
  filter: blur(64px);
  opacity: 0.55;
}

.loyalty-light-sweep {
  position: absolute;
  top: 28%;
  left: -10%;
  width: 55%;
  height: min(50vh, 380px);
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(212,168,83,0.08) 28%,
    rgba(240,212,138,0.22) 48%,
    rgba(212,168,83,0.10) 68%,
    transparent 100%
  );
  opacity: 0.85;
  filter: blur(40px);
  transform: rotate(-10deg) translateX(-100%);
  animation: loyaltyLightSweep 12s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  will-change: transform;
}

@keyframes loyaltyLightSweep {
  0% { transform: rotate(-10deg) translateX(-100%); }
  100% { transform: rotate(-10deg) translateX(280%); }
}

.loyalty-section.section-light::before,
.loyalty-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(rgba(17,24,39,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,24,39,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 78% 68% at 50% 46%, black, transparent 88%);
  -webkit-mask-image: radial-gradient(ellipse 78% 68% at 50% 46%, black, transparent 88%);
}

.loyalty-section .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(12px, 1.6vh, 18px);
  width: 100%;
  max-width: var(--max-w);
  margin-inline: auto;
  flex: 1;
}

.loyalty-section .section-label {
  color: #9d7028;
}

.loyalty-section .section-label::before { background: #9d7028; }

.loyalty-section .gradient-gold {
  background: linear-gradient(135deg, #b4822a 0%, #d5aa56 52%, #8f6d2e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.loyalty-header-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(40px, 4.5vw, 64px);
  align-items: start;
  margin-bottom: clamp(20px, 2.5vh, 32px);
}

.loyalty-header-desc {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
}

.loyalty-header-title {
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.loyalty-header-title .section-title { margin-bottom: 0; color: #0f1626; }

.loyalty-header-desc .section-desc {
  max-width: none;
  margin: 0;
  color: #556179;
}

.loyalty-benefit-trio {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  position: relative;
  align-items: stretch;
  max-width: 820px;
  margin: 0 auto clamp(12px, 1.5vh, 18px);
}

.loyalty-benefit-trio::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(192,141,49,0.22) 20%, rgba(212,168,83,0.38) 50%, rgba(192,141,49,0.22) 80%, transparent);
  pointer-events: none;
  z-index: 0;
}

.loyalty-benefit-item {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 14px 12px;
  margin: 0 6px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(17,24,39,0.10);
  background: linear-gradient(145deg, rgba(255,255,255,0.94), rgba(247,250,248,0.88));
  box-shadow: 0 8px 20px rgba(15,23,42,0.06);
  font-weight: 700;
  font-size: clamp(13px, 1vw, 14.5px);
  line-height: 1.35;
  color: #2d3548;
  transition: border-color 0.35s cubic-bezier(0.16,1,0.3,1),
              transform 0.35s cubic-bezier(0.16,1,0.3,1),
              box-shadow 0.35s cubic-bezier(0.16,1,0.3,1);
}

.loyalty-benefit-item:hover {
  border-color: rgba(192,141,49,0.28);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(15,23,42,0.10), 0 0 16px rgba(212,168,83,0.10);
}

.loyalty-stack-label {
  margin: clamp(8px, 1vh, 12px) 0 clamp(14px, 1.8vh, 20px);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9d7028;
  text-align: center;
}

.loyalty-module-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: clamp(14px, 1.6vw, 20px);
  max-width: var(--max-w);
  margin-inline: auto;
  width: 100%;
  align-items: stretch;
}

@property --loyalty-energy-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.loyalty-module-card {
  display: grid;
  grid-template-columns: 26px 40px 1fr;
  column-gap: 12px;
  row-gap: 0;
  align-items: start;
  align-content: start;
  height: 100%;
  min-height: 120px;
  box-sizing: border-box;
  padding: clamp(18px, 2vh, 22px) clamp(20px, 2.2vw, 24px) clamp(18px, 2vh, 22px) clamp(16px, 1.8vw, 20px);
  border: 1px solid rgba(17,24,39,0.10);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255,255,255,0.94), rgba(247,250,248,0.92));
  box-shadow: 0 10px 28px rgba(15,23,42,0.08), 0 0 0 1px rgba(255,255,255,0.5) inset;
  transition: border-color 0.35s cubic-bezier(0.16,1,0.3,1),
              transform 0.35s cubic-bezier(0.16,1,0.3,1),
              box-shadow 0.35s cubic-bezier(0.16,1,0.3,1);
  position: relative;
  isolation: isolate;
  overflow: visible;
  transform-style: preserve-3d;
  will-change: transform;
}

.loyalty-card-energy {
  position: absolute;
  inset: -1px;
  border-radius: calc(var(--radius-lg) + 1px);
  padding: 1px;
  background: conic-gradient(
    from var(--loyalty-energy-angle, 0deg),
    transparent 0%,
    rgba(212,168,83,0.95) 10%,
    rgba(66,217,232,0.75) 22%,
    rgba(108,99,255,0.65) 34%,
    transparent 48%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 0;
}

@keyframes loyaltyEnergySpin {
  to { --loyalty-energy-angle: 360deg; }
}

.loyalty-module-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(ellipse 80% 80% at 50% 50%, rgba(212,168,83,0.14), transparent 70%);
  transition: opacity 0.35s ease;
  z-index: 0;
}

.loyalty-module-card:hover {
  border-color: rgba(192,141,49,0.35);
  transform: translateY(-4px);
  transition-delay: 0s;
  box-shadow:
    0 16px 40px rgba(15,23,42,0.12),
    0 0 24px rgba(212,168,83,0.14),
    0 0 40px rgba(66,217,232,0.08);
}

.loyalty-module-card:hover .loyalty-card-energy {
  opacity: 1;
  animation: loyaltyEnergySpin 2.4s linear infinite;
}

.loyalty-module-card:hover::after { opacity: 1; }

.loyalty-module-num,
.loyalty-module-icon,
.loyalty-module-body {
  position: relative;
  z-index: 1;
}

.loyalty-module-num {
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: #9d7028;
  opacity: 0.65;
  letter-spacing: 0.02em;
  justify-self: start;
  align-self: start;
  margin-top: 2px;
}

.loyalty-module-icon {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  color: #9d7028;
  background: linear-gradient(145deg, rgba(212,168,83,0.14), rgba(34,100,72,0.06));
  border: 1px solid rgba(192,141,49,0.20);
  justify-self: start;
  align-self: start;
  margin-top: 1px;
}

.loyalty-module-icon svg {
  width: 18px;
  height: 18px;
  transition: filter 0.35s cubic-bezier(0.16,1,0.3,1);
}

.loyalty-module-card:hover .loyalty-module-icon svg {
  filter: drop-shadow(0 0 10px rgba(212,168,83,0.45));
}

.loyalty-module-body { min-width: 0; }

.loyalty-module-body h3 {
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 700;
  color: #131a2a;
  margin-bottom: 6px;
  line-height: 1.25;
}

.loyalty-module-body p {
  font-size: clamp(13.5px, 1.05vw, 15px);
  color: #5a667d;
  line-height: 1.55;
  text-wrap: pretty;
}

.loyalty-impact {
  margin-top: clamp(16px, 2vh, 24px);
  position: relative;
  flex-shrink: 0;
}

.loyalty-impact-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: clamp(20px, 2.5vh, 28px) clamp(24px, 4vw, 40px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(192,141,49,0.28);
  background:
    radial-gradient(ellipse 60% 80% at 50% 0%, rgba(212,168,83,0.12), transparent 55%),
    radial-gradient(ellipse 50% 60% at 50% 100%, rgba(34,100,72,0.08), transparent 50%),
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(248,252,249,0.92));
  box-shadow:
    0 12px 32px rgba(15,23,42,0.08),
    0 0 0 1px rgba(255,255,255,0.6) inset;
  overflow: hidden;
}

.loyalty-impact-inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: min(120px, 28%);
  height: 3px;
  background: linear-gradient(90deg, transparent, #c08d31, transparent);
  border-radius: 0 0 4px 4px;
}

.loyalty-impact-inner::after {
  content: "\201C";
  position: absolute;
  right: 16px;
  top: 10px;
  font-family: var(--font-body);
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  color: rgba(192,141,49,0.10);
  pointer-events: none;
  user-select: none;
}

.loyalty-impact-label {
  flex-shrink: 0;
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9d7028;
  white-space: nowrap;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(192,141,49,0.22);
}

.loyalty-impact-statement {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 900px;
  font-size: clamp(14px, 1.15vw, 17px);
  font-weight: 600;
  line-height: 1.55;
  color: #2d3548;
  hyphens: auto;
  white-space: normal;
  text-align: center;
  text-wrap: pretty;
}

.loyalty-impact-accent {
  font-weight: 800;
  background: linear-gradient(135deg, #b4822a 0%, #d5aa56 52%, #8f6d2e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.loyalty-benefit-trio.reveal { transform: translateY(16px); }
.loyalty-benefit-trio.reveal.visible { transform: translateY(0); }
.loyalty-module-card.reveal { transform: translateY(14px); }
.loyalty-module-card.reveal.visible { transform: translateY(0); }
.loyalty-module-card.reveal:hover,
.loyalty-module-card.reveal.visible:hover {
  transform: translateY(-4px);
  transition-delay: 0s;
}
.loyalty-impact.reveal { transform: translateY(16px); }
.loyalty-impact.reveal.visible { transform: translateY(0); }

/* ===== CONSOLIDATION SECTION ===== */
.consolidation-section { overflow: hidden; }

.consolidation-visual {
  display: grid; grid-template-columns: 1fr auto 1fr;
  gap: 40px; align-items: center;
}

.consolidation-list {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}

.consolidation-item {
  padding: 20px; border-radius: var(--radius-md);
  border: 1px solid var(--border); background: var(--bg-card);
  display: flex; align-items: center; gap: 14px;
  font-size: 15px; font-weight: 600;
  transition: all 0.3s;
}

.consolidation-item:hover {
  border-color: rgba(212,168,83,0.25);
  background: rgba(212,168,83,0.04);
  transform: translateX(4px);
}

.consolidation-item-icon {
  width: 36px; height: 36px; border-radius: 10px;
  background: rgba(212,168,83,0.1); border: 1px solid rgba(212,168,83,0.2);
  display: grid; place-items: center; color: var(--gold); flex-shrink: 0;
}

.consolidation-arrow {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: var(--gold);
}

.consolidation-arrow svg { animation: arrowPulse 2s ease-in-out infinite; }

@keyframes arrowPulse {
  0%, 100% { transform: translateX(0); opacity: 0.6; }
  50% { transform: translateX(6px); opacity: 1; }
}

.consolidation-result {
  text-align: center; padding: 40px;
  border-radius: var(--radius-xl); border: 1px solid rgba(212,168,83,0.3);
  background: linear-gradient(145deg, rgba(212,168,83,0.08), rgba(108,99,255,0.06));
}

.consolidation-result-logo {
  width: 180px; margin: 0 auto 20px;
  filter: drop-shadow(0 8px 24px rgba(212,168,83,0.25));
}

.consolidation-result h3 {
  font-family: var(--font-display); font-size: 22px; font-weight: 800;
  margin-bottom: 12px;
}

.consolidation-result p { font-size: 14px; color: var(--text-secondary); line-height: 1.55; }

.consolidation-tagline {
  margin-top: 48px; text-align: center;
}

.consolidation-tagline p {
  font-size: 22px; font-weight: 800; line-height: 1.4;
  font-family: var(--font-display);
}

.consolidation-tagline p span { display: block; margin-top: 6px; }

/* ===== SCALE SECTION — Crescimento Editorial Light ===== */
.scale-section {
  padding: 72px 20px 60px;
  min-height: 100dvh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  color: #131a2a;
  overflow: hidden;
  isolation: isolate;
  position: relative;
}

.scale-section.section-light {
  background:
    radial-gradient(ellipse 52% 40% at 5% 6%, rgba(212,168,83,0.14), transparent 58%),
    radial-gradient(ellipse 46% 36% at 96% 90%, rgba(34,100,72,0.10), transparent 60%),
    radial-gradient(ellipse 38% 28% at 72% 12%, rgba(212,168,83,0.06), transparent 55%),
    linear-gradient(180deg, #f9f8f6 0%, #ffffff 42%, #f6f8f7 100%);
}

.scale-section-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.scale-ambient {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.scale-ambient--gold {
  top: -12%;
  left: -8%;
  width: min(560px, 62vw);
  height: min(560px, 62vw);
  background: radial-gradient(circle, rgba(212,168,83,0.55) 0%, rgba(212,168,83,0.18) 38%, transparent 68%);
  filter: blur(72px);
  opacity: 0.72;
}

.scale-ambient--sage {
  bottom: -14%;
  right: -6%;
  width: min(420px, 48vw);
  height: min(420px, 48vw);
  background: radial-gradient(circle, rgba(34,100,72,0.38) 0%, rgba(34,100,72,0.12) 42%, transparent 68%);
  filter: blur(64px);
  opacity: 0.55;
}

.scale-light-sweep {
  position: absolute;
  top: 28%;
  left: -10%;
  width: 55%;
  height: min(50vh, 380px);
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(212,168,83,0.08) 28%,
    rgba(240,212,138,0.22) 48%,
    rgba(212,168,83,0.10) 68%,
    transparent 100%
  );
  opacity: 0.85;
  filter: blur(40px);
  transform: rotate(-10deg) translateX(-100%);
  animation: scaleLightSweep 12s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  will-change: transform;
}

@keyframes scaleLightSweep {
  0% { transform: rotate(-10deg) translateX(-100%); }
  100% { transform: rotate(-10deg) translateX(280%); }
}

.scale-section.section-light::before,
.scale-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(rgba(17,24,39,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,24,39,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 78% 68% at 50% 46%, black, transparent 88%);
  -webkit-mask-image: radial-gradient(ellipse 78% 68% at 50% 46%, black, transparent 88%);
}

.scale-section .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(12px, 1.6vh, 18px);
  width: 100%;
  max-width: var(--max-w);
  margin-inline: auto;
  flex: 1;
}

.scale-section .section-label {
  justify-content: center;
  margin-bottom: 18px;
  font-size: 13px;
  color: #9d7028;
}

.scale-section .section-label::before { background: #9d7028; }

.scale-section .gradient-gold {
  background: linear-gradient(135deg, #b4822a 0%, #d5aa56 52%, #8f6d2e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.scale-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(20px, 2.5vh, 32px);
  flex-shrink: 0;
}

.scale-title {
  font-family: var(--font-body);
  font-size: clamp(30px, 3.1vw, 46px);
  font-weight: 800;
  line-height: 1.1;
  color: #0f1626;
  margin: 0 0 clamp(14px, 1.8vh, 20px);
}

.scale-lead {
  font-size: clamp(15px, 1.1vw, 16.5px);
  line-height: 1.65;
  color: #556179;
  margin: 0;
  text-wrap: pretty;
}

.scale-header.reveal { transform: translateY(20px); }
.scale-header.reveal.visible { transform: translateY(0); }

.scale-bridge {
  max-width: 820px;
  margin: 0 auto clamp(16px, 2vh, 24px);
  text-align: center;
}

.scale-bridge p {
  font-size: clamp(15px, 1.1vw, 16.5px);
  line-height: 1.65;
  color: #556179;
  margin: 0;
  text-wrap: pretty;
}

.scale-bridge.reveal { transform: translateY(16px); }
.scale-bridge.reveal.visible { transform: translateY(0); }

.scale-bridge-note {
  max-width: 680px;
  margin: clamp(8px, 1vh, 12px) auto clamp(12px, 1.5vh, 18px);
  font-size: clamp(14px, 1.05vw, 15.5px);
  line-height: 1.6;
  color: #556179;
  text-align: center;
  text-wrap: pretty;
}

.scale-stack-label {
  margin: clamp(8px, 1vh, 12px) 0 clamp(14px, 1.8vh, 20px);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9d7028;
  text-align: center;
}

.scale-impact {
  margin-top: clamp(16px, 2vh, 24px);
  position: relative;
  flex-shrink: 0;
}

.scale-impact-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: clamp(20px, 2.5vh, 28px) clamp(24px, 4vw, 40px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(192,141,49,0.28);
  background:
    radial-gradient(ellipse 60% 80% at 50% 0%, rgba(212,168,83,0.12), transparent 55%),
    radial-gradient(ellipse 50% 60% at 50% 100%, rgba(34,100,72,0.08), transparent 50%),
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(248,252,249,0.92));
  box-shadow:
    0 12px 32px rgba(15,23,42,0.08),
    0 0 0 1px rgba(255,255,255,0.6) inset;
  overflow: hidden;
}

.scale-impact-inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: min(120px, 28%);
  height: 3px;
  background: linear-gradient(90deg, transparent, #c08d31, transparent);
  border-radius: 0 0 4px 4px;
}

.scale-impact-inner::after {
  content: "\201C";
  position: absolute;
  right: 16px;
  top: 10px;
  font-family: var(--font-body);
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  color: rgba(192,141,49,0.10);
  pointer-events: none;
  user-select: none;
}

.scale-impact-label {
  flex-shrink: 0;
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9d7028;
  white-space: nowrap;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(192,141,49,0.22);
}

.scale-impact-statement {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 900px;
  font-size: clamp(14px, 1.15vw, 17px);
  font-weight: 600;
  line-height: 1.55;
  color: #2d3548;
  hyphens: auto;
  white-space: normal;
  text-align: center;
  text-wrap: pretty;
}

.scale-impact-accent {
  font-weight: 800;
  background: linear-gradient(135deg, #b4822a 0%, #d5aa56 52%, #8f6d2e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.scale-compare.reveal { transform: translateY(16px); }
.scale-compare.reveal.visible { transform: translateY(0); }
.scale-compare-card.reveal:hover,
.scale-compare-card.reveal.visible:hover {
  transform: translateY(-4px);
  transition-delay: 0s;
}
.scale-feature-chip.reveal { transform: translateY(12px); }
.scale-feature-chip.reveal.visible { transform: translateY(0); }
.scale-feature-chip.reveal:hover,
.scale-feature-chip.reveal.visible:hover { transform: translateY(-2px); }
.scale-impact.reveal { transform: translateY(16px); }
.scale-impact.reveal.visible { transform: translateY(0); }

.scale-numbers {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}

.scale-num {
  text-align: center; padding: 40px 20px;
  border-radius: var(--radius-xl); border: 1px solid var(--border);
  background: var(--bg-card);
  transition: all 0.4s;
}

.scale-num:hover {
  border-color: rgba(212,168,83,0.22);
  background: rgba(212,168,83,0.04);
  transform: translateY(-4px);
}

.scale-num-value {
  display: block; font-size: 42px; font-weight: 900;
  letter-spacing: -0.04em; margin-bottom: 8px;
}

.scale-num-label { font-size: 14px; color: var(--text-secondary); line-height: 1.45; }

/* ===== PRODUCTIVITY SECTION ===== */
.productivity-section { overflow: hidden; }

.productivity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

.productivity-card {
  padding: 32px; border-radius: var(--radius-xl);
  border: 1px solid var(--border); background: var(--bg-card);
  transition: all 0.4s cubic-bezier(0.16,1,0.3,1);
  position: relative; overflow: hidden;
}

.productivity-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0; transition: opacity 0.4s;
}

.productivity-card:hover {
  border-color: rgba(212,168,83,0.25);
  background: rgba(212,168,83,0.04);
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.35);
}

.productivity-card:hover::after { opacity: 1; }

.productivity-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: linear-gradient(135deg, rgba(212,168,83,0.12), rgba(108,99,255,0.06));
  border: 1px solid rgba(212,168,83,0.18);
  display: grid; place-items: center; margin-bottom: 20px; color: var(--gold);
}

.productivity-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.productivity-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.6; }

.productivity-highlight {
  margin-top: 48px; text-align: center;
  padding: 32px; border-radius: var(--radius-xl);
  border: 1px solid var(--border); background: rgba(108,99,255,0.04);
}

.productivity-highlight p {
  font-size: 20px; font-weight: 700; line-height: 1.5;
}

/* ===== BRAND SECTION — Identity Editorial Dark ===== */
.brand-section {
  padding: 72px 20px 60px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.brand-section-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.brand-ambient {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.brand-ambient--gold {
  top: -10%;
  right: -6%;
  width: min(520px, 58vw);
  height: min(520px, 58vw);
  background: radial-gradient(circle, rgba(212,168,83,0.22) 0%, rgba(212,168,83,0.08) 38%, transparent 68%);
  filter: blur(72px);
  opacity: 0.65;
}

.brand-ambient--accent {
  bottom: -12%;
  left: -8%;
  width: min(440px, 50vw);
  height: min(440px, 50vw);
  background: radial-gradient(circle, rgba(108,99,255,0.18) 0%, rgba(108,99,255,0.06) 42%, transparent 68%);
  filter: blur(64px);
  opacity: 0.5;
}

.brand-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 78% 68% at 50% 46%, black, transparent 88%);
  -webkit-mask-image: radial-gradient(ellipse 78% 68% at 50% 46%, black, transparent 88%);
}

.brand-section .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.6vh, 18px);
}

.brand-showcase {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 5vh, 56px);
}

/* Hero split — copy left, logo aligned over pillar cards 04–05 */
.brand-hero-split {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(10px, 1.2vw, 14px);
  align-items: center;
}

.brand-hero-copy {
  grid-column: 1 / 4;
  text-align: left;
}

.brand-hero-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 20px;
}

.brand-lead {
  font-size: clamp(15px, 1.1vw, 16px);
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
  max-width: 540px;
}

.brand-hero-visual {
  --brand-orbit-size: clamp(160px, 18vw, 200px);
  --brand-logo-w: clamp(200px, 22vw, 280px);
  grid-column: 4 / -1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: clamp(12px, 2vh, 20px);
  justify-self: center;
}

.brand-orbit-logo {
  position: relative;
  width: fit-content;
  padding: 4px 0;
}

.brand-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--brand-orbit-size);
  height: var(--brand-orbit-size);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.brand-orbit-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 8px rgba(212,168,83,0.35));
}

.brand-orbit-ring--outer { animation: heroRingSpin 18s linear infinite; }
.brand-orbit-ring--inner { animation: heroRingSpin 14s linear infinite reverse; opacity: 0.85; }

.brand-orbit-logo-img {
  position: relative;
  z-index: 1;
  display: block;
  width: var(--brand-logo-w);
  height: auto;
  filter: drop-shadow(0 6px 20px rgba(212,168,83,0.25));
}

/* Identity body — bento layout */
.brand-identity-body {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3vh, 36px);
}

.brand-stack-label {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  text-align: center;
}

.brand-pillar-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(10px, 1.2vw, 14px);
}

.brand-pillar-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: clamp(16px, 2vh, 20px) clamp(14px, 1.5vw, 18px);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
  transition: border-color 0.35s cubic-bezier(0.16,1,0.3,1),
              transform 0.35s cubic-bezier(0.16,1,0.3,1),
              box-shadow 0.35s cubic-bezier(0.16,1,0.3,1);
  position: relative;
  overflow: hidden;
}

.brand-pillar-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(ellipse 80% 80% at 50% 0%, rgba(212,168,83,0.12), transparent 70%);
  transition: opacity 0.35s ease;
}

.brand-pillar-card:hover {
  border-color: rgba(212,168,83,0.28);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.28), 0 0 20px rgba(212,168,83,0.10);
}

.brand-pillar-card:hover::after { opacity: 1; }

.brand-pillar-num {
  font-size: 11px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--gold);
  opacity: 0.65;
  letter-spacing: 0.04em;
}

.brand-pillar-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px rgba(212,168,83,0.45);
  flex-shrink: 0;
}

.brand-pillar-card p {
  margin: 0;
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 700;
  line-height: 1.35;
  color: var(--text);
  text-wrap: pretty;
}

.brand-whitelabel-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 3.5vw, 48px);
  align-items: start;
}

.brand-whitelabel-intro h3 {
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: 800;
  margin: 0 0 20px;
  line-height: 1.2;
}

.brand-taglines {
  display: grid;
  gap: 12px;
}

.brand-taglines p {
  margin: 0;
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 700;
  line-height: 1.5;
  text-wrap: pretty;
}

.brand-tagline-secondary {
  color: var(--text-secondary) !important;
  font-weight: 500 !important;
}

.brand-whitelabel-panel {
  position: relative;
  padding: clamp(22px, 2.5vh, 28px);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(212,168,83,0.22);
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(212,168,83,0.08), transparent 55%),
    linear-gradient(145deg, rgba(255,255,255,0.05), rgba(108,99,255,0.03));
  box-shadow: 0 12px 32px rgba(0,0,0,0.25);
  overflow: hidden;
}

.brand-whitelabel-panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.brand-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
}

.brand-check-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--text-secondary);
  padding: 10px 12px;
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  transition: border-color 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.brand-check-item svg {
  flex-shrink: 0;
  margin-top: 1px;
  color: var(--gold);
}

.brand-check-item:hover {
  border-color: rgba(212,168,83,0.18);
  background: rgba(212,168,83,0.05);
  color: var(--text);
}

.brand-impact {
  margin-top: clamp(8px, 1vh, 12px);
  position: relative;
}

.brand-impact-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: clamp(22px, 2.8vh, 32px) clamp(28px, 4.5vw, 48px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(212,168,83,0.28);
  background:
    radial-gradient(ellipse 50% 70% at 12% 60%, rgba(108,99,255,0.08), transparent 52%),
    radial-gradient(ellipse 55% 75% at 50% 0%, rgba(212,168,83,0.12), transparent 55%),
    linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  box-shadow:
    0 16px 40px rgba(0,0,0,0.28),
    0 0 0 1px rgba(255,255,255,0.06) inset;
  overflow: hidden;
}

.brand-impact-inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: min(160px, 36%);
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--accent-light), transparent);
  border-radius: 0 0 4px 4px;
}

.brand-impact-inner::after {
  content: "\201C";
  position: absolute;
  right: 18px;
  top: 12px;
  font-family: var(--font-body);
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  color: rgba(212,168,83,0.07);
  pointer-events: none;
  user-select: none;
}

.brand-impact-label {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(212,168,83,0.25);
}

.brand-impact-statement {
  margin: 0;
  width: 100%;
  max-width: 820px;
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 600;
  line-height: 1.6;
  color: #dde2ef;
  text-wrap: pretty;
}

.brand-impact-accent {
  font-weight: 700;
  background: linear-gradient(135deg, #fff 0%, var(--gold-light) 42%, var(--gold) 78%, var(--accent-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-pillar-card.reveal { transform: translateY(14px); }
.brand-pillar-card.reveal.visible { transform: translateY(0); }
.brand-pillar-card.reveal:hover,
.brand-pillar-card.reveal.visible:hover { transform: translateY(-2px); }
.brand-impact.reveal { transform: translateY(16px); }
.brand-impact.reveal.visible { transform: translateY(0); }

/* ===== PARTNER EVOLUTION SECTION — Editorial Dark ===== */
.partner-evolution-section {
  padding: 72px 20px 60px;
  min-height: 100dvh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
  isolation: isolate;
  position: relative;
}

.partner-evolution-section.section-dark {
  background:
    radial-gradient(ellipse 42% 34% at 12% 12%, rgba(212,168,83,0.12), transparent 58%),
    radial-gradient(ellipse 42% 34% at 88% 12%, rgba(212,168,83,0.10), transparent 58%),
    radial-gradient(ellipse 40% 32% at 50% 92%, rgba(34,100,72,0.10), transparent 60%),
    linear-gradient(180deg, #050c09 0%, #081410 45%, #0a1612 100%);
  color: var(--text);
}

.partner-evolution-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.partner-evolution-ambient {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.partner-evolution-ambient--gold {
  top: -8%;
  left: -8%;
  width: min(420px, 48vw);
  height: min(420px, 48vw);
  background: radial-gradient(circle, rgba(212,168,83,0.45) 0%, rgba(212,168,83,0.12) 40%, transparent 68%);
  filter: blur(68px);
  opacity: 0.5;
}

.partner-evolution-ambient--gold-right {
  top: -8%;
  right: -8%;
  left: auto;
  width: min(420px, 48vw);
  height: min(420px, 48vw);
  background: radial-gradient(circle, rgba(212,168,83,0.38) 0%, rgba(212,168,83,0.10) 40%, transparent 68%);
  filter: blur(68px);
  opacity: 0.42;
}

.partner-evolution-ambient--emerald {
  bottom: -10%;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: min(480px, 52vw);
  height: min(320px, 36vw);
  background: radial-gradient(circle, rgba(34,100,72,0.32) 0%, rgba(34,100,72,0.10) 42%, transparent 68%);
  filter: blur(60px);
  opacity: 0.4;
}

.partner-evolution-light-sweep {
  position: absolute;
  top: 30%;
  left: -10%;
  width: 55%;
  height: min(50vh, 380px);
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(212,168,83,0.06) 28%,
    rgba(240,212,138,0.18) 48%,
    rgba(212,168,83,0.08) 68%,
    transparent 100%
  );
  opacity: 0.75;
  filter: blur(40px);
  transform: rotate(-10deg) translateX(-100%);
  animation: partnerEvolutionLightSweep 12s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  will-change: transform;
}

@keyframes partnerEvolutionLightSweep {
  0% { transform: rotate(-10deg) translateX(-100%); }
  100% { transform: rotate(-10deg) translateX(280%); }
}

.partner-evolution-section.section-dark::before,
.partner-evolution-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 78% 68% at 50% 46%, black, transparent 88%);
  -webkit-mask-image: radial-gradient(ellipse 78% 68% at 50% 46%, black, transparent 88%);
}

.partner-evolution-section .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(14px, 1.8vh, 22px);
  width: 100%;
  max-width: var(--max-w);
  margin-inline: auto;
  flex: 1;
}

.partner-evolution-section .section-label {
  margin-bottom: 18px;
  font-size: 13px;
}

.partner-evolution-header-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(40px, 4.5vw, 64px);
  align-items: start;
  margin-bottom: clamp(20px, 2.5vh, 32px);
}

.partner-evolution-header-title {
  text-align: left;
}

.partner-evolution-title {
  font-family: var(--font-body);
  font-size: clamp(30px, 3.1vw, 46px);
  font-weight: 800;
  line-height: 1.1;
  color: var(--text);
  margin: 0;
}

.partner-evolution-header-desc {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
}

.partner-evolution-header-desc .section-desc {
  max-width: none;
  margin: 0;
  font-size: clamp(15px, 1.1vw, 16.5px);
  line-height: 1.65;
}

.partner-dual-track {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(14px, 1.6vw, 20px);
  align-items: stretch;
  max-width: var(--max-w);
  margin-inline: auto;
  width: 100%;
}

.partner-dual-card {
  position: relative;
  padding: clamp(22px, 2.2vh, 28px) clamp(20px, 2vw, 26px);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  box-shadow: 0 10px 28px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.04) inset;
  transition: border-color 0.35s cubic-bezier(0.16,1,0.3,1),
              transform 0.35s cubic-bezier(0.16,1,0.3,1),
              box-shadow 0.35s cubic-bezier(0.16,1,0.3,1);
  isolation: isolate;
  overflow: visible;
  transform-style: preserve-3d;
  will-change: transform;
}

.partner-dual-card--dseven {
  border-color: rgba(34,100,72,0.22);
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(212,168,83,0.06), transparent 55%),
    linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
}

.partner-dual-label,
.partner-dual-card p {
  position: relative;
  z-index: 1;
}

.partner-dual-label {
  display: block;
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
  line-height: 1.25;
}

.partner-dual-card--dseven .partner-dual-label {
  color: var(--emerald);
}

.partner-dual-card p {
  font-size: clamp(14px, 1.05vw, 15.5px);
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
  text-wrap: pretty;
}

.partner-dual-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0 4px;
}

.partner-dual-pulse {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(212,168,83,0.3);
  background: rgba(212,168,83,0.08);
  display: grid;
  place-items: center;
  color: var(--gold);
  animation: partnerDualPulse 2.5s ease-in-out infinite;
}

@keyframes partnerDualPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(212,168,83,0.3); }
  50% { transform: scale(1.08); box-shadow: 0 0 20px rgba(212,168,83,0.2); }
}

.partner-stack-label {
  margin: clamp(8px, 1vh, 12px) 0 clamp(14px, 1.8vh, 20px);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  text-align: left;
}

.partner-bridge {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

.partner-bridge p {
  font-size: clamp(15px, 1.1vw, 16.5px);
  line-height: 1.65;
  color: var(--text-secondary);
  margin: 0;
  text-wrap: pretty;
}

@property --partner-energy-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.partner-card-energy {
  position: absolute;
  inset: -1px;
  border-radius: calc(var(--radius-lg) + 1px);
  padding: 1px;
  background: conic-gradient(
    from var(--partner-energy-angle, 0deg),
    transparent 0%,
    rgba(212,168,83,0.95) 10%,
    rgba(66,217,232,0.75) 22%,
    rgba(108,99,255,0.65) 34%,
    transparent 48%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 0;
}

@keyframes partnerEnergySpin {
  to { --partner-energy-angle: 360deg; }
}

.partner-dual-card::after,
.partner-commitment-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(ellipse 80% 80% at 50% 50%, rgba(212,168,83,0.14), transparent 70%);
  transition: opacity 0.35s ease;
  z-index: 0;
}

.partner-dual-card:hover,
.partner-commitment-card:hover {
  border-color: rgba(212,168,83,0.35);
  transform: translateY(-4px);
  transition-delay: 0s;
  box-shadow:
    0 16px 40px rgba(0,0,0,0.28),
    0 0 24px rgba(212,168,83,0.14),
    0 0 40px rgba(66,217,232,0.08);
}

.partner-dual-card:hover .partner-card-energy,
.partner-commitment-card:hover .partner-card-energy {
  opacity: 1;
  animation: partnerEnergySpin 2.4s linear infinite;
}

.partner-dual-card:hover::after,
.partner-commitment-card:hover::after { opacity: 1; }

.partner-commitment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: clamp(14px, 1.6vw, 20px);
  max-width: var(--max-w);
  margin-inline: auto;
  width: 100%;
  align-items: stretch;
}

.partner-commitment-card {
  display: grid;
  grid-template-columns: 26px 40px 1fr;
  column-gap: 12px;
  row-gap: 0;
  align-items: center;
  align-content: center;
  height: 100%;
  min-height: 88px;
  box-sizing: border-box;
  padding: clamp(16px, 1.8vh, 20px) clamp(18px, 2vw, 22px);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  box-shadow: 0 10px 28px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.04) inset;
  transition: border-color 0.35s cubic-bezier(0.16,1,0.3,1),
              transform 0.35s cubic-bezier(0.16,1,0.3,1),
              box-shadow 0.35s cubic-bezier(0.16,1,0.3,1);
  position: relative;
  isolation: isolate;
  overflow: visible;
  transform-style: preserve-3d;
  will-change: transform;
}

.partner-commitment-num,
.partner-commitment-icon,
.partner-commitment-body {
  position: relative;
  z-index: 1;
}

.partner-commitment-num {
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--gold);
  opacity: 0.65;
  letter-spacing: 0.04em;
  align-self: center;
}

.partner-commitment-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(212,168,83,0.08);
  border: 1px solid rgba(212,168,83,0.18);
  display: grid;
  place-items: center;
  color: var(--gold);
  flex-shrink: 0;
}

.partner-commitment-icon svg {
  width: 20px;
  height: 20px;
  transition: filter 0.35s ease;
}

.partner-commitment-card:hover .partner-commitment-icon svg {
  filter: drop-shadow(0 0 6px rgba(212,168,83,0.45));
}

.partner-commitment-body { min-width: 0; }

.partner-commitment-body h3 {
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 700;
  color: var(--text);
  margin: 0;
  line-height: 1.35;
  text-wrap: pretty;
}

.partner-evolution-impact {
  margin-top: clamp(16px, 2vh, 24px);
  position: relative;
  flex-shrink: 0;
}

.partner-evolution-impact-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: clamp(22px, 2.8vh, 32px) clamp(28px, 4.5vw, 48px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(212,168,83,0.28);
  background:
    radial-gradient(ellipse 50% 70% at 12% 60%, rgba(52,211,153,0.10), transparent 52%),
    radial-gradient(ellipse 55% 75% at 50% 0%, rgba(212,168,83,0.12), transparent 55%),
    radial-gradient(ellipse 40% 55% at 88% 75%, rgba(108,99,255,0.06), transparent 48%),
    linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  box-shadow:
    0 16px 40px rgba(0,0,0,0.28),
    0 0 0 1px rgba(255,255,255,0.06) inset;
  overflow: hidden;
}

.partner-evolution-impact-inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: min(160px, 36%);
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--emerald), var(--gold), transparent);
  border-radius: 0 0 4px 4px;
}

.partner-evolution-impact-inner::after {
  content: "\201C";
  position: absolute;
  right: 18px;
  top: 12px;
  font-family: var(--font-body);
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  color: rgba(212,168,83,0.10);
  pointer-events: none;
  user-select: none;
}

.partner-evolution-impact-label {
  flex-shrink: 0;
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(212,168,83,0.22);
}

.partner-evolution-impact-statement {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 900px;
  font-size: clamp(14px, 1.15vw, 17px);
  font-weight: 600;
  line-height: 1.55;
  color: #dde2ef;
  hyphens: auto;
  white-space: normal;
  text-align: center;
  text-wrap: pretty;
}

.partner-evolution-impact-accent {
  font-weight: 700;
  background: linear-gradient(135deg, var(--emerald) 0%, var(--gold-light) 42%, var(--gold) 78%, var(--accent-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.partner-dual-track.reveal { transform: translateY(16px); }
.partner-dual-track.reveal.visible { transform: translateY(0); }
.partner-commitment-card.reveal { transform: translateY(14px); }
.partner-commitment-card.reveal.visible { transform: translateY(0); }
.partner-commitment-card.reveal:hover,
.partner-commitment-card.reveal.visible:hover {
  transform: translateY(-4px);
  transition-delay: 0s;
}
.partner-evolution-impact.reveal { transform: translateY(16px); }
.partner-evolution-impact.reveal.visible { transform: translateY(0); }

/* ===== PARTNER STRATEGIC SECTION — Editorial Dark ===== */
.partner-strategic-section {
  padding: 72px 20px 60px;
  min-height: 100dvh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
  isolation: isolate;
  position: relative;
}

.partner-strategic-section.section-dark {
  background:
    radial-gradient(ellipse 42% 34% at 12% 12%, rgba(212,168,83,0.12), transparent 58%),
    radial-gradient(ellipse 42% 34% at 88% 12%, rgba(212,168,83,0.10), transparent 58%),
    radial-gradient(ellipse 40% 32% at 50% 92%, rgba(34,100,72,0.10), transparent 60%),
    linear-gradient(180deg, #050c09 0%, #081410 45%, #0a1612 100%);
  color: var(--text);
}

.partner-strategic-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.partner-strategic-ambient {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.partner-strategic-ambient--gold {
  top: -8%;
  left: -8%;
  width: min(420px, 48vw);
  height: min(420px, 48vw);
  background: radial-gradient(circle, rgba(212,168,83,0.45) 0%, rgba(212,168,83,0.12) 40%, transparent 68%);
  filter: blur(68px);
  opacity: 0.5;
}

.partner-strategic-ambient--gold-right {
  top: -8%;
  right: -8%;
  left: auto;
  width: min(420px, 48vw);
  height: min(420px, 48vw);
  background: radial-gradient(circle, rgba(212,168,83,0.38) 0%, rgba(212,168,83,0.10) 40%, transparent 68%);
  filter: blur(68px);
  opacity: 0.42;
}

.partner-strategic-ambient--emerald {
  bottom: -10%;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: min(480px, 52vw);
  height: min(320px, 36vw);
  background: radial-gradient(circle, rgba(34,100,72,0.32) 0%, rgba(34,100,72,0.10) 42%, transparent 68%);
  filter: blur(60px);
  opacity: 0.4;
}

.partner-strategic-light-sweep {
  position: absolute;
  top: 30%;
  left: -10%;
  width: 55%;
  height: min(50vh, 380px);
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(212,168,83,0.04) 35%,
    rgba(212,168,83,0.10) 50%,
    rgba(212,168,83,0.04) 65%,
    transparent 100%
  );
  filter: blur(40px);
  opacity: 0.7;
  animation: partnerStrategicSweep 12s ease-in-out infinite alternate;
}

@keyframes partnerStrategicSweep {
  0% { transform: translateX(0) skewX(-8deg); opacity: 0.55; }
  100% { transform: translateX(18%) skewX(-8deg); opacity: 0.75; }
}

.partner-strategic-section.section-dark::before,
.partner-strategic-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(255,255,255,0.03), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,0.02) 0%, transparent 18%);
}

.partner-strategic-section .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(14px, 1.8vh, 22px);
  width: 100%;
  max-width: var(--max-w);
  margin-inline: auto;
  flex: 1;
}

.partner-strategic-section .section-label {
  margin-bottom: 18px;
  font-size: 13px;
}

.partner-strategic-header-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: clamp(40px, 4.5vw, 64px);
  row-gap: clamp(14px, 1.6vh, 20px);
  align-items: start;
  margin-bottom: clamp(8px, 1.2vh, 14px);
}

.partner-strategic-header-label {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 0;
}

.partner-strategic-header-title {
  grid-column: 1;
  grid-row: 2;
  text-align: left;
}

.partner-strategic-title {
  font-family: var(--font-body);
  font-size: clamp(30px, 3.1vw, 46px);
  font-weight: 800;
  line-height: 1.1;
  color: var(--text);
  margin: 0;
}

.partner-strategic-header-desc {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  align-self: start;
}

.partner-strategic-header-desc .section-desc {
  max-width: none;
  margin: 0;
  font-size: clamp(15px, 1.1vw, 16.5px);
  line-height: 1.65;
}

.partner-strategic-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: clamp(14px, 1.6vw, 20px);
  width: 100%;
  align-items: stretch;
}

.partner-strategic-value-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  min-height: 148px;
  padding: clamp(20px, 2vh, 26px) clamp(20px, 2vw, 26px);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  box-shadow: 0 10px 28px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.04) inset;
  transition: border-color 0.35s cubic-bezier(0.16,1,0.3,1),
              transform 0.35s cubic-bezier(0.16,1,0.3,1),
              box-shadow 0.35s cubic-bezier(0.16,1,0.3,1);
  isolation: isolate;
  overflow: visible;
  transform-style: preserve-3d;
  will-change: transform;
}

.partner-strategic-value-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(ellipse 80% 80% at 50% 0%, rgba(212,168,83,0.12), transparent 70%);
  transition: opacity 0.35s ease;
}

.partner-strategic-value-card:hover {
  border-color: rgba(212,168,83,0.28);
  transform: translateY(-4px);
  box-shadow:
    0 16px 40px rgba(0,0,0,0.28),
    0 0 24px rgba(212,168,83,0.10),
    0 0 0 1px rgba(255,255,255,0.06) inset;
}

.partner-strategic-value-card:hover .partner-card-energy {
  opacity: 1;
  animation: visionEnergySpin 2.4s linear infinite;
}

.partner-strategic-value-card:hover::after { opacity: 1; }

.partner-strategic-value-icon,
.partner-strategic-value-body {
  position: relative;
  z-index: 1;
}

.partner-strategic-value-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(212,168,83,0.08);
  border: 1px solid rgba(212,168,83,0.18);
  display: grid;
  place-items: center;
  color: var(--gold);
  flex-shrink: 0;
}

.partner-strategic-value-icon svg {
  transition: filter 0.35s ease;
}

.partner-strategic-value-card:hover .partner-strategic-value-icon svg {
  filter: drop-shadow(0 0 6px rgba(212,168,83,0.45));
}

.partner-strategic-value-body { min-width: 0; }

.partner-strategic-value-body h3 {
  margin: 0 0 8px;
  font-size: clamp(16px, 1.15vw, 18px);
  font-weight: 700;
  line-height: 1.3;
  color: var(--text);
}

.partner-strategic-value-body p {
  margin: 0;
  font-size: clamp(13px, 0.95vw, 14.5px);
  line-height: 1.6;
  color: var(--text-secondary);
  text-wrap: pretty;
}

.partner-strategic-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr);
  gap: clamp(14px, 1.6vw, 20px);
  align-items: stretch;
  width: 100%;
}

.partner-strategic-quote {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  margin: 0;
  padding: clamp(28px, 3vh, 40px) clamp(28px, 3vw, 44px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(212,168,83,0.22);
  background:
    radial-gradient(ellipse 70% 80% at 20% 20%, rgba(212,168,83,0.10), transparent 55%),
    linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  box-shadow: 0 12px 32px rgba(0,0,0,0.22), 0 0 0 1px rgba(255,255,255,0.04) inset;
  isolation: isolate;
  overflow: visible;
  transform-style: preserve-3d;
  will-change: transform;
  transition: border-color 0.35s cubic-bezier(0.16,1,0.3,1),
              transform 0.35s cubic-bezier(0.16,1,0.3,1),
              box-shadow 0.35s cubic-bezier(0.16,1,0.3,1);
}

.partner-strategic-quote::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(ellipse 80% 80% at 50% 50%, rgba(212,168,83,0.12), transparent 70%);
  transition: opacity 0.35s ease;
}

.partner-strategic-quote:hover {
  border-color: rgba(212,168,83,0.35);
  transform: translateY(-3px);
  box-shadow:
    0 18px 44px rgba(0,0,0,0.28),
    0 0 28px rgba(212,168,83,0.10);
}

.partner-strategic-quote:hover .partner-card-energy {
  opacity: 1;
  animation: visionEnergySpin 2.4s linear infinite;
}

.partner-strategic-quote:hover::after { opacity: 1; }

.partner-strategic-quote blockquote,
.partner-strategic-quote figcaption {
  position: relative;
  z-index: 1;
}

.partner-strategic-quote blockquote {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 700;
  line-height: 1.45;
  font-style: italic;
  color: var(--text);
  text-wrap: pretty;
}

.partner-strategic-quote figcaption {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text-secondary);
}

.partner-strategic-quote figcaption::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}

.partner-strategic-checklist {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(12px, 1.4vh, 16px);
  padding: clamp(22px, 2.4vh, 28px) clamp(20px, 2vw, 26px);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  box-shadow: 0 10px 28px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.04) inset;
}

.partner-strategic-check-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: clamp(13px, 0.95vw, 14.5px);
  line-height: 1.5;
  color: var(--text-secondary);
}

.partner-strategic-check-item svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--gold);
}

.partner-strategic-impact {
  margin-top: clamp(8px, 1vh, 14px);
  position: relative;
  flex-shrink: 0;
}

.partner-strategic-impact-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: clamp(22px, 2.8vh, 32px) clamp(28px, 4.5vw, 48px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(212,168,83,0.28);
  background:
    radial-gradient(ellipse 50% 70% at 12% 60%, rgba(52,211,153,0.10), transparent 52%),
    radial-gradient(ellipse 55% 75% at 50% 0%, rgba(212,168,83,0.12), transparent 55%),
    radial-gradient(ellipse 40% 55% at 88% 75%, rgba(108,99,255,0.06), transparent 48%),
    linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  box-shadow:
    0 16px 40px rgba(0,0,0,0.28),
    0 0 0 1px rgba(255,255,255,0.06) inset;
  overflow: hidden;
}

.partner-strategic-impact-inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: min(160px, 36%);
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--emerald), var(--gold), transparent);
  border-radius: 0 0 4px 4px;
}

.partner-strategic-impact-inner::after {
  content: "\201C";
  position: absolute;
  right: 18px;
  top: 12px;
  font-family: var(--font-body);
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  color: rgba(212,168,83,0.10);
  pointer-events: none;
  user-select: none;
}

.partner-strategic-impact-label {
  flex-shrink: 0;
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(212,168,83,0.22);
}

.partner-strategic-impact-statement {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 900px;
  font-size: clamp(14px, 1.15vw, 17px);
  font-weight: 600;
  line-height: 1.55;
  color: #dde2ef;
  hyphens: auto;
  white-space: normal;
  text-align: center;
  text-wrap: pretty;
}

.partner-strategic-impact-accent {
  font-weight: 700;
  background: linear-gradient(135deg, var(--emerald) 0%, var(--gold-light) 42%, var(--gold) 78%, var(--accent-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.partner-strategic-value-card.reveal { transform: translateY(14px); }
.partner-strategic-value-card.reveal.visible { transform: translateY(0); }
.partner-strategic-value-card.reveal:hover,
.partner-strategic-value-card.reveal.visible:hover { transform: translateY(-4px); }
.partner-strategic-showcase.reveal { transform: translateY(16px); }
.partner-strategic-showcase.reveal.visible { transform: translateY(0); }
.partner-strategic-impact.reveal { transform: translateY(16px); }
.partner-strategic-impact.reveal.visible { transform: translateY(0); }

/* ===== CTA SECTION ===== */
.cta-section { padding: 120px 0; }

.cta-panel {
  padding: 64px 48px; border-radius: var(--radius-2xl);
  border: 1px solid rgba(212,168,83,0.25);
  background:
    radial-gradient(ellipse 60% 50% at 50% 30%, rgba(212,168,83,0.12), transparent),
    linear-gradient(145deg, rgba(212,168,83,0.06), rgba(108,99,255,0.04));
  position: relative; overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,0.4);
}

.cta-panel::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), transparent 50%);
  pointer-events: none;
}

.cta-layout {
  display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 48px;
  align-items: center; position: relative; z-index: 1;
}

.cta-label { color: var(--gold-light) !important; }

.cta-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 44px); font-weight: 800;
  line-height: 1.1; margin-bottom: 20px;
}

.cta-copy p { font-size: 17px; color: var(--text-secondary); line-height: 1.7; }

.cta-action { text-align: center; }

.cta-kicker {
  font-size: 16px; color: var(--text-secondary); line-height: 1.6; margin-bottom: 28px;
}

.cta-main-btn { width: 100%; justify-content: center; font-size: 17px; padding: 20px 36px; }

.cta-urgency {
  margin-top: 16px; font-size: 13px; color: var(--text-muted);
}

.cta-urgency strong { color: var(--gold); }

.cta-buttons { display: flex; flex-direction: column; gap: 12px; width: 100%; }
.cta-buttons .btn { width: 100%; justify-content: center; }

/* ===== SECTION UTILITIES ===== */
.section-light {
  background:
    radial-gradient(ellipse 56% 42% at 8% 10%, rgba(212,168,83,0.14), transparent 52%),
    radial-gradient(ellipse 44% 34% at 92% 20%, rgba(34,100,72,0.12), transparent 55%),
    linear-gradient(180deg, #f8faf8 0%, #f0f4f1 56%, #e8eeea 100%);
  color: #131a2a; overflow: hidden; isolation: isolate; position: relative;
}

.section-light::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    linear-gradient(rgba(17,24,39,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,24,39,0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black, transparent 82%);
}

.section-light .container { position: relative; z-index: 1; }
.section-light .section-label { color: #9d7028; }
.section-light .section-label::before { background: #9d7028; }
.section-light .section-title { color: #0f1626; }
.section-light .section-desc { color: #556179; }
.section-light .gradient-gold {
  background: linear-gradient(135deg, #b4822a 0%, #d5aa56 52%, #8f6d2e 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

.section-dark { overflow: hidden; position: relative; }

.section-intro { max-width: 820px; margin: 0 auto 40px; text-align: center; }
.section-intro p {
  font-size: 16px; color: var(--text-secondary); line-height: 1.75; margin-bottom: 16px;
}
.section-dark .section-intro p { color: var(--text-secondary); }
.section-light .section-intro p { color: #556179; }
.section-intro p:last-child { margin-bottom: 0; }

.section-closing {
  margin-top: 48px; padding: 32px; border-radius: var(--radius-xl); text-align: center;
}
.section-dark .section-closing {
  border: 1px solid var(--border); background: rgba(212,168,83,0.05);
}
.section-light .section-closing {
  border: 1px solid rgba(157,112,40,0.22);
  background: linear-gradient(135deg, rgba(212,168,83,0.10), rgba(34,100,72,0.06));
  box-shadow: 0 16px 38px rgba(15,23,42,0.08);
}
.section-closing p {
  font-size: clamp(17px, 2vw, 20px); font-weight: 600; line-height: 1.65;
}
.section-light .section-closing p { color: #2d3548; }

.subsection-title {
  font-size: clamp(20px, 2.5vw, 26px); font-weight: 800; text-align: center;
  margin: 48px 0 24px; color: inherit;
}

.deliverable-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }

.deliverable-card {
  padding: 28px; border: 1px solid var(--border); border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(212,168,83,0.05), rgba(34,100,72,0.03));
  transition: all 0.4s cubic-bezier(0.16,1,0.3,1);
}
.deliverable-card:hover {
  border-color: rgba(212,168,83,0.30); transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.25);
}
.deliverable-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.deliverable-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.6; }

.module-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

.module-card {
  padding: 28px; border: 1px solid rgba(17,24,39,0.12); border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(255,255,255,0.92), rgba(247,250,248,0.94));
  transition: all 0.4s cubic-bezier(0.16,1,0.3,1);
  box-shadow: 0 12px 32px rgba(15,23,42,0.08);
}
.module-card:hover {
  border-color: rgba(157,112,40,0.28); transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(15,23,42,0.12);
}
.module-icon {
  width: 44px; height: 44px; border-radius: 12px; margin-bottom: 16px;
  background: linear-gradient(145deg, rgba(212,168,83,0.16), rgba(34,100,72,0.08));
  border: 1px solid rgba(157,112,40,0.20); display: grid; place-items: center; color: #9d7028;
}
.module-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; color: #131a2a; }
.module-card p { font-size: 14px; color: #5a667d; line-height: 1.6; }

.benefit-trio {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 32px 0;
}
.benefit-trio-item {
  text-align: center; padding: 20px; border-radius: var(--radius-lg);
  border: 1px solid rgba(17,24,39,0.10); background: rgba(255,255,255,0.55);
  font-weight: 700; font-size: 15px; color: #2d3548;
}

.checklist-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 24px; margin-top: 28px;
}
.checklist-item {
  display: flex; align-items: flex-start; gap: 12px; font-size: 15px; line-height: 1.5;
}
.section-dark .checklist-item { color: var(--text-secondary); }
.section-light .checklist-item { color: #3d4658; }
.checklist-item svg { flex-shrink: 0; margin-top: 2px; color: var(--gold); }

.scale-compare {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(14px, 1.6vw, 20px);
  align-items: stretch;
  max-width: var(--max-w);
  margin: clamp(12px, 1.5vh, 18px) auto;
  width: 100%;
}

@property --scale-energy-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.scale-compare-card {
  position: relative;
  padding: clamp(24px, 2.5vh, 32px) clamp(22px, 2.2vw, 28px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(17,24,39,0.10);
  background: linear-gradient(145deg, rgba(255,255,255,0.94), rgba(247,250,248,0.92));
  box-shadow: 0 10px 28px rgba(15,23,42,0.08), 0 0 0 1px rgba(255,255,255,0.5) inset;
  transition: border-color 0.35s cubic-bezier(0.16,1,0.3,1),
              transform 0.35s cubic-bezier(0.16,1,0.3,1),
              box-shadow 0.35s cubic-bezier(0.16,1,0.3,1);
  isolation: isolate;
  overflow: visible;
  transform-style: preserve-3d;
  will-change: transform;
}

.scale-card-energy {
  position: absolute;
  inset: -1px;
  border-radius: calc(var(--radius-lg) + 1px);
  padding: 1px;
  background: conic-gradient(
    from var(--scale-energy-angle, 0deg),
    transparent 0%,
    rgba(212,168,83,0.95) 10%,
    rgba(66,217,232,0.75) 22%,
    rgba(108,99,255,0.65) 34%,
    transparent 48%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 0;
}

@keyframes scaleEnergySpin {
  to { --scale-energy-angle: 360deg; }
}

.scale-compare-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(ellipse 80% 80% at 50% 50%, rgba(212,168,83,0.14), transparent 70%);
  transition: opacity 0.35s ease;
  z-index: 0;
}

.scale-compare-card:hover {
  border-color: rgba(192,141,49,0.35);
  transform: translateY(-4px);
  transition-delay: 0s;
  box-shadow:
    0 16px 40px rgba(15,23,42,0.12),
    0 0 24px rgba(212,168,83,0.14),
    0 0 40px rgba(66,217,232,0.08);
}

.scale-compare-card:hover .scale-card-energy {
  opacity: 1;
  animation: scaleEnergySpin 2.4s linear infinite;
}

.scale-compare-card:hover::after { opacity: 1; }

.scale-compare-card--future {
  border-color: rgba(34,100,72,0.14);
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(212,168,83,0.08), transparent 55%),
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(248,252,249,0.92));
}

.scale-compare-label,
.scale-compare-card p {
  position: relative;
  z-index: 1;
}

.scale-compare-label {
  display: block;
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9d7028;
  margin-bottom: 14px;
  line-height: 1.25;
}

.scale-compare-card--future .scale-compare-label {
  color: #226448;
}

.scale-compare-card p {
  font-size: clamp(14px, 1.05vw, 15.5px);
  color: #556179;
  line-height: 1.65;
  margin: 0;
  text-wrap: pretty;
}

.scale-compare-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(192,141,49,0.55);
  flex-shrink: 0;
  padding: 0 4px;
}

.scale-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1.2vw, 14px);
  max-width: var(--max-w);
  margin-inline: auto;
  width: 100%;
}

.scale-feature-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 48px;
  padding: 12px 14px;
  border-radius: var(--radius-lg);
  font-size: clamp(12.5px, 0.95vw, 13.5px);
  font-weight: 700;
  line-height: 1.35;
  color: #2d3548;
  border: 1px solid rgba(17,24,39,0.10);
  background: linear-gradient(145deg, rgba(255,255,255,0.94), rgba(247,250,248,0.88));
  box-shadow: 0 8px 20px rgba(15,23,42,0.06);
  transition: border-color 0.35s cubic-bezier(0.16,1,0.3,1),
              transform 0.35s cubic-bezier(0.16,1,0.3,1),
              box-shadow 0.35s cubic-bezier(0.16,1,0.3,1);
}

.scale-feature-chip:hover {
  border-color: rgba(192,141,49,0.28);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(15,23,42,0.10), 0 0 16px rgba(212,168,83,0.10);
}

/* ===== VISION SECTION — Horizon Pillar Mosaic ===== */
.vision-section {
  padding: 72px 20px 60px;
  min-height: 100dvh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  color: #131a2a;
  overflow: hidden;
  isolation: isolate;
  position: relative;
}

.vision-section.section-light {
  background:
    radial-gradient(ellipse 52% 40% at 5% 6%, rgba(212,168,83,0.14), transparent 58%),
    radial-gradient(ellipse 46% 36% at 96% 90%, rgba(34,100,72,0.10), transparent 60%),
    radial-gradient(ellipse 38% 28% at 72% 12%, rgba(212,168,83,0.06), transparent 55%),
    linear-gradient(180deg, #f9f8f6 0%, #ffffff 42%, #f6f8f7 100%);
}

.vision-section-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.vision-ambient {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.vision-ambient--gold {
  top: -12%;
  left: -8%;
  width: min(560px, 62vw);
  height: min(560px, 62vw);
  background: radial-gradient(circle, rgba(212,168,83,0.55) 0%, rgba(212,168,83,0.18) 38%, transparent 68%);
  filter: blur(72px);
  opacity: 0.72;
}

.vision-ambient--sage {
  bottom: -14%;
  right: -6%;
  width: min(420px, 48vw);
  height: min(420px, 48vw);
  background: radial-gradient(circle, rgba(34,100,72,0.38) 0%, rgba(34,100,72,0.12) 42%, transparent 68%);
  filter: blur(64px);
  opacity: 0.55;
}

.vision-light-sweep {
  position: absolute;
  top: 28%;
  left: -10%;
  width: 55%;
  height: min(50vh, 380px);
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(212,168,83,0.08) 28%,
    rgba(240,212,138,0.22) 48%,
    rgba(212,168,83,0.10) 68%,
    transparent 100%
  );
  opacity: 0.85;
  filter: blur(40px);
  transform: rotate(-10deg) translateX(-100%);
  animation: visionLightSweep 12s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  will-change: transform;
}

@keyframes visionLightSweep {
  0% { transform: rotate(-10deg) translateX(-100%); }
  100% { transform: rotate(-10deg) translateX(280%); }
}

.vision-section.section-light::before,
.vision-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(rgba(17,24,39,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,24,39,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 78% 68% at 50% 46%, black, transparent 88%);
  -webkit-mask-image: radial-gradient(ellipse 78% 68% at 50% 46%, black, transparent 88%);
}

.vision-section .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(12px, 1.6vh, 18px);
  width: 100%;
  max-width: var(--max-w);
  margin-inline: auto;
  flex: 1;
}

.vision-section .section-label {
  justify-content: center;
  margin-bottom: 18px;
  font-size: 13px;
  color: #9d7028;
}

.vision-section .section-label::before { background: #9d7028; }

.vision-section .gradient-gold {
  background: linear-gradient(135deg, #b4822a 0%, #d5aa56 52%, #8f6d2e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vision-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(20px, 2.5vh, 32px);
  flex-shrink: 0;
}

.vision-title {
  font-family: var(--font-body);
  font-size: clamp(30px, 3.1vw, 46px);
  font-weight: 800;
  line-height: 1.1;
  color: #0f1626;
  margin: 0 0 clamp(16px, 2vh, 22px);
}

.vision-horizon-badge {
  position: relative;
  width: clamp(100px, 10vw, 120px);
  height: clamp(100px, 10vw, 120px);
  margin: 0 auto clamp(16px, 2vh, 22px);
  display: grid;
  place-items: center;
}

.vision-horizon-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: visionHorizonSpin 24s linear infinite;
}

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

.vision-horizon-value {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 14px 18px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(192,141,49,0.28);
  background: linear-gradient(145deg, rgba(255,255,255,0.96), rgba(248,252,249,0.92));
  box-shadow: 0 10px 28px rgba(15,23,42,0.08), 0 0 0 1px rgba(255,255,255,0.6) inset;
}

.vision-horizon-num {
  font-size: clamp(40px, 4.5vw, 52px);
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, #b4822a 0%, #d5aa56 52%, #8f6d2e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vision-horizon-unit {
  margin-top: 4px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9d7028;
}

.vision-lead {
  font-size: clamp(15px, 1.1vw, 16.5px);
  line-height: 1.65;
  color: #556179;
  margin: 0;
  text-wrap: pretty;
}

.vision-header.reveal { transform: translateY(20px); }
.vision-header.reveal.visible { transform: translateY(0); }

.vision-pillar-mosaic {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 20px);
  position: relative;
  max-width: var(--max-w);
  margin-inline: auto;
  width: 100%;
  align-items: stretch;
}

.vision-pillar-mosaic::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 22%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(192,141,49,0.18) 12%, rgba(212,168,83,0.35) 50%, rgba(34,100,72,0.22) 88%, transparent);
  pointer-events: none;
  z-index: 0;
}

.vision-pillar-card--featured {
  grid-column: span 3;
  min-height: 160px;
}

.vision-pillar-card:not(.vision-pillar-card--featured):not(.vision-pillar-card--capstone) {
  grid-column: span 2;
  min-height: 140px;
}

.vision-pillar-card--capstone {
  grid-column: 1 / -1;
  border-color: rgba(34,100,72,0.14);
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(212,168,83,0.10), transparent 55%),
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(248,252,249,0.92));
}

@property --vision-energy-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.vision-card-energy {
  position: absolute;
  inset: -1px;
  border-radius: calc(var(--radius-lg) + 1px);
  padding: 1px;
  background: conic-gradient(
    from var(--vision-energy-angle, 0deg),
    transparent 0%,
    rgba(212,168,83,0.95) 10%,
    rgba(66,217,232,0.75) 22%,
    rgba(108,99,255,0.65) 34%,
    transparent 48%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 0;
}

@keyframes visionEnergySpin {
  to { --vision-energy-angle: 360deg; }
}

.vision-pillar-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: clamp(18px, 2vh, 24px) clamp(20px, 2.2vw, 26px);
  border: 1px solid rgba(17,24,39,0.10);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255,255,255,0.94), rgba(247,250,248,0.92));
  box-shadow: 0 10px 28px rgba(15,23,42,0.08), 0 0 0 1px rgba(255,255,255,0.5) inset;
  transition: border-color 0.35s cubic-bezier(0.16,1,0.3,1),
              transform 0.35s cubic-bezier(0.16,1,0.3,1),
              box-shadow 0.35s cubic-bezier(0.16,1,0.3,1);
  isolation: isolate;
  overflow: visible;
  transform-style: preserve-3d;
  will-change: transform;
}

.vision-pillar-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(ellipse 80% 80% at 50% 50%, rgba(212,168,83,0.14), transparent 70%);
  transition: opacity 0.35s ease;
  z-index: 0;
}

.vision-pillar-card:hover {
  border-color: rgba(192,141,49,0.35);
  transform: translateY(-4px);
  transition-delay: 0s;
  box-shadow:
    0 16px 40px rgba(15,23,42,0.12),
    0 0 24px rgba(212,168,83,0.14),
    0 0 40px rgba(66,217,232,0.08);
}

.vision-pillar-card:hover .vision-card-energy {
  opacity: 1;
  animation: visionEnergySpin 2.4s linear infinite;
}

.vision-pillar-card:hover::after { opacity: 1; }

.vision-pillar-icon {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(212,168,83,0.08);
  border: 1px solid rgba(192,141,49,0.18);
  display: grid;
  place-items: center;
  color: #9d7028;
  flex-shrink: 0;
}

.vision-pillar-card--featured .vision-pillar-icon {
  width: 48px;
  height: 48px;
}

.vision-pillar-icon svg {
  transition: filter 0.35s ease;
}

.vision-pillar-card:hover .vision-pillar-icon svg {
  filter: drop-shadow(0 0 6px rgba(212,168,83,0.45));
}

.vision-pillar-title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(15px, 1.15vw, 17px);
  font-weight: 700;
  line-height: 1.25;
  color: #131a2a;
}

.vision-pillar-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(13.5px, 1.02vw, 15px);
  line-height: 1.6;
  color: #556179;
  text-wrap: pretty;
}

.vision-stack-label {
  margin: clamp(8px, 1vh, 12px) 0 clamp(14px, 1.8vh, 20px);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9d7028;
  text-align: center;
}

.vision-outcome-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: clamp(14px, 1.6vw, 20px);
  max-width: var(--max-w);
  margin-inline: auto;
  width: 100%;
  align-items: stretch;
}

.vision-outcome-card {
  position: relative;
  display: grid;
  grid-template-columns: 40px 1fr;
  column-gap: 12px;
  align-items: center;
  height: 100%;
  min-height: 72px;
  box-sizing: border-box;
  padding: clamp(16px, 1.8vh, 20px) clamp(18px, 2vw, 22px);
  border: 1px solid rgba(17,24,39,0.10);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255,255,255,0.94), rgba(247,250,248,0.92));
  box-shadow: 0 10px 28px rgba(15,23,42,0.08), 0 0 0 1px rgba(255,255,255,0.5) inset;
  transition: border-color 0.35s cubic-bezier(0.16,1,0.3,1),
              transform 0.35s cubic-bezier(0.16,1,0.3,1),
              box-shadow 0.35s cubic-bezier(0.16,1,0.3,1);
  isolation: isolate;
  overflow: visible;
  transform-style: preserve-3d;
  will-change: transform;
}

.vision-outcome-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(ellipse 80% 80% at 50% 50%, rgba(212,168,83,0.14), transparent 70%);
  transition: opacity 0.35s ease;
  z-index: 0;
}

.vision-outcome-card:hover {
  border-color: rgba(192,141,49,0.35);
  transform: translateY(-4px);
  transition-delay: 0s;
  box-shadow:
    0 16px 40px rgba(15,23,42,0.12),
    0 0 24px rgba(212,168,83,0.14),
    0 0 40px rgba(66,217,232,0.08);
}

.vision-outcome-card:hover .vision-card-energy {
  opacity: 1;
  animation: visionEnergySpin 2.4s linear infinite;
}

.vision-outcome-card:hover::after { opacity: 1; }

.vision-outcome-icon {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(212,168,83,0.08);
  border: 1px solid rgba(192,141,49,0.18);
  display: grid;
  place-items: center;
  color: #9d7028;
  flex-shrink: 0;
}

.vision-outcome-icon svg {
  width: 20px;
  height: 20px;
  transition: filter 0.35s ease;
}

.vision-outcome-card:hover .vision-outcome-icon svg {
  filter: drop-shadow(0 0 6px rgba(212,168,83,0.45));
}

.vision-outcome-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(13.5px, 1.05vw, 15px);
  font-weight: 700;
  line-height: 1.35;
  color: #131a2a;
  text-wrap: pretty;
}

.vision-impact {
  margin-top: clamp(16px, 2vh, 24px);
  position: relative;
  flex-shrink: 0;
}

.vision-impact-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: clamp(20px, 2.5vh, 28px) clamp(24px, 4vw, 40px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(192,141,49,0.28);
  background:
    radial-gradient(ellipse 60% 80% at 50% 0%, rgba(212,168,83,0.12), transparent 55%),
    radial-gradient(ellipse 50% 60% at 50% 100%, rgba(34,100,72,0.08), transparent 50%),
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(248,252,249,0.92));
  box-shadow:
    0 12px 32px rgba(15,23,42,0.08),
    0 0 0 1px rgba(255,255,255,0.6) inset;
  overflow: hidden;
}

.vision-impact-inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: min(120px, 28%);
  height: 3px;
  background: linear-gradient(90deg, transparent, #c08d31, transparent);
  border-radius: 0 0 4px 4px;
}

.vision-impact-inner::after {
  content: "\201C";
  position: absolute;
  right: 16px;
  top: 10px;
  font-family: var(--font-body);
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  color: rgba(192,141,49,0.10);
  pointer-events: none;
  user-select: none;
}

.vision-impact-label {
  flex-shrink: 0;
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9d7028;
  white-space: nowrap;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(192,141,49,0.22);
}

.vision-impact-statement {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 900px;
  font-size: clamp(14px, 1.15vw, 17px);
  font-weight: 600;
  line-height: 1.55;
  color: #2d3548;
  hyphens: auto;
  white-space: normal;
  text-align: center;
  text-wrap: pretty;
}

.vision-impact-accent {
  font-weight: 800;
  background: linear-gradient(135deg, #b4822a 0%, #d5aa56 52%, #8f6d2e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vision-pillar-card.reveal { transform: translateY(14px); }
.vision-pillar-card.reveal.visible { transform: translateY(0); }
.vision-pillar-card.reveal:hover,
.vision-pillar-card.reveal.visible:hover {
  transform: translateY(-4px);
  transition-delay: 0s;
}
.vision-outcome-card.reveal { transform: translateY(14px); }
.vision-outcome-card.reveal.visible { transform: translateY(0); }
.vision-outcome-card.reveal:hover,
.vision-outcome-card.reveal.visible:hover {
  transform: translateY(-4px);
  transition-delay: 0s;
}
.vision-impact.reveal { transform: translateY(16px); }
.vision-impact.reveal.visible { transform: translateY(0); }

/* ===== MODAL ===== */
.cs-modal {
  position: fixed; inset: 0; z-index: 300;
  display: grid; place-items: center; padding: 22px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 260ms ease, visibility 260ms ease;
}

.cs-modal.open { opacity: 1; visibility: visible; pointer-events: auto; }

.cs-modal-backdrop {
  position: absolute; inset: 0;
  background: rgba(4,6,12,0.76); backdrop-filter: blur(8px);
}

.cs-modal-panel {
  position: relative; width: min(680px, 100%);
  border-radius: 26px; border: 1px solid rgba(212,168,83,0.26);
  background: linear-gradient(145deg, rgba(212,168,83,0.12), rgba(108,99,255,0.10)), rgba(8,11,22,0.95);
  box-shadow: 0 38px 88px rgba(0,0,0,0.55), 0 0 36px rgba(212,168,83,0.22);
  transform: scale(0.2); opacity: 0;
  transition: transform 420ms cubic-bezier(0.16,1,0.3,1), opacity 320ms ease;
  overflow: hidden;
}

.cs-modal.open .cs-modal-panel { transform: scale(1); opacity: 1; }

.cs-modal-panel::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.12), transparent 46%);
  pointer-events: none;
}

.cs-modal-head {
  position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px; padding: 18px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.cs-modal-head h3 {
  margin: 0; color: var(--gold-light);
  font-size: 14px; font-weight: 800;
  letter-spacing: 0.12em; text-transform: uppercase;
}

.cs-modal-close {
  width: 34px; height: 34px; border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.16); background: rgba(255,255,255,0.08);
  color: var(--text); font-size: 20px; line-height: 1; cursor: pointer;
  transition: background 220ms ease, transform 220ms ease;
}

.cs-modal-close:hover { background: rgba(255,255,255,0.14); transform: scale(1.04); }

.cs-modal-body { position: relative; z-index: 1; padding: 20px; }

.cs-contact-form { display: grid; gap: 14px; }
.cs-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.cs-contact-field { display: grid; gap: 8px; }

.cs-contact-field label {
  font-size: 12px; font-weight: 700; letter-spacing: 0.04em;
  color: var(--text-secondary); text-transform: uppercase;
}

.cs-contact-field input,
.cs-contact-field textarea {
  width: 100%; border: 1px solid rgba(255,255,255,0.14);
  border-radius: 12px; background: rgba(255,255,255,0.04);
  color: var(--text); padding: 12px 14px; font: inherit;
  transition: border-color 0.2s, background 0.2s;
}

.cs-contact-field input:focus,
.cs-contact-field textarea:focus {
  outline: none; border-color: rgba(212,168,83,0.55);
  background: rgba(255,255,255,0.07);
}

.cs-contact-field textarea { resize: vertical; min-height: 110px; }

.cs-contact-submit {
  justify-self: start; display: inline-flex; align-items: center; gap: 10px;
}

.cs-contact-feedback {
  margin-top: 12px; padding: 12px 14px; border-radius: 12px;
  font-size: 14px; line-height: 1.5; font-weight: 600;
}

.cs-contact-success {
  border: 1px solid rgba(52,211,153,0.45); background: rgba(52,211,153,0.12); color: #7ee7c0;
}

.cs-contact-error {
  border: 1px solid rgba(244,114,182,0.45); background: rgba(244,114,182,0.12); color: #f7a5cd;
}

/* ===== FOOTER ===== */
.footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #0c101c 0%, #090d16 100%);
  color: var(--text);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 0;
}

.footer-decoration {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(212,168,83,0.10), rgba(108,99,255,0.08));
  opacity: 0.35;
  z-index: 1;
  pointer-events: none;
}

.footer-decoration.decoration-1 {
  width: 500px;
  height: 500px;
  top: -250px;
  left: -250px;
}

.footer-decoration.decoration-2 {
  width: 300px;
  height: 300px;
  bottom: -150px;
  right: -150px;
}

.footer-top {
  padding: 80px 0 50px;
  position: relative;
  z-index: 2;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 36px;
}

.footer-logo-column { margin-right: 12px; }

.footer-logo {
  display: inline-block;
  margin-bottom: 20px;
}

.footer-logo img {
  height: 54px;
  width: auto;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.footer-logo:hover img {
  transform: scale(1.07);
  filter: brightness(1.2);
}

.footer-about {
  color: var(--text-secondary);
  margin-bottom: 22px;
  line-height: 1.7;
}

.footer-about strong { color: var(--text); font-weight: 600; }

.footer-social { display: flex; gap: 12px; }

.social-link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.social-link:hover {
  background: rgba(212,168,83,0.18);
  color: #fff;
  transform: translateY(-3px);
}

.footer-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 10px;
  letter-spacing: normal;
  text-transform: none;
}

.footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--accent-light));
}

.footer-links,
.contact-info { list-style: none; }

.footer-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-secondary);
  padding: 7px 0;
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-link:hover {
  color: var(--gold-light);
  transform: translateX(5px);
}

.footer-link i { font-size: 0.8rem; }

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.contact-icon {
  width: 34px;
  height: 34px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
  flex-shrink: 0;
  font-size: 0.9rem;
}

.contact-text {
  color: var(--text-secondary);
  line-height: 1.5;
  font-size: 0.95rem;
  padding-top: 6px;
}

.work-with-us-btn {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 20px; padding: 10px 20px; border-radius: 999px;
  border: none; cursor: pointer; font: inherit;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #0a0a0a; font-weight: 700; font-size: 13px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.work-with-us-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 24px rgba(212,168,83,0.3);
}

.footer-bottom {
  background: rgba(0,0,0,0.25);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 0;
  position: relative;
  z-index: 2;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.copyright {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.copyright a { color: var(--gold-light); }

.footer-bottom-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-bottom-link {
  color: var(--text-muted);
  font-size: 0.9rem;
  transition: color 0.25s ease;
}

.footer-bottom-link:hover { color: var(--gold-light); }

/* ===== BACK TO TOP ===== */
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(212,168,83,0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 99;
  text-decoration: none;
  font-size: 18px;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(212,168,83,0.4);
  color: #fff;
}

/* ===== WHATSAPP ===== */
.whatsapp-fixed-button {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  box-shadow: 0 5px 15px rgba(37,211,102,0.35);
  z-index: 1000;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  animation: whatsapp-pulse 2s infinite;
}

.whatsapp-fixed-button.above-back-to-top {
  bottom: 90px;
}

.whatsapp-fixed-button:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 22px rgba(37,211,102,0.45);
  color: #fff;
  text-decoration: none;
}

.whatsapp-fixed-button:active {
  transform: scale(0.95);
}

.whatsapp-tooltip {
  position: absolute;
  left: -120px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(12,17,33,0.96);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.whatsapp-tooltip::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: rgba(12,17,33,0.96);
}

.whatsapp-fixed-button:hover .whatsapp-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(5px);
}

@keyframes whatsapp-pulse {
  0% { box-shadow: 0 4px 20px rgba(37,211,102,0.4); }
  50% { box-shadow: 0 4px 20px rgba(37,211,102,0.4), 0 0 0 10px rgba(37,211,102,0.1); }
  100% { box-shadow: 0 4px 20px rgba(37,211,102,0.4); }
}

/* ===== VLIBRAS ===== */
[vw] {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

html.cs-loading [vw] {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

[vw].vlibras-ready {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* ===== COOKIE BANNER ===== */
.cookie-consent-banner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 200;
  background: rgba(8,11,22,0.95); backdrop-filter: blur(20px);
  border-top: 1px solid var(--border); padding: 20px;
}

.cookie-consent-content {
  max-width: var(--max-w); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}

.cookie-consent-text {
  display: flex; align-items: flex-start; gap: 14px; flex: 1; min-width: 280px;
}

.cookie-consent-text i { font-size: 24px; color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.cookie-consent-title { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.cookie-consent-message { font-size: 13px; color: var(--text-secondary); line-height: 1.5; }
.cookie-consent-message a { color: var(--gold); text-decoration: underline; }

.cookie-consent-buttons { display: flex; gap: 10px; flex-wrap: wrap; }

.cookie-btn {
  padding: 10px 20px; border-radius: 999px; font-size: 13px; font-weight: 700;
  border: none; cursor: pointer; transition: all 0.3s;
}

.cookie-btn-accept {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: #0a0a0a;
}

.cookie-btn-accept:hover { box-shadow: 0 0 20px rgba(212,168,83,0.3); }

.cookie-btn-essential {
  background: rgba(255,255,255,0.08); color: var(--text);
  border: 1px solid var(--border);
}

.cookie-btn-essential:hover { background: rgba(255,255,255,0.12); }

.cookie-btn-reject {
  background: transparent; color: var(--text-muted);
  border: 1px solid rgba(255,255,255,0.06);
}

.cookie-btn-reject:hover { color: var(--text); border-color: var(--border); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .nav-inner { position: relative; }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: -20px;
    right: -20px;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 16px 20px 20px;
    background: rgba(4,6,12,0.97);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 0 0 16px 16px;
    border-top: 1px solid rgba(255,255,255,0.06);
    max-height: calc(100dvh - 72px);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 110;
    -webkit-overflow-scrolling: touch;
  }
  .nav-mobile-toggle { display: grid; }
  .nav-links.nav-links--open,
  .nav-links.mobile-open { display: flex; }
  .nav-mobile-toggle.is-active {
    border-color: rgba(212,168,83,0.45);
    color: var(--gold);
  }
  .nav-dropdown { width: 100%; }
  .nav-links > a,
  .nav-links .nav-cta {
    width: 100%;
    text-align: center;
    border-radius: 12px;
    padding: 12px 14px;
    justify-content: center;
  }
  .nav-drop-toggle {
    width: 100%;
    justify-content: space-between;
    border-radius: 12px;
    text-align: left;
    padding: 12px 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
  }
  .nav-dropdown.open .nav-drop-toggle {
    background: rgba(255,255,255,0.08);
    border-color: rgba(212,168,83,0.28);
  }
  .nav-dropdown-menu,
  .nav-dropdown-menu.is-3 {
    position: static;
    min-width: 0;
    width: 100%;
    margin-top: 8px;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    transform: none;
    pointer-events: none;
    display: none;
    box-shadow: none;
    grid-template-columns: 1fr;
    gap: 6px;
    left: auto;
    top: auto;
    max-height: none;
    overflow: visible;
    transition: none;
  }
  .nav-dropdown:not(.open):hover .nav-dropdown-menu,
  .nav-dropdown:not(.open):focus-within .nav-dropdown-menu,
  .nav-dropdown:not(.locked):hover .nav-dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none;
  }
  .nav-dropdown.open .nav-dropdown-menu,
  .nav-dropdown.open .nav-dropdown-menu.is-3,
  .nav-dropdown.open:focus-within .nav-dropdown-menu,
  .nav-dropdown.open:focus-within .nav-dropdown-menu.is-3 {
    display: grid !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }
  .nav-dropdown-menu a {
    width: 100%;
    min-height: 0;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--text);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    gap: 12px;
    grid-template-columns: none;
    box-shadow: none;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.06);
    transform: none;
  }
  .nav-dropdown-menu a:hover {
    transform: none;
    color: var(--text);
    background: rgba(255,255,255,0.10);
    border-color: rgba(212,168,83,0.28);
    box-shadow: none;
  }
  .nav-option-icon {
    display: grid;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    font-size: 15px;
  }
  .nav-option-desc { display: none; }
  .nav-option-copy {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    gap: 0;
  }
  .nav-option-title {
    display: block;
    color: #f0f2f8;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    white-space: normal;
    overflow: visible;
  }
  body.nav-menu-open { overflow: hidden; }

  .hero { background-attachment: scroll; }
  .hero::before {
    background:
      linear-gradient(180deg, rgba(4,6,12,0.46) 0%, rgba(4,6,12,0.58) 44%, rgba(4,6,12,0.68) 100%);
  }
  .hero::after { opacity: 0.28; }

  .deliverable-grid, .module-grid, .benefit-trio { grid-template-columns: 1fr; }
  .checklist-grid { grid-template-columns: 1fr; }
  .problem-section {
    min-height: auto;
    display: block;
    padding: 64px 20px 56px;
  }
  .problem-section .container { flex: none; gap: 28px; }
  .problem-split { grid-template-columns: 1fr; gap: 40px; align-items: start; flex: none; }
  .analytics-header-split { grid-template-columns: 1fr; gap: 32px; margin-bottom: 48px; }
  .analytics-impact { margin-top: 0; }
  .analytics-impact-inner {
    padding: clamp(18px, 2.2vh, 24px) clamp(20px, 3.5vw, 28px);
  }
  .analytics-impact-statement {
    font-size: 15px;
    line-height: 1.5;
  }
  .analytics-impact-inner::after {
    font-size: 32px;
    right: 12px;
    top: 8px;
  }
  .partner-evolution-section {
    min-height: auto;
    display: block;
    padding: 64px 20px 56px;
  }
  .partner-evolution-section .container { flex: none; gap: 24px; }
  .partner-evolution-header-split { grid-template-columns: 1fr; gap: 32px; margin-bottom: 24px; }
  .partner-dual-track {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .partner-dual-link { padding: 4px 0; }
  .partner-dual-pulse { transform: rotate(90deg); }
  .partner-commitment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: auto; gap: 14px; }
  .partner-commitment-card { height: auto; min-height: 0; align-items: center; }
  .partner-evolution-impact { margin-top: 0; }
  .partner-evolution-impact-inner {
    padding: clamp(18px, 2.2vh, 24px) clamp(20px, 3.5vw, 28px);
  }
  .partner-evolution-impact-statement {
    font-size: 15px;
    line-height: 1.5;
  }
  .partner-evolution-impact-inner::after {
    font-size: 32px;
    right: 12px;
    top: 8px;
  }
  .partner-strategic-section {
    min-height: auto;
    display: block;
    padding: 64px 20px 56px;
  }
  .partner-strategic-section .container { flex: none; gap: 24px; }
  .partner-strategic-header-split {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 32px;
    margin-bottom: 8px;
  }
  .partner-strategic-header-label,
  .partner-strategic-header-title,
  .partner-strategic-header-desc {
    grid-column: auto;
    grid-row: auto;
  }
  .partner-strategic-value-card { height: auto; min-height: 0; }
  .partner-strategic-impact { margin-top: 0; }
  .partner-strategic-impact-inner {
    padding: clamp(18px, 2.2vh, 24px) clamp(20px, 3.5vw, 28px);
  }
  .partner-strategic-impact-statement {
    font-size: 15px;
    line-height: 1.5;
  }
  .partner-strategic-impact-inner::after {
    font-size: 32px;
    right: 12px;
    top: 8px;
  }
  .problem-pain-stack {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .problem-pain-card {
    height: auto;
    min-height: 0;
    align-items: start;
  }
  .problem-title, .problem-lead, .problem-signals { max-width: 100%; }
  .problem-narrative { --problem-text-max: 100%; }
  .problem-lead,
  .problem-signals li { text-align: left; hyphens: manual; }
  .problem-impact { margin-top: 0; }
  .problem-impact-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 14px 20px 14px 24px;
  }
  .problem-impact-statement {
    white-space: normal;
    font-size: 15px;
    line-height: 1.45;
  }
  .problem-impact-inner::after {
    font-size: 36px;
    right: 12px;
    top: 8px;
    transform: none;
  }
  .hero {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 100dvh;
    max-height: none;
    padding: 0;
    --hero-nav: 186px;
    --hero-pillars-h: 130px;
    background-attachment: scroll;
    background-position: 65% 35%;
  }

  .hero-main {
    flex: 1 1 auto;
    align-items: flex-start;
    padding: var(--hero-nav) 20px 16px;
  }

  .hero-layout {
    max-width: 100%;
  }

  .hero-content {
    gap: var(--hero-gap, 16px);
  }

  .hero-title-intro {
    font-size: clamp(18px, 3.2vw, 22px);
  }

  .hero-title-main {
    font-size: clamp(28px, 4.8vw, 38px);
  }

  .hero-sub {
    font-size: 15px;
    max-width: 100%;
  }

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

  .hero-pillar {
    padding: 14px 16px;
    border-right: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .hero-pillar:nth-child(odd) {
    padding-left: 0;
  }

  .hero-pillar:nth-child(even) {
    padding-right: 0;
  }

  .hero-pillar-text span {
    max-width: 100%;
  }

  .hero-pillar:nth-child(2n) {
    border-right: none;
  }

  .hero-pillar:nth-last-child(-n+2) {
    border-bottom: none;
  }

  .solution-grid { grid-template-columns: 1fr; }
  .solution-section {
    min-height: auto;
    display: block;
    padding: 64px 20px 56px;
  }
  .solution-section .container { flex: none; gap: 28px; }
  .solution-split { grid-template-columns: 1fr; gap: 40px; align-items: start; }
  .solution-narrative { order: 1; --solution-text-max: 100%; }
  .solution-deliverable-stack { order: 2; }
  .solution-deliverable-card { height: auto; min-height: 0; align-items: start; }
  .solution-title, .solution-lead, .solution-signals { max-width: 100%; }
  .solution-lead,
  .solution-signals li { text-align: left; hyphens: manual; }
  .solution-impact { margin-top: 0; }
  .solution-impact-inner {
    padding: clamp(16px, 2vh, 22px) clamp(18px, 3vw, 28px);
  }
  .solution-impact-statement {
    font-size: 15px;
    line-height: 1.45;
  }
  .solution-impact-inner::after {
    font-size: 32px;
    right: 10px;
    top: 6px;
  }
  .platform-section {
    min-height: auto;
    display: block;
    padding: 64px 20px 56px;
  }
  .platform-section .container { flex: none; gap: 24px; }
  .platform-module-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: auto; gap: 14px; }
  .platform-benefit-trio { gap: 8px; }
  .platform-benefit-trio::before { display: none; }
  .platform-benefit-item { margin: 0; }
  .platform-module-card { height: auto; min-height: 0; align-items: start; }
  .platform-impact { margin-top: 0; }
  .platform-impact-inner {
    padding: clamp(16px, 2vh, 22px) clamp(18px, 3vw, 28px);
  }
  .platform-impact-statement {
    font-size: 15px;
    line-height: 1.45;
  }
  .loyalty-section {
    min-height: auto;
    display: block;
    padding: 64px 20px 56px;
  }
  .loyalty-section .container { flex: none; gap: 24px; }
  .loyalty-header-split { grid-template-columns: 1fr; gap: 32px; margin-bottom: 24px; }
  .loyalty-header-title { order: 0; align-items: flex-start; text-align: left; }
  .loyalty-header-desc { order: 1; }
  .loyalty-benefit-trio { gap: 8px; }
  .loyalty-benefit-trio::before { display: none; }
  .loyalty-benefit-item { margin: 0; }
  .loyalty-benefit-item:hover { transform: none; }
  .loyalty-module-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: auto; gap: 14px; }
  .loyalty-module-card { height: auto; min-height: 0; align-items: start; }
  .loyalty-impact { margin-top: 0; }
  .loyalty-impact-inner {
    padding: clamp(16px, 2vh, 22px) clamp(18px, 3vw, 28px);
  }
  .loyalty-impact-statement {
    font-size: 15px;
    line-height: 1.45;
  }
  .scale-section {
    min-height: auto;
    display: block;
    padding: 64px 20px 56px;
  }
  .scale-section .container { flex: none; gap: 24px; }
  .scale-compare {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .scale-compare-arrow {
    transform: rotate(90deg);
    padding: 4px 0;
  }
  .scale-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .scale-impact { margin-top: 0; }
  .scale-impact-inner {
    padding: clamp(16px, 2vh, 22px) clamp(18px, 3vw, 28px);
  }
  .scale-impact-statement {
    font-size: 15px;
    line-height: 1.45;
  }
  .vision-section {
    min-height: auto;
    display: block;
    padding: 64px 20px 56px;
  }
  .vision-section .container { flex: none; gap: 24px; }
  .vision-pillar-mosaic {
    grid-template-columns: 1fr;
  }
  .vision-pillar-mosaic::before { display: none; }
  .vision-pillar-card--featured,
  .vision-pillar-card:not(.vision-pillar-card--featured):not(.vision-pillar-card--capstone),
  .vision-pillar-card--capstone {
    grid-column: auto;
    min-height: 0;
  }
  .vision-outcome-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: auto; gap: 14px; }
  .vision-outcome-card { height: auto; min-height: 0; }
  .vision-impact { margin-top: 0; }
  .vision-impact-inner {
    padding: clamp(16px, 2vh, 22px) clamp(18px, 3vw, 28px);
  }
  .vision-impact-statement {
    font-size: 15px;
    line-height: 1.5;
  }
  .vision-impact-inner::after {
    font-size: 32px;
    right: 12px;
    top: 8px;
  }
  .sync-layout { grid-template-columns: 1fr; gap: 32px; }
  .sync-divider { flex-direction: row; }
  .taas-grid { grid-template-columns: repeat(2, 1fr); }
  .consolidation-visual { grid-template-columns: 1fr; gap: 32px; }
  .consolidation-arrow { flex-direction: row; justify-content: center; }
  .brand-hero-split {
    grid-template-columns: 1fr;
    gap: clamp(28px, 4vw, 36px);
    align-items: stretch;
  }
  .brand-hero-copy {
    grid-column: auto;
    text-align: left;
    width: 100%;
    max-width: none;
  }
  .brand-hero-copy .section-label { justify-content: flex-start; }
  .brand-hero-copy h2 {
    max-width: none;
    text-wrap: pretty;
  }
  .brand-hero-visual {
    grid-column: auto;
    justify-self: center;
    order: -1;
    padding: 0;
  }
  .brand-showcase { gap: 32px; }
  .brand-lead {
    margin-inline: 0;
    max-width: none;
    width: 100%;
    text-wrap: pretty;
  }
  .brand-pillar-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .brand-whitelabel-split { grid-template-columns: 1fr; gap: 28px; }
  .brand-check-grid { grid-template-columns: 1fr; }
  .brand-impact-inner { padding: clamp(18px, 2.2vh, 24px) clamp(20px, 3.5vw, 28px); }
  .brand-impact-statement { font-size: 15px; line-height: 1.5; }
  .partner-strategic-showcase { grid-template-columns: 1fr; gap: 14px; }
  .cta-layout { grid-template-columns: 1fr; gap: 40px; }
  .footer-content { grid-template-columns: 1fr 1fr; gap: 36px; }
  .scale-numbers { grid-template-columns: repeat(2, 1fr); }
  .productivity-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  section { padding: 80px 0; }
  .hero { --hero-nav: 174px; --hero-pillars-h: 280px; }
  .hero::before {
    background:
      linear-gradient(180deg, rgba(4,6,12,0.52) 0%, rgba(4,6,12,0.64) 42%, rgba(4,6,12,0.74) 100%);
  }
  .hero::after { opacity: 0.22; }
  .hero-main { padding: var(--hero-nav) 20px 12px; }
  .hero-features { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-pillars { padding: 16px 20px var(--hero-bottom-inset); }
  .hero-pillars-grid { grid-template-columns: 1fr; gap: 0; }
  .hero-pillar {
    padding: 14px 0;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .hero-pillar:last-child { border-bottom: none; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-section { padding: 48px 20px 44px; min-height: auto; display: block; }
  .problem-section .container { gap: 14px; flex: none; }
  .problem-ambient--gold { opacity: 0.5; width: min(380px, 75vw); height: min(380px, 75vw); }
  .problem-ambient--sage { opacity: 0.38; width: min(280px, 60vw); height: min(280px, 60vw); }
  .problem-light-sweep { opacity: 0.65; height: min(38vh, 260px); }
  .problem-pain-card {
    grid-template-columns: 36px 36px 1fr;
    gap: 10px;
    padding: 16px 18px;
  }
  .solution-section { padding: 48px 20px 44px; min-height: auto; display: block; }
  .solution-section .container { gap: 14px; flex: none; }
  .solution-ambient--gold { opacity: 0.38; width: min(360px, 72vw); height: min(360px, 72vw); }
  .solution-ambient--gold-right { opacity: 0.32; width: min(340px, 68vw); height: min(340px, 68vw); }
  .solution-ambient--emerald { opacity: 0.28; width: min(320px, 70vw); height: min(220px, 48vw); }
  .solution-light-sweep { opacity: 0.5; height: min(36vh, 240px); }
  .solution-deliverable-card:hover .solution-card-energy {
    animation-duration: 3.6s;
  }
  .solution-deliverable-card {
    grid-template-columns: 36px 36px 1fr;
    gap: 10px;
    padding: 16px 18px;
  }
  .platform-section { padding: 48px 20px 44px; min-height: auto; display: block; }
  .platform-section .container { gap: 14px; flex: none; }
  .platform-ambient--gold { opacity: 0.5; width: min(380px, 75vw); height: min(380px, 75vw); }
  .platform-ambient--sage { opacity: 0.38; width: min(280px, 60vw); height: min(280px, 60vw); }
  .platform-light-sweep { opacity: 0.65; height: min(38vh, 260px); }
  .platform-benefit-trio { grid-template-columns: 1fr; gap: 8px; }
  .platform-benefit-trio::before { display: none; }
  .platform-benefit-item { margin: 0; }
  .platform-module-grid { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 12px; }
  .platform-module-card {
    height: auto;
    min-height: 0 !important;
    grid-template-columns: 36px 40px 1fr;
    column-gap: 12px;
    padding: 18px 20px;
  }
  .platform-module-card:hover .platform-card-energy {
    animation-duration: 3.6s;
  }
  .platform-impact-inner::after {
    font-size: 32px;
    right: 10px;
    top: 6px;
  }
  .loyalty-section { padding: 48px 20px 44px; min-height: auto; display: block; }
  .loyalty-section .container { gap: 14px; flex: none; }
  .loyalty-ambient--gold { opacity: 0.5; width: min(380px, 75vw); height: min(380px, 75vw); }
  .loyalty-ambient--sage { opacity: 0.38; width: min(280px, 60vw); height: min(280px, 60vw); }
  .loyalty-light-sweep { opacity: 0.65; height: min(38vh, 260px); }
  .loyalty-benefit-trio { grid-template-columns: 1fr; gap: 8px; }
  .loyalty-benefit-trio::before { display: none; }
  .loyalty-benefit-item { margin: 0; }
  .loyalty-benefit-item:hover { transform: none; }
  .loyalty-module-grid { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 12px; }
  .loyalty-module-card {
    height: auto;
    min-height: 0 !important;
    grid-template-columns: 36px 40px 1fr;
    column-gap: 12px;
    padding: 18px 20px;
  }
  .loyalty-module-card:hover .loyalty-card-energy {
    animation-duration: 3.6s;
  }
  .loyalty-impact-inner::after {
    font-size: 32px;
    right: 10px;
    top: 6px;
  }
  .scale-section { padding: 48px 20px 44px; min-height: auto; display: block; }
  .scale-section .container { gap: 14px; flex: none; }
  .scale-ambient--gold { opacity: 0.5; width: min(380px, 75vw); height: min(380px, 75vw); }
  .scale-ambient--sage { opacity: 0.38; width: min(280px, 60vw); height: min(280px, 60vw); }
  .scale-light-sweep { opacity: 0.65; height: min(38vh, 260px); }
  .scale-compare-card:hover .scale-card-energy {
    animation-duration: 3.6s;
  }
  .scale-feature-chip:hover { transform: none; }
  .scale-impact-inner::after {
    font-size: 32px;
    right: 10px;
    top: 6px;
  }
  .partner-evolution-section { padding: 48px 20px 44px; }
  .partner-evolution-section .container { gap: 14px; }
  .partner-evolution-ambient--gold { opacity: 0.38; width: min(340px, 70vw); height: min(340px, 70vw); }
  .partner-evolution-ambient--gold-right { opacity: 0.32; }
  .partner-evolution-ambient--emerald { opacity: 0.28; }
  .partner-evolution-light-sweep { opacity: 0.55; height: min(38vh, 260px); }
  .partner-commitment-grid { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 12px; }
  .partner-commitment-card {
    height: auto;
    min-height: 0 !important;
    grid-template-columns: 36px 40px 1fr;
    column-gap: 12px;
    padding: 16px 18px;
  }
  .partner-commitment-card:hover .partner-card-energy,
  .partner-dual-card:hover .partner-card-energy {
    animation-duration: 3.6s;
  }
  .partner-dual-card:hover,
  .partner-commitment-card:hover { transform: none; }
  .partner-evolution-impact-inner::after {
    font-size: 32px;
    right: 10px;
    top: 6px;
  }
  .partner-strategic-section { padding: 48px 20px 44px; }
  .partner-strategic-section .container { gap: 14px; }
  .partner-strategic-ambient--gold { opacity: 0.38; width: min(340px, 70vw); height: min(340px, 70vw); }
  .partner-strategic-ambient--gold-right { opacity: 0.32; }
  .partner-strategic-ambient--emerald { opacity: 0.28; }
  .partner-strategic-light-sweep { opacity: 0.55; height: min(38vh, 260px); }
  .partner-strategic-values-grid { grid-template-columns: 1fr; gap: 12px; }
  .partner-strategic-value-card {
    height: auto;
    min-height: 0 !important;
    padding: 18px 20px;
  }
  .partner-strategic-value-card:hover,
  .partner-strategic-quote:hover { transform: none; }
  .partner-strategic-value-card:hover .partner-card-energy,
  .partner-strategic-quote:hover .partner-card-energy {
    animation-duration: 3.6s;
  }
  .partner-strategic-impact-inner::after {
    font-size: 32px;
    right: 10px;
    top: 6px;
  }
  .vision-section { padding: 48px 20px 44px; }
  .vision-section .container { gap: 14px; }
  .vision-ambient--gold { opacity: 0.5; width: min(380px, 75vw); height: min(380px, 75vw); }
  .vision-ambient--sage { opacity: 0.38; width: min(280px, 60vw); height: min(280px, 60vw); }
  .vision-light-sweep { opacity: 0.65; height: min(38vh, 260px); }
  .vision-outcome-grid { grid-template-columns: 1fr; gap: 12px; }
  .vision-outcome-card {
    height: auto;
    min-height: 0 !important;
    grid-template-columns: 40px 1fr;
    padding: 16px 18px;
  }
  .vision-pillar-card:hover,
  .vision-outcome-card:hover { transform: none; }
  .vision-pillar-card:hover .vision-card-energy,
  .vision-outcome-card:hover .vision-card-energy {
    animation-duration: 3.6s;
  }
  .vision-impact-inner::after {
    font-size: 32px;
    right: 10px;
    top: 6px;
  }
  .brand-section { padding: 48px 20px 44px; }
  .brand-hero-split { gap: 24px; }
  .brand-hero-copy h2 {
    font-size: clamp(26px, 6.5vw, 34px);
    line-height: 1.15;
  }
  .brand-hero-visual {
    --brand-orbit-size: clamp(130px, 36vw, 160px);
    --brand-logo-w: min(220px, 72vw);
  }
  .brand-pillar-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .brand-impact-inner::after {
    font-size: 32px;
    right: 10px;
    top: 6px;
  }
  .taas-grid { grid-template-columns: 1fr; }
  .consolidation-list { grid-template-columns: 1fr; }
  .productivity-grid { grid-template-columns: 1fr; }
  .scale-numbers { grid-template-columns: 1fr 1fr; }
  .footer-top { padding: 56px 0 38px; }
  .footer-content { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom-content { flex-direction: column; text-align: center; }
  .cs-contact-grid { grid-template-columns: 1fr; }
  .cookie-consent-content { flex-direction: column; text-align: center; }
  .cookie-consent-buttons { justify-content: center; }
}

@media (max-width: 640px) {
  .back-to-top {
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .whatsapp-fixed-button {
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .whatsapp-fixed-button.above-back-to-top {
    bottom: 70px;
  }

  .whatsapp-tooltip {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero-title-intro { font-size: clamp(16px, 4.5vw, 20px); }
  .hero-title-main { font-size: clamp(26px, 6.5vw, 32px); }
  .hero-sub { font-size: 14px; }
  .hero-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-feature-label { font-size: 7.5px; }
  .hero-trust p { font-size: 12px; }
  .btn-hero-cta { font-size: 10px; padding: 13px 18px; width: auto; }
  .section-title { font-size: clamp(26px, 6vw, 36px); }
  .cta-panel { padding: 40px 24px; }
  .scale-numbers { grid-template-columns: 1fr; }
}

/* ===== NOTEBOOK 1366×768 — escala 90% (equivalente ao zoom manual do navegador) ===== */
@media (min-width: 1024px) and (max-width: 1400px) and (max-height: 820px) {
  html {
    zoom: 0.9;
  }

  /* Compensa o zoom: 100dvh × (1/0.9) para a hero preencher a tela e os pilares colarem na base */
  .hero {
    height: 111.11dvh;
    min-height: 111.11dvh;
    max-height: 111.11dvh;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .reveal { transition: none; opacity: 1; transform: none; }
  .hero-glow-1, .hero-glow-2, .hero-glow-3 { animation: none; }
  .hero-brand-ring--outer, .hero-brand-ring--inner { animation: none; }
  .brand-orbit-ring--outer, .brand-orbit-ring--inner { animation: none; }
  .btn-hero-cta::after { animation: none; display: none; }
  .whatsapp-fixed-button { animation: none; }
  .marquee { animation: none; }
  .sync-arrow { animation: none; }
  .brand-pillar-card:hover { transform: none; }
  .brand-pillar-card.reveal:hover,
  .brand-pillar-card.reveal.visible:hover { transform: none; }
  .hero-feature,
  .hero-feature-icon,
  .hero-trust,
  .hero-trust-icon { transition: none; }
  .hero-feature:hover,
  .hero-trust:hover { transform: none; }
  .hero-feature:hover .hero-feature-icon,
  .hero-trust:hover .hero-trust-icon { transform: none; filter: none; }
  .cs-loader-inner { animation: none; }
  .cs-loader-eyebrow .cs-dot { animation: none; }
  .cs-loader-progress-bar { animation: none; width: 100%; }
  .problem-light-sweep { animation: none; opacity: 0; }
  .problem-ambient { animation: none; }
  .solution-light-sweep { animation: none; opacity: 0; }
  .solution-ambient { animation: none; }
  .solution-deliverable-card:hover .solution-card-energy {
    animation: none;
    opacity: 1;
    background: linear-gradient(135deg, rgba(212,168,83,0.85), rgba(212,168,83,0.45));
  }
  .solution-deliverable-card:hover {
    box-shadow:
      0 16px 40px rgba(0,0,0,0.28),
      0 0 20px rgba(212,168,83,0.12);
  }
  .solution-deliverable-card:hover .solution-deliverable-icon svg { filter: none; }
  .solution-deliverable-card.reveal:hover,
  .solution-deliverable-card.reveal.visible:hover { transform: none; }
  .platform-light-sweep { animation: none; opacity: 0; }
  .platform-ambient { animation: none; }
  .platform-module-card:hover .platform-card-energy {
    animation: none;
    opacity: 1;
    background: linear-gradient(135deg, rgba(212,168,83,0.85), rgba(212,168,83,0.45));
  }
  .platform-module-card:hover {
    box-shadow:
      0 16px 40px rgba(15,23,42,0.12),
      0 0 20px rgba(212,168,83,0.12);
  }
  .platform-module-card:hover { transform: none; }
  .platform-module-card:hover .platform-module-icon svg { filter: none; }
  .platform-module-card.reveal:hover,
  .platform-module-card.reveal.visible:hover { transform: none; }
  .loyalty-light-sweep { animation: none; opacity: 0; }
  .loyalty-ambient { animation: none; }
  .loyalty-module-card:hover .loyalty-card-energy {
    animation: none;
    opacity: 1;
    background: linear-gradient(135deg, rgba(212,168,83,0.85), rgba(212,168,83,0.45));
  }
  .loyalty-module-card:hover {
    box-shadow:
      0 16px 40px rgba(15,23,42,0.12),
      0 0 20px rgba(212,168,83,0.12);
  }
  .loyalty-module-card:hover { transform: none; }
  .loyalty-module-card:hover .loyalty-module-icon svg { filter: none; }
  .loyalty-module-card.reveal:hover,
  .loyalty-module-card.reveal.visible:hover { transform: none; }
  .loyalty-benefit-item:hover { transform: none; }
  .scale-light-sweep { animation: none; opacity: 0; }
  .scale-ambient { animation: none; }
  .scale-compare-card:hover .scale-card-energy {
    animation: none;
    opacity: 1;
    background: linear-gradient(135deg, rgba(212,168,83,0.85), rgba(212,168,83,0.45));
  }
  .scale-compare-card:hover {
    box-shadow:
      0 16px 40px rgba(15,23,42,0.12),
      0 0 20px rgba(212,168,83,0.12);
  }
  .scale-compare-card:hover { transform: none; }
  .scale-compare-card.reveal:hover,
  .scale-compare-card.reveal.visible:hover { transform: none; }
  .scale-feature-chip:hover { transform: none; }
  .scale-feature-chip.reveal:hover,
  .scale-feature-chip.reveal.visible:hover { transform: none; }
  .partner-evolution-light-sweep { animation: none; opacity: 0; }
  .partner-evolution-ambient { animation: none; }
  .partner-dual-pulse { animation: none; }
  .partner-dual-card:hover .partner-card-energy,
  .partner-commitment-card:hover .partner-card-energy {
    animation: none;
    opacity: 1;
    background: linear-gradient(135deg, rgba(212,168,83,0.85), rgba(212,168,83,0.45));
  }
  .partner-dual-card:hover,
  .partner-commitment-card:hover {
    box-shadow:
      0 16px 40px rgba(0,0,0,0.28),
      0 0 20px rgba(212,168,83,0.12);
  }
  .partner-dual-card:hover,
  .partner-commitment-card:hover { transform: none; }
  .partner-commitment-card:hover .partner-commitment-icon svg { filter: none; }
  .partner-commitment-card.reveal:hover,
  .partner-commitment-card.reveal.visible:hover { transform: none; }
  .partner-strategic-light-sweep { animation: none; opacity: 0; }
  .partner-strategic-ambient { animation: none; }
  .partner-strategic-value-card:hover .partner-card-energy,
  .partner-strategic-quote:hover .partner-card-energy {
    animation: none;
    opacity: 1;
    background: linear-gradient(135deg, rgba(212,168,83,0.85), rgba(212,168,83,0.45));
  }
  .partner-strategic-value-card:hover,
  .partner-strategic-quote:hover {
    box-shadow:
      0 16px 40px rgba(0,0,0,0.28),
      0 0 20px rgba(212,168,83,0.12);
  }
  .partner-strategic-value-card:hover,
  .partner-strategic-quote:hover { transform: none; }
  .partner-strategic-value-card:hover .partner-strategic-value-icon svg { filter: none; }
  .partner-strategic-value-card.reveal:hover,
  .partner-strategic-value-card.reveal.visible:hover { transform: none; }
  .vision-light-sweep { animation: none; opacity: 0; }
  .vision-ambient { animation: none; }
  .vision-horizon-ring { animation: none; }
  .vision-pillar-card:hover .vision-card-energy,
  .vision-outcome-card:hover .vision-card-energy {
    animation: none;
    opacity: 1;
    background: linear-gradient(135deg, rgba(212,168,83,0.85), rgba(212,168,83,0.45));
  }
  .vision-pillar-card:hover,
  .vision-outcome-card:hover {
    box-shadow:
      0 16px 40px rgba(15,23,42,0.12),
      0 0 20px rgba(212,168,83,0.12);
  }
  .vision-pillar-card:hover,
  .vision-outcome-card:hover { transform: none; }
  .vision-outcome-card:hover .vision-outcome-icon svg { filter: none; }
  .vision-pillar-card.reveal:hover,
  .vision-pillar-card.reveal.visible:hover,
  .vision-outcome-card.reveal:hover,
  .vision-outcome-card.reveal.visible:hover { transform: none; }
}
