@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/space-grotesk-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --ig-night: #131c27;
  --ig-night-soft: #243241;
  --ig-contrast: #0f1720;
  --ig-surface: #eef2f5;
  --ig-surface-strong: #e0e7ed;
  --ig-paper: #fcfdff;
  --ig-panel: #ffffff;
  --ig-copy: #253240;
  --ig-muted: #617283;
  --ig-border: rgba(94, 104, 115, 0.16);
  --ig-accent: #1c84d8;
  --ig-accent-dark: #155f9d;
  --ig-cyan: #748391;
  --ig-iron: #5e6873;
  --ig-iron-soft: #9ba6b1;
  --ig-warm: #c98a3d;
  --ig-warm-soft: rgba(201, 138, 61, 0.14);
  --ig-shadow-lg: 0 24px 60px rgba(14, 24, 36, 0.18);
  --ig-shadow-md: 0 16px 34px rgba(18, 31, 45, 0.1);
  --ig-radius-xl: 0;
  --ig-radius-lg: 0;
  --ig-page-gutter: clamp(1rem, 2vw, 2rem);
  --ig-content-max: 1500px;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  font-family: "Space Grotesk", sans-serif;
  color: var(--ig-copy);
  line-height: 1.7;
  background: #edf2f6;
  text-rendering: optimizeLegibility;
}

.container {
  width: 100%;
  max-width: var(--ig-content-max);
  padding-left: var(--ig-page-gutter);
  padding-right: var(--ig-page-gutter);
}

a {
  color: inherit;
  text-decoration-color: rgba(28, 132, 216, 0.28);
  text-underline-offset: 0.18em;
}

a:hover,
a:focus {
  color: var(--ig-accent-dark);
}

.site-main {
  min-height: 55vh;
  overflow: clip;
}

.site-header {
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.site-header-shell {
  background: rgba(249, 251, 253, 0.95);
  border-bottom: 1px solid rgba(28, 132, 216, 0.34);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7) inset,
    0 14px 28px rgba(16, 29, 43, 0.06),
    0 10px 24px rgba(28, 132, 216, 0.14);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled .site-header-shell {
  background: rgba(252, 253, 255, 0.98);
  border-bottom-color: rgba(28, 132, 216, 0.42);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.84) inset,
    0 16px 34px rgba(16, 29, 43, 0.09),
    0 12px 28px rgba(28, 132, 216, 0.18);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  max-width: min(26rem, 70vw);
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ig-night);
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: 100%;
  height: auto;
}

.brand-logo--header {
  max-width: 22rem;
}

.brand-logo--panel {
  max-width: min(17rem, 68vw);
}

.brand-logo--footer {
  max-width: 18rem;
}

.offcanvas-title {
  max-width: calc(100% - 3rem);
}

.primary-offcanvas {
  color: var(--ig-night);
  background: rgba(252, 253, 255, 0.99);
}

.primary-offcanvas .offcanvas-header {
  border-bottom-color: rgba(94, 104, 115, 0.16) !important;
}

.footer-brand {
  margin-bottom: 1rem;
}

.navbar-light .navbar-nav .nav-link {
  padding: 0.7rem 0.95rem;
  color: rgba(37, 50, 64, 0.82);
  font-size: 0.96rem;
  font-weight: 500;
}

.primary-nav-menu {
  width: 100%;
  gap: 0;
}

.primary-nav-menu > .nav-item {
  width: 100%;
}

.primary-nav-menu .nav-item {
  position: relative;
}

.primary-nav-menu .sub-menu,
.primary-nav-submenu {
  margin: 0;
  padding: 0.5rem 0 0 1rem;
  list-style: none;
  border-left: 1px solid rgba(28, 132, 216, 0.2);
}

.primary-nav-menu .sub-menu .nav-item,
.primary-nav-submenu .nav-item {
  width: 100%;
}

.primary-nav-menu .sub-menu .nav-link,
.primary-nav-submenu .nav-link {
  display: block;
  padding: 0.5rem 0;
  font-size: 0.92rem;
  color: var(--ig-muted);
}

.primary-nav-menu > .menu-item-has-children > .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.primary-nav-menu > .menu-item-has-children > .nav-link::after {
  width: 0.55rem;
  height: 0.55rem;
  content: "";
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-0.1rem);
  opacity: 0.72;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: var(--ig-accent-dark);
}

.navbar-light .navbar-toggler {
  color: var(--ig-night);
}

.btn {
  border-radius: 0;
  font-weight: 600;
  padding: 0.85rem 1.3rem;
}

.btn-brand {
  color: #fff;
  border: 1px solid var(--ig-accent);
  background: var(--ig-accent);
  box-shadow: 0 12px 24px rgba(28, 132, 216, 0.24);
}

.btn-brand:hover,
.btn-brand:focus {
  color: #fff;
  border-color: #48a6ec;
  background: var(--ig-accent-dark);
}

.btn-outline-brand {
  color: var(--ig-night);
  border: 1px solid rgba(94, 104, 115, 0.24);
  background: rgba(255, 255, 255, 0.78);
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
  color: var(--ig-night);
  border-color: rgba(28, 132, 216, 0.36);
  background: #fff;
}

.eyebrow,
.section-kicker,
.blog-card-meta,
.footer-heading {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--ig-warm);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before,
.section-kicker::before {
  width: 2.2rem;
  height: 1px;
  content: "";
  background: currentColor;
}

.hero-section {
  position: relative;
  padding: 7rem 0 3rem;
  border-bottom: 1px solid rgba(19, 28, 39, 0.07);
  overflow: hidden;
}

.hero-section::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(54rem, 54vw);
  content: "";
  background: url("../img/bg-hero-blueprint.svg") center right / cover no-repeat;
  opacity: 0.96;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}

.hero-section > .container,
.section-shell > .container,
.page-content-section > .container,
.page-hero > .container,
.surface-band,
.footer-cta-panel {
  position: relative;
  z-index: 1;
}

