.services-page {
  background: #f6f9ff;
}

.services-page .site-header {
  background: rgba(255, 255, 255, 0.94);
}

.services-page .site-nav {
  gap: clamp(12px, 1.8vw, 24px);
}

.services-page main {
  overflow: hidden;
}

.services-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(290px, 0.6fr);
  align-items: center;
  gap: clamp(28px, 6vw, 110px);
  padding: clamp(135px, 14vw, 185px) clamp(20px, 6vw, 90px) clamp(60px, 8vw, 100px);
  background: radial-gradient(circle at 83% 25%, #d8e7ff, transparent 40%), #fff;
}

.services-hero-copy {
  max-width: 770px;
}

.services-back {
  display: inline-block;
  margin-bottom: 34px;
  color: #005fe8;
  font-size: 0.85rem;
  font-weight: 800;
}

.services-hero h1 {
  max-width: 760px;
  font-family: Sora, Inter, sans-serif;
  font-size: clamp(2.6rem, 5.2vw, 5.5rem);
  line-height: 1.07;
}

.services-hero-copy > p:not(.eyebrow) {
  max-width: 690px;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.services-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.services-hero-aside {
  padding: clamp(25px, 3vw, 42px);
  border: 1px solid #d6e4ff;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(0, 40, 115, 0.11);
}

.services-hero-aside > span {
  color: #005fe8;
  font-weight: 900;
}

.services-hero-aside ol {
  display: grid;
  gap: 18px;
  margin: 22px 0;
  padding-left: 23px;
}

.services-hero-aside li::marker {
  color: #005fe8;
  font-weight: 900;
}

.services-hero-aside p {
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid #e0e8f6;
  color: var(--muted);
  font-size: 0.87rem;
}

.services-section {
  padding: clamp(64px, 7vw, 100px) clamp(20px, 6vw, 90px);
  scroll-margin-top: 90px;
}

.services-section:nth-of-type(odd) {
  background: #fff;
}

.services-heading {
  max-width: 800px;
  margin-bottom: 32px;
}

.services-heading h2 {
  font-family: Sora, Inter, sans-serif;
  font-size: clamp(2rem, 3.5vw, 3.35rem);
}

.services-heading > p:not(.eyebrow),
.services-clarity {
  color: var(--muted);
}

.services-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.services-package {
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 2.6vw, 36px);
  border: 1px solid #d7e2f5;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 50px rgba(6, 42, 99, 0.06);
}

.services-package.is-featured {
  border: 2px solid #075ceb;
  box-shadow: 0 20px 55px rgba(0, 81, 220, 0.13);
}

.services-tag {
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #0755c8;
  font-size: 0.73rem;
  font-weight: 900;
}

.services-package h3 {
  font-family: Sora, Inter, sans-serif;
  font-size: 1.4rem;
}

.services-package > p:not(.services-saving) {
  min-height: 50px;
  color: var(--muted);
}

.services-price {
  margin: 12px 0;
  color: #00133f;
  font-family: Sora, Inter, sans-serif;
  font-size: clamp(2.2rem, 3.2vw, 3.2rem);
  font-weight: 800;
  white-space: nowrap;
}

.services-price small {
  display: block;
  color: var(--muted);
  font-family: Inter, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
}

.services-package ul {
  display: grid;
  gap: 12px;
  margin: 12px 0 25px;
  padding-left: 20px;
}

.services-package li::marker {
  color: #0a62ff;
}

.services-saving {
  margin-top: auto;
  color: #0a4d9e;
  font-size: 0.84rem;
  font-weight: 750;
}

.services-package .button {
  justify-content: center;
  width: 100%;
  text-align: center;
}

.services-clarity {
  max-width: 900px;
  margin: 22px 0 0;
  font-size: 0.9rem;
}

.services-item-grid {
  display: grid;
  gap: 12px;
}

.services-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 125px;
  gap: 18px;
  align-items: center;
  padding: 24px;
  border: 1px solid #dae5f6;
  border-radius: 16px;
  background: #fff;
}

.services-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 12px;
  background: #eaf2ff;
  color: #005fe8;
}

.services-item h3 {
  font-family: Sora, Inter, sans-serif;
  font-size: 1.12rem;
}

.services-item p {
  margin-bottom: 7px;
  color: #405373;
}

.services-item small {
  color: var(--muted);
}

