.seo-hero {
  padding-top: calc(clamp(84px, 8vw, 90px) + var(--service-header-overlap));
  padding-bottom: clamp(88px, 8vw, 122px);
  overflow: hidden;
  background: #f6f9fc;
}
.seo-hero__top {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: end;
  gap: clamp(44px, 7vw, 110px);
}
.seo-hero .home-kicker {
  display: inline-flex;
  width: max-content;
  margin-bottom: 27px;
  padding: 9px 16px;
  border: 1px solid #dcecf3;
  border-radius: var(--radius-control);
  background: #fff;
}
.seo-hero h1 {
  max-width: 700px;
  margin: 0;
  color: #091b39;
  font-size: clamp(2.5rem, 3.8vw, 3rem);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.04em;
  text-wrap: balance;
}
.seo-hero h1 span {
  color: #0b3d91;
}
.seo-hero__aside > p {
  max-width: 475px;
  margin: 0 0 28px;
  color: #52647d;
  font-size: 1.125rem;
  line-height: 1.65;
}
.seo-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.seo-hero__panel {
  overflow: hidden;
  margin-top: 64px;
  border: 1px solid #dce5ef;
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: 0 22px 55px rgba(7, 27, 59, 0.1);
}
.seo-hero__panel-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 56px;
  padding: 0 24px;
  border-bottom: 1px solid #e4edf5;
  background: #fbfdff;
}
.seo-hero__panel-bar > span {
  display: flex;
  gap: 6px;
}
.seo-hero__panel-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b7d3e8;
}
.seo-hero__panel-bar i:nth-child(2) {
  background: #aadfd9;
}
.seo-hero__panel-bar b {
  color: #0b3d91;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.09em;
}
.seo-hero__panel-bar em {
  width: 18%;
  height: 8px;
  margin-left: auto;
  border-radius: var(--radius-control);
  background: #e3edf6;
}
.seo-hero__panel-body {
  display: grid;
  grid-template-columns: 16% 84%;
  min-height: 345px;
}
.seo-hero__panel-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 25px 17%;
  border-right: 1px solid #e5edf5;
  background: #f8fbff;
}
.seo-hero__panel-nav span {
  width: 29px;
  height: 29px;
  border-radius: 5px 10px 5px 10px;
  background: linear-gradient(135deg, #0b3d91, #00c2a8);
}
.seo-hero__panel-nav i {
  width: 72%;
  height: 7px;
  border-radius: var(--radius-control);
  background: #bfd2e2;
}
.seo-hero__panel-nav i:nth-of-type(2) {
  width: 95%;
  background: #e0ecf5;
}
.seo-hero__panel-content {
  min-width: 0;
  padding: 30px 4%;
}
.seo-hero__panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}
.seo-hero__panel-head span {
  color: #0b3d91;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.seo-hero__panel-head b {
  width: 20%;
  height: 8px;
  border-radius: var(--radius-control);
  background: #d9e7f2;
}
.seo-hero__panel-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
.seo-hero__panel-cards > div {
  display: flex;
  flex-direction: column;
  min-height: 150px;
  padding: 20px;
  border: 1px solid #dfeaf3;
  border-radius: 10px;
  background: #f9fcff;
}
.seo-hero__panel-cards > div:nth-child(2) {
  background: #f5fbff;
}
.seo-hero__panel-cards > div:nth-child(3) {
  background: #f4fbf9;
}
.seo-hero__panel-cards i {
  width: 32px;
  height: 32px;
  margin-bottom: 15px;
  border-radius: 7px;
  background: #dceeff;
}
.seo-hero__panel-cards > div:nth-child(2) i {
  background: #d7f4f0;
}
.seo-hero__panel-cards > div:nth-child(3) i {
  background: #e1ecff;
}
.seo-hero__panel-cards strong {
  color: #071b3b;
  font-size: 0.95rem;
}
.seo-hero__panel-cards span {
  width: 75%;
  height: 7px;
  margin-top: 12px;
  border-radius: var(--radius-control);
  background: #bad0e2;
}
.seo-hero__panel-cards span:last-child {
  width: 52%;
  margin-top: 7px;
  background: #d6e5f0;
}
.seo-hero__panel-lines {
  display: grid;
  gap: 12px;
  margin-top: 25px;
}
.seo-hero__panel-lines i {
  width: 100%;
  height: 9px;
  border-radius: var(--radius-control);
  background: #eaf1f7;
}
.seo-hero__panel-lines i:last-child {
  width: 72%;
}
.seo-audit {
  background: #fff;
}
.seo-audit__head {
  max-width: 740px;
}
.seo-audit h2,
.seo-roadmap h2,
.seo-delivery h2 {
  font-size: var(--font-section-title);
  line-height: 1.27;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.seo-audit h2 span,
.seo-roadmap h2 span,
.seo-delivery h2 span {
  color: #0b3d91;
}
.seo-audit__head > p:not(.home-kicker) {
  max-width: 670px;
  color: #52647d;
  line-height: 1.7;
}
.seo-audit__rows {
  margin-top: 52px;
  border-top: 1px solid #dce5ef;
}
.seo-audit__rows article {
  display: grid;
  grid-template-columns: 190px 1fr 66px;
  align-items: center;
  gap: 30px;
  min-height: 150px;
  padding: 25px 0;
  border-bottom: 1px solid #dce5ef;
}
.seo-audit__rows article > span {
  color: #0b3d91;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
}
.seo-audit__rows h3 {
  margin: 0 0 7px;
  color: #071b3b;
  font-size: 1.45rem;
}
.seo-audit__rows p {
  color: #52647d;
  line-height: 1.65;
}
.seo-audit__rows svg {
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 10px;
  background: #e8faf6;
  color: #0b3d91;
}
.seo-audit__rows article:nth-child(2) svg {
  background: #eaf4ff;
}
.seo-roadmap {
  background: #f6f9fc;
}
.seo-roadmap__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(50px, 7vw, 110px);
}
.seo-roadmap__copy > p:not(.home-kicker) {
  max-width: 510px;
  color: #52647d;
  line-height: 1.7;
}
.seo-roadmap__copy ol {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.seo-roadmap__copy li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 17px;
  padding: 15px 0;
  border-top: 1px solid #dce5ef;
}
.seo-roadmap__copy li > span {
  color: #0b3d91;
  font-size: 0.7rem;
  font-weight: 700;
}
.seo-roadmap__copy h3 {
  margin: 0 0 5px;
  color: #071b3b;
  font-size: 1.08rem;
}
.seo-roadmap__copy li p {
  color: #52647d;
  font-size: 0.91rem;
  line-height: 1.6;
}
.seo-roadmap__visual {
  overflow: hidden;
  aspect-ratio: 4/3;
  border-radius: var(--radius-lg);
  background: #e6f3fc;
  box-shadow: 0 18px 42px rgba(17, 73, 127, 0.08);
}
.seo-roadmap__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.seo-delivery {
  background: #fff;
}
.seo-delivery__inner {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: clamp(40px, 7vw, 100px);
  align-items: center;
  padding: 55px;
  border: 1px solid #dce5ef;
  border-radius: var(--radius-lg);
  background: linear-gradient(120deg, #f4f9ff, #e8faf6);
}
.seo-delivery h2 {
  margin-bottom: 0;
}
.seo-delivery__inner > div:last-child p {
  max-width: 510px;
  margin: 0 0 18px;
  color: #52647d;
  line-height: 1.7;
}
@media (max-width: 959px) {
  .seo-hero__top,
  .seo-roadmap__grid,
  .seo-delivery__inner {
    grid-template-columns: 1fr;
  }
  .seo-hero__aside {
    max-width: 700px;
  }
  .seo-roadmap__visual {
    max-width: 680px;
  }
  .seo-delivery__inner {
    padding: 40px;
  }
}
@media (max-width: 639px) {
  .seo-hero {
    padding-top: calc(64px + var(--service-header-overlap));
    padding-bottom: 64px;
  }
  .seo-hero__top {
    gap: 25px;
  }
  .seo-hero .home-kicker {
    padding: 8px 12px;
    font-size: 0.59rem;
  }
  .seo-hero h1 {
    font-size: clamp(1.75rem, 7.5vw, 2.5rem);
  }
  .seo-hero__aside > p {
    font-size: 1rem;
  }
  .seo-hero__panel {
    margin-top: 40px;
    border-radius: 11px;
  }
  .seo-hero__panel-bar {
    height: 35px;
    padding-inline: 10px;
  }
  .seo-hero__panel-bar b {
    font-size: 0.45rem;
  }
  .seo-hero__panel-bar em {
    display: none;
  }
  .seo-hero__panel-body {
    grid-template-columns: 13% 87%;
    min-height: 245px;
  }
  .seo-hero__panel-nav {
    gap: 12px;
    padding: 12px 15%;
  }
  .seo-hero__panel-nav span {
    width: 17px;
    height: 17px;
  }
  .seo-hero__panel-nav i {
    height: 4px;
  }
  .seo-hero__panel-content {
    padding: 13px 4%;
  }
  .seo-hero__panel-head {
    margin-bottom: 12px;
  }
  .seo-hero__panel-head span {
    font-size: 0.45rem;
  }
  .seo-hero__panel-cards {
    gap: 5px;
  }
  .seo-hero__panel-cards > div {
    min-height: 125px;
    padding: 7px;
    border-radius: 5px;
  }
  .seo-hero__panel-cards i {
    width: 17px;
    height: 17px;
    margin-bottom: 7px;
    border-radius: 4px;
  }
  .seo-hero__panel-cards strong {
    font-size: 0.48rem;
    line-height: 1.3;
  }
  .seo-hero__panel-cards span {
    height: 4px;
    margin-top: 7px;
  }
  .seo-hero__panel-lines {
    gap: 7px;
    margin-top: 14px;
  }
  .seo-hero__panel-lines i {
    height: 5px;
  }
  .seo-audit__rows {
    margin-top: 35px;
  }
  .seo-audit__rows article {
    grid-template-columns: 1fr 48px;
    gap: 10px;
    min-height: 0;
  }
  .seo-audit__rows article > span {
    grid-column: 1;
  }
  .seo-audit__rows article > div {
    grid-column: 1;
  }
  .seo-audit__rows svg {
    grid-column: 2;
    grid-row: 1/3;
    width: 44px;
    height: 44px;
  }
  .seo-audit__rows h3 {
    font-size: 1.2rem;
  }
  .seo-roadmap__grid {
    gap: 36px;
  }
  .seo-roadmap__visual {
    aspect-ratio: 1.13;
    border-radius: var(--radius-md);
  }
  .seo-delivery__inner {
    gap: 20px;
    padding: 26px;
    border-radius: var(--radius-md);
  }
}
@media (max-width: 359px) {
  .seo-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .seo-hero__actions .button,
  .seo-hero__actions .home-hero__secondary {
    width: 100%;
    justify-content: center;
  }
}
