.popular-comparisons{margin:38px 0;padding:30px;border:1px solid #dce6f5;border-radius:28px;background:linear-gradient(135deg,#eef5ff 0%,#fff 58%,#f8fbff 100%);box-shadow:0 18px 45px rgba(37,78,130,.08)}
.popular-comparisons__head{display:flex;justify-content:space-between;gap:28px;align-items:flex-end;padding-bottom:24px;border-bottom:1px solid #dce4ee}
.popular-comparisons__label{display:inline-flex;padding:6px 13px;border:1px solid #b8d4ff;border-radius:999px;background:#e4efff;color:#0a67d0;font-size:12px;font-weight:800;letter-spacing:.08em}
.popular-comparisons__head h2{max-width:760px;margin:14px 0 0;font-size:clamp(25px,3vw,42px);line-height:1.12;color:#101827}
.popular-comparisons__head p{max-width:360px;margin:0;color:#667085;font-size:16px;text-align:right}
.popular-comparisons__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:24px}
.comparison-pair-card{overflow:hidden;border:1px solid #dbe3ee;border-radius:22px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.05)}
.comparison-pair-card__body{display:grid;grid-template-columns:minmax(0,1fr) 46px minmax(0,1fr);gap:12px;align-items:center;padding:22px}
.comparison-product{text-align:center;min-width:0}
.comparison-product img{width:100%;height:145px;object-fit:contain;background:#fff}
.comparison-product small{display:block;margin-top:10px;color:#697386;font-weight:700}
.comparison-product strong{display:block;margin-top:4px;color:#111827;font-size:16px;line-height:1.3}
.comparison-vs{display:flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:50%;background:#edf5ff;color:#0a74da;font-weight:900}
.comparison-pair-card__footer{display:flex;justify-content:space-between;gap:12px;padding:15px 20px;border-top:1px solid #e7edf5;color:#657084}
.comparison-pair-card__footer strong{color:#0a74da}
@media(max-width:760px){.popular-comparisons{padding:20px;border-radius:20px}.popular-comparisons__head{display:block}.popular-comparisons__head p{margin-top:12px;text-align:left}.popular-comparisons__grid{grid-template-columns:1fr}.comparison-pair-card__body{padding:16px}.comparison-product img{height:115px}}

.faq-section{margin-top:28px}
.faq-section h2{margin:0 0 14px;font-size:22px}
.faq-list{display:grid;gap:10px}
.faq-item{border:1px solid #e5e7eb;border-radius:12px;background:#fff;overflow:hidden}
.faq-item summary{cursor:pointer;padding:14px 16px;font-weight:700;color:#1f2937;list-style:none}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:'+';float:right;color:var(--brand,#0A74DA);font-size:20px;line-height:1}
.faq-item[open] summary::after{content:'−'}
.faq-item p{margin:0;padding:0 16px 16px;color:#4b5563;line-height:1.65}
