:root {
  --primary: #0d5bea;
  --primary-hover: #084cc7;
  --primary-dark: #063a9a;
  --primary-light: #edf4ff;
  --primary-glow: rgba(13, 91, 234, .16);
  --navy: #071837;
  --navy-2: #0c2348;
  --text: #16213a;
  --muted: #667085;
  --border: #dfe6f0;
  --soft: #f7f9fc;
  --soft-blue: #f4f8ff;
  --radius: 16px;
  --radius-lg: 24px;
  --container: 1240px;
  --shadow: 0 24px 65px rgba(12, 35, 72, .09);
  --shadow-strong: 0 28px 80px rgba(7, 24, 55, .14);
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: #fff;
  -webkit-font-smoothing: antialiased
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 5000;
  background: linear-gradient(90deg, var(--primary), #54a1ff 55%, var(--primary-dark))
}

a {
  color: inherit;
  text-decoration: none
}

img {
  max-width: 100%;
  display: block
}

svg {
  display: block
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto
}

/* HEADER */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(223, 230, 240, .9);
  backdrop-filter: blur(18px)
}

.header-container {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 850;
  color: var(--navy);
  letter-spacing: -.02em
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(145deg, #f1f6ff, #e5efff);
  color: var(--primary);
  border: 1px solid #dce8fb;
  box-shadow: 0 8px 22px rgba(13, 91, 234, .08)
}

.brand-mark svg {
  width: 24px
}

.brand-name span {
  color: var(--primary)
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 25px;
  font-size: .9rem;
  font-weight: 580
}

.nav a {
  position: relative;
  transition: color .16s ease
}

.nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  border-radius: 2px;
  background: var(--primary);
  transition: right .18s ease
}

.nav a:not(.nav-cta):hover::after {
  right: 0
}

.nav a:hover {
  color: var(--primary)
}

.nav-cta,
.primary-action,
.secondary-action,
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 19px;
  border-radius: 9px;
  font-weight: 750;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease
}

.nav-cta,
.primary-action {
  background: linear-gradient(135deg, var(--primary), #176fe6);
  color: #fff;
  border: 1px solid var(--primary);
  box-shadow: 0 9px 24px rgba(13, 91, 234, .16)
}

.nav-cta:hover,
.primary-action:hover {
  background: var(--primary-hover);
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(13, 91, 234, .21)
}

.secondary-action {
  background: #fff;
  color: var(--navy);
  border: 1px solid var(--border)
}

.secondary-action:hover {
  border-color: #becbe0;
  transform: translateY(-1px)
}

/* HERO */
.hero {
  position: relative;
  padding: 108px 0 98px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%)
}

.hero::after {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  right: -170px;
  top: -220px;
  background: radial-gradient(circle, rgba(13, 91, 234, .11), rgba(13, 91, 234, 0) 68%);
  pointer-events: none
}

.hero-grid-pattern {
  position: absolute;
  inset: 0;
  opacity: .42;
  background-image: linear-gradient(rgba(13, 91, 234, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(13, 91, 234, .035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to right, transparent 0%, #000 50%, #000 100%);
  pointer-events: none
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  align-items: center;
  gap: 82px
}

.hero-kicker,
.eyebrow,
.section-label,
.service-category {
  color: var(--primary);
  font-size: .75rem;
  font-weight: 820;
  letter-spacing: .115em;
  text-transform: uppercase
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 9px
}

.signal-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 6px rgba(13, 91, 234, .08)
}

.hero h1 {
  max-width: 820px;
  margin: 20px 0 0;
  color: var(--navy);
  font-size: clamp(3.3rem, 5vw, 5.15rem);
  line-height: 1.01;
  letter-spacing: -.056em
}

.hero h1 span {
  color: var(--primary)
}

.hero-description {
  max-width: 720px;
  margin: 27px 0 0;
  color: var(--muted);
  font-size: 1.07rem;
  line-height: 1.82
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px
}

.hero-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 22px;
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid var(--border);
  color: #52627b;
  font-size: .82rem;
  font-weight: 650
}

.hero-assurance span {
  display: flex;
  align-items: center;
  gap: 7px
}

.hero-assurance svg {
  width: 17px;
  height: 17px;
  color: var(--primary)
}

.hero-visual {
  display: grid;
  place-items: center;
  min-height: 440px
}

.security-visual {
  position: relative;
  width: min(100%, 410px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #fff 0 35%, #f2f7ff 36% 58%, #e8f1ff 59% 100%);
  box-shadow: inset 0 0 0 1px #dce8fb, 0 35px 80px rgba(7, 24, 55, .08)
}

.orbit {
  position: absolute;
  border: 1px solid rgba(13, 91, 234, .22);
  border-radius: 50%
}

.orbit-one {
  inset: 42px
}

.orbit-two {
  inset: 76px;
  border-style: dashed;
  opacity: .7
}

.security-shield {
  position: relative;
  z-index: 2;
  width: 174px;
  height: 194px;
  display: grid;
  place-items: center;
  border-radius: 42% 42% 50% 50%/26% 26% 58% 58%;
  background: linear-gradient(145deg, #176fe6, var(--primary-dark));
  color: #fff;
  box-shadow: 0 28px 60px rgba(13, 91, 234, .25)
}

.security-shield::after {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: inherit
}

.security-shield svg {
  width: 77px
}

.visual-node {
  position: absolute;
  z-index: 3;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid #d8e5fb;
  border-radius: 16px;
  background: rgba(255, 255, 255, .96);
  color: var(--primary);
  box-shadow: 0 14px 32px rgba(31, 60, 110, .1)
}

.visual-node svg {
  width: 26px
}

.node-code {
  top: 42px;
  left: 24px
}

.node-risk {
  top: 78px;
  right: 2px
}

.node-layers {
  bottom: 31px;
  right: 50px
}

.visual-caption {
  position: absolute;
  color: #7c8da8;
  font-size: .61rem;
  font-weight: 800;
  letter-spacing: .13em
}

.caption-1 {
  left: 28px;
  bottom: 105px
}

.caption-2 {
  right: 55px;
  top: 25px
}

.caption-3 {
  bottom: 21px;
  left: 105px
}

/* TRUST STRIP */
.trust-strip {
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: #fff
}

.trust-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr)
}

.trust-strip-grid>div {
  padding: 22px 24px;
  border-right: 1px solid var(--border)
}

.trust-strip-grid>div:first-child {
  padding-left: 0
}

.trust-strip-grid>div:last-child {
  border-right: 0;
  padding-right: 0
}

.trust-strip strong {
  display: block;
  color: var(--navy);
  font-size: .9rem
}

.trust-strip span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: .74rem;
  line-height: 1.45
}

/* COMMON */
.section-heading {
  max-width: 780px;
  margin-bottom: 46px
}

.section-heading-wide {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: 70px;
  align-items: end
}

.section-heading-wide p {
  margin: 0 0 3px
}

.section-heading h2,
.service-section h2,
.frameworks h2,
.expertise h2 {
  margin: 12px 0 0;
  color: var(--navy);
  font-size: clamp(2rem, 3vw, 2.9rem);
  letter-spacing: -.04em;
  line-height: 1.12
}

.section-heading p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.76
}

