/* ===========================================
   InterviewCue Landing Page Styles
   =========================================== */

/* --- Global Landing Overrides --- */
.page-landing {
    scroll-behavior: smooth;
}

/* --- Landing Nav (replaces app navbar) --- */
.landing-nav {
    padding: 1.25rem 1.5rem;
}

.landing-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.landing-nav-left {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.landing-nav-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 1.15rem;
    font-weight: 600;
    color: #1a1a2e;
    text-decoration: none;
}

.landing-nav-logo {
    height: 28px;
    width: auto;
}

.landing-nav-link {
    font-size: 0.95rem;
    color: #4a4a6a;
    text-decoration: none;
    font-weight: 500;
}

.landing-nav-link:hover {
    color: #1a1a2e;
}

.landing-nav-open {
    font-size: 0.95rem;
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
}

.landing-nav-open:hover {
    color: #5568d3;
}

.landing-nav-arrow {
    display: inline-block;
    transition: transform 0.15s ease;
}

.landing-nav-open:hover .landing-nav-arrow {
    transform: translateX(3px);
}

@media screen and (max-width: 768px) {
    .landing-nav {
        padding: 1rem;
    }

    .landing-nav-left {
        gap: 1.25rem;
    }
}

/* --- Section Backgrounds --- */
.landing-section {
    padding: 5rem 1.5rem;
}

.landing-section-alt {
    background-color: #fafafa;
}

@media screen and (max-width: 768px) {
    .landing-section {
        padding: 3rem 1rem;
    }
}

/* --- Shared Section Headlines --- */
.landing-section-headline {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a2e;
    text-align: center;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.landing-section-subtext {
    font-size: 1.1rem;
    color: #4a4a6a;
    text-align: center;
    max-width: 640px;
    margin: 0 auto 3rem auto;
    line-height: 1.6;
}

/* --- HERO Section (Row 1) --- */
.landing-hero {
    padding-top: 4rem;
    padding-bottom: 2rem;
    text-align: center;
}

.landing-hero-headline {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    color: #1a1a2e;
    letter-spacing: -0.02em;
    margin-bottom: 1.25rem;
}

.landing-hero-subheadline {
    font-size: 1.25rem;
    color: #4a4a6a;
    max-width: 640px;
    margin: 0 auto 2.5rem auto;
    line-height: 1.6;
}

.landing-hero-ctas {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 3.5rem;
}

.landing-hero-ctas .button.is-primary {
    font-size: 1.1rem;
    padding: 1.25rem 2.5rem;
    height: auto;
    border-radius: 8px;
    font-weight: 600;
}

.landing-hero-ctas .button.is-light {
    font-size: 1.1rem;
    padding: 1.25rem 2.5rem;
    height: auto;
    border-radius: 8px;
    font-weight: 600;
    color: #667eea;
    background: rgba(102, 126, 234, 0.08);
    border: 1px solid rgba(102, 126, 234, 0.2);
}

.landing-hero-ctas .button.is-light:hover {
    background: rgba(102, 126, 234, 0.14);
    border-color: rgba(102, 126, 234, 0.3);
}

.landing-hero-screenshot {
    max-width: 1100px;
    margin: 0 auto;
}

.landing-hero-screenshot img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .landing-hero-headline {
        font-size: 2.25rem;
    }

    .landing-hero-subheadline {
        font-size: 1.1rem;
    }

    .landing-hero-ctas .button {
        width: 100%;
    }
}

/* --- PROBLEM Section (Row 2) --- */
.landing-problem-headline {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a2e;
    max-width: 700px;
    margin: 0 auto 1.5rem auto;
    text-align: center;
    line-height: 1.3;
}

.landing-problem-text {
    font-size: 1.1rem;
    color: #4a4a6a;
    max-width: 680px;
    margin: 0 auto 2rem auto;
    text-align: center;
    line-height: 1.7;
}

.landing-pain-bridge {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a2e;
    text-align: center;
    margin-bottom: 1.5rem;
}

.landing-pain-points {
    max-width: 600px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    border-left: 3px solid rgba(102, 126, 234, 0.3);
    padding-left: 1.5rem;
}

.landing-pain-points li {
    padding: 0.5rem 0;
    font-size: 1.05rem;
    color: #4a4a6a;
    line-height: 1.6;
    font-style: italic;
}

/* --- Phase Label (e.g. "Phase 1") --- */
.landing-phase-label {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #667eea;
    margin-bottom: 0.5rem;
}

/* --- Phase Sections: Image-Dominant Layout --- */
.landing-phase-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

/* --- Feature Rows: Image + Text Side-by-Side --- */
.landing-feature-row {
    display: flex;
    align-items: center;
    gap: 4rem;
}

.landing-feature-row.is-reversed {
    flex-direction: row-reverse;
}

.landing-feature-text {
    flex: 2;
}

.landing-feature-image {
    flex: 3;
}

.landing-feature-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.landing-feature-text h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 1rem;
    line-height: 1.25;
}

.landing-feature-text p {
    font-size: 1.05rem;
    color: #4a4a6a;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.landing-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.landing-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.4rem 0;
    font-size: 0.95rem;
    color: #4a4a6a;
    line-height: 1.5;
}

.landing-feature-list li .icon {
    color: #667eea;
    flex-shrink: 0;
    margin-top: 0.15rem;
}

@media screen and (max-width: 768px) {
    .landing-phase-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .landing-feature-row,
    .landing-feature-row.is-reversed {
        flex-direction: column;
        gap: 2rem;
    }
}

