:root {
  --ink: #0c0911;
  --ink-2: #15101d;
  --ink-3: #21162c;
  --paper: #f8f7fa;
  --paper-2: #efedf4;
  --surface: #ffffff;
  --line: rgba(28, 18, 39, 0.12);
  --light-line: rgba(255, 255, 255, 0.12);
  --purple: #8d09ed;
  --purple-2: #b536ff;
  --purple-3: #5f00ad;
  --muted: #6b6372;
  --white: #fcfbff;
  --shadow: 0 24px 70px rgba(32, 12, 48, 0.1);
  --shadow-dark: 0 34px 100px rgba(0, 0, 0, 0.34);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Avenir Next", "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
::selection { color: white; background: var(--purple); }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin-top: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
section[id] { scroll-margin-top: 76px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  color: var(--white);
  background: rgba(12, 9, 17, 0.76);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px) saturate(130%);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--white); font-size: 20px; font-weight: 900; letter-spacing: -0.045em; }
.brand img { width: 35px; height: 35px; object-fit: contain; filter: drop-shadow(0 7px 16px rgba(141, 9, 237, 0.28)); }
.brand-word { color: inherit; }
.brand b { color: var(--purple-2); }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.main-nav a { position: relative; color: rgba(252, 251, 255, 0.68); font-size: 13px; font-weight: 650; transition: color 0.2s ease; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 1px; background: var(--purple-2); transform: scaleX(0); transform-origin: right; transition: transform 0.25s ease; }
.main-nav a:hover { color: var(--white); }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: linear-gradient(135deg, var(--purple-3), var(--purple) 55%, var(--purple-2));
  box-shadow: 0 14px 38px rgba(141, 9, 237, 0.25), inset 0 1px rgba(255, 255, 255, 0.18);
  color: white;
  font-size: 14px;
  font-weight: 760;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}
.button span { transition: transform 0.22s ease; }
.button:hover { transform: translateY(-2px); filter: brightness(1.08); box-shadow: 0 18px 46px rgba(141, 9, 237, 0.34), inset 0 1px rgba(255, 255, 255, 0.2); }
.button:hover span { transform: translate(2px, -2px); }
.button:focus-visible, .text-link:focus-visible, .main-nav a:focus-visible, .brand:focus-visible, .floating-cta:focus-visible { outline: 3px solid rgba(181, 54, 255, 0.55); outline-offset: 4px; }
.button-small { min-height: 43px; padding: 0 18px; border-radius: 10px; font-size: 12px; }
.menu-toggle { display: none; margin-left: auto; width: 42px; height: 42px; border: 0; border-radius: 10px; background: rgba(255, 255, 255, 0.06); padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 6px 0; background: white; }

