:root {
  --color-bg: #f8fafc;
  --color-bg-soft: #eef3f8;
  --color-surface: #ffffff;
  --color-surface-alt: #f2f7fc;
  --color-card: #ffffff;
  --color-border: rgba(15, 63, 109, 0.14);
  --color-border-strong: rgba(31, 116, 255, 0.36);
  --color-text: #10243c;
  --color-text-muted: #4e647d;
  --color-cyan: #15d5ff;
  --color-blue: #1f74ff;
  --color-accent: #4bb8ff;
  --color-dark: #061427;
  --gradient-brand: linear-gradient(135deg, #072047 0%, #0e3f84 45%, #11b2e0 100%);
  --radius-s: 0.75rem;
  --radius-m: 1.2rem;
  --radius-l: 1.6rem;
  --shadow-soft: 0 14px 30px rgba(7, 31, 61, 0.09);
  --shadow-glow: 0 0 0 1px rgba(98, 194, 255, 0.16), 0 16px 34px rgba(17, 128, 255, 0.18);
  --max-width: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", "Trebuchet MS", "Arial", sans-serif;
  color: var(--color-text);
  background: linear-gradient(180deg, #f8fafc 0%, #f4f8fc 56%, #eef4fa 100%);
  line-height: 1.5;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

.l-container {
  width: min(100% - 2rem, var(--max-width));
  margin-inline: auto;
}

.l-grid {
  display: grid;
  gap: 1rem;
}

.s-site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(10px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 251, 255, 0.78));
  border-bottom: 1px solid rgba(42, 107, 172, 0.12);
}

.l-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  min-height: 4.6rem;
}

.c-logo {
  display: inline-flex;
  align-items: center;
  max-width: min(52vw, 15rem);
}

.c-logo__img {
  display: block;
  width: 100%;
  height: auto;
}

.c-logo__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.c-nav {
  display: none;
}

.s-home section {
  padding: 5.2rem 0;
}

.s-home section {
  position: relative;
  overflow: hidden;
}

.s-home-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 15%, rgba(48, 131, 255, 0.22), transparent 40%),
    radial-gradient(circle at 90% 20%, rgba(28, 214, 255, 0.18), transparent 45%),
    linear-gradient(135deg, #04122a 0%, #08214a 50%, #083a5f 100%);
}

.s-home-hero::before,
.s-home-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.s-home-hero::before {
  width: 22rem;
  height: 22rem;
  top: -8rem;
  right: -5rem;
  background: radial-gradient(circle, rgba(35, 174, 255, 0.28), transparent 65%);
  filter: blur(8px);
}

.s-home-hero::after {
  width: 16rem;
  height: 16rem;
  left: -5rem;
  bottom: -6rem;
  background: radial-gradient(circle, rgba(31, 116, 255, 0.3), transparent 62%);
  filter: blur(9px);
}

.l-grid--hero {
  position: relative;
  align-items: center;
  gap: 2rem;
}

.c-hero-copy {
  position: relative;
  z-index: 1;
}

.c-hero-copy::before {
  content: "";
  position: absolute;
  width: min(34rem, 95%);
  height: 18rem;
  top: -4rem;
  left: -2rem;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle, rgba(80, 174, 255, 0.34) 0%, rgba(39, 126, 255, 0.2) 34%, transparent 70%);
  filter: blur(16px);
}

.c-eyebrow {
  display: inline-block;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  color: #2875b8;
}

