:root {
  --pk-primary: #0ea5e9;
  --pk-primary-dark: #0284c7;
  --pk-whatsapp: #25D366;
  --pk-whatsapp-dark: #128C7E;
  --pk-dark: #0f172a;
  --pk-accent: #38bdf8;
  --pk-text: #334155;
  --pk-text-light: #64748b;
  --pk-bg: #f8fafc;
  --pk-white: #ffffff;
  --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
  --font-heading: 'Outfit', sans-serif;
  --radius-lg: 24px;
  --radius-md: 16px;
  --shadow-float: 0 20px 40px -15px rgba(0,0,0,0.08);
  --shadow-premium: 0 25px 50px -12px rgba(0,0,0,0.25);
  --shadow-card: 0 10px 30px rgba(15, 23, 42, 0.08);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  color: var(--pk-text);
  background-color: var(--pk-bg);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
  font-family: var(--font-heading);
  color: var(--pk-dark);
  line-height: 1.1;
  letter-spacing: -0.025em;
  font-weight: 700;
}
a { text-decoration: none; color: inherit; transition: all .3s cubic-bezier(.4,0,.2,1); }
img { max-width: 100%; height: auto; display: block; border-radius: var(--radius-md); }
.container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }
.header {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  background: rgba(248, 250, 252, 0.85);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,0.05);
  padding: 1rem 0; transition: all .3s ease;
}
.nav { display: flex; justify-content: space-between; align-items: center; gap: .75rem; position: relative; }
.logo {
  font-family: var(--font-heading); font-weight: 800; font-size: 1.5rem;
  color: var(--pk-dark); display: flex; align-items: center; gap: .5rem;
  letter-spacing: -0.02em; white-space: nowrap;
}
.logo span { color: var(--pk-primary); }
.logo::before {
  content: ''; width: 28px; height: 28px; border-radius: 8px;
  background: linear-gradient(135deg, var(--pk-primary), var(--pk-accent));
  box-shadow: 0 4px 8px rgba(14, 165, 233, 0.3);
}
.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-link { font-weight: 500; font-size: .95rem; color: var(--pk-text); position: relative; padding: .5rem 0; }
.nav-link::after {
  content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px;
  background: var(--pk-primary); transition: width .3s ease; border-radius: 2px;
}
.nav-link:hover { color: var(--pk-primary); }
.nav-link:hover::after { width: 100%; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .85rem 1.75rem; border-radius: 50px; font-weight: 600; font-size: .95rem;
  cursor: pointer; transition: all .3s cubic-bezier(.4,0,.2,1); border: none; white-space: nowrap;
}
.btn-primary {
  background: var(--pk-primary); color: var(--pk-white);
  box-shadow: 0 4px 12px rgba(14, 165, 233, 0.3);
}
.btn-primary:hover { background: var(--pk-primary-dark); transform: translateY(-2px); }
.btn-whatsapp {
  background: var(--pk-whatsapp); color: var(--pk-white);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}
