/* Futuristic visual direction for Plural Informática. Loaded after frontend.css. */
:root {
  --plural-img-hero: url("../images/futuristic/plural-futuristic-hero.webp");
  --plural-img-infra: url("../images/futuristic/plural-infrastructure.webp");
  --plural-img-business: url("../images/futuristic/plural-digital-business.webp");
}

.home-hero.marketing-hero {
  min-height: min(860px, calc(100vh - 20px));
  display: flex;
  align-items: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(5.4rem, 10vw, 9rem) 0 clamp(4.2rem, 7vw, 6rem);
  background:
    linear-gradient(90deg, rgba(4, 12, 25, 0.92) 0%, rgba(4, 12, 25, 0.78) 38%, rgba(4, 12, 25, 0.34) 70%, rgba(4, 12, 25, 0.68) 100%),
    linear-gradient(180deg, rgba(4, 12, 25, 0.12), rgba(4, 12, 25, 0.74)),
    var(--plural-img-hero) center center / cover no-repeat;
}

.home-hero.marketing-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, rgba(18, 168, 138, 0.18), transparent 34%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 120px);
  mix-blend-mode: screen;
  pointer-events: none;
}

.home-hero.marketing-hero::after {
  content: "";
  position: absolute;
  right: clamp(1rem, 4vw, 4rem);
  bottom: clamp(1rem, 4vw, 4rem);
  width: min(36vw, 420px);
  height: 2px;
  display: block;
  background: linear-gradient(90deg, transparent, rgba(46, 163, 242, 0.9), rgba(248, 168, 27, 0.88));
  box-shadow: 0 0 26px rgba(46, 163, 242, 0.8);
}

.marketing-hero .home-hero__grid {
  grid-template-columns: minmax(0, 1fr);
  width: min(1280px, calc(100% - 40px));
  max-width: 1280px;
}

.marketing-hero .home-hero__copy {
  width: 100%;
  max-width: none;
}

.marketing-hero .eyebrow,
.marketing-hero h1,
.marketing-hero .hero__lead,
.marketing-hero .hero-proof li {
  color: #fff;
}