/* SERVICES */
.services {
  padding: 102px 0;
  background: linear-gradient(180deg, var(--soft) 0%, #f9fbfe 100%)
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 37px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: #fff;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease
}

.service-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), transparent 72%)
}

.service-card::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  right: -110px;
  bottom: -110px;
  background: radial-gradient(circle, var(--primary-light), transparent 70%);
  pointer-events: none
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: #cfdaea
}

.service-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px
}

.service-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(145deg, #f2f7ff, #e8f1ff);
  border: 1px solid #dce8fb;
  color: var(--primary)
}

.service-icon svg {
  width: 28px
}

.service-code {
  color: #99a8bd;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .12em
}

.service-card h3 {
  margin: 25px 0 0;
  color: var(--navy);
  font-size: 1.55rem;
  letter-spacing: -.025em
}

.service-card p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.75
}

.tag-list,
.framework-list,
.footer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px
}

.tag-list {
  margin-top: auto;
  padding-top: 27px
}

.service-buttons a {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 39px;
  padding: 0 13px;
  border: 1px solid #d8e2ef;
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
  font-size: .78rem;
  font-weight: 750;
  box-shadow: 0 3px 10px rgba(7, 24, 55, .025);
  transition: color .16s, border-color .16s, background .16s, transform .16s
}

.service-buttons a:hover {
  color: var(--primary);
  border-color: #aec8f2;
  background: var(--primary-light);
  transform: translateY(-1px)
}

/* EXPERTISE */
.expertise {
  padding: 105px 0;
  background: var(--navy);
  color: #fff;
  position: relative;
  overflow: hidden
}

.expertise::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 52px 52px
}

.expertise-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(500px, 1.2fr);
  gap: 82px;
  align-items: center
}

.expertise .section-label {
  color: #8fb8ff
}

.expertise h2 {
  color: #fff;
  max-width: 570px
}

.expertise-copy p {
  max-width: 600px;
  margin: 21px 0 0;
  color: rgba(255, 255, 255, .66);
  line-height: 1.8
}

.text-arrow {
  display: inline-flex;
  gap: 8px;
  margin-top: 28px;
  color: #fff;
  font-weight: 750
}

.text-arrow span {
  color: #8fb8ff
}

.expertise-cards {
  display: grid;
  gap: 12px
}

.expertise-cards article {
  display: grid;
  grid-template-columns: 52px 1fr;
  column-gap: 17px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 14px;
  background: rgba(255, 255, 255, .045)
}

.expertise-cards article>span {
  grid-row: 1/3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(143, 184, 255, .3);
  border-radius: 10px;
  color: #8fb8ff;
  font-size: .73rem;
  font-weight: 850
}

.expertise-cards h3 {
  margin: 1px 0 0;
  font-size: 1.02rem
}

.expertise-cards p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, .58);
  font-size: .86rem;
  line-height: 1.58
}

/* STANDARDS */
.standards {
  padding: 95px 0 100px;
  background: #fff
}

.standards-heading {
  max-width: 760px
}

.standards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px
}

.standard {
  min-height: 155px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 25px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #fcfdff);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease
}

.standard:hover {
  transform: translateY(-4px);
  border-color: #cbd8e9;
  box-shadow: 0 16px 42px rgba(7, 24, 55, .07)
}

.standard img {
  max-width: 200px;
  max-height: 68px;
  object-fit: contain
}

.standard-owasp img {
  width: 185px
}

.standard-nist img {
  width: 155px
}

.standard span {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em
}

.standards-note {
  margin: 20px 0 0;
  color: #8b98aa;
  font-size: .72rem;
  line-height: 1.55
}

/* SERVICE PAGES */
.service-hero {
  position: relative;
  padding: 98px 0;
  border-bottom: 1px solid var(--border);
  overflow: hidden;
  background: linear-gradient(125deg, #fff 0%, #fff 58%, #f3f7ff 100%)
}

.service-hero::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 42%;
  height: 100%;
  background-image: linear-gradient(rgba(13, 91, 234, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(13, 91, 234, .04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to right, transparent, #000)
}

.service-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  align-items: center;
  gap: 70px
}

.service-hero h1 {
  margin: 17px 0 0;
  color: var(--navy);
  font-size: clamp(3rem, 5vw, 4.8rem);
  line-height: 1.03;
  letter-spacing: -.05em
}

.service-hero h2 {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--primary);
  font-size: 1.4rem;
  line-height: 1.45
}

.service-hero p {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.8
}

.service-visual {
  display: grid;
  place-items: center
}

.service-main-icon {
  position: relative;
  width: 215px;
  height: 215px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 37%, #edf4ff 38% 100%);
  border: 1px solid #dce8fb;
  color: var(--primary);
  box-shadow: 0 30px 65px rgba(13, 91, 234, .12)
}

.service-main-icon::after {
  content: "";
  position: absolute;
  inset: 25px;
  border: 1px dashed rgba(13, 91, 234, .24);
  border-radius: 50%
}

.service-main-icon svg {
  position: relative;
  z-index: 1;
  width: 88px
}

.service-section {
  padding: 92px 0
}

.service-section-soft {
  background: linear-gradient(180deg, var(--soft), #fbfcfe)
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 38px
}

.feature-card {
  position: relative;
  padding: 29px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  transition: transform .17s ease, box-shadow .17s ease
}

.feature-card::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 0;
  width: 44px;
  height: 2px;
  background: var(--primary)
}

.feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(7, 24, 55, .06)
}

.feature-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.15rem
}

.feature-card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.72
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px
}

.step {
  padding: 24px 21px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff
}

.step-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--primary-light);
  color: var(--primary);
  font-size: .72rem;
  font-weight: 850
}

.step h3 {
  margin: 16px 0 0;
  color: var(--navy)
}

.step p {
  color: var(--muted);
  line-height: 1.65
}

.deliverables {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 28px;
  margin-top: 32px
}

.deliverable {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border)
}

.check {
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: var(--primary-light);
  color: var(--primary);
  font-weight: 900
}

.frameworks {
  padding: 60px 0 86px;
  text-align: center
}

.framework-list {
  justify-content: center;
  margin-top: 25px
}

.framework-list span {
  padding: 8px 12px;
  border: 1px solid var(--border);
  border-radius: 7px;
  background: #fff;
  color: var(--navy);
  font-size: .78rem;
  font-weight: 700
}

/* CTA */
.cta {
  padding: 0 0 96px
}

.cta-box {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 45px;
  border-radius: 22px;
  background: linear-gradient(120deg, var(--navy), #0c2b59);
  color: #fff;
  box-shadow: var(--shadow-strong)
}

.cta-box::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -110px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(143, 184, 255, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 35px rgba(143, 184, 255, .03), 0 0 0 70px rgba(143, 184, 255, .02)
}

.cta-box>div,
.cta-button {
  position: relative;
  z-index: 1
}

.cta-box .section-label {
  color: #8fb8ff
}

.cta-box h2 {
  max-width: 760px;
  margin: 10px 0 0;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  letter-spacing: -.03em
}

.cta-box p {
  max-width: 700px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .62);
  line-height: 1.65
}

.cta-button {
  flex: 0 0 auto;
  background: #fff;
  color: var(--navy);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .14)
}

