:root {
    color-scheme: dark;
    --app-bg: #05080d;
    --app-bg-soft: #071116;
    --app-bg-panel: #0d151f;
    --app-surface: #101925;
    --app-surface-soft: #132231;
    --app-border: rgba(93, 236, 255, 0.18);
    --app-border-strong: rgba(93, 236, 255, 0.42);
    --app-primary: #5decff;
    --app-primary-dark: #16b8d5;
    --app-success: #35e5a6;
    --app-warning: #ffd166;
    --app-orange: #ff9f2a;
    --app-danger: #ff5c7a;
    --app-blue: #5fa7ff;
    --app-text: #f6fbff;
    --app-text-muted: #aab8c8;
    --app-text-soft: #7f8ea1;
    --app-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
    --app-max: 1180px;
}

* { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    scroll-padding-top: 5.4rem;
}

body {
    min-width: 320px;
    margin: 0;
    overflow-x: hidden;
    color: var(--app-text);
    background:
    linear-gradient(180deg, #05080d 0%, #071116 42%, #0b2028 100%);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.is-nav-open { overflow: hidden; }

button,
input,
textarea,
select { font: inherit; }

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

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

button {
    border: 0;
    color: inherit;
    background: transparent;
    cursor: pointer;
}

.skip-link {
    position: fixed;
    z-index: 200;
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.75rem 1rem;
    opacity: 0;
    pointer-events: none;
    border: 1px solid var(--app-border-strong);
    border-radius: 999px;
    color: #041217;
    background: var(--app-primary);
    font-weight: 900;
    transform: translateY(-1rem);
}

.skip-link:focus {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.topbar {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem;
    min-height: 4.75rem;
    padding: 0.82rem max(1rem, calc((100% - var(--app-max)) / 2));
    border-bottom: 1px solid rgba(93, 236, 255, 0.1);
    background: rgba(5, 8, 13, 0.82);
    backdrop-filter: blur(18px);
}

.logo-link {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.logo-link img {
    width: 10rem;
    height: auto;
    filter: drop-shadow(0 0 14px rgba(93, 236, 255, 0.2));
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
}

.site-nav a {
    min-height: 2.7rem;
    padding: 0.78rem 1rem;
    border-radius: 999px;
    color: rgba(246, 251, 255, 0.74);
    font-size: 0.9rem;
    font-weight: 800;
}

.site-nav a:hover,
.site-nav a:focus-visible {
    color: var(--app-text);
    background: rgba(93, 236, 255, 0.1);
    outline: 0;
}

.top-actions,
.hero-actions,
.store-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.icon-button,
.language-button,
.primary-button,
.secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 2.75rem;
    border-radius: 999px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.icon-button {
    width: 2.75rem;
    color: var(--app-text-muted);
    background: rgba(255, 255, 255, 0.04);
}

.icon-button i { font-size: 1.35rem; }

.nav-toggle { display: none; }

.language-button {
    min-width: 4.45rem;
    padding: 0 0.95rem;
    border: 1px solid var(--app-border);
    color: var(--app-primary);
    background: rgba(93, 236, 255, 0.08);
}

.primary-button,
.secondary-button {
    min-width: 0;
    padding: 0 1.2rem;
    border: 1px solid transparent;
    font-size: 0.92rem;
}

.primary-button {
    color: #041217;
    background: linear-gradient(180deg, #5decff 0%, #22bfd7 100%);
    box-shadow: 0 16px 36px rgba(20, 184, 212, 0.2);
}

.secondary-button {
    border-color: var(--app-border-strong);
    color: var(--app-primary);
    background: rgba(7, 17, 22, 0.66);
}

.primary-button:hover,
.primary-button:focus-visible,
.secondary-button:hover,
.secondary-button:focus-visible,
.language-button:hover,
.language-button:focus-visible,
.icon-button:hover,
.icon-button:focus-visible,
.store-button:hover,
.store-button:focus-visible {
    outline: 0;
    transform: translateY(-1px);
}

.hero-section {
    position: relative;
    isolation: isolate;
    min-height: 92svh;
    padding: 7.4rem max(1rem, calc((100% - var(--app-max)) / 2)) 4rem;
    overflow: hidden;
    border-bottom: 1px solid rgba(93, 236, 255, 0.12);
}

.hero-media,
.surface-grid {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.34;
    filter: saturate(1.2) contrast(1.08);
}

.hero-media:after {
    content: "";
    position: absolute;
    inset: 0;
    background:
    linear-gradient(90deg, rgba(5, 8, 13, 0.98) 0%, rgba(5, 8, 13, 0.86) 48%, rgba(5, 8, 13, 0.64) 100%),
    linear-gradient(180deg, rgba(5, 8, 13, 0.12) 0%, #05080d 100%);
}

.surface-grid {
    z-index: -1;
    opacity: 0.26;
    background-image:
    linear-gradient(rgba(93, 236, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(93, 236, 255, 0.1) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, transparent 0%, #000 20%, #000 72%, transparent 100%);
    animation: gridDrift 18s linear infinite;
}

.hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.86fr);
    align-items: center;
    gap: 4rem;
    width: min(var(--app-max), 100%);
    margin: 0 auto;
}

.hero-copy-block {
    min-width: 0;
}

.eyebrow {
    margin: 0 0 0.85rem;
    color: var(--app-primary);
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.hero-section h1 {
    margin: 0;
    color: var(--app-text);
    font-size: 5.6rem;
    font-weight: 900;
    line-height: 0.92;
    letter-spacing: 0;
    text-shadow: 0 0 34px rgba(93, 236, 255, 0.2);
}

.hero-copy {
    max-width: 40rem;
    margin: 1rem 0 0;
    color: rgba(246, 251, 255, 0.82);
    font-size: 1.05rem;
    font-weight: 550;
    line-height: 1.68;
}

.offline-callout {
    display: inline-flex;
    align-items: center;
    gap: 0.58rem;
    max-width: 40rem;
    min-height: 2.65rem;
    margin-top: 0.9rem;
    padding: 0.7rem 0.85rem;
    border: 1px solid rgba(53, 229, 166, 0.28);
    border-radius: 8px;
    color: rgba(246, 251, 255, 0.9);
    background: rgba(53, 229, 166, 0.08);
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.35;
}

.offline-callout i {
    flex: 0 0 auto;
    color: var(--app-success);
    font-size: 1.18rem;
}

.occupancy-callout {
    border-color: rgba(93, 236, 255, 0.28);
    background: rgba(93, 236, 255, 0.08);
}

.occupancy-callout i {
    color: var(--app-primary);
}

.download-group {
    margin-top: 1.6rem;
}

.download-group p {
    margin: 0 0 0.75rem;
    color: var(--app-text-muted);
    font-size: 0.86rem;
    font-weight: 800;
    text-transform: uppercase;
}

.store-actions {
    flex-wrap: wrap;
}

.store-button {
    display: inline-flex;
    align-items: center;
    gap: 0.72rem;
    min-height: 3.72rem;
    min-width: 11.8rem;
    padding: 0.58rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(180deg, #171c24 0%, #080c12 100%);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.26);
}

.store-button i {
    width: 1.9rem;
    font-size: 1.8rem;
}

.store-button span {
    display: grid;
    gap: 0.14rem;
    min-width: 0;
    line-height: 1;
}

.store-button small {
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.68rem;
    font-weight: 650;
}

.store-button strong {
    color: #fff;
    font-size: 1.02rem;
    font-weight: 850;
}

.hero-actions {
    flex-wrap: wrap;
    margin-top: 1.15rem;
}

.hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
}

.hero-pills li {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 2.25rem;
    padding: 0 0.78rem;
    border: 1px solid rgba(93, 236, 255, 0.18);
    border-radius: 999px;
    color: rgba(246, 251, 255, 0.82);
    background: rgba(7, 17, 22, 0.64);
    font-size: 0.82rem;
    font-weight: 800;
}

.hero-pills i {
    color: var(--app-primary);
    font-size: 1rem;
}

.hero-product {
    position: relative;
    display: grid;
    place-items: center;
    min-width: 0;
    min-height: 39rem;
}

.phone-frame {
    position: relative;
    width: min(23.5rem, 100%);
    aspect-ratio: 390 / 844;
    padding: 0.55rem;
    overflow: hidden;
    border: 1px solid rgba(93, 236, 255, 0.34);
    border-radius: 2.15rem;
    background: #02070b;
    box-shadow: 0 0 0 0.42rem rgba(16, 25, 37, 0.86), var(--app-shadow), 0 0 40px rgba(93, 236, 255, 0.1);
}

.phone-frame:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0.78rem;
    left: 50%;
    width: 4.3rem;
    height: 0.44rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.66);
    transform: translateX(-50%);
}

.phone-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 1.64rem;
}

.hero-phone {
    width: min(22rem, 82vw);
    transform: rotate(2deg);
    animation: phoneFloat 7s ease-in-out infinite;
}

.signal-card {
    position: absolute;
    z-index: 2;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 0.65rem;
    width: 11.2rem;
    padding: 0.88rem;
    border: 1px solid rgba(93, 236, 255, 0.24);
    border-radius: 8px;
    background: rgba(7, 15, 22, 0.88);
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(16px);
    animation: signalFloat 6s ease-in-out infinite;
}

.signal-card i {
    grid-row: span 2;
    display: grid;
    width: 2.15rem;
    height: 2.15rem;
    place-items: center;
    border-radius: 8px;
    color: var(--app-primary);
    background: rgba(93, 236, 255, 0.12);
    font-size: 1.25rem;
}

.signal-card strong {
    min-width: 0;
    color: var(--app-text);
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.05;
}

.signal-card span {
    min-width: 0;
    color: var(--app-text-muted);
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.25;
}

.signal-one {
    top: 6rem;
    left: -0.4rem;
}

.signal-two {
    right: -0.2rem;
    bottom: 10rem;
    animation-delay: -1.8s;
}

.signal-three {
    left: 1.8rem;
    bottom: 4.2rem;
    animation-delay: -3.1s;
}

.signal-four {
    top: 12.5rem;
    right: -1.2rem;
    animation-delay: -4.2s;
}

.band {
    padding: 5.8rem max(1rem, calc((100% - var(--app-max)) / 2));
}

.section-head {
    max-width: 52rem;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.section-head.align-left {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
}

.section-head h2,
.flow-copy h2,
.social-copy h2 {
    margin: 0;
    color: var(--app-text);
    font-size: 2.65rem;
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
}

.section-head p:not(.eyebrow),
.flow-copy p:not(.eyebrow),
.social-copy p:not(.eyebrow) {
    margin: 1rem 0 0;
    color: var(--app-text-muted);
    font-size: 1rem;
    font-weight: 550;
    line-height: 1.72;
}

.product-band {
    background:
    linear-gradient(180deg, rgba(5, 8, 13, 0.92) 0%, rgba(7, 17, 22, 0.98) 100%);
}

.product-stage {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(18rem, 25rem) minmax(14rem, 0.62fr);
    align-items: center;
    gap: 2.3rem;
}

.module-copy {
    min-width: 0;
}

.module-kicker {
    margin: 0 0 0.75rem;
    color: var(--app-primary);
    font-size: 0.84rem;
    font-weight: 900;
    text-transform: uppercase;
}

.module-copy h3 {
    margin: 0;
    font-size: 2.25rem;
    font-weight: 900;
    line-height: 1.08;
}

.module-copy p:not(.module-kicker) {
    max-width: 35rem;
    margin: 1rem 0 0;
    color: var(--app-text-muted);
    font-weight: 550;
    line-height: 1.68;
}

.module-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1.45rem;
}

.module-tab {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 2.45rem;
    padding: 0 0.82rem;
    border: 1px solid rgba(93, 236, 255, 0.16);
    border-radius: 999px;
    color: var(--app-text-muted);
    background: rgba(5, 17, 24, 0.66);
    font-size: 0.84rem;
    font-weight: 850;
}

.module-tab i { font-size: 1.05rem; }

.module-tab.is-active {
    border-color: rgba(93, 236, 255, 0.62);
    color: #041217;
    background: var(--app-primary);
}

.phone-zone {
    position: relative;
    display: grid;
    place-items: center;
}

.phone-zone:before {
    content: "";
    position: absolute;
    inset: 7% 17%;
    border: 1px solid rgba(93, 236, 255, 0.15);
    border-radius: 8px;
    transform: rotate(-5deg);
}

.phone-zone .phone-frame {
    width: min(22rem, 100%);
}

.module-notes {
    display: grid;
    gap: 0.85rem;
}

.note-item,
.foundation-item,
.flow-step {
    border: 1px solid rgba(93, 236, 255, 0.16);
    border-radius: 8px;
    background: rgba(16, 25, 37, 0.78);
}

.note-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.72rem;
    padding: 1rem;
}

.note-item span {
    grid-row: span 2;
    display: grid;
    width: 2.55rem;
    height: 2.55rem;
    place-items: center;
    border-radius: 8px;
    color: var(--tone-color, var(--app-primary));
    background: color-mix(in srgb, var(--tone-color, var(--app-primary)) 14%, transparent);
}

.note-item strong {
    min-width: 0;
    color: var(--app-text);
    font-size: 0.98rem;
    font-weight: 900;
    line-height: 1.2;
}

.note-item p {
    min-width: 0;
    margin: 0;
    color: var(--app-text-muted);
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.4;
}

.tone-cyan { --tone-color: var(--app-primary); }
.tone-green { --tone-color: var(--app-success); }
.tone-blue { --tone-color: var(--app-blue); }
.tone-yellow { --tone-color: var(--app-warning); }
.tone-orange { --tone-color: var(--app-orange); }
.tone-red { --tone-color: var(--app-danger); }

.flow-band {
    background: linear-gradient(180deg, #071116 0%, #0b2028 100%);
}

.flow-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.58fr) minmax(0, 1fr);
    align-items: start;
    gap: 3rem;
}

.flow-copy {
    position: sticky;
    top: 6.2rem;
}

.flow-track {
    position: relative;
    display: grid;
    gap: 0.9rem;
}

.flow-track:before {
    content: "";
    position: absolute;
    top: 1.5rem;
    bottom: 1.5rem;
    left: 1.65rem;
    width: 1px;
    background: linear-gradient(180deg, var(--app-primary), var(--app-success), var(--app-orange), var(--app-danger));
    opacity: 0.55;
}

.flow-step {
    position: relative;
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: center;
    gap: 0.9rem;
    min-height: 7.2rem;
    padding: 1rem 1rem 1rem 4rem;
    overflow: hidden;
}

.flow-step:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background: linear-gradient(90deg, var(--tone-color, var(--app-primary)), transparent 58%);
}

.flow-step > * {
    position: relative;
    z-index: 1;
}

.flow-step span {
    position: absolute;
    left: 1rem;
    display: grid;
    width: 1.3rem;
    height: 1.3rem;
    place-items: center;
    border-radius: 50%;
    color: #041217;
    background: var(--tone-color, var(--app-primary));
    font-size: 0.58rem;
    font-weight: 900;
}

.flow-step i {
    display: grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    border-radius: 8px;
    color: var(--tone-color, var(--app-primary));
    background: rgba(255, 255, 255, 0.06);
    font-size: 1.45rem;
}

.flow-step h3 {
    min-width: 0;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 900;
}

.flow-step p {
    grid-column: 3;
    min-width: 0;
    margin: -0.7rem 0 0;
    color: var(--app-text-muted);
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.45;
}

.social-band {
    background:
    linear-gradient(180deg, #0b2028 0%, #05080d 100%);
}

.social-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(18rem, 1.12fr);
    align-items: center;
    gap: 3rem;
}

.social-copy {
    min-width: 0;
}

.social-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.62rem;
    margin-top: 1.4rem;
}

