:root{--bg-primary: #0a0a0f;--bg-secondary: #0f0f1a;--bg-tertiary: #1a1a2e;--text-primary: #ffffff;--text-secondary: #a1a1b5;--text-muted: #71717f;--primary-blue: #3b82f6;--primary-magenta: #8b5cf6;--accent-purple: #a855f7;--accent-indigo: #6366f1;--accent-pink: #ec4899;--accent-cyan: #06b6d4;--gradient-primary: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);--gradient-secondary: linear-gradient(135deg, #6366f1 0%, #a855f7 100%);--gradient-tertiary: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%);--gradient-accent: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);--gradient-bg-subtle: linear-gradient(135deg, rgba(59, 130, 246, .03) 0%, rgba(139, 92, 246, .03) 100%);--gradient-bg-hover: linear-gradient(135deg, rgba(59, 130, 246, .08) 0%, rgba(139, 92, 246, .08) 100%);--glass-bg: rgba(255, 255, 255, .02);--glass-border: rgba(255, 255, 255, .06);--glass-hover: rgba(255, 255, 255, .04);--shadow-blue: 0 0 40px rgba(59, 130, 246, .15);--shadow-magenta: 0 0 40px rgba(139, 92, 246, .15);--shadow-soft: 0 4px 20px rgba(0, 0, 0, .4);--shadow-medium: 0 8px 30px rgba(0, 0, 0, .5);--shadow-strong: 0 20px 60px rgba(0, 0, 0, .6);--transition-fast: all .2s cubic-bezier(.4, 0, .2, 1);--transition-smooth: all .4s cubic-bezier(.4, 0, .2, 1);--transition-slow: all .6s cubic-bezier(.4, 0, .2, 1)}[data-astro-cid-wrzvmyuk]{box-sizing:border-box}body{background:var(--bg-primary);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0;padding:0}.dot-pattern[data-astro-cid-wrzvmyuk]{position:absolute;inset:0;opacity:.3;background-image:radial-gradient(circle,rgba(59,130,246,.08) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.services-container[data-astro-cid-wrzvmyuk]{max-width:;margin:0 auto;padding:0;position:relative}.hero-section[data-astro-cid-wrzvmyuk]{height:100vh;min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:var(--bg-primary)}.hero-bg-gradient[data-astro-cid-wrzvmyuk]{position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(59,130,246,.05) 0%,transparent 70%);pointer-events:none}.hero-content[data-astro-cid-wrzvmyuk]{text-align:center;margin:0 auto;padding:2rem;position:relative;z-index:10}.hero-badge[data-astro-cid-wrzvmyuk]{display:inline-flex;align-items:center;gap:.5rem;background:var(--glass-bg);backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:50px;padding:.75rem 1.5rem;margin-bottom:2rem;font-size:.875rem;font-weight:600;color:var(--text-secondary);transition:var(--transition-smooth);cursor:pointer}.hero-badge[data-astro-cid-wrzvmyuk]:hover{background:var(--glass-hover);border-color:var(--primary-blue);color:var(--primary-blue);transform:translateY(-2px);box-shadow:var(--shadow-blue)}.badge-dot[data-astro-cid-wrzvmyuk]{width:8px;height:8px;background:var(--gradient-primary);border-radius:50%;animation:pulse-elegant 3s infinite}@keyframes pulse-elegant{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.hero-title[data-astro-cid-wrzvmyuk]{font-size:clamp(3.2rem,6vw,7rem);font-weight:900;line-height:1.05;margin:0 0 1.5rem;letter-spacing:-.03em;color:var(--text-primary)}.hero-title[data-astro-cid-wrzvmyuk] .highlight[data-astro-cid-wrzvmyuk]{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.hero-title[data-astro-cid-wrzvmyuk] .highlight[data-astro-cid-wrzvmyuk]:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:0px;background:var(--gradient-primary);border-radius:2px;opacity:.3}.hero-description[data-astro-cid-wrzvmyuk]{font-size:1.3rem;color:var(--text-secondary);line-height:1.7;margin-bottom:3rem;max-width:650px;margin-left:auto;margin-right:auto;font-weight:400}.hero-cta-group[data-astro-cid-wrzvmyuk]{display:flex;gap:1.5rem;justify-content:center;align-items:center;flex-wrap:wrap;margin-bottom:4rem}.btn-primary-hero[data-astro-cid-wrzvmyuk]{display:inline-flex;align-items:center;gap:.75rem;background:var(--gradient-primary);color:#fff;text-decoration:none;padding:1.25rem 2.5rem;border-radius:50px;font-weight:700;font-size:1rem;transition:var(--transition-smooth);box-shadow:var(--shadow-blue);border:none;cursor:pointer;position:relative;overflow:hidden}.btn-primary-hero[data-astro-cid-wrzvmyuk]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s}.btn-primary-hero[data-astro-cid-wrzvmyuk]:hover:before{left:100%}.btn-primary-hero[data-astro-cid-wrzvmyuk]:hover{transform:translateY(-3px);box-shadow:0 0 60px #3b82f666;color:#fff}.btn-secondary-hero[data-astro-cid-wrzvmyuk]{display:inline-flex;align-items:center;gap:.75rem;background:var(--glass-bg);backdrop-filter:blur(20px);color:var(--text-primary);text-decoration:none;padding:1.25rem 2.5rem;border-radius:50px;font-weight:600;font-size:1rem;border:1px solid var(--glass-border);transition:var(--transition-smooth)}.btn-secondary-hero[data-astro-cid-wrzvmyuk]:hover{background:var(--glass-hover);border-color:var(--primary-magenta);transform:translateY(-2px);color:var(--text-primary);box-shadow:var(--shadow-magenta)}.hero-testimonials[data-astro-cid-wrzvmyuk]{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:2rem}.testimonial-avatars[data-astro-cid-wrzvmyuk]{display:flex;margin-right:1rem}.avatar[data-astro-cid-wrzvmyuk]{width:44px;height:44px;border-radius:50%;border:2px solid var(--bg-primary);margin-left:-10px;background:var(--gradient-bg-subtle);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;color:var(--text-primary);transition:var(--transition-fast)}.avatar[data-astro-cid-wrzvmyuk]:first-child{margin-left:0}.avatar[data-astro-cid-wrzvmyuk]:hover{transform:translateY(-2px);border-color:var(--primary-blue)}.testimonial-text[data-astro-cid-wrzvmyuk]{display:flex;align-items:center;gap:.75rem;color:var(--text-secondary);font-size:.9rem;font-weight:500}.stars[data-astro-cid-wrzvmyuk]{color:#fbbf24;font-size:1rem}.services-section[data-astro-cid-wrzvmyuk]{padding:8rem 2rem;position:relative;background:var(--gradient-bg-subtle)}.section-header[data-astro-cid-wrzvmyuk]{text-align:center;margin-bottom:5rem}.section-title[data-astro-cid-wrzvmyuk]{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;margin-bottom:1.5rem;letter-spacing:-.02em}.section-title[data-astro-cid-wrzvmyuk].development{background:var(--gradient-tertiary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-title[data-astro-cid-wrzvmyuk].marketing{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-title[data-astro-cid-wrzvmyuk].hosting{background:var(--gradient-secondary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle[data-astro-cid-wrzvmyuk]{font-size:1.25rem;color:var(--text-secondary);max-width:650px;margin:0 auto;line-height:1.7;font-weight:400}.services-grid[data-astro-cid-wrzvmyuk]{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:2.5rem;margin-top:4rem}.service-card[data-astro-cid-wrzvmyuk]{background:var(--bg-secondary);border:1px solid var(--glass-border);border-radius:24px;padding:3rem;transition:var(--transition-slow);position:relative;overflow:hidden;cursor:pointer;backdrop-filter:blur(20px)}.service-card[data-astro-cid-wrzvmyuk]:before{content:"";position:absolute;inset:0;opacity:0;transition:var(--transition-smooth);pointer-events:none}.service-card[data-astro-cid-wrzvmyuk].development:before{background:var(--gradient-bg-subtle)}.service-card[data-astro-cid-wrzvmyuk].marketing:before{background:linear-gradient(135deg,#3b82f608,#8b5cf608)}.service-card[data-astro-cid-wrzvmyuk].hosting:before{background:linear-gradient(135deg,#6366f108,#a855f708)}.service-card[data-astro-cid-wrzvmyuk]:hover:before{opacity:1}.service-card[data-astro-cid-wrzvmyuk]:hover{transform:translateY(-12px);border-color:var(--primary-blue);box-shadow:var(--shadow-strong)}.service-card[data-astro-cid-wrzvmyuk].development:hover{border-color:var(--accent-cyan);box-shadow:0 20px 60px #06b6d433}.service-card[data-astro-cid-wrzvmyuk].marketing:hover{border-color:var(--primary-blue);box-shadow:0 20px 60px #3b82f633}.service-card[data-astro-cid-wrzvmyuk].hosting:hover{border-color:var(--primary-magenta);box-shadow:0 20px 60px #8b5cf633}.service-icon[data-astro-cid-wrzvmyuk]{width:70px;height:70px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin-bottom:2rem;position:relative;transition:var(--transition-smooth)}.service-icon[data-astro-cid-wrzvmyuk].development{background:var(--gradient-tertiary);box-shadow:var(--shadow-soft)}.service-icon[data-astro-cid-wrzvmyuk].marketing{background:var(--gradient-primary);box-shadow:var(--shadow-soft)}.service-icon[data-astro-cid-wrzvmyuk].hosting{background:var(--gradient-secondary);box-shadow:var(--shadow-soft)}.service-card[data-astro-cid-wrzvmyuk]:hover .service-icon[data-astro-cid-wrzvmyuk]{transform:scale(1.1) rotate(5deg)}.service-icon[data-astro-cid-wrzvmyuk] i[data-astro-cid-wrzvmyuk]{color:#fff;filter:drop-shadow(0 0 10px rgba(255,255,255,.3))}.service-content[data-astro-cid-wrzvmyuk]{position:relative;z-index:2}.service-title[data-astro-cid-wrzvmyuk]{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;line-height:1.3}.service-description[data-astro-cid-wrzvmyuk]{color:var(--text-secondary);line-height:1.7;margin-bottom:2rem;font-size:1rem}.service-cta[data-astro-cid-wrzvmyuk]{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-primary);text-decoration:none;font-weight:600;transition:var(--transition-fast);font-size:.95rem}.service-cta[data-astro-cid-wrzvmyuk]:hover{transform:translate(6px)}.service-card[data-astro-cid-wrzvmyuk].development .service-cta[data-astro-cid-wrzvmyuk]:hover{color:var(--accent-cyan)}.service-card[data-astro-cid-wrzvmyuk].marketing .service-cta[data-astro-cid-wrzvmyuk]:hover{color:var(--primary-blue)}.service-card[data-astro-cid-wrzvmyuk].hosting .service-cta[data-astro-cid-wrzvmyuk]:hover{color:var(--primary-magenta)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.fade-in-up[data-astro-cid-wrzvmyuk]{animation:fadeInUp 1s ease-out}.service-card[data-astro-cid-wrzvmyuk]{animation:fadeInUp .8s ease-out}.service-card[data-astro-cid-wrzvmyuk]:nth-child(1){animation-delay:.1s}.service-card[data-astro-cid-wrzvmyuk]:nth-child(2){animation-delay:.2s}.service-card[data-astro-cid-wrzvmyuk]:nth-child(3){animation-delay:.3s}.service-card[data-astro-cid-wrzvmyuk]:nth-child(4){animation-delay:.4s}@media (max-width: 768px){.hero-section[data-astro-cid-wrzvmyuk]{min-height:100vh;padding:2rem 0}.hero-content[data-astro-cid-wrzvmyuk]{padding:1rem}.hero-title[data-astro-cid-wrzvmyuk]{font-size:3.5rem}.hero-description[data-astro-cid-wrzvmyuk]{font-size:1.125rem}.hero-cta-group[data-astro-cid-wrzvmyuk]{flex-direction:column;gap:1rem}.btn-primary-hero[data-astro-cid-wrzvmyuk],.btn-secondary-hero[data-astro-cid-wrzvmyuk]{width:100%;justify-content:center}.services-section[data-astro-cid-wrzvmyuk]{padding:5rem 1rem}.services-grid[data-astro-cid-wrzvmyuk]{grid-template-columns:1fr;gap:2rem}.service-card[data-astro-cid-wrzvmyuk]{padding:2rem}.hero-testimonials[data-astro-cid-wrzvmyuk]{flex-direction:column;gap:1rem}}@media (max-width: 480px){.hero-title[data-astro-cid-wrzvmyuk]{font-size:2.8rem}.hero-badge[data-astro-cid-wrzvmyuk]{padding:.5rem 1rem;font-size:.75rem}.service-card[data-astro-cid-wrzvmyuk]{padding:1.5rem}.section-title[data-astro-cid-wrzvmyuk]{font-size:2.5rem}.services-grid[data-astro-cid-wrzvmyuk]{grid-template-columns:1fr}}
