/* ============================================================
   PasaYa — Landing "Confianza Ágil"
   Satoshi (cuerpo) · Urbanist (wordmark) · Material Symbols
   Navy + Teal · curvas suaves · mucho aire
   ============================================================ */

:root {
  --azul: #003178;
  --azul-2: #0a4aa0;
  --azul-deep: #00255c;
  --teal: #00786b;
  --teal-2: #11876f;
  --tinta: #0e1b2a;
  --ink-2: #5a6b7b;
  --ink-3: #8a98a6;
  --bg: #f4f6fa;
  --surface: #ffffff;
  --surface-2: #eef2f7;
  --azul-soft: #eaf1fb;
  --teal-soft: #e2f5f1;
  --hairline: #e9edf2;
  --divider: rgba(14,27,42,.06);

  --cta: var(--azul);           /* tweakable */
  --r-card: 20px;               /* tweakable */
  --r-sm: 10px;
  --r-md: 14px;
  --r-full: 9999px;

  --e-1: 0 1px 2px rgba(14,27,42,.05);
  --e-2: 0 8px 28px rgba(14,27,42,.08);
  --e-3: 0 24px 60px rgba(14,27,42,.14);
  --e-float: 0 18px 44px rgba(0,49,120,.20);

  --maxw: 1200px;
  --gutter: 40px;
  --font-logo: 'Urbanist', system-ui, sans-serif;
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  font-family: 'Satoshi', system-ui, -apple-system, sans-serif;
  color: var(--tinta);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.material-symbols-outlined { font-variation-settings: 'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 24; line-height: 1; user-select: none; }
.fill { font-variation-settings: 'FILL' 1,'wght' 400,'GRAD' 0,'opsz' 24; }

/* ---------- layout helpers ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: 100px 0; }
.section.tight { padding: 72px 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  color: var(--teal); background: var(--teal-soft);
  padding: 7px 14px; border-radius: var(--r-full);
}
.eyebrow.azul { color: var(--azul); background: var(--azul-soft); }
.sec-head { max-width: 680px; margin: 0 auto 56px; text-align: center; }
.sec-head.left { margin-left: 0; text-align: left; }
.sec-title { font-size: clamp(28px, 4vw, 42px); font-weight: 900; letter-spacing: -.03em; line-height: 1.08; margin: 18px 0 0; text-wrap: balance; }
.sec-sub { font-size: clamp(16px, 1.6vw, 18.5px); color: var(--ink-2); margin: 16px 0 0; line-height: 1.55; text-wrap: pretty; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  height: 52px; padding: 0 24px; border-radius: var(--r-md); border: 1.5px solid transparent;
  font-family: inherit; font-size: 16px; font-weight: 700; cursor: pointer; white-space: nowrap;
  transition: transform .12s, filter .18s, background .18s, box-shadow .18s, border-color .18s;
}
.btn:active { transform: scale(.97); }
.btn .material-symbols-outlined { font-size: 20px; }
.btn-primary { background: var(--cta); color: #fff; box-shadow: var(--e-float); }
.btn-primary:hover { filter: brightness(1.1); }
.btn-ghost { background: var(--surface); color: var(--azul); box-shadow: var(--e-1); border-color: var(--hairline); }
.btn-ghost:hover { background: var(--azul-soft); border-color: transparent; }
.btn-light { background: #fff; color: var(--azul); }
.btn-light:hover { filter: brightness(.96); }
.btn-outline-light { background: rgba(255,255,255,.06); color: #fff; border-color: rgba(255,255,255,.28); }
.btn-outline-light:hover { background: rgba(255,255,255,.14); }
.btn.sm { height: 44px; font-size: 14.5px; padding: 0 18px; }
.btn.lg { height: 58px; font-size: 17px; padding: 0 30px; }
.btn-link { background: none; border: none; color: var(--azul); font-weight: 700; cursor: pointer; font-family: inherit; font-size: 16px; display: inline-flex; align-items: center; gap: 5px; padding: 0; }
.btn-link .material-symbols-outlined { font-size: 19px; transition: transform .15s; }
.btn-link:hover .material-symbols-outlined { transform: translateX(3px); }

/* ---------- wordmark / logo ---------- */
.brand { display: inline-flex; align-items: center; gap: 11px; }
.mark { display: grid; place-items: center; flex: none; background: #fff; box-shadow: var(--e-1), inset 0 0 0 1px rgba(14,27,42,.06); }
.mark svg { width: 62%; height: 62%; display: block; }
.wordmark { font-family: var(--font-logo); font-weight: 800; letter-spacing: -.03em; line-height: .9; }
.wordmark .pasa { color: var(--tinta); }
.wordmark .ya { color: var(--teal); }
.on-dark .wordmark .pasa { color: #fff; }
.on-dark .wordmark .ya { color: #5fd9c6; }

/* ============================================================
   NAVBAR
   ============================================================ */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(244,246,250,.78); backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent; transition: border-color .2s, background .2s;
}
.nav.scrolled { border-color: var(--hairline); background: rgba(244,246,250,.9); }
.nav-inner { display: flex; align-items: center; gap: 24px; height: 72px; }
.nav .mark { width: 38px; height: 38px; border-radius: 11px; }
.nav .wordmark { font-size: 25px; }
.nav-links { display: flex; align-items: center; gap: 4px; margin-left: 8px; }
.nav-links a { font-size: 15px; font-weight: 600; color: var(--ink-2); padding: 9px 13px; border-radius: var(--r-sm); transition: color .15s, background .15s; }
.nav-links a:hover { color: var(--tinta); background: var(--surface); }
.nav-cta { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.nav-burger { display: none; width: 44px; height: 44px; border: none; background: var(--surface); border-radius: var(--r-sm); box-shadow: var(--e-1); color: var(--tinta); cursor: pointer; place-items: center; }

/* mobile drawer */
.drawer { position: fixed; inset: 0; z-index: 200; display: none; }
.drawer.open { display: block; }
.drawer-scrim { position: absolute; inset: 0; background: rgba(14,27,42,.4); backdrop-filter: blur(3px); animation: fade .2s; }
.drawer-panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(82vw, 340px); background: var(--bg); padding: 20px; box-shadow: var(--e-3); animation: slideL .25s cubic-bezier(.22,1,.36,1); display: flex; flex-direction: column; gap: 6px; }
.drawer-panel a { padding: 14px 12px; font-size: 17px; font-weight: 700; border-radius: var(--r-md); color: var(--tinta); }
.drawer-panel a:hover { background: var(--surface); }
.drawer-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
@keyframes fade { from { opacity: 0; } }
@keyframes slideL { from { transform: translateX(100%); } }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; padding: 64px 0 90px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.hero-eyebrow { margin-bottom: 22px; }
.hero h1 { font-size: clamp(38px, 5.6vw, 66px); font-weight: 900; letter-spacing: -.035em; line-height: .98; margin: 0; text-wrap: balance; color: var(--tinta); }
.hero h1 .accent { color: var(--teal); }
.hero-sub { font-size: clamp(17px, 1.7vw, 20px); color: var(--ink-2); margin: 22px 0 0; max-width: 520px; line-height: 1.55; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.hero-trust { display: flex; align-items: center; gap: 13px; margin-top: 34px; }
.trust-ava { display: flex; }
.trust-ava .a { width: 38px; height: 38px; border-radius: 50%; border: 2.5px solid var(--bg); margin-left: -11px; display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 13px; }
.trust-ava .a:first-child { margin-left: 0; }
.trust-txt { font-size: 14px; color: var(--ink-2); line-height: 1.4; }
.trust-txt b { color: var(--tinta); font-weight: 800; }

/* hero stage with phone + floating cards */
.hero-stage { position: relative; height: 560px; display: grid; place-items: center; }
.hero-glow {
  display: none;
  position: absolute; width: 620px; height: 620px; border-radius: 50%; top: 50%; left: 52%;
  transform: translate(-50%,-50%);
  background: radial-gradient(circle at 50% 38%, #0a4aa0 0%, #012a5e 64%, rgba(1,42,94,0) 72%);
}
.hero-ring { display: none; position: absolute; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.10); top: 46%; left: 52%; transform: translate(-50%,-50%); pointer-events: none; }
.ring-1 { width: 320px; height: 320px; }
.ring-2 { width: 470px; height: 470px; }
.ring-3 { width: 620px; height: 620px; }

/* phone */
.phone {
  position: relative; z-index: 2; width: 290px; height: 600px; border-radius: 44px;
  background: #0c1722; padding: 11px; box-shadow: 0 40px 80px rgba(0,0,0,.42), inset 0 0 0 1.5px rgba(255,255,255,.08);
  transform: translateX(-46px) rotate(-3deg);
}
.phone-screen { width: 100%; height: 100%; border-radius: 34px; overflow: hidden; background: var(--bg); position: relative; }

/* mini resident home inside phone */
.mini-app { position: absolute; inset: 0; display: flex; flex-direction: column; font-size: 11px; background: var(--bg); }
.ma-hdr {
  display: flex; align-items: center; gap: 9px; padding: 28px 14px 10px;
  background: rgba(255,255,255,.88); backdrop-filter: blur(12px); border-bottom: 1px solid var(--hairline); flex: none;
}
.ma-logo {
  width: 34px; height: 34px; border-radius: 10px; background: var(--azul-soft); color: var(--azul);
  display: grid; place-items: center; flex: none;
}
.ma-logo .material-symbols-outlined { font-size: 20px; }
.ma-hdr-main { min-width: 0; flex: 1; }
.ma-hdr-name { font-weight: 800; font-size: 13px; color: var(--tinta); line-height: 1.15; }
.ma-hdr-zone {
  font-size: 11px; color: var(--azul); font-weight: 700; display: flex; align-items: center; gap: 2px; margin-top: 2px;
}
.ma-hdr-zone span:first-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 150px; }
.ma-hdr-zone .material-symbols-outlined { font-size: 15px; flex: none; }
.ma-bell {
  width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; color: var(--ink-2); flex: none;
}
.ma-bell .material-symbols-outlined { font-size: 20px; }
.ma-body { flex: 1; overflow: hidden; padding: 12px 14px 78px; display: flex; flex-direction: column; gap: 8px; min-height: 0; }
.ma-feed { display: flex; flex-direction: column; gap: 8px; overflow: hidden; flex: 1; min-height: 0; mask-image: linear-gradient(to bottom, #000 0%, #000 78%, transparent 100%); }
.ma-home-card {
  background: var(--surface); border-radius: 14px; box-shadow: var(--e-1); padding: 12px 13px; border: 1px solid var(--hairline);
}
.ma-greeting { padding-bottom: 10px; }
.ma-hello { font-size: 16px; font-weight: 900; color: var(--tinta); letter-spacing: -.02em; line-height: 1.15; }
.ma-greeting-sub { font-size: 10.5px; color: var(--ink-2); margin-top: 3px; line-height: 1.35; }
.ma-metrics {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px; position: relative; padding-top: 10px;
}
.ma-metrics::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: var(--hairline);
}
.ma-metric { min-width: 0; }
.ma-metric--end { text-align: right; }
.ma-metric .l { font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-3); }
.ma-metric .v { font-size: 14px; font-weight: 800; color: var(--tinta); margin-top: 3px; letter-spacing: -.01em; line-height: 1.2; }
.ma-metric .v.ma-v-ok { color: var(--teal-2); }
.ma-metric .s { font-size: 10px; color: var(--ink-2); font-weight: 600; margin-top: 2px; display: flex; align-items: center; gap: 3px; }
.ma-metric--end .s { justify-content: flex-end; }
.ma-metric .s .material-symbols-outlined { font-size: 12px; flex: none; }
.ma-group-lbl { font-size: 12px; font-weight: 800; color: var(--tinta); margin: 0 0 -2px; }
.ma-cm { background: var(--surface); border-radius: 14px; box-shadow: var(--e-1); padding: 11px 12px; border: 1px solid var(--hairline); flex: none; }
.ma-cm--event { padding: 0; overflow: hidden; }
.ma-cm-inner { padding: 11px 12px; }
.ma-cm-img {
  height: 72px; background: linear-gradient(135deg, var(--azul-deep) 0%, var(--azul-2) 100%);
  display: flex; align-items: center; justify-content: center; gap: 6px;
  font-size: 9px; font-weight: 700; color: rgba(255,255,255,.75);
}
.ma-cm-img .material-symbols-outlined { font-size: 16px; opacity: .85; }
.ma-cm-head { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.ma-cm-ava { width: 28px; height: 28px; border-radius: 8px; display: grid; place-items: center; flex: none; }
.ma-cm-ava .material-symbols-outlined { font-size: 16px; }
.ma-cm-name { font-size: 11.5px; font-weight: 800; color: var(--tinta); }
.ma-cm-meta { font-size: 9.5px; color: var(--ink-3); }
.ma-cm-chip { margin-left: auto; font-size: 9px; font-weight: 800; padding: 3px 8px; border-radius: 999px; background: var(--azul-soft); color: var(--azul); white-space: nowrap; }
.ma-cm-title { font-size: 12px; font-weight: 800; color: var(--tinta); line-height: 1.25; margin-bottom: 4px; }
.ma-cm-body { font-size: 10.5px; color: var(--ink-2); line-height: 1.45; }
.ma-cm-foot { font-size: 9.5px; color: var(--ink-3); font-weight: 600; margin-top: 6px; }
.ma-cm-rsvp {
  display: flex; align-items: center; gap: 5px; font-size: 10px; color: var(--ink-2); font-weight: 600; margin-top: 2px;
}
.ma-cm-rsvp .material-symbols-outlined { font-size: 14px; color: var(--azul); flex: none; }
.ma-poll { display: flex; flex-direction: column; gap: 5px; margin-top: 2px; }
.ma-poll-opt {
  position: relative; border: 1px solid var(--hairline); border-radius: 9px; padding: 7px 8px;
  display: flex; align-items: center; gap: 6px; overflow: hidden; min-height: 28px;
}
.ma-poll-opt.sel { border-color: var(--azul); }
.ma-poll-fill { position: absolute; inset: 0 auto 0 0; background: var(--azul-soft); z-index: 0; }
.ma-poll-txt { position: relative; z-index: 1; flex: 1; font-size: 9.5px; font-weight: 600; color: var(--tinta); line-height: 1.2; }
.ma-poll-opt.sel .ma-poll-txt { font-weight: 700; color: var(--azul); }
.ma-poll-pct { position: relative; z-index: 1; font-size: 9.5px; font-weight: 800; color: var(--ink-2); flex: none; }
.ma-poll-opt.sel .ma-poll-pct { color: var(--azul); }
.ma-pillnav-wrap {
  position: absolute; left: 0; right: 0; bottom: 0; height: 72px; pointer-events: none;
  background: linear-gradient(to bottom, transparent 0%, rgba(244,246,250,.75) 55%, var(--bg) 100%);
}
.ma-pillnav {
  position: absolute; left: 10px; right: 10px; bottom: 12px; height: 52px; border-radius: 999px;
  padding: 0 8px; display: flex; align-items: center; justify-content: space-between;
  background: rgba(255,255,255,.92); backdrop-filter: blur(16px); border: 1px solid var(--hairline); box-shadow: var(--e-3);
}
.ma-pn { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; color: var(--ink-3); }
.ma-pn .material-symbols-outlined { font-size: 20px; }
.ma-pn.active { color: var(--azul); background: var(--azul-soft); }
.ma-pn.add { background: var(--azul); color: #fff; width: 40px; height: 40px; border-radius: 50%; box-shadow: var(--e-float); }
.ma-pn.add .material-symbols-outlined { font-size: 22px; }

/* role tabs · mockups admin/portero (estructura legacy) */
.ma-ava { width: 34px; height: 34px; border-radius: 10px; background: var(--azul-soft); color: var(--azul); display: grid; place-items: center; flex: none; }
.ma-ava .material-symbols-outlined { font-size: 20px; }
.ma-name { font-weight: 800; font-size: 13px; color: var(--tinta); line-height: 1.1; }
.ma-res { font-size: 11px; color: var(--azul); font-weight: 700; display: flex; align-items: center; gap: 2px; margin-top: 1px; }
.ma-res .material-symbols-outlined { font-size: 13px; }
.ma-label { font-size: 9.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); margin-top: 2px; }
.mini-app > .ma-pillnav {
  position: static; left: auto; right: auto; bottom: auto; height: auto;
  display: flex; align-items: center; justify-content: space-around;
  padding: 10px 16px 16px; background: rgba(255,255,255,.85); border-top: 1px solid var(--hairline);
  border-radius: 0; box-shadow: none; backdrop-filter: none;
}
.mini-app > .ma-pillnav .ma-pn.add { border-radius: 13px; width: 38px; height: 38px; }

/* admin tab · pantalla Administración (AdminMoreScreen) */
.ma-body--admin {
  padding-bottom: 78px; gap: 8px;
  mask-image: linear-gradient(to bottom, #000 0%, #000 72%, transparent 100%);
}
.ma-admin-title { font-size: 17px; font-weight: 900; letter-spacing: -.02em; color: var(--tinta); line-height: 1.1; }
.ma-admin-card {
  background: var(--surface); border-radius: 14px; box-shadow: var(--e-1); border: 1px solid var(--hairline);
  padding: 10px 12px;
}
.ma-admin-card-title { font-size: 12px; font-weight: 800; color: var(--tinta); margin-bottom: 8px; }
.ma-admin-kpis { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ma-admin-kpi-val { font-size: 22px; font-weight: 900; letter-spacing: -.03em; line-height: 1.1; }
.ma-admin-kpi-val--primary { color: var(--azul); }
.ma-admin-kpi-val--secondary { color: var(--teal-2); }
.ma-admin-kpi-lbl { margin-top: 2px; font-size: 9.5px; font-weight: 600; color: var(--ink-2); }
.ma-overline {
  font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3);
  margin: 2px 0 -2px;
}
.ma-admin-group {
  background: var(--surface); border-radius: 14px; box-shadow: var(--e-1); border: 1px solid var(--hairline);
  overflow: hidden;
}
.ma-list-row {
  display: flex; align-items: center; gap: 9px; padding: 9px 11px;
  border-bottom: 1px solid var(--hairline);
}
.ma-list-row--last { border-bottom: none; }
.ma-list-ic {
  width: 32px; height: 32px; border-radius: 10px; flex: none;
  display: grid; place-items: center;
}
.ma-list-ic .material-symbols-outlined { font-size: 18px; }
.ma-list-txt { flex: 1; font-size: 11.5px; font-weight: 700; color: var(--tinta); min-width: 0; }
.ma-list-chev { font-size: 18px; color: var(--ink-3); flex: none; }

/* floating credential card */
.float-cred {
  position: absolute; z-index: 4; width: 250px; right: -6px; top: 96px;
  background: #fff; border-radius: 22px; box-shadow: 0 34px 70px rgba(0,0,0,.34); padding: 16px;
  transform: rotate(4deg); animation: floatA 6s ease-in-out infinite;
}
@keyframes floatA { 0%,100% { transform: rotate(4deg) translateY(0); } 50% { transform: rotate(4deg) translateY(-12px); } }
.fc-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; }
.fc-brand { display: flex; align-items: center; gap: 6px; font-family: var(--font-logo); font-weight: 800; font-size: 13px; color: var(--tinta); }
.fc-brand .material-symbols-outlined { color: var(--teal); font-size: 18px; }
.fc-sync { font-size: 10px; font-weight: 800; color: var(--teal); display: flex; align-items: center; gap: 4px; }
.fc-sync .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }
.fc-valid { background: var(--teal-soft); border-radius: 12px; padding: 10px 13px; margin-bottom: 13px; }
.fc-valid .l { font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--teal-2); }
.fc-valid .v { font-size: 15px; font-weight: 800; color: var(--teal-2); margin-top: 1px; }
.fc-qr {
  width: 116px; height: 116px; margin: 0 auto; border-radius: 12px;
  display: grid; place-items: center; background: #fff; overflow: hidden;
  box-shadow: var(--e-1); border: 1px solid var(--hairline);
}
.fc-qr--lg { width: 150px; height: 150px; }
.fc-qr .pasaya-demo-qr,
.qr-demo .pasaya-demo-qr { display: block; width: 100%; height: 100%; object-fit: contain; }
.fc-code-lbl { text-align: center; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); margin-top: 12px; }
.fc-code { text-align: center; font-family: 'JetBrains Mono', monospace; font-size: 21px; font-weight: 700; letter-spacing: 3px; color: var(--tinta); margin-top: 3px; }

/* toast */
.float-toast {
  position: absolute; z-index: 5; left: -18px; bottom: 70px;
  display: flex; align-items: center; gap: 11px; background: #fff; border-radius: 16px;
  padding: 12px 16px 12px 12px; box-shadow: 0 22px 50px rgba(0,0,0,.28);
  transform: rotate(-4deg); animation: floatB 6.5s ease-in-out infinite;
}
@keyframes floatB { 0%,100% { transform: rotate(-4deg) translateY(0); } 50% { transform: rotate(-4deg) translateY(10px); } }
.ft-ic { width: 36px; height: 36px; border-radius: 11px; background: var(--teal); color: #fff; display: grid; place-items: center; flex: none; }
.ft-ic .material-symbols-outlined { font-size: 22px; }
.ft-t { font-size: 13.5px; font-weight: 800; color: var(--tinta); line-height: 1.1; }
.ft-s { font-size: 11px; color: var(--ink-2); margin-top: 2px; }

/* ============================================================
   LOGO STRIP
   ============================================================ */
.logos { padding: 8px 0 0; }
.logos-cap { text-align: center; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 26px; }
.logos-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px 40px; }
.logo-ph { display: flex; align-items: center; gap: 9px; color: var(--ink-3); opacity: .85; }
.logo-ph .gm { width: 30px; height: 30px; border-radius: 8px; background: var(--surface-2); display: grid; place-items: center; }
.logo-ph .gm .material-symbols-outlined { font-size: 19px; color: var(--ink-3); }
.logo-ph .nm { font-weight: 800; font-size: 17px; letter-spacing: -.01em; }

/* ============================================================
   PROBLEMA (3 cards · controles primitivos)
   ============================================================ */
.prob-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.prob-card { background: var(--surface); border-radius: var(--r-card); padding: 28px; box-shadow: var(--e-1); border: 1px solid var(--hairline); display: flex; flex-direction: column; position: relative; }
.prob-tool { display: flex; align-items: center; gap: 12px; padding-bottom: 18px; margin-bottom: 18px; border-bottom: 1px dashed var(--hairline); }
.prob-tool .pt-ic { width: 46px; height: 46px; border-radius: 13px; background: var(--surface-2); color: var(--ink-3); display: grid; place-items: center; flex: none; position: relative; }
.prob-tool .pt-ic .material-symbols-outlined { font-size: 25px; }
.prob-tool .pt-ic::after { content: ''; position: absolute; left: 6px; right: 6px; top: 50%; height: 2.5px; background: #b5740a; border-radius: 2px; transform: rotate(-18deg); }
.prob-tool .pt-meta { min-width: 0; }
.prob-tool .pt-lbl { font-size: 10.5px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: var(--ink-3); }
.prob-tool .pt-name { font-size: 15px; font-weight: 800; color: var(--ink-2); margin-top: 2px; text-decoration: line-through; text-decoration-color: #b5740a; text-decoration-thickness: 2px; }
.prob-card h3 { font-size: 19px; font-weight: 800; letter-spacing: -.01em; margin: 0 0 8px; color: var(--tinta); }
.prob-card p { font-size: 14.5px; color: var(--ink-2); margin: 0 0 22px; line-height: 1.55; }
.prob-cost { margin-top: auto; display: inline-flex; align-items: center; gap: 7px; align-self: flex-start; font-size: 12.5px; font-weight: 800; color: #b5740a; background: #fdf1dc; padding: 7px 13px; border-radius: 999px; }
.prob-cost .material-symbols-outlined { font-size: 16px; }
.prob-after { margin-top: 22px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; background: var(--teal-soft); border-radius: var(--r-card); padding: 22px 28px; }
.prob-after .pa-ic { width: 46px; height: 46px; border-radius: 13px; background: var(--teal); color: #fff; display: grid; place-items: center; flex: none; }
.prob-after .pa-ic .material-symbols-outlined { font-size: 26px; }
.prob-after .pa-txt { font-size: 16.5px; font-weight: 700; color: var(--teal); flex: 1; min-width: 240px; line-height: 1.45; }
.prob-after .pa-txt b { color: var(--tinta); font-weight: 800; }

/* ============================================================
   ROLES (tabs)
   ============================================================ */
.roles-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 44px; flex-wrap: wrap; }
.role-tab {
  display: inline-flex; align-items: center; gap: 9px; border: 1.5px solid var(--hairline); background: var(--surface);
  border-radius: var(--r-full); padding: 11px 22px; font-family: inherit; font-size: 15.5px; font-weight: 700;
  color: var(--ink-2); cursor: pointer; box-shadow: var(--e-1); transition: .18s;
}
.role-tab .material-symbols-outlined { font-size: 21px; }
.role-tab:hover { color: var(--tinta); }
.role-tab.active { background: var(--azul); color: #fff; border-color: var(--azul); box-shadow: var(--e-float); }
.role-panel { display: none; }
.role-panel.active { display: block; animation: fadeUp .35s ease; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } }
.role-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.role-copy .eyebrow { margin-bottom: 16px; }
.role-copy h3 { font-size: clamp(26px, 3vw, 34px); font-weight: 900; letter-spacing: -.025em; line-height: 1.1; margin: 0 0 14px; text-wrap: balance; }
.role-copy > p { font-size: 17px; color: var(--ink-2); margin: 0 0 22px; line-height: 1.55; }
.role-feats { display: flex; flex-direction: column; gap: 13px; margin: 0 0 26px; padding: 0; list-style: none; }
.role-feats li { display: flex; align-items: flex-start; gap: 12px; font-size: 15.5px; color: var(--tinta); font-weight: 600; }
.role-feats .ck { width: 26px; height: 26px; border-radius: 50%; background: var(--teal-soft); color: var(--teal-2); display: grid; place-items: center; flex: none; margin-top: 1px; }
.role-feats .ck .material-symbols-outlined { font-size: 17px; }

/* role visual (varies) */
.role-visual { display: grid; place-items: center; }
.role-board {
  width: 100%; max-width: 460px; background: var(--surface); border-radius: var(--r-card);
  box-shadow: var(--e-3); border: 1px solid var(--hairline); overflow: hidden;
}
.rb-bar { display: flex; align-items: center; gap: 7px; padding: 14px 16px; border-bottom: 1px solid var(--hairline); }
.rb-dot { width: 10px; height: 10px; border-radius: 50%; }
.rb-title { margin-left: 8px; font-size: 13px; font-weight: 800; color: var(--ink-2); }
.rb-body { padding: 18px; display: flex; flex-direction: column; gap: 12px; }
.rb-row { display: flex; align-items: center; gap: 12px; padding: 12px 14px; background: var(--bg); border-radius: 13px; }
.rb-ava { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; flex: none; }
.rb-ava .material-symbols-outlined { font-size: 21px; }
.rb-main { flex: 1; min-width: 0; }
.rb-t { font-size: 14px; font-weight: 800; color: var(--tinta); }
.rb-s { font-size: 12px; color: var(--ink-2); margin-top: 2px; }
.rb-chip { font-size: 11px; font-weight: 800; padding: 4px 10px; border-radius: 999px; white-space: nowrap; }
.c-suc { background: var(--teal-soft); color: var(--teal-2); }
.c-warn { background: #fdf1dc; color: #b5740a; }
.c-err { background: #fdeaea; color: #d22f2f; }
.c-info { background: var(--azul-soft); color: var(--azul); }
.rb-metric-row { display: flex; gap: 12px; }
.rb-metric { flex: 1; background: var(--bg); border-radius: 13px; padding: 14px; }
.rb-metric .mv { font-size: 24px; font-weight: 900; letter-spacing: -.02em; color: var(--tinta); }
.rb-metric .ml { font-size: 11.5px; color: var(--ink-2); font-weight: 700; margin-top: 2px; }

/* guard scanner visual */
.scanner { width: 100%; max-width: 360px; aspect-ratio: 3/3.4; border-radius: 30px; position: relative; overflow: hidden;
  background: radial-gradient(120% 90% at 50% 16%, #16324d 0%, #0a141d 74%); box-shadow: var(--e-3); display: grid; place-items: center; }
.scan-reticle { position: relative; width: 60%; aspect-ratio: 1; }
.scan-corner { position: absolute; width: 34px; height: 34px; border: 4px solid #fff; }
.scan-corner.tl { top: 0; left: 0; border-right: none; border-bottom: none; border-top-left-radius: 12px; }
.scan-corner.tr { top: 0; right: 0; border-left: none; border-bottom: none; border-top-right-radius: 12px; }
.scan-corner.bl { bottom: 0; left: 0; border-right: none; border-top: none; border-bottom-left-radius: 12px; }
.scan-corner.br { bottom: 0; right: 0; border-left: none; border-top: none; border-bottom-right-radius: 12px; }
.scan-line { position: absolute; left: 6%; right: 6%; height: 2px; border-radius: 2px; background: linear-gradient(90deg, transparent, rgba(255,58,58,.35), rgba(255,58,58,.72), rgba(255,58,58,.35), transparent); box-shadow: 0 0 10px 1px rgba(255,58,58,.28), 0 0 22px 4px rgba(255,58,58,.14); animation: scan 2.4s cubic-bezier(.45,0,.55,1) infinite; }
@keyframes scan { 0% { top: 8%; } 50% { top: 92%; } 100% { top: 8%; } }
.scan-hint { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); white-space: nowrap; display: flex; align-items: center; gap: 7px; background: rgba(255,255,255,.14); backdrop-filter: blur(8px); color: #fff; padding: 9px 16px; border-radius: 999px; font-size: 13px; font-weight: 700; }
.scan-hint .material-symbols-outlined { font-size: 18px; }
.scan-result { position: absolute; top: 16px; left: 16px; right: 16px; display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.95); border-radius: 14px; padding: 10px 13px; box-shadow: var(--e-2); }
.scan-result .ri { width: 34px; height: 34px; border-radius: 10px; background: var(--teal); color: #fff; display: grid; place-items: center; flex: none; }
.scan-result .ri .material-symbols-outlined { font-size: 20px; }
.scan-result .rt { font-size: 13.5px; font-weight: 800; color: var(--tinta); }
.scan-result .rs { font-size: 11px; color: var(--ink-2); }

/* ============================================================
   FEATURES (bento)
   ============================================================ */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.feat { background: var(--surface); border-radius: var(--r-card); padding: 28px; box-shadow: var(--e-1); border: 1px solid var(--hairline); position: relative; overflow: hidden; transition: transform .2s, box-shadow .2s; }
.feat:hover { transform: translateY(-3px); box-shadow: var(--e-2); }
.feat .fic { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 18px; }
.feat .fic .material-symbols-outlined { font-size: 27px; }
.feat h3 { font-size: 19px; font-weight: 800; letter-spacing: -.01em; margin: 0 0 8px; }
.feat p { font-size: 14.5px; color: var(--ink-2); margin: 0; line-height: 1.55; }
.feat.col-3 { grid-column: span 3; }
.feat.col-2 { grid-column: span 2; }
.ic-azul { background: var(--azul-soft); color: var(--azul); }
.ic-teal { background: var(--teal-soft); color: var(--teal-2); }
/* feature wide with mini visual */
.feat.wide { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; }
.feat.wide .fcopy { max-width: 320px; }
.qr-demo {
  width: 156px; height: 156px; border-radius: 18px; flex: none;
  display: grid; place-items: center; background: #fff;
  box-shadow: var(--e-3); border: 1px solid var(--hairline); overflow: hidden;
  padding: 8px; transform: rotate(10deg);
}
.pay-demo { display: flex; flex-direction: column; gap: 8px; min-width: 150px; }
.pay-pill { display: flex; align-items: center; gap: 8px; background: var(--bg); border-radius: 11px; padding: 9px 12px; font-size: 12.5px; font-weight: 700; }
.pay-pill .material-symbols-outlined { font-size: 17px; }
.pay-pill.al { color: var(--teal-2); }
.pay-pill.pe { color: #b5740a; }
.pay-pill.mo { color: #d22f2f; }
.bento-four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
}

/* ============================================================
   CÓMO FUNCIONA
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; }
.steps::before { content: ''; position: absolute; top: 36px; left: 16%; right: 16%; height: 2px; background: repeating-linear-gradient(90deg, var(--hairline) 0 8px, transparent 8px 16px); z-index: 0; }
.step { position: relative; z-index: 1; text-align: center; }
.step-num { width: 72px; height: 72px; border-radius: 22px; background: var(--surface); box-shadow: var(--e-2); border: 1px solid var(--hairline); display: grid; place-items: center; margin: 0 auto 22px; font-size: 28px; font-weight: 900; color: var(--azul); position: relative; }
.step-num .material-symbols-outlined { position: absolute; bottom: -8px; right: -8px; width: 30px; height: 30px; border-radius: 50%; background: var(--teal); color: #fff; font-size: 18px; display: grid; place-items: center; box-shadow: var(--e-1); }
.step h3 { font-size: 20px; font-weight: 800; letter-spacing: -.01em; margin: 0 0 8px; }
.step p { font-size: 15px; color: var(--ink-2); margin: 0 auto; max-width: 300px; line-height: 1.55; }

/* ============================================================
   SEGURIDAD (dark)
   ============================================================ */
.security { background: linear-gradient(160deg, #00306f 0%, #001a3d 100%); color: #fff; border-radius: 40px; margin: 0 var(--gutter); position: relative; overflow: hidden; }
.security::before {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: radial-gradient(rgba(141,245,228,.1) 1.3px, transparent 1.5px);
  background-size: 22px 22px; background-position: -6px -6px;
  -webkit-mask-image: radial-gradient(135% 115% at 10% 98%, #000 0%, rgba(0,0,0,.35) 42%, transparent 72%);
  mask-image: radial-gradient(135% 115% at 10% 98%, #000 0%, rgba(0,0,0,.35) 42%, transparent 72%);
}
.security-ripple {
  position: absolute; z-index: 2; top: 44px; right: 96px; width: 240px; height: 240px; pointer-events: none;
}
.security-ripple .ripple {
  position: absolute; top: 50%; left: 50%; width: 540px; height: 540px; margin: -270px 0 0 -270px;
  border-radius: 50%; border: 1.5px solid rgba(141,245,228,.2); transform-origin: center center;
  animation: securityRipple 4.2s cubic-bezier(.22,.61,.36,1) infinite;
}
.security-ripple .ripple:nth-child(2) { animation-delay: 1.4s; }
.security-ripple .ripple:nth-child(3) { animation-delay: 2.8s; }
.security-lock {
  position: relative; z-index: 1; width: 100%; height: 100%;
  display: grid; place-items: center; pointer-events: none; color: rgba(141,245,228,.42);
}
.security-lock::before {
  content: ''; position: absolute; inset: -20%; border-radius: 50%;
  background: radial-gradient(circle, rgba(141,245,228,.12) 0%, rgba(141,245,228,.04) 45%, transparent 72%);
}
.security-lock .material-symbols-outlined {
  position: relative; z-index: 1; font-size: 208px; font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 48;
  filter: drop-shadow(0 0 14px rgba(141,245,228,.16));
}
.security-inner { padding: 80px 64px; position: relative; z-index: 1; }
.security .ring {
  position: absolute; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.07);
  pointer-events: none; z-index: 1;
}
.security .ring.a { width: 540px; height: 540px; top: -106px; right: -54px; }
.security .ring.b { width: 360px; height: 360px; top: -16px; right: 36px; }
@keyframes securityRipple {
  0% { transform: scale(0.2); opacity: 0; }
  18% { opacity: 0.34; }
  100% { transform: scale(1); opacity: 0; }
}
.security .eyebrow { background: rgba(141,245,228,.14); color: #8df5e4; }
.security h2 { font-size: clamp(28px, 4vw, 42px); font-weight: 900; letter-spacing: -.03em; margin: 18px 0 0; max-width: 620px; text-wrap: balance; }
.security .lead { font-size: 18px; color: rgba(255,255,255,.72); margin: 16px 0 48px; max-width: 600px; line-height: 1.55; }
.sec-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.sec-item { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 18px; padding: 24px; }
.sec-item .si { width: 46px; height: 46px; border-radius: 13px; background: rgba(141,245,228,.14); color: #8df5e4; display: grid; place-items: center; margin-bottom: 16px; }
.sec-item .si .material-symbols-outlined { font-size: 25px; }
.sec-item h4 { font-size: 16.5px; font-weight: 800; margin: 0 0 6px; }
.sec-item p { font-size: 13.5px; color: rgba(255,255,255,.66); margin: 0; line-height: 1.5; }

/* ============================================================
   TESTIMONIO
   ============================================================ */
.testi { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: stretch; }
.testi-quote { background: var(--surface); border-radius: var(--r-card); padding: 44px; box-shadow: var(--e-1); border: 1px solid var(--hairline); display: flex; flex-direction: column; }
.testi-quote .qmark { font-family: Georgia, serif; font-size: 64px; line-height: .4; color: var(--azul-soft); height: 30px; }
.testi-quote blockquote { font-size: clamp(20px, 2.4vw, 27px); font-weight: 800; letter-spacing: -.02em; line-height: 1.32; margin: 12px 0 0; color: var(--tinta); text-wrap: balance; }
.testi-by { display: flex; align-items: center; gap: 13px; margin-top: auto; padding-top: 28px; }
.testi-by .ph { width: 48px; height: 48px; border-radius: 50%; background: var(--azul-soft); color: var(--azul); display: grid; place-items: center; flex: none; }
.testi-by .n { font-size: 15px; font-weight: 800; }
.testi-by .r { font-size: 13px; color: var(--ink-2); }
.testi-side { background: linear-gradient(150deg, var(--teal) 0%, #00564c 100%); border-radius: var(--r-card); padding: 40px; color: #fff; display: flex; flex-direction: column; justify-content: center; }
.testi-side .big { font-size: 52px; font-weight: 900; letter-spacing: -.03em; line-height: 1; }
.testi-side .lbl { font-size: 15px; color: rgba(255,255,255,.82); margin-top: 8px; font-weight: 600; }
.testi-side hr { border: none; border-top: 1px solid rgba(255,255,255,.18); margin: 26px 0; }

/* ============================================================
   PRICING
   ============================================================ */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; padding-top: 12px; }
.plan { background: var(--surface); border-radius: var(--r-card); padding: 34px 30px; border: 1px solid var(--hairline); display: flex; flex-direction: column; }
.plan.feat { border-color: var(--azul); box-shadow: var(--e-2); position: relative; overflow: visible; }
.plan-flag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--azul); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .03em; padding: 6px 16px; border-radius: 999px; white-space: nowrap; z-index: 1; box-shadow: var(--e-1); }
.plan-name { font-size: 14px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--teal-2); }
.plan-desc { font-size: 14.5px; color: var(--ink-2); margin: 10px 0 0; min-height: 44px; line-height: 1.45; }
.plan-price { font-size: 30px; font-weight: 900; letter-spacing: -.02em; margin: 22px 0 4px; }
.plan-price .small { font-size: 15px; font-weight: 700; color: var(--ink-2); }
.plan-feats { list-style: none; padding: 0; margin: 22px 0 26px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.plan-feats li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: var(--tinta); }
.plan-feats .material-symbols-outlined { font-size: 19px; color: var(--teal-2); flex: none; margin-top: 1px; }
.plan-feats li.off { color: var(--ink-3); }
.plan-feats li.off .material-symbols-outlined { color: var(--ink-3); }
.plan-feats li.plan-includes { font-weight: 800; color: var(--teal-2); }
.plan-feats li.plan-includes .material-symbols-outlined { color: var(--azul); }
.plan-pricing-note {
  max-width: 860px;
  margin: 34px auto 0;
  padding: 22px 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: var(--surface);
  border: 1px solid color-mix(in srgb, var(--azul) 14%, var(--hairline));
  border-radius: var(--r-card);
  box-shadow: var(--e-1);
}
.plan-pricing-note-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--azul-soft);
  color: var(--azul);
  display: grid;
  place-items: center;
  flex: none;
}
.plan-pricing-note-icon .material-symbols-outlined { font-size: 24px; }
.plan-pricing-note-body { min-width: 0; }
.plan-pricing-note-lead {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: var(--tinta);
  line-height: 1.45;
  letter-spacing: -.01em;
}
.plan-pricing-note-price {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  margin: 0 2px;
  border-radius: var(--r-full);
  background: var(--teal-soft);
  color: var(--teal-2);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -.02em;
  white-space: nowrap;
}
.plan-pricing-note-sub {
  margin: 8px 0 0;
  font-size: 14.5px;
  color: var(--ink-2);
  line-height: 1.55;
}

/* ============================================================
   FAQ
   ============================================================ */
.faq { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--surface); border-radius: var(--r-md); border: 1px solid var(--hairline); box-shadow: var(--e-1); overflow: hidden; }
.faq-q { width: 100%; display: flex; align-items: center; gap: 16px; padding: 22px 24px; background: none; border: none; font-family: inherit; text-align: left; cursor: pointer; font-size: 17px; font-weight: 800; color: var(--tinta); letter-spacing: -.01em; }
.faq-q .material-symbols-outlined { margin-left: auto; color: var(--azul); transition: transform .25s; flex: none; }
.faq-item.open .faq-q .material-symbols-outlined { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a-inner { padding: 0 24px 22px; font-size: 15.5px; color: var(--ink-2); line-height: 1.6; }
.faq-a-inner b { color: var(--tinta); }

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band { background: linear-gradient(135deg, #0a4aa0 0%, #00255c 100%); border-radius: 40px; margin: 0 var(--gutter); padding: 72px 64px; text-align: center; color: #fff; position: relative; overflow: hidden; }
.cta-band h2 { font-size: clamp(30px, 4vw, 46px); font-weight: 900; letter-spacing: -.03em; margin: 0; text-wrap: balance; }
.cta-band p { font-size: 18.5px; color: rgba(255,255,255,.78); margin: 16px auto 0; max-width: 560px; line-height: 1.5; }
.cta-band .hero-ctas { justify-content: center; margin-top: 34px; }
.cta-ring { position: absolute; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.09); }
.cta-ring.a { width: 460px; height: 460px; bottom: -260px; left: -80px; }
.cta-ring.b { width: 300px; height: 300px; bottom: -180px; left: 0; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--tinta); color: rgba(255,255,255,.7); padding: 64px 0 36px; margin-top: 100px; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer .wordmark { font-size: 26px; }
.footer .mark { width: 40px; height: 40px; border-radius: 12px; }
.foot-blurb { font-size: 14.5px; color: rgba(255,255,255,.6); margin: 18px 0 0; max-width: 280px; line-height: 1.55; }
.foot-col h5 { font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.5); margin: 0 0 16px; }
.foot-col a { display: block; font-size: 15px; color: rgba(255,255,255,.78); padding: 6px 0; transition: color .15s; }
.foot-col a:hover { color: #fff; }
.footer-bot { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 28px; flex-wrap: wrap; font-size: 13.5px; color: rgba(255,255,255,.5); }
.foot-social { display: flex; gap: 10px; }
.foot-social a { width: 38px; height: 38px; border-radius: 11px; background: rgba(255,255,255,.08); display: grid; place-items: center; color: rgba(255,255,255,.8); transition: background .15s; }
.foot-social a:hover { background: rgba(255,255,255,.16); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .bento { grid-template-columns: repeat(4, 1fr); }
  .feat.col-3 { grid-column: span 2; }
  .feat.col-2 { grid-column: span 2; }
  .bento-four { grid-template-columns: repeat(2, 1fr); }
  .sec-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  :root { --gutter: 22px; }
  .nav-links { display: none; }
  .nav-burger { display: grid; }
  .nav-cta .btn-ghost { display: none; }
  body.drawer-open .nav-cta .btn-primary { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .hero-stage { height: 520px; order: 2; }
  .hero { padding: 36px 0 60px; }
  .role-inner { grid-template-columns: 1fr; gap: 32px; }
  .role-visual { order: -1; }
  .testi { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .security { margin: 0 var(--gutter); }
  .security-inner { padding: 56px 32px; }
}
@media (max-width: 720px) {
  .section { padding: 68px 0; }
  .prob-grid { grid-template-columns: 1fr; }
  .bento { grid-template-columns: 1fr; }
  .feat.col-3, .feat.col-2 { grid-column: span 1; }
  .feat.wide { grid-template-columns: 1fr; }
  .bento-four { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 36px; }
  .steps::before { display: none; }
  .pricing-grid { grid-template-columns: 1fr; }
  .plan.feat { transform: none; }
  .plan-pricing-note { flex-direction: column; align-items: stretch; padding: 20px; }
  .plan-pricing-note-lead { font-size: 15.5px; }
  .sec-grid { grid-template-columns: 1fr; }
  .security-inner { padding: 44px 24px; }
  .cta-band { padding: 52px 28px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .hero-ctas .btn { flex: 1; }
}
@media (max-width: 480px) {
  .footer-top { grid-template-columns: 1fr; }
  .hero-stage { transform: scale(.9); }
}

/* ---- entrance reveals ---- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s cubic-bezier(.22,1,.36,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .float-cred, .float-toast, .scan-line, .security-ripple .ripple { animation: none; }
  .security-ripple .ripple { opacity: 0; transform: scale(1); }
  .security .ring { opacity: 0.12; }
}

/* ---- tweaks mount ---- */
#tweaks-root:empty { display: none; }
