.hero{position:relative;width:100%;height:60vh;min-height:500px;max-height:800px;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-image-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-image{object-fit:cover}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;padding:2rem;max-width:1200px;margin:0 auto;text-shadow:2px 2px 8px rgba(0,0,0,.5)}.hero-title{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:1rem;font-weight:700}.hero-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);opacity:.95;max-width:800px;margin:0 auto}.text-section{padding:4rem 2rem;background:#b8f5f3}.text-container{max-width:1200px;margin:0 auto}.text-title{font-size:clamp(2rem,4vw,2.5rem);margin-bottom:2rem;color:#0b3d3a;text-align:center}.text-content{font-size:clamp(1rem,2vw,1.125rem);line-height:1.8;color:#0b3d3a}.text-content p{margin-bottom:1.5rem;font-size:inherit;opacity:1}.text-content p:last-child{margin-bottom:0}.card-grid-section{padding:4rem 2rem;background:#b8f5f3}.card-grid-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}@media(max-width:768px){.card-grid-container{grid-template-columns:1fr}}.card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}.card:hover{transform:translateY(-4px);box-shadow:0 8px 12px rgba(0,0,0,.15)}.card-image-container{position:relative;width:100%;height:250px;overflow:hidden}.card-image{object-fit:cover}.card-content{padding:1.5rem;flex:1 1;display:flex;flex-direction:column}.card-title{font-size:1.5rem;margin-bottom:1rem;color:#0b3d3a;font-weight:600}.card-description{font-size:1rem;line-height:1.6;color:#0b3d3a;opacity:.9;flex:1 1}