/* =========================================================
   IA PARA DIRECTORES COMERCIALES DE CONSTRUCTORAS
   Stylesheet v1.0
   ========================================================= */

/* --- Variables & Reset --- */
:root {
  --primary:        #0A1628;
  --secondary:      #1B3A6B;
  --accent:         #C8972B;
  --accent-light:   #E8B84B;
  --surface:        #F4F6FA;
  --surface-alt:    #EAF0FB;
  --text-main:      #1A202C;
  --text-muted:     #64748B;
  --text-light:     #94A3B8;
  --white:          #FFFFFF;
  --card-shadow:    0 4px 24px rgba(10,22,40,.10);
  --card-hover:     0 12px 40px rgba(10,22,40,.18);
  --radius-sm:      8px;
  --radius-md:      16px;
  --radius-lg:      24px;
  --transition:     0.3s cubic-bezier(.4,0,.2,1);
  --gradient-hero:  linear-gradient(135deg, #0A1628 0%, #1B3A6B 60%, #0D2347 100%);
  --gradient-gold:  linear-gradient(135deg, #C8972B 0%, #E8B84B 100%);
  --gradient-card:  linear-gradient(145deg, #1B3A6B 0%, #0A1628 100%);
  --cursor-x: 50%;
  --cursor-y: 50%;
  
  /* 8pt system */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 40px;
  --space-8: 48px;
  
  /* icon scale */
  --icon-xs: 14px;
  --icon-sm: 16px;
  --icon-md: 20px;
  --icon-lg: 24px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

[hidden] { display: none !important; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
  background:
    radial-gradient(circle at 8% 5%, rgba(27,58,107,.06), transparent 36%),
    radial-gradient(circle at 92% 8%, rgba(200,151,43,.08), transparent 34%),
    var(--white);
  color: var(--text-main);
  line-height: 1.7;
  overflow-x: hidden;
  position: relative;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .32;
  background-image: radial-gradient(rgba(10,22,40,.16) 0.4px, transparent 0.4px);
  background-size: 3px 3px;
}

body::after {
  content: '';
  position: fixed;
  inset: -20%;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(560px circle at var(--cursor-x) var(--cursor-y), rgba(200,151,43,.11), transparent 68%),
    radial-gradient(640px circle at 20% 80%, rgba(27,58,107,.11), transparent 70%);
}

main, section, nav, footer, .overview, .sticky-mobile-cta {
  position: relative;
  z-index: 1;
}

.skip-link {
  position: absolute;
  top: -48px;
  left: 16px;
  z-index: 1000;
  background: var(--accent);
  color: var(--primary);
  font-weight: 700;
  padding: .55rem .9rem;
  border-radius: var(--radius-sm);
  transition: top var(--transition);
}

.skip-link:focus {
  top: 10px;
}

img { display: block; max-width: 100%; }
a  { color: inherit; text-decoration: none; }
ul { list-style: none; }

.svg-icon {
  display: inline-flex;
  width: 1em;
  height: 1em;
  vertical-align: -0.12em;
  color: currentColor;
}

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

.icon-3d-ready {
  position: relative;
  transform-style: preserve-3d;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
  will-change: transform;
}

.icon-3d-ready .svg-icon {
  filter: drop-shadow(0 6px 12px rgba(10,22,40,.18));
  transform: translateZ(8px);
}

.icon-3d-ready::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 14px;
  pointer-events: none;
  background: linear-gradient(140deg, rgba(255,255,255,.7), rgba(255,255,255,0) 52%);
  opacity: .55;
  transform: translateZ(2px);
}

.icon-3d-ready::after {
  content: '';
  position: absolute;
  inset: auto 16% -4px;
  height: 8px;
  border-radius: 999px;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(10,22,40,.22) 0%, rgba(10,22,40,0) 72%);
  transform: translateZ(-1px);
}

.icon-3d-ready:hover {
  filter: saturate(1.08);
}

/* Enterprise baseline */
body {
  letter-spacing: .002em;
}

p {
  line-height: 1.75;
}

.section-title {
  margin-bottom: var(--space-4);
}

.section-subtitle {
  line-height: 1.65;
}

/* --- Typography --- */
h1, h2, h3, h4, h5 { line-height: 1.2; font-weight: 700; }
h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.6rem); }
h3 { font-size: clamp(1.1rem, 2vw, 1.5rem); }
h4 { font-size: 1.05rem; font-weight: 600; }
p  { color: var(--text-muted); }

.section-label {
  display: inline-block;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(200,151,43,.12);
  padding: .3rem .9rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}

/* =========================================================
   ENTERPRISE CONSISTENCY PASS (theme-kokonut, no usado por
   el body actual — theme-editorial-estate tiene su propio
   sistema de iconos icon-3d-ready más abajo)
   ========================================================= */
body.theme-kokonut .container {
  width: min(1240px, 92vw);
}

body.theme-kokonut .section {
  padding-top: 104px;
  padding-bottom: 104px;
}

body.theme-kokonut .hero__module-icon,
body.theme-kokonut .module-card__icon,
body.theme-kokonut .phase2-card__icon,
body.theme-kokonut .about__stat-icon,
body.theme-kokonut .deliverable-card__icon,
body.theme-kokonut .audience__card-icon,
body.theme-kokonut .value__feature-icon,
body.theme-kokonut .result-item__icon,
body.theme-kokonut .overview__icon,
body.theme-kokonut .module-card__workshop-icon,
body.theme-kokonut .case-card__icon,
body.theme-kokonut .case-card__result-icon,
body.theme-kokonut .about__obj-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.theme-kokonut .hero__module-icon,
body.theme-kokonut .about__obj-icon,
body.theme-kokonut .module-card__workshop-icon,
body.theme-kokonut .case-card__result-icon {
  font-size: var(--icon-sm);
}

body.theme-kokonut .overview__icon,
body.theme-kokonut .result-item__icon,
body.theme-kokonut .value__feature-icon {
  font-size: var(--icon-md);
}

body.theme-kokonut .module-card__icon,
body.theme-kokonut .phase2-card__icon,
body.theme-kokonut .about__stat-icon,
body.theme-kokonut .deliverable-card__icon,
body.theme-kokonut .audience__card-icon,
body.theme-kokonut .case-card__icon {
  font-size: var(--icon-lg);
}

body.theme-kokonut .module-card__body,
body.theme-kokonut .pricing-card,
body.theme-kokonut .lead-form,
body.theme-kokonut .testimonial-card,
body.theme-kokonut .value__feature,
body.theme-kokonut .result-item,
body.theme-kokonut .phase2-card {
  padding: var(--space-5);
}

body.theme-kokonut .footer__links {
  gap: var(--space-2);
}

body.theme-kokonut .btn {
  min-height: 44px;
}

body.theme-kokonut .nav__links a,
body.theme-kokonut .footer__links a,
body.theme-kokonut .module-card__topic,
body.theme-kokonut .deliverable-card__desc,
body.theme-kokonut .value__feature-body p,
body.theme-kokonut .result-item__text,
body.theme-kokonut .phase2-card__item,
body.theme-kokonut .testimonial-card__quote {
  letter-spacing: .001em;
}

@media (max-width: 768px) {
  body.theme-kokonut .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  body.theme-kokonut .module-card__body,
  body.theme-kokonut .pricing-card,
  body.theme-kokonut .lead-form,
  body.theme-kokonut .testimonial-card,
  body.theme-kokonut .value__feature,
  body.theme-kokonut .result-item,
  body.theme-kokonut .phase2-card {
    padding: var(--space-4);
  }
}

.section-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--primary);
  margin-bottom: 1rem;
  letter-spacing: -.02em;
}

.section-title,
.hero__title {
  text-wrap: balance;
}

