/*
Theme Name: Cashconvert Child
Template: twentytwentyone
Author: Cashconvert
Description: Child theme pentru Cashconvert Amanet — accente aurii
Version: 1.0
*/

:root{
  --gold:#c59b3b;
  --dark:#111;
  --muted:#666;
}

body{font-family: "Inter", Arial, sans-serif; color:var(--dark);}
header.site-header{background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.06)}
.btn-gold{background:var(--gold);color:#111;padding:10px 18px;border-radius:8px;display:inline-block;text-decoration:none}
.home-offer{border:2px solid var(--gold);padding:16px;border-radius:10px}

/* WhatsApp button */
.whatsapp-float{
 position:fixed;
 right:18px;
 bottom:18px;
 z-index:9999;
 border-radius:50%;
 padding:14px;
 background:var(--gold);
 box-shadow:0 6px 18px rgba(0,0,0,.18)
}
