*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:DM Sans,sans-serif;color:#3b3b4a;background:#fafaf6;line-height:1.65;overflow-x:hidden;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 24px}@media (max-width: 480px){.container{padding:0 16px}}.text-center{text-align:center}.section-tag{display:inline-block;background:#edd9b8;color:#2f4528;font-size:.72rem;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;padding:6px 18px;border-radius:100px;margin-bottom:16px}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3.2rem);color:#1c1c26;line-height:1.15;font-weight:700;margin-bottom:16px}.section-subtitle{font-size:1rem;color:#7a7a8c;max-width:540px;margin:0 auto;line-height:1.75}.btn-primary{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:100px;font-family:DM Sans,sans-serif;font-weight:600;font-size:.92rem;cursor:pointer;border:none;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;background:#4a6741;color:#fff}.btn-primary:hover{background:#2f4528;transform:translateY(-2px);box-shadow:0 8px 32px #0000001c}.btn-ghost{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:100px;font-family:DM Sans,sans-serif;font-weight:600;font-size:.92rem;cursor:pointer;border:none;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.55)}.btn-ghost:hover{background:#ffffff1f;border-color:#fff}.btn-accent{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:100px;font-family:DM Sans,sans-serif;font-weight:600;font-size:.92rem;cursor:pointer;border:none;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;background:#c8975a;color:#1c1c26}.btn-accent:hover{background:#bb833e;transform:translateY(-2px);box-shadow:0 8px 32px #0000001c}.logo{display:inline-flex;align-items:center;text-decoration:none;cursor:pointer}.logo__svg{display:block;transition:transform .2s ease}.logo:hover .logo__svg{transform:scale(1.04)}.logo--sm .logo__svg{height:40px;width:auto}.logo--md .logo__svg{height:56px;width:auto}.logo--lg .logo__svg{height:72px;width:auto}.header{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s cubic-bezier(.4,0,.2,1)}.header--scrolled{background:#1c1c26f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 8px 32px #0000001c}.header__nav{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:0;padding:22px 0}.header__logo{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;color:#fff;font-family:Cormorant Garamond,serif;font-size:1.55rem;font-weight:700;letter-spacing:.3px}.header__logo-icon{font-size:1.6rem}.header__links{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:36px}.header__links li a{color:#ffffffd1;font-size:.88rem;font-weight:500;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.header__links li a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#c8975a;border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1)}.header__links li a:hover{color:#fff}.header__links li a:hover:after{width:100%}@media (max-width: 1024px){.header__links{display:none}}.header__cta{background:#c8975a;color:#1c1c26;padding:10px 24px;border-radius:100px;font-weight:600;font-size:.86rem;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer}.header__cta:hover{background:#bb833e;transform:translateY(-1px)}.header__hamburger{display:none;flex-direction:column;gap:5px;padding:4px;background:none;border:none;cursor:pointer}.header__hamburger span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1)}.header__hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header__hamburger.open span:nth-child(2){opacity:0}.header__hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width: 1024px){.header__hamburger{display:flex}}.mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1050;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.mobile-overlay.open{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;right:0;width:min(300px,85vw);height:100vh;background:#1c1c26;z-index:1100;padding:80px 32px 32px;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:4px}.mobile-menu.open{transform:translate(0)}.mobile-menu__close{position:absolute;top:20px;right:20px;color:#fff;font-size:1.3rem;background:none;border:none;cursor:pointer}.mobile-menu__logo{font-family:Cormorant Garamond,serif;font-size:1.3rem;color:#fff;margin-bottom:24px}.mobile-menu a{color:#ffffffbf;font-size:1rem;font-weight:500;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.07);width:100%;transition:all .3s cubic-bezier(.4,0,.2,1)}.mobile-menu a:hover{color:#fff;padding-left:6px}.mobile-menu__cta{margin-top:20px;background:#c8975a;color:#1c1c26;padding:12px 28px;border-radius:100px;font-weight:600;font-size:.9rem;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.mobile-menu__cta:hover{background:#bb833e}.hero{position:relative;height:100vh;min-height:640px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;overflow:hidden}.hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1.4s ease;animation:kenBurns 9s ease-in-out infinite alternate}.hero__slide.active{opacity:1}@keyframes kenBurns{0%{transform:scale(1)}to{transform:scale(1.07)}}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(150deg,#1c1c26c7,#4a674166 55%,#1c1c26a6)}.hero__content{position:relative;z-index:1;text-align:center;color:#fff;padding:0 24px;max-width:820px;animation:fadeUp .8s ease}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero__tag{display:inline-flex;align-items:center;gap:8px;background:#ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.25);color:#edd9b8;font-size:.75rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;padding:8px 20px;border-radius:100px;margin-bottom:24px}.hero__title{font-family:Cormorant Garamond,serif;font-size:clamp(3rem,7.5vw,6rem);line-height:1.08;margin-bottom:24px;font-weight:700;text-shadow:0 2px 24px rgba(0,0,0,.25)}.hero__title .accent{color:#c8975a;font-style:italic}.hero__sub{font-size:clamp(.95rem,2vw,1.15rem);color:#fffc;max-width:560px;margin:0 auto 40px;line-height:1.75}.hero__btns{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.hero__dots{position:absolute;bottom:110px;left:50%;transform:translate(-50%);display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}.hero__dot{width:8px;height:8px;border-radius:50%;background:#ffffff59;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.hero__dot.active{background:#c8975a;width:26px;border-radius:4px}.hero__scroll{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#ffffff80;font-size:.7rem;letter-spacing:2px;animation:scrollBounce 2.2s infinite}@keyframes scrollBounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}.hero__strip{position:absolute;bottom:0;left:0;right:0;background:#ffffff14;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid rgba(255,255,255,.12);display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0}@media (max-width: 768px){.hero__strip{display:none}}.hero__strip-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:18px 0;border-right:1px solid rgba(255,255,255,.1);color:#fff}.hero__strip-item:last-child{border-right:none}.hero__strip-item strong{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:700;color:#c8975a}.hero__strip-item span{font-size:.75rem;color:#fff9;letter-spacing:.5px}.benefits{padding:100px 0}@media (max-width: 768px){.benefits{padding:64px 0}}@media (max-width: 480px){.benefits{padding:48px 0}}.benefits{background:#fafaf6}.benefits__header{margin-bottom:72px}@media (max-width: 768px){.benefits__header{margin-bottom:48px}}.benefits__grid{display:grid;grid-template-columns:1fr 380px 1fr;gap:48px;align-items:center}@media (max-width: 1024px){.benefits__grid{grid-template-columns:1fr}}.benefits__col{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:36px}@media (max-width: 1024px){.benefits__col--right{order:3}}.benefits__col--right .benefit-card{flex-direction:row-reverse;text-align:right}@media (max-width: 1024px){.benefits__col--right .benefit-card{flex-direction:row;text-align:left}}@media (max-width: 1024px){.benefits__col--left{order:2}}.benefits__visual{position:relative;border-radius:36px;overflow:visible}@media (max-width: 1024px){.benefits__visual{order:1;max-width:420px;margin:0 auto;width:100%}}.benefits__visual img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:36px;box-shadow:0 20px 60px #00000029}@media (max-width: 1024px){.benefits__visual img{aspect-ratio:4/3}}.benefits__badge{position:absolute;bottom:24px;left:-20px;background:#fff;border-radius:16px;padding:14px 18px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px;box-shadow:0 8px 32px #0000001c}.benefits__badge strong{display:block;font-size:1.05rem;color:#1c1c26;font-weight:700}.benefits__badge span{font-size:.74rem;color:#7a7a8c}.benefits__badge--top{bottom:auto;top:24px;left:auto;right:-20px}@media (max-width: 1024px){.benefits__badge--top{right:0}}@media (max-width: 1024px){.benefits__badge{left:0}}.benefits__badge-icon{width:42px;height:42px;border-radius:50%;background:#4a6741;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;color:#fff;font-size:1rem;flex-shrink:0}.benefits__badge-icon--accent{background:#c8975a;color:#1c1c26}.benefit-card{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:16px;transition:all .3s cubic-bezier(.4,0,.2,1)}.benefit-card:hover .benefit-card__icon{transform:scale(1.08)}.benefit-card__icon{width:52px;height:52px;border-radius:8px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;color:#fff;font-size:1.15rem;flex-shrink:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.benefit-card__icon--green{background:linear-gradient(135deg,#4a6741,#7da870);box-shadow:0 4px 16px #4a67414d}.benefit-card__icon--saffron{background:linear-gradient(135deg,#c8975a,#d7b488);box-shadow:0 4px 16px #c8975a4d}.benefit-card__text h3{font-family:Cormorant Garamond,serif;font-size:1.12rem;color:#1c1c26;margin-bottom:6px;font-weight:600}.benefit-card__text p{font-size:.87rem;color:#7a7a8c;line-height:1.7}.instructors{padding:100px 0}@media (max-width: 768px){.instructors{padding:64px 0}}@media (max-width: 480px){.instructors{padding:48px 0}}.instructors{background:#1c1c26;overflow:hidden}.instructors .section-subtitle{color:#ffffff80}.instructors__header{margin-bottom:56px}.instructors__carousel{position:relative}.instructors__track-outer{overflow:hidden;touch-action:pan-y}.instructors__track{display:flex;align-items:flex-start;gap:24px;transition:transform .5s cubic-bezier(.4,0,.2,1)}.instructors__track--dragging{transition:none}.instructors__controls{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px;margin-top:40px}.instructor-card{flex:0 0 calc(33.333% - 16px);background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:24px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}@media (max-width: 900px){.instructor-card{flex:0 0 calc(50% - 12px)}}@media (max-width: 640px){.instructor-card{flex:0 0 85%}}@media (hover: hover){.instructor-card:hover{background:#ffffff12;transform:translateY(-6px);border-color:#c8975a59}}.instructor-card__img-wrap{position:relative;aspect-ratio:9/10;overflow:hidden}.instructor-card__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.instructor-card__img-wrap:hover img{transform:scale(1.05)}.instructor-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(28,28,38,.8) 0%,transparent 50%)}.instructor-card__tag{position:absolute;bottom:16px;right:16px;background:#c8975a;color:#1c1c26;font-size:.7rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:5px 12px;border-radius:100px}.instructor-card__body{padding:22px}.instructor-card__body h3{font-family:Cormorant Garamond,serif;font-size:1.3rem;color:#fff;margin-bottom:4px}.instructor-card__role{font-size:.8rem;color:#7da870;font-weight:500;margin-bottom:12px;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.instructor-card__meta{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:16px;margin-bottom:14px}.instructor-card__meta span{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:6px;font-size:.78rem;color:#ffffff73}.instructor-card__meta span i{color:#c8975a;font-size:.75rem}.instructor-card__bio{font-size:.83rem;color:#ffffff7a;line-height:1.7;margin-bottom:10px;min-height:5.1em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.instructor-card__bio--expanded{-webkit-line-clamp:unset}.instructor-card__readmore{background:none;border:none;padding:0;cursor:pointer;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:500;color:#c8975a;transition:all .3s cubic-bezier(.4,0,.2,1)}.instructor-card__readmore:hover{color:#edd9b8}.carousel-btn{width:50px;height:50px;border-radius:50%;border:2px solid rgba(255,255,255,.18);background:transparent;color:#fff;font-size:.9rem;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.carousel-btn:hover{background:#4a6741;border-color:#4a6741}.carousel-btn:disabled{opacity:.28;cursor:not-allowed}.carousel-dots{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}.carousel-dot{width:8px;height:8px;border-radius:50%;background:#ffffff38;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.carousel-dot.active{background:#c8975a;width:24px;border-radius:4px}.faq{padding:100px 0}@media (max-width: 768px){.faq{padding:64px 0}}@media (max-width: 480px){.faq{padding:48px 0}}.faq{background:#f1ede6}.faq__header{margin-bottom:60px}.faq__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 768px){.faq__grid{grid-template-columns:1fr}}.faq-item{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #00000012;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:1.5px solid transparent}.faq-item:hover{box-shadow:0 8px 32px #0000001c}.faq-item.open{border-color:#4a674140;box-shadow:0 8px 32px #0000001c}.faq-item__question{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px;-webkit-user-select:none;user-select:none}.faq-item__q-left{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:16px;gap:14px}.faq-item__num{width:34px;height:34px;border-radius:50%;background:#f1ede6;color:#4a6741;font-size:.75rem;font-weight:700;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;flex-shrink:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.faq-item.open .faq-item__num{background:#4a6741;color:#fff}.faq-item__question h4{font-size:.93rem;font-weight:600;color:#1c1c26;line-height:1.45}.faq-item__toggle{width:32px;height:32px;border-radius:50%;border:1.5px solid #E8E4DC;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;color:#7a7a8c;font-size:.75rem;flex-shrink:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.faq-item.open .faq-item__toggle{background:#4a6741;border-color:#4a6741;color:#fff;transform:rotate(45deg)}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .38s ease}.faq-item.open .faq-item__answer{max-height:220px}.faq-item__answer p{padding:0 24px 20px 64px;font-size:.87rem;color:#7a7a8c;line-height:1.72}.testimonials{padding:100px 0}@media (max-width: 768px){.testimonials{padding:64px 0}}@media (max-width: 480px){.testimonials{padding:48px 0}}.testimonials{background:linear-gradient(160deg,#f6f2eb,#edf4ee)}.testimonials__header{margin-bottom:60px}.testimonials__layout{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:64px}@media (max-width: 768px){.testimonials__layout{grid-template-columns:1fr}}.testimonials__cards{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:16px}.testimonials__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;background:#1c1c26;border-radius:36px;padding:40px}@media (max-width: 768px){.testimonials__stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.testimonials__stats{grid-template-columns:1fr 1fr;padding:24px}}.stars{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:3px;margin-bottom:16px}.stars i{color:#c8975a;font-size:.88rem}.t-featured{background:#4a6741;border-radius:36px;padding:40px;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:0}.t-featured .stars i{color:#edd9b8}.t-featured__inner{position:relative;z-index:1}.t-featured blockquote{font-family:Cormorant Garamond,serif;font-size:clamp(1.05rem,2vw,1.3rem);color:#ffffffeb;line-height:1.6;margin-bottom:40px}.t-featured__reviewer{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:16px;margin-top:auto}.t-featured__reviewer img{width:52px;height:52px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.3)}.t-featured__reviewer strong{display:block;color:#fff;font-size:.95rem}.t-featured__reviewer span{color:#ffffff94;font-size:.78rem}.t-featured__decoration{position:absolute;bottom:-32px;right:20px;font-size:12rem;font-family:Cormorant Garamond,serif;color:#ffffff0f;line-height:1;z-index:0}.t-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 8px #00000012;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.t-card:hover{transform:translateY(-3px);box-shadow:0 8px 32px #0000001c}.t-card blockquote{font-size:.87rem;color:#3b3b4a;line-height:1.72;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.t-card__reviewer{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;padding-top:16px;border-top:1px solid #E8E4DC}.t-card__reviewer img{width:38px;height:38px;border-radius:50%;object-fit:cover;border:2px solid #F1EDE6}.t-card__reviewer strong{display:block;color:#1c1c26;font-size:.85rem;font-weight:600}.t-card__reviewer span{color:#7a7a8c;font-size:.74rem}.t-stat{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center}.t-stat__icon{width:44px;height:44px;border-radius:50%;background:#ffffff14;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;margin-bottom:4px;color:#c8975a;font-size:1rem}.t-stat strong{font-family:Cormorant Garamond,serif;font-size:2rem;color:#fff;font-weight:700;line-height:1}.t-stat span{font-size:.76rem;color:#ffffff80;font-weight:500}.footer{background:#1c1c26;color:#ffffff8c}.footer__main{display:grid;grid-template-columns:2fr 1fr 1fr 1.6fr;gap:48px;padding:72px 0 48px;border-bottom:1px solid rgba(255,255,255,.07)}@media (max-width: 1024px){.footer__main{grid-template-columns:1fr 1fr;gap:36px}}@media (max-width: 480px){.footer__main{grid-template-columns:1fr;gap:28px;padding:48px 0 32px}}.footer__brand p{font-size:.86rem;line-height:1.75;color:#ffffff6b;margin:16px 0 24px}.footer__logo{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;font-family:Cormorant Garamond,serif;font-size:1.5rem;color:#fff;font-weight:700}.footer__logo span{font-size:1.5rem}.footer__social{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px}.footer__social a{width:36px;height:36px;border-radius:50%;background:#ffffff0f;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;color:#ffffff73;font-size:.82rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.footer__social a:hover{background:#4a6741;color:#fff}.footer__col h4{color:#fff;font-size:.82rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:20px}.footer__col ul li{margin-bottom:10px}.footer__col ul a{font-size:.85rem;color:#ffffff73;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:6px;transition:all .3s cubic-bezier(.4,0,.2,1)}.footer__col ul a i{font-size:.6rem;color:#7da870}.footer__col ul a:hover{color:#ffffffd9;padding-left:4px}.footer__contact h4{color:#fff;font-size:.82rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:16px}.footer__contact-item{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:10px;font-size:.84rem;color:#ffffff73;margin-bottom:12px}.footer__contact-item i{color:#7da870;margin-top:2px;font-size:.82rem;flex-shrink:0}.footer__newsletter-desc{font-size:.82rem;color:#ffffff61;margin-bottom:12px}.footer__newsletter{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:0;border:1px solid rgba(255,255,255,.13);border-radius:100px;overflow:hidden}.footer__newsletter input{flex:1;background:transparent;border:none;padding:11px 16px;color:#fff;font-size:.83rem;outline:none;font-family:DM Sans,sans-serif}.footer__newsletter input::placeholder{color:#ffffff47}.footer__newsletter button{background:#4a6741;color:#fff;padding:11px 20px;font-size:.83rem;font-weight:600;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:DM Sans,sans-serif}.footer__newsletter button:hover{background:#2f4528}.footer__bottom{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:20px 0}.footer__bottom p{font-size:.8rem;color:#ffffff47}@media (max-width: 480px){.footer__bottom{flex-direction:column;text-align:center}}.footer__legal{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:20px;flex-wrap:wrap}.footer__legal a{font-size:.8rem;color:#ffffff47;transition:all .3s cubic-bezier(.4,0,.2,1)}.footer__legal a:hover{color:#ffffffa6}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1c1c26b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9000;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;padding:24px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:#fff;border-radius:36px;width:100%;max-width:520px;padding:40px;position:relative;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(28px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 480px){.modal{padding:24px;border-radius:24px}}.modal__close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;background:#f1ede6;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;color:#7a7a8c;font-size:.88rem;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer}.modal__close:hover{background:#e8e4dc}.modal__header{margin-bottom:28px}.modal__header h2{font-family:Cormorant Garamond,serif;font-size:1.9rem;color:#1c1c26;margin-bottom:6px}.modal__header p{font-size:.87rem;color:#7a7a8c}.modal__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 480px){.modal__row{grid-template-columns:1fr}}.modal__form{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0}.modal__submit{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:100px;font-family:DM Sans,sans-serif;font-weight:600;font-size:.92rem;cursor:pointer;border:none;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;background:#4a6741;color:#fff;width:100%;justify-content:center;margin-top:8px}.modal__submit:hover{background:#2f4528}.modal__success{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;text-align:center;padding:24px 0}.modal__success-icon{width:64px;height:64px;border-radius:50%;background:#e8f5e9;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;font-size:1.6rem;color:#4a6741}.modal__success h3{font-family:Cormorant Garamond,serif;font-size:1.7rem;color:#1c1c26}.modal__success p{font-size:.9rem;color:#7a7a8c;max-width:360px}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:.8rem;font-weight:600;color:#1c1c26;margin-bottom:6px;letter-spacing:.3px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:1.5px solid #E8E4DC;border-radius:8px;font-family:DM Sans,sans-serif;font-size:.88rem;color:#3b3b4a;outline:none;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#4a6741;box-shadow:0 0 0 3px #4a67411a}.form-group input::placeholder,.form-group select::placeholder,.form-group textarea::placeholder{color:#9b9ba8}.form-group textarea{height:96px;resize:none}.form-group select{cursor:pointer}.modal__error{margin:.75rem 0 0;padding:.6rem .8rem;background:#c0392b14;border:1px solid rgba(192,57,43,.35);border-radius:8px;color:#c0392b;font-size:.82rem;line-height:1.4}.modal__submit:disabled{opacity:.7;cursor:not-allowed}.call-fab{position:fixed;right:24px;bottom:24px;z-index:8000;display:flex;align-items:center;gap:10px;border:none;cursor:pointer;background:#4a6741;color:#fff;box-shadow:0 20px 60px #00000029;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:DM Sans,sans-serif}.call-fab:hover{background:#2f4528;transform:translateY(-2px)}.call-fab--mobile{width:58px;height:58px;border-radius:50%;justify-content:center;font-size:1.3rem;right:18px;bottom:18px}.call-fab--desktop{border-radius:100px;padding:10px 20px 10px 12px}.call-fab__icon{position:relative;width:38px;height:38px;border-radius:50%;background:#ffffff24;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.call-fab__number{font-size:1rem;font-weight:500;letter-spacing:.4px;min-width:132px;text-align:left}.call-fab__copy{font-size:.85rem;color:#edd9b8}.call-fab__pulse{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#7da870;opacity:.6;animation:call-pulse 2.4s ease-out infinite;pointer-events:none}.call-fab--mobile .call-fab__pulse{top:-4px;right:-4px;bottom:-4px;left:-4px}@keyframes call-pulse{0%{transform:scale(1);opacity:.55}70%{transform:scale(1.7);opacity:0}to{transform:scale(1.7);opacity:0}}@media (prefers-reduced-motion: reduce){.call-fab__pulse{animation:none;opacity:0}}.wa-fab{position:fixed;right:24px;bottom:94px;z-index:8000;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#25d366;color:#fff;font-size:1.7rem;text-decoration:none;box-shadow:0 20px 60px #00000029;transition:all .3s cubic-bezier(.4,0,.2,1)}.wa-fab:hover{background:#1da851;transform:translateY(-2px)}.wa-fab__pulse{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;background:#25d366;opacity:.6;animation:wa-pulse 2.4s ease-out infinite;pointer-events:none}@media (max-width: 600px){.wa-fab{right:18px;bottom:88px}}@keyframes wa-pulse{0%{transform:scale(1);opacity:.55}70%{transform:scale(1.7);opacity:0}to{transform:scale(1.7);opacity:0}}@media (prefers-reduced-motion: reduce){.wa-fab__pulse{animation:none;opacity:0}}
