.hero-section[data-astro-cid-ge2uvauf]{position:relative;height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;background-color:var(--color-deep-black);overflow:hidden;padding-top:5rem}.particles-bg[data-astro-cid-ge2uvauf]{pointer-events:none}.hero-container[data-astro-cid-ge2uvauf]{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:center;height:100%}.hero-content[data-astro-cid-ge2uvauf]{max-width:900px;margin-top:-3rem}.tagline-badge[data-astro-cid-ge2uvauf]{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-family-display);font-size:.75rem;font-weight:700;letter-spacing:.2em;color:var(--color-glow-gold);border:1px solid #e5c15833;padding:.5rem 1.25rem;border-radius:20px;background:#e5c15808;margin-bottom:2rem;animation:fadeIn 1.2s var(--transition-smooth) both}.pulse-dot[data-astro-cid-ge2uvauf]{width:6px;height:6px;background-color:var(--color-glow-gold);border-radius:50%;box-shadow:0 0 10px var(--color-glow-gold);animation:2s infinite pulse}.hero-title[data-astro-cid-ge2uvauf]{font-family:var(--font-family-display);font-size:clamp(2.8rem,7.5vw,6.2rem);font-weight:700;line-height:1.05;letter-spacing:-.01em;margin-bottom:2rem;display:flex;flex-direction:column;animation:fadeIn 1.4s var(--transition-smooth) .2s both}.line-1[data-astro-cid-ge2uvauf]{color:var(--color-warm-white)}.hero-description[data-astro-cid-ge2uvauf]{font-size:clamp(1rem,1.8vw,1.2rem);margin-bottom:3.5rem;animation:fadeIn 1.6s var(--transition-smooth) .4s both;max-width:760px}.cta-group[data-astro-cid-ge2uvauf]{display:flex;gap:1.5rem;align-items:center;animation:fadeIn 1.8s var(--transition-smooth) .6s both}.cta-button[data-astro-cid-ge2uvauf]{font-family:var(--font-family-sans);padding:1rem 2.5rem;border-radius:30px;font-weight:500;font-size:1rem;letter-spacing:.05em;transition:all .4s var(--transition-smooth)}.primary-cta[data-astro-cid-ge2uvauf]{background-color:var(--color-warm-white);color:var(--color-deep-black);border:1px solid var(--color-warm-white)}.primary-cta[data-astro-cid-ge2uvauf]:hover{background-color:var(--color-glow-gold);border-color:var(--color-glow-gold);box-shadow:0 0 30px #e5c15866;transform:translateY(-2px)}.secondary-cta[data-astro-cid-ge2uvauf]{background:none;color:var(--color-warm-white);border:1px solid #fcfbf933}.secondary-cta[data-astro-cid-ge2uvauf]:hover{border-color:var(--color-warm-white);background-color:#fcfbf90d;transform:translateY(-2px)}.scroll-indicator[data-astro-cid-ge2uvauf]{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.8rem;opacity:.7;animation:fadeIn 2s var(--transition-smooth) .8s both;min-height:50px;justify-content:center}.scroll-loader[data-astro-cid-ge2uvauf]{display:flex;flex-direction:column;align-items:center;gap:.5rem}.loader-dots[data-astro-cid-ge2uvauf]{display:flex;gap:.4rem}.loader-dots[data-astro-cid-ge2uvauf] .dot[data-astro-cid-ge2uvauf]{width:5px;height:5px;background:var(--color-glow-gold);border-radius:50%;box-shadow:0 0 5px var(--color-glow-gold);animation:1.2s infinite loaderPulse}.loader-dots[data-astro-cid-ge2uvauf] .dot[data-astro-cid-ge2uvauf]:nth-child(2){animation-delay:.2s}.loader-dots[data-astro-cid-ge2uvauf] .dot[data-astro-cid-ge2uvauf]:nth-child(3){animation-delay:.4s}.scroll-content[data-astro-cid-ge2uvauf]{display:none;flex-direction:column;align-items:center;gap:.8rem;animation:.6s ease-out forwards fadeIn}.mouse-icon[data-astro-cid-ge2uvauf]{width:26px;height:42px;border:2px solid var(--color-text-secondary);border-radius:13px;position:relative}.scroll-wheel[data-astro-cid-ge2uvauf]{width:4px;height:8px;background-color:var(--color-glow-gold);border-radius:2px;position:absolute;top:8px;left:50%;transform:translate(-50%);animation:1.8s ease-in-out infinite scroll}.scroll-text[data-astro-cid-ge2uvauf]{font-family:var(--font-family-display);font-size:.65rem;letter-spacing:.2em;color:var(--color-text-muted)}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.4}to{transform:scale(1);opacity:1}}@keyframes scroll{0%{transform:translate(-50%);opacity:0}30%{opacity:1}60%{transform:translate(-50%,14px);opacity:0}to{opacity:0}}@keyframes loaderPulse{0%,to{transform:scale(1);opacity:.4}50%{transform:scale(1.15);opacity:1}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(width<=768px){.hero-content[data-astro-cid-ge2uvauf]{margin-top:0;text-align:center;display:flex;flex-direction:column;align-items:center}.cta-group[data-astro-cid-ge2uvauf]{flex-direction:column;width:100%;gap:1rem}.cta-button[data-astro-cid-ge2uvauf]{width:100%;text-align:center}.desktop-only[data-astro-cid-ge2uvauf]{display:none}.scroll-indicator[data-astro-cid-ge2uvauf]{bottom:2rem}}.service-card[data-astro-cid-3vpt37q6]{position:relative;padding:3rem;display:flex;flex-direction:column;gap:2rem;height:100%;transition:all .5s var(--transition-smooth);overflow:hidden}.service-card[data-astro-cid-3vpt37q6]:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#0000,#e5c15866,#0000);transform:translate(-100%);transition:transform .8s var(--transition-smooth)}.service-card[data-astro-cid-3vpt37q6]:hover:before{transform:translate(100%)}.card-icon-container[data-astro-cid-3vpt37q6]{width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fcfbf908;border:1px solid var(--color-border-subtle);color:var(--color-glow-gold);transition:all .5s var(--transition-smooth)}.service-card[data-astro-cid-3vpt37q6]:hover .card-icon-container[data-astro-cid-3vpt37q6]{background:#e5c1581a;border-color:var(--color-glow-gold);box-shadow:0 0 15px #e5c15833;transform:scale(1.05)}.card-body[data-astro-cid-3vpt37q6]{display:flex;flex-direction:column;gap:1rem}.card-number[data-astro-cid-3vpt37q6]{font-family:var(--font-family-display);font-size:.85rem;color:var(--color-glow-gold);opacity:.5;font-weight:700}.card-title[data-astro-cid-3vpt37q6]{font-size:1.4rem;color:var(--color-warm-white);letter-spacing:.05em}.card-description[data-astro-cid-3vpt37q6]{font-size:.95rem;line-height:1.6;color:var(--color-text-secondary)}@media(width<=768px){.service-card[data-astro-cid-3vpt37q6]{padding:2rem}}.section-header[data-astro-cid-lcdefpme]{max-width:800px;margin-bottom:5rem}.section-title[data-astro-cid-lcdefpme]{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.section-subtitle[data-astro-cid-lcdefpme]{font-size:1.1rem;color:var(--color-text-secondary)}.services-grid[data-astro-cid-lcdefpme]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(width<=1024px){.services-grid[data-astro-cid-lcdefpme]{grid-template-columns:1fr}}.cases-section[data-astro-cid-lcdefpme]{background:linear-gradient(180deg,var(--color-deep-black) 0%,#050505 100%)}.cases-grid[data-astro-cid-lcdefpme]{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.case-card[data-astro-cid-lcdefpme]{display:flex;flex-direction:column;height:100%;border-radius:16px;overflow:hidden;transition:all .5s var(--transition-smooth)}.case-image-fallback[data-astro-cid-lcdefpme]{height:220px;background:linear-gradient(135deg,#181818,#080808);position:relative;border-bottom:1px solid var(--color-border-subtle);display:flex;align-items:center;justify-content:center}.case-card-img[data-astro-cid-lcdefpme]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.5;transition:opacity .5s var(--transition-smooth),transform .5s var(--transition-smooth);z-index:1}.case-card[data-astro-cid-lcdefpme]:hover .case-card-img[data-astro-cid-lcdefpme]{opacity:.95;transform:scale(1.04)}.case-image-fallback[data-astro-cid-lcdefpme]:after{content:"";position:absolute;width:60%;height:60%;border:1px dashed #fcfbf90d;background:radial-gradient(circle,#e5c1580a,#0000 70%);z-index:2}.gradient-overlay[data-astro-cid-lcdefpme]{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 100% 0,#e5c1580d,#0000 60%);z-index:2}.category-tag[data-astro-cid-lcdefpme]{position:absolute;top:1.25rem;left:1.25rem;font-size:.75rem;font-weight:500;color:var(--color-glow-gold);border:1px solid #e5c15840;background:#0a0a0ad9;padding:.3rem .8rem;border-radius:20px;letter-spacing:.05em;z-index:5}.case-badge-container[data-astro-cid-lcdefpme]{position:absolute;top:1.25rem;right:1.25rem;z-index:5}.badge[data-astro-cid-lcdefpme]{font-size:.7rem;padding:.25rem .6rem;border-radius:4px;font-weight:500}.badge[data-astro-cid-lcdefpme].backend{background:#e5c15826;color:var(--color-glow-gold);border:1px solid #e5c1584d}.badge[data-astro-cid-lcdefpme].frontend{background:#fcfbf914;color:var(--color-warm-white);border:1px solid #fcfbf926}.case-info[data-astro-cid-lcdefpme]{padding:2rem;display:flex;flex-direction:column;gap:1rem;flex-grow:1}.case-title[data-astro-cid-lcdefpme]{font-size:1.25rem;color:var(--color-warm-white);line-height:1.3}.case-description[data-astro-cid-lcdefpme]{font-size:.9rem;color:var(--color-text-secondary);line-height:1.5;flex-grow:1}.tech-tags[data-astro-cid-lcdefpme]{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.tech-tag[data-astro-cid-lcdefpme]{font-size:.75rem;color:var(--color-text-muted);background:#fcfbf90a;padding:.2rem .6rem;border-radius:4px;border:1px solid var(--color-border-subtle)}@media(width<=1024px){.cases-grid[data-astro-cid-lcdefpme]{grid-template-columns:repeat(2,1fr)}}@media(width<=768px){.cases-grid[data-astro-cid-lcdefpme]{grid-template-columns:1fr}.case-image-fallback[data-astro-cid-lcdefpme]{height:160px}}.about-grid[data-astro-cid-lcdefpme]{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about-visual[data-astro-cid-lcdefpme]{height:400px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.visual-circle[data-astro-cid-lcdefpme]{width:250px;height:250px;border:1px solid #fcfbf914;border-radius:50%;position:absolute;animation:30s linear infinite spin}.visual-circle[data-astro-cid-lcdefpme]:before{content:"";position:absolute;top:-5px;left:50%;transform:translate(-50%);width:10px;height:10px;background-color:var(--color-glow-gold);border-radius:50%;box-shadow:0 0 10px var(--color-glow-gold)}.visual-line[data-astro-cid-lcdefpme]{background-color:#fcfbf90a;position:absolute}.line-h[data-astro-cid-lcdefpme]{width:80%;height:1px}.line-v[data-astro-cid-lcdefpme]{width:1px;height:80%}.visual-center[data-astro-cid-lcdefpme]{width:24px;height:24px;background:#e5c1581a;border:1px solid var(--color-glow-gold);border-radius:50%;box-shadow:0 0 20px #e5c1584d}.about-content[data-astro-cid-lcdefpme]{display:flex;flex-direction:column;gap:1.5rem}.about-lead[data-astro-cid-lcdefpme]{font-size:1.6rem;color:var(--color-warm-white);line-height:1.3}.about-text[data-astro-cid-lcdefpme]{font-size:1rem;line-height:1.7;color:var(--color-text-secondary)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(width<=900px){.about-grid[data-astro-cid-lcdefpme]{grid-template-columns:1fr;gap:3rem}.about-visual[data-astro-cid-lcdefpme]{height:300px;order:2}}.contact-grid[data-astro-cid-lcdefpme]{display:grid;grid-template-columns:1.2fr 1.8fr;gap:5rem}.contact-header[data-astro-cid-lcdefpme]{display:flex;flex-direction:column;gap:2rem}.contact-lead[data-astro-cid-lcdefpme]{font-size:1.15rem;line-height:1.6;color:var(--color-text-secondary)}.contact-meta[data-astro-cid-lcdefpme]{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.meta-item[data-astro-cid-lcdefpme]{display:flex;flex-direction:column;gap:.5rem;border-left:2px solid var(--color-glow-gold);padding-left:1rem}.meta-label[data-astro-cid-lcdefpme]{font-size:.75rem;font-family:var(--font-family-display);color:var(--color-text-muted);letter-spacing:.1em}.meta-value[data-astro-cid-lcdefpme]{font-size:1.1rem;color:var(--color-warm-white);font-weight:500}.contact-form-container[data-astro-cid-lcdefpme]{position:relative;padding:3.5rem;border-radius:20px;overflow:hidden}.contact-form[data-astro-cid-lcdefpme]{display:flex;flex-direction:column;gap:2rem;transition:opacity .5s}.form-group[data-astro-cid-lcdefpme]{display:flex;flex-direction:column;gap:.75rem}.form-group[data-astro-cid-lcdefpme] label[data-astro-cid-lcdefpme]{font-size:.9rem;font-weight:400;color:var(--color-text-secondary)}.form-group[data-astro-cid-lcdefpme] input[data-astro-cid-lcdefpme],.form-group[data-astro-cid-lcdefpme] select[data-astro-cid-lcdefpme],.form-group[data-astro-cid-lcdefpme] textarea[data-astro-cid-lcdefpme]{background:#fcfbf908;border:1px solid var(--color-border-subtle);border-radius:8px;padding:1rem;color:var(--color-warm-white);font-family:var(--font-family-sans);font-size:.95rem;transition:all .4s var(--transition-smooth);width:100%}.form-group[data-astro-cid-lcdefpme] input[data-astro-cid-lcdefpme]:focus,.form-group[data-astro-cid-lcdefpme] select[data-astro-cid-lcdefpme]:focus,.form-group[data-astro-cid-lcdefpme] textarea[data-astro-cid-lcdefpme]:focus{outline:none;border-color:var(--color-glow-gold);background:#fcfbf90d;box-shadow:0 0 15px #e5c1580d}.form-group[data-astro-cid-lcdefpme] select[data-astro-cid-lcdefpme] option[data-astro-cid-lcdefpme]{background-color:var(--color-gray-dark);color:var(--color-warm-white)}.submit-button[data-astro-cid-lcdefpme]{background-color:var(--color-warm-white);color:var(--color-deep-black);border:1px solid var(--color-warm-white);padding:1rem 2rem;border-radius:30px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .4s var(--transition-smooth);margin-top:1rem;align-self:flex-start}.submit-button[data-astro-cid-lcdefpme]:hover{background-color:var(--color-glow-gold);border-color:var(--color-glow-gold);box-shadow:0 0 30px #e5c15866;transform:translateY(-2px)}.success-overlay[data-astro-cid-lcdefpme]{position:absolute;top:0;left:0;width:100%;height:100%;background:#0a0a0af2;backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;padding:3rem;opacity:0;pointer-events:none;transition:opacity .5s var(--transition-smooth);z-index:10}.success-overlay[data-astro-cid-lcdefpme].active{opacity:1;pointer-events:auto}.success-message[data-astro-cid-lcdefpme]{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:420px;transform:translateY(20px);transition:transform .5s var(--transition-smooth)}.success-overlay[data-astro-cid-lcdefpme].active .success-message[data-astro-cid-lcdefpme]{transform:translateY(0)}.success-icon[data-astro-cid-lcdefpme]{color:var(--color-glow-gold);background:#e5c1581a;border:1px solid var(--color-glow-gold);padding:.8rem;border-radius:50%;box-shadow:0 0 20px #e5c15833}.success-message[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme]{font-size:1.5rem;color:var(--color-warm-white)}.success-message[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{font-size:.95rem;line-height:1.6;color:var(--color-text-secondary)}.close-success-btn[data-astro-cid-lcdefpme]{background:none;border:1px solid #fcfbf933;color:var(--color-warm-white);padding:.6rem 2rem;border-radius:20px;cursor:pointer;transition:all .4s var(--transition-smooth);font-size:.9rem}.close-success-btn[data-astro-cid-lcdefpme]:hover{border-color:var(--color-warm-white);background-color:#fcfbf90d}@media(width<=1024px){.contact-grid[data-astro-cid-lcdefpme]{grid-template-columns:1fr;gap:3rem}}@media(width<=768px){.contact-form-container[data-astro-cid-lcdefpme]{padding:2rem}.submit-button[data-astro-cid-lcdefpme]{width:100%;text-align:center;align-self:stretch}}
