/* Shared app landing page layout: mirror index.html – page-wrap, main container, hero, sections */

/* Layout: same as index.html */
body.app-landing {
    background: #0a0a0f;
    color: #e2e8f0;
    line-height: 1.5;
    min-height: 100vh;
}
.app-landing .page-wrap {
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(180deg, #000000 0%, #0a0a0f 20%, #050508 100%);
}
.app-landing .page-wrap .main {
    max-width: 600px;
    margin: 0 auto;
    padding: 24px 20px 56px;
}
@media (min-width: 768px) {
    .app-landing .page-wrap .main {
        max-width: 1100px;
        padding: 40px 48px 80px;
    }
}

/* Keep header sticky when scrolling on app pages */
.app-landing .header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
}

.app-landing .page-wrap .main {
    text-align: left;
}

/* Screenshot: match index section-visual look */
.app-landing .screenshot-wrap {
    margin-bottom: 24px;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(30, 41, 59, 0.5);
    border: 1px solid rgba(148, 163, 184, 0.25);
}
@media (min-width: 768px) {
    .app-landing .screenshot-wrap { border-radius: 20px; margin-bottom: 28px; }
}

/* SproutVideo responsive embed (video above Buy now) */
.app-landing .screenshot-wrap.sproutvideo-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
}
.app-landing .screenshot-wrap.sproutvideo-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Hero price – in-your-face like James Smith */
.app-landing .hero-price-block {
    text-align: center;
    margin-bottom: 20px;
}
.app-landing .hero-price-amount {
    font-size: 2.5rem;
    font-weight: 800;
    color: #60a5fa;
    letter-spacing: -0.02em;
    line-height: 1.1;
    display: block;
}
.app-landing .hero-price-note {
    font-size: 0.9375rem;
    color: #94a3b8;
    margin-top: 4px;
}
.app-landing .hero-price-block.free .hero-price-amount {
    font-size: 2rem;
    color: #4ade80;
}
@media (min-width: 768px) {
    .app-landing .hero-price-amount { font-size: 3rem; }
    .app-landing .hero-price-block.free .hero-price-amount { font-size: 2.25rem; }
}

/* Buy button: used in hero-cta-wrap (primary) and optionally again later */
.app-landing .app-buy-wrap {
    text-align: center;
    margin-bottom: 0;
}
.app-landing .btn-buy-under {
    display: inline-block;
    width: auto;
    padding: 16px 32px;
    margin: 0 auto;
    border-radius: 12px;
}
@media (min-width: 768px) {
    .app-landing .btn-buy-under { padding: 18px 40px; font-size: 1.0625rem; }
}

/* Desktop: show Download. Mobile: show Send download link */
.app-landing .download-cta-mobile { display: none !important; }
.app-landing .download-cta-desktop { display: inline-block; }
@media (max-width: 767px) {
    .app-landing .download-cta-desktop { display: none !important; }
    .app-landing .download-cta-mobile { display: inline-block !important; }
}

.app-landing .main .section-sep {
    border: none;
    margin: 0 0 32px 0;
}
@media (min-width: 768px) {
    .app-landing .main .section-sep { margin-bottom: 44px; }
}

/* Bottom CTA: same as hero (Send download link / Buy now) */
.app-landing .landing-cta-bottom {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid rgba(148, 163, 184, 0.15);
    text-align: center;
}
@media (min-width: 768px) {
    .app-landing .landing-cta-bottom { margin-top: 56px; padding-top: 40px; }
}

