:root {
  --ptp-blue-900: #0a2a4a;
  --ptp-blue-700: #0e4b7a;
  --ptp-blue-600: #1866a3;
  --ptp-blue-500: #2b7dc2;
  --ptp-blue-100: #e6f1fb;
  --ptp-sand: #f7f4f0;
  --ptp-ink: #0f172a;
  --ptp-muted: #5b677a;
  --ptp-border: #d9e2ef;
  --ptp-shadow: 0 12px 35px rgba(10, 42, 74, 0.12);
  --ptp-radius: 18px;
}

* {
  box-sizing: border-box;
}

body.ptp-body {
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  color: var(--ptp-ink);
  background: var(--ptp-sand);
  margin: 0;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
  font-family: "DM Serif Display", "Georgia", serif;
  letter-spacing: 0.2px;
}

a {
  color: var(--ptp-blue-600);
  text-decoration: none;
}

a:hover {
  color: var(--ptp-blue-700);
}

.ptp-container {
  width: min(1200px, 92vw);
  margin: 0 auto;
}

.ptp-header {
  background: #ffffff;
  border-bottom: 1px solid var(--ptp-border);
  position: sticky;
  top: 0;
  z-index: 50;
}

.ptp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  gap: 20px;
}

 .ptp-brand__logo .custom-logo {
   width: 42px;
   height: 42px;
   object-fit: contain;
   display: block;
 }

 .ptp-brand__logo a {
   display: block;
 }

 .ptp-nav__list a {
   padding: 8px 10px;
   border-radius: 10px;
   transition: background-color 0.2s ease, color 0.2s ease;
 }

 .ptp-nav__list a:hover {
   background: rgba(230, 241, 251, 0.8);
 }

.ptp-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  color: var(--ptp-ink);
}

.ptp-brand__mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--ptp-blue-600);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
}

.ptp-nav__list,
.ptp-footer__list {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  align-items: center;
}

.ptp-nav__list a,
.ptp-footer__list a {
  font-weight: 600;
}

.ptp-nav-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: transparent;
  border: none;
}

.ptp-nav-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--ptp-ink);
}

.ptp-main {
  min-height: 70vh;
}

.ptp-hero {
  padding: 60px 0 40px;
  background: linear-gradient(120deg, #ffffff 0%, var(--ptp-blue-100) 100%);
}

.ptp-eyebrow {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--ptp-blue-600);
  font-size: 12px;
}

.ptp-hero__title {
  font-size: clamp(2.5rem, 4vw, 3.6rem);
  margin: 10px 0;
}

.ptp-hero__subtitle {
  font-size: 1.1rem;
  color: var(--ptp-muted);
  max-width: 620px;
}

.ptp-beach-hero__media {
  position: relative;
  width: 100%;
  height: 600px;
  background-color: #e2e8f0;
  background-position: center;
  background-size: cover;
}

.ptp-beach-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.1) 0%, rgba(15, 23, 42, 0.4) 55%, rgba(15, 23, 42, 0.7) 100%);
}

.ptp-beach-hero__content {
  position: absolute;
  left: 32px;
  bottom: 32px;
  max-width: 640px;
  color: #ffffff;
}

.ptp-filter {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 24px;
  align-items: center;
  position: relative;
  z-index: 5;
}

.ptp-filter>* {
  position: relative;
  z-index: 5;
}

.ptp-home section.relative.overflow-hidden {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: visible;
}

.ptp-home section.relative.overflow-hidden .container {
  width: min(1200px, 92vw);
  margin: 0 auto;
  overflow: visible;
}

.ptp-home section.relative.overflow-hidden [data-slot="badge"] {
  background: #fff !important;
  color: var(--ptp-blue-700) !important;
}

.ptp-home form[aria-label="Search destinations"] {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 14px;
  align-items: center;
  max-width: 860px;
}

.ptp-home form[aria-label="Search destinations"] input[name="q"] {
  flex: 1 1 auto;
  min-width: 220px;
  height: 54px;
  padding: 0 18px 0 46px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 18px 40px rgba(10, 42, 74, 0.25);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231866a3'%3E%3Ccircle cx='11' cy='11' r='7' stroke-width='2'/%3E%3Cpath stroke-width='2' d='M20 20l-3.5-3.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 16px center;
  background-size: 18px 18px;
}

.ptp-home form[aria-label="Search destinations"] input[name="q"]:focus {
  outline: none;
  border-color: rgba(24, 102, 163, 0.6);
  box-shadow: 0 20px 46px rgba(10, 42, 74, 0.28);
}

.ptp-home form[aria-label="Search destinations"] button[type="submit"] {
  flex: 0 0 auto;
  height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--ptp-blue-600);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 18px 40px rgba(10, 42, 74, 0.2);
}

.ptp-home form[aria-label="Search destinations"] button[type="submit"]:hover {
  background: var(--ptp-blue-700);
}

.ptp-tab-grid {
  display: grid;
  gap: 16px;
}

.ptp-tab-grid [data-slot="card"] {
  border-radius: 18px;
}

.ptp-tab-section {
  margin-top: 32px;
}

.ptp-tab-section__title {
  font-family: "DM Serif Display", "Georgia", serif;
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.ptp-tab-section__content {
  display: grid;
  gap: 16px;
}

.ptp-home .ptp-search-suggestions {
  z-index: 60;
}

@media (max-width: 768px) {
  .ptp-home form[aria-label="Search destinations"] {
    flex-direction: column;
    align-items: stretch;
  }

  .ptp-home form[aria-label="Search destinations"] button[type="submit"] {
    width: 100%;
    justify-content: center;
  }
}

.ptp-search-wrap {
  position: relative;
}

.ptp-search-suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  background: #fff;
  color: var(--ptp-ink);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(10, 42, 74, 0.18);
  padding: 8px;
  max-height: 320px;
  overflow-y: auto;
  z-index: 30;
}

.ptp-search-suggestions[hidden] {
  display: none;
}

