.button{z-index:100;padding:1rem 2rem;color:#fff;background-color:#3662b4;font-size:1rem;text-transform:uppercase;cursor:pointer;text-decoration:none}.button,.button:hover{border:1px solid #3662b4}.button:hover{color:#3662b4;background-color:#fff}.hero{position:relative;min-height:100vh;overflow:hidden;background:linear-gradient(135deg,var(--elegant-black) 0,var(--elegant-charcoal) 100%);display:flex;align-items:center}.hero:before{inset:0;background:linear-gradient(45deg,rgba(54,98,180,.08),rgba(54,98,180,.12));z-index:1}.hero:after,.hero:before{content:"";position:absolute}.hero:after{top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M30 30h30v30H30V30zm-30 0h30v30H0V30z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;animation:elegantPattern 40s linear infinite;z-index:2}.hero-border{position:absolute;top:20%;left:0;width:8px;height:60%;background:var(--brand-primary);z-index:15;clip-path:polygon(0 0,calc(100% - 4px) 0,100% 4px,100% 100%,4px 100%,0 calc(100% - 4px))}.hero-content{position:relative;z-index:10;width:100%;max-width:1200px;margin:0 auto;padding:2rem;text-align:center}.hero-content-text{font-size:clamp(3.5rem,8vw,7rem);font-weight:300;line-height:1.1;color:var(--elegant-white);margin-bottom:1.5rem;letter-spacing:-.02em;position:relative}.hero-content-text .highlight{background:linear-gradient(135deg,var(--brand-primary),var(--brand-primary-light));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;font-weight:600}.hero-content-text:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:var(--brand-primary);clip-path:polygon(0 0,calc(100% - 4px) 0,100% 4px,100% 100%,4px 100%,0 calc(100% - 4px))}.hero-content-subtext{font-size:clamp(1.25rem,4vw,2.5rem);font-weight:300;color:hsla(0,0%,100%,.7);margin-bottom:3rem;letter-spacing:.02em;line-height:1.4;max-width:800px;margin-left:auto;margin-right:auto}.hero-content-button{margin-top:3rem;display:flex;flex-direction:row;gap:1.5rem;justify-content:center;align-items:center;flex-wrap:wrap}.hero-content-button .btn-primary{background:var(--brand-primary);color:#fff;border:1px solid var(--brand-primary-dark);border-radius:0;padding:1rem 2rem;font-weight:600;letter-spacing:.3px;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px))}.hero-content-button .btn-primary:hover{background:var(--brand-primary-dark);transform:translateY(-2px);box-shadow:var(--elegant-shadow-lg)}.hero-content-button .btn-secondary{background:rgba(0,0,0,0);color:#fff;border:1px solid hsla(0,0%,100%,.3);border-radius:0;padding:1rem 2rem;font-weight:500;letter-spacing:.3px;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px))}.hero-content-button .btn-secondary:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.5);transform:translateY(-2px)}@media(max-width:768px){.hero-content{padding:1.5rem}.hero-content-text{margin-bottom:1rem;font-size:4.1rem}.hero-content-subtext{margin-bottom:2rem;font-size:1.6rem}.hero-content-button{flex-direction:column;gap:1rem}.hero-content-button .btn-primary,.hero-content-button .btn-secondary{width:100%;justify-content:center;font-size:1.2rem}.hero-border{width:6px;height:40%}}.menu{position:fixed;top:0;left:0;width:100vw;height:100vh;background:var(--elegant-black);display:flex;cursor:default;z-index:1000}.menu:before{inset:0;background:linear-gradient(135deg,rgba(54,98,180,.08),rgba(54,98,180,.12))}.menu:after,.menu:before{content:"";position:absolute}.menu:after{top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M30 30h30v30H30V30zm-30 0h30v30H0V30z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;animation:elegantPattern 40s linear infinite}.menu-contents{width:100%;position:relative;z-index:10;padding:3rem 4rem;display:flex;flex-direction:column;justify-content:center}@media(max-width:768px){.menu-contents{padding:3rem 2rem}}.menu-contents-cross{position:absolute;top:3rem;right:4rem;display:flex;justify-content:flex-end;cursor:pointer}@media(max-width:768px){.menu-contents-cross{right:2rem}}.menu-contents-cross svg{width:3rem;height:auto;color:var(--elegant-white);transition:all .3s ease}.menu-contents-cross svg:hover{color:var(--brand-primary);transform:scale(1.1)}@media(max-width:768px){.menu-contents-cross svg{width:2.5rem}}.menu-contents-header{font-size:clamp(2.5rem,6vw,4rem);color:var(--brand-primary);font-weight:300;letter-spacing:-.02em;margin-bottom:3rem;text-align:center}.menu-contents-links{display:flex;flex-direction:column;align-items:center;gap:2rem}.menu-contents-links-link{text-decoration:none;font-weight:300;font-size:clamp(2rem,5vw,3.5rem);color:var(--elegant-white);letter-spacing:-.01em;transition:all .3s ease;position:relative;cursor:pointer}.menu-contents-links-link:after{content:"";position:absolute;bottom:-8px;left:0;width:0;height:2px;background:var(--brand-primary);transition:width .3s ease}.menu-contents-links-link:hover{color:var(--brand-primary);transform:translateX(10px)}.menu-contents-links-link:hover:after{width:100%}@media(max-width:768px){.menu-contents-links-link{margin:1rem 0}}.menu-contents-contact{margin-top:4rem;text-align:center;color:var(--elegant-white);font-size:1.25rem;font-weight:300}.menu-contents-contact a{text-decoration:none;color:var(--elegant-white);transition:color .3s ease}.menu-contents-contact a:hover{color:var(--brand-primary)}.industries{width:100%;min-height:100vh;position:relative;background:linear-gradient(135deg,#3662b4,#2c4e8c);overflow:hidden;margin-bottom:3rem;font-family:Inter,sans-serif;clip-path:polygon(0 0,100% 0,100% calc(100% - 80px),calc(100% - 80px) 100%,0 100%)}@media(max-width:768px){.industries{clip-path:polygon(0 0,100% 0,100% calc(100% - 40px),calc(100% - 40px) 100%,0 100%)}}.industries .industries-background{position:absolute;inset:0;z-index:1}.industries .industries-background .background-gradient{position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.08),transparent 50%),radial-gradient(circle at 20% 20%,rgba(255,255,255,.05) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.03) 0,transparent 50%)}.industries .industries-background .background-pattern{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 0),linear-gradient(rgba(255,255,255,.02) 1px,transparent 0);background-size:60px 60px;opacity:.5}.industries .industries-background .floating-elements{position:absolute;inset:0;pointer-events:none}.industries .industries-background .floating-elements .floating-shape{position:absolute;background:hsla(0,0%,100%,.03);border-radius:50%;animation:float 20s ease-in-out infinite}.industries .industries-background .floating-elements .floating-shape.shape-1{width:200px;height:200px;top:10%;left:10%;animation-delay:0s}.industries .industries-background .floating-elements .floating-shape.shape-2{width:150px;height:150px;top:60%;right:15%;animation-delay:-7s}.industries .industries-background .floating-elements .floating-shape.shape-3{width:100px;height:100px;bottom:20%;left:70%;animation-delay:-14s}.industries .industries-header{max-width:1200px;margin:0 auto;padding:6rem 2rem 1rem;text-align:center;position:relative;z-index:2}@media(max-width:768px){.industries .industries-header{padding:4rem 1.5rem 3rem}}.industries .industries-header .industries-badge{display:inline-block;background:hsla(0,0%,100%,.15);color:hsla(0,0%,100%,.9);padding:.75rem 2rem;font-size:.875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:2rem;backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px))}.industries .industries-testimonials{max-width:1200px;margin:3rem auto 0;padding:0 2rem;position:relative;z-index:4}@media(max-width:768px){.industries .industries-testimonials{margin:4rem auto 0;padding:0 1.5rem}}.industries .industries-testimonials .testimonials-header{text-align:center;margin-bottom:4rem}.industries .industries-testimonials .testimonials-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}@media(max-width:768px){.industries .industries-testimonials .testimonials-header h2{font-size:2rem}}.industries .industries-testimonials .testimonials-header p{font-size:1.125rem;color:hsla(0,0%,100%,.8);font-weight:300}@media(max-width:768px){.industries .industries-testimonials .testimonials-header p{font-size:1.2rem}}.industries .industries-testimonials .testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}@media(max-width:768px){.industries .industries-testimonials .testimonials-grid{grid-template-columns:1fr;gap:1.5rem}}.industries .industries-testimonials .testimonials-grid .testimonial-card{background:hsla(0,0%,100%,.1);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.2);padding:2.5rem;clip-path:polygon(0 0,calc(100% - 16px) 0,100% 16px,100% 100%,16px 100%,0 calc(100% - 16px));transition:all .3s ease}.industries .industries-testimonials .testimonials-grid .testimonial-card:hover{background:hsla(0,0%,100%,.15);transform:translateY(-5px)}.industries .industries-testimonials .testimonials-grid .testimonial-card .testimonial-content .quote-icon{font-size:3rem;color:hsla(0,0%,100%,.3);line-height:1;margin-bottom:1rem}.industries .industries-testimonials .testimonials-grid .testimonial-card .testimonial-content .testimonial-quote{font-size:1.2rem;color:hsla(0,0%,100%,.9);line-height:1.6;margin-bottom:2rem;font-style:italic}@media(max-width:768px){.industries .industries-testimonials .testimonials-grid .testimonial-card .testimonial-content .testimonial-quote{font-size:1.2rem}}.industries .industries-testimonials .testimonials-grid .testimonial-card .testimonial-content .testimonial-author{display:flex;justify-content:space-between;align-items:flex-end}.industries .industries-testimonials .testimonials-grid .testimonial-card .testimonial-content .testimonial-author .author-info h4{font-size:1rem;color:#fff;margin-bottom:.25rem;font-weight:600}.industries .industries-testimonials .testimonials-grid .testimonial-card .testimonial-content .testimonial-author .author-info p{font-size:.875rem;color:hsla(0,0%,100%,.7);margin:0}.industries .industries-testimonials .testimonials-grid .testimonial-card .testimonial-content .testimonial-author .industry-badge{background:hsla(0,0%,100%,.2);color:#fff;padding:.25rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;clip-path:polygon(0 0,calc(100% - 6px) 0,100% 6px,100% 100%,6px 100%,0 calc(100% - 6px))}.industries .industries-cta{max-width:800px;margin:6rem auto 0;padding:0 2rem 6rem;text-align:center;position:relative;z-index:4}@media(max-width:768px){.industries .industries-cta{margin:4rem auto 0;padding:0 1.5rem 4rem}}.industries .industries-cta .cta-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:500;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.industries .industries-cta .cta-content p{font-size:1.2rem;color:hsla(0,0%,100%,.8);margin-bottom:3rem;font-weight:300}.industries .industries-cta .cta-content .cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.industries .industries-cta .cta-content .cta-buttons .cta-button{display:flex;justify-content:center;gap:.75rem;padding:1rem 2.5rem;font-weight:600;font-size:1.2rem;transition:all .3s cubic-bezier(.4,0,.2,1);clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));position:relative;overflow:hidden;text-decoration:none}@media(max-width:768px){.industries .industries-cta .cta-content .cta-buttons .cta-button{font-size:1.2rem;text-align:center}}.industries .industries-cta .cta-content .cta-buttons .cta-button: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}.industries .industries-cta .cta-content .cta-buttons .cta-button:hover:before{left:100%}.industries .industries-cta .cta-content .cta-buttons .cta-button.primary{background:#fff;color:#3662b4;border:2px solid #fff}.industries .industries-cta .cta-content .cta-buttons .cta-button.primary:hover{background:hsla(0,0%,100%,.9);transform:translateY(-3px);box-shadow:0 10px 25px rgba(0,0,0,.2)}.industries .industries-cta .cta-content .cta-buttons .cta-button.secondary{background:rgba(0,0,0,0);color:#fff;border:2px solid hsla(0,0%,100%,.5)}.industries .industries-cta .cta-content .cta-buttons .cta-button.secondary:hover{background:hsla(0,0%,100%,.1);border-color:#fff;transform:translateY(-3px)}@media(max-width:768px){.industries .industries-cta .cta-content .cta-buttons .cta-button{padding:.875rem 2rem;font-size:.875rem}}@keyframes float{0%,to{transform:translate(0) rotate(0deg)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}.services{padding:3rem 0 0;position:relative;z-index:-10;overflow:hidden;font-family:Inter,sans-serif}.services-decorators{border-radius:3rem;background-color:rgba(54,98,180,.17);position:absolute}.services-bgtitle{text-transform:uppercase;font-size:12rem;font-weight:700;color:#e9e9e9}@media(max-width:450px){.services-bgtitle{font-size:5rem}}.services-title{font-size:6.4rem;font-weight:500}@media(max-width:450px){.services-title{font-size:4rem}}.services-first{padding:0 8rem;position:relative;width:100%;display:flex;justify-content:space-evenly;overflow:hidden}@media(max-width:950px){.services-first{padding:2rem 3rem}}@media(max-width:450px){.services-first{padding:0 3rem;flex-direction:column}}.services-first-border{position:absolute;top:10%;left:0;height:80%;width:2rem;background-color:#3662b4;border-radius:0 6px 6px 0}@media(max-width:450px){.services-first-border{height:90%;width:1rem}}.services-first-left{width:50%;display:flex;flex-direction:column;justify-content:center;overflow:hidden}@media(max-width:950px){.services-first-left{width:45%}}@media(max-width:450px){.services-first-left{width:100%}}.services-first-left-image2{width:80%;align-self:end;transform:translateY(50px)}@media(max-width:450px){.services-first-left-image2{transform:translateY(25px)}}.services-first-left-image1{width:50%;transform:translateY(-50px)}@media(max-width:450px){.services-first-left-image1{transform:translateY(-25px)}}.services-first-right{width:40%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 3rem;overflow:hidden}@media(max-width:950px){.services-first-right{width:45%;padding:0}}@media(max-width:450px){.services-first-right{width:100%;padding:0}}.services-first-right-title{text-align:center;font-weight:700;font-size:2vw}@media(max-width:450px){.services-first-right-title{font-size:1.6rem}}.services-first-right-text{text-align:center;margin-top:2rem;font-size:1.2rem;color:#737373}@media(max-width:450px){.services-first-right-text{font-size:1.2rem}}.services-first-right-tags{margin-top:2rem;display:flex;flex-wrap:wrap;justify-content:center}.services-second{padding:0 8rem;position:relative;width:100%;display:flex;justify-content:space-evenly}@media(max-width:950px){.services-second{padding:0 3rem;margin-bottom:2rem}}@media(max-width:450px){.services-second{padding:0 3.5rem;flex-direction:column-reverse;margin-bottom:1rem}}.services-second-border{position:absolute;top:10%;right:0;height:80%;width:2rem;background-color:#3662b4;border-radius:6px 0 0 6px}@media(max-width:450px){.services-second-border{height:90%;width:1rem}}.services-second-left{width:40%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;overflow:hidden}@media(max-width:950px){.services-second-left{width:45%;padding:0}}@media(max-width:450px){.services-second-left{width:100%;padding:0}}.services-second-left-title{text-align:center;font-weight:700;font-size:2vw}@media(max-width:450px){.services-second-left-title{font-size:1.6rem}}.services-second-left-text{text-align:center;margin-top:2rem;font-size:1rem;color:#737373}@media(max-width:450px){.services-second-left-text{font-size:1.2rem}}.services-second-left-tags{margin-top:2rem;display:flex;flex-wrap:wrap;justify-content:center}.services-second-right{display:flex;flex-direction:column;justify-content:center;width:40%;overflow:hidden}@media(max-width:950px){.services-second-right{width:45%}}@media(max-width:450px){.services-second-right{width:100%}}.services-second-right-image2{width:80%;border:1px solid #3662b4;transform:translateY(50px)}@media(max-width:450px){.services-second-right-image2{transform:translateY(25px)}}.services-second-right-image1{width:50%;align-self:end;transform:translateY(-50px)}@media(max-width:450px){.services-second-right-image1{transform:translateY(-25px)}}.services-third{width:60%;margin:3rem auto 5rem}@media(max-width:450px){.services-third{width:90%}}.services-third-title{font-weight:700;font-size:2vw}@media(max-width:450px){.services-third-title{font-size:6vw}}.services-third-text{margin-top:2rem;font-size:1.6rem;color:#737373}.services-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:10}@media(max-width:768px){.services-container{padding:0 1.5rem}}.services-process{margin:5rem 0;text-align:center}.services-process .services-process-title{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:600;color:var(--elegant-black);margin-bottom:1rem;line-height:1.2}.services-process .services-process-subtitle{color:var(--elegant-dark-gray);font-size:1.125rem;line-height:1.7;max-width:700px;margin:0 auto 3rem;font-weight:400}.services-process .services-process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}@media(max-width:768px){.services-process .services-process-grid{grid-template-columns:1fr;gap:1.5rem}}.services-process .services-process-step{background:var(--elegant-white);border:1px solid var(--elegant-gray);padding:2rem;text-align:center;position:relative;clip-path:polygon(0 0,calc(100% - 16px) 0,100% 16px,100% 100%,16px 100%,0 calc(100% - 16px));transition:all .4s ease}.services-process .services-process-step:hover{transform:translateY(-8px);box-shadow:var(--elegant-shadow-lg);border-color:var(--elegant-medium-gray)}@media(max-width:768px){.services-process .services-process-step{padding:1.5rem;clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px))}}.services-process .services-process-step .process-step-number{position:absolute;top:-1px;right:-1px;width:50px;height:50px;background:var(--brand-primary);color:#fff;font-weight:700;font-size:1.2rem;display:flex;align-items:center;justify-content:center;clip-path:polygon(30% 0,100% 0,100% 70%,70% 100%,0 100%,0 30%)}.services-process .services-process-step .process-step-icon{font-size:2rem;margin-bottom:1rem;display:block}.services-process .services-process-step .process-step-title{font-size:1.25rem;font-weight:600;color:var(--elegant-black);margin-bottom:1rem;line-height:1.3}.services-process .services-process-step .process-step-description{color:var(--elegant-dark-gray);line-height:1.6;font-weight:400;font-size:1.2rem}.decorator1{height:416px;width:416px;transform:rotate(34deg);top:-100px;right:-70px;z-index:1000}.decorator2{height:216px;width:216px;transform:rotate(60deg);top:35%;right:45%;z-index:1000}.decorator3{height:416px;width:416px;top:75%;right:85%}.decorator3,.decorator4{transform:rotate(34deg);z-index:1000}.decorator4{height:216px;width:216px;bottom:-10%;right:15%;border-radius:50%}.heading{position:relative;overflow:hidden;text-align:center}.heading-backtext{width:100%;position:absolute;top:0;left:0;text-transform:uppercase;font-weight:700;font-size:8vw;line-height:.8;overflow:hidden;z-index:50}@media(max-width:450px){.heading-backtext{font-size:12vw;margin-top:1.5rem}}.heading-backtext-white{color:rgba(221,221,221,.1)}.heading-backtext-black{color:rgba(222,222,222,.5)}.heading-maintext{margin-top:3rem;font-size:4vw;font-weight:600;z-index:1000;position:inherit;overflow:hidden}@media(max-width:450px){.heading-maintext{font-size:8vw;margin-top:3rem}}.heading-maintext-white{color:#fff}.heading-maintext-black{color:#000}.tag{padding:.5rem 1rem;background-color:#3662b4;margin:.5rem}.tag-line{margin:.5rem 0;border:none;border-bottom:2px solid #fff;width:3rem}.tag-text{text-align:left;text-transform:uppercase;color:#fff;font-size:.9rem}@media(max-width:450px){.tag-text{font-size:.8rem}}:root{--elegant-dark-bg:#1f2937}.who{padding:5rem 2rem;position:relative;overflow:hidden;font-family:Inter,sans-serif;background-color:#111}.who-container{max-width:1200px;margin:0 auto;position:relative;z-index:10;background-color:rgba(0,0,0,0)}.who-text{text-align:center;color:hsla(0,0%,100%,.8);font-size:clamp(1.125rem,3vw,1.5rem);line-height:1.7;max-width:800px;margin:2rem auto 0;font-weight:300;letter-spacing:.01em}@media(max-width:768px){.who-text{line-height:1.6;margin:1.5rem auto 0;font-size:1.2rem}}.who-cards{margin:5rem 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;position:relative;z-index:10}@media(max-width:450px){.who-cards{grid-template-columns:1fr;gap:1.5rem;margin:3rem 0}.who{padding:3rem 1.5rem}}.who .card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--brand-primary),var(--brand-primary-light));transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1)}.who .card:hover .card-image{transform:scale(1.1)}.who .card .card-image{transition:transform .4s ease;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.who .card .card-title{color:var(--elegant-white);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.who .card .card-text{color:hsla(0,0%,100%,.8);line-height:1.6;font-weight:300;font-size:clamp(1.125rem,3vw,1.5rem)}@media(max-width:450px){.who .card .card-text{padding:1.5rem;font-size:1.2rem}}@media(max-width:768px){.who .card{padding:1.5rem;clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px))}}@media(prefers-reduced-motion:reduce){.who *,.who :after,.who :before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{font-weight:400}.card{display:flex;flex-direction:column;text-align:center}.card-title{font-weight:700;font-size:2rem;color:#fff}.card-text{padding:2rem 3rem;color:#c6c6c6;font-weight:300;font-size:1.2rem}@media(max-width:450px){.card-text{padding:2rem 1rem;font-size:1.6rem}}.card-image{margin:0 auto}.card-image img{width:auto;height:15vw}@media(max-width:450px){.card-image img{height:45vw}}.card-seperator{display:none}@media(max-width:950px){.card-seperator{border:1px solid rgba(221,221,221,.7);text-align:center;display:block;margin:3rem auto;width:70%;border-radius:50%}}@media(max-width:450px){.card-seperator{border:1px solid rgba(221,221,221,.7);text-align:center;display:block;margin:3rem auto;width:70%;border-radius:50%}}:root{--brand-primary:#3662b4;--brand-primary-light:#4f7bc8;--brand-primary-dark:#2c4e8c;--elegant-white:#ffffff;--elegant-gray:#e5e7eb;--elegant-light-gray:#f9fafb;--elegant-medium-gray:#d1d5db;--elegant-dark-gray:#6b7280;--elegant-charcoal:#374151;--elegant-black:#111827;--elegant-shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--elegant-shadow-md:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);--elegant-shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);--elegant-shadow-xl:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04)}.homepage section{position:relative;overflow:hidden}@keyframes elegantFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes elegantPattern{0%{transform:translateX(0)}to{transform:translateX(60px)}}@keyframes elegantPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.02)}}.homepage .fade-in-up{animation:elegantFadeInUp .8s ease-out}.homepage .stagger-animation .fade-in-up{animation-delay:var(--stagger-delay,0s)}.homepage .geometric-accent{position:absolute;background:var(--brand-primary);clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px))}.homepage .geometric-accent.small{width:40px;height:4px}.homepage .geometric-accent.medium{width:80px;height:6px}.homepage .geometric-accent.large{width:120px;height:8px}.homepage .btn-elegant{background:var(--brand-primary);color:#fff;border:1px solid var(--brand-primary-dark);border-radius:0;padding:1rem 2rem;font-weight:600;letter-spacing:.3px;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px))}.homepage .btn-elegant:hover{background:var(--brand-primary-dark);transform:translateY(-2px);box-shadow:var(--elegant-shadow-lg)}.homepage .btn-elegant.secondary{background:rgba(0,0,0,0);color:var(--brand-primary);border-color:var(--brand-primary)}.homepage .btn-elegant.secondary:hover{background:var(--brand-primary);color:#fff}.homepage .btn-elegant.ghost{background:rgba(0,0,0,0);color:#fff;border-color:hsla(0,0%,100%,.3)}.homepage .btn-elegant.ghost:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.5)}.homepage .card-elegant{background:var(--elegant-white);border:1px solid var(--elegant-gray);border-radius:0;padding:2rem;transition:all .3s ease;position:relative;clip-path:polygon(0 0,calc(100% - 16px) 0,100% 16px,100% 100%,16px 100%,0 calc(100% - 16px))}.homepage .card-elegant:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--brand-primary);transform:scaleX(0);transition:transform .3s ease}.homepage .card-elegant:hover{transform:translateY(-8px);box-shadow:var(--elegant-shadow-xl);border-color:var(--elegant-medium-gray)}.homepage .card-elegant:hover:before{transform:scaleX(1)}.homepage .section-elegant.primary{background:var(--elegant-white)}.homepage .section-elegant.secondary{background:var(--elegant-light-gray);border-top:1px solid var(--elegant-gray);border-bottom:1px solid var(--elegant-gray)}.homepage .section-elegant.dark{background:var(--elegant-black);color:var(--elegant-white)}.homepage .section-elegant.dark:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(54,98,180,.05),rgba(54,98,180,.08))}.homepage .section-elegant.dark:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M30 30h30v30H30V30zm-30 0h30v30H0V30z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;animation:elegantPattern 40s linear infinite}.homepage .section-elegant.dark .section-content{position:relative;z-index:10}.homepage .heading-elegant{font-weight:300;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.5rem}.homepage .heading-elegant.primary{color:var(--elegant-black)}.homepage .heading-elegant.light{color:var(--elegant-white)}.homepage .heading-elegant .highlight{background:linear-gradient(135deg,var(--brand-primary),var(--brand-primary-light));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;font-weight:600}.homepage .text-elegant{line-height:1.7;font-weight:300}.homepage .text-elegant.primary{color:var(--elegant-dark-gray)}.homepage .text-elegant.light{color:hsla(0,0%,100%,.8)}@media(max-width:768px){.homepage .card-elegant{padding:1.5rem;clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px))}.homepage .btn-elegant{padding:.875rem 1.5rem;font-size:.9rem}}@media(prefers-reduced-motion:reduce){.homepage *,.homepage :after,.homepage :before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}