/* Supported Forms Page Styles */

html {
    scroll-behavior: smooth;
}

#q1099-forms-preview {
    --q-bg: #fff;
    --q-surface: #fff;
    --q-soft: #f7faff;
    --q-soft-blue: #ebf4ff;
    --q-hero-end: #f1f7ff;
    --q-navy: #092956;
    --q-text: #1d3a63;
    --q-muted: #5f789b;
    --q-blue: #0d63d8;
    --q-blue-on: #fff;
    --q-border: #d6e3f2;
    --q-feature-border: #b7d1f3;
    --q-green: #0b805f;
    --q-green-soft: #ecfaf5;
    --q-shadow: 0 12px 32px rgba(9, 41, 86, .08);
    color: var(--q-text);
    font-family: Inter,"Segoe UI",Aptos,system-ui,sans-serif;
}

    #q1099-forms-preview * {
        box-sizing: border-box;
    }

    #q1099-forms-preview i[data-lucide] {
        width: 1em;
        height: 1em;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        font-style: normal;
    }

        #q1099-forms-preview i[data-lucide]::before {
            content: "•";
        }

    #q1099-forms-preview i[data-lucide="file-check-2"]::before, #q1099-forms-preview i[data-lucide="briefcase-business"]::before {
        content: "▣";
    }

    #q1099-forms-preview i[data-lucide="badge-check"]::before, #q1099-forms-preview i[data-lucide="circle-check"]::before, #q1099-forms-preview i[data-lucide="check"]::before {
        content: "✓";
    }

    #q1099-forms-preview i[data-lucide="arrow-down"]::before {
        content: "↓";
    }

    #q1099-forms-preview i[data-lucide="file-text"]::before {
        content: "▤";
    }

    #q1099-forms-preview i[data-lucide="receipt-text"]::before {
        content: "▥";
    }

    #q1099-forms-preview i[data-lucide="info"]::before {
        content: "i";
    }

    #q1099-forms-preview i[data-lucide="arrow-right"]::before {
        content: "→";
    }

    #q1099-forms-preview i[data-lucide="plus"]::before {
        content: "+";
    }

    #q1099-forms-preview i[data-lucide="minus"]::before {
        content: "−";
    }

    #q1099-forms-preview h1, #q1099-forms-preview h2, #q1099-forms-preview h3, #q1099-forms-preview p {
        margin-top: 0;
    }

    #q1099-forms-preview h1, #q1099-forms-preview h2, #q1099-forms-preview h3 {
        color: var(--q-navy);
        font-weight: 700;
    }

    #q1099-forms-preview h1 {
        font-size: clamp(2.5rem,5.3vw,3.6rem);
        letter-spacing: -.03em;
        line-height: 1.08;
        margin-bottom: 14px;
    }

    #q1099-forms-preview .q-wrap {
        width: min(100%,1200px);
        margin: 0 auto;
        padding-inline: 24px;
    }

    #q1099-forms-preview .q-hero {
        padding: 68px 0 60px;
        background: radial-gradient(circle at 86% 18%, rgba(38,121,228,.12) 0, rgba(38,121,228,0) 34%), radial-gradient(circle at 78% 60%, rgba(33,175,115,.09) 0, rgba(33,175,115,0) 26%), linear-gradient(160deg, var(--q-bg) 10%, var(--q-hero-end) 100%);
    }

    #q1099-forms-preview .q-hero-grid {
        display: grid;
        grid-template-columns: minmax(0,1.16fr) minmax(280px,.84fr);
        align-items: center;
        gap: 44px;
    }

    #q1099-forms-preview .q-breadcrumbs {
        color: var(--q-muted);
        margin-bottom: 20px;
        font-size: .94rem;
    }

    #q1099-forms-preview .q-eyebrow, #q1099-forms-preview .q-status, #q1099-forms-preview .q-chip, #q1099-forms-preview .q-future-item {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        border-radius: 999px;
        font-weight: 500;
    }

    #q1099-forms-preview .q-eyebrow {
        padding: 7px 11px;
        margin-bottom: 15px;
        color: var(--q-blue);
        background: var(--q-soft-blue);
        border: 1px solid var(--q-feature-border);
    }

    #q1099-forms-preview .q-hero-copy {
        max-width: 680px;
        color: var(--q-muted);
        margin-bottom: 24px;
    }

    #q1099-forms-preview .q-hero-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    #q1099-forms-preview .q-button, #q1099-forms-preview .q-card-link {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 10px 18px;
        border: 1px solid var(--q-border);
        border-radius: 12px;
        color: var(--q-navy);
        background: var(--q-surface);
        font: inherit;
        font-size: .95rem;
        font-weight: 600;
        text-decoration: none;
        cursor: pointer;
    }

    #q1099-forms-preview .q-button-primary {
        color: var(--q-blue-on);
        background: linear-gradient(180deg, #1b75ea 0%, #0d63d8 100%);
        border-color: transparent;
        box-shadow: 0 10px 20px rgba(13,99,216,.24);
    }

    #q1099-forms-preview .q-hero-art {
        min-height: 340px;
        position: relative;
        display: grid;
        place-items: center;
        overflow: visible;
    }

    #q1099-forms-preview .q-art-orbit {
        position: absolute;
        width: min(100%, 330px);
        aspect-ratio: 1;
        border-radius: 50%;
        border: 1px solid rgba(13,99,216,.18);
        background: radial-gradient(circle at 35% 30%, rgba(255,255,255,.96) 0, rgba(255,255,255,.78) 60%, rgba(235,244,255,.58) 100%);
        box-shadow: 0 22px 70px rgba(13,99,216,.10);
    }

    #q1099-forms-preview .q-art-stack {
        position: relative;
        width: min(100%,420px);
        height: 320px;
        margin-inline: auto;
        overflow: visible;
    }

    #q1099-forms-preview .q-art-doc {
        position: absolute;
        left: 50%;
        top: 50%;
        width: min(100%, 332px);
        min-height: 190px;
        padding: 22px 22px 20px;
        border-radius: 24px;
        border: 1px solid rgba(13,99,216,.18);
        background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(248,251,255,.96) 100%);
        box-shadow: 0 26px 58px rgba(11,42,86,.16);
        transform: translate(-50%, -50%) translate(var(--art-shift-x, 0), var(--art-shift-y, 0)) rotate(var(--art-rotate, 0deg));
        transform-origin: center;
    }

    #q1099-forms-preview .q-art-doc-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

        #q1099-forms-preview .q-art-doc-head i {
            color: var(--q-blue);
            font-size: 1.15rem;
        }

    #q1099-forms-preview .q-art-code {
        color: var(--q-blue);
        font-size: clamp(1.35rem, 2vw, 1.7rem);
        font-weight: 500;
        letter-spacing: -.02em;
    }

    #q1099-forms-preview .q-art-lines {
        display: grid;
        gap: 11px;
        margin-top: 22px;
    }

    #q1099-forms-preview .q-art-line {
        height: 11px;
        border-radius: 999px;
        background: linear-gradient(90deg, rgba(235,241,250,.95), rgba(230,238,249,.75));
    }

        #q1099-forms-preview .q-art-line:nth-child(1) {
            width: 100%;
        }

        #q1099-forms-preview .q-art-line:nth-child(2) {
            width: 78%;
        }

        #q1099-forms-preview .q-art-line:nth-child(3) {
            width: 92%;
        }

    #q1099-forms-preview .q-hero-art.q-hero-art-grid {
        min-height: 380px;
    }

    #q1099-forms-preview .q-art-stack.q-art-stack-grid {
        width: min(100%,500px);
        height: auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        align-content: center;
        justify-content: center;
    }

        #q1099-forms-preview .q-art-stack.q-art-stack-grid .q-art-doc {
            position: relative;
            left: auto;
            top: auto;
            width: 100%;
            min-height: 172px;
            padding: 18px 18px 16px;
            transform: rotate(var(--art-rotate, 0deg));
        }

            #q1099-forms-preview .q-art-stack.q-art-stack-grid .q-art-doc.q-art-doc-grid-single {
                grid-column: 1 / -1;
                max-width: 240px;
                margin-inline: auto;
            }

        #q1099-forms-preview .q-art-stack.q-art-stack-grid .q-art-code {
            font-size: clamp(1.05rem, 1.8vw, 1.35rem);
        }

        #q1099-forms-preview .q-art-stack.q-art-stack-grid .q-art-lines {
            gap: 9px;
            margin-top: 18px;
        }

    #q1099-forms-preview .q-section {
        padding: 64px 0;
    }

    #q1099-forms-preview .q-section-soft {
        background: var(--q-soft);
    }

    #q1099-forms-preview .q-section-heading {
        text-align: center;
        margin-bottom: 30px;
    }

        #q1099-forms-preview .q-section-heading p {
            max-width: 720px;
            margin: 0 auto;
            color: var(--q-muted);
            font-size: 1.02rem;
            line-height: 1.65;
        }

    #q1099-forms-preview .q-form-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    #q1099-forms-preview .q-form-card {
        display: flex;
        flex-direction: column;
        padding: 28px;
        border: 1px solid var(--q-feature-border);
        border-radius: 18px;
        background: var(--q-surface);
        box-shadow: var(--q-shadow);
    }

    #q1099-forms-preview .q-form-top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 16px;
    }

    #q1099-forms-preview .q-form-icon {
        width: 48px;
        height: 48px;
        display: grid;
        place-items: center;
        border-radius: 13px;
        color: var(--q-blue);
        background: var(--q-soft-blue);
        border: 1px solid var(--q-feature-border);
    }

    #q1099-forms-preview .q-status {
        padding: 6px 10px;
        color: var(--q-green);
        background: var(--q-green-soft);
        border: 1px solid #bfe9d9;
        font-weight: 600;
    }

    #q1099-forms-preview .q-form-code {
        color: var(--q-blue);
        margin: 21px 0 6px;
        font-weight: 500;
    }

    #q1099-forms-preview .q-form-card h2 {
        margin-bottom: 10px;
    }

    #q1099-forms-preview .q-form-description {
        color: var(--q-muted);
        margin-bottom: 18px;
    }

    #q1099-forms-preview .q-report-list {
        list-style: none;
        padding: 0;
        margin: 0 0 22px;
        display: grid;
        gap: 10px;
    }

        #q1099-forms-preview .q-report-list li {
            display: flex;
            align-items: flex-start;
            gap: 8px;
        }

        #q1099-forms-preview .q-report-list i {
            color: var(--q-green);
            margin-top: 2px;
        }

    #q1099-forms-preview .q-chip-row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: auto;
        padding-top: 2px;
    }

    #q1099-forms-preview .q-chip {
        padding: 6px 10px;
        color: var(--q-muted);
        background: var(--q-soft);
        border: 1px solid var(--q-border);
    }

    #q1099-forms-preview .q-card-actions {
        display: flex;
        gap: 10px;
        margin-top: 22px;
        padding-top: 20px;
        border-top: 1px solid var(--q-border);
    }

    #q1099-forms-preview .q-card-link.primary {
        color: var(--q-blue-on);
        background: var(--q-blue);
        border-color: transparent;
    }

    #q1099-forms-preview .q-comparison-wrap {
        overflow: auto;
        border: 1px solid var(--q-border);
        border-radius: 18px;
        background: var(--q-surface);
        box-shadow: var(--q-shadow);
        max-height: min(72vh, 900px);
    }

    #q1099-forms-preview .q-comparison {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        min-width: max(860px, calc(210px + (160px * var(--q-form-count, 4))));
    }

        #q1099-forms-preview .q-comparison th, #q1099-forms-preview .q-comparison td {
            padding: 16px 18px;
            text-align: left;
            border-bottom: 1px solid var(--q-border);
            vertical-align: top;
            min-width: 160px;
        }

        #q1099-forms-preview .q-comparison th {
            color: var(--q-navy);
            background: var(--q-soft-blue);
            font-weight: 600;
            position: sticky;
            top: 0;
            z-index: 3;
        }

            #q1099-forms-preview .q-comparison th:first-child, #q1099-forms-preview .q-comparison td:first-child {
                position: sticky;
                left: 0;
                min-width: 210px;
                max-width: 280px;
                z-index: 2;
                background: var(--q-surface);
                box-shadow: 1px 0 0 var(--q-border);
            }

        #q1099-forms-preview .q-comparison thead th:first-child {
            z-index: 4;
            background: var(--q-soft-blue);
        }

        #q1099-forms-preview .q-comparison tr:last-child td {
            border-bottom: 0;
        }

        #q1099-forms-preview .q-comparison th strong, #q1099-forms-preview .q-comparison td strong {
            white-space: normal;
        }

    #q1099-forms-preview .q-yes {
        color: var(--q-green);
        font-weight: 500;
    }

    #q1099-forms-preview .q-note {
        color: var(--q-muted);
    }

    #q1099-forms-preview .q-steps {
        display: grid;
        grid-template-columns: repeat(4, minmax(0,1fr));
        gap: 18px;
    }

    #q1099-forms-preview .q-step-number {
        width: 38px;
        height: 38px;
        display: grid;
        place-items: center;
        margin-bottom: 15px;
        border-radius: 10px;
        color: var(--q-blue-on);
        background: var(--q-blue);
        font-weight: 500;
    }

    #q1099-forms-preview .q-step h3 {
        margin-bottom: 7px;
    }

    #q1099-forms-preview .q-step p {
        color: var(--q-muted);
        margin-bottom: 0;
    }

    #q1099-forms-preview .q-future {
        display: grid;
        grid-template-columns: minmax(0,1.35fr) minmax(260px,.65fr);
        align-items: center;
        gap: 28px;
        padding: 32px;
        border-radius: 20px;
        border: 1px solid var(--q-feature-border);
        background: linear-gradient(135deg, var(--q-soft-blue), var(--q-surface));
    }

        #q1099-forms-preview .q-future h2 {
            margin-bottom: 9px;
        }

        #q1099-forms-preview .q-future p {
            color: var(--q-muted);
            margin-bottom: 0;
        }

    #q1099-forms-preview .q-future-list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: flex-end;
    }

    #q1099-forms-preview .q-future-item {
        padding: 8px 11px;
        color: var(--q-muted);
        background: var(--q-surface);
        border: 1px dashed var(--q-feature-border);
    }

    #q1099-forms-preview .q-faq-list {
        max-width: 860px;
        margin: 0 auto;
        border-top: 1px solid var(--q-border);
    }

    #q1099-forms-preview .q-faq-item {
        border-bottom: 1px solid var(--q-border);
    }

    #q1099-forms-preview .q-faq-question {
        width: 100%;
        min-height: 58px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding: 14px 0;
        color: var(--q-navy);
        background: transparent;
        border: 0;
        text-align: left;
        font: inherit;
        font-weight: 500;
        cursor: pointer;
    }

    #q1099-forms-preview .q-faq-answer {
        padding: 0 34px 16px 0;
        color: var(--q-muted);
    }

        #q1099-forms-preview .q-faq-answer p {
            margin-bottom: 0;
        }

    #q1099-forms-preview .q-cta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        padding: 34px;
        border-radius: 20px;
        color: var(--q-blue-on);
        background: var(--q-blue);
        box-shadow: 0 18px 36px rgba(13,99,216,.28);
    }

        #q1099-forms-preview .q-cta h2 {
            color: var(--q-blue-on);
            margin-bottom: 8px;
        }

        #q1099-forms-preview .q-cta p {
            margin-bottom: 0;
            color: #e8f2ff;
        }

        #q1099-forms-preview .q-cta .q-button {
            background: var(--q-surface);
            color: var(--q-navy);
            border-color: transparent;
            white-space: nowrap;
        }