.hero {
  position: relative;
  min-height: 800px;
  overflow: hidden;
  padding: 164px 0 104px;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 15%, rgba(141, 9, 237, 0.21), transparent 34%),
    radial-gradient(circle at 8% 92%, rgba(104, 0, 181, 0.18), transparent 30%),
    linear-gradient(145deg, #08060c 0%, #100b17 56%, #0a0710 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to bottom, black 20%, transparent 94%);
}
.hero::after {
  content: "";
  position: absolute;
  top: 80px;
  right: -160px;
  width: 670px;
  height: 670px;
  background: url("assets/logo-revloxy.png") center / contain no-repeat;
  opacity: 0.035;
  filter: grayscale(1);
  pointer-events: none;
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(26px); pointer-events: none; }
.hero-glow-one { top: 45px; right: 2%; width: 520px; height: 520px; background: radial-gradient(circle, rgba(141, 9, 237, 0.25), transparent 68%); }
.hero-glow-two { bottom: -220px; left: 4%; width: 420px; height: 420px; background: radial-gradient(circle, rgba(181, 54, 255, 0.17), transparent 68%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr 0.88fr; align-items: center; gap: 76px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 23px; color: rgba(252, 251, 255, 0.62); font-size: 10px; font-weight: 850; letter-spacing: 0.18em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: linear-gradient(90deg, var(--purple), var(--purple-2)); box-shadow: 0 0 14px rgba(181, 54, 255, 0.75); }
.eyebrow.dark { color: var(--muted); }
.hero h1, h2 { letter-spacing: -0.055em; line-height: 0.98; }
.hero h1 { max-width: 770px; margin-bottom: 29px; font-size: clamp(48px, 5.15vw, 72px); font-weight: 680; }
em { color: var(--purple); font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-style: italic; }
.hero h1 em { color: #bd50ff; text-shadow: 0 0 44px rgba(141, 9, 237, 0.18); }
.hero-text { max-width: 620px; margin-bottom: 34px; color: rgba(252, 251, 255, 0.68); font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.text-link { padding-bottom: 5px; border-bottom: 1px solid rgba(255, 255, 255, 0.24); color: rgba(252, 251, 255, 0.82); font-size: 13px; font-weight: 720; }
.text-link span { margin-left: 12px; color: var(--purple-2); }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px; padding: 0; margin: 42px 0 0; list-style: none; }
.hero-points li { padding: 9px 12px; border: 1px solid rgba(255, 255, 255, 0.09); border-radius: 999px; background: rgba(255, 255, 255, 0.035); color: rgba(252, 251, 255, 0.64); font-size: 9px; font-weight: 760; letter-spacing: 0.08em; text-transform: uppercase; }
.hero-points li::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 8px; border-radius: 50%; background: var(--purple-2); box-shadow: 0 0 10px var(--purple); vertical-align: 1px; }

.operation-card {
  position: relative;
  overflow: hidden;
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  box-shadow: var(--shadow-dark), inset 0 1px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px) saturate(125%);
}
.operation-card::before { content: ""; position: absolute; inset: 0 20% auto; height: 1px; background: linear-gradient(90deg, transparent, var(--purple-2), transparent); box-shadow: 0 0 28px var(--purple); }
.operation-card::after { content: ""; position: absolute; right: -80px; bottom: -90px; width: 230px; height: 230px; border-radius: 50%; background: rgba(141, 9, 237, 0.12); filter: blur(28px); pointer-events: none; }
.card-topline, .metrics-head { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: rgba(255, 255, 255, 0.54); font-size: 8px; font-weight: 850; letter-spacing: 0.15em; }
.status { display: inline-flex; align-items: center; gap: 7px; }
.status i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #75e392; box-shadow: 0 0 13px rgba(117, 227, 146, 0.9); }
.cycle-display { position: relative; z-index: 1; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto 1fr; margin: 38px 0 24px; }
.cycle-label { grid-column: 1 / 3; margin-bottom: 3px; color: rgba(255, 255, 255, 0.4); font-size: 8px; font-weight: 800; letter-spacing: 0.17em; }
.cycle-display strong { font-size: clamp(86px, 10vw, 128px); letter-spacing: -0.095em; line-height: 0.84; color: transparent; background: linear-gradient(145deg, #d475ff, var(--purple) 60%, #6b00be); -webkit-background-clip: text; background-clip: text; filter: drop-shadow(0 12px 28px rgba(141, 9, 237, 0.18)); }
.cycle-days { align-self: end; padding: 0 0 8px 12px; color: rgba(255, 255, 255, 0.82); font-size: 13px; font-weight: 850; letter-spacing: 0.18em; }
.operation-path { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; padding: 0; margin: 0 0 18px; border-top: 1px solid var(--light-line); border-left: 1px solid var(--light-line); list-style: none; }
.operation-path li { position: relative; min-height: 84px; padding: 15px; border-right: 1px solid var(--light-line); border-bottom: 1px solid var(--light-line); }
.operation-path li > span { position: absolute; top: 14px; right: 14px; color: rgba(255, 255, 255, 0.23); font-size: 8px; font-weight: 800; }
.operation-path strong, .operation-path small { display: block; }
.operation-path strong { color: rgba(255, 255, 255, 0.94); font-size: 13px; }
.operation-path small { margin-top: 5px; color: rgba(255, 255, 255, 0.42); font-size: 10px; }
.operation-path li::before { content: ""; display: block; width: 18px; height: 2px; margin-bottom: 10px; background: linear-gradient(90deg, var(--purple), var(--purple-2)); box-shadow: 0 0 10px rgba(181, 54, 255, 0.5); }
.card-result { position: relative; z-index: 1; padding: 19px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 14px; background: linear-gradient(135deg, rgba(95, 0, 173, 0.92), rgba(141, 9, 237, 0.82)); color: white; box-shadow: 0 16px 36px rgba(75, 0, 126, 0.2); }
.card-result span { font-size: 8px; font-weight: 850; letter-spacing: 0.15em; opacity: 0.68; }
.card-result p { margin: 8px 0 0; font-size: 16px; font-weight: 720; line-height: 1.35; }
.card-note { position: relative; z-index: 1; margin: 17px 2px 0; color: rgba(255, 255, 255, 0.39); font-size: 9px; line-height: 1.5; }

.ticker { position: relative; z-index: 2; overflow: hidden; color: white; background: linear-gradient(90deg, var(--purple-3), var(--purple), var(--purple-2), var(--purple)); box-shadow: 0 -14px 50px rgba(141, 9, 237, 0.16); font-size: 10px; font-weight: 900; letter-spacing: 0.16em; white-space: nowrap; }
.ticker div { width: max-content; padding: 13px 0; animation: marquee 28s linear infinite; }
.ticker span { margin: 0 15px; color: rgba(255, 255, 255, 0.58); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { position: relative; padding: 118px 0; }
.section-number { margin-bottom: 38px; color: var(--purple); font-size: 9px; font-weight: 900; letter-spacing: 0.17em; }
.section-heading { max-width: 800px; margin-bottom: 62px; }
.section-heading h2, .split-heading h2, .intelligence-copy h2 { font-size: clamp(44px, 5.75vw, 76px); font-weight: 660; }
.section-heading > p:last-child, .split-heading > p, .intelligence-copy > p:last-child { max-width: 680px; color: var(--muted); font-size: 17px; }
.section-heading.light > p:last-child { color: rgba(252, 251, 255, 0.59); }

.problem { overflow: hidden; background: var(--paper); }
.problem::before { content: ""; position: absolute; top: -190px; right: -190px; width: 430px; height: 430px; border-radius: 50%; background: rgba(141, 9, 237, 0.055); filter: blur(12px); }
.journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.journey-card { position: relative; min-height: 300px; overflow: hidden; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255, 255, 255, 0.72); box-shadow: 0 18px 52px rgba(32, 12, 48, 0.045); transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; }
.journey-card:hover { transform: translateY(-6px); border-color: rgba(141, 9, 237, 0.24); box-shadow: var(--shadow); }
.journey-card::after { content: ""; position: absolute; right: 0; bottom: 0; width: 72px; height: 3px; background: linear-gradient(90deg, transparent, var(--purple)); }
.journey-index { position: absolute; top: 24px; right: 28px; color: rgba(28, 18, 39, 0.12); font-size: 50px; font-weight: 720; letter-spacing: -0.07em; }
.micro-label { margin-bottom: 62px; color: var(--purple); font-size: 8px; font-weight: 900; letter-spacing: 0.16em; }
.journey-card h3, .method-card h3, .diff-card h3, .timeline-card h3, .segment-card h3 { margin-bottom: 14px; font-size: 25px; letter-spacing: -0.038em; }
.journey-card > p:last-child, .method-card > p:last-child, .timeline-card > p:last-child, .segment-card > p:last-child { color: var(--muted); font-size: 14px; }
.accent-card { color: white; border-color: rgba(255, 255, 255, 0.06); background: linear-gradient(145deg, var(--ink-2), #21132d); box-shadow: 0 22px 65px rgba(24, 10, 34, 0.18); }
.accent-card::before { content: ""; position: absolute; top: -110px; right: -100px; width: 230px; height: 230px; border-radius: 50%; background: rgba(141, 9, 237, 0.2); filter: blur(18px); }
.accent-card .journey-index { color: rgba(255, 255, 255, 0.11); }
.accent-card > p:last-child { color: rgba(255, 255, 255, 0.55); }

.method-section { overflow: hidden; background: linear-gradient(180deg, #f0edf5, #ebe7f1); }
.method-section::after { content: ""; position: absolute; bottom: -240px; left: -180px; width: 520px; height: 520px; border: 1px solid rgba(141, 9, 237, 0.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(141, 9, 237, 0.025), 0 0 0 140px rgba(141, 9, 237, 0.018); }
.split-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: end; gap: 80px; margin-bottom: 62px; }
.split-heading h2, .split-heading .section-number { margin-bottom: 0; }
.method-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.method-card { position: relative; min-height: 350px; overflow: hidden; padding: 31px; border: 1px solid rgba(28, 18, 39, 0.1); border-radius: var(--radius); background: rgba(255, 255, 255, 0.65); box-shadow: inset 0 1px rgba(255, 255, 255, 0.9); transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease; }
.method-card:hover { transform: translateY(-5px); background: white; box-shadow: var(--shadow); }
.method-card::after { content: ""; position: absolute; right: 31px; bottom: 31px; width: 8px; height: 8px; border: 2px solid var(--purple); border-radius: 50%; box-shadow: 0 0 0 6px rgba(141, 9, 237, 0.08); }
.method-card > span { display: block; margin-bottom: 94px; color: var(--purple); font-size: 12px; font-weight: 900; }
.method-card .micro-label { margin-bottom: 10px; }
.impact-panel { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr 0.92fr auto; align-items: center; gap: 44px; overflow: hidden; margin-top: 18px; padding: 35px; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: var(--radius); color: white; background: linear-gradient(125deg, #100b17 0%, #1d1028 58%, #321047 100%); box-shadow: 0 26px 70px rgba(29, 12, 42, 0.16); }
.impact-panel::after { content: ""; position: absolute; right: -70px; bottom: -130px; width: 280px; height: 280px; border-radius: 50%; background: rgba(181, 54, 255, 0.22); filter: blur(34px); }
.impact-copy, .impact-panel > p, .impact-tags { position: relative; z-index: 1; }
.impact-copy .micro-label { margin-bottom: 12px; color: #d57dff; }
.impact-copy h3 { max-width: 480px; margin: 0; font-size: 25px; line-height: 1.12; letter-spacing: -0.035em; }
.impact-panel > p { margin: 0; color: rgba(255, 255, 255, 0.57); font-size: 13px; }
.impact-tags { display: flex; flex-direction: column; gap: 7px; }
.impact-tags span { padding: 8px 11px; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 999px; color: rgba(255, 255, 255, 0.65); font-size: 8px; font-weight: 800; letter-spacing: 0.08em; text-align: center; text-transform: uppercase; white-space: nowrap; }

.differentiators { overflow: hidden; color: var(--white); background: linear-gradient(145deg, #09060d, #120b19 65%, #190c23); }
.differentiators::before { content: ""; position: absolute; top: -260px; left: 52%; width: 600px; height: 600px; border-radius: 50%; background: rgba(141, 9, 237, 0.11); filter: blur(36px); }
.diff-grid { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.diff-card { position: relative; min-height: 295px; overflow: hidden; padding: 34px; border: 1px solid var(--light-line); border-radius: var(--radius); background: rgba(255, 255, 255, 0.025); transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease; }
.diff-card:hover { transform: translateY(-5px); border-color: rgba(181, 54, 255, 0.34); background: rgba(255, 255, 255, 0.045); }
.diff-card > span { position: absolute; top: 30px; right: 32px; color: rgba(255, 255, 255, 0.27); font-size: 10px; }
.icon-box { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 55px; border: 1px solid rgba(181, 54, 255, 0.28); border-radius: 13px; color: #c25cff; background: rgba(141, 9, 237, 0.09); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); font-size: 21px; }
.diff-card p { max-width: 450px; color: rgba(252, 251, 255, 0.56); font-size: 14px; }

.timeline-section { overflow: hidden; background: var(--paper-2); }
.timeline-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.timeline-card { position: relative; min-height: 325px; overflow: hidden; padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 255, 255, 0.56); transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease; }
.timeline-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, var(--purple-3), var(--purple-2)); transform: scaleX(0.22); transform-origin: left; transition: transform 0.3s ease; }
.timeline-card:hover { transform: translateY(-5px); background: white; box-shadow: var(--shadow); }
.timeline-card:hover::before { transform: scaleX(1); }
.timeline-card > span { display: block; color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: 0.14em; }
.timeline-card > strong { display: block; margin: 48px 0 56px; color: transparent; background: linear-gradient(145deg, var(--purple-2), var(--purple-3)); -webkit-background-clip: text; background-clip: text; font-size: 54px; letter-spacing: -0.08em; }

.delivery { background: var(--paper); }
.delivery-list { display: grid; gap: 10px; }
.delivery-item { display: grid; grid-template-columns: 60px 0.8fr 1.2fr; align-items: center; gap: 34px; min-height: 112px; padding: 0 24px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255, 255, 255, 0.62); transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease; }
.delivery-item:hover { transform: translateX(5px); border-color: rgba(141, 9, 237, 0.22); background: white; box-shadow: 0 16px 45px rgba(32, 12, 48, 0.06); }
.delivery-item span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(141, 9, 237, 0.18); border-radius: 10px; color: var(--purple); background: rgba(141, 9, 237, 0.045); font-size: 9px; font-weight: 900; }
.delivery-item h3 { margin: 0; font-size: 21px; letter-spacing: -0.03em; }
.delivery-item p { margin: 0; color: var(--muted); font-size: 14px; }

.intelligence { overflow: hidden; color: var(--white); background: linear-gradient(135deg, #110a18, #1c0c29 62%, #100816); }
.intelligence::before { content: ""; position: absolute; top: -250px; right: -180px; width: 570px; height: 570px; border-radius: 50%; background: rgba(141, 9, 237, 0.16); filter: blur(32px); }
.intelligence-grid { position: relative; display: grid; grid-template-columns: 0.86fr 1.14fr; align-items: center; gap: 78px; }
.intelligence-copy > p:last-child { color: rgba(252, 251, 255, 0.56); }
.metrics-panel { overflow: hidden; padding: 26px; border: 1px solid var(--light-line); border-radius: 24px; background: rgba(255, 255, 255, 0.035); box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2); backdrop-filter: blur(10px); }
.metrics-head { padding-bottom: 22px; border-bottom: 1px solid var(--light-line); }
.metrics-grid { display: grid; grid-template-columns: 1fr 1fr; }
.metrics-grid article { position: relative; min-height: 195px; padding: 27px 21px; border-bottom: 1px solid var(--light-line); }
.metrics-grid article:nth-child(odd) { border-right: 1px solid var(--light-line); }
.metrics-grid article:nth-last-child(-n+2) { border-bottom: 0; }
.metrics-grid article > span { display: block; margin-bottom: 39px; color: #c25cff; font-size: 9px; font-weight: 900; }
.metrics-grid strong { display: block; margin-bottom: 8px; font-size: 20px; }
.metrics-grid p { margin: 0; color: rgba(255, 255, 255, 0.48); font-size: 12px; }

.segments { background: var(--paper); }
.segment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.segment-card { position: relative; min-height: 245px; overflow: hidden; padding: 29px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 255, 255, 0.67); transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease; }
.segment-card:hover { transform: translateY(-5px); border-color: rgba(141, 9, 237, 0.22); box-shadow: var(--shadow); }
.segment-card::after { content: "↗"; position: absolute; top: 27px; right: 27px; color: rgba(141, 9, 237, 0.3); font-size: 17px; }
.segment-card > span { display: block; margin-bottom: 68px; color: var(--purple); font-size: 10px; font-weight: 900; letter-spacing: 0.11em; }

.final-cta { position: relative; overflow: hidden; padding: 104px 0; color: white; background: linear-gradient(120deg, #6400b3 0%, #8d09ed 48%, #a91cff 100%); }
.final-cta::before { content: ""; position: absolute; top: -180px; right: -80px; width: 460px; height: 460px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255, 255, 255, 0.035), 0 0 0 130px rgba(255, 255, 255, 0.02); }
.final-cta::after { content: ""; position: absolute; inset: 0; opacity: 0.18; background-image: linear-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.15) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(90deg, transparent, black); }
.final-cta-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr 0.88fr; align-items: end; gap: 80px; }
.final-cta .eyebrow { color: rgba(255, 255, 255, 0.68); }
.final-cta .eyebrow span { background: white; box-shadow: none; }
.final-cta h2 { max-width: 760px; margin: 0; font-size: clamp(44px, 5.5vw, 74px); }
.final-cta-grid > div:last-child > p { color: rgba(255, 255, 255, 0.77); }
.button-light { margin-top: 12px; border-color: rgba(255, 255, 255, 0.08); background: var(--ink); box-shadow: 0 16px 38px rgba(23, 5, 33, 0.23); }
.button-light:hover { background: #1c1224; }
.final-cta small { display: block; margin-top: 18px; color: rgba(255, 255, 255, 0.67); font-size: 9px; font-weight: 720; letter-spacing: 0.07em; }

footer { padding: 72px 0 27px; color: rgba(252, 251, 255, 0.55); background: #08060c; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 0.7fr 0.9fr; gap: 70px; padding-bottom: 57px; }
.footer-brand { display: inline-flex; margin-bottom: 18px; color: white; }
.footer-brand img { width: 40px; height: 40px; }
.footer-grid p { max-width: 420px; margin: 0; font-size: 13px; }
.footer-label { display: block; margin-bottom: 16px; color: rgba(255, 255, 255, 0.31); font-size: 8px; font-weight: 900; letter-spacing: 0.15em; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, 0.08); font-size: 11px; }
.footer-bottom a { color: white; }
.floating-cta { position: fixed; right: 18px; bottom: 18px; z-index: 45; display: flex; align-items: center; gap: 22px; padding: 14px 18px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 12px; color: white; background: linear-gradient(135deg, var(--purple-3), var(--purple), var(--purple-2)); box-shadow: 0 16px 42px rgba(64, 0, 106, 0.28); font-size: 12px; font-weight: 800; transition: transform 0.22s ease, box-shadow 0.22s ease; }
.floating-cta:hover { transform: translateY(-3px); box-shadow: 0 20px 52px rgba(64, 0, 106, 0.36); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.journey-card:nth-child(2), .method-card:nth-child(2), .timeline-card:nth-child(2), .segment-card:nth-child(2) { transition-delay: 0.06s; }
.journey-card:nth-child(3), .method-card:nth-child(3), .timeline-card:nth-child(3), .segment-card:nth-child(3) { transition-delay: 0.12s; }
.timeline-card:nth-child(4), .segment-card:nth-child(4) { transition-delay: 0.18s; }

@media (max-width: 1060px) {
  .main-nav { gap: 20px; }
  .hero-grid { gap: 48px; }
  .operation-card { padding: 23px; }
}

@media (max-width: 960px) {
  .desktop-cta { display: none; }
  .hero-grid, .intelligence-grid, .final-cta-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 62px; }
  .operation-card { max-width: 650px; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .journey-grid, .method-grid { grid-template-columns: 1fr; }
  .journey-card, .method-card { min-height: 255px; }
  .method-card > span { margin-bottom: 48px; }
  .impact-panel { grid-template-columns: 1fr 1fr; }
  .impact-tags { grid-column: 1 / 3; flex-direction: row; }
  .timeline-grid, .segment-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / 3; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-wrap { min-height: 68px; }
  .menu-toggle { display: block; }
  .main-nav {
    position: fixed;
    inset: 68px 0 auto;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 15px 14px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(12, 9, 17, 0.98);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.25);
  }
  .main-nav.open { display: flex; }
  .main-nav a { width: 100%; padding: 15px 4px; border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
  .main-nav a::after { display: none; }
  .hero { min-height: auto; padding: 126px 0 72px; }
  .hero::after { top: 220px; right: -190px; width: 520px; height: 520px; }
  .hero h1 { font-size: clamp(45px, 14.5vw, 66px); }
  .hero-text { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .hero-actions .button { width: 100%; }
  .text-link { width: max-content; }
  .hero-points { flex-direction: column; align-items: flex-start; }
  .operation-card { padding: 19px; border-radius: 22px; }
  .card-topline { align-items: flex-start; flex-direction: column; }
  .cycle-display strong { font-size: 100px; }
  .section { padding: 82px 0; }
  .section-number { margin-bottom: 30px; }
  .section-heading { margin-bottom: 46px; }
  .section-heading h2, .split-heading h2, .intelligence-copy h2 { font-size: clamp(41px, 12.7vw, 58px); }
  .journey-card, .method-card { padding: 27px; }
  .impact-panel { grid-template-columns: 1fr; gap: 22px; padding: 28px; }
  .impact-tags { grid-column: auto; flex-wrap: wrap; }
  .diff-grid, .timeline-grid, .segment-grid { grid-template-columns: 1fr; }
  .delivery-item { grid-template-columns: 42px 1fr; gap: 14px; min-height: 0; padding: 24px 18px; }
  .delivery-item p { grid-column: 2; }
  .metrics-panel { padding: 20px; border-radius: 20px; }
  .metrics-head { align-items: flex-start; flex-direction: column; }
  .metrics-grid { grid-template-columns: 1fr; }
  .metrics-grid article { border-right: 0 !important; border-bottom: 1px solid var(--light-line) !important; }
  .metrics-grid article:last-child { border-bottom: 0 !important; }
  .final-cta { padding: 78px 0; }
  .final-cta h2 { font-size: clamp(41px, 12.7vw, 58px); }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .floating-cta { right: 12px; bottom: 12px; padding: 13px 15px; }
}

@media (max-width: 420px) {
  .brand { font-size: 18px; }
  .brand img { width: 32px; height: 32px; }
  .operation-path { grid-template-columns: 1fr; }
  .cycle-display strong { font-size: 88px; }
  .cycle-days { font-size: 11px; }
  .floating-cta { left: 12px; justify-content: center; }
}

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