/* =============================================
   DANI ROMERO SEO LOCAL · ESTILOS
   =============================================
   Para editar colores principales busca :root
   Para editar fuentes busca font-family
   ============================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: #0f172a; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

/* ── COLORES Y VARIABLES (edita aquí los colores) ── */
:root {
  --orange: #f97316;
  --orange-dark: #ea580c;
  --orange-light: #fb923c;
  --orange-pale: #fff7ed;
  --dark: #0a0a0f;
  --dark2: #111118;
  --gray50: #f8fafc;
  --gray100: #f1f5f9;
  --gray200: #e2e8f0;
  --gray500: #64748b;
  --gray700: #334155;
  --green: #22c55e;
  --r: 10px;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 16px 0;
  background: rgba(10, 10, 15, .9);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  transition: padding .3s;
}
.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; }
.logo { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.2rem; font-weight: 900; color: #fff; }
.logo span { color: var(--orange); }
.nav-links { display: flex; gap: 2px; align-items: center; }
.nav-links a {
  padding: 8px 14px; border-radius: 8px; font-size: .875rem;
  font-weight: 500; color: rgba(255, 255, 255, .6); transition: all .2s;
}
.nav-links a:hover { color: #fff; background: rgba(255, 255, 255, .06); }
.nav-drop { position: relative; }
.nav-drop-btn {
  display: flex; align-items: center; gap: 5px; padding: 8px 14px;
  border-radius: 8px; font-size: .875rem; font-weight: 500;
  color: rgba(255, 255, 255, .6); cursor: pointer; transition: all .2s;
}
.nav-drop-btn:hover, .nav-drop.open .nav-drop-btn { color: #fff; background: rgba(255, 255, 255, .06); }
.nav-drop-btn i { font-size: .65rem; transition: transform .2s; }
.nav-drop.open .nav-drop-btn i { transform: rotate(180deg); }
.nav-drop-menu {
  position: absolute; top: calc(100% + 10px); left: 50%;
  transform: translateX(-50%) translateY(-6px);
  background: #1a1a22; border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--r); padding: 8px; min-width: 260px;
  opacity: 0; visibility: hidden; transition: all .2s;
  box-shadow: 0 20px 56px rgba(0, 0, 0, .5);
}
.nav-drop.open .nav-drop-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav-drop-item {
  display: flex; align-items: center; gap: 10px; padding: 10px 14px;
  border-radius: 8px; color: rgba(255, 255, 255, .55); font-size: .85rem;
  font-weight: 500; transition: all .2s; white-space: nowrap;
}
.nav-drop-item:hover { background: rgba(255, 255, 255, .05); color: #fff; }
.nav-drop-ico {
  width: 32px; height: 32px; border-radius: 8px; background: var(--orange);
  display: flex; align-items: center; justify-content: center;
  font-size: .8rem; color: #fff; flex-shrink: 0;
}
.nav-cta {
  background: var(--orange); color: #fff; padding: 9px 20px;
  border-radius: 8px; font-size: .875rem; font-weight: 700;
  transition: background .2s; margin-left: 8px;
}
.nav-cta:hover { background: var(--orange-dark); }
.hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; cursor: pointer; }
.hamburger span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: all .2s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav {
  display: none; position: fixed; inset: 0; top: 64px;
  background: rgba(10, 10, 15, .98); backdrop-filter: blur(24px); z-index: 99;
  padding: 28px 24px; flex-direction: column; gap: 4px; overflow-y: auto;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  padding: 14px 16px; border-radius: var(--r); color: rgba(255, 255, 255, .7);
  font-size: 1rem; font-weight: 500; border-bottom: 1px solid rgba(255, 255, 255, .06); display: block;
}
.mobile-nav a:hover { color: #fff; }
.mobile-nav .mobile-cta { margin-top: 12px; background: var(--orange); color: #fff; text-align: center; border-radius: var(--r); font-weight: 700; }

/* ── HERO ── */
.hero {
  min-height: 100vh; display: flex; align-items: center;
  padding-top: 88px; background: var(--dark); position: relative; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 60% at 15% 50%, rgba(249, 115, 22, .11) 0%, transparent 60%),
              radial-gradient(ellipse 50% 40% at 85% 30%, rgba(249, 115, 22, .06) 0%, transparent 55%);
}
.hero-noise {
  position: absolute; inset: 0; opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; }
.orb-1 { width: 600px; height: 600px; background: radial-gradient(circle, rgba(249,115,22,.18) 0%, transparent 70%); top: -10%; left: -8%; animation: orb1 18s ease-in-out infinite; }
.orb-2 { width: 500px; height: 500px; background: radial-gradient(circle, rgba(234,88,12,.12) 0%, transparent 70%); bottom: -15%; right: -5%; animation: orb2 22s ease-in-out infinite; }
.orb-3 { width: 350px; height: 350px; background: radial-gradient(circle, rgba(251,146,60,.1) 0%, transparent 70%); top: 30%; left: 40%; animation: orb3 15s ease-in-out infinite; }
@keyframes orb1 { 0%,100%{transform:translate(0,0) scale(1)} 33%{transform:translate(80px,60px) scale(1.1)} 66%{transform:translate(-40px,90px) scale(.95)} }
@keyframes orb2 { 0%,100%{transform:translate(0,0) scale(1)} 40%{transform:translate(-70px,-50px) scale(1.08)} 70%{transform:translate(50px,-80px) scale(.92)} }
@keyframes orb3 { 0%,100%{transform:translate(0,0) scale(1)} 50%{transform:translate(-60px,40px) scale(1.15)} }
#hero-canvas { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid rgba(249, 115, 22, .35); color: var(--orange-light);
  background: rgba(249, 115, 22, .08); font-size: .78rem; font-weight: 700;
  padding: 6px 16px; border-radius: 100px; text-transform: uppercase;
  letter-spacing: .08em; margin-bottom: 24px;
}
.dot-live { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); animation: blink 2s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }
.hero h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(2.2rem, 4.5vw, 3.6rem); font-weight: 900;
  line-height: 1.08; color: #fff; margin-bottom: 22px;
}
.hero h1 em { font-style: normal; color: var(--orange); }
.hero-sub { font-size: 1.05rem; color: rgba(255,255,255,.55); line-height: 1.8; margin-bottom: 36px; max-width: 500px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 52px; }
.btn-orange {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--orange); color: #fff; padding: 14px 28px;
  border-radius: var(--r); font-size: .95rem; font-weight: 700;
  box-shadow: 0 4px 24px rgba(249,115,22,.4); transition: all .2s;
}
.btn-orange:hover { background: var(--orange-dark); transform: translateY(-2px); box-shadow: 0 8px 36px rgba(249,115,22,.55); }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1.5px solid rgba(255,255,255,.18); color: rgba(255,255,255,.8);
  padding: 14px 28px; border-radius: var(--r); font-size: .95rem;
  font-weight: 600; transition: all .2s;
}
.btn-ghost:hover { border-color: var(--orange-light); color: var(--orange-light); }
.hero-stats { display: flex; gap: 36px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,.08); }
.stat strong { display: block; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 2rem; font-weight: 900; color: #fff; }
.stat strong em { font-style: normal; color: var(--orange); }
.stat small { font-size: .78rem; color: rgba(255,255,255,.4); margin-top: 2px; display: block; }
.hero-photo { position: relative; display: flex; justify-content: center; }
.photo-frame {
  width: 340px; height: 420px; border-radius: 20px; overflow: hidden;
  background: var(--dark2); border: 1px solid rgba(249,115,22,.2);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.2); flex-direction: column; gap: 8px; position: relative;
}
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.photo-frame::before {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 100px; background: linear-gradient(transparent, rgba(10,10,15,.7)); z-index: 1;
}
.float-pill {
  position: absolute; top: 20px; right: -20px; background: #fff;
  border-radius: 12px; padding: 12px 16px; display: flex; align-items: center;
  gap: 10px; box-shadow: 0 8px 32px rgba(0,0,0,.25); z-index: 2;
}
.fp-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); }
.fp-strong { display: block; font-size: .85rem; color: #0f172a; font-weight: 700; }
.fp-span { font-size: .72rem; color: var(--gray500); }
.float-metric {
  position: absolute; bottom: 20px; left: -24px;
  background: var(--dark2); border: 1px solid rgba(249,115,22,.25);
  border-radius: 12px; padding: 14px 18px;
  box-shadow: 0 8px 32px rgba(0,0,0,.4); z-index: 2;
}
.fm-val { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.6rem; font-weight: 800; color: var(--orange); display: block; }
.fm-label { font-size: .72rem; color: rgba(255,255,255,.4); }
.photo-placeholder {
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  color: rgba(255,255,255,.25); font-size: .85rem; text-align: center; padding: 20px;
}
.photo-placeholder i { font-size: 4rem; opacity: .2; }

/* ── WAVE ── */
.wave { display: block; line-height: 0; }
.wave svg { display: block; }

/* ── SECCIONES GENERALES ── */
.light { background: #fff; }
.light-alt { background: var(--gray50); }
section { padding: 96px 0; }
.sec-tag {
  display: inline-block; background: var(--orange-pale); color: var(--orange-dark);
  font-size: .72rem; font-weight: 700; padding: 5px 14px; border-radius: 100px;
  text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px;
  border: 1px solid rgba(249,115,22,.2);
}
h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 900;
  line-height: 1.15; color: #0f172a; margin-bottom: 16px;
}
.sec-sub { color: var(--gray500); font-size: 1rem; max-width: 540px; }
.center { text-align: center; }
.center .sec-sub { margin: 0 auto; }

/* ── SOBRE MÍ ── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-img {
  aspect-ratio: 4/5; border-radius: 20px; overflow: hidden;
  background: var(--gray100); display: flex; align-items: center; justify-content: center; position: relative;
}
.about-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.about-img-placeholder { display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--gray500); font-size: .85rem; }
.about-img-placeholder i { font-size: 3rem; opacity: .2; }
.about-p { color: var(--gray500); line-height: 1.8; margin-bottom: 16px; font-size: .975rem; }
.about-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 24px 0; }
.ac { display: flex; align-items: center; gap: 8px; font-size: .875rem; color: var(--gray700); }
.ac::before { content: '✓'; color: var(--orange); font-weight: 800; flex-shrink: 0; }

/* ── SERVICIOS ── */
.svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 920px; margin: 0 auto; }
.svc-card {
  background: #fff; border: 2px solid var(--gray200); border-radius: 20px;
  padding: 40px; transition: all .25s; display: block;
}
.svc-card:hover { border-color: var(--orange); transform: translateY(-4px); box-shadow: 0 16px 48px rgba(249,115,22,.1); }
.svc-ico {
  width: 56px; height: 56px; border-radius: 14px; background: var(--orange-pale);
  display: flex; align-items: center; justify-content: center; font-size: 1.3rem;
  margin-bottom: 22px; border: 1px solid rgba(249,115,22,.2); color: var(--orange-dark);
}
.svc-card h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.2rem; font-weight: 800; color: #0f172a; margin-bottom: 10px; }
.svc-card p { color: var(--gray500); font-size: .9rem; line-height: 1.75; margin-bottom: 20px; }
.svc-list li { display: flex; align-items: center; gap: 8px; font-size: .875rem; color: var(--gray700); margin-bottom: 9px; }
.svc-list li::before { content: '→'; color: var(--orange); font-weight: 700; flex-shrink: 0; }
.svc-link { display: inline-flex; align-items: center; gap: 6px; color: var(--orange); font-size: .875rem; font-weight: 700; margin-top: 20px; transition: gap .2s; }
.svc-card:hover .svc-link { gap: 12px; }

