
.logo h1{
	font-family: 'Cherry Bomb One', cursive;
	font-weight: bolder;
	font-size: 29px;
	filter: drop-shadow(1px 3px 1px #aaa);
}
.img-box{
	height: 222px;
	max-width: 300px;
	min-width: 200px;
	width: 280px;
}

.grid-wrap > div img{
	width: 300px;
}

.grid-wrap > div{
	min-width: 350px;
}


.loader {
  width: 300px;
  height: 300px;
  border-radius: 0 300px 0 0;
  background-color: rgba(196, 196, 196, 1);
}

/* Stil pentru butonul Trimite */
.feedback-popup button#submitFeedback {
    background-color: #B89655; /* Culoarea butonului */
    color: #ffffff; /* Culoarea textului */
    border: none; /* Elimină bordura */
    border-radius: 5px; /* Rotunjirea colțurilor */
    padding: 10px 20px; /* Spațiere internă */
    font-size: 16px; /* Dimensiunea fontului */
    cursor: pointer; /* Arată cursorul de link */
    transition: background-color 0.3s ease; /* Efect de tranziție pentru hover */
}

/* Schimbarea culorii la hover */
.feedback-popup button#submitFeedback:hover {
    background-color: #946F42; /* O nuanță mai închisă */
}

.fdb-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.fdb-popup {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 450px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.fdb-popup-header {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}

.fdb-popup textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.fdb-popup-footer {
  display: flex;
  justify-content: space-between;
}

.fdb-button {
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s;
}

.fdb-button-cancel {
  background: #ddd;
}

.fdb-button-cancel:hover {
  background: #ccc;
}

.fdb-button-submit {
  background: #B89655;
  color: #fff;
}

.fdb-button-submit:hover {
  background: #a07a4a;
}

.fdb-message {
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
  display: none;
  text-align: center;
}

.fdb-message-success {
  background: #d4edda;
  color: #155724;
}

.fdb-message-error {
  background: #f8d7da;
  color: #721c24;
}

.fdb-slider-container {
  margin-bottom: 15px;
}

.fdb-slider-container label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

#fdb-feedback-importance {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: #B89655;
  border-radius: 5px;
  outline: none;
  opacity: 0.9;
  transition: opacity 0.3s;
}

#fdb-feedback-importance:hover {
  opacity: 1;
}

#fdb-feedback-importance::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #B89655;
  border-radius: 50%;
  cursor: pointer;
}

