/* ============================================================
   SAIGA, saiga.so marketing site
   Green identity: Morgane's mark (purple horns, forest funnel
   bars, leaf-green dot) over the warm-sand editorial foundation
   from the Saiga design system.
   Type: Hedvig Letters Serif (display) + Hanken Grotesk (body).
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Hedvig+Letters+Serif:opsz@12..24&family=Hanken+Grotesk:ital,wght@0,300..800;1,300..700&display=swap');

:root {
  /* ---------- TYPE FAMILIES ---------- */
  --font-display: "Hedvig Letters Serif", Georgia, "Times New Roman", serif;
  --font-sans: "Hanken Grotesk", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  /* ---------- NEUTRALS (warm sand to deep ink) ---------- */
  --white:    #FFFFFF;
  --paper:    #FBF7EF;
  --sand:     #F4ECDD;
  --sand-2:   #EBE0CD;
  --sand-3:   #E0D2BB;
  --line:     #E2D7C4;
  --line-2:   #D2C4AC;

  --ink:      #1C1814;
  --ink-2:    #4B4339;
  --ink-3:    #847A6B;
  --ink-4:    #A99E8C;

  /* ---------- BRAND (green identity) ---------- */
  --forest:        #24412F;  /* PRIMARY: the mark's funnel bars */
  --forest-deep:   #1B3324;  /* hover */
  --forest-press:  #142819;  /* active */
  --forest-tint:   #DCE7DC;
  --forest-tint-2: #ECF2EC;

  --leaf:        #57A85B;  /* the answer dot, spark accent */
  --leaf-deep:   #3E8A47;
  --leaf-bright: #7CC98C;  /* on dark surfaces */
  --leaf-tint:   #DFF0E0;

  --horn:      #C7A9E9;  /* secondary, playful: the mark's horns */
  --horn-deep: #8A63B8;
  --horn-tint: #EFE8F8;

  /* ---------- SEMANTIC ---------- */
  --success: #2E7D52;
  --focus-ring: color-mix(in oklch, var(--leaf) 45%, transparent);

  /* ---------- RADII ---------- */
  --r-xs: 6px;
  --r-sm: 9px;
  --r-md: 13px;
  --r-lg: 18px;
  --r-xl: 26px;
  --r-pill: 999px;

  /* ---------- SHADOWS (warm, soft) ---------- */
  --shadow-xs: 0 1px 2px rgba(43, 31, 18, 0.06);
  --shadow-sm: 0 2px 6px rgba(43, 31, 18, 0.07);
  --shadow-md: 0 6px 18px rgba(43, 31, 18, 0.09), 0 2px 6px rgba(43, 31, 18, 0.05);
  --shadow-lg: 0 16px 40px rgba(43, 31, 18, 0.12), 0 4px 12px rgba(43, 31, 18, 0.06);
  --shadow-xl: 0 30px 70px rgba(43, 31, 18, 0.16);
  --shadow-forest: 0 8px 24px rgba(27, 51, 36, 0.30);

  /* ---------- MOTION ---------- */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --dur-fast: 130ms;
  --dur: 220ms;
}

/* ============================================================
   BASE
   ============================================================ */
* { box-sizing: border-box; }
html, body { margin: 0; }
[hidden] { display: none !important; }
body {
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--sand);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "ss01", "cv01";
}

.display-1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(44px, 6.2vw, 88px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.display-2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(36px, 4.6vw, 60px);
  line-height: 1.06;
  letter-spacing: -0.018em;
  color: var(--ink);
}
.h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(32px, 3.6vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: var(--ink);
}
.h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.12;
  letter-spacing: -0.012em;
  color: var(--ink);
}
.h3 {
  font-family: var(--font-sans);
  font-weight: 650;
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: -0.005em;
  color: var(--ink);
}
.eyebrow {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--forest);
}
.lead {
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.5;
  color: var(--ink-2);
  font-weight: 400;
}
.body-sm { font-size: 14px; line-height: 1.55; color: var(--ink-2); }
.caption { font-size: 12.5px; line-height: 1.4; color: var(--ink-3); }
a { color: var(--forest); text-decoration-thickness: 1.5px; text-underline-offset: 2px; }

.container { max-width: 1120px; margin: 0 auto; padding-left: 28px; padding-right: 28px; }

/* ============================================================
   LOGO: Morgane's mark + lowercase wordmark with the green i-dot
   ============================================================ */