.marketing-hero h1 {
  max-width: none;
  font-size: clamp(2.65rem, 5vw, 4.9rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
  text-shadow: 0 16px 44px rgba(0, 0, 0, 0.45);
}

.marketing-hero .hero__lead {
  color: rgba(239, 249, 255, 0.92);
}

.marketing-hero .button--ghost {
  border-color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  backdrop-filter: blur(12px);
}

.marketing-hero .button--ghost:hover,
.marketing-hero .button--ghost:focus {
  border-color: #fff;
  background: #fff;
  color: #0a101d;
}

.marketing-hero .hero-proof li {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(4, 12, 25, 0.46);
  backdrop-filter: blur(14px);
}

body.home .site-main > section.content-shell,
body.home .site-main > section .content-shell {
  width: min(1280px, calc(100% - 40px));
  max-width: 1280px;
}

body.home .site-main > section.content-shell :where(div, article, aside, figure, form, ul, ol, label, input, textarea, select),
body.home .site-main > section .content-shell :where(div, article, aside, figure, form, ul, ol, label, input, textarea, select),
body.home .site-main > section.content-shell :where(p, h1, h2, h3),
body.home .site-main > section .content-shell :where(p, h1, h2, h3) {
  width: 100%;
  max-width: none;
}

.home-hero.marketing-hero.home-commercial-hero {
  box-sizing: border-box;
  min-height: auto;
  padding: 3rem 0 2.5rem;
}

.home-hero.marketing-hero.home-commercial-hero h1 {
  font-size: 3.6rem;
  letter-spacing: 0;
}

.home-hero.marketing-hero.home-commercial-hero .hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.command-card.hero-impact-card {
  background:
    linear-gradient(145deg, rgba(46, 163, 242, 0.3), rgba(18, 168, 138, 0.14) 42%, rgba(5, 13, 27, 0.78)),
    rgba(5, 13, 27, 0.78);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.publipac-feature,
.remote-support,
.closing-cta,
.home-contact,
.structure-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.publipac-feature {
  padding: clamp(2rem, 5vw, 3.8rem);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(4, 12, 25, 0.9), rgba(4, 12, 25, 0.58) 48%, rgba(4, 12, 25, 0.86)),
    var(--plural-img-infra) center center / cover no-repeat;
}

.publipac-feature .feature-story__main {
  background: rgba(5, 13, 27, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: clamp(1.2rem, 3vw, 2rem);
  backdrop-filter: blur(16px);
}

.remote-support {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(4, 12, 25, 0.88), rgba(4, 12, 25, 0.64)),
    var(--plural-img-infra) center center / cover no-repeat;
}

.remote-support .check-list {
  gap: 0.72rem;
}

.remote-support .check-list li {
  display: grid;
  grid-template-columns: 0.8rem minmax(0, 1fr);
  column-gap: 0.65rem;
  align-items: start;
  padding: 0.62rem 0.8rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  line-height: 1.35;
}

.remote-support .check-list li::before {
  position: static;
  width: 0.72rem;
  height: 0.72rem;
  margin-top: 0.27em;
  grid-column: 1;
  border-radius: 999px;
}

.remote-support h2,
.remote-support p,
.remote-support li,
.closing-cta .eyebrow,
.closing-cta h2,
.closing-cta p,
.home-contact .eyebrow,
.home-contact h2,
.home-contact p,
.structure-hero .eyebrow,
.structure-hero h1,
.structure-hero h2,
.structure-hero .hero__lead {
  color: #fff;
}

.closing-cta,
.home-contact {
  background:
    linear-gradient(90deg, rgba(4, 12, 25, 0.9), rgba(4, 12, 25, 0.64)),
    var(--plural-img-business) center center / cover no-repeat;
}

.closing-cta__inner {
  width: min(1280px, calc(100% - 40px));
  max-width: 1280px;
  grid-template-columns: minmax(0, 1fr) max-content;
  text-align: left;
}

.closing-cta__inner > .eyebrow,
.closing-cta__inner > h2,
.closing-cta__inner > p:not(.eyebrow),
.closing-cta__inner > div {
  grid-column: 1;
}

.closing-cta__inner > .button {
  width: fit-content;
  max-width: min(100%, 22rem);
  grid-column: 2;
  grid-row: 1 / span 3;
  justify-self: end;
  align-self: center;
  white-space: normal;
}

.home-contact .plural-contact-form {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.home-contact .nf-form-cont {
  width: 100%;
  padding: 1.25rem;
  border: 1px solid var(--plural-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 54px rgba(10, 16, 29, 0.06);
  backdrop-filter: blur(18px);
}

.home-contact .nf-form-wrap,
.home-contact .nf-form-layout,
.home-contact .nf-form-content {
  width: 100%;
  max-width: none;
}

.home-contact .nf-form-content {
  margin: 0;
  padding: 0;
}

.home-contact .nf-form-fields-required {
  margin: 0 0 0.85rem;
  color: var(--plural-muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.home-contact .nf-form-content .field-wrap {
  margin-bottom: 0.9rem;
}

.home-contact .nf-form-content label {
  color: var(--plural-ink);
  font-size: 0.92rem;
  font-weight: 800;
}

.home-contact .nf-form-content input:not([type="button"]):not([type="submit"]):not([type="checkbox"]),
.home-contact .nf-form-content select,
.home-contact .nf-form-content textarea {
  width: 100%;
  min-height: 48px;
  margin-top: 0.35rem;
  padding: 0.72rem 0.85rem;
  border: 1px solid var(--plural-line);
  border-radius: 8px;
  background: #f9fcff;
  color: var(--plural-ink);
  font: 600 1rem/1.35 var(--font-body);
}

.home-contact .nf-form-content textarea {
  min-height: 140px;
  resize: vertical;
}

.home-contact .nf-form-content input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  margin-right: 0.65rem;
}

.home-contact .nf-form-content input[type="button"],
.home-contact .nf-form-content input[type="submit"] {
  width: 100%;
  min-height: 48px;
  padding: 0.78rem 1.18rem;
  border: 2px solid var(--plural-blue);
  border-radius: 999px;
  background: var(--plural-blue);
  color: var(--plural-white);
  font-family: var(--font-heading);
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(46, 163, 242, 0.26);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.home-contact .nf-form-content input[type="button"]:hover,
.home-contact .nf-form-content input[type="button"]:focus,
.home-contact .nf-form-content input[type="submit"]:hover,
.home-contact .nf-form-content input[type="submit"]:focus {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(46, 163, 242, 0.34);
}

.home-contact .nf-response-msg p,
.home-contact .nf-error-msg,
.home-contact .ninja-forms-req-symbol {
  color: var(--plural-ink);
}

#servicios .competence-grid.marketing-services {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
}

#servicios .competence-card.service-sell-card {
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: clamp(1.35rem, 2vw, 1.7rem);
}

#servicios .service-sell-card .eyebrow {
  min-height: 0;
  line-height: 1.35;
  letter-spacing: 0.08em;
  overflow-wrap: anywhere;
}

#servicios .service-sell-card h3 {
  margin-top: 0.85rem;
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
  line-height: 1.12;
}

#servicios .service-sell-card p:not(.eyebrow) {
  margin-bottom: 1.2rem;
  line-height: 1.55;
}

