/* Public landing page — Phase 0 foundation + Batch 1 positioning. */

.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)), url('/static/images/1735BR-2.jpeg');
    background-size: cover;
    background-position: center;
    min-height: min(88vh, 820px);
    display: flex;
    align-items: center;
    padding: 6.5rem 0 4rem;
}

.hero-section .hero-kicker {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 0.75rem;
}

.hero-section h1 {
    font-size: clamp(1.85rem, 4vw, 3.15rem);
    line-height: 1.15;
}

.hero-section .lead {
    font-size: 1.1rem;
    max-width: 34rem;
}

.hero-section .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

@media (max-width: 575.98px) {
    .hero-section {
        min-height: 0;
        padding: 5.75rem 0 3rem;
    }

    .hero-section .lead {
        font-size: 1.05rem;
    }

    .hero-section .hero-actions .btn {
        width: 100%;
    }
}

.hero-section .btn-outline-light:hover {
    color: #0d6efd;
}

.hero-preview-col {
    margin-top: 2rem;
}

@media (min-width: 992px) {
    .hero-preview-col {
        margin-top: 0;
    }
}

.feature-card {
    background: #ffffff;
    border-radius: 1rem;
    border: 1px solid rgba(13, 110, 253, 0.12);
    padding: 2.25rem 1.75rem;
    height: 100%;
    box-shadow: 0 16px 40px rgba(13, 110, 253, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 55px rgba(13, 110, 253, 0.12);
}

.feature-badge {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.5rem;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0d6efd, #6610f2);
    color: #ffffff;
    font-size: 1.8rem;
}

.feature-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.feature-card p {
    color: #5a6473;
    font-size: 0.98rem;
}

.nav-link.login-link {
    color: #fff !important;
    margin-right: 1rem;
}

.nav-link.login-link:hover {
    opacity: 0.8;
}

.navbar-brand {
    font-weight: 600;
    transition: all 0.3s ease;
}

.navbar-brand:hover {
    transform: translateY(-1px);
}

.navbar-brand img {
    height: 40px;
    width: auto;
    filter: brightness(1.1);
    transition: all 0.3s ease;
}

.navbar-brand:hover img {
    filter: brightness(1.2);
}

.navbar-brand span {
    margin-left: 10px;
    font-size: 1.2rem;
}

/* Collapsed nav: keep Login + primary CTA readable below the lg breakpoint. */
@media (max-width: 991.98px) {
    .landing-navbar .navbar-nav {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .landing-navbar .nav-link.login-link {
        margin-right: 0;
    }

    .landing-navbar .nav-link.btn {
        display: inline-block;
        width: fit-content;
        margin-left: 0 !important;
        margin-top: 0.5rem;
        margin-bottom: 0.25rem;
    }
}

.landing-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-footer a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
}

.landing-footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.landing-footer img {
    height: 28px;
    width: auto;
    filter: brightness(1.1);
}

.section-kicker {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.78rem;
    font-weight: 600;
    color: #6c757d;
}
.intel-loop-lead {
    max-width: 40rem;
}

.intel-loop {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .intel-loop {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .intel-loop {
        grid-template-columns: repeat(5, 1fr);
        gap: 0.85rem;
    }
}

.intel-step {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 0.85rem;
    padding: 1.25rem 1.15rem 1.35rem;
    height: 100%;
}

.intel-step-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    background: #0d6efd;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.intel-step h3 {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.intel-step p {
    color: #5a6473;
    font-size: 0.92rem;
    margin-bottom: 0;
}

/* Marketing intelligence */
.intel-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1.25rem 0 0;
}

.intel-chip {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #eef4ff;
    color: #0a58ca;
    font-size: 0.85rem;
    font-weight: 600;
}

/* Plan preview — product Gantt screenshot, framed like the other product cards */
.plan-preview {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.85rem;
    overflow: hidden;
    color: #212529;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    margin: 0;
}

.hero-section .plan-preview {
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.35);
    border-color: rgba(255, 255, 255, 0.22);
}

