/* ===== Sunehri - Premium Gold/Ivory Theme ===== */
:root{
  --gold:#c9a24a; --gold-d:#a67c2e; --ivory:#fdf8f0; --card:#fffdf9;
  --ink:#3b2f24; --line:#ece0cb;
}
*{font-family:'Poppins',system-ui,sans-serif}
h1,h2,h3{font-family:'Playfair Display',serif;letter-spacing:.2px}

body{background:var(--ivory)!important;color:var(--ink)}
.bg-amber-50{background:var(--ivory)!important}

/* Cards */
.bg-white{background:var(--card)!important;border:1px solid var(--line);box-shadow:0 6px 18px rgba(150,110,50,.07)!important}
.rounded-xl{border-radius:1rem!important}
.shadow-sm{box-shadow:0 6px 18px rgba(150,110,50,.07)!important}
.shadow{box-shadow:0 8px 24px rgba(150,110,50,.10)!important}

/* Gold accent buttons (amber -> gold gradient) */
.bg-amber-500,.bg-amber-600{background:linear-gradient(135deg,var(--gold),var(--gold-d))!important;border-color:var(--gold-d)!important;color:#fff!important}
.bg-amber-100{background:#f5ead2!important;color:var(--gold-d)!important}
.text-amber-700,.text-amber-800,.text-amber-100{color:var(--gold-d)!important}
.border-amber-300,.border-amber-200,.border-amber-100{border-color:#e6d5b0!important}
.from-amber-600,.to-yellow-600{--tw-gradient-from:var(--gold)!important;--tw-gradient-to:var(--gold-d)!important}

/* Inputs */
input,select{border-radius:.65rem!important;background:#fff}
input:focus,select:focus{border-color:var(--gold)!important;outline:none;box-shadow:0 0 0 3px rgba(201,162,74,.15)}

/* Semantic buttons - richer */
.bg-green-600{background:linear-gradient(135deg,#3f9d5a,#2f7d46)!important}
.bg-slate-700{background:linear-gradient(135deg,#5a4a38,#3b2f24)!important}

/* Tab bar */
.tabbtn.active{color:var(--gold-d)!important;border-color:var(--gold)!important}
nav.bg-white{background:#fffdf9!important;border-top:1px solid var(--line)}

/* Price tier pills a touch softer */
.bg-green-50{background:#eef7ef!important}
.bg-red-50{background:#fbeeee!important}
.bg-yellow-50{background:#f9f2e0!important}
