:root{--page-bg:#f7f8fc;--surface:#fff;--surface-soft:#f0f4fb;--text:#111827;--muted:#64748b;--border:#d1d5db;--primary:#2563eb;--primary-dark:#1d4ed8;--accent:#60a5fa;--header-bg:#fffffff0;--footer-bg:#f3f6fc}.dark{--page-bg:#030712;--surface:#0f172a;--surface-soft:#111827;--text:#e2e8f0;--muted:#94a3b8;--border:#334155;--primary:#3b82f6;--primary-dark:#2563eb;--accent:#60a5fa;--header-bg:#0f172aeb;--footer-bg:#0b1121}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--page-bg);min-height:100vh;color:var(--text);margin:0;font-family:Inter,system-ui,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea{font:inherit}.page-body{flex-direction:column;min-height:100vh;display:flex}.site-header{z-index:50;background:var(--header-bg);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:24px;max-width:1200px;min-height:72px;margin:0 auto;padding:0 24px;display:flex}.brand{align-items:center;gap:14px;display:flex}.brand-logo{width:auto;height:42px}.brand-name{letter-spacing:.01em;color:var(--primary);font-size:1rem;font-weight:700}.brand-subtitle{color:var(--text);font-size:.95rem;line-height:1.2}.site-nav{color:var(--muted);align-items:center;gap:24px;display:flex}.site-nav a{font-size:.95rem;transition:color .2s}.site-nav a:hover{color:var(--primary-dark)}.header-actions{align-items:center;gap:14px;display:flex}.theme-toggle-btn{background:var(--surface);color:var(--text);border:1px solid var(--border);cursor:pointer;border-radius:999px;padding:10px 14px;transition:background .2s,transform .2s}.theme-toggle-btn:hover{background:var(--surface-soft);transform:translateY(-1px)}.header-button,.primary-button,.submit-button{background:var(--primary);color:#fff;cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:12px 24px;transition:background .2s,transform .2s;display:inline-flex}.header-button:hover,.primary-button:hover,.submit-button:hover{background:var(--primary-dark);transform:translateY(-1px)}.secondary-button{color:var(--text);border:1px solid var(--border);background:0 0;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:12px 24px;transition:background .2s,transform .2s;display:inline-flex}.secondary-button:hover{background:var(--surface-soft);transform:translateY(-1px)}.site-main{flex:1}.page-content{flex-direction:column;gap:64px;max-width:1200px;margin:0 auto;padding:40px 24px 64px;display:flex}.hero-section{text-align:center;flex-direction:column;align-items:center;gap:22px;display:flex}.hero-badge{border:1px solid var(--border);color:var(--primary);background:var(--surface-soft);letter-spacing:.02em;border-radius:999px;padding:10px 16px;font-size:.85rem;display:inline-flex}.hero-title{margin:0;font-size:clamp(2.75rem,3.5vw,4.5rem);line-height:1.02}.hero-copy{max-width:760px;color:var(--muted);margin:0 auto;font-size:1.05rem;line-height:1.85}.hero-actions{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.section-block{background:var(--surface);border:1px solid var(--border);border-radius:32px;padding:40px 32px}.section-header{text-align:center;max-width:760px;margin:0 auto 32px}.section-header h2{margin:0 0 14px;font-size:2rem}.section-header p{color:var(--muted);margin:0;line-height:1.8}.services-grid,.clients-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.service-card,.client-card,.about-card,.contact-form{background:var(--surface-soft);border:1px solid var(--border);border-radius:28px;padding:32px}.service-card{min-height:220px}.service-icon{margin-bottom:18px;font-size:2rem}.service-card h3,.client-card h3,.about-card h2,.contact-section h2{margin-top:0}.service-card h3,.client-card h3{margin:0 0 14px;font-size:1.25rem}.service-card p,.client-card p,.about-card p,.hero-copy,.section-header p{color:var(--muted);margin:0;line-height:1.8}.about-section .about-card{background:linear-gradient(#2563eb29,#0f172a29);border-color:#0000}.clients-grid a{display:block}.contact-section{max-width:780px;margin:0 auto}.contact-form{gap:20px;display:grid}.form-group{gap:10px;display:grid}.form-group label{color:var(--text);font-size:.95rem;font-weight:600}.form-group input,.form-group textarea{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);border-radius:18px;outline:none;padding:14px 16px;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px #3b82f61f}.submit-button{width:100%}.site-footer{border-top:1px solid var(--border);background:var(--footer-bg)}.footer-inner{text-align:center;max-width:1200px;color:var(--muted);margin:0 auto;padding:28px 24px}@media (max-width:860px){.header-inner,.page-content,.footer-inner{padding-left:18px;padding-right:18px}.site-nav{display:none}.services-grid,.clients-grid{grid-template-columns:1fr}}