/* ── PROCESO ── */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; }
.process-grid::before {
  content: ''; position: absolute; top: 28px; left: 12%; right: 12%;
  height: 1px; background: linear-gradient(90deg, transparent, rgba(249,115,22,.3), transparent);
}
.step { text-align: center; position: relative; }
.step-num {
  width: 56px; height: 56px; border-radius: 14px; background: var(--orange);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.4rem; font-weight: 900;
  color: #fff; margin: 0 auto 20px; position: relative; z-index: 1;
  box-shadow: 0 8px 24px rgba(249,115,22,.35);
}
.step h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1rem; font-weight: 700; color: #0f172a; margin-bottom: 8px; }
.step p { font-size: .85rem; color: var(--gray500); line-height: 1.7; }

/* ── RESULTADOS ── */
.dark-section { background: var(--dark); }
.res-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
.res-card {
  background: rgba(255,255,255,.04); border: 1px solid rgba(249,115,22,.15);
  border-radius: 16px; padding: 28px; transition: border-color .2s;
}
.res-card:hover { border-color: rgba(249,115,22,.4); }
.res-tag {
  display: inline-block; background: rgba(249,115,22,.1); color: var(--orange-light);
  font-size: .68rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .08em; padding: 3px 10px; border-radius: 6px; margin-bottom: 14px;
}
.res-metric { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 2.6rem; font-weight: 900; color: var(--orange); display: block; margin-bottom: 4px; }
.res-metric-lbl { font-size: .8rem; color: rgba(255,255,255,.35); display: block; margin-bottom: 12px; }
.res-card p { font-size: .875rem; color: rgba(255,255,255,.5); line-height: 1.65; }

