:root {
    --bg: #06101f;
    --panel: #0d1a2c;
    --panel-2: #111f34;
    --line: rgba(255,255,255,.1);
    --text: #f6fbff;
    --muted: #9fb0c8;
    --blue: #0085ff;
    --blue-2: #00c2ff;
    --navy: #08172a;
    --danger: #ff4d6d;
    --ok: #31d0aa;
    --shadow: 0 24px 70px rgba(0, 30, 90, .35);
    --glass: rgba(255,255,255,.065);
    --glow: 0 0 0 1px rgba(0,194,255,.16), 0 22px 70px rgba(0,133,255,.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    background: var(--bg);
    color: var(--text);
    letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select {
    font: inherit;
}

.public-shell {
    background: #050a13;
}
.marketing-shell {
    min-height: 100vh;
    overflow-x: hidden;
    background: #020713;
}
.coming-soon-page {
    position: relative;
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(320px, 44%) minmax(420px, 56%);
    align-items: center;
    padding: 46px clamp(24px, 8vw, 164px);
    overflow: hidden;
    background:
        radial-gradient(circle at 73% 45%, rgba(0,194,255,.22), transparent 25%),
        radial-gradient(circle at 14% 19%, rgba(0,133,255,.16), transparent 25%),
        linear-gradient(115deg, #020711 0%, #020916 42%, #041326 70%, #01040a 100%);
}
.coming-soon-page::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: radial-gradient(circle at 63% 45%, #000 0%, transparent 68%);
    opacity: .42;
    pointer-events: none;
}
.coming-soon-page::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 40%;
    background: linear-gradient(180deg, transparent, rgba(0,0,0,.52));
    pointer-events: none;
}
.coming-blur-logo {
    position: absolute;
    z-index: 0;
    left: -5vw;
    top: 50%;
    width: min(1050px, 78vw);
    max-width: none;
    opacity: .105;
    filter: blur(12px) saturate(1.1) drop-shadow(0 0 80px rgba(0,133,255,.55));
    transform: translateY(-50%) rotate(-4deg);
    pointer-events: none;
}
.coming-grid-glow {
    position: absolute;
    right: -12%;
    top: 10%;
    width: 46vw;
    height: 46vw;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(0,194,255,.2), rgba(0,133,255,.08) 38%, transparent 68%);
    filter: blur(10px);
    pointer-events: none;
}
.coming-copy {
    position: relative;
    z-index: 3;
    max-width: 620px;
}
.coming-logo {
    width: 176px;
    margin-bottom: 54px;
    filter: drop-shadow(0 0 34px rgba(0,133,255,.34));
}
.coming-kicker {
    margin: 0 0 14px;
    color: #34c8ff;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: .76rem;
    text-shadow: 0 0 22px rgba(0,194,255,.38);
}
.coming-copy h1 {
    margin: 0;
    color: #fff;
    max-width: 620px;
    font-size: clamp(3rem, 4.15vw, 5rem);
    line-height: 1.03;
    font-weight: 900;
    letter-spacing: 0;
    text-wrap: balance;
    text-shadow: 0 22px 80px rgba(0,0,0,.55);
}
.coming-copy p:not(.coming-kicker) {
    margin: 26px 0 0;
    max-width: 610px;
    color: #9db4cf;
    font-size: clamp(1.05rem, 1.24vw, 1.25rem);
    line-height: 1.55;
    font-weight: 560;
}
.coming-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 48px;
}
.coming-actions span {
    max-width: 245px;
    color: #7890ad;
    font-size: .93rem;
    line-height: 1.35;
}
.coming-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 168px;
    height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(135deg, #0078ff 0%, #00c2ff 100%);
    box-shadow: 0 18px 44px rgba(0,133,255,.33), inset 0 1px 0 rgba(255,255,255,.26);
}
.coming-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 24px 70px rgba(0,133,255,.45), inset 0 1px 0 rgba(255,255,255,.32);
}
.coming-visual {
    position: relative;
    z-index: 2;
    min-height: 640px;
    overflow: visible;
}
.coming-phone-stage {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    perspective: 1200px;
}
.coming-phone-stage::before {
    content: "";
    position: absolute;
    width: min(620px, 86%);
    height: min(620px, 86%);
    border-radius: 999px;
    background:
        radial-gradient(circle, rgba(0,194,255,.2), transparent 58%),
        radial-gradient(circle at 48% 35%, rgba(0,133,255,.24), transparent 52%);
    filter: blur(20px);
}
.coming-phone-stage::after {
    content: "";
    position: absolute;
    width: 560px;
    height: 156px;
    bottom: 4%;
    border-radius: 999px;
    background: radial-gradient(ellipse, rgba(0,0,0,.62), transparent 68%);
    filter: blur(10px);
}
.coming-phone-bg-logo {
    position: absolute;
    width: min(760px, 88%);
    max-width: none;
    opacity: .18;
    filter: blur(10px) saturate(1.2) drop-shadow(0 0 80px rgba(0,133,255,.45));
    transform: translate(4%, 2%) rotate(-8deg);
    mix-blend-mode: screen;
}
.coming-phone {
    width: 318px;
    height: 636px;
    transform: rotateY(-12deg) rotateZ(-2deg);
    animation: comingPhoneFloat 5.4s ease-in-out infinite;
    box-shadow:
        inset 0 0 0 2px rgba(255,255,255,.18),
        inset -12px -12px 26px rgba(0,0,0,.78),
        inset 9px 0 16px rgba(255,255,255,.12),
        0 54px 125px rgba(0,0,0,.62),
        0 0 105px rgba(0,133,255,.34);
}
.coming-phone-screen {
    background:
        radial-gradient(ellipse at 50% 18%, #2aa7ff 0 5%, #0868d8 21%, #062153 42%, transparent 53%),
        radial-gradient(ellipse at 50% 27%, transparent 0 42%, rgba(0,194,255,.58) 43%, transparent 45%),
        radial-gradient(ellipse at 50% 80%, #4bd8ff 0 6%, #0b7dce 17%, #041d3e 39%, transparent 54%),
        radial-gradient(ellipse at 50% 74%, transparent 0 42%, rgba(0,194,255,.46) 43%, transparent 45%),
        linear-gradient(180deg, #08223f 0%, #052861 31%, #010712 53%, #031326 72%, #0a69a8 100%),
        #020711;
    box-shadow: inset 0 0 0 3px #020307, inset 0 0 60px rgba(0,0,0,.38);
}
.coming-phone-screen::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg, rgba(255,255,255,.18), transparent 23%, transparent 74%, rgba(255,255,255,.08)),
        radial-gradient(circle at 50% 50%, transparent 0%, rgba(0,0,0,.12) 60%, rgba(0,0,0,.52) 100%);
    pointer-events: none;
}
.coming-phone-logo {
    width: 232px;
    opacity: .96;
    filter: drop-shadow(0 0 34px rgba(0,194,255,.86)) drop-shadow(0 0 12px rgba(255,255,255,.18));
}
@keyframes comingPhoneFloat {
    0%, 100% { transform: translateY(0) rotateY(-12deg) rotateZ(-2deg); }
    50% { transform: translateY(-18px) rotateY(10deg) rotateZ(2deg); }
}
.coming-orbit {
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(0,194,255,.22);
    border-radius: 50%;
    filter: drop-shadow(0 0 28px rgba(0,194,255,.18));
    pointer-events: none;
}
.coming-orbit.one {
    width: 520px;
    height: 180px;
    right: 7%;
    top: 50%;
    transform: rotate(-18deg);
}
.coming-orbit.two {
    width: 360px;
    height: 120px;
    right: 20%;
    top: 38%;
    transform: rotate(16deg);
}
.coming-card-mini {
    position: absolute;
    z-index: 4;
    right: 8%;
    bottom: 11%;
    width: 250px;
    padding: 18px 20px;
    border: 1px solid rgba(0,194,255,.28);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(6,19,38,.82), rgba(9,29,52,.62));
    box-shadow: 0 28px 80px rgba(0,0,0,.38), 0 0 38px rgba(0,133,255,.16);
    backdrop-filter: blur(16px);
}
.coming-card-mini strong {
    display: block;
    color: #fff;
    font-size: 1.05rem;
}
.coming-card-mini span {
    display: block;
    margin-top: 6px;
    color: #9db4cf;
    font-size: .88rem;
}
.app-shell {
    background:
        radial-gradient(circle at 78% -10%, rgba(0,133,255,.22), transparent 34%),
        radial-gradient(circle at 12% 18%, rgba(0,194,255,.11), transparent 28%),
        linear-gradient(180deg, #06101f 0%, #07111f 48%, #040912 100%);
    min-height: 100vh;
}
.flash {
    position: fixed;
    z-index: 20;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: min(720px, calc(100% - 24px));
    padding: 14px 18px;
    border: 1px solid rgba(0,194,255,.35);
    border-radius: 8px;
    background: rgba(8,23,42,.94);
    box-shadow: var(--shadow);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0;
    font-weight: 900;
    letter-spacing: .08em;
}
.brand img {
    width: 160px;
    height: auto;
    max-height: 52px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 0 18px rgba(0,133,255,.28));
}
.brand span {
    display: none;
    color: var(--text);
    text-shadow: 0 0 28px rgba(0,133,255,.7);
}

