.products-page .site-header { gap: 24px; border-bottom: 1px solid var(--border); }
.products-page .site-header nav { justify-content: flex-end; }
.products-main { padding: 56px 0 64px; }
.products-intro { max-width: 780px; margin-bottom: 40px; }
.products-intro h1 { margin: 14px 0 22px; font-size: clamp(2.25rem, 4.5vw, 3.5rem); line-height: 1.12; letter-spacing: -.035em; }
.products-intro h1 span { color: var(--link); }
.products-intro > .muted { max-width: 650px; font-size: 1.125rem; line-height: 1.75; }
.products-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.product-card { min-width: 0; padding: 32px; }
.product-copy { display: flex; flex-direction: column; align-items: flex-start; height: 100%; }
.product-heading { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.product-icon { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 48px; height: 48px; border-radius: 12px; background: #203a57; color: #a8d7ff; font-size: 19px; font-weight: 600; }
.product-icon svg { width: 26px; height: 26px; }
.product-icon img { display: block; }
.product-icon-weather-tab { background: transparent; }
.product-icon-tly { width: 88px; background: #284243; }
.product-icon-linkshield { background: #183d38; color: #a3dfcb; }
.product-icon-blog { background: #3b3048; color: #dbc5f5; }
.product-card h2 { margin-bottom: 14px; font-size: 1.625rem; line-height: 1.25; letter-spacing: -.02em; }
.product-description { margin-bottom: 24px; line-height: 1.75; }
.product-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; margin-top: auto; font-weight: 500; text-decoration: none; }
.product-link:hover { text-decoration: underline; }
.product-link span { font-size: 1.4rem; line-height: 1; }
.product-card-tly { display: grid; grid-template-columns: 1fr 1.15fr; align-items: center; gap: 40px; grid-column: 1 / -1; padding: 40px; }
.product-card-tly .product-copy { height: auto; }
.product-card-tly h2 { font-size: 2rem; }
.product-tly-preview { display: block; width: 100%; min-width: 0; padding: 12px; border: 1px solid #4b6968; border-radius: 10px; background: #284243; color: #e3eeec; text-align: left; text-decoration: none; }
.product-tly-preview:hover { border-color: #87aaa3; color: #fff; }
.product-tly-preview > img { display: block; width: 100%; height: auto; border-radius: 6px; }
.product-tly-caption { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 6px 2px; font-size: .875rem; }
.product-tly-preview:hover .product-tly-caption { text-decoration: underline; }
.products-more { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 40px; padding: 30px 0 0; border-top: 1px solid var(--border); }
.products-more h2 { margin-bottom: 8px; font-size: 1.5rem; letter-spacing: -.02em; }
.products-more .button { flex-shrink: 0; }

@media (max-width: 760px) {
    .products-main { padding-top: 36px; }
    .product-card-tly { grid-template-columns: 1fr; gap: 28px; padding: 28px; }
    .product-card { padding: 28px; }
    .products-grid { grid-template-columns: 1fr; }
    .products-more { align-items: flex-start; flex-direction: column; gap: 20px; }
}

@media (max-width: 420px) {
    .products-page .site-header { gap: 16px; }
    .products-page .site-header nav { gap: 10px 14px; }
    .products-page .site-header .button { padding: 8px 12px; }
    .products-intro > .muted { font-size: 1rem; }
    .product-card { padding: 24px; }
    .product-heading { gap: 12px; }
    .product-card h2 { font-size: 1.5rem; }
}