.plan-preview-chrome {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem;
    align-items: center;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e9ecef;
    font-size: 0.82rem;
    font-weight: 600;
    color: #0d6efd;
}

.plan-preview-shot {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.plan-preview-note {
    padding: 0.55rem 1rem 0.7rem;
    font-size: 0.75rem;
    color: #6c757d;
    background: #fff;
    border-top: 1px solid #e9ecef;
}

.plan-preview.plan-preview-compact .plan-preview-note {
    display: none;
}

/* Batch 2 product-proof previews */
.proof-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.1rem;
    margin: 1.15rem 0 1.5rem;
    padding: 0;
    list-style: none;
}

.proof-steps li {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: #0a58ca;
}

.proof-steps li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 999px;
    background: #eef4ff;
    font-size: 0.72rem;
}

.studio-preview,
.listing-preview {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.85rem;
    overflow: hidden;
    color: #212529;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.studio-preview-chrome {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem;
    align-items: center;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e9ecef;
    font-size: 0.82rem;
    font-weight: 600;
    color: #0d6efd;
}

.studio-preview-body {
    padding: 1rem;
}

.studio-preview-strategy {
    font-size: 0.9rem;
    color: #495057;
}

.studio-preview-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-bottom: 1rem;
}

.studio-preview-tabs span {
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    background: #f1f3f5;
    color: #495057;
    font-size: 0.75rem;
    font-weight: 600;
}

.studio-preview-tabs span.is-active {
    background: #0d6efd;
    color: #fff;
}

.studio-preview-asset {
    border: 1px solid #e9ecef;
    border-radius: 0.6rem;
    padding: 0.85rem;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
}

.studio-preview-asset:last-of-type {
    margin-bottom: 0;
}

.studio-copy-btn {
    font-size: 0.75rem;
    font-weight: 600;
    color: #0d6efd;
    white-space: nowrap;
}

.studio-headline-list {
    padding-left: 1.1rem;
    color: #343a40;
}

.guidebook-phone {
    max-width: 16.5rem;
    margin-left: auto;
    margin-right: auto;
}

.guidebook-shot {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 991.98px) {
    .guidebook-phone {
        margin-top: 0.5rem;
    }
}

.audience-card {
    border: 1px solid #e9ecef;
    border-radius: 0.85rem;
    box-shadow: none;
}

.audience-card-featured {
    border-color: #0d6efd;
}

.pricing-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 0.85rem;
    padding: 1.75rem 1.25rem;
    text-align: center;
}

.pricing-card-featured {
    border-color: #0d6efd;
}

.pricing-listings {
    font-size: 0.92rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.75rem;
}

.pricing-amount {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
    color: #212529;
}

.pricing-interval {
    margin-top: 0.4rem;
    color: #6c757d;
    font-size: 0.9rem;
}

.integration-panel {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 0.85rem;
    padding: 1.5rem 1.35rem;
}

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

.integration-list li + li {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f1f3f5;
}

.integration-list strong {
    display: block;
    margin-bottom: 0.25rem;
}

.integration-dev {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.85rem;
    color: #6c757d;
}

.legal-page {
    background: #f8f9fa;
}

.legal-main {
    padding: 7rem 0 4rem;
}

.legal-article {
    max-width: 48rem;
    background: #fff;
    border: 1px solid rgba(13, 110, 253, 0.12);
    border-radius: 1rem;
    padding: 2.5rem 1.75rem;
}

.legal-title {
    font-size: clamp(1.6rem, 3vw, 2.15rem);
    line-height: 1.2;
}

.legal-related a {
    color: #0d6efd;
    text-decoration: none;
}

.legal-related a:hover {
    text-decoration: underline;
}

.legal-body h1 {
    display: none;
}

.legal-body h2 {
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.legal-body h3 {
    font-size: 1.05rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.legal-body p,
.legal-body li {
    color: #343a40;
    line-height: 1.65;
}

.legal-body blockquote {
    border-left: 4px solid #0d6efd;
    background: #f8f9fa;
    margin: 1.25rem 0;
    padding: 0.85rem 1rem;
}

.legal-body blockquote p {
    margin-bottom: 0;
}


