@import "https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&display=swap";
.hidden{display:none}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}.header{z-index:1000;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.header.transparent{background:rgba(255,255,255,0)}.header.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(255,255,255,.95);border-bottom:1px solid rgba(0,0,0,.05)}.nav-container{justify-content:space-between;align-items:center;max-width:1400px;height:80px;margin:0 auto;padding:0 2rem;display:flex;position:relative}.logo-section{z-index:1001;align-items:center;display:flex}.logo-container{align-items:center;height:60px;display:flex}.logo-image{border-radius:4px;max-height:60px;transition:all .3s;width:auto!important;height:auto!important}.logo-image:hover{transform:scale(1.05)}.desktop-nav{display:flex}.nav-menu{gap:3rem;margin:0;padding:0;list-style:none;display:flex}.nav-item{position:relative}.nav-link{color:#4a4a4a;cursor:pointer;background:0 0;border:none;padding:.5rem 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s}.nav-link:hover{color:#10b981}.nav-link:after{content:"";background:#10b981;width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.nav-link:hover:after{width:100%}.mobile-menu-btn{cursor:pointer;z-index:1001;background:0 0;border:none;padding:.5rem;display:none}.hamburger{flex-direction:column;justify-content:space-between;width:24px;height:18px;display:flex;position:relative}.hamburger span{background:#1a1a1a;border-radius:1px;width:100%;height:2px;transition:all .3s;display:block}.hamburger.active span:first-child{transform:rotate(45deg)translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.mobile-nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;visibility:hidden;z-index:999;background:rgba(255,255,255,.98);border-bottom:1px solid rgba(0,0,0,.05);transition:all .3s;position:fixed;top:80px;left:0;right:0;transform:translateY(-100%)}.mobile-nav.active{opacity:1;visibility:visible;transform:translateY(0)}.mobile-menu{flex-direction:column;gap:1rem;margin:0;padding:2rem;list-style:none;display:flex}.mobile-nav-item{border-bottom:1px solid #f0f0f0}.mobile-nav-item:last-child{border-bottom:none}.mobile-nav-link{color:#1a1a1a;text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:1rem 0;font-size:1.1rem;font-weight:500;text-decoration:none;transition:color .3s;display:block}.mobile-nav-link:hover{color:#10b981}.hero-section{background:linear-gradient(135deg,#fafafa 0%,#fff 50%,#f8f9fa 100%);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-content{text-align:center;z-index:2;max-width:900px;padding:0 2rem;position:relative}.hero-title{letter-spacing:-.02em;margin-bottom:2rem;font-size:max(3.5rem,min(8vw,7rem));font-weight:200;line-height:1.1}.hero-title .line-1,.hero-title .line-2{display:block}.hero-salt{color:#1a1a1a;display:block}.hero-script{color:#10b981;font-weight:300;display:block}.hero-subtitle{color:#6b7280;margin-bottom:3rem;font-size:max(1.2rem,min(2.5vw,1.8rem));font-weight:300;line-height:1.5}.hero-tagline{color:#9ca3af;letter-spacing:.5px;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:1rem;font-weight:400}.section{padding:7rem 0;position:relative}.section-container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:5rem}.section-title{color:#1a1a1a;letter-spacing:-.01em;margin-bottom:1.5rem;font-size:max(2.5rem,min(5vw,3.5rem));font-weight:300}.section-underline{background:#10b981;border-radius:2px;width:60px;height:3px;margin:0 auto}.about-grid{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;display:grid}.about-content h3{color:#1a1a1a;margin-bottom:2rem;font-size:1.6rem;font-weight:500;line-height:1.3}.about-text{color:#5a5a5a;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.philosophy-card{background:#f8f9fa;border:1px solid #e5e7eb;border-radius:12px;padding:2.5rem}.philosophy-title{color:#1a1a1a;margin-bottom:2rem;font-size:1.3rem;font-weight:600}.philosophy-list{margin:0;padding:0;list-style:none}.philosophy-item{color:#5a5a5a;align-items:center;margin-bottom:1rem;font-size:1rem;display:flex}.philosophy-dot{background:#10b981;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-right:1rem}.services-section{background:#f8f9fa}.services-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.service-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;height:100%;padding:3rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px rgba(0,0,0,.05)}.service-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px rgba(0,0,0,.1)}.service-title{color:#10b981;margin-bottom:1.5rem;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:1.4rem;font-weight:500;line-height:1.4}.service-description{color:#5a5a5a;font-size:1rem;line-height:1.8}.contact-subtitle{color:#6b7280;max-width:600px;margin:0 auto 4rem;font-size:1.2rem;line-height:1.6}.contact-content{grid-template-columns:1.2fr .8fr;align-items:start;gap:4rem;display:grid}.contact-form-section{background:#fff}.form-container{background:#f8f9fa;border:1px solid #e5e7eb;border-radius:16px;padding:3rem}.contact-form{max-width:100%}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.form-group{margin-bottom:1.5rem}.form-group label{color:#1a1a1a;margin-bottom:.5rem;font-size:.95rem;font-weight:500;display:block}.form-group input,.form-group select,.form-group textarea{color:#1a1a1a;background:#fff;border:2px solid #e5e7eb;border-radius:8px;width:100%;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#10b981;outline:none;box-shadow:0 0 0 3px rgba(16,185,129,.1)}.form-group textarea{resize:vertical;min-height:120px;line-height:1.5}.form-group select{cursor:pointer}.form-actions{text-align:center;margin-top:2rem}.submit-button{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:8px;min-width:180px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s}.submit-button:hover{background:#059669;transform:translateY(-2px);box-shadow:0 8px 25px rgba(16,185,129,.3)}.contact-cta{justify-content:center;display:flex}.cta-card{text-align:center;background:#f8f9fa;border:1px solid #e5e7eb;border-radius:16px;height:-moz-fit-content;height:fit-content;padding:3rem 2.5rem;position:-webkit-sticky;position:sticky;top:100px}.cta-card h3{color:#1a1a1a;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;line-height:1.3}.cta-card p{color:#5a5a5a;margin-bottom:2rem;font-size:1rem;line-height:1.6}.cta-info{text-align:left;flex-direction:column;gap:1.5rem;display:flex}.info-item{flex-direction:column;gap:.25rem;display:flex}.info-item strong{color:#10b981;font-size:.95rem;font-weight:600}.info-item span{color:#6b7280;font-size:.9rem;line-height:1.4}.footer-section{color:#fff;background:#1a1a1a;padding:5rem 0 3rem}.footer-content{text-align:center;max-width:1200px;margin:0 auto;padding:0 2rem}.footer-title{margin-bottom:1rem;font-size:2rem;font-weight:300}.footer-salt{color:#fff}.footer-script{color:#10b981}.footer-tagline{color:#9ca3af;margin-bottom:3rem;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:.95rem}.footer-info{margin-bottom:3rem}.footer-offices{grid-template-columns:1fr 1fr;gap:4rem;max-width:800px;margin-bottom:3rem;margin-left:auto;margin-right:auto;display:grid}.office-block{text-align:center}.office-block h4{color:#10b981;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.office-block p{color:#d1d5db;margin-bottom:.5rem;font-size:.95rem;line-height:1.6}.office-block .phone{color:#fff;margin-top:.5rem;font-size:1rem;font-weight:500}.business-details{border-top:1px solid #374151;border-bottom:1px solid #374151;max-width:600px;margin:0 auto;padding:1.5rem 0}.business-details p{color:#d1d5db;margin-bottom:.5rem;font-size:.9rem}.business-details strong{color:#10b981}.footer-divider{border-top:1px solid #374151;margin-top:2rem;padding-top:2rem}.footer-copyright{color:#6b7280;font-size:.9rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:1s ease-out fadeIn}.animate-fade-in-up{animation:.8s ease-out fadeInUp}.animate-delay-1{animation-delay:.2s}.animate-delay-2{animation-delay:.4s}.animate-delay-3{animation-delay:.6s}@media (max-width:1024px){.nav-container{padding:0 1.5rem}.about-grid{gap:3rem}.services-grid{gap:2rem}.contact-content{grid-template-columns:1fr;gap:3rem}.cta-card{position:static}}@media (max-width:768px){.desktop-nav{display:none}.mobile-menu-btn{display:block}.nav-container,.hero-content{padding:0 1rem}.section{padding:4rem 0}.section-container{padding:0 1rem}.about-grid{grid-template-columns:1fr;gap:3rem}.services-grid,.contact-content{grid-template-columns:1fr;gap:2rem}.form-container{padding:1.5rem}.form-row{grid-template-columns:1fr;gap:0;margin-bottom:0}.form-group{margin-bottom:1.25rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;font-size:16px}.form-group textarea{min-height:100px}.submit-button{width:100%;padding:1rem;font-size:1rem}.service-card,.philosophy-card{padding:2rem}.cta-card{margin-top:0;padding:2rem 1.5rem}.footer-offices{grid-template-columns:1fr;gap:2.5rem}.hero-title{font-size:3.5rem}.section-title{font-size:2.5rem}}@media (max-width:480px){.nav-container{height:70px;padding:0 1rem}.mobile-nav{top:70px}.form-container{margin:0;padding:1rem}.section-container{padding:0 .75rem}.hero-title{font-size:2.8rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:2rem}.cta-card{padding:1.5rem 1rem}.service-card,.philosophy-card{padding:1.5rem}}
