.sidebar-link {
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar-link:hover {
    background-color: #f8fafc;
    color: #00c48c;
    transform: translateX(4px);
}
.active-link {
    background-color: #f1f9f5 !important;
    color: #00c48c;
    font-weight: 600;
} 
.table-row {
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.table-row:hover {
    background-color: #f8fafc;
}
.section-header {
    position: relative;
}
/* .section-header::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 48px;
    height: 3px;
    background-color: #00c48c;
    border-radius: 9999px;
}
*/
.comparison-table td,
.comparison-table th {
    padding: 14px 20px;
}
/* Sticky sidebar improvements */
.sticky-sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #00c48c #f1f5f9;
}
/* Mobile responsiveness enhancements */
@media (max-width: 1024px) {
    .main-content {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
/* Page Layout */
.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin-top: 60px;
}
@media (min-width: 1024px) {
.page-wrapper {
    flex-direction: row;
}
}
/* LEFT SIDEBAR - Fully responsive + sticky on all screens */
.sidebar {
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 100px;
    z-index: 50;
    max-height: 100vh;
    overflow-y: auto;
}
@media (min-width: 1024px) {
.sidebar {
    width: 280px;
    border-bottom: none;
    border-right: 1px solid #e2e8f0;
    max-height: 100vh;
}
}
.sidebar-header {
    padding: 32px 24px 24px;
    border-bottom: 1px solid #e2e8f0;
    background: #f6f6f6;
}
.sidebar-header h2 {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}
.sidebar-nav {
    flex: 1;
    padding: 24px 10px;
    overflow-y: auto;
}
.sidebar-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    color: #374151;
    font-size: 15px;
    font-weight: 500;
    border-radius: 16px;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar-link:hover {
    background-color: #f8fafc;
    color: #00c48c;
    transform: translateX(6px);
}
.sidebar-link.active {
    background-color: #f1f9f5;
    color: #00c48c;
    font-weight: 600;
}
.sidebar-footer {
    padding: 24px;
    border-top: 1px solid var(--border-light);
    font-size: 12px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 8px;
}
/* MAIN CONTENT */
.quick-verdict-wrapper {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 14px;
    padding: 30px;
    margin-bottom: 30px;
}
.quick-cerdict-title {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #0d4c92;
}
.qp-first-wrapper {
    margin-bottom: 30px;
}
.main-content {
    flex: 1;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    padding: 0px 30px 60px;
}   
/* Typography */
.heading-1 {
    font-size: 1.75rem;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -0.03em;
    margin: 24px 0px;
}  
@media (min-width: 1024px) {
    .heading-1 {
        font-size: 1.75rem;
    }
}     
.heading-2 {
    font-size: 1.75rem;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 24px;
    position: relative;
}
.heading-2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 5px;
    background-color: #00c48c;
    border-radius: 9999px;
}
/* .text-body {
    font-size: 17px;
    line-height: 1.65;
    color: var(--text-gray);
}
*/
.bullet-list li {
    margin-bottom: 16px;
    font-size: 17px;
    color: #4b5563;
    list-style: none;
    position: relative;
    padding-left: 20px;
}  
.bullet-list li span:first-child {
    color: #00c48c;
    font-size: 22px;
    line-height: 1;
    margin-top: 2px;
    position: absolute;
    left: 0;
    top: -3px;
}
/* Key Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
@media (min-width: 640px) {
.features-grid {
    grid-template-columns: repeat(2, 1fr);
}
}
.feature-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.feature-number {
    width: 28px;
    height: 28px;
    background-color: #ecfdf5;
    color: #00c48c;
    font-size: 13px;
    font-weight: 600;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}
/* Hero Title */
.hero-title {
    font-size: 1.75rem;
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.04em;
    margin-bottom: 40px;
    padding-top: 48px;
}
.hero-title span {
    color: #00c48c;
}
/* Summary Table */
.summary-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 20px -2px rgba(0, 196, 140, 0.1);
    border: 1px solid #e2e8f0;
}
.summary-table thead tr {
    background-color: #00c48c;
}
.qp-bottom-txt {
    margin-top: 40px;
    border-left: 5px solid #00c48c;
    background: #ecfdf5;
    padding: 15px;
}
.summary-table th {
    text-align: left;
    padding: 24px 24px;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
}
.summary-table td {
    padding: 24px;
    font-size: 15px;
    vertical-align: middle;
}
.summary-table tr:nth-child(even) {
    background-color: #f8fafc;
}
.summary-table .row-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-color: #ecfdf5;
    color: #00c48c;
    font-size: 13px;
    font-weight: 600;
    border-radius: 12px;
    margin-right: 14px;
}
.qp-evaluation-txt {
    background: rgb(250,193,76,0.1);
    padding: 30px;
    border-radius: 20px;
}
.qp-see-btn a {
    background: #0d4c92;
    display: inline-block;
    color: #FFF;
    padding: 15px 20px;
    margin-top: 30px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
}
.qp-see-btn {
    text-align: center;
    margin: 0 auto;
}
.qp-see-btn a:hover {
    background: #0e3e73;
}
/* Detailed Section Cards */
.section-card {
    margin-bottom: 40px;
}
.section-header {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 30px;
}
.heading-2 h2 {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 600;
}
.logo-circle {
    max-width: 70px;
    height: 70px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: 1px solid #00c48c;
    padding: 5px;
}
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 0px;
    overflow: hidden;
    border: 1px solid #f8fafc;
    margin-bottom: 40px;
}
.comparison-table th,
.comparison-table th, .comparison-table td {
    padding: 18px 24px;
    text-align: left;
    border: 1px solid #e2e8f0;
    font-size: 15px;
}
.comparison-table th {
    background-color: #f8fafc;
    font-weight: 600;
    color: #374151;
}

