:root {
  --ink: #080b10;
  --panel: #10151d;
  --text: #f7f8fa;
  --muted: #a8b0bd;
  --line: rgba(255, 255, 255, 0.11);
  --orange: #ff7a00;
  --pink: #f03bbf;
  --blue: #2f7cff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

main { overflow: hidden; background: radial-gradient(circle at 50% 0%, #141925 0, var(--ink) 34rem); }
.nav-shell {
  position: relative;
  z-index: 20;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand-lockup { display: flex; align-items: center; gap: 11px; font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.brand-lockup small { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .2em; margin-left: 2px; }
.brand-cube { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(240,59,191,.5); border-radius: 10px; color: var(--pink); background: rgba(240,59,191,.08); font-size: 9px; letter-spacing: .02em; }
.nav-actions { display: flex; align-items: center; gap: 30px; color: #d8dce3; font-size: 13px; font-weight: 650; }
.nav-actions > a:not(.nav-cta):hover { color: white; }
.nav-cta { display: flex; align-items: center; gap: 8px; padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.05); }
.nav-cta:hover { border-color: rgba(255,122,0,.6); }

.hero {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  min-height: 745px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 64px;
  padding: 72px 0 82px;
}
.hero-glow { position: absolute; width: 460px; height: 460px; border-radius: 50%; filter: blur(110px); opacity: .12; pointer-events: none; }
.hero-glow-one { background: var(--pink); top: 10px; right: -120px; }
.hero-glow-two { background: var(--blue); bottom: -220px; left: -180px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker { color: #f8c4eb; font-size: 11px; line-height: 1; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 30px; }
.eyebrow span { width: 28px; height: 2px; background: var(--pink); box-shadow: 0 0 15px var(--pink); }
.hero h1, .section-heading h2, .fit-copy h2, .contact-content h2 {
  margin: 0;
  font-family: "Arial Narrow", Impact, ui-sans-serif, sans-serif;
  font-weight: 900;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.hero h1 { max-width: 690px; font-size: clamp(58px, 6.5vw, 96px); line-height: .9; }
.hero h1 em { display: block; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.75); font-style: normal; }
.hero-lede { max-width: 610px; margin: 30px 0 0; color: #b9c0cb; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 13px; font-size: 14px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #080b10; box-shadow: 0 12px 40px rgba(255,122,0,.18); }
.button-primary:hover { box-shadow: 0 16px 48px rgba(255,122,0,.27); }
.button-secondary { background: rgba(255,255,255,.05); border: 1px solid var(--line); }
.button-secondary:hover { border-color: rgba(255,255,255,.28); }
.trust-line { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 20px; color: #8f98a7; font-size: 12px; }
.trust-line span { display: flex; align-items: center; gap: 7px; }
.trust-line svg { color: #62d8aa; }

.hero-visual { position: relative; z-index: 2; width: 390px; justify-self: end; }
.visual-frame { padding: 8px; border-radius: 30px; border: 1px solid rgba(255,255,255,.15); background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.015)); box-shadow: 0 35px 100px rgba(0,0,0,.55); transform: rotate(2.2deg); }
.visual-frame img { display: block; width: 100%; height: 560px; object-fit: cover; object-position: center; border-radius: 23px; }
.floating-card { position: absolute; min-width: 156px; padding: 14px 17px; display: grid; gap: 5px; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; background: rgba(15,20,28,.86); backdrop-filter: blur(18px); box-shadow: 0 18px 50px rgba(0,0,0,.38); font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; }
.floating-card strong { color: white; font-size: 14px; letter-spacing: .08em; }
.floating-card-top { top: 64px; left: -55px; }
.floating-card-bottom { right: -36px; bottom: 72px; }
.status-dot { width: 7px; height: 7px; margin-right: 6px; display: inline-block; border-radius: 50%; background: #4ae09a; box-shadow: 0 0 16px #4ae09a; }

.metrics { position: relative; width: min(1240px, calc(100% - 32px)); margin: 0 auto; display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); border: 1px solid var(--line); border-radius: 22px; background: rgba(15,20,28,.8); box-shadow: 0 28px 80px rgba(0,0,0,.3); }
.metric-intro, .metric { min-height: 152px; padding: 27px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.metric-intro span { color: var(--pink); font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.metric-intro p { margin: 10px 0 0; max-width: 280px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.metric strong { font-family: "Arial Narrow", Impact, sans-serif; font-size: 39px; line-height: 1; letter-spacing: -.02em; }
.metric span { margin-top: 10px; color: var(--muted); font-size: 10px; font-weight: 750; line-height: 1.35; letter-spacing: .12em; text-transform: uppercase; }
.metrics-note { position: absolute; bottom: -28px; left: 20px; margin: 0; color: #6f7885; font-size: 10px; }

.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 150px 0 40px; }
.section-heading { display: grid; grid-template-columns: 1fr 370px; gap: 60px; align-items: end; margin-bottom: 50px; }
.section-heading h2, .fit-copy h2 { margin-top: 18px; font-size: clamp(44px, 5vw, 68px); line-height: .96; }
.section-heading > p, .fit-copy > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { min-height: 290px; padding: 26px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(150deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(240,59,191,.38); background: linear-gradient(150deg, rgba(240,59,191,.08), rgba(255,255,255,.025)); }
.service-card-top { display: flex; justify-content: space-between; align-items: center; }
.service-icon { width: 47px; height: 47px; display: grid; place-items: center; color: var(--pink); border: 1px solid rgba(240,59,191,.25); border-radius: 14px; background: rgba(240,59,191,.07); }
.service-number { color: #59616e; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.service-card h3 { margin: auto 0 12px; font-size: 18px; letter-spacing: -.015em; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.fit-section { width: min(1180px, calc(100% - 40px)); margin: 110px auto 0; padding: 72px; display: grid; grid-template-columns: 1.12fr .88fr; gap: 80px; align-items: center; border: 1px solid var(--line); border-radius: 28px; background: radial-gradient(circle at 0 100%, rgba(47,124,255,.13), transparent 42%), linear-gradient(145deg, #101721, #0d1118); }
.fit-copy h2 { max-width: 650px; }
.fit-copy > p { max-width: 610px; margin-top: 24px; }
.fit-tags { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.fit-tags span { padding: 9px 12px; color: #c7cdd6; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.035); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.principles-card { padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(8,11,16,.48); }
.principles-label { display: block; margin-bottom: 12px; color: var(--orange); font-size: 10px; font-weight: 850; letter-spacing: .16em; }
.principle { display: grid; grid-template-columns: 22px 1fr; gap: 12px; padding: 17px 0; align-items: start; color: #d8dde5; font-size: 13px; line-height: 1.55; border-bottom: 1px solid var(--line); }
.principle:last-child { border-bottom: 0; }
.principle svg { color: #62d8aa; }

.process { padding-bottom: 130px; }
.section-heading.compact { margin-bottom: 42px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.step { position: relative; padding: 31px 28px 0 0; }
.step::before { content: ""; position: absolute; top: -4px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 15px rgba(255,122,0,.8); }
.step > span { color: #6b7380; font-size: 10px; font-weight: 850; letter-spacing: .16em; }
.step h3 { margin: 21px 0 11px; font-size: 17px; }
.step p { margin: 0; max-width: 235px; color: var(--muted); font-size: 12px; line-height: 1.7; }

.contact-section { position: relative; min-height: 530px; display: grid; place-items: center; padding: 90px 20px; text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 50% 50%, rgba(240,59,191,.12), transparent 45%); }
.contact-content { position: relative; z-index: 3; max-width: 820px; }
.contact-content h2 { margin-top: 22px; font-size: clamp(48px, 6.4vw, 83px); line-height: .92; }
.contact-content > p { max-width: 600px; margin: 24px auto 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.hero-actions.centered { justify-content: center; }
.contact-orbit { position: absolute; width: 460px; height: 460px; border: 1px solid rgba(240,59,191,.14); border-radius: 50%; }
.contact-orbit::before, .contact-orbit::after { content: ""; position: absolute; inset: 48px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; }
.contact-orbit::after { inset: 108px; }

footer { width: min(1180px, calc(100% - 40px)); min-height: 120px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr auto auto; gap: 24px; align-items: center; color: #757e8c; font-size: 11px; }
footer .brand-lockup { color: white; }
footer p { text-align: center; }
footer > div { display: flex; gap: 18px; }
footer > div a:hover { color: white; }
.mobile-contact-bar { display: none; }

@media (max-width: 980px) {
  .nav-actions > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr .78fr; gap: 32px; }
  .hero-visual { width: 320px; }
  .visual-frame img { height: 500px; }
  .metrics { grid-template-columns: repeat(4, 1fr); }
  .metric-intro { grid-column: 1 / -1; min-height: 105px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .fit-section { padding: 50px; grid-template-columns: 1fr; gap: 42px; }
}

@media (max-width: 720px) {
  .nav-shell { height: 70px; width: calc(100% - 28px); }
  .brand-lockup small { display: none; }
  .nav-cta { padding: 9px 12px; font-size: 0; }
  .nav-cta svg { width: 17px; height: 17px; }
  .hero { width: calc(100% - 28px); grid-template-columns: 1fr; gap: 50px; padding: 60px 0 80px; }
  .hero h1 { font-size: clamp(52px, 17vw, 75px); }
  .hero-lede { font-size: 15px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .trust-line { display: grid; }
  .hero-visual { width: min(330px, 88vw); justify-self: center; }
  .visual-frame img { height: 500px; }
  .floating-card-top { left: -18px; }
  .floating-card-bottom { right: -18px; }
  .metrics { width: calc(100% - 28px); grid-template-columns: repeat(2, 1fr); }
  .metric-intro { grid-column: 1 / -1; }
  .metric { min-height: 125px; padding: 20px; border-bottom: 1px solid var(--line); }
  .metric:nth-of-type(2), .metric:nth-of-type(4) { border-right: 0; }
  .metric strong { font-size: 32px; }
  .metrics-note { position: static; grid-column: 1 / -1; padding: 14px 18px 17px; }
  .section { width: calc(100% - 28px); padding-top: 105px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading h2, .fit-copy h2 { font-size: 47px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 245px; }
  .fit-section { width: calc(100% - 28px); margin-top: 75px; padding: 34px 23px; }
  .steps { grid-template-columns: 1fr; border-top: 0; }
  .step { padding: 26px 0 28px 30px; border-left: 1px solid var(--line); }
  .step::before { top: 31px; left: -4px; }
  .process { padding-bottom: 95px; }
  .contact-section { min-height: 590px; padding: 80px 20px 120px; }
  .contact-orbit { width: 350px; height: 350px; }
  footer { grid-template-columns: 1fr; text-align: center; padding: 35px 0 100px; }
  footer .brand-lockup, footer > div { justify-content: center; }
  footer p { margin: 0; }
  .mobile-contact-bar { position: fixed; z-index: 50; bottom: 12px; left: 12px; right: 12px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8px; padding: 7px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(9,13,18,.91); backdrop-filter: blur(18px); box-shadow: 0 16px 50px rgba(0,0,0,.5); }
  .mobile-contact-bar a { min-height: 45px; display: flex; align-items: center; justify-content: center; gap: 7px; border-radius: 11px; font-size: 12px; font-weight: 850; }
  .mobile-contact-bar a:first-child { background: rgba(255,255,255,.08); }
  .mobile-contact-bar a:last-child { background: var(--orange); color: #080b10; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
