:root {
  --bg: #08090c;
  --surface: #111318;
  --surface-2: #181b21;
  --paper: #f4f2ed;
  --ink: #f8f8f6;
  --muted: #a8abb3;
  --dark-ink: #14161a;
  --dark-muted: #5d626c;
  --line: rgba(255,255,255,.13);
  --red: #ff414d;
  --red-dark: #ba1420;
  --lime: #d9ff64;
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at 80% 10%, rgba(255,65,77,.11), transparent 30%), linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: auto, 64px 64px, 64px 64px;
}
img { display: block; width: 100%; }
a { color: inherit; }
button { font: inherit; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.concept-bar {
  padding: 8px 20px;
  color: #c8cbd1;
  background: #050609;
  border-bottom: 1px solid var(--line);
  text-align: center;
  font-size: .76rem;
  letter-spacing: .035em;
}
.concept-bar strong { color: var(--lime); }
.concept-bar a { margin-left: 12px; font-weight: 800; text-underline-offset: 3px; }
.header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(8,9,12,.84);
  backdrop-filter: blur(18px);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 950; letter-spacing: -.035em; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border-radius: 50% 50% 50% 14px;
  color: #08090c;
  background: var(--red);
  font-size: .82rem;
  transform: rotate(-8deg);
}
.brand-mark span { transform: rotate(8deg); }
.brand small { display: block; color: var(--muted); font-size: .61rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 26px; color: #c2c5cc; font-size: .88rem; }
.nav-links a { text-decoration: none; font-weight: 700; }
.nav-links a:hover, .nav-links a:focus-visible { color: #fff; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 21px;
  border: 1px solid var(--red);
  border-radius: 999px;
  color: #fff;
  background: var(--red-dark);
  text-decoration: none;
  font-weight: 850;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--red); }