/* ── PRECIOS ── */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 980px; margin: 56px auto 0; }
.price-card {
  background: #fff; border: 2px solid var(--gray200); border-radius: 20px;
  padding: 36px 30px; position: relative; display: flex; flex-direction: column; transition: all .2s;
}
.price-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,.08); }
.price-card.feat { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(249,115,22,.08); }
.feat-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--orange); color: #fff; font-size: .68rem; font-weight: 700;
  padding: 4px 14px; border-radius: 100px; white-space: nowrap;
  text-transform: uppercase; letter-spacing: .06em;
}
.price-name { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--gray500); margin-bottom: 12px; }
.price-num { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 2.8rem; font-weight: 900; color: #0f172a; margin-bottom: 4px; }
.price-num sup { font-size: 1.1rem; vertical-align: super; color: var(--gray500); }
.price-period { font-size: .82rem; color: var(--gray500); display: block; margin-bottom: 8px; }
.price-desc { font-size: .875rem; color: var(--gray500); line-height: 1.6; margin-bottom: 22px; min-height: 46px; }
.price-sep { height: 1px; background: var(--gray200); margin-bottom: 20px; }
.price-cat { font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--orange); padding-top: 12px; margin-top: 4px; border-top: 1px solid var(--gray200); }
.price-feats { display: flex; flex-direction: column; gap: 10px; flex: 1; margin-bottom: 28px; }
.pf { display: flex; align-items: flex-start; gap: 8px; font-size: .875rem; color: var(--gray700); }
.pf::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.price-btn { display: block; text-align: center; padding: 13px; border-radius: var(--r); font-size: .95rem; font-weight: 700; transition: all .2s; }
.price-card:not(.feat) .price-btn { border: 2px solid var(--gray200); color: #0f172a; }
.price-card:not(.feat) .price-btn:hover { border-color: var(--orange); color: var(--orange); }
.price-card.feat .price-btn { background: var(--orange); color: #fff; box-shadow: 0 4px 16px rgba(249,115,22,.35); }
.price-card.feat .price-btn:hover { background: var(--orange-dark); }

/* ── TESTIMONIOS ── */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
.testi-card {
  background: #fff; border: 1px solid var(--gray200); border-radius: 16px;
  padding: 28px; transition: all .2s;
}
.testi-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,.07); transform: translateY(-3px); }
.stars { color: #f59e0b; font-size: .9rem; margin-bottom: 14px; letter-spacing: 2px; }
.testi-text { font-size: .9rem; color: var(--gray500); line-height: 1.75; font-style: italic; margin-bottom: 20px; }
.testi-author { display: flex; align-items: center; gap: 10px; }
.avatar {
  width: 40px; height: 40px; border-radius: 50%; background: var(--orange);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-size: .9rem; flex-shrink: 0;
}
.author-name { font-weight: 700; font-size: .875rem; color: #0f172a; }
.author-role { font-size: .78rem; color: var(--gray500); }

/* ── FAQ ── */
.faq-list { max-width: 760px; margin: 56px auto 0; display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: #fff; border: 1.5px solid var(--gray200); border-radius: var(--r); overflow: hidden; transition: border-color .2s; }
.faq-item.open { border-color: var(--orange); }
.faq-q { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; cursor: pointer; gap: 16px; }
.faq-q span { font-size: .975rem; font-weight: 600; color: #0f172a; }
.faq-q i { font-size: .75rem; color: var(--gray500); transition: transform .25s; flex-shrink: 0; }
.faq-item.open .faq-q i { transform: rotate(180deg); color: var(--orange); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a-inner { padding: 0 22px 20px; color: var(--gray500); font-size: .9rem; line-height: 1.75; border-top: 1px solid var(--gray200); padding-top: 16px; }

/* ── CTA ── */
.cta-section { background: var(--dark); padding: 96px 0; text-align: center; }
.cta-section h2 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(1.9rem, 3.5vw, 2.8rem); font-weight: 900; color: #fff; margin-bottom: 18px; }
.cta-section h2 em { font-style: normal; color: var(--orange); }
.cta-section p { color: rgba(255,255,255,.5); font-size: 1.05rem; max-width: 500px; margin: 0 auto 40px; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── CONTACTO ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 56px; align-items: start; }
.contact-info h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.6rem; font-weight: 800; color: #0f172a; margin-bottom: 12px; }
.contact-info p { color: var(--gray500); line-height: 1.75; margin-bottom: 28px; font-size: .975rem; }
.c-item { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.c-ico {
  width: 46px; height: 46px; border-radius: 12px; background: var(--orange-pale);
  border: 1px solid rgba(249,115,22,.2); display: flex; align-items: center;
  justify-content: center; font-size: 1rem; color: var(--orange-dark); flex-shrink: 0;
}
.c-lbl { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--gray500); display: block; margin-bottom: 2px; }
.c-val { font-size: .9rem; font-weight: 600; color: #0f172a; transition: color .2s; }
.c-val:hover { color: var(--orange); }
.form-box { background: var(--gray50); border: 1.5px solid var(--gray200); border-radius: 20px; padding: 36px; }
.form-box h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.25rem; font-weight: 800; color: #0f172a; margin-bottom: 6px; }
.form-box > p { font-size: .875rem; color: var(--gray500); margin-bottom: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fg { margin-bottom: 14px; }
label { display: block; font-size: .78rem; font-weight: 600; color: var(--gray700); margin-bottom: 6px; text-transform: uppercase; letter-spacing: .05em; }
input, select, textarea {
  width: 100%; background: #fff; border: 1.5px solid var(--gray200);
  border-radius: var(--r); padding: 12px 14px; font-size: .9rem;
  font-family: 'Inter', sans-serif; color: #0f172a; transition: border-color .2s;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--orange); }
textarea { resize: vertical; min-height: 110px; }
.form-submit {
  width: 100%; background: var(--orange); color: #fff; padding: 14px;
  border: none; border-radius: var(--r); font-size: 1rem; font-weight: 700;
  cursor: pointer; font-family: 'Inter', sans-serif; margin-top: 6px;
  transition: all .2s; box-shadow: 0 4px 16px rgba(249,115,22,.35);
}
.form-submit:hover { background: var(--orange-dark); transform: translateY(-1px); }
.form-success { display: none; text-align: center; padding: 32px 16px; }
.form-success i { font-size: 2.5rem; color: var(--green); margin-bottom: 14px; display: block; }
.form-success h4 { font-size: 1.2rem; margin-bottom: 8px; color: #0f172a; }
.form-success p { color: var(--gray500); font-size: .9rem; }

/* ── BREADCRUMB ── */
.breadcrumb { font-size: .82rem; color: rgba(255,255,255,.35); margin-bottom: 16px; }
.breadcrumb a { color: rgba(255,255,255,.35); }
.breadcrumb a:hover { color: var(--orange-light); }
.breadcrumb span { margin: 0 6px; opacity: .4; }

/* ── BADGES HERO ── */
.hero-badges { display: flex; gap: 16px; flex-wrap: wrap; }
.badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  padding: 8px 14px; border-radius: 8px; font-size: .8rem; color: rgba(255,255,255,.6);
}
.badge i { color: var(--orange); }

/* ── QUÉ INCLUYE (cards) ── */
.includes-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 56px; }
.inc-card {
  background: #fff; border: 1.5px solid var(--gray200); border-radius: 16px;
  padding: 28px 24px; transition: all .2s;
}
.inc-card:hover { border-color: var(--orange); transform: translateY(-3px); box-shadow: 0 12px 36px rgba(249,115,22,.08); }
.inc-ico {
  width: 52px; height: 52px; background: var(--orange-pale); border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; color: var(--orange-dark); margin-bottom: 18px;
  border: 1px solid rgba(249,115,22,.15);
}
.inc-card h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1rem; font-weight: 800; color: #0f172a; margin-bottom: 8px; }
.inc-card p { font-size: .875rem; color: var(--gray500); line-height: 1.65; }

/* ── BOTÓN WHATSAPP ANCHO (formulario de contacto) ── */
.btn-whatsapp {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: #25d366; color: #fff; padding: 15px 24px; border-radius: var(--r);
  font-size: .95rem; font-weight: 700; width: 100%;
  box-shadow: 0 4px 18px rgba(37,211,102,.35); transition: all .2s; margin-bottom: 24px;
}
.btn-whatsapp i { font-size: 1.1rem; }
.btn-whatsapp:hover { background: #1ebe5d; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(37,211,102,.45); }
.wa-direct-label {
  font-size: .78rem; color: var(--gray500); margin-bottom: 10px;
  display: block; font-weight: 600; text-transform: uppercase; letter-spacing: .05em;
}

/* ── WA FLOTANTE TIPO PÍLDORA (para páginas internas) ── */
.wa-pill {
  position: fixed; bottom: 24px; right: 24px; z-index: 999;
  height: 50px; background: #25d366; border-radius: 28px;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 0 20px 0 14px; color: #fff;
  box-shadow: 0 4px 18px rgba(37,211,102,.45); transition: transform .2s;
}
.wa-pill:hover { transform: scale(1.04); }
.wa-pill::before {
  content: ''; position: absolute; width: 50px; height: 50px; left: 0;
  border-radius: 50%; background: rgba(37,211,102,.35);
  animation: wa-ring 2.2s ease-out infinite;
}
.wa-pill i { font-size: 1.4rem; position: relative; z-index: 1; }
.wa-pill-txt { font-size: .85rem; font-weight: 700; white-space: nowrap; font-family: 'Inter', sans-serif; }
@media (max-width: 480px) { .wa-pill-txt { display: none; } .wa-pill { width: 50px; border-radius: 50%; padding: 0; justify-content: center; } }

/* ── BOTÓN WHATSAPP GRANDE (sección contacto) ── */
.wa-label {
  font-size: .72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .1em; color: var(--gray500); margin-bottom: 10px; margin-top: 28px;
}
.btn-wa-big {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; background: #25d366; color: #fff;
  padding: 16px 24px; border-radius: var(--r);
  font-size: 1rem; font-weight: 700;
  box-shadow: 0 4px 20px rgba(37,211,102,.35);
  transition: all .2s; margin-bottom: 28px;
}
.btn-wa-big i { font-size: 1.2rem; }
.btn-wa-big:hover { background: #1ebe5d; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(37,211,102,.45); }

/* ── FOOTER ── */
footer { background: var(--dark); padding: 56px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-logo { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.15rem; font-weight: 900; color: #fff; margin-bottom: 12px; display: block; }
.footer-logo span { color: var(--orange); }
.footer-desc { font-size: .875rem; color: rgba(255,255,255,.3); line-height: 1.7; max-width: 240px; }
.footer-social { display: flex; gap: 8px; margin-top: 20px; }
.footer-social a {
  width: 36px; height: 36px; border-radius: 9px; border: 1px solid rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.4); font-size: .85rem; transition: all .2s;
}
.footer-social a:hover { border-color: var(--orange); color: var(--orange); }
footer h4 { font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.25); margin-bottom: 16px; }
footer ul li { margin-bottom: 10px; }
footer ul li a { font-size: .85rem; color: rgba(255,255,255,.4); transition: color .2s; }
footer ul li a:hover { color: var(--orange-light); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.06); padding-top: 22px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: .8rem; color: rgba(255,255,255,.25); flex-wrap: wrap; gap: 8px;
}
.footer-bottom a { color: rgba(255,255,255,.25); transition: color .2s; }
.footer-bottom a:hover { color: rgba(255,255,255,.5); }

/* ── WHATSAPP FLOTANTE ── */
.wa {
  position: fixed; bottom: 24px; right: 24px; z-index: 999;
  width: 54px; height: 54px; background: #25d366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; color: #fff;
  box-shadow: 0 4px 18px rgba(37,211,102,.45); transition: transform .2s;
}
.wa:hover { transform: scale(1.1); }
.wa::before {
  content: ''; position: absolute; width: 54px; height: 54px;
  border-radius: 50%; background: rgba(37,211,102,.35);
  animation: wa-ring 2.2s ease-out infinite;
}
@keyframes wa-ring { 0%{transform:scale(1);opacity:.8} 100%{transform:scale(1.85);opacity:0} }

/* ── ANIMACIONES DE ENTRADA ── */
.animate { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.animate.visible { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: .1s; }
.d2 { transition-delay: .2s; }
.d3 { transition-delay: .3s; }
.d4 { transition-delay: .4s; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid::before { display: none; }
  .includes-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .hero-inner, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-photo { order: -1; display: flex; justify-content: center; }
  .photo-frame { width: 260px; height: 320px; }
  .float-pill, .float-metric { display: none; }
  .svc-grid, .res-grid, .price-grid, .testi-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  nav .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .hero-stats { gap: 20px; flex-wrap: wrap; }
  .cta-section { padding: 64px 0; }
}
@media (max-width: 480px) {
  .price-grid, .testi-grid, .res-grid { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-btns { flex-direction: column; align-items: flex-start; }
  .includes-grid { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════
   PÁGINAS LEGALES (aviso legal, privacidad, cookies)
   ══════════════════════════════════════════════ */
body.legal { background: var(--dark); color: #e4e4e7; }

.legal-page { padding: 7rem 0 5rem; min-height: 100vh; }
.legal-page h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  margin-bottom: 0.5rem;
  color: #e4e4e7;
}
.legal-page h1 em {
  font-style: normal;
  background: linear-gradient(135deg, var(--orange), var(--orange-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.legal-updated { color: #71717a; font-size: 0.9rem; margin-bottom: 2.5rem; }
.legal-content { max-width: 800px; }
.legal-content h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  margin: 2.5rem 0 0.75rem;
  color: #e4e4e7;
}
.legal-content p,
.legal-content li { color: #a1a1aa; line-height: 1.8; margin-bottom: 0.75rem; }
.legal-content ul { padding-left: 1.5rem; list-style: disc; }
.legal-content li { margin-bottom: 0.4rem; }
.legal-content a { color: var(--orange); }
.legal-content a:hover { text-decoration: underline; }
.legal-content strong { color: #e4e4e7; }
.legal-highlight {
  background: #18181b;
  border: 1px solid #27272a;
  border-radius: var(--r);
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0;
}
.legal-highlight p { margin-bottom: 0; }

/* Tabla de cookies */
.cookie-table { width: 100%; border-collapse: collapse; margin: 1.25rem 0 1.75rem; font-size: 0.875rem; }
.cookie-table th {
  background: #18181b;
  color: #e4e4e7;
  font-weight: 600;
  text-align: left;
  padding: 0.65rem 0.9rem;
  border: 1px solid #27272a;
}
.cookie-table td {
  padding: 0.6rem 0.9rem;
  border: 1px solid #1e1e23;
  color: #a1a1aa;
  vertical-align: top;
}
.cookie-table tr:nth-child(even) td { background: #0d0d12; }
@media (max-width: 540px) {
  .cookie-table { font-size: 0.78rem; }
}