.hero-headline {
  color: var(--ig-night);
  font-size: clamp(2.75rem, 7vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.hero-copy,
.page-intro,
.section-heading p,
.blog-card-copy,
.footer-copy,
.form-note {
  color: var(--ig-muted);
}

.hero-copy {
  max-width: 37rem;
  font-size: clamp(1.05rem, 1.6vw, 1.18rem);
}

.hero-panel,
.metric-card,
.content-panel,
.contact-side-card,
.service-card,
.city-card,
.empty-state,
.blog-card,
.content-shell,
.page-hero-shell,
.footer-cta-panel,
.contact-form-panel {
  background: #f9fbfd;
  border: 1px solid rgba(19, 28, 39, 0.08);
  border-radius: var(--ig-radius-xl);
  box-shadow: 0 18px 38px rgba(16, 29, 43, 0.09);
}

.hero-panel,
.content-panel,
.contact-side-card,
.contact-form-panel,
.content-shell,
.page-hero-shell,
.footer-cta-panel,
.empty-state {
  padding: 1.6rem;
}

.hero-panel {
  position: relative;
  overflow: hidden;
  background: #172430 url("../img/bg-dark-signal.svg") center right / cover no-repeat;
  border-color: rgba(19, 28, 39, 0.42);
  box-shadow: 0 28px 60px rgba(10, 19, 28, 0.22);
  color: rgba(255, 255, 255, 0.8);
}

.home-page .home-hero {
  position: relative;
  padding: 5.5rem 0 2rem;
  overflow: hidden;
}

.home-page .home-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: url("../img/bg-hero-blueprint.svg") center right / cover no-repeat;
  opacity: 0.72;
  pointer-events: none;
}

.home-page .home-hero::after {
  position: absolute;
  inset: auto auto 0 0;
  width: 38rem;
  height: 38rem;
  content: "";
  background: none;
  pointer-events: none;
}

.home-hero-copy,
.home-hero-panel {
  position: relative;
  z-index: 1;
  height: 100%;
  border: 1px solid rgba(19, 28, 39, 0.08);
  box-shadow: 0 18px 44px rgba(16, 29, 43, 0.08);
}

.home-hero-copy {
  padding: 2rem;
  background: #f9fbfd;
  backdrop-filter: blur(10px);
}

.home-stat-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-stat-card,
.home-panel-note,
.home-proof-list div {
  border: 1px solid rgba(19, 28, 39, 0.08);
  background: rgba(255, 255, 255, 0.96);
}

.home-stat-card {
  padding: 1rem 1.05rem;
}

.home-stat-card strong,
.home-panel-note strong,
.home-proof-list strong {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--ig-night);
}

.home-stat-card span,
.home-panel-note span,
.home-proof-list span {
  color: var(--ig-muted);
  font-size: 0.96rem;
}

.home-hero-panel {
  padding: 2rem;
  overflow: hidden;
  background: #172430 url("../img/bg-dark-signal.svg") center right / cover no-repeat;
  border-color: rgba(19, 28, 39, 0.42);
  color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 28px 60px rgba(10, 19, 28, 0.22);
}

.home-hero-panel p {
  color: rgba(255, 255, 255, 0.8);
}

.home-hero-panel .section-kicker {
  color: rgba(255, 255, 255, 0.84);
}

.home-hero-panel .section-kicker::before {
  background: var(--ig-warm);
}

.home-hero-panel-stack {
  display: grid;
  gap: 1rem;
}

.home-panel-note {
  padding: 1rem 1.05rem;
}

.home-cta-strip {
  padding: 0 0 1rem;
}

.home-cta-strip-shell,
.home-final-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
}

.home-cta-strip-shell {
  align-items: center;
  padding: 1.35rem 1.6rem;
  border: 1px solid rgba(96, 170, 229, 0.16);
  background: #172430 url("../img/bg-dark-signal.svg") center right / cover no-repeat;
  box-shadow: var(--ig-shadow-lg);
  color: #fff;
}

.home-cta-strip-shell .section-kicker {
  color: rgba(255, 255, 255, 0.82);
}

.home-cta-strip-shell .section-kicker::before {
  background: var(--ig-warm);
}

.home-cta-strip-shell h2 {
  color: #fff;
}

.home-proof-grid {
  display: grid;
  gap: 1rem;
}

.home-proof-list {
  display: grid;
  gap: 0.85rem;
}

.home-proof-list div {
  padding: 0.95rem 1rem;
}

.home-proof-list span {
  display: block;
}

.home-final-cta {
  align-items: center;
  padding: 1.6rem;
}

.home-final-cta > :first-child {
  max-width: 42rem;
}

.home-final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.home-faq-accordion .accordion-item + .accordion-item {
  margin-top: 0.9rem;
}

.hero-panel::before,
.surface-band::before,
.footer-cta-panel::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.hero-panel::before {
  background: none;
}

.hero-panel .section-kicker {
  color: rgba(255, 255, 255, 0.82);
}

.hero-panel .section-kicker::before {
  background: var(--ig-warm);
}

.hero-panel .metric-card {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.hero-panel .metric-card strong {
  color: #fff;
}

.hero-panel .metric-card span {
  color: rgba(255, 255, 255, 0.74);
}

.metric-stack,
.industry-grid,
.process-grid,
.city-grid,
.footer-nav,
.footer-city-list {
  display: grid;
  gap: 1rem;
}

.metric-card,
.service-card-body,
.city-card-body,
.blog-card-body {
  padding: 1.3rem;
}

.metric-card strong,
.process-step strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--ig-night);
}

.metric-card {
  background: #f9fbfd;
  border-color: rgba(19, 28, 39, 0.08);
}

.intent-list,
.signal-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.intent-list li,
.signal-list li {
  position: relative;
  padding-left: 1.65rem;
  margin-bottom: 0.85rem;
}

.intent-list li::before,
.signal-list li::before {
  position: absolute;
  top: 0.62rem;
  left: 0;
  width: 0.65rem;
  height: 0.65rem;
  content: "";
  border-radius: 0;
  background: var(--ig-accent);
}

.section-shell,
.page-content-section {
  position: relative;
  padding: 2.75rem 0 4.25rem;
}

.site-main > .section-shell:nth-of-type(even),
.page-content-section {
  background: #edf2f6;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    inset 0 -1px 0 rgba(19, 28, 39, 0.08);
}

