:root{--primary-color:#f33034;--primary-color-hover:#d8292c;--text-color-dark:#111827;--text-color-light:#f8fafc;--nav-height:4.5rem;--nav-scroll-bg:rgba(17,24,39,.8);--nav-blur:10px;--transition-speed:.3s}.navbar-module___nlm1a__navbarContainer{width:100%;height:var(--nav-height);z-index:1000;transition:background-color var(--transition-speed)ease,box-shadow var(--transition-speed)ease,backdrop-filter var(--transition-speed)ease;position:fixed;top:0;left:0}.navbar-module___nlm1a__navbarContainer.navbar-module___nlm1a__scrolled{background-color:var(--nav-scroll-bg);-webkit-backdrop-filter:blur(var(--nav-blur));box-shadow:0 4px 30px rgba(0,0,0,.1)}.dark .navbar-module___nlm1a__navbarContainer.navbar-module___nlm1a__scrolled{background-color:rgba(0,0,0,.85);border-bottom:1px solid rgba(255,255,255,.05)}.navbar-module___nlm1a__skeleton{height:var(--nav-height)}.navbar-module___nlm1a__navbarContent{max-width:1280px;height:100%;color:var(--text-color-dark);transition:color var(--transition-speed)ease;grid-template-columns:auto 1fr auto;align-items:center;margin:0 auto;padding:0 1.5rem;display:grid}.navbar-module___nlm1a__navbarContainer.navbar-module___nlm1a__scrolled .navbar-module___nlm1a__navbarContent,.navbar-module___nlm1a__navbarContainer.navbar-module___nlm1a__menuOpen .navbar-module___nlm1a__navbarContent{color:var(--text-color-light)}.dark .navbar-module___nlm1a__navbarContainer .navbar-module___nlm1a__navbarContent{color:var(--text-color-light)}.navbar-module___nlm1a__brandContainer{color:inherit;z-index:1002;transition:color var(--transition-speed)ease;direction:ltr;grid-column:1/2;align-items:center;gap:.75rem;text-decoration:none;display:flex}.navbar-module___nlm1a__logo{transition:width .3s,height .3s;display:block}.navbar-module___nlm1a__brandName{font-size:1.125rem;font-weight:600;transition:font-size .3s}.navbar-module___nlm1a__centerContent{grid-column:2/3;justify-content:center;display:flex}.navbar-module___nlm1a__desktopNav{display:none}.navbar-module___nlm1a__navList{gap:2rem;margin:0;padding:0;list-style:none;transition:gap .3s;display:flex}.navbar-module___nlm1a__navList li a{color:inherit;transition:color var(--transition-speed)ease,font-size .3s ease;padding:.5rem 0;font-size:.95rem;text-decoration:none;position:relative}.navbar-module___nlm1a__navList li a:hover{color:var(--primary-color)}.navbar-module___nlm1a__navList li a:after{content:"";background-color:var(--primary-color);transform-origin:100% 100%;width:100%;height:2px;transition:transform .25s ease-out;position:absolute;bottom:0;left:0;transform:scaleX(0)}.navbar-module___nlm1a__navList li a:hover:after{transform-origin:0 100%;transform:scaleX(1)}.navbar-module___nlm1a__actionsContainer{z-index:1002;grid-column:3/4;justify-content:flex-end;align-items:center;gap:1rem;transition:gap .3s;display:flex}.navbar-module___nlm1a__languageSwitcherWrapper{--switcher-color:var(--text-color-dark);--switcher-border-color:#d1d5db;--switcher-hover-bg:#f3f4f6;display:block}.navbar-module___nlm1a__languageSwitcherWrapper.navbar-module___nlm1a__scrolled{--switcher-color:var(--text-color-light);--switcher-border-color:rgba(255,255,255,.2);--switcher-hover-bg:rgba(255,255,255,.1)}.dark .navbar-module___nlm1a__languageSwitcherWrapper{--switcher-color:var(--text-color-light);--switcher-border-color:rgba(255,255,255,.2);--switcher-hover-bg:rgba(255,255,255,.1)}.navbar-module___nlm1a__themeSwitch{cursor:pointer;background-color:#e2e8f0;border:1px solid #cbd5e1;border-radius:20px;justify-content:space-between;align-items:center;width:52px;height:28px;padding:0 4px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 2px 4px rgba(0,0,0,.05)}.dark .navbar-module___nlm1a__themeSwitch{background-color:#1e293b;border-color:#334155}.navbar-module___nlm1a__switchSlider{z-index:2;background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;left:3px;box-shadow:0 1px 3px rgba(0,0,0,.3)}.navbar-module___nlm1a__themeSwitch[data-theme=dark] .navbar-module___nlm1a__switchSlider{background:#334155;transform:translate(24px)}.navbar-module___nlm1a__iconWrapper{z-index:1;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.navbar-module___nlm1a__sunIcon{color:#f59e0b;transition:opacity .3s}.navbar-module___nlm1a__moonIcon{color:#94a3b8;transition:color .3s}.navbar-module___nlm1a__themeSwitch[data-theme=dark] .navbar-module___nlm1a__moonIcon{color:#fbbf24}.navbar-module___nlm1a__themeSwitch[data-theme=dark] .navbar-module___nlm1a__sunIcon{color:#64748b}.navbar-module___nlm1a__ctaButton{background-color:var(--primary-color);color:var(--text-color-light);transition:all var(--transition-speed)ease;border-radius:6px;padding:.6rem 1.25rem;font-weight:600;text-decoration:none;display:none}.navbar-module___nlm1a__ctaButton:hover{background-color:var(--primary-color-hover);transform:translateY(-2px);box-shadow:0 4px 12px rgba(243,48,52,.3)}.navbar-module___nlm1a__mobileMenuButton{cursor:pointer;width:40px;height:40px;color:inherit;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}.navbar-module___nlm1a__hamburger{width:24px;height:16px;position:relative}.navbar-module___nlm1a__hamburger span{background-color:currentColor;border-radius:2px;width:100%;height:2px;transition:all .3s ease-in-out;display:block;position:absolute}.navbar-module___nlm1a__hamburger span:first-child{top:0}.navbar-module___nlm1a__hamburger span:nth-child(2){top:7px}.navbar-module___nlm1a__hamburger span:nth-child(3){bottom:0}.navbar-module___nlm1a__hamburger.navbar-module___nlm1a__isOpen span:first-child{top:7px;transform:rotate(45deg)}.navbar-module___nlm1a__hamburger.navbar-module___nlm1a__isOpen span:nth-child(2){opacity:0;transform:translate(-10px)}.navbar-module___nlm1a__hamburger.navbar-module___nlm1a__isOpen span:nth-child(3){top:7px;transform:rotate(-45deg)}.navbar-module___nlm1a__mobileMenu{z-index:1001;height:100vh;height:100dvh;-webkit-backdrop-filter:blur(var(--nav-blur));opacity:0;pointer-events:none;transition:opacity var(--transition-speed)ease;background-color:rgba(17,24,39,.95);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0;overflow-y:auto}.navbar-module___nlm1a__mobileMenu.navbar-module___nlm1a__isOpen{opacity:1;pointer-events:auto}.navbar-module___nlm1a__mobileNav{box-sizing:border-box;flex-direction:column;align-items:center;padding:4rem 2rem;display:flex}.navbar-module___nlm1a__mobileNavList{text-align:center;margin:0 0 2rem;padding:0;list-style:none}.navbar-module___nlm1a__mobileNavList li{opacity:0;transition:opacity .4s,transform .4s;transform:translateY(20px)}.navbar-module___nlm1a__mobileMenu.navbar-module___nlm1a__isOpen .navbar-module___nlm1a__mobileNavList li{opacity:1;transition-delay:calc(.1s + var(--stagger-index)*50ms);transform:translateY(0)}.navbar-module___nlm1a__mobileNavList li a{color:var(--text-color-light);transition:color var(--transition-speed)ease;padding:1rem 0;font-size:1.75rem;font-weight:600;text-decoration:none;display:block}.navbar-module___nlm1a__mobileNavList li a:hover{color:var(--primary-color)}.navbar-module___nlm1a__mobileCtaButton{background-color:var(--primary-color);color:var(--text-color-light);opacity:0;transition:opacity .4s ease,transform .4s ease,background-color var(--transition-speed)ease;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition-delay:.3s;transform:translateY(20px)}.navbar-module___nlm1a__mobileMenu.navbar-module___nlm1a__isOpen .navbar-module___nlm1a__mobileCtaButton{opacity:1;transform:translateY(0)}.navbar-module___nlm1a__mobileCtaButton:hover{background-color:var(--primary-color-hover)}.navbar-module___nlm1a__navItem a{color:inherit;transition:color var(--transition-speed),border-color var(--transition-speed);border-bottom:2px solid transparent;padding-bottom:2px;font-weight:600;text-decoration:none}.navbar-module___nlm1a__navItem a:hover{color:var(--primary-color-hover)}.navbar-module___nlm1a__navItem.navbar-module___nlm1a__active a{color:var(--primary-color);border-bottom:2px solid var(--primary-color)}.navbar-module___nlm1a__mobileNavList li.navbar-module___nlm1a__active a{color:var(--primary-color);font-weight:600}@media (min-width:900px){.navbar-module___nlm1a__desktopNav{display:block}.navbar-module___nlm1a__ctaButton{display:inline-block}.navbar-module___nlm1a__mobileMenuButton{display:none}}@media (max-width:1200px){.navbar-module___nlm1a__logo{width:32px;height:32px}.navbar-module___nlm1a__brandName{font-size:1rem}.navbar-module___nlm1a__navList{gap:1.25rem}.navbar-module___nlm1a__navList li a{font-size:.825rem}.navbar-module___nlm1a__actionsContainer{gap:.75rem}.navbar-module___nlm1a__ctaButton{padding:.5rem 1rem;font-size:.85rem}}@media (max-width:480px){:root{--nav-height:4rem}.navbar-module___nlm1a__navbarContent{padding:0 1rem}.navbar-module___nlm1a__brandName{display:none}}
.LanguageSwitcher-module__kcAi4G__switcherContainer{z-index:50;--modal-bg:#fff;--modal-overlay:rgba(15,23,42,.4);--modal-border:transparent;--modal-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--text-main:#1e293b;--text-sub:#64748b;--divider:#f1f5f9;--card-bg:#fff;--card-border:#e2e8f0;--card-bg-hover:#f8fafc;--card-shadow-hover:0 4px 6px -1px rgba(0,0,0,.05);--active-card-bg:#fef2f2;--active-card-border:#fca5a5;--active-text:#b91c1c;--btn-icon:#64748b;--btn-bg-hover:#f1f5f9;align-items:center;display:flex;position:relative}.dark .LanguageSwitcher-module__kcAi4G__switcherContainer{--modal-bg:#1e293b;--modal-overlay:rgba(0,0,0,.7);--modal-border:rgba(255,255,255,.1);--modal-shadow:0 25px 50px -12px rgba(0,0,0,.5);--text-main:#f8fafc;--text-sub:#94a3b8;--divider:rgba(255,255,255,.1);--card-bg:rgba(255,255,255,.03);--card-border:rgba(255,255,255,.1);--card-bg-hover:rgba(255,255,255,.08);--card-shadow-hover:none;--active-card-bg:rgba(243,48,52,.15);--active-card-border:#ef4444;--active-text:#fff;--btn-icon:#cbd5e1;--btn-bg-hover:rgba(255,255,255,.1)}.LanguageSwitcher-module__kcAi4G__switcherButton{cursor:pointer;white-space:nowrap;height:36px;color:var(--switcher-color,#374151);border:1px solid var(--switcher-border-color,#d1d5db);background-color:transparent;border-radius:9999px;align-items:center;gap:.5rem;padding:0 1rem;font-size:.875rem;font-weight:500;transition:all .2s ease-in-out;display:flex}.LanguageSwitcher-module__kcAi4G__switcherButton:hover{background-color:var(--switcher-hover-bg,rgba(255,255,255,.1))}.LanguageSwitcher-module__kcAi4G__modalOverlay{background-color:var(--modal-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out LanguageSwitcher-module__kcAi4G__fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.LanguageSwitcher-module__kcAi4G__modalContent{background-color:var(--modal-bg);border:1px solid var(--modal-border);box-shadow:var(--modal-shadow);border-radius:1.25rem;flex-direction:column;width:100%;max-width:600px;max-height:85vh;animation:.25s cubic-bezier(.16,1,.3,1) LanguageSwitcher-module__kcAi4G__scaleUp;display:flex;overflow:hidden}.LanguageSwitcher-module__kcAi4G__modalHeader{border-bottom:1px solid var(--divider);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.LanguageSwitcher-module__kcAi4G__modalTitle{color:var(--text-main);margin:0;font-size:1.1rem;font-weight:600}.LanguageSwitcher-module__kcAi4G__closeButton{width:2rem;height:2rem;color:var(--btn-icon);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s;display:flex}.LanguageSwitcher-module__kcAi4G__closeButton:hover{background-color:var(--btn-bg-hover);color:var(--text-main)}.LanguageSwitcher-module__kcAi4G__tabsWrapper{border-bottom:1px solid var(--divider);align-items:center;padding:0 .5rem;display:flex}.LanguageSwitcher-module__kcAi4G__tabsContainer{scrollbar-width:none;flex-grow:1;display:flex;overflow-x:auto}.LanguageSwitcher-module__kcAi4G__tabsContainer::-webkit-scrollbar{display:none}.LanguageSwitcher-module__kcAi4G__tabButton{color:var(--text-sub);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:1rem;font-size:.9rem;font-weight:600;transition:color .2s;position:relative}.LanguageSwitcher-module__kcAi4G__tabButton:hover{color:var(--text-main)}.LanguageSwitcher-module__kcAi4G__tabButton[data-active=true]{color:#f33034}.LanguageSwitcher-module__kcAi4G__tabButton[data-active=true]:after{content:"";background-color:#f33034;height:2px;position:absolute;bottom:-1px;left:1rem;right:1rem}.LanguageSwitcher-module__kcAi4G__languageListContainer{padding:1.5rem;overflow-y:auto}.LanguageSwitcher-module__kcAi4G__gridContainer{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.LanguageSwitcher-module__kcAi4G__gridContainer[data-visible=true]{grid-template-rows:1fr}.LanguageSwitcher-module__kcAi4G__languageList{visibility:hidden;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;transition:visibility .3s;display:grid;overflow:hidden}.LanguageSwitcher-module__kcAi4G__gridContainer[data-visible=true] .LanguageSwitcher-module__kcAi4G__languageList{visibility:visible}.LanguageSwitcher-module__kcAi4G__languageItem{background:var(--card-bg);border:1px solid var(--card-border);cursor:pointer;border-radius:.75rem;flex-direction:column;align-items:flex-start;padding:.75rem 1rem;transition:all .2s;display:flex}.LanguageSwitcher-module__kcAi4G__languageItem:hover{background-color:var(--card-bg-hover);box-shadow:var(--card-shadow-hover);transform:translateY(-2px)}.LanguageSwitcher-module__kcAi4G__languageItem[data-active=true]{background-color:var(--active-card-bg);border-color:var(--active-card-border)}.LanguageSwitcher-module__kcAi4G__langName{color:var(--text-main);font-size:.95rem;font-weight:600}.LanguageSwitcher-module__kcAi4G__langCountry{color:var(--text-sub);margin-top:2px;font-size:.8rem}.LanguageSwitcher-module__kcAi4G__languageItem[data-active=true] .LanguageSwitcher-module__kcAi4G__langName{color:var(--active-text)}.LanguageSwitcher-module__kcAi4G__languageItem[data-active=true] .LanguageSwitcher-module__kcAi4G__langCountry{color:var(--active-text);opacity:.8}@keyframes LanguageSwitcher-module__kcAi4G__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes LanguageSwitcher-module__kcAi4G__scaleUp{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.LanguageSwitcher-module__kcAi4G__scrollButton{border:1px solid var(--divider);cursor:pointer;width:24px;height:24px;color:var(--text-sub);background:0 0;border-radius:50%;justify-content:center;align-items:center;display:flex}.LanguageSwitcher-module__kcAi4G__scrollButton:hover{background:var(--btn-bg-hover);color:var(--text-main)}.LanguageSwitcher-module__kcAi4G__scrollButtonLeft{margin-right:.5rem}.LanguageSwitcher-module__kcAi4G__scrollButtonRight{margin-left:.5rem}
.footer-module__pWrwba__footer{--primary-color-main:#f33034;--primary-color-dark:#dc2626;--text-color-dark:#0f172a;--text-color-light:#f8fafc;--text-color-muted:#94a3b8;--border-color:#334155;background-color:var(--text-color-dark);color:var(--text-color-light);padding:5rem 1.5rem 2rem}.footer-module__pWrwba__container{max-width:1200px;margin:0 auto}.footer-module__pWrwba__mainContent{grid-template-columns:1.5fr 2fr 1.5fr;align-items:start;gap:4rem;padding-bottom:3rem;display:grid}.footer-module__pWrwba__brandSection{flex-direction:column;gap:1rem;display:flex}.footer-module__pWrwba__logoLink{color:var(--text-color-light);align-items:center;gap:.75rem;text-decoration:none;display:inline-flex}.footer-module__pWrwba__logoText{font-size:1.25rem;font-weight:600}.footer-module__pWrwba__description{color:var(--text-color-muted);font-size:.9rem;line-height:1.6}.footer-module__pWrwba__linksGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.footer-module__pWrwba__sectionTitle{color:var(--text-color-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;font-size:1rem;font-weight:600}.footer-module__pWrwba__nav{flex-direction:column;gap:.75rem;display:flex}.footer-module__pWrwba__navLink{color:var(--text-color-muted);font-size:.95rem;text-decoration:none;transition:color .3s,transform .3s}.footer-module__pWrwba__navLink:hover{color:var(--primary-color-main);transform:translate(4px)}.footer-module__pWrwba__socialsNav{flex-direction:row;gap:1rem}.footer-module__pWrwba__socialLink{color:var(--text-color-muted);transition:color .3s,transform .3s}.footer-module__pWrwba__socialLink:hover{color:var(--primary-color-main);transform:scale(1.1)}.footer-module__pWrwba__newsletterText{color:var(--text-color-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.footer-module__pWrwba__emailForm{display:flex}.footer-module__pWrwba__emailInput{border:1px solid var(--border-color);color:var(--text-color-light);background:0 0;border-radius:.5rem 0 0 .5rem;outline:none;flex-grow:1;padding:.75rem 1rem;transition:border-color .3s}.footer-module__pWrwba__emailInput::placeholder{color:var(--text-color-muted)}.footer-module__pWrwba__emailInput:focus{border-color:var(--primary-color-main)}.footer-module__pWrwba__signupButton{border:1px solid var(--primary-color-main);background:var(--primary-color-main);color:#fff;border-radius:0 .5rem .5rem 0;padding:.75rem 1.5rem;font-weight:600;transition:background-color .3s,border-color .3s}.footer-module__pWrwba__signupButton:hover{background:var(--primary-color-dark);border-color:var(--primary-color-dark)}.footer-module__pWrwba__footerBottom{border-top:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;margin-top:3rem;padding-top:2rem;display:flex}.footer-module__pWrwba__footerBottom p{color:var(--text-color-muted);margin:0;font-size:.875rem}.footer-module__pWrwba__attribution{opacity:.8;font-size:.8rem}.footer-module__pWrwba__attributionLink{color:var(--text-color-light);font-weight:500;text-decoration:none;transition:color .3s}.footer-module__pWrwba__attributionLink:hover{color:var(--primary-color-main);text-decoration:underline}@media (max-width:900px){.footer-module__pWrwba__mainContent{text-align:center;grid-template-columns:1fr;gap:3rem}.footer-module__pWrwba__brandSection{align-items:center}.footer-module__pWrwba__linksGrid{grid-template-columns:1fr 1fr}.footer-module__pWrwba__linkSection{text-align:center}.footer-module__pWrwba__nav{align-items:center}.footer-module__pWrwba__socialsNav{justify-content:center}}@media (max-width:768px){.footer-module__pWrwba__footerBottom{flex-direction:column-reverse;gap:.75rem}}@media (max-width:600px){.footer-module__pWrwba__footer{padding-top:4rem}.footer-module__pWrwba__linksGrid{grid-template-columns:1fr;gap:2.5rem}.footer-module__pWrwba__emailForm{flex-direction:column;gap:.5rem}.footer-module__pWrwba__emailInput{text-align:center;border-radius:.5rem}.footer-module__pWrwba__signupButton{border-radius:.5rem}}:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .footer-module__pWrwba__emailInput{border-radius:0 .5rem .5rem 0}:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .footer-module__pWrwba__emailInput{border-radius:0 .5rem .5rem 0}:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .footer-module__pWrwba__emailInput{border-radius:0 .5rem .5rem 0}:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .footer-module__pWrwba__signupButton{border-radius:.5rem 0 0 .5rem}:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .footer-module__pWrwba__signupButton{border-radius:.5rem 0 0 .5rem}:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .footer-module__pWrwba__signupButton{border-radius:.5rem 0 0 .5rem}:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .footer-module__pWrwba__navLink:hover{transform:translate(-4px)}:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .footer-module__pWrwba__navLink:hover{transform:translate(-4px)}:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .footer-module__pWrwba__navLink:hover{transform:translate(-4px)}@media (max-width:600px){:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .footer-module__pWrwba__emailInput{border-radius:.5rem}:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .footer-module__pWrwba__emailInput{border-radius:.5rem}:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .footer-module__pWrwba__emailInput{border-radius:.5rem}:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .footer-module__pWrwba__signupButton{border-radius:.5rem}:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .footer-module__pWrwba__signupButton{border-radius:.5rem}:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .footer-module__pWrwba__signupButton{border-radius:.5rem}}
.CookieConsentBanner-module__GvfQgG__banner{color:#f8fafc;z-index:1000;background-color:#1e293b;border-top:1px solid #334155;padding:1.5rem;transition:transform .5s ease-in-out;position:fixed;bottom:0;left:0;right:0;transform:translateY(0);box-shadow:0 -4px 20px rgba(0,0,0,.2)}.CookieConsentBanner-module__GvfQgG__container{justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.CookieConsentBanner-module__GvfQgG__content{flex-grow:1}.CookieConsentBanner-module__GvfQgG__title{margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.CookieConsentBanner-module__GvfQgG__description{color:#cbd5e1;max-width:60ch;margin:0;font-size:.875rem;line-height:1.6}.CookieConsentBanner-module__GvfQgG__actions{flex-shrink:0;gap:1rem;display:flex}.CookieConsentBanner-module__GvfQgG__buttonPrimary,.CookieConsentBanner-module__GvfQgG__buttonSecondary{cursor:pointer;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s ease-in-out}.CookieConsentBanner-module__GvfQgG__buttonPrimary{color:#fff;background-color:#f33034}.CookieConsentBanner-module__GvfQgG__buttonPrimary:hover{background-color:#dc2626;transform:translateY(-2px)}.CookieConsentBanner-module__GvfQgG__buttonSecondary{color:#f8fafc;background-color:transparent;border:1px solid #475569}.CookieConsentBanner-module__GvfQgG__buttonSecondary:hover{background-color:#334155}@media (max-width:768px){.CookieConsentBanner-module__GvfQgG__container{text-align:center;flex-direction:column;align-items:flex-start}.CookieConsentBanner-module__GvfQgG__content{text-align:center;width:100%}.CookieConsentBanner-module__GvfQgG__description{max-width:none}.CookieConsentBanner-module__GvfQgG__actions{justify-content:center;width:100%}}
.hero2-module__EjrchW__heroSection{--navbar-height:80px;--primary-color-main:#f33034;--primary-color-dark:#dc2626;--primary-color-light:#ff6b6f;--accent-color-green:#10b981;--accent-color-green-dark:#059669;--bg-solid:#fff;--text-main:#111827;--text-secondary:#374151;--text-muted:#6b7280;--text-inverse:#fff;--badge-bg:rgba(243,48,52,.05);--badge-border:rgba(243,48,52,.1);--badge-text:#374151;--btn-secondary-bg:#fff;--btn-secondary-border:#e5e7eb;--btn-secondary-text:#374151;--dash-shell-bg:rgba(248,250,252,.8);--dash-sidebar-bg:#fff;--dash-card-bg:#fff;--dash-border:#e5e7eb;--dash-shadow:rgba(0,0,0,.1);--dash-input-bg:#f1f5f9;--grid-pattern:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fillRule='evenodd'%3E%3Cg fill='%23000000' fillOpacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.dark .hero2-module__EjrchW__heroSection{--bg-solid:#020617;--text-main:#f8fafc;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--text-inverse:#fff;--badge-bg:rgba(243,48,52,.15);--badge-border:rgba(243,48,52,.3);--badge-text:#f1f5f9;--btn-secondary-bg:rgba(30,41,59,.5);--btn-secondary-border:rgba(255,255,255,.1);--btn-secondary-text:#e2e8f0;--dash-shell-bg:rgba(30,41,59,.6);--dash-sidebar-bg:rgba(15,23,42,.6);--dash-card-bg:rgba(30,41,59,.8);--dash-border:rgba(255,255,255,.08);--dash-shadow:rgba(0,0,0,.5);--dash-input-bg:rgba(0,0,0,.3);--grid-pattern:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fillRule='evenodd'%3E%3Cg fill='%23ffffff' fillOpacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero2-module__EjrchW__heroSection{width:100%;min-height:100vh;padding-top:var(--navbar-height);box-sizing:border-box;background:0 0;align-items:center;display:flex;position:relative;overflow:hidden}.hero2-module__EjrchW__container{z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}.hero2-module__EjrchW__heroGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero2-module__EjrchW__backgroundContainer{z-index:0;position:absolute;top:0;bottom:0;left:0;right:0}.hero2-module__EjrchW__backgroundContainer:before{content:"";z-index:1;background:radial-gradient(400px circle at var(--mouse-x,-500px)var(--mouse-y,-500px),rgba(243,48,52,.15) 0%,transparent 80%);opacity:0;transition:opacity .3s ease-out;position:absolute;top:0;bottom:0;left:0;right:0}.hero2-module__EjrchW__mouseInside .hero2-module__EjrchW__backgroundContainer:before{opacity:1}.hero2-module__EjrchW__gridPattern{opacity:.08;background-image:var(--grid-pattern);pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0}.hero2-module__EjrchW__floatingOrb1,.hero2-module__EjrchW__floatingOrb2,.hero2-module__EjrchW__floatingOrb3{background-color:var(--primary-color-main);filter:blur(3rem);border-radius:50%;animation:8s ease-in-out infinite alternate hero2-module__EjrchW__pulse;position:absolute}.hero2-module__EjrchW__floatingOrb1{opacity:.08;width:12rem;height:12rem;animation-delay:0s;top:10%;left:5%}.hero2-module__EjrchW__floatingOrb2{opacity:.06;width:10rem;height:10rem;animation-delay:-2s;top:20%;right:10%}.hero2-module__EjrchW__floatingOrb3{opacity:.05;width:8rem;height:8rem;animation-delay:-4s;bottom:15%;left:30%}.dark .hero2-module__EjrchW__floatingOrb1{opacity:.15}.dark .hero2-module__EjrchW__floatingOrb2{opacity:.15}.dark .hero2-module__EjrchW__floatingOrb3{opacity:.15}.hero2-module__EjrchW__gradientOverlay{background:radial-gradient(circle at 50% 40%,transparent 10%,var(--bg-solid)90%),linear-gradient(to bottom,transparent 60%,var(--bg-solid)100%);opacity:1;pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0}.hero2-module__EjrchW__contentSide,.hero2-module__EjrchW__visualSide{animation:.8s ease-out forwards hero2-module__EjrchW__fadeInUp}.hero2-module__EjrchW__visualSide{animation-delay:.2s}.hero2-module__EjrchW__badge{background-color:var(--badge-bg);border:1px solid var(--badge-border);color:var(--badge-text);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .3s;display:inline-flex}.hero2-module__EjrchW__badgeIcon{width:1rem;height:1rem;color:var(--primary-color-main)}.hero2-module__EjrchW__headingContainer{margin:1.5rem 0}.hero2-module__EjrchW__mainHeading{color:var(--text-main);margin:0;font-size:max(2.5rem,min(5vw + 1rem,3.8rem));font-weight:800;line-height:1.1;transition:color .3s}.hero2-module__EjrchW__headingLine1{display:block}.hero2-module__EjrchW__headingLine2{background:linear-gradient(135deg,var(--primary-color-main)0%,var(--primary-color-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.hero2-module__EjrchW__description{color:var(--text-muted);max-width:35rem;font-size:1.125rem;line-height:1.6;transition:color .3s}.hero2-module__EjrchW__statsContainer{flex-wrap:wrap;gap:2rem;margin:2rem 0;display:flex}.hero2-module__EjrchW__statItem{text-align:left}.hero2-module__EjrchW__statNumber{color:var(--primary-color-main);font-size:2.25rem;font-weight:700}.hero2-module__EjrchW__statLabel{color:var(--text-muted);font-size:.875rem;font-weight:500;transition:color .3s}.hero2-module__EjrchW__ctaContainer{flex-wrap:wrap;gap:1rem;margin:1.5rem 0;display:flex}.hero2-module__EjrchW__primaryButton,.hero2-module__EjrchW__secondaryButton{cursor:pointer;white-space:nowrap;border:2px solid transparent;border-radius:.5rem;justify-content:center;align-items:center;gap:.75rem;padding:.875rem 1.75rem;font-weight:600;transition:all .3s;display:flex}.hero2-module__EjrchW__primaryButton{background:linear-gradient(135deg,var(--primary-color-main)0%,var(--primary-color-dark)100%);color:#fff;box-shadow:0 4px 15px -3px rgba(243,48,52,.3)}.hero2-module__EjrchW__primaryButton:hover{transform:translateY(-3px);box-shadow:0 10px 20px -5px rgba(243,48,52,.4)}.hero2-module__EjrchW__primaryButtonIcon{transition:transform .3s}.hero2-module__EjrchW__primaryButton:hover .hero2-module__EjrchW__primaryButtonIcon{transform:translate(4px)}.hero2-module__EjrchW__secondaryButton{background-color:var(--btn-secondary-bg);color:var(--btn-secondary-text);border-color:var(--btn-secondary-border)}.hero2-module__EjrchW__secondaryButton:hover{border-color:var(--primary-color-main);color:var(--primary-color-main);transform:translateY(-3px)}.hero2-module__EjrchW__trustIndicators{color:var(--text-muted);flex-wrap:wrap;gap:1.5rem;margin-top:2rem;transition:color .3s;display:flex}.hero2-module__EjrchW__trustItem{align-items:center;gap:.5rem;display:flex}.hero2-module__EjrchW__trustIcon{width:1.125rem;height:1.125rem;color:var(--primary-color-main)}.hero2-module__EjrchW__trustText{font-size:.875rem;font-weight:500}.hero2-module__EjrchW__visualSide{justify-content:center;align-items:center;display:flex;position:relative}.hero2-module__EjrchW__visualContainer{perspective:2000px;position:relative}.hero2-module__EjrchW__dashboardShell{background-color:var(--dash-shell-bg);border:1px solid var(--dash-border);width:550px;box-shadow:0 50px 100px -20px var(--dash-shadow),0 30px 60px -30px var(--dash-shadow);transform-style:preserve-3d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.5rem;grid-template-columns:60px 1fr;grid-template-areas:"sidebar main";gap:1rem;padding:1rem;transition:transform .6s cubic-bezier(.25,1,.5,1),background-color .3s,border-color .3s;display:grid;transform:rotateX(10deg)rotateY(-15deg)}@media (hover:hover) and (pointer:fine){.hero2-module__EjrchW__visualContainer:hover .hero2-module__EjrchW__dashboardShell{transform:rotateX(0)rotateY(0)}}.hero2-module__EjrchW__dashboardSidebar{background-color:var(--dash-sidebar-bg);border-radius:1rem;flex-direction:column;grid-area:sidebar;align-items:center;gap:1.5rem;padding:.75rem 0;transition:background-color .3s;display:flex}.hero2-module__EjrchW__sidebarLogo{color:var(--primary-color-main)}.hero2-module__EjrchW__sidebarNav{flex-direction:column;align-items:center;gap:1rem;display:flex}.hero2-module__EjrchW__navItem{color:var(--text-muted);border-radius:.5rem;padding:.5rem;transition:all .3s}.hero2-module__EjrchW__navItem:hover{color:var(--text-main)}.hero2-module__EjrchW__activeNavItem{color:var(--primary-color-main);background-color:rgba(243,48,52,.1)}.hero2-module__EjrchW__dashboardMain{flex-direction:column;grid-area:main;gap:1rem;display:flex}.hero2-module__EjrchW__dashboardHeader{justify-content:space-between;align-items:center;display:flex}.hero2-module__EjrchW__headerTitle h2{color:var(--text-main);margin:0;font-size:1rem;font-weight:600;transition:color .3s}.hero2-module__EjrchW__headerTitle p{color:var(--text-muted);margin:0;font-size:.75rem;transition:color .3s}.hero2-module__EjrchW__headerActions{align-items:center;gap:.75rem;display:flex}.hero2-module__EjrchW__searchBar{background-color:var(--dash-input-bg);color:var(--text-muted);border-radius:.5rem;align-items:center;gap:.5rem;padding:.3rem .6rem;font-size:.75rem;transition:background-color .3s;display:flex}.hero2-module__EjrchW__searchIcon{width:.8rem;height:.8rem}.hero2-module__EjrchW__actionIcon{color:var(--text-muted)}.hero2-module__EjrchW__userAvatar{background-color:var(--text-muted);border-radius:50%;width:1.75rem;height:1.75rem}.hero2-module__EjrchW__widgetsGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.hero2-module__EjrchW__widgetCard{background-color:var(--dash-card-bg);border-radius:1rem;padding:1rem;transition:background-color .3s}.hero2-module__EjrchW__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.hero2-module__EjrchW__cardHeader h4{color:var(--text-main);margin:0;font-size:.8rem;font-weight:600;transition:color .3s}.hero2-module__EjrchW__positiveChange{color:var(--accent-color-green);font-size:.75rem;font-weight:600}.hero2-module__EjrchW__lineChartSvg{width:100%;height:50px}.hero2-module__EjrchW__lineChartSvg path{stroke:var(--primary-color-main);stroke-dasharray:200;stroke-dashoffset:200px;animation:1.5s ease-out .5s forwards hero2-module__EjrchW__draw-line}.hero2-module__EjrchW__barChartArea{justify-content:space-between;align-items:flex-end;height:50px;display:flex}.hero2-module__EjrchW__bar{background:linear-gradient(to top,var(--primary-color-main),var(--primary-color-light));transform-origin:bottom;opacity:0;border-radius:.25rem .25rem 0 0;width:15%;animation:.8s cubic-bezier(.25,1,.5,1) forwards hero2-module__EjrchW__grow-bar}.hero2-module__EjrchW__bar:first-child{animation-delay:.6s}.hero2-module__EjrchW__bar:nth-child(2){animation-delay:.7s}.hero2-module__EjrchW__bar:nth-child(3){animation-delay:.8s}.hero2-module__EjrchW__bar:nth-child(4){animation-delay:.9s}.hero2-module__EjrchW__bar:nth-child(5){animation-delay:1s}.hero2-module__EjrchW__kpiCard{flex-direction:column;justify-content:center;display:flex}.hero2-module__EjrchW__kpiValue{color:var(--text-main);font-size:1.75rem;font-weight:700;transition:color .3s;animation:.8s ease-out 1.2s both hero2-module__EjrchW__fadeInUp}.hero2-module__EjrchW__kpiUnit{color:var(--text-muted);font-size:1rem}.hero2-module__EjrchW__floatingWidget{background-color:var(--dash-card-bg);border:1px solid var(--dash-border);box-shadow:0 15px 30px -10px var(--dash-shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:background-color .3s,border-color .3s;animation:6s ease-in-out infinite hero2-module__EjrchW__float;display:flex;position:absolute}.hero2-module__EjrchW__widgetIcon{color:#fff;border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.hero2-module__EjrchW__widgetValue{color:var(--text-main);font-size:1rem;font-weight:700;transition:color .3s}.hero2-module__EjrchW__widgetLabel{color:var(--text-muted);font-size:.75rem;transition:color .3s}.hero2-module__EjrchW__floatingWidget1{animation-delay:-1s;top:10%;left:-20%}.hero2-module__EjrchW__floatingWidget1 .hero2-module__EjrchW__widgetIcon{background:linear-gradient(135deg,var(--accent-color-green),var(--accent-color-green-dark))}.hero2-module__EjrchW__floatingWidget2{animation-delay:-3s;bottom:10%;right:-20%}.hero2-module__EjrchW__floatingWidget2 .hero2-module__EjrchW__widgetIcon{background:linear-gradient(135deg,var(--primary-color-main),var(--primary-color-dark))}@keyframes hero2-module__EjrchW__pulse{0%{opacity:.05;transform:scale(.95)}to{opacity:.1;transform:scale(1.05)}}@keyframes hero2-module__EjrchW__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes hero2-module__EjrchW__draw-line{to{stroke-dashoffset:0}}@keyframes hero2-module__EjrchW__grow-bar{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}@keyframes hero2-module__EjrchW__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:1024px){.hero2-module__EjrchW__heroSection{padding-top:calc(var(--navbar-height) + 2rem);text-align:center;padding-bottom:4rem}.hero2-module__EjrchW__heroGrid{grid-template-columns:1fr;gap:3rem}.hero2-module__EjrchW__contentSide{flex-direction:column;align-items:center;display:flex}.hero2-module__EjrchW__headingUnderline{margin-left:auto;margin-right:auto}.hero2-module__EjrchW__description{max-width:40rem}.hero2-module__EjrchW__statsContainer,.hero2-module__EjrchW__ctaContainer,.hero2-module__EjrchW__trustIndicators{justify-content:center}.hero2-module__EjrchW__statItem{text-align:center}.hero2-module__EjrchW__visualSide{margin-top:2rem}.hero2-module__EjrchW__dashboardShell{width:100%;max-width:500px;transform:none}}@media (max-width:768px){.hero2-module__EjrchW__heroSection{padding-top:calc(var(--navbar-height) + 1rem)}.hero2-module__EjrchW__mainHeading{font-size:max(2rem,min(10vw,2.5rem))}.hero2-module__EjrchW__description{font-size:1rem}.hero2-module__EjrchW__statsContainer{grid-template-columns:1fr 1fr;gap:1rem;width:100%;max-width:400px;display:grid}.hero2-module__EjrchW__statItem{padding:.5rem 1rem}.hero2-module__EjrchW__trustIndicators{text-align:center;grid-template-columns:1fr;align-items:center;gap:.75rem;display:grid}.hero2-module__EjrchW__trustItem{justify-content:center}.hero2-module__EjrchW__ctaContainer{flex-direction:column;align-items:stretch}.hero2-module__EjrchW__primaryButton,.hero2-module__EjrchW__secondaryButton{width:100%;max-width:350px;margin:0 auto}.hero2-module__EjrchW__dashboardShell{grid-template-columns:1fr;grid-template-areas:"sidebar""main";gap:1rem;padding:.75rem}.hero2-module__EjrchW__dashboardSidebar{flex-direction:row;justify-content:space-around}.hero2-module__EjrchW__sidebarNav{flex-direction:row}.hero2-module__EjrchW__widgetsGrid{grid-template-columns:1fr 1fr}.hero2-module__EjrchW__floatingWidget{width:90%;margin:.5rem auto;animation:none;position:relative;top:0;bottom:0;left:0;right:0}.hero2-module__EjrchW__visualContainer{flex-direction:column;align-items:center;display:flex;transform:none}}@media (max-width:480px){.hero2-module__EjrchW__statsContainer{grid-template-columns:1fr}.hero2-module__EjrchW__headerActions{gap:.5rem}.hero2-module__EjrchW__searchBar span{display:none}.hero2-module__EjrchW__searchBar{padding:.3rem}.hero2-module__EjrchW__widgetsGrid{grid-template-columns:1fr}}
.ModernServices-module__p2lU5G__servicesSection{--primary-color-main:#f33034;--primary-color-dark:#dc2626;--text-main:#0f172a;--text-secondary:#475569;--text-inverse:#fff;--border-color:#e2e8f0;--badge-bg:rgba(15,23,42,.05);--badge-border:rgba(15,23,42,.1);--badge-text:#334155;--tab-container-bg:#f1f5f9;--tab-container-border:#e2e8f0;--tab-text:#64748b;--tab-text-hover:#0f172a;--tab-bg-hover:rgba(0,0,0,.03);--card-bg:#fff;--card-border:#e2e8f0;--card-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.03);--card-shadow-hover:0 20px 25px -5px rgba(0,0,0,.05),0 10px 10px -5px rgba(0,0,0,.02);--icon-bg:rgba(243,48,52,.1);--glow-1:rgba(243,48,52,.03);--glow-2:rgba(255,255,255,0);--btn-main-bg:#0f172a;--btn-main-text:#fff;--btn-main-border:#0f172a}.dark .ModernServices-module__p2lU5G__servicesSection{--text-main:#fff;--text-secondary:rgba(255,255,255,.7);--text-inverse:#fff;--border-color:rgba(255,255,255,.1);--badge-bg:rgba(255,255,255,.05);--badge-border:rgba(255,255,255,.1);--badge-text:rgba(255,255,255,.8);--tab-container-bg:rgba(255,255,255,.05);--tab-container-border:rgba(255,255,255,.1);--tab-text:rgba(255,255,255,.6);--tab-text-hover:rgba(255,255,255,.9);--tab-bg-hover:rgba(255,255,255,.05);--card-bg:rgba(255,255,255,.05);--card-border:rgba(255,255,255,.1);--card-shadow:none;--card-shadow-hover:0 12px 30px rgba(243,48,52,.2);--icon-bg:rgba(243,48,52,.15);--glow-1:rgba(243,48,52,.1);--glow-2:rgba(220,38,38,.08);--btn-main-bg:transparent;--btn-main-text:#fff;--btn-main-border:rgba(255,255,255,.3)}.ModernServices-module__p2lU5G__servicesSection *,.ModernServices-module__p2lU5G__servicesSection :before,.ModernServices-module__p2lU5G__servicesSection :after{box-sizing:border-box}.ModernServices-module__p2lU5G__servicesSection{opacity:0;background:0 0;flex-direction:column;justify-content:center;align-items:center;padding:2rem 0;transition:opacity .8s ease-out,transform .8s ease-out;display:flex;position:relative;overflow:hidden;transform:translateY(30px)}.ModernServices-module__p2lU5G__servicesSection:before{content:"";background:radial-gradient(circle at 20% 50%,var(--glow-1)0%,transparent 60%),radial-gradient(circle at 80% 80%,var(--glow-2)0%,transparent 60%);pointer-events:none;animation:15s infinite ModernServices-module__p2lU5G__gradientShift;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes ModernServices-module__p2lU5G__gradientShift{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.ModernServices-module__p2lU5G__servicesSection.ModernServices-module__p2lU5G__animate{opacity:1;transform:translateY(0)}.ModernServices-module__p2lU5G__container{z-index:1;width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}.ModernServices-module__p2lU5G__sectionHeader{text-align:center;opacity:0;margin-bottom:4rem;transition:opacity .6s,transform .6s;transform:translateY(20px)}.ModernServices-module__p2lU5G__servicesSection.ModernServices-module__p2lU5G__animate .ModernServices-module__p2lU5G__sectionHeader{opacity:1;transform:translateY(0)}.ModernServices-module__p2lU5G__badge{background:var(--badge-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--badge-border);color:var(--badge-text);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.ModernServices-module__p2lU5G__badgeIcon{width:1rem;height:1rem;color:var(--primary-color-main)}.ModernServices-module__p2lU5G__mainHeading{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ModernServices-module__p2lU5G__visualHeading{color:var(--text-main);margin:0 0 1rem;font-size:max(2.25rem,min(5vw,3.5rem));font-weight:700;line-height:1.1;transition:color .3s}.ModernServices-module__p2lU5G__gradientText{background:linear-gradient(135deg,var(--primary-color-main)0%,var(--primary-color-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ModernServices-module__p2lU5G__sectionDescription{color:var(--text-secondary);max-width:40rem;margin:0 auto;font-size:1.125rem;line-height:1.6;transition:color .3s}.ModernServices-module__p2lU5G__tabContainer{background:var(--tab-container-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--tab-container-border);opacity:0;border-radius:1rem;justify-content:center;gap:.5rem;max-width:max-content;margin-bottom:4rem;margin-left:auto;margin-right:auto;padding:.5rem;transition:opacity .6s .2s,transform .6s .2s,background-color .3s;display:flex;transform:translateY(20px)}.ModernServices-module__p2lU5G__servicesSection.ModernServices-module__p2lU5G__animate .ModernServices-module__p2lU5G__tabContainer{opacity:1;transform:translateY(0)}.ModernServices-module__p2lU5G__tabButton{color:var(--tab-text);white-space:nowrap;cursor:pointer;background:0 0;border:none;border-radius:.75rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;position:relative}.ModernServices-module__p2lU5G__tabButton:hover{color:var(--tab-text-hover);background:var(--tab-bg-hover)}.ModernServices-module__p2lU5G__tabButton.ModernServices-module__p2lU5G__active{color:#fff;background:var(--primary-color-main);box-shadow:0 4px 12px rgba(243,48,52,.4)}.ModernServices-module__p2lU5G__contentContainer{min-height:600px;position:relative}.ModernServices-module__p2lU5G__servicePanel{opacity:0;animation:.5s forwards ModernServices-module__p2lU5G__fadeIn;display:none}.ModernServices-module__p2lU5G__servicePanel.ModernServices-module__p2lU5G__active{display:block}@keyframes ModernServices-module__p2lU5G__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ModernServices-module__p2lU5G__serviceHeader{text-align:center;max-width:45rem;margin-bottom:3rem;margin-left:auto;margin-right:auto}.ModernServices-module__p2lU5G__serviceTitle{color:var(--text-main);margin-bottom:1rem;font-size:2rem;font-weight:700;transition:color .3s}.ModernServices-module__p2lU5G__serviceDescription{color:var(--text-secondary);font-size:1.125rem;line-height:1.7;transition:color .3s}.ModernServices-module__p2lU5G__featuresGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.ModernServices-module__p2lU5G__featureCard{background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--card-border);box-shadow:var(--card-shadow);border-radius:1.5rem;flex-direction:column;gap:1rem;padding:2rem;transition:all .3s;display:flex}.ModernServices-module__p2lU5G__featureCard:hover{background:var(--card-bg);border-color:var(--primary-color-main);box-shadow:var(--card-shadow-hover);transform:translateY(-8px)}.ModernServices-module__p2lU5G__featureIconWrapper{background:var(--icon-bg);border:2px solid var(--primary-color-main);border-radius:1rem;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;display:flex}.ModernServices-module__p2lU5G__featureIcon{width:1.75rem;height:1.75rem;color:var(--primary-color-main)}.ModernServices-module__p2lU5G__featureTitle{color:var(--text-main);margin:0;font-size:1.25rem;font-weight:600;transition:color .3s}.ModernServices-module__p2lU5G__featureDescription{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.6;transition:color .3s}.ModernServices-module__p2lU5G__ctaWrapper{text-align:center}.ModernServices-module__p2lU5G__primaryButton{background:var(--btn-main-bg);color:var(--btn-main-text);border:2px solid var(--btn-main-border);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border-radius:3rem;justify-content:center;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.ModernServices-module__p2lU5G__primaryButton:hover{background:var(--primary-color-main);border-color:var(--primary-color-main);color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px rgba(243,48,52,.4)}.ModernServices-module__p2lU5G__primaryButton svg{width:1.25rem;height:1.25rem;transition:transform .3s}.ModernServices-module__p2lU5G__primaryButton:hover svg{transform:translate(6px)}@media (max-width:1024px){.ModernServices-module__p2lU5G__featuresGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.ModernServices-module__p2lU5G__sectionHeader{margin-bottom:3rem}.ModernServices-module__p2lU5G__tabContainer{scrollbar-width:none;-ms-overflow-style:none;justify-content:flex-start;width:100%;max-width:100%;padding-bottom:.5rem;overflow-x:auto}.ModernServices-module__p2lU5G__tabContainer::-webkit-scrollbar{display:none}.ModernServices-module__p2lU5G__tabButton{flex-shrink:0;padding:.65rem 1.25rem;font-size:.875rem}.ModernServices-module__p2lU5G__featuresGrid{grid-template-columns:1fr;gap:1.25rem}.ModernServices-module__p2lU5G__featureCard{padding:1.5rem}.ModernServices-module__p2lU5G__serviceTitle{font-size:1.75rem}.ModernServices-module__p2lU5G__primaryButton{width:100%;padding:1rem 2rem;font-size:.95rem}}@media (max-width:480px){.ModernServices-module__p2lU5G__container{padding:0 1rem}.ModernServices-module__p2lU5G__visualHeading{font-size:1.75rem}.ModernServices-module__p2lU5G__serviceTitle{font-size:1.5rem}.ModernServices-module__p2lU5G__featureCard{padding:1.25rem}.ModernServices-module__p2lU5G__featureIconWrapper{width:3rem;height:3rem}.ModernServices-module__p2lU5G__featureIcon{width:1.5rem;height:1.5rem}.ModernServices-module__p2lU5G__featureTitle{font-size:1.125rem}}
.about2-module__tLQRTa__aboutSection{--primary-color-main:#f33034;--primary-color-dark:#dc2626;--section-bg:linear-gradient(to bottom,transparent 0%,rgba(248,250,252,.5) 20%,rgba(248,250,252,.5) 80%,transparent 100%);--bg-card:#fff;--border-color:#e2e8f0;--text-main:#0f172a;--text-sub:#475569;--badge-bg:#fff;--badge-text:#475569;--badge-border:#e2e8f0;--icon-bg:rgba(243,48,52,.08);--card-shadow:0 4px 6px -1px rgba(0,0,0,.05);--card-shadow-hover:0 20px 25px -5px rgba(0,0,0,.1);--btn-main-bg:#0f172a;--btn-main-text:#fff;--btn-main-border:#0f172a;--btn-sec-text:#0f172a;--btn-sec-border:#e2e8f0;--btn-sec-bg-hover:#fff}.dark .about2-module__tLQRTa__aboutSection{--section-bg:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.03) 20%,rgba(255,255,255,.03) 80%,transparent 100%);--bg-card:#1e293b;--border-color:rgba(255,255,255,.08);--text-main:#f8fafc;--text-sub:#94a3b8;--badge-bg:rgba(255,255,255,.05);--badge-text:#cbd5e1;--badge-border:rgba(255,255,255,.1);--icon-bg:rgba(243,48,52,.15);--card-shadow:none;--card-shadow-hover:0 25px 50px -12px rgba(0,0,0,.5);--btn-main-bg:transparent;--btn-main-text:#fff;--btn-main-border:rgba(255,255,255,.3);--btn-sec-text:#f8fafc;--btn-sec-border:rgba(255,255,255,.2);--btn-sec-bg-hover:rgba(255,255,255,.05)}.about2-module__tLQRTa__aboutSection{background:var(--section-bg);opacity:0;padding:2rem 0;transition:opacity .8s ease-out,transform .8s ease-out;overflow:hidden;transform:translateY(30px)}.about2-module__tLQRTa__aboutSection.about2-module__tLQRTa__animate{opacity:1;transform:translateY(0)}.about2-module__tLQRTa__container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.about2-module__tLQRTa__sectionHeader{text-align:center;opacity:0;margin-bottom:4rem;transition:opacity .6s,transform .6s;transform:translateY(20px)}.about2-module__tLQRTa__animate .about2-module__tLQRTa__sectionHeader{opacity:1;transform:translateY(0)}.about2-module__tLQRTa__badge{background-color:var(--badge-bg);border:1px solid var(--badge-border);color:var(--badge-text);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .3s;display:inline-flex}.about2-module__tLQRTa__badgeIcon{width:1rem;height:1rem;color:var(--primary-color-main)}.about2-module__tLQRTa__mainHeading{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.about2-module__tLQRTa__visualHeading{color:var(--text-main);margin:0 0 1rem;font-size:max(2.25rem,min(5vw,3rem));font-weight:700;line-height:1.1;transition:color .3s}.about2-module__tLQRTa__gradientText{background:linear-gradient(135deg,var(--primary-color-main)0%,var(--primary-color-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.about2-module__tLQRTa__sectionDescription{color:var(--text-sub);max-width:40rem;margin:0 auto;font-size:1.125rem;line-height:1.6;transition:color .3s}.about2-module__tLQRTa__servicesGrid{opacity:0;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto 4rem;transition:opacity .6s .2s,transform .6s .2s;display:grid;transform:translateY(20px)}.about2-module__tLQRTa__animate .about2-module__tLQRTa__servicesGrid{opacity:1;transform:translateY(0)}.about2-module__tLQRTa__featureCard{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--card-shadow);animation:.6s forwards about2-module__tLQRTa__fadeInUp;animation-delay:calc(var(--index,0)*.1s);opacity:0;border-radius:1.5rem;padding:2.5rem;transition:all .3s}.about2-module__tLQRTa__animate .about2-module__tLQRTa__featureCard{opacity:1}.about2-module__tLQRTa__featureCard:first-child{--index:1}.about2-module__tLQRTa__featureCard:nth-child(2){--index:2}.about2-module__tLQRTa__featureCard:nth-child(3){--index:3}@keyframes about2-module__tLQRTa__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.about2-module__tLQRTa__featureCard:hover{box-shadow:var(--card-shadow-hover);border-color:var(--primary-color-main);transform:translateY(-8px)}.about2-module__tLQRTa__featureIconWrapper{background:var(--icon-bg);border-radius:1rem;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin-bottom:1.5rem;transition:all .3s;display:flex}.about2-module__tLQRTa__featureCard:hover .about2-module__tLQRTa__featureIconWrapper{background:var(--primary-color-main);transform:scale(1.1)}.about2-module__tLQRTa__featureIcon{width:1.75rem;height:1.75rem;color:var(--primary-color-main);transition:color .3s}.about2-module__tLQRTa__featureCard:hover .about2-module__tLQRTa__featureIcon{color:#fff}.about2-module__tLQRTa__featureTitle{color:var(--text-main);margin:0 0 .75rem;font-size:1.25rem;font-weight:600;line-height:1.3;transition:color .3s}.about2-module__tLQRTa__featureDescription{color:var(--text-sub);margin:0;font-size:1rem;line-height:1.6;transition:color .3s}.about2-module__tLQRTa__statsGrid{opacity:0;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto 4rem;transition:opacity .6s .4s,transform .6s .4s;display:grid;transform:translateY(20px)}.about2-module__tLQRTa__animate .about2-module__tLQRTa__statsGrid{opacity:1;transform:translateY(0)}.about2-module__tLQRTa__statCard{background:var(--bg-card);text-align:center;border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1.5rem;padding:2.5rem 2rem;transition:all .3s}.about2-module__tLQRTa__statCard:hover{box-shadow:var(--card-shadow-hover);border-color:var(--primary-color-main);transform:translateY(-8px)}.about2-module__tLQRTa__statNumber{background:linear-gradient(135deg,var(--primary-color-main)0%,var(--primary-color-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.75rem;font-weight:700;line-height:1;display:block}.about2-module__tLQRTa__statLabel{color:var(--text-sub);font-size:1rem;font-weight:500;line-height:1.4;transition:color .3s}.about2-module__tLQRTa__ctaSection{opacity:0;justify-content:center;gap:1rem;transition:opacity .6s .6s,transform .6s .6s;display:flex;transform:translateY(20px)}.about2-module__tLQRTa__animate .about2-module__tLQRTa__ctaSection{opacity:1;transform:translateY(0)}.about2-module__tLQRTa__primaryButton{background:var(--btn-main-bg);color:var(--btn-main-text);border:2px solid var(--btn-main-border);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border-radius:3rem;justify-content:center;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.about2-module__tLQRTa__primaryButton:hover{background:var(--primary-color-main);border-color:var(--primary-color-main);color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px rgba(243,48,52,.4)}.about2-module__tLQRTa__secondaryButton{cursor:pointer;color:var(--btn-sec-text);border:2px solid var(--btn-sec-border);background:0 0;border-radius:3rem;justify-content:center;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.about2-module__tLQRTa__secondaryButton:hover{border-color:var(--primary-color-main);color:var(--primary-color-main);background:var(--btn-sec-bg-hover);transform:translateY(-2px)}@media (max-width:1024px){.about2-module__tLQRTa__servicesGrid,.about2-module__tLQRTa__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.about2-module__tLQRTa__sectionHeader{margin-bottom:3rem}.about2-module__tLQRTa__servicesGrid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.about2-module__tLQRTa__featureCard{padding:2rem}.about2-module__tLQRTa__statsGrid{margin-bottom:3rem}.about2-module__tLQRTa__ctaSection{flex-direction:column;align-items:stretch;padding:0 1rem}.about2-module__tLQRTa__primaryButton,.about2-module__tLQRTa__secondaryButton{width:100%}}@media (max-width:480px){.about2-module__tLQRTa__container{padding:0 1.25rem}.about2-module__tLQRTa__featureCard{padding:1.5rem}.about2-module__tLQRTa__statsGrid{grid-template-columns:1fr;gap:1rem}.about2-module__tLQRTa__statCard{padding:2rem 1.5rem}.about2-module__tLQRTa__statNumber{font-size:2.25rem}.about2-module__tLQRTa__visualHeading{font-size:1.75rem}}
.CaseStudies-module__otyv4G__caseStudiesSection{--primary-color-main:#f33034;--primary-color-dark:#dc2626;--section-bg:linear-gradient(to bottom,transparent 0%,rgba(248,250,252,.8) 15%,rgba(248,250,252,.8) 85%,transparent 100%);--text-main:#0f172a;--text-sub:#475569;--badge-bg:#fff;--badge-text:#475569;--badge-border:#e2e8f0;--btn-main-bg:#0f172a;--btn-main-text:#fff;--btn-main-border:#0f172a;--card-border:transparent;--card-shadow:0 10px 30px -10px rgba(0,0,0,.1)}.dark .CaseStudies-module__otyv4G__caseStudiesSection{--section-bg:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.02) 15%,rgba(255,255,255,.02) 85%,transparent 100%);--text-main:#f8fafc;--text-sub:#94a3b8;--badge-bg:rgba(255,255,255,.05);--badge-text:#cbd5e1;--badge-border:rgba(255,255,255,.1);--btn-main-bg:transparent;--btn-main-text:#fff;--btn-main-border:rgba(255,255,255,.3);--card-border:rgba(243,48,52,.3);--card-shadow:0 0 20px rgba(243,48,52,.05)}.CaseStudies-module__otyv4G__caseStudiesSection *,.CaseStudies-module__otyv4G__caseStudiesSection :before,.CaseStudies-module__otyv4G__caseStudiesSection :after{box-sizing:border-box}.CaseStudies-module__otyv4G__caseStudiesSection{background:var(--section-bg);opacity:0;flex-direction:column;justify-content:center;align-items:center;padding:2rem 0;transition:opacity .8s ease-out,transform .8s ease-out;display:flex;overflow:hidden;transform:translateY(30px)}.CaseStudies-module__otyv4G__caseStudiesSection.CaseStudies-module__otyv4G__visible{opacity:1;transform:translateY(0)}.CaseStudies-module__otyv4G__container{width:100%;max-width:1400px;margin:0 auto;padding:0 1.5rem}.CaseStudies-module__otyv4G__sectionHeader{text-align:center;opacity:0;margin-bottom:4rem;transition:opacity .6s,transform .6s;transform:translateY(20px)}.CaseStudies-module__otyv4G__caseStudiesSection.CaseStudies-module__otyv4G__visible .CaseStudies-module__otyv4G__sectionHeader{opacity:1;transform:translateY(0)}.CaseStudies-module__otyv4G__badge{background-color:var(--badge-bg);border:1px solid var(--badge-border);color:var(--badge-text);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .3s;display:inline-flex}.CaseStudies-module__otyv4G__badgeIcon{width:1rem;height:1rem;color:var(--primary-color-main)}.CaseStudies-module__otyv4G__sectionTitle{color:var(--text-main);margin:0 0 1rem;font-size:max(2.25rem,min(5vw,3rem));font-weight:700;line-height:1.2;transition:color .3s}.CaseStudies-module__otyv4G__gradientText{background:linear-gradient(135deg,var(--primary-color-main)0%,var(--primary-color-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.CaseStudies-module__otyv4G__sectionDescription{color:var(--text-sub);max-width:40rem;margin:0 auto;font-size:1.125rem;line-height:1.6;transition:color .3s}.CaseStudies-module__otyv4G__grid{opacity:0;grid-template-columns:repeat(12,1fr);gap:1.5rem;width:100%;max-width:1200px;margin-bottom:3rem;margin-left:auto;margin-right:auto;transition:opacity .6s .2s,transform .6s .2s;display:grid;transform:translateY(20px)}.CaseStudies-module__otyv4G__caseStudiesSection.CaseStudies-module__otyv4G__visible .CaseStudies-module__otyv4G__grid{opacity:1;transform:translateY(0)}.CaseStudies-module__otyv4G__card:first-child{grid-column:span 7}.CaseStudies-module__otyv4G__card:nth-child(2),.CaseStudies-module__otyv4G__card:nth-child(3){grid-column:span 5}.CaseStudies-module__otyv4G__card:nth-child(4),.CaseStudies-module__otyv4G__card:nth-child(5){grid-column:span 7}.CaseStudies-module__otyv4G__card:nth-child(6){grid-column:span 5}.CaseStudies-module__otyv4G__card{border:1px solid var(--card-border);box-shadow:var(--card-shadow);cursor:pointer;background:#000;border-radius:1.25rem;flex-direction:column;width:100%;min-height:480px;text-decoration:none;transition:transform .4s cubic-bezier(.4,0,.2,1),border-color .3s,box-shadow .3s;animation:.5s CaseStudies-module__otyv4G__fadeIn;display:flex;position:relative;overflow:hidden}@keyframes CaseStudies-module__otyv4G__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.CaseStudies-module__otyv4G__card:hover{border-color:var(--primary-color-main);transform:translateY(-4px)}.CaseStudies-module__otyv4G__card:nth-child(odd){min-height:520px}.CaseStudies-module__otyv4G__imageContainer{width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.CaseStudies-module__otyv4G__imageContainer:after{content:"";z-index:1;background:linear-gradient(transparent 0%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.8) 75%,rgba(0,0,0,.95) 100%);transition:opacity .4s;position:absolute;top:0;bottom:0;left:0;right:0}.CaseStudies-module__otyv4G__card:hover .CaseStudies-module__otyv4G__imageContainer:after{opacity:.9}.CaseStudies-module__otyv4G__cardImage{object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.CaseStudies-module__otyv4G__card:hover .CaseStudies-module__otyv4G__cardImage{transform:scale(1.08)}.CaseStudies-module__otyv4G__cardContent{z-index:2;flex-direction:column;margin-top:auto;padding:2rem;display:flex;position:relative}.CaseStudies-module__otyv4G__category{color:#fff;background:var(--primary-color-main);text-transform:uppercase;letter-spacing:1px;border-radius:2rem;align-items:center;width:max-content;margin-bottom:1rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex;box-shadow:0 4px 12px rgba(243,48,52,.3)}.CaseStudies-module__otyv4G__cardTitle{color:#fff;margin:0 0 .75rem;font-size:1.5rem;font-weight:700;line-height:1.3}.CaseStudies-module__otyv4G__card:nth-child(odd) .CaseStudies-module__otyv4G__cardTitle{font-size:1.75rem}.CaseStudies-module__otyv4G__cardDescription{color:rgba(255,255,255,.85);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1.25rem;font-size:1rem;line-height:1.6;display:-webkit-box;overflow:hidden}.CaseStudies-module__otyv4G__readMoreLink{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:3rem;align-items:center;gap:.5rem;width:max-content;margin-top:auto;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:gap .3s,color .3s;display:inline-flex}.CaseStudies-module__otyv4G__readMoreLink svg{width:1.125rem;height:1.125rem;transition:transform .3s}.CaseStudies-module__otyv4G__card:hover .CaseStudies-module__otyv4G__readMoreLink{background:var(--primary-color-main);border-color:var(--primary-color-main);gap:.75rem}.CaseStudies-module__otyv4G__card:hover .CaseStudies-module__otyv4G__readMoreLink svg{transform:translate(4px)}.CaseStudies-module__otyv4G__buttonHolder{opacity:0;justify-content:center;padding-top:2rem;transition:opacity .6s .4s,transform .6s .4s;display:flex;transform:translateY(20px)}.CaseStudies-module__otyv4G__caseStudiesSection.CaseStudies-module__otyv4G__visible .CaseStudies-module__otyv4G__buttonHolder{opacity:1;transform:translateY(0)}.CaseStudies-module__otyv4G__primaryButton{background:var(--btn-main-bg);color:var(--btn-main-text);border:2px solid var(--btn-main-border);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border-radius:3rem;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.CaseStudies-module__otyv4G__primaryButton:hover{background:var(--primary-color-main);border-color:var(--primary-color-main);color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px rgba(243,48,52,.4)}.CaseStudies-module__otyv4G__primaryButton svg{width:1.25rem;height:1.25rem;transition:transform .3s}.CaseStudies-module__otyv4G__primaryButton:hover svg{transform:translate(6px)}@media (max-width:1200px){.CaseStudies-module__otyv4G__grid{grid-template-columns:repeat(2,1fr)}.CaseStudies-module__otyv4G__card:nth-child(n){grid-column:span 1!important}.CaseStudies-module__otyv4G__card,.CaseStudies-module__otyv4G__card:nth-child(odd){min-height:420px}}@media (max-width:768px){.CaseStudies-module__otyv4G__container{padding:0 1rem}.CaseStudies-module__otyv4G__sectionHeader{margin-bottom:3rem}.CaseStudies-module__otyv4G__grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem;padding:0}.CaseStudies-module__otyv4G__card,.CaseStudies-module__otyv4G__card:nth-child(odd){max-width:500px;min-height:350px;margin:0 auto}.CaseStudies-module__otyv4G__cardContent{padding:1.5rem}.CaseStudies-module__otyv4G__cardTitle,.CaseStudies-module__otyv4G__card:nth-child(odd) .CaseStudies-module__otyv4G__cardTitle{font-size:1.5rem}}@media (max-width:480px){.CaseStudies-module__otyv4G__container{padding:0 1rem}.CaseStudies-module__otyv4G__card,.CaseStudies-module__otyv4G__card:nth-child(odd){width:100%;min-height:300px}.CaseStudies-module__otyv4G__cardContent{padding:1.25rem}.CaseStudies-module__otyv4G__cardTitle{font-size:1.35rem}.CaseStudies-module__otyv4G__primaryButton{padding:1rem 2rem;font-size:.95rem}}
.booking-module__BgmQCG__bookNowSection{--primary-color-main:#f33034;--primary-color-dark:#dc2626;--section-bg:linear-gradient(to bottom,transparent 0%,rgba(248,250,252,.8) 15%,rgba(248,250,252,.8) 85%,transparent 100%);--text-main:#0f172a;--text-sub:#475569;--badge-bg:#fff;--badge-text:#475569;--badge-border:#e2e8f0;--card-bg:rgba(255,255,255,.6);--card-border:rgba(226,232,240,.8);--card-bg-hover:#fff;--check-bg:rgba(243,48,52,.08);--btn-main-bg:#0f172a;--btn-main-text:#fff;--btn-main-border:#0f172a}.dark .booking-module__BgmQCG__bookNowSection{--section-bg:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.02) 15%,rgba(255,255,255,.02) 85%,transparent 100%);--text-main:#f8fafc;--text-sub:#94a3b8;--badge-bg:rgba(255,255,255,.05);--badge-text:#cbd5e1;--badge-border:rgba(255,255,255,.1);--card-bg:rgba(255,255,255,.03);--card-border:rgba(255,255,255,.08);--card-bg-hover:rgba(255,255,255,.06);--check-bg:rgba(243,48,52,.15);--btn-main-bg:transparent;--btn-main-text:#fff;--btn-main-border:rgba(255,255,255,.3)}.booking-module__BgmQCG__bookNowSection{background:var(--section-bg);opacity:0;padding:2rem 0;transition:opacity .8s ease-out,transform .8s ease-out;position:relative;overflow:hidden;transform:translateY(30px)}.booking-module__BgmQCG__bookNowSection.booking-module__BgmQCG__visible{opacity:1;transform:translateY(0)}.booking-module__BgmQCG__container{z-index:1;flex-direction:column;justify-content:center;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;position:relative}.booking-module__BgmQCG__sectionHeader{text-align:center;opacity:0;margin-bottom:4rem;transition:opacity .6s,transform .6s;transform:translateY(20px)}.booking-module__BgmQCG__bookNowSection.booking-module__BgmQCG__visible .booking-module__BgmQCG__sectionHeader{opacity:1;transform:translateY(0)}.booking-module__BgmQCG__badge{background-color:var(--badge-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--badge-border);color:var(--badge-text);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .3s;display:inline-flex}.booking-module__BgmQCG__badgeIcon{width:1rem;height:1rem;color:var(--primary-color-main)}.booking-module__BgmQCG__sectionTitle{color:var(--text-main);margin:0 0 1rem;font-size:max(2.25rem,min(5vw,3.5rem));font-weight:700;line-height:1.1;transition:color .3s}.booking-module__BgmQCG__gradientText{background:linear-gradient(135deg,var(--primary-color-main)0%,var(--primary-color-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.booking-module__BgmQCG__sectionDescription{color:var(--text-sub);max-width:40rem;margin:0 auto;font-size:1.125rem;line-height:1.6;transition:color .3s}.booking-module__BgmQCG__bookNowGrid{opacity:0;grid-template-columns:1fr 1.2fr;align-items:center;gap:4rem;transition:opacity .6s .2s,transform .6s .2s;display:grid;transform:translateY(20px)}.booking-module__BgmQCG__bookNowSection.booking-module__BgmQCG__visible .booking-module__BgmQCG__bookNowGrid{opacity:1;transform:translateY(0)}.booking-module__BgmQCG__textSide{flex-direction:column;gap:2.5rem;display:flex}.booking-module__BgmQCG__benefitsList{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.booking-module__BgmQCG__benefitsList li{background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--card-border);color:var(--text-main);opacity:0;border-radius:1rem;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s;animation:.5s forwards booking-module__BgmQCG__slideInLeft;display:flex}.booking-module__BgmQCG__benefitsList li:first-child{animation-delay:.3s}.booking-module__BgmQCG__benefitsList li:nth-child(2){animation-delay:.4s}.booking-module__BgmQCG__benefitsList li:nth-child(3){animation-delay:.5s}.booking-module__BgmQCG__benefitsList li:nth-child(4){animation-delay:.6s}.booking-module__BgmQCG__benefitsList li:nth-child(5){animation-delay:.7s}@keyframes booking-module__BgmQCG__slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.booking-module__BgmQCG__benefitsList li:hover{background:var(--card-bg-hover);border-color:var(--primary-color-main);transform:translate(8px)}.booking-module__BgmQCG__checkIcon{width:1.5rem;min-width:1.5rem;height:1.5rem;color:var(--primary-color-main);background:var(--check-bg);border-radius:50%;padding:.25rem;transition:background-color .3s}.booking-module__BgmQCG__bookButton{background:var(--btn-main-bg);color:var(--btn-main-text);border:2px solid var(--btn-main-border);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;opacity:0;border-radius:3rem;justify-content:center;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.5s .8s forwards booking-module__BgmQCG__slideInLeft;display:inline-flex;position:relative;overflow:hidden}.booking-module__BgmQCG__bookButton:before{content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.booking-module__BgmQCG__bookButton:hover:before{left:100%}.booking-module__BgmQCG__bookButton:hover{background:var(--primary-color-main);border-color:var(--primary-color-main);color:#fff;transform:translateY(-2px);box-shadow:0 12px 32px rgba(243,48,52,.5)}.booking-module__BgmQCG__bookButton svg{width:1.25rem;height:1.25rem;transition:transform .3s}.booking-module__BgmQCG__bookButton:hover svg{transform:translate(6px)}.booking-module__BgmQCG__visualSide{opacity:0;animation:.6s .4s forwards booking-module__BgmQCG__slideInRight;position:relative}@keyframes booking-module__BgmQCG__slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.booking-module__BgmQCG__imageContainer{border:1px solid rgba(255,255,255,.1);border-radius:2rem;transition:transform .4s;position:relative;overflow:hidden;box-shadow:0 24px 48px rgba(0,0,0,.4)}.booking-module__BgmQCG__imageContainer:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(135deg,rgba(243,48,52,.1) 0%,transparent 50%,rgba(220,38,38,.1) 100%);position:absolute;top:0;bottom:0;left:0;right:0}.booking-module__BgmQCG__imageContainer:hover{transform:scale(1.02)translateY(-8px);box-shadow:0 32px 64px rgba(0,0,0,.5)}.booking-module__BgmQCG__bookingImage{width:100%;height:auto;transition:transform .4s;display:block}.booking-module__BgmQCG__imageContainer:hover .booking-module__BgmQCG__bookingImage{transform:scale(1.05)}.booking-module__BgmQCG__visualSide:before{content:"";filter:blur(60px);z-index:-1;background:radial-gradient(circle,rgba(243,48,52,.2) 0%,transparent 70%);border-radius:50%;width:300px;height:300px;animation:4s ease-in-out infinite booking-module__BgmQCG__pulse;position:absolute;top:-20%;right:-10%}@keyframes booking-module__BgmQCG__pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@media (max-width:1024px){.booking-module__BgmQCG__bookNowGrid{grid-template-columns:1fr;gap:3rem}.booking-module__BgmQCG__visualSide{order:-1}.booking-module__BgmQCG__textSide{max-width:600px;margin:0 auto}}@media (max-width:768px){.booking-module__BgmQCG__sectionHeader{margin-bottom:3rem}.booking-module__BgmQCG__bookNowGrid{gap:2.5rem}.booking-module__BgmQCG__benefitsList li{padding:1rem 1.25rem;font-size:.95rem}.booking-module__BgmQCG__checkIcon{width:1.25rem;min-width:1.25rem;height:1.25rem}.booking-module__BgmQCG__bookButton{width:100%;padding:1rem 2rem;font-size:.95rem}}@media (max-width:480px){.booking-module__BgmQCG__container{padding:0 1.25rem}.booking-module__BgmQCG__sectionTitle{font-size:1.75rem}.booking-module__BgmQCG__benefitsList li{padding:.875rem 1rem;font-size:.9rem}.booking-module__BgmQCG__imageContainer{border-radius:1.5rem}}
.contact-module__I_P8OW__contactSection{--primary-color-main:#f33034;--primary-color-dark:#dc2626;--section-bg:linear-gradient(to bottom,transparent 0%,rgba(248,250,252,.8) 15%,rgba(248,250,252,.8) 85%,transparent 100%);--text-main:#0f172a;--text-sub:#475569;--badge-bg:#fff;--badge-text:#475569;--badge-border:#e2e8f0;--card-bg:#fff;--card-border:#e2e8f0;--card-hover-shadow:0 8px 16px rgba(0,0,0,.05);--icon-bg:rgba(243,48,52,.1);--map-shadow:0 10px 20px rgba(0,0,0,.07)}.dark .contact-module__I_P8OW__contactSection{--section-bg:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.02) 15%,rgba(255,255,255,.02) 85%,transparent 100%);--text-main:#f8fafc;--text-sub:#94a3b8;--badge-bg:rgba(255,255,255,.05);--badge-text:#cbd5e1;--badge-border:rgba(255,255,255,.1);--card-bg:rgba(255,255,255,.05);--card-border:rgba(255,255,255,.1);--card-hover-shadow:0 8px 24px rgba(0,0,0,.3);--icon-bg:rgba(243,48,52,.2);--map-shadow:0 10px 30px rgba(0,0,0,.5)}.contact-module__I_P8OW__contactSection{background:var(--section-bg);opacity:0;padding:2rem 0;transition:opacity .6s,transform .6s;overflow:hidden;transform:translateY(20px)}.contact-module__I_P8OW__contactSection.contact-module__I_P8OW__visible{opacity:1;transform:translateY(0)}.contact-module__I_P8OW__container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.contact-module__I_P8OW__sectionHeader{text-align:center;margin-bottom:4rem}.contact-module__I_P8OW__badge{background-color:var(--badge-bg);border:1px solid var(--badge-border);color:var(--badge-text);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .3s;display:inline-flex}.contact-module__I_P8OW__badgeIcon{width:1rem;height:1rem;color:var(--primary-color-main)}.contact-module__I_P8OW__sectionTitle{color:var(--text-main);margin:0 0 1rem;font-size:max(2.25rem,min(5vw,3.5rem));font-weight:700;line-height:1.2;transition:color .3s}.contact-module__I_P8OW__gradientText{background:linear-gradient(135deg,var(--primary-color-main)0%,var(--primary-color-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.contact-module__I_P8OW__sectionDescription{color:var(--text-sub);max-width:40rem;margin:0 auto;font-size:1.125rem;line-height:1.6;transition:color .3s}.contact-module__I_P8OW__contactGrid{grid-template-columns:1.1fr 1fr;align-items:center;gap:4rem;display:grid}.contact-module__I_P8OW__leftContent{flex-direction:column;display:flex}.contact-module__I_P8OW__contactInfo{flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;display:flex}.contact-module__I_P8OW__contactItem{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:.75rem;align-items:center;gap:1.5rem;padding:1rem;text-decoration:none;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex}.contact-module__I_P8OW__contactItem:hover{box-shadow:var(--card-hover-shadow);border-color:var(--primary-color-main);transform:translateY(-3px)}.contact-module__I_P8OW__contactIconWrapper{background-color:var(--icon-bg);width:2.5rem;height:2.5rem;color:var(--primary-color-main);border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-module__I_P8OW__contactIcon{width:1.25rem;height:1.25rem}.contact-module__I_P8OW__label{color:var(--text-main);font-size:.9rem;font-weight:600;transition:color .3s;display:block}.contact-module__I_P8OW__value{color:var(--text-sub);font-size:1rem;transition:color .3s}.contact-module__I_P8OW__mapContainer{aspect-ratio:16/9;width:100%;box-shadow:var(--map-shadow);border:1px solid var(--card-border);border-radius:1rem;overflow:hidden}.dark .contact-module__I_P8OW__map{filter:invert(90%)hue-rotate(180deg)brightness(95%)}.contact-module__I_P8OW__map{border:none;width:100%;height:100%;display:block}.contact-module__I_P8OW__rightContent{width:100%;height:100%}.contact-module__I_P8OW__imageContainer{width:100%;height:100%;min-height:500px;box-shadow:var(--map-shadow);border:1px solid var(--card-border);border-radius:1.5rem;position:relative;overflow:hidden}.contact-module__I_P8OW__imageContainer:after{content:"";background:0 0;transition:background-color .3s;position:absolute;top:0;bottom:0;left:0;right:0}.dark .contact-module__I_P8OW__imageContainer:after{background:rgba(0,0,0,.2)}.contact-module__I_P8OW__officeImage{object-fit:cover}@media (max-width:900px){.contact-module__I_P8OW__contactGrid{grid-template-columns:1fr;gap:3.5rem}.contact-module__I_P8OW__imageContainer{aspect-ratio:4/3;min-height:auto}}
.LandingPage-module__FAbHmG__mainContent{animation:.8s ease-out forwards LandingPage-module__FAbHmG__fadeIn}.LandingPage-module__FAbHmG__mainContentVisible{transition:all .3s}@keyframes LandingPage-module__FAbHmG__fadeIn{0%{opacity:0}to{opacity:1}}
.peopleStories-module__Qerd-q__storiesSection{--primary-color-main:#f33034;--primary-color-dark:#dc2626;--section-bg:linear-gradient(to bottom,transparent 0%,rgba(248,250,252,.8) 15%,rgba(248,250,252,.8) 85%,transparent 100%);--text-main:#0f172a;--text-sub:#475569;--badge-bg:#fff;--badge-text:#475569;--badge-border:#e2e8f0;--overlay-gradient:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.6) 50%,transparent 100%);--card-border:rgba(255,255,255,.2);--card-bg:#000;--nav-btn-bg:#fff;--nav-btn-border:#e2e8f0;--nav-btn-text:#0f172a;--nav-btn-hover-bg:#f8fafc}.dark .peopleStories-module__Qerd-q__storiesSection{--section-bg:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.02) 15%,rgba(255,255,255,.02) 85%,transparent 100%);--text-main:#f8fafc;--text-sub:#94a3b8;--badge-bg:rgba(255,255,255,.05);--badge-text:#cbd5e1;--badge-border:rgba(255,255,255,.1);--overlay-gradient:linear-gradient(to top,rgba(0,0,0,.95) 0%,rgba(0,0,0,.7) 60%,transparent 100%);--card-border:rgba(255,255,255,.1);--card-bg:#000;--nav-btn-bg:rgba(255,255,255,.05);--nav-btn-border:rgba(255,255,255,.1);--nav-btn-text:#fff;--nav-btn-hover-bg:rgba(255,255,255,.1)}.peopleStories-module__Qerd-q__storiesSection{background:var(--section-bg);opacity:0;padding:2rem 0;transition:opacity .8s ease-out,transform .8s ease-out;overflow:hidden;transform:translateY(30px)}.peopleStories-module__Qerd-q__storiesSection.peopleStories-module__Qerd-q__animate{opacity:1;transform:translateY(0)}.peopleStories-module__Qerd-q__container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.peopleStories-module__Qerd-q__sectionHeader{text-align:center;opacity:0;margin-bottom:3rem;transition:opacity .6s,transform .6s;transform:translateY(20px)}.peopleStories-module__Qerd-q__storiesSection.peopleStories-module__Qerd-q__animate .peopleStories-module__Qerd-q__sectionHeader{opacity:1;transform:translateY(0)}.peopleStories-module__Qerd-q__badge{background-color:var(--badge-bg);border:1px solid var(--badge-border);color:var(--badge-text);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .3s;display:inline-flex}.peopleStories-module__Qerd-q__badgeIcon{width:1rem;height:1rem;color:var(--primary-color-main)}.peopleStories-module__Qerd-q__mainHeading{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.peopleStories-module__Qerd-q__visualHeading{color:var(--text-main);margin:0 0 1rem;font-size:max(2.25rem,min(5vw,3rem));font-weight:700;line-height:1.1;transition:color .3s}.peopleStories-module__Qerd-q__gradientText{background:linear-gradient(135deg,var(--primary-color-main)0%,var(--primary-color-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.peopleStories-module__Qerd-q__sectionDescription{color:var(--text-sub);max-width:40rem;margin:0 auto;font-size:1.125rem;line-height:1.6;transition:color .3s}.peopleStories-module__Qerd-q__carouselWrapper{margin-bottom:3rem}.peopleStories-module__Qerd-q__carouselContainer{max-width:1200px;margin:0 auto;position:relative}.peopleStories-module__Qerd-q__storiesGrid{opacity:0;grid-template-rows:1fr 1fr;grid-template-columns:1.3fr .9fr .9fr 1.3fr;gap:1.5rem;min-height:600px;transition:opacity .6s .2s,transform .6s .2s;display:grid;transform:translateY(20px)}.peopleStories-module__Qerd-q__storiesSection.peopleStories-module__Qerd-q__animate .peopleStories-module__Qerd-q__storiesGrid{opacity:1;transform:translateY(0)}.peopleStories-module__Qerd-q__storyCard.peopleStories-module__Qerd-q__card1{grid-area:1/1/3/2}.peopleStories-module__Qerd-q__storyCard.peopleStories-module__Qerd-q__card2{grid-area:1/2/2/4}.peopleStories-module__Qerd-q__storyCard.peopleStories-module__Qerd-q__card3{grid-area:2/2/3/4}.peopleStories-module__Qerd-q__storyCard.peopleStories-module__Qerd-q__card4{grid-area:1/4/3/5}.peopleStories-module__Qerd-q__storyCard{background:var(--card-bg);border:1px solid var(--card-border);flex-direction:column;transition:all .3s;animation:.5s peopleStories-module__Qerd-q__fadeIn;display:flex;position:relative;overflow:hidden}.peopleStories-module__Qerd-q__storyCard.peopleStories-module__Qerd-q__empty{border:1px dashed var(--badge-border);opacity:.3;background:0 0}.peopleStories-module__Qerd-q__storyCard:not(.peopleStories-module__Qerd-q__empty):hover{border-color:var(--primary-color-main);box-shadow:0 8px 24px rgba(0,0,0,.3)}@keyframes peopleStories-module__Qerd-q__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.peopleStories-module__Qerd-q__storyImageSection{width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.peopleStories-module__Qerd-q__storyImage{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.peopleStories-module__Qerd-q__storyCard:not(.peopleStories-module__Qerd-q__empty):hover .peopleStories-module__Qerd-q__storyImage{transform:scale(1.08)}.peopleStories-module__Qerd-q__storyContentSection{background:var(--overlay-gradient);z-index:10;padding:1.5rem;position:absolute;bottom:0;left:0;right:0}.peopleStories-module__Qerd-q__storyTitle{color:#fff;margin:0 0 .5rem;font-size:1.125rem;font-weight:600;line-height:1.4}.peopleStories-module__Qerd-q__storyCategory{color:#e5e7eb;margin:0 0 .25rem;font-size:.875rem}.peopleStories-module__Qerd-q__storyDate{color:#9ca3af;margin:0 0 .75rem;font-size:.75rem}.peopleStories-module__Qerd-q__storyExcerpt{color:#d1d5db;margin:0;font-size:.875rem;line-height:1.5}.peopleStories-module__Qerd-q__navButtonsGroup{z-index:30;gap:1rem;display:flex;position:absolute;bottom:0;right:0}.peopleStories-module__Qerd-q__navButton{background:var(--nav-btn-bg);border:1px solid var(--nav-btn-border);width:3.5rem;height:3.5rem;color:var(--nav-btn-text);cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.peopleStories-module__Qerd-q__navButton:hover:not(:disabled){background:var(--primary-color-main);border-color:var(--primary-color-main);color:#fff;transform:scale(1.05);box-shadow:0 4px 12px rgba(243,48,52,.3)}.peopleStories-module__Qerd-q__navButton:disabled{opacity:.3;cursor:not-allowed}.peopleStories-module__Qerd-q__navButton svg{width:1.5rem;height:1.5rem}.peopleStories-module__Qerd-q__dotsContainer{justify-content:center;gap:.5rem;display:flex}.peopleStories-module__Qerd-q__dot{background:var(--primary-color-main);cursor:pointer;border:none;border-radius:50%;width:.5rem;height:.5rem;padding:0;transition:all .3s}.peopleStories-module__Qerd-q__dot:hover{background:var(--primary-color-dark)}.peopleStories-module__Qerd-q__dotActive{background:var(--primary-color-dark);border-radius:.25rem;width:1.5rem}@media (max-width:1024px){.peopleStories-module__Qerd-q__sectionHeader{margin-bottom:2.5rem}.peopleStories-module__Qerd-q__storiesGrid{grid-template-rows:auto auto;grid-template-columns:1fr 1fr;gap:1.25rem;min-height:auto}.peopleStories-module__Qerd-q__storyCard.peopleStories-module__Qerd-q__card1{grid-area:1/1/2/2}.peopleStories-module__Qerd-q__storyCard.peopleStories-module__Qerd-q__card2{grid-area:1/2/2/3}.peopleStories-module__Qerd-q__storyCard.peopleStories-module__Qerd-q__card3{grid-area:2/1/3/2}.peopleStories-module__Qerd-q__storyCard.peopleStories-module__Qerd-q__card4{grid-area:2/2/3/3}.peopleStories-module__Qerd-q__storyCard{min-height:400px}.peopleStories-module__Qerd-q__navButtonsGroup{justify-content:center;margin-top:2rem;position:relative;bottom:auto;right:auto}}@media (max-width:768px){.peopleStories-module__Qerd-q__container{padding:0 1.25rem}.peopleStories-module__Qerd-q__sectionHeader{margin-bottom:2rem}.peopleStories-module__Qerd-q__storiesGrid{grid-template-rows:auto;grid-template-columns:1fr;gap:1rem}.peopleStories-module__Qerd-q__storyCard.peopleStories-module__Qerd-q__card1,.peopleStories-module__Qerd-q__storyCard.peopleStories-module__Qerd-q__card2,.peopleStories-module__Qerd-q__storyCard.peopleStories-module__Qerd-q__card3,.peopleStories-module__Qerd-q__storyCard.peopleStories-module__Qerd-q__card4{grid-area:auto/1/auto/2}.peopleStories-module__Qerd-q__storyCard{min-height:350px}.peopleStories-module__Qerd-q__storyContentSection{padding:1.25rem}.peopleStories-module__Qerd-q__storyTitle{font-size:1rem}.peopleStories-module__Qerd-q__navButton{width:3rem;height:3rem}}@media (max-width:480px){.peopleStories-module__Qerd-q__navButton{display:none}.peopleStories-module__Qerd-q__storyCard{min-height:300px}.peopleStories-module__Qerd-q__storyContentSection{padding:1rem}.peopleStories-module__Qerd-q__visualHeading{font-size:1.5rem}}
.worldPresence-module__CU4kUq__presenceSection{--primary-color-main:#f33034;--primary-color-dark:#dc2626;--section-bg:linear-gradient(to bottom,transparent 0%,rgba(248,250,252,.8) 15%,rgba(248,250,252,.8) 85%,transparent 100%);--text-main:#0f172a;--text-sub:#475569;--badge-bg:#fff;--badge-text:#475569;--badge-border:#e2e8f0;--card-bg:#fff;--border-color:#e2e8f0;--card-shadow:0 4px 6px -1px rgba(0,0,0,.05);--card-shadow-hover:0 20px 25px -5px rgba(0,0,0,.1)}.dark .worldPresence-module__CU4kUq__presenceSection{--section-bg:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.02) 15%,rgba(255,255,255,.02) 85%,transparent 100%);--text-main:#f8fafc;--text-sub:#94a3b8;--badge-bg:rgba(255,255,255,.05);--badge-text:#cbd5e1;--badge-border:rgba(255,255,255,.1);--card-bg:#1e293b;--border-color:rgba(255,255,255,.08);--card-shadow:none;--card-shadow-hover:0 15px 40px -10px rgba(0,0,0,.5)}.worldPresence-module__CU4kUq__presenceSection{background:var(--section-bg);opacity:0;padding:2rem 0;transition:opacity .8s ease-out,transform .8s ease-out;overflow:hidden;transform:translateY(30px)}.worldPresence-module__CU4kUq__presenceSection.worldPresence-module__CU4kUq__animate{opacity:1;transform:translateY(0)}.worldPresence-module__CU4kUq__container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.worldPresence-module__CU4kUq__sectionHeader{text-align:center;opacity:0;margin-bottom:4rem;transition:opacity .6s,transform .6s;transform:translateY(20px)}.worldPresence-module__CU4kUq__animate .worldPresence-module__CU4kUq__sectionHeader{opacity:1;transform:translateY(0)}.worldPresence-module__CU4kUq__badge{background-color:var(--badge-bg);border:1px solid var(--badge-border);color:var(--badge-text);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .3s;display:inline-flex}.worldPresence-module__CU4kUq__badgeIcon{width:1rem;height:1rem;color:var(--primary-color-main)}.worldPresence-module__CU4kUq__mainHeading{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.worldPresence-module__CU4kUq__visualHeading{color:var(--text-main);margin:0 0 1rem;font-size:max(2.25rem,min(5vw,3rem));font-weight:700;line-height:1.1;transition:color .3s}.worldPresence-module__CU4kUq__gradientText{background:linear-gradient(135deg,var(--primary-color-main)0%,var(--primary-color-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.worldPresence-module__CU4kUq__sectionDescription{color:var(--text-sub);max-width:40rem;margin:0 auto;font-size:1.125rem;line-height:1.6;transition:color .3s}.worldPresence-module__CU4kUq__mapContainer{max-width:1200px;margin:0 auto;position:relative}.worldPresence-module__CU4kUq__mapFrame{aspect-ratio:2000/1054;border:none;width:100%}.worldPresence-module__CU4kUq__statsGrid{opacity:0;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:3rem;transition:opacity .6s .3s,transform .6s .3s;display:grid;transform:translateY(20px)}.worldPresence-module__CU4kUq__animate .worldPresence-module__CU4kUq__statsGrid{opacity:1;transform:translateY(0)}.worldPresence-module__CU4kUq__statCard{text-align:center;background:var(--card-bg);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;padding:2rem 1.5rem;transition:all .3s}.worldPresence-module__CU4kUq__statCard:hover{box-shadow:var(--card-shadow-hover);border-color:var(--primary-color-main);transform:translateY(-4px)}.worldPresence-module__CU4kUq__statNumber{color:var(--primary-color-main);margin-bottom:.5rem;font-size:2.25rem;font-weight:700}.worldPresence-module__CU4kUq__statLabel{color:var(--text-sub);font-size:.875rem;font-weight:500;transition:color .3s}@media (max-width:1024px){.worldPresence-module__CU4kUq__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.worldPresence-module__CU4kUq__sectionHeader{margin-bottom:2.5rem}.worldPresence-module__CU4kUq__statsGrid{grid-template-columns:1fr;gap:1rem}.worldPresence-module__CU4kUq__statCard{padding:1.5rem}.worldPresence-module__CU4kUq__statNumber{font-size:2rem}}@media (max-width:480px){.worldPresence-module__CU4kUq__visualHeading{font-size:1.75rem}.worldPresence-module__CU4kUq__sectionDescription{font-size:1rem}}
.testimonials-module__FwzGEW__testimonialsSection{--primary-color-main:#f33034;--primary-color-dark:#dc2626;--section-bg:linear-gradient(to bottom,transparent 0%,rgba(248,250,252,.8) 15%,rgba(248,250,252,.8) 85%,transparent 100%);--text-main:#0f172a;--text-sub:#475569;--badge-bg:#fff;--badge-text:#475569;--badge-border:#e2e8f0;--card-bg:#fff;--card-border:#e2e8f0;--card-shadow:0 4px 6px -1px rgba(0,0,0,.05);--card-shadow-hover:0 20px 25px -5px rgba(0,0,0,.1);--nav-btn-bg:#fff;--nav-btn-border:#e2e8f0;--nav-btn-text:#0f172a;--nav-btn-hover-bg:#f8fafc;--star-color:#facc15}.dark .testimonials-module__FwzGEW__testimonialsSection{--section-bg:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.02) 15%,rgba(255,255,255,.02) 85%,transparent 100%);--text-main:#f8fafc;--text-sub:#94a3b8;--badge-bg:rgba(255,255,255,.05);--badge-text:#cbd5e1;--badge-border:rgba(255,255,255,.1);--card-bg:rgba(30,41,59,.4);--card-border:rgba(255,255,255,.08);--card-shadow:none;--card-shadow-hover:0 10px 30px -10px rgba(0,0,0,.5);--nav-btn-bg:rgba(255,255,255,.05);--nav-btn-border:rgba(255,255,255,.1);--nav-btn-text:#fff;--nav-btn-hover-bg:rgba(255,255,255,.1)}.testimonials-module__FwzGEW__testimonialsSection{background:var(--section-bg);opacity:0;padding:2rem 0;transition:opacity .8s ease-out,transform .8s ease-out;overflow:hidden;transform:translateY(30px)}.testimonials-module__FwzGEW__testimonialsSection.testimonials-module__FwzGEW__animate{opacity:1;transform:translateY(0)}.testimonials-module__FwzGEW__container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.testimonials-module__FwzGEW__sectionHeader{text-align:center;opacity:0;margin-bottom:4rem;transition:opacity .6s,transform .6s;transform:translateY(20px)}.testimonials-module__FwzGEW__animate .testimonials-module__FwzGEW__sectionHeader{opacity:1;transform:translateY(0)}.testimonials-module__FwzGEW__badge{background-color:var(--badge-bg);border:1px solid var(--badge-border);color:var(--badge-text);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .3s;display:inline-flex}.testimonials-module__FwzGEW__badgeIcon{width:1rem;height:1rem;color:var(--primary-color-main)}.testimonials-module__FwzGEW__mainHeading{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.testimonials-module__FwzGEW__visualHeading{color:var(--text-main);margin:0 0 1rem;font-size:max(2.25rem,min(5vw,3rem));font-weight:700;line-height:1.1;transition:color .3s}.testimonials-module__FwzGEW__gradientText{background:linear-gradient(135deg,var(--primary-color-main)0%,var(--primary-color-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.testimonials-module__FwzGEW__sectionDescription{color:var(--text-sub);max-width:40rem;margin:0 auto;font-size:1.125rem;line-height:1.6;transition:color .3s}.testimonials-module__FwzGEW__carouselContainer{max-width:1200px;margin:0 auto 3rem;padding:1rem 1rem 0;position:relative}.testimonials-module__FwzGEW__testimonialsGrid{opacity:0;grid-template-columns:repeat(3,1fr);gap:2rem;transition:opacity .6s .2s,transform .6s .2s;display:grid;transform:translateY(20px)}.testimonials-module__FwzGEW__animate .testimonials-module__FwzGEW__testimonialsGrid{opacity:1;transform:translateY(0)}.testimonials-module__FwzGEW__testimonialCard{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--card-shadow);border-radius:1.5rem;flex-direction:column;min-height:300px;padding:2.5rem;transition:all .3s;animation:.5s testimonials-module__FwzGEW__fadeIn;display:flex;position:relative}.testimonials-module__FwzGEW__testimonialCard.testimonials-module__FwzGEW__empty{border:1px dashed var(--card-border);opacity:.3;background:0 0}.testimonials-module__FwzGEW__testimonialCard:not(.testimonials-module__FwzGEW__empty):hover{box-shadow:var(--card-shadow-hover);border-color:var(--primary-color-main);transform:translateY(-8px)}@keyframes testimonials-module__FwzGEW__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.testimonials-module__FwzGEW__cardContent{flex-direction:column;flex:1;display:flex}.testimonials-module__FwzGEW__rating{color:var(--star-color);gap:.25rem;margin-bottom:1.5rem;display:flex}.testimonials-module__FwzGEW__starIcon{fill:none;stroke:currentColor;stroke-width:2px;width:1.125rem;height:1.125rem}.testimonials-module__FwzGEW__starIcon[data-filled=true]{fill:currentColor}.testimonials-module__FwzGEW__testimonialText{color:var(--text-sub);flex-grow:1;margin:0;font-size:1rem;font-style:italic;line-height:1.7;transition:color .3s}.testimonials-module__FwzGEW__clientInfo{border-top:1px solid var(--card-border);margin-top:2rem;padding-top:1.5rem;transition:border-color .3s}.testimonials-module__FwzGEW__clientName{color:var(--text-main);margin:0 0 .25rem;font-size:1rem;font-weight:700;transition:color .3s}.testimonials-module__FwzGEW__clientJob{color:var(--text-sub);margin:0;font-size:.875rem;transition:color .3s}.testimonials-module__FwzGEW__navButtonsGroup{z-index:30;gap:1rem;display:flex;position:absolute;bottom:0;right:0}.testimonials-module__FwzGEW__navButton{background:var(--nav-btn-bg);border:1px solid var(--nav-btn-border);width:3.5rem;height:3.5rem;color:var(--nav-btn-text);cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.testimonials-module__FwzGEW__navButton:hover:not(:disabled){background:var(--primary-color-main);border-color:var(--primary-color-main);color:#fff;transform:scale(1.05);box-shadow:0 4px 12px rgba(243,48,52,.3)}.testimonials-module__FwzGEW__navButton:disabled{opacity:.3;cursor:not-allowed}.testimonials-module__FwzGEW__navButton svg{width:1.5rem;height:1.5rem}.testimonials-module__FwzGEW__dotsContainer{justify-content:center;gap:.5rem;display:flex}.testimonials-module__FwzGEW__dot{background:var(--primary-color-main);cursor:pointer;border:none;border-radius:50%;width:.5rem;height:.5rem;padding:0;transition:all .3s}.testimonials-module__FwzGEW__dot:hover{background:var(--primary-color-dark)}.testimonials-module__FwzGEW__dotActive{background:var(--primary-color-dark);border-radius:.25rem;width:1.5rem}@media (max-width:1024px){.testimonials-module__FwzGEW__testimonialsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.testimonials-module__FwzGEW__sectionHeader{margin-bottom:3rem}.testimonials-module__FwzGEW__testimonialsGrid{grid-template-columns:1fr;gap:1.5rem}.testimonials-module__FwzGEW__testimonialCard{min-height:240px;padding:2rem}.testimonials-module__FwzGEW__navButtonsGroup{justify-content:center;margin-top:2rem;position:relative;bottom:auto;right:auto}}@media (max-width:480px){.testimonials-module__FwzGEW__container{padding:0 1.25rem}.testimonials-module__FwzGEW__testimonialCard{min-height:220px;padding:1.5rem}.testimonials-module__FwzGEW__visualHeading{font-size:1.75rem}.testimonials-module__FwzGEW__navButton{width:3rem;height:3rem}}
.BookNow-module___Kv30a__bookNowPage{--primary-color-main:#f33034;--primary-color-dark:#dc2626;--bg-hero:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);--bg-section:#fff;--bg-extra:#f8fafc;--text-main:#111827;--text-sub:#4b5563;--border-color:#e5e7eb;--badge-bg:#fff;--badge-text:#4b5563;--badge-border:#e2e8f0;--widget-bg:#f8fafc;--widget-shadow:0 20px 50px -10px rgba(0,0,0,.1);--card-bg:#fff;--input-bg:#fff;--input-text:#111827;--slot-bg:#fff;--slot-hover:#f1f5f9;--cal-text:#111827;--cal-head:#6b7280;--cal-hover:#f1f5f9;--cal-today-border:#f33034}.dark .BookNow-module___Kv30a__bookNowPage{--bg-hero:transparent;--bg-section:transparent;--bg-extra:linear-gradient(to bottom,transparent,rgba(255,255,255,.02));--text-main:#f8fafc;--text-sub:#94a3b8;--border-color:rgba(255,255,255,.1);--badge-bg:rgba(255,255,255,.05);--badge-text:#cbd5e1;--badge-border:rgba(255,255,255,.1);--widget-bg:#1e293b;--widget-shadow:0 20px 50px -10px rgba(0,0,0,.5);--card-bg:rgba(255,255,255,.03);--input-bg:rgba(0,0,0,.2);--input-text:#fff;--slot-bg:rgba(255,255,255,.05);--slot-hover:rgba(255,255,255,.1);--cal-text:#f8fafc;--cal-head:#94a3b8;--cal-hover:rgba(255,255,255,.1);--cal-today-border:#f33034}.BookNow-module___Kv30a__bookNowPage *,.BookNow-module___Kv30a__bookNowPage :before,.BookNow-module___Kv30a__bookNowPage :after{box-sizing:border-box}.BookNow-module___Kv30a__heroSection{text-align:center;background:var(--bg-hero);padding:8rem 1.5rem 6rem;transition:background .3s}.BookNow-module___Kv30a__heroContent{max-width:50rem;margin:0 auto}.BookNow-module___Kv30a__badge{background-color:var(--badge-bg);border:1px solid var(--badge-border);color:var(--badge-text);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .3s;display:inline-flex}.BookNow-module___Kv30a__heroTitle{color:var(--text-main);margin-bottom:1.5rem;font-size:max(2.5rem,min(5vw,4rem));font-weight:800;line-height:1.2;transition:color .3s}.BookNow-module___Kv30a__gradientText{background:linear-gradient(135deg,var(--primary-color-main)0%,var(--primary-color-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.BookNow-module___Kv30a__heroSubtitle{color:var(--text-sub);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.7;transition:color .3s}.BookNow-module___Kv30a__heroBenefits{justify-content:center;gap:2rem;margin-top:2rem;display:flex}.BookNow-module___Kv30a__benefitItem{color:var(--text-sub);align-items:center;gap:.5rem;font-weight:500;transition:color .3s;display:flex}.BookNow-module___Kv30a__benefitItem svg{color:var(--primary-color-main)}.BookNow-module___Kv30a__mainContentSection{background:var(--bg-section);opacity:0;padding:6rem 0;transition:opacity .8s ease-out,transform .8s ease-out,background .3s;transform:translateY(20px)}.BookNow-module___Kv30a__mainContentSection.BookNow-module___Kv30a__visible{opacity:1;transform:translateY(0)}.BookNow-module___Kv30a__container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.BookNow-module___Kv30a__sectionTitle{color:var(--text-main);text-align:center;margin-bottom:4rem;font-size:max(2rem,min(4vw,2.5rem));font-weight:700;transition:color .3s}.BookNow-module___Kv30a__bookingGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.BookNow-module___Kv30a__bookingInfo .BookNow-module___Kv30a__sectionTitle{text-align:left;margin-bottom:2rem}.BookNow-module___Kv30a__infoText{color:var(--text-sub);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7;transition:color .3s}.BookNow-module___Kv30a__bookingWidget{background-color:var(--widget-bg);border:1px solid var(--border-color);box-shadow:var(--widget-shadow);border-radius:1.5rem;padding:3rem;transition:background-color .3s,border-color .3s,box-shadow .3s}.BookNow-module___Kv30a__extraInfoSection{background:var(--bg-extra);padding:6rem 0;transition:background .3s}.BookNow-module___Kv30a__processSection{margin-bottom:6rem}.BookNow-module___Kv30a__processGrid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.BookNow-module___Kv30a__processCard{text-align:center}.BookNow-module___Kv30a__processIcon{width:3.5rem;height:3.5rem;color:var(--primary-color-main);background-color:rgba(243,48,52,.1);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.BookNow-module___Kv30a__processCard h4{color:var(--text-main);margin-bottom:.5rem;font-size:1.25rem;font-weight:600;transition:color .3s}.BookNow-module___Kv30a__processCard p{color:var(--text-sub);font-size:.95rem;line-height:1.6;transition:color .3s}.BookNow-module___Kv30a__faqGrid{grid-template-columns:1fr;gap:2rem;max-width:800px;margin:0 auto;display:grid}.BookNow-module___Kv30a__faqItem{background:var(--card-bg);border:1px solid var(--border-color);border-radius:1rem;padding:1.5rem;transition:background-color .3s,border-color .3s}.BookNow-module___Kv30a__faqItem h4{color:var(--text-main);margin-bottom:.75rem;font-size:1.125rem;font-weight:600;transition:color .3s}.BookNow-module___Kv30a__faqItem p{color:var(--text-sub);line-height:1.6;transition:color .3s}.BookNow-module___Kv30a__stepContainer{transition:height .4s ease-in-out;position:relative}.BookNow-module___Kv30a__stepPanel{opacity:0;pointer-events:none;flex-direction:column;width:100%;transition:opacity .4s ease-in-out,transform .4s ease-in-out;display:flex;position:absolute;top:0;left:0;transform:translateY(50px)}.BookNow-module___Kv30a__calendarPanel{align-items:center}.BookNow-module___Kv30a__stepPanelActive{opacity:1;pointer-events:auto;transform:translateY(0)}.BookNow-module___Kv30a__widgetHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.BookNow-module___Kv30a__backButton{background:var(--slot-bg);border:1px solid var(--border-color);color:var(--text-sub);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.BookNow-module___Kv30a__backButton:hover{background:var(--slot-hover);color:var(--text-main)}.BookNow-module___Kv30a__headerSpacer{width:36px}.BookNow-module___Kv30a__widgetTitle{color:var(--text-main);text-align:center;flex-grow:1;font-size:1.5rem;font-weight:600;transition:color .3s}.BookNow-module___Kv30a__selectionSummary{color:var(--text-main);background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:.5rem;justify-content:center;align-items:center;gap:.75rem;margin-bottom:2rem;padding:.75rem;font-size:.9rem;font-weight:500;transition:all .3s;display:flex}.BookNow-module___Kv30a__timeGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.BookNow-module___Kv30a__timeSlot{border:1px solid var(--border-color);background-color:var(--slot-bg);color:var(--text-main);cursor:pointer;border-radius:.5rem;padding:1rem;font-weight:500;transition:all .2s}.BookNow-module___Kv30a__timeSlot:hover{background-color:var(--slot-hover);border-color:var(--primary-color-main)}.BookNow-module___Kv30a__detailsForm{flex-direction:column;flex-grow:1;display:flex}.BookNow-module___Kv30a__formGroup{margin-bottom:1.5rem}.BookNow-module___Kv30a__formGroup label{color:var(--text-sub);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;font-weight:500;transition:color .3s;display:flex}.BookNow-module___Kv30a__formGroup input{border:1px solid var(--border-color);background-color:var(--input-bg);width:100%;color:var(--input-text);border-radius:.75rem;padding:.875rem 1rem;font-size:1rem;transition:all .2s}.BookNow-module___Kv30a__formGroup input:focus{border-color:var(--primary-color-main);background-color:var(--slot-bg);outline:none}.BookNow-module___Kv30a__submitButton{background-color:var(--primary-color-main);color:#fff;cursor:pointer;border:none;border-radius:.75rem;width:100%;margin-top:auto;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s}.BookNow-module___Kv30a__submitButton:hover{background-color:var(--primary-color-dark)}.BookNow-module___Kv30a__submitButton:disabled{opacity:.7;cursor:not-allowed}.BookNow-module___Kv30a__confirmationScreen{text-align:center;color:var(--text-main);flex-direction:column;justify-content:center;align-items:center;margin:auto;display:flex}.BookNow-module___Kv30a__confirmationIcon{color:var(--primary-color-main);margin-bottom:1.5rem}.BookNow-module___Kv30a__errorMessage{text-align:center;color:#ef4444;background-color:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);border-radius:.5rem;margin-top:1rem;padding:.75rem;font-size:.875rem}.BookNow-module___Kv30a__calendar{max-width:100%;margin:1rem 0 0!important}.rdp{--rdp-accent-color:var(--primary-color-main)!important;--rdp-background-color:rgba(243,48,52,.2)!important}.rdp-day{width:2.5rem;height:2.5rem;color:var(--cal-text)!important;border-radius:50%!important}.rdp-day_selected{color:#fff!important;background-color:var(--primary-color-main)!important;font-weight:700!important}.rdp-day_today{border:1px solid var(--cal-today-border);color:var(--primary-color-main)!important;background-color:transparent!important;font-weight:700!important}.rdp-day_disabled{opacity:.3;color:var(--cal-text)!important}.rdp-head_cell{color:var(--cal-head)!important;font-size:.875rem!important;font-weight:600!important}.rdp-day:not(.rdp-day_disabled):not(.rdp-day_selected):hover{background-color:var(--cal-hover)!important}.rdp-nav_button{color:var(--text-main)}@media (max-width:900px){.BookNow-module___Kv30a__bookingGrid{grid-template-columns:1fr}.BookNow-module___Kv30a__bookingInfo,.BookNow-module___Kv30a__bookingInfo .BookNow-module___Kv30a__sectionTitle{text-align:center}}@media (max-width:768px){.BookNow-module___Kv30a__mainContentSection,.BookNow-module___Kv30a__extraInfoSection{padding:4rem 0}.BookNow-module___Kv30a__heroTitle{font-size:2.25rem}.BookNow-module___Kv30a__heroSubtitle,.BookNow-module___Kv30a__infoText{font-size:1rem}.BookNow-module___Kv30a__heroBenefits{flex-direction:column;align-items:center;gap:1rem}.BookNow-module___Kv30a__bookingWidget{padding:2rem 1.5rem}.BookNow-module___Kv30a__widgetTitle,.BookNow-module___Kv30a__bookingInfo .BookNow-module___Kv30a__sectionTitle,.BookNow-module___Kv30a__sectionTitle{font-size:1.75rem}.BookNow-module___Kv30a__timeGrid,.BookNow-module___Kv30a__processGrid{grid-template-columns:1fr}.rdp{font-size:.875rem}.rdp-day{width:2.2rem;height:2.2rem}}
.About-module__vlCJNG__aboutPage{--primary-color-main:#f33034;--primary-color-dark:#dc2626;--bg-hero:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);--bg-content:#fff;--text-main:#0f172a;--text-sub:#475569;--badge-bg:#fff;--badge-text:#475569;--badge-border:#e2e8f0;--card-bg:#f8fafc;--card-border:#e2e8f0;--card-shadow:none;--card-shadow-hover:0 10px 20px rgba(0,0,0,.07);--icon-bg:rgba(243,48,52,.1);--team-img-ring:#e2e8f0;--team-img-border:#fff;--social-icon:#94a3b8;--social-icon-hover:#f33034}.dark .About-module__vlCJNG__aboutPage{--bg-hero:transparent;--bg-content:transparent;--text-main:#f8fafc;--text-sub:#94a3b8;--badge-bg:rgba(255,255,255,.05);--badge-text:#cbd5e1;--badge-border:rgba(255,255,255,.1);--card-bg:#1e293b;--card-border:rgba(255,255,255,.08);--card-shadow:0 4px 6px -1px rgba(0,0,0,.2);--card-shadow-hover:0 10px 30px -10px rgba(0,0,0,.5);--icon-bg:rgba(243,48,52,.15);--team-img-ring:rgba(255,255,255,.1);--team-img-border:#1e293b;--social-icon:#64748b;--social-icon-hover:#f33034}.About-module__vlCJNG__heroSection{text-align:center;background:var(--bg-hero);padding:8rem 1.5rem 6rem;transition:background .3s;position:relative}.About-module__vlCJNG__heroContent{max-width:50rem;margin:0 auto}.About-module__vlCJNG__badge{background-color:var(--badge-bg);border:1px solid var(--badge-border);color:var(--badge-text);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .3s;display:inline-flex}.About-module__vlCJNG__heroTitle{color:var(--text-main);margin-bottom:1.5rem;font-size:max(2.5rem,min(5vw,4rem));font-weight:800;line-height:1.2;transition:color .3s}.About-module__vlCJNG__gradientText{background:linear-gradient(135deg,var(--primary-color-main)0%,var(--primary-color-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.About-module__vlCJNG__heroSubtitle{color:var(--text-sub);font-size:1.25rem;line-height:1.7;transition:color .3s}.About-module__vlCJNG__mainContentSection{background:var(--bg-content);opacity:0;padding:6rem 0;transition:opacity .8s,transform .8s,background .3s;transform:translateY(20px)}.About-module__vlCJNG__mainContentSection.About-module__vlCJNG__visible{opacity:1;transform:translateY(0)}.About-module__vlCJNG__container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.About-module__vlCJNG__sectionTitle{color:var(--text-main);text-align:center;margin-bottom:4rem;font-size:max(2rem,min(4vw,2.5rem));font-weight:700;transition:color .3s}.About-module__vlCJNG__missionVision{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:6rem;display:grid}.About-module__vlCJNG__missionCard,.About-module__vlCJNG__visionCard{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--card-shadow);border-radius:1.5rem;padding:2.5rem;transition:background-color .3s,border-color .3s,box-shadow .3s}.About-module__vlCJNG__missionCard h3,.About-module__vlCJNG__visionCard h3{color:var(--text-main);margin-bottom:1rem;font-size:2rem;transition:color .3s}.About-module__vlCJNG__TitleSecColor{color:var(--primary-color-main)}.About-module__vlCJNG__missionCard p,.About-module__vlCJNG__visionCard p{color:var(--text-sub);font-size:1.15rem;line-height:1.6;transition:color .3s}.About-module__vlCJNG__valuesSection{margin-bottom:6rem}.About-module__vlCJNG__valuesGrid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.About-module__vlCJNG__valueCard{text-align:center}.About-module__vlCJNG__valueIcon{background-color:var(--icon-bg);width:3.5rem;height:3.5rem;color:var(--primary-color-main);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;transition:background-color .3s;display:flex}.About-module__vlCJNG__valueCard h4{color:var(--text-main);margin-bottom:.5rem;font-size:1.125rem;font-weight:600;transition:color .3s}.About-module__vlCJNG__valueCard p{color:var(--text-sub);font-size:.9rem;line-height:1.6;transition:color .3s}.About-module__vlCJNG__teamGrid{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.About-module__vlCJNG__teamCard{background:var(--card-bg);border:1px solid var(--card-border);text-align:center;border-radius:1.5rem;min-width:300px;max-width:400px;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s,background-color .3s,border-color .3s}.About-module__vlCJNG__teamCard:hover{box-shadow:var(--card-shadow-hover);border-color:var(--primary-color-main);transform:translateY(-5px)}.About-module__vlCJNG__teamImageContainer{width:120px;height:120px;box-shadow:0 0 0 4px var(--team-img-border),0 0 0 5px var(--team-img-ring);border-radius:50%;margin:0 auto 1.5rem;transition:box-shadow .3s;overflow:hidden}.About-module__vlCJNG__teamImage{object-fit:cover;object-position:-100px -15px}.About-module__vlCJNG__teamName{color:var(--text-main);margin-bottom:.25rem;font-size:1.25rem;font-weight:700;transition:color .3s}.About-module__vlCJNG__teamTitle{color:var(--primary-color-main);margin-bottom:1rem;font-size:.9rem;font-weight:500}.About-module__vlCJNG__teamBio{color:var(--text-sub);margin-bottom:1.5rem;font-size:.9rem;line-height:1.6;transition:color .3s}.About-module__vlCJNG__socialLinks{justify-content:center;gap:1rem;display:flex}.About-module__vlCJNG__socialLinks a{color:var(--social-icon);transition:color .3s}.About-module__vlCJNG__socialLinks a:hover{color:var(--social-icon-hover)}@media (max-width:1024px){.About-module__vlCJNG__valuesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.About-module__vlCJNG__teamGrid{flex-direction:column;align-items:center}.About-module__vlCJNG__teamCard{width:100%;min-width:auto;max-width:500px}}@media (max-width:768px){.About-module__vlCJNG__missionVision{grid-template-columns:1fr}.About-module__vlCJNG__heroSection{padding:6rem 1.5rem 4rem}}@media (max-width:480px){.About-module__vlCJNG__valuesGrid{grid-template-columns:1fr}.About-module__vlCJNG__teamCard{padding:2rem 1.5rem}}
