.sql-service-page {
  color: #122033;
  background: #f5f8fb;
}

.sql-service-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(115deg, rgba(5, 24, 43, 0.96), rgba(12, 89, 103, 0.9)), url("/images/hero_final.jpg") center/cover no-repeat;
  color: #fff;
  padding: 92px 0 74px;
}

.sql-service-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 5px;
  background: linear-gradient(90deg, #00a4b8, #e92b35, #ffc247);
}

.sql-service-hero__inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.sql-service-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #72f0ff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sql-service-hero h1 {
  max-width: 920px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.15rem, 4vw, 4.2rem);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0;
}

.sql-service-hero p {
  max-width: 780px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.16rem;
  line-height: 1.75;
}

.sql-service-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 54px 24px 76px;
}

.sql-service-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 34px;
  align-items: start;
}

.sql-service-main,
.sql-service-sidebox,
.sql-service-card,
.sql-service-case {
  background: #fff;
  border: 1px solid #dbe6ef;
  box-shadow: 0 18px 42px rgba(7, 34, 54, 0.08);
}

.sql-service-main {
  border-radius: 8px;
  padding: clamp(28px, 4vw, 46px);
}

.sql-service-main h2,
.sql-service-section h2 {
  color: #07182b;
  margin: 0 0 16px;
  font-size: clamp(1.45rem, 2.4vw, 2.15rem);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}

.sql-service-main h3,
.sql-service-section h3 {
  color: #07182b;
  margin: 30px 0 12px;
  font-size: 1.18rem;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0;
}

.sql-service-main p,
.sql-service-main li,
.sql-service-card p,
.sql-service-case p,
.sql-service-sidebox p {
  color: #314155;
  font-size: 1rem;
  line-height: 1.78;
}

.sql-service-main a,
.sql-service-sidebox a {
  color: #006b7c;
  font-weight: 800;
}

.sql-service-lead {
  color: #24364d;
  font-size: 1.13rem;
  line-height: 1.8;
  margin-bottom: 24px;
}

.sql-service-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 28px;
  padding: 0;
  list-style: none;
}

.sql-service-list li {
  position: relative;
  padding-left: 28px;
}

.sql-service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00a4b8;
  box-shadow: 0 0 0 4px rgba(0, 164, 184, 0.14);
}

.sql-service-highlight {
  margin: 28px 0;
  padding: 24px;
  border-left: 5px solid #e92b35;
  background: #f8fbfd;
  color: #263a51;
  font-weight: 700;
  line-height: 1.7;
}

.sql-service-video {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin: 0 0 30px;
  background: #07182b;
  aspect-ratio: 16 / 9;
}

.sql-service-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.sql-service-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.sql-service-card {
  border-radius: 8px;
  padding: 24px;
}

.sql-service-card h3 {
  margin: 0 0 10px;
  color: #07182b;
  font-size: 1.03rem;
  line-height: 1.35;
}

.sql-service-card p {
  margin: 0;
}

.sql-service-side {
  display: grid;
  gap: 18px;
}

.sql-service-sidebox {
  border-radius: 8px;
  padding: 24px;
}

.sql-service-sidebox h2,
.sql-service-sidebox h3 {
  margin: 0 0 12px;
  color: #07182b;
  font-size: 1.08rem;
  line-height: 1.3;
}

.sql-service-cta {
  background: #07182b;
  color: #fff;
  border-color: #07182b;
}

.sql-service-cta h2,
.sql-service-cta h3,
.sql-service-cta p {
  color: #fff;
}

.sql-service-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 12px;
  padding: 0 18px;
  border-radius: 6px;
  background: #e92b35;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
}

.sql-service-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.sql-service-case {
  border-radius: 8px;
  padding: 22px;
}

.sql-service-case h3 {
  margin-top: 0;
}

.sql-service-section {
  margin-top: 42px;
}

.sql-service-section > p {
  color: #314155;
  font-size: 1rem;
  line-height: 1.78;
}

.sql-service-card a,
.sql-service-section a {
  color: #006b7c;
  font-weight: 800;
  text-decoration: none;
}

.sql-service-card a:hover,
.sql-service-section a:hover {
  color: #004c59;
  text-decoration: underline;
}

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

  .sql-service-cards,
  .sql-service-case-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .sql-service-hero {
    padding: 70px 0 56px;
  }

  .sql-service-shell {
    padding: 34px 16px 58px;
  }

  .sql-service-main,
  .sql-service-sidebox,
  .sql-service-card,
  .sql-service-case {
    padding: 22px;
  }
}