.hero__title .accent {
  background: linear-gradient(135deg, #F9D782 0%, #E8B84B 50%, #C8972B 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 640px;
}

/* --- Layout Helpers --- */
.container {
  width: min(1200px, 92vw);
  margin-inline: auto;
}

.section {
  padding: 100px 0;
}

.section {
  isolation: isolate;
}

.section::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255,255,255,.35), transparent 30%);
}

.section--alt {
  background: var(--surface);
}

.section--dark {
  background: var(--primary);
  color: var(--white);
}

.section--dark p { color: rgba(255,255,255,.72); }
.section--dark .section-title { color: var(--white); }

.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }

.text-center { text-align: center; }
.flex-center { display: flex; align-items: center; justify-content: center; }

/* =========================================================
   NAVIGATION
   ========================================================= */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  transition: var(--transition);
  padding: 1.2rem 0;
}

.nav.scrolled {
  background: rgba(10,22,40,.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 2px 24px rgba(0,0,0,.3);
  padding: .8rem 0;
  border-bottom: 1px solid rgba(200,151,43,.2);
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav__logo {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.nav__logo-icon {
  width: 40px; height: 40px;
  background: var(--gradient-gold);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--primary);
  flex-shrink: 0;
}

.nav__logo-text {
  display: flex; flex-direction: column;
  line-height: 1.1;
}

.nav__logo-main {
  font-size: .9rem;
  font-weight: 700;
  color: var(--white);
}

.nav__logo-sub {
  font-size: .65rem;
  color: var(--accent-light);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nav__links {
  display: flex; gap: 2rem;
}

.nav__links a {
  font-size: .88rem;
  font-weight: 500;
  color: rgba(255,255,255,.75);
  transition: var(--transition);
  position: relative;
}

.nav__links a::after {
  content: '';
  position: absolute; bottom: -4px; left: 0;
  width: 0; height: 2px;
  background: var(--accent);
  transition: var(--transition);
  border-radius: 2px;
}

.nav__links a:hover { color: var(--white); }
.nav__links a:hover::after { width: 100%; }

.nav__cta {
  background: var(--gradient-gold);
  color: var(--primary) !important;
  font-weight: 700 !important;
  padding: .55rem 1.3rem;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  box-shadow: 0 4px 14px rgba(200,151,43,.35);
}

.nav__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(200,151,43,.45);
}

.nav__cta::after { display: none !important; }

.nav__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: .4rem;
  border: none; background: none;
}

.nav__hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: var(--transition);
}

.nav__hamburger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav__hamburger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav__hamburger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* =========================================================
   HERO
   ========================================================= */
.hero {
  min-height: 100vh;
  background: var(--gradient-hero);
  position: relative;
  display: flex; align-items: center;
  overflow: hidden;
  padding: 140px 0 100px;
  border-bottom-left-radius: 34px;
  border-bottom-right-radius: 34px;
}

/* Animated grid background */
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(200,151,43,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,151,43,.07) 1px, transparent 1px);
  background-size: 60px 60px;
  animation: gridMove 20s linear infinite;
}

@keyframes gridMove {
  0%   { transform: translateY(0); }
  100% { transform: translateY(60px); }
}

/* Radial glow */
.hero::after {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 700px; height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,151,43,.15) 0%, transparent 70%);
  pointer-events: none;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(200,151,43,.15);
  border: 1px solid rgba(200,151,43,.3);
  border-radius: 999px;
  padding: .4rem 1rem;
  font-size: .8rem;
  font-weight: 600;
  color: var(--accent-light);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.hero__badge-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--accent);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .6; transform: scale(1.3); }
}

.hero__title {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.hero__title .accent { color: var(--accent-light); }

.hero__lead {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--white);
  margin-bottom: 1rem;
  max-width: 560px;
}

.hero__desc {
  font-size: 1.1rem;
  color: rgba(255,255,255,.75);
  margin-bottom: 1.25rem;
  max-width: 520px;
}

.hero__tagline {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--accent-light);
  border-left: 3px solid var(--accent);
  padding-left: .85rem;
  margin-bottom: 2.5rem;
  max-width: 520px;
}

.hero__ctas {
  display: flex; gap: 1rem; flex-wrap: wrap;
}

.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .85rem 2rem;
  border-radius: var(--radius-sm);
  font-size: 1rem; font-weight: 700;
  transition: var(--transition);
  cursor: pointer;
  border: none;
  text-decoration: none;
}

.btn--gold {
  background: var(--gradient-gold);
  color: var(--primary);
  box-shadow: 0 4px 20px rgba(200,151,43,.4);
}

.btn--gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(200,151,43,.55);
}

.btn--outline {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,.3);
}

.btn--outline:hover {
  border-color: var(--accent);
  color: var(--accent-light);
  transform: translateY(-3px);
}

.hero__stats {
  display: flex; gap: 2rem; margin-top: 3rem; flex-wrap: wrap;
}

.hero__stat {
  display: flex; flex-direction: column;
}

.hero__stat-value {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--accent-light);
  line-height: 1;
}

.hero__stat-label {
  font-size: .8rem;
  color: rgba(255,255,255,.6);
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-top: .25rem;
}

/* Hero visual */
.hero__visual {
  position: relative;
  display: flex; align-items: center; justify-content: center;
}

.hero__card-stack {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin: auto;
}

.hero__main-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg);
  padding: 2rem;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  animation: floatCard 6s ease-in-out infinite;
  box-shadow: 0 20px 48px rgba(0,0,0,.32);
}

/* Premium glass treatment */
.module-card,
.audience__card,
.deliverable-card,
.value__feature,
.pricing-card,
.result-item,
.phase2-card,
.lead-form,
.cost-sim,
.about__stat-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.module-card::after,
.audience__card::after,
.deliverable-card::after,
.value__feature::after,
.pricing-card::after,
.result-item::after,
.phase2-card::after,
.lead-form::after,
.cost-sim::after,
.about__stat-card::after {
  content: '';
  position: absolute;
  top: -120%;
  left: -40%;
  width: 45%;
  height: 320%;
  transform: rotate(22deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent);
  transition: transform .75s ease;
  pointer-events: none;
}

.module-card:hover::after,
.audience__card:hover::after,
.deliverable-card:hover::after,
.value__feature:hover::after,
.pricing-card:hover::after,
.result-item:hover::after,
.phase2-card:hover::after,
.lead-form:hover::after,
.cost-sim:hover::after,
.about__stat-card:hover::after {
  transform: translateX(280%) rotate(22deg);
}

.module-card:hover,
.audience__card:hover,
.deliverable-card:hover,
.value__feature:hover,
.pricing-card:hover,
.result-item:hover,
.phase2-card:hover,
.lead-form:hover,
.cost-sim:hover,
.about__stat-card:hover {
  box-shadow: 0 18px 45px rgba(10,22,40,.16), 0 0 0 1px rgba(200,151,43,.22);
}

@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-12px); }
}

.hero__card-title {
  font-size: .7rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent-light);
  margin-bottom: 1.2rem;
  font-weight: 700;
}

.hero__modules-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .8rem;
}

.hero__module-item {
  display: flex; align-items: center; gap: .6rem;
  background: rgba(255,255,255,.06);
  border-radius: var(--radius-sm);
  padding: .7rem .9rem;
  font-size: .8rem;
  color: rgba(255,255,255,.9);
  font-weight: 500;
  transition: var(--transition);
}

.hero__module-item:hover {
  background: rgba(200,151,43,.15);
  border-color: rgba(200,151,43,.3);
}

.hero__module-icon {
  font-size: 1.1rem;
  flex-shrink: 0;
}

.hero__float-badge {
  position: absolute;
  background: var(--gradient-gold);
  color: var(--primary);
  font-weight: 700;
  font-size: .78rem;
  padding: .6rem 1.1rem;
  border-radius: var(--radius-sm);
  box-shadow: 0 8px 24px rgba(200,151,43,.4);
  display: flex; align-items: center; gap: .4rem;
  white-space: nowrap;
}