.ptp-search-suggestion {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  border: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.ptp-search-suggestion:hover {
  background: var(--ptp-blue-100);
}

.ptp-search-suggestion__thumb {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--ptp-blue-100);
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.ptp-search-suggestion__meta {
  font-size: 0.8rem;
  color: var(--ptp-muted);
}


.ptp-hero {
  position: relative;
  z-index: 1;
}

.ptp-button {
  cursor: pointer;
}

.ptp-input,
.ptp-select {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--ptp-border);
  font-size: 0.95rem;
  background: #fff;
}

.ptp-section {
  padding: 50px 0 70px;
}

.ptp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.ptp-home .sm\:grid-cols-2 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ptp-card {
  background: #fff;
  border-radius: var(--ptp-radius);
  overflow: hidden;
  box-shadow: var(--ptp-shadow);
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ptp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(10, 42, 74, 0.18);
}

.ptp-card__media {
  height: 180px;
  background-size: cover;
  background-position: center;
}

.ptp-card__body {
  padding: 18px;
}

.ptp-card__title {
  margin: 10px 0;
  font-size: 1.3rem;
}

.ptp-card__excerpt,
.ptp-card__meta {
  color: var(--ptp-muted);
  font-size: 0.95rem;
}

.ptp-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ptp-chip {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--ptp-border);
  font-size: 12px;
  color: var(--ptp-blue-700);
}

.ptp-chip--solid {
  background: var(--ptp-blue-600);
  color: #fff;
  border: none;
}

.ptp-accordion {
  display: grid;
  gap: 10px;
}

.ptp-accordion__item {
  border-radius: 14px;
  border: 1px solid var(--ptp-border);
  background: #fff;
  overflow: hidden;
}

.ptp-accordion__trigger {
  width: 100%;
  padding: 14px 18px;
  background: #fff;
  border: none;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

 .ptp-faq .ptp-accordion__trigger {
   position: relative;
   padding-right: 52px;
 }

 .ptp-faq .ptp-accordion__trigger::after {
   content: '\203A';
   position: absolute;
   right: 18px;
   top: 50%;
   transform: translateY(-50%) rotate(90deg);
   width: 28px;
   height: 28px;
   display: grid;
   place-items: center;
   border-radius: 999px;
   background: rgba(230, 241, 251, 0.65);
   color: var(--ptp-blue-700);
   transition: transform 0.2s ease, background-color 0.2s ease;
 }

 .ptp-faq .ptp-accordion__trigger[aria-expanded="true"]::after {
   transform: translateY(-50%) rotate(-90deg);
   background: rgba(230, 241, 251, 1);
 }

.ptp-accordion__content {
  padding: 0 18px 16px;
  color: var(--ptp-muted);
}

 .ptp-faq-group {
   margin-top: 38px;
 }

 .ptp-faq-group:first-child {
   margin-top: 0;
 }

 .ptp-faq .ptp-section__title {
   font-family: "DM Serif Display", "Georgia", serif;
   font-size: 1.75rem;
   font-weight: 400;
   margin: 0 0 16px;
 }

 .ptp-page--contact {
   padding: 50px 0 70px;
 }

 .ptp-page--contact h1,
 .ptp-page--contact h2 {
   font-family: "DM Serif Display", "Georgia", serif;
   letter-spacing: 0.2px;
 }

 .ptp-page--contact form {
   background: #fff;
   border: 1px solid var(--ptp-border);
   border-radius: 18px;
   padding: 24px;
   box-shadow: 0 12px 30px rgba(10, 42, 74, 0.08);
 }

 .ptp-page--contact form [data-slot="button"][type="submit"] {
   background: var(--ptp-blue-600);
   border: none;
   color: #fff;
   border-radius: 12px;
 }

 .ptp-page--contact form [data-slot="button"][type="submit"]:hover {
   background: var(--ptp-blue-700);
 }

 .ptp-page--contact form [data-slot="button"][type="submit"]:focus {
   outline: none;
   box-shadow: 0 0 0 3px rgba(24, 102, 163, 0.18);
 }

 .ptp-page--contact [data-slot="input"],
 .ptp-page--contact [data-slot="textarea"] {
   border-color: rgba(15, 23, 42, 0.12);
   background: rgba(255, 255, 255, 0.95);
 }

 .ptp-page--contact [data-slot="input"]:focus,
 .ptp-page--contact [data-slot="textarea"]:focus {
   outline: none;
   border-color: rgba(24, 102, 163, 0.45);
   box-shadow: 0 0 0 3px rgba(24, 102, 163, 0.12);
 }

 .ptp-page--contact .bg-muted\/50 {
   border: 1px solid rgba(15, 23, 42, 0.08);
   box-shadow: 0 10px 24px rgba(10, 42, 74, 0.06);
 }

.ptp-footer {
  background: #ffffff;
  border-top: 1px solid var(--ptp-border);
  padding: 40px 0;
}

 .ptp-footer__list a {
   padding: 6px 10px;
   border-radius: 10px;
   transition: background-color 0.2s ease, color 0.2s ease;
 }

 .ptp-footer__list a:hover {
   background: rgba(230, 241, 251, 0.8);
 }

.ptp-footer__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.ptp-footer__title {
  font-size: 1.2rem;
  margin-bottom: 6px;
}

.ptp-footer__copy {
  color: var(--ptp-muted);
}

.ptp-accreditations {
  display: grid;
  gap: 16px;
}

.ptp-accreditation {
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  border: 1px solid var(--ptp-border);
  box-shadow: var(--ptp-shadow);
}

.ptp-accreditation__head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.ptp-accreditation__meta {
  color: var(--ptp-muted);
}

.ptp-accreditation__links a {
  margin-right: 12px;
  font-weight: 600;
}

.ptp-404 {
  text-align: center;
  padding: 80px 0;
}

.ptp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--ptp-blue-600);
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