.site-main > .section-shell:nth-of-type(even)::before,
.page-content-section::before,
.page-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: url("../img/bg-section-orbit.svg") center center / cover no-repeat;
  opacity: 0.82;
  pointer-events: none;
}

.site-main > .section-shell:nth-of-type(odd)::before {
  position: absolute;
  inset: 0;
  content: "";
  background: none;
  pointer-events: none;
}

.home-services-shell {
  background: #eef7ff;
}

.home-services-shell::before {
  background: rgba(238, 247, 255, 0.7);
}

.section-heading {
  max-width: 46rem;
  margin-bottom: 2rem;
}

.section-heading h2,
.page-title {
  color: var(--ig-night);
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.industry-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.process-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.city-grid {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.industry-chip,
.process-step,
.accordion-item {
  border: 1px solid var(--ig-border);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.95);
}

.industry-chip,
.process-step {
  padding: 1.15rem 1.2rem;
}

.service-card,
.city-card,
.blog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-card::before,
.city-card::before,
.blog-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  content: "";
  background: var(--ig-accent);
}

.service-card:hover,
.city-card:hover,
.blog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(21, 95, 157, 0.18);
  box-shadow: 0 22px 40px rgba(15, 27, 39, 0.14);
}

.service-card {
  background: #f9fbfd;
}

.city-card {
  background: #f9fbfd;
}

.blog-card {
  background: #f9fbfd;
}

.blog-card-media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #dfe7ee;
}

.blog-card-media-link {
  display: block;
  width: 100%;
  height: 100%;
}

.blog-card-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card h3,
.city-card h3,
.blog-card h2 {
  color: var(--ig-night);
}

.service-link,
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--ig-accent-dark);
  font-weight: 600;
  text-decoration: none;
}

.service-link::after,
.text-link::after {
  content: "->";
}

.surface-band {
  position: relative;
  overflow: hidden;
  padding: 1.6rem;
  border-radius: 0;
  border: 1px solid rgba(28, 132, 216, 0.22);
  background: #172430 url("../img/bg-dark-signal.svg") center right / cover no-repeat;
  color: #fff;
  box-shadow: var(--ig-shadow-lg);
}

.surface-band p,
.surface-band li {
  color: rgba(255, 255, 255, 0.84);
}

.surface-band::before {
  background: none;
}

.surface-band h2,
.surface-band h3 {
  color: #fff;
}

.page-hero {
  position: relative;
  padding: 4.75rem 0 1.5rem;
  border-bottom: 1px solid rgba(19, 28, 39, 0.06);
  background: #f5f7fa;
  overflow: hidden;
}

.content-shell h2,
.content-shell h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: var(--ig-night);
  letter-spacing: -0.03em;
}

.page-hero-shell,
.content-shell {
  background: #f9fbfd;
  border-color: rgba(19, 28, 39, 0.08);
  box-shadow: 0 18px 44px rgba(16, 29, 43, 0.08);
}

.content-shell h2:first-child,
.content-shell h3:first-child {
  margin-top: 0;
}

.content-shell ul,
.content-shell ol {
  padding-left: 1.3rem;
}

.content-shell .section-shell:first-child {
  padding-top: 0;
}

.contact-form-panel .form-label {
  color: var(--ig-night);
  font-weight: 600;
}

.contact-form-panel .form-control,
.contact-form-panel .form-select {
  min-height: 3.25rem;
  border-radius: 0;
  border-color: rgba(94, 104, 115, 0.18);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
}

.contact-form-panel textarea.form-control {
  min-height: 10rem;
}

.contact-form-panel .form-control:focus,
.contact-form-panel .form-select:focus {
  border-color: rgba(28, 132, 216, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(28, 132, 216, 0.14);
}

.accordion-button {
  padding: 1.15rem 1.2rem;
  color: var(--ig-night);
  font-weight: 600;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: var(--ig-night);
  background: #edf5fb;
  box-shadow: inset 4px 0 0 var(--ig-accent);
}

.accordion-body {
  background: rgba(250, 252, 254, 0.95);
  border-top: 1px solid rgba(19, 28, 39, 0.06);
}

.accordion-body,
.site-footer-meta {
  color: var(--ig-copy);
}

.blog-card-footer {
  margin-top: auto;
  padding: 0 1.3rem 1.3rem;
}

.pagination-wrap {
  margin-top: 2rem;
}

.pagination-wrap .pagination {
  margin-bottom: 0;
}

.pagination-wrap .page-link {
  color: var(--ig-accent-dark);
  border-color: rgba(19, 28, 39, 0.12);
  box-shadow: none;
}

.pagination-wrap .page-link:hover,
.pagination-wrap .page-link:focus {
  color: var(--ig-night);
  background: rgba(28, 132, 216, 0.08);
  border-color: rgba(28, 132, 216, 0.28);
}

.pagination-wrap .page-item.active .page-link {
  color: #fff;
  background: var(--ig-accent-dark);
  border-color: var(--ig-accent-dark);
}

.footer-cta {
  padding-top: 1rem;
}

.footer-cta-panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
  overflow: hidden;
  border: 1px solid rgba(96, 170, 229, 0.18);
  background: #172430 url("../img/bg-dark-signal.svg") center right / cover no-repeat;
  color: #fff;
}

.footer-cta-panel::before {
  background: none;
}

.footer-cta-panel .btn-outline-brand {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.32);
  background: transparent;
}

.footer-cta-panel .btn-outline-brand:hover,
.footer-cta-panel .btn-outline-brand:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.56);
  background: rgba(255, 255, 255, 0.08);
}

.site-footer {
  padding: 2.75rem 0 2rem;
  color: rgba(255, 255, 255, 0.84);
  background: #172230 url("../img/bg-dark-signal.svg") center right / cover no-repeat;
}

.footer-brand,
.footer-brand:hover,
.footer-brand:focus,
.footer-link:hover,
.footer-link:focus,
.footer-link.active {
  color: #fff;
}