.hero__float-badge--1 {
  top: -20px; left: -30px;
  animation: floatBadge1 5s ease-in-out infinite;
}

.hero__float-badge--2 {
  bottom: -15px; right: -25px;
  animation: floatBadge2 5s ease-in-out infinite 1.5s;
}

@keyframes floatBadge1 {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50%       { transform: translateY(-8px) rotate(1deg); }
}

@keyframes floatBadge2 {
  0%, 100% { transform: translateY(0) rotate(2deg); }
  50%       { transform: translateY(-6px) rotate(-1deg); }
}

/* =========================================================
   OVERVIEW STRIP
   ========================================================= */
.overview {
  padding: 28px 0;
  background: var(--accent);
}

.overview__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.overview__item {
  display: flex;
  align-items: center;
  gap: .75rem;
  color: var(--primary);
}

.overview__icon {
  font-size: 1.5rem;
}

.overview__text strong {
  display: block;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--primary);
}

.overview__text span {
  font-size: .78rem;
  opacity: .75;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.overview__divider {
  width: 1px; height: 36px;
  background: rgba(10,22,40,.2);
}

/* =========================================================
   ABOUT / OBJETIVO
   ========================================================= */
.about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about__label { margin-bottom: 1rem; }

.about__title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: var(--primary);
  margin-bottom: 1.2rem;
  line-height: 1.15;
}

.about__title .accent { color: var(--accent); }

.about__desc {
  font-size: 1.02rem;
  color: var(--text-muted);
  margin-bottom: 1.8rem;
  line-height: 1.8;
}

.about__objectives {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.about__obj-item {
  display: flex; align-items: flex-start; gap: .75rem;
  padding: .8rem 1rem;
  background: var(--surface);
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--accent);
  transition: var(--transition);
}

.about__obj-item:hover {
  background: rgba(200,151,43,.08);
  transform: translateX(4px);
}

.about__obj-icon {
  font-size: 1rem;
  margin-top: .1rem;
  flex-shrink: 0;
}

.about__obj-text {
  font-size: .9rem;
  color: var(--text-main);
  font-weight: 500;
}

/* About visual cards */
.about__visual {
  position: relative;
  display: flex; flex-direction: column; gap: 1.2rem;
}

.about__stat-card {
  background: var(--gradient-card);
  border-radius: var(--radius-md);
  padding: 1.5rem 1.8rem;
  color: var(--white);
  box-shadow: var(--card-shadow);
  display: flex; align-items: center; gap: 1.2rem;
  transition: var(--transition);
}

.about__stat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--card-hover);
}

.about__stat-icon {
  font-size: 2.2rem;
  flex-shrink: 0;
}

.about__stat-info strong {
  display: block;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--accent-light);
}

.about__stat-info span {
  font-size: .84rem;
  color: rgba(255,255,255,.7);
}

/* =========================================================
   AUDIENCE
   ========================================================= */
.audience__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

.audience__card {
  background: var(--white);
  border: 1px solid rgba(27,58,107,.1);
  border-radius: var(--radius-md);
  padding: 2rem 1.5rem;
  text-align: center;
  transition: var(--transition);
  box-shadow: var(--card-shadow);
}

.audience__card:hover {
  border-color: var(--accent);
  transform: translateY(-6px);
  box-shadow: var(--card-hover);
}

.audience__card-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  display: block;
}

.audience__card-title {
  font-size: .95rem;
  font-weight: 700;
  color: var(--primary);
}

/* =========================================================
   MODULES
   ========================================================= */
.modules__header {
  text-align: center;
  margin-bottom: 4rem;
}

.modules__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 2rem;
}

.module-card {
  background: var(--white);
  border: 1px solid rgba(27,58,107,.09);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--card-shadow);
  transition: var(--transition);
  display: flex; flex-direction: column;
}

.module-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--card-hover);
  border-color: var(--accent);
}

.module-card__header {
  background: var(--gradient-card);
  padding: 1.6rem 1.8rem;
  display: flex; align-items: center; gap: 1rem;
}

.module-card__number {
  width: 44px; height: 44px;
  background: var(--gradient-gold);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: .8rem;
  font-weight: 900;
  color: var(--primary);
  flex-shrink: 0;
  letter-spacing: .05em;
}

.module-card__header-text { flex: 1; }

.module-card__label {
  font-size: .68rem;
  color: var(--accent-light);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
}

.module-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
  margin-top: .2rem;
}

.module-card__icon {
  font-size: 2rem;
  flex-shrink: 0;
}

.module-card__body {
  padding: 1.6rem 1.8rem;
  flex: 1;
  display: flex; flex-direction: column;
}

.module-card__section-title {
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: .75rem;
}

.module-card__topics {
  display: flex;
  flex-direction: column;
  gap: .45rem;
  margin-bottom: 1.4rem;
}

.module-card__topic {
  display: flex; align-items: flex-start; gap: .6rem;
  font-size: .87rem;
  color: var(--text-main);
}

.module-card__topic::before {
  content: '›';
  color: var(--accent);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  flex-shrink: 0;
}

.module-card__tools {
  display: flex; flex-wrap: wrap; gap: .45rem;
  margin-bottom: 1.2rem;
}

.module-card__tool-tag {
  display: inline-flex; align-items: center;
  background: var(--surface-alt);
  border: 1px solid rgba(27,58,107,.12);
  border-radius: 999px;
  padding: .25rem .75rem;
  font-size: .76rem;
  font-weight: 600;
  color: var(--secondary);
  transition: var(--transition);
}

.module-card__tool-tag:hover {
  background: rgba(200,151,43,.12);
  border-color: rgba(200,151,43,.35);
  color: #8B6820;
}

.module-card__workshop {
  margin-top: auto;
  padding: .9rem 1rem;
  background: linear-gradient(135deg, rgba(200,151,43,.1), rgba(200,151,43,.05));
  border: 1px solid rgba(200,151,43,.2);
  border-radius: var(--radius-sm);
  display: flex; align-items: flex-start; gap: .6rem;
}

.module-card__workshop-icon {
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: .05rem;
}

.module-card__workshop-text {
  font-size: .82rem;
  color: var(--text-main);
  font-weight: 500;
  line-height: 1.4;
}

.module-card__workshop-label {
  font-size: .66rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--accent);
  display: block;
  margin-bottom: .15rem;
}

.modules__experience {
  margin-bottom: 3rem;
  background: linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(245,241,234,.92) 100%);
  border: 1px solid rgba(27,58,107,.08);
  border-radius: 28px;
  box-shadow: 0 20px 46px rgba(10,22,40,.08);
  overflow: hidden;
}

.modules__access {
  margin-bottom: 1.4rem;
  padding: 1.25rem 1.4rem;
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(27,58,107,.08);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.modules__access-actions {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex-wrap: wrap;
}

.modules__access--private {
  border-color: rgba(166,124,82,.25);
  background: linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(246,237,226,.9) 100%);
}

.modules__experience-top {
  display: grid;
  grid-template-columns: 1.4fr .9fr;
  gap: 1.5rem;
  padding: 2rem;
  border-bottom: 1px solid rgba(27,58,107,.08);
}

.modules__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: .8rem;
}

.modules__experience-title {
  font-size: clamp(1.5rem, 2.6vw, 2.3rem);
  color: var(--primary);
  margin-bottom: .75rem;
}

.modules__experience-copy,
.modules__roadmap-copy,
.modules__progress-copy {
  font-size: .96rem;
  color: var(--text-muted);
}

.modules__progress-card {
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(27,58,107,.09);
  border-radius: 20px;
  padding: 1.25rem;
  align-self: start;
}

.modules__progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .9rem;
}

