@font-face{font-family:BlenderPro;src:local("BlenderPro Medium"),local("BlenderPro-Medium"),url(/fonts/BlenderPro-Medium.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:BlenderPro;src:local("BlenderPro Bold"),local("BlenderPro-Bold"),url(/fonts/BlenderPro-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:SpaceMono;src:local("SpaceMono Regular"),local("SpaceMono-Regular"),url(/fonts/SpaceMono-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}:root{--color-primary:#4bb4ae;--color-primary-dark:#3a8f8a;--color-accent:var(--color-primary);--color-accent-dark:var(--color-primary-dark);--color-bg:#0a0a0a;--color-bg-alt:#181a1b;--color-box:#181a1b;--color-border:#22272b;--color-text:#e5e7eb;--color-text-muted:#8b949e;--color-shadow:rgba(75,180,174,.08);--font-main:"BlenderPro","Roboto","Helvetica Neue","Helvetica","Arial",sans-serif;--font-logo:"BlenderPro","Roboto","Helvetica Neue","Helvetica","Arial",sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{background:#000;color:var(--color-text);font-family:var(--font-main);min-height:100vh;line-height:1.6;overflow-x:hidden;overflow-y:auto}.fade-in-up{animation:fadeInUp .6s ease forwards}.font-logo{font-family:var(--font-logo)!important}.container{max-width:800px;width:100%;margin-left:auto;margin-right:auto;padding:0;position:relative;z-index:2;box-sizing:border-box}.text-accent{color:var(--color-primary)}.text-muted{color:var(--color-text-muted)}.bg-accent{background:var(--color-primary);color:#0a0a0a}h1,h2,h3,h4,h5,h6{font-family:var(--font-logo);color:var(--color-text);font-weight:700}hr{border:none;border-top:1px solid var(--color-border);margin:2rem 0}header{background:transparent;position:relative;z-index:1000}.header-nav{justify-content:space-between;padding:2rem 0 1rem;width:100%;box-sizing:border-box}.header-nav,.logo{display:flex;align-items:center;position:relative}.logo{gap:0;flex-shrink:0;margin:0;padding:0}.logo>div{font-family:var(--font-logo);flex-shrink:0}.logo-3d-container{display:inline-block;position:relative;overflow:hidden;flex-shrink:0;width:80px;height:80px;box-sizing:border-box;margin:0;padding:0}.logo-3d-container canvas{width:100%!important;height:100%!important;display:block;object-fit:cover;margin:0;padding:0;position:absolute;top:0;left:0}.nav-menu{display:flex;gap:1.5rem;list-style:none}.nav-link{text-decoration:none;font-weight:600;font-family:var(--font-logo);text-transform:uppercase;color:var(--color-text);transition:color .3s ease;font-size:1rem;letter-spacing:.5px}.nav-link:hover{color:var(--color-primary)}.mobile-menu-toggle{display:none}.mobile-menu-icon{display:none;flex-direction:column;cursor:pointer;gap:5px;z-index:1001;position:relative;width:50px;height:50px;border:2px solid var(--color-primary);padding:12px;align-items:center;justify-content:center;box-sizing:border-box;margin:0}.mobile-menu-icon span{width:20px;height:2px;background:var(--color-text);transition:all .3s ease;border-radius:1px}.mobile-menu-toggle:checked~.mobile-menu-icon span:first-child{transform:rotate(45deg) translate(8px,8px)}.mobile-menu-toggle:checked~.mobile-menu-icon span:nth-child(2){opacity:0}.mobile-menu-toggle:checked~.mobile-menu-icon span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-menu-overlay{display:none}.hero-section{background:transparent;position:relative;z-index:2;min-height:400px}.hero-banner,.hero-section .container{display:flex;justify-content:center;width:100%}.hero-banner{background:transparent;color:var(--color-text);position:relative;max-width:900px;border-radius:0;min-height:450px;flex-direction:column}.hero-banner-text{font-size:32px;line-height:32px;white-space:nowrap;transition:opacity .3s ease,transform .3s ease}.typing-cursor{color:var(--color-primary);font-weight:300;margin-left:2px;display:inline-block;width:.5em;transition:opacity .1s ease}.hero-message{transition:opacity .5s ease,transform .5s ease;position:relative}.hero-message.message-visible{opacity:.85;transform:translateY(0) scale(1);animation:messageSlideIn .5s ease}.hero-message.message-hidden{opacity:0;transform:translateY(-20px) scale(.95)}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:.85;transform:translateY(0) scale(1)}}@media (max-width:768px){.hero-banner{padding:2rem 1.5rem;max-width:100%}.hero-banner-text{font-size:1.5rem!important;line-height:1.5rem!important;white-space:normal!important;min-height:100px!important}.logo span{font-size:1rem}}.hero-banner .btn{background:var(--color-primary);color:#0a0a0a;border:none;font-weight:600;border-radius:0;padding:.75rem 2rem;margin-top:1.5rem;transition:background .2s,color .2s;display:inline-block;font-family:var(--font-logo);text-decoration:none;cursor:pointer}.hero-banner .btn:hover{background:var(--color-primary-dark);color:#fff}.tech-stack-section{background:#000;padding:3rem 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);position:relative;z-index:1;overflow:hidden}.tech-stack-section:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100%;height:300px;background:radial-gradient(ellipse 200% 400% at center 0,var(--color-primary) 0,rgba(24,64,62,.4) 10%,transparent 25%);filter:blur(200px);opacity:.7;pointer-events:none;z-index:0}.tech-stack-scroll-wrapper{width:100%;overflow:hidden;position:relative;z-index:1;mask-image:linear-gradient(90deg,transparent 0,#000 10%,#000 90%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 10%,#000 90%,transparent)}.tech-stack-scroll{display:flex;gap:1.5rem;align-items:center;animation:scroll-left 90s linear infinite;width:-moz-fit-content;width:fit-content}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-25%)}}.tech-icon{min-width:72px;height:56px;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .3s ease;text-decoration:none;background:transparent;padding:.5rem .75rem;position:relative}.tech-icon:hover{transform:translateY(-3px);opacity:.8}.tech-icon-img{width:auto;height:100%;max-width:100%;object-fit:contain;transition:transform .3s ease,opacity .3s ease}.tech-icon:hover .tech-icon-img{transform:scale(1.05);opacity:.9}@media (max-width:768px){.tech-stack-scroll{gap:2rem}.tech-icon{min-width:64px;height:48px}}@media (max-width:480px){.tech-stack-scroll{gap:1.5rem}.tech-icon{min-width:52px;height:40px}.about-section-title,.contact-section-title,.how-we-work-title,.services-section-title{font-size:1.75rem}.hero-banner-text{font-size:1.25rem!important;line-height:1.4rem!important}.service-card{padding:1.25rem .75rem}.contact-form{padding:1.5rem 1rem}}.how-we-work-section{background:#000;padding:80px 0 60px;margin-bottom:0;position:relative;z-index:1}.how-we-work-header{max-width:800px;width:100%;margin-left:auto;margin-right:auto;padding:0;box-sizing:border-box}.how-we-work-title-row{display:flex;align-items:baseline;gap:2rem;margin-bottom:2rem}.how-we-work-title{text-align:left;font-size:2rem;font-weight:700;margin:0;padding:0;letter-spacing:2px;color:#fff;text-transform:uppercase;flex-shrink:0;white-space:nowrap}.how-we-work-separator{flex:1 1;height:2px;background:var(--color-primary);margin-bottom:.2em;min-width:0}.how-we-work-description-row{display:flex;gap:2rem;margin-bottom:4rem;align-items:flex-start}.how-we-work-title-spacer{flex-shrink:0;width:0;min-width:-moz-fit-content;min-width:fit-content;white-space:nowrap}.how-we-work-title-spacer:before{content:"How We Work";font-family:var(--font-logo);font-size:2rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;visibility:hidden;white-space:nowrap;display:inline-block}.how-we-work-description{text-align:left;color:var(--color-primary);font-size:16px;font-weight:400;line-height:normal;margin:0;padding:0;width:560px;max-width:560px;font-family:var(--font-main)}.how-we-work-steps{max-width:800px;margin-left:auto;margin-right:auto;padding:0;gap:3rem;box-sizing:border-box}.how-we-work-step,.how-we-work-steps{width:100%;display:flex;flex-direction:column}.how-we-work-step-content{display:flex;align-items:flex-start;gap:2rem}.how-we-work-step-left{display:flex;flex-direction:column;flex-shrink:0;width:200px;min-width:200px}.how-we-work-step-number{font-family:var(--font-logo);font-size:44.8px;font-weight:700;color:#5d5d5d;line-height:1;margin-bottom:.5rem}.how-we-work-step-title{font-family:var(--font-logo);font-size:16px;font-weight:700;color:#5d5d5d;text-transform:uppercase;margin:0;padding:0;line-height:1.4}.how-we-work-step-description{font-family:var(--font-main);font-size:16px;font-weight:400;color:#5d5d5d;line-height:normal;margin:0;padding:0;flex:1 1}.icon-row{display:flex;justify-content:center;gap:2.5rem}.icon-row,.section-title{font-size:2.2rem;color:var(--color-primary);margin-bottom:2.5rem}.section-title{text-align:center;font-weight:700;letter-spacing:2px}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:2.5rem;gap:2.5rem;max-width:1000px;margin:0 auto}.step-item{background:var(--color-box);border:1px solid var(--color-border);border-radius:12px;box-shadow:0 2px 16px var(--color-shadow);padding:2rem 1.5rem 1.5rem;display:flex;gap:1.5rem;align-items:flex-start}.step-number{font-size:2.5rem;color:var(--color-primary);margin-right:1rem;min-width:48px;text-align:center}.step-number,.step-title{font-family:var(--font-logo);font-weight:700}.step-title{font-size:1.2rem;margin-bottom:.5rem;color:var(--color-text)}.step-desc{color:var(--color-text-muted);font-size:1rem;line-height:1.6}.services-section{background:#000;padding:80px 0 60px}.services-section .container{max-width:800px;padding:0}.services-section-title{text-align:center;font-size:2.5rem;font-weight:700;color:var(--color-text);margin-bottom:3rem;text-transform:uppercase;letter-spacing:1px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;width:100%;margin:0;padding:0;box-sizing:border-box}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-100px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}.service-card{width:100%;background:#181a1b;border:1px solid #3a3d40;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:flex-start;min-height:auto;opacity:0}.service-card:first-child{transform:translateX(-100px)}.service-card:last-child{transform:translateX(100px)}.service-card-highlighted{transform:translateX(0)}.service-card-animate-left{animation:slideInFromLeft .8s ease-out forwards}.service-card-animate-right{animation:slideInFromRight .8s ease-out forwards}.service-card-highlighted{opacity:1}.service-card:first-child,.service-card:last-child{border-color:#3a3d40}.service-card-highlighted{background:#181a1b;border:2px solid var(--color-primary);box-shadow:0 0 20px rgba(75,180,174,.2)}.service-icon{width:48px;height:48px;color:var(--color-text);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-icon svg{width:100%;height:100%}.service-title{font-family:var(--font-logo);font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:var(--color-text);text-transform:uppercase;letter-spacing:1px}.service-separator{width:100%;height:1px;background:var(--color-primary);margin-bottom:1.5rem}.service-list{list-style-type:disc;padding-left:1.2rem;margin:0;width:100%}.service-list li{margin-bottom:.25rem;padding-left:0;line-height:1.4;display:list-item}.service-desc,.service-list li{color:var(--color-text);font-size:.95rem}.service-desc{line-height:1.6;width:100%}.service-desc p{margin-bottom:1rem}.service-desc p:last-child{margin-bottom:0}@media (max-width:968px){.services-grid{grid-template-columns:1fr;gap:2rem}.service-card{width:100%}}.about-section{background:#000;padding:80px 0 60px}.about-section .container{max-width:800px;padding:0}.about-section-title{text-align:center;font-size:2.5rem;font-weight:700;color:var(--color-text);margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.about-section-description{text-align:center;color:var(--color-text);font-size:1rem;line-height:1.6;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.about-content{gap:3rem}.about-content,.about-text{display:flex;flex-direction:column}.about-text{gap:0}.about-subtitle{color:var(--color-primary);font-size:1.8rem;font-weight:700;margin-bottom:0;margin-top:0;text-transform:uppercase;letter-spacing:.5px}.about-subtitle:first-of-type{margin-bottom:0}.about-subtitle:not(:first-of-type){margin-top:2rem;margin-bottom:.5rem}.about-paragraph{color:var(--color-text-muted);font-size:1rem;line-height:1.8;margin-top:0;margin-bottom:2rem}.values-list{gap:2rem;margin-top:.5rem}.value-item,.values-list{display:flex;flex-direction:column}.value-item{gap:1rem}.value-header{display:flex;flex-direction:column;gap:.5rem}.value-title{color:#fff;font-size:1.1rem;font-weight:700;margin:0;text-transform:uppercase;letter-spacing:.5px}.value-separator{width:100%;height:2px;background:var(--color-primary);margin-bottom:.2em}.value-description{color:var(--color-text-muted);font-size:1rem;margin:0;line-height:1.8}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-top:1rem}.stat-item{background:#181a1b;border:2px solid var(--color-primary);border-radius:0;padding:2rem;text-align:center}.stat-item h3{font-size:3rem;color:#fff;margin-bottom:.5rem;font-weight:700}.stat-item p{color:#fff;font-size:.95rem;margin:0}.contact-section{background:#000;padding:80px 0 60px}.contact-section-title{text-align:center;font-size:2.5rem;font-weight:700;color:var(--color-text);margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.contact-section-description{text-align:center;color:var(--color-text);font-size:1rem;line-height:1.6;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.contact-form{background:#000;border:2px solid var(--color-primary);padding:2.5rem 2rem;max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group-half{width:100%}.form-input{background:transparent;color:var(--color-text);border:none;padding:.8rem 0;font-size:1rem;font-family:var(--font-main);transition:border-bottom .2s;width:100%;appearance:none;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.form-input,.form-input:focus{border-bottom:2px solid var(--color-primary)}.form-input:focus{outline:none}.form-input::placeholder{color:var(--color-text-muted)}.validation-error{color:#ef4444;font-size:.875rem;margin-top:.5rem;font-family:var(--font-main)}select.form-input{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%234bb4ae' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 0 center;padding-right:1.5rem;cursor:pointer;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.form-input option{background:#181a1b;color:var(--color-text)}textarea.form-input{resize:vertical;min-height:120px}textarea.form-input,textarea.form-input:focus{border-bottom:2px solid var(--color-primary)}.form-checkboxes{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.checkbox-label{color:var(--color-text);font-family:var(--font-main);font-size:.95rem;font-weight:400;display:flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--color-primary)}.contact-submit-btn{background:var(--color-primary);color:#0a0a0a;border:none;font-weight:700;border-radius:0;padding:.75rem 1.5rem;margin-top:1rem;font-size:.95rem;cursor:pointer;transition:background .2s,color .2s;width:auto;align-self:flex-start;text-transform:uppercase;letter-spacing:1px}.contact-submit-btn:hover{background:var(--color-primary-dark);color:#fff}.contact-info{display:flex;flex-direction:column;gap:1.5rem;background:var(--color-box);border:1px solid var(--color-border);border-radius:12px;box-shadow:0 2px 16px var(--color-shadow);padding:2.5rem 2rem 2rem;min-height:340px;justify-content:center}.contact-info-block{display:flex;align-items:center;gap:1rem;font-size:1.1rem;color:var(--color-text)}.contact-info-block i{color:var(--color-primary);font-size:1.5rem}.guarantee-section{background:#000;padding:80px 0 60px;position:relative;overflow:hidden}.guarantee-section .container{max-width:800px;padding:0}.guarantee-layout{display:flex;flex-direction:row;gap:0;min-height:500px;position:relative}.guarantee-teal-panel{background:var(--color-primary);padding:4rem 3rem;display:flex;flex-direction:column;justify-content:space-between;position:relative;flex:1 0 50%;-webkit-clip-path:polygon(0 0,100% 0,100% 85%,75% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 85%,75% 100%,0 100%)}.guarantee-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin:0 0 1.5rem;line-height:1.2}.guarantee-description{font-size:1.1rem;color:#1a1a1a;line-height:1.6;margin:0 0 2rem}.guarantee-button{background:#000;color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:700;font-family:var(--font-logo);cursor:pointer;display:flex;align-items:center;gap:.75rem;width:-moz-fit-content;width:fit-content;transition:background .2s}.guarantee-button:hover{background:#1a1a1a}.guarantee-button svg{color:#fff}.guarantee-features{background:#000;padding:4rem 3rem;display:flex;flex-direction:column;justify-content:center;gap:1rem;flex:1 0 50%}.guarantee-feature-item{background:#181a1b;border:1px solid #3a3d40;padding:1.5rem;color:#fff}.guarantee-feature-item p{margin:0;font-size:1rem;line-height:1.5}.faq-section{background:#000;padding:80px 0 60px}.faq-section .container{max-width:800px;padding:0}.faq-layout{display:grid;grid-template-columns:auto 1fr;grid-gap:3rem;gap:3rem;align-items:start}.faq-title{font-size:4rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1px;margin:0;line-height:1}.faq-accordion{display:flex;flex-direction:column;gap:.75rem}.faq-item{background:transparent;border:1px solid #3a3d40;border-radius:0;overflow:hidden}.faq-question{width:100%;background:#000;border:none;outline:none;color:#fff;font-family:var(--font-main);font-size:1rem;font-weight:400;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:background .2s;text-align:left}.faq-question:hover{background:#0a0a0a}.faq-item.open .faq-question{border-bottom:1px solid #3a3d40}.faq-question span{flex:1 1}.faq-icon{color:var(--color-primary);margin-left:1rem;flex-shrink:0;transition:transform .3s}.faq-icon-open{transform:rotate(-45deg)}.faq-answer{background:#181a1b;color:var(--color-primary);font-size:1rem;line-height:1.6;padding:1.25rem 1.5rem;display:none;animation:fadeInUp .4s;border-top:1px solid #3a3d40}.faq-item.open .faq-answer{display:block}@keyframes fadeInUp{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.newsletter-section{background:#000;padding:80px 0 60px}.newsletter-section .container{max-width:800px;padding:0}.newsletter-layout{display:grid;grid-template-columns:auto 1fr;grid-gap:3rem;gap:3rem;align-items:center}.newsletter-title{font-size:1.5rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1px;margin:0;line-height:1.4;max-width:300px}.newsletter-form{display:flex;align-items:center;gap:1rem}.newsletter-input{background:transparent;color:#fff;border:none;border-bottom:2px solid var(--color-primary);border-radius:0;padding:.75rem 0;font-size:1rem;font-family:var(--font-main);min-width:200px;flex:1 1;transition:border-bottom .2s}.newsletter-input::placeholder{color:#888}.newsletter-input:focus{outline:none;border-bottom:2px solid var(--color-primary)}.newsletter-submit-btn{background:var(--color-primary);color:#000;border:none;padding:.75rem 2rem;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:background .2s,color .2s;white-space:nowrap}.newsletter-submit-btn:hover{background:var(--color-primary-dark);color:#fff}.footer{background:#000;color:#fff;padding:60px 0 40px;position:relative;z-index:1}.footer .container{max-width:800px;padding:0}.footer-content{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3rem;gap:3rem}.footer-column{display:flex;flex-direction:column}.footer-heading{font-size:1rem;font-weight:700;color:var(--color-primary);margin-bottom:1rem;margin-top:0;text-transform:uppercase;letter-spacing:.5px}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer-links li{margin:0}.footer-links li a{color:#fff;text-decoration:none;font-size:1rem;transition:color .2s;text-transform:uppercase;letter-spacing:.5px}.footer-links li a:hover{color:var(--color-primary)}.footer-separator{width:100%;height:1px;background:#3a3d40;margin:2rem 0 1.5rem}.footer-copyright-container{text-align:center;width:100%}.footer-copyright{color:#888;font-size:.9rem;margin:0;text-transform:uppercase;letter-spacing:.5px}.footer-social{display:flex;gap:1rem;margin:1rem 0 1.5rem}.footer-social a{color:#fff;transition:color .2s;display:flex;align-items:center;justify-content:center}.footer-social a:hover{color:var(--color-primary)}.footer-links-bottom{margin-top:0}.legal-page{background:#000;color:#fff;padding:80px 0 60px;min-height:calc(100vh - 200px)}.legal-page .container{max-width:800px;padding:0}.legal-back-button{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-primary);text-decoration:none;font-size:1rem;font-weight:600;margin-bottom:2rem;padding:.5rem 1rem;border:1px solid var(--color-primary);transition:all .3s ease;font-family:var(--font-logo);text-transform:uppercase;letter-spacing:.5px}.legal-back-button:hover{background:var(--color-primary);color:#000;text-decoration:none}.legal-back-button i{font-size:.9rem}.legal-page-title{font-size:2.5rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1px}.legal-page-title,.legal-section{margin-bottom:3rem}.legal-heading{font-size:1.5rem;font-weight:700;color:var(--color-primary);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.legal-section p{color:#fff;font-size:1rem;line-height:1.8;margin-bottom:1rem}.legal-section a{color:var(--color-primary);text-decoration:none}.legal-section a:hover{text-decoration:underline}.legal-list{list-style:none;padding:0;margin:0;gap:1.5rem}.legal-list,.legal-list li{display:flex;flex-direction:column}.legal-list li{gap:.5rem}.legal-list li strong{color:var(--color-primary);font-weight:700;font-size:1.1rem}.legal-list li p{color:#fff;margin:0}.cookie-consent-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;align-items:flex-end;justify-content:center;z-index:10000;padding:2rem 2rem 3rem}.cookie-consent-dialog{background:#181a1b;border:1px solid #3a3d40;padding:2.5rem;max-width:800px;width:100%;display:flex;flex-direction:column;gap:1.5rem}.cookie-consent-title{font-size:1.2rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px;margin:0}.cookie-consent-description{font-size:1rem;color:#fff;line-height:1.6;margin:0}.cookie-consent-options{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}.cookie-consent-option{display:flex;align-items:center;gap:.75rem;color:#fff;font-size:1rem;cursor:pointer}.cookie-consent-option input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--color-primary)}.cookie-consent-option input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.cookie-consent-buttons{display:flex;gap:1rem;margin-top:.5rem}.cookie-consent-btn{flex:1 1;padding:.75rem 1rem;border:none;font-size:.95rem;font-weight:600;font-family:var(--font-logo);cursor:pointer;transition:opacity .2s}.cookie-consent-btn:hover{opacity:.9}.cookie-consent-btn-accept{background:var(--color-primary);color:#000}.cookie-consent-btn-reject,.cookie-consent-btn-selected{background:#2a2d2f;color:#fff}.consent-page{background:#000;color:#fff;padding:80px 0 60px;min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center}.consent-content{text-align:center}.consent-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.consent-text{font-size:1.1rem;color:#fff}.consent-text a{color:var(--color-primary);text-decoration:none}.consent-text a:hover{text-decoration:underline}@media (max-width:1200px){.container{margin-left:auto;margin-right:auto;max-width:800px;padding:0 2rem}header .header-nav{padding-left:2rem;padding-right:2rem}.faq-section .container,.newsletter-section .container,.services-section .container{max-width:800px;padding:0 2rem}}@media (max-width:900px){.contact-form{padding:2rem 1.5rem}.form-row{grid-template-columns:1fr;gap:1.5rem}.about-content{gap:2rem}.about-stats{grid-template-columns:1fr;gap:1.5rem}.about-section .container{max-width:100%;padding:0 1rem}}@media (max-width:1200px){.how-we-work-header,.how-we-work-steps{margin-left:auto;margin-right:auto;max-width:800px;padding:0 2rem}.how-we-work-description{width:100%;max-width:100%}}@media (max-width:768px){.mobile-menu-icon,.nav-menu{display:flex}.nav-menu{position:absolute;top:calc(100% + .5rem);right:3rem;width:300px;background:#000;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:.75rem;gap:1rem;max-height:0;overflow:hidden;transition:max-height .3s ease;visibility:hidden;z-index:1001;border:1px solid var(--color-border);box-shadow:0 4px 6px rgba(0,0,0,.3);list-style:none}.nav-menu.active{max-height:500px;visibility:visible}.nav-menu li{width:100%;background:#181a1b;border:1px solid #3a3d40}.nav-link{display:block;padding:1rem 1.5rem;width:100%;font-size:1rem;text-align:center;color:#fff;text-transform:uppercase;font-weight:600;letter-spacing:.5px}.nav-link:hover{color:var(--color-primary)}.container{margin-left:auto;margin-right:auto}.container,.faq-section .container,.footer .container,.guarantee-section .container,.newsletter-section .container,.services-section .container{max-width:100%;padding:0 1rem}.about-section,.contact-section,.faq-section,.guarantee-section,.how-we-work-section,.newsletter-section,.services-section,.tech-stack-section{padding:48px 0 32px}header .header-nav{padding:1.5rem 1rem 1rem;max-width:100%;overflow:visible}.logo{gap:0;margin:0;padding:0;align-items:center;min-width:0;margin-left:0!important;padding-left:0!important;display:flex;overflow:visible}.logo>*{margin:0;padding:0}.logo-3d-container{width:50px;height:50px;overflow:visible!important;padding:0!important;margin:0!important;display:block;position:relative;flex-shrink:0}.logo-3d-container canvas{object-fit:contain;width:100%!important;height:100%!important;margin:0;padding:0;display:block;position:relative;overflow:visible}.mobile-menu-icon{margin:0;flex-shrink:0;padding:12px;box-sizing:border-box}.tech-stack-section{padding:2rem 0}.tech-stack-scroll{gap:1.5rem}.tech-icon{width:48px;height:48px}.faq-layout{grid-template-columns:1fr;gap:2rem}.faq-title{font-size:3rem}.newsletter-layout{grid-template-columns:1fr;gap:2rem}.newsletter-title{font-size:2rem}.newsletter-form{flex-direction:column;align-items:stretch}.newsletter-input{min-width:0}.about-section-title,.contact-section-title,.services-section-title{font-size:2rem}.service-card{padding:1.5rem 1rem}.service-title{font-size:1rem}.service-list{font-size:.9rem;column-count:2;column-gap:1rem}.service-list li{page-break-inside:avoid;break-inside:avoid}.contact-form{padding:2rem 1rem}.how-we-work-section .container{max-width:100%;padding:0}.how-we-work-header{margin:0;padding:0 1rem;max-width:100%}.how-we-work-title-row{margin-bottom:1.5rem}.how-we-work-title{font-size:2rem}.how-we-work-separator{width:100%}.how-we-work-description-row{margin-bottom:3rem;flex-direction:column;gap:0}.how-we-work-title-spacer{display:none}.how-we-work-description{width:100%;max-width:100%;padding:0}.how-we-work-steps{margin:0;padding:0 1rem;max-width:100%;gap:3rem}.how-we-work-step-content{display:flex;align-items:flex-start;gap:1.5rem}.how-we-work-step-left{display:flex;flex-direction:column;flex-shrink:0;width:120px;min-width:120px;gap:.5rem}.how-we-work-step-number{font-size:48px;line-height:1;margin-bottom:0}.how-we-work-step-title{font-size:14px;line-height:1.4;margin:0}.how-we-work-step-description{font-size:14px;line-height:1.6;margin:0;flex:1 1}.services-grid,.steps-grid{gap:1.2rem}.service-card,.step-item{flex-direction:column;gap:.5rem;padding:1.2rem 1rem;min-height:0}.values-list{gap:2rem}.value-title{font-size:1.2rem}.value-description{font-size:.95rem}.about-section-title{font-size:2rem}.icon-row{font-size:1.5rem;gap:1.2rem}.service-icon{width:36px;height:36px;font-size:1.2rem;margin-bottom:.7rem}}@media (max-width:700px){.how-we-work-header{margin:0;padding:0 1rem}.how-we-work-step-content{display:flex;align-items:flex-start;gap:1.5rem}.how-we-work-step-left{display:flex;flex-direction:column;flex-shrink:0;width:120px;min-width:120px;gap:.5rem}.how-we-work-step-number{font-size:48px;line-height:1;margin-bottom:0}.how-we-work-step-title{font-size:14px;line-height:1.4;margin:0}.how-we-work-step-description{font-size:14px;line-height:1.6;margin:0;flex:1 1}.guarantee-layout{flex-direction:row;min-height:auto;width:100%;margin:0;position:relative}.guarantee-teal-panel{-webkit-clip-path:polygon(0 0,100% 0,100% 90%,80% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 90%,80% 100%,0 100%);padding:3rem 1rem;min-height:400px;width:60%;position:relative;flex:1 0 60%}.guarantee-title{font-size:1.5rem}.guarantee-description{font-size:.95rem}.guarantee-features{position:relative;top:-1.5rem;margin:0;padding:2rem 1rem;background:#000;z-index:2;display:flex;flex-direction:column;gap:.75rem;flex:1 0 40%;width:40%}.guarantee-feature-item{padding:1rem}.guarantee-feature-item p{font-size:.9rem}.faq-section{padding:32px 0 24px}.faq-layout{grid-template-columns:1fr;gap:1.5rem}.faq-title{font-size:2.5rem}.faq-question{padding:1rem;font-size:.95rem}.faq-answer{padding:0 1rem 1rem;font-size:.95rem}.newsletter-layout{grid-template-columns:1fr;gap:1.5rem}.newsletter-title{font-size:1.8rem}.newsletter-form{flex-direction:column;align-items:stretch}.newsletter-input{min-width:0}.cookie-consent-dialog{padding:2rem 1.5rem;max-width:100%}.cookie-consent-options{grid-template-columns:1fr;gap:1rem}.cookie-consent-buttons{flex-direction:column}.cookie-consent-btn{width:100%}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-heading{margin-top:1.5rem}.footer-heading:first-child{margin-top:0}.legal-page-title{font-size:2rem}.legal-heading{font-size:1.3rem}.consent-title{font-size:2rem}}@media (max-width:600px){.newsletter-form{flex-direction:column;gap:.7rem}.newsletter-input{min-width:0;width:100%}}.scroll-to-top-btn{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;background:var(--color-primary);border:2px solid var(--color-primary);color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,transform .3s ease;border-radius:0;box-shadow:0 4px 6px rgba(0,0,0,.3)}.scroll-to-top-btn:hover{transform:translateY(-3px);box-shadow:0 6px 12px rgba(75,180,174,.4)}.scroll-to-top-btn:active{transform:translateY(-1px)}.scroll-to-top-btn svg{width:20px;height:20px}@media (max-width:768px){.scroll-to-top-btn{bottom:1.5rem;right:1.5rem;width:45px;height:45px}.scroll-to-top-btn svg{width:18px;height:18px}}.loading-screen-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center;transition:opacity .5s ease;pointer-events:none}.loading-screen-logo{color:#0a0a0a;font-size:2rem;font-weight:700;font-family:var(--font-logo);animation:pulse 2s infinite;pointer-events:none}.header-container{position:relative;z-index:1000}.logo-text{font-size:1.25rem;font-weight:700;letter-spacing:0;font-family:var(--font-logo)}.hero-container{display:flex;justify-content:center}.hero-container,.hero-title-wrapper{position:relative;width:100%}.flex-center{display:flex;justify-content:center}.btn-icon-spacing{margin-left:.5rem}.newsletter-flex-container{flex:1 1;display:flex;flex-direction:column}.notification-message{flex:1 1}.cursor-dynamic{transition:opacity .5s ease,transform .5s ease}.cursor-hidden{opacity:0}.min-height-64{min-height:64px}.newsletter-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);z-index:9999;display:flex;align-items:center;justify-content:center}.newsletter-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);color:#0a0a0a;padding:2rem;border-radius:0;box-shadow:0 10px 25px rgba(0,0,0,.3);z-index:10000;max-width:500px;width:90%;animation:slideIn .3s ease;font-family:var(--font-main);font-weight:400;display:flex;flex-direction:column;gap:1rem}.newsletter-modal.success{background:var(--color-primary)}.newsletter-modal.error{background:#ef4444}.newsletter-modal.info{background:var(--color-primary)}.newsletter-modal-content{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.newsletter-modal-message{flex:1 1}.newsletter-modal-close{background:transparent;border:none;color:#0a0a0a;font-size:1.5rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-family:var(--font-main);font-weight:700;line-height:1;flex-shrink:0}.newsletter-modal-close:hover{opacity:.8}@keyframes slideIn{0%{opacity:0;transform:translate(-50%,-60%)}to{opacity:1;transform:translate(-50%,-50%)}}.error-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:4rem 1rem;background:linear-gradient(135deg,rgba(75,180,174,.05),transparent 50%)}.error-content{text-align:center;max-width:600px;margin:0 auto}.error-code{font-size:8rem;font-weight:800;background:linear-gradient(135deg,var(--color-primary) 0,#818cf8 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1;margin-bottom:1rem}.error-title{font-size:2.5rem;font-weight:700;color:var(--color-text);margin-bottom:1.5rem}.error-description{font-size:1.125rem;color:var(--color-text-muted);line-height:1.6;margin-bottom:2.5rem}.error-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.btn-secondary{display:inline-block;padding:1rem 2rem;background:transparent;color:var(--color-primary);border:2px solid var(--color-primary);text-decoration:none;font-weight:700;transition:all .3s ease;cursor:pointer;text-transform:uppercase;letter-spacing:.5px}.btn-secondary:hover{background:var(--color-primary);color:#0a0a0a;transform:translateY(-2px);box-shadow:0 4px 12px rgba(75,180,174,.3)}.error-suggestions{margin-bottom:3rem;padding:2rem;background:var(--color-box);border:1px solid var(--color-border)}.error-suggestions h3{font-size:1.25rem;font-weight:700;color:var(--color-text);margin-bottom:1.5rem}.error-nav-list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.error-nav-list li{text-align:left}.error-nav-list a{color:var(--color-primary);text-decoration:none;transition:color .3s ease;display:block;padding:.5rem}.error-nav-list a:hover{color:var(--color-primary-dark);text-decoration:underline}.error-help{font-size:.875rem;color:var(--color-text-muted)}.error-email{color:var(--color-primary);text-decoration:none;font-weight:600}.error-email:hover{text-decoration:underline}@media (max-width:768px){.error-code{font-size:5rem}.error-title{font-size:2rem}.error-description{font-size:1rem}.error-suggestions{padding:1.5rem}.error-nav-list{grid-template-columns:1fr}}