@media (max-width: 900px) {
  .ptp-nav__list {
    display: none;
    flex-direction: column;
    gap: 10px;
    background: #fff;
    position: fixed;
    top: 76px;
    right: 4vw;
    left: 4vw;
    padding: 18px;
    border-radius: 16px;
    box-shadow: var(--ptp-shadow);
    border: 1px solid rgba(15, 23, 42, 0.08);
    z-index: 60;
  }

  .ptp-nav__close-item {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 2px;
  }

  .ptp-nav-close {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(247, 244, 240, 0.75);
    backdrop-filter: blur(8px);
    color: var(--ptp-ink);
    display: grid;
    place-items: center;
    cursor: pointer;
  }

  .ptp-nav-close:hover {
    background: rgba(230, 241, 251, 0.9);
  }

  .ptp-nav__list.is-open {
    display: flex;
  }

  .ptp-nav-toggle {
    display: flex;
  }
}

 .ptp-nav-overlay {
   position: fixed;
   inset: 0;
   background: rgba(15, 23, 42, 0.45);
   backdrop-filter: blur(2px);
   opacity: 0;
   pointer-events: none;
   transition: opacity 0.2s ease;
   z-index: 50;
 }

 .ptp-nav-overlay.is-open {
   opacity: 1;
   pointer-events: auto;
 }

 .ptp-nav-lock {
   overflow: hidden;
 }

/* Tailwind utility overrides for imported HTML sections */
.text-emerald-600,
.text-emerald-700,
.text-emerald-800,
.text-emerald-900 {
  color: var(--ptp-blue-600) !important;
}

.bg-emerald-600,
.bg-emerald-700,
.bg-emerald-500 {
  background-color: var(--ptp-blue-600) !important;
}

.border-emerald-600,
.border-emerald-700 {
  border-color: var(--ptp-blue-600) !important;
}

.bg-white {
  background-color: #fff;
}

.text-muted-foreground {
  color: var(--ptp-muted) !important;
}

.container {
  width: min(1200px, 92vw) !important;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.min-h-screen {
  min-height: 100vh;
}

.min-h-dvh {
  min-height: 100dvh;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.gap-2 {
  gap: 8px;
}

.gap-4 {
  gap: 16px;
}

.gap-6 {
  gap: 24px;
}

.gap-8 {
  gap: 32px;
}

.space-y-2>*+* {
  margin-top: 8px;
}

.space-y-3>*+* {
  margin-top: 12px;
}

.space-y-4>*+* {
  margin-top: 16px;
}

.space-y-6>*+* {
  margin-top: 24px;
}

.space-y-8>*+* {
  margin-top: 32px;
}

.mt-2 {
  margin-top: 8px;
}

.mt-4 {
  margin-top: 16px;
}

.mt-6 {
  margin-top: 24px;
}

.mt-8 {
  margin-top: 32px;
}

.mt-10 {
  margin-top: 40px;
}

.mb-3 {
  margin-bottom: 12px;
}

.mb-4 {
  margin-bottom: 16px;
}

.mb-6 {
  margin-bottom: 24px;
}

.mb-8 {
  margin-bottom: 32px;
}

.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

.py-8 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-4 {
  padding: 16px;
}

.p-6 {
  padding: 24px;
}

.pt-2 {
  padding-top: 8px;
}

.pt-4 {
  padding-top: 16px;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.text-foreground {
  color: var(--ptp-ink);
}

.rounded-md {
  border-radius: 12px;
}

.rounded-lg {
  border-radius: 16px;
}

.rounded-xl {
  border-radius: 20px;
}

.rounded-full {
  border-radius: 999px;
}

.w-6 {
  width: 24px;
}

.h-6 {
  height: 24px;
}

.w-12 {
  width: 48px;
}

.h-12 {
  height: 48px;
}

.w-full {
  width: 100%;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.inset-0 {
  inset: 0;
}

.bottom-4 {
  bottom: 16px;
}

.left-4 {
  left: 16px;
}

.z-10 {
  z-index: 10;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.overflow-visible {
  overflow: visible;
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--ptp-gradient-from, rgba(0, 0, 0, 0.5)), var(--ptp-gradient-via, rgba(0, 0, 0, 0.2)), var(--ptp-gradient-to, transparent));
}

.from-black\/50 {
  --ptp-gradient-from: rgba(0, 0, 0, 0.5);
}

.via-black\/20 {
  --ptp-gradient-via: rgba(0, 0, 0, 0.2);
}

.to-transparent {
  --ptp-gradient-to: transparent;
}

.-mx-4 {
  margin-left: -16px;
  margin-right: -16px;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

.bg-primary\/10 {
  background: rgba(24, 102, 163, 0.1);
}

.bg-primary {
  background: var(--ptp-blue-600);
}

.text-primary {
  color: var(--ptp-blue-600);
}

.text-primary-foreground {
  color: #fff;
}

.bg-primary\/10 svg {
  color: var(--ptp-blue-600);
}

[data-slot="input"],
[data-slot="textarea"] {
  border: 1px solid var(--ptp-border);
  border-radius: 12px;
  padding: 10px 12px;
  background: #fff;
  width: 100%;
  font-family: inherit;
}

[data-slot="label"] {
  display: inline-flex;
  gap: 6px;
  font-weight: 600;
}

[data-slot="button"] {
  background: var(--ptp-blue-600);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 10px 14px;
  cursor: pointer;
}

.bg-muted\/50 {
  background: rgba(230, 241, 251, 0.5);
}

.text-white {
  color: #fff;
}

.text-white\/90 {
  color: rgba(255, 255, 255, 0.9);
}

.drop-shadow {
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.backdrop-blur {
  backdrop-filter: blur(10px);
}

.sticky {
  position: sticky;
}

.top-0 {
  top: 0;
}

.pb-12 {
  padding-bottom: 48px;
}

.py-12 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.pl-5 {
  padding-left: 20px;
}

.bg-background\/70 {
  background: rgba(247, 244, 240, 0.7);
}

.border-input {
  border-color: var(--ptp-border);
}

.shadow-xs {
  box-shadow: 0 6px 14px rgba(10, 42, 74, 0.1);
}

.bg-secondary {
  background: var(--ptp-blue-100);
}

.text-secondary-foreground {
  color: var(--ptp-blue-700);
}

.bg-white\/90 {
  background: rgba(255, 255, 255, 0.9);
}

.transition-colors {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.transition-shadow {
  transition: box-shadow 0.2s ease;
}

.hover\:shadow-lg:hover {
  box-shadow: 0 18px 45px rgba(10, 42, 74, 0.18);
}

.border {
  border: 1px solid var(--ptp-border);
}

.shadow-sm {
  box-shadow: 0 10px 20px rgba(10, 42, 74, 0.08);
}

.overflow-hidden {
  overflow: hidden;
}

.object-cover {
  object-fit: cover;
}

.aspect-\[16\/9\] {
  aspect-ratio: 16 / 9;
}

.aspect-\[16\/6\] {
  aspect-ratio: 16 / 6;
}

.w-fit {
  width: fit-content;
}

.list-disc {
  list-style: disc;
}

.ml-5 {
  margin-left: 20px;
}

.bg-muted {
  background: var(--ptp-blue-100);
}

.bg-background {
  background: var(--ptp-sand);
}

.bg-card {
  background: #fff;
}

.text-card-foreground {
  color: var(--ptp-ink);
}

[data-slot="card"] {
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--ptp-border);

}

[data-slot="card-header"] {
  padding: 16px 18px 0;
}

[data-slot="card-title"] {
  font-size: 1.05rem;
  font-weight: 600;
}

[data-slot="card-content"] {
  padding: 12px 18px 18px;
  color: var(--ptp-muted);
}

[data-slot="badge"] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid var(--ptp-border);
  padding: 4px 10px;
  font-size: 12px;
  color: var(--ptp-blue-700);
}

[data-slot="tabs-list"] {
  background: var(--ptp-blue-100);
  border-radius: 999px;
  padding: 4px;
  gap: 6px;
}

[data-slot="tabs-trigger"] {
  background: transparent;
  border: none;
  border-radius: 999px;
  padding: 8px 12px;
  cursor: pointer;
  font-weight: 600;
  color: var(--ptp-muted);
}

[data-slot="tabs-trigger"][data-state="active"] {
  background: #fff;
  color: var(--ptp-blue-700);
  box-shadow: 0 8px 16px rgba(10, 42, 74, 0.12);
}

[data-slot="accordion-item"] {
  border-bottom: 1px solid var(--ptp-border);
}

[data-slot="accordion-trigger"] {
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
  padding: 12px 0;
  font-weight: 600;
  cursor: pointer;
}

[data-slot="accordion-content"] {
  padding: 0 0 12px;
  color: var(--ptp-muted);
}

@media (min-width: 768px) {
  .md\:px-6 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md\:py-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:gap-6 {
    gap: 24px;
  }

  .md\:gap-12 {
    gap: 48px;
  }

  .md\:bottom-6 {
    bottom: 24px;
  }

  .md\:left-6 {
    left: 24px;
  }

  .md\:-mx-6 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:gap-12 {
    gap: 48px;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[2fr_1fr\] {
    grid-template-columns: 2fr 1fr;
  }
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ========================================
   Single Destination Template Styles
   ======================================== */

.ptp-dest-main {
  background: #ffffff;
}

/* Hero Section */
.ptp-dest-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  border-radius: 0 0 24px 24px;
  margin: 0 16px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .ptp-dest-hero {
    min-height: 620px;
    margin: 0 24px;
  }
}

.ptp-dest-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.4) 60%,
      rgba(0, 0, 0, 0.6) 100%);
}

.ptp-dest-hero__content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 720px;
  padding: 40px 24px;
  color: #ffffff;
}

.ptp-dest-hero__title {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 20px;
  line-height: 1.1;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.ptp-dest-hero__intro {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 24px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .ptp-dest-hero__intro {
    font-size: 1.1rem;
  }
}

.ptp-dest-hero__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 32px;
}

.ptp-dest-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
}