.footer-link {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.site-footer .footer-copy {
  color: rgba(255, 255, 255, 0.72);
}

.offcanvas,
.navbar-toggler,
.accordion-button,
.btn-close,
.service-card,
.city-card,
.blog-card,
.page-hero-shell,
.content-shell,
.hero-panel,
.metric-card,
.content-panel,
.contact-side-card,
.contact-form-panel,
.footer-cta-panel,
.empty-state {
  border-radius: 0 !important;
}

.site-footer-meta {
  margin-top: 2rem;
  padding-top: 1.25rem;
  color: rgba(255, 255, 255, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.single-article {
  max-width: none;
}

.single-article .post-featured-image {
  margin: 0 0 1.5rem;
}

.single-article .post-featured-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .hero-section {
    padding-top: 4.5rem;
  }

  .home-page .home-hero {
    padding-top: 4rem;
  }

  .home-stat-grid {
    grid-template-columns: 1fr;
  }

  .home-cta-strip-shell,
  .home-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-final-cta-actions {
    width: 100%;
  }

  .primary-offcanvas .offcanvas-body {
    align-items: stretch;
  }

  .navbar-light .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .primary-nav-menu > .menu-item-has-children > .nav-link::after {
    margin-left: auto;
  }

  .brand-lockup {
    max-width: min(19rem, calc(100vw - 8rem));
  }

  .brand-logo--header {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .home-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-proof-grid .content-panel:first-child {
    grid-column: 1 / -1;
  }

  .primary-nav-menu {
    width: auto;
  }

  .primary-nav-menu > .nav-item {
    width: auto;
  }

  .primary-nav-menu > .menu-item-has-children > .sub-menu,
  .primary-nav-menu > .menu-item-has-children > .primary-nav-submenu {
    position: absolute;
    top: calc(100% + 0.7rem);
    left: 0;
    z-index: 30;
    min-width: 16rem;
    padding: 0.65rem 0;
    border: 1px solid rgba(19, 28, 39, 0.08);
    border-left: 1px solid rgba(19, 28, 39, 0.08);
    background: #f9fbfd;
    box-shadow: 0 18px 38px rgba(16, 29, 43, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.4rem);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  }

  .primary-nav-menu > .menu-item-has-children:hover > .sub-menu,
  .primary-nav-menu > .menu-item-has-children:hover > .primary-nav-submenu,
  .primary-nav-menu > .menu-item-has-children:focus-within > .sub-menu,
  .primary-nav-menu > .menu-item-has-children:focus-within > .primary-nav-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .primary-nav-menu > .menu-item-has-children > .sub-menu .nav-link,
  .primary-nav-menu > .menu-item-has-children > .primary-nav-submenu .nav-link {
    display: block;
    padding: 0.6rem 1rem;
    color: var(--ig-copy);
    white-space: nowrap;
  }

  .primary-nav-menu > .menu-item-has-children > .sub-menu .nav-link:hover,
  .primary-nav-menu > .menu-item-has-children > .primary-nav-submenu .nav-link:hover,
  .primary-nav-menu > .menu-item-has-children > .sub-menu .nav-link:focus,
  .primary-nav-menu > .menu-item-has-children > .primary-nav-submenu .nav-link:focus {
    background: rgba(28, 132, 216, 0.08);
    color: var(--ig-accent-dark);
  }
}

@media (max-width: 575.98px) {
  .hero-headline {
    font-size: 2.75rem;
  }

  .home-hero-copy,
  .home-hero-panel,
  .home-cta-strip-shell,
  .home-final-cta {
    padding: 1.25rem;
  }

  .brand-lockup {
    padding: 0;
  }
}

/* Home page visual refresh */
.home-page .home-hero {
  position: relative;
  padding: 5.5rem 0 1.5rem;
  overflow: hidden;
}

.home-page .home-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: url("../img/bg-hero-blueprint.svg") center right / cover no-repeat;
  pointer-events: none;
}

.home-page .home-hero::after {
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  width: 24rem;
  height: 24rem;
  content: "";
  background: none;
  pointer-events: none;
}

.home-hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.25rem;
}

.home-hero-copy,
.home-hero-panel,
.home-ribbon-shell,
.home-service-footer,
.home-process-card,
.home-hero-pitch,
.home-trust-item,
.home-ops-board,
.home-ops-hero,
.home-ops-stat,
.home-ops-footer-item {
  border: 1px solid rgba(19, 28, 39, 0.08);
  box-shadow: 0 18px 44px rgba(16, 29, 43, 0.08);
}

.home-hero-copy {
  position: relative;
  padding: 2.1rem;
  background: #f9fbfd;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.home-trust-row {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 1.15rem;
}

.home-trust-item {
  padding: 0.95rem 1rem;
  background: rgba(255, 255, 255, 0.94);
}

.home-trust-item strong,
.home-ops-stat strong,
.home-ops-footer-item strong,
.home-service-footer-copy strong,
.home-process-step {
  display: block;
  color: var(--ig-night);
}

.home-trust-item strong {
  margin-bottom: 0.15rem;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
}

.home-trust-item span,
.home-ops-stat span,
.home-ops-footer-item span,
.home-service-footer-copy span,
.home-process-card p,
.home-hero-pitch-copy {
  color: var(--ig-muted);
}

.home-hero-pitch {
  display: grid;
  grid-template-columns: 0.6rem 1fr;
  gap: 0.9rem;
  align-items: start;
  padding: 1rem 1.1rem;
  background: #f9fbfd;
}

.home-hero-pitch-mark {
  width: 0.6rem;
  min-height: 100%;
  background: var(--ig-accent);
}

.home-hero-pitch-label {
  margin-bottom: 0.2rem;
  color: var(--ig-night);
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.home-hero-panel {
  position: relative;
  padding: 1.35rem;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.84);
  background: #172430 url("../img/bg-dark-signal.svg") center right / cover no-repeat;
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 28px 60px rgba(10, 19, 28, 0.24);
}

.home-hero-panel::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.home-hero-panel-top,
.home-ops-board {
  position: relative;
  z-index: 1;
}

.home-hero-panel-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.home-hero-panel .section-kicker {
  color: rgba(255, 255, 255, 0.84);
}

.home-hero-panel .section-kicker::before {
  background: var(--ig-warm);
}

.home-ops-board {
  display: grid;
  gap: 0.85rem;
}

.home-ops-hero {
  position: relative;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.06);
}

