.scoopeer-comp-container{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;padding:40px 20px;background:#fafafa;border-radius:16px;max-width:1200px;margin:0 auto}.comp-header{text-align:center;margin-bottom:50px}.comp-main-title{font-size:2.2rem;font-weight:800;color:#1e293b;margin-bottom:12px}.comp-subtitle{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto}.comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:60px}.comp-card{background:#fff;border-radius:12px;padding:35px 30px;box-shadow:0 4px 20px rgb(0 0 0 / .03);position:relative;border-top:5px solid #ccc;transition:transform 0.3s ease,box-shadow 0.3s ease}.comp-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgb(0 0 0 / .08)}.highlighted-card{border-width:2px;border-color:rgb(20 184 166 / .1);box-shadow:0 10px 40px rgb(20 184 166 / .08)}.comp-badge{position:absolute;top:-15px;right:30px;color:#fff;font-weight:700;font-size:.85rem;padding:4px 16px;border-radius:50px;letter-spacing:.5px}.card-title{font-size:1.6rem;color:#0f172a;font-weight:700;margin-bottom:24px;margin-top:5px}.features-list{list-style:none;padding:0;margin:0}.feature-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #f1f5f9}.feature-item:last-child{border-bottom:none}.feature-icon{font-weight:900;font-size:1.1rem;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%}.regular-icon{background-color:#fee2e2;color:#ef4444}.scoopeer-icon{background-color:#ccfbf1;color:#14b8a6}.feature-text{color:#334155;font-size:1rem;line-height:1.5}.steps-section{border-top:1px solid #e2e8f0;padding-top:50px}.steps-main-title{text-align:center;font-size:1.8rem;color:#1e293b;margin-bottom:40px;font-weight:800}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.step-card{text-align:center;background:#fff;padding:30px 20px;border-radius:12px;box-shadow:0 4px 15px rgb(0 0 0 / .02)}.step-number{width:50px;height:50px;border:2px solid #14b8a6;color:#14b8a6;font-size:1.4rem;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;background:#f0fdfa}.step-title{font-size:1.25rem;color:#0f172a;font-weight:700;margin-bottom:12px}.step-desc{font-size:.95rem;color:#64748b;line-height:1.6}@media (max-width:768px){.comparison-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr}}