.recommendations-page{min-height:calc(100vh - 140px)}.page-header{background:linear-gradient(135deg,var(--primary-green-light),var(--white));padding:1rem;margin-bottom:1rem;border-radius:0 0 50px 50px;text-align:center;overflow:visible}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.header-text{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media (min-width: 768px){.header-text{grid-template-columns:1fr 1fr 1fr;text-align:left}}.header-left{display:flex;flex-direction:column;gap:1rem}.header-center{display:flex;flex-direction:column;align-items:center;justify-content:center}.header-image{display:block;width:100%;max-width:420px;height:auto;margin:0 auto;transition:transform .3s ease}.header-image:hover{transform:scale(1.05)}.header-right{display:flex;align-items:center}.header-text h1{font-size:3.5rem;margin-bottom:1rem;color:var(--text-dark);line-height:1.1}.subtitle{font-size:1.5rem;color:var(--primary-green-dark);margin-bottom:1rem;font-weight:500;line-height:1.3}.description{font-size:1.1rem;color:var(--text-light);max-width:800px;margin:0 auto 1rem;line-height:1.5}.subtitle-mobile,.description-mobile{display:none}.subtitle-desktop,.description-desktop{display:inline}.category-filter{display:flex;justify-content:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.category-btn{padding:.75rem 1.5rem;border:2px solid var(--border-light);background:var(--white);color:var(--text-dark);border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:500}.category-btn:hover{border-color:var(--primary-green);color:var(--primary-green)}.category-btn.active{background:var(--primary-green);border-color:var(--primary-green);color:var(--white)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.product-card{background:var(--white);border-radius:15px;box-shadow:0 4px 20px var(--shadow);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border .3s ease;position:relative;border:3px solid transparent}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px var(--shadow);border:3px solid var(--primary-green)}.product-card.featured{position:relative}.featured-badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,var(--primary-green),var(--primary-green-dark));color:var(--white);padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;z-index:2}.product-image{position:relative;height:200px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.category-tag{position:absolute;bottom:1rem;left:1rem;background:#000000b3;color:var(--white);padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-weight:500}.product-content{padding:1.5rem}.product-title{font-size:1.25rem;margin-bottom:1rem;color:var(--text-dark);line-height:1.3}.product-description{color:var(--text-light);margin-bottom:1.5rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.stars{display:flex;gap:.1rem}.star{font-size:1.2rem}.star.full{color:gold}.star.half{color:gold;opacity:.5}.star.empty{color:var(--border-light)}.rating-text{font-size:.9rem;color:var(--text-muted)}.product-price{margin-bottom:1.5rem}.current-price{font-size:1.5rem;font-weight:700;color:var(--primary-green)}.original-price{margin-left:.5rem;font-size:1rem;color:var(--text-muted);text-decoration:line-through}.pros-cons{margin-bottom:1.5rem}.pros,.cons{margin-bottom:1rem}.pros h4,.cons h4{font-size:.9rem;margin-bottom:.5rem;color:var(--text-dark)}.pros ul,.cons ul{list-style:none;padding:0;margin:0}.pros li,.cons li{font-size:.85rem;color:var(--text-light);margin-bottom:.25rem;padding-left:1rem;position:relative}.pros li:before{content:"•";color:var(--primary-green);position:absolute;left:0}.cons li:before{content:"•";color:#e74c3c;position:absolute;left:0}.bonus-info{display:block;background:linear-gradient(135deg,#e8f5e8,#d4edda);border:2px solid var(--primary-green-dark);border-radius:10px;padding:1rem;margin:.75rem 0;text-decoration:none;transition:all .3s ease;cursor:pointer}.bonus-info:hover{background:linear-gradient(135deg,#d4edda,#c3e6cb);border-color:var(--primary-green);transform:translateY(-2px);box-shadow:0 4px 15px #4caf5033}.bonus-info h4{font-size:.9rem;margin-bottom:.75rem;font-weight:600;color:var(--primary-green-dark)}.bonus-details{display:flex;flex-direction:column;gap:.5rem}.bonus-amount{font-size:1rem;font-weight:700;color:var(--primary-green-dark);background:#fffc;padding:.5rem;border-radius:6px;text-align:center}.bonus-requirements{font-size:.85rem;color:var(--text-dark);line-height:1.4;text-align:center;font-style:italic}.cta-buttons{display:flex;flex-direction:column;gap:.75rem}.cta-button{display:block;width:100%;padding:1rem;text-decoration:none;border-radius:8px;text-align:center;font-weight:600;transition:transform .3s ease,box-shadow .3s ease}.cta-button.primary{background:linear-gradient(135deg,var(--primary-green),var(--primary-green-dark));color:var(--white)}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 4px 15px #acc1a566;text-decoration:none;color:var(--white)}.cta-button.secondary{background:transparent;color:var(--primary-green);border:2px solid var(--primary-green);padding:.75rem;font-size:.9rem}.cta-button.secondary:hover{background:var(--primary-green-light);transform:translateY(-1px);text-decoration:none;color:var(--primary-green-dark)}@media (max-width: 768px){.page-header{padding:1rem;text-align:center}.header-content{padding:0 1.5rem}.header-text{grid-template-columns:1fr;text-align:center}.header-text h1{font-size:2.5rem}.subtitle{font-size:1.25rem}.description{font-size:1rem}.subtitle-desktop,.description-desktop{display:none}.subtitle-mobile,.description-mobile{display:inline}.products-grid{grid-template-columns:1fr;gap:1.5rem}.category-filter{justify-content:center;gap:.5rem}.category-btn{padding:.5rem 1rem;font-size:.9rem}.product-content{padding:1rem}.bonus-info{padding:.75rem;margin:.5rem 0}.bonus-amount{font-size:.9rem;padding:.4rem}.bonus-requirements{font-size:.8rem}.header-image{width:50%}}@media (max-width: 480px){.header-content{padding:0 1rem}.header-text h1{font-size:2rem}.subtitle{font-size:1.1rem}.description{font-size:.95rem}.products-grid{grid-template-columns:1fr}.product-image{height:150px}.bonus-info{padding:.5rem;margin:.5rem 0}.bonus-amount{font-size:.85rem;padding:.3rem}.bonus-requirements{font-size:.75rem}}
