.pdf-to-word-body {
    background: radial-gradient(circle at 15% 20%, rgba(59, 130, 246, 0.12), transparent 32%),
                radial-gradient(circle at 80% 0%, rgba(34, 197, 94, 0.12), transparent 28%),
                #f4f6fb;
    color: #0f172a;
    font-family: 'Poppins', sans-serif;
}

.pdf-to-word-wrapper {
    padding-bottom: 64px;
}

.pdf-to-word-hero {
    padding: 72px 0 36px;
    color: #0f172a;
}

.pdf-to-word-hero h1 {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    line-height: 1.2;
}

.pdf-to-word-hero .lead {
    color: #475569;
    max-width: 720px;
}

.pdf-to-word-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(120deg, #22c55e, #3b82f6);
    color: #f8fafc;
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 13px;
    box-shadow: 0 12px 30px rgba(59, 130, 246, 0.24);
}

.pdf-to-word-hero-actions .btn {
    padding: 12px 18px;
    font-weight: 600;
}

.pdf-to-word-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 20px 0;
}

.pdf-to-word-hero-actions .btn-outline-light {
    border-color: #cbd5e1;
    color: #0f172a;
    background: #fff;
}

.pdf-to-word-hero-actions .btn-outline-light:hover {
    background: #e2e8f0;
    color: #0f172a;
}

.pdf-to-word-hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #475569;
    font-size: 13px;
}

.pdf-to-word-hero-highlights span {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 8px 12px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.pdf-to-word-hero-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.pdf-to-word-hero-list {
    color: #475569;
    padding-left: 0;
    list-style: none;
    margin: 0;
    display: grid;
    gap: 10px;
}

.pdf-to-word-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;
    color: #94a3b8;
}

.pdf-to-word-hero-list li {
    font-size: 14px;
    line-height: 1.4;
}

.pdf-to-word-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
    height: 100%;
}

.pdf-to-word-tool {
    margin-top: 12px;
    margin-bottom: 40px;
}

.pdf-to-word-how,
.pdf-to-word-benefits,
.pdf-to-word-usecases,
.pdf-to-word-copy {
    padding: 12px 0 16px;
}

.pdf-to-word-step {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(120deg, #22c55e, #3b82f6);
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.pdf-to-word-checklist li {
    margin-bottom: 8px;
}

.pdf-to-word-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}

.pdf-to-word-drop {
    border: 1px dashed #cbd5e1;
    border-radius: 14px;
    padding: 18px;
    background: #f8fafc;
    cursor: pointer;
    transition: all 0.2s ease;
}

.pdf-to-word-drop:hover,
.pdf-to-word-drop.pdf-to-word-drop--active {
    border-color: #22c55e;
    background: #ecfdf3;
}

.pdf-to-word-drop-inner {
    text-align: center;
    color: #475569;
}

.pdf-to-word-drop-inner i {
    font-size: 32px;
    margin-bottom: 6px;
    color: #22c55e;
}

.pdf-to-word-file-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 12px;
    border-radius: 12px;
    margin: 14px 0;
}

.pdf-to-word-status {
    margin-top: 14px;
    padding: 12px;
    border-radius: 12px;
    background: #f8fafc;
    color: #0f172a;
    font-size: 14px;
    border: 1px solid #e2e8f0;
}

.pdf-to-word-status--success {
    background: #ecfdf3;
    color: #166534;
    border-color: #bbf7d0;
}

.pdf-to-word-status--warning {
    background: #fffbeb;
    color: #92400e;
    border-color: #fed7aa;
}

.pdf-to-word-status--info {
    background: #e0f2fe;
    color: #1e3a8a;
    border-color: #bfdbfe;
}

.pdf-to-word-status--error {
    background: #fef2f2;
    color: #b91c1c;
    border-color: #fecaca;
}

.pdf-to-word-preview {
    min-height: 420px;
    max-height: 620px;
    background: #e2e8f0;
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    padding: 20px;
    overflow: auto;
    color: #0f172a;
    display: block;
    text-align: center;
}

.pdf-to-word-preview canvas {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    margin-bottom: 12px;
    max-width: 100%;
    height: auto;
}

.pdf-to-word-preview .pdf-to-word-placeholder {
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    padding: 40px;
    background: #ffffff;
    color: #64748b;
    display: inline-block;
}

.pdf-to-word-tips {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
    margin-top: 16px;
    color: #475569;
}

.pdf-to-word-tips ul {
    padding-left: 18px;
    margin-bottom: 0;
}

.pdf-to-word-shortcuts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pdf-to-word-shortcuts span {
    background: #f8fafc;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 12px;
    border: 1px solid #e2e8f0;
}

.pdf-to-word-pill-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.pdf-to-word-pill {
    background: #f8fafc;
    color: #475569;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    border: 1px solid #e2e8f0;
}

.pdf-to-word-library {
    padding: 18px 0 8px;
}

.pdf-to-word-library .pdf-to-word-card {
    background: #ffffff;
}

.pdf-to-word-history-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px;
    height: 100%;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
}

.pdf-to-word-history-card h6 {
    margin-bottom: 6px;
}

.pdf-to-word-history-meta {
    color: #475569;
    font-size: 12px;
    margin-bottom: 8px;
}

.pdf-to-word-history-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.pdf-to-word-faq {
    padding: 24px 0 12px;
}

.pdf-to-word-more {
    padding: 18px 0 32px;
}

.pdf-to-word-more .tool-chip {
    height: 100%;
}

.pdf-to-word-hero-card .btn-outline-primary {
    color: #2563eb;
    border-color: rgba(37, 99, 235, 0.5);
}

.pdf-to-word-hero-card .btn-outline-primary:hover {
    background: rgba(37, 99, 235, 0.12);
    color: #1d4ed8;
}

@media (max-width: 992px) {
    .pdf-to-word-hero {
        padding-top: 36px;
    }

    .pdf-to-word-file-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
}

@media (max-width: 576px) {
    .pdf-to-word-hero-actions {
        flex-direction: column;
    }

    .pdf-to-word-hero-card {
        margin-top: 12px;
    }
}
