.dyp-service-page {
  color: #fff;
  background: #030816;
}

.dyp-service-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 20, 147, 0.18), transparent 30%),
    linear-gradient(135deg, #030816, #071228 58%, #040714);
}

.dyp-service-hero__inner {
  display: grid;
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
  padding: clamp(88px, 11vw, 146px) 0 clamp(76px, 9vw, 112px);
  grid-template-columns: minmax(0, 3fr) minmax(280px, 2fr);
  gap: clamp(40px, 7vw, 88px);
  align-items: center;
}

.dyp-service-hero__primary:only-child {
  max-width: 800px;
  grid-column: 1 / -1;
}

.dyp-service-back {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin: 0 auto 32px;
  padding: 10px 15px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.875rem;
  font-weight: 850;
  text-decoration: none;
  border: 1px solid rgba(255, 20, 147, 0.42);
  border-radius: 999px;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.dyp-service-back:hover,
.dyp-service-back:focus-visible {
  color: #fff;
  border-color: #ff1493;
  background: rgba(255, 20, 147, 0.1);
}

.dyp-service-back:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.86);
  outline-offset: 4px;
}

.dyp-service-hero__eyebrow,
.dyp-service-demos__heading > p {
  margin: 0 0 15px;
  color: #ff1493;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dyp-service-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 6.5vw, 5.8rem);
  font-weight: 950;
  line-height: 0.95;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.dyp-service-hero__excerpt {
  max-width: 680px;
  margin: clamp(26px, 4vw, 38px) 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
  line-height: 1.7;
}

.dyp-service-hero__support {
  margin-top: 32px;
  padding-left: clamp(28px, 4vw, 48px);
  border-left: 2px solid #ff1493;
}

.dyp-service-hero__support p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.8;
}

.dyp-service-demos {
  color: #111827;
  background: #f7f8fb;
}

.dyp-service-demos__inner {
  width: min(100% - 48px, 1120px);
  margin-inline: auto;
  padding: clamp(76px, 9vw, 118px) 0;
}

.dyp-service-demos__heading {
  margin-bottom: 38px;
  text-align: center;
}

.dyp-service-demos__heading h2 {
  margin: 0;
  color: #071228;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.dyp-service-demos__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.dyp-service-demo-card {
  display: grid;
  overflow: hidden;
  min-width: 0;
  color: #111827;
  text-decoration: none;
  border: 1px solid rgba(7, 18, 40, 0.12);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(7, 18, 40, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.dyp-service-demo-card:hover,
.dyp-service-demo-card:focus,
.dyp-service-demo-card:visited {
  color: #111827;
  text-decoration: none;
}

.dyp-service-demo-card:hover,
.dyp-service-demo-card:focus-visible {
  border-color: rgba(255, 20, 147, 0.5);
  box-shadow: 0 24px 64px rgba(255, 20, 147, 0.13);
  transform: translateY(-4px);
}

.dyp-service-demo-card:focus-visible {
  outline: 3px solid rgba(255, 20, 147, 0.32);
  outline-offset: 4px;
}

.dyp-service-demo-card__visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #071228;
}

.dyp-service-demo-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.dyp-service-demo-card__visual > span {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3, 8, 22, 0.42), transparent 58%);
}

.dyp-service-demo-card:hover .dyp-service-demo-card__image,
.dyp-service-demo-card:focus-visible .dyp-service-demo-card__image {
  transform: scale(1.025);
}

.dyp-service-demo-card__content {
  display: flex;
  min-height: 245px;
  padding: 28px;
  flex-direction: column;
}