@@media (max-width:900px) {
    #q1099-forms-preview .q-steps {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    #q1099-forms-preview .q-comparison-wrap {
        max-height: 65vh;
    }
}

@@media (max-width:720px) {
    #q1099-forms-preview .q-hero-grid, #q1099-forms-preview .q-form-grid, #q1099-forms-preview .q-future {
        grid-template-columns: 1fr;
    }

    #q1099-forms-preview .q-hero-art {
        min-height: 300px;
    }

    #q1099-forms-preview .q-art-stack {
        width: min(100%,360px);
        height: 280px;
    }

    #q1099-forms-preview .q-art-doc {
        width: min(100%, 286px);
        min-height: 172px;
        padding: 18px 18px 16px;
    }

    #q1099-forms-preview .q-art-stack.q-art-stack-grid {
        width: min(100%,400px);
        height: auto;
    }

        #q1099-forms-preview .q-art-stack.q-art-stack-grid .q-art-doc {
            width: 100%;
            min-height: 160px;
        }

            #q1099-forms-preview .q-art-stack.q-art-stack-grid .q-art-doc.q-art-doc-grid-single {
                max-width: 220px;
            }

    #q1099-forms-preview .q-comparison th, #q1099-forms-preview .q-comparison td {
        padding: 12px 12px;
        min-width: 140px;
    }

        #q1099-forms-preview .q-comparison th:first-child, #q1099-forms-preview .q-comparison td:first-child {
            min-width: 170px;
        }

    #q1099-forms-preview .q-future-list {
        justify-content: flex-start;
    }

    #q1099-forms-preview .q-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@@media (max-width:520px) {
    #q1099-forms-preview .q-wrap {
        padding-inline: 16px;
    }

    #q1099-forms-preview .q-steps {
        grid-template-columns: 1fr;
    }

    #q1099-forms-preview .q-card-actions {
        align-items: stretch;
        flex-direction: column;
    }

    #q1099-forms-preview .q-card-link {
        width: 100%;
    }

    #q1099-forms-preview .q-hero-art {
        min-height: 250px;
    }

    #q1099-forms-preview .q-art-stack {
        height: 235px;
    }

    #q1099-forms-preview .q-art-doc {
        width: min(100%, 248px);
        min-height: 150px;
    }

    #q1099-forms-preview .q-hero-art.q-hero-art-grid {
        min-height: auto;
    }

    #q1099-forms-preview .q-art-stack.q-art-stack-grid {
        grid-template-columns: 1fr;
        width: min(100%,260px);
    }

        #q1099-forms-preview .q-art-stack.q-art-stack-grid .q-art-doc {
            width: 100%;
            min-height: 148px;
        }
}
  
