
/* === v1-0-78-correcciones-y-pulido.css === */

/* v1.0.78 - correcciones visuales finales y pulido profesional */
:root {
  --ls-black: #05080c;
  --ls-black-2: #0a1118;
  --ls-cyan: #39c8df;
  --ls-cyan-soft: #e9fbff;
  --ls-white: #ffffff;
  --ls-muted: #5c6c78;
  --ls-line: rgba(7, 17, 26, .12);
  --ls-shadow: 0 18px 48px rgba(7, 17, 26, .09);
  --ls-shadow-strong: 0 28px 78px rgba(7, 17, 26, .16);
}

html,
body {
  overflow-x: hidden !important;
}

body {
  text-rendering: geometricPrecision;
}

a,
button,
.btn,
.button {
  -webkit-tap-highlight-color: transparent;
}

.nav-cta {
  min-width: 174px !important;
  background: var(--ls-black) !important;
  color: var(--ls-white) !important;
  border-color: var(--ls-black) !important;
  text-align: center !important;
  opacity: 1 !important;
  box-shadow: none !important;
}

.header .nav-cta,
.header nav .nav-cta,
a.nav-cta {
  min-width: 174px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--ls-black) !important;
  color: var(--ls-white) !important;
  border: 1px solid var(--ls-black) !important;
  box-shadow: none !important;
  -webkit-text-fill-color: var(--ls-white) !important;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  background: var(--ls-cyan) !important;
  color: var(--ls-black) !important;
  border-color: var(--ls-cyan) !important;
}

.header .nav-cta:hover,
.header .nav-cta:focus-visible,
.header nav .nav-cta:hover,
.header nav .nav-cta:focus-visible,
a.nav-cta:hover,
a.nav-cta:focus-visible {
  background: var(--ls-cyan) !important;
  color: var(--ls-black) !important;
  border-color: var(--ls-cyan) !important;
  -webkit-text-fill-color: var(--ls-black) !important;
}

.btn,
.button,
.plan a,
.plans .plan a,
.plans .featured a,
.lead-form button,
.impact-strip a,
.hero-card-cta,
.services-price-cta {
  position: relative !important;
  overflow: hidden !important;
  background: var(--ls-black) !important;
  color: var(--ls-white) !important;
  border: 1px solid var(--ls-black) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  opacity: 1 !important;
  -webkit-text-fill-color: currentColor !important;
  transition: transform .24s ease, background .24s ease, color .24s ease, border-color .24s ease, box-shadow .24s ease !important;
}

.btn *,
.button *,
.plan a *,
.plans .plan a *,
.plans .featured a *,
.lead-form button *,
.impact-strip a *,
.hero-card-cta *,
.services-price-cta * {
  color: inherit !important;
  opacity: 1 !important;
  -webkit-text-fill-color: currentColor !important;
  background: transparent !important;
}

.btn:hover,
.btn:focus-visible,
.button:hover,
.button:focus-visible,
.plan a:hover,
.plan a:focus-visible,
.plans .plan a:hover,
.plans .plan a:focus-visible,
.lead-form button:hover,
.lead-form button:focus-visible,
.impact-strip a:hover,
.impact-strip a:focus-visible,
.hero-card-cta:hover,
.hero-card-cta:focus-visible,
.services-price-cta:hover,
.services-price-cta:focus-visible {
  background: var(--ls-cyan) !important;
  color: var(--ls-black) !important;
  border-color: var(--ls-cyan) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 34px rgba(57, 200, 223, .22) !important;
}

.button.primary,
.hero-actions .button.primary {
  background: var(--ls-black) !important;
  color: var(--ls-white) !important;
  -webkit-text-fill-color: var(--ls-white) !important;
}

.hero .button.primary,
.hero .hero-actions .button.primary {
  background: var(--ls-black) !important;
  color: var(--ls-white) !important;
  border-color: var(--ls-black) !important;
  -webkit-text-fill-color: var(--ls-white) !important;
}

.hero .button.primary span,
.hero .hero-actions .button.primary span {
  background: transparent !important;
  color: var(--ls-white) !important;
  -webkit-text-fill-color: var(--ls-white) !important;
}

.hero .button.primary:hover,
.hero .button.primary:focus-visible,
.hero .hero-actions .button.primary:hover,
.hero .hero-actions .button.primary:focus-visible {
  background: var(--ls-cyan) !important;
  color: var(--ls-black) !important;
  border-color: var(--ls-cyan) !important;
  -webkit-text-fill-color: var(--ls-black) !important;
}

.hero .button.primary:hover span,
.hero .button.primary:focus-visible span {
  color: var(--ls-black) !important;
  -webkit-text-fill-color: var(--ls-black) !important;
}

.button::after,
.btn::after,
.plan a::after,
.lead-form button::after,
.impact-strip a::after,
.services-price-cta::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  width: 42% !important;
  transform: translateX(-150%) skewX(-18deg) !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .34), transparent) !important;
  transition: transform .65s ease !important;
  pointer-events: none !important;
}

.button:hover::after,
.btn:hover::after,
.plan a:hover::after,
.lead-form button:hover::after,
.impact-strip a:hover::after,
.services-price-cta:hover::after {
  transform: translateX(280%) skewX(-18deg) !important;
}

.plan-grid {
  align-items: stretch !important;
}

.plan,
.plan-note,
.impact-card,
.metric-card,
.promise-panel,
.lead-form,
.service-large,
.service-small,
.industry-card,
.process-card,
.recommend-card,
.ticket {
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease !important;
}

.plan:hover,
.plan-note:hover,
.impact-card:hover,
.metric-card:hover,
.promise-panel:hover,
.service-large:hover,
.service-small:hover,
.industry-card:hover,
.process-card:hover,
.recommend-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: var(--ls-shadow-strong) !important;
}

