/* ========================================================================== 
   PATTAYA-HUB / pattayainfo.htm
   Diese Datei NACH assets/css/pattayafans.css laden.
   Alle Regeln sind auf die zentrale Pattaya-Übersichtsseite begrenzt.
   ========================================================================== */

.pf-hub-shell.container {
  max-width: var(--pf-page-width);
  padding-top: 34px;
  padding-bottom: 75px;
}

.pf-hub-page {
  min-width: 0;
}

/* Titelbereich und Titelbild
   -------------------------------------------------------------------------- */

.pf-hub-header {
  padding: 48px 54px 34px;
  background: var(--pf-card-bg);
  border: 1px solid var(--pf-border-soft);
  border-bottom: 0;
  border-radius: var(--pf-radius) var(--pf-radius) 0 0;
}

.pf-hub-header > .pf-eyebrow {
  display: block;
  margin-bottom: 13px;
}

.pf-hub-header h1 {
  max-width: 1020px;
  margin: 0 0 18px;
  color: var(--pf-heading);
  font-family: var(--pf-font-heading);
  font-size: clamp(44px, 5vw, 66px);
  font-weight: 700;
  letter-spacing: -0.027em;
  line-height: 1.02;
}

.pf-hub-subtitle {
  max-width: 850px;
  margin: 0 0 23px;
  color: #53636e;
  font-size: 17px;
  line-height: 1.65;
}

.pf-hub-header .pf-article-meta {
  margin-bottom: 0;
}

.pf-hub-hero {
  margin: 0 0 28px;
  padding: 0 54px 34px;
  background: var(--pf-card-bg);
  border: 1px solid var(--pf-border-soft);
  border-top: 0;
  border-radius: 0 0 var(--pf-radius) var(--pf-radius);
}

.pf-hub-hero img {
  display: block;
  width: 100%;
  max-height: 560px;
  border-radius: 8px;
  object-fit: cover;
}

.pf-hub-hero figcaption {
  margin-top: 11px;
  padding: 0 18px;
  color: #747f86;
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

.pf-hub-intro {
  margin-bottom: 28px;
  padding: 34px 54px 31px;
  background: var(--pf-card-bg);
  border: 1px solid var(--pf-border-soft);
  border-radius: var(--pf-radius);
}

.pf-hub-intro p {
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  color: var(--pf-text);
  font-size: 15px;
  line-height: 1.78;
}

.pf-hub-intro .lead {
  color: #30424e;
  font-size: 18px;
  line-height: 1.7;
}

/* Sprungnavigation
   -------------------------------------------------------------------------- */

.pf-hub-nav {
  position: relative;
  margin-bottom: 38px;
  padding: 34px 42px 30px;
  overflow: hidden;
  background: #f7f4ee;
  border: 1px solid var(--pf-border);
  border-radius: var(--pf-radius);
  box-shadow: 0 10px 28px rgba(39, 50, 59, 0.05);
}

.pf-hub-nav::before {
  position: absolute;
  top: 0;
  left: 30px;
  width: 58px;
  height: 3px;
  background: linear-gradient(90deg, var(--pf-blue) 0 42px, var(--pf-accent) 42px 58px);
  content: "";
}

.pf-hub-nav > .pf-eyebrow {
  display: block;
  margin-bottom: 5px;
}

.pf-hub-nav h2 {
  margin: 0 0 21px;
  color: var(--pf-heading);
  font-family: var(--pf-font-heading);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
}

.pf-hub-nav-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 38px;
  margin: 0;
  padding: 0;
}

.pf-hub-nav-grid > a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 55px;
  border-bottom: 1px solid #ded7cd;
  color: #405563;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

.pf-hub-nav-grid > a > span {
  display: grid;
  place-items: center;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  border: 1px solid #d6a649;
  border-radius: 50%;
  color: var(--pf-accent-dark);
  font-size: 9px;
}

.pf-hub-nav-grid > a:hover,
.pf-hub-nav-grid > a:focus-visible {
  color: var(--pf-accent-dark);
}

/* Gemeinsame Überschriften und Themenboxen
   -------------------------------------------------------------------------- */

