:root {
    color-scheme: light;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
    color: #172033;
    background: #f6f8fb;
}

* {
    box-sizing: border-box;
}

body {
    position: relative;
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    background:
            linear-gradient(180deg, rgba(50, 120, 255, 0.09), rgba(246, 248, 251, 0) 360px),
            #f6f8fb;
}

.category-watermarks {
    position: fixed;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.watermark {
    --size: 76px;
    --duration: 24s;
    --delay: 0s;
    position: absolute;
    top: -140px;
    display: grid;
    place-items: center;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    opacity: 0;
    color: currentColor;
    font-size: calc(var(--size) * 0.44);
    font-weight: 800;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
    animation: category-fall var(--duration) linear var(--delay) infinite;
}

.watermark-phone { left: 4%; background: rgba(74, 174, 235, .18); color: rgba(41, 148, 218, .42); --delay: -7s; }
.watermark-shopping { left: 14%; background: rgba(218, 91, 159, .16); color: rgba(205, 71, 142, .38); --size: 92px; --duration: 29s; --delay: -19s; }
.watermark-education { left: 25%; background: rgba(139, 99, 235, .15); color: rgba(112, 70, 217, .38); --size: 68px; --duration: 22s; --delay: -13s; }
.watermark-games { left: 35%; background: rgba(192, 68, 225, .15); color: rgba(172, 49, 208, .38); --duration: 31s; --delay: -24s; }
.watermark-family { left: 45%; background: rgba(242, 139, 63, .15); color: rgba(225, 111, 31, .36); --size: 96px; --duration: 27s; --delay: -5s; }
.watermark-travel { left: 56%; background: rgba(70, 116, 232, .15); color: rgba(45, 92, 211, .38); --size: 70px; --duration: 25s; --delay: -16s; }
.watermark-gifts { left: 66%; background: rgba(226, 71, 98, .14); color: rgba(210, 47, 76, .36); --size: 88px; --duration: 30s; --delay: -10s; }
.watermark-heart { left: 76%; background: rgba(222, 82, 145, .14); color: rgba(208, 55, 124, .36); --duration: 23s; --delay: -21s; }
.watermark-work { left: 86%; background: rgba(97, 101, 226, .14); color: rgba(72, 76, 207, .36); --size: 98px; --duration: 32s; --delay: -15s; }
.watermark-person { left: 93%; background: rgba(51, 174, 161, .14); color: rgba(30, 145, 133, .36); --size: 62px; --duration: 21s; --delay: -3s; }
.watermark-bank { left: 19%; background: rgba(53, 104, 229, .12); color: rgba(36, 82, 194, .34); --size: 82px; --duration: 34s; --delay: -28s; }
.watermark-card { left: 71%; background: rgba(137, 66, 226, .13); color: rgba(111, 43, 199, .34); --size: 74px; --duration: 28s; --delay: -26s; }

@keyframes category-fall {
    0% { transform: translate3d(-18px, -140px, 0) rotate(-12deg); opacity: 0; }
    8% { opacity: .72; }
    50% { transform: translate3d(28px, 52vh, 0) rotate(9deg); }
    92% { opacity: .52; }
    100% { transform: translate3d(-12px, 112vh, 0) rotate(-8deg); opacity: 0; }
}

a {
    color: #1f66e5;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.page {
    position: relative;
    z-index: 1;
    width: min(1080px, 100%);
    margin: 0 auto;
    padding: 24px;
}

.product-tour {
    margin: 12px 0 56px;
    padding: 54px 30px 36px;
    border: 1px solid rgba(207, 224, 248, .9);
    border-radius: 34px;
    background: rgba(248, 251, 255, .88);
    box-shadow: 0 28px 70px rgba(31, 102, 229, .10);
    backdrop-filter: blur(18px);
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 40px;
    text-align: center;
}

.section-heading h2 {
    margin: 0;
    color: #111827;
    font-size: clamp(30px, 4.5vw, 48px);
    line-height: 1.08;
}

.section-heading > p:last-child {
    margin: 16px auto 0;
    max-width: 660px;
    color: #566176;
    font-size: 17px;
    line-height: 1.6;
}

.screenshot-stage {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    max-width: 920px;
    min-height: 570px;
    margin: 0 auto 46px;
}

.phone-shot,
.screenshot-card {
    margin: 0;
}

.phone-shot {
    position: relative;
    overflow: hidden;
    border: 7px solid #111827;
    border-radius: 38px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(17, 24, 39, .22);
}

.phone-shot img,
.screenshot-card img {
    display: block;
    width: 100%;
    height: auto;
}

.phone-shot figcaption {
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 10px 12px;
    border-radius: 13px;
    background: rgba(17, 24, 39, .78);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    backdrop-filter: blur(10px);
}

.phone-shot-main { z-index: 2; transform: scale(1.08); }
.phone-shot-back-left { z-index: 1; transform: translateX(34px) rotate(-5deg) scale(.88); }
.phone-shot-back-right { z-index: 1; transform: translateX(-34px) rotate(5deg) scale(.88); }

.screenshot-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.screenshot-card {
    overflow: hidden;
    border: 1px solid #dce4f0;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(32, 45, 71, .10);
    transition: transform .25s ease, box-shadow .25s ease;
}

.screenshot-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 48px rgba(32, 45, 71, .16);
}