/* FOOTER */
.footer {
  padding: 67px 0 25px;
  background: #06142e;
  color: #fff
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr 1fr;
  gap: 55px;
  padding-bottom: 43px
}

.footer h3 {
  margin: 0 0 16px;
  font-size: .95rem;
  letter-spacing: .01em
}

.footer p,
.footer a {
  color: rgba(255, 255, 255, .66);
  line-height: 1.68;
  font-size: .87rem
}

.footer a:hover {
  color: #fff
}

.footer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}

.footer-tags span {
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: .72rem
}

.footer-tags-p span {
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 6px;
  color: rgba(255, 255, 255, 13);
  font-size: .72rem
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 21px;
  border-top: 1px solid rgba(255, 255, 255, .09);
  color: rgba(255, 255, 255, .42);
  font-size: .76rem
}

/* CONTACT PAGE */
.contact-page {
  background: linear-gradient(180deg, #fff 0%, var(--soft) 100%)
}

.contact-hero {
  position: relative;
  padding: 90px 0 105px;
  overflow: hidden
}

.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(13, 91, 234, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(13, 91, 234, .025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to right, #000, transparent 70%)
}

.contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  gap: 72px;
  align-items: start
}

.contact-copy {
  padding-top: 25px
}

.contact-copy h1 {
  margin: 16px 0 0;
  color: var(--navy);
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  line-height: 1.03;
  letter-spacing: -.045em
}

.contact-copy>p {
  max-width: 600px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.8
}

.contact-direct {
  margin-top: 34px;
  padding: 22px;
  border: 1px solid var(--border);
  border-left: 3px solid var(--primary);
  border-radius: 0 12px 12px 0;
  background: #fff
}

.contact-direct span {
  display: block;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: .08em
}

.contact-direct a {
  display: inline-block;
  margin-top: 8px;
  color: var(--primary);
  font-weight: 800
}

.contact-card {
  padding: 36px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow)
}

.contact-form {
  display: grid;
  gap: 22px
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px
}

.form-field {
  display: grid;
  gap: 8px
}

.form-field label {
  color: var(--navy);
  font-size: .9rem;
  font-weight: 700
}

.form-field label span {
  color: #b42318
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--border);
  border-radius: 9px;
  background: #fff;
  color: var(--text);
  font: inherit;
  outline: none;
  transition: border-color .16s ease, box-shadow .16s ease
}

.form-field textarea {
  min-height: 165px;
  resize: vertical;
  line-height: 1.6
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #98a2b3
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(13, 91, 234, .1)
}

.form-field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 42px
}

.form-field small {
  color: var(--muted);
  font-size: .78rem
}

.form-submit {
  min-height: 49px;
  border: 1px solid var(--primary);
  border-radius: 9px;
  background: linear-gradient(135deg, var(--primary), #176fe6);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(13, 91, 234, .16);
  transition: background .16s ease, transform .16s ease
}

.form-submit:hover {
  background: var(--primary-hover);
  transform: translateY(-1px)
}

.form-note {
  margin: 0;
  text-align: center;
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.5
}

.hp-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important
}

.status-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 30px;
  background: var(--soft)
}

.status-card {
  width: min(100%, 680px);
  padding: 44px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow)
}

.status-card.success {
  border-top: 4px solid #16803c
}

.status-card.error {
  border-top: 4px solid #b42318
}

.status-card h1 {
  margin: 14px 0 0;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3rem)
}

.status-card p {
  color: var(--muted);
  line-height: 1.75
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(13, 91, 234, .3);
  outline-offset: 3px
}

@media(max-width:1050px) {

  .hero-grid,
  .service-hero-grid {
    grid-template-columns: 1fr
  }

  .hero-visual {
    min-height: 370px
  }

  .section-heading-wide,
  .expertise-grid {
    grid-template-columns: 1fr;
    gap: 35px
  }

  .expertise-cards {
    max-width: 760px
  }

  .feature-grid {
    grid-template-columns: 1fr
  }

  .steps {
    grid-template-columns: repeat(2, 1fr)
  }

  .trust-strip-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .trust-strip-grid>div:nth-child(2) {
    border-right: 0
  }

  .trust-strip-grid>div:nth-child(-n+2) {
    border-bottom: 1px solid var(--border)
  }

  .standards-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:800px) {
  .header-container {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 16px
  }

  .nav {
    justify-content: flex-start;
    gap: 14px 18px
  }

  .services-grid,
  .footer-grid,
  .deliverables {
    grid-template-columns: 1fr
  }

  .cta-box,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start
  }

  .contact-layout {
    grid-template-columns: 1fr
  }

  .contact-copy {
    padding-top: 0
  }
}

@media(max-width:640px) {
  .container {
    width: min(calc(100% - 28px), var(--container))
  }

  .hero {
    padding: 72px 0 76px
  }

  .hero h1 {
    font-size: 2.75rem
  }

  .hero-visual {
    min-height: 310px
  }

  .security-visual {
    width: 300px
  }

  .security-shield {
    width: 142px;
    height: 160px
  }

  .visual-caption {
    display: none
  }

  .trust-strip-grid,
  .standards-grid {
    grid-template-columns: 1fr
  }

  .trust-strip-grid>div {
    padding: 17px 0;
    border-right: 0;
    border-bottom: 1px solid var(--border)
  }

  .trust-strip-grid>div:last-child {
    border-bottom: 0
  }

  .service-card {
    padding: 27px;
    min-height: 0
  }

  .services {
    padding: 78px 0
  }

  .expertise {
    padding: 82px 0
  }

  .expertise-cards article {
    grid-template-columns: 45px 1fr;
    padding: 20px 18px
  }

  .service-section {
    padding: 72px 0
  }

  .steps {
    grid-template-columns: 1fr
  }

  .service-main-icon {
    width: 165px;
    height: 165px
  }

  .service-main-icon svg {
    width: 70px
  }

  .cta-box {
    padding: 31px
  }

  .contact-hero {
    padding: 58px 0 75px
  }

  .contact-card {
    padding: 25px 20px
  }

  .form-grid {
    grid-template-columns: 1fr
  }

  .contact-copy h1 {
    font-size: 2.7rem
  }
}

/* =========================================================
   SERVICE PAGES — SPECIALIZED CYBERSECURITY EXPERIENCE
   ========================================================= */
.service-page {
  background: #fff
}

