.services-page {
    --spg-border: rgba(152, 226, 255, 0.14);
    --spg-surface: linear-gradient(180deg, rgba(9, 27, 44, 0.84), rgba(6, 16, 28, 0.92));
    --spg-surface-strong: linear-gradient(180deg, rgba(12, 34, 54, 0.95), rgba(6, 18, 30, 0.98));
    --spg-cyan: #63e4ff;
    --spg-gold: #ffd06f;
    --spg-text: #eff7ff;
    --spg-muted: rgba(227, 239, 249, 0.76);
    position: relative;
    padding: clamp(96px, 10vw, 132px) 0 84px;
    color: var(--spg-text);
  }

  .services-page .container {
    position: relative;
    z-index: 1;
  }

  .services-section + .services-section {
    margin-top: 30px;
  }

  .spg-card,
  .spg-step,
  .spg-cta,
  .spg-faq__item {
    border: 1px solid var(--spg-border);
    background: var(--spg-surface);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .spg-card,
  .spg-step,
  .spg-cta,
  .spg-faq__item {
    border-radius: 30px;
    padding: 24px;
  }

  .spg-head,
  .spg-cta__grid {
    display: grid;
    gap: 24px;
  }

  .spg-stage {
    margin-bottom: 34px;
  }

  .spg-stage__panel {
    position: relative;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .spg-stage__head {
    display: grid;
    gap: 16px;
    max-width: 780px;
    margin-bottom: 0;
  }

  .spg-eyebrow,
  .spg-head__eyebrow,
  .spg-card__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(233, 244, 255, 0.66);
  }

  .spg-eyebrow::before,
  .spg-head__eyebrow::before,
  .spg-card__eyebrow::before {
    content: "";
    width: 34px;
    height: 1px;
    background: linear-gradient(90deg, rgba(99, 228, 255, 0), rgba(99, 228, 255, 0.9));
  }

  .spg-eyebrow {
    justify-content: flex-start;
    margin: 0;
  }

  .spg-stage__title {
    margin: 0;
    max-width: none;
    font-size: clamp(2.7rem, 5.2vw, 4.6rem);
    line-height: 0.94;
    letter-spacing: -0.05em;
    text-align: left;
    background: linear-gradient(90deg, #00b5c8 0%, #2cc7b8 24%, #72c86b 56%, #ffbe3c 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }

  .spg-stage__subtitle {
    margin: -2px 0 0;
    max-width: 22ch;
    font-family: Montserrat, sans-serif;
    font-size: clamp(1.9rem, 4vw, 3.3rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
    color: var(--spg-gold);
    font-weight: 800;
  }

  .spg-stage__lead,
  .spg-head__lead,
  .spg-card__text,
  .spg-step p,
  .spg-cta__text,
  .spg-cta__aside p,
  .spg-faq__item p {
    color: var(--spg-muted);
    line-height: 1.68;
  }

  .spg-stage__lead {
    max-width: 54ch;
    margin: 0;
    font-size: 1.02rem;
  }

  .spg-stage__actions,
  .spg-card__footer,
  .spg-cta__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .spg-stage__actions {
    margin-top: 4px;
  }

  .spg-stage__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .spg-stage__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(156, 219, 255, 0.14);
    background: rgba(9, 29, 46, 0.56);
    font-size: 0.9rem;
    font-weight: 700;
    color: rgba(236, 245, 252, 0.9);
  }

  .spg-card__tags span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(156, 219, 255, 0.14);
    background: rgba(11, 32, 50, 0.62);
    font-size: 0.84rem;
    font-weight: 700;
    color: rgba(236, 245, 252, 0.88);
    text-decoration: none;
    transition: transform .24s ease, border-color .24s ease, background .24s ease;
  }

  .spg-card:hover .spg-card__tags span {
    border-color: rgba(116, 223, 255, 0.22);
    background: rgba(13, 34, 53, 0.76);
  }

  .spg-card__tags span:hover {
    transform: translateY(-1px);
  }

  .spg-head {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.8fr);
    align-items: end;
    margin-bottom: 20px;
  }

  .spg-head__title,
  .spg-cta__title {
    margin: 0;
    line-height: 1;
    letter-spacing: -0.04em;
  }

  .spg-head__title {
    font-size: clamp(1.9rem, 4vw, 2.9rem);
  }

  .spg-head__lead {
    margin: 0;
    max-width: 42ch;
    font-size: 1rem;
  }

  .spg-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
  }

  .spg-card {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    transition:
      transform .28s ease,
      border-color .28s ease,
      box-shadow .28s ease,
      background .28s ease;
  }

  .spg-card::before {
    content: "";
    position: absolute;
    inset: auto -80px -80px auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(99, 228, 255, 0.14), transparent 66%);
    pointer-events: none;
    opacity: 0.72;
    transition: transform .32s ease, opacity .32s ease;
  }

  .spg-card::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 29px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 34%, transparent 68%, rgba(99, 228, 255, 0.06));
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease;
  }

  .spg-card > * {
    position: relative;
    z-index: 1;
  }

  .spg-card:hover {
    transform: translateY(-6px);
    border-color: rgba(116, 223, 255, 0.3);
    box-shadow: 0 34px 78px rgba(0, 0, 0, 0.3);
  }

  .spg-card:hover::before {
    transform: translate(-16px, -12px) scale(1.08);
    opacity: 1;
  }

  .spg-card:hover::after {
    opacity: 1;
  }

  .spg-card:hover .spg-card__title {
    color: #ffffff;
  }

  .spg-card--xl { grid-column: span 7; }
  .spg-card--lg { grid-column: span 5; }
  .spg-card--md { grid-column: span 4; }
  .spg-card--stretch { grid-column: span 8; }

  .spg-card__eyebrow {
    margin-bottom: 16px;
  }

  .spg-card__title {
    margin: 0;
    font-size: 1.55rem;
    line-height: 1.14;
  }

  .spg-card__text {
    margin: 14px 0 0;
  }

  .spg-card__list,
  .spg-cta__list {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
  }

  .spg-card__list li,
  .spg-cta__list li {
    position: relative;
    padding-left: 18px;
    color: rgba(236, 244, 250, 0.84);
    line-height: 1.55;
  }

  .spg-card__list li::before,
  .spg-cta__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--spg-cyan), var(--spg-gold));
  }

  .spg-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
  }

  .spg-card__footer {
    margin-top: 22px;
    align-items: center;
  }

  .spg-card__footer a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 16px;
    border: 1px solid rgba(156, 219, 255, 0.16);
    background: rgba(10, 28, 45, 0.68);
    color: #f4fbff;
    text-decoration: none;
    font-weight: 700;
    line-height: 1;
    transition:
      transform .24s ease,
      background .24s ease,
      border-color .24s ease,
      box-shadow .24s ease,
      color .24s ease;
  }

  .spg-card__footer a:first-child {
    border-color: transparent;
    background: linear-gradient(135deg, #1fd2e8, #16acc9);
    box-shadow: 0 16px 34px rgba(22, 172, 201, 0.24);
    color: #041620;
  }

  .spg-card__footer a:hover {
    transform: translateY(-2px);
  }

  .spg-card__footer a:first-child:hover {
    box-shadow: 0 22px 38px rgba(22, 172, 201, 0.3);
    filter: brightness(1.04);
  }

  .spg-card__footer a:not(:first-child):hover {
    border-color: rgba(116, 223, 255, 0.28);
    background: rgba(13, 35, 56, 0.9);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.16);
  }

  .spg-card--passenger {
    background:
      radial-gradient(circle at 90% 18%, rgba(255, 208, 111, 0.12), transparent 28%),
      radial-gradient(circle at 8% 92%, rgba(99, 228, 255, 0.1), transparent 24%),
      linear-gradient(180deg, rgba(13, 37, 60, 0.95), rgba(6, 20, 33, 0.98));
  }

  .spg-card--parcel {
    background:
      radial-gradient(circle at 88% 16%, rgba(99, 228, 255, 0.14), transparent 30%),
      linear-gradient(180deg, rgba(10, 31, 51, 0.95), rgba(6, 18, 29, 0.98));
  }

  .spg-card--pets {
    background:
      radial-gradient(circle at 82% 24%, rgba(255, 184, 120, 0.14), transparent 30%),
      linear-gradient(180deg, rgba(18, 35, 52, 0.94), rgba(9, 22, 34, 0.98));
  }

  .spg-card--moving,
  .spg-card--transfer,
  .spg-card--insurance,
  .spg-card--rent,
  .spg-step,
  .spg-cta,
  .spg-faq__item {
    background: linear-gradient(180deg, rgba(10, 30, 49, 0.95), rgba(7, 18, 30, 0.98));
  }

  .spg-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .spg-step h3 {
    margin: 18px 0 0;
    font-size: 1.18rem;
    line-height: 1.2;
  }

  .spg-step p {
    margin: 12px 0 0;
  }

  .spg-step__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 208, 111, 0.18), rgba(99, 228, 255, 0.15));
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff1c6;
    font-weight: 800;
  }

  .spg-cta {
    background:
      radial-gradient(circle at 12% 18%, rgba(24, 191, 215, 0.18), transparent 24%),
      radial-gradient(circle at 85% 16%, rgba(255, 208, 111, 0.16), transparent 24%),
      linear-gradient(180deg, rgba(11, 34, 53, 0.96), rgba(5, 18, 30, 0.98));
  }

  .spg-cta__grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
    align-items: center;
  }

  .spg-cta__title {
    font-size: clamp(1.95rem, 4vw, 3rem);
  }

  .spg-cta__text {
    margin: 16px 0 0;
    max-width: 56ch;
  }

  .spg-cta__buttons {
    margin-top: 22px;
  }

  .spg-cta__list {
    margin-top: 22px;
  }

  .spg-cta__aside {
    display: grid;
    gap: 14px;
    padding: 20px;
    border-radius: 28px;
    border: 1px solid rgba(160, 216, 244, 0.12);
    background: rgba(6, 21, 35, 0.54);
  }

  .spg-cta__aside strong {
    display: block;
    margin-bottom: 6px;
    font-size: 1rem;
  }

  .spg-request-form {
    display: grid;
    gap: 14px;
  }

  .spg-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .spg-field {
    display: grid;
    gap: 7px;
  }

  .spg-field label {
    color: rgba(232, 244, 255, 0.82);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .spg-field input,
  .spg-field select,
  .spg-field textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(160, 216, 244, 0.18);
    border-radius: 16px;
    background: rgba(3, 15, 27, 0.74);
    color: #f4fbff;
    font: inherit;
    outline: none;
    padding: 12px 14px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
  }

  .spg-field textarea {
    min-height: 104px;
    resize: vertical;
  }

  .spg-field input:focus,
  .spg-field select:focus,
  .spg-field textarea:focus {
    border-color: rgba(24, 191, 215, 0.75);
    background: rgba(5, 20, 35, 0.9);
    box-shadow: 0 0 0 3px rgba(24, 191, 215, 0.16);
  }

  .spg-form-status {
    min-height: 1.4em;
    margin: 0;
    color: rgba(232, 244, 255, 0.76);
    font-size: 0.94rem;
  }

  .spg-faq {
    display: grid;
    gap: 14px;
  }

  .spg-faq__item h3 {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.4;
  }

  .spg-faq__item p {
    margin: 12px 0 0;
  }

  @media (max-width: 1140px) {
    .spg-head,
    .spg-cta__grid {
      grid-template-columns: 1fr;
    }

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

    .spg-form-row {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 980px) {
    .services-page {
      padding-top: 92px;
    }

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

    .spg-card--xl,
    .spg-card--lg,
    .spg-card--md,
    .spg-card--stretch {
      grid-column: span 1;
    }
  }

  @media (max-width: 760px) {
    .spg-grid,
    .spg-steps {
      grid-template-columns: 1fr;
    }

    .spg-stage__title {
      max-width: none;
      font-size: clamp(2.45rem, 11vw, 3.7rem);
    }

    .spg-stage__head {
      gap: 14px;
      margin-bottom: 0;
    }

    .spg-card,
    .spg-step,
    .spg-cta,
    .spg-faq__item {
      border-radius: 26px;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
    }

    .spg-stage__actions,
    .spg-cta__buttons {
      flex-direction: column;
      align-items: stretch;
    }

    .spg-stage__actions .btn,
    .spg-cta__buttons .btn {
      width: 100%;
      justify-content: center;
    }

    .spg-card__footer a {
      flex: 1 1 100%;
    }
  }
