/* PereJets premium single route template styles — v2.4.0
   Scoped to .pj-single-wrap to avoid conflicts with Blocksy.
   Overrides for the <main> element Blocksy wraps us in are intentional. */

:root {
  /* Exact Blocksy global palette colours */
  --pj-brand:  #48bca2; /* palette-color-1  (primary teal)         */
  --pj-brand2: #25ad99; /* palette-color-2  (deeper teal)          */
  --pj-ink:    #0a0500; /* palette-color-4  (near-black)           */
  --pj-muted:  #4f4f4f; /* palette-color-3  (mid grey)             */
  --pj-line:   #ebebeb; /* palette-color-5  (light grey border)    */
  --pj-bg:     #f5f5f5; /* palette-color-6  (page background grey) */
  /* Non-palette accents kept for our luxury/hero layer */
  --pj-deep:   #0c3b34;
  --pj-deep2:  #082925;
  --pj-gold:   #d8b25a;
  --pj-ok:     #25d366;
}

/* ── Reset within our wrapper ─────────────────────────────────────────────── */
.pj-single-wrap *,
.pj-single-wrap *::before,
.pj-single-wrap *::after { box-sizing: border-box; }

.pj-single-wrap { background: var(--pj-bg); color: var(--pj-ink); }
.pj-single-wrap a { color: var(--pj-brand); }

/* Override Blocksy's 'Playfair Display'/900 heading font inside our template.
   Blocksy applies font via --theme-font-family and --theme-font-weight CSS vars
   which cascade into headings; we override both the vars and the hard properties. */
.pj-single-wrap h1,
.pj-single-wrap h2,
.pj-single-wrap h3,
.pj-single-wrap h4,
.pj-single-wrap h5,
.pj-single-wrap h6 {
  --theme-font-family: system-ui, -apple-system, sans-serif;
  --theme-font-weight: 700;
  --theme-line-height: 1.25;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: -.01em;
  color: var(--pj-ink);
}

/* Blocksy applies overflow:hidden on <main> in some configs; undo it so the
   full-bleed breakout and position:sticky both work */
.site-main { overflow: visible !important; }

/* Break out of Blocksy's <main> padding so the hero is truly full-bleed */
.pj-single-wrap {
  margin-left:  calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}

/* ── Constrained wrapper ──────────────────────────────────────────────────── */
.pj-wrap { max-width: 1020px; margin: 0 auto; padding: 0 20px; }