.service-hero-premium {
  padding: 102px 0 88px;
  background: linear-gradient(125deg, #fff 0%, #fff 52%, #f2f7ff 100%)
}

.service-grid-pattern {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(13, 91, 234, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(13, 91, 234, .035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, transparent 0%, transparent 42%, #000 100%);
  pointer-events: none
}

.service-hero-copy {
  position: relative;
  z-index: 2
}

.service-hero-premium .service-hero-copy>p {
  max-width: 790px
}

.service-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 35px;
  padding-top: 24px;
  border-top: 1px solid var(--border)
}

.service-facts div {
  padding-right: 13px;
  border-right: 1px solid var(--border)
}

.service-facts div:last-child {
  border-right: 0
}

.service-facts span {
  display: block;
  color: #8290a6;
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase
}

.service-facts strong {
  display: block;
  margin-top: 7px;
  color: var(--navy);
  font-size: .82rem;
  line-height: 1.45
}

.service-visual-premium {
  position: relative;
  min-height: 370px
}

.service-visual-premium::before {
  content: "";
  position: absolute;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(13, 91, 234, .11), rgba(13, 91, 234, 0) 68%)
}

.service-visual-premium .service-main-icon {
  z-index: 3;
  width: 225px;
  height: 225px;
  background: linear-gradient(145deg, #fff, #edf4ff);
  box-shadow: 0 32px 70px rgba(13, 91, 234, .14), inset 0 0 0 1px #dce8fb
}

.service-visual-premium .service-main-icon::after {
  inset: 29px;
  border-style: solid;
  opacity: .6
}

.service-visual-premium .service-main-icon svg {
  width: 94px;
  stroke-width: 1.45
}

.service-orbit {
  position: absolute;
  border: 1px solid rgba(13, 91, 234, .18);
  border-radius: 50%;
  z-index: 1
}

.orbit-a {
  width: 300px;
  height: 300px
}

.orbit-b {
  width: 350px;
  height: 350px;
  border-style: dashed;
  opacity: .65
}

.service-visual-label {
  position: absolute;
  z-index: 4;
  bottom: 25px;
  padding: 7px 11px;
  border: 1px solid #dce7f6;
  border-radius: 6px;
  background: rgba(255, 255, 255, .88);
  color: #7586a0;
  font-size: .58rem;
  font-weight: 850;
  letter-spacing: .14em;
  box-shadow: 0 8px 24px rgba(7, 24, 55, .06)
}

.service-overview {
  border-bottom: 1px solid var(--border);
  background: #fff
}

.service-overview-grid {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding-block: 31px
}

.overview-marker {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: var(--primary-light);
  color: var(--primary);
  border: 1px solid #dce8fb
}

.overview-marker svg {
  width: 28px
}

.service-overview p {
  max-width: 1010px;
  margin: 7px 0 0;
  color: #4f6078;
  font-size: .97rem;
  line-height: 1.76
}

.service-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .55fr);
  gap: 65px;
  align-items: end
}

.service-section-heading>p {
  margin: 0 0 2px;
  color: var(--muted);
  line-height: 1.73
}

.feature-card-icon {
  min-height: 250px;
  padding-top: 27px
}

.feature-card-icon::before {
  display: none
}

.feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 13px;
  background: linear-gradient(145deg, #f2f7ff, #e8f1ff);
  border: 1px solid #dce8fb;
  color: var(--primary)
}

.feature-icon svg {
  width: 24px
}

.feature-card-icon h3 {
  margin-top: 0
}

.methodology-section {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: #fff
}

.methodology-section::after {
  content: "";
  position: absolute;
  right: -140px;
  top: -160px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  border: 1px solid rgba(143, 184, 255, .12);
  box-shadow: 0 0 0 55px rgba(143, 184, 255, .025), 0 0 0 110px rgba(143, 184, 255, .018)
}

.methodology-section .container {
  position: relative;
  z-index: 1
}

.methodology-section .section-label {
  color: #8fb8ff
}

.methodology-section h2 {
  color: #fff
}

.section-intro {
  max-width: 760px;
  color: rgba(255, 255, 255, .64);
  line-height: 1.76
}

.methodology-section .step {
  border-color: rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .045)
}

.methodology-section .step-number {
  background: rgba(143, 184, 255, .12);
  color: #9dc0ff
}

.methodology-section .step h3 {
  color: #fff
}

.methodology-section .step p {
  color: rgba(255, 255, 255, .61)
}

.deliverable-layout {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(500px, 1.25fr);
  gap: 75px;
  align-items: start
}

.deliverable-copy p {
  color: var(--muted);
  line-height: 1.76
}

.deliverables-panel {
  margin-top: 0;
  padding: 9px 26px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 45px rgba(7, 24, 55, .045)
}

.service-frameworks {
  padding-top: 74px
}

.service-frameworks>div>p {
  max-width: 700px;
  margin: 15px auto 0;
  color: var(--muted);
  line-height: 1.72
}

/* Give each service a subtle visual signature while keeping one brand system */
.service-pentesting .service-main-icon,
.service-hacking .service-main-icon {
  color: #075bd8
}

.service-iso .service-main-icon {
  color: #124fbc
}

.service-consulting .service-main-icon {
  color: #1d5fae
}

.service-securedev .service-main-icon,
.service-ssdlc .service-main-icon,
.service-devsecops .service-main-icon {
  color: #0869d8
}

.service-ai .service-main-icon {
  color: #3a54c5
}

@media(max-width:1050px) {

  .service-section-heading,
  .deliverable-layout {
    grid-template-columns: 1fr;
    gap: 25px
  }

  .deliverable-layout {
    gap: 35px
  }

  .service-visual-premium {
    min-height: 330px
  }

  .service-facts {
    max-width: 820px
  }
}

@media(max-width:800px) {
  .service-facts {
    grid-template-columns: 1fr;
    gap: 0
  }

  .service-facts div {
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid var(--border)
  }

  .service-facts div:last-child {
    border-bottom: 0
  }

  .service-overview-grid {
    grid-template-columns: 1fr
  }

  .overview-marker {
    width: 50px;
    height: 50px
  }

  .deliverables-panel {
    padding: 8px 20px
  }
}

@media(max-width:640px) {
  .service-hero-premium {
    padding: 70px 0 65px
  }

  .service-visual-premium {
    min-height: 280px
  }

  .service-visual-premium .service-main-icon {
    width: 165px;
    height: 165px
  }

  .orbit-a {
    width: 220px;
    height: 220px
  }

  .orbit-b {
    width: 260px;
    height: 260px
  }

  .service-visual-label {
    bottom: 8px
  }

  .feature-card-icon {
    min-height: 0
  }
}

/* BRAND LOGO */
.brand {
  gap: 0;
  flex: 0 0 auto
}

.brand-logo {
  display: block;
  width: auto;
  height: 56px;
  max-width: 235px;
  object-fit: contain;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 10px 14px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .12);
}

.footer-brand img {
  display: block;
  width: auto;
  height: 48px;
  max-width: 210px;
  object-fit: contain;
}

.footer .footer-grid>section:first-child p {
  max-width: 340px
}

@media (max-width:900px) {
  .brand-logo {
    height: 52px;
    max-width: 218px
  }
}

@media (max-width:800px) {
  .brand-logo {
    height: 48px;
    max-width: 205px
  }
}

@media (max-width:640px) {
  .brand-logo {
    height: 44px;
    max-width: 185px
  }

  .footer-brand img {
    height: 43px;
    max-width: 185px
  }
}


/* INSTAGRAM ACCESS */
.header-instagram {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
  color: var(--navy);
  box-shadow: 0 6px 18px rgba(7, 24, 55, .05);
  transition: color .16s ease, border-color .16s ease, background .16s ease, transform .16s ease, box-shadow .16s ease;
}

.header-instagram svg {
  width: 20px;
  height: 20px
}

.header-instagram:hover {
  color: var(--primary);
  border-color: #b8cdf0;
  background: var(--primary-light);
  transform: translateY(-1px);
  box-shadow: 0 9px 22px rgba(13, 91, 234, .10);
}

