:root{--sky:#0369a1;--sky-600:#0284c7;--bg:#f8fafc;--text:#0f172a;--muted:#475569;--card:#fff;--border:#e2e8f0}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}
a{color:inherit;text-decoration:none}
.hidden{display:none !important}
.container{max-width:1100px;margin:0 auto;padding:0 1rem}
h1{margin:0 0 .5rem 0;font-size:2.2rem} h2{margin:.25rem 0 1rem 0;color:var(--sky)}
.muted{color:var(--muted)} .light{color:#eaf6ff}
.badge{background:#fff;color:var(--sky);padding:.25rem .5rem;border-radius:.4rem;font-weight:600;font-size:.85rem;border:1px solid var(--border)}
.badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}
.btn{background:var(--sky);color:#fff;border:none;border-radius:.5rem;padding:.6rem 1rem;cursor:pointer;display:inline-block}
.btn:hover{background:var(--sky-600)}
.btn-outline{background:#fff;color:var(--sky);border:1px solid var(--sky)}
.btn-light{background:#fff;color:var(--sky);border:1px solid rgba(255,255,255,.6)}
.btn-light:hover{background:#e0f2fe;color:#075985;border-color:#e0f2fe}
.nav{position:sticky;top:0;z-index:50;background:rgba(3,105,161,.9);backdrop-filter:blur(4px);color:#fff;border-bottom:1px solid rgba(255,255,255,.15)}
.nav-inner{height:56px;display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center}
.brand{display:flex;align-items:center;gap:.6rem} .brand-img{width:36px;height:36px;border-radius:.6rem;object-fit:cover}
.brand-text{font-weight:600}
.nav-links{display:none;justify-self:center;gap:1rem} .nav-links a{opacity:.9} .nav-links a:hover{opacity:1; text-decoration:underline}
@media(min-width:768px){.nav-links{display:flex}}
.hero{background:linear-gradient(180deg,#0371b4 0%, #0284c7 100%);color:#fff}
.hero-grid{display:grid;grid-template-columns:1fr;gap:1rem;align-items:center;padding:2rem 0}
.hero-photo{width:180px;height:180px;justify-self:end;border-radius:1rem;object-fit:cover;box-shadow:0 10px 30px rgba(0,0,0,.2);border:4px solid rgba(255,255,255,.2)}
.hero-copy{max-width:620px}
.hero-panel{background:rgba(15,23,42,.12);border-radius:1.25rem;padding:1rem 1.1rem;backdrop-filter:blur(6px);border:1px solid rgba(148,163,184,.5);box-shadow:0 18px 45px rgba(15,23,42,.45)}
.hero-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;font-size:.8rem;color:#e5e7eb}
.hero-panel-label{opacity:.8}
.hero-panel-status{padding:.15rem .6rem;border-radius:999px;background:rgba(34,197,94,.15);color:#bbf7d0;font-weight:600;font-size:.75rem}
.hero-panel-body{display:grid;grid-template-columns:1fr;gap:.6rem;margin:.4rem 0 .8rem 0}
.hero-kpi-label{display:block;font-size:.75rem;color:#e5e7eb;opacity:.8}
.hero-kpi-value{display:block;font-size:.95rem;font-weight:600}
.hero-panel-footer{font-size:.75rem;color:#e5e7eb;opacity:.9}
.cta{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}
@media(min-width:768px){.hero-grid{grid-template-columns:1.6fr 1fr} h1{font-size:2.6rem}}
.section{padding:3rem 0} .section-head{margin-bottom:1rem}
.grid-2{display:grid;grid-template-columns:1fr;gap:1rem} @media(min-width:768px){.grid-2{grid-template-columns:1fr 1fr}}
.card{background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1rem}
.about-grid{display:grid;grid-template-columns:1fr;gap:1rem} @media(min-width:768px){.about-grid{grid-template-columns:1.4fr 1fr}}
.about-card{border-color:#e2e8f0}
.about-head{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.5rem}
.about-avatar,.about-icon-badge{width:64px;height:64px;border-radius:999px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(145deg,#ffffff,#e0f2fe);box-shadow:0 12px 30px rgba(15,23,42,.18);color:#0369a1;font-weight:600;font-size:.78rem}
.about-avatar-line{line-height:1.1}
.about-avatar-icon{font-size:1.8rem;line-height:1}
.about-icon-badge{font-size:1.4rem}
.about-card h3{margin:0 0 .25rem 0}
.about-list{margin:.25rem 0 0 0;padding-left:1.1rem;font-size:.9rem;color:var(--muted)}
.about-list li{margin-bottom:.25rem}
.pill-list{display:flex;flex-wrap:wrap;gap:.4rem;margin:.75rem 0 0 0;padding:0;list-style:none}
.pill-list li{font-size:.75rem;padding:.25rem .55rem;border-radius:999px;background:#eff6ff;color:#0369a1;border:1px solid #bfdbfe}
.input,.textarea{width:100%;border:1px solid var(--border);border-radius:.5rem;padding:.6rem;background:#fff} .textarea{resize:vertical}
.status{min-height:1.25rem;margin:.25rem 0;font-size:.9rem} .tiny{font-size:.75rem}
.clients{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:center}
.client{display:flex;flex-direction:column;align-items:center;gap:.4rem}
.client img{width:150px;height:150px;object-fit:contain;border:1px solid var(--border);background:#fff;border-radius:.5rem;padding:.5rem;filter:none}
.client img:hover{filter:none;transform:none;box-shadow:none}
.client span{font-size:.9rem;color:#475569}
.project{display:flex;align-items:center;gap:.75rem;border:1px solid var(--border);border-radius:.8rem;background:#fff;padding:.8rem;transition:box-shadow .15s ease}
.project:hover{box-shadow:0 8px 24px rgba(2,132,199,.12)}
.project img{width:25%;height:87px;border-radius:.5rem;border:1px solid var(--border);filter:none;transition:transform .2s ease}
.project:hover img{transform:scale(1.05)}
.project .title{font-weight:600} .project .url{font-size:.9rem;color:#64748b} .project .client{font-size:.8rem;color:#94a3b8}
.contact-grid .card{min-height:100%}
.contact-info{background:linear-gradient(135deg,#eff6ff 0,#ffffff 55%,#f9fafb 100%);border-color:#dbeafe}
.contact-info p:first-child{font-weight:600;margin-bottom:.5rem}
.contact-info ul{margin:.25rem 0 .5rem 0;padding-left:1rem}
.contact-info li{margin-bottom:.25rem}
.qr-wrap{text-align:center;margin-top:1rem}
.qr{width:220px;height:220px;border:8px solid #fff;border-radius:.5rem;box-shadow:0 4px 12px rgba(0,0,0,.1)}
.footer{text-align:center;color:#64748b;padding:2rem 0;border-top:1px solid var(--border)}
.honeypot{display:none !important}