.modules__progress-label,
.modules__progress-step {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.modules__progress-label {
  color: var(--text-light);
}

.modules__progress-step {
  color: var(--primary);
}

.modules__progress-bar {
  height: 10px;
  border-radius: 999px;
  background: rgba(27,58,107,.08);
  overflow: hidden;
  margin-bottom: .9rem;
}

.modules__progress-fill {
  display: block;
  width: 12.5%;
  height: 100%;
  border-radius: inherit;
  background: var(--gradient-gold);
  transition: width .35s ease;
}

.modules__experience-body {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  min-height: 560px;
}

.modules__nav {
  padding: 1rem;
  border-right: 1px solid rgba(27,58,107,.08);
  background: rgba(255,255,255,.5);
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.modules__nav-item {
  width: 100%;
  border: 1px solid rgba(27,58,107,.08);
  border-radius: 18px;
  background: rgba(255,255,255,.84);
  padding: 1rem;
  display: flex;
  align-items: flex-start;
  gap: .9rem;
  text-align: left;
  cursor: pointer;
  transition: var(--transition);
}

.modules__nav-item:hover,
.modules__nav-item[aria-selected="true"] {
  border-color: rgba(200,151,43,.35);
  box-shadow: 0 14px 28px rgba(10,22,40,.08);
  transform: translateY(-2px);
}

.modules__nav-item:focus-visible {
  outline: 2px solid rgba(166,124,82,.7);
  outline-offset: 2px;
}

.modules__nav-item[aria-selected="true"] {
  background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(248,242,234,.96) 100%);
}

.modules__nav-index {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(200,151,43,.12);
  color: var(--accent);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.modules__nav-content {
  flex: 1;
  min-width: 0;
}

.modules__nav-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  margin-bottom: .25rem;
}

.modules__nav-label {
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--text-light);
  font-weight: 700;
}

.modules__nav-icon {
  font-size: 1rem;
  color: var(--accent);
}

.modules__nav-title {
  display: block;
  font-size: .95rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.35;
}

.modules__nav-summary {
  display: block;
  margin-top: .35rem;
  font-size: .84rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.modules__detail {
  padding: 2rem;
}

.modules__detail-empty {
  min-height: 100%;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--text-muted);
  font-size: 1rem;
}

.modules__detail-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.modules__detail-kicker {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: .65rem;
}

.modules__detail-number,
.modules__detail-label {
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.modules__detail-number {
  color: var(--accent);
}

.modules__detail-label {
  color: var(--text-light);
}

.modules__detail-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--primary);
  margin-bottom: .8rem;
}

.modules__detail-subtitle {
  color: var(--text-muted);
  font-size: 1rem;
  max-width: 640px;
}

.modules__detail-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: rgba(200,151,43,.12);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.modules__detail-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 1.25rem;
}

.modules__detail-card {
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(27,58,107,.08);
  border-radius: 20px;
  padding: 1.25rem;
}

.modules__detail-card--full {
  grid-column: 1 / -1;
}

.modules__detail-card-title {
  font-size: .82rem;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 800;
  margin-bottom: .9rem;
}

.modules__detail-objective,
.modules__detail-outcome,
.modules__detail-mentor-note {
  color: var(--text-main);
  line-height: 1.7;
}

.modules__detail-list {
  display: grid;
  gap: .65rem;
}

.modules__detail-list li {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  color: var(--text-main);
  line-height: 1.6;
}

.modules__detail-list li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  margin-top: .5rem;
  flex-shrink: 0;
}

.modules__detail-tools {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.modules__detail-tools span {
  display: inline-flex;
  align-items: center;
  padding: .42rem .82rem;
  border-radius: 999px;
  background: rgba(27,58,107,.06);
  border: 1px solid rgba(27,58,107,.08);
  color: var(--secondary);
  font-size: .78rem;
  font-weight: 700;
}

.modules__detail-workshop {
  background: linear-gradient(135deg, rgba(200,151,43,.11), rgba(200,151,43,.05));
  border: 1px solid rgba(200,151,43,.18);
  border-radius: 18px;
  padding: 1rem;
}

.modules__detail-workshop-label {
  display: block;
  font-size: .7rem;
  color: var(--accent);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: .35rem;
}

.modules__detail-workshop-text {
  color: var(--text-main);
  line-height: 1.6;
  font-weight: 600;
}

.modules__experience-actions {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 2rem 2rem;
}

.modules__action-btn {
  border: none;
  border-radius: 14px;
  background: var(--gradient-gold);
  color: var(--white);
  padding: .9rem 1.2rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
}

.modules__action-btn--secondary {
  background: rgba(27,58,107,.07);
  color: var(--primary);
}

.modules__action-btn:hover:not(:disabled) {
  transform: translateY(-2px);
}

.modules__action-btn:focus-visible {
  outline: 2px solid rgba(166,124,82,.7);
  outline-offset: 2px;
}

.modules__action-btn:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.modules__roadmap-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.modules__roadmap-copy {
  max-width: 560px;
}

@media (max-width: 1024px) {
  .modules__experience-top,
  .modules__detail-grid {
    grid-template-columns: 1fr;
  }

  .modules__experience-body {
    grid-template-columns: 1fr;
  }

  .modules__nav {
    border-right: 0;
    border-bottom: 1px solid rgba(27,58,107,.08);
    overflow-x: auto;
    display: grid;
    grid-template-columns: repeat(8, minmax(220px, 1fr));
  }

  .modules__roadmap-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .modules__header {
    margin-bottom: 2.4rem;
  }

  .modules__access {
    flex-direction: column;
    align-items: flex-start;
  }

  .modules__access-actions {
    width: 100%;
  }

  .modules__access-actions .btn,
  .modules__access-actions .modules__action-btn {
    width: 100%;
    justify-content: center;
  }

  .modules__experience-top,
  .modules__detail,
  .modules__experience-actions {
    padding: 1.25rem;
  }

  .modules__nav {
    padding: .9rem;
    grid-template-columns: repeat(8, minmax(200px, 1fr));
  }

  .modules__detail-top,
  .modules__experience-actions {
    flex-direction: column;
  }

  .modules__action-btn {
    width: 100%;
  }
}

/* =========================================================
   USE CASES
   ========================================================= */
.cases__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.8rem;
  margin-top: 3.5rem;
}

.case-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-md);
  padding: 2rem 1.8rem;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.case-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gradient-gold);
  transform: scaleX(0);
  transition: var(--transition);
}

.case-card:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(200,151,43,.35);
  transform: translateY(-6px);
}

.case-card:hover::before { transform: scaleX(1); }

.case-card__number {
  font-size: 3rem;
  font-weight: 900;
  color: rgba(200,151,43,.2);
  line-height: 1;
  margin-bottom: 1rem;
}

.case-card__icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.case-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: .75rem;
}

.case-card__result {
  display: flex; align-items: flex-start; gap: .5rem;
  background: rgba(200,151,43,.12);
  border: 1px solid rgba(200,151,43,.25);
  border-radius: var(--radius-sm);
  padding: .7rem .9rem;
  margin-top: 1rem;
}

.case-card__result-icon { font-size: .9rem; flex-shrink: 0; margin-top: .1rem; }

.case-card__result-text {
  font-size: .82rem;
  color: var(--accent-light);
  font-weight: 600;
  line-height: 1.4;
}

/* =========================================================
   DELIVERABLES
   ========================================================= */
.deliverables__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-top: 3.5rem;
}

.deliverable-card {
  background: var(--white);
  border: 1px solid rgba(27,58,107,.1);
  border-radius: var(--radius-md);
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: var(--card-shadow);
  transition: var(--transition);
}

.deliverable-card:hover {
  border-color: var(--accent);
  box-shadow: var(--card-hover);
  transform: translateY(-5px);
}

.deliverable-card__icon {
  font-size: 2.5rem;
  margin-bottom: 1.2rem;
  display: block;
}

.deliverable-card__title {
  font-size: .95rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: .5rem;
}

.deliverable-card__desc {
  font-size: .82rem;
  color: var(--text-muted);
}

/* =========================================================
   RESULTS
   ========================================================= */
.results__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 3.5rem;
}