#servicios .competence-card.service-sell-card a {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  width: fit-content;
  max-width: 100%;
  min-height: 48px;
  margin-top: auto;
  padding: 0.8rem 1rem;
  align-self: flex-start;
  line-height: 1.22;
  white-space: normal;
}

.structure-hero {
  background:
    linear-gradient(90deg, rgba(4, 12, 25, 0.92), rgba(4, 12, 25, 0.68) 48%, rgba(4, 12, 25, 0.78)),
    var(--plural-img-business) center center / cover no-repeat;
}

.structure-hero--services,
.structure-hero--coverage {
  background:
    linear-gradient(90deg, rgba(4, 12, 25, 0.92), rgba(4, 12, 25, 0.62) 48%, rgba(4, 12, 25, 0.78)),
    var(--plural-img-infra) center center / cover no-repeat;
}

.structure-hero--business,
.structure-hero--contact,
.structure-hero--careers {
  background:
    linear-gradient(90deg, rgba(4, 12, 25, 0.92), rgba(4, 12, 25, 0.62) 48%, rgba(4, 12, 25, 0.76)),
    var(--plural-img-business) center center / cover no-repeat;
}

.structure-hero__mark {
  background: rgba(5, 13, 27, 0.48);
  border-color: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(16px);
}

.structure-hero__mark span {
  color: #fff;
}

@media (min-width: 981px) {
  .home-hero.marketing-hero,
  .publipac-feature,
  .remote-support,
  .closing-cta,
  .home-contact,
  .structure-hero {
    background-attachment: fixed;
  }
}

@media (prefers-reduced-motion: reduce), (max-width: 980px) {
  .home-hero.marketing-hero,
  .publipac-feature,
  .remote-support,
  .closing-cta,
  .home-contact,
  .structure-hero {
    background-attachment: scroll;
  }
}

@media (max-width: 980px) {
  .home-hero.marketing-hero.home-commercial-hero {
    padding: 3.2rem 0 3rem;
  }

  .home-hero.marketing-hero.home-commercial-hero h1 {
    font-size: 3rem;
  }

  .home-hero.marketing-hero {
    min-height: auto;
  }

  .closing-cta__inner {
    grid-template-columns: 1fr;
  }

  .closing-cta__inner > .button {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }

  .publipac-feature {
    padding: 1rem;
  }
}

@media (max-width: 1180px) {
  #servicios .competence-grid.marketing-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .home-hero.marketing-hero.home-commercial-hero {
    padding: 2rem 0 2rem;
    background:
      linear-gradient(180deg, rgba(4, 12, 25, 0.9), rgba(4, 12, 25, 0.66)),
      var(--plural-img-hero) center center / cover no-repeat;
  }

  .home-hero.marketing-hero.home-commercial-hero h1 {
    font-size: 2.18rem;
    line-height: 1.04;
    letter-spacing: 0;
  }

  .home-hero.marketing-hero.home-commercial-hero .hero__lead {
    font-size: 0.96rem;
    line-height: 1.45;
  }

  .home-hero.marketing-hero.home-commercial-hero .hero-proof {
    grid-template-columns: 1fr;
    margin-top: 0.85rem;
  }

  .home-hero.marketing-hero.home-commercial-hero .hero__actions {
    margin-top: 1.2rem;
  }

  .home-hero.marketing-hero.home-commercial-hero .button {
    min-height: 46px;
  }

  .home-hero.marketing-hero::before {
    opacity: 0.55;
  }

  .home-hero.marketing-hero::after {
    width: 58vw;
  }

  #servicios .competence-grid.marketing-services {
    grid-template-columns: 1fr;
  }

  #servicios .competence-card.service-sell-card a {
    width: 100%;
    justify-content: center;
  }

}

/* Conversion-focused home refresh. */
body.home {
  --home-ink: #101827;
  --home-muted: #506070;
  --home-line: rgba(17, 30, 48, 0.12);
  --home-dark: #06101f;
  --home-dark-2: #0b1b30;
  --home-cyan: #2ea3f2;
  --home-teal: #12a88a;
  --home-amber: #f8a81b;
  --home-surface: #f5f9fc;
  background: var(--home-surface);
}

