body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;margin:0;background:#f9fafb;color:#111}.card{background:#fff;border-radius:12px;box-shadow:0 2px 6px rgba(0,0,0,.08)}h1,h2,h3,h4{margin:0;line-height:1.2}p{margin:0}.muted{color:#6b7280}.btn,.muted{font-size:.95rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:8px;cursor:pointer;border:1px solid #d1d5db;color:#111;text-decoration:none;transition:all .2s ease}.btn:hover{background:#f3f4f6}.btn.primary{background:#2563eb;border-color:#2563eb}.btn.primary:hover{background:#1e40af}.row{display:grid;grid-gap:12px}.col{display:block}.home .card img{width:100%;border-radius:12px;object-fit:cover}.home h4{margin-top:8px;font-size:1.1rem;font-weight:600}.home p.muted{margin-top:4px}.input,select.input,textarea.input{width:100%;padding:8px 10px;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem}.input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb}.spacing{height:12px}:root{--bg:#fff;--fg:#0f172a;--muted:#64748b;--accent:#2563eb;--card:#f8fafc;--border:#e2e8f0}*{box-sizing:border-box}body,html{padding:0;margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji}body{background:var(--bg);color:var(--fg)}a{color:inherit;text-decoration:none}button{cursor:pointer}button,input,select,textarea{font:inherit}.container{max-width:960px;margin:0 auto;padding:16px}.card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:16px;box-shadow:0 1px 2px rgba(0,0,0,.04)}.row{display:flex;gap:12px;flex-wrap:wrap}.col{flex:1 1 280px}.header{justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;background:var(--bg);z-index:10}.brand,.header{display:flex;align-items:center}.brand{gap:10px;font-weight:700}.menu{display:flex;gap:12px}.badge,.menu{align-items:center}.badge{display:inline-flex;gap:8px;padding:6px 10px;border-radius:999px;background:#eef2ff;color:#3730a3;font-weight:600}.input{width:100%;padding:12px 14px;border:1px solid var(--border)}.btn,.input{border-radius:12px;background:#fff}.btn{padding:12px 16px;border:1px solid var(--border)}.btn.primary{background:var(--accent);color:#fff;border-color:var(--accent)}.icon-btn{display:inline-flex;align-items:center;gap:8px}.table{width:100%;border-collapse:collapse}.table tr{border-bottom:1px solid var(--border)}.table td,.table th{padding:10px 8px;text-align:left}.action-row{display:flex;gap:10px}.footer,.muted{color:var(--muted)}.footer{padding:32px 16px;border-top:1px solid var(--border);text-align:center}.spacing{height:16px}@media (min-width:768px){.hero{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:16px;gap:16px;align-items:center}}.menu-dropdown{position:relative}.menu-dropdown-panel{position:absolute;right:0;top:calc(100% + 8px);background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 6px 24px rgba(0,0,0,.08);padding:8px;min-width:200px;z-index:50}.menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;border:none;background:transparent;text-align:left;border-radius:8px}.menu-item:hover{background:#f1f5f9}.contact-hero{border:1px solid var(--border);border-radius:16px;overflow:hidden;background:#fff}.contact-hero__cover{position:relative;height:120px;background:linear-gradient(135deg,rgba(0,0,0,.06),rgba(0,0,0,.02))}.contact-hero__cover-fallback{position:absolute;inset:0;background:linear-gradient(135deg,var(--brand,#0ea5e9),rgba(14,165,233,.25));opacity:.25}.contact-hero__content{position:relative;padding:56px 16px 16px}.contact-hero__avatar{position:absolute;top:-48px;left:16px;width:96px;height:96px;border-radius:20px;box-shadow:0 8px 24px rgba(0,0,0,.1);overflow:hidden;background:#fff;border:1px solid var(--border)}.contact-hero__avatar img{width:100%;height:100%;object-fit:cover}.contact-hero__title{margin-left:120px;display:grid;grid-gap:4px;gap:4px}.contact-hero__name{font-weight:800;font-size:20px;line-height:1.15}.contact-hero__subtitle{color:#64748b;font-size:14px}.contact-hero__slug{color:#94a3b8;font-size:12px}.contact-hero__actions{display:flex;gap:10px;margin:12px 0 4px 120px}.contact-hero__actions .action{width:36px;height:36px;border-radius:999px;border:1px solid var(--border);display:grid;place-items:center;background:#fff}.contact-hero__actions .action:hover{background:#f8fafc}.contact-hero__cta{display:flex;gap:8px;flex-wrap:wrap;margin-left:120px}.btn.ghost{background:#fff;border:1px solid var(--border)}.btn.light{background:#eef6ff;border:1px solid rgba(14,165,233,.25)}.contact-hero__social{display:flex;gap:10px;margin:10px 0 0 120px}.contact-hero__social .social{width:32px;height:32px;border-radius:999px;display:grid;place-items:center;background:#fff;border:1px solid var(--border);font-weight:700;font-size:12px}@media (max-width:420px){.contact-hero__actions,.contact-hero__cta,.contact-hero__social,.contact-hero__title{margin-left:112px}}.promo-blog-list{display:grid;grid-gap:16px;gap:16px}.promo-post{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#fff}.promo-post__image{display:block;width:100%;padding:0;margin:0;border:0;cursor:zoom-in;background:#000}.promo-post__image img{display:block;width:100%;height:auto;max-height:420px;object-fit:cover}.promo-post__body{padding:12px;display:grid;grid-gap:6px;gap:6px}.promo-post__title{margin:0;font-size:18px;line-height:1.25}.promo-post__meta{font-size:12px;color:#64748b}.promo-post__content{font-size:14px;line-height:1.55}.promo-post__content img{max-width:100%;height:auto;border-radius:8px}.promo-fullscreen{position:fixed;inset:0;background:rgba(0,0,0,.9);z-index:9999;display:flex;justify-content:center;align-items:center;overflow:auto}.promo-fullscreen__scroll{max-width:100%;max-height:100%;display:flex;justify-content:center;align-items:flex-start}.promo-fullscreen img{width:auto;max-width:100%;height:auto;max-height:none;object-fit:contain}.gallery-img,.gallery-item{display:block}.gallery-img{width:100%!important;height:auto!important;object-fit:contain!important;border-radius:12px}@media (max-width:500px){.home .card .gallery-img,.home .card img{max-height:none!important;object-fit:contain!important}}