.c-hero-copy h1 {
  margin: 0;
  font-size: clamp(1.95rem, 4.5vw, 3.3rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  max-width: 18ch;
  color: #f2f9ff;
  text-shadow: 0 3px 16px rgba(4, 22, 53, 0.72), 0 0 26px rgba(88, 194, 255, 0.25);
}

.c-lead {
  margin: 1rem 0 0;
  color: #d2e8ff;
  max-width: 58ch;
}

.s-home-services .c-eyebrow,
.s-home-authority .c-eyebrow,
.s-home-process .c-eyebrow,
.s-home-plans .c-eyebrow {
  color: #2a6ca8;
}

.s-home-services .c-section-title,
.s-home-authority .c-section-title,
.s-home-process .c-section-title,
.s-home-plans .c-section-title {
  color: #0f2d4c;
}

.s-home-authority .c-lead {
  color: #4d6680;
}

.c-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.65rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.c-btn:hover {
  transform: translateY(-2px);
}

.c-btn--primary {
  color: #061225;
  background: linear-gradient(135deg, #67d6ff 0%, #1d80ff 100%);
  box-shadow: 0 10px 24px rgba(23, 135, 255, 0.42);
}

.c-btn--secondary {
  color: #dff2ff;
  background: rgba(17, 59, 106, 0.54);
  border-color: var(--color-border);
}

.c-btn--ghost {
  color: #0f4a7c;
  border-color: rgba(42, 124, 194, 0.32);
  background: rgba(255, 255, 255, 0.86);
}

.s-home-hero .c-eyebrow {
  color: #8fd4ff;
}

.s-home-hero .c-btn--ghost,
.s-home-cta .c-btn--ghost {
  color: #d7efff;
  border-color: rgba(134, 210, 255, 0.45);
  background: rgba(8, 29, 56, 0.6);
}

.s-home-hero .c-btn--secondary {
  color: #e3f3ff;
  border-color: rgba(149, 220, 255, 0.42);
  background: rgba(12, 44, 85, 0.72);
}

.c-hero-trust {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.3rem 0 0;
  padding: 0;
}

.c-hero-trust li {
  font-size: 0.82rem;
  color: #d1ecff;
  border: 1px solid rgba(122, 195, 255, 0.28);
  border-radius: 999px;
  padding: 0.4rem 0.65rem;
  background: rgba(7, 36, 69, 0.55);
}

.c-media-card {
  position: relative;
  border-radius: var(--radius-l);
  overflow: hidden;
  border: 1px solid var(--color-border);
  background: linear-gradient(180deg, rgba(10, 40, 82, 0.72), rgba(4, 18, 40, 0.88));
  box-shadow: var(--shadow-glow);
}

.s-home-hero .c-media-card {
  border-color: rgba(136, 212, 255, 0.38);
}

.c-media-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(179, 230, 255, 0.18), transparent 40%);
}

.c-media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(4, 16, 38, 0.15), rgba(3, 14, 36, 0.55));
}

.c-media-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.s-home-capabilities {
  border-top: 1px solid rgba(44, 120, 192, 0.12);
  border-bottom: 1px solid rgba(44, 120, 192, 0.12);
  background:
    radial-gradient(circle at 8% 18%, rgba(111, 187, 255, 0.12), transparent 36%),
    linear-gradient(180deg, #fbfdff, #f5f9fe);
}

.s-home-capabilities::before,
.s-home-services::before,
.s-home-process::before,
.s-home-plans::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: min(92%, 980px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(70, 160, 236, 0.42), transparent);
}

.s-home-capabilities::after,
.s-home-services::after,
.s-home-process::after,
.s-home-plans::after {
  content: "";
  position: absolute;
  right: 4%;
  bottom: 1.1rem;
  width: 8.6rem;
  height: 3.4rem;
  opacity: 0.28;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(88, 177, 245, 0.65) 1px, transparent 1.8px);
  background-size: 13px 13px;
  mask-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 1));
}

