:root {
  --ink: #0b1827;
  --ink-soft: #17283c;
  --blue: #1463ff;
  --blue-bright: #4e8cff;
  --orange: #ff6b2c;
  --mist: #f2f5f8;
  --line: #dce3ea;
  --muted: #617082;
  --white: #fff;
  --success: #2ed995;
  --shadow: 0 24px 70px rgba(8, 25, 45, 0.12);
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --shell: min(1180px, calc(100% - 40px));
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-is-open {
  overflow: hidden;
}

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

a {
  color: var(--blue);
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(20, 99, 255, 0.42);
  outline-offset: 4px;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 0.6em;
  font-family: Manrope, "DM Sans", sans-serif;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

p {
  margin: 0 0 1.2em;
}

.site-shell {
  width: var(--shell);
  margin-inline: auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 12px 18px;
  clip: auto;
  color: var(--ink);
  background: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 54px;
  padding: 0 24px;
  color: var(--white);
  background: var(--blue);
  border: 0;
  border-radius: var(--radius-sm);
  font-weight: 700;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  color: var(--white);
  background: #0756ee;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(20, 99, 255, 0.24);
}

.button--accent {
  color: var(--ink);
  background: var(--orange);
}

.button--accent:hover {
  color: var(--ink);
  background: #ff7d45;
  box-shadow: 0 14px 28px rgba(255, 107, 44, 0.22);
}

.button--dark {
  background: var(--ink);
}

.button--dark:hover {
  background: var(--ink-soft);
  box-shadow: 0 14px 28px rgba(11, 24, 39, 0.2);
}

.button--small {
  min-height: 44px;
  padding-inline: 18px;
  font-size: 14px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  border-bottom: 1px solid currentColor;
  font-weight: 700;
  line-height: 1.8;
}

.text-link--light {
  color: var(--white);
}

.text-link span {
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 22px;
  color: #9cbcff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
}

.eyebrow > span {
  position: relative;
  width: 28px;
  height: 10px;
  border-bottom: 2px solid currentColor;
}

.eyebrow > span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 50%;
}

.eyebrow--dark {
  color: var(--blue);
}

/* Header */
.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.97);
  transition: box-shadow 180ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 10px 36px rgba(9, 26, 46, 0.09);
}

.topline {
  color: #dbe7f4;
  background: var(--ink);
  font-size: 12px;
}

.topline__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
}

.topline p {
  margin: 0;
}

.topline a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-weight: 700;
}

.topline a span {
  color: var(--success);
  font-size: 10px;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
}

.site-branding {
  flex: 0 0 auto;
}

.custom-logo-link,
.custom-logo-link img {
  display: block;
  max-width: 220px;
  max-height: 58px;
  width: auto;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
}

.brand-mark__signal {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3px;
  width: 41px;
  height: 41px;
  padding: 9px 8px;
  overflow: hidden;
  background: var(--blue);
  border-radius: 11px;
}

.brand-mark__signal::before,
.brand-mark__signal::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-block-color: transparent;
  border-radius: 50%;
}

.brand-mark__signal::after {
  inset: 13px;
}

.brand-mark__signal i {
  position: relative;
  z-index: 1;
  display: block;
  width: 3px;
  background: var(--white);
  border-radius: 2px;
}

.brand-mark__signal i:nth-child(1),
.brand-mark__signal i:nth-child(3) {
  height: 8px;
}

.brand-mark__signal i:nth-child(2) {
  height: 15px;
}

.brand-mark__copy {
  display: grid;
  line-height: 1.15;
}

.brand-mark__copy strong {
  font-family: Manrope, sans-serif;
  font-size: 17px;
  letter-spacing: -0.035em;
}

.brand-mark__copy small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.primary-navigation {
  display: flex;
  align-items: center;
  gap: 28px;
}

.primary-navigation .menu {
  display: flex;
  align-items: center;
  gap: 27px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-navigation .menu > li {
  position: relative;
}

.primary-navigation .menu a {
  position: relative;
  display: block;
  padding-block: 14px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
}

.primary-navigation .menu > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.primary-navigation .menu > li:hover > a::after,
.primary-navigation .current-menu-item > a::after,
.primary-navigation .is-section-active > a::after {
  transform: scaleX(1);
  transform-origin: left;
}

.primary-navigation .sub-menu {
  position: absolute;
  top: 100%;
  left: -20px;
  display: none;
  min-width: 220px;
  padding: 12px;
  margin: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
  list-style: none;
}

.primary-navigation li:hover > .sub-menu,
.primary-navigation li:focus-within > .sub-menu {
  display: block;
}

.primary-navigation .sub-menu a {
  padding: 9px 10px;
  border-radius: 6px;
}

.primary-navigation .sub-menu a:hover {
  background: var(--mist);
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 10px 0 10px 14px;
  color: var(--ink);
  background: transparent;
  border: 0;
  font-weight: 700;
}

.menu-toggle__lines {
  display: grid;
  gap: 5px;
}

.menu-toggle__lines i {
  display: block;
  width: 24px;
  height: 2px;
  background: currentColor;
  transition: transform 180ms ease;
}

/* Hero */
.hero {
  --hero-cursor-x: 78%;
  --hero-cursor-y: 32%;
  --mode-accent: #6fa4ff;
  --mode-accent-rgb: 111, 164, 255;
  --mode-screen: #71e0aa;
  position: relative;
  isolation: isolate;
  min-height: 690px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(11, 24, 39, 0.98) 0%, rgba(14, 34, 58, 0.97) 56%, rgba(13, 44, 91, 0.96) 100%);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  opacity: 0.1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to right, black, transparent 78%);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(420px circle at var(--hero-cursor-x) var(--hero-cursor-y), rgba(var(--mode-accent-rgb), 0.22), transparent 72%);
  opacity: 0.9;
  transition: background 360ms ease;
}

.hero[data-radio-mode-active="aselsan"] {
  --mode-accent: #ff8a4c;
  --mode-accent-rgb: 255, 138, 76;
  --mode-screen: #ffc46b;
}

.hero[data-radio-mode-active="poc"] {
  --mode-accent: #45dfa0;
  --mode-accent-rgb: 69, 223, 160;
  --mode-screen: #65e3c0;
}

.hero__ambient {
  position: absolute;
  top: -180px;
  right: -130px;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(20, 99, 255, 0.42), transparent 66%);
  border-radius: 50%;
  transform: translate3d(var(--hero-shift-x, 0), var(--hero-shift-y, 0), 0);
  transition: background 420ms ease, transform 180ms ease-out;
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  gap: 70px;
  align-items: center;
  min-height: 690px;
  padding-block: 84px 94px;
}

.hero__content h1 {
  max-width: 720px;
  margin-bottom: 26px;
  font-size: clamp(48px, 6vw, 76px);
  font-weight: 800;
  letter-spacing: -0.055em;
}

.hero__content h1::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 8px;
  background: var(--orange);
  border-radius: 50%;
}

.hero__lead {
  max-width: 610px;
  margin-bottom: 34px;
  color: #ced9e7;
  font-size: 19px;
  line-height: 1.68;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.hero__assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  padding: 0;
  margin: 38px 0 0;
  color: #dce7f3;
  list-style: none;
  font-size: 13px;
}

