/* === AQUAPARKSALOU.EU — STYLE v1 === */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,600;0,700;1,400&family=Plus+Jakarta+Sans:wght@300;400;500;600&display=swap');

:root {
  --hi: #e36344;
  --hi-dark: #c44e32;
  --hi-pale: #f5ece9;
  --sea: #0ea5a0;
  --sea-lt: #e6f7f7;
  --sand: #f9f3e8;
  --ink: #1a1f2e;
  --ink-mid: #3d4560;
  --ink-soft: #6b7280;
  --border: #e2e8f0;
  --bg: #fdfcfb;
  --white: #ffffff;
  --r: 8px;
  --r-lg: 16px;
  --display: 'Fraunces', Georgia, serif;
  --body: 'Plus Jakarta Sans', system-ui, sans-serif;
  --mw: 860px;
  --mw-wide: 1100px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img { max-width: 100%; height: auto; display: block; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: var(--body);
  font-size: 1rem;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
.inner { max-width: var(--mw); margin: 0 auto; }

/* === TOPBAR === */
.topbar {
  position: sticky; top: 0; z-index: 100;
  background: rgba(253,252,251,.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
.topbar-row {
  max-width: var(--mw-wide); margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; justify-content: space-between;
  height: 64px; gap: 20px;
}
.brand-link {
  font-family: var(--display);
  font-size: 1.2rem; font-weight: 700;
  color: var(--ink); text-decoration: none; white-space: nowrap;
}
.brand-link .hl { color: var(--hi); }
.top-nav { display: flex; gap: 28px; list-style: none; align-items: center; }
.top-nav a {
  font-size: .875rem; font-weight: 500;
  color: var(--ink-mid); text-decoration: none; transition: color .2s; white-space: nowrap;
}
.top-nav a:hover, .top-nav a.on { color: var(--hi); }
.top-cta {
  background: var(--hi) !important; color: var(--white) !important;
  padding: 8px 18px; border-radius: var(--r); transition: background .2s !important;
}
.top-cta:hover { background: var(--hi-dark) !important; }

.hbg {
  display: none; background: none; border: none; cursor: pointer;
  padding: 4px; flex-direction: column; gap: 5px;
}
.hbg span { display: block; width: 24px; height: 2px; background: var(--ink); border-radius: 2px; }
.mob-nav {
  display: none; position: fixed; inset: 0;
  background: var(--white); z-index: 200;
  flex-direction: column; padding: 80px 32px 32px; gap: 8px;
}
.mob-nav.open { display: flex; }
.mob-nav a {
  font-size: 1.1rem; font-weight: 500; color: var(--ink);
  text-decoration: none; padding: 12px 0; border-bottom: 1px solid var(--border);
}
.mob-nav .x-btn {
  position: absolute; top: 16px; right: 20px;
  background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--ink-soft);
}

/* === BREADCRUMB === */
.crumb {
  padding: 11px 20px; background: var(--sand);
  border-bottom: 1px solid var(--border); font-size: .82rem; color: var(--ink-soft);
}
.crumb-row {
  max-width: var(--mw-wide); margin: 0 auto;
  display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
}
.crumb a { color: var(--ink-soft); text-decoration: none; }
.crumb a:hover { color: var(--hi); }
.crumb .div { color: var(--border); }

/* === HERO === */
.hero-sec {
  background: var(--sand);
  padding: 52px 20px 44px; width: 100%;
  border-bottom: 1px solid var(--border);
}
.hero-wrap { max-width: var(--mw); margin: 0 auto; }
.eyebrow {
  display: inline-block; font-size: .72rem; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase; color: var(--hi); margin-bottom: 14px;
}
.hero-wrap h1 {
  font-family: var(--display);
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700; line-height: 1.15; color: var(--ink); margin-bottom: 20px;
}
.hero-wrap .p1 {
  font-size: 1.05rem; color: var(--ink-mid); max-width: 700px; margin-bottom: 24px; line-height: 1.8;
}
.hero-wrap .p2 {
  font-size: 1rem; color: var(--ink-mid); max-width: 700px; line-height: 1.8; margin-top: 20px;
}
.widget-zone { margin: 24px 0; }
.widget-zone a { color: var(--hi) !important; }

/* === ACTION BUTTON === */
.action-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--hi); color: var(--white);
  font-family: var(--body); font-size: .85rem; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase; text-decoration: none;
  padding: 14px 28px; border-radius: var(--r); border: none; cursor: pointer;
  transition: background .2s, transform .15s;
}
.action-btn:hover { background: var(--hi-dark); transform: translateY(-1px); }

/* === ARTICLE === */
.art-body { padding: 52px 20px 68px; }

.blk-photo {
  display: block; width: 100%; height: 280px;
  object-fit: cover; object-position: center;
  border-radius: var(--r-lg); margin: 14px 0 28px;
}

.art-body h2 {
  font-family: var(--display);
  font-size: clamp(1.55rem, 3vw, 2rem); font-weight: 700; color: var(--ink);
  margin: 52px 0 12px; padding-top: 8px; border-top: 2px solid var(--border);
}
.art-body h2:first-child { margin-top: 0; border-top: none; }
.art-body h3 {
  font-family: var(--display); font-size: 1.4rem; font-weight: 600;
  color: var(--ink); margin: 32px 0 12px;
}
.art-body p { color: var(--ink-mid); margin-bottom: 18px; font-size: 1rem; line-height: 1.8; }
.art-body p:last-child { margin-bottom: 0; }
.art-body strong { color: var(--ink); font-weight: 600; }
.art-body a.tl {
  color: var(--hi); text-decoration: underline;
  text-underline-offset: 3px; font-weight: 500;
}

/* Lists */
.art-body ul, .art-body ol { margin: 16px 0 22px; padding-left: 0; list-style: none; }
.art-body ul li, .art-body ol li {
  position: relative; padding: 10px 12px 10px 36px;
  font-size: 1rem; color: var(--ink-mid); line-height: 1.7;
  border-radius: var(--r); margin-bottom: 5px; background: var(--sand);
}
.art-body ul li::before {
  content: ''; position: absolute; left: 14px; top: 19px;
  width: 6px; height: 6px; background: var(--hi); border-radius: 50%;
}
.art-body ol { counter-reset: oc; }
.art-body ol li { counter-increment: oc; }
.art-body ol li::before {
  content: counter(oc);
  position: absolute; left: 11px; top: 10px;
  width: 20px; height: 20px; background: var(--hi);
  color: var(--white); font-size: .7rem; font-weight: 700;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
}

.tip-box {
  background: var(--sea-lt); border-left: 3px solid var(--sea);
  border-radius: var(--r); padding: 18px 20px; margin: 22px 0;
  font-size: 1rem; color: var(--ink-mid); line-height: 1.75;
}
.tip-box a { color: var(--hi); font-weight: 500; text-decoration: underline; }

.addr-card {
  background: var(--sand); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 24px; margin: 22px 0;
}
.addr-card .lbl {
  font-size: .7rem; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-soft); margin-bottom: 4px;
}
.addr-card .val { font-size: 1rem; color: var(--ink); font-weight: 600; margin-bottom: 10px; }
.addr-card .web { font-size: .92rem; }
.addr-card .web a { color: var(--hi); text-decoration: underline; text-underline-offset: 2px; }

