/* ===========================================================
   DUBAI BAR · dubaibar.eu
   Estética elegante y femenina: rosa empolvado, dorado,
   pistacho y crema. Tipografía Cormorant + Inter.
   =========================================================== */

:root {
  --rose: #e8a7b8;
  --rose-deep: #c76d86;
  --rose-soft: #f7e3e8;
  --blush: #fbf1f0;
  --cream: #fffaf6;
  --gold: #c9a24b;
  --gold-deep: #a8842f;
  --pistachio: #8aa66b;
  --pistachio-deep: #5f7a45;
  --ink: #4a2f37;
  --ink-soft: #8a6f76;
  --line: #f0d9de;
  --line-2: #ead0d6;
  --white: #ffffff;
  --shadow: 0 18px 50px -18px rgba(199, 109, 134, .35);
  --shadow-sm: 0 8px 24px -12px rgba(199, 109, 134, .3);
  --radius: 22px;
  --maxw: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.01em;
  color: var(--ink);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

.eyebrow {
  display: inline-block;
  font-size: .74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--rose-deep);
  margin-bottom: 14px;
}

.section { padding: 84px 0; }
.section.alt { background: var(--blush); }
.section.rose { background: linear-gradient(160deg, var(--rose-soft), var(--blush)); }

.section-header { max-width: 640px; margin: 0 auto 52px; text-align: center; }
.section-header h2 { font-size: clamp(2rem, 4.2vw, 3.1rem); }
.section-header h2 span { color: var(--rose-deep); font-style: italic; }
.section-header p { color: var(--ink-soft); margin-top: 16px; font-size: 1.05rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 600; font-size: .95rem; line-height: 1;
  padding: 14px 26px; border-radius: 999px;
  border: 1px solid transparent; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn.primary {
  background: linear-gradient(135deg, var(--rose-deep), var(--rose));
  color: var(--white);
  box-shadow: 0 10px 26px -10px rgba(199, 109, 134, .7);
}
.btn.primary:hover { transform: translateY(-2px); box-shadow: 0 16px 34px -10px rgba(199, 109, 134, .8); }
.btn.secondary {
  background: var(--white); color: var(--rose-deep);
  border-color: var(--line-2);
}
.btn.secondary:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn.gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  color: var(--white); box-shadow: 0 10px 26px -10px rgba(168, 132, 47, .7);
}
.btn.gold:hover { transform: translateY(-2px); }
.btn.product { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 250, 246, .82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: "Cormorant Garamond", serif; font-size: 1.5rem; font-weight: 700; letter-spacing: .02em; }
.brand .diamond { color: var(--rose-deep); }
.brand b { color: var(--ink); }
.brand .tld { color: var(--rose-deep); font-style: italic; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: .92rem; font-weight: 500; color: var(--ink-soft); transition: color .2s; }
.nav-links a:hover { color: var(--rose-deep); }
.nav-cta { display: inline-flex; }
.nav-toggle { display: none; background: none; border: 0; font-size: 1.6rem; color: var(--ink); cursor: pointer; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: linear-gradient(165deg, var(--blush) 0%, var(--rose-soft) 100%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; padding: 76px 0 84px; }
.hero h1 { font-size: clamp(2.6rem, 5.6vw, 4.4rem); }
.hero h1 em { font-style: italic; color: var(--rose-deep); }
.hero .lead { color: var(--ink-soft); font-size: 1.15rem; margin: 22px 0 14px; max-width: 520px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 30px; }
.pill {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--white); border: 1px solid var(--line-2);
  border-radius: 999px; padding: 8px 16px; font-size: .82rem; font-weight: 600; color: var(--ink-soft);
}
.pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--pistachio); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-figure { position: relative; }
.hero-figure img { border-radius: 28px; box-shadow: var(--shadow); }
.hero-figure::after {
  content: ""; position: absolute; inset: -18px -18px auto auto;
  width: 130px; height: 130px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,162,75,.25), transparent 70%);
  z-index: -1;
}
.hero-tag {
  position: absolute; bottom: 22px; left: 22px;
  background: rgba(255,255,255,.92); backdrop-filter: blur(6px);
  border-radius: 16px; padding: 12px 18px; box-shadow: var(--shadow-sm);
  display: flex; align-items: center; gap: 10px;
}
.hero-tag .stars { color: var(--gold); font-size: .9rem; letter-spacing: 2px; }
.hero-tag small { display: block; color: var(--ink-soft); font-size: .76rem; }
.hero-tag strong { font-size: .9rem; }