.ptp-dest-tag--primary {
  background: var(--ptp-blue-600);
  border-color: var(--ptp-blue-600);
}

.ptp-dest-hero__cta {
  display: inline-flex;
  align-items: center;
  padding: 14px 32px;
  background: #ffffff;
  color: var(--ptp-blue-700);
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 999px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ptp-dest-hero__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  color: var(--ptp-blue-600);
}

/* Section Base */
.ptp-dest-section {
  padding: 60px 0;
}

@media (min-width: 768px) {
  .ptp-dest-section {
    padding: 80px 0;
  }
}

.ptp-dest-section--alt {
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.ptp-dest-section--gray {
  background: #f1f5f9;
}

.ptp-dest-section-title {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 400;
  color: var(--ptp-ink);
  margin: 0 0 24px;
}

@media (min-width: 768px) {
  .ptp-dest-section-title {
    font-size: 2rem;
  }
}

.ptp-dest-section-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .ptp-dest-section-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.ptp-dest-eyebrow {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--ptp-blue-600);
  margin-bottom: 8px;
}

.ptp-dest-view-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ptp-blue-600);
  font-weight: 600;
  font-size: 0.9rem;
}

.ptp-dest-view-all:hover {
  color: var(--ptp-blue-700);
}

/* Why Visit Grid */
.ptp-dest-why-grid {
  display: grid;
  gap: 40px;
}

@media (min-width: 768px) {
  .ptp-dest-why-grid {
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
  }
}

.ptp-dest-why-content .ptp-dest-section-title {
  margin-bottom: 20px;
}

.ptp-dest-why-text {
  color: var(--ptp-muted);
  font-size: 1rem;
  line-height: 1.8;
}

.ptp-dest-why-text p {
  margin: 0 0 16px;
}

/* Attractions Box */
.ptp-dest-attractions-box {
  background: linear-gradient(135deg, #eef6ff 0%, #f0f9ff 100%);
  border: 1px solid #dbeafe;
  border-radius: 16px;
  padding: 28px;
}

.ptp-dest-attractions-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ptp-blue-600);
  margin: 0 0 20px;
}

.ptp-dest-attractions-icon {
  width: 22px;
  height: 22px;
  color: var(--ptp-blue-600);
}

.ptp-dest-attractions-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ptp-dest-attraction-item {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(59, 130, 246, 0.1);
}