.btn-whatsapp:hover { background: var(--pk-whatsapp-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4); }
.btn-outline-light, .btn-outline-dark {
  border: 1px solid rgba(255,255,255,0.16); color: var(--pk-white); background: rgba(255,255,255,0.08);
}
.btn-outline-dark { border-color: rgba(0,0,0,0.1); color: var(--pk-dark); background: rgba(255,255,255,0.8); }
.btn-outline-light:hover, .btn-outline-dark:hover { border-color: var(--pk-primary); color: var(--pk-primary); background: var(--pk-white); }
.hero-local, .hero {
  padding: 10rem 0 6rem !important;
  background: linear-gradient(-45deg, var(--pk-dark), #1e293b, #0f172a, #020617) !important;
  background-size: 400% 400% !important;
  animation: gradientBG 15s ease infinite;
  color: var(--pk-white); text-align: center; position: relative; overflow: hidden;
}
@keyframes gradientBG { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
.hero-local::before, .hero::before {
  content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: radial-gradient(circle at 30% 20%, rgba(14,165,233,0.15) 0%, transparent 50%), radial-gradient(circle at 70% 80%, rgba(56,189,248,0.1) 0%, transparent 50%);
  pointer-events: none;
}
.hero-local .container, .hero .container { position: relative; z-index: 1; }
.hero-local h1, .hero h1 {
  color: var(--pk-white); font-size: clamp(2.5rem, 5vw, 4rem); margin-bottom: 1.5rem; font-weight: 800;
}
.hero-local h1 span, .hero h1 span {
  background: linear-gradient(135deg, var(--pk-accent), #818cf8);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-local p, .hero p { color: #cbd5e1 !important; font-size: clamp(1.1rem, 2vw, 1.25rem); max-width: 760px; margin: 0 auto; }
.section { padding: 5rem 0; }
.section-alt { background: var(--pk-white); }
.section-title { text-align: center; font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: 1rem; font-weight: 800; }
.section-subtitle { text-align: center; color: var(--pk-text-light); max-width: 700px; margin: 0 auto 4rem; font-size: 1.15rem; }
.grid, .local-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2rem; align-items: stretch;
}
.card, .local-card {
  background: var(--pk-white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  border: 1px solid rgba(0,0,0,0.05);
  transition: all .4s cubic-bezier(.4,0,.2,1);
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.03);
}
.card:hover, .local-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-float);
  border-color: rgba(14, 165, 233, 0.2);
}
.card h3, .local-card h3 { font-size: 1.35rem; margin-bottom: 1rem; }
.card p, .local-card p { color: var(--pk-text-light); margin-bottom: 0; }
.bento-benidorm { display: grid; grid-template-columns: 1.4fr .8fr; gap: 2rem; align-items: start; }
.b-main, .b-side,
.section .container > div[style*="max-width"] {
  background: var(--pk-white);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3vw, 2.5rem) !important;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(15, 23, 42, 0.06);
}
.section .container > div[style*="max-width"] h2 { font-size: clamp(1.8rem, 4vw, 2.3rem); margin-bottom: 1.25rem; }
.section .container > div[style*="max-width"] h3 { margin-top: 1.5rem; font-size: 1.25rem; }
.section .container > div[style*="max-width"] p,
.section .container > div[style*="max-width"] li,
.b-main p, .b-side p { color: var(--pk-text-light); }
.section .container > div[style*="max-width"] ul,
.b-main ul, .b-side ul { margin: 1rem 0 0; padding-left: 1.1rem; }
.section .container > div[style*="max-width"] li,
.b-main li, .b-side li { margin-bottom: .8rem; }
.text-center { text-align: center; }
.text-primary { color: var(--pk-primary); }
.whatsapp-fab { position: fixed; right: 1.5rem; bottom: 1.5rem; z-index: 50; }
.whatsapp-fab a {
  width: 56px; height: 56px; border-radius: 50%; background: var(--pk-whatsapp);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  display: flex; align-items: center; justify-content: center; color: var(--pk-white); font-size: 1.4rem;
}
.footer { background: var(--pk-dark); color: var(--pk-white); padding: 5rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 4rem; margin-bottom: 4rem; }
.footer h3 { color: var(--pk-white); margin-bottom: 1.5rem; font-size: 1.1rem; }
.footer ul { list-style: none; }
.footer li { margin-bottom: 0.85rem; color: #cbd5e1; font-size: .95rem; }
.footer a { color: #cbd5e1; }
.footer a:hover { color: var(--pk-white); }
.footer-desc { color: #cbd5e1; font-size: .95rem; line-height: 1.7; margin-bottom: 1rem; }
.copyright { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 2rem; text-align: center; color: #94a3b8; font-size: .875rem; }
.nav-toggle {
  display: none; width: 44px; height: 44px; border: 1px solid rgba(0,0,0,0.1); background: var(--pk-white);
  border-radius: 12px; cursor: pointer; flex-direction: column; justify-content: center; gap: 5px; padding: 8px;
}
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--pk-dark); border-radius: 2px; transition: .3s; }
.skip-link{ position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden; }
.skip-link:focus{ left:1rem; top:1rem; width:auto; height:auto; padding:.75rem 1rem; background: var(--pk-white); color: var(--pk-dark); z-index:10000; border-radius:.75rem; box-shadow: var(--shadow-float); }
@media (max-width: 992px) { .bento-benidorm { grid-template-columns: 1fr; } }
@media (max-width: 768px) {
  .nav-toggle { display: flex; }
  .nav-links {
    display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column;
    background: rgba(255,255,255,0.96); backdrop-filter: blur(12px); padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(0,0,0,0.05); gap: .75rem; border-radius: 0 0 16px 16px;
    box-shadow: 0 18px 40px rgba(15,23,42,0.12);
  }
  .nav-links.is-open { display: flex; }
  .nav-link { display: block; padding: .85rem 1rem; border-radius: .85rem; }
  .nav-link:hover { background: rgba(14,165,233,0.08); }
  .header .container.nav { flex-wrap: wrap; }
  .header .container.nav > .btn { flex: 1 1 100%; order: 3; margin-top: .5rem; justify-content: center; }
  .hero-local, .hero { padding: 8rem 0 4rem !important; }
  .section { padding: 4rem 0; }
  .footer-grid { gap: 2rem; }
}


/* FAQ blocks */

.faq-list{display:grid;gap:1.25rem;margin-top:2rem}
.faq-item{background:var(--pk-white);border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:1.35rem 1.5rem;box-shadow:0 8px 24px rgba(15,23,42,.05)}
.faq-item h3{margin-bottom:.55rem;font-size:1.1rem}
.faq-item p{color:var(--pk-text-light);margin:0}



/* City banner */
.city-hero-banner{max-width:1120px;margin:2.5rem auto 0;border-radius:24px;overflow:hidden;box-shadow:var(--shadow-premium);border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04)}
.city-hero-banner img{width:100%;aspect-ratio:1920/700;object-fit:cover;border-radius:0}
.city-hero-banner.city-hero-banner--light{border-color:rgba(15,23,42,.08);background:var(--pk-white);box-shadow:var(--shadow-card)}
.city-hero-banner.city-hero-banner--light img{filter:saturate(1.02) contrast(1.02)}
.city-hero-banner__caption{display:block;padding:.85rem 1rem;background:rgba(15,23,42,.78);color:#e2e8f0;font-size:.92rem}
@media (max-width:768px){.city-hero-banner{margin-top:1.75rem;border-radius:18px}.city-hero-banner__caption{font-size:.84rem;padding:.75rem .9rem}}
