:root {
    --landing-max: 1360px;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
}

body {
    position: relative;
    color: #0f172a;
    background:
        radial-gradient(circle at 12% 12%, rgba(13, 138, 209, 0.18), transparent 20%),
        radial-gradient(circle at 88% 18%, rgba(56, 189, 248, 0.14), transparent 18%),
        radial-gradient(circle at 18% 82%, rgba(15, 29, 47, 0.08), transparent 22%),
        linear-gradient(180deg, #fbfdff 0%, #f2f6fb 45%, #f7f9fc 100%);
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, sans-serif;
    overflow-x: hidden;
}

a {
    color: inherit;
}

body::before,
body::after {
    content: "";
    position: fixed;
    z-index: 0;
    pointer-events: none;
    border-radius: 50%;
}

body::before {
    top: -120px;
    right: -90px;
    width: 440px;
    height: 440px;
    background: radial-gradient(circle, rgba(13, 138, 209, 0.16), transparent 70%);
}

body::after {
    left: -110px;
    top: 48vh;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(15, 29, 47, 0.08), transparent 72%);
}

.page-shell {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    padding: 18px 0 0;
}

.site-header,
.hero,
.feature-strip {
    width: min(var(--landing-max), calc(100% - 48px));
    margin-left: auto;
    margin-right: auto;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    position: relative;
    z-index: 2;
    margin-bottom: 28px;
    padding-top: 8px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.brand-mark,
.preview-mark {
    display: block;
    object-fit: contain;
    background: transparent;
    box-shadow: none;
    border: 0;
}

.brand-name {
    font-size: 1.12rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #0f1d2f 0%, #132b45 100%);
    border: 1px solid rgba(15, 29, 47, 0.08);
    box-shadow: 0 16px 30px rgba(15, 29, 47, 0.16);
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 42px;
    align-items: center;
    padding: 16px 0 10px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
}

.hero-copy {
    padding: 24px 0 12px;
}

.hero h1 {
    max-width: 11.2ch;
    margin: 0;
    font-size: clamp(3.15rem, 6vw, 6.2rem);
    line-height: 0.94;
    letter-spacing: -0.07em;
}

.lede {
    max-width: 54ch;
    margin-top: 18px;
    font-size: 1.08rem;
    color: #5b667a;
    line-height: 1.65;
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 28px;
    gap: 14px;
}

.store-button {
    min-width: 210px;
    min-height: 66px;
    border-radius: 18px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}

.points {
    margin-top: 20px;
}

.hero-callouts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
}

.hero-callout {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px 18px 20px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(18px);
}

.hero-callout--floating {
    display: block;
}

.hero-callout__avatar {
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    object-fit: contain;
    object-position: center top;
    filter: drop-shadow(0 18px 32px rgba(15, 23, 42, 0.16));
}

.hero-callout__copy {
    min-width: 0;
}

.hero-callout__eyebrow {
    margin: 0 0 6px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.72rem;
    font-weight: 800;
    color: #0d8ad1;
}

.hero-callout strong {
    display: block;
    font-size: 0.98rem;
    line-height: 1.4;
    color: #0f172a;
}

.hero-callout p {
    margin: 8px 0 0;
    color: #5f6d82;
    line-height: 1.55;
}

.hero-stage {
    position: relative;
    padding-top: 16px;
}

.hero-stage__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
    padding-left: 6px;
}

.hero-stage__title-block h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(2rem, 3vw, 2.7rem);
    line-height: 1;
    letter-spacing: -0.05em;
}

.hero-stage__kicker {
    margin: 0;
    max-width: 30ch;
    color: #5f6d82;
    line-height: 1.6;
    text-align: right;
}

.hero-stage__media {
    position: relative;
    width: min(100%, 760px);
    margin-left: auto;
    padding: 28px 28px 34px;
    border-radius: 42px;
    background: linear-gradient(180deg, rgba(5, 12, 22, 0.98) 0%, rgba(13, 22, 39, 0.96) 100%);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 40px 90px rgba(2, 8, 23, 0.22);
    overflow: visible;
}

.hero-stage__media::before,
.hero-stage__media::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.hero-stage__media::before {
    top: -28px;
    left: -28px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(125, 211, 252, 0.22), transparent 72%);
}

.hero-stage__media::after {
    right: -70px;
    bottom: -70px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.16), transparent 70%);
}

.hero-stage__screen {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 30px;
    box-shadow: 0 24px 60px rgba(2, 8, 23, 0.44);
}

.hero-stage__float-grid {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.floating-service {
    position: absolute;
    width: 164px;
    padding: 12px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.83);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 20px 40px rgba(2, 8, 23, 0.18);
    backdrop-filter: blur(18px);
}