.header-instagram::after {
  display: none !important
}

.footer-instagram {
  display: inline-flex !important;
  align-items: center;
  gap: 9px;
  margin-top: 8px;
  color: rgba(255, 255, 255, .82) !important;
  font-weight: 700;
}

.footer-instagram svg {
  width: 19px;
  height: 19px;
  color: #8fb8ff;
}

.footer-instagram:hover {
  color: #fff !important
}

@media(max-width:800px) {
  .header-instagram {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
}

/* MOTION SYSTEM V2 */
:root {
  --ease-premium: cubic-bezier(.22, .61, .36, 1)
}

.hero-slider {
  position: relative;
  min-height: 650px;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%)
}

.hero-slider-track {
  position: relative;
  min-height: 650px
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 88px 0 110px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(42px);
  transition: opacity .7s var(--ease-premium), transform .8s var(--ease-premium), visibility .8s;
  pointer-events: none
}

.hero-slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto
}

.hero-slide .hero-copy>* {
  opacity: 0;
  transform: translateY(22px)
}

.hero-slide.is-active .hero-copy>* {
  animation: heroIn .72s var(--ease-premium) forwards
}

.hero-slide.is-active .hero-copy>*:nth-child(2) {
  animation-delay: .08s
}

.hero-slide.is-active .hero-copy>*:nth-child(3) {
  animation-delay: .15s
}

.hero-slide.is-active .hero-copy>*:nth-child(4) {
  animation-delay: .22s
}

.hero-slide.is-active .hero-copy>*:nth-child(5) {
  animation-delay: .29s
}

@keyframes heroIn {
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.hero-slide-visual {
  position: relative;
  min-height: 410px;
  display: grid;
  place-items: center
}

.visual-glow {
  position: absolute;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 98, 232, .16), rgba(15, 98, 232, 0) 68%);
  animation: breathe 4.5s ease-in-out infinite
}

.hero-icon-core {
  position: relative;
  z-index: 3;
  width: 178px;
  height: 178px;
  display: grid;
  place-items: center;
  border-radius: 34px;
  background: linear-gradient(145deg, #0a65e8, #073d9b);
  color: #fff;
  box-shadow: 0 35px 80px rgba(5, 58, 150, .25);
  transform: rotate(-3deg)
}

.hero-icon-core svg {
  width: 82px;
  height: 82px
}

.visual-target .hero-icon-core {
  border-radius: 50%
}

.visual-code .hero-icon-core {
  background: linear-gradient(145deg, #132d5d, #0c65d8)
}

.visual-tag {
  position: absolute;
  z-index: 4;
  padding: 7px 11px;
  border: 1px solid #d9e6fb;
  border-radius: 7px;
  background: rgba(255, 255, 255, .94);
  color: #0a4cab;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  box-shadow: 0 12px 28px rgba(12, 48, 100, .07)
}

.tag-a {
  left: 7%;
  top: 22%
}

.tag-b {
  right: 3%;
  top: 44%
}

.tag-c {
  left: 19%;
  bottom: 14%
}

.visual-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(15, 98, 232, .18);
  animation: ringPulse 3.8s ease-in-out infinite
}

.ring-1 {
  width: 270px;
  height: 270px
}

.ring-2 {
  width: 350px;
  height: 350px;
  animation-delay: .7s
}

.code-orbit {
  position: absolute;
  right: 13%;
  bottom: 16%;
  z-index: 4;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: #fff;
  color: var(--primary);
  border: 1px solid #dce8fb;
  box-shadow: 0 15px 30px rgba(7, 24, 55, .08);
  animation: floatSmall 3.5s ease-in-out infinite
}

.code-orbit svg {
  width: 27px
}

@keyframes breathe {
  50% {
    transform: scale(1.08);
    opacity: .72
  }
}

@keyframes ringPulse {
  50% {
    transform: scale(1.06);
    opacity: .45
  }
}

@keyframes floatSmall {
  50% {
    transform: translateY(-9px)
  }
}

.hero-slider-controls {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 20;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 13px;
  pointer-events: none
}

.slider-arrow,
.slider-dot {
  pointer-events: auto;
  border: 0;
  cursor: pointer
}

.slider-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  border: 1px solid var(--border);
  box-shadow: 0 8px 20px rgba(7, 24, 55, .06);
  transition: all .2s ease
}

.slider-arrow:hover {
  background: var(--navy);
  color: #fff;
  transform: translateY(-2px)
}

.slider-dots {
  display: flex;
  gap: 7px
}

.slider-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 99px;
  background: #b8c5d8;
  transition: width .25s ease, background .25s ease
}

.slider-dot.is-active {
  width: 28px;
  background: var(--primary)
}

.services-showcase {
  position: relative;
  overflow: hidden;
  padding: 98px 0 108px;
  background: #f8faff
}

.services-pattern {
  position: absolute;
  inset: 0;
  opacity: .38;
  background-image: radial-gradient(circle at 1px 1px, rgba(12, 74, 160, .09) 1px, transparent 0);
  background-size: 24px 24px
}

.services-showcase .container {
  position: relative;
  z-index: 1
}

.services-showcase-heading {
  text-align: center;
  margin-inline: auto
}

.services-showcase-heading p {
  margin-inline: auto;
  max-width: 850px
}

.service-showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 50px
}

.service-showcase-card {
  position: relative;
  min-height: 292px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 26px 28px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  box-shadow: 0 14px 35px rgba(7, 24, 55, .04);
  overflow: hidden;
  transition: transform .35s var(--ease-premium), box-shadow .35s var(--ease-premium), border-color .35s ease
}

.service-showcase-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--primary), #3c87ef);
  transform: scaleX(.14);
  transform-origin: left;
  transition: transform .4s var(--ease-premium)
}

.service-showcase-card:hover {
  transform: translateY(-9px);
  border-color: #cbdaf0;
  box-shadow: 0 28px 55px rgba(7, 24, 55, .1)
}

.service-showcase-card:hover::after {
  transform: scaleX(1)
}

.service-showcase-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 25px;
  color: #5d6f89;
  transition: color .28s ease, transform .35s var(--ease-premium)
}

.service-showcase-icon svg {
  width: 37px;
  height: 37px
}

.service-showcase-card:hover .service-showcase-icon {
  color: var(--primary);
  transform: translateY(-3px) scale(1.04)
}

.service-showcase-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.1rem
}

.service-showcase-card p {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.7
}

.service-card-arrow {
  margin-top: auto;
  padding-top: 20px;
  color: var(--primary);
  font-size: .82rem;
  font-weight: 750;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity .25s ease, transform .25s ease
}

.service-showcase-card:hover .service-card-arrow {
  opacity: 1;
  transform: translateY(0)
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s var(--ease-premium), transform .7s var(--ease-premium)
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0)
}

.standard {
  transition: transform .32s var(--ease-premium), box-shadow .32s ease, border-color .32s ease
}

.standard:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 42px rgba(7, 24, 55, .08);
  border-color: #cad8ea
}

.expertise-cards article {
  transition: transform .32s var(--ease-premium), box-shadow .32s ease
}

.expertise-cards article:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(7, 24, 55, .08)
}

