.modern-navbar{z-index:1000;-webkit-backdrop-filter:blur(14px);background:#1212188c;border:1px solid #ffffff14;border-radius:16px;width:calc(100% - 40px);max-width:1400px;margin:0 auto;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:20px;left:50%;transform:translate(-50%);box-shadow:0 4px 24px #0003,inset 0 0 0 1px #ffffff0f}.modern-navbar.scrolled{background:#0c0c12b8;top:10px;box-shadow:0 8px 32px #00000059,inset 0 0 0 1px #ffffff14}.navbar-container{flex-flow:row;justify-content:space-between;align-items:center;width:100%;height:70px;margin:0 auto;padding:0 2rem;display:flex}.navbar-brand{z-index:1001;align-items:center;text-decoration:none;transition:transform .3s;display:flex}.navbar-brand:hover{transform:scale(1.05)}.navbar-brand-glass{background:#fff;border:1px solid #0000000f;border-radius:12px;justify-content:center;align-items:center;margin:0 -.25rem;padding:.4rem .75rem;transition:box-shadow .3s;display:inline-flex;box-shadow:0 2px 8px #0000001a}.navbar-brand:hover .navbar-brand-glass{box-shadow:0 4px 12px #0000001f}.navbar-logo{object-fit:contain;filter:brightness(1.2)contrast(1.08);z-index:1;width:auto;height:auto;max-height:40px;position:relative}.navbar-menu{flex-direction:row;align-items:center;gap:.5rem;margin-left:auto;display:flex}.navbar-nav{flex-flow:row;align-items:center;gap:0;margin:0;padding:0;list-style:none;display:flex}.nav-item{opacity:0;animation:.5s forwards fadeInNav;position:relative}.nav-item:first-child{animation-delay:.1s}.nav-item:nth-child(2){animation-delay:.15s}.nav-item:nth-child(3){animation-delay:.2s}.nav-item:nth-child(4){animation-delay:.25s}.nav-item:nth-child(5){animation-delay:.3s}.nav-item:nth-child(6){animation-delay:.35s}.nav-item:nth-child(7){animation-delay:.4s}.nav-item:nth-child(8){animation-delay:.45s}@keyframes fadeInNav{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nav-link{color:#ffffffe0;letter-spacing:.01em;cursor:pointer;white-space:nowrap;border-radius:8px;flex-shrink:0;align-items:center;padding:.6rem .75rem .5rem;font-size:.95rem;font-weight:400;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:visible}.nav-link:before{content:"";opacity:0;z-index:0;background:0 0;border-radius:8px;transition:opacity .3s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.nav-link:after{content:"";transform-origin:50%;z-index:1;background:linear-gradient(90deg,#ffb74d 0%,#ff9800 100%);border-radius:2px;width:100%;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.nav-link-text{z-index:2;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.nav-link:hover:before{opacity:0;background:0 0}.nav-link:hover:after{transform:scaleX(1)}.nav-link:hover .nav-link-text{color:#ff9800;transform:translateY(-1px)}.nav-link.active:before{opacity:0;background:0 0}.nav-link.active:after{background:linear-gradient(90deg,#ffb74d 0%,#ff9800 100%);transform:scaleX(1);box-shadow:0 0 8px #ff98004d}.nav-link.active .nav-link-text{color:#ff9800;font-weight:600}.navbar-contact-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(90deg,#ffb74d 0%,#ff9800 100%);border:none;border-radius:10px;justify-content:center;align-items:center;padding:.65rem 1.5rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 8px #ff98004d}.navbar-contact-btn:hover{background:linear-gradient(90deg,#ff9800 0%,#fb8c00 100%);transform:translateY(-2px);box-shadow:0 4px 12px #ff980066}.navbar-contact-btn:active{transform:translateY(0);box-shadow:0 2px 6px #ff98004d}.mobile-menu-toggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:28px;height:24px;padding:0;transition:all .3s;display:none}.mobile-menu-toggle span{transform-origin:50%;background:#ffffffe6;border-radius:2px;width:100%;height:2.5px;transition:all .3s cubic-bezier(.4,0,.2,1)}.mobile-menu-toggle.active span:first-child{background:#ff9800;transform:rotate(45deg)translate(8px,8px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0;transform:translate(-10px)}.mobile-menu-toggle.active span:nth-child(3){background:#ff9800;transform:rotate(-45deg)translate(8px,-8px)}.mobile-menu-toggle:hover span{background:#ff9800}@media (min-width:993px){.navbar-menu{opacity:1!important;max-height:none!important;box-shadow:none!important;background:0 0!important;flex-direction:row!important;padding:0!important;display:flex!important;position:static!important}.navbar-nav{flex-direction:row!important;width:auto!important;margin-bottom:0!important}.nav-link{justify-content:center!important;width:auto!important}.navbar-contact-btn{width:auto!important;margin-top:0!important}}@media (max-width:992px){.modern-navbar{border-radius:12px;width:calc(100% - 20px);top:10px}.navbar-container{height:65px;padding:0 1.5rem}.navbar-logo{max-height:35px}.mobile-menu-toggle{display:flex}.navbar-menu{-webkit-backdrop-filter:blur(14px);opacity:0;background:#121218eb;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:0;max-height:0;padding:0;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s,padding .3s;position:fixed;top:75px;left:10px;right:10px;overflow:hidden;box-shadow:0 8px 32px #0000004d}.navbar-menu.active{opacity:1;max-height:600px;padding:1.5rem}.navbar-nav{flex-direction:column;gap:.5rem;width:100%;margin-bottom:1rem;padding:0}.nav-link{border-radius:8px;justify-content:flex-start;width:100%;margin:0;padding:.85rem 1rem}.nav-link:after{display:none}.nav-link:hover{background:0 0}.nav-link:hover .nav-link-text{color:#ff9800;transform:translate(5px)}.nav-link.active{background:0 0}.nav-link.active .nav-link-text{color:#ff9800;font-weight:600}.navbar-contact-btn{width:100%;margin-top:.5rem;padding:.85rem 1.5rem}}@media (max-width:768px){.modern-navbar{border-radius:10px;width:calc(100% - 16px);top:8px}.navbar-container{height:60px;padding:0 1rem}.navbar-logo{max-height:32px}.navbar-menu{border-radius:10px;top:68px;left:8px;right:8px}.nav-link{padding:.8rem 1rem;font-size:.9rem}.navbar-contact-btn{padding:.8rem 1.5rem;font-size:.9rem}}@media (max-width:480px){.modern-navbar{border-radius:8px;width:calc(100% - 10px);top:5px}.navbar-container{height:55px;padding:0 .75rem}.navbar-logo{max-height:28px}.navbar-menu{border-radius:8px;padding:1rem;top:60px;left:5px;right:5px}.nav-link{padding:.75rem .9rem;font-size:.85rem}.navbar-contact-btn{padding:.75rem 1.25rem;font-size:.85rem}}html{scroll-behavior:smooth}body{padding-top:0}#home.hero-section{margin-top:0;padding-top:120px}@media (max-width:992px){#home.hero-section{padding-top:100px}}@media (max-width:768px){#home.hero-section{padding-top:90px}}@media (max-width:480px){#home.hero-section{padding-top:80px}}body.menu-open{overflow:hidden}
.footer-section{background-color:#fff;padding:80px 0 30px;position:relative}.footer-section:before{content:"";z-index:1;background:linear-gradient(90deg,#0000 0%,#8b5cf633 50%,#0000 100%);height:1px;position:absolute;top:0;left:0;right:0}.footer-section .container{z-index:1;max-width:1200px;margin:0 auto;padding:0 20px;position:relative}.footer-content{margin-bottom:50px}.footer-column{margin-bottom:40px;padding:0 15px;animation:.6s ease-out fadeInUp}.footer-column:first-child{animation-delay:.1s}.footer-column:nth-child(2){animation-delay:.2s}.footer-column:nth-child(3){animation-delay:.3s}.footer-column:nth-child(4){animation-delay:.4s}.footer-services{flex-direction:column;display:flex}.footer-services-list{margin:0;padding:0;list-style:none}.footer-services-list li{color:#666;margin-bottom:12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.7}.footer-service-item{color:#303030;font-weight:600}.footer-service-desc{color:#666;font-weight:400}.footer-left{flex-direction:column;display:flex}.footer-logo-wrapper{align-items:center;gap:12px;margin-bottom:20px;display:flex}.footer-logo-icon{flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .3s;display:flex}.footer-logo-icon svg{width:100%;height:100%}.footer-logo-icon:hover{transform:rotate(5deg)scale(1.1)}.footer-logo-text{color:#303030;letter-spacing:.3px;font-family:Brush Script MT,Lucida Handwriting,Dancing Script,Great Vibes,Allura,cursive;font-size:24px;font-style:normal;font-weight:400}.footer-middle{flex-direction:column;display:flex}.footer-heading{color:#303030;letter-spacing:.5px;text-transform:uppercase;margin-bottom:15px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:18px;font-weight:700}.footer-description{color:#666;max-width:100%;margin-bottom:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.6}.footer-contact-info{flex-direction:column;gap:10px;display:flex}.footer-phone,.footer-email{color:#303030;padding-left:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.8;text-decoration:none;transition:all .3s;display:block;position:relative}.footer-phone:hover,.footer-email:hover{color:#8b5cf6;padding-left:8px;transform:translate(5px)}.footer-phone:before,.footer-email:before{content:"";background:linear-gradient(90deg,#8b5cf6,#ec4899);width:0;height:2px;transition:width .3s;position:absolute;top:50%;left:-15px;transform:translateY(-50%)}.footer-phone:hover:before,.footer-email:hover:before{width:10px}.footer-right{flex-direction:column;align-items:flex-start;gap:0;line-height:1.4;display:flex}.footer-right .footer-heading{margin-top:10px;margin-bottom:8px}.footer-location-icon-wrapper{margin:0;padding:0;line-height:0;display:inline-block;position:relative}.footer-location-icon{filter:drop-shadow(0 4px 12px #00000040);justify-content:center;align-items:center;width:60px;height:60px;margin:0;padding:0;line-height:0;transition:transform .3s,filter .3s;display:flex;position:relative}.footer-location-img{object-fit:cover;vertical-align:top;width:100%;height:100%;margin:0;padding:0;line-height:0;display:block}.footer-location-icon:hover{filter:drop-shadow(0 8px 20px #0000004d);transform:translateY(-5px)scale(1.08)}.footer-address{color:#303030;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.6}.footer-social-wrapper{justify-content:flex-end;align-items:center;margin:0 0 30px;padding:0 0 20px;display:flex}.footer-social-icons{justify-content:flex-end;align-items:center;gap:15px;display:flex}.footer-social-icon{color:#303030;background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.footer-social-icon:before{content:"";z-index:0;background:linear-gradient(135deg,#8b5cf6,#ec4899,#3b82f6);border-radius:50%;width:0;height:0;transition:width .3s,height .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.footer-social-icon svg{z-index:1;transition:color .3s;position:relative}.footer-social-icon:hover{border-color:#0000;transform:translateY(-3px);box-shadow:0 6px 20px #8b5cf64d}.footer-social-icon:hover:before{width:100%;height:100%}.footer-social-icon:hover svg{color:#fff}.footer-copyright{text-align:center;margin-top:30px}.footer-divider{background:linear-gradient(90deg,#0000 0%,#e0e0e0 20% 80%,#0000 100%);width:100%;height:1px;margin-bottom:25px}.footer-copyright-text{color:#999;letter-spacing:.3px;margin:0;font-size:13px;font-weight:400}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:991.98px){.footer-section{padding:60px 0 25px}.footer-particle{opacity:.2}.footer-content{margin-bottom:40px}.footer-column{text-align:center;margin-bottom:35px}.footer-logo-wrapper{justify-content:center}.footer-right{align-items:center}.footer-location-icon-wrapper{margin:0 auto;padding:0;line-height:0}.footer-heading{text-align:center}.footer-description{text-align:center;margin-left:auto;margin-right:auto}.footer-contact-info,.footer-services{align-items:center}.footer-services-list{text-align:center}}@media (max-width:767.98px){.footer-section{padding:50px 0 20px}.footer-section .container{padding:0 15px}.footer-content{margin-bottom:35px}.footer-column{margin-bottom:30px;padding:0 10px}.footer-logo-wrapper{justify-content:center;margin-bottom:15px}.footer-logo-text{font-size:20px}.footer-logo-icon{width:35px;height:35px}.footer-heading{margin-bottom:12px;font-size:16px}.footer-description{text-align:center;margin-bottom:15px;font-size:13px}.footer-contact-info{align-items:center;gap:8px}.footer-phone,.footer-email{font-size:13px}.footer-location-icon{width:50px;height:50px;margin:0;padding:0;line-height:0}.footer-location-icon svg{width:50px;height:50px}.footer-location-icon-wrapper{margin:0 auto;padding:0;line-height:0}.footer-location-img{vertical-align:top;line-height:0}.footer-address,.footer-services-list li{text-align:center;font-size:13px}.footer-social-wrapper{justify-content:center;margin:0 0 25px;padding:0 0 15px}.footer-social-icons{justify-content:center;gap:12px}.footer-social-icon{width:40px;height:40px}.footer-social-icon svg{width:18px;height:18px}.footer-copyright{margin-top:25px}.footer-copyright-text{font-size:12px}}@media (max-width:575.98px){.footer-section{padding:40px 0 15px}.footer-logo-text{font-size:18px}.footer-logo-icon{width:30px;height:30px}.footer-heading{font-size:14px}.footer-description,.footer-phone,.footer-email{font-size:12px}.footer-social-icon{width:38px;height:38px}.footer-social-icon svg{width:16px;height:16px}.footer-copyright-text{padding:0 10px;font-size:11px}}@media (min-width:1400px){.footer-section .container{max-width:1320px}.footer-section{padding:100px 0 40px}}@media (hover:hover) and (pointer:fine){.footer-column:hover{transition:transform .3s;transform:translateY(-2px)}}
.Founder-module__vR5dwq__wrapper{background:linear-gradient(160deg,#fafafa 0%,#f5f5f5 50%,#fff 100%);flex-direction:column;min-height:100vh;display:flex}.Founder-module__vR5dwq__main{flex:1;padding:120px 0 80px}.Founder-module__vR5dwq__row{gap:2rem 0}.Founder-module__vR5dwq__contentCol{align-items:center;display:flex}.Founder-module__vR5dwq__imageCol{justify-content:center;align-items:center;display:flex}.Founder-module__vR5dwq__imageWrap{border-radius:20px;width:100%;max-width:480px;margin:0 auto;animation:.8s cubic-bezier(.4,0,.2,1) .2s both Founder-module__vR5dwq__imageReveal;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000014,0 8px 20px #ff980014}.Founder-module__vR5dwq__founderImg{object-fit:cover;width:100%;height:auto;display:block}@keyframes Founder-module__vR5dwq__imageReveal{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.Founder-module__vR5dwq__card{background:#fff;border:1px solid #0000000a;border-radius:20px;padding:3rem 2.75rem;animation:.6s cubic-bezier(.4,0,.2,1) both Founder-module__vR5dwq__cardReveal;position:relative;overflow:hidden;box-shadow:0 4px 24px #0000000f,0 1px 3px #0000000a}.Founder-module__vR5dwq__card:before{content:"";background:linear-gradient(#ffb74d 0%,#ff9800 100%);border-radius:4px 0 0 4px;width:4px;height:100%;position:absolute;top:0;left:0}@keyframes Founder-module__vR5dwq__cardReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Founder-module__vR5dwq__label{letter-spacing:.2em;text-transform:uppercase;color:#ff9800;margin:0 0 .5rem;font-size:.8rem;font-weight:600;animation:.5s .15s both Founder-module__vR5dwq__textFadeIn}.Founder-module__vR5dwq__name{color:#1a1a1a;letter-spacing:-.02em;margin:0 0 .35rem;font-size:2.25rem;font-weight:700;line-height:1.2;animation:.5s .25s both Founder-module__vR5dwq__textFadeIn}.Founder-module__vR5dwq__role{color:#555;margin:0 0 1.5rem;font-size:1.1rem;font-weight:500;animation:.5s .35s both Founder-module__vR5dwq__textFadeIn}@keyframes Founder-module__vR5dwq__textFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.Founder-module__vR5dwq__company{color:#ff9800;font-weight:600}.Founder-module__vR5dwq__divider{background:linear-gradient(90deg,#ff980059 0%,#ff980014 100%);height:1px;margin:0 0 1.75rem;animation:.5s .45s both Founder-module__vR5dwq__dividerReveal}@keyframes Founder-module__vR5dwq__dividerReveal{0%{opacity:0;transform-origin:0;transform:scaleX(0)}to{opacity:1;transform-origin:0;transform:scaleX(1)}}.Founder-module__vR5dwq__bio{color:#333;font-size:1.05rem;line-height:1.75}.Founder-module__vR5dwq__bio p{margin:0 0 1.25rem;animation:.5s both Founder-module__vR5dwq__bioFadeIn}.Founder-module__vR5dwq__bio p:first-child{animation-delay:.55s}.Founder-module__vR5dwq__bio p:nth-child(2){animation-delay:.65s}.Founder-module__vR5dwq__bio p:nth-child(3){animation-delay:.75s}.Founder-module__vR5dwq__bio p:last-child{margin-bottom:0}@keyframes Founder-module__vR5dwq__bioFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.Founder-module__vR5dwq__main{padding:110px 0 60px}.Founder-module__vR5dwq__row{gap:2.5rem 0}.Founder-module__vR5dwq__imageWrap{max-width:400px}.Founder-module__vR5dwq__card{padding:2.25rem 2rem}.Founder-module__vR5dwq__name{font-size:1.9rem}}@media (max-width:768px){.Founder-module__vR5dwq__main{padding:100px 0 48px}.Founder-module__vR5dwq__contentCol{align-items:flex-start}.Founder-module__vR5dwq__imageCol{order:1;margin-bottom:.5rem}.Founder-module__vR5dwq__imageWrap{border-radius:16px;max-width:320px}.Founder-module__vR5dwq__card{border-radius:16px;padding:1.75rem 1.5rem}.Founder-module__vR5dwq__card:before{width:3px}.Founder-module__vR5dwq__label{letter-spacing:.15em;font-size:.75rem}.Founder-module__vR5dwq__name{font-size:1.65rem}.Founder-module__vR5dwq__role,.Founder-module__vR5dwq__bio{font-size:1rem}}@media (max-width:480px){.Founder-module__vR5dwq__main{padding:90px 0 40px}.Founder-module__vR5dwq__row{gap:1.5rem 0}.Founder-module__vR5dwq__imageWrap{border-radius:14px;max-width:100%}.Founder-module__vR5dwq__card{border-radius:14px;padding:1.5rem 1.25rem}.Founder-module__vR5dwq__name{font-size:1.5rem}.Founder-module__vR5dwq__bio p:first-child{animation-delay:.5s}.Founder-module__vR5dwq__bio p:nth-child(2){animation-delay:.6s}.Founder-module__vR5dwq__bio p:nth-child(3){animation-delay:.7s}}
.About-module__8aBknG__mainBelowNav{padding-top:120px}@media (max-width:992px){.About-module__8aBknG__mainBelowNav{padding-top:100px}}@media (max-width:768px){.About-module__8aBknG__mainBelowNav{padding-top:90px}}@media (max-width:480px){.About-module__8aBknG__mainBelowNav{padding-top:80px}}.About-module__8aBknG__mvHeader{text-align:center;max-width:820px;margin:0 auto 28px}.About-module__8aBknG__mvLabel{letter-spacing:.18em;text-transform:uppercase;color:#ff9800;margin-bottom:10px;font-size:.8rem;font-weight:700;display:inline-block}.About-module__8aBknG__mvTitle{letter-spacing:-.02em;color:#111;margin:0 0 10px;font-size:40px;font-weight:800}.About-module__8aBknG__mvSubtitle{color:#444;margin:0;font-size:1.05rem;line-height:1.7}.About-module__8aBknG__mvGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.About-module__8aBknG__mvCard{background:#fff;border:1px solid #0000000d;border-radius:18px;padding:26px 24px;box-shadow:0 10px 28px #0000000f}.About-module__8aBknG__mvCardTitle{color:#1a1a1a;margin:0 0 10px;font-size:1.35rem;font-weight:800}.About-module__8aBknG__mvCardText{color:#333;margin:0;font-size:1.02rem;line-height:1.75}@media (max-width:992px){.About-module__8aBknG__mvTitle{font-size:34px}}@media (max-width:768px){.About-module__8aBknG__mvGrid{grid-template-columns:1fr}.About-module__8aBknG__mvTitle{font-size:30px}}.About-module__8aBknG__sectionBlock{background:linear-gradient(160deg,#fafafa 0%,#f5f5f5 50%,#fff 100%);padding:80px 0 60px}@media (max-width:768px){.About-module__8aBknG__sectionBlock{padding:60px 0 48px}}@media (max-width:480px){.About-module__8aBknG__sectionBlock{padding:48px 0 40px}}
.Services-module__A_tMzG__wrapper{background:linear-gradient(160deg,#fafafa 0%,#f5f5f5 50%,#fff 100%);flex-direction:column;min-height:100vh;display:flex}.Services-module__A_tMzG__main{flex:1;padding:120px 0 80px}.Services-module__A_tMzG__header{text-align:center;max-width:720px;margin:0 auto 3.5rem}.Services-module__A_tMzG__title{color:#1a1a1a;letter-spacing:-.02em;margin:0 0 .35rem;font-size:2.25rem;font-weight:700;line-height:1.2}.Services-module__A_tMzG__subtitle{letter-spacing:.1em;text-transform:uppercase;color:#ff9800;margin:0 0 1rem;font-size:1.1rem;font-weight:600}.Services-module__A_tMzG__tagline{color:#555;margin:0;font-size:1.1rem;line-height:1.65}.Services-module__A_tMzG__servicesGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.75rem;display:grid}.Services-module__A_tMzG__card{background:#fff;border:1px solid #0000000a;border-radius:20px;padding:2.25rem 2rem;animation:.6s cubic-bezier(.4,0,.2,1) both Services-module__A_tMzG__cardReveal;position:relative;overflow:hidden;box-shadow:0 4px 24px #0000000f,0 1px 3px #0000000a}.Services-module__A_tMzG__card:before{content:"";background:linear-gradient(#ffb74d 0%,#ff9800 100%);border-radius:4px 0 0 4px;width:4px;height:100%;position:absolute;top:0;left:0}.Services-module__A_tMzG__cardAccent{display:none}.Services-module__A_tMzG__cardIcon{color:#ff9800;background:linear-gradient(135deg,#ff98001f 0%,#ffb74d33 100%);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;font-size:1.5rem;display:flex}.Services-module__A_tMzG__cardTitle{color:#1a1a1a;margin:0 0 .75rem;font-size:1.35rem;font-weight:700;line-height:1.3}.Services-module__A_tMzG__cardDescription{color:#555;margin:0;font-size:1rem;line-height:1.65}@keyframes Services-module__A_tMzG__cardReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.Services-module__A_tMzG__main{padding:110px 0 60px}.Services-module__A_tMzG__header{margin-bottom:2.5rem}.Services-module__A_tMzG__title{font-size:1.9rem}}@media (max-width:768px){.Services-module__A_tMzG__main{padding:100px 0 48px}.Services-module__A_tMzG__servicesGrid{grid-template-columns:1fr;gap:1.25rem}.Services-module__A_tMzG__card{border-radius:16px;padding:1.75rem 1.5rem}.Services-module__A_tMzG__title{font-size:1.65rem}}@media (max-width:480px){.Services-module__A_tMzG__main{padding:90px 0 40px}.Services-module__A_tMzG__title{font-size:1.5rem}.Services-module__A_tMzG__card{padding:1.5rem 1.25rem}}
.Team-module__14mFua__wrapper{background:linear-gradient(160deg,#fafafa 0%,#f5f5f5 50%,#fff 100%);flex-direction:column;min-height:100vh;display:flex}.Team-module__14mFua__main{flex:1;padding:120px 0 80px}.Team-module__14mFua__header{text-align:center;max-width:640px;margin:0 auto 3rem}.Team-module__14mFua__label{letter-spacing:.2em;text-transform:uppercase;color:#ff9800;margin:0 0 .5rem;font-size:.8rem;font-weight:600;display:block}.Team-module__14mFua__title{color:#1a1a1a;letter-spacing:-.02em;margin:0 0 .75rem;font-size:2.25rem;font-weight:700;line-height:1.2}.Team-module__14mFua__subtitle{color:#555;margin:0;font-size:1.05rem;line-height:1.65}.Team-module__14mFua__teamGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;display:grid}.Team-module__14mFua__card{text-align:center;background:#fff;border:1px solid #0000000a;border-radius:20px;padding:2rem 1.5rem;animation:.5s cubic-bezier(.4,0,.2,1) both Team-module__14mFua__cardReveal;box-shadow:0 4px 24px #0000000f,0 1px 3px #0000000a}.Team-module__14mFua__card:hover{box-shadow:0 8px 32px #00000014,0 2px 8px #ff98000f}.Team-module__14mFua__avatarWrap{background:linear-gradient(135deg,#f5f5f5 0%,#eee 100%);border-radius:50%;width:120px;height:120px;margin:0 auto 1.25rem;overflow:hidden}.Team-module__14mFua__avatar{object-fit:cover;width:100%;height:100%}.Team-module__14mFua__avatarPlaceholder{color:#fff;background:linear-gradient(135deg,#ff9800 0%,#ffb74d 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:2rem;font-weight:700;display:flex}.Team-module__14mFua__name{color:#1a1a1a;margin:0 0 .35rem;font-size:1.2rem;font-weight:700;line-height:1.3}.Team-module__14mFua__designation{color:#ff9800;margin:0;font-size:.95rem;font-weight:600}@keyframes Team-module__14mFua__cardReveal{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.Team-module__14mFua__main{padding:110px 0 60px}.Team-module__14mFua__teamGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width:768px){.Team-module__14mFua__main{padding:100px 0 48px}.Team-module__14mFua__teamGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.Team-module__14mFua__card{border-radius:16px;padding:1.5rem 1rem}.Team-module__14mFua__avatarWrap{width:100px;height:100px;margin-bottom:1rem}.Team-module__14mFua__avatarPlaceholder{font-size:1.6rem}.Team-module__14mFua__name{font-size:1.05rem}.Team-module__14mFua__title{font-size:1.65rem}}@media (max-width:480px){.Team-module__14mFua__main{padding:90px 0 40px}.Team-module__14mFua__teamGrid{grid-template-columns:1fr;max-width:280px;margin:0 auto}.Team-module__14mFua__title{font-size:1.5rem}}
