/* ============================================================
   PaySprint Landing Page — Redesign Styles
   Brand: Gold #E7AB03 | Dark Navy #1e293b | Grey #f8f8f8
   ============================================================ */

/* ---- Global ---- */
*, *::before, *::after { box-sizing: border-box; }

:root {
    --ps-gold:    #E7AB03;
    --ps-gold-dk: #c49200;
    --ps-dark:    #1e293b;
    --ps-grey:    #f8f8f8;
    --ps-white:   #ffffff;
    --ps-text:    #222222;
    --ps-muted:   #64748b;
    --ps-border:  #e2e8f0;
    --ps-radius:  12px;
    --ps-shadow:  0 4px 24px rgba(0,0,0,.08);
}

/* ---- Base Section Spacing ---- */
.lp-section {
    padding: 88px 0;
}
.lp-section--grey  { background: var(--ps-grey); }
.lp-section--white { background: var(--ps-white); }
.lp-section--dark  { background: var(--ps-dark); color: var(--ps-white); }

.lp-section .lp-eyebrow {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--ps-gold);
    margin-bottom: 14px;
}

.lp-section h2 {
    font-size: clamp(2.8rem, 5vw, 4.2rem);
    font-weight: 800;
    line-height: 1.2;
    color: var(--ps-text);
    margin-bottom: 18px;
}
.lp-section--dark h2 { color: var(--ps-white); }

.lp-section .lp-lead {
    font-size: 1.55rem;
    color: var(--ps-muted);
    max-width: 620px;
    margin-bottom: 0;
    line-height: 1.8;
}
.lp-section--dark .lp-lead { color: #94a3b8; }

/* ---- CTA Buttons ---- */
.lp-btn-primary {
    display: inline-block;
    background: var(--ps-gold);
    color: #111 !important;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 16px 36px;
    border-radius: 100px;
    text-decoration: none !important;
    transition: background .2s, transform .15s;
    border: none;
    cursor: pointer;
}
.lp-btn-primary:hover { background: var(--ps-gold-dk); transform: translateY(-2px); }

.lp-btn-outline {
    display: inline-block;
    background: transparent;
    color: var(--ps-white) !important;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 15px 36px;
    border-radius: 100px;
    border: 2px solid rgba(255,255,255,.55);
    text-decoration: none !important;
    transition: border-color .2s, background .2s, transform .15s;
    cursor: pointer;
}
.lp-btn-outline:hover {
    border-color: var(--ps-white);
    background: rgba(255,255,255,.08);
    transform: translateY(-2px);
}

.lp-btn-outline-dark {
    display: inline-block;
    background: transparent;
    color: var(--ps-dark) !important;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 15px 36px;
    border-radius: 100px;
    border: 2px solid var(--ps-dark);
    text-decoration: none !important;
    transition: background .2s, color .2s, transform .15s;
}
.lp-btn-outline-dark:hover {
    background: var(--ps-dark);
    color: var(--ps-white) !important;
    transform: translateY(-2px);
}

/* ============================================================
   HERO
   ============================================================ */
.lp-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #1a3a52 100%);
    min-height: 92vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 0 60px;
    position: relative;
    overflow: hidden;
}

.lp-hero::before {
    content: '';
    position: absolute;
    top: -120px; right: -120px;
    width: 480px; height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(231,171,3,.18) 0%, transparent 70%);
    pointer-events: none;
}

.lp-hero-inner {
    max-width: 760px;
}

.lp-hero h1 {
    font-size: clamp(3.4rem, 6vw, 5.4rem);
    font-weight: 900;
    line-height: 1.1;
    color: var(--ps-white);
    margin-bottom: 26px;
}

.lp-hero h1 span { color: var(--ps-gold); }

.lp-hero .lp-hero-sub {
    font-size: 1.6rem;
    color: #94a3b8;
    line-height: 1.8;
    max-width: 600px;
    margin-bottom: 42px;
}

.lp-hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

/* Trust Strip */
.lp-trust-strip {
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 36px;
}

.lp-trust-strip-label {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 20px;
}

.lp-trust-items {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 32px;
    list-style: none;
    padding: 0; margin: 0;
}

.lp-trust-items li {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 1.25rem;
    color: #cbd5e1;
    font-weight: 500;
}

.lp-trust-items li i {
    color: var(--ps-gold);
    font-size: 1.25rem;
}

/* ============================================================
   SECTION 1 — OUTCOME VALUE
   ============================================================ */
.lp-checklist {
    list-style: none;
    padding: 0; margin: 0;
}
.lp-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 1.4rem;
    color: var(--ps-text);
    margin-bottom: 16px;
    line-height: 1.6;
}
.lp-checklist li i {
    color: var(--ps-gold);
    font-size: 1.4rem;
    margin-top: 3px;
    flex-shrink: 0;
}
.lp-section--dark .lp-checklist li { color: #e2e8f0; }
.lp-section--dark .lp-checklist li i { color: var(--ps-gold); }

/* ============================================================
   SECTION 2 & 3 — TWO-COLUMN FEATURE
   ============================================================ */
.lp-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.lp-two-col--reverse { direction: rtl; }
.lp-two-col--reverse > * { direction: ltr; }

.lp-two-col-img {
    border-radius: var(--ps-radius);
    overflow: hidden;
    box-shadow: var(--ps-shadow);
}
.lp-two-col-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--ps-radius);
}