.ptp-dest-attraction-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ptp-dest-attraction-num {
  font-weight: 700;
  color: var(--ptp-blue-600);
  min-width: 36px;
}

.ptp-dest-attraction-content {
  color: var(--ptp-ink);
  font-size: 0.95rem;
  line-height: 1.5;
}

.ptp-dest-attraction-content strong {
  display: block;
  font-weight: 600;
  margin-bottom: 2px;
}

.ptp-dest-attraction-content span {
  color: var(--ptp-muted);
  font-size: 0.875rem;
}

/* Signature Stops Grid */
.ptp-dest-stops-grid {
  display: grid;
  gap: 24px;
}

@media (min-width: 640px) {
  .ptp-dest-stops-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .ptp-dest-stops-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ptp-dest-stop-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ptp-dest-stop-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.ptp-dest-stop-card__image {
  height: 220px;
  background-size: cover;
  background-position: center;
  background-color: #e2e8f0;
}

.ptp-dest-stop-card__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
}

.ptp-dest-stop-card__body {
  padding: 20px;
}

.ptp-dest-stop-card__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--ptp-ink);
  margin: 0 0 8px;
}

.ptp-dest-stop-card__desc {
  color: var(--ptp-muted);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}

/* Planning Grid */
.ptp-dest-planning-grid {
  display: grid;
  gap: 20px;
  margin-bottom: 32px;
}

@media (min-width: 640px) {
  .ptp-dest-planning-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .ptp-dest-planning-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.ptp-dest-plan-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.ptp-dest-plan-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.ptp-dest-plan-card__icon svg {
  width: 24px;
  height: 24px;
}

.ptp-dest-plan-card__icon--blue {
  background: #dbeafe;
  color: #2563eb;
}

.ptp-dest-plan-card__icon--green {
  background: #d1fae5;
  color: #059669;
}

.ptp-dest-plan-card__icon--purple {
  background: #ede9fe;
  color: #7c3aed;
}

.ptp-dest-plan-card__icon--orange {
  background: #ffedd5;
  color: #ea580c;
}

.ptp-dest-plan-card__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ptp-ink);
  margin: 0 0 8px;
}

.ptp-dest-plan-card__text {
  color: var(--ptp-muted);
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}

/* Pro Tip Box */
.ptp-dest-tip-box {
  display: flex;
  gap: 20px;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border-radius: 16px;
  padding: 24px;
  border-left: 4px solid var(--ptp-blue-600);
}

.ptp-dest-tip-box__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: var(--ptp-blue-600);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.ptp-dest-tip-box__icon svg {
  width: 24px;
  height: 24px;
}

.ptp-dest-tip-box__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ptp-blue-700);
  margin: 0 0 8px;
}

.ptp-dest-tip-box__text {
  color: var(--ptp-ink);
  font-size: 0.9rem;
  line-height: 1.7;
}

.ptp-dest-tip-box__text p {
  margin: 0;
}

/* Related Destinations */
.ptp-dest-related-grid {
  display: grid;
  gap: 16px;
}

@media (min-width: 640px) {
  .ptp-dest-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .ptp-dest-related-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ptp-dest-related-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ptp-dest-related-card:hover {
  border-color: var(--ptp-blue-500);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.ptp-dest-related-card__image {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-color: #e2e8f0;
  flex-shrink: 0;
}

.ptp-dest-related-card__title {
  font-weight: 600;
  color: var(--ptp-blue-600);
}

/* ========================================
   Accreditations Page Styles
   ======================================== */

.ptp-accred-main {
  background: #ffffff;
  min-height: 80vh;
}

/* Hero Section */
.ptp-accred-hero {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 50%, #dbeafe 100%);
  padding: 60px 0;
  border-bottom: 1px solid #dbeafe;
}

@media (min-width: 768px) {
  .ptp-accred-hero {
    padding: 80px 0;
  }
}

.ptp-accred-eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--ptp-blue-600);
  margin-bottom: 12px;
}

.ptp-accred-hero__title {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 400;
  color: var(--ptp-ink);
  margin: 0 0 12px;
}

.ptp-accred-hero__subtitle {
  font-size: 1.1rem;
  color: var(--ptp-muted);
  margin: 0 0 32px;
  max-width: 500px;
}

/* Stats */
.ptp-accred-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
}

.ptp-accred-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ptp-accred-stat__number {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
  color: var(--ptp-blue-600);
  line-height: 1;
}

.ptp-accred-stat__label {
  font-size: 0.85rem;
  color: var(--ptp-muted);
}

/* Filters */
.ptp-accred-filters {
  display: grid;
  gap: 16px;
}

@media (min-width: 640px) {
  .ptp-accred-filters {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

.ptp-accred-filter-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ptp-accred-filter-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--ptp-ink);
}

.ptp-accred-select {
  padding: 12px 40px 12px 16px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  font-size: 0.95rem;
  color: var(--ptp-ink);
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%235b677a'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ptp-accred-select:hover {
  border-color: var(--ptp-blue-500);
}

.ptp-accred-select:focus {
  outline: none;
  border-color: var(--ptp-blue-600);
  box-shadow: 0 0 0 3px rgba(43, 125, 194, 0.15);
}

/* Cards Section */
.ptp-accred-section {
  padding: 48px 0 80px;
}

.ptp-accred-grid {
  display: grid;
  gap: 20px;
}

@media (min-width: 640px) {
  .ptp-accred-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .ptp-accred-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Empty State */
.ptp-accred-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
}

.ptp-accred-empty__icon {
  width: 64px;
  height: 64px;
  color: #cbd5e1;
  margin-bottom: 16px;
}

.ptp-accred-empty__text {
  color: var(--ptp-muted);
  font-size: 1.1rem;
}

/* Card */
.ptp-accred-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ptp-accred-card:hover {
  border-color: var(--ptp-blue-400);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.ptp-accred-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 20px 0;
  gap: 12px;
}

.ptp-accred-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ptp-accred-card__icon svg {
  width: 24px;
  height: 24px;
  color: var(--ptp-blue-600);
}

.ptp-accred-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}

.ptp-accred-badge {
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  background: #f1f5f9;
  color: var(--ptp-muted);
}

