.hero{padding:2rem 1.5rem 4rem;background:linear-gradient(180deg,var(--white-color) 0%,var(--gray-color-100) 100%);overflow:hidden;border-radius:0 0 40px 40px}@media (min-width: 1024px){.hero{padding:2rem}}.hero__grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width: 1024px){.hero__grid{grid-template-columns:1fr 1fr;gap:4rem}}.hero__content{text-align:center;display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 1024px){.hero__content{text-align:left;align-items:flex-start}}.hero__label{font-size:.875rem;font-weight:700;letter-spacing:.1em;color:var(--blue-color-500);text-transform:uppercase}.hero__title{font-size:2rem;line-height:1.1;font-weight:800;color:var(--blue-color-700);margin:0}@media (min-width: 768px){.hero__title{font-size:3rem}}@media (min-width: 1024px){.hero__title{font-size:3.5rem}}.hero__title .text-gradient{background:linear-gradient(90deg,var(--blue-color-500) 0%,var(--blue-color-300) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero__description{font-size:1.125rem;line-height:1.6;color:var(--text-color);max-width:600px;margin:0 auto}@media (min-width: 1024px){.hero__description{margin:0}}.hero__actions{display:flex;flex-direction:column;gap:1rem;align-items:center;width:100%}@media (min-width: 480px){.hero__actions{flex-direction:row;justify-content:center}}@media (min-width: 1024px){.hero__actions{justify-content:flex-start}}.hero__visuals{position:relative;width:100%;height:380px;display:flex;justify-content:center;align-items:center}@media (min-width: 768px){.hero__visuals{height:500px}}@media (min-width: 1024px){.hero__visuals{height:600px}}.hero__image-container{position:absolute;overflow:hidden;box-shadow:0 20px 40px #0000001a}.hero__image-container .hero__image{width:100%;height:100%;object-fit:cover;display:block}.hero__image-container--main{width:220px;height:280px;right:0;top:5%;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;background-color:var(--orange-color-200);z-index:1}@media (min-width: 768px){.hero__image-container--main{width:350px;height:450px;right:0}}.hero__image-container--secondary{width:150px;height:150px;left:0;bottom:10%;border-radius:63% 37% 30% 70%/50% 45% 55% 50%;background-color:var(--blue-color-200);z-index:2}@media (min-width: 768px){.hero__image-container--secondary{width:250px;height:250px;left:10%;bottom:10%}}.hero__stats-card{position:absolute;inset:auto 0 5% auto;background:var(--white-color);padding:.75rem 1.25rem;border-radius:16px;box-shadow:0 10px 30px #0000001a;display:flex;align-items:center;gap:.75rem;z-index:3;animation:float 4s ease-in-out infinite}@media (min-width: 768px){.hero__stats-card{inset:auto auto 5% 0}}.hero__stats-card .stats-icon{width:40px;height:40px;background-color:var(--blue-color-100);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--blue-color-600)}.hero__stats-card .stats-icon svg{width:20px;height:20px}.hero__stats-card .stats-info{display:flex;flex-direction:column}.hero__stats-card .stats-info .stats-number{font-weight:700;color:var(--gray-color-700);font-size:1rem}.hero__stats-card .stats-info .stats-label{font-size:.75rem;color:var(--text-color)}.hero .decoration{position:absolute;color:var(--orange-color-400);z-index:1}.hero .decoration--sun{top:0;right:15%;width:50px;height:50px;animation:spin 20s linear infinite}@media (min-width: 1024px){.hero .decoration--sun{right:5%}}.hero .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .2s ease}.hero .btn--primary{background-color:var(--primary-color);color:var(--white-color);box-shadow:0 4px 14px #404ef44d}.hero .btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #404ef466;background-color:var(--blue-color-500)}.hero .btn--secondary{color:var(--blue-color-700);background-color:transparent}.hero .btn--secondary:hover{background-color:var(--blue-color-100);color:var(--blue-color-800)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--gray-color-100: #f8f9fa;--gray-color-200: #e1e7ec;--gray-color-300: #cfd6de;--gray-color-400: #b8c4ce;--gray-color-500: #8895a7;--gray-color-600: #5f6b7a;--gray-color-700: #212934;--blue-color-100: #ced2ff;--blue-color-200: #9fa7ff;--blue-color-300: #6c78ff;--blue-color-400: #404ef4;--blue-color-500: #3745eb;--blue-color-600: #212b9c;--blue-color-700: #151c6b;--orange-color-100: #ffe3bb;--orange-color-200: #fcc980;--orange-color-300: #fdba5a;--orange-color-400: #fc9e15;--orange-color-500: #d78308;--orange-color-600: #af741f;--orange-color-700: #744d14;--orange-color-800: #da6d01;--red-color-100: #ffc5c5;--red-color-200: #ff9292;--red-color-300: #f97676;--red-color-400: #ff4f4f;--red-color-500: #db4949;--red-color-600: #992f2f;--red-color-700: #771d1d;--aqua-color-100: #c9fefd;--aqua-color-200: #9ff0ef;--aqua-color-300: #71dad9;--aqua-color-400: #36b7b6;--aqua-color-500: #329090;--aqua-color-600: #185656;--aqua-color-700: #134444;--aqua-color-800: #0bc2d7;--green-color-100: #e7f6e3;--green-color-400: #50b736;--pink-color-100: #f36cff;--white-color: #fff;--border-color: var(--gray-color-200);--primary-color: var(--blue-color-400);--secondary-color: var(--blue-color-100);--text-color: var(--gray-color-500);--text-dark-color: var(--gray-color-600)}.benefits-and-video{padding:0 1.5rem}.benefits-and-video .container{max-width:1200px;margin:0 auto}.benefits-and-video__grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media (min-width: 900px){.benefits-and-video__grid{grid-template-columns:1fr 1.5fr;gap:2rem;align-items:center}}.benefits-and-video .section-header{text-align:center;margin-bottom:3rem}.benefits-and-video .section-header__title{font-size:1.75rem;font-weight:700;color:var(--blue-color-700);margin:0}@media (min-width: 768px){.benefits-and-video .section-header__title{font-size:2.5rem}}.benefits-and-video__video-column{position:relative;width:100%}@media (min-width: 900px){.benefits-and-video__video-column{order:2}}.benefits-and-video .video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:20px;box-shadow:0 20px 40px #0000001a;background-color:var(--gray-color-200)}.benefits-and-video .video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.benefits-and-video .video-caption{margin-top:1.5rem;font-size:1rem;color:var(--text-color);font-style:italic;text-align:center}.benefits-and-video__benefits-column{display:flex;flex-direction:column;gap:1rem;justify-content:center;height:100%}.benefits-and-video .benefit-card{background:var(--white-color);padding:1.25rem;border-radius:12px;box-shadow:0 4px 12px #0000000d;border:1px solid var(--gray-color-200);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.benefits-and-video .benefit-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000014}.benefits-and-video .benefit-card__icon{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:8px;margin-bottom:.25rem}.benefits-and-video .benefit-card__icon svg{width:1.25rem;height:1.25rem}.benefits-and-video .benefit-card__title{font-size:1rem;font-weight:700;margin:0}.benefits-and-video .benefit-card__text{font-size:.9rem;color:var(--text-color);line-height:1.4;margin:0}.benefits-and-video .benefit-card--blue{background:var(--white-color);border-color:var(--blue-color-400)}.benefits-and-video .benefit-card--blue .benefit-card__title{color:var(--blue-color-500)}.benefits-and-video .benefit-card--blue .benefit-card__text{color:var(--text-color)}.benefits-and-video .benefit-card--blue .benefit-card__icon{background-color:var(--blue-color-100);color:var(--blue-color-500)}.benefits-and-video .benefit-card--blue:hover{background:var(--blue-color-100);border-color:var(--blue-color-500);box-shadow:0 15px 35px #212b9c1a}.benefits-and-video .benefit-card--blue:hover .benefit-card__icon{background-color:var(--white-color)}.benefits-and-video .benefit-card--blue:hover .benefit-card__text{color:var(--gray-color-700)}.benefits-and-video .benefit-card--purple{background:var(--white-color);border-color:var(--red-color-500)}.benefits-and-video .benefit-card--purple .benefit-card__title{color:var(--red-color-500)}.benefits-and-video .benefit-card--purple .benefit-card__text{color:var(--text-color)}.benefits-and-video .benefit-card--purple .benefit-card__icon{background-color:var(--red-color-100);color:var(--red-color-500)}.benefits-and-video .benefit-card--purple:hover{background:var(--red-color-100);border-color:var(--red-color-600);box-shadow:0 15px 35px #db49491a}.benefits-and-video .benefit-card--purple:hover .benefit-card__icon{background-color:var(--white-color)}.benefits-and-video .benefit-card--purple:hover .benefit-card__text{color:var(--gray-color-700)}.benefits-and-video .benefit-card--orange{background:var(--white-color);border-color:var(--orange-color-500)}.benefits-and-video .benefit-card--orange .benefit-card__title{color:var(--orange-color-500)}.benefits-and-video .benefit-card--orange .benefit-card__text{color:var(--text-color)}.benefits-and-video .benefit-card--orange .benefit-card__icon{background-color:var(--orange-color-100);color:var(--orange-color-500)}.benefits-and-video .benefit-card--orange:hover{background:var(--orange-color-100);border-color:var(--orange-color-600);box-shadow:0 15px 35px #d783081a}.benefits-and-video .benefit-card--orange:hover .benefit-card__icon{background-color:var(--white-color)}.benefits-and-video .benefit-card--orange:hover .benefit-card__text{color:var(--gray-color-700)}.calendly-section{padding:4rem 1.5rem;background-color:var(--gray-color-100);border-radius:40px}.calendly-section .container{max-width:1024px;margin:0 auto}.calendly-section .text-center{text-align:center;margin-bottom:3rem}.calendly-section .section-title{font-size:1.75rem;font-weight:700;color:var(--blue-color-700);margin-bottom:1rem}@media (min-width: 768px){.calendly-section .section-title{font-size:2rem}}.calendly-section .section-subtitle{font-size:1.125rem;color:var(--text-color)}.calendly-section .calendly-wrapper{background:var(--white-color);border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0000000d;border:1px solid var(--gray-color-200)}.faq-section{padding:2rem 1.5rem;background-color:var(--white-color);position:relative;overflow:hidden;z-index:1}.faq-section .faq-background{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-1}.faq-section .faq-background__shape{position:absolute;animation:floatHorizontal 20s infinite ease-in-out alternate;opacity:.6}.faq-section .faq-background__shape--1{top:5%;left:-50px;width:180px;height:300px;background-color:var(--blue-color-100);border-radius:90px;transform:rotate(15deg);animation-duration:25s}@media (min-width: 768px){.faq-section .faq-background__shape--1{width:250px;height:400px;left:40px}}.faq-section .faq-background__shape--2{top:2%;right:-40px;width:120px;height:120px;background-color:var(--orange-color-100);border-radius:50%;animation-duration:22s;animation-direction:alternate-reverse}@media (min-width: 768px){.faq-section .faq-background__shape--2{width:180px;height:180px;right:40px}}.faq-section .faq-background__shape--3{bottom:5%;left:-30px;width:140px;height:140px;background-color:var(--aqua-color-100);border-radius:50%;animation-duration:28s}@media (min-width: 768px){.faq-section .faq-background__shape--3{width:200px;height:200px;left:5%}}.faq-section .faq-background__shape--4{bottom:10%;right:-60px;width:200px;height:350px;background-color:var(--red-color-100);border-radius:100px;transform:rotate(-10deg);animation-duration:30s;animation-direction:alternate-reverse}@media (min-width: 768px){.faq-section .faq-background__shape--4{width:280px;height:500px;right:40px}}@keyframes floatHorizontal{0%{transform:translate(-30px) rotate(0)}to{transform:translate(30px) rotate(5deg)}}.faq-section .container{max-width:800px;margin:0 auto}.faq-section .section-header{text-align:center;margin-bottom:3rem}.faq-section .section-header__pretitle{font-size:.875rem;font-weight:700;color:var(--blue-color-500);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.faq-section .section-header__title{font-size:1.75rem;font-weight:800;color:var(--blue-color-700);margin-bottom:1rem}@media (min-width: 768px){.faq-section .section-header__title{font-size:2.5rem}}.faq-section .faq-list{display:flex;flex-direction:column;gap:1rem}.faq-section .faq-item{background-color:var(--white-color);border-radius:16px;border:1px solid var(--gray-color-300);box-shadow:0 4px 12px #00000014;transition:all .3s ease;position:relative;z-index:2}.faq-section .faq-item:focus-within{border-color:var(--blue-color-400);box-shadow:0 0 0 3px #404ef41a}.faq-section .faq-item.is-open{background-color:var(--white-color);border-color:var(--gray-color-200);box-shadow:0 4px 12px #0000000d}.faq-section .faq-item.is-open .faq-item__toggle{transform:rotate(180deg);background-color:var(--gray-color-100);color:var(--blue-color-500)}.faq-section .faq-item.is-open .faq-item__content-wrapper{grid-template-rows:1fr;padding-bottom:1.5rem;opacity:1}.faq-section .faq-item summary{padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;list-style:none;font-weight:700;font-size:1.125rem;color:var(--gray-color-700)}.faq-section .faq-item summary::-webkit-details-marker{display:none}.faq-section .faq-item summary:hover{color:var(--blue-color-600)}.faq-section .faq-item__toggle{width:2rem;height:2rem;border-radius:50%;background-color:var(--white-color);display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 5px #0000000d;flex-shrink:0;margin-left:1rem}.faq-section .faq-item__toggle svg{width:1rem;height:1rem;color:var(--gray-color-500)}.faq-section .faq-item__content-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease-out,opacity .3s ease-out,padding .3s ease;opacity:0;padding:0 1.5rem;overflow:hidden}.faq-section .faq-item__content{min-height:0;color:var(--text-dark-color);line-height:1.6;font-size:1rem}.craving-experience-page{width:100%;max-width:100vw;overflow-x:hidden;display:flex;flex-direction:column;gap:4rem;padding-bottom:4rem}@media (min-width: 768px){.craving-experience-page{gap:4rem}}