/* --- CENTRAL HUB Section — Everything in One Place --- */
.landing-hub-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.landing-hub-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
    max-width: 960px;
    margin: 0 auto;
}

.landing-hub-item {
    text-align: center;
    padding: 2rem 1.25rem;
    background: white;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.landing-hub-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(102, 126, 234, 0.08);
    color: #667eea;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin: 0 auto 1.25rem auto;
}

.landing-hub-item h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 0.4rem;
}

.landing-hub-item p {
    font-size: 0.9rem;
    color: #4a4a6a;
    line-height: 1.5;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .landing-hub-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .landing-hub-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }
}

@media screen and (max-width: 480px) {
    .landing-hub-grid {
        grid-template-columns: 1fr;
    }
}

/* --- INTEGRATIONS Section (Row 6) --- */
.landing-integrations {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.landing-integration-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    min-width: 100px;
}

.landing-integration-item img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.landing-integration-item span {
    font-size: 0.85rem;
    color: #4a4a6a;
    font-weight: 500;
}

.landing-format-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

.landing-export-screenshot {
    max-width: 900px;
    margin: 2.5rem auto 0;
}

.landing-export-screenshot img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.landing-screenshot-caption {
    margin-top: 0.75rem;
    font-size: 0.95rem;
    color: #6b7280;
    font-style: italic;
}

/* --- CREDIBILITY Section (Row 7) --- */
.landing-credibility-content {
    display: flex;
    align-items: center;
    gap: 3rem;
    max-width: 800px;
    margin: 0 auto;
}

.landing-credibility-photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
}

.landing-credibility-text h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.landing-credibility-text p {
    font-size: 1rem;
    color: #4a4a6a;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.landing-proof-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.landing-proof-point {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #f0f0ff;
    padding: 0.35rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    color: #4c51bf;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .landing-credibility-content {
        flex-direction: column;
        text-align: center;
    }

    .landing-credibility-photo {
        width: 150px;
        height: 150px;
    }

    .landing-proof-points {
        justify-content: center;
    }
}

/* --- SECURITY & PRIVACY Section (Row 8) --- */
.landing-security-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.landing-security-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(102, 126, 234, 0.08);
    color: #667eea;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin: 0 auto 1.5rem auto;
}

.landing-security-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.75rem;
    max-width: 960px;
    margin: 0 auto;
}

.landing-security-item {
    text-align: center;
    padding: 2rem 1.25rem;
    background: #fafafa;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.landing-security-item-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(102, 126, 234, 0.08);
    color: #667eea;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin: 0 auto 1rem auto;
}

.landing-security-item h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 0.4rem;
}

.landing-security-item p {
    font-size: 0.9rem;
    color: #4a4a6a;
    line-height: 1.5;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .landing-security-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .landing-security-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }
}

@media screen and (max-width: 480px) {
    .landing-security-grid {
        grid-template-columns: 1fr;
    }
}

/* --- FINAL CTA Section (Row 9) --- */
.landing-final-cta {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    padding: 5rem 1.5rem;
}

.landing-final-cta h2 {
    font-size: 2.25rem;
    font-weight: 800;
    color: white;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.landing-final-cta p {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 0 auto 2rem auto;
    line-height: 1.6;
}

.landing-final-cta .button {
    font-size: 1.15rem;
    padding: 1.25rem 3rem;
    height: auto;
    border-radius: 8px;
    font-weight: 600;
    background: white;
    color: #667eea;
    border: none;
}

.landing-final-cta .button:hover {
    background: #f5f5f5;
    color: #5568d3;
}

.landing-final-details {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.landing-final-details span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.landing-final-pricing-link {
    margin-top: 1.5rem;
}

.landing-final-pricing-link a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.15s ease;
}

.landing-final-pricing-link a:hover {
    color: white;
}

.landing-final-free-tool {
    margin-top: 1.75rem;
}

.landing-final-free-tool a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: color 0.15s ease;
}

.landing-final-free-tool a:hover {
    color: rgba(255, 255, 255, 0.95);
}

.landing-final-free-tool a i {
    font-size: 0.75rem;
    transition: transform 0.15s ease;
}

.landing-final-free-tool a:hover i {
    transform: translateX(3px);
}

.landing-final-newsletter {
    margin-top: 1rem;
}

.landing-final-newsletter a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: color 0.15s ease;
}

.landing-final-newsletter a:hover {
    color: rgba(255, 255, 255, 0.95);
}

/* --- CTA + Footer Wrapper (shared gradient on landing/pricing) --- */
.landing-cta-footer-wrapper {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.landing-cta-footer-wrapper .landing-final-cta {
    background: transparent;
}

.landing-cta-footer-wrapper .landing-footer {
    background: transparent;
}

/* --- Landing Footer (shared partial) --- */
.landing-footer {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 3.5rem 1.5rem 2rem;
    color: rgba(255, 255, 255, 0.85);
}

.landing-footer-col-inner {
    width: fit-content;
    margin: 0 auto;
    text-align: left;
}

.landing-footer-heading {
    color: white;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
}

.landing-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.landing-footer-links li {
    margin-bottom: 0.5rem;
}

.landing-footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s;
}

.landing-footer-links a:hover {
    color: white;
}

.landing-footer-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 2rem 0 1.5rem;
}

.landing-footer-bottom {
    text-align: center;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 768px) {
    .landing-footer {
        padding: 2.5rem 1rem 1.5rem;
    }
}