#fdb-feedback-importance::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #B89655;
  border-radius: 50%;
  cursor: pointer;
}
/* Modal wrapper */
.limit-modal {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Modal box */
.limit-box {
  background: #1f2937; /* gri închis */
  color: #f3f4f6;      /* gri deschis */
  border-radius: 10px;
  padding: 24px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

/* Buttons */
.limit-btn {
  padding: 8px 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
}

.limit-btn-close {
  background: #4b5563; /* gri */
  color: #fff;
}

.limit-btn-upgrade {
  background: #B89655; /* auriu */
  color: #fff;
}

.btn-gold {
  background-color: #B89655 !important;
  color: #fff !important;
}

.btn-gold:hover {
  background-color: #a78349 !important; /* puțin mai închis la hover */
}

/* badge: Renews off */
.renew-off {
  background-color: #b91c1c; /* red-700 */
  color: #fff;
}

/* minimal styling for the status pill */
.header-plan-pill {
  display:inline-flex; align-items:center; gap:.5rem;
  padding:.35rem .6rem; border-radius:9999px; font-size:.75rem;
  border:1px solid rgba(255,255,255,0.08); text-decoration:none;
}
.pill-gray { background:#2b3440; color:#e5e7eb; }
.pill-gold { background:#B89655; color:#111; }  /* brand gold */
.pill-pro  { background:#2563eb; color:#fff; }  /* pro = blue */
.header-plan-pill i { font-size:.8rem; opacity:.9; }
.header-plan-pill:hover { filter:brightness(1.05); }

/* Base chip */
.plan-chip{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:6px;
  height:28px;
  padding:0 10px;
  border-radius:9999px;
  font-size:12px;
  line-height:1;
  color:#e8eef7;
  background:#1c2430;            /* subtle dark */
  border:1px solid #2a3442;
  text-decoration:none;
  transition:filter .2s ease, border-color .2s ease;
  margin-right:8px;               /* breathing room near burger */
}
.plan-chip i{ font-size:12px; }
.plan-chip:hover{ filter:brightness(1.05); border-color:#3a4658; }

/* Trial emphasis: small, classy, gold accent + soft pulse */
.chip-trial{
  background:#191f28;
  border-color:#6b5940;
  color:#f3e6cf;
}
.chip-trial i{ color:#B89655; }
.chip-trial::after{
  content:"";
  position:absolute; inset:-3px;
  border-radius:9999px;
  border:2px solid rgba(184,150,85,.5); /* #B89655 */
  animation:chipPulse 2s ease-out infinite;
  pointer-events:none;
}
@keyframes chipPulse{
  0%   { opacity:.6; transform:scale(.9); }
  80%  { opacity:0;  transform:scale(1.2); }
  100% { opacity:0;  transform:scale(1.2); }
}

/* Collapse text on very narrow screens (keeps only icon) */
@media (max-width: 420px){
  .plan-chip .chip-text{ display:none; }
  .plan-chip{ padding:0 8px; }
}

/* =========================
   Growth Dashboard (dark)
   ========================= */
.gd-page {
  background: #111827;               /* page bg to match app */
  color: #e5e7eb;
  font-family: "Roboto", Arial, sans-serif;
}

/* container + cards */
.gd-container{
  max-width: 980px;
  margin: 72px auto 48px;
  padding: 24px;
  background: #141c24;               /* panel */
  border: 1px solid #263243;         /* subtle border */
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,.25);
}

.gd-card{
  background: #0b1118;               /* deeper panel */
  border: 1px solid #263243;
  border-radius: 12px;
  padding: 18px;
  flex: 1 1 270px;
}

.gd-flex{ display:flex; gap:18px; flex-wrap:wrap; }

/* banner */
.gd-banner{
  margin: 10px 0 18px;
  padding: 10px 12px;
  background: #0b1118;
  border: 1px dashed rgba(184,150,85,.45); /* #B89655 */
  border-radius: 10px;
  font-size: 13px;
  color: #a7b0bb;
}
.gd-banner b{ color:#e5e7eb; }
.gd-banner a,
.link-gold{ color:#B89655; text-decoration: underline; }

/* close button */
.gd-close{
  position: fixed; top: 18px; right: 22px;
  background: transparent; border: none; color: #a7b0bb;
  font-size: 22px; cursor: pointer; line-height: 1; z-index: 1000;
}
.gd-close:hover{ color:#ff6b6b; }

/* flashes (reuse structure, adjust palette in dark) */
.gd-page .flash{
  padding:10px 12px; margin:16px 0; border-radius:8px;
  font-size:14px; border:1px solid transparent;
}
.gd-page .flash.error{ background:#2a1212; color:#ffb4b4; border-color:#3a1a1a; }
.gd-page .flash.success{ background:#152419; color:#baf1c1; border-color:#1f3722; }

/* forms */
.gd-page textarea,
.gd-page input,
.gd-page select{
  width:100%; margin-top:8px; font-size:14px;
  background:#0c131a; color:#e5e7eb;
  border:1px solid #263243; border-radius:8px; padding:10px;
}
.gd-page textarea::placeholder,
.gd-page input::placeholder{ color:#6b7785; }

/* brand button = reuse .btn-gold rules, apply automatically here */
.gd-page button{
  width:100%; margin-top:8px;
  padding:10px 14px; border:none; border-radius:8px;
  background-color:#B89655; color:#111; font-weight:600; letter-spacing:.2px;
  cursor:pointer; transition: filter .2s ease;
}
.gd-page button:hover{ filter: brightness(1.05); }

/* range track color */
.gd-page input[type="range"]{ accent-color:#00766A; }

/* tasks list */
.gd-tasks ul{ list-style:none; padding:0; margin-top:10px; }
.gd-tasks li{
  display:flex; justify-content:space-between; align-items:center;
  padding:8px 0; border-bottom:1px dotted #263243; font-size:14px;
}
.gd-tasks li:last-child{ border-bottom:none; }

/* objective actions */
.gd-actions{ display:flex; align-items:center; gap:12px; margin-top:10px; }
.gd-actions details>summary,
.gd-actions form>button{
  display:inline-flex; align-items:center; justify-content:center;
  height:34px; padding:0 12px; border-radius:8px; background:#B89655; color:#111;
}

/* small helpers */
.gd-h2{ margin-bottom:6px; font-weight:600; letter-spacing:.2px; }
.gd-h3{ margin-bottom:8px; font-weight:600; }
.gd-center{ text-align:center; }

/* responsive */
@media (max-width:640px){
  .gd-container{ margin:56px 10px 28px; padding:16px; }
}
/* --- Growth Dashboard: floating close button --- */
.gd-page .gd-close{
  /* reset globals from .gd-page button */
  width: 34px !important;
  height: 34px !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  color: inherit;
  font: inherit;

  position: fixed;
  top: 16px;
  right: 18px;
  z-index: 1000;
  cursor: pointer;
  line-height: 1;
}

/* pill look */
.gd-page .gd-close::before{
  content: "✖";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 9999px;
  background: rgba(20,28,36,.78);
  border: 1px solid #263243;
  color: #e5e7eb;
  box-shadow: 0 4px 10px rgba(0,0,0,.35);
  transition: background .18s ease, color .18s ease, transform .12s ease;
  backdrop-filter: blur(2px);
}

.gd-page .gd-close:hover::before{
  background: #B89655;      /* brand gold */
  color: #111;
  transform: translateY(-1px);
}
.gd-banner__cta { margin-left: 10px; }

/* =========================================================
   Plan features – gold check, compact spacing
   (works for .plan-features  **și**  .plan-feats ca alias)
   ========================================================= */
:is(.plan-features, .plan-feats) ul {
  list-style: none;
  margin: 2px 0;
  padding: 0;
}
:is(.plan-features, .plan-feats) li {
  position: relative;
  margin: 6px 0;            /* spațiu mai mic între rânduri */
  line-height: 1.3;         /* text puțin mai “strâns” */
  padding-left: 24px;       /* loc pentru icon */
  color: #e5e7eb;           /* text deschis pe dark */
}

/* Gold check (SVG mask → clar, scalabil, culoare controlată din background-color) */
:is(.plan-features, .plan-feats) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  background-color: #B89655;  /* brand gold */
  -webkit-mask-image: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\
<path d="M9 16.17l-3.88-3.88-1.42 1.41L9 19 20.3 7.71 18.89 6.3z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\
<path d="M9 16.17l-3.88-3.88-1.42 1.41L9 19 20.3 7.71 18.89 6.3z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/* Fallback pentru browsere foarte vechi (fără mask-image) */
@supports not (-webkit-mask-image: url("")) {
  :is(.plan-features, .plan-feats) li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    background: none;
    color: #B89655;          /* brand gold */
    font-weight: 700;
    line-height: 1;
  }
}

/* Ultra-compact (opțional): adaugă clasa .dense pe container dacă vrei și mai strâns */
:is(.plan-features, .plan-feats).dense li {
  margin: 4px 0;
  line-height: 1.2;
  padding-left: 22px;
}

/* Dacă folosești .prose (Tailwind Typography), anulăm marginile implicite pe liste */
:is(.plan-features, .plan-feats).prose :where(ul, ol) { margin: 0; }
:is(.plan-features, .plan-feats).prose :where(li)     { margin: 0; }

/* === Plan highlight (Most popular) ============================= */
.plan-card { position: relative; }
.plan-highlight {
  border-color: #B89655 !important;                 /* aurul brand */
  box-shadow: 0 0 0 2px rgba(184,150,85,.35);
}
.plan-badge {
  position:absolute; top:-10px; left:12px;
  background:#B89655; color:#111; font-weight:700;
  padding:2px 10px; border-radius:9999px; font-size:12px;
  box-shadow:0 2px 6px rgba(0,0,0,.25);
}
@media (prefers-reduced-motion:no-preference){
  .plan-highlight { animation: planPop .35s ease-out; }
  @keyframes planPop { from { transform: scale(.985); opacity:.96; } to { transform: scale(1); opacity:1; } }
}
/* Butoane: accent mai puternic pe featured, restul discrete */
.btn-muted  { background:#374151; color:#e5e7eb; }
.btn-muted:hover { filter:brightness(1.08); }
