:root {
  --red: #ff2d2d;
  --red-hot: #ff0000;
  --bg: #050505;
  --panel: #101010;
  --panel-soft: #151515;
  --text: #f5f5f5;
  --muted: #888888;
  --line: rgba(255, 255, 255, 0.13);
  --line-strong: rgba(255, 45, 45, 0.45);
  --white-panel: #efefed;
  --white-text: #171717;
  --radius: 8px;
  --font-head: "Unbounded", "Space Grotesk", system-ui, sans-serif;
  --font-body: "Space Grotesk", system-ui, sans-serif;
  --font-tech: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 76% 12%, rgba(255, 45, 45, 0.2), transparent 28rem),
    radial-gradient(circle at 14% 72%, rgba(255, 108, 45, 0.11), transparent 25rem),
    linear-gradient(180deg, #050505 0%, #0a0a0a 52%, #040404 100%);
  color: var(--text);
  font-family: var(--font-body);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 84%);
}

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

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

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

.noise,
.scanline {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.parallax-stage {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  overflow: hidden;
}

.parallax-stage span {
  position: absolute;
  display: block;
  transform: translate3d(0, var(--parallax-y, 0px), 0);
  will-change: transform;
}

.parallax-grid {
  inset: -12% -8%;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 50% 22%, black, transparent 74%);
}

.parallax-glow {
  width: clamp(280px, 34vw, 560px);
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(42px);
  opacity: 0.42;
}

.parallax-glow-red {
  top: 8%;
  right: 5%;
  background: rgba(255, 45, 45, 0.34);
}

.parallax-glow-white {
  left: 6%;
  bottom: 10%;
  background: rgba(255, 255, 255, 0.12);
}

[data-parallax] {
  transform: translate3d(0, var(--parallax-y, 0px), 0);
  will-change: transform;
}

.noise {
  z-index: -1;
  opacity: 0.19;
  background-image:
    repeating-radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(0deg, rgba(255, 45, 45, 0.08) 0 1px, transparent 1px 8px);
  mix-blend-mode: screen;
}

.scanline {
  z-index: 8;
  opacity: 0.08;
  background: repeating-linear-gradient(180deg, transparent 0 4px, rgba(255, 255, 255, 0.5) 5px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 78px;
  padding: 14px clamp(16px, 4vw, 54px);
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.76);
  backdrop-filter: blur(18px);
}

.brand,
.footer-brand {
  display: flex;
  align-items: center;
  width: 260px;
  height: 70px;
  overflow: visible;
}

.brand img,
.footer-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter:
    saturate(1.08)
    contrast(1.05)
    drop-shadow(0 0 14px rgba(255, 45, 45, 0.34));
}

.desktop-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.desktop-nav a,
.ghost-link {
  color: rgba(245, 245, 245, 0.72);
  font-family: var(--font-tech);
  font-size: 12px;
  transition: color 180ms ease, background 180ms ease;
}

.desktop-nav a {
  padding: 10px 13px;
  border-radius: 999px;
}

.desktop-nav a:hover {
  color: var(--text);
  background: rgba(255, 45, 45, 0.15);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
}

.language-button {
  min-width: 34px;
  min-height: 30px;
  padding: 0 9px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(245, 245, 245, 0.58);
  font-family: var(--font-tech);
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.language-button:hover,
.language-button[aria-pressed="true"] {
  background: rgba(255, 45, 45, 0.18);
  color: var(--text);
  box-shadow: 0 0 18px rgba(255, 45, 45, 0.16);
}

.mobile-nav .language-switcher {
  display: flex;
  justify-content: stretch;
  margin-bottom: 4px;
  border-radius: 5px;
}

.mobile-nav .language-button {
  flex: 1;
}

.ghost-link:hover {
  color: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(255, 45, 45, 0.82);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255, 80, 80, 0.98), rgba(210, 0, 0, 0.96)),
    var(--red);
  color: white;
  font-family: var(--font-tech);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 0 30px rgba(255, 45, 45, 0.28);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 45px rgba(255, 45, 45, 0.42);
}

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

.button-outline {
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: none;
}

.button-outline:hover {
  border-color: rgba(255, 45, 45, 0.82);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--text);
}

.mobile-nav {
  position: fixed;
  top: 78px;
  right: 16px;
  left: 16px;
  z-index: 19;
  display: none;
  grid-template-columns: 1fr;
  gap: 2px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(10, 10, 10, 0.96);
  backdrop-filter: blur(18px);
}

.mobile-nav.open {
  display: grid;
}

.mobile-nav a {
  padding: 15px 14px;
  border-radius: 5px;
  color: rgba(245, 245, 245, 0.86);
  font-family: var(--font-tech);
  font-size: 13px;
}

.mobile-nav a:hover {
  background: rgba(255, 45, 45, 0.16);
}

.section-grid,
.section {
  width: min(1200px, calc(100% - 32px));
  margin-inline: auto;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  gap: 28px;
  align-items: stretch;
  min-height: calc(100vh - 78px);
  padding: clamp(58px, 9vw, 112px) 0 52px;
}

.hero::before,
.hero::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.hero::before {
  top: 12%;
  left: -4vw;
  width: 13px;
  height: 13px;
  border: 2px solid var(--red);
  box-shadow: 0 0 24px rgba(255, 45, 45, 0.7);
}

.hero::after {
  right: 7%;
  bottom: 8%;
  width: 82px;
  height: 82px;
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(90deg, transparent 48%, rgba(255, 45, 45, 0.55) 49% 51%, transparent 52%),
    linear-gradient(transparent 48%, rgba(255, 45, 45, 0.55) 49% 51%, transparent 52%);
  opacity: 0.5;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-bottom: 18px;
  color: rgba(245, 245, 245, 0.72);
  font-family: var(--font-tech);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.status-dot {
  width: 9px;
  height: 9px;
  background: var(--red);
  box-shadow: 0 0 18px rgba(255, 45, 45, 0.9);
}

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

h1,
h2 {
  font-family: var(--font-head);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

h1 {
  max-width: 950px;
  margin-bottom: 22px;
  font-size: clamp(42px, 7.4vw, 92px);
  letter-spacing: 0;
  text-shadow: 0 0 28px rgba(255, 45, 45, 0.18);
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(31px, 4.4vw, 58px);
}

h3 {
  font-family: var(--font-head);
  font-size: 20px;
  line-height: 1.15;
}

.hero-copy > p,
.section-heading p,
.interface-copy p,
.cta-panel p {
  color: rgba(245, 245, 245, 0.72);
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.55;
}

.hero-copy > p {
  max-width: 650px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 14px 0 34px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 690px;
  margin: 20px 0 30px;
}

.hero-proof span,
.cta-checklist span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 45, 45, 0.28);
  border-radius: 6px;
  background: rgba(255, 45, 45, 0.07);
  color: rgba(245, 245, 245, 0.78);
  font-family: var(--font-tech);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 660px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
}

.hero-stats div {
  min-width: 0;
  padding: 18px;
  border-right: 1px solid var(--line);
}

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

.hero-stats strong {
  display: block;
  margin-bottom: 5px;
  color: var(--red);
  font-family: var(--font-head);
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1;
}

.hero-stats span {
  color: rgba(245, 245, 245, 0.62);
  font-family: var(--font-tech);
  font-size: 11px;
  line-height: 1.35;
}