.comparison-table td:first-child {
    font-weight: 500;
}

.comparison-table td:not(:first-child) {
    color: #0a7c5c;
    font-weight: 500;
}
.comparison-table .p {
    color: #b45309 !important;
    font-weight: 600;
}
/* Final Comparison */
.final-table-wrapper {
    background-color: #ffffff;
}
/* Conclusion Box */
.conclusion-box {
    background-color: #ecfdf5;
    border-radius: 14px;
    padding: 40px 32px;
}
/* CTA Button */
.cta-button {
    background-color: #00c48c;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 32px;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 25px -5px rgb(0 196 140);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 196 140);
}
/* Floating Chat */
.floating-chat {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 56px;
    height: 56px;
    background-color: #00c48c;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px -10px rgb(0 196 140);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 100;
}
.floating-chat:hover {
    transform: scale(1.1);
}
/* FAQ SECTION CSS */
.qp-faq-pisa-wrapper-bx {
    background: #fef9ef;
    padding: 20px;
    margin-bottom: 20px;
    border-left: 6px solid #fac14c;
    border-right: 6px solid #fac14c;
}
.qp-faq-pisa-wrapper-bx h3 {
    font-size: 20px;
    font-weight: 600;
}
/* Responsive adjustments */
@media (max-width: 1024px) {
.main-content {
    padding: 10px;
}
.hero-title {
    font-size: 2.25rem;
}
}
/* <!-- RIGHT DESKTOP CTA --> */
.xl-show.qp-right-btn {
    width: 300px;
    padding-top: 48px;
    padding-right: 40px;
    margin-bottom: 100px;
}
.xl-show.qp-right-btn .qp-sticky {
    position: sticky;
    top: 30%;
    text-align: center;
}
.xl-show.qp-right-btn a {
    background: #00c48c;
    color: #FFF;
    font-size: 18px;
    padding: 15px 20px;
    display: inline-block;
    border-radius: 12px;
    font-weight: 600;
    transition: 0.6s;
    margin-bottom: 15px;
}
.xl-show.qp-right-btn a:hover {
    background: #016a4c;
}
.xl-show.qp-right-btn .qp-sticky span {
    font-size: 20px;
    font-weight: 500;
    display: block;
}
@media (max-width: 991px) {
.main-content h2 {
    font-size: 24px !important;
}
.section-header {
    display: grid;
}
}
@media (max-width: 575px) { 
.summary-table td, .summary-table th {
    padding: 14px;
}
table.summary-table {
    overflow-x: auto;
}
}
/* Scroll margin for anchor links */
[id] {
    scroll-margin-top: 150px;
}
/* <!-- RIGHT DESKTOP CTA --> */
/* Accounting Seed vs Quick Payable: Complete Comparison */
.what-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 16px;
}
.what-card {
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
}
.what-card.seed {
    background: #f9fafb;
}
.what-card.seed .wc-label {
    color: #6b7280;
}
.what-card .wc-label {
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}
.what-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 15px;
    display: block;
    letter-spacing: 0.50px;
}
.what-card.qp {
    background: #eff6ff;
    border-color: #bfdbfe;
}
/* Key Differences Explained */
.diff-block {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.diff-block-head {
    background: #f9fafb;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.07em;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    gap: 10px;
    align-items: center;
}
.diff-block-head .diff-n {
    color: #1a56db;
    font-size: 24px;
    font-weight: 800;
}
.diff-block-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.diff-side {
    padding: 30px;
}
.diff-side:first-child {
    border-right: 1px solid var(--border);
}
.diff-side:first-child .diff-side-label {
    color: #5c5c5d;
}
.diff-side-label {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin-bottom: 7px;
}
.diff-side.qp-side {
    background: #eff6ff;
}
.diff-side.qp-side .diff-side-label {
    color: #0d4c92;
}
/* Key Differences Explained */
.insight-box {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-left: 4px solid #1a56db;
    border-radius: 0 10px 10px 0;
    padding: 18px 22px;
    margin: 20px 0;
}
.insight-label {
    font-size: 18px;
    font-weight: 500;
    color: #1a56db;
    margin-bottom: 6px;
}
/* When to Choose Each Platform */

.choose-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 16px;
}
.choose-card.seed-choose {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
}
.choose-card.qp-choose {
    background: #f0fdf4;
    border: 1px solid #a7f3d0;
}
.choose-card {
    border-radius: 10px;
    padding: 30px;
}
.choose-card h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 12px;
    display: block;
}
.choose-list li {
    color: #374151;
    padding: 5px 0;
    display: flex;
    gap: 8px;
    line-height: 1.55;
}
.choose-card.qp-choose h3 {
    color: #0d9f6e;
}
.choose-card.seed-choose .choose-list li::before {
    content: "✔";
    color: #6b7280;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px;
}
.choose-card.qp-choose .choose-list li::before {
    content: "✔";
    color: #0d9f6e;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px;
}
/* When to Choose Each Platform */
/* Cost and Efficiency Considerations */
.cost-box {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 24px;
    margin: 20px 0px;
}
.cost-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.cost-icon.gray {
    background: #e5e7eb;
}
.cost-icon {
    width: 40px;
    height: 40px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.cost-icon.gray svg {
    stroke: #6b7280;
    fill: none;
}
.cost-icon svg {
    width: 18px;
    height: 18px;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.cost-text strong {
    display: block;
    color: #1f2937;
    margin-bottom: 3px;
}
.cost-icon.blue {
    background: #eff6ff;
}
.cost-icon.blue svg {
    stroke: #1a56db;
    fill: none;
}
/* Cost and Efficiency Considerations */
.cta-block {
    background: #0d4c92;
    border-radius: 12px;
    padding: 33px;
    text-align: center;
    margin: 32px 0;
    color: #fff;
}
.cta-block h2 {
    color: #FFF;
    margin-bottom: 20px;
    font-weight: 600;
}
.cta-block p {
    color: #FFF;
    margin: 0;
}
.cta-block a.cta-btn {
    background: #FFF;
    border: 2px solid #FFF;
    display: inline-block;
    padding: 10px 20px;
    margin: 20px auto;
    border-radius: 12px;
    color: #0d4c92;
    font-weight: 500;
    font-size: 17px;
    transition: 0.3s;
}
.cta-block a.cta-btn:hover {
    background: transparent;
    color: #FFF;
}

/* Accounting Seed vs Quick Payable: Complete Comparison */

/* Accounting Seed Alternatives AP Software */
.picks-table-wrap {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    margin: 16px 0 32px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.picks-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.picks-table thead th {
    padding: 12px 18px;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #FFF;
}
.picks-table thead th:last-child {
    color: #fff;
}
.picks-table thead tr {
    background: #01c48c;
}
.picks-table tbody tr:nth-child(odd) {
    background: #fff;
}
.picks-table tbody tr:nth-child(even) {
    background: #f9fafb;
}
.picks-table tbody tr {
    border-bottom: 1px solid #e5e7eb;
}
.picks-table tbody td:first-child {
    font-weight: 700;
    text-align: center;
}
.picks-table tbody td {
    padding: 11px 18px;
    vertical-align: middle;
}
.alt-name {
    font-weight: 700;
    font-size: 14.5px;
}
.alt-tag {
    font-size: 12px;
    display: block;
    margin-top: 1px;
}
/* Accounting Seed Alternatives AP Software */
/* Certinia (FinancialForce) Review: Features, Benefits, and Limitations */
.qr-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 14px;
}
.feature-card {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
.feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 7px;
    background: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 9px;
}
.feature-icon svg {
    width: 30px;
    height: 30px;
    stroke: #1a56db;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.feature-card strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #0d4c92;
    margin-bottom: 3px;
}
.feature-card span {
    color: #6b7280;
    line-height: 1.58;
}
.pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 33px;
    margin-top: 14px;
}
.pc-box.pros {
    background: #f0fdf4;
    border: 1px solid #a7f3d0;
}
.pc-box.cons {
    background: #fef2f2;
    border: 1px solid #fecaca;
}
.pc-box {
    border-radius: 10px;
    padding: 16px 18px;
}
.pc-box.pros h4 {
    color: #0d9f6e;
}
.pc-box.cons h4 {
    color: #e02424;
}
.pc-box h4 {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.section ul {
    margin: 8px 0 12px 18px;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.9;
}
.pc-list li {
    display: flex;
    gap: 7px;
    font-size: 16px;
    color: #374151;
    padding: 4.5px 0;
    line-height: 1.55;
}
.pros .pc-list li::before {
    content: "✓";
    color: #0d9f6e;
    font-weight: 700;
    flex-shrink: 0;
}
.pc-box.cons li::before {
    content: "✕";
    color: #e02424;
    font-weight: 700;
    flex-shrink: 0;
}
.badge-y {
    color: #059669;
    font-weight: 600;
}
.badge-n {
    color: #dc2626;
    font-weight: 600;
}
.badge-p {
    color: #d97706;
    font-weight: 600;
}
.diff-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 14px;
}
.diff-card.them {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
}
.diff-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 9px;
}
.diff-card p {
    line-height: 1.62;
    margin: 0 0 8px;
}
.diff-card.us {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
}
.diff-card {
    border-radius: 10px;
    padding: 18px;
}
.diff-card.us h3 {
    color: #1a56db;
}
.section ul {
    margin: 8px 0 12px 18px;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.9;
}
.diff-list li {
    color: #4b5563;
    padding: 3.5px 0;
    display: flex;
    gap: 6px;
}
.diff-list li::before {
    content: "✔";
    color: #0d9f6e;
    font-weight: 700;
    flex-shrink: 0;
}
.who-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 14px;
}
.who-box {
    background: #f4f6fb;
    border-radius: 20px;
    padding: 26px;
    border: 1px solid #e0e6f0;
}
.who-box.use {
    background: #f0fdf4;
    border: 1px solid #a7f3d0;
}
.who-box.use h3 {
    color: #0D9F70;
}
.who-box h3 {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 9px;
}
ul.who-list {
    color: #4b5563;
    line-height: 1.9;
}
.who-list {
    list-style: none;
}
.who-list li {
    color: #374151;
    padding: 4px 0;
    display: flex;
    gap: 7px;
    line-height: 1.52;
}
.who-box.use .who-list li::before {
    content: "✔";
    color: #0d9f6e;
    font-weight: 700;
    flex-shrink: 0;
}
.who-box.alt {
    background: #fffbeb;
    border: 1px solid #fde68a;
}
.who-box.alt h3 {
    color: #d97706;
}
.who-box.alt .who-list li::before {
    content: "→";
    color: #d97706;
    font-weight: 700;
    flex-shrink: 0;
}
/* Certinia (FinancialForce) Review: Features, Benefits, and Limitations */
/* Certinia (FinancialForce) vs Quick Payable: Complete Comparison */
.psa-box {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 10px;
    padding: 18px 20px;
    margin: 16px 0;
}
.psa-label {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #d97706;
    margin-bottom: 6px;
}
.choose-card.cert-choose {
    background: #f9fafb;
    border: 1px solid #E5E7EC;
}
.choose-card.cert-choose .choose-list li::before {
    content: "✔";
    color: #6b7280;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px;
}
@media (max-width: 575px) { 
.what-grid, .diff-block-body, .choose-grid, .qr-features-grid, .pros-cons, .diff-grid, .who-grid {
    grid-template-columns: 1fr;
}
}
/* Certinia (FinancialForce) vs Quick Payable: Complete Comparison */
/* Tipalti vs Bill.com Which AP Automation Platform Wins? */
.qp-table-wrapper {
    overflow-x: auto;
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(15,31,61,0.10);
    border: 1px solid #e2e8f5;
    margin-top: 36px;
}
.qp-table-wrapper table {
    width: 100%;
    border-collapse: collapse;
    background: #FFF;
}
.qp-table-wrapper thead th:first-child {
    background: #0f1f3d;
    border-radius: 0;
}
.qp-table-wrapper thead th {
    padding: 16px 20px;
    text-align: left;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #FFF;
}
.qp-table-wrapper thead th:nth-child(2) {
    background: #1e3a6e;
}
.qp-table-wrapper thead th:nth-child(3) {
    background: #17325f;
}
.twrap thead th:nth-child(3) {
    background: #4a2a8a;
}
.qp-table-wrapper thead th:nth-child(4) {
    background: #0f2a52;
    border-radius: 0;
}
.twrap thead th:nth-child(4) {
    background: #2554c7;
    border-radius: 0;
}
.qc {
    background: rgba(37,84,199,.04)!important;
}
.y {
    color: #0a7c5c;
    font-weight: 700;
}
.n {
    color: #c0392b;
    font-weight: 700;
}
.qp-table-wrapper td:first-child {
    font-weight: 600;
    color: #1c2940;
    font-size: 0.87rem;
}
.qp-table-wrapper td {
    padding: 14px 20px;
    font-size: 0.9rem;
    color: #526080;
    border-bottom: 1px solid #e2e8f5;
    vertical-align: top;
}
.qp-table-wrapper td:last-child {
    border-right: none;
}
.qp-table-wrapper .qp-col {
    background: rgba(26,86,232,0.04) !important;
}
.qp-table-wrapper .check {
    color: #00b57a;
    font-weight: 700;
}
.qp-table-wrapper tbody tr:nth-child(even) td {
    background: #f4f6fb;
}
/* Feature Deep Dive: What Actually Matters in AP Automation */
.feature-blocks {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.feature-block {
    background: #FFF;
    border: 1px solid #e2e8f5;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(15,31,61,0.10);
}
.feature-block-header {
    background: #0d4c92;
    padding: 18px 28px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.feature-block-header .icon {
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.12);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.feature-block-header h3 {
    color: #FFF;
    font-size: 1rem;
    margin-bottom: 0;
    letter-spacing: 0;
}
.feature-block-body {
    padding: 24px 28px;
}
.feature-3col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 4px;
}
.feature-col h4 {
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid;
}
.feature-col:nth-child(1) h4 {
    color: #1e3a6e;
    border-color: #1e3a6e;
}
.feature-col:nth-child(2) h4 {
    color: #17325f;
    border-color: #17325f;
}
.feature-col:nth-child(3) h4 {
    color: #1a56e8;
    border-color: #1a56e8;
}
.feature-col p {
    font-size: 0.87rem;
    line-height: 1.6;
    margin-bottom: 0;
}
/* Feature Deep Dive: What Actually Matters in AP Automation */
.callout-gold {
    background: #fffbeb;
    border-left: 4px solid #f0a500;
    padding: 20px 24px;
    margin: 28px 0;
}
.callout-gold p {
    color: #78350f;
}
.callout-gold p strong {
    color: #dd9700;
}

.stat-row {
    display: grid;
    gap: 20px;
    margin-top: 28px;
    margin-bottom: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.stat-badge {
    background: #FFF;
    border: 1px solid #e2e8f5;
    border-radius: 12px;
    padding: 16px 24px;
    text-align: center;
    flex: 1;
    min-width: 140px;
    box-shadow: 0 4px 24px rgba(15,31,61,0.10);
}
.stat-badge .num {
    font-size: 1.7rem;
    font-weight: 700;
    color: #0f1f3d;
    line-height: 1;
    margin-bottom: 4px;
}
.stat-badge .label {
    font-size: 0.78rem;
    color: #8fa0bd;
    font-weight: 500;
}
.ideal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 36px;
}
.ideal-card {
    background: #FFF;
    border: 1px solid #e2e8f5;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 24px rgba(15,31,61,0.10);
}
.ideal-card:nth-child(1) .label {
    color: #1e3a6e;
}
.ideal-card:nth-child(2) .label {
    color: #17325f;
}
.ideal-card:nth-child(3) .label {
    color: #1a56e8;
}
.ideal-card .label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}
.ideal-card h3 {
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 600;
}
.ideal-card ul {
    padding-left: 16px;
}
.decision-table {
    margin-top: 36px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(15,31,61,0.10);
    border: 1px solid #e2e8f5;
    background: #f4f6fb;
    margin-bottom: 40px;
}
.decision-row.header {
    background: #0d4c92;
}
.decision-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    border-bottom: 1px solid #e2e8f5;
}
.decision-row div:first-child {
    font-weight: 600;
    color: #1c2940;
}
.decision-row.header div {
    color: #FFF;
    font-size: 0.83rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 14px 18px;
}
.decision-row div {
    padding: 13px 18px;
    font-size: 0.87rem;
    color: var(--text-light);
    display: flex;
    align-items: center;
}
.decision-row div.winner {
    background: #f0fdf8 !important;
    color: #065f46;
    font-weight: 700;
}
.qp-text {
    margin-bottom: 40px;
}
.qp-feat {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgb(13,76,146,0.2);
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 20px;
}
.qp-feat .qp-icon {
    width: 38px;
    height: 38px;
    background: rgba(26,86,232,0.4);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}