.services-item-action {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.services-item-action strong {
  color: #00133f;
  font-size: 1.7rem;
  line-height: 1.2;
}

.services-item-action span {
  color: var(--muted);
  font-size: 0.8rem;
}

.services-item-action a,
.services-app-grid a {
  margin-top: 12px;
  color: #0055d6;
  font-weight: 850;
}

.services-item-action a:hover,
.services-app-grid a:hover,
.services-back:hover {
  text-decoration: underline;
}

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

.services-app-grid article {
  padding: 28px;
  border: 1px solid #dbe4f4;
  border-radius: 16px;
  background: #f8faff;
}

.services-app-grid strong {
  display: block;
  margin: 15px 0;
  font-size: 1.8rem;
}

.services-app-grid small {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 600;
}

.services-app-grid p {
  color: var(--muted);
}

.services-faq .faq-grid {
  max-width: 1000px;
}

.services-finish {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 35px clamp(20px, 6vw, 90px) 85px;
  padding: clamp(30px, 4vw, 54px);
  border-radius: 20px;
  background: #00133f;
  color: #fff;
}

.services-finish h2 {
  font-family: Sora, Inter, sans-serif;
}

.services-finish p:not(.eyebrow) {
  margin-bottom: 0;
  color: #d3e0f5;
}

.services-finish .button {
  flex-shrink: 0;
}

@media (max-width: 1050px) {
  .services-package-grid,
  .services-app-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .services-hero {
    grid-template-columns: 1fr;
  }

  .services-hero-aside {
    max-width: 620px;
  }
}

@media (max-width: 620px) {
  .services-hero {
    padding: 105px 18px 60px;
  }

  .services-back {
    margin-bottom: 25px;
  }

  .services-hero-actions,
  .services-finish {
    flex-direction: column;
    align-items: stretch;
  }

  .services-hero-actions .button,
  .services-finish .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .services-section {
    padding: 68px 18px;
  }

  .services-package-grid,
  .services-app-grid {
    grid-template-columns: 1fr;
  }

  .services-item {
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 12px;
    padding: 20px;
  }

  .services-icon {
    width: 42px;
    height: 42px;
  }

  .services-item-action {
    grid-column: 2;
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
  }

  .services-item-action a {
    margin: 0 0 0 auto;
  }

  .services-finish {
    margin: 16px 18px 65px;
  }
}

.services-hero-preview {
  position: relative;
  display: block;
  min-height: 490px;
  overflow: hidden;
  border-radius: 20px;
  background: #1b1819;
  box-shadow: 0 30px 70px rgba(0, 40, 115, 0.19);
}

.services-hero-preview img {
  width: 100%;
  height: 100%;
  min-height: 490px;
  object-fit: cover;
  object-position: center;
  transition: transform 350ms ease;
}

.services-hero-preview:hover img {
  transform: scale(1.035);
}

.services-hero-preview::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 11, 18, 0.64), transparent 40%, transparent 53%, rgba(9, 11, 18, 0.84));
  content: "";
}

.services-hero-preview-copy {
  position: absolute;
  z-index: 1;
  inset: 25px 23px 25px;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.services-hero-preview-copy small {
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.services-hero-preview-copy strong {
  display: block;
  max-width: 290px;
  margin-top: auto;
  font-family: Sora, Inter, sans-serif;
  font-size: clamp(1.8rem, 2.5vw, 2.55rem);
  line-height: 1.12;
}

.services-hero-preview-copy em {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 18px;
  font-size: 0.83rem;
  font-style: normal;
  font-weight: 800;
}

.services-hero-preview-copy svg {
  width: 16px;
}

.services-examples {
  background: #fff;
}

.services-examples-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.services-example-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d7e2f5;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(0, 35, 115, 0.07);
}

.services-example-stage {
  position: relative;
  height: clamp(330px, 33vw, 475px);
  overflow: hidden;
}

.services-example-stage > img,
.services-example-stage > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-example-stage > video {
  display: block;
  background: #18211c;
}

.services-flyer-stage::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 8, 8, 0.86), transparent 53%, rgba(16, 9, 10, 0.4));
  content: "";
}

.services-flyer-copy {
  position: absolute;
  z-index: 1;
  inset: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}

.services-flyer-copy span {
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.services-flyer-copy strong {
  max-width: 320px;
  margin-top: 17px;
  font-family: Sora, Inter, sans-serif;
  font-size: clamp(1.9rem, 2.8vw, 3rem);
  line-height: 1.06;
}

.services-flyer-copy b {
  margin-top: auto;
  padding: 10px 15px;
  border-radius: 999px;
  background: #fff;
  color: #1c1010;
  font-size: 0.8rem;
}

.services-chat-stage {
  display: grid;
  place-items: center;
  padding: 27px 18px 0;
  background: radial-gradient(circle at 80% 15%, #b8f0d7, transparent 42%), #e9f7f1;
}

.services-chat-phone {
  display: flex;
  width: min(300px, 100%);
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 8px solid #1f2b36;
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
  background: #f0f2ee;
  box-shadow: 0 16px 40px rgba(17, 67, 44, 0.2);
}

.services-chat-head {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 14px;
  background: #075e54;
  color: #fff;
}

.services-chat-avatar {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border-radius: 50%;
  background: #d7f6e8;
  color: #075e54;
}

.services-chat-avatar svg {
  width: 19px;
}

.services-chat-head b,
.services-chat-head small {
  display: block;
}

.services-chat-head small {
  color: #daf9e7;
  font-size: 0.66rem;
}

.services-chat-messages {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 13px;
  background: #e8e4db;
}

.services-chat-time {
  align-self: center;
  padding: 4px 9px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.75);
  font-size: 0.65rem;
}

.services-chat-messages p {
  max-width: 93%;
  margin: 0;
  padding: 10px 11px;
  border-radius: 9px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  font-size: 0.77rem;
  line-height: 1.35;
}

.services-chat-in {
  background: #fff;
}

.services-chat-messages .services-chat-out {
  align-self: flex-end;
  background: #d5f8cc;
}

.services-chat-note {
  align-self: flex-end;
  color: #476250;
  font-size: 0.6rem;
}

.services-chat-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 13px;
  background: #fff;
  color: #82918a;
  font-size: 0.73rem;
}

.services-chat-input svg {
  width: 17px;
  color: #16856c;
}

.services-example-caption {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: start;
  justify-content: space-between;
  min-height: 160px;
  padding: 21px;
}

.services-example-caption h3 {
  font-family: Sora, Inter, sans-serif;
}

.services-example-caption p {
  max-width: 300px;
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.services-example-caption > span {
  color: #3569ad;
  font-size: 0.7rem;
  font-weight: 850;
}

.services-app-grid img {
  width: 100%;
  height: 160px;
  margin-bottom: 20px;
  border-radius: 10px;
  object-fit: cover;
  background: #d8e4f7;
}

@media (max-width: 1050px) {
  .services-examples-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .services-hero-preview,
  .services-hero-preview img {
    min-height: 405px;
  }

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

  .services-example-stage {
    height: 440px;
  }
}
