:root {
  --bg: #020617;
  --bg-soft: #0b1120;
  --primary: #facc15;
  --primary-soft: rgba(250,204,21,0.12);
  --accent: #f97316;
  --text: #f9fafb;
  --muted: #9ca3af;
  --card-radius: 18px;
  --shadow-soft: 0 18px 45px rgba(0,0,0,0.65);
}
*{box-sizing:border-box;margin:0;padding:0}
body{
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Prompt",sans-serif;
  background:radial-gradient(circle at top,#111827 0,#020617 55%,#000 100%);
  color:var(--text);
  min-height:100vh;
}
a{text-decoration:none;color:inherit}
.page{max-width:1120px;margin:0 auto;padding:16px 16px 40px}
header{
  padding:10px 0 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.brand{display:flex;align-items:center;gap:10px}
.brand-logo{
  width:42px;height:42px;border-radius:999px;
  background:radial-gradient(circle at 30% 20%,#fefce8,#facc15 40%,#92400e 70%,#020617 100%);
  display:flex;align-items:center;justify-content:center;
  font-weight:800;font-size:18px;letter-spacing:1px;
  box-shadow:0 8px 20px rgba(0,0,0,.7);
  color:#111827;border:1px solid rgba(250,204,21,.85);
}
.brand-text-title{font-weight:700;font-size:20px;letter-spacing:.04em;text-transform:uppercase}
.brand-text-sub{font-size:12px;color:var(--muted)}
nav{display:flex;gap:10px;flex-wrap:wrap;font-size:12px}
nav a{
  padding:6px 10px;border-radius:999px;
  background:rgba(15,23,42,.8);
  border:1px solid rgba(75,85,99,.7);
  color:var(--muted);
}
nav a.active{
  background:linear-gradient(135deg,#facc15,#f97316);
  color:#111827;
  border-color:rgba(250,204,21,.9);
  font-weight:600;
}
.btn-main{
  padding:10px 18px;border-radius:999px;
  background:linear-gradient(135deg,#facc15,#f97316);
  border:1px solid rgba(250,204,21,.8);
  font-size:14px;font-weight:600;
  display:inline-flex;align-items:center;gap:6px;
  box-shadow:0 10px 24px rgba(0,0,0,.7);
  color:#111827;white-space:nowrap;
}
.hero{
  margin-top:8px;
  background:radial-gradient(circle at top left,#111827 0,#020617 60%);
  border-radius:24px;
  padding:20px 16px 22px;
  box-shadow:var(--shadow-soft);
  border:1px solid rgba(148,163,184,.28);
  display:grid;
  grid-template-columns:minmax(0,6fr) minmax(0,5fr);
  gap:18px;
  overflow:hidden;
}
.hero-title{
  font-size:clamp(22px,5vw,30px);
  line-height:1.15;
  margin-bottom:8px;
  font-weight:800;
}
.hero-title span{
  background:linear-gradient(120deg,#facc15,#fde68a,#f97316);
  -webkit-background-clip:text;
  color:transparent;
}
.hero-desc{font-size:14px;color:var(--muted);margin-bottom:14px}
.hero-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}
.tag-pill{
  font-size:11px;padding:5px 9px;border-radius:999px;
  border:1px solid rgba(148,163,184,.4);
  background:rgba(15,23,42,.85);color:#e5e7eb;
}
.hero-cta{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:10px}
.btn-ghost{
  padding:9px 15px;border-radius:999px;
  border:1px dashed rgba(148,163,184,.7);
  background:rgba(15,23,42,.85);
  font-size:12px;color:var(--muted);
  display:inline-flex;align-items:center;gap:5px;
}
.hero-note{font-size:11px;color:var(--muted)}
.hero-note span{color:#fde68a}
.hero-panel{
  position:relative;border-radius:18px;overflow:hidden;
  border:1px solid rgba(250,204,21,.5);
  box-shadow:0 16px 40px rgba(0,0,0,.8);
  background:#020617;
}
.hero-cover{
  position:relative;width:100%;height:100%;min-height:220px;
  background-image:url('https://balearsculturaltour.net/wp-content/uploads/2025/08/%E0%B8%AA%E0%B8%A1%E0%B8%B1%E0%B8%84%E0%B8%A3%E0%B8%9E%E0%B8%99%E0%B8%B1%E0%B8%99%E0%B8%9A%E0%B8%AD%E0%B8%A5.webp');
  background-size:cover;background-position:center;
  filter:saturate(1.1) contrast(1.05);
}
.hero-cover::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(145deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.2) 45%,rgba(0,0,0,.85) 100%);
}
.hero-panel-overlay{
  position:absolute;left:12px;bottom:12px;right:12px;z-index:1;
  display:flex;flex-direction:column;gap:6px;
  font-size:11px;color:#f9fafb;
}
.badge-live{
  padding:3px 8px;border-radius:999px;font-size:10px;
  background:rgba(250,204,21,.16);
  color:#fef3c7;border:1px solid rgba(250,204,21,.9);
  align-self:flex-start;backdrop-filter:blur(6px);
}
.panel-text-main{font-size:14px;font-weight:600}
.panel-mini{display:flex;justify-content:space-between;gap:8px;font-size:10px}
.panel-mini span.highlight{color:#fde68a;font-weight:600}
.panel-mini span.dim{color:#9ca3af}
.section{
  margin-top:22px;
  background:radial-gradient(circle at top left,rgba(31,41,55,.9),rgba(15,23,42,.98));
  border-radius:var(--card-radius);
  padding:16px 14px 16px;
  box-shadow:var(--shadow-soft);
  border:1px solid rgba(55,65,81,.85);
}
.section-header{margin-bottom:10px}
.section-title{font-size:16px;font-weight:700}
.section-sub{font-size:12px;color:var(--muted);margin-top:2px}
.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px}
.card{
  background:rgba(15,23,42,.98);
  border-radius:14px;padding:10px;
  border:1px solid rgba(75,85,99,.9);
  font-size:12px;
}
.card-title{font-weight:600;margin-bottom:4px;color:#e5e7eb}
.card-body{color:var(--muted);font-size:11px}
.badge-small{
  display:inline-block;font-size:10px;padding:3px 6px;border-radius:999px;
  background:rgba(250,204,21,.12);color:#fef3c7;
  margin-bottom:4px;border:1px solid rgba(250,204,21,.6);
}
.table-wrapper{
  margin-top:10px;border-radius:12px;overflow:hidden;
  border:1px solid rgba(75,85,99,.9);
}
table{width:100%;border-collapse:collapse;font-size:11px}
thead{background:rgba(15,23,42,.96)}
th,td{padding:7px 8px;text-align:left}
th{font-weight:600;color:#e5e7eb;border-bottom:1px solid rgba(55,65,81,.9)}
tbody tr:nth-child(odd){background:rgba(15,23,42,.92)}
tbody tr:nth-child(even){background:rgba(15,23,42,.86)}
tbody td{border-bottom:1px solid rgba(31,41,55,.8);color:#e5e7eb}
.text-gold{color:#facc15}
.text-muted{color:var(--muted)}
.steps{margin-top:10px;display:grid;grid-template-columns:1fr;gap:8px;font-size:12px}
.step{display:flex;gap:8px;align-items:flex-start}
.step-number{
  width:20px;height:20px;border-radius:999px;
  background:rgba(250,204,21,.15);border:1px solid rgba(250,204,21,.85);
  display:flex;align-items:center;justify-content:center;
  font-size:11px;font-weight:600;color:#fef3c7;margin-top:2px;
}
.step-text-title{font-weight:600;margin-bottom:1px}
.step-text-desc{font-size:11px;color:var(--muted)}
.faq-item{padding:7px 0;border-bottom:1px dashed rgba(55,65,81,.75)}
.faq-q{font-size:12px;font-weight:600}
.faq-a{font-size:11px;color:var(--muted);margin-top:2px}
.review-list{display:grid;grid-template-columns:1fr;gap:8px;margin-top:8px;font-size:11px}
.review{
  background:rgba(15,23,42,.96);border-radius:12px;padding:8px 9px;
  border:1px solid rgba(75,85,99,.9);
}
.review-name{font-weight:600;margin-bottom:2px}
.review-text{color:var(--muted)}
.cta-bottom{text-align:center;margin-top:20px}
.cta-bottom-title{font-size:16px;font-weight:700;margin-bottom:6px}
.cta-bottom-sub{font-size:12px;color:var(--muted);margin-bottom:12px}
footer{text-align:center;margin-top:16px;font-size:10px;color:#6b7280}
@media(max-width:768px){
  header{flex-direction:column;align-items:flex-start}
  nav{width:100%;justify-content:flex-start}
  .hero{grid-template-columns:1fr}
  .hero-panel{order:-1}
  .grid-2{grid-template-columns:1fr}
}
@media(max-width:480px){
  .page{padding-inline:12px}
  .hero{padding:16px 12px}
  .section{padding-inline:12px}
}
