/* =========================================================
   DF Web Solutions — Premium dark corporate
   Brand: gold #C9A227 · ink #0E0E10 · white
   ========================================================= */

/* ===== Fuentes auto-alojadas (Sora + Inter) — 0 llamadas a Google ===== */
@font-face{ font-family:'Inter'; font-style:normal; font-weight:400 600; font-display:swap;
  src:url(assets/fonts/inter-UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face{ font-family:'Inter'; font-style:normal; font-weight:400 600; font-display:swap;
  src:url(assets/fonts/inter-UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face{ font-family:'Sora'; font-style:normal; font-weight:400 800; font-display:swap;
  src:url(assets/fonts/sora-xMQ9uFFYT72X5wkB_18qmnndmSdSnh2BAfO5mnuyOo1lfiQwV6-x.woff2) format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face{ font-family:'Sora'; font-style:normal; font-weight:400 800; font-display:swap;
  src:url(assets/fonts/sora-xMQ9uFFYT72X5wkB_18qmnndmSdSnh2BAfO5mnuyOo1lfiQwWa-xsaQ.woff2) format('woff2');
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }

:root{
  /* Brand */
  --gold:        #C9A227;
  --gold-2:      #E7C860;   /* highlight */
  --gold-deep:   #9E7E1C;
  --gold-soft:   rgba(201,162,39,.12);

  /* Surfaces */
  --ink:         #0E0E10;
  --ink-2:       #121216;
  --ink-3:       #16161B;
  --surface:     #191920;
  --surface-2:   #20202a;

  /* Text */
  --text:        #F4F3EF;
  --text-mut:    #A7A7B0;
  --text-dim:    #74747E;
  --white:       #FFFFFF;

  /* Lines */
  --line:        rgba(255,255,255,.08);
  --line-2:      rgba(255,255,255,.14);
  --line-gold:   rgba(201,162,39,.30);

  /* Type */
  --font-display:'Sora', ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-body:   'Inter', ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  /* Layout */
  --maxw: 1200px;
  --gutter: clamp(20px, 5vw, 48px);
  --radius-card: 24px;
  --radius-lg: 32px;
  --radius-sm: 14px;

  --ease: cubic-bezier(.22,1,.36,1);
}

/* ---------- Reset ---------- */
*,*::before,*::after{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; -webkit-text-size-adjust:100%; }
@media (prefers-reduced-motion:reduce){ html{ scroll-behavior:auto; } }

body{
  font-family:var(--font-body);
  background:var(--ink);
  color:var(--text);
  line-height:1.6;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{ max-width:100%; height:auto; display:block; }
a{ color:inherit; text-decoration:none; }
ul,ol{ list-style:none; }
button{ font:inherit; cursor:pointer; border:none; background:none; color:inherit; }
::selection{ background:var(--gold); color:#111; }

.container{ width:100%; max-width:var(--maxw); margin-inline:auto; padding-inline:var(--gutter); }
.text-gold{ color:var(--gold); }

h1,h2,h3,h4{ font-family:var(--font-display); font-weight:700; line-height:1.08; letter-spacing:-.02em; }

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  font-family:var(--font-display); font-weight:600; font-size:15px;
  padding:14px 26px; border-radius:100px; white-space:nowrap;
  transition:transform .35s var(--ease), background .3s var(--ease), box-shadow .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
  will-change:transform;
}
.btn--lg{ padding:17px 34px; font-size:16px; }
.btn--block{ width:100%; }

.btn--gold{
  background:linear-gradient(135deg, var(--gold-2), var(--gold));
  color:#1a1400;
  box-shadow:0 8px 24px -8px rgba(201,162,39,.6), inset 0 1px 0 rgba(255,255,255,.35);
}
.btn--gold:hover{ transform:translateY(-3px); box-shadow:0 16px 36px -10px rgba(201,162,39,.75), inset 0 1px 0 rgba(255,255,255,.45); }

.btn--ghost{
  background:transparent; color:var(--text);
  border:1px solid var(--line-2);
}
.btn--ghost:hover{ border-color:var(--gold); color:var(--gold); transform:translateY(-3px); }

/* ---------- Preloader ---------- */
.preloader{
  position:fixed; inset:0; z-index:2000; background:var(--ink);
  display:grid; place-items:center; transition:opacity .6s ease, visibility .6s ease;
}
.preloader.is-done{ opacity:0; visibility:hidden; }
.preloader__mark{ display:flex; flex-direction:column; align-items:center; gap:18px; }
.preloader__df{ font-family:var(--font-display); font-weight:800; font-size:56px; color:var(--white); letter-spacing:.04em; }
.preloader__df::after{ content:''; display:inline-block; width:16px; height:16px; margin-left:6px; margin-bottom:26px; border-radius:3px; background:var(--gold); transform:skewX(-12deg); }
.preloader__bar{ width:0; height:2px; background:var(--gold); border-radius:2px; animation:preload 1.1s var(--ease) forwards; }
@keyframes preload{ to{ width:140px; } }

/* ---------- Cursor ---------- */
.cursor,.cursor-dot{ position:fixed; top:0; left:0; z-index:1500; pointer-events:none; border-radius:50%; transform:translate(-50%,-50%); }
.cursor{ width:34px; height:34px; border:1.5px solid var(--gold); transition:width .25s var(--ease), height .25s var(--ease), background .25s var(--ease), opacity .3s; mix-blend-mode:difference; }
.cursor-dot{ width:5px; height:5px; background:var(--gold); }
.cursor.is-hover{ width:56px; height:56px; background:var(--gold-soft); }
@media (hover:none),(pointer:coarse){ .cursor,.cursor-dot{ display:none; } }

/* ---------- Scroll progress ---------- */
.scroll-progress{ position:fixed; top:0; left:0; height:3px; width:0; z-index:1200; background:linear-gradient(90deg,var(--gold),var(--gold-2)); box-shadow:0 0 12px rgba(201,162,39,.6); }

/* ---------- Header ---------- */
.header{
  position:fixed; top:0; left:0; width:100%; z-index:1000;
  transition:background .4s var(--ease), border-color .4s var(--ease), backdrop-filter .4s;
  border-bottom:1px solid transparent;
}
.header.is-scrolled{ background:rgba(14,14,16,.72); backdrop-filter:blur(14px) saturate(1.4); border-bottom-color:var(--line); }
.header__inner{ display:flex; align-items:center; justify-content:space-between; height:78px; }
.header__logo img{ height:40px; width:auto; }
.nav{ display:flex; align-items:center; gap:34px; }
.nav__link{ font-family:var(--font-display); font-weight:500; font-size:15px; color:var(--text-mut); position:relative; transition:color .3s; }
.nav__link::after{ content:''; position:absolute; left:0; bottom:-6px; width:0; height:2px; background:var(--gold); transition:width .3s var(--ease); }
.nav__link:hover{ color:var(--text); }
.nav__link:hover::after{ width:100%; }
.nav__cta{ padding:11px 20px; font-size:14px; }

.nav-toggle{ display:none; width:44px; height:44px; flex-direction:column; justify-content:center; gap:6px; align-items:center; }
.nav-toggle span{ width:24px; height:2px; background:var(--text); border-radius:2px; transition:transform .35s var(--ease), opacity .3s; }
.nav-toggle.is-open span:nth-child(1){ transform:translateY(8px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2){ opacity:0; }
.nav-toggle.is-open span:nth-child(3){ transform:translateY(-8px) rotate(-45deg); }

/* ---------- Mobile menu ---------- */
.mobile-menu{
  position:fixed; inset:0; z-index:900; background:rgba(10,10,12,.96); backdrop-filter:blur(10px);
  display:grid; place-items:center; opacity:0; visibility:hidden; transition:opacity .4s var(--ease), visibility .4s;
}
.mobile-menu.is-open{ opacity:1; visibility:visible; }
.mobile-menu__nav{ display:flex; flex-direction:column; align-items:center; gap:26px; }
.mobile-menu__link{ font-family:var(--font-display); font-weight:600; font-size:30px; color:var(--text); }
.mobile-menu__link:hover{ color:var(--gold); }
.mobile-menu__cta{ margin-top:14px; }

/* =========================================================
   HERO
   ========================================================= */
.hero{ position:relative; min-height:100svh; display:flex; align-items:center; padding-top:100px; padding-bottom:60px; overflow:hidden; }
.hero__canvas{ position:absolute; inset:0; width:100%; height:100%; z-index:0; }
.hero__glow{
  position:absolute; z-index:0; top:-10%; right:-5%; width:70vw; height:70vw; max-width:900px; max-height:900px;
  background:radial-gradient(circle, rgba(201,162,39,.16), transparent 60%); filter:blur(30px); pointer-events:none;
}
.hero__inner{ position:relative; z-index:2; display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center; }

.eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  font-family:var(--font-display); font-weight:500; font-size:13.5px; letter-spacing:.02em;
  color:var(--text-mut); padding:8px 16px; border:1px solid var(--line-gold); border-radius:100px;
  background:var(--gold-soft);
}
.eyebrow__dot{ width:8px; height:8px; border-radius:50%; background:var(--gold); box-shadow:0 0 0 4px rgba(201,162,39,.2); animation:pulse 2s infinite; }
@keyframes pulse{ 0%,100%{ box-shadow:0 0 0 3px rgba(201,162,39,.25); } 50%{ box-shadow:0 0 0 8px rgba(201,162,39,0); } }

.hero__title{
  margin:26px 0 22px; font-size:clamp(38px, 6vw, 72px); font-weight:800; letter-spacing:-.03em; line-height:1.02;
}
.hero__title-line{ display:block; }
.hero__rotator{ display:inline-block; height:1.05em; overflow:hidden; vertical-align:bottom; position:relative; }
.hero__rotator-track{ display:flex; flex-direction:column; }
.hero__word{ display:block; height:1.05em; line-height:1.05em; color:var(--gold); font-style:italic; }

.hero__subtitle{ font-size:clamp(16px,1.4vw,19px); color:var(--text-mut); max-width:33em; margin-bottom:34px; }
.hero__subtitle strong{ color:var(--text); font-weight:600; }
.hero__actions{ display:flex; flex-wrap:wrap; gap:14px; margin-bottom:36px; }

.hero__trust{ display:flex; flex-wrap:wrap; gap:10px 22px; }
.hero__trust li{ position:relative; padding-left:22px; font-size:14px; color:var(--text-mut); }
.hero__trust li::before{ content:''; position:absolute; left:0; top:50%; transform:translateY(-50%); width:11px; height:11px; border-radius:50%; border:2px solid var(--gold); }
.hero__trust li::after{ content:''; position:absolute; left:4px; top:50%; transform:translate(-50%,-50%); width:4px; height:4px; border-radius:50%; background:var(--gold); }

/* Hero showcase */
.hero__visual{ position:relative; perspective:1400px; }
.showcase{ position:relative; width:100%; aspect-ratio:1/1; transform-style:preserve-3d; }
.showcase__card{
  position:absolute; width:78%; border-radius:16px; overflow:hidden; background:var(--surface);
  border:1px solid var(--line-2);
  box-shadow:0 40px 80px -30px rgba(0,0,0,.8);
  transition:transform .5s var(--ease);
}
.showcase__card img{ width:100%; height:auto; display:block; }
.showcase__card--1{ top:6%; left:2%; z-index:3; }
.showcase__card--2{ top:26%; left:24%; z-index:2; width:74%; opacity:.96; }
.showcase__card--3{ top:46%; left:8%; z-index:1; width:66%; opacity:.9; }
.browser-bar{ display:flex; gap:6px; align-items:center; padding:9px 12px; background:#101014; border-bottom:1px solid var(--line); }
.browser-bar i{ width:9px; height:9px; border-radius:50%; background:#3a3a44; }
.browser-bar i:first-child{ background:#e0603a; } .browser-bar i:nth-child(2){ background:#e6b93b; } .browser-bar i:nth-child(3){ background:#4fb06a; }
.showcase__badge{
  position:absolute; z-index:4; right:2%; bottom:8%;
  font-family:var(--font-display); font-weight:700; font-size:15px; color:#1a1400;
  background:linear-gradient(135deg,var(--gold-2),var(--gold)); padding:12px 18px; border-radius:100px;
  box-shadow:0 12px 30px -8px rgba(201,162,39,.7);
}

.hero__scroll{
  position:absolute; bottom:26px; left:50%; transform:translateX(-50%); z-index:2;
  display:flex; flex-direction:column; align-items:center; gap:8px; font-size:12px; letter-spacing:.15em; text-transform:uppercase; color:var(--text-dim);
}
.hero__scroll-line{ width:1px; height:44px; background:linear-gradient(var(--gold),transparent); position:relative; overflow:hidden; }
.hero__scroll-line::after{ content:''; position:absolute; top:0; left:0; width:100%; height:40%; background:var(--gold); animation:scrolldown 1.8s var(--ease) infinite; }
@keyframes scrolldown{ 0%{ transform:translateY(-100%); } 100%{ transform:translateY(280%); } }

/* =========================================================
   MARQUEE
   ========================================================= */
.marquee{ border-block:1px solid var(--line); padding:22px 0; overflow:hidden; background:var(--ink-2); }
.marquee__track{ display:flex; align-items:center; gap:34px; width:max-content; animation:marquee 32s linear infinite; }
.marquee__track span{ font-family:var(--font-display); font-weight:600; font-size:clamp(18px,2.4vw,30px); color:var(--text-dim); letter-spacing:-.01em; white-space:nowrap; }
.marquee__dot{ color:var(--gold)!important; font-size:16px!important; }
@keyframes marquee{ to{ transform:translateX(-50%); } }

/* =========================================================
   SECTION base
   ========================================================= */
.section{ padding:clamp(72px,10vw,128px) 0; position:relative; }
.section--alt{ background:var(--ink-2); }
.section__head{ max-width:760px; margin:0 auto clamp(48px,6vw,72px); text-align:center; }
.section__head--left{ margin-inline:0; text-align:left; }
.section__tag{
  display:inline-block; font-family:var(--font-display); font-weight:600; font-size:12.5px; letter-spacing:.14em; text-transform:uppercase;
  color:var(--gold); padding:7px 15px; border:1px solid var(--line-gold); border-radius:100px; margin-bottom:22px; background:var(--gold-soft);
}
.section__title{ font-size:clamp(28px,4.4vw,48px); margin-bottom:20px; }
.section__lead{ font-size:clamp(15px,1.3vw,18px); color:var(--text-mut); }
.section__lead strong{ color:var(--text); font-weight:600; }

/* =========================================================
   STATS
   ========================================================= */
.stats{ padding:clamp(40px,6vw,64px) 0; border-bottom:1px solid var(--line); }
.stats__grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.stat{ text-align:center; padding:14px; }
.stat__num{ display:block; font-family:var(--font-display); font-weight:800; font-size:clamp(34px,4.4vw,52px); color:var(--white); letter-spacing:-.03em; line-height:1; }
.stat__num sup{ font-size:.5em; color:var(--gold); }
.stat__num [data-count]{ color:var(--gold); }
.stat__label{ display:block; margin-top:10px; font-size:14px; color:var(--text-mut); }

/* =========================================================
   FEATURES
   ========================================================= */
.features{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.feature-card{
  background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-card);
  padding:34px 30px; transition:transform .45s var(--ease), border-color .45s, background .45s;
  position:relative; overflow:hidden;
}
.feature-card::before{
  content:''; position:absolute; inset:0; border-radius:inherit; padding:1px;
  background:linear-gradient(135deg, var(--gold), transparent 45%);
  -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite:xor; mask-composite:exclude;
  opacity:0; transition:opacity .45s;
}
.feature-card:hover{ transform:translateY(-6px); background:var(--surface-2); border-color:transparent; }
.feature-card:hover::before{ opacity:1; }
.feature-card__icon{
  display:inline-grid; place-items:center; width:56px; height:56px; border-radius:16px; margin-bottom:22px;
  background:var(--gold-soft); border:1px solid var(--line-gold); color:var(--gold);
}
.feature-card__icon svg{ width:26px; height:26px; }
.feature-card h3{ font-size:20px; margin-bottom:10px; }
.feature-card p{ font-size:15px; color:var(--text-mut); }

/* =========================================================
   WORKS
   ========================================================= */
.works{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.work-card{
  background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-card); overflow:hidden;
  display:block;   /* block en móvil para que <details> pliegue bien */
  transition:border-color .5s, box-shadow .5s;
}
.work-card:hover{ border-color:var(--line-gold); box-shadow:0 30px 60px -30px rgba(0,0,0,.7); }

/* summary = bloque de título (abajo en desktop, cabecera plegable en móvil) */
.work-card__summary{
  order:2; list-style:none; display:flex; align-items:center; justify-content:space-between; gap:14px;
  padding:22px 24px 26px;
}
.work-card__summary::-webkit-details-marker{ display:none; }
.work-card__info{ display:flex; flex-direction:column; gap:12px; }
.work-card__title{ font-family:var(--font-display); font-weight:700; font-size:20px; letter-spacing:-.02em; color:var(--text); }
.work-card__tags{ display:flex; flex-wrap:wrap; gap:8px; }
.work-card__tags span{ font-size:12px; color:var(--text-mut); border:1px solid var(--line); padding:5px 11px; border-radius:100px; }
.work-card__chevron{ display:none; color:var(--gold); flex-shrink:0; transition:transform .35s var(--ease); }

/* media (imagen) */
.work-card__media{ order:1; position:relative; overflow:hidden; }
.work-card__link{ display:block; position:relative; }
.work-card__media .browser-bar{ position:relative; z-index:2; }
.work-card__media img{ width:100%; height:auto; aspect-ratio:3/2; object-fit:cover; object-position:top center; transition:transform .8s var(--ease); }
.work-card:hover .work-card__media img{ transform:scale(1.06); }
.work-card__open{
  position:absolute; z-index:3; inset:auto 14px 14px auto; display:inline-flex; align-items:center; gap:6px;
  font-family:var(--font-display); font-weight:600; font-size:13px; color:#1a1400;
  background:linear-gradient(135deg,var(--gold-2),var(--gold)); padding:9px 15px; border-radius:100px;
  opacity:0; transform:translateY(10px); transition:opacity .4s var(--ease), transform .4s var(--ease);
}
.work-card:hover .work-card__open{ opacity:1; transform:translateY(0); }
.works__note{ margin-top:26px; text-align:center; font-size:13px; color:var(--text-dim); }

/* Desktop: imagen arriba siempre visible (aunque <details> esté cerrado), sin plegado */
@media (min-width:761px){
  .work-card{ display:flex; flex-direction:column; }
  .work-card > .work-card__media{ display:block !important; }
  .work-card__summary{ cursor:default; }
}
/* Móvil: tarjeta plegable, colapsada por defecto */
@media (max-width:760px){
  .works{ grid-template-columns:1fr; gap:14px; }
  .work-card__summary{ cursor:pointer; padding:18px 20px; }
  .work-card__chevron{ display:inline-flex; }
  .work-card[open]{ border-color:var(--line-gold); }
  .work-card[open] .work-card__chevron{ transform:rotate(180deg); }
  .work-card__open{ opacity:1; transform:none; }
  .work-card__media img{ aspect-ratio:16/10; }
  .work-card[open] .work-card__media{ animation:workOpen .45s var(--ease); }
}
@keyframes workOpen{ from{ opacity:0; transform:translateY(-10px); } to{ opacity:1; transform:none; } }

/* =========================================================
   STEPS
   ========================================================= */
.steps{ position:relative; display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.steps__line{ position:absolute; top:34px; left:8%; right:8%; height:2px; background:var(--line); z-index:0; }
.steps__line::after{ content:''; position:absolute; inset:0; width:var(--progress,0%); background:linear-gradient(90deg,var(--gold),var(--gold-2)); transition:width .1s linear; }
.step{ position:relative; z-index:1; text-align:center; }
.step__num{
  display:inline-grid; place-items:center; width:68px; height:68px; margin:0 auto 22px; border-radius:50%;
  font-family:var(--font-display); font-weight:800; font-size:22px; color:var(--gold);
  background:var(--ink); border:2px solid var(--line-gold);
}
.step__body h3{ font-size:19px; margin-bottom:10px; }
.step__body p{ font-size:14.5px; color:var(--text-mut); max-width:24em; margin-inline:auto; }

/* =========================================================
   ABOUT
   ========================================================= */
.about{ display:grid; grid-template-columns:.85fr 1.15fr; gap:clamp(40px,6vw,80px); align-items:center; }
.about__visual{ position:relative; }
.about__logo-frame{
  border-radius:var(--radius-lg); overflow:hidden; border:1px solid var(--line-gold);
  background:radial-gradient(circle at 50% 40%, rgba(201,162,39,.16), var(--ink) 70%);
  padding:14px; box-shadow:0 40px 90px -40px rgba(0,0,0,.8);
}
.about__logo-frame img{ border-radius:20px; }
.about__signature{ display:flex; flex-direction:column; gap:2px; margin-top:22px; text-align:center; }
.about__signature span{ font-family:var(--font-display); font-weight:600; font-size:15px; color:var(--text-mut); }
.about__signature span:first-child{ color:var(--gold); }
.about__content h2{ margin-bottom:22px; }
.about__content p{ color:var(--text-mut); margin-bottom:16px; font-size:16px; }
.about__content .btn{ margin-top:14px; }

/* =========================================================
   PLANS
   ========================================================= */
.plans{ display:grid; grid-template-columns:repeat(2,1fr); gap:24px; max-width:900px; margin-inline:auto; }
.plan{
  position:relative; background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-lg);
  padding:38px 34px; display:flex; flex-direction:column;
  transition:transform .45s var(--ease), border-color .45s;
}
.plan:hover{ transform:translateY(-6px); }
.plan--featured{
  background:linear-gradient(180deg, rgba(201,162,39,.10), var(--surface) 40%);
  border-color:var(--line-gold);
  box-shadow:0 40px 90px -40px rgba(201,162,39,.35);
}
.plan__badge{
  position:absolute; top:-14px; left:50%; transform:translateX(-50%);
  font-family:var(--font-display); font-weight:700; font-size:12.5px; letter-spacing:.04em; color:#1a1400;
  background:linear-gradient(135deg,var(--gold-2),var(--gold)); padding:7px 18px; border-radius:100px;
  box-shadow:0 10px 24px -8px rgba(201,162,39,.6);
}
.plan__name{ font-size:24px; margin-bottom:8px; }
.plan__desc{ font-size:14.5px; color:var(--text-mut); min-height:44px; }
.plan__price{ display:flex; align-items:baseline; gap:10px; margin:22px 0 6px; }
.plan__amount{ font-family:var(--font-display); font-weight:800; font-size:52px; color:var(--white); letter-spacing:-.03em; }
.plan--featured .plan__amount{ color:var(--gold); }
.plan__once{ font-size:14px; color:var(--text-dim); }
.plan__fee{ font-size:14px; color:var(--text-mut); padding-bottom:24px; border-bottom:1px solid var(--line); margin-bottom:24px; }
.plan__features{ display:flex; flex-direction:column; gap:13px; margin-bottom:30px; flex:1; }
.plan__features li{ position:relative; padding-left:30px; font-size:15px; color:var(--text); }
.plan__features li::before{
  content:''; position:absolute; left:0; top:2px; width:19px; height:19px; border-radius:50%;
  background:var(--gold-soft); border:1px solid var(--line-gold);
}
.plan__features li::after{ content:''; position:absolute; left:6px; top:7px; width:7px; height:4px; border-left:2px solid var(--gold); border-bottom:2px solid var(--gold); transform:rotate(-45deg); }
.plans__note{ text-align:center; margin-top:28px; font-size:14.5px; color:var(--text-mut); }

/* =========================================================
   MAINTENANCE
   ========================================================= */
.maint{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.maint__col{ background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-card); padding:32px 28px; }
.maint__col h3{ display:flex; align-items:center; gap:12px; font-size:19px; margin-bottom:20px; }
.maint__ic{ display:grid; place-items:center; width:34px; height:34px; border-radius:10px; font-weight:700; font-size:16px; }
.maint__col--in .maint__ic{ background:rgba(79,176,106,.14); color:#5fc47c; border:1px solid rgba(79,176,106,.3); }
.maint__col--out .maint__ic{ background:rgba(255,255,255,.06); color:var(--text-mut); border:1px solid var(--line); }
.maint__col--gift .maint__ic{ background:var(--gold-soft); color:var(--gold); border:1px solid var(--line-gold); }
.maint__col ul{ display:flex; flex-direction:column; gap:12px; }
.maint__col li{ position:relative; padding-left:20px; font-size:15px; color:var(--text-mut); }
.maint__col li::before{ content:''; position:absolute; left:0; top:9px; width:6px; height:6px; border-radius:50%; background:var(--gold); }
.maint__col--gift{ background:linear-gradient(180deg, rgba(201,162,39,.12), var(--surface) 45%); border-color:var(--line-gold); display:flex; flex-direction:column; }
.maint__col--gift p{ font-size:15px; color:var(--text-mut); margin-bottom:22px; flex:1; }
.maint__col--gift strong{ color:var(--text); }

/* =========================================================
   FAQ
   ========================================================= */
.faq{ display:grid; grid-template-columns:.9fr 1.1fr; gap:clamp(36px,5vw,72px); align-items:start; }
.faq__list{ display:flex; flex-direction:column; gap:12px; }
.faq__item{ background:var(--surface); border:1px solid var(--line); border-radius:16px; overflow:hidden; transition:border-color .3s; }
.faq__item[open]{ border-color:var(--line-gold); }
.faq__item summary{
  display:flex; align-items:center; justify-content:space-between; gap:16px; cursor:pointer; list-style:none;
  padding:22px 24px; font-family:var(--font-display); font-weight:600; font-size:16.5px; color:var(--text);
}
.faq__item summary::-webkit-details-marker{ display:none; }
.faq__plus{ position:relative; width:20px; height:20px; flex-shrink:0; }
.faq__plus::before,.faq__plus::after{ content:''; position:absolute; top:50%; left:50%; background:var(--gold); border-radius:2px; transform:translate(-50%,-50%); transition:transform .3s var(--ease); }
.faq__plus::before{ width:14px; height:2px; }
.faq__plus::after{ width:2px; height:14px; }
.faq__item[open] .faq__plus::after{ transform:translate(-50%,-50%) rotate(90deg); opacity:0; }
.faq__answer{ padding:0 24px 24px; }
.faq__answer p{ font-size:15px; color:var(--text-mut); }

/* =========================================================
   CTA FINAL
   ========================================================= */
.cta-final{ position:relative; padding:clamp(80px,11vw,140px) 0; overflow:hidden; text-align:center; background:var(--ink-2); border-top:1px solid var(--line); }
.cta-final__glow{ position:absolute; inset:0; background:radial-gradient(circle at 50% 30%, rgba(201,162,39,.18), transparent 55%); pointer-events:none; }
.cta-final__inner{ position:relative; z-index:1; max-width:720px; }
.cta-final__title{ font-size:clamp(32px,5.5vw,60px); margin-bottom:20px; }
.cta-final__text{ font-size:clamp(16px,1.4vw,19px); color:var(--text-mut); margin-bottom:36px; }
.cta-final__actions{ display:flex; flex-wrap:wrap; gap:14px; justify-content:center; }

/* =========================================================
   FOOTER
   ========================================================= */
.footer{ background:var(--ink); border-top:1px solid var(--line); padding-top:clamp(56px,7vw,80px); }
.footer__grid{ display:grid; grid-template-columns:1.6fr 1fr 1.2fr 1fr; gap:40px; padding-bottom:48px; }
.footer__brand img{ height:44px; width:auto; margin-bottom:18px; }
.footer__brand p{ font-size:14.5px; color:var(--text-mut); max-width:30em; margin-bottom:22px; }
.footer__social{ display:flex; gap:12px; }
.footer__social a{ display:grid; place-items:center; width:44px; height:44px; border-radius:12px; border:1px solid var(--line); color:var(--text-mut); transition:color .3s, border-color .3s, transform .3s; }
.footer__social a:hover{ color:var(--gold); border-color:var(--gold); transform:translateY(-3px); }
.footer__col h4{ font-size:14px; letter-spacing:.05em; text-transform:uppercase; color:var(--text); margin-bottom:18px; }
.footer__col a,.footer__meta{ display:block; font-size:14.5px; color:var(--text-mut); margin-bottom:11px; transition:color .3s; }
.footer__col a:hover{ color:var(--gold); }
.footer__bottom{ display:flex; align-items:center; justify-content:space-between; gap:16px; padding:24px 0; border-top:1px solid var(--line); font-size:13px; color:var(--text-dim); }
.footer__legal a:hover{ color:var(--gold); }

/* Floating WhatsApp */
.wa-float{
  position:fixed; right:22px; bottom:22px; z-index:800; width:60px; height:60px; border-radius:50%;
  display:grid; place-items:center; color:#fff; background:#25D366;
  box-shadow:0 12px 30px -6px rgba(37,211,102,.6); transition:transform .35s var(--ease);
  animation:waPop .4s var(--ease) both;
}
.wa-float:hover{ transform:scale(1.08) translateY(-2px); }
@keyframes waPop{ from{ transform:scale(0); } to{ transform:scale(1); } }

/* =========================================================
   REVEAL
   ========================================================= */
.reveal{ opacity:0; transform:translateY(32px) scale(.985); transition:opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in{ opacity:1; transform:none; }
/* staggered children within a revealed group */
.features .feature-card:nth-child(2),
.works .work-card:nth-child(2),
.maint__col:nth-child(2),
.footer__col:nth-child(2){ transition-delay:.08s; }
.features .feature-card:nth-child(3),
.works .work-card:nth-child(3),
.maint__col:nth-child(3),
.footer__col:nth-child(3){ transition-delay:.16s; }
.features .feature-card:nth-child(4),
.footer__col:nth-child(4){ transition-delay:.24s; }
.features .feature-card:nth-child(5){ transition-delay:.32s; }
.features .feature-card:nth-child(6){ transition-delay:.4s; }

/* =========================================================
   LEGAL PAGES
   ========================================================= */
.legal-topbar{ position:sticky; top:0; z-index:100; background:#111111; border-bottom:1px solid var(--line); }
.legal-topbar__inner{ display:flex; align-items:center; justify-content:space-between; height:70px; }
.legal-topbar img{ height:36px; width:auto; }
.legal-topbar a.legal__home{ font-family:var(--font-display); font-weight:500; font-size:14px; color:var(--text-mut); }
.legal-topbar a.legal__home:hover{ color:var(--gold); }
.legal{ max-width:820px; margin-inline:auto; padding:56px var(--gutter) 90px; }
.legal h1{ font-size:clamp(30px,5vw,46px); margin-bottom:10px; }
.legal__updated{ color:var(--text-dim); font-size:14px; margin-bottom:42px; }
.legal h2{ font-size:22px; margin:40px 0 14px; color:var(--text); }
.legal h3{ font-size:17px; margin:26px 0 10px; color:var(--text); }
.legal p,.legal li{ color:var(--text-mut); font-size:15.5px; line-height:1.75; margin-bottom:12px; }
.legal ul{ padding-left:22px; margin-bottom:16px; list-style:disc; }
.legal a{ color:var(--gold); text-decoration:underline; }
.legal strong{ color:var(--text); }
.legal-fill{ color:var(--gold); background:var(--gold-soft); padding:1px 7px; border-radius:6px; font-size:.95em; }
.legal-note{ margin:14px 0 34px; padding:16px 18px; border:1px dashed var(--line-gold); border-radius:12px; background:var(--gold-soft); color:var(--text-mut); font-size:14px; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width:1024px){
  .hero{ min-height:auto; padding-top:120px; padding-bottom:72px; }
  .hero__inner{ grid-template-columns:1fr; gap:40px; }
  .hero__visual{ display:none; }               /* mockups fuera del hero en tablet/móvil */
  .features,.works,.maint{ grid-template-columns:repeat(2,1fr); }
  /* Proceso: vertical con línea que se rellena al bajar */
  .steps{ grid-template-columns:1fr; gap:0; max-width:580px; margin-inline:auto; padding-left:6px; }
  .steps__line{ display:block; top:38px; bottom:38px; left:40px; right:auto; width:2px; height:auto; }
  .steps__line::after{ width:100%; height:var(--progress,0%); background:linear-gradient(180deg,var(--gold),var(--gold-2)); }
  .step{ display:grid; grid-template-columns:auto 1fr; gap:22px; text-align:left; align-items:start; padding:18px 0; }
  .step__num{ margin:0; }
  .step__body{ padding-top:12px; }
  .step__body p{ margin-inline:0; max-width:none; }
  .about{ grid-template-columns:1fr; }
  .about__visual{ max-width:400px; margin-inline:auto; }
  .faq{ grid-template-columns:1fr; }
  .footer__grid{ grid-template-columns:1fr 1fr; gap:32px; }
}
@media (max-width:760px){
  .nav{ display:none; }
  .nav-toggle{ display:flex; }
  /* header sólido negro del logo al hacer scroll (sin transparencia) */
  .header.is-scrolled{ background:#111111; backdrop-filter:none; border-bottom-color:rgba(255,255,255,.06); }
  .stats__grid{ grid-template-columns:repeat(2,1fr); gap:28px 16px; }
  .features,.works,.maint,.plans{ grid-template-columns:1fr; }
  .hero__title{ font-size:clamp(34px,10vw,52px); }
  .cursor,.cursor-dot{ display:none; }
  /* logo de "Sobre nosotros" más pequeño en móvil */
  .about__visual{ max-width:190px; }
  .about__logo-frame{ padding:10px; }
  .about__signature span{ font-size:13px; }
  .footer__grid{ grid-template-columns:1fr; }
  .footer__bottom{ flex-direction:column; text-align:center; }
}
@media (max-width:420px){
  .stats__grid{ grid-template-columns:1fr 1fr; }
  .btn--lg{ width:100%; }
  .hero__actions{ flex-direction:column; }
}

/* Reduced motion */
@media (prefers-reduced-motion:reduce){
  *{ animation-duration:.001ms!important; animation-iteration-count:1!important; transition-duration:.001ms!important; }
  .reveal{ opacity:1; transform:none; }
  .marquee__track{ animation:none; }
}