.floating-service img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 14px 28px rgba(2, 8, 23, 0.18);
}

.floating-service div {
    margin-top: 8px;
}

.floating-service span {
    display: block;
    color: #7c8ca3;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.68rem;
    font-weight: 800;
}

.floating-service strong {
    display: block;
    margin-top: 2px;
    color: #0f172a;
    font-size: 0.95rem;
}

.floating-service--airtime {
    top: -10px;
    left: -18px;
    transform: rotate(-6deg) translate(-16%, -10%);
}

.floating-service--data {
    top: 2px;
    right: -24px;
    transform: rotate(6deg) translate(16%, -10%);
}

.floating-service--gift-card {
    bottom: 20px;
    left: -12px;
    transform: rotate(4deg) translate(-18%, 10%);
}

.floating-service--crypto {
    bottom: 2px;
    right: -10px;
    transform: rotate(-5deg) translate(16%, 12%);
}

.feature-strip {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.feature-card {
    padding: 28px 24px 30px;
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.feature-card + .feature-card {
    border-left: 1px solid rgba(148, 163, 184, 0.2);
}

.feature-card h2 {
    font-size: 1.22rem;
    margin: 0 0 10px;
}

.feature-card p {
    font-size: 0.98rem;
    line-height: 1.7;
    color: #5f6d82;
}

.feature-index {
    margin-bottom: 16px;
    background: rgba(13, 138, 209, 0.09);
    color: #0d8ad1;
    border: 1px solid rgba(13, 138, 209, 0.12);
}

@media (max-width: 1100px) {
    .hero {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .hero-copy {
        padding-top: 12px;
    }

    .hero-stage__header {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 0;
    }

    .hero-stage__kicker {
        max-width: none;
        text-align: left;
    }

    .hero-stage__media {
        width: min(100%, 820px);
        margin-inline: auto;
    }
}

@media (max-width: 820px) {
    .site-header,
    .hero,
    .feature-strip {
        width: min(100%, calc(100% - 24px));
    }

    .site-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero h1 {
        max-width: 100%;
        font-size: clamp(2.6rem, 11vw, 4.6rem);
    }

    .button-row {
        flex-direction: column;
    }

    .store-button {
        width: 100%;
        min-width: 0;
    }

    .hero-callouts {
        grid-template-columns: 1fr;
    }

    .hero-callout {
        border-radius: 22px;
    }

    .hero-stage__media {
        padding: 18px 16px 22px;
        border-radius: 30px;
    }

    .hero-stage__float-grid {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-top: 16px;
        pointer-events: auto;
    }

    .floating-service {
        position: static;
        width: 100%;
        transform: none;
    }

    .feature-strip {
        grid-template-columns: 1fr;
    }

    .feature-card + .feature-card {
        border-left: 0;
        border-top: 1px solid rgba(148, 163, 184, 0.2);
    }
}

@media (max-width: 540px) {
    .page-shell {
        padding-top: 14px;
    }

    .brand-mark {
        width: 48px;
        height: 48px;
    }

    .site-header {
        margin-bottom: 24px;
    }

    .hero-stage__media {
        border-radius: 24px;
    }

    .hero-stage__screen {
        border-radius: 22px;
    }
}

/* Premium landing refresh */
:root {
    --landing-max: 1500px;
}

.brand-mark {
    width: 56px;
    height: 56px;
    padding: 0;
    border-radius: 16px;
    background: transparent;
    box-shadow: none;
    object-fit: cover;
}

.hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: clamp(28px, 4vw, 72px);
    padding-top: 12px;
    align-items: start;
}

.hero-copy {
    width: min(100%, 760px);
    padding-top: 22px;
    justify-self: start;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    text-align: left;
}

.hero-copy__body {
    display: grid;
    gap: 20px;
}

.hero-copy__body > .lede,
.hero-copy__body > .button-row,
.hero-copy__body > .points {
    margin-top: 0;
}

.eyebrow {
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.76rem;
    font-weight: 800;
    color: #0d8ad1;
}

.hero-copy > .hero-stage__avatar-bg {
    display: block;
    position: relative;
    width: min(100%, 380px);
    max-width: 420px;
    margin-top: 0;
    margin-bottom: -6px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.94;
    filter: drop-shadow(0 28px 54px rgba(15, 23, 42, 0.18));
}

.hero h1 {
    max-width: none;
    font-size: clamp(1.8rem, 2.9vw, 3.4rem);
    line-height: 1.04;
    font-weight: 700;
    text-align: center;
    margin-inline: auto;
}

.hero-title--accent {
    color: #0d8ad1;
}

.lede {
    max-width: 34ch;
    color: #506074;
    font-size: 0.9rem;
}

.points li {
    background: rgba(15, 23, 42, 0.03);
    color: #314057;
}

.apple {
    background: #111827;
    color: #fff;
}

.play {
    background: linear-gradient(135deg, #0d8ad1 0%, #0a6ca5 100%);
    color: #fff;
}

.button-row {
    margin-top: 30px;
    justify-content: flex-start;
}

.store-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 228px;
    min-height: 68px;
    padding: 12px 18px 12px 16px;
    border-radius: 20px;
    text-decoration: none;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
    text-align: left;
}

.store-button__icon {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    display: block;
    object-fit: contain;
    color: currentColor;
}

.store-button__icon svg,
.store-button__icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.store-button__copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.store-button__copy span {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.74);
}

.store-button__copy strong {
    font-size: 1.03rem;
    line-height: 1.15;
}

.hero-stage {
    padding-top: 0;
}

.hero-stage__media {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    grid-template-rows: auto auto;
    gap: clamp(18px, 2.4vw, 28px) clamp(18px, 2.8vw, 34px);
    align-items: start;
    min-height: clamp(540px, 56vw, 740px);
    width: min(100%, 820px);
    margin-left: auto;
    padding: 12px 0 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.hero-stage__media::before {
    content: "";
    position: absolute;
    top: 10%;
    left: 2%;
    width: 42%;
    height: 42%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(13, 138, 209, 0.16), transparent 68%);
    filter: blur(14px);
    z-index: 0;
}

.hero-stage__media::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 8%;
    width: 34%;
    height: 34%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.14), transparent 68%);
    filter: blur(18px);
    z-index: 0;
}

