:root {
  --ink: #102033;
  --ink-strong: #081524;
  --muted: #5b6b7d;
  --line: #dce4eb;
  --line-strong: #c8d5df;
  --surface: #ffffff;
  --surface-soft: #f5f7f8;
  --surface-blue: #edf6fb;
  --brand: #0877a8;
  --brand-dark: #045b82;
  --brand-soft: #dff2fa;
  --success: #187a55;
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 20px;
  --shadow-sm: 0 10px 30px rgba(16, 32, 51, .07);
  --shadow: 0 22px 60px rgba(16, 32, 51, .12);
  --container: 1180px;
}

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

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

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.nav-open { overflow: hidden; }

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

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

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

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

h1, h2, h3, p { margin-top: 0; }

h1, h2, h3 { color: var(--ink-strong); line-height: 1.12; letter-spacing: -.035em; }

h1 { font-size: clamp(2.55rem, 5.7vw, 5rem); font-weight: 750; }

h2 { font-size: clamp(2rem, 3.8vw, 3.35rem); font-weight: 720; }

h3 { font-size: 1.25rem; font-weight: 700; }

p { color: var(--muted); }

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

.section { padding: 104px 0; }

.section-soft { background: var(--surface-soft); }

.section-blue { background: var(--surface-blue); }

.section-dark { background: var(--ink-strong); color: #fff; }

.section-dark h2, .section-dark h3 { color: #fff; }

.section-dark p { color: #b9c9d6; }

.section-kicker {
  display: block;
  margin-bottom: 16px;
  color: var(--brand-dark);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.section-dark .section-kicker { color: #79d1f1; }

.section-heading { max-width: 730px; margin-bottom: 50px; }

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

.section-heading h2 { margin-bottom: 18px; }

.section-heading p { margin-bottom: 0; font-size: 1.08rem; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  background: #fff;
  color: var(--ink-strong);
  border: 2px solid var(--brand);
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

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

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(220, 228, 235, .88);
  backdrop-filter: blur(14px);
}

.header-inner { display: flex; align-items: center; min-height: 76px; gap: 30px; }

.site-brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; }

.site-brand img { width: 38px; height: 38px; border-radius: 9px; }

.brand-word { color: #172a43; font-size: 1.24rem; font-weight: 800; letter-spacing: -.045em; }

.brand-word span { color: #168edf; }

.site-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }

.site-nav-link, .text-link { color: #34475a; font-size: .91rem; font-weight: 650; }

.site-nav-link { position: relative; padding: 25px 0; }

.site-nav-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 19px;
  left: 0;
  height: 2px;
  background: var(--brand);
  transform: scaleX(0);
  transition: transform .2s ease;
}

.site-nav-link:hover::after, .site-nav-link[aria-current="page"]::after { transform: scaleX(1); }

.site-nav-link > i, .mobile-nav-intro, .mobile-nav-card { display: none; }

.header-actions { display: flex; align-items: center; gap: 18px; }

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-weight: 750;
  line-height: 1.2;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.button:hover { transform: translateY(-1px); }

.button-primary { background: var(--brand); color: #fff; }

.button-primary:hover { background: var(--brand-dark); }

.button-secondary { background: #fff; color: var(--ink-strong); border-color: var(--line-strong); }

.button-secondary:hover { border-color: var(--brand); color: var(--brand-dark); }

.button-dark { background: var(--ink-strong); color: #fff; }

.button-dark:hover { background: #142a41; }

.button-ghost-dark { color: #fff; border-color: #35506a; }

.button-ghost-dark:hover { border-color: #8abed4; }

.button-small { min-height: 42px; padding: 10px 15px; font-size: .88rem; }

.button-arrow::after { content: "→"; font-size: 1.15em; }

.nav-toggle { display: none; position: relative; z-index: 130; width: 44px; height: 44px; padding: 10px; background: #fff; border: 1px solid var(--line); border-radius: 8px; cursor: pointer; }

.nav-toggle span:not(.sr-only) { display: block; width: 21px; height: 2px; margin: 4px auto; background: var(--ink); transform-origin: center; transition: opacity .2s ease, transform .2s ease; }

.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }

.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }

.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.hero { overflow: hidden; padding: 88px 0 46px; background: #f8fafb; border-bottom: 1px solid var(--line); }

.hero-grid { display: grid; grid-template-columns: minmax(0, .93fr) minmax(470px, 1.07fr); align-items: center; gap: 66px; }

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

.hero-slogan {
  position: absolute;
  z-index: 8;
  right: 2%;
  bottom: calc(100% + 18px);
  left: 2%;
  display: flex;
  min-height: 112px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
  padding: 24px 30px;
  background: linear-gradient(115deg, rgba(255,255,255,.96), rgba(244,241,255,.96), rgba(229,248,253,.96), rgba(255,255,255,.96));
  background-size: 240% 240%;
  border: 1px solid rgba(117, 141, 190, .2);
  border-radius: 24px;
  box-shadow: 0 24px 64px rgba(52, 71, 119, .12), inset 0 1px 0 rgba(255,255,255,.86);
  color: #708096;
  font-size: clamp(1.45rem, 2.35vw, 2.15rem);
  font-weight: 680;
  letter-spacing: -.025em;
  line-height: 1.1;
  backdrop-filter: blur(18px);
  animation: hero-slogan-enter .8s cubic-bezier(.22, 1, .36, 1) both, hero-slogan-float 7s 1s ease-in-out infinite, hero-slogan-gradient 10s ease-in-out infinite;
}

.hero-slogan--mobile { display: none; }

.hero-slogan::before {
  content: "";
  position: absolute;
  inset: -90% -15%;
  background: conic-gradient(from 90deg, rgba(75,181,228,.05), rgba(119,92,230,.2), rgba(45,192,208,.17), rgba(75,181,228,.05));
  filter: blur(24px);
  animation: hero-slogan-color-drift 12s linear infinite;
  pointer-events: none;
}

.hero-slogan::after {
  content: "";
  position: absolute;
  top: -80%;
  bottom: -80%;
  left: -30%;
  width: 22%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .76), transparent);
  transform: skewX(-16deg);
  animation: hero-slogan-sheen 7.5s 1.4s ease-in-out infinite;
  pointer-events: none;
}

.hero-slogan > span, .hero-slogan > strong { position: relative; z-index: 1; }

.hero-slogan-spark {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  margin-right: 5px;
  background: radial-gradient(circle at 35% 30%, #fff 0 8%, #7ce0f1 12%, #4f75db 50%, #6851cf 100%);
  border: 6px solid rgba(255,255,255,.78);
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(80, 93, 193, .25), 0 0 0 1px rgba(84, 105, 186, .12);
  animation: hero-slogan-sparkle 5.5s ease-in-out infinite;
}

.hero-slogan-best { position: relative; background: linear-gradient(90deg, #4f51c8, #0877a8, #6250d1); background-size: 180% auto; color: transparent; font-weight: 880; -webkit-background-clip: text; background-clip: text; animation: hero-slogan-text-flow 7s ease-in-out infinite; }

.hero-slogan-best::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(98,80,209,.25), #16a9e0, rgba(98,80,209,.25));
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: left;
  animation: hero-slogan-underline 7s 1s ease-in-out infinite;
}

@keyframes hero-slogan-enter {
  from { opacity: 0; transform: translateY(18px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes hero-slogan-sheen {
  0%, 58% { left: -30%; opacity: 0; }
  64% { opacity: .8; }
  82%, 100% { left: 116%; opacity: 0; }
}

@keyframes hero-slogan-float {
  0%, 100% { box-shadow: 0 24px 64px rgba(52, 71, 119, .12), inset 0 1px 0 rgba(255,255,255,.86); transform: translateY(0); }
  50% { box-shadow: 0 30px 74px rgba(68, 82, 161, .17), inset 0 1px 0 rgba(255,255,255,.94); transform: translateY(-5px); }
}

@keyframes hero-slogan-gradient {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes hero-slogan-color-drift {
  to { transform: rotate(360deg); }
}

@keyframes hero-slogan-text-flow {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes hero-slogan-sparkle {
  0%, 100% { transform: rotate(-4deg) scale(.96); box-shadow: 0 8px 22px rgba(80,93,193,.2), 0 0 0 1px rgba(84,105,186,.12); }
  50% { transform: rotate(5deg) scale(1.04); box-shadow: 0 10px 28px rgba(36,164,205,.3), 0 0 0 5px rgba(87,129,211,.07); }
}

@keyframes hero-slogan-underline {
  0%, 100% { opacity: .35; transform: scaleX(.35); }
  48%, 68% { opacity: 1; transform: scaleX(1); }
}

@keyframes hero-slogan-accessible-pulse {
  0%, 52%, 100% { border-color: rgba(8, 119, 168, .32); box-shadow: 0 10px 30px rgba(8, 119, 168, .1); }
  68%, 82% { border-color: rgba(8, 119, 168, .88); box-shadow: 0 16px 38px rgba(8, 119, 168, .3), 0 0 0 8px rgba(21, 167, 223, .13); }
}

@keyframes hero-slogan-accessible-spark {
  0%, 52%, 100% { opacity: .55; filter: drop-shadow(0 0 2px rgba(8, 119, 168, .28)); }
  68%, 82% { opacity: 1; filter: drop-shadow(0 0 8px rgba(8, 119, 168, .8)); }
}

.hero-copy h1 { max-width: 760px; margin-bottom: 24px; }

.hero-copy > p { max-width: 650px; margin-bottom: 30px; font-size: clamp(1.05rem, 1.4vw, 1.22rem); }

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px; }

.hero-notes { display: flex; flex-wrap: wrap; gap: 11px 23px; padding: 0; margin: 0; list-style: none; }

.hero-notes li { position: relative; padding-left: 19px; color: #4d6072; font-size: .88rem; font-weight: 650; }

.hero-notes li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 800; }

.hero-product { position: relative; }

.hero-product::before {
  content: "";
  position: absolute;
  width: 86%;
  height: 88%;
  right: -26px;
  top: -26px;
  border: 1px solid #c5dce8;
  border-radius: var(--radius-lg);
  background: #eaf4f8;
}

.product-window { position: relative; overflow: hidden; background: #fff; border: 1px solid var(--line-strong); border-radius: var(--radius); box-shadow: var(--shadow); }

.product-window-bar { display: flex; align-items: center; gap: 6px; height: 37px; padding: 0 13px; background: #f4f6f8; border-bottom: 1px solid var(--line); }

.product-window-bar i { width: 8px; height: 8px; border-radius: 50%; background: #bdc9d2; }

.product-window img { width: 100%; }

/* Premium product panel showcase */
.panel-visual-host { min-height: 0 !important; padding: 0 !important; }

.panel-visual-host::before { display: none !important; }

.panel-showcase-host { position: relative; width: 100%; }

.panel-showcase { position: relative; isolation: isolate; width: 100%; padding: 18px 10px 8px; }

.panel-showcase-glow { position: absolute; z-index: -1; inset: 4% 3% 10%; background: radial-gradient(circle at 26% 35%, rgba(112,71,255,.2), transparent 46%), radial-gradient(circle at 78% 67%, rgba(30,187,225,.19), transparent 44%), linear-gradient(145deg, #f8f5ff, #eefaff); border: 1px solid rgba(126,112,190,.13); border-radius: 32px; box-shadow: 0 34px 80px rgba(48,45,108,.13); filter: blur(.1px); }

.panel-showcase-stage { position: relative; z-index: 1; aspect-ratio: 1.35; perspective: 1200px; }

.panel-showcase-stage::after { content: ""; position: absolute; z-index: 4; top: 6%; bottom: 14%; left: -18%; width: 18%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent); opacity: .34; pointer-events: none; transform: skewX(-16deg); animation: panel-sheen 8.5s ease-in-out infinite; }

.panel-scene { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: translateY(10px) scale(.985); transition: opacity .58s ease, transform .68s cubic-bezier(.2,.7,.2,1), visibility 0s linear .68s; }

.panel-scene.is-active { opacity: 1; visibility: visible; transform: translateY(0) scale(1); transition-delay: 0s; }

.panel-device { position: absolute; margin: 0; }

.panel-device img { display: block; width: 100%; height: auto; }

.panel-device-laptop { top: 4%; left: 0; width: 95%; filter: drop-shadow(0 24px 28px rgba(33,35,72,.18)); transform-origin: 50% 70%; }

.panel-device-phone { z-index: 3; right: 0; bottom: 3%; width: 24%; overflow: hidden; border-radius: 12% / 5.7%; filter: drop-shadow(0 24px 30px rgba(31,35,74,.28)); transform-origin: 50% 70%; }

.panel-scene.is-active .panel-device-laptop { animation: panel-laptop-float 7s ease-in-out infinite; }

.panel-scene.is-active .panel-device-phone { animation: panel-phone-float 5.2s ease-in-out .25s infinite; }

.panel-live-chip { position: absolute; z-index: 5; top: 4%; right: 1%; display: flex; align-items: center; gap: 7px; padding: 8px 11px; color: #315064; background: rgba(255,255,255,.86); border: 1px solid rgba(166,195,209,.64); border-radius: 999px; box-shadow: 0 8px 24px rgba(44,68,86,.1); backdrop-filter: blur(9px); font-size: .68rem; font-weight: 760; letter-spacing: .025em; }

.panel-live-chip i { width: 7px; height: 7px; background: #21bd88; border-radius: 50%; box-shadow: 0 0 0 5px rgba(33,189,136,.12); animation: panel-live-pulse 2s ease-in-out infinite; }

.panel-showcase-footer { position: relative; z-index: 6; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: -2px 4% 0; padding: 9px 10px 9px 12px; background: rgba(255,255,255,.9); border: 1px solid rgba(190,208,218,.72); border-radius: 14px; box-shadow: 0 14px 34px rgba(42,63,78,.1); backdrop-filter: blur(12px); }

.panel-showcase-controls { display: flex; align-items: center; gap: 5px; }

.panel-showcase-controls button { display: inline-flex; align-items: center; gap: 7px; min-height: 34px; padding: 8px 10px; color: #667a89; background: transparent; border: 0; border-radius: 8px; font: inherit; font-size: .69rem; font-weight: 720; cursor: pointer; transition: color .18s ease, background .18s ease; }

.panel-showcase-controls button:hover { color: var(--ink-strong); background: #f1f5f7; }

.panel-showcase-controls button[aria-pressed="true"] { color: #4930c8; background: #eeeaff; }

.panel-showcase-controls i { width: 6px; height: 6px; background: currentColor; border-radius: 50%; opacity: .5; }

.panel-showcase-controls button[aria-pressed="true"] i { opacity: 1; box-shadow: 0 0 0 4px rgba(90,59,220,.12); }

.panel-showcase-status { display: grid; justify-items: end; gap: 1px; min-width: 120px; }

.panel-showcase-status span { color: #8696a2; font-size: .55rem; font-weight: 720; letter-spacing: .07em; text-transform: uppercase; }

.panel-showcase-status strong { color: #2e4759; font-size: .7rem; }

.panel-showcase--static { padding-bottom: 0; }

.panel-showcase--static .panel-showcase-stage { aspect-ratio: 1.38; }

.panel-showcase--content { transform: translateX(-2%); }

@keyframes panel-laptop-float {
  0%, 100% { transform: translate3d(0,0,0) rotateX(0); }
  50% { transform: translate3d(0,-5px,0) rotateX(.35deg); }
}

@keyframes panel-phone-float {
  0%, 100% { transform: translate3d(0,0,0) rotate(.2deg); }
  50% { transform: translate3d(0,-9px,0) rotate(-.45deg); }
}

@keyframes panel-sheen {
  0%, 54% { left: -18%; opacity: 0; }
  62% { opacity: .34; }
  78%, 100% { left: 102%; opacity: 0; }
}

@keyframes panel-live-pulse {
  0%, 100% { opacity: .72; transform: scale(.9); }
  50% { opacity: 1; transform: scale(1.08); }
}

.hero-proof { padding: 31px 0; background: #fff; border-bottom: 1px solid var(--line); }

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

.proof-item { display: flex; align-items: center; gap: 15px; padding: 6px 30px; border-right: 1px solid var(--line); }

.proof-item:first-child { padding-left: 0; }

.proof-item:last-child { border-right: 0; }

.proof-mark { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; background: var(--brand-soft); color: var(--brand-dark); border-radius: 50%; font-weight: 850; }

.proof-item strong, .proof-item span { display: block; }

.proof-item strong { color: var(--ink-strong); font-size: .98rem; }

.proof-item span { color: var(--muted); font-size: .82rem; }

.logo-strip { padding: 42px 0; overflow: hidden; }

.logo-strip-title { margin-bottom: 24px; color: #6b7a89; font-size: .77rem; font-weight: 750; letter-spacing: .1em; text-align: center; text-transform: uppercase; }

.reference-marquee { position: relative; width: 100%; overflow: hidden; scrollbar-width: none; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }

.reference-marquee::-webkit-scrollbar { display: none; }

.reference-track { display: flex; width: max-content; will-change: transform; animation: reference-scroll-rtl 42s linear infinite; transform: translate3d(0, 0, 0); }

.reference-marquee:focus-within .reference-track, .reference-marquee.has-active .reference-track { animation-play-state: paused; }

.reference-group { display: flex; flex: none; align-items: center; gap: 16px; padding-right: 16px; }

.reference-logo { position: relative; display: grid; flex: 0 0 188px; width: 188px; height: 96px; padding: 14px 18px; place-items: center; overflow: hidden; appearance: none; background: rgba(255,255,255,.82); border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 8px 24px rgba(19,42,58,.045); color: var(--ink-strong); font: inherit; text-align: center; text-decoration: none; cursor: pointer; }

.reference-logo img { width: 100%; max-width: 142px; max-height: 60px; object-fit: contain; filter: grayscale(1); opacity: .72; transition: filter .2s ease, opacity .2s ease, transform .2s ease; }

.reference-logo:hover img, .reference-logo:focus-visible img, .reference-logo.is-active img { filter: grayscale(0); opacity: 1; transform: translateY(-10px) scale(1.04); }

.reference-logo-text { background: linear-gradient(145deg, rgba(236,246,248,.92), rgba(255,255,255,.96)); }

.reference-wordmark { color: #344c5d; font-size: .88rem; line-height: 1.3; letter-spacing: .015em; transition: transform .2s ease; }

.reference-logo:hover .reference-wordmark, .reference-logo:focus-visible .reference-wordmark, .reference-logo.is-active .reference-wordmark { transform: translateY(-11px); }

.reference-info { position: absolute; right: 8px; bottom: 7px; left: 8px; display: grid; gap: 1px; padding: 5px 8px; background: rgba(7,31,47,.94); border-radius: 8px; color: #fff; opacity: 0; transform: translateY(8px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }

.reference-info strong { overflow: hidden; font-size: .68rem; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }

.reference-info small { color: rgba(255,255,255,.68); font-size: .55rem; line-height: 1.15; letter-spacing: .045em; text-transform: uppercase; }

.reference-logo:hover .reference-info, .reference-logo:focus-visible .reference-info, .reference-logo.is-active .reference-info { opacity: 1; transform: translateY(0); }

@keyframes reference-scroll-rtl {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

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

.outcome-card { min-height: 290px; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }

.outcome-index { display: inline-block; margin-bottom: 42px; color: var(--brand); font-size: .82rem; font-weight: 800; letter-spacing: .08em; }

.outcome-card h3 { margin-bottom: 14px; font-size: 1.45rem; }

.outcome-card p { margin-bottom: 0; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 72px; }

.split-copy h2 { margin-bottom: 22px; }

.split-copy > p { margin-bottom: 30px; font-size: 1.06rem; }

.check-list { display: grid; gap: 15px; padding: 0; margin: 0 0 32px; list-style: none; }

.check-list li { position: relative; padding-left: 29px; color: #33485a; font-weight: 620; }

.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; color: var(--success); font-weight: 850; }

.product-collage { position: relative; min-height: 545px; }

.product-collage .dashboard-card { position: absolute; z-index: 1; top: 28px; left: 0; width: 92%; }

.product-collage .phone-card { position: absolute; z-index: 2; right: 0; bottom: 0; width: 32%; padding: 6px; background: #fff; border: 1px solid var(--line-strong); border-radius: 20px; box-shadow: var(--shadow); }

.product-collage .phone-card img { border-radius: 15px; }

.portal-collage { display: flex; align-items: center; justify-content: center; gap: 22px; min-height: 560px; }

.portal-phone { position: relative; width: min(43%, 220px); padding: 7px; background: #fff; border: 1px solid var(--line-strong); border-radius: 22px; box-shadow: var(--shadow); }

.portal-phone img { border-radius: 16px; }

.portal-phone-secondary { transform: translateY(34px); }

.capability-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px; }

.capability-intro { position: sticky; top: 112px; align-self: start; }

.capability-intro h2 { margin-bottom: 19px; }

.capability-list { border-top: 1px solid var(--line-strong); }

.capability-row { display: grid; grid-template-columns: 170px 1fr; gap: 28px; padding: 27px 0; border-bottom: 1px solid var(--line); }

.capability-row strong { color: var(--ink-strong); font-size: .96rem; }

.capability-row p { margin-bottom: 0; }

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

.price-card { position: relative; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }

.price-card.featured { border: 2px solid var(--brand); box-shadow: var(--shadow-sm); }

.price-card-badge { position: absolute; top: 18px; right: 18px; color: var(--brand-dark); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.price-limit { color: var(--brand-dark); font-size: .77rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.price-card h3 { margin: 10px 0 26px; font-size: 1.5rem; }

.price-annual { display: flex; align-items: baseline; gap: 8px; margin-bottom: 6px; color: var(--ink-strong); }

.price-annual strong { font-size: 2rem; letter-spacing: -.045em; }

.price-annual span { color: var(--muted); font-size: .88rem; }

.price-card > p { min-height: 52px; margin-bottom: 23px; font-size: .9rem; }

.price-card .button { width: 100%; }

.pricing-foot { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 27px; padding-top: 26px; border-top: 1px solid var(--line); }

.pricing-foot p { margin-bottom: 0; }

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

.sector-card { display: flex; min-height: 255px; flex-direction: column; padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }

.sector-card h3 { margin: 22px 0 12px; }

.sector-card p { flex-grow: 1; font-size: .92rem; }

.sector-label { color: var(--brand-dark); font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.plain-link { color: var(--brand-dark); font-weight: 750; }

.plain-link:hover { text-decoration: underline; text-underline-offset: 4px; }

.network-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; padding: 48px; background: #fff; border: 1px solid #c8dde8; border-left: 4px solid var(--brand); }

.network-panel h2 { margin-bottom: 14px; }

.network-panel p { max-width: 760px; margin-bottom: 0; }

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

.blog-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }

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

.blog-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }

.blog-card:hover .blog-card-media img { transform: scale(1.025); }

.blog-card-body { padding: 24px; }

.blog-meta { margin-bottom: 12px; color: var(--brand-dark); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.blog-card h3 { margin-bottom: 12px; }

.blog-card p { font-size: .91rem; }

.blog-empty { padding: 32px; background: #fff; border: 1px solid var(--line); color: var(--muted); text-align: center; }

.dealer-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; padding: 48px; background: var(--ink-strong); color: #fff; }

.dealer-panel h2 { color: #fff; margin-bottom: 14px; }

.dealer-panel p { max-width: 720px; margin-bottom: 0; color: #bed0de; }

.faq-list { max-width: 880px; margin-inline: auto; border-top: 1px solid var(--line-strong); }

.faq-list details { border-bottom: 1px solid var(--line); }

.faq-list summary { position: relative; padding: 23px 45px 23px 0; color: var(--ink-strong); cursor: pointer; font-weight: 720; list-style: none; }

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

.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 18px; color: var(--brand); font-size: 1.45rem; font-weight: 450; }

.faq-list details[open] summary::after { content: "−"; }

.faq-list details p { max-width: 760px; padding-bottom: 22px; margin-bottom: 0; }

.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }

.contact-copy h2 { margin-bottom: 20px; }

.contact-points { display: grid; gap: 18px; margin-top: 32px; }

.contact-point { padding-top: 17px; border-top: 1px solid var(--line); }

.contact-point small, .contact-point strong { display: block; }

.contact-point small { color: var(--muted); }

.contact-form { padding: 36px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

.field { display: grid; gap: 7px; }

.field.full { grid-column: 1 / -1; }

.field label { color: #34475a; font-size: .83rem; font-weight: 720; }

.field input, .field textarea, .field select {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink-strong);
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  outline: none;
}

.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(8, 119, 168, .12); }

.field textarea { min-height: 135px; resize: vertical; }

.form-note { margin: 13px 0 0; color: var(--muted); font-size: .78rem; }

.status-message { margin-bottom: 20px; padding: 13px 15px; border-left: 3px solid; }

.status-message.success { background: #edf8f3; border-color: var(--success); color: #135c42; }

.status-message.error { background: #fff1f1; border-color: #b83b3b; color: #8a2929; }

.honeypot { position: absolute !important; left: -9999px !important; }

.site-footer { padding-top: 72px; background: #091724; color: #d3dce4; }

.footer-main { display: grid; grid-template-columns: 1.65fr repeat(3, 1fr); gap: 55px; padding-bottom: 55px; }

.footer-main > div { display: grid; align-content: start; gap: 9px; }

.footer-main h2 { margin: 3px 0 15px; color: #fff; font-size: .77rem; letter-spacing: .11em; text-transform: uppercase; }

.footer-main a { width: fit-content; color: #b7c5d1; font-size: .88rem; }

.footer-main a:hover { color: #fff; }

.footer-intro p { max-width: 330px; margin: 15px 0 13px; color: #91a4b5; font-size: .9rem; }

.footer-intro .footer-provider { margin: 2px 0 12px; padding-left: 12px; border-left: 2px solid #41b8e8; font-size: .8rem; line-height: 1.5; }

.footer-intro .footer-provider a { color: #bcd5e4; font-size: inherit; }

.footer-brand .brand-word { color: #fff; }

.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-top: 24px; padding-bottom: 26px; border-top: 1px solid #203243; color: #879aab; font-size: .78rem; }

.footer-legal { display: flex; flex-wrap: wrap; gap: 18px; }

.footer-legal button { padding: 0; color: #879aab; background: none; border: 0; cursor: pointer; }

.footer-legal button:hover { color: #fff; }

.policy-dialog { width: min(680px, calc(100% - 32px)); max-height: 82vh; padding: 0; border: 0; border-radius: var(--radius); box-shadow: 0 35px 90px rgba(0, 0, 0, .35); }

.policy-dialog::backdrop { background: rgba(4, 14, 24, .66); }

.policy-dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 27px; border-bottom: 1px solid var(--line); }

.policy-dialog-head h2 { margin: 0; font-size: 1.35rem; }

.policy-close { width: 38px; height: 38px; color: var(--ink); background: #f2f5f6; border: 0; border-radius: 50%; cursor: pointer; font-size: 1.6rem; line-height: 1; }

#policy-content { padding: 26px 27px; }

#policy-content p:last-child { margin-bottom: 0; }

.cookie-consent[hidden] { display: none; }

.cookie-consent {
  position: fixed;
  z-index: 140;
  right: 14px;
  bottom: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 146px;
  align-items: center;
  gap: 13px;
  width: min(430px, calc(100% - 28px));
  padding: 13px 14px;
  color: #d8e4ec;
  background: rgba(9, 23, 36, .97);
  border: 1px solid rgba(120, 209, 241, .24);
  border-radius: 16px;
  box-shadow: 0 24px 70px rgba(2, 12, 22, .34);
  backdrop-filter: blur(18px);
}

.cookie-consent-copy strong { display: block; margin-bottom: 2px; color: #fff; font-size: .86rem; }

.cookie-consent-copy p { margin: 0 0 3px; color: #afc0cc; font-size: .72rem; line-height: 1.4; }

.cookie-consent-copy button { padding: 0; color: #78d1f1; background: none; border: 0; cursor: pointer; font-size: .7rem; font-weight: 750; }

.cookie-consent-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }

.cookie-consent-actions .button { min-width: 0; min-height: 36px; padding: 7px 9px; font-size: .72rem; }

.cookie-consent-actions .button-secondary { color: #fff; background: transparent; border-color: rgba(255, 255, 255, .42); }

/* Fixed phone and WhatsApp contact menu */
.site-contact-fab {
  position: fixed;
  z-index: 116;
  right: 18px;
  bottom: 18px;
  display: grid;
  justify-items: end;
  gap: 9px;
  transition: bottom .2s ease, opacity .18s ease, visibility .18s ease;
}

body.nav-open .site-contact-fab { opacity: 0; visibility: hidden; pointer-events: none; }

.site-contact-actions {
  display: grid;
  justify-items: end;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px) scale(.97);
  transform-origin: right bottom;
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.site-contact-fab.is-open .site-contact-actions { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0) scale(1); }

.site-contact-action {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 10px;
  width: 220px;
  min-height: 56px;
  padding: 9px 13px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  box-shadow: 0 15px 38px rgba(5, 28, 43, .2);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.site-contact-action:hover { color: #fff; transform: translateX(-3px); box-shadow: 0 18px 42px rgba(5, 28, 43, .26); }

.site-contact-phone { background: linear-gradient(135deg, #0877a8, #075f87); }

.site-contact-phone:hover { background: linear-gradient(135deg, #076a96, #064f70); }

.site-contact-whatsapp { background: linear-gradient(135deg, #0a8153, #07623f); }

.site-contact-whatsapp:hover { background: linear-gradient(135deg, #087247, #054f33); }

.site-contact-action svg, .site-contact-toggle svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.site-contact-action svg { width: 24px; height: 24px; margin-inline: auto; }

.site-contact-action span { display: grid; gap: 0; }

.site-contact-action small { color: rgba(255, 255, 255, .72); font-size: .6rem; font-weight: 650; letter-spacing: .05em; text-transform: uppercase; }

.site-contact-action strong { color: #fff; font-size: .78rem; line-height: 1.3; }

.site-contact-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 128px;
  min-height: 50px;
  padding: 10px 16px;
  color: #fff;
  background: linear-gradient(135deg, #0b2337, #0877a8);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 15px;
  box-shadow: 0 16px 42px rgba(4, 36, 55, .25);
  cursor: pointer;
  font-size: .78rem;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease;
}

.site-contact-toggle:hover { transform: translateY(-2px); box-shadow: 0 20px 46px rgba(4, 36, 55, .3); }

.site-contact-toggle svg { width: 20px; height: 20px; }

.site-contact-toggle-close { display: none; }

.site-contact-fab.is-open .site-contact-toggle-phone { display: none; }

.site-contact-fab.is-open .site-contact-toggle-close { display: block; }

/* About Rugo Bilişim */
.about-hero { position: relative; overflow: hidden; padding: 94px 0 80px; background: linear-gradient(135deg, #f4f9fc 0%, #fff 48%, #eef7fb 100%); border-bottom: 1px solid var(--line); }

.about-hero::after { content: ""; position: absolute; top: -180px; right: -100px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(68, 190, 232, .2), transparent 68%); pointer-events: none; }

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

.about-hero h1 { max-width: 780px; margin-bottom: 22px; font-size: clamp(2.75rem, 5.2vw, 4.8rem); }

.about-hero-copy > p { max-width: 700px; margin-bottom: 29px; font-size: 1.1rem; }

.about-signature { position: relative; padding: 32px; color: #e8f4fa; background: linear-gradient(145deg, #0c2234, #102f46); border: 1px solid rgba(117, 203, 235, .28); border-radius: 22px; box-shadow: 0 28px 70px rgba(8, 32, 49, .2); }

.about-signature::before { content: ""; position: absolute; top: 20px; right: 20px; width: 48px; height: 48px; border: 1px solid rgba(96, 199, 238, .34); border-radius: 50%; box-shadow: 0 0 0 10px rgba(96, 199, 238, .06); }

.about-signature small { display: block; margin-bottom: 18px; color: #76ccec; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.about-signature strong { display: block; max-width: 340px; margin-bottom: 15px; color: #fff; font-size: 1.65rem; line-height: 1.2; letter-spacing: -.03em; }

.about-signature p { margin: 0; color: #b9cfdd; font-size: .88rem; }

.about-stats { position: relative; z-index: 2; margin-top: -28px; }

.about-stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); background: #fff; border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--shadow-sm); }

.about-stat-grid > div { padding: 24px 26px; border-right: 1px solid var(--line); }

.about-stat-grid > div:last-child { border-right: 0; }

.about-stat-grid strong { display: block; color: var(--ink-strong); font-size: 1.25rem; }

.about-stat-grid span { color: var(--muted); font-size: .77rem; }

.about-story-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 78px; }

.about-story-lead { padding-right: 24px; }

.about-story-lead h2 { margin-bottom: 20px; }

.about-story-copy { display: grid; gap: 18px; }

.about-story-copy p { margin: 0; font-size: 1.02rem; }

.about-expertise-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }

.about-expertise-grid article { min-height: 210px; padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 12px 30px rgba(19, 49, 69, .04); }

.about-expertise-grid span { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 30px; color: var(--brand-dark); background: var(--brand-soft); border-radius: 10px; font-size: .73rem; font-weight: 800; }

.about-expertise-grid h3 { margin-bottom: 10px; }

.about-expertise-grid p { margin: 0; font-size: .85rem; }

.about-proof-band { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 42px; padding: 42px 46px; color: #fff; background: linear-gradient(120deg, #0a1e30, #0a4768); border-radius: 22px; }

.about-proof-band h2 { max-width: 730px; margin-bottom: 13px; color: #fff; }

.about-proof-band p { max-width: 760px; margin: 0; color: #c3d8e5; }

.about-reference-section { padding-top: 86px; padding-bottom: 92px; overflow: hidden; }

.trial-band .section-kicker { color: #79d1f1; }

/* Pricing page */
.page-hero { padding: 82px 0 58px; background: var(--surface-soft); border-bottom: 1px solid var(--line); text-align: center; }

.page-hero h1 { max-width: 900px; margin: 0 auto 20px; font-size: clamp(2.5rem, 5vw, 4.5rem); }

.page-hero p { max-width: 720px; margin: 0 auto; font-size: 1.12rem; }

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

.pricing-grid-full .price-card { display: flex; flex-direction: column; }

.price-table { display: grid; gap: 0; margin: 0 0 22px; border-top: 1px solid var(--line); }

.price-table div { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); }

.price-table dt { color: var(--muted); font-size: .86rem; }

.price-table dd { margin: 0; color: var(--ink-strong); font-size: 1.05rem; font-weight: 780; }

.price-includes { display: grid; gap: 9px; padding: 0; margin: 0 0 25px; list-style: none; }

.price-includes li { position: relative; padding-left: 22px; color: #44576a; font-size: .87rem; }

.price-includes li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 800; }

.pricing-grid-full .price-card .button { margin-top: auto; }

.feature-table-wrap { overflow-x: auto; border: 1px solid var(--line); }

.feature-table { width: 100%; min-width: 720px; border-collapse: collapse; background: #fff; }

.feature-table th, .feature-table td { padding: 17px 19px; border-bottom: 1px solid var(--line); text-align: left; }

.feature-table th { color: var(--muted); background: #f7f9fa; font-size: .76rem; letter-spacing: .07em; text-transform: uppercase; }

.feature-table td:not(:first-child), .feature-table th:not(:first-child) { text-align: center; }

.feature-table td:nth-child(3), .feature-table th:nth-child(3) { text-align: left; }

.feature-table td:first-child { color: var(--ink-strong); font-weight: 650; }

.table-check { color: var(--success); font-size: 1.15rem; font-weight: 800; }

.trial-band { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; padding: 50px; background: var(--ink-strong); }

.trial-band h2 { margin-bottom: 13px; color: #fff; }

.trial-band p { max-width: 670px; margin-bottom: 0; color: #bbcad6; }

/* Product and solutions pages */
.breadcrumb { display: flex; align-items: center; gap: 9px; padding-top: 20px; padding-bottom: 20px; color: var(--muted); font-size: .79rem; }

.breadcrumb a { color: var(--brand-dark); font-weight: 680; }

.product-page-hero { overflow: hidden; padding: 65px 0 88px; background: #f8fafb; border-bottom: 1px solid var(--line); }

.product-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 68px; }

.product-hero-copy h1 { margin-bottom: 22px; font-size: clamp(2.65rem, 5.4vw, 4.7rem); }

.product-lead { max-width: 650px; margin-bottom: 24px; font-size: 1.1rem; }

.answer-panel { max-width: 650px; margin-bottom: 28px; padding: 17px 19px; background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--brand); }

.answer-panel strong { display: block; margin-bottom: 5px; color: var(--ink-strong); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }

.answer-panel p { margin: 0; font-size: .9rem; }

.product-hero-visual { position: relative; padding: 18px 52px 35px 0; }

.product-hero-visual::before { content: ""; position: absolute; top: 0; right: 8px; bottom: 18px; left: 40px; background: var(--surface-blue); border: 1px solid #cfe0e8; border-radius: var(--radius-lg); }

.product-hero-visual .product-window { position: relative; z-index: 1; }

.product-hero-mobile { position: absolute; z-index: 2; right: 0; bottom: 0; width: 25%; padding: 5px; background: #fff; border: 1px solid var(--line-strong); border-radius: 18px; box-shadow: var(--shadow); }

.product-hero-mobile img { border-radius: 13px; }

.product-summary { background: #fff; border-bottom: 1px solid var(--line); }

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

.product-summary-grid > div { padding: 26px 25px; border-right: 1px solid var(--line); }

.product-summary-grid > div:first-child { padding-left: 0; }

.product-summary-grid > div:last-child { border-right: 0; }

.product-summary-grid strong, .product-summary-grid span { display: block; }

.product-summary-grid strong { margin-bottom: 3px; color: var(--ink-strong); font-size: .9rem; }

.product-summary-grid span { color: var(--muted); font-size: .78rem; }

.section-index { position: sticky; z-index: 80; top: 76px; background: #fff; border-bottom: 1px solid var(--line); }

.section-index .container { display: flex; gap: 30px; overflow-x: auto; scrollbar-width: none; }

.section-index .container::-webkit-scrollbar { display: none; }

.section-index a { flex: 0 0 auto; padding: 16px 0 14px; color: #536577; font-size: .79rem; font-weight: 720; }

.section-index a:hover { color: var(--brand-dark); }

.feature-cluster-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.feature-cluster { display: flex; min-height: 385px; flex-direction: column; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }

.feature-number { margin-bottom: 27px; color: var(--brand); font-size: .77rem; font-weight: 820; letter-spacing: .1em; }

.feature-cluster h3 { margin-bottom: 12px; font-size: 1.38rem; }

.feature-cluster p { font-size: .91rem; }

.feature-cluster ul { display: grid; gap: 8px; padding: 16px 0 22px; margin: auto 0 0; border-top: 1px solid var(--line); list-style: none; }

.feature-cluster li { position: relative; padding-left: 18px; color: #445769; font-size: .83rem; }

.feature-cluster li::before { content: ""; position: absolute; top: .68em; left: 1px; width: 5px; height: 5px; background: var(--brand); border-radius: 50%; }

.feature-cluster a { color: var(--brand-dark); font-size: .84rem; font-weight: 750; }

.workflow-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #2d4255; border-bottom: 1px solid #2d4255; }

.workflow-step { min-height: 275px; padding: 30px 27px; border-right: 1px solid #2d4255; }

.workflow-step:last-child { border-right: 0; }

.workflow-step > span { display: block; margin-bottom: 54px; color: #70caed; font-size: .76rem; font-weight: 800; letter-spacing: .1em; }

.workflow-step h3 { margin-bottom: 12px; }

.workflow-step p { margin-bottom: 0; font-size: .88rem; }

.integration-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line-strong); }

.integration-item { min-height: 135px; padding: 28px; background: #fff; border-right: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }

.integration-item strong, .integration-item span { display: block; }

.integration-item strong { margin-bottom: 7px; color: var(--ink-strong); font-size: 1.08rem; }

.integration-item span { color: var(--muted); font-size: .85rem; }

.center-action { margin-top: 32px; text-align: center; }

.trial-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }

.solutions-hero-note { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 820px; margin: 38px auto 0; border-top: 1px solid var(--line-strong); }

.solutions-hero-note div { padding: 19px 20px 0; border-right: 1px solid var(--line); }

.solutions-hero-note div:last-child { border-right: 0; }

.solutions-hero-note strong, .solutions-hero-note span { display: block; }

.solutions-hero-note strong { color: var(--ink-strong); font-size: .88rem; }

.solutions-hero-note span { color: var(--muted); font-size: .76rem; }

.solution-hub-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }

.solution-hub-card { display: grid; grid-template-columns: 1fr auto; gap: 24px; min-height: 300px; padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }

.solution-hub-card:hover { border-color: #abc7d5; box-shadow: var(--shadow-sm); }

.solution-card-main { display: flex; flex-direction: column; }

.solution-hub-card h3 { margin: 17px 0 13px; font-size: 1.55rem; }

.solution-hub-card p { margin-bottom: 21px; font-size: .92rem; }

.solution-tags { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: auto 0 23px; list-style: none; }

.solution-tags li { padding: 5px 8px; color: #3f596b; background: #eff4f6; border-radius: 4px; font-size: .72rem; font-weight: 650; }

.solution-card-index { color: #b7c4ce; font-size: 1.9rem; font-weight: 750; letter-spacing: -.05em; }

.decision-table td:last-child, .decision-table th:last-child { text-align: right; }

.decision-table .plain-link { white-space: nowrap; }

.route-group { display: grid; grid-template-columns: .65fr 1.35fr; gap: 55px; padding: 42px 0; border-top: 1px solid var(--line); }

.route-group:last-child { border-bottom: 1px solid var(--line); }

.route-group h3 { margin-bottom: 8px; }

.route-group > p { margin: 0; }

.route-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 25px; }

.route-links a { color: var(--brand-dark); font-size: .89rem; font-weight: 700; }

/* Sector detail pages */
.sector-detail-hero { padding: 66px 0 82px; background: #f8fafb; border-bottom: 1px solid var(--line); }

.sector-detail-grid { display: grid; grid-template-columns: 1.08fr .72fr; align-items: center; gap: 72px; }

.sector-hero-copy h1 { margin-bottom: 22px; font-size: clamp(2.75rem, 5.5vw, 4.9rem); }

.sector-config { overflow: hidden; background: #fff; border: 1px solid var(--line-strong); border-top: 4px solid var(--brand); box-shadow: var(--shadow-sm); }

.sector-config-head { padding: 25px 27px; background: var(--ink-strong); }

.sector-config-head span, .sector-config-head strong { display: block; }

.sector-config-head span { margin-bottom: 5px; color: #83cde9; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.sector-config-head strong { color: #fff; font-size: 1.25rem; }

.sector-config-row { display: grid; grid-template-columns: 105px 1fr; gap: 20px; padding: 17px 27px; border-bottom: 1px solid var(--line); }

.sector-config-row span { color: var(--muted); font-size: .79rem; }

.sector-config-row strong { color: var(--ink-strong); font-size: .84rem; text-align: right; }

.sector-config > a { display: block; padding: 20px 27px; color: var(--brand-dark); font-size: .79rem; font-weight: 760; }

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

.sector-benefit-grid > div { padding: 27px 34px; border-right: 1px solid var(--line); }

.sector-benefit-grid > div:first-child { padding-left: 0; }

.sector-benefit-grid > div:last-child { border-right: 0; }

.sector-benefit-grid strong, .sector-benefit-grid span { display: block; }

.sector-benefit-grid strong { margin-bottom: 5px; color: var(--ink-strong); font-size: .95rem; }

.sector-benefit-grid span { color: var(--muted); font-size: .8rem; }

.problem-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 74px; }

.problem-copy h2 { margin-bottom: 21px; }

.problem-copy > p { font-size: 1.03rem; }

.outcome-box { margin-top: 34px; padding: 24px; background: var(--surface-blue); border-left: 3px solid var(--brand); }

.outcome-box small, .outcome-box strong { display: block; }

.outcome-box small { margin-bottom: 8px; color: var(--brand-dark); font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

.outcome-box strong { color: #284255; font-size: .91rem; line-height: 1.65; }

.implementation-panel { padding: 34px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }

.implementation-panel ol { padding: 0; margin: 5px 0 28px; list-style: none; }

.implementation-panel li { display: grid; grid-template-columns: 40px 1fr; gap: 17px; padding: 20px 0; border-bottom: 1px solid var(--line); }

.implementation-panel li > span { color: var(--brand); font-size: .75rem; font-weight: 800; letter-spacing: .08em; }

.implementation-panel li p { margin: 0; color: #34495a; font-size: .9rem; font-weight: 650; }

.sector-module-grid { grid-template-columns: repeat(3, 1fr); }

.sector-module { min-height: 265px; }

.sector-module p { margin-bottom: 0; }

.sector-proof-split { gap: 82px; }

.comparison-table td:nth-child(2), .comparison-table th:nth-child(2),
.comparison-table td:nth-child(3), .comparison-table th:nth-child(3) { text-align: left; }

.comparison-table td:nth-child(2) { color: #697987; }

.comparison-table td:nth-child(3) { color: #244b3d; font-weight: 650; }

.related-solution-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line-strong); }

.related-solution-grid a { display: flex; min-height: 92px; align-items: center; justify-content: space-between; gap: 25px; padding: 22px 25px; background: #fff; border-right: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }

.related-solution-grid a:hover { background: var(--surface-soft); }

.related-solution-grid span { color: var(--ink-strong); font-weight: 680; }

.related-solution-grid strong { color: var(--brand); font-size: 1.2rem; }

/* Technical guide pages */
.technical-detail-hero { padding: 64px 0 78px; background: #fff; border-bottom: 1px solid var(--line); }

.technical-detail-grid { display: grid; grid-template-columns: 1.05fr .75fr; align-items: center; gap: 76px; }

.technical-hero-copy h1 { margin-bottom: 22px; font-size: clamp(2.75rem, 5.4vw, 4.8rem); }

.technical-when { padding: 32px; background: var(--ink-strong); border-top: 4px solid #54bde4; box-shadow: var(--shadow); }

.technical-when .section-kicker { color: #7bcde9; }

.technical-when ul { display: grid; gap: 0; padding: 0; margin: 0 0 28px; list-style: none; }

.technical-when li { position: relative; padding: 16px 0 16px 25px; color: #d8e4ec; border-bottom: 1px solid #263a4e; font-size: .89rem; }

.technical-when li::before { content: "✓"; position: absolute; left: 0; color: #70c9e9; font-weight: 800; }

.technical-when > div { padding: 21px; background: #11263a; border: 1px solid #2b4359; }

.technical-when small, .technical-when strong { display: block; }

.technical-when small { margin-bottom: 8px; color: #78c8e5; font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.technical-when strong { color: #fff; font-size: .86rem; line-height: 1.6; }

.technical-problem-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 75px; }

.technical-problem-grid h2 { margin-bottom: 20px; }

.technical-problem-grid > div:first-child > p { margin-bottom: 0; font-size: 1.04rem; }

.technical-answer { padding: 38px; background: var(--surface-blue); border-left: 4px solid var(--brand); }

.technical-answer > span { display: block; margin-bottom: 20px; color: var(--brand-dark); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.technical-answer h3 { margin-bottom: 14px; font-size: 1.55rem; }

.technical-answer p { margin-bottom: 0; }

.workflow-grid.three { grid-template-columns: repeat(3, 1fr); }

.technical-component-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line-strong); }

.technical-component { min-height: 230px; padding: 30px; background: #fff; border-right: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }

.technical-component > span { display: block; margin-bottom: 34px; color: var(--brand); font-size: .75rem; font-weight: 800; letter-spacing: .1em; }

.technical-component h3 { margin-bottom: 12px; }

.technical-component p { margin-bottom: 0; font-size: .9rem; }

.technical-notice { display: grid; grid-template-columns: 150px 1fr; gap: 30px; margin-top: 26px; padding: 24px 27px; background: #fff8e8; border-left: 3px solid #d89b22; }

.technical-notice strong { color: #805c19; font-size: .76rem; letter-spacing: .09em; text-transform: uppercase; }

.technical-notice p { margin: 0; color: #655739; font-size: .88rem; }

.technical-proof-split { gap: 82px; }

.technical-network-visual { position: relative; padding: 0 42px 48px 0; }

.technical-network-visual > img { width: 100%; border: 1px solid var(--line); box-shadow: var(--shadow); }

.technical-network-inset { position: absolute; right: 0; bottom: 0; width: 43%; padding: 5px; background: #fff; border: 1px solid var(--line-strong); box-shadow: var(--shadow); }

.technical-network-inset img { width: 100%; }

.decision-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; }

.decision-layout h2 { margin-bottom: 18px; }

.decision-checklist { padding: 0; margin: 0; border-top: 1px solid #b9d1dc; list-style: none; }

.decision-checklist li { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid #c9dce4; }

.decision-checklist span { color: var(--brand-dark); font-size: .72rem; font-weight: 800; letter-spacing: .08em; }

.decision-checklist p { margin: 0; color: #2d485a; font-size: .91rem; font-weight: 630; }

/* Network solutions */
.network-page-hero { padding: 64px 0 78px; background: #fff; border-bottom: 1px solid var(--line); }

.network-page-hero-grid { display: grid; grid-template-columns: 1fr .95fr; align-items: center; gap: 70px; }

.network-page-copy h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(2.75rem, 5.5vw, 4.9rem); }

.network-page-copy .product-lead { max-width: 680px; }

.network-page-visual { position: relative; min-height: 560px; padding: 0 50px 62px 0; }

.network-main-image { width: 100%; height: 485px; object-fit: cover; border: 1px solid var(--line-strong); box-shadow: var(--shadow); }

.network-inset-image { position: absolute; right: 0; bottom: 0; width: 45%; height: 210px; padding: 5px; object-fit: cover; background: #fff; border: 1px solid var(--line-strong); box-shadow: var(--shadow); }

.network-visual-note { position: absolute; left: -22px; bottom: 30px; width: 230px; padding: 20px 22px; background: var(--ink-strong); border-left: 4px solid #57bfe5; box-shadow: var(--shadow); }

.network-visual-note small, .network-visual-note strong { display: block; }

.network-visual-note small { margin-bottom: 7px; color: #82cfe9; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.network-visual-note strong { color: #fff; font-size: .9rem; }

.network-summary { background: #fff; border-bottom: 1px solid var(--line); }

.network-decision-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 80px; }

.network-decision-grid > div:first-child { position: sticky; top: 135px; align-self: start; }

.network-decision-grid h2 { margin-bottom: 22px; }

.network-question-list { border-top: 1px solid var(--line-strong); }

.network-question-list article { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid var(--line); }

.network-question-list article > span { color: var(--brand); font-size: .74rem; font-weight: 800; letter-spacing: .09em; }

.network-question-list h3 { margin-bottom: 9px; }

.network-question-list p { margin-bottom: 0; font-size: .92rem; }

.network-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line-strong); }

.network-service-card { min-height: 365px; padding: 30px; background: #fff; border-right: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }

.network-service-card > span { display: block; margin-bottom: 46px; color: var(--brand); font-size: .74rem; font-weight: 800; letter-spacing: .1em; }

.network-service-card h3 { margin-bottom: 12px; }

.network-service-card p { font-size: .9rem; }

.network-service-card ul, .network-scenario-card ul { display: grid; gap: 7px; padding: 0; margin: 20px 0 0; list-style: none; }

.network-service-card li, .network-scenario-card li { position: relative; padding-left: 19px; color: #405568; font-size: .83rem; }

.network-service-card li::before, .network-scenario-card li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 800; }

.network-process-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #2c4255; border-left: 1px solid #2c4255; }

.network-process-grid article { min-height: 285px; padding: 27px 24px; border-right: 1px solid #2c4255; border-bottom: 1px solid #2c4255; }

.network-process-grid article > span { display: block; margin-bottom: 58px; color: #6dc7e8; font-size: .73rem; font-weight: 800; letter-spacing: .1em; }

.network-process-grid h3 { margin-bottom: 12px; font-size: 1.05rem; }

.network-process-grid p { margin-bottom: 0; font-size: .84rem; }

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

.network-scenario-card { overflow: hidden; background: #fff; border: 1px solid var(--line); }

.network-scenario-card > img { width: 100%; height: 225px; object-fit: cover; }

.network-scenario-card > div { padding: 28px; }

.network-scenario-card > div > span { display: block; margin-bottom: 15px; color: var(--brand-dark); font-size: .71rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.network-scenario-card h3 { min-height: 82px; margin-bottom: 0; }

.network-scenario-card ul { min-height: 95px; margin-bottom: 23px; }

.network-scenario-card a { color: var(--brand-dark); font-size: .87rem; font-weight: 750; }

.network-infrastructure-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 78px; }

.network-infrastructure-grid h2 { margin-bottom: 20px; }

.network-brand-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 34px; }

.network-brand-grid div { display: grid; min-height: 100px; padding: 20px; place-items: center; background: #fff; border: 1px solid var(--line); }

.network-brand-grid img { max-width: 110px; max-height: 42px; filter: grayscale(1); opacity: .72; }

.network-product-stack { border-top: 1px solid var(--line-strong); }

.network-product-stack article { display: grid; grid-template-columns: 135px 1fr; align-items: center; gap: 26px; padding: 21px 0; border-bottom: 1px solid var(--line-strong); }

.network-product-stack img { width: 135px; height: 110px; padding: 10px; object-fit: contain; background: #fff; border: 1px solid var(--line); }

.network-product-stack small, .network-product-stack strong, .network-product-stack span { display: block; }

.network-product-stack small { margin-bottom: 5px; color: var(--brand-dark); font-size: .67rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

.network-product-stack strong { margin-bottom: 5px; color: var(--ink-strong); }

.network-product-stack span { color: var(--muted); font-size: .82rem; }

.network-support-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line-strong); }

.network-support-grid article { padding: 31px; background: #fff; border-right: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }

.network-support-grid article > span { color: var(--brand-dark); font-size: .71rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.network-support-grid h3 { margin: 32px 0 13px; }

.network-support-grid p { min-height: 80px; font-size: .9rem; }

.network-support-grid strong { display: block; padding-top: 18px; color: #405568; border-top: 1px solid var(--line); font-size: .79rem; line-height: 1.5; }

/* Blog hub */
.blog-page-hero { padding: 66px 0 78px; background: var(--ink-strong); }

.blog-page-hero-grid { display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 90px; }

.blog-page-hero h1 { max-width: 810px; margin-bottom: 23px; color: #fff; font-size: clamp(2.75rem, 5.5vw, 4.9rem); }

.blog-page-hero p { max-width: 700px; margin-bottom: 0; color: #bed0dc; font-size: 1.08rem; }

.blog-page-hero .section-kicker { color: #77cce9; }

.blog-topic-links { border-top: 1px solid #2b4053; }

.blog-topic-links a { display: grid; gap: 4px; padding: 18px 0; border-bottom: 1px solid #2b4053; }

.blog-topic-links a:hover strong { color: #72cae9; }

.blog-topic-links span { color: #7f98aa; font-size: .68rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }

.blog-topic-links strong { color: #eef6fb; font-size: .92rem; transition: color .2s ease; }

.blog-featured-section { padding-top: 82px; padding-bottom: 82px; }

.blog-featured-card { display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; background: #fff; border: 1px solid var(--line-strong); box-shadow: var(--shadow-sm); }

.blog-featured-media { min-height: 465px; overflow: hidden; background: #eaf0f4; }

.blog-featured-media img { width: 100%; height: 100%; object-fit: cover; }

.blog-featured-content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 52px; }

.blog-featured-content h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.4vw, 3rem); }

.blog-featured-content p { margin-bottom: 28px; }

.blog-archive-section { border-top: 1px solid var(--line); }

.blog-archive-grid .blog-card { display: flex; flex-direction: column; }

.blog-archive-grid .blog-card-body { display: flex; flex: 1; flex-direction: column; }

.blog-archive-grid .blog-card-body p { flex-grow: 1; }

.blog-unavailable { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; padding: 44px; background: #fff; border: 1px solid var(--line-strong); }

.blog-unavailable h3 { margin-bottom: 13px; font-size: 1.6rem; }

.blog-unavailable p { margin-bottom: 0; }

.blog-unavailable-links { border-top: 1px solid var(--line); }

.blog-unavailable-links a { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; color: var(--ink-strong); border-bottom: 1px solid var(--line); font-weight: 680; }

.blog-unavailable-links strong { color: var(--brand); }

.blog-single-note { padding: 26px; background: #fff; border-left: 3px solid var(--brand); }

/* Blog article */
.article-hero { padding: 54px 0 76px; background: var(--ink-strong); }

.article-hero-grid { display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: 70px; }

.article-hero-copy h1 { margin-bottom: 24px; color: #fff; font-size: clamp(2.6rem, 5.2vw, 4.65rem); }

.article-hero-copy > p { max-width: 720px; margin-bottom: 0; color: #bed0dc; font-size: 1.08rem; }

.article-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-bottom: 24px; color: #83cde7; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.article-cover { overflow: hidden; margin: 0; background: #102638; border: 1px solid #2c4357; box-shadow: 0 28px 65px rgba(0, 0, 0, .28); }

.article-cover img { width: 100%; max-height: 520px; object-fit: cover; }

.article-section { padding-top: 82px; }

.article-layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(260px, 330px); align-items: start; justify-content: space-between; gap: 78px; }

.article-content { color: #253b4d; font-size: 1.04rem; line-height: 1.86; }

.article-content > *:first-child { margin-top: 0; }

.article-content h2 { margin: 54px 0 20px; font-size: clamp(1.65rem, 2.7vw, 2.25rem); }

.article-content p { margin-bottom: 24px; color: #3e5365; }

.article-content ul { display: grid; gap: 10px; padding: 0; margin: 0 0 28px; list-style: none; }

.article-content li { position: relative; padding-left: 26px; color: #3e5365; }

.article-content li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 800; }

.article-sidebar { position: sticky; top: 118px; display: grid; gap: 20px; }

.article-side-card { padding: 28px; background: var(--surface-blue); border-top: 4px solid var(--brand); }

.article-side-card h2 { margin-bottom: 13px; font-size: 1.45rem; }

.article-side-card p { font-size: .87rem; }

.article-side-card .button { width: 100%; }

.article-resource-links { padding: 25px; border: 1px solid var(--line); }

.article-resource-links > strong { display: block; margin-bottom: 12px; color: var(--ink-strong); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }

.article-resource-links a { display: flex; justify-content: space-between; gap: 15px; padding: 12px 0; color: #3b5163; border-bottom: 1px solid var(--line); font-size: .85rem; font-weight: 650; }

.article-resource-links a:last-child { border-bottom: 0; }

.article-resource-links span { color: var(--brand); }

.article-legal-note { margin: 0; padding: 18px; background: #fff8e8; border-left: 3px solid #d89b22; color: #655739; font-size: .75rem; line-height: 1.6; }

.article-related { border-top: 1px solid var(--line); }

.article-not-found { padding: 110px 0 130px; background: var(--surface-soft); }

.article-not-found-grid { display: grid; grid-template-columns: 1fr .75fr; align-items: center; gap: 90px; }

.article-not-found h1 { max-width: 720px; margin-bottom: 20px; }

.article-not-found p { max-width: 650px; font-size: 1.05rem; }

.article-not-found-links { padding: 30px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }

.article-not-found-links > strong { display: block; margin-bottom: 18px; color: var(--ink-strong); }

.article-not-found-links a { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; color: #3a5061; border-bottom: 1px solid var(--line); font-size: .88rem; font-weight: 650; }

.article-not-found-links a:last-child { border-bottom: 0; }

.article-not-found-links span { color: var(--brand); }

/* Feature hub and product capability pages */
.feature-hub-hero, .feature-detail-hero { overflow: hidden; background: #f8fafb; border-bottom: 1px solid var(--line); }

.feature-hub-hero { padding: 68px 0 92px; }

.feature-detail-hero { padding: 62px 0 86px; }

.feature-hub-hero-grid, .feature-detail-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 68px; }

.feature-hub-copy h1, .feature-detail-copy h1 { margin-bottom: 22px; font-size: clamp(2.65rem, 5.35vw, 4.65rem); }

.feature-hub-copy .product-lead, .feature-detail-copy .product-lead { max-width: 650px; }

.feature-hub-visual, .feature-hero-visual { position: relative; padding: 18px 52px 38px 0; }

.feature-hub-visual::before, .feature-hero-visual::before { content: ""; position: absolute; top: 0; right: 8px; bottom: 18px; left: 40px; background: var(--surface-blue); border: 1px solid #cfe0e8; border-radius: var(--radius-lg); }

.feature-hub-visual .product-window, .feature-hero-visual .product-window { position: relative; z-index: 1; }

.feature-hub-phone, .feature-hero-phone { position: absolute; z-index: 2; right: 0; bottom: 0; width: 25%; padding: 5px; background: #fff; border: 1px solid var(--line-strong); border-radius: 18px; box-shadow: var(--shadow); }

.feature-hub-phone img, .feature-hero-phone img { border-radius: 13px; }

.feature-hub-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }

.feature-hub-card { display: grid; grid-template-columns: auto 1fr; gap: 24px; min-height: 355px; padding: 31px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }

.feature-hub-card:hover { border-color: #abc7d5; box-shadow: var(--shadow-sm); transform: translateY(-2px); }

.feature-card-index { color: #a9bac6; font-size: .78rem; font-weight: 800; letter-spacing: .1em; }

.feature-hub-card h3 { margin: 0 0 14px; font-size: 1.55rem; }

.feature-hub-card p { min-height: 74px; margin-bottom: 20px; font-size: .92rem; }

.feature-hub-card ul { display: grid; gap: 8px; padding: 18px 0 22px; margin: 0 0 18px; border-top: 1px solid var(--line); list-style: none; }

.feature-hub-card li { position: relative; padding-left: 17px; color: #445769; font-size: .82rem; }

.feature-hub-card li::before { content: ""; position: absolute; top: .68em; left: 1px; width: 5px; height: 5px; background: var(--brand); border-radius: 50%; }

.feature-hub-card strong { color: var(--brand-dark); font-size: .84rem; }

.feature-hub-card strong span { margin-left: 5px; color: var(--brand); font-size: 1rem; }

.feature-decision-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }

.feature-decision-table { width: 100%; min-width: 820px; border-collapse: collapse; background: #fff; }

.feature-decision-table th, .feature-decision-table td { padding: 19px 22px; border-bottom: 1px solid var(--line); text-align: left; }

.feature-decision-table tr:last-child td { border-bottom: 0; }

.feature-decision-table th { color: var(--muted); background: #f6f8f9; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }

.feature-decision-table td { color: #405466; font-size: .88rem; }

.feature-decision-table td:first-child { color: var(--ink-strong); font-weight: 670; }

.feature-decision-table a { color: var(--brand-dark); font-weight: 750; }

.feature-evidence-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 76px; }

.feature-evidence-grid h2 { margin-bottom: 20px; }

.feature-evidence-grid > div:first-child > p { margin-bottom: 28px; }

.feature-evidence-grid .check-list li { color: #d7e2ea; }

.feature-evidence-grid .check-list li::before { color: #79d1f1; }

.feature-evidence-phones { display: flex; align-items: center; justify-content: center; gap: 18px; min-height: 510px; }

.feature-evidence-phones > div { width: 29%; padding: 6px; background: #fff; border: 1px solid #34495c; border-radius: 21px; box-shadow: 0 22px 55px rgba(0, 0, 0, .25); }

.feature-evidence-phones > div:nth-child(2) { width: 33%; transform: translateY(-18px); }

.feature-evidence-phones img { border-radius: 15px; }

.feature-evidence-phones-v2 > div { padding: 0; overflow: hidden; background: transparent; border: 0; border-radius: 13% / 6%; box-shadow: none; filter: drop-shadow(0 24px 34px rgba(0,0,0,.25)); }

.feature-evidence-phones-v2 > div:nth-child(2) { transform: translateY(-18px); }

.feature-evidence-phones-v2 img { border-radius: 0; }

.feature-problem-grid { display: grid; grid-template-columns: 1.08fr .72fr; align-items: start; gap: 76px; }

.feature-problem-grid h2 { margin-bottom: 22px; }

.feature-problem-grid > div > p { max-width: 760px; margin-bottom: 0; font-size: 1.04rem; }

.feature-outcome-panel { padding: 32px; background: var(--surface-blue); border: 1px solid #cfe0e8; border-top: 4px solid var(--brand); }

.feature-outcome-panel small, .feature-outcome-panel strong, .feature-outcome-panel a { display: block; }

.feature-outcome-panel small { margin-bottom: 12px; color: var(--brand-dark); font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

.feature-outcome-panel strong { margin-bottom: 26px; color: #284255; font-size: 1.05rem; line-height: 1.6; }

.feature-capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line-strong); }

.feature-capability-grid article { min-height: 250px; padding: 28px; background: #fff; border-right: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }

.feature-capability-grid article > span { display: block; margin-bottom: 42px; color: var(--brand); font-size: .74rem; font-weight: 800; letter-spacing: .1em; }

.feature-capability-grid h3 { margin-bottom: 12px; }

.feature-capability-grid p { margin: 0; font-size: .87rem; }

.feature-scope-note { display: grid; grid-template-columns: 150px 1fr; gap: 30px; margin-top: 26px; padding: 24px 27px; background: #fff8e8; border-left: 3px solid #d89b22; }

.feature-scope-note strong { color: #805c19; font-size: .76rem; letter-spacing: .09em; text-transform: uppercase; }

.feature-scope-note p { margin: 0; color: #655739; font-size: .88rem; }

.feature-proof-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 76px; }

.feature-proof-media { position: relative; min-height: 540px; padding: 28px 48px 55px 0; }

.feature-proof-media .product-window { position: relative; z-index: 1; }

.feature-proof-phone { position: absolute; z-index: 2; right: 0; bottom: 0; width: 27%; padding: 6px; background: #fff; border: 1px solid var(--line-strong); border-radius: 20px; box-shadow: var(--shadow); }

.feature-proof-phone img { border-radius: 14px; }

/* Trust, comparison and conversion package */
.page-hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 28px; }

.package-advisor { display: grid; grid-template-columns: 1.05fr .75fr; align-items: center; gap: 76px; }

.package-advisor-copy h2 { margin-bottom: 18px; }

.package-advisor-copy > p { max-width: 700px; margin-bottom: 30px; }

.package-selector-controls { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }

.selector-field { display: grid; gap: 7px; }

.selector-field label { color: #c6d5df; font-size: .79rem; font-weight: 700; }

.selector-field select { width: 100%; min-height: 50px; padding: 12px 40px 12px 14px; color: #fff; background: #102438; border: 1px solid #35506a; border-radius: 7px; outline: none; }

.selector-field select:focus { border-color: #79d1f1; box-shadow: 0 0 0 3px rgba(121, 209, 241, .12); }

.selector-check { display: flex; grid-column: 1 / -1; align-items: flex-start; gap: 11px; padding: 14px 16px; color: #c6d5df; background: #102438; border: 1px solid #294157; border-radius: 7px; cursor: pointer; font-size: .82rem; }

.selector-check input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 2px; accent-color: var(--brand); }

.package-recommendation { padding: 36px; background: #fff; border-top: 4px solid var(--brand); box-shadow: 0 25px 70px rgba(0, 0, 0, .25); }

.package-recommendation > small { display: block; margin-bottom: 8px; color: var(--brand-dark); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.package-recommendation h3 { margin-bottom: 22px; font-size: 2rem; }

.recommendation-price { display: flex; align-items: baseline; gap: 9px; margin-bottom: 4px; color: var(--ink-strong); }

.recommendation-price strong { font-size: 2.35rem; letter-spacing: -.05em; }

.recommendation-price span { color: var(--muted); font-size: .9rem; }

.package-recommendation > p { margin-bottom: 22px; }

.recommendation-note { min-height: 76px; padding: 15px 17px; color: #385467; background: var(--surface-blue); border-left: 3px solid var(--brand); font-size: .82rem; }

.recommendation-actions { display: grid; gap: 9px; margin-top: 24px; }

.recommendation-actions .button { width: 100%; }

.package-recommendation .button-ghost-dark { color: var(--ink-strong); border-color: var(--line-strong); }

.recommendation-disclaimer { display: block; margin-top: 16px; color: var(--muted); font-size: .7rem; line-height: 1.5; }

.price-trial-link { display: block; margin-top: 14px; color: var(--brand-dark); font-size: .78rem; font-weight: 700; text-align: center; }

.whatsapp-addon-section { position: relative; overflow: hidden; background: linear-gradient(145deg, #f3faf7 0%, #fff 48%, #edf7fb 100%); }

.whatsapp-addon-section::before { position: absolute; top: -240px; right: -180px; width: 560px; height: 560px; background: radial-gradient(circle, rgba(37, 211, 102, .12), transparent 66%); border-radius: 50%; content: ""; pointer-events: none; }

.whatsapp-addon-layout { position: relative; display: grid; grid-template-columns: .84fr 1.16fr; align-items: stretch; gap: 24px; }

.whatsapp-price-card { display: flex; min-height: 610px; flex-direction: column; padding: 38px; background: #0b1f2e; border-top: 5px solid #25d366; box-shadow: 0 25px 70px rgba(11, 31, 46, .18); color: #fff; }

.whatsapp-card-topline { display: flex; align-items: center; gap: 12px; color: #b8d5c4; font-size: .76rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }

.whatsapp-mark { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; color: #062d17; background: #25d366; border-radius: 50%; font-size: .75rem; font-weight: 900; letter-spacing: -.02em; }

.whatsapp-price { display: flex; align-items: baseline; gap: 10px; margin: 40px 0 12px; }

.whatsapp-price strong { color: #fff; font-size: clamp(2.9rem, 6vw, 4.6rem); line-height: 1; letter-spacing: -.07em; }

.whatsapp-price span { color: #9ec4ad; font-size: .95rem; font-weight: 700; }

.whatsapp-price-lead { margin-bottom: 27px; color: #bfd0dc; font-size: .96rem; }

.whatsapp-benefits { display: grid; gap: 12px; margin: 0 0 31px; padding: 0; list-style: none; }

.whatsapp-benefits li { position: relative; padding-left: 26px; color: #e1edf3; font-size: .86rem; }

.whatsapp-benefits li::before { position: absolute; top: 1px; left: 0; color: #25d366; content: "✓"; font-weight: 900; }

.whatsapp-price-card .button { width: 100%; margin-top: auto; background: #25d366; border-color: #25d366; color: #062d17; }

.whatsapp-price-card .button:hover { background: #4ade80; border-color: #4ade80; }

.whatsapp-card-note { display: block; margin-top: 16px; color: #89a6b5; font-size: .7rem; line-height: 1.5; }

.verification-comparison { background: rgba(255, 255, 255, .92); border: 1px solid #cfe2da; box-shadow: var(--shadow-sm); }

.verification-comparison-heading { padding: 34px 36px 30px; border-bottom: 1px solid var(--line); }

.verification-comparison-heading > span { display: block; margin-bottom: 10px; color: #147244; font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }

.verification-comparison-heading h3 { max-width: 560px; margin: 0; font-size: clamp(1.6rem, 3vw, 2.35rem); }

.verification-row { display: grid; grid-template-columns: .8fr 1fr 1fr; border-bottom: 1px solid var(--line); }

.verification-row > * { min-width: 0; margin: 0; padding: 18px 20px; border-right: 1px solid var(--line); font-size: .82rem; }

.verification-row > *:last-child { border-right: 0; }

.verification-row > span { color: var(--ink-strong); font-weight: 750; }

.verification-row > p:last-child { color: #176f46; background: #f1fbf5; font-weight: 700; }

.verification-row-head { background: #f6f9f8; }

.verification-row-head > * { color: var(--muted); font-size: .67rem; letter-spacing: .07em; text-transform: uppercase; }

.verification-row-head > strong:last-child { color: #147244; background: #e9f9ef; }

.verification-setup { display: grid; grid-template-columns: 54px 1fr; gap: 18px; margin: 28px; padding: 22px; background: #eaf8ef; border-left: 3px solid #25a85b; }

.verification-setup > span { display: grid; width: 46px; height: 46px; place-items: center; color: #12693f; background: #fff; border-radius: 50%; font-size: .72rem; font-weight: 850; }

.verification-setup strong { display: block; margin-bottom: 4px; color: var(--ink-strong); }

.verification-setup p { margin: 0; color: #436455; font-size: .8rem; }

.purchase-clarity-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #c8dce7; border-left: 1px solid #c8dce7; }

.purchase-clarity-grid article { display: flex; min-height: 280px; flex-direction: column; padding: 29px; background: rgba(255, 255, 255, .72); border-right: 1px solid #c8dce7; border-bottom: 1px solid #c8dce7; }

.purchase-clarity-grid article > span { margin-bottom: 44px; color: var(--brand-dark); font-size: .71rem; font-weight: 800; letter-spacing: .09em; }

.purchase-clarity-grid h3 { margin-bottom: 12px; }

.purchase-clarity-grid p { margin-bottom: 24px; font-size: .88rem; }

.purchase-clarity-grid strong { margin-top: auto; color: var(--ink-strong); font-size: .8rem; }

.trial-form-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 72px; }

.trial-form-copy { position: sticky; top: 112px; }

.trial-form-copy h2 { margin-bottom: 20px; }

.trial-form-copy > p { margin-bottom: 28px; }

.trial-selected-plan { margin-bottom: 28px; padding: 20px; background: var(--surface-blue); border: 1px solid #cfe0e8; border-left: 3px solid var(--brand); }

.trial-selected-plan small, .trial-selected-plan strong { display: block; }

.trial-selected-plan small { margin-bottom: 5px; color: var(--brand-dark); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.trial-selected-plan strong { color: #284255; font-size: .9rem; }

.needs-field { padding: 0; margin: 0; border: 0; }

.needs-field legend { margin-bottom: 9px; color: #34475a; font-size: .83rem; font-weight: 720; }

.needs-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }

.needs-options label { display: flex; align-items: flex-start; gap: 8px; padding: 10px 11px; background: var(--surface-soft); border: 1px solid var(--line); border-radius: 6px; cursor: pointer; font-size: .76rem; font-weight: 620; }

.needs-options input, .consent-field > input { width: 17px; height: 17px; flex: 0 0 auto; margin: 1px 0 0; padding: 0; accent-color: var(--brand); box-shadow: none; }

.consent-field { display: flex; grid-template-columns: auto 1fr; align-items: flex-start; gap: 10px; color: #536577; font-size: .76rem; }

.consent-field button { padding: 0; color: var(--brand-dark); background: transparent; border: 0; cursor: pointer; font-weight: 700; text-decoration: underline; }

.why-hero { overflow: hidden; padding: 62px 0 90px; background: #f8fafb; border-bottom: 1px solid var(--line); }

.why-hero-grid { display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 70px; }

.why-hero-copy h1 { margin-bottom: 22px; font-size: clamp(2.7rem, 5.45vw, 4.75rem); }

.why-hero-copy .product-lead { max-width: 670px; }

.why-hero-visual { position: relative; padding: 15px 42px 90px 0; }

.why-hero-visual::before { content: ""; position: absolute; top: 0; right: 0; bottom: 52px; left: 38px; background: var(--surface-blue); border: 1px solid #cfe0e8; border-radius: var(--radius-lg); }

.why-hero-visual .product-window { position: relative; z-index: 1; }

.why-proof-card { position: absolute; z-index: 2; right: 0; bottom: 0; width: min(330px, 69%); padding: 22px 24px; background: var(--ink-strong); box-shadow: var(--shadow); }

.why-proof-card small, .why-proof-card strong, .why-proof-card span { display: block; }

.why-proof-card small { margin-bottom: 7px; color: #79d1f1; font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

.why-proof-card strong { margin-bottom: 5px; color: #fff; font-size: 1.02rem; }

.why-proof-card span { color: #b9c9d6; font-size: .76rem; }

.why-comparison-wrap { overflow-x: auto; border: 1px solid var(--line-strong); border-radius: var(--radius); }

.why-comparison { width: 100%; min-width: 920px; border-collapse: collapse; background: #fff; }

.why-comparison th, .why-comparison td { padding: 22px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }

.why-comparison th:last-child, .why-comparison td:last-child { border-right: 0; }

.why-comparison tr:last-child td { border-bottom: 0; }

.why-comparison th { color: var(--muted); background: #f6f8f9; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }

.why-comparison th:first-child { width: 18%; }

.why-comparison th:nth-child(2) { width: 42%; background: var(--surface-blue); }

.why-comparison td { color: #4a5d6e; font-size: .84rem; }

.why-comparison td:first-child { color: var(--ink-strong); font-weight: 720; }

.why-comparison td:nth-child(2) { background: #f8fcfe; }

.why-comparison td strong, .why-comparison td span { display: block; }

.why-comparison td strong { margin-bottom: 6px; color: #17374c; font-size: .88rem; }

.why-comparison td span { color: #587083; }

.comparison-disclaimer { margin: 17px 0 0; color: var(--muted); font-size: .75rem; }

.why-advantage-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line-strong); }

.why-advantage-grid a { display: flex; min-height: 300px; flex-direction: column; padding: 29px; background: #fff; border-right: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); transition: background .18s ease; }

.why-advantage-grid a:hover { background: #f9fcfd; }

.why-advantage-grid a > span { margin-bottom: 44px; color: var(--brand); font-size: .74rem; font-weight: 800; letter-spacing: .1em; }

.why-advantage-grid h3 { margin-bottom: 12px; }

.why-advantage-grid p { margin-bottom: 24px; font-size: .86rem; }

.why-advantage-grid strong { margin-top: auto; color: var(--brand-dark); font-size: .79rem; }

.why-reference-strip { padding-top: 58px; padding-bottom: 58px; border-top: 1px solid var(--line); }

.reference-note { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 28px; color: var(--muted); font-size: .77rem; text-align: center; }

.reference-note strong { color: var(--ink-strong); }

.purchase-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #2d4255; border-left: 1px solid #2d4255; }

.purchase-process-grid article { min-height: 245px; padding: 28px; border-right: 1px solid #2d4255; border-bottom: 1px solid #2d4255; }

.purchase-process-grid article > span { display: block; margin-bottom: 44px; color: #79d1f1; font-size: .72rem; font-weight: 800; letter-spacing: .1em; }

.purchase-process-grid h3 { margin-bottom: 12px; color: #fff; }

.purchase-process-grid p { margin: 0; color: #b9c9d6; font-size: .86rem; }

.scope-clarity-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 72px; }

.scope-clarity-grid > div:first-child > p { margin-bottom: 28px; }

.scope-columns { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line-strong); }

.scope-columns article { padding: 29px; border-right: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }

.scope-columns small { color: var(--brand-dark); font-size: .69rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.scope-columns h3 { margin: 13px 0 20px; }

.scope-columns ul { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }

.scope-columns li { position: relative; padding-left: 18px; color: #43586a; font-size: .82rem; }

.scope-columns li::before { content: ""; position: absolute; top: .68em; left: 1px; width: 5px; height: 5px; background: var(--brand); border-radius: 50%; }

:focus-visible { outline: 3px solid rgba(8, 119, 168, .35); outline-offset: 3px; }

@media (max-width: 1050px) {
  .site-nav { gap: 12px; }
  .site-nav-link { font-size: .8rem; }
  .header-actions .text-link { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .hero-product::before { right: -14px; top: -14px; }
  .hero-product > .hero-slogan--visual { right: 0; bottom: calc(100% + 12px); left: 0; min-height: 92px; padding: 19px 22px; font-size: clamp(1.25rem, 2.5vw, 1.7rem); }
  .sector-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1.35fr repeat(3, 1fr); gap: 30px; }
  .product-hero-grid { gap: 40px; }
  .feature-cluster-grid { grid-template-columns: 1fr 1fr; }
  .sector-detail-grid, .problem-grid { gap: 45px; }
  .technical-detail-grid, .technical-problem-grid, .decision-layout { gap: 44px; }
  .network-page-hero-grid, .network-decision-grid, .network-infrastructure-grid, .article-hero-grid, .article-not-found-grid { gap: 44px; }
  .network-service-grid { grid-template-columns: repeat(2, 1fr); }
  .network-process-grid { grid-template-columns: repeat(3, 1fr); }
  .article-layout { gap: 44px; }
  .feature-hub-hero-grid, .feature-detail-grid, .feature-problem-grid, .feature-proof-layout, .feature-evidence-grid { gap: 44px; }
  .package-advisor, .why-hero-grid, .trial-form-layout, .scope-clarity-grid { gap: 44px; }
}

@media (max-width: 930px) {
  .section { padding: 78px 0; }
  .nav-toggle { display: block; margin-left: auto; }
  .site-nav {
    position: absolute;
    z-index: 120;
    top: 100%;
    right: 0;
    left: 0;
    display: flex;
    height: calc(100dvh - 76px);
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    margin-left: 0;
    padding: 18px max(18px, calc((100% - 520px) / 2));
    background:
      radial-gradient(circle at 92% 10%, rgba(76, 190, 231, .19), transparent 29%),
      linear-gradient(180deg, #eef8fc 0, #f8fbfc 42%, #fff 100%);
    box-shadow: 0 24px 60px rgba(8, 21, 36, .16);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .site-nav.open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
  .mobile-nav-intro { display: grid; gap: 2px; padding: 2px 4px 7px; }
  .mobile-nav-intro span { display: flex; align-items: center; gap: 7px; color: var(--brand-dark); font-size: .67rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
  .mobile-nav-intro span i { display: block; width: 7px; height: 7px; background: #20b783; border-radius: 50%; box-shadow: 0 0 0 5px rgba(32, 183, 131, .12); }
  .mobile-nav-intro strong { color: var(--ink-strong); font-size: .98rem; }
  .site-nav-link {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 11px 14px;
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(202, 218, 229, .92);
    border-radius: 11px;
    box-shadow: 0 5px 16px rgba(16, 32, 51, .045);
    color: #263d51;
    font-size: .98rem;
    font-weight: 760;
    transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
  }
  .site-nav-link:hover, .site-nav-link[aria-current="page"] { background: #fff; border-color: rgba(8, 119, 168, .38); color: var(--brand-dark); transform: translateX(2px); }
  .site-nav-link::after { display: none; }
  .site-nav-link > i { display: grid; width: 27px; height: 27px; place-items: center; background: var(--surface-blue); border-radius: 50%; color: var(--brand); font-style: normal; transition: background .18s ease, color .18s ease; }
  .site-nav-link:hover > i, .site-nav-link[aria-current="page"] > i { background: var(--brand); color: #fff; }
  .mobile-nav-card {
    position: relative;
    display: grid;
    gap: 11px;
    overflow: hidden;
    margin-top: 7px;
    padding: 20px;
    background: linear-gradient(135deg, #09243a, #075f87 66%, #0877a8);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 16px;
    box-shadow: 0 18px 38px rgba(8, 52, 77, .2);
    color: #fff;
  }
  .mobile-nav-card::after { content: ""; position: absolute; right: -42px; bottom: -58px; width: 150px; height: 150px; border: 28px solid rgba(255, 255, 255, .07); border-radius: 50%; pointer-events: none; }
  .mobile-nav-card-kicker { position: relative; z-index: 1; color: #8cddf7; font-size: .65rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
  .mobile-nav-card > strong { position: relative; z-index: 1; max-width: 390px; color: #fff; font-size: 1.08rem; line-height: 1.25; }
  .mobile-nav-card > p { position: relative; z-index: 1; margin: -4px 0 0; color: #c6dce8; font-size: .77rem; line-height: 1.45; }
  .mobile-nav-contacts { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
  .mobile-nav-contacts a { display: grid; gap: 1px; min-width: 0; padding: 9px 10px; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .13); border-radius: 9px; }
  .mobile-nav-contacts small { color: #9fc9dc; font-size: .59rem; text-transform: uppercase; }
  .mobile-nav-contacts b { overflow: hidden; color: #fff; font-size: .72rem; font-weight: 730; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-nav-cta { position: relative; z-index: 1; display: flex; min-height: 46px; align-items: center; justify-content: space-between; padding: 11px 14px; background: #fff; border-radius: 10px; color: #073b57; font-size: .84rem; font-weight: 850; }
  .mobile-nav-cta i { display: grid; width: 26px; height: 26px; place-items: center; background: var(--brand-soft); border-radius: 50%; color: var(--brand-dark); font-style: normal; }
  .header-actions .button { display: none; }
  .hero { padding-top: 62px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy > .hero-slogan--mobile { position: relative; z-index: 3; right: auto; bottom: auto; left: auto; display: flex; width: min(520px, calc(100% - 10px)); min-height: 0; margin: 0 auto 18px; padding: 14px 18px; border-radius: 17px; font-size: clamp(1.1rem, 5vw, 1.45rem); }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-notes { justify-content: center; }
  .hero-product { width: min(690px, 100%); margin: 24px auto 0; }
  .hero-product > .hero-slogan--visual { display: none; }
  .hero-slogan-spark { width: 28px; height: 28px; flex-basis: 28px; border-width: 5px; border-radius: 10px; }
  .panel-showcase, .panel-showcase-host { width: min(700px, 100%); margin-inline: auto; }
  .panel-showcase--content { transform: none; }
  .proof-row { grid-template-columns: 1fr; gap: 0; }
  .proof-item { padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-item:last-child { border-bottom: 0; }
  .outcome-grid, .pricing-summary, .pricing-grid-full, .blog-grid { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; gap: 45px; }
  .product-collage { width: min(680px, 100%); min-height: 520px; margin-inline: auto; order: 2; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-intro { position: static; }
  .network-panel, .dealer-panel, .trial-band { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
  .product-hero-grid { grid-template-columns: 1fr; }
  .product-hero-copy { text-align: center; }
  .product-lead, .answer-panel { margin-right: auto; margin-left: auto; }
  .product-hero-copy .hero-actions { justify-content: center; }
  .product-hero-visual { width: min(680px, 100%); margin-inline: auto; }
  .product-summary-grid { grid-template-columns: 1fr 1fr; }
  .product-summary-grid > div { border-bottom: 1px solid var(--line); }
  .product-summary-grid > div:nth-child(2) { border-right: 0; }
  .product-summary-grid > div:first-child { padding-left: 25px; }
  .workflow-grid { grid-template-columns: 1fr 1fr; }
  .workflow-step:nth-child(2) { border-right: 0; }
  .workflow-step:nth-child(-n+2) { border-bottom: 1px solid #2d4255; }
  .solution-hub-grid { grid-template-columns: 1fr; }
  .route-group { grid-template-columns: 1fr; gap: 15px; }
  .sector-detail-grid { grid-template-columns: 1fr; }
  .sector-hero-copy { text-align: center; }
  .sector-hero-copy .product-lead, .sector-hero-copy .answer-panel { margin-right: auto; margin-left: auto; }
  .sector-hero-copy .hero-actions { justify-content: center; }
  .sector-config { width: min(620px, 100%); margin-inline: auto; }
  .problem-grid { grid-template-columns: 1fr; }
  .sector-module-grid { grid-template-columns: 1fr 1fr; }
  .technical-detail-grid, .technical-problem-grid, .decision-layout { grid-template-columns: 1fr; }
  .technical-hero-copy { text-align: center; }
  .technical-hero-copy .product-lead, .technical-hero-copy .answer-panel { margin-right: auto; margin-left: auto; }
  .technical-hero-copy .hero-actions { justify-content: center; }
  .technical-when { width: min(620px, 100%); margin-inline: auto; }
  .network-page-hero-grid, .network-decision-grid, .network-infrastructure-grid, .blog-page-hero-grid, .blog-featured-card, .article-hero-grid, .article-layout, .article-not-found-grid { grid-template-columns: 1fr; }
  .network-page-copy, .article-hero-copy { text-align: center; }
  .network-page-copy .product-lead, .network-page-copy .answer-panel, .article-hero-copy > p { margin-right: auto; margin-left: auto; }
  .network-page-copy .hero-actions, .network-page-copy .hero-notes, .article-meta { justify-content: center; }
  .network-page-visual { width: min(680px, 100%); margin-inline: auto; }
  .network-decision-grid > div:first-child, .article-sidebar { position: static; }
  .network-scenario-grid, .network-support-grid { grid-template-columns: 1fr; }
  .network-process-grid { grid-template-columns: repeat(2, 1fr); }
  .network-scenario-card h3, .network-scenario-card ul, .network-support-grid p { min-height: 0; }
  .blog-featured-media { min-height: 390px; }
  .blog-featured-content { padding: 38px; }
  .blog-unavailable { grid-template-columns: 1fr; gap: 30px; }
  .article-cover { width: min(680px, 100%); margin-inline: auto; }
  .feature-hub-hero-grid, .feature-detail-grid, .feature-problem-grid, .feature-proof-layout, .feature-evidence-grid { grid-template-columns: 1fr; }
  .feature-hub-copy, .feature-detail-copy { text-align: center; }
  .feature-hub-copy .product-lead, .feature-detail-copy .product-lead, .feature-hub-copy .answer-panel, .feature-detail-copy .answer-panel { margin-right: auto; margin-left: auto; }
  .feature-hub-copy .hero-actions, .feature-detail-copy .hero-actions { justify-content: center; }
  .feature-hub-visual, .feature-hero-visual { width: min(680px, 100%); margin-inline: auto; }
  .feature-problem-grid { gap: 35px; }
  .feature-capability-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-proof-media { width: min(680px, 100%); margin-inline: auto; }
  .feature-evidence-grid > div:first-child { text-align: center; }
  .feature-evidence-grid .check-list { width: max-content; max-width: 100%; margin-right: auto; margin-left: auto; text-align: left; }
  .package-advisor, .why-hero-grid, .trial-form-layout, .scope-clarity-grid { grid-template-columns: 1fr; }
  .package-advisor-copy, .why-hero-copy { text-align: center; }
  .package-advisor-copy > p, .why-hero-copy .product-lead, .why-hero-copy .answer-panel { margin-right: auto; margin-left: auto; }
  .why-hero-copy .hero-actions { justify-content: center; }
  .package-selector-controls { width: min(680px, 100%); margin-inline: auto; text-align: left; }
  .package-recommendation { width: min(620px, 100%); margin-inline: auto; }
  .why-hero-visual { width: min(680px, 100%); margin-inline: auto; }
  .why-advantage-grid, .purchase-process-grid { grid-template-columns: repeat(2, 1fr); }
  .trial-form-copy { position: static; }
  .scope-clarity-grid { gap: 38px; }
  .about-hero { padding: 66px 0 72px; }
  .about-hero-grid, .about-story-grid { grid-template-columns: 1fr; gap: 42px; }
  .about-hero-copy { text-align: center; }
  .about-hero-copy > p { margin-right: auto; margin-left: auto; }
  .about-hero-copy .hero-actions { justify-content: center; }
  .about-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-stat-grid > div:nth-child(2) { border-right: 0; }
  .about-stat-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about-expertise-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-proof-band { grid-template-columns: 1fr; gap: 26px; text-align: center; }
  .about-proof-band .button { width: fit-content; margin-inline: auto; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 66px 0; }
  .section-heading { margin-bottom: 35px; }
  .header-inner { min-height: 68px; }
  .site-brand img { width: 34px; height: 34px; }
  .site-nav { height: calc(100dvh - 68px); gap: 5px; padding: 10px 14px 14px; }
  .mobile-nav-intro { gap: 0; padding: 0 3px 5px; }
  .mobile-nav-intro span { font-size: .58rem; }
  .mobile-nav-intro strong { font-size: .86rem; }
  .site-nav-link { min-height: 42px; padding: 7px 11px; border-radius: 9px; font-size: .9rem; }
  .site-nav-link > i { width: 24px; height: 24px; }
  .mobile-nav-card { gap: 7px; margin-top: 4px; padding: 14px; border-radius: 14px; }
  .mobile-nav-card-kicker { font-size: .58rem; }
  .mobile-nav-card > strong { font-size: .92rem; }
  .mobile-nav-card > p, .mobile-nav-contacts { display: none; }
  .mobile-nav-cta { min-height: 40px; padding: 8px 11px; font-size: .78rem; }
  .mobile-nav-cta i { width: 23px; height: 23px; }
  .hero { padding: 48px 0 30px; }
  .hero-copy h1 { font-size: clamp(2.35rem, 12vw, 3.45rem); }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-notes { display: grid; gap: 7px; text-align: left; }
  .hero-product::before { display: none; }
  .panel-showcase { padding: 8px 0 4px; }
  .panel-showcase-glow { inset: 2% 0 9%; border-radius: 22px; }
  .panel-device-laptop { top: 4%; width: 97%; }
  .panel-device-phone { right: -1%; bottom: 3%; width: 26%; }
  .panel-live-chip { top: 2%; right: 0; padding: 6px 9px; font-size: .59rem; }
  .panel-showcase-footer { justify-content: center; margin: -4px 0 0; padding: 7px; }
  .panel-showcase-controls { width: 100%; justify-content: center; }
  .panel-showcase-controls button { justify-content: center; padding: 7px 8px; font-size: .62rem; }
  .panel-showcase-status { display: none; }
  .hero-proof { padding: 20px 0; }
  .reference-marquee { -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
  .reference-logo { flex-basis: 158px; width: 158px; height: 84px; padding: 12px 15px; }
  .reference-logo img { max-width: 122px; max-height: 52px; }
  .outcome-grid, .pricing-summary, .pricing-grid-full, .blog-grid, .sector-grid { grid-template-columns: 1fr; }
  .outcome-card { min-height: auto; }
  .outcome-index { margin-bottom: 28px; }
  .product-collage { min-height: 365px; }
  .product-collage .dashboard-card { width: 94%; }
  .product-collage .phone-card { width: 35%; }
  .portal-collage { min-height: 440px; }
  .portal-phone { width: 43%; }
  .capability-row { grid-template-columns: 1fr; gap: 7px; }
  .pricing-foot { align-items: stretch; flex-direction: column; }
  .pricing-foot .button { width: 100%; }
  .network-panel, .dealer-panel, .trial-band { padding: 30px 24px; }
  .network-panel .button, .dealer-panel .button, .trial-band .button { width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .contact-form { padding: 24px 18px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-legal { flex-direction: column; gap: 8px; }
  .cookie-consent { right: 8px; bottom: 8px; left: 8px; grid-template-columns: minmax(0, 1fr) 138px; gap: 10px; width: calc(100% - 16px); padding: 11px 12px; border-radius: 12px; }
  .cookie-consent-actions { width: 100%; }
  .cookie-consent-actions .button { width: 100%; min-width: 0; }
  .page-hero { padding: 58px 0 42px; }
  .breadcrumb { padding-top: 14px; padding-bottom: 14px; }
  .product-page-hero { padding: 42px 0 58px; }
  .product-hero-copy h1 { font-size: clamp(2.35rem, 12vw, 3.45rem); }
  .product-hero-copy .hero-actions { display: grid; }
  .product-hero-visual { padding: 10px 32px 24px 0; }
  .product-hero-mobile { width: 27%; }
  .product-summary-grid { grid-template-columns: 1fr; }
  .product-summary-grid > div { padding: 18px 0 !important; border-right: 0; }
  .section-index { top: 68px; }
  .section-index .container { gap: 22px; }
  .feature-cluster-grid, .workflow-grid, .integration-grid { grid-template-columns: 1fr; }
  .feature-cluster { min-height: auto; }
  .workflow-step { min-height: auto; border-right: 0; border-bottom: 1px solid #2d4255; }
  .workflow-step:last-child { border-bottom: 0; }
  .workflow-step > span { margin-bottom: 30px; }
  .solutions-hero-note { grid-template-columns: 1fr; }
  .solutions-hero-note div { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .solution-hub-card { min-height: auto; padding: 26px 22px; }
  .route-links { grid-template-columns: 1fr; }
  .trial-actions { display: grid; width: 100%; }
  .sector-detail-hero { padding: 42px 0 55px; }
  .sector-hero-copy h1 { font-size: clamp(2.35rem, 12vw, 3.45rem); }
  .sector-hero-copy .hero-actions { display: grid; }
  .sector-benefit-grid, .sector-module-grid, .related-solution-grid { grid-template-columns: 1fr; }
  .sector-benefit-grid > div { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .sector-benefit-grid > div:first-child { padding-left: 0; }
  .sector-config-row { grid-template-columns: 1fr; gap: 4px; }
  .sector-config-row strong { text-align: left; }
  .implementation-panel { padding: 25px 20px; }
  .technical-detail-hero { padding: 42px 0 55px; }
  .technical-hero-copy h1 { font-size: clamp(2.35rem, 12vw, 3.45rem); }
  .technical-hero-copy .hero-actions { display: grid; }
  .technical-when { padding: 25px 20px; }
  .workflow-grid.three, .technical-component-grid { grid-template-columns: 1fr; }
  .technical-component { min-height: auto; }
  .technical-notice { grid-template-columns: 1fr; gap: 8px; }
  .technical-network-visual { padding: 0 25px 35px 0; }
  .decision-layout { gap: 35px; }
  .network-page-hero { padding: 42px 0 55px; }
  .network-page-copy h1, .blog-page-hero h1, .article-hero-copy h1 { font-size: clamp(2.35rem, 12vw, 3.45rem); }
  .network-page-copy .hero-actions { display: grid; }
  .network-page-visual { min-height: 365px; padding: 0 26px 38px 0; }
  .network-main-image { height: 330px; }
  .network-inset-image { width: 42%; height: 135px; }
  .network-visual-note { left: -4px; bottom: 17px; width: 205px; padding: 15px 17px; }
  .network-decision-grid { gap: 35px; }
  .network-service-grid, .network-process-grid { grid-template-columns: 1fr; }
  .network-service-card, .network-process-grid article { min-height: auto; }
  .network-service-card > span, .network-process-grid article > span { margin-bottom: 28px; }
  .network-scenario-card > img { height: 205px; }
  .network-scenario-card > div { padding: 24px 21px; }
  .network-brand-grid { grid-template-columns: 1fr; }
  .network-product-stack article { grid-template-columns: 100px 1fr; gap: 17px; }
  .network-product-stack img { width: 100px; height: 92px; }
  .network-support-grid article { padding: 25px 21px; }
  .blog-page-hero { padding: 48px 0 58px; }
  .blog-page-hero-grid { gap: 38px; }
  .blog-featured-section { padding-top: 60px; padding-bottom: 60px; }
  .blog-featured-media { min-height: 260px; }
  .blog-featured-content { padding: 28px 22px; }
  .blog-unavailable { padding: 28px 22px; }
  .article-hero { padding: 42px 0 55px; }
  .article-hero-grid { gap: 35px; }
  .article-section { padding-top: 60px; }
  .article-layout { gap: 48px; }
  .article-content { font-size: .98rem; }
  .article-content h2 { margin-top: 42px; }
  .article-not-found { padding: 75px 0 90px; }
  .article-not-found-grid { gap: 40px; }
  .feature-hub-hero, .feature-detail-hero { padding: 42px 0 58px; }
  .feature-hub-copy h1, .feature-detail-copy h1 { font-size: clamp(2.35rem, 12vw, 3.45rem); }
  .feature-hub-copy .hero-actions, .feature-detail-copy .hero-actions { display: grid; }
  .feature-hub-visual, .feature-hero-visual { padding: 10px 32px 26px 0; }
  .feature-hub-phone, .feature-hero-phone { width: 28%; }
  .feature-hub-grid, .feature-capability-grid { grid-template-columns: 1fr; }
  .feature-hub-card { min-height: auto; padding: 26px 22px; }
  .feature-hub-card p { min-height: 0; }
  .feature-capability-grid article { min-height: auto; }
  .feature-capability-grid article > span { margin-bottom: 28px; }
  .feature-scope-note { grid-template-columns: 1fr; gap: 8px; }
  .feature-proof-media { min-height: 370px; padding: 10px 30px 38px 0; }
  .feature-proof-phone { width: 29%; }
  .feature-evidence-phones { min-height: 390px; gap: 8px; }
  .feature-evidence-phones > div { width: 31%; padding: 4px; border-radius: 16px; }
  .feature-evidence-phones > div:nth-child(2) { width: 35%; }
  .feature-evidence-phones img { border-radius: 12px; }
  .page-hero-actions { display: grid; }
  .page-hero-actions .button { width: 100%; }
  .package-selector-controls { grid-template-columns: 1fr; }
  .package-recommendation { padding: 28px 22px; }
  .recommendation-price strong { font-size: 2rem; }
  .pricing-grid-full .price-card { padding-right: 22px; padding-left: 22px; }
  .purchase-clarity-grid, .why-advantage-grid, .purchase-process-grid, .scope-columns { grid-template-columns: 1fr; }
  .purchase-clarity-grid article, .why-advantage-grid a, .purchase-process-grid article { min-height: auto; }
  .purchase-clarity-grid article > span, .why-advantage-grid a > span, .purchase-process-grid article > span { margin-bottom: 28px; }
  .trial-form-layout { gap: 36px; }
  .needs-options { grid-template-columns: 1fr; }
  .why-hero { padding: 42px 0 58px; }
  .why-hero-copy h1 { font-size: clamp(2.35rem, 12vw, 3.45rem); }
  .why-hero-copy .hero-actions { display: grid; }
  .why-hero-visual { padding: 10px 25px 105px 0; }
  .why-proof-card { width: min(310px, 86%); }
  .reference-note { align-items: flex-start; flex-direction: column; }
  .site-contact-fab { right: 10px; bottom: 10px; }
  body.cookie-banner-open .site-contact-fab { bottom: 92px; }
  .site-contact-action { width: min(236px, calc(100vw - 20px)); min-height: 52px; }
  .site-contact-toggle { min-width: 116px; min-height: 46px; padding: 8px 13px; border-radius: 13px; }
  .cookie-consent-copy p { display: none; }
  .cookie-consent-actions .button { padding-right: 4px; padding-left: 4px; white-space: nowrap; }
  .about-hero { padding: 50px 0 62px; }
  .about-hero h1 { font-size: clamp(2.4rem, 12vw, 3.55rem); }
  .about-signature { padding: 27px 23px; }
  .about-stats { margin-top: -20px; }
  .about-stat-grid > div { padding: 18px 16px; }
  .about-stat-grid strong { font-size: 1.03rem; }
  .about-stat-grid span { font-size: .68rem; }
  .about-story-grid { gap: 28px; }
  .about-story-lead { padding-right: 0; }
  .about-expertise-grid { grid-template-columns: 1fr; }
  .about-expertise-grid article { min-height: auto; padding: 23px 21px; }
  .about-expertise-grid span { margin-bottom: 22px; }
  .about-proof-band { padding: 31px 22px; }
  .about-proof-band .button { width: 100%; }
  .about-reference-section { padding-top: 64px; padding-bottom: 68px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reference-track { animation: reference-scroll-rtl 58s linear infinite !important; }
  .hero-slogan { animation: hero-slogan-accessible-pulse 5.5s ease-in-out infinite !important; }
  .hero-slogan::after { animation: none !important; }
  .hero-slogan::before { animation: none !important; }
  .hero-slogan-spark { animation: hero-slogan-accessible-spark 5.5s ease-in-out infinite !important; }
  .hero-slogan-best { animation: none !important; }
  .hero-slogan-best::after { opacity: 1; transform: scaleX(1); animation: none !important; }
}

/* Router catalog and detail */
.recommendation-router { display: grid; gap: 3px; margin: 20px 0; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.recommendation-router small { color: rgba(255,255,255,.64); font-size: .72rem; letter-spacing: .04em; text-transform: uppercase; }
.recommendation-router a { color: #fff; font-weight: 800; text-decoration: none; }
.recommendation-router a:hover { color: var(--brand-light); }

.router-catalog-section { background: #f7fafb; }
.router-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.router-card { display: grid; grid-template-columns: minmax(210px, .72fr) 1.28fr; min-height: 500px; overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.router-card-media { display: grid; place-items: center; min-height: 100%; padding: 28px; color: var(--muted); background: linear-gradient(145deg,#eff5f7,#fff); text-decoration: none; }
.router-card-media img { width: 100%; max-height: 250px; object-fit: contain; transition: transform .25s ease; }
.router-card:hover .router-card-media img { transform: translateY(-4px); }
.router-card-body { display: flex; flex-direction: column; padding: 30px; }
.router-model { display: block; margin: 0 0 8px; color: var(--brand-dark); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.router-card h3 { margin: 0 0 13px; font-size: 1.45rem; }
.router-card h3 a { color: var(--ink-strong); text-decoration: none; }
.router-card-body > p { color: var(--muted); font-size: .88rem; }
.router-result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 18px 0; }
.router-result-grid > div { padding: 13px; background: var(--surface-blue); border-left: 2px solid var(--brand); }
.router-result-grid small, .router-result-grid strong { display: block; }
.router-result-grid small { margin-bottom: 4px; color: var(--muted); font-size: .65rem; text-transform: uppercase; }
.router-result-grid strong { color: var(--ink-strong); font-size: .8rem; }
.router-plan-match { margin: 4px 0 17px; }
.router-plan-match > small { display: block; margin-bottom: 8px; color: var(--muted); font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.router-plan-match > div { display: flex; flex-wrap: wrap; gap: 6px; }
.router-plan-match span { padding: 5px 8px; color: #1b4b64; background: #eaf6fa; border: 1px solid #cae6ef; font-size: .67rem; font-weight: 750; }
.router-feature-list { display: grid; gap: 6px; margin: 0 0 18px; padding: 0; list-style: none; }
.router-feature-list li { position: relative; padding-left: 18px; color: #536777; font-size: .78rem; }
.router-feature-list li::before { position: absolute; left: 0; color: var(--brand); content: '✓'; font-weight: 900; }
.router-price-note { margin: 0 0 18px; color: var(--muted); font-size: .7rem !important; }
.router-card .button { width: 100%; margin-top: auto; }
.router-scope-note { display: grid; grid-template-columns: .4fr 1.6fr; gap: 30px; margin-top: 24px; padding: 22px 25px; background: #eaf3f6; border-left: 3px solid var(--brand); }
.router-scope-note strong { color: var(--ink-strong); }
.router-scope-note p { margin: 0; color: var(--muted); font-size: .83rem; }

.pricing-contact-direct { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 24px 0; }
.pricing-contact-direct a { padding: 14px; color: var(--ink-strong); background: #fff; border: 1px solid var(--line); text-decoration: none; }
.pricing-contact-direct small, .pricing-contact-direct strong { display: block; }
.pricing-contact-direct small { color: var(--muted); font-size: .68rem; text-transform: uppercase; }
.pricing-contact-direct strong { margin-top: 3px; font-size: .82rem; }

.router-detail-hero { padding: 34px 0 86px; }
.router-detail-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 72px; }
.router-detail-media { display: grid; place-items: center; min-height: 500px; padding: 50px; color: var(--muted); background: linear-gradient(145deg,#edf4f6,#fff); border: 1px solid var(--line); }
.router-detail-media img { width: 100%; max-height: 360px; object-fit: contain; }
.router-detail-copy h1 { margin: 0 0 20px; font-size: clamp(2.8rem,5vw,5rem); letter-spacing: -.055em; }
.router-detail-copy .product-lead { max-width: 690px; }
.router-detail-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 28px 0 14px; background: var(--line); border: 1px solid var(--line); }
.router-detail-metrics > div { padding: 18px; background: #fff; }
.router-detail-metrics small, .router-detail-metrics strong { display: block; }
.router-detail-metrics small { margin-bottom: 5px; color: var(--muted); font-size: .68rem; text-transform: uppercase; }
.router-detail-metrics strong { color: var(--ink-strong); }
.router-detail-content { display: grid; grid-template-columns: 1.25fr .75fr; align-items: start; gap: 80px; }
.router-detail-content h2 { margin: 8px 0 20px; }
.router-detail-content p { max-width: 760px; }
.router-detail-plans { margin-top: 28px; }
.router-value-card { padding: 32px; color: #fff; background: var(--ink-strong); box-shadow: var(--shadow-md); }
.router-value-card strong { display: block; margin-bottom: 13px; font-size: 1.15rem; }
.router-value-card p { margin: 0; color: rgba(255,255,255,.72); }
.router-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.router-columns > div { padding: 32px; background: #fff; border: 1px solid var(--line); }
.router-columns .section-heading { margin-bottom: 24px; }
.router-columns .section-heading h2 { font-size: 1.7rem; }
.router-detail-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.router-detail-list li { padding: 13px 0; color: #455d6e; border-top: 1px solid var(--line); }
.router-detail-list li::before { margin-right: 10px; color: var(--brand); content: '—'; font-weight: 900; }
.router-detail-list.result-list li::before { content: '✓'; }
.router-official-link { margin: 22px 0 0; color: rgba(255,255,255,.62); font-size: .78rem; }
.router-official-link a { color: #fff; }

@media (max-width: 1180px) {
  .router-card { grid-template-columns: 1fr; }
  .router-card-media { min-height: 260px; }
}

@media (max-width: 850px) {
  .router-grid, .router-detail-grid, .router-detail-content, .whatsapp-addon-layout { grid-template-columns: 1fr; }
  .router-detail-grid, .router-detail-content { gap: 40px; }
  .router-detail-media { min-height: 370px; }
  .router-columns { grid-template-columns: 1fr; }
  .whatsapp-price-card { min-height: auto; }
}

@media (max-width: 620px) {
  .router-grid { grid-template-columns: 1fr; }
  .router-card { min-height: auto; }
  .router-card-body { padding: 24px 20px; }
  .router-result-grid, .pricing-contact-direct, .router-detail-metrics { grid-template-columns: 1fr; }
  .router-scope-note { grid-template-columns: 1fr; gap: 7px; }
  .router-detail-hero { padding-bottom: 58px; }
  .router-detail-media { min-height: 300px; padding: 30px; }
  .router-detail-copy h1 { font-size: clamp(2.4rem,12vw,3.4rem); }
  .router-columns > div { padding: 25px 20px; }
  .whatsapp-price-card { padding: 30px 22px; }
  .verification-comparison-heading { padding: 28px 22px 24px; }
  .verification-row { grid-template-columns: 1fr 1fr; }
  .verification-row > span { grid-column: 1 / -1; padding-bottom: 8px; background: #f6f9f8; border-right: 0; }
  .verification-row > p { padding-top: 13px; padding-bottom: 15px; }
  .verification-row-head { display: none; }
  .verification-setup { grid-template-columns: 1fr; margin: 20px; }
}