.plans .plan.featured,
.plan.featured {
  background:
    radial-gradient(circle at 14% 0, rgba(57, 200, 223, .20), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #f8fcfe 100%) !important;
  color: var(--ls-black) !important;
  border: 1px solid rgba(57, 200, 223, .30) !important;
  box-shadow: 0 24px 66px rgba(7, 17, 26, .13) !important;
}

.plans .plan.featured .badge,
.plan.featured .badge {
  background: var(--ls-cyan) !important;
  color: var(--ls-black) !important;
  border-radius: 0 0 18px 18px !important;
  letter-spacing: .18em !important;
}

.plans .plan.featured .plan-title,
.plan.featured .plan-title {
  border-bottom-color: rgba(7, 17, 26, .10) !important;
}

.plans .plan.featured .plan-title span,
.plans .plan.featured .plan-title p,
.plans .plan.featured .price small,
.plans .plan.featured .price strong,
.plans .plan.featured .price em,
.plans .plan.featured li,
.plan.featured .plan-title span,
.plan.featured .plan-title p,
.plan.featured .price small,
.plan.featured .price strong,
.plan.featured .price em,
.plan.featured li {
  color: var(--ls-black) !important;
  -webkit-text-fill-color: var(--ls-black) !important;
}

.plans .plan.featured li,
.plan.featured li {
  background: rgba(255, 255, 255, .72) !important;
  border-color: rgba(7, 17, 26, .10) !important;
}

.price strong {
  letter-spacing: -.035em !important;
}

.plan-title span,
.price strong,
.recommend-card h3,
.ticket {
  font-weight: 900 !important;
}

.recommend {
  background:
    radial-gradient(circle at 16% 10%, rgba(57, 200, 223, .16), transparent 34%),
    linear-gradient(180deg, #f5fbfd 0%, #ffffff 100%) !important;
  color: var(--ls-black) !important;
}

.recommend .eyebrow {
  color: var(--ls-black) !important;
}

.recommend-card {
  background: rgba(255, 255, 255, .94) !important;
  color: var(--ls-black) !important;
  border: 1px solid rgba(7, 17, 26, .12) !important;
  box-shadow: var(--ls-shadow) !important;
}

.recommend-card h3,
.recommend-card p,
.recommend-card strong,
.recommend-card span {
  color: var(--ls-black) !important;
  -webkit-text-fill-color: var(--ls-black) !important;
}

.recommend-card p {
  color: var(--ls-muted) !important;
}

.ticket {
  display: block !important;
  margin: 18px 0 20px !important;
  padding: 18px 20px !important;
  background: var(--ls-white) !important;
  color: var(--ls-black) !important;
  border: 1px solid rgba(7, 17, 26, .12) !important;
  border-radius: 20px !important;
  line-height: 1.16 !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .70) !important;
}

.process-card {
  justify-content: flex-start !important;
  align-items: flex-start !important;
  min-height: auto !important;
  background: #fff !important;
  color: var(--ls-black) !important;
}

.process-card::before {
  content: "" !important;
  display: block !important;
  flex: 0 0 auto !important;
  width: calc(100% + 52px) !important;
  height: clamp(165px, 20vw, 218px) !important;
  margin: -26px -26px 22px !important;
  background-color: #dce8ee !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-bottom: 1px solid rgba(7, 17, 26, .08) !important;
}

.process-card b,
.process-card p {
  text-align: left !important;
}

.process-card b {
  color: var(--ls-black) !important;
  -webkit-text-fill-color: var(--ls-black) !important;
}

.process-card p {
  color: var(--ls-muted) !important;
  -webkit-text-fill-color: var(--ls-muted) !important;
}

.industry-comercio .process-grid .process-card:nth-child(1)::before { background-image: linear-gradient(180deg, rgba(5, 8, 12, .02), rgba(5, 8, 12, .16)), url("process-cards/comercio-01.webp") !important; }
.industry-comercio .process-grid .process-card:nth-child(2)::before { background-image: linear-gradient(180deg, rgba(5, 8, 12, .02), rgba(5, 8, 12, .16)), url("process-cards/comercio-02.webp") !important; }
.industry-comercio .process-grid .process-card:nth-child(3)::before { background-image: linear-gradient(180deg, rgba(5, 8, 12, .02), rgba(5, 8, 12, .16)), url("process-cards/comercio-03.webp") !important; }
.industry-comercio .process-grid .process-card:nth-child(4)::before { background-image: linear-gradient(180deg, rgba(5, 8, 12, .02), rgba(5, 8, 12, .16)), url("process-cards/comercio-04.webp") !important; }
.industry-comercio .process-grid .process-card:nth-child(5)::before { background-image: linear-gradient(180deg, rgba(5, 8, 12, .02), rgba(5, 8, 12, .16)), url("process-cards/comercio-05.webp") !important; }
.industry-comercio .process-grid .process-card:nth-child(6)::before { background-image: linear-gradient(180deg, rgba(5, 8, 12, .02), rgba(5, 8, 12, .16)), url("process-cards/comercio-06.webp") !important; }

.industry-logistica .process-grid .process-card:nth-child(1)::before { background-image: linear-gradient(180deg, rgba(5, 8, 12, .02), rgba(5, 8, 12, .16)), url("process-cards/logistica-01.webp") !important; }
.industry-logistica .process-grid .process-card:nth-child(2)::before { background-image: linear-gradient(180deg, rgba(5, 8, 12, .02), rgba(5, 8, 12, .16)), url("process-cards/logistica-02.webp") !important; }
.industry-logistica .process-grid .process-card:nth-child(3)::before { background-image: linear-gradient(180deg, rgba(5, 8, 12, .02), rgba(5, 8, 12, .16)), url("process-cards/logistica-03.webp") !important; }
.industry-logistica .process-grid .process-card:nth-child(4)::before { background-image: linear-gradient(180deg, rgba(5, 8, 12, .02), rgba(5, 8, 12, .16)), url("process-cards/logistica-04.webp") !important; }
.industry-logistica .process-grid .process-card:nth-child(5)::before { background-image: linear-gradient(180deg, rgba(5, 8, 12, .02), rgba(5, 8, 12, .16)), url("process-cards/logistica-05.webp") !important; }
.industry-logistica .process-grid .process-card:nth-child(6)::before { background-image: linear-gradient(180deg, rgba(5, 8, 12, .02), rgba(5, 8, 12, .16)), url("process-cards/logistica-06.webp") !important; }

.industry-manufactura .process-grid .process-card:nth-child(1)::before { background-image: linear-gradient(180deg, rgba(5, 8, 12, .02), rgba(5, 8, 12, .16)), url("process-cards/manufactura-01.webp") !important; }
.industry-manufactura .process-grid .process-card:nth-child(2)::before { background-image: linear-gradient(180deg, rgba(5, 8, 12, .02), rgba(5, 8, 12, .16)), url("process-cards/manufactura-02.webp") !important; }
.industry-manufactura .process-grid .process-card:nth-child(3)::before { background-image: linear-gradient(180deg, rgba(5, 8, 12, .02), rgba(5, 8, 12, .16)), url("process-cards/manufactura-03.webp") !important; }
.industry-manufactura .process-grid .process-card:nth-child(4)::before { background-image: linear-gradient(180deg, rgba(5, 8, 12, .02), rgba(5, 8, 12, .16)), url("process-cards/manufactura-04.webp") !important; }
.industry-manufactura .process-grid .process-card:nth-child(5)::before { background-image: linear-gradient(180deg, rgba(5, 8, 12, .02), rgba(5, 8, 12, .16)), url("process-cards/manufactura-05.webp") !important; }
.industry-manufactura .process-grid .process-card:nth-child(6)::before { background-image: linear-gradient(180deg, rgba(5, 8, 12, .02), rgba(5, 8, 12, .16)), url("process-cards/manufactura-06.webp") !important; }

.industry-servicios .process-grid .process-card:nth-child(1)::before { background-image: linear-gradient(180deg, rgba(5, 8, 12, .02), rgba(5, 8, 12, .16)), url("process-cards/servicios-01.webp") !important; }
.industry-servicios .process-grid .process-card:nth-child(2)::before { background-image: linear-gradient(180deg, rgba(5, 8, 12, .02), rgba(5, 8, 12, .16)), url("process-cards/servicios-02.webp") !important; }
.industry-servicios .process-grid .process-card:nth-child(3)::before { background-image: linear-gradient(180deg, rgba(5, 8, 12, .02), rgba(5, 8, 12, .16)), url("process-cards/servicios-03.webp") !important; }
.industry-servicios .process-grid .process-card:nth-child(4)::before { background-image: linear-gradient(180deg, rgba(5, 8, 12, .02), rgba(5, 8, 12, .16)), url("process-cards/servicios-04.webp") !important; }
.industry-servicios .process-grid .process-card:nth-child(5)::before { background-image: linear-gradient(180deg, rgba(5, 8, 12, .02), rgba(5, 8, 12, .16)), url("process-cards/servicios-05.webp") !important; }
.industry-servicios .process-grid .process-card:nth-child(6)::before { background-image: linear-gradient(180deg, rgba(5, 8, 12, .02), rgba(5, 8, 12, .16)), url("process-cards/servicios-06.webp") !important; }

footer,
.footer {
  background: #02070d !important;
  color: #fff !important;
  padding: 0 !important;
  text-align: left !important;
  content-visibility: visible !important;
}

.footer-main {
  display: grid !important;
  grid-template-columns: minmax(280px, 1.15fr) repeat(4, minmax(150px, .82fr)) !important;
  align-items: start !important;
  gap: clamp(26px, 3.2vw, 46px) !important;
  padding: 48px clamp(24px, 7vw, 76px) 40px !important;
  border-top: 1px solid rgba(255, 255, 255, .08) !important;
}

.footer-main > * {
  align-self: start !important;
}

.footer-brand {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  text-align: left !important;
  gap: 16px !important;
  padding-top: 0 !important;
}

.footer-logo {
  width: min(100%, 340px) !important;
  max-width: 340px !important;
  margin: 0 !important;
}

.footer-logo img {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  object-fit: contain !important;
}

.footer-brand p {
  max-width: 380px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, .82) !important;
  line-height: 1.7 !important;
}

.footer-whatsapp {
  align-self: flex-start !important;
  margin-top: 6px !important;
}

.footer-column {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
  gap: 10px !important;
}

.footer-column h3 {
  margin: 0 0 12px !important;
  color: #fff !important;
  letter-spacing: .14em !important;
}

.footer-column a,
.footer-bottom p,
.footer-bottom a {
  color: rgba(255, 255, 255, .82) !important;
}

.footer-column a:hover,
.footer-bottom a:hover {
  color: var(--ls-cyan) !important;
}

.social-links {
  justify-content: flex-start !important;
  align-items: center !important;
}

.footer-bottom {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  padding: 18px clamp(18px, 7vw, 76px) 24px !important;
  border-top: 1px solid rgba(255, 255, 255, .08) !important;
  text-align: center !important;
}

.footer-bottom p {
  width: 100% !important;
  max-width: 920px !important;
  margin: 0 auto !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  line-height: 1.6 !important;
}

.footer-bottom a {
  color: var(--ls-cyan) !important;
  font-weight: 750 !important;
}

@media (pointer: fine) and (min-width: 981px) {
  .hero-media img,
  .service-showcase img,
  .impact-editorial-media img,
  .industry-thumb img {
    transition: transform .7s ease, filter .7s ease !important;
  }

  .hero:hover .hero-media img,
  .service-large:hover img,
  .service-small:hover img,
  .impact-editorial:hover img,
  .industry-card:hover .industry-thumb img {
    transform: scale(1.035) !important;
    filter: saturate(1.08) contrast(1.04) !important;
  }
}