.screenshot-card img {
    aspect-ratio: 9 / 14;
    object-fit: cover;
    object-position: top;
}

.screenshot-card figcaption {
    display: grid;
    gap: 5px;
    padding: 18px;
}

.screenshot-card figcaption strong {
    color: #111827;
    font-size: 16px;
}

.screenshot-card figcaption span {
    color: #667085;
    font-size: 13px;
    line-height: 1.45;
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 44px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #111827;
    font-weight: 750;
    letter-spacing: 0;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #1f66e5;
    color: #ffffff;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(31, 102, 229, 0.24);
}

.brand-icon {
    display: block;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(31, 102, 229, 0.22);
}

.landing-page {
    width: min(1160px, 100%);
}

.landing-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
    gap: 48px;
    align-items: center;
    min-height: 500px;
    padding: 34px 0 64px;
}

.landing-copy h1 {
    max-width: 780px;
}

.landing-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
}

.app-store-button,
.secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border-radius: 14px;
    font-weight: 720;
}

.app-store-button {
    gap: 10px;
    padding: 8px 18px;
    background: #111827;
    color: #ffffff;
    line-height: 1.05;
}

.app-store-button:hover {
    background: #000000;
    text-decoration: none;
}

.app-store-button small {
    display: block;
    margin-bottom: 2px;
    font-size: 10px;
    font-weight: 500;
}

.apple-mark {
    width: 24px;
    font-size: 22px;
    line-height: 1;
}

.secondary-button {
    padding: 0 20px;
    border: 1px solid #cbd7e8;
    background: rgba(255, 255, 255, 0.82);
    color: #172033;
}

.secondary-button:hover {
    border-color: #9fb5d4;
    text-decoration: none;
}

.trust-line {
    margin: 18px 0 0;
    color: #667085;
    font-size: 14px;
}

.app-showcase {
    position: relative;
    overflow: hidden;
    padding: 42px 28px;
    border: 1px solid rgba(159, 181, 212, 0.52);
    border-radius: 32px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(225, 237, 255, 0.9));
    box-shadow: 0 30px 70px rgba(31, 102, 229, 0.16);
    text-align: center;
}

.app-showcase::before {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(78, 146, 255, 0.16);
    content: "";
    right: -70px;
    top: -80px;
}

.hero-app-icon {
    position: relative;
    display: block;
    width: min(190px, 64%);
    height: auto;
    margin: 0 auto 24px;
    border-radius: 42px;
    box-shadow: 0 24px 50px rgba(23, 32, 51, 0.2);
}

.showcase-label {
    margin: 0;
    color: #111827;
    font-size: 24px;
    font-weight: 800;
}

.showcase-copy {
    margin: 8px auto 0;
    max-width: 280px;
    color: #566176;
    line-height: 1.5;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0 0 28px;
}

.feature-card {
    padding: 26px;
    border: 1px solid #dce4f0;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 42px rgba(32, 45, 71, 0.06);
}

.feature-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 13px;
    background: #e8f1ff;
    color: #1f66e5;
    font-size: 24px;
    font-weight: 800;
}

.feature-icon-green {
    background: #e7f8ef;
    color: #15945b;
}

.feature-icon-orange {
    background: #fff0e4;
    color: #e46d1b;
}

.feature-card h2,
.privacy-banner h2 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 22px;
}

.feature-card p,
.privacy-banner p {
    margin: 0;
    color: #566176;
    line-height: 1.6;
}

.privacy-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 30px;
    border: 1px solid #cfe0f8;
    border-radius: 24px;
    background: linear-gradient(120deg, #eef5ff, #f7fbff);
}

.privacy-banner .eyebrow {
    margin-bottom: 8px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 14px;
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 28px;
    align-items: stretch;
    margin-bottom: 28px;
}

.hero-copy {
    padding: 20px 0;
}