/* Ad-landing: multiple feature blocks – "What you get" like homepage (heading + info + placeholder) */
.app-landing .landing-features {
    max-width: 600px;
    margin: 0 auto 40px;
}
.app-landing .landing-feature-block {
    padding: 24px 20px;
    margin-bottom: 20px;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.92), rgba(2, 6, 23, 0.96));
    border: 1px solid rgba(148, 163, 184, 0.2);
}
.app-landing .landing-feature-block:last-of-type {
    margin-bottom: 0;
}
.app-landing .landing-feature-block h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
    text-align: left;
    letter-spacing: -0.01em;
}
/* What you get: homepage-style items – heading + description + image placeholder */
.app-landing .landing-get-item {
    margin-bottom: 24px;
}
.app-landing .landing-get-item:last-child {
    margin-bottom: 0;
}
.app-landing .landing-get-item-title {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
}
.app-landing .landing-get-item-desc {
    font-size: 0.9375rem;
    color: #94a3b8;
    line-height: 1.55;
    margin-bottom: 12px;
}
.app-landing .landing-get-placeholder {
    width: 100%;
    aspect-ratio: 16/9;
    max-height: 200px;
    background: rgba(30, 41, 59, 0.5);
    border: 1px dashed rgba(148, 163, 184, 0.35);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 0.8125rem;
}
.app-landing .landing-feature-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.app-landing .landing-feature-block ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 0.9375rem;
    color: #e2e8f0;
    line-height: 1.5;
}
.app-landing .landing-feature-block ul li:last-child {
    margin-bottom: 0;
}
.app-landing .landing-feature-block ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 6px;
    height: 6px;
    background: #3b82f6;
    border-radius: 50%;
}
@media (min-width: 768px) {
    .app-landing .landing-features { margin-bottom: 48px; }
    .app-landing .landing-feature-block { padding: 28px 28px; margin-bottom: 24px; border-radius: 20px; }
    .app-landing .landing-feature-block h3 { font-size: 1.375rem; margin-bottom: 20px; }
    .app-landing .landing-feature-block ul li { font-size: 1rem; margin-bottom: 12px; }
    .app-landing .landing-get-item { margin-bottom: 28px; }
    .app-landing .landing-get-item-title { font-size: 1.125rem; margin-bottom: 10px; }
    .app-landing .landing-get-item-desc { font-size: 1rem; margin-bottom: 14px; }
    .app-landing .landing-get-placeholder { max-height: 220px; border-radius: 14px; }
}