.qp-features {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width:768px) {
.ideal-grid {
    grid-template-columns: repeat(1, 1fr);
}
.cta-block a.cta-btn {
    margin: 10px auto;
}
.feature-3col {
    grid-template-columns: 1fr;
}
.stat-row {
    grid-template-columns: 1fr 1fr;
}
}
/* Tipalti vs Bill.com Which AP Automation Platform Wins? */
/* Stampli vs AvidXchange Which AP Platform Should You Choose? */
.ownership-box {
    background: #fff8ec;
    border: 2px solid #fcd38a;
    border-radius: 18px;
    padding: 28px 32px;
    margin-top: 36px;
    margin-bottom: 40px;
}
.ownership-box .ob-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.ob-tag {
    background: #e07b00;
    color: #FFF;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    padding: 4px 10px;
    border-radius: 6px;
    flex-shrink: 0;
}
.ownership-box h3 {
    margin: 0;
    font-size: 1.1rem;
    color: #78350f;
}
.ownership-box p {
    font-size: 0.91rem;
    color: #92400e;
}
.ob-risks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 16px;
}
.ob-risk {
    background: rgba(255,255,255,0.65);
    border: 1px solid #fcd38a;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 0.84rem;
    color: #78350f;
    display: flex;
    gap: 8px;
    align-items: flex-start;
}
.ob-risk .ri {
    flex-shrink: 0;
}
.callout-amber {
    background: #fff8ec;
    border-left-color: #e07b00;
    border-left: 4px solid #e07b00;
    border-radius: 0 12px 12px 0;
    padding: 18px 22px;
    margin: 26px 0
}
.callout {
    background: #e6f7f5;
    border-left: 4px solid #0d7a6e;
    border-radius: 0 12px 12px 0;
    padding: 18px 22px;
    margin: 26px 0;
}
.callout p {
    color: #0f4f49;
    font-size: 0.93rem;
    margin: 0;
}
/* strong {
    color: #0d7a6e;
    font-weight: 700;
} */
.dt-wrap {
    margin-top: 36px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(18,27,46,0.09);
    border: 1px solid #d8e0ef;
}
.dt-row.hdr {
    background: #121b2e;
}
.dt-row {
    display: grid;
    grid-template-columns: 2.2fr 1fr 1fr 1fr;
    border-bottom: 1px solid #d8e0ef;
}
.dt-row div:first-child {
    font-weight: 600;
    color: #121b2e;
}
.dt-row.hdr div {
    color: var(--white);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 13px 16px;
}
.dt-row div {
    padding: 12px 16px;
    font-size: 0.85rem;
    color: #4a5d7e;
    display: flex;
    align-items: center;
}
.dt-row.hdr div {
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 13px 16px;
}
.dt-row div.winner {
    background: #edfaf4;
    color: #065f46;
    font-weight: 700;
}
.dt-row div.risky {
    background: #fff8ec;
    color: #92400e;
    font-weight: 600;
}
@media screen and (max-width:575px) {
.ownership-box .ob-header {
    margin-bottom: 20px;
    display: inline-block;
}
span.ob-tag {
    margin-bottom: 15px;
    display: inline-block;
}
.ob-risks {
    grid-template-columns: 1fr;
}
}
/* Stampli vs AvidXchange Which AP Platform Should You Choose? */
/* Basware vs SAP Concur Which Enterprise AP Platform Is Right for You? */
.hbox {
    background: #FFF;
    border: 2px solid #dde3ef;
    border-radius: 20px;
    padding: 28px 32px;
    margin-top: 36px;
    box-shadow: 0 2px 18px rgba(14,27,46,.09);
    margin-bottom: 30px;
}
.hbox-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}
.hbox-tag {
    background: #2554c7;
    color: #FFF;
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .09em;
    padding: 4px 10px;
    border-radius: 6px;
    flex-shrink: 0;
}
.hbox h3 {
    margin: 0;
    font-size: 1.08rem;
    color: #0e1b2e;
}
.hbox-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.hbox-col:nth-child(1) h4 {
    color: #1e3d7a;
    border-color: #1e3d7a;
}
.hbox-col ul {
    padding-left: 16px;
}
.hbox-col li {
    font-size: .86rem;
    margin-bottom: 7px;
    color: #4e607f;
}
.hbox-col:nth-child(2) h4 {
    color: #6c3fc5;
    border-color: #6c3fc5;
}
.hbox-col h4 {
    font-size: .79rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-bottom: 12px;
    padding-bottom: 7px;
    border-bottom: 2px solid;
}
.co {
    background: #eef3fd;
    border-left: 4px solid #2554c7;
    border-radius: 0 12px 12px 0;
    padding: 18px 22px;
    margin: 26px 0;
}
.co-violet {
    background: #f5f0ff;
    border-left-color: #6c3fc5;
}
.co-amber {
    background: #fffbeb;
    border-left-color: #d97706;
}

