* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    font-family: inherit;
}
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #ffffff;
    color: #111111;
}
body {
    overflow-x: hidden;
}
a {
    color: inherit;
    text-decoration: none;
}
button {
    font-family: inherit;
    border: none;
    cursor: pointer;
}
img {
    max-width: 100%;
    display: block;
}
.page {
    width: 100%;
    min-width: 1200px;
    background: #ffffff;
    display: block;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header */
.header {
    height: 80px;
    background: #ffffff;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 40;
}
.header-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brand {
    display: flex;
    align-items: center;
    gap: 10px;
}
.brand-logo {
    width: 44px;
    height: 44px;
    object-fit: contain;
    border-radius: 10px;
}
.brand-name {
    font-size: 20px;
    font-weight: 800;
    color: #111111;
}
.nav-links {
    display: flex;
    align-items: center;
    gap: 36px;
}
.nav-links a {
    font-size: 16px;
    font-weight: 600;
    color: #111111;
}
.nav-links a:hover {
    opacity: 0.7;
}

/* Store buttons — white pills, black text, match design */
.store-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.store-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 56px;
    padding: 0 22px 0 16px;
    border-radius: 999px;
    min-width: 188px;
    background: #ffffff;
    color: #111111;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}
.store-btn:hover {
    opacity: 0.92;
}
.store-btn img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
}
.store-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}
.store-copy small {
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #111111;
}
.store-copy strong {
    font-size: 16px;
    font-weight: 700;
    color: #111111;
}

/* Hero — 2880x1000 slice is full-bleed; copy overlays the left */
.hero {
    position: relative;
    background: #000000;
    color: #ffffff;
    overflow: hidden;
}
.hero-visual {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    pointer-events: none;
}
.hero-visual img {
    display: block;
    width: 92%;
    max-width: none;
    height: auto;
}
.hero-grid {
    position: absolute;
    inset: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 48px 24px;
}
.hero-copy {
    max-width: 520px;
}
.hero-copy h1 {
    margin: 0 0 20px;
    font-size: 56px;
    font-weight: 800;
    line-height: 1.15;
    color: #ffffff;
}
.hero-copy h1 span {
    background: linear-gradient(90deg, #c084fc 0%, #7c3aed 55%, #6366f1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hero-copy p {
    margin: 0 0 32px;
    max-width: 480px;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
}

/* Stats */
.stats {
    background: #2d0058;
    color: #ffffff;
}
.stats-row {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    gap: 0;
}
.stat-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 48px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}
.stat-item:last-child {
    border-right: none;
}
.stat-item img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 50%;
    background: #ffffff;
}
.stat-item strong {
    display: block;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
    color: #ffffff;
}
.stat-item span {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: rgba(255, 255, 255, 0.62);
}

/* Features */
.feature {
    padding: 80px 0;
}
.feature-light {
    background: #ffffff;
}
.feature-gray {
    background: #f4f4f4;
}
.feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 72px;
}
.feature-reverse {
    grid-template-columns: 1fr 1fr;
}
.feature-visual {
    display: flex;
    justify-content: center;
}
.feature-visual img {
    width: 320px;
    height: auto;
}
.feature-copy h2 {
    margin: 0 0 20px;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.25;
    color: #111111;
}
.feature-copy h3 {
    margin: 28px 0 16px;
    font-size: 24px;
    font-weight: 800;
    color: #111111;
}
.feature-copy p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.75;
    color: #666666;
}
.feature-copy p:last-child {
    margin-bottom: 0;
}
.disclaimer {
    color: #999999 !important;
    font-size: 14px !important;
}

/* Footer */
.footer {
    background: linear-gradient(180deg, #221470 0%, #0d0530 100%);
    color: #ffffff;
    padding: 56px 0 28px;
}
.footer-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 36px;
}
.footer .brand-name {
    color: #ffffff;
}
.footer-info p {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.62);
    max-width: 560px;
}
.footer-info .brand {
    margin-bottom: 16px;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.copyright {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
}
.legal-links {
    display: flex;
    gap: 28px;
}
.legal-links a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
}
.legal-links a:hover {
    color: #ffffff;
}
#page-mobile {
    display: none;
}