body.home .site-main {
  background:
    linear-gradient(180deg, #06101f 0, #06101f 680px, #f5f9fc 680px, #f5f9fc 100%);
}

body.home .section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

body.home .content-shell,
body.home .site-main > section .content-shell {
  width: min(1180px, calc(100% - 40px));
  max-width: 1180px;
}

body.home .section-heading {
  max-width: 820px;
  margin-bottom: 2.4rem;
}

body.home .section-heading h2,
body.home .home-hero h1 {
  letter-spacing: 0;
}

body.home .section-heading--split {
  max-width: 100%;
  display: block;
}

body.home .section-heading--split > p,
body.home .section-heading > p:not(.eyebrow) {
  max-width: 980px;
  margin-top: 1.05rem;
  color: var(--home-muted);
  font-size: 1.06rem;
  line-height: 1.7;
}

.home-commercial-hero {
  box-sizing: border-box;
  min-height: min(720px, calc(100vh - 82px));
  padding: 4.8rem 0 4rem;
  background:
    linear-gradient(90deg, rgba(4, 12, 25, 0.94) 0%, rgba(4, 12, 25, 0.86) 45%, rgba(4, 12, 25, 0.42) 100%),
    linear-gradient(180deg, rgba(4, 12, 25, 0.22), rgba(4, 12, 25, 0.86)),
    var(--plural-img-hero) center center / cover no-repeat;
}

.home-commercial-hero::before {
  background:
    linear-gradient(115deg, rgba(18, 168, 138, 0.2), transparent 38%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.052) 0 1px, transparent 1px 112px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.038) 0 1px, transparent 1px 112px);
  opacity: 0.84;
}

.home-commercial-hero .home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.48fr);
  gap: 4rem;
  align-items: center;
}

.home-commercial-hero .home-hero__copy {
  max-width: 850px;
}

.home-commercial-hero .eyebrow {
  color: #8be8d8;
}

.home-commercial-hero h1 {
  max-width: 860px;
  margin-bottom: 1.25rem;
  color: #fff;
  font-size: 3.85rem;
  line-height: 1.03;
  text-wrap: balance;
}

.home-commercial-hero .hero__lead {
  max-width: 770px;
  color: rgba(239, 249, 255, 0.92);
  font-size: 1.24rem;
  line-height: 1.62;
}

.home-commercial-hero .hero__actions {
  margin-top: 2rem;
}

.home-commercial-hero .button,
.home-closing-cta .button {
  min-height: 52px;
  padding: 0.9rem 1.25rem;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(46, 163, 242, 0.28);
}

.home-commercial-hero .button:not(.button--ghost) {
  border-color: #4db6ff;
  background: linear-gradient(135deg, #38aef7, #12a88a);
}

.home-commercial-hero .button--ghost {
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.08);
}

.home-commercial-hero .hero-proof {
  max-width: 900px;
  margin-top: 1.35rem;
  gap: 0.75rem;
}

.home-commercial-hero .hero-proof li {
  min-height: 46px;
  border-radius: 8px;
  color: #f7fbff;
  font-size: 0.94rem;
}

.home-signal-panel {
  position: relative;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06)),
    rgba(4, 12, 25, 0.58);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(18px);
}

.home-signal-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border-top: 3px solid var(--home-teal);
  pointer-events: none;
}

.home-signal-panel h2 {
  margin: 0.5rem 0 1.2rem;
  color: #fff;
  font-size: 1.55rem;
  line-height: 1.18;
  letter-spacing: 0;
}

.home-signal-panel ul,
.service-checks,
.process-list {
  padding: 0;
  list-style: none;
}

.home-signal-panel ul {
  display: grid;
  gap: 0.8rem;
  margin: 0;
}

.home-signal-panel li {
  display: grid;
  grid-template-columns: 0.55rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  color: rgba(239, 249, 255, 0.9);
  line-height: 1.45;
}

.home-signal-panel li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.48em;
  border-radius: 999px;
  background: #8be8d8;
  box-shadow: 0 0 18px rgba(139, 232, 216, 0.62);
}

