/* ============================================================
   LANDING PAGE SPECIFIC STYLES
   Shared by branding-services.html and logo-design.html
   Requires styles.css to be loaded first
   ============================================================ */

/* ============================================================
   SECTION WRAPPERS
   ============================================================ */
.lp-section {
    padding: 6rem 0;
}

.lp-section-alt {
    background: rgba(255, 255, 255, 0.012);
    border-top: 1px solid var(--surface-border);
    border-bottom: 1px solid var(--surface-border);
}

/* ============================================================
   EYEBROW LABEL
   ============================================================ */
.lp-eyebrow {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--accent-blue);
    margin-bottom: 0.9rem;
}

/* ============================================================
   SPLIT LAYOUT (text + visual side by side)
   ============================================================ */
.lp-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.lp-split-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.lp-split-text h2 {
    margin-bottom: 1.25rem;
}

.lp-split-text p {
    margin-bottom: 1.1rem;
    font-size: 1.05rem;
    line-height: 1.75;
}

.lp-cta-inline {
    margin-top: 1rem;
}

/* ============================================================
   STATS STACK (for split sections)
   ============================================================ */
.lp-stat-stack {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.lp-stat-card {
    padding: 1.5rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.lp-stat-number {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 800;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.lp-stat-label {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.5;
}

/* ============================================================
   DELIVERABLES GRID (3 columns)
   ============================================================ */
.lp-deliverables-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
}

.lp-deliverable {
    padding: 2.25rem 1.75rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lp-deliverable-icon {
    font-size: 2.25rem;
    margin-bottom: 1.1rem;
    display: block;
}

.lp-deliverable h3 {
    margin-bottom: 0.6rem;
    color: #fff;
    font-size: 1.15rem;
}

.lp-deliverable p {
    font-size: 0.95rem;
    line-height: 1.65;
}

/* ============================================================
   RESULTS GRID (2 columns)
   ============================================================ */
.lp-results-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
}

.lp-result-item {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 2rem;
}

.lp-result-check {
    font-size: 1.5rem;
    color: #4ade80;
    flex-shrink: 0;
    line-height: 1.3;
    font-weight: 700;
}

.lp-result-item h3 {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 0.4rem;
}

.lp-result-item p {
    font-size: 0.95rem;
    line-height: 1.65;
}

/* ============================================================
   PRICING CARD
   ============================================================ */
.lp-pricing-center {
    display: flex;
    justify-content: center;
}

.lp-pricing-card {
    max-width: 540px;
    width: 100%;
    padding: 3rem;
}

.lp-pricing-header {
    text-align: center;
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--surface-border);
}

.lp-pricing-tier {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--accent-blue);
    margin-bottom: 1.25rem;
}

.lp-pricing-amount {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    margin-bottom: 0.75rem;
}

.lp-price-from {
    font-size: 0.9rem;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.lp-price {
    font-family: var(--font-heading);
    font-size: 3.5rem;
    font-weight: 800;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.lp-pricing-sub {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.5;
    margin-top: 0.5rem;
}

.lp-pricing-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-bottom: 2rem;
}

.lp-pricing-features li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1rem;
    color: var(--text-primary);
}

.lp-check {
    color: #4ade80;
    font-size: 1rem;
    font-weight: 700;
    flex-shrink: 0;
}

.lp-pricing-note {
    text-align: center;
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-top: 1.25rem;
    line-height: 1.5;
}

/* ============================================================
   PROBLEM LIST (logo page)
   ============================================================ */
.lp-problem-list {
    padding: 2.25rem;
}

.lp-fail-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.lp-fail-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.98rem;
    color: var(--text-secondary);
    line-height: 1.5;
}

.lp-fail-x {
    color: #f87171;
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
}

/* ============================================================
   PORTFOLIO LINK BLOCK (logo page)
   ============================================================ */
.lp-portfolio-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    padding: 3rem 3.5rem;
    border: 1px solid rgba(124, 58, 237, 0.2);
}

.lp-portfolio-link-text h2 {
    font-size: 1.85rem;
    margin-bottom: 0.75rem;
}

.lp-portfolio-link-text p {
    font-size: 1rem;
    line-height: 1.65;
}

.lp-portfolio-link-btns {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    flex-shrink: 0;
}

/* ============================================================
   FINAL CTA SECTION
   ============================================================ */
.lp-final-cta {
    padding: 6rem 0;
}

.lp-final-cta-card {
    text-align: center;
    padding: 5rem 3rem;
    border: 1px solid rgba(124, 58, 237, 0.3);
    background: rgba(18, 18, 30, 0.75);
}

.lp-final-cta-card h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.lp-final-cta-card > p {
    font-size: 1.15rem;
    max-width: 560px;
    margin: 0 auto 2.5rem;
    line-height: 1.7;
}

.lp-final-cta-buttons {
    display: flex;
    gap: 1.25rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ============================================================
   RESPONSIVE — TABLET (≤ 1024px)
   ============================================================ */
@media (max-width: 1024px) {
    .lp-split {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .lp-deliverables-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .lp-portfolio-link {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
        padding: 2.5rem;
    }

    .lp-portfolio-link-btns {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* ============================================================
   RESPONSIVE — MOBILE (≤ 768px)
   ============================================================ */
@media (max-width: 768px) {
    .lp-section {
        padding: 4rem 0;
    }

    .lp-deliverables-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .lp-results-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .lp-stat-stack {
        gap: 1rem;
    }

    .lp-pricing-card {
        padding: 2rem;
    }

    .lp-price {
        font-size: 2.75rem;
    }

    .lp-final-cta-card {
        padding: 3rem 1.5rem;
    }

    .lp-final-cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .lp-final-cta-buttons .btn {
        width: 100%;
        max-width: 340px;
        justify-content: center;
    }

    .lp-portfolio-link-btns {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .lp-portfolio-link-btns .btn {
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }

    .lp-result-item {
        padding: 1.5rem;
        gap: 1rem;
    }

    .lp-stat-number {
        font-size: 2rem;
    }
}

/* ============================================================
   RESPONSIVE — SMALL MOBILE (≤ 480px)
   ============================================================ */
@media (max-width: 480px) {
    .lp-pricing-card {
        padding: 1.5rem;
    }

    .lp-deliverable {
        padding: 1.5rem;
    }
}
