.hero{background:linear-gradient(135deg,#f9fafb 0%,#fff 100%);align-items:center;min-height:80vh;padding:5rem 0;display:flex}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.hero-content{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (min-width:1024px){.hero-content{grid-template-columns:1fr 1fr;gap:4rem}}.hero-text{text-align:center}@media (min-width:1024px){.hero-text{text-align:left}}.hero-title{color:#1f2937;margin-bottom:1rem;font-size:2.25rem;font-weight:700;line-height:1.2}.hero-subtitle{color:#ff6b35;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600;line-height:1.3}.hero-description{color:#6b7280;margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.hero-buttons{flex-direction:column;align-items:center;gap:1rem;display:flex}@media (min-width:640px){.hero-buttons{flex-direction:row;justify-content:center}}@media (min-width:1024px){.hero-buttons{justify-content:flex-start}}@media (min-width:768px){.hero-title{font-size:3rem}}@media (min-width:1024px){.hero-title{font-size:3.75rem}}.hero-image{justify-content:center;align-items:center;display:flex}.hero-image-wrapper{border-radius:1.5rem;width:100%;max-width:500px;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.hero-image-img{object-fit:cover;background:linear-gradient(135deg,#ff6b35,gold);width:100%;height:auto;min-height:300px;display:block}.hero-image-caption{color:#fff;text-align:center;background:linear-gradient(transparent,rgba(0,0,0,.8));padding:2rem 1.5rem 1.5rem;position:absolute;bottom:0;left:0;right:0}.hero-image-caption p{text-shadow:0 1px 3px rgba(0,0,0,.5);margin:0;font-size:1.125rem;font-weight:500}@media (max-width:768px){.hero-image-wrapper{border-radius:1rem;max-width:100%}.hero-image-img{min-height:200px}.hero-image-caption{padding:1.5rem 1rem 1rem}.hero-image-caption p{font-size:1rem}}.btn{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{color:#fff;background-color:#ff6b35}.btn-primary:hover{background-color:#1a1a1a;transform:translateY(-1px);box-shadow:0 4px 12px rgba(255,107,53,.3)}.btn-secondary{color:#1f2937;background-color:transparent;border:2px solid #e5e7eb}.btn-secondary:hover{color:#ff6b35;background-color:#f9fafb;border-color:#ff6b35}
