/*
Theme Name: MMAD Web
Theme URI: https://www.mmadwebsolutions.com/
Author: MMAD Web Solutions
Description: Tema personalizado para servicios de páginas web completas y asequibles.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: mmad-web
*/

@font-face {
  font-family: "Inter Local";
  src: url("assets/fonts/inter.woff2") format("woff2");
  font-display: swap;
}

:root {
  --bg: #030506;
  --surface: rgba(17, 21, 24, 0.78);
  --surface-strong: #101417;
  --line: rgba(255, 255, 255, 0.12);
  --text: #f5f7f8;
  --muted: #a7aeb4;
  --cyan: #08e6f2;
  --green: #39f40d;
  --violet: #8b5cf6;
  --orange: #ff7900;
  --radius: 24px;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 12%, rgba(0, 220, 255, 0.08), transparent 27rem),
    radial-gradient(circle at 88% 24%, rgba(104, 255, 41, 0.06), transparent 30rem),
    var(--bg);
  font-family: "Inter Local", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background-image: linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 96px 0; position: relative; }
.section-tight { padding: 68px 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #d5d9dc;
  background: rgba(255,255,255,.04);
  font-size: .8rem;
}
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
.kicker { color: var(--cyan); font-weight: 750; letter-spacing: .12em; text-transform: uppercase; font-size: .75rem; }
.muted { color: var(--muted); }
.gradient-text { background: linear-gradient(90deg, var(--cyan), #a9fbff); color: transparent; background-clip: text; -webkit-background-clip: text; text-shadow: 0 0 28px rgba(8,230,242,.32); }
.green-text { color: var(--green); text-shadow: 0 0 28px rgba(57,244,13,.36); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(2, 3, 4, .82);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}
.nav-shell { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 1.08rem; font-weight: 850; letter-spacing: -.02em; }
.brand img { width: 31px; height: 31px; object-fit: contain; border-radius: 8px; }
.nav-links { display: flex; align-items: center; gap: 30px; color: #c8cdd1; font-size: .9rem; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: #fff; }
.nav-toggle { display: none; border: 1px solid var(--line); background: rgba(255,255,255,.05); color: #fff; border-radius: 11px; width: 42px; height: 42px; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 19px;
  border-radius: 13px;
  border: 1px solid var(--line);
  font-weight: 760;
  font-size: .9rem;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.28); }
.btn-primary { color: #050708; background: #fff; border-color: #fff; }
.btn-ghost { color: #fff; background: rgba(255,255,255,.035); }
.btn-cyan { color: #001012; background: linear-gradient(100deg, var(--cyan), #9cffef); border: 0; box-shadow: 0 12px 40px rgba(8,230,242,.18); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }

.hero { min-height: 680px; display: grid; align-items: center; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.06); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(transparent, var(--bg)); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; gap: 58px; align-items: center; padding: 78px 0 110px; }
.hero-copy { position: relative; }
.hero-bg {
  position: absolute;
  z-index: -1;
  width: 580px;
  max-width: none;
  left: -130px;
  top: 20px;
  opacity: .28;
  filter: saturate(.95) contrast(1.1);
  mask-image: radial-gradient(ellipse, black 18%, transparent 70%);
}
.hero h1 { margin: 22px 0 22px; max-width: 690px; font-size: clamp(3.1rem, 5.2vw, 5rem); line-height: 1.12; letter-spacing: -.055em; }
.hero-lead { max-width: 610px; color: #b5bbc0; font-size: 1.08rem; margin-bottom: 28px; }
.mini-benefits { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 26px; color: #9ca4aa; font-size: .78rem; }

.delivery-card {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(12, 224, 241, .27), rgba(166, 70, 230, .34) 55%, rgba(142, 255, 0, .24)),
    rgba(18, 20, 24, .8);
  box-shadow: 0 30px 90px rgba(90,38,140,.25), inset 0 1px 0 rgba(255,255,255,.18);
  overflow: hidden;
}
.delivery-card::before { content: ""; position: absolute; inset: -40%; background: radial-gradient(circle, rgba(255,255,255,.15), transparent 55%); transform: translate(28%, -20%); }
.delivery-card > * { position: relative; }
.delivery-card h2 { margin: 12px 0 8px; font-size: 1.55rem; letter-spacing: -.035em; }
.speed-badge { position: absolute; right: 26px; top: 26px; padding: 12px 14px; border-radius: 17px; background: rgba(25,10,34,.42); font-size: .76rem; }
.feature-stack { display: grid; gap: 11px; margin: 24px 0 18px; padding: 18px; border-radius: 20px; background: rgba(0,0,0,.34); }
.feature-line { display: grid; grid-template-columns: 33px 1fr; gap: 10px; align-items: center; padding: 13px 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(255,255,255,.025); }
.feature-line strong, .feature-line span { display: block; }
.feature-line span { color: #c2c6ca; font-size: .8rem; }
.pill-row { display: flex; flex-wrap: wrap; gap: 8px; }
.pill { padding: 5px 10px; border-radius: 999px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.045); color: #d4d7d9; font-size: .72rem; }
.extra-card { margin-top: 18px; padding: 19px; border-radius: 18px; background: linear-gradient(100deg, rgba(0,217,255,.36), rgba(218,86,221,.46), rgba(141,248,0,.47)); }
.extra-card p { margin: 6px 0 0; color: #e9eaec; font-size: .86rem; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 34px; }
.section-heading h2, .page-title { margin: 0; letter-spacing: -.045em; }
.section-heading h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.section-heading p { margin: 7px 0 0; color: var(--muted); }
.text-link { color: #dbe0e3; font-weight: 720; }
.text-link:hover { color: var(--cyan); }

.service-grid, .process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-preview, .service-detail, .process-card, .info-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(255,255,255,.065), rgba(255,255,255,.018));
  box-shadow: var(--shadow);
}
.service-preview { min-height: 330px; padding: 26px; display: flex; flex-direction: column; justify-content: end; }
.service-preview::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 16%, rgba(3,5,6,.96) 83%); }
.service-preview img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .66; transition: transform .5s ease, opacity .5s ease; }
.service-preview:hover img { transform: scale(1.045); opacity: .82; }
.service-preview-content { position: relative; z-index: 1; }
.service-preview h3 { font-size: 1.35rem; margin: 0 0 6px; }
.service-preview p { color: #bac0c5; margin: 0 0 18px; }

.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 42px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: radial-gradient(circle at 12% 0%, rgba(8,230,242,.12), transparent 42%), radial-gradient(circle at 95% 100%, rgba(57,244,13,.1), transparent 32%), rgba(255,255,255,.03); }
.cta-panel h2 { margin: 0 0 6px; font-size: clamp(1.8rem, 4vw, 2.7rem); letter-spacing: -.04em; }
.cta-panel p { margin: 0; color: var(--muted); }

.page-hero { position: relative; overflow: hidden; padding: 110px 0 72px; border-bottom: 1px solid rgba(255,255,255,.07); }
.page-hero .page-visual { position: absolute; right: max(2vw, calc((100% - 1120px)/2)); top: 24px; width: 510px; opacity: .24; mask-image: radial-gradient(ellipse, black 20%, transparent 72%); }
.page-title { position: relative; z-index: 1; font-size: clamp(3rem, 7vw, 5.3rem); }
.page-intro { position: relative; z-index: 1; max-width: 680px; color: var(--muted); font-size: 1.06rem; }

.service-details { display: grid; gap: 22px; }
.service-detail { min-height: 390px; display: grid; grid-template-columns: 1.15fr .85fr; padding: 34px; align-items: center; }
.service-detail:nth-child(even) { grid-template-columns: .85fr 1.15fr; }
.service-detail:nth-child(even) .service-art { order: -1; }
.service-detail h2 { margin: 0 0 10px; font-size: clamp(1.9rem, 4vw, 3rem); letter-spacing: -.04em; }
.service-detail p { color: var(--muted); }
.service-detail ul, .check-list { list-style: none; padding: 0; margin: 22px 0; display: grid; gap: 11px; }
.service-detail li, .check-list li { color: #d9dde0; }
.service-detail li::before, .check-list li::before { content: "✓"; color: var(--green); margin-right: 10px; font-weight: 900; }
.service-art { justify-self: center; max-height: 330px; filter: drop-shadow(0 25px 50px rgba(0,0,0,.45)); }

.process-card { padding: 28px; }
.step-number { display: inline-flex; color: var(--cyan); font-weight: 820; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.process-card h2 { margin: 12px 0 8px; font-size: 1.35rem; }
.process-card p { color: var(--muted); }
.included-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.included-item { padding: 17px 18px; border-radius: 15px; border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.included-item::before { content: "✓"; margin-right: 10px; color: var(--green); font-weight: 900; }

.contact-layout { display: grid; grid-template-columns: 1.12fr .88fr; gap: 24px; align-items: start; }
.form-card, .info-card { padding: 30px; }
.form-card h2, .info-card h2 { margin-top: 0; letter-spacing: -.03em; }
.form-grid { display: grid; gap: 14px; }
.field { width: 100%; border: 1px solid var(--line); border-radius: 13px; color: #fff; background: rgba(255,255,255,.055); padding: 13px 14px; outline: none; }
.field:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(8,230,242,.09); }
textarea.field { min-height: 150px; resize: vertical; }
.form-status { min-height: 1.4em; margin: 0; color: #a8f5ee; font-size: .86rem; }
.contact-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.response-box { margin-top: 22px; padding: 18px; border-radius: 16px; background: linear-gradient(120deg, rgba(8,230,242,.1), rgba(139,92,246,.09)); border: 1px solid var(--line); }

.legal { max-width: 760px; min-height: 50vh; }
.legal h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); letter-spacing: -.05em; }
.legal p { color: var(--muted); font-size: 1.05rem; }

.site-footer { border-top: 1px solid rgba(255,255,255,.08); color: #8f979d; }
.footer-shell { min-height: 105px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.footer-links { display: flex; gap: 20px; }
.footer-links a:hover { color: #fff; }

.helpdesk { background: #07090b; --orange: #ff7900; }
.helpdesk-header { border-bottom: 1px solid var(--line); }
.helpdesk-shell { min-height: 74px; display: flex; align-items: center; justify-content: space-between; }
.helpdesk-brand { display: flex; gap: 5px; align-items: center; font-size: 1.1rem; font-weight: 850; }
.helpdesk-mark { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,121,0,.42); background: rgba(255,121,0,.12); border-radius: 15px; }
.helpdesk-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 24px 0 42px; }
.hd-card { border: 1px solid var(--line); border-radius: 23px; background: #15191c; padding: 24px; }
.hd-card h1, .hd-card h2 { margin: 0 0 4px; }
.hd-card p { margin-top: 4px; color: #c1c5c8; font-size: .9rem; }
.hd-row { display: grid; gap: 14px; }
.hd-row-2 { grid-template-columns: 1fr 1fr; }
.hd-label { margin-bottom: 6px; color: #8f979d; font-size: .78rem; }
.hd-input, .hd-select, .hd-textarea { width: 100%; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; padding: 12px 13px; color: #fff; background: #0d1012; outline: none; }
.hd-textarea { min-height: 140px; resize: vertical; }
.hd-input:focus, .hd-select:focus, .hd-textarea:focus { border-color: var(--orange); }
.hd-btn { min-height: 43px; border-radius: 13px; border: 1px solid rgba(255,255,255,.18); font-weight: 760; }
.hd-btn-primary { background: var(--orange); color: #111; border-color: var(--orange); }
.hd-btn-ghost { color: #fff; background: transparent; }
.hd-tip { padding: 13px; border: 1px solid rgba(255,121,0,.4); border-radius: 13px; background: rgba(255,121,0,.09); }
.hd-staff { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.helpdesk-footer { border-top: 1px solid var(--line); padding: 22px 0; color: #81898f; font-size: .83rem; }

.reveal { transform: translateY(0); opacity: 1; }
.js .reveal { transform: translateY(18px); opacity: 0; transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { transform: translateY(0); opacity: 1; }

@media (max-width: 900px) {
  .hero-grid, .contact-layout, .helpdesk-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 60px; }
  .hero { min-height: auto; }
  .delivery-card { max-width: 680px; }
  .service-grid, .process-grid { grid-template-columns: 1fr; }
  .service-detail, .service-detail:nth-child(even) { grid-template-columns: 1fr; }
  .service-detail:nth-child(even) .service-art { order: initial; }
  .service-art { max-height: 270px; }
  .page-hero .page-visual { right: -100px; opacity: .18; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1120px); }
  .nav-toggle { display: grid; place-items: center; }
  .nav-shell > .btn-primary { display: none; }
  .nav-links { position: absolute; left: 14px; right: 14px; top: 64px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: rgba(7,9,11,.97); box-shadow: var(--shadow); }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 12px 13px; border-radius: 10px; }
  .nav-links a:hover { background: rgba(255,255,255,.05); }
  .section { padding: 72px 0; }
  .hero h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  .hero-grid { gap: 42px; padding-bottom: 82px; }
  .delivery-card { padding: 20px; }
  .speed-badge { position: static; display: inline-block; margin-top: 10px; }
  .feature-stack { padding: 10px; }
  .section-heading, .cta-panel, .footer-shell { align-items: flex-start; flex-direction: column; }
  .cta-panel { padding: 28px; }
  .included-grid, .hd-row-2 { grid-template-columns: 1fr; }
  .service-detail, .form-card, .info-card, .hd-card { padding: 22px; }
  .helpdesk-grid { padding-top: 16px; }
  .hd-staff { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Nueva dirección comercial: webs completas y asequibles */
.home-redesign {
  --sales-ink: #111827;
  --sales-blue: #275efe;
  --sales-lime: #c7f464;
  --sales-cream: #f6f5ef;
  color: var(--sales-ink);
  background: var(--sales-cream);
}
.home-redesign::before { display: none; }
.home-redesign .site-header { color: var(--sales-ink); background: rgba(246,245,239,.91); border-color: rgba(17,24,39,.1); }
.home-redesign .brand { color: var(--sales-ink); }
.home-redesign .nav-links { color: #4b5563; }
.home-redesign .nav-links a:hover, .home-redesign .nav-links a[aria-current="page"] { color: var(--sales-blue); }
.home-redesign .site-header .btn-primary { color: #fff; background: var(--sales-ink); border-color: var(--sales-ink); }
.home-redesign .site-footer { color: #667085; background: #fff; border-color: #e5e7eb; }
.home-redesign .footer-links a:hover { color: var(--sales-blue); }

.sales-hero { position: relative; overflow: hidden; padding: 92px 0 112px; border-bottom: 1px solid #e6e5de; background: radial-gradient(circle at 8% 5%, rgba(39,94,254,.1), transparent 24rem), var(--sales-cream); }
.sales-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -180px; bottom: -250px; border: 70px solid var(--sales-lime); border-radius: 50%; opacity: .65; }
.sales-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .94fr; gap: 74px; align-items: center; }
.sales-copy h1 { max-width: 720px; margin: 22px 0; color: var(--sales-ink); font-size: clamp(3.3rem, 6vw, 5.7rem); line-height: .99; letter-spacing: -.068em; }
.sales-copy h1 span { color: var(--sales-blue); }
.sales-copy > p { max-width: 630px; margin: 0 0 30px; color: #515b6b; font-size: 1.12rem; }
.offer-tag { display: inline-flex; align-items: center; gap: 7px; padding: 8px 13px; border: 1px solid #d9d8d0; border-radius: 999px; color: #4b5563; background: rgba(255,255,255,.68); font-size: .82rem; }
.offer-tag b { color: var(--sales-blue); }
.sales-primary { color: #fff; background: var(--sales-blue); border-color: var(--sales-blue); box-shadow: 0 14px 35px rgba(39,94,254,.22); }
.sales-secondary { color: var(--sales-ink); background: transparent; border-color: #c9c9c2; }
.sales-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 25px; color: #5b6472; font-size: .78rem; font-weight: 680; }
.sales-trust span::first-letter { color: var(--sales-blue); }

.sales-showcase { position: relative; min-height: 480px; display: grid; align-items: center; }
.hero-studio-img { width: 100%; aspect-ratio: 1.28; object-fit: cover; border: 1px solid rgba(17,24,39,.14); border-radius: 24px; box-shadow: 0 32px 80px rgba(17,24,39,.2); transform: rotate(1deg); }
.browser-frame { overflow: hidden; border: 1px solid rgba(17,24,39,.15); border-radius: 22px; background: #fff; box-shadow: 0 32px 80px rgba(17,24,39,.19); transform: rotate(1.2deg); }
.browser-top { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 14px; background: #f0f1f4; border-bottom: 1px solid #dedfe3; }
.browser-top i { width: 8px; height: 8px; border-radius: 50%; background: #c9ccd3; }
.browser-top span { margin-left: 12px; color: #737b89; font-size: .67rem; }
.demo-site { position: relative; min-height: 385px; padding: 24px; overflow: hidden; color: #f9fafb; background: #18372f; }
.demo-nav { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; font-size: .61rem; }
.demo-nav strong { letter-spacing: .18em; }
.demo-nav span { opacity: .75; }
.demo-copy { position: relative; z-index: 2; width: 58%; padding: 70px 0 25px; }
.demo-copy small { color: #dff58d; letter-spacing: .15em; font-size: .55rem; }
.demo-copy h2 { margin: 9px 0; font-family: Georgia, serif; font-size: clamp(2rem, 3.6vw, 3.4rem); line-height: .98; font-weight: 500; letter-spacing: -.05em; }
.demo-copy p { color: rgba(255,255,255,.72); font-size: .78rem; }
.demo-copy b { display: inline-flex; margin-top: 16px; padding-bottom: 4px; border-bottom: 1px solid #dff58d; color: #dff58d; font-size: .68rem; }
.demo-shape { position: absolute; right: -16%; bottom: -16%; width: 63%; aspect-ratio: 1; border-radius: 50% 50% 42% 58%; background: #dff58d; transform: rotate(-20deg); }
.demo-shape::before { content: ""; position: absolute; inset: 12%; border: 2px solid #18372f; border-radius: inherit; }
.demo-shape span { position: absolute; width: 44%; height: 60%; left: 22%; top: 16%; border-radius: 48% 52% 35% 65%; background: #8bb86d; }
.floating-price, .floating-score { position: absolute; z-index: 3; display: grid; padding: 16px 18px; border-radius: 17px; box-shadow: 0 18px 44px rgba(17,24,39,.18); }
.floating-price { left: -34px; bottom: 18px; color: #fff; background: var(--sales-blue); }
.floating-price small { opacity: .75; }
.floating-price strong { font-size: 1.35rem; }
.floating-price span { opacity: .72; font-size: .68rem; }
.floating-score { right: -22px; top: 22px; color: var(--sales-ink); background: var(--sales-lime); }
.floating-score strong { font-size: 1.2rem; }
.floating-score span { font-size: .68rem; }

@media (max-width: 900px) {
  .sales-hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .sales-showcase { min-height: 430px; max-width: 650px; }
}
@media (max-width: 720px) {
  .home-redesign .nav-links { color: #4b5563; background: rgba(255,255,255,.98); border-color: #d8d8d0; }
  .home-redesign .nav-toggle { color: var(--sales-ink); background: #fff; border-color: #d8d8d0; }
  .sales-hero { padding: 62px 0 80px; }
  .sales-copy h1 { font-size: clamp(2.8rem, 14vw, 4.1rem); }
  .sales-trust { gap: 10px 16px; }
  .sales-showcase { min-height: 360px; }
  .demo-site { min-height: 300px; }
  .demo-copy { width: 68%; padding-top: 48px; }
  .demo-nav span { display: none; }
  .floating-price { left: 10px; bottom: -22px; }
  .floating-score { right: -4px; top: -16px; }
}

.sales-strip { color: #fff; background: var(--sales-ink); }
.sales-strip .container { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #d9dce2; font-size: .77rem; font-weight: 730; }
.sales-strip i { width: 4px; height: 4px; flex: 0 0 auto; border-radius: 50%; background: var(--sales-lime); }
.sales-section { padding: 112px 0; }
.sales-heading { max-width: 760px; margin-bottom: 48px; }
.sales-heading > span { color: var(--sales-blue); font-size: .72rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.sales-heading h2 { margin: 13px 0 17px; color: var(--sales-ink); font-size: clamp(2.5rem, 5.4vw, 4.8rem); line-height: 1.02; letter-spacing: -.06em; }
.sales-heading p { max-width: 620px; margin: 0; color: #5d6673; font-size: 1.02rem; }
.sales-heading.centered { margin-inline: auto; text-align: center; }
.sales-heading.centered p { margin-inline: auto; }
.sales-heading-row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 42px; }
.sales-heading-row > div { max-width: 720px; }
.sales-heading-row > p { max-width: 390px; padding-bottom: 8px; }

.sales-benefits { background: #fff; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.benefit-card { min-height: 310px; display: flex; flex-direction: column; padding: 25px; border: 1px solid #e4e6e8; border-radius: 20px; background: #f8f8f5; }
.benefit-card > b { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: var(--sales-blue); background: #e7ecff; font-size: .74rem; }
.benefit-card h3 { margin: auto 0 11px; font-size: 1.28rem; line-height: 1.14; letter-spacing: -.035em; }
.benefit-card p { margin: 0; color: #68717e; font-size: .88rem; }
.benefit-dark { color: #fff; background: var(--sales-ink); border-color: var(--sales-ink); }
.benefit-dark > b { color: var(--sales-ink); background: var(--sales-lime); }
.benefit-dark p { color: #b8bec8; }
.benefit-dark a { margin-top: 21px; color: var(--sales-lime); font-size: .84rem; font-weight: 790; }

.portfolio-section { background: #ebeae3; }
.project-grid { display: grid; grid-template-columns: 1.05fr .95fr .95fr; gap: 17px; }
.project-card { overflow: hidden; border-radius: 22px; background: #fff; box-shadow: 0 15px 40px rgba(17,24,39,.08); }
.project-screen { min-height: 430px; padding: 23px; }
.project-screen header { display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: .59rem; }
.project-screen header small { opacity: .66; }
.project-screen > div { max-width: 78%; padding-top: 118px; }
.project-screen > div small { letter-spacing: .16em; font-size: .58rem; }
.project-screen h3 { margin: 10px 0 20px; font-size: clamp(2.15rem, 3.6vw, 3.6rem); line-height: .98; letter-spacing: -.055em; }
.project-screen button { padding: 10px 13px; border: 0; border-radius: 9px; font-weight: 750; font-size: .68rem; }
.project-card footer { display: flex; justify-content: space-between; gap: 15px; padding: 17px 20px; color: #505866; font-size: .75rem; }
.project-card footer b { color: var(--sales-ink); }
.project-food .project-screen { color: #fff5e7; background: radial-gradient(circle at 86% 82%, #ff7a33 0 12%, transparent 13%), radial-gradient(circle at 83% 81%, transparent 0 19%, #f2c49d 20% 29%, transparent 30%), #48271d; }
.project-food .project-screen h3 { font-family: Georgia, serif; font-weight: 500; }
.project-food button { color: #48271d; background: #ffcf9f; }
.project-care .project-screen { color: #243b36; background: radial-gradient(circle at 82% 76%, rgba(255,255,255,.8) 0 12%, transparent 13%), linear-gradient(135deg, #eef2e7, #cbdcc9); }
.project-care .project-screen h3 { font-family: Georgia, serif; font-weight: 500; }
.project-care button { color: #fff; background: #385b52; }
.project-shop .project-screen { color: #f9f7ee; background: linear-gradient(148deg, transparent 55%, rgba(255,255,255,.12) 55%), #2c3045; }
.project-shop button { color: #2c3045; background: #d9f371; }

.pricing-section { background: #fff; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 30px; border: 1px solid #dfe2e5; border-radius: 22px; background: #f8f8f5; }
.price-card.featured { color: #fff; background: var(--sales-blue); border-color: var(--sales-blue); box-shadow: 0 25px 70px rgba(39,94,254,.24); transform: translateY(-12px); }
.plan-label { color: var(--sales-blue); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.featured .plan-label { color: var(--sales-lime); }
.popular { position: absolute; right: 22px; top: 22px; padding: 5px 9px; border-radius: 999px; color: var(--sales-ink); background: var(--sales-lime); font-size: .63rem; font-weight: 850; }
.price-card h3 { min-height: 2.4em; margin: 18px 0 8px; font-size: 1.36rem; line-height: 1.2; letter-spacing: -.035em; }
.price { margin: 12px 0 20px; font-size: 2.65rem; font-weight: 880; letter-spacing: -.06em; }
.price small { font-size: .72rem; font-weight: 620; letter-spacing: 0; }
.price-card ul { list-style: none; display: grid; gap: 11px; padding: 21px 0; margin: 0 0 20px; border-top: 1px solid rgba(17,24,39,.11); }
.featured ul { border-color: rgba(255,255,255,.22); }
.price-card li { font-size: .85rem; }
.price-card li::before { content: "✓"; margin-right: 10px; color: var(--sales-blue); font-weight: 900; }
.featured li::before { color: var(--sales-lime); }
.price-card .btn { width: 100%; margin-top: auto; }
.featured .sales-primary { color: var(--sales-ink); background: #fff; border-color: #fff; box-shadow: none; }

.steps-section { background: var(--sales-cream); }
.steps-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 95px; align-items: start; }
.steps-layout .sales-heading { position: sticky; top: 120px; }
.steps-layout .sales-heading .btn { margin-top: 27px; }
.simple-steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid #d9d9d2; }
.simple-steps li { display: grid; grid-template-columns: 62px 1fr; gap: 24px; padding: 32px 0; border-bottom: 1px solid #d9d9d2; }
.simple-steps li > b { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: var(--sales-blue); background: #e4e9fc; }
.simple-steps h3 { margin: 0 0 6px; font-size: 1.27rem; letter-spacing: -.025em; }
.simple-steps p { margin: 0; color: #626b78; }

.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-list { border-top: 1px solid #dfe2e5; }
.faq-list details { padding: 22px 0; border-bottom: 1px solid #dfe2e5; }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-weight: 790; }
.faq-list summary::after { content: "+"; color: var(--sales-blue); font-size: 1.2rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 650px; margin: 12px 0 0; color: #68717e; font-size: .9rem; }

.sales-cta { padding: 90px 0; color: #fff; background: var(--sales-blue); }
.sales-cta .container { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.sales-cta span { color: var(--sales-lime); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sales-cta h2 { margin: 12px 0 0; font-size: clamp(2.6rem, 5.2vw, 4.8rem); line-height: 1.02; letter-spacing: -.06em; }
.sales-cta-btn { color: var(--sales-ink); background: var(--sales-lime); border-color: var(--sales-lime); white-space: nowrap; }
.sales-cta p { margin: 11px 0 0; opacity: .72; font-size: .75rem; text-align: center; }

@media (max-width: 1000px) {
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .project-card:last-child { grid-column: 1 / -1; }
  .project-card:last-child .project-screen { min-height: 340px; }
}
@media (max-width: 820px) {
  .pricing-grid, .steps-layout, .faq-layout { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .steps-layout, .faq-layout { gap: 35px; }
  .steps-layout .sales-heading { position: static; }
  .sales-heading-row, .sales-cta .container { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  .sales-section { padding: 78px 0; }
  .sales-strip .container { overflow: hidden; justify-content: flex-start; white-space: nowrap; }
  .sales-strip span:nth-of-type(n+3), .sales-strip i:nth-of-type(n+2) { display: none; }
  .benefit-grid, .project-grid { grid-template-columns: 1fr; }
  .project-card:last-child { grid-column: auto; }
  .benefit-card { min-height: 250px; }
  .project-screen { min-height: 355px; }
  .sales-heading h2 { font-size: clamp(2.4rem, 12vw, 3.6rem); }
  .sales-cta { padding: 70px 0; }
}

/* Páginas interiores del nuevo posicionamiento */
.sales-inner { --sales-ink: #111827; --sales-blue: #275efe; --sales-lime: #c7f464; --sales-cream: #f6f5ef; color: var(--sales-ink); background: var(--sales-cream); }
.sales-inner::before { display: none; }
.sales-inner .site-header { color: var(--sales-ink); background: rgba(246,245,239,.92); border-color: rgba(17,24,39,.1); }
.sales-inner .brand { color: var(--sales-ink); }
.sales-inner .nav-links { color: #4b5563; }
.sales-inner .nav-links a:hover, .sales-inner .nav-links a[aria-current="page"] { color: var(--sales-blue); }
.sales-inner .site-header .btn-primary { color: #fff; background: var(--sales-ink); border-color: var(--sales-ink); }
.sales-inner .site-footer { color: #667085; background: #fff; border-color: #e5e7eb; }
.sales-inner .footer-links a:hover { color: var(--sales-blue); }
.sales-inner .legal h1 { color: var(--sales-ink); }
.sales-inner .legal p { color: #5f6875; }
.sales-inner .kicker { color: var(--sales-blue); }

.inner-sales-hero { position: relative; overflow: hidden; padding: 112px 0 105px; border-bottom: 1px solid #deded7; background: radial-gradient(circle at 91% 14%, rgba(199,244,100,.7) 0 8%, transparent 8.5%), radial-gradient(circle at 90% 17%, transparent 0 14%, rgba(39,94,254,.13) 14.5% 24%, transparent 24.5%), var(--sales-cream); }
.inner-sales-hero .container { position: relative; z-index: 1; }
.inner-sales-hero .container > span, .inner-heading > span, .contact-sales-copy > span { color: var(--sales-blue); font-size: .72rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.inner-sales-hero h1 { max-width: 900px; margin: 17px 0 22px; font-size: clamp(3.4rem, 7vw, 6.3rem); line-height: .99; letter-spacing: -.07em; }
.inner-sales-hero h1 em, .contact-sales-copy h1 em { color: var(--sales-blue); font-style: normal; }
.inner-sales-hero p { max-width: 690px; margin: 0 0 30px; color: #5b6472; font-size: 1.08rem; }
.process-sales-hero { background: radial-gradient(circle at 86% 35%, var(--sales-lime) 0 10%, transparent 10.5%), radial-gradient(circle at 85% 35%, transparent 0 16%, rgba(39,94,254,.13) 16.5% 27%, transparent 27.5%), var(--sales-cream); }

.inner-section { padding: 110px 0; background: #fff; }
.inner-heading { max-width: 760px; margin-bottom: 46px; }
.inner-heading h2 { margin: 12px 0 0; font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: 1.02; letter-spacing: -.06em; }
.solution-grid { display: grid; gap: 14px; }
.solution-card { display: grid; grid-template-columns: 72px 1fr; gap: 25px; padding: 31px; border: 1px solid #e0e3e5; border-radius: 21px; background: #f8f8f5; }
.solution-card > b { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; color: var(--sales-blue); background: #e3e9ff; }
.solution-card > div > span { color: var(--sales-blue); font-size: .7rem; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.solution-card h2 { margin: 7px 0 8px; font-size: 2rem; letter-spacing: -.045em; }
.solution-card p { max-width: 740px; margin: 0; color: #66707d; }
.solution-card ul { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 20px 0; margin: 0; }
.solution-card li { padding: 7px 10px; border: 1px solid #dce0e3; border-radius: 999px; background: #fff; font-size: .72rem; }
.solution-card li::before { content: "✓"; margin-right: 6px; color: var(--sales-blue); font-weight: 900; }
.solution-card a { color: var(--sales-blue); font-weight: 820; font-size: .84rem; }
.solution-card.solution-featured { color: #fff; background: var(--sales-blue); border-color: var(--sales-blue); }
.solution-featured > b { color: var(--sales-ink); background: var(--sales-lime); }
.solution-featured > div > span, .solution-featured a { color: var(--sales-lime); }
.solution-featured p { color: rgba(255,255,255,.76); }
.solution-featured li { color: #fff; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.08); }
.solution-featured li::before { color: var(--sales-lime); }

.included-band { padding: 100px 0; background: var(--sales-cream); }
.included-sales-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.included-sales-grid > div { display: grid; grid-template-columns: 35px 1fr; gap: 12px; padding: 20px; border: 1px solid #dddcd4; border-radius: 16px; background: rgba(255,255,255,.58); }
.included-sales-grid b { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: var(--sales-blue); background: #e4e9fc; }
.included-sales-grid span, .included-sales-grid strong { display: block; }
.included-sales-grid span { color: #69727e; font-size: .78rem; }
.included-sales-grid strong { margin-bottom: 4px; color: var(--sales-ink); font-size: .88rem; }

.process-timeline { max-width: 930px; }
.process-timeline article { position: relative; display: grid; grid-template-columns: 92px 1fr; gap: 32px; padding-bottom: 80px; }
.process-timeline article:not(:last-child)::before { content: ""; position: absolute; left: 27px; top: 58px; bottom: 13px; width: 1px; background: #d6d9dd; }
.timeline-number { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--sales-blue); font-weight: 850; }
.process-timeline article > div:last-child > span { color: var(--sales-blue); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.process-timeline h2 { margin: 8px 0 10px; font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.05em; }
.process-timeline p { max-width: 700px; color: #606a77; }
.process-timeline ul { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 13px 0 0; }
.process-timeline li { padding: 7px 10px; border-radius: 999px; color: #505966; background: #f0f1ec; font-size: .72rem; }
.promise-section { padding: 100px 0; color: #fff; background: var(--sales-ink); }
.promise-section .container > span { color: var(--sales-lime); font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.promise-section blockquote { max-width: 900px; margin: 22px 0 38px; font-size: clamp(2.5rem, 5.5vw, 5rem); line-height: 1.03; letter-spacing: -.06em; }
.promise-section .container > div { display: flex; flex-wrap: wrap; gap: 11px; }
.promise-section .container > div span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #c8cdd4; font-size: .76rem; }

.contact-sales { min-height: calc(100vh - 177px); padding: 86px 0 100px; background: radial-gradient(circle at 5% 5%, rgba(39,94,254,.1), transparent 26rem), var(--sales-cream); }
.contact-sales-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 72px; align-items: start; }
.contact-sales-copy { padding-top: 18px; }
.contact-sales-copy h1 { margin: 16px 0 20px; font-size: clamp(3.1rem, 6vw, 5.4rem); line-height: 1; letter-spacing: -.07em; }
.contact-sales-copy > p { color: #5e6875; font-size: 1.02rem; }
.direct-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 30px 0; }
.direct-contact a { display: grid; padding: 16px; border: 1px solid #d9d9d2; border-radius: 14px; background: rgba(255,255,255,.64); }
.direct-contact b, .direct-contact span { display: block; }
.direct-contact span { margin-top: 4px; color: #68717e; font-size: .7rem; overflow-wrap: anywhere; }
.contact-note { display: grid; gap: 5px; padding: 18px; border-left: 3px solid var(--sales-blue); color: #5f6874; background: #e8ecfb; font-size: .8rem; }
.contact-note b { color: var(--sales-ink); }
.budget-form-card { padding: 29px; border: 1px solid #dedfdc; border-radius: 22px; background: #fff; box-shadow: 0 24px 70px rgba(17,24,39,.11); }
.budget-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.budget-form label { color: #3e4652; font-size: .76rem; font-weight: 760; }
.budget-form label:nth-of-type(n+3) { grid-column: 1 / -1; }
.budget-form input, .budget-form select, .budget-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #d8dce0; border-radius: 11px; color: var(--sales-ink); background: #fafaf8; outline: none; }
.budget-form input:focus, .budget-form select:focus, .budget-form textarea:focus { border-color: var(--sales-blue); box-shadow: 0 0 0 3px rgba(39,94,254,.08); }
.budget-form textarea { min-height: 130px; resize: vertical; }
.budget-form button, .budget-form .form-status, .budget-form > small { grid-column: 1 / -1; }
.budget-form > small { color: #7a838e; text-align: center; }
.budget-form .form-status { color: var(--sales-blue); }

@media (max-width: 900px) {
  .included-sales-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-sales-grid { grid-template-columns: 1fr; gap: 42px; }
}
@media (max-width: 720px) {
  .sales-inner .nav-links { color: #4b5563; background: rgba(255,255,255,.98); border-color: #d8d8d0; }
  .sales-inner .nav-toggle { color: var(--sales-ink); background: #fff; border-color: #d8d8d0; }
  .inner-sales-hero { padding: 76px 0; }
  .inner-section, .included-band { padding: 76px 0; }
  .solution-card { grid-template-columns: 1fr; padding: 23px; }
  .included-sales-grid { grid-template-columns: 1fr; }
  .process-timeline article { grid-template-columns: 62px 1fr; gap: 15px; padding-bottom: 58px; }
  .process-timeline article:not(:last-child)::before { left: 23px; }
  .timeline-number { width: 48px; height: 48px; }
  .contact-sales { padding: 65px 0 80px; }
  .budget-form { grid-template-columns: 1fr; }
  .budget-form label { grid-column: 1 / -1; }
  .direct-contact { grid-template-columns: 1fr; }
}

.legal-sales-hero { padding: 100px 0 82px; border-bottom: 1px solid #dddcd5; background: var(--sales-cream); }
.legal-sales-hero span { color: var(--sales-blue); font-size: .72rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.legal-sales-hero h1 { margin: 14px 0 18px; font-size: clamp(3.3rem, 6.5vw, 5.8rem); line-height: 1; letter-spacing: -.07em; }
.legal-sales-hero h1 em { color: var(--sales-blue); font-style: normal; }
.legal-sales-hero p { max-width: 680px; margin: 0; color: #5e6874; font-size: 1.03rem; }
.legal-sales-body { padding: 90px 0 110px; background: #fff; }
.legal-sales-grid { display: grid; grid-template-columns: 240px 1fr; gap: 90px; align-items: start; }
.legal-sales-grid aside { position: sticky; top: 110px; display: grid; gap: 6px; padding: 18px; border: 1px solid #e0e2e4; border-radius: 15px; background: #f7f7f4; }
.legal-sales-grid aside strong { font-size: .78rem; }
.legal-sales-grid aside span { color: #68717e; font-size: .73rem; }
.legal-sales-grid aside b { margin-top: 11px; color: #7a5a00; font-size: .7rem; font-weight: 650; }
.legal-sales-grid article { max-width: 760px; }
.legal-sales-grid h2 { margin: 0 0 10px; padding-top: 34px; font-size: 1.5rem; letter-spacing: -.03em; }
.legal-sales-grid h2:first-child { padding-top: 0; }
.legal-sales-grid p { margin: 0; color: #5f6875; }
.legal-sales-grid a { color: var(--sales-blue); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 760px) { .legal-sales-grid { grid-template-columns: 1fr; gap: 38px; } .legal-sales-grid aside { position: static; } .legal-sales-hero { padding: 72px 0 62px; } }
