/* ScoNet launch-ready multi-page website. Brand: navy #00205C, cyan #06ADD2, paper #EFF2FA. */
:root {
  --navy: #00205c;
  --navy-deep: #001336;
  --cyan: #06add2;
  --paper: #eff2fa;
  --ink: #101827;
  --muted: #4b5b73;
  --soft: #f7faff;
  --line: rgba(0, 32, 92, 0.13);
  --white: #fff;
  --shell: min(1180px, calc(100% - 44px));
  --radius: 30px;
  --radius-lg: 46px;
  --shadow: 0 24px 70px rgba(0, 32, 92, 0.14);
  --shadow-strong: 0 34px 100px rgba(0, 19, 54, 0.28);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 125px;
}
body {
  margin: 0;
  font-family:
    Aptos,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 9% 2%, rgba(6, 173, 210, 0.22), transparent 26%),
    radial-gradient(circle at 84% 10%, rgba(0, 32, 92, 0.16), transparent 28%),
    linear-gradient(135deg, #fff 0%, #f5f8ff 46%, #e9f6fb 100%);
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(0, 32, 92, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 32, 92, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}
a {
  color: inherit;
  text-decoration: none !important;
}
img,
video {
  max-width: 100%;
  display: block;
}
button,
input,
select,
textarea {
  font: inherit;
}

h1, h2, h3 {
 font-weight: bold;
}

.shell {
  width: var(--shell);
}
.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 1000;
  background: var(--navy-deep);
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
}
.skip-link:focus {
  top: 16px;
}
.section {
  padding-block: 95px;
}
.section-label,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.eyebrow::before,
.section-label::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  letter-spacing: 0em;
  line-height: 0.98;
  color: var(--navy-deep);
}
h1 {
  font-size: clamp(46px, 7vw, 92px);
}
h2 {
  font-size: clamp(34px, 5vw, 66px);
}
h3 {
  font-size: clamp(22px, 2.1vw, 34px);
  line-height: 1.05;
  color: var(--navy);
}
p {
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 19px);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 950;
  letter-spacing: 0.01em;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease,
    color 0.22s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button.primary {
  background: linear-gradient(135deg, var(--cyan), #53dfff);
  color: var(--navy-deep);
  box-shadow: 0 18px 40px rgba(6, 173, 210, 0.28);
}
.button.secondary {
  background: var(--navy);
  color: white;
  box-shadow: 0 18px 44px rgba(0, 32, 92, 0.24);
}
.button.ghost {
  background: rgba(255, 255, 255, 0.12);
  color: white;
  border-color: rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(12px);
}
.button.ghost.dark {
  background: #fff;
  color: var(--navy);
  border-color: var(--line);
}
.top-strip {
  position: relative;
  z-index: 70;
  background: var(--navy-deep);
  color: white;
}
.top-strip-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 13px;
  font-weight: 800;
}
.top-strip a {
  color: #aaf2ff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.site-header {
	display: flex;
	align-items: center;
	justify-content: center;
  position: sticky;
  top: 12px;
  z-index: 80;
  margin-top: 12px;
}
.nav {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 18px 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 55px rgba(0, 32, 92, 0.16);
  backdrop-filter: blur(22px);
}
.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.brand img {
  width: 176px;
  height: auto;
}
.nav-links, .nav-group > a {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 900;
  color: #213149;
}
.nav-links > a,
.nav-group > a {
  position: relative;
  padding: 20px 0;
}
.nav-links a[aria-current="page"] {
  color: var(--navy);
}
.nav-links > a::after,
.nav-group > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px !important;
  height: 2px;
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.25s;
}
.nav-links > a:hover::after,
.nav-group:hover > a::after,
.nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
}
.nav-group {
  position: relative;
}

.mega {
  position: absolute;
  left: 50%;
  top: 68px;
  transform: translateX(-50%) translateY(8px);
  min-width: 230px;
  padding: 12px;
  border-radius: 22px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}
.nav-group:hover .mega,
.nav-group:focus-within .mega {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.mega a {
  display: block;
  padding: 11px 13px;
  border-radius: 14px;
  color: #23344f;
}
.mega a:hover {
  background: #edf9fc;
  color: var(--navy);
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--navy);
  color: white;
  font-weight: 950;
  font-size: 14px;
  box-shadow: 0 14px 34px rgba(0, 32, 92, 0.22);
	transition: all .3s ease;
}
.nav-cta:hover {
	background-color: var(--cyan);
	color: #fff;
}
.menu-button {
  display: none;
  border: 0;
  background: var(--navy);
  border-radius: 999px;
  width: 48px;
  height: 48px;
  padding: 13px;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
}
.menu-button span {
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
}
.launch-hero {
  position: relative;
  min-height: 760px;
  margin-top: -88px;
  padding-top: 118px;
  overflow: hidden;
  background: var(--navy-deep);
  color: #fff;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% center;
  transform: scale(1.015);
}
.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 19, 54, 0.9) 0%,
      rgba(0, 32, 92, 0.78) 38%,
      rgba(0, 32, 92, 0.36) 72%,
      rgba(0, 19, 54, 0.5) 100%
    ),
    radial-gradient(circle at 24% 48%, rgba(6, 173, 210, 0.28), transparent 33%);
}
.hero-layout {
  position: relative;
  z-index: 1;
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 40px;
  align-items: end;
  padding-bottom: 56px;
}
.hero-panel {
  max-width: 800px;
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-lg);
  background: linear-gradient(
    135deg,
    rgba(0, 32, 92, 0.76),
    rgba(0, 19, 54, 0.58)
  );
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(16px);
}
.hero-panel h1 {
  margin: 0 0 18px;
  color: white;
  text-transform: uppercase;
}
.hero-panel h1 strong {
  display: block;
  color: var(--cyan);
}
.hero-panel p {
  max-width: 760px;
  color: #eafaff;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.hero-proof {
  display: grid;
  gap: 12px;
}
.hero-proof div {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}
.hero-proof b {
  display: block;
  color: #fff;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 0.9;
}
.hero-proof span {
  display: block;
  margin-top: 8px;
  color: #dff8ff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.08em;
}
.insight-rail {
  position: relative;
  z-index: 5;
  margin-top: -34px;
  display: grid;
  grid-template-columns: 140px repeat(4, 1fr);
  gap: 0;
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.insight-rail strong,
.insight-rail a {
  min-height: 78px;
  display: flex;
  align-items: center;
  padding: 18px 22px;
  border-right: 1px solid var(--line);
}
.insight-rail strong {
  background: var(--navy);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.insight-rail a {
  font-weight: 900;
  color: #253653;
}
.insight-rail a:hover {
  background: #ecfbff;
  color: var(--navy);
}
.split-intro {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: start;
}
.split-intro > div:last-child {
  padding-top: 18px;
}
.split-intro p {
  max-width: 70ch;
}
.dark-statement {
  position: relative;
  overflow: hidden;
  background: var(--navy-deep);
  color: white;
  padding: 90px 0;
}
.dark-statement::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(6, 173, 210, 0.25),
      transparent 28%
    ),
    linear-gradient(135deg, rgba(6, 173, 210, 0.12), transparent);
}
.dark-statement .shell {
  position: relative;
}
.dark-statement p {
  color: #baf5ff;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.dark-statement h2 {
  max-width: 980px;
  color: #fff;
  font-size: clamp(44px, 7vw, 96px);
}
.section-heading {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
  max-width: 860px;
  margin: 0 auto 44px;
}
.section-heading.left {
  justify-items: start;
  text-align: left;
  margin-left: 0;
}
.section-heading p:not(.section-label) {
  max-width: 740px;
}
.path-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.path-grid a {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 16px 42px rgba(0, 32, 92, 0.09);
  transition: 0.25s;
}
.path-grid a:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}
.path-grid span {
  color: var(--cyan);
  font-weight: 1000;
}
.path-grid strong {
  display: block;
  color: var(--navy);
  font-size: 25px;
  line-height: 1.05;
}
.path-grid em {
  font-style: normal;
  color: var(--muted);
  font-weight: 700;
  font-size: 14px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.service-card {
  position: relative;
  overflow: hidden;
  min-height: 328px;
  padding: 30px;
  border-radius: 32px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 52px rgba(0, 32, 92, 0.1);
  transition: 0.25s;
}
.service-card::before {
  content: "";
  position: absolute;
  right: -55px;
  top: -55px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: rgba(6, 173, 210, 0.13);
}
.service-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}
.service-icon {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: #effbff;
  border: 1px solid rgba(6, 173, 210, 0.2);
  margin-bottom: 24px;
}
.service-icon img {
  max-width: 62px;
  max-height: 62px;
  object-fit: contain;
  animation: floatIcon 5.5s ease-in-out infinite;
}
.service-card h3 {
  margin-bottom: 12px;
}
.service-card p {
  font-size: 16px;
}
.service-card a {
  display: inline-flex;
  margin-top: auto;
  color: var(--navy);
  font-weight: 950;
}
.service-feature {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 0;
  overflow: hidden;
  border-radius: 40px;
  background: var(--navy);
  box-shadow: var(--shadow-strong);
  color: white;
}
.service-feature img {
  height: 100%;
  min-height: 420px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.service-feature div {
  padding: 48px;
}
.service-feature h3 {
  color: white;
  font-size: clamp(30px, 4vw, 56px);
}
.service-feature p {
  color: #e5f8ff;
}
.stats-network {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: var(--navy-deep);
}
.stats-network img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  filter: saturate(1.08) contrast(1.08) brightness(0.74);
}
.stats-network::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 19, 54, 0.78),
    rgba(0, 32, 92, 0.45),
    rgba(0, 19, 54, 0.78)
  );
}
.stats-overlay {
  position: relative;
  z-index: 1;
  min-height: 430px;
  width: min(1060px, calc(100% - 44px));
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 28px;
  color: white;
  text-align: center;
}
.stats-overlay b {
  display: inline-flex;
  align-items: flex-start;
  gap: 2px;
  font-size: clamp(52px, 7vw, 88px);
  line-height: 0.95;
  letter-spacing: 0em;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
}
.stats-overlay b span {
  font-size: 0.58em;
  line-height: 1;
}
.stats-overlay p {
  margin: 10px 0 0;
  color: white;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 1000;
  letter-spacing: 0.06em;
}
.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.industry-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 34px;
  background: var(--navy-deep);
  box-shadow: 0 24px 62px rgba(0, 32, 92, 0.16);
  transition: 0.25s;
}
.industry-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-strong);
}
.industry-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(1.05) contrast(1.03);
  transition: 0.32s;
}
.industry-card:nth-child(1) img {
  object-position: center 34%;
}
.industry-card:nth-child(2) img {
  object-position: center 38%;
}
.industry-card:nth-child(3) img {
  object-position: center 45%;
}
.industry-card:hover img {
  transform: scale(1.045);
}
.industry-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 19, 54, 0.04) 18%,
    rgba(0, 19, 54, 0.26) 52%,
    rgba(0, 19, 54, 0.92) 100%
  );
	border-radius: 34px;
}
.industry-card div {
  position: absolute;
  z-index: 1;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(0, 32, 92, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
}
.industry-card p {
  margin: 0 0 8px;
  color: #aef3ff;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.industry-card h3 {
  margin: 0 0 12px;
  color: white;
  font-size: 24px;
  letter-spacing: 0em;
}
.industry-card a {
  color: white;
  font-weight: 950;
}
.center-actions {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}
.challenge-earth {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--navy-deep);
  color: white;
  text-align: center;
}
.challenge-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% center;
}
.challenge-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 19, 54, 0.38), rgba(0, 19, 54, 0.52)),
    radial-gradient(circle at 50% 35%, rgba(6, 173, 210, 0.15), transparent 42%);
}
.challenge-copy {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
}
.challenge-copy p {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(17px, 2.2vw, 28px);
  font-weight: 800;
  letter-spacing: 0.08em;
}
.challenge-copy h2 {
  margin: 0 0 30px;
  color: white;
  text-transform: uppercase;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.process-grid article {
  padding: 34px;
  border-radius: 32px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 16px 42px rgba(0, 32, 92, 0.08);
}
.process-grid span {
  color: var(--cyan);
  font-weight: 1000;
}
.partner-card {
  padding: 48px;
  border-radius: 40px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.partner-strip {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.partner-strip span {
  padding: 13px 17px;
  border-radius: 999px;
  background: #edf8fc;
  color: var(--navy);
  font-weight: 950;
}
.assessment-card {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 42px;
  align-items: start;
  padding: 46px;
  border-radius: 42px;
  background: linear-gradient(135deg, #fff, #eefbff);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.assessment-card a:not(.button) {
  color: var(--navy);
  font-weight: 950;
}
.contact-pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 22px;
}
.contact-pills a {
  padding: 12px 15px;
  border-radius: 999px;
  background: white;
  border: 1px solid var(--line);
}
.assessment-form {
  display: grid;
  gap: 16px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.assessment-form label {
  display: grid;
  gap: 7px;
  color: #253653;
  font-weight: 900;
}
.assessment-form input,
.assessment-form select,
.assessment-form textarea {
  width: 100%;
  border: 1px solid rgba(0, 32, 92, 0.18);
  border-radius: 16px;
  background: white;
  padding: 13px 14px;
  color: var(--ink);
  outline: none;
  transition:
    border 0.2s,
    box-shadow 0.2s;
}
.assessment-form input:focus,
.assessment-form select:focus,
.assessment-form textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(6, 173, 210, 0.12);
}
.assessment-form textarea {
  resize: vertical;
}
.check {
  grid-template-columns: auto 1fr !important;
  align-items: start;
}
.check input {
  width: auto;
  margin-top: 5px;
}
.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--navy);
  font-weight: 850;
}
.subhero,
.detail-hero {
  position: relative;
  overflow: hidden;
  margin-top: -88px;
  padding: 210px 0 95px;
  background: linear-gradient(135deg, var(--navy-deep), var(--navy));
  color: white;
}
.subhero::after,
.detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 78% 20%,
    rgba(6, 173, 210, 0.24),
    transparent 28%
  );
}
.subhero .shell,
.detail-grid {
  position: relative;
  z-index: 1;
}
.subhero h1,
.detail-hero h1 {
  color: white;
  max-width: 900px;
}
.subhero p,
.detail-hero p {
  max-width: 780px;
  color: #e6f8ff;
}
.detail-grid {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 48px;
  align-items: center;
}
.detail-media,
.detail-photo {
  padding: 36px;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}