.social-points > span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 2.4rem;
    padding: 0 0.82rem;
    border: 1px solid rgba(93, 236, 255, 0.18);
    border-radius: 999px;
    color: rgba(246, 251, 255, 0.82);
    background: rgba(7, 17, 22, 0.68);
    font-size: 0.82rem;
    font-weight: 800;
}

.social-points i {
    color: var(--app-primary);
    font-size: 1.05rem;
}

.spotlight-feature {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.85rem;
    max-width: 36rem;
    margin-top: 1.35rem;
    padding: 1rem;
    border: 1px solid rgba(93, 236, 255, 0.24);
    border-radius: 8px;
    background:
    linear-gradient(135deg, rgba(93, 236, 255, 0.12) 0%, rgba(53, 229, 166, 0.08) 100%);
}

.spotlight-feature > i {
    display: grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    border-radius: 8px;
    color: #041217;
    background: var(--app-primary);
    font-size: 1.5rem;
}

.spotlight-feature strong {
    display: block;
    color: var(--app-text);
    font-size: 1.12rem;
    font-weight: 900;
    line-height: 1.2;
}

.spotlight-feature p {
    margin: 0.38rem 0 0;
    color: var(--app-text-muted);
    font-size: 0.9rem;
    font-weight: 650;
    line-height: 1.5;
}