.dyp-service-demo-card__content > p {
  margin: 0 0 10px;
  color: #ff1493;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.dyp-service-demo-card h3 {
  margin: 0;
  color: #071228;
  font-size: clamp(1.55rem, 2.5vw, 2.05rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.dyp-service-demo-card__description {
  margin-top: 15px;
  color: #5b6472;
  line-height: 1.65;
}

.dyp-service-demo-card__content > strong {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: auto;
  padding-top: 24px;
  color: #071228;
}

.dyp-service-demo-card__content > strong span {
  color: #ff1493;
}

.dyp-service-demos__empty {
  margin: 0;
  padding: 32px;
  color: #5b6472;
  text-align: center;
  border: 1px solid rgba(7, 18, 40, 0.12);
  border-radius: 18px;
  background: #fff;
}

.dyp-services-archive {
  min-height: 75vh;
  color: #fff;
  background:
    radial-gradient(circle at 86% 8%, rgba(255, 20, 147, 0.2), transparent 29%),
    radial-gradient(circle at 8% 92%, rgba(46, 96, 255, 0.16), transparent 31%),
    #030816;
}

/* Landing editorial común de servicios. */
.dyp-service-section-label {
  margin: 0 0 15px;
  color: #ff1493;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dyp-service-editorial {
  padding: clamp(78px, 10vw, 128px) 0;
  color: #172033;
  background: #fff;
}

.dyp-service-editorial__inner,
.dyp-service-faq__inner,
.dyp-service-cta__inner {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
}

.dyp-service-editorial__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 310px);
  gap: clamp(42px, 6vw, 76px);
  align-items: start;
}

.dyp-service-editorial h2,
.dyp-service-section-heading h2,
.dyp-service-cta h2 {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.35rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.dyp-service-editorial__content {
  max-width: 800px;
  margin-top: clamp(32px, 5vw, 54px);
  color: #495366;
  font-size: clamp(1.05rem, 1.5vw, 1.18rem);
  line-height: 1.85;
}

.dyp-service-sidebar {
  display: grid;
  gap: 20px;
}

.dyp-service-sidebar__card {
  overflow: hidden;
  padding: clamp(24px, 3vw, 30px);
  color: #fff;
  border: 1px solid rgba(255, 20, 147, 0.34);
  border-radius: 18px;
  background: linear-gradient(145deg, #071228, #28102f);
  box-shadow: 0 20px 48px rgba(7, 18, 40, 0.13);
}

.dyp-service-sidebar__card h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.dyp-service-sidebar__card ul {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.dyp-service-sidebar__card li {
  position: relative;
  padding-left: 19px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.96rem;
  line-height: 1.6;
}

.dyp-service-sidebar__card li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff1493;
  box-shadow: 0 0 12px rgba(255, 20, 147, 0.45);
  content: "";
}

.dyp-service-editorial__content > :first-child {
  margin-top: 0;
}

.dyp-service-editorial__content h3 {
  margin: 2em 0 0.65em;
  color: #071228;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.dyp-service-proof {
  padding: clamp(78px, 10vw, 124px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 86% 10%, rgba(255, 20, 147, 0.2), transparent 30%),
    #071228;
}

.dyp-service-proof__inner,
.dyp-service-comparison__inner {
  width: min(100% - 48px, 1120px);
  margin-inline: auto;
}

.dyp-service-section-heading {
  max-width: 820px;
  margin: 0 auto clamp(38px, 6vw, 64px);
  text-align: center;
}

.dyp-service-section-heading > p:last-child {
  margin: 24px auto 0;
  color: #657087;
  font-size: 1.08rem;
  line-height: 1.7;
}

.dyp-service-proof .dyp-service-section-heading h2,
.dyp-service-cta h2 {
  color: #fff;
}

.dyp-service-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.dyp-service-proof-card {
  display: grid;
  overflow: hidden;
  min-width: 0;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 20, 147, 0.35);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(13, 31, 66, 0.96), rgba(42, 14, 54, 0.9));
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.25);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.dyp-service-proof-card:hover,
.dyp-service-proof-card:focus-visible {
  color: #fff;
  border-color: #ff1493;
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.34), 0 0 34px rgba(255, 20, 147, 0.16);
  transform: translateY(-5px);
}

.dyp-service-proof-card:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.dyp-service-proof-card__visual {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #030816;
}

.dyp-service-proof-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.dyp-service-proof-card:hover .dyp-service-proof-card__image,
.dyp-service-proof-card:focus-visible .dyp-service-proof-card__image {
  transform: scale(1.025);
}