.detail-media img {
  width: 170px;
  height: 150px;
  object-fit: contain;
  margin-bottom: 24px;
}
.detail-photo {
  padding: 0;
  overflow: hidden;
}
.detail-photo img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}
.content-band {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 46px;
  align-items: start;
}
.check-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  list-style: none;
}
.check-list li {
  position: relative;
  padding: 20px 20px 20px 54px;
  border-radius: 22px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 12px 32px rgba(0, 32, 92, 0.07);
  font-weight: 850;
  color: #263754;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 20px;
  top: 18px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--cyan);
  color: var(--navy-deep);
  font-weight: 1000;
}
.related h2 {
  font-size: 36px;
}
.related div {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.related a {
  padding: 12px 16px;
  border-radius: 999px;
  background: white;
  border: 1px solid var(--line);
  font-weight: 950;
  color: var(--navy);
}
.footer {
  padding: 70px 0 28px;
  background: #fff;
  border-top: 1px solid var(--line);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr;
  gap: 34px;
}
.footer img {
  width: 185px;
  height: auto;
  margin-bottom: 16px;
}
.footer h2 {
  font-size: 18px;
  letter-spacing: 0;
  margin: 0 0 12px;
}
.footer nav {
  display: grid;
  align-content: start;
  gap: 8px;
}
.footer a {
  color: #2a3a52;
  font-weight: 850;
}
.footer p {
  font-size: 15px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line);
  margin-top: 44px;
  padding-top: 22px;
  color: #52627a;
  font-weight: 800;
}
.backtop {
  position: fixed;
  right: 18px;
  bottom: 70px;
  z-index: 60;
  width: 54px;
  min-height: 110px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--navy);
  color: white;
  box-shadow: 0 18px 48px rgba(0, 32, 92, 0.24);
  font-size: 12px;
  font-weight: 950;
}
.backtop span {
  display: block;
  line-height: 0.7;
  color: var(--cyan);
}
[data-reveal] {
  opacity: 1;
  transform: none;
}
.is-visible {
  opacity: 1;
}
.service-card:focus-within,
.industry-card:focus-within,
.button:focus-visible,
.nav a:focus-visible,
.menu-button:focus-visible {
  outline: 3px solid rgba(6, 173, 210, 0.65);
  outline-offset: 4px;
}
@keyframes floatIcon {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@media (max-width: 1100px) {
  .nav-links {
    gap: 16px;
  }
  .nav-cta {
    display: none;
  }
  .hero-layout,
  .detail-grid,
  .assessment-card,
  .service-feature,
  .split-intro,
  .content-band {
    grid-template-columns: 1fr;
  }
  .hero-layout {
    align-items: end;
  }
  .hero-proof {
    grid-template-columns: repeat(3, 1fr);
  }
  .path-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-grid,
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .insight-rail {
    grid-template-columns: 1fr 1fr;
  }
  .insight-rail strong {
    grid-column: 1/-1;
  }
}
@media (max-width: 820px) {
  :root {
    --shell: min(680px, calc(100% - 28px));
  }
  .top-strip-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
  }
  .site-header {
    top: 8px;
  }
  .nav {
    height: auto;
    min-height: 68px;
    border-radius: 26px;
    align-items: flex-start;
    padding: 10px 12px;
    flex-wrap: wrap;
  }
  .brand img {
    width: 156px;
  }
  .menu-button {
    display: flex;
    margin-left: auto;
  }
  .nav-links {
    display: none;
    width: 100%;
    padding: 8px;
    grid-template-columns: 1fr;
    gap: 0;
    border-radius: 20px;
    background: #fff;
  }
  .nav-links.is-open {
    display: grid;
  }
  .nav-links > a,
  .nav-group > a {
    display: block;
    padding: 13px 10px;
  }
  .nav-links > a::after,
  .nav-group > a::after,
  .mega {
    display: none;
  }
  .launch-hero,
  .subhero,
  .detail-hero {
    margin-top: -104px;
  }
  .launch-hero {
    min-height: 780px;
    padding-top: 128px;
  }
  .hero-layout {
    min-height: 650px;
    padding-bottom: 34px;
  }
  .hero-panel {
    padding: 26px;
    border-radius: 32px;
  }
  .hero-panel h1 {
    font-size: clamp(40px, 12vw, 62px);
  }
  .hero-proof {
    grid-template-columns: 1fr;
  }
  .hero-proof div {
    padding: 18px 22px;
  }
  .insight-rail {
    margin-top: 18px;
    grid-template-columns: 1fr;
    border-radius: 24px;
  }
  .insight-rail strong,
  .insight-rail a {
    min-height: 58px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .section {
    padding-block: 70px;
  }
  .section-heading,
  .section-heading.left {
    text-align: left;
    justify-items: start;
  }
  .path-grid,
  .service-grid,
  .industry-grid,
  .process-grid,
  .stats-overlay,
  .form-row {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: auto;
  }
  .stats-network,
  .stats-overlay {
    min-height: 520px;
  }
  .industry-card {
    min-height: 385px;
  }
  .challenge-earth {
    min-height: 520px;
  }
  .assessment-card {
    padding: 26px;
    border-radius: 30px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .backtop {
    transform: scale(0.86);
    transform-origin: bottom right;
    right: 8px;
    bottom: 54px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
  .hero-video,
  .challenge-video {
    display: none;
  }
  .launch-hero,
  .challenge-earth {
    background: var(--navy-deep);
  }
}

/* Launch polish pass after visual QA */
.top-strip-inner {
  min-height: 46px;
  font-size: 14px;
}
.top-strip a {
  font-weight: 950;
  text-decoration: none;
  color: #fff;
  background: rgba(6, 173, 210, 0.18);
  border: 1px solid rgba(6, 173, 210, 0.38);
  padding: 7px 12px;
  border-radius: 999px;
}
.brand img {
  width: 194px;
}
.nav {
  padding-left: 26px;
}
.nav-cta {
  min-width: 144px;
}
.launch-hero {
  min-height: 790px;
}
.hero-scrim {
  background:
    linear-gradient(
      90deg,
      rgba(0, 19, 54, 0.94) 0%,
      rgba(0, 32, 92, 0.8) 42%,
      rgba(0, 32, 92, 0.3) 76%,
      rgba(0, 19, 54, 0.42) 100%
    ),
    radial-gradient(
      circle at 72% 28%,
      rgba(6, 173, 210, 0.18),
      transparent 27%
    ),
    radial-gradient(circle at 24% 48%, rgba(6, 173, 210, 0.24), transparent 32%);
}
.hero-video {
  filter: saturate(1.08) contrast(1.1) brightness(0.93);
}
.hero-layout {
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: center;
  padding-bottom: 40px;
}
.hero-panel {
  padding: 46px 48px;
}
.hero-panel h1 {
  font-size: clamp(42px, 5.9vw, 78px);
  line-height: 1.01;
}
.hero-panel h1 span,
.hero-panel h1 strong {
  display: block;
}
.hero-panel p {
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.65;
}
.hero-proof {
  align-self: center;
}
.hero-proof div {
  min-height: 142px;
  display: grid;
  align-content: center;
}
.insight-rail {
  margin-top: 24px;
  border-radius: 22px;
  box-shadow: 0 16px 48px rgba(0, 32, 92, 0.12);
}
.insight-rail strong,
.insight-rail a {
  min-height: 70px;
  border-color: rgba(0, 32, 92, 0.09);
}
.insight-rail a {
  position: relative;
}
.insight-rail a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--cyan);
  margin-right: 12px;
  box-shadow: 0 0 0 5px rgba(6, 173, 210, 0.12);
}
.backtop {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}
.backtop.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
@media (max-width: 1100px) {
  .hero-layout {
    grid-template-columns: 1fr;
  }
  .hero-proof {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 820px) {
  .brand img {
    width: 164px;
  }
  .hero-panel {
    padding: 28px;
  }
  .hero-panel h1 {
    font-size: clamp(37px, 11vw, 58px);
  }
  .top-strip a {
    padding: 6px 10px;
  }
  .hero-proof {
    grid-template-columns: 1fr;
  }
  .insight-rail {
    margin-top: 24px;
  }
  .backtop.is-visible {
    transform: scale(0.86);
  }
}

/* Mid-page launch QA fixes */
.stats-network img {
  object-position: center;
  filter: saturate(1.16) contrast(1.12) brightness(0.48) blur(0.2px);
  transform: scale(1.04);
}
.stats-network::after {
  background:
    linear-gradient(
      90deg,
      rgba(0, 19, 54, 0.88),
      rgba(0, 32, 92, 0.62),
      rgba(0, 19, 54, 0.88)
    ),
    radial-gradient(circle at 50% 50%, rgba(6, 173, 210, 0.16), transparent 44%);
}
.stats-overlay b {
  font-variant-numeric: tabular-nums;
}
.stats-overlay b .comma {
  font-size: 1em;
  line-height: 0.95;
}
.service-feature img {
  object-position: center;
  filter: saturate(1.12) contrast(1.06) brightness(0.94);
}
.industry-card img {
  filter: saturate(1.02) contrast(1.04) brightness(0.78);
}
.industry-card::after {
  background: linear-gradient(
    180deg,
    rgba(0, 19, 54, 0.14) 0%,
    rgba(0, 19, 54, 0.48) 42%,
    rgba(0, 19, 54, 0.96) 100%
  );
}
.industry-card div {
  background: rgba(0, 32, 92, 0.92);
}
.industry-card:nth-child(4) img {
  object-position: center 28%;
}
.industry-card:nth-child(5) img {
  object-position: center 30%;
}
.industry-card:nth-child(6) img {
  object-position: center 30%;
}

/* Mobile overflow hardening */
@media (max-width: 820px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .shell {
    width: var(--shell);
    max-width: var(--shell);
  }
  .top-strip-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
  }
  .top-strip a {
    width: max-content;
    max-width: 100%;
  }
  .nav {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }
  .brand {
    min-width: 0;
  }
  .brand img {
    max-width: 164px;
  }
  .menu-button {
    display: flex;
    grid-column: 2;
    grid-row: 1;
  }
  .nav-links {
    grid-column: 1/-1;
  }
  .nav-cta {
    display: none;
  }
  .hero-layout {
    width: var(--shell);
    max-width: var(--shell);
    gap: 18px;
  }
  .hero-panel {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .hero-panel h1 {
    font-size: clamp(32px, 9.4vw, 45px);
    line-height: 1.03;
    letter-spacing: 0em;
    overflow-wrap: anywhere;
    word-break: normal;
  }
  .hero-panel h1 span,
  .hero-panel h1 strong {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .hero-panel p,
  .hero-panel .eyebrow {
    max-width: 100%;
    overflow-wrap: break-word;
  }
  .hero-panel .eyebrow {
    font-size: 11px;
    letter-spacing: 0.08em;
    line-height: 1.25;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-proof {
    width: 100%;
    max-width: 100%;
  }
  .insight-rail {
    width: var(--shell);
    max-width: var(--shell);
  }
}

/* Final mobile launch fix: reserve visible side gutters and prevent any card from reaching viewport edge */
@media (max-width: 820px) {
  :root {
    --shell: calc(100vw - 56px);
  }
  .shell,
  .hero-layout,
  .insight-rail {
    width: var(--shell) !important;
    max-width: var(--shell) !important;
    /* margin-left: auto !important; */
    margin-right: auto !important;
  }
  .top-strip-inner {
    width: calc(100vw - 44px) !important;
    max-width: calc(100vw - 44px) !important;
  }
  .top-strip-inner span {
    font-size: 13px;
    line-height: 1.35;
  }
  /* .nav {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin-inline: auto !important;
  } */
  .launch-hero {
    overflow: hidden;
  }
  .hero-layout {
    padding-bottom: 28px;
  }
  .hero-panel {
    padding: 22px !important;
    border-radius: 28px !important;
  }
  .hero-panel h1 {
    font-size: clamp(29px, 8vw, 38px) !important;
    line-height: 1.08 !important;
    letter-spacing: 0em !important;
  }
  .hero-panel .eyebrow {
    display: block;
  }
  .hero-panel .eyebrow::before {
    display: none;
  }
  .hero-panel p {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }
  .hero-actions {
    gap: 10px;
  }
  .hero-actions .button {
    width: 100%;
    max-width: 100%;
    min-height: 48px;
  }
  .hero-proof div {
    width: 100%;
    max-width: 100%;
    padding: 18px !important;
  }
  .hero-proof b {
    font-size: 38px;
  }
  .hero-proof span {
    font-size: 12px;
  }
  .insight-rail strong,
  .insight-rail a {
    padding: 16px 18px;
  }
  .service-grid,
  .industry-grid,
  .path-grid,
  .process-grid,
  .stats-overlay {
    width: 100%;
    max-width: 100%;
  }
}

/* Narrow-phone safety for browsers/headless engines with wider layout viewport than screenshot */
@media (max-width: 520px) {
  :root {
    --shell: min(334px, calc(100vw - 56px));
  }
  .shell,
  .hero-layout,
  .insight-rail {
    width: var(--shell) !important;
    max-width: var(--shell) !important;
  }
  /* .nav {
    width: min(358px, calc(100vw - 32px)) !important;
    max-width: min(358px, calc(100vw - 32px)) !important;
  } */
  .top-strip-inner {
    width: min(346px, calc(100vw - 44px)) !important;
    max-width: min(346px, calc(100vw - 44px)) !important;
  }
  .hero-panel h1 {
    font-size: 31px !important;
  }
  .hero-panel {
    padding: 20px !important;
  }
  .hero-proof div {
    max-width: 334px;
  }
  .stats-overlay {
    width: var(--shell) !important;
    max-width: var(--shell) !important;
  }
  .assessment-card {
    width: var(--shell) !important;
    max-width: var(--shell) !important;
    margin-inline: auto;
  }
  .service-card,
  .industry-card,
  .process-grid article {
    max-width: 334px;
  }
}

/* Headless/mobile crop guard: left-anchor narrow phone layout inside visible viewport */
@media (max-width: 520px) {
  .shell,
  .hero-layout,
  .insight-rail,
  .assessment-card {
    /* margin-left: 28px !important; */
    /* margin-right: 0 !important; */
  }
  /* .nav {
    margin-left: 16px !important;
    margin-right: 0 !important;
  } */
  .top-strip-inner {
    margin-left: 22px !important;
    margin-right: 0 !important;
  }
  .hero-proof,
  .stats-overlay {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .hero-proof div {
    width: 100%;
  }
  .launch-hero {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Refinement pass: simplified launch hero, live ScoNet service pages, blog/resources */
.site-header {
  position: fixed;
  top: 18px;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 80;
}
.nav {
  height: 68px;
  background: rgba(255, 255, 255, 0.92);
}
.simple-hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #001336;
  color: white;
}
.simple-hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(1.08) contrast(1.12) brightness(0.74);
}
.simple-hero .hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 19, 54, 0.88) 0%,
      rgba(0, 32, 92, 0.72) 45%,
      rgba(0, 19, 54, 0.22) 100%
    ),
    radial-gradient(circle at 20% 42%, rgba(6, 173, 210, 0.2), transparent 34%);
}
.simple-hero-inner {
  position: relative;
  z-index: 1;
  /* max-width: 850px; */
  margin-left: max(48px, calc((100vw - 1180px) / 2));
  /* margin-right: auto; */
  padding-top: 92px;
}
.simple-hero h1 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(48px, 7.2vw, 96px);
  text-transform: uppercase;
  max-width: 840px;
}
.simple-hero h1 strong {
  display: block;
  color: var(--cyan);
}
.simple-hero p:not(.eyebrow) {
  max-width: 680px;
  color: #eafaff;
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.55;
}
.proof-strip {
  position: relative;
  margin-top: -58px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.proof-strip div {
  padding: 28px;
  text-align: center;
  border-right: 1px solid var(--line);
}
.proof-strip div:last-child {
  border-right: 0;
}
.proof-strip b {
  display: block;
  color: var(--navy);
  font-size: clamp(40px, 5vw, 66px);
  line-height: 1;
}
.proof-strip span {
  display: block;
  margin-top: 8px;
  color: #40506a;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 13px;
}
.feature-band {
	width: 100%;
  padding: 92px 0;
  background: var(--navy-deep);
  color: #fff;
}
.feature-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 52px;
  align-items: center;
}
.feature-grid img {
  width: 100%;
  height: clamp(320px, 38vw, 430px);
  object-fit: cover;
  object-position: center;
  border-radius: 38px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}
.feature-grid h2 {
  color: #fff;
}
.feature-grid p {
  color: #e8f8ff;
}
.service-copy-grid {
  display: grid;
  gap: 34px;
}
.service-copy-grid article {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 34px;
  align-items: center;
  padding: 28px;
  border-radius: 36px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 52px rgba(0, 32, 92, 0.1);
}
.service-copy-grid article:nth-child(even) {
  grid-template-columns: 1.2fr 0.8fr;
}
.service-copy-grid article:nth-child(even) img {
  order: 2;
}
.service-copy-grid img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 28px;
}
.service-copy-grid a,
.blog-card a,
.service-card a {
  color: var(--navy);
  font-weight: 950;
}
.service-hero {
  padding: 155px 0 90px;
  background: linear-gradient(135deg, #001336, #00205c);
  color: #fff;
  overflow: hidden;
}
.service-hero .shell {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 54px;
  align-items: center;
}
.service-hero h1 {
  color: #fff;
  max-width: 820px;
}
.service-hero p {
  color: #eafaff;
  max-width: 780px;
}
.service-hero img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 42px;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.32);
}
.industry-detail img {
  object-position: center 35%;
}
.copy-lockup {
  max-width: 850px;
  margin-bottom: 34px;
}
.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.offer-grid article {
  padding: 28px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 16px 44px rgba(0, 32, 92, 0.09);
}
.offer-grid span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e9faff;
  color: var(--navy);
  font-weight: 1000;
  margin-bottom: 18px;
}
.image-story {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 34px;
  align-items: center;
}
.image-story > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.image-story img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 26px;
}
.image-story img:first-child {
  grid-column: 1/-1;
  height: 310px;
}
.image-story article {
  padding: 38px;
  border-radius: 34px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.blog-preview {
  background: transparent;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.blog-card {
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(0, 32, 92, 0.1);
}
.blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.blog-card p,
.blog-card h3,
.blog-card a {
  margin-left: 24px;
  margin-right: 24px;
}
.blog-card p {
  margin-top: 22px;
  font-size: 13px;
  font-weight: 950;
  color: var(--cyan);
}
.blog-card h3 {
  font-size: 23px;
  line-height: 1.12;
  margin-bottom: 18px;
}
.blog-card a {
  display: inline-flex;
  margin-bottom: 24px;
}
.blog-hero {
  background: linear-gradient(135deg, #001336, #00366b);
}
.article-hero {
  padding: 155px 0 90px;
  background: linear-gradient(135deg, #001336, #00205c);
  color: white;
}
.article-hero h1 {
  color: white;
  max-width: 1000px;
}
.article-hero p {
  color: #dff8ff;
}
.article-body {
  max-width: 880px !important;
  padding: 80px 0;
}
.article-body > img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 36px;
  margin-bottom: 36px;
  box-shadow: var(--shadow);
}
.article-body h2 {
  font-size: clamp(28px, 4vw, 46px);
  margin-top: 38px;
}
.article-body .button {
  margin-top: 24px;
}
.challenge-earth {
  margin-top: 0;
}
.challenge-earth > div:first-of-type {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 19, 54, 0.42),
    rgba(0, 19, 54, 0.62)
  );
}
.challenge-earth .shell {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}
.challenge-earth p {
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.challenge-earth h2 {
  color: #fff;
  max-width: 900px;
}
.stats-network {
  margin: 0;
}
.stats-network img {
  filter: saturate(1.12) contrast(1.08) brightness(0.52);
}
@media (max-width: 1100px) {
  .simple-hero-inner {
  	margin: 0 auto !important;
		/* padding-top: 92px; */
  }
  .service-hero .shell,
  .feature-grid,
  .image-story,
  .assessment-card,
  .split-intro {
    grid-template-columns: 1fr;
  }
  .offer-grid,
  .blog-grid,
  .service-grid,
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .proof-strip {
    grid-template-columns: 1fr;
  }
  .proof-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
	.proof-strip div:last-child {
    border-right: 0;
    border-bottom: 0;
  }
  .service-copy-grid article,
  .service-copy-grid article:nth-child(even) {
    grid-template-columns: 1fr;
  }
  .service-copy-grid article:nth-child(even) img {
    order: 0;
  }
}
@media (max-width: 820px) {
  .site-header {
    top: 10px;
  }
  .simple-hero {
    min-height: 650px;
  }
  .simple-hero-inner {
    /* width: calc(100vw - 52px) !important; */
    /* max-width: 338px !important; */
    /* margin-left: 26px !important; */
  	margin: 0 auto !important;
    padding-top: 95px;
		padding-left: 10px;
		padding-right: 10px;
  }
  .simple-hero h1 {
    font-size: clamp(36px, 10vw, 46px);
    line-height: 1.05;
  }
  .simple-hero p:not(.eyebrow) {
    font-size: 16px;
  }
  .proof-strip {
    width: calc(100vw - 52px) !important;
    /* max-width: 338px !important; */
    /* margin-left: 26px !important; */
    /* margin-right: 0 !important; */
  }
  .offer-grid,
  .blog-grid,
  .service-grid,
  .industry-grid,
  .path-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }
  .service-hero {
    padding-top: 130px;
  }
  .service-hero .shell {
    grid-template-columns: 1fr;
    width: calc(100vw - 52px) !important;
    max-width: 338px !important;
    margin-left: 26px !important;
    margin-right: 0 !important;
  }
  .service-hero img {
    height: 300px;
    border-radius: 28px;
  }
  .feature-grid img {
    height: 320px;
  }
  .blog-card img {
    height: 190px;
  }
  .image-story > div {
    grid-template-columns: 1fr;
  }
  .image-story img,
  .image-story img:first-child {
    height: 230px;
  }
  .service-copy-grid img {
    height: 240px;
  }
  /* .nav {
    width: calc(100vw - 32px) !important;
    margin-left: 16px !important;
  } */
  .nav-links.is-open {
    display: grid;
  }
  .assessment-card {
    width: calc(100vw - 52px) !important;
    max-width: 338px !important;
    margin-left: 26px !important;
  }
  .stats-overlay {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

/* Final visual fixes from QA */
.challenge-earth {
  min-height: 620px;
  padding: 110px 0 125px;
}
.challenge-earth .button {
  margin-top: 12px;
  margin-bottom: 18px;
}
.footer nav,
.footer .footer-grid > div:last-child {
  display: grid;
  align-content: start;
  gap: 10px;
}
.footer nav a,
.footer .footer-grid > div:last-child a {
  display: block;
  line-height: 1.35;
}
.footer .footer-grid > div:last-child h2 {
  margin-bottom: 6px;
}
@media (max-width: 820px) {
  .challenge-earth {
    min-height: 560px;
    padding: 85px 0 110px;
  }
  .challenge-earth h2 {
    font-size: clamp(32px, 9vw, 48px);
  }
}

/* Service page gallery cleanup: replace loose collage with intentional responsive image grid */
.image-story {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr) !important;
  gap: 34px !important;
  align-items: center !important;
  overflow: visible !important;
}
.image-story > div:first-child {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px !important;
  min-height: 0 !important;
  background: transparent !important;
  border-radius: 28px !important;
  overflow: visible !important;
  box-shadow: none !important;
}
.image-story > div:first-child img {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  height: 220px !important;
  max-width: none !important;
  display: block !important;
  object-fit: cover !important;
  border-radius: 22px !important;
  box-shadow: 0 18px 36px rgba(0, 32, 92, 0.16) !important;
  transform: none !important;
}
.image-story > div:first-child img:first-child {
  grid-column: 1 / -1 !important;
  height: 330px !important;
  object-position: center !important;
}
.image-story > div:first-child img:nth-child(2) {
  object-position: center !important;
}
.image-story > div:first-child img:nth-child(3) {
  object-position: center !important;
}
.image-story article {
  position: relative !important;
  z-index: 1 !important;
  padding: 34px !important;
  border-radius: 28px !important;
  background: #fff !important;
  box-shadow: 0 18px 44px rgba(0, 32, 92, 0.12) !important;
  border: 1px solid rgba(0, 32, 92, 0.08) !important;
}
@media (max-width: 980px) {
  .image-story {
    grid-template-columns: 1fr !important;
  }
  .image-story > div:first-child img:first-child {
    height: 260px !important;
  }
  .image-story > div:first-child img {
    height: 190px !important;
  }
}
@media (max-width: 620px) {
  .image-story > div:first-child {
    grid-template-columns: 1fr !important;
  }
  .image-story > div:first-child img:first-child,
  .image-story > div:first-child img {
    grid-column: auto !important;
    height: 210px !important;
  }
  .image-story article {
    padding: 24px !important;
  }
}

/* Blog polish: clean card grid, centered final row, readable dates */
.blog-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 26px !important;
}
.blog-grid .blog-card {
  flex: 0 1 calc(33.333% - 18px) !important;
  min-width: 280px !important;
  max-width: 390px !important;
}
.blog-card .date,
.blog-card p:first-of-type {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cyan);
  font-weight: 800;
  font-size: 12px;
}
@media (max-width: 900px) {
  .blog-grid .blog-card {
    flex-basis: calc(50% - 16px) !important;
  }
}
@media (max-width: 620px) {
  .blog-grid .blog-card {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}

/* Mobile hero de-clutter: give CTA and proof card breathing room */
@media (max-width: 820px) {
  .simple-hero {
    min-height: 720px !important;
    padding-bottom: 42px !important;
  }
  .simple-hero-inner {
    padding-top: 112px !important;
  }
  .simple-hero h1 {
    font-size: clamp(33px, 9.2vw, 42px) !important;
    line-height: 1.08 !important;
    margin-bottom: 18px !important;
  }
  .simple-hero p:not(.eyebrow) {
    margin-bottom: 24px !important;
  }
  .simple-hero .hero-actions {
    margin-top: 4px !important;
    margin-bottom: 30px !important;
  }
  .simple-hero .button {
    min-height: 54px !important;
  }
  .proof-strip {
    margin-top: 22px !important;
    transform: none !important;
    position: relative !important;
    z-index: 5 !important;
  }
  .proof-strip div {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
}
@media (max-width: 420px) {
  .simple-hero h1 {
    font-size: 36px !important;
  }
  .simple-hero-inner {
    padding-top: 108px !important;
  }
  .proof-strip {
    margin-top: 26px !important;
  }
}

/* User-requested refinement pass: calmer hero, requested backgrounds, icons, partners, FAQ */
.simple-hero {
  min-height: 650px !important;
  background: #001a3d !important;
}
.simple-hero video {
  filter: saturate(1.02) contrast(1.02) brightness(0.9) !important;
  opacity: 0.86 !important;
  object-position: 56% center !important;
}
.simple-hero .hero-shade {
  background: linear-gradient(
    90deg,
    rgba(0, 18, 54, 0.58) 0%,
    rgba(0, 32, 92, 0.38) 48%,
    rgba(0, 32, 92, 0.18) 100%
  ) !important;
}
.simple-hero-inner {
  /* max-width: 710px !important; */
}
.simple-hero .eyebrow {
  font-size: 13px !important;
  letter-spacing: 0.18em !important;
  margin-bottom: 18px !important;
}
.simple-hero h1 {
  font-size: clamp(48px, 5.3vw, 78px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.055em !important;
  max-width: 760px !important;
  margin-bottom: 22px !important;
}
.simple-hero h1 strong {
  display: block !important;
  color: #36d4ef !important;
}
.simple-hero p:not(.eyebrow) {
  font-size: 18px !important;
  line-height: 1.68 !important;
  max-width: 650px !important;
  color: rgba(255, 255, 255, 0.88) !important;
}
.simple-hero .hero-actions {
  gap: 16px !important;
  margin-top: 28px !important;
}
.simple-hero .button {
  padding: 15px 24px !important;
  min-width: 150px !important;
}
.proof-strip {
  margin-top: -42px !important;
}
.service-card img {
  width: 68px !important;
  height: 68px !important;
  object-fit: contain !important;
  padding: 12px !important;
  border-radius: 20px !important;
  background: linear-gradient(145deg, #f6fbff, #eaf7fb) !important;
  box-shadow:
    inset 0 0 0 1px rgba(6, 173, 210, 0.18),
    0 14px 30px rgba(0, 32, 92, 0.08) !important;
}
.service-card .section-label {
  margin-top: 18px !important;
}
.stats-network {
  position: relative;
  min-height: 313px !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  background: #001b3f !important;
  margin: 40px 0 !important;
}
.stats-network > img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: brightness(0.72) contrast(1.08) saturate(1.04) !important;
}
.stats-network:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 32, 92, 0.54),
    rgba(0, 32, 92, 0.24),
    rgba(0, 32, 92, 0.54)
  );
}
.stats-overlay {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: min(980px, calc(100% - 48px)) !important;
  text-align: center !important;
  color: white !important;
  gap: 18px !important;
}
.stats-overlay > div {
  padding: 18px 10px !important;
}
.stats-overlay b {
  font-size: clamp(44px, 6vw, 78px) !important;
  line-height: 0.9 !important;
  font-weight: 900 !important;
  display: block !important;
  letter-spacing: 0em !important;
}
.stats-overlay b span {
  font-size: 0.58em !important;
  vertical-align: super !important;
  margin-left: 5px !important;
}
.stats-overlay p {
  margin: 14px 0 0 !important;
  font-weight: 800 !important;
  letter-spacing: 0.18em !important;
  font-size: 14px !important;
}
.requested-infra {
  position: relative !important;
  min-height: 620px !important;
  background:
    linear-gradient(rgba(0, 32, 92, 0.28), rgba(0, 32, 92, 0.28)),
    url("../images/sec81.webp") center/cover no-repeat !important;
  color: white !important;
  text-align: center !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
}
.requested-infra .challenge-overlay {
  position: relative !important;
  z-index: 1 !important;
}
.requested-infra .section-label {
  color: white !important;
  letter-spacing: 0.12em !important;
}
.requested-infra h2 {
  font-size: clamp(42px, 6vw, 76px) !important;
  line-height: 1 !important;
  max-width: 920px !important;
  margin: 12px auto 24px !important;
  text-transform: uppercase !important;
  color: white !important;
}
.partners-section {
  padding-top: 88px !important;
  padding-bottom: 70px !important;
}
.partner-logo-row {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  align-items: center !important;
  gap: 0 !important;
  background: #fff !important;
  border: 1px solid rgba(0, 32, 92, 0.1) !important;
  border-radius: 28px !important;
  box-shadow: 0 20px 55px rgba(0, 32, 92, 0.08) !important;
  overflow: hidden !important;
}
.partner-logo-row img {
  width: 100% !important;
  height: 108px !important;
  object-fit: contain !important;
  padding: 28px 32px !important;
  border-right: 1px solid #e5e9f2 !important;
  filter: saturate(0.95) contrast(1.02) !important;
}
.partner-logo-row img:last-child {
  border-right: 0 !important;
}
.faq-section {
  padding-top: 90px !important;
}
.faq-list {
  display: grid !important;
  gap: 16px !important;
  max-width: 980px !important;
  margin: 0 auto !important;
}
.faq-list details {
  background: #fff !important;
  border: 1px solid rgba(0, 32, 92, 0.1) !important;
  border-radius: 22px !important;
  padding: 0 !important;
  box-shadow: 0 16px 40px rgba(0, 32, 92, 0.07) !important;
  overflow: hidden !important;
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 24px 28px !important;
  font-weight: 900 !important;
  color: #00205c !important;
  font-size: 18px !important;
  display: flex !important;
  justify-content: space-between !important;
  gap: 20px !important;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary:after {
  content: "+";
  color: #06add2;
  font-size: 24px;
  line-height: 1;
}
.faq-list details[open] summary:after {
  content: "–";
}
.faq-list p {
  padding: 0 28px 26px !important;
  margin: 0 !important;
  color: #343d4e !important;
  line-height: 1.7 !important;
}
@media (max-width: 900px) {
  .simple-hero {
    min-height: 640px !important;
  }
  .simple-hero h1 {
    font-size: clamp(38px, 9vw, 54px) !important;
    letter-spacing: 0em !important;
  }
  .simple-hero p:not(.eyebrow) {
    font-size: 16px !important;
  }
  .stats-overlay {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    width: min(520px, calc(100% - 44px)) !important;
    background: rgba(0, 32, 92, 0.42) !important;
    border-radius: 24px !important;
    backdrop-filter: blur(8px) !important;
  }
  .stats-overlay > div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
  }
  .partner-logo-row {
    grid-template-columns: 1fr 1fr !important;
  }
  .partner-logo-row img {
    border-bottom: 1px solid #e5e9f2 !important;
  }
  .partner-logo-row img:nth-child(2n) {
    border-right: 0 !important;
  }
  .partner-logo-row img:last-child {
    grid-column: 1/-1 !important;
    border-bottom: 0 !important;
  }
  .requested-infra {
    min-height: 540px !important;
  }
}
@media (max-width: 520px) {
  .simple-hero {
    min-height: 625px !important;
  }
  .simple-hero-inner {
    padding-top: 105px !important;
  }
  .simple-hero .eyebrow {
    font-size: 11px !important;
    letter-spacing: 0.14em !important;
  }
  .simple-hero h1 {
    font-size: 34px !important;
    line-height: 1.08 !important;
    margin-bottom: 16px !important;
  }
  .simple-hero p:not(.eyebrow) {
    font-size: 15px !important;
    line-height: 1.58 !important;
  }
  .simple-hero .hero-actions {
    margin-top: 20px !important;
    margin-bottom: 26px !important;
  }
  .proof-strip {
    margin-top: -18px !important;
  }
  .stats-network {
    min-height: 520px !important;
  }
  .requested-infra h2 {
    font-size: 36px !important;
  }
  .partner-logo-row img {
    height: 92px !important;
    padding: 22px !important;
  }
  .faq-list summary {
    font-size: 16px !important;
    padding: 20px !important;
  }
  .faq-list p {
    padding: 0 20px 22px !important;
  }
}