.social-visual {
    position: relative;
    min-width: 0;
}

.now-showcase {
    position: relative;
    min-height: 42rem;
    isolation: isolate;
}

.now-showcase:before {
    content: "";
    position: absolute;
    inset: 12% 3% 6% 8%;
    z-index: -1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(29, 213, 229, 0.18), transparent 66%);
    filter: blur(12px);
}

.now-shot {
    position: absolute;
    margin: 0;
    padding: 0.48rem;
    overflow: hidden;
    border: 1px solid rgba(93, 236, 255, 0.3);
    border-radius: 2rem;
    background: #02070b;
    box-shadow: 0 0 0 0.35rem rgba(16, 25, 37, 0.82), var(--app-shadow);
}

.now-shot img {
    display: block;
    width: 100%;
    border-radius: 1.52rem;
}

.now-shot--hub {
    top: 0;
    left: 2%;
    width: min(22rem, 57%);
    transform: rotate(-2.4deg);
}

.now-shot--checkin {
    right: 1%;
    bottom: 0;
    width: min(20rem, 51%);
    transform: rotate(3deg);
}

.now-caption {
    position: absolute;
    z-index: 3;
    top: 7%;
    right: 7%;
    display: inline-flex;
    align-items: center;
    gap: 0.48rem;
    max-width: 12rem;
    padding: 0.72rem 0.85rem;
    border: 1px solid rgba(93, 236, 255, 0.24);
    border-radius: 8px;
    color: var(--app-text);
    background: rgba(5, 8, 13, 0.88);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34);
    font-size: 0.78rem;
    font-weight: 850;
    line-height: 1.25;
}

