:root {
  --navy-950: #061722;
  --navy-900: #092536;
  --ink: #102b3c;
  --muted: #667f90;
  --teal: #0b8195;
  --teal-dark: #07677b;
  --aqua: #2bb8b0;
  --green: #0a8a68;
  --amber: #9b6a11;
  --line: #dce7ed;
  --wash: #f3f7f9;
  --paper: #fff;
  --shadow-sm: 0 8px 24px rgba(8,37,54,.08);
  --shadow-lg: 0 30px 80px rgba(8,37,54,.18);
  --radius: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body {
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 15px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { max-width: 100%; min-width: 0; font: inherit; }
button { cursor: pointer; }
button, a {
  transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid rgba(43,184,176,.38); outline-offset: 3px; }
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-150%);
  padding: 10px 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.skip-link:focus { transform: none; }
.container { width: min(var(--container), calc(100% - 40px)); max-width: 100%; margin-inline: auto; }

.logo {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--navy-950);
  font-size: 20px;
  font-weight: 850;
  letter-spacing: -.4px;
}
.logo-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--aqua));
  box-shadow: 0 9px 20px rgba(11,129,149,.24);
}
.logo-light { color: #fff; }
.button {
  min-height: 43px;
  padding: 10px 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--teal);
  border-radius: 10px;
  background: var(--teal);
  color: #fff;
  font-size: 13px;
  font-weight: 780;
  box-shadow: 0 10px 24px rgba(11,129,149,.2);
}
.button:hover { transform: translateY(-1px); background: var(--teal-dark); border-color: var(--teal-dark); }
.button-quiet { border-color: var(--line); background: #fff; color: var(--ink); box-shadow: none; }
.button-quiet:hover { background: var(--wash); color: var(--teal); box-shadow: none; }
.button-large { min-height: 50px; padding-inline: 21px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--teal);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 1.35px;
  text-transform: uppercase;
}
.eyebrow-light { color: #64dad1; }

/* Public navigation */
.topbar { padding: 7px 0; background: var(--navy-950); color: #c3d5df; font-size: 12px; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; }
.topbar i { margin-right: 6px; color: #50ccc2; }
.site-nav {
  position: sticky;
  z-index: 20;
  top: 0;
  max-width: 100vw;
  overflow: hidden;
  border-bottom: 1px solid rgba(220,231,237,.85);
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(18px);
}
.site-nav-inner { height: 76px; display: flex; align-items: center; gap: 36px; }
.site-nav-inner > * { min-width: 0; }
.nav-links {
  min-width: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 29px;
  color: #3c5869;
  font-size: 13px;
  font-weight: 700;
}
.nav-links a:hover { color: var(--teal); }
.nav-actions { flex: none; display: flex; align-items: center; gap: 10px; }

/* Hero */
.hero {
  position: relative;
  max-width: 100vw;
  overflow: hidden;
  padding: 94px 0 86px;
  background: radial-gradient(circle at 80% 10%, rgba(55,207,196,.2), transparent 28%),
    linear-gradient(145deg, #fbfdfd, #edf6f7);
}
.hero::before {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -230px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(11,129,149,.1);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(11,129,149,.025), 0 0 0 140px rgba(11,129,149,.02);
}
.hero-grid {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0,1.04fr) minmax(0,.96fr);
  align-items: center;
  gap: 74px;
}
.hero-grid > * { min-width: 0; }
.hero h1 {
  max-width: 690px;
  margin: 16px 0 22px;
  font-size: clamp(44px,5.2vw,66px);
  line-height: 1.045;
  letter-spacing: -3.3px;
  overflow-wrap: anywhere;
}
.hero h1 span { color: var(--teal); }
.hero-copy { max-width: 625px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; gap: 11px; margin: 31px 0 23px; }
.proof { display: flex; flex-wrap: wrap; gap: 10px 23px; color: #496777; font-size: 12px; font-weight: 680; }
.proof i { margin-right: 5px; color: var(--green); }
.product-preview { position: relative; min-width: 0; padding: 26px 0; }
.preview-window {
  max-width: 100%;
  overflow: hidden;
  border: 11px solid var(--navy-900);
  border-radius: 22px;
  background: #f5f8fa;
  box-shadow: var(--shadow-lg);
  transform: rotate(1deg);
}
.preview-topbar {
  height: 45px;
  padding: 0 15px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto minmax(0,1fr);
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: #fff;
  color: #587283;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.preview-dots { display: flex; gap: 5px; }
.preview-dots i { width: 7px; height: 7px; border-radius: 50%; background: #d1dce2; }
.preview-status { justify-self: end; color: var(--green); }
.preview-body { padding: 23px; }
.preview-heading { display: flex; align-items: center; justify-content: space-between; }
.preview-heading small, .preview-heading strong { display: block; }
.preview-heading small { color: var(--muted); font-size: 8px; font-weight: 850; letter-spacing: 1px; }
.preview-heading strong { margin-top: 2px; font-size: 18px; }
.tag { padding: 4px 9px; border-radius: 999px; font-size: 9px; font-weight: 850; }
.tag-info { background: #def3f3; color: var(--teal-dark); }
.preview-flow { margin: 21px 0; display: flex; align-items: center; justify-content: space-between; gap: 7px; }
.preview-flow > i { color: #abc0cc; font-size: 9px; }
.preview-flow > div { min-width: 0; display: flex; align-items: center; gap: 8px; }
.preview-flow > div > span {
  flex: none;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--teal);
}
.preview-flow p { min-width: 0; margin: 0; }
.preview-flow small, .preview-flow strong { display: block; white-space: nowrap; }
.preview-flow small { color: var(--muted); font-size: 8px; }
.preview-flow strong { font-size: 10px; }
.preview-result {
  min-width: 0;
  padding: 14px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1.2fr);
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
}
.preview-result small, .preview-result strong { display: block; }
.preview-result small { color: var(--muted); font-size: 8px; }
.preview-result strong { font-size: 12px; }
.preview-result > span { color: #9ab0bc; }
.preview-total { padding: 8px 10px; border-radius: 8px; background: #e8f6f4; }
.preview-total strong { color: var(--green); }
.preview-evidence {
  margin-top: 12px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #d9ebe8;
  border-radius: 9px;
  background: #f6fbfa;
  color: var(--green);
}
.preview-evidence > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 7px; background: #dff4ef; }
.preview-evidence p { min-width: 0; flex: 1; margin: 0; }
.preview-evidence small, .preview-evidence strong { display: block; }
.preview-evidence small { font-size: 8px; }
.preview-evidence strong { color: #355e58; font-size: 9px; }
.preview-evidence > i { font-size: 9px; }
.floating-card {
  position: absolute;
  padding: 10px 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(220,231,237,.9);
  border-radius: 11px;
  background: rgba(255,255,255,.97);
  box-shadow: var(--shadow-sm);
  font-size: 10px;
}
.floating-card > i { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 8px; background: #e2f4f2; color: var(--teal); }
.floating-card strong, .floating-card small { display: block; }
.floating-card small { color: var(--muted); }
.floating-card-top { right: -22px; top: 2px; }
.floating-card-bottom { left: -25px; bottom: 2px; }

/* Marketing sections */
.trust-strip { max-width: 100vw; overflow: hidden; border-block: 1px solid var(--line); background: #fff; }
.trust-grid {
  min-width: 0;
  min-height: 78px;
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  align-items: center;
  gap: 20px;
  color: #536f7f;
  font-size: 12px;
  font-weight: 730;
}
.trust-grid span { min-width: 0; display: flex; align-items: center; gap: 10px; }
.trust-grid i { color: var(--teal); font-size: 16px; }
.section { max-width: 100vw; overflow: hidden; padding: 92px 0; }
.section-muted { background: var(--wash); }
.section-heading { max-width: 730px; margin: 0 auto 48px; text-align: center; }
.section h2 { margin: 9px 0 13px; font-size: clamp(32px,4vw,43px); line-height: 1.18; letter-spacing: -1.6px; }
.section-heading p, .split-heading > p, .coverage-copy > p, .section-dark p, .cta-card p { color: var(--muted); font-size: 16px; }
.feature-grid { min-width: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 17px; }
.feature-card { min-width: 0; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.feature-card:hover { transform: translateY(-3px); border-color: #bad9de; box-shadow: var(--shadow-sm); }
.feature-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 12px; background: #e4f4f3; color: var(--teal); font-size: 18px; }
.feature-card h3 { margin: 17px 0 7px; font-size: 17px; }
.feature-card p { min-height: 70px; margin: 0; color: var(--muted); font-size: 13px; }
.feature-link { margin-top: 15px; display: flex; align-items: center; gap: 7px; color: var(--teal); font-size: 11px; font-weight: 800; }
.split-heading { min-width: 0; margin-bottom: 45px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: end; gap: 70px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { margin: 0; }
.workflow-grid { min-width: 0; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; }
.workflow-card { position: relative; min-width: 0; min-height: 245px; padding: 23px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.step-number { position: absolute; right: 20px; top: 16px; color: #d6e3e8; font-size: 27px; font-weight: 900; }
.step-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 11px; background: var(--navy-900); color: #fff; }
.workflow-card h3 { margin: 42px 0 7px; }
.workflow-card p { margin: 0; color: var(--muted); font-size: 13px; }
.coverage-layout { min-width: 0; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.9fr); align-items: center; gap: 80px; }
.coverage-copy h2 { max-width: 570px; }
.coverage-list { margin: 29px 0; display: grid; gap: 13px; }
.coverage-list > div { display: flex; align-items: center; gap: 13px; }
.coverage-list > div > i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; background: #edf5f7; color: var(--teal); font-size: 17px; }
.coverage-list strong, .coverage-list small { display: block; }
.coverage-list small { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-size: 13px; font-weight: 800; }
.boundary-card { min-width: 0; padding: 32px; display: flex; gap: 17px; border: 1px solid #eeddb8; border-radius: 18px; background: linear-gradient(145deg,#fffdf7,#fff7e8); box-shadow: var(--shadow-sm); }
.boundary-icon { flex: none; width: 45px; height: 45px; display: grid; place-items: center; border-radius: 12px; background: #f8e7be; color: var(--amber); }
.boundary-card small { color: var(--amber); font-size: 10px; font-weight: 850; letter-spacing: 1px; }
.boundary-card h3 { margin: 8px 0; font-size: 21px; line-height: 1.35; }
.boundary-card p { margin: 0; color: #6c6048; font-size: 13px; }
.section-dark { background: radial-gradient(circle at 10% 10%,rgba(43,184,176,.14),transparent 28%),var(--navy-950); color: #fff; }
.security-grid { min-width: 0; display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); align-items: center; gap: 90px; }
.section-dark h2 { max-width: 510px; }
.section-dark p { color: #b6ccd7; }
.security-points { min-width: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.security-points > div { min-width: 0; padding: 18px; display: flex; gap: 12px; border: 1px solid #1b465a; border-radius: 12px; background: rgba(255,255,255,.035); }
.security-points i { margin-top: 4px; color: #60d5cd; }
.security-points strong, .security-points small { display: block; }
.security-points small { margin-top: 3px; color: #a9c1cd; font-size: 11px; }
.cta-section { padding: 70px 0; }
.cta-card { min-width: 0; padding: 48px 52px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-radius: 20px; background: linear-gradient(135deg,var(--teal-dark),#113f56); color: #fff; box-shadow: var(--shadow-lg); }
.cta-card h2 { margin: 5px 0; font-size: 34px; }
.cta-card p { margin: 0; color: #c3dbe3; }
.cta-actions { flex: none; display: flex; gap: 10px; }
.button-light { border-color: #fff; background: #fff; color: var(--navy-900); box-shadow: none; }
.button-light:hover { background: #edf7f7; color: var(--teal-dark); }
.button-dark-outline { border-color: #6a9cad; background: transparent; box-shadow: none; }
.button-dark-outline:hover { border-color: #fff; background: rgba(255,255,255,.08); }

.site-footer { max-width: 100vw; overflow: hidden; padding: 55px 0 25px; background: var(--navy-950); color: #a9c1cd; }
.footer-main { padding-bottom: 35px; display: flex; justify-content: space-between; border-bottom: 1px solid #173848; }
.footer-brand p { max-width: 360px; margin: 15px 0 0; }
.footer-links { display: flex; gap: 80px; }
.footer-links > div { min-width: 110px; display: grid; gap: 8px; }
.footer-links strong { color: #fff; font-size: 12px; }
.footer-links a { font-size: 12px; }
.footer-links a:hover { color: #61d6cf; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; font-size: 11px; }

/* Authentication */
.auth-body { min-height: 100vh; background: #f5f8fa; }
.auth-layout { min-height: 100vh; display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); }
.auth-story { position: relative; overflow: hidden; padding: 52px 60px; display: flex; flex-direction: column; justify-content: space-between; background: radial-gradient(circle at 15% 75%,rgba(43,184,176,.2),transparent 29%),linear-gradient(145deg,var(--navy-950),#0c4157); color: #fff; }
.auth-story::after { content: ""; position: absolute; right: -260px; top: -180px; width: 460px; height: 460px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.02); }
.auth-story > * { position: relative; z-index: 1; }
.auth-story-content { max-width: 560px; }
.auth-story h1 { margin: 17px 0 16px; font-size: clamp(38px,4.1vw,55px); line-height: 1.08; letter-spacing: -2.2px; }
.auth-story-content > p { max-width: 520px; color: #bcd1dc; font-size: 16px; }
.auth-benefits { margin-top: 35px; display: grid; gap: 17px; }
.auth-benefits > div { display: flex; align-items: center; gap: 13px; }
.auth-benefits > div > i { flex: none; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #286078; border-radius: 10px; background: rgba(255,255,255,.04); color: #61d5cd; }
.auth-benefits strong, .auth-benefits small { display: block; }
.auth-benefits small { color: #a9c2cf; }
.auth-legal { color: #9eb8c5; }
.auth-legal i { margin-right: 7px; color: #5ed1ca; }
.auth-main { position: relative; min-width: 0; padding: 68px 40px 30px; display: grid; place-items: center; background: linear-gradient(145deg,#fbfdfd,#f1f6f8); }
.auth-main-scroll { overflow: auto; }
.auth-back { position: absolute; top: 28px; right: 36px; color: #547080; font-size: 12px; font-weight: 700; }
.auth-back i { margin-right: 6px; }
.auth-card { width: min(470px,100%); min-width: 0; padding: 36px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 22px 65px rgba(9,37,54,.1); }
.register-card { width: min(650px,100%); }
.auth-card-heading h2 { margin: 4px 0; font-size: 28px; line-height: 1.25; letter-spacing: -.6px; }
.auth-card-heading p { margin: 0 0 20px; color: var(--muted); }
.demo-banner { margin: 18px 0 22px; padding: 11px 12px; display: flex; gap: 10px; border: 1px solid #ecdcae; border-radius: 10px; background: #fff9e8; color: #675221; }
.demo-banner > span { flex: none; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; background: #f8e7b9; color: #8d6719; }
.demo-banner strong { font-size: 11px; }
.demo-banner p { margin: 1px 0 0; font-size: 11px; line-height: 1.45; }
.demo-banner code { padding: 1px 4px; border-radius: 4px; background: #f2dfaa; color: #5b4514; font-weight: 850; }
.field { min-width: 0; margin: 14px 0; }
.field label, .mfa-panel label { display: block; margin-bottom: 6px; color: #294759; font-size: 11px; font-weight: 800; }
.input-wrap { position: relative; min-width: 0; }
.input-wrap > i { position: absolute; z-index: 1; left: 13px; top: 50%; transform: translateY(-50%); color: #829ba9; }
.input-wrap input { width: 100%; height: 45px; padding: 10px 42px 10px 39px; border: 1px solid #cddce4; border-radius: 10px; background: #fbfcfd; color: var(--ink); outline: 0; }
.input-wrap input:hover { border-color: #acc5d1; }
.input-wrap input:focus { border-color: var(--teal); background: #fff; box-shadow: 0 0 0 3px rgba(11,129,149,.1); }
.input-action { position: absolute; right: 5px; top: 5px; width: 35px; height: 35px; border: 0; border-radius: 7px; background: transparent; color: #6e8795; }
.input-action:hover { background: #eef4f6; color: var(--teal); }
.field-row { min-width: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.password-hint { display: flex; gap: 7px; margin: -4px 0 13px; color: var(--muted); font-size: 10px; }
.password-hint i { color: var(--green); }
.checkbox-field { display: flex; align-items: flex-start; gap: 9px; color: #526c7b; font-size: 11px; cursor: pointer; }
.checkbox-field input { flex: none; width: 16px; height: 16px; margin-top: 2px; accent-color: var(--teal); }
.auth-submit { width: 100%; margin-top: 17px; }
.auth-submit:disabled { cursor: not-allowed; opacity: .68; }
.auth-submit.is-loading {
  cursor: wait;
  opacity: .68;
  transform: none;
  pointer-events: none;
}
.auth-foot { margin-top: 19px; text-align: center; color: var(--muted); font-size: 12px; }
.auth-foot a { color: var(--teal); font-weight: 800; }
.auth-disclaimer { align-self: end; margin: 18px 0 0; color: #78909d; font-size: 10px; text-align: center; }
.form-message { margin: 13px 0 0; padding: 10px 12px; border: 1px solid #f0c7c3; border-radius: 9px; background: #fff1ef; color: #9a3026; font-size: 11px; }
.form-message.success { border-color: #b7dfd3; background: #edf9f5; color: #087056; }
.mfa-panel { padding: 18px; display: grid; grid-template-columns: auto minmax(0,1fr); gap: 6px 12px; border: 1px solid #b9dadf; border-radius: 12px; background: #f3fafb; }
.mfa-icon { grid-row: 1 / 3; width: 39px; height: 39px; display: grid; place-items: center; border-radius: 10px; background: #dceff1; color: var(--teal); }
.mfa-panel label { margin: 0; }
.mfa-panel p { margin: 1px 0; color: var(--muted); font-size: 11px; }
.code-input { grid-column: 1 / -1; width: 100%; height: 51px; border: 1px solid #b8d1d9; border-radius: 9px; background: #fff; color: var(--ink); font-size: 22px; font-weight: 800; letter-spacing: 10px; text-align: center; }
.mfa-panel > small { grid-column: 1 / -1; color: var(--muted); text-align: center; }
.text-button { padding: 0; border: 0; background: transparent; color: var(--teal); font-weight: 850; }
.registration-steps { margin: 35px 0 0; padding: 0; display: grid; gap: 17px; list-style: none; }
.registration-steps li { display: flex; align-items: center; gap: 13px; }
.registration-steps li > span { flex: none; width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid #387086; border-radius: 50%; color: #62d7cf; font-weight: 850; }
.registration-steps strong, .registration-steps small { display: block; }
.registration-steps small { color: #a9c2cf; }

@media (max-width:1050px), (max-device-width:1050px) {
  .hero-grid { gap: 35px; }
  .floating-card { display: none; }
  .nav-links { display: none !important; }
  .trust-grid { grid-template-columns: repeat(2,minmax(0,1fr)); padding-block: 18px; }
  .auth-layout { grid-template-columns: minmax(0,420px) minmax(0,1fr); }
  .auth-story { padding: 45px 38px; }
  .feature-card p { min-height: 92px; }
}

@media (max-width:850px), (max-device-width:850px) {
  .hero { padding: 70px 0; }
  .hero-grid, .coverage-layout, .security-grid, .split-heading { grid-template-columns: minmax(0,1fr); }
  .product-preview { max-width: 620px; }
  .feature-grid, .workflow-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .split-heading, .coverage-layout, .security-grid { gap: 35px; }
  .auth-layout { grid-template-columns: minmax(0,1fr); }
  .auth-story { display: none; }
  .auth-main { min-height: 100vh; }
  .feature-card p { min-height: auto; }
}

@media (max-width:600px), (max-device-width:600px) {
  .container { width: min(calc(100% - 28px),var(--container)); }
  .topbar-scope, .nav-links, .nav-actions .button-quiet { display: none !important; }
  .site-nav-inner { height: 68px; gap: 12px; }
  .nav-actions { min-width: 0; margin-left: auto; }
  .nav-actions .button { padding-inline: 12px; white-space: nowrap; }
  .hero { padding: 54px 0; }
  .hero h1 { font-size: 40px; letter-spacing: -2px; }
  .hero-copy { font-size: 16px; }
  .hero-actions { min-width: 0; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .proof { display: grid; }
  .product-preview { display: none; }
  .trust-grid, .feature-grid, .workflow-grid, .security-points { grid-template-columns: minmax(0,1fr); }
  .section { padding: 68px 0; }
  .section-heading { text-align: left; }
  .cta-card, .footer-main, .footer-bottom { display: grid; }
  .cta-card { padding: 32px 25px; }
  .cta-actions { min-width: 0; flex-direction: column; }
  .footer-links { gap: 38px; }
  .footer-bottom { gap: 8px; }
  .auth-main { max-width: 100vw; padding: 68px 14px 25px; }
  .auth-back { right: 18px; }
  .auth-card { width: 100%; padding: 25px 20px; }
  .field-row { grid-template-columns: minmax(0,1fr); }
  .register-card { margin-top: 12px; }
}

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