:root{--g-gold:#d9b44a;--g-deep:#07111f;--g-ink:#0f172a;--g-muted:#64748b;--g-surface:#fff;--g-ring:rgba(217,180,74,.28)}
html{scroll-padding-top:92px}
body{min-width:320px}
::selection{background:rgba(217,180,74,.28);color:#0f172a}
img{max-width:100%;height:auto}
a,button,input,select{touch-action:manipulation}
:focus-visible{outline:3px solid var(--g-ring);outline-offset:3px}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* Subtle global polish */
.glass-premium{background:rgba(255,255,255,.78);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.35);box-shadow:0 22px 60px rgba(2,6,23,.12)}
.reveal-soft{animation:revealSoft .7s cubic-bezier(.2,.7,.2,1) both}
@keyframes revealSoft{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}

/* Chatbot */
.g-chat{position:fixed;right:18px;bottom:20px;z-index:9999;font-family:"Plus Jakarta Sans",Inter,system-ui,-apple-system,sans-serif}
.g-chat__launcher{position:relative;display:flex;align-items:center;gap:9px;height:54px;padding:0 18px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:linear-gradient(135deg,#0f172a,#111827 55%,#1f2937);color:#fff;box-shadow:0 18px 42px rgba(2,6,23,.28);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}
.g-chat__launcher:hover{transform:translateY(-2px);box-shadow:0 22px 48px rgba(2,6,23,.34)}
.g-chat__launcher i{color:#f6d365;font-size:18px}.g-chat__launcher-label{font-size:12px;font-weight:800;letter-spacing:.04em}
.g-chat__pulse{position:absolute;top:1px;right:3px;width:9px;height:9px;background:#22c55e;border:2px solid #fff;border-radius:50%}
.g-chat__panel{position:absolute;right:0;bottom:66px;width:min(372px,calc(100vw - 28px));height:min(570px,calc(100vh - 120px));background:rgba(255,255,255,.98);border:1px solid rgba(148,163,184,.22);border-radius:24px;overflow:hidden;box-shadow:0 28px 75px rgba(2,6,23,.27);transform:translateY(12px) scale(.985);opacity:0;transition:.18s ease;transform-origin:bottom right;display:grid;grid-template-rows:auto 1fr auto auto auto}
.g-chat.is-open .g-chat__panel{transform:none;opacity:1}
.g-chat__header{display:grid;grid-template-columns:40px 1fr 36px;align-items:center;gap:10px;padding:14px 15px;background:linear-gradient(135deg,#08111e,#162033);color:#fff}
.g-chat__avatar{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#f6d365,#d4af37);color:#111827;box-shadow:inset 0 0 0 1px rgba(255,255,255,.4)}
.g-chat__header strong{display:block;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.g-chat__header small{display:flex;align-items:center;gap:6px;margin-top:3px;font-size:10px;color:#cbd5e1}.g-chat__status-dot{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.15)}
.g-chat__icon-btn{width:34px;height:34px;border:0;border-radius:10px;background:rgba(255,255,255,.08);color:#fff;cursor:pointer}
.g-chat__messages{padding:16px 14px;overflow:auto;background:radial-gradient(circle at 100% 0,rgba(212,175,55,.08),transparent 32%),#f8fafc;scrollbar-width:thin}
.g-chat__bubble{max-width:88%;margin-bottom:10px;padding:11px 13px;border-radius:16px;font-size:12px;line-height:1.6;box-shadow:0 6px 14px rgba(15,23,42,.05)}
.g-chat__bubble--bot{background:#fff;color:#334155;border:1px solid #e8edf3;border-bottom-left-radius:5px}.g-chat__bubble--user{margin-left:auto;background:linear-gradient(135deg,#111827,#263244);color:#fff;border-bottom-right-radius:5px}
.g-chat__wa{display:inline-flex;align-items:center;gap:6px;margin-top:7px;padding:7px 10px;border-radius:10px;background:#16a34a;color:#fff!important;text-decoration:none;font-weight:800}
.g-chat__quick{display:flex;gap:7px;padding:9px 12px;overflow-x:auto;border-top:1px solid #eef2f7;background:#fff;scrollbar-width:none}.g-chat__quick::-webkit-scrollbar{display:none}.g-chat__quick button{flex:0 0 auto;border:1px solid #e2e8f0;border-radius:999px;padding:7px 10px;background:#fff;color:#475569;font-size:10px;font-weight:700;cursor:pointer}.g-chat__quick button:hover{border-color:#d4af37;color:#8b6b10}
.g-chat__form{display:grid;grid-template-columns:1fr 42px;gap:8px;padding:10px 12px;background:#fff;border-top:1px solid #eef2f7}.g-chat__form input{width:100%;min-width:0;border:1px solid #dce3ec;border-radius:13px;padding:10px 12px;font:inherit;font-size:12px;color:#0f172a;outline:0;background:#f8fafc}.g-chat__form input:focus{background:#fff;border-color:#d4af37;box-shadow:0 0 0 3px rgba(212,175,55,.12)}.g-chat__form button{border:0;border-radius:13px;background:linear-gradient(135deg,#d4af37,#f1cf69);color:#151515;cursor:pointer}
.g-chat__foot{padding:0 12px 10px;text-align:center;background:#fff;color:#94a3b8;font-size:9px}

@media(max-width:640px){.g-chat{right:12px;bottom:76px}.g-chat__launcher{height:50px;padding:0 14px}.g-chat__launcher-label{display:none}.g-chat__panel{position:fixed;left:10px;right:10px;bottom:138px;width:auto;height:min(66vh,530px);transform-origin:bottom center}.g-chat__bubble{max-width:92%}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
