/* EDIVIC Pricing Polish - added during CSS coverage check */
.pricing-page, body { min-height: 100vh; }
.pricing-header, .title { position: relative; }
.plans .card, .pricing-card { border: 1px solid rgba(35,47,62,.08); }
.card h2, .pricing-card h2 { color: #232F3E; }
@media (max-width: 768px){ body{ padding: 20px 14px; } .title h1{ font-size: 2.1rem; } .plans{ grid-template-columns: 1fr; } }


/* EDIVIC ₹1 monthly offer */
.monthly-offer-price{display:flex!important;align-items:baseline;justify-content:center;gap:10px;flex-wrap:wrap}
.monthly-offer-price .old-price{font-size:.55em;color:#94a3b8;text-decoration:line-through;text-decoration-thickness:3px;text-decoration-color:#ef4444}
.monthly-offer-price .new-price{font-size:1.15em;color:#ef4444;font-weight:900}
.monthly-offer-price small{width:100%;font-size:13px;color:#64748b;font-weight:800;margin-top:4px}
.offer-feature{background:#fff7ed;color:#9a3412;border:1px solid #fed7aa;border-radius:12px;padding:10px 12px;font-weight:900}
.edivic-offer-note{max-width:980px;margin:16px auto 0;padding:14px 18px;border-radius:18px;background:linear-gradient(135deg,#fff7ed,#fff1f2);border:1px solid #fed7aa;color:#9a3412;font-weight:900;text-align:center;box-shadow:0 16px 35px rgba(249,115,22,.12)}