.now-caption i {
    color: var(--app-primary);
    font-size: 1.1rem;
}

.wide-media {
    width: 100%;
    border: 1px solid rgba(93, 236, 255, 0.2);
    border-radius: 8px;
    box-shadow: var(--app-shadow);
}

.profile-strip {
    position: absolute;
    right: 1.2rem;
    bottom: -1.25rem;
    display: flex;
    align-items: center;
    padding: 0.45rem;
    border: 1px solid rgba(93, 236, 255, 0.22);
    border-radius: 999px;
    background: rgba(5, 8, 13, 0.88);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.35);
}

.profile-strip img {
    width: 2.65rem;
    height: 2.65rem;
    margin-left: -0.55rem;
    border: 2px solid #05080d;
    border-radius: 50%;
    object-fit: cover;
}

.profile-strip img:first-child { margin-left: 0; }

.foundation-band {
    background: linear-gradient(180deg, #05080d 0%, #071116 100%);
}

.foundation-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.foundation-item {
    min-height: 13rem;
    padding: 1.2rem;
}

.foundation-item i {
    display: grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    border-radius: 8px;
    color: #041217;
    background: var(--app-primary);
    font-size: 1.45rem;
}

.foundation-item h3 {
    margin: 1.1rem 0 0;
    font-size: 1.18rem;
    font-weight: 900;
    line-height: 1.25;
}

.foundation-item p {
    margin: 0.72rem 0 0;
    color: var(--app-text-muted);
    font-size: 0.92rem;
    font-weight: 550;
    line-height: 1.6;
}

.download-band {
    background:
    linear-gradient(180deg, #071116 0%, #0b2028 100%);
}

.download-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 2rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(93, 236, 255, 0.18);
}

.download-copy {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    column-gap: 1rem;
    max-width: 44rem;
}

.download-copy > img {
    grid-row: span 3;
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(93, 236, 255, 0.16);
}

.download-copy h2 {
    margin: 0;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1.08;
}

.download-copy p:not(.eyebrow) {
    margin: 0.85rem 0 0;
    color: var(--app-text-muted);
    font-size: 0.98rem;
    font-weight: 550;
    line-height: 1.65;
}

.download-actions {
    display: grid;
    justify-items: end;
    gap: 0.9rem;
    min-width: min(100%, 25rem);
}

.download-actions .store-actions {
    justify-content: flex-end;
}

.contact-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.35rem;
    color: var(--app-primary);
    font-size: 0.9rem;
    font-weight: 850;
}

