/* Landing page layout styles */

.landing-container {
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 600px) {
    .landing-container {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.landing-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #fafafa;
}

.landing-header {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.landing-brand {
    color: #0f172a !important;
    font-weight: 600 !important;
    font-size: 1.125rem !important;
    letter-spacing: -0.01em;
}

.landing-header-btn {
    background: #0f172a !important;
    color: #fff !important;
    text-transform: none !important;
    border-radius: 10px !important;
    font-weight: 500 !important;
}

.landing-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.landing-footer {
    background: #fff;
    border-top: 1px solid #e8e8e8;
    padding: 20px 0;
    margin-top: auto;
}

.landing-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.landing-footer-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.landing-footer-copy {
    color: #94a3b8 !important;
    font-size: 0.8125rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.landing-footer-tagline {
    color: #94a3b8 !important;
    font-size: 0.8125rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    text-align: right;
    flex-shrink: 0;
}

@media (max-width: 640px) {
    .landing-footer-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .landing-footer-tagline {
        text-align: left;
    }
}

/* Hero */

.landing-hero {
    background: #f8fafc;
    color: #0f172a;
    padding: 80px 0 48px;
}

.landing-hero-inner {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.hero-title {
    color: #0f172a !important;
    font-weight: 700 !important;
    font-size: clamp(2rem, 5vw, 3rem) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

.hero-subtitle {
    color: #64748b !important;
    font-size: 1.125rem !important;
    line-height: 1.6 !important;
    margin-bottom: 24px !important;
}

.landing-devices {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding: 8px 16px;
    margin-bottom: 32px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    color: #475569;
    font-size: 0.875rem;
}

.landing-devices-icon {
    color: #64748b !important;
    font-size: 1.125rem !important;
}

.landing-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.cta-primary {
    background: #0f172a !important;
    color: #fff !important;
    text-transform: none !important;
    border-radius: 10px !important;
    font-weight: 500 !important;
    padding: 10px 28px !important;
}

.cta-secondary {
    border-color: #0f172a !important;
    color: #0f172a !important;
    text-transform: none !important;
    border-radius: 10px !important;
    font-weight: 500 !important;
    padding: 10px 28px !important;
}

/* Product mockup */

.landing-mockup-section {
    padding: 0 0 64px;
    background: #f8fafc;
}

.landing-mockup-caption {
    text-align: center;
    color: #64748b !important;
    font-size: 0.875rem !important;
    margin-bottom: 16px !important;
}

.landing-mockup {
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.landing-mockup-chrome {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: #f1f5f9;
    border-bottom: 1px solid #e2e8f0;
}

.landing-mockup-dots {
    display: flex;
    gap: 6px;
}

.landing-mockup-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cbd5e1;
}

.landing-mockup-url {
    flex: 1;
    height: 28px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    color: #94a3b8;
    font-size: 0.8125rem;
}

.landing-mockup-placeholder {
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
    background: #fafafa;
    border: 2px dashed #cbd5e1;
    margin: 24px;
    border-radius: 12px;
    color: #94a3b8;
    font-size: 0.9375rem;
    text-align: center;
}

/* Steps section */

.landing-steps-section {
    padding: 64px 0 80px;
    background: #fafafa;
}

.landing-steps-header {
    text-align: center;
    margin-bottom: 40px;
}

.landing-steps-label {
    display: inline-block;
    color: #64748b !important;
    font-size: 0.8125rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em;
    text-transform: lowercase;
    margin-bottom: 12px !important;
}

.landing-steps-title {
    color: #0f172a !important;
    font-weight: 700 !important;
    font-size: clamp(1.5rem, 3vw, 2rem) !important;
    letter-spacing: -0.02em;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.landing-pipeline {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-bottom: 48px;
}

.landing-pipeline-step {
    color: #0f172a;
    font-weight: 600;
    font-size: 1rem;
}

.landing-pipeline-arrow {
    color: #94a3b8;
    font-size: 1.25rem;
    line-height: 1;
}

.landing-step-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1280px;
    margin: 0 auto;
}

.step-card {
    padding: 32px 28px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.step-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.step-card-number {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #0f172a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9375rem;
    margin-bottom: 20px;
}

.step-card-title {
    color: #0f172a !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
}

.step-card-text {
    color: #64748b !important;
    line-height: 1.6 !important;
}

@media (max-width: 960px) {
    .landing-step-cards {
        grid-template-columns: 1fr;
        max-width: 480px;
    }

    .landing-pipeline {
        flex-direction: column;
        gap: 4px;
    }

    .landing-pipeline-arrow {
        transform: rotate(90deg);
    }
}

@media (max-width: 640px) {
    .landing-hero {
        padding: 56px 0 32px;
    }

    .landing-mockup-placeholder {
        min-height: 200px;
        margin: 16px;
    }
}