.dyp-service-proof-card__content {
  display: flex;
  min-height: 225px;
  padding: 22px;
  flex-direction: column;
}

.dyp-service-proof-card__content > p {
  margin: 0 0 10px;
  color: #ff1493;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.dyp-service-proof-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  line-height: 1.12;
}

.dyp-service-proof-card__content > span {
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.dyp-service-proof-card__content > strong {
  margin-top: auto;
  padding-top: 24px;
}

.dyp-service-comparison {
  padding: clamp(78px, 10vw, 124px) 0;
  color: #172033;
  background: #f3f5fa;
}

.dyp-service-comparison__table {
  overflow: hidden;
  border: 1px solid rgba(7, 18, 40, 0.12);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(7, 18, 40, 0.08);
}

.dyp-service-comparison__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.dyp-service-comparison__row + .dyp-service-comparison__row {
  border-top: 1px solid rgba(7, 18, 40, 0.1);
}

.dyp-service-comparison__row > * {
  padding: 20px;
}

.dyp-service-comparison__row > * + * {
  border-left: 1px solid rgba(7, 18, 40, 0.1);
}

.dyp-service-comparison__row > :nth-child(2) {
  color: #071228;
  font-weight: 800;
  background: rgba(255, 20, 147, 0.055);
}

.dyp-service-comparison__row--head {
  color: #fff;
  font-weight: 900;
  background: #071228;
}

.dyp-service-comparison__row--head > :nth-child(2) {
  color: #fff;
  background: rgba(255, 20, 147, 0.22);
}

.dyp-service-faq {
  padding: clamp(78px, 10vw, 124px) 0;
  color: #172033;
  background: #fff;
}

.dyp-service-faq__list {
  display: grid;
  gap: 14px;
}

.dyp-service-faq details {
  border: 1px solid rgba(7, 18, 40, 0.12);
  border-radius: 16px;
  background: #f7f8fb;
}

.dyp-service-faq summary {
  padding: 22px 26px;
  color: #071228;
  font-size: 1.08rem;
  font-weight: 850;
  cursor: pointer;
}

.dyp-service-faq details p {
  margin: 0;
  padding: 0 26px 24px;
  color: #566074;
  line-height: 1.75;
}

.dyp-service-cta {
  padding: clamp(78px, 10vw, 120px) 0;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 20, 147, 0.28), transparent 32%),
    linear-gradient(135deg, #071228, #11183d 58%, #390b3d);
}

.dyp-service-cta__layout {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
}

.dyp-service-cta__layout.has-offer {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}

.dyp-service-cta__layout.has-offer .dyp-service-cta__inner {
  width: 100%;
}

.dyp-service-offer {
  padding: clamp(28px, 4vw, 42px);
  color: #fff;
  text-align: left;
  border: 1px solid rgba(255, 20, 147, 0.48);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
}

.dyp-service-offer h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.dyp-service-offer > p:not(.dyp-service-section-label) {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.dyp-service-offer ul {
  display: grid;
  gap: 11px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.dyp-service-offer li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.5;
}

.dyp-service-offer li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff1493;
  content: "";
}

.dyp-service-offer small {
  display: block;
  margin-top: 24px;
  padding-top: 18px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.dyp-service-cta__inner > p:not(.dyp-service-section-label) {
  max-width: 700px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.12rem;
  line-height: 1.7;
}

.dyp-service-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 34px;
}

.dyp-service-cta__actions a {
  display: inline-flex;
  min-height: 52px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  text-decoration: none;
  border-radius: 10px;
}

.dyp-service-cta__primary {
  color: #fff;
  background: #ff1493;
  box-shadow: 0 16px 34px rgba(255, 20, 147, 0.26);
}

.dyp-service-cta__secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.42);
}