/* === TABLES === */
.tbl-box {
  overflow-x: auto; margin: 20px 0 26px;
  border-radius: var(--r-lg); border: 1px solid var(--border);
}
.dt { width: 100%; border-collapse: collapse; font-size: .95rem; }
.dt thead th {
  background: var(--ink); color: var(--white); font-weight: 600;
  text-align: left; padding: 12px 16px;
  font-size: .78rem; letter-spacing: .04em; text-transform: uppercase;
}
.dt thead th:first-child { border-radius: var(--r-lg) 0 0 0; }
.dt thead th:last-child { border-radius: 0 var(--r-lg) 0 0; }
.dt tbody tr { border-bottom: 1px solid var(--border); }
.dt tbody tr:last-child { border-bottom: none; }
.dt tbody tr:nth-child(even) { background: var(--sand); }
.dt tbody td { padding: 12px 16px; color: var(--ink-mid); vertical-align: top; line-height: 1.55; font-size: .95rem; }
.pc { font-weight: 600; color: var(--hi); white-space: nowrap; }
.hi-r td { background: var(--hi-pale); }

/* === PARTNER BLOCK === */
.partner-block {
  background: linear-gradient(135deg, var(--hi-pale) 0%, #fff 100%);
  border: 2px solid var(--hi); border-radius: var(--r-lg);
  padding: 28px; margin: 28px 0;
}
.partner-block .pbadge {
  display: inline-block; background: var(--hi); color: var(--white);
  font-size: .7rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; padding: 4px 10px; border-radius: 20px; margin-bottom: 12px;
}
.partner-block h3 { font-family: var(--display); font-size: 1.4rem; margin-bottom: 16px; color: var(--ink); }
.check-list { list-style: none; display: grid; gap: 10px; margin: 0 0 22px; padding: 0; }
.check-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: .97rem; color: var(--ink-mid);
  background: none !important; padding: 0 !important; margin: 0 !important;
}
.check-list li::before { display: none !important; }
.chk-dot {
  flex-shrink: 0; width: 20px; height: 20px;
  background: var(--hi); color: var(--white); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .65rem; margin-top: 2px;
}

/* === HOURS === */
.hours-tbl { display: grid; gap: 4px; margin: 16px 0 22px; }
.hr-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 14px; background: var(--sand); border-radius: var(--r); font-size: .95rem;
}
.hr-row .dk { font-weight: 500; color: var(--ink); }
.hr-row .tm { color: var(--ink-soft); }
.hr-row.cls .tm { color: var(--hi); font-weight: 500; }

