/* Services page (v17) — Hero + Services list + CTA (matches About visual language) */
:root{ --svc3-radius: 18px; }

/* HERO */
.svc3-hero{ padding: 34px 0 14px; }

.svc3-hero-grid{
  display:grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 18px;
  padding: 18px;
  border-radius: var(--svc3-radius);
  border: 1px solid rgba(0,124,207,.18);
  background: rgba(255,255,255,.02);
  box-shadow: 0 10px 40px rgba(0,0,0,.12);
}

.svc3-hero-media{
  min-height: 320px;
  border-radius: calc(var(--svc3-radius) - 6px);
  background:
    radial-gradient(800px 380px at 12% 22%, rgba(0,124,207,.28), rgba(0,124,207,0) 60%),
    radial-gradient(620px 320px at 90% 78%, rgba(0,124,207,.18), rgba(0,124,207,0) 55%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
    url('../img/dozhdevatel.jpg');
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(0,124,207,.14);
  position: relative;
  overflow: hidden;
}

.svc3-hero-media:after{
  content:"";
  position:absolute; inset:0;
  background:
    radial-gradient(420px 240px at 22% 18%, rgba(0,124,207,.20), rgba(0,124,207,0) 60%),
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.10));
  pointer-events:none;
}

.svc3-hero-copy{ padding: 6px 4px; }

.svc3-kicker{
  display:flex;
  align-items:center;
  gap: 10px;
  margin-bottom: 12px;
}

.svc3-kicker-label{
  font-family: "Unbounded", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #007ccf;
}

.svc3-dot{
  width: 7px; height: 7px;
  border-radius: 999px;
  background: #007ccf;
  box-shadow: 0 0 0 6px rgba(0,124,207,.12);
}

.svc3-title{
  font-family: "Unbounded", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  line-height: 1.06;
}

.svc3-lead{
  margin: 0 0 14px;
  opacity: .92;
  max-width: 58ch;
}

.svc3-pills{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0 16px;
}

.svc3-pill{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,124,207,.18);
  background: rgba(0,124,207,.06);
  font-weight: 700;
  font-size: 14px;
}

.svc3-pill-ic{
  width: 10px; height: 10px;
  border-radius: 999px;
  background: #007ccf;
  box-shadow: 0 0 0 6px rgba(0,124,207,.10);
}

.svc3-hero-cta{ display:flex; gap: 12px; flex-wrap: wrap; }

/* SERVICES LIST */
.svc3-services{ padding: 18px 0 26px; }

.svc3-head{ margin-bottom: 14px; }
.svc3-head h2{
  font-family: "Unbounded", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
}

.svc3-services-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 12px;
}

.svc3-service{
  padding: 16px;
  border-radius: var(--svc3-radius);
  border: 1px solid rgba(0,124,207,.16);
  background: rgba(255,255,255,.02);
  box-shadow: 0 10px 30px rgba(0,0,0,.10);
  position: relative;
  overflow: hidden;
}

.svc3-service:before{
  content:"";
  position:absolute; inset:-2px -2px auto -2px;
  height: 64px;
  background: radial-gradient(420px 80px at 20% 30%, rgba(0,124,207,.20), rgba(0,124,207,0) 60%);
  pointer-events:none;
}

.svc3-service-top{
  display:flex;
  align-items:center;
  gap: 10px;
  margin-bottom: 8px;
}

.svc3-ic{
  display:flex;
  align-items:center;
  justify-content:center;

  width: 38px; height: 38px;
  border-radius: 12px;
  background: rgba(0,124,207,.12);
  border: 1px solid rgba(0,124,207,.22);
  position: relative;
  flex: 0 0 auto;
}


.svc3-service h3{
  font-family: "Unbounded", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -0.01em;
  margin: 0;
}

.svc3-service p{ margin: 8px 0 12px; opacity: .92; }

.svc3-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.svc3-list li{
  position: relative;
  padding-left: 16px;
  opacity: .95;
}

.svc3-list li:before{
  content:"";
  width: 7px; height: 7px;
  border-radius: 999px;
  background: #007ccf;
  position:absolute;
  left: 0;
  top: 9px;
}

/* CTA (unchanged) */
.svc3-cta{ padding: 0 0 34px; }

.svc3-cta-band{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 16px;
  padding: 18px;
  border-radius: var(--svc3-radius);
  border: 1px solid rgba(0,124,207,.16);
  background: rgba(0,124,207,.05);
  box-shadow: 0 10px 30px rgba(0,0,0,.10);
}

.svc3-cta-left h3{
  font-family: "Unbounded", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
}

.svc3-cta-right{ display:flex; gap: 12px; flex-wrap: wrap; }

/* Responsive */
@media (max-width: 980px){
  .svc3-hero-grid{ grid-template-columns: 1fr; }
  .svc3-hero-media{ min-height: 240px; }
  .svc3-services-grid{ grid-template-columns: 1fr; }
  .svc3-cta-band{ flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px){
  /* Hero layout + buttons */
  .svc3-hero{ padding: 24px 0 10px; }
  .svc3-hero-grid{ padding: 14px; gap: 14px; }
  .svc3-hero-media{ min-height: 200px; }
  .svc3-hero-copy{ padding: 0; }

  .svc3-kicker{ flex-wrap: wrap; row-gap: 8px; }
  .svc3-pills{ gap: 8px; margin: 10px 0 14px; }
  .svc3-pill{ font-size: 13px; padding: 9px 11px; }

  .svc3-hero-cta{
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .svc3-hero-cta .btn{
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 420px){
  .svc3-hero-grid{ padding: 12px; }
  .svc3-hero-media{ min-height: 180px; }
  .svc3-title{ line-height: 1.08; }
}

/* Icon SVG */
.svc3-ic-svg{
  width: 20px;
  height: 20px;
  fill: #007ccf;
  opacity: .95;
}


/* Fix hero title overflow */
.hero-title-small{font-size:20px;line-height:1.2;max-width:100%;white-space:normal;overflow-wrap:anywhere;}
