.ua-product-library { padding: 24px clamp(20px, 6vw, 104px) 80px; }
.ua-product-family { padding: 54px 0; border-top: 1px solid #deddea; }
.ua-product-family-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 16px; margin-bottom: 26px; }
.ua-product-family-heading h2 { margin: 0; font-size: clamp(30px, 4vw, 56px); line-height: 1; color: #22164f; }
.ua-product-family-heading p:last-child { margin: 0; color: #5f5b72; font-weight: 700; }
.ua-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.ua-product-card { overflow: hidden; border: 1px solid #deddea; border-radius: 24px; background: #fff; }
.ua-product-card > img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: contain; padding: 20px; background: #f5f4f0; }
.ua-product-card > div { padding: 22px; }
.ua-product-card > div > span { display: block; margin-bottom: 12px; color: #2d1b80; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ua-product-card h3 { margin: 0; font-size: 23px; line-height: 1.15; color: #201d26; }
.ua-product-card p { min-height: 52px; margin: 12px 0 20px; color: #625f70; line-height: 1.55; }
.ua-product-card .ua-button { display: inline-flex; align-items: center; width: auto; min-height: 40px; margin-top: 0; padding: 9px 14px; font-size: 13px; line-height: 1.2; }
.ua-product-card .ua-button span { display: inline; margin: 0 0 0 7px; color: #8ccb24; font-size: inherit; letter-spacing: 0; }
.ua-product-detail-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); gap: clamp(28px, 6vw, 86px); align-items: center; padding: clamp(48px, 8vw, 120px) clamp(20px, 8vw, 140px); background: #f1f0fb; }
.ua-product-detail-hero h1 { max-width: 760px; margin: 10px 0 18px; color: #201d26; font-size: clamp(42px, 6vw, 84px); line-height: .98; }
.ua-product-detail-hero > img { width: 100%; max-height: 600px; object-fit: contain; border-radius: 28px; background: #fff; }
.ua-breadcrumb { margin: 0 0 22px; font-weight: 700; }
.ua-breadcrumb a { color: #2d1b80; }
.ua-spec-table { overflow: hidden; border: 1px solid #deddea; border-radius: 18px; }
.ua-spec-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; padding: 16px 20px; border-bottom: 1px solid #e7e5ef; }
.ua-spec-row:last-child { border-bottom: 0; }
.ua-spec-row span { color: #5f5b72; }.ua-spec-row strong { color: #201d26; }
.ua-product-note { max-width: 900px; }.ua-product-note > p { color: #5f5b72; font-size: 18px; line-height: 1.65; }.ua-product-highlights ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 18px; margin: 28px 0 0; padding: 0; list-style: none; }.ua-product-highlights li { min-height: 82px; padding: 20px 22px 20px 44px; position: relative; border: 1px solid #deddea; border-radius: 18px; color: #312d3c; line-height: 1.55; background: #fff; }.ua-product-highlights li::before { content: '↗'; position: absolute; left: 19px; color: #8ccb24; font-weight: 800; }
.ua-product-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }.ua-product-gallery img { width: 100%; border-radius: 20px; background: #f5f4f0; }
@media (max-width: 960px) { .ua-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.ua-product-detail-hero { grid-template-columns: 1fr; }.ua-product-detail-hero > img { max-height: 480px; }.ua-product-highlights ul { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .ua-product-library { padding: 12px 20px 56px; }.ua-product-family { padding: 38px 0; }.ua-product-grid { grid-template-columns: 1fr; }.ua-product-card p { min-height: 0; }.ua-product-family-heading { grid-template-columns: 1fr auto; }.ua-product-detail-hero { padding: 52px 20px; }.ua-product-detail-hero h1 { font-size: 44px; }.ua-spec-row { grid-template-columns: 1fr; gap: 5px; }.ua-product-gallery { grid-template-columns: 1fr; } }