/* ── Hero ─────────────────────────────────────────────────────────────────── */
.pj-hero {
  position: relative; color: #fff;
  background: radial-gradient(1200px 400px at 80% -10%, #15705f 0, transparent 60%),
              linear-gradient(150deg, var(--pj-deep2), var(--pj-deep) 55%, #0f4d43);
}
/* 120px top = 100px Blocksy header-height + 20px breathing room */
.pj-hero .pj-wrap { padding: 120px 20px 50px; }
.pj-eyebrow {
  letter-spacing: .18em; text-transform: uppercase;
  font-size: .72rem; color: #9fe6d6; font-weight: 700;
}
.pj-h1 {
  font-size: 2rem; line-height: 1.18; margin: .25em 0 .3em;
  font-weight: 800; letter-spacing: -.01em; color: #fff !important;
}
.pj-lede { color: #dcefe9; font-size: 1.02rem; max-width: 60ch; }
.pj-meta { color: #bfe3da; font-size: .95rem; margin-top: 8px; }
.pj-price-chip {
  display: inline-flex; align-items: baseline; gap: 10px;
  margin: 18px 0 4px; padding: 12px 18px;
  border: 1px solid #d8b25a66; border-radius: 14px; background: #ffffff0d;
}
.pj-price-chip small { color: #cfe7e0; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.pj-price-chip b    { font-size: 1.5rem; color: var(--pj-gold); font-weight: 800; }

/* ── CTA buttons ──────────────────────────────────────────────────────────── */
.pj-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.pj-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 15px 30px; border-radius: 12px;
  font-weight: 700; text-decoration: none !important;
  font-size: 1rem; border: 0; cursor: pointer;
  font-family: inherit; transition: transform .15s, box-shadow .15s;
  letter-spacing: .01em;
}
.pj-btn:hover { transform: translateY(-1px); box-shadow: 0 6px 20px #00000030; }
.pj-btn-gold {
  background: linear-gradient(135deg, #e4bc60, var(--pj-gold));
  color: #2a1c00 !important; box-shadow: 0 3px 12px #d8b25a44;
}
.pj-btn-brand { background: var(--pj-brand2); color: #fff !important; }

/* ── Hero stats row ───────────────────────────────────────────────────────── */
.pj-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 22px 0 4px;
}
.pj-stats div {
  background: #ffffff12; border: 1px solid #ffffff1f;
  border-radius: 12px; padding: 11px 13px;
}
.pj-stats small { display: block; color: #9fe6d6; font-size: .68rem; text-transform: uppercase; letter-spacing: .06em; }
.pj-stats b     { font-size: 1.05rem; white-space: nowrap; }

/* ── Tags ─────────────────────────────────────────────────────────────────── */
.pj-tag {
  display: inline-block; font-size: .74rem; background: #ffffff14;
  border: 1px solid #ffffff26; color: #d6efe8;
  padding: 4px 10px; border-radius: 20px; text-decoration: none !important;
  margin: 18px 4px 2px 0;
}

/* ── Breadcrumb ───────────────────────────────────────────────────────────── */
.pj-bc { background: #fff; border-bottom: 1px solid var(--pj-line); font-size: .8rem; padding: 10px 0; }
.pj-bc ol { list-style: none; display: flex; flex-wrap: wrap; gap: 4px; padding: 0; margin: 0; color: var(--pj-muted); }
.pj-bc li + li::before { content: "/"; margin-right: 4px; color: var(--pj-line); }
.pj-bc a { color: var(--pj-brand); text-decoration: none; }
.pj-bc [aria-current] { color: var(--pj-ink); font-weight: 600; }

/* ── Page content area (single column — no sidebar) ──────────────────────── */
.pj-wrap { margin-top: 30px; margin-bottom: 30px; }

/* ── Sections ─────────────────────────────────────────────────────────────── */
.pj-section { margin: 0 0 32px; }
.pj-section h2 {
  font-size: 1.3rem; margin: 0 0 16px; letter-spacing: -.02em; color: var(--pj-ink);
  padding-left: 12px; border-left: 3px solid var(--pj-brand);
}
.pj-section h3 { font-size: 1.05rem; margin: 0 0 8px; color: var(--pj-deep); }

/* ── Cards ────────────────────────────────────────────────────────────────── */
.pj-card {
  background: #fff; border: 1px solid var(--pj-line);
  border-radius: 16px; padding: 22px;
  box-shadow: 0 2px 12px #0c3b340a;
}
.pj-card p { margin: 0 0 10px; }
.pj-card p:last-child { margin: 0; }
.pj-card-flush { padding: 0; overflow: hidden; }

/* ── Map ──────────────────────────────────────────────────────────────────── */
.pj-map {
  height: 320px; border-radius: 16px; overflow: hidden;
  border: 1px solid var(--pj-line); background: #e8f0ee; margin-top: 14px;
}
.pj-section-map .pj-map { height: 360px; }
.pj-map svg { display: block; }
/* Leaflet tooltip for IATA codes */
.pj-map-tip {
  background: var(--pj-deep) !important; color: #fff !important;
  border: 1px solid var(--pj-brand) !important; border-radius: 6px !important;
  font-size: .75rem !important; font-weight: 700 !important;
  padding: 3px 8px !important; box-shadow: none !important;
}
.pj-map-tip::before { display: none !important; }

/* ── Local currency label ─────────────────────────────────────────────────── */
.pj-lcurr { color: var(--pj-muted); font-size: .78em; font-weight: 400; }

/* ── Inline CTA bar ───────────────────────────────────────────────────────── */
.pj-cta-bar {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  background: linear-gradient(135deg, var(--pj-deep), #0f4d43);
  border-radius: 16px; padding: 18px 24px; margin: 0 0 32px;
  color: #fff;
}
.pj-cta-bar span  { font-size: .95rem; color: #cfe7e0; }
.pj-cta-bar-btn {
  display: inline-block; padding: 11px 24px; border-radius: 10px;
  background: linear-gradient(135deg, #e4bc60, var(--pj-gold));
  color: #2a1c00 !important; font-weight: 700; font-size: .95rem;
  text-decoration: none !important; white-space: nowrap;
  transition: transform .15s, box-shadow .15s;
}
.pj-cta-bar-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 16px #d8b25a50; }
.pj-cta-bar-prominent {
  padding: 22px 28px;
  background: linear-gradient(135deg, #0c3b34 0%, #1a6055 50%, #0f4d43 100%);
  border: 1px solid #d8b25a44;
}
.pj-cta-bar-prominent strong { display: block; font-size: 1.1rem; margin-bottom: 4px; color: #fff; }
.pj-cta-bar-prominent span   { display: block; font-size: .85rem; color: #9fe6d6; }
@media (max-width: 600px) {
  .pj-cta-bar { flex-direction: column; align-items: flex-start; }
  .pj-cta-bar-btn { width: 100%; text-align: center; }
}

/* ── Tables ───────────────────────────────────────────────────────────────── */
.pj-single-wrap table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.pj-single-wrap th,
.pj-single-wrap td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--pj-line); }
.pj-single-wrap th {
  background: #eef4f2; font-size: .7rem; text-transform: uppercase;
  letter-spacing: .04em; color: #3c5650;
}
.pj-single-wrap tr:last-child td { border-bottom: 0; }
.pj-cattbl { margin: 0 0 18px; }

/* ── Aircraft cards grid ──────────────────────────────────────────────────── */
/* In the sidebar layout the main column is ~580px — stack cards vertically for
   consistent look; at full-width (mobile, no sidebar) 2-across fits nicely */
.pj-cards { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (max-width: 900px) {
  .pj-cards { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
}
.pj-ac {
  background: #fff; border: 1px solid var(--pj-line);
  border-radius: 16px; padding: 18px;
}
.pj-ac.pj-ac-rec { border-color: var(--pj-brand); box-shadow: 0 6px 22px #1aa08820; }
.pj-ac h3 { margin: .15em 0 0; font-size: 1.1rem; }
.pj-acm   { color: var(--pj-muted); font-size: .88rem; }
.pj-actag { display: flex; gap: 6px; }
.pj-badge {
  font-size: .62rem; font-weight: 800; padding: 3px 9px;
  border-radius: 20px; text-transform: uppercase; letter-spacing: .04em;
}
.pj-badge-rec { background: var(--pj-brand); color: #fff; }
.pj-badge-alt { background: #eef4f2; color: #3c5650; }
.pj-ts        { font-size: .62rem; font-weight: 800; padding: 3px 9px; border-radius: 20px;
                background: #fbe7c6; color: #7a4a10; text-transform: uppercase; letter-spacing: .04em; }
.pj-acs {
  list-style: none; margin: 12px 0; padding: 0;
}
.pj-acs li {
  display: flex; justify-content: space-between;
  padding: 6px 0; border-bottom: 1px dashed var(--pj-line); font-size: .9rem;
}
.pj-acs span { color: var(--pj-muted); }
.pj-acp b    { color: var(--pj-brand); }
.pj-ac > p   { font-size: .87rem; color: var(--pj-muted); margin: 6px 0 0; }

/* ── Notes ────────────────────────────────────────────────────────────────── */
.pj-note { font-size: .86rem; color: var(--pj-muted); }

/* ── Advantages ───────────────────────────────────────────────────────────── */
.pj-advs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.pj-adv {
  background: #fff;
  border: 2px solid var(--pj-brand);
  border-radius: 14px; padding: 18px 18px 16px;
  box-shadow: 0 2px 12px #48bca214;
}
.pj-adv h4 { margin: 0 0 7px; color: var(--pj-deep); font-size: .95rem; }
.pj-adv p  { margin: 0; color: var(--pj-muted); font-size: .88rem; line-height: 1.55; }

/* ── FAQ ──────────────────────────────────────────────────────────────────── */
.pj-faq {
  background: #fff; border: 1px solid var(--pj-line);
  border-radius: 12px; padding: 12px 16px; margin-bottom: 10px;
}
.pj-faq summary { font-weight: 700; cursor: pointer; }
.pj-faq p       { color: var(--pj-muted); margin: 9px 0 2px; }

/* ── Related routes ───────────────────────────────────────────────────────── */
.pj-rel { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 10px; }
.pj-rel a {
  display: flex; justify-content: space-between; align-items: center; gap: 10px;
  background: #fff; border: 1px solid var(--pj-line);
  border-radius: 12px; padding: 11px 14px;
  text-decoration: none !important; color: var(--pj-ink); font-size: .9rem;
  transition: border-color .15s;
}
.pj-rel a:hover { border-color: var(--pj-brand); }
.pj-rel em { color: var(--pj-brand); font-style: normal; font-weight: 700; font-size: .82rem; white-space: nowrap; }

/* ── City/country internal links ──────────────────────────────────────────── */
.pj-city-links { font-size: .86rem; color: var(--pj-muted); margin-top: 6px; }
.pj-city-links a { color: var(--pj-brand); }

/* ── Enquiry form section (in main content, below map) ───────────────────── */
.pj-enquiry-section {
  background: linear-gradient(135deg, var(--pj-deep2) 0%, var(--pj-deep) 50%, #0f4d43 100%);
  border-radius: 20px;
  padding: 36px 32px;
  margin: 0 0 32px;
  border: 1px solid #d8b25a33;
}
.pj-enquiry-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start;
}
.pj-enquiry-head h2 {
  color: #fff !important;
  font-size: 1.4rem !important;
  border-left: 3px solid var(--pj-gold) !important;
  padding-left: 12px !important;
  margin: 0 0 10px !important;
}
.pj-enquiry-head > p {
  color: #9fe6d6;
  font-size: .95rem;
  margin: 0 0 18px;
}
.pj-enquiry-trust {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pj-enquiry-trust span {
  color: #cfe7e0;
  font-size: .88rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pj-enquiry-trust span::before {
  content: '✓';
  display: inline-flex; align-items: center; justify-content: center;
  width: 20px; height: 20px;
  background: var(--pj-brand); color: #fff;
  border-radius: 50%; font-size: .72rem; font-weight: 800;
  flex-shrink: 0;
}

/* CF7 form inside the enquiry section */
.pj-enquiry-form .wpcf7-form { margin: 0; }
.pj-enquiry-form .wpcf7-form p { margin: 0 0 10px; }
.pj-enquiry-form .wpcf7-form input[type="text"],
.pj-enquiry-form .wpcf7-form input[type="email"],
.pj-enquiry-form .wpcf7-form input[type="tel"],
.pj-enquiry-form .wpcf7-form input[type="date"],
.pj-enquiry-form .wpcf7-form input[type="number"],
.pj-enquiry-form .wpcf7-form textarea {
  width: 100%; padding: 12px 14px;
  border: 1px solid #ffffff22; border-radius: 10px;
  font: inherit; font-size: .95rem;
  background: #ffffff12; color: #fff;
}
.pj-enquiry-form .wpcf7-form select {
  width: 100%; padding: 12px 38px 12px 14px;
  border: 1.5px solid rgba(255,255,255,0.35); border-radius: 10px;
  font: inherit; font-size: .95rem;
  background: #0f4d43 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239fe6d6' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 14px center;
  color: #fff; appearance: none; -webkit-appearance: none; cursor: pointer;
}
.pj-enquiry-form .wpcf7-form select:focus {
  outline: 2px solid var(--pj-brand); border-color: var(--pj-brand);
}
.pj-enquiry-form .wpcf7-form select option {
  background: #0c3b34; color: #fff;
}
.pj-enquiry-form .wpcf7-form input::placeholder,
.pj-enquiry-form .wpcf7-form textarea::placeholder { color: #a0c8be; }
.pj-enquiry-form .wpcf7-form input:focus,
.pj-enquiry-form .wpcf7-form textarea:focus {
  outline: 2px solid var(--pj-brand); border-color: var(--pj-brand);
  background: #ffffff1a;
}
.pj-enquiry-form .wpcf7-form label { color: #cfe7e0; font-size: .85rem; display: block; margin-bottom: 10px; }
.pj-enquiry-form .wpcf7-submit {
  width: 100%;
  background: linear-gradient(135deg, #e4bc60, var(--pj-gold));
  color: #2a1c00; border: 0; border-radius: 12px;
  padding: 14px 20px; font-weight: 800; font-size: 1rem;
  cursor: pointer; letter-spacing: .01em;
  box-shadow: 0 4px 18px #d8b25a50;
  transition: transform .15s, box-shadow .15s;
}
.pj-enquiry-form .wpcf7-submit:hover {
  transform: translateY(-1px); box-shadow: 0 6px 24px #d8b25a60;
}

@media (max-width: 760px) {
  .pj-enquiry-section { padding: 24px 18px; }
  .pj-enquiry-inner { grid-template-columns: 1fr; gap: 24px; }
}

/* ── Responsive ───────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .pj-stats { grid-template-columns: 1fr 1fr; }
  .pj-h1 { font-size: 1.55rem; }
  .pj-hero .pj-wrap { padding-top: 90px; }
}
@media (max-width: 480px) {
  .pj-stats { grid-template-columns: 1fr 1fr; }
  .pj-cta   { flex-direction: column; }
  .pj-btn   { justify-content: center; }
}

/* ── Route cards grid (homepage, flights hub) ─────────────────────────────── */
.pj-route-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
}
.pj-route-card {
  background: #fff; border: 1px solid var(--pj-line);
  border-radius: 12px; padding: 14px 16px;
  text-decoration: none !important; color: var(--pj-ink);
  display: flex; flex-direction: column; gap: 4px;
  transition: border-color .15s, box-shadow .15s, transform .15s;
  border-left: 3px solid transparent;
}
.pj-route-card:hover {
  border-color: var(--pj-brand); border-left-color: var(--pj-gold);
  box-shadow: 0 4px 16px #48bca218; transform: translateY(-1px);
}
.pj-route-card strong { font-size: .95rem; line-height: 1.3; font-weight: 700; }
.pj-route-card em {
  font-style: normal; font-weight: 700; font-size: .85rem;
  color: var(--pj-deep); display: flex; align-items: center; gap: 5px;
}
.pj-route-card em::before {
  content: ''; display: inline-block; width: 7px; height: 7px;
  border-radius: 50%; background: var(--pj-gold); flex-shrink: 0;
}
.pj-route-card small { color: var(--pj-muted); font-size: .76rem; }

/* ── Trust bar ────────────────────────────────────────────────────────────── */
.pj-trust-bar {
  display: flex; justify-content: space-around; flex-wrap: wrap; gap: 16px;
  background: var(--pj-brand); color: #fff;
  border-radius: 16px; padding: 22px 20px; margin: 0 0 32px;
}
.pj-trust-bar div  { text-align: center; }
.pj-trust-bar b    { display: block; font-size: 1.55rem; font-weight: 800; }
.pj-trust-bar span { font-size: .8rem; opacity: .88; }

/* ── Hero home variant — photo background with gradient overlay ───────────── */
.pj-hero-home {
  background:
    radial-gradient(1200px 400px at 80% -10%, rgba(21,112,95,.55) 0, transparent 60%),
    linear-gradient(150deg, rgba(8,41,37,.68) 0%, rgba(12,59,52,.62) 55%, rgba(15,77,67,.58) 100%),
    var(--pj-hero-photo, none) center top / cover no-repeat;
}
.pj-hero-home .pj-wrap { padding-bottom: 64px; }

/* ── Region hero — photo background with teal gradient ───────────────────── */
.pj-hero-region {
  background:
    radial-gradient(1200px 350px at 20% 110%, rgba(21,112,95,.40) 0, transparent 55%),
    linear-gradient(150deg, rgba(8,41,37,.72) 0%, rgba(12,59,52,.64) 60%, rgba(15,77,67,.58) 100%),
    var(--pj-hero-photo, url('/wp-content/uploads/2024/05/n1kfrjy3khq.jpg')) center center / cover no-repeat;
}

/* ── Partner hero — jet photo background ─────────────────────────────────── */
.pj-hero-partner {
  background:
    radial-gradient(1400px 500px at 30% 120%, rgba(216,178,90,.18) 0, transparent 55%),
    linear-gradient(150deg, rgba(8,41,37,.72) 0%, rgba(12,59,52,.66) 55%, rgba(15,77,67,.62) 100%),
    var(--pj-hero-photo, url('/wp-content/uploads/2024/05/n1kfrjy3khq.jpg')) center top / cover no-repeat;
  min-height: 420px;
  display: flex; align-items: center;
}

/* ── Region anchor tags strip in hero ────────────────────────────────────── */
.pj-bc-tags { margin-top: 18px; }

/* ── Informational block (LLM-friendly content) ──────────────────────────── */
.pj-info-block {
  background: #fff; border: 1px solid var(--pj-line);
  border-left: 4px solid var(--pj-brand);
  border-radius: 0 12px 12px 0;
  padding: 20px 22px; margin: 0 0 8px;
  font-size: .95rem; line-height: 1.65; color: var(--pj-muted);
}
.pj-info-block p { margin: 0; }

/* ── FAQ accordion ────────────────────────────────────────────────────────── */
.pj-faq { display: flex; flex-direction: column; gap: 8px; }
.pj-faq-item {
  background: #fff; border: 1px solid var(--pj-line);
  border-radius: 12px; overflow: hidden;
}
.pj-faq-item summary {
  padding: 16px 20px; cursor: pointer;
  font-weight: 700; font-size: .95rem; list-style: none;
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
}
.pj-faq-item summary::-webkit-details-marker { display: none; }
.pj-faq-item summary::after {
  content: '+'; font-size: 1.3rem; font-weight: 400;
  color: var(--pj-brand); flex-shrink: 0;
  transition: transform .2s;
}
.pj-faq-item[open] summary::after { content: '−'; }
.pj-faq-item > p, .pj-faq-item > div {
  padding: 0 20px 18px; margin: 0;
  font-size: .9rem; line-height: 1.65; color: var(--pj-muted);
  border-top: 1px solid var(--pj-line);
}

/* ── Partner page tracks ─────────────────────────────────────────────────── */
.pj-partner-tracks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px; margin: 32px 0;
}
.pj-partner-track {
  background: #fff; border: 1px solid var(--pj-line);
  border-radius: 20px; padding: 32px 28px;
}
.pj-partner-track--broker { border-top: 4px solid var(--pj-brand); }
.pj-partner-track--operator { border-top: 4px solid var(--pj-gold); }
.pj-partner-track-icon { margin-bottom: 16px; }
.pj-partner-track h2 {
  font-size: 1.5rem; margin: 0 0 10px; color: var(--pj-ink);
}
.pj-partner-sub {
  color: var(--pj-muted); font-size: .9rem; line-height: 1.65; margin: 0 0 20px;
}
.pj-partner-benefits {
  list-style: none; padding: 0; margin: 0 0 24px;
  display: flex; flex-direction: column; gap: 8px;
}
.pj-partner-benefits li {
  font-size: .88rem; color: var(--pj-ink); display: flex; gap: 10px;
  align-items: flex-start; line-height: 1.5;
}
.pj-partner-benefits li::before {
  content: '✓'; display: inline-flex; align-items: center; justify-content: center;
  min-width: 20px; height: 20px; background: var(--pj-brand); color: #fff;
  border-radius: 50%; font-size: .7rem; font-weight: 800; margin-top: 1px;
}
.pj-partner-track--operator .pj-partner-benefits li::before { background: var(--pj-gold); color: #2a1c00; }
.pj-partner-how h3 { font-size: 1rem; margin: 0 0 12px; color: var(--pj-ink); }
.pj-partner-steps {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 12px;
}
.pj-partner-steps li {
  display: flex; gap: 14px; align-items: flex-start;
}
.pj-step-num {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 28px; height: 28px; border-radius: 50%;
  background: var(--pj-brand); color: #fff;
  font-size: .8rem; font-weight: 800; flex-shrink: 0; margin-top: 2px;
}
.pj-partner-track--operator .pj-step-num { background: var(--pj-gold); color: #2a1c00; }
.pj-partner-steps li > div { display: flex; flex-direction: column; gap: 2px; }
.pj-partner-steps li strong { font-size: .9rem; font-weight: 700; }
.pj-partner-steps li span { font-size: .82rem; color: var(--pj-muted); line-height: 1.5; }

/* ── Partner trust section ───────────────────────────────────────────────── */
.pj-partner-trust {
  background: linear-gradient(135deg, var(--pj-deep2), var(--pj-deep));
  border-radius: 20px; margin: 8px 0 32px; padding: 40px 32px;
}
.pj-partner-trust h2 { color: #fff; margin: 0 0 24px; font-size: 1.4rem; }
.pj-partner-trust-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
}
.pj-partner-trust-item {
  background: #ffffff0e; border-radius: 14px; padding: 20px;
}
.pj-partner-trust-item strong { display: block; color: #fff; font-size: .95rem; margin-bottom: 8px; }
.pj-partner-trust-item p { color: #9fe6d6; font-size: .85rem; line-height: 1.6; margin: 0; }

/* ── Partner role radio labels ───────────────────────────────────────────── */
.pj-role-label {
  display: flex; align-items: center; gap: 8px;
  background: #ffffff12; border: 1px solid #ffffff22;
  border-radius: 8px; padding: 8px 14px; cursor: pointer;
  font-size: .88rem; color: #cfe7e0; transition: background .15s;
}
.pj-role-label:hover { background: #ffffff1e; }
.pj-role-label input { accent-color: var(--pj-brand); }

/* ── Partner strip (homepage CTA) ────────────────────────────────────────── */
.pj-partner-strip {
  background: linear-gradient(90deg, var(--pj-deep) 0%, #1a6458 100%);
  border-radius: 16px; padding: 22px 28px; margin: 0 0 32px;
}
.pj-partner-strip-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap;
}
.pj-partner-strip strong { display: block; color: #fff; font-size: 1rem; margin-bottom: 4px; }
.pj-partner-strip span { color: #9fe6d6; font-size: .85rem; }

/* ── Region info paragraph ───────────────────────────────────────────────── */
.pj-section > .pj-info-block + .pj-faq { margin-top: 24px; }

/* ── Partner form two-column rows ────────────────────────────────────────── */
.pj-enquiry-form .pj-cf7-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.pj-enquiry-form .pj-cf7-row .pj-cf7-col { display: flex; flex-direction: column; }
@media (max-width: 540px) {
  .pj-enquiry-form .pj-cf7-row { grid-template-columns: 1fr; }
}

/* ── Responsive ───────────────────────────────────────────────────────────── */
@media (max-width: 760px) {
  .pj-partner-tracks { grid-template-columns: 1fr; }
  .pj-partner-trust-grid { grid-template-columns: 1fr; }
  .pj-partner-strip-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
  .pj-route-grid { grid-template-columns: 1fr 1fr; }
  .pj-trust-bar  { gap: 20px; padding: 18px 16px; }
  .pj-trust-bar b { font-size: 1.3rem; }
  .pj-partner-track { padding: 24px 20px; }
  .pj-partner-trust { padding: 28px 20px; }
}
