/* LA MAURO eBIKE — CATALOGO */
.catalog-page { background:#152326; }
.catalog-hero { position:relative; min-height:72vh; display:flex; align-items:center; overflow:hidden; padding-top:88px; }
.catalog-hero-bg { position:absolute; inset:0; background:
linear-gradient(90deg,rgba(0,0,0,.96),rgba(0,0,0,.72) 48%,rgba(0,0,0,.25)),
linear-gradient(0deg,#152326 0%,transparent 35%),
url("../assets/hero/hero-desktop.jpg") center 45%/cover no-repeat; transform:scale(1.02); }
.catalog-hero-content { position:relative; z-index:2; padding:100px 0 80px; }
.catalog-hero h1 { max-width:1000px; font-size:clamp(52px,7vw,118px); line-height:.88; letter-spacing:-5px; text-transform:uppercase; font-weight:900; }
.catalog-hero h1 strong { color:var(--green); }
.catalog-hero p { max-width:670px; margin:28px 0 34px; color:#d0d0d0; font-size:clamp(15px,1.25vw,19px); line-height:1.7; }
.catalog-intro { padding:100px 0 120px; }
.catalog-heading { display:grid; grid-template-columns:1.2fr .8fr; align-items:end; gap:60px; margin-bottom:48px; }
.catalog-heading h2,.catalog-help h2 { font-size:clamp(38px,4.5vw,70px); line-height:1; letter-spacing:-3px; font-weight:500; }
.catalog-heading h2 strong,.catalog-help h2 strong { color:var(--green); font-weight:900; }
.catalog-heading>p { max-width:560px; color:#999; line-height:1.8; }
.catalog-filters { display:flex; flex-wrap:wrap; gap:9px; margin-bottom:32px; padding-bottom:24px; border-bottom:1px solid rgba(255,255,255,.1); }
.filter-btn { border:1px solid rgba(255,255,255,.17); background:#1B292B; color:#bdbdbd; padding:12px 18px; border-radius:999px; font-size:10px; font-weight:800; letter-spacing:.5px; text-transform:uppercase; transition:.25s ease; }
.filter-btn:hover,.filter-btn.active { color:#152326; background:var(--green); border-color:var(--green); }
.catalog-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.product-card { position:relative; overflow:hidden; min-height:610px; display:flex; flex-direction:column; background:#0e0e0e; border:1px solid rgba(255,255,255,.1); transition:transform .35s var(--ease),border-color .35s ease; }
.product-card:hover { transform:translateY(-6px); border-color:rgba(79,169,155,.45); }
.product-image { position:relative; height:320px; overflow:hidden; background:linear-gradient(145deg,#181818,#080808); }
.product-image img { width:100%; height:100%; object-fit:cover; transition:transform .7s var(--ease); }
.product-card:hover .product-image img { transform:scale(1.045); }
.product-badge { position:absolute; top:16px; left:16px; z-index:2; padding:8px 10px; background:var(--green); color:#152326; font-size:9px; font-weight:900; letter-spacing:.8px; text-transform:uppercase; }
.product-content { flex:1; display:flex; flex-direction:column; padding:25px; }
.product-brand { color:#777; font-size:9px; font-weight:800; letter-spacing:2px; text-transform:uppercase; }
.product-title { margin-top:7px; font-size:28px; line-height:1; letter-spacing:-1px; font-weight:900; text-transform:uppercase; }
.product-subtitle { margin-top:10px; min-height:42px; color:#93A09F; font-size:12px; line-height:1.65; }
.product-specs { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin:22px 0; }
.product-spec { padding:12px 8px; background:#151515; border:1px solid rgba(255,255,255,.07); }
.product-spec small { display:block; color:#777; font-size:8px; text-transform:uppercase; letter-spacing:.8px; }
.product-spec strong { display:block; margin-top:5px; color:#f2f2f2; font-size:10px; line-height:1.3; }
.product-actions { margin-top:auto; display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.product-actions .btn { min-height:47px; padding:0 12px; font-size:9px; gap:8px; }
.product-card.is-hidden { display:none; }
.catalog-help { padding:90px 0; background:radial-gradient(circle at 85% 110%,rgba(79,169,155,.16),transparent 35%),#0a0a0a; border-top:1px solid rgba(255,255,255,.08); }
.catalog-help-inner { display:flex; align-items:end; justify-content:space-between; gap:50px; }
.catalog-help p { max-width:650px; margin-top:20px; color:#93A09F; line-height:1.8; }
.catalog-help-actions { display:flex; gap:10px; flex-wrap:wrap; flex-shrink:0; } @media(max-width:1100px){ .catalog-grid{grid-template-columns:repeat(2,1fr)} .catalog-heading{grid-template-columns:1fr}
}
@media(max-width:720px){ .catalog-hero{min-height:720px} .catalog-hero h1{font-size:52px;letter-spacing:-3px} .catalog-grid{grid-template-columns:1fr} .product-card{min-height:0} .catalog-heading{gap:25px} .catalog-help-inner{align-items:flex-start;flex-direction:column} .catalog-help-actions{width:100%} .catalog-help-actions .btn{flex:1}
} .product-actions.single{grid-template-columns:1fr}.product-actions.single .btn{width:100%;font-size:10px} /* V7.1 teal */
:root{--green:#4FA99B;--green-dark:#347F79;--green-light:#9BD7CC;--accent:#4FA99B}.btn-green,.filter-btn.active,.chatbot-toggle,.chatbot-send{background:#4FA99B!important;color:#10383B!important}a:hover,.eyebrow,.section-tag,.green-text{color:#4FA99B!important}::selection{background:#4FA99B;color:#10383B}
