@import "https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,400&family=Poppins:wght@300;400;500;600;700;800&display=swap";:root{--teal:#009ca6;--teal-dark:#006b72;--teal-darker:#004c52;--orange:#f26d21;--orange-light:#f5945a;--orange-dark:#c85a18;--lime:#c2d500;--lime-dark:#9aaa00;--yellow:#f5c842;--white:#fff;--off-white:#f4f8f8;--light-gray:#e8f4f5;--text-dark:#1a2e30;--text-medium:#2e5254;--text-light:#6b8e90;--font-heading:"Poppins", sans-serif;--font-body:"Nunito", sans-serif;--radius-sm:8px;--radius-md:16px;--radius-lg:28px;--radius-xl:40px;--radius-full:9999px;--shadow-sm:0 2px 8px #00646914;--shadow-md:0 8px 24px #0064691f;--shadow-lg:0 20px 48px #00646929;--shadow-xl:0 32px 64px #00646933}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-dark);background-color:var(--white);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5{font-family:var(--font-heading);line-height:1.2}a{color:inherit;text-decoration:none;transition:color .2s}ul{list-style:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.container-wide{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}.section-pad{padding:6rem 0}@media (width<=768px){.section-pad{padding:4rem 0}.container,.container-wide{padding:0 1.25rem}}.btn{border-radius:var(--radius-full);font-size:1rem;font-weight:700;font-family:var(--font-heading);letter-spacing:.01em;align-items:center;gap:.6rem;padding:.85rem 2rem;transition:all .25s;display:inline-flex}.btn-orange{background:var(--orange);color:var(--white);box-shadow:0 6px 20px #f26d2159}.btn-orange:hover{background:var(--orange-dark);transform:translateY(-2px);box-shadow:0 10px 28px #f26d2173}.btn-teal{background:var(--teal);color:var(--white);box-shadow:0 6px 20px #009ca659}.btn-teal:hover{background:var(--teal-dark);transform:translateY(-2px)}.btn-lime{background:var(--lime);color:var(--text-dark);font-weight:800;box-shadow:0 6px 20px #c2d50059}.btn-lime:hover{background:var(--lime-dark);color:#fff;transform:translateY(-2px)}.btn-outline-white{color:#fff;background:0 0;border:2px solid #fff}.btn-outline-white:hover{color:var(--teal-dark);background:#fff}.btn-lg{padding:1.1rem 2.5rem;font-size:1.1rem}.section-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--orange);margin-bottom:.75rem;font-size:.85rem;font-weight:800;display:inline-block}.section-title{color:var(--text-dark);margin-bottom:1rem;font-size:clamp(1.9rem,3.5vw,2.8rem);font-weight:800}.section-title-white{color:#fff;margin-bottom:1rem;font-size:clamp(1.9rem,3.5vw,2.8rem);font-weight:800}.section-subtitle{color:var(--text-medium);max-width:640px;margin:0 auto;font-size:1.1rem;line-height:1.7}.section-subtitle-white{color:#fffc;max-width:640px;font-size:1.1rem;line-height:1.7}.wave-wrap{position:relative;overflow:hidden}.wave-top,.wave-bottom{z-index:2;width:100%;line-height:0;position:absolute;left:0;right:0;overflow:hidden}.wave-top{top:0}.wave-bottom{bottom:0}.wave-top svg,.wave-bottom svg{width:calc(100% + 2px);height:80px;display:block}@media (width<=768px){.wave-top svg,.wave-bottom svg{height:40px}}.text-center{text-align:center}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-4{gap:1rem}.gap-8{gap:2rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.anim-float{animation:6s ease-in-out infinite float}.anim-float-delay{animation:6s ease-in-out 1.5s infinite float}.float-gallery{height:520px;position:relative}.float-circle{box-shadow:var(--shadow-lg);object-fit:cover;border:6px solid #fff;border-radius:50%;position:absolute;overflow:hidden}.float-circle-lg{width:280px;height:280px}.float-circle-md{width:220px;height:220px}.float-circle-sm{width:170px;height:170px}