/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #e8f4f8 0%, #d4e8f0 100%);
    padding: 60px 20px;
    margin-bottom: 60px;
}

.hero-section .container {
    max-width: 1000px;
    margin: 0 auto;
}

.hero-content h1 {
    color: #003d7a;
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.hero-content p {
    color: #555;
    font-size: 1rem;
    margin-bottom: 30px;
    max-width: 600px;
}

.hero-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}

.hero-actions a {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.hero-actions .btn-primary {
    background: #0052cc;
    color: white;
}

.hero-actions .btn-primary:hover {
    background: #003d99;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 82, 204, 0.3);
}

.hero-actions .btn-secondary {
    background: white;
    color: #0052cc;
    border: 2px solid #0052cc;
}

.hero-actions .btn-secondary:hover {
    background: #f0f6ff;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    color: #003d7a;
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.section-header p {
    color: #666;
    font-size: 1.05rem;
}

/* Form Cards Grid */
.forms-section {
    padding: 60px 20px;
}

.forms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.form-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.form-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.form-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.form-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #f0f6ff;
    border-radius: 8px;
    color: #0052cc;
}

.form-icon i {
    width: 28px;
    height: 28px;
}

.form-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e8f5e9;
    color: #2e7d32;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 600;
}

.form-status i {
    width: 16px;
    height: 16px;
}

