html { scroll-behavior: smooth; }
body.theme-dark { background-color:#0b1220; color:#e6eef8; }
body.theme-dark header { background-color:#0b1220!important; }
body.theme-dark footer { background-color:#061026!important; color:#9fb4d1; }
body.theme-dark .bg-white { background-color:#0f1724!important; color:#dbeafe!important; border-color:rgba(255,255,255,0.04)!important; }
body.theme-dark .text-slate-700, body.theme-dark .text-slate-600 { color:#cbd5e1!important; }
body.theme-dark .text-slate-500 { color:#94a3b8!important; }
body.theme-dark input, body.theme-dark textarea, body.theme-dark select { background-color:#071026!important; color:#dbeafe!important; border-color:rgba(255,255,255,0.06)!important; }
body.theme-dark #mobile-menu { background-color:#071126!important; color:#cbd5e1; }

.whatsapp-fab { position:fixed; right:18px; bottom:18px; z-index:60; width:56px; height:56px; border-radius:9999px; display:flex; align-items:center; justify-content:center; background:linear-gradient(90deg,#25D366,#128C7E); color:white; }
.whatsapp-fab:hover { transform:translateY(-3px); transition:0.15s; }

.btn-blue,.btn-google { background:#1a73e8; color:white; box-shadow:0 6px 18px rgba(26,115,232,0.12); transition:0.12s; }
.btn-blue:hover,.btn-google:hover { transform:translateY(-2px); }

.pkg-card { transition:0.18s; }
.pkg-card:hover { transform:translateY(-6px); box-shadow:0 18px 40px rgba(15,23,42,0.15); }

.ribbon { position:absolute; left:-2px; top:16px; background:linear-gradient(90deg,#1a73e8,#1747b6); color:white; padding:6px 12px; font-weight:600; border-radius:6px; }

.price-tag { background:linear-gradient(90deg,#1a73e8,#1e63d6); color:white; padding:10px 14px; border-radius:10px; font-weight:700; }

.feat-icon { width:34px; height:34px; border-radius:9999px; display:flex; align-items:center; justify-content:center; background:rgba(26,115,232,0.08); color:#1a73e8; }

.dash { height:1px; background:linear-gradient(90deg,rgba(15,23,42,0.06),rgba(15,23,42,0.02)); }