/* Fix hero CTA collision: stop proof strip from overlapping the primary buttons */
.simple-hero {
  min-height: 690px !important;
  padding-bottom: 86px !important;
}
.simple-hero-inner {
  padding-bottom: 32px !important;
}
.simple-hero .hero-actions {
  margin-bottom: 0 !important;
}
.proof-strip {
  margin-top: 28px !important;
  position: relative !important;
  z-index: 4 !important;
}
@media (max-width: 900px) {
  .simple-hero {
    min-height: 665px !important;
    padding-bottom: 48px !important;
  }
  .proof-strip {
    margin-top: 24px !important;
  }
}
@media (max-width: 520px) {
  .simple-hero {
    min-height: 635px !important;
    padding-bottom: 38px !important;
  }
  .proof-strip {
    margin-top: 22px !important;
  }
}

/* Narrow mobile hardening: constrain hero text/buttons inside viewport */
@media (max-width: 520px) {
  html,
  body {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  .site-header,
  .nav,
  .shell,
  .simple-hero-inner,
  .proof-strip {
    box-sizing: border-box !important;
  }
  .simple-hero-inner {
    /* width: calc(100vw - 52px) !important; */
    /* max-width: calc(100vw - 52px) !important; */
    /* margin-left: 26px !important; */
    margin-right: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .simple-hero h1,
  .simple-hero p {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }
  .simple-hero .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    gap: 12px !important;
  }
  .simple-hero .button {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    justify-content: center !important;
  }
  .proof-strip {
    width: calc(100vw - 52px) !important;
    max-width: calc(100vw - 52px) !important;
    /* margin-left: 26px !important; */
    /* margin-right: 0 !important; */
  }
  /* .nav {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  } */
  .stats-overlay {
    width: calc(100vw - 52px) !important;
    max-width: calc(100vw - 52px) !important;
  }
  .partner-logo-row,
  .faq-list,
  .service-grid,
  .blog-grid,
  .industry-grid {
    max-width: 100% !important;
  }
}

/* Broader mobile/tablet guard for headless and real phones: shrink hero column well inside crop */
@media (max-width: 700px) {
  html,
  body {
    overflow-x: hidden !important;
  }
  /* .nav {
    width: calc(100vw - 36px) !important;
    max-width: 360px !important;
    margin-left: 18px !important;
    margin-right: 0 !important;
  } */
  .simple-hero-inner {
    /* width: calc(100vw - 78px) !important; */
    /* max-width: 312px !important; */
    /* margin-left: 28px !important; */
    margin: 0 auto !important;
    /* padding-right: 0 !important; */
  }
  .simple-hero .eyebrow {
    font-size: 10.5px !important;
    white-space: normal !important;
  }
  .simple-hero h1 {
    font-size: 30px !important;
    line-height: 1.12 !important;
    letter-spacing: 0em !important;
    max-width: 100% !important;
  }
  .simple-hero p:not(.eyebrow) {
    font-size: 14px !important;
    line-height: 1.55 !important;
    max-width: 100% !important;
  }
  .simple-hero .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .simple-hero .button {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .proof-strip {
    width: calc(100vw - 78px) !important;
    max-width: 312px !important;
    /* margin-left: 28px !important; */
    /* margin-right: 0 !important; */
  }
  .service-grid,
  .industry-grid,
  .blog-grid,
  .partner-logo-row,
  .faq-list,
  .assessment-card {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Voice-note refinement: larger hero image, animated proof overlay, tighter stats, cleaner infra CTA, richer service pages */
.simple-hero {
  min-height: 720px !important;
  padding-bottom: 110px !important;
}
.simple-hero video {
  transform: scale(1.12) !important;
  transform-origin: center center !important;
  filter: saturate(1.05) contrast(1.03) brightness(0.94) !important;
  opacity: 0.92 !important;
}
.simple-hero .hero-shade {
  background: linear-gradient(
    90deg,
    rgba(0, 18, 54, 0.5) 0%,
    rgba(0, 32, 92, 0.3) 48%,
    rgba(0, 32, 92, 0.1) 100%
  ) !important;
}
.proof-strip {
  margin-top: -82px !important;
  z-index: 10 !important;
  position: relative !important;
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid rgba(255, 255, 255, 0.62) !important;
  backdrop-filter: blur(18px) !important;
  box-shadow: 0 24px 70px rgba(0, 32, 92, 0.18) !important;
  animation: proofFloatIn 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.proof-strip div {
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}
.proof-strip div:hover {
  /* transform: translateY(-4px); */
  background: rgba(6, 173, 210, 0.06);
}
@keyframes proofFloatIn {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.feature-band {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.feature-band + .stats-network,
.stats-network {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.stats-network {
  border-radius: 0 !important;
}
.stats-overlay b.is-counting {
  animation: countPulse 0.55s ease both;
}
@keyframes countPulse {
  0% {
    transform: translateY(10px);
    opacity: 0.55;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.requested-infra {
  margin-top: 0 !important;
}
.requested-infra .challenge-overlay {
  width: auto !important;
  max-width: 980px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  padding: 0 24px !important;
  border-radius: 0 !important;
}
.requested-infra:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    rgba(0, 32, 92, 0.08),
    rgba(0, 32, 92, 0.42)
  );
  z-index: 0;
}
.blog-preview .blog-card:nth-of-type(n + 4) {
  display: none !important;
}
.service-hero-bg {
  min-height: 650px !important;
  display: grid !important;
  align-items: center !important;
  position: relative !important;
  overflow: hidden !important;
  color: #fff !important;
  background-image:
    linear-gradient(
      90deg,
      rgba(0, 20, 58, 0.82),
      rgba(0, 32, 92, 0.48),
      rgba(0, 32, 92, 0.16)
    ),
    var(--service-bg) !important;
  background-size: cover !important;
  background-position: center !important;
}
.service-hero-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 32, 92, 0.3));
  pointer-events: none;
}
.service-hero-bg .shell {
  position: relative !important;
  z-index: 1 !important;
}
.service-hero-panel {
  max-width: 760px !important;
  padding: 42px !important;
  border-radius: 30px !important;
  background: rgba(0, 32, 92, 0.36) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28) !important;
  backdrop-filter: blur(10px) !important;
}
.service-hero-panel .eyebrow {
  color: #76e7ff !important;
}
.service-hero-panel h1 {
  color: #fff !important;
  font-size: clamp(48px, 6vw, 82px) !important;
  line-height: 1 !important;
  letter-spacing: 0em !important;
  margin: 12px 0 18px !important;
}
.service-hero-panel p {
  color: rgba(255, 255, 255, 0.91) !important;
  font-size: 18px !important;
  line-height: 1.7 !important;
}
.service-hero-panel .button.ghost {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.65) !important;
}
.service-plan {
  display: grid !important;
  grid-template-columns: 0.9fr 1.1fr !important;
  gap: 34px !important;
  align-items: start !important;
}
.service-plan > div,
.service-plan ul {
  background: #fff !important;
  border: 1px solid rgba(0, 32, 92, 0.1) !important;
  border-radius: 28px !important;
  box-shadow: 0 18px 48px rgba(0, 32, 92, 0.08) !important;
  padding: 34px !important;
}
.service-plan ul {
  margin: 0 !important;
  display: grid !important;
  gap: 16px !important;
  list-style: none !important;
}
.service-plan li {
  position: relative !important;
  padding-left: 34px !important;
  color: #343d4e !important;
  font-weight: 750 !important;
  line-height: 1.55 !important;
}
.service-plan li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #06add2;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 900;
}
.outcome-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 22px !important;
}
.outcome-grid article {
  background: linear-gradient(145deg, #fff, #f3f8ff) !important;
  border: 1px solid rgba(0, 32, 92, 0.09) !important;
  border-radius: 26px !important;
  padding: 28px !important;
  box-shadow: 0 18px 44px rgba(0, 32, 92, 0.08) !important;
}
.outcome-grid h3 {
  color: #00205c !important;
  margin-top: 0 !important;
}
.outcome-grid p {
  color: #343d4e !important;
  line-height: 1.65 !important;
}
@media (max-width: 900px) {
  .simple-hero {
    min-height: 680px !important;
    padding-bottom: 74px !important;
  }
  .proof-strip {
    margin-top: -48px !important;
  }
  .service-hero-bg {
    min-height: 590px !important;
  }
  .service-hero-panel {
    padding: 30px !important;
  }
  .service-plan,
  .outcome-grid {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 700px) {
  .simple-hero video {
    transform: scale(1.2) !important;
  }
  .proof-strip {
    margin-top: -24px !important;
  }
  .service-hero-bg {
    min-height: 560px !important;
  }
  .service-hero-panel {
    max-width: 312px !important;
    padding: 24px !important;
  }
  .service-hero-panel h1 {
    font-size: 34px !important;
  }
  .service-hero-panel p {
    font-size: 15px !important;
  }
  .service-hero-panel .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
  .service-hero-panel .button {
    width: 100% !important;
  }
}

/* Service and industry SEO expansion with user-provided technology visuals */
.service-copy-grid article img {
  min-height: 380px !important;
  object-fit: cover !important;
  object-position: center !important;
  border: 1px solid rgba(6, 173, 210, 0.18) !important;
  background: #001336 !important;
}
.service-copy-grid article:nth-child(2) img,
.service-copy-grid article:nth-child(3) img,
.service-copy-grid article:nth-child(4) img,
.service-copy-grid article:nth-child(5) img {
  filter: saturate(1.08) contrast(1.05) brightness(0.94) !important;
}
.services-seo-hub,
.seo-service-depth,
.industry-seo-depth {
  position: relative;
}
.seo-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}
.seo-card-grid article,
.seo-panel {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 30px;
  background: linear-gradient(180deg, #fff, #f7fbff);
  border: 1px solid rgba(0, 32, 92, 0.1);
  box-shadow: 0 18px 52px rgba(0, 32, 92, 0.1);
}
.seo-card-grid article::after,
.seo-panel::after {
  content: "";
  position: absolute;
  inset: auto -24px -42px auto;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(6, 173, 210, 0.18), transparent 65%);
  pointer-events: none;
}
.seo-card-grid span,
.offer-grid span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  margin-bottom: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--cyan));
  font-weight: 950;
  letter-spacing: 0.02em;
}
.seo-card-grid h3,
.seo-panel h2 {
  margin-bottom: 12px;
}
.service-seo-split,
.industry-checklist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}
.industry-checklist {
  grid-template-columns: 1.1fr 0.9fr;
}
.seo-panel.accent {
  color: #fff;
  background: linear-gradient(145deg, var(--navy-deep), var(--navy));
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 70px rgba(0, 19, 54, 0.25);
}
.seo-panel.accent h2,
.seo-panel.accent h3 {
  color: #fff;
}
.seo-panel.accent p,
.seo-panel.accent li {
  color: #e6f8ff;
}
.seo-panel ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  display: grid;
  gap: 12px;
  font-size: 17px;
}
.seo-panel li::marker {
  color: var(--cyan);
}
.seo-panel a {
  display: inline-flex;
  margin-top: 18px;
  font-weight: 950;
  color: var(--navy);
  border-bottom: 2px solid var(--cyan);
}
.seo-faq-list {
  padding-top: 40px !important;
}
.seo-faq-list details {
  margin: 14px 0;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(0, 32, 92, 0.11);
  box-shadow: 0 14px 36px rgba(0, 32, 92, 0.08);
  overflow: hidden;
}
.seo-faq-list summary {
  cursor: pointer;
  padding: 22px 26px;
  color: var(--navy);
  font-weight: 950;
  font-size: 18px;
}
.seo-faq-list details p {
  padding: 0 26px 24px;
  margin: 0;
}
.service-hero-bg::after {
  background: linear-gradient(
    90deg,
    rgba(0, 19, 54, 0.82),
    rgba(0, 32, 92, 0.54),
    rgba(0, 32, 92, 0.18)
  ) !important;
}
.service-hero-panel {
  box-shadow: 0 26px 82px rgba(0, 19, 54, 0.34) !important;
}
.image-story > div:first-child img {
  border: 1px solid rgba(6, 173, 210, 0.22) !important;
  background: #001336 !important;
}
.industry-seo-depth .section-heading,
.services-seo-hub .section-heading,
.seo-service-depth .section-heading {
  max-width: 920px;
}
@media (max-width: 1000px) {
  .seo-card-grid,
  .service-seo-split {
    grid-template-columns: 1fr 1fr;
  }
  .industry-checklist {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .seo-card-grid,
  .service-seo-split {
    grid-template-columns: 1fr !important;
  }
  .seo-card-grid article,
  .seo-panel {
    padding: 24px;
    border-radius: 24px;
  }
  .service-copy-grid article img {
    min-height: 260px !important;
  }
  .seo-faq-list summary {
    font-size: 16px;
    padding: 18px 20px;
  }
  .seo-faq-list details p {
    padding: 0 20px 20px;
  }
}

/* Service page copy-polish QA fixes */
.offer-grid {
  justify-content: center;
}
.offer-grid article:nth-last-child(2):nth-child(4) {
  grid-column: auto;
}
.seo-card-grid p {
  line-height: 1.65;
}
.seo-card-grid article p {
  font-size: 16.5px;
}
.service-seo-split .seo-panel ul,
.industry-checklist .seo-panel ul {
  font-size: 16.5px;
}
.seo-service-depth .section-heading p,
.industry-seo-depth .section-heading p {
  font-size: clamp(17px, 1.35vw, 20px);
}
@media (min-width: 900px) {
  .offer-grid {
    display: grid;
  }
  .offer-grid article:nth-child(4):nth-last-child(2) {
    margin-left: calc(50% + 11px);
  }
  .offer-grid article:nth-child(5):last-child {
    margin-left: calc(50% + 11px);
  }
}

/* Final offer-grid balance fix: three equal cards top row, two equal centered cards second row */
@media (min-width: 901px) {
  .offer-grid {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 22px !important;
    align-items: stretch !important;
  }
  .offer-grid article {
    grid-column: span 2 !important;
    margin-left: 0 !important;
    width: auto !important;
  }
  .offer-grid article:nth-child(4):nth-last-child(2) {
    grid-column: 2 / span 2 !important;
    margin-left: 0 !important;
  }
  .offer-grid article:nth-child(5):last-child {
    grid-column: 4 / span 2 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 900px) {
  .offer-grid {
    grid-template-columns: 1fr !important;
  }
  .offer-grid article {
    grid-column: auto !important;
    margin-left: 0 !important;
  }
}

/* Mobile-first launch hardening: full-site phone/tablet friendliness */
@media (max-width: 820px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    -webkit-text-size-adjust: 100%;
  }
  :root {
    --mobile-gutter: 24px;
    --shell: calc(100vw - (var(--mobile-gutter) * 2)) !important;
  }
  .shell,
  .section.shell,
  .subhero .shell,
  .service-hero .shell,
  .detail-hero .shell,
  .assessment.shell,
  .seo-service-depth,
  .industry-seo-depth,
  .service-seo-split,
  .industry-checklist,
  .seo-faq-list,
  .services-seo-hub {
    width: var(--shell) !important;
    max-width: var(--shell) !important;
    /* margin-left: var(--mobile-gutter) !important; */
    margin-right: 0 !important;
  }

	.service-hero >

  .site-header {
    top: 10px !important;
    left: 0 !important;
    right: 0 !important;
    position: fixed !important;
  }
  /* .nav {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    margin-left: 14px !important; 
    margin-right: 0 !important;
    min-height: 64px !important;
    padding: 9px 10px 9px 14px !important;
    border-radius: 24px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 46px !important;
    align-items: center !important;
    gap: 8px !important;
  } */
  .brand {
    min-width: 0 !important;
    overflow: hidden !important;
  }
  .brand img {
    width: 142px !important;
    max-width: 100% !important;
    height: auto !important;
  }
  .menu-button {
    display: flex !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
  }
  .nav-links {
    grid-column: 1/-1 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 8px !important;
    padding: 8px !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 16px 32px rgba(0, 32, 92, 0.14) !important;
  }
  .nav-links.is-open {
    display: grid !important;
  }
  .nav-links > a {
    padding: 12px !important;
  }
  .nav-cta {
    display: none !important;
  }

  h1 {
    font-size: clamp(36px, 10.4vw, 48px) !important;
    line-height: 1.05 !important;
    letter-spacing: 0em !important;
  }
  h2 {
    font-size: clamp(28px, 8.5vw, 40px) !important;
    line-height: 1.08 !important;
    letter-spacing: 0em !important;
  }
  h3 {
    font-size: clamp(21px, 6vw, 28px) !important;
    line-height: 1.12 !important;
  }
  p {
    font-size: 16px !important;
    line-height: 1.58 !important;
  }
  .section {
    padding-block: 54px !important;
  }
  .section-label,
  .eyebrow {
    font-size: 11px !important;
    letter-spacing: 0.09em !important;
    line-height: 1.25 !important;
    max-width: 100% !important;
    white-space: normal !important;
  }
  .section-label::before,
  .eyebrow::before {
    width: 20px !important;
    flex: 0 0 20px !important;
  }

  .subhero {
    padding-top: 134px !important;
    padding-bottom: 62px !important;
    margin-top: 0 !important;
    min-height: auto !important;
    overflow: hidden !important;
  }
  .subhero h1 {
    max-width: 100% !important;
  }
  .subhero p {
    max-width: 100% !important;
  }
  .service-hero,
  .service-hero-bg,
  .industry-detail {
    padding-top: 126px !important;
    padding-bottom: 54px !important;
    min-height: auto !important;
    margin-top: 0 !important;
    overflow: hidden !important;
  }
  .service-hero .shell,
  .industry-detail .shell {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    align-items: start !important;
  }
  .service-hero-panel {
    width: 100% !important;
    max-width: 100% !important;
    padding: 24px !important;
    border-radius: 28px !important;
    background: rgba(0, 19, 54, 0.78) !important;
  }
  .service-hero-panel p {
    max-width: 100% !important;
  }
  .service-hero img,
  .industry-detail img {
    width: 100% !important;
    height: auto !important;
    max-height: 320px !important;
    object-fit: cover !important;
    border-radius: 26px !important;
  }
  .service-hero-bg::after {
    background: linear-gradient(
      180deg,
      rgba(0, 19, 54, 0.68),
      rgba(0, 19, 54, 0.38)
    ) !important;
  }
  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
  }
  .hero-actions .button,
  .button {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 50px !important;
    text-align: center !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .service-grid,
  .industry-grid,
  .path-grid,
  .process-grid,
  .stats-overlay,
  .offer-grid,
  .seo-card-grid,
  .service-seo-split,
  .industry-checklist,
  .outcome-grid,
  .blog-grid,
  .form-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .service-card,
  .industry-card,
  .seo-card-grid article,
  .seo-panel,
  .offer-grid article,
  .outcome-grid article,
  .blog-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    grid-column: auto !important;
    padding: 24px !important;
    border-radius: 24px !important;
    overflow: hidden !important;
  }
  .service-card img {
    width: 58px !important;
    height: 58px !important;
  }
  .industry-card {
    min-height: 300px !important;
  }
  .industry-card img {
    height: 100% !important;
  }
  .service-copy-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    width: var(--shell) !important;
    max-width: var(--shell) !important;
    /* margin-left: var(--mobile-gutter) !important; */
    margin-right: 0 !important;
  }
  .service-copy-grid article,
  .service-copy-grid article:nth-child(even) {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    border-radius: 28px !important;
    overflow: hidden !important;
  }
  .service-copy-grid article img {
    width: 100% !important;
    height: 230px !important;
    min-height: 230px !important;
    border-radius: 0 !important;
  }
  .service-copy-grid article div {
    padding: 24px !important;
  }
  .service-copy-grid article:nth-child(even) img {
    order: 0 !important;
  }

  .image-story {
    width: var(--shell) !important;
    max-width: var(--shell) !important;
    /* margin-left: var(--mobile-gutter) !important; */
    margin-right: 0 !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .image-story > div:first-child {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .image-story > div:first-child img,
  .image-story > div:first-child img:first-child {
    height: 210px !important;
    grid-column: auto !important;
    border-radius: 20px !important;
  }
  .image-story article {
    padding: 24px !important;
    border-radius: 24px !important;
  }
  .content-band,
  .assessment-card,
  .split-intro,
  .detail-grid {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .assessment-card {
    padding: 24px !important;
    border-radius: 26px !important;
  }
  .assessment-form input,
  .assessment-form select,
  .assessment-form textarea {
    width: 100% !important;
    min-width: 0 !important;
  }
  .check {
    align-items: flex-start !important;
    gap: 12px !important;
  }
  .check input {
    width: 22px !important;
    height: 22px !important;
    flex: 0 0 22px !important;
    margin-top: 3px !important;
  }
  .seo-faq-list details {
    border-radius: 20px !important;
    margin: 12px 0 !important;
  }
  .seo-faq-list summary {
    padding: 18px 18px !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
  }
  .seo-faq-list details p {
    padding: 0 18px 18px !important;
  }
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  .footer {
    overflow: hidden !important;
  }
  .backtop {
    right: 12px !important;
    bottom: 18px !important;
    transform: scale(0.82) !important;
    transform-origin: bottom right !important;
  }
}
@media (max-width: 420px) {
  :root {
    --mobile-gutter: 22px;
    --shell: calc(100vw - 44px) !important;
  }
  .brand img {
    width: 132px !important;
  }
  /* .nav {
    width: calc(100vw - 24px) !important;
    margin-left: 12px !important;
    grid-template-columns: minmax(0, 1fr) 42px !important;
  } */
  .menu-button {
    width: 42px !important;
    height: 42px !important;
  }
  h1 {
    font-size: clamp(32px, 9.4vw, 40px) !important;
  }
  h2 {
    font-size: clamp(27px, 8vw, 36px) !important;
  }
  .service-card,
  .industry-card,
  .seo-card-grid article,
  .seo-panel,
  .offer-grid article,
  .outcome-grid article,
  .blog-card,
  .assessment-card {
    padding: 22px !important;
  }
}

/* Final mobile overflow clamp after device QA */
@media (max-width: 820px) {
  body {
    overflow-x: clip !important;
  }
  .assessment-card,
  .challenge-overlay,
  .requested-infra .challenge-overlay {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }
  .assessment.shell .assessment-card,
  .section.assessment .assessment-card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  .challenge-overlay.shell {
    width: var(--shell) !important;
    max-width: var(--shell) !important;
    margin-left: var(--mobile-gutter) !important;
    margin-right: 0 !important;
  }
  .simple-hero video,
  .hero-video {
    max-width: none !important;
    pointer-events: none !important;
  }
  .stats-network > img {
    max-width: none !important;
  }
}
@media (max-width: 420px) {
  .assessment-card {
    padding: 20px !important;
  }
}

/* Home infrastructure mobile final clamp */
@media (max-width: 520px) {
  .requested-infra .challenge-overlay {
    padding-left: 14px !important;
    padding-right: 14px !important;
    width: calc(100vw - 56px) !important;
    max-width: calc(100vw - 56px) !important;
    /* margin-left: 28px !important; */
    margin-right: 0 !important;
  }
  .requested-infra .challenge-overlay h2,
  .challenge-overlay h2 {
    max-width: 100% !important;
    font-size: 30px !important;
    line-height: 1.08 !important;
    overflow-wrap: anywhere !important;
  }
  .requested-infra .challenge-overlay .button,
  .challenge-overlay .button {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

/* Final phone readability pass for service/industry pages */
@media (max-width: 520px) {
  .subhero .shell,
  .detail-hero .shell,
  .service-hero-bg .shell,
  .section.shell,
  main > .shell {
    width: calc(100vw - 64px) !important;
    max-width: calc(100vw - 64px) !important;
    /* margin-left: 24px !important; */
    /* margin-right: 0 !important; */
  }
  .subhero {
    padding-top: 150px !important;
    padding-bottom: 64px !important;
    overflow: hidden !important;
  }
  .subhero h1,
  .detail-hero h1,
  .service-hero-panel h1 {
    font-size: 29px !important;
    line-height: 1.12 !important;
    letter-spacing: 0em !important;
    max-width: 100% !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: auto !important;
  }
  .subhero p,
  .detail-hero p,
  .service-hero-panel p,
  .service-card p,
  .industry-card p,
  .seo-panel p,
  .seo-card-grid article p,
  .offer-grid article p {
    font-size: 14px !important;
    line-height: 1.55 !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
  }
  .service-grid,
  .industry-grid,
  .offer-grid,
  .seo-card-grid,
  .service-plan,
  .outcome-grid,
  .service-copy-grid,
  .services-seo-hub .seo-card-grid,
  .industry-seo-depth .seo-card-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 18px !important;
  }
  .service-card,
  .industry-card,
  .offer-grid article,
  .seo-card-grid article,
  .seo-panel,
  .service-plan article,
  .outcome-grid article,
  .image-story article,
  .blog-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 20px !important;
    border-radius: 24px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .service-card::before {
    right: -92px !important;
    top: -92px !important;
    opacity: 0.45 !important;
  }
  .service-card h3,
  .industry-card h3,
  .offer-grid article h3,
  .seo-card-grid article h3,
  .seo-panel h2 {
    font-size: 22px !important;
    line-height: 1.12 !important;
    letter-spacing: 0em !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
  }
  .service-card .section-label,
  .section-label,
  .eyebrow {
    font-size: 10px !important;
    letter-spacing: 0.06em !important;
    white-space: normal !important;
  }
  .service-card a,
  .button,
  .hero-actions .button {
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
  }
  .service-hero-panel {
    width: 100% !important;
    max-width: 100% !important;
    padding: 22px !important;
    margin: 0 !important;
  }
}

/* Blog bottom services CTA using original ScoNet blog services artwork */
.blog-services-cta {
  position: relative;
  margin-top: 70px !important;
  margin-bottom: 90px !important;
  min-height: 520px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 34px;
  background: #263342;
  box-shadow: 0 28px 90px rgba(0, 32, 92, 0.18);
  isolation: isolate;
}
.blog-services-cta-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("../images/blog3image.png");
  background-size: cover;
  background-position: center;
  filter: saturate(1.02) contrast(1.04) brightness(0.78);
  transform: scale(1.01);
}
.blog-services-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(0, 19, 54, 0.32),
    rgba(0, 19, 54, 0.1) 45%,
    rgba(0, 19, 54, 0.38)
  );
}
.blog-services-cta-content {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 14px;
  padding: 54px 24px;
  color: #fff;
}
.blog-services-cta-content .section-label {
  color: #fff !important;
  margin: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}
