.products-page{background:#18191c;color:#fff;min-height:0}.products-hero{display:flex;justify-content:space-between;align-items:flex-start;max-width:1200px;margin:0 auto;padding:64px 24px 32px;gap:40px}.products-hero-text{flex:1 1 0;min-width:320px}.products-title{font-size:3.2rem;font-weight:900;margin-bottom:32px;letter-spacing:-2px;line-height:1.1;text-transform:uppercase}.products-title-accent{color:#A52924;font-size:3.5rem;font-weight:900;letter-spacing:-2px}.products-desc{font-size:1.15rem;color:#e0e0e0;margin-bottom:12px;line-height:1.6}.products-hero-icon{flex:0 0 420px;display:flex;align-items:flex-start;justify-content:flex-end;min-width:320px}.products-hero-img{width:420px;height:auto;max-width:100%;display:block}.products-cards-row{display:flex;gap:32px;max-width:1200px;margin:0 auto 48px;padding:0 24px}.products-card{flex:1 1 0;background:#18191c;border:1.5px solid #a52924;border-radius:18px;padding:36px 32px 32px;color:#fff;box-shadow:0 2px 16px 0 rgba(0,0,0,.1);display:flex;flex-direction:column;min-width:0;min-height:220px;transition:box-shadow .2s}.products-card-logo{font-size:2.2rem;font-weight:900;margin-bottom:18px;letter-spacing:-1px;color:#fff}.products-card-logo-accent{color:#A52924}.products-card-desc{font-size:1.08rem;color:#e0e0e0;line-height:1.6;flex:1;margin-bottom:20px}.products-card-link{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--main-red) 0,#8b211d 100%);color:#fff;font-weight:600;font-size:.95rem;border:none;border-radius:12px;padding:12px 24px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px rgba(165,41,36,.3),inset 0 1px 0 rgba(255,255,255,.2);align-self:flex-start}.products-card-link:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(165,41,36,.4),inset 0 1px 0 rgba(255,255,255,.3)}.products-contacts-section{background:#232328;padding:48px 0 0;margin-top:32px}.products-contacts-title{font-size:2.2rem;font-weight:900;text-transform:uppercase;margin-bottom:32px;color:#fff;text-align:left;padding-left:24px}.products-contacts-row{display:flex;max-width:1200px;margin:0 auto;gap:40px;padding:0 24px 48px}.products-contacts-info{flex:1 1 0;display:flex;flex-direction:column;gap:10px;min-width:260px;max-width:400px}.products-contact-item{font-size:1.08rem;color:#fff}.products-contact-phone{color:#fff;font-weight:500;white-space:nowrap}.products-contact-phone-red{color:#A52924}.products-contact-btn{margin-top:18px;display:inline-block;background:#A52924;color:#fff;font-weight:700;font-size:1.08rem;border:none;border-radius:999px;padding:12px 36px;text-decoration:none;transition:background .2s,color .2s;box-shadow:0 2px 8px 0 rgba(165,41,36,.1)}.products-contact-btn:hover{background:#fff;color:#A52924}.products-contacts-map{flex:1 1 0;min-width:260px;max-width:520px;border-radius:18px;overflow:hidden;box-shadow:0 2px 16px 0 rgba(0,0,0,.1);background:#fff}.products-contacts-map iframe{width:100%;height:260px;border:none;border-radius:18px}@media (max-width:1100px){.products-hero{flex-direction:column;align-items:stretch;gap:24px}.products-hero-icon{justify-content:center;min-width:0}.products-cards-row,.products-contacts-row{flex-direction:column;gap:24px}.products-contacts-map{max-width:100%}}@media (max-width:700px){.products-hero{padding:32px 8px 16px}.products-cards-row{padding:0 8px}.products-contacts-title{padding-left:8px;font-size:1.3rem}.products-contacts-row{padding:0 8px 32px}}@media (max-width:500px){.products-title{font-size:1.5rem}.products-title-accent{font-size:1.7rem}.products-card-logo{font-size:1.2rem}.products-card{padding:18px 8px 16px}}[data-theme=light] .products-page{background:#f7f7f9;color:#232323}[data-theme=light] .products-card-logo,[data-theme=light] .products-contacts-title,[data-theme=light] .products-title{color:#232323}[data-theme=light] .products-title-accent{color:#A52924}[data-theme=light] .products-card-desc,[data-theme=light] .products-contact-item,[data-theme=light] .products-desc{color:#444}[data-theme=light] .products-card{background:#fff;border-color:#A52924;color:#232323;box-shadow:0 2px 16px 0 rgba(0,0,0,.06)}[data-theme=light] .products-card-logo-accent{color:#A52924}[data-theme=light] .products-contacts-section{background:#ededf0}[data-theme=light] .products-contact-phone{color:#232323}[data-theme=light] .products-contact-phone-red{color:#A52924}[data-theme=light] .products-contact-btn{background:#A52924;color:#fff}[data-theme=light] .products-contact-btn:hover{background:#fff;color:#A52924}[data-theme=light] .products-contacts-map{background:#fff}[data-theme=light] .products-card-link{background:linear-gradient(135deg,var(--main-red) 0,#8b211d 100%);color:#fff;box-shadow:0 4px 12px rgba(165,41,36,.2),inset 0 1px 0 rgba(255,255,255,.2)}[data-theme=light] .products-card-link:hover{box-shadow:0 8px 20px rgba(165,41,36,.3),inset 0 1px 0 rgba(255,255,255,.3)}