:root {
  --bg: #07111f;
  --surface: rgba(255,255,255,.06);
  --surface-strong: rgba(255,255,255,.10);
  --line: rgba(255,255,255,.12);
  --text: #f7f8fb;
  --muted: #aab5c5;
  --accent: #00d4b3;
  --accent-2: #2563eb;
  --dark: #09111c;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 10%, rgba(75,111,255,.12), transparent 32%),
    radial-gradient(circle at 86% 25%, rgba(55,219,179,.10), transparent 28%),
    var(--bg);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.ambient {
  position: fixed; border-radius: 999px; filter: blur(100px); opacity: .15;
  pointer-events: none; z-index: -1;
}
.ambient-one { width: 420px; height: 420px; background: var(--accent-2); top: 10%; left: -180px; }
.ambient-two { width: 420px; height: 420px; background: var(--accent); right: -200px; top: 55%; }
.site-header {
  width: min(calc(100% - 40px), var(--max));
  height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between;
  position: relative; z-index: 10;
}
.brand { display: inline-flex; gap: 10px; align-items: center; font-weight: 800; letter-spacing: -.02em; }
.brand-mark {
  width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px; background: linear-gradient(145deg, rgba(117,230,201,.22), rgba(142,184,255,.12));
}
.nav { display: flex; gap: 28px; color: var(--muted); font-size: 14px; }
.nav a:hover { color: var(--text); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-toggle {
  background: transparent; border: 1px solid var(--line); color: var(--text); border-radius: 999px;
  padding: 9px 12px; cursor: pointer;
}
.section { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 110px 0; }
.hero { text-align: center; padding-top: 90px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; color: var(--accent);
  text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 700;
}
.eyebrow::before { content: ""; width: 18px; height: 1px; background: currentColor; }
h1, h2, h3 { font-family: Manrope, sans-serif; margin-top: 0; }
h1 {
  max-width: 980px; margin: 24px auto 20px; font-size: clamp(48px, 8vw, 94px);
  line-height: .98; letter-spacing: -.06em;
}
.hero-copy {
  max-width: 720px; margin: 0 auto; color: var(--muted); line-height: 1.75; font-size: 19px;
}
.hero-actions { margin: 34px 0 60px; display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px;
  border-radius: 12px; border: 0; cursor: pointer; font-weight: 700; color: var(--dark);
  background: linear-gradient(135deg, var(--accent), #a6f4df);
  box-shadow: 0 12px 35px rgba(117,230,201,.14);
}
.button:hover { transform: translateY(-1px); }
.button-small { min-height: 40px; padding: 0 16px; font-size: 13px; }
.button-secondary { color: var(--text); border: 1px solid var(--line); background: rgba(255,255,255,.04); box-shadow: none; }
.product-preview {
  display: grid; grid-template-columns: 64px 1fr; text-align: left; overflow: hidden;
  border: 1px solid var(--line); border-radius: 24px; background: rgba(8,18,32,.72);
  box-shadow: 0 45px 100px rgba(0,0,0,.35); backdrop-filter: blur(20px);
}
.preview-sidebar { padding: 22px 0; display: flex; flex-direction: column; align-items: center; gap: 22px; border-right: 1px solid var(--line); }
.preview-sidebar span { width: 19px; height: 19px; border-radius: 6px; background: rgba(255,255,255,.08); }
.preview-sidebar .active-dot { background: var(--accent); box-shadow: 0 0 22px rgba(117,230,201,.5); }
.preview-logo { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; background: var(--text); color: var(--dark); font-weight: 900; margin-bottom: 16px; }
.preview-content { padding: 34px; }
.preview-top { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; }
.preview-top h2 { font-size: clamp(24px, 4vw, 38px); letter-spacing: -.04em; max-width: 650px; }
.mini-label, .priority-card small { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.health-score { min-width: 145px; padding: 14px; border: 1px solid var(--line); border-radius: 15px; text-align: right; }
.health-score small { color: var(--muted); display: block; }
.health-score strong { font-size: 29px; color: var(--accent); }
.priority-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 14px; margin: 28px 0 16px; }
.priority-card { min-height: 190px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.035); }
.priority-card h3 { font-size: 17px; margin: 18px 0 12px; line-height: 1.35; }
.priority-card p { color: var(--muted); font-size: 13px; }
.priority-card.featured { display: grid; grid-template-columns: 42px 1fr 38px; gap: 14px; align-items: start; background: linear-gradient(145deg, rgba(117,230,201,.11), rgba(142,184,255,.06)); }
.priority-number { color: var(--accent); font-weight: 800; }
.priority-card button { border: 1px solid var(--line); background: rgba(255,255,255,.05); color: var(--text); width: 36px; height: 36px; border-radius: 10px; }
.ask-bar { display: flex; justify-content: space-between; padding: 17px 18px; border: 1px solid var(--line); border-radius: 14px; color: var(--muted); background: rgba(0,0,0,.15); }
.ask-bar b { color: var(--accent); }
.trust-strip {
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px 20px;
  display: flex; justify-content: center; gap: 42px; flex-wrap: wrap; color: var(--muted); font-size: 13px;
}
.trust-strip strong { color: var(--text); }
.section-heading { max-width: 820px; margin-bottom: 48px; }
.section-heading h2, .vision h2, .waitlist h2 { margin: 18px 0 0; font-size: clamp(36px, 5vw, 62px); line-height: 1.06; letter-spacing: -.05em; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature-card { padding: 32px; min-height: 270px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); }
.feature-card > span { color: var(--accent); font-size: 12px; font-weight: 800; }
.feature-card h3 { margin: 54px 0 12px; font-size: 25px; }
.feature-card p { color: var(--muted); line-height: 1.7; max-width: 510px; }
.workflow { padding-top: 60px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.steps div { min-height: 185px; padding: 24px; border-top: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.035), transparent); }
.steps b { display: block; color: var(--accent); margin-bottom: 65px; }
.steps span { font-weight: 600; }
.vision {
  display: grid; grid-template-columns: 1.5fr 1fr; gap: 80px; align-items: end;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.vision p { color: var(--muted); line-height: 1.8; font-size: 17px; }
.waitlist {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 70px; align-items: center;
  padding: 70px; margin-top: 70px; margin-bottom: 100px; border: 1px solid var(--line);
  border-radius: 28px; background: linear-gradient(145deg, rgba(117,230,201,.09), rgba(142,184,255,.06));
}
.waitlist p { color: var(--muted); line-height: 1.7; }
.waitlist form { display: grid; gap: 12px; }
.waitlist input { width: 100%; min-height: 52px; padding: 0 16px; color: var(--text); background: rgba(0,0,0,.18); border: 1px solid var(--line); border-radius: 12px; outline: none; }
.waitlist input:focus { border-color: var(--accent); }
.form-message { min-height: 20px; margin: 0; font-size: 13px; }
footer {
  width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 32px 0 50px;
  border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: center;
  color: var(--muted); font-size: 13px;
}
footer .brand { color: var(--text); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

@media (max-width: 900px) {
  .nav { display: none; }
  .priority-grid, .steps, .vision, .waitlist { grid-template-columns: 1fr; }
  .priority-card { min-height: auto; }
  .preview-top { flex-direction: column; }
  .health-score { width: 100%; text-align: left; }
  .waitlist { padding: 38px 24px; gap: 30px; }
  footer { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .site-header { width: min(calc(100% - 24px), var(--max)); }
  .header-actions .button { display: none; }
  .section { width: min(calc(100% - 24px), var(--max)); padding: 80px 0; }
  .hero { padding-top: 60px; }
  .hero-copy { font-size: 16px; }
  .product-preview { grid-template-columns: 1fr; }
  .preview-sidebar { display: none; }
  .preview-content { padding: 20px; }
  .priority-card.featured { grid-template-columns: 34px 1fr; }
  .priority-card.featured button { display: none; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 230px; }
  .trust-strip { gap: 20px; }
  .waitlist { width: calc(100% - 24px); margin-bottom: 60px; }
}
/* NORYNTIQ brand system */
.brand { letter-spacing: .14em; }
.brand-mark { position:relative; overflow:hidden; color:white; background:linear-gradient(145deg,#071426,#101b35); box-shadow:inset 0 0 0 1px rgba(255,255,255,.05),0 8px 24px rgba(37,99,235,.18); }
.brand-mark i { position:absolute; width:22px; height:8px; border-radius:8px; transform:rotate(34deg); background:linear-gradient(90deg,#7c3aed,#2563eb,#00d4b3); left:5px; top:14px; }
.brand-mark b { position:absolute; right:3px; top:0px; font-size:15px; line-height:1; color:#38d9ff; }
.hero h1 { max-width:1050px; }
.product-preview { border-color:rgba(37,99,235,.28); }
.preview-logo { background:linear-gradient(145deg,#2563eb,#7c3aed); color:#fff; }
.priority-card.featured { background:linear-gradient(145deg,rgba(37,99,235,.15),rgba(124,58,237,.08)); }
.button { color:#fff; background:linear-gradient(135deg,#2563eb,#7c3aed 58%,#00d4b3); box-shadow:0 12px 35px rgba(37,99,235,.22); }
.eyebrow,.health-score strong,.priority-number,.ask-bar b,.feature-card>span,.steps b { color:#42d9ff; }