.topbar {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}
.landing-nav {
    height: 56px;
    border-bottom: 1px solid #172235;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 max(24px, calc((100vw - 1160px) / 2));
}
.landing-nav .brand img { width: 118px; max-height: 40px; object-fit: contain; }
.landing-nav .brand span { display: none; }
.landing-nav div { display: flex; align-items: center; gap: 28px; color: #8192ad; font-weight: 700; }
.landing-hero {
    min-height: 620px;
    background:
        radial-gradient(circle at 66% 46%, rgba(0,194,255,.22), transparent 32%),
        radial-gradient(circle at 42% 48%, rgba(0,133,255,.2), transparent 31%),
        linear-gradient(180deg, rgba(7,16,29,.94), rgba(3,8,16,.98)),
        #07101d;
    border-bottom: 1px solid #172235;
    overflow: hidden;
}
.landing-center {
    width: min(1160px, calc(100% - 32px));
    margin: 0 auto;
    min-height: 564px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px;
    padding: 48px 0 72px;
}
.landing-clean {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
}
.landing-copy { text-align: left; }
.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2f83ff;
    background: rgba(47,131,255,.12);
    border: 1px solid rgba(47,131,255,.35);
    border-radius: 999px;
    padding: 9px 16px;
    font-weight: 800;
    margin-bottom: 28px;
}
.landing-center h1 {
    font-size: clamp(2.4rem, 5.4vw, 4.5rem);
    line-height: .98;
    margin: 0 0 24px;
    color: #fff;
    font-weight: 900;
}
.landing-center h1 span { color: #3d89ff; }
.landing-center p {
    color: #83a2d1;
    font-size: clamp(1.05rem, 2vw, 1.4rem);
    line-height: 1.35;
    max-width: 690px;
    margin-bottom: 42px;
}
.landing-center .actions { justify-content: flex-start; }
.landing-center .button, .landing-center .ghost { min-width: 220px; height: 50px; font-weight: 900; }
.iphone-stage {
    position: relative;
    min-height: 565px;
    width: min(720px, 100%);
    display: grid;
    place-items: center;
    perspective: 1100px;
}
.iphone-bg-logo {
    position: absolute;
    width: min(960px, 118vw);
    opacity: .32;
    filter: blur(15px) saturate(1.28) contrast(1.08);
    transform: translateY(6px) scale(1.18);
    pointer-events: none;
    mix-blend-mode: screen;
}
.iphone-stage::before {
    content: "";
    position: absolute;
    width: 460px;
    height: 460px;
    border-radius: 999px;
    background:
        radial-gradient(circle, rgba(0,194,255,.2), transparent 62%),
        radial-gradient(circle at 30% 36%, rgba(0,133,255,.2), transparent 58%);
    filter: blur(18px);
}
.iphone-float {
    position: relative;
    width: 300px;
    height: 600px;
    border-radius: 58px;
    padding: 12px;
    background:
        linear-gradient(90deg, #171820, #54545e 7%, #11121a 16%, #05060a 72%, #555766 92%, #171820),
        #090a10;
    box-shadow:
        inset 0 0 0 2px rgba(255,255,255,.16),
        inset -10px -10px 24px rgba(0,0,0,.72),
        inset 8px 0 14px rgba(255,255,255,.12),
        0 42px 110px rgba(0,0,0,.56),
        0 0 90px rgba(0,133,255,.25);
    animation: phoneFloat 4.8s ease-in-out infinite;
}
.iphone-float::before {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 46px;
    border: 1px solid rgba(255,255,255,.14);
    pointer-events: none;
}
.iphone-float::after {
    content: "";
    position: absolute;
    left: -3px;
    top: 118px;
    width: 4px;
    height: 92px;
    border-radius: 8px 0 0 8px;
    background: linear-gradient(#dce8f5, #334156);
    box-shadow: 301px 48px 0 -1px #26364d;
}
.iphone-screen {
    height: 100%;
    border-radius: 47px;
    padding: 0;
    background:
        radial-gradient(ellipse at 50% 20%, #7dd8ff 0 6%, #1689ff 22%, #093987 42%, transparent 51%),
        radial-gradient(ellipse at 50% 27%, transparent 0 42%, rgba(0,194,255,.92) 43%, transparent 45%),
        radial-gradient(ellipse at 50% 78%, #effbff 0 8%, #5fd5ff 20%, #0d3f7a 40%, transparent 53%),
        radial-gradient(ellipse at 50% 74%, transparent 0 42%, rgba(132,221,255,.9) 43%, transparent 45%),
        linear-gradient(180deg, #82dcff 0%, #0b55b5 31%, #020812 50%, #071d37 68%, #f2fbff 100%),
        #06101f;
    border: 1px solid rgba(255,255,255,.12);
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 0 3px #030408;
}
.phone-notch {
    position: absolute;
    top: 19px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 31px;
    border-radius: 999px;
    background: #030306;
    z-index: 3;
    box-shadow: inset 12px 0 18px rgba(255,255,255,.04), 0 1px 2px rgba(255,255,255,.12);
}
.dynamic-island {
    position: absolute;
    top: 29px;
    left: 50%;
    width: 9px;
    height: 9px;
    transform: translateX(30px);
    border-radius: 999px;
    background: #101927;
    z-index: 4;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.phone-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 218px;
    transform: translate(-50%, -50%);
    opacity: 1;
    filter: drop-shadow(0 0 32px rgba(0,194,255,.78)) drop-shadow(0 0 10px rgba(255,255,255,.22));
    z-index: 2;
}
.money-signal {
    position: absolute;
    z-index: 3;
    display: grid;
    place-items: center;
    min-width: 96px;
    height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 18% 12%, rgba(255,255,255,.2), transparent 22%),
        linear-gradient(135deg, rgba(0,133,255,.34), rgba(0,194,255,.14)),
        rgba(6,19,38,.84);
    border: 1px solid rgba(0,194,255,.42);
    color: #fff;
    font-weight: 900;
    font-size: .84rem;
    white-space: nowrap;
    box-shadow:
        0 18px 45px rgba(0,0,0,.24),
        0 0 24px rgba(0,194,255,.18),
        inset 0 1px 0 rgba(255,255,255,.16);
    backdrop-filter: blur(14px);
    animation: signalFloat 5.4s ease-in-out infinite;
}
.brand-signal {
    width: 156px;
    min-width: 156px;
    height: 76px;
    padding: 8px 20px;
    overflow: hidden;
    border-radius: 20px;
    background:
        radial-gradient(circle at 20% 12%, rgba(255,255,255,.24), transparent 24%),
        linear-gradient(145deg, rgba(0,194,255,.22), rgba(0,76,140,.12)),
        rgba(4,20,36,.86);
    border-color: rgba(0,194,255,.5);
}
.brand-signal img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    filter: drop-shadow(0 0 14px rgba(0,194,255,.22));
}
.brand-apple img,
.brand-xiaomi img,
.brand-motorola img,
.brand-realme img {
    width: auto !important;
    object-fit: contain;
}
.brand-apple img {
    height: 50px !important;
    max-height: 50px !important;
    mix-blend-mode: screen;
    filter: invert(1) brightness(1.42) contrast(1.08) drop-shadow(0 0 16px rgba(0,194,255,.22));
}
.brand-samsung img {
    width: 100%;
    max-height: 100%;
    mix-blend-mode: screen;
    filter: brightness(1.25) contrast(1.08) drop-shadow(0 0 16px rgba(0,194,255,.24));
}
.brand-xiaomi img {
    height: 48px !important;
    max-height: 48px !important;
    border-radius: 14px;
    filter: saturate(1.05) drop-shadow(0 0 16px rgba(255,112,0,.18));
}
.brand-motorola img {
    height: 50px !important;
    max-height: 50px !important;
    mix-blend-mode: screen;
    filter: invert(1) brightness(1.35) contrast(1.08) drop-shadow(0 0 16px rgba(0,194,255,.22));
}
.brand-asus img {
    width: 100%;
    max-height: 100%;
    mix-blend-mode: screen;
    filter: invert(1) brightness(1.22) contrast(1.1) drop-shadow(0 0 14px rgba(0,194,255,.22));
}
.brand-realme img {
    height: 50px !important;
    max-height: 50px !important;
    mix-blend-mode: normal;
    filter: saturate(1.08) drop-shadow(0 0 14px rgba(255,214,0,.15));
}
.signal-one { left: -6px; top: 54px; }
.signal-two { right: -6px; top: 54px; animation-delay: .55s; }
.signal-three { left: -20px; top: 244px; animation-delay: 1.1s; }
.signal-four { right: -20px; top: 244px; animation-delay: 1.65s; }
.signal-five { left: 34px; bottom: 58px; animation-delay: 2.2s; }
.signal-six { right: 34px; bottom: 58px; animation-delay: 2.75s; }
@keyframes phoneFloat {
    0%, 100% { transform: translateY(0) rotateY(-15deg) rotateZ(-3deg); }
    50% { transform: translateY(-20px) rotateY(12deg) rotateZ(2deg); }
}
@keyframes signalFloat {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: .82; }
    35% { transform: translate3d(0, -12px, 0) scale(1.02); opacity: 1; }
    70% { transform: translate3d(0, 7px, 0) scale(.99); opacity: .9; }
}
.landing-band {
    border-bottom: 1px solid #172235;
    padding: 78px 0 82px;
    background: #050a13;
}
.section-title {
    text-align: center;
    margin: 0 auto 66px;
}
.section-title h2 {
    font-size: clamp(2rem, 3vw, 2.7rem);
    margin-bottom: 14px;
}
.section-title p {
    color: #83a2d1;
    font-size: 1.15rem;
}
.steps-grid, .why-grid, .landing-plans {
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.steps-grid article, .why-grid article, .landing-plans article {
    min-height: 184px;
    padding: 32px;
    background: #0a1221;
    border: 1px solid #1b2a43;
    border-radius: 14px;
}
.steps-grid article strong {
    display: block;
    color: rgba(47,131,255,.18);
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 20px;
}
.steps-grid h3, .why-grid h3, .landing-plans h3 {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 12px;
}
.steps-grid p, .why-grid p, .landing-plans p, .landing-plans li {
    color: #83a2d1;
    line-height: 1.55;
}
.why-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
.why-grid article { min-height: 180px; }
.why-grid article span {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #2458d8;
    color: #fff;
    font-weight: 900;
    margin-bottom: 22px;
}
.landing-plans article {
    position: relative;
    min-height: 344px;
    border-width: 2px;
}
.landing-plans article.popular {
    border-color: #2e82ff;
    box-shadow: 0 0 0 1px rgba(46,130,255,.2);
}
.landing-plans em {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #2458d8;
    color: white;
    padding: 6px 18px;
    border-radius: 999px;
    font-style: normal;
    font-weight: 900;
    font-size: .8rem;
}
.landing-plans strong {
    color: #3d89ff;
    font-size: 2.7rem;
}
.landing-plans ul {
    list-style-position: inside;
    padding: 12px 0 22px;
    line-height: 2;
}
.landing-cta {
    text-align: center;
    padding: 78px 20px 80px;
    border-bottom: 1px solid #172235;
    background: #050a13;
}
.landing-cta h2 { font-size: clamp(2rem, 4vw, 2.7rem); }
.landing-cta p { color: #83a2d1; font-size: 1.2rem; max-width: 720px; margin: 0 auto 34px; }
.landing-footer {
    height: 88px;
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #83a2d1;
}
.landing-footer .brand img { width: 118px; max-height: 40px; object-fit: contain; }
.landing-footer .brand span { display: none; }
.topbar div { display: flex; gap: 12px; align-items: center; }
.hero {
    min-height: 92vh;
    border-bottom: 1px solid var(--line);
}
.hero-grid {
    width: min(1180px, calc(100% - 32px));
    min-height: calc(92vh - 76px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 54px;
    align-items: center;
    padding-bottom: 44px;
}
.eyebrow {
    display: inline-flex;
    color: var(--blue-2);
    font-weight: 800;
    margin-bottom: 14px;
    text-transform: uppercase;
    font-size: .76rem;
}
h1, h2, h3, p { margin-top: 0; }
.hero h1 {
    font-size: clamp(2.5rem, 6vw, 5.9rem);
    line-height: .96;
    max-width: 900px;
    margin-bottom: 24px;
}
.hero p {
    color: #d7e6f7;
    font-size: 1.16rem;
    max-width: 660px;
    line-height: 1.7;
}
.actions, .row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.between { justify-content: space-between; }
.button, .ghost, .danger {
    border: 0;
    border-radius: 8px;
    padding: 13px 18px;
    color: white;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
}
.button {
    background: linear-gradient(135deg, var(--blue), var(--blue-2));
    box-shadow: 0 14px 32px rgba(0,133,255,.28);
    font-weight: 800;
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.button:hover { transform: translateY(-1px); filter: saturate(1.1); box-shadow: 0 18px 44px rgba(0,133,255,.36); }
.ghost {
    border: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.ghost:hover { border-color: rgba(0,194,255,.36); transform: translateY(-1px); }
.danger { background: rgba(255,77,109,.18); border: 1px solid rgba(255,77,109,.45); }
.small { padding: 9px 12px; min-height: 36px; font-size: .88rem; }
.full { width: 100%; }

.market-preview {
    background: linear-gradient(180deg, rgba(17,31,52,.9), rgba(7,17,31,.92));
    border: 1px solid rgba(0,194,255,.18);
    border-radius: 8px;
    padding: 22px;
    box-shadow: var(--glow);
    backdrop-filter: blur(18px);
}
.preview-top, .preview-metrics {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #d7e6f7;
}
.phone-visual {
    height: 420px;
    margin: 24px auto;
    width: min(250px, 80%);
    border-radius: 34px;
    background:
        linear-gradient(160deg, rgba(255,255,255,.18), transparent 24%),
        linear-gradient(145deg, #0d233e, #111827 55%, #0093ff);
    border: 7px solid #111827;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.2), 0 34px 70px rgba(0,133,255,.26);
}
.preview-metrics span {
    padding: 9px 11px;
    background: rgba(255,255,255,.06);
    border-radius: 8px;
    font-size: .84rem;
}
.public-section {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 70px 0 92px;
}
.public-section h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.feature {
    min-height: 160px;
    padding: 22px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.035);
    border-radius: 8px;
}
.feature span {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: block;
    background: linear-gradient(135deg, var(--blue), var(--blue-2));
    margin-bottom: 26px;
}
.feature p { color: #d6e2f2; line-height: 1.55; }

.auth-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 30px 16px;
}
.login-page {
    align-content: center;
    gap: 0;
    position: relative;
    overflow: hidden;
}
.login-bg-logo {
    position: fixed;
    inset: 0;
    z-index: 0;
    display: grid;
    place-items: center;
    pointer-events: none;
    opacity: .2;
    filter: blur(8px) saturate(1.18);
    transform: translateY(-42px) scale(3.45);
}
.login-bg-logo .brand img {
    width: min(760px, 86vw);
    max-height: none;
}
.floating-login-logo {
    position: relative;
    z-index: 2;
    transform: translateY(-18px);
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}
.floating-login-logo .brand img { width: 260px; max-height: 82px; }
.auth-card {
    width: min(450px, 100%);
    padding: 28px;
    background: rgba(13,26,44,.92);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
}
.login-page .auth-card { position: relative; z-index: 1; padding-top: 38px; }
.auth-card.wide { width: min(920px, 100%); }
.auth-card h1 { margin: 26px 0 8px; }
.auth-card p, .muted { color: var(--muted); }
label small {
    color: var(--muted);
    line-height: 1.45;
}

label { display: grid; gap: 8px; color: #c7d5e8; }
input, select, textarea {
    width: 100%;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.055);
    color: var(--text);
    border-radius: 8px;
    padding: 12px 13px;
    min-height: 44px;
}
textarea {
    min-height: 110px;
    resize: vertical;
    font: inherit;
}
input::placeholder { color: #7f91aa; }
select option { color: #0b1220; }
input[type="file"] {
    cursor: pointer;
    min-height: 56px;
    padding: 8px;
    border-style: dashed;
    border-color: rgba(0,194,255,.34);
    background:
        radial-gradient(circle at 10% 0%, rgba(0,194,255,.12), transparent 30%),
        rgba(0,133,255,.055);
}
input[type="file"]::file-selector-button {
    border: 0;
    border-radius: 8px;
    margin-right: 14px;
    padding: 12px 16px;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(135deg, var(--blue), var(--blue-2));
    box-shadow: 0 10px 26px rgba(0,133,255,.26);
    cursor: pointer;
}
label:has(input[type="file"]) {
    padding: 14px;
    border: 1px solid rgba(0,194,255,.18);
    border-radius: 8px;
    background: rgba(255,255,255,.025);
}
.upload-card {
    position: relative;
    display: grid;
    gap: 10px;
    min-height: 118px;
    align-content: center;
}
.upload-card span {
    color: var(--muted);
    font-size: .9rem;
    line-height: 1.45;
}
form { display: grid; gap: 14px; }
.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}
.form-grid .full, .form-grid fieldset, .form-grid .checks, .form-grid button { grid-column: 1 / -1; }
.check {
    display: flex;
    align-items: center;
    gap: 9px;
}
.check input, .checks input {
    width: 16px;
    height: 16px;
    min-height: 16px;
    flex: 0 0 16px;
    accent-color: var(--blue-2);
}
.checks {
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 16px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
.checks label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-height: 32px;
    color: #dcecff;
}
.checks legend { padding: 0 8px; color: var(--blue-2); font-weight: 800; }

.sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    width: 250px;
    background: linear-gradient(180deg, rgba(6,16,31,.98), rgba(7,17,31,.94));
    border-right: 1px solid var(--line);
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.sidebar nav { display: grid; gap: 6px; }
.sidebar nav a {
    padding: 12px;
    color: #c9d7e8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    min-height: 42px;
    border: 1px solid transparent;
}
.sidebar nav a:hover, .sidebar nav a.active {
    background: linear-gradient(135deg, rgba(0,133,255,.18), rgba(0,194,255,.08));
    color: white;
    border-color: rgba(0,194,255,.18);
}
.main {
    margin-left: 250px;
    padding: 30px;
    min-height: 100vh;
}
.page-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 24px;
}
.page-head h1 { font-size: clamp(1.7rem, 4vw, 3rem); margin-bottom: 0; }
.page-subtitle {
    color: var(--muted);
    max-width: 780px;
    margin: 10px 0 0;
    line-height: 1.6;
}
.notice {
    border: 1px solid rgba(0,194,255,.25);
    background: rgba(0,133,255,.08);
    padding: 14px;
    border-radius: 8px;
    margin-bottom: 18px;
    color: #d6e7ff;
}
.metric-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 22px;
}
.metric, .panel, .plan {
    background:
        linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018)),
        linear-gradient(180deg, rgba(17,31,52,.98), rgba(11,23,39,.98));
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 18px;
    box-shadow: 0 18px 54px rgba(0,0,0,.16);
}
.metric:hover, .panel:hover, .plan:hover, .product-card:hover { border-color: rgba(0,194,255,.24); }
.metric span { color: var(--muted); font-size: .88rem; }
.metric strong { display: block; font-size: 1.55rem; margin-top: 10px; }
.metric small { display: block; color: var(--blue-2); margin-top: 10px; }
.premium-panel {
    position: relative;
    overflow: hidden;
}
.premium-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,133,255,.12), transparent 42%, rgba(0,194,255,.08));
    pointer-events: none;
}
.panel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
.metric-grid + .panel-grid,
.panel-grid + .panel-grid,
.panel + .panel-grid {
    margin-top: 22px;
}
.progress {
    height: 10px;
    background: rgba(255,255,255,.08);
    border-radius: 999px;
    overflow: hidden;
    margin: 18px 0;
}
.progress span { display: block; height: 100%; background: linear-gradient(90deg, var(--blue), var(--blue-2)); }
.timeline { display: grid; gap: 12px; }
.timeline div {
    border-left: 3px solid var(--blue);
    padding-left: 12px;
}
.timeline p { margin: 5px 0; color: var(--muted); }
.timeline small { color: #718198; }

.filter-bar {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 20px;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 8px;
    background: rgba(255,255,255,.035);
    box-shadow: 0 18px 50px rgba(0,0,0,.12);
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 18px;
}
.product-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.02)),
        var(--panel);
    box-shadow: 0 18px 48px rgba(0,0,0,.18);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.product-card:hover, .product-card:focus-visible {
    transform: translateY(-4px);
    box-shadow: var(--glow);
    border-color: rgba(0,194,255,.45);
    outline: none;
}
.photo {
    height: 260px;
    position: relative;
    background:
        radial-gradient(circle at 50% 18%, rgba(0,194,255,.16), transparent 28%),
        #0b1322;
    display: block;
    overflow: hidden;
}
.photo img { width: 100%; height: 100%; object-fit: cover; opacity: .96; }
.card-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.card-body h3 { margin: 12px 0 6px; font-size: 1.22rem; }
.card-body p { color: var(--muted); }
.price { color: #fff; font-size: 1.45rem; display: block; margin: 8px 0; }
.price.xl { font-size: clamp(2rem, 5vw, 3.3rem); }
.chip, .level {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 28px;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: #dcecff;
    font-size: .78rem;
    font-weight: 800;
}
.chip.blue { background: rgba(0,133,255,.18); color: #9bd7ff; }
.level.bronze { background: rgba(174,108,63,.25); }
.level.silver { background: rgba(197,211,227,.2); }
.level.gold { background: rgba(245,190,80,.22); color: #ffe4a3; }
.level.diamond { background: rgba(0,194,255,.22); color: #b9f1ff; }
.level.big { font-size: 1.2rem; padding: 10px 14px; }
.seller-line {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    margin: 12px 0;
    color: #d8e6f6;
    font-size: .88rem;
}
.card-body .muted { margin-top: auto; }
.hint { color: var(--blue-2) !important; font-weight: 800; }

.protected-image {
    user-select: none;
    -webkit-user-drag: none;
}
.watermark {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-24deg);
    color: rgba(255,255,255,.32);
    font-weight: 900;
    font-size: clamp(2.1rem, 7vw, 4.2rem);
    letter-spacing: .16em;
    text-shadow: 0 0 22px rgba(0,133,255,.55);
    pointer-events: none;
    mix-blend-mode: screen;
}
.watermark.large {
    font-size: clamp(3rem, 11vw, 7rem);
    opacity: .32;
}

.detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}
.gallery {
    min-height: 620px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #0a1324;
    border: 1px solid var(--line);
}
.gallery img { width: 100%; height: 100%; object-fit: cover; }
.product-carousel { display: flex; align-items: center; justify-content: center; }
.product-carousel > img { cursor: zoom-in; }
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    background: rgba(5,10,19,.72);
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
}
.carousel-btn.prev { left: 16px; }
.carousel-btn.next { right: 16px; }
.thumb-row {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 4;
    display: flex;
    gap: 10px;
    overflow-x: auto;
}
.thumb-row button {
    width: 72px;
    height: 72px;
    flex: 0 0 auto;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    background: #07111f;
    cursor: pointer;
}
.thumb-row button.active { border-color: var(--blue-2); }
.thumb-row img { width: 100%; height: 100%; object-fit: cover; }
.zoom-photo {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 4;
}
.photo-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    place-items: center;
    background: rgba(0,0,0,.86);
    padding: 24px;
}
.photo-modal img {
    max-width: min(1100px, 96vw);
    max-height: 88vh;
    border-radius: 8px;
    box-shadow: 0 24px 90px rgba(0,0,0,.5);
}
.photo-modal button {
    position: fixed;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.25);
    background: rgba(255,255,255,.08);
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
}
.detail-panel {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 24px;
}
.detail-panel h1 { font-size: clamp(2rem, 5vw, 4.2rem); line-height: 1; margin: 12px 0 18px; }
.spec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 22px 0;
}
.spec-grid div {
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 13px;
}
.spec-grid span { display: block; color: var(--muted); font-size: .84rem; margin-bottom: 7px; }
.anonymous-seller {
    border: 1px solid rgba(0,194,255,.38);
    background:
        linear-gradient(135deg, rgba(0,133,255,.16), rgba(5,23,42,.96)),
        #08243f;
    border-radius: 8px;
    padding: 20px;
    margin: 18px 0 16px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 18px 44px rgba(0,0,0,.22);
}
.anonymous-seller h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 1.45rem;
}
.anonymous-seller p {
    color: #fff;
    font-weight: 700;
    margin: 9px 0;
    line-height: 1.55;
}
.inline-form {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
}
.review-form {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.review-form select { width: 70px; }
.review-form label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .82rem;
    color: var(--muted);
}
.review-form input { width: auto; min-height: auto; }
.inline-form select, .inline-form input { width: min(260px, 100%); }