.blog-services-cta-content .section-label::before {
  display: none !important;
}
.blog-services-cta-content h2 {
  margin: 0 0 260px;
  color: #fff;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.32);
}
.blog-services-cta-content .button {
  min-width: 240px;
  min-height: 56px;
  color: #fff !important;
  background: #00205c !important;
  border: 3px solid #00205c !important;
  box-shadow: 0 18px 44px rgba(0, 19, 54, 0.32) !important;
  font-size: 19px;
}
.blog-services-cta-content .button:hover {
  background: #06add2 !important;
  border-color: #06add2 !important;
  color: #00205c !important;
}
.blog article + .blog-services-cta {
  margin-top: 40px !important;
}
@media (max-width: 820px) {
  .blog-services-cta {
    width: calc(100vw - 52px) !important;
    max-width: 338px !important;
    margin-left: 26px !important;
    margin-right: 0 !important;
    min-height: 420px;
    border-radius: 28px;
  }
  .blog-services-cta-media {
    background-size: cover;
    background-position: center;
  }
  .blog-services-cta-content {
    padding: 42px 18px;
  }
  .blog-services-cta-content h2 {
    font-size: 32px !important;
    margin-bottom: 205px;
  }
  .blog-services-cta-content .button {
    width: 100%;
    min-width: 0;
    font-size: 17px;
  }
}