.button.ghost { color: var(--ink); background: rgba(8,9,12,.28); border-color: rgba(255,255,255,.35); }
.button.ghost:hover, .button.ghost:focus-visible { border-color: #fff; background: rgba(8,9,12,.7); }
.button.small { min-height: 42px; padding-inline: 17px; font-size: .82rem; }
.hero {
  position: relative;
  min-height: min(790px, 88vh);
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { height: 100%; object-fit: cover; object-position: center; }
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(5,6,9,.95) 0%, rgba(5,6,9,.72) 43%, rgba(5,6,9,.15) 76%), linear-gradient(0deg, #08090c 0%, transparent 38%);
}
.hero-content { padding: 112px 0 82px; }
.kicker { display: flex; align-items: center; gap: 12px; color: var(--lime); font-size: .76rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.kicker::before { content: ""; width: 34px; height: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 920px; margin: 24px 0 24px; font-size: clamp(3.2rem, 7.4vw, 7.4rem); line-height: .9; letter-spacing: -.07em; }
h1 span { color: var(--red); }
.lead { max-width: 710px; color: #d2d5da; font-size: clamp(1.05rem, 1.7vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 38px; color: #c5c8cf; font-size: .87rem; }
.hero-proof span { display: inline-flex; align-items: center; gap: 9px; }
.hero-proof span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(217,255,100,.12); }
.stats { position: relative; margin-top: -1px; border-block: 1px solid var(--line); background: rgba(17,19,24,.88); }
.stat-grid { display: grid; grid-template-columns: 1.2fr repeat(3,1fr); }
.stat { min-height: 156px; padding: 31px; border-right: 1px solid var(--line); display: grid; align-content: center; }
.stat:last-child { border-right: 0; }
.stat-label { color: var(--muted); font-size: .74rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.stat strong { display: block; margin-top: 4px; font-size: clamp(2rem, 3.7vw, 3.8rem); line-height: 1; letter-spacing: -.05em; }
.stat span { color: var(--muted); font-size: .84rem; }
.section { padding: 108px 0; }
.section.paper { color: var(--dark-ink); background: var(--paper); }
.section-head { display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: 72px; margin-bottom: 52px; }
.section-head h2 { margin-bottom: 0; max-width: 790px; font-size: clamp(2.3rem, 5vw, 5rem); line-height: .96; letter-spacing: -.055em; }
.section-head p { max-width: 540px; margin-bottom: 5px; color: var(--muted); }
.paper .section-head p { color: var(--dark-muted); }
.journeys { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.journey {
  min-height: 380px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #d5d2cc;
  border-radius: 20px;
  background: #fff;
  transition: transform .22s ease, box-shadow .22s ease;
}
.journey:hover { transform: translateY(-5px); box-shadow: 0 24px 70px rgba(20,22,26,.12); }
.journey-index { color: var(--red-dark); font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.journey h3 { margin: 78px 0 12px; font-size: 1.75rem; line-height: 1.05; letter-spacing: -.04em; }
.journey p { color: var(--dark-muted); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--red-dark); font-weight: 850; text-decoration: none; }
.text-link::after { content: "↗"; }
.service-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; }
.service-feature, .service-stack article { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); }
.service-feature { min-height: 620px; }
.service-feature img, .service-stack img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.service-feature::after, .service-stack article::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,6,9,.94), rgba(5,6,9,.04) 68%); }
.service-copy { position: absolute; inset: auto 0 0; z-index: 1; padding: 34px; }
.service-copy small { color: var(--lime); font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.service-copy h3 { margin: 12px 0 8px; font-size: clamp(2rem, 3vw, 3.2rem); line-height: 1; letter-spacing: -.045em; }
.service-copy p { max-width: 590px; margin-bottom: 0; color: #c4c7cd; }
.service-stack { display: grid; gap: 18px; }
.service-stack article { min-height: 301px; }
.tech-panel { display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(145deg,#171a20,#0b0c10); }
.tech-visual { min-height: 520px; }
.tech-visual img { height: 100%; object-fit: cover; }
.tech-copy { padding: 58px; display: grid; align-content: center; }
.tech-chip { display: inline-flex; width: max-content; padding: 7px 11px; border: 1px solid rgba(217,255,100,.4); border-radius: 999px; color: var(--lime); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.tech-copy h2 { margin: 22px 0 18px; font-size: clamp(2.3rem, 4.6vw, 4.7rem); line-height: .95; letter-spacing: -.055em; }
.tech-copy p { color: var(--muted); }
.feature-list { display: grid; gap: 13px; margin-top: 22px; }
.feature-list div { display: flex; gap: 13px; padding-top: 13px; border-top: 1px solid var(--line); }
.feature-list div::before { content: "✓"; color: var(--lime); font-weight: 900; }
.process { display: grid; grid-template-columns: repeat(4,1fr); border-block: 1px solid #cfcbc3; }
.process article { padding: 30px 24px 36px 0; }
.process article + article { padding-left: 24px; border-left: 1px solid #cfcbc3; }
.process b { display: block; margin-bottom: 60px; color: var(--red-dark); font-size: .78rem; }
.process h3 { margin-bottom: 8px; font-size: 1.12rem; }
.process p { margin: 0; color: var(--dark-muted); font-size: .9rem; }
.quote-section { padding: 112px 0; background: var(--red-dark); }
.quote-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.quote-copy h2 { margin-bottom: 18px; font-size: clamp(2.5rem, 5vw, 5.2rem); line-height: .94; letter-spacing: -.06em; }
.quote-copy p { max-width: 510px; color: #ffd9dc; }
.quote-builder { padding: 34px; border-radius: 22px; color: var(--dark-ink); background: #fff; box-shadow: 0 28px 70px rgba(73,0,7,.26); }
.quote-builder fieldset { margin: 0; padding: 0; border: 0; }
.quote-builder legend { margin-bottom: 18px; font-weight: 900; }
.choices { display: flex; flex-wrap: wrap; gap: 9px; }
.choice {
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid #d4d2cd;
  border-radius: 999px;
  color: #32353b;
  background: #f7f6f2;
  font-weight: 750;
  cursor: pointer;
}
.choice[aria-pressed="true"] { color: #fff; background: var(--dark-ink); border-color: var(--dark-ink); }
.quote-result { min-height: 4.7em; margin: 24px 0 20px; padding: 16px; border-left: 3px solid var(--red); color: #555a62; background: #f4f2ed; }
.quote-builder .button { width: 100%; }
.concept-note { margin-top: 14px; color: #777c84; font-size: .76rem; }
.footer { padding: 38px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.footer-grid { display: flex; justify-content: space-between; gap: 24px; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
@media (max-width: 980px) {
  .nav-links a:not(.button) { display: none; }
  .stat-grid { grid-template-columns: repeat(2,1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .journeys { grid-template-columns: 1fr; }
  .journey { min-height: 280px; }
  .journey h3 { margin-top: 44px; }
  .service-grid, .tech-panel, .quote-grid { grid-template-columns: 1fr; }
  .tech-visual { min-height: 420px; }
  .process { grid-template-columns: repeat(2,1fr); }
  .process article:nth-child(3) { padding-left: 0; border-left: 0; }
  .process article:nth-child(-n+2) { border-bottom: 1px solid #cfcbc3; }
}
@media (max-width: 680px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .concept-bar { font-size: .68rem; }
  .concept-bar a { display: block; margin: 3px 0 0; }
  .nav { min-height: 66px; }
  .brand small { display: none; }
  .nav-links .button { display: none; }
  .hero { min-height: 730px; }
  .hero::after { background: linear-gradient(0deg, rgba(5,6,9,.98) 0%, rgba(5,6,9,.66) 68%, rgba(5,6,9,.32)); }
  .hero-content { padding: 88px 0 58px; }
  h1 { font-size: clamp(3.3rem, 16vw, 5.2rem); }
  .hero-actions .button { width: 100%; }
  .stat-grid { grid-template-columns: 1fr; }
  .stat, .stat:nth-child(2) { min-height: 126px; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 76px 0; }
  .section-head { grid-template-columns: 1fr; gap: 20px; margin-bottom: 34px; }
  .service-feature { min-height: 520px; }
  .service-stack article { min-height: 330px; }
  .service-copy { padding: 24px; }
  .tech-copy { padding: 34px 24px; }
  .process { grid-template-columns: 1fr; }
  .process article, .process article + article, .process article:nth-child(3) { padding: 25px 0; border-left: 0; border-bottom: 1px solid #cfcbc3; }
  .process b { margin-bottom: 28px; }
  .quote-section { padding: 76px 0; }
  .quote-grid { gap: 34px; }
  .quote-builder { padding: 24px; }
  .footer-grid { display: grid; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
