@charset "UTF-8";*{padding:0;margin:0;box-sizing:border-box;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}body{background-color:#f5f6f7}.home .hero{position:relative;min-height:100vh}.home .hero .hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.home .hero .hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;padding:2rem;border-radius:10px;width:90%;max-width:1200px;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center}.home .hero .hero-content h1{font-size:3rem;margin-bottom:1rem}.home .hero .hero-content p{font-size:1.2rem;margin-bottom:1.5rem;max-width:1200px}.home .hero .hero-content .ctaButtonHome{transition:all .3s ease-in-out;box-shadow:0 10px 20px #0003;padding:.5rem 1.25rem;background-color:#495d73;border-radius:9999px;display:flex;align-items:center;justify-content:center;color:#fff;gap:10px;font-weight:700;border:3px solid rgba(255,255,255,.3019607843);outline:none;overflow:hidden;font-size:15px;cursor:pointer}.home .hero .hero-content .ctaButtonHome .ctaİconHome{width:24px;height:24px;transition:all .3s ease-in-out}.home .hero .hero-content .ctaButtonHome:hover{transform:scale(1.05);border-color:#fff9}.home .hero .hero-content .ctaButtonHome:hover .ctaİconHome{transform:translate(4px)}.home .hero .hero-content .ctaButtonHome:hover:before{animation:shine 1.5s ease-out infinite}@keyframes shine{0%{left:-100px}60%{left:100%}to{left:100%}}@media (max-width: 768px){.home .hero .hero-content{padding:1rem;width:85%}.home .hero .hero-content h1{font-size:1.5rem}.home .hero .hero-content p{font-size:.85rem;margin-bottom:1rem}}@media (max-width: 1024px) and (min-width: 769px){.home .hero .hero-content{padding:1.5rem;width:80%}.home .hero .hero-content h1{font-size:2.5rem}.home .hero .hero-content p{font-size:1.1rem}}.servicesSection{padding:100px 0;background:linear-gradient(to bottom,#f8fafc,#abcaeb);position:relative;overflow:hidden}.servicesSection:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:200%;background:radial-gradient(circle,rgba(73,93,115,.05) 0%,transparent 70%);animation:float 20s ease-in-out infinite}.servicesSection:after{content:"";position:absolute;bottom:-50%;left:-50%;width:100%;height:200%;background:radial-gradient(circle,rgba(143,163,179,.03) 0%,transparent 70%);animation:float 25s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}.servicesSection .servicesContainer{max-width:1400px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.servicesSection .servicesHeader{text-align:center;margin-bottom:80px;position:relative}.servicesSection .servicesTitle{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#2d3748;margin-bottom:20px;position:relative;background:linear-gradient(135deg,#495d73,#5d7692);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:start}.servicesSection .servicesSubtitle{font-size:clamp(1.1rem,2.5vw,1.3rem);color:#4a5568;line-height:1.6;font-weight:400;text-align:start}@media (max-width: 768px){.servicesSection .servicesSubtitle{max-width:600px}}.servicesSection .servicesGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-bottom:80px}.servicesSection .serviceCard{perspective:1000px;height:320px;position:relative}.servicesSection .serviceCard:hover .serviceCardInner{transform:rotateY(180deg)}.servicesSection .serviceCardInner{position:relative;width:100%;height:100%;text-align:center;transition:transform .8s ease;transform-style:preserve-3d;cursor:pointer}.servicesSection .serviceCardFront,.servicesSection .serviceCardBack{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:20px;padding:40px 30px;box-shadow:0 10px 30px #495d731a;transition:all .3s ease}.servicesSection .serviceCardFront{background:linear-gradient(135deg,#fff,#495d7305);border:1px solid rgba(73,93,115,.1);display:flex;align-items:center;justify-content:center;flex-direction:column}.servicesSection .serviceCardFront:hover{transform:translateY(-8px);box-shadow:0 20px 40px #495d7326;border-color:#495d7333}.servicesSection .serviceCardBack{background:#495d73b2;color:#fff;transform:rotateY(180deg);display:flex;align-items:center;justify-content:center;flex-direction:column;justify-content:space-between}.servicesSection .serviceIcon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;background:linear-gradient(135deg,#495d73,#5d7692);color:#fff;font-size:2rem;position:relative;transition:all .3s ease}.servicesSection .serviceIcon:before{content:"";position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;background:linear-gradient(135deg,#495d73,#8fa3b3);border-radius:50%;z-index:-1;opacity:0;transition:opacity .3s ease}.serviceCard:hover .servicesSection .serviceIcon{transform:scale(1.1)}.serviceCard:hover .servicesSection .serviceIcon:before{opacity:.3}.servicesSection .serviceTitle{font-size:1.5rem;font-weight:600;margin-bottom:15px;color:#2d3748}.serviceCardBack .servicesSection .serviceTitle{color:#fff;font-size:1.4rem;margin-bottom:20px}.servicesSection .serviceDescription{font-size:1rem;line-height:1.6;color:#4a5568;margin-bottom:20px}.servicesSection .serviceFeatures{list-style:none;padding:0;margin:20px 0}.servicesSection .serviceFeature{display:flex;align-items:center;margin-bottom:12px;font-size:.95rem}.servicesSection .serviceFeature .featureBullet{color:#8fa3b3;font-weight:700;margin-right:10px;font-size:1.1rem}.servicesSection .servicesFooter{text-align:center;padding:60px 40px;background:linear-gradient(135deg,#fff,#495d7308);border-radius:30px;box-shadow:0 10px 30px #495d731a;position:relative;overflow:hidden;display:flex;justify-content:center;flex-direction:column;align-items:center}.servicesSection .servicesFooter:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#495d73,#8fa3b3,#495d73)}.servicesSection .servicesFooterText{font-size:1.2rem;color:#4a5568;margin-bottom:30px;font-weight:500}.servicesSection .ctaButton{background:linear-gradient(135deg,#495d73,#5d7692);color:#fff;border:none;padding:18px 40px;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 8px 25px #495d7326;justify-content:center;align-items:center}.servicesSection .ctaButton:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.servicesSection .ctaButton:hover{transform:translateY(-8px);box-shadow:0 20px 40px #495d7326;background:linear-gradient(135deg,#5d7692,#8fa3b3)}.servicesSection .ctaButton:hover:before{left:100%}.servicesSection .ctaButton:active{transform:translateY(-6px)}@media (max-width: 1200px){.servicesSection .servicesGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:25px}}@media (max-width: 768px){.servicesSection .servicesSection{padding:60px 0}.servicesSection .servicesContainer{padding:0 15px}.servicesSection .servicesHeader{margin-bottom:50px}.servicesSection .servicesGrid{grid-template-columns:1fr;gap:20px;margin-bottom:50px}.servicesSection .serviceCard{height:280px}.servicesSection .serviceCardFront,.servicesSection .serviceCardBack{padding:30px 25px}.servicesSection .serviceIcon{width:70px;height:70px;font-size:1.8rem;margin-bottom:20px}.servicesSection .serviceTitle{font-size:1.3rem}.serviceCardBack .servicesSection .serviceTitle{font-size:1.2rem}.servicesSection .serviceDescription{font-size:.95rem}.servicesSection .servicesFooter{padding:40px 25px;border-radius:20px}.servicesSection .servicesFooterText{font-size:1.1rem}.servicesSection .ctaButton{padding:15px 35px;font-size:1rem}}@media (max-width: 480px){.servicesSection .servicesGrid{grid-template-columns:1fr;gap:15px}.servicesSection .serviceCard{height:250px}.servicesSection .serviceCardFront,.servicesSection .serviceCardBack{padding:25px 20px}.servicesSection .serviceIcon{width:60px;height:60px;font-size:1.6rem;margin-bottom:15px}.servicesSection .serviceTitle{font-size:1.2rem;margin-bottom:12px}.serviceCardBack .servicesSection .serviceTitle{font-size:1.1rem;margin-bottom:15px}.servicesSection .serviceDescription{font-size:.9rem;margin-bottom:15px}.servicesSection .serviceFeature{font-size:.9rem;margin-bottom:10px}.servicesSection .servicesFooter{padding:30px 20px}.servicesSection .ctaButton{padding:12px 30px;font-size:.95rem}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.servicesSection .serviceCard{animation:slideInUp .6s ease-out;animation-fill-mode:both}.servicesSection .serviceCard:nth-child(1){animation-delay:.1s}.servicesSection .serviceCard:nth-child(2){animation-delay:.2s}.servicesSection .serviceCard:nth-child(3){animation-delay:.3s}.servicesSection .serviceCard:nth-child(4){animation-delay:.4s}.servicesSection .serviceCard:nth-child(5){animation-delay:.5s}.servicesSection .serviceCard:nth-child(6){animation-delay:.6s}.servicesSection .serviceCard:nth-child(7){animation-delay:.7s}.servicesSection .serviceCard:nth-child(8){animation-delay:.8s}.servicesSection .serviceCard:nth-child(9){animation-delay:.9s}.servicesSection .servicesSection:hover .serviceCard:not(:hover){opacity:.7;transform:scale(.98)}.servicesSection .serviceCard{transition:all .3s ease}.careersSection{padding:100px 0;background:linear-gradient(to bottom,#abcaeb,#f8fafc);position:relative;overflow:hidden}.careersSection:before{content:"";position:absolute;top:0;left:0;right:0;height:300px;pointer-events:none}.careersContainer{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.careersHeader{text-align:start;margin-bottom:80px}.careersHeader .careersTitle{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:#2d3748;margin-bottom:24px;text-align:center;background:linear-gradient(135deg,#495d73,#5d7692);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.careersHeader .careersSubtitle{font-size:clamp(1.1rem,2.5vw,1.2rem);color:#4a5568;max-width:800px;line-height:1.7;margin:0 auto;text-align:center}.cultureSection{margin-bottom:80px}.cultureSection .cultureContent{background:linear-gradient(135deg,#fff,#495d7305);border-radius:24px;padding:50px;box-shadow:0 4px 20px #495d7314;display:grid;grid-template-columns:2fr 1fr;gap:40px;align-items:center;border:1px solid rgba(73,93,115,.1)}.cultureSection .cultureContent .cultureText h3{font-size:2rem;font-weight:600;color:#2d3748;margin-bottom:20px}.cultureSection .cultureContent .cultureText p{font-size:1.1rem;line-height:1.7;color:#4a5568}.cultureSection .cultureContent .cultureStats{display:grid;grid-template-columns:1fr;gap:24px}.cultureSection .cultureContent .cultureStats .statItem{text-align:center;padding:20px;border-radius:16px;background:#495d730d;border:1px solid rgba(73,93,115,.1);transition:all .3s ease}.cultureSection .cultureContent .cultureStats .statItem:hover{transform:translateY(-4px);box-shadow:0 8px 30px #495d731f;background:#495d7314}.cultureSection .cultureContent .cultureStats .statItem .statNumber{display:block;font-size:2.5rem;font-weight:700;color:#495d73;margin-bottom:8px}.cultureSection .cultureContent .cultureStats .statItem .statLabel{font-size:.9rem;color:#718096;font-weight:500}.benefitsSection{margin-bottom:80px}.benefitsSection .benefitsTitle{font-size:2.2rem;font-weight:600;color:#2d3748;text-align:center;margin-bottom:50px}.benefitsSection .benefitsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.benefitsSection .benefitCard{background:#fff;border-radius:20px;padding:32px 24px;text-align:center;box-shadow:0 4px 20px #495d7314;transition:all .3s ease;border:1px solid rgba(73,93,115,.1);position:relative;overflow:hidden}.benefitsSection .benefitCard:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#495d73,#8fa3b3);transform:scaleX(0);transition:transform .3s ease}.benefitsSection .benefitCard:hover{transform:translateY(-4px);box-shadow:0 8px 30px #495d731f}.benefitsSection .benefitCard:hover:before{transform:scaleX(1)}.benefitsSection .benefitCard:hover .benefitIcon{transform:scale(1.1);color:#495d73}.benefitsSection .benefitCard .benefitIcon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:1.8rem;color:#8fa3b3;background:#495d731a;border-radius:50%;transition:all .3s ease}.benefitsSection .benefitCard .benefitTitle{font-size:1.2rem;font-weight:600;color:#2d3748;margin-bottom:12px}.benefitsSection .benefitCard .benefitDesc{font-size:.95rem;color:#4a5568;line-height:1.5}@media (max-width: 1024px){.careersSection{padding:60px 0}.careersContainer{padding:0 16px}.careersHeader{margin-bottom:60px}.careersHeader .careersTitle{font-size:clamp(2rem,4.5vw,3rem);text-align:start}.careersHeader .careersSubtitle{font-size:clamp(1rem,2vw,1.1rem);margin:0;text-align:start}.cultureSection .cultureContent{grid-template-columns:1fr;padding:32px;gap:32px}.cultureSection .cultureContent .cultureStats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.benefitsSection .benefitsGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.jobFilters .departmentTabs{flex-wrap:nowrap;justify-content:flex-start}.jobCard{padding:24px}.jobCard .jobCardHeader{flex-direction:column;gap:16px}.jobCard .jobCardHeader .jobLevel{align-self:flex-start}.careersFooter{padding:40px 16px;margin-top:40px}.careersFooter .ctaButtons{flex-direction:column;gap:12px}.careersFooter .ctaButtons button{width:100%}}@media (max-width: 768px){.careersSection{padding:40px 0}.careersHeader{margin-bottom:40px}.cultureSection{margin-bottom:60px}.cultureSection .cultureContent{padding:24px}.benefitsSection{margin-bottom:60px}.benefitsSection .benefitsTitle{font-size:1.8rem}.benefitsSection .benefitCard{padding:24px 16px}.jobFilters .jobsTitle{font-size:1.8rem}.jobFilters .filtersContainer{gap:16px}.jobFilters .searchBox{max-width:100%}.jobFilters .departmentTabs{gap:8px}.jobFilters .departmentTabs .departmentTab{padding:10px 16px;font-size:.85rem}.jobFilters .departmentTabs .departmentTab .tabCount{font-size:.75rem}.jobFilters .levelFilter{max-width:180px}.jobFilters .levelFilter .levelSelect{padding:12px 16px 12px 40px;font-size:.9rem}.jobListings{gap:16px}.jobCard .jobCardHeader .jobInfo .jobIcon{width:48px;height:48px;font-size:1.2rem}.jobCard .jobCardHeader .jobInfo .jobBasics .jobTitle{font-size:1.2rem}.jobCard .jobCardHeader .jobInfo .jobBasics .jobMeta{flex-direction:column;gap:8px}.jobCard .jobDescription{font-size:.95rem}.jobCard .jobRequirements,.jobCard .jobRequirements ul li{font-size:.85rem}.jobCard .jobCardFooter{flex-direction:column;gap:16px;align-items:flex-start}.jobCard .jobCardFooter .applyButton{width:100%;justify-content:center}.careersFooter{padding:32px 12px;margin-top:32px}.careersFooter h3{font-size:1.6rem}.careersFooter p{font-size:1rem}.careersFooter .ctaButtons{flex-direction:column;gap:12px}.careersFooter .ctaButtons button{width:100%;padding:12px}}@media (max-width: 480px){.careersSection{padding:24px 0}.careersContainer{padding:0 12px}.cultureSection .cultureContent{padding:16px}.cultureSection .cultureStats{gap:16px}.cultureSection .cultureStats .statItem{padding:16px}.benefitsSection .benefitsGrid{grid-template-columns:1fr}.jobCard{padding:16px}.careersFooter{padding:24px 12px;margin-top:24px}.careersFooter h3{font-size:1.4rem}.careersFooter p{font-size:.95rem}.careersFooter .ctaButtons{gap:8px}.careersFooter .ctaButtons button{padding:10px;font-size:.9rem}}.aboutSection{padding:100px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);position:relative;overflow:hidden}.aboutSection .aboutSection:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 20%,rgba(73,93,115,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(73,93,115,.1) 0%,transparent 50%);pointer-events:none}.aboutSection .container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.aboutSection .headerContent{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:80px}.aboutSection .headerText{animation:fadeInUp .8s ease-out}.aboutSection .mainTitle{font-size:3.5rem;font-weight:700;line-height:1.2;color:#2c3e50;margin-bottom:20px;text-align:start}.aboutSection .highlight{color:#495d73;position:relative}.aboutSection .highlight:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#495d73,#6c7b8a);border-radius:2px}.aboutSection .subtitle{font-size:1.2rem;color:#6c757d;line-height:1.6;margin-bottom:0;text-align:start}.aboutSection .headerVisual{display:flex;justify-content:center;align-items:center}.aboutSection .visualElement{position:relative;width:300px;height:300px}.aboutSection .floatingCard{position:absolute;background:#fff;padding:20px;border-radius:16px;box-shadow:0 10px 30px #495d731a;display:flex;align-items:center;gap:12px;font-weight:600;color:#495d73;animation:float 3s ease-in-out infinite}.aboutSection .floatingCard:nth-child(1){top:20px;left:20px;animation-delay:0s}.aboutSection .floatingCard:nth-child(2){top:100px;right:20px;animation-delay:1s}.aboutSection .floatingCard:nth-child(3){bottom:20px;left:50px;animation-delay:2s}.aboutSection .cardIcon{width:24px;height:24px;color:#495d73}.aboutSection .mainContent{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-bottom:80px}.aboutSection .contentTitle{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:25px}.aboutSection .contentDescription{font-size:1.1rem;color:#6c757d;line-height:1.7;margin-bottom:40px;text-align:start}.aboutSection .featuresList{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:40px}.aboutSection .featureItem{display:flex;align-items:center;gap:12px;font-weight:500;color:#495d73;text-align:start}.aboutSection .checkIcon{width:20px;height:20px;color:#28a745}.aboutSection .ctaButton{background:linear-gradient(135deg,#495d73,#6c7b8a);color:#fff;border:none;padding:16px 32px;border-radius:50px;display:flex;align-items:center;gap:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.aboutSection .ctaButton:hover{transform:translateY(-2px);box-shadow:0 10px 25px #495d7366}.aboutSection .buttonIcon{width:20px;height:20px}.aboutSection .visualCard{background:#fff;border-radius:24px;padding:40px;box-shadow:0 20px 60px #495d731a}.aboutSection .cardHeader{display:flex;align-items:center;gap:15px;margin-bottom:25px;padding-bottom:20px;border-bottom:2px solid #f8f9fa}.aboutSection .cardHeaderIcon{width:32px;height:32px;color:#495d73}.aboutSection .cardHeader span{font-size:1.3rem;font-weight:600;color:#2c3e50}.aboutSection .cardContent p{color:#6c757d;line-height:1.6;margin-bottom:25px}.aboutSection .teamStats{padding:20px;background:#f8f9fa;border-radius:12px}.aboutSection .statItem{display:flex;align-items:center;gap:12px;color:#495d73;font-weight:500}.aboutSection .statIcon{width:24px;height:24px}.aboutSection .clientsSection{margin-bottom:80px}.aboutSection .clientsTitle{font-size:2.5rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:40px}.aboutSection .clientsSlider{overflow:hidden;position:relative}.aboutSection .sliderTrack{display:flex;animation:scroll 20s linear infinite}.aboutSection .clientCard{flex:0 0 auto;margin:0 15px}.aboutSection .clientLogo{height:50px;object-fit:contain}.aboutSection .achievementsSection{background:#fff;padding:60px 40px;border-radius:24px;box-shadow:0 10px 40px #495d731a}.aboutSection .achievementsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px}.aboutSection .achievementCard{text-align:center;position:relative}.aboutSection .achievementCard:after{content:"";position:absolute;top:50%;right:0;width:1px;height:60px;background:#e9ecef;transform:translateY(-50%)}.aboutSection .achievementCard:last-child:after{display:none}.aboutSection .achievementNumber{font-size:2rem;font-weight:700;color:#495d73;margin-bottom:10px}.aboutSection .achievementLabel{color:#6c757d;font-weight:500;font-size:1.1rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 1024px){.aboutSection .headerContent,.aboutSection .mainContent{grid-template-columns:1fr;gap:40px;text-align:center}.aboutSection .mainTitle{font-size:3rem}.aboutSection .contentTitle{font-size:2.2rem;text-align:start}}@media (max-width: 768px){.aboutSection .aboutSection{padding:60px 0}.aboutSection .container{padding:0 15px}.aboutSection .mainTitle{font-size:2.5rem}.aboutSection .contentTitle{font-size:2rem;text-align:start}.aboutSection .visualElement{width:250px;height:250px}.aboutSection .teamGrid,.aboutSection .featuresList,.aboutSection .achievementsGrid{grid-template-columns:1fr}.aboutSection .achievementCard:after{display:none}}@media (max-width: 480px){.aboutSection .mainTitle{font-size:2rem;text-align:start}.aboutSection .contentTitle{font-size:1.8rem}.aboutSection .visualCard{padding:25px}.aboutSection .achievementsSection{padding:40px 20px}}.contactSection{padding:100px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);position:relative;width:100%;max-width:100vw;margin:0 auto;overflow-x:hidden;box-sizing:border-box}.contactSection:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 30%,rgba(73,93,115,.1) 0%,transparent 50%),radial-gradient(circle at 70% 70%,rgba(73,93,115,.1) 0%,transparent 50%);pointer-events:none}.contactSection .container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1;box-sizing:border-box}.contactSection .headerContent{margin-bottom:80px;animation:fadeInUp .8s ease-out;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px;width:100%}.contactSection .mainTitle{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.2;color:#2c3e50;margin-bottom:20px;word-wrap:break-word;width:100%}.contactSection .highlight{color:#495d73;position:relative}.contactSection .highlight:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#495d73,#6c7b8a);border-radius:2px}.contactSection .subtitle{font-size:clamp(1rem,2.5vw,1.2rem);color:#6c757d;line-height:1.6;max-width:100%;width:100%}.contactSection .mainContent{display:grid;grid-template-columns:1fr 400px;gap:60px;align-items:start;width:100%}.contactSection .formSection{animation:slideInLeft .8s ease-out;width:100%;min-width:0}.contactSection .formCard{background:#fff;border-radius:24px;padding:40px;box-shadow:0 20px 60px #495d731a;position:relative;width:100%;box-sizing:border-box}.contactSection .formHeader{display:flex;align-items:center;gap:20px;margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid #f8f9fa;width:100%}.contactSection .formHeaderIcon{width:40px;height:40px;color:#495d73;padding:8px;background:#495d731a;border-radius:12px;flex-shrink:0}.contactSection .formTitle{font-size:clamp(1.2rem,3vw,1.5rem);font-weight:600;color:#2c3e50;margin-bottom:5px}.contactSection .formDescription{color:#6c757d;font-size:clamp(.85rem,2vw,.95rem)}.contactSection .contactForm{display:flex;flex-direction:column;gap:25px;width:100%}.contactSection .formRow{display:grid;grid-template-columns:1fr 1fr;gap:20px;width:100%}.contactSection .formGroup{display:flex;flex-direction:column;width:100%;min-width:0}.contactSection .formLabel{display:flex;align-items:center;gap:8px;font-weight:600;color:#2c3e50;margin-bottom:8px;font-size:clamp(.85rem,2vw,.95rem)}.contactSection .labelIcon{width:16px;height:16px;color:#495d73;flex-shrink:0}.contactSection .formInput,.contactSection .formSelect,.contactSection .formTextarea{padding:14px 16px;border:2px solid #e9ecef;border-radius:12px;font-size:clamp(.9rem,2vw,1rem);transition:all .3s ease;background:#fff;color:#2c3e50;width:100%;box-sizing:border-box}.contactSection .formInput:focus,.contactSection .formSelect:focus,.contactSection .formTextarea:focus{outline:none;border-color:#495d73;box-shadow:0 0 0 3px #495d731a;transform:translateY(-2px)}.contactSection .formTextarea{resize:vertical;min-height:120px;font-family:inherit}.contactSection .submitButton{background:linear-gradient(135deg,#495d73,#6c7b8a);color:#fff;border:none;padding:16px 32px;border-radius:50px;display:flex;align-items:center;justify-content:center;gap:12px;font-size:clamp(1rem,2.5vw,1.1rem);font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px #495d734d;margin-top:10px;width:100%;box-sizing:border-box}.contactSection .submitButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #495d7366}.contactSection .submitButton:disabled{opacity:.7;cursor:not-allowed}.contactSection .submitButton.submitting{background:linear-gradient(135deg,#6c757d,#8a9199)}.contactSection .buttonIcon{transition:.5s;transform:rotate(43deg);flex-shrink:0}.contactSection .submitButton:hover .buttonIcon{animation:moveAndRotate 1.5s ease-in-out infinite}@keyframes moveAndRotate{0%{transform:translateY(0) rotate(43deg)}50%{transform:translateY(5px) rotate(43deg);filter:drop-shadow(1px 6px 3px white)}to{transform:translateY(0) rotate(43deg)}}.contactSection .spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite;flex-shrink:0}.contactSection .successMessage{text-align:center;padding:40px 20px;width:100%;box-sizing:border-box}.contactSection .successMessage h4{font-size:clamp(1.2rem,3vw,1.5rem);font-weight:600;color:#2c3e50;margin-bottom:10px}.contactSection .successMessage p{color:#6c757d;line-height:1.6}.contactSection .successIcon{width:60px;height:60px;color:#28a745;margin-bottom:20px}.contactSection .infoSection{animation:slideInRight .8s ease-out;width:100%;min-width:0}.contactSection .infoCards{display:flex;flex-direction:column;gap:20px;margin-bottom:40px;width:100%}.contactSection .infoCard{background:#fff;padding:25px;border-radius:16px;box-shadow:0 5px 20px #495d731a;display:flex;align-items:flex-start;gap:20px;transition:all .3s ease;width:100%;box-sizing:border-box}.contactSection .infoCard:hover{transform:translateY(-5px);box-shadow:0 15px 30px #495d7326}.contactSection .infoIconWrapper{width:50px;height:50px;background:linear-gradient(135deg,#495d73,#6c7b8a);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contactSection .contactIcon{width:24px;height:24px;color:#fff}.contactSection .infoContent{flex:1;min-width:0}.contactSection .infoTitle{font-size:clamp(1rem,2.5vw,1.1rem);font-weight:600;color:#2c3e50;margin-bottom:8px}.contactSection .infoDetails{display:flex;flex-direction:column;gap:4px}.contactSection .infoDetail{color:#6c757d;font-size:clamp(.85rem,2vw,.95rem);word-wrap:break-word;overflow-wrap:break-word}.contactSection .infoLink{color:#495d73;text-decoration:none;transition:color .3s ease;word-wrap:break-word;overflow-wrap:break-word}.contactSection .infoLink:hover{color:#2c3e50}.contactSection .socialSection{background:#fff;padding:30px;border-radius:16px;box-shadow:0 5px 20px #495d731a;margin-bottom:30px;width:100%;box-sizing:border-box}.contactSection .socialTitle{font-size:clamp(1.1rem,2.5vw,1.2rem);font-weight:600;color:#2c3e50;margin-bottom:20px}.contactSection .socialLinks{display:flex;gap:15px;flex-wrap:wrap}.contactSection .socialLink{width:45px;height:45px;background:linear-gradient(135deg,#495d73,#6c7b8a);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease;flex-shrink:0}.contactSection .socialLink:hover{transform:translateY(-3px);box-shadow:0 10px 20px #495d734d}.contactSection .socialIcon{width:20px;height:20px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 1200px){.contactSection .container{max-width:100%;padding:0 30px}.contactSection .mainContent{grid-template-columns:1fr 350px;gap:40px}}@media (max-width: 1024px){.contactSection{padding:80px 0}.contactSection .container{padding:0 25px}.contactSection .headerContent{margin-bottom:60px}.contactSection .mainContent{grid-template-columns:1fr;gap:50px}.contactSection .formCard{padding:35px}}@media (max-width: 768px){.contactSection{padding:60px 0}.contactSection .container{padding:0 20px}.contactSection .headerContent{margin-bottom:50px}.contactSection .formCard{padding:30px 25px}.contactSection .formRow{grid-template-columns:1fr;gap:20px}.contactSection .formHeader{flex-direction:column;text-align:center;gap:15px}.contactSection .infoCard{padding:20px;gap:15px}.contactSection .socialLinks{justify-content:center}.contactSection .socialSection{padding:25px 20px}}@media (max-width: 480px){.contactSection{padding:50px 0}.contactSection .container{padding:0 15px}.contactSection .headerContent{margin-bottom:40px}.contactSection .formCard{padding:25px 20px;border-radius:20px}.contactSection .formInput,.contactSection .formSelect,.contactSection .formTextarea{padding:12px 14px}.contactSection .submitButton{padding:14px 24px}.contactSection .infoCard{flex-direction:column;text-align:center;gap:15px;padding:20px 15px}.contactSection .socialSection{padding:20px 15px}.contactSection .socialLinks{gap:12px}.contactSection .socialLink{width:40px;height:40px}.contactSection .socialIcon{width:18px;height:18px}}@media (max-width: 360px){.contactSection .container{padding:0 12px}.contactSection .formCard{padding:20px 15px}.contactSection .formInput,.contactSection .formSelect,.contactSection .formTextarea{padding:10px 12px}.contactSection .submitButton{padding:12px 20px;gap:8px}.contactSection .infoCard{padding:15px 12px}.contactSection .socialSection{padding:18px 12px}}.header{padding:1rem 2rem;position:fixed;width:100%;top:0;z-index:10;background:transparent;transition:all .5s ease-in-out}.header:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transform:translateY(-100%);transition:transform .6s cubic-bezier(.4,0,.2,1),opacity .6s ease-in-out;opacity:0;z-index:-1;background:#495d73b2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@media (max-width: 768px){.header{padding:10px;background-color:#7e8fa1}.header:before{transform:translateY(0);opacity:1}}.header .header-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.header .logo{display:flex;align-items:center}.header .logo:hover{cursor:pointer}.header .logo img{height:80px;width:auto}@media (max-width: 768px){.header .logo img{height:40px}}.header .nav-menu{display:flex;gap:2rem;align-items:center;opacity:1;transition:opacity .3s ease-in-out}@media (max-width: 768px){.header .nav-menu{position:absolute;top:100%;left:0;width:100%;background-color:#495d73b2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:1rem;box-shadow:0 2px 5px #0000001a;flex-direction:column;justify-content:start;align-items:start;opacity:0;visibility:hidden;transform:translate(-10px);transition:opacity .3s ease-in-out,transform .3s ease-in-out,visibility .3s;height:100vh}.header .nav-menu.active{opacity:1;visibility:visible;transform:translate(0)}}.header .nav-link{text-decoration:none;color:#fff;font-size:1.5rem;font-weight:600;position:relative;transition:color .3s ease-in-out}.header .nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background-color:#fff;transition:width .3s ease-in-out}.header .nav-link.active,.header .nav-link:hover{color:#ecf0f1}.header .nav-link.active:after,.header .nav-link:hover:after{width:100%}@media (max-width: 768px){.header .nav-link.active,.header .nav-link:hover{color:#fff}.header .nav-link.active:after,.header .nav-link:hover:after{background-color:#fff}}.header .language-switcher{position:relative;display:flex;align-items:center}.header .language-switcher .lang-toggle{background:none;border:none;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.3rem;transition:color .3s}.header .language-switcher .lang-toggle:hover{color:#c7c7c7}.header .language-switcher .lang-toggle .dropdown-icon{font-size:.8rem}.header .language-switcher .dropdown-menu{position:absolute;top:100%;right:0;background:#fff;box-shadow:0 2px 5px #0000001a;border-radius:4px;min-width:70px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .3s ease-in-out,transform .3s ease-in-out,visibility .3s;z-index:20}.header .language-switcher .dropdown-menu.active{opacity:1;visibility:visible;transform:translateY(0)}@media (max-width: 768px){.header .language-switcher .dropdown-menu{width:100%;background:transparent;box-shadow:none;transform:none;opacity:1;visibility:visible;display:none}.header .language-switcher .dropdown-menu.active{display:block}}.header .language-switcher .dropdown-item{background:none;border:none;color:#495d73;font-size:1rem;font-weight:600;cursor:pointer;padding:.5rem 1rem;width:100%;text-align:left;transition:background .3s,color .3s}.header .language-switcher .dropdown-item.active{color:#7992adb2;background:#ecf0f1}.header .language-switcher .dropdown-item:hover{background:#ecf0f1;color:#758697}@media (max-width: 768px){.header .language-switcher .dropdown-item{padding:.5rem;background:#fff;border-radius:4px;margin-top:.5rem;margin-bottom:.5rem;display:flex;flex-direction:column;width:30%}.header .language-switcher .dropdown-item.active{background:#a0bcdacb;color:#fff}.header .language-switcher .dropdown-item:hover{background:#495d73cb;color:#fff}}@media (max-width: 768px){.header .language-switcher{margin-top:1rem;width:100%}}.header .hamburger{display:none;color:#fff}@media (max-width: 768px){.header .hamburger{display:flex;align-items:center}}.header.scrolled{box-shadow:1px 4px 8px gray;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.header.scrolled:before{transform:translateY(0);opacity:1}@media (max-width: 768px){.header.scrolled .nav-menu{background:#5a6d82}}.header.scrolled .header-container .hamburger,.header.scrolled .header-container .nav-link,.header.scrolled .header-container .lang-toggle{color:#fff}.itFooter{background:linear-gradient(135deg,#495d73,#3a4d5f);color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.itFooter .footerContainer{max-width:1200px;margin:0 auto;padding:0 20px}.itFooter .footerContent{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;padding:60px 0 40px}.itFooter .footerSection h3,.itFooter .footerSection h4{margin:0 0 20px;color:#fff;font-weight:600}.itFooter .footerSection h3{font-size:1.5rem}.itFooter .footerSection h4{font-size:1.1rem;position:relative;padding-bottom:10px}.itFooter .footerSection h4:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background:#b8c4d1}.itFooter .footerLogo{display:flex;align-items:center;gap:12px;margin-bottom:20px}.itFooter .footerLogo img{max-width:150px;height:auto;object-fit:contain}.itFooter .companyDescription{color:#b8c4d1;line-height:1.6;margin-bottom:25px}.itFooter .socialLinks{display:flex;gap:12px}.itFooter .socialLink{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:8px;color:#fff;text-decoration:none;transition:all .3s ease}.itFooter .socialLink:hover{background:#b8c4d1;transform:translateY(-2px)}.itFooter .footerLinks{list-style:none;padding:0;margin:0}.itFooter .footerLinks li{margin-bottom:12px}.itFooter .footerLinks a{color:#b8c4d1;text-decoration:none;display:flex;align-items:center;gap:8px;transition:color .3s ease}.itFooter .footerLinks a:hover{color:#7b97bb}.itFooter .contactInfo{display:flex;flex-direction:column;gap:15px}.itFooter .contactItem{display:flex;align-items:center;gap:12px;color:#b8c4d1}.itFooter .contactItem svg{color:#fff;flex-shrink:0}.itFooter .footerBottom{border-top:1px solid rgba(255,255,255,.1);padding:25px 0}.itFooter .footerBottomContent{display:flex;justify-content:space-between;align-items:center;color:#b8c4d1;font-size:.9rem}.itFooter .footerBottomLinks{display:flex;gap:25px}.itFooter .footerBottomLinks a{color:#b8c4d1;text-decoration:none;transition:color .3s ease}.itFooter .footerBottomLinks a:hover{color:#7b97bb}@media (max-width: 768px){.itFooter .footerContent{grid-template-columns:1fr;gap:30px;padding:40px 0 30px}.itFooter .footerBottomContent{flex-direction:column;gap:15px;text-align:center}.itFooter .footerBottomLinks{gap:20px}}@media (max-width: 480px){.itFooter .footerContainer{padding:0 15px}.itFooter .footerContent{gap:25px;padding:30px 0 25px}.itFooter .footerSection h3{font-size:1.3rem}.itFooter .footerSection h4{font-size:1rem}.itFooter .companyDescription{font-size:.9rem}.itFooter .socialLink{width:36px;height:36px}.itFooter .footerBottomLinks{flex-direction:column;gap:10px}}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:4rem;height:4rem;background-color:#495d73;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transition:all .4s ease-in-out;z-index:3;box-shadow:0 4px 8px #0003}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0) rotate(0)}.scroll-to-top:hover{background-color:#3b4a5a;transform:scale(1.15) rotate(360deg)}.scroll-to-top:active{transform:scale(.9)}.scroll-to-top svg{font-size:1.5rem;transition:transform .4s ease-in-out}@media (max-width: 768px){.scroll-to-top{bottom:1.5rem;right:1.5rem;width:3rem;height:3rem}.scroll-to-top svg{font-size:1.2rem}}@media (max-width: 480px){.scroll-to-top{bottom:1rem;right:1rem;width:2.5rem;height:2.5rem}.scroll-to-top svg{font-size:1rem}}.subscription-banner{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:60px 20px;text-align:center;position:relative;overflow:hidden}.subscription-banner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.subscription-banner .banner-content{max-width:600px;margin:0 auto;position:relative;z-index:1}.subscription-banner .banner-content h2{font-size:2.5rem;font-weight:700;color:#495d73cb;margin-bottom:1rem;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media (max-width: 768px){.subscription-banner .banner-content h2{font-size:2rem}}@media (max-width: 480px){.subscription-banner .banner-content h2{font-size:1.75rem}}.subscription-banner .banner-content p{font-size:1.1rem;color:#495d73cb;margin-bottom:2.5rem;line-height:1.6;max-width:500px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.subscription-banner .banner-content p{font-size:1rem;margin-bottom:2rem}}@media (max-width: 480px){.subscription-banner .banner-content p{font-size:.95rem;margin-bottom:1.5rem}}.subscription-banner .banner-content .success-message{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px;background:#fffffff2;border-radius:40px;box-shadow:0 8px 32px #0000001a;animation:fadeIn .5s ease-in-out}.subscription-banner .banner-content .success-message .success-icon{width:32px;height:32px;animation:scaleIn .5s ease-in-out}.subscription-banner .banner-content .success-message span{font-size:1.1rem;font-weight:600;color:#495d73}@media (max-width: 600px){.subscription-banner .banner-content .success-message{flex-direction:column;padding:20px}}.subscription-banner .banner-content form{display:flex;gap:12px;max-width:450px;margin:0 auto;background:#ffffff1a;padding:8px;border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a;transition:all .3s ease}.subscription-banner .banner-content form:hover{background:#ffffff26;border-color:#ffffff4d;box-shadow:0 12px 40px #00000026}@media (max-width: 600px){.subscription-banner .banner-content form{flex-direction:column;gap:16px;padding:20px;border-radius:20px;max-width:350px}}@media (max-width: 480px){.subscription-banner .banner-content form{max-width:100%;padding:16px}}.subscription-banner .banner-content form input[type=email]{flex:1;padding:16px 24px;border:none;border-radius:40px;font-size:1rem;background:#fffffff2;color:#495d73;outline:none;transition:all .3s ease;box-shadow:inset 0 2px 8px #0000001a}.subscription-banner .banner-content form input[type=email]::placeholder{color:#495d73b3;font-weight:400}.subscription-banner .banner-content form input[type=email]:focus{background:#fff;box-shadow:inset 0 2px 8px #0000001a,0 0 0 3px #ffffff4d;transform:translateY(-1px)}@media (max-width: 600px){.subscription-banner .banner-content form input[type=email]{padding:18px 24px;font-size:1.05rem}}@media (max-width: 480px){.subscription-banner .banner-content form input[type=email]{padding:16px 20px;font-size:1rem}}.subscription-banner .banner-content form button{padding:16px 32px;background:linear-gradient(135deg,#fff,#f8f9fa);color:#495d73;border:none;border-radius:40px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 4px 16px #0000001a;position:relative;overflow:hidden}.subscription-banner .banner-content form button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}.subscription-banner .banner-content form button:hover{background:linear-gradient(135deg,#f8f9fa,#e9ecef);transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.subscription-banner .banner-content form button:hover:before{left:100%}.subscription-banner .banner-content form button:active{transform:translateY(0);box-shadow:0 4px 16px #0000001a}@media (max-width: 600px){.subscription-banner .banner-content form button{padding:18px 32px;font-size:1.05rem;width:100%}}@media (max-width: 480px){.subscription-banner .banner-content form button{padding:16px 28px;font-size:1rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}@media (max-width: 768px){.subscription-banner{padding:50px 20px}}@media (max-width: 480px){.subscription-banner{padding:40px 16px}}@media (prefers-color-scheme: dark){.subscription-banner{background:linear-gradient(135deg,#495d73,#2c3642)}}@media (prefers-contrast: high){.subscription-banner .banner-content h2{text-shadow:2px 2px 4px rgba(0,0,0,.8)}.subscription-banner .banner-content form,.subscription-banner .banner-content .success-message{border:2px solid rgba(255,255,255,.5)}}@media (prefers-reduced-motion: reduce){.subscription-banner:before{animation:none}.subscription-banner .banner-content form,.subscription-banner .banner-content .success-message,.subscription-banner .banner-content form input,.subscription-banner .banner-content form button,.subscription-banner .banner-content form .success-icon,.subscription-banner .banner-content .success-message input,.subscription-banner .banner-content .success-message button,.subscription-banner .banner-content .success-message .success-icon{transition:none}}@media print{.subscription-banner{background:#495d73!important;-webkit-print-color-adjust:exact;color-adjust:exact}.subscription-banner:before{display:none}}.questionMe{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;color:#2e4057;text-align:center;margin-bottom:clamp(1.5rem,5vw,3rem);position:relative}@media (max-width: 480px){.questionMe{font-size:1.5rem;margin-bottom:1.5rem}}.accordion{max-width:100%;width:100%;margin:0 auto;padding:0 clamp(1rem,3vw,1.5rem)}@media (min-width: 768px){.accordion{max-width:800px}}@media (min-width: 1024px){.accordion{max-width:900px}}@media (min-width: 1200px){.accordion{max-width:1000px}}.accordion .accordion-item{background:#fff;border-radius:clamp(8px,2vw,16px);margin-bottom:clamp(.75rem,2vw,1.5rem);overflow:hidden;box-shadow:0 2px 8px #2e405714;transition:all .3s ease-in-out;border:1px solid rgba(46,64,87,.1)}.accordion .accordion-item:hover{box-shadow:0 4px 16px #2e405726;transform:translateY(-2px)}.accordion .accordion-item:last-child{margin-bottom:0}.accordion .accordion-item .accordion-header{padding:clamp(1rem,3vw,1.5rem) clamp(1rem,3vw,2rem);background:linear-gradient(135deg,#2e4057,#48658966);color:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:clamp(.9rem,2.5vw,1.1rem);font-weight:600;line-height:1.4;transition:all .3s ease-in-out;position:relative;overflow:hidden}.accordion .accordion-item .accordion-header:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .6s ease-in-out}.accordion .accordion-item .accordion-header:hover{background:linear-gradient(135deg,#1c2736,#0e141b);color:#fff;transform:translateY(-1px);box-shadow:0 4px 16px #2e405726}.accordion .accordion-item .accordion-header:hover:before{left:100%}.accordion .accordion-item .accordion-header:active{transform:translateY(0)}@media (max-width: 480px){.accordion .accordion-item .accordion-header{padding:1rem;font-size:.9rem}}@media (max-width: 360px){.accordion .accordion-item .accordion-header{padding:.875rem;font-size:.85rem}}.accordion .accordion-item .accordion-header .accordion-icon{flex-shrink:0;margin-left:clamp(.5rem,2vw,1rem);font-size:clamp(1rem,3vw,1.25rem);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;width:clamp(24px,6vw,32px);height:clamp(24px,6vw,32px);border-radius:50%;background:#ffffff1a}.accordion .accordion-item .accordion-header .accordion-icon.open{transform:rotate(180deg);background:#fff3}@media (max-width: 480px){.accordion .accordion-item .accordion-header .accordion-icon{margin-left:.5rem;width:24px;height:24px;font-size:1rem}}.accordion .accordion-item .accordion-content{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1);background:#f8fafc}.accordion .accordion-item .accordion-content.open{max-height:500px;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.accordion .accordion-item .accordion-content p{padding:clamp(1rem,3vw,1.5rem) clamp(1rem,3vw,2rem);margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:clamp(.875rem,2.2vw,1rem);line-height:1.6;color:#333;border-left:2px solid #495d73;background:linear-gradient(90deg,rgba(74,144,226,.05),transparent 50%);position:relative}.accordion .accordion-item .accordion-content p:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:linear-gradient(180deg,#4a90e2,#2e4057)}@media (max-width: 480px){.accordion .accordion-item .accordion-content p{padding:1rem;font-size:.875rem}}@media (max-width: 360px){.accordion .accordion-item .accordion-content p{padding:.875rem;font-size:.8rem}}.accordion .accordion-item:has(.accordion-content.open) .accordion-header{background:linear-gradient(135deg,#1c2736,#2e4057);box-shadow:0 4px 16px #2e405726}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.accordion-item{animation:fadeInUp .5s ease-out forwards}.accordion-item:nth-child(1){animation-delay:.1s}.accordion-item:nth-child(2){animation-delay:.2s}.accordion-item:nth-child(3){animation-delay:.3s}.accordion-item:nth-child(4){animation-delay:.4s}.accordion-item:nth-child(5){animation-delay:.5s}.accordion-header:focus{outline:2px solid #4a90e2;outline-offset:2px}.accordion-header:focus-visible{outline:2px solid #4a90e2;outline-offset:2px}@media (prefers-contrast: high){.accordion-item{border:2px solid #2e4057}.accordion-item .accordion-header{background:#2e4057;border-bottom:1px solid rgb(28.3609022556,39.4586466165,53.6390977444)}.accordion-item .accordion-content p{border-left-width:4px;background:#fff}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.accordion-header:before{display:none}}.mapContainer{width:100%;height:400px;overflow:hidden;position:relative;padding:20px;box-shadow:0 2px 8px #0000001a}.mapContainer iframe{width:100%;height:100%;border:0;display:block}@media (max-width: 768px){.mapContainer{height:300px}}@media (max-width: 480px){.mapContainer{height:250px}}