.home-ops-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.7rem;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.12);
}

.home-ops-hero h3 {
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: clamp(1.4rem, 2vw, 2rem);
  letter-spacing: -0.03em;
}

.home-ops-stats {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-ops-stat {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.93);
}

.home-ops-stat strong {
  margin-bottom: 0.2rem;
}

.home-ops-footer {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-ops-footer-item {
  padding: 0.95rem 1rem;
  background: rgba(255, 255, 255, 0.1);
}

.home-ribbon {
  padding: 0 0 0.75rem;
}

.home-ribbon-shell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.25rem 1.5rem;
  color: #fff;
  background: #172430 url("../img/bg-dark-signal.svg") center right / cover no-repeat;
}

.home-ribbon-shell .section-kicker {
  color: rgba(255, 255, 255, 0.82);
}

.home-ribbon-shell .section-kicker::before {
  background: var(--ig-warm);
}

.home-ribbon-shell h2 {
  color: #fff;
}

.home-service-mosaic {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.2fr 1fr 1fr;
}

.home-service-mosaic .service-card {
  min-height: 100%;
}

.service-card-featured {
  grid-row: span 2;
  min-height: 100%;
  background: #172430 url("../img/bg-section-orbit.svg") center center / cover no-repeat;
}

.service-card-featured .service-card-body {
  padding: 1.8rem;
  color: rgba(255, 255, 255, 0.84);
}

.service-card-featured .section-kicker {
  color: rgba(255, 255, 255, 0.82);
}

.service-card-featured .section-kicker::before {
  background: var(--ig-warm);
}

.service-card-featured h3,
.service-card-featured p {
  color: #fff;
}

.service-card-featured .service-link {
  color: #fff;
}

.service-card-featured .service-link::after {
  content: "->";
}

.home-services-shell .service-card,
.home-services-shell .service-card-featured {
  background: #fff;
}

.home-services-shell .service-card-featured .service-card-body,
.home-services-shell .service-card-featured h3,
.home-services-shell .service-card-featured p,
.home-services-shell .service-card-featured .service-link {
  color: var(--ig-copy);
}

.home-services-shell .service-card-featured .section-kicker {
  color: var(--ig-warm);
}

.home-services-shell .service-card-featured .section-kicker::before {
  background: currentColor;
}

.home-services-shell .service-card-featured .service-link {
  color: var(--ig-accent-dark);
}

.service-card:not(.service-card-featured) {
  background: #fff;
}

.home-service-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.88);
}

.home-service-footer-copy {
  max-width: 42rem;
}

.home-process-section {
  position: relative;
}

.home-process-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-process-card {
  position: relative;
  padding: 1.4rem 1.35rem 1.45rem;
  background: #f9fbfd;
}

.home-process-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  content: "";
  background: var(--ig-accent);
}

.home-process-step {
  margin-bottom: 0.9rem;
  color: var(--ig-accent-dark);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.home-process-card h3 {
  margin-bottom: 0.6rem;
  color: var(--ig-night);
}

.home-issue-band {
  background: #101820 url("../img/bg-dark-signal.svg") center right / cover no-repeat;
}

.home-insights-shell {
  background: url("../img/irongate-it-hardware-bg.webp") center center / cover no-repeat;
}

.home-insights-shell::before {
  background: rgba(5, 10, 16, 0.52);
}

.home-insights-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.88fr);
  gap: 1.5rem;
  align-items: stretch;
}

.home-insights-lead,
.home-insights-panel,
.home-insights-cta {
  position: relative;
  z-index: 1;
}

.home-insights-lead {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 100%;
  padding: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(247, 193, 48, 0.96) 0%, rgba(245, 188, 33, 0.95) 100%);
  color: var(--ig-night);
  box-shadow: 0 22px 48px rgba(12, 21, 32, 0.18);
}

.home-insights-copy {
  max-width: 58ch;
  font-size: 1.05rem;
}

.home-insights-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.home-insights-tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.home-insights-tile {
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid rgba(19, 28, 39, 0.08);
  padding: 1rem 1.1rem;
  color: var(--ig-night);
}

.home-insights-tile strong,
.home-insights-tile span {
  display: block;
}

.home-insights-tile strong {
  font-size: 1rem;
  margin-bottom: 0.45rem;
}

.home-insights-tile span {
  color: rgba(19, 28, 39, 0.82);
}

.home-insights-stack {
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 1rem;
  min-height: 100%;
}

.home-insights-panel,
.home-insights-cta {
  background: #fff;
  color: var(--ig-copy);
  border-color: rgba(19, 28, 39, 0.08);
  box-shadow: 0 18px 40px rgba(12, 21, 32, 0.12);
}

.home-insights-panel {
  padding: 1.5rem 1.5rem 1.4rem;
}

.home-insights-panel-lead {
  min-height: 0;
}

.home-insights-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.home-insights-mini {
  min-height: 100%;
}

.home-insights-cta {
  padding: 1.6rem 1.5rem 1.55rem;
  border-left: 6px solid var(--ig-accent);
}

.home-insights-shell .surface-band,
.home-insights-shell .content-panel,
.home-insights-shell .home-proof-list div {
  background: #fff;
  color: var(--ig-copy);
  border-color: rgba(19, 28, 39, 0.08);
}

.home-insights-shell .section-heading h2,
.home-insights-shell .section-heading p {
  color: #fff;
}

.home-insights-shell .section-heading .section-kicker {
  color: rgba(255, 255, 255, 0.82);
}

.home-insights-shell .section-kicker {
  color: rgba(19, 28, 39, 0.72);
}

.home-insights-shell .section-kicker::before {
  background: currentColor;
}

.home-insights-shell .signal-list li::before {
  background: var(--ig-accent);
}

.home-insights-shell .home-insights-lead .section-kicker {
  color: rgba(31, 46, 66, 0.75);
}

.home-insights-shell .home-insights-lead .section-kicker::before {
  background: rgba(31, 46, 66, 0.45);
}

.home-insights-shell .home-insights-lead h2,
.home-insights-shell .home-insights-lead p,
.home-insights-shell .home-insights-lead strong,
.home-insights-shell .home-insights-lead span {
  color: var(--ig-night);
}