.home-pain-section {
  position: relative;
  background:
    linear-gradient(180deg, #f5f9fc, #edf5fb),
    repeating-linear-gradient(90deg, rgba(17, 30, 48, 0.05) 0 1px, transparent 1px 120px);
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.pain-item,
.home-proof-section .proof-grid article,
#servicios .competence-card.service-sell-card {
  border-radius: 8px;
}

.pain-item {
  min-height: 270px;
  padding: 1.35rem;
  border: 1px solid var(--home-line);
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(17, 30, 48, 0.08);
}

.home-proof-section .proof-grid span {
  display: inline-grid;
  min-width: 2.25rem;
  min-height: 2.25rem;
  margin-bottom: 1rem;
  place-items: center;
  border-radius: 8px;
  background: #e9f7ff;
  color: #07679d;
  font-family: var(--font-tech);
  font-size: 0.78rem;
  font-weight: 900;
}

.pain-item h3,
.home-proof-section .proof-grid h3 {
  margin-bottom: 0.75rem;
  color: var(--home-ink);
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.pain-item p,
.home-proof-section .proof-grid p {
  color: var(--home-muted);
  line-height: 1.65;
}

.home-services-section {
  position: relative;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(6, 16, 31, 0.97), rgba(9, 26, 45, 0.96)),
    var(--plural-img-infra) center center / cover no-repeat;
}

.home-services-section .section-heading h2,
.home-services-section .section-heading .eyebrow {
  color: #fff;
}

body.home .home-services-section .section-heading--split > p {
  color: rgba(239, 249, 255, 0.82);
}

#servicios .competence-grid.marketing-services {
  gap: 1rem;
}

#servicios .competence-card.service-sell-card {
  min-height: 520px;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 251, 255, 0.96));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.2);
}

#servicios .service-sell-card .eyebrow {
  color: #0e5f9e;
}

#servicios .service-sell-card h3 {
  color: var(--home-ink);
  font-size: 1.52rem;
  letter-spacing: 0;
}

#servicios .service-sell-card p:not(.eyebrow),
#servicios .service-checks li {
  color: var(--home-muted);
}

.service-checks {
  display: grid;
  gap: 0.52rem;
  margin: 0 0 1.3rem;
}

.service-checks li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.94rem;
  line-height: 1.42;
}

.service-checks li::before {
  content: "";
  position: absolute;
  top: 0.56em;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--home-teal);
}

#servicios .competence-card.service-sell-card a {
  border-radius: 8px;
  background: #0e5f9e;
  color: #fff;
  font-weight: 800;
}

#servicios .competence-card.service-sell-card a:hover,
#servicios .competence-card.service-sell-card a:focus {
  background: var(--home-teal);
}

.home-proof-section {
  background: #ffffff;
}

.home-proof-section .section-heading {
  max-width: 920px;
}

.home-proof-section .proof-grid {
  gap: 1rem;
}

.home-proof-section .proof-grid article {
  min-height: 280px;
  border-color: var(--home-line);
  background:
    linear-gradient(180deg, #ffffff, #f6fbff);
  box-shadow: 0 20px 46px rgba(17, 30, 48, 0.07);
}

.home-proof-section .proof-grid span {
  width: auto;
  padding: 0 0.7rem;
  background: #fff4d9;
  color: #865500;
}

.home-process-section {
  background:
    linear-gradient(90deg, rgba(6, 16, 31, 0.94), rgba(6, 16, 31, 0.74)),
    var(--plural-img-business) center center / cover no-repeat;
}

.process-list {
  display: grid;
  gap: 0.75rem;
  margin: 1.35rem 0 0;
}

.process-list li {
  position: relative;
  padding: 0.9rem 1rem 0.9rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.5;
}

.process-list li::before {
  content: "";
  position: absolute;
  top: 1.45rem;
  left: 0.9rem;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 999px;
  background: var(--home-teal);
  box-shadow: 0 0 18px rgba(18, 168, 138, 0.52);
}

.process-list strong {
  color: #fff;
}

.home-closing-cta {
  background:
    linear-gradient(90deg, rgba(6, 16, 31, 0.94), rgba(6, 16, 31, 0.72)),
    var(--plural-img-infra) center center / cover no-repeat;
}

.home-closing-cta .closing-cta__inner {
  grid-template-columns: minmax(0, 1fr) auto;
}

.home-closing-cta p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 0.85rem;
  color: rgba(239, 249, 255, 0.82);
}

.home-contact {
  background:
    linear-gradient(90deg, rgba(6, 16, 31, 0.93), rgba(6, 16, 31, 0.7)),
    var(--plural-img-business) center center / cover no-repeat;
}

.home-contact .home-contact__grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.58fr);
  gap: 2.4rem;
}

