/* ===================== TOKENS ===================== */
:root {
  --blue: #2563eb;
  --blue-dark: #1d4ed8;
  --blue-600: #1e5fe0;
  --navy: #0f1b2e;
  --ink: #14213a;
  --muted: #64748b;
  --muted-2: #8896ac;
  --bg: #ffffff;
  --bg-soft: #f5f8fd;
  --bg-soft-2: #eef4fc;
  --line: #e6ecf5;
  --gold: #f59e0b;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 4px 14px rgba(20, 40, 90, 0.06);
  --shadow-md: 0 14px 40px rgba(20, 40, 90, 0.10);
  --maxw: 1160px;
  --font: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* ===================== BASE ===================== */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; height: auto; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.center { text-align: center; }

.eyebrow {
  color: var(--blue);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.eyebrow.center { text-align: center; }

.section-title {
  font-size: clamp(1.6rem, 3.2vw, 2.5rem);
  line-height: 1.2;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.01em;
}
.section-title.center { max-width: 850px; margin: 6px auto 0; }
.section-title.light { color: #fff; }

.section-sub { color: var(--muted); margin-top: 16px; font-size: 1.02rem; }
.section-sub.center { max-width: 720px; margin: 16px auto 0; }
.section-sub.light { color: rgba(255,255,255,0.82); }

/* ===================== BUTTONS ===================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 13px 24px;
  border-radius: 10px;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.btn .arrow { transition: transform 0.2s ease; }
.btn:hover .arrow { transform: translateX(4px); }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 8px 20px rgba(37, 99, 235, 0.28); }
.btn-primary:hover { background: var(--blue-dark); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--blue); border-color: var(--blue); }
.btn-outline:hover { background: var(--blue); color: #fff; transform: translateY(-2px); }
.btn-sm { padding: 10px 20px; font-size: 0.88rem; }

/* ===================== HEADER ===================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); border-color: var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }

.logo { display: inline-flex; align-items: center; gap: 8px; }
.logo-img {
  display: block;
  height: 42px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}
.logo-mark { flex: none; }
.logo-text { font-weight: 800; font-size: 1.35rem; letter-spacing: 0.02em; color: var(--navy); }
.logo-go { color: var(--gold); }

.header-inner { gap: 16px; }
.header-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.btn-dashboard { padding: 9px 18px; font-size: 0.88rem; box-shadow: none; }

.nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav-link {
  font-weight: 500;
  font-size: 0.94rem;
  color: #33415c;
  padding: 8px 14px;
  border-radius: 8px;
  transition: color 0.2s ease, background 0.2s ease;
}
.nav-link:hover { color: var(--blue); }
.nav-link.active { color: #fff; background: var(--blue); }
.nav-cta { color: var(--navy); font-weight: 600; }
.nav-cta:hover { color: var(--blue); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2.5px; background: var(--navy); border-radius: 2px; transition: 0.25s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ===================== HERO ===================== */
.hero {
  position: relative;
  background:
    radial-gradient(900px 500px at 80% -10%, #dbe8ff 0%, rgba(219,232,255,0) 60%),
    linear-gradient(180deg, #f3f8ff 0%, #ffffff 78%);
  padding: 60px 0 40px;
  overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; align-items: center; }
.hero-copy h1 {
  font-size: clamp(2.1rem, 4.6vw, 3.4rem);
  line-height: 1.12;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.02em;
}
.hero-copy p { color: var(--muted); font-size: 1.06rem; margin: 22px 0 30px; max-width: 520px; }
.hero-media img { margin-left: auto; filter: drop-shadow(0 30px 40px rgba(20,40,90,0.14)); }

.hero-features {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 40px;
  justify-content: start;
  margin-top: 34px;
  flex-wrap: wrap;
}
.hero-features li { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; font-weight: 600; font-size: 0.85rem; color: var(--navy); }
.feature-ic {
  width: 46px; height: 46px; border-radius: 50%;
  display: grid; place-items: center;
  background: #fff; color: var(--blue);
  box-shadow: var(--shadow-sm);
}

/* ===================== HOW ===================== */
.how { padding: 84px 0; background: #fff; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 54px; }
.step { text-align: center; padding: 0 8px; }
.step-ic {
  width: 62px; height: 62px; border-radius: 50%;
  display: grid; place-items: center; margin: 0 auto 18px;
  background: #e9f1ff; color: var(--blue);
}
.step h3 { font-size: 1.05rem; font-weight: 700; color: var(--navy); }
.step p { color: var(--muted); font-size: 0.92rem; margin-top: 4px; }

/* ===================== CAPABILITIES ===================== */
.capabilities {
  padding: 84px 0;
  background: linear-gradient(135deg, #2f6bf0 0%, #1c4fd6 55%, #1743bf 100%);
  position: relative;
}
.cap-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; margin-top: 54px; }
.cap-list { display: grid; grid-template-columns: 1fr 1fr; gap: 34px 28px; }
.cap-list li { display: flex; gap: 14px; }
.cap-ic {
  flex: none; width: 42px; height: 42px; border-radius: 12px;
  display: grid; place-items: center;
  background: rgba(255,255,255,0.14); color: #fff;
}
.cap-list h3 { color: #fff; font-size: 1.02rem; font-weight: 700; }
.cap-list p { color: rgba(255,255,255,0.8); font-size: 0.9rem; margin-top: 4px; }
.cap-media img { margin: 0 auto; filter: drop-shadow(0 24px 40px rgba(0,0,0,0.28)); }

/* ===================== LOST & FOUND PROMO (Home) ===================== */
.lf-promo {
  padding: 56px 0 84px;
  background: #fff;
}
.lf-promo-card {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 480px;
  padding: 52px 52px 52px 60px;
  border-radius: 28px;
  overflow: hidden;
  background-color: #eef5fd;
  border: none;
  box-shadow: 0 12px 36px rgba(30, 60, 120, 0.07);
}
.lf-promo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}
.lf-promo-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  pointer-events: none;
  user-select: none;
}
.lf-promo-copy {
  position: relative;
  z-index: 2;
  max-width: 440px;
  width: 100%;
}
.lf-promo-eyebrow {
  color: var(--blue);
  margin-bottom: 14px;
  letter-spacing: 0.08em;
}
.lf-promo-copy .section-title {
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  line-height: 1.15;
  margin-bottom: 18px;
  color: #0f172a;
}
.lf-promo-text {
  color: #64748b;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 28px;
  max-width: 420px;
}

/* ===================== DEVICES ===================== */
.devices { padding: 84px 0; background: var(--bg-soft); }
.device-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin: 54px 0 44px; }
.device-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 20px; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 16px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.25s ease;
}
.device-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.device-img { height: 150px; display: grid; place-items: center; }
.device-img img { max-height: 150px; width: auto; object-fit: contain; }
.device-desc { color: var(--muted); font-size: 0.9rem; margin-top: auto; }

/* ===================== WHY ===================== */
.why { padding: 84px 0; background: #fff; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.why-list { margin-top: 30px; display: grid; gap: 20px; }
.why-list li { display: flex; gap: 14px; align-items: flex-start; }
.check { flex: none; width: 22px; height: 22px; margin-top: 3px; border-radius: 50%; background: #d8f3f0; position: relative; }
.check::after { content: ""; position: absolute; left: 7px; top: 4px; width: 5px; height: 9px; border: solid #12b3a6; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.why-list strong { display: block; color: var(--navy); font-size: 1rem; }
.why-list span { color: var(--muted); font-size: 0.9rem; }
.why-media img { border-radius: 22px; box-shadow: var(--shadow-md); margin-left: auto; }

/* ===================== SECURITY ===================== */
.security { padding: 84px 0; background: #fff; }
.security-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.security-media img { border-radius: 22px; }
.security-list { margin-top: 26px; display: grid; gap: 18px; }
.security-list li { display: flex; align-items: center; gap: 14px; font-weight: 600; color: var(--navy); }
.sec-ic { flex: none; width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; background: #e9f7f5; color: #12b3a6; }

/* ===================== KOSHER ===================== */
.kosher { padding: 70px 0; background: var(--bg-soft); }
.kosher-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: center; }
.kosher-media img { max-width: 240px; margin: 0 auto; }

/* ===================== CTA ===================== */
.cta { padding: 70px 0 90px; background: #fff; }
.cta-card {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px;
  background: linear-gradient(120deg, #eaf1ff 0%, #dce9ff 100%);
  border: 1px solid #d3e2ff;
  border-radius: 22px; padding: 40px 44px;
}
.cta-ic { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #fff; color: var(--blue); box-shadow: var(--shadow-sm); }
.cta-copy h2 { font-size: 1.7rem; font-weight: 800; color: var(--navy); }
.cta-copy p { color: var(--muted); margin-top: 4px; }
.cta-actions { display: flex; gap: 14px; }

/* ===================== FOOTER ===================== */
.site-footer { background: var(--bg-soft); border-top: 1px solid var(--line); padding: 56px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr) 1.4fr; gap: 30px; }
.footer-brand .logo { margin-bottom: 18px; cursor: default; pointer-events: none; }
.socials { display: flex; gap: 10px; }
.socials a { width: 34px; height: 34px; border-radius: 8px; display: grid; place-items: center; background: #fff; color: #33415c; border: 1px solid var(--line); transition: 0.2s; }
.socials a:hover { background: var(--blue); color: #fff; border-color: var(--blue); }
.footer-col h4 { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 16px; }
.footer-col ul { display: grid; gap: 10px; }
.footer-col a { color: var(--muted); font-size: 0.9rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--blue); }
.footer-contact li { color: var(--muted); font-size: 0.9rem; display: flex; gap: 10px; margin-bottom: 10px; }
.footer-contact .ci { color: var(--blue); }
.footer-bottom { margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--line); }
.footer-bottom p { color: var(--muted-2); font-size: 0.85rem; }

/* ===================== PAGE VIEWS (Home / Lost & Found) ===================== */
.page-view { display: none; }
.page-view.is-active { display: block; }
.page-view[hidden] { display: none !important; }

/* ===================== LOST & FOUND ===================== */
body.view-lf .container { max-width: 1180px; }

/* ---- HERO — image as BACKGROUND (Figma style) ---- */
.lf-hero {
  position: relative;
  background: #ffffff;
  min-height: 560px;
  padding: 56px 0 72px;
  overflow: hidden;
}

/* Full scene sits as a background layer on the right */
.lf-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #ffffff;
  background-image: url("../img/lf-hero-bg.png?v=3");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 108%;
}

/* Soft white fade so the left (text) side stays clean like Figma */
.lf-hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #ffffff 28%,
    rgba(255, 255, 255, 0.92) 38%,
    rgba(255, 255, 255, 0.55) 48%,
    rgba(255, 255, 255, 0.15) 58%,
    rgba(255, 255, 255, 0) 68%
  );
  pointer-events: none;
}

.lf-hero-arcs {
  position: absolute;
  left: -10px;
  top: 48%;
  transform: translateY(-50%);
  width: min(560px, 48vw);
  height: min(560px, 48vw);
  pointer-events: none;
  z-index: 1;
  opacity: 0.75;
}
.lf-hero-arcs svg { width: 100%; height: 100%; }

.lf-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 460px;
}

.lf-hero-copy {
  max-width: 470px;
  width: 100%;
}
.lf-hero-copy h1 {
  font-size: clamp(2.15rem, 3.9vw, 3.25rem);
  line-height: 1.12;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.03em;
}
.lf-hero-copy p {
  color: #64748b;
  font-size: 1.02rem;
  margin: 22px 0 30px;
  max-width: 430px;
  line-height: 1.65;
}

/* ---- SYSTEM ---- */
.lf-system {
  position: relative;
  padding: 80px 0;
  background:
    radial-gradient(ellipse 48% 60% at 12% 55%, rgba(160, 210, 255, 0.5) 0%, rgba(160, 210, 255, 0) 70%),
    radial-gradient(ellipse 42% 55% at 88% 45%, rgba(150, 220, 230, 0.4) 0%, rgba(150, 220, 230, 0) 70%),
    radial-gradient(ellipse 30% 40% at 55% 90%, rgba(220, 240, 180, 0.25) 0%, rgba(220, 240, 180, 0) 70%),
    #f8fbff;
  overflow: hidden;
}
.lf-system-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}
.lf-system-copy { display: grid; gap: 24px; }
.lf-system-copy p {
  color: #0f172a;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.7;
}
.lf-system-media {
  display: flex;
  justify-content: flex-end;
}
.lf-system-media img {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 3 / 4;
  height: auto;
  border-radius: 36px;
  box-shadow: 0 20px 50px rgba(30, 60, 120, 0.12);
  object-fit: cover;
  object-position: center top;
  display: block;
  background: #e8eef8;
}

/* ---- FIND ---- */
.lf-find {
  padding: 80px 0 90px;
  background: #f4f6f8;
  overflow: visible;
}
.lf-find-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 696px);
  gap: 48px;
  align-items: center;
}
.lf-find-copy .section-title {
  margin-bottom: 28px;
  color: #0f172a;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.2;
}
.lf-subtitle {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin: 26px 0 14px;
}
.lf-list { display: grid; gap: 13px; margin-bottom: 4px; }
.lf-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #5b6475;
  font-size: 0.98rem;
  line-height: 1.55;
}
.lf-check {
  flex: none;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border-radius: 50%;
  background: #2ec4d6;
  position: relative;
}
.lf-check::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.lf-find-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 696px;
  margin: 0 0 0 auto;
  padding: 0;
  background: #f4f6f8; /* same as section — seamless with baked PNG */
  overflow: visible;
  z-index: 4;
}
.lf-find-media::before { display: none; }
/* Figma image 8: 696 × 486 — edges baked to section bg (no cut lines) */
.lf-find-media img {
  position: relative;
  z-index: 1;
  width: 696px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 696 / 486;
  display: block;
  object-fit: contain;
  object-position: center;
  background: #f4f6f8;
  border: 0;
  outline: none;
  box-shadow: none;
  filter: none;
}