@media(max-width:1050px) {
  .service-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .hero-slider,
  .hero-slider-track {
    min-height: 800px
  }

  .hero-slide {
    padding-top: 70px
  }

  .hero-slide-visual {
    min-height: 300px
  }
}

@media(max-width:700px) {
  .service-showcase-grid {
    grid-template-columns: 1fr
  }

  .service-showcase-card {
    min-height: 245px
  }

  .hero-slider,
  .hero-slider-track {
    min-height: 860px
  }

  .hero-slide {
    align-items: flex-start;
    padding-top: 58px
  }

  .hero-slide-visual {
    min-height: 265px
  }

  .hero-icon-core {
    width: 135px;
    height: 135px
  }

  .hero-icon-core svg {
    width: 60px;
    height: 60px
  }

  .visual-glow {
    width: 240px;
    height: 240px
  }

  .hero-slider-controls {
    bottom: 20px
  }
}

@media(prefers-reduced-motion:reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important
  }

  .reveal-on-scroll {
    opacity: 1;
    transform: none
  }
}


/* --- Slider hero with photographic backgrounds --- */
.hero.hero-slider {
  background: #09162f
}

.hero-slider .hero-grid {
  grid-template-columns: minmax(0, 760px);
  min-height: 680px;
  align-items: center
}

.hero-slide {
  position: absolute;
  inset: 0;
  overflow: hidden
}

.hero-slide>.container {
  position: relative;
  z-index: 2
}

.hero-slide-photo::before,
.hero-slide-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none
}

.hero-slide-photo::before {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.02)
}

.hero-slide-photo-1::before {
  background-image: url('assets/slider-01-cyber-team.png')
}

.hero-slide-photo-2::before {
  background-image: url('assets/slider-02-cyber-ops.png')
}

.hero-slide-photo-3::before {
  background-image: url('assets/slider-03-cyber-collaboration.png')
}

.hero-slide-photo::after {
  background:
    linear-gradient(90deg, rgba(6, 19, 43, .90) 0%, rgba(7, 23, 51, .82) 34%, rgba(9, 29, 63, .55) 56%, rgba(9, 29, 63, .18) 74%, rgba(9, 29, 63, .12) 100%),
    linear-gradient(180deg, rgba(4, 14, 33, .20) 0%, rgba(4, 14, 33, .48) 100%);
}

.hero-slide .hero-copy {
  position: relative;
  z-index: 3;
  max-width: 760px
}

.hero-slide .hero-copy>* {
  position: relative;
  z-index: 3
}

.hero-slider .hero-kicker {
  color: #9fc4ff
}

.hero-slider .signal-dot {
  background: #8cc4ff;
  box-shadow: 0 0 0 6px rgba(140, 196, 255, .12)
}

.hero-slider h1 {
  color: #fff;
  max-width: 760px;
  text-shadow: 0 12px 32px rgba(0, 0, 0, .22)
}

.hero-slider h1 span {
  color: #a9d0ff
}

.hero-slider .hero-description {
  color: rgba(255, 255, 255, .88);
  max-width: 700px
}

.hero-slider .hero-assurance {
  color: rgba(255, 255, 255, .82);
  border-top: 1px solid rgba(255, 255, 255, .16)
}

.hero-slider .hero-assurance span {
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(6px)
}

.hero-slider .secondary-action {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .22);
  color: #fff
}

.hero-slider .secondary-action:hover {
  background: rgba(255, 255, 255, .16);
  color: #fff
}

.hero-slide-visual {
  display: none
}

.hero-grid-pattern {
  display: none
}

.hero-slider-controls {
  position: absolute;
  inset: 0;
  left: 0;
  transform: none;
  z-index: 15;
  pointer-events: none
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  color: var(--navy);
  border: 1px solid rgba(255, 255, 255, .78);
  box-shadow: 0 16px 36px rgba(4, 14, 33, .18);
  font-size: 1.35rem;
  font-weight: 700
}

.slider-prev {
  left: 10px
}

.slider-next {
  right: 10px
}

.slider-arrow:hover {
  background: #fff;
  color: var(--primary);
  transform: translateY(-50%) scale(1.03)
}

.slider-dots {
  display: none !important
}

@media (max-width: 1050px) {
  .hero-slider .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    min-height: 740px
  }
}

@media (max-width: 700px) {
  .hero-slider .hero-grid {
    min-height: 760px
  }

  .slider-arrow {
    width: 46px;
    height: 46px;
    border-radius: 14px
  }

  .slider-prev {
    left: 8px
  }

  .slider-next {
    right: 8px
  }

  .hero-slider h1 {
    max-width: 94%
  }

  .hero-slider .hero-description {
    max-width: 92%
  }

  .hero-slider .hero-assurance {
    gap: 10px 10px
  }
}


/* slider-edge-fix */
@media (min-width: 1200px) {
  .hero-slider .hero-copy {
    padding-left: 6px;
  }
}


/* FINAL SLIDER EDGE CONTROLS FIX
   The controls element also has .container, so neutralize the container width/margins
   and anchor arrows to the actual viewport edges of the hero. */
.hero-slider-controls.container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

.hero-slider-controls {
  position: absolute !important;
  inset: 0 !important;
  transform: none !important;
  pointer-events: none;
}

.hero-slider-controls .slider-prev {
  left: 12px !important;
  right: auto !important;
}

.hero-slider-controls .slider-next {
  right: 12px !important;
  left: auto !important;
}

.hero-slider-controls .slider-arrow {
  top: 50% !important;
  width: 54px;
  height: 54px;
  transform: translateY(-50%) !important;
  pointer-events: auto;
}

.hero-slider-controls .slider-arrow:hover {
  transform: translateY(-50%) scale(1.03) !important;
}

@media (max-width:700px) {
  .hero-slider-controls .slider-prev {
    left: 6px !important
  }

  .hero-slider-controls .slider-next {
    right: 6px !important
  }

  .hero-slider-controls .slider-arrow {
    width: 46px;
    height: 46px
  }
}


/* =========================================================
   SERVICE PAGES — EDITORIAL / BUSINESS LAYOUT
   ========================================================= */
.service-editorial {
  background: #fff
}

.service-editorial-hero {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #071837
}

.service-hero-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.015)
}

.service-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 19, 45, .94) 0%, rgba(6, 25, 57, .88) 38%, rgba(7, 30, 67, .55) 61%, rgba(7, 30, 67, .18) 100%), linear-gradient(180deg, rgba(4, 14, 32, .08), rgba(4, 14, 32, .38))
}

.service-editorial-hero-inner {
  position: relative;
  z-index: 2;
  padding-block: 96px
}

.service-editorial-hero-copy {
  max-width: 790px
}

.service-editorial-hero .service-category {
  color: #9fc4ff
}

.service-editorial-hero h1 {
  margin: 15px 0 0;
  color: #fff;
  font-size: clamp(3.4rem, 6vw, 5.8rem);
  line-height: .98;
  letter-spacing: -.058em
}

.service-editorial-hero h2 {
  max-width: 760px;
  margin: 24px 0 0;
  color: #a9d0ff;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.45
}

.service-editorial-hero p {
  max-width: 730px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 1.03rem;
  line-height: 1.82
}

