:root {
    --fp-blue: #1D4ED8;
    --fp-graphite: #111827;
    --fp-steel: #6B7280;
    --fp-smoke: #F8FAFC;
    --fp-success: #16A34A;
    --fp-warning: #F59E0B;
    --fp-danger: #DC2626;
    --fp-info: #0EA5E9;
}

body {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--fp-graphite);
    background: #ffffff;
}

.bg-smoke {
    background: var(--fp-smoke);
}

.text-steel {
    color: var(--fp-steel);
}

.text-blue {
    color: var(--fp-blue);
}

.btn-flowpromise {
    background: var(--fp-blue);
    border-color: var(--fp-blue);
    color: #fff;
    font-weight: 600;
    padding: 0.85rem 1.2rem;
}

.btn-flowpromise:hover,
.btn-flowpromise:focus {
    background: #1741b4;
    border-color: #1741b4;
    color: #fff;
}

.btn-outline-flowpromise {
    color: var(--fp-blue);
    border-color: rgba(29, 78, 216, 0.25);
    background: #fff;
    font-weight: 600;
}

.btn-outline-flowpromise:hover,
.btn-outline-flowpromise:focus {
    color: var(--fp-blue);
    background: rgba(29, 78, 216, 0.06);
    border-color: rgba(29, 78, 216, 0.35);
}

.site-header {
    backdrop-filter: saturate(180%) blur(8px);
    background: rgba(248, 250, 252, 0.85);
    border-bottom: 1px solid rgba(17, 24, 39, 0.06);
}

.brand-mark {
    width: 14px;
    height: 14px;
    border-radius: 4px;
    background: linear-gradient(135deg, var(--fp-blue), #60a5fa);
    display: inline-block;
}

.hero {
    padding-top: 6rem;
    padding-bottom: 5rem;
}

.hero-badge,
.badge-soft {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(29, 78, 216, 0.08);
    color: var(--fp-blue);
    font-size: 0.92rem;
    font-weight: 600;
}

.hero-title,
.section-title {
    letter-spacing: -0.03em;
}

.hero-title {
    font-size: clamp(2.4rem, 4.6vw, 4.4rem);
    line-height: 1.02;
    font-weight: 800;
}

.hero-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--fp-steel);
    max-width: 760px;
}

.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.trust-pill {
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 999px;
    padding: 0.55rem 0.9rem;
    color: var(--fp-steel);
    background: #fff;
    font-size: 0.95rem;
}

.visual-card,
.feature-card,
.outcome-card,
.faq-card,
.contact-card,
.metric-card {
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
}

.visual-card {
    padding: 1.2rem;
}

.summary-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.summary-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.metric-card {
    padding: 0.95rem;
}

.metric-card h3 {
    font-size: 1.6rem;
    margin-bottom: 0.15rem;
    font-weight: 700;
}

.metric-muted {
    color: var(--fp-steel);
    font-size: 0.92rem;
}

.metric-emphasis-blue { color: var(--fp-blue); }
.metric-emphasis-warning { color: var(--fp-warning); }
.metric-emphasis-danger { color: var(--fp-danger); }
.metric-emphasis-info { color: var(--fp-info); }

.timeline {
    display: grid;
    gap: 0.7rem;
}

.timeline-row {
    display: grid;
    grid-template-columns: 100px 1fr auto;
    gap: 0.75rem;
    align-items: center;
    padding: 0.8rem;
    border-radius: 16px;
    background: var(--fp-smoke);
}

.timeline-row .order-state {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    padding: 0.3rem 0.65rem;
    font-size: 0.84rem;
    font-weight: 600;
}

.order-risk { background: rgba(220, 38, 38, 0.08); color: var(--fp-danger); }
.order-urgent { background: rgba(245, 158, 11, 0.12); color: #a16207; }
.order-progress { background: rgba(14, 165, 233, 0.08); color: #0369a1; }
.order-blocked { background: rgba(220, 38, 38, 0.08); color: var(--fp-danger); }

.forecast-card {
    margin-top: 1rem;
    background: linear-gradient(180deg, rgba(29, 78, 216, 0.03), rgba(29, 78, 216, 0.01));
    border-radius: 18px;
    padding: 1rem;
}

.forecast-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.6rem;
    margin-top: 0.75rem;
}

.forecast-week {
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.07);
    border-radius: 16px;
    padding: 0.7rem;
    text-align: center;
}

.forecast-week strong {
    display: block;
    font-size: 1.05rem;
    margin-top: 0.25rem;
}

.forecast-danger {
    border-color: rgba(220, 38, 38, 0.18);
    background: rgba(220, 38, 38, 0.04);
}

.section {
    padding: 5rem 0;
}

.section-title {
    font-size: clamp(1.9rem, 3.2vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.section-description {
    font-size: 1.06rem;
    line-height: 1.75;
    color: var(--fp-steel);
    max-width: 820px;
}

.list-check,
.list-pain,
.list-result,
.list-faq {
    display: grid;
    gap: 0.8rem;
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.list-check li,
.list-pain li,
.list-result li,
.list-faq li {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    color: var(--fp-graphite);
}

.list-check .icon,
.list-pain .icon,
.list-result .icon,
.list-faq .icon {
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 0.92rem;
    margin-top: 0.1rem;
}

.list-check .icon,
.list-result .icon {
    background: rgba(22, 163, 74, 0.1);
    color: var(--fp-success);
}

.list-pain .icon {
    background: rgba(245, 158, 11, 0.14);
    color: #a16207;
}

.list-faq .icon {
    background: rgba(29, 78, 216, 0.08);
    color: var(--fp-blue);
}

.feature-card,
.outcome-card,
.faq-card,
.contact-card {
    padding: 1.5rem;
    height: 100%;
}

.feature-card h3,
.outcome-card h3,
.faq-card h3,
.contact-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.feature-kicker {
    color: var(--fp-blue);
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.8rem;
}

.section-soft {
    background: linear-gradient(180deg, #ffffff, var(--fp-smoke));
}

.form-label {
    font-weight: 600;
    color: var(--fp-graphite);
}

.form-control,
.form-select {
    border-radius: 14px;
    padding: 0.8rem 0.95rem;
    border-color: rgba(17, 24, 39, 0.14);
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(29, 78, 216, 0.45);
    box-shadow: 0 0 0 0.25rem rgba(29, 78, 216, 0.12);
}

.form-note {
    font-size: 0.92rem;
    color: var(--fp-steel);
}

.footer {
    border-top: 1px solid rgba(17, 24, 39, 0.06);
    background: #fff;
}

.footer small {
    color: var(--fp-steel);
}

.honeypot {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
}

@media (max-width: 991.98px) {
    .hero {
        padding-top: 5rem;
        padding-bottom: 3.5rem;
    }

    .summary-grid {
        grid-template-columns: 1fr 1fr;
    }

    .forecast-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767.98px) {
    .timeline-row {
        grid-template-columns: 1fr;
    }

    .summary-grid,
    .forecast-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575.98px) {
    .summary-grid,
    .forecast-grid {
        grid-template-columns: 1fr;
    }

    .hero-title {
        font-size: 2.3rem;
    }
}
