:root {
  --ink: #0b0d12;
  --ink-soft: #151923;
  --paper: #f6f7f9;
  --white: #ffffff;
  --blue: #1769ff;
  --blue-light: #6fa0ff;
  --line: rgba(255, 255, 255, 0.14);
  --muted: #abb2c0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.site-header {
  width: min(1180px, calc(100% - 48px));
  min-height: 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand img { display: block; width: 210px; height: auto; }
.header-contact { font-size: 14px; font-weight: 700; text-decoration: none; letter-spacing: .03em; }
.hero {
  position: relative;
  overflow: hidden;
  width: min(1180px, calc(100% - 48px));
  min-height: 690px;
  margin: 0 auto;
  padding: 94px 0 86px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  align-items: center;
  gap: 88px;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 560px;
  height: 560px;
  right: -220px;
  top: -160px;
  border: 1px solid rgba(23, 105, 255, .22);
  border-radius: 50%;
  box-shadow: 0 0 0 100px rgba(23, 105, 255, .035), 0 0 0 200px rgba(23, 105, 255, .025);
}
.eyebrow { margin: 0 0 22px; color: var(--blue-light); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
h1 { margin: 0; font-size: clamp(58px, 7vw, 104px); line-height: .89; letter-spacing: -.065em; }
h1 span { color: var(--blue); }
.intro { max-width: 650px; margin: 34px 0 0; color: #cbd0d9; font-size: clamp(18px, 2vw, 23px); line-height: 1.55; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { min-height: 52px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 4px; font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); }
.button-primary:hover { background: #0b57e4; }
.button-secondary { border-color: rgba(255,255,255,.28); }
.button-secondary:hover { background: rgba(255,255,255,.06); }
.launch-card { min-height: 430px; padding: 31px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.18); border-top: 4px solid var(--blue); background: linear-gradient(145deg, #181d28, #0d1016); box-shadow: 0 32px 70px rgba(0,0,0,.3); }
.status { display: flex; align-items: center; gap: 10px; color: #cbd0d9; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.status span { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(23,105,255,.15); }
.card-kicker { margin: auto 0 13px; color: var(--blue-light); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.card-title { margin: 0 0 38px; font-size: clamp(32px, 3.5vw, 48px); line-height: 1.02; font-weight: 800; letter-spacing: -.045em; }
.delivery-note { padding-top: 24px; display: grid; gap: 8px; border-top: 1px solid var(--line); }
.delivery-note strong { font-size: 14px; }
.delivery-note span { color: var(--muted); font-size: 14px; line-height: 1.5; }
.categories { padding: 100px max(24px, calc((100vw - 1180px) / 2)); color: var(--ink); background: var(--paper); }
.section-heading { max-width: 690px; }
.section-heading .eyebrow, .contact .eyebrow { color: #0b57e4; }
h2 { margin: 0; font-size: clamp(38px, 5vw, 66px); line-height: 1; letter-spacing: -.05em; }
.category-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d7dbe2; border-left: 1px solid #d7dbe2; }
.category-grid article { min-height: 225px; padding: 30px; border-right: 1px solid #d7dbe2; border-bottom: 1px solid #d7dbe2; background: var(--white); }
.category-grid span { color: var(--blue); font-size: 12px; font-weight: 800; }
.category-grid h3 { margin: 52px 0 10px; font-size: 25px; letter-spacing: -.03em; }
.category-grid p { margin: 0; color: #5d6471; font-size: 14px; line-height: 1.55; }
.contact { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 100px 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.contact-links { border-top: 1px solid var(--line); }
.contact-links a { min-height: 90px; padding: 20px 6px; display: grid; align-content: center; gap: 7px; border-bottom: 1px solid var(--line); text-decoration: none; }
.contact-links a:hover strong { color: var(--blue-light); }
.contact-links small { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.contact-links strong { overflow-wrap: anywhere; font-size: clamp(18px, 2.2vw, 27px); transition: color .2s ease; }
footer { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 28px 0 36px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); color: #8d95a4; font-size: 11px; line-height: 1.5; }

@media (max-width: 840px) {
  .site-header, .hero, .contact, footer { width: min(100% - 32px, 680px); }
  .site-header { min-height: 74px; }
  .brand img { width: 175px; }
  .header-contact { display: none; }
  .hero { min-height: auto; padding: 68px 0 72px; grid-template-columns: 1fr; gap: 54px; }
  .launch-card { min-height: 350px; }
  .categories { padding: 76px 16px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .contact { padding: 76px 0; grid-template-columns: 1fr; gap: 45px; }
  footer { flex-direction: column; }
  footer p { margin: 0; }
}

@media (max-width: 540px) {
  h1 { font-size: clamp(50px, 17vw, 70px); }
  .intro { font-size: 18px; }
  .actions, .button { width: 100%; }
  .launch-card { padding: 24px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-grid article { min-height: 190px; }
  .category-grid h3 { margin-top: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