.form-code {
    color: #666;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.form-card h3 {
    color: #003d7a;
    font-size: 1.5rem;
    margin-bottom: 12px;
    font-weight: 700;
}

.form-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.capability-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.capability-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 10px;
}

.capability-list i {
    color: #0052cc;
    flex-shrink: 0;
    margin-top: 2px;
    width: 18px;
    height: 18px;
}

.form-actions {
    display: flex;
    gap: 12px;
    margin-top: 25px;
}

.form-actions a {
    flex: 1;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 0.95rem;
}

.btn-primary {
    background: #0052cc;
    color: white;
}

.btn-primary:hover {
    background: #003d99;
}

.btn-secondary {
    background: #f5f5f5;
    color: #003d7a;
    border: 1px solid #e0e0e0;
}

.btn-secondary:hover {
    background: #eeeeee;
}

/* Comparison Table Section */
.comparison-section {
    background: #f9f9f9;
    padding: 60px 20px;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.comparison-table th {
    background: #f5f5f5;
    color: #003d7a;
    padding: 16px;
    text-align: left;
    font-weight: 700;
    border-bottom: 2px solid #e0e0e0;
}

.comparison-table td {
    padding: 16px;
    border-bottom: 1px solid #e0e0e0;
    color: #666;
}

.comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.comparison-table td:first-child {
    font-weight: 600;
    color: #003d7a;
}

/* Workflow Section */
.workflow-section {
    padding: 60px 20px;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.step-card {
    text-align: center;
    padding: 30px 20px;
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #0052cc;
    color: white;
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.step-card h3 {
    color: #003d7a;
    font-size: 1.25rem;
    margin-bottom: 12px;
    font-weight: 700;
}

.step-card p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* FAQ Section */
.faq-section {
    background: #f9f9f9;
    padding: 60px 20px;
}

.faq-container {
    max-width: 700px;
    margin: 40px auto 0;
}

.faq-item {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 20px;
    background: white;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    color: #003d7a;
    transition: all 0.3s;
}

.faq-question:hover {
    background: #f9f9f9;
}

.faq-question i {
    width: 20px;
    height: 20px;
    color: #0052cc;
    flex-shrink: 0;
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-answer[hidden] {
    display: none;
}

.faq-answer p {
    padding: 20px 0;
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* CTA Section */
.cta-section {
    background: #0052cc;
    color: white;
    padding: 50px 20px;
    text-align: center;
}

.cta-content {
    max-width: 700px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.cta-content p {
    font-size: 1.05rem;
    margin-bottom: 30px;
    opacity: 0.95;
}

.cta-content a {
    display: inline-block;
    padding: 14px 35px;
    background: white;
    color: #0052cc;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.cta-content a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 1.8rem;
    }

    .section-header h2 {
        font-size: 1.5rem;
    }

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

    .hero-actions {
        flex-direction: column;
    }

    .hero-actions a {
        width: 100%;
    }
}
