/* filename: static/css/landing_business.css
 *
 * Business Legal Ops landing page styles.
 * Extends landing.css — all landing.css lp- classes are available.
 * Business-specific components use biz- prefix.
 */

/* ============================================================
   SECTION HELPERS
   ============================================================ */

.biz-section-header {
    text-align: center;
    max-width: 620px;
    margin: 0 auto;
}

.biz-section-h2 {
    font-size: 36px;
    font-weight: 900;
    color: #0b2f57;
    letter-spacing: -0.03em;
    margin: 12px 0 14px;
    line-height: 1.2;
}

.biz-section-h2--white {
    color: #ffffff;
}

.biz-section-sub {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.65;
    margin: 0;
}

.biz-section-sub--light {
    color: rgba(255, 255, 255, 0.7);
}

/* ============================================================
   HERO LAYOUT & MOCKUP
   ============================================================ */

.biz-hero-inner {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    align-items: center;
    gap: 56px;
}

.biz-mock-dashboard {
    background: #1e293b;
    border-radius: 14px;
    overflow: hidden;
    box-shadow:
        0 32px 64px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.06);
}

.biz-mock-titlebar {
    background: #2d3748;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.biz-mock-body {
    padding: 16px;
    background: #f8fafc;
}

.biz-mock-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 14px;
}

.biz-mock-stat {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 10px 12px;
}

.biz-mock-stat-num {
    font-size: 22px;
    font-weight: 900;
    color: #0b2f57;
    display: block;
}

.biz-mock-stat-label {
    font-size: 11px;
    color: #9ca3af;
    display: block;
}

.biz-mock-risk-row {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 10px 12px;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.biz-mock-risk-row:last-child {
    margin-bottom: 0;
}

.biz-mock-risk-title {
    font-size: 12px;
    font-weight: 600;
    color: #374151;
}

.biz-mock-risk-badge {
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 99px;
}

.biz-mock-risk-badge--critical { background: #fee2e2; color: #991b1b; }
.biz-mock-risk-badge--medium   { background: #fef3c7; color: #92400e; }
.biz-mock-risk-badge--low      { background: #d1fae5; color: #065f46; }

/* ============================================================
   FEATURE GRID
   ============================================================ */

.biz-features {
    padding: 80px 0;
    background: #f8fafc;
}

.biz-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.biz-feature-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 28px 24px;
}

.biz-feature-icon {
    font-size: 28px;
    margin-bottom: 14px;
    display: block;
}

.biz-feature-title {
    font-size: 16px;
    font-weight: 700;
    color: #0b2f57;
    margin: 0 0 8px;
}

.biz-feature-desc {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.65;
    margin: 0;
}

/* ============================================================
   PROBLEM / SOLUTION
   ============================================================ */

.biz-problems {
    padding: 80px 0;
    background: #ffffff;
}

.biz-problem-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 48px;
}

.biz-problem-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
}

.biz-problem-before {
    flex: 1;
}

.biz-problem-before strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #991b1b;
    margin-bottom: 4px;
}

.biz-problem-before p {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

.biz-problem-arrow {
    color: #d1d5db;
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}

.biz-problem-after {
    flex: 1;
}

.biz-problem-after strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #065f46;
    margin-bottom: 4px;
}

.biz-problem-after p {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

/* ============================================================
   DEMO WORKFLOW
   ============================================================ */

.biz-workflow {
    padding: 80px 0;
    background: linear-gradient(145deg, #0b2f57 0%, #0e3a6e 100%);
    color: #ffffff;
}

.biz-workflow-steps {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 48px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.biz-step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px 24px;
}

.biz-step-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #2f86f6;
    color: #ffffff;
    font-weight: 800;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.biz-step-body strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
}

.biz-step-body p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
    line-height: 1.55;
}

/* ============================================================
   PRICING
   ============================================================ */

.biz-pricing {
    padding: 80px 0;
    background: #ffffff;
}

.biz-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
    align-items: start;
}

.biz-pricing-card {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px 28px;
    position: relative;
}

.biz-pricing-card--highlight {
    border-color: #2f86f6;
    box-shadow: 0 0 0 2px #2f86f6, 0 16px 40px rgba(47, 134, 246, 0.15);
}

