/* ================================
   HERO
================================ */

.page-content {
    margin: 0;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

    background-color: #110808;
    background-image:
        radial-gradient(900px 620px at -12% 50%, rgba(120, 58, 58, 0.16), transparent 62%),
        radial-gradient(900px 620px at 112% 50%, rgba(108, 48, 52, 0.14), transparent 62%),
        radial-gradient(180px 130px at 50% 45%, rgba(244, 150, 150, 0.06), transparent 74%),
        radial-gradient(420px 260px at 38% 16%, rgba(168, 88, 96, 0.08), transparent 64%),
        radial-gradient(380px 240px at 68% 26%, rgba(150, 72, 82, 0.07), transparent 66%),
        radial-gradient(320px 220px at 50% 72%, rgba(120, 58, 68, 0.05), transparent 70%),
        linear-gradient(180deg, #231010 0%, #160a0b 42%, #0d0506 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top top;
}

.mb-3 {
    margin-bottom: 0 !important;
}

.app-store-badge {
    height: 68px;
}

.forapp-hero {
    padding-top: 62px;
    padding-bottom: 64px;
}

.forapp-hero .app-container,
.sr-overview-section .app-container,
.sr-showcase-section .app-container {
    padding-left: 0;
    padding-right: 0;
}

.forapp-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    align-items: center;
    gap: 28px;
}

.forapp-hero-copy {
    min-width: 0;
}

.forapp-eyebrow {
    margin: 0 0 14px 0;
    font-size: 16px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.72);
}

.forapp-title {
    margin: 0;
    font-weight: 600;
    color: #fff;
    font-size: clamp(38px, 3.6vw, 50px);
    line-height: 1.04;
    letter-spacing: -0.02em;
    max-width: 30ch;
    text-wrap: balance;
}

.forapp-subtitle {
    margin: 12px 0 0 0;
    font-size: clamp(15px, 3.6vw, 19px);
    line-height: 1.45;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.76);
    max-width: 30ch;
}

.forapp-hero-actions {
    margin-top: 28px;
}

.forapp-hero-visual {
    display: flex;
    justify-content: flex-start;
}

.forapp-hero-icon {
    width: 220px;
    display: block;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

/* ================================
   OVERVIEW
================================ */

.sr-overview-section {
    background: #ffffff;
    padding: 80px 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.sr-overview-eyebrow {
    margin: 0 0 16px 0;
    font-size: 16px;
    color: #6e6e73;
}

.sr-overview-intro {
    max-width: 820px;
}

.sr-overview-title {
    margin: 0;
    font-size: clamp(32px, 3.5vw, 50px);
    font-weight: 700;
    line-height: 1.08;
    color: #1d1d1f;
}

.sr-overview-description {
    margin: 18px 0 0 0;
    font-size: 18px;
    line-height: 1.55;
    color: #6e6e73;
}

.sr-overview-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
}

.sr-overview-main {
    background: #f5f5f7;
    border-radius: 26px;
    padding: 30px;
}

.sr-overview-label {
    margin: 0 0 12px 0;
    font-size: 14px;
    color: #6e6e73;
}

.sr-overview-main-title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #1d1d1f;
}

.sr-overview-main-text {
    margin: 14px 0 0 0;
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

.sr-overview-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sr-feature-card {
    background: #f5f5f7;
    border-radius: 22px;
    padding: 22px;
}

.sr-feature-card h4 {
    margin: 0;
    font-size: 20px;
    color: #1d1d1f;
}

.sr-feature-card p {
    margin: 8px 0 0 0;
    font-size: 15px;
    line-height: 1.55;
    color: #666;
}

/* ================================
   SHOWCASE
================================ */

.sr-showcase-section {
    background: linear-gradient(to bottom, #ffffff, #f5f5f7);
    padding: 60px 0 100px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.sr-showcase-grid {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 60px;
    align-items: center;
}

.sr-showcase-visual {
    display: flex;
    justify-content: center;
}

.sr-device-screen {
    width: 100%;
    max-width: 360px;
    display: block;
}

.sr-showcase-eyebrow {
    margin: 0 0 16px 0;
    font-size: 16px;
    color: #6e6e73;
}

.sr-showcase-title {
    margin: 0;
    font-size: clamp(34px, 4vw, 56px);
    font-weight: 700;
    line-height: 1.05;
    color: #1d1d1f;
}

.sr-showcase-text {
    margin: 20px 0 0 0;
    font-size: 18px;
    line-height: 1.6;
    color: #6e6e73;
}

.sr-showcase-list {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
}

.sr-showcase-list li {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.55;
    color: #3a3a3c;
}

.title-break {
    display: none;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
   

    .forapp-hero-grid {
        grid-template-columns: minmax(0, 1fr) 190px;
        gap: 18px;
    }

    .forapp-hero-icon {
        width: 150px;
        padding-bottom: 100px;
    }

    .sr-overview-grid,
    .sr-showcase-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .forapp-hero {
        padding-top: 44px;
        padding-bottom: 46px;
        margin-top: 0;
    }

    .forapp-hero .app-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .forapp-eyebrow {
        margin: 0 0 18px 0;
        font-size: 16px;
        line-height: 1.35;
    }

    .forapp-hero-grid {
        grid-template-columns: minmax(0, 1fr) 132px;
        align-items: start;
        gap: 16px;
    }

    .forapp-hero-copy {
        min-width: 0;
    }

    .forapp-title {
        font-size: clamp(32px, 6.5vw, 42px);
        line-height: 1.05;
        letter-spacing: -0.02em;
        max-width: 30ch;
    }

 

    .forapp-hero-actions {
        margin-top: 22px;
    }

    .app-store-badge {
        height: 58px;
    }

    .forapp-hero-visual {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        margin-top: 2px;
    }

    .forapp-hero-icon {
        width: 132px;
        
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
        padding-top: 19px;
    }

    .sr-showcase-grid {
        gap: 30px;
    }

    .sr-showcase-title {
        font-size: 30px;
    }
}