@charset "UTF-8";body.p-online-auction-software__self-hosted .hero-cta-row{margin-top:24px;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}body.p-online-auction-software__self-hosted .cost-table{width:100%;border-collapse:separate;border-spacing:0;border-radius:12px;overflow:hidden;box-shadow:0 2px 16px rgba(30,45,77,.09);margin-top:8px}body.p-online-auction-software__self-hosted .cost-table thead tr th{background:var(--ink);color:var(--white);padding:14px 20px;text-align:left;font-size:.875rem;font-weight:700;letter-spacing:.02em}body.p-online-auction-software__self-hosted .cost-table thead tr th:first-child{border-radius:12px 0 0 0}body.p-online-auction-software__self-hosted .cost-table thead tr th:last-child{border-radius:0 12px 0 0}body.p-online-auction-software__self-hosted .cost-table thead tr th.highlight-col{background:var(--blue)}body.p-online-auction-software__self-hosted .cost-row td{padding:14px 20px;font-size:.9rem;color:var(--ink);border-bottom:1px solid var(--pale);vertical-align:middle}body.p-online-auction-software__self-hosted .cost-row td.highlight-col{background:#eef4fd;font-weight:700;color:var(--blue)}body.p-online-auction-software__self-hosted .cost-row:last-child td{border-bottom:none}body.p-online-auction-software__self-hosted .cost-row:nth-child(even) td{background:var(--bg)}body.p-online-auction-software__self-hosted .cost-row:nth-child(even) td.highlight-col{background:#ddeaf9}body.p-online-auction-software__self-hosted .cost-total td{padding:16px 20px;font-weight:800;font-size:1rem;border-top:2px solid var(--pale);background:var(--white)!important}body.p-online-auction-software__self-hosted .cost-total td.highlight-col{color:var(--blue);background:#eef4fd!important}body.p-online-auction-software__self-hosted .cost-savings-note{margin-top:16px;font-size:.88rem;color:var(--mid)}body.p-online-auction-software__self-hosted .cost-savings-note strong{color:var(--ink)}body.p-online-auction-software__self-hosted .feature-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-top:8px}body.p-online-auction-software__self-hosted .feature-card{background:var(--white);border:1px solid var(--pale);border-radius:12px;padding:28px;transition:box-shadow .2s,transform .2s}body.p-online-auction-software__self-hosted .feature-card:hover,body.p-online-auction-software__self-hosted .persona-card:hover{box-shadow:0 6px 24px rgba(30,45,77,.1);transform:translateY(-2px)}body.p-online-auction-software__self-hosted .feature-card h3{font-family:var(--serif);font-weight:700;font-size:1rem;color:var(--ink);margin:0 0 8px}body.p-online-auction-software__self-hosted .feature-card p{font-size:.875rem;color:var(--mid);line-height:1.6;margin:0}body.p-online-auction-software__self-hosted .feature-icon{width:44px;height:44px;background:var(--pale);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;color:var(--ink)}body.p-online-auction-software__self-hosted .persona-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;margin-top:8px}body.p-online-auction-software__self-hosted .persona-card{background:var(--white);border:1px solid var(--pale);border-radius:14px;padding:30px;transition:box-shadow .2s,transform .2s}body.p-online-auction-software__self-hosted .persona-card h3,body.p-online-auction-software__self-hosted .step-card h3{font-family:var(--serif);font-weight:700;font-size:1.05rem;color:var(--ink);margin:0 0 8px}body.p-online-auction-software__self-hosted .persona-card p{font-size:.875rem;color:var(--mid);line-height:1.65;margin:0}body.p-online-auction-software__self-hosted .persona-icon{width:48px;height:48px;background:var(--pale);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:var(--ink)}body.p-online-auction-software__self-hosted .steps-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:24px;margin-top:8px;counter-reset:step}body.p-online-auction-software__self-hosted .step-card{background:var(--white);border:1px solid var(--pale);border-radius:12px;padding:28px 28px 28px 72px;position:relative;transition:box-shadow .2s}body.p-online-auction-software__self-hosted .step-card:hover{box-shadow:0 4px 20px rgba(30,45,77,.09)}body.p-online-auction-software__self-hosted .step-card::before{counter-increment:step;content:counter(step);position:absolute;left:20px;top:28px;width:36px;height:36px;background:var(--blue);color:var(--white);border-radius:50%;font-family:var(--serif);font-weight:800;font-size:.95rem;display:flex;align-items:center;justify-content:center}body.p-online-auction-software__self-hosted .step-card h3{font-size:.95rem}body.p-online-auction-software__self-hosted .step-card p{font-size:.85rem;color:var(--mid);line-height:1.6;margin:0}body.p-online-auction-software__self-hosted .cta-band{background:var(--ink);color:var(--white);text-align:center;padding:72px 40px}body.p-online-auction-software__self-hosted .cta-band h2{font-family:var(--serif);font-weight:800;font-size:clamp(1.6rem,3.5vw,2.2rem);letter-spacing:-.02em;line-height:1.18;margin:0 auto 16px;max-width:680px}body.p-online-auction-software__self-hosted .cta-band h2 em{color:var(--blue2);font-style:normal}body.p-online-auction-software__self-hosted .cta-band p{font-size:1rem;color:var(--light);max-width:560px;margin:0 auto 32px;line-height:1.65}body.p-online-auction-software__self-hosted .cta-band .btn-primary{background:var(--blue)}body.p-online-auction-software__self-hosted .cta-band .btn-primary:hover{background:var(--blue2)}body.p-online-auction-software__self-hosted .cta-checklist{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin:0 auto 32px;max-width:600px}body.p-online-auction-software__self-hosted .cta-check-item{display:flex;align-items:center;gap:7px;font-size:.875rem;color:var(--light)}@media (max-width:768px){body.p-online-auction-software__self-hosted .section{padding:52px 20px}body.p-online-auction-software__self-hosted .feature-grid,body.p-online-auction-software__self-hosted .persona-grid{grid-template-columns:1fr}body.p-online-auction-software__self-hosted .steps-grid{grid-template-columns:1fr 1fr}body.p-online-auction-software__self-hosted .cost-table{font-size:.8rem}body.p-online-auction-software__self-hosted .cost-table .cost-row td,body.p-online-auction-software__self-hosted .cost-table .cost-total td,body.p-online-auction-software__self-hosted .cost-table thead tr th{padding:10px 12px}body.p-online-auction-software__self-hosted .cta-band,body.p-online-auction-software__self-hosted .il-section{padding:52px 20px}body.p-online-auction-software__self-hosted .il-grid{grid-template-columns:1fr 1fr}}@media (max-width:480px){body.p-online-auction-software__self-hosted .il-grid,body.p-online-auction-software__self-hosted .steps-grid{grid-template-columns:1fr}body.p-online-auction-software__self-hosted .hero-cta-row{flex-direction:column;align-items:center}}