.hero-console {
  position: relative;
  align-self: center;
  min-height: 620px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 45, 45, 0.13), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
    #080808;
  box-shadow:
    inset 0 0 0 1px rgba(255, 45, 45, 0.08),
    0 26px 90px rgba(0, 0, 0, 0.58),
    0 0 70px rgba(255, 45, 45, 0.16);
  overflow: hidden;
}

.hero-console::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
}

.console-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.72);
}

.console-top span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

.console-top span:first-child {
  background: var(--red);
  box-shadow: 0 0 18px rgba(255, 45, 45, 0.8);
}

.console-top p {
  margin: 0 0 0 auto;
  color: rgba(245, 245, 245, 0.55);
  font-family: var(--font-tech);
  font-size: 11px;
}

.console-screen {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 574px;
  padding: 24px;
}

.orbit-map {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 390px;
}

.orbit-map img {
  position: relative;
  z-index: 3;
  width: clamp(180px, 24vw, 285px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 45, 45, 0.48);
  border-radius: 7px;
  object-fit: cover;
  box-shadow:
    0 0 55px rgba(255, 0, 0, 0.35),
    0 0 115px rgba(255, 0, 0, 0.18);
  filter: saturate(1.25) contrast(1.08);
}

.orbit-ring {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  animation: spin 18s linear infinite;
}

.ring-one {
  width: 84%;
  aspect-ratio: 1;
}

.ring-two {
  width: 64%;
  aspect-ratio: 1;
  animation-duration: 24s;
  animation-direction: reverse;
}

.ring-three {
  width: 43%;
  aspect-ratio: 1;
  border-color: rgba(255, 45, 45, 0.42);
  animation-duration: 14s;
}

.node {
  position: absolute;
  z-index: 4;
  width: 12px;
  height: 12px;
  background: var(--text);
  box-shadow: 0 0 28px rgba(255, 45, 45, 0.7);
}

.node-a {
  top: 15%;
  left: 23%;
  background: var(--red);
}

.node-b {
  right: 13%;
  top: 37%;
}

.node-c {
  left: 18%;
  bottom: 23%;
}

.node-d {
  right: 27%;
  bottom: 14%;
  background: var(--red);
}

.pipeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.pipeline-step {
  min-width: 0;
  padding: 13px 12px;
  border-right: 1px solid var(--line);
}

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

.pipeline-step span,
.service-card > span,
.timeline-item > span,
.metric-cell span {
  display: block;
  margin-bottom: 8px;
  color: rgba(245, 245, 245, 0.45);
  font-family: var(--font-tech);
  font-size: 11px;
}

.pipeline-step strong {
  display: block;
  overflow-wrap: anywhere;
  color: rgba(245, 245, 245, 0.82);
  font-family: var(--font-tech);
  font-size: 11px;
  text-transform: uppercase;
}

.pipeline-step.active {
  background: rgba(255, 45, 45, 0.13);
}

.pipeline-step.active strong,
.pipeline-step.active span {
  color: var(--text);
}

.marquee-band {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: var(--white-panel);
  color: var(--white-text);
}

.marquee-band div {
  display: flex;
  width: max-content;
  animation: marquee 28s linear infinite;
}

.marquee-band span {
  display: inline-flex;
  align-items: center;
  min-height: 72px;
  padding: 0 clamp(24px, 5vw, 58px);
  border-right: 1px solid rgba(0, 0, 0, 0.18);
  font-family: var(--font-head);
  font-size: clamp(17px, 2.2vw, 29px);
  text-transform: uppercase;
}

.executive-snapshot {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(24px, 5vw, 64px);
  align-items: stretch;
  padding-block: clamp(54px, 8vw, 106px);
}

.snapshot-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 420px;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(255, 45, 45, 0.32);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 45, 45, 0.24), transparent 18rem),
    linear-gradient(rgba(255, 255, 255, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.052) 1px, transparent 1px),
    rgba(12, 12, 12, 0.78);
  background-size: auto, 48px 48px, 48px 48px, auto;
}

.snapshot-copy h2 {
  max-width: 720px;
  font-size: clamp(32px, 4.5vw, 62px);
}

.snapshot-copy p {
  max-width: 650px;
  margin-bottom: 0;
  color: rgba(245, 245, 245, 0.7);
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.55;
}

.snapshot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.snapshot-card {
  min-height: 210px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255, 45, 45, 0.12), transparent 36%),
    rgba(9, 9, 9, 0.94);
}

.snapshot-card span,
.package-card span,
.standard-list span {
  display: block;
  margin-bottom: 18px;
  color: var(--red);
  font-family: var(--font-tech);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.snapshot-card strong {
  display: block;
  margin-bottom: 14px;
  font-family: var(--font-head);
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1;
  text-transform: uppercase;
}

.snapshot-card p {
  margin: 0;
  color: rgba(245, 245, 245, 0.64);
  line-height: 1.5;
}

.section {
  padding: clamp(72px, 10vw, 132px) 0;
}

.commercial-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding-top: clamp(54px, 7vw, 92px);
}

.commercial-card {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255, 45, 45, 0.12), transparent 36%),
    rgba(255, 255, 255, 0.028);
}

.commercial-card span,
.outcome-card span,
.case-preview-card span {
  display: block;
  margin-bottom: 20px;
  color: var(--red);
  font-family: var(--font-tech);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.commercial-card h3,
.outcome-card h3,
.case-preview-card h3 {
  margin-bottom: 14px;
  color: var(--text);
  font-family: var(--font-head);
  font-size: clamp(20px, 2.3vw, 30px);
  line-height: 1.08;
  text-transform: uppercase;
}

.commercial-card p,
.outcome-card p,
.case-preview-card p {
  margin-bottom: 0;
  color: rgba(245, 245, 245, 0.66);
  line-height: 1.55;
}

.page-hero {
  position: relative;
  width: min(1200px, calc(100% - 32px));
  margin-inline: auto;
  padding: clamp(58px, 9vw, 104px) 0 clamp(36px, 6vw, 72px);
}

.page-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(42vw, 420px);
  height: min(42vw, 420px);
  border: 1px solid rgba(255, 45, 45, 0.28);
  border-radius: 50%;
  content: "";
  opacity: 0.5;
  pointer-events: none;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 20px;
  color: rgba(245, 245, 245, 0.52);
  font-family: var(--font-tech);
  font-size: 11px;
  text-transform: uppercase;
}

.breadcrumbs a {
  color: rgba(245, 245, 245, 0.78);
}

.page-hero h1 {
  max-width: 990px;
  margin-bottom: 18px;
  font-size: clamp(42px, 8vw, 92px);
  line-height: 1.02;
  overflow: visible;
}

.page-hero p {
  max-width: 760px;
  color: rgba(245, 245, 245, 0.72);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.55;
}

html[lang="en"] .hero-copy h1,
html[lang="tr"] .hero-copy h1,
html[lang="en"] .page-hero h1,
html[lang="tr"] .page-hero h1 {
  max-width: min(1060px, 100%);
  font-size: clamp(38px, 6.4vw, 74px);
  line-height: 1.04;
  overflow-wrap: anywhere;
}

html[lang="tr"] h1,
html[lang="tr"] h2 {
  line-height: 1.07;
}

html[lang="tr"] .button,
html[lang="tr"] .desktop-nav a,
html[lang="tr"] .mobile-nav a {
  text-transform: uppercase;
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

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

.content-card,
.pricing-card,
.case-card,
.article-card,
.contact-card {
  position: relative;
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 45, 45, 0.1), transparent 34%),
    rgba(255, 255, 255, 0.032);
  overflow: hidden;
}

