*{margin:0;padding:0;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--primary-color: #1e40af;--secondary-color: #64748b;--accent-gold: #D4AF37;--accent-celestial: #4E97D1;--text-primary: #0f172a;--text-secondary: #64748b;--text-light: #94a3b8;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-accent: #f1f5f9;--border-color: #e2e8f0;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--gradient-primary: linear-gradient(135deg, #4E97D1 0%, #4E97D1 100%);--gradient-accent: linear-gradient(135deg, #4E97D1 0%, #1e40af 100%)}html{background-color:var(--text-primary);height:100%;overflow-x:hidden;position:relative;overscroll-behavior:none;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--bg-primary);scroll-behavior:smooth;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;position:relative;overscroll-behavior-y:none;-webkit-overflow-scrolling:touch;will-change:scroll-position;backface-visibility:hidden;transform-style:preserve-3d;perspective:1000}img{box-shadow:none!important;filter:none!important;border:none!important;background:transparent!important;outline:none!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);transition:all .3s ease;transform:translateZ(0);backface-visibility:hidden;will-change:transform}.nav-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:70px}.logo-container{display:flex;align-items:center;gap:.75rem}.logo{height:40px;width:auto;box-shadow:none!important;filter:none!important;border:none!important;background:transparent!important;outline:none!important}.company-name{font-family:Crimson Text,serif;font-weight:600;font-size:1.45rem;color:var(--text-primary);letter-spacing:-.02em}.nav-links{display:flex;gap:2rem}.nav-link{text-decoration:none;color:var(--text-secondary);font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:var(--primary-color)}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--gradient-primary);transition:width .3s ease}.nav-link:hover:after{width:100%}.hero{padding:140px 0 100px;background:linear-gradient(135deg,#f8fafc,#fff);position:relative;overflow:hidden}.hero-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:500px}.hero-logo-section{display:flex;align-items:center;justify-content:center;z-index:2;width:100%}.hero-logo{max-width:85%;max-height:280px;width:auto;height:auto;box-shadow:none!important;filter:none!important;border:none!important;background:transparent!important;outline:none!important}.hero-content{z-index:2;display:flex;flex-direction:column;justify-content:center;padding:2rem 0;width:100%;max-width:100%}.company-title{font-family:Crimson Text,serif;font-size:1.75rem;font-weight:600;color:var(--text-secondary);margin-bottom:.5rem;letter-spacing:-.02em;opacity:.9}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.25rem;margin-top:0;color:var(--text-primary);opacity:1;visibility:visible}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.7;max-width:500px}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:.875rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;font-size:1rem;display:inline-flex;align-items:center;justify-content:center}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow-md)}.btn-primary:hover{box-shadow:var(--shadow-lg)}.btn-secondary{background:var(--bg-primary);color:var(--text-primary);border:2px solid var(--border-color)}.btn-secondary:hover{border-color:var(--primary-color);color:var(--primary-color)}.hero-metrics{display:flex;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.metric{display:flex;flex-direction:column;align-items:flex-start}.metric-number{font-size:1.5rem;font-weight:700;color:var(--accent-gold);line-height:1}.metric-label{font-size:.875rem;color:var(--text-secondary);margin-top:.25rem}.hero-visual{position:relative;height:400px}.harp-visualization{position:relative;height:100%;display:flex;align-items:center;justify-content:center}.harp-strings{width:100%;max-width:400px;height:auto}.string{opacity:.7}.data-nodes{position:absolute;inset:0}.node{position:absolute;width:12px;height:12px;background:var(--accent-celestial);border-radius:50%}.node:after{content:attr(data-label);position:absolute;bottom:20px;left:50%;transform:translate(-50%);font-size:.75rem;color:var(--text-secondary);white-space:nowrap;opacity:0;transition:opacity .3s ease}.node:hover:after{opacity:1}.node-1{top:20%;left:30%}.node-2{top:50%;right:25%}.node-3{bottom:25%;left:50%}.values{padding:100px 0;background:var(--bg-primary)}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--text-primary)}.section-subtitle{font-size:1.125rem;color:var(--text-secondary);text-align:center;margin-bottom:3rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.value-card{background:var(--bg-primary);padding:2.5rem;border-radius:16px;text-align:center;border:1px solid var(--border-color);transition:all .3s ease}.value-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.value-icon{font-size:.75rem;font-weight:700;letter-spacing:.1em;color:var(--accent-celestial);background:#4e97d11a;padding:.5rem 1rem;border-radius:4px;display:inline-block;margin-bottom:1.5rem;text-transform:uppercase}.value-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.value-card p{color:var(--text-secondary);line-height:1.6}.products{padding:100px 0;background:var(--bg-secondary)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem;align-items:stretch}.product-card{background:var(--bg-primary);border-radius:16px;padding:2rem;border:1px solid var(--border-color);transition:all .3s ease;position:relative;overflow:hidden;display:flex;flex-direction:column;height:100%}.product-card:hover{box-shadow:var(--shadow-xl)}.product-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.product-icon{font-size:.75rem;font-weight:700;letter-spacing:.1em;color:var(--accent-celestial);background:#4e97d11a;padding:.5rem 1rem;border-radius:4px;display:inline-block;text-transform:uppercase}.product-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.product-description{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.product-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.feature-tag{background:var(--bg-accent);color:var(--text-secondary);padding:.25rem .75rem;border-radius:8px;font-size:.875rem;font-weight:500}.product-ideal{color:var(--text-secondary);font-size:.875rem;font-style:italic;margin-bottom:1.5rem;line-height:1.4}.product-cta{width:100%;padding:.75rem 1.5rem;background:transparent;color:var(--accent-celestial);border:2px solid var(--accent-celestial);border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:auto;text-decoration:none;display:inline-block}.product-cta:hover{background:var(--accent-celestial);color:#fff}.cta{padding:100px 0;background:var(--text-primary);color:#fff;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta .btn-primary{background:#fff;color:var(--primary-color)}.cta .btn-primary:hover{background:var(--bg-accent)}.cta-secondary{background:transparent!important;color:#fff!important;border:2px solid rgba(255,255,255,.3)!important}.cta-secondary:hover{background:#ffffff1a!important;border-color:#fff!important}.footer{background:var(--text-primary);color:#fff;padding:4rem 0 2rem;margin-top:auto}.footer-content{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem;margin-bottom:2rem;text-align:left;max-width:600px;margin-left:auto;margin-right:auto;justify-items:start}.footer-section{display:flex;flex-direction:column;align-items:flex-start}.footer-section h4{font-weight:600;margin-bottom:1rem;color:#fff}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:var(--text-light);text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#fff}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center;color:var(--text-light)}.form-section{padding:140px 0 80px;background:var(--bg-primary);min-height:100vh}.form-container{max-width:800px;margin:0 auto;background:var(--bg-primary);border-radius:16px;border:1px solid var(--border-color);box-shadow:var(--shadow-lg);overflow:hidden}.form-header{padding:3rem 3rem 2rem;background:linear-gradient(135deg,var(--bg-secondary) 0%,var(--bg-primary) 100%);text-align:center;border-bottom:1px solid var(--border-color)}.form-title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;line-height:1.2}.form-subtitle{font-size:1.125rem;color:var(--text-secondary);line-height:1.6;max-width:600px;margin:0 auto}.quote-form{padding:3rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-label{font-weight:600;color:var(--text-primary);margin-bottom:.5rem;font-size:.875rem}.form-input,.form-textarea{padding:.875rem 1rem;border:2px solid var(--border-color);border-radius:8px;font-size:1rem;font-family:Inter,sans-serif;transition:border-color .3s ease,box-shadow .3s ease;background:var(--bg-primary);color:var(--text-primary)}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--accent-celestial);box-shadow:0 0 0 3px #4e97d11a}.form-textarea{resize:vertical;min-height:120px;line-height:1.5}.checkbox-group{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:var(--text-primary);cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .2s ease}.checkbox-label:hover{background-color:var(--bg-secondary)}.form-checkbox{width:18px;height:18px;accent-color:var(--accent-celestial);cursor:pointer}.consent-checkbox{background:var(--bg-secondary);padding:1rem;border-radius:8px;border:1px solid var(--border-color);font-size:.875rem;line-height:1.5;display:flex;align-items:flex-start;gap:.5rem;white-space:normal;max-width:100%}.consent-checkbox input[type=checkbox]{flex-shrink:0;margin-top:.25rem}.consent-checkbox span{flex:1}.form-link{color:var(--accent-celestial);text-decoration:none;font-weight:500}.form-link:hover{text-decoration:underline}.form-actions{text-align:center;margin-top:2rem}.form-submit{min-width:280px;padding:1rem 2rem;font-size:1.125rem;margin-bottom:1rem}.form-note{font-size:.875rem;color:var(--text-secondary);font-style:italic}@media (max-width: 1200px){.hero-container{gap:3rem;max-width:1100px}.hero-logo{max-width:80%;max-height:260px}.hero-title{font-size:3.25rem}.company-name{font-size:1.35rem}}@media (max-width: 1024px){.hero-container{grid-template-columns:1fr;text-align:center;gap:2.5rem}.hero-title{font-size:3rem}.hero-logo{max-width:70%;max-height:220px;order:2}.hero-content{order:1}.nav-links{display:none}}@media (max-width: 768px){.hero{padding:100px 0 60px}.hero-container{gap:2rem;padding:0 1rem}.company-title{font-size:1.4rem;text-align:center}.hero-title{font-size:2.25rem;text-align:center;margin-bottom:1rem}.hero-subtitle{font-size:1.1rem;text-align:center;margin-bottom:1.5rem;max-width:100%}.hero-logo{max-width:60%;max-height:180px;margin:0 auto}.company-name{font-size:1.25rem}.section-title{font-size:2rem}.values-grid,.products-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;gap:3rem;text-align:left;max-width:none}.footer-section{align-items:flex-start}.hero-cta{flex-direction:column;align-items:center;gap:.75rem}.btn-primary,.btn-secondary{width:100%;max-width:280px}.form-header{padding:2rem 1.5rem 1.5rem}.form-title{font-size:2rem}.quote-form{padding:2rem 1.5rem}.form-grid{grid-template-columns:1fr;gap:1rem}.form-submit{min-width:auto;width:100%}.consent-checkbox{padding:.75rem;font-size:.8125rem}}.success-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:10000;opacity:0;visibility:hidden;transition:all .3s ease}.success-modal.show{opacity:1;visibility:visible}.success-modal-content{background:#fff;border-radius:16px;padding:3rem;max-width:500px;width:90%;text-align:center;box-shadow:0 25px 50px -12px #00000040;transform:translateY(20px);transition:transform .3s ease}.success-modal.show .success-modal-content{transform:translateY(0)}.success-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#4e97d1,#357abd);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:successPulse .6s ease-out}.success-icon:after{content:"✓";font-size:2.5rem;color:#fff;font-weight:700}@keyframes successPulse{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.success-title{font-family:Crimson Text,serif;font-size:2rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.success-message{font-size:1.1rem;color:#64748b;line-height:1.6;margin-bottom:2rem}.success-details{background:#f8fafc;border-radius:12px;padding:1.5rem;margin-bottom:2rem;text-align:left}.success-detail-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e2e8f0}.success-detail-item:last-child{border-bottom:none}.success-detail-label{font-weight:600;color:#374151}.success-detail-value{color:#4e97d1;font-weight:500}.success-actions{display:flex;gap:1rem;justify-content:center}.success-btn{padding:.75rem 2rem;border-radius:8px;font-weight:500;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;font-size:1rem}.success-btn-primary{background:#4e97d1;color:#fff}.success-btn-primary:hover{background:#357abd}.success-btn-secondary{background:transparent;color:#4e97d1;border:2px solid #4E97D1}.success-btn-secondary:hover{background:#4e97d1;color:#fff}@media (max-width: 768px){.success-modal-content{padding:2rem 1.5rem;margin:1rem}.success-title{font-size:1.5rem}.success-actions{flex-direction:column}.success-btn{width:100%}}.projects-section{padding:140px 0 80px;background:var(--bg-secondary)}.projects-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem}.project-card{background:var(--bg-primary);border-radius:12px;padding:2rem;box-shadow:var(--shadow-md);transition:all .3s ease}.project-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.project-header{margin-bottom:1rem}.project-header h2{font-size:1.5rem;color:#333;margin:0}.project-icon{background:var(--gradient-primary);color:#fff;padding:.75rem 1rem;border-radius:8px;font-weight:600;font-size:.875rem;letter-spacing:.05em}.project-resources{display:grid;gap:1.5rem}.resource-group{background:var(--bg-secondary);padding:1.25rem;border-radius:8px}.resource-group h3{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.resource-group ul{list-style:none;padding:0;margin:0}.resource-group ul li{margin-bottom:.75rem}.resource-group ul li:last-child{margin-bottom:0}.resource-group ul li a{color:var(--accent-celestial);text-decoration:none;font-weight:500;display:flex;align-items:center;gap:.5rem;transition:color .2s ease}.resource-group ul li a:hover{color:var(--primary-color);text-decoration:underline}.project-live-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--accent-celestial);text-decoration:none;font-weight:600;margin-top:1rem;transition:all .2s ease}.project-live-link:hover{color:var(--primary-color);transform:translate(4px)}@media (max-width: 768px){.projects-section{padding:100px 0 60px}.project-header{flex-direction:column;align-items:flex-start;gap:1rem}.project-resources{gap:1rem}.resource-group{padding:1rem}}html{scroll-padding-top:100px;scroll-behavior:smooth}.who-am-i{background-color:var(--background-alt);padding:5rem 0}.who-am-i-content{display:flex;flex-direction:column;align-items:center;gap:2rem;max-width:900px;margin:0 auto}.profile-image{width:280px;height:320px;border-radius:50%;object-fit:cover;object-position:center 15%;box-shadow:0 4px 8px #0000001a}.who-am-i-text{font-size:1.2rem;line-height:1.8;color:var(--text-primary);text-align:center}.mobile-menu-btn{display:none}@media (max-width: 768px){.nav-container{position:relative}.mobile-menu-btn{display:block;background:none;border:none;width:30px;height:30px;padding:5px;cursor:pointer;position:relative;z-index:1002}.mobile-menu-btn span{display:block;width:20px;height:2px;background-color:var(--text-primary);margin:4px auto;transition:transform .3s ease-in-out}.mobile-menu-btn.active span:nth-child(1){transform:translateY(6px) rotate(45deg)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;padding:20px;box-shadow:0 4px 6px #0000001a;flex-direction:column;gap:10px;z-index:1001}.nav-links.active{display:flex}.nav-link{width:100%;padding:12px;text-align:center;border-radius:4px}.nav-link:hover{background-color:var(--bg-accent)}.lang-switch{margin-top:10px;padding:12px;background-color:var(--bg-accent);border-radius:4px;justify-content:center}}.lang-switch{display:flex;align-items:center;gap:.5rem}@media (max-width: 768px){.mobile-menu-btn{display:block}.nav-links{display:flex;position:fixed;top:70px;left:0;right:0;height:auto;max-height:calc(100vh - 70px);overflow-y:auto;background:#fffffffa;backdrop-filter:blur(10px);padding:1.5rem;flex-direction:column;gap:1.25rem;transform:translateY(-100vh);opacity:0;transition:all .3s ease;border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-md);z-index:1000}.nav-links.active{transform:translateY(0);opacity:1}.nav-link{padding:.75rem 1rem;width:100%;text-align:center;border-radius:8px;font-size:1.1rem;display:block}.nav-link:hover{background-color:var(--bg-accent)}.lang-switch{justify-content:center;background-color:var(--bg-accent);margin-top:.5rem}}