/* === FAQ === */
.faq-wrap { margin-top: 12px; }
.faq-entry { border-bottom: 1px solid var(--border); padding: 22px 0; }
.faq-entry:first-child { padding-top: 0; }
.faq-trigger {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 16px; cursor: pointer; user-select: none;
}
.faq-trigger h2 {
  flex: 1; font-family: var(--display); font-size: 1.2rem; font-weight: 600;
  color: var(--ink); margin: 0; padding: 0; border: none !important;
  line-height: 1.4; cursor: pointer;
}
.fq-plus {
  flex-shrink: 0; width: 22px; height: 22px;
  background: var(--hi-pale); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--hi); font-size: .9rem; transition: transform .25s; margin-top: 2px;
}
.faq-entry.open .fq-plus { transform: rotate(45deg); }
.faq-ans { font-size: 1rem; color: var(--ink-mid); line-height: 1.8; display: none; padding-top: 12px; }
.faq-entry.open .faq-ans { display: block; }

/* === SUPPORT === */
.sp { padding: 48px 20px 80px; max-width: var(--mw); margin: 0 auto; }
.sp h1 { font-family: var(--display); font-size: 2.4rem; font-weight: 700; color: var(--ink); margin-bottom: 28px; }
.sp h2 { font-family: var(--display); font-size: 1.45rem; font-weight: 600; color: var(--ink); margin: 36px 0 12px; }
.sp p { color: var(--ink-mid); margin-bottom: 18px; font-size: 1rem; line-height: 1.8; }
.sp ul { margin: 12px 0 20px 22px; }
.sp ul li { color: var(--ink-mid); margin-bottom: 8px; font-size: 1rem; }
.sp a { color: var(--hi); text-decoration: underline; }

/* === LLM === */
.llm { padding: 48px 20px 80px; max-width: var(--mw); margin: 0 auto; }
.llm h1 { font-family: var(--display); font-size: 2rem; font-weight: 700; color: var(--ink); margin-bottom: 24px; }
.llm h2 { font-family: var(--display); font-size: 1.3rem; font-weight: 600; color: var(--ink); margin: 32px 0 10px; }
.llm p, .llm li { color: var(--ink-mid); font-size: 1rem; line-height: 1.8; margin-bottom: 14px; }
.llm table { width: 100%; border-collapse: collapse; margin: 16px 0 24px; font-size: .92rem; }
.llm table th { background: var(--sand); font-weight: 600; color: var(--ink); padding: 10px 14px; text-align: left; border-bottom: 2px solid var(--border); }
.llm table td { padding: 9px 14px; color: var(--ink-mid); border-bottom: 1px solid var(--border); vertical-align: top; }
.llm ul { margin: 0 0 18px 20px; }

/* === FOOTER === */
.foot { background: var(--ink); color: rgba(255,255,255,.6); padding: 48px 20px 32px; }
.foot-inner { max-width: var(--mw-wide); margin: 0 auto; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 44px; margin-bottom: 36px; }
.foot-brand-name {
  display: block; margin-bottom: 12px;
  font-family: var(--display); font-size: 1.3rem; font-weight: 700;
  color: var(--white); text-decoration: none;
}
.foot-brand-name .hl { color: var(--hi); }
.foot-brand p { font-size: .85rem; line-height: 1.65; }
.foot-brand .ft-info { margin-top: 14px; font-size: .85rem; line-height: 1.7; }
.foot-brand .ft-info strong { color: rgba(255,255,255,.75); display: block; margin-bottom: 2px; }
.foot-brand .ft-info a { color: rgba(255,255,255,.6); text-decoration: underline; text-underline-offset: 2px; transition: color .2s; }
.foot-brand .ft-info a:hover { color: var(--white); }
.foot-col h4 { font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 14px; }
.foot-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.foot-col a { font-size: .88rem; color: rgba(255,255,255,.6); text-decoration: none; transition: color .2s; }
.foot-col a:hover { color: var(--white); }
.foot-bottom {
  border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap; font-size: .8rem;
}
.foot-bottom a { color: rgba(255,255,255,.5); text-decoration: none; }
.foot-bottom a:hover { color: var(--white); }

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .top-nav { display: none; }
  .hbg { display: flex; }
  .hero-sec { padding: 36px 16px 32px; }
  .art-body { padding: 36px 16px 52px; }
  .blk-photo { height: 200px; }
  .foot-grid { grid-template-columns: 1fr; gap: 32px; }
  .foot-bottom { flex-direction: column; text-align: center; gap: 10px; }
  .partner-block { padding: 20px 16px; }
  .dt { display: block; }
  .dt thead { display: none; }
  .dt tbody { display: block; }
  .dt tbody tr { display: block; border: 1px solid var(--border); border-radius: var(--r); margin-bottom: 10px; overflow: hidden; }
  .dt tbody td { display: flex; align-items: baseline; gap: 10px; padding: 9px 14px; font-size: .92rem; border-bottom: 1px solid var(--border); }
  .dt tbody td:last-child { border-bottom: none; }
  .dt tbody td::before { content: attr(data-label); font-weight: 600; color: var(--ink-soft); flex-shrink: 0; font-size: .72rem; text-transform: uppercase; letter-spacing: .04em; min-width: 72px; }
}
@media (max-width: 480px) {
  .hero-wrap h1 { font-size: 1.8rem; }
  .brand-link { font-size: 1rem; }
}