.hero-stage__screen {
    grid-column: 2;
    grid-row: 1 / span 2;
    position: relative;
    justify-self: end;
    align-self: start;
    width: min(100%, 560px);
    max-width: 580px;
    margin-top: clamp(20px, 2.8vw, 44px);
    z-index: 2;
    display: block;
    border-radius: 34px;
    box-shadow: 0 28px 70px rgba(2, 8, 23, 0.22);
}

.feature-strip {
    margin-top: 56px;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
    border-bottom: 0;
}

.feature-card {
    padding: 26px 0 28px;
}

.feature-card + .feature-card {
    border-left: 0;
}

.feature-card h2 {
    font-size: 1.18rem;
}

.feature-card p {
    color: #5d6b80;
}

.feature-index {
    background: rgba(13, 138, 209, 0.1);
    color: #0d8ad1;
    border: 1px solid rgba(13, 138, 209, 0.12);
}

@media (max-width: 1100px) {
    .hero {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .hero-copy {
        width: min(100%, 720px);
        justify-self: start;
        padding-top: 10px;
        gap: 20px;
    }

    .hero-stage {
        order: 0;
    }

    .hero-stage__media {
        width: min(100%, 900px);
        margin-inline: auto;
        min-height: auto;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 22px;
    }

    .hero-copy > .hero-stage__avatar-bg {
        width: min(100%, 320px);
    }

    .hero-stage__screen {
        grid-column: 1;
        grid-row: 1;
        width: min(94%, 600px);
        justify-self: center;
        margin-top: 0;
    }
}

@media (max-width: 820px) {
    .site-header,
    .hero,
    .feature-strip {
        width: min(100%, calc(100% - 24px));
    }

    .site-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero h1 {
        max-width: 100%;
        font-size: clamp(1.6rem, 4.8vw, 2.05rem);
        line-height: 1.06;
    }

    .button-row {
        flex-direction: column;
    }

    .store-button {
        width: 100%;
        min-width: 0;
    }

    .hero-stage__media {
        min-height: auto;
    }

    .hero-copy > .hero-stage__avatar-bg {
        width: min(100%, 300px);
        opacity: 0.9;
    }

    .hero-stage__screen {
        width: min(100%, 420px);
        margin-top: 0;
    }

    .feature-strip {
        grid-template-columns: 1fr;
    }

    .feature-card + .feature-card {
        border-top: 1px solid rgba(148, 163, 184, 0.18);
    }
}

@media (max-width: 540px) {
    .page-shell {
        padding-top: 14px;
    }

    .brand-mark {
        width: 50px;
        height: 50px;
    }

    .site-header {
        margin-bottom: 24px;
    }

    .hero h1 {
        font-size: clamp(1.45rem, 5.6vw, 1.85rem);
    }

    .hero-stage__media {
        min-height: auto;
    }

    .hero-copy > .hero-stage__avatar-bg {
        width: min(100%, 280px);
        margin-inline: auto;
    }

    .hero-copy__body > .button-row#download {
        width: min(100%, 360px);
        margin-inline: auto;
    }

    .hero-stage__screen {
        width: min(100%, 360px);
        border-radius: 24px;
    }

    .feature-card {
        padding: 22px 0;
    }
}
