*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;font-family:inherit}:root{--bg: #0b0f1a;--surface: #131928;--card: #1a2236;--border: #1e2d45;--accent: #3b82f6;--accent2: #06b6d4;--gold: #f59e0b;--text: #e2e8f0;--muted: #94a3b8;--radius: 12px;--glow: 0 0 40px rgba(59,130,246,.15)}html{scroll-behavior:smooth}body{font-family:Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent2)}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 5%;height:64px;background:#0b0f1ad9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-logo{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:transparent;border:2px solid #f59e0b;box-shadow:0 0 14px #f59e0b66,inset 0 0 8px #f59e0b14;font-size:1rem;font-weight:900;letter-spacing:-1px;flex-shrink:0}.nav-logo span{background:linear-gradient(135deg,var(--accent),var(--accent2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 6px rgba(59,130,246,.6))}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--muted);font-size:.9rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-cta{padding:.45rem 1.1rem;border-radius:8px;background:var(--accent);color:#fff!important;font-size:.85rem;font-weight:600}.nav-cta:hover{background:var(--accent2)!important;color:#fff!important}section{padding:100px 5%}.section-label{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem}.section-title{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;margin-bottom:1rem}.section-sub{color:var(--muted);max-width:560px;margin-bottom:3rem}.divider{height:1px;background:var(--border);margin:0 5%}#hero{min-height:100vh;display:flex;align-items:center;padding:64px 5% 100px;background:radial-gradient(ellipse 80% 50% at 60% 40%,rgba(59,130,246,.1) 0%,transparent 70%),var(--bg)}.hero-inner{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center;width:100%}.hero-title{font-size:clamp(2.4rem,6vw,4rem);font-weight:900;line-height:1.1;margin-bottom:1rem}.hero-title span{background:linear-gradient(90deg,var(--accent),var(--accent2));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-sub{font-size:1.1rem;color:var(--muted);max-width:520px;margin-bottom:2rem}.hero-stats{display:flex;gap:2.5rem;margin-bottom:2.5rem}.stat-num{font-size:2rem;font-weight:800;background:linear-gradient(90deg,var(--accent),var(--accent2));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stat-label{font-size:.8rem;color:var(--muted)}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{padding:.75rem 1.8rem;border-radius:8px;background:linear-gradient(90deg,var(--accent),var(--accent2));color:#fff;font-weight:700;font-size:.95rem;transition:opacity .2s}.btn-primary:hover{opacity:.85;color:#fff}.btn-outline{padding:.75rem 1.8rem;border-radius:8px;border:1px solid var(--border);color:var(--text);font-weight:600;font-size:.95rem;transition:border-color .2s}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}.hero-avatar{width:320px;height:320px;border-radius:50%;border:3px solid var(--border);background:var(--card);display:flex;align-items:center;justify-content:center;box-shadow:var(--glow);flex-shrink:0;overflow:hidden}.hero-avatar img{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}.avail-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .9rem;border-radius:999px;background:#10b9811f;border:1px solid rgba(16,185,129,.35);color:#10b981;font-size:.78rem;font-weight:600;margin-bottom:1.25rem}.avail-dot{width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 6px #10b981;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}#about{background:var(--surface)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text p{color:var(--muted);margin-bottom:1rem}.about-highlight{padding:1.25rem 1.5rem;border-left:3px solid var(--accent);background:var(--card);border-radius:0 var(--radius) var(--radius) 0;margin-top:1.5rem;font-style:italic;color:var(--text)}.about-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.about-card{padding:1.25rem;border-radius:var(--radius);background:var(--card);border:1px solid var(--border);text-align:center;min-height:90px;display:flex;flex-direction:column;align-items:center;justify-content:center}.about-card .num{font-size:1.8rem;font-weight:800;background:linear-gradient(90deg,var(--accent),var(--accent2));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-card .lbl{font-size:.8rem;color:var(--muted);margin-top:.25rem}.about-card .platform-icon{margin-top:.5rem;display:flex}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{padding:1.75rem;border-radius:var(--radius);background:var(--card);border:1px solid var(--border);transition:border-color .25s,box-shadow .25s}.service-card:hover{border-color:var(--accent);box-shadow:var(--glow)}.service-icon{width:44px;height:44px;border-radius:10px;margin-bottom:1rem;background:linear-gradient(135deg,var(--accent),var(--accent2));display:flex;align-items:center;justify-content:center}.service-card h3{font-size:1rem;font-weight:700;margin-bottom:.5rem}.service-card p{font-size:.875rem;color:var(--muted)}.service-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.9rem}.tag{padding:.2rem .6rem;border-radius:999px;background:var(--surface);border:1px solid var(--border);font-size:.7rem;color:var(--muted)}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.process-card{padding:2rem 1.75rem;border-radius:var(--radius);background:var(--card);border:1px solid var(--border);position:relative}.process-num{font-size:3rem;font-weight:900;line-height:1;background:linear-gradient(90deg,var(--accent),var(--accent2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;opacity:.25;position:absolute;top:1.25rem;right:1.5rem}.process-icon{width:44px;height:44px;border-radius:10px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.process-card h3{font-size:1rem;font-weight:700;margin-bottom:.5rem}.process-card p{font-size:.875rem;color:var(--muted)}#projects{background:var(--surface)}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.project-card{padding:1.75rem;border-radius:var(--radius);background:var(--card);border:1px solid var(--border);display:flex;flex-direction:column;gap:1rem;transition:border-color .25s,box-shadow .25s}.project-card:hover{border-color:var(--accent);box-shadow:var(--glow)}.project-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.project-card h3{font-size:1rem;font-weight:700;line-height:1.4}.project-client{font-size:.72rem;font-weight:600;padding:.25rem .65rem;border-radius:999px;background:var(--surface);border:1px solid var(--border);color:var(--accent2);white-space:nowrap;flex-shrink:0}.project-desc{font-size:.875rem;color:var(--muted)}.project-metrics{display:flex;flex-wrap:wrap;gap:.6rem}.metric{display:flex;align-items:center;gap:.35rem;padding:.3rem .75rem;border-radius:8px;background:#3b82f614;border:1px solid rgba(59,130,246,.2);font-size:.78rem;color:var(--accent);font-weight:600}.project-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:auto;align-items:center}.projects-sub-label{margin-top:3rem;margin-bottom:1.25rem;font-size:1.1rem;color:var(--muted);font-weight:600}.project-bullet-list{font-size:.875rem;color:var(--muted);padding-left:1.1rem;display:flex;flex-direction:column;gap:.4rem}.cert-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.cert-card{padding:1.5rem 1rem;border-radius:var(--radius);background:var(--card);border:1px solid var(--border);text-align:center;transition:border-color .25s}.cert-card:hover{border-color:var(--gold)}.cert-badge{width:52px;height:52px;border-radius:12px;margin:0 auto .9rem;background:#ffffff0d;border:1px solid var(--border);display:flex;align-items:center;justify-content:center}.cert-card h4{font-size:.85rem;font-weight:700;margin-bottom:.5rem}.cert-card a{font-size:.75rem;color:var(--accent)}.insights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.insight-card{padding:1.75rem;border-radius:var(--radius);background:var(--card);border:1px solid var(--border);display:flex;flex-direction:column;gap:.85rem;transition:border-color .25s,box-shadow .25s;color:var(--text)}.insight-card:hover{border-color:var(--accent);box-shadow:var(--glow)}.insight-tag{display:inline-flex;align-items:center;gap:.4rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent2)}.insight-card h3{font-size:.95rem;font-weight:700;line-height:1.4}.insight-card p{font-size:.83rem;color:var(--muted);line-height:1.6;flex:1}.insight-link{font-size:.8rem;font-weight:600;color:var(--accent);display:flex;align-items:center;gap:.3rem}.insight-link:hover{color:var(--accent2)}#contact{background:var(--surface)}.contact-inner{display:grid;grid-template-columns:1fr 1.4fr;gap:5rem;align-items:start}.contact-info h2{font-size:1.8rem;font-weight:800;margin-bottom:1rem}.contact-info p{color:var(--muted);margin-bottom:2rem}.contact-response-note{font-size:.82rem;color:var(--accent2);margin-top:-.75rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.4rem}.contact-link{display:flex;align-items:center;gap:.75rem;padding:.9rem 1.1rem;border-radius:var(--radius);background:var(--card);border:1px solid var(--border);color:var(--text);font-size:.9rem;margin-bottom:.75rem;transition:border-color .25s}.contact-link:hover{border-color:var(--accent);color:var(--accent)}.contact-link .icon{width:36px;height:36px;border-radius:8px;flex-shrink:0;background:linear-gradient(135deg,var(--accent),var(--accent2));display:flex;align-items:center;justify-content:center}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.82rem;color:var(--muted);font-weight:500}.form-group label .req{color:var(--accent);margin-left:.2rem}.form-group input,.form-group textarea{padding:.75rem 1rem;border-radius:8px;background:var(--card);border:1px solid var(--border);color:var(--text);font-size:.9rem;font-family:inherit;outline:none;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent)}.form-group textarea{resize:vertical;min-height:130px}.btn-submit{padding:.85rem 2rem;border-radius:8px;border:none;cursor:pointer;background:linear-gradient(90deg,var(--accent),var(--accent2));color:#fff;font-size:.95rem;font-weight:700;align-self:flex-start;transition:opacity .2s}.btn-submit:hover{opacity:.85}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.form-success{padding:1rem 1.25rem;border-radius:var(--radius);background:#10b9811a;border:1px solid rgba(16,185,129,.3);color:#10b981;font-size:.9rem}.form-error{padding:1rem 1.25rem;border-radius:var(--radius);background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#f87171;font-size:.9rem}footer{padding:2rem 5%;text-align:center;border-top:1px solid var(--border);color:var(--muted);font-size:.82rem}footer span{background:linear-gradient(90deg,var(--accent),var(--accent2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700}@media (max-width: 900px){.hero-inner{grid-template-columns:1fr}.hero-avatar{display:none}.about-grid,.contact-inner{grid-template-columns:1fr;gap:2.5rem}.services-grid,.cert-grid{grid-template-columns:1fr 1fr}.form-row,.process-grid{grid-template-columns:1fr}.insights-grid{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.nav-links{display:none}.services-grid,.cert-grid{grid-template-columns:1fr}.hero-stats{gap:1.5rem}.projects-grid,.insights-grid{grid-template-columns:1fr}}