.result-item {
  display: flex; align-items: flex-start; gap: 1rem;
  background: var(--surface);
  border-radius: var(--radius-md);
  padding: 1.5rem 1.6rem;
  border: 1px solid rgba(27,58,107,.08);
  transition: var(--transition);
}

.result-item:hover {
  background: rgba(200,151,43,.06);
  border-color: rgba(200,151,43,.25);
  transform: translateX(4px);
}

.result-item__icon {
  width: 44px; height: 44px;
  border-radius: var(--radius-sm);
  background: var(--gradient-gold);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(200,151,43,.3);
}

.result-item__text {
  font-size: .95rem;
  font-weight: 600;
  color: var(--primary);
  line-height: 1.4;
  margin-top: .5rem;
}

/* =========================================================
   PHASE 2
   ========================================================= */
.phase2 {
  background: var(--gradient-hero);
  position: relative;
  overflow: hidden;
}

.phase2::before {
  content: '';
  position: absolute;
  bottom: -150px; left: -150px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,151,43,.1) 0%, transparent 70%);
}

.phase2__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3.5rem;
}

.phase2-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-md);
  padding: 2rem 1.8rem;
  transition: var(--transition);
}

.phase2-card:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(200,151,43,.3);
  transform: translateY(-6px);
}

.phase2-card__icon {
  font-size: 2.2rem;
  margin-bottom: 1.2rem;
  display: block;
}

.phase2-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1rem;
}

.phase2-card__items {
  display: flex; flex-direction: column; gap: .5rem;
}

.phase2-card__item {
  display: flex; align-items: center; gap: .6rem;
  font-size: .85rem;
  color: rgba(255,255,255,.75);
}

.phase2-card__item::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

/* =========================================================
   VALUE PROPOSITION
   ========================================================= */
.value {
  background: var(--surface);
}

.value__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.value__content .section-label { margin-bottom: 1rem; }

.value__content .section-title {
  margin-bottom: 1.2rem;
}

.value__content p {
  font-size: 1.02rem;
  color: var(--text-muted);
  line-height: 1.85;
  margin-bottom: 1.5rem;
}

.value__highlight {
  background: var(--gradient-card);
  border-radius: var(--radius-md);
  padding: 1.8rem 2rem;
  color: var(--white);
}

.value__highlight p {
  color: rgba(255,255,255,.85);
  font-size: 1rem;
  line-height: 1.75;
  margin: 0;
}

.value__highlight p strong { color: var(--accent-light); }

.value__visual {
  display: flex; flex-direction: column; gap: 1.2rem;
}

.value__feature {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: 1.4rem 1.6rem;
  background: var(--white);
  border: 1px solid rgba(27,58,107,.09);
  border-radius: var(--radius-md);
  box-shadow: var(--card-shadow);
  transition: var(--transition);
}

.value__feature:hover {
  border-color: rgba(200,151,43,.3);
  transform: translateX(6px);
  box-shadow: var(--card-hover);
}

.value__feature-icon {
  font-size: 1.8rem;
  flex-shrink: 0;
}

.value__feature-body strong {
  display: block;
  font-size: .95rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: .3rem;
}

.value__feature-body p {
  font-size: .85rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0;
}

/* =========================================================
   ENROLLMENT + PRICING
   ========================================================= */
.enrollment-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2.2rem;
}

.enrollment-step {
  background: var(--white);
  border: 1px solid rgba(27,58,107,.1);
  border-radius: var(--radius-md);
  padding: 1rem 1.1rem;
  display: flex;
  align-items: flex-start;
  gap: .9rem;
}

.enrollment-step__num {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--gradient-gold);
  color: var(--primary);
  font-weight: 900;
  font-size: .85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.enrollment-step strong {
  display: block;
  font-size: .95rem;
  color: var(--primary);
  margin-bottom: .2rem;
}

.enrollment-step p {
  font-size: .86rem;
  margin: 0;
  color: var(--text-muted);
}

.pricing-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.pricing-card {
  background: var(--white);
  border: 1px solid rgba(27,58,107,.12);
  border-radius: var(--radius-md);
  padding: 1.2rem;
  box-shadow: var(--card-shadow);
}

.pricing-card__badge {
  display: inline-block;
  background: rgba(200,151,43,.15);
  border: 1px solid rgba(200,151,43,.3);
  color: #8B6820;
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
  border-radius: 999px;
  padding: .2rem .55rem;
}

.pricing-card h3 {
  margin: .55rem 0;
  font-size: 1.08rem;
  color: var(--primary);
}

.pricing-card p {
  font-size: .9rem;
}

.pricing-card ul {
  margin-top: .7rem;
  display: flex;
  flex-direction: column;
  gap: .45rem;
}

.pricing-card li {
  font-size: .85rem;
  color: var(--text-main);
  display: flex;
  align-items: flex-start;
  gap: .45rem;
}

.pricing-card li::before {
  content: '✓';
  color: var(--accent);
  font-weight: 800;
}

.cost-sim {
  margin-top: 1.6rem;
  background: var(--gradient-card);
  border-radius: var(--radius-md);
  padding: 1.2rem;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 1rem;
  color: var(--white);
}

.cost-sim__title {
  color: var(--white);
  font-size: 1.15rem;
  margin-bottom: .2rem;
}

.cost-sim__desc {
  color: rgba(255,255,255,.75);
  font-size: .9rem;
  margin-bottom: .8rem;
}

.cost-sim__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .6rem .8rem;
}

.cost-sim__label {
  grid-column: span 1;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(255,255,255,.75);
  font-weight: 700;
  margin-top: .2rem;
}

.cost-sim__input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.08);
  color: var(--white);
  padding: .6rem .7rem;
}

.cost-sim__input:focus {
  outline: none;
  border-color: var(--accent-light);
  box-shadow: 0 0 0 3px rgba(200,151,43,.2);
}

.cost-sim__check {
  margin-top: .35rem;
  grid-column: span 2;
  display: flex;
  gap: .55rem;
  align-items: center;
  color: rgba(255,255,255,.85);
  font-size: .84rem;
}

.cost-sim__result {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 12px;
  padding: .9rem;
}

.cost-sim__result p {
  margin: .35rem 0;
  font-size: .88rem;
  color: rgba(255,255,255,.8);
  display: flex;
  justify-content: space-between;
  gap: .7rem;
}

.cost-sim__result strong {
  color: var(--accent-light);
  font-weight: 900;
}

.cost-sim__note {
  margin-top: .6rem !important;
  font-size: .72rem !important;
  color: rgba(255,255,255,.64) !important;
  line-height: 1.5;
  display: block !important;
}

.cost-sim__result .btn {
  width: 100%;
  margin-top: .7rem;
  justify-content: center;
}

/* =========================================================
   CTA SECTION
   ========================================================= */
.cta-section {
  background: var(--gradient-gold);
  padding: 80px 0;
  text-align: center;
}

.cta-section h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--primary);
  margin-bottom: 1rem;
}

.cta-section p {
  font-size: 1.05rem;
  color: rgba(10,22,40,.7);
  margin-bottom: 2.5rem;
  max-width: 560px;
  margin-inline: auto;
  margin-top: 0;
}

.cta-section p + p { margin-bottom: 2.5rem; margin-top: 0; }

.cta-section__grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: start;
}

.cta-section__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cta-section__microcopy {
  margin: 0 !important;
  font-size: .86rem !important;
  font-weight: 600;
  line-height: 1.7;
  color: rgba(10,22,40,.72) !important;
}

.lead-form {
  text-align: left;
  background: rgba(255,255,255,.65);
  border: 1px solid rgba(10,22,40,.15);
  border-radius: var(--radius-md);
  padding: 1.2rem;
  box-shadow: 0 10px 30px rgba(10,22,40,.15);
}

.lead-form__title {
  font-size: 1.1rem;
  margin-bottom: .8rem;
  color: var(--primary);
}