/* Keep the original services artwork fully visible in blog CTAs */
.blog-services-cta-media {
  background-size: min(980px, 88%) auto !important;
  background-repeat: no-repeat !important;
  background-position: center 56% !important;
  background-color: #263342 !important;
}
@media (max-width: 820px) {
  .blog-services-cta-media {
    background-size: 92% auto !important;
    background-position: center 56% !important;
  }
}

/* User-requested services/industries first-section image backgrounds */
.subhero.services-image-hero,
.subhero.industries-image-hero {
  background-color: #001336 !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.subhero.services-image-hero {
  background-image: url("../images/services-hero-digital-infrastructure.jpg") !important;
}
.subhero.industries-image-hero {
  background-image: url("../images/industries-hero-legal-security.jpg") !important;
}
.subhero.services-image-hero::after,
.subhero.industries-image-hero::after {
  display: none !important;
}
.subhero.services-image-hero .shell,
.subhero.industries-image-hero .shell {
  max-width: 900px;
  margin-left: max(22px, calc((100vw - 1180px) / 2)) !important;
  margin-right: auto !important;
}
.subhero.services-image-hero h1,
.subhero.industries-image-hero h1,
.subhero.services-image-hero p,
.subhero.industries-image-hero p {
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.38);
}

/* Blog services CTA: same ScoNet artwork color, no extra overlay/card effects */
.blog-services-cta {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 25px !important;
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.blog-services-cta::after {
  display: none !important;
}
.blog-services-cta-media {
  filter: none !important;
  transform: none !important;
  inset: 0 !important;
  border-radius: 25px !important;
  background-image: url("../images/blog3image.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: transparent !important;
}
.blog-services-cta-content {
  position: relative;
  z-index: 1;
}
.blog-services-cta-content h2,
.blog-services-cta-content .section-label {
  text-shadow: none !important;
}
.blog-services-cta-content .button {
  background: #00205c !important;
  border-color: #00205c !important;
  color: #fff !important;
}
.industry-contact-bottom {
  padding-top: 40px !important;
}
.industry-contact-bottom .assessment-card {
  background: linear-gradient(135deg, #fff, #f5fbff) !important;
}
@media (max-width: 820px) {
  .subhero.services-image-hero,
  .subhero.industries-image-hero {
    background-position: center right !important;
  }
  .subhero.services-image-hero .shell,
  .subhero.industries-image-hero .shell {
    /* width: calc(100vw - 64px) !important; */
    /* max-width: calc(100vw - 64px) !important; */
    /* margin-left: 24px !important; */
    /* margin-right: 0 !important; */
  }
  .blog-services-cta {
    min-height: 420px !important;
    border-radius: 25px !important;
  }
  .blog-services-cta-media {
    background-size: cover !important;
    background-position: center !important;
    border-radius: 25px !important;
  }
  .blog-services-cta-content h2 {
    margin-bottom: 205px !important;
  }
}

/* Extra mobile clarity after image-background update */
@media (max-width: 520px) {
  .services-image-hero h1,
  .industries-image-hero h1 {
    font-size: 27px !important;
    line-height: 1.14 !important;
  }
  .service-card::before {
    display: none !important;
  }
  .service-card,
  .industry-card {
    overflow: visible !important;
  }
}

/* Conservative narrow-phone content width for overview pages */
@media (max-width: 520px) {
  body.services-page .subhero .shell,
  body.services-page .section.shell,
  body.industries-page .subhero .shell,
  body.industries-page .section.shell {
    width: 300px !important;
    max-width: 300px !important;
    margin-left: 26px !important;
    margin-right: 0 !important;
  }
  body.services-page .service-card,
  body.services-page .service-card h3,
  body.services-page .service-card p,
  body.industries-page .industry-card,
  body.industries-page .industry-card h3,
  body.industries-page .industry-card p {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
  }
  body.services-page .service-card,
  body.industries-page .industry-card {
    padding: 18px !important;
  }
  body.services-page .service-card h3,
  body.industries-page .industry-card h3 {
    font-size: 20px !important;
  }
}

/* Keep mobile industry contact form clear of fixed navigation */
@media (max-width: 820px) {
  .industry-contact-bottom {
    padding-top: 120px !important;
    scroll-margin-top: 130px !important;
  }
}

/* Header dropdowns and resources/privacy update */
.nav-group > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.nav-group > a::before {
  content: "";
}
.nav-group > a::after {
  right: auto;
  width: 100%;
}
.nav-group > a .chevron {
  display: none;
}
.nav-group > a::marker {
  display: none;
}
.nav-group > a:not(:only-child) {
}
.nav-group > a {
  white-space: nowrap;
}
.nav-group > a::selection {
  background: rgba(6, 173, 210, 0.18);
}
.nav-group > a:after {
  bottom: 20px;
}
.nav-group > a::before {
  display: none;
}
.nav-group > a {
  cursor: pointer;
}
.nav-group > a[href$="services.html"]::after,
.nav-group > a[href$="industries.html"]::after,
.nav-group > a[href$="blog.html"]::after {
  content: "";
}
.nav-group > a::after {
}
.nav-group > a {
  position: relative;
}
.nav-group > a + .mega::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  height: 18px;
}
.nav-group > a {
  padding-right: 14px;
}
.nav-group > a::before {
  content: "▾";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-48%);
  font-size: 10px;
  color: var(--cyan);
}
.resources-menu .mega {
  min-width: 205px;
}
.services-menu .mega {
  min-width: 245px;
}
.industries-menu .mega {
  min-width: 230px;
}
.subhero.blog-hero {
  background:
    linear-gradient(90deg, rgba(0, 19, 54, 0.76), rgba(0, 32, 92, 0.42)),
    url("../images/blog1Figma.png") center/cover no-repeat !important;
  color: #fff;
}
.subhero.blog-hero h1,
.subhero.blog-hero p {
  color: #fff !important;
}
.subhero.blog-hero .eyebrow {
  color: #7deaff !important;
}
.privacy-hero {
  background: linear-gradient(135deg, var(--navy-deep), var(--navy));
  color: #fff;
}
.privacy-hero h1,
.privacy-hero p {
  color: #fff;
}
.privacy-content .seo-panel {
  max-width: 980px;
  margin-inline: auto;
}
.privacy-content h2 {
  font-size: clamp(28px, 3.5vw, 46px);
  margin-top: 28px;
}
.privacy-content h3 {
  font-size: clamp(22px, 2.4vw, 30px);
  margin-top: 24px;
}
.privacy-content h4 {
  font-size: 20px;
  color: var(--navy);
  margin: 22px 0 8px;
}
.privacy-updated {
  font-weight: 950;
  color: var(--navy) !important;
}
.policy-bullet {
  position: relative;
  padding-left: 24px;
}
.policy-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--cyan);
}
.anchor-target {
  display: block;
  position: relative;
  top: -130px;
  visibility: hidden;
}
@media (max-width: 820px) {
  .nav-group {
    width: 100%;
  }
  .nav-group > a {
    display: block;
    padding: 13px 10px !important;
  }
  .nav-group > a::before {
    right: 10px;
  }
  .nav-group .mega {
    display: grid !important;
    position: static !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    box-shadow: none !important;
    border: 0 !important;
    background: #f6fbff !important;
    border-radius: 16px !important;
    min-width: 0 !important;
    margin: 0 0 8px 0 !important;
    padding: 6px !important;
  }
  .nav-group .mega a {
    padding: 10px 12px !important;
    font-size: 13px !important;
  }
  .nav-links.is-open {
    max-height: calc(100vh - 110px);
    overflow: auto;
  }
  .subhero.blog-hero {
    background-position: center top !important;
  }
  .privacy-content .seo-panel {
    padding: 24px !important;
  }
}

