#__next,body,html{padding:0;margin:0;font-family:Quicksand,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background:linear-gradient(135deg,#fef7e0,#f0f9ff);min-height:100vh;width:100%}a{color:inherit;text-decoration:none}*{box-sizing:border-box}main{max-width:1440px;margin:0 auto;padding:0 2rem}.hero-container{position:relative;width:100%;height:70vh;max-height:720px;overflow:hidden;margin-bottom:2rem}.hero-image{z-index:1;object-fit:cover}.hero-overlay{position:absolute;z-index:2;bottom:0;left:0;width:100%;height:25%}@media screen and (max-width:1024px){.hero-container{height:60vh}}@media screen and (max-width:768px){.hero-container{height:45vh}.hero-overlay{height:40%}}.content-wrapper{max-width:1140px;margin:0 auto;padding-bottom:2rem}@media (max-width:1024px){main{padding:0 1.5rem}.content-wrapper{max-width:90%}}@media (max-width:768px){main{padding:0}.content-wrapper{max-width:90%}h1{font-size:1.75rem}}.hero-text{position:absolute;z-index:3;bottom:0;color:#1a1a1a;width:100%}.hero-title{font-family:Caveat,Roboto;font-size:6rem;line-height:1.2;font-weight:500;color:#fff;text-shadow:0 0 24px #000;text-align:center;margin:0 0 .5rem}.hero-tagline-container{width:100%;padding:1rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(0deg,rgba(0,0,0,.6) 0,rgba(0,0,0,.4) 50%,transparent);color:#fff;font-size:1rem;font-weight:400;text-align:center;z-index:3}.hero-cta-container{margin-top:1rem;display:flex;justify-content:center}.hero-tagline{font-size:1.1rem;font-weight:500;color:#fff;margin-bottom:.5rem;line-height:1.6}.hero-subtitle,.hero-tagline{text-shadow:1px 1px 4px rgba(0,0,0,.4)}.hero-subtitle{font-size:.95rem;font-weight:300;color:#f0f0f0;margin-bottom:1rem;line-height:1.5;opacity:.9}@media screen and (max-width:1024px){.hero-title{font-size:4rem}.hero-tagline{font-size:1rem}}@media screen and (max-width:768px){.hero-title{font-size:3rem}.hero-tagline{font-size:.9rem}}.hero-cta{display:inline-block;margin-top:1rem;padding:.8rem 1.5rem;background:linear-gradient(135deg,#ff8a00,#ff6b35);color:#fff;font-size:1rem;font-weight:600;border-radius:25px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px rgba(255,138,0,.3);border:none;cursor:pointer}.hero-cta:hover{background:linear-gradient(135deg,#e46f00,#e55a2b);transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,138,0,.4)}@media screen and (max-width:1024px){.hero-cta{font-size:.95rem;padding:.5rem 1rem}}