.wmht-products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.wmht-product-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 30px; border: 1px solid #dce3ec; border-radius: 18px; background: #fff; box-shadow: 0 12px 36px rgba(12,37,87,.07); overflow: hidden; }
.wmht-product-card.is-featured { border: 2px solid #ff5a16; transform: translateY(-8px); box-shadow: 0 20px 48px rgba(255,90,22,.16); }
.wmht-badge { position: absolute; top: 16px; right: -38px; width: 150px; padding: 7px; color: #fff; background: #ff5a16; text-align: center; font-size: .72rem; font-weight: 900; text-transform: uppercase; transform: rotate(42deg); }
.wmht-product-card h3 { margin: 0 0 8px; font-size: 1.55rem; }
.wmht-product-excerpt { margin: 0 0 8px; color: #627080; }
.wmht-price { margin: 16px 0 20px; color: #081a66; font-size: 3.3rem; font-weight: 900; line-height: 1; letter-spacing: -.06em; }
.wmht-price span { font-size: 1.35rem; vertical-align: top; }
.wmht-price small { display: block; margin-top: 8px; color: #627080; font-size: .78rem; letter-spacing: 0; }
.wmht-product-card ul { flex: 1; margin: 0 0 26px; padding: 0; list-style: none; }
.wmht-product-card li { margin: 10px 0; padding-left: 25px; color: #3a4654; }
.wmht-product-card li::before { content: "✓"; margin-left: -25px; margin-right: 9px; color: #18a9c3; font-weight: 900; }
.wmht-product-image { margin: -30px -30px 22px; aspect-ratio: 16/9; overflow: hidden; background: #f4f7fb; }
.wmht-product-image img { width: 100%; height: 100%; object-fit: cover; }
.wmhtc-paypal-form { margin-top: auto; }
.wmhtc-paypal-form .wm-btn, .wmht-product-card > .wm-btn { width: 100%; }
.wmhtc-alert { margin-bottom: 16px; padding: 13px 15px; border-radius: 10px; }
.wmhtc-alert.is-success { color: #0c5132; background: #dff7e9; }
.wmhtc-alert.is-error { color: #7a1f25; background: #ffe6e8; }
@media(max-width:980px){.wmht-products{grid-template-columns:repeat(2,minmax(0,1fr))}.wmht-product-card.is-featured{transform:none}}
@media(max-width:640px){.wmht-products{grid-template-columns:1fr}}
