.seo-page {
  background:
    radial-gradient(circle at 82% 10%, rgba(126, 40, 255, .22), transparent 34%),
    radial-gradient(circle at 12% 18%, rgba(36, 120, 232, .16), transparent 30%),
    #050711;
}

.seo-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  padding: 164px 0 88px;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(4, 6, 16, .98) 0%, rgba(4, 6, 16, .86) 42%, rgba(4, 6, 16, .28) 100%),
    url("../images/hero-birthday.webp") 68% 44% / cover no-repeat;
}

.seo-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 190px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 7, 17, 0), #050711 82%);
}

.seo-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.seo-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
}

.seo-breadcrumbs a {
  color: rgba(255, 255, 255, .86);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.seo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .9);
  font-size: 15px;
  font-weight: 760;
  letter-spacing: .04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.seo-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue-light);
  box-shadow: 0 0 20px rgba(74, 147, 255, .55);
}

.seo-hero h1 {
  max-width: 860px;
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 5.2vw, 78px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
}

.seo-hero h1 strong,
.seo-section-title strong {
  color: var(--blue-light);
  font: inherit;
}

.seo-hero__lead {
  max-width: 680px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.52;
  text-wrap: balance;
}

.seo-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.seo-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 850px;
  margin-top: 42px;
}

.seo-fact {
  min-height: 116px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 20px;
  background: rgba(8, 11, 28, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055), 0 18px 48px rgba(0, 0, 0, .24);
  backdrop-filter: blur(10px);
}

.seo-fact strong {
  display: block;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.05;
}

.seo-fact span {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.42;
}

.seo-section {
  position: relative;
  overflow: hidden;
  padding: 104px 0;
  background:
    radial-gradient(circle at 78% 20%, rgba(111, 70, 255, .14), transparent 32%),
    linear-gradient(180deg, #050711 0%, #070a18 100%);
}

.seo-section--dark {
  background:
    radial-gradient(circle at 18% 18%, rgba(36, 120, 232, .13), transparent 30%),
    linear-gradient(180deg, #040611 0%, #050711 100%);
}

.seo-section--image {
  background:
    linear-gradient(180deg, rgba(5, 7, 17, .86), rgba(5, 7, 17, .96)),
    url("../images/packages-bg.webp") center center / cover no-repeat;
}

.seo-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 470px);
  gap: 42px;
  align-items: end;
  margin-bottom: 42px;
}

.seo-section-title {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 4.6vw, 64px);
  font-weight: 760;
  line-height: 1.04;
  letter-spacing: 0;
  text-transform: uppercase;
}

.seo-section-text {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
  line-height: 1.58;
}

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

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

.seo-card {
  position: relative;
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(18, 22, 45, .78), rgba(7, 10, 24, .82)),
    rgba(7, 10, 24, .8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055), 0 24px 58px rgba(0, 0, 0, .28);
}

.seo-card__number,
.seo-card__icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--blue-light), var(--blue));
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(36, 120, 232, .22);
}

.seo-card__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.seo-card h2,
.seo-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 760;
  line-height: 1.12;
}

.seo-card p,
.seo-card li {
  color: rgba(255, 255, 255, .76);
  font-size: 16px;
  line-height: 1.55;
}

.seo-card p {
  margin: 16px 0 0;
}

.seo-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.seo-card li {
  position: relative;
  padding-left: 20px;
}

.seo-card li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue-light);
}

.seo-price-panel {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: 28px;
  align-items: stretch;
}

.seo-price-copy {
  padding: 34px;
  border: 1px solid rgba(74, 147, 255, .22);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 0%, rgba(74, 147, 255, .14), transparent 30%),
    rgba(8, 11, 28, .82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055), 0 24px 58px rgba(0, 0, 0, .28);
}

.seo-price-copy p {
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
  line-height: 1.58;
}

.seo-price-list {
  display: grid;
  gap: 12px;
}

.seo-price-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 76px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 20px;
  background: rgba(255, 255, 255, .055);
}

.seo-price-item span {
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
  line-height: 1.38;
}

.seo-price-item strong {
  color: #fff;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 820;
  white-space: nowrap;
}

.seo-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.seo-step {
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  background: rgba(255, 255, 255, .045);
}

.seo-step span {
  color: var(--blue-light);
  font-size: 14px;
  font-weight: 780;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.seo-step h3 {
  margin: 16px 0 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.16;
}

.seo-step p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: 15px;
  line-height: 1.5;
}

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

.seo-faq details {
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 20px;
  background: rgba(255, 255, 255, .055);
  overflow: hidden;
}

.seo-faq summary {
  cursor: pointer;
  padding: 22px 24px;
  color: #fff;
  font-size: 19px;
  font-weight: 720;
  line-height: 1.25;
}

.seo-faq p {
  margin: 0;
  padding: 0 24px 24px;
  color: rgba(255, 255, 255, .76);
  font-size: 16px;
  line-height: 1.58;
}

.seo-local {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
  gap: 26px;
}

.seo-local__box {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 24px;
  background: rgba(8, 11, 28, .78);
}

.seo-local__box strong {
  display: block;
  color: #fff;
  font-size: 28px;
  line-height: 1.15;
}

.seo-local__box p,
.seo-local__box a {
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  line-height: 1.55;
}

.seo-local__box a {
  display: inline-flex;
  margin-top: 12px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .28);
}

@media (max-width: 1240px) {
  .seo-grid,
  .seo-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-section-head,
  .seo-price-panel,
  .seo-local {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .seo-hero {
    min-height: 0;
    padding: 126px 0 52px;
    background-position: 58% top;
  }

  .seo-hero h1 {
    font-size: clamp(35px, 10vw, 46px);
    line-height: 1.07;
  }

  .seo-hero__lead {
    font-size: 16px;
    line-height: 1.54;
  }

  .seo-hero__actions,
  .seo-hero__actions .btn {
    width: 100%;
  }

  .seo-hero__facts,
  .seo-grid,
  .seo-grid--two,
  .seo-steps {
    grid-template-columns: 1fr;
  }

  .seo-section {
    padding: 44px 0;
  }

  .seo-section-head {
    gap: 18px;
    margin-bottom: 26px;
  }

  .seo-section-title {
    font-size: clamp(32px, 9vw, 44px);
    line-height: 1.07;
  }

  .seo-section-text,
  .seo-price-copy p {
    font-size: 16px;
    line-height: 1.54;
  }

  .seo-card,
  .seo-price-copy,
  .seo-local__box {
    padding: 22px;
    border-radius: 22px;
  }

  .seo-price-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .seo-faq summary {
    padding: 19px 20px;
    font-size: 17px;
  }

  .seo-faq p {
    padding: 0 20px 20px;
    font-size: 15px;
  }
}