.buy-box {
    margin-top: 18px;
    padding: 18px;
    border: 1px solid rgba(0,194,255,.24);
    border-radius: 8px;
    background: rgba(0,133,255,.07);
}
.buy-box h2 {
    margin: 0;
    font-size: 1.12rem;
}
.delivery-choice {
    display: grid;
    gap: 10px;
}
.saved-address {
    padding: 14px;
    border: 1px solid rgba(0,194,255,.22);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(0,133,255,.12), rgba(255,255,255,.025));
}
.saved-address strong { color: #fff; }
.saved-address p {
    margin: 6px 0 0;
    color: var(--muted);
}
.delivery-choice input[readonly] {
    opacity: .78;
    border-style: dashed;
}
.delivery-choice.using-alt-address input {
    opacity: 1;
    border-style: solid;
}
.market-insight {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 16px 0;
    padding: 14px;
    border: 1px solid rgba(0,194,255,.22);
    border-radius: 8px;
    background: rgba(0,133,255,.06);
}
.market-insight div {
    display: grid;
    gap: 4px;
}
.market-insight span {
    color: var(--muted);
    font-size: .82rem;
}
.market-insight strong {
    color: #fff;
    font-size: 1rem;
}
.market-insight p {
    grid-column: 1 / -1;
    margin: 0;
    color: var(--muted);
}
.two-cols {
    display: grid;
    grid-template-columns: 1fr 90px;
    gap: 10px;
}
.action-stack, .status-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.status-actions input {
    width: 170px;
    min-height: 38px;
    padding: 9px 10px;
}
.offer-pay-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    gap: 8px;
    min-width: min(520px, 70vw);
}
.offer-pay-form button { grid-column: 1 / -1; }
.offer-pay-form .check { grid-column: 1 / -1; }
.badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 12px 0 18px;
}
.profile-head-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.tracking-panel {
    margin-top: 18px;
}
.tracking-line {
    position: relative;
    display: grid;
    gap: 16px;
    padding-left: 24px;
}
.tracking-line::before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 7px;
    width: 2px;
    background: linear-gradient(180deg, var(--blue-2), rgba(0,194,255,.05));
}
.tracking-line div {
    position: relative;
    padding: 14px 14px 14px 18px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 8px;
    background: rgba(255,255,255,.035);
}
.tracking-line span {
    position: absolute;
    left: -25px;
    top: 18px;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: var(--blue-2);
    box-shadow: 0 0 0 6px rgba(0,194,255,.12);
}
.tracking-line p {
    margin: 6px 0;
    color: var(--muted);
}
.tracking-line small {
    color: #7f91aa;
}

