/* Punto Común — primera dirección visual */
:root {
  --ink: #eef6ff;
  --muted: #9babc0;
  --muted-strong: #b9c7d8;
  --navy: #123761;
  --navy-deep: #081a2c;
  --navy-black: #050f1b;
  --cyan: #24c8e4;
  --cyan-light: #7ce7f5;
  --slate: #79879c;
  --line: rgba(167, 202, 228, 0.13);
  --line-strong: rgba(167, 202, 228, 0.22);
  --surface: rgba(14, 38, 62, 0.68);
  --surface-solid: #0d243b;
  --container: 1180px;
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --shadow: 0 34px 90px rgba(0, 8, 17, 0.42);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--navy-black);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open { overflow: hidden; }

button, a { -webkit-tap-highlight-color: transparent; }

button { font: inherit; }

a { color: inherit; text-decoration: none; }

img { display: block; max-width: 100%; }

svg { display: block; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }

.section { position: relative; padding: 130px 0; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 10px 16px;
  border-radius: 10px;
  color: #05131f;
  background: var(--cyan);
  font-weight: 700;
  transition: transform 180ms ease;
}

.skip-link:focus { transform: translateY(0); }

:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--cyan-light);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 16px rgba(36, 200, 228, 0.8);
  content: "";
}

.section-heading { max-width: 820px; margin-bottom: 66px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }

.section-heading h2 {
  margin: 20px 0 22px;
  font-size: clamp(2.35rem, 5.4vw, 4.45rem);
  font-weight: 590;
  letter-spacing: -0.055em;
  line-height: 1.03;
}

.section-heading h2 span { color: #8ea0b6; }

.section-heading > p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.section-heading.centered > p { margin-inline: auto; }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms cubic-bezier(.2,.7,.2,1), transform 700ms cubic-bezier(.2,.7,.2,1);
}

.reveal.is-visible { opacity: 1; transform: none; }

/* Header */
.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid transparent;
  transition: background 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.site-header.scrolled {
  border-color: rgba(155, 196, 224, 0.1);
  background: rgba(5, 15, 27, 0.78);
  box-shadow: 0 10px 35px rgba(0, 5, 13, 0.24);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  backdrop-filter: blur(18px) saturate(140%);
}

.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 78px; }

.brand { display: block; width: 166px; border-radius: 8px; overflow: hidden; }
.brand img { width: 100%; height: auto; }

.site-nav { display: flex; align-items: center; gap: 34px; }

.site-nav > a:not(.nav-cta) {
  position: relative;
  color: #b8c5d4;
  font-size: 0.88rem;
  font-weight: 560;
  transition: color 180ms ease;
}

.site-nav > a:not(.nav-cta)::after {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--cyan);
  content: "";
  transition: transform 200ms ease;
}

.site-nav > a:not(.nav-cta):hover { color: white; }
.site-nav > a:not(.nav-cta):hover::after { transform: scaleX(1); transform-origin: left; }

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(86, 210, 231, 0.22);
  border-radius: 100px;
  color: #eaffff;
  background: rgba(36, 200, 228, 0.09);
  font-size: 0.84rem;
  font-weight: 650;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nav-cta:hover { transform: translateY(-1px); border-color: rgba(86, 210, 231, 0.48); background: rgba(36, 200, 228, 0.15); }

.menu-toggle { display: none; }

/* Hero */
.hero {
  position: relative;
  min-height: 1100px;
  overflow: hidden;
  padding-top: 158px;
  background:
    radial-gradient(circle at 50% -15%, rgba(24, 78, 125, 0.28), transparent 38%),
    linear-gradient(180deg, #071626 0%, #081a2c 55%, #071522 100%);
  isolation: isolate;
}

.hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.3;
  background-image: linear-gradient(rgba(104, 170, 209, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(104, 170, 209, 0.05) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, black, transparent 68%);
  content: "";
}

.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(30px); pointer-events: none; }
.hero-glow-one { top: 80px; left: 50%; width: 680px; height: 420px; transform: translateX(-50%); background: rgba(18, 55, 97, 0.26); }
.hero-glow-two { top: 420px; right: -200px; width: 500px; height: 500px; background: rgba(36, 200, 228, 0.08); }

.hero-copy { position: relative; z-index: 2; text-align: center; }

.hero h1 {
  max-width: 1120px;
  margin: 23px auto 25px;
  font-size: clamp(3.2rem, 6.7vw, 5.75rem);
  font-weight: 590;
  letter-spacing: -0.067em;
  line-height: 0.96;
}