.home-contact .nf-form-cont {
  box-sizing: border-box;
  min-width: 0;
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  overflow: hidden;
}

.home-contact .home-contact__grid > *,
.home-contact .nf-form-wrap,
.home-contact .nf-form-layout,
.home-contact .nf-form-content,
.home-contact .nf-form-content form,
.home-contact .nf-field-container,
.home-contact .nf-field,
.home-contact .field-wrap {
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
}

.home-contact .nf-form-content input[type="button"],
.home-contact .nf-form-content input[type="submit"] {
  border-radius: 8px;
  background: linear-gradient(135deg, #38aef7, #12a88a);
}

@media (max-width: 1180px) {
  .home-commercial-hero .home-hero__grid {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }

  .home-signal-panel {
    max-width: 720px;
  }

  .pain-grid,
  #servicios .competence-grid.marketing-services {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 980px) {
  body.home .section {
    padding-top: 4.4rem;
    padding-bottom: 4.4rem;
  }

  body.home .section-heading--split,
  .home-closing-cta .closing-cta__inner,
  .home-contact .home-contact__grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .home-commercial-hero {
    min-height: auto;
    padding-top: 4.2rem;
    padding-bottom: 3.4rem;
  }

  .home-commercial-hero h1 {
    font-size: 3rem;
  }

  .home-commercial-hero .hero__lead {
    font-size: 1.12rem;
  }

  .home-closing-cta .closing-cta__inner > .button {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
}

@media (max-width: 720px) {
  body.home .content-shell,
  body.home .site-main > section .content-shell {
    width: min(100% - 28px, 1180px);
  }

  .home-commercial-hero {
    padding: 3.6rem 0 3rem;
  }

  .home-commercial-hero h1 {
    font-size: 2.32rem;
    line-height: 1.08;
  }

  .home-commercial-hero .hero__lead {
    font-size: 1rem;
    line-height: 1.52;
  }

  .home-commercial-hero .hero-proof {
    gap: 0.55rem;
  }

  .home-commercial-hero .hero-proof li {
    min-height: 40px;
  }

  .home-commercial-hero .hero__actions {
    width: 100%;
  }

  .home-commercial-hero .button,
  .home-closing-cta .button,
  .home-commercial-hero .hero-proof li,
  #servicios .competence-card.service-sell-card a {
    width: 100%;
    justify-content: center;
  }

  .pain-grid,
  #servicios .competence-grid.marketing-services,
  .home-proof-section .proof-grid {
    grid-template-columns: 1fr;
  }

  .home-signal-panel,
  .pain-item,
  #servicios .competence-card.service-sell-card,
  .home-proof-section .proof-grid article {
    min-height: 0;
  }

  .home-signal-panel {
    display: none;
  }

  .home-signal-panel h2,
  .pain-item h3,
  #servicios .service-sell-card h3,
  .home-proof-section .proof-grid h3 {
    font-size: 1.22rem;
  }

  .process-list li {
    padding-right: 0.85rem;
  }
}

@media (max-width: 980px) {
  .site-header {
    max-height: none;
  }

  .site-header__inner {
    width: min(100% - 28px, 1180px);
    min-height: 0;
    padding: 0.65rem 0 0.7rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
  }

  .brand__symbol {
    width: 46px;
    height: 46px;
  }

  .primary-nav {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
  }

  .primary-nav__list,
  .site-header .primary-nav__list {
    width: max-content;
    min-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    align-items: center;
    justify-content: flex-start;
  }

  .primary-nav__list > .menu-item,
  .site-header .primary-nav__list > .menu-item {
    flex: 0 0 auto;
  }

  .primary-nav__list > .menu-item > a,
  .site-header .primary-nav__list > .menu-item > a {
    width: auto;
    min-height: 38px;
    padding: 0.45rem 0.7rem;
    border: 1px solid rgba(46, 163, 242, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--home-ink, #101827);
    font-size: 0.86rem;
    line-height: 1.1;
    white-space: nowrap;
  }

  .primary-nav__list .menu-item-has-children > a::after,
  .site-header .primary-nav__list .menu-item-has-children > a::after,
  .primary-nav__list > .menu-item-has-children > .sub-menu,
  .site-header .primary-nav__list > .menu-item-has-children > .sub-menu {
    display: none;
  }
}

/* Keep site headings aligned with their container width. */
.site-main :is(h1, h2, h3, h4),
.site-footer :is(h1, h2, h3, h4) {
  max-width: none !important;
}
