/* pb-custom.css — consolidated frog-jump custom CSS (order preserved from inline blocks) */

/* ===== pb-extras ===== */
/* Author card */
.pb-author-section { background: #f5f7fb; padding: 60px 24px; }
.pb-author {
  display: flex; gap: 24px; align-items: center;
  background: #fff; border-radius: 20px; padding: 28px;
  max-width: 820px; margin: 0 auto;
  box-shadow: 0 8px 30px rgba(15,28,50,0.08);
}
.pb-author-img {
  flex-shrink: 0; width: 140px; height: 140px;
  border-radius: 16px; overflow: hidden; background: #0f1c32;
  display: flex; align-items: center; justify-content: center;
}
.pb-author-img img { width: 100%; height: 100%; object-fit: contain; padding: 12px; }
.pb-author-name { font-size: 22px; font-weight: 800; color: #0f1c32; }
.pb-author-role { font-size: 13px; font-weight: 700; color: #ea2f5d; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.pb-author-bio { font-size: 14px; line-height: 1.55; color: #374151; margin: 0 0 14px 0; }
.pb-author-cta {
  display: inline-block; background: #ea2f5d; color: #fff !important;
  font-weight: 800; padding: 10px 22px; border-radius: 999px;
  text-decoration: none !important; font-size: 14px;
}
.pb-author-cta:hover { background: #d72855; }
@media (max-width: 640px) {
  .pb-author { flex-direction: column; text-align: center; }
}

/* Sticky bottom bar */
body { padding-bottom: 70px; }
.pb-bottombar {
  position: fixed; left: 0; right: 0; bottom: 0;
  background: #0f1c32; display: flex;
  align-items: center; justify-content: space-between;
  padding: 12px 24px; z-index: 9998;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.25);
  font-family: "Archivo", sans-serif;
}
.pb-bottombar .pb-live { color: #e8edf5; font-size: 14px; display: flex; align-items: center; gap: 8px; }
.pb-bottombar .pb-live::before {
  content: ""; width: 9px; height: 9px; border-radius: 50%;
  background: #1db76f; box-shadow: 0 0 8px #1db76f;
  animation: pbpulse 1.6s infinite;
}
@keyframes pbpulse { 50% { opacity: 0.4; } }
.pb-bottombar .pb-live b { font-weight: 700; color: #fff; }
.pb-bottombar .pb-cta {
  background: linear-gradient(180deg, #5fd1ff, #1ea7e3); color: #0a1c2e !important;
  font-weight: 800; text-decoration: none !important;
  padding: 11px 26px; border-radius: 999px;
  font-size: 14px; letter-spacing: 0.6px; text-transform: uppercase;
  box-shadow: 0 6px 18px rgba(30,167,227,0.45);
}
.pb-bottombar .pb-flag {
  color: #1db76f; font-size: 14px; font-weight: 700;
  display: flex; align-items: center; gap: 6px;
}
.pb-bottombar .pb-flag .pb-code { color: #b0b3c4; font-weight: 700; }
@media (max-width: 720px) {
  .pb-bottombar { padding: 8px 12px; }
  .pb-bottombar .pb-cta { padding: 9px 16px; font-size: 12px; }
  .pb-bottombar .pb-live, .pb-bottombar .pb-flag { font-size: 12px; }
}

/* Hide search icon */
.h22d26238, .h891b23ad .h3879ef8f { display: none !important; }

/* Footer in dark navy with gold accents */
footer .f9815245f { background: #0f1c32 !important; color: #e8edf5 !important; }
footer * { color: #e8edf5; }
footer a { color: #ffc441 !important; text-decoration: none; }

/* === LOGO sizing === */
img.ac9d9841,
.da8bef06 img.ac9d9841 {
  height: 40px !important;
  width: auto !important;
  max-width: 200px !important;
  object-fit: contain !important;
  display: block !important;
}
@media (max-width: 720px) {
  img.ac9d9841 { height: 34px !important; max-width: 150px !important; }
}

/* === MOBILE MENU === */
.f8c72ba4 {
  cursor: pointer;
  width: 44px; height: 44px;
  display: none;
  align-items: center; justify-content: center;
  background: #28ce8a;
  border-radius: 10px;
  z-index: 9999;
}
.f8c72ba4 img { width: 22px; height: 22px; filter: brightness(0) invert(1); }
@media (max-width: 920px) {
  .f8c72ba4 { display: flex !important; }
  /* Hide the desktop nav by default on mobile, show as dropdown when open */
  header .d1b20732 {
    display: none !important;
    position: fixed !important;
    top: 70px; left: 12px; right: 12px;
    flex-direction: column !important;
    background: #0f1c32 !important;
    border-radius: 18px;
    padding: 16px 22px !important;
    z-index: 9999 !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.45);
    gap: 4px;
  }
  header .d1b20732.pb-mobile-open { display: flex !important; }
  header .d1b20732 .c51d4eb4 {
    display: block !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  header .d1b20732 .c51d4eb4:last-child { border-bottom: 0; }
  header .d1b20732 .c51d4eb4 a {
    color: #fff !important;
    font-size: 16px !important;
    text-decoration: none !important;
  }
  /* lang selector hidden on mobile */
  .h891b23ad { display: none !important; }
}

/* === HERO BLURB EXPAND === */
.h67ee820c .e44d81e6 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 4.8em;
  transition: max-height .35s ease;
}
.h67ee820c.open .e44d81e6 {
  -webkit-line-clamp: unset;
  max-height: 2000px;
  overflow: visible;
  display: block;
}
.h86c8f1b9 {
  cursor: pointer;
  display: flex !important;
  justify-content: center;
  padding: 8px 0;
  transition: transform .25s;
}
.h67ee820c.open .h86c8f1b9 { transform: rotate(180deg); }

/* ===== pb-mobile-fix ===== */
@media (max-width: 920px) {
  /* Show both burger AND lang selector on mobile */
  .f8c72ba4 { display: flex !important; }
  .h891b23ad { display: flex !important; align-items: center; gap: 10px; }
  /* Make sure the right side of header lays out as a row with both items */
  header .c8d3fb2b > div:last-child,
  header .c8d3fb2b {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
  }
  /* Compact lang switcher on mobile. just show current flag, hide dropdown of other langs */
  .h891b23ad .f335309d { display: block !important; }
  .h891b23ad .eec3de39 { display: none !important; }
  .h891b23ad img.h4d16d58c { width: 32px !important; height: auto !important; border-radius: 4px; }
  /* Hide the search icon area */
  .h891b23ad .h3879ef8f { display: none !important; }
  /* Search input/icon also hidden */
  .h22d26238 { display: none !important; }
}

/* ===== pb-bg-fix ===== */
html { background: #0a1424 !important; }
body { background: #ffffff !important; padding-bottom: 0 !important; }
footer { background: #0f1c32 !important; padding-top: 40px !important; padding-bottom: 70px !important; }
footer .f9815245f { margin-top: 0 !important; margin-bottom: 0 !important; padding-bottom: 0 !important; }
.pb-bottombar { z-index: 9999 !important; }

/* ===== pb-content-ux ===== */
.pb-toc {
  background: #f5f7fb;
  border-left: 4px solid #ea2f5d;
  border-radius: 12px;
  padding: 14px 20px;
  margin: 24px auto;
  max-width: 720px;
  font-size: 14px;
}
.pb-toc summary {
  cursor: pointer;
  font-weight: 800;
  color: #0f1c32;
  font-size: 16px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0;
  user-select: none;
}
.pb-toc summary::-webkit-details-marker { display: none; }
.pb-toc summary::after {
  content: "▾";
  color: #ea2f5d;
  font-size: 14px;
  margin-left: 8px;
  transition: transform .2s;
}
.pb-toc[open] summary::after { transform: rotate(180deg); }
.pb-toc ul {
  list-style: none;
  padding: 12px 0 4px 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 18px;
}
.pb-toc li { padding: 4px 0; }
.pb-toc a {
  color: #1ea7e3;
  text-decoration: none;
  font-weight: 600;
  font-size: 13.5px;
}
.pb-toc a:hover { color: #ea2f5d; text-decoration: underline; }
@media (max-width: 640px) {
  .pb-toc ul { grid-template-columns: 1fr; }
  .pb-toc { font-size: 13.5px; padding: 12px 16px; }
}

.modifications-title {
  color: #6b7280;
  font-size: 13px;
  font-style: italic;
  margin: 0 0 18px 0;
}
.modifications-title strong { color: #ea2f5d; font-style: normal; }

.c5d4c4bb7 h2 {
  font-size: 28px;
  font-weight: 800;
  color: #0f1c32;
  margin: 40px 0 18px 0;
  line-height: 1.2;
}
.c5d4c4bb7 h3 {
  font-size: 21px;
  font-weight: 700;
  color: #0f1c32;
  margin: 28px 0 14px 0;
}
.c5d4c4bb7 ul li, .c5d4c4bb7 ol li { line-height: 1.7; margin: 6px 0; }
.c5d4c4bb7 p { line-height: 1.65; }
.c5d4c4bb7 strong { color: #0f1c32; font-weight: 700; }
.c5d4c4bb7 table th { background: #f1f2f4; color: #0f1c32; font-weight: 700; }

/* ===== pb-lang-dropdown ===== */
.h891b23ad { position: relative; cursor: pointer; }
.h891b23ad .f335309d { padding: 4px; border-radius: 6px; transition: background .2s; }
.h891b23ad:hover .f335309d { background: rgba(255,255,255,0.1); }
.h891b23ad .eec3de39 {
  display: none;
  position: absolute;
  top: 100%; right: 0;
  background: #0f1c32;
  border-radius: 10px;
  padding: 8px 0;
  margin-top: 6px;
  min-width: 160px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  z-index: 10000;
}
.h891b23ad.pb-lang-open .eec3de39,
.h891b23ad:hover .eec3de39 { display: block; }
.h891b23ad .eec3de39 a {
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
}
.h891b23ad .eec3de39 a:hover { background: rgba(255,255,255,0.06); }
.h891b23ad .eec3de39 a.current-lang { color: #ffc441 !important; }
.h891b23ad .eec3de39 a img { width: 22px !important; height: auto !important; border-radius: 3px; }
.h891b23ad .eec3de39 a .h24dc9428 { display: inline-flex; align-items: center; }

/* ===== pb-header-final ===== */
/* Lang dropdown. override old display:none !important */
.h891b23ad { position: relative; }
.h891b23ad .eec3de39 { display: none !important; }
.h891b23ad:hover .eec3de39,
.h891b23ad.pb-lang-open .eec3de39 { display: block !important; }
.h891b23ad .f335309d { cursor: pointer; padding: 4px; border-radius: 6px; }
.h891b23ad:hover .f335309d { background: rgba(255,255,255,0.1); }

/* Mobile: header row stays as ONE flex row (logo | flag | burger) */
@media (max-width: 920px) {
  header.f2ade82b .c8d3fb2b {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    flex-wrap: nowrap !important;
    padding: 10px 14px !important;
  }
  header .d1b20732 { order: 99; }
  /* Right cluster: flag + burger side-by-side */
  .h891b23ad, .f8c72ba4 { flex-shrink: 0 !important; }
  .h891b23ad { margin-left: auto; }
  .f8c72ba4 {
    display: flex !important;
    width: 40px !important;
    height: 40px !important;
    align-items: center;
    justify-content: center;
  }
  /* Logo stays compact */
  .da8bef06 { flex-shrink: 0; }
  /* When the lang dropdown is open on mobile, anchor properly */
  .h891b23ad .eec3de39 {
    position: absolute !important;
    top: 100% !important; right: 0 !important; left: auto !important;
    min-width: 160px !important;
    margin-top: 8px !important;
    z-index: 10000 !important;
  }
}

/* ===== pb-header-row-fix ===== */
@media (max-width: 920px) {
  /* Force single-row flex header with proper ordering */
  header.f2ade82b .c8d3fb2b {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    padding: 8px 12px !important;
    gap: 0 !important;
  }
  header.f2ade82b .c8d3fb2b .da8bef06 {
    order: 1 !important;
    flex-shrink: 0 !important;
    margin-right: auto !important;
  }
  header.f2ade82b .c8d3fb2b .d1b20732 {
    order: 2 !important;
  }
  header.f2ade82b .c8d3fb2b .h891b23ad {
    order: 3 !important;
    flex-shrink: 0 !important;
    margin: 0 8px 0 0 !important;
  }
  header.f2ade82b .c8d3fb2b .f8c72ba4 {
    order: 4 !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
  }
}

/* ===== pb-burger-abs ===== */
@media (max-width: 920px) {
  header.f2ade82b { position: relative !important; }
  header.f2ade82b .f8c72ba4 {
    position: absolute !important;
    top: 50% !important;
    right: 12px !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    z-index: 10001 !important;
  }
  /* Reserve space on the right inside the row so flag doesn't overlap burger */
  header.f2ade82b .c8d3fb2b {
    padding-right: 60px !important;
  }
  /* Push the flag slightly left to avoid overlap with the absolute burger */
  header.f2ade82b .h891b23ad {
    margin-right: 0 !important;
  }
}

/* ===== pb-no-flag ===== */
.h891b23ad { display: none !important; }
@media (max-width: 920px) {
  /* Reset the padding-right we added to leave room for burger; flag is gone */
  header.f2ade82b .c8d3fb2b { padding-right: 60px !important; }
}

/* ===== pb-no-flag-v2 ===== */
header .h891b23ad,
header .h1f702bf8,
header .h3879ef8f,
header .f335309d,
header .eec3de39 {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
@media (max-width: 920px) {
  header .h891b23ad,
  header .h1f702bf8 { display: none !important; }
  header.f2ade82b .c8d3fb2b { padding-right: 60px !important; }
}

/* ===== pb-arrow-show ===== */
/* Override template CSS that hid .h69da638d.open */
.h69da638d, .h69da638d.open { display: flex !important; }
/* Make arrow visible with chevron */
.h86c8f1b9 .h69da638d {
  width: 40px !important; height: 40px !important;
  border-radius: 50% !important;
  background: rgba(19,43,70,.32) !important;
  border: 1px solid rgba(19,43,70,.17) !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
}
.h86c8f1b9 .h69da638d::before {
  content: "" !important;
  width: 10px !important; height: 10px !important;
  border-right: 3px solid #0f1c32 !important;
  border-bottom: 3px solid #0f1c32 !important;
  transform: rotate(45deg) translate(-2px, -2px) !important;
  transition: transform .2s !important;
}
.h67ee820c.open .h69da638d::before {
  transform: rotate(-135deg) translate(2px, 2px) !important;
}
.h86c8f1b9 { padding: 12px 0 !important; cursor: pointer !important; }

/* ===== pb-list-fix ===== */
/* Restore standard list bullets/numbers */
.c5d4c4bb7 ul,
section.c680791d6 ul {
  list-style: disc outside !important;
  padding-left: 32px !important;
  margin: 14px 0 !important;
}
.c5d4c4bb7 ol,
section.c680791d6 ol {
  list-style: decimal outside !important;
  padding-left: 32px !important;
  margin: 14px 0 !important;
}
.c5d4c4bb7 ul li,
.c5d4c4bb7 ol li,
section.c680791d6 ul li,
section.c680791d6 ol li {
  display: list-item !important;
  list-style-position: outside !important;
  padding-left: 0 !important;
  margin: 6px 0 !important;
  line-height: 1.55;
}
.c5d4c4bb7 ul ul,
.c5d4c4bb7 ol ol { list-style-type: circle !important; }
/* Polish tables */
.c5d4c4bb7 table,
section.c680791d6 table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 18px 0 !important;
  font-size: 14.5px;
}
.c5d4c4bb7 table th,
.c5d4c4bb7 table td,
section.c680791d6 table th,
section.c680791d6 table td {
  border: 1px solid #e5e7eb !important;
  padding: 10px 12px !important;
  text-align: left !important;
  vertical-align: top !important;
}
.c5d4c4bb7 table th,
section.c680791d6 table th {
  background: #f1f2f4 !important;
  font-weight: 700 !important;
}
/* Inline images */
.c5d4c4bb7 img.pb-inline,
section.c680791d6 img.pb-inline {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 22px auto;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(15,28,50,0.12);
}

/* ===== pb-mobile-toc-css ===== */
/* Desktop : cacher les items mobile-only ; Mobile : tout visible dans le dropdown */
@media (min-width: 921px) {
  header .d1b20732 .c51d4eb4.pb-mobile-only { display: none !important; }
}
@media (max-width: 920px) {
  header .d1b20732 .c51d4eb4.pb-mobile-only { display: block !important; }
}

/* ===== pb-expand-btn-css ===== */
button.pb-expand-btn {
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  padding: 8px 0 !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  cursor: pointer !important;
  font: inherit !important;
  color: inherit !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
button.pb-expand-btn:focus-visible { outline: 2px solid #1ea7e3 !important; outline-offset: 4px; border-radius: 8px; }

/* ===== pb-mobile-final ===== */
@media (max-width: 920px) {
  /* Force burger visible */
  header .f8c72ba4 {
    display: flex !important;
    width: 44px !important; height: 44px !important;
    align-items: center !important; justify-content: center !important;
    background: #28ce8a !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    z-index: 10001 !important;
  }
  header .f8c72ba4 img { width: 22px; height: 22px; filter: brightness(0) invert(1); }

  /* Menu hidden by default on mobile */
  header .d1b20732 {
    display: none !important;
    position: fixed !important;
    top: 72px !important;
    left: 12px !important;
    right: 12px !important;
    flex-direction: column !important;
    background: #0f1c32 !important;
    border-radius: 18px !important;
    padding: 12px 18px !important;
    z-index: 10000 !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.45);
    max-height: 80vh;
    overflow-y: auto;
  }
  /* Shown when toggled */
  header .d1b20732.pb-mobile-open { display: flex !important; }

  /* ALL items visible in mobile dropdown — including pb-mobile-only */
  header .d1b20732 .c51d4eb4,
  header .d1b20732 .c51d4eb4.pb-mobile-only {
    display: block !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  header .d1b20732 .c51d4eb4:last-child { border-bottom: 0; }
  header .d1b20732 .c51d4eb4 a {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    display: block !important;
  }
}

/* ===== pb-expand-final ===== */
.h67ee820c .e44d81e6 {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  max-height: 4.8em !important;
  transition: max-height .35s ease;
}
.h67ee820c.open .e44d81e6 {
  -webkit-line-clamp: unset !important;
  max-height: 2000px !important;
  overflow: visible !important;
  display: block !important;
}
.h67ee820c.open .h86c8f1b9 { transform: rotate(180deg) !important; }

/* ===== pb-blurb-expand-all ===== */
/* Truncation appliquée à toutes largeurs (pas seulement <=375px) */
.h67ee820c .h9d50bf9e {
  max-height: 4.8em !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  position: relative;
  transition: max-height 0.35s ease;
}
.h67ee820c.open .h9d50bf9e {
  max-height: none !important;
  -webkit-line-clamp: unset !important;
  display: block !important;
  overflow: visible !important;
}
.h67ee820c.open .h86c8f1b9 { transform: rotate(180deg) !important; }
.h67ee820c.open .h69da638d::before { transform: rotate(-135deg) translate(2px, 2px) !important; }

/* ===== pb-menu-ironclad ===== */
@media (max-width: 920px) {
  html body header.f2ade82b .c8d3fb2b div.d1b20732:not(.pb-mobile-open) {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
  html body header.f2ade82b .c8d3fb2b div.d1b20732.pb-mobile-open {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: fixed !important;
    top: 72px !important;
    left: 12px !important;
    right: 12px !important;
    flex-direction: column !important;
    background: #0f1c32 !important;
    border-radius: 18px !important;
    padding: 12px 18px !important;
    z-index: 10000 !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.45);
    max-height: 80vh;
    overflow-y: auto;
  }
}

/* ===== pb-nav4-flags ===== */
@media (min-width: 921px) {
  header.f2ade82b .c8d3fb2b { display: flex !important; align-items: center !important; }
  header.f2ade82b .c8d3fb2b .d1b20732 { margin-left: auto !important; display: flex !important; align-items: center !important; gap: 4px; }
}
.pb-lang-dd { position: relative; margin-left: 16px; }
.pb-lang-btn {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px; padding: 6px 10px; cursor: pointer; line-height: 0;
  transition: background .15s;
}
.pb-lang-btn:hover { background: rgba(255,255,255,0.16); }
.pb-lang-btn img { display: block; width: 24px; height: 17px; object-fit: cover; border-radius: 2px; }
.pb-lang-btn::after {
  content: ""; width: 7px; height: 7px; margin-top: -4px;
  border-right: 2px solid #fff; border-bottom: 2px solid #fff;
  transform: rotate(45deg); transition: transform .18s, margin .18s;
}
.pb-lang-dd.open .pb-lang-btn::after { transform: rotate(-135deg); margin-top: 4px; }
.pb-lang-menu {
  display: none; position: absolute; top: calc(100% + 8px); right: 0;
  background: #0f1c32; border: 1px solid rgba(255,255,255,0.14);
  border-radius: 12px; padding: 6px; min-width: 200px; z-index: 10050;
  box-shadow: 0 12px 34px rgba(0,0,0,0.45);
}
.pb-lang-dd.open .pb-lang-menu { display: block; }
.pb-lang-menu a {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 12px; border-radius: 8px;
  color: #e8edf5 !important; text-decoration: none !important;
  font-size: 14px; font-weight: 600; line-height: 1;
}
.pb-lang-menu a:hover { background: rgba(255,255,255,0.09); }
.pb-lang-menu a.pb-cur { background: rgba(255,196,65,0.16); color: #ffc441 !important; }
.pb-lang-menu img { display: block; width: 24px; height: 17px; object-fit: cover; border-radius: 2px; }
@media (max-width: 920px) {
  .pb-lang-dd { margin: 12px 0 4px; }
  .pb-lang-menu { left: 0; right: auto; }
}

/* ===== pb-mobile-final-v2 ===== */
/* Bottom bar flush with the physical screen edge (iPhone home-indicator area) */
.pb-bottombar {
  bottom: 0 !important;
  padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px)) !important;
}
@media (max-width: 920px) {
  /* Kill horizontal overflow that pushed the burger off-screen */
  html, body { overflow-x: hidden !important; }
  header.f2ade82b .c8d3fb2b {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    position: relative !important;
    padding-right: 68px !important;
  }
  /* Burger: FIXED to the viewport (immune to page overflow), always visible top-right */
  header.f2ade82b .f8c72ba4 {
    display: flex !important;
    position: fixed !important;
    top: 12px !important;
    right: 12px !important;
    transform: none !important;
    margin: 0 !important;
    width: 44px !important;
    height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    background: #28ce8a !important;
    border-radius: 10px !important;
    flex-shrink: 0 !important;
    z-index: 10020 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.35);
  }
  /* Nav dropdown (opened by burger): 4 items + language selector */
  header.f2ade82b .d1b20732.pb-mobile-open { display: flex !important; }
  /* Language dropdown inside the mobile menu: expand inline */
  .d1b20732 .pb-lang-dd { margin: 12px 0 4px !important; }
  .d1b20732 .pb-lang-menu {
    position: static !important;
    box-shadow: none !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    margin-top: 8px;
    min-width: 0 !important;
    width: 100%;
  }
}

/* ===== pb-ui-polish ===== */
/* === Burger: crisp CSS bars, refined pill === */
@media (max-width: 920px) {
  header.f2ade82b .f8c72ba4 {
    width: 46px !important;
    height: 46px !important;
    border-radius: 13px !important;
    background: #28ce8a !important;
    box-shadow: 0 4px 14px rgba(40,206,138,0.35) !important;
    border: none !important;
  }
  header.f2ade82b .f8c72ba4 img { display: none !important; }
  header.f2ade82b .f8c72ba4::before {
    content: "";
    display: block;
    width: 20px;
    height: 2.5px;
    border-radius: 2px;
    background: #0f1c32;
    box-shadow: 0 -6.5px 0 #0f1c32, 0 6.5px 0 #0f1c32;
    margin: auto;
  }
  header.f2ade82b .f8c72ba4 {
    top: 7px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
  }
  /* Menu panel: cleaner spacing */
  header.f2ade82b .d1b20732.pb-mobile-open {
    padding: 8px 20px 16px !important;
    border-radius: 16px !important;
  }
  header.f2ade82b .d1b20732 .c51d4eb4 { padding: 14px 0 !important; }

  /* === Language selector on mobile: collapsed dropdown row === */
  .d1b20732 .pb-lang-dd { width: 100% !important; margin: 4px 0 0 !important; }
  .d1b20732 .pb-lang-btn {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
    gap: 10px !important;
    background: transparent !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 14px 8px !important;
    cursor: pointer;
    line-height: 1 !important;
  }
  .d1b20732 .pb-lang-btn .pb-lang-name {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    font-family: "Archivo", sans-serif;
  }
  .d1b20732 .pb-lang-btn::after { margin-left: auto; }
  .d1b20732 .pb-lang-menu {
    display: none !important;
    position: static !important;
    background: rgba(255,255,255,0.04) !important;
    border: none !important;
    box-shadow: none !important;
    padding: 4px 6px !important;
    margin: 0 0 6px !important;
    width: 100% !important;
    min-width: 0 !important;
    border-radius: 12px !important;
  }
  .d1b20732 .pb-lang-dd.open .pb-lang-menu { display: block !important; }
  .d1b20732 .pb-lang-menu a {
    padding: 13px 10px !important;
    border-radius: 10px !important;
    margin: 2px 0;
    font-size: 15px !important;
  }
}
/* === Desktop dropdown: alignment polish === */
@media (min-width: 921px) {
  .pb-lang-btn .pb-lang-name { display: none; }
  .pb-lang-btn {
    padding: 8px 12px !important;
    gap: 8px !important;
    border-radius: 10px !important;
  }
  .pb-lang-menu {
    right: 0 !important;
    left: auto !important;
    min-width: 214px !important;
    padding: 8px !important;
    border-radius: 14px !important;
  }
  .pb-lang-menu a {
    padding: 11px 12px !important;
    border-radius: 9px !important;
  }
  .pb-lang-menu img { flex-shrink: 0; }
}

/* ===== pb-flag-btn-polish ===== */
@media (min-width: 921px) {
  .pb-lang-dd { margin-left: 22px !important; }
  .pb-lang-btn {
    display: inline-flex !important; align-items: center !important; gap: 9px !important;
    background: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(255,255,255,0.14) !important;
    border-radius: 10px !important; padding: 7px 11px !important;
    cursor: pointer; line-height: 0 !important;
    transition: background .18s, border-color .18s, box-shadow .18s;
  }
  .pb-lang-btn:hover {
    background: rgba(255,255,255,0.12) !important;
    border-color: rgba(255,196,65,0.55) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.25);
  }
  .pb-lang-dd.open .pb-lang-btn {
    background: rgba(255,255,255,0.12) !important; border-color: #ffc441 !important;
  }
  .pb-lang-btn img {
    width: 26px !important; height: 19px !important; object-fit: cover !important;
    border-radius: 3px !important; box-shadow: 0 0 0 1px rgba(255,255,255,0.18);
  }
  .pb-lang-btn .pb-lang-name { display: none !important; }
  .pb-lang-btn::after {
    content: "" !important; width: 7px !important; height: 7px !important;
    margin: -3px 0 0 1px !important;
    border-right: 2px solid rgba(255,255,255,0.75) !important;
    border-bottom: 2px solid rgba(255,255,255,0.75) !important;
    border-top: none !important; border-left: none !important;
    transform: rotate(45deg) !important;
    transition: transform .18s, margin .18s !important; background: none !important;
  }
  .pb-lang-dd.open .pb-lang-btn::after { transform: rotate(-135deg) !important; margin-top: 2px !important; }
  .pb-lang-menu {
    top: calc(100% + 10px) !important; right: 0 !important; left: auto !important;
    background: #0f1c32 !important; border: 1px solid rgba(255,255,255,0.12) !important;
    border-radius: 14px !important; padding: 8px !important; min-width: 212px !important;
    box-shadow: 0 16px 40px rgba(0,0,0,0.5) !important;
  }
  .pb-lang-menu a {
    display: flex !important; align-items: center !important; gap: 11px !important;
    padding: 11px 12px !important; border-radius: 9px !important;
    color: #e8edf5 !important; font-size: 14px !important; font-weight: 600 !important;
    text-decoration: none !important; line-height: 1 !important; white-space: nowrap;
  }
  .pb-lang-menu a:hover { background: rgba(255,255,255,0.08) !important; }
  .pb-lang-menu a.pb-cur { background: rgba(255,196,65,0.16) !important; color: #ffc441 !important; }
  .pb-lang-menu img {
    width: 24px !important; height: 17px !important; object-fit: cover !important;
    border-radius: 3px !important; flex-shrink: 0 !important;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.15);
  }
}

/* ===== pb-faq-bar-fix ===== */
/* FAQ: kill the theme's green-arrow.svg, keep single clean chevron */
.f86a11d0b::after { content: none !important; display: none !important; background: none !important; }
/* Bottom bar: on desktop bring the two items toward the centre for a cleaner look */
@media (min-width: 921px) {
  .pb-bottombar {
    padding-left: max(24px, calc((100% - 1040px) / 2)) !important;
    padding-right: max(24px, calc((100% - 1040px) / 2)) !important;
  }
}

/* ===== pb-footer-polish ===== */
/* ===== Footer presentation polish (content unchanged) ===== */
footer .f40752521 { max-width: 1140px !important; padding: 52px 24px 20px !important; }
/* Top row: logo left, links right, aligned to top */
footer .dbf23985 { align-items: flex-start !important; gap: 40px; margin-bottom: 34px !important; padding-bottom: 30px !important; border-bottom: 1px solid rgba(255,255,255,0.08); }
/* Logo a touch bigger */
footer .f243b464b { height: 60px !important; width: auto !important; }
footer .f1be2d8cf { display: flex; flex-direction: column; gap: 16px; }
/* Nav link column: clean vertical list, right-aligned block */
footer .f7bc37e9 { width: auto !important; gap: 0 !important; }
footer .fc9b3748 { width: auto !important; display: flex; flex-direction: column; gap: 4px; }
footer .f5c0a0d05 { margin: 0 !important; }
footer .f0e3f4552 {
  display: inline-block;
  padding: 9px 0 !important;
  font-size: 15px; font-weight: 600;
  color: #cfd8e6 !important;
  text-decoration: none !important;
  transition: color .15s, transform .15s;
}
footer .f0e3f4552:hover { color: #ffc441 !important; transform: translateX(3px); }
/* Center block: rating + copyright, better rhythm */
footer .eaf79d42 { padding: 4px 0 22px !important; margin-bottom: 22px !important; }
footer .eaf79d42 > p { font-size: 15px; margin: 0 0 10px !important; }
footer .eaf79d42 [class] span:first-child { }
/* Star rating in gold */
footer .rating, footer .eaf79d42 span { color: inherit; }
footer .eaf79d42 span[style*="color"], footer .eaf79d42 .rating { color: #f5c451 !important; }
/* Disclosure lines: muted, tidy, centred */
footer .f91054082 { font-size: 12.5px !important; line-height: 1.7 !important; color: #8b96a6 !important; text-align: center; }
footer .f50737617 { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
footer .f50737617 a { color: #ffc441 !important; }
footer .f9815245f { margin-top: 0 !important; }
@media (max-width: 720px) {
  footer .dbf23985 { flex-direction: column !important; align-items: center !important; text-align: center; gap: 22px; }
  footer .fc9b3748 { align-items: center; }
  footer .f1be2d8cf { align-items: center; }
}

/* ===== pb-author-polish ===== */
/* ===== Provider card design polish (content unchanged) ===== */
.pb-author {
  position: relative;
  gap: 28px !important;
  padding: 34px 34px 30px !important;
  border: 1px solid rgba(15,28,50,0.06) !important;
  border-radius: 22px !important;
  box-shadow: 0 18px 48px rgba(15,28,50,0.10) !important;
  overflow: hidden;
  align-items: center !important;
}
/* accent strip on top */
.pb-author::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, #ea2f5d, #ffc441);
}
/* logo tile: soft ring + gradient base */
.pb-author-img {
  width: 132px !important; height: 132px !important;
  border-radius: 18px !important;
  background: linear-gradient(160deg, #16233d, #0b1424) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06), 0 6px 18px rgba(15,28,50,0.18);
}
.pb-author-img img { padding: 18px !important; }
/* name */
.pb-author-name { font-size: 23px !important; letter-spacing: -0.02em; }
/* role as a tinted chip with a dot */
.pb-author-role {
  display: inline-flex !important; align-items: center; gap: 7px;
  margin: 6px 0 14px !important;
  padding: 5px 12px;
  background: rgba(234,47,93,0.10);
  border-radius: 999px;
  font-size: 11.5px !important; letter-spacing: 1.2px !important;
}
.pb-author-role::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: #ea2f5d; display: inline-block;
}
/* bio */
.pb-author-bio { font-size: 14.5px !important; line-height: 1.62 !important; color: #3d4757 !important; max-width: 560px; }
/* CTA: gradient pill + hover lift + arrow */
.pb-author-cta {
  display: inline-flex !important; align-items: center; gap: 8px;
  background: linear-gradient(135deg, #ea2f5d, #ff5277) !important;
  padding: 12px 24px !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 20px rgba(234,47,93,0.32);
  transition: transform .15s, box-shadow .15s;
}
.pb-author-cta::after { content: "→"; font-size: 16px; line-height: 1; transition: transform .15s; }
.pb-author-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(234,47,93,0.42); }
.pb-author-cta:hover::after { transform: translateX(3px); }
@media (max-width: 640px) {
  .pb-author { flex-direction: column !important; text-align: center; padding: 30px 22px 26px !important; }
  .pb-author-role { margin-left: auto !important; margin-right: auto !important; }
  .pb-author-bio { margin-left: auto; margin-right: auto; }
}

/* ===== pb-flag-v2 ===== */
@media (min-width: 921px) {
  .pb-lang-btn {
    gap: 8px !important; padding: 6px 10px 6px 8px !important;
    background: rgba(255,255,255,0.05) !important;
    border: 1px solid rgba(255,255,255,0.16) !important;
    border-radius: 999px !important;
  }
  .pb-lang-btn img { width: 24px !important; height: 18px !important; border-radius: 4px !important; box-shadow: 0 0 0 1px rgba(255,255,255,0.22); }
  .pb-lang-code { display: inline-block !important; font-size: 13px; font-weight: 700; letter-spacing: .4px; color: #e8edf5; font-family: "Archivo", sans-serif; }
  .pb-lang-btn:hover .pb-lang-code, .pb-lang-dd.open .pb-lang-code { color: #ffc441; }
  .pb-lang-btn::after { margin-left: 1px !important; opacity: .8; }
}
@media (max-width: 920px) { .pb-lang-code { display: none !important; } }

/* ===== pb-flag-align ===== */
@media (min-width: 921px) {
  .pb-lang-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 8px 12px !important;
    line-height: 1 !important;
    height: 38px !important;
  }
  .pb-lang-btn img {
    display: block !important;
    width: 24px !important; height: 17px !important;
    border-radius: 4px !important;
    align-self: center !important;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.22);
  }
  .pb-lang-code {
    display: inline-flex !important; align-items: center !important;
    height: 17px; line-height: 1 !important;
    font-size: 13px; font-weight: 700; letter-spacing: .4px;
  }
  /* chevron: reset margins, center vertically */
  .pb-lang-btn::after {
    margin: 0 !important;
    align-self: center !important;
    width: 7px !important; height: 7px !important;
    border-right: 2px solid rgba(255,255,255,0.8) !important;
    border-bottom: 2px solid rgba(255,255,255,0.8) !important;
    border-top: none !important; border-left: none !important;
    transform: translateY(-2px) rotate(45deg) !important;
  }
  .pb-lang-dd.open .pb-lang-btn::after {
    transform: translateY(1px) rotate(-135deg) !important;
  }
}

/* ===== pb-steps-ux ===== */
html body .c5d4c4bb7 ol, html body section.c680791d6 ol {
  counter-reset: pbstep !important;
  list-style: none !important;
  padding-left: 0 !important;
  margin: 20px 0 26px !important;
}
html body .c5d4c4bb7 ol > li, html body section.c680791d6 ol > li {
  counter-increment: pbstep;
  display: block !important;
  list-style: none !important;
  list-style-type: none !important;
  position: relative !important;
  margin: 0 0 14px 0 !important;
  padding: 18px 22px 18px 76px !important;
  background: #ffffff !important;
  border: 1px solid rgba(15,28,50,0.08) !important;
  border-radius: 14px !important;
  box-shadow: 0 6px 18px rgba(15,28,50,0.06) !important;
  line-height: 1.6 !important;
  color: #3d4757 !important;
  transition: transform .15s, box-shadow .15s, border-color .15s !important;
}
html body .c5d4c4bb7 ol > li:hover, html body section.c680791d6 ol > li:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(15,28,50,0.12) !important;
  border-color: rgba(40,206,138,0.5) !important;
}
html body .c5d4c4bb7 ol > li::before, html body section.c680791d6 ol > li::before {
  content: counter(pbstep) !important;
  position: absolute !important;
  left: 18px; top: 15px;
  width: 42px; height: 42px;
  display: flex !important; align-items: center; justify-content: center;
  background: linear-gradient(150deg, #16233d, #0b1424);
  color: #fff;
  font-weight: 800; font-size: 17px;
  font-family: "Archivo", sans-serif;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(15,28,50,0.25);
}
html body .c5d4c4bb7 ol > li::after, html body section.c680791d6 ol > li::after {
  content: "" !important;
  position: absolute !important; left: 0; top: 14px; bottom: 14px; width: 3px;
  background: #28ce8a; border-radius: 3px;
  opacity: 0; transition: opacity .15s;
}
html body .c5d4c4bb7 ol > li:hover::after, html body section.c680791d6 ol > li:hover::after { opacity: 1; }
html body .c5d4c4bb7 ol > li > b:first-child, html body section.c680791d6 ol > li > b:first-child { color: #0f1c32 !important; font-weight: 800; font-size: 15.5px; }
@media (max-width: 640px) {
  html body .c5d4c4bb7 ol > li, html body section.c680791d6 ol > li { padding: 16px 16px 16px 66px !important; }
  html body .c5d4c4bb7 ol > li::before, html body section.c680791d6 ol > li::before { width: 38px; height: 38px; font-size: 15px; left: 15px; }
}

/* ===== pb-howto-img ===== */
html body .c5d4c4bb7 ol.pb-howto > li, html body section.c680791d6 ol.pb-howto > li {
  display: flex !important;
  align-items: center;
  gap: 22px;
  padding: 20px 22px 20px 76px !important;
}
html body .pb-howto > li > .pb-step-body { flex: 1 1 auto; min-width: 0; }
html body .pb-howto > li > .pb-step-img {
  flex: 0 0 auto;
  width: 230px; max-width: 40%;
  height: auto;
  border-radius: 12px;
  border: 1px solid rgba(15,28,50,0.10);
  box-shadow: 0 6px 16px rgba(15,28,50,0.14);
  align-self: center;
}
@media (max-width: 720px) {
  html body .c5d4c4bb7 ol.pb-howto > li, html body section.c680791d6 ol.pb-howto > li {
    flex-direction: column !important; align-items: stretch; gap: 14px;
  }
  html body .pb-howto > li > .pb-step-img { width: 100%; max-width: 100%; }
}

/* ===== pb-sticky-header ===== */
@media (max-width: 920px) {
  /* Header pinned via FIXED (sticky is killed by overflow-x:hidden ancestors) */
  html body header.f2ade82b {
    position: fixed !important;
    top: 0 !important; left: 0 !important; right: 0 !important;
    z-index: 10030 !important;
    background: #132b46 !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.35);
  }
  /* Push page content below the fixed header */
  html body { padding-top: 60px !important; }
  /* Reset the 68px right padding (was reserved for the old position:fixed burger) so the static burger sits flush right */
  html body header.f2ade82b .c8d3fb2b {
    padding-right: 14px !important;
    justify-content: space-between !important;
  }
  /* Burger sits inside the fixed header, right-aligned */
  html body header.f2ade82b .f8c72ba4 {
    position: static !important;
    top: auto !important; right: auto !important;
    transform: none !important;
    margin: 0 0 0 auto !important;
    z-index: 1 !important;
  }
  /* Dropdown opens right under the fixed header */
  html body header.f2ade82b .c8d3fb2b div.d1b20732.pb-mobile-open {
    top: 60px !important;
  }
}

/* ===== pb-faq-toggle-css ===== */
.f86a11d0b .f6bc1f73f{display:none;overflow:hidden}.f86a11d0b.open .f6bc1f73f{display:block}.f86a11d0b .efbc9077{cursor:pointer;user-select:none;position:relative;padding-right:32px}.f86a11d0b .efbc9077::after{content:"";position:absolute;right:12px;top:50%;width:10px;height:10px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-70%) rotate(45deg);transition:transform .2s}.f86a11d0b.open .efbc9077::after{transform:translateY(-30%) rotate(-135deg)}
