:root {
    --bg: #020914;
    --panel: rgba(6, 21, 38, 0.86);
    --panel-light: rgba(11, 31, 51, 0.76);
    --line: rgba(113, 172, 201, 0.25);
    --cyan: #19ded8;
    --blue: #3ca9ff;
    --violet: #a66bff;
    --white: #f4f6fa;
    --muted: #aab6c6;
    --width: 1120px;
    --composition-scale: 1;
    --composition-scale: clamp(.64, tan(atan2(calc(100dvh - 213.333px), 866.667px)), 1);
    --composition-width: min(calc(92vw / var(--composition-scale)), 1960px);
}

* { box-sizing: border-box; }

html { min-width: 320px; background: var(--bg); }

body {
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    color: var(--white);
    font-family: "Segoe UI", Arial, sans-serif;
    background: #020814;
}

html:has(body.landing-page),
body.landing-page {
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    overscroll-behavior: none;
}

body.landing-page {
    position: relative;
}

body.landing-page .dashboard {
    position: fixed;
    top: 14px;
    margin: 0;
    box-sizing: border-box;
}

body.landing-page .background-wrapper {
    position: absolute;
    overflow: hidden;
}

body::before {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    content: "";
    background: rgba(0, 5, 15, .15);
}

body::after {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    content: "";
    display: none;
}

.background-wrapper {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    height: min(900px, 100vh);
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 82%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 82%, transparent 100%);
}

.background-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.svg-library { position: absolute; width: 0; height: 0; overflow: hidden; }

.dashboard {
    position: relative;
    left: 50%;
    z-index: 1;
    width: min(calc(100% - 28px), var(--width));
    width: var(--composition-width);
    margin: 14px 0;
    padding: 42px 30px 20px;
    overflow: hidden;
    border: 1px solid rgba(74, 190, 217, .22);
    border-radius: 19px;
    background: rgba(2, 9, 20, .06);
    box-shadow: 0 0 45px rgba(12, 136, 170, .06), inset 0 0 90px rgba(3, 21, 39, .12);
    transform: translateX(-50%) scale(var(--composition-scale));
    transform-origin: top center;
}

.hero { position: relative; isolation: isolate; min-height: 470px; padding-top: 10px; text-align: center; }

.hero::before {
    position: absolute;
    top: -42px;
    left: 50%;
    z-index: 0;
    width: min(820px, 58%);
    height: 510px;
    pointer-events: none;
    content: "";
    background: radial-gradient(ellipse at 50% 34%, rgba(2, 8, 20, .99) 0 34%, rgba(2, 8, 20, .95) 52%, rgba(2, 8, 20, .72) 66%, transparent 82%);
    transform: translateX(-50%);
}

.hero > :not(.hero-compass) { position: relative; z-index: 2; }

.hero-compass {
    position: absolute;
    top: 12px;
    z-index: 1;
    width: clamp(340px, 32vw, 520px);
    aspect-ratio: 1;
    object-fit: contain;
    opacity: 1;
    pointer-events: none;
}

.hero-compass--left {
    left: 1.5%;
    filter: hue-rotate(-18deg) saturate(1.85) brightness(1.34) contrast(1.12) drop-shadow(0 0 24px rgba(27, 224, 242, .58)) drop-shadow(0 0 52px rgba(27, 174, 242, .3));
}

.hero-compass--right {
    right: 1.5%;
    filter: hue-rotate(42deg) saturate(1.95) brightness(1.28) contrast(1.12) drop-shadow(0 0 25px rgba(181, 87, 255, .6)) drop-shadow(0 0 54px rgba(118, 54, 255, .32));
}

.world-map {
    position: absolute;
    top: -28px;
    left: 50%;
    width: min(100%, 1020px);
    height: 340px;
    opacity: 0;
    transform: translateX(-50%);
    object-fit: contain;
    pointer-events: none;
}

.compass-stage {
    position: relative;
    z-index: 1;
    width: 270px;
    aspect-ratio: 1;
    margin: -22px auto -3px;
    filter: drop-shadow(0 22px 34px rgba(0, 0, 0, .42)) drop-shadow(0 0 28px rgba(37, 215, 221, .13));
    visibility: hidden;
}

