@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}.page-header{padding:3rem 0;text-align:center;background-color:#f8f9fa}.page-header h1{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:1rem}.page-header p{font-size:clamp(1rem,2.5vw,1.2rem);color:#666}.hero{background-image:linear-gradient(135deg,#667eea,#764ba2);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:4rem 2rem;text-align:center;position:relative;min-height:500px;display:flex;align-items:center;justify-content:center}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#667eea,#764ba2);z-index:0;pointer-events:none}.hero.has-background-image:before{display:none}.hero-content{position:relative;z-index:1}.hero-content h1{font-size:clamp(2rem,6vw,3rem);margin-bottom:1rem;animation:fadeInDown var(--animation-duration-normal) var(--animation-easing)}.hero-content h1 span{display:block;font-size:clamp(1.5rem,4vw,2rem)}.hero-description{font-size:clamp(1rem,3vw,1.3rem);margin-bottom:2rem;animation:fadeInUp var(--animation-duration-normal) var(--animation-easing) .1s forwards;opacity:0}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.75rem 2rem;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all var(--animation-duration-normal) var(--animation-easing);min-height:44px;min-width:120px;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width var(--animation-duration-normal) var(--animation-easing),height var(--animation-duration-normal) var(--animation-easing)}.btn:active:before{width:300px;height:300px}.btn-primary{background-color:#000;color:#fff;border:1px solid #000000}.btn-primary:hover,.btn-primary:focus-visible{background-color:#3f3f3f;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d;will-change:transform}.btn-primary:hover .btn-icon,.btn-primary:focus-visible .btn-icon{transform:translate(3px);transition:transform var(--animation-duration-normal) var(--animation-easing)}.btn-primary:active{transform:translateY(0);box-shadow:0 2px 6px #0003}.btn-secondary{background-color:transparent;color:#fff;border:1px solid white}.btn-secondary:hover,.btn-secondary:focus-visible{background-color:#fff;color:#000;transform:translateY(-2px);box-shadow:0 4px 12px #ffffff40;will-change:transform}.btn-secondary:hover .btn-icon,.btn-secondary:focus-visible .btn-icon{transform:translate(3px);transition:transform var(--animation-duration-normal) var(--animation-easing)}.btn-secondary:active{transform:translateY(0);box-shadow:0 2px 6px #fff3}.services-preview,.testimonials-preview{padding:4rem 0}.services-grid,.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0}.services-grid.animate-stagger>*,.testimonials-grid.animate-stagger>*{opacity:0}.service-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:transform var(--animation-duration-normal) var(--animation-easing),box-shadow var(--animation-duration-normal) var(--animation-easing);opacity:0;animation:fadeInUp var(--animation-duration-normal) var(--animation-easing) forwards;border:1px solid rgba(0,0,0,.05)}.testimonial-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:transform var(--animation-duration-normal) var(--animation-easing),box-shadow var(--animation-duration-normal) var(--animation-easing);opacity:0;animation:fadeInUp var(--animation-duration-normal) var(--animation-easing) forwards;border:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;height:100%;min-height:280px}.service-card:hover,.testimonial-card:hover,.service-card:focus-visible,.testimonial-card:focus-visible{transform:translateY(-4px) scale(1.01);box-shadow:0 8px 24px #00000026;will-change:transform}.service-card:active,.testimonial-card:active{transform:translateY(-2px) scale(1);box-shadow:0 4px 12px #0000001a}.service-card:hover .service-icon,.service-card:hover .area-icon,.service-card:focus-visible .service-icon,.service-card:focus-visible .area-icon{transform:scale(1.05);transition:transform var(--animation-duration-normal) var(--animation-easing);will-change:transform}.service-card h3{margin-bottom:1rem;color:#213547}.rating{color:#ffc107;font-size:1.5rem;margin-bottom:1rem}.testimonial-card .comment{font-style:italic;margin-bottom:1rem}.testimonial-card .customer{font-weight:600;color:#666}.services-list{padding:4rem 0}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card img{width:100%;height:200px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.service-content h2{margin-bottom:1rem;color:#213547}.gallery-grid-section{padding:4rem 0}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.gallery-item{position:relative;cursor:pointer;overflow:hidden;border-radius:8px;aspect-ratio:4/3}.gallery-grid.animate-stagger>*{opacity:0}.areas-grid.animate-stagger>*{opacity:0}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform var(--animation-duration-slow) var(--animation-easing-smooth)}.gallery-item:hover img,.gallery-item:focus-visible img{transform:scale(1.05);will-change:transform}.gallery-item:active img{transform:scale(1.02)}.gallery-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);padding:1rem;color:#fff;transform:translateY(100%);transition:transform var(--animation-duration-normal) var(--animation-easing)}.gallery-item:hover .gallery-overlay,.gallery-item:focus-visible .gallery-overlay{transform:translateY(0);will-change:transform}.lightbox{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:10000;cursor:pointer;animation:fadeIn var(--animation-duration-normal) var(--animation-easing)}.lightbox img{max-width:90%;max-height:90%;object-fit:contain;animation:scaleIn var(--animation-duration-normal) var(--animation-easing)}.lightbox-close{position:absolute;top:2rem;right:2rem;background:#fff;border:none;font-size:2rem;width:50px;height:50px;min-width:44px;min-height:44px;border-radius:50%;cursor:pointer;z-index:10001;transition:transform var(--animation-duration-fast) var(--animation-easing),background-color var(--animation-duration-fast) var(--animation-easing)}.lightbox-close:hover{transform:scale(1.1);background-color:#f0f0f0}.lightbox-close:active{transform:scale(.95)}.lightbox p{color:#fff;margin-top:1rem;text-align:center}.testimonials-list{padding:4rem 0}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card blockquote{margin:0;flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative}.testimonial-card .testimonial-content{flex:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;text-overflow:ellipsis;margin-bottom:.5rem}.testimonial-content-measure{position:absolute;visibility:hidden;height:auto;width:100%;pointer-events:none;opacity:0;z-index:-1;top:0;left:0;white-space:normal;word-wrap:break-word}.testimonial-card footer{margin-top:auto;font-size:.9rem;padding-top:1rem}.testimonial-see-more{background:none;border:none;color:#06c;cursor:pointer;font-size:.9rem;padding:.25rem 0;text-decoration:underline;align-self:flex-start;margin-top:.5rem;transition:color var(--animation-duration-fast) var(--animation-easing)}.testimonial-see-more:hover,.testimonial-see-more:focus-visible{color:#0052a3;outline:2px solid #0066cc;outline-offset:2px}.testimonial-see-more:active{color:#003d7a}.testimonials-carousel{position:relative;width:100%;overflow:hidden;margin:2rem 0}.testimonials-carousel-track{display:flex;gap:2rem;transition:transform .5s ease-in-out;will-change:transform}.testimonials-carousel .testimonial-card{opacity:1;animation:none;flex:0 0 calc(100% + -0rem);min-width:0;box-sizing:border-box;height:100%;align-items:stretch}.testimonials-carousel-track{align-items:stretch}@media (min-width: 768px){.testimonials-carousel .testimonial-card{flex:0 0 calc(50% - 1rem)}}@media (min-width: 1024px){.testimonials-carousel .testimonial-card{flex:0 0 calc(33.333% - 1.334rem)}}.testimonials-carousel-nav{display:flex;justify-content:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}.testimonials-carousel-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;min-height:44px;min-width:120px;background-color:#000;color:#fff;border:1px solid #000000;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all var(--animation-duration-normal) var(--animation-easing);position:relative;overflow:hidden;font-family:inherit}.testimonials-carousel-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width var(--animation-duration-normal) var(--animation-easing),height var(--animation-duration-normal) var(--animation-easing)}.testimonials-carousel-btn:active:before{width:300px;height:300px}.testimonials-carousel-btn:hover:not(:disabled),.testimonials-carousel-btn:focus-visible:not(:disabled){background-color:#3f3f3f;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d;will-change:transform}.testimonials-carousel-btn:hover:not(:disabled) .carousel-nav-icon,.testimonials-carousel-btn:focus-visible:not(:disabled) .carousel-nav-icon{transform:translate(0);transition:transform var(--animation-duration-normal) var(--animation-easing)}.testimonials-carousel-btn-prev:hover:not(:disabled) .carousel-nav-icon,.testimonials-carousel-btn-prev:focus-visible:not(:disabled) .carousel-nav-icon{transform:translate(-3px)}.testimonials-carousel-btn-next:hover:not(:disabled) .carousel-nav-icon,.testimonials-carousel-btn-next:focus-visible:not(:disabled) .carousel-nav-icon{transform:translate(3px)}.testimonials-carousel-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px #0003}.testimonials-carousel-btn:disabled{opacity:.5;cursor:not-allowed;background-color:#666;border-color:#666}.testimonials-carousel-btn:disabled:hover{transform:none;box-shadow:none}.carousel-nav-icon{transition:transform var(--animation-duration-normal) var(--animation-easing);flex-shrink:0}.carousel-nav-text{display:inline-block}@media (max-width: 767px){.testimonials-carousel-nav{flex-direction:column;width:100%;gap:.75rem}.testimonials-carousel-btn{width:100%;min-width:unset;padding:.875rem 1.25rem}.carousel-nav-text{font-size:.95rem}}@media (max-width: 480px){.testimonials-carousel-nav{flex-direction:row}.testimonials-carousel-btn{padding:.75rem 1rem;min-width:60px;width:auto;flex:1}.carousel-nav-text{display:none}}.testimonial-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn var(--animation-duration-normal) var(--animation-easing);padding:2rem}@media (max-width: 768px){.testimonial-modal{padding:1rem}}.testimonial-modal-content{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 8px 32px #0000004d;animation:scaleIn var(--animation-duration-normal) var(--animation-easing)}.testimonial-modal-close{position:absolute;top:1rem;right:1rem;background:#fff;border:2px solid #e0e0e0;border-radius:50%;width:44px;height:44px;min-width:44px;min-height:44px;cursor:pointer;z-index:10001;display:flex;align-items:center;justify-content:center;transition:transform var(--animation-duration-fast) var(--animation-easing),background-color var(--animation-duration-fast) var(--animation-easing),border-color var(--animation-duration-fast) var(--animation-easing);color:#333}.testimonial-modal-close:hover,.testimonial-modal-close:focus-visible{transform:scale(1.1);background-color:#f5f5f5;border-color:#ccc;outline:2px solid #0066cc;outline-offset:2px}.testimonial-modal-close:active{transform:scale(.95)}.testimonial-modal-body{padding:3rem 2rem 2rem}@media (max-width: 768px){.testimonial-modal-body{padding:2.5rem 1.5rem 1.5rem}.testimonial-modal-close{top:.75rem;right:.75rem;width:40px;height:40px;min-width:40px;min-height:40px}}.testimonial-modal-body .rating{margin-bottom:1.5rem}.testimonial-modal-body blockquote{margin:0 0 1.5rem}.testimonial-modal-body blockquote p{font-size:1.1rem;line-height:1.7;color:#333}.testimonial-modal-body footer{font-size:1rem;border-top:1px solid #e0e0e0;padding-top:1.5rem}.testimonial-modal-body cite{font-style:normal;font-weight:600;color:#666}.contact-content{padding:4rem 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-skeleton{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.contact-skeleton{grid-template-columns:1fr 1fr;gap:4rem}}.contact-info h2,.contact-form-section h2,.contact-item{margin-bottom:2rem}.contact-item h3{margin-bottom:.5rem;color:#213547;display:flex;align-items:center;gap:.5rem}.contact-item a{color:#000;text-decoration:none}.contact-item a:hover{text-decoration:underline;color:#000}.contact-social-links{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.contact-social-link{display:flex;align-items:center;gap:.5rem;color:#000;text-decoration:none;padding:.5rem;border-radius:4px;transition:background-color var(--animation-duration-fast) var(--animation-easing)}.contact-social-link:hover{background-color:#f5f5f5;text-decoration:none}.contact-social-icon{flex-shrink:0}.enquiry-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:.5rem;font-weight:600;color:#213547;display:flex;align-items:center;gap:.5rem}.form-group input,.form-group textarea,.form-group select{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit;transition:border-color var(--animation-duration-fast) var(--animation-easing),box-shadow var(--animation-duration-fast) var(--animation-easing);min-height:44px}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000001a}.form-group input[aria-invalid=true],.form-group textarea[aria-invalid=true],.form-group select[aria-invalid=true]{border-color:#dc3545}.form-group input[aria-invalid=true]:focus,.form-group textarea[aria-invalid=true]:focus,.form-group select[aria-invalid=true]:focus{border-color:#dc3545;box-shadow:0 0 0 3px #dc35451a}.form-group select{background-color:#fff;cursor:pointer}.form-group select:disabled{background-color:#f8f9fa;cursor:not-allowed;opacity:.6}.form-success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724;padding:2rem;border-radius:8px;text-align:center}.form-errors{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24;padding:1rem;border-radius:4px;margin-top:1rem}.form-error-message{color:#dc3545;font-size:.875rem;margin-top:.5rem;display:block}.sr-only{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.faq-list{padding:4rem 0}.faq-items{max-width:800px;margin:0 auto}.faq-item{border:1px solid #ddd;border-radius:8px;margin-bottom:1rem;overflow:hidden}.faq-question{width:100%;padding:1.5rem;background:#fff;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color var(--animation-duration-normal) var(--animation-easing);min-height:44px}.faq-question:hover,.faq-question:focus-visible{background-color:#f8f9fa;outline:none}.faq-question:active{background-color:#e9ecef}.faq-toggle{transition:transform var(--animation-duration-normal) var(--animation-easing);flex-shrink:0;margin-left:1rem}.faq-item[aria-expanded=true] .faq-toggle{transform:rotate(180deg)}.faq-item[aria-expanded=false] .faq-toggle{transform:rotate(0)}.faq-chevron{transition:transform var(--animation-duration-normal) var(--animation-easing-smooth)}.faq-answer{animation:fadeInDown var(--animation-duration-normal) var(--animation-easing)}.faq-question h2{margin:0;font-size:1.2rem;color:#213547}.faq-toggle{font-size:1.5rem;font-weight:700;color:#000}.faq-answer{padding:1.5rem;background-color:#f8f9fa;border-top:1px solid #ddd}.areas-list{padding:4rem 0}.areas-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.area-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;text-align:center;transition:transform var(--animation-duration-normal) var(--animation-easing),box-shadow var(--animation-duration-normal) var(--animation-easing);opacity:0;animation:fadeInUp var(--animation-duration-normal) var(--animation-easing) forwards;border:1px solid rgba(0,0,0,.05)}.area-card:hover,.area-card:focus-visible{transform:translateY(-4px) scale(1.01);box-shadow:0 8px 24px #00000026;will-change:transform}.area-card:hover .area-icon,.area-card:focus-visible .area-icon{transform:scale(1.08);transition:transform var(--animation-duration-normal) var(--animation-easing);will-change:transform}.area-card:active{transform:translateY(-2px) scale(1);box-shadow:0 4px 12px #0000001a}.area-card h3{margin:0;color:#213547}@media (max-width: 320px){.container{padding:0 .75rem}.hero{padding:1.5rem .75rem;min-height:350px}.btn{padding:.625rem 1.25rem;font-size:.9rem;min-width:100px}}@media (max-width: 480px){.container{padding:0 1rem}.page-header{padding:2rem 0}.hero{padding:2rem 1rem;min-height:400px}.services-preview,.testimonials-preview,.services-list,.gallery-grid-section,.testimonials-list,.contact-content,.faq-list,.areas-list{padding:2rem 0}.service-card,.testimonial-card,.area-card{padding:1.5rem}.btn,.menu-toggle,.faq-question,.gallery-item{min-height:44px;min-width:44px}}@media (max-width: 640px){.services-grid,.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.gallery-grid{grid-template-columns:1fr;gap:1rem}.areas-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}body{overflow-x:hidden}img{max-width:100%;height:auto}.form-group input,.form-group textarea{font-size:16px}}@media (max-width: 768px){.hero-content h1{font-size:clamp(1.75rem,5vw,2.5rem)}.hero-content h1 span{font-size:clamp(1.25rem,3vw,1.75rem)}.contact-grid{grid-template-columns:1fr;gap:2rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.services-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.nav-list.open{max-height:calc(100vh - 80px);overflow-y:auto;-webkit-overflow-scrolling:touch}.hero-cta{flex-direction:column;width:100%;align-items:center}.hero-cta .btn{width:100%;max-width:300px;margin:0 auto}.services-preview .btn,.testimonials-preview .btn,.services-list .btn,.gallery-grid-section .btn,.testimonials-list .btn,.contact-content .btn,.faq-list .btn,.areas-list .btn{display:block;margin-left:auto;margin-right:auto;text-align:center}.container>.btn{display:block;margin-left:auto;margin-right:auto;text-align:center}}@media (min-width: 1024px){.container{padding:0 3rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.feather-icon{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}.btn-icon{transition:transform var(--animation-duration-normal) var(--animation-easing);margin-left:.5rem;display:inline-flex;vertical-align:middle}.service-icon{transition:transform var(--animation-duration-normal) var(--animation-easing-smooth);margin-bottom:1rem;display:block;color:#000}.contact-icon,.footer-contact-icon,.footer-copyright-icon,.form-icon{margin-right:.5rem;vertical-align:middle;display:inline-flex}.area-icon{transition:transform var(--animation-duration-normal) var(--animation-easing-smooth);margin-bottom:.5rem;display:block;color:#000}.star-icon{color:#ffc107;margin-right:.25rem;display:inline-flex;vertical-align:middle}.social-icon{transition:transform var(--animation-duration-normal) var(--animation-easing)}.social-link:hover .social-icon{transform:scale(1.15)}.menu-icon{transition:transform var(--animation-duration-fast) var(--animation-easing)}.not-found-page{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background-color:#fff}.not-found-container{text-align:center;max-width:800px;width:100%}.not-found-number{font-size:clamp(6rem,15vw,12rem);font-weight:900;color:#000;line-height:1;margin-bottom:2rem;letter-spacing:-.02em;text-shadow:2px 2px 0 rgba(0,0,0,.1)}.not-found-image-wrapper{margin:2rem 0;display:flex;justify-content:center;align-items:center}.not-found-image{max-width:300px;width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.not-found-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#213547;margin-bottom:1rem;line-height:1.2}.not-found-message{font-size:clamp(1rem,2.5vw,1.2rem);color:#666;margin-bottom:3rem;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.not-found-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;align-items:center}.not-found-cta .btn{min-width:180px}.not-found-cta .btn-secondary{background-color:transparent;color:#000;border:1px solid #000000}.not-found-cta .btn-secondary:hover,.not-found-cta .btn-secondary:focus-visible{background-color:#000;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.not-found-cta .btn-secondary:hover .btn-icon,.not-found-cta .btn-secondary:focus-visible .btn-icon{transform:translate(3px);transition:transform var(--animation-duration-normal) var(--animation-easing)}.not-found-cta .btn-secondary:active{transform:translateY(0);box-shadow:0 2px 6px #0003}@media (max-width: 768px){.not-found-page{padding:3rem 1.5rem;min-height:calc(100vh - 150px)}.not-found-number{margin-bottom:1.5rem}.not-found-image{max-width:250px}.not-found-title{margin-bottom:.75rem}.not-found-message{margin-bottom:2rem}.not-found-cta{flex-direction:column;width:100%}.not-found-cta .btn{width:100%;max-width:300px}}@media (max-width: 480px){.not-found-page{padding:2rem 1rem}.not-found-image{max-width:200px}.not-found-number{font-size:5rem;margin-bottom:1rem}.not-found-title{font-size:1.5rem}.not-found-message{font-size:1rem;margin-bottom:1.5rem}}@media (prefers-reduced-motion: reduce){.not-found-image{animation:none}}:root{--animation-duration-fast: .3s;--animation-duration-normal: .45s;--animation-duration-slow: .65s;--animation-easing: cubic-bezier(.4, 0, .2, 1);--animation-easing-smooth: cubic-bezier(.25, .46, .45, .94)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.animate-fade-in{animation:fadeIn var(--animation-duration-normal) var(--animation-easing) forwards}.animate-fade-in-up{animation:fadeInUp var(--animation-duration-normal) var(--animation-easing) forwards}.animate-fade-in-down{animation:fadeInDown var(--animation-duration-normal) var(--animation-easing) forwards}.animate-scale-in{animation:scaleIn var(--animation-duration-normal) var(--animation-easing) forwards}.animate-slide-in-right{animation:slideInRight var(--animation-duration-normal) var(--animation-easing) forwards}.animate-slide-in-left{animation:slideInLeft var(--animation-duration-normal) var(--animation-easing) forwards}.animate-stagger>*{opacity:0;animation:fadeInUp var(--animation-duration-normal) var(--animation-easing) forwards}.animate-stagger>*:nth-child(1){animation-delay:0ms}.animate-stagger>*:nth-child(2){animation-delay:80ms}.animate-stagger>*:nth-child(3){animation-delay:.16s}.animate-stagger>*:nth-child(4){animation-delay:.24s}.animate-stagger>*:nth-child(5){animation-delay:.32s}.animate-stagger>*:nth-child(6){animation-delay:.4s}.animate-stagger>*:nth-child(n+7){animation-delay:.48s}@keyframes buttonPulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.btn:active{animation:buttonPulse .2s ease-out}@keyframes cardHover{0%{transform:scale(1)}to{transform:scale(1.02)}}@media (prefers-reduced-motion: reduce){.animate-stagger>*{opacity:1;animation:none}.btn:active{animation:none}}:root{--breakpoint-xs: 320px;--breakpoint-sm: 480px;--breakpoint-md: 640px;--breakpoint-lg: 768px;--breakpoint-xl: 1024px;--breakpoint-2xl: 1280px;--spacing-xs: .5rem;--spacing-sm: .75rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--spacing-4xl: 5rem;--spacing-5xl: 6rem;--container-sm: 640px;--container-md: 768px;--container-lg: 1024px;--container-xl: 1200px;--container-full: 100%;--grid-gap-sm: var(--spacing-sm);--grid-gap-md: var(--spacing-md);--grid-gap-lg: var(--spacing-lg);--grid-gap-xl: var(--spacing-xl);--section-padding-none: 0;--section-padding-sm: var(--spacing-xl);--section-padding-md: var(--spacing-2xl);--section-padding-lg: var(--spacing-3xl);--section-padding-xl: var(--spacing-4xl)}.fluid-text{font-size:clamp(1rem,2.5vw,1.25rem)}.fluid-heading-1{font-size:clamp(2rem,5vw,3rem)}.fluid-heading-2{font-size:clamp(1.5rem,4vw,2.5rem)}.fluid-heading-3{font-size:clamp(1.25rem,3vw,1.75rem)}.container-responsive{width:100%;margin-left:auto;margin-right:auto;padding-left:var(--spacing-md);padding-right:var(--spacing-md)}@media (min-width: 640px){.container-responsive{max-width:var(--container-sm);padding-left:var(--spacing-lg);padding-right:var(--spacing-lg)}}@media (min-width: 768px){.container-responsive{max-width:var(--container-md)}}@media (min-width: 1024px){.container-responsive{max-width:var(--container-lg)}}@media (min-width: 1280px){.container-responsive{max-width:var(--container-xl)}}.touch-target{min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}.mobile-only{display:block}.desktop-only{display:none}@media (min-width: 768px){.mobile-only{display:none}.desktop-only{display:block}}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:var(--spacing-md);padding-right:var(--spacing-md)}.container-sm{max-width:var(--container-sm)}.container-md{max-width:var(--container-md)}.container-lg{max-width:var(--container-lg)}.container-xl{max-width:var(--container-xl)}.container-full{max-width:var(--container-full)}@media (min-width: 768px){.container{padding-left:var(--spacing-lg);padding-right:var(--spacing-lg)}}@media (min-width: 1024px){.container{padding-left:var(--spacing-xl);padding-right:var(--spacing-xl)}}.section{width:100%}.section-padding-none{padding-top:var(--section-padding-none);padding-bottom:var(--section-padding-none)}.section-padding-sm{padding-top:var(--section-padding-sm);padding-bottom:var(--section-padding-sm)}.section-padding-md{padding-top:var(--section-padding-md);padding-bottom:var(--section-padding-md)}.section-padding-lg{padding-top:var(--section-padding-lg);padding-bottom:var(--section-padding-lg)}.section-padding-xl{padding-top:var(--section-padding-xl);padding-bottom:var(--section-padding-xl)}.section-bg-light{background-color:#f8f9fa}.section-bg-dark{background-color:#2c3e50;color:#fff}.grid{display:grid}.grid-gap-sm{gap:var(--grid-gap-sm)}.grid-gap-md{gap:var(--grid-gap-md)}.grid-gap-lg{gap:var(--grid-gap-lg)}.grid-gap-xl{gap:var(--grid-gap-xl)}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.grid-cols-auto{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}@media (max-width: 640px){.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}}@media (min-width: 640px) and (max-width: 1023px){.grid-cols-3,.grid-cols-4{grid-template-columns:repeat(2,1fr)}}.grid-responsive{display:grid;grid-template-columns:1fr;gap:var(--spacing-md)}@media (min-width: 640px){.grid-responsive{grid-template-columns:repeat(2,1fr);gap:var(--spacing-lg)}}@media (min-width: 1024px){.grid-responsive{grid-template-columns:repeat(3,1fr)}}:root{font-family:Quicksand,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--header-bg: #000000;--header-text: #ffffff;--nav-link-color: #ffffff;--nav-link-hover: #ffffff;--nav-underline: #ffffff;--button-primary-bg: #000000;--button-primary-text: #ffffff;--button-primary-hover-bg: #3f3f3f;--button-secondary-bg: transparent;--button-secondary-text: #ffffff;--button-secondary-border: #ffffff;--button-secondary-hover-bg: #ffffff;--button-secondary-hover-text: #000000;--link-color: #000000;--link-hover-color: #000000}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}.app{display:flex;flex-direction:column;min-height:100vh}main{flex:1}.skip-link{position:absolute;top:-40px;left:0;background:#000;color:#fff;padding:12px 16px;text-decoration:none;z-index:10000;font-weight:600;border-radius:0 0 4px;transition:top .2s ease}.skip-link:focus{top:0;outline:3px solid #fff;outline-offset:2px}.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}*:focus-visible{outline:2px solid #000;outline-offset:2px;border-radius:2px}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid #000;outline-offset:2px}*:focus:not(:focus-visible){outline:none}.btn:focus-visible{outline:3px solid #000;outline-offset:3px;box-shadow:0 0 0 4px #0000001a}.nav-list a:focus-visible{outline:2px solid #fff;outline-offset:4px}header{background-color:var(--header-bg);box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;text-decoration:none;color:var(--header-text);display:flex;align-items:center}.logo-image{max-height:60px;height:auto;width:auto;max-width:300px;object-fit:contain}.nav-list{display:flex;list-style:none;gap:2rem;align-items:center;transition:transform var(--animation-duration-normal) var(--animation-easing),opacity var(--animation-duration-normal) var(--animation-easing)}.nav-list a{text-decoration:none;color:var(--nav-link-color);font-weight:500;transition:color var(--animation-duration-normal) var(--animation-easing);position:relative}.nav-list a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:var(--nav-underline);transition:width var(--animation-duration-normal) var(--animation-easing)}.nav-list a:hover:after,.nav-list a.active:after,.nav-list a:focus-visible:after{width:100%;will-change:width}.nav-list a:hover,.nav-list a.active,.nav-list a:focus-visible{color:var(--nav-link-hover)}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;min-width:44px;min-height:44px;justify-content:center;align-items:center;transition:transform var(--animation-duration-fast) var(--animation-easing)}.menu-toggle:active{transform:scale(.95)}.menu-toggle span{width:25px;height:3px;background-color:var(--header-text);margin:3px 0;transition:all var(--animation-duration-normal) var(--animation-easing);border-radius:2px}.menu-toggle[aria-expanded=true] span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}footer{background-color:#2c3e50;color:#fff;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#fff;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#fff;opacity:.8}.footer-bottom{background-color:#1a252f;padding:1rem;text-align:center}.footer-social-links{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}.social-link{display:flex;align-items:center;justify-content:center;transition:opacity var(--animation-duration-normal) var(--animation-easing)}.social-link:hover{opacity:.8}.social-logo{width:32px;height:32px;object-fit:contain}.cookie-consent{position:fixed;bottom:0;left:0;right:0;background-color:#2c3e50;color:#fff;padding:1.5rem;z-index:10000;box-shadow:0 -2px 8px #0003}.cookie-consent-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}.cookie-consent-content p{margin:0;flex:1;min-width:250px}.cookie-consent-buttons{display:flex;gap:1rem}@media (max-width: 640px){.header-container{padding:.75rem 1rem}.logo{font-size:1.25rem}}@media (max-width: 768px){.menu-toggle{display:flex}.nav-list{position:fixed;top:60px;left:0;right:0;bottom:0;background-color:var(--header-bg);flex-direction:column;padding:1rem;box-shadow:0 2px 8px #00000026;display:none;opacity:0;transform:translate(-100%);transition:transform var(--animation-duration-normal) var(--animation-easing),opacity var(--animation-duration-normal) var(--animation-easing);z-index:999;overflow-y:auto;-webkit-overflow-scrolling:touch}.nav-list.open{display:flex;opacity:1;transform:translate(0)}.nav-list a{width:100%;padding:1rem;text-align:center;min-height:44px;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.nav-list a:after{bottom:0;left:50%;transform:translate(-50%);width:0}.nav-list a:hover:after,.nav-list a.active:after,.nav-list a:focus-visible:after{width:80%}.header-container{position:relative}.cookie-consent-content{flex-direction:column;text-align:center}.cookie-consent-buttons{width:100%;justify-content:center}.footer-container{padding:1.5rem 1rem;grid-template-columns:1fr}}@media (min-width: 1024px){.header-container{padding:1rem 3rem}}