.content-card::before,
.pricing-card::before,
.case-card::before,
.article-card::before,
.contact-card::before {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 10px;
  height: 10px;
  border-top: 1px solid rgba(255, 45, 45, 0.62);
  border-right: 1px solid rgba(255, 45, 45, 0.62);
  content: "";
}

.content-card span,
.pricing-card span,
.case-card span,
.article-card span,
.contact-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--red);
  font-family: var(--font-tech);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.content-card h2,
.content-card h3,
.pricing-card h3,
.case-card h3,
.article-card h3,
.contact-card h3 {
  margin-bottom: 14px;
  font-size: clamp(19px, 2vw, 26px);
  text-transform: uppercase;
}

.content-card p,
.pricing-card p,
.case-card p,
.article-card p,
.contact-card p {
  color: rgba(245, 245, 245, 0.66);
  line-height: 1.55;
}

.content-card ul,
.pricing-card ul,
.article-card ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.content-card li,
.pricing-card li,
.article-card li {
  color: rgba(245, 245, 245, 0.72);
  font-family: var(--font-tech);
  font-size: 12px;
}

.content-card li::before,
.pricing-card li::before,
.article-card li::before {
  color: var(--red);
  content: ">";
  margin-right: 8px;
}

.split-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}

.steps-list {
  display: grid;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.steps-list article {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
}

.steps-list span {
  color: var(--red);
  font-family: var(--font-head);
  font-size: 28px;
}

.steps-list h3 {
  margin-bottom: 8px;
  text-transform: uppercase;
}

.steps-list p {
  margin-bottom: 0;
  color: rgba(245, 245, 245, 0.64);
  line-height: 1.5;
}

.pricing-grid,
.cases-grid,
.blog-grid,
.contacts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pricing-card strong {
  display: block;
  margin-bottom: 18px;
  color: var(--red);
  font-family: var(--font-head);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

.page-cta {
  width: min(1200px, calc(100% - 32px));
  margin: clamp(36px, 7vw, 84px) auto 0;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(255, 45, 45, 0.36);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 84% 30%, rgba(255, 45, 45, 0.26), transparent 18rem),
    rgba(255, 255, 255, 0.034);
}

.page-cta h2 {
  max-width: 820px;
}

.page-cta p {
  max-width: 720px;
  color: rgba(245, 245, 245, 0.68);
  font-size: 18px;
  line-height: 1.55;
}

.article-card a,
.case-card a,
.content-card a {
  color: var(--text);
}

.section-heading {
  max-width: 790px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading.left {
  margin-inline: 0;
  text-align: left;
}

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

.service-card {
  position: relative;
  min-height: 300px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(10, 10, 10, 0.78);
  overflow: hidden;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.service-card::before,
.service-card::after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  opacity: 0.8;
}

.service-card::before {
  top: 12px;
  right: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  border-right: 1px solid rgba(255, 255, 255, 0.32);
}

.service-card::after {
  bottom: 12px;
  left: 12px;
  border-bottom: 1px solid rgba(255, 45, 45, 0.55);
  border-left: 1px solid rgba(255, 45, 45, 0.55);
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 45, 45, 0.36);
  background:
    linear-gradient(180deg, rgba(255, 45, 45, 0.13), rgba(255, 255, 255, 0.02)),
    rgba(12, 12, 12, 0.92);
}

.service-card h3 a {
  transition: color 180ms ease, text-shadow 180ms ease;
}

.service-card h3 a:hover {
  color: var(--red);
  text-shadow: 0 0 22px rgba(255, 45, 45, 0.35);
}

.outcome-section {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.outcome-card {
  min-height: 240px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.014)),
    rgba(10, 10, 10, 0.78);
}

.delivery-standard {
  padding-top: clamp(34px, 5vw, 70px);
}

.standard-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(22px, 4vw, 48px);
  align-items: stretch;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 45, 45, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
    rgba(8, 8, 8, 0.88);
}

.standard-panel h2 {
  max-width: 650px;
}

.standard-panel p {
  max-width: 590px;
  margin-bottom: 0;
  color: rgba(245, 245, 245, 0.68);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.55;
}

.standard-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.standard-list article {
  min-height: 145px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 45, 45, 0.18), transparent 9rem),
    rgba(255, 255, 255, 0.035);
}

.standard-list strong {
  display: block;
  color: var(--text);
  font-family: var(--font-head);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.15;
  text-transform: uppercase;
}

.service-card.featured {
  grid-column: span 2;
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 45, 45, 0.32), transparent 18rem),
    linear-gradient(180deg, rgba(255, 45, 45, 0.12), rgba(255, 255, 255, 0.02)),
    rgba(12, 12, 12, 0.92);
}

.service-card h3 {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.service-card p,
.timeline-item p,
.reason-card p,
.faq-list p,
.calculator-card p,
.form-note {
  color: rgba(245, 245, 245, 0.66);
  line-height: 1.55;
}

.service-card ul {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.service-card li {
  padding: 7px 9px;
  border: 1px solid var(--line);
  color: rgba(245, 245, 245, 0.7);
  font-family: var(--font-tech);
  font-size: 10px;
}

.command-center {
  width: 100%;
  padding-inline: 0;
  background: var(--white-panel);
  color: var(--white-text);
}

.interface-card {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 32px;
  width: min(1200px, calc(100% - 32px));
  margin-inline: auto;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(0, 0, 0, 0.18);
  background:
    linear-gradient(rgba(0, 0, 0, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.075) 1px, transparent 1px),
    #f2f2ef;
  background-size: 56px 56px;
}

.command-center .eyebrow,
.command-center .interface-copy p {
  color: rgba(0, 0, 0, 0.62);
}

.command-center h2 {
  color: #050505;
}

.metric-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: rgba(0, 0, 0, 0.18);
}

.metric-cell {
  min-height: 138px;
  padding: 18px;
  background: #f7f7f4;
}

.metric-cell.wide {
  grid-column: span 2;
  grid-row: span 2;
}

.metric-cell span {
  color: rgba(0, 0, 0, 0.48);
}

.metric-cell strong {
  display: block;
  color: #050505;
  font-family: var(--font-head);
  font-size: clamp(26px, 4vw, 54px);
  line-height: 1;
  text-transform: uppercase;
}

.package-section {
  padding-bottom: clamp(30px, 6vw, 82px);
}

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

.package-card {
  position: relative;
  min-height: 460px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.014)),
    rgba(10, 10, 10, 0.82);
  overflow: hidden;
}

.package-card::before {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 12px;
  height: 12px;
  border-top: 1px solid rgba(255, 45, 45, 0.72);
  border-right: 1px solid rgba(255, 45, 45, 0.72);
  content: "";
}

.package-featured {
  border-color: rgba(255, 45, 45, 0.54);
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 45, 45, 0.34), transparent 18rem),
    linear-gradient(180deg, rgba(255, 45, 45, 0.11), rgba(255, 255, 255, 0.018)),
    rgba(12, 12, 12, 0.94);
  box-shadow: 0 0 70px rgba(255, 45, 45, 0.14);
}

.package-card h3 {
  margin-bottom: 16px;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.08;
  text-transform: uppercase;
}

.package-card p {
  color: rgba(245, 245, 245, 0.66);
  line-height: 1.55;
}

