.service-single--seo{
  --seo-orange:#e85b26;
  --seo-orange-dark:#d64f1d;
  --seo-ink:#23333c;
  --seo-muted:#66757d;
  --seo-line:#dbe2e5;
  --seo-paper:#f3f6f7;
  --seo-dark:#10232e;
  --seo-dark-2:#183542;
  background:#fff;
}

.service-single--seo .service-single-hero-side{
  justify-content:center;
}

.service-single--seo .service-single-hero-side p{
  max-width:430px;
  margin:0;
}

.seo-service-intro{
  position:relative;
  overflow:hidden;
  padding:48px 0 38px;
  background:
    radial-gradient(circle at 72% 24%,rgba(232,91,38,.08),transparent 28%),
    linear-gradient(180deg,#eef3f5 0%,#f7f9f9 100%);
}

.seo-service-intro::before{
  content:"";
  position:absolute;
  top:-180px;
  right:-120px;
  width:560px;
  height:560px;
  border:1px solid rgba(36,55,65,.06);
  border-radius:50%;
  box-shadow:0 0 0 78px rgba(36,55,65,.025),0 0 0 156px rgba(36,55,65,.018);
  pointer-events:none;
}

.seo-service-intro-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(440px,.75fr);
  gap:clamp(48px,6vw,92px);
  align-items:center;
  margin-top:18px;
}

.seo-service-intro-actions{
  display:flex;
  justify-content:flex-end;
  margin-top:22px;
}

.seo-service-cases-link{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:0 15px 0 20px;
  border:1px solid var(--seo-orange);
  background:linear-gradient(135deg,var(--seo-orange),#f06d39);
  color:#fff;
  font-size:14px;
  font-weight:600;
  box-shadow:0 12px 28px rgba(232,91,38,.22);
  transition:transform .18s ease,background .18s ease,box-shadow .18s ease;
}

.seo-service-cases-link span{
  width:27px;
  height:27px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.28);
  border-radius:50%;
  background:rgba(255,255,255,.12);
}

.seo-service-cases-link:hover{
  transform:translateY(-2px);
  background:linear-gradient(135deg,var(--seo-orange-dark),#e45d2a);
  color:#fff;
  box-shadow:0 16px 34px rgba(214,79,29,.28);
}

.seo-service-intro h2,
.seo-service-section-head h2,
.seo-service-demand h2{
  margin:0;
  color:var(--seo-ink);
  font-size:clamp(36px,3.45vw,50px);
  font-weight:300;
  line-height:1.04;
  letter-spacing:-.045em;
  text-wrap:balance;
}

.seo-service-intro-copy>.seo-service-lead{
  margin:25px 0 0;
  color:#354750;
  font-size:19px;
  font-weight:500;
  line-height:1.55;
}

.seo-service-intro-copy>p:not(.seo-service-lead){
  margin:17px 0 0;
  color:var(--seo-muted);
  font-size:15px;
  line-height:1.7;
}

.seo-service-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:34px;
  border-top:1px solid var(--seo-line);
  border-bottom:1px solid var(--seo-line);
}

.seo-service-stats>div{
  min-width:0;
  padding:20px 18px 20px 0;
}

.seo-service-stats>div+div{
  padding-left:18px;
  border-left:1px solid var(--seo-line);
}

.seo-service-stats strong{
  display:block;
  color:#263740;
  font-size:20px;
  font-weight:600;
  line-height:1.15;
  letter-spacing:-.025em;
}

.seo-service-stats span{
  display:block;
  margin-top:8px;
  color:#7a878d;
  font-size:10px;
  line-height:1.5;
  letter-spacing:.065em;
  text-transform:uppercase;
}

.seo-service-dashboard{
  position:relative;
  min-width:0;
  padding:26px;
  border:1px solid rgba(255,255,255,.15);
  background:
    radial-gradient(circle at 80% 14%,rgba(232,91,38,.18),transparent 28%),
    linear-gradient(145deg,var(--seo-dark-2),var(--seo-dark));
  color:#fff;
  box-shadow:0 28px 70px rgba(19,39,50,.18);
}

