@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root {
  --ink: #0b1220;
  --muted: #647084;
  --line: #dfe5ec;
  --paper: #f7f9fb;
  --white: #ffffff;
  --accent: #19b5a5;
  --accent-dark: #0d8e82;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.container { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 10;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(223,229,236,.8);
}
.nav { height: 76px; display:flex; align-items:center; justify-content:space-between; }
.brand {
  font-family: "Manrope", sans-serif; font-size: 22px; font-weight: 800;
  letter-spacing: .12em;
}
.brand span { color: var(--accent); }
nav { display:flex; align-items:center; gap: 30px; font-size:14px; font-weight:600; }
nav a { color:#4d5869; }
nav a:hover { color:var(--ink); }
.nav-cta { border:1px solid var(--line); border-radius:999px; padding:9px 16px; }

.hero {
  background:
    radial-gradient(circle at 80% 20%, rgba(25,181,165,.12), transparent 30%),
    linear-gradient(180deg, #fbfcfd 0%, #f4f7fa 100%);
  padding: 110px 0 105px;
}
.hero-grid { display:grid; grid-template-columns: 1.15fr .85fr; gap:80px; align-items:center; }
.eyebrow { margin:0 0 18px; font-size:11px; letter-spacing:.18em; font-weight:800; color:var(--accent-dark); }
h1,h2,h3 { font-family:"Manrope", sans-serif; line-height:1.12; margin:0; }
h1 { max-width: 800px; font-size: clamp(46px, 6vw, 78px); letter-spacing:-.045em; }
.hero-copy { max-width:650px; margin:28px 0 34px; font-size:18px; color:var(--muted); }
.hero-actions { display:flex; gap:12px; flex-wrap:wrap; }
.button { display:inline-flex; padding:13px 19px; border-radius:8px; font-weight:700; font-size:14px; }
.button.primary { background:var(--ink); color:white; }
.button.secondary { border:1px solid var(--line); background:white; }

.hero-panel {
  background:var(--ink); color:white; border-radius:18px; padding:34px;
  box-shadow:0 24px 70px rgba(11,18,32,.12);
}
.panel-line { width:44px; height:3px; background:var(--accent); margin-bottom:34px; }
.panel-kicker { font-size:11px; letter-spacing:.18em; font-weight:800; opacity:.55; margin:0 0 18px; }
.focus-item { padding:20px 0; border-top:1px solid rgba(255,255,255,.13); display:grid; grid-template-columns:42px 1fr; column-gap:12px; }
.focus-item span { font-size:11px; opacity:.45; }
.focus-item strong { font-family:"Manrope"; font-size:19px; }
.focus-item small { grid-column:2; color:rgba(255,255,255,.58); margin-top:4px; }

.section { padding:110px 0; }
.section-heading { margin-bottom:46px; }
.section-heading h2, .about-section h2 { font-size:clamp(34px,4vw,52px); letter-spacing:-.035em; max-width:720px; }
.cards { display:grid; gap:18px; }
.cards.three { grid-template-columns:repeat(3,1fr); }
.card { border:1px solid var(--line); border-radius:14px; padding:30px; min-height:250px; }
.number { color:var(--accent-dark); font-weight:800; font-size:12px; letter-spacing:.12em; margin-bottom:55px; }
.card h3 { font-size:22px; margin-bottom:12px; }
.card p { color:var(--muted); margin:0; }

.products-section { background:var(--paper); }
.section-heading.split { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:end; }
.section-heading.split > p { color:var(--muted); max-width:520px; margin:0; }
.product-list { border-top:1px solid var(--line); }
.product { display:grid; grid-template-columns:150px 1fr; gap:38px; padding:36px 0; border-bottom:1px solid var(--line); }
.product-mark {
  width:110px; height:110px; border-radius:16px; background:var(--ink); color:white;
  display:flex; align-items:center; justify-content:center; font-family:"Manrope"; font-weight:800; font-size:16px;
}
.product-type { margin:2px 0 8px; color:var(--accent-dark); font-size:10px; font-weight:800; letter-spacing:.16em; }
.product h3 { font-size:27px; margin-bottom:9px; }
.product p:not(.product-type) { max-width:700px; color:var(--muted); margin:0 0 14px; }
.status { display:inline-block; border:1px solid #cbd4de; border-radius:999px; padding:5px 10px; font-size:11px; font-weight:700; color:#5e6979; }
.future .product-mark { background:white; color:var(--accent-dark); border:1px solid var(--line); font-size:34px; }

.about-grid { display:grid; grid-template-columns:1fr 1fr; gap:100px; align-items:start; }
.about-copy { font-size:18px; color:var(--muted); max-width:600px; }
.about-copy p { margin:0 0 22px; }

.contact { background:var(--ink); color:white; padding:90px 0; }
.contact-inner { display:grid; grid-template-columns:1fr 1fr; gap:100px; align-items:center; }
.contact h2 { font-size:clamp(34px,4vw,52px); letter-spacing:-.035em; max-width:650px; }
.contact-inner > div > p:not(.eyebrow) { color:rgba(255,255,255,.58); max-width:560px; }
.contact-box { border:1px solid rgba(255,255,255,.14); border-radius:14px; padding:30px; }
.contact-label { font-size:10px; letter-spacing:.16em; font-weight:800; opacity:.5; }
.contact-domain { font-family:"Manrope"; font-size:28px; margin:4px 0 12px; }
.contact-note { color:rgba(255,255,255,.5); font-size:13px; margin:0; }
.contact-note a { color:white; text-decoration:none; }
.contact-note a:hover { text-decoration:underline; }

.footer { background:#080e19; color:white; padding:34px 0; }
.footer-inner { display:grid; grid-template-columns:1fr auto auto; gap:40px; align-items:end; }
.footer-brand { font-size:18px; }
.footer p { margin:6px 0 0; color:rgba(255,255,255,.42); font-size:12px; }
.footer-links { display:flex; gap:20px; font-size:12px; color:rgba(255,255,255,.6); }
.copyright { font-size:11px; color:rgba(255,255,255,.35); }

@media (max-width: 850px) {
  .container { width:min(calc(100% - 32px), var(--max)); }
  nav a:not(.nav-cta) { display:none; }
  .hero { padding:80px 0; }
  .hero-grid, .section-heading.split, .about-grid, .contact-inner { grid-template-columns:1fr; gap:42px; }
  .hero-panel { max-width:620px; }
  .cards.three { grid-template-columns:1fr; }
  .section { padding:78px 0; }
  .product { grid-template-columns:90px 1fr; gap:24px; }
  .product-mark { width:80px; height:80px; font-size:13px; }
  .footer-inner { grid-template-columns:1fr; gap:18px; align-items:start; }
}
@media (max-width: 520px) {
  .hero-copy { font-size:16px; }
  h1 { font-size:44px; }
  .product { grid-template-columns:1fr; }
  .product-mark { width:72px; height:72px; }
}