.l-grid--capabilities {
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.c-capability-item {
  position: relative;
  padding: 1.2rem;
  border-radius: var(--radius-m);
  border: 1px solid rgba(20, 81, 142, 0.12);
  background: #ffffff;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 10px 22px rgba(8, 31, 61, 0.06);
}

.c-capability-item:hover {
  transform: translateY(-7px);
  border-color: var(--color-border-strong);
  box-shadow: var(--shadow-soft), 0 0 18px rgba(39, 157, 255, 0.14);
}

.c-capability-item h2 {
  margin: 0.7rem 0 0.35rem;
  font-size: 1.06rem;
}

.c-capability-item p {
  margin: 0;
  color: #516a84;
  font-size: 0.92rem;
}

.c-icon {
  display: inline-grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.68rem;
  border: 1px solid rgba(103, 171, 235, 0.42);
  background: linear-gradient(165deg, rgba(70, 160, 236, 0.2), rgba(17, 111, 197, 0.9));
  box-shadow: 0 0 14px rgba(47, 177, 255, 0.2);
}

.c-icon::before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 0.2rem;
  border: 2px solid #d2efff;
}

.c-icon--cost::before {
  border-radius: 50%;
}

.c-icon--sustainability::before {
  width: 1rem;
  height: 0.8rem;
  border-radius: 1rem 0.2rem 1rem 0.2rem;
  transform: rotate(-25deg);
}

.c-icon--quality::before {
  width: 0.85rem;
  height: 0.85rem;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  border-radius: 0;
}

.c-section-title {
  margin: 0;
  font-size: clamp(1.55rem, 3.1vw, 2.4rem);
  line-height: 1.2;
  max-width: 22ch;
}

.c-section-subtitle {
  color: #546b84;
  margin-top: 0.75rem;
}

.l-grid--services {
  grid-template-columns: 1fr;
  margin-top: 1.45rem;
}

.l-grid--services-media {
  grid-template-columns: 1fr;
  margin-top: 1.25rem;
  gap: 1rem;
}

.c-media-inline-card {
  margin: 0;
  border-radius: 1.15rem;
  overflow: hidden;
  border: 1px solid rgba(18, 76, 135, 0.14);
  background: #ffffff;
  box-shadow: 0 14px 26px rgba(8, 31, 61, 0.1);
  position: relative;
}

.c-media-inline-card--featured {
  max-width: 980px;
}

.c-media-inline-card img {
  aspect-ratio: 21 / 9;
  object-fit: cover;
}

.c-media-inline-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(19, 97, 171, 0.03), rgba(19, 97, 171, 0.1));
}

.c-media-inline-card__caption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  margin: 0;
  z-index: 2;
  color: #f0f8ff;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(166, 223, 255, 0.55);
  background: rgba(7, 35, 68, 0.68);
  backdrop-filter: blur(4px);
}

.s-home-services {
  background:
    radial-gradient(circle at 90% 18%, rgba(111, 187, 255, 0.1), transparent 34%),
    linear-gradient(180deg, #f3f8fd, #ebf3fb),
    radial-gradient(circle at 12% 86%, rgba(104, 188, 255, 0.08), transparent 40%);
}

.s-home-services .c-section-title {
  font-size: clamp(1.75rem, 3.6vw, 2.65rem);
  max-width: 24ch;
}

.c-service-card {
  position: relative;
  padding: 1.6rem 1.5rem 1.45rem;
  border-radius: var(--radius-m);
  border: 1px solid rgba(18, 76, 135, 0.12);
  background:
    linear-gradient(170deg, rgba(197, 230, 255, 0.07), rgba(109, 181, 255, 0.02)),
    #ffffff;
  box-shadow: inset 0 1px 0 rgba(193, 231, 255, 0.45), 0 14px 28px rgba(8, 31, 61, 0.08);
  transition: transform 0.27s ease, box-shadow 0.27s ease, border-color 0.27s ease;
}

.c-service-card__icon {
  display: inline-grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.9rem;
  border-radius: 0.6rem;
  border: 1px solid rgba(34, 90, 146, 0.22);
  background: linear-gradient(180deg, #ffffff, #f4f8fc);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 6px 12px rgba(12, 45, 79, 0.08);
}

.c-service-card__icon::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 1.8px solid #1f5f99;
  border-radius: 0.2rem;
}

.c-service-card--engineering .c-service-card__icon::before {
  border-radius: 50%;
  border-color: #255f95;
}

.c-service-card--sustainability .c-service-card__icon::before {
  width: 0.92rem;
  height: 0.72rem;
  border-radius: 1rem 0.2rem 1rem 0.2rem;
  transform: rotate(-25deg);
  border-color: #2d6f64;
}

.c-service-card--implementation .c-service-card__icon::before {
  width: 0.72rem;
  height: 0.9rem;
  border-radius: 0;
  border-width: 0 1.8px 1.8px 0;
  transform: rotate(45deg);
  border-color: #1e5f98;
}

.c-service-card::after {
  content: "";
  position: absolute;
  left: 1.35rem;
  right: 1.35rem;
  bottom: 0.65rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(142, 219, 255, 0.7), transparent);
  opacity: 0.44;
}