.service-editorial-hero .secondary-action {
  background: rgba(255, 255, 255, .08);
  color: #fff;
  border-color: rgba(255, 255, 255, .24)
}

.service-editorial-hero .secondary-action:hover {
  background: rgba(255, 255, 255, .16)
}

.service-stats {
  border-bottom: 1px solid var(--border);
  background: #fff
}

.service-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr)
}

.service-stat {
  min-height: 138px;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 28px 32px;
  border-right: 1px solid var(--border)
}

.service-stat:last-child {
  border-right: 0
}

.service-stat-number {
  flex: 0 0 auto;
  color: #bad1ef;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: -.04em
}

.service-stat div {
  display: grid;
  gap: 6px
}

.service-stat div span {
  color: var(--primary);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .105em;
  text-transform: uppercase
}

.service-stat strong {
  color: var(--navy);
  font-size: .96rem;
  line-height: 1.45
}

.service-story {
  padding: 105px 0
}

.service-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
  align-items: center;
  gap: 80px
}

.service-story-media {
  position: relative;
  min-height: 480px
}

.service-story-media img {
  width: 100%;
  height: 480px;
  display: block;
  object-fit: cover;
  border-radius: 4px
}

.service-story-mark {
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  border-radius: 3px;
  background: #fff;
  color: var(--primary);
  box-shadow: 0 24px 50px rgba(7, 24, 55, .13)
}

.service-story-mark svg {
  width: 58px;
  height: 58px
}

.service-story-copy h2,
.editorial-heading h2,
.timeline-heading h2,
.service-framework-strip h2 {
  margin: 12px 0 0;
  color: var(--navy);
  font-size: clamp(2.2rem, 3.8vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -.045em
}

.service-story-copy p,
.editorial-heading p {
  margin: 20px 0 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: 1rem
}

.service-editorial-section {
  padding: 100px 0;
  background: #f8faff
}

.editorial-split {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 90px;
  align-items: start
}

.editorial-heading {
  position: sticky;
  top: 120px
}

.editorial-list {
  border-top: 1px solid #dce4ef
}

.editorial-list-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 24px;
  padding: 29px 0 31px;
  border-bottom: 1px solid #dce4ef
}

.editorial-list-number {
  color: #a8bad3;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .08em
}

.editorial-list-item h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.18rem
}

.editorial-list-item p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.72
}

.service-capabilities {
  padding: 104px 0;
  background: #fff
}

.service-capabilities-heading {
  max-width: 760px
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
  margin-top: 54px
}

.capability-item {
  position: relative;
  padding-top: 22px
}

.capability-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 2px;
  background: var(--primary);
  transition: width .3s ease
}

.capability-item:hover::before {
  width: 82px
}

.capability-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--primary);
  margin-bottom: 22px
}

.capability-icon svg {
  width: 42px;
  height: 42px
}

.capability-item h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.15rem
}

.capability-item p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.72
}

.service-timeline-section {
  padding: 100px 0 110px;
  background: var(--navy);
  color: #fff
}

.timeline-heading {
  max-width: 800px
}

.timeline-heading .section-label {
  color: #8fb8ff
}

.timeline-heading h2 {
  color: #fff
}

.timeline-heading p {
  color: rgba(255, 255, 255, .65)
}

.service-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  margin-top: 58px
}

.service-timeline::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 18px;
  height: 1px;
  background: rgba(255, 255, 255, .18)
}

.timeline-step {
  position: relative;
  padding-top: 52px
}

.timeline-step::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #71a9ff;
  box-shadow: 0 0 0 7px rgba(113, 169, 255, .12)
}

.timeline-number {
  color: #8fb8ff;
  font-size: .75rem;
  font-weight: 800
}

.timeline-step h3 {
  margin: 12px 0 0;
  color: #fff;
  font-size: 1.12rem
}

.timeline-step p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .64);
  line-height: 1.7;
  font-size: .9rem
}

.service-visual-break {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed
}

.service-visual-break-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 15, 35, .90), rgba(6, 25, 56, .64), rgba(4, 15, 35, .35))
}

.service-visual-break-inner {
  position: relative;
  z-index: 2;
  max-width: 930px;
  padding-block: 80px
}

.service-visual-break .section-label {
  color: #9fc4ff
}

.service-visual-break blockquote {
  max-width: 900px;
  margin: 20px 0 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.16;
  font-weight: 730;
  letter-spacing: -.04em
}

.service-deliverables-editorial {
  padding: 105px 0;
  background: #fff
}

.deliverables-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 90px
}

.deliverables-editorial-list {
  border-top: 1px solid var(--border)
}

.deliverable-row {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 83px;
  border-bottom: 1px solid var(--border)
}

.deliverable-row>span {
  color: #9bb0cc;
  font-size: .83rem;
  font-weight: 800
}

.deliverable-row h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 680
}

.service-framework-strip {
  padding: 68px 0 78px;
  background: #f8faff;
  text-align: center
}

.service-framework-strip h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem)
}

.framework-strip-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px
}

.framework-strip-list span {
  padding: 9px 14px;
  border-bottom: 1px solid #b9c9df;
  color: var(--navy);
  font-size: .82rem;
  font-weight: 700;
  background: transparent
}

@media(max-width:1000px) {
  .service-stats-grid {
    grid-template-columns: 1fr
  }

  .service-stat {
    border-right: 0;
    border-bottom: 1px solid var(--border)
  }

  .service-stat:last-child {
    border-bottom: 0
  }

  .service-story-grid,
  .editorial-split,
  .deliverables-editorial-grid {
    grid-template-columns: 1fr;
    gap: 55px
  }

  .editorial-heading {
    position: static
  }

  .capability-grid {
    grid-template-columns: 1fr
  }

  .service-timeline {
    grid-template-columns: repeat(2, 1fr)
  }

  .service-timeline::before {
    display: none
  }
}

@media(max-width:640px) {
  .service-editorial-hero {
    min-height: 620px
  }

  .service-editorial-hero-inner {
    padding-block: 72px
  }

  .service-editorial-hero h1 {
    font-size: 3.15rem
  }

  .service-story {
    padding: 75px 0
  }

  .service-story-media,
  .service-story-media img {
    height: 330px;
    min-height: 330px
  }

  .service-story-mark {
    right: 14px;
    bottom: -24px;
    width: 92px;
    height: 92px
  }

  .service-story-mark svg {
    width: 46px;
    height: 46px
  }

  .service-editorial-section,
  .service-capabilities,
  .service-timeline-section,
  .service-deliverables-editorial {
    padding: 78px 0
  }

  .service-timeline {
    grid-template-columns: 1fr
  }

  .timeline-step {
    padding-top: 40px
  }

  .service-visual-break {
    min-height: 360px;
    background-attachment: scroll
  }

  .deliverable-row,
  .editorial-list-item {
    grid-template-columns: 50px 1fr
  }
}


/* SERVICE EDITORIAL FIXED */
.service-editorial {
  background: #fff
}

.service-editorial-hero {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #071837
}

.service-hero-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.015)
}

.service-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 19, 45, .95) 0%, rgba(6, 25, 57, .88) 38%, rgba(7, 30, 67, .56) 62%, rgba(7, 30, 67, .16) 100%)
}