.lead-form__label {
  display: block;
  font-size: .78rem;
  color: rgba(10,22,40,.75);
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin: .8rem 0 .35rem;
}

.lead-form__input {
  width: 100%;
  border: 1px solid rgba(10,22,40,.2);
  border-radius: 10px;
  padding: .7rem .75rem;
  font-size: .95rem;
  color: var(--text-main);
  background: #fff;
}

.lead-form__input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(10,22,40,.12);
}

.lead-form__submit {
  margin-top: 1rem;
  width: 100%;
  justify-content: center;
}

.lead-form__submit:disabled {
  opacity: .7;
  cursor: not-allowed;
  transform: none !important;
}

.lead-form__turnstile {
  margin-top: .8rem;
  display: flex;
  justify-content: center;
}

.lead-form__bot-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.lead-form__legal {
  margin: .7rem 0 0;
  font-size: .72rem !important;
  color: rgba(10,22,40,.62) !important;
}

.lead-form__feedback {
  min-height: 20px;
  margin: .55rem 0 0;
  font-size: .8rem;
  font-weight: 700;
  color: #1E7A34;
}

.sticky-mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .6rem .75rem;
  background: rgba(10,22,40,.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 -8px 24px rgba(0,0,0,.3);
  z-index: 250;
  transform: translateY(120%);
  transition: transform .3s ease;
}

.sticky-mobile-cta.visible {
  transform: translateY(0);
}

.sticky-mobile-cta__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  padding: .75rem .85rem;
  border-radius: 12px;
  background: var(--gradient-gold);
  color: var(--primary);
  font-weight: 800;
  font-size: .88rem;
}

.sticky-mobile-cta__btn strong {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  opacity: .85;
}

.btn--dark {
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 6px 20px rgba(10,22,40,.3);
}

.btn--dark:hover {
  background: var(--secondary);
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(10,22,40,.4);
}

/* =========================================================
   FOOTER
   ========================================================= */
.footer {
  background: #060F1E;
  padding: 60px 0 30px;
}

.footer__inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 4rem;
  margin-bottom: 3rem;
}

.footer__brand {
  display: flex; flex-direction: column; gap: 1rem;
}

.footer__logo {
  display: flex; align-items: center; gap: .75rem;
}

.footer__logo-icon {
  width: 42px; height: 42px;
  background: var(--gradient-gold);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--primary);
}

.footer__logo-text strong {
  display: block;
  font-size: .9rem;
  font-weight: 700;
  color: var(--white);
}

.footer__logo-text span {
  font-size: .65rem;
  color: var(--accent-light);
  text-transform: uppercase;
  letter-spacing: .08em;
}

.footer__desc {
  font-size: .88rem;
  color: rgba(255,255,255,.5);
  line-height: 1.7;
}

.footer__col-title {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 700;
  color: var(--accent-light);
  margin-bottom: 1.2rem;
}

.footer__links {
  display: flex; flex-direction: column; gap: .55rem;
}

.footer__links a {
  font-size: .87rem;
  color: rgba(255,255,255,.5);
  transition: var(--transition);
}

.footer__links a:hover { color: var(--accent-light); }

.footer__bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 1.5rem;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1rem;
}

.footer__copy {
  font-size: .8rem;
  color: rgba(255,255,255,.35);
}

.footer__version {
  display: inline-flex; align-items: center; gap: .4rem;
  font-size: .75rem;
  color: var(--accent);
  background: rgba(200,151,43,.12);
  border: 1px solid rgba(200,151,43,.2);
  border-radius: 999px;
  padding: .25rem .8rem;
  font-weight: 600;
}

/* =========================================================
   SCROLL ANIMATIONS
   ========================================================= */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .6s ease, transform .6s ease;
}

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

.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }
.reveal-delay-5 { transition-delay: .5s; }

/* =========================================================
   COUNTER ANIMATION
   ========================================================= */
.count-up { display: inline-block; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .hero__inner { grid-template-columns: 1fr; text-align: center; }
  .hero__lead, .hero__desc { margin-inline: auto; }
  .hero__ctas { justify-content: center; }
  .hero__stats { justify-content: center; }
  .hero__visual { display: none; }

  .about__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .value__inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .phase2__grid { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .cost-sim { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .section { padding: 70px 0; }

  .nav__links { display: none; }
  .nav__links.nav__links--open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(10,22,40,.97);
    padding: 1.5rem 5vw;
    gap: 1rem;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 14px 30px rgba(0,0,0,.3);
  }
  .nav__hamburger { display: flex; }

  .grid-2, .grid-3, .grid-4 {
    grid-template-columns: 1fr;
  }

  .modules__grid {
    grid-template-columns: 1fr;
  }

  .phase2__grid { grid-template-columns: 1fr; }

  .overview__inner { gap: 1.5rem; }
  .overview__divider { display: none; }

  .footer__inner { grid-template-columns: 1fr; gap: 2rem; }
  .footer__bottom { flex-direction: column; text-align: center; }

  .hero__stats { gap: 1.5rem; }
  .enrollment-steps { grid-template-columns: 1fr; }
  .cost-sim__fields { grid-template-columns: 1fr; }
  .cost-sim__check { grid-column: span 1; }

  .cta-section__grid {
    grid-template-columns: 1fr;
  }

  .cta-section {
    padding-bottom: 112px;
  }
}

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

  body::after,
  body::before {
    display: none;
  }
}

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.testimonials-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.testimonial-card {
  background: var(--white);
  border: 1px solid rgba(18,49,92,.12);
  border-radius: 16px;
  padding: 1.2rem;
  box-shadow: 0 10px 26px rgba(11,30,57,.09);
  position: relative;
}

.testimonial-card::before {
  content: '“';
  position: absolute;
  top: .45rem;
  left: .7rem;
  font-family: Georgia, serif;
  font-size: 3rem;
  color: rgba(184,137,45,.25);
  line-height: 1;
}

.testimonial-card__quote {
  position: relative;
  z-index: 1;
  padding-left: .6rem;
  font-size: .95rem;
  color: #334155;
  line-height: 1.7;
}

.testimonial-card__meta {
  margin-top: 1rem;
  padding-top: .8rem;
  border-top: 1px dashed rgba(18,49,92,.2);
}

.testimonial-card__meta strong {
  display: block;
  color: var(--primary);
  font-size: .93rem;
}

.testimonial-card__meta span {
  font-size: .8rem;
  color: var(--text-muted);
}

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

@media (max-width: 480px) {
  .hero { padding: 120px 0 80px; }
  .hero__title { font-size: 2rem; }
  .hero__ctas { flex-direction: column; }
  .btn { width: 100%; justify-content: center; }

  .sticky-mobile-cta__btn {
    font-size: .82rem;
  }
}

/* =========================================================
   EDITORIAL ESTATE THEME
   ========================================================= */