.ptp-accred-badge--primary {
  background: var(--ptp-blue-600);
  color: #ffffff;
}

.ptp-accred-card__body {
  padding: 16px 20px;
  flex: 1;
}

.ptp-accred-card__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ptp-ink);
  margin: 0 0 10px;
  line-height: 1.4;
}

.ptp-accred-card__region,
.ptp-accred-card__validity {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  color: var(--ptp-muted);
  margin: 0 0 6px;
}

.ptp-accred-card__region svg,
.ptp-accred-card__validity svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.ptp-accred-card__validity {
  color: #059669;
}

.ptp-accred-card__footer {
  display: flex;
  gap: 12px;
  padding: 16px 20px;
  border-top: 1px solid #f1f5f9;
  background: #fafbfc;
}

.ptp-accred-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ptp-blue-600);
  background: #ffffff;
  border: 1px solid #e2e8f0;
  transition: all 0.2s ease;
}

.ptp-accred-card__link svg {
  width: 16px;
  height: 16px;
}

.ptp-accred-card__link:hover {
  border-color: var(--ptp-blue-500);
  background: #f0f9ff;
  color: var(--ptp-blue-700);
}

.ptp-accred-card__link--primary {
  background: var(--ptp-blue-600);
  color: #ffffff;
  border-color: var(--ptp-blue-600);
}

.ptp-accred-card__link--primary:hover {
  background: var(--ptp-blue-700);
  border-color: var(--ptp-blue-700);
  color: #ffffff;
}

/* ========================================
   Destination Template Improvements (Long Content)
   ======================================== */

/* Prose (Typography Wrapper) */
.ptp-prose {
  color: var(--ptp-ink);
  line-height: 1.8;
  font-size: 1rem;
}

.ptp-prose p {
  margin-bottom: 1.5em;
  max-width: 75ch;
  /* Comfortable reading width */
}

.ptp-prose h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  color: var(--ptp-blue-800);
  margin-top: 2em;
  margin-bottom: 0.75em;
}

.ptp-prose ul {
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}

.ptp-prose li {
  margin-bottom: 0.5em;
}

/* Sticky Sidebar Layout */
.ptp-dest-why-grid--long {
  align-items: flex-start;
  /* Required for sticky */
}

.ptp-dest-sidebar-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ptp-sticky-card {
  position: relative;
}

@media (min-width: 1024px) {
  .ptp-sticky-card {
    position: sticky;
    top: 100px;
    /* Offset from header */
  }
}

/* Meta Card (Sidebar Filler) */
.ptp-dest-meta-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
}

.ptp-dest-meta-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f5f9;
}

.ptp-dest-meta-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ptp-dest-meta-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.9rem;
  color: var(--ptp-muted);
}

.ptp-dest-meta-list svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: var(--ptp-blue-500);
  margin-top: 2px;
}

/* Stacked Content Component (Formerly Accordion) */
.ptp-dest-content-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
  /* Center alignment */
}

.ptp-content-block {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.ptp-content-block:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  /* Gentle hover lift */
}

.ptp-content-block__header {
  width: 100%;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #f1f5f9;
  background: #f8fafc;
  /* Slight header background for definition */
}

.ptp-block-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ptp-block-icon svg {
  width: 20px;
  height: 20px;
}

/* Icon Variants */
.ptp-icon-blue {
  background: #eff6ff;
  color: #2563eb;
}

.ptp-icon-green {
  background: #f0fdf4;
  color: #16a34a;
}

.ptp-icon-purple {
  background: #faf5ff;
  color: #9333ea;
}

.ptp-icon-orange {
  background: #fff7ed;
  color: #ea580c;
}

.ptp-content-block__title {
  flex: 1;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--ptp-ink);
  margin: 0;
}

.ptp-content-block__body {
  padding: 24px;
}

/* Review Badge & Utilities */
.ptp-stay-block {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f1f5f9;
}

.ptp-stay-block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.ptp-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 99px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.ptp-badge--purple {
  background: #f3e8ff;
  color: #7e22ce;
}

.ptp-badge--blue {
  background: #e0f2fe;
  color: #0369a1;
}

.ptp-mt-8 {
  margin-top: 32px;
}

/* --- Refined Destination Layout (Grid) --- */
.ptp-dest-layout-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 1024px) {
  .ptp-dest-layout-grid {
    grid-template-columns: 1fr 340px;
    /* Main content vs Sidebar (Fixed width) */
  }
}

.ptp-dest-main-col {
  min-width: 0;
  /* Prevent grid blowout */
}

/* Sidebar Wrapper & Spacing */
.ptp-sticky-sidebar-inner {
  position: sticky;
  top: 120px;
  /* Adjust based on header height */
  display: flex;
  flex-direction: column;
  gap: 24px;
  /* Space between sidebar widgets */
}

/* Signature Stops - Icon Grid */
.ptp-dest-stops-section {
  position: relative;
  padding: 32px;
  background: #f8fafc;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
}

.ptp-dest-stops-grid-icons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 24px;
}

