.mp-section-title{font-family:var(--font-display);font-size:1.35rem;font-weight:800;color:#0f2b44;margin:0}.mp-section-subtitle{color:var(--muted);font-size:.92rem;line-height:1.5;margin:.1rem 0 0}.mp-bestsellers,.mp-cards-section,.mp-comparison,.mp-crosslinks,.mp-faq-section,.mp-value-props{border:1px solid var(--border);border-radius:1rem;background:var(--surface);padding:clamp(1rem,2vw,1.5rem);box-shadow:0 18px 34px rgba(25,44,70,.08);display:grid;gap:.85rem}.mp-stats-bar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.6rem;padding:1rem;border:1px solid #cad9e8;border-radius:.95rem;background:linear-gradient(145deg,#f7fbff,#ecf4fc)}.mp-stat{display:grid;gap:.15rem;text-align:center}.mp-stat-value{color:#173049;font-family:var(--font-display);font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:800;line-height:1.1}.mp-stat-label{color:#47607b;font-size:.85rem}.mp-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.9rem}.mp-card{display:flex;flex-direction:column;border:1px solid #c4d3e3;border-radius:.9rem;overflow:hidden;background:var(--surface);text-decoration:none;color:inherit;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.mp-card:hover{transform:translateY(-3px);border-color:#22769f;box-shadow:0 22px 38px rgba(25,44,70,.16)}.mp-card-image{position:relative;width:100%;height:180px;overflow:hidden;background:#e7eef6}.mp-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,33,52,0) 55%,rgba(15,33,52,.28))}.mp-card-body{display:grid;gap:.5rem;padding:1rem 1.1rem 1.15rem}.mp-card-body h3{margin:0;font-family:var(--font-display);font-size:1.2rem;font-weight:800;color:#16324c}.mp-card-desc{margin:0;font-size:.9rem;line-height:1.5;color:var(--muted)}.mp-card-tags{display:flex;flex-wrap:wrap;gap:.4rem}.mp-tag{font-size:.74rem;font-weight:700;color:#1d4467;background:#eaf2fb;border:1px solid #d2e0f0;border-radius:999px;padding:.2rem .6rem}.mp-card-cta{display:inline-flex;align-items:center;gap:.35rem;margin-top:.2rem;font-size:.9rem;font-weight:800;color:#22769f}.mp-card:hover .mp-card-cta{color:#185c7c}.mp-bestsellers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.7rem}.mp-clip-card{display:flex;flex-direction:column;border:1px solid #d2dded;border-radius:.7rem;overflow:hidden;background:var(--surface);text-decoration:none;color:inherit;transition:transform .16s ease,box-shadow .16s ease}.mp-clip-card:hover{transform:translateY(-2px);box-shadow:0 14px 26px rgba(25,44,70,.14)}.mp-clip-thumb{aspect-ratio:16/9;background:#e7eef6;overflow:hidden}.mp-clip-thumb img{width:100%;height:100%;object-fit:cover;display:block}.mp-clip-info{display:grid;gap:.15rem;padding:.55rem .65rem .7rem}.mp-clip-title{font-size:.85rem;font-weight:700;color:#1d3a55;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mp-clip-meta{font-size:.74rem;color:var(--muted)}.mp-bestsellers-footer{display:flex;justify-content:center;margin-top:.2rem}.mp-link-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.1rem;border-radius:.7rem;border:1px solid #c4d3e3;background:#f3f8fd;color:#1d4467;font-weight:800;font-size:.9rem;text-decoration:none;transition:background .16s ease,border-color .16s ease}.mp-link-btn:hover{background:#e7f1fa;border-color:#22769f}.mp-comparison-table-wrap{overflow-x:auto;border:1px solid #d2dded;border-radius:.75rem}.mp-comparison-table{width:100%;border-collapse:collapse;font-size:.9rem;min-width:420px}.mp-comparison-table td,.mp-comparison-table th{padding:.7rem .9rem;text-align:left;border-bottom:1px solid #e3eaf3}.mp-comparison-table thead th{background:#f1f6fc;color:#16324c;font-weight:800}.mp-comparison-table tbody td:first-child{font-weight:700;color:#3a526d}.mp-comparison-table tbody tr:last-child td,.mp-comparison-table tbody tr:last-child th{border-bottom:none}.mp-value-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.8rem}.mp-value-card{display:grid;gap:.4rem;padding:1.1rem;border:1px solid #c4d3e3;border-radius:.85rem;background:#f8fbff}.mp-value-card h3{margin:0;font-size:1.02rem;font-weight:800;color:#1d4467}.mp-value-card p{margin:0;font-size:.86rem;line-height:1.5;color:var(--muted)}.mp-value-icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:.7rem;background:#eaf3fa;border:1px solid #d2e3f0}.mp-faq-list{display:grid;gap:.6rem}.mp-faq-list details{border:1px solid #d2dded;border-radius:.7rem;background:#f8fbff;padding:.2rem .9rem}.mp-faq-list summary{cursor:pointer;list-style:none;padding:.75rem 0;font-weight:700;color:#1d3a55;display:flex;justify-content:space-between;align-items:center;gap:.6rem}.mp-faq-list summary::-webkit-details-marker{display:none}.mp-faq-list summary:after{content:"+";font-size:1.2rem;font-weight:700;color:#22769f;line-height:1}.mp-faq-list details[open] summary:after{content:"\2212"}.mp-faq-list .faq-answer{padding:0 0 .85rem}.mp-faq-list .faq-answer p{margin:0;font-size:.9rem;line-height:1.55;color:var(--muted)}.mp-crosslinks-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.7rem}.mp-crosslink-card{display:grid;gap:.3rem;padding:1rem 1.1rem;border:1px solid #c4d3e3;border-radius:.85rem;background:var(--surface);text-decoration:none;transition:transform .16s ease,border-color .16s ease}.mp-crosslink-card:hover{transform:translateY(-2px);border-color:#22769f}.mp-crosslink-label{font-size:1rem;font-weight:800;color:#1d4467}.mp-crosslink-card:hover .mp-crosslink-label{color:#22769f}.mp-crosslink-desc{font-size:.84rem;color:var(--muted);line-height:1.5}@media (max-width:760px){.mp-stats-bar{grid-template-columns:repeat(2,minmax(0,1fr))}}