/* Hero video quality and dropdown placement refinement */
:root {
  --dropdown-offset: 82px;
}
@media (min-width: 821px) {
  .mega {
    top: var(--dropdown-offset) !important;
  }
  .nav-group > a + .mega::before {
    top: -22px !important;
    height: 24px !important;
  }
}
.simple-hero video {
  transform: scale(1.04) !important;
  object-position: 54% center !important;
  filter: saturate(1.04) contrast(1.02) brightness(0.96) !important;
  opacity: 0.96 !important;
}
.simple-hero .hero-shade {
  background: linear-gradient(
    90deg,
    rgba(0, 18, 54, 0.48) 0%,
    rgba(0, 32, 92, 0.28) 48%,
    rgba(0, 32, 92, 0.08) 100%
  ) !important;
}
@media (max-width: 820px) {
  .simple-hero video,
  .stats-network > img {
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    right: auto !important;
  }
}

/* Subtle scroll and proof metric animations */
[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  transition:
    opacity 0.72s cubic-bezier(0.2, 0.75, 0.2, 1),
    transform 0.72s cubic-bezier(0.2, 0.75, 0.2, 1),
    filter 0.72s ease;
  will-change: opacity, transform;
}
[data-reveal="reveal-up"] {
  filter: blur(3px);
}
[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}
.scroll-reveal {
  opacity: 0;
  transform: translateY(24px);
}
.scroll-reveal.is-visible,
.reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}
[data-reveal-stagger] > * {
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0.985);
}
[data-reveal-stagger].is-visible > * {
  animation: metricSoftRise 0.64s cubic-bezier(0.2, 0.75, 0.25, 1) forwards;
}
[data-reveal-stagger].is-visible > *:nth-child(2) {
  animation-delay: 0.12s;
}
[data-reveal-stagger].is-visible > *:nth-child(3) {
  animation-delay: 0.24s;
}
@keyframes metricSoftRise {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
.proof-strip[data-reveal-stagger] {
  overflow: hidden;
  isolation: isolate;
}
.proof-strip[data-reveal-stagger]::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  background: linear-gradient(
    115deg,
    transparent 0%,
    rgba(6, 173, 210, 0.18) 26%,
    rgba(255, 255, 255, 0.72) 50%,
    rgba(6, 173, 210, 0.16) 72%,
    transparent 100%
  );
  transform: translateX(-105%);
  opacity: 0;
}
.proof-strip[data-reveal-stagger].is-visible::before {
  animation: proofGlowSweep 1.55s ease-out 0.18s both;
}
@keyframes proofGlowSweep {
  0% {
    opacity: 0;
    transform: translateX(-105%);
  }
  22% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    transform: translateX(105%);
  }
}
.proof-strip[data-reveal-stagger].is-visible b {
  animation: proofMetricReveal 0.72s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.proof-strip[data-reveal-stagger].is-visible div:nth-child(2) b {
  animation-delay: 0.12s;
}
.proof-strip[data-reveal-stagger].is-visible div:nth-child(3) b {
  animation-delay: 0.24s;
}
@keyframes proofMetricReveal {
  0% {
    letter-spacing: 0em;
    transform: translateY(12px) scale(0.94);
    filter: blur(3px);
    opacity: 0.2;
  }
  58% {
    letter-spacing: 0em;
    transform: translateY(-2px) scale(1.025);
    filter: blur(0);
    opacity: 1;
  }
  100% {
    letter-spacing: 0;
    transform: translateY(0) scale(1);
    filter: blur(0);
    opacity: 1;
  }
}
.proof-strip[data-reveal-stagger] span {
  transition:
    color 0.45s ease,
    transform 0.45s ease;
}
.proof-strip[data-reveal-stagger].is-visible span {
  color: #243b5f;
}
@media (prefers-reduced-motion: reduce) {
  [data-reveal],
  [data-reveal-stagger] > *,
  .proof-strip[data-reveal-stagger] b {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
    transition: none !important;
  }
  .proof-strip[data-reveal-stagger]::before {
    display: none !important;
  }
}
@media (max-width: 820px) {
  [data-reveal] {
    transform: translate3d(0, 16px, 0);
    transition-duration: 0.58s;
  }
  .proof-strip[data-reveal-stagger].is-visible > * {
    animation-duration: 0.52s;
  }
  .site-header {
    top: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background: linear-gradient(
      180deg,
      rgba(239, 242, 250, 0.98) 0%,
      rgba(239, 242, 250, 0.82) 72%,
      rgba(239, 242, 250, 0) 100%
    ) !important;
  }
}

/* mobile-nav-accordion + mobile-image-efficiency: compact mobile UX pass */
@media (max-width: 820px) {
  .site-header {
    z-index: 120 !important;
  }
  /* .nav {
    align-items: center !important;
    border-radius: 24px !important;
    min-height: 62px !important;
    padding: 9px 11px !important;
  } */
  .brand img {
    max-width: 132px !important;
    width: 132px !important;
    height: auto !important;
  }
  .menu-button {
    width: 44px !important;
    height: 44px !important;
    border-radius: 18px !important;
  }
  .nav-links {
    position: absolute !important;
    left: 50% !important;
    top: calc(100% + 10px) !important;
    transform: translateX(-50%) translateY(-8px) !important;
    width: min(358px, calc(100vw - 32px)) !important;
    max-height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    padding: 0 10px !important;
    display: grid !important;
    gap: 6px !important;
    border: 1px solid rgba(0, 32, 92, 0.11) !important;
    background: rgba(255, 255, 255, 0.98) !important;
    border-radius: 24px !important;
    box-shadow: 0 22px 70px rgba(0, 32, 92, 0.22) !important;
    backdrop-filter: blur(18px) !important;
    transition:
      max-height 0.28s ease,
      opacity 0.2s ease,
      transform 0.24s ease,
      padding 0.24s ease !important;
  }
  .nav-links.is-open {
    max-height: min(70vh, 560px) !important;
    overflow: auto !important;
    opacity: 1 !important;
    padding: 10px !important;
    transform: translateX(-50%) translateY(0) !important;
  }
  .nav-links > a,
  .nav-group > a {
    min-height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 12px !important;
    border-radius: 16px !important;
    color: #163158 !important;
    background: transparent !important;
    font-size: 14px !important;
    line-height: 1.15 !important;
  }
  .nav-links > a:hover,
  .nav-group.is-expanded > a,
  .nav-links > a[aria-current="page"] {
    background: #eef9fd !important;
    color: var(--navy) !important;
  }
  .nav-group > a::before {
    content: "+" !important;
    display: grid !important;
    place-items: center !important;
    right: 12px !important;
    width: 22px !important;
    height: 22px !important;
    border-radius: 999px !important;
    background: rgba(6, 173, 210, 0.12) !important;
    color: var(--navy) !important;
    font-size: 15px !important;
    font-weight: 950 !important;
  }
  .nav-group.is-expanded > a::before {
    content: "−" !important;
    background: var(--cyan) !important;
    color: white !important;
  }
  .nav-group .mega {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 6px !important;
    max-height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    margin: 0 !important;
    padding: 0 6px !important;
    border: 0 !important;
    box-shadow: none !important;
    background: linear-gradient(180deg, #f8fdff, #eef8fc) !important;
    border-radius: 18px !important;
    transition:
      max-height 0.24s ease,
      opacity 0.18s ease,
      padding 0.2s ease,
      margin 0.2s ease !important;
  }
  .nav-group.is-expanded .mega {
    max-height: 230px !important;
    overflow: auto !important;
    opacity: 1 !important;
    margin: 0 0 4px !important;
    padding: 8px !important;
  }
  .nav-group .mega a {
    min-height: 38px !important;
    display: flex !important;
    align-items: center !important;
    padding: 9px 10px !important;
    border-radius: 13px !important;
    font-size: 12.5px !important;
    line-height: 1.18 !important;
    background: #fff !important;
    border: 1px solid rgba(0, 32, 92, 0.07) !important;
  }
  .resources-menu .mega {
    grid-template-columns: 1fr !important;
  }
  .nav-links > a[href$="contact.html"] {
    background: var(--navy) !important;
    color: #fff !important;
    justify-content: center !important;
    margin-top: 2px !important;
  }
}
@media (max-width: 820px) {
  /* mobile-image-efficiency */
  .subhero {
    padding-top: 122px !important;
    padding-bottom: 46px !important;
    min-height: auto !important;
  }
  .subhero .shell {
    display: block !important;
  }
  .subhero h1 {
    font-size: clamp(28px, 8vw, 38px) !important;
    line-height: 1.08 !important;
    margin-bottom: 12px !important;
  }
  .subhero p {
    font-size: 15px !important;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
  }
  .service-hero-bg {
    min-height: auto !important;
    padding: 124px 0 54px !important;
  }
  .service-hero-bg .shell, .industry-detail .shell, .blog-hero .shell, .support-hero .shell, .privacy-hero .shell, .contact-hero .shell {
		margin: auto !important;
    /* width: calc(100vw - 44px) !important;
    max-width: 346px !important;
    margin-left: 22px !important; */
  }
  .service-hero-card {
    padding: 22px !important;
    border-radius: 24px !important;
  }
  .service-hero-card h1 {
    font-size: clamp(30px, 8.5vw, 40px) !important;
    line-height: 1.08 !important;
    margin-bottom: 12px !important;
  }
  .service-hero-card p {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
  .service-hero-card .hero-actions {
    gap: 9px !important;
    margin-top: 16px !important;
  }
  .service-hero-card .button {
    min-height: 46px !important;
  }
  .feature-grid img,
  .service-copy-grid article img,
  .image-story img,
  .image-story img:first-child,
  .industry-checklist img,
  .blog-card img {
    height: clamp(150px, 44vw, 190px) !important;
    border-radius: 20px !important;
    object-fit: cover !important;
  }
  .image-story {
    gap: 18px !important;
  }
  .service-copy-grid article,
  .service-copy-grid article:nth-child(even) {
    gap: 18px !important;
    padding: 20px !important;
    border-radius: 24px !important;
  }
  .section {
    padding-block: 48px !important;
  }
  .blog-hero {
    padding-bottom: 34px !important;
  }
  .blog-grid {
    gap: 16px !important;
  }
  .blog-grid .blog-card {
    display: grid !important;
    grid-template-columns: 108px 1fr !important;
    gap: 12px !important;
    align-items: start !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 12px !important;
    border-radius: 20px !important;
  }
  .blog-card img {
    width: 108px !important;
    height: 96px !important;
    grid-row: 1 / span 4 !important;
  }
  .blog-card h3 {
    font-size: 18px !important;
    line-height: 1.15 !important;
    margin-bottom: 6px !important;
  }
  .blog-card p {
    font-size: 11px !important;
    margin-bottom: 2px !important;
  }
  .blog-card a {
    font-size: 13px !important;
  }
  .industry-card {
    min-height: 250px !important;
    border-radius: 24px !important;
  }
  .industry-card div {
    padding: 18px !important;
  }
  .industry-card h3 {
    font-size: 22px !important;
  }
  .offer-grid,
  .service-grid,
  .industry-grid,
  .seo-card-grid,
  .service-seo-split,
  .industry-checklist {
    gap: 16px !important;
  }
}
@media (max-width: 430px) {
  .blog-grid .blog-card {
    grid-template-columns: 96px 1fr !important;
  }
  .blog-card img {
    width: 96px !important;
    height: 88px !important;
  }
}

/* Cybersecurity-to-stats spacing refinement */
.feature-band {
  padding-top: 72px !important;
  padding-bottom: 42px !important;
  margin-bottom: 0 !important;
}
.feature-grid {
  gap: 38px !important;
}
.feature-grid img {
  height: clamp(300px, 34vw, 400px) !important;
}
.feature-band + .stats-network {
  margin-top: 0 !important;
}
.stats-network {
  min-height: 270px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.stats-overlay {
  min-height: 270px !important;
  gap: 18px !important;
}
.stats-overlay > div {
  padding: 12px 8px !important;
}
.stats-overlay b {
  font-size: clamp(40px, 5.4vw, 72px) !important;
}
.stats-overlay p {
  margin-top: 8px !important;
  font-size: clamp(13px, 1.4vw, 20px) !important;
}
@media (max-width: 820px) {
  .feature-band {
    padding-top: 58px !important;
    padding-bottom: 28px !important;
  }
  .feature-grid {
    gap: 26px !important;
  }
  .feature-grid img {
    height: 300px !important;
  }
  .stats-network {
    min-height: 390px !important;
  }
  .stats-overlay {
    min-height: 390px !important;
    gap: 0 !important;
  }
  .stats-overlay > div {
    padding: 12px 8px !important;
  }
}

/* Service page single-image story refinement */
.image-story {
  grid-template-columns: 1.02fr 0.98fr !important;
  gap: 38px !important;
  align-items: center !important;
}
.image-story > .service-focus-image {
  margin: 0 !important;
  display: block !important;
  overflow: hidden !important;
  border-radius: 34px !important;
  box-shadow: 0 26px 80px rgba(0, 32, 92, 0.16) !important;
  background: #001336 !important;
  border: 1px solid rgba(6, 173, 210, 0.18) !important;
}
.image-story > .service-focus-image img {
  width: 100% !important;
  height: clamp(360px, 36vw, 510px) !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 0 !important;
  filter: saturate(1.06) contrast(1.04) brightness(0.96) !important;
}
.supporting-visuals {
  padding-top: 30px !important;
  display: grid !important;
  grid-template-columns: 0.72fr 1.28fr !important;
  gap: 28px !important;
  align-items: center !important;
}
.supporting-visuals-copy h2 {
  font-size: clamp(30px, 3.4vw, 50px) !important;
  margin-bottom: 0 !important;
}
.supporting-visuals-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
}
.supporting-visuals-grid article {
  overflow: hidden !important;
  border-radius: 28px !important;
  box-shadow: 0 18px 52px rgba(0, 32, 92, 0.12) !important;
  border: 1px solid rgba(0, 32, 92, 0.1) !important;
  background: #fff !important;
}
.supporting-visuals-grid img {
  width: 100% !important;
  height: 260px !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: saturate(1.04) contrast(1.03) !important;
}
@media (max-width: 820px) {
  .image-story,
  .supporting-visuals {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .image-story > .service-focus-image img {
    height: 300px !important;
  }
  .supporting-visuals {
    padding-top: 10px !important;
  }
  .supporting-visuals-grid {
    grid-template-columns: 1fr !important;
  }
  .supporting-visuals-grid img {
    height: 220px !important;
  }
}

/* Service image parity refinement */
.image-story {
  align-items: stretch !important;
}
.image-story > .service-focus-image {
  height: auto !important;
  min-height: clamp(360px, 34vw, 500px) !important;
  display: flex !important;
}
.image-story > .service-focus-image img {
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
}
.image-story > article {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}
@media (max-width: 820px) {
  .image-story > .service-focus-image {
    min-height: 0 !important;
    height: 280px !important;
  }
  .image-story > .service-focus-image img {
    height: 100% !important;
    min-height: 0 !important;
  }
  .image-story > article {
    height: auto !important;
  }
}

/* CMIT-inspired Vimeo client video section */
.cyber-risk-video {
  position: relative;
  width: 100%;
  min-height: clamp(520px, 56.25vw, 760px);
  overflow: hidden;
  background: #041522;
  color: #fff;
  text-align: center;
  isolation: isolate;
}
.cyber-risk-video .section__media {
  position: relative;
  min-height: clamp(520px, 56.25vw, 760px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
}
.cyber-risk-video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.32s ease,
    visibility 0.32s ease;
}
.about-vimeo-frame {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
  padding: 0 !important;
  opacity: 0;
  visibility: hidden;
  background: #041522;
  transition:
    opacity 0.32s ease,
    visibility 0.32s ease;
}
.about-vimeo-frame iframe {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
}
.cyber-risk-video-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 17, 30, 0.18), rgba(0, 32, 92, 0.38)),
    linear-gradient(90deg, rgba(0, 12, 28, 0.26), rgba(0, 0, 0, 0.1));
  z-index: 1;
  transition:
    opacity 0.32s ease,
    visibility 0.32s ease;
}
.cyber-risk-video-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 980px;
  display: grid;
  justify-items: center;
  transition:
    opacity 0.32s ease,
    visibility 0.32s ease;
}
.cyber-risk-video .section-label {
  color: #fff !important;
  letter-spacing: 0.18em !important;
  margin-bottom: 18px !important;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.48);
}
.cyber-risk-video .section-label::before {
  background: #fff;
}
.cyber-risk-video h2 {
  color: #fff;
  font-size: clamp(46px, 6vw, 82px);
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.04;
  margin: 0 0 34px;
  text-shadow: 0 18px 60px rgba(0, 0, 0, 0.52);
}
.cyber-risk-actions {
  display: grid;
  justify-items: center;
}
.cyber-risk-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 38px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #07192c;
  font-family: inherit;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.cyber-risk-play:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.36);
}
.cyber-risk-play span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #07192c;
  color: #fff;
  font-size: 12px;
  padding-left: 2px;
}
.cyber-risk-video.is-playing .cyber-risk-video-content,
.cyber-risk-video.is-playing .cyber-risk-video-shade,
.cyber-risk-video.is-playing .cyber-risk-video-poster {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.cyber-risk-video.is-playing .about-vimeo-frame {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
@media (max-width: 700px) {
  .cyber-risk-video,
  .cyber-risk-video .section__media {
    min-height: 520px;
  }
  .cyber-risk-video-content {
    max-width: calc(100vw - 44px);
  }
  .cyber-risk-video h2 {
    font-size: clamp(40px, 12vw, 60px);
  }
  .cyber-risk-actions {
    width: 100%;
  }
  .cyber-risk-play {
    width: 100%;
    max-width: 320px;
  }
}

/* ScoNet static image section with video copy overlay */
.sconet-image-video-copy {
  position: relative;
  width: 100%;
  min-height: clamp(560px, 56.25vw, 760px);
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #06111f;
  color: #fff;
  isolation: isolate;
  scroll-margin-top: 120px;
}

.sconet-image-video-copy__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.sconet-image-video-copy__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(
      circle at 25% 62%,
      rgba(26, 146, 221, 0.24),
      transparent 34%
    ),
    linear-gradient(
      90deg,
      rgba(3, 10, 20, 0.64) 0%,
      rgba(3, 10, 20, 0.36) 48%,
      rgba(3, 10, 20, 0.7) 100%
    ),
    linear-gradient(180deg, rgba(3, 10, 20, 0.18), rgba(3, 10, 20, 0.58));
  pointer-events: none;
}

.sconet-image-video-copy__content {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: clamp(0.85rem, 1.8vw, 1.25rem);
  text-align: center;
  max-width: min(1040px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 6.5rem) 1rem;
}

.sconet-image-video-copy__eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.72rem, 1vw, 0.92rem);
  font-weight: 850;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.sconet-image-video-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.75rem, 7vw, 6.2rem);
  font-weight: 850;
  line-height: 0.96;
  letter-spacing: 0em;
  text-wrap: balance;
  text-shadow: 0 18px 55px rgba(0, 0, 0, 0.52);
}