.dt {
    margin-top: 36px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 18px rgba(14,27,46,.09);
    border: 1px solid #dde3ef;
}
.dr.h {
    background: #0e1b2e;
}
.dr {
    display: grid;
    grid-template-columns: 2.2fr 1fr 1fr 1fr;
    border-bottom: 1px solid #dde3ef;
}
.dr:nth-child(even):not(.h) div {
    background: #f8fafc;
}
.dr div:first-child {
    font-weight: 600;
    color: #0e1b2e;
}
.dr.h div {
    color: #FFF;
    font-size: .77rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    padding: 13px 16px;
}
.dr div {
    padding: 12px 16px;
    font-size: .84rem;
    color: #4e607f;
    display: flex;
    align-items: center;
}
.dr div.w {
    background: #e8f8f3;
    color: #065f46;
    font-weight: 700;
    position: relative;
    padding: 12px 16px 12px 30px;
}
.dr div.w::before {
    content: '✓ ';
    left: 10px;
    position: absolute;
}
.dr div.lim {
    background: #fffbeb;
    color: #92400e;
    font-weight: 600;
}
@media screen and (max-width:992px) {
.hbox-header {
    display: inline-block;
}
span.hbox-tag {
    margin-bottom: 20px;
    display: inline-block;
}
.hbox-grid {
    grid-template-columns: 1fr;
}
}
/* Basware vs SAP Concur Which Enterprise AP Platform Is Right for You? */
.eval-box {
    background: #f4f7ff;
    border-left: 3px solid #0052cc;
    border-radius: 0 8px 8px 0;
    padding: 14px 18px;
    margin: 16px 0;
}
.eval-box .eval-label {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #0052cc;
    margin-bottom: 5px;
}
.eval-box p {
    margin: 0;
}
.ib {
    background: #e8f8f3;
    border-left: 3px solid #0a7c5c;
    border-radius: 0 8px 8px 0;
    padding: 16px 18px;
    margin: 20px 0;
}
.ib .ibl {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #0a7c5c;
    margin-bottom: 6px;
}
.ib p {
    color: #064e3b;
    margin: 0;
    line-height: 1.65;
}
.ctw {
    overflow-x: auto;
}
.context-box {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 12px;
    padding: 20px 24px;
    margin: 24px 0;
}
.context-box .ctx-tag {
    background: #0a7c5c;
    color: #FFF;
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .09em;
    padding: 3px 9px;
    border-radius: 5px;
    flex-shrink: 0;
}
.context-box .ctx-hd {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.context-box h3 {
    margin: 0;
    font-size: 20px;
    color: #065f46;
    font-weight: 600;
}
.context-box p {
    color: #14532d;
    margin-bottom: 0;
}

.callout .label {
    color: #0d7a6e;
    margin-bottom: 10px;
    font-weight: 600;
}
.key-diff-box {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px 28px;
    margin: 24px 0;
}
.key-diff-box h3 {
    font-size: 1rem;
    margin-bottom: 16px;
}
.kd-col {
    margin-bottom: 14px;
}
.kd-label {
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-bottom: 6px;
    color: #6b7280;
}
.kd-arrow {
    font-size: .93rem;
    color: #4b5563;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 4px;
}
.cross-list {
    list-style: none;
    padding: 0;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.cross-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: .93rem;
    color: #4b5563;
    line-height: 1.6;
}
.cross-list li::before {
    content: '•';
    color: #0052cc;
    font-weight: 700;
    flex-shrink: 0;
}

.features-items {
    margin-bottom: 20px;
}
.features-items h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a18;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.feature-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0f6cbd;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    flex-shrink: 0;
}
.features-items p {
    color: #2c2c28;
    margin: 0;
}