.seo-service-dashboard::before{
  content:"";
  position:absolute;
  inset:10px;
  border:1px solid rgba(255,255,255,.045);
  pointer-events:none;
}

.seo-service-dashboard-head{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  padding-bottom:17px;
  border-bottom:1px solid rgba(255,255,255,.1);
  color:rgba(255,255,255,.52);
  font-size:9px;
  font-weight:600;
  line-height:1.3;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.seo-service-dashboard-head>div{
  display:flex;
  align-items:center;
  gap:7px;
}

.seo-service-search-dot{
  width:7px;
  height:7px;
  display:inline-block;
  border-radius:50%;
}

.seo-service-search-dot--ya{background:#ff4d42}
.seo-service-search-dot--go{background:#4285f4;margin-left:5px}

.seo-service-dashboard-title{
  position:relative;
  z-index:1;
  display:grid;
  gap:6px;
  padding:25px 0 4px;
}

.seo-service-dashboard-title small{
  color:rgba(255,255,255,.48);
  font-size:9px;
  font-weight:600;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.seo-service-dashboard-title strong{
  color:#fff;
  font-size:27px;
  font-weight:400;
  line-height:1.15;
  letter-spacing:-.03em;
}

.seo-service-chart{
  position:relative;
  z-index:1;
  height:190px;
  margin:7px -2px 0;
}

.seo-service-chart svg{
  width:100%;
  height:100%;
  overflow:visible;
}

.seo-service-chart-grid{
  fill:none;
  stroke:rgba(255,255,255,.07);
  stroke-width:1;
}

.seo-service-chart-area{fill:url(#seoAreaGradient)}
.seo-service-chart-line{fill:none;stroke:url(#seoLineGradient);stroke-width:4;stroke-linecap:round}
.seo-service-chart-points{fill:var(--seo-orange);stroke:#fff;stroke-width:2}

.seo-service-dashboard-metrics{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.08);
}

.seo-service-dashboard-metrics>div{
  display:grid;
  gap:7px;
  padding:14px 15px;
  background:rgba(12,30,39,.88);
}

.seo-service-dashboard-metrics span{
  color:rgba(255,255,255,.44);
  font-size:9px;
  line-height:1.3;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.seo-service-dashboard-metrics strong{
  color:#fff;
  font-size:13px;
  font-weight:500;
}

.seo-service-dashboard-foot{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:center;
  gap:8px;
  padding-top:18px;
  color:rgba(255,255,255,.48);
  font-size:8px;
  font-weight:600;
  line-height:1.4;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.seo-service-dashboard-foot span{color:var(--seo-orange)}

.seo-service-foundation,
.seo-service-scope{
  padding:38px 0;
  background:#fff;
}

.seo-service-scope{
  background:var(--seo-paper);
}

.seo-service-section-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,.54fr);
  gap:clamp(40px,6vw,92px);
  align-items:end;
  margin-bottom:36px;
}

.seo-service-section-head>p{
  max-width:580px;
  margin:0 0 3px;
  color:var(--seo-muted);
  font-size:15px;
  line-height:1.68;
}

.seo-service-factor-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid var(--seo-line);
  border-left:1px solid var(--seo-line);
}

.seo-service-factor-grid article{
  position:relative;
  min-height:250px;
  padding:27px 27px 29px;
  overflow:hidden;
  border-right:1px solid var(--seo-line);
  border-bottom:1px solid var(--seo-line);
  background:#fbfcfc;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}

.seo-service-factor-grid article:nth-child(3n+2){background:#f5f8f9}

.seo-service-factor-grid article:hover{
  z-index:1;
  transform:translateY(-3px);
  background:#fff;
  box-shadow:0 18px 42px rgba(24,43,54,.09);
}

.seo-service-factor-card--accent{
  background:linear-gradient(145deg,#fff4ed,#fff 72%) !important;
}

.seo-service-factor-icon{
  position:relative;
  width:42px;
  height:42px;
  display:block;
  margin-bottom:38px;
  border:1px solid rgba(232,91,38,.28);
  background:#fff8f4;
}

.seo-service-factor-icon::before,
.seo-service-factor-icon::after{
  content:"";
  position:absolute;
  background:var(--seo-orange);
}

.seo-service-factor-icon::before{left:10px;right:10px;top:19px;height:2px}
.seo-service-factor-icon::after{top:10px;bottom:10px;left:19px;width:2px}
.seo-service-factor-icon--semantic::before{left:9px;right:9px;top:12px;box-shadow:0 8px 0 var(--seo-orange),0 16px 0 var(--seo-orange)}
.seo-service-factor-icon--semantic::after{display:none}
.seo-service-factor-icon--content::before{left:11px;right:11px;top:13px;box-shadow:0 7px 0 var(--seo-orange),0 14px 0 var(--seo-orange)}
.seo-service-factor-icon--content::after{display:none}
.seo-service-factor-icon--commerce::before{width:16px;height:12px;left:12px;top:11px;border:2px solid var(--seo-orange);border-top:0;background:transparent}
.seo-service-factor-icon--commerce::after{width:5px;height:5px;left:13px;top:28px;border-radius:50%;box-shadow:12px 0 0 var(--seo-orange)}
.seo-service-factor-icon--authority::before{width:18px;height:18px;left:11px;top:11px;border:2px solid var(--seo-orange);border-radius:50%;background:transparent}
.seo-service-factor-icon--authority::after{width:8px;height:2px;left:17px;top:20px;transform:rotate(-42deg)}
.seo-service-factor-icon--analytics::before{width:3px;height:12px;left:10px;top:21px;box-shadow:8px -6px 0 var(--seo-orange),16px -14px 0 var(--seo-orange)}
.seo-service-factor-icon--analytics::after{left:9px;right:8px;top:33px;width:auto;height:1px}

.seo-service-factor-grid h3{
  margin:0;
  color:#263740;
  font-size:22px;
  font-weight:500;
  line-height:1.25;
  letter-spacing:-.025em;
}

.seo-service-factor-grid p{
  margin:14px 0 0;
  color:#66757d;
  font-size:14px;
  line-height:1.64;
}

.seo-service-demand{
  position:relative;
  overflow:hidden;
  padding:42px 0;
  background:
    linear-gradient(105deg,rgba(11,27,37,.98),rgba(18,46,63,.94)),
    url('../images/hero-commerce-dark.svg') center/cover no-repeat;
  color:#fff;
}

.seo-service-demand::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 78% 23%,rgba(232,91,38,.22),transparent 29%);
  pointer-events:none;
}

.seo-service-demand-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(470px,.72fr);
  gap:clamp(54px,7vw,104px);
  align-items:center;
}

.seo-service-demand h2{
  max-width:700px;
  color:#fff;
}

.seo-service-demand-copy>p{
  max-width:690px;
  margin:23px 0 0;
  color:rgba(255,255,255,.74);
  font-size:17px;
  line-height:1.66;
}

.seo-service-demand-copy ul{
  display:grid;
  gap:11px;
  margin:27px 0 0;
  padding:0;
  list-style:none;
}

.seo-service-demand-copy li{
  position:relative;
  padding-left:23px;
  color:rgba(255,255,255,.92);
  font-size:14px;
  line-height:1.52;
}

.seo-service-demand-copy li::before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:9px;
  height:2px;
  background:var(--seo-orange);
}

.seo-service-demand-copy>small{
  display:block;
  max-width:680px;
  margin-top:24px;
  color:rgba(255,255,255,.48);
  font-size:10px;
  line-height:1.58;
}

.seo-service-journey{
  padding:28px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(5,17,24,.48);
  box-shadow:0 28px 70px rgba(0,0,0,.22);
  backdrop-filter:blur(7px);
  -webkit-backdrop-filter:blur(7px);
}

.seo-service-journey-sources{
  display:flex;
  gap:9px;
  padding-bottom:19px;
  border-bottom:1px solid rgba(255,255,255,.1);
}

.seo-service-journey-sources span{
  min-height:31px;
  display:inline-flex;
  align-items:center;
  padding:0 11px;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.055);
  color:rgba(255,255,255,.78);
  font-size:10px;
  font-weight:600;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.seo-service-journey-sources span:first-child{border-color:rgba(255,77,66,.4)}
.seo-service-journey-sources span:last-child{border-color:rgba(66,133,244,.4)}

.seo-service-journey-flow{
  position:relative;
  display:grid;
  gap:10px;
  margin-top:20px;
}

.seo-service-journey-flow::before{
  content:"";
  position:absolute;
  left:16px;
  top:31px;
  bottom:31px;
  width:1px;
  background:linear-gradient(var(--seo-orange),rgba(255,255,255,.12));
}

.seo-service-journey-flow article{
  position:relative;
  display:grid;
  grid-template-columns:1fr;
  gap:3px;
  min-height:76px;
  padding:14px 14px 14px 45px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.045);
}

.seo-service-journey-flow article::before{
  content:"";
  position:absolute;
  z-index:1;
  left:12px;
  top:27px;
  width:9px;
  height:9px;
  border:2px solid var(--seo-orange);
  border-radius:50%;
  background:var(--seo-dark);
  box-shadow:0 0 0 4px rgba(232,91,38,.08);
}

.seo-service-journey-flow small{
  color:rgba(255,255,255,.42);
  font-size:8px;
  font-weight:600;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.seo-service-journey-flow strong{
  color:#fff;
  font-size:15px;
  font-weight:500;
}

.seo-service-journey-flow p{
  margin:2px 0 0;
  color:rgba(255,255,255,.58);
  font-size:11px;
  line-height:1.45;
}

.seo-service-journey-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:9px;
  margin-top:18px;
  color:rgba(255,255,255,.42);
  font-size:8px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.seo-service-journey-foot i{
  height:1px;
  flex:1;
  background:linear-gradient(90deg,rgba(232,91,38,.72),rgba(255,255,255,.15));
}

.seo-service-scope-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.seo-service-scope-grid article{
  min-width:0;
  display:grid;
  grid-template-columns:38px 1fr;
  gap:17px;
  padding:23px 24px;
  border:1px solid var(--seo-line);
  background:#fff;
  box-shadow:0 10px 28px rgba(27,46,57,.035);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}

.seo-service-scope-grid article:hover{
  transform:translateY(-2px);
  border-color:#cbd5d9;
  box-shadow:0 16px 36px rgba(27,46,57,.075);
}

.seo-service-scope-grid article>span{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid rgba(232,91,38,.27);
  background:#fff8f4;
  color:var(--seo-orange);
  font-size:16px;
}

.seo-service-scope-grid h3{
  margin:1px 0 0;
  color:#263740;
  font-size:19px;
  font-weight:500;
  line-height:1.28;
  letter-spacing:-.02em;
}

.seo-service-scope-grid p{
  margin:9px 0 0;
  color:var(--seo-muted);
  font-size:13px;
  line-height:1.58;
}

.service-single--seo .service-single-nav-inner{
  min-height:116px;
}

@media(max-width:1180px){
  .seo-service-intro-grid{
    grid-template-columns:minmax(0,1fr) minmax(390px,.72fr);
    gap:44px;
  }

  .seo-service-demand-grid{
    grid-template-columns:minmax(0,.9fr) minmax(420px,.72fr);
    gap:46px;
  }

}

@media(max-width:980px){
  .seo-service-intro-grid,
.seo-service-demand-grid{
    grid-template-columns:1fr;
  }

  .seo-service-dashboard,
  .seo-service-journey{
    width:min(100%,680px);
  }

  .seo-service-section-head{
    grid-template-columns:1fr;
    gap:19px;
  }

  .seo-service-section-head>p{
    max-width:760px;
  }

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

  .seo-service-factor-grid article:nth-child(n){background:#fbfcfc}
  .seo-service-factor-grid article:nth-child(even){background:#f5f8f9}
  .seo-service-factor-card--accent{background:linear-gradient(145deg,#fff4ed,#fff 72%) !important}

}

@media(max-width:700px){
  .seo-service-intro{
    padding-top:38px;
    padding-bottom:28px;
  }

  .seo-service-foundation,
.seo-service-scope,
.seo-service-demand{
    padding-top:28px;
    padding-bottom:28px;
  }

  .seo-service-intro h2,
.seo-service-section-head h2,
.seo-service-demand h2{
    font-size:32px;
    line-height:1.07;
  }

  .seo-service-cases-link{
    width:100%;
  }

  .seo-service-cases-link{
    justify-content:space-between;
  }

  .seo-service-intro-copy>.seo-service-lead{
    font-size:17px;
  }

  .seo-service-intro-copy>p:not(.seo-service-lead),
.seo-service-demand-copy>p{
    font-size:15px;
  }

  .seo-service-stats{
    grid-template-columns:1fr;
  }

  .seo-service-stats>div{
    padding:15px 0;
  }

  .seo-service-stats>div+div{
    padding-left:0;
    border-top:1px solid var(--seo-line);
    border-left:0;
  }

  .seo-service-dashboard{
    padding:21px 18px;
  }

  .seo-service-dashboard-title strong{
    font-size:23px;
  }

  .seo-service-chart{
    height:160px;
  }

  .seo-service-factor-grid,
.seo-service-scope-grid{
    grid-template-columns:1fr;
  }

  .seo-service-factor-grid article{
    min-height:0;
    padding:24px 22px 26px;
  }

  .seo-service-factor-grid article:nth-child(n){background:#fbfcfc}
  .seo-service-factor-icon{margin-bottom:25px}

  .seo-service-journey{
    padding:22px 18px;
  }

  .seo-service-scope-grid article{
    grid-template-columns:34px 1fr;
    gap:14px;
    padding:20px 18px;
  }

  .seo-service-scope-grid article>span{
    width:34px;
    height:34px;
  }

}

@media(max-width:460px){
  .seo-service-dashboard-head{
    align-items:flex-start;
    flex-direction:column;
  }

  .seo-service-dashboard-metrics{
    grid-template-columns:1fr;
  }

  .seo-service-dashboard-foot{
    flex-wrap:wrap;
  }

  .seo-service-factor-grid h3{
    font-size:21px;
  }

  .seo-service-journey-flow article{
    padding-right:11px;
  }

}

@media(prefers-reduced-motion:reduce){
  .seo-service-cases-link,
  .seo-service-factor-grid article,
  .seo-service-scope-grid article{
    transition:none;
  }
}

.service-single--seo>.seo-service-intro{
  padding-top:48px;
  padding-bottom:32px;
}

.service-single--seo>.seo-service-foundation,
.service-single--seo>.seo-service-demand,
.service-single--seo>.seo-service-scope,
.service-single--seo>.service-single-pricing{
  padding-top:32px;
  padding-bottom:32px;
}

.service-single--seo .seo-service-section-head{
  margin-bottom:38px;
}

@media(max-width:620px){
  .service-single--seo>.seo-service-intro{
    padding-top:38px;
    padding-bottom:20px;
  }

  .service-single--seo>.seo-service-foundation,
  .service-single--seo>.seo-service-demand,
  .service-single--seo>.seo-service-scope,
  .service-single--seo>.service-single-pricing{
    padding-top:20px;
    padding-bottom:20px;
  }

  .service-single--seo .seo-service-section-head{
    margin-bottom:30px;
  }
}