.service-editorial-hero-inner {
  position: relative;
  z-index: 2;
  padding-block: 96px
}

.service-editorial-hero-copy {
  max-width: 790px
}

.service-editorial-hero .service-category {
  color: #9fc4ff
}

.service-editorial-hero h1 {
  margin: 15px 0 0;
  color: #fff;
  font-size: clamp(3.4rem, 6vw, 5.8rem);
  line-height: .98;
  letter-spacing: -.058em
}

.service-editorial-hero h2 {
  max-width: 760px;
  margin: 24px 0 0;
  color: #a9d0ff;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.45
}

.service-editorial-hero p {
  max-width: 730px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 1.03rem;
  line-height: 1.82
}

.service-editorial-hero .secondary-action {
  background: rgba(255, 255, 255, .08);
  color: #fff;
  border-color: rgba(255, 255, 255, .24)
}

.service-stats {
  border-bottom: 1px solid var(--border);
  background: #fff
}

.service-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr)
}

.service-stat {
  min-height: 138px;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 28px 32px;
  border-right: 1px solid var(--border)
}

.service-stat:last-child {
  border-right: 0
}

.service-stat-number {
  color: #bad1ef;
  font-size: 1.8rem;
  font-weight: 800
}

.service-stat div {
  display: grid;
  gap: 6px
}

.service-stat div span {
  color: var(--primary);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .105em;
  text-transform: uppercase
}

.service-stat strong {
  color: var(--navy);
  font-size: .96rem;
  line-height: 1.45
}

.service-story {
  padding: 105px 0
}

.service-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
  align-items: center;
  gap: 80px
}

.service-story-media {
  position: relative;
  min-height: 480px
}

.service-story-media img {
  width: 100%;
  height: 480px;
  display: block;
  object-fit: cover;
  border-radius: 4px
}

.service-story-mark {
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  border-radius: 3px;
  background: #fff;
  color: var(--primary);
  box-shadow: 0 24px 50px rgba(7, 24, 55, .13)
}

.service-story-mark svg {
  width: 58px;
  height: 58px
}

.service-story-copy h2,
.editorial-heading h2,
.timeline-heading h2,
.service-framework-strip h2 {
  margin: 12px 0 0;
  color: var(--navy);
  font-size: clamp(2.2rem, 3.8vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -.045em
}

.service-story-copy p,
.editorial-heading p {
  margin: 20px 0 0;
  color: var(--muted);
  line-height: 1.8
}

.service-editorial-section {
  padding: 100px 0;
  background: #f8faff
}

.editorial-split {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 90px;
  align-items: start
}

.editorial-heading {
  position: sticky;
  top: 120px
}

.editorial-list {
  border-top: 1px solid #dce4ef
}

.editorial-list-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 24px;
  padding: 29px 0 31px;
  border-bottom: 1px solid #dce4ef
}

.editorial-list-number {
  color: #a8bad3;
  font-size: 1rem;
  font-weight: 800
}

.editorial-list-item h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.18rem
}

.editorial-list-item p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.72
}

.service-capabilities {
  padding: 104px 0
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
  margin-top: 54px
}

.capability-item {
  position: relative;
  padding-top: 22px
}

.capability-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 2px;
  background: var(--primary);
  transition: width .3s ease
}

.capability-item:hover::before {
  width: 82px
}

.capability-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--primary);
  margin-bottom: 22px
}

.capability-icon svg {
  width: 42px;
  height: 42px
}

.capability-item h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.15rem
}

.capability-item p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.72
}

.service-timeline-section {
  padding: 100px 0 110px;
  background: var(--navy);
  color: #fff
}

.timeline-heading {
  max-width: 800px
}

.timeline-heading .section-label {
  color: #8fb8ff
}

.timeline-heading h2 {
  color: #fff
}

.timeline-heading p {
  color: rgba(255, 255, 255, .65)
}

.service-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  margin-top: 58px
}

.service-timeline::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 18px;
  height: 1px;
  background: rgba(255, 255, 255, .18)
}

.timeline-step {
  position: relative;
  padding-top: 52px
}

.timeline-step::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #71a9ff;
  box-shadow: 0 0 0 7px rgba(113, 169, 255, .12)
}

.timeline-number {
  color: #8fb8ff;
  font-size: .75rem;
  font-weight: 800
}

.timeline-step h3 {
  margin: 12px 0 0;
  color: #fff
}

.timeline-step p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .64);
  line-height: 1.7;
  font-size: .9rem
}

.service-visual-break {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed
}

.service-visual-break-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 15, 35, .90), rgba(6, 25, 56, .64), rgba(4, 15, 35, .35))
}

.service-visual-break-inner {
  position: relative;
  z-index: 2;
  max-width: 930px;
  padding-block: 80px
}

.service-visual-break .section-label {
  color: #9fc4ff
}

.service-visual-break blockquote {
  max-width: 900px;
  margin: 20px 0 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.16;
  font-weight: 730;
  letter-spacing: -.04em
}

.service-deliverables-editorial {
  padding: 105px 0
}

.deliverables-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 90px
}

.deliverables-editorial-list {
  border-top: 1px solid var(--border)
}

.deliverable-row {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 83px;
  border-bottom: 1px solid var(--border)
}

.deliverable-row>span {
  color: #9bb0cc;
  font-size: .83rem;
  font-weight: 800
}

.deliverable-row h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 680
}

.service-framework-strip {
  padding: 68px 0 78px;
  background: #f8faff;
  text-align: center
}

.service-framework-strip h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem)
}

.framework-strip-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px
}

.framework-strip-list span {
  padding: 9px 14px;
  border-bottom: 1px solid #b9c9df;
  color: var(--navy);
  font-size: .82rem;
  font-weight: 700
}

@media(max-width:1000px) {
  .service-stats-grid {
    grid-template-columns: 1fr
  }

  .service-stat {
    border-right: 0;
    border-bottom: 1px solid var(--border)
  }

  .service-story-grid,
  .editorial-split,
  .deliverables-editorial-grid {
    grid-template-columns: 1fr;
    gap: 55px
  }

  .editorial-heading {
    position: static
  }

  .capability-grid {
    grid-template-columns: 1fr
  }

  .service-timeline {
    grid-template-columns: repeat(2, 1fr)
  }

  .service-timeline::before {
    display: none
  }
}

@media(max-width:640px) {
  .service-editorial-hero {
    min-height: 620px
  }

  .service-editorial-hero-inner {
    padding-block: 72px
  }

  .service-editorial-hero h1 {
    font-size: 3.15rem
  }

  .service-story {
    padding: 75px 0
  }

  .service-story-media,
  .service-story-media img {
    height: 330px;
    min-height: 330px
  }

  .service-story-mark {
    right: 14px;
    bottom: -24px;
    width: 92px;
    height: 92px
  }

  .service-editorial-section,
  .service-capabilities,
  .service-timeline-section,
  .service-deliverables-editorial {
    padding: 78px 0
  }

  .service-timeline {
    grid-template-columns: 1fr
  }

  .service-visual-break {
    min-height: 360px;
    background-attachment: scroll
  }

  .deliverable-row,
  .editorial-list-item {
    grid-template-columns: 50px 1fr
  }
}