.table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)),
        var(--panel);
    box-shadow: 0 18px 54px rgba(0,0,0,.18);
}
table { width: 100%; border-collapse: collapse; min-width: 780px; }
th, td {
    text-align: left;
    padding: 14px;
    border-bottom: 1px solid var(--line);
    vertical-align: top;
}
th {
    color: #dcecff;
    background: rgba(255,255,255,.055);
    font-size: .82rem;
    text-transform: uppercase;
}
tbody tr:hover { background: rgba(0,133,255,.045); }
td small { display: block; color: var(--muted); margin-top: 4px; line-height: 1.4; }
.empty { padding: 30px; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); }
.qr {
    width: min(320px, 100%);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    text-align: center;
    word-break: break-word;
    padding: 20px;
    margin: 18px 0;
    color: #06101f;
    background:
        linear-gradient(90deg, #111 10px, transparent 10px) 0 0 / 28px 28px,
        linear-gradient(#111 10px, transparent 10px) 0 0 / 28px 28px,
        #fff;
    border-radius: 8px;
    font-weight: 900;
}
.plan-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.single-plan {
    grid-template-columns: minmax(280px, 520px);
    justify-content: center;
}
.single-plan .plan,
.landing-plans.single-plan article {
    max-width: 520px;
    margin-inline: auto;
}
.plan strong { font-size: 2.5rem; color: var(--blue-2); }
.plan ul { padding-left: 18px; color: #d7e4f4; line-height: 1.8; }
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 26px 0 8px;
    flex-wrap: wrap;
}
.pagination a {
    min-width: 40px;
    min-height: 40px;
    display: inline-grid;
    place-items: center;
    border-radius: 8px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.045);
    color: #dcecff;
    font-weight: 800;
}
.pagination a.active, .pagination a:hover {
    background: linear-gradient(135deg, var(--blue), var(--blue-2));
    color: #fff;
    border-color: transparent;
}
.danger-chip {
    color: #ffd8df;
    background: rgba(255,77,109,.18);
    border-color: rgba(255,77,109,.35);
}
.timeline-page {
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255,255,255,.035);
}