@media (max-width: 760px) {
  .dyp-service-hero__inner,
  .dyp-service-editorial__inner {
    grid-template-columns: 1fr;
  }

  .dyp-service-hero__inner {
    gap: 34px;
  }

  .dyp-service-hero__support {
    margin-top: 0;
    padding: 28px 0 0;
    border-top: 2px solid #ff1493;
    border-left: 0;
  }

  .dyp-service-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dyp-service-proof__grid {
    grid-template-columns: 1fr;
  }

  .dyp-service-comparison__table {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .dyp-service-comparison__row,
  .dyp-service-comparison__row--head {
    display: grid;
    margin-bottom: 14px;
    border: 1px solid rgba(7, 18, 40, 0.12) !important;
    border-radius: 14px;
    background: #fff;
  }

  .dyp-service-comparison__row--head {
    display: none;
  }

  .dyp-service-comparison__row > * {
    border: 0 !important;
  }
}

@media (max-width: 560px) {
  .dyp-service-hero__inner {
    width: min(100% - 32px, 1180px);
  }

  .dyp-service-sidebar {
    grid-template-columns: 1fr;
  }

  .dyp-service-editorial__inner,
  .dyp-service-proof__inner,
  .dyp-service-comparison__inner,
  .dyp-service-faq__inner,
  .dyp-service-cta__inner {
    width: min(100% - 32px, 1120px);
  }

  .dyp-service-cta__actions {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dyp-service-proof-card,
  .dyp-service-proof-card__image {
    transition: none;
  }

  .dyp-service-proof-card:hover,
  .dyp-service-proof-card:focus-visible {
    transform: none;
  }
}

/* Módulos guiados y reutilizables de las landings. */
.dyp-service-module__inner {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
}

.dyp-service-module__heading {
  max-width: 860px;
  margin: 0 auto clamp(42px, 6vw, 68px);
  text-align: center;
}

.dyp-service-module__heading h2,
.dyp-service-bilingual h2 {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.35rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.dyp-service-module__heading > p:last-child,
.dyp-service-bilingual header > p:last-child {
  margin: 26px 0 0;
  color: #596579;
  font-size: 1.08rem;
  line-height: 1.8;
}

.dyp-service-types {
  padding: clamp(80px, 10vw, 128px) 0;
  color: #172033;
  background: #f5f7fb;
}

.dyp-service-types__group {
  margin-top: 28px;
  padding: clamp(28px, 5vw, 54px);
  border-radius: 26px;
}

.dyp-service-types__group--light {
  border: 1px solid rgba(7, 18, 40, 0.1);
  background: #fff;
  box-shadow: 0 22px 60px rgba(7, 18, 40, 0.07);
}

.dyp-service-types__group--dark {
  color: #fff;
  background: linear-gradient(145deg, #071228, #25102f);
  box-shadow: 0 24px 64px rgba(7, 18, 40, 0.2);
}

.dyp-service-types__intro {
  display: grid;
  margin-bottom: 32px;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.25fr);
  gap: 32px;
  align-items: start;
}

.dyp-service-types__intro h3 {
  margin: 0;
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.dyp-service-types__intro p {
  margin: 0;
  color: #596579;
  line-height: 1.75;
}

.dyp-service-types__group--dark .dyp-service-types__intro p {
  color: rgba(255, 255, 255, 0.74);
}

.dyp-service-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.dyp-service-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dyp-service-mini-card {
  padding: 24px;
  border: 1px solid rgba(7, 18, 40, 0.1);
  border-radius: 16px;
  background: #f7f8fb;
}

.dyp-service-types__group--dark .dyp-service-mini-card {
  border-color: rgba(255, 20, 147, 0.28);
  background: rgba(255, 255, 255, 0.055);
}

.dyp-service-mini-card h4 {
  margin: 0;
  color: #071228;
  font-size: 1.1rem;
}

.dyp-service-types__group--dark .dyp-service-mini-card h4 { color: #fff; }

.dyp-service-mini-card p {
  margin: 12px 0 0;
  color: #657087;
  line-height: 1.65;
}

.dyp-service-types__group--dark .dyp-service-mini-card p { color: rgba(255, 255, 255, 0.7); }

.dyp-service-mid-cta {
  padding: clamp(44px, 6vw, 72px) 0;
  color: #fff;
  background: linear-gradient(110deg, #071228, #3b123f);
}

.dyp-service-mid-cta__inner {
  display: grid;
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
}

.dyp-service-mid-cta h2 { margin: 0; color: #fff; font-size: clamp(1.8rem, 3.4vw, 3rem); line-height: 1.05; }
.dyp-service-mid-cta p { margin: 15px 0 0; color: rgba(255, 255, 255, 0.74); line-height: 1.65; }
.dyp-service-mid-cta__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.dyp-service-mid-cta__actions a { display: inline-flex; min-height: 50px; padding: 0 22px; align-items: center; color: #fff; font-weight: 850; text-decoration: none; border-radius: 10px; background: #ff1493; }
.dyp-service-mid-cta__actions .is-secondary { border: 1px solid rgba(255, 255, 255, 0.42); background: transparent; }

.dyp-service-bilingual {
  padding: clamp(80px, 10vw, 128px) 0;
  color: #172033;
  background: #fff;
}

.dyp-service-bilingual__layout { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(42px, 7vw, 86px); align-items: start; }
.dyp-service-audience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.dyp-service-audience-grid article { padding: 24px 16px; text-align: center; border: 1px solid rgba(7, 18, 40, 0.12); border-radius: 16px; background: #fbfcfd; }
.dyp-service-audience-grid span { color: #ff1493; font-size: 0.75rem; }
.dyp-service-audience-grid h3 { margin: 13px 0 0; color: #071228; font-size: 1rem; }
.dyp-service-audience-grid p { margin: 8px 0 0; color: #687287; font-size: 0.88rem; line-height: 1.5; }
.dyp-service-bilingual__decision { display: grid; margin-top: 30px; padding: clamp(28px, 5vw, 48px); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; color: #fff; border-radius: 22px; background: #071228; }
.dyp-service-bilingual__decision h3 { margin: 0; color: #fff; }
.dyp-service-bilingual__decision p { margin: 14px 0 0; color: rgba(255, 255, 255, 0.72); line-height: 1.7; }

.dyp-service-difference { padding: clamp(80px, 10vw, 128px) 0; color: #172033; background: #f3f5fa; }
.dyp-service-difference__rows { display: grid; overflow: hidden; border: 1px solid rgba(7, 18, 40, 0.1); border-radius: 20px; background: #fff; box-shadow: 0 20px 58px rgba(7, 18, 40, 0.08); }
.dyp-service-difference__rows > div { display: grid; grid-template-columns: minmax(0, 1fr) 40px minmax(0, 1fr); align-items: center; }
.dyp-service-difference__rows > div + div { border-top: 1px solid rgba(7, 18, 40, 0.09); }
.dyp-service-difference__rows span,
.dyp-service-difference__rows strong { padding: 22px 26px; line-height: 1.5; }
.dyp-service-difference__rows span { color: #687287; }
.dyp-service-difference__rows b { color: #ff1493; text-align: center; }
.dyp-service-difference__rows strong { color: #071228; background: rgba(255, 20, 147, 0.055); }
.dyp-service-difference__head { color: #fff; font-size: 0.82rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; background: #071228; }
.dyp-service-difference__head span,
.dyp-service-difference__head strong { color: #fff; background: transparent; }
.dyp-service-difference__head strong { background: rgba(255, 20, 147, 0.22); }

.dyp-service-process { --dyp-process-shift: 0px; position: relative; overflow: clip; padding: clamp(80px, 10vw, 128px) 0; color: #fff; background: #071228; isolation: isolate; }
.dyp-service-process::before { position: absolute; z-index: -1; inset: -90px -5%; background: radial-gradient(circle at 76% 38%, rgba(255, 20, 147, 0.2), transparent 32%), radial-gradient(circle at 18% 72%, rgba(50, 99, 255, 0.16), transparent 30%); content: ""; transform: translate3d(0, var(--dyp-process-shift), 0); will-change: transform; }
.dyp-service-process .dyp-service-module__heading h2 { color: #fff; }
.dyp-service-process .dyp-service-module__heading > p:last-child { color: rgba(255, 255, 255, 0.72); }
.dyp-service-process__steps { position: relative; display: grid; max-width: 940px; margin: 0 auto; padding: 0; list-style: none; }
.dyp-service-process__steps::before { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: rgba(255, 20, 147, 0.4); content: ""; }
.dyp-service-process__steps li { position: relative; display: grid; width: 50%; padding: 0 52px 44px 0; grid-template-columns: 48px minmax(0, 1fr); gap: 18px; }
.dyp-service-process__steps li:nth-child(even) { margin-left: 50%; padding: 0 0 44px 52px; }
.dyp-service-process__steps li > span { display: grid; width: 48px; height: 48px; place-items: center; color: #fff; font-weight: 900; border: 1px solid #ff1493; border-radius: 50%; background: #18102d; }
.dyp-service-process__steps h3 { margin: 4px 0 0; color: #fff; font-size: 1.3rem; }
.dyp-service-process__steps p { margin: 11px 0 0; color: rgba(255, 255, 255, 0.7); line-height: 1.65; }
.dyp-service-process__closing { max-width: 820px; margin: 20px auto 0; padding: 26px; color: #fff; font-size: 1.12rem; line-height: 1.7; text-align: center; border: 1px solid rgba(255, 20, 147, 0.34); border-radius: 16px; background: rgba(255, 255, 255, 0.045); }

.dyp-service-motion-ready .dyp-service-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 500ms ease var(--dyp-reveal-delay, 0ms),
    transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1) var(--dyp-reveal-delay, 0ms),
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.dyp-service-motion-ready .dyp-service-reveal.dyp-service-reveal--visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .dyp-service-card-grid--three,
  .dyp-service-audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dyp-service-bilingual__layout { grid-template-columns: 1fr; }
  .dyp-service-mid-cta__inner { grid-template-columns: 1fr; }
  .dyp-service-proof__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dyp-service-cta__layout.has-offer { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .dyp-service-module__inner,
  .dyp-service-mid-cta__inner,
  .dyp-service-cta__layout { width: min(100% - 32px, 1180px); }
  .dyp-service-types__intro,
  .dyp-service-card-grid,
  .dyp-service-card-grid--three,
  .dyp-service-bilingual__decision { grid-template-columns: 1fr; }
  .dyp-service-difference__rows > div { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .dyp-service-difference__rows b { display: none; }
  .dyp-service-difference__rows span,
  .dyp-service-difference__rows strong { padding: 18px 16px; font-size: 0.92rem; }
  .dyp-service-difference__head { font-size: 0.7rem; }
  .dyp-service-process__steps::before { left: 23px; }
  .dyp-service-process__steps li,
  .dyp-service-process__steps li:nth-child(even) { width: 100%; margin-left: 0; padding: 0 0 38px; grid-template-columns: 48px minmax(0, 1fr); }
  .dyp-service-mid-cta__actions { align-items: stretch; flex-direction: column; }
  .dyp-service-mid-cta__actions a { justify-content: center; }
  .dyp-service-proof__grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px), (prefers-reduced-motion: reduce) {
  .dyp-service-process::before {
    transform: none;
    will-change: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dyp-service-motion-ready .dyp-service-reveal,
  .dyp-service-motion-ready .dyp-service-reveal.dyp-service-reveal--visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.dyp-services-archive__inner {
  width: min(100% - 48px, 1120px);
  margin-inline: auto;
  padding: clamp(82px, 10vw, 132px) 0 clamp(76px, 9vw, 112px);
}

.dyp-services-archive__heading {
  max-width: 900px;
  margin: 0 auto clamp(48px, 6vw, 72px);
  text-align: center;
}

.dyp-services-archive__heading > p {
  margin: 0 0 16px;
  color: #ff1493;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dyp-services-archive__heading h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.5rem, 9vw, 7rem);
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: -0.065em;
}

.dyp-services-archive__intro {
  max-width: 820px;
  margin: clamp(34px, 5vw, 50px) auto 0;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(255, 20, 147, 0.34);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(7, 18, 40, 0.82), rgba(59, 19, 70, 0.62));
}

.dyp-services-archive__intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.8vw, 1.24rem);
  line-height: 1.7;
}

.dyp-services-archive__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.dyp-service-archive-card {
  --dyp-service-accent: #ff1493;
  --dyp-service-glow: rgba(255, 20, 147, 0.18);
  min-width: 0;
}

.dyp-service-archive-card--purple {
  --dyp-service-accent: #a868ff;
  --dyp-service-glow: rgba(168, 104, 255, 0.18);
}

.dyp-service-archive-card--gold {
  --dyp-service-accent: #e7a615;
  --dyp-service-glow: rgba(231, 166, 21, 0.18);
}

.dyp-service-archive-card > a {
  display: grid;
  overflow: hidden;
  height: 100%;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 20, 147, 0.42);
  border-color: color-mix(in srgb, var(--dyp-service-accent) 55%, transparent);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(13, 31, 66, 0.96), rgba(42, 14, 54, 0.9));
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.dyp-service-archive-card > a:hover,
.dyp-service-archive-card > a:focus-visible {
  color: #fff;
  border-color: var(--dyp-service-accent);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.3), 0 0 32px var(--dyp-service-glow);
  transform: translateY(-4px);
}

.dyp-service-archive-card > a:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.88);
  outline-offset: 4px;
}

.dyp-service-archive-card__visual {
  overflow: hidden;
  aspect-ratio: 16 / 8;
  background: #071228;
}

.dyp-service-archive-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dyp-service-archive-card__content {
  display: flex;
  min-height: 280px;
  padding: clamp(25px, 4vw, 36px);
  flex-direction: column;
}

.dyp-service-archive-card__icon {
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  color: var(--dyp-service-accent);
}

.dyp-service-archive-card__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentcolor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dyp-service-archive-card h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 3.2vw, 2.7rem);
  font-weight: 920;
  line-height: 1;
  letter-spacing: -0.045em;
}

.dyp-service-archive-card p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.65;
}

.dyp-service-archive-card strong {
  margin-top: auto;
  padding-top: 28px;
  color: #fff;
}

.dyp-service-archive-card strong span {
  margin-left: 7px;
  color: var(--dyp-service-accent);
}

.dyp-services-archive__pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
}

.dyp-services-archive__pagination .page-numbers {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  padding: 10px 13px;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 20, 147, 0.34);
  border-radius: 10px;
}

.dyp-services-archive__pagination .current,
.dyp-services-archive__pagination a:hover,
.dyp-services-archive__pagination a:focus-visible {
  border-color: #ff1493;
  background: rgba(255, 20, 147, 0.15);
}

.dyp-services-archive__empty {
  margin: 0;
  padding: 32px;
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
  border: 1px solid rgba(255, 20, 147, 0.32);
  border-radius: 18px;
}

@media (max-width: 700px) {
  .dyp-service-hero__inner,
  .dyp-service-demos__inner {
    width: min(100% - 32px, 1120px);
  }

  .dyp-service-hero__inner {
    padding-block: 76px 72px;
  }

  .dyp-service-hero h1 {
    font-size: clamp(2.8rem, 15vw, 4.2rem);
  }

  .dyp-service-demos__grid {
    grid-template-columns: 1fr;
  }

  .dyp-service-demo-card__content {
    min-height: 0;
    padding: 24px;
  }

  .dyp-services-archive__inner {
    width: min(100% - 32px, 1120px);
    padding-block: 76px 72px;
  }

  .dyp-services-archive__grid {
    grid-template-columns: 1fr;
  }

  .dyp-service-archive-card__content {
    min-height: 250px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dyp-service-demo-card,
  .dyp-service-demo-card__image {
    transition: none;
  }

  .dyp-service-back,
  .dyp-service-archive-card > a {
    transition: none;
  }

  .dyp-service-archive-card > a:hover,
  .dyp-service-archive-card > a:focus-visible {
    transform: none;
  }
}