.sconet-image-video-copy__content p:not(.sconet-image-video-copy__eyebrow) {
  max-width: 760px;
  margin: 0;
  color: rgba(244, 250, 255, 0.94);
  font-size: clamp(1rem, 1.45vw, 1.28rem);
  line-height: 1.65;
  text-wrap: balance;
  text-shadow: 0 10px 32px rgba(0, 0, 0, 0.48);
}

@media (max-width: 760px) {
  .sconet-image-video-copy {
    min-height: 72vh;
    scroll-margin-top: 96px;
  }

  .sconet-image-video-copy h2 {
    font-size: clamp(2.35rem, 13vw, 4rem);
  }
}

/* Final centering for uploaded ScoNet image/copy section */
#sconet-video.sconet-image-video-copy {
  min-height: clamp(560px, 56.25vw, 760px);
  display: flex;
  align-items: center;
  justify-content: center;
}

#sconet-video .sconet-image-video-copy__image {
  object-position: center center;
  object-fit: cover;
}

#sconet-video .sconet-image-video-copy__content {
  position: relative;
  inset: auto;
  width: min(1040px, calc(100vw - 2rem));
  min-height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-inline: auto;
}

#sconet-video .sconet-image-video-copy__content h2,
#sconet-video .sconet-image-video-copy__content p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Hard reset: static ScoNet image banner. The image is now the section background so the text cannot fall below it. */
#sconet-video.sconet-image-video-copy {
  position: relative !important;
  isolation: isolate;
  width: 100% !important;
  min-height: clamp(560px, 56.25vw, 760px) !important;
  margin: 0 !important;
  padding: clamp(4rem, 8vw, 7rem) 1rem !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  color: #fff !important;
}

#sconet-video.sconet-image-video-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(
      circle at 50% 42%,
      rgba(63, 201, 255, 0.16),
      transparent 42%
    ),
    linear-gradient(180deg, rgba(2, 11, 24, 0.18), rgba(2, 11, 24, 0.42));
  pointer-events: none;
}

#sconet-video .sconet-image-video-copy__image,
#sconet-video .sconet-image-video-copy__overlay {
  display: none !important;
}

#sconet-video .sconet-image-video-copy__content,
#sconet-video .sconet-image-video-copy__content.shell {
  position: static !important;
  inset: auto !important;
  z-index: 1 !important;
  width: min(1040px, calc(100vw - 2rem)) !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  transform: none !important;
}