.hero__assurances li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero__assurances span {
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  color: var(--ink);
  background: var(--success);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.hero__visual {
  --hero-tilt-x: 0deg;
  --hero-tilt-y: 0deg;
  --hero-shift-x: 0px;
  --hero-shift-y: 0px;
  position: relative;
  display: grid;
  min-height: 550px;
  place-items: center;
  perspective: 1200px;
  transform-style: preserve-3d;
}

.signal-orbit {
  position: absolute;
  border: 1px solid rgba(var(--mode-accent-rgb), 0.32);
  border-radius: 50%;
  transition: border-color 360ms ease, box-shadow 360ms ease;
}

.signal-orbit--one {
  width: 430px;
  height: 430px;
  box-shadow: inset 0 0 60px rgba(var(--mode-accent-rgb), 0.035);
}

.signal-orbit--two {
  width: 570px;
  height: 570px;
  border-style: dashed;
  animation: orbit 28s linear infinite;
}

@keyframes orbit {
  to { transform: rotate(360deg); }
}

.signal-pulse {
  position: absolute;
  z-index: 1;
  width: 15px;
  height: 15px;
  background: var(--mode-accent);
  border: 3px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(var(--mode-accent-rgb), 0.42);
  transition: background 360ms ease;
  animation: signalPing 2.6s ease-out infinite;
}

.signal-pulse--one {
  top: 58px;
  left: 18%;
}

.signal-pulse--two {
  right: 12%;
  bottom: 96px;
  animation-delay: 1.3s;
}

@keyframes signalPing {
  65%, 100% { box-shadow: 0 0 0 26px rgba(var(--mode-accent-rgb), 0); }
}

.radio-card {
  position: relative;
  z-index: 2;
  width: min(350px, 80%);
  padding: 22px 22px 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-lg);
  box-shadow: 0 35px 90px rgba(1, 11, 25, 0.38);
  backdrop-filter: blur(14px);
  transform: perspective(1000px) rotateX(var(--hero-tilt-y)) rotateY(var(--hero-tilt-x)) rotateZ(2deg) translate3d(var(--hero-shift-x), var(--hero-shift-y), 28px);
  transform-style: preserve-3d;
  transition: border-color 360ms ease, box-shadow 360ms ease, transform 180ms ease-out;
  will-change: transform;
}

.radio-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.13), transparent 38%, rgba(var(--mode-accent-rgb), 0.14));
  border-radius: inherit;
  transition: background 360ms ease;
}

.radio-card.is-mode-changing {
  border-color: rgba(var(--mode-accent-rgb), 0.72);
  box-shadow: 0 35px 90px rgba(1, 11, 25, 0.38), 0 0 42px rgba(var(--mode-accent-rgb), 0.18);
}

.radio-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #c9d8ec;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.radio-card__top i {
  width: 8px;
  height: 8px;
  background: var(--mode-accent);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(var(--mode-accent-rgb), 0.11);
  transition: background 360ms ease, box-shadow 360ms ease;
}

.radio-device {
  position: relative;
  width: 165px;
  margin: 50px auto 32px;
  transform: translateZ(34px);
}

.radio-device__antenna {
  position: absolute;
  top: -85px;
  left: 35px;
  width: 21px;
  height: 92px;
  background: linear-gradient(90deg, #131a21, #394550 50%, #11171d);
  border-radius: 8px 8px 2px 2px;
  transform: rotate(-3deg);
  transform-origin: bottom;
}

.radio-device__body {
  position: relative;
  min-height: 260px;
  padding: 30px 20px 20px;
  background: linear-gradient(145deg, #2b343e, #10171e 62%);
  border: 1px solid #44505b;
  border-radius: 24px 24px 18px 18px;
  box-shadow: 12px 20px 40px rgba(0, 0, 0, 0.34), inset 2px 2px 2px rgba(255, 255, 255, 0.08);
}

.radio-device__body::before,
.radio-device__body::after {
  content: "";
  position: absolute;
  top: -14px;
  width: 31px;
  height: 24px;
  background: #171e25;
  border: 1px solid #4b5661;
  border-radius: 7px 7px 3px 3px;
}

.radio-device__body::before { left: 74px; }
.radio-device__body::after { right: 14px; }

.radio-device__scan {
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 14px;
  left: 14px;
  height: 1px;
  pointer-events: none;
  opacity: 0.55;
  background: linear-gradient(90deg, transparent, var(--mode-accent), transparent);
  box-shadow: 0 0 12px rgba(var(--mode-accent-rgb), 0.48);
  animation: deviceScan 3.8s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

@keyframes deviceScan {
  0%, 12% { opacity: 0; transform: translateY(0); }
  24% { opacity: 0.58; }
  78% { opacity: 0.42; }
  90%, 100% { opacity: 0; transform: translateY(224px); }
}

.radio-device__speaker {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}

.radio-device__speaker i {
  display: block;
  height: 5px;
  background: #05090d;
  border-radius: 5px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform-origin: left center;
}

.radio-card:hover .radio-device__speaker i,
.radio-card.is-mode-changing .radio-device__speaker i {
  animation: speakerTalk 1.05s ease-in-out infinite alternate;
}

.radio-card:hover .radio-device__speaker i:nth-child(2),
.radio-card.is-mode-changing .radio-device__speaker i:nth-child(2) { animation-delay: -420ms; }
.radio-card:hover .radio-device__speaker i:nth-child(3),
.radio-card.is-mode-changing .radio-device__speaker i:nth-child(3) { animation-delay: -720ms; }
.radio-card:hover .radio-device__speaker i:nth-child(4),
.radio-card.is-mode-changing .radio-device__speaker i:nth-child(4) { animation-delay: -190ms; }

@keyframes speakerTalk {
  from { opacity: 0.72; transform: scaleX(0.74); }
  to { opacity: 1; transform: scaleX(1); }
}

.radio-device__screen {
  display: grid;
  min-height: 57px;
  place-items: center;
  color: #0b281e;
  background: var(--mode-screen);
  border: 5px solid #0c1116;
  border-radius: 7px;
  font-family: monospace;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  transition: background 360ms ease, box-shadow 360ms ease;
}

.radio-card.is-mode-changing .radio-device__screen { animation: screenSwap 500ms ease; }

@keyframes screenSwap {
  45% { opacity: 0.58; transform: scale(0.96); }
}

.radio-device__screen small {
  font-size: 7px;
  letter-spacing: 0.14em;
}

.radio-device__keys {
  display: flex;
  justify-content: center;
  gap: 11px;
  margin-top: 17px;
}

.radio-device__keys i {
  width: 17px;
  height: 17px;
  background: #303b45;
  border: 1px solid #4e5a65;
  border-radius: 50%;
}

.radio-card__status {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.radio-card__status > div {
  padding: 12px 14px;
  background: rgba(6, 19, 34, 0.42);
  border-radius: 10px;
}

.radio-card__status span,
.radio-card__status strong {
  display: block;
}

.radio-card__status span {
  color: #9fb1c5;
  font-size: 9px;
  text-transform: uppercase;
}

.radio-card__status strong {
  margin-top: 2px;
  color: var(--white);
  font-size: 13px;
}

.radio-card__meter {
  position: relative;
  z-index: 1;
  padding: 10px 2px 0;
}

.radio-card__meter-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
}

.radio-card__meter-label span {
  color: #9fb1c5;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.radio-card__meter-label strong {
  color: var(--white);
  font-family: monospace;
  font-size: 11px;
}

.radio-card__meter-track {
  height: 5px;
  overflow: hidden;
  background: rgba(6, 19, 34, 0.52);
  border-radius: 999px;
}

.radio-card__meter-track i {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(var(--mode-accent-rgb), 0.48), var(--mode-accent));
  border-radius: inherit;
  box-shadow: 0 0 14px rgba(var(--mode-accent-rgb), 0.38);
  transform: scaleX(var(--signal-strength, 0.92));
  transform-origin: left center;
  transition: background 360ms ease, box-shadow 360ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.radio-card__meter-track i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0 36%, rgba(255, 255, 255, 0.65) 50%, transparent 64% 100%);
  transform: translateX(-120%);
  animation: meterSweep 2.6s ease-in-out infinite;
}

@keyframes meterSweep {
  48%, 100% { transform: translateX(120%); }
}

.floating-note {
  position: absolute;
  z-index: 3;
  display: grid;
  min-width: 128px;
  padding: 13px 16px;
  background: var(--white);
  border-radius: 12px;
  box-shadow: var(--shadow);
  transition: transform 180ms ease-out, box-shadow 240ms ease;
  will-change: transform;
}

.floating-note b {
  color: var(--mode-accent);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  transition: color 360ms ease;
}

.floating-note span {
  color: var(--muted);
  font-size: 10px;
}

.floating-note--top {
  top: 74px;
  right: 0;
  transform: translate3d(var(--hero-shift-x), var(--hero-shift-y), 48px) rotate(3deg);
}

.floating-note--bottom {
  bottom: 58px;
  left: -10px;
  transform: translate3d(var(--hero-shift-x), var(--hero-shift-y), 42px) rotate(-3deg);
}

.hero-tech-switcher {
  position: absolute;
  z-index: 5;
  bottom: -11px;
  left: 50%;
  display: grid;
  width: min(440px, 92%);
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 6px;
  background: rgba(4, 16, 31, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 15px;
  box-shadow: 0 18px 45px rgba(1, 10, 23, 0.35);
  backdrop-filter: blur(16px);
  transform: translateX(-50%) translateZ(55px);
}

.hero-tech-switcher button {
  display: flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 6px 10px;
  color: #aebed0;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.hero-tech-switcher button span {
  color: #718399;
  font-family: monospace;
  font-size: 9px;
}

.hero-tech-switcher button:hover,
.hero-tech-switcher button:focus-visible,
.hero-tech-switcher button.is-active {
  color: var(--white);
  background: rgba(var(--mode-accent-rgb), 0.15);
  border-color: rgba(var(--mode-accent-rgb), 0.4);
  transform: translateY(-1px);
}

.hero-tech-switcher button.is-active span { color: var(--mode-accent); }

/* Trust strip */
.trust-strip {
  background: #eaf0f6;
  border-bottom: 1px solid var(--line);
}

.trust-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  gap: 30px;
}

.trust-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-strip ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 3vw, 42px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.trust-strip li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #536477;
  font-size: 13px;
  font-weight: 700;
}

