.home-page{scroll-behavior:smooth}.container{margin:0 auto;padding:0 1.5rem}section{padding:5rem 0}@media (max-width:768px){section{padding:3rem 0}}.section-title{text-align:center;color:#1f2937;margin-bottom:1rem;font-size:2.5rem;font-weight:700}@media (max-width:768px){.section-title{font-size:2rem}}.section-description{text-align:center;color:#6b7280;max-width:800px;margin:0 auto 3rem;font-size:1.125rem}.section-badge{color:#fff;background:#17a2a0;border-radius:50px;margin-bottom:.5rem;padding:.5rem 1.5rem;font-weight:600;display:inline-block}.section-subtitle{text-align:center;color:#6b7280;margin-bottom:1rem;font-size:1rem}.btn{cursor:pointer;border:none;border-radius:4px;padding:1rem 2.25rem;font-size:1rem;font-weight:600;transition:all .3s}.btn.btn-primary{color:#fff;background:#17a2a0}.btn.btn-primary:hover{background:#117574;transform:translateY(-2px);box-shadow:0 4px 12px #17a2a04d}.btn.btn-secondary{color:#fff;background:0 0;border:2px solid #fff}.btn.btn-secondary:hover{color:#17a2a0;background:#fff;transform:translateY(-2px)}.btn.btn-outline{color:#17a2a0;background:0 0;border:2px solid #17a2a0}.btn.btn-outline:hover{color:#fff;background:#17a2a0}.btn.btn-white{color:#17a2a0;background:#fff}.btn.btn-white:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:.6s ease-out fadeInUp}.header{z-index:1000;background:0 0;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.header.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffffa;box-shadow:0 4px 24px #0000000f}.header.scrolled .logo-image{filter:brightness(.9)}.header.scrolled .nav-link{color:#1f2937}.header.scrolled .nav-link:after{background:#17a2a0}.header.scrolled .nav-link:hover{color:#17a2a0}.header.scrolled .mobile-menu-toggle .hamburger-line{background:#1f2937}.header-wrapper{margin:0 auto;padding:0 1.5rem}.header-container{justify-content:space-between;align-items:center;padding:1.25rem 0;transition:padding .3s;display:flex}.header.scrolled .header-container{padding:.875rem 0}.logo{cursor:pointer;flex-shrink:0;transition:transform .3s}.logo:hover{transform:scale(1.02)}.logo .logo-image{width:auto;height:auto;max-height:48px;transition:all .3s}.header.scrolled .logo .logo-image{max-height:42px}.nav-desktop{display:none}@media (min-width:1024px){.nav-desktop{flex:1;margin:0 3rem;display:block}}.nav-list{justify-content:center;align-items:center;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.nav-item{position:relative}.nav-link{color:#fff;cursor:pointer;border-radius:8px;align-items:center;padding:.625rem 1rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex;position:relative}.nav-link span{z-index:1;position:relative}.nav-link:before{content:"";opacity:0;background:#ffffff1a;border-radius:8px;transition:opacity .3s;position:absolute;inset:0}.nav-link:after{content:"";background:#fff;border-radius:2px;width:calc(100% - 2rem);height:2px;transition:transform .3s;position:absolute;bottom:6px;left:50%;transform:translate(-50%)scaleX(0)}.nav-link:hover{color:#fff}.nav-link:hover:before{opacity:1}.nav-link:hover:after{transform:translate(-50%)scaleX(1)}.nav-link:active{transform:scale(.98)}.header-actions{align-items:center;gap:1rem;display:flex}.btn-schedule{display:none}@media (min-width:1024px){.btn-schedule{color:#fff;cursor:pointer;background:linear-gradient(135deg,#17a2a0 0%,#1bb5b3 100%);border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #17a2a040}.btn-schedule:before{content:"";opacity:0;background:linear-gradient(135deg,#1bb5b3 0%,#17a2a0 100%);transition:opacity .3s;position:absolute;inset:0}.btn-schedule .btn-icon,.btn-schedule .btn-text{z-index:1;position:relative}.btn-schedule .btn-icon{justify-content:center;align-items:center;transition:transform .3s;display:flex}.btn-schedule .btn-icon svg{stroke-width:2.5px}.btn-schedule:hover{transform:translateY(-2px);box-shadow:0 8px 24px #17a2a059}.btn-schedule:hover:before{opacity:1}.btn-schedule:hover .btn-icon{transform:rotate(15deg)scale(1.1)}.btn-schedule:active{transform:translateY(0);box-shadow:0 4px 12px #17a2a033}}.header.scrolled .btn-schedule{background:#17a2a0;box-shadow:0 4px 12px #17a2a033}.header.scrolled .btn-schedule:hover{background:#1bb5b3}.mobile-menu-toggle{cursor:pointer;background:#ffffff1a;border:none;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;transition:all .3s;display:flex}@media (min-width:1024px){.mobile-menu-toggle{display:none}}.mobile-menu-toggle:hover{background:#ffffff26}.mobile-menu-toggle:active{transform:scale(.95)}.mobile-menu-toggle .hamburger-line{transform-origin:50%;background:#fff;border-radius:2px;width:22px;height:2.5px;transition:all .3s cubic-bezier(.4,0,.2,1)}.mobile-menu-toggle.active .hamburger-line:first-child{transform:translateY(7.5px)rotate(45deg)}.mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.mobile-menu-toggle.active .hamburger-line:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}.mobile-menu-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;z-index:1100;background:#00000080;transition:all .3s;position:fixed;inset:0}.mobile-menu-overlay.active{opacity:1;visibility:visible}@media (min-width:1024px){.mobile-menu-overlay{display:none}}.nav-mobile{z-index:1200;background:linear-gradient(#fff 0%,#f9fafb 100%);flex-direction:column;width:100%;max-width:400px;height:100vh;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-8px 0 32px #0000001f}.nav-mobile.active{transform:translate(0)}@media (min-width:1024px){.nav-mobile{display:none}}@media (max-width:480px){.nav-mobile{max-width:100%}}.mobile-nav-header{border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.mobile-logo{flex-shrink:0}.mobile-close-btn{cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.mobile-close-btn svg{stroke:#1f2937;transition:transform .3s}.mobile-close-btn:hover{background:#17a2a0}.mobile-close-btn:hover svg{stroke:#fff;transform:rotate(90deg)}.mobile-close-btn:active{transform:scale(.95)}.mobile-nav-list{flex:1;margin:0;padding:2rem 0;list-style:none;overflow-y:auto}.mobile-nav-item{opacity:0;animation:.4s cubic-bezier(.4,0,.2,1) forwards slideInRight;transform:translate(30px)}@keyframes slideInRight{to{opacity:1;transform:translate(0)}}.mobile-nav-link{color:#1f2937;cursor:pointer;align-items:center;gap:1.25rem;padding:1.25rem 2rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;position:relative}.mobile-nav-link:before{content:"";background:#17a2a0;border-radius:0 4px 4px 0;width:4px;height:60%;transition:transform .3s;position:absolute;top:50%;left:0;transform:translateY(-50%)scaleY(0)}.mobile-nav-link:hover{background:#17a2a00d;padding-left:2.5rem}.mobile-nav-link:hover:before{transform:translateY(-50%)scaleY(1)}.mobile-nav-link:hover .mobile-nav-number{color:#17a2a0;transform:scale(1.1)}.mobile-nav-link:hover .mobile-nav-arrow{stroke:#17a2a0;transform:translate(4px)}.mobile-nav-link:active{background:#17a2a01a}.mobile-nav-number{color:#6b7280;min-width:32px;font-size:.875rem;font-weight:700;transition:all .3s}.mobile-nav-text{flex:1;transition:color .3s}.mobile-nav-arrow{stroke:#6b7280;flex-shrink:0;width:20px;height:20px;transition:all .3s}.mobile-nav-footer{border-top:1px solid #e5e7eb;flex-shrink:0;padding:2rem}.mobile-btn-schedule{color:#fff;cursor:pointer;background:linear-gradient(135deg,#17a2a0 0%,#1bb5b3 100%);border:none;border-radius:12px;width:100%;padding:1rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 16px #17a2a040}.mobile-btn-schedule:before{content:"";opacity:0;background:linear-gradient(135deg,#1bb5b3 0%,#17a2a0 100%);transition:opacity .3s;position:absolute;inset:0}.mobile-btn-schedule:after{content:"→";opacity:0;font-size:1.25rem;font-weight:700;transition:all .3s;position:absolute;top:50%;right:1.5rem;transform:translateY(-50%)translate(30px)}.mobile-btn-schedule span{z-index:1;transition:transform .3s;position:relative}.mobile-btn-schedule:hover{transform:translateY(-2px);box-shadow:0 8px 24px #17a2a059}.mobile-btn-schedule:hover:before{opacity:1}.mobile-btn-schedule:hover:after{opacity:1;transform:translateY(-50%)translate(0)}.mobile-btn-schedule:hover span{transform:translate(-8px)}.mobile-btn-schedule:active{transform:translateY(0);box-shadow:0 4px 12px #17a2a033}@media (max-width:1280px){.nav-list{gap:.25rem}.nav-link{padding:.625rem .875rem;font-size:.875rem}.btn-schedule{padding:.625rem 1.25rem;font-size:.875rem}}@media (max-width:768px){.header-container{padding:1rem 0}.header.scrolled .header-container{padding:.75rem 0}.logo .logo-image{max-height:42px}.header.scrolled .logo .logo-image{max-height:38px}}@media (max-width:480px){.mobile-nav-header{padding:1.25rem 1.5rem}.mobile-nav-list{padding:1.5rem 0}.mobile-nav-link{padding:1rem 1.5rem;font-size:1rem}.mobile-nav-footer{padding:1.5rem}}@media (prefers-reduced-motion:reduce){.header,.nav-link,.btn-schedule,.mobile-menu-toggle,.nav-mobile,.mobile-nav-link{transition:none}.mobile-nav-item{opacity:1;animation:none;transform:translate(0)}}.nav-link:focus-visible,.btn-schedule:focus-visible,.mobile-menu-toggle:focus-visible,.mobile-close-btn:focus-visible,.mobile-nav-link:focus-visible,.mobile-btn-schedule:focus-visible{outline-offset:2px;outline:2px solid #17a2a0}.hero{color:#fff;justify-content:flex-start;align-items:center;height:calc(100vh - 88px);min-height:520px;padding-top:88px;display:flex;position:relative;overflow:hidden}.hero .hero-background{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero .hero-background img{object-fit:cover}.hero .hero-overlay{z-index:1;background:linear-gradient(90deg,#04090ab3 0%,#04090a59 55%,#04090a2e 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero .hero-content{z-index:2;text-align:left;width:100%;margin:0 auto;padding:2.5rem 3.5rem;position:relative}@media (max-width:768px){.hero .hero-content{text-align:center;padding:2rem 1.5rem}}.hero .hero-content h1{max-width:820px;margin-bottom:1.2rem;font-size:3.6rem;font-weight:800;line-height:1.06;animation:.7s both fadeInUp}@media (max-width:768px){.hero .hero-content h1{max-width:100%;font-size:2.25rem}}.hero .hero-content p{opacity:.95;max-width:760px;margin-bottom:2rem;font-size:1.05rem;line-height:1.6;animation:.9s both fadeInUp}@media (max-width:768px){.hero .hero-content p{max-width:100%;margin-left:auto;margin-right:auto;font-size:1rem}}.hero .hero-content .hero-buttons{flex-wrap:wrap;gap:1.5rem;display:flex}@media (max-width:768px){.hero .hero-content .hero-buttons{justify-content:center}}.about{background:#fff}.about .about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:2.5rem;padding:3.5rem 0;display:grid}@media (max-width:1024px){.about .about-grid{grid-template-columns:1fr;gap:2rem}}.about .about-grid .about-image .image-wrapper{aspect-ratio:16/10;border-radius:10px;width:100%;position:relative;overflow:hidden;box-shadow:0 12px 30px #02061714}.about .about-grid .about-image .about-photo{object-fit:cover}.about .about-grid .about-image .image-caption{margin-top:.75rem;position:relative}.about .about-grid .about-image .image-caption .caption-badge{color:#fff;background:#0009;border-radius:6px;margin-bottom:.5rem;padding:.45rem .8rem;font-weight:700;display:inline-block;box-shadow:0 6px 18px #02061714}.about .about-grid .about-image .image-caption .caption-sub{color:#1f2937e6;margin-top:.35rem;font-size:.95rem}.about .about-grid .about-content{text-align:left}.about .about-grid .about-content .about-header .section-title{text-align:left;margin-bottom:.5rem}.about .about-grid .about-content .about-header .title-underline{background:#17a2a0;border-radius:2px;width:80px;height:4px;margin-bottom:1rem}.about .about-grid .about-content p{color:#4b5563;margin-bottom:1.15rem;font-size:1.05rem;line-height:1.8}.about .about-grid .about-content .highlights{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:2rem 0;display:grid}.about .about-grid .about-content .highlights .highlight-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:.75rem;padding:.9rem 1rem;transition:all .22s;display:flex}.about .about-grid .about-content .highlights .highlight-item .checkmark{color:#17a2a0;font-size:1.25rem;font-weight:700}.about .about-grid .about-content .highlights .highlight-item span:last-child{color:#1f2937;font-weight:600}.about .about-grid .about-content .highlights .highlight-item:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0206170f}.about .about-grid .about-content .btn{margin-top:.5rem}.services{background-image:url(/images/services.jpg);background-position:50%;background-size:cover;padding:0}.services .services-hero{padding:5.5rem 0;position:relative}.services .services-hero:before{content:"";pointer-events:none;background:linear-gradient(#0a0a0a47,#0a0a0a47);position:absolute;inset:0}.services .services-hero .services-panel{background:0 0;border-radius:12px;padding:2rem 1.25rem;position:relative}.services .services-hero .services-header{text-align:center;margin-bottom:2rem}.services .services-hero .services-header .section-title{color:#fff;margin-bottom:.5rem}.services .services-hero .services-header .title-underline{background:#17a2a0;border-radius:2px;width:80px;height:4px;margin:.5rem auto 1rem}.services .services-hero .services-header .section-description{color:#fffffff2;max-width:820px;margin:0 auto}.services .services-hero .services-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.25rem;display:grid}@media (max-width:1200px){.services .services-hero .services-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.services .services-hero .services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.services .services-hero .services-grid{grid-template-columns:1fr}}.services .services-hero .services-grid .service-card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);text-align:left;background:#ffffffb8;border:1px solid #0f172a0f;border-radius:10px;flex-direction:column;gap:.6rem;height:100%;padding:1.25rem;transition:transform .28s,box-shadow .28s;display:flex}.services .services-hero .services-grid .service-card .service-icon{color:#17a2a0;background:linear-gradient(135deg,#17a2a014,#1bb5b314);border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.5rem;font-size:1.25rem;display:flex}.services .services-hero .services-grid .service-card h3{color:#1f2937;margin:0;font-size:1.02rem;font-weight:700}.services .services-hero .services-grid .service-card p{color:#4b5563;margin:0;font-size:.92rem;line-height:1.45}.services .services-hero .services-grid .service-card .learn-more{color:#17a2a0;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;margin-top:auto;padding:0;font-size:.92rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.services .services-hero .services-grid .service-card .learn-more:hover{color:#1bb5b3}.services .services-hero .services-grid .service-card:hover{border-color:#17a2a01f;transform:translateY(-6px);box-shadow:0 22px 56px #0206171f}.services .services-hero .services-grid .service-card:hover .service-icon{transform:scale(1.06)}.services .services-hero .services-cta{text-align:center;margin-top:2.25rem}.services .services-hero .services-cta .btn.btn-primary.cta-hero{color:#fff;letter-spacing:.12px;background:linear-gradient(90deg,#17a2a0 0%,#1bb5b3 100%);border:none;border-radius:999px;justify-content:center;align-items:center;padding:.75rem 1.6rem;font-weight:800;transition:transform .18s,box-shadow .18s;display:inline-flex;position:relative;overflow:visible;box-shadow:0 10px 30px #143c3c2e,inset 0 2px 6px #0000000f}.services .services-hero .services-cta .btn.btn-primary.cta-hero .cta-decor{filter:blur(6px);background:#ffffff1f;border-radius:50%;width:36px;height:36px;position:absolute;top:50%;left:-10px;transform:translateY(-50%);box-shadow:0 6px 18px #17a2a01f}.services .services-hero .services-cta .btn.btn-primary.cta-hero .cta-content{align-items:center;gap:.75rem;display:inline-flex}.services .services-hero .services-cta .btn.btn-primary.cta-hero .cta-text{font-size:.98rem;display:inline-block}.services .services-hero .services-cta .btn.btn-primary.cta-hero .cta-icon{color:#fff;background:#ffffff29;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:transform .18s,background .18s;display:inline-flex}.services .services-hero .services-cta .btn.btn-primary.cta-hero:hover{transform:translateY(-4px)scale(1.01);box-shadow:0 18px 48px #143c3c38,inset 0 2px 6px #0000000f}.services .services-hero .services-cta .btn.btn-primary.cta-hero:hover .cta-icon{background:#ffffff38;transform:translate(6px)scale(1.02)}.services .services-hero .services-cta .btn.btn-primary.cta-hero:focus{outline:none;box-shadow:0 0 0 4px #17a2a01f}.services .service-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;opacity:0;background:#000000bf;justify-content:center;align-items:center;padding:1rem;animation:.3s forwards fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{to{opacity:1}}.services .service-modal-overlay .service-modal-content{background:#fff;border-radius:16px;width:100%;max-width:700px;max-height:90vh;animation:.3s forwards slideUp;position:relative;overflow-y:auto;box-shadow:0 25px 50px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.services .service-modal-overlay .service-modal-content{border-radius:12px;max-height:85vh}}.services .service-modal-overlay .service-modal-content .modal-close{cursor:pointer;z-index:10;color:#1f2937;background:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.services .service-modal-overlay .service-modal-content .modal-close:hover{background:#0000001a;transform:rotate(90deg)}.services .service-modal-overlay .service-modal-content .modal-header{border-bottom:1px solid #e5e7eb;padding:2rem 2.5rem 1.5rem}@media (max-width:768px){.services .service-modal-overlay .service-modal-content .modal-header{padding:1.5rem 1.5rem 1rem}}.services .service-modal-overlay .service-modal-content .modal-header h2{color:#1f2937;margin:0 0 1rem;padding-right:2rem;font-size:1.75rem;font-weight:700}@media (max-width:768px){.services .service-modal-overlay .service-modal-content .modal-header h2{font-size:1.5rem}}.services .service-modal-overlay .service-modal-content .modal-header .modal-description{color:#4b5563;margin:0;font-size:1rem;line-height:1.6}.services .service-modal-overlay .service-modal-content .modal-body{padding:2rem 2.5rem}@media (max-width:768px){.services .service-modal-overlay .service-modal-content .modal-body{padding:1.5rem}}.services .service-modal-overlay .service-modal-content .modal-body .modal-section{margin-bottom:2rem}.services .service-modal-overlay .service-modal-content .modal-body .modal-section:last-child{margin-bottom:0}.services .service-modal-overlay .service-modal-content .modal-body .modal-section h3{color:#1f2937;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:1.25rem;font-weight:700;display:flex}.services .service-modal-overlay .service-modal-content .modal-body .modal-section h3:before{content:"";background:linear-gradient(135deg,#17a2a0,#1bb5b3);border-radius:2px;width:4px;height:1.25rem}.services .service-modal-overlay .service-modal-content .modal-body .modal-section ul{margin:0;padding:0;list-style:none}.services .service-modal-overlay .service-modal-content .modal-body .modal-section ul li{color:#4b5563;border-bottom:1px solid #f3f4f6;padding:.75rem 0 .75rem 1.75rem;font-size:.95rem;line-height:1.6;position:relative}.services .service-modal-overlay .service-modal-content .modal-body .modal-section ul li:last-child{border-bottom:none}.services .service-modal-overlay .service-modal-content .modal-body .modal-section ul li:before{content:"✓";color:#17a2a0;background:linear-gradient(135deg,#17a2a01a,#1bb5b31a);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:.75rem;left:0}.services .service-modal-overlay .service-modal-content .modal-footer{border-top:1px solid #e5e7eb;justify-content:center;gap:1rem;padding:1.5rem 2.5rem 2rem;display:flex}@media (max-width:768px){.services .service-modal-overlay .service-modal-content .modal-footer{flex-direction:column;padding:1.25rem 1.5rem 1.5rem}}.services .service-modal-overlay .service-modal-content .modal-footer .btn{min-width:160px}@media (max-width:768px){.services .service-modal-overlay .service-modal-content .modal-footer .btn{width:100%;min-width:auto}}.who-we-help{background:#fff;padding:5rem 0}.who-we-help .who-we-help-header{text-align:center;margin-bottom:3.5rem}.who-we-help .who-we-help-header .section-title{margin-bottom:1.5rem;display:inline-block;position:relative}.who-we-help .who-we-help-header .title-underline{background:#17a2a0;border-radius:2px;width:80px;height:4px;margin:.5rem auto 1.5rem}.who-we-help .who-we-help-header .section-description{color:#4b5563;max-width:700px;margin:0 auto;font-size:1rem}.who-we-help .who-we-help-content{grid-template-columns:1fr 1.3fr;align-items:center;gap:3rem;display:grid}@media (max-width:1024px){.who-we-help .who-we-help-content{grid-template-columns:1fr;align-items:flex-start;gap:2.5rem}}.who-we-help .who-we-help-content .who-we-help-image-section{width:100%}.who-we-help .who-we-help-content .who-we-help-image-section .image-wrapper{aspect-ratio:5/4;border-radius:12px;width:100%;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000001f}.who-we-help .who-we-help-content .who-we-help-image-section .image-wrapper .partnership-image{object-fit:cover;border-radius:12px;width:100%;height:100%}.who-we-help .who-we-help-content .who-we-help-right-content{flex-direction:column;gap:2.5rem;display:flex}.who-we-help .clients-section .clients-title{color:#1f2937;margin-bottom:2rem;font-size:1.25rem;font-weight:700;line-height:1.3}.who-we-help .clients-section .clients-grid{grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1rem;display:grid}@media (max-width:768px){.who-we-help .clients-section .clients-grid{grid-template-columns:1fr}}.who-we-help .clients-section .clients-grid .client-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;flex-direction:column;gap:.875rem;padding:1.5rem;transition:all .3s;display:flex}.who-we-help .clients-section .clients-grid .client-card .client-icon{color:#17a2a0;background:#f3f4f6;border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;transition:all .3s;display:flex}.who-we-help .clients-section .clients-grid .client-card .client-content h4{color:#1f2937;margin:0 0 .375rem;font-size:.95rem;font-weight:700;line-height:1.3}.who-we-help .clients-section .clients-grid .client-card .client-content p{color:#4b5563;margin:0;font-size:.85rem;line-height:1.4}.who-we-help .clients-section .clients-grid .client-card:hover{border-color:#17a2a0;transform:translateY(-2px);box-shadow:0 6px 20px #17a2a01f}.who-we-help .clients-section .clients-grid .client-card:hover .client-icon{color:#fff;background:#17a2a0;transform:scale(1.08)}.who-we-help .clients-section .clients-cta{text-align:center}.who-we-help .clients-section .clients-cta .btn.btn-primary{color:#fff;cursor:pointer;background:#17a2a0;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-block}.who-we-help .clients-section .clients-cta .btn.btn-primary:hover{background:#149a98;transform:translateY(-2px);box-shadow:0 6px 16px #17a2a04d}.who-we-help .clients-section .clients-cta .btn.btn-lg{padding:.75rem 1.5rem;font-size:.9rem}.industries-served{background-color:#f9fafb;padding:6rem 0}.industries-served .industries-header{text-align:center;margin-bottom:4rem}.industries-served .industries-header .section-title{margin-bottom:1.5rem}.industries-served .industries-header .title-underline{background-color:#17a2a0;border-radius:2px;width:80px;height:4px;margin:0 auto 2rem}.industries-served .industries-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}@media (max-width:1024px){.industries-served .industries-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.75rem}}@media (max-width:768px){.industries-served .industries-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:480px){.industries-served .industries-grid{grid-template-columns:1fr;gap:1.25rem}}.industries-served .industry-card{text-align:center;cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;flex-direction:column;align-items:center;padding:2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.industries-served .industry-card:before{content:"";transform-origin:0;background:linear-gradient(90deg,#17a2a0,#1bb5b3);height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.industries-served .industry-card .industry-icon{color:#17a2a0;background:linear-gradient(135deg,#17a2a01a,#1bb5b31a);border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.25rem;font-size:2rem;transition:all .3s;display:flex}.industries-served .industry-card .industry-name{color:#1f2937;margin:0 0 .75rem;font-size:1.1rem;font-weight:700;line-height:1.3}.industries-served .industry-card .industry-description{color:#4b5563;margin:0;font-size:.9rem;line-height:1.5}.industries-served .industry-card:hover{border-color:#17a2a0;transform:translateY(-4px);box-shadow:0 12px 32px #17a2a026}.industries-served .industry-card:hover:before{transform:scaleX(1)}.industries-served .industry-card:hover .industry-icon{color:#1bb5b3;background:linear-gradient(135deg,#17a2a033,#1bb5b333);transform:scale(1.1)}.industries-served .industry-card:hover .industry-name{color:#17a2a0}.industries-served .industry-card.empty{visibility:hidden;pointer-events:none;box-shadow:none;background:0 0;border:none}@media (max-width:768px){.industries-served{padding:4rem 0}.industries-served .industries-header{margin-bottom:3rem}.industries-served .industries-header .section-title{margin-bottom:1rem}.industries-served .industries-header .title-underline{margin:0 auto 1.5rem}.industries-served .industry-card{padding:1.5rem}.industries-served .industry-card .industry-icon{width:50px;height:50px;margin-bottom:1rem;font-size:1.75rem}.industries-served .industry-card .industry-name{font-size:1rem}.industries-served .industry-card .industry-description{font-size:.85rem}}.why-choose-us{background:#fff;padding:5rem 0}.why-choose-us .why-choose-header{text-align:center;margin-bottom:4rem}.why-choose-us .why-choose-header .section-title{margin-bottom:1.5rem;display:inline-block;position:relative}.why-choose-us .why-choose-header .title-underline{background:#17a2a0;border-radius:2px;width:80px;height:4px;margin:.5rem auto 1.5rem}.why-choose-us .why-choose-header .section-description{color:#4b5563;max-width:700px;margin:0 auto;font-size:1rem}.why-choose-us .why-choose-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:3rem;display:grid}@media (max-width:1024px){.why-choose-us .why-choose-content{grid-template-columns:1fr;gap:3rem}}.why-choose-us .why-choose-content .advantages-list{flex-direction:column;gap:2.5rem;display:flex}.why-choose-us .why-choose-content .advantages-list .advantage-item{align-items:flex-start;gap:1.5rem;display:flex}.why-choose-us .why-choose-content .advantages-list .advantage-item .advantage-icon-wrapper{background:#f3f4f6;border-radius:12px;justify-content:center;align-items:center;width:60px;min-width:60px;height:60px;transition:all .3s;display:flex}.why-choose-us .why-choose-content .advantages-list .advantage-item .advantage-icon-wrapper .advantage-icon{color:#17a2a0;width:32px;height:32px}.why-choose-us .why-choose-content .advantages-list .advantage-item:hover .advantage-icon-wrapper{background:#17a2a0;transform:translateY(-4px)}.why-choose-us .why-choose-content .advantages-list .advantage-item:hover .advantage-icon-wrapper .advantage-icon{color:#fff}.why-choose-us .why-choose-content .advantages-list .advantage-item .advantage-text{flex:1}.why-choose-us .why-choose-content .advantages-list .advantage-item .advantage-text h3{color:#1f2937;margin:0 0 .75rem;font-size:1.125rem;font-weight:700;line-height:1.3}.why-choose-us .why-choose-content .advantages-list .advantage-item .advantage-text p{color:#4b5563;margin:0;font-size:.95rem;line-height:1.6}.why-choose-us .why-choose-content .why-choose-image{justify-content:center;display:flex}.why-choose-us .why-choose-content .why-choose-image .image-wrapper{aspect-ratio:16/9;border-radius:12px;width:100%;max-width:500px;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000026}.why-choose-us .why-choose-content .why-choose-image .image-wrapper .commitment-image{object-fit:cover;width:100%;height:100%}.why-choose-us .why-choose-content .why-choose-image .image-wrapper .image-overlay{color:#fff;text-align:left;background:linear-gradient(#0000 0%,#0006 30%,#000c 100%);padding:2.5rem 2rem;position:absolute;bottom:0;left:0;right:0}.why-choose-us .why-choose-content .why-choose-image .image-wrapper .image-overlay h3{color:#fff;margin:0 0 .75rem;font-size:1.5rem;font-weight:700}.why-choose-us .why-choose-content .why-choose-image .image-wrapper .image-overlay p{opacity:.95;margin:0 0 .5rem;font-size:.95rem;line-height:1.5}.why-choose-us .why-choose-content .why-choose-image .image-wrapper .image-overlay p:first-of-type{margin-bottom:1.5rem}.why-choose-us .why-choose-content .why-choose-image .image-wrapper .image-overlay .photo-credit{opacity:.7;margin:0;font-size:.8rem}.why-choose-us .why-choose-cta{text-align:center}.why-choose-us .why-choose-cta .btn.btn-primary{color:#fff;cursor:pointer;background:#17a2a0;border:none;border-radius:4px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-block}.why-choose-us .why-choose-cta .btn.btn-primary:hover{background:#149a98;transform:translateY(-2px);box-shadow:0 8px 24px #17a2a04d}.why-choose-us .why-choose-cta .btn.btn-lg{padding:1rem 2.5rem;font-size:1.05rem}.testimonials{background:#fff}.testimonials .section-title,.testimonials .section-description{color:#1f2937}.testimonials .section-description{color:#6b7280}.testimonials .testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.testimonials .testimonials-grid .testimonial-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:2.5rem 2rem;transition:all .3s}.testimonials .testimonials-grid .testimonial-card .testimonial-text{color:#4b5563;margin-bottom:1.5rem;font-size:1.125rem;font-style:italic;line-height:1.7}.testimonials .testimonials-grid .testimonial-card .testimonial-author{color:#1f2937;font-weight:600}.testimonials .testimonials-grid .testimonial-card:hover{border-color:#d1d5db;transform:translateY(-4px);box-shadow:0 8px 20px #00000014}.contact{background:#f9fafb;padding:4rem 0}.contact .contact-header{text-align:center;margin-bottom:1.5rem}.contact .contact-header .section-title{margin-bottom:.5rem}.contact .contact-header .title-underline{background:#17a2a0;border-radius:2px;width:80px;height:4px;margin:0 auto 1rem}.contact .section-description{text-align:center;max-width:800px;margin:0 auto 2.5rem}.contact .contact-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:3rem;display:grid}@media (max-width:1024px){.contact .contact-grid{grid-template-columns:1fr;gap:2rem}}.contact .contact-left{flex-direction:column;gap:2rem;width:100%;display:flex}.contact .contact-form-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000000a}.contact .contact-form-section .contact-form{flex-direction:column;gap:1rem;display:flex}.contact .contact-form-section .contact-form .form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:480px){.contact .contact-form-section .contact-form .form-row{grid-template-columns:1fr}}.contact .contact-form-section .contact-form .form-group{flex-direction:column;gap:.5rem;display:flex}.contact .contact-form-section .contact-form .form-group .modern-input{margin:0}.contact .contact-form-section .contact-form .form-group .modern-input .MuiOutlinedInput-root{background-color:#fff;border-radius:12px;transition:all .3s}.contact .contact-form-section .contact-form .form-group .modern-input .MuiOutlinedInput-root fieldset{border-width:1.5px;border-color:#e5e7eb}.contact .contact-form-section .contact-form .form-group .modern-input .MuiOutlinedInput-root:hover fieldset{border-color:#17a2a0}.contact .contact-form-section .contact-form .form-group .modern-input .MuiOutlinedInput-root.Mui-focused fieldset{border-width:2px;border-color:#17a2a0}.contact .contact-form-section .contact-form .form-group .modern-input .MuiOutlinedInput-root.Mui-focused{box-shadow:0 0 0 3px #17a2a01a}.contact .contact-form-section .contact-form .form-group .modern-input .MuiInputLabel-root{color:#4b5563;font-weight:500}.contact .contact-form-section .contact-form .form-group .modern-input .MuiInputLabel-root.Mui-focused{color:#17a2a0}.contact .contact-form-section .contact-form .form-group .modern-input .MuiInputBase-input{padding:14px 16px;font-size:1rem}.contact .contact-form-section .contact-form .form-group .modern-input .MuiInputBase-input::placeholder{color:#d1d5db;opacity:1}.contact .contact-form-section .contact-form .form-group .MuiFormHelperText-root{margin-top:4px;margin-left:0;font-size:.875rem}.contact .contact-form-section .contact-form .form-group.checkbox{flex-direction:column;align-items:flex-start;gap:0;margin-top:.5rem}.contact .contact-form-section .contact-form .form-group.checkbox .modern-checkbox,.contact .contact-form-section .contact-form .form-group.checkbox .modern-checkbox.Mui-checked{color:#17a2a0}.contact .contact-form-section .contact-form .form-group.checkbox .modern-checkbox .MuiSvgIcon-root{border-radius:6px;font-size:24px}.contact .contact-form-section .contact-form .form-group.checkbox .modern-checkbox-label{align-items:flex-start;margin:0}.contact .contact-form-section .contact-form .form-group.checkbox .modern-checkbox-label .MuiFormControlLabel-label{margin-top:2px;font-size:.95rem;line-height:1.5}.contact .contact-form-section .contact-form .form-group.checkbox .modern-checkbox-label span{font-size:.95rem;line-height:1.5}.contact .contact-form-section .contact-form .form-group.checkbox .checkbox-error{margin-top:4px;margin-left:32px}.contact .contact-form-section .contact-form .form-group.checkbox input[type=checkbox]{cursor:pointer;width:20px;height:20px;margin-top:.25rem}.contact .contact-form-section .contact-form .form-group.checkbox label{cursor:pointer;margin:0;font-size:.95rem;line-height:1.5}.contact .contact-form-section .contact-form .form-group.checkbox label .link{color:#17a2a0;text-decoration:none;transition:color .3s}.contact .contact-form-section .contact-form .form-group.checkbox label .link:hover{text-decoration:underline}.contact .contact-form-section .contact-form .form-group.recaptcha{background:#f9fafb;border:1px solid #e5e7eb;border-radius:4px;margin:1rem 0;padding:1rem}.contact .contact-form-section .contact-form .form-group.recaptcha .recaptcha-placeholder{color:#4b5563;align-items:center;gap:.75rem;font-size:.9rem;display:flex}.contact .contact-form-section .contact-form .form-group.recaptcha .recaptcha-placeholder .recaptcha-credit{color:#6b7280;margin-left:auto;font-size:.75rem}.contact .contact-form-section .contact-form .form-group label{color:#1f2937;font-size:.95rem;font-weight:600}.contact .contact-form-section .contact-form .form-group input,.contact .contact-form-section .contact-form .form-group textarea,.contact .contact-form-section .contact-form .form-group select{background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s}.contact .contact-form-section .contact-form .form-group input::placeholder,.contact .contact-form-section .contact-form .form-group textarea::placeholder,.contact .contact-form-section .contact-form .form-group select::placeholder{color:#d1d5db}.contact .contact-form-section .contact-form .form-group input:focus,.contact .contact-form-section .contact-form .form-group textarea:focus,.contact .contact-form-section .contact-form .form-group select:focus{border-color:#17a2a0;outline:none;box-shadow:0 0 0 3px #17a2a01a}.contact .contact-form-section .contact-form .form-group input:disabled,.contact .contact-form-section .contact-form .form-group textarea:disabled,.contact .contact-form-section .contact-form .form-group select:disabled{cursor:not-allowed;opacity:.6;background:#f3f4f6}.contact .contact-form-section .contact-form .form-group textarea{resize:vertical;min-height:140px}.contact .contact-form-section .contact-form .form-group select{cursor:pointer}.contact .contact-form-section .contact-form .form-group select option{color:#1f2937;background:#fff}.contact .contact-form-section .contact-form .btn{cursor:pointer;border:none;border-radius:8px;margin-top:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.contact .contact-form-section .contact-form .btn.btn-primary{color:#fff;background:#17a2a0}.contact .contact-form-section .contact-form .btn.btn-primary:hover:not(:disabled){background:#149a98;transform:translateY(-2px);box-shadow:0 6px 16px #17a2a04d}.contact .contact-form-section .contact-form .btn.btn-primary:disabled{opacity:.7;cursor:not-allowed}.contact .contact-form-section .contact-form .btn.btn-large{padding:1rem 2.5rem;font-size:1.05rem}.contact .contact-info-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:1.5rem;padding:2rem;display:flex;box-shadow:0 2px 8px #0000000a}.contact .contact-info-section h3{color:#1f2937;margin:0;font-size:1.5rem;font-weight:700}.contact .contact-info-section .contact-info-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}.contact .contact-info-section .contact-info-item{align-items:flex-start;gap:1.25rem;display:flex}.contact .contact-info-section .contact-info-item .contact-icon{color:#fff;border-radius:10px;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;font-size:1.5rem;display:flex}.contact .contact-info-section .contact-info-item .contact-icon svg{stroke-width:2px;width:24px;height:24px}.contact .contact-info-section .contact-info-item .contact-icon.phone-icon{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.contact .contact-info-section .contact-info-item .contact-icon.email-icon{background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%)}.contact .contact-info-section .contact-info-item .contact-icon.location-icon{background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%)}.contact .contact-info-section .contact-info-item .contact-info-text{flex:1}.contact .contact-info-section .contact-info-item .contact-info-text.full-width{grid-column:1/-1}.contact .contact-info-section .contact-info-item .contact-info-text h4{color:#1f2937;margin:0 0 .35rem;font-size:1rem;font-weight:700}.contact .contact-info-section .contact-info-item .contact-info-text p,.contact .contact-info-section .contact-info-item .contact-info-text a{color:#4b5563;margin:.2rem 0 0;font-size:.95rem;text-decoration:none;transition:color .3s}.contact .contact-info-section .contact-info-item .contact-info-text a:hover{color:#17a2a0}.contact .contact-info-section .social-section{margin-top:.5rem}.contact .contact-info-section .social-section h4{color:#1f2937;margin:0 0 1rem;font-size:1rem;font-weight:700}.contact .contact-info-section .social-section .social-links{flex-wrap:wrap;gap:1rem;display:flex}.contact .contact-info-section .social-section .social-link{color:#1f2937;background:#f3f4f6;border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;text-decoration:none;transition:all .3s;display:flex}.contact .contact-info-section .social-section .social-link svg{width:24px;height:24px}.contact .contact-info-section .social-section .social-link:hover{transform:translateY(-4px)}.contact .contact-info-section .social-section .social-link.linkedin:hover{color:#fff;background:#0077b5}.contact .contact-info-section .social-section .social-link.instagram:hover{color:#fff;background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}.contact .contact-info-section .social-section .social-link.twitter:hover{color:#fff;background:#1da1f2}.contact .contact-info-section .social-section .social-link.facebook:hover{color:#fff;background:#1877f2}.contact .contact-right{flex-direction:column;gap:2rem;height:100%;display:flex}.contact .contact-right .contact-image{width:100%}.contact .contact-right .contact-image .image-wrapper{aspect-ratio:4/3;border-radius:10px;width:100%;position:relative;overflow:hidden;box-shadow:0 12px 30px #0206171f}.contact .contact-right .contact-image .contact-photo{object-fit:cover}.contact .contact-right .contact-image .image-credit{text-align:right;color:#6b7280;margin-top:.5rem;font-size:.8rem}.footer{color:#fff;text-align:center;background:#1f2937;padding:2rem 0}.footer p{opacity:.9;margin:0}