.legal-main {
    padding: 7.3rem max(1rem, calc((100% - var(--app-max)) / 2)) 5.4rem;
    background:
    radial-gradient(circle at top right, rgba(93, 236, 255, 0.12), transparent 34rem),
    linear-gradient(180deg, #05080d 0%, #071116 46%, #0b2028 100%);
}

.legal-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 2rem;
    padding: 1.4rem 0 2.4rem;
    border-bottom: 1px solid rgba(93, 236, 255, 0.18);
}

.legal-hero h1 {
    max-width: 48rem;
    margin: 0;
    color: var(--app-text);
    font-size: 4rem;
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: 0;
}

.legal-hero p:not(.eyebrow) {
    max-width: 50rem;
    margin: 1rem 0 0;
    color: var(--app-text-muted);
    font-size: 1.05rem;
    font-weight: 550;
    line-height: 1.72;
}

.legal-meta {
    display: grid;
    min-width: 13rem;
    padding: 1rem;
    border: 1px solid rgba(93, 236, 255, 0.18);
    border-radius: 8px;
    color: var(--app-text-muted);
    background: rgba(16, 25, 37, 0.72);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.legal-meta i {
    display: grid;
    width: 2.7rem;
    height: 2.7rem;
    margin-bottom: 0.75rem;
    place-items: center;
    border-radius: 8px;
    color: #041217;
    background: var(--app-primary);
    font-size: 1.35rem;
}

.legal-meta span {
    font-size: 0.72rem;
    font-weight: 850;
    text-transform: uppercase;
}

.legal-meta strong {
    margin-top: 0.18rem;
    color: var(--app-text);
    font-size: 0.95rem;
    font-weight: 900;
}

.legal-layout {
    display: grid;
    grid-template-columns: minmax(12rem, 16rem) minmax(0, 1fr);
    align-items: start;
    gap: 2rem;
    margin-top: 2rem;
}

.legal-aside {
    position: sticky;
    top: 6rem;
    display: grid;
    gap: 0.45rem;
    padding: 0.72rem;
    border: 1px solid rgba(93, 236, 255, 0.16);
    border-radius: 8px;
    background: rgba(16, 25, 37, 0.7);
}

.legal-aside a {
    min-width: 0;
    padding: 0.75rem 0.8rem;
    border-radius: 8px;
    color: rgba(246, 251, 255, 0.72);
    font-size: 0.84rem;
    font-weight: 850;
    line-height: 1.25;
}

.legal-aside a:hover,
.legal-aside a:focus-visible {
    outline: 0;
    color: var(--app-text);
    background: rgba(93, 236, 255, 0.1);
}

.legal-content {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.legal-section {
    padding: 1.35rem;
    border: 1px solid rgba(93, 236, 255, 0.16);
    border-radius: 8px;
    background: rgba(16, 25, 37, 0.72);
}

.legal-section h2 {
    margin: 0;
    color: var(--app-text);
    font-size: 1.28rem;
    font-weight: 900;
    line-height: 1.25;
}

.legal-section p {
    margin: 0.75rem 0 0;
    color: var(--app-text-muted);
    font-size: 0.98rem;
    font-weight: 550;
    line-height: 1.76;
}

.inline-link {
    color: var(--app-primary);
    font-weight: 900;
}

.inline-link:hover,
.inline-link:focus-visible {
    outline: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.22rem;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 2rem max(1rem, calc((100% - var(--app-max)) / 2));
    color: var(--app-text-soft);
    background: #05080d;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.footer-brand img {
    flex: 0 0 auto;
    width: 8rem;
    height: auto;
    opacity: 0.84;
}

.footer-brand p {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 700;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.35rem 1rem;
    min-width: 0;
    color: var(--app-text-muted);
    font-size: 0.86rem;
    font-weight: 850;
}

.footer-links a:hover,
.footer-links a:focus-visible {
    outline: 0;
    color: var(--app-primary);
}

[data-reveal] {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 520ms ease, transform 520ms ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes gridDrift {
    0% { background-position: 0 0, 0 0; }
    100% { background-position: 72px 72px, 72px 72px; }
}

@keyframes phoneFloat {
    0%, 100% { transform: translateY(0) rotate(2deg); }
    50% { transform: translateY(-0.7rem) rotate(1deg); }
}

@keyframes signalFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-0.55rem); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }

    *,
    *:before,
    *:after {
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 1ms !important;
    }
}