.trust-strip li span {
  color: #9facb9;
  font-size: 9px;
}

/* Brand focus */
.brand-focus {
  padding-block: 78px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.brand-focus__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  gap: 85px;
  align-items: center;
}

.brand-focus__copy h2 {
  margin-bottom: 20px;
  font-size: clamp(34px, 4vw, 49px);
}

.brand-focus__copy > p:not(.eyebrow) {
  color: var(--muted);
}

.brand-focus__cards {
  display: grid;
  gap: 10px;
}

.brand-focus__cards article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px;
  background: var(--mist);
  border: 1px solid transparent;
  border-radius: 14px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.brand-focus__cards article:hover {
  background: var(--white);
  border-color: #cbd7e2;
  transform: translateX(5px);
}

.brand-focus__code {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--white);
  background: var(--blue);
  border-radius: 13px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 800;
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.brand-focus__cards article:hover .brand-focus__code {
  box-shadow: 0 12px 28px rgba(20, 99, 255, 0.2);
  transform: rotate(-4deg) scale(1.06);
}

.brand-focus__cards article:nth-child(2) .brand-focus__code {
  color: var(--ink);
  background: var(--orange);
}

.brand-focus__cards h3 {
  margin: 0 0 4px;
  font-size: 20px;
}

.brand-focus__cards h3 a { color: inherit; }
.brand-focus__cards h3 a:hover { color: var(--blue); }

.brand-focus__cards p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.brand-focus__cards > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700;
}

/* Multi-brand service network */
.brand-network {
  position: relative;
  padding-block: 96px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 16%, rgba(20, 99, 255, 0.28), transparent 31%),
    linear-gradient(132deg, #071522, #0a213d 58%, #0d2e59);
}

.brand-network::before,
.brand-network::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(111, 159, 255, 0.14);
  border-radius: 50%;
}

.brand-network::before {
  top: -390px;
  right: -210px;
  width: 720px;
  height: 720px;
  box-shadow: 0 0 0 65px rgba(111, 159, 255, 0.025), 0 0 0 130px rgba(111, 159, 255, 0.018);
}

.brand-network::after {
  bottom: -250px;
  left: -180px;
  width: 420px;
  height: 420px;
}

.brand-network .site-shell {
  position: relative;
  z-index: 1;
}

.brand-network__header {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 44px;
}

.brand-network__header h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(38px, 4.8vw, 58px);
}

.brand-network__header > p {
  margin: 0 0 5px;
  color: #b9cbe0;
  font-size: 16px;
}

.brand-network__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.brand-network__item {
  position: relative;
  display: grid;
  min-height: 164px;
  grid-template-columns: 54px minmax(0, 1fr) 10px;
  gap: 16px;
  align-items: start;
  padding: 22px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.brand-network__item:hover {
  background: linear-gradient(145deg, rgba(20, 99, 255, 0.22), rgba(255, 255, 255, 0.055));
  border-color: rgba(111, 159, 255, 0.46);
  box-shadow: 0 22px 48px rgba(0, 8, 20, 0.22);
  transform: translateY(-5px);
}

.brand-network__code {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--white);
  background: rgba(20, 99, 255, 0.32);
  border: 1px solid rgba(111, 159, 255, 0.46);
  border-radius: 14px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.03em;
  transition: background 220ms ease, transform 220ms ease;
}

.brand-network__item:nth-child(3n + 2) .brand-network__code {
  color: #241306;
  background: var(--orange);
  border-color: rgba(255, 255, 255, 0.22);
}

.brand-network__item:hover .brand-network__code {
  background-color: var(--blue);
  transform: rotate(-5deg) scale(1.06);
}

.brand-network__item:nth-child(3n + 2):hover .brand-network__code {
  background-color: #ff8050;
}

.brand-network__item small {
  display: block;
  margin: 1px 0 5px;
  color: #7894b4;
  font-family: monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.brand-network__item h3 {
  margin: 0 0 8px;
  color: var(--white);
  font-size: 21px;
}

.brand-network__item p {
  margin: 0;
  color: #b9c9db;
  font-size: 12px;
  line-height: 1.55;
}

.brand-network__item > i {
  width: 7px;
  height: 7px;
  margin-top: 8px;
  background: var(--success);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(46, 217, 149, 0.1);
}

.brand-network__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding-top: 30px;
}

.brand-network__footer p {
  max-width: 720px;
  margin: 0;
  color: #8fa6c0;
  font-size: 12px;
}

.brand-network__footer .button {
  flex: 0 0 auto;
}

/* Shared sections */
.section {
  padding-block: 110px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 50px;
}

.section-heading h2,
.process-copy h2,
.about-copy h2,
.faq-intro h2,
.contact-copy h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(36px, 4.6vw, 56px);
}

.section-heading > p,
.section-heading > a {
  margin: 0 0 5px;
}

.section-heading > p {
  color: var(--muted);
}

/* Services */
.services-section {
  background: var(--white);
}

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

.service-card {
  position: relative;
  display: flex;
  min-height: 490px;
  flex-direction: column;
  padding: 32px;
  overflow: hidden;
  background: var(--mist);
  border: 1px solid transparent;
  border-radius: var(--radius);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.service-card:hover {
  border-color: #cfd9e4;
  box-shadow: 0 24px 55px rgba(10, 27, 48, 0.09);
  transform: translateY(-5px);
}

.service-card--featured {
  color: var(--white);
  background: var(--blue);
}

.service-card--featured::after {
  content: "";
  position: absolute;
  right: -85px;
  bottom: -90px;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 40px rgba(255, 255, 255, 0.04), 0 0 0 80px rgba(255, 255, 255, 0.035);
}

.service-card__number {
  position: absolute;
  top: 28px;
  right: 30px;
  color: #99a8b8;
  font-family: monospace;
  font-size: 12px;
}

.service-card--featured .service-card__number {
  color: rgba(255, 255, 255, 0.55);
}

.service-card__icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 56px;
  place-items: center;
  color: var(--blue);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  font-family: Manrope, sans-serif;
  font-weight: 800;
  transition: box-shadow 220ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-card:hover .service-card__icon {
  box-shadow: 0 14px 32px rgba(20, 99, 255, 0.16);
  transform: rotate(-5deg) scale(1.08);
}

.service-card h3 {
  font-size: 25px;
}

.service-card > p {
  color: var(--muted);
  line-height: 1.65;
}

.service-card--featured > p {
  color: #dce8ff;
}

.service-card ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 10px 0 28px;
  color: #4e5f72;
  list-style: none;
  font-size: 13px;
}