@media (max-width: 980px) {
  .header {
    height: 72px !important;
    padding: 0 16px !important;
  }

  .header nav {
    display: none !important;
  }

  .menu {
    display: flex !important;
  }

  .industry-page .hero {
    overflow: hidden !important;
  }

  .industry-page .hero > div:first-child {
    width: 100% !important;
    max-width: 100% !important;
  }

  .industry-page .hero p {
    max-width: 34ch !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .industry-page .actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: min(100%, 340px) !important;
    margin: 24px auto 0 !important;
    gap: 12px !important;
  }

  .industry-page .actions .btn {
    width: 100% !important;
    min-height: 56px !important;
    white-space: normal !important;
    line-height: 1.2 !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .industry-page .actions .btn,
  .industry-page .actions .btn * {
    color: var(--ls-white) !important;
    -webkit-text-fill-color: var(--ls-white) !important;
    background: var(--ls-black) !important;
  }

  .industry-page .actions .btn:hover,
  .industry-page .actions .btn:focus-visible,
  .industry-page .actions .btn:hover *,
  .industry-page .actions .btn:focus-visible * {
    color: var(--ls-black) !important;
    -webkit-text-fill-color: var(--ls-black) !important;
    background: var(--ls-cyan) !important;
  }

  .industry-page .hero-media {
    width: min(100%, 360px) !important;
    margin: 22px auto 0 !important;
    border-radius: 26px !important;
    overflow: hidden !important;
    background: #0b121b !important;
    box-shadow: 0 20px 58px rgba(0, 0, 0, .30) !important;
  }

  .industry-page .hero-media img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 5 !important;
    object-fit: cover !important;
    object-position: center 64% !important;
    opacity: 1 !important;
    filter: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .nav-cta {
    min-width: 0 !important;
  }

  .intro h2,
  .business-impact .impact-head h2,
  .plans .section-head h2 {
    max-width: 15.5ch !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: clamp(1.95rem, 7.6vw, 2.45rem) !important;
    line-height: 1.08 !important;
    text-wrap: balance !important;
  }

  .industry-page .section h2 {
    max-width: 15ch !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: clamp(1.85rem, 7vw, 2.25rem) !important;
    line-height: 1.09 !important;
    text-wrap: balance !important;
  }

  .industry-page .section > p {
    max-width: 33ch !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    overflow-wrap: normal !important;
  }

  .process-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .process-card {
    width: min(100%, 360px) !important;
    margin-inline: auto !important;
    padding: 22px !important;
    border-radius: 24px !important;
    align-items: center !important;
    text-align: center !important;
  }

  .process-card::before {
    width: calc(100% + 44px) !important;
    height: clamp(168px, 44vw, 210px) !important;
    margin: -22px -22px 20px !important;
  }

  .process-card b,
  .process-card p {
    text-align: center !important;
  }

  .recommend {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .recommend-box {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .recommend-card {
    width: min(100%, 380px) !important;
    margin-inline: auto !important;
    padding: 26px 22px !important;
    border-radius: 28px !important;
    text-align: center !important;
  }

  .recommend-card h3 {
    font-size: clamp(2rem, 8vw, 2.6rem) !important;
    line-height: 1.08 !important;
  }

  .ticket {
    font-size: clamp(1.45rem, 6.4vw, 2rem) !important;
    text-align: center !important;
  }

  .recommend-card .btn,
  .ticket .btn,
  .ticket a {
    width: 100% !important;
    min-height: 58px !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1.2 !important;
  }

  .footer-main {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding: 46px 22px 32px !important;
    text-align: center !important;
  }

  .footer-brand,
  .footer-column {
    align-items: center !important;
    text-align: center !important;
  }

  .footer-logo {
    margin-inline: auto !important;
  }

  .footer-brand p {
    margin-inline: auto !important;
    max-width: 34ch !important;
  }

  .footer-whatsapp {
    align-self: center !important;
  }

  .social-links {
    justify-content: center !important;
  }

  .footer-bottom {
    padding: 18px 18px 96px !important;
  }

  .footer-bottom p {
    max-width: 31ch !important;
    text-align: center !important;
  }
}

@media (max-width: 520px) {
  .footer-logo {
    max-width: 300px !important;
  }

  .process-card {
    width: min(100%, 330px) !important;
  }

  .floating-whatsapp {
    right: 16px !important;
    bottom: 16px !important;
  }
}

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


/* === v1-0-79-ajustes-finales.css === */

/* v1.0.79 - contraste final, footer y reflejos profesionales */
:root {
  --v79-black: #05080c;
  --v79-ink: #07111a;
  --v79-cyan: #39c8df;
  --v79-white: #ffffff;
}

.plans .plan.featured,
.plans .plan-grid .plan.featured {
  background:
    radial-gradient(circle at 18% 0, rgba(57, 200, 223, .20), transparent 34%),
    linear-gradient(180deg, #07111a 0%, #05080c 100%) !important;
  color: var(--v79-white) !important;
  border-color: rgba(57, 200, 223, .26) !important;
}

.plans .plan.featured .plan-title span,
.plans .plan.featured .plan-title p,
.plans .plan.featured .price small,
.plans .plan.featured .price strong,
.plans .plan.featured .price em,
.plans .plan.featured li,
.plans .plan.featured a {
  color: var(--v79-white) !important;
  -webkit-text-fill-color: var(--v79-white) !important;
}

.plans .plan.featured .plan-title {
  border-bottom-color: rgba(255, 255, 255, .16) !important;
}

.plans .plan.featured li {
  background: rgba(255, 255, 255, .10) !important;
  border-color: rgba(255, 255, 255, .16) !important;
}

.plans .plan.featured li::before,
.plans .plan.featured li:before {
  color: var(--v79-cyan) !important;
  -webkit-text-fill-color: var(--v79-cyan) !important;
}

.plans .plan.featured .badge {
  color: var(--v79-white) !important;
  -webkit-text-fill-color: var(--v79-white) !important;
}

.plans .plan.featured a {
  background: var(--v79-black) !important;
  border-color: rgba(255, 255, 255, .22) !important;
}

.plans .plan.featured a:hover,
.plans .plan.featured a:focus-visible {
  background: var(--v79-cyan) !important;
  color: var(--v79-ink) !important;
  -webkit-text-fill-color: var(--v79-ink) !important;
  border-color: var(--v79-cyan) !important;
}

@media (min-width: 981px) {
  .footer-main {
    align-items: start !important;
    grid-template-columns: minmax(340px, 1.22fr) repeat(4, minmax(150px, .8fr)) !important;
  }

  .footer-brand {
    justify-content: flex-start !important;
    align-items: center !important;
    text-align: center !important;
    gap: 14px !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    transform: translateY(-6px) !important;
  }

  .footer-logo {
    margin: 0 auto 18px !important;
    width: min(100%, 350px) !important;
    max-width: 350px !important;
  }

  .footer-logo img {
    margin: 0 auto !important;
    width: 100% !important;
  }

  .footer-brand p {
    margin: 0 auto !important;
    max-width: 390px !important;
  }

  .footer-whatsapp {
    align-self: center !important;
    margin-top: 10px !important;
  }

  .footer-column,
  .footer-column h3 {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}

.hero-media,
.service-large picture,
.service-small picture,
.impact-editorial-media,
.industry-thumb,
.plan-note,
.process-card,
.deliverable-card {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

.hero-media img,
.service-large picture img,
.service-small picture img,
.impact-editorial-media img,
.industry-thumb img,
.plan-note img,
.process-card::before {
  filter: saturate(1.08) contrast(1.04) brightness(1.01) !important;
  transition: transform .75s ease, filter .75s ease !important;
}

.hero-media::after,
.service-large picture::after,
.service-small picture::after,
.impact-editorial-media::after,
.industry-thumb::after,
.plan-note::after,
.deliverable-card::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  pointer-events: none !important;
  background:
    linear-gradient(118deg, transparent 0%, rgba(255, 255, 255, .08) 22%, rgba(255, 255, 255, .34) 43%, rgba(255, 255, 255, .06) 58%, transparent 78%),
    radial-gradient(circle at 18% 12%, rgba(57, 200, 223, .16), transparent 32%) !important;
  mix-blend-mode: screen !important;
  opacity: .28 !important;
  transform: translateX(-72%) skewX(-12deg) !important;
  transition: transform .9s ease, opacity .9s ease !important;
}

/* La foto principal se mantiene limpia: sin reflejo ni recorte extra. */
body:not(.industry-page) .hero-media::after {
  display: none !important;
}

body:not(.industry-page) .hero-media,
body:not(.industry-page) .hero-media img {
  transform: none !important;
  filter: none !important;
}

body:not(.industry-page) .hero:hover .hero-media img {
  transform: none !important;
  filter: none !important;
}

.process-card::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: clamp(165px, 20vw, 218px) !important;
  z-index: 1 !important;
  pointer-events: none !important;
  background:
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, .28) 46%, transparent 72%),
    radial-gradient(circle at 18% 12%, rgba(57, 200, 223, .14), transparent 34%) !important;
  mix-blend-mode: screen !important;
  opacity: .22 !important;
  transform: translateX(-70%) skewX(-12deg) !important;
  transition: transform .85s ease, opacity .85s ease !important;
}

.hero:hover .hero-media::after,
.service-large:hover picture::after,
.service-small:hover picture::after,
.impact-editorial:hover .impact-editorial-media::after,
.industry-card:hover .industry-thumb::after,
.plan-note:hover::after,
.deliverable-card:hover::after,
.process-card:hover::after {
  opacity: .62 !important;
  transform: translateX(72%) skewX(-12deg) !important;
}

.service-large:hover picture img,
.service-small:hover picture img,
.impact-editorial:hover .impact-editorial-media img,
.industry-card:hover .industry-thumb img,
.plan-note:hover img,
.process-card:hover::before {
  transform: scale(1.035) !important;
  filter: saturate(1.14) contrast(1.07) brightness(1.04) !important;
}

.service-large,
.service-small,
.impact-editorial-media,
.industry-card,
.process-card,
.plan-note,
.deliverable-card {
  box-shadow:
    0 22px 58px rgba(7, 17, 26, .10),
    inset 0 1px 0 rgba(255, 255, 255, .08) !important;
}

@media (max-width: 980px) {
  .process-card::after {
    height: clamp(168px, 44vw, 210px) !important;
  }

  .footer-brand {
    transform: none !important;
  }

  .footer-bottom {
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .footer-bottom p,
  .footer-bottom .footer-meta {
    display: block !important;
    width: 100% !important;
    max-width: 30ch !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    line-height: 1.6 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media::after,
  .service-large picture::after,
  .service-small picture::after,
  .impact-editorial-media::after,
  .industry-thumb::after,
  .plan-note::after,
  .deliverable-card::after,
  .process-card::after {
    transform: none !important;
    transition: none !important;
  }
}

/* v1.0.81 - restaurar hero home y compactar footer */
body:not(.industry-page) .hero {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-height: calc(100svh - 78px) !important;
  padding: 0 !important;
  background: #05080c !important;
  overflow: hidden !important;
}

body:not(.industry-page) .hero-media {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  background: #05080c !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

body:not(.industry-page) .hero-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  opacity: 1 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  filter: none !important;
}

body:not(.industry-page) .hero-bg {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background: linear-gradient(90deg, rgba(5, 8, 12, .72) 0%, rgba(5, 8, 12, .58) 42%, rgba(5, 8, 12, .18) 74%, rgba(5, 8, 12, .08) 100%) !important;
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  box-shadow: none !important;
}

body:not(.industry-page) .hero-lines {
  z-index: 1 !important;
  opacity: .34 !important;
}

body:not(.industry-page) .hero-content {
  position: relative !important;
  z-index: 2 !important;
  width: min(790px, 82vw) !important;
  margin: 0 0 0 clamp(24px, 7vw, 128px) !important;
  padding: 118px 0 84px !important;
  text-align: left !important;
  transform: none !important;
  background: transparent !important;
  border: 0 !important;
}

body:not(.industry-page) .hero-content .eyebrow,
body:not(.industry-page) .hero-content h1,
body:not(.industry-page) .hero-content p {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body:not(.industry-page) .hero-actions,
body:not(.industry-page) .hero-value {
  justify-content: flex-start !important;
  align-items: center !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

footer .footer-main {
  display: grid !important;
  grid-template-columns: minmax(300px, 360px) repeat(4, minmax(150px, 220px)) !important;
  justify-content: center !important;
  align-items: start !important;
  gap: clamp(22px, 2.2vw, 44px) !important;
  max-width: 1540px !important;
  margin: 0 auto !important;
  padding: 48px 42px 36px !important;
}

footer .footer-brand {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
  gap: 14px !important;
  padding: 0 !important;
  margin: 0 !important;
  transform: translateY(-2px) !important;
}

footer .footer-logo {
  width: min(100%, 320px) !important;
  max-width: 320px !important;
  margin: 0 auto 18px !important;
}

footer .footer-logo img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
}

footer .footer-brand p {
  max-width: 340px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

footer .footer-whatsapp {
  align-self: center !important;
  margin-top: 8px !important;
}

footer .footer-column {
  align-items: flex-start !important;
  text-align: left !important;
}

footer .footer-column h3 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media (max-width: 980px) {
  body:not(.industry-page) .hero {
    display: block !important;
    min-height: auto !important;
    padding: 0 !important;
  }

  body:not(.industry-page) .hero-media {
    position: relative !important;
    height: clamp(300px, 52svh, 440px) !important;
  }

  body:not(.industry-page) .hero-bg {
    top: 0 !important;
    height: clamp(300px, 52svh, 440px) !important;
    background: linear-gradient(180deg, rgba(5, 8, 12, .05) 0%, rgba(5, 8, 12, .12) 56%, rgba(5, 8, 12, .52) 100%) !important;
  }

  body:not(.industry-page) .hero-content {
    width: 100% !important;
    margin: 0 !important;
    padding: 32px 18px 38px !important;
    text-align: center !important;
    background: #05080c !important;
  }

  body:not(.industry-page) .hero-content .eyebrow,
  body:not(.industry-page) .hero-content h1,
  body:not(.industry-page) .hero-content p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body:not(.industry-page) .hero-actions,
  body:not(.industry-page) .hero-value {
    justify-content: center !important;
  }

  footer .footer-main {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
    max-width: none !important;
    padding: 44px 22px 32px !important;
  }

  footer .footer-brand,
  footer .footer-column {
    align-items: center !important;
    text-align: center !important;
    transform: none !important;
  }
}

/* v1.0.82 - footer unificado en inicio e industrias */
footer,
body.industry-page footer {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #02070d !important;
  color: #fff !important;
  text-align: left !important;
  overflow: hidden !important;
  content-visibility: visible !important;
  contain-intrinsic-size: auto !important;
}

footer .footer-main,
body.industry-page footer .footer-main {
  display: grid !important;
  grid-template-columns: minmax(320px, 390px) minmax(150px, 210px) minmax(160px, 220px) minmax(145px, 205px) minmax(230px, 285px) !important;
  justify-content: center !important;
  align-items: start !important;
  column-gap: clamp(24px, 3vw, 54px) !important;
  row-gap: 28px !important;
  width: 100% !important;
  max-width: 1500px !important;
  margin: 0 auto !important;
  padding: 56px clamp(30px, 4.8vw, 72px) 44px !important;
  border-top: 1px solid rgba(255, 255, 255, .08) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .10) !important;
}

footer .footer-main > *,
body.industry-page footer .footer-main > * {
  align-self: start !important;
  min-width: 0 !important;
}

footer .footer-brand,
body.industry-page footer .footer-brand {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
  transform: none !important;
}

footer .footer-logo,
body.industry-page footer .footer-logo {
  display: block !important;
  width: min(100%, 335px) !important;
  max-width: 335px !important;
  margin: -2px 0 24px 0 !important;
  padding: 0 !important;
}

footer .footer-logo img,
body.industry-page footer .footer-logo img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  object-fit: contain !important;
  filter: none !important;
}

footer .footer-brand p,
body.industry-page footer .footer-brand p {
  width: 100% !important;
  max-width: 370px !important;
  margin: 0 0 22px 0 !important;
  color: rgba(255, 255, 255, .86) !important;
  font-size: 14px !important;
  line-height: 1.72 !important;
  text-align: left !important;
}

footer .footer-whatsapp,
body.industry-page footer .footer-whatsapp {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: flex-start !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 14px 22px !important;
  border-radius: 999px !important;
  border: 1px solid #25d366 !important;
  background: #25d366 !important;
  color: #fff !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  box-shadow: 0 16px 34px rgba(37, 211, 102, .18) !important;
}

footer .footer-whatsapp:hover,
footer .footer-whatsapp:focus-visible,
body.industry-page footer .footer-whatsapp:hover,
body.industry-page footer .footer-whatsapp:focus-visible {
  background: #1fb657 !important;
  border-color: #1fb657 !important;
  color: #fff !important;
}

footer .footer-column,
body.industry-page footer .footer-column {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
}

footer .footer-column h3,
body.industry-page footer .footer-column h3 {
  margin: 0 0 12px 0 !important;
  padding: 0 !important;
  color: #16c7f9 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
}

footer .footer-column a,
body.industry-page footer .footer-column a {
  display: inline-block !important;
  color: rgba(255, 255, 255, .88) !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  text-align: left !important;
  text-decoration: none !important;
}

footer .footer-column a:hover,
body.industry-page footer .footer-column a:hover {
  color: #79d9ce !important;
}

footer .social-links,
body.industry-page footer .social-links {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

footer .social,
body.industry-page footer .social {
  display: grid !important;
  place-items: center !important;
  flex: 0 0 44px !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  background: rgba(255, 255, 255, .06) !important;
  color: #fff !important;
}

footer .social svg,
body.industry-page footer .social svg {
  width: 18px !important;
  height: 18px !important;
  fill: currentColor !important;
}

footer .footer-bottom,
body.industry-page footer .footer-bottom {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 20px 24px 28px !important;
  border-top: 0 !important;
  background: transparent !important;
  text-align: center !important;
}

footer .footer-bottom p,
body.industry-page footer .footer-bottom p {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  color: rgba(255, 255, 255, .84) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  text-align: center !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
}

footer .footer-bottom a,
body.industry-page footer .footer-bottom a {
  color: #16c7f9 !important;
  font-weight: 800 !important;
}

@media (max-width: 1180px) {
  footer .footer-main,
  body.industry-page footer .footer-main {
    grid-template-columns: minmax(300px, 390px) repeat(2, minmax(170px, 240px)) !important;
    max-width: 980px !important;
  }
}

@media (max-width: 760px) {
  footer .footer-main,
  body.industry-page footer .footer-main {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    gap: 28px !important;
    max-width: 520px !important;
    padding: 48px 24px 34px !important;
    text-align: center !important;
  }

  footer .footer-brand,
  body.industry-page footer .footer-brand,
  footer .footer-column,
  body.industry-page footer .footer-column {
    align-items: center !important;
    text-align: center !important;
  }

  footer .footer-logo,
  body.industry-page footer .footer-logo {
    width: min(100%, 315px) !important;
    max-width: 315px !important;
    margin: 0 auto 24px !important;
  }

  footer .footer-brand p,
  body.industry-page footer .footer-brand p {
    max-width: 36ch !important;
    margin: 0 auto 22px !important;
    text-align: center !important;
  }

  footer .footer-whatsapp,
  body.industry-page footer .footer-whatsapp {
    align-self: center !important;
  }

  footer .footer-column h3,
  body.industry-page footer .footer-column h3,
  footer .footer-column a,
  body.industry-page footer .footer-column a {
    text-align: center !important;
  }

  footer .social-links,
  body.industry-page footer .social-links {
    justify-content: center !important;
    gap: 10px !important;
    margin-top: 12px !important;
  }

  footer .social,
  body.industry-page footer .social {
    flex-basis: 44px !important;
  }

  footer .footer-bottom,
  body.industry-page footer .footer-bottom {
    padding: 24px 24px 96px !important;
  }

  footer .footer-bottom p,
  body.industry-page footer .footer-bottom p {
    max-width: 29ch !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
    text-align: center !important;
  }

  footer .footer-bottom a,
  body.industry-page footer .footer-bottom a {
    display: inline-block !important;
  }
}

/* v1.0.83 - correccion quirurgica footer, redes, menu movil y CTA */
@media (min-width: 1181px) {
  footer .footer-main,
  body.industry-page footer .footer-main {
    grid-template-columns: 360px 170px 190px 170px 255px !important;
    column-gap: 42px !important;
    padding-top: 64px !important;
    padding-bottom: 44px !important;
  }

  footer .footer-brand,
  body.industry-page footer .footer-brand {
    transform: translateY(-58px) !important;
  }

  footer .footer-logo,
  body.industry-page footer .footer-logo {
    width: 330px !important;
    max-width: 330px !important;
    margin: 0 0 28px 0 !important;
  }

  footer .footer-column h3,
  body.industry-page footer .footer-column h3 {
    margin-top: 0 !important;
  }
}

footer .footer-brand p,
body.industry-page footer .footer-brand p {
  display: block !important;
  margin-top: 0 !important;
  margin-bottom: 22px !important;
}

footer .footer-whatsapp,
body.industry-page footer .footer-whatsapp {
  display: inline-flex !important;
  margin-top: 0 !important;
}

footer .social-links,
body.industry-page footer .social-links {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  overflow: visible !important;
}

footer .social,
body.industry-page footer .social {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 44px !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 50% !important;
  line-height: 0 !important;
  text-indent: 0 !important;
  overflow: hidden !important;
}

footer .social svg,
body.industry-page footer .social svg {
  position: static !important;
  display: block !important;
  flex: 0 0 auto !important;
  width: 19px !important;
  height: 19px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  inset: auto !important;
}

.nav-cta,
.header .nav-cta,
body.industry-page .nav-cta {
  background: #05080c !important;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, .92) !important;
  outline: 1px solid rgba(7, 17, 26, .20) !important;
  outline-offset: 2px !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .12) !important;
}

.nav-cta:hover,
.header .nav-cta:hover,
body.industry-page .nav-cta:hover,
.nav-cta:focus-visible,
.header .nav-cta:focus-visible,
body.industry-page .nav-cta:focus-visible {
  background: #111923 !important;
  color: #fff !important;
  border-color: #fff !important;
}

@media (max-width: 980px) {
  .menu {
    position: relative !important;
    z-index: 120 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 5px !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    border: 1px solid rgba(7, 17, 26, .14) !important;
    border-radius: 14px !important;
    background: #fff !important;
    cursor: pointer !important;
  }

  .menu span {
    position: static !important;
    display: block !important;
    width: 20px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: #07111a !important;
  }

  .header nav {
    display: none !important;
    position: fixed !important;
    top: 68px !important;
    left: 14px !important;
    right: 14px !important;
    z-index: 110 !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 14px !important;
    border: 1px solid rgba(7, 17, 26, .12) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 22px 48px rgba(3, 17, 26, .20) !important;
  }

  body.menu-open .header nav,
  .header nav.open {
    display: grid !important;
  }

  .header nav a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 46px !important;
    padding: 12px 14px !important;
    border: 1px solid rgba(7, 24, 36, .08) !important;
    border-radius: 14px !important;
    background: #fff !important;
    color: #07111a !important;
    font-weight: 900 !important;
    text-align: center !important;
  }

  .header nav a.nav-cta {
    background: #05080c !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    outline: 1px solid rgba(7, 17, 26, .25) !important;
    outline-offset: 2px !important;
  }

  footer .footer-brand,
  body.industry-page footer .footer-brand {
    transform: none !important;
  }

  footer .social-links,
  body.industry-page footer .social-links {
    justify-content: center !important;
    gap: 10px !important;
  }

  footer .social,
  body.industry-page footer .social {
    flex-basis: 48px !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
  }
}

footer .footer-column .social,
body.industry-page footer .footer-column .social {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 44px !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
}

footer .footer-column .social svg,
body.industry-page footer .footer-column .social svg {
  position: static !important;
  display: block !important;
  width: 19px !important;
  height: 19px !important;
  margin: 0 !important;
  transform: none !important;
}

@media (max-width: 980px) {
  footer .footer-column .social,
  body.industry-page footer .footer-column .social {
    flex-basis: 48px !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
  }
}


/* === v1-0-83-ajustes-footer-final.css === */

/* v1.0.83 - Footer final: eje logo/texto/boton, redes y menu movil */
footer .footer-brand,
body.industry-page footer .footer-brand {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
}

footer .footer-logo,
body.industry-page footer .footer-logo {
  display: block !important;
  width: 330px !important;
  max-width: min(100%, 330px) !important;
  height: 78px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 4px !important;
  overflow: hidden !important;
}

footer .footer-logo img,
body.industry-page footer .footer-logo img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
  transform: translateY(-63px) !important;
}

footer .footer-brand p,
body.industry-page footer .footer-brand p {
  width: 330px !important;
  max-width: min(100%, 330px) !important;
  margin: 0 auto 14px !important;
  text-align: center !important;
}

footer .footer-whatsapp,
body.industry-page footer .footer-whatsapp {
  align-self: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 981px) {
  footer .footer-brand p,
  body.industry-page footer .footer-brand p,
  footer .footer-whatsapp,
  body.industry-page footer .footer-whatsapp {
    transform: translateY(-4px) !important;
  }
}

footer,
body.industry-page footer {
  background: #02070d !important;
  box-shadow: 0 0 0 100vmax #02070d !important;
  clip-path: inset(0 -100vmax) !important;
}

footer .footer-main,
body.industry-page footer .footer-main {
  background: transparent !important;
}

.services-price-cta {
  background: #05080c !important;
  border: 2px solid #fff !important;
  outline: 1px solid rgba(255, 255, 255, .52) !important;
  outline-offset: 3px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
}

.service-cta-row,
.service-cta-row.reveal,
.service-cta-row.visible {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

@media (max-width: 980px) {
  .services-price-cta,
  .btn.ghost {
    border: 2px solid #fff !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .65), 0 12px 26px rgba(0, 0, 0, .16) !important;
  }
}

footer .footer-column .social,
body.industry-page footer .footer-column .social,
footer .social-links .social,
body.industry-page footer .social-links .social {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 44px !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
  text-align: center !important;
}

footer .footer-column .social svg,
body.industry-page footer .footer-column .social svg,
footer .social-links .social svg,
body.industry-page footer .social-links .social svg {
  display: block !important;
  width: 19px !important;
  height: 19px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

.nav-cta,
.header .nav-cta,
body.industry-page .nav-cta {
  border: 2px solid #fff !important;
  outline: 1px solid rgba(7, 17, 26, .25) !important;
  outline-offset: 2px !important;
}

@media (min-width: 981px) {
  footer .footer-brand,
  body.industry-page footer .footer-brand {
    transform: translateY(-58px) !important;
  }
}

@media (max-width: 980px) {
  .menu {
    position: relative !important;
    z-index: 120 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 5px !important;
    width: 44px !important;
    height: 44px !important;
    border: 1px solid rgba(7, 17, 26, .14) !important;
    border-radius: 14px !important;
    background: #fff !important;
  }

  .menu span {
    position: static !important;
    display: block !important;
    width: 20px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: #07111a !important;
  }

  body.menu-open .header nav,
  .header nav.open {
    display: grid !important;
  }

  footer .footer-brand,
  body.industry-page footer .footer-brand {
    transform: none !important;
  }

  footer .footer-logo,
  body.industry-page footer .footer-logo,
  footer .footer-brand p,
  body.industry-page footer .footer-brand p {
    width: min(100%, 315px) !important;
  }

  footer .footer-logo,
  body.industry-page footer .footer-logo {
    height: 76px !important;
    margin-bottom: 6px !important;
  }

  footer .footer-logo img,
  body.industry-page footer .footer-logo img {
    transform: translateY(-60px) !important;
  }

  footer .footer-bottom,
  body.industry-page footer .footer-bottom {
    width: 100% !important;
    overflow: hidden !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  footer .footer-bottom p,
  footer .footer-bottom p:first-child,
  body.industry-page footer .footer-bottom p {
    display: block !important;
    width: 100% !important;
    max-width: min(32ch, calc(100vw - 48px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  footer .footer-column .social,
  body.industry-page footer .footer-column .social,
  footer .social-links .social,
  body.industry-page footer .social-links .social {
    flex-basis: 48px !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
  }
}


/* === v1-0-87-footer-logo-mobile-alignment.css === */

/* v1.0.87 - Logo recortado seguro + alineacion footer mobile */
.header,
body.industry-page .header {
  overflow: visible !important;
}

.header .brand-logo,
body.industry-page .header .brand-logo {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex: 0 0 auto !important;
  min-width: 0 !important;
  overflow: visible !important;
  letter-spacing: 0 !important;
}

.header .brand-logo img,
body.industry-page .header .brand-logo img {
  display: block !important;
  width: clamp(176px, 18vw, 230px) !important;
  max-width: min(230px, calc(100vw - 98px)) !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center left !important;
  transform: none !important;
}

footer .footer-logo,
body.industry-page footer .footer-logo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: min(100%, 330px) !important;
  max-width: 330px !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  margin: 0 auto 12px !important;
  padding: 0 !important;
  overflow: visible !important;
  line-height: 0 !important;
}

footer .footer-logo img,
body.industry-page footer .footer-logo img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
  margin: 0 auto !important;
  transform: none !important;
  filter: none !important;
}

footer .footer-brand,
body.industry-page footer .footer-brand {
  width: min(100%, 350px) !important;
  max-width: 350px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
}

footer .footer-brand p,
body.industry-page footer .footer-brand p {
  width: 100% !important;
  max-width: 350px !important;
  margin: 0 auto 16px !important;
  text-align: center !important;
}

footer .footer-whatsapp,
body.industry-page footer .footer-whatsapp {
  margin-left: auto !important;
  margin-right: auto !important;
  align-self: center !important;
  text-align: center !important;
  background: #25D366 !important;
  border-color: #25D366 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

@media (max-width: 980px) {
  .header .brand-logo img,
  body.industry-page .header .brand-logo img {
    width: clamp(172px, 52vw, 208px) !important;
    max-width: calc(100vw - 96px) !important;
    height: auto !important;
  }

  footer .footer-main,
  body.industry-page footer .footer-main {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    align-items: start !important;
    text-align: center !important;
    gap: 20px !important;
    padding-top: 46px !important;
    padding-left: max(20px, env(safe-area-inset-left)) !important;
    padding-right: max(20px, env(safe-area-inset-right)) !important;
  }

  footer .footer-main > *,
  body.industry-page footer .footer-main > * {
    justify-self: center !important;
    width: min(100%, 350px) !important;
    max-width: 350px !important;
    text-align: center !important;
  }

  footer .footer-brand,
  body.industry-page footer .footer-brand {
    transform: none !important;
    gap: 0 !important;
  }

  footer .footer-logo,
  body.industry-page footer .footer-logo {
    width: min(78vw, 310px) !important;
    max-width: 310px !important;
    height: auto !important;
    margin-bottom: 14px !important;
  }

  footer .footer-brand p,
  body.industry-page footer .footer-brand p {
    max-width: 330px !important;
    margin-bottom: 18px !important;
    line-height: 1.68 !important;
  }

  footer .footer-whatsapp,
  body.industry-page footer .footer-whatsapp {
    min-width: min(100%, 270px) !important;
    min-height: 54px !important;
    padding: 15px 24px !important;
  }

  footer .footer-column,
  body.industry-page footer .footer-column {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 auto !important;
  }

  footer .footer-column h3,
  body.industry-page footer .footer-column h3 {
    margin-bottom: 8px !important;
  }

  footer .social-links,
  body.industry-page footer .social-links {
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
    overflow: visible !important;
  }
}

@media (max-width: 380px) {
  .header .brand-logo img,
  body.industry-page .header .brand-logo img {
    width: clamp(158px, 50vw, 184px) !important;
    max-width: calc(100vw - 92px) !important;
  }

  footer .footer-logo,
  body.industry-page footer .footer-logo {
    width: min(80vw, 292px) !important;
  }
}


/* === v1-0-88-footer-method-redesign.css === */


/* v1.0.88 — Footer unificado + método de trabajo fotográfico */
.site-footer{
  background:linear-gradient(180deg,#03070c 0%,#071019 100%)!important;
  color:#fff!important;
  margin:0!important;
  position:relative!important;
  overflow:hidden!important;
}
.site-footer::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 10% 18%, rgba(38,211,160,.18), transparent 30%),
             radial-gradient(circle at 88% 28%, rgba(0,170,255,.08), transparent 24%);
  pointer-events:none;
}
.site-footer .footer-main,
.site-footer .footer-bottom{position:relative;z-index:1}
.site-footer .footer-main{
  display:grid!important;
  grid-template-columns:minmax(320px,1.35fr) repeat(4,minmax(0,.82fr))!important;
  gap:clamp(22px,2.6vw,40px)!important;
  padding:clamp(44px,5vw,68px) clamp(22px,6vw,76px)!important;
  border-top:1px solid rgba(255,255,255,.12)!important;
  align-items:start!important;
}
.site-footer .footer-brand{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  gap:18px!important;
  max-width:380px!important;
  width:100%!important;
  margin:0 auto!important;
  padding-top:18px!important;
}
.site-footer .footer-logo{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  margin:0 auto!important;
}
.site-footer .footer-logo img{
  width:min(100%, 304px)!important;
  max-width:304px!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:0 auto!important;
}
.site-footer .footer-brand p{
  margin:0!important;
  max-width:360px!important;
  color:rgba(255,255,255,.78)!important;
  line-height:1.75!important;
  text-align:center!important;
}
.site-footer .footer-whatsapp{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:54px!important;
  padding:16px 28px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#2edd63 0%, #24c95c 100%)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.18)!important;
  font-weight:900!important;
  font-size:15px!important;
  letter-spacing:.01em!important;
  box-shadow:0 18px 42px rgba(36,201,92,.22)!important;
  transition:.28s ease!important;
  text-align:center!important;
}
.site-footer .footer-whatsapp:hover,
.site-footer .footer-whatsapp:focus-visible{
  transform:translateY(-2px)!important;
  box-shadow:0 22px 48px rgba(36,201,92,.28)!important;
  filter:saturate(1.06)!important;
}
.site-footer .footer-column{
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
  min-width:0!important;
}
.site-footer .footer-column h3{
  margin:2px 0 12px!important;
  color:#11d0ff!important;
  font-size:13px!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
  font-weight:900!important;
}
.site-footer .footer-column a,
.site-footer .footer-bottom p,
.site-footer .footer-bottom a{
  color:rgba(255,255,255,.78)!important;
  line-height:1.6!important;
}
.site-footer .footer-column a:hover,
.site-footer .footer-bottom a:hover{
  color:#ffffff!important;
}
.site-footer .footer-proposal-link{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  align-self:flex-start!important;
  margin-top:4px!important;
  padding:12px 16px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.42)!important;
  background:rgba(255,255,255,.03)!important;
  color:#fff!important;
  font-weight:800!important;
  white-space:nowrap!important;
}
.site-footer .footer-proposal-link:hover,
.site-footer .footer-proposal-link:focus-visible{
  background:rgba(255,255,255,.08)!important;
  border-color:rgba(255,255,255,.7)!important;
}
.site-footer .social-links{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  align-items:center!important;
  justify-content:flex-start!important;
  margin-top:8px!important;
  overflow:visible!important;
}
.site-footer .social{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(255,255,255,.16)!important;
  background:rgba(255,255,255,.05)!important;
  overflow:visible!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)!important;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease!important;
}
.site-footer .social svg{
  width:22px!important;
  height:22px!important;
  fill:#fff!important;
}
.site-footer .social.facebook{border-color:rgba(24,119,242,.45)!important;background:rgba(24,119,242,.10)!important;box-shadow:0 0 0 1px rgba(24,119,242,.12), 0 12px 26px rgba(24,119,242,.12)!important}
.site-footer .social.instagram{border-color:rgba(214,41,118,.45)!important;background:rgba(214,41,118,.10)!important;box-shadow:0 0 0 1px rgba(214,41,118,.12), 0 12px 26px rgba(214,41,118,.12)!important}
.site-footer .social.youtube{border-color:rgba(255,0,0,.42)!important;background:rgba(255,0,0,.09)!important;box-shadow:0 0 0 1px rgba(255,0,0,.10), 0 12px 26px rgba(255,0,0,.10)!important}
.site-footer .social.linkedin{border-color:rgba(10,102,194,.45)!important;background:rgba(10,102,194,.10)!important;box-shadow:0 0 0 1px rgba(10,102,194,.12), 0 12px 26px rgba(10,102,194,.12)!important}
.site-footer .social.whatsapp{border-color:rgba(37,211,102,.45)!important;background:rgba(37,211,102,.10)!important;box-shadow:0 0 0 1px rgba(37,211,102,.12), 0 12px 26px rgba(37,211,102,.12)!important}
.site-footer .social:hover,
.site-footer .social:focus-visible{
  transform:translateY(-2px)!important;
  box-shadow:0 18px 36px rgba(0,0,0,.18)!important;
}
.site-footer .footer-bottom{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:16px 28px!important;
  padding:18px clamp(22px,6vw,76px) 24px!important;
  border-top:1px solid rgba(255,255,255,.1)!important;
  text-align:center!important;
}
.site-footer .footer-bottom p{margin:0!important}
.site-footer .footer-bottom a{color:#35d0ff!important;font-weight:800!important}

/* Método de trabajo rediseñado */
.method.method-redesigned{
  display:grid!important;
  grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr)!important;
  gap:clamp(30px,5vw,68px)!important;
  align-items:start!important;
}
.method.method-redesigned .method-copy h2{
  max-width:640px!important;
}
.method.method-redesigned .method-copy p:last-child{
  max-width:560px!important;
}
.method-cards{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:22px!important;
}
.method-card{
  background:#fff!important;
  border:1px solid rgba(6,23,34,.10)!important;
  border-radius:24px!important;
  overflow:hidden!important;
  box-shadow:0 18px 40px rgba(6,23,34,.08)!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:100%!important;
}
.method-card-media{
  position:relative!important;
  aspect-ratio:1/1!important;
  overflow:hidden!important;
  background:#dfe7ea!important;
}
.method-card-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  transition:transform .45s ease!important;
}
.method-card:hover .method-card-media img{
  transform:scale(1.04)!important;
}
.method-card-body{
  padding:22px 22px 24px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
}
.method-card-step{
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
  color:#11bde7!important;
}
.method-card h3{
  margin:0!important;
  font-size:clamp(22px,1.7vw,30px)!important;
  line-height:1.1!important;
  letter-spacing:-.03em!important;
}
.method-card p{
  margin:0!important;
  color:var(--muted)!important;
  line-height:1.65!important;
}

@media (max-width:1180px){
  .site-footer .footer-main{grid-template-columns:1.1fr repeat(2,minmax(180px,1fr))!important}
  .site-footer .footer-column:nth-child(4),
  .site-footer .footer-column:nth-child(5){grid-column:auto!important}
  .site-footer .footer-column:last-child{grid-column:2 / span 2!important}
}
@media (max-width:980px){
  .method.method-redesigned{grid-template-columns:1fr!important}
  .method-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .site-footer .footer-main{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px!important}
  .site-footer .footer-brand{grid-column:1 / -1!important;padding-top:8px!important;transform:none!important}
  .site-footer .footer-column:last-child{grid-column:1 / -1!important}
}
@media (max-width:760px){
  .site-footer .footer-main{grid-template-columns:1fr!important;padding:34px 22px!important;gap:26px!important;text-align:center!important}
  .site-footer .footer-brand,
  .site-footer .footer-column{align-items:center!important;text-align:center!important}
  .site-footer .footer-proposal-link{align-self:center!important;margin-top:6px!important;border-color:rgba(255,255,255,.58)!important}
  .site-footer .social-links{justify-content:center!important}
  .site-footer .footer-bottom{flex-direction:column!important;gap:10px!important;padding:16px 22px 22px!important}
  .site-footer .social{width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important}
  .method-cards{grid-template-columns:1fr!important}
}
@media (max-width:430px){
  .site-footer .footer-main{padding:30px 16px!important;gap:22px!important}
  .site-footer .footer-logo img{width:min(100%,236px)!important;max-width:236px!important}
  .site-footer .footer-brand p{max-width:300px!important;font-size:15px!important}
  .site-footer .footer-whatsapp{width:100%!important;max-width:300px!important;padding:15px 20px!important;font-size:15px!important}
  .site-footer .footer-proposal-link{width:auto!important;min-height:46px!important;padding:12px 18px!important;background:rgba(255,255,255,.04)!important}
  .site-footer .social-links{gap:10px!important}
  .site-footer .social{width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important}
  .site-footer .social svg{width:20px!important;height:20px!important}
}


/* === v1-0-91-footer-social-plan-mobile-fix.css === */


/* v1.0.91 — desktop footer social alignment + mobile cards alignment */
@media (min-width: 981px){
  .site-footer .footer-main{
    grid-template-columns:minmax(310px,1.2fr) minmax(140px,.68fr) minmax(150px,.74fr) minmax(140px,.68fr) minmax(310px,.98fr)!important;
    gap:clamp(18px,2vw,32px)!important;
  }
  .site-footer .footer-contact-column{
    min-width:310px!important;
  }
  .site-footer .social-links{
    flex-wrap:nowrap!important;
    justify-content:flex-start!important;
    gap:10px!important;
  }
  .site-footer .social{
    width:54px!important;
    height:54px!important;
    min-width:54px!important;
    min-height:54px!important;
    flex:0 0 54px!important;
  }
}

@media (max-width: 980px){
  .site-footer .social-links{
    flex-wrap:wrap!important;
    justify-content:center!important;
  }
}

/* Main plans cards mobile alignment */
@media (max-width: 760px){
  .plan-grid{
    grid-template-columns:1fr!important;
    gap:18px!important;
  }
  .plan,
  .plan.featured{
    transform:none!important;
    border-right:0!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    min-height:auto!important;
    padding:26px 22px!important;
  }
  .plan:hover,
  .plan.featured:hover{
    transform:none!important;
  }
  .plan-title,
  .price,
  .plan ul,
  .plan a{
    width:100%!important;
  }
  .plan-title{padding-bottom:18px!important}
  .price{margin:20px 0!important}
  .plan ul{
    margin:0 0 22px!important;
    display:flex!important;
    flex-direction:column!important;
    gap:12px!important;
  }
  .plan li{
    display:flex!important;
    align-items:center!important;
    min-height:68px!important;
    padding:16px 16px 16px 40px!important;
    border:1px solid rgba(255,255,255,.14)!important;
    border-radius:20px!important;
    text-align:left!important;
    line-height:1.45!important;
    background:rgba(255,255,255,.06)!important;
  }
  .plan li:before{
    left:16px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
  }
  .plan a{
    justify-content:center!important;
    text-align:center!important;
    min-height:60px!important;
  }
}

/* Industry cards / ticket alignment in mobile */
@media (max-width: 760px){
  .recommend-box{
    grid-template-columns:1fr!important;
    gap:18px!important;
  }
  .recommend-card{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    padding:24px 20px!important;
    text-align:center!important;
  }
  .recommend-card h3,
  .recommend-card p,
  .recommend-card .eyebrow{
    text-align:center!important;
  }
  .ticket{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    min-height:88px!important;
    padding:18px 16px!important;
    border-radius:20px!important;
    line-height:1.35!important;
    width:100%!important;
  }
  .recommend-card .btn,
  .recommend-card a.btn{
    width:100%!important;
    justify-content:center!important;
    text-align:center!important;
    min-height:56px!important;
    margin-top:auto!important;
  }
}

@media (max-width: 430px){
  .plan,
  .plan.featured{
    padding:24px 16px!important;
  }
  .plan li{
    min-height:64px!important;
    padding:15px 14px 15px 38px!important;
    border-radius:18px!important;
    font-size:15px!important;
  }
  .ticket{
    min-height:82px!important;
    padding:16px 14px!important;
    font-size:22px!important;
  }
}


/* v1.0.96 — Mobile centering + image-delivery-safe layout corrections */
@media (max-width:980px){
  .hero,
  .hero > div:first-child,
  .hero-content{
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .hero-content{
    width:100%!important;
    max-width:460px!important;
    padding-left:clamp(20px,5vw,30px)!important;
    padding-right:clamp(20px,5vw,30px)!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
  }

  .hero-actions,
  .actions,
  .hero-value{
    width:100%!important;
    max-width:420px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
  }

  .hero-actions .button,
  .actions .btn,
  .hero-value a{
    margin-left:auto!important;
    margin-right:auto!important;
    justify-content:center!important;
    text-align:center!important;
  }

  .hero-actions .button,
  .actions .btn{
    width:100%!important;
    max-width:420px!important;
  }

  .hero-value a{
    width:min(100%,260px)!important;
  }

  .hero-card{
    left:50%!important;
    right:auto!important;
    transform:translateX(-50%)!important;
    margin-left:0!important;
    margin-right:0!important;
    text-align:center!important;
  }
}

@media (max-width:760px){
  .plans,
  .plan-grid,
  .plan,
  .plan-title,
  .price,
  .plan ul,
  .plan a{
    text-align:center!important;
  }

  .plan{
    align-items:center!important;
  }

  .plan ul{
    align-items:center!important;
  }

  .plan li{
    width:100%!important;
    max-width:410px!important;
    display:grid!important;
    grid-template-columns:28px minmax(0,1fr) 28px!important;
    align-items:center!important;
    justify-items:center!important;
    text-align:center!important;
    padding:16px 18px!important;
    line-height:1.42!important;
  }

  .plan li::before{
    position:static!important;
    transform:none!important;
    grid-column:1!important;
    justify-self:center!important;
    align-self:center!important;
  }

  .plan li{
    color:#fff!important;
  }

  .plan li > *{
    grid-column:2!important;
  }

  .plan li:not(:has(*)){
    text-align:center!important;
  }

  .plan a{
    width:100%!important;
    max-width:410px!important;
    justify-content:center!important;
    gap:12px!important;
  }

  .section,
  .section > div,
  .recommend,
  .recommend-box,
  .recommend-card,
  .cta,
  .cta > div{
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .recommend-box,
  .cta{
    width:100%!important;
    max-width:460px!important;
    justify-items:center!important;
    text-align:center!important;
  }

  .process-grid,
  .process-card{
    text-align:center!important;
  }
}

@media (max-width:430px){
  .hero-content{
    max-width:100%!important;
    padding-left:18px!important;
    padding-right:18px!important;
  }

  .hero-actions,
  .actions,
  .hero-value{
    max-width:100%!important;
  }

  .hero-actions .button,
  .actions .btn{
    max-width:100%!important;
  }

  .plan li{
    max-width:100%!important;
    grid-template-columns:24px minmax(0,1fr) 24px!important;
    padding:15px 12px!important;
  }

  .plan a{
    max-width:100%!important;
  }
}


/* v1.0.97 — Footer desktop vertical alignment */
@media (min-width:981px){
  .site-footer .footer-main{
    align-items:center!important;
  }

  .site-footer .footer-brand{
    align-self:center!important;
    justify-content:center!important;
    padding-top:0!important;
    min-height:100%!important;
    transform:translateY(8px)!important;
  }

  .site-footer .footer-contact-column{
    align-items:center!important;
    text-align:center!important;
    justify-content:center!important;
  }

  .site-footer .footer-contact-column h3,
  .site-footer .footer-contact-column a,
  .site-footer .footer-contact-column .footer-proposal-link{
    align-self:center!important;
    text-align:center!important;
  }

  .site-footer .footer-contact-column .footer-proposal-link{
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .site-footer .social-links{
    width:100%!important;
    justify-content:center!important;
    align-items:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}

/* preserve mobile footer centering */
@media (max-width:980px){
  .site-footer .footer-brand{
    transform:none!important;
    padding-top:0!important;
  }
}


/* v1.0.98 — Footer brand block horizontal centering */
@media (min-width:981px){
  .site-footer .footer-main{
    display:grid!important;
    grid-template-columns:minmax(360px,1.16fr) repeat(3,minmax(160px,.72fr)) minmax(300px,.95fr)!important;
    align-items:start!important;
    justify-items:start!important;
  }

  .site-footer .footer-brand{
    grid-column:1!important;
    justify-self:center!important;
    align-self:start!important;
    width:100%!important;
    max-width:380px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-top:0!important;
    transform:none!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    text-align:center!important;
  }

  .site-footer .footer-logo{
    width:100%!important;
    max-width:340px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
  }

  .site-footer .footer-logo img{
    width:min(100%,340px)!important;
    max-width:340px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    object-fit:contain!important;
    object-position:center!important;
  }

  .site-footer .footer-brand p{
    width:100%!important;
    max-width:380px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
  }

  .site-footer .footer-whatsapp{
    align-self:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .site-footer .footer-column{
    align-self:start!important;
  }

  .site-footer .footer-contact-column{
    justify-self:start!important;
    align-self:start!important;
    align-items:flex-start!important;
    text-align:left!important;
  }

  .site-footer .footer-contact-column h3,
  .site-footer .footer-contact-column a,
  .site-footer .footer-contact-column .footer-proposal-link{
    align-self:flex-start!important;
    text-align:left!important;
    margin-left:0!important;
    margin-right:0!important;
  }

  .site-footer .footer-contact-column .social-links{
    justify-content:flex-start!important;
    margin-left:0!important;
    margin-right:0!important;
  }
}


/* v1.0.99 — Footer brand composition centered inside its own visual box */
@media (min-width:981px){
  .site-footer .footer-main{
    grid-template-columns:minmax(520px,1.42fr) minmax(150px,.62fr) minmax(165px,.68fr) minmax(145px,.62fr) minmax(310px,.92fr)!important;
    column-gap:clamp(46px,4vw,76px)!important;
    row-gap:28px!important;
    align-items:start!important;
  }

  .site-footer .footer-brand{
    width:100%!important;
    max-width:420px!important;
    justify-self:center!important;
    align-self:start!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
    padding-top:0!important;
    transform:none!important;
    text-align:center!important;
    align-items:center!important;
  }

  .site-footer .footer-logo{
    width:100%!important;
    max-width:340px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    justify-content:center!important;
  }

  .site-footer .footer-logo img{
    width:min(100%,340px)!important;
    max-width:340px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .site-footer .footer-brand p{
    max-width:370px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
  }

  .site-footer .footer-whatsapp{
    align-self:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .site-footer .footer-column:not(.footer-contact-column){
    justify-self:start!important;
  }

  .site-footer .footer-contact-column{
    justify-self:start!important;
  }
}

@media (min-width:981px) and (max-width:1280px){
  .site-footer .footer-main{
    grid-template-columns:minmax(430px,1.24fr) repeat(3,minmax(140px,.7fr)) minmax(280px,.9fr)!important;
    column-gap:clamp(32px,3vw,52px)!important;
  }
  .site-footer .footer-brand{
    max-width:390px!important;
  }
}


/* v1.1.01 — Mobile footer forced 3-row layout + safe bottom wrapping */
@media (max-width:760px){
  .site-footer,
  footer.site-footer{
    overflow:visible!important;
    width:100%!important;
    max-width:100%!important;
  }

  .site-footer .footer-main{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    grid-template-areas:
      "brand brand brand"
      "services scopes help"
      "contact contact contact"!important;
    gap:26px 12px!important;
    width:100%!important;
    max-width:100%!important;
    padding:34px 18px 28px!important;
    margin:0 auto!important;
    overflow:visible!important;
    text-align:center!important;
    align-items:start!important;
    justify-items:center!important;
  }

  .site-footer .footer-brand{
    grid-area:brand!important;
    width:100%!important;
    max-width:360px!important;
    margin:0 auto!important;
    padding:0!important;
    transform:none!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    gap:16px!important;
  }

  .site-footer .footer-logo{
    width:100%!important;
    max-width:300px!important;
    margin:0 auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }

  .site-footer .footer-logo img{
    width:min(100%,300px)!important;
    max-width:300px!important;
    height:auto!important;
    margin:0 auto!important;
    object-fit:contain!important;
    object-position:center!important;
  }

  .site-footer .footer-brand p{
    width:100%!important;
    max-width:340px!important;
    margin:0 auto!important;
    text-align:center!important;
    line-height:1.65!important;
  }

  .site-footer .footer-whatsapp{
    width:100%!important;
    max-width:300px!important;
    margin:0 auto!important;
    align-self:center!important;
    justify-content:center!important;
    text-align:center!important;
  }

  .site-footer .footer-column{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    text-align:center!important;
    gap:8px!important;
    margin:0 auto!important;
    padding:0!important;
    overflow:visible!important;
  }

  .site-footer .footer-main > .footer-column:nth-of-type(1){grid-area:services!important}
  .site-footer .footer-main > .footer-column:nth-of-type(2){grid-area:scopes!important}
  .site-footer .footer-main > .footer-column:nth-of-type(3){grid-area:help!important}
  .site-footer .footer-contact-column{grid-area:contact!important}

  .site-footer .footer-column h3{
    width:100%!important;
    margin:0 0 8px!important;
    text-align:center!important;
    line-height:1.2!important;
  }

  .site-footer .footer-column a{
    width:100%!important;
    max-width:100%!important;
    text-align:center!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    line-height:1.35!important;
  }

  .site-footer .footer-contact-column,
  .site-footer .footer-contact-column h3,
  .site-footer .footer-contact-column a,
  .site-footer .footer-contact-column .footer-proposal-link{
    align-self:center!important;
    align-items:center!important;
    justify-self:center!important;
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .site-footer .footer-contact-column .footer-proposal-link{
    width:auto!important;
    min-width:190px!important;
    max-width:280px!important;
    justify-content:center!important;
  }

  .site-footer .social-links{
    width:100%!important;
    max-width:360px!important;
    margin:12px auto 0!important;
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:center!important;
    gap:12px!important;
    overflow:visible!important;
  }

  .site-footer .social{
    flex:0 0 52px!important;
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
    min-height:52px!important;
  }

  .site-footer .footer-bottom{
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-auto-rows:auto!important;
    justify-items:center!important;
    align-items:center!important;
    width:100%!important;
    max-width:100%!important;
    padding:18px 18px 24px!important;
    margin:0 auto!important;
    gap:7px!important;
    text-align:center!important;
    overflow:visible!important;
    white-space:normal!important;
  }

  .site-footer .footer-bottom p{
    width:100%!important;
    max-width:340px!important;
    margin:0 auto!important;
    text-align:center!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    line-height:1.35!important;
  }
}

@media (max-width:480px){
  .site-footer .footer-main{
    grid-template-columns:1fr!important;
    grid-template-areas:
      "brand"
      "services"
      "scopes"
      "help"
      "contact"!important;
    gap:24px!important;
    padding-left:16px!important;
    padding-right:16px!important;
  }

  .site-footer .footer-column{
    max-width:330px!important;
  }

  .site-footer .footer-logo img{
    max-width:280px!important;
  }

  .site-footer .social{
    flex-basis:50px!important;
    width:50px!important;
    height:50px!important;
    min-width:50px!important;
    min-height:50px!important;
  }
}


/* v1.1.02 — Desktop contact icons centered under contact button */
@media (min-width:981px){
  .site-footer .footer-contact-column{
    align-items:center!important;
    justify-content:flex-start!important;
    text-align:center!important;
  }

  .site-footer .footer-contact-column h3,
  .site-footer .footer-contact-column > a,
  .site-footer .footer-contact-column .footer-proposal-link{
    align-self:center!important;
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .site-footer .footer-contact-column .footer-proposal-link{
    display:inline-flex!important;
    justify-content:center!important;
  }

  .site-footer .footer-contact-column .social-links{
    width:max-content!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    justify-content:center!important;
    align-items:center!important;
    align-self:center!important;
    flex-wrap:nowrap!important;
  }
}


/* v1.1.03 — Desktop footer equidistant columns */
@media (min-width:1281px){
  .site-footer .footer-main{
    width:100%!important;
    max-width:1640px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    column-gap:clamp(28px,2.4vw,48px)!important;
    row-gap:28px!important;
    align-items:start!important;
    justify-items:center!important;
    padding-left:clamp(38px,4vw,72px)!important;
    padding-right:clamp(38px,4vw,72px)!important;
  }

  .site-footer .footer-brand,
  .site-footer .footer-column,
  .site-footer .footer-contact-column{
    width:100%!important;
    max-width:360px!important;
    justify-self:center!important;
    align-self:start!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .site-footer .footer-brand{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    text-align:center!important;
  }

  .site-footer .footer-logo,
  .site-footer .footer-logo img{
    max-width:340px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .site-footer .footer-brand p{
    max-width:350px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
  }

  .site-footer .footer-whatsapp{
    align-self:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .site-footer .footer-column{
    align-items:center!important;
    text-align:center!important;
  }

  .site-footer .footer-column h3,
  .site-footer .footer-column a{
    text-align:center!important;
    align-self:center!important;
  }

  .site-footer .footer-contact-column{
    align-items:center!important;
    text-align:center!important;
  }

  .site-footer .footer-contact-column h3,
  .site-footer .footer-contact-column > a,
  .site-footer .footer-contact-column .footer-proposal-link{
    align-self:center!important;
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .site-footer .footer-contact-column .social-links{
    width:max-content!important;
    max-width:100%!important;
    justify-content:center!important;
    align-self:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}

@media (min-width:981px) and (max-width:1280px){
  .site-footer .footer-main{
    display:grid!important;
    grid-template-columns:1fr 1fr 1fr!important;
    grid-template-areas:
      "brand brand brand"
      "services scopes help"
      ". contact ."!important;
    justify-items:center!important;
    column-gap:32px!important;
    row-gap:30px!important;
  }

  .site-footer .footer-brand{grid-area:brand!important}
  .site-footer .footer-main > .footer-column:nth-of-type(1){grid-area:services!important}
  .site-footer .footer-main > .footer-column:nth-of-type(2){grid-area:scopes!important}
  .site-footer .footer-main > .footer-column:nth-of-type(3){grid-area:help!important}
  .site-footer .footer-contact-column{grid-area:contact!important}

  .site-footer .footer-brand,
  .site-footer .footer-column,
  .site-footer .footer-contact-column{
    justify-self:center!important;
    text-align:center!important;
    align-items:center!important;
  }

  .site-footer .footer-contact-column .social-links{
    justify-content:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}