.compass-stage::before {
    position: absolute;
    inset: 11%;
    border-radius: 50%;
    content: "";
    background:
        radial-gradient(circle, rgba(236,255,255,.38) 0 1.5%, rgba(37,231,226,.19) 8%, transparent 25%),
        conic-gradient(from 205deg, rgba(27,230,230,.03), rgba(108,245,255,.24), rgba(15,80,156,.05) 34%, rgba(166,107,255,.26) 53%, rgba(34,82,174,.04) 69%, rgba(27,230,230,.03));
    box-shadow:
        0 0 0 1px rgba(171,244,246,.08),
        inset 0 0 30px rgba(107,238,241,.12),
        0 0 42px rgba(35,218,220,.16),
        0 0 78px rgba(141,83,255,.1);
    -webkit-mask: radial-gradient(circle, black 0 55%, transparent 57% 65%, black 67% 70%, transparent 72%);
    mask: radial-gradient(circle, black 0 55%, transparent 57% 65%, black 67% 70%, transparent 72%);
}

.compass-stage::after {
    position: absolute;
    top: 15%;
    left: 27%;
    width: 46%;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(229,255,255,.88), rgba(172,231,255,.32), transparent);
    box-shadow: 0 0 11px rgba(162,251,255,.82), 0 7px 20px rgba(58,191,227,.17);
    transform: rotate(-25deg);
}

.compass {
    position: absolute;
    inset: 5%;
    width: 90%;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,.5)) drop-shadow(0 0 22px rgba(25,222,216,.2));
    z-index: 1;
    filter:
        contrast(1.08) saturate(1.12)
        drop-shadow(0 16px 29px rgba(0,0,0,.62))
        drop-shadow(-7px 0 25px rgba(25,222,216,.34))
        drop-shadow(8px 0 29px rgba(135,91,255,.2));
}

.compass-ring { position: absolute; border: 1px solid rgba(94, 199, 220, .22); border-radius: 50%; }
.compass-ring--outer { inset: 0; border-style: dashed; background: radial-gradient(circle, transparent 57%, rgba(59,179,201,.035) 58%, transparent 72%); box-shadow: 0 0 38px rgba(25,222,216,.12), inset 0 0 32px rgba(57,179,213,.075); }
.compass-ring--inner { inset: 8%; background: radial-gradient(circle at 42% 35%, rgba(193,255,255,.1), rgba(25,222,216,.07) 19%, rgba(44,77,173,.04) 42%, transparent 68%); box-shadow: inset 0 1px 1px rgba(218,255,255,.15), inset 0 -15px 35px rgba(1,7,25,.25), 0 0 26px rgba(166,107,255,.085); }

.navigator-label {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 0 0 8px;
    color: #9be7ff;
    font-size: .9rem;
    font-weight: 650;
    letter-spacing: .36em;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(76, 214, 255, .32);
    transform: none;
}

.navigator-label::before { content: none; }

.navigator-label span { width: 64px; height: 1px; background: linear-gradient(90deg, transparent, var(--cyan)); }
.navigator-label span:last-child { background: linear-gradient(90deg, var(--violet), transparent); }

h1 {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: clamp(4.784rem, 10.4vw, 7.488rem);
    line-height: .95;
    letter-spacing: -.065em;
    text-shadow: 0 14px 28px rgba(0,0,0,.54), 0 0 32px rgba(92,159,202,.065), 0 1px rgba(255,255,255,.26), 0 -1px rgba(255,255,255,.08);
}