.logo { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; }
.logo .mark { display: block; }
.logo .mark .mark-horn { fill: var(--horn); }
.logo .mark .mark-bar  { fill: var(--forest); }
.logo .mark .mark-dot  { fill: var(--leaf); }
.wordmark {
  font-family: var(--font-sans);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--forest);
  line-height: 1;
}
.wordmark .wm-i { position: relative; }
.wordmark .wm-i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.045em;
  transform: translateX(-50%);
  width: 0.17em;
  height: 0.17em;
  border-radius: 50%;
  background: var(--leaf);
}
.logo--reversed .mark .mark-bar { fill: var(--paper); }
.logo--reversed .mark .mark-dot { fill: var(--leaf-bright); }
.logo--reversed .wordmark { color: var(--paper); }
.logo--reversed .wordmark .wm-i::after { background: var(--leaf-bright); }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  font-family: var(--font-sans);
  font-weight: 600;
  border-radius: var(--r-md);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  line-height: 1;
  border: 1px solid transparent;
  transition: all var(--dur) var(--ease-out);
  text-decoration: none;
}
.btn:active { transform: scale(0.98); }
.btn-sm { padding: 8px 15px; font-size: 14px; }
.btn-md { padding: 12px 22px; font-size: 15.5px; }
.btn-lg { padding: 15px 28px; font-size: 17px; }
.btn-primary { background: var(--forest); color: var(--paper); box-shadow: var(--shadow-forest); }
.btn-primary:hover { background: var(--forest-deep); }
.btn-primary:active { background: var(--forest-press); box-shadow: var(--shadow-sm); }
.btn-secondary { background: var(--paper); color: var(--ink); border-color: var(--line-2); box-shadow: var(--shadow-xs); }
.btn-secondary:hover { background: var(--forest-tint-2); color: var(--forest-deep); border-color: var(--forest); }
.btn-ghost { background: transparent; color: var(--ink); }
.btn-ghost:hover { background: rgba(0, 0, 0, 0.05); }
.btn .lucide { width: 17px; height: 17px; }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: all var(--dur) var(--ease-out);
}
.nav.scrolled {
  background: rgba(244, 236, 221, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom-color: var(--line);
}
.nav-inner {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-links { display: flex; gap: 30px; }
.nav-links a {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink-2);
  text-decoration: none;
  transition: color var(--dur-fast) var(--ease-out);
}
.nav-links a:hover { color: var(--ink); }
.nav-actions { display: flex; gap: 10px; align-items: center; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; overflow: hidden; }
.hero-glow {
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 600px;
  background: radial-gradient(ellipse at center, rgba(87, 168, 91, 0.09), transparent 62%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  padding-top: 72px;
  padding-bottom: 84px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  padding: 5px 13px 5px 7px;
  box-shadow: var(--shadow-xs);
  margin-bottom: 26px;
}
.hero-badge .new {
  font-size: 11px;
  font-weight: 700;
  color: var(--horn-deep);
  background: var(--horn-tint);
  padding: 2px 8px;
  border-radius: var(--r-pill);
}
.hero-badge .txt { font-size: 13px; font-weight: 500; color: var(--ink-2); }
.hero h1 { margin: 0; }
.hero h1 em { font-style: italic; color: var(--leaf-deep); }
.hero .lead { margin-top: 22px; max-width: 480px; }
.hero-form { display: flex; gap: 10px; margin-top: 30px; max-width: 440px; flex-wrap: wrap; }
.hero-form input { flex: 1; min-width: 200px; }
.hero .caption { margin-top: 12px; }

.input {
  font-family: var(--font-sans);
  font-size: 15.5px;
  padding: 13px 16px;
  border-radius: var(--r-md);
  border: 1px solid var(--line-2);
  background: #fff;
  color: var(--ink);
  outline: none;
  transition: border-color var(--dur-fast), box-shadow var(--dur-fast);
}
.input::placeholder { color: var(--ink-4); }
.input:focus { border-color: var(--leaf-deep); box-shadow: 0 0 0 3px var(--focus-ring); }

/* ---------- Hero demo panel ---------- */
.demo {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  width: 100%;
}
.demo-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 18px;
  border-bottom: 1px solid var(--line);
}
.demo-bar .dots { display: flex; gap: 6px; }
.demo-bar .dots span { width: 10px; height: 10px; border-radius: 999px; background: var(--sand-3); }
.demo-bar .title { margin-left: 6px; font-size: 12.5px; font-weight: 600; color: var(--ink-3); }
.demo-bar .synced {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--success);
}
.demo-bar .synced::before { content: ""; width: 7px; height: 7px; border-radius: 999px; background: var(--success); }
.demo-query { padding: 20px 22px 8px; }
.demo-query-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  border: 1px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 11px 16px;
}
.demo-query-box .lucide { width: 17px; height: 17px; color: var(--forest); flex: none; }
.demo-query-box .q { font-size: 15px; color: var(--ink); font-weight: 500; }
.caret { animation: blink 1s steps(1) infinite; color: var(--leaf-deep); font-weight: 300; }
@keyframes blink { 50% { opacity: 0; } }
.demo-answer { padding: 10px 22px 22px; min-height: 168px; }
.demo-thinking {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 2px;
  color: var(--ink-3);
  font-size: 13.5px;
}
.pulse-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--leaf);
  animation: pulse 1s var(--ease-out) infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 0.35; transform: scale(0.85); }
  50% { opacity: 1; transform: scale(1.1); }
}
.rise-in { animation: rise 0.5s var(--ease-out); }
@keyframes rise { from { transform: translateY(12px); } to { transform: translateY(0); } }
.badge-current {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  color: var(--forest);
  background: var(--leaf-tint);
  padding: 3px 10px;
  border-radius: var(--r-pill);
  margin-bottom: 11px;
}
.badge-current .lucide { width: 13px; height: 13px; }
.demo-answer p { margin: 0; font-size: 15.5px; line-height: 1.55; color: var(--ink-2); }
.demo-answer p strong, .hl {
  font-weight: 700;
  color: var(--ink);
  background: var(--horn-tint);
  padding: 0 3px;
  border-radius: 4px;
}
.chips { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }

