.pricing-showcase{background:#fff;padding:80px 0;position:relative}.pricing-grid-modern{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;position:relative;z-index:1}.pricing-card-modern{background:#fff;border:2px solid rgba(0,71,198,.1);border-radius:16px;padding:2rem;transition:all .3s ease;position:relative;display:flex;flex-direction:column}.pricing-card-modern.featured{border-color:#0047c6;box-shadow:0 20px 60px rgba(0,71,198,.15);transform:scale(1.05)}.pricing-card-modern:not(.featured):hover{transform:translateY(-8px);box-shadow:0 15px 40px rgba(0,71,198,.1);border-color:rgba(0,71,198,.3)}.featured-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#0047c6,#0039a6);color:#fff;padding:.4rem 1rem;border-radius:50px;font-size:12px;font-weight:700;display:flex;align-items:center;gap:.35rem;box-shadow:0 4px 12px rgba(0,71,198,.3)}.pricing-header{text-align:center;margin-bottom:1.5rem}.pricing-title{font-size:24px;font-weight:800;color:#1a1a1a;margin-bottom:.5rem}.pricing-badge{display:inline-block;background:rgba(0,71,198,.08);color:#0047c6;padding:.35rem .85rem;border-radius:50px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.pricing-badge.featured{background:linear-gradient(135deg,rgba(255,215,0,.2),rgba(255,165,0,.15));color:#0047c6}.pricing-price{text-align:center;padding:1.5rem 0;margin-bottom:1.5rem;border-bottom:1px solid rgba(0,71,198,.1)}.price-label{display:block;font-size:13px;color:#595959;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.price-value{display:flex;align-items:flex-start;justify-content:center;gap:.25rem;margin-bottom:.5rem}.price-currency{font-size:20px;font-weight:700;color:#0047c6;margin-top:.5rem}.price-amount{font-size:48px;font-weight:900;color:#0047c6;line-height:1}.price-period{font-size:16px;color:#595959;margin-top:1.5rem}.price-note{font-size:12px;color:#666}.pricing-features{list-style:none;padding:0;margin:0 0 2rem 0;flex-grow:1}.feature-item{display:flex;align-items:center;gap:.75rem;padding:.65rem 0;font-size:14px;color:#666}.feature-item svg{flex-shrink:0}.feature-item strong{color:#1a1a1a;font-weight:600}.pricing-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1.5rem;background:#fff;border:2px solid #0047c6;color:#0047c6;border-radius:10px;font-size:15px;font-weight:700;text-decoration:none;transition:all .3s ease;margin-top:auto}.pricing-btn:hover{background:#0047c6;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,71,198,.25)}.pricing-btn.featured{background:linear-gradient(135deg,#0047c6,#0039a6);color:#fff;border-color:transparent}.pricing-btn.featured:hover{background:linear-gradient(135deg,#0039a6,#002080);transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,71,198,.35)}.payment-methods{text-align:center;padding:2rem 0;margin-bottom:3rem;border-top:1px solid rgba(0,71,198,.1);border-bottom:1px solid rgba(0,71,198,.1)}.payment-title{font-size:14px;font-weight:600;color:#595959;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.payment-icons{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.payment-icons img{height:28px;width:auto}.guarantee-section{display:flex;align-items:center;gap:2rem;background:linear-gradient(135deg,rgba(0,71,198,.05),rgba(0,57,166,.03));border:2px solid rgba(0,71,198,.15);border-radius:16px;padding:2rem;margin-bottom:3rem}.guarantee-icon{flex-shrink:0}.guarantee-content h3{font-size:22px;font-weight:700;color:#0047c6;margin-bottom:.5rem}.guarantee-content p{font-size:15px;color:#595959;margin:0;line-height:1.6}.comparison-section{background:linear-gradient(180deg,#f8f9fa 0,#fff 100%);border-radius:16px;padding:3rem 2rem}.comparison-title{text-align:center;font-size:28px;font-weight:800;color:#1a1a1a;margin-bottom:.5rem}.comparison-subtitle{text-align:center;font-size:16px;color:#595959;margin-bottom:2rem}.comparison-table-wrapper{overflow-x:auto;margin-bottom:1.5rem}.comparison-table{width:100%;border-collapse:separate;border-spacing:0}.comparison-table thead th{background:#fff;padding:1rem;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#595959;border-bottom:2px solid rgba(0,71,198,.1)}.comparison-table thead th.highlight{background:linear-gradient(135deg,#0047c6,#0039a6);color:#fff;border-radius:10px 10px 0 0}.comparison-table tbody td{padding:1rem;text-align:center;border-bottom:1px solid rgba(0,71,198,.05);font-size:15px;color:#666}.comparison-table tbody td:first-child{text-align:left;font-weight:600;color:#1a1a1a}.comparison-table tbody td.highlight{background:rgba(0,71,198,.03);font-weight:700;color:#0047c6}.comparison-note{font-size:13px;color:#595959;text-align:center;margin:0;line-height:1.6}.comparison-note a{color:#0047c6;text-decoration:underline}@media (max-width:1199.98px){.pricing-grid-modern{grid-template-columns:1fr;gap:2rem}.pricing-card-modern.featured{transform:none}.comparison-title{font-size:24px}}@media (max-width:767.98px){.pricing-showcase{padding:60px 0}.pricing-card-modern{padding:1.5rem}.pricing-title{font-size:20px}.price-amount{font-size:40px}.guarantee-section{flex-direction:column;text-align:center;padding:1.5rem}.comparison-section{padding:2rem 1rem}.comparison-table{font-size:13px}.comparison-table tbody td,.comparison-table thead th{padding:.75rem .5rem}}@media (max-width:575.98px){.pricing-title{font-size:18px}.price-amount{font-size:36px}.feature-item{font-size:13px}.payment-icons{gap:1rem}.payment-icons img{height:24px}}