@media (max-width: 1100px) {
    .hero-inner,
    .product-stage,
    .flow-layout,
    .social-layout {
        gap: 2.2rem;
    }

    .hero-section h1 { font-size: 5rem; }
}

@media (max-width: 960px) {
    .topbar {
        grid-template-columns: auto auto 1fr;
    }

    .logo-link img { width: 8.6rem; }

    .nav-toggle { display: inline-flex; }

    .site-nav {
        position: fixed;
        z-index: 120;
        top: 4.75rem;
        left: 1rem;
        right: 1rem;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 0.65rem;
        border: 1px solid rgba(93, 236, 255, 0.18);
        border-radius: 8px;
        background: rgba(5, 8, 13, 0.99);
        box-shadow: var(--app-shadow);
    }

    body.is-nav-open .site-nav { display: flex; }

    .site-nav a {
        min-height: 3rem;
        padding: 0.95rem 1rem;
    }

    .top-actions {
        justify-content: flex-end;
    }

    .top-actions .primary-button {
        display: none;
    }

    .hero-inner,
    .product-stage,
    .flow-layout,
    .social-layout,
    .download-layout,
    .legal-hero,
    .legal-layout {
        grid-template-columns: 1fr;
    }

    .hero-inner {
        gap: 2rem;
    }

    .hero-product {
        min-height: auto;
        padding: 1.2rem 0 0;
    }

    .signal-one {
        left: 2%;
    }

    .signal-two {
        right: 2%;
    }

    .signal-three {
        left: 9%;
    }

    .signal-four {
        right: 8%;
    }

    .product-stage .phone-zone {
        order: -1;
    }

    .module-notes {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .flow-copy {
        position: static;
    }

    .foundation-grid {
        grid-template-columns: 1fr;
    }

    .foundation-item {
        min-height: 0;
    }

    .download-actions {
        justify-items: start;
        min-width: 0;
    }

    .download-actions .store-actions {
        justify-content: flex-start;
    }

    .legal-aside {
        position: static;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    html { scroll-padding-top: 4.8rem; }

    .topbar {
        min-height: 4.35rem;
        gap: 0.65rem;
        padding-top: 0.65rem;
        padding-bottom: 0.65rem;
    }

    .logo-link img { width: 7.35rem; }

    .icon-button,
    .language-button,
    .primary-button,
    .secondary-button {
        min-height: 2.55rem;
    }

    .language-button {
        min-width: 3.85rem;
        padding: 0 0.72rem;
    }

    .hero-section {
        min-height: 0;
        padding-top: 6.2rem;
        padding-bottom: 3.6rem;
    }

    .hero-media img {
        opacity: 0.24;
    }

    .hero-section h1 {
        font-size: 3.65rem;
    }

    .hero-copy {
        font-size: 0.98rem;
    }

    .store-actions,
    .hero-actions {
        align-items: stretch;
    }

    .store-button,
    .hero-actions .secondary-button,
    .download-actions .secondary-button {
        width: 100%;
    }

    .hero-pills {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-pills li {
        justify-content: center;
        width: 100%;
    }

    .hero-product {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.7rem;
    }

    .signal-card {
        position: static;
        width: auto;
        grid-template-columns: 1fr;
        gap: 0.38rem;
        padding: 0.72rem;
        animation: none;
    }

    .signal-card i {
        grid-row: auto;
        width: 2rem;
        height: 2rem;
    }

    .signal-card strong {
        font-size: 0.9rem;
    }

    .signal-card span {
        font-size: 0.68rem;
    }

    .hero-phone {
        grid-column: 1 / -1;
        width: min(20rem, 82vw);
        transform: none;
    }

    .band {
        padding-top: 4.1rem;
        padding-bottom: 4.1rem;
    }

    .section-head {
        margin-bottom: 1.7rem;
        text-align: left;
    }

    .section-head h2,
    .flow-copy h2,
    .social-copy h2,
    .download-copy h2 {
        font-size: 2rem;
    }

    .module-copy h3 {
        font-size: 1.78rem;
    }

    .module-tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .module-tab {
        justify-content: center;
        width: 100%;
    }

    .module-notes {
        grid-template-columns: 1fr;
    }

    .flow-track:before {
        left: 1.18rem;
    }

    .flow-step {
        grid-template-columns: auto 1fr;
        min-height: 0;
        padding: 1rem 1rem 1rem 3.4rem;
    }

    .flow-step i {
        width: 2.7rem;
        height: 2.7rem;
    }

    .flow-step p {
        grid-column: 2;
        margin-top: -0.4rem;
    }

    .profile-strip {
        right: 0.8rem;
        bottom: -1.1rem;
    }

    .now-showcase {
        min-height: 35rem;
        margin-top: 0.4rem;
    }

    .now-shot--hub {
        left: 0;
        width: 62%;
    }

    .now-shot--checkin {
        right: 0;
        width: 57%;
    }

    .now-caption {
        top: 1.25rem;
        right: 0;
        max-width: 10rem;
        font-size: 0.7rem;
    }

    .download-copy {
        grid-template-columns: 1fr;
    }

    .download-copy > img {
        grid-row: auto;
        margin-bottom: 1rem;
    }

    .download-actions,
    .download-actions .store-actions {
        width: 100%;
    }

    .footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-brand {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-links {
        justify-content: flex-start;
    }

    .legal-main {
        padding-top: 6rem;
        padding-bottom: 4rem;
    }

    .legal-hero {
        padding-bottom: 1.7rem;
    }

    .legal-hero h1 {
        font-size: 2.6rem;
    }

    .legal-hero p:not(.eyebrow) {
        font-size: 0.98rem;
    }

    .legal-meta {
        min-width: 0;
    }

    .legal-aside {
        display: flex;
        overflow-x: auto;
        padding-bottom: 0.78rem;
        scroll-snap-type: x mandatory;
    }

    .legal-aside a {
        flex: 0 0 auto;
        scroll-snap-align: start;
        white-space: nowrap;
    }

    .legal-section {
        padding: 1.08rem;
    }
}

@media (max-width: 390px) {
    .hero-section h1 {
        font-size: 3.2rem;
    }

    .store-button {
        min-width: 0;
    }

    .hero-pills,
    .module-tabs {
        grid-template-columns: 1fr;
    }

    .now-showcase {
        min-height: 31rem;
    }
}
