*{box-sizing:border-box}.beach-hero{width:100%}.beach-hero__container{max-width:1280px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width: 768px){.beach-hero__container{grid-template-columns:1fr 1fr;padding:0 2rem}}.beach-hero__content{display:flex;flex-direction:column;gap:1.5rem}.beach-hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;width:fit-content}.beach-hero__badge img{width:20px;height:20px}.beach-hero__headline{font-weight:700;line-height:1.2;margin:0}.beach-hero__subheadline{line-height:1.6;margin:0}.beach-hero__buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.beach-hero__button{padding:1rem 2rem;border-radius:9999px;font-weight:600;text-decoration:none;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.beach-hero__button--primary{box-shadow:0 10px 30px #0003}.beach-hero__button--primary:hover{transform:translateY(-2px);box-shadow:0 15px 40px #0000004d}.beach-hero__button--secondary{border:2px solid currentColor}.beach-hero__button--secondary:hover{opacity:.8}.beach-hero__button--secondary img{width:20px;height:20px}.beach-hero__image{width:100%;border-radius:1.5rem;overflow:hidden;box-shadow:0 20px 60px #00000026}.beach-hero__image img{width:100%;height:100%;display:block}.beach-video-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999}.beach-video-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000e6}.beach-video-modal__content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:2rem}.beach-video-modal__close{position:absolute;top:1rem;right:1rem;background:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:24px;cursor:pointer;z-index:10}.beach-video-modal__iframe-wrapper{position:relative;width:100%;max-width:1200px;padding-bottom:56.25%}.beach-video-modal__iframe-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.beach-reasons{width:100%}.beach-reasons__container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 768px){.beach-reasons__container{padding:0 2rem}}.beach-reasons__headline{text-align:center;font-weight:700;margin:0 0 3rem}.beach-reasons__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.beach-reasons__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.beach-reasons__grid{grid-template-columns:repeat(4,1fr)}}.beach-reasons__item{padding:2rem;border-radius:1rem;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.beach-reasons__item:hover{transform:translateY(-5px);box-shadow:0 10px 40px #00000026}.beach-reasons__image{width:100%;aspect-ratio:4/3;border-radius:.75rem;overflow:hidden;margin-bottom:1.5rem}.beach-reasons__image img{width:100%;height:100%;display:block}.beach-reasons__icon{width:60px;height:60px;margin-bottom:1.5rem}.beach-reasons__icon img{width:100%;height:100%;display:block}.beach-reasons__title{font-weight:700;margin:0 0 .75rem}.beach-reasons__description{line-height:1.6;margin:0}.beach-use-cases{width:100%}.beach-use-cases__container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 768px){.beach-use-cases__container{padding:0 2rem}}.beach-use-cases__headline{text-align:center;font-weight:700;margin:0 0 1rem}.beach-use-cases__subheadline{text-align:center;margin:0 0 3rem}.beach-use-cases__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.beach-use-cases__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.beach-use-cases__grid{grid-template-columns:repeat(4,1fr)}}.beach-use-cases__item{position:relative;border-radius:1rem;overflow:hidden;cursor:pointer;transition:transform .3s ease}.beach-use-cases__item:hover{transform:scale(1.02)}.beach-use-cases__image{position:relative;width:100%;aspect-ratio:3/4}.beach-use-cases__image img{width:100%;height:100%;display:block}.beach-use-cases__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;text-align:center}.beach-use-cases__icon{width:60px;height:60px;margin-bottom:1rem}.beach-use-cases__icon img{width:100%;height:100%;display:block}.beach-use-cases__title{font-weight:700;margin:0 0 .5rem}.beach-use-cases__description{margin:0;line-height:1.5}.beach-faq{width:100%}.beach-faq__container{max-width:900px;margin:0 auto;padding:0 1rem}@media (min-width: 768px){.beach-faq__container{padding:0 2rem}}.beach-faq__headline{text-align:center;font-weight:700;margin:0 0 3rem}.beach-faq__accordion{display:flex;flex-direction:column;gap:1rem}.beach-faq__item{border-radius:1rem;padding:1.5rem;box-shadow:0 2px 10px #0000000d}.beach-faq__question{width:100%;text-align:left;background:none;border:none;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:0}.beach-faq__icon{font-size:24px;font-weight:300;transition:transform .3s ease}.beach-faq__item.active .beach-faq__icon{transform:rotate(45deg)}.beach-faq__answer{max-height:0;overflow:hidden;transition:max-height .3s ease;line-height:1.6;padding-top:0}.beach-faq__item.active .beach-faq__answer{max-height:500px;padding-top:1rem}.beach-cta{width:100%;position:relative;overflow:hidden}.beach-cta__container{max-width:1280px;margin:0 auto;padding:0 1rem;text-align:center;position:relative;z-index:1}@media (min-width: 768px){.beach-cta__container{padding:0 2rem}}.beach-cta__headline{font-weight:700;line-height:1.2;margin:0 0 1rem}.beach-cta__subheadline{margin:0 0 2rem;line-height:1.6;opacity:.9}.beach-cta__button-wrapper{display:flex;justify-content:center;margin-bottom:2rem}.ultimateCar{cursor:pointer;display:inline-block;padding:1.5rem 4rem;border-radius:9999px;box-shadow:0 20px 60px #0000004d;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.ultimateCar:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.ultimateCar:hover:before{width:300px;height:300px}.ultimateCar:hover{transform:scale(1.05);box-shadow:0 25px 80px #0006}.ultimateCar h2{margin:0;font-weight:700;position:relative;z-index:1}@media (max-width: 768px){.ultimateCar{padding:1.25rem 2.5rem}}.beach-cta__badges{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem}.beach-cta__badge{display:flex;align-items:center;gap:.5rem}.beach-cta__badge img{width:20px;height:20px}.beach-use-cases__button{cursor:pointer;transition:opacity .3s ease,transform .2s ease}.beach-use-cases__button:hover{opacity:.9;transform:translateY(-2px)}.beach-use-cases__button:active{transform:translateY(0)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.beach-video-modal__content{animation:slideUp .4s ease}
/*# sourceMappingURL=/cdn/shop/t/75/assets/beach-sections.css.map */