#sconet-video .sconet-image-video-copy__eyebrow,
#sconet-video .sconet-image-video-copy__content h2,
#sconet-video .sconet-image-video-copy__content p {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Match the established "Our IT Challenges" image-overlay banner style */
#sconet-video.sconet-image-video-copy {
  min-height: 620px !important;
  padding: 110px 0 125px !important;
  display: grid !important;
  place-items: center !important;
  background-image:
    linear-gradient(180deg, rgba(0, 32, 92, 0.34), rgba(0, 19, 54, 0.62)),
    url("../images/sconet-video-section-bg.jpg") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

#sconet-video.sconet-image-video-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(
    circle at 50% 44%,
    rgba(6, 173, 210, 0.12),
    transparent 45%
  );
  pointer-events: none;
}

#sconet-video .sconet-image-video-copy__content,
#sconet-video .sconet-image-video-copy__content.shell {
  width: min(968px, calc(100vw - 48px)) !important;
  max-width: min(968px, calc(100vw - 48px)) !important;
  padding: 0 24px !important;
  display: grid !important;
  justify-items: center !important;
  align-content: center !important;
  gap: 0 !important;
  color: #fff !important;
}

#sconet-video .sconet-image-video-copy__eyebrow.section-label {
  margin: 0 0 24px !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.42) !important;
}

#sconet-video .sconet-image-video-copy__eyebrow.section-label::before {
  background: #06add2 !important;
  box-shadow: 0 0 20px rgba(6, 173, 210, 0.55) !important;
}

#sconet-video .sconet-image-video-copy__content h2 {
  max-width: 980px !important;
  margin: 0 0 26px !important;
  color: #fff !important;
  font-size: clamp(44px, 6.4vw, 86px) !important;
  line-height: 0.98 !important;
  font-weight: 1000 !important;
  letter-spacing: 0em !important;
  text-transform: uppercase !important;
  text-wrap: balance !important;
  text-shadow: 0 14px 42px rgba(0, 0, 0, 0.54) !important;
}

#sconet-video
  .sconet-image-video-copy__content
  p:not(.sconet-image-video-copy__eyebrow) {
  max-width: 760px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: clamp(16px, 1.55vw, 21px) !important;
  line-height: 1.55 !important;
  font-weight: 700 !important;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.48) !important;
}

@media (max-width: 760px) {
  #sconet-video.sconet-image-video-copy {
    min-height: 520px !important;
    padding: 84px 0 92px !important;
  }
  #sconet-video .sconet-image-video-copy__content h2 {
    font-size: clamp(34px, 11vw, 56px) !important;
    line-height: 1.02 !important;
  }
}

/* Final clean image-overlay treatment: full image, centered, normal ScoNet section typography */
#sconet-video.sconet-image-video-copy {
  width: 100% !important;
  margin: 0 !important;
  padding: 72px 0 80px !important;
  background: #f4f8fb !important;
  display: block !important;
  min-height: 0 !important;
  color: #fff !important;
  overflow: visible !important;
}

#sconet-video .sconet-image-video-copy__media {
  position: relative !important;
  width: min(1280px, calc(100vw - 48px)) !important;
  margin: 0 auto !important;
  aspect-ratio: 16 / 9 !important;
  min-height: 0 !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  border-radius: 34px !important;
  background: #001336 !important;
  box-shadow: 0 28px 70px rgba(0, 32, 92, 0.18) !important;
}

#sconet-video .sconet-image-video-copy__image {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #001336 !important;
}

#sconet-video .sconet-image-video-copy__overlay {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  background:
    linear-gradient(180deg, rgba(0, 19, 54, 0.28), rgba(0, 19, 54, 0.56)),
    radial-gradient(circle at 50% 44%, rgba(6, 173, 210, 0.1), transparent 46%) !important;
  pointer-events: none !important;
}

#sconet-video .sconet-image-video-copy__content,
#sconet-video .sconet-image-video-copy__content.shell {
  position: relative !important;
  inset: auto !important;
  z-index: 2 !important;
  width: min(900px, calc(100% - 48px)) !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  justify-items: center !important;
  align-content: center !important;
  text-align: center !important;
  transform: none !important;
  color: #fff !important;
}

#sconet-video .sconet-image-video-copy__eyebrow.section-label {
  margin: 0 0 18px !important;
  color: #aef3ff !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.42) !important;
}

#sconet-video .sconet-image-video-copy__eyebrow.section-label::before {
  background: #06add2 !important;
}

#sconet-video .sconet-image-video-copy__content h2 {
  max-width: 860px !important;
  margin: 0 0 20px !important;
  color: #fff !important;
  font-size: clamp(34px, 4.6vw, 64px) !important;
  line-height: 1.04 !important;
  font-weight: 950 !important;
  letter-spacing: 0em !important;
  text-transform: none !important;
  text-wrap: balance !important;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.52) !important;
}

#sconet-video
  .sconet-image-video-copy__content
  p:not(.sconet-image-video-copy__eyebrow) {
  max-width: 720px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: clamp(16px, 1.35vw, 20px) !important;
  line-height: 1.65 !important;
  font-weight: 650 !important;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.5) !important;
}

@media (max-width: 760px) {
  #sconet-video.sconet-image-video-copy {
    padding: 46px 0 54px !important;
  }
  #sconet-video .sconet-image-video-copy__media {
    width: calc(100vw - 28px) !important;
    border-radius: 22px !important;
    aspect-ratio: 16 / 10 !important;
  }
  #sconet-video .sconet-image-video-copy__content,
  #sconet-video .sconet-image-video-copy__content.shell {
    width: calc(100% - 28px) !important;
  }
  #sconet-video .sconet-image-video-copy__content h2 {
    font-size: clamp(28px, 8.6vw, 44px) !important;
    line-height: 1.06 !important;
  }
  #sconet-video
    .sconet-image-video-copy__content
    p:not(.sconet-image-video-copy__eyebrow) {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }
}

/* EXACT match to the existing full-width image CTA/banner pattern */
#sconet-video.sconet-image-video-copy {
  position: relative !important;
  width: 100% !important;
  min-height: 620px !important;
  margin: 0 !important;
  padding: 110px 0 125px !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  text-align: center !important;
  color: #fff !important;
  background:
    linear-gradient(180deg, rgba(0, 32, 92, 0.28), rgba(0, 32, 92, 0.28)),
    linear-gradient(180deg, rgba(0, 19, 54, 0.34), rgba(0, 19, 54, 0.58)),
    url("../images/sconet-video-section-bg.jpg") center center / cover no-repeat !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#sconet-video.sconet-image-video-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(
    circle at 50% 35%,
    rgba(6, 173, 210, 0.15),
    transparent 42%
  );
  pointer-events: none;
}

#sconet-video .sconet-image-video-copy__media,
#sconet-video .sconet-image-video-copy__image,
#sconet-video .sconet-image-video-copy__overlay {
  display: none !important;
}

#sconet-video .sconet-image-video-copy__content,
#sconet-video .sconet-image-video-copy__content.shell {
  position: relative !important;
  z-index: 1 !important;
  inset: auto !important;
  width: var(--shell) !important;
  max-width: var(--shell) !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  display: grid !important;
  justify-items: center !important;
  align-content: center !important;
  text-align: center !important;
  transform: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

#sconet-video .sconet-image-video-copy__eyebrow.section-label {
  margin: 0 0 18px !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.42) !important;
}

#sconet-video .sconet-image-video-copy__eyebrow.section-label::before {
  background: #06add2 !important;
  box-shadow: 0 0 20px rgba(6, 173, 210, 0.55) !important;
}

#sconet-video .sconet-image-video-copy__content h2 {
  max-width: 980px !important;
  margin: 0 0 22px !important;
  color: #fff !important;
  font-size: clamp(42px, 5.8vw, 78px) !important;
  line-height: 1.02 !important;
  font-weight: 1000 !important;
  letter-spacing: 0em !important;
  text-transform: uppercase !important;
  text-wrap: balance !important;
  text-shadow: 0 14px 42px rgba(0, 0, 0, 0.54) !important;
}

#sconet-video
  .sconet-image-video-copy__content
  p:not(.sconet-image-video-copy__eyebrow) {
  max-width: 760px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: clamp(16px, 1.5vw, 21px) !important;
  line-height: 1.58 !important;
  font-weight: 700 !important;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}

@media (max-width: 760px) {
  #sconet-video.sconet-image-video-copy {
    min-height: 540px !important;
    padding: 90px 0 98px !important;
    background-position: center center !important;
  }
  #sconet-video .sconet-image-video-copy__content,
  #sconet-video .sconet-image-video-copy__content.shell {
    width: calc(100vw - 56px) !important;
    max-width: calc(100vw - 56px) !important;
    padding: 0 !important;
  }
  #sconet-video .sconet-image-video-copy__content h2 {
    font-size: clamp(32px, 10.5vw, 52px) !important;
    line-height: 1.04 !important;
  }
}

/* Visibility fix: make the uploaded ScoNet image clearly visible behind the centered text */
#sconet-video.sconet-image-video-copy {
  background:
    linear-gradient(180deg, rgba(0, 19, 54, 0.18), rgba(0, 19, 54, 0.34)),
    url("../images/sconet-video-section-bg.jpg") center center / cover no-repeat !important;
}

#sconet-video.sconet-image-video-copy::before {
  background: radial-gradient(
    circle at 50% 42%,
    rgba(6, 173, 210, 0.08),
    transparent 44%
  ) !important;
}

#sconet-video .sconet-image-video-copy__content h2,
#sconet-video .sconet-image-video-copy__content p,
#sconet-video .sconet-image-video-copy__eyebrow.section-label {
  text-shadow:
    0 5px 18px rgba(0, 0, 0, 0.72),
    0 14px 42px rgba(0, 0, 0, 0.46) !important;
}

/* CLEAN FINAL: copy the exact full-width image-banner pattern used by "YOUR IT CHALLENGES, SOLVED" */
#sconet-video.challenge-earth.sconet-image-video-copy {
  position: relative !important;
  width: 100% !important;
  min-height: 620px !important;
  margin: 0 !important;
  padding: 110px 0 125px !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  text-align: center !important;
  color: #fff !important;
  background-image:
    linear-gradient(180deg, rgba(0, 32, 92, 0.26), rgba(0, 32, 92, 0.42)),
    url("../images/sconet-video-section-bg.jpg") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#sconet-video.challenge-earth.sconet-image-video-copy::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  background: radial-gradient(
    circle at 50% 35%,
    rgba(6, 173, 210, 0.14),
    transparent 42%
  ) !important;
  pointer-events: none !important;
}

#sconet-video.challenge-earth.sconet-image-video-copy
  .challenge-overlay.sconet-image-video-copy__content,
#sconet-video.challenge-earth.sconet-image-video-copy
  .challenge-overlay.shell.sconet-image-video-copy__content {
  position: relative !important;
  inset: auto !important;
  z-index: 1 !important;
  width: var(--shell) !important;
  max-width: var(--shell) !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  display: grid !important;
  justify-items: center !important;
  align-content: center !important;
  text-align: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

#sconet-video.challenge-earth.sconet-image-video-copy .section-label {
  margin: 0 0 18px !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.48) !important;
}

#sconet-video.challenge-earth.sconet-image-video-copy .section-label::before {
  background: #06add2 !important;
  box-shadow: 0 0 20px rgba(6, 173, 210, 0.55) !important;
}

#sconet-video.challenge-earth.sconet-image-video-copy h2 {
  max-width: 980px !important;
  margin: 0 0 22px !important;
  color: #fff !important;
  font-size: clamp(42px, 5.8vw, 78px) !important;
  line-height: 1.02 !important;
  font-weight: 1000 !important;
  letter-spacing: 0em !important;
  text-transform: uppercase !important;
  text-wrap: balance !important;
  text-shadow: 0 14px 42px rgba(0, 0, 0, 0.58) !important;
}

#sconet-video.challenge-earth.sconet-image-video-copy
  .sconet-image-video-copy__support {
  max-width: 760px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: clamp(16px, 1.45vw, 21px) !important;
  line-height: 1.58 !important;
  font-weight: 700 !important;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.54) !important;
}

#sconet-video.challenge-earth.sconet-image-video-copy
  .sconet-image-video-copy__media,
#sconet-video.challenge-earth.sconet-image-video-copy
  .sconet-image-video-copy__image,
#sconet-video.challenge-earth.sconet-image-video-copy
  .sconet-image-video-copy__overlay {
  display: none !important;
}

@media (max-width: 760px) {
  #sconet-video.challenge-earth.sconet-image-video-copy {
    min-height: 540px !important;
    padding: 90px 0 98px !important;
    background-position: center center !important;
  }
  #sconet-video.challenge-earth.sconet-image-video-copy
    .challenge-overlay.sconet-image-video-copy__content,
  #sconet-video.challenge-earth.sconet-image-video-copy
    .challenge-overlay.shell.sconet-image-video-copy__content {
    width: calc(100vw - 56px) !important;
    max-width: calc(100vw - 56px) !important;
    padding: 0 !important;
  }
  #sconet-video.challenge-earth.sconet-image-video-copy h2 {
    font-size: clamp(32px, 10.5vw, 52px) !important;
    line-height: 1.04 !important;
  }
}

/* Watch Video button for ScoNet image banner */
#sconet-video.challenge-earth.sconet-image-video-copy
  .sconet-image-video-copy__button {
  margin-top: 30px !important;
  min-height: 54px !important;
  padding: 0 30px !important;
  border-radius: 999px !important;
  background: #06add2 !important;
  color: #001336 !important;
  font-weight: 950 !important;
  box-shadow: 0 18px 42px rgba(6, 173, 210, 0.32) !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
}

#sconet-video.challenge-earth.sconet-image-video-copy
  .sconet-image-video-copy__button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 22px 54px rgba(6, 173, 210, 0.42) !important;
}

/* Inline video replacement: clicking Watch Video turns this same banner into the video */
#sconet-video.challenge-earth.sconet-image-video-copy .sconet-inline-video {
  position: absolute !important;
  inset: 0 !important;
  z-index: 3 !important;
  display: none !important;
  width: 100% !important;
  height: 100% !important;
  background: #001336 !important;
}

#sconet-video.challenge-earth.sconet-image-video-copy
  .sconet-inline-video
  iframe {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  display: block !important;
  background: #001336 !important;
}

#sconet-video.challenge-earth.sconet-image-video-copy.is-playing {
  background: #001336 !important;
}

#sconet-video.challenge-earth.sconet-image-video-copy.is-playing::before,
#sconet-video.challenge-earth.sconet-image-video-copy.is-playing
  .sconet-image-video-copy__content {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#sconet-video.challenge-earth.sconet-image-video-copy.is-playing
  .sconet-inline-video {
  display: block !important;
}

/* Microsoft Copilot service page */
.copilot-hero .service-hero-panel {
  border-color: rgba(46, 196, 255, 0.28);
  box-shadow: 0 24px 70px rgba(0, 32, 92, 0.28);
}
[data-copilot-story] .service-focus-image::after {
  /* content: "AI + M365"; */
  position: absolute;
  right: 18px;
  bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(0, 32, 92, 0.72);
  color: #fff;
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

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

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