/* ---------- Trust band ---------- */
.trust { background: var(--ink); color: var(--blush); padding: 26px 0; }
.trust-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 42px; text-align: center; }
.trust-row span { font-size: .9rem; display: inline-flex; align-items: center; gap: 9px; color: #f4dde2; }
.trust-row span .ic { color: var(--rose); }

/* ---------- Product grid ---------- */
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 28px; }
.product-card {
  position: relative; background: var(--white);
  border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.badge {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  background: linear-gradient(135deg, var(--rose-deep), var(--rose));
  color: var(--white); font-size: .68rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em;
  padding: 6px 12px; border-radius: 999px;
}
.badge.new { background: linear-gradient(135deg, var(--pistachio-deep), var(--pistachio)); }
.badge.gold { background: linear-gradient(135deg, var(--gold), var(--gold-deep)); }
.card-figure { aspect-ratio: 4 / 3; overflow: hidden; background: var(--rose-soft); }
.card-figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .card-figure img { transform: scale(1.06); }
.card-body { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.card-stars { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.card-stars .stars { color: var(--gold); letter-spacing: 1px; font-size: .9rem; }
.card-stars span:last-child { font-size: .74rem; color: var(--ink-soft); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.card-body h3 { font-size: 1.28rem; margin-bottom: 8px; }
.card-body > p { color: var(--ink-soft); font-size: .9rem; margin-bottom: 14px; }
.card-body ul { list-style: none; margin: 0 0 18px; display: flex; flex-direction: column; gap: 6px; }
.card-body ul li { position: relative; padding-left: 20px; font-size: .85rem; color: var(--ink-soft); }
.card-body ul li::before { content: "◆"; position: absolute; left: 0; color: var(--rose); font-size: .7rem; top: 3px; }
.card-body .btn.product { margin-top: auto; }

/* ---------- Featured banner (TradeTracker) ---------- */
.feature-banner {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #5f7a45 0%, #8aa66b 100%);
  border-radius: 28px; padding: 56px 56px;
  display: grid; grid-template-columns: 1.4fr auto; gap: 40px; align-items: center;
  box-shadow: var(--shadow); color: var(--cream);
}
.feature-banner h2 { color: var(--white); font-size: clamp(1.9rem, 3.4vw, 2.8rem); }
.feature-banner h2 em { font-style: italic; color: #f5e6b8; }
.feature-banner p { color: rgba(255,255,255,.9); max-width: 540px; margin: 14px 0 18px; }
.feature-banner .feats { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 28px; margin-bottom: 26px; }
.feature-banner .feats li { font-size: .88rem; display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.92); }
.feature-banner .feats li::before { content: "◆"; color: #f5e6b8; font-size: .7rem; }
.feature-banner .circle {
  width: 168px; height: 168px; border-radius: 50%;
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.3);
  display: flex; align-items: center; justify-content: center; font-size: 70px;
}

/* ---------- Gallery ---------- */
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.photo-card { position: relative; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-sm); }
.photo-card img { width: 100%; height: 280px; object-fit: cover; transition: transform .5s ease; }
.photo-card:hover img { transform: scale(1.05); }
.photo-card figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  background: linear-gradient(transparent, rgba(74,47,55,.85));
  color: var(--white); font-size: .85rem; padding: 26px 16px 14px;
}

/* ---------- Guide / steps ---------- */
.guide-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px; }
.guide-card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 28px 24px; box-shadow: var(--shadow-sm);
}
.guide-card .ic { font-size: 1.8rem; margin-bottom: 12px; }
.guide-card h3 { font-size: 1.3rem; margin-bottom: 8px; }
.guide-card p { color: var(--ink-soft); font-size: .9rem; }

/* ---------- Newsletter ---------- */
.newsletter { text-align: center; max-width: 640px; margin: 0 auto; }
.newsletter form { display: flex; gap: 12px; max-width: 460px; margin: 26px auto 0; }
.newsletter input {
  flex: 1; padding: 14px 18px; border-radius: 999px;
  border: 1px solid var(--line-2); font-size: .95rem; font-family: inherit; background: var(--white);
}
.newsletter input:focus { outline: none; border-color: var(--rose); }
.newsletter small { display: block; margin-top: 14px; color: var(--ink-soft); font-size: .8rem; }

/* ---------- FAQ ---------- */
.faq { max-width: 760px; margin: 0 auto; }
.faq details {
  background: var(--white); border: 1px solid var(--line);
  border-radius: 16px; padding: 4px 22px; margin-bottom: 12px;
}
.faq summary {
  cursor: pointer; list-style: none; padding: 16px 0;
  font-weight: 600; font-size: 1.02rem; display: flex; justify-content: space-between; align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--rose-deep); font-size: 1.4rem; }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--ink-soft); font-size: .92rem; padding: 0 0 18px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #e9d3d8; padding: 60px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.footer-brand strong { font-family: "Cormorant Garamond", serif; font-size: 1.5rem; color: var(--white); display: block; margin-bottom: 12px; }
.footer-brand p { color: #c9aab1; font-size: .9rem; max-width: 360px; }
.footer-col h4 { color: var(--white); font-size: 1rem; margin-bottom: 14px; font-family: "Inter", sans-serif; font-weight: 600; }
.footer-col nav { display: flex; flex-direction: column; gap: 9px; }
.footer-col nav a { color: #c9aab1; font-size: .9rem; transition: color .2s; }
.footer-col nav a:hover { color: var(--rose); }
.footer-bottom {
  margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px;
  font-size: .8rem; color: #b9969e;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-figure { order: -1; }
  .feature-banner { grid-template-columns: 1fr; text-align: center; }
  .feature-banner .feats { justify-content: center; }
  .feature-banner .circle { margin: 0 auto; }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .nav-links.open {
    display: flex; flex-direction: column; position: absolute;
    top: 72px; left: 0; right: 0; background: var(--cream);
    padding: 18px 22px; gap: 16px; border-bottom: 1px solid var(--line);
  }
  .section { padding: 60px 0; }
  .photo-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .newsletter form { flex-direction: column; }
  .newsletter input, .newsletter .btn { width: 100%; }
}
