/* ══════════════════════════════════════════
   SERVICES PAGE
   ══════════════════════════════════════════ */

/* ── HERO ── */
.svc-hero {
  position: relative;
  padding: 10rem 5vw 0;
  background: linear-gradient(160deg, #060e22 0%, #0d1b3e 55%, #12243a 100%);
  overflow: hidden;
}
.svc-hero-bg {
  position: absolute; inset: 0; opacity: 0.04; pointer-events: none;
  background: repeating-linear-gradient(
    -45deg,
    transparent 0, transparent 40px,
    rgba(255,255,255,1) 40px, rgba(255,255,255,1) 41px
  );
}
.svc-hero-content { max-width: 700px; padding-bottom: 5rem; position: relative; z-index: 1; }
.svc-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 5.5rem); line-height: 0.95; margin-bottom: 1.5rem;
}
.svc-hero h1 em { color: var(--red); font-style: normal; }
.svc-hero p {
  font-size: 1rem; font-weight: 300;
  color: rgba(248,249,252,0.68); max-width: 500px; line-height: 1.75;
}
.svc-hero-tabs {
  display: flex; border-top: 1px solid rgba(255,255,255,0.07);
  position: relative; z-index: 1;
}
.svc-tab {
  font-family: var(--font-condensed); font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(248,249,252,0.4); text-decoration: none;
  padding: 1.1rem 2rem; border-right: 1px solid rgba(255,255,255,0.07);
  display: inline-flex; align-items: center; gap: 0.5rem;
  transition: color 0.2s, background 0.2s;
}
.svc-tab svg.lucide { width: 0.95rem; height: 0.95rem; }
.svc-tab:hover { color: var(--white); background: rgba(255,255,255,0.03); }


/* ── SERVICE BLOCKS ── */
.svc-block {
  display: grid; grid-template-columns: 1fr 1.35fr;
  min-height: 540px; align-items: stretch;
}
.svc-block--flip { grid-template-columns: 1.35fr 1fr; }

.svb-visual {
  background: #0a1229;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 4rem 3rem; gap: 3rem;
  border-right: 1px solid rgba(255,255,255,0.04);
}
.svc-block--flip .svb-visual {
  border-right: none;
  border-left: 1px solid rgba(255,255,255,0.04);
}
.svb-icon { color: rgba(255,255,255,0.55); }
.svb-icon svg.lucide { width: 5rem; height: 5rem; stroke-width: 1; }
.svb-kpis {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: rgba(255,255,255,0.05); width: 100%;
}
.svb-kpi { background: #0a1229; padding: 1.4rem 1rem; text-align: center; }
.svb-kpi-n {
  font-family: var(--font-display); font-size: 1.9rem;
  color: var(--red); display: block; line-height: 1;
}
.svb-kpi-l {
  font-family: var(--font-condensed); font-size: 0.6rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--grey-text); margin-top: 0.3rem; display: block;
}

.svb-text {
  padding: 5rem 4rem; background: var(--navy);
  display: flex; flex-direction: column; justify-content: center; gap: 1.5rem;
  position: relative;
}
.svc-block--flip .svb-text { padding: 5rem 4rem 5rem 5vw; order: -1; }
.svb-index {
  font-family: var(--font-display); font-size: 7rem;
  color: rgba(255,255,255,0.03); pointer-events: none;
  position: absolute; top: 1.5rem; right: 2rem; line-height: 1;
}
.svb-text h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.0;
}
.svb-text h2 em { color: var(--red); font-style: normal; }
.svb-text > p {
  font-size: 0.93rem; font-weight: 300;
  color: rgba(248,249,252,0.68); line-height: 1.8; max-width: 460px;
}
.svb-feats { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; }
.svb-feats li {
  font-size: 0.88rem; font-weight: 300;
  color: rgba(248,249,252,0.72); padding-left: 1.3rem;
  position: relative; line-height: 1.5;
}
.svb-feats li::before { content: '—'; position: absolute; left: 0; color: var(--red); }


/* ── TECHNOLOGY PLATFORM ── */
.svc-platform {
  background: #060d1d;
  border-top: 1px solid rgba(255,255,255,0.04);
  padding: 7rem 5vw;
}
.svp-inner { max-width: 1200px; }
.svp-header { max-width: 580px; margin-bottom: 4rem; }
.svp-header .section-title em { color: var(--red); font-style: normal; }
.svp-header > p {
  font-size: 0.95rem; font-weight: 300;
  color: rgba(248,249,252,0.65); line-height: 1.8; margin-top: 1.2rem;
}
.svp-features {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: rgba(255,255,255,0.04);
}
.svp-feat {
  background: #060d1d; padding: 2.5rem 2rem;
  border-top: 2px solid transparent;
  transition: border-top-color 0.25s, background 0.25s;
}
.svp-feat:hover { border-top-color: var(--red); background: rgba(214,48,24,0.04); }
.svp-feat-ico { margin-bottom: 1rem; display: block; color: var(--red); }
.svp-feat-ico svg.lucide { width: 2rem; height: 2rem; }
.svp-feat-title {
  font-family: var(--font-condensed); font-size: 1rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--white); margin-bottom: 0.6rem;
}
.svp-feat > p {
  font-size: 0.86rem; font-weight: 300;
  color: rgba(248,249,252,0.6); line-height: 1.7;
}


/* ── CTA ── */
.svc-cta {
  background: var(--red); padding: 6rem 5vw;
  text-align: center; position: relative; overflow: hidden;
}
.svc-cta-lines { position: absolute; inset: 0; opacity: 0.06; pointer-events: none; }
.svc-cta-label { color: rgba(255,255,255,0.6); }
.svc-cta-label::before { background: rgba(255,255,255,0.4); }
.svc-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 4.5rem); line-height: 0.95;
  color: var(--white); margin-bottom: 1.2rem;
  position: relative; z-index: 1;
}
.svc-cta > p {
  font-size: 1rem; font-weight: 300; color: rgba(255,255,255,0.82);
  max-width: 480px; margin: 0 auto 2.5rem; line-height: 1.75;
  position: relative; z-index: 1;
}
.svc-cta-btns {
  display: flex; gap: 1rem; justify-content: center;
  flex-wrap: wrap; position: relative; z-index: 1;
}
.btn-white {
  font-family: var(--font-condensed); font-size: 0.9rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; padding: 0.9rem 2.2rem;
  background: var(--white); color: var(--red); text-decoration: none;
  display: inline-block; border: none; cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.btn-white:hover { background: var(--grey-light); transform: translateY(-2px); }
.btn-outline-white {
  font-family: var(--font-condensed); font-size: 0.9rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; padding: 0.9rem 2.2rem;
  background: transparent; color: var(--white); text-decoration: none;
  display: inline-block; border: 1.5px solid rgba(255,255,255,0.55); cursor: pointer;
  transition: border-color 0.2s, transform 0.2s;
}
.btn-outline-white:hover { border-color: var(--white); transform: translateY(-2px); }


/* ── RESPONSIVE ── */
@media (max-width: 1000px) {
  .svc-block,
  .svc-block--flip { grid-template-columns: 1fr; min-height: unset; }
  .svc-block--flip .svb-text { order: unset; }
  .svb-visual { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.04); }
  .svc-block--flip .svb-visual { border-left: none; border-top: 1px solid rgba(255,255,255,0.04); }
  .svp-features { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .svc-hero-tabs { flex-wrap: wrap; }
  .svc-tab { flex: 1 1 50%; }
  .svp-features { grid-template-columns: 1fr; }
  .svb-text, .svc-block--flip .svb-text { padding: 3rem 5vw; }
}
