:root{
  --bg:#07070a;
  --bg2:#0b0c10;
  --card:#12121a;
  --card2:#0f1118;

  --text:#f3f4f7;
  --muted:rgba(243,244,247,.72);

  /* Spain vibe (premium) */
  --gold:#ffd166;       /* galben premium */
  --amber:#ffb000;      /* portocaliu */
  --orange:#ff7a18;     /* portocaliu intens */
  --red:#ff3b3b;        /* rosu */

  --border:rgba(255,255,255,.08);
  --shadow: 0 16px 40px rgba(0,0,0,.45);
}

*{box-sizing:border-box}
html,body{
  margin:0;
  padding:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  background:
    /* strat transparent peste logo */
    linear-gradient(rgba(0,0,0,.90), rgba(0,0,0,.9)),

    /* LOGO watermark */
    url("logo.png") center 140px / 650px no-repeat,

    /* fundal site */
    radial-gradient(1200px 600px at 20% -10%, rgba(255,122,24,.18), transparent 55%),
    radial-gradient(900px 600px at 90% 10%, rgba(255,209,102,.16), transparent 55%),
    linear-gradient(180deg, #07070a, #0b0c10);

  color: var(--text);
}
a{color:inherit}
.container{max-width:1100px;margin:0 auto;padding:0 16px}

/* ===== Header ===== */
.header{
  position:sticky;top:0;z-index:50;
  background: rgba(10,10,14,.72);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav{
  display:flex;align-items:center;justify-content:space-between;
  padding:12px 0;
  gap:12px;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width: 240px;
}
.brand-copy{display:flex;flex-direction:column;gap:2px}

/* Logo image */
.logo-img{
  height:56px;
  display:flex;
  align-items:center;
  flex:0 0 auto;
}
.logo-img img{
  height:56px;
  width:auto;
  object-fit:contain;
  filter: drop-shadow(0 10px 28px rgba(0,0,0,.55));
  border-radius: 12px;
}

/* Brand text premium */
.brand-title{
  font-weight: 900;
  font-size: 16px;
  letter-spacing: .5px;
  line-height: 1.1;

  /* gradient text (gold -> orange) */
  background: linear-gradient(90deg, var(--gold), var(--amber), var(--orange));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.brand-sub{
  font-size: 12px;
  color: rgba(243,244,247,.68);
  letter-spacing: .25px;
}

/* Nav buttons */
.nav-actions{
  display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end;
}

/* ===== Buttons ===== */
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:14px;
  padding:10px 14px;
  text-decoration:none;
  border:1px solid var(--border);
  background: transparent;
  color: var(--text);
  cursor:pointer;
  transition: .15s transform, .15s opacity, .15s box-shadow;
}
.btn:hover{transform: translateY(-1px); opacity:.97}

.btn-ghost{
  background: rgba(255,255,255,.03);
}

.btn-primary{
  background: linear-gradient(90deg, var(--gold), var(--amber), var(--orange));
  border-color: transparent;
  color: #1b1404;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(255,176,0,.18);
}
.btn-primary:hover{
  box-shadow: 0 18px 38px rgba(255,176,0,.22);
}

.big{padding:12px 16px;border-radius:16px}
.full{width:100%}

/* ===== Hero ===== */
.hero{padding:34px 0 18px}
.hero-grid{
  display:grid;
  grid-template-columns:1.2fr .9fr;
  gap:18px;
  align-items:stretch;
}

.kicker{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:10px}
.pill{
  font-size:12px;
  font-weight:800;
  padding:8px 10px;
  border-radius:999px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--border);
}
.pill2{
  background: rgba(255,176,0,.10);
  border-color: rgba(255,176,0,.25);
  color: rgba(255,209,102,.95);
}

.hero-text h1{
  font-size:42px;
  line-height:1.05;
  margin:0 0 10px;
  letter-spacing:.2px;
}
.accent{
  background: linear-gradient(90deg, var(--gold), var(--amber), var(--orange));
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent;
  font-weight: 950;
}
.lead{
  color: var(--muted);
  font-size:16px;
  line-height:1.6;
  margin:0 0 16px;
}

.hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin:14px 0}

.chips{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0}
.chip{
  font-size:12px;color:var(--text);
  background: rgba(255,255,255,.035);
  border: 1px solid var(--border);
  padding:8px 10px;
  border-radius:999px;
}
.contact-mini{
  margin-top:18px;
  padding:12px 14px;
  border-radius:14px;
  background:rgba(255,176,0,.08);
  border:1px solid rgba(255,176,0,.18);
  font-size:16px;
}

/* Etichete */
.contact-mini b{
  font-weight:700;
  color:rgba(255,209,102,.95); /* galben premium */
}

/* Număr telefon */
.contact-mini a{
  text-decoration:none;
  border-bottom:2px dashed rgba(255,176,0,.45);
  font-weight:700;
  font-size:17px;
  letter-spacing:.2px;
  transition:.15s;
}

.contact-mini a:hover{
  color:#ffd166;
  border-color:#ffd166;
}