.eyebrow {
    margin: 0 0 14px;
    color: #4b6584;
    font-size: 14px;
    font-weight: 650;
}

h1 {
    margin: 0;
    max-width: 760px;
    color: #111827;
    font-size: clamp(34px, 6vw, 64px);
    line-height: 1.02;
    letter-spacing: 0;
}

.subtitle {
    margin: 18px 0 0;
    max-width: 620px;
    color: #4b5563;
    font-size: 20px;
    line-height: 1.5;
}

.contact-panel,
.card {
    border: 1px solid #dce4f0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 42px rgba(32, 45, 71, 0.08);
}

.contact-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
}

.panel-label {
    margin: 0 0 8px;
    color: #667085;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.email-link {
    display: block;
    overflow-wrap: anywhere;
    color: #111827;
    font-size: 20px;
    font-weight: 720;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 20px;
    padding: 0 18px;
    border-radius: 8px;
    background: #1f66e5;
    color: #ffffff;
    font-weight: 720;
    box-shadow: 0 12px 24px rgba(31, 102, 229, 0.22);
}

.button:hover {
    text-decoration: none;
    background: #1858c7;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.card {
    padding: 24px;
}

.card h2 {
    margin: 0 0 14px;
    color: #111827;
    font-size: 22px;
    letter-spacing: 0;
}

.card p,
.card li {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.58;
}

.card ul {
    margin: 0;
    padding-left: 20px;
}

.faq {
    display: grid;
    gap: 14px;
}

.faq-item {
    padding-top: 14px;
    border-top: 1px solid #e5eaf2;
}

.faq-item:first-child {
    padding-top: 0;
    border-top: 0;
}

.faq-item h3 {
    margin: 0 0 6px;
    color: #111827;
    font-size: 16px;
    letter-spacing: 0;
}

.faq-item p {
    margin: 0;
}

.support-form {
    display: grid;
    gap: 14px;
}

.support-form label {
    display: grid;
    gap: 6px;
    color: #111827;
    font-size: 14px;
    font-weight: 650;
}

.support-form input,
.support-form select,
.support-form textarea {
    width: 100%;
    border: 1px solid #dce4f0;
    border-radius: 8px;
    padding: 10px 12px;
    font: inherit;
    color: #111827;
    background: #fff;
}

.support-captcha-wrap {
    display: grid;
    gap: 8px;
}

.support-actions {
    display: flex;
    justify-content: flex-end;
}

.support-message {
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid transparent;
    line-height: 1.45;
    display: block;
}

.support-message-success {
    color: #0d7c46;
    border-color: #a7efc6;
    background: #ebfbee;
}

.support-message-error {
    color: #b42318;
    border-color: #ffc9c2;
    background: #fff1f0;
}

.support-message-muted {
    color: #4b5563;
    border-color: #dde4ef;
    background: #f5f7fb;
}

.legal-page {
    max-width: 840px;
}

.legal-page .card {
    margin-bottom: 18px;
}

.footer {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 28px;
    padding: 22px 0;
    color: #667085;
    font-size: 14px;
}

.footer-links {
    display: flex;
    gap: 16px;
}

@media (max-width: 760px) {
    .page {
        padding: 18px;
    }

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

    .nav-links {
        flex-wrap: wrap;
    }

    .hero,
    .grid,
    .landing-hero,
    .feature-grid {
        grid-template-columns: 1fr;
    }

    .landing-hero {
        gap: 28px;
        padding: 12px 0 36px;
    }

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

    .product-tour {
        padding: 38px 16px 22px;
        border-radius: 26px;
    }

    .screenshot-stage {
        display: flex;
        min-height: 0;
        margin-bottom: 30px;
        padding: 12px 24px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .phone-shot,
    .phone-shot-main,
    .phone-shot-back-left,
    .phone-shot-back-right {
        flex: 0 0 72%;
        transform: none;
        scroll-snap-align: center;
    }

    .phone-shot + .phone-shot {
        margin-left: 16px;
    }

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

    .hero {
        gap: 14px;
        margin-bottom: 18px;
    }

    .hero-copy {
        padding: 8px 0 0;
    }

    h1 {
        font-size: 40px;
    }

    .subtitle {
        font-size: 17px;
    }

    .card,
    .contact-panel {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .screenshot-grid {
        grid-template-columns: 1fr;
    }

    .screenshot-card img {
        aspect-ratio: 9 / 12;
    }

    .watermark {
        --size: 58px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .watermark {
        animation: none;
        opacity: .22;
        transform: translateY(40vh);
    }

    .screenshot-card {
        transition: none;
    }
}