.pf-hub-featured,
.pf-hub-section {
  margin-bottom: 30px;
  padding: 42px;
  background: var(--pf-card-bg);
  border: 1px solid var(--pf-border-soft);
  border-radius: var(--pf-radius);
}

.pf-hub-section {
  scroll-margin-top: 85px;
}

.pf-hub-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 27px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--pf-border);
}

.pf-hub-section-heading h2 {
  margin: 5px 0 0;
  color: var(--pf-heading);
  font-family: var(--pf-font-heading);
  font-size: 39px;
  font-weight: 700;
  line-height: 1.08;
}

.pf-hub-section-heading > p {
  max-width: 430px;
  margin: 0;
  color: var(--pf-muted);
  font-size: 13px;
  line-height: 1.65;
  text-align: right;
}

/* Vier hervorgehobene Hauptthemen
   -------------------------------------------------------------------------- */

.pf-hub-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pf-hub-feature-card {
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--pf-border-soft);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(39, 50, 59, 0.055);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.pf-hub-feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(39, 50, 59, 0.1);
}

.pf-hub-feature-image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 3 / 2;
  height: auto;
  overflow: hidden;
  background: #f4f1eb;
}

.pf-hub-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 250ms ease;
}

.pf-hub-feature-card:hover .pf-hub-feature-image img {
  transform: none;
}

.pf-hub-feature-copy {
  padding: 19px 20px 21px;
}

.pf-hub-feature-copy > span {
  color: var(--pf-accent-dark);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pf-hub-feature-copy h3 {
  margin: 7px 0 9px;
  font-family: var(--pf-font-heading);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.12;
}

.pf-hub-feature-copy h3 a {
  color: var(--pf-heading);
  text-decoration: none !important;
}

.pf-hub-feature-copy h3 a:hover {
  color: var(--pf-accent-dark);
}

.pf-hub-feature-copy p {
  margin: 0;
  color: var(--pf-muted);
  font-size: 12px;
  line-height: 1.62;
}

/* Linkverzeichnisse
   -------------------------------------------------------------------------- */

.pf-hub-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.pf-hub-links {
  margin: 0;
  padding: 7px 23px;
  background: #faf9f6;
  border: 1px solid var(--pf-border-soft);
  border-radius: 8px;
  list-style: none;
}

.pf-hub-links li {
  position: relative;
  margin: 0;
  padding: 0 0 0 19px;
  border-bottom: 1px solid #e7e1d8;
}

.pf-hub-links li:last-child {
  border-bottom: 0;
}

.pf-hub-links li::before {
  position: absolute;
  top: 22px;
  left: 0;
  width: 7px;
  height: 7px;
  border: 2px solid var(--pf-accent);
  border-radius: 50%;
  content: "";
}

.pf-hub-links a {
  display: block;
  padding: 14px 24px 14px 0;
  color: #3c5260;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none !important;
}

.pf-hub-links a::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #b4a68f;
  border-right: 2px solid #b4a68f;
  content: "";
  transform: translateY(-50%) rotate(45deg);
  transition: right 160ms ease, border-color 160ms ease;
}

.pf-hub-links a:hover,
.pf-hub-links a:focus-visible {
  color: var(--pf-accent-dark);
}

.pf-hub-links a:hover::after,
.pf-hub-links a:focus-visible::after {
  right: 1px;
  border-color: var(--pf-accent-dark);
}

/* Transfer-CTA
   -------------------------------------------------------------------------- */

.pf-hub-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 28px;
  padding: 26px 29px;
  background: var(--pf-blue);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.84);
}

.pf-hub-cta .pf-eyebrow {
  color: #d9b872;
}

.pf-hub-cta h3 {
  margin: 4px 0 5px;
  color: #fff;
  font-family: var(--pf-font-heading);
  font-size: 27px;
  font-weight: 700;
}

.pf-hub-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
}

.pf-hub-cta .cta-btn {
  flex: 0 0 auto;
}

/* Eigenständige Transferbox zwischen Anreise und Service. */
.pf-hub-transfer-cta {
  margin: 0 0 30px;
}

/* Hotelempfehlungen über die gesamte Seitenbreite
   -------------------------------------------------------------------------- */