.package-card ul {
  display: grid;
  gap: 11px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.package-card li {
  display: flex;
  gap: 10px;
  color: rgba(245, 245, 245, 0.74);
  font-family: var(--font-tech);
  font-size: 12px;
  line-height: 1.35;
}

.package-card li::before {
  flex: 0 0 auto;
  color: var(--red);
  content: ">";
}

.signal-bars {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 96px;
  margin-top: 38px;
}

.signal-bars i {
  display: block;
  width: 18%;
  background: linear-gradient(180deg, #ff4b4b, #080808);
  animation: bars 1.6s ease-in-out infinite;
}

.signal-bars i:nth-child(1) {
  height: 34%;
}

.signal-bars i:nth-child(2) {
  height: 64%;
  animation-delay: 0.1s;
}

.signal-bars i:nth-child(3) {
  height: 48%;
  animation-delay: 0.2s;
}

.signal-bars i:nth-child(4) {
  height: 86%;
  animation-delay: 0.3s;
}

.signal-bars i:nth-child(5) {
  height: 58%;
  animation-delay: 0.4s;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.timeline-item {
  min-height: 300px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.026);
}

.timeline-item h3 {
  margin-bottom: 38px;
  color: var(--red);
  text-transform: uppercase;
}

.why-layout {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: clamp(26px, 5vw, 62px);
  align-items: start;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.reason-card {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 45, 45, 0.11), transparent 36%),
    rgba(255, 255, 255, 0.036);
}

.reason-card span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 28px;
  border: 1px solid rgba(255, 45, 45, 0.48);
  color: var(--red);
  font-family: var(--font-head);
  font-size: 22px;
  box-shadow: 0 0 28px rgba(255, 45, 45, 0.18);
}

.case-preview-section {
  padding-top: clamp(50px, 8vw, 104px);
}

.case-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.case-preview-card {
  min-height: 300px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 80% 16%, rgba(255, 45, 45, 0.16), transparent 12rem),
    rgba(255, 255, 255, 0.03);
}

.case-preview-card a {
  display: inline-flex;
  margin-top: 22px;
  color: var(--text);
  font-family: var(--font-tech);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.case-preview-card a::after {
  content: "→";
  margin-left: 8px;
  color: var(--red);
}

.calculator-section {
  width: 100%;
  padding-inline: 16px;
}

.calculator-card,
.cta-panel {
  width: min(1200px, 100%);
  margin-inline: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 45, 45, 0.14), transparent 32%),
    rgba(12, 12, 12, 0.86);
  background-size: 48px 48px, 48px 48px, auto, auto;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
}

.calculator-card {
  display: grid;
  grid-template-columns: 0.72fr 0.94fr 0.84fr;
  gap: 24px;
  align-items: end;
  padding: clamp(24px, 4vw, 42px);
}

.calculator {
  display: grid;
  gap: 14px;
}