.mobile-nav { display: none; }

@media (max-width: 980px) {
    .coming-soon-page {
        grid-template-columns: 1fr;
        align-items: start;
        padding: 30px 28px 0;
    }
    .coming-blur-logo {
        width: 940px;
        left: -38%;
        top: 28%;
        opacity: .12;
    }
    .coming-logo { margin-bottom: 40px; }
    .coming-copy h1 {
        max-width: 650px;
        font-size: clamp(3rem, 9vw, 5rem);
    }
    .coming-visual {
        width: 100%;
        min-height: 360px;
        margin-top: 10px;
    }
    .coming-phone-stage {
        min-height: 440px;
    }
    .coming-phone {
        width: 248px;
        height: 496px;
    }
    .coming-phone-logo {
        width: 184px;
    }
    .coming-phone-bg-logo {
        width: 620px;
    }
    .coming-card-mini {
        right: 22px;
        bottom: 34px;
    }
    .hero-grid, .detail-grid { grid-template-columns: 1fr; }
    .landing-clean { grid-template-columns: 1fr; text-align: center; gap: 24px; }
    .landing-copy { text-align: center; }
    .landing-center .actions { justify-content: center; }
    .iphone-stage { min-height: 360px; }
    .iphone-float { width: 200px; height: 360px; }
    .hero h1 { font-size: clamp(2.35rem, 11vw, 4.7rem); }
    .market-preview { margin-bottom: 22px; }
    .feature-grid, .product-grid, .plan-grid, .panel-grid { grid-template-columns: 1fr; }
    .metric-grid { grid-template-columns: repeat(2, 1fr); }
    .filter-bar { grid-template-columns: repeat(2, 1fr); }
    .steps-grid, .why-grid, .landing-plans { grid-template-columns: 1fr; }
    .sidebar {
        width: 100%;
        height: 64px;
        inset: 0 0 auto 0;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 10px 14px;
    }
    .sidebar nav { display: none; }
    .sidebar form { display: none; }
    .main { margin-left: 0; padding: 86px 14px 84px; }
    .mobile-nav {
        position: fixed;
        z-index: 15;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 2px;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(6,16,31,.97);
        border-top: 1px solid var(--line);
        padding: 8px;
    }
    .mobile-nav a {
        text-align: center;
        font-size: .72rem;
        color: #d6e3f3;
        padding: 9px 4px;
        border-radius: 8px;
        background: rgba(255,255,255,.04);
    }
    .gallery { min-height: 420px; }
}

