:root {
    --bg: #f6f7fb;
    --ink: #10131a;
    --muted: #5b6472;
    --line: rgba(16, 19, 26, 0.12);
    --panel: #ffffff;
    --purple: #7b3fc6;
    --red: #d7193f;
    --gold: #f5b84b;
    --green: #18865c;
    --shadow: 0 22px 70px rgba(16, 19, 26, 0.14);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--bg);
    color: var(--ink);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    overflow-x: hidden;
    text-align: left;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

.text-link {
    color: var(--red);
    font-weight: 850;
    text-decoration: underline;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.18em;
}

.text-link:hover,
.text-link:focus {
    color: var(--ink);
    text-decoration: underline;
}

.skip-link {
    background: var(--ink);
    color: #fff;
    left: 16px;
    padding: 10px 14px;
    position: absolute;
    top: -100px;
    z-index: 100;
}

.skip-link:focus {
    top: 16px;
}

.site-header {
    background: rgba(246, 247, 251, 0.86);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    z-index: 20;
}

.site-nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1180px;
    padding: 14px 22px;
}

.brand {
    align-items: center;
    display: inline-flex;
    font-weight: 900;
    gap: 10px;
    letter-spacing: 0;
}

.brand img {
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(16, 19, 26, 0.16);
}

.nav-links {
    align-items: center;
    display: flex;
    gap: 22px;
}

.nav-links a {
    color: var(--muted);
    font-size: 14px;
    font-weight: 800;
}

.nav-links a:hover,
.nav-links a:focus {
    color: var(--ink);
}

.hero-section,
.content-section,
.showcase-section,
.deals-section,
.download-section,
.site-footer,
.trust-strip {
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 22px;
    padding-right: 22px;
}

.hero-section {
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.85fr);
    min-height: calc(100vh - 72px);
    padding-bottom: 72px;
    padding-top: 66px;
    position: relative;
}

.hero-copy {
    align-self: center;
    max-width: 690px;
}

.eyebrow {
    color: var(--purple);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 12px;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    letter-spacing: 0;
}

h1 {
    font-size: clamp(44px, 7vw, 82px);
    font-weight: 950;
    line-height: 0.98;
    margin: 0 0 22px;
}

h2 {
    font-size: clamp(32px, 4.8vw, 54px);
    font-weight: 950;
    line-height: 1.04;
    margin: 0 0 16px;
}

h3 {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 8px;
}

.hero-lede,
.section-heading p,
.download-section p,
.site-footer p {
    color: var(--muted);
}

.hero-lede {
    font-size: 21px;
    line-height: 1.55;
    margin: 0;
    max-width: 650px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.primary-action,
.secondary-action {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-size: 16px;
    font-weight: 900;
    gap: 9px;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
}

.primary-action {
    background: var(--ink);
    color: #fff;
    box-shadow: 0 16px 36px rgba(16, 19, 26, 0.22);
}

.primary-action:hover,
.primary-action:focus {
    color: #fff;
    transform: translateY(-1px);
}

.secondary-action {
    background: #fff;
    border: 1px solid var(--line);
    color: var(--ink);
}

.app-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.app-proof span {
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
    padding: 9px 12px;
}

.app-proof strong {
    color: var(--ink);
}

.hero-visual {
    align-self: center;
    min-height: 620px;
    position: relative;
}

.phone-shot {
    background: #111;
    border: 8px solid #111;
    border-radius: 34px;
    box-shadow: var(--shadow);
    display: block;
    height: auto;
    position: absolute;
    width: min(48vw, 286px);
}

.phone-shot-one {
    right: 126px;
    top: 0;
    transform: rotate(-4deg);
    z-index: 2;
}

.phone-shot-two {
    right: 0;
    top: 74px;
    transform: rotate(5deg);
}

.floating-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    bottom: 58px;
    box-shadow: var(--shadow);
    left: 28px;
    padding: 16px 18px;
    position: absolute;
    z-index: 3;
}

.floating-card span {
    color: var(--muted);
    display: block;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.floating-card strong {
    color: var(--red);
    display: block;
    font-size: 28px;
    line-height: 1.1;
}

.trust-strip {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-bottom: 38px;
}

.trust-strip div,
.feature-grid article,
.deal-card {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(16, 19, 26, 0.06);
}

.trust-strip div {
    padding: 18px;
}

.trust-strip strong,
.trust-strip span {
    display: block;
}

.trust-strip strong {
    font-size: 17px;
    font-weight: 900;
}

.trust-strip span {
    color: var(--muted);
    font-weight: 650;
    margin-top: 4px;
}

.content-section,
.showcase-section,
.deals-section,
.download-section {
    padding-bottom: 76px;
    padding-top: 76px;
}

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

.section-heading.align-left {
    margin-left: 0;
    text-align: left;
}

.section-heading p {
    font-size: 19px;
    margin: 0;
}

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

.feature-grid article {
    min-height: 230px;
    padding: 24px;
}

.feature-grid i {
    align-items: center;
    background: rgba(123, 63, 198, 0.1);
    border-radius: 8px;
    color: var(--purple);
    display: inline-flex;
    font-size: 22px;
    height: 46px;
    justify-content: center;
    margin-bottom: 20px;
    width: 46px;
}

.feature-grid p,
.deal-card p {
    color: var(--muted);
    margin: 0;
}

.showcase-section {
    background: #fff;
    max-width: none;
    overflow: hidden;
    padding-left: max(22px, calc((100vw - 1180px) / 2 + 22px));
    padding-right: max(22px, calc((100vw - 1180px) / 2 + 22px));
}

.screenshot-rail {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 10px 0 24px;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    width: 100%;
}

.screenshot-rail img {
    background: #111;
    border: 8px solid #111;
    border-radius: 32px;
    box-shadow: 0 18px 46px rgba(16, 19, 26, 0.18);
    flex: 0 0 245px;
    scroll-snap-align: start;
}

.deals-section {
    max-width: 1220px;
}

.movie-deals-page {
    min-height: 100vh;
}

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

.deal-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.deal-poster {
    background: #e8eaf0;
    display: block;
}

.deal-poster img {
    display: block;
    height: auto;
    width: 100%;
}

.deal-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 16px;
}