/* ---------- Source chip ---------- */
.chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--ink-2);
  background: var(--sand);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  padding: 5px 12px;
  box-shadow: var(--shadow-xs);
  white-space: nowrap;
}
.chip .sq { width: 14px; height: 14px; border-radius: 4px; flex: none; }
.chip b { font-weight: 650; color: var(--ink); }
.chip .meta { color: var(--ink-3); }

/* ============================================================
   INTEGRATIONS ROW
   ============================================================ */
.integrations {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.integrations-inner {
  padding-top: 26px;
  padding-bottom: 26px;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.integrations .lbl {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.integrations .row { display: flex; gap: 28px; flex-wrap: wrap; align-items: center; }
.integrations .item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  font-weight: 650;
  color: var(--ink);
}
.integrations .item .sq { width: 18px; height: 18px; border-radius: 5px; }
.integrations .more { font-size: 14px; color: var(--ink-3); }

/* ============================================================
   FEATURES
   ============================================================ */
.features { padding-top: 92px; padding-bottom: 40px; }
.features .intro { max-width: 640px; }
.features .intro .h1 { margin: 14px 0 0; }
.feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 48px;
}
.feat-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px;
  box-shadow: var(--shadow-sm);
}
.feat-card .icon {
  width: 46px;
  height: 46px;
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.feat-card .icon .lucide { width: 22px; height: 22px; }
.feat-card h3 { margin: 0 0 8px; }
.feat-card p { margin: 0; }

/* ============================================================
   IN-CONTEXT (Slack mock)
   ============================================================ */
.ctx { padding-top: 60px; padding-bottom: 92px; }
.ctx-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
  align-items: center;
}
.ctx .h1 { margin-top: 14px; margin-bottom: 0; }
.ctx .h1 em { font-style: italic; color: var(--leaf-deep); }
.ctx .lead { margin-top: 16px; max-width: 440px; }
.ctx-points { display: flex; flex-direction: column; gap: 14px; margin-top: 26px; }
.ctx-points .pt { display: flex; align-items: flex-start; gap: 11px; }
.ctx-points .pt .lucide { width: 18px; height: 18px; color: var(--forest); margin-top: 2px; flex: none; }
.ctx-points .pt span { font-size: 15.5px; color: var(--ink-2); }

