header.svelte-hrynv1{position:fixed;width:100%;top:0;z-index:1000;padding:2rem 40px;background:linear-gradient(to bottom,var(--charcoal) 0%,transparent 100%);transition:all .3s ease}header.scrolled.svelte-hrynv1{padding:1rem 40px;background:#0a0a0af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}nav.svelte-hrynv1{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo.svelte-hrynv1{font-size:1.5rem;font-weight:700;color:var(--ember);text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.logo.svelte-hrynv1:hover{transform:translateY(-2px)}.nav-links.svelte-hrynv1{display:flex;gap:3rem;list-style:none;align-items:center}.nav-links.svelte-hrynv1 a:where(.svelte-hrynv1){color:var(--ash);text-decoration:none;font-weight:500;position:relative;transition:color .3s ease}.nav-links.svelte-hrynv1 a:where(.svelte-hrynv1):after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--ember);transition:width .3s ease}.nav-links.svelte-hrynv1 a:where(.svelte-hrynv1):hover:after,.nav-links.svelte-hrynv1 a.active:where(.svelte-hrynv1):after{width:100%}.nav-links.svelte-hrynv1 a.active:where(.svelte-hrynv1){color:var(--ember)}@media (max-width: 768px){.nav-links.svelte-hrynv1{display:none}}.hero.svelte-ukkuiz{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero-bg.svelte-ukkuiz{position:absolute;top:-50%;left:-20%;width:100%;height:150%;background:radial-gradient(circle at center,var(--ember) 0%,transparent 70%);opacity:.05;filter:blur(100px);animation:pulse 8s ease-in-out infinite}.hero-content.svelte-ukkuiz{max-width:1400px;margin:0 auto;padding:0 40px;text-align:center;z-index:2}.hero-content.svelte-ukkuiz .pre-title:where(.svelte-ukkuiz){font-family:Crimson Text,serif;font-style:italic;font-size:1.2rem;color:var(--ember);margin-bottom:1rem;opacity:0;animation:fadeInUp 1s ease forwards}.hero-content.svelte-ukkuiz h1:where(.svelte-ukkuiz){font-size:clamp(3rem,6vw,5rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;opacity:0;animation:fadeInUp 1s ease .2s forwards}.hero-content.svelte-ukkuiz h1:where(.svelte-ukkuiz) .highlight:where(.svelte-ukkuiz){color:var(--ember)}.hero-content.svelte-ukkuiz p:where(.svelte-ukkuiz){font-size:1.25rem;line-height:1.6;color:#a8a8a8;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto;opacity:0;animation:fadeInUp 1s ease .4s forwards}.expertise.svelte-aq355b{padding:100px 40px;background:var(--smoke)}.expertise-content.svelte-aq355b{max-width:1400px;margin:0 auto}.section-header.svelte-aq355b{text-align:center;margin-bottom:80px}.section-header.svelte-aq355b h2:where(.svelte-aq355b){font-size:clamp(2.5rem,4vw,4rem);margin-bottom:1rem;color:var(--ember)}.section-header.svelte-aq355b p:where(.svelte-aq355b){font-size:1.25rem;color:#a8a8a8;max-width:700px;margin:0 auto}.tech-grid.svelte-aq355b{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-bottom:80px}.tech-card.svelte-aq355b{background:var(--charcoal);border:2px solid rgba(255,107,53,.1);border-radius:15px;padding:40px;position:relative;overflow:hidden;transition:all .3s ease}.tech-card.svelte-aq355b:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(255,107,53,.05) 0%,transparent 70%);transition:all .3s ease}.tech-card.svelte-aq355b:hover{transform:translateY(-5px);border-color:#ff6b354d;box-shadow:0 15px 40px #ff6b351a}.tech-card.svelte-aq355b:hover:before{opacity:1;transform:translate(-25%,-25%)}.tech-header.svelte-aq355b{display:flex;align-items:center;gap:15px;margin-bottom:20px}.tech-icon.svelte-aq355b{width:60px;height:60px;background:linear-gradient(135deg,var(--ember),var(--ember-dark));border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:var(--charcoal)}.tech-header.svelte-aq355b h3:where(.svelte-aq355b){color:var(--ash);font-size:1.5rem;position:relative;z-index:1}.tech-description.svelte-aq355b{color:#a8a8a8;line-height:1.7;margin-bottom:25px;position:relative;z-index:1}.tech-features.svelte-aq355b{list-style:none;position:relative;z-index:1}.tech-features.svelte-aq355b li:where(.svelte-aq355b){display:flex;align-items:center;gap:12px;padding:8px 0;color:#a8a8a8;font-size:.95rem}.tech-features.svelte-aq355b li:where(.svelte-aq355b) i:where(.svelte-aq355b){color:var(--ember);font-size:.8rem;width:16px}@media (max-width: 1024px){.tech-grid.svelte-aq355b{grid-template-columns:1fr}}@media (max-width: 768px){.tech-header.svelte-aq355b{flex-direction:column;text-align:center}}.process.svelte-iw3bw0{padding:100px 40px;background:var(--smoke)}.process-content.svelte-iw3bw0{max-width:1400px;margin:0 auto}.section-header.svelte-iw3bw0{text-align:center;margin-bottom:80px}.section-header.svelte-iw3bw0 h2:where(.svelte-iw3bw0){font-size:clamp(2.5rem,4vw,4rem);margin-bottom:1rem;color:var(--ember)}.section-header.svelte-iw3bw0 p:where(.svelte-iw3bw0){font-size:1.25rem;color:#a8a8a8;max-width:700px;margin:0 auto}.process-steps.svelte-iw3bw0{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin-top:60px}.process-step.svelte-iw3bw0{text-align:center;position:relative;padding:40px 20px;background:var(--charcoal);border-radius:15px;border:1px solid rgba(255,107,53,.1);transition:all .3s ease}.process-step.svelte-iw3bw0:hover{transform:translateY(-5px);border-color:#ff6b354d}.step-number.svelte-iw3bw0{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,var(--ember),var(--ember-dark));color:var(--charcoal);font-weight:700;font-size:2rem;border-radius:50%;margin-bottom:2rem}.process-step.svelte-iw3bw0 h3:where(.svelte-iw3bw0){color:var(--ash);margin-bottom:1rem;font-size:1.5rem}.process-step.svelte-iw3bw0 p:where(.svelte-iw3bw0){color:#a8a8a8;line-height:1.6}@media (max-width: 768px){.process-steps.svelte-iw3bw0{grid-template-columns:1fr}}.contact-section.svelte-1eksp8v{padding:100px 40px;background:linear-gradient(135deg,var(--smoke) 0%,var(--charcoal) 100%);border-top:1px solid rgba(255,107,53,.1)}.contact-content.svelte-1eksp8v{max-width:1200px;margin:0 auto}.section-header.svelte-1eksp8v{text-align:center;margin-bottom:60px}.section-header.svelte-1eksp8v h2:where(.svelte-1eksp8v){font-size:clamp(2.5rem,4vw,3.5rem);margin-bottom:1rem;color:var(--ember)}.section-header.svelte-1eksp8v p:where(.svelte-1eksp8v){font-size:1.25rem;color:#a8a8a8;max-width:600px;margin:0 auto}.contact-grid.svelte-1eksp8v{display:grid;grid-template-columns:2fr 1fr;gap:60px;align-items:start}.contact-form.svelte-1eksp8v{background:#ff6b3508;border:1px solid rgba(255,107,53,.1);padding:40px;border-radius:20px}.form-row.svelte-1eksp8v{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.form-field.svelte-1eksp8v{margin-bottom:20px}.form-field.svelte-1eksp8v label:where(.svelte-1eksp8v){display:block;margin-bottom:8px;color:var(--ash);font-weight:500;font-size:.95rem}.form-field.svelte-1eksp8v input:where(.svelte-1eksp8v),.form-field.svelte-1eksp8v textarea:where(.svelte-1eksp8v){width:100%;padding:12px 16px;background:var(--charcoal);border:2px solid rgba(255,107,53,.2);border-radius:10px;color:var(--ash);font-size:1rem;font-family:inherit;transition:all .3s ease;resize:vertical}.form-field.svelte-1eksp8v input:where(.svelte-1eksp8v):focus,.form-field.svelte-1eksp8v textarea:where(.svelte-1eksp8v):focus{outline:none;border-color:var(--ember);box-shadow:0 0 0 3px #ff6b351a}.form-field.svelte-1eksp8v input:where(.svelte-1eksp8v):disabled,.form-field.svelte-1eksp8v textarea:where(.svelte-1eksp8v):disabled{opacity:.6;cursor:not-allowed}.submit-button.svelte-1eksp8v{width:100%;background:var(--ember);color:var(--charcoal);border:none;padding:16px 24px;border-radius:50px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:30px}.submit-button.svelte-1eksp8v:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #ff6b354d}.submit-button.svelte-1eksp8v:disabled{opacity:.7;cursor:not-allowed}.submit-message.svelte-1eksp8v{padding:1rem;margin:1rem 0;border-radius:8px;text-align:center;font-weight:500;background:#4caf501a;border:1px solid rgba(76,175,80,.3);color:#4caf50}.submit-message.error.svelte-1eksp8v{background:#f443361a;border-color:#f443364d;color:#f44336}.contact-info.svelte-1eksp8v{display:flex;flex-direction:column;gap:30px}.info-card.svelte-1eksp8v{background:#ff6b350d;border:1px solid rgba(255,107,53,.1);padding:30px;border-radius:20px}.info-card.svelte-1eksp8v h3:where(.svelte-1eksp8v){color:var(--ember);margin-bottom:15px;font-size:1.3rem}.info-card.svelte-1eksp8v p:where(.svelte-1eksp8v){color:#a8a8a8;line-height:1.6;margin-bottom:10px}.info-card.svelte-1eksp8v ul:where(.svelte-1eksp8v){list-style:none}.info-card.svelte-1eksp8v li:where(.svelte-1eksp8v){display:flex;align-items:center;gap:12px;padding:8px 0;color:#a8a8a8}.info-card.svelte-1eksp8v li:where(.svelte-1eksp8v) i:where(.svelte-1eksp8v){color:var(--ember);font-size:.9rem}.email-link.svelte-1eksp8v{display:inline-flex;align-items:center;gap:8px;color:var(--ember);text-decoration:none;font-weight:500;transition:all .3s ease;margin-top:5px}.email-link.svelte-1eksp8v:hover{transform:translate(5px)}@media (max-width: 1024px){.contact-grid.svelte-1eksp8v{grid-template-columns:1fr;gap:40px}.contact-info.svelte-1eksp8v{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}}@media (max-width: 768px){.contact-section.svelte-1eksp8v{padding:60px 20px}.form-row.svelte-1eksp8v{grid-template-columns:1fr}.contact-form.svelte-1eksp8v{padding:30px 20px}}.services.svelte-l4ldfd{padding:100px 40px;max-width:1400px;margin:0 auto}.section-header.svelte-l4ldfd{text-align:center;margin-bottom:80px}.section-header.svelte-l4ldfd h2:where(.svelte-l4ldfd){font-size:clamp(2.5rem,4vw,4rem);margin-bottom:1rem;color:var(--ember)}.section-header.svelte-l4ldfd p:where(.svelte-l4ldfd){font-size:1.25rem;color:#a8a8a8;max-width:700px;margin:0 auto}.services-grid.svelte-l4ldfd{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}@media (min-width: 1200px){.services-grid.svelte-l4ldfd{grid-template-columns:repeat(3,1fr)}}.service-card.svelte-l4ldfd{background:var(--smoke);border:1px solid rgba(255,107,53,.1);border-radius:15px;padding:40px;position:relative;transition:all .3s ease;min-height:400px}.service-card.svelte-l4ldfd:hover{transform:translateY(-5px);border-color:#ff6b354d;box-shadow:0 15px 30px #ff6b351a}.service-card.svelte-l4ldfd:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--ember),var(--ember-dark));border-radius:15px 15px 0 0;transform:scaleX(0);transition:transform .3s ease}.service-card.svelte-l4ldfd:hover:before{transform:scaleX(1)}.service-header.svelte-l4ldfd{display:flex;align-items:center;gap:15px;margin-bottom:15px}.service-icon.svelte-l4ldfd{width:50px;height:50px;background:linear-gradient(135deg,var(--ember),var(--ember-dark));border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--charcoal);font-size:1.5rem;flex-shrink:0}.service-title.svelte-l4ldfd{color:var(--ash);font-size:1.4rem;font-weight:600;margin:0}.service-description.svelte-l4ldfd{color:#a8a8a8;line-height:1.6;margin-bottom:20px;font-size:.95rem}.cta-section.svelte-l4ldfd{padding:100px 40px;text-align:center}.cta-content.svelte-l4ldfd{max-width:800px;margin:0 auto}.cta-content.svelte-l4ldfd h2:where(.svelte-l4ldfd){font-size:clamp(2.5rem,4vw,3.5rem);margin-bottom:1.5rem;color:var(--ember)}.cta-content.svelte-l4ldfd p:where(.svelte-l4ldfd){font-size:1.25rem;color:#a8a8a8;margin-bottom:3rem}@media (max-width: 768px){.services-grid.svelte-l4ldfd{grid-template-columns:1fr}}