/* Hero card */
.hero-card{
  border:1px solid var(--border);
  background:
    radial-gradient(500px 250px at 40% 0%, rgba(255,176,0,.12), transparent 55%),
    radial-gradient(500px 250px at 80% 30%, rgba(255,59,59,.10), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border-radius:22px;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.hero-card-top{display:flex;gap:10px;padding:14px}
.badge{
  font-size:12px;font-weight:900;
  background: rgba(255,176,0,.10);
  border: 1px solid rgba(255,176,0,.25);
  color: rgba(255,209,102,.95);
  padding:6px 10px;border-radius:999px
}
.badge2{
  background: rgba(255,59,59,.12);
  border-color: rgba(255,59,59,.28);
  color: rgba(255,240,240,.95);
}
.hero-card-body{padding:16px}
.hero-card-body h3{margin:0 0 6px}
.hero-card-body p{margin:0 0 12px;color:var(--muted);line-height:1.55}

textarea{
  width:100%;
  border-radius:14px;
  padding:10px;
  border:1px solid var(--border);
  background: rgba(0,0,0,.25);
  color: var(--text);
  resize:vertical;
  outline:none;
}
textarea:focus{
  border-color: rgba(255,176,0,.35);
  box-shadow: 0 0 0 4px rgba(255,176,0,.12);
}
label{display:block;margin:8px 0 8px;color:var(--muted);font-size:13px}
.divider{height:1px;background:var(--border);margin:12px 0}
.fine{font-size:12px;color:var(--muted);margin:8px 0 0}

/* ===== Sections ===== */
.section{padding:34px 0}
.section.alt{
  background:
    radial-gradient(1000px 500px at 15% 20%, rgba(255,176,0,.10), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.00));
}
.section-head h2{
  margin:0 0 6px;
  font-size:28px;
  letter-spacing:.2px;
  background: linear-gradient(90deg, var(--gold), var(--amber), var(--orange));
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent;
}
.section-head p{margin:0;color:var(--muted)}

/* Toolbar */
.toolbar{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:16px 0 12px;
}
input[type="search"], select{
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.03);
  color: var(--text);
  outline:none;
}
input[type="search"]{flex:1;min-width:220px}
select{min-width:200px}
input[type="search"]:focus, select:focus{
  border-color: rgba(255,176,0,.35);
  box-shadow: 0 0 0 4px rgba(255,176,0,.10);
}

/* Grid */
.grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.card{
  border:1px solid var(--border);
  background:
    radial-gradient(420px 220px at 50% 0%, rgba(255,176,0,.08), transparent 55%),
    rgba(255,255,255,.03);
  border-radius:20px;
  overflow:hidden;
  box-shadow: 0 14px 30px rgba(0,0,0,.28);
  display:flex;
  flex-direction:column;
}
.thumb{
  aspect-ratio: 4/3;
  background: linear-gradient(180deg, rgba(255,176,0,.06), rgba(0,0,0,.2));
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.thumb img{
  width:100%;
  height:100%;
  object-fit:contain;   /* 🔥 vezi produsul complet */
  display:block;
  padding:12px;         /* spațiu elegant */
  background: radial-gradient(circle at 50% 30%, rgba(255,255,255,.04), transparent 60%);
}

.card-body{
  padding:14px;
  display:flex;
  flex-direction:column;
  gap:8px;
  flex:1;
}
.card-title{font-weight:950}
.card-meta{color:var(--muted);font-size:13px;line-height:1.35}
.price{
  font-weight:950;
  background: linear-gradient(90deg, var(--gold), var(--amber), var(--orange));
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent;
}

.card-actions{display:flex;gap:10px;margin-top:auto}
.small{padding:10px 12px;border-radius:14px;font-size:14px}

.note{
  margin-top:14px;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.02);
  color: var(--muted);
}

/* About */
.about{
  display:grid;
  grid-template-columns:1.2fr .9fr;
  gap:14px;
  align-items:start;
}
.ticks{margin:12px 0 0;padding-left:18px;color:var(--muted)}
.ticks li{margin:6px 0}
.about-card{
  border:1px solid var(--border);
  background: rgba(255,255,255,.03);
  border-radius:20px;
  padding:14px;
  box-shadow:var(--shadow)
}
.about-cta{margin-top:14px}

/* Contact */
.contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:14px;
}
.contact-card{
  border:1px solid var(--border);
  background: rgba(255,255,255,.03);
  border-radius:20px;
  padding:14px;
  box-shadow:var(--shadow)
}
.bigtext{font-size:22px;font-weight:950;margin:10px 0}
.mapwrap{
  border-radius:16px;
  overflow:hidden;
  border:1px solid var(--border);
  height:260px;
}
.mapwrap iframe{width:100%;height:100%;border:0}

/* Footer */
.footer{
  margin-top:18px;
  padding-top:14px;
  border-top:1px solid var(--border);
  display:flex;
  justify-content:space-between;
  gap:10px;
  flex-wrap:wrap;
  color:var(--muted)
}

/* WhatsApp floating */
.whatsapp-fab{
  position:fixed;
  right:16px;
  bottom:16px;
  background: linear-gradient(90deg, var(--gold), var(--amber), var(--orange));
  color:#1b1404;
  font-weight:950;
  padding:12px 14px;
  border-radius:999px;
  text-decoration:none;
  box-shadow:0 20px 40px rgba(0,0,0,.38);
}

/* Responsive */
@media (max-width: 900px){
  .hero-grid,.about,.contact-grid{grid-template-columns:1fr}
  .grid{grid-template-columns:repeat(2,1fr)}
  .hero-text h1{font-size:36px}
}
@media (max-width: 560px){
  .grid{grid-template-columns:1fr}
  .nav-actions{display:none}
  .logo-img{height:52px}
  .logo-img img{height:52px}
}