body.theme-editorial-estate {
  --primary: #1E2A36;
  --secondary: #667788;
  --accent: #A67C52;
  --accent-light: #C6A27C;
  --surface: #F5F1EA;
  --surface-alt: #ECE5DB;
  --text-main: #22303D;
  --text-muted: #5D6A76;
  --text-light: #7D8B97;
  --gradient-hero: linear-gradient(135deg, #F4EFE7 0%, #EEE5D9 48%, #E6D8C7 100%);
  --gradient-gold: linear-gradient(135deg, #8F6A46 0%, #B48A61 100%);
  --gradient-card: linear-gradient(145deg, #FFFFFF 0%, #F6EFE5 100%);
  background:
    radial-gradient(circle at 12% 0%, rgba(166,124,82,.08), transparent 30%),
    radial-gradient(circle at 100% 12%, rgba(34,48,61,.05), transparent 30%),
    linear-gradient(180deg, #FBF8F3 0%, #F5F1EA 100%);
}

body.theme-editorial-estate::before,
body.theme-editorial-estate::after,
body.theme-editorial-estate .hero::before,
body.theme-editorial-estate .hero::after,
body.theme-editorial-estate .section--alt::after,
body.theme-editorial-estate .cta-section::after {
  display: none;
}

body.theme-editorial-estate {
  letter-spacing: 0;
}

body.theme-editorial-estate .container {
  width: min(1200px, 92vw);
}

body.theme-editorial-estate h1,
body.theme-editorial-estate h2,
body.theme-editorial-estate h3,
body.theme-editorial-estate .hero__title,
body.theme-editorial-estate .section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700;
  letter-spacing: .01em;
}

body.theme-editorial-estate p {
  color: var(--text-muted);
}

body.theme-editorial-estate .accent {
  color: var(--accent);
}

body.theme-editorial-estate .section-label,
body.theme-editorial-estate .hero__badge,
body.theme-editorial-estate .pricing-card__badge {
  background: rgba(166,124,82,.08);
  border: 1px solid rgba(166,124,82,.18);
  color: #7E5A3A;
  letter-spacing: .14em;
}

body.theme-editorial-estate .nav {
  padding: 1rem 0;
}

body.theme-editorial-estate .nav.scrolled {
  background: rgba(251,248,243,.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(34,48,61,.08);
  border-bottom: 1px solid rgba(34,48,61,.08);
}

body.theme-editorial-estate .nav__logo-icon {
  background: linear-gradient(135deg, #8F6A46 0%, #B48A61 100%);
  color: #FBF8F3;
  box-shadow: 0 10px 24px rgba(143,106,70,.18);
}

body.theme-editorial-estate .nav__logo-main {
  color: var(--text-main);
}

body.theme-editorial-estate .nav__logo-sub,
body.theme-editorial-estate .nav__links a {
  color: rgba(34,48,61,.72);
}

body.theme-editorial-estate .nav__links a:hover {
  color: var(--text-main);
}

body.theme-editorial-estate .nav__hamburger span {
  background: var(--text-main);
}

body.theme-editorial-estate .nav__cta,
body.theme-editorial-estate .btn--gold,
body.theme-editorial-estate .lead-form__submit,
body.theme-editorial-estate .btn--dark {
  background: linear-gradient(135deg, #8F6A46 0%, #B48A61 100%);
  color: #FBF8F3 !important;
  box-shadow: 0 12px 26px rgba(143,106,70,.18);
}

body.theme-editorial-estate .nav__cta:hover,
body.theme-editorial-estate .btn--gold:hover,
body.theme-editorial-estate .lead-form__submit:hover,
body.theme-editorial-estate .btn--dark:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(143,106,70,.24);
}

body.theme-editorial-estate .btn--outline {
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(34,48,61,.14);
  color: var(--text-main);
}

body.theme-editorial-estate .btn--outline:hover {
  border-color: rgba(166,124,82,.42);
  color: #8F6A46;
  background: #FFFDF9;
}

body.theme-editorial-estate .hero {
  min-height: auto;
  padding: 148px 0 88px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.62) 0%, rgba(255,255,255,.24) 100%),
    var(--gradient-hero);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

body.theme-editorial-estate .hero__inner {
  gap: 3.25rem;
  align-items: stretch;
}

body.theme-editorial-estate .hero__content {
  padding: 1rem 0;
}

body.theme-editorial-estate .hero__title {
  color: var(--text-main);
  font-size: clamp(3rem, 5.5vw, 5rem);
  line-height: .98;
  margin-bottom: 1rem;
}

body.theme-editorial-estate .hero__lead {
  color: var(--text-main);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
  font-weight: 600;
  max-width: 560px;
}

body.theme-editorial-estate .hero__desc {
  color: #51606E;
  font-size: 1.05rem;
  max-width: 560px;
}

body.theme-editorial-estate .hero__tagline {
  color: #8F6A46;
  border-left-color: rgba(166,124,82,.45);
}

body.theme-editorial-estate .hero__stat-value {
  color: var(--text-main);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.4rem;
  font-weight: 700;
}

body.theme-editorial-estate .hero__stat-label {
  color: rgba(34,48,61,.58);
}

body.theme-editorial-estate .hero__float-badge {
  display: none;
}

body.theme-editorial-estate .hero__main-card {
  background: linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(247,241,234,.96) 100%);
  border: 1px solid rgba(34,48,61,.08);
  border-radius: 28px;
  box-shadow: 0 24px 50px rgba(34,48,61,.10);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  animation: none;
}

body.theme-editorial-estate .hero__card-title {
  color: #8F6A46;
}

body.theme-editorial-estate .hero__module-item {
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(34,48,61,.08);
  color: var(--text-main);
  border-radius: 14px;
}

body.theme-editorial-estate .hero__module-item:hover {
  background: #FFFDF9;
  border-color: rgba(166,124,82,.28);
}

body.theme-editorial-estate .overview {
  background: #E7DED1;
  border-top: 1px solid rgba(34,48,61,.06);
  border-bottom: 1px solid rgba(34,48,61,.06);
}

body.theme-editorial-estate .overview__item,
body.theme-editorial-estate .overview__text strong {
  color: var(--text-main);
}

body.theme-editorial-estate .overview__text span {
  color: rgba(34,48,61,.62);
}

body.theme-editorial-estate .overview__divider {
  background: rgba(34,48,61,.12);
}

body.theme-editorial-estate .module-card,
body.theme-editorial-estate .audience__card,
body.theme-editorial-estate .deliverable-card,
body.theme-editorial-estate .value__feature,
body.theme-editorial-estate .pricing-card,
body.theme-editorial-estate .result-item,
body.theme-editorial-estate .phase2-card,
body.theme-editorial-estate .lead-form,
body.theme-editorial-estate .cost-sim,
body.theme-editorial-estate .about__stat-card,
body.theme-editorial-estate .testimonial-card {
  background: linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(247,241,234,.88) 100%);
  border: 1px solid rgba(34,48,61,.08);
  box-shadow: 0 16px 36px rgba(34,48,61,.07);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.theme-editorial-estate .module-card::after,
body.theme-editorial-estate .audience__card::after,
body.theme-editorial-estate .deliverable-card::after,
body.theme-editorial-estate .value__feature::after,
body.theme-editorial-estate .pricing-card::after,
body.theme-editorial-estate .result-item::after,
body.theme-editorial-estate .phase2-card::after,
body.theme-editorial-estate .lead-form::after,
body.theme-editorial-estate .cost-sim::after,
body.theme-editorial-estate .about__stat-card::after,
body.theme-editorial-estate .testimonial-card::after {
  display: none;
}

body.theme-editorial-estate .module-card:hover,
body.theme-editorial-estate .audience__card:hover,
body.theme-editorial-estate .deliverable-card:hover,
body.theme-editorial-estate .value__feature:hover,
body.theme-editorial-estate .pricing-card:hover,
body.theme-editorial-estate .result-item:hover,
body.theme-editorial-estate .phase2-card:hover,
body.theme-editorial-estate .lead-form:hover,
body.theme-editorial-estate .cost-sim:hover,
body.theme-editorial-estate .about__stat-card:hover,
body.theme-editorial-estate .testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 42px rgba(34,48,61,.10);
}

body.theme-editorial-estate .module-card__header,
body.theme-editorial-estate .value__highlight,
body.theme-editorial-estate .cost-sim {
  background: linear-gradient(180deg, #F8F3EC 0%, #EFE5D9 100%);
}

body.theme-editorial-estate .module-card__title,
body.theme-editorial-estate .phase2-card__title {
  color: var(--text-main);
}

body.theme-editorial-estate .module-card__label,
body.theme-editorial-estate .case-card__result-text,
body.theme-editorial-estate .phase2-card__item::before,
body.theme-editorial-estate .value__highlight p strong {
  color: var(--accent);
}

body.theme-editorial-estate .phase2,
body.theme-editorial-estate .section--dark {
  background:
    linear-gradient(180deg, #2A3642 0%, #22303D 100%);
}

body.theme-editorial-estate .section--dark p,
body.theme-editorial-estate .section--dark .section-title,
body.theme-editorial-estate .phase2 .section-subtitle {
  color: rgba(250,245,237,.86) !important;
}

body.theme-editorial-estate .case-card {
  background: rgba(255,250,243,.06);
  border-color: rgba(255,250,243,.18);
}

body.theme-editorial-estate .case-card:hover {
  background: rgba(255,250,243,.11);
  border-color: rgba(166,124,82,.42);
}

body.theme-editorial-estate .case-card__number {
  color: rgba(198,162,124,.25);
}

body.theme-editorial-estate .phase2-card__item {
  background: rgba(34,48,61,.05);
  border-color: rgba(34,48,61,.1);
  color: var(--text-muted);
}

body.theme-editorial-estate .modules__action-btn--secondary {
  background: rgba(34,48,61,.08);
}

body.theme-editorial-estate #simModalidad:disabled {
  background: rgba(34,48,61,.05);
  color: rgba(34,48,61,.62);
  cursor: not-allowed;
}

body.theme-editorial-estate .icon-3d-ready {
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(240,230,217,.92));
  border: 1px solid rgba(34,48,61,.08);
  border-radius: 14px;
  box-shadow:
    0 8px 18px rgba(34,48,61,.12),
    inset 0 1px 0 rgba(255,255,255,.85);
}

body.theme-editorial-estate .module-card__icon.icon-3d-ready,
body.theme-editorial-estate .about__stat-icon.icon-3d-ready,
body.theme-editorial-estate .deliverable-card__icon.icon-3d-ready,
body.theme-editorial-estate .phase2-card__icon.icon-3d-ready,
body.theme-editorial-estate .case-card__icon.icon-3d-ready,
body.theme-editorial-estate .modules__detail-icon.icon-3d-ready {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.theme-editorial-estate .modules__nav-icon.icon-3d-ready,
body.theme-editorial-estate .module-card__workshop-icon.icon-3d-ready,
body.theme-editorial-estate .case-card__result-icon.icon-3d-ready {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

body.theme-editorial-estate .modules__nav-icon.icon-3d-ready {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  font-size: 1.1rem;
}

body.theme-editorial-estate .modules__nav-icon.icon-3d-ready,
body.theme-editorial-estate .modules__detail-icon.icon-3d-ready {
  background: linear-gradient(145deg, #C19A6E 0%, #8B6239 100%);
  border: 1px solid rgba(34,48,61,.14);
  color: #fff;
  box-shadow:
    0 8px 16px rgba(91,62,32,.34),
    inset 0 1px 0 rgba(255,255,255,.35);
}

body.theme-editorial-estate .testimonial-card::before {
  color: rgba(166,124,82,.18);
}

body.theme-editorial-estate .testimonial-card__quote,
body.theme-editorial-estate .testimonial-card__meta strong {
  color: var(--text-main);
}

body.theme-editorial-estate .testimonial-card__meta {
  border-top: 1px solid rgba(34,48,61,.10);
}

body.theme-editorial-estate .lead-form__input {
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(34,48,61,.10);
  color: var(--text-main);
}

body.theme-editorial-estate .lead-form__input:focus {
  border-color: rgba(166,124,82,.48);
  box-shadow: 0 0 0 4px rgba(166,124,82,.10);
}

body.theme-editorial-estate .cta-section {
  background: linear-gradient(135deg, #EDE1D3 0%, #E1D0BD 100%);
}

body.theme-editorial-estate .footer {
  background: #1D2934;
}

body.theme-editorial-estate .footer,
body.theme-editorial-estate .footer p,
body.theme-editorial-estate .footer a,
body.theme-editorial-estate .footer__brand-copy,
body.theme-editorial-estate .footer__links a {
  color: rgba(255,250,244,.82);
}

/* Premium finishing pass */
body.theme-editorial-estate .section {
  padding-top: 96px;
  padding-bottom: 96px;
}

body.theme-editorial-estate .section-title {
  letter-spacing: .012em;
  line-height: 1.06;
  margin-bottom: 1rem;
}

body.theme-editorial-estate .section-subtitle {
  max-width: 760px;
  font-size: 1.02rem;
  line-height: 1.72;
  color: #5A6773;
}

body.theme-editorial-estate .modules__experience-title,
body.theme-editorial-estate .modules__detail-title,
body.theme-editorial-estate .value__content .section-title {
  line-height: 1.02;
}

body.theme-editorial-estate .modules__experience-copy,
body.theme-editorial-estate .modules__detail-subtitle,
body.theme-editorial-estate .value__content p,
body.theme-editorial-estate .about__desc {
  line-height: 1.78;
}

body.theme-editorial-estate .nav__links {
  gap: 1.6rem;
}

body.theme-editorial-estate .nav__links a {
  font-weight: 600;
  letter-spacing: .012em;
}

body.theme-editorial-estate .nav__links a::after {
  height: 1px;
  background: rgba(166,124,82,.7);
}

body.theme-editorial-estate .btn,
body.theme-editorial-estate .modules__action-btn {
  letter-spacing: .01em;
}

body.theme-editorial-estate .modules__experience,
body.theme-editorial-estate .lead-form,
body.theme-editorial-estate .cost-sim,
body.theme-editorial-estate .pricing-card {
  border-radius: 22px;
}

body.theme-editorial-estate .modules__access {
  background: rgba(255,255,255,.88);
  border-color: rgba(34,48,61,.09);
  box-shadow: 0 10px 24px rgba(34,48,61,.05);
}

body.theme-editorial-estate .modules__access--private {
  border-color: rgba(166,124,82,.25);
}

body.theme-editorial-estate .modules__detail-card,
body.theme-editorial-estate .value__feature,
body.theme-editorial-estate .result-item,
body.theme-editorial-estate .phase2-card {
  border-radius: 18px;
}

body.theme-editorial-estate .lead-form__label,
body.theme-editorial-estate .cost-sim__label {
  color: #435260;
  letter-spacing: .06em;
}

body.theme-editorial-estate .cost-sim__note,
body.theme-editorial-estate .lead-form__legal {
  color: #6C7884;
}

@media (max-width: 1024px) {
  body.theme-editorial-estate .hero__inner {
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  body.theme-editorial-estate .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  body.theme-editorial-estate .hero {
    padding: 132px 0 72px;
  }

  body.theme-editorial-estate .nav__links.nav__links--open {
    background: rgba(251,248,243,.96);
    border: 1px solid rgba(34,48,61,.08);
    box-shadow: 0 18px 40px rgba(34,48,61,.10);
  }

  body.theme-editorial-estate .hero__title {
    font-size: clamp(2.5rem, 12vw, 3.4rem);
  }
}

/* ── Nav login button (Acceder / Ingresar) ────────────────────────────────────── */
.nav__login {
  background: transparent !important;
  color: inherit !important;
  font-weight: 600 !important;
  padding: .45rem 1.1rem !important;
  border-radius: var(--radius-sm) !important;
  border: 1.5px solid rgba(255,255,255,.45) !important;
  box-shadow: none !important;
  transition: var(--transition) !important;
}

.nav__login:hover {
  background: rgba(255,255,255,.12) !important;
  border-color: rgba(255,255,255,.7) !important;
  transform: translateY(-1px) !important;
}

body.theme-editorial-estate .nav__login {
  color: var(--primary, #1E2A36) !important;
  border-color: rgba(30,42,54,.3) !important;
}

body.theme-editorial-estate .nav__login:hover {
  background: rgba(30,42,54,.06) !important;
  border-color: var(--accent, #A67C52) !important;
  color: var(--accent, #A67C52) !important;
}

@media (max-width: 768px) {
  body.theme-editorial-estate .nav__login {
    border-color: rgba(30,42,54,.2) !important;
    margin-top: .25rem;
  }
}
