/* ==========================================================================
   SRG Integrate · Sectores + Crea tu web · 2026-08-12
   ========================================================================== */

body.service-page {
  min-width: 320px;
  color: #f7fbff;
  background: #020712;
}

body.service-page main {
  overflow: hidden;
}

body.service-page .eyebrow {
  margin: 0 0 18px;
  color: #18c7ff;
  font-family: var(--font-display, Sora, sans-serif);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.service-heading {
  max-width: 850px;
  margin: 0 auto 54px;
  text-align: center;
}

.service-heading--left {
  margin-inline: 0;
  text-align: left;
}

.service-heading h2,
.web-common-grid h2,
.web-extras-grid h2,
.web-faq-grid h2,
.sector-open-cta h2 {
  font-family: var(--font-display, Sora, sans-serif);
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 550;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.service-heading > p:last-child,
.web-common-grid > div > p:last-child,
.web-extras-grid > div > p:last-child,
.sector-open-cta__inner > p {
  margin-top: 20px;
  color: #aebdca;
  font-size: 1.02rem;
  line-height: 1.75;
}

@media (min-width: 1021px) {
  .site-header .header-inner {
    grid-template-columns: clamp(220px, 16vw, 300px) minmax(0, 1fr) clamp(190px, 13vw, 245px);
    gap: clamp(12px, 1.2vw, 22px);
    width: min(calc(100% - 52px), 1760px);
  }

  .site-header .brand,
  .site-header.is-scrolled .brand {
    width: clamp(215px, 15vw, 286px);
    height: auto;
    aspect-ratio: 1220 / 410;
  }

  .site-header .desktop-nav {
    gap: clamp(10px, 1.1vw, 21px);
    min-width: 0;
    white-space: nowrap;
  }

  .site-header .desktop-nav a {
    font-size: clamp(0.72rem, 0.77vw, 0.91rem);
    letter-spacing: -0.012em;
  }

  .site-header .header-cta.button-primary {
    min-height: 52px;
    padding-inline: clamp(14px, 1.25vw, 23px);
    font-size: clamp(0.78rem, 0.79vw, 0.9rem);
    white-space: nowrap;
  }
}

@media (min-width: 1021px) and (max-width: 1260px) {
  .site-header .header-inner {
    grid-template-columns: 205px minmax(0, 1fr) 188px;
    gap: 10px;
    width: calc(100% - 34px);
  }

  .site-header .brand,
  .site-header.is-scrolled .brand {
    width: 200px;
  }

  .site-header .desktop-nav {
    gap: 8px;
  }

  .site-header .desktop-nav a {
    font-size: 0.67rem;
  }

  .site-header .header-cta.button-primary {
    min-height: 46px;
    padding-inline: 11px;
    font-size: 0.72rem;
  }
}

/* Crea tu web */

.web-hero {
  position: relative;
  min-height: 760px;
  padding: 190px 0 108px;
  display: flex;
  align-items: center;
  isolation: isolate;
  background:
    radial-gradient(circle at 76% 45%, rgba(0, 145, 255, 0.18), transparent 26rem),
    radial-gradient(circle at 22% 20%, rgba(0, 216, 255, 0.08), transparent 24rem),
    linear-gradient(180deg, #020712 0%, #04101d 100%);
}

.web-hero::before,
.web-hero::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.web-hero::before {
  top: 170px;
  right: 7vw;
  width: min(40vw, 590px);
  aspect-ratio: 1;
  border: 1px solid rgba(0, 216, 255, 0.16);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(0, 156, 255, 0.018),
    0 0 0 150px rgba(0, 156, 255, 0.012),
    inset 0 0 90px rgba(0, 156, 255, 0.06);
}

.web-hero::after {
  right: 12vw;
  bottom: 90px;
  width: min(32vw, 470px);
  height: 1px;
  background: linear-gradient(90deg, transparent, #00d8ff, transparent);
  box-shadow: 0 0 24px #00bfff;
  transform: rotate(-26deg);
}

.web-hero__grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(0, 216, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 216, 255, 0.08) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(90deg, black, transparent 76%);
}

.web-hero__inner {
  position: relative;
  z-index: 1;
}

.web-hero h1 {
  max-width: 1050px;
  font-family: var(--font-display, Sora, sans-serif);
  font-size: clamp(3rem, 6vw, 6.4rem);
  font-weight: 500;
  line-height: 0.99;
  letter-spacing: -0.065em;
}

.web-hero h1 span {
  display: block;
  margin-top: 10px;
  color: #16c8ff;
}

.web-hero__lead {
  max-width: 730px;
  margin-top: 30px;
  color: #b8c5d1;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.75;
}

.web-hero__actions,
.sector-open-cta__inner > div,
.web-final-cta__inner > div {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.web-proof {
  display: grid;
  max-width: 980px;
  margin-top: 64px;
  border-top: 1px solid rgba(0, 216, 255, 0.25);
  grid-template-columns: repeat(4, 1fr);
}

.web-proof li {
  position: relative;
  padding: 20px 18px 0 25px;
  color: #d7e5ef;
  font-size: 0.88rem;
}

.web-proof li::before {
  position: absolute;
  top: 27px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: #00d8ff;
  box-shadow: 0 0 12px #00d8ff;
}

.web-plans-section,
.web-care-section,
.web-special-section,
.web-extras-section,
.web-process-section,
.web-faq-section {
  padding: 120px 0;
}

.web-plans-section {
  background:
    radial-gradient(circle at 50% 25%, rgba(0, 136, 255, 0.09), transparent 34rem),
    #030914;
}

.web-plan-grid,
.web-care-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.web-plan-card {
  position: relative;
  min-width: 0;
  padding: 38px 34px 34px;
  border: 1px solid rgba(43, 132, 202, 0.3);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: linear-gradient(150deg, rgba(9, 24, 42, 0.95), rgba(3, 10, 21, 0.98));
  box-shadow: 0 22px 65px rgba(0, 0, 0, 0.24);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  animation: service-rise 0.65s ease both;
}

.web-plan-card:nth-child(2) { animation-delay: 0.08s; }
.web-plan-card:nth-child(3) { animation-delay: 0.16s; }

.web-plan-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(0, 216, 255, 0.7), transparent);
}

.web-plan-card:hover,
.web-plan-card:focus-within {
  border-color: rgba(0, 216, 255, 0.66);
  box-shadow: 0 28px 80px rgba(0, 119, 255, 0.14);
  transform: translateY(-7px);
}

.web-plan-card.is-featured {
  border-color: rgba(0, 216, 255, 0.72);
  background:
    radial-gradient(circle at 100% 0, rgba(0, 155, 255, 0.17), transparent 20rem),
    linear-gradient(150deg, rgba(7, 31, 55, 0.98), rgba(3, 10, 21, 0.98));
}

.web-plan-card__badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 7px 11px;
  border: 1px solid rgba(0, 216, 255, 0.45);
  border-radius: 999px;
  color: #00d8ff;
  background: rgba(0, 216, 255, 0.08);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.web-plan-card__eyebrow {
  color: #18c7ff;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.web-plan-card h3,
.web-care-card h3,
.web-special-grid h3 {
  margin-top: 14px;
  font-family: var(--font-display, Sora, sans-serif);
  font-size: clamp(1.55rem, 2.2vw, 2.15rem);
  font-weight: 550;
  letter-spacing: -0.035em;
}

.web-plan-card__description {
  min-height: 78px;
  margin-top: 15px;
  color: #9fb0bf;
  line-height: 1.6;
}

.web-plan-card__price {
  margin-top: 27px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.web-plan-card__price span,
.web-plan-card__price small,
.web-plan-card__care span,
.web-plan-card__care small {
  display: block;
  color: #8ea1b1;
  font-size: 0.72rem;
}

.web-plan-card__price strong {
  display: inline-block;
  margin-top: 7px;
  color: #fff;
  font-family: var(--font-display, Sora, sans-serif);
  font-size: clamp(2.2rem, 3vw, 3.25rem);
  font-weight: 550;
  letter-spacing: -0.06em;
}

.web-plan-card__price small {
  display: inline-block;
  margin-left: 8px;
}

.web-plan-card__features {
  display: grid;
  gap: 13px;
  margin-top: 25px;
}

.web-plan-card__features li,
.web-care-card li {
  position: relative;
  padding-left: 26px;
  color: #d8e4ed;
  font-size: 0.9rem;
  line-height: 1.5;
}

.web-plan-card__features li::before,
.web-care-card li::before {
  position: absolute;
  top: 0.28em;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(0, 216, 255, 0.62);
  border-radius: 50%;
  content: "✓";
  color: #00d8ff;
  font-size: 0.58rem;
  line-height: 13px;
  text-align: center;
}

.web-plan-card__care {
  margin-top: auto;
  padding: 24px 0 20px;
}

.web-plan-card__care strong {
  display: block;
  margin: 7px 0 3px;
  color: #15c8ff;
  font-size: 1.05rem;
}

.web-plan-card__cta {
  width: 100%;
  justify-content: center;
}

.web-price-note {
  max-width: 920px;
  margin: 30px auto 0;
  color: #8296a8;
  font-size: 0.82rem;
  line-height: 1.7;
  text-align: center;
}

.web-common-section {
  padding: 115px 0;
  border-block: 1px solid rgba(0, 216, 255, 0.12);
  background:
    linear-gradient(90deg, rgba(0, 216, 255, 0.025) 1px, transparent 1px),
    #020812;
  background-size: 92px 100%;
}

.web-common-grid,
.web-extras-grid,
.web-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 85px;
  align-items: start;
}

.web-common-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.web-common-list li {
  min-height: 135px;
  padding: 24px;
  border: 1px solid rgba(32, 112, 175, 0.25);
  border-radius: 13px;
  background: rgba(6, 18, 32, 0.78);
}

.web-common-list strong,
.web-common-list span {
  display: block;
}

.web-common-list strong {
  color: #dff7ff;
  font-size: 0.96rem;
}

.web-common-list span {
  margin-top: 10px;
  color: #91a5b6;
  font-size: 0.83rem;
  line-height: 1.6;
}

.web-care-section {
  background:
    radial-gradient(circle at 20% 60%, rgba(0, 140, 255, 0.08), transparent 28rem),
    #030914;
}

.web-care-card {
  position: relative;
  padding: 34px;
  border: 1px solid rgba(41, 121, 185, 0.28);
  border-radius: 16px;
  background: rgba(5, 15, 28, 0.9);
}

.web-care-card.is-featured {
  border-color: rgba(0, 216, 255, 0.62);
  box-shadow: 0 20px 60px rgba(0, 132, 255, 0.1);
}

.web-care-card > span {
  position: absolute;
  top: 18px;
  right: 18px;
  color: #00d8ff;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.web-care-card__price {
  margin-top: 22px;
  color: #fff;
}

.web-care-card__price strong {
  font-family: var(--font-display, Sora, sans-serif);
  font-size: 2.6rem;
  font-weight: 550;
  letter-spacing: -0.055em;
}

.web-care-card__price small {
  margin-left: 6px;
  color: #8fa3b5;
  font-size: 0.74rem;
}

.web-care-card > p {
  min-height: 58px;
  margin-top: 13px;
  color: #95a8b8;
  font-size: 0.88rem;
  line-height: 1.6;
}

.web-care-card ul {
  display: grid;
  gap: 13px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.web-care-conditions {
  max-width: 1050px;
  margin: 32px auto 0;
  padding: 24px 28px;
  border: 1px solid rgba(0, 216, 255, 0.18);
  border-radius: 12px;
  background: rgba(0, 216, 255, 0.035);
}

.web-care-conditions strong {
  color: #17c8ff;
}

.web-care-conditions p {
  margin-top: 8px;
  color: #92a6b7;
  font-size: 0.83rem;
  line-height: 1.7;
}

.web-special-section {
  border-top: 1px solid rgba(0, 216, 255, 0.12);
  background: #020712;
}

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

.web-special-grid article {
  position: relative;
  min-height: 390px;
  padding: 42px;
  border: 1px solid rgba(26, 115, 185, 0.3);
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 10%, rgba(0, 161, 255, 0.14), transparent 18rem),
    linear-gradient(145deg, #071628, #030a14);
}

.web-special-grid article > span {
  color: #16c8ff;
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.web-special-grid article > strong {
  display: block;
  margin-top: 24px;
  font-family: var(--font-display, Sora, sans-serif);
  font-size: 2.7rem;
  font-weight: 550;
  letter-spacing: -0.055em;
}

.web-special-grid article > strong small {
  color: #879bab;
  font-size: 0.75rem;
  letter-spacing: 0;
}

.web-special-grid article > p {
  max-width: 560px;
  margin-top: 14px;
  color: #9db0bf;
  line-height: 1.65;
}

.web-special-grid ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.web-special-grid li {
  padding: 7px 11px;
  border: 1px solid rgba(0, 216, 255, 0.2);
  border-radius: 999px;
  color: #c7dae7;
  font-size: 0.73rem;
}

.web-special-grid article > a {
  position: absolute;
  right: 42px;
  bottom: 38px;
  left: 42px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #18c8ff;
  font-weight: 600;
}

.web-extras-section {
  background:
    linear-gradient(90deg, transparent, rgba(0, 216, 255, 0.03), transparent),
    #030914;
}

.web-extra-list {
  border-top: 1px solid rgba(0, 216, 255, 0.25);
}

.web-extra-list > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 18px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.web-extra-list dt {
  color: #c9d7e2;
}

.web-extra-list dd {
  color: #18c8ff;
  font-weight: 600;
  text-align: right;
}

.web-process-section {
  background: #020712;
}

.web-process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(0, 216, 255, 0.34);
}

.web-process-list li {
  min-height: 260px;
  padding: 34px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.web-process-list li:last-child {
  border-right: 0;
}

.web-process-list li > span {
  color: #16c8ff;
  font-family: var(--font-display, Sora, sans-serif);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
}

.web-process-list strong {
  display: block;
  margin-top: 62px;
  font-family: var(--font-display, Sora, sans-serif);
  font-size: 1.15rem;
}

.web-process-list p {
  margin-top: 12px;
  color: #92a6b7;
  font-size: 0.86rem;
  line-height: 1.65;
}

.web-faq-section {
  border-block: 1px solid rgba(0, 216, 255, 0.12);
  background: #030914;
}

.web-faq-list {
  border-top: 1px solid rgba(0, 216, 255, 0.28);
}

.web-faq-list details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.web-faq-list summary {
  position: relative;
  padding: 24px 45px 24px 0;
  cursor: pointer;
  color: #dceaf4;
  font-weight: 600;
  list-style: none;
}

.web-faq-list summary::-webkit-details-marker { display: none; }

.web-faq-list summary::after {
  position: absolute;
  top: 23px;
  right: 4px;
  content: "+";
  color: #16c8ff;
  font-size: 1.35rem;
  font-weight: 400;
}

.web-faq-list details[open] summary::after { content: "−"; }

.web-faq-list details p {
  max-width: 720px;
  padding: 0 42px 25px 0;
  color: #93a8b9;
  font-size: 0.9rem;
  line-height: 1.75;
}

.web-final-cta {
  position: relative;
  padding: 135px 0;
  text-align: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 145, 255, 0.18), transparent 32rem),
    #020712;
}

.web-final-cta__inner {
  max-width: 950px;
}

.web-final-cta h2 {
  font-family: var(--font-display, Sora, sans-serif);
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.web-final-cta__inner > p:not(.eyebrow) {
  margin-top: 22px;
  color: #a5b6c4;
  font-size: 1.05rem;
}

.web-final-cta__inner > div {
  justify-content: center;
}

/* Sectores */

.sectors-hero {
  position: relative;
  min-height: 630px;
  padding: 190px 0 100px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 72% 35%, rgba(0, 143, 255, 0.18), transparent 29rem),
    linear-gradient(180deg, #020712, #04101e);
}

.sectors-hero__lines {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.55;
  background:
    radial-gradient(circle at 77% 48%, #00d8ff 0 3px, transparent 4px),
    repeating-radial-gradient(circle at 77% 48%, transparent 0 72px, rgba(0, 216, 255, 0.1) 73px, transparent 74px 142px);
  mask-image: linear-gradient(90deg, transparent 30%, black);
}

.sectors-hero__inner {
  position: relative;
}

.sectors-hero h1 {
  max-width: 980px;
  font-family: var(--font-display, Sora, sans-serif);
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.sectors-hero h1 span {
  display: block;
  margin-top: 10px;
  color: #16c8ff;
}

.sectors-hero__inner > p:not(.eyebrow) {
  max-width: 750px;
  margin-top: 28px;
  color: #abbac7;
  font-size: 1.08rem;
  line-height: 1.75;
}

.sectors-hero .button {
  margin-top: 32px;
}

.sector-jump {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: -38px;
  padding: 1px;
  border: 1px solid rgba(0, 216, 255, 0.2);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(0, 216, 255, 0.2);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

.sector-jump a {
  min-height: 78px;
  padding: 16px;
  display: flex;
  gap: 11px;
  align-items: center;
  color: #c9d8e4;
  background: #06101d;
  font-size: 0.74rem;
  line-height: 1.35;
  transition: color 0.2s ease, background 0.2s ease;
}

.sector-jump a:hover,
.sector-jump a:focus-visible {
  color: #fff;
  background: #09233a;
}

.sector-jump span {
  color: #14c8ff;
  font-size: 0.62rem;
}

.sector-directory {
  padding: 130px 0;
  background:
    radial-gradient(circle at 15% 40%, rgba(0, 128, 255, 0.07), transparent 28rem),
    #020812;
}

.sector-list {
  margin-top: 50px;
  border-top: 1px solid rgba(0, 216, 255, 0.32);
}

.sector-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr) 58px;
  gap: 40px;
  align-items: center;
  min-height: 230px;
  padding: 38px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  scroll-margin-top: 125px;
  transition: background 0.25s ease;
}

.sector-row::before {
  position: absolute;
  inset: 0 -28px;
  z-index: -1;
  border-radius: 14px;
  content: "";
  opacity: 0;
  background: linear-gradient(90deg, rgba(0, 216, 255, 0.04), rgba(0, 116, 255, 0.08), transparent);
  transition: opacity 0.25s ease;
}

.sector-row:hover::before,
.sector-row:focus-within::before { opacity: 1; }

.sector-row__identity {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
}

.sector-row__identity > span {
  padding-top: 5px;
  color: #16c8ff;
  font-family: var(--font-display, Sora, sans-serif);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
}

.sector-row h3 {
  font-family: var(--font-display, Sora, sans-serif);
  font-size: clamp(1.45rem, 2.2vw, 2.3rem);
  font-weight: 520;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.sector-row__identity p {
  max-width: 520px;
  margin-top: 12px;
  color: #8fa3b4;
  font-size: 0.86rem;
  line-height: 1.65;
}

.sector-row__automations > p {
  margin-bottom: 17px;
  color: #6f8799;
  font-size: 0.67rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.sector-row__automations ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.sector-row__automations li {
  padding: 8px 11px;
  border: 1px solid rgba(0, 216, 255, 0.18);
  border-radius: 999px;
  color: #c7d9e6;
  background: rgba(0, 216, 255, 0.025);
  font-size: 0.72rem;
}

.sector-row__link {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(0, 216, 255, 0.33);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #16c8ff;
  font-size: 1.1rem;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.sector-row__link:hover,
.sector-row__link:focus-visible {
  color: #020712;
  background: #16c8ff;
  transform: translateX(4px);
}

.sector-open-cta {
  padding: 130px 0;
  border-top: 1px solid rgba(0, 216, 255, 0.12);
  background:
    radial-gradient(circle at 50% 100%, rgba(0, 142, 255, 0.15), transparent 32rem),
    #030914;
}

.sector-open-cta__inner {
  max-width: 930px;
  text-align: center;
}

.sector-open-cta__inner > div {
  justify-content: center;
}

@keyframes service-rise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1180px) {
  .web-plan-grid,
  .web-care-grid {
    gap: 14px;
  }

  .web-plan-card,
  .web-care-card {
    padding: 30px 25px;
  }

  .sector-jump {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .web-hero,
  .sectors-hero {
    min-height: auto;
    padding: 145px 0 90px;
  }

  .web-hero::before {
    right: -16vw;
    width: 68vw;
    opacity: 0.55;
  }

  .web-proof {
    grid-template-columns: repeat(2, 1fr);
  }

  .web-plan-grid,
  .web-care-grid {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin-inline: auto;
  }

  .web-plan-card__description,
  .web-care-card > p {
    min-height: 0;
  }

  .web-common-grid,
  .web-extras-grid,
  .web-faq-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .web-process-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .web-process-list li:nth-child(2) { border-right: 0; }
  .web-process-list li:nth-child(-n + 2) { border-bottom: 1px solid rgba(255, 255, 255, 0.08); }

  .sector-row {
    grid-template-columns: 1fr 48px;
    gap: 26px;
  }

  .sector-row__automations {
    grid-column: 1;
    padding-left: 74px;
  }

  .sector-row__link {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 720px) {
  body.service-page .eyebrow {
    font-size: 0.68rem;
  }

  .service-heading {
    margin-bottom: 38px;
  }

  .web-plans-section,
  .web-care-section,
  .web-special-section,
  .web-extras-section,
  .web-process-section,
  .web-faq-section,
  .web-common-section,
  .sector-directory,
  .sector-open-cta,
  .web-final-cta {
    padding: 82px 0;
  }

  .web-hero h1,
  .sectors-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4.35rem);
  }

  .web-hero__lead,
  .sectors-hero__inner > p:not(.eyebrow) {
    font-size: 0.98rem;
  }

  .web-hero__actions .button,
  .sector-open-cta__inner .button,
  .web-final-cta__inner .button {
    width: 100%;
    justify-content: center;
  }

  .web-proof {
    gap: 0;
    margin-top: 44px;
  }

  .web-proof li {
    padding: 16px 8px 0 20px;
    font-size: 0.73rem;
  }

  .web-proof li::before {
    top: 22px;
  }

  .web-plan-card,
  .web-care-card,
  .web-special-grid article {
    padding: 29px 23px;
  }

  .web-plan-card__badge,
  .web-care-card > span {
    position: static;
    width: fit-content;
    margin-bottom: 14px;
  }

  .web-common-list,
  .web-special-grid {
    grid-template-columns: 1fr;
  }

  .web-special-grid article {
    min-height: 420px;
  }

  .web-special-grid article > a {
    right: 23px;
    left: 23px;
  }

  .web-process-list {
    grid-template-columns: 1fr;
  }

  .web-process-list li,
  .web-process-list li:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .web-process-list strong {
    margin-top: 35px;
  }

  .sector-jump {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
  }

  .sector-jump a {
    min-height: 60px;
  }

  .sector-row {
    min-height: 0;
    padding: 34px 0;
    grid-template-columns: 1fr;
  }

  .sector-row__identity {
    grid-template-columns: 38px 1fr;
    gap: 10px;
  }

  .sector-row__automations {
    padding-left: 48px;
  }

  .sector-row__link {
    grid-column: 1;
    grid-row: auto;
    margin-left: 48px;
  }
}

@media (max-width: 480px) {
  .web-common-list {
    grid-template-columns: 1fr;
  }

  .web-extra-list > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .web-extra-list dd {
    text-align: left;
  }

  .web-proof {
    grid-template-columns: 1fr;
  }

  .web-plan-card__price strong,
  .web-special-grid article > strong {
    font-size: 2.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .web-plan-card {
    animation: none;
  }
}

/* ==========================================================================
   Crea tu web · Comparativa Solo web / Web + Automatización
   ========================================================================== */

.web-plan-comparison-list {
  display: grid;
  gap: 34px;
}

.web-plan-pair {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 14px;
  border: 1px solid rgba(24, 141, 217, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(4, 14, 26, 0.72), rgba(0, 148, 255, 0.035)),
    rgba(2, 8, 18, 0.42);
}

.web-plan-pair::before {
  position: absolute;
  top: 14%;
  bottom: 14%;
  left: 50%;
  width: 1px;
  content: "";
  opacity: 0.45;
  background: linear-gradient(180deg, transparent, rgba(0, 216, 255, 0.28), transparent);
  transform: translateX(-50%);
}

.web-plan-pair .web-plan-card {
  min-height: 660px;
}

.web-plan-pair .web-plan-card h3 {
  min-height: 2.15em;
}

.web-plan-card--standard {
  border-color: rgba(43, 132, 202, 0.27);
  background: linear-gradient(150deg, rgba(8, 21, 37, 0.96), rgba(3, 10, 21, 0.99));
}

.web-plan-card--bundle {
  border-color: rgba(0, 216, 255, 0.72);
  background:
    radial-gradient(circle at 100% 0, rgba(0, 174, 255, 0.22), transparent 22rem),
    radial-gradient(circle at 0 100%, rgba(0, 93, 255, 0.1), transparent 20rem),
    linear-gradient(145deg, rgba(6, 31, 54, 0.99), rgba(2, 10, 21, 0.99));
  box-shadow: 0 24px 70px rgba(0, 126, 255, 0.13), inset 0 0 32px rgba(0, 216, 255, 0.025);
}

.web-plan-card--bundle::before {
  width: 3px;
  background: linear-gradient(180deg, transparent, #00d8ff 26%, #0074ff 74%, transparent);
  box-shadow: 0 0 18px rgba(0, 216, 255, 0.55);
}

.web-plan-card--bundle .web-plan-card__eyebrow {
  color: #5de4ff;
}

.web-plan-card__price--bundle {
  position: relative;
}

.web-plan-card__previous-price {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 9px;
}

.web-plan-card__previous-price del {
  color: #71879a;
  font-family: var(--font-display, Sora, sans-serif);
  font-size: 0.98rem;
  font-weight: 550;
  text-decoration-color: #17cfff;
  text-decoration-thickness: 1px;
}

.web-plan-card__previous-price small {
  display: inline-block;
  margin: 0;
  color: #667c8f;
  font-size: 0.65rem;
}

.web-plan-card__price--bundle > strong {
  color: #f5fdff;
  text-shadow: 0 0 24px rgba(0, 216, 255, 0.16);
}

.web-plan-card__price--bundle > em {
  display: inline-flex;
  margin: 10px 0 0 10px;
  padding: 5px 8px;
  border: 1px solid rgba(0, 216, 255, 0.25);
  border-radius: 999px;
  color: #79e9ff;
  background: rgba(0, 216, 255, 0.07);
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 650;
  letter-spacing: 0.03em;
  vertical-align: middle;
}

.web-service-page .web-plan-card__care.web-plan-card__care--bundle {
  margin-top: auto;
  padding: 17px 18px;
  border: 1px solid rgba(0, 216, 255, 0.2);
  border-radius: 11px;
  background: linear-gradient(90deg, rgba(0, 216, 255, 0.07), rgba(0, 93, 255, 0.025));
}

.web-plan-card__care--bundle strong {
  color: #68e6ff;
}

.web-plan-card__care--bundle small {
  line-height: 1.5;
}

.web-plan-card__condition {
  margin: 13px 2px 16px;
  padding-left: 14px;
  border-left: 2px solid rgba(0, 216, 255, 0.42);
  color: #8ca3b5;
  font-size: 0.71rem;
  line-height: 1.55;
}

.web-plan-card--bundle .web-plan-card__cta {
  border-color: rgba(0, 216, 255, 0.7);
  box-shadow: 0 0 22px rgba(0, 181, 255, 0.12);
}

.web-bundle-conditions {
  max-width: 940px;
  margin: 30px auto 0;
  padding: 20px 24px;
  border: 1px solid rgba(0, 216, 255, 0.2);
  border-radius: 13px;
  background:
    linear-gradient(90deg, rgba(0, 216, 255, 0.055), transparent 72%),
    rgba(3, 13, 25, 0.72);
}

.web-bundle-conditions strong {
  color: #34d8ff;
  font-size: 0.84rem;
}

.web-bundle-conditions p {
  margin-top: 8px;
  color: #91a6b7;
  font-size: 0.75rem;
  line-height: 1.7;
}

@media (max-width: 980px) {
  .web-plan-comparison-list {
    max-width: 720px;
    margin-inline: auto;
  }

  .web-plan-pair {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .web-plan-pair::before {
    display: none;
  }

  .web-plan-pair .web-plan-card {
    min-height: 0;
  }

  .web-plan-pair .web-plan-card h3 {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .web-plan-comparison-list {
    gap: 24px;
  }

  .web-plan-pair {
    padding: 8px;
    border-radius: 17px;
  }

  .web-service-page .web-plan-card__care.web-plan-card__care--bundle {
    padding: 15px;
  }

  .web-bundle-conditions {
    padding: 18px;
  }
}

@media (max-width: 480px) {
  .web-plan-card__price--bundle > em {
    display: flex;
    width: fit-content;
    margin: 9px 0 0;
  }
}

/* ==========================================================================
   Navegación principal · Menú desplegable de Inicio
   ========================================================================== */

@media (min-width: 1021px) {
  .desktop-nav {
    align-items: center;
  }

  .nav-home-menu {
    position: relative;
    display: flex;
    align-items: center;
  }

  .nav-home-menu::after {
    position: absolute;
    top: 100%;
    left: -14px;
    width: calc(100% + 28px);
    height: 22px;
    content: "";
  }

  .desktop-nav .nav-home-menu__trigger {
    display: inline-flex;
    align-items: center;
    gap: 7px;
  }

  .nav-home-menu__trigger > span {
    display: inline-block;
    color: #16c8ff;
    font-size: 0.82em;
    line-height: 1;
    transition: transform 0.22s ease;
  }

  .nav-home-menu__panel {
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    z-index: 130;
    display: grid;
    width: 230px;
    gap: 3px;
    padding: 10px;
    border: 1px solid rgba(0, 194, 255, 0.28);
    border-radius: 13px;
    visibility: hidden;
    opacity: 0;
    background:
      radial-gradient(circle at 90% 0%, rgba(0, 174, 255, 0.14), transparent 9rem),
      rgba(2, 10, 22, 0.97);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.48), 0 0 28px rgba(0, 153, 255, 0.1);
    backdrop-filter: blur(20px);
    pointer-events: none;
    transform: translate(-50%, -8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  }

  .nav-home-menu:hover .nav-home-menu__panel,
  .nav-home-menu:focus-within .nav-home-menu__panel {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  .nav-home-menu:hover .nav-home-menu__trigger > span,
  .nav-home-menu:focus-within .nav-home-menu__trigger > span {
    transform: rotate(180deg);
  }

  .site-header .desktop-nav .nav-home-menu__panel a {
    display: block;
    padding: 11px 13px;
    border-radius: 8px;
    color: #c8d6e2;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0;
    transition: color 0.18s ease, background 0.18s ease, padding-left 0.18s ease;
  }

  .site-header .desktop-nav .nav-home-menu__panel a::after {
    display: none;
  }

  .site-header .desktop-nav .nav-home-menu__panel a:hover,
  .site-header .desktop-nav .nav-home-menu__panel a:focus-visible {
    padding-left: 17px;
    color: #f0fbff;
    outline: none;
    background: linear-gradient(90deg, rgba(0, 216, 255, 0.13), rgba(0, 111, 255, 0.04));
  }
}

@media (max-width: 1020px) {
  .mobile-nav {
    max-height: calc(100svh - var(--header-height) - 8px);
    overflow-y: auto;
  }

  .mobile-nav__home {
    display: grid;
    gap: 3px;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(0, 216, 255, 0.12);
  }

  .mobile-nav .mobile-nav__home-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0;
    color: #ecf8ff;
    font-weight: 650;
  }

  .mobile-nav .mobile-nav__home-link::after {
    content: "Secciones";
    color: #16c8ff;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .mobile-nav__subnav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3px 12px;
    margin: 0 3px 4px;
    padding: 4px 0 4px 13px;
    border-left: 1px solid rgba(0, 216, 255, 0.24);
  }

  .mobile-nav .mobile-nav__subnav a {
    padding: 7px 8px;
    border-bottom: 0;
    color: #91a9ba;
    font-size: 0.78rem;
  }

  .mobile-nav .mobile-nav__subnav a:hover,
  .mobile-nav .mobile-nav__subnav a:focus-visible {
    color: #20ccff;
    outline: none;
    background: rgba(0, 216, 255, 0.055);
  }

  .mobile-nav a.is-active {
    color: #20ccff;
  }
}

/* Crea tu web · escala compacta (aprox. -22 %) */

body.web-service-page .container {
  width: min(calc(100% - 52px), 1180px);
}

.web-service-page .service-heading {
  max-width: 720px;
  margin-bottom: 42px;
}

.web-service-page .service-heading h2,
.web-service-page .web-common-grid h2,
.web-service-page .web-extras-grid h2,
.web-service-page .web-faq-grid h2 {
  font-size: clamp(1.7rem, 3.1vw, 2.95rem);
}

.web-service-page .service-heading > p:last-child,
.web-service-page .web-common-grid > div > p:last-child,
.web-service-page .web-extras-grid > div > p:last-child {
  margin-top: 16px;
  font-size: 0.92rem;
  line-height: 1.68;
}

.web-service-page .web-plans-section,
.web-service-page .web-care-section,
.web-service-page .web-special-section,
.web-service-page .web-extras-section,
.web-service-page .web-process-section,
.web-service-page .web-faq-section {
  padding: 90px 0;
}

.web-service-page .web-common-section {
  padding: 86px 0;
}

.web-service-page .web-plan-grid,
.web-service-page .web-care-grid {
  gap: 17px;
}

.web-service-page .web-plan-card {
  padding: 30px 27px 27px;
  border-radius: 15px;
}

.web-service-page .web-plan-card__badge {
  top: 16px;
  right: 16px;
  padding: 6px 9px;
  font-size: 0.59rem;
}

.web-service-page .web-plan-card h3,
.web-service-page .web-care-card h3,
.web-service-page .web-special-grid h3 {
  margin-top: 11px;
  font-size: clamp(1.3rem, 1.72vw, 1.72rem);
}

.web-service-page .web-plan-card__description {
  min-height: 64px;
  margin-top: 12px;
  font-size: 0.88rem;
}

.web-service-page .web-plan-card__price {
  margin-top: 21px;
  padding: 19px 0;
}

.web-service-page .web-plan-card__price strong {
  font-size: clamp(1.85rem, 2.35vw, 2.58rem);
}

.web-service-page .web-plan-card__features {
  gap: 10px;
  margin-top: 20px;
}

.web-service-page .web-plan-card__features li,
.web-service-page .web-care-card li {
  padding-left: 23px;
  font-size: 0.82rem;
}

.web-service-page .web-plan-card__care {
  padding: 19px 0 16px;
}

.web-service-page .web-plan-card__care strong {
  font-size: 0.96rem;
}

.web-service-page .web-price-note {
  max-width: 760px;
  margin-top: 23px;
  font-size: 0.76rem;
}

.web-service-page .web-common-grid,
.web-service-page .web-extras-grid,
.web-service-page .web-faq-grid {
  gap: 62px;
}

.web-service-page .web-common-list {
  gap: 12px;
}

.web-service-page .web-common-list li {
  min-height: 108px;
  padding: 19px;
}

.web-service-page .web-common-list strong {
  font-size: 0.88rem;
}

.web-service-page .web-common-list span {
  margin-top: 7px;
  font-size: 0.76rem;
}

.web-service-page .web-care-card {
  padding: 27px;
  border-radius: 14px;
}

.web-service-page .web-care-card > span {
  top: 15px;
  right: 15px;
  font-size: 0.58rem;
}

.web-service-page .web-care-card__price {
  margin-top: 17px;
}

.web-service-page .web-care-card__price strong {
  font-size: 2.05rem;
}

.web-service-page .web-care-card > p {
  min-height: 48px;
  margin-top: 10px;
  font-size: 0.8rem;
}

.web-service-page .web-care-card ul {
  gap: 10px;
  margin-top: 17px;
  padding-top: 17px;
}

.web-service-page .web-care-conditions {
  max-width: 850px;
  margin-top: 25px;
  padding: 19px 22px;
}

.web-service-page .web-care-conditions p {
  font-size: 0.77rem;
}

.web-service-page .web-special-grid {
  gap: 18px;
}

.web-service-page .web-special-grid article {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 33px;
  border-radius: 15px;
}

.web-service-page .web-special-grid article > strong {
  margin-top: 18px;
  font-size: 2.15rem;
}

.web-service-page .web-special-grid article > p {
  margin-top: 11px;
  font-size: 0.88rem;
}

.web-service-page .web-special-grid ul {
  margin-top: 18px;
  margin-bottom: 18px;
}

.web-service-page .web-special-grid article > a {
  position: static;
  width: 100%;
  margin-top: auto;
  padding-top: 14px;
  font-size: 0.86rem;
}

.web-service-page .web-extra-list > div {
  padding: 14px 7px;
  font-size: 0.88rem;
}

.web-service-page .web-process-list li {
  min-height: 202px;
  padding: 27px 22px;
}

.web-service-page .web-process-list strong {
  margin-top: 34px;
  font-size: 1rem;
}

.web-service-page .web-process-list p {
  margin-top: 9px;
  font-size: 0.78rem;
}

.web-service-page .web-faq-list summary {
  padding: 19px 38px 19px 0;
  font-size: 0.9rem;
}

.web-service-page .web-faq-list summary::after {
  top: 17px;
}

.web-service-page .web-faq-list details p {
  padding-bottom: 20px;
  font-size: 0.82rem;
}

.web-service-page .web-final-cta {
  padding: 100px 0;
}

.web-service-page .web-final-cta__inner {
  max-width: 760px;
}

.web-service-page .web-final-cta h2 {
  font-size: clamp(2rem, 3.9vw, 4rem);
}

.web-service-page .web-final-cta__inner > p:not(.eyebrow) {
  margin-top: 17px;
  font-size: 0.94rem;
}

@media (min-width: 1021px) {
  .web-service-page .site-header .header-inner {
    width: min(calc(100% - 44px), 1400px);
    grid-template-columns: clamp(184px, 12.8vw, 228px) minmax(0, 1fr) clamp(172px, 11.2vw, 198px);
    gap: clamp(9px, 0.9vw, 17px);
  }

  .web-service-page .site-header .brand,
  .web-service-page .site-header.is-scrolled .brand {
    width: clamp(184px, 12.8vw, 228px);
  }

  .web-service-page .site-header .desktop-nav {
    gap: clamp(8px, 0.82vw, 16px);
  }

  .web-service-page .site-header .desktop-nav a {
    font-size: clamp(0.68rem, 0.7vw, 0.8rem);
  }

  .web-service-page .site-header .header-cta.button-primary {
    min-height: 45px;
    padding-inline: clamp(12px, 1vw, 18px);
    font-size: 0.76rem;
  }
}

@media (min-width: 981px) {
  .web-service-page .web-hero {
    min-height: 690px;
    padding: 145px 0 52px;
  }

  .web-service-page .web-hero__inner {
    min-height: 500px;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.76fr);
    gap: clamp(32px, 4vw, 64px);
    padding-bottom: 48px;
  }

  .web-service-page .web-hero h1 {
    max-width: 670px;
    font-size: clamp(2.55rem, 3.85vw, 4.35rem);
  }

  .web-service-page .web-hero__lead {
    max-width: 610px;
    margin-top: 23px;
    font-size: clamp(0.94rem, 1.12vw, 1.08rem);
  }

  .web-service-page .web-hero__actions {
    margin-top: 26px;
  }

  .web-service-page .web-proof {
    max-width: 590px;
    margin-top: 46px;
  }

  .web-service-page .web-proof li {
    padding-top: 16px;
    font-size: 0.78rem;
  }

  .web-service-page .web-proof li::before {
    top: 22px;
  }

  .web-service-page .web-hero__visual {
    min-height: 430px;
  }

  .web-service-page .web-browser-card {
    width: min(100%, 410px);
  }

  .web-service-page .web-browser-card__screen {
    min-height: 280px;
  }

  .web-service-page .web-browser-card__content {
    padding: 34px 27px 24px;
  }

  .web-service-page .web-browser-card__metrics {
    margin-top: 27px;
  }

  .web-service-page .web-visual-chip--seo { top: 8%; }
  .web-service-page .web-visual-chip--mobile { top: 17%; }
  .web-service-page .web-visual-chip--leads { bottom: 7%; }
}

@media (max-width: 980px) {
  body.web-service-page .container {
    width: min(calc(100% - 40px), 760px);
  }

  .web-service-page .web-hero {
    padding-top: 126px;
    padding-bottom: 56px;
  }

  .web-service-page .web-hero h1 {
    max-width: 650px;
    font-size: clamp(2.35rem, 8vw, 3.8rem);
  }

  .web-service-page .web-hero__lead {
    margin-top: 22px;
    font-size: 0.95rem;
  }

  .web-service-page .web-hero__visual {
    min-height: 410px;
  }
}

@media (max-width: 720px) {
  body.web-service-page .container {
    width: calc(100% - 32px);
  }

  .web-service-page .web-plans-section,
  .web-service-page .web-care-section,
  .web-service-page .web-special-section,
  .web-service-page .web-extras-section,
  .web-service-page .web-process-section,
  .web-service-page .web-faq-section,
  .web-service-page .web-common-section,
  .web-service-page .web-final-cta {
    padding: 64px 0;
  }

  .web-service-page .web-hero {
    padding-top: 116px;
  }

  .web-service-page .web-hero__inner {
    gap: 32px;
    padding-bottom: 58px;
  }

  .web-service-page .web-hero h1 {
    font-size: clamp(2.2rem, 10.5vw, 3.35rem);
  }

  .web-service-page .web-hero__visual {
    min-height: 350px;
  }

  .web-service-page .web-plan-card,
  .web-service-page .web-care-card,
  .web-service-page .web-special-grid article {
    padding: 24px 21px;
  }

  .web-service-page .web-special-grid article {
    min-height: 335px;
  }

  .web-service-page .web-process-list li {
    padding: 23px 19px;
  }
}

/* ==========================================================================
   Crea tu web · Scroll experience + animated web preview
   ========================================================================== */

@property --float-y {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}

@property --tilt-x {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@property --tilt-y {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.web-scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 120;
  height: 3px;
  overflow: hidden;
  pointer-events: none;
  background: rgba(0, 216, 255, 0.08);
}

.web-scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #006dff, #00d8ff 65%, #a6f3ff);
  box-shadow: 0 0 18px rgba(0, 216, 255, 0.9);
  transform: scaleX(var(--web-scroll-progress, 0));
  transform-origin: left center;
  will-change: transform;
}

.web-hero {
  min-height: 880px;
  padding: 176px 0 80px;
  overflow: hidden;
  --web-pointer-x: 72%;
  --web-pointer-y: 42%;
  background:
    radial-gradient(circle at var(--web-pointer-x) var(--web-pointer-y), rgba(0, 178, 255, 0.18), transparent 23rem),
    radial-gradient(circle at 22% 20%, rgba(0, 216, 255, 0.08), transparent 24rem),
    linear-gradient(180deg, #020712 0%, #04101d 100%);
}

.web-hero::before {
  animation: web-orbit-breathe 6.5s ease-in-out infinite;
}

.web-hero::after {
  animation: web-beam-drift 7s ease-in-out infinite;
}

.web-hero__grid {
  animation: web-grid-drift 18s linear infinite;
}

.web-hero__inner {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.82fr);
  gap: clamp(42px, 5vw, 86px);
  align-items: center;
  padding-bottom: 64px;
}

.web-hero__copy {
  position: relative;
  z-index: 4;
}

.web-hero h1 {
  max-width: 800px;
  font-size: clamp(3rem, 5.05vw, 5.75rem);
}

.web-proof {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 720px;
  row-gap: 14px;
}

.web-hero__visual {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 560px;
  display: grid;
  place-items: center;
  perspective: 1200px;
}

.web-hero__visual::before {
  position: absolute;
  width: 82%;
  aspect-ratio: 1;
  border-radius: 50%;
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, rgba(0, 163, 255, 0.18), rgba(0, 91, 255, 0.05) 43%, transparent 71%);
  filter: blur(2px);
  animation: web-visual-glow 4.8s ease-in-out infinite;
}

.web-visual-orbit {
  position: absolute;
  border: 1px solid rgba(0, 216, 255, 0.2);
  border-radius: 50%;
  pointer-events: none;
}

.web-visual-orbit::before,
.web-visual-orbit::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  background: #18d7ff;
  box-shadow: 0 0 16px #00bfff, 0 0 34px rgba(0, 119, 255, 0.7);
}

.web-visual-orbit--outer {
  width: 108%;
  aspect-ratio: 1;
  border-style: dashed;
  animation: web-orbit-spin 28s linear infinite;
}

.web-visual-orbit--outer::before {
  top: 12%;
  left: 16%;
  width: 8px;
  height: 8px;
}

.web-visual-orbit--outer::after {
  right: 10%;
  bottom: 23%;
  width: 5px;
  height: 5px;
}

.web-visual-orbit--inner {
  width: 78%;
  aspect-ratio: 1;
  border-color: rgba(0, 140, 255, 0.22);
  animation: web-orbit-spin-reverse 19s linear infinite;
}

.web-visual-orbit--inner::before {
  top: 48%;
  right: -4px;
  width: 7px;
  height: 7px;
}

.web-visual-orbit--inner::after {
  display: none;
}

.web-browser-card {
  position: relative;
  z-index: 3;
  width: min(100%, 510px);
  overflow: hidden;
  border: 1px solid rgba(74, 184, 255, 0.45);
  border-radius: 17px;
  background: rgba(3, 11, 24, 0.91);
  box-shadow:
    0 42px 95px rgba(0, 0, 0, 0.5),
    0 0 60px rgba(0, 133, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  transform: rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(var(--float-y, 0px));
  transform-style: preserve-3d;
  transition: transform 0.16s ease-out, border-color 0.3s ease, box-shadow 0.3s ease;
  animation: web-browser-float 5.6s ease-in-out infinite;
}

.web-browser-card:hover {
  border-color: rgba(0, 216, 255, 0.8);
  box-shadow:
    0 48px 110px rgba(0, 0, 0, 0.55),
    0 0 80px rgba(0, 156, 255, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.web-browser-card__bar {
  height: 48px;
  padding: 0 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  background: rgba(6, 20, 38, 0.96);
}

.web-browser-card__bar > div {
  display: flex;
  gap: 6px;
}

.web-browser-card__bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(151, 179, 201, 0.45);
}

.web-browser-card__bar i:nth-child(2) { background: rgba(0, 159, 255, 0.72); }
.web-browser-card__bar i:nth-child(3) { background: rgba(0, 216, 255, 0.78); }

.web-browser-card__bar span {
  width: min(100%, 255px);
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 999px;
  color: #7690a5;
  background: rgba(0, 0, 0, 0.18);
  font-size: 0.61rem;
  text-align: center;
}

.web-browser-card__screen {
  min-height: 350px;
  display: grid;
  grid-template-columns: 54px 1fr;
  background:
    radial-gradient(circle at 82% 16%, rgba(0, 145, 255, 0.15), transparent 13rem),
    linear-gradient(145deg, #061222, #030916);
}

.web-browser-card__screen aside {
  padding-top: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.055);
  display: flex;
  flex-direction: column;
  gap: 19px;
  align-items: center;
  background: rgba(0, 0, 0, 0.14);
}

.web-browser-card__screen aside i {
  width: 17px;
  height: 17px;
  border: 1px solid rgba(78, 159, 213, 0.28);
  border-radius: 5px;
  background: rgba(0, 157, 255, 0.07);
}

.web-browser-card__screen aside i:first-child {
  background: #00bff0;
  box-shadow: 0 0 16px rgba(0, 216, 255, 0.62);
}

.web-browser-card__content {
  padding: 43px 34px 30px;
}

.web-browser-card__content > span {
  color: #17cfff;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.web-browser-card__headline,
.web-browser-card__copy {
  display: grid;
  gap: 9px;
}

.web-browser-card__headline { margin-top: 22px; }
.web-browser-card__copy { margin-top: 18px; }

.web-browser-card__headline i,
.web-browser-card__copy i,
.web-browser-card__buttons i {
  display: block;
  border-radius: 999px;
}

.web-browser-card__headline i {
  height: 13px;
  background: linear-gradient(90deg, #f5fbff, #96b1c4);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.07);
}

.web-browser-card__headline i:nth-child(1) { width: 88%; }
.web-browser-card__headline i:nth-child(2) { width: 73%; }
.web-browser-card__headline i:nth-child(3) { width: 46%; background: linear-gradient(90deg, #00aeff, #00e0ff); }

.web-browser-card__copy i {
  width: 82%;
  height: 5px;
  background: rgba(143, 172, 195, 0.29);
}

.web-browser-card__copy i:nth-child(2) { width: 63%; }

.web-browser-card__buttons {
  display: flex;
  gap: 9px;
  margin-top: 24px;
}

.web-browser-card__buttons i {
  width: 92px;
  height: 25px;
  border: 1px solid rgba(0, 216, 255, 0.35);
  background: linear-gradient(90deg, rgba(0, 126, 255, 0.78), rgba(0, 211, 255, 0.78));
  box-shadow: 0 0 20px rgba(0, 160, 255, 0.16);
}

.web-browser-card__buttons i:nth-child(2) {
  width: 70px;
  background: rgba(0, 216, 255, 0.035);
}

.web-browser-card__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 35px;
}

.web-browser-card__metrics div {
  padding: 12px 8px;
  border: 1px solid rgba(0, 216, 255, 0.12);
  border-radius: 8px;
  background: rgba(0, 216, 255, 0.025);
}

.web-browser-card__metrics strong,
.web-browser-card__metrics small {
  display: block;
}

.web-browser-card__metrics strong {
  color: #ecfbff;
  font-family: var(--font-display, Sora, sans-serif);
  font-size: 0.78rem;
}

.web-browser-card__metrics small {
  margin-top: 4px;
  color: #6f899d;
  font-size: 0.52rem;
}

.web-browser-card__scan {
  position: absolute;
  z-index: 4;
  inset: 48px 0 auto;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(0, 216, 255, 0.85), transparent);
  box-shadow: 0 0 16px rgba(0, 216, 255, 0.8);
  animation: web-scan 5.8s ease-in-out infinite 1.1s;
}

.web-visual-chip {
  position: absolute;
  z-index: 5;
  padding: 10px 13px;
  border: 1px solid rgba(0, 216, 255, 0.28);
  border-radius: 10px;
  color: #ccebf7;
  background: rgba(5, 19, 35, 0.88);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28), 0 0 30px rgba(0, 145, 255, 0.1);
  backdrop-filter: blur(14px);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.web-visual-chip i {
  margin-left: 8px;
  color: #18d4ff;
  font-style: normal;
}

.web-visual-chip--seo {
  top: 11%;
  left: -2%;
  animation: web-chip-float 4.4s ease-in-out infinite;
}

.web-visual-chip--mobile {
  top: 21%;
  right: -3%;
  animation: web-chip-float 4.8s ease-in-out infinite 0.8s;
}

.web-visual-chip--leads {
  right: 1%;
  bottom: 10%;
  animation: web-chip-float 4.2s ease-in-out infinite 1.5s;
}

.web-scroll-cue {
  position: absolute;
  z-index: 6;
  bottom: 0;
  left: 24px;
  display: inline-flex;
  gap: 11px;
  align-items: center;
  color: #71889b;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.web-scroll-cue span {
  position: relative;
  width: 22px;
  height: 36px;
  border: 1px solid rgba(0, 216, 255, 0.32);
  border-radius: 999px;
}

.web-scroll-cue span::after {
  position: absolute;
  top: 7px;
  left: 50%;
  width: 3px;
  height: 7px;
  border-radius: 99px;
  content: "";
  background: #18d4ff;
  box-shadow: 0 0 9px #00bfff;
  transform: translateX(-50%);
  animation: web-scroll-dot 1.8s ease-in-out infinite;
}

/* Progressive enhancement: content is only hidden after the motion script loads. */
.web-motion-ready [data-web-hero-item],
.web-motion-ready [data-web-hero-visual],
.web-motion-ready .web-scroll-cue {
  opacity: 0;
  filter: blur(7px);
  transform: translateY(30px);
  transition:
    opacity 0.85s cubic-bezier(0.2, 0.72, 0.2, 1),
    filter 0.85s cubic-bezier(0.2, 0.72, 0.2, 1),
    transform 0.85s cubic-bezier(0.2, 0.72, 0.2, 1);
  transition-delay: var(--web-delay, 0ms);
}

.web-motion-ready [data-web-hero-visual] {
  filter: blur(10px);
  transform: translate3d(44px, 14px, 0) scale(0.96);
}

.web-motion-ready [data-web-hero-item].is-visible,
.web-motion-ready [data-web-hero-visual].is-visible,
.web-motion-ready .web-scroll-cue.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.web-motion-ready .web-reveal {
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(0, 46px, 0) scale(0.985);
  transition:
    opacity 0.78s cubic-bezier(0.2, 0.72, 0.2, 1),
    filter 0.78s cubic-bezier(0.2, 0.72, 0.2, 1),
    transform 0.78s cubic-bezier(0.2, 0.72, 0.2, 1),
    border-color 0.3s ease,
    box-shadow 0.3s ease;
  transition-delay: var(--web-delay, 0ms);
  will-change: opacity, transform, filter;
}

.web-motion-ready .web-reveal--left {
  transform: translate3d(-52px, 12px, 0);
}

.web-motion-ready .web-reveal--right {
  transform: translate3d(52px, 12px, 0);
}

.web-motion-ready .web-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.web-plan-card {
  animation: none;
}

.web-motion-ready .web-plan-card.web-reveal.is-visible:hover,
.web-motion-ready .web-plan-card.web-reveal.is-visible:focus-within {
  transform: translateY(-8px);
}

.web-plan-card::after,
.web-care-card::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  content: "";
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--card-x, 50%) var(--card-y, 20%), rgba(0, 216, 255, 0.14), transparent 36%);
  transition: opacity 0.32s ease;
}

.web-plan-card:hover::after,
.web-care-card:hover::after {
  opacity: 1;
}

.web-plan-card > *,
.web-care-card > * {
  position: relative;
  z-index: 1;
}

.web-plan-card > .web-plan-card__badge {
  position: absolute;
}

.web-common-list li,
.web-care-card,
.web-special-grid article {
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.web-common-list li:hover,
.web-care-card:hover,
.web-special-grid article:hover {
  border-color: rgba(0, 216, 255, 0.5);
  box-shadow: 0 23px 58px rgba(0, 102, 204, 0.12);
  transform: translateY(-5px);
}

.web-motion-ready .web-common-list li.web-reveal.is-visible:hover,
.web-motion-ready .web-care-card.web-reveal.is-visible:hover,
.web-motion-ready .web-special-grid article.web-reveal.is-visible:hover {
  transform: translateY(-5px);
}

.web-plans-section,
.web-care-section,
.web-special-section,
.web-extras-section,
.web-process-section,
.web-faq-section,
.web-common-section,
.web-final-cta {
  position: relative;
  isolation: isolate;
}

.web-plans-section::after,
.web-care-section::after,
.web-special-section::after,
.web-extras-section::after,
.web-process-section::after,
.web-faq-section::after {
  position: absolute;
  z-index: -1;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  content: "";
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 153, 255, 0.09);
  filter: blur(105px);
  transform: scale(0.72);
  transition: opacity 1.2s ease, transform 1.5s ease;
}

.web-plans-section::after,
.web-special-section::after,
.web-process-section::after {
  top: 16%;
  right: -150px;
}

.web-care-section::after,
.web-extras-section::after,
.web-faq-section::after {
  bottom: 12%;
  left: -150px;
}

.is-web-active.web-plans-section::after,
.is-web-active.web-care-section::after,
.is-web-active.web-special-section::after,
.is-web-active.web-extras-section::after,
.is-web-active.web-process-section::after,
.is-web-active.web-faq-section::after {
  opacity: 1;
  transform: scale(1);
}

.web-process-list {
  position: relative;
}

.web-process-list::before {
  position: absolute;
  z-index: 2;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, #006dff, #00d8ff, #a8f4ff);
  box-shadow: 0 0 18px rgba(0, 216, 255, 0.65);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.5s cubic-bezier(0.2, 0.72, 0.2, 1) 0.15s;
}

.web-process-section.is-web-active .web-process-list::before {
  transform: scaleX(1);
}

.web-process-list li > span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(0, 216, 255, 0.22);
  border-radius: 50%;
  background: rgba(0, 216, 255, 0.035);
  transition: color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}

.web-process-list li.is-visible > span {
  color: #e8fbff;
  background: rgba(0, 216, 255, 0.15);
  box-shadow: 0 0 24px rgba(0, 216, 255, 0.22);
}

.web-process-list strong {
  margin-top: 46px;
}

.web-extra-list > div {
  transition: padding-left 0.25s ease, background 0.25s ease;
}

.web-extra-list > div:hover {
  padding-left: 16px;
  background: linear-gradient(90deg, rgba(0, 216, 255, 0.045), transparent 75%);
}

.web-faq-list summary::after {
  transition: transform 0.28s ease, color 0.28s ease;
}

.web-faq-list details[open] summary::after {
  color: #e6fbff;
  transform: rotate(180deg);
}

.web-faq-list details[open] p {
  animation: web-faq-open 0.35s ease both;
}

.web-final-cta::before,
.web-final-cta::after {
  position: absolute;
  top: 50%;
  width: 34vw;
  height: 1px;
  content: "";
  opacity: 0.35;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, #00d8ff);
  box-shadow: 0 0 18px rgba(0, 191, 255, 0.65);
  transform: scaleX(0);
  transition: transform 1.4s ease 0.2s;
}

.web-final-cta::before { left: 0; transform-origin: left; }
.web-final-cta::after { right: 0; background: linear-gradient(90deg, #00d8ff, transparent); transform-origin: right; }
.web-final-cta.is-web-active::before,
.web-final-cta.is-web-active::after { transform: scaleX(1); }

@keyframes web-grid-drift {
  to { background-position: 76px 76px; }
}

@keyframes web-orbit-breathe {
  0%, 100% { opacity: 0.62; transform: scale(0.96); }
  50% { opacity: 1; transform: scale(1.035); }
}

@keyframes web-beam-drift {
  0%, 100% { opacity: 0.45; transform: rotate(-26deg) translateX(-20px); }
  50% { opacity: 0.9; transform: rotate(-26deg) translateX(25px); }
}

@keyframes web-visual-glow {
  0%, 100% { opacity: 0.68; transform: scale(0.92); }
  50% { opacity: 1; transform: scale(1.07); }
}

@keyframes web-orbit-spin {
  to { transform: rotate(360deg); }
}

@keyframes web-orbit-spin-reverse {
  to { transform: rotate(-360deg); }
}

@keyframes web-browser-float {
  0%, 100% { --float-y: -5px; }
  50% { --float-y: 8px; }
}

@keyframes web-chip-float {
  0%, 100% { transform: translateY(-4px); }
  50% { transform: translateY(7px); }
}

@keyframes web-scan {
  0%, 15% { top: 48px; opacity: 0; }
  22% { opacity: 0.65; }
  72% { top: calc(100% - 2px); opacity: 0.2; }
  73%, 100% { opacity: 0; }
}

@keyframes web-scroll-dot {
  0% { opacity: 0; transform: translate(-50%, 0); }
  35% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, 14px); }
}

@keyframes web-faq-open {
  from { opacity: 0; transform: translateY(-7px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1180px) {
  .web-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.72fr);
    gap: 34px;
  }

  .web-hero h1 {
    font-size: clamp(3rem, 5.15vw, 5rem);
  }

  .web-visual-chip--seo { left: 0; }
  .web-visual-chip--mobile { right: 0; }
}

@media (max-width: 980px) {
  .web-hero {
    padding-bottom: 72px;
  }

  .web-hero__inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 58px;
    padding-bottom: 72px;
  }

  .web-hero__copy {
    max-width: 790px;
  }

  .web-hero h1 {
    max-width: 760px;
  }

  .web-hero__visual {
    width: min(100%, 650px);
    min-height: 520px;
    margin-inline: auto;
  }

  .web-visual-orbit--outer { width: 88%; }
  .web-visual-orbit--inner { width: 64%; }
}

@media (max-width: 720px) {
  .web-hero {
    padding-top: 142px;
  }

  .web-hero__inner {
    gap: 42px;
  }

  .web-hero__visual {
    min-height: 425px;
  }

  .web-browser-card {
    width: calc(100% - 30px);
  }

  .web-browser-card__screen {
    min-height: 315px;
    grid-template-columns: 43px 1fr;
  }

  .web-browser-card__content {
    padding: 34px 22px 24px;
  }

  .web-visual-chip {
    padding: 8px 10px;
    font-size: 0.59rem;
  }

  .web-visual-chip--seo { top: 4%; left: 0; }
  .web-visual-chip--mobile { top: 15%; right: 0; }
  .web-visual-chip--leads { right: 1%; bottom: 3%; }

  .web-scroll-cue {
    left: 20px;
  }

  .web-final-cta::before,
  .web-final-cta::after {
    width: 20vw;
  }
}

@media (max-width: 480px) {
  .web-proof {
    grid-template-columns: 1fr 1fr;
  }

  .web-hero__visual {
    min-height: 350px;
  }

  .web-browser-card__bar {
    height: 40px;
    padding-inline: 12px;
  }

  .web-browser-card__bar span {
    padding: 5px 8px;
    font-size: 0.5rem;
  }

  .web-browser-card__screen {
    min-height: 265px;
    grid-template-columns: 36px 1fr;
  }

  .web-browser-card__screen aside {
    gap: 15px;
  }

  .web-browser-card__screen aside i {
    width: 14px;
    height: 14px;
  }

  .web-browser-card__content {
    padding: 26px 16px 18px;
  }

  .web-browser-card__headline {
    margin-top: 16px;
    gap: 7px;
  }

  .web-browser-card__headline i { height: 9px; }
  .web-browser-card__copy { margin-top: 13px; }
  .web-browser-card__buttons { margin-top: 17px; }
  .web-browser-card__buttons i { height: 21px; }
  .web-browser-card__metrics { margin-top: 22px; gap: 5px; }
  .web-browser-card__metrics div { padding: 8px 4px; }
  .web-browser-card__metrics strong { font-size: 0.63rem; }
  .web-browser-card__metrics small { font-size: 0.45rem; }
  .web-visual-orbit--outer { width: 102%; }
  .web-visual-orbit--inner { width: 72%; }
  .web-visual-chip--mobile { display: none; }
  .web-browser-card__scan { inset-block-start: 40px; }
}

@media (max-width: 720px) {
  .web-service-page .web-plan-card > .web-plan-card__badge {
    position: static;
    width: fit-content;
    margin-bottom: 14px;
  }
}

@media (hover: none) {
  .web-common-list li:hover,
  .web-care-card:hover,
  .web-special-grid article:hover,
  .web-motion-ready .web-plan-card.web-reveal.is-visible:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .web-hero::before,
  .web-hero::after,
  .web-hero__grid,
  .web-hero__visual::before,
  .web-visual-orbit,
  .web-browser-card,
  .web-browser-card__scan,
  .web-visual-chip,
  .web-scroll-cue span::after,
  .web-faq-list details[open] p {
    animation: none !important;
  }

  .web-motion-ready [data-web-hero-item],
  .web-motion-ready [data-web-hero-visual],
  .web-motion-ready .web-scroll-cue,
  .web-motion-ready .web-reveal {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}

/* V8 final cascade · six compact cards on desktop */
.web-service-page .web-plans-section > .container {
  width: min(calc(100% - 48px), 1860px);
}

.web-service-page .web-plan-comparison-list {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  max-width: none;
  margin-inline: auto;
  align-items: stretch;
}

.web-service-page .web-plan-pair {
  display: contents;
}

.web-service-page .web-plan-pair::before {
  display: none;
}

.web-service-page .web-plan-pair .web-plan-card {
  min-height: 0;
  padding: 24px 18px 20px;
  border-radius: 14px;
}

.web-service-page .web-plan-pair .web-plan-card h3 {
  min-height: 2.7em;
  margin-top: 9px;
  font-size: clamp(1.02rem, 1.05vw, 1.28rem);
  line-height: 1.16;
}

.web-service-page .web-plan-card__eyebrow {
  min-height: 2.4em;
  font-size: 0.57rem;
  line-height: 1.45;
  letter-spacing: 0.12em;
}

.web-service-page .web-plan-card--bundle .web-plan-card__eyebrow {
  padding-right: 64px;
}

.web-service-page .web-plan-card__description {
  min-height: 88px;
  margin-top: 10px;
  font-size: 0.7rem;
  line-height: 1.55;
}

.web-service-page .web-plan-card__price {
  margin-top: 14px;
  padding: 14px 0;
}

.web-service-page .web-plan-card__price span,
.web-service-page .web-plan-card__price small,
.web-service-page .web-plan-card__care span,
.web-service-page .web-plan-card__care small {
  font-size: 0.61rem;
}

.web-service-page .web-plan-card__price strong {
  margin-top: 6px;
  font-size: clamp(1.55rem, 1.8vw, 2rem);
}

.web-service-page .web-plan-card__previous-price {
  gap: 5px;
  margin-top: 6px;
}

.web-service-page .web-plan-card__previous-price del {
  font-size: 0.76rem;
}

.web-service-page .web-plan-card__previous-price small {
  font-size: 0.53rem;
}

.web-service-page .web-plan-card__price--bundle > em {
  margin: 7px 0 0 5px;
  padding: 4px 6px;
  font-size: 0.54rem;
}

.web-service-page .web-plan-card__features {
  gap: 8px;
  margin-top: 16px;
}

.web-service-page .web-plan-card__features li {
  padding-left: 18px;
  font-size: 0.68rem;
  line-height: 1.4;
}

.web-service-page .web-plan-card__features li::before {
  top: 0.18em;
  width: 12px;
  height: 12px;
  font-size: 0.48rem;
  line-height: 10px;
}

.web-service-page .web-plan-card__care {
  padding: 15px 0 12px;
}

.web-service-page .web-plan-card__care strong {
  margin-top: 5px;
  font-size: 0.78rem;
  line-height: 1.4;
}

.web-service-page .web-plan-card__care.web-plan-card__care--bundle {
  padding: 12px;
  border-color: rgba(76, 226, 255, 0.38);
  background: linear-gradient(115deg, rgba(0, 216, 255, 0.1), rgba(0, 93, 255, 0.035));
}

.web-service-page .web-plan-card__condition {
  margin: 10px 0 12px;
  padding-left: 10px;
  font-size: 0.6rem;
  line-height: 1.48;
}

.web-service-page .web-plan-card__cta {
  min-height: 42px;
  padding: 10px 7px;
  font-size: 0.66rem;
  line-height: 1.25;
  text-align: center;
}

.web-service-page .web-plan-card > .web-plan-card__badge {
  top: 12px;
  right: 12px;
  padding: 5px 7px;
  font-size: 0.49rem;
}

.web-service-page .web-plan-card--bundle {
  z-index: 2;
  border-color: rgba(66, 225, 255, 0.92);
  box-shadow:
    0 0 0 1px rgba(0, 216, 255, 0.14),
    0 0 26px rgba(0, 183, 255, 0.24),
    0 22px 48px rgba(0, 91, 255, 0.14),
    inset 0 0 34px rgba(0, 216, 255, 0.045);
  animation: web-bundle-breathe 3.2s ease-in-out infinite;
  transform-origin: center;
}

.web-service-page .web-plan-pair:nth-child(2) .web-plan-card--bundle {
  animation-delay: -1.05s;
}

.web-service-page .web-plan-pair:nth-child(3) .web-plan-card--bundle {
  animation-delay: -2.1s;
}

.web-service-page .web-plan-card--bundle::before {
  width: 3px;
  background: linear-gradient(180deg, transparent 3%, #7df0ff 28%, #008cff 72%, transparent 97%);
  box-shadow: 0 0 22px rgba(0, 216, 255, 0.9);
}

.web-service-page .web-plan-card--bundle:hover,
.web-service-page .web-plan-card--bundle:focus-within {
  z-index: 4;
  animation-play-state: paused;
  scale: 1.018;
}

@keyframes web-bundle-breathe {
  0%, 100% {
    scale: 1;
    border-color: rgba(38, 205, 255, 0.78);
    box-shadow:
      0 0 0 1px rgba(0, 216, 255, 0.1),
      0 0 22px rgba(0, 183, 255, 0.18),
      0 20px 42px rgba(0, 91, 255, 0.12),
      inset 0 0 30px rgba(0, 216, 255, 0.035);
  }

  50% {
    scale: 1.014;
    border-color: rgba(112, 238, 255, 1);
    box-shadow:
      0 0 0 1px rgba(59, 227, 255, 0.3),
      0 0 38px rgba(0, 207, 255, 0.38),
      0 25px 58px rgba(0, 99, 255, 0.2),
      inset 0 0 42px rgba(0, 216, 255, 0.07);
  }
}

@media (max-width: 1280px) {
  .web-service-page .web-plan-comparison-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .web-service-page .web-plan-pair .web-plan-card {
    padding: 27px 23px 23px;
  }

  .web-service-page .web-plan-pair .web-plan-card h3,
  .web-service-page .web-plan-card__eyebrow,
  .web-service-page .web-plan-card__description {
    min-height: 0;
  }
}

@media (max-width: 900px) {
  .web-service-page .web-plan-comparison-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (max-width: 620px) {
  .web-service-page .web-plans-section > .container {
    width: min(calc(100% - 28px), 1860px);
  }

  .web-service-page .web-plan-comparison-list {
    grid-template-columns: 1fr;
  }

  .web-service-page .web-plan-pair .web-plan-card {
    padding: 24px 20px 21px;
  }

  .web-service-page .web-plan-card--bundle .web-plan-card__eyebrow {
    padding-right: 0;
  }

  .web-service-page .web-plan-card__description {
    min-height: 0;
  }

  .web-service-page .web-plan-card > .web-plan-card__badge {
    position: static;
    width: fit-content;
    margin-bottom: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .web-service-page .web-plan-card--bundle {
    animation: none !important;
    scale: 1 !important;
  }
}

/* V9 · Secuencia de precio habitual a precio especial */
.web-service-page .web-plan-card__offer-stage {
  position: relative;
  width: 100%;
  min-height: 42px;
  margin-top: 7px;
}

.web-service-page .web-plan-card__old-price,
.web-service-page .web-plan-card__new-price {
  position: absolute;
  top: 50%;
  white-space: nowrap;
}

.web-service-page .web-plan-card__old-price {
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: flex-start;
  opacity: 0.72;
  transform: translate(0, -50%) scale(0.92);
}

.web-service-page .web-plan-card__old-price del {
  position: relative;
  color: #7f93a6;
  font-family: var(--font-display, Sora, sans-serif);
  font-size: 0.78rem;
  font-weight: 550;
  line-height: 1;
  text-decoration: none;
}

.web-service-page .web-plan-card__old-price del::after {
  position: absolute;
  top: 50%;
  right: -2px;
  left: -2px;
  height: 2px;
  border-radius: 999px;
  content: "";
  background: #ff435d;
  box-shadow: 0 0 7px rgba(255, 67, 93, 0.82);
  transform: translateY(-50%) scaleX(1);
  transform-origin: left center;
}

.web-service-page .web-plan-card__old-price small {
  margin: 0;
  color: #73889c;
  font-size: 0.49rem;
  line-height: 1;
}

.web-service-page .web-plan-card__new-price {
  top: 42%;
  right: 12px;
  display: block;
  margin: 0;
  color: #f5fdff;
  font-family: var(--font-display, Sora, sans-serif);
  font-size: clamp(1.55rem, 1.8vw, 2rem);
  font-weight: 600;
  line-height: 1;
  opacity: 1;
  text-shadow: 0 0 24px rgba(0, 216, 255, 0.2);
  transform: translate(0, -50%) scale(1);
}

.web-service-page .web-plan-card__offer-meta {
  display: flex;
  min-height: 34px;
  margin-top: 6px;
  gap: 9px;
  align-items: center;
  opacity: 1;
}

.web-service-page .web-plan-card__offer-meta > small {
  display: inline-block;
  margin: 0;
}

.web-service-page .web-plan-card__offer-meta > em {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  margin: 0;
  padding: 7px 11px;
  border: 1px solid rgba(0, 216, 255, 0.48);
  border-radius: 999px;
  color: #baf6ff;
  background: linear-gradient(90deg, rgba(0, 174, 255, 0.16), rgba(0, 216, 255, 0.09));
  box-shadow: 0 0 16px rgba(0, 195, 255, 0.14);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 750;
  letter-spacing: 0.015em;
  line-height: 1;
}

.web-service-page .web-plan-card__offer-meta > em strong {
  color: #d9fbff;
  font-family: var(--font-display, Sora, sans-serif);
  font-size: 0.76rem;
  font-weight: 750;
  line-height: 1.05;
}

.web-service-page .web-plan-card__offer-meta > em span {
  color: #87dff1;
  font-size: 0.49rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.web-service-page .web-price-sequence-ready .web-plan-card__old-price {
  left: 50%;
  align-items: center;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
}

.web-service-page .web-price-sequence-ready .web-plan-card__old-price del::after {
  transform: translateY(-50%) scaleX(0);
}

.web-service-page .web-price-sequence-ready .web-plan-card__new-price {
  opacity: 0;
  filter: blur(4px);
  transform: translate(12px, -50%) scale(0.88);
}

.web-service-page .web-price-sequence-ready .web-plan-card__offer-meta {
  opacity: 0;
  transform: translateY(5px);
}

.web-service-page .web-price-sequence-ready.is-price-sequence-active .web-plan-card__old-price {
  animation: web-old-price-sequence 2.25s 1.18s cubic-bezier(0.2, 0.72, 0.2, 1) both;
}

.web-service-page .web-price-sequence-ready.is-price-sequence-active .web-plan-card__old-price del::after {
  animation: web-offer-strike 0.46s 2.03s ease-out both;
}

.web-service-page .web-price-sequence-ready.is-price-sequence-active .web-plan-card__new-price {
  animation: web-new-price-in 0.66s 2.78s cubic-bezier(0.16, 0.9, 0.26, 1.2) both;
}

.web-service-page .web-price-sequence-ready.is-price-sequence-active .web-plan-card__offer-meta {
  animation: web-offer-meta-in 0.5s 2.86s ease-out both;
}

@keyframes web-old-price-sequence {
  0% {
    left: 50%;
    align-items: center;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
  }

  14%, 48% {
    left: 50%;
    align-items: center;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  72%, 100% {
    left: 0;
    align-items: flex-start;
    opacity: 0.72;
    transform: translate(0, -50%) scale(0.92);
  }
}

@keyframes web-offer-strike {
  from {
    transform: translateY(-50%) scaleX(0);
  }

  to {
    transform: translateY(-50%) scaleX(1);
  }
}

@keyframes web-new-price-in {
  0% {
    opacity: 0;
    filter: blur(4px);
    transform: translate(12px, -50%) scale(0.88);
  }

  62% {
    opacity: 1;
    filter: blur(0);
    transform: translate(0, -50%) scale(1.08);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate(0, -50%) scale(1);
  }
}

@keyframes web-offer-meta-in {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .web-service-page .web-plan-card__old-price,
  .web-service-page .web-plan-card__new-price,
  .web-service-page .web-plan-card__offer-meta,
  .web-service-page .web-plan-card__old-price del::after {
    animation: none !important;
  }
}