.pf-hub-hotel-section {
  overflow: hidden;
}

.pf-hub-hotel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pf-hub-hotel-card {
  display: block;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--pf-border-soft);
  border-radius: 8px;
  color: var(--pf-heading);
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(39, 50, 59, 0.055);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.pf-hub-hotel-card:hover,
.pf-hub-hotel-card:focus-visible {
  color: var(--pf-heading);
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(39, 50, 59, 0.1);
}

.pf-hub-hotel-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: contain;
  background: #f4f1eb;
}

.pf-hub-hotel-copy {
  display: block;
  padding: 18px 19px 20px;
}

.pf-hub-hotel-copy strong,
.pf-hub-hotel-copy small,
.pf-hub-hotel-copy b {
  display: block;
}

.pf-hub-hotel-copy strong {
  font-family: var(--pf-font-heading);
  font-size: 21px;
  line-height: 1.15;
}

.pf-hub-hotel-copy small {
  margin-top: 6px;
  color: var(--pf-muted);
  font-size: 11px;
}

.pf-hub-hotel-copy b {
  margin-top: 10px;
  color: var(--pf-accent-dark);
  font-size: 11px;
}

.pf-hub-hotel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 24px;
}

.pf-hub-internal-link {
  color: var(--pf-blue);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

.pf-hub-hotel-section > .pf-affiliate-note {
  margin: 22px -42px -42px;
  padding: 14px 42px 17px;
  background: #faf9f6;
  border-top: 1px solid var(--pf-border-soft);
  color: #899198;
  font-size: 9px;
  line-height: 1.5;
}

/* Tastaturbedienung
   -------------------------------------------------------------------------- */

.pf-hub-page a:focus-visible {
  border-radius: 4px;
  outline: 2px solid var(--pf-accent);
  outline-offset: 3px;
}

/* Responsive Anpassungen
   -------------------------------------------------------------------------- */

@media (max-width: 1199px) {
  .pf-hub-feature-grid,
  .pf-hub-hotel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pf-hub-nav-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .pf-hub-shell.container {
    padding-top: 22px;
    padding-bottom: 55px;
  }

  .pf-hub-header {
    padding: 31px 22px 24px;
  }

  .pf-hub-header h1 {
    font-size: 40px;
  }

  .pf-hub-subtitle {
    font-size: 15px;
  }

  .pf-hub-hero {
    padding: 0 22px 25px;
  }

  .pf-hub-hero img {
    min-height: 260px;
  }

  .pf-hub-intro {
    padding: 27px 24px 24px;
  }

  .pf-hub-intro .lead {
    font-size: 17px;
  }

  .pf-hub-nav,
  .pf-hub-featured,
  .pf-hub-section {
    padding: 27px 22px;
  }

  .pf-hub-nav::before {
    left: 22px;
  }

  .pf-hub-nav-grid,
  .pf-hub-link-grid {
    grid-template-columns: 1fr;
  }

  .pf-hub-section-heading {
    display: block;
  }

  .pf-hub-section-heading h2 {
    font-size: 32px;
  }

  .pf-hub-section-heading > p {
    max-width: none;
    margin-top: 10px;
    text-align: left;
  }

  .pf-hub-feature-grid,
  .pf-hub-hotel-grid {
    grid-template-columns: 1fr;
  }

  .pf-hub-feature-card,
  .pf-hub-hotel-card {
    display: block;
  }

  .pf-hub-feature-image,
  .pf-hub-hotel-card > img {
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .pf-hub-cta,
  .pf-hub-hotel-footer {
    display: block;
  }

  .pf-hub-cta .cta-btn,
  .pf-hub-hotel-footer .cta-btn {
    margin-top: 18px;
  }

  .pf-hub-hotel-section > .pf-affiliate-note {
    margin: 22px -22px -27px;
    padding-right: 22px;
    padding-left: 22px;
  }
}

@media (max-width: 420px) {
  .pf-hub-nav h2 {
    font-size: 30px;
  }

  .pf-hub-feature-image,
  .pf-hub-hotel-card > img {
    width: 100%;
    height: auto;
  }

  .pf-hub-links {
    padding-right: 17px;
    padding-left: 17px;
  }
}