.home-insights-shell .home-insights-lead .btn-outline-brand {
  background: rgba(255, 255, 255, 0.42);
  border-color: rgba(19, 28, 39, 0.1);
  color: var(--ig-night);
}

.home-insights-shell .home-insights-lead .btn-outline-brand:hover,
.home-insights-shell .home-insights-lead .btn-outline-brand:focus {
  background: rgba(255, 255, 255, 0.66);
}

.home-insights-shell .home-insights-cta {
  background: rgba(255, 255, 255, 0.96);
}

.home-insights-shell .home-insights-panel h3,
.home-insights-shell .home-insights-panel h4,
.home-insights-shell .home-insights-panel h5,
.home-insights-shell .home-insights-panel p {
  color: var(--ig-copy);
}

.home-process-shell {
  background: #f7f9fc;
}

.home-faq-shell {
  background: #eef7ff url("../img/bg-section-orbit.svg") center center / cover no-repeat;
}

.home-faq-shell::before {
  background: rgba(238, 247, 255, 0.76);
}

.home-faq-shell .section-heading h2,
.home-faq-shell .section-heading p {
  color: var(--ig-night);
}

.home-faq-shell .section-heading .section-kicker {
  color: var(--ig-warm);
}

.home-faq-shell .section-heading .section-kicker::before {
  background: currentColor;
}

.home-faq-shell .accordion-item {
  background: #fff;
  border: 1px solid rgba(19, 28, 39, 0.08);
}

.home-faq-shell .accordion-button,
.home-faq-shell .accordion-button:not(.collapsed),
.home-faq-shell .accordion-body {
  color: var(--ig-copy);
  background: #fff;
}

.home-faq-shell .accordion-button:not(.collapsed) {
  box-shadow: inset 4px 0 0 var(--ig-accent);
}

.home-proof-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.home-proof-lead {
  min-height: 100%;
}

.home-proof-list {
  display: grid;
  gap: 0.85rem;
}

.home-proof-list div {
  padding: 0.95rem 1rem;
  border: 1px solid rgba(19, 28, 39, 0.08);
  background: rgba(255, 255, 255, 0.96);
}

.home-proof-list span {
  display: block;
}

.home-final-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.4rem 1.5rem;
}

.home-final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.home-final-cta-shell {
  position: relative;
  padding: 4rem 0;
  overflow: hidden;
  background: #eef7ff url("../img/bg-section-orbit.svg") center center / cover no-repeat;
}

.home-final-cta-shell::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(238, 247, 255, 0.74);
  pointer-events: none;
}

.home-final-cta-shell > .container {
  position: relative;
  z-index: 1;
}

.home-final-cta-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.8rem 1.9rem;
  background: #fff;
  border: 1px solid rgba(19, 28, 39, 0.08);
  box-shadow: 0 22px 54px rgba(16, 29, 43, 0.08);
}

.home-final-cta-copy {
  max-width: 52rem;
}

.home-final-cta-shell .section-kicker {
  color: var(--ig-warm);
}

.home-final-cta-shell .section-kicker::before {
  background: currentColor;
}

.home-final-cta-shell h2 {
  color: var(--ig-night);
}

.home-final-cta-shell p {
  color: var(--ig-muted);
}

.home-faq-accordion .accordion-item + .accordion-item {
  margin-top: 0.9rem;
}

@media (min-width: 992px) {
  .home-hero-shell {
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    align-items: stretch;
  }

  .home-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-proof-lead {
    grid-column: 1 / -1;
  }

  .home-service-mosaic {
    grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .home-carousel .carousel-item {
    min-height: auto;
  }

  .home-carousel-slide {
    padding-bottom: 3.5rem;
  }

  .home-hero-panel-top {
    flex-direction: column;
  }

  .home-trust-row,
  .home-service-mosaic,
  .home-process-grid,
  .home-ops-stats,
  .home-ops-footer {
    grid-template-columns: 1fr;
  }

  .home-ribbon-shell,
  .home-service-footer,
  .home-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-carousel-control {
    width: 3rem;
  }

  .home-insights-layout {
    grid-template-columns: 1fr;
  }

  .home-insights-stack {
    gap: 0.9rem;
  }

  .home-insights-panel,
  .home-insights-cta,
  .home-insights-lead {
    padding: 1.5rem;
  }

  .home-insights-tiles,
  .home-insights-mini-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .home-carousel-slide {
    padding-bottom: 4rem;
  }

  .home-carousel-control {
    display: none;
  }

  .home-hero-copy,
  .home-hero-panel,
  .home-ribbon-shell,
  .home-service-footer,
  .home-process-card,
  .home-final-cta,
  .home-insights-lead,
  .home-insights-panel,
  .home-insights-cta {
    padding: 1.15rem;
  }

  .home-page .home-hero {
    padding-top: 4rem;
  }

  .home-insights-copy {
    max-width: none;
    font-size: 1rem;
  }
}

/* Global chrome and sitewide refresh */
body {
  background: #edf2f6;
}

.site-header-topbar {
  padding: 0.55rem 0;
  color: rgba(255, 255, 255, 0.78);
  background: #16212d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header-topbar-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 1rem;
}

.site-header-topbar-left,
.site-header-topbar-right {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.site-header-topbar-right a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.site-header-topbar-right a:hover,
.site-header-topbar-right a:focus {
  color: #fff;
}

.site-header-shell {
  background: rgba(250, 252, 255, 0.95);
  border-bottom: 1px solid rgba(19, 28, 39, 0.08);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.75) inset,
    0 14px 32px rgba(16, 29, 43, 0.08);
  backdrop-filter: blur(16px);
}

.site-header.is-scrolled .site-header-shell {
  background: rgba(253, 254, 255, 0.98);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(31, 40, 52, 0.84);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: var(--ig-accent-dark);
}

.btn-brand {
  box-shadow: 0 14px 26px rgba(28, 132, 216, 0.24);
}

.site-main {
  background: #f7f9fc;
}

.section-shell {
  padding: 4rem 0;
}

.section-shell:nth-of-type(odd) {
  background: transparent;
}

.section-shell:nth-of-type(even) {
  background: #edf2f6;
}

.section-heading {
  max-width: 54rem;
  margin-bottom: 2rem;
}

.section-heading h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
}