.slack {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.slack-head {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 13px 20px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.slack-head .lucide { width: 16px; height: 16px; color: var(--ink-3); }
.slack-head b { font-weight: 700; font-size: 14.5px; color: var(--ink); }
.slack-head .members { font-size: 12.5px; color: var(--ink-4); }
.slack-body { padding: 8px 20px 18px; }
.smsg { display: flex; gap: 11px; padding: 10px 0; }
.smsg .avatar {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  flex: none;
}
.smsg .avatar.saiga { background: var(--forest); padding: 5px 8px; }
.smsg .avatar.saiga svg { width: 100%; height: 100%; }
.smsg .avatar.saiga .mark-bar { fill: var(--paper); }
.smsg .avatar.saiga .mark-dot { fill: var(--leaf-bright); }
.smsg .avatar.saiga .mark-horn { fill: var(--horn); }
.smsg .body { flex: 1; min-width: 0; }
.smsg .head { display: flex; align-items: center; gap: 8px; flex-wrap: nowrap; }
.smsg .head .name { font-weight: 700; font-size: 14.5px; color: var(--ink); white-space: nowrap; }
.smsg .head .app {
  font-size: 10px;
  font-weight: 700;
  color: var(--horn-deep);
  background: var(--horn-tint);
  padding: 1px 6px;
  border-radius: 4px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.smsg .head .time { font-size: 12px; color: var(--ink-4); white-space: nowrap; }
.smsg .text { margin-top: 3px; font-size: 14.5px; line-height: 1.5; color: var(--ink-2); }
.mention { color: var(--forest); font-weight: 600; }
.smsg .badge-current { padding: 2px 9px; margin-bottom: 8px; font-size: 11px; }
.smsg .badge-current .lucide { width: 12px; height: 12px; }
.smsg .chips { margin-top: 12px; }

/* ============================================================
   SECURITY BAND
   ============================================================ */
.security { background: var(--forest); color: var(--paper); }
.security-inner { padding-top: 72px; padding-bottom: 72px; }
.security .eyebrow { color: var(--leaf-bright); }
.security .h1 { color: var(--paper); margin-top: 14px; max-width: 620px; margin-bottom: 0; }
.security .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 44px;
}
.security .pt > .lucide { width: 26px; height: 26px; color: var(--leaf-bright); }
.security .pt h3 { color: var(--paper); margin: 14px 0 7px; }
.security .pt p { margin: 0; font-size: 14.5px; line-height: 1.55; color: rgba(251, 247, 239, 0.72); }

/* ============================================================
   BIG CTA
   ============================================================ */
.bigcta { padding-top: 96px; padding-bottom: 96px; }
.bigcta-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-md);
  padding: 64px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.bigcta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(87, 168, 91, 0.10), transparent 60%);
}
.bigcta-card > div { position: relative; }
.bigcta-card .display-2 { margin: 0 auto; max-width: 620px; }
.bigcta-card .lead { margin: 16px auto 0; max-width: 480px; }
.bigcta-card .actions { display: flex; gap: 12px; justify-content: center; margin-top: 30px; flex-wrap: wrap; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--ink); color: var(--paper); padding: 64px 28px 36px; }
.footer-inner { max-width: 1120px; margin: 0 auto; }
.footer-top { display: flex; flex-wrap: wrap; gap: 48px; justify-content: space-between; }
.footer-brand { max-width: 300px; }
.footer-brand p { margin-top: 16px; font-size: 14.5px; line-height: 1.55; color: rgba(251, 247, 239, 0.62); }
.footer-cols { display: flex; gap: 56px; flex-wrap: wrap; }
.footer-col .h {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(251, 247, 239, 0.5);
  margin-bottom: 14px;
}
.footer-col .links { display: flex; flex-direction: column; gap: 10px; }
.footer-col .links a {
  font-size: 14px;
  color: rgba(251, 247, 239, 0.78);
  text-decoration: none;
  white-space: nowrap;
  transition: color var(--dur-fast) var(--ease-out);
}
.footer-col .links a:hover { color: var(--leaf-bright); }
.footer-bottom {
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid rgba(251, 247, 239, 0.13);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  color: rgba(251, 247, 239, 0.5);
}
.footer-bottom .legal { display: flex; gap: 22px; }
.footer-bottom a { color: inherit; text-decoration: none; }

/* ============================================================
   WAITLIST MODAL
   ============================================================ */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(28, 24, 20, 0.46);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal-overlay[hidden] { display: none; }
.modal {
  width: 460px;
  max-width: 100%;
  background: var(--paper);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--line);
  overflow: hidden;
}
.modal form { padding: 32px; margin: 0; }
.modal .h2 { margin: 20px 0 6px; }
.modal .body-sm { margin: 0 0 22px; }
.field { display: block; }
.field > span {
  display: block;
  font-size: 12.5px;
  font-weight: 650;
  color: var(--ink);
  margin-bottom: 6px;
}
.field .input, .field select {
  width: 100%;
  font-family: var(--font-sans);
  font-size: 14.5px;
  padding: 11px 13px;
  border-radius: var(--r-md);
  border: 1px solid var(--line-2);
  background: #fff;
  color: var(--ink);
  outline: none;
}
.field select:focus, .field .input:focus { border-color: var(--leaf-deep); box-shadow: 0 0 0 3px var(--focus-ring); }
.modal .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; }
.modal .submit-row { margin-top: 24px; display: flex; flex-direction: column; gap: 10px; }
.modal .submit-row .btn { width: 100%; justify-content: center; }
.modal .submit-row .caption { text-align: center; margin: 0; }
.modal .error { display: none; font-size: 13px; color: #C0432B; text-align: center; margin: 0; }
.modal .error.show { display: block; }
.modal-success { padding: 40px; text-align: center; }
.modal-success .check {
  width: 56px;
  height: 56px;
  border-radius: var(--r-lg);
  background: var(--leaf-tint);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.modal-success .check .lucide { width: 28px; height: 28px; color: var(--leaf-deep); }
.modal-success .h2 { margin: 0 0 6px; }
.modal-success .body-sm { margin: 0 0 24px; }
.modal-success .body-sm strong { color: var(--ink); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 880px) {
  .hero-grid, .ctx-grid, .feat-grid, .security .grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