.hero h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(100deg, #d7faff 2%, #5fdced 43%, #a7eefa 95%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-lead { max-width: 660px; margin: 0 auto; color: #aab9ca; font-size: clamp(1.05rem, 1.7vw, 1.24rem); line-height: 1.65; }

.hero-actions { display: flex; justify-content: center; gap: 12px; margin-top: 35px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 0.9rem;
  font-weight: 700;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease, background 200ms ease;
}

.button-primary { color: #03131f; background: linear-gradient(135deg, #75e7f5, var(--cyan)); box-shadow: 0 14px 34px rgba(36, 200, 228, 0.17), inset 0 1px rgba(255, 255, 255, 0.48); }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(36, 200, 228, 0.27), inset 0 1px rgba(255, 255, 255, 0.5); }
.button-arrow { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; color: var(--cyan-light); background: #0b263a; }

.button-secondary { border-color: var(--line-strong); color: #d8e3ee; background: rgba(255, 255, 255, 0.035); }
.button-secondary:hover { transform: translateY(-2px); border-color: rgba(133, 190, 221, 0.36); background: rgba(255, 255, 255, 0.07); }

.hero-note { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 19px 0 0; color: #74879d; font-size: 0.73rem; letter-spacing: 0.02em; }
.hero-note span { width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 9px rgba(36, 200, 228, 0.7); }

.hero-stage { position: relative; z-index: 1; margin-top: 76px; perspective: 1400px; }

.hero-stage::before {
  position: absolute;
  z-index: -1;
  top: -80px;
  left: 50%;
  width: 88%;
  height: 500px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(36, 200, 228, 0.14), rgba(18, 55, 97, 0.04) 55%, transparent 72%);
  filter: blur(20px);
  content: "";
}

.app-window {
  position: relative;
  z-index: 2;
  width: min(100%, 1050px);
  margin: 0 auto;
  overflow: hidden;
  transform: rotateX(1.8deg);
  transform-origin: center top;
  border: 1px solid rgba(160, 210, 237, 0.22);
  border-radius: 23px;
  background: #0b1e30;
  box-shadow: 0 50px 120px rgba(0, 5, 14, 0.6), 0 0 0 6px rgba(72, 130, 166, 0.025), inset 0 1px rgba(255, 255, 255, 0.06);
}

.app-topbar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 44px; padding: 0 15px; border-bottom: 1px solid rgba(150, 188, 214, 0.12); background: #10283e; }
.window-controls { display: flex; gap: 7px; }
.window-controls span { width: 8px; height: 8px; border-radius: 50%; background: #40556b; }
.window-controls span:first-child { background: #5d778b; }
.app-address { display: flex; align-items: center; gap: 7px; min-width: 232px; padding: 6px 34px; border: 1px solid rgba(160, 195, 219, 0.08); border-radius: 7px; color: #7d91a4; background: rgba(0, 0, 0, 0.12); font-size: 0.6rem; text-align: center; }
.lock-dot { width: 5px; height: 5px; border-radius: 50%; background: #608399; }
.app-avatar { justify-self: end; display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: #082235; background: #6edbe9; font-size: 0.51rem; font-weight: 800; }

.app-shell { display: grid; grid-template-columns: 70px 1fr; min-height: 540px; }
.app-sidebar { display: flex; flex-direction: column; align-items: center; padding: 20px 0 17px; border-right: 1px solid rgba(152, 190, 215, 0.09); background: #0b2034; }
.mini-brand { width: 28px; height: 28px; overflow: hidden; border-radius: 8px; }
.mini-brand img { width: 100%; height: 100%; }
.sidebar-nav { display: flex; flex: 1; flex-direction: column; gap: 10px; margin-top: 36px; }
.sidebar-nav span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; color: #61788e; }
.sidebar-nav span.active { color: var(--cyan); background: rgba(36, 200, 228, 0.11); box-shadow: inset 0 0 0 1px rgba(36, 200, 228, 0.08); }
.sidebar-nav svg { width: 15px; height: 15px; }
.sidebar-help { display: grid; width: 25px; height: 25px; place-items: center; border: 1px solid #324a5e; border-radius: 50%; color: #688096; font-size: 0.65rem; }

.dashboard { padding: 33px 36px 36px; background: linear-gradient(145deg, #0e263c, #0c2134); }
.dashboard-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 27px; }
.dashboard-head p, .dashboard-title { margin: 0; }
.dashboard-head p { color: #778ca1; font-size: 0.65rem; }
.dashboard-title { display: block; margin-top: 2px; font-size: 1.22rem; font-weight: 600; letter-spacing: -0.025em; }
.dashboard-head button { position: relative; display: grid; width: 34px; height: 34px; padding: 0; place-items: center; border: 1px solid rgba(145, 181, 207, 0.14); border-radius: 10px; color: #8397aa; background: rgba(255, 255, 255, 0.025); }
.dashboard-head button svg { width: 13px; }
.dashboard-head button b { position: absolute; top: 8px; right: 9px; width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); }

.metric-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 14px; }
.metric-card { min-height: 138px; padding: 18px; border: 1px solid rgba(139, 181, 210, 0.12); border-radius: 15px; background: rgba(8, 26, 42, 0.66); box-shadow: inset 0 1px rgba(255, 255, 255, 0.025); }
.metric-featured { border-color: rgba(36, 200, 228, 0.21); background: linear-gradient(135deg, rgba(36, 200, 228, 0.1), rgba(8, 26, 42, 0.85)); }
.metric-label { display: flex; align-items: center; gap: 8px; color: #8fa2b3; font-size: 0.62rem; }
.metric-label svg { width: 13px; color: var(--cyan); }
.metric-card > strong { display: block; margin-top: 9px; font-size: 1.78rem; font-weight: 620; letter-spacing: -0.04em; line-height: 1.1; }
.metric-card > strong span { margin-left: 2px; color: #8da0b1; font-size: 0.85rem; }
.progress-track { height: 4px; margin-top: 14px; overflow: hidden; border-radius: 100px; background: rgba(125, 163, 186, 0.13); }
.progress-track span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #1faac7, var(--cyan-light)); }
.metric-card small { display: flex; justify-content: space-between; margin-top: 9px; color: #6f8497; font-size: 0.53rem; }
.metric-card small em { color: #6edcb4; font-style: normal; }
.metric-footer { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 25px; color: #687e91; font-size: 0.54rem; }
.metric-footer svg { width: 33px; color: #4dbcd0; }

.dashboard-lower { display: grid; grid-template-columns: 1.62fr .78fr; gap: 14px; margin-top: 14px; }
.activity-card, .community-card { padding: 20px; border: 1px solid rgba(139, 181, 210, 0.11); border-radius: 15px; background: rgba(8, 26, 42, 0.64); }
.card-title { display: flex; justify-content: space-between; }
.card-title p, .card-title h3 { margin: 0; }
.card-title p { color: #73899b; font-size: 0.53rem; text-transform: uppercase; letter-spacing: .12em; }
.card-title h3 { margin-top: 3px; font-size: 0.76rem; font-weight: 590; }
.card-title button { align-self: start; border: 0; color: #60778b; background: none; font-size: .7rem; }
.activity-card ul { margin: 14px 0 0; padding: 0; list-style: none; }
.activity-card li { display: grid; grid-template-columns: 31px 1fr auto; align-items: center; gap: 10px; padding: 9px 0; border-top: 1px solid rgba(137, 177, 203, .08); }
.activity-icon { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 8px; }
.activity-icon svg { width: 12px; }
.activity-icon.cyan { color: #72e5c4; background: rgba(64, 208, 167, .1); }
.activity-icon.blue { color: #62d6ea; background: rgba(36, 200, 228, .1); }
.activity-icon.slate { color: #b4c4d3; background: rgba(121, 135, 156, .12); }
.activity-card li p { margin: 0; line-height: 1.2; }
.activity-card li strong { display: block; font-size: .61rem; font-weight: 570; }
.activity-card li small { color: #667d90; font-size: .51rem; }
.activity-card time { color: #5e7487; font-size: .49rem; }
.community-card-head { display: flex; align-items: center; justify-content: space-between; color: #8297aa; font-size: .6rem; }
.community-card-head svg { width: 13px; color: var(--cyan); }
.people-ring { position: relative; width: 110px; height: 110px; margin: 13px auto; }
.people-ring svg { position: absolute; inset: 0; transform: rotate(-90deg); }
.people-ring circle { fill: none; stroke: rgba(116, 151, 174, .12); stroke-width: 7; }
.people-ring .ring-value { stroke: var(--cyan); stroke-linecap: round; stroke-dasharray: 302; stroke-dashoffset: 24; filter: drop-shadow(0 0 5px rgba(36, 200, 228, .25)); }
.ring-center { position: absolute; z-index: 1; inset: 0; display: grid; align-content: center; text-align: center; }
.ring-center strong { font-size: 1.1rem; line-height: 1; }
.ring-center span { margin-top: 4px; color: #687e92; font-size: .52rem; }
.people-row { display: flex; justify-content: space-between; color: #71879a; font-size: .52rem; }
.people-row strong { color: #dce8f2; }

.float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; padding: 13px 14px; border: 1px solid rgba(147, 195, 222, .22); border-radius: 14px; background: rgba(13, 37, 58, .88); box-shadow: 0 20px 50px rgba(0, 7, 16, .42), inset 0 1px rgba(255,255,255,.05); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.float-card p { margin: 0; line-height: 1.2; }
.float-card p strong, .float-card p small { display: block; }
.float-card p strong { font-size: .67rem; }
.float-card p small { margin-top: 3px; color: #8297a9; font-size: .51rem; }
.float-icon { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 9px; color: var(--cyan); background: rgba(36,200,228,.11); }
.float-icon svg { width: 14px; }
.float-card > svg { width: 15px; margin-left: 10px; color: #71e2b1; }
.float-access { top: 130px; right: -4px; }
.float-payment { bottom: 55px; left: -18px; }
.float-payment p small { margin: 0 0 3px; }
.float-payment p strong { font-size: .82rem; }
.positive { margin-left: 18px; padding: 3px 7px; border-radius: 20px; color: #6ce0b3; background: rgba(70, 209, 161, .1); font-size: .47rem; }

.stage-orbit { position: absolute; z-index: 0; border: 1px solid rgba(36,200,228,.08); border-radius: 50%; pointer-events: none; }
.stage-orbit-left { top: 90px; left: -160px; width: 360px; height: 360px; }
.stage-orbit-right { right: -140px; bottom: -100px; width: 440px; height: 440px; }
.hero-fade { position: absolute; right: 0; bottom: 0; left: 0; height: 240px; background: linear-gradient(transparent, var(--navy-black)); pointer-events: none; }

/* Product intro */
.intro { background: var(--navy-black); }
.intro::before { position: absolute; top: 80px; left: 50%; width: 850px; height: 460px; transform: translateX(-50%); border-radius: 50%; background: rgba(18, 55, 97, .15); filter: blur(100px); content: ""; }
.intro-grid { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: auto auto; gap: 20px; }
.intro-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(15, 42, 67, .78), rgba(8, 26, 42, .6)); box-shadow: inset 0 1px rgba(255,255,255,.035); }
.intro-card::after { position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(120deg, rgba(255,255,255,.025), transparent 34%); pointer-events: none; content: ""; }
.intro-card-wide { min-height: 390px; padding: 42px; }
.intro-card-tall { grid-row: span 2; min-height: 650px; padding: 42px 42px 0; }
.intro-card-small { display: grid; grid-template-columns: 1fr .9fr; align-items: center; min-height: 240px; padding: 28px 36px; }
.card-copy { position: relative; z-index: 2; }
.card-kicker { color: var(--cyan-light); font-size: .68rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.card-copy h3 { margin: 12px 0 12px; font-size: clamp(1.45rem, 2.5vw, 2.12rem); font-weight: 580; letter-spacing: -.04em; line-height: 1.1; }
.card-copy p { max-width: 440px; margin: 0; color: var(--muted); font-size: .94rem; line-height: 1.7; }

.units-mock { position: absolute; right: 34px; bottom: -9px; width: 72%; padding: 18px; border: 1px solid rgba(159,200,225,.16); border-radius: 17px 17px 0 0; background: rgba(7,22,36,.82); box-shadow: 0 25px 60px rgba(0,5,13,.3); }
.units-toolbar { display: flex; justify-content: space-between; margin-bottom: 13px; }
.units-toolbar span { display: flex; align-items: center; gap: 7px; width: 48%; padding: 7px 9px; border: 1px solid rgba(139,178,204,.12); border-radius: 7px; color: #687e90; font-size: .48rem; }
.units-toolbar svg { width: 9px; }
.units-toolbar button { border: 0; border-radius: 7px; color: #061725; background: var(--cyan); font-size: .47rem; font-weight: 700; }
.unit-row { display: grid; grid-template-columns: .7fr 1.5fr 1fr; align-items: center; min-height: 39px; padding: 0 10px; border-top: 1px solid rgba(141,178,201,.08); font-size: .52rem; }
.unit-head { min-height: 26px; border: 0; color: #5f7487; font-size: .45rem; }
.unit-row > span { display: flex; align-items: center; gap: 7px; color: #93a4b3; }
.person { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; color: #ddecf6; font-size: .4rem; font-style: normal; }
.person.one { background: #24536f; }.person.two { background: #496175; }.person.three { background: #1e6671; }
.unit-row em { justify-self: start; padding: 3px 7px; border-radius: 20px; font-size: .42rem; font-style: normal; }
.status-ok { color: #63d5ab; background: rgba(74,201,157,.09); }.status-pending { color: #aebdca; background: rgba(121,135,156,.12); }

.phone-mock { position: absolute; right: 50%; bottom: -96px; width: 280px; height: 455px; transform: translateX(50%); padding: 8px; border: 1px solid rgba(179,216,237,.22); border-radius: 38px; background: #061622; box-shadow: 0 30px 70px rgba(0,5,12,.48), inset 0 0 0 2px rgba(255,255,255,.03); }
.phone-speaker { position: absolute; z-index: 3; top: 14px; left: 50%; width: 70px; height: 18px; transform: translateX(-50%); border-radius: 20px; background: #06141f; }
.phone-screen { height: 100%; overflow: hidden; padding: 14px; border-radius: 31px; background: linear-gradient(160deg, #112f49, #0b2033 60%); }
.phone-status { display: flex; justify-content: space-between; padding: 0 7px; color: #becbd6; font-size: .46rem; }
.phone-greeting { display: grid; margin-top: 29px; }
.phone-greeting small { color: #8397a9; font-size: .55rem; }.phone-greeting strong { font-size: 1.1rem; font-weight: 580; }
.phone-balance { position: relative; display: grid; margin-top: 17px; padding: 16px; overflow: hidden; border: 1px solid rgba(80,213,232,.16); border-radius: 15px; background: linear-gradient(135deg, rgba(36,200,228,.13), rgba(18,55,97,.4)); }
.phone-balance::after { position: absolute; right: -20px; bottom: -46px; width: 100px; height: 100px; border: 18px solid rgba(36,200,228,.06); border-radius: 50%; content:""; }
.phone-balance span { color: #9aabba; font-size: .48rem; }.phone-balance strong { margin-top: 1px; font-size: 1.35rem; font-weight: 590; }.phone-balance em { justify-self: start; margin-top: 8px; padding: 3px 7px; border-radius: 20px; color: #64dcb0; background: rgba(64,213,163,.1); font-size: .43rem; font-style: normal; }
.phone-shortcuts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 13px; }
.phone-shortcuts span { display: grid; gap: 6px; place-items: center; padding: 11px 2px 9px; border: 1px solid rgba(147,184,207,.1); border-radius: 10px; color: #8fa2b2; background: rgba(255,255,255,.02); font-size: .43rem; }
.phone-shortcuts svg { width: 14px; color: var(--cyan); }
.phone-notice { display: flex; align-items: center; gap: 9px; margin-top: 13px; padding: 11px; border-radius: 11px; background: rgba(5,18,29,.48); }
.phone-notice > svg { width: 15px; color: var(--cyan); }.phone-notice p { display: grid; margin: 0; line-height: 1.35; }.phone-notice strong { font-size: .5rem; }.phone-notice small { color: #708699; font-size: .42rem; }

.pulse-map { position: relative; height: 185px; }
.map-line { position: absolute; display: block; height: 1px; transform-origin: left; background: linear-gradient(90deg, transparent, rgba(92,183,210,.2), transparent); }
.line-one { top: 40%; left: 5%; width: 92%; transform: rotate(21deg); }.line-two { top: 72%; left: 14%; width: 70%; transform: rotate(-34deg); }.line-three { top: 20%; left: 32%; width: 62%; transform: rotate(67deg); }
.map-dot { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: #44657c; box-shadow: 0 0 0 5px rgba(75,119,145,.06); }
.dot-one { top: 25%; left: 18%; }.dot-two { top: 71%; left: 20%; }.dot-three { top: 24%; right: 16%; }.dot-four { right: 7%; bottom: 14%; }
.map-pin { position: absolute; top: 50%; left: 50%; display: grid; width: 58px; height: 58px; transform: translate(-50%,-50%); place-items: center; border: 1px solid rgba(36,200,228,.3); border-radius: 50%; background: rgba(36,200,228,.08); box-shadow: 0 0 0 18px rgba(36,200,228,.025), 0 0 50px rgba(36,200,228,.12); }
.map-pin img { width: 30px; height: 30px; border-radius: 50%; }
.intro-card-small .card-copy h3 { font-size: 1.4rem; }

/* Perspectives */
.perspectives { background: linear-gradient(180deg, #071521, #091b2b 45%, #071521); }
.perspectives::before { position: absolute; inset: 0; opacity: .28; background-image: radial-gradient(rgba(111,165,196,.17) .7px, transparent .7px); background-size: 20px 20px; mask-image: linear-gradient(transparent, black 20%, black 80%, transparent); content: ""; }
.perspectives .container { position: relative; }
.perspective-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 20px; padding: 7px; border: 1px solid var(--line); border-radius: 22px; background: rgba(7,22,35,.72); }
.perspective-tabs button { display: flex; align-items: center; gap: 14px; min-height: 78px; padding: 14px 18px; border: 1px solid transparent; border-radius: 16px; color: #74899c; background: transparent; text-align: left; cursor: pointer; transition: color 180ms ease, background 180ms ease, border-color 180ms ease; }
.perspective-tabs button > svg { width: 19px; flex: 0 0 auto; }
.perspective-tabs button span { display: grid; line-height: 1.35; }.perspective-tabs button strong { font-size: .82rem; }.perspective-tabs button small { margin-top: 3px; font-size: .66rem; }
.perspective-tabs button[aria-selected="true"] { border-color: rgba(108,197,222,.16); color: #ddebF5; background: linear-gradient(135deg, rgba(36,200,228,.12), rgba(18,55,97,.26)); box-shadow: inset 0 1px rgba(255,255,255,.04); }
.perspective-tabs button[aria-selected="true"] > svg { color: var(--cyan); }

.perspective-panels { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(135deg, rgba(15,43,68,.72), rgba(7,23,37,.8)); box-shadow: var(--shadow), inset 0 1px rgba(255,255,255,.035); }
.perspective-panel { display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: 55px; min-height: 540px; padding: 64px; }
.perspective-panel[hidden] { display: none; }
.perspective-panel.active { animation: panelIn 480ms cubic-bezier(.2,.7,.2,1); }
@keyframes panelIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.panel-number { color: var(--cyan); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.panel-copy h3 { margin: 18px 0 20px; font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 580; letter-spacing: -.048em; line-height: 1.07; }
.panel-copy > p { margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.75; }
.check-list { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; color: #bac8d5; font-size: .82rem; }
.check-list li { display: flex; align-items: center; gap: 10px; }
.check-list svg { width: 16px; padding: 3px; border-radius: 50%; color: var(--cyan); background: rgba(36,200,228,.1); }

.panel-visual { position: relative; min-height: 360px; padding: 30px; overflow: hidden; border: 1px solid rgba(151,195,220,.16); border-radius: 24px; background: rgba(5,19,31,.62); box-shadow: 0 25px 65px rgba(0,5,13,.3), inset 0 1px rgba(255,255,255,.03); }
.panel-visual::before { position: absolute; top: -100px; right: -100px; width: 310px; height: 310px; border-radius: 50%; background: rgba(36,200,228,.065); filter: blur(30px); content:""; }
.visual-toolbar { position: relative; display: flex; align-items: center; justify-content: space-between; color: #cfdae5; font-size: .72rem; }
.visual-toolbar button { display: flex; align-items: center; gap: 8px; padding: 7px 10px; border: 1px solid rgba(142,181,205,.13); border-radius: 8px; color: #899cad; background: rgba(255,255,255,.02); font-size: .53rem; }
.visual-toolbar svg { width: 8px; }
.finance-summary { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; gap: 25px; margin-top: 42px; padding-bottom: 31px; border-bottom: 1px solid rgba(142,181,204,.09); }
.finance-summary > div:first-child { display: grid; }.finance-summary small { color: #6f8496; font-size: .55rem; }.finance-summary strong { margin: 5px 0 13px; font-size: 1.75rem; font-weight: 580; letter-spacing: -.04em; }.finance-summary span { color: #61d1ad; font-size: .52rem; }.finance-summary span svg { display: inline; width: 17px; margin-right: 4px; vertical-align: middle; }
.bar-chart { display: flex; align-items: flex-end; gap: 8px; height: 115px; padding: 0 8px; border-bottom: 1px solid rgba(121,159,184,.12); background: repeating-linear-gradient(to bottom, rgba(125,163,187,.065) 0 1px, transparent 1px 36px); }
.bar-chart i { flex: 1; min-width: 8px; border-radius: 5px 5px 0 0; background: linear-gradient(to top, rgba(36,200,228,.28), rgba(36,200,228,.9)); box-shadow: 0 0 15px rgba(36,200,228,.08); }
.finance-bottom { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 25px; }
.finance-bottom > div { display: flex; align-items: center; gap: 10px; }.finance-bottom span { display: grid; }.finance-bottom small { color: #6e8394; font-size: .49rem; }.finance-bottom strong { font-size: .65rem; font-weight: 560; }
.legend { width: 6px; height: 28px; border-radius: 10px; }.legend.paid { background: var(--cyan); }.legend.pending { background: #48667c; }

.resident-visual { padding: 32px 34px; }
.resident-welcome { position: relative; display: flex; align-items: center; justify-content: space-between; }
.resident-welcome > span { display: grid; }.resident-welcome small { color: #718698; font-size: .57rem; }.resident-welcome strong { font-size: 1.25rem; font-weight: 590; }
.resident-welcome > svg { width: 16px; color: #8498aa; }
.resident-actions { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 35px; }
.resident-actions > div { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 11px; padding: 17px; border: 1px solid rgba(133,183,209,.13); border-radius: 15px; background: rgba(14,48,72,.55); }
.resident-actions > div > svg { width: 39px; height: 39px; padding: 10px; border-radius: 11px; color: var(--cyan); background: rgba(36,200,228,.1); }.resident-actions span { display: grid; }.resident-actions strong { font-size: .66rem; }.resident-actions small { color: #718698; font-size: .49rem; }.resident-actions b { color: #668195; font-size: .7rem; }
.resident-event { position: relative; display: flex; align-items: center; gap: 14px; margin-top: 17px; padding: 20px; border: 1px solid rgba(133,183,209,.1); border-radius: 15px; background: rgba(7,25,40,.62); }
.event-date { display: grid; width: 46px; height: 50px; place-content: center; border-radius: 11px; color: #061923; background: linear-gradient(145deg, #75e4f1, #29bed8); text-align: center; }.event-date strong { font-size: 1rem; line-height: 1; }.event-date span { font-size: .42rem; font-weight: 800; }
.resident-event p { display: grid; margin: 0; line-height: 1.5; }.resident-event p small { color: #72889b; font-size: .46rem; }.resident-event p strong { font-size: .68rem; }.resident-event p span { color: #7f94a5; font-size: .5rem; }

.guard-header { position: relative; display: flex; align-items: center; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid rgba(131,172,198,.09); }
.guard-header span { display: flex; align-items: center; gap: 7px; font-size: .65rem; }.guard-header span i { width: 5px; height: 5px; border-radius: 50%; background: #5dd8a9; box-shadow: 0 0 8px rgba(93,216,169,.5); }.guard-header small { color: #728699; font-size: .49rem; }
.guard-scan { position: relative; display: grid; grid-template-columns: 130px 1fr; align-items: center; gap: 28px; margin-top: 25px; }
.scan-corners { position: relative; display: block; width: 130px; height: 130px; }.scan-corners > i { position: absolute; width: 25px; height: 25px; border-color: var(--cyan); }.scan-corners > i:nth-child(1) { top:0;left:0;border-top:2px solid var(--cyan);border-left:2px solid var(--cyan);border-radius:8px 0 0 0; }.scan-corners > i:nth-child(2) { top:0;right:0;border-top:2px solid var(--cyan);border-right:2px solid var(--cyan);border-radius:0 8px 0 0; }.scan-corners > i:nth-child(3) { bottom:0;left:0;border-bottom:2px solid var(--cyan);border-left:2px solid var(--cyan);border-radius:0 0 0 8px; }.scan-corners > i:nth-child(4) { right:0;bottom:0;border-right:2px solid var(--cyan);border-bottom:2px solid var(--cyan);border-radius:0 0 8px 0; }
.scan-corners b { position: absolute; inset: 25px; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle, rgba(36,200,228,.16), transparent 67%); }.scan-corners img { width: 48px; height: 48px; border-radius: 50%; }.guard-scan p { display: grid; margin: 0; }.guard-scan strong { font-size: .78rem; }.guard-scan small { color: #718699; font-size: .54rem; }
.guard-log { position: relative; display: flex; align-items: center; justify-content: space-between; margin-top: 23px; padding: 14px; border: 1px solid rgba(113,202,218,.13); border-radius: 13px; background: rgba(36,200,228,.055); }.guard-log > span { display: flex; align-items: center; gap: 10px; }.guard-log > span > svg { width: 31px; height: 31px; padding: 8px; border-radius: 9px; color: var(--cyan); background: rgba(36,200,228,.1); }.guard-log p { display: grid; margin: 0; }.guard-log strong { font-size: .61rem; }.guard-log small { color: #718799; font-size: .48rem; }.guard-log em { padding: 4px 8px; border-radius: 20px; color: #67dab1; background: rgba(74,204,159,.09); font-size: .45rem; font-style: normal; }

/* Features */
.features { overflow: hidden; background: #06131f; }
.features-heading { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 60px; }
.features-heading h2 { margin-bottom: 0; }
.features-heading > p { max-width: 385px; padding-bottom: 5px; font-size: .96rem; }
.feature-list { display: grid; gap: 24px; }
.feature-row { display: grid; grid-template-columns: .78fr 1.22fr; align-items: stretch; gap: 22px; min-height: 480px; }
.feature-row.reverse { grid-template-columns: 1.22fr .78fr; }.feature-row.reverse .feature-copy { order: 2; }.feature-row.reverse .feature-visual { order: 1; }
.feature-copy, .feature-visual { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(14,40,63,.7), rgba(7,22,35,.75)); }
.feature-copy { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 24px; padding: 48px 42px; }
.feature-index { color: #536b7f; font-size: .66rem; font-weight: 700; letter-spacing: .12em; }
.feature-icon { width: 42px; height: 42px; padding: 11px; border: 1px solid rgba(36,200,228,.16); border-radius: 12px; color: var(--cyan); background: rgba(36,200,228,.08); }
.feature-copy h3 { margin: 23px 0 18px; font-size: clamp(2rem, 3.6vw, 3rem); font-weight: 580; letter-spacing: -.05em; line-height: 1.04; }
.feature-copy p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.75; }
.feature-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 30px; }
.feature-tags span { padding: 6px 10px; border: 1px solid rgba(144,181,204,.12); border-radius: 20px; color: #8094a6; font-size: .55rem; }
.feature-visual { position: relative; min-width: 0; padding: 60px; background: radial-gradient(circle at 70% 30%, rgba(36,200,228,.07), transparent 46%), linear-gradient(145deg, rgba(13,38,60,.78), rgba(6,20,32,.88)); }
.feature-visual::after { position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(rgba(115,172,201,.23) .7px, transparent .7px); background-size: 18px 18px; mask-image: radial-gradient(circle, black, transparent 74%); content:""; }

.payments-visual { display: flex; flex-direction: column; justify-content: center; }
.payment-head { position: relative; z-index: 1; display: flex; align-items: start; justify-content: space-between; }.payment-head p { display: grid; margin: 0; }.payment-head span { color: #7d92a4; font-size: .62rem; }.payment-head strong { margin-top: 5px; font-size: clamp(1.7rem,3vw,2.5rem); font-weight: 590; letter-spacing: -.04em; }.payment-head > svg { width: 42px; height: 42px; padding: 11px; border-radius: 12px; color: var(--cyan); background: rgba(36,200,228,.09); }
.payment-chart { position: relative; z-index: 1; height: 190px; margin-top: 32px; }.chart-grid { position: absolute; inset: 0; display: grid; grid-template-rows: repeat(4,1fr); }.chart-grid i { border-top: 1px solid rgba(130,171,196,.09); }.payment-chart svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }.payment-chart .area { fill: url(#area); }.payment-chart .line { fill: none; stroke: var(--cyan); stroke-width: 3; vector-effect: non-scaling-stroke; filter: drop-shadow(0 0 7px rgba(36,200,228,.25)); }
.payment-legend { position: relative; z-index: 1; display: flex; justify-content: space-between; margin-top: 22px; color: #8498a9; font-size: .58rem; }.payment-legend span { display: flex; align-items: center; gap: 7px; }.payment-legend i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); }.payment-legend strong { color: #64dcb1; font-size: .63rem; }

.access-visual { display: grid; place-items: center; min-height: 480px; padding: 36px; }
.access-phone { position: relative; z-index: 1; display: grid; width: 245px; padding: 18px 24px 28px; border: 1px solid rgba(165,207,229,.18); border-radius: 28px; background: linear-gradient(160deg,#102d45,#091c2c); box-shadow: 0 30px 60px rgba(0,5,13,.4), inset 0 1px rgba(255,255,255,.04); text-align: center; }
.access-phone-top { display: flex; justify-content: space-between; color: #8194a5; font-size: .46rem; }.access-phone-top svg { width: 12px; }.access-phone > p { margin: 15px 0; font-size: .68rem; font-weight: 600; }.access-phone > strong { margin-top: 17px; font-size: .62rem; }.access-phone > small { color: #718699; font-size: .5rem; }
.qr-box { position: relative; width: 148px; height: 148px; margin: auto; padding: 17px; background: #e8f4f5; }.qr-box > span { position: absolute; width: 24px; height: 24px; border-color: var(--cyan); }.qr-box > span:nth-child(1){top:-5px;left:-5px;border-top:2px solid var(--cyan);border-left:2px solid var(--cyan)}.qr-box > span:nth-child(2){top:-5px;right:-5px;border-top:2px solid var(--cyan);border-right:2px solid var(--cyan)}.qr-box > span:nth-child(3){bottom:-5px;left:-5px;border-bottom:2px solid var(--cyan);border-left:2px solid var(--cyan)}.qr-box > span:nth-child(4){right:-5px;bottom:-5px;border-right:2px solid var(--cyan);border-bottom:2px solid var(--cyan)}
.fake-qr { width: 100%; height: 100%; opacity: .88; background: repeating-conic-gradient(#123761 0 25%, transparent 0 50%) 0 0 / 18px 18px; }.qr-box img { position:absolute; top:50%; left:50%; width:38px; height:38px; transform:translate(-50%,-50%); border:4px solid #e8f4f5; border-radius:50%; }
.access-success { position: absolute; z-index: 2; right: 45px; bottom: 54px; display: flex; align-items: center; gap: 10px; min-width: 215px; padding: 13px; border: 1px solid rgba(143,196,217,.18); border-radius: 13px; background: rgba(13,40,59,.91); box-shadow: 0 18px 42px rgba(0,5,12,.4); backdrop-filter: blur(10px); }.access-success > svg { width: 31px; height: 31px; padding: 8px; border-radius: 50%; color: #061923; background: #68ddb1; }.access-success p { display:grid; margin:0; }.access-success strong { font-size:.58rem; }.access-success small { color:#718798; font-size:.47rem; }

.communication-visual { display: grid; align-content: center; }
.notice-card { position: relative; z-index: 1; border: 1px solid rgba(149,192,216,.15); background: rgba(9,28,43,.86); box-shadow: 0 25px 60px rgba(0,5,13,.25); }
.main-notice { width: 86%; padding: 25px; border-radius: 18px; }.notice-author { display: grid; grid-template-columns: 33px 1fr auto; align-items: center; gap: 10px; }.notice-author > span { display:grid; width:33px; height:33px; place-items:center; border-radius:10px; color:#072031; background:var(--cyan); font-size:.56rem; font-weight:800; }.notice-author p { display:grid; margin:0; line-height:1.3; }.notice-author strong { font-size:.6rem; }.notice-author small { color:#718698; font-size:.47rem; }.notice-author svg { width:13px; color:#647b8e; }.main-notice h4 { margin:23px 0 7px; font-size:1rem; font-weight:580; }.main-notice > p { margin:0; color:#899dac; font-size:.61rem; line-height:1.6; }.notice-footer { display:flex; justify-content:space-between; margin-top:21px; padding-top:15px; border-top:1px solid rgba(135,175,199,.09); color:#718698; font-size:.48rem; }.notice-footer span { display:flex; align-items:center; gap:5px; }.notice-footer svg { width:11px; color:var(--cyan); }
.mini-notice { justify-self:end; display:flex; align-items:center; gap:10px; width:72%; margin-top:-4px; padding:14px; border-radius:14px; }.mini-notice > svg { width:30px; height:30px; padding:8px; border-radius:9px; color:var(--cyan); background:rgba(36,200,228,.1); }.mini-notice p { display:grid; flex:1; margin:0; line-height:1.3; }.mini-notice strong { font-size:.56rem; }.mini-notice small { color:#6f8597; font-size:.45rem; }.mini-notice > span { color:#718699; font-size:.65rem; }

.feature-cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 45px; }.feature-cloud span { display: flex; align-items: center; gap: 8px; padding: 10px 15px; border: 1px solid var(--line); border-radius: 100px; color: #879aab; background: rgba(14,39,61,.36); font-size: .67rem; }.feature-cloud svg { width: 13px; color: var(--cyan); }

/* CTA and footer */
.final-cta { padding-top: 90px; background: linear-gradient(180deg,#06131f,#071625); }
.cta-shell { position: relative; overflow: hidden; padding: 100px 40px; border: 1px solid rgba(118,205,226,.2); border-radius: 42px; background: radial-gradient(circle at 50% 130%, rgba(36,200,228,.16), transparent 48%), linear-gradient(145deg,#0d2c48,#091d30 64%,#0b263d); box-shadow: 0 40px 90px rgba(0,5,13,.3), inset 0 1px rgba(255,255,255,.05); text-align: center; }
.cta-shell::before { position:absolute; inset:0; opacity:.22; background-image:linear-gradient(rgba(115,177,207,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(115,177,207,.09) 1px,transparent 1px); background-size:56px 56px; mask-image:radial-gradient(circle at center,black,transparent 68%); content:""; }
.cta-shell > *:not(.cta-light,.cta-mark) { position:relative; z-index:2; }
.cta-light { position:absolute; top:-260px; left:50%; width:640px; height:500px; transform:translateX(-50%); border-radius:50%; background:rgba(36,200,228,.13); filter:blur(80px); }
.cta-mark { position:absolute; right:-70px; bottom:-130px; width:370px; opacity:.035; border-radius:50%; }
.cta-shell h2 { margin:20px 0 20px; font-size:clamp(2.5rem,5.2vw,4.6rem); font-weight:580; letter-spacing:-.057em; line-height:1.03; }.cta-shell h2 span { color:#95a7b9; }.cta-shell > p { max-width:650px; margin:0 auto; color:var(--muted); font-size:1rem; line-height:1.75; }.cta-actions { display:flex; align-items:center; justify-content:center; gap:26px; margin-top:34px; }.text-link { color:#b9c8d5; font-size:.82rem; font-weight:650; }.text-link span { margin-left:7px; color:var(--cyan); transition:margin 180ms ease; }.text-link:hover span { margin-left:11px; }

.site-footer { padding: 70px 0 30px; border-top: 1px solid rgba(130,174,199,.08); background: #050f1b; }
.footer-main { display:flex; justify-content:space-between; gap:50px; padding-bottom:60px; }.footer-brand img { width:175px; border-radius:8px; }.footer-brand p { max-width:300px; margin:20px 0 0; color:#718496; font-size:.79rem; }.footer-nav { display:flex; gap:90px; }.footer-nav > div { display:grid; align-content:start; gap:10px; }.footer-nav strong { margin-bottom:5px; color:#c8d4df; font-size:.69rem; letter-spacing:.06em; text-transform:uppercase; }.footer-nav a { color:#718496; font-size:.74rem; transition:color 180ms ease; }.footer-nav a:hover { color:var(--cyan-light); }.footer-bottom { display:flex; justify-content:space-between; padding-top:23px; border-top:1px solid rgba(130,174,199,.08); color:#526779; font-size:.65rem; }

/* Icon base */
[data-icon] { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 1020px) {
  .section { padding: 105px 0; }
  .hero { min-height: 1000px; }
  .app-window { width: 94%; }
  .float-access { right: 0; }.float-payment { left: 0; }
  .intro-card-wide { padding: 34px; }.intro-card-tall { padding: 34px 30px 0; }
  .perspective-panel { gap: 35px; padding: 44px; }
  .feature-row, .feature-row.reverse { grid-template-columns: .85fr 1.15fr; }
  .feature-copy { padding: 40px 32px; }.feature-visual { padding: 40px; }
}

@media (max-width: 820px) {
  .site-nav { gap: 22px; }.site-nav > a:not(.nav-cta) { display:none; }
  .hero { min-height: auto; padding-bottom: 140px; }
  .hero-stage { width: 930px; max-width: none; margin-left: 50%; transform: translateX(-50%) scale(.78); transform-origin: center top; margin-bottom: -115px; }
  .intro-grid { grid-template-columns: 1fr; }.intro-card-tall { grid-row:auto; min-height:610px; }.intro-card-small { min-height:280px; }
  .perspective-tabs button { justify-content:center; }.perspective-tabs button span { display:none; }
  .perspective-panel { grid-template-columns:1fr; }.panel-visual { min-height:330px; }
  .features-heading { display:block; }.features-heading > p { margin-top:26px; }
  .feature-row, .feature-row.reverse { grid-template-columns:1fr; }.feature-row.reverse .feature-copy { order:1; }.feature-row.reverse .feature-visual { order:2; }.feature-visual { min-height:470px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 84px 0; }
  .section-heading { margin-bottom:44px; }.section-heading h2 { letter-spacing:-.05em; }
  .nav-wrap { min-height:68px; }.brand { width:147px; }
  .menu-toggle { position:relative; z-index:3; display:grid; width:42px; height:42px; padding:0; place-content:center; gap:6px; border:1px solid var(--line); border-radius:12px; background:rgba(12,35,55,.8); }
  .menu-toggle span { display:block; width:17px; height:1px; background:#c9d5df; transition:transform 180ms ease; }.menu-toggle[aria-expanded="true"] span:first-child { transform:translateY(3.5px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { transform:translateY(-3.5px) rotate(-45deg); }
  .site-nav { position:fixed; top:0; right:0; left:0; display:flex; flex-direction:column; align-items:stretch; gap:0; padding:94px 22px 30px; transform:translateY(-110%); border-bottom:1px solid var(--line); background:rgba(5,15,27,.97); box-shadow:0 30px 60px rgba(0,5,13,.5); transition:transform 260ms cubic-bezier(.2,.7,.2,1); }.site-nav.open { transform:translateY(0); }.site-nav > a:not(.nav-cta) { display:block; padding:15px 5px; border-bottom:1px solid rgba(137,177,202,.08); font-size:.95rem; }.site-nav > a::after { display:none; }.nav-cta { justify-content:center; margin-top:18px; min-height:48px; }
  .hero { padding-top:130px; padding-bottom:80px; }.hero-copy { overflow:hidden; }.hero h1 { width:100%; max-width:360px; font-size:clamp(2.85rem,12.8vw,3.2rem); line-height:.98; }.hero-lead { width:100%; max-width:350px; font-size:1rem; }.hero-actions { width:100%; flex-direction:column; align-items:stretch; margin-inline:auto; max-width:330px; }.hero-note { max-width:280px; margin:18px auto 0; line-height:1.4; }
  .hero-stage { width:810px; margin-top:55px; margin-bottom:-280px; transform:translateX(-50%) scale(.44); }.float-card { display:none; }
  .intro-card { border-radius:26px; }.intro-card-wide { min-height:420px; padding:30px 25px; }.units-mock { right:20px; width:88%; }.intro-card-tall { min-height:560px; padding:30px 25px 0; }.phone-mock { transform:translateX(50%) scale(.88); transform-origin:center bottom; }.intro-card-small { grid-template-columns:1fr; padding:20px 26px 30px; }.pulse-map { height:170px; }.intro-card-small .card-copy { text-align:center; }
  .perspective-tabs { gap:5px; padding:5px; border-radius:18px; }.perspective-tabs button { min-height:60px; padding:12px; border-radius:13px; }.perspective-tabs button > svg { width:18px; }
  .perspective-panels { border-radius:26px; }.perspective-panel { min-height:0; padding:30px 24px 24px; }.panel-copy h3 { font-size:2.25rem; }.panel-visual { min-height:310px; padding:22px; }
  .finance-summary { grid-template-columns:1fr; margin-top:25px; }.finance-summary > div:first-child { display:none; }.finance-bottom { gap:8px; }.finance-bottom small { font-size:.43rem; }
  .resident-actions { gap:7px; }.resident-actions > div { grid-template-columns:34px 1fr; padding:12px; }.resident-actions > div > svg { width:34px;height:34px; }.resident-actions b { display:none; }
  .guard-scan { grid-template-columns:105px 1fr; gap:16px; }.scan-corners { width:105px;height:105px; }.guard-log { padding:11px; }
  .feature-copy, .feature-visual { border-radius:26px; }.feature-copy { grid-template-columns:1fr; gap:12px; padding:32px 26px; }.feature-copy h3 { margin-top:18px; }.feature-index { position:absolute; top:36px; right:27px; }.feature-visual { min-height:390px; padding:27px; }.access-visual { min-height:460px; }.access-success { right:20px; bottom:35px; }.main-notice { width:100%; }.mini-notice { width:86%; }
  .cta-shell { padding:72px 24px; border-radius:30px; }.cta-shell h2 br { display:none; }.cta-actions { flex-direction:column; gap:20px; }.cta-actions .button { width:100%; max-width:330px; }
  .footer-main { flex-direction:column; padding-bottom:45px; }.footer-nav { gap:55px; }.footer-bottom { flex-direction:column; gap:8px; }
}

@media (max-width: 380px) {
  .hero-stage { transform:translateX(-50%) scale(.38); margin-bottom:-310px; }
  .perspective-panel { padding-inline:19px; }.panel-visual { padding:17px; }
  .resident-actions > div { grid-template-columns:1fr; }.resident-actions > div > svg { width:30px;height:30px; }.guard-scan { grid-template-columns:90px 1fr; }.scan-corners { width:90px;height:90px; }.guard-log em { display:none; }
  .footer-nav { flex-direction:column; gap:30px; }
}

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