.frigorifico-page{background:#f8fafc}.hero-section{background:linear-gradient(135deg,#1a3d0c,#2d5a1a);color:#fff;padding:80px 0;position:relative;overflow:hidden}.hero-container{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:60px}.hero-content{flex:1 1}.hero-title{font-size:3.5rem;font-weight:900;margin-bottom:24px;line-height:1.1}.hero-title-accent{color:#4ade80}.hero-subtitle{font-size:1.25rem;color:#d1d5db;margin-bottom:32px;line-height:1.6}.hero-description{font-size:1.125rem;color:#9ca3af;margin-bottom:40px;line-height:1.7}.hero-actions{display:flex;gap:16px;flex-wrap:wrap}.hero-button-primary{background:#4ade80;color:#1a3d0c;padding:16px 32px;border-radius:8px;font-weight:700;font-size:1.125rem;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.hero-button-primary:hover{background:#22c55e;transform:translateY(-2px);box-shadow:0 8px 25px rgba(74,222,128,.3)}.hero-button-secondary{background:transparent;color:#fff;padding:16px 32px;border-radius:8px;font-weight:600;font-size:1.125rem;text-decoration:none;transition:all .3s ease;border:2px solid hsla(0,0%,100%,.3);cursor:pointer}.hero-button-secondary:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.5);transform:translateY(-2px)}.hero-image{flex:1 1;display:flex;justify-content:center;align-items:center}.hero-image img{max-width:100%;height:auto;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.3)}@media (max-width:768px){.hero-container{flex-direction:column;text-align:center;gap:40px}.hero-title{font-size:2.5rem}.hero-actions{justify-content:center}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.125rem}.hero-actions{flex-direction:column}.hero-button-primary,.hero-button-secondary{width:100%;text-align:center}}