@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&family=Open+Sans:wght@400;600&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{width:100%;height:100%;font-family:Open Sans,sans-serif;line-height:1.5;scroll-behavior:smooth;background-color:#0F0F0F;color:#E5E7EB}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.text-center{text-align:center}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.p-4{padding:1rem}.mx-auto{margin-left:auto;margin-right:auto}.btn{display:inline-block;transition:background-color .2s,transform .2s}.btn--primary{background:#FF6600;color:#FFFFFF;box-shadow:0 4px 12px rgba(255,102,0,.3)}.btn--primary:hover{background:#FF3300}.btn--secondary{color:#FF6600;padding:.75rem 1.5rem;transition:background-color .2s,color .2s,transform .2s}.btn--secondary:hover{background:#FF6600;color:#FFFFFF;transform:translateY(-2px)}.btn--large{font-size:1.125rem}.btn:focus{outline:2px solid #FF6600;outline-offset:2px}:root{--transition:0.25s ease;--bg:#0f0f1f;--text:#e5e7eb;--accent:#ff6600;--radius:12px;--logo-size-mobile:36px;--logo-size-tablet:44px;--logo-size-desktop:48px}.site-header{position:fixed;top:0;left:0;right:0;height:var(--navbar-height);background:var(--bg);z-index:1000;padding:0 1rem;font-family:Poppins,sans-serif;border-bottom:1px solid rgba(255,255,255,.04)}.header-inner,.site-header{display:flex;align-items:center}.header-inner{width:100%;max-width:1300px;margin:0 auto;gap:1rem;justify-content:space-between}.logo{flex:0 0 auto;display:flex;align-items:center}.logo-link{position:relative;display:inline-block;height:var(--logo-size-desktop);width:var(--logo-size-desktop);line-height:0}@media (max-width:1024px){.logo-link{height:var(--logo-size-tablet);width:var(--logo-size-tablet)}}@media (max-width:480px){.logo-link{height:var(--logo-size-mobile);width:var(--logo-size-mobile)}}.logo-img{object-fit:contain;object-position:center;image-rendering:-webkit-optimize-contrast}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.nav{flex:1 1 auto;display:flex;justify-content:center;position:relative}.nav-list{display:flex;gap:1.75rem;list-style:none;padding:0;margin:0;align-items:center}.nav-list li{position:relative}.services-wrapper{display:flex;align-items:center;gap:4px}.chevron-toggle,.nav-list a,.services-button{background:none;border:none;color:var(--text);font-weight:500;cursor:pointer;text-decoration:none;padding:6px 4px;font-size:.95rem;display:inline-flex;align-items:center;gap:4px;transition:color var(--transition)}.chevron-toggle:hover,.nav-list a.active,.nav-list a:hover,.services-button:hover{color:var(--accent)}.chevron{margin-left:2px;font-size:.6em;transition:transform var(--transition)}.chevron.open{transform:rotate(180deg)}.services-dropdown{position:absolute;top:calc(100% + 6px);left:0;min-width:220px;background:rgba(18,18,40,.97);border-radius:var(--radius);padding:12px 0;box-shadow:0 30px 80px rgba(0,0,0,.5);opacity:0;pointer-events:none;transform:translateY(6px);transition:opacity var(--transition),transform var(--transition);z-index:10}.services-dropdown.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.services-list{list-style:none;margin:0;padding:0}.services-list li{padding:0}.services-list a{display:block;padding:10px 18px;color:#fff;font-size:.9rem;text-decoration:none;transition:background var(--transition)}.services-list a:hover{background:rgba(255,102,0,.08);color:var(--accent)}.cta-wrapper{flex:0 0 auto}.cta-button{background:linear-gradient(135deg,#ff9000,#ff6600);color:#fff;border:none;padding:.65rem 1.4rem;font-size:.85rem;font-weight:600;border-radius:999px;cursor:pointer;transition:filter var(--transition),transform var(--transition)}.cta-button:hover{filter:brightness(1.05);transform:translateY(-1px)}.mobile-toggle{display:none;position:relative;width:44px;height:44px;padding:0;margin-left:8px;border:none;background:transparent;cursor:pointer;border-radius:10px;transition:background .2s ease,transform .15s ease}.mobile-toggle:hover{background:rgba(255,255,255,.06)}.mobile-toggle:active{transform:scale(.98)}.mobile-toggle:active:after{content:"";position:absolute;inset:0;border-radius:inherit;background:rgba(255,255,255,.1);animation:toggle-ripple .35s ease;pointer-events:none}@keyframes toggle-ripple{0%{transform:scale(.8);opacity:.7}to{transform:scale(1.25);opacity:0}}.hamburger{--w:26px;--h:20px;--thick:3px;--radius:999px;position:relative;width:var(--w);height:var(--h);display:inline-block;will-change:transform}.hamburger span{position:absolute;height:var(--thick);left:0;right:0;background:#e5e7eb;border-radius:var(--radius);transition:transform .35s ease,width .35s ease,opacity .25s ease}.hamburger span:first-child{top:0;width:100%;transform-origin:50% 50%}.hamburger span:nth-child(3){bottom:0;width:100%;transform-origin:50% 50%}.hamburger span:nth-child(2){top:calc(50% - var(--thick)/2);width:68%;left:auto;right:0}.mobile-toggle[aria-expanded=true] .hamburger span:first-child{transform:translateY(calc(var(--h)/2 - var(--thick)/2)) rotate(45deg)}.mobile-toggle[aria-expanded=true] .hamburger span:nth-child(2){opacity:0;transform:translateX(6px)}.mobile-toggle[aria-expanded=true] .hamburger span:nth-child(3){transform:translateY(calc(-1*(var(--h)/2 - var(--thick)/2))) rotate(-45deg)}@media (prefers-reduced-motion:reduce){.hamburger span,.mobile-toggle{transition:none!important}}@media (max-width:1024px){.mobile-toggle{display:block}.nav{display:none}.nav.open{display:block;position:absolute;top:100%;left:0;right:0;background:rgba(15,15,25,.98);padding:1rem 1rem 1.5rem;box-shadow:0 30px 60px rgba(0,0,0,.4);border-radius:0 0 16px 16px;z-index:999}.nav-list{flex-direction:column;gap:12px}.services-dropdown{position:static;transform:none;opacity:1;pointer-events:auto;background:transparent;box-shadow:none;padding:0;margin-top:4px}.services-wrapper{width:100%;justify-content:space-between}.services-list a{padding-left:8px}}:root{--navbar-height:72px}.hero-wrapper{position:relative;width:100%;min-height:92vh;padding:0;padding-top:calc(var(--navbar-height) + 1rem);overflow:visible;background-color:#0f0f1f;color:#fff;font-family:Poppins,sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:0;scroll-padding-top:calc(var(--navbar-height) + 1rem)}.hero-background{inset:0;overflow:hidden;background:#0f0f1f;display:flex;align-items:center;justify-content:center}.hero-background,.hero-video{position:absolute;z-index:0;pointer-events:none}.hero-video{top:50%;left:50%;width:100vw;height:100vh;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}@media (max-width:900px){.hero-video{position:absolute;top:0;left:50%;transform:translateX(-50%);width:100vw;height:100vh;object-fit:cover;object-position:top center}}.hero-background__overlay{position:absolute;inset:0;background:rgba(15,15,31,.75);backdrop-filter:brightness(.85);mix-blend-mode:normal;pointer-events:none;z-index:1}.hero-inner{position:relative;z-index:2;display:flex;gap:2rem;align-items:flex-start;width:100%;max-width:1200px;padding:2rem 1rem 0;box-sizing:border-box;flex-wrap:wrap;justify-content:space-between}.hero-copy{flex:1 1 580px;min-width:280px;max-width:720px;text-align:left;position:relative}.hero-tagline{font-size:.7rem;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;color:#ff6600;margin-bottom:.5rem}.hero-heading{font-size:clamp(2.75rem,5vw,4.25rem);font-weight:800;line-height:1.05;margin:4px 0 0;color:#fff}.headline-part{display:inline-block}.hero-highlight{color:#ff6600}.hero-highlight-underline{position:relative;color:#ff6600;font-weight:700}.hero-highlight-underline:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:4px;background:rgba(255,102,0,.35);border-radius:3px}.hero-subline-small{display:block;font-size:1.1rem;font-weight:600;margin-top:6px;letter-spacing:.5px;color:#d0d4db}.hero-description{margin:1.25rem 0 0;max-width:720px;font-size:clamp(1rem,1.2vw,1.125rem);line-height:1.55;color:#b0b0b0}.hero-buttons{display:inline-flex;gap:1rem;margin-top:2rem;flex-wrap:wrap;justify-content:flex-start}.btn{border-radius:999px;padding:.85rem 1.75rem;font-size:.95rem;letter-spacing:.5px;transition:transform .2s ease,box-shadow .25s ease;gap:6px}.btn--primary{background:linear-gradient(135deg,#ff9000,#ff6600);box-shadow:0 20px 60px rgba(255,102,0,.35)}.btn--primary:hover{transform:translateY(-1px) scale(1.03);box-shadow:0 30px 90px rgba(255,102,0,.45)}.btn--primary:focus-visible{outline:3px solid rgba(255,102,0,.7);outline-offset:2px}.btn--secondary{background:transparent;border:2px solid #ff6600;color:#ff6600}.btn--secondary:hover{background:#ff6600;color:#0f0f0f;transform:translateY(-1px);box-shadow:0 20px 50px rgba(255,102,0,.3)}.btn--secondary:focus-visible{outline:3px solid rgba(255,102,0,.7);outline-offset:2px}.hero-trust{margin-top:2.5rem;display:flex;flex-wrap:wrap;justify-content:flex-start;gap:1rem;align-items:center;font-size:.75rem;color:#b0b0b0}.trust-text{font-weight:600;letter-spacing:1px;margin-right:6px}.trust-logos{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-start}.trust-badge{background:rgba(255,102,0,.08);padding:6px 12px;border-radius:999px;font-weight:600;color:#ffb87f;letter-spacing:.5px}.hero-stats{flex:0 0 320px;display:grid;grid-template-columns:1fr;gap:1rem;min-width:260px;max-width:360px;position:relative}.stat-card{background:rgba(20,20,40,.9);padding:1rem 1.25rem;border-radius:12px;display:flex;flex-direction:column;gap:6px;position:relative;overflow:hidden}.stat-number{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.highlight{font-size:1.75rem;font-weight:800;color:#ff6600;line-height:1}.stat-title{font-size:1.2rem;font-weight:700;color:#fff;line-height:1.1}.stat-label{font-size:.65rem;text-transform:uppercase;letter-spacing:1px;font-weight:600;color:#d0d4db}.stat-desc{font-size:.75rem;color:#b0b0b0}.booking-full-card{width:100%;max-width:1120px;background:rgba(15,15,40,.95);border-radius:14px;padding:1rem 1.25rem;margin:2rem 0 1rem;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;box-shadow:0 40px 90px rgba(0,0,0,.35);position:relative;font-family:Poppins,sans-serif}.booking-full-card .slot-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:4px;color:#ff6600}.booking-full-card .slot-time{font-size:1.5rem;font-weight:800;color:#fff;line-height:1.1}.booking-full-card .slot-info{font-size:.85rem;margin-top:4px;color:#d0d4db}@media (max-width:1024px){.hero-heading{font-size:clamp(2.25rem,6vw,3.75rem)}}@media (max-width:960px){.hero-inner{flex-direction:column;align-items:center}.hero-copy{text-align:center}.hero-buttons{justify-content:center}.hero-stats{width:100%;max-width:100%;margin-top:1rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.stat-card{min-width:0}.booking-full-card{flex-direction:column;align-items:center;text-align:center;justify-content:center}.booking-full-card>div{flex:none!important;width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center}}@media (max-width:768px){.hero-wrapper{min-height:auto;padding-bottom:2rem}.hero-subline-small{font-size:1rem}.hero-buttons{flex-direction:column;width:100%}.btn{width:100%}.btn,.hero-trust{justify-content:center}.hero-trust{flex-direction:column;gap:.5rem;margin-top:1.75rem}}.container{width:100%;max-width:1100px;padding:0 1rem;box-sizing:border-box}.service-hero{overflow:hidden;padding:0;color:#ffffff;justify-content:center;min-height:560px;z-index:0;font-family:Poppins,sans-serif}.service-hero__background{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0;display:flex;flex-direction:column;justify-content:flex-start}.service-hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.03);will-change:transform;filter:brightness(.55) contrast(1.05)}.service-hero__overlay{background:rgba(0,0,0,var(--overlay-opacity,.6));pointer-events:none;mix-blend-mode:normal;transition:background .3s ease}.service-hero__bottom-fade{position:absolute;left:0;right:0;bottom:0;height:180px;pointer-events:none;background:linear-gradient(180deg,rgba(15,15,15,0) 0,#0f0f0f 75%);z-index:2}.service-hero__content{z-index:5;width:100%;padding:2rem 1rem}.service-hero__content,.service-hero__inner{display:flex;align-items:center;justify-content:center}.service-hero__inner{flex-direction:column;gap:1rem}.service-hero__title{font-size:clamp(2rem,3.5vw,3.8rem);font-weight:800;line-height:1.05;margin:0}.service-hero__subtitle{font-size:clamp(1rem,1.4vw,1.25rem);margin:0;max-width:720px;line-height:1.55;color:#d1d1d1}.btn{justify-content:center;font-family:inherit;cursor:pointer;border-radius:8px;transition:transform .25s ease,box-shadow .25s ease;border:none;padding:.95rem 1.6rem;font-size:1rem}.btn--primary{color:#0f0f0f;position:relative;overflow:hidden}.btn--primary:hover{box-shadow:0 20px 50px rgba(255,102,0,.35)}@media (max-width:1024px){.service-hero{min-height:500px;padding:1rem 0}.service-hero__title{font-size:clamp(1.75rem,4vw,3.2rem)}.service-hero__subtitle{font-size:clamp(.9rem,1.6vw,1.1rem)}}@media (max-width:640px){.service-hero{min-height:420px;padding:1rem 0}.service-hero__title{font-size:clamp(1.5rem,5vw,2.8rem)}.service-hero__subtitle{font-size:.95rem}.btn--primary{width:100%;max-width:360px}}.services{padding:6rem 1rem;background:#0f0f0f;color:#e5e5e5;font-family:Poppins,sans-serif}.services__header{max-width:900px;margin:0 auto 3rem;text-align:center;padding:0 .75rem}.services__hero-title{font-family:Poppins,sans-serif;font-size:clamp(2.25rem,3.5vw,3.5rem);font-weight:800;letter-spacing:.03em;line-height:1.05;margin:0;display:inline-flex;flex-wrap:wrap;justify-content:center;gap:4px}.title-part-white{color:#ffffff}.title-part-orange{color:#ff6600;position:relative}.title-part-orange:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:4px;background:rgba(255,102,0,.4);border-radius:2px}.title-simple{color:#b0b0b0;font-weight:600;margin-left:.25ch}.services__intro{margin-top:1rem;font-size:clamp(.95rem,1.2vw,1.1rem);line-height:1.6;color:#b0b0b0;max-width:800px;margin-left:auto;margin-right:auto}.services__section{max-width:1200px;margin:4rem auto;position:relative}.services__section-title{font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;margin:0 0 1rem;line-height:1.1;display:inline-flex;flex-wrap:wrap}.services__section-title--white{color:#ffffff}.services__section-title--orange{color:#ff6600}.services__grid--core{display:grid;grid-template-columns:repeat(auto-fill,minmax(420px,1fr));gap:2.5rem}.services__grid--triple{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}@media (max-width:992px){.services__grid--triple{grid-template-columns:repeat(2,1fr)}}.services__item{background:#151515;border:1px solid #262626;border-radius:14px;padding:2rem 2.4rem;display:flex;align-items:flex-start;gap:1.6rem;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.services__item:hover{transform:translateY(-8px);border-color:#ff6600;box-shadow:0 16px 40px rgba(255,102,0,.25)}.services__icon{flex-shrink:0;font-size:2.1rem;color:#ff6600;transition:color .35s ease}.services__item:hover .services__icon{color:#fff}.services__content{flex:1 1 0}.services__item-title{font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 .6rem;padding-bottom:.6rem;position:relative;transition:color .35s ease}.services__item:hover .services__item-title{color:#ff6600}.services__item-title:after{content:"";position:absolute;left:0;bottom:0;width:2.25rem;height:3px;background:#ff6600}.services__item-desc{font-size:.95rem;line-height:1.6;color:#b0b0b0}.services__highlighted-keyword,.services__item-desc strong{font-weight:600;color:#e5e5e5;transition:color .35s ease}.services__item:hover .services__highlighted-keyword,.services__item:hover .services__item-desc strong{color:#ff6600}.services__arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;border:none;background:#3a3a3a;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;transition:background .3s ease,color .3s ease}.services__arrow:hover{background:#ff6600;color:#0f0f0f}.services__arrow--left{left:1.2rem}.services__arrow--right{right:1.2rem}@media (min-width:641px){.services__arrow{display:none}}.services__dots{display:flex;justify-content:center;gap:.55rem;margin-top:1.3rem}.services__dot{width:9px;height:9px;border-radius:2px;background:#444;transition:background .3s ease}.services__dot--active{background:#ff6600}@media (min-width:641px){.services__dots{display:none}}.services__cta{text-align:center;margin:5rem 0 2rem}.services__cta .btn--secondary{background-color:#ff6600;border-color:#ff6600;color:#ffffff}.services__cta .btn--secondary:hover{background-color:#e65c00;border-color:#e65c00}@media (max-width:640px){.services__grid--core,.services__grid--triple{display:flex;flex-wrap:nowrap;gap:0;margin:0;padding:0;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;align-items:flex-start}.services__item{flex:0 0 calc(100vw - 2rem);scroll-snap-align:start;scroll-snap-stop:always;display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.25rem 1rem;margin:0}.services__icon{margin:0 auto .75rem;font-size:2rem}.services__item-title{display:inline-block;margin-bottom:.5rem}.services__item-title:after{left:50%;transform:translateX(-50%)}.services__arrow{width:28px;height:28px;font-size:.75rem;top:65%}.services__arrow--left{left:.8rem}.services__arrow--right{right:.8rem}}.stats{padding:4rem 1rem;background-color:#121212}.stats__heading{text-align:center;margin-bottom:2rem}.stats__heading h2{display:inline-block;position:relative;font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:700;color:#ffffff;padding-bottom:.25rem}.stats__heading h2:after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:3rem;height:3px;background:#ff6600}.stats__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.stats__grid--carousel{display:none}.stats__item{background:#1f1f1f;border-left:4px solid #ff6600;border-radius:8px;padding:2rem 1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.6);display:flex;flex-direction:column;align-items:center;transition:transform .3s ease,box-shadow .3s ease}.stats__item:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.8)}.stats__number{font-size:2.75rem;font-weight:700;color:#ffffff;margin:0;line-height:1}.stats__label,.stats__number{font-family:Poppins,sans-serif}.stats__label{font-size:.875rem;font-weight:500;color:#b0b0b0;text-transform:uppercase;letter-spacing:.05em;margin-top:.5rem;margin-bottom:0}.stats__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.stats__dot{width:8px;height:8px;border-radius:50%;background:#444;transition:background .3s ease}.stats__dot--active{background:#ff6600}@media (max-width:640px){.stats__grid{display:none}.stats__grid--carousel{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:0 1rem 1rem;margin:0 auto;-ms-overflow-style:none;scrollbar-width:none}.stats__grid--carousel::-webkit-scrollbar{display:none}.stats__grid--carousel .stats__item{flex:0 0 calc(100vw - 2rem);scroll-snap-align:start}.stats__item{padding:1.5rem 1rem}}@media (min-width:641px){.stats__dots,.stats__grid--carousel{display:none}}.portfolio{background:#0f0f0f}.portfolio__heading{text-align:center;margin-bottom:4rem}.portfolio__heading h2{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:700}.portfolio__heading .heading__explore{color:#fff}.portfolio__heading .heading__ourWork{color:#ff6600}.portfolio__item{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:4rem;align-items:stretch;grid-template-areas:"image content"}.portfolio__item:nth-child(2n){grid-template-areas:"content image"}.portfolio__image{grid-area:image;border-radius:8px;overflow:hidden}.portfolio__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.portfolio__item:hover .portfolio__image img{transform:scale(1.03)}.portfolio__content{grid-area:content;display:flex;flex-direction:column;justify-content:flex-start;background:#151515;border-left:4px solid #ff6600;padding:2rem;box-shadow:0 6px 16px rgba(0,0,0,.7);border-radius:8px;transition:transform .3s ease,box-shadow .3s ease}.portfolio__item:nth-child(2n) .portfolio__content{border-left:none;border-right:4px solid #ff6600}.portfolio__item:hover .portfolio__content{transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,0,0,.8)}.portfolio__content h3{font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:1rem;transition:color .3s ease}.portfolio__item:hover .portfolio__content h3{color:#ff6600}.portfolio__content p{font-size:1rem;line-height:1.6;color:#ccc;margin-bottom:1.5rem}.portfolio__meta{display:flex;gap:2rem}.portfolio__meta-item{display:flex;flex-direction:column}.portfolio__meta-item strong{color:#888;font-weight:600;margin-bottom:.25rem;transition:color .3s ease}.portfolio__meta-item span{color:#888;font-size:.875rem;transition:color .3s ease}.portfolio__item:hover .portfolio__meta-item span,.portfolio__item:hover .portfolio__meta-item strong{color:#ff6600}strong:not(.portfolio__meta-item strong){color:#e5e5e5;transition:color .3s ease}.portfolio__item:hover strong:not(.portfolio__meta-item strong){color:#ff6600}.portfolio__cta{text-align:center;margin-top:3rem}.btn--primary{background:#ff6600;color:#fff;padding:.75rem 1.5rem;border-radius:4px;font-size:1rem;font-weight:600;box-shadow:0 4px 12px rgba(255,102,0,.4);transition:background .2s,transform .2s}.btn--primary:hover{background:#e65c00;transform:translateY(-2px)}@media (max-width:768px){.portfolio__item,.portfolio__item:nth-child(2n){display:grid;grid-template-columns:1fr;grid-template-areas:"image" "content";gap:1.5rem}.portfolio__image{grid-area:image;margin:0}.portfolio__content{grid-area:content;border-left:none;border-right:none;border-top:4px solid #ff6600;padding:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.6)}.portfolio__item:hover .portfolio__content{box-shadow:0 8px 20px rgba(0,0,0,.7)}}.stories{padding:4rem 1rem;background:#0f0f0f}.stories__heading h2{font-family:Poppins,sans-serif;font-size:2.8rem;font-weight:700;text-align:center;margin-bottom:2.5rem}.heading__proven{color:#fff}.heading__capabilities{color:#ff6600}.stories__carousel{position:relative;overflow:hidden;height:260px;margin-bottom:2rem}.stories__card{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(26,26,26,.95);border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.4);padding:1.5rem;display:flex;flex-direction:column;text-align:center;will-change:opacity,transform;transform:translateZ(0);transition:transform .3s ease}.stories__card:hover{transform:translateY(-4px)}.stories__image-wrapper{flex:0 0 auto;display:flex;align-items:center;justify-content:center;height:140px;margin-bottom:1rem}.stories__image{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;will-change:transform;transition:transform .3s ease,box-shadow .3s ease}.stories__image:hover{transform:scale(1.02);box-shadow:0 0 12px rgba(255,102,0,.5)}.stories__text{color:#b0b0b0}.stories__title{font-size:1.4rem;font-weight:600;color:#fff;margin-bottom:.5rem}.stories__subtitle{font-size:1rem;line-height:1.6}.highlighted{color:#ff6600;font-weight:600}.stories__dots{display:flex;justify-content:center;gap:.5rem}.stories__dot{width:10px;height:10px;background:#555;border-radius:50%;border:none;cursor:pointer;transition:background .2s,transform .2s}.stories__dot.active{background:#ff6600;transform:scale(1.3)}@media (min-width:768px){.stories__card{flex-direction:row;text-align:left;padding:2rem}.stories__image-wrapper{flex:0 0 40%;max-width:40%;height:auto;margin-bottom:0}.stories__text{flex:1;margin-left:1.5rem;display:flex;flex-direction:column;justify-content:center}}.founder-section{position:relative;padding:6rem 0;background-color:#0f0f0f;overflow:hidden}.founder-background{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(40,40,40,.4),transparent 70%);transform:rotate(30deg);z-index:0}.founder-container{position:relative;z-index:1;display:flex;align-items:flex-start;gap:3rem;max-width:1200px;margin:0 auto;padding:0 1rem;flex-wrap:wrap}.founder-photo{flex-shrink:0;width:180px;height:180px;border:4px solid #ff6600;box-shadow:0 8px 24px rgba(0,0,0,.6);transition:transform .4s ease,box-shadow .4s ease}.founder-photo:hover{transform:scale(1.05);box-shadow:0 12px 32px rgba(255,102,0,.4)}.founder-text{flex:1;color:#e5e7eb}.founder-text h2{font-family:Poppins,sans-serif;font-size:2.25rem;font-weight:700;margin:0}.founder-accent{width:80px;height:4px;background:linear-gradient(90deg,#ff6600,#ff9a3c);margin:.75rem 0 2rem;border-radius:2px}.founder-quote{border-left:4px solid #ff6600;padding-left:1rem;font-size:1.125rem;font-style:italic;color:#ccc;margin:0 0 1.5rem;line-height:1.6}.founder-message{font-size:1rem;line-height:1.75;color:#b0b0b0;margin:0 0 1rem}.founder-highlight{font-weight:600;color:#e5e7eb;transition:color .3s ease}.founder-container:hover .founder-highlight{color:#ff6600}.founder-signature{font-size:1.125rem;font-weight:600;color:#ffffff;margin-top:1.5rem}.founder-social{margin-top:.75rem;display:flex;gap:1rem}.founder-social a{font-size:1.25rem;color:#e5e7eb;transition:color .3s ease}.founder-social a:hover{color:#ff6600}@media (max-width:768px){.founder-container{flex-direction:column;align-items:center;text-align:center}.founder-quote,.founder-text h2{text-align:center}.founder-accent{margin:0 auto 2rem}}#why-trust{padding:4rem 0 6rem;overflow:visible}.container.trust-heading{text-align:center;margin-bottom:3rem}.container.trust-heading h2{font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;line-height:1.2}.trust-heading__white{color:#FFFFFF}.trust-heading__orange{color:#FF6600}.container.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem}.container.trust-carousel{display:none}.trust-card{background:#1A1A1A;padding:1.5rem;transition:transform .2s,box-shadow .2s}.trust-card:hover{transform:translateY(-4px)}.trust-icon-wrapper{width:48px;height:48px;color:#FF6600;font-size:1.5rem}.trust-card h3{font-size:1.125rem;margin-bottom:.5rem}.trust-card p{font-size:1.25rem;color:#B0B0B0;line-height:1.4}.hover-glow{transition:text-shadow .2s ease}.trust-card:hover .hover-glow{text-shadow:0 0 8px rgba(255,102,0,.75)}@media (max-width:640px){.container.trust-grid{display:none}.container.trust-carousel{display:flex;gap:1rem;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:0 1rem 2rem;margin:0;-ms-overflow-style:none;scrollbar-width:none}.container.trust-carousel::-webkit-scrollbar{display:none}.container.trust-carousel .trust-card{flex:0 0 90%;scroll-snap-align:center}.trust-card{padding:1.25rem 1rem}}.trust-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.trust-dot{width:8px;height:8px;border-radius:50%;background:#444;transition:background .3s}.trust-dot--active{background:#FF6600}@media (min-width:641px){.trust-dots{display:none}}.industries{padding:clamp(2rem,5vw,4rem) 1rem;background-color:#0F0F0F;color:#E5E7EB;font-family:Poppins,sans-serif}.industries__heading{text-align:center;margin-bottom:2.5rem;max-width:900px;margin-left:auto;margin-right:auto;padding:0 .5rem}.industries__heading h2{font-size:clamp(1.75rem,2.5vw,2.5rem);font-weight:700;margin:0;line-height:1.1}.industries__heading__white{color:#FFFFFF}.industries__heading__orange{color:#FF6600}.industries__heading p{font-size:clamp(1rem,1.5vw,1.25rem);color:#B0B0B0;margin-top:.5rem;margin-bottom:1.75rem;line-height:1.4}.industries__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.25rem;margin-top:0}@media (min-width:1024px){.industries__grid{grid-template-columns:repeat(6,minmax(140px,1fr));gap:2rem}}.industries__card{background:#1A1A1A;border-radius:10px;padding:1.25rem 1rem;text-align:center;min-width:0;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;gap:.5rem;position:relative;outline:none}@media (hover:hover) and (pointer:fine){.industries__card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 16px 40px rgba(255,102,0,.35)}.industries__card:hover .industries__icon-wrapper{transform:rotate(15deg) scale(1.2)}.industries__card:hover .industries__name{color:#FF6600}}.industries__card:focus-visible{outline:2px solid #FF6600;outline-offset:2px}.industries__icon-wrapper{width:52px;height:52px;margin:0 auto .5rem;color:#FF6600;font-size:1.75rem;transition:transform .3s ease;display:flex;align-items:center;justify-content:center}.industries__name{font-size:clamp(.9rem,1vw,1.05rem);color:#E5E7EB;white-space:normal;overflow-wrap:break-word;margin:0;font-weight:500;transition:color .3s ease}.newsletter{background:linear-gradient(90deg,#0F0F0F,#FF6600);padding:4rem 0;text-align:center}.newsletter__content h2{font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;color:#FFFFFF;margin-bottom:.5rem}.newsletter__content p{font-size:1.125rem;color:#E5E7EB;margin-bottom:1.5rem}.newsletter__form{display:inline-flex;gap:0;max-width:500px;width:100%}.newsletter__input{flex:1;padding:.75rem 1rem;border-radius:4px 0 0 4px;border:2px solid #ffffff;background:transparent;color:#FFFFFF;font-size:1rem;transition:border-color .2s}.newsletter__input:focus{outline:none;border-color:#FF6600}.newsletter__btn{background:#FF6600;color:#FFFFFF;padding:.75rem 1.5rem;border-radius:0 4px 4px 0;font-size:1rem;font-weight:600;transition:background-color .2s}.newsletter__btn:hover{background:#FF3300}.footer__top{background:#FF6600;padding:3rem 0}.footer__offices{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;width:90%;max-width:1280px;margin:0 auto}.footer__office-card{display:flex;align-items:center;gap:1rem}.footer__office-photo{width:170px;height:170px;object-fit:cover;border-radius:4px;flex-shrink:0}.footer__office-details h4{font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:700;color:#FFF;margin-bottom:.25rem}.footer__office-details p{margin:.15rem 0;font-size:.95rem;color:rgba(255,255,255,.9);line-height:1.4}.footer__bottom{background:#161616;padding:2rem 0;text-align:center;color:#BBB}.footer__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:1rem}.footer__nav a{color:#FF6600;font-weight:600;transition:color .2s}.footer__nav a:hover{color:#FFF}.footer__social{display:flex;justify-content:center;gap:1rem;margin-bottom:1rem}.footer__social a{color:#BBB;transition:color .2s}.footer__social a:hover{color:#FF6600}.footer__legal p{margin:.25rem 0;font-size:.85rem}#why-trust{background-color:#0F0F0F;padding:4rem 1rem;color:#FFFFFF}.trust-heading{text-align:center;margin-bottom:2rem}.trust-heading h2{font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#FFFFFF}.trust-heading p{font-family:Open Sans,sans-serif;font-size:1rem;color:#BBBBBB;margin:0}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:2rem}.trust-card{background-color:#1A1A1A;border-radius:8px;padding:2rem 1.5rem;text-align:center;transition:transform .3s,box-shadow .3s}.trust-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 8px 24px rgba(255,102,0,.3)}.trust-icon-wrapper{width:64px;height:64px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#FF6600,#FF3300);border-radius:50%}.trust-icon-wrapper svg{color:#FFFFFF;font-size:28px}.trust-card h3{font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:600;color:#FFFFFF;margin-bottom:.75rem}.trust-card p{font-family:Open Sans,sans-serif;font-size:1.125rem;line-height:1.5;color:#CCCCCC;margin:0}.about-section{background-color:#0F0F0F;padding:4rem 1rem;color:#FFFFFF}.about-section__heading{text-align:center;margin-bottom:2rem}.about-section__heading h2{font-family:Poppins,sans-serif;font-size:2.25rem;font-weight:700;color:#FFFFFF;margin:0}.about-section__content{max-width:800px;margin:0 auto;text-align:center}.about-section__text{font-family:Open Sans,sans-serif;font-size:1rem;line-height:1.6;color:#DDDDDD;margin-bottom:1.5rem}.about-section__services-list{list-style:none;padding:0;margin:1.5rem auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;text-align:left}.about-section__services-list li{position:relative;padding-left:1.5rem;font-family:Open Sans,sans-serif;font-size:1.125rem;color:#CCCCCC;margin-bottom:.75rem}.about-section__services-list li:before{content:"•";position:absolute;left:0;top:0;color:#FF6600;font-size:1.25rem;line-height:1}.about-section__info-list{list-style:none;padding:0;margin:2rem auto 2.5rem;text-align:left;display:inline-block}.about-section__info-list li{position:relative;padding-left:1.5rem;font-family:Open Sans,sans-serif;font-size:1.125rem;color:#BBBBBB;margin-bottom:.75rem}.about-section__info-list li:before{content:"";position:absolute;left:0;top:.5em;width:8px;height:8px;background-color:#FF6600;border-radius:50%}.about-section__button-link{display:inline-block}.about-section__button{background:linear-gradient(135deg,#FF6600,#FF3300);color:#FFFFFF;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;border:none;border-radius:4px;cursor:pointer;transition:background .3s ease,transform .2s ease,box-shadow .3s ease}.about-section__button:hover{background:#FF3300;transform:translateY(-2px);box-shadow:0 6px 16px rgba(255,102,0,.3)}.tabs-container{width:100%;display:flex;justify-content:center;gap:1rem;margin:2rem auto}.tab{font-family:Poppins,sans-serif;font-weight:600;padding:.75rem 1.5rem;border-radius:4px;background:#1A1A1A;color:#E5E7EB;border:2px solid transparent;cursor:pointer;transition:background .3s ease,color .3s ease,border-color .3s ease}.tab:hover{background:#2A2A2A}.tab.active{background:#FF6600;color:#FFFFFF;border-color:#FF6600}.tab:focus{outline:none;box-shadow:0 0 0 3px rgba(255,102,0,.5)}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.services__heading h2,.services__other-heading h3{background:linear-gradient(90deg,#FF6600,#FF3300,#FF6600);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 3s infinite}.services__card{position:relative;perspective:1000px;transform-style:preserve-3d;overflow:hidden;transition:transform .1s ease,box-shadow .1s ease}.services__card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(255,102,0,.1),transparent 70%);transform:rotate(45deg);transition:transform .1s ease}.services__card:hover{transform:rotateY(15deg) rotateX(8deg) scale(1.05);box-shadow:0 20px 40px rgba(255,102,0,.4)}.services__card:hover:before{transform:rotate(25deg) translate(30px,30px)}.services__icon-wrapper{animation:floatRotate 9s ease-in-out infinite;transition:transform .9s ease}.services__card:hover .services__icon-wrapper{animation:none;transform:rotate(1turn) scale(1.25)}.services__card:after{content:"";position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(120deg,rgba(255,255,255,.1),rgba(255,255,255,.3) 50%,rgba(255,255,255,.1));transform:skewX(-20deg)}@keyframes shine{to{left:125%}}.services__card:hover:after{animation:shine 1s ease-out forwards}@keyframes shimmerWhy{0%{background-position:-200% 0}to{background-position:200% 0}}#why-choose .why-choose__heading h2{background:linear-gradient(90deg,#FF6600,#FF3300,#FF6600);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shimmerWhy 2.5s ease-in-out infinite}#why-choose .why-choose__card{position:relative;perspective:1000px;transform-style:preserve-3d;overflow:hidden;transition:transform .6s ease,box-shadow .6s ease}#why-choose .why-choose__card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(255,102,0,.1),transparent 70%);transform:rotate(45deg);transition:transform .6s ease}#why-choose .why-choose__card:hover{transform:rotateY(12deg) rotateX(6deg) scale(1.05);box-shadow:0 20px 40px rgba(255,102,0,.4)}#why-choose .why-choose__card:hover:before{transform:rotate(25deg) translate(30px,30px)}@keyframes floatWhy{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(8deg)}}#why-choose .why-choose__icon-wrapper{animation:floatWhy 4s ease-in-out infinite;transition:transform .6s ease}#why-choose .why-choose__card:hover .why-choose__icon-wrapper{animation:none;transform:rotate(1turn) scale(1.2)}#why-choose .why-choose__card:after{content:"";position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(120deg,rgba(255,255,255,.1),rgba(255,255,255,.3) 50%,rgba(255,255,255,.1));transform:skewX(-20deg)}@keyframes shineWhy{to{left:125%}}#why-choose .why-choose__card:hover:after{animation:shineWhy 1s ease-out forwards}.service-details{padding:4rem 0}.service-item{display:flex;align-items:center;gap:2rem;margin-bottom:4rem;flex-direction:row}.service-item:nth-child(2n){flex-direction:row-reverse}.service-image img{width:100%;max-width:500px;border-radius:8px;object-fit:cover}.service-content{flex:1}.service-title{font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:700;color:#FFFFFF;margin-bottom:1rem}.service-desc{font-size:1rem;color:#B0B0B0;line-height:1.6;margin-bottom:1rem}.service-link{font-weight:600;color:#FF6600;transition:color .2s}.service-link:hover{color:#FF3300;text-decoration:underline}@media (max-width:768px){.service-item,.service-item:nth-child(2n){flex-direction:column}.service-image img{margin-bottom:1.5rem}}.service-hero{position:relative;width:100%;height:60vh;background-size:cover;background-position:50%;display:flex;align-items:center;color:#FFFFFF}.service-hero__overlay{position:absolute;inset:0;background-color:rgba(0,0,0,.6);z-index:0}.service-hero__content{position:relative;z-index:1;text-align:center;padding:0 1rem}.service-hero__title{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:.75rem}@media (min-width:768px){.service-hero__title{font-size:3.5rem}}.service-hero__subtitle{font-size:1.125rem;color:#D1D5DB;margin-bottom:1.5rem}@media (min-width:768px){.service-hero__subtitle{font-size:1.25rem}}.category-section{margin:4rem 0}.category-title{font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;color:#FF6600;text-align:center;margin-bottom:.5rem}.category-tagline{text-align:center;color:#D1D5DB;margin-bottom:2rem}.category-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.category-card{background:#1A1A1A;border-radius:8px;padding:2rem;text-align:center;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;align-items:center;text-decoration:none}.category-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(255,102,0,.3)}.icon-wrapper{width:64px;height:64px;margin-bottom:1rem}.icon-wrapper img{width:100%;height:auto}.category-card h3{font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:600;color:#FFFFFF;margin-bottom:.75rem}.category-card p{font-size:1rem;color:#B0B0B0;line-height:1.5}.erp-erm-tiles{display:flex;flex-wrap:wrap;gap:2rem;margin-top:2rem}.erm-tile,.erp-tile{flex:1 1 280px;background:#1a1a1a;border-radius:10px;padding:2rem;border-top:4px solid #ff6600}.erm-tile span,.erp-tile span{font-size:.85rem;font-weight:400;color:#ff6600}.erm-tile h4,.erp-tile h4{font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:600;color:#ffffff;margin-bottom:.75rem}.erm-tile p,.erp-tile p{font-size:1rem;color:#bcbcbc;line-height:1.6}.benefit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem}.benefit-card{background:#1a1a1a;border-radius:10px;padding:2rem 1.5rem;text-align:center;transition:transform .25s,box-shadow .25s}.benefit-card:hover{transform:translateY(-6px);box-shadow:0 10px 32px rgba(255,102,0,.2)}.benefit-icon{font-size:2rem;color:#ff6600;margin-bottom:.75rem}.benefit-card h4{font-family:Poppins,sans-serif;font-size:1.15rem;color:#ffffff;margin-bottom:.5rem}.benefit-card p{font-size:.95rem;color:#c2c2c2;line-height:1.5}.headline-center{font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:700;color:#ffffff;text-align:center;margin-bottom:.75rem}.pitch-center{font-size:1.125rem;color:#b0b0b0;text-align:center;margin-bottom:2rem}.erp-modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.erp-module-card{background:#1a1a1a;border:2px solid #262626;border-radius:10px;padding:2rem 1.5rem;text-align:left;transition:transform .25s,box-shadow .25s,border-color .25s}.erp-module-card:hover{transform:translateY(-6px);border-color:#ff6600;box-shadow:0 10px 32px rgba(255,102,0,.25)}.erp-module-card h4{margin:1rem 0 .5rem;font-family:Poppins,sans-serif;font-size:1.15rem;color:#ffffff}.erp-module-card p{font-size:.975rem;color:#bdbdbd}.icon-wrap{width:48px;height:48px;background:linear-gradient(135deg,#ff6600,#ff3300);border-radius:12px;display:flex;align-items:center;justify-content:center}.icon-wrap svg{color:#ffffff;font-size:1.5rem}.erp-types-wrapper{display:flex;flex-wrap:wrap;gap:2.5rem}.erp-types-column{flex:1 1 280px}.erp-type-card{background:#1a1a1a;border-left:3px solid #ff6600;padding:1rem 1.25rem;margin-bottom:1rem;font-size:.975rem;color:#cccccc}.erp-types-heading{color:#ff6600;font-weight:600;margin-bottom:.5rem;font-family:Poppins,sans-serif}@media (min-width:1024px){.erp-timeline-step .content{padding:1.4rem 1.75rem}}.cta-block .tiny-note{font-size:.85rem;color:#8d8d8d}.flex-center{display:flex;justify-content:center;align-items:center}.timeline{position:relative;margin:4rem 0;padding:0 2rem}.timeline:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:4px;background:linear-gradient(180deg,#FF6600,#FF3300);transform:translateX(-50%);border-radius:2px;z-index:0}.timeline-item{position:relative;display:flex;width:100%;margin-bottom:2rem;opacity:0;transform:translateY(20px);animation:fadeSlide .6s ease-out calc(var(--i,1) * .15s) forwards}.timeline-item:before{width:30px;height:30px;margin-top:-15px;transform:translateX(-50%);background-color:#0F0F0F;z-index:1}.timeline-item:after,.timeline-item:before{content:"";position:absolute;top:0;left:50%;border-radius:50%}.timeline-item:after{transform:translate(-50%,-50%);width:12px;height:12px;background-color:#FF6600;z-index:2}.timeline-item:nth-child(odd){justify-content:flex-end}.timeline-item:nth-child(2n){justify-content:flex-start}.timeline-content{width:calc(50% - 2rem)}.timeline-item:nth-child(2n) .timeline-content{text-align:right}.timeline-item:nth-child(odd) .timeline-content{text-align:left}@keyframes fadeSlide{to{opacity:1;transform:translateY(0)}}@media (max-width:1023px){.timeline{padding-left:2rem;padding-right:0}.timeline:before{left:1rem;width:3px;background-color:#FF6600;transform:none}.timeline-item{justify-content:flex-start!important}.timeline-content{width:100%;margin-bottom:1.5rem;text-align:left!important}.timeline-item:after,.timeline-item:before{left:1rem}}.headline-center{margin-bottom:1.25rem;margin-top:0}.section-gap-top{margin-top:6rem}.enterprise-solutions-section{margin-top:4rem;margin-bottom:4rem}.enterprise-solutions-section>*+*{margin-top:4rem}.portfolio{padding:6rem 0}.portfolio-filter{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem}.filter-btn{font-family:Poppins,sans-serif;font-weight:600;padding:.6rem 1.4rem;border-radius:4px;background:#1A1A1A;color:#E5E7EB;border:2px solid transparent;cursor:pointer;transition:background .25s,color .25s,border-color .25s}.filter-btn:hover{background:#262626}.filter-btn.active{background:#FF6600;border-color:#FF6600;color:#FFFFFF}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.portfolio-card{background:#1A1A1A;border-radius:10px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.portfolio-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(255,102,0,.25)}.portfolio-image-wrapper img{width:100%;height:180px;object-fit:cover}.portfolio-content{padding:1.5rem}.portfolio-content h3{font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:600;color:#FFFFFF;margin-bottom:.5rem}.portfolio-content p{font-size:.975rem;line-height:1.5;color:#BDBDBD;margin-bottom:1rem}.portfolio-link{display:inline-flex;align-items:center;gap:.35rem;font-weight:600;color:#FF6600;transition:color .25s}.portfolio-link:hover{color:#FF3300}.portfolio-category-block{margin-top:4rem}.portfolio-category-title{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700;color:#ffffff;margin-bottom:1.25rem;text-align:left}.portfolio-list{width:100%}.portfolio-text h3{font-size:1.4rem;color:#FFFFFF}.portfolio-text p{color:#CCCCCC}.portfolio-card--stack{display:flex;flex-direction:column;background:#1A1A1A;border-radius:10px;margin-bottom:3rem;overflow:hidden}.portfolio-card--stack img{width:100%;height:auto}.portfolio-text{padding:2rem}.portfolio-text h3{font-family:Poppins,sans-serif;font-size:1.45rem;font-weight:600;color:#fff;margin-bottom:.75rem}.portfolio-text p{font-size:1.05rem;line-height:1.6;color:#ccc;margin-bottom:1.25rem}.toggle-btn{font-weight:600;color:#FF6600;background:none;border:none;cursor:pointer}.toggle-btn:hover{color:#FF3300}.long-copy{margin-top:.5rem}.portfolio-card--stack:not(.open) .long-copy{display:none}@media(min-width:768px){.portfolio-card--stack{flex-direction:row;align-items:stretch}.portfolio-card--stack img{width:320px;height:100%;object-fit:cover}}.contact-section{position:relative;width:100%;overflow:hidden;padding-top:8rem;padding-bottom:4rem;background:url(/_next/static/media/hero-bg.9e9759f7.jpg) 50%/cover no-repeat;background-size:cover}.contact-section:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.6) 0,rgba(0,0,0,.9) 75%,#0F0F0F);z-index:0}.contact-section .contact-wrapper{position:relative;z-index:1}.contact-wrapper{display:flex;flex-direction:column;gap:3.5rem;margin:0 auto;max-width:1280px;padding:0 1rem}@media (min-width:1024px){.contact-wrapper{flex-direction:row;align-items:flex-start;justify-content:center}}.contact-info{flex:1;min-width:260px}.contact-heading{font:700 2.25rem/1.15 Poppins,sans-serif}.contact-heading .accent{color:#FF6600}.contact-sub{font-size:1.15rem;color:#D1D5DB;margin:.9rem 0 1.5rem}.contact-bullets{list-style:none;margin:0;padding:0}.contact-bullets li{display:flex;gap:.6rem;font-size:1.05rem;color:#E5E7EB;margin:.75rem 0}.contact-bullets .icon{color:#FF6600;font-size:1rem;margin-top:.15rem}.contact-card{flex:0 0 520px;background:rgba(27,27,27,.55);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.06);border-top:4px solid #ff6600;border-radius:12px;padding:2.75rem 2rem;box-shadow:0 25px 60px rgba(0,0,0,.5)}.contact-form{display:flex;flex-direction:column;gap:1.2rem}.fl-group{position:relative}.fl-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-size:1rem;color:#6B7280;pointer-events:none;transition:.25s}.fl-input{width:100%;height:48px;border:1px solid #333;border-radius:8px;background:#0F0F0F;color:#E5E7EB;font-size:.97rem;padding:1.15rem 1rem .45rem 2.5rem;transition:border-color .3s,box-shadow .3s}.fl-input:focus{border-color:#FF6600;box-shadow:0 0 0 3px rgba(255,102,0,.35);outline:none}.fl-label{position:absolute;left:2.5rem;top:50%;transform:translateY(-50%);font-size:.95rem;color:#9CA3AF;pointer-events:none;transition:all .25s}.fl-input:focus+.fl-label,.fl-input:not(:placeholder-shown)+.fl-label{top:.55rem;font-size:.75rem;color:#FF6600}.fl-input:focus+.fl-label+.fl-icon,.fl-input:not(:placeholder-shown)+.fl-label+.fl-icon{color:#FF6600}.fl-group textarea.fl-input{min-height:130px;line-height:1.35;resize:vertical}.fl-select{padding:1.15rem 1rem .45rem 2.5rem;min-height:48px;line-height:normal;appearance:none;width:100%;border:1px solid #333;border-radius:8px;background:#0F0F0F;color:#E5E7EB;font-family:Open Sans,sans-serif;font-size:.97rem;cursor:pointer;transition:border-color .3s,box-shadow .3s}.fl-select:focus{border-color:#FF6600;box-shadow:0 0 0 3px rgba(255,102,0,.35);outline:none}.fl-select option[disabled]{color:#9CA3AF}.fl-select option{background:#0F0F0F;color:#E5E7EB}.fl-chevron{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:.9rem;color:#6B7280;pointer-events:none;transition:.25s}.fine-print{font-size:.8rem;color:#777;margin-top:.3rem}.form-alert{margin-top:.8rem;font-size:.95rem;font-weight:600}.form-alert.success{color:#22C55E}.form-alert.error{color:#EF4444}.required-star{color:#EF4444;margin-left:.25rem}.faq-section{background-color:#0F0F0F;padding:4rem 0}.faq-section .contact-heading{margin-bottom:.5rem}.faq-section .contact-sub{margin-bottom:2rem;color:#B0B0B0}.faq-list{display:grid;gap:1rem}.faq-item{background:#1A1A1A;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.3)}.faq-question{position:relative;padding:1rem 1.5rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;color:#E5E7EB;cursor:pointer}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);font-size:1.25rem;color:#FF6600;transition:transform .3s ease}.faq-item[open] .faq-question:after{content:"−";transform:translateY(-50%)}.faq-answer{background:#121212;padding:.75rem 1.5rem 1.5rem;font-size:.95rem;line-height:1.6;color:#D1D5DB}.about-page,.faq-answer{font-family:Open Sans,sans-serif}.about-page{background:#0f0f0f;color:#e5e7eb}.container{width:90%;max-width:1280px;margin:0 auto}.about-hero{position:relative;width:100%;min-height:68vh;display:flex;align-items:center}.about-hero:before{content:"";position:absolute;inset:0;background:url(/_next/static/media/hero-bg.9e9759f7.jpg) 50%/cover no-repeat;filter:brightness(.35);z-index:0}.about-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,15,15,0) 0,rgba(15,15,15,.85) 75%,#0f0f0f);z-index:1}.hero-grid{position:relative;z-index:2;display:grid;gap:1.6rem;padding:0 0 4rem}@media (min-width:860px){.hero-grid{grid-template-columns:minmax(0,640px) auto;gap:3rem;align-items:center}}@media (min-width:1440px){.hero-grid{gap:4.5rem}}.hero-copy{min-width:0}.microtag{font-size:.8rem;font-weight:600;letter-spacing:.8px;text-transform:uppercase;color:#ff6600;margin-bottom:.35rem}.hero-copy h1{font:700 2rem/1.25 Poppins,sans-serif;color:#ffffff}@media (min-width:360px){.hero-copy h1{font-size:2.3rem}}@media (min-width:540px){.hero-copy h1{font-size:2.7rem}}@media (min-width:860px){.hero-copy h1{font-size:3.1rem}}.accent{color:#ff6600}.lede{font-size:.97rem;line-height:1.55;color:#d1d5db;margin:1rem 0 1.6rem}@media (min-width:540px){.lede{font-size:1.05rem}}.cta-row{display:flex;flex-wrap:wrap;gap:.75rem}.btn{display:inline-flex;align-items:center;gap:.35rem;border-radius:4px;font-weight:600;text-decoration:none;transition:.25s;font-family:Poppins,sans-serif}.btn svg{margin-left:.25rem}.btn-primary{background:#ff6600;color:#ffffff;padding:.7rem 1.4rem}.btn-primary:hover{background:#e55300}.btn-secondary{border:2px solid #ff6600;color:#ff6600;padding:.65rem 1.4rem}.btn-secondary:hover{background:#ff6600;color:#ffffff}.hero-feature{max-width:420px;width:100%}.hero-feature img{width:100%;height:auto;border-radius:6px;object-fit:cover;box-shadow:0 6px 20px rgba(0,0,0,.4)}@media (max-width:859px){.hero-feature{order:2;margin-top:1rem}}.founder{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:4rem 0;text-align:center;max-width:1200px;margin:0 auto}@media (min-width:640px){.founder{flex-direction:row;align-items:flex-start;text-align:left;gap:2.5rem}}.founder-photo{width:160px;height:160px;border-radius:50%;object-fit:cover;border:3px solid #ff6600;box-shadow:0 0 16px rgba(255,102,0,.2)}.founder-text h2{font:700 1.8rem Poppins,sans-serif;color:#ff6600;margin-bottom:1rem}.founder-text blockquote{max-width:650px;font-style:italic;font-size:1rem;line-height:1.6;color:#d1d5db;border-left:3px solid #ff6600;padding-left:1rem;margin-bottom:.5rem}.founder-microcopy{font-size:.85rem;color:#999;margin:.5rem 0 1.5rem;font-style:normal;font-weight:400}.founder-text p{font-size:.97rem;color:#cccccc;line-height:1.65;margin-bottom:.75rem}.founder-text .sign{letter-spacing:.5px;color:#e5e5e5;font-weight:600;margin-top:1rem;line-height:1.5}.founder:hover .hover-glow{color:#ff6600;text-shadow:0 0 8px rgba(255,102,0,.5)}.about-section{padding:3.5rem 0}.alt-bg{background:#171717}.about-section h2{font:700 1.75rem Poppins,sans-serif;color:#ff6600;margin-bottom:.8rem}@media (min-width:540px){.about-section h2{font-size:2rem}}.about-section p{font-size:.95rem;line-height:1.65;color:#e5e7eb;margin-bottom:1.2rem}.hover-glow{color:#e0e0e0;transition:color .4s ease,text-shadow .4s ease;font-weight:500}.section-cta{text-align:center;margin-top:2rem}.about-section:hover .hover-glow{color:#ff6600;text-shadow:0 0 8px rgba(255,102,0,.5)}.card-grid{display:grid;gap:1.4rem}@media (min-width:540px){.card-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}.service-card{background:#1a1a1a;border:2px solid #262626;border-radius:8px;padding:1.8rem 1.3rem;text-align:center;transition:.25s}.service-card:hover{transform:translateY(-5px);border-color:#ff6600;box-shadow:0 8px 26px rgba(255,102,0,.25)}.service-card h3{font:600 1.1rem Poppins,sans-serif;color:#ffffff;margin:0}.service-card p{font-size:.9rem;color:#c8c8c8;line-height:1.5;margin:.6rem 0 0}.why-card{background:#1a1a1a;border-left:4px solid #ff6600;border-radius:6px;padding:1.6rem 1.3rem;transition:.25s}.why-card:hover{transform:translateY(-5px);box-shadow:0 8px 26px rgba(255,102,0,.25)}.why-card h4{font:600 1.1rem Poppins,sans-serif;color:#ffffff;margin-bottom:.45rem}.why-card p{font-size:.9rem;color:#c2c2c2;line-height:1.5}.leaders-stack{gap:1.6rem;margin-top:1.8rem}.leader-card,.leaders-stack{display:flex;flex-direction:column}.leader-card{background:#1a1a1a;border-radius:8px;box-shadow:0 6px 18px rgba(0,0,0,.25);padding:1.8rem;align-items:center;transition:.25s}.leader-card:hover{transform:translateY(-5px);box-shadow:0 10px 28px rgba(255,102,0,.3)}@media (min-width:600px){.leader-card{flex-direction:row;align-items:flex-start;padding:1.8rem 2.2rem}}.avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;background:#0f0f0f;border:3px solid #ff6600;margin-bottom:1rem}@media (min-width:600px){.avatar{margin:0 1.4rem 0 0}}.leader-content{text-align:center}@media (min-width:600px){.leader-content{text-align:left}}.leader-content h3{font:600 1.3rem Poppins,sans-serif;margin-bottom:.35rem}.role{font-style:italic;color:#b0b0b0;margin-bottom:.8rem}.bio,.role{font-size:.9rem}.bio{color:#c0c0c0;line-height:1.55;margin-bottom:1rem}.social a{font-size:1.2rem;color:#e5e7eb;margin:0 .4rem;transition:color .2s}.social a:hover{color:#ff6600}@media (max-width:640px){.container.founder-container{flex-direction:column;align-items:center;text-align:center;gap:2rem}.founder-text{order:2}.founder-photo{order:1}.founder-social{justify-content:center}}.final-cta{background:#171717;text-align:center;padding:4rem 0}.final-cta h2{font:700 1.6rem Poppins,sans-serif;color:#ffffff;margin-bottom:1.2rem}@media (min-width:540px){.final-cta h2{font-size:1.9rem}}@media (max-width:480px){.cta-row{justify-content:center}.founder{text-align:center}}.group:hover .hover-glow{color:#ff6600;text-shadow:0 0 8px rgba(255,102,0,.5);transition:color .3s ease,text-shadow .3s ease}:root{--c-card:rgba(18,18,28,0.78);--c-card-2:rgba(255,255,255,0.06);--c-dim:#aeb4c2;--ring:0 0 0 3px rgba(255,106,0,0.35);--radius-12:12px}.contact2{grid-template-columns:1.1fr .9fr;gap:clamp(1.5rem,3vw,3rem);padding:calc(var(--navbar-height, 80px) + 2rem) 1rem 3rem}@media (max-width:1024px){.contact2{grid-template-columns:1fr;padding-bottom:2rem}}:root{--c-bg:#0f0f1f;--c-card:rgba(18,18,28,.78);--c-card-2:rgba(255,255,255,.06);--c-text:#e6e9ef;--c-muted:#8891a3;--c-input:#0c0d14;--c-border:#2b2f3b;--c-accent:#ff6a00;--c-accent-2:#ff8a2a;--ring:0 0 0 3px rgba(255,106,0,.35);--radius-14:14px;--navbar-height:80px;--fix-mobile-font:16px}.contact2{position:relative;display:grid;grid-template-columns:1fr;gap:clamp(1rem,3vw,1.5rem);max-width:1200px;margin:0 auto;padding:calc(var(--navbar-height) + 1.25rem) 1rem calc(2rem + env(safe-area-inset-bottom));color:var(--c-text);scroll-margin-top:calc(var(--navbar-height) + 12px)}@media (min-width:1025px){.contact2{grid-template-columns:1.1fr .9fr;gap:clamp(1.5rem,3vw,3rem);padding-bottom:3rem}}.contact2.contact2--hasVideo{position:relative;overflow:visible}.contact2__bg{position:absolute;inset:0 0 0 50%;transform:translateX(-50%);width:100vw;height:100%;pointer-events:none;z-index:0}.contact2__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(.48) contrast(1.05) saturate(1.05)}@media (max-width:900px){.contact2__video{object-position:top center}}.contact2__overlay{inset:0;background:radial-gradient(120% 120% at 20% 0,rgba(0,0,0,.64) 0,rgba(0,0,0,.4) 35%,rgba(0,0,0,.58) 100%)}.contact2__fade,.contact2__overlay{position:absolute;pointer-events:none}.contact2__fade{left:0;right:0;bottom:0;height:200px;background:linear-gradient(180deg,rgba(15,15,31,0) 0,#0F0F0F 75%)}.contact2__card,.contact2__intro{position:relative;z-index:1}.contact2__tag{font:700 .78rem/1 Poppins,system-ui,sans-serif;letter-spacing:1.6px;text-transform:uppercase;color:var(--c-accent);margin-bottom:.4rem}.contact2__title{font:800 clamp(1.9rem,6vw,3.6rem)/1.06 Poppins,system-ui,sans-serif;margin:0 0 .4rem;color:#fff;text-shadow:0 6px 28px rgba(0,0,0,.55)}.contact2__accent{color:var(--c-accent)}.contact2__lede{color:#d0d4db;margin-bottom:1rem;font-size:clamp(1rem,1.2vw,1.125rem)}.contact2__chips{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:10px;max-width:640px}.chip{display:flex;align-items:center;gap:.55rem;width:100%;min-height:44px;padding:10px 14px;border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.08);color:#e9edf6;font-weight:600;font-size:.95rem}.chip svg{color:var(--c-accent)}.contact2__card{background:radial-gradient(120% 120% at 100% 0,rgba(255,106,0,.07),transparent 45%),var(--c-card);border:1px solid var(--c-card-2);border-top:3px solid var(--c-accent);border-radius:var(--radius-14);padding:1rem;box-shadow:0 20px 70px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.04);backdrop-filter:blur(10px)}@media (min-width:1025px){.contact2__card{position:sticky;top:calc(var(--navbar-height) + 16px)}}.contact2__segmented{position:sticky;top:0;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:.45rem;padding:.35rem;margin:.1rem .1rem .9rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:999px;backdrop-filter:blur(6px)}.segmented__btn{display:inline-flex;gap:.45rem;align-items:center;justify-content:center;height:42px;border-radius:999px;color:#d6dae3;font-weight:700;background:transparent;border:none;cursor:pointer;transition:transform .15s ease,background .2s ease,color .2s ease;-webkit-tap-highlight-color:transparent}.segmented__btn.is-active{color:#101216;background:linear-gradient(135deg,var(--c-accent),var(--c-accent-2));box-shadow:0 6px 24px rgba(255,106,0,.35)}.segmented__btn:hover{transform:translateY(-1px)}.contact2__form{display:grid;gap:.85rem}.fl2{position:relative;display:block}.fl2__icon{position:absolute;left:.9rem;top:50%;transform:translateY(-50%);color:var(--c-muted);font-size:1rem;pointer-events:none}.fl2__input{width:100%;height:54px;border-radius:12px;border:1px solid var(--c-border);background:var(--c-input);color:var(--c-text);padding:1.1rem 1rem .35rem 2.5rem;font-size:var(--fix-mobile-font);transition:border-color .2s,box-shadow .2s}.fl2__input:focus{border-color:var(--c-accent);box-shadow:var(--ring);outline:none}.fl2__label{position:absolute;left:2.55rem;top:50%;transform:translateY(-50%);color:var(--c-muted);font-size:.95rem;transition:.2s ease;pointer-events:none}.fl2__input:focus+.fl2__label,.fl2__input:not(:placeholder-shown)+.fl2__label{top:.55rem;font-size:.75rem;color:var(--c-accent)}.fl2__label b{color:#ffb5a1;margin-left:.2ch;font-weight:700}.fl2__select{appearance:none}.fl2__chev{position:absolute;right:.9rem;top:50%;transform:translateY(-50%);color:var(--c-muted);pointer-events:none}.fl2--area .fl2__input{height:auto;min-height:120px;padding-top:1.35rem;line-height:1.45}.contact2__fine{color:#98a2b3;font-size:.85rem;margin-top:.2rem}.contact2__alert{font-weight:700;margin-top:.55rem}.contact2__alert.success{color:#22c55e}.contact2__alert.error{color:#ef4444}.contact2__submit{height:54px;border-radius:12px;border:none;cursor:pointer;background:linear-gradient(135deg,var(--c-accent),var(--c-accent-2));color:#0c0d14;font-weight:800;letter-spacing:.3px;box-shadow:0 18px 50px rgba(255,106,0,.35);transition:transform .15s ease,box-shadow .2s ease,filter .2s ease}.contact2__submit:hover{transform:translateY(-1px) scale(1.01);box-shadow:0 26px 70px rgba(255,106,0,.45)}.contact2__submit:disabled{filter:grayscale(.35) opacity(.8);cursor:not-allowed}.contact2__booking{border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.04);border-radius:14px;padding:.9rem;margin-top:.25rem}.booking__header{display:flex;justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:.5rem}.booking__title{font-weight:700;color:#fff}.booking__tz{font-size:.85rem;color:#b7bdc9}.booking__row{display:grid;gap:.75rem}@media (min-width:720px){.booking__row{grid-template-columns:220px 1fr;align-items:center}}.booking__field{position:relative;display:flex;align-items:center;height:48px;border:1px solid var(--c-border);background:var(--c-input);border-radius:12px;padding:0 .75rem}.booking__field input[type=date]{width:100%;background:transparent;border:none;color:var(--c-text);font:inherit;padding-left:.5rem;outline:none;font-size:var(--fix-mobile-font)}.booking__icon{color:var(--c-muted)}.booking__slots{display:flex;flex-wrap:wrap;gap:.5rem}.slot{height:40px;padding:0 .9rem;border-radius:999px;border:1px solid var(--c-border);background:#12131b;color:var(--c-text);font-weight:700;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .1s ease;-webkit-tap-highlight-color:transparent}.slot:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.2)}.slot.is-selected{background:linear-gradient(135deg,var(--c-accent),var(--c-accent-2));color:#0c0d14;border-color:transparent}.hidden-visually{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap;border:0;padding:0;margin:-1px}@media (prefers-reduced-motion:reduce){.contact2__submit,.segmented__btn,.slot{transition:none!important}}.about-hero,.about-hero .hero-copy,.about-hero .hero-grid{overflow:visible}.about-hero-title{word-break:normal;overflow-wrap:anywhere;hyphens:auto}.h1-part{display:inline}@media (max-width:859px){.about-hero .hero-copy{text-align:center;padding-inline:12px}.about-hero .microtag,.about-hero-title{margin-inline:auto}.about-hero-title{line-height:1.15;max-width:22ch;padding-inline:6px;text-align:center}.about-hero-title .h1-line1,.about-hero-title .h1-line2{display:block}.about-hero .cta-row{justify-content:center}#founder-title,#leaders-title,#mission-title,.about-section h2{text-align:center}}@supports (text-wrap:balance){.about-hero-title{text-wrap:balance}}.site-header .header-inner.container{max-width:100%!important;width:100%!important;padding-left:8px!important;padding-right:8px!important}@media (min-width:1025px){.site-header{padding-left:0;padding-right:0}.site-header .header-inner{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}}