.navbar{background:color-mix(in srgb,var(--color-bg-dark)50%,transparent);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-bottom:1px solid color-mix(in srgb,var(--color-text-primary)20%,transparent);z-index:1000;width:100%;max-width:100%;height:var(--nav-height);position:fixed;top:0;left:0;right:0;overflow-x:clip}.navbar-container{justify-content:space-between;align-items:center;width:100%;max-width:1400px;height:100%;margin:0 auto;padding-inline:clamp(1rem,4vw,2rem);display:flex;overflow-x:clip}.navbar-logo{z-index:1002;flex-direction:column;align-items:center;text-decoration:none;display:flex;position:relative}@media (max-width:1024px){.navbar-logo{display:flex!important}}.navbar-logo .dots-img{width:auto;max-width:clamp(90px,12vw,140px);height:auto;transition:transform .25s}.navbar-logo:hover .dots-img{transform:scale(.75)}.navbar-logo .title{color:var(--color-light);letter-spacing:.05em;text-align:center;font-size:clamp(1rem,1.6vw,1.5rem);font-weight:250;transition:all .3s;font-family:DM Mono,monospace!important}.scramble-logo{transition:all .3s;display:inline-block;position:relative;font-family:DM Mono,monospace!important}.scramble-logo:before{content:attr(data-text);background:linear-gradient(135deg,var(--color-accent-blue),var(--color-accent-green));-webkit-text-fill-color:transparent;opacity:0;-webkit-background-clip:text;background-clip:text;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.navbar-logo:hover .title,.navbar-logo:hover .tagline{opacity:.8}.navbar-logo:hover .scramble-logo:before{opacity:.1;animation:.3s glitch}@keyframes glitch{0%{transform:translate(0)}20%{transform:translate(-2px,2px)}40%{transform:translate(-2px,-2px)}60%{transform:translate(2px,2px)}80%{transform:translate(2px,-2px)}to{transform:translate(0)}}.navbar-links{align-items:center;gap:clamp(1rem,2vw,2rem);display:flex}.nav-link{color:var(--color-text-secondary);font-family:var(--font-accent);border-radius:.5rem;min-height:44px;padding:.75rem 1.25rem;font-size:clamp(.8rem,1.1vw,.9rem);font-weight:500;text-decoration:none;transition:all .3s;position:relative}.nav-link:focus-visible{outline:2px solid var(--color-accent-green);outline-offset:4px;border-radius:.5rem}.nav-link .services{color:var(--color-text-secondary);text-decoration:none}.nav-link .services.active{color:var(--color-accent-green);background:#78aa8726;font-weight:700}.nav-link:hover{color:var(--color-light);background:#78aa871a}.nav-link.active{color:var(--color-light);background:#78aa8726;font-weight:700}.nav-link.active:after{content:"";background:var(--color-accent-green);border-radius:1px;height:2px;position:absolute;bottom:-1px;left:1rem;right:1rem}.nav-link-wrapper{position:relative}.services-dropdown-trigger{cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;display:flex}.services-dropdown-trigger .dropdown-arrow{font-size:.7rem;transition:transform .3s}.services-dropdown-trigger .dropdown-arrow.open{transform:rotate(180deg)}.services-mega-menu{top:var(--nav-height);background:color-mix(in srgb,var(--color-bg-dark)75%,transparent);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-top:1px solid color-mix(in srgb,var(--color-text-primary)20%,transparent);border-bottom:1px solid color-mix(in srgb,var(--color-text-primary)20%,transparent);z-index:40;opacity:0;visibility:hidden;pointer-events:none;width:100%;max-width:100%;transition:opacity .25s ease-out,transform .25s ease-out,visibility 0s linear .25s;position:fixed;left:0;right:0;overflow-x:hidden;transform:translateY(-10px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.services-mega-menu--open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .25s ease-out,transform .25s ease-out,visibility;transform:translateY(0)}.services-mega-menu-container{max-width:1280px;margin:0 auto;padding:2rem 1rem}.services-mega-menu-sections{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));display:grid}.services-mega-menu-sections--focus-areas{grid-template-columns:repeat(2,minmax(280px,1fr));gap:1rem;max-width:780px;margin-inline:auto}.services-mega-menu-sections--focus-areas .services-mega-menu-category{background:color-mix(in srgb,var(--bg-secondary-medium)55%,var(--bg-secondary-soft));border-width:2px;padding:1.15rem}.services-mega-menu-sections--focus-areas .services-mega-menu-category-title{margin-bottom:.2rem;font-size:1rem;font-weight:700}.services-mega-menu-sections--focus-areas .services-mega-menu-category-description{color:color-mix(in srgb,var(--text-body)85%,white);font-size:.9rem}.services-mega-menu-section{flex-direction:column;display:flex}.services-mega-menu-category{background:var(--bg-secondary-soft);border:2px solid var(--border-default);color:var(--text-heading);border-radius:.5rem;padding:1rem;text-decoration:none;transition:all .2s;display:block}.services-mega-menu-category:hover{background:var(--bg-secondary-medium);border-color:var(--color-accent-purple);transform:translateY(-2px)}.services-mega-menu-category-title{color:var(--color-accent-cream);align-items:center;gap:10px;font-weight:600;display:flex}.services-mega-menu-category-icon{width:32px;height:32px;color:var(--color-accent-primary);background:#ffffff0d;border-radius:8px;justify-content:center;align-items:center;padding:6px;display:flex}.services-mega-menu-category-description{color:var(--text-body);font-size:.875rem;line-height:1.4}.services-mega-menu-subsections{flex-direction:column;gap:.25rem;padding-left:.5rem;display:flex}.services-mega-menu-subsection{color:var(--text-heading);border-left:3px solid #0000;border-radius:.375rem;padding:0 3rem;text-decoration:none;transition:all .2s;display:block}.services-mega-menu-subsection:hover{background-color:var(--bg-secondary-soft);border-left-color:var(--color-accent-green);transform:translate(4px)}.services-mega-menu-subsection-title{color:var(--text-heading);margin-bottom:.15rem;font-size:.9375rem;font-weight:600}.services-mega-menu-subsection-description{color:var(--text-body);font-size:.8125rem;line-height:1.3}.mobile-menu-toggle{cursor:pointer;z-index:1002;background:0 0;border:none;border-radius:.5rem;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:44px;height:44px;padding:.5rem;transition:all .3s;display:none;position:relative}@media (max-width:1024px){.mobile-menu-toggle{display:flex}}.mobile-menu-toggle:hover{background:#78aa871a}.mobile-menu-toggle:focus{outline:2px solid var(--color-accent-green);outline-offset:2px}.burger-line{background:var(--color-text-secondary);transform-origin:50%;border-radius:2px;width:24px;height:2px;transition:all .3s}.mobile-menu-toggle.active .burger-line:first-child{background:var(--color-accent-green);transform:translateY(6px)rotate(45deg)}.mobile-menu-toggle.active .burger-line:nth-child(2){opacity:0;transform:scaleX(0)}.mobile-menu-toggle.active .burger-line:nth-child(3){background:var(--color-accent-green);transform:translateY(-6px)rotate(-45deg)}.mobile-menu-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;opacity:0;visibility:hidden;background:#000c;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu-close{cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:44px;height:44px;padding:.5rem;transition:all .3s;display:flex}.mobile-menu-close:hover{background:#78aa871a}.mobile-menu-close:focus{outline:2px solid var(--color-accent-green);outline-offset:2px}.mobile-menu-close svg{width:24px;height:24px;color:var(--color-text-secondary);transition:color .3s}.mobile-menu-close:hover svg{color:var(--color-accent-green)}.mobile-menu-panel{background:var(--color-bg-dark);border-left:1px solid var(--border-default);z-index:1001;width:85%;max-width:400px;height:100dvh;padding:1.5rem;padding-top:calc(1.5rem + env(safe-area-inset-top));padding-bottom:calc(1.5rem + env(safe-area-inset-bottom));flex-direction:column;gap:2rem;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.mobile-menu-panel.active{transform:translate(0)}.mobile-menu-header{border-bottom:1px solid var(--border-default);justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex;position:relative}.mobile-menu-logo{flex-direction:column;flex:1;align-items:center;gap:.5rem;text-decoration:none;display:flex}.mobile-menu-logo .dots-img{width:80px;height:auto}.mobile-menu-logo .title{color:var(--color-light);letter-spacing:.05em;font-family:DM Mono,monospace;font-size:1.1rem}.mobile-nav-links{flex-direction:column;gap:.5rem;display:flex}.mobile-nav-link{color:var(--color-text-secondary);font-family:var(--font-accent);border:1px solid #0000;border-radius:.5rem;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;font-size:clamp(.8rem,1.1vw,.9rem);font-weight:500;text-decoration:none;transition:all .3s;display:flex}.mobile-nav-link:focus,.mobile-nav-link:focus-visible{outline:2px solid var(--color-accent-green);outline-offset:4px;border-radius:.5rem}.mobile-nav-link:hover{color:var(--color-light);background:#78aa871a}.mobile-nav-link.active{color:var(--color-light);background:#78aa8726;font-weight:700}.mobile-services-dropdown{border-left:2px solid var(--border-default);flex-direction:column;gap:.5rem;max-height:0;margin-top:.5rem;padding-left:1rem;transition:max-height .3s;display:flex;overflow:hidden}.mobile-services-dropdown.active{max-height:1000px}.mobile-services-category{background:var(--bg-secondary-soft);border:1px solid var(--border-default);color:var(--text-heading);border-radius:.5rem;padding:.875rem;text-decoration:none;transition:all .2s}.mobile-services-category:hover{background:var(--bg-secondary-medium);border-color:var(--color-accent-purple);transform:translate(4px)}.mobile-services-subsection{color:var(--text-heading);border-left:2px solid #0000;border-radius:.375rem;padding:.75rem;text-decoration:none;transition:all .2s}.mobile-services-subsection:hover{background-color:var(--bg-secondary-soft);border-left-color:var(--color-accent-green)}.mobile-menu-controls{border-top:1px solid var(--border-default);flex-direction:column;gap:1rem;padding-top:1rem;display:flex}.mobile-controls-row{justify-content:space-between;align-items:center;display:flex}.mobile-language-dropdown{width:fit-content;position:relative}.mobile-language-dropdown .language-dropdown{width:fit-content}.mobile-language-dropdown .language-dropdown-toggle{width:auto;min-width:auto;max-width:7.5rem;padding:.75rem 1.25rem}.mobile-language-dropdown .language-dropdown-menu{width:max-content;min-width:max(100%,12rem);max-width:min(100vw,280px);left:0;right:auto}.mobile-language-toggle{color:var(--color-text-secondary);font-family:var(--font-accent);cursor:pointer;background:#2c3a3c80;border:1px solid #78aa874d;border-radius:.75rem;justify-content:space-between;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.mobile-language-dropdown-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1001;background:#2c3a3cf2;border:1px solid #78aa874d;border-radius:.75rem;margin-top:.5rem;padding:.5rem;position:absolute;top:100%;left:0;right:0;box-shadow:0 8px 25px #0000004d}.mobile-theme-toggle{cursor:pointer;background:#2c3a3c80;border:1px solid #78aa874d;border-radius:.75rem;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;transition:all .3s;display:flex}:root:not(.dark) .mobile-theme-toggle{color:var(--color-text-primary);background:#f5f4f0b3}.mobile-theme-toggle:hover{border-color:var(--color-accent-green);background:#2c3a3cb3}.navbar-controls{align-items:center;gap:1rem;display:flex}.language-dropdown{display:inline-block;position:relative}.language-dropdown-toggle{color:var(--color-text-secondary);font-family:var(--font-accent);cursor:pointer;background:#2c3a3c80;border:1px solid #78aa874d;border-radius:.75rem;justify-content:space-between;align-items:center;gap:.5rem;min-width:80px;padding:.5rem .75rem;font-size:.8rem;font-weight:600;transition:all .3s;display:flex}.language-dropdown-toggle:hover{color:var(--color-light);border-color:var(--color-accent-green);background:#2c3a3cb3}.dropdown-arrow{opacity:.7;font-size:.7rem;transition:transform .3s}.dropdown-arrow.open{transform:rotate(180deg)}.language-dropdown-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:var(--nav-height);z-index:1001;background:#2c3a3cf2;border:1px solid #78aa874d;border-radius:.75rem;margin-top:.5rem;padding:.5rem;position:absolute;top:100%;right:0;box-shadow:0 8px 25px #0000004d}.dropdown-item{width:100%;color:var(--color-text-secondary);font-family:var(--font-accent);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.5rem .75rem;font-size:.8rem;font-weight:600;transition:all .3s;display:block}.dropdown-item:hover{color:var(--color-light);background:#78aa871a}.dropdown-item.active{color:var(--color-bg-dark);background:var(--color-accent-green)}.disabled-language{opacity:.4;cursor:not-allowed!important}.coming-soon-label{opacity:.8;margin-left:4px;font-size:.85em}.theme-toggle{cursor:pointer;background:#2c3a3c80;border:1px solid #78aa874d;border-radius:2rem;align-items:center;padding:.5rem;transition:all .3s;display:flex;position:relative}.theme-toggle:hover{border-color:var(--color-accent-green);background:#2c3a3cb3}.toggle-slider{background:linear-gradient(135deg,var(--color-accent-blue),var(--color-accent-purple));border-radius:1rem;width:3rem;height:1.5rem;transition:all .3s;position:relative}.toggle-slider.light{background:linear-gradient(135deg,var(--color-accent-cream),#f0b45d)}.toggle-knob{background:var(--color-light);will-change:transform;color:#fff;border-radius:50%;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:.125rem;left:.125rem;box-shadow:0 2px 4px #0003}.toggle-slider.dark .toggle-knob{transform:translate(1.5rem)}.mode-icon{filter:drop-shadow(0 0 2px #0003);width:12px;height:12px;transition:all .3s}@media (max-width:968px){.services-mega-menu-sections{grid-template-columns:1fr;gap:1.5rem}.services-mega-menu-sections--focus-areas{grid-template-columns:1fr}}@media (max-width:640px){.services-mega-menu-container{padding:1.5rem 1rem}.services-mega-menu-category{padding:.875rem}.services-mega-menu-subsection{padding:.625rem .875rem}}@media (max-width:768px){.language-dropdown-toggle{min-width:88px;min-height:44px;padding:.75rem 1rem;font-size:.9rem}.dropdown-item{min-height:44px;padding:.75rem 1rem;font-size:.9rem}.navbar-container{padding:.75rem 1rem}.mobile-menu-panel{width:90%}.mobile-menu-logo .dots-img{width:80px}.mobile-menu-logo .title{font-size:1rem}.mobile-nav-link{padding:.875rem 1rem;font-size:.95rem}}@media (max-width:1200px) and (min-width:769px){.services-mega-menu-sections{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:968px){.services-mega-menu-container{padding:1.5rem 1rem}.services-mega-menu-category{padding:1rem}}@media (max-width:1200px) and (min-width:1025px){.navbar-links{gap:clamp(.75rem,1.5vw,1.5rem)}.nav-link{padding:.75rem 1rem;font-size:clamp(.75rem,1vw,.85rem)}}@media (max-width:1200px){.navbar-links{gap:1rem}.nav-link{padding:.6rem .9rem;font-size:clamp(.75rem,1vw,.85rem)}.navbar-container{padding-left:1rem;padding-right:1rem}}@media (max-width:480px){.navbar-container{padding:.5rem}.mobile-menu-panel{width:100%;padding:1rem}.mobile-menu-header{padding:.75rem 0}.mobile-menu-logo .dots-img{width:70px}.mobile-nav-link{padding:.75rem;font-size:.9rem}.mobile-controls-row{flex-direction:column;align-items:stretch;gap:.75rem}.mobile-language-toggle,.mobile-theme-toggle{font-size:.85rem}}@media (max-width:1024px){.navbar-links,.navbar-controls{display:none!important}.mobile-menu-toggle{display:flex!important}.navbar-logo .dots-img{width:clamp(100px,13vw,160px)}.navbar-logo .title{font-size:clamp(1rem,1.8vw,1.5rem)}}@media (min-width:1025px){.mobile-menu-toggle,.mobile-menu-overlay,.mobile-menu-panel{display:none!important}.navbar-links,.navbar-controls{display:flex!important}}.mobile-footer-columns{flex-direction:row;align-self:center;gap:10vw;margin-top:auto;display:flex}@media (max-width:768px){.navbar-logo{gap:clamp(3px,.6vh,6px)}.navbar-logo .dots-img{width:clamp(80px,18vw,130px)}.navbar-logo .title{font-size:clamp(.9rem,2.2vw,1.3rem)}}@media (max-width:480px){.navbar-logo .dots-img{width:clamp(70px,22vw,110px)}.navbar-logo .title{font-size:clamp(.8rem,2.5vw,1.1rem)}}@media (max-width:1024px){.mobile-footer-column h4{letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent-green);font-family:DM Mono,monospace;font-size:.85rem}.mobile-footer-column a{color:var(--color-text-secondary);font-size:.9rem;text-decoration:none}}
.testimonials-section{background-color:var(--color-bg-dark);border-top:1px solid #eddbc51a;width:100vw;padding:clamp(2rem,4vh,4rem) clamp(1rem,3vw,2rem) clamp(3rem,6vh,5rem);animation:.8s 1s both fadeIn}.testimonials-container{text-align:center;max-width:1100px;margin:0 auto}.testimonials-title{color:var(--color-accent-cream);text-transform:uppercase;letter-spacing:.1em;margin-bottom:clamp(.5rem,1vh,1rem);font-size:clamp(1.25rem,2.5vw,2rem);font-weight:600}.testimonials-subtitle{color:var(--color-text-secondary);margin-bottom:clamp(2rem,4vh,3rem);font-size:clamp(.85rem,1.2vw,1rem);font-weight:400}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:clamp(1.5rem,3vw,2.5rem);margin-top:clamp(1rem,2vh,2rem);display:grid}.testimonials-carousel{width:100%;max-width:1100px;margin-top:clamp(1rem,2vh,2rem);margin-left:auto;margin-right:auto}.testimonials-carousel-viewport{flex:1;width:100%;overflow:hidden}.testimonials-carousel-track{will-change:transform;align-items:stretch;transition:transform .45s cubic-bezier(.4,0,.2,1);display:flex}.testimonials-carousel-item{box-sizing:border-box;flex:0 0 100%;width:100%}.testimonials-carousel-item .testimony-card{flex-direction:column;width:100%;height:100%;display:flex}.testimonials-carousel-controls{justify-content:center;align-items:center;gap:1rem;margin-top:clamp(1rem,2vh,1.5rem);display:flex}.testimony-card{flex-direction:column;display:flex}.testimony-description{color:var(--color-text-muted);border-top:1px solid #eddbc51a;margin:clamp(1rem,2vh,1.5rem) 0;padding-top:clamp(.75rem,1.5vh,1rem);font-size:clamp(.85rem,1.1vw,.95rem);line-height:1.5}.testimony-text{flex:1;min-height:0}.testimonials-carousel-button{cursor:pointer;color:#eddbc580;z-index:10;background:0 0;border:1px solid #eddbc52e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;padding:0;transition:color .2s,border-color .2s,background .2s;display:flex}.testimonials-carousel-button:hover{color:var(--color-accent-cream);background:#eddbc514;border-color:#eddbc566}.testimonials-carousel-button:active{opacity:.7}.testimonials-carousel-dots{justify-content:center;gap:.5rem;display:flex}.testimonials-carousel-dot{cursor:pointer;background:#eddbc533;border:none;border-radius:99px;width:6px;height:6px;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.testimonials-carousel-dot:hover{background:#eddbc573}.testimonials-carousel-dot.active{background:var(--color-accent-cream);width:28px}.testimony-card{text-align:left;background:#ffffff0a;border:1px solid #eddbc51a;border-left:3px solid #eddbc559;border-radius:12px;padding:clamp(1.75rem,3vw,2.5rem)}.testimony-text{color:var(--color-text-primary);opacity:.88;margin-bottom:clamp(1.25rem,2.5vh,1.75rem);font-size:clamp(.95rem,1.2vw,1.05rem);font-style:italic;line-height:1.75}.testimony-author{border-top:1px solid #eddbc51a;padding-top:clamp(.75rem,1.5vh,1.25rem)}.testimony-author strong{color:var(--color-accent-cream);margin-bottom:.2rem;font-size:clamp(.82rem,1.1vw,.92rem);font-weight:600;display:block}.testimony-author span{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:clamp(.7rem,.95vw,.78rem)}.author-info{align-items:center;gap:14px;display:flex}.testimony-avatar{object-fit:cover;border:2px solid #eddbc533;border-radius:50%;flex-shrink:0;width:88px;height:88px}.avatar-placeholder{width:88px;height:88px;color:var(--color-accent-cream);background:#eddbc51a;border:2px solid #eddbc533;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.8rem;font-weight:600;display:flex}.author-details{flex-direction:column;gap:.1rem;display:flex}.author-details strong{margin-bottom:0}.testimony-role{display:block}.testimony-company{color:var(--color-text-secondary);text-transform:none;letter-spacing:0;margin-top:.15rem;font-size:clamp(.65rem,.9vw,.73rem);display:block}@media (max-width:768px){.testimonials-grid{grid-template-columns:1fr;gap:clamp(1rem,2vh,1.5rem)}.testimony-card{padding:clamp(1rem,2vw,1.5rem)}.testimonials-carousel-button{width:40px;height:40px}}.footer{width:100%;padding:clamp(.25rem,1vh,1rem)0 max(clamp(.75rem,1.5vh,1.25rem),env(safe-area-inset-bottom))0;background-color:var(--color-bg-dark);border-top:1px solid #eddbc51f;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;margin-top:0;animation:.8s 1.2s both fadeIn;display:flex;bottom:0}.footer-content{flex-direction:column;gap:clamp(1rem,2vh,1.5rem);width:100%;max-width:1200px;padding:clamp(1rem,2vh,2rem) clamp(1rem,3vw,2rem);display:flex}.footer-columns{flex-direction:row;align-self:center;gap:10vw;display:flex}.footer-column{justify-items:center}.footer-section{text-align:center}.tagline-wrapper{position:relative}.tagline{transition:opacity .25s,transform .25s}.logo .tagline.long{opacity:0;pointer-events:none;transform:translateY(6px)}.logo.hovered .tagline.short{opacity:0;transform:translateY(-6px)}.logo.hovered .tagline.long{opacity:1;transform:translateY(0)}.footer-heading{color:var(--color-accent-green);text-transform:uppercase;letter-spacing:.1em;margin:0 0 clamp(.5rem,1vh,.75rem);font-size:clamp(.75rem,1vw,.85rem);font-weight:600}.footer-contact{flex-direction:column;align-items:center;gap:.5rem;display:flex}.footer-link{color:var(--color-text-secondary);font-size:clamp(.75rem,.9vw,.85rem);text-decoration:none;transition:color .3s}.footer-link:hover{color:var(--color-accent-cream)}.social-links{justify-content:center;gap:1rem;display:flex}.social-link{color:var(--color-text-secondary);justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.5rem;transition:color .3s;display:flex}.social-link svg{width:24px;height:24px}.social-link:hover{color:var(--color-accent-cream)}.footer-bottom{border-top:1px solid #eddbc51a;padding-top:clamp(.5rem,1vh,1rem);padding-bottom:clamp(1rem,1.5vh,1.5rem)}.footer-links{justify-content:space-between;align-items:center;width:100%;display:flex}.copyright{color:var(--color-text-muted);margin:0;font-size:clamp(.75rem,.9vw,.85rem)}.footer-logos{background-color:var(--color-bg-dark);flex-flow:wrap;justify-content:center;align-items:center;gap:clamp(1.5rem,3vw,2.5rem);display:flex}.footer-logos .footer-column{flex-direction:row;align-items:center;gap:.75rem;display:flex}.footer-logos .footer-heading{color:var(--color-accent-green);letter-spacing:.1em;margin:0;font-size:clamp(.75rem,1vw,.85rem)}.footer-logos .footer-column:not(:last-child):after{content:"";background:#eddbc526;width:1px;height:20px;margin-left:1.5rem}.footer-logos img{object-fit:contain;opacity:.65;filter:grayscale(20%);width:auto;height:clamp(30px,3vw,50px);transition:opacity .3s,transform .3s}.footer-logos img:hover{opacity:.95;filter:grayscale(0%);transform:translateY(-2px)}.footer-logos .footer-column{text-align:center}@media (max-width:768px){.footer-logos{flex-direction:column;align-items:center;gap:1.25rem;padding:1.25rem 1rem}.footer-logos .footer-column{border-bottom:1px solid #eddbc51f;flex-direction:column;gap:.5rem;width:100%;max-width:280px;padding:.75rem 0}.footer-logos .footer-column:last-child{border-bottom:none}.footer-logos .footer-column:not(:last-child):after{display:none}.footer-logos .footer-heading{letter-spacing:.1em;margin-bottom:.25rem;font-size:clamp(.75rem,1vw,.85rem)}.footer-logos img{width:auto;height:36px;max-height:40px}.footer-logos a{display:inline-block}.footer-logos .footer-column a+a{margin-top:.35rem}}.footer-link-group{align-items:center;gap:.5rem;display:flex}.separator{color:var(--color-text-muted);font-size:clamp(.7rem,1vw,.8rem)}.footer .logo{flex-direction:column;align-items:center;display:flex;position:relative;scale:1.2}.footer .logo:hover .navbar-logo{transform:scale(1.08)}.footer .navbar-logo{transition:transform .25s;transform:scale(1)}.footer .tagline-wrapper{width:100%;height:3.5rem;min-height:3rem;margin-top:.25rem;position:relative}.footer .tagline-short,.footer .tagline-long{white-space:nowrap;gap:.35rem;width:max-content;transition:opacity .25s,transform .25s;display:flex;position:absolute;left:50%}.footer .tagline-short{opacity:1;transform:translate(-50%)}.footer .tagline-long{opacity:0;gap:.75rem;transform:translate(-50%,6px)}.footer .logo.hovered .tagline-short{opacity:0;transform:translate(-50%,-6px)}.footer .logo.hovered .tagline-long{opacity:1;transform:translate(-50%)}.footer .connect{color:var(--color-accent-cream)}.footer .transform{color:var(--color-accent-purple)}.footer .grow{color:var(--color-accent-green)}.footer-tagline-1.connect{color:var(--color-accent-cream)}.footer-tagline-1.transform{color:var(--color-accent-purple)}.footer-tagline-1.grow{color:var(--color-accent-green)}.footer-logo-container{flex-direction:column;align-items:center;display:flex;scale:1.2}.footer-tagline-container{width:100%;height:3.5rem;position:relative}@media (max-width:768px){.footer-columns{flex-direction:column;align-items:center;gap:1.5rem;width:100%}.footer-columns .footer-column{flex-direction:column;align-items:center;width:100%;display:flex}.testimony-text{margin-bottom:1rem;font-size:.9rem}}@media (max-width:1024px) and (min-width:769px){.testimonials-carousel-button{width:48px;height:48px}}@media (max-width:640px){.testimonials-carousel-controls .testimonials-carousel-button{display:none}.testimonials-carousel-viewport{touch-action:pan-y pinch-zoom}.testimonials-carousel-item .testimony-card{padding:1.5rem 1.25rem}.testimonials-carousel-item .testimony-text{margin-bottom:1.25rem;font-size:.95rem;line-height:1.65}}@media (max-width:480px){.author-info{text-align:center;flex-direction:column;gap:.5rem}.testimony-avatar,.avatar-placeholder{width:68px;height:68px;margin:0 auto}}
