:root{--background: #050505;--foreground: #f5f5f7;--text-muted: #86868b;--accent: #2997ff;--accent-gradient: linear-gradient(135deg, #2997ff, #ab61ff);--card-bg: rgba(255, 255, 255, .03);--card-border: rgba(255, 255, 255, .08);--card-hover: rgba(255, 255, 255, .06);--card-border-hover: rgba(255, 255, 255, .15);--header-bg: rgba(5, 5, 5, .8);--header-blur: blur(12px);--font-sans: "Outfit", system-ui, -apple-system, sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, monospace}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);font-weight:600;letter-spacing:-.03em;margin:0}a{color:inherit;text-decoration:none;transition:color .2s ease}a:hover{color:var(--accent)}::selection{background:var(--accent);color:#fff}.page-wrapper{display:flex;flex-direction:column;min-height:100vh}.container{width:100%;max-width:800px;margin:0 auto;padding:0 1.5rem}.header{position:sticky;top:0;z-index:100;padding:1.5rem 0;background:var(--header-bg);backdrop-filter:var(--header-blur);-webkit-backdrop-filter:var(--header-blur);border-bottom:1px solid var(--card-border)}.header h1{font-size:1.5rem;display:flex;align-items:center;gap:.75rem}.header .title{font-weight:700;color:var(--foreground);text-decoration:none;transition:opacity .2s ease}.header .title:hover{opacity:.8}.header .byline{font-size:.95rem;color:var(--text-muted);font-weight:400}.header-desc{color:var(--text-muted);font-size:1rem;margin-top:.5rem}.header-container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.header-brand{display:flex;flex-direction:column;gap:.25rem}.header-nav{display:flex;gap:2rem;align-items:center}.nav-link{font-size:.95rem;font-weight:500;color:var(--text-muted);transition:all .3s ease;padding:.5rem 0;position:relative;text-decoration:none}.nav-link:after{content:"";position:absolute;width:0;height:1px;bottom:0;left:0;background-color:var(--foreground);transition:width .3s ease}.nav-link:hover{color:var(--foreground)}.nav-link:hover:after{width:100%}.hero{padding:6rem 0 4rem;text-align:left;animation:fadeUp .8s ease-out forwards}.hero-title{font-size:3.5rem;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(180deg,#fff,#a1a1aa);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700;letter-spacing:-.04em}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);max-width:600px;line-height:1.6}section{padding:3rem 0}section h2{font-size:1.5rem;font-weight:600;margin-bottom:2rem;color:var(--foreground);display:flex;align-items:center;gap:.5rem}section h2:before{content:"";display:inline-block;width:12px;height:12px;border-radius:50%;background:var(--accent-gradient)}.list-group{list-style:none;display:flex;flex-direction:column;gap:1rem}.list-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;transition:background .2s ease,transform .2s ease}.list-item:hover{background:var(--card-hover);transform:translate(4px)}.list-item strong{font-size:1.1rem;font-weight:500;color:var(--foreground)}.list-item span{font-size:.95rem;color:var(--text-muted)}.status-indicator{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:1rem;color:var(--text-muted)}.dot{width:10px;height:10px;border-radius:50%;background-color:#10b981}.pulse{box-shadow:0 0 #10b981b3;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #10b981b3}70%{transform:scale(1);box-shadow:0 0 0 10px #10b98100}to{transform:scale(.95);box-shadow:0 0 #10b98100}}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.card,.testimonial-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;padding:1.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.card:hover,.testimonial-card:hover{background:var(--card-hover);border-color:var(--card-border-hover);transform:translateY(-4px);box-shadow:0 12px 24px #0003}.card h3{font-size:1.25rem;margin-bottom:.5rem}.card h3 a{position:relative;z-index:1}.card p{color:var(--text-muted);font-size:.95rem;line-height:1.5}.card.highlight-card{background:linear-gradient(145deg,#2997ff1a,#ab61ff0d);border-color:#2997ff33}.card.highlight-card:hover{border-color:#2997ff66}.testimonial-card .rating{font-size:.9rem;letter-spacing:2px;margin-bottom:1rem}.testimonial-card p{font-size:1rem;color:var(--foreground);font-style:italic;margin-bottom:1.5rem}.testimonial-card .client-project{display:block;font-size:.85rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-weight:500}.footer{padding:6rem 0 3rem;margin-top:auto;border-top:1px solid var(--card-border);background:linear-gradient(180deg,var(--background) 0%,rgba(20,20,20,.5) 100%)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:4rem}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr;gap:2.5rem}}.footer-col h3{font-size:1.1rem;font-weight:600;color:var(--foreground);margin-bottom:1.25rem}.footer-col p{color:var(--text-muted);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;max-width:320px}.footer-links{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:var(--text-muted);font-size:.95rem;transition:color .2s;display:inline-block}.footer-links a:hover{color:var(--foreground)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--card-border)}.footer-bottom p{color:var(--text-muted);font-size:.85rem}.popup-wraper{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;display:flex;align-items:center;justify-content:center}.popup-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease-out}.popup{background:#111;border:1px solid var(--card-border-hover);border-radius:16px;padding:2.5rem;text-align:center;min-width:320px;animation:scaleUp .3s cubic-bezier(.16,1,.3,1);box-shadow:0 24px 48px #0006}.popup h3{font-size:1.5rem;margin-bottom:1rem}.popup p{font-family:var(--font-mono);font-size:1.1rem;color:var(--accent);margin-bottom:2rem}.popup button{background:var(--foreground);color:var(--background);border:none;font-family:var(--font-sans);font-weight:600;padding:.75rem 2rem;border-radius:8px;cursor:pointer;transition:transform .2s,background .2s}.popup button:hover{transform:scale(1.05);background:#ddd}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.theme-toggle{display:none!important}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero{padding:3rem 0}}
