.fa-hero {
    background: linear-gradient(180deg, #0c1027 0%, #1a1f3a 100%);
    color: white;
    padding: 6rem 0 4rem;
    text-align: center;
}
.fa-eyebrow {
    color: #60a5fa;
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    font-weight: 600;
    margin-bottom: 1rem;
}
.fa-hero h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: 1.5rem;
    font-weight: 700;
}
.fa-hero h1 em {
    color: #60a5fa;
    font-style: italic;
}
.fa-sub {
    font-size: 1.25rem;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 2.5rem;
    color: rgba(255,255,255,0.85);
}
.fa-hero-cta {
    display: inline-block;
    padding: 1rem 2rem;
    background: #0ea5e9;
    color: white;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}
.fa-hero-cta:hover {
    background: #0284c7;
    transform: translateY(-2px);
}

.fa-deliverable {
    padding: 5rem 0;
    background: #f8fafc;
}
.fa-section-eyebrow {
    color: #6366f1;
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.75rem;
}
.fa-deliverable h2 {
    text-align: center;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    margin-bottom: 3rem;
    color: #0f172a;
}
.fa-deliverable-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
}
.fa-deliverable-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    border-top: 3px solid #6366f1;
}
.fa-deliverable-icon {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    color: #6366f1;
    font-weight: 600;
    margin-bottom: 0.75rem;
}
.fa-deliverable-card h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #0f172a;
}
.fa-deliverable-card p {
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

.fa-form-section {
    padding: 5rem 0;
    background: white;
}
.fa-form-card {
    max-width: 640px;
    margin: 0 auto;
    background: #f8fafc;
    padding: 3rem;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
}
.fa-form-card h2 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    color: #0f172a;
    text-align: center;
}
.fa-form-sub {
    text-align: center;
    color: #64748b;
    margin-bottom: 2rem;
}
.fa-form-section-label {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #475569;
    font-size: 0.9rem;
    font-style: italic;
    border-top: 1px dashed #cbd5e1;
    padding-top: 1rem;
}
.fa-form-row select {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    background: white;
    box-sizing: border-box;
    cursor: pointer;
}
.fa-form-row select:focus {
    outline: none;
    border-color: #0ea5e9;
    box-shadow: 0 0 0 3px rgba(14,165,233,0.15);
}
.fa-form-row {
    margin-bottom: 1.25rem;
}
.fa-form-row label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #1e293b;
    font-size: 0.95rem;
}
.fa-form-row .req { color: #ef4444; }
.fa-form-row input,
.fa-form-row textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    background: white;
    box-sizing: border-box;
}
.fa-form-row input:focus,
.fa-form-row textarea:focus {
    outline: none;
    border-color: #0ea5e9;
    box-shadow: 0 0 0 3px rgba(14,165,233,0.15);
}
.fa-form-submit {
    width: 100%;
    padding: 1rem;
    background: #0c1027;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}
.fa-form-submit:hover {
    background: #1a1f3a;
}
.fa-form-fineprint {
    text-align: center;
    margin-top: 1rem;
    color: #64748b;
    font-size: 0.85rem;
}

.fa-trust {
    background: #f1f5f9;
    padding: 4rem 0;
    text-align: center;
}
.fa-trust-eyebrow {
    color: #6366f1;
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    font-weight: 600;
    margin-bottom: 1rem;
}
.fa-trust blockquote {
    font-size: clamp(1.25rem, 2.2vw, 1.5rem);
    line-height: 1.5;
    max-width: 720px;
    margin: 0 auto 1rem;
    color: #1e293b;
    font-style: italic;
}
.fa-trust cite {
    color: #64748b;
    font-style: normal;
}

.fa-faq {
    padding: 5rem 0;
    max-width: 800px;
    margin: 0 auto;
}
.fa-faq h2 {
    text-align: center;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    margin-bottom: 3rem;
    color: #0f172a;
}
.fa-faq-item {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e2e8f0;
}
.fa-faq-item:last-child {
    border-bottom: none;
}
.fa-faq-item h3 {
    font-size: 1.15rem;
    margin-bottom: 0.75rem;
    color: #0f172a;
}
.fa-faq-item p {
    color: #475569;
    line-height: 1.7;
    margin: 0;
}

.fa-form-success {
    background: #d1fae5;
    border: 1px solid #10b981;
    color: #065f46;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
}
