:root{--primary-teal:#089282;--primary-teal-dark:#067265;--primary-teal-light:#16b3a1;--secondary-gray:#595959;--dark-bg:#050505;--dark-surface:#121212;--dark-surface-2:#1e1e1e;--light-bg:#fff;--light-surface:#f8f9fa;--text-primary:#111;--text-secondary:#555;--text-light:#fff;--text-light-muted:#ccc;--font-display:"Outfit",sans-serif;--font-body:"Inter",sans-serif;--spacing-xs:0.5rem;--spacing-sm:1rem;--spacing-md:2rem;--spacing-lg:4rem;--spacing-xl:8rem;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-full:9999px;--transition-slow:0.6s cubic-bezier(0.22,1,0.36,1);--transition-fast:0.3s ease}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--light-bg);color:var(--text-primary);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);line-height:1.1;letter-spacing:-.02em}h1,h2{font-weight:700}h3,h4,h5,h6{font-weight:600}.text-teal{color:var(--primary-teal)}.text-center{text-align:center}.container{max-width:1400px;margin:0 auto;padding:0 5%}.section-label{font-size:.875rem;color:var(--secondary-gray);margin-bottom:1rem}.section-label,.section-tag{font-family:var(--font-display);font-weight:600;text-transform:uppercase;letter-spacing:.15em;display:block}.section-tag{font-size:.85rem;color:var(--primary-teal);margin-bottom:1.25rem}.section-title{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:2rem}.navbar{position:fixed;top:0;left:0;width:100%;padding:1.5rem 0;z-index:100;transition:var(--transition-fast)}.navbar.scrolled{background:hsla(0,0%,100%,.9);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05);padding:1rem 0}.nav-container{max-width:1400px;margin:0 auto;padding:0 5%;display:flex;justify-content:space-between;align-items:center}.nav-logo{height:32px;width:auto}.nav-menu{display:flex;align-items:center;gap:2.5rem}.nav-menu-item{font-family:var(--font-display);font-size:.95rem;font-weight:500;color:var(--text-secondary);text-decoration:none;transition:all .3s ease;position:relative;padding:.5rem 0}.nav-menu-item:hover{color:var(--primary-teal)}.nav-menu-item:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:var(--primary-teal);transform:scaleX(0);transform-origin:right;transition:transform .3s cubic-bezier(.165,.84,.44,1)}.nav-menu-item:hover:after{transform:scaleX(1);transform-origin:left}.nav-menu-item.active{color:var(--primary-teal);font-weight:600}.nav-menu-item.active:after{transform:scaleX(1)}.cta-button{background:var(--dark-bg);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:var(--radius-full);font-family:var(--font-body);font-weight:500;cursor:pointer;transition:var(--transition-fast);text-decoration:none;display:inline-block}.cta-button:hover{background:var(--primary-teal);transform:translateY(-2px)}body.mobile-menu-active{overflow:hidden}.nav-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(8,146,130,.08);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:98}body.mobile-menu-active .nav-overlay{opacity:1;pointer-events:auto}@media (max-width:768px){.nav-menu{position:fixed;top:0;right:-100%;width:80%;max-width:320px;height:100vh;background:#fff;box-shadow:-10px 0 30px rgba(8,146,130,.05);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;padding:3rem;transition:right .4s cubic-bezier(.165,.84,.44,1);z-index:99}body.mobile-menu-active .nav-menu{right:0}.desktop-cta{display:none!important}.nav-menu .mobile-cta{display:inline-block;margin-top:1rem;width:100%;text-align:center}.menu-toggle{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:transparent;border:none;cursor:pointer;z-index:101;padding:0}.hamburger-line{width:100%;height:2px;background-color:var(--text-primary);transition:all .3s ease}body.mobile-menu-active .menu-toggle .hamburger-line:first-child{transform:translateY(8px) rotate(45deg)}body.mobile-menu-active .menu-toggle .hamburger-line:nth-child(2){opacity:0}body.mobile-menu-active .menu-toggle .hamburger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}}@media (min-width:769px){.menu-toggle,.nav-overlay{display:none}.mobile-cta{display:none!important}}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding-top:80px;overflow:hidden}.hero-content{text-align:center;z-index:10;max-width:1000px;padding:0 5%}.hero-title{font-size:clamp(3rem,8vw,6.5rem);margin-bottom:1.5rem;display:flex;flex-direction:column}.hero-line{display:block;animation:heroFadeUp 1s cubic-bezier(.165,.84,.44,1) forwards;animation-delay:.1s;opacity:0}.hero-line:nth-child(2){animation-delay:.3s}.hero-subtitle{font-size:clamp(1.25rem,2vw,1.75rem);color:var(--secondary-gray);margin-bottom:2rem;font-weight:500;animation:heroFadeUp 1s cubic-bezier(.165,.84,.44,1) forwards;animation-delay:.5s;opacity:0}.hero-description{font-size:clamp(1.1rem,1.5vw,1.25rem);color:var(--text-secondary);max-width:800px;margin:0 auto;animation:heroFadeUpNoOpacity 1s cubic-bezier(.165,.84,.44,1) forwards}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes heroFadeUpNoOpacity{0%{transform:translateY(30px)}to{transform:translateY(0)}}.hero-background{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80vw;height:80vw;background:radial-gradient(circle,rgba(8,146,130,.05) 0,hsla(0,0%,100%,0) 70%);z-index:0;border-radius:50%}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);animation:bounce 2s infinite;color:var(--secondary-gray)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) translateX(-50%)}40%{transform:translateY(-15px) translateX(-50%)}60%{transform:translateY(-7px) translateX(-50%)}}.rethink-section{position:relative;background:var(--light-surface);overflow:hidden}.dual-layout{display:flex;justify-content:space-between;gap:4rem;padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl);position:relative;z-index:2}.left-col{width:40%;flex:0 0 40%}.sticky-col{height:fit-content;align-self:flex-start}.right-col{width:50%;flex:0 0 50%;display:flex;flex-direction:column;gap:2rem;padding-top:20vh;padding-bottom:20vh}.feature-card{background:var(--light-bg);padding:3rem;border-radius:var(--radius-lg);box-shadow:0 20px 40px rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.02);transition:var(--transition-slow);transform:translateY(100px);opacity:0}.card-icon{width:64px;height:64px;background:rgba(8,146,130,.1);color:var(--primary-teal);display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);margin-bottom:1.5rem}.card-icon svg{width:32px;height:32px}.feature-card h3{font-size:1.75rem;margin-bottom:.5rem}.feature-card p{color:var(--text-secondary);font-size:1.1rem}.parallax-bg-image{position:absolute;top:0;right:0;width:45%;height:100%;background-size:cover;background-position:50%;opacity:.05;z-index:0}@media (max-width:992px){.dual-layout{flex-direction:column}.left-col,.right-col{width:100%;max-width:100%;flex:none}.right-col{padding-top:0}}.benefits-section{padding:var(--spacing-xl) 0;background:var(--light-bg)}.section-header{margin-bottom:5rem}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.benefit-item{padding:4rem;border-radius:var(--radius-lg);background:var(--light-surface);position:relative;overflow:hidden;transform:translateY(50px);opacity:0}.benefit-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:2px solid var(--primary-teal);border-radius:var(--radius-lg);opacity:0;transform:scale(.95);transition:var(--transition-slow);pointer-events:none}.benefit-item:hover:before{opacity:1;transform:scale(1)}.b-icon{color:var(--primary-teal);margin-bottom:1.5rem}.b-icon svg{width:40px;height:40px}.benefit-item h3{font-size:2rem;margin-bottom:.5rem}.benefit-item p{color:var(--text-secondary);font-size:1.1rem}@media (max-width:768px){.benefits-grid{grid-template-columns:1fr}.benefit-item{padding:2.5rem}}.process-section{padding:var(--spacing-xl) 0;background:var(--dark-bg)}.process-section,.process-section .section-title{color:var(--text-light)}.section-intro{font-size:clamp(1rem,1.5vw,1.2rem);color:var(--text-light-muted);max-width:80vw;margin-top:-.5rem;line-height:1.7}.intro-highlight{color:var(--primary-teal-light);font-weight:600}.intro-tag-row{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.25rem}.intro-tag{display:inline-flex;align-items:center;gap:.4rem;background:rgba(8,146,130,.1);border:1px solid rgba(8,146,130,.22);color:var(--primary-teal-light);font-size:.8rem;font-weight:500;padding:.35rem .85rem;border-radius:var(--radius-full);font-family:var(--font-body);letter-spacing:.01em}.intro-tag svg{width:13px;height:13px}.timeline-container{position:relative;max-width:min(70vw,800px);margin:0 auto;padding:4rem 0}.timeline-line{position:absolute;top:0;bottom:0;left:49px;width:2px;background:hsla(0,0%,100%,.1)}.timeline-progress{position:absolute;top:0;left:0;width:100%;height:0;background:var(--primary-teal)}.timeline-step{display:flex;margin-bottom:4rem;opacity:.7;transition:var(--transition-slow);position:relative;z-index:2}.timeline-step.active{opacity:1}.step-dot{width:24px;height:24px;border-radius:50%;background:var(--dark-surface);border:2px solid hsla(0,0%,100%,.2);margin-right:3rem;margin-left:38px;flex-shrink:0;position:relative}.step-dot,.step-dot:after{transition:var(--transition-fast)}.step-dot:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:12px;height:12px;background:var(--primary-teal);border-radius:50%}.timeline-step.active .step-dot{border-color:var(--primary-teal)}.timeline-step.active .step-dot:after{transform:translate(-50%,-50%) scale(1)}.step-content h3{font-size:2rem;margin-bottom:.5rem}.step-content p{color:var(--text-light-muted);font-size:1.25rem}.work-section{background:var(--light-bg);overflow:hidden}.work-pin-wrapper{padding-top:var(--spacing-xl);padding-bottom:var(--spacing-lg)}.work-section .container{padding-bottom:4rem}.horizontal-scroll-container{height:60vh;display:flex;align-items:center}.h-scroll-canvas{display:flex;gap:2rem;padding:0 5vw}.work-card{min-width:400px;width:400px;height:500px;border-radius:var(--radius-lg);background:var(--light-surface);position:relative;overflow:hidden;flex-shrink:0;display:flex;flex-direction:column;box-shadow:0 10px 30px rgba(0,0,0,.05)}.w-image{height:60%;background-size:cover;background-position:50%;transition:transform .5s ease}.work-card:hover .w-image{transform:scale(1.05)}.w-content{padding:2rem;background:var(--light-bg);flex-grow:1;display:flex;flex-direction:column;justify-content:center}.w-content i{color:var(--primary-teal);margin-bottom:1rem}.w-content h3{font-size:1.5rem;margin-bottom:.5rem}@media (max-width:992px){.horizontal-scroll-container{height:auto;padding:2rem 0;justify-content:center}.h-scroll-canvas{flex-direction:column;align-items:center;padding:0 1rem;width:100%}.work-card{min-width:unset;width:100%;max-width:400px;height:450px}}.final-call-section{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:var(--text-light);background-color:var(--dark-bg)}.cta-circle-bg{position:absolute;top:50%;left:50%;width:0;height:0;background-color:var(--primary-teal);border-radius:50%;transform:translate(-50%,-50%);z-index:1}.cta-content-wrapper{position:relative;z-index:2;text-align:center}.cta-content{max-width:800px;margin:0 auto;opacity:0;transform:translateY(30px)}.icon-wrap{width:80px;height:80px;background:hsla(0,0%,100%,.1);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-bottom:2rem;backdrop-filter:blur(10px)}.icon-wrap svg{width:40px;height:40px;stroke-width:1.5}.cta-title{font-size:clamp(3rem,6vw,5rem);margin-bottom:1.5rem;color:var(--text-light)}.cta-description{font-size:clamp(1.25rem,2vw,1.5rem);opacity:.9;margin-bottom:3rem}.cta-main-btn{background:var(--light-bg);color:var(--primary-teal);border:none;padding:1.25rem 3rem;font-size:1.25rem;border-radius:var(--radius-full);font-family:var(--font-body);font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:1rem;transition:var(--transition-fast)}.cta-main-btn:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.2)}.cta-main-btn:active{transform:translateY(0)}footer{background:var(--dark-bg);padding:3rem 0;border-top:1px solid hsla(0,0%,100%,.05)}.footer-content{display:flex;justify-content:space-between;align-items:center}.f-logo-img{height:24px;filter:brightness(0) invert(1);opacity:.5}.f-text{color:var(--text-light-muted);font-size:.875rem}.footer-info{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.f-link{color:var(--primary-teal-light);text-decoration:none;font-size:.8rem;font-weight:500;transition:var(--transition-fast)}.f-link:hover{color:var(--text-light);text-decoration:underline}@media (max-width:768px){.footer-content{flex-direction:column;gap:1.5rem;text-align:center}.footer-info{align-items:center;text-align:center}:root{--spacing-xl:5rem;--spacing-lg:2.5rem}.nav-cta{font-size:.8rem;padding:.6rem 1rem}.hero-section{padding-top:100px;padding-bottom:2rem;min-height:100svh;min-height:100dvh}.hero-content{padding:0 6%}.hero-subtitle{font-size:1.1rem;margin-bottom:1.25rem}.hero-description{font-size:1rem}.right-col{padding-top:2rem;padding-bottom:2rem}.feature-card{padding:2rem}.feature-card h3{font-size:1.4rem}.feature-card p{font-size:1rem}.section-header{margin-bottom:3rem}.benefit-item h3{font-size:1.5rem}.benefit-item p{font-size:1rem}.process-section{padding:4rem 0}.section-intro{max-width:100%;font-size:1rem}.intro-tag-row{margin-top:1rem}.timeline-container{max-width:100%;padding:2.5rem 0}.timeline-line{left:11px}.step-dot{width:20px;height:20px;margin-left:2px;margin-right:1.5rem;flex-shrink:0}.step-dot:after{width:10px;height:10px}.step-content h3{font-size:1.35rem;line-height:1.2}.step-content p{font-size:1rem;line-height:1.65}.timeline-step{margin-bottom:2.5rem;align-items:flex-start}.work-pin-wrapper{padding-top:4rem;padding-bottom:2rem}.work-card{height:400px}.final-call-section{padding:6rem 0}.cta-content{max-width:100%}.cta-title{font-size:clamp(2rem,8vw,3.5rem)}.cta-description,.cta-main-btn{font-size:1.05rem}.cta-main-btn{padding:1rem 2rem}.final-call-section{height:auto;padding:8rem 0;background-color:var(--primary-teal)}.cta-content{opacity:1!important;transform:none!important}.cta-circle-bg{display:none}}@media (max-width:480px){.hero-title{font-size:clamp(2.5rem,11vw,4rem)}.section-title{font-size:clamp(2rem,7vw,2.8rem)}.nav-logo{height:24px}.nav-cta{font-size:.75rem;padding:.5rem .8rem}.step-content h3{font-size:1.2rem}.step-content p{font-size:.95rem}.feature-card{padding:1.5rem}.benefit-item{padding:2rem}.cta-main-btn{width:100%;justify-content:center}}