.c-service-card:hover {
  transform: translateY(-10px);
  border-color: rgba(140, 214, 255, 0.62);
  box-shadow: 0 22px 36px rgba(8, 31, 61, 0.13), 0 0 20px rgba(27, 141, 255, 0.14);
}

.c-service-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.24rem;
  letter-spacing: -0.01em;
}

.c-service-card p {
  margin: 0;
  color: #4f6882;
}

.c-service-card a {
  display: inline-block;
  margin-top: 1rem;
  color: #0f65b4;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.s-home-authority {
  background:
    radial-gradient(circle at 14% 82%, rgba(111, 187, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #f9fbfe, #f1f6fc),
    radial-gradient(circle at 84% 24%, rgba(29, 151, 255, 0.08), transparent 42%);
}

.l-grid--authority {
  gap: 1.7rem;
}

.c-authority-media {
  margin: 1.25rem 0 0;
  border-radius: 1.2rem;
  overflow: hidden;
  border: 1px solid rgba(18, 76, 135, 0.16);
  box-shadow: 0 15px 30px rgba(8, 31, 61, 0.12);
  position: relative;
}

.c-authority-media img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.c-authority-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(15, 79, 146, 0.02), rgba(15, 79, 146, 0.1));
}

.c-authority-panels {
  position: relative;
  display: grid;
  gap: 1rem;
  padding-left: 1.2rem;
}

.c-authority-panels::before {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 0.55rem;
  bottom: 0.55rem;
  width: 4px;
  background: linear-gradient(180deg, rgba(70, 153, 223, 0.2), rgba(27, 126, 212, 0.98), rgba(70, 153, 223, 0.22));
  box-shadow: 0 0 16px rgba(43, 143, 220, 0.38);
}

.c-panel {
  position: relative;
  padding: 1.28rem 1.22rem 1.2rem 1.32rem;
  border-radius: var(--radius-m);
  border: 1px solid rgba(20, 81, 142, 0.15);
  background:
    linear-gradient(175deg, rgba(203, 233, 255, 0.1), rgba(124, 188, 255, 0.03)),
    #ffffff;
  box-shadow: inset 0 1px 0 rgba(201, 234, 255, 0.45), 0 15px 28px rgba(7, 31, 61, 0.1);
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.c-panel::after {
  content: "";
  position: absolute;
  left: 1.15rem;
  right: 1.15rem;
  top: 0.75rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(168, 230, 255, 0.8), transparent);
}

.c-panel:hover {
  transform: translateX(4px) translateY(-3px);
  border-color: rgba(75, 158, 228, 0.42);
  box-shadow: inset 0 1px 0 rgba(201, 234, 255, 0.6), 0 20px 34px rgba(7, 31, 61, 0.13), 0 0 18px rgba(24, 153, 255, 0.12);
}

