:root {
  --blurple: #5865f2;
  --blurple-dark: #3442d9;
  --snow: #ffffff;
  --fog: #babcd9;
  --cosmic: #0e0f2d;
  --cosmic-deep: #070816;
  --surface: #171a42;
  --charcoal: #23272a;
  --green: #57f287;
  --cyan: #00b0f4;
  --radius-card: 24px;
  --page: min(1200px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--snow);
  background: var(--cosmic);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: fixed;
  z-index: 30;
  top: 16px;
  left: 50%;
  width: min(1160px, calc(100% - 32px));
  min-height: 68px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
  background: rgba(14,15,45,.64);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 20px; letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: var(--blurple); }
.brand-mark svg { width: 26px; fill: none; stroke: #fff; stroke-width: 2.3; stroke-linecap: round; }
.desktop-nav { display: flex; justify-content: center; gap: 4px; }
.desktop-nav a { padding: 10px 14px; border-radius: 12px; color: #e9eafe; font-weight: 500; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { background: rgba(255,255,255,.1); }
.header-cta { padding: 12px 17px; border-radius: 14px; background: #fff; color: #15162f; font-weight: 750; }
.mobile-tabbar { display: none; }

.hero {
  position: relative;
  width: var(--page);
  min-height: 900px;
  margin: 0 auto;
  padding: 178px 0 110px;
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(420px, 1.07fr);
  align-items: center;
  gap: 48px;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0 -30vw;
  background:
    radial-gradient(circle at 78% 36%, rgba(88,101,242,.34), transparent 30%),
    radial-gradient(circle at 17% 18%, rgba(0,176,244,.12), transparent 24%),
    linear-gradient(155deg, #161955 0%, var(--cosmic) 53%, #090a1e 100%);
}
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0 -30vw; opacity: .16; background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, #000, transparent 80%); }
.hero-copy { position: relative; z-index: 4; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: #e4e5ff; font-size: 14px; font-weight: 650; letter-spacing: .04em; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(87,242,135,.12); }
h1 {
  max-width: 670px;
  margin: 32px 0 28px;
  font-family: "Arial Black", "Segoe UI Black", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(58px, 7.2vw, 96px);
  line-height: .83;
  letter-spacing: -.065em;
  text-transform: uppercase;
}
h1 span { color: transparent; -webkit-text-stroke: 1.5px #fff; text-stroke: 1.5px #fff; }
.hero-copy > p { max-width: 560px; margin: 0; color: var(--fog); font-size: 18px; line-height: 1.58; }
.hero-actions { display: flex; align-items: center; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 14px; padding: 15px 23px; border-radius: 12px; font-weight: 750; transition: transform .2s ease, background-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blurple); color: #fff; }
.button-primary:hover { background: var(--blurple-dark); }
.button-primary span { font-size: 22px; }
.button-secondary { background: #fff; color: var(--charcoal); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 36px; color: #d9dcf4; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.hero-proof span { position: relative; padding-left: 15px; }
.hero-proof span::before { content: ""; position: absolute; left: 0; top: .48em; width: 6px; height: 6px; border-radius: 2px; background: var(--cyan); }

.hero-stage { position: relative; z-index: 3; min-height: 650px; display: grid; place-items: center; perspective: 1100px; }
.phone-shell { position: relative; width: min(340px, 68vw); padding: 11px; border: 2px solid rgba(255,255,255,.3); border-radius: 48px; background: #101119; transform: rotate(2.5deg); box-shadow: 0 40px 100px rgba(0,0,0,.48); }
.phone-shell img { width: 100%; border-radius: 37px; }
.phone-camera { position: absolute; z-index: 2; top: 20px; left: 50%; width: 76px; height: 22px; transform: translateX(-50%); border-radius: 999px; background: #0c0c12; }
.signal-pill { position: absolute; z-index: 5; padding: 11px 15px; border: 1px solid rgba(255,255,255,.25); border-radius: 14px; background: rgba(28,31,76,.8); backdrop-filter: blur(16px); font-size: 14px; font-weight: 700; }
.signal-pill-top { top: 102px; left: -10px; }
.signal-pill-top span { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: var(--green); }
.signal-pill-bottom { right: -2px; bottom: 112px; }
.signal-pill-bottom strong { color: var(--green); }
.mail-chip { position: absolute; display: flex; align-items: center; gap: 9px; padding: 9px 12px; border-radius: 14px; background: #fff; color: #1b1d37; font-size: 13px; box-shadow: 0 18px 44px rgba(0,0,0,.28); }
.mail-chip span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 9px; background: #dfe2ff; color: var(--blurple-dark); font-weight: 800; }
.mail-chip-one { left: 0; bottom: 190px; transform: rotate(-7deg); }
.mail-chip-two { right: 6px; top: 190px; transform: rotate(7deg); }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 530px; height: 530px; right: -65px; top: 180px; }
.orbit-two { width: 390px; height: 390px; right: 5px; top: 250px; }

.trust-strip { width: min(1280px, calc(100% - 32px)); margin: 0 auto 96px; padding: 26px 36px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: rgba(255,255,255,.06); color: var(--fog); text-align: center; }
.trust-strip p { margin: 0; font-size: 16px; }
.trust-strip strong { color: #fff; }
.trust-strip > span { color: var(--blurple); font-size: 24px; }

.section-intro { width: min(970px, calc(100% - 48px)); margin: 0 auto 76px; text-align: center; }
.section-kicker { margin: 0 0 17px; color: #c9ccff; font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h2 { margin: 0; font-family: "Arial Black", "Segoe UI Black", ui-sans-serif, system-ui, sans-serif; font-size: clamp(44px, 6.2vw, 78px); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
h2 span { color: var(--fog); }
.section-intro > p:last-child { max-width: 700px; margin: 30px auto 0; color: var(--fog); font-size: 19px; }

.feature-world { position: relative; width: min(1180px, calc(100% - 40px)); min-height: 720px; margin: 0 auto 112px; padding: 64px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; border-radius: var(--radius-card); overflow: hidden; }
.feature-world-purple { background: linear-gradient(135deg, #5b28a9 0%, #8d2d9c 48%, #df3d8c 100%); }
.feature-world-green { background: linear-gradient(135deg, #0d4b45 0%, #176652 58%, #258866 100%); }
.feature-world::before { content: ""; position: absolute; width: 450px; height: 450px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; right: -80px; top: -120px; }
.feature-copy { position: relative; z-index: 3; }
.feature-copy .section-kicker { color: #fff; opacity: .78; }
.feature-copy h2 { font-size: clamp(42px, 5vw, 66px); }
.feature-copy > p:not(.section-kicker):not(.honesty-note) { margin: 26px 0 0; color: rgba(255,255,255,.82); font-size: 18px; }
.clean-list { margin: 28px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.clean-list li { display: flex; align-items: center; gap: 11px; font-weight: 650; }
.clean-list li span { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.16); }
.feature-visual { position: relative; z-index: 2; min-height: 580px; display: grid; place-items: center; }
.device-card { position: relative; width: 292px; padding: 10px; border: 2px solid rgba(255,255,255,.5); border-radius: 42px; background: #14151e; box-shadow: 0 32px 65px rgba(38,0,39,.32); }
.device-card img { border-radius: 31px; }
.device-card-reading { transform: rotate(-5deg); }
.device-card-accounts { transform: rotate(5deg); }
.floating-label { position: absolute; z-index: 4; min-width: 180px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.3); border-radius: 14px; background: rgba(30,17,58,.66); backdrop-filter: blur(15px); font-size: 14px; font-weight: 700; }
.floating-label span { margin-right: 8px; color: #f3b4ff; }
.floating-label-a { top: 110px; left: 0; transform: rotate(3deg); }
.floating-label-b { right: 0; bottom: 105px; transform: rotate(-3deg); }

.capability-grid { width: min(1180px, calc(100% - 40px)); margin: 0 auto 112px; display: grid; grid-template-columns: 1.5fr 1fr; gap: 20px; }
.capability-card { position: relative; min-height: 370px; padding: 36px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: #17193f; overflow: hidden; }
.capability-large { grid-row: span 2; min-height: 760px; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(160deg, #191b46, #252962); }
.capability-number { display: inline-grid; width: 44px; height: 32px; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: var(--fog); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.capability-card h3 { margin: 24px 0 16px; font-family: "Arial Black", "Segoe UI Black", sans-serif; font-size: clamp(30px, 3.2vw, 48px); line-height: .98; letter-spacing: -.045em; text-transform: uppercase; }
.capability-card p { max-width: 520px; margin: 0; color: var(--fog); }
.mini-mail-stack { margin-top: 40px; display: grid; gap: 10px; }
.mini-mail-stack > span { position: relative; display: grid; grid-template-columns: 44px 1fr; column-gap: 12px; padding: 15px; border-radius: 16px; background: rgba(255,255,255,.92); color: #181a31; }
.mini-mail-stack i { grid-row: span 2; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: #dfe2ff; color: #3442d9; font-style: normal; font-weight: 800; }
.mini-mail-stack b { font-size: 14px; }
.mini-mail-stack small { color: #697083; }
.language-switch, .theme-switch { position: absolute; right: 32px; bottom: 30px; display: flex; padding: 5px; border-radius: 999px; background: rgba(255,255,255,.08); }
.language-switch span, .theme-switch span { display: grid; min-width: 50px; height: 42px; place-items: center; border-radius: 999px; color: var(--fog); font-weight: 800; }
.language-switch .active, .theme-switch span:first-child { background: #fff; color: #191a33; }

.security-grid { margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.security-grid div { padding: 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(7,40,35,.22); }
.security-grid b, .security-grid span { display: block; }
.security-grid b { font-size: 15px; }
.security-grid span { margin-top: 3px; color: rgba(255,255,255,.7); font-size: 13px; }
.honesty-note { margin: 20px 0 0; color: rgba(255,255,255,.64); font-size: 13px; }
.shield-seal { position: absolute; right: -2px; bottom: 105px; display: grid; width: 104px; height: 104px; place-items: center; align-content: center; border: 2px solid rgba(255,255,255,.56); border-radius: 50%; background: #092d28; transform: rotate(7deg); }
.shield-seal span { font-size: 23px; }
.shield-seal b { font-size: 14px; text-transform: uppercase; }
.shield-seal small { color: #b7e8d0; }

.compatibility { width: min(1180px, calc(100% - 40px)); margin: 0 auto 120px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: start; }
.compatibility-copy { position: sticky; top: 124px; }
.compatibility-copy h2 { font-size: clamp(43px, 5vw, 65px); }
.compatibility-copy > p:last-child { margin: 28px 0 0; color: var(--fog); font-size: 18px; }
.provider-board { display: grid; gap: 12px; }
.provider { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; padding: 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: #17193c; }
.provider-live { border-color: rgba(87,242,135,.38); background: linear-gradient(110deg, rgba(87,242,135,.12), #17193c 48%); }
.provider-icon { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 15px; background: var(--blurple); font-size: 20px; font-weight: 900; }
.provider-google { background: #fff; color: #4285f4; }
.provider-microsoft { background: #1674ea; }
.provider-yahoo { background: #6001d2; }
.provider-icloud { background: #d9e3f5; color: #55708f; }
.provider-pop { background: #fda220; color: #24202b; }
.provider h3, .provider p { margin: 0; }
.provider h3 { font-size: 17px; }
.provider p { margin-top: 2px; color: var(--fog); font-size: 14px; }
.status { padding: 7px 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: var(--fog); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.status-live { border-color: transparent; background: var(--green); color: #153224; }

.status-section { width: min(1180px, calc(100% - 40px)); margin: 0 auto 120px; }
.status-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 40px; align-items: end; margin-bottom: 54px; }
.status-heading .section-kicker { grid-column: 1 / -1; margin-bottom: -18px; }
.status-heading h2 { font-size: clamp(44px, 5.4vw, 70px); }
.status-heading > p:last-child { margin: 0; color: var(--fog); font-size: 18px; }
.status-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.status-card { min-height: 520px; padding: 38px; border-radius: 24px; }
.status-now { background: #f6f6f6; color: #17182f; }
.status-next { border: 1px solid rgba(255,255,255,.14); background: #17193b; }
.status-card-top { display: flex; align-items: center; gap: 10px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.status-card-top > span:not(.live-dot) { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: var(--blurple); }
.status-card h3 { margin: 48px 0 28px; font-family: "Arial Black", "Segoe UI Black", sans-serif; font-size: clamp(34px, 3.5vw, 48px); line-height: 1; letter-spacing: -.045em; text-transform: uppercase; }
.status-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 0; }
.status-card li { position: relative; padding: 14px 0 14px 26px; border-top: 1px solid currentColor; border-color: rgba(105,108,135,.25); }
.status-card li::before { content: "↗"; position: absolute; left: 0; color: var(--blurple); font-weight: 900; }
.status-now .live-dot { box-shadow: none; }

.final-cta { width: min(1280px, calc(100% - 32px)); min-height: 510px; margin: 0 auto 18px; padding: 68px; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; border-radius: 28px; background: linear-gradient(135deg, #4c3ce0 0%, #5865f2 42%, #7857e8 100%); overflow: hidden; position: relative; }
.final-cta::after { content: ""; position: absolute; width: 580px; height: 580px; right: -100px; top: -180px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.035), 0 0 0 140px rgba(255,255,255,.025); }
.final-cta-copy { position: relative; z-index: 2; max-width: 790px; }
.final-cta-copy .section-kicker { color: #fff; }
.final-cta-copy h2 { font-size: clamp(48px, 6.2vw, 78px); }
.final-cta-copy > p:last-child { max-width: 620px; margin: 26px 0 0; color: rgba(255,255,255,.82); font-size: 18px; }
.final-button { position: relative; z-index: 3; flex: none; }

footer { width: min(1200px, calc(100% - 48px)); margin: 0 auto; padding: 74px 0 36px; display: grid; grid-template-columns: 1.4fr .7fr .8fr; gap: 60px; }
.footer-brand p { color: var(--fog); }
.footer-links { display: grid; align-content: start; gap: 12px; }
.footer-links a, .footer-site a { color: var(--fog); }
.footer-links a:hover, .footer-site a:hover { color: #fff; }
.footer-site { display: grid; align-content: start; gap: 9px; }
.footer-site span { font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-legal { grid-column: 1 / -1; margin: 40px 0 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #7f82a4; font-size: 13px; }

.nori-guide {
  --guide-accent: #00b0f4;
  position: fixed;
  z-index: 50;
  right: 20px;
  bottom: 18px;
  display: flex;
  align-items: flex-end;
  gap: 4px;
  pointer-events: none;
}
.nori-guide[data-section="producto"] { --guide-accent: #d86bf0; }
.nori-guide[data-section="seguridad"] { --guide-accent: #57f287; }
.nori-guide[data-section="compatibilidad"] { --guide-accent: #fda220; }
.nori-guide[data-section="estado"] { --guide-accent: #8891f2; }
.guide-bubble {
  position: relative;
  width: 286px;
  margin: 0 -4px 82px 0;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 18px 18px 5px 18px;
  background: rgba(13,15,43,.86);
  box-shadow: 0 18px 48px rgba(0,0,0,.32);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
  pointer-events: auto;
  transform-origin: right bottom;
  transition: opacity .25s ease, transform .3s cubic-bezier(.2,.75,.25,1);
}
.guide-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.guide-heading > span { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.guide-heading i { width: 8px; height: 8px; border-radius: 50%; background: var(--guide-accent); box-shadow: 0 0 0 5px color-mix(in srgb, var(--guide-accent) 18%, transparent); transition: background .3s ease; }
.guide-heading button { display: grid; width: 28px; height: 28px; padding: 0; place-items: center; border: 0; border-radius: 9px; background: rgba(255,255,255,.08); color: #fff; font: inherit; font-size: 20px; line-height: 1; cursor: pointer; }
.guide-heading button:hover, .guide-heading button:focus-visible { background: rgba(255,255,255,.16); }
.guide-bubble p { min-height: 72px; margin: 13px 0 15px; color: #e7e8fa; font-size: 14px; line-height: 1.45; }
.guide-progress { display: flex; align-items: center; gap: 5px; }
.guide-progress span { width: 16px; height: 4px; border-radius: 999px; background: rgba(255,255,255,.18); transition: width .25s ease, background .25s ease; }
.guide-progress span.active { width: 34px; background: var(--guide-accent); }
.guide-bubble small { display: block; margin-top: 8px; color: #8f93b8; font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.guide-character { position: relative; width: 164px; height: 178px; padding: 0; border: 0; background: transparent; cursor: pointer; pointer-events: auto; filter: drop-shadow(0 22px 26px rgba(0,0,0,.38)); }
.guide-character img { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: contain; animation: nori-float 3.8s ease-in-out infinite; transition: transform .55s cubic-bezier(.2,.8,.2,1), filter .35s ease; }
.guide-character:hover img { filter: brightness(1.08); transform: translateY(-4px) rotate(2deg) scale(1.03); }
.guide-glow { position: absolute; z-index: 1; left: 50%; bottom: 10px; width: 118px; height: 72px; transform: translateX(-50%); border-radius: 50%; background: color-mix(in srgb, var(--guide-accent) 44%, transparent); filter: blur(25px); transition: background .4s ease; }
.guide-ping { position: absolute; z-index: 3; top: 18px; right: 12px; width: 13px; height: 13px; border: 3px solid #0e0f2d; border-radius: 50%; background: var(--guide-accent); transition: background .3s ease; }
.nori-guide.is-collapsed .guide-bubble { opacity: 0; transform: translateY(18px) scale(.72); pointer-events: none; }
.nori-guide.is-collapsed .guide-character img { transform: translateX(12px) scale(.86); }
.nori-guide.is-switching .guide-bubble { animation: guide-swap .38s ease both; }
.nori-guide[data-section="producto"] .guide-character img { transform: rotate(2deg); }
.nori-guide[data-section="seguridad"] .guide-character img { transform: rotate(-2deg) scale(.96); }
.nori-guide[data-section="compatibilidad"] .guide-character img { transform: rotate(3deg) translateY(-2px); }
.nori-guide[data-section="estado"] .guide-character img { transform: rotate(-3deg); }
@keyframes nori-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -9px; } }
@keyframes guide-swap { 0% { opacity: .45; transform: translateY(7px) scale(.97); } 100% { opacity: 1; transform: none; } }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { animation: reveal-up .65s cubic-bezier(.2,.75,.25,1) both; }
@keyframes reveal-up { from { opacity: .25; transform: translateY(18px); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  body { padding-bottom: calc(92px + env(safe-area-inset-bottom, 0px)); }
  .site-header { grid-template-columns: 1fr; width: max-content; min-height: 58px; padding: 8px 15px; }
  .desktop-nav, .header-cta { display: none; }
  .site-header .brand-mark { width: 34px; height: 34px; border-radius: 11px; }
  .mobile-tabbar {
    --active-index: 0;
    position: fixed;
    z-index: 60;
    left: 50%;
    bottom: max(10px, env(safe-area-inset-bottom, 0px));
    width: min(430px, calc(100% - 20px));
    height: 76px;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: stretch;
    padding: 6px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 27px;
    background: linear-gradient(155deg, rgba(34,38,91,.74), rgba(10,12,38,.8));
    box-shadow: 0 18px 48px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.15);
    backdrop-filter: blur(26px) saturate(175%);
    -webkit-backdrop-filter: blur(26px) saturate(175%);
  }
  .mobile-tabbar::after { content: ""; position: absolute; inset: 1px 14px auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.45), transparent); pointer-events: none; }
  .mobile-tab-indicator { position: absolute; z-index: 0; top: 6px; bottom: 6px; left: 6px; width: calc((100% - 12px) / 5); border: 1px solid rgba(255,255,255,.16); border-radius: 21px; background: linear-gradient(155deg, rgba(255,255,255,.2), rgba(255,255,255,.07)); box-shadow: 0 6px 18px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.18); transform: translateX(calc(var(--active-index) * 100%)); transition: transform .42s cubic-bezier(.2,.78,.2,1); }
  .mobile-tabbar a { position: relative; z-index: 1; display: grid; place-content: center; justify-items: center; gap: 3px; min-width: 0; border-radius: 20px; color: #8f93b6; font-size: 11px; font-weight: 700; line-height: 1; transition: color .25s ease, transform .25s ease; }
  .mobile-tabbar a svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .mobile-tabbar a.active { color: #fff; transform: translateY(-1px); }
  .mobile-tabbar a.active svg { filter: drop-shadow(0 0 8px rgba(136,145,242,.8)); }
  .mobile-tabbar a:focus-visible { outline: 2px solid #fff; outline-offset: -3px; }
  .nori-guide { bottom: calc(96px + env(safe-area-inset-bottom, 0px)); }
  .hero { min-height: auto; padding-top: 150px; grid-template-columns: 1fr; gap: 44px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .eyebrow { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-stage { min-height: 610px; }
  .orbit-one, .orbit-two { left: 50%; transform: translateX(-50%); }
  .orbit-one { top: 720px; }
  .orbit-two { top: 790px; }
  .feature-world { min-height: auto; padding: 48px 34px; grid-template-columns: 1fr; }
  .feature-world-green .feature-copy { order: 2; }
  .feature-world-green .feature-visual { order: 1; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-large { grid-row: auto; min-height: 670px; }
  .compatibility { grid-template-columns: 1fr; }
  .compatibility-copy { position: static; }
  .status-heading { grid-template-columns: 1fr; }
  .status-heading .section-kicker { margin-bottom: 0; }
  .status-columns { grid-template-columns: 1fr; }
  .final-cta { padding: 54px 40px; flex-direction: column; align-items: flex-start; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-legal { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  :root { --page: calc(100% - 32px); }
  .site-header { top: 10px; width: max-content; }
  .hero { padding-top: 122px; }
  h1 { margin-top: 25px; font-size: clamp(48px, 15vw, 70px); }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-stage { min-height: 540px; }
  .phone-shell { width: 278px; border-radius: 41px; }
  .phone-shell img { border-radius: 31px; }
  .phone-camera { top: 18px; }
  .signal-pill-top { top: 72px; left: -5px; }
  .signal-pill-bottom { right: -7px; bottom: 72px; }
  .mail-chip-one { left: -2px; bottom: 150px; }
  .mail-chip-two { right: -3px; top: 150px; }
  .trust-strip { grid-template-columns: 1fr; padding: 28px 22px; }
  .trust-strip > span { transform: rotate(90deg); }
  .section-intro { width: calc(100% - 32px); text-align: left; }
  .feature-world, .capability-grid, .compatibility, .status-section { width: calc(100% - 24px); }
  .feature-world { padding: 38px 22px; gap: 24px; }
  .feature-visual { min-height: 505px; }
  .device-card { width: 250px; }
  .floating-label { min-width: 0; font-size: 12px; }
  .floating-label-a { left: -8px; }
  .floating-label-b { right: -8px; }
  .capability-card { padding: 28px; }
  .capability-large { min-height: 620px; }
  .security-grid { grid-template-columns: 1fr; }
  .provider { grid-template-columns: auto 1fr; }
  .provider .status { grid-column: 2; justify-self: start; }
  .status-card { min-height: auto; padding: 30px 24px; }
  .final-cta { width: calc(100% - 20px); min-height: 570px; padding: 40px 24px; }
  .final-button { width: 100%; }
  footer { width: calc(100% - 40px); grid-template-columns: 1fr; }
  .footer-brand, .footer-legal { grid-column: auto; }
  .nori-guide { left: 8px; right: 8px; bottom: calc(94px + env(safe-area-inset-bottom, 0px)); display: grid; grid-template-columns: minmax(0, 1fr) 88px; gap: 0; align-items: end; }
  .guide-character { grid-column: 2; width: 88px; height: 102px; }
  .guide-bubble { position: static; grid-column: 1; grid-row: 1; width: auto; margin: 0 0 12px; padding: 12px; border-radius: 15px 15px 5px 15px; }
  .guide-heading > span { font-size: 11px; }
  .guide-heading button { width: 24px; height: 24px; font-size: 17px; }
  .guide-bubble p { min-height: 0; margin: 8px 0 9px; font-size: 12px; line-height: 1.38; }
  .guide-progress span { width: 11px; height: 3px; }
  .guide-progress span.active { width: 24px; }
  .guide-bubble small { margin-top: 5px; font-size: 9px; }
  .guide-ping { top: 5px; right: 1px; }
}

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