h1 span { color: transparent; background: linear-gradient(180deg, #4efff1, #04bfc8); background-clip: text; -webkit-background-clip: text; }
h1 span { background-image: linear-gradient(180deg, #c4fffb 0%, #66eee8 27%, #18cbd0 62%, #038a9d 100%); filter: contrast(1.06) drop-shadow(0 7px 12px rgba(0,214,216,.12)); }

h1::after {
    position: absolute;
    inset: 3% 13% 51%;
    border-radius: 50%;
    pointer-events: none;
    content: "";
    background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.025) 58%, transparent);
    filter: blur(7px);
    mix-blend-mode: screen;
}

.product-name { margin: 10px 0 0; color: transparent; font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 650; background: linear-gradient(90deg, #6df8f0 18%, #21d7d5 47%, #b783ff 74%, #d5a6ff); background-clip: text; -webkit-background-clip: text; filter: drop-shadow(0 2px 9px rgba(86,209,224,.16)); }
.product-name span { color: transparent; }
.product-purpose { margin: 8px 0 17px; color: #edf2f7; font-size: .82rem; letter-spacing: .13em; text-transform: uppercase; }
.product-purpose,
.statement p { text-shadow: 0 2px 8px rgba(0, 4, 14, .82); }

.statement {
    width: min(100%, 750px);
    margin: auto;
    padding: 19px 12px 17px;
    border-top: 1px solid;
    border-image: linear-gradient(90deg, transparent, var(--cyan), var(--violet), transparent) 1;
}

.statement p { margin: 5px 0 0; color: #c3ceda; font-size: .84rem; }
.statement .statement__lead { margin: 0 0 7px; color: #fbfcff; font-size: clamp(1.25rem, 2.7vw, 1.75rem); }

.statement p:not(.statement__lead) {
    width: fit-content;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: radial-gradient(ellipse at center, rgba(0, 7, 22, .82) 0%, rgba(0, 7, 22, .52) 48%, transparent 76%);
    text-shadow: 0 2px 5px rgba(0, 2, 12, .98), 0 0 12px rgba(0, 5, 18, .78);
}

.enter-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-width: 285px;
    margin-top: 22px;
    padding: 13px 24px;
    border: 1px solid transparent;
    border-radius: 13px;
    color: var(--white);
    font: inherit;
    font-weight: 650;
    cursor: pointer;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(18,50,74,.96), rgba(5,15,32,.97)) padding-box, linear-gradient(100deg, #64fff7, #63dfe8 38%, #86b9ff 62%, #b77aff) border-box;
    box-shadow: -10px 0 29px rgba(25,222,216,.18), 9px 0 30px rgba(166,107,255,.16), 0 13px 29px rgba(0,0,0,.23), inset 0 1px rgba(255,255,255,.2), inset 0 -15px 31px rgba(0,3,14,.28), inset 0 0 18px rgba(73,212,224,.075);
    transition: transform 280ms cubic-bezier(.2,.75,.2,1), box-shadow 320ms ease, filter 280ms ease;
}

.enter-button::before {
    position: absolute;
    inset: 1px 12%;
    height: 45%;
    border-radius: 50%;
    pointer-events: none;
    content: "";
    background: linear-gradient(180deg, rgba(255,255,255,.23), rgba(144,231,243,.07) 48%, transparent);
    filter: blur(4px);
}

.enter-button svg { width: 23px; height: 23px; fill: none; stroke: var(--cyan); stroke-width: 2; }
.enter-button:hover { transform: translateY(-2px); filter: brightness(1.075) saturate(1.04); box-shadow: -13px 0 35px rgba(25,222,216,.24), 12px 0 34px rgba(166,107,255,.21), 0 16px 31px rgba(0,0,0,.27), inset 0 1px rgba(255,255,255,.24), inset 0 0 27px rgba(74,211,224,.12); }
.enter-button:focus-visible { outline: 3px solid white; outline-offset: 4px; }

.status-message { min-height: 19px; margin: 9px 0 0; color: #b8c8d7; font-size: .75rem; opacity: 0; transition: opacity 180ms ease; }
.status-message.is-visible { opacity: 1; }

.directions {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 8px;
    padding: 16px 8px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(7,43,67,.84), rgba(7,24,53,.82) 52%, rgba(33,10,76,.8)) padding-box,
        linear-gradient(105deg, rgba(66,255,247,.92), rgba(82,163,255,.48) 48%, rgba(198,105,255,.9)) border-box;
    box-shadow:
        -9px 0 31px rgba(23,222,216,.15),
        9px 0 32px rgba(166,83,255,.15),
        0 21px 45px rgba(0,0,0,.26),
        inset 0 1px rgba(255,255,255,.18),
        inset 0 -25px 44px rgba(0,5,19,.26),
        inset 0 0 38px rgba(75,192,218,.065);
    backdrop-filter: blur(19px) saturate(124%);
}

.directions::before {
    position: absolute;
    inset: 0 4% 53%;
    pointer-events: none;
    content: "";
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255,255,255,.145), rgba(118,231,242,.035) 62%, transparent);
    filter: blur(6px);
}

.directions article { position: relative; z-index: 1; padding: 5px 8px; text-align: center; border-right: 1px solid rgba(151,213,233,.3); transition: transform 240ms ease, background 240ms ease, filter 240ms ease; }
.directions article:last-child { border: 0; }
.directions article:hover { transform: translateY(-3px); background: linear-gradient(180deg, rgba(95,225,237,.075), rgba(118,79,220,.035)); filter: brightness(1.1); }
.directions svg { width: 43px; height: 43px; fill: none; stroke: #49fff5; stroke-width: 1.8; filter: drop-shadow(0 0 12px rgba(25,235,228,.42)); }
.directions article:nth-child(2) svg, .directions article:nth-child(5) svg { stroke: var(--violet); }
.directions article:nth-child(3) svg, .directions article:nth-child(6) svg { stroke: var(--blue); }
.directions h2 { margin: 7px 0 0; color: #f5f9ff; font-size: .78rem; line-height: 1.4; font-weight: 550; text-transform: uppercase; text-shadow: 0 1px 7px rgba(0,3,14,.75); }

.information { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin-top: 14px; }
.info-card { position: relative; isolation: isolate; display: grid; grid-template-columns: 52px 1fr; gap: 14px; min-height: 140px; padding: 19px 22px; overflow: hidden; border: 1px solid transparent; border-radius: 15px; background: linear-gradient(140deg, rgba(11,54,76,.87), rgba(5,23,46,.84) 54%, rgba(31,9,69,.84)) padding-box, linear-gradient(128deg, rgba(75,255,246,.88), rgba(83,148,244,.43) 50%, rgba(204,105,255,.86)) border-box; box-shadow: -8px 0 28px rgba(23,220,215,.12), 8px 0 29px rgba(164,78,255,.12), 0 24px 52px rgba(0,0,0,.33), inset 0 0 0 1px rgba(221,253,255,.075), inset 0 1px rgba(255,255,255,.18), inset 0 -31px 51px rgba(0,3,18,.31); backdrop-filter: blur(19px) saturate(124%); transition: transform 260ms cubic-bezier(.2,.7,.2,1), box-shadow 280ms ease, filter 260ms ease; }
.info-card::before { position: absolute; z-index: -1; inset: 0 4% 58%; pointer-events: none; content: ""; border-radius: 50%; background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(126,235,244,.04) 62%, transparent); filter: blur(6px); }
.info-card::after { position: absolute; z-index: -1; right: -8%; bottom: -42%; width: 58%; aspect-ratio: 1; pointer-events: none; border-radius: 50%; content: ""; background: radial-gradient(circle, rgba(164,70,255,.18), transparent 68%); filter: blur(14px); }
.info-card:nth-child(odd)::after { right: auto; left: -8%; background: radial-gradient(circle, rgba(25,235,226,.17), transparent 68%); }
.info-card:hover { transform: translateY(-3px); filter: brightness(1.045); box-shadow: -8px 0 29px rgba(23,220,215,.12), 8px 0 30px rgba(164,78,255,.12), 0 27px 54px rgba(0,0,0,.34), inset 0 0 0 1px rgba(221,252,255,.075), inset 0 1px rgba(255,255,255,.16), inset 0 -28px 46px rgba(0,3,18,.25); }
.info-card > svg { width: 48px; height: 48px; fill: none; stroke: var(--cyan); stroke-width: 1.7; filter: drop-shadow(0 0 9px rgba(25,222,216,.14)); }
.info-card:nth-child(even) > svg { stroke: var(--violet); }
.info-card h2 { margin: 2px 0 8px; color: var(--cyan); font-size: .9rem; letter-spacing: .07em; text-transform: uppercase; }
.info-card:nth-child(even) h2 { color: #c187ff; }
.info-card p { margin: 0; color: #dce3eb; font-size: .86rem; line-height: 1.5; text-shadow: 0 1px 1px rgba(0,0,0,.3); }

.service-panel { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 14px; padding: 13px 10px; border: 1px solid rgba(126,186,210,.15); border-radius: 12px; background: rgba(8,24,42,.6); opacity: .84; box-shadow: inset 0 1px rgba(255,255,255,.035), inset 0 -12px 24px rgba(0,4,16,.14); }
.service-panel p { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 0; padding: 0 10px; border-right: 1px solid rgba(112,163,188,.13); color: #c4cfdb; font-size: .67rem; }
.service-panel p:last-child { border: 0; }
.service-panel svg { width: 25px; height: 25px; flex: 0 0 auto; fill: none; stroke: #7fc3d5; stroke-width: 1.7; }
.service-panel span { display: grid; gap: 2px; }
.service-panel b { color: #758b9f; font-size: .54rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }

.brand-line { display: flex; align-items: center; gap: 16px; margin-top: 18px; color: #9aa9ba; font-size: .74rem; }
.brand-line span { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, var(--cyan)); }
.brand-line span:last-child { background: linear-gradient(90deg, var(--violet), transparent); }
.brand-line p { margin: 0; white-space: nowrap; }
.brand-line b { margin: 0 10px; color: #8196ed; }

@media (min-width: 621px) {
    .background-image { scale: 1; }
    .hero { margin-bottom: 0; transform: none; }
    .hero > .world-map { position: absolute; }
    .hero-compass { transform: none; }
    .product-purpose { font-size: .95rem; }
    .statement p { font-size: .98rem; }
    .enter-button { font-size: 1.18rem; }
    .directions h2 { font-size: 1rem; }
    .info-card h2 { font-size: 1.08rem; }
    .info-card p { font-size: 1.05rem; }
    .service-panel p { font-size: .9rem; }
    .service-panel b { font-size: .75rem; }
}

@media (max-width: 900px) {
    .directions { grid-template-columns: repeat(3, 1fr); row-gap: 22px; }
    .directions article:nth-child(3) { border-right: 0; }
    .service-panel { grid-template-columns: 1fr 1fr; row-gap: 14px; }
    .service-panel p:nth-child(2) { border-right: 0; }
}

@media (max-width: 620px) {
    .dashboard { left: auto; width: min(calc(100% - 14px), var(--width)); margin: 7px auto; padding: 30px 12px 17px; border-radius: 13px; transform: none; }
    .hero { min-height: 0; padding-top: 0; }
    .hero::before { top: -30px; width: 120%; height: 500px; }
    .hero-compass { display: none; }
    .world-map { top: -8px; width: 150%; opacity: 0; }
    .background-wrapper { height: min(820px, 100vh); }
    .background-image { object-position: center top; }
    .compass-stage { width: min(68vw, 250px); }
    .navigator-label { gap: 8px; font-size: .66rem; letter-spacing: .24em; transform: none; }
    .navigator-label::before { content: none; }
    .navigator-label span { width: 25px; }
    h1 { font-size: clamp(2.75rem, 15vw, 3.65rem); }
    .product-name { margin-top: 10px; }
    .product-purpose { margin: 8px 0 17px; }
    .statement { padding: 19px 12px 17px; }
    .statement p { margin-top: 5px; }
    .statement .statement__lead { margin: 0 0 7px; }
    .product-purpose { font-size: .58rem; line-height: 1.6; letter-spacing: .08em; }
    .statement .statement__lead { font-size: 1.08rem; }
    .statement p { line-height: 1.5; }
    .enter-button { width: min(100%, 285px); min-width: 0; margin-top: 22px; padding: 13px 24px; }
    .status-message { min-height: 19px; margin-top: 9px; }
    .directions { grid-template-columns: 1fr 1fr; margin-top: 8px; padding: 20px 8px; }
    .directions article { padding: 5px 8px; }
    .directions h2 { margin-top: 9px; }
    .directions article:nth-child(3) { border-right: 1px solid rgba(105,155,181,.13); }
    .directions article:nth-child(even) { border-right: 0; }
    .information { grid-template-columns: 1fr; }
    .info-card { min-height: 0; padding: 21px 18px; }
    .service-panel { grid-template-columns: 1fr; }
    .service-panel p { justify-content: flex-start; padding: 8px 12px; border-right: 0; border-bottom: 1px solid rgba(112,163,188,.13); }
    .service-panel p:nth-child(2) { border-bottom: 1px solid rgba(112,163,188,.13); }
    .brand-line { gap: 8px; font-size: .62rem; }
    .brand-line b { margin: 0 3px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
