@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap";:root{--primary-blue: #00A3FF;--success-green: #10B981;--accent-orange: #F38546;--text-heading: #2D3748;--text-main: #2D3748;--text-muted: #718096;--text-dim: #A0AEC0;--bg-site: #FFFFFF;--bg-card: #FFFFFF;--bg-footer: #FFFFFF;--border-light: #F1F1F1;--font-heading: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--header-height: 80px;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--transition-smooth: all .4s cubic-bezier(.16, 1, .3, 1);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .05);--shadow-md: 0 10px 30px rgba(0, 0, 0, .05)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--text-main);background-color:var(--bg-site);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;letter-spacing:-.02em}a{text-decoration:none;color:inherit;transition:var(--transition-smooth)}button{font-family:var(--font-heading);border:none;background:none;cursor:pointer;transition:var(--transition-smooth)}.card{background:var(--bg-card);border:none;border-radius:var(--radius-md);padding:2rem;transition:var(--transition-smooth)}.card:hover{transform:translateY(-5px);border:1px solid var(--border-light)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .8s ease-out forwards}.container{max-width:1400px;margin:0 auto;padding:0 2rem;width:100%}.highlight-blue{color:var(--primary-blue)}.highlight-orange{color:var(--accent-orange)}.btn-primary,.btn-secondary{padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:var(--radius-sm);display:inline-flex;align-items:center;justify-content:center;gap:10px;line-height:1;transition:var(--transition-smooth);white-space:nowrap;min-width:200px}.btn-primary:after,.btn-secondary:after{content:"→";display:inline-block;transition:transform .3s ease}.btn-primary:hover:after,.btn-secondary:hover:after{transform:translate(4px)}.btn-primary{background-color:var(--accent-orange)!important;color:#fff!important;border:none}.btn-primary:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:none}.btn-secondary{background-color:transparent;color:var(--primary-blue)!important;border:2px solid var(--primary-blue)}.btn-secondary:hover{background-color:#00a3ff0d;transform:translateY(-2px);color:var(--primary-blue)!important}.feature-card h3,.step-title,.case-title{min-height:3.5rem;display:flex;align-items:center}.button-group{display:flex;gap:1.5rem;align-items:center;justify-content:flex-start}.button-group .btn-primary,.button-group .btn-secondary{flex:1 1 0px;max-width:300px}@media(max-width:768px){.container{padding:0 1.5rem}.btn-primary,.btn-secondary{padding:.875rem 1.5rem;font-size:.95rem}.button-group{flex-direction:column;width:100%;gap:1rem}.button-group .btn-primary,.button-group .btn-secondary{max-width:100%;width:100%}}.navbar{position:fixed;top:0;left:0;width:100%;height:80px;display:flex;justify-content:space-between;align-items:center;padding:0 4rem;z-index:1000;transition:all .3s ease;overflow:visible}.glass{background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.3)}.navbar-logo{display:flex;align-items:center;height:100%;overflow:visible;margin-right:auto;padding-right:4rem}.navbar-logo img{height:80px;width:auto;object-fit:contain;margin-top:0}.navbar-links{display:flex;gap:3rem;align-items:center}.nav-link{font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;color:var(--text-heading, #2D3748);transition:color .2s ease}.nav-link:hover,.nav-link.active{color:var(--primary-blue, #00A3FF)}.navbar-toggle{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;cursor:pointer;z-index:1001}.navbar-toggle span{width:100%;height:3px;background-color:var(--text-heading, #2D3748);border-radius:3px;transition:all .3s ease}.navbar-toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.navbar-toggle.open span:nth-child(2){opacity:0}.navbar-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}@media(max-width:768px){.navbar{padding:0 1.5rem;height:70px}.navbar-logo{padding-right:1rem}.navbar-logo img{height:60px;margin-top:5px}.navbar-toggle{display:flex}.navbar-links{position:fixed;top:0;right:-100%;height:100vh;width:100%;background-color:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;justify-content:center;align-items:center;gap:3rem;transition:right .4s ease-in-out;z-index:999}.navbar-links.active{right:0}.nav-link{font-size:1.5rem;font-weight:600}}.footer{background-color:#fff;padding:120px 0 60px;border-top:none}.footer-cta{text-align:center;max-width:900px;margin:0 auto 120px}.footer-cta h2{font-size:clamp(2.5rem,5vw,4rem);font-family:Outfit,sans-serif;font-weight:700;color:var(--text-heading, #2D3748);margin-bottom:2rem;line-height:1.1;letter-spacing:-.02em}.footer-cta p{font-size:1.25rem;color:var(--text-body, #4A5568);line-height:1.6;margin-bottom:3rem;font-weight:300}.footer-cta-actions{justify-content:center}.footer-content{display:flex;flex-direction:column;gap:60px;border-top:none;padding-top:0}.footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.footer-logo img{height:80px;width:auto;display:block}.footer-company-info{text-align:left;color:var(--text-muted, #718096);font-size:1rem;line-height:1.6}.footer-pillars{font-family:Outfit,sans-serif;font-weight:700;margin-bottom:.5rem;color:var(--text-heading, #2D3748);font-size:1.1rem;letter-spacing:-.01em;line-height:1.4}.footer-address{font-weight:300}.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:var(--text-muted, #718096);font-weight:300;border-top:1px solid rgba(0,0,0,.05);padding-top:2rem}@media(max-width:768px){.footer{padding:80px 0 40px}.footer-cta{margin-bottom:80px}.footer-logo img{height:60px}.footer-bottom{flex-direction:column;gap:1rem;align-items:flex-start}}.hero{padding-top:180px;padding-bottom:100px;background:#fff}.hero-content{display:flex;flex-direction:column;align-items:flex-start;max-width:900px}.hero-title{font-family:Outfit,sans-serif;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;color:var(--text-heading, #2D3748);line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}.hero-title .highlight{color:var(--primary-blue, #00A3FF)}.hero-title-line{white-space:nowrap}.hero-description{font-family:Inter,sans-serif;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;color:var(--text-body, #4A5568);margin-bottom:2rem;max-width:800px}.hero-actions.button-group .btn-primary,.hero-actions.button-group .btn-secondary{padding:1.25rem 2.5rem;font-size:1.125rem;font-weight:600;max-width:350px}@media(max-width:768px){.hero{padding-top:120px;padding-bottom:40px}.hero-title{font-size:2rem}.hero-title-line{white-space:normal}.hero-description{font-size:1rem}.hero-actions.button-group .btn-primary,.hero-actions.button-group .btn-secondary{padding:.875rem 1.5rem;font-size:.95rem}}.approach{padding:0;background-color:var(--bg-white, #FFFFFF)}.approach-sticky-container{display:grid;grid-template-columns:1fr 1.2fr;min-height:200vh;position:relative;padding:0 2rem;max-width:1200px;margin:0 auto}.approach-fixed-side{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;justify-content:center}.approach-main-label{font-family:Outfit,sans-serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;color:var(--text-heading, #2D3748);line-height:1.1}.approach-scroll-side{display:flex;flex-direction:column;padding-top:20vh;padding-bottom:20vh}.approach-step{min-height:60vh;display:flex;flex-direction:column;justify-content:center;padding-left:4rem;opacity:.3;transition:opacity .5s ease}.approach-step.active{opacity:1}.step-title{font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:700;color:var(--primary-blue, #00A3FF);margin-bottom:1.5rem}.step-text{font-family:Inter,sans-serif;font-size:1.25rem;line-height:1.7;color:var(--text-body, #4A5568);max-width:500px}@media(max-width:1024px){.approach{padding:80px 0}.approach-sticky-container{grid-template-columns:1fr;min-height:auto;padding:0 1.5rem}.approach-fixed-side{position:relative;height:auto;padding-top:0;margin-bottom:60px;text-align:center}.approach-main-label{font-size:clamp(2rem,8vw,3rem)}.approach-scroll-side{padding-top:0;padding-bottom:0;gap:3rem}.approach-step{height:auto;min-height:auto;padding:2.5rem;opacity:.3;background:#fafafa;border-radius:24px;border:1px solid transparent;transition:all .6s cubic-bezier(.4,0,.2,1)}.approach-step.active{opacity:1;transform:translateY(0);border-color:#00a3ff1a;background:#fff}.step-title{font-size:1.75rem;margin-bottom:1rem}.step-text{font-size:1.05rem;max-width:100%;line-height:1.6}}.highlight-dot{color:#00a3ff}.process-section{padding:140px 0;background-color:var(--bg-white, #FFFFFF)}.process-grid{display:grid;grid-template-columns:1fr 1fr;gap:120px;align-items:start;max-width:1400px;margin:0 auto}.process-sticky-header{position:sticky;top:140px}.process-label{display:inline-block;color:var(--primary-blue, #00A3FF);font-size:.85rem;font-weight:700;letter-spacing:.05em;margin-bottom:2rem}.process-heading{font-size:clamp(2.5rem,5vw,3.8rem);font-family:Outfit,sans-serif;font-weight:700;color:var(--text-heading, #2D3748);line-height:1.1;margin-bottom:2rem}.process-subheading{font-size:1.125rem;line-height:1.7;color:var(--text-muted, #718096);max-width:480px}.process-list{display:flex;flex-direction:column;gap:2.5rem}.process-card{background:#fff;border:1px solid rgba(226,232,240,.8);border-radius:24px;padding:3rem;position:relative;box-shadow:0 4px 20px #00000005;transition:all .4s cubic-bezier(.4,0,.2,1)}.process-card:hover{border-color:var(--primary-blue, #00A3FF);transform:translateY(-8px);box-shadow:0 20px 40px #0000000f}.step-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.step-title{font-size:1.5rem;font-family:Outfit,sans-serif;font-weight:700;color:var(--text-heading, #2D3748);max-width:80%}.step-number{font-family:Outfit,sans-serif;font-weight:800;font-size:2.5rem;color:#00a3ff26;line-height:1}.step-description{font-size:1.05rem;line-height:1.7;color:var(--text-body, #4A5568);margin-bottom:2rem}.step-bullets{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem}.step-bullets li{display:flex;align-items:flex-start;gap:12px;font-size:.95rem;color:var(--text-body, #4A5568);line-height:1.5}.bullet-icon{width:6px;height:6px;background-color:var(--primary-blue, #00A3FF);border-radius:50%;margin-top:8px;flex-shrink:0}@media(max-width:1024px){.process-grid{grid-template-columns:1fr;gap:60px}.process-sticky-header{position:relative;top:0}.process-heading{font-size:clamp(2rem,8vw,3rem)}}@media(max-width:768px){.process-section{padding:80px 0}.process-card{padding:2rem;border-radius:20px}.step-number{font-size:2rem}}.features{padding:140px 0;background-color:var(--bg-white, #FFFFFF)}.features-header{margin-bottom:80px}.features-label{display:inline-block;color:var(--primary-blue, #00A3FF);font-size:.85rem;font-weight:700;letter-spacing:.05em;margin-bottom:2rem;text-transform:uppercase}.features-title{font-size:clamp(2.5rem,5vw,3.5rem);font-family:Outfit,sans-serif;font-weight:700;color:var(--text-heading, #2D3748);line-height:1.1}.features-grid{display:flex;flex-direction:column;gap:1.5rem;max-width:1400px;margin:0 auto}.feature-card{background:#fff;border:none;box-shadow:var(--shadow-md);border-radius:32px;padding:4rem;display:flex;justify-content:space-between;align-items:center;gap:4rem;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.feature-card:nth-child(2n){background-color:#fafafa;box-shadow:none}.feature-card:hover{box-shadow:0 20px 40px #00000014;transform:scale(1.01)}.feature-info{flex:1}.feature-info h3{font-family:Outfit,sans-serif;font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:var(--text-heading, #2D3748);margin-bottom:1.5rem;line-height:1.1}.feature-info p{font-family:Inter,sans-serif;font-size:1.1rem;line-height:1.7;color:var(--text-body, #4A5568);max-width:600px}.feature-visual{flex:0 0 100px;font-family:Outfit,sans-serif;font-size:5rem;font-weight:800;color:#00a3ff0d;text-align:right;pointer-events:none;-webkit-user-select:none;user-select:none}@media(max-width:992px){.feature-card{flex-direction:column;align-items:flex-start;padding:3rem;gap:2rem}.feature-visual{display:none}}@media(max-width:768px){.features{padding:80px 0}.feature-card{border-radius:24px;padding:2rem}}.cases-section{padding:100px 0;background-color:#fff}.cases-header{text-align:center;margin-bottom:60px}.cases-title{font-size:clamp(2.5rem,5vw,3.5rem);font-family:Outfit,sans-serif;font-weight:700;margin-bottom:1rem;color:#2d3748}.cases-description{color:#718096;max-width:600px;margin:0 auto;font-family:Inter,sans-serif;font-size:1.1rem}.cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.case-card-link{text-decoration:none;display:block}.case-card{border:1px solid #F1F1F1;border-radius:32px;padding:2.5rem;display:flex;flex-direction:column;align-items:flex-start;background-color:#fff;transition:all .4s cubic-bezier(.16,1,.3,1);height:100%}.case-card:hover{transform:translateY(-8px);border-color:#00a3ff33;box-shadow:0 20px 40px #0000000d}.case-link-text{margin-top:auto;padding-top:1.5rem;color:var(--primary-blue, #00A3FF);font-weight:600;font-size:.95rem;opacity:0;transform:translate(-10px);transition:all .3s ease}.case-card:hover .case-link-text{opacity:1;transform:translate(0)}.cases-footer-action{margin-top:4rem;display:flex;justify-content:center}.case-result{color:#00a3ff;font-weight:700;font-size:.9rem;margin-bottom:1.5rem;display:inline-block;letter-spacing:.05em}.case-title{font-size:1.5rem;margin-bottom:1rem;color:#2d3748;font-family:Outfit,sans-serif;font-weight:700}.case-description{color:#718096;line-height:1.6;font-family:Inter,sans-serif}@media(max-width:768px){.cases-section{padding:80px 0}.cases-grid{grid-template-columns:1fr;gap:1.5rem}.case-card{padding:2rem;border-radius:24px}}.contact{padding:80px 0 60px;background:#fff}.contact .container{max-width:1200px;margin:0 auto;padding:0 24px}.contact-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:start}.contact-form-wrapper{display:flex;flex-direction:column;gap:20px}.contact .section-header{display:flex;flex-direction:column;gap:12px}.contact .section-label{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#00a3ff;text-transform:uppercase;letter-spacing:1px}.contact .section-title{font-family:Outfit,sans-serif;font-size:48px;font-weight:700;color:#2d3748;line-height:1.2;margin:0}.contact-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#2d3748}.form-group input,.form-group textarea{font-family:Inter,sans-serif;font-size:16px;padding:12px 16px;border:2px solid #E5E7EB;border-radius:6px;background:#fff;color:#2d3748;transition:all .3s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#00a3ff;box-shadow:0 0 0 3px #00a3ff1a}.form-group textarea{resize:vertical;min-height:100px;line-height:1.6}.contact-form .btn-primary{align-self:flex-start;margin-top:8px}.form-status{padding:12px 16px;border-radius:6px;font-family:Inter,sans-serif;font-size:14px;margin-top:16px}.form-status.success{background:#dcfce7;color:#166534;border:1px solid #BBF7D0}.form-status.error{background:#fee2e2;color:#991b1b;border:1px solid #FECACA}.form-status.loading{background:#f3f4f6;color:#374151;border:1px solid #E5E7EB}.contact-info-wrapper{display:flex;flex-direction:column;justify-content:center;height:100%}.contact-info{display:flex;flex-direction:column;gap:40px}.info-block{display:flex;flex-direction:column;gap:8px}.info-title{font-family:Outfit,sans-serif;font-size:20px;font-weight:700;color:#2d3748;margin:0}.info-detail{font-family:Inter,sans-serif;font-size:16px;line-height:1.6;color:#2d3748;margin:0}.info-link{font-family:Inter,sans-serif;font-size:16px;color:#00a3ff;text-decoration:none;transition:color .3s ease;width:fit-content}.info-link:hover{color:#0082cc;text-decoration:underline}@media(max-width:968px){.contact{padding:180px 0 60px}.contact-grid{grid-template-columns:1fr;gap:60px}.contact .section-title{font-size:40px}}@media(max-width:640px){.contact{padding:80px 0 60px}.contact .section-title{font-size:32px}.contact-form .btn-primary{width:100%}.contact-info{gap:32px}}.cases-page{padding-top:160px;padding-bottom:120px;background:#fff}.cases-page .cases-header{margin-bottom:80px;text-align:left}.cases-page .cases-title{font-size:clamp(3rem,8vw,5rem);line-height:1;letter-spacing:-.04em;margin-bottom:2rem}.cases-page .cases-description{font-size:1.5rem;font-weight:300;line-height:1.4;color:var(--text-body);max-width:800px}.cases-page .cases-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:3rem}@media(max-width:768px){.cases-page{padding-top:120px}.cases-page .cases-grid{grid-template-columns:1fr;gap:2rem}.cases-page .cases-title{font-size:2.5rem}}.case-detail{padding-top:160px;padding-bottom:120px;background:#fff}.case-detail-header{margin-bottom:4rem}.back-button{background:none;border:none;color:var(--text-muted);font-family:var(--font-body);font-size:.9rem;cursor:pointer;margin-bottom:2rem;padding:0;transition:var(--transition-smooth)}.back-button:hover{color:var(--primary-blue);transform:translate(-5px)}.case-category{display:inline-block;color:var(--primary-blue);font-family:var(--font-body);font-weight:600;text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;margin-bottom:1rem}.case-main-title{font-size:clamp(2.5rem,6vw,4rem);line-height:1.1;margin-bottom:1.5rem;max-width:900px}.case-subtitle{font-size:1.5rem;color:var(--text-body);font-weight:300;max-width:800px;line-height:1.4}.case-metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:5rem}.metric-card{padding:2.5rem;background:#fafafa;border-radius:var(--radius-md);display:flex;flex-direction:column;gap:.5rem;transition:var(--transition-smooth)}.metric-card:hover{background:#fff;box-shadow:var(--shadow-md);transform:translateY(-5px)}.metric-value{font-size:2.5rem;font-family:var(--font-heading);font-weight:800;color:var(--primary-blue)}.metric-label{font-size:.9rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.case-content-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:5rem;margin-bottom:6rem}.content-section{margin-bottom:4rem}.content-section h2{font-size:2rem;margin-bottom:1.5rem;color:var(--text-heading)}.content-section p{font-size:1.2rem;line-height:1.8;color:var(--text-body);font-weight:300}.case-sidebar{position:sticky;top:120px;height:fit-content}.sidebar-block{padding:3rem;background:#fafafa;border-radius:var(--radius-md)}.sidebar-block h3{font-size:1.5rem;margin-bottom:1.5rem}.deliverables-list{list-style:none;padding:0}.deliverables-list li{padding:.75rem 0;border-bottom:1px solid rgba(0,0,0,.05);font-family:var(--font-body);color:var(--text-body);display:flex;align-items:center;gap:10px}.deliverables-list li:before{content:"•";color:var(--primary-blue);font-weight:700}.case-footer{border-top:1px solid var(--border-light);padding-top:6rem}.cta-box{text-align:center;max-width:800px;margin:0 auto}.cta-box h3{font-size:2.5rem;margin-bottom:1.5rem}.cta-box p{font-size:1.25rem;margin-bottom:2.5rem;color:var(--text-body)}.highlight-blue-bold{color:var(--primary-blue);font-weight:700}@media(max-width:1024px){.case-content-grid{grid-template-columns:1fr;gap:3rem}.case-sidebar{position:static}}@media(max-width:768px){.case-metrics-grid{grid-template-columns:1fr}.case-main-title{font-size:2.5rem}.case-subtitle{font-size:1.2rem}.cta-box h3{font-size:2rem}}