.deal-badge {
    align-self: flex-start;
    background: rgba(215, 25, 63, 0.1);
    border-radius: 8px;
    color: var(--red);
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
    margin-bottom: 12px;
    padding: 7px 9px;
    text-transform: uppercase;
}

.deal-card h3 {
    font-size: 18px;
    margin-bottom: 14px;
}

.deal-card h3 a:hover,
.deal-card h3 a:focus {
    text-decoration: underline;
}

.deal-price {
    display: grid;
    gap: 3px;
    margin-top: auto;
}

.deal-price span {
    color: var(--muted);
    font-size: 14px;
    font-weight: 800;
}

.deal-price strong {
    color: var(--green);
    font-size: 22px;
    line-height: 1.1;
}

.empty-deals {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(16, 19, 26, 0.06);
    padding: 24px;
}

.empty-deals p {
    color: var(--muted);
    margin: 0;
}

.download-section {
    text-align: center;
}

.download-section > div {
    background: var(--ink);
    border-radius: 8px;
    color: #fff;
    margin: 0 auto;
    max-width: 900px;
    padding: 52px 34px;
}

.download-section .eyebrow {
    color: var(--gold);
}

.download-section p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 19px;
    margin: 0 auto 26px;
    max-width: 640px;
}

.download-section .primary-action {
    background: #fff;
    color: var(--ink);
    box-shadow: none;
}

.download-icon {
    border-radius: 8px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
    margin-bottom: 22px;
}

.site-footer {
    align-items: flex-start;
    border-top: 1px solid var(--line);
    display: flex;
    gap: 30px;
    justify-content: space-between;
    padding-bottom: 34px;
    padding-top: 34px;
}

.site-footer p {
    font-size: 14px;
    margin: 12px 0 0;
    max-width: 760px;
}

.site-footer a {
    font-weight: 900;
}

.legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.legal-page {
    margin: 0 auto;
    max-width: 900px;
    padding: 72px 22px;
}

.legal-page section {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(16, 19, 26, 0.06);
    padding: 34px;
}

.legal-page h1 {
    font-size: clamp(38px, 6vw, 64px);
}

.legal-page h2 {
    font-size: 26px;
    margin-top: 30px;
}

.legal-page p {
    color: var(--muted);
}

.legal-page a {
    color: var(--purple);
    font-weight: 900;
}

.social-icons {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-icons a {
    align-items: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--purple);
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.social-icons i {
    color: var(--purple);
    font-size: 20px;
    line-height: 1;
}

@media (max-width: 1040px) {
    .hero-section {
        grid-template-columns: 1fr;
        min-height: 0;
        padding-top: 44px;
    }

    .hero-copy {
        max-width: 840px;
    }

    .hero-visual {
        min-height: 560px;
    }

    .phone-shot-one {
        left: 13%;
        right: auto;
    }

    .phone-shot-two {
        left: 42%;
        right: auto;
    }

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

@media (max-width: 760px) {
    .site-nav {
        align-items: flex-start;
        gap: 14px;
        padding: 12px 18px;
    }

    .nav-links {
        display: none;
    }

    .hero-section,
    .content-section,
    .deals-section,
    .download-section,
    .site-footer,
    .trust-strip {
        padding-left: 18px;
        padding-right: 18px;
    }

    .hero-section {
        gap: 26px;
        padding-bottom: 46px;
        padding-top: 38px;
    }

    .hero-lede,
    .section-heading p,
    .download-section p {
        font-size: 17px;
    }

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

    .hero-visual {
        min-height: 430px;
    }

    .phone-shot {
        border-radius: 26px;
        width: 46%;
    }

    .phone-shot-one {
        left: 4%;
    }

    .phone-shot-two {
        left: 47%;
        top: 44px;
    }

    .floating-card {
        bottom: 18px;
        left: 18px;
    }

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

    .content-section,
    .showcase-section,
    .deals-section,
    .download-section {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .feature-grid article {
        min-height: 0;
    }

    .showcase-section {
        padding-left: 18px;
    }

    .screenshot-rail img {
        flex-basis: 220px;
    }

    .site-footer {
        display: block;
    }

    .social-icons {
        margin-top: 22px;
    }
}

@media (max-width: 420px) {
    h1 {
        font-size: 40px;
    }

    .hero-visual {
        min-height: 355px;
    }

    .floating-card strong {
        font-size: 22px;
    }
}
