header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 4rem;height:80px;position:fixed;top:0;left:0;width:100%;z-index:1100;background-color:transparent;transition:background-color .3s ease,box-shadow .3s ease,color .3s ease}header.scrolled{background-color:var(--background-color);box-shadow:0 2px 10px #0000001a}header.scrolled .logo,header.scrolled nav a,header.scrolled .header-cta .cta-button{color:var(--primary-text-color)}header.scrolled .header-cta .cta-button{background-color:var(--accent-color);color:var(--secondary-text-color);border-color:var(--accent-color)}header .logo{position:relative;display:inline-block}header .logo img{display:block;height:25px;width:auto;filter:brightness(0) invert(1);transition:filter .4s ease,opacity .6s cubic-bezier(.4,0,.2,1);position:relative;z-index:2}header .logo .masked-video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover;mask-size:contain;-webkit-mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center;opacity:0;transition:opacity .6s cubic-bezier(.4,0,.2,1);pointer-events:none;z-index:1}header .logo:hover .masked-video{opacity:1}header .logo:hover img{opacity:0;transition:opacity .3s ease-in-out}header nav{flex-grow:1;display:flex;justify-content:center}header nav a{margin:0 1.5rem;font-size:1rem;color:var(--secondary-text-color);text-decoration:none!important;position:relative;transition:color .3s ease;font-weight:500;line-height:1;padding:0}header nav a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:1.5px;background-color:var(--secondary-text-color);transition:width .5s ease-in-out,background-color .3s}header nav a:hover{color:var(--secondary-text-color);text-decoration:none!important}header nav a:hover:after{width:100%;background-color:var(--secondary-text-color)}header .header-cta .cta-link{font-size:1rem;color:var(--accent-color);font-weight:700;text-decoration:none;background-color:transparent;border:none;cursor:pointer;position:relative;transition:color .3s ease;margin-left:1.5rem;line-height:1;padding:0}header .header-cta .cta-link:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:1.5px;background-color:var(--secondary-text-color);transition:width .5s ease-in-out,background-color .3s}header .header-cta .cta-link:hover{color:var(--secondary-text-color);text-decoration:none}header .header-cta .cta-link:hover:after{width:100%;background-color:var(--secondary-text-color)}header.scrolled{background-color:var(--background-color)}header.scrolled .logo img{filter:brightness(0) invert(0);transition:filter .4s ease,opacity .3s ease-in-out}header.scrolled nav a{color:var(--primary-text-color);font-weight:500;line-height:1;padding:0}header.scrolled nav a:after{background-color:var(--primary-text-color);bottom:-8px}header.scrolled nav a:hover{color:var(--primary-text-color);text-decoration:none!important}header.scrolled nav a:hover:after{background-color:var(--primary-text-color);width:100%}header.scrolled .header-cta .cta-link{color:var(--primary-text-color);text-decoration:none;font-weight:700;line-height:1;padding:0}header.scrolled .header-cta .cta-link:after{background-color:var(--primary-text-color);bottom:-8px}header.scrolled .header-cta .cta-link:hover{color:var(--primary-text-color);text-decoration:none}header.scrolled .header-cta .cta-link:hover:after{background-color:var(--primary-text-color);width:100%}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:3000;position:relative;width:40px;height:40px}.mobile-menu-toggle .bar{display:block;width:24px;height:3px;margin:5px auto;background-color:var(--background-color);transition:all .3s ease-in-out;border-radius:2px}.mobile-menu-toggle:focus{outline:2px solid var(--accent-color);outline-offset:2px}.mobile-menu-toggle:hover .bar{background-color:var(--accent-color-hover, var(--accent-color))}.mobile-nav-overlay{position:fixed;top:0;right:0;width:100%;height:100vh;background-color:var(--accent-color);z-index:9000;display:flex;justify-content:center;align-items:center;visibility:hidden;pointer-events:auto;will-change:transform,opacity}.mobile-nav-overlay .mobile-close-button{position:fixed;top:15px;right:15px;width:40px;height:40px;background:transparent;border:none;cursor:pointer;z-index:99999;padding:0}.mobile-nav-overlay .mobile-close-button .close-bar{position:absolute;top:50%;left:50%;width:24px;height:3px;background-color:#fff;border-radius:2px}.mobile-nav-overlay .mobile-close-button .close-bar:first-child{transform:translate(-50%,-50%) rotate(45deg)}.mobile-nav-overlay .mobile-close-button .close-bar:last-child{transform:translate(-50%,-50%) rotate(-45deg)}.mobile-nav-overlay .mobile-close-button:focus{outline:none}.mobile-nav-overlay .mobile-nav{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.mobile-nav-overlay .mobile-nav a{font-size:2rem;color:#fff;text-decoration:none;position:relative;margin:1rem 0;font-weight:500;padding:10px}.mobile-nav-overlay .mobile-nav a:after{content:"";position:absolute;left:0;bottom:-5px;width:0;height:2px;background-color:#fff;transition:width .3s ease-in-out}.mobile-nav-overlay .mobile-nav a:hover:after{width:100%}@media (max-width: 768px){header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;height:60px;position:fixed;width:100%}header .logo{display:block;position:relative;z-index:3000}header .logo img{height:20px}header .desktop-nav,header .header-cta{display:none!important}header .mobile-menu-toggle{display:block;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%)}header.scrolled{height:60px;padding:1rem 1.5rem}header.scrolled .logo img{filter:brightness(0) invert(0)}header:not(.scrolled):not(.menu-open) .logo img{filter:brightness(0) invert(1)}header.menu-open .logo img{filter:brightness(0) invert(0)}header.scrolled .mobile-menu-toggle .bar{background-color:var(--primary-text-color)}header.scrolled.menu-open .mobile-menu-toggle .bar{background-color:#fff!important}}@media (max-width: 480px){.mobile-nav-overlay .mobile-nav a{font-size:1.75rem;margin:.75rem 0}}.hero{position:relative;overflow:hidden;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;padding:2rem 4rem;background-image:url(/assets/images/hero1.webp);background-size:cover;background-position:center center;background-repeat:no-repeat}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000004d;z-index:0}.hero .hero-content{position:relative;z-index:1;width:100%;max-width:800px;color:var(--secondary-text-color)}.hero .hero-title{position:relative;z-index:1;line-height:0;margin-left:0!important;color:var(--secondary-text-color)!important;font-size:clamp(3.5rem,10vw,7rem)}.hero .hero-title span{display:block;line-height:.9}.hero .hero-title .headline-tag{color:var(--secondary-text-color)!important;opacity:.8!important}.hero .hero-title .headline-word{margin-right:0}.hero .hero-title .headline-letter{color:var(--secondary-text-color)}.hero .hero-subtitle{position:relative;z-index:1;opacity:.8;font-size:clamp(1rem,2.2vw,1.4rem);max-width:600px;margin-bottom:2rem;text-align:left;color:var(--secondary-text-color)}.hero-shadow-overlay{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;pointer-events:none;background:#000;opacity:0;transition:opacity .2s;z-index:2}.hero-credits{position:absolute;right:2rem;bottom:2rem;color:#fff;opacity:.5;font-size:.95rem;z-index:2;text-align:right;pointer-events:auto}.hero-credits a{color:#fff;opacity:.7;text-decoration:none;transition:opacity .2s}.hero-credits a:hover{opacity:1}@media (max-width: 1024px){.hero{padding:2rem 3rem;font-weight:700}.hero .hero-title{font-size:clamp(3rem,8vw,5rem)}}@media (max-width: 768px){.hero{padding:8rem 2rem 2rem;justify-content:flex-start}.hero .hero-title{font-size:clamp(3rem,7vw,4rem)}.hero .hero-title span{line-height:1.1}.hero .hero-subtitle{font-size:1.1rem;max-width:100%}}@media (max-width: 480px){.hero{padding:7rem 1.5rem 2rem}.hero .hero-title{font-size:clamp(3rem,6vw,3.5rem)}.hero .hero-subtitle{font-size:1rem;padding-left:.75rem}.hero-credits{right:1rem;bottom:1rem;font-size:.75rem;max-width:80%}}.faq-section{padding:5rem 4rem;background-color:var(--background-color);color:var(--primary-text-color);position:relative;overflow:hidden}.faq-section .faq-intro{margin-bottom:3rem}.faq-section .faq-intro .intro-text p{font-size:1.3rem;line-height:1.6;margin-bottom:1.5rem}.faq-section .faq-intro .intro-text p strong{color:var(--accent-color);font-weight:600}.faq-section .faq-intro .intro-text .read-more-btn{background-color:transparent;color:var(--accent-color);padding:.8rem 1.5rem;border:2px solid var(--primary-text-color);font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;z-index:1}.faq-section .faq-intro .intro-text .read-more-btn:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background-color:var(--accent-color);transition:all .3s ease;z-index:-1}.faq-section .faq-intro .intro-text .read-more-btn:hover{color:#fff}.faq-section .faq-intro .intro-text .read-more-btn:hover:before{width:100%}.faq-section .services-mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem;perspective:1000px}.faq-section .services-mini-grid .service-mini-card{padding:1.5rem;border-radius:8px;background-color:var(--background-color);position:relative;overflow:hidden;box-shadow:0 10px 20px #00000014;transition:box-shadow .3s ease;transform-style:preserve-3d;backface-visibility:hidden}.faq-section .services-mini-grid .service-mini-card .service-icon{margin-bottom:1rem;color:var(--accent-color);transform:translateZ(10px)}.faq-section .services-mini-grid .service-mini-card h3{font-size:1.2rem;margin-bottom:.8rem;font-weight:600;transform:translateZ(15px)}.faq-section .services-mini-grid .service-mini-card p{font-size:.95rem;line-height:1.5;transform:translateZ(5px)}.faq-section .faq-container{display:flex;gap:3rem}.faq-section .faq-container .faq-image{flex:0 0 30%;align-self:flex-start;position:sticky;top:100px}.faq-section .faq-container .faq-image .process-timeline{background-color:var(--background-color);border-radius:8px;box-shadow:0 15px 30px #0000001a;padding:1.5rem;margin-bottom:1.5rem}.faq-section .faq-container .faq-image .process-timeline .timeline-title{font-size:1.5rem;color:var(--accent-color);margin-bottom:1.5rem;text-align:center;font-weight:600}.faq-section .faq-container .faq-image .process-timeline .timeline-steps{position:relative}.faq-section .faq-container .faq-image .process-timeline .timeline-steps:before{content:"";position:absolute;top:0;bottom:0;left:12px;width:2px;background-color:var(--accent-color);opacity:.3;z-index:1}.faq-section .faq-container .faq-image .process-timeline .timeline-steps .timeline-step{display:flex;margin-bottom:1.5rem;position:relative;z-index:2}.faq-section .faq-container .faq-image .process-timeline .timeline-steps .timeline-step:last-child{margin-bottom:0}.faq-section .faq-container .faq-image .process-timeline .timeline-steps .timeline-step .step-icon{flex:0 0 24px;height:24px;border-radius:50%;background-color:var(--background-color);display:flex;align-items:center;justify-content:center;margin-right:1rem;color:var(--accent-color);position:relative;z-index:3}.faq-section .faq-container .faq-image .process-timeline .timeline-steps .timeline-step .step-icon svg{width:24px;height:24px}.faq-section .faq-container .faq-image .process-timeline .timeline-steps .timeline-step .step-content{flex:1}.faq-section .faq-container .faq-image .process-timeline .timeline-steps .timeline-step .step-content h4{font-size:1.1rem;margin:0 0 .3rem;color:var(--primary-text-color);font-weight:600}.faq-section .faq-container .faq-image .process-timeline .timeline-steps .timeline-step .step-content p{font-size:.9rem;margin:0;color:var(--primary-text-color);opacity:.8;line-height:1.4}.faq-section .faq-container .faq-image .process-timeline .timeline-steps .timeline-step:hover .step-icon{transform:scale(1.1);transition:transform .3s ease}.faq-section .faq-container .faq-image .process-timeline .timeline-steps .timeline-step:hover .step-content h4{color:var(--accent-color);transition:color .3s ease}.faq-section .faq-container .faq-image .profile-image{width:100%;height:auto;border-radius:8px;box-shadow:0 15px 30px #0000001a;margin-bottom:1.5rem}.faq-section .faq-container .faq-image .contact-links{display:flex;justify-content:center;gap:1.5rem;margin-top:1rem}.faq-section .faq-container .faq-image .contact-links a{color:var(--accent-color);text-decoration:none;font-size:1rem;transition:color .3s ease;font-weight:500}.faq-section .faq-container .faq-image .contact-links a:hover{color:var(--link-hover-color);text-decoration:underline}.faq-section .faq-container .faq-content{flex:1}.faq-section .faq-container .faq-content .faq-section-title{font-size:1.75rem;color:var(--accent-color);padding-bottom:.5rem;border-bottom:2px solid var(--accent-color);display:inline-block;font-weight:600}.faq-section .faq-container .faq-content .faq-item{border-bottom:1px solid var(--primary-text-light);overflow:hidden}.faq-section .faq-container .faq-content .faq-item .faq-question-btn{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;margin:.5rem 0;font-size:1.1rem;font-weight:500;line-height:1.4;border:none;text-align:left;background-color:transparent;color:var(--primary-text-color);cursor:pointer;position:relative}.faq-section .faq-container .faq-content .faq-item .faq-question-btn:hover{color:var(--accent-color)}.faq-section .faq-container .faq-content .faq-item .faq-question-btn span{flex-grow:1}.faq-section .faq-container .faq-content .faq-item .faq-question-btn .faq-icon{width:24px;height:24px;stroke:var(--accent-color);transition:transform .3s ease;flex-shrink:0;margin-left:1rem}.faq-section .faq-container .faq-content .faq-item .faq-answer{height:0;opacity:0;padding:.2rem;overflow:hidden;transition:height .4s cubic-bezier(.165,.84,.44,1),opacity .3s cubic-bezier(.165,.84,.44,1);will-change:height,opacity;margin-bottom:.5rem;margin-left:.5rem}.faq-section .faq-container .faq-content .faq-item .faq-answer h5{font-size:1.05rem;font-weight:600;margin-top:1.2rem;margin-bottom:.5rem;color:var(--primary-text-color)}.faq-section .faq-container .faq-content .faq-item .faq-answer ul{margin-top:.8rem;margin-bottom:1.2rem;padding-left:1.2rem}.faq-section .faq-container .faq-content .faq-item .faq-answer ul li{margin-bottom:.6rem;line-height:1.5;position:relative}.faq-section .faq-container .faq-content .faq-item .faq-answer ul li:last-child{margin-bottom:0}.faq-section .faq-container .faq-content .faq-item .faq-answer ul li strong{font-weight:600}.faq-section .faq-container .faq-content .faq-item .faq-answer.open{height:auto;opacity:1;padding:.2rem 1rem 1rem .5rem}.faq-section .faq-container .faq-content .faq-item p{margin:0 0 .8rem;line-height:1.6;font-size:1rem}.faq-section .faq-container .faq-content .faq-item p:last-child{margin-bottom:0}.faq-section .faq-container .faq-content .faq-item strong{color:var(--accent-color);font-weight:600}.faq-section .faq-container .faq-content .faq-item .answer-summary{margin-top:1.2rem;padding:.8rem;background-color:#5608ff0d;font-size:.95rem}.faq-section .faq-container .faq-content .view-all-faq{margin-top:2rem;text-align:center}.faq-section .faq-container .faq-content .faq-link{display:inline-flex;align-items:center;font-weight:500;color:var(--accent-color);padding:.5rem 1rem;transition:all .3s ease;background-color:#5608ff0d}.faq-section .faq-container .faq-content .faq-link:hover{background-color:#5608ff1a;transform:translateY(-2px)}.faq-section .faq-container .faq-content .faq-link svg{margin-left:.5rem;transition:transform .3s ease}.faq-section .faq-container .faq-content .faq-link:hover svg{transform:translate(3px)}@media (max-width: 992px){.faq-section .faq-container{flex-direction:column}.faq-section .faq-container .faq-image{position:relative;top:0;width:100%;max-width:500px;margin:0 auto 2rem}.faq-section .faq-container .faq-image .process-timeline{max-width:100%}}@media (max-width: 768px){.faq-section{padding:4rem 2rem}.faq-section .services-mini-grid{grid-template-columns:1fr}}@media (max-width: 480px){.faq-section{padding:3rem 1.5rem}.faq-section .faq-container .faq-image .process-timeline{padding:1rem}.faq-section .faq-container .faq-image .process-timeline .timeline-steps .timeline-step .step-content h4{font-size:1rem}.faq-section .faq-container .faq-image .process-timeline .timeline-steps .timeline-step .step-content p{font-size:.85rem}}@media (max-width: 900px){.faq-section{padding:2rem 1rem}.faq-section .faq-container{flex-direction:column;gap:2rem}.faq-section .faq-container .faq-image,.faq-section .faq-container .faq-content{width:100%;max-width:100%;position:static;top:auto}.faq-section .faq-container .faq-content{padding:0}.faq-section .faq-container .faq-content .faq-section-title{font-size:1.3rem}.faq-section .faq-container .faq-content .faq-item .faq-question-btn{font-size:1rem;padding:.75rem}.faq-section .faq-container .faq-content .faq-answer p{font-size:.95rem}}@media (max-width: 600px){.faq-section{padding:1rem .5rem}.faq-section .faq-container{gap:1.2rem}.faq-section .faq-container .faq-image{display:none}.faq-section .faq-container .faq-content .faq-section-title{font-size:1.1rem}.faq-section .faq-intro .read-more-btn{display:none}}footer{margin-top:4rem;text-align:left;background-color:var(--primary-text-color);width:100%;background:#141414!important;position:relative;padding-top:3rem;padding-bottom:0;overflow:hidden}footer .social-links{margin-bottom:3rem}footer .social-links a{display:inline-block;margin:0 1rem;font-weight:700}footer .footer-social{display:flex;justify-content:space-between;padding-left:4rem;padding-right:4rem;margin-bottom:3.5rem;font-size:1rem;color:var(--background-color);font-weight:400}footer .footer-social .social-links-left{display:flex;gap:2.5rem}footer .footer-social .footer-legal{display:flex;gap:2rem}footer .footer-social a,footer .footer-social .legal-btn{color:var(--background-color);text-decoration:none;transition:color .2s;font-size:1rem;font-weight:400;background:none;border:none;padding:0;cursor:pointer}footer .footer-social a:hover,footer .footer-social .legal-btn:hover{color:var(--accent-color)}footer .footer-logo-scroll{width:100vw;position:relative;left:50%;transform:translate(-50%);overflow:hidden;background:transparent!important;height:4vw;min-height:160px;z-index:1;box-sizing:border-box}footer .footer-logo-track{display:flex;flex-direction:row;align-items:flex-end;white-space:nowrap;font-size:20vw;font-weight:900;color:var(--background-color);text-transform:uppercase;letter-spacing:0;line-height:.85;-webkit-user-select:none;user-select:none;will-change:transform;transform:translateY(20%);box-sizing:border-box;width:max-content;animation:scrollText 60s linear infinite}footer .footer-logo-track span{display:block;margin:0;padding:0}@keyframes scrollText{0%{transform:translateY(20%) translate(0)}to{transform:translateY(20%) translate(-50%)}}footer .footer-legal{display:flex;gap:1rem;justify-content:center}@media (max-width: 768px){footer .contact-prompt{font-size:1.5rem}footer .signature{font-size:2rem}footer .social-links a{margin:0 .5rem}footer .footer-social{flex-direction:column;gap:1.5rem;padding-left:2rem;padding-right:2rem}footer .footer-social .social-links-left,footer .footer-social .footer-legal{justify-content:center}}@media (max-width: 700px){footer .footer-logo-scroll{height:22vw;min-height:80px;max-height:120px}footer .footer-logo-track{font-size:18vw}footer .footer-social{font-size:1.1rem;margin-bottom:2rem}footer .footer-social a,footer .footer-social .legal-btn{font-size:1.1rem}}.contact-testimonials{display:flex;flex-direction:column;width:100%;height:100%;min-height:350px;max-height:1000px;overflow:hidden;background:var(--accent-color);color:#fff;border-radius:12px;position:relative;box-shadow:0 4px 24px var(--accent-color)}.contact-testimonials__col{flex:1 1 0;min-width:0;overflow:hidden;position:relative;display:flex;flex-direction:column;height:100%;width:100%}.contact-testimonials .testimonials-list{display:flex;flex-direction:column;width:100%;will-change:transform}.contact-testimonials .testimonial-item{background:#fff;border-radius:1rem;box-shadow:0 2px 16px #00000012;margin-bottom:1.5rem;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem;min-height:120px;transition:box-shadow .2s;position:relative;font-size:1rem;line-height:1.5;color:#222}.contact-testimonials .testimonial-profile{display:flex;align-items:center;gap:1rem}.contact-testimonials .testimonial-profile img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #eee;box-shadow:0 1px 4px #0000000a}.contact-testimonials .testimonial-profile-info{display:flex;flex-direction:column;gap:.2rem}.contact-testimonials .testimonial-profile-name{font-weight:600;color:#222;font-size:1.05em}.contact-testimonials .testimonial-profile-role{color:#888;font-size:.95em}.contact-testimonials .testimonial-text{color:var(--primary-text-light);font-size:1.08em;font-style:italic;margin-bottom:.5rem}@media (min-width: 950px){.contact-testimonials{padding-left:3rem;padding-right:3rem;border-radius:12px;box-shadow:0 4px 24px var(--accent-color);max-width:100%}}@media (max-width: 949px) and (min-width: 600px){.contact-testimonials{padding:1.5rem;border-radius:12px;box-shadow:0 2px 12px var(--accent-color);max-width:100%;min-height:350px;height:auto}.contact-testimonials__col{width:100%;min-width:0;margin-bottom:1rem;height:auto;max-height:1000px}}@media (max-width: 599px){.contact-testimonials{padding-left:1rem;padding-right:1rem;border-radius:8px;box-shadow:0 1px 6px var(--accent-color);min-height:200px;height:auto}.contact-testimonials__col{width:100%;min-width:0;height:auto;max-height:1000px}.contact-testimonials .testimonial-item{padding:.75rem 1rem;font-size:.9rem;margin-bottom:1rem;min-height:auto;gap:.75rem}.contact-testimonials .testimonial-profile{gap:.75rem}.contact-testimonials .testimonial-profile img{width:40px;height:40px}.contact-testimonials .testimonial-profile-name{font-size:.95em}.contact-testimonials .testimonial-profile-role{font-size:.85em}.contact-testimonials .testimonial-text{font-size:.95em;margin-bottom:.25rem}}.contact{position:relative;z-index:2;background-color:var(--background-color);padding:4rem}.contact .container{max-width:1100px;margin:0 auto;padding:0 2rem}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;width:100%;margin-top:3rem}.contact-card{display:flex;flex-direction:column;background:#fff;overflow:hidden;width:100%;margin:0 auto;text-decoration:none;color:var(--primary-text-color);border-radius:12px;box-shadow:0 4px 24px #00000014;padding:2.5rem}.contact-form-header{margin-bottom:2rem}.contact-form-header .contact-title{font-size:1.75rem;line-height:1.6;text-align:center;font-weight:600;margin-bottom:.5rem;color:var(--accent-color)}.contact-form-header .contact-description{font-size:1.1rem;color:var(--primary-text-light);text-align:center;font-weight:400;line-height:1.6;padding-bottom:1rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem;width:100%}.form-group{display:flex;flex-direction:column;width:100%}.form-group label{font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:var(--primary-text-color)}.form-group input,.form-group textarea{width:100%;padding:.875rem 1rem;border:1px solid #e5e5e5;border-radius:8px;font-size:1rem;transition:border-color .3s,box-shadow .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 2px #5608ff1a}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group textarea{resize:vertical;font-family:inherit;min-height:120px}.checkbox-group{display:flex;align-items:flex-start;gap:.75rem;margin-top:.5rem}.custom-checkbox-container{flex-shrink:0}.custom-checkbox{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;border-radius:4px;border:1px solid #e5e5e5;cursor:pointer;transition:all .3s;padding:0;overflow:hidden;position:relative}.custom-checkbox:hover{border-color:var(--accent-color);transform:scale(1.05)}.custom-checkbox:active{transform:scale(.95)}.custom-checkbox[aria-checked=true]{background-color:var(--accent-color);border-color:var(--accent-color)}.custom-checkbox.checkbox-error{border-color:#dc2626;box-shadow:0 0 0 2px #dc262633}.custom-checkbox-icon{width:100%;height:100%;color:#fff;position:absolute;top:0;left:0}.checkbox-checkmark{opacity:0;stroke-dasharray:1;stroke-dashoffset:1}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.terms-label{font-size:.875rem;color:var(--primary-text-light);margin:0;padding-top:.125rem}.terms-label a{color:var(--accent-color);text-decoration:none;font-weight:500}.terms-label a:hover{text-decoration:underline}.terms-label-inline{font-size:.875rem;color:var(--primary-text-light);margin:0}.terms-label-inline .datenschutz-link{background:none;border:none;color:var(--accent-color);font-size:inherit;font-family:inherit;padding:0;margin:0;cursor:pointer;text-decoration:underline;font-weight:500}.terms-label-inline .datenschutz-link:hover{color:var(--accent-color-darkened)}.contact-submit-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background-color:var(--accent-color);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s;margin-top:.5rem}.contact-submit-button:hover{background-color:var(--accent-color-darkened);transform:translateY(-2px)}.contact-submit-button:active{transform:translateY(0)}.contact-submit-button svg{width:1.25rem;height:1.25rem;transition:transform .3s}.contact-submit-button:hover svg{transform:translate(3px)}.contact-or-divider{position:relative;text-align:center;margin:2rem 0}.contact-or-divider:before,.contact-or-divider:after{content:"";position:absolute;top:50%;width:calc(50% - 2rem);height:1px;background-color:#e5e5e5}.contact-or-divider:before{left:0}.contact-or-divider:after{right:0}.contact-or-divider span{display:inline-block;padding:0 1rem;background-color:#fff;position:relative;z-index:1;color:var(--primary-text-light);font-size:.875rem}.calendly-link-container{text-align:center}.calendly-link-container p{font-size:.95rem;color:var(--primary-text-light);margin-bottom:1rem}.calendly-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#f3f4f6;border-radius:8px;color:var(--primary-text-color);text-decoration:none;font-weight:500;transition:all .3s}.calendly-link:hover{background-color:#e5e7eb;transform:translateY(-2px)}.calendly-link .calendar-icon{width:1.25rem;height:1.25rem;fill:var(--accent-color)}@media (max-width: 1200px){.contact{padding:4rem 3rem}.contact-grid{gap:2.5rem}}@media (max-width: 992px){.contact{padding:3.5rem 2.5rem 0rem}.contact-grid{gap:2rem}.contact-form-header .contact-title,.contact-info-title{font-size:1.6rem}}@media (max-width: 768px){.contact{padding-left:1.5rem;padding-right:1.5rem}.contact-grid{grid-template-columns:1fr;gap:2rem;max-width:600px;margin:0 auto}.contact-card{padding:2rem 1.75rem}.contact-info-card{order:-1}}@media (max-width: 480px){.contact{padding-left:1.5rem;padding-right:1.5rem}.contact-form-header .contact-title{font-size:1.5rem}.contact-form-header .contact-description{font-size:1rem}.form-group label{font-size:.8rem}.form-group input,.form-group textarea{padding:.75rem;font-size:.95rem}.contact-submit-button{padding:.75rem 1.25rem;width:100%}.contact-info-content{padding:0}.contact-info-title{font-size:1.5rem;margin-bottom:1.5rem}.contact-info-item{margin-bottom:1.5rem;gap:.75rem}.checkbox-group-inline{flex-direction:row;align-items:flex-start;gap:.5rem}.terms-label-inline{font-size:.9rem;text-align:left;display:inline}.calendly-link-container p{font-size:1rem}.calendly-link-container .calendly-link{justify-content:center;width:100%;text-align:center}}.form-message{padding:1rem;margin-top:1.5rem;border-radius:8px;font-size:.95rem;display:flex;align-items:center;justify-content:center;text-align:center}.form-message-success{background-color:#10b9811a;color:#065f46;border:1px solid rgba(16,185,129,.3)}.form-message-error{background-color:#dc26261a;color:#991b1b;border:1px solid rgba(220,38,38,.3)}.spinner{width:1.25rem;height:1.25rem;animation:spin 1s linear infinite}.spinner-path{stroke-dasharray:64;stroke-dashoffset:0;transform-origin:center;animation:dash 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dashoffset:64}50%{stroke-dashoffset:32}to{stroke-dashoffset:0}}.contact-card a{color:var(--accent-color);text-decoration:none;font-weight:700}.contact-card a:hover{text-decoration:underline}.calendar-icon{width:1.25rem;height:1.25rem;fill:var(--accent-color)}.checkbox-group-inline{display:flex;align-items:center;gap:.75rem;margin-top:.5rem;justify-content:flex-start}.terms-label-inline{font-size:.95rem;color:var(--primary-text-light);margin:0;padding-top:0;cursor:pointer;text-align:left;display:inline}.terms-label-inline a{color:var(--accent-color);text-decoration:none;font-weight:500}.terms-label-inline a:hover{text-decoration:underline}@media (max-width: 480px){.checkbox-group-inline{flex-direction:row;align-items:flex-start;gap:.5rem}.terms-label-inline{font-size:.9rem;text-align:left;display:inline}}.file-upload-group{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.5rem}.file-upload-group label{font-size:.95rem;font-weight:500;color:var(--primary-text-color);margin-bottom:.25rem}.file-upload-group input[type=file]{font-size:.95rem;padding:.3rem 0;border:none;background:none;color:var(--primary-text-color)}.file-upload-note{font-size:.85rem;color:var(--primary-text-light);margin-top:.1rem;margin-bottom:.2rem}.projects-section{padding:4rem 4rem 5rem;position:relative;z-index:10;background-color:var(--primary-text-color);border-bottom:1px solid var(--primary-text-light);overflow:visible}.projects-section .section-headline-large,.projects-section .headline-tag,.projects-section .title,.projects-section .project>span,.projects-section .h1,.projects-section .h2{color:var(--secondary-text-color)!important}.projects-section .project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%;align-items:stretch;max-width:1200px;margin:0 auto;overflow:visible}.projects-section .project{display:flex;flex-direction:column;background:transparent;overflow:hidden;width:100%;height:auto;margin:0 auto;text-decoration:none;color:var(--secondary-text-color);transition:box-shadow .3s}.projects-section .project:focus{outline:2px solid var(--accent-color);outline-offset:2px}.projects-section .project--placeholder-animated:focus{outline:none}.projects-section .img-wrapper{position:relative;width:100%;flex-grow:1;min-height:260px;max-height:560px;display:flex;align-items:stretch;justify-content:center;background:transparent;overflow:hidden}.projects-section .img-wrapper .img,.projects-section .img-wrapper canvas{width:100%;height:100%;object-fit:cover;display:block;position:absolute;top:0;left:0}.projects-section .img-wrapper canvas{z-index:2;pointer-events:none}.projects-section .title{margin-top:1.3rem}.projects-section .content{position:relative;z-index:3;text-align:left;padding:2rem;background:none;display:flex;flex-direction:column;align-items:flex-start}@media (max-width: 1200px){.projects-section{padding:4rem 3rem}.projects-section .project-grid{max-width:100%;gap:2rem}.projects-section .title{font-size:1.75rem}.projects-section .project>span{font-size:1rem}}@media (max-width: 992px){.projects-section{padding:3rem 2.5rem}.projects-section .project-grid{gap:1.75rem}}@media (max-width: 768px){.projects-section{padding:3rem 2rem 4rem}.projects-section .project-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto;gap:3rem}.projects-section .project{max-width:100%}.projects-section .title{font-size:1.5rem;margin:1.25rem 0 .5rem}}@media (max-width: 480px){.projects-section{padding:2.5rem 1.5rem 3.5rem}.projects-section .project-grid{gap:2rem}}@media (max-width: 900px){.projects-section .img-wrapper{min-height:180px;max-height:320px}.projects-section .title{font-size:1.5rem}.projects-section .project>span{font-size:1rem}}@media (max-width: 600px){.projects-section .img-wrapper{min-height:120px;max-height:200px}.projects-section .title{padding:0 .5rem}.projects-section .project>span{padding:0 .5rem .5rem}}.projects-section .project--placeholder-animated{background-color:var(--primary-text-color);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;min-height:300px;position:relative;transition:all .3s ease}.projects-section .project--placeholder-animated:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid var(--accent-color);opacity:0;transition:opacity .3s ease;pointer-events:none}.projects-section .project--placeholder-animated:hover:after,.projects-section .project--placeholder-animated:focus:after{opacity:1}.projects-section .project--placeholder-animated .placeholder-plus{font-size:3rem;color:var(--secondary-text-color);margin-bottom:1rem;font-weight:200}.projects-section .project--placeholder-animated .title{color:var(--secondary-text-color)!important;font-size:1.5rem;margin-bottom:1rem}.projects-section .project--placeholder-animated .placeholder-link{display:inline-block;background-color:var(--accent-color);color:var(--secondary-text-color);padding:.75rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:700;margin-top:1rem;transition:background-color .3s ease}.projects-section .project--placeholder-animated .placeholder-link:hover,.projects-section .project--placeholder-animated .placeholder-link:focus{background-color:var(--accent-color-darkened);color:var(--secondary-text-color);text-decoration:none}.projects-section project-card{color:var(--secondary-text-color)!important}@media (min-width: 1025px){.project-grid{grid-template-columns:repeat(3,1fr)}}.lebenslauf-page header{position:fixed;top:0;left:0;right:0;background-color:var(--primary-text-color);box-shadow:0 2px 10px #0000001a;z-index:1100;padding:1.5rem 4rem}.lebenslauf-page header .logo img{filter:invert(1);height:25px;width:auto}.lebenslauf-page header .logo .masked-video{opacity:.7;filter:invert(1) hue-rotate(180deg)}.lebenslauf-page header .desktop-nav a,.lebenslauf-page header .header-cta .cta-link{color:var(--background-color)}.lebenslauf-page header .desktop-nav a:hover,.lebenslauf-page header .header-cta .cta-link:hover{color:var(--background-color);opacity:.8}.lebenslauf-page header .mobile-menu-toggle .bar{background-color:var(--background-color)}.lebenslauf-page header .mobile-menu-toggle.active .bar{background-color:var(--background-color)}@media (max-width: 1200px){.lebenslauf-page header{padding:1.5rem 3rem}}@media (max-width: 768px){.lebenslauf-page header{display:flex;justify-content:center;align-items:center;height:3.2rem;padding:.25rem 1rem}.lebenslauf-page header .logo{display:block;position:relative;z-index:1100}.lebenslauf-page header .mobile-menu-toggle{display:block;position:absolute;right:1rem;top:50%;transform:translateY(-50%);z-index:1200}}@media (max-width: 480px){.lebenslauf-page header{height:2.6rem;padding:.1rem .5rem}.lebenslauf-page header .mobile-menu-toggle{right:.5rem}}.lebenslauf-page .mobile-nav-overlay{background-color:var(--primary-text-color);z-index:1150}.lebenslauf-page .mobile-nav-overlay .mobile-nav a{color:var(--background-color)}.lebenslauf-page .mobile-nav-overlay .mobile-nav a:hover{color:var(--accent-color)}.lebenslauf-page-section{padding:6rem 2rem 4rem;max-width:1200px;margin:0 auto}@media (max-width: 768px){.lebenslauf-page-section{padding:8rem 1.5rem 3rem}}@media (max-width: 480px){.lebenslauf-page-section{padding:7rem 1rem 2rem}}.lebenslauf-page-container{background-color:var(--background-color);border-radius:12px;padding:3rem}@media (max-width: 768px){.lebenslauf-page-container{padding:2rem}}@media (max-width: 480px){.lebenslauf-page-container{padding:1.5rem;border-radius:8px}}.lebenslauf-page-section h1{font-size:clamp(4.5rem,8vw,8rem);font-weight:900;margin-bottom:1rem;color:var(--primary-text-color);line-height:1.1;text-transform:uppercase;margin-left:-4rem;overflow:hidden;display:block}@media (max-width: 1200px){.lebenslauf-page-section h1{margin-left:-3rem}}@media (max-width: 768px){.lebenslauf-page-section h1{margin-left:0;font-size:clamp(2.5rem,8vw,4.5rem);padding-left:.5rem;padding-right:.5rem}}@media (max-width: 480px){.lebenslauf-page-section h1{font-size:clamp(2rem,10vw,3.5rem);margin-bottom:1.25rem}}.lebenslauf-page-description{font-size:1.2rem;color:var(--primary-text-light);margin-bottom:3rem;line-height:1.6;max-width:800px}@media (max-width: 768px){.lebenslauf-page-description{font-size:1.1rem;margin-bottom:2rem}}@media (max-width: 480px){.lebenslauf-page-description{font-size:1rem;margin-bottom:1.5rem}}.lebenslauf-page-content .lebenslauf-section{margin-bottom:3rem}.lebenslauf-page-content .lebenslauf-section:last-of-type{margin-bottom:2rem}.lebenslauf-page-content .lebenslauf-section h2{font-size:1.5rem;font-weight:600;color:var(--accent-color);margin-bottom:1rem}@media (max-width: 768px){.lebenslauf-page-content .lebenslauf-section h2{font-size:1.3rem}}@media (max-width: 480px){.lebenslauf-page-content .lebenslauf-section h2{font-size:1.2rem}}.lebenslauf-page-content .lebenslauf-section p{font-size:1.05rem;color:var(--primary-text-color);margin-bottom:1rem;line-height:1.6}@media (max-width: 768px){.lebenslauf-page-content .lebenslauf-section p{font-size:1rem}}@media (max-width: 480px){.lebenslauf-page-content .lebenslauf-section p{font-size:.95rem}}.lebenslauf-page-content .lebenslauf-section ul{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}.lebenslauf-page-content .lebenslauf-section li{font-size:1.05rem;color:var(--primary-text-color);margin-bottom:.8rem;line-height:1.6}@media (max-width: 768px){.lebenslauf-page-content .lebenslauf-section li{font-size:1rem}}@media (max-width: 480px){.lebenslauf-page-content .lebenslauf-section li{font-size:.95rem;margin-bottom:.6rem}}.lebenslauf-page-content .lebenslauf-section li strong{font-weight:600;color:var(--primary-text-color)}.back-to-home{margin-top:3rem;text-align:center}.back-to-home .back-btn{display:inline-block;background-color:var(--accent-color);color:#fff;font-size:1rem;font-weight:500;padding:.8rem 1.5rem;text-decoration:none;transition:background-color .3s,transform .3s}.back-to-home .back-btn:hover{background-color:var(--link-hover-color);transform:translateY(-2px)}@media (max-width: 480px){.back-to-home .back-btn{font-size:.9rem;padding:.7rem 1.3rem}}.back-button{display:inline-flex;align-items:center;margin-bottom:1.5rem;font-size:1rem;color:var(--primary-text-color);text-decoration:none!important;opacity:.8}.back-button:hover{opacity:1;text-decoration:none!important}.back-button .arrow{margin-right:.5rem;font-size:1.2rem;line-height:1;transition:transform .3s ease}.back-button .text{position:relative}.back-button .text:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:1.5px;background-color:var(--primary-text-color);transition:width .5s ease-in-out}.back-button:hover .arrow{transform:translate(-3px)}.back-button:hover .text:after{width:100%}@font-face{font-family:Switzer;src:url(/assets/fonts/Switzer-Variable.woff2) format("woff2"),url(/assets/fonts/Switzer-Variable.ttf) format("truetype");font-weight:100 900;font-display:swap;font-style:normal}body.preload{opacity:0!important}body.fadein{transition:opacity 1.2s cubic-bezier(.4,0,.2,1);opacity:1!important}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--background-color: #EDF2F4;--primary-text-color: #141414;--primary-text-light: #555;--secondary-text-color: #f6f6f6;--accent-color: #C1121F;--accent-color-darkened: #780000;--link-hover-color: #000000}body{font-family:Switzer,Helvetica,Arial,sans-serif;background-color:var(--background-color);color:var(--primary-text-color)}body.modal-open,body.menu-open{overflow:hidden}html{font-size:16px}@media (max-width: 1200px){html{font-size:15px}}@media (max-width: 768px){html{font-size:14px}}@media (max-width: 480px){html{font-size:13px}}h1,h2,h3,h4,h5,h6{font-weight:700;margin-bottom:1rem}a{color:var(--accent-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--link-hover-color);text-decoration:underline}.section-headline-large{overflow:hidden;display:block;line-height:0;font-size:clamp(4.5rem,8vw,8rem);font-weight:900;flex-wrap:wrap;line-height:1.1;margin-left:-4rem;align-items:flex-end;text-transform:uppercase;margin-bottom:2rem;position:relative}.section-headline-large .headline-tag{font-size:1rem;font-weight:400;opacity:.7;margin-left:1rem;display:inline-block;vertical-align:middle;text-transform:none}.section-headline-large .headline-word{display:inline-block;margin-right:.15em}.section-headline-large .headline-letter{display:inline-block;will-change:transform,opacity}@media (max-width: 1200px){.section-headline-large{margin-left:-3rem}}@media (max-width: 768px){.section-headline-large{margin-left:0;font-size:clamp(2.5rem,8vw,4.5rem);margin-bottom:1.5rem;padding-left:.5rem;padding-right:.5rem}.section-headline-large .headline-tag{font-size:.9rem;margin-left:.75rem}}@media (max-width: 480px){.section-headline-large{margin-left:0;font-size:clamp(2rem,10vw,3.5rem);margin-bottom:1.25rem;padding-left:.5rem;padding-right:.5rem}.section-headline-large .headline-tag{font-size:.8rem;margin-left:.5rem;display:block;margin-top:.5rem}}.see-more-button{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.5rem;overflow:hidden;border:1px solid transparent;background-color:transparent;padding:.6rem 1.2rem;border-radius:100px;font-size:.875rem;font-weight:600;color:var(--secondary-text-color);cursor:pointer;transition:border-radius .45s ease}.see-more-button .text-content{position:relative;z-index:1;color:inherit}.see-more-button .arrow-down{position:relative;z-index:1;display:flex;align-items:center;justify-content:center}.see-more-button .arrow-down svg{width:1rem;height:1rem;stroke:var(--secondary-text-color);fill:none}.see-more-button .circle-fill{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffffff03;border-radius:10%;opacity:0;z-index:0;clip-path:inset(0 0 100% 0)}