@media (min-width: 640px) {
  .ptp-dest-stops-grid-icons {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ptp-dest-icon-card {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.ptp-dest-icon-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-color: #e2e8f0;
}

.ptp-dest-icon-card__icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.ptp-dest-icon-card__icon-wrapper svg {
  width: 24px;
  height: 24px;
}

/* Gradients for Icons */
.ptp-gradient-icon-1 {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.ptp-gradient-icon-2 {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.ptp-gradient-icon-3 {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.ptp-gradient-icon-4 {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

.ptp-dest-icon-card__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ptp-ink);
  margin: 0;
}

.ptp-dest-icon-card__desc {
  font-size: 0.95rem;
  color: var(--ptp-slate);
  line-height: 1.5;
  margin: 0;
}

/* Additional Utilities */
/* --- Destination Archive Premium Styles --- */

/* Archive Hero */
.ptp-archive-main {
  background-color: #ffffff;
}

.ptp-archive-hero {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptp-archive-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

@media (min-width: 960px) {
  .ptp-archive-hero__grid {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}

.ptp-archive-hero__content {
  max-width: 500px;
}

.ptp-archive-hero__title {
  font-size: 2.5rem;
  line-height: 1.1;
  margin-bottom: 24px;
  color: var(--ptp-ink);
}

@media (min-width: 768px) {
  .ptp-archive-hero__title {
    font-size: 3.5rem;
  }
}

.ptp-archive-hero__desc {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--ptp-slate);
  margin-bottom: 0;
}

.ptp-archive-hero__image {
  position: relative;
  height: 300px;
  border-radius: 24px;
  overflow: hidden;
  background: #f1f5f9;
}

@media (min-width: 960px) {
  .ptp-archive-hero__image {
    height: 480px;
  }
}

.ptp-archive-hero__decoration {
  width: 100%;
  height: 100%;
  /* Abstract gradient pattern */
  background:
    radial-gradient(circle at 10% 20%, rgba(59, 130, 246, 0.1) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(16, 185, 129, 0.1) 0%, transparent 40%),
    linear-gradient(135deg, #f8fafc 0%, #edf2f7 100%);
  position: relative;
}

/* Filter Bar */
.ptp-archive-filters {
  position: sticky;
  top: 70px;
  /* Below standard header */
  z-index: 40;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 0;
}

.ptp-filter-bar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .ptp-filter-bar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.ptp-filter-bar__search {
  position: relative;
  flex: 1;
  max-width: 400px;
}

.ptp-filter-bar__search input {
  width: 100%;
  height: 48px;
  padding: 0 16px 0 44px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  font-size: 0.95rem;
  color: var(--ptp-ink);
  transition: all 0.2s;
}

.ptp-filter-bar__search input:focus {
  outline: none;
  border-color: var(--ptp-blue-500);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.ptp-filter-bar__search svg {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: var(--ptp-gray-400);
}

.ptp-filter-bar__selects {
  display: flex;
  gap: 12px;
}

.ptp-select-wrapper {
  position: relative;
}

.ptp-select {
  appearance: none;
  height: 48px;
  padding: 0 40px 0 16px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  font-size: 0.95rem;
  color: var(--ptp-ink);
  cursor: pointer;
  transition: all 0.2s;
  min-width: 160px;
}

.ptp-select:hover {
  border-color: #cbd5e1;
}

.ptp-select-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: var(--ptp-slate);
  pointer-events: none;
}

/* Archive Grid */
.ptp-archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 32px;
  padding-bottom: 80px;
}

/* Premium Card */
.ptp-card-premium {
  display: block;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  height: 100%;
}

.ptp-card-premium__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.ptp-card-premium:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}

.ptp-card-premium__image-wrapper {
  position: relative;
  padding-top: 66%;
  /* 3:2 Aspect Ratio */
  background: #f1f5f9;
  overflow: hidden;
}

.ptp-card-premium__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}

.ptp-card-premium:hover .ptp-card-premium__image {
  transform: scale(1.05);
}

.ptp-card-premium__image--placeholder {
  background-color: #e2e8f0;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNjYmQ1ZTEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cmVjdCB4PSIzIiB5PSIzIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHJ4PSIyIiByeT0iMiIvPjxjaXJjbGUgY3g9IjguNSIgY3k9IjguNSIgcj0iMS41Ii8+PHBvbHlsaW5lIHBvaW50cz0iMjEgMTUgMTYgMTAgNSAyMSIvPjwvc3ZnPg==');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 48px;
}

 .ptp-card-stay .ptp-card-premium__image--placeholder {
   background-image: none;
   background:
     radial-gradient(circle at 15% 20%, rgba(59, 130, 246, 0.25) 0%, transparent 45%),
     radial-gradient(circle at 85% 75%, rgba(16, 185, 129, 0.22) 0%, transparent 50%),
     linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
   display: flex;
   align-items: center;
   justify-content: center;
   color: rgba(15, 23, 42, 0.7);
 }

 .ptp-card-stay .ptp-card-premium__placeholder-inner {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   gap: 12px;
   text-align: center;
 }

 .ptp-card-stay .ptp-card-premium__placeholder-icon {
   width: 44px;
   height: 44px;
   border-radius: 14px;
   display: grid;
   place-items: center;
   background: rgba(255, 255, 255, 0.75);
   border: 1px solid rgba(15, 23, 42, 0.06);
   box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
 }

 .ptp-card-stay .ptp-card-premium__placeholder-icon svg {
   width: 22px;
   height: 22px;
 }

 .ptp-card-stay .ptp-card-premium__placeholder-letter {
   font-family: "DM Serif Display", "Georgia", serif;
   font-size: 56px;
   line-height: 1;
   letter-spacing: 0.5px;
   color: rgba(15, 23, 42, 0.55);
 }

.ptp-card-premium__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
  padding: 6px 12px;
  border-radius: 99px;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--ptp-ink);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.ptp-card-premium__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ptp-card-premium__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--ptp-ink);
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.ptp-card-premium__excerpt {
  font-size: 0.95rem;
  color: var(--ptp-slate);
  line-height: 1.5;
  margin: 0 0 20px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ptp-card-premium__meta {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
}

 .ptp-meta-tags {
   display: flex;
   flex-wrap: wrap;
   gap: 8px;
   margin-top: 4px;
 }

.ptp-meta-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--ptp-gray-500);
  background: #f8fafc;
  padding: 4px 8px;
  border-radius: 6px;
}