.lp-two-col-text h2 { margin-bottom: 12px; }
.lp-two-col-text .lp-lead { margin-bottom: 28px; }
.lp-two-col-text .lp-checklist { margin-bottom: 36px; }

/* ============================================================
   SECTION 4 — FINANCIAL EMPOWERMENT CARDS
   ============================================================ */
.lp-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.lp-card {
    background: var(--ps-grey);
    border-radius: var(--ps-radius);
    padding: 32px 28px;
    border: 1px solid var(--ps-border);
    transition: transform .2s, box-shadow .2s;
}
.lp-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--ps-shadow);
}

.lp-card-icon {
    width: 52px; height: 52px;
    border-radius: 12px;
    background: var(--ps-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.lp-card-icon i { color: #111; font-size: 1.4rem; }

.lp-card h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--ps-text);
    margin-bottom: 10px;
}
.lp-card p {
    font-size: 1.3rem;
    color: var(--ps-muted);
    margin: 0;
    line-height: 1.7;
}

/* ============================================================
   SECTION 5 — USE CASES (dark bg)
   ============================================================ */
.lp-use-case-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.lp-use-case-card {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--ps-radius);
    padding: 32px 24px;
    transition: background .2s, transform .2s;
}
.lp-use-case-card:hover {
    background: rgba(255,255,255,.1);
    transform: translateY(-4px);
}

.lp-use-case-card .lp-card-icon {
    background: rgba(231,171,3,.2);
}
.lp-use-case-card .lp-card-icon i { color: var(--ps-gold); }

.lp-use-case-card h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--ps-white);
    margin-bottom: 10px;
}
.lp-use-case-card p {
    font-size: 1.3rem;
    color: #94a3b8;
    margin: 0;
    line-height: 1.7;
}

/* ============================================================
   SECTION 6 — MASTERCARD
   ============================================================ */
.lp-mastercard-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 88px 0;
}

.lp-mastercard-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 32px;
    margin: 32px 0 40px;
}

.lp-mastercard-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.35rem;
    color: #e2e8f0;
    font-weight: 500;
}
.lp-mastercard-feature i {
    color: var(--ps-gold);
    font-size: 1.4rem;
    width: 22px;
    text-align: center;
    flex-shrink: 0;
}

.lp-card-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}
.lp-card-visual img {
    max-width: 420px;
    width: 100%;
    filter: drop-shadow(0 24px 48px rgba(0,0,0,.5));
}

/* ============================================================
   SECTION 7 — BUSINESS GROWTH (Statement)
   ============================================================ */
.lp-growth-section {
    background: var(--ps-grey);
    padding: 80px 0;
    text-align: center;
}
.lp-growth-section h2 {
    max-width: 700px;
    margin: 0 auto 20px;
}
.lp-growth-section .lp-lead {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
}

/* ============================================================
   SECTION 8 — COMMUNITY
   ============================================================ */
.lp-community-section {
    background: var(--ps-white);
    padding: 88px 0;
    text-align: center;
}
.lp-community-section h2 {
    max-width: 700px;
    margin: 0 auto 20px;
}
.lp-community-section .lp-lead {
    max-width: 580px;
    margin: 0 auto;
    text-align: center;
}

/* ============================================================
   FINAL CTA
   ============================================================ */
.lp-cta-final {
    background: var(--ps-dark);
    padding: 88px 0;
    text-align: center;
}
.lp-cta-final h2 {
    color: var(--ps-white);
    max-width: 640px;
    margin: 0 auto 16px;
}
.lp-cta-final .lp-lead {
    color: #94a3b8;
    max-width: 480px;
    margin: 0 auto 40px;
    text-align: center;
}
.lp-cta-final-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
.lp-fade-up {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity .6s ease, transform .6s ease;
}
.lp-fade-up.lp-visible {
    opacity: 1;
    transform: translateY(0);
}
.lp-fade-up.lp-delay-1 { transition-delay: .1s; }
.lp-fade-up.lp-delay-2 { transition-delay: .2s; }
.lp-fade-up.lp-delay-3 { transition-delay: .3s; }
.lp-fade-up.lp-delay-4 { transition-delay: .4s; }
.lp-fade-up.lp-delay-5 { transition-delay: .5s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
    .lp-use-case-grid { grid-template-columns: repeat(2, 1fr); }
    .lp-card-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .lp-section { padding: 60px 0; }
    .lp-hero { min-height: auto; padding: 80px 0 50px; }
    .lp-hero h1 { font-size: 3rem; }
    .lp-hero .lp-hero-sub { font-size: 1.4rem; }

    .lp-two-col { grid-template-columns: 1fr; gap: 36px; }
    .lp-two-col--reverse { direction: ltr; }

    .lp-trust-items { gap: 10px 20px; }
    .lp-trust-items li { font-size: 1.15rem; }

    .lp-mastercard-section .lp-two-col { grid-template-columns: 1fr; }
    .lp-card-visual { margin-top: 32px; }

    .lp-growth-section { padding: 60px 0; }
    .lp-community-section { padding: 60px 0; }
    .lp-cta-final { padding: 60px 0; }
}

@media (max-width: 576px) {
    .lp-card-grid { grid-template-columns: 1fr; }
    .lp-use-case-grid { grid-template-columns: 1fr; }
    .lp-hero-btns { flex-direction: column; align-items: flex-start; }
    .lp-trust-items { gap: 10px 16px; }
    .lp-mastercard-features { grid-template-columns: 1fr; }
    .lp-cta-final-btns { flex-direction: column; align-items: center; }
}