.service-card--featured ul {
  color: #e7efff;
}

.service-card li::before {
  content: "—";
  margin-right: 8px;
  color: var(--blue);
}

.service-card--featured li::before {
  color: #8fb2ff;
}

.service-card > a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  margin-top: auto;
  color: var(--ink);
  border-top: 1px solid var(--line);
  font-weight: 700;
}

.service-card--featured > a {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.25);
}

.service-card > a span {
  transition: transform 200ms ease;
}

.service-card:hover > a span {
  transform: translateX(5px);
}

/* Interactive solution finder */
.solution-finder {
  padding-block: 90px;
  color: var(--white);
  background: var(--blue);
}

.solution-finder__shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  gap: 80px;
  align-items: center;
}

.solution-finder__intro h2 {
  max-width: 570px;
  margin-bottom: 20px;
  font-size: clamp(36px, 4.6vw, 54px);
}

.solution-finder__intro > p:not(.eyebrow) {
  color: #d8e7ff;
}

.solution-tabs {
  display: grid;
  gap: 8px;
  margin-top: 30px;
}

.solution-tab {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 48px 0 17px;
  color: #d7e5ff;
  background: rgba(4, 43, 114, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 10px;
  cursor: pointer;
  font-weight: 700;
  text-align: left;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.solution-tab::after {
  content: "→";
  position: absolute;
  right: 17px;
  font-size: 18px;
  transition: transform 180ms ease;
}

.solution-tab:hover,
.solution-tab.is-active {
  color: var(--ink);
  background: var(--white);
  transform: translateX(5px);
}

.solution-tab:hover::after,
.solution-tab.is-active::after {
  transform: translateX(3px);
}

.solution-panels {
  min-height: 475px;
}

.solution-panel {
  position: relative;
  min-height: 475px;
  padding: 44px;
  overflow: hidden;
  color: var(--ink);
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: 0 34px 90px rgba(4, 33, 83, 0.27);
  animation: panel-in 480ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.solution-panel::after {
  content: "";
  position: absolute;
  right: -95px;
  bottom: -115px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(20, 99, 255, 0.17);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(20, 99, 255, 0.035), 0 0 0 90px rgba(20, 99, 255, 0.025);
}

.solution-panel[hidden] {
  display: none;
}

@keyframes panel-in {
  from { opacity: 0; transform: translateY(18px) scale(0.985); }
  to { opacity: 1; transform: translateY(0); }
}

.solution-panel.is-active > * {
  animation: panel-content-in 440ms cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

.solution-panel.is-active > *:nth-child(2) { animation-delay: 60ms; }
.solution-panel.is-active > *:nth-child(3) { animation-delay: 110ms; }
.solution-panel.is-active > *:nth-child(4) { animation-delay: 160ms; }
.solution-panel.is-active > *:nth-child(5) { animation-delay: 210ms; }

@keyframes panel-content-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.solution-panel__index {
  margin-bottom: 48px;
  color: var(--blue);
  font-family: monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.solution-panel h3 {
  max-width: 520px;
  font-size: clamp(28px, 3.2vw, 40px);
}

.solution-panel > p:not(.solution-panel__index) {
  max-width: 540px;
  color: var(--muted);
}

.solution-panel ul {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 25px 0 34px;
  list-style: none;
}

.solution-panel li {
  padding: 7px 11px;
  color: #44566a;
  background: var(--mist);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
}

.solution-panel .button {
  position: relative;
  z-index: 1;
}

/* Products */
.products-section {
  color: var(--white);
  background: var(--ink);
}

.section-heading--light > p {
  color: #aab8c7;
}

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

.product-card {
  min-height: 420px;
  padding: 18px 18px 26px;
  background: var(--ink-soft);
  border: 1px solid #2b3c4f;
  border-radius: var(--radius);
  transition: transform 220ms ease, border-color 220ms ease;
}

.product-card:hover {
  border-color: #4e6b8b;
  transform: translateY(-5px);
}

.product-card--accent {
  background: #133d87;
  border-color: #2d66c5;
}

.product-card__visual {
  position: relative;
  display: grid;
  height: 205px;
  margin-bottom: 26px;
  overflow: hidden;
  place-items: center;
  background: linear-gradient(145deg, #22364c, #0e1c2c);
  border-radius: 12px;
  transition: box-shadow 260ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.product-card:hover .product-card__visual {
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
  transform: translateY(-4px) scale(1.015);
}

.product-card--accent .product-card__visual {
  background: linear-gradient(145deg, #2359b2, #0c2d69);
}

.product-card__visual::after {
  content: "";
  position: absolute;
  width: 155px;
  height: 155px;
  border: 1px solid rgba(111, 159, 255, 0.28);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(111, 159, 255, 0.04);
}

.product-card__visual i {
  position: relative;
  z-index: 1;
  display: block;
  background: #0a1119;
  border: 1px solid #566675;
}

.product-card__visual--handheld i:nth-child(1),
.product-card__visual--poc i:nth-child(1) {
  width: 51px;
  height: 111px;
  border-radius: 10px;
  box-shadow: 8px 11px 25px rgba(0, 0, 0, 0.4);
}

.product-card__visual--handheld i:nth-child(2),
.product-card__visual--poc i:nth-child(2) {
  position: absolute;
  top: 37px;
  width: 11px;
  height: 52px;
  margin-left: -28px;
  border-radius: 5px;
  transform: rotate(-5deg);
}

.product-card__visual--handheld i:nth-child(3),
.product-card__visual--poc i:nth-child(3) {
  position: absolute;
  top: 84px;
  width: 29px;
  height: 28px;
  background: #54c78f;
  border: 5px solid #101820;
  border-radius: 4px;
}

.product-card__visual--poc i:nth-child(3) {
  height: 45px;
  background: #2f7cff;
}

.product-card__visual--vehicle i:nth-child(1) {
  width: 112px;
  height: 66px;
  border-radius: 8px;
  box-shadow: 8px 11px 25px rgba(0, 0, 0, 0.4);
}

.product-card__visual--vehicle i:nth-child(2) {
  position: absolute;
  width: 57px;
  height: 26px;
  background: #263443;
  border: 6px solid #0d141b;
}

.product-card__visual--vehicle i:nth-child(3) {
  position: absolute;
  right: 38px;
  bottom: 35px;
  width: 44px;
  height: 70px;
  border-radius: 9px;
  transform: rotate(6deg);
}

.product-card__visual--station i:nth-child(1) {
  width: 120px;
  height: 74px;
  border-radius: 7px;
  box-shadow: 8px 11px 25px rgba(0, 0, 0, 0.4);
}

.product-card__visual--station i:nth-child(2) {
  position: absolute;
  width: 55px;
  height: 37px;
  background: #1d2c3a;
  border: 7px solid #080d12;
}

.product-card__visual--station i:nth-child(3) {
  position: absolute;
  top: 22px;
  width: 5px;
  height: 82px;
  border-radius: 5px;
  transform: translateX(56px);
}

.product-card__meta {
  margin-bottom: 9px;
  color: #7fa8ff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.product-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.product-card > p:last-child {
  margin: 0;
  color: #aebdcb;
  font-size: 14px;
  line-height: 1.6;
}

/* Process */
.process-section {
  background: #eef3f7;
}

.process-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: 100px;
}

.process-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 25px 0 32px;
  color: var(--muted);
}

.process-list {
  display: grid;
  padding: 0;
  margin: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 30px 0;
  border-top: 1px solid #cbd6df;
}

.process-list li:last-child {
  border-bottom: 1px solid #cbd6df;
}

.process-list > li > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--blue);
  background: var(--white);
  border-radius: 50%;
  font-family: monospace;
  font-size: 11px;
  font-weight: 700;
}

.process-list h3 {
  margin: 0 0 6px;
  font-size: 21px;
}

.process-list p {
  margin: 0;
  color: var(--muted);
}

/* About */
.about-grid {
  display: grid;
  grid-template-columns: minmax(380px, 0.85fr) minmax(0, 1.15fr);
  gap: 90px;
  align-items: center;
}

.about-panel {
  position: relative;
  display: flex;
  min-height: 560px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(20, 99, 255, 0.12), transparent 42%),
    var(--ink);
  border-radius: var(--radius-lg);
}

.about-panel::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(106, 153, 255, 0.24);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(106, 153, 255, 0.04), 0 0 0 110px rgba(106, 153, 255, 0.03);
}

.about-panel__map {
  position: absolute;
  inset: 95px 60px 150px;
  border: 1px dashed rgba(134, 170, 230, 0.42);
  border-radius: 46% 54% 40% 60%;
  transform: rotate(-8deg);
}

.about-panel__map::before,
.about-panel__map::after {
  content: "";
  position: absolute;
  width: 62%;
  border-top: 1px dashed rgba(134, 170, 230, 0.33);
}

.about-panel__map::before { top: 35%; left: 12%; transform: rotate(18deg); }
.about-panel__map::after { bottom: 31%; right: 9%; transform: rotate(-22deg); }

.about-panel__map i {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #6d99f8;
  border: 2px solid var(--ink);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(109, 153, 248, 0.2);
}

.about-panel__map i:nth-child(1) { top: 22%; left: 19%; }
.about-panel__map i:nth-child(2) { top: 45%; right: 8%; }
.about-panel__map i:nth-child(3) { bottom: 18%; left: 38%; }
.about-panel__map i:nth-child(4) {
  top: 55%;
  left: 54%;
  width: 17px;
  height: 17px;
  background: var(--orange);
  box-shadow: 0 0 0 8px rgba(255, 107, 44, 0.18);
}

.about-panel__label {
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #cbd8e7;
  font-family: monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.about-panel__label span { color: var(--orange); }

.about-panel > p {
  position: relative;
  z-index: 1;
  max-width: 350px;
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.04em;
}

.about-copy__lead {
  margin: 28px 0 38px;
  color: var(--muted);
  font-size: 18px;
}

.about-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
}

.about-points > div {
  display: grid;
  gap: 4px;
  padding: 22px 16px 22px 0;
  border-bottom: 1px solid var(--line);
}

.about-points > div:nth-child(even) {
  padding-left: 22px;
  border-left: 1px solid var(--line);
}

.about-points strong {
  font-family: Manrope, sans-serif;
  font-size: 15px;
}

.about-points span {
  color: var(--muted);
  font-size: 13px;
}

/* FAQ */
.faq-section {
  background: var(--mist);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(500px, 1.3fr);
  gap: 110px;
}

.faq-intro {
  position: sticky;
  top: 145px;
  align-self: start;
}

.faq-intro > p:not(.eyebrow) {
  margin: 25px 0 26px;
  color: var(--muted);
}

.faq-list {
  display: grid;
}

.faq-list details {
  border-top: 1px solid #cbd6df;
}

.faq-list details:last-child {
  border-bottom: 1px solid #cbd6df;
}

.faq-list summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 0;
  cursor: pointer;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary span {
  display: grid;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--blue);
  background: var(--white);
  border-radius: 50%;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease;
}

.faq-list details[open] summary span {
  color: var(--white);
  background: var(--blue);
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 650px;
  padding: 0 54px 24px 0;
  margin: 0;
  color: var(--muted);
}

/* Insights */
.insights-section {
  background: var(--white);
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.post-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.post-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.post-card__media {
  display: block;
  height: 220px;
  overflow: hidden;
  background: #e8eef4;
}

.post-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.post-card:hover .post-card__media img { transform: scale(1.04); }

.post-card__placeholder {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  overflow: hidden;
  place-items: center;
  background: linear-gradient(145deg, #dfe8f1, #f6f8fa);
}

.post-card__placeholder::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(20, 99, 255, 0.21);
  border-radius: 50%;
  box-shadow: 0 0 0 27px rgba(20, 99, 255, 0.04);
}

.post-card__placeholder i {
  position: relative;
  z-index: 1;
  display: block;
  width: 8px;
  background: var(--blue);
  border-radius: 5px;
}

.post-card__placeholder i:nth-child(1),
.post-card__placeholder i:nth-child(3) { height: 34px; opacity: 0.6; }
.post-card__placeholder i:nth-child(2) { height: 58px; }

.post-card__body {
  padding: 25px;
}

.post-card__meta {
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.post-card h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.post-card h3 a { color: var(--ink); }

.post-card__body > p:not(.post-card__meta) {
  color: var(--muted);
  font-size: 14px;
}

.post-card__link {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  transition: color 180ms ease, transform 180ms ease;
}

.post-card:hover .post-card__link {
  color: var(--blue);
  transform: translateX(5px);
}

/* Contact */
.contact-section {
  position: relative;
  padding-block: 95px;
  overflow: hidden;
  color: var(--white);
  background: var(--blue);
}

.contact-section::after {
  content: "";
  position: absolute;
  top: -240px;
  right: -190px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.035), 0 0 0 140px rgba(255, 255, 255, 0.025);
}

.contact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(360px, 0.7fr);
  gap: 90px;
  align-items: end;
}

.contact-copy h2 { max-width: 760px; }

.contact-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 24px 0 32px;
  color: #d9e7ff;
  font-size: 18px;
}