@media (max-width: 640px) {
    .coming-soon-page {
        min-height: 100svh;
        padding: 24px 22px 0;
        background:
            radial-gradient(circle at 62% 66%, rgba(0,133,255,.18), transparent 30%),
            linear-gradient(180deg, #020916 0%, #01040a 100%);
    }
    .coming-blur-logo {
        width: 720px;
        left: -56%;
        top: 25%;
        opacity: .12;
        filter: blur(10px) saturate(1.15) drop-shadow(0 0 70px rgba(0,133,255,.55));
    }
    .coming-logo {
        width: 138px;
        margin-bottom: 36px;
    }
    .coming-kicker { font-size: .68rem; }
    .coming-copy h1 {
        max-width: 340px;
        font-size: clamp(2.55rem, 13vw, 3.8rem);
    }
    .coming-copy p:not(.coming-kicker) {
        margin-top: 22px;
        max-width: 330px;
        font-size: 1.02rem;
    }
    .coming-actions {
        gap: 12px;
        margin-top: 32px;
    }
    .coming-actions span {
        max-width: 280px;
        font-size: .84rem;
    }
    .coming-button {
        height: 46px;
    }
    .coming-visual {
        min-height: 300px;
        margin-top: 8px;
    }
    .coming-phone-stage {
        min-height: 300px;
        transform: translateY(-8px);
    }
    .coming-phone {
        width: 164px;
        height: 328px;
        border-radius: 36px;
        padding: 8px;
    }
    .coming-phone .phone-notch {
        top: 13px;
        width: 68px;
        height: 21px;
    }
    .coming-phone .dynamic-island {
        top: 20px;
        width: 6px;
        height: 6px;
        transform: translateX(21px);
    }
    .coming-phone-screen {
        border-radius: 29px;
    }
    .coming-phone-logo {
        width: 122px;
    }
    .coming-phone-bg-logo {
        width: 430px;
        opacity: .18;
    }
    .coming-card-mini {
        display: none;
    }
    .coming-orbit.one {
        width: 330px;
        height: 120px;
        right: -16%;
        top: 48%;
    }
    .coming-orbit.two {
        width: 240px;
        height: 82px;
        right: 16%;
        top: 34%;
    }
    .topbar { height: auto; padding: 18px 0; align-items: flex-start; }
    .topbar div { flex-wrap: wrap; justify-content: flex-end; }
    .hero-grid { min-height: auto; padding: 34px 0 52px; gap: 28px; }
    .phone-visual { height: 330px; }
    .preview-metrics { flex-wrap: wrap; }
    .public-section { padding: 44px 0; }
    .form-grid, .checks, .metric-grid, .filter-bar, .spec-grid { grid-template-columns: 1fr; }
    .page-head { display: grid; }
    .product-card .photo { height: 230px; }
    .detail-panel { padding: 18px; }
    .inline-form { display: grid; }
    .inline-form select, .inline-form input { width: 100%; }
    .two-cols { grid-template-columns: 1fr; }
    .status-actions { display: grid; }
    .status-actions input { width: 100%; }
    .iphone-stage {
        width: min(100%, 390px);
        min-height: 520px;
        margin-top: 18px;
    }
    .iphone-float {
        width: 214px;
        height: 428px;
        border-radius: 46px;
    }
    .iphone-screen { border-radius: 36px; }
    .iphone-float::after {
        top: 98px;
        box-shadow: 211px 40px 0 -1px #26364d;
    }
    .iphone-bg-logo {
        width: 620px;
        opacity: .25;
    }
    .phone-logo { width: 162px; }
    .money-signal {
        min-width: 126px;
        height: 38px;
        padding: 0 10px;
        font-size: .76rem;
        box-shadow:
            0 16px 38px rgba(0,0,0,.25),
            0 0 22px rgba(0,194,255,.26),
            inset 0 1px 0 rgba(255,255,255,.18);
    }
    .brand-signal {
        height: 54px;
        width: 128px;
        min-width: 128px;
        padding: 6px 14px;
        border-radius: 17px;
    }
    .brand-apple img {
        height: 38px !important;
        max-height: 38px !important;
    }
    .brand-xiaomi img {
        height: 36px !important;
        max-height: 36px !important;
    }
    .brand-motorola img,
    .brand-realme img {
        height: 38px !important;
        max-height: 38px !important;
    }
    .signal-one { left: -6px; top: 32px; }
    .signal-two { right: -6px; top: 86px; }
    .signal-three { left: -6px; top: 234px; }
    .signal-four { right: -6px; top: 288px; }
    .signal-five { left: 18px; bottom: 64px; }
    .signal-six { right: 18px; bottom: 12px; }
.offer-pay-form {
        grid-template-columns: 1fr;
        min-width: 260px;
    }
}

.is-unavailable-live {
    opacity: .58;
    filter: saturate(.72);
}

.is-unavailable-live .card-body::after {
    content: "Indisponivel agora";
    display: inline-flex;
    margin-top: 10px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255, 77, 109, .14);
    border: 1px solid rgba(255, 77, 109, .34);
    color: #ffd7df;
    font-size: .82rem;
    font-weight: 800;
}