/* ---- PRIVACY ---- */
.lf-privacy {
  padding: 100px 0 80px;
  background: #fff;
}
.lf-privacy-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: center;
}
.lf-privacy-copy .section-title {
  margin-bottom: 24px;
  color: #0f172a;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}
.lf-privacy-copy p {
  color: #64748b;
  font-size: 1.02rem;
  margin-bottom: 18px;
  line-height: 1.75;
  max-width: 560px;
}
.lf-privacy-media {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lf-privacy-media img {
  width: 100%;
  max-width: 280px;
  height: auto;
  object-fit: contain;
  background: transparent;
  border: 0;
  filter: drop-shadow(0 16px 28px rgba(20, 40, 90, 0.12));
}

.lf-cta { padding-top: 20px; }

/* ===================== DISABLED LINKS/BUTTONS ===================== */
/* Looks completely normal until clicked. On click it flashes grey and
   does nothing (no navigation) to signal it's inactive. */
.is-disabled {
  cursor: not-allowed;
}

/* Buttons (.btn) turn grey briefly on click */
.is-disabled.is-clicked.btn,
a.btn.is-disabled.is-clicked {
  background: #cbd5e1 !important;
  border-color: #cbd5e1 !important;
  color: #94a3b8 !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Footer / plain text links turn grey briefly on click */
.footer-col a.is-disabled.is-clicked {
  color: #cbd5e1 !important;
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1100px) {
  .nav-link { font-size: 0.86rem; padding: 8px 10px; }
  .btn-dashboard { padding: 8px 14px; font-size: 0.82rem; }
}
@media (max-width: 980px) {
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .cap-media, .kosher-media { order: -1; }
}
@media (max-width: 860px) {
  .nav {
    position: fixed; inset: 72px 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 4px;
    background: #fff; padding: 16px 24px 24px;
    box-shadow: var(--shadow-md);
    transform: translateY(-120%); opacity: 0; pointer-events: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
    margin-left: 0;
  }
  .nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-link { padding: 12px 14px; }
  .nav-toggle { display: flex; }
  .btn-dashboard { display: none; }

  .hero-grid, .why-grid, .security-grid, .cap-grid, .kosher-grid,
  .lf-system-grid, .lf-find-grid, .lf-privacy-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-media img, .why-media img, .cap-media img { margin: 0 auto; }
  .lf-promo-card {
    min-height: 420px;
    padding: 32px 28px;
    align-items: flex-start;
  }
  .lf-promo-bg {
    object-position: 70% center;
  }
  .lf-promo-copy { max-width: none; }
  .lf-promo-text { max-width: none; }
  .lf-hero {
    min-height: 0;
    padding: 36px 0 48px;
  }
  .lf-hero-content {
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
  }
  .lf-hero-copy { max-width: none; }
  .lf-hero-arcs { opacity: 0.35; width: 90vw; height: 90vw; left: -25vw; }
  .lf-hero-bg {
    position: relative;
    inset: auto;
    width: 100%;
    height: 320px;
    margin-top: 28px;
    background-position: center right;
    background-size: cover;
    border-radius: 0;
  }
  .lf-hero-bg::before {
    background: linear-gradient(
      180deg,
      #ffffff 0%,
      rgba(255,255,255,0.7) 18%,
      rgba(255,255,255,0) 45%
    );
  }
  /* On mobile, put bg after text by reordering via flex on section */
  .lf-hero { display: flex; flex-direction: column; }
  .lf-hero-content { order: 1; }
  .lf-hero-bg { order: 2; }
  .lf-hero-arcs { order: 0; }
  .lf-system-media { justify-content: center; }
  .lf-system-media img { max-width: 380px; margin: 0 auto; }
  .lf-find-media { max-width: 520px; margin: 0 auto; }
  .lf-find-media img { width: 100%; max-width: 520px; }
  .lf-privacy-media img { max-width: 240px; }
  .hero-features { grid-template-columns: repeat(4, 1fr); gap: 18px; }
  .steps { grid-template-columns: 1fr 1fr; gap: 34px; }
  .cap-list { gap: 26px 20px; }
  .device-grid { grid-template-columns: 1fr 1fr; }
  .security-media { order: -1; }
  .cta-card { grid-template-columns: 1fr; text-align: center; gap: 20px; }
  .cta-ic { margin: 0 auto; }
  .cta-actions { justify-content: center; flex-wrap: wrap; }
}
@media (max-width: 560px) {
  .hero-features { grid-template-columns: 1fr 1fr; gap: 22px; }
  .steps { grid-template-columns: 1fr; }
  .device-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cta-card { padding: 30px 22px; }
}