.contact-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}

.contact-details {
  display: grid;
  padding: 25px 28px;
  background: rgba(4, 35, 96, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
}

.contact-details > div,
.contact-details > a {
  position: relative;
  display: block;
  padding: 18px 0;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-details > :last-child { border-bottom: 0; }

.contact-details > a {
  padding-right: 34px;
}

.contact-details > a:hover strong {
  color: #ffd3c0;
}

.contact-details strong {
  display: block;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  transition: color 180ms ease;
}

.contact-details em {
  position: absolute;
  top: 50%;
  right: 4px;
  font-style: normal;
  transform: translateY(-50%);
}

.contact-details span {
  display: block;
  margin-bottom: 4px;
  color: #9dbefb;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-details p { margin: 0; font-size: 14px; }

.contact-map {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  min-height: 430px;
  margin-top: 70px;
  overflow: hidden;
  background: var(--white);
  border: 8px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-lg);
  box-shadow: 0 35px 90px rgba(5, 35, 92, 0.28);
}

.contact-map__frame,
.contact-map__frame iframe {
  width: 100%;
  height: 100%;
  min-height: 430px;
}

.contact-map__frame iframe {
  display: block;
  border: 0;
  filter: saturate(0.85) contrast(1.02);
}

.contact-map__card {
  display: flex;
  padding: 34px;
  color: var(--ink);
  background: var(--white);
  flex-direction: column;
  justify-content: center;
}

.contact-map__label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.contact-map__label span {
  color: var(--orange);
  font-size: 9px;
}

.contact-map__card h3 {
  font-size: 28px;
}

.contact-map__card > p:not(.contact-map__label) {
  color: var(--muted);
  font-size: 14px;
}

.contact-map__card .button {
  align-self: flex-start;
  margin-top: 10px;
}

/* Footer */
.site-footer {
  padding-top: 75px;
  color: #b7c4d2;
  background: #07121e;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.65fr 0.9fr 0.95fr 0.85fr;
  gap: 48px;
  padding-bottom: 62px;
}

.no-footer-widgets .footer-grid { grid-template-columns: 1.25fr 0.7fr 1fr 1fr; }

.brand-mark--light { color: var(--white); }
.brand-mark--light .brand-mark__copy small { color: #8495a8; }

.footer-brand > p {
  max-width: 340px;
  margin-top: 23px;
  font-size: 14px;
}

.footer-column h2,
.footer-widget__title {
  margin-bottom: 21px;
  color: var(--white);
  font-size: 14px;
  letter-spacing: 0;
}

.footer-menu,
.footer-column .menu {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-menu a,
.footer-column .menu a,
.footer-contact a {
  color: #b7c4d2;
  font-size: 14px;
}

.footer-menu a:hover,
.footer-column .menu a:hover,
.footer-contact a:hover { color: var(--white); }

.footer-contact {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.footer-contact > a:first-of-type {
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.footer-contact p {
  max-width: 330px;
  margin: 10px 0 0;
  font-size: 13px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  border-top: 1px solid #1b2b3b;
  font-size: 11px;
}

.footer-bottom p { margin: 0; }

.footer-bottom a {
  color: var(--white);
  font-weight: 700;
}

.footer-bottom a:hover {
  color: #9cbcff;
}

.contact-dock {
  position: fixed;
  z-index: 900;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.contact-dock a {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 50px;
  padding: 7px 15px 7px 7px;
  border-radius: 30px;
  box-shadow: 0 12px 35px rgba(5, 42, 29, 0.2);
  font-size: 12px;
  font-weight: 700;
  transition: transform 180ms ease;
}

.contact-dock__whatsapp {
  color: #062d1f;
  background: #47dc92;
}

.contact-dock__phone {
  color: var(--white);
  background: var(--blue);
}

.contact-dock__whatsapp:hover { color: #062d1f; transform: translateY(-3px); }
.contact-dock__phone:hover { color: var(--white); transform: translateY(-3px); }

.contact-dock span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--white);
  background: #0b8d59;
  border-radius: 50%;
  font-family: Manrope, sans-serif;
  font-weight: 800;
}

.contact-dock__phone span {
  background: #0849ca;
  font-family: sans-serif;
}

.contact-dock em { font-style: normal; }

/* New-generation interaction layer */
.scroll-progress {
  --scroll-progress: 0;
  position: fixed;
  z-index: 1200;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  pointer-events: none;
  background: rgba(7, 18, 30, 0.08);
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), #63a0ff, var(--orange));
  box-shadow: 0 0 14px rgba(20, 99, 255, 0.4);
  transform: scaleX(var(--scroll-progress));
  transform-origin: left center;
  transition: transform 80ms linear;
}

.admin-bar .scroll-progress { top: 32px; }

[data-magnetic] {
  --magnetic-x: 0px;
  --magnetic-y: 0px;
  transform: translate3d(var(--magnetic-x), var(--magnetic-y), 0);
  transition: transform 160ms ease-out, color 180ms ease, background 180ms ease, box-shadow 180ms ease;
  will-change: transform;
}

.button[data-magnetic]:hover {
  transform: translate3d(var(--magnetic-x), calc(var(--magnetic-y) - 2px), 0);
}

.cursor-reactive {
  --card-cursor-x: 50%;
  --card-cursor-y: 50%;
  --card-tilt-x: 0deg;
  --card-tilt-y: 0deg;
  position: relative;
  isolation: isolate;
  transform-style: preserve-3d;
  will-change: transform;
}

.cursor-reactive::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(260px circle at var(--card-cursor-x) var(--card-cursor-y), rgba(20, 99, 255, 0.14), transparent 70%);
  border-radius: inherit;
  opacity: 0;
  transition: opacity 220ms ease;
}

.cursor-reactive:hover::before { opacity: 1; }
.service-card--featured.cursor-reactive::before,
.product-card.cursor-reactive::before { background: radial-gradient(280px circle at var(--card-cursor-x) var(--card-cursor-y), rgba(255, 255, 255, 0.14), transparent 72%); }
.cursor-reactive > :not(.service-card__number) { position: relative; z-index: 1; }
.cursor-reactive .service-card__number { z-index: 1; }

.hero-motion-ready .hero__content > *,
.hero-motion-ready .hero__visual .radio-card,
.hero-motion-ready .hero-tech-switcher,
.hero-motion-ready .floating-note {
  opacity: 0;
  transform: translateY(24px);
}

.hero-motion-ready .hero__content > *,
.hero-motion-ready .hero-tech-switcher,
.hero-motion-ready .floating-note {
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-motion-ready .hero__visual .radio-card {
  transition: opacity 720ms ease, border-color 360ms ease, box-shadow 360ms ease, transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-motion-active .hero__content > *,
.hero-motion-active .hero__visual .radio-card,
.hero-motion-active .hero-tech-switcher,
.hero-motion-active .floating-note { opacity: 1; }

.hero-motion-active .hero__content > * { transform: translateY(0); }
.hero-motion-active .hero__content > *:nth-child(2) { transition-delay: 90ms; }
.hero-motion-active .hero__content > *:nth-child(3) { transition-delay: 160ms; }
.hero-motion-active .hero__content > *:nth-child(4) { transition-delay: 230ms; }
.hero-motion-active .hero__content > *:nth-child(5) { transition-delay: 300ms; }

.hero-motion-active .hero__visual .radio-card {
  transform: perspective(1000px) rotateX(var(--hero-tilt-y)) rotateY(var(--hero-tilt-x)) rotateZ(2deg) translate3d(var(--hero-shift-x), var(--hero-shift-y), 28px);
  transition-delay: 150ms, 0ms, 0ms, 150ms;
}

.hero-motion-active .hero-tech-switcher {
  transform: translateX(-50%) translateZ(55px);
  transition-delay: 310ms;
}

.hero-motion-active .floating-note--top {
  transform: translate3d(var(--hero-shift-x), var(--hero-shift-y), 48px) rotate(3deg);
  transition-delay: 380ms;
}

.hero-motion-active .floating-note--bottom {
  transform: translate3d(var(--hero-shift-x), var(--hero-shift-y), 42px) rotate(-3deg);
  transition-delay: 450ms;
}

/* Progressive motion */
.motion-ready .reveal-item {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease var(--reveal-delay, 0ms), transform 600ms ease var(--reveal-delay, 0ms);
}

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

.service-card.cursor-reactive:hover,
.product-card.cursor-reactive:hover,
.post-card.cursor-reactive:hover,
.motion-ready .service-card.cursor-reactive.is-visible:hover,
.motion-ready .product-card.cursor-reactive.is-visible:hover,
.motion-ready .post-card.cursor-reactive.is-visible:hover {
  transform: perspective(1050px) rotateX(var(--card-tilt-x)) rotateY(var(--card-tilt-y)) translate3d(0, -7px, 0);
}

.brand-focus__cards article.cursor-reactive:hover {
  transform: perspective(900px) rotateX(var(--card-tilt-x)) rotateY(var(--card-tilt-y)) translate3d(6px, 0, 0);
}

.brand-network__item.cursor-reactive:hover {
  transform: perspective(950px) rotateX(var(--card-tilt-x)) rotateY(var(--card-tilt-y)) translate3d(0, -7px, 0);
}

/* Inner pages */
.page-hero,
.single-entry__header {
  position: relative;
  padding-block: 100px;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(115deg, var(--ink), #103165);
}

.page-hero::after,
.single-entry__header::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -300px;
  width: 610px;
  height: 610px;
  border: 1px solid rgba(104, 155, 255, 0.35);
  border-radius: 50%;
  box-shadow: 0 0 0 60px rgba(77, 130, 235, 0.04), 0 0 0 120px rgba(77, 130, 235, 0.03);
}

.page-hero--compact { padding-block: 80px; }

.page-hero__inner {
  position: relative;
  z-index: 1;
}

.page-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 34px;
  color: #9cbcff;
  font-size: 12px;
  font-weight: 700;
}

.page-breadcrumb a { color: var(--white); }
.page-breadcrumb a:hover { color: #b8ceff; }

.page-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 80px;
  align-items: end;
}

.page-hero h1,
.single-entry__header h1 {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin: 0;
  font-size: clamp(43px, 6vw, 68px);
}

.page-hero p:not(.eyebrow),
.page-hero__description {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #c6d3e2;
}

.entry-page,
.content-area,
.single-entry__body {
  padding-block: 80px 110px;
}

.entry-page__image,
.single-entry__image {
  margin-bottom: 44px;
  overflow: hidden;
  border-radius: var(--radius);
}

.entry-content {
  max-width: 780px;
  margin-inline: auto;
  color: #26384a;
  font-size: 17px;
}

.entry-page--service .entry-content { max-width: 920px; }

.entry-content .service-lead {
  padding-bottom: 32px;
  margin-bottom: 36px;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  font-size: 20px;
  line-height: 1.75;
}

.service-highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 34px 0 55px;
}

.service-highlights > div {
  padding: 22px 18px;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.service-highlights strong,
.service-highlights span { display: block; }

.service-highlights strong {
  margin-bottom: 7px;
  color: var(--ink);
  font-family: Manrope, sans-serif;
  font-size: 15px;
}

.service-highlights span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.entry-content .service-brand-list {
  padding: 34px;
  margin: 42px 0 55px;
  scroll-margin-top: 130px;
  background: linear-gradient(135deg, #eef4ff, #f8fbff 62%, #fff4ef);
  border: 1px solid #cbdcf8;
  border-radius: var(--radius);
}

.entry-content .service-brand-list h2 {
  margin: 0 0 16px;
  font-size: 30px;
}

.entry-content .service-brand-list > p:not(.service-kicker) {
  color: #4c6075;
}

.entry-content .service-brand-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 24px 0;
  list-style: none;
}

.entry-content .service-brand-tags li {
  padding: 8px 12px;
  margin: 0;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #cddbf0;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 7px 18px rgba(20, 74, 154, 0.06);
}

.entry-content .service-checklist,
.entry-content .service-steps {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 40px;
  list-style: none;
}

.entry-content .service-checklist li,
.entry-content .service-steps li {
  position: relative;
  padding: 17px 20px 17px 50px;
  background: #f7f9fc;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.entry-content .service-checklist li::before {
  content: "✓";
  position: absolute;
  top: 17px;
  left: 20px;
  color: var(--success);
  font-weight: 800;
}

.entry-content .service-steps { counter-reset: service-step; }
.entry-content .service-steps li { counter-increment: service-step; }

.entry-content .service-steps li::before {
  content: counter(service-step, decimal-leading-zero);
  position: absolute;
  top: 17px;
  left: 17px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.service-kicker {
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.entry-content .service-related {
  padding: 34px;
  margin-top: 60px;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.entry-content .service-related h2 {
  margin: 0 0 22px;
  font-size: 28px;
}

.entry-content .service-related ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.entry-content .service-related li { margin: 0; }

.entry-content .service-related a {
  display: flex;
  min-height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.entry-content .service-related a:hover {
  color: var(--blue);
  border-color: #b9cef7;
}

.entry-content .service-related--article ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.entry-content .service-faq { margin-top: 65px; }

.entry-content .service-faq > h2 {
  margin: 0 0 28px;
  font-size: 32px;
}

.service-faq__list { border-top: 1px solid var(--line); }
.service-faq__item { border-bottom: 1px solid var(--line); }

.service-faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 21px 0;
  color: var(--ink);
  cursor: pointer;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 700;
  list-style: none;
}

.service-faq__item summary::-webkit-details-marker { display: none; }

.service-faq__item summary span {
  display: grid;
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  place-items: center;
  color: var(--blue);
  background: #eef4ff;
  border-radius: 50%;
  transition: transform 180ms ease;
}

.service-faq__item[open] summary span { transform: rotate(45deg); }

.service-faq__item p {
  max-width: 760px;
  padding: 0 48px 22px 0;
  margin: 0;
  color: var(--muted);
}

.entry-content > *:first-child { margin-top: 0; }
.entry-content > *:last-child { margin-bottom: 0; }
.entry-content h2 { margin: 2em 0 0.7em; font-size: 34px; }
.entry-content h3 { margin: 1.8em 0 0.65em; font-size: 26px; }
.entry-content a { text-decoration: underline; text-underline-offset: 3px; }
.entry-content blockquote {
  padding: 25px 30px;
  margin: 35px 0;
  background: var(--mist);
  border-left: 4px solid var(--blue);
  border-radius: 0 12px 12px 0;
  font-size: 19px;
}
.entry-content ul,
.entry-content ol { padding-left: 1.25em; }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th,
.entry-content td { padding: 12px; border: 1px solid var(--line); text-align: left; }

.entry-content .article-cta {
  position: relative;
  padding: 32px;
  margin-top: 48px;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(120deg, var(--ink), #123970);
  border-radius: var(--radius);
}

.entry-content .article-cta::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(111, 159, 255, 0.3);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(111, 159, 255, 0.05);
}

.entry-content .article-cta__label {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  color: #9cbcff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.entry-content .article-cta h2 {
  position: relative;
  z-index: 1;
  max-width: 580px;
  margin: 0 0 14px;
  color: var(--white);
  font-size: 30px;
}

.entry-content .article-cta > p:not(.article-cta__label) {
  position: relative;
  z-index: 1;
  max-width: 620px;
  color: #cbd8e7;
}

.entry-content .article-cta a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.content-area--archive > .search-form { margin-bottom: 38px; }

.single-entry__header-inner { position: relative; z-index: 1; }

.single-entry__meta {
  display: flex;
  gap: 18px;
  margin-bottom: 18px;
  color: #9cbcff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.single-entry__header p {
  max-width: 730px;
  margin: 24px 0 0;
  color: #c6d3e2;
  font-size: 18px;
}

.single-entry__footer {
  max-width: 780px;
  margin: 38px auto;
}

.tag-links { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-links a { padding: 5px 10px; color: var(--muted); background: var(--mist); border-radius: 5px; font-size: 12px; }

.post-navigation {
  max-width: 780px;
  margin: 55px auto;
  border-block: 1px solid var(--line);
}

.post-navigation .nav-links { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.post-navigation a { display: grid; padding: 24px 0; color: var(--ink); }
.post-navigation .nav-next { text-align: right; }
.post-navigation span { color: var(--muted); font-size: 11px; text-transform: uppercase; }

.pagination {
  margin-top: 45px;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 7px;
}

.pagination .page-numbers {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--ink);
  background: var(--mist);
  border-radius: 8px;
}

.pagination .page-numbers.current { color: var(--white); background: var(--blue); }

.search-form {
  display: flex;
  gap: 10px;
  max-width: 620px;
}

.search-form label { flex: 1; }
.search-field {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.empty-state,
.not-found__inner {
  max-width: 720px;
  text-align: left;
}

.empty-state { padding-block: 40px; }
.empty-state h2 { font-size: 38px; }
.empty-state > p:not(.eyebrow) { color: var(--muted); }

.not-found { padding-block: 100px 130px; background: var(--mist); }
.not-found__code {
  margin: 0;
  color: rgba(20, 99, 255, 0.12);
  font-family: Manrope, sans-serif;
  font-size: clamp(100px, 18vw, 210px);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.08em;
}
.not-found h1 { max-width: 680px; margin-top: 18px; font-size: clamp(38px, 5vw, 58px); }
.not-found__inner > p:not(.not-found__code, .eyebrow) { max-width: 600px; color: var(--muted); }

/* Comments */
.comments-area {
  max-width: 780px;
  padding-top: 30px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.comments-title,
.comment-reply-title { font-size: 25px; }
.comment-list { padding: 0; list-style: none; }
.comment-list .comment { padding: 22px; margin-bottom: 12px; background: var(--mist); border-radius: 10px; }
.comment-meta { font-size: 13px; }
.comment-meta a { color: var(--muted); }
.comment-content p:last-child { margin-bottom: 0; }
.comment-respond { margin-top: 40px; }
.comment-form label { display: block; margin-bottom: 5px; font-weight: 700; }
.comment-form input:not([type="checkbox"], [type="submit"]),
.comment-form textarea { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 8px; }
.comment-form input[type="submit"] { min-height: 48px; padding: 0 20px; color: var(--white); background: var(--blue); border: 0; border-radius: 8px; font-weight: 700; cursor: pointer; }

/* WordPress alignment helpers */
.alignwide { width: min(1180px, calc(100vw - 40px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.wp-caption { max-width: 100%; }
.wp-caption-text { margin-top: 8px; color: var(--muted); font-size: 12px; }
.gallery { display: grid; gap: 12px; }
.sticky { position: relative; }
.bypostauthor { position: relative; }

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1080px) {
  .primary-navigation .menu { gap: 17px; }
  .primary-navigation { gap: 18px; }
  .hero__grid { grid-template-columns: minmax(0, 1fr) minmax(370px, 0.75fr); gap: 30px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .process-grid,
  .about-grid,
  .faq-grid { gap: 60px; }
}

@media (max-width: 960px) {
  :root { --shell: min(100% - 32px, 760px); }
  .topline { display: none; }
  .site-header { top: 0; }
  .nav-shell { min-height: 70px; }
  .menu-toggle { display: flex; }
  .primary-navigation {
    position: fixed;
    z-index: -1;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    padding: 30px 24px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    visibility: hidden;
    opacity: 0;
    background: var(--white);
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }
  .primary-navigation.is-open { z-index: 100; visibility: visible; opacity: 1; transform: translateY(0); }
  .primary-navigation .menu { display: grid; gap: 0; }
  .primary-navigation .menu a { padding: 14px 4px; border-bottom: 1px solid var(--line); font-size: 18px; }
  .primary-navigation .menu > li > a::after { display: none; }
  .primary-navigation .sub-menu { position: static; display: grid; padding: 0 0 0 15px; border: 0; box-shadow: none; }
  .nav-cta { margin-top: 10px; }
  .menu-toggle[aria-expanded="true"] .menu-toggle__lines i:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-toggle__lines i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero__grid { grid-template-columns: 1fr; gap: 58px; padding-block: 75px 105px; }
  .hero__visual { display: grid; width: min(100%, 620px); min-height: 550px; margin-inline: auto; }
  .hero__content { max-width: 720px; }
  .trust-strip__inner { align-items: flex-start; padding-block: 24px; flex-direction: column; }
  .trust-strip ul { flex-wrap: wrap; justify-content: flex-start; }
  .brand-focus__grid { grid-template-columns: 1fr; gap: 38px; }
  .brand-network__header { grid-template-columns: 1fr; gap: 22px; }
  .brand-network__grid { grid-template-columns: 1fr 1fr; }
  .section { padding-block: 85px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card__icon { margin-bottom: 30px; }
  .solution-finder__shell { grid-template-columns: 1fr; gap: 45px; }
  .solution-tabs { grid-template-columns: repeat(3, 1fr); }
  .solution-tab { min-height: 72px; padding: 12px 36px 12px 14px; }
  .process-grid,
  .about-grid,
  .faq-grid,
  .contact-grid { grid-template-columns: 1fr; }
  .process-grid { gap: 45px; }
  .about-grid { gap: 50px; }
  .about-panel { min-height: 460px; }
  .faq-grid { gap: 45px; }
  .faq-intro { position: static; }
  .contact-grid { gap: 45px; }
  .contact-map { grid-template-columns: 1fr; }
  .contact-map__frame,
  .contact-map__frame iframe { min-height: 370px; }
  .post-grid { grid-template-columns: 1fr 1fr; }
  .service-highlights { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.2fr 0.8fr; }
  .footer-contact { grid-column: span 2; }
  .page-hero__grid { grid-template-columns: 1fr; gap: 25px; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 28px); }
  .brand-mark__signal { width: 38px; height: 38px; }
  .brand-mark__copy strong { font-size: 15px; }
  .brand-mark__copy small { font-size: 8px; }
  .menu-toggle__label { display: none; }
  .hero { min-height: auto; }
  .hero__grid { min-height: auto; gap: 42px; padding-block: 70px 92px; }
  .hero__content h1 { font-size: clamp(42px, 13.5vw, 62px); }
  .hero__lead { font-size: 17px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero__assurances { display: grid; gap: 10px; }
  .hero__visual { min-height: 520px; }
  .signal-orbit--one { width: 330px; height: 330px; }
  .signal-orbit--two { width: 430px; height: 430px; }
  .signal-pulse--one { top: 52px; left: 9%; }
  .signal-pulse--two { right: 6%; bottom: 92px; }
  .radio-card { width: min(310px, 78%); }
  .floating-note--top { top: 43px; right: -2px; }
  .floating-note--bottom { bottom: 64px; left: -2px; }
  .hero-tech-switcher { bottom: -14px; width: 100%; }
  .hero-tech-switcher button { padding-inline: 6px; font-size: 11px; }
  .trust-strip ul { display: grid; grid-template-columns: 1fr 1fr; width: 100%; gap: 10px 18px; }
  .brand-focus { padding-block: 60px; }
  .brand-focus__cards article { grid-template-columns: 48px 1fr; padding: 17px; }
  .brand-focus__code { width: 48px; height: 48px; font-size: 15px; }
  .brand-network { padding-block: 68px; }
  .brand-network__header { margin-bottom: 32px; }
  .brand-network__header h2 { font-size: 38px; }
  .brand-network__grid { grid-template-columns: 1fr; }
  .brand-network__item { min-height: 0; }
  .brand-network__footer { align-items: flex-start; flex-direction: column; }
  .section { padding-block: 68px; }
  .section-heading h2,
  .process-copy h2,
  .about-copy h2,
  .faq-intro h2,
  .contact-copy h2 { font-size: 36px; }
  .service-card { padding: 26px; }
  .solution-finder { padding-block: 68px; }
  .solution-tabs { grid-template-columns: 1fr; }
  .solution-tab { min-height: 52px; }
  .solution-panel,
  .solution-panels { min-height: 0; }
  .solution-panel { padding: 28px 24px; }
  .solution-panel__index { margin-bottom: 30px; }
  .product-grid { grid-template-columns: 1fr; }
  .process-list li { grid-template-columns: 40px 1fr; gap: 15px; }
  .about-panel { min-height: 390px; padding: 25px; }
  .about-panel__map { inset: 78px 35px 120px; }
  .about-panel > p { font-size: 24px; }
  .about-points { grid-template-columns: 1fr; }
  .about-points > div:nth-child(even) { padding-left: 0; border-left: 0; }
  .faq-list summary { font-size: 16px; }
  .post-grid { grid-template-columns: 1fr; }
  .contact-section { padding-block: 70px; }
  .contact-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .contact-details { padding: 18px 21px; }
  .contact-map { margin-top: 45px; border-width: 5px; }
  .contact-map__frame,
  .contact-map__frame iframe { min-height: 320px; }
  .contact-map__card { padding: 27px 22px; }
  .footer-grid,
  .no-footer-widgets .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-contact { grid-column: auto; }
  .footer-bottom { align-items: flex-start; padding-block: 20px; flex-direction: column; justify-content: center; gap: 4px; }
  .contact-dock { right: 14px; bottom: 14px; }
  .contact-dock a { min-height: 48px; padding-right: 7px; }
  .contact-dock em { display: none; }
  .page-hero,
  .single-entry__header { padding-block: 70px; }
  .page-hero h1,
  .single-entry__header h1 { font-size: 41px; }
  .entry-page,
  .content-area,
  .single-entry__body { padding-block: 55px 80px; }
  .entry-content { font-size: 16px; }
  .service-highlights,
  .entry-content .service-related ul,
  .entry-content .service-related--article ul { grid-template-columns: 1fr; }
  .entry-content .service-related { padding: 25px 21px; }
  .entry-content .service-faq > h2 { font-size: 28px; }
  .service-faq__item summary { font-size: 16px; }
  .post-navigation .nav-links { grid-template-columns: 1fr; gap: 0; }
  .post-navigation .nav-next { text-align: left; border-top: 1px solid var(--line); }
  .search-form { flex-direction: column; }
}

@media (max-width: 782px) {
  .admin-bar .scroll-progress { top: 46px; }
}
