.hero--util-spc{min-height:660px;background-image:url('../img/hero-util-spc-parc-second-hand.png');background-position:center 18%;background-size:cover;overflow:hidden;display:flex;align-items:center}
.hero--util-spc:after{background:linear-gradient(90deg,rgba(0,0,0,.03) 0%,rgba(0,0,0,.09) 34%,rgba(0,0,0,.78) 56%,rgba(0,0,0,.94) 100%)}
.hero--util-spc:before{content:"";position:absolute;top:0;right:0;width:340px;height:340px;background:linear-gradient(135deg,var(--red-bright),var(--red));clip-path:polygon(100% 0,100% 100%,0 0);z-index:1;pointer-events:none}
.hero--util-spc .hero__content{width:min(620px,calc(100% - 40px));margin-left:auto;margin-right:max(20px,calc((100vw - 1180px)/2));padding:44px 0 34px;display:flex;flex-direction:column}
.hero--util-spc .eyebrow{order:1;font-size:20px;font-weight:800;letter-spacing:.5px;white-space:nowrap;gap:14px;margin-bottom:24px}
.hero--util-spc .eyebrow span{width:30px;height:3px;flex:0 0 auto}
.hero--util-spc .search-panel{order:2}
.hero--util-spc h1{order:3}
.hero--util-spc .hero__lead{order:4}
.hero--util-spc .hero__stats{order:5}
.hero--util-spc h1{font-size:clamp(48px,3.5vw,60px);line-height:.92;max-width:620px;margin-top:28px}
.hero--util-spc .hero__lead{font-size:15px;line-height:1.55;max-width:545px;margin:14px 0 18px}
.hero--util-spc .search-panel{width:100%;max-width:none;background:#fff;border-radius:10px;box-shadow:0 30px 70px rgba(0,0,0,.4);overflow:hidden}
.hero--util-spc .search-grid{grid-template-columns:1fr 1fr;padding:16px}
.hero--util-spc .search-grid label{padding:8px 14px;border-bottom:1px solid #ededed;border-right-color:#ededed;color:#8a8a8a}
.hero--util-spc .search-grid label:nth-child(2){border-right:0}
.hero--util-spc .search-grid select{font-size:13px;background-color:transparent;color:#222;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23888'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 2px center;padding-right:18px}
.hero--util-spc .search-grid .btn{grid-column:1/-1;margin-top:8px;padding:14px 20px;border-radius:6px}
.hero--util-spc .hero__stats{gap:30px;margin-top:16px}
.hero--util-spc .hero__stats strong{font-size:22px}
.hero--util-spc h1,.hero--util-spc .hero__stats{display:none}
@media(max-width:1050px){.hero--util-spc{background-position:37% 18%}.hero--util-spc .hero__content{width:550px;margin-right:20px}.hero--util-spc h1{font-size:50px}}
@media(max-width:760px){.hero--util-spc{min-height:0;background-position:34% 15%}.hero--util-spc:after{background:rgba(0,0,0,.7)}.hero--util-spc:before{width:110px;height:110px}.hero--util-spc .hero__content{width:min(100% - 28px,620px);margin:0 auto;padding:40px 0 34px;display:flex;flex-direction:column}.hero--util-spc h1{font-size:45px}.hero--util-spc .hero__stats{gap:15px;justify-content:space-between}.hero--util-spc .hero__stats span{font-size:9px}.hero--util-spc h1,.hero--util-spc .hero__lead{display:none}.hero--util-spc .eyebrow{order:1;font-size:clamp(9px,3.4vw,14px);letter-spacing:.4px;white-space:nowrap;margin-bottom:18px}.hero--util-spc .eyebrow span{width:20px}.hero--util-spc .search-panel{order:2}.hero--util-spc .hero__stats{order:3;margin-top:20px}}
@media(max-width:520px){.hero--util-spc .search-grid{grid-template-columns:1fr}.hero--util-spc .search-grid label{border-right:0;padding:6px 2px}.hero--util-spc .search-grid .btn{grid-column:auto}.hero--util-spc .hero__stats strong{font-size:19px}}

.category-card__icon{position:relative}
.category-card__badge{position:absolute;right:-4px;bottom:-4px;width:18px;height:18px;display:grid;place-items:center;background:var(--red);color:#fff;border-radius:50%;border:2px solid #fff}
.category-card:hover .category-card__badge{background:#fff;color:var(--red);border-color:var(--red)}
.trust__features article b{display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border:1px solid rgba(255,255,255,.35);border-radius:50%;font:inherit;color:inherit}

.legal-page__inner{max-width:780px}
.legal-section{margin-bottom:34px}
.legal-section h2{font:700 20px 'Barlow Condensed',sans-serif;text-transform:uppercase;margin:0 0 10px;color:var(--red)}
.legal-section h3{font:700 15px Inter,sans-serif;margin:18px 0 8px;color:var(--ink)}
.legal-section p{margin:0 0 12px;color:#444;line-height:1.75;font-size:14.5px}
.legal-section p:last-child{margin-bottom:0}
.legal-page__contact{padding-top:20px;border-top:1px solid #eee;color:#444;font-size:14px}
.legal-page__contact a{color:var(--red);font-weight:700}

.footer-bottom a{text-decoration:underline;text-underline-offset:2px}
.footer-bottom a:hover{color:#fff}

.header-login{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:50%;background:var(--red);color:#fff;margin-left:14px;box-shadow:0 6px 16px rgba(118,1,2,.35);transition:.2s}
.header-login:hover{background:var(--red-bright);transform:translateY(-1px)}
@media(max-width:900px){.header-login{width:38px;height:38px;flex:0 0 38px;margin-left:10px}}

.brands-strip{background:#fafaf9;padding:56px 0;border-top:1px solid #eee;border-bottom:1px solid #eee}
.brands-strip__label{text-align:center;margin:0 0 30px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:3px;color:#aaa}
.brands-strip__row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;row-gap:22px}
.brands-strip__name,.brands-strip__logo{padding:0 42px;position:relative}
.brands-strip__name{font:700 34px/1 'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:1.5px;color:#c7c7c5;transition:color .35s;cursor:default}
.brands-strip__name:hover{color:var(--ink)}
.brands-strip__logo{height:38px;width:auto;object-fit:contain;transition:transform .35s}
.brands-strip__logo:hover{transform:scale(1.06)}
.brands-strip__name:not(:last-child):after,.brands-strip__logo:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:26px;background:#e0e0dd}
@media(max-width:760px){.brands-strip{padding:40px 0}.brands-strip__name{font-size:24px;padding:0 22px}.brands-strip__logo{height:28px;padding:0 22px}.brands-strip__name:not(:last-child):after,.brands-strip__logo:not(:last-child):after{height:18px}}
@media(max-width:480px){.brands-strip__name,.brands-strip__logo{padding:0 14px}.brands-strip__name:not(:last-child):after,.brands-strip__logo:not(:last-child):after{display:none}}

.product-card{position:relative}
.product-card__link{display:block;color:inherit;text-decoration:none;cursor:pointer}
.product-card__fav{position:absolute;right:16px;top:16px;width:36px;height:36px;border:0;background:#fff;border-radius:50%;font-size:18px;cursor:pointer;box-shadow:0 3px 10px rgba(0,0,0,.18)}
.product-card__footer span{font-size:12px;font-weight:700;color:var(--red)}

.catalog-card{position:relative}
.catalog-card__link{display:block;color:inherit;text-decoration:none;cursor:pointer}
.catalog-card__fav{position:absolute;right:12px;top:12px;width:34px;height:34px;border:1px solid #ddd;background:#fff;border-radius:50%;font-size:19px;cursor:pointer}
.catalog-card__footer span{background:#222;color:#fff;padding:10px 11px;font-size:11px;font-weight:700}
.catalog-card:hover .catalog-card__footer span{background:var(--red)}

.promo-bar{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;background:var(--red-bright);color:#fff;text-align:center;padding:10px 20px;font-size:13px;text-decoration:none}
.promo-bar strong{text-transform:uppercase;letter-spacing:.4px}
.promo-bar span{opacity:.9}
.promo-bar:hover{background:var(--red)}

.price-old{color:#999;text-decoration:line-through;font-weight:600;font-size:.7em;margin-right:6px}
.price-discount{background:var(--red-bright);color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;padding:3px 7px;border-radius:2px;margin-left:8px;vertical-align:middle}

.newsletter{background:#171717;border-top:1px solid #333}
.newsletter__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:26px 0;flex-wrap:wrap}
.newsletter__copy strong{display:block;color:#fff;font-size:16px}
.newsletter__copy span{color:#999;font-size:13px}
.newsletter-form{display:flex;gap:10px;flex:0 0 auto}
.newsletter-form input{width:240px;padding:12px 14px;border:1px solid #444;background:#222;color:#fff;border-radius:3px;font-size:13px}
.newsletter-form input::placeholder{color:#888}
.newsletter-form .btn{padding:12px 20px}
.newsletter__message{color:#8ed99a;font-size:13px;font-weight:600}
@media(max-width:700px){.newsletter__inner{flex-direction:column;align-items:stretch;text-align:center}.newsletter-form{flex-direction:column}.newsletter-form input{width:100%}}