.biz-pricing-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #2f86f6;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 20px;
    white-space: nowrap;
}

.biz-tier-name {
    font-size: 18px;
    font-weight: 800;
    color: #0b2f57;
    margin: 0 0 6px;
}

.biz-tier-price {
    font-size: 36px;
    font-weight: 900;
    color: #111827;
    letter-spacing: -0.03em;
    margin: 12px 0 4px;
}

.biz-tier-price span {
    font-size: 16px;
    font-weight: 600;
    color: #6b7280;
}

.biz-tier-desc {
    font-size: 13px;
    color: #6b7280;
    margin: 0 0 24px;
    line-height: 1.5;
}

.biz-tier-features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.biz-tier-features li {
    font-size: 14px;
    color: #374151;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.biz-tier-features li::before {
    content: "✓";
    color: #059669;
    font-weight: 700;
    flex-shrink: 0;
}

.biz-pricing-cta {
    display: block;
    text-align: center;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: opacity 0.15s;
}

.biz-pricing-cta--primary {
    background: #2f86f6;
    color: #ffffff;
}

.biz-pricing-cta--outline {
    background: transparent;
    color: #2f86f6;
    border: 1.5px solid #2f86f6;
}

.biz-pricing-cta:hover {
    opacity: 0.88;
}

.biz-pricing-note {
    text-align: center;
    font-size: 13px;
    color: #9ca3af;
    margin-top: 32px;
}

/* ============================================================
   TRUST / DISCLAIMER
   ============================================================ */

.biz-trust {
    padding: 60px 0;
    background: #f8fafc;
    border-top: 1px solid #e5e7eb;
}

.biz-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 32px;
}

.biz-trust-item {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.65;
    text-align: center;
}

.biz-trust-item strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #374151;
    margin-bottom: 6px;
}

/* ============================================================
   FOOTER
   ============================================================ */

.biz-footer {
    background: #0b2f57;
    color: rgba(255, 255, 255, 0.55);
    padding: 32px 0;
    text-align: center;
    font-size: 13px;
}

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

/* ============================================================
   ORG START PAGE
   ============================================================ */

.biz-start {
    padding: 80px 0;
    background: #f8fafc;
    min-height: calc(100vh - 68px);
}

.biz-start-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 48px;
    max-width: 500px;
    margin: 0 auto;
}

.biz-start-h1 {
    font-size: 26px;
    font-weight: 900;
    color: #0b2f57;
    letter-spacing: -0.03em;
    margin: 0 0 8px;
}

.biz-start-sub {
    font-size: 15px;
    color: #6b7280;
    margin: 0 0 32px;
    line-height: 1.55;
}

.biz-form-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}

.biz-form-input {
    display: block;
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid #d1d5db;
    border-radius: 10px;
    font-size: 15px;
    color: #111827;
    box-sizing: border-box;
    transition: border-color 0.12s;
    font-family: inherit;
}

.biz-form-input:focus {
    outline: none;
    border-color: #2f86f6;
    box-shadow: 0 0 0 3px rgba(47, 134, 246, 0.12);
}

.biz-form-hint {
    font-size: 12px;
    color: #9ca3af;
    margin-top: 6px;
}

.biz-form-error {
    font-size: 13px;
    color: #dc2626;
    background: #fee2e2;
    border: 1px solid #fca5a5;
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 20px;
}

.biz-start-auth-links {
    text-align: center;
    margin-top: 24px;
    font-size: 14px;
    color: #6b7280;
}

.biz-start-auth-links a {
    color: #2f86f6;
    font-weight: 600;
    text-decoration: none;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 768px) {
    .biz-hero-inner {
        grid-template-columns: 1fr;
    }

    .biz-mock-dashboard {
        display: none;
    }

    .biz-features-grid {
        grid-template-columns: 1fr;
    }

    .biz-problem-list {
        grid-template-columns: 1fr;
    }

    .biz-pricing-grid {
        grid-template-columns: 1fr;
    }

    .biz-trust-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .biz-section-h2 {
        font-size: 28px;
    }

    .biz-start-card {
        padding: 32px 24px;
    }
}