label {
  display: grid;
  gap: 8px;
  color: rgba(245, 245, 245, 0.68);
  font-family: var(--font-tech);
  font-size: 12px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  outline: none;
  background: rgba(0, 0, 0, 0.36);
  color: var(--text);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

textarea {
  min-height: 110px;
  padding-block: 13px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(255, 45, 45, 0.72);
  box-shadow: 0 0 0 3px rgba(255, 45, 45, 0.15);
}

input[type="range"] {
  min-height: auto;
  padding: 0;
  accent-color: var(--red);
}

.range-value {
  color: var(--text);
}

.calculator-result {
  min-height: 250px;
  padding: 22px;
  border: 1px solid rgba(255, 45, 45, 0.4);
  border-radius: 6px;
  background:
    radial-gradient(circle at 70% 18%, rgba(255, 45, 45, 0.26), transparent 11rem),
    rgba(0, 0, 0, 0.36);
}

.calculator-result span {
  display: block;
  margin-bottom: 20px;
  color: rgba(245, 245, 245, 0.56);
  font-family: var(--font-tech);
  font-size: 12px;
  text-transform: uppercase;
}

.calculator-result strong {
  display: block;
  margin-bottom: 15px;
  color: var(--red);
  font-family: var(--font-head);
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1;
  text-shadow: 0 0 30px rgba(255, 45, 45, 0.38);
}

.faq-list {
  width: min(100%, 1120px);
  max-width: 1120px;
  margin-inline: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.faq-list details {
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.018);
  transition: background 180ms ease, border-color 180ms ease;
}

.faq-list details:hover,
.faq-list details[open] {
  border-color: rgba(255, 45, 45, 0.34);
  background:
    linear-gradient(90deg, rgba(255, 45, 45, 0.1), transparent 45%),
    rgba(255, 255, 255, 0.032);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 84px;
  padding: 22px clamp(18px, 3vw, 34px);
  color: var(--text);
  font-family: var(--font-head);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.25;
  list-style: none;
  cursor: pointer;
  overflow-wrap: anywhere;
}

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

.faq-list summary::after {
  flex: 0 0 auto;
  content: "+";
  color: var(--red);
  font-family: var(--font-tech);
  font-size: 28px;
  line-height: 1;
  padding-left: 12px;
}

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

.faq-list p {
  max-width: 760px;
  margin: 0;
  padding: 0 clamp(18px, 3vw, 34px) 26px;
}

.cta-panel {
  display: grid;
  grid-template-columns: 0.86fr 0.72fr;
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
  padding: clamp(26px, 5vw, 54px);
}

.cta-panel h2 {
  margin-bottom: 18px;
}

.lead-form {
  display: grid;
  gap: 14px;
}

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

.cta-checklist {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.form-note {
  margin: 0;
  font-family: var(--font-tech);
  font-size: 11px;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 110px;
  padding: 24px clamp(16px, 4vw, 54px);
  border-top: 1px solid var(--line);
  color: rgba(245, 245, 245, 0.64);
}

.site-footer p {
  margin: 0;
  font-family: var(--font-tech);
  font-size: 12px;
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  font-family: var(--font-tech);
  font-size: 12px;
}

.reveal {
  --reveal-y: 22px;
  opacity: 0;
  transform: translate3d(0, calc(var(--reveal-y, 0px) + var(--parallax-y, 0px)), 0);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.visible {
  --reveal-y: 0px;
  opacity: 1;
  transform: translate3d(0, calc(var(--reveal-y, 0px) + var(--parallax-y, 0px)), 0);
}

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

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

@keyframes bars {
  0%,
  100% {
    transform: scaleY(0.75);
    opacity: 0.65;
  }

  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

/* Motion system: key typography, guided story, service signals and live dashboard. */
.kinetic-heading {
  overflow: clip;
}

.kinetic-word {
  display: inline-block;
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(0, 0.72em, 0) rotate(1.5deg);
  transform-origin: left bottom;
  transition:
    opacity 520ms ease,
    filter 620ms ease,
    transform 680ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: calc(var(--word-index) * 65ms);
}

.kinetic-heading.kinetic-in .kinetic-word {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) rotate(0);
}

.service-card[data-service-card] {
  --spot-x: 50%;
  --spot-y: 50%;
  min-height: 340px;
  isolation: isolate;
}

.service-card[data-service-card] > * {
  position: relative;
  z-index: 2;
}

.service-card[data-service-card]::before {
  z-index: 1;
  width: 100%;
  height: 100%;
  inset: 0;
  border: 0;
  background: radial-gradient(circle 190px at var(--spot-x) var(--spot-y), rgba(255, 45, 45, 0.2), transparent 68%);
  opacity: 0;
  transition: opacity 240ms ease;
}

.service-card[data-service-card]:hover::before,
.service-card[data-service-card]:focus-within::before,
.service-card[data-service-card].is-interacting::before {
  opacity: 1;
}

.service-card[data-service-card]::after {
  z-index: 3;
}

.service-card-signal {
  position: absolute !important;
  right: 20px;
  bottom: 63px;
  left: 20px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.service-card-signal > span {
  margin: 0;
  color: rgba(245, 245, 245, 0.52);
  font-family: var(--font-tech);
  font-size: 9px;
  text-transform: uppercase;
}

.service-card-signal div {
  display: flex;
  align-items: end;
  gap: 3px;
  height: 22px;
}

.service-card-signal i {
  width: 4px;
  height: 32%;
  background: rgba(255, 45, 45, 0.44);
  transition: height 360ms ease, background 360ms ease, box-shadow 360ms ease;
  transition-delay: var(--signal-delay);
}

.service-card-signal i:nth-child(2) { height: 50%; }
.service-card-signal i:nth-child(3) { height: 68%; }
.service-card-signal i:nth-child(4) { height: 44%; }

.service-card:hover .service-card-signal i,
.service-card:focus-within .service-card-signal i {
  height: 100%;
  background: var(--red);
  box-shadow: 0 0 12px rgba(255, 45, 45, 0.56);
}

.story-shell {
  display: grid;
  grid-template-columns: minmax(340px, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.story-monitor {
  position: sticky;
  top: 104px;
  min-height: 470px;
  border: 1px solid rgba(255, 45, 45, 0.34);
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 16% 18%, rgba(255, 45, 45, 0.22), transparent 17rem),
    #090909;
  background-size: 42px 42px, 42px 42px, auto, auto;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.story-monitor::after {
  position: absolute;
  right: 24px;
  bottom: 52px;
  width: 110px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 45, 45, 0.24);
  border-radius: 50%;
  box-shadow: inset 0 0 0 25px rgba(255, 45, 45, 0.025);
  content: "";
}

.story-monitor-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 18px;
  border-bottom: 1px solid var(--line);
  color: rgba(245, 245, 245, 0.5);
  font-family: var(--font-tech);
  font-size: 10px;
}

.story-monitor-top span:last-child {
  color: var(--red);
}

.story-monitor-body {
  position: relative;
  z-index: 1;
  padding: clamp(26px, 4vw, 48px);
}

.story-index {
  display: block;
  margin-bottom: 56px;
  color: var(--red);
  font-family: var(--font-head);
  font-size: clamp(70px, 9vw, 124px);
  line-height: 0.8;
  text-shadow: 0 0 42px rgba(255, 45, 45, 0.32);
}

.story-kicker {
  margin-bottom: 12px;
  color: rgba(245, 245, 245, 0.54);
  font-family: var(--font-tech);
  font-size: 10px;
  text-transform: uppercase;
}

.story-monitor h3 {
  margin-bottom: 14px;
  font-family: var(--font-head);
  font-size: clamp(28px, 4vw, 50px);
  line-height: 1;
  text-transform: uppercase;
}

.story-monitor-body > p:last-child {
  max-width: 370px;
  margin: 0;
  color: rgba(245, 245, 245, 0.66);
  line-height: 1.55;
}

.story-progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
}

.story-progress i {
  display: block;
  width: 20%;
  height: 100%;
  background: var(--red);
  box-shadow: 0 0 20px rgba(255, 45, 45, 0.7);
  transition: width 420ms ease;
}

.story-steps {
  display: grid;
}

.story-step {
  min-height: clamp(390px, 58vh, 560px);
  padding: clamp(28px, 5vw, 58px);
  border-top: 1px solid var(--line);
  opacity: 0.42;
  transition: opacity 320ms ease, border-color 320ms ease, background 320ms ease;
}

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

.story-step.is-active {
  border-color: rgba(255, 45, 45, 0.48);
  background: linear-gradient(90deg, rgba(255, 45, 45, 0.1), transparent 72%);
  opacity: 1;
}

.story-step > span {
  display: block;
  margin-bottom: 54px;
  color: var(--red);
  font-family: var(--font-tech);
  font-size: 12px;
}

.story-step h3 {
  margin-bottom: 16px;
  font-family: var(--font-head);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1;
  text-transform: uppercase;
}

.story-step p {
  max-width: 560px;
  color: rgba(245, 245, 245, 0.68);
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.55;
}

.story-step strong {
  display: block;
  margin-top: 38px;
  color: rgba(245, 245, 245, 0.84);
  font-family: var(--font-tech);
  font-size: 11px;
  text-transform: uppercase;
}

.dashboard-result {
  min-height: 360px;
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

.dashboard-result > strong {
  overflow-wrap: anywhere;
  font-size: clamp(36px, 4.2vw, 58px);
}

.dashboard-result.is-updating {
  border-color: rgba(255, 45, 45, 0.72);
  box-shadow: inset 0 0 42px rgba(255, 45, 45, 0.08);
}

.dashboard-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.dashboard-status > span {
  margin: 0;
  color: var(--red);
}

.dashboard-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 14px rgba(255, 45, 45, 0.85);
  animation: status-pulse 1.6s ease-in-out infinite;
}

.dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
  border-block: 1px solid var(--line);
}

.dashboard-metrics div {
  min-width: 0;
  padding: 14px 8px;
  border-right: 1px solid var(--line);
}

.dashboard-metrics div:last-child {
  border-right: 0;
}

.dashboard-metrics span {
  margin-bottom: 7px;
  font-size: 8px;
}

.dashboard-metrics b {
  display: block;
  overflow-wrap: anywhere;
  color: var(--text);
  font-family: var(--font-tech);
  font-size: 11px;
}

.dashboard-meter {
  height: 5px;
  margin-top: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.dashboard-meter i {
  display: block;
  width: 72%;
  height: 100%;
  background: var(--red);
  box-shadow: 0 0 16px rgba(255, 45, 45, 0.65);
  transition: width 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

input[type="range"] {
  height: 5px;
  background: linear-gradient(90deg, var(--red) var(--range-progress, 21%), rgba(255, 255, 255, 0.12) var(--range-progress, 21%));
}

.button:active {
  transform: translateY(0) scale(0.98);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 4px;
}

@keyframes status-pulse {
  50% { opacity: 0.38; transform: scale(0.72); }
}

.admin-body {
  min-width: 320px;
  background: #070707;
}

.admin-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: 10px clamp(16px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
  background: rgba(8, 8, 8, 0.96);
}

.admin-header .brand {
  width: 210px;
  height: 58px;
}

.admin-header > div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(245, 245, 245, 0.62);
  font-family: var(--font-tech);
  font-size: 11px;
  text-transform: uppercase;
}

.admin-shell {
  width: min(1480px, calc(100% - 32px));
  min-height: calc(100vh - 82px);
  margin-inline: auto;
  padding: clamp(38px, 6vw, 78px) 0;
}

.admin-auth {
  width: min(520px, 100%);
  margin: 8vh auto 0;
  padding: clamp(24px, 5vw, 48px);
  border: 1px solid rgba(255, 45, 45, 0.34);
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 10% 10%, rgba(255, 45, 45, 0.2), transparent 18rem),
    #0b0b0b;
  background-size: 42px 42px, 42px 42px, auto, auto;
}

.admin-auth h1,
.admin-titlebar h1 {
  margin-bottom: 16px;
  font-size: clamp(32px, 5vw, 64px);
}

.admin-auth > p {
  color: rgba(245, 245, 245, 0.66);
  line-height: 1.55;
}

.admin-auth form {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.admin-titlebar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.admin-actions {
  display: flex;
  gap: 10px;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 18px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.admin-stats article {
  min-height: 128px;
  padding: 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
}

.admin-stats span {
  display: block;
  margin-bottom: 18px;
  color: rgba(245, 245, 245, 0.54);
  font-family: var(--font-tech);
  font-size: 10px;
  text-transform: uppercase;
}

.admin-stats strong {
  color: var(--red);
  font-family: var(--font-head);
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1;
}

.admin-filters {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(180px, 0.28fr);
  gap: 14px;
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.018);
}

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

.admin-table {
  width: 100%;
  min-width: 1040px;
  border-collapse: collapse;
  background: rgba(8, 8, 8, 0.9);
}

.admin-table th,
.admin-table td {
  padding: 15px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  color: rgba(245, 245, 245, 0.48);
  font-family: var(--font-tech);
  font-size: 9px;
  text-transform: uppercase;
}

.admin-table td {
  color: rgba(245, 245, 245, 0.72);
  font-size: 13px;
  line-height: 1.45;
}

.admin-table td strong,
.admin-table td span {
  display: block;
}

.admin-table td span {
  margin-top: 5px;
  color: rgba(245, 245, 245, 0.48);
  font-family: var(--font-tech);
  font-size: 10px;
}

.admin-date {
  width: 142px;
  color: rgba(245, 245, 245, 0.48) !important;
  font-family: var(--font-tech);
  font-size: 10px !important;
}

.admin-service,
.admin-estimate {
  color: var(--red) !important;
  font-family: var(--font-tech);
  font-size: 11px !important;
  text-transform: uppercase;
}

.admin-message {
  max-width: 360px;
}

.lead-status {
  min-width: 152px;
  min-height: 40px;
  font-family: var(--font-tech);
  font-size: 10px;
}

.admin-empty {
  padding: 44px;
  color: rgba(245, 245, 245, 0.52);
  text-align: center;
}

.admin-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 18px;
}

.admin-pagination span {
  color: rgba(245, 245, 245, 0.6);
  font-family: var(--font-tech);
  font-size: 11px;
}

.admin-pagination .button {
  min-height: 40px;
}

[hidden] {
  display: none !important;
}

@media (max-width: 1120px) {
  .desktop-nav,
  .ghost-link {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .site-header {
    grid-template-columns: auto 1fr;
  }

  .hero {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .hero-console {
    min-height: 560px;
  }

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

  .story-shell {
    grid-template-columns: 1fr;
  }

  .story-monitor {
    position: relative;
    top: auto;
    min-height: 400px;
  }

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

  .story-step {
    min-height: 330px;
  }

  .calculator-card,
  .interface-card,
  .cta-panel,
  .split-section,
  .executive-snapshot,
  .standard-panel {
    grid-template-columns: 1fr;
  }

  .content-grid,
  .pricing-grid,
  .cases-grid,
  .blog-grid,
  .contacts-grid,
  .commercial-strip,
  .case-preview-grid,
  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .outcome-section {
    grid-template-columns: 1fr;
  }

  .calculator-card {
    align-items: stretch;
  }
}

@media (max-width: 760px) {
  .header-actions > .language-switcher {
    display: none;
  }

  .site-header {
    min-height: 62px;
    padding-block: 8px;
  }

  .brand,
  .footer-brand {
    width: 188px;
    height: 52px;
  }

  .header-actions .button {
    display: none;
  }

  .mobile-nav {
    top: 62px;
  }

  .hero {
    min-height: auto;
    row-gap: 24px;
    padding-top: 28px;
    padding-bottom: 34px;
  }

  h1 {
    margin-bottom: 14px;
    font-size: clamp(30px, 8.8vw, 40px);
    line-height: 0.96;
  }

  h2 {
    font-size: clamp(24px, 7vw, 34px);
    line-height: 1;
  }

  .hero-actions,
  .metric-board,
  .why-layout,
  .reason-grid,
  .snapshot-grid,
  .standard-list {
    grid-template-columns: 1fr;
  }

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

  .hero-stats div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-stats div:last-child {
    border-bottom: 0;
  }

  .hero-console {
    min-height: auto;
  }

  .console-screen {
    min-height: auto;
    padding: 16px;
  }

  .orbit-map {
    min-height: 300px;
  }

  .service-grid,
  .timeline,
  .content-grid,
  .pricing-grid,
  .cases-grid,
  .blog-grid,
  .contacts-grid,
  .commercial-strip,
  .outcome-grid,
  .case-preview-grid,
  .package-grid {
    grid-template-columns: 1fr;
  }

  .story-steps {
    grid-template-columns: 1fr;
  }

  .story-step {
    min-height: auto;
    padding: 28px 18px;
    opacity: 0.7;
  }

  .story-step > span {
    margin-bottom: 32px;
  }

  .story-monitor {
    min-height: 360px;
  }

  .admin-header {
    align-items: center;
  }

  .admin-header .brand {
    width: min(190px, calc(100vw - 160px));
  }

  .admin-header > div {
    font-size: 9px;
  }

  .admin-titlebar {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-actions .button {
    flex: 1;
  }

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

  .admin-filters {
    grid-template-columns: 1fr;
  }

  .service-card,
  .timeline-item,
  .reason-card,
  .content-card,
  .pricing-card,
  .case-card,
  .article-card,
  .contact-card,
  .commercial-card,
  .outcome-card,
  .case-preview-card,
  .snapshot-card,
  .standard-list article {
    min-height: 240px;
  }

  .package-card {
    min-height: auto;
  }

  .steps-list article {
    grid-template-columns: 1fr;
  }

  .service-card.featured,
  .metric-cell.wide {
    grid-column: span 1;
  }

  .marquee-band span {
    min-height: 58px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer div {
    justify-content: flex-start;
  }
}

@media (max-width: 440px) {
  .section-grid,
  .section {
    width: min(100% - 24px, 1200px);
  }

  .site-header {
    padding-inline: 12px;
  }

  .brand {
    width: min(176px, calc(100vw - 104px));
    height: 48px;
  }

  .hero-copy > p,
  .section-heading p,
  .interface-copy p,
  .cta-panel p {
    font-size: 15px;
  }

  .button {
    min-height: 46px;
    padding-inline: 14px;
    font-size: 11px;
  }

  .calculator-card,
  .cta-panel,
  .interface-card,
  .snapshot-copy,
  .standard-panel,
  .package-card {
    padding: 18px;
  }
}

@media (max-width: 760px) {
  body::before {
    background-size: 42px 42px;
  }

  .section-grid,
  .section,
  .page-hero,
  .page-cta,
  .interface-card {
    width: min(100% - 24px, 1200px);
  }

  .section {
    padding: 48px 0;
  }

  .eyebrow {
    gap: 7px;
    margin-bottom: 12px;
    font-size: 10px;
    line-height: 1.35;
  }

  .status-dot {
    width: 7px;
    height: 7px;
  }

  .hero-copy > p,
  .section-heading p,
  .interface-copy p,
  .cta-panel p,
  .page-hero p,
  .snapshot-copy p,
  .story-step p {
    font-size: 14px;
    line-height: 1.42;
  }

  .hero-proof {
    gap: 6px;
    margin: 14px 0 18px;
  }

  .hero-proof span,
  .cta-checklist span {
    min-height: 28px;
    padding-inline: 9px;
    font-size: 9px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 8px 0 18px;
  }

  .hero-actions .button,
  .page-actions .button {
    width: 100%;
  }

  .button {
    min-height: 42px;
    padding-inline: 10px;
    font-size: 10px;
    line-height: 1.15;
  }

  .button-small {
    min-height: 34px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
  }

  .mobile-nav {
    right: 12px;
    left: 12px;
    padding: 6px;
  }

  .mobile-nav a {
    padding: 11px 12px;
    font-size: 11px;
  }

  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
  }

  .hero-stats div {
    padding: 12px 10px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

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

  .hero-stats strong {
    font-size: 25px;
  }

  .hero-stats span {
    font-size: 9px;
    line-height: 1.25;
  }

  .hero-console {
    min-height: 370px;
  }

  .console-top {
    min-height: 36px;
    padding-inline: 12px;
  }

  .console-screen {
    min-height: 332px;
    padding: 12px;
  }

  .orbit-map {
    min-height: 235px;
  }

  .orbit-map img {
    width: min(168px, 52vw);
  }

  .pipeline {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .pipeline-step {
    min-height: 54px;
    padding: 9px 5px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

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

  .pipeline-step span {
    margin-bottom: 5px;
    font-size: 8px;
  }

  .pipeline-step strong {
    font-size: 8px;
    line-height: 1.2;
  }

  .executive-snapshot {
    padding-block: 42px;
  }

  .snapshot-copy {
    min-height: auto;
    padding: 18px;
  }

  .snapshot-copy h2,
  .section-heading h2,
  .standard-panel h2,
  .page-cta h2 {
    font-size: clamp(23px, 6.8vw, 32px);
  }

  .snapshot-grid,
  .outcome-grid,
  .reason-grid,
  .standard-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .snapshot-card,
  .outcome-card,
  .reason-card,
  .standard-list article,
  .commercial-card,
  .case-preview-card,
  .content-card,
  .pricing-card,
  .case-card,
  .article-card,
  .contact-card {
    min-height: auto;
    padding: 16px;
  }

  .snapshot-card strong,
  .standard-list strong {
    font-size: clamp(18px, 5vw, 24px);
  }

  .commercial-strip,
  .content-grid,
  .pricing-grid,
  .cases-grid,
  .blog-grid,
  .contacts-grid,
  .case-preview-grid {
    gap: 10px;
  }

  .commercial-card h3,
  .outcome-card h3,
  .case-preview-card h3,
  .content-card h2,
  .content-card h3,
  .pricing-card h3,
  .case-card h3,
  .article-card h3,
  .contact-card h3 {
    font-size: clamp(17px, 5vw, 22px);
  }

  .commercial-card p,
  .outcome-card p,
  .case-preview-card p,
  .content-card p,
  .pricing-card p,
  .case-card p,
  .article-card p,
  .contact-card p,
  .service-card p,
  .timeline-item p,
  .reason-card p,
  .faq-list p,
  .calculator-card p,
  .form-note {
    font-size: 13px;
    line-height: 1.42;
  }

  .section-heading {
    margin-bottom: 22px;
  }

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

  .service-card,
  .service-card[data-service-card] {
    min-height: 225px;
    padding: 14px;
  }

  .service-card.featured {
    grid-column: span 2;
  }

  .service-card h3 {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .service-card ul {
    right: 12px;
    bottom: 12px;
    left: 12px;
    gap: 5px;
  }

  .service-card li {
    padding: 5px 7px;
    font-size: 8px;
  }

  .service-card-signal {
    right: 12px;
    bottom: 46px;
    left: 12px;
    gap: 8px;
  }

  .service-card-signal > span {
    font-size: 8px;
  }

  .story-shell {
    gap: 18px;
  }

  .story-monitor {
    min-height: 260px;
  }

  .story-monitor-body {
    padding: 18px;
  }

  .story-index {
    margin-bottom: 20px;
    font-size: clamp(46px, 13vw, 62px);
  }

  .story-monitor h3,
  .story-step h3 {
    font-size: clamp(20px, 5.6vw, 26px);
  }

  .story-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid rgba(255, 45, 45, 0.2);
    background: rgba(255, 45, 45, 0.18);
  }

  .story-step {
    min-height: 205px;
    padding: 15px;
    border: 0;
    background:
      linear-gradient(135deg, rgba(255, 45, 45, 0.09), transparent 48%),
      rgba(8, 8, 8, 0.84);
    opacity: 1;
  }

  .story-step.is-active {
    background:
      linear-gradient(135deg, rgba(255, 45, 45, 0.2), transparent 56%),
      rgba(12, 8, 8, 0.92);
  }

  .story-step > span {
    margin-bottom: 14px;
    font-size: 10px;
  }

  .story-step strong {
    margin-top: 14px;
    font-size: 9px;
  }

  .calculator-section {
    padding-inline: 12px;
  }

  .calculator-card,
  .cta-panel,
  .standard-panel,
  .interface-card,
  .page-cta {
    gap: 18px;
    padding: 18px;
  }

  .calculator {
    gap: 10px;
  }

  label {
    gap: 6px;
    font-size: 10px;
  }

  input,
  select,
  textarea {
    min-height: 42px;
    padding-inline: 12px;
  }

  textarea {
    min-height: 88px;
  }

  .calculator-result,
  .dashboard-result {
    min-height: 230px;
    padding: 18px;
  }

  .calculator-result strong,
  .dashboard-result > strong {
    font-size: clamp(30px, 9vw, 42px);
  }

  .dashboard-metrics {
    margin-top: 18px;
  }

  .dashboard-metrics div {
    padding: 10px 6px;
  }

  .dashboard-metrics b {
    font-size: 9px;
  }

  .faq-list summary {
    min-height: 64px;
    padding: 16px 14px;
    font-size: clamp(15px, 4.8vw, 18px);
    line-height: 1.18;
  }

  .faq-list summary::after {
    font-size: 24px;
    padding-left: 8px;
  }

  .faq-list p {
    padding: 0 14px 18px;
  }

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

  .timeline-item {
    min-height: 220px;
    padding: 16px;
  }

  .timeline-item h3 {
    margin-bottom: 18px;
  }

  .page-hero {
    padding: 36px 0 34px;
  }

  .page-hero h1 {
    font-size: clamp(30px, 8.8vw, 40px);
  }

  html[lang="en"] .hero-copy h1,
  html[lang="tr"] .hero-copy h1,
  html[lang="en"] .page-hero h1,
  html[lang="tr"] .page-hero h1 {
    font-size: clamp(27px, 7.4vw, 36px);
    line-height: 1.06;
  }

  .marquee-band span {
    min-height: 48px;
    padding-inline: 22px;
    font-size: 15px;
  }
}

@media (max-width: 440px) {
  .section {
    padding: 30px 0;
  }

  .site-header {
    min-height: 58px;
    padding-block: 6px;
  }

  .mobile-nav {
    top: 58px;
  }

  .hero {
    padding-top: 22px;
    padding-bottom: 28px;
  }

  h1 {
    font-size: clamp(25px, 7.3vw, 31px);
  }

  html[lang="en"] .hero-copy h1,
  html[lang="tr"] .hero-copy h1,
  html[lang="en"] .page-hero h1,
  html[lang="tr"] .page-hero h1 {
    font-size: clamp(23px, 6.4vw, 29px);
    line-height: 1.08;
  }

  h2 {
    font-size: clamp(19px, 5.8vw, 25px);
  }

  .hero-copy > p,
  .section-heading p,
  .interface-copy p,
  .cta-panel p,
  .page-hero p,
  .snapshot-copy p,
  .story-step p {
    font-size: 12.2px;
    line-height: 1.36;
  }

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

  .button {
    min-height: 38px;
    font-size: 9px;
  }

  .hero-stats div {
    padding: 10px 8px;
  }

  .hero-stats strong {
    font-size: 22px;
  }

  .hero-stats span {
    font-size: 8px;
  }

  .hero-console {
    min-height: 275px;
  }

  .console-screen {
    min-height: 239px;
  }

  .orbit-map {
    min-height: 160px;
  }

  .orbit-map img {
    width: min(118px, 38vw);
  }

  .pipeline-step {
    padding-inline: 4px;
  }

  .pipeline-step strong {
    font-size: 7px;
  }

  .service-grid,
  .story-steps,
  .snapshot-grid,
  .outcome-grid,
  .reason-grid,
  .standard-list,
  .timeline,
  .commercial-strip,
  .content-grid,
  .pricing-grid,
  .cases-grid,
  .blog-grid,
  .contacts-grid,
  .case-preview-grid,
  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card.featured {
    grid-column: span 2;
  }

  .service-card,
  .service-card[data-service-card] {
    min-height: 170px;
    padding: 10px;
  }

  .service-card > span,
  .timeline-item > span,
  .metric-cell span {
    margin-bottom: 6px;
    font-size: 8px;
  }

  .service-card h3 {
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 1.12;
  }

  .service-card p {
    font-size: 10.5px;
    line-height: 1.32;
  }

  .service-card ul {
    right: 9px;
    bottom: 9px;
    left: 9px;
    gap: 4px;
  }

  .service-card li {
    padding: 4px 5px;
    font-size: 7px;
  }

  .service-card-signal {
    display: none;
  }

  .story-monitor {
    min-height: 185px;
  }

  .story-monitor-top {
    padding: 10px 12px;
    font-size: 8px;
  }

  .story-monitor-body {
    padding: 12px;
  }

  .story-index {
    margin-bottom: 12px;
    font-size: 42px;
  }

  .story-kicker {
    margin-bottom: 7px;
    font-size: 8px;
  }

  .story-monitor h3,
  .story-step h3 {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .story-monitor-body > p:last-child {
    font-size: 11px;
    line-height: 1.34;
  }

  .story-step {
    min-height: 142px;
    padding: 10px;
  }

  .story-step:last-child {
    grid-column: 1 / -1;
  }

  .story-step > span {
    margin-bottom: 9px;
    font-size: 8px;
  }

  .story-step strong {
    margin-top: 9px;
    font-size: 7px;
  }

  .calculator-card,
  .cta-panel,
  .interface-card,
  .snapshot-copy,
  .standard-panel,
  .package-card,
  .page-cta {
    padding: 12px;
  }

  .commercial-card,
  .outcome-card,
  .case-preview-card,
  .content-card,
  .pricing-card,
  .case-card,
  .article-card,
  .contact-card,
  .snapshot-card,
  .standard-list article,
  .timeline-item {
    min-height: 150px;
    padding: 11px;
  }

  .commercial-card h3,
  .outcome-card h3,
  .case-preview-card h3,
  .content-card h2,
  .content-card h3,
  .pricing-card h3,
  .case-card h3,
  .article-card h3,
  .contact-card h3,
  .package-card h3,
  .reason-card h3,
  .snapshot-card strong,
  .standard-list strong,
  .timeline-item h3 {
    font-size: 13px;
    line-height: 1.15;
  }

  .commercial-card p,
  .outcome-card p,
  .case-preview-card p,
  .content-card p,
  .pricing-card p,
  .case-card p,
  .article-card p,
  .contact-card p,
  .package-card p,
  .timeline-item p,
  .reason-card p,
  .faq-list p,
  .calculator-card p {
    font-size: 10.8px;
    line-height: 1.34;
  }

  .package-card span,
  .commercial-card span,
  .outcome-card span,
  .case-preview-card span,
  .content-card span,
  .pricing-card span,
  .case-card span,
  .article-card span,
  .contact-card span,
  .snapshot-card span,
  .standard-list span {
    margin-bottom: 8px;
    font-size: 8px;
  }

  .package-card ul {
    gap: 6px;
    margin-top: 10px;
  }

  .package-card li {
    gap: 5px;
    font-size: 8.6px;
    line-height: 1.22;
  }
}

@media (max-width: 760px) {
  .hero-console {
    display: none;
  }

  .story-monitor {
    display: none;
  }

  #calculator.calculator-section {
    display: none;
  }

  .service-card,
  .package-card,
  .reason-card,
  .outcome-card,
  .commercial-card,
  .case-preview-card,
  .content-card,
  .pricing-card,
  .case-card,
  .article-card,
  .contact-card,
  .snapshot-card,
  .standard-list article,
  .timeline-item,
  .story-step,
  .metric-cell {
    min-width: 0;
  }

  .service-card h3,
  .package-card h3,
  .reason-card h3,
  .outcome-card h3,
  .commercial-card h3,
  .case-preview-card h3,
  .content-card h2,
  .content-card h3,
  .pricing-card h3,
  .case-card h3,
  .article-card h3,
  .contact-card h3,
  .snapshot-card strong,
  .standard-list strong,
  .timeline-item h3,
  .story-step h3 {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }

  .package-grid {
    gap: 10px;
  }

  .package-card {
    min-height: auto;
    padding: 14px;
  }

  .package-card h3 {
    margin-bottom: 10px;
    font-size: clamp(16px, 4.8vw, 22px);
    line-height: 1.06;
  }

  .package-card p {
    font-size: 13px;
    line-height: 1.4;
  }

  .package-card ul {
    gap: 8px;
    margin-top: 16px;
  }

  .package-card li {
    gap: 7px;
    font-size: 10px;
    line-height: 1.26;
  }

  .reason-card h3 {
    margin-bottom: 9px;
    font-size: clamp(14px, 4.4vw, 20px);
    line-height: 1.08;
  }
}

@media (max-width: 440px) {
  .package-grid {
    gap: 8px;
  }

  .package-card {
    padding: 10px;
  }

  .package-card::before {
    top: 8px;
    right: 8px;
    width: 9px;
    height: 9px;
  }

  .package-card h3 {
    margin-bottom: 8px;
    font-size: 13.5px;
    line-height: 1.04;
  }

  .package-card p {
    font-size: 10.4px;
    line-height: 1.3;
  }

  .package-card ul {
    gap: 5px;
    margin-top: 9px;
  }

  .package-card li {
    gap: 4px;
    font-size: 8px;
    line-height: 1.18;
  }

  .reason-card h3,
  .outcome-card h3,
  .commercial-card h3,
  .case-preview-card h3 {
    font-size: 11.5px;
    line-height: 1.1;
  }

  .reason-card span {
    width: 38px;
    height: 38px;
    margin-bottom: 14px;
    font-size: 16px;
  }
}

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

  .parallax-stage {
    display: none;
  }

  [data-parallax] {
    transform: translate3d(0, var(--reveal-y, 0px), 0);
  }

  .kinetic-word {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .story-step {
    opacity: 1;
  }
}
