* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    font-family: inherit;
}
html, body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    background: #ffffff;
    color: #111111;
}
a {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    display: block;
}
button {
    font-family: inherit;
    border: none;
    cursor: pointer;
}
.page {
    width: 100%;
    max-width: 430px;
    min-width: 0;
    min-height: 100vh;
    margin: 0 auto;
    padding-top: 56px;
    background: #ffffff;
    overflow-x: visible;
}
#page-pc {
    display: none;
}

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 40;
    background: #ffffff;
}
.header-inner {
    height: 56px;
    margin: 0 16px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.brand {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 800;
    min-width: 0;
    flex: 1;
}
.brand span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.brand img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    border-radius: 8px;
}
.download-mini {
    height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    flex-shrink: 0;
    white-space: nowrap;
}

/* Store buttons */
.store-row {
    display: flex;
    gap: 8px;
    justify-content: center;
}
.store-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    height: 48px;
    padding: 0 12px 0 10px;
    border-radius: 999px;
    background: #ffffff;
    color: #111111;
}
.store-btn img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex-shrink: 0;
}
.store-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
}
.store-copy small {
    font-size: 7px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.store-copy strong {
    font-size: 12px;
    font-weight: 700;
}

/* Hero — 786x1048 slice is the section; copy overlays the empty top */
.hero {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: center;
    background: #000000;
    color: #ffffff;
    overflow: hidden;
    aspect-ratio: 786 / 1048;
}
.hero-art {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    max-width: none;
    object-fit: contain;
    object-position: center top;
    pointer-events: none;
}
.hero-copy {
    position: relative;
    z-index: 1;
    padding: 52px 20px 0;
}
.hero h1 {
    margin: 0 0 14px;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -0.02em;
    color: #ffffff;
    text-align: center;
}
.hero h1 span {
    color: #8a1ef0;
}
.hero p {
    margin: 0 auto 20px;
    max-width: 320px;
    font-size: 12px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
    text-align: center;
}
.hero .store-row {
    width: 100%;
    gap: 8px;
}
.hero .store-btn {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    overflow: hidden;
    height: 50px;
    justify-content: center;
    gap: 6px;
    padding: 0 8px;
}
.hero .store-btn img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}
.hero .store-copy {
    min-width: 0;
    text-align: left;
}
.hero .store-copy small {
    font-size: 8px;
}
.hero .store-copy strong {
    font-size: 13px;
    white-space: nowrap;
}

/* Stats */
.stats {
    background: #2d0058;
    color: #ffffff;
    display: flex;
    padding: 20px 8px;
}
.stat-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
    padding: 4px 4px;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
}
.stat-item:last-child {
    border-right: none;
}
.stat-item img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    border-radius: 50%;
    background: #ffffff;
}
.stat-item strong {
    display: block;
    margin-top: 2px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.1;
    color: #ffffff;
}
.stat-item span {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.4px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.62);
    text-transform: uppercase;
}

/* Features */
.feature {
    padding: 36px 16px 0;
    text-align: center;
}
.feature-light {
    background: #ffffff;
}
.feature-gray {
    background: #f4f4f4;
}
.feature h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 800;
    color: #111111;
}
.section-desc {
    margin: 12px 0 0;
    font-size: 13px;
    line-height: 1.65;
    color: #666666;
}
.feature-phone {
    width: 240px;
    margin: 24px auto 0;
}

/* Disclaimer */
.disclaimer-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 28px 0 35px;
    padding: 10px;
    background: #f4f4f4;
    border-radius: 15px;
    text-align: left;
}
.disclaimer-box img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}
.disclaimer-box p {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #888888;
}

/* Footer */
.footer {
    background: linear-gradient(180deg, #160b50 0%, #0a041c 100%);
    color: #ffffff;
    padding: 36px 20px 24px;
    text-align: center;
}
.footer .store-btn {
    width: 100%;
    max-width: 280px;
    height: 56px;
    margin: 0 auto 14px;
    justify-content: center;
    padding: 0 24px;
    gap: 12px;
    text-align: left;
}
.footer .store-btn img {
    width: 28px;
    height: 28px;
}
.footer .store-copy small {
    font-size: 9px;
    letter-spacing: 0.5px;
}
.footer .store-copy strong {
    font-size: 16px;
}
.footer-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 28px 0 16px;
    font-size: 18px;
    font-weight: 800;
}
.footer-brand img {
    width: 36px;
    height: 36px;
    border-radius: 8px;
}
.footer-note p {
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.62);
}
.legal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 10px;
    margin: 22px 0 16px;
    padding: 14px 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.legal-links a {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.62);
    white-space: nowrap;
}
.copyright {
    margin: 0;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
}
