.product-card{display:flex;flex-direction:column;height:100%;padding:40px;border:1px solid var(--tg-border-6);border-radius:16px;background:#fff;transition:border-color .25s ease,transform .25s ease}.product-card:hover{border-color:var(--tg-theme-primary);transform:translateY(-4px)}.product-card__eyebrow{font-size:14px;letter-spacing:.08em;text-transform:uppercase;color:var(--tg-theme-primary);margin-bottom:12px}.product-card__title{font-size:34px;line-height:1.1;margin-bottom:14px}.product-card__text{color:var(--tg-body-color);opacity:.75;margin-bottom:24px}.product-card__foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.product-tags{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 24px;padding:0}.product-tags li{list-style:none;font-size:12px;letter-spacing:.06em;padding:6px 12px;border-radius:999px;border:1px solid var(--tg-border-6);color:var(--tg-heading-color)}.product-card__badge{display:inline-block;align-self:flex-start;font-size:12px;letter-spacing:.04em;padding:6px 12px;margin-bottom:16px;border-radius:999px;background:var(--tg-theme-primary);color:#fff}.product-proof{padding:24px 28px;border-radius:14px;background:var(--tg-heading-color);max-width:760px}.product-proof__label{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--tg-theme-primary);margin-bottom:8px}.product-proof__text{margin:0;color:#fff;font-size:17px}.product-proof__text a{color:var(--tg-theme-primary);font-weight:600;text-decoration:underline}.product-extension{font-size:17px;padding:18px 24px;border-left:3px solid var(--tg-theme-primary);background:var(--tg-border-5);max-width:760px;margin-bottom:40px}.product-extension a{color:var(--tg-theme-primary);font-weight:600;text-decoration:underline}a.product-highlight{text-decoration:none;color:inherit}a.product-highlight:hover{border-color:var(--tg-theme-primary)}.product-lead{font-size:24px;line-height:1.5;max-width:760px}.product-hero-img{width:100%;height:auto;border-radius:14px;border:1px solid var(--tg-border-6);display:block}.product-status{display:inline-flex;align-items:center;gap:10px;padding:10px 18px;border-radius:999px;border:1px solid var(--tg-border-6);font-size:14px;color:var(--tg-heading-color)}.product-status:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--tg-theme-primary);flex:0 0 auto}.product-highlight{padding:32px;border-radius:14px;border:1px solid var(--tg-border-6);height:100%}.product-highlight__title{font-size:20px;margin-bottom:12px}.product-highlight__text{margin:0;opacity:.75}@media (max-width:767px){.product-card,.product-highlight{padding:26px}.product-lead{font-size:19px}}