.home-page .home-hero {
  padding: 0 0 1rem;
}

.home-carousel-wrap {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.home-carousel {
  position: relative;
}

.home-carousel .carousel-inner {
  overflow: hidden;
}

.home-carousel .carousel-item {
  min-height: clamp(32rem, 58vw, 48rem);
}

.home-carousel-slide {
  position: relative;
  display: flex;
  align-items: center;
  min-height: inherit;
  overflow: hidden;
  background-color: var(--ig-night);
  background-image: var(--carousel-bg);
  background-repeat: no-repeat;
  background-size: cover;
}

.home-carousel-slide::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(10, 17, 25, 0.68);
  pointer-events: none;
}

.home-carousel-slide > .container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: inherit;
}

.home-carousel-stage {
  width: 100%;
  padding: clamp(2rem, 4vw, 4rem) 0;
}

.home-carousel-copy {
  width: 100%;
  max-width: none;
  padding: clamp(1.4rem, 2.8vw, 2.2rem);
  color: #fff;
  background: rgba(10, 17, 25, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 22px 50px rgba(10, 19, 28, 0.24);
  backdrop-filter: blur(12px);
}

.home-carousel-copy .hero-headline,
.home-carousel-copy .hero-copy {
  color: #fff;
}

.home-carousel-copy .hero-headline {
  font-size: clamp(2.8rem, 4vw, 3.5rem);
  line-height: 0.98;
}

.home-carousel-copy .hero-copy {
  max-width: none;
}

.home-carousel-copy .eyebrow {
  color: rgba(255, 255, 255, 0.85);
}

.home-carousel-copy .eyebrow::before {
  background: var(--ig-warm);
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.home-carousel-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.home-carousel-badges span {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.8rem;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.home-carousel-indicators {
  bottom: 1rem;
  margin-bottom: 0;
}

.home-carousel-indicators [data-bs-target] {
  width: 0.7rem;
  height: 0.7rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
}

.home-carousel-indicators .active {
  background: var(--ig-warm);
}

.home-carousel-control {
  width: 3.5rem;
  opacity: 1;
}

.home-carousel-control .carousel-control-prev-icon,
.home-carousel-control .carousel-control-next-icon {
  width: 2.1rem;
  height: 2.1rem;
  background-color: rgba(10, 17, 25, 0.34);
  background-size: 0.95rem 0.95rem;
  border-radius: 999px;
}

.home-hero-shell--hero {
  display: grid;
  gap: 1rem;
  width: 100%;
  padding: 1rem 0 0;
}

.home-tiles {
  margin-top: -0.25rem;
  padding: 3rem 0;
}

.home-tiles-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.home-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  min-height: 10.5rem;
  padding: 1.1rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 0.6rem;
  box-shadow: 0 16px 28px rgba(16, 29, 43, 0.16);
  transform: translateY(0);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.home-tile:hover,
.home-tile:focus {
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 22px 36px rgba(16, 29, 43, 0.2);
}

.home-tile-icon {
  flex: 0 0 auto;
  width: 2.2rem;
  height: 2.2rem;
  background-color: rgba(255, 255, 255, 0.96);
  -webkit-mask: var(--tile-icon) center / contain no-repeat;
  mask: var(--tile-icon) center / contain no-repeat;
  border-radius: 0.4rem;
}

.icon-managed {
  --tile-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 4h18v4H3zm0 6h18v4H3zm0 6h18v4H3zm3-5h2v2H6zm0 6h2v2H6z'/%3E%3C/svg%3E");
}

.icon-support {
  --tile-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3a7 7 0 0 0-7 7v3a4 4 0 0 0 4 4v-4H7v-3a5 5 0 1 1 10 0v3h-2v4a4 4 0 0 0 4-4v-3a7 7 0 0 0-7-7Zm-3 16h6v2H9z'/%3E%3C/svg%3E");
}

.icon-security {
  --tile-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2 4 5v6c0 5 3.4 9.7 8 11 4.6-1.3 8-6 8-11V5zm-1 14-4-4 1.4-1.4L11 13.2l4.6-4.6L17 10z'/%3E%3C/svg%3E");
}

.icon-backup {
  --tile-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 4a8 8 0 1 1-7.3 4.7H2l3.5-4L9 8H6.9A6 6 0 1 0 12 6V4zm1 6v6h5v-2h-3v-4z'/%3E%3C/svg%3E");
}

.icon-voip {
  --tile-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.6 10.8a15.2 15.2 0 0 0 6.6 6.6l2.2-2.2a1 1 0 0 1 1-.2c1 .4 2 .6 3.2.6a1 1 0 0 1 1 1V19a1 1 0 0 1-1 1A16 16 0 0 1 4 5a1 1 0 0 1 1-1h2.4a1 1 0 0 1 1 1c0 1.2.2 2.2.6 3.2a1 1 0 0 1-.2 1z'/%3E%3C/svg%3E");
}

.tile-green { background: #21b34f; }
.tile-cyan { background: #1a9ec1; }
.tile-blue { background: #2f67d6; }
.tile-gold { background: #e2a615; }
.tile-pink { background: #cf4aa0; }

.home-tiles-grid strong {
  line-height: 1.15;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.home-tiles-grid span {
  max-width: 12ch;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.92rem;
}

.service-card-featured {
  background: #fff;
}

.service-card-featured .service-card-body {
  min-height: 100%;
  padding: 1.8rem;
  color: var(--ig-copy);
}

.service-card-featured .service-card-body h3,
.service-card-featured .service-card-body p,
.service-card-featured .service-link {
  color: var(--ig-copy);
}

.service-card-tag,
.home-highlight-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.8rem;
  padding: 0.3rem 0.6rem;
  color: var(--ig-warm);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: rgba(201, 138, 61, 0.12);
}

.home-service-mosaic {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1.25fr) repeat(3, minmax(0, 1fr));
}

.home-service-mosaic .service-card:nth-child(2),
.home-service-mosaic .service-card:nth-child(3),
.home-service-mosaic .service-card:nth-child(4) {
  background: #fff;
}

.home-achievement-band {
  position: relative;
  padding: 4.5rem 0;
  color: #fff;
  background: #101820 url("../img/bg-dark-signal.svg") center center / cover no-repeat;
}

.home-achievement-shell {
  max-width: 62rem;
  margin: 0 auto;
  text-align: center;
}

.home-achievement-shell h2 {
  color: #fff;
  font-size: clamp(2rem, 3vw, 3rem);
}

.home-achievement-shell p {
  color: rgba(255, 255, 255, 0.84);
}

.home-achievement-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 2rem;
}

.home-achievement-grid div {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.home-achievement-grid strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #ffd24b;
  font-size: 1.05rem;
}

.home-achievement-grid span {
  color: rgba(255, 255, 255, 0.82);
}

.home-highlight-shell {
  background: #eef7ff url("../img/bg-section-orbit.svg") center center / cover no-repeat;
}

.home-highlight-shell::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(238, 247, 255, 0.74);
  pointer-events: none;
}

.home-highlight-shell > .container {
  position: relative;
  z-index: 1;
}

.home-highlight-layout {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: stretch;
}

.home-highlight-copy,
.home-highlight-panel {
  min-height: 100%;
}

.home-highlight-copy {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 2.4rem;
  background: linear-gradient(180deg, rgba(247, 200, 72, 0.98) 0%, rgba(242, 188, 35, 0.98) 100%);
  border: 1px solid rgba(19, 28, 39, 0.08);
  box-shadow: 0 22px 46px rgba(16, 29, 43, 0.12);
}

.home-highlight-copy h2 {
  color: var(--ig-night);
  font-size: clamp(2rem, 3vw, 3.15rem);
  line-height: 1.05;
}

.home-highlight-copy-text {
  max-width: 54ch;
  color: var(--ig-night);
}

.home-highlight-points {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-highlight-points div {
  padding: 0.95rem 1rem;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(19, 28, 39, 0.08);
  color: var(--ig-night);
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.home-highlight-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: auto;
}

.home-highlight-actions .btn-outline-brand {
  background: rgba(255, 255, 255, 0.42);
  border-color: rgba(19, 28, 39, 0.12);
  color: var(--ig-night);
}

.home-highlight-actions .btn-outline-brand:hover,
.home-highlight-actions .btn-outline-brand:focus {
  background: rgba(255, 255, 255, 0.68);
}

.home-highlight-panel {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  background: #172430;
  box-shadow: 0 22px 46px rgba(16, 29, 43, 0.14);
}

.home-highlight-panel-card {
  padding: 1.15rem;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.home-highlight-panel-card--accent {
  background: #1c84d8;
}

.home-highlight-panel-card strong {
  display: block;
  margin-bottom: 0.4rem;
  color: #fff;
  font-size: 1.08rem;
}

.home-blog-section {
  padding: 4.5rem 0;
  background: #fff;
}

.home-blog-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-blog-grid .blog-card {
  box-shadow: 0 18px 40px rgba(16, 29, 43, 0.08);
}

.home-blog-grid .blog-card-media {
  aspect-ratio: 16 / 10;
}

.home-blog-grid .blog-card-title a {
  text-decoration: none;
}

.home-blog-grid .blog-card-title a:hover {
  color: var(--ig-accent-dark);
}

.home-faq-accordion .accordion-item {
  overflow: hidden;
}

.home-faq-shell {
  background: #eef7ff url("../img/bg-section-orbit.svg") center center / cover no-repeat;
}

.home-faq-shell::before {
  background: rgba(238, 247, 255, 0.76);
}

.home-faq-shell .accordion-item {
  background: #fff;
  border: 1px solid rgba(19, 28, 39, 0.08);
}

.home-faq-shell .accordion-button,
.home-faq-shell .accordion-button:not(.collapsed),
.home-faq-shell .accordion-body {
  background: #fff;
  color: var(--ig-copy);
}

.home-faq-shell .accordion-button:not(.collapsed) {
  box-shadow: inset 4px 0 0 var(--ig-accent);
}

.home-parallax-bg {
  background-position: center calc(50% + var(--parallax-offset, 0px));
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-hero {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: start;
}

.footer-hero-copy {
  padding-right: 1rem;
}

.footer-hero-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-footer {
  padding: 4rem 0 2rem;
  background: #111a25 url("../img/bg-dark-signal.svg") center right / cover no-repeat;
}

.site-footer .footer-copy,
.site-footer .footer-heading,
.site-footer .footer-link,
.site-footer .site-footer-meta {
  color: rgba(255, 255, 255, 0.78);
}

.site-footer .footer-heading {
  color: #fff;
}

.footer-hero-copy .btn-outline-brand {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  background: transparent;
}

.footer-hero-copy .btn-outline-brand:hover,
.footer-hero-copy .btn-outline-brand:focus {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
}

.site-footer-meta {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
  .home-hero-shell--hero {
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  }

  .home-highlight-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  }
}

@media (max-width: 991.98px) {
  .home-tiles-grid,
  .home-achievement-grid,
  .home-blog-grid,
  .home-service-mosaic,
  .footer-hero,
  .footer-hero-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-shell--hero,
  .home-service-mosaic,
  .footer-hero {
    gap: 1rem;
  }

  .home-highlight-layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .home-highlight-copy,
  .home-highlight-panel {
    padding: 1.3rem;
  }

  .home-highlight-points {
    grid-template-columns: 1fr;
  }

  .home-achievement-band {
    padding: 3.25rem 0;
  }
}

@media (max-width: 575.98px) {
  .home-hero-copy,
  .home-hero-panel,
  .home-highlight-copy,
  .home-highlight-panel,
  .footer-hero-copy,
  .home-achievement-shell {
    padding-left: 0;
    padding-right: 0;
  }

  .home-tiles-grid,
  .home-trust-row,
  .home-achievement-grid {
    grid-template-columns: 1fr;
  }

  .home-highlight-copy {
    padding: 1.15rem;
  }

  .home-highlight-panel {
    padding: 0.95rem;
  }

  .site-header-topbar {
    font-size: 0.7rem;
  }
}