.diffs-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 20px 0 24px;
}
.diff-card.tipalti {
    background: #e8f3fb;
    border-color: #b8d8f0;
}
.diff-card {
    border-radius: 8px;
    padding: 16px 18px;
    border: 1px solid #e4e4e0;
}
.diff-card.tipalti h4 {
    color: #0a4f8a;
}
.diff-card h4 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 12px;
}
.diff-card.alt {
    background: #f0faf3;
    border-color: #b0dfc0;
}
.diff-card.alt h4 {
    color: #1a7f3c;
}
.diff-card p {
    font-size: 14px;
    color: #1a1a18;
    margin: 0 0 8px;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}
.diff-card .full-list {
    margin-top: 10px;
    border-top: 1px solid rgba(0,0,0,.07);
    padding-top: 10px;
}
.diff-card p {
    font-size: 14px;
    color: #1a1a18;
    margin: 0 0 8px;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}
.diff-card .full-list p {
    margin-bottom: 6px;
}
.who-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 16px 0 24px;
}
.who-card.yes {
    background: #f0faf3;
    border-color: #b0dfc0;
}
.who-card {
    border-radius: 8px;
    padding: 16px 18px;
    border: 1px solid;
}
.who-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.who-card ul li {
    font-size: 14px;
    padding: 4px 0 4px 22px;
    position: relative;
    border: none;
}
.who-card.yes ul li::before {
    content: '✔';
    color: #1a7f3c;
}
.who-card ul li::before {
    position: absolute;
    left: 0;
    font-weight: 700;
    font-size: 14px;
}
.who-card.yes {
    background: #f0faf3;
    border-color: #b0dfc0;
}
.usecase-block {
    background: #f4f0fa;
    border-left: 4px solid #7c5cbf;
    border-radius: 8px;
    padding: 20px 22px;
    margin: 20px 0 28px;
}
.usecase-block h3 {
    font-size: 14px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #5a3a9a;
    margin-bottom: 8px;
}
.usecase-block p {
    font-size: 15px;
    color: #3a2a5a;
    margin: 0;
    line-height: 1.7;
}
.section-card h3 {
    font-size: 20px;
    font-weight: 600;
}


.pricing-card {
    background: #f8fafc;
    border-radius: 20px;
    padding: 36px;
    color: white;
    margin: 20px 0px;
}
.pricing-card h3 {
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 600;
}
.pricing-card p {
    margin-bottom: 20px;
}
.pricing-items {
    list-style: none;
    margin-bottom: 28px;
}
.pricing-items li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: flex;
    gap: 12px;
    font-size: 14px;
}
.pricing-cta {
    display: inline-block;
    background: #0d4c92;
    color: #FFF;
    font-weight: 700;
    padding: 13px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    transition: opacity 0.2s;
}
.pricing-cta:hover {
    color: #FFF;
    opacity: 0.88;
}