.c-panel__dot {
  position: absolute;
  left: -1.25rem;
  top: 1.15rem;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: radial-gradient(circle, #b8f3ff 0%, #33c9ff 58%, #128dff 100%);
  box-shadow: 0 0 0 4px rgba(47, 148, 255, 0.2), 0 0 15px rgba(50, 194, 255, 0.48);
}

.c-panel h3 {
  margin: 0;
  font-size: 1.05rem;
}

.c-panel p {
  margin: 0.5rem 0 0;
  color: #4e647d;
}

.s-home-kpis {
  background:
    linear-gradient(180deg, rgba(11, 35, 67, 0.8), rgba(7, 18, 35, 0.95)),
    radial-gradient(circle at center, rgba(54, 150, 255, 0.32), transparent 64%);
}

.l-grid--kpis {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.c-kpi-block {
  text-align: center;
  border-radius: var(--radius-m);
  padding: 1.2rem 0.8rem;
  border: 1px solid rgba(124, 202, 255, 0.34);
  background:
    linear-gradient(175deg, rgba(205, 234, 255, 0.1), rgba(117, 190, 255, 0.04)),
    rgba(11, 40, 79, 0.72);
  box-shadow: inset 0 1px 0 rgba(207, 238, 255, 0.1), 0 12px 24px rgba(3, 13, 30, 0.35);
  animation: c-kpi-fade 0.8s ease both;
}

.c-kpi-block__value {
  margin: 0;
  font-size: clamp(2.45rem, 6vw, 4rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #eaf8ff;
  text-shadow: 0 0 20px rgba(71, 184, 255, 0.62), 0 0 36px rgba(35, 122, 255, 0.35);
}

.c-kpi-block__label {
  margin: 0.45rem 0 0;
  color: #c8e7ff;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.l-grid--process {
  grid-template-columns: 1fr;
  margin-top: 1.4rem;
}

.s-home-process {
  background:
    radial-gradient(circle at 88% 22%, rgba(111, 187, 255, 0.1), transparent 34%),
    linear-gradient(180deg, #f4f8fd, #ebf3fa),
    linear-gradient(180deg, rgba(9, 30, 56, 0.05), rgba(7, 24, 45, 0.08));
}

.c-process-card {
  position: relative;
  border-radius: var(--radius-m);
  padding: 1.3rem;
  border: 1px solid rgba(18, 76, 135, 0.12);
  background:
    linear-gradient(175deg, rgba(201, 232, 255, 0.08), rgba(111, 184, 255, 0.03)),
    #ffffff;
  box-shadow: inset 0 1px 0 rgba(196, 235, 255, 0.45), 0 14px 28px rgba(7, 31, 61, 0.08);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.c-process-card::after {
  content: "";
  position: absolute;
  left: 1.2rem;
  bottom: 0.7rem;
  width: 4.1rem;
  height: 2px;
  background: linear-gradient(90deg, rgba(116, 219, 255, 0.92), rgba(116, 219, 255, 0));
}

.c-process-card:hover {
  transform: translateY(-8px);
  border-color: rgba(88, 169, 236, 0.4);
  box-shadow: 0 18px 30px rgba(7, 31, 61, 0.12), 0 0 18px rgba(34, 164, 255, 0.12);
}

.c-process-card h3 {
  margin: 0.7rem 0 0.45rem;
}

.c-process-card p {
  margin: 0;
  color: #4f6882;
}

.c-icon--diagnosis::before {
  border-radius: 50%;
  border-width: 2px;
}

.c-icon--strategy::before {
  width: 0.95rem;
  height: 0.95rem;
  transform: rotate(45deg);
}

.c-icon--execution::before {
  width: 0.7rem;
  height: 1.05rem;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  transform: rotate(45deg);
}

.s-home-plans {
  background:
    radial-gradient(circle at 10% 24%, rgba(111, 187, 255, 0.08), transparent 32%),
    linear-gradient(180deg, #f9fbfe, #f0f6fc),
    radial-gradient(circle at 50% 12%, rgba(38, 141, 255, 0.09), transparent 55%);
}

.l-grid--plans {
  grid-template-columns: 1fr;
  gap: 0.95rem;
  margin-top: 1.4rem;
}

.c-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.45rem;
  border-radius: var(--radius-l);
  border: 1px solid rgba(18, 76, 135, 0.14);
  background:
    linear-gradient(170deg, rgba(194, 229, 255, 0.08), rgba(111, 184, 255, 0.02)),
    #ffffff;
  box-shadow: inset 0 1px 0 rgba(205, 239, 255, 0.45), 0 14px 28px rgba(7, 31, 61, 0.09);
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

.c-plan-card:hover {
  transform: translateY(-10px);
  border-color: rgba(70, 155, 226, 0.42);
  box-shadow: 0 20px 36px rgba(7, 31, 61, 0.14), 0 0 18px rgba(26, 148, 255, 0.12);
}

.c-plan-card--featured {
  border-color: rgba(83, 170, 242, 0.7);
  box-shadow:
    0 0 0 1px rgba(141, 220, 255, 0.28),
    0 22px 38px rgba(7, 31, 61, 0.16),
    0 0 26px rgba(31, 162, 255, 0.2);
  transform: scale(1.035) translateY(-3px);
}

.c-plan-card__badge {
  align-self: flex-start;
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(135deg, rgba(148, 237, 255, 0.2), rgba(31, 128, 255, 0.32));
  border: 1px solid rgba(139, 223, 255, 0.38);
  border-radius: 999px;
  padding: 0.32rem 0.62rem;
}

.c-plan-card h3 {
  margin: 0;
  font-size: 1.2rem;
}

.c-plan-card__price {
  margin: 0;
  color: #105ca6;
  font-weight: 700;
}

.c-plan-card__list {
  margin: 0;
  padding-left: 1.05rem;
  color: #4f6882;
  display: grid;
  gap: 0.35rem;
}

.s-home-cta {
  background: linear-gradient(135deg, #08214a 0%, #0c3f7d 50%, #11a3cf 100%);
}

.c-final-cta {
  text-align: center;
  border-radius: var(--radius-l);
  padding: clamp(1.55rem, 4vw, 2.8rem);
  border: 1px solid rgba(165, 229, 255, 0.45);
  background: linear-gradient(180deg, rgba(7, 31, 66, 0.35), rgba(5, 22, 46, 0.52));
  box-shadow: var(--shadow-soft);
}

.s-home-hero,
.s-home-kpis,
.s-home-cta {
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.c-final-cta h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3.5vw, 2.35rem);
}

.c-final-cta p {
  margin: 0.9rem auto 0;
  max-width: 56ch;
  color: #d9f3ff;
}

.c-final-cta .c-hero-actions {
  justify-content: center;
}

@media (min-width: 680px) {
  .l-grid--capabilities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .l-grid--services,
  .l-grid--process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .l-grid--services {
    gap: 1.2rem;
    margin-top: 1.75rem;
  }

  .l-grid--services-media {
    grid-template-columns: 1fr;
  }

  .l-grid--plans {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }
}

@media (min-width: 960px) {
  .c-nav {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.93rem;
    color: #2b4f78;
  }

  .c-logo {
    max-width: 15.8rem;
  }

  .c-nav a {
    opacity: 1;
    transition: opacity 0.22s ease, color 0.22s ease;
  }

  .c-nav a:hover {
    opacity: 1;
    color: #0d6dbf;
  }

  .l-grid--hero,
  .l-grid--authority {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.4rem;
  }

  .l-grid--capabilities {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }

  .l-grid--services {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
  }

  .l-grid--kpis {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .l-grid--process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .c-plan-card--featured {
    transform: scale(1.065) translateY(-6px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

@keyframes c-kpi-fade {
  from {
    opacity: 0;
    transform: translateY(9px);
  }

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