.ptp-meta-tag svg {
  width: 14px;
  height: 14px;
  color: var(--ptp-blue-500);
}

  /* =========================================
   Spot Guide "Field Guide" Theme
   ========================================= */
  :root {
    --ptp-spot-bg: #fdfbf7;
    /* Warm paper-like off-white */
    --ptp-spot-text: #2c2825;
    /* Soft charcoal */
    --ptp-spot-accent: #5e6c5b;
    /* Muted Sage Green */
    --ptp-spot-accent-light: #eef1ed;
    --ptp-spot-border: #e6e2dd;
    --ptp-font-serif: "DM Serif Display", serif;
  }

  .ptp-spot-main {
    background-color: var(--ptp-spot-bg);
    color: var(--ptp-spot-text);
    font-family: var(--ptp-font-sans);
  }

  /* --- Retro/Field Guide Header --- */
  .ptp-spot-header {
    padding: 4rem 0 3rem;
    text-align: center;
    background:
      radial-gradient(circle at top left, rgba(94, 108, 91, 0.05), transparent 40%),
      radial-gradient(circle at bottom right, rgba(14, 165, 233, 0.03), transparent 40%);
  }

  .ptp-spot-eyebrow {
    font-family: var(--ptp-font-sans);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--ptp-spot-accent);
    margin-bottom: 1rem;
    display: inline-block;
    border-bottom: 2px solid var(--ptp-spot-accent);
    padding-bottom: 0.25rem;
  }

  .ptp-spot-title {
    font-family: var(--ptp-font-serif);
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    color: var(--ptp-spot-text);
    margin-bottom: 1.5rem;
  }

  .ptp-spot-meta {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    font-size: 0.875rem;
    color: #666;
  }

  .ptp-spot-meta-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* --- Polaroid Hero Image --- */
  .ptp-spot-hero-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    z-index: 10;
  }

  .ptp-spot-polaroid {
    background: #fff;
    padding: 1rem 1rem 3rem 1rem;
    box-shadow:
      0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -1px rgba(0, 0, 0, 0.06),
      0 20px 25px -5px rgba(0, 0, 0, 0.1);
    transform: rotate(-1deg);
    transition: transform 0.3s ease;
  }

  .ptp-spot-polaroid:hover {
    transform: rotate(0deg) scale(1.01);
  }

  .ptp-spot-polaroid img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    filter: sepia(10%) contrast(105%);
    /* Subtle vintage feel */
  }

  /* --- Two Column Journal Layout --- */
  .ptp-spot-content-grid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 4rem;
    max-width: 1200px;
    margin: 4rem auto;
    padding: 0 1.5rem;
  }

  @media (max-width: 1024px) {
    .ptp-spot-content-grid {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }

  /* --- Notebook/Journal Styling --- */
  .ptp-spot-section-title {
    font-family: var(--ptp-font-serif);
    font-size: 1.75rem;
    color: var(--ptp-spot-text);
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 1rem;
    border-left: 3px solid var(--ptp-spot-accent);
  }

  .ptp-spot-prose p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #4a4a4a;
  }

  /* --- Route Cards (Sketch style) --- */
  .ptp-spot-route-card {
    border: 2px dashed var(--ptp-spot-border);
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    background: #fff;
    transition: border-color 0.2s;
  }

  .ptp-spot-route-card:hover {
    border-color: var(--ptp-spot-accent);
  }

  .ptp-spot-route-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
  }

  .ptp-spot-route-title {
    font-family: var(--ptp-font-serif);
    font-size: 1.25rem;
    margin: 0;
  }

  /* --- Sticky Field Notes Sidebar --- */
  .ptp-spot-field-notes {
    background: #fff;
    border: 1px solid var(--ptp-spot-border);
    padding: 1.5rem;
    box-shadow: 4px 4px 0 var(--ptp-spot-accent-light);
  }

  .ptp-spot-notes-title {
    font-family: var(--ptp-font-sans);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    border-bottom: 2px solid var(--ptp-spot-border);
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
  }

  .ptp-spot-fact-list li {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px dashed var(--ptp-spot-border);
    font-size: 0.9rem;
  }

  .ptp-spot-fact-list li:last-child {
    border-bottom: none;
  }

  .ptp-spot-fact-label {
    color: #888;
  }

  .ptp-spot-fact-value {
    font-weight: 600;
    color: var(--ptp-spot-text);
  }

  /* Override Hero Title size for Beaches and Spots (Premium Layout) */
  .single-beach .ptp-beach-title,
  .single-spot_guide .ptp-dest-hero__title {
    font-size: clamp(2rem, 4vw, 3rem);
    /* Slightly smaller than default 5rem */
  }

  /* Activity Layout Styles */
  .ptp-info-table-wrapper table {
    width: 100%;
    border-collapse: collapse;
  }

  .ptp-info-table-wrapper td {
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
  }

  .ptp-info-table-wrapper tr:last-child td {
    border-bottom: none;
  }

  .ptp-activity-highlights ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
  }

  .ptp-activity-highlights li {
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    border-left: 3px solid var(--ptp-primary);
  }

  .ptp-activity-highlights strong {
    display: block;
    font-size: 1.1em;
    color: var(--ptp-dest-text-dark);
    margin-bottom: 0.25rem;
  }

  /* Stays Template Styles */

  /* Booking CTA Card */
  .ptp-booking-card {
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    border: 1px solid #e2e8f0;
  }

  .ptp-booking-price {
    text-align: center;
    margin-bottom: 1rem;
  }

  .ptp-booking-price__value {
    display: block;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--ptp-dest-text-dark);
  }

  .ptp-booking-price__unit {
    font-size: 0.875rem;
    color: #64748b;
  }

  .ptp-booking-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.875rem 1.5rem;
    background: var(--ptp-primary);
    color: #fff;
    font-weight: 600;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: background 0.2s;
  }

  .ptp-booking-btn:hover {
    background: var(--ptp-detail-secondary);
  }

  .ptp-booking-tips h4 {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--ptp-dest-text-dark);
  }

  /* Amenities Grid */
  .ptp-amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
  }

  .ptp-amenity-chip {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    color: #334155;
  }

  .ptp-amenity-chip svg {
    width: 18px;
    height: 18px;
    stroke: var(--ptp-primary);
    flex-shrink: 0;
}

/* Image Placeholders */
.ptp-card-premium__image--placeholder,
.ptp-card-related__image--placeholder,
.ptp-dest-related-card__image--placeholder {
    background-color: #cbd5e1;
    background-image: linear-gradient(135deg, #cbd5e1 25%, #dae1e7 25%, #dae1e7 50%, #cbd5e1 50%, #cbd5e1 75%, #dae1e7 75%, #dae1e7 100%);
    background-size: 20px 20px;
}