/* Legacy single-block (keep for any page still using it) */
.app-landing .landing-sell-heading { font-size: clamp(1.375rem, 4vw, 1.75rem); font-weight: 800; color: #fff; margin-bottom: 20px; text-align: left; }
.app-landing .landing-sell-content { padding: 28px 24px; border-radius: 16px; background: linear-gradient(145deg, rgba(15, 23, 42, 0.92), rgba(2, 6, 23, 0.96)); border: 1px solid rgba(148, 163, 184, 0.2); }
.app-landing .landing-sell-list { list-style: none; margin: 0 0 20px 0; padding: 0; }
.app-landing .landing-sell-list li { position: relative; padding-left: 20px; margin-bottom: 10px; font-size: 0.9375rem; color: #e2e8f0; line-height: 1.45; }
.app-landing .landing-sell-list li::before { content: ''; position: absolute; left: 0; top: 0.45em; width: 6px; height: 6px; background: #3b82f6; border-radius: 50%; }
.app-landing .landing-sell-line { font-size: 0.9375rem; color: #94a3b8; line-height: 1.5; margin-bottom: 16px; }
.app-landing .landing-sell-trust { font-size: 0.8125rem; color: #64748b; padding-top: 12px; border-top: 1px solid rgba(148, 163, 184, 0.15); }

/* Hero: James-style – big headline, subtext, then immediate CTA */
.app-landing .hero-area {
    margin-bottom: 0;
    padding-top: 8px;
}
.app-landing .hero-title {
    font-size: clamp(2rem, 8vw, 3.5rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
    text-align: center;
    line-height: 1.1;
    letter-spacing: -0.02em;
}
.app-landing .hero-subtitle {
    font-size: 1.125rem;
    color: #94a3b8;
    margin-bottom: 28px;
    line-height: 1.6;
    text-align: center;
    max-width: 32em;
    margin-left: auto;
    margin-right: auto;
}
/* Primary CTA right under hero (James: BUY NOW under headline) */
.app-landing .hero-cta-wrap {
    text-align: center;
    margin-bottom: 12px;
}
.app-landing .hero-cta-wrap .btn-buy-under {
    padding: 18px 40px;
    font-size: 1.125rem;
    font-weight: 700;
}
.app-landing .landing-hero-trust {
    text-align: center;
    font-size: 0.875rem;
    color: #64748b;
    margin-bottom: 40px;
}
/* Visual (screenshot) below CTA – like James's video */
.app-landing .hero-visual-wrap {
    margin-bottom: 48px;
}
@media (min-width: 768px) {
    .app-landing .hero-area { padding-top: 16px; }
    .app-landing .hero-title { margin-bottom: 20px; font-size: clamp(2.25rem, 5vw, 3.5rem); }
    .app-landing .hero-subtitle { font-size: 1.25rem; margin-bottom: 32px; }
    .app-landing .hero-cta-wrap .btn-buy-under { padding: 20px 48px; font-size: 1.25rem; }
    .app-landing .landing-hero-trust { margin-bottom: 48px; }
    .app-landing .hero-visual-wrap { margin-bottom: 56px; }
}
.app-landing .img-placeholder {
    width: 100%;
    aspect-ratio: 16/10;
    background: rgba(30, 41, 59, 0.6);
    border: 1px dashed rgba(148, 163, 184, 0.3);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 0.875rem;
    margin-bottom: 16px;
}
.app-landing .btn-buy-under {
    background: #2563eb;
    color: #fff;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    border: none;
    border-radius: 12px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s;
}
.app-landing .btn-buy-under:hover { background: #1d4ed8; color: #fff; }

/* Two bullets side by side: one blue, one white */
.app-landing .intro-bullets-row {
    display: flex;
    gap: 16px;
    margin-top: 12px;
    margin-bottom: 0;
    text-align: left;
}
.app-landing .intro-bullet {
    flex: 1;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 0.9375rem;
    line-height: 1.4;
}
.app-landing .intro-bullet--blue {
    background: rgba(37, 99, 235, 0.2);
    border: 1px solid rgba(37, 99, 235, 0.4);
    color: #93c5fd;
}
.app-landing .intro-bullet--white {
    background: rgba(148, 163, 184, 0.12);
    border: 1px solid rgba(148, 163, 184, 0.2);
    color: #e2e8f0;
}
.app-landing .intro-line {
    font-size: 0.9375rem;
    color: #94a3b8;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: left;
}
/* Section blocks: card style like index outcome sections */
.app-landing .section-block {
    margin-bottom: 32px;
    padding: 24px 20px;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.9), rgba(2, 6, 23, 0.95));
    border: 1px solid rgba(148, 163, 184, 0.22);
}
.app-landing .section-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: #fff;
    margin-top: 0;
    margin-bottom: 16px;
    text-align: left;
    letter-spacing: -0.01em;
}
.app-landing .section-h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #e2e8f0;
    margin-top: 20px;
    margin-bottom: 6px;
    text-align: left;
}
.app-landing .section-h3:first-of-type { margin-top: 0; }
.app-landing .section-body {
    font-size: 0.9375rem;
    color: #94a3b8;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: left;
}
.app-landing .other-features-list {
    list-style: none;
    font-size: 0.9375rem;
    color: #cbd5e1;
    text-align: left;
    margin-top: 8px;
}
.app-landing .other-features-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
}
.app-landing .other-features-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 6px;
    height: 6px;
    background: #3b82f6;
    border-radius: 50%;
}
.app-landing .screenshot-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

/* Get the full suite card: match index */
.app-landing .buy-suite-card {
    background: linear-gradient(145deg, rgba(30, 58, 95, 0.35), rgba(15, 23, 42, 0.6));
    border: 1px solid rgba(37, 99, 235, 0.35);
    border-radius: 20px;
    padding: 28px 24px;
    margin-top: 44px;
    margin-bottom: 40px;
    text-align: center;
}
.app-landing .buy-suite-card h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}
.app-landing .buy-suite-card > p {
    font-size: 0.9375rem;
    color: #94a3b8;
    margin-bottom: 20px;
}
.app-landing .btn-buy-suite {
    display: block;
    width: 100%;
    padding: 16px 24px;
    background: #2563eb;
    color: #fff;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    border: none;
    border-radius: 12px;
    text-decoration: none;
    transition: background 0.2s;
}
.app-landing .btn-buy-suite:hover { background: #1d4ed8; color: #fff; }
.app-landing .buy-suite-card .secondary-cta {
    margin-top: 14px;
    margin-bottom: 0;
}
.app-landing .buy-suite-card .secondary-cta a {
    color: #93c5fd;
    font-size: 0.9375rem;
    text-decoration: none;
}
.app-landing .buy-suite-card .secondary-cta a:hover { color: #bfdbfe; text-decoration: underline; }
@media (min-width: 768px) {
    .app-landing .section-block { padding: 28px 28px; margin-bottom: 44px; border-radius: 20px; }
    .app-landing .section-title { font-size: 2rem; margin-bottom: 20px; }
    .app-landing .buy-suite-card { max-width: 480px; margin-left: auto; margin-right: auto; padding: 36px 40px; margin-top: 56px; }
    .app-landing .buy-suite-card h3 { font-size: 1.75rem; }
}
@media (max-width: 520px) {
    .app-landing .intro-bullets-row { flex-direction: column; }
}
