/* ============================================================
   FRONT PAGE — EDGE TO EDGE WHITE PREMIUM
============================================================ */

/* -------- HARD RESET FOR THEME CONTAINERS -------- */

main,
.home-main,
.site-main,
.page-wrap,
.container,
.wrap{
  max-width:100% !important;
  width:100% !important;
  padding:0 !important;
  margin:0 !important;
}

/* Prevent horizontal scroll */
html,body{
  overflow-x:hidden;
  background:#ffffff;
}

/* ============================================================
   MAIN GRID — LEFT CONTENT + RIGHT SIDEBAR
============================================================ */

.home-grid{
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);

  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:0;
}

/* LEFT COLUMN */
.home-left{
  width:100%;
  padding:10px 14px 20px;
}

/* RIGHT SIDEBAR */
.home-right{
  width:100%;
}

/* ============================================================
   COUNTRY CITY STRIP — COMPACT PREMIUM UI
============================================================ */

.cc-strip{
  background:#ffffff;
  padding:8px 0 10px;
  border-bottom:1px solid #e5e7eb;
}

/* ================= TOP ROW ================= */

.cc-strip .cc-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-bottom:8px;
}

/* Search input look */
.cc-strip .cc-country-wrap{
  flex:1;
  position:relative;
}

.cc-strip .cc-country-select{
  width:100%;
  display:flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border:2px solid #7c3aed !important;
  border-radius:12px !important;
  background:#ffffff !important;
  font-size:.82rem !important;
  font-weight:600 !important;
  color:#475569 !important;
  cursor:pointer;
}

.cc-strip .cc-country-select .cc-arrow{
  margin-left:auto;
  font-size:.7rem;
}

/* Dropdown */
.cc-strip .cc-country-dropdown{
  position:absolute;
  top:108%;
  left:0;
  width:200px;
  background:#ffffff;
  border:1px solid #e5e7eb;
  border-radius:10px;
  box-shadow:0 10px 26px rgba(2,6,23,.12);
  padding:4px;
  display:none;
  z-index:999;
}

.cc-strip .cc-country-dropdown.open{ display:block; }

.cc-strip .cc-country-dropdown button{
  width:100%;
  padding:6px 10px;
  border:none;
  background:none;
  text-align:left;
  border-radius:6px;
  font-size:.78rem;
  cursor:pointer;
}

.cc-strip .cc-country-dropdown button:hover{
  background:#f1f5f9;
}

/* ================= ACTION BUTTONS ================= */

.cc-strip .cc-actions{
  display:flex;
  gap:6px;
}

.cc-strip .cc-actions .cc-pill{
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:6px 12px !important;
  border-radius:999px !important;
  font-size:.7rem !important;
  font-weight:700 !important;
  border:none !important;
  white-space:nowrap;
}

.cc-strip .cc-search{ background:#7c3aed !important; color:#fff !important; }
.cc-strip .cc-available{ background:#f97316 !important; color:#fff !important; }
.cc-strip .cc-verified{ background:#2563eb !important; color:#fff !important; }
.cc-strip .cc-filters{ background:#9333ea !important; color:#fff !important; }

/* ================= CITY PILLS ================= */

/* ================= CITY CONTAINER — FULL WIDTH RECTANGULAR ================= */

.cc-strip .cc-cities{
  width:100%;
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(140px, 1fr));
  gap:8px 10px;

  background:#f8fafc;
  border:1px solid #e5e7eb;
  border-radius:6px;
  padding:10px 12px;
}


/* ================= CITY BUTTON — RECTANGLE WITH RIGHT COUNT ================= */

.cc-strip .cc-city{
  display:none;
  width:100%;
  align-items:center;
  justify-content:space-between; /* push count to right */
  gap:8px;

  padding:7px 10px !important;
  border-radius:4px !important;
  border:1.5px solid #7c3aed !important;
  background:#ffffff !important;

  font-size:.72rem !important;
  font-weight:600 !important;
  color:#020617 !important;
  cursor:pointer;
  line-height:1.15 !important;
  white-space:nowrap;
}

.cc-strip .cc-city.is-visible{
  display:flex;
}

.cc-strip .cc-city:hover{
  background:#ede9fe !important;
}


/* ================= CITY COUNT — RIGHT SIDE ================= */

.cc-strip .cc-count{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-width:16px;
  height:16px;
  padding:0 5px;
  border-radius:3px;

  background:#facc15 !important;
  color:#000 !important;
  font-size:.55rem !important;
  font-weight:800 !important;
  line-height:1;
  flex-shrink:0; /* never collapse */
}


.cc-strip button{
  background:unset;
  border:none;
  box-shadow:none;
}


/* ================= MOBILE ================= */

@media (max-width:900px){

  .cc-strip .cc-top{
    flex-direction:column;
    align-items:stretch;
  }

  .cc-strip .cc-actions{
    justify-content:space-between;
    flex-wrap:wrap;
  }

}

/* ============================================================
   BANNERS
============================================================ */

.banner-wrap{
  margin-top:12px;
}

.banner-main{
  background:#ffffff;
}

.section-heading{
  font-size:1rem;
  font-weight:800;
  color:#1A3552;
  margin-bottom:8px;
}

.banner-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}

.banner-grid a{
  display:flex;
  align-items:center;
  justify-content:center;
  height:46px;
  border-radius:10px;
  background:#ffffff;
  border:1px solid #e5e7eb;
  box-shadow:0 6px 16px rgba(2,6,23,.08);
}

.banner-grid img{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
}

/* ============================================================
   LISTING BLOCKS
============================================================ */

.listing-block{
  margin-top:18px;
}

.block-title{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:1rem;
  font-weight:800;
  color:#1A3552;
  text-transform:uppercase;
}

/* ICON BADGES */
.fp-icon{
  width:26px;
  height:26px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  background:linear-gradient(135deg,#fde68a,#f59e0b);
  font-size:14px;
}

.elite-diamond .fp-icon{
  background:linear-gradient(135deg,#c7d2fe,#60a5fa);
}

/* ============================================================
   CARD GRID
============================================================ */

.card-row{
  margin-top:10px;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:14px;
}

/* RESPONSIVE */
@media (max-width:1600px){
  .card-row{ grid-template-columns:repeat(5,1fr); }
}
@media (max-width:1280px){
  .card-row{ grid-template-columns:repeat(4,1fr); }
}
@media (max-width:1024px){
  .card-row{ grid-template-columns:repeat(3,1fr); }
}
@media (max-width:640px){
  .card-row{ grid-template-columns:repeat(2,1fr); }
}

/* ============================================================
   ESCORT CARD BASE
============================================================ */

.escort-card{
  background:#ffffff;
  border-radius:14px;
  overflow:hidden;
  border:1px solid #e5e7eb;
  box-shadow:0 10px 28px rgba(2,6,23,.10);
}

.escort-card img{
  width:100%;
  aspect-ratio:3/4;
  object-fit:cover;
}

/* BADGES */
.escort-badge{
  position:absolute;
  top:10px;
  left:10px;
  padding:5px 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
  background:#facc15;
  color:#000;
  z-index:5;
}

.escort-badge-couple{
  background:linear-gradient(135deg,#ff5fa2,#ff2f92);
  color:#fff;
}

.escort-badge-trans{
  background:linear-gradient(135deg,#4f46e5,#22d3ee);
  color:#fff;
}

/* ============================================================
   RIGHT SIDEBAR — EDGE TO EDGE
============================================================ */

.main-right{
  background:#f5f3ff;
  border-left:1px solid #e5e7eb;
  padding:14px 12px;
  height:100%;
}

@media (min-width:992px){
  .main-right{
    position:sticky;
    top:84px;
    align-self:start;
  }
}

.main-right .mini-section{
  background:#ffffff;
  border-radius:14px;
  padding:12px;
  border:1px solid #e5e7eb;
  box-shadow:0 10px 26px rgba(2,6,23,0.08);
}

.main-right .mini-title{
  text-align:center;
  font-size:.85rem;
  font-weight:800;
  color:#1A3552;
  margin-bottom:10px;
}

.main-right .mini-two-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}

.main-right .mini-profile{
  background:#ffffff;
  border-radius:12px;
  border:1px solid #e5e7eb;
  padding:6px;
  box-shadow:0 6px 18px rgba(2,6,23,0.10);
}

/* ============================================================
   MOBILE STACK
============================================================ */

@media (max-width:900px){

  .home-grid{
    grid-template-columns:1fr;
  }

  .main-right{
    position:static;
    border-left:none;
    border-top:1px solid #e5e7eb;
  }
}

/* ============================================================
   GRID SAFETY — FORCE ALL CARD TYPES INTO GRID FLOW
============================================================ */

.card-row > *{
  position:relative !important;
  float:none !important;
  width:100%;
  min-width:0;
  max-width:100%;
}

/* Prevent absolute children from escaping card */

.escort-card,
.escort-card *{
  box-sizing:border-box;
}

.escort-card{
  position:relative; /* anchor for badges & overlays */
}

/* Normalize all profile card wrappers */

.trans-card,
.couple-card,
.profile-card{
  background:#ffffff;
  border-radius:14px;
  overflow:hidden;
  border:1px solid #e5e7eb;
  box-shadow:0 10px 28px rgba(2,6,23,.10);
  position:relative;
}

/* Kill accidental absolute positioning on card containers */

.trans-card,
.couple-card,
.profile-card,
.escort-card{
  position:relative !important;
}
/* ============================================================
   FRONT PAGE — HEADING COLOR (WINE RED THEME)
============================================================ */

/* Section titles like: Top Featured, New Escorts, etc */
.section-heading,
.block-title,
.main-right .mini-title,
.city-hero h1,
.country-hero h1{
  color:#5C0303 !important;
  font-weight:700;
}

/* Card names */
.meta-row .name,
.mini-name{
  color:#5C0303 !important;
  font-weight:700;
}

/* Navigation text (optional, premium look) */
.nav-menu a,
.drawer-list a{
  color:#5C0303 !important;
}

.cc-country-search{
  width:100%;
  padding:10px 12px;
  border:1px solid #ddd;
  border-radius:6px;
  margin-bottom:8px;
  font-size:14px;
}

.cc-country-list{
  max-height:220px;
  overflow-y:auto;
}

.cc-country-list button{
  width:100%;
  text-align:left;
}

/* ============================================================
   FRONT PAGE — MOBILE EDGE TO EDGE (FINAL PATCH)
============================================================ */

@media (max-width:900px){

  /* Kill all horizontal padding on mobile */
  .home-left,
  .home-right,
  .banner-wrap,
  .listing-block{
    padding-left:0 !important;
    padding-right:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }

  

  /* Banner section full width */
  .banner-main,
  .banner-wrap{
    padding-left:12px;
    padding-right:12px;
  }

  /* Listing titles edge aligned */
  .block-title,
  .section-heading{
    padding-left:12px;
    padding-right:12px;
  }

  /* Card grid full bleed */
  .card-row{
    padding-left:12px;
    padding-right:12px;
    gap:12px;
  }

  /* Sidebar stacks clean */
  .main-right{
    padding-left:12px;
    padding-right:12px;
  }
}

 /* ============================================================
   COUNTRY CITY STRIP — COMPACT PREMIUM UI
============================================================ */

.cc-strip{
  background:#ffffff;
  padding:8px 0 10px;
  border-bottom:1px solid #e5e7eb;
}

/* ================= TOP ROW ================= */

.cc-strip .cc-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-bottom:8px;
}

/* Search input look */
.cc-strip .cc-country-wrap{
  flex:1;
  position:relative;
}

.cc-strip .cc-country-select{
  width:100%;
  display:flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border:2px solid #7c3aed !important;
  border-radius:12px !important;
  background:#ffffff !important;
  font-size:.82rem !important;
  font-weight:600 !important;
  color:#475569 !important;
  cursor:pointer;
}

.cc-strip .cc-country-select .cc-arrow{
  margin-left:auto;
  font-size:.7rem;
}

/* Dropdown */
.cc-strip .cc-country-dropdown{
  position:absolute;
  top:108%;
  left:0;
  width:200px;
  background:#ffffff;
  border:1px solid #e5e7eb;
  border-radius:10px;
  box-shadow:0 10px 26px rgba(2,6,23,.12);
  padding:4px;
  display:none;
  z-index:999;
}

.cc-strip .cc-country-dropdown.open{ display:block; }

.cc-strip .cc-country-dropdown button{
  width:100%;
  padding:6px 10px;
  border:none;
  background:none;
  text-align:left;
  border-radius:6px;
  font-size:.78rem;
  cursor:pointer;
}

.cc-strip .cc-country-dropdown button:hover{
  background:#f1f5f9;
}

/* ================= ACTION BUTTONS ================= */

.cc-strip .cc-actions{
  display:flex;
  gap:6px;
}

.cc-strip .cc-actions .cc-pill{
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:6px 12px !important;
  border-radius:999px !important;
  font-size:.7rem !important;
  font-weight:700 !important;
  border:none !important;
  white-space:nowrap;
}

.cc-strip .cc-search{ background:#7c3aed !important; color:#fff !important; }
.cc-strip .cc-available{ background:#f97316 !important; color:#fff !important; }
.cc-strip .cc-verified{ background:#2563eb !important; color:#fff !important; }
.cc-strip .cc-filters{ background:#9333ea !important; color:#fff !important; }

/* ================= CITY CONTAINER ================= */

.cc-strip .cc-cities{
  width:100%;
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(140px, 1fr));
  gap:8px 10px;

  background:#f8fafc;
  border:1px solid #e5e7eb;
  border-radius:6px;
  padding:10px 12px;
}

/* ================= CITY BUTTON ================= */

.cc-strip .cc-city{
  display:none;
  width:100%;
  align-items:center;
  justify-content:space-between;
  gap:8px;

  padding:7px 10px !important;
  border-radius:4px !important;
  border:1.5px solid #7c3aed !important;
  background:#ffffff !important;

  font-size:.72rem !important;
  font-weight:600 !important;
  color:#020617 !important;
  cursor:pointer;
  line-height:1.15 !important;
  white-space:nowrap;
}

.cc-strip .cc-city.is-visible{
  display:flex;
}

.cc-strip .cc-city:hover{
  background:#ede9fe !important;
}

/* ================= CITY COUNT ================= */

.cc-strip .cc-count{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:16px;
  height:16px;
  padding:0 5px;
  border-radius:3px;
  background:#facc15 !important;
  color:#000 !important;
  font-size:.55rem !important;
  font-weight:800 !important;
  line-height:1;
  flex-shrink:0;
}

.cc-strip button{
  background:unset;
  border:none;
  box-shadow:none;
}

/* ============================================================
   MOBILE
============================================================ */

@media (max-width:900px){

  .cc-strip .cc-top{
    flex-direction:column;
    align-items:stretch;
  }

  .cc-strip .cc-actions{
    justify-content:space-between;
    flex-wrap:wrap;
  }

  /* MOBILE CITY VISIBILITY FIX */
  .cc-strip .cc-city{
    display:none;
  }

  .cc-strip .cc-city.is-visible{
    display:flex;
  }
}
/* ============================================================
   FRONT PAGE — MOBILE PREMIUM COUNTRY / CITY STRIP
============================================================ */

@media (max-width:900px){

  /* ================= STRIP SHELL ================= */

  .cc-strip{
    padding:12px 12px 14px;
    background:#ffffff;
    border-bottom:1px solid #e5e7eb;
  }

  /* ================= TOP STACK ================= */

  .cc-strip .cc-top{
    display:flex;
    flex-direction:column;
    gap:12px;
    margin-bottom:12px;
  }

  /* ================= COUNTRY SELECT (PRIMARY) ================= */

  .cc-strip .cc-country-wrap{
    width:100%;
  }

  .cc-strip .cc-country-select{
    width:100%;
    padding:12px 14px;
    border-radius:14px !important;
    border:2px solid var(--brand) !important;
    font-size:.9rem !important;
    font-weight:700 !important;
    background:#ffffff !important;
    box-shadow:0 6px 16px rgba(2,6,23,.10);
  }

  .cc-strip .cc-country-select .cc-icon{
    font-size:1rem;
  }

  .cc-strip .cc-country-select .cc-arrow{
    font-size:.75rem;
    opacity:.7;
  }

  /* ================= ACTION PILLS (SECONDARY) ================= */

  .cc-strip .cc-actions{
    display:flex;
    gap:8px;
    overflow-x:auto;
    padding-bottom:2px;
    scrollbar-width:none;
  }

  .cc-strip .cc-actions::-webkit-scrollbar{
    display:none;
  }

  .cc-strip .cc-actions .cc-pill{
    padding:8px 14px !important;
    font-size:.7rem !important;
    font-weight:700 !important;
    border-radius:999px !important;
    white-space:nowrap;
    box-shadow:0 4px 10px rgba(2,6,23,.10);
  }

  /* Tone down colors for premium feel */
  .cc-strip .cc-search{ background:#4f46e5 !important; }
  .cc-strip .cc-available{ background:#f59e0b !important; }
  .cc-strip .cc-verified{ background:#2563eb !important; }
  .cc-strip .cc-filters{ background:#6d28d9 !important; }

  /* ================= CITY GRID (SOFT CARDS) ================= */

  .cc-strip .cc-cities{
    margin-top:10px;
    padding:12px;
    border-radius:14px;
    background:#f8fafc;
    border:1px solid #e5e7eb;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
  }

  /* ================= CITY BUTTON ================= */

  .cc-strip .cc-city{
    display:none;
    padding:10px 12px !important;
    border-radius:10px !important;
    border:1px solid #e5e7eb !important;
    background:#ffffff !important;
    font-size:.75rem !important;
    font-weight:600 !important;
    box-shadow:0 6px 14px rgba(2,6,23,.08);
  }

  .cc-strip .cc-city.is-visible{
    display:flex;
  }

  .cc-strip .cc-city:hover{
    background:#ede9fe !important;
  }

  /* ================= COUNT BADGE ================= */

  .cc-strip .cc-count{
    min-width:18px;
    height:18px;
    font-size:.6rem !important;
    border-radius:6px;
    background:#fde047 !important;
    box-shadow:inset 0 0 0 1px rgba(0,0,0,.08);
  }

}

/* ============================================================
   MOBILE BANNER COLLAPSE (PREMIUM TOGGLE)
============================================================ */

@media (max-width:900px){

  /* Mobile Heading */
  .banner-mobile-toggle{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:12px 14px;
    font-size:.9rem;
    font-weight:800;
    color:#5C0303;
    background:#ffffff;
    border-bottom:1px solid #e5e7eb;
    cursor:pointer;
  }

  .banner-mobile-toggle .banner-arrow{
    font-size:.75rem;
    transition:.25s ease;
  }

  /* Collapse by default */
  #bannerMobileContent{
    display:none;
  }

  /* Open state */
  .banner-open #bannerMobileContent{
    display:block;
  }

  .banner-open .banner-arrow{
    transform:rotate(180deg);
  }

  /* Adjust mobile grid spacing */
  .banner-grid{
    padding:12px;
    gap:10px;
    grid-template-columns:repeat(2,1fr);
  }

}

/* Hide heading on desktop */
@media (min-width:901px){
  .banner-mobile-toggle{
    display:none;
  }
}

/* ============================================================
   MOBILE BANNER COLLAPSE — SLIDE ANIMATION
============================================================ */

@media (max-width:900px){

  /* Mobile heading */
  .banner-mobile-toggle{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:12px 14px;
    font-size:.9rem;
    font-weight:800;
    color:#5C0303;
    background:#ffffff;
    border-bottom:1px solid #e5e7eb;
    cursor:pointer;
  }

  .banner-mobile-toggle .banner-arrow{
    font-size:.75rem;
    transition:transform .25s ease;
  }

  /* Collapsible container */
  #bannerMobileContent{
    overflow:hidden;
    max-height:0;
    opacity:0;
    transition:
      max-height .45s ease,
      opacity .25s ease;
  }

  /* Open state */
  .banner-open #bannerMobileContent{
    max-height:800px; /* safe upper bound */
    opacity:1;
  }

  .banner-open .banner-arrow{
    transform:rotate(180deg);
  }

  /* Mobile grid tuning */
  .banner-grid{
    padding:12px;
    gap:10px;
    grid-template-columns:repeat(2,1fr);
  }
}

/* Hide heading on desktop */
@media (min-width:901px){
  .banner-mobile-toggle{ display:none; }
}

/* =================================================
   REMOVE DUPLICATE COUNTRY/CITY STRIP ON MOBILE
   Header selector remains visible
================================================= */

@media (max-width: 991px) {
  body.home .cc-strip,
  body.front-page .cc-strip,
  body.page-template-front-page .cc-strip {
    display: none !important;
  }
}

/* =================================================
   FRONT PAGE TOP COUNTRIES
================================================= */

.cc-top-countries {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-left: auto;
}

.cc-top-title {
  font-size: 13px;
  font-weight: 900;
  color: #111827;
  margin-right: 4px;
  white-space: nowrap;
}

.cc-country-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 13px;
  background: #111827;
  border: 1px solid #7c3aed;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 6px 14px rgba(17, 24, 39, 0.12);
}

.cc-country-pill:hover {
  background: #7c3aed;
  border-color: #7c3aed;
  color: #fff;
}

@media (max-width: 991px) {
  .cc-top-countries {
    display: none !important;
  }
}

/* ============================================================
   FRONT PAGE COUNTRY/CITY GRID LIMIT
   Desktop: 4 rows x 7 columns = 28 visible cities
============================================================ */

.cc-country-dropdown {
  display: none;
}

.cc-country-dropdown.open {
  display: block;
}

.cc-cities {
  display: none;
}

.cc-cities.has-visible-cities {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  max-height: none;
  overflow: visible;
}

.cc-city {
  display: none;
}

.cc-city.is-visible {
  display: flex;
}

.cc-city.is-hidden-extra {
  display: none !important;
}

.cc-show-all-wrap {
  display: none;
  grid-column: 1 / -1;
  justify-content: center;
  margin-top: 4px;
}

.cc-cities.has-more-cities .cc-show-all-wrap {
  display: flex;
}

.cc-show-all-btn {
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid #7c3aed;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
}

.cc-show-all-btn:hover {
  background: #7c3aed;
  color: #ffffff;
}

.cc-city {
  min-height: 40px;
  padding: 8px 10px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(124, 58, 237, 0.28);
  border-radius: 12px;
  background: #ffffff;
  color: #111827;
  font-size: 13px;
  font-weight: 850;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.06);
  transition: all 0.18s ease;
}

.cc-city:hover {
  background: #7c3aed;
  border-color: #7c3aed;
  color: #ffffff;
  transform: translateY(-1px);
}

.cc-city-name {
  color: inherit;
  line-height: 1.2;
}

/* Tablet */
@media (max-width: 991px) {
  .cc-cities.has-visible-cities {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
  }

  .cc-city {
    min-height: 38px;
    font-size: 12px;
    border-radius: 11px;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .cc-cities.has-visible-cities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 10px;
    background: #ffffff;
    border: 1px solid rgba(124, 58, 237, 0.18);
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  }

  .cc-city {
    min-height: 42px;
    padding: 8px 10px;
    font-size: 13px;
    border-radius: 12px;
  }

  .cc-show-all-btn {
    width: 100%;
    min-height: 42px;
  }
}
/* ============================================================
   MOBILE HEADER COUNTRY DROPDOWN FINAL FIX
   Compact overlay with internal scroll
============================================================ */

@media (max-width: 991px) {

  .mobile-cc-wrap {
    position: relative !important;
    z-index: 99999 !important;
  }

  .mobile-cc-wrap.open .mobile-cc-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }

  .mobile-cc-dropdown {
    position: absolute !important;
    top: calc(100% + 10px) !important;
    right: -42px !important;
    width: min(436px, calc(100vw - 32px)) !important;
    max-height: 470px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 2px solid #7c3aed !important;
    border-radius: 20px !important;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.35) !important;
    z-index: 999999 !important;
    box-sizing: border-box !important;
  }

  .mobile-cc-search {
    width: calc(100% - 28px) !important;
    height: 54px !important;
    margin: 14px !important;
    padding: 0 16px !important;
    border: 1px solid #d7dce5 !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    color: #111827 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    outline: none !important;
    box-sizing: border-box !important;
  }

  .mobile-cc-country-list {
    max-height: 188px !important;
    overflow-y: auto !important;
    padding: 0 14px 12px !important;
    display: grid !important;
    gap: 9px !important;
    box-sizing: border-box !important;
  }

  .mobile-cc-country-list button {
    width: 100% !important;
    min-height: 48px !important;
    padding: 0 14px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 14px !important;
    background: #f8fafc !important;
    color: #111827 !important;
    text-align: left !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    cursor: pointer !important;
  }

  .mobile-cc-country-list button.active,
  .mobile-cc-country-list button:hover {
    background: #7c3aed !important;
    border-color: #7c3aed !important;
    color: #ffffff !important;
  }

  .mobile-cc-city-list {
    display: none !important;
    max-height: 190px !important;
    overflow-y: auto !important;
    padding: 14px !important;
    border-top: 1px solid #e5e7eb !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
  }

  .mobile-cc-city-list.active {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }

  .mobile-cc-city {
    min-height: 46px !important;
    padding: 8px 10px !important;
    border-radius: 13px !important;
    background: #111827 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  .mobile-cc-city:hover {
    background: #7c3aed !important;
    color: #ffffff !important;
  }

  /* Prevent front-page content visually fighting with dropdown */
  body.mobile-cc-open .cc-strip {
    opacity: 0.2 !important;
    pointer-events: none !important;
  }

  body.mobile-cc-open .banner-wrap,
  body.mobile-cc-open .listing-block {
    pointer-events: none !important;
  }
}

@media (max-width: 430px) {
  .mobile-cc-dropdown {
    right: -38px !important;
    width: min(400px, calc(100vw - 28px)) !important;
    max-height: 450px !important;
  }

  .mobile-cc-country-list {
    max-height: 176px !important;
  }

  .mobile-cc-city-list {
    max-height: 176px !important;
  }

  .mobile-cc-city {
    min-height: 44px !important;
    font-size: 12px !important;
  }
}
/* ============================================================
   FRONT PAGE PREMIUM CONVERSION PATCH
   Hero, country cards, CTA, trust blocks, SEO and commercial cards
============================================================ */

.fp-hero,
.fp-geo-message,
.fp-top-countries,
.fp-trust-strip,
.fp-register-cta,
.fp-seo-content{
  font-family:Roboto, sans-serif;
  box-sizing:border-box;
}

.fp-hero{
  width:100%;
  display:grid;
  grid-template-columns:minmax(0,1.7fr) minmax(280px,.8fr);
  gap:18px;
  align-items:stretch;
  padding:28px;
  border:1px solid rgba(92,3,3,.12);
  border-radius:24px;
  background:
    radial-gradient(circle at 12% 18%, rgba(250,204,21,.18), transparent 30%),
    linear-gradient(135deg,#fff7ed 0%,#ffffff 45%,#f5f3ff 100%);
  box-shadow:0 20px 50px rgba(2,6,23,.08);
  overflow:hidden;
  position:relative;
}

.fp-hero:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
  transform:translateX(-100%);
  animation:fpHeroShine 6s ease-in-out infinite;
}

@keyframes fpHeroShine{
  0%,55%{transform:translateX(-100%);} 
  75%,100%{transform:translateX(100%);} 
}

.fp-kicker,
.fp-section-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:8px;
  font-size:.74rem;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:800;
  color:#7c2d12;
}

.fp-hero h1{
  margin:0;
  max-width:900px;
  font-size:clamp(2rem,3vw,3.7rem);
  line-height:1.02;
  letter-spacing:-.04em;
  color:#5C0303;
  font-weight:900;
}

.fp-hero p{
  margin:14px 0 0;
  max-width:760px;
  color:#475569;
  font-size:1rem;
  line-height:1.7;
}

.fp-hero-actions,
.fp-register-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:20px;
}

.fp-primary-btn,
.fp-secondary-btn,
.fp-card-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:42px;
  padding:11px 18px;
  border-radius:999px;
  font-size:.84rem;
  font-weight:850;
  line-height:1;
  text-decoration:none !important;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}

.fp-primary-btn{
  color:#fff !important;
  border:1px solid rgba(92,3,3,.28);
  background:linear-gradient(135deg,#5C0303,#7c2d12 52%,#c2410c);
  box-shadow:0 14px 34px rgba(92,3,3,.22);
}

.fp-secondary-btn{
  color:#5C0303 !important;
  border:1px solid rgba(92,3,3,.18);
  background:rgba(255,255,255,.84);
  box-shadow:0 10px 24px rgba(2,6,23,.08);
}

.fp-primary-btn:hover,
.fp-secondary-btn:hover,
.fp-card-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 38px rgba(92,3,3,.18);
}

.fp-hero-panel{
  position:relative;
  display:grid;
  gap:12px;
  align-self:center;
}

.fp-hero-stat{
  padding:16px;
  border-radius:18px;
  border:1px solid rgba(124,58,237,.14);
  background:rgba(255,255,255,.78);
  box-shadow:0 12px 28px rgba(2,6,23,.07);
}

.fp-hero-stat strong{
  display:block;
  margin-bottom:4px;
  color:#5C0303;
  font-size:1.05rem;
  font-weight:900;
}

.fp-hero-stat span{
  display:block;
  color:#64748b;
  font-size:.84rem;
  line-height:1.45;
  font-weight:650;
}

.fp-geo-message{
  display:flex;
  align-items:center;
  gap:10px;
  margin:14px 0;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid rgba(124,58,237,.14);
  background:#faf5ff;
  color:#475569;
  font-size:.86rem;
  line-height:1.5;
}

.fp-geo-message strong{
  color:#5C0303;
}

.fp-top-countries{
  margin:12px 0 14px;
  padding:18px;
  border-radius:20px;
  border:1px solid #e5e7eb;
  background:#fff;
  box-shadow:0 12px 30px rgba(2,6,23,.06);
}

.fp-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
}

.fp-section-head h2,
.fp-register-cta h2,
.fp-seo-content h2{
  margin:0;
  color:#5C0303;
  font-weight:900;
  letter-spacing:-.03em;
  line-height:1.1;
}

.fp-section-head h2{
  font-size:1.35rem;
}

.fp-section-head p{
  margin:0;
  color:#64748b;
  font-size:.86rem;
  line-height:1.45;
  max-width:460px;
  text-align:right;
}

.fp-country-card-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:10px;
}

.fp-country-card{
  min-height:126px;
  display:flex;
  flex-direction:column;
  gap:7px;
  padding:14px;
  border-radius:18px;
  border:1px solid rgba(92,3,3,.14);
  background:linear-gradient(180deg,#ffffff,#fff7ed);
  color:#0f172a !important;
  text-decoration:none !important;
  box-shadow:0 10px 24px rgba(2,6,23,.06);
  position:relative;
  overflow:hidden;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.fp-country-card:after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:0;
  height:3px;
  border-radius:999px 999px 0 0;
  background:linear-gradient(90deg,#5C0303,#facc15,#7c3aed);
  transform:scaleX(.25);
  transform-origin:left;
  transition:transform .25s ease;
}

.fp-country-card:hover{
  transform:translateY(-3px);
  border-color:rgba(92,3,3,.30);
  box-shadow:0 18px 38px rgba(92,3,3,.12);
}

.fp-country-card:hover:after{
  transform:scaleX(1);
}

.fp-country-flag{
  font-size:1.4rem;
  line-height:1;
}

.fp-country-name{
  display:block;
  color:#5C0303;
  font-size:.98rem;
  line-height:1.1;
  font-weight:900;
}

.fp-country-note{
  color:#64748b;
  font-size:.74rem;
  line-height:1.35;
  min-height:32px;
}

.fp-country-meta{
  margin-top:auto;
  color:#7c2d12;
  font-size:.72rem;
  font-weight:850;
}

.fp-trust-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin:14px 0 18px;
}

.fp-trust-strip div{
  min-height:92px;
  padding:15px;
  border-radius:18px;
  border:1px solid #e5e7eb;
  background:#fff;
  box-shadow:0 10px 24px rgba(2,6,23,.06);
}

.fp-trust-strip strong{
  display:block;
  margin-bottom:6px;
  color:#5C0303;
  font-size:.92rem;
  font-weight:900;
}

.fp-trust-strip span{
  display:block;
  color:#64748b;
  font-size:.78rem;
  line-height:1.45;
  font-weight:600;
}

.fp-register-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin:16px 0 18px;
  padding:22px;
  border-radius:22px;
  border:1px solid rgba(92,3,3,.18);
  background:
    radial-gradient(circle at 85% 20%, rgba(250,204,21,.18), transparent 25%),
    linear-gradient(135deg,#fff,#fff7ed 45%,#faf5ff);
  box-shadow:0 16px 36px rgba(2,6,23,.07);
}

.fp-register-cta h2{
  font-size:1.45rem;
}

.fp-register-cta p{
  margin:8px 0 0;
  color:#64748b;
  font-size:.9rem;
  line-height:1.6;
  max-width:760px;
}

.fp-commercial-card{
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(92,3,3,.10);
  box-shadow:0 10px 26px rgba(2,6,23,.08);
}

.fp-card-commerce{
  padding:10px;
  border-top:1px solid #eef2f7;
  background:linear-gradient(180deg,#fff,#fffaf5);
}

.fp-card-badges{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:5px;
  margin-bottom:7px;
}

.fp-card-badges span{
  display:inline-flex;
  align-items:center;
  min-height:20px;
  padding:4px 7px;
  border-radius:999px;
  background:#fef3c7;
  color:#7c2d12;
  font-size:.62rem;
  font-weight:900;
  line-height:1;
}

.fp-card-location{
  min-height:18px;
  margin-bottom:8px;
  color:#64748b;
  font-size:.72rem;
  line-height:1.25;
  font-weight:700;
}

.fp-card-btn{
  width:100%;
  min-height:34px;
  padding:9px 10px;
  border-radius:10px;
  color:#fff !important;
  background:linear-gradient(135deg,#5C0303,#7c2d12);
  font-size:.76rem;
  box-shadow:0 8px 18px rgba(92,3,3,.16);
}

.fp-seo-content{
  margin:22px 0 0;
  padding:24px;
  border-radius:22px;
  border:1px solid #e5e7eb;
  background:#fff;
  box-shadow:0 14px 34px rgba(2,6,23,.06);
}

.fp-seo-content h2{
  font-size:1.55rem;
}

.fp-seo-content h3{
  margin:20px 0 8px;
  color:#5C0303;
  font-size:1.05rem;
  line-height:1.25;
  font-weight:900;
}

.fp-seo-content p{
  margin:0;
  color:#475569;
  font-size:.94rem;
  line-height:1.75;
}

/* Keep the city selector compact under the new country cards */
.cc-strip .cc-cities{
  margin-top:12px;
}

.cc-strip .cc-top{
  margin-bottom:0 !important;
}

@media (max-width:1400px){
  .fp-country-card-grid{grid-template-columns:repeat(3,1fr);}
}

@media (max-width:1180px){
  .fp-hero{grid-template-columns:1fr;}
  .fp-hero-panel{grid-template-columns:repeat(3,1fr);}
  .fp-trust-strip{grid-template-columns:repeat(2,1fr);}
}

@media (max-width:900px){
  .fp-hero,
  .fp-geo-message,
  .fp-top-countries,
  .fp-trust-strip,
  .fp-register-cta,
  .fp-seo-content{
    margin-left:12px !important;
    margin-right:12px !important;
  }

  .fp-hero{
    padding:22px;
    border-radius:20px;
  }

  .fp-hero-panel,
  .fp-country-card-grid,
  .fp-trust-strip{
    grid-template-columns:1fr;
  }

  .fp-section-head,
  .fp-register-cta{
    display:block;
  }

  .fp-section-head p{
    margin-top:8px;
    text-align:left;
  }

  .fp-register-actions{
    margin-top:16px;
  }

  .fp-primary-btn,
  .fp-secondary-btn{
    width:100%;
  }
}

@media (max-width:640px){
  .fp-hero h1{font-size:2rem;}
  .fp-hero p,
  .fp-register-cta p,
  .fp-seo-content p{font-size:.88rem;}
  .fp-top-countries{padding:14px;}
}

/* ============================================================
   FRONT PAGE COMPACT CONVERSION FIX
   Less scrolling, fixed country selector, corrected CTA visual density
============================================================ */

.home-left{
  padding-top:8px !important;
}

.fp-hero{
  grid-template-columns:minmax(0,1fr) minmax(250px,.46fr) !important;
  gap:12px !important;
  padding:18px 20px !important;
  border-radius:18px !important;
  margin-bottom:8px !important;
}

.fp-hero h1{
  font-size:clamp(1.75rem,2.25vw,2.75rem) !important;
  line-height:1.04 !important;
}

.fp-hero p{
  margin-top:8px !important;
  font-size:.92rem !important;
  line-height:1.45 !important;
}

.fp-kicker,
.fp-section-kicker{
  margin-bottom:6px !important;
  font-size:.68rem !important;
}

.fp-hero-actions,
.fp-register-actions{
  margin-top:12px !important;
  gap:8px !important;
}

.fp-primary-btn,
.fp-secondary-btn,
.fp-card-btn{
  min-height:36px !important;
  padding:9px 15px !important;
  font-size:.78rem !important;
}

.fp-hero-panel{
  gap:8px !important;
}

.fp-hero-stat{
  padding:11px 12px !important;
  border-radius:14px !important;
}

.fp-hero-stat strong{
  font-size:.9rem !important;
  margin-bottom:2px !important;
}

.fp-hero-stat span{
  font-size:.72rem !important;
  line-height:1.3 !important;
}

.fp-geo-message{
  margin:8px 0 !important;
  padding:8px 12px !important;
  border-radius:12px !important;
  font-size:.78rem !important;
  line-height:1.35 !important;
}

.fp-top-countries{
  margin:8px 0 8px !important;
  padding:12px !important;
  border-radius:16px !important;
}

.fp-section-head{
  margin-bottom:9px !important;
  gap:10px !important;
}

.fp-section-head h2{
  font-size:1.08rem !important;
}

.fp-section-head p{
  font-size:.75rem !important;
  line-height:1.3 !important;
}

.fp-country-card-grid{
  grid-template-columns:repeat(6, minmax(0, 1fr)) !important;
  gap:8px !important;
}

.fp-country-card{
  min-height:82px !important;
  padding:10px !important;
  border-radius:14px !important;
  gap:4px !important;
}

.fp-country-flag{
  font-size:1.1rem !important;
}

.fp-country-name{
  font-size:.82rem !important;
}

.fp-country-note{
  display:none !important;
}

.fp-country-meta{
  font-size:.66rem !important;
  line-height:1.2 !important;
}

.cc-strip{
  padding-top:6px !important;
  padding-bottom:8px !important;
}

.cc-strip .cc-top{
  margin-bottom:6px !important;
}

.cc-strip .cc-country-select{
  min-height:38px !important;
  padding:8px 12px !important;
  font-size:.78rem !important;
}

.cc-strip .cc-country-dropdown{
  width:min(320px, 92vw) !important;
  max-height:360px !important;
  overflow:hidden !important;
}

.cc-country-search{
  height:38px !important;
  padding:7px 10px !important;
  margin-bottom:6px !important;
  font-size:13px !important;
}

.cc-country-list{
  max-height:275px !important;
}

.cc-strip .cc-cities{
  margin-top:8px !important;
  padding:8px !important;
  gap:7px !important;
  border-radius:12px !important;
}

.cc-cities.has-visible-cities{
  grid-template-columns:repeat(7, minmax(0, 1fr)) !important;
}

.cc-city{
  min-height:34px !important;
  padding:6px 8px !important;
  border-radius:10px !important;
  font-size:12px !important;
}

.cc-show-all-btn{
  min-height:34px !important;
  padding:0 15px !important;
  font-size:12px !important;
}

.fp-trust-strip{
  grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  gap:8px !important;
  margin:8px 0 10px !important;
}

.fp-trust-strip div{
  min-height:66px !important;
  padding:10px !important;
  border-radius:14px !important;
}

.fp-trust-strip strong{
  margin-bottom:3px !important;
  font-size:.78rem !important;
}

.fp-trust-strip span{
  font-size:.68rem !important;
  line-height:1.25 !important;
}

.fp-register-cta{
  margin:10px 0 12px !important;
  padding:14px 16px !important;
  border-radius:16px !important;
}

.fp-register-cta h2{
  font-size:1.08rem !important;
}

.fp-register-cta p{
  margin-top:5px !important;
  font-size:.78rem !important;
  line-height:1.4 !important;
}

.listing-block{
  margin-top:12px !important;
}

.card-row{
  margin-top:8px !important;
  gap:10px !important;
}

.fp-card-commerce{
  padding:7px !important;
}

.fp-card-badges{
  gap:4px !important;
  margin-bottom:5px !important;
}

.fp-card-badges span{
  min-height:18px !important;
  padding:3px 6px !important;
  font-size:.56rem !important;
}

.fp-card-location{
  min-height:auto !important;
  margin-bottom:6px !important;
  font-size:.66rem !important;
}

.fp-card-btn{
  min-height:30px !important;
  padding:7px 8px !important;
  border-radius:8px !important;
  font-size:.7rem !important;
}

.fp-seo-content{
  margin-top:14px !important;
  padding:16px !important;
  border-radius:16px !important;
}

.fp-seo-content h2{
  font-size:1.18rem !important;
}

.fp-seo-content h3{
  margin:12px 0 5px !important;
  font-size:.92rem !important;
}

.fp-seo-content p{
  font-size:.82rem !important;
  line-height:1.5 !important;
}

@media (max-width:1400px){
  .fp-country-card-grid{grid-template-columns:repeat(3, minmax(0, 1fr)) !important;}
}

@media (max-width:1180px){
  .fp-hero{grid-template-columns:1fr !important;}
  .fp-hero-panel{grid-template-columns:repeat(3, minmax(0, 1fr)) !important;}
  .fp-trust-strip{grid-template-columns:repeat(2, minmax(0, 1fr)) !important;}
}

@media (max-width:900px){
  .fp-hero,
  .fp-geo-message,
  .fp-top-countries,
  .fp-trust-strip,
  .fp-register-cta,
  .fp-seo-content{
    margin-left:10px !important;
    margin-right:10px !important;
  }

  .fp-hero{padding:16px !important;}
  .fp-hero-panel{grid-template-columns:1fr !important;}
  .fp-country-card-grid{grid-template-columns:repeat(2, minmax(0, 1fr)) !important;}
  .fp-trust-strip{grid-template-columns:1fr !important;}
  .fp-register-cta{display:block !important;}
  .fp-register-actions .fp-primary-btn,
  .fp-register-actions .fp-secondary-btn,
  .fp-hero-actions .fp-primary-btn,
  .fp-hero-actions .fp-secondary-btn{width:100% !important;}
  .cc-cities.has-visible-cities{grid-template-columns:repeat(2, minmax(0, 1fr)) !important;}
}

/* ============================================================
   PREMIUM FORMATTED SEO CONTENT SECTION
   Scope: front page content block only
============================================================ */
.fp-premium-copy{
  position:relative !important;
  overflow:hidden !important;
  background:
    radial-gradient(circle at top left, rgba(124,58,237,.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fbfaff 100%) !important;
  border:1px solid rgba(124,58,237,.14) !important;
  box-shadow:0 18px 45px rgba(15,23,42,.07) !important;
}

.fp-premium-copy:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:3px;
  background:linear-gradient(90deg, #facc15, #7c3aed, #facc15);
}

.fp-seo-hero-copy{
  max-width:980px;
}

.fp-premium-copy h2{
  margin:6px 0 10px !important;
  font-size:clamp(1.35rem, 2vw, 2rem) !important;
  line-height:1.15 !important;
  letter-spacing:-.035em !important;
  color:#111827 !important;
}

.fp-premium-copy h3{
  margin:0 0 8px !important;
  font-size:1rem !important;
  line-height:1.25 !important;
  letter-spacing:-.02em !important;
  color:#111827 !important;
}

.fp-premium-copy p{
  margin:0 0 10px !important;
  color:#475569 !important;
  font-size:.92rem !important;
  line-height:1.68 !important;
}

.fp-premium-copy strong{
  color:#231454 !important;
  font-weight:800 !important;
}

.fp-seo-highlight-grid,
.fp-seo-card-grid,
.fp-seo-benefits{
  display:grid;
  gap:12px;
  margin-top:16px;
}

.fp-seo-highlight-grid{
  grid-template-columns:repeat(3, minmax(0, 1fr));
}

.fp-seo-highlight-grid div,
.fp-seo-card-grid article,
.fp-seo-benefits article,
.fp-seo-wide-card,
.fp-seo-two-col article{
  border:1px solid rgba(124,58,237,.12) !important;
  border-radius:16px !important;
  background:rgba(255,255,255,.82) !important;
  box-shadow:0 10px 28px rgba(15,23,42,.05) !important;
}

.fp-seo-highlight-grid div{
  padding:13px 14px !important;
}

.fp-seo-highlight-grid strong{
  display:block;
  margin-bottom:4px;
  font-size:.82rem;
}

.fp-seo-highlight-grid span{
  display:block;
  color:#64748b;
  font-size:.76rem;
  line-height:1.45;
}

.fp-seo-two-col{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:12px;
  margin-top:16px;
}

.fp-seo-two-col article,
.fp-seo-card-grid article,
.fp-seo-benefits article,
.fp-seo-wide-card{
  padding:16px !important;
}

.fp-seo-card-grid{
  grid-template-columns:repeat(3, minmax(0, 1fr));
}

.fp-seo-wide-card{
  margin-top:12px !important;
}

.fp-seo-benefits{
  grid-template-columns:repeat(2, minmax(0, 1fr));
}

.fp-seo-benefits ul{
  display:grid;
  gap:7px;
  margin:10px 0 0 !important;
  padding:0 !important;
  list-style:none !important;
}

.fp-seo-benefits li{
  position:relative;
  padding-left:18px;
  color:#334155;
  font-size:.84rem;
  line-height:1.45;
}

.fp-seo-benefits li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#7c3aed;
  font-weight:900;
}

.fp-seo-final-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:16px;
  padding:18px !important;
  border-radius:18px !important;
  background:linear-gradient(135deg, #111827 0%, #231454 58%, #5b21b6 100%) !important;
  box-shadow:0 18px 42px rgba(35,20,84,.18) !important;
}

.fp-seo-final-cta h3,
.fp-seo-final-cta p,
.fp-seo-final-cta strong{
  color:#ffffff !important;
}

.fp-seo-final-cta p{
  opacity:.84;
  margin-bottom:0 !important;
}

.fp-seo-final-cta .fp-primary-btn{
  flex:0 0 auto;
  background:#facc15 !important;
  color:#111827 !important;
  box-shadow:0 12px 26px rgba(250,204,21,.25) !important;
}

@media (max-width:1100px){
  .fp-seo-highlight-grid,
  .fp-seo-card-grid{
    grid-template-columns:1fr 1fr !important;
  }

  .fp-seo-two-col,
  .fp-seo-benefits{
    grid-template-columns:1fr !important;
  }
}

@media (max-width:700px){
  .fp-seo-highlight-grid,
  .fp-seo-card-grid{
    grid-template-columns:1fr !important;
  }

  .fp-seo-two-col article,
  .fp-seo-card-grid article,
  .fp-seo-benefits article,
  .fp-seo-wide-card{
    padding:14px !important;
  }

  .fp-seo-final-cta{
    display:block !important;
  }

  .fp-seo-final-cta .fp-primary-btn{
    width:100% !important;
    margin-top:12px !important;
  }
}

/* ============================================================
   FRONT PAGE PROFILE-FIRST REORDER PATCH
   Keep profile listings visible after the hero with less scrolling
============================================================ */
.fp-hero{
  margin-bottom:6px !important;
}

.fp-geo-message{
  margin:6px 0 8px !important;
}

.home-left > .listing-block:first-of-type{
  margin-top:8px !important;
}

.home-left > .listing-block:first-of-type .block-title{
  margin-top:0 !important;
}

.fp-top-countries,
.fp-trust-strip,
.fp-register-cta,
.banner-wrap,
.fp-seo-content{
  scroll-margin-top:90px;
}

/* Below-listing sections are intentionally compact because listings are now primary. */
.cc-strip,
.fp-top-countries,
.fp-trust-strip,
.fp-register-cta,
.banner-wrap,
.fp-seo-content{
  margin-top:12px !important;
  margin-bottom:12px !important;
}

.fp-seo-highlight-grid,
.fp-seo-two-col,
.fp-seo-card-grid,
.fp-seo-benefits{
  gap:10px !important;
}

@media (max-width:700px){
  .fp-hero{
    padding:14px !important;
    margin-bottom:5px !important;
  }

  .fp-hero h1{
    font-size:1.72rem !important;
  }

  .fp-hero p{
    font-size:.84rem !important;
    line-height:1.38 !important;
  }

  .fp-geo-message{
    font-size:.74rem !important;
  }

  .listing-block{
    margin-top:10px !important;
  }
}

/* ============================================================
   FRONT PAGE PREVIOUS FLOW + LESS SCROLL PATCH
   Keep hero/location/country section before profiles, but make the
   upper content compact so listings appear sooner.
============================================================ */
.home-left{
  padding-top:4px !important;
}

.fp-hero{
  padding:14px 16px !important;
  gap:10px !important;
  margin-bottom:6px !important;
  border-radius:16px !important;
}

.fp-hero h1{
  font-size:clamp(1.55rem,2vw,2.35rem) !important;
  line-height:1.02 !important;
}

.fp-hero p{
  margin-top:6px !important;
  font-size:.86rem !important;
  line-height:1.35 !important;
}

.fp-kicker,
.fp-section-kicker{
  margin-bottom:4px !important;
  font-size:.64rem !important;
}

.fp-hero-actions{
  margin-top:10px !important;
  gap:7px !important;
}

.fp-primary-btn,
.fp-secondary-btn{
  min-height:32px !important;
  padding:8px 13px !important;
  font-size:.73rem !important;
}

.fp-hero-panel{
  gap:6px !important;
}

.fp-hero-stat{
  padding:8px 10px !important;
  border-radius:12px !important;
}

.fp-hero-stat strong{
  font-size:.78rem !important;
  margin-bottom:1px !important;
}

.fp-hero-stat span{
  font-size:.65rem !important;
  line-height:1.22 !important;
}

.fp-geo-message{
  margin:6px 0 !important;
  padding:7px 10px !important;
  border-radius:10px !important;
  font-size:.73rem !important;
  line-height:1.28 !important;
}

.cc-strip{
  padding:8px !important;
  margin-top:6px !important;
  margin-bottom:8px !important;
  border-radius:14px !important;
}

.cc-strip .cc-top{
  margin-bottom:6px !important;
}

.cc-strip .cc-country-select{
  min-height:34px !important;
  padding:7px 11px !important;
  font-size:.76rem !important;
}

.fp-top-countries{
  margin:6px 0 6px !important;
  padding:10px !important;
  border-radius:14px !important;
}

.fp-section-head{
  margin-bottom:7px !important;
  gap:8px !important;
}

.fp-section-head h2{
  font-size:1rem !important;
}

.fp-section-head p{
  font-size:.7rem !important;
  line-height:1.25 !important;
}

.fp-country-card-grid{
  grid-template-columns:repeat(6, minmax(0, 1fr)) !important;
  gap:6px !important;
}

.fp-country-card{
  min-height:64px !important;
  padding:8px !important;
  border-radius:12px !important;
  gap:3px !important;
}

.fp-country-flag{
  font-size:1rem !important;
}

.fp-country-name{
  font-size:.75rem !important;
  line-height:1.05 !important;
}

.fp-country-note{
  display:none !important;
}

.fp-country-meta{
  font-size:.58rem !important;
  line-height:1.15 !important;
}

.cc-strip .cc-cities{
  margin-top:6px !important;
  padding:6px !important;
  gap:6px !important;
  border-radius:10px !important;
}

.cc-cities.has-visible-cities{
  grid-template-columns:repeat(7, minmax(0, 1fr)) !important;
  max-height:94px !important;
  overflow:hidden !important;
}

.cc-cities.has-visible-cities.is-expanded{
  max-height:none !important;
  overflow:visible !important;
}

.cc-city{
  min-height:30px !important;
  padding:5px 7px !important;
  border-radius:8px !important;
  font-size:11px !important;
}

.cc-show-all-btn{
  min-height:30px !important;
  padding:0 12px !important;
  font-size:11px !important;
}

.listing-block{
  margin-top:10px !important;
}

.listing-block:first-of-type{
  margin-top:8px !important;
}

.block-title{
  margin-bottom:8px !important;
  font-size:1.08rem !important;
}

.card-row{
  gap:9px !important;
}

/* These sections remain in the previous page design but are moved below listings and kept compact. */
.fp-trust-strip,
.fp-register-cta,
.banner-wrap{
  margin-top:12px !important;
}

@media (max-width:1400px){
  .fp-country-card-grid{grid-template-columns:repeat(4, minmax(0, 1fr)) !important;}
}

@media (max-width:1180px){
  .fp-hero{grid-template-columns:1fr !important;}
  .fp-hero-panel{grid-template-columns:repeat(3, minmax(0, 1fr)) !important;}
  .fp-country-card-grid{grid-template-columns:repeat(3, minmax(0, 1fr)) !important;}
}

@media (max-width:900px){
  .fp-hero,
  .fp-geo-message,
  .fp-top-countries,
  .fp-trust-strip,
  .fp-register-cta,
  .fp-seo-content{
    margin-left:8px !important;
    margin-right:8px !important;
  }
  .fp-hero{padding:13px !important;}
  .fp-hero-panel{grid-template-columns:1fr !important;}
  .fp-country-card-grid{grid-template-columns:repeat(2, minmax(0, 1fr)) !important;}
  .cc-cities.has-visible-cities{grid-template-columns:repeat(2, minmax(0, 1fr)) !important; max-height:128px !important;}
  .cc-cities.has-visible-cities.is-expanded{max-height:none !important;}
}


/* =========================================================
   Front page same-layout compact override
   Keeps the previous visual order but reduces scroll depth.
   ========================================================= */
body.home .home-main,
body.front-page .home-main,
body.page-template-front-page .home-main{
  padding-top:8px !important;
}

body.home .home-left,
body.front-page .home-left,
body.page-template-front-page .home-left{
  gap:8px !important;
}

.fp-hero{
  min-height:0 !important;
  padding:18px 22px !important;
  margin:0 0 8px !important;
  display:grid !important;
  grid-template-columns:minmax(0,1.7fr) minmax(300px,.85fr) !important;
  gap:18px !important;
  align-items:center !important;
}

.fp-kicker,
.fp-section-kicker{
  margin-bottom:6px !important;
  line-height:1.1 !important;
}

.fp-hero h1{
  font-size:clamp(30px,3.25vw,50px) !important;
  line-height:1.02 !important;
  margin:0 0 8px !important;
  max-width:920px !important;
}

.fp-hero p{
  font-size:17px !important;
  line-height:1.45 !important;
  margin:0 0 14px !important;
  max-width:940px !important;
}

.fp-hero-actions{
  gap:10px !important;
  margin-top:0 !important;
}

.fp-primary-btn,
.fp-secondary-btn{
  min-height:42px !important;
  padding:11px 20px !important;
  border-radius:999px !important;
  line-height:1 !important;
}

.fp-hero-panel{
  gap:10px !important;
}

.fp-hero-stat{
  min-height:58px !important;
  padding:13px 16px !important;
  border-radius:16px !important;
}

.fp-hero-stat strong{
  font-size:18px !important;
  line-height:1.1 !important;
  margin-bottom:4px !important;
}

.fp-hero-stat span{
  font-size:13px !important;
  line-height:1.25 !important;
}

.fp-geo-message{
  margin:0 0 8px !important;
  padding:9px 14px !important;
  border-radius:14px !important;
  font-size:14px !important;
  line-height:1.35 !important;
}

.cc-strip{
  margin:0 0 8px !important;
  padding:10px 12px 12px !important;
  border-radius:16px !important;
}

.cc-strip .cc-top{
  margin:0 0 10px !important;
}

.cc-strip .cc-country-select{
  min-height:42px !important;
  padding:10px 14px !important;
  border-radius:13px !important;
}

.fp-top-countries{
  margin:0 !important;
  padding:12px !important;
  border-radius:16px !important;
}

.fp-section-head{
  display:grid !important;
  grid-template-columns:auto 1fr auto !important;
  gap:12px !important;
  align-items:end !important;
  margin-bottom:10px !important;
}

.fp-section-head .fp-section-kicker{
  margin:0 !important;
  align-self:center !important;
}

.fp-section-head h2{
  font-size:22px !important;
  line-height:1.1 !important;
  margin:0 !important;
  text-align:center !important;
}

.fp-section-head p{
  margin:0 !important;
  font-size:14px !important;
  line-height:1.35 !important;
  text-align:right !important;
}

.fp-country-card-grid{
  display:grid !important;
  grid-template-columns:repeat(6,minmax(0,1fr)) !important;
  gap:10px !important;
}

.fp-country-card{
  min-height:78px !important;
  padding:12px 13px !important;
  border-radius:16px !important;
}

.fp-country-flag{
  font-size:20px !important;
  margin-bottom:4px !important;
}

.fp-country-name{
  font-size:15px !important;
  line-height:1.15 !important;
  margin-bottom:4px !important;
}

.fp-country-note{
  display:none !important;
}

.fp-country-meta{
  font-size:12px !important;
  line-height:1.2 !important;
}

.cc-strip .cc-cities:not(.has-visible-cities){
  display:none !important;
}

.cc-strip .cc-cities.has-visible-cities{
  margin-top:10px !important;
  padding-top:10px !important;
  display:grid !important;
  grid-template-columns:repeat(7,minmax(0,1fr)) !important;
  gap:8px !important;
  max-height:132px !important;
  overflow:hidden !important;
}

.cc-strip .cc-cities.has-visible-cities.is-expanded{
  max-height:none !important;
}

.cc-strip .cc-city{
  min-height:38px !important;
  padding:9px 12px !important;
  border-radius:12px !important;
  font-size:13px !important;
}

.cc-show-all-wrap{
  grid-column:1/-1 !important;
  margin-top:2px !important;
}

.cc-show-all-btn{
  min-height:36px !important;
  padding:9px 16px !important;
}

.fp-register-cta{
  margin:8px 0 !important;
  padding:16px 18px !important;
  border-radius:16px !important;
  display:flex !important;
  align-items:center !important;
  gap:16px !important;
}

.fp-register-cta h2{
  font-size:22px !important;
  line-height:1.15 !important;
  margin:4px 0 6px !important;
}

.fp-register-cta p{
  margin:0 !important;
  font-size:14px !important;
  line-height:1.35 !important;
}

.fp-register-actions{
  gap:10px !important;
  flex-shrink:0 !important;
}

.banner-wrap{
  margin:8px 0 10px !important;
  padding:0 !important;
}

.banner-grid{
  gap:8px !important;
}

.banner-grid a{
  border-radius:12px !important;
  min-height:46px !important;
}

.banner-grid img{
  height:56px !important;
  object-fit:cover !important;
}

.listing-block{
  margin-top:12px !important;
}

.listing-block .block-title{
  margin-bottom:10px !important;
}

@media (max-width:1180px){
  .fp-hero{grid-template-columns:1fr !important; padding:16px !important;}
  .fp-hero-panel{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
  .fp-country-card-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
  .fp-section-head{grid-template-columns:1fr !important; align-items:start !important;}
  .fp-section-head h2{text-align:left !important;}
  .fp-section-head p{text-align:left !important;}
  .cc-strip .cc-cities.has-visible-cities{grid-template-columns:repeat(4,minmax(0,1fr)) !important; max-height:140px !important;}
}

@media (max-width:768px){
  .fp-hero{padding:14px !important; gap:12px !important;}
  .fp-hero h1{font-size:28px !important;}
  .fp-hero p{font-size:15px !important; margin-bottom:12px !important;}
  .fp-hero-panel{grid-template-columns:1fr !important; gap:8px !important;}
  .fp-hero-stat{min-height:50px !important; padding:11px 14px !important;}
  .fp-hero-actions{display:grid !important; grid-template-columns:1fr !important;}
  .fp-country-card-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .fp-country-card{min-height:70px !important;}
  .cc-strip .cc-cities.has-visible-cities{grid-template-columns:repeat(2,minmax(0,1fr)) !important; max-height:154px !important;}
  .fp-register-cta{display:block !important; padding:14px !important;}
  .fp-register-actions{display:grid !important; grid-template-columns:1fr !important; margin-top:12px !important;}
  .banner-grid img{height:48px !important;}
}

/* ============================================================
   FRONT PAGE COMPACT V2 - SAME FLOW, LESS SCROLL
   Purpose: keep the current premium layout, but bring listings into view faster.
============================================================ */

.home-left{padding-top:6px !important;}

.fp-hero{
  padding:14px 22px !important;
  margin:0 0 8px !important;
  border-radius:18px !important;
  min-height:0 !important;
  gap:18px !important;
}
.fp-hero-copy{padding:0 !important;}
.fp-kicker{font-size:.72rem !important; margin-bottom:4px !important;}
.fp-hero h1{
  font-size:clamp(28px,3.1vw,44px) !important;
  line-height:1.03 !important;
  margin:4px 0 8px !important;
  max-width:850px !important;
}
.fp-hero p{
  font-size:1rem !important;
  line-height:1.45 !important;
  margin:0 !important;
  max-width:820px !important;
}
.fp-hero-actions{margin-top:12px !important; gap:10px !important;}
.fp-primary-btn,.fp-secondary-btn{
  min-height:38px !important;
  padding:9px 22px !important;
  font-size:.88rem !important;
}
.fp-hero-panel{gap:8px !important; align-self:center !important;}
.fp-hero-stat{
  padding:10px 14px !important;
  min-height:58px !important;
  border-radius:14px !important;
}
.fp-hero-stat strong{font-size:1rem !important; margin-bottom:3px !important;}
.fp-hero-stat span{font-size:.78rem !important;}

.fp-geo-message{
  margin:8px 0 !important;
  padding:8px 14px !important;
  border-radius:12px !important;
  font-size:.9rem !important;
}

.cc-strip{
  padding:6px 0 8px !important;
  border-bottom:0 !important;
}
.cc-strip .cc-top{margin-bottom:8px !important;}
.cc-strip .cc-country-select{
  min-height:42px !important;
  padding:8px 14px !important;
  border-radius:12px !important;
}
.fp-top-countries{
  padding:8px 12px 10px !important;
  margin:8px 0 !important;
  border-radius:16px !important;
}
.fp-section-head{
  display:grid !important;
  grid-template-columns:auto 1fr auto !important;
  align-items:end !important;
  gap:10px !important;
  margin-bottom:8px !important;
}
.fp-section-head .fp-section-kicker{font-size:.7rem !important; margin:0 !important;}
.fp-section-head h2{font-size:1.25rem !important; line-height:1.1 !important; margin:0 !important;}
.fp-section-head p{font-size:.82rem !important; line-height:1.25 !important; margin:0 !important;}
.fp-country-card-grid{
  grid-template-columns:repeat(6,minmax(0,1fr)) !important;
  gap:8px !important;
}
.fp-country-card{
  min-height:72px !important;
  padding:9px 12px !important;
  border-radius:14px !important;
}
.fp-country-flag{font-size:1rem !important; margin-bottom:3px !important;}
.fp-country-name{font-size:.9rem !important; line-height:1.15 !important;}
.fp-country-note{display:none !important;}
.fp-country-meta{font-size:.72rem !important; margin-top:4px !important;}

.cc-strip .cc-cities{
  margin-top:8px !important;
  padding:8px !important;
  gap:7px !important;
  max-height:150px !important;
  overflow:auto !important;
}
.cc-strip .cc-city{padding:7px 10px !important; min-height:34px !important;}

.fp-register-cta{
  margin:10px 0 !important;
  padding:12px 18px !important;
  border-radius:16px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
}
.fp-register-cta h2{font-size:1.1rem !important; line-height:1.15 !important; margin:3px 0 4px !important;}
.fp-register-cta p{font-size:.86rem !important; line-height:1.35 !important; margin:0 !important;}
.fp-register-actions{gap:10px !important; flex-shrink:0 !important;}

.banner-wrap{margin:8px 0 10px !important;}
.banner-main{padding:0 !important;}
.banner-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:8px !important;
}
.banner-grid a{
  min-height:0 !important;
  height:46px !important;
  border-radius:10px !important;
  overflow:hidden !important;
}
.banner-grid img{
  width:100% !important;
  height:46px !important;
  object-fit:cover !important;
  display:block !important;
}

.listing-block{margin-top:12px !important; padding-top:0 !important;}
.listing-block .block-title{margin-bottom:8px !important; font-size:1.08rem !important;}

@media (max-width:1024px){
  .fp-hero{grid-template-columns:1fr !important; padding:14px !important;}
  .fp-hero-panel{grid-template-columns:repeat(3,1fr) !important; display:grid !important;}
  .fp-country-card-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
  .banner-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}

@media (max-width:640px){
  .home-left{padding:6px 8px 16px !important;}
  .fp-hero{padding:12px !important; border-radius:14px !important;}
  .fp-hero h1{font-size:1.8rem !important;}
  .fp-hero p{font-size:.92rem !important;}
  .fp-hero-panel{display:none !important;}
  .fp-section-head{display:block !important;}
  .fp-section-head h2{margin:3px 0 !important;}
  .fp-country-card-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .fp-register-cta{display:block !important; padding:12px !important;}
  .fp-register-actions{margin-top:10px !important; display:flex !important;}
  .fp-register-actions a{flex:1 !important; justify-content:center !important; padding-left:10px !important; padding-right:10px !important;}
  .banner-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:6px !important;}
  .banner-grid a,.banner-grid img{height:38px !important;}
}

/* ============================================================
   TRANS DIRECTORY PAGE — FRONT PAGE PREMIUM MATCH
============================================================ */
.trans-directory-main .home-left{
  padding-top:12px !important;
}

.trans-directory-hero{
  margin-bottom:12px !important;
}

.trans-directory-hero .fp-kicker{
  color:#facc15 !important;
}

.trans-directory-hero .fp-hero-stat strong{
  color:#5C0303 !important;
}

.trans-directory-cta{
  margin-bottom:12px !important;
}

.trans-banner-wrap{
  margin-top:0 !important;
  margin-bottom:16px !important;
}

.trans-listing-block{
  margin-top:16px !important;
}

.trans-listing-block .block-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:8px;
}

.trans-listing-block .block-title{
  margin:0 !important;
  letter-spacing:.02em !important;
  line-height:1.2 !important;
}

.trans-listing-block .fp-icon{
  flex:0 0 auto;
  box-shadow:0 8px 18px rgba(92,3,3,.14);
}

.trans-trust-strip{
  margin-top:18px !important;
  margin-bottom:4px !important;
}

@media (max-width:900px){
  .trans-directory-main .home-left{
    padding-top:8px !important;
  }

  .trans-directory-hero,
  .trans-directory-cta,
  .trans-trust-strip{
    margin-left:12px !important;
    margin-right:12px !important;
  }

  .trans-banner-wrap{
    padding-left:12px !important;
    padding-right:12px !important;
  }

  .trans-listing-block{
    margin-top:14px !important;
  }

  .trans-listing-block .block-title{
    font-size:.92rem !important;
  }
}

@media (max-width:520px){
  .trans-directory-hero .fp-hero-actions{
    grid-template-columns:1fr !important;
  }

  .trans-directory-cta .fp-register-actions{
    width:100% !important;
  }

  .trans-directory-cta .fp-primary-btn,
  .trans-directory-cta .fp-secondary-btn{
    width:100% !important;
  }
}

/* ============================================================
   COUPLE DIRECTORY PAGE — FRONT PAGE PREMIUM MATCH
============================================================ */
.couple-directory-main .home-left{
  padding-top:12px !important;
}

.couple-directory-hero{
  margin-bottom:12px !important;
}

.couple-directory-hero .fp-kicker{
  color:#facc15 !important;
}

.couple-directory-hero .fp-hero-stat strong{
  color:#5C0303 !important;
}

.couple-directory-cta{
  margin-bottom:12px !important;
}

.couple-banner-wrap{
  margin-top:0 !important;
  margin-bottom:16px !important;
}

.couple-listing-block{
  margin-top:16px !important;
}

.couple-listing-block .block-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:8px;
}

.couple-listing-block .block-title{
  margin:0 !important;
  letter-spacing:.02em !important;
  line-height:1.2 !important;
}

.couple-listing-block .fp-icon{
  flex:0 0 auto;
  box-shadow:0 8px 18px rgba(92,3,3,.14);
}

.couple-trust-strip{
  margin-top:18px !important;
  margin-bottom:4px !important;
}

@media (max-width:900px){
  .couple-directory-main .home-left{
    padding-top:8px !important;
  }

  .couple-directory-hero,
  .couple-directory-cta,
  .couple-trust-strip{
    margin-left:12px !important;
    margin-right:12px !important;
  }

  .couple-banner-wrap{
    padding-left:12px !important;
    padding-right:12px !important;
  }

  .couple-listing-block{
    margin-top:14px !important;
  }

  .couple-listing-block .block-title{
    font-size:.92rem !important;
  }
}

@media (max-width:520px){
  .couple-directory-hero .fp-hero-actions{
    grid-template-columns:1fr !important;
  }

  .couple-directory-cta .fp-register-actions{
    width:100% !important;
  }

  .couple-directory-cta .fp-primary-btn,
  .couple-directory-cta .fp-secondary-btn{
    width:100% !important;
  }
}


/* Front page listing card refinement: single location line + inline CTA */
.fp-commercial-card .escort-card .meta-location{
  max-width:58%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.fp-commercial-card .fp-card-commerce{
  padding:8px !important;
}

.fp-card-action-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  width:100%;
}

.fp-card-action-row .fp-card-badges{
  flex:1 1 auto;
  min-width:0;
  margin:0 !important;
  display:flex;
  align-items:center;
  gap:5px;
  flex-wrap:wrap;
}

.fp-card-action-row .fp-card-badges span{
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.fp-card-action-row .fp-card-btn{
  flex:0 0 auto;
  width:auto !important;
  min-height:28px !important;
  padding:7px 10px !important;
  border-radius:9px !important;
  font-size:.66rem !important;
  line-height:1 !important;
  white-space:nowrap;
  box-shadow:0 7px 14px rgba(92,3,3,.14);
}

.fp-commercial-card .fp-card-location{
  display:none !important;
}

@media (max-width:420px){
  .fp-card-action-row{
    gap:6px;
  }
  .fp-card-action-row .fp-card-badges span{
    font-size:.54rem !important;
    padding:3px 6px !important;
  }
  .fp-card-action-row .fp-card-btn{
    padding:7px 8px !important;
    font-size:.62rem !important;
  }
}

/* Compact premium homepage location hero, scoped to front page only */
.home-main .fp-hero{
  display:block !important;
  padding:24px 28px !important;
  margin:0 0 10px !important;
  border-radius:22px !important;
  min-height:0 !important;
  background:linear-gradient(135deg,#fffaf0 0%,#ffffff 54%,#f7f4ff 100%) !important;
  border:1px solid rgba(123,63,255,.16) !important;
  box-shadow:0 12px 34px rgba(17,24,39,.07) !important;
}
.home-main .fp-hero:before,
.home-main .fp-hero-panel,
.home-main .fp-geo-message{display:none !important;}
.home-main .fp-hero-copy{max-width:820px !important;position:relative !important;z-index:2 !important;}
.home-main .fp-kicker{font-size:12px !important;letter-spacing:.12em !important;color:#7b1b00 !important;margin-bottom:8px !important;}
.home-main .fp-hero h1{font-size:clamp(2rem,4vw,3.25rem) !important;line-height:1.05 !important;margin:0 0 10px !important;max-width:760px !important;color:#111827 !important;}
.home-main .fp-hero p{font-size:17px !important;line-height:1.48 !important;max-width:760px !important;margin:0 0 16px !important;color:#334155 !important;}
.home-main .fp-hero-actions{margin-top:0 !important;gap:10px !important;display:flex !important;}
.home-main .fp-hero-actions .fp-primary-btn{padding:12px 28px !important;border-radius:999px !important;font-weight:700 !important;box-shadow:0 10px 24px rgba(130,28,8,.16) !important;}
.home-main .cc-strip{margin-top:10px !important;border-radius:20px !important;padding:0 !important;border:0 !important;background:transparent !important;box-shadow:none !important;}
.home-main .cc-top{margin:0 0 10px !important;padding:0 !important;}
.home-main .cc-country-select{min-height:48px !important;border-radius:16px !important;background:#fff !important;border:1px solid rgba(123,63,255,.42) !important;box-shadow:0 8px 24px rgba(123,63,255,.08) !important;}
.home-main .fp-top-countries{padding:14px 16px 16px !important;border-radius:20px !important;background:#fff !important;border:1px solid rgba(148,163,184,.22) !important;box-shadow:0 10px 28px rgba(15,23,42,.06) !important;}
.home-main .fp-section-head-compact{display:block !important;text-align:center !important;margin:0 0 12px !important;}
.home-main .fp-section-head-compact h2{font-size:24px !important;line-height:1.15 !important;margin:0 !important;color:#111827 !important;}
.home-main .fp-section-head-compact h2:after{content:"";display:block;width:54px;height:3px;border-radius:999px;background:#8b1a05;margin:9px auto 0;}
.home-main .fp-section-head-compact .fp-section-kicker,
.home-main .fp-section-head-compact p{display:none !important;}
.home-main .fp-country-card-grid{grid-template-columns:repeat(6,minmax(0,1fr)) !important;gap:10px !important;}
.home-main .fp-country-card{padding:14px 14px 12px !important;border-radius:16px !important;min-height:96px !important;background:linear-gradient(180deg,#fff 0%,#fffaf6 100%) !important;border:1px solid rgba(139,26,5,.14) !important;box-shadow:none !important;}
.home-main .fp-country-card:after{height:3px !important;}
.home-main .fp-country-flag{font-size:12px !important;letter-spacing:.08em !important;color:#475569 !important;margin-bottom:4px !important;}
.home-main .fp-country-name{font-size:16px !important;line-height:1.2 !important;color:#7b1200 !important;margin-bottom:6px !important;}
.home-main .fp-country-note{display:none !important;}
.home-main .fp-country-meta{font-size:12px !important;color:#7b1b00 !important;margin-bottom:2px !important;}
.home-main .fp-country-browse{display:block;font-size:12px;font-weight:800;color:#7b3fff;}
@media (max-width:1200px){.home-main .fp-country-card-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}}
@media (max-width:720px){
  .home-main .fp-hero{padding:18px 16px !important;border-radius:18px !important;}
  .home-main .fp-hero h1{font-size:2rem !important;}
  .home-main .fp-hero p{font-size:15px !important;}
  .home-main .fp-hero-actions .fp-primary-btn{width:100% !important;text-align:center !important;}
  .home-main .fp-country-card-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .home-main .fp-top-countries{padding:12px !important;border-radius:18px !important;}
}

/* =========================================================
   Front page top area ultra compact override
   Scope: only homepage hero, country selector and top destinations.
   Purpose: reduce above-the-fold height so listings appear sooner.
   ========================================================= */
body.home .home-left > .fp-hero,
body.front-page .home-left > .fp-hero,
body.page-template-front-page .home-left > .fp-hero{
  padding:16px 24px !important;
  margin:0 0 6px !important;
  min-height:0 !important;
  border-radius:18px !important;
  display:block !important;
}

body.home .fp-hero .fp-kicker,
body.front-page .fp-hero .fp-kicker,
body.page-template-front-page .fp-hero .fp-kicker{
  margin:0 0 5px !important;
  font-size:11px !important;
  line-height:1.1 !important;
  letter-spacing:.08em !important;
}

body.home .fp-hero h1,
body.front-page .fp-hero h1,
body.page-template-front-page .fp-hero h1{
  max-width:760px !important;
  margin:0 !important;
  font-size:clamp(30px,2.55vw,42px) !important;
  line-height:1.03 !important;
  letter-spacing:-.035em !important;
}

body.home .fp-hero p,
body.front-page .fp-hero p,
body.page-template-front-page .fp-hero p{
  max-width:760px !important;
  margin:7px 0 0 !important;
  font-size:14px !important;
  line-height:1.35 !important;
}

body.home .fp-hero-actions,
body.front-page .fp-hero-actions,
body.page-template-front-page .fp-hero-actions{
  margin-top:12px !important;
}

body.home .fp-primary-btn,
body.front-page .fp-primary-btn,
body.page-template-front-page .fp-primary-btn{
  min-height:36px !important;
  padding:9px 18px !important;
  font-size:13px !important;
}

body.home .cc-strip,
body.front-page .cc-strip,
body.page-template-front-page .cc-strip{
  margin:0 0 6px !important;
  padding:6px 0 0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

body.home .cc-strip .cc-top,
body.front-page .cc-strip .cc-top,
body.page-template-front-page .cc-strip .cc-top{
  margin:0 0 6px !important;
}

body.home .cc-strip .cc-country-select,
body.front-page .cc-strip .cc-country-select,
body.page-template-front-page .cc-strip .cc-country-select{
  min-height:38px !important;
  padding:8px 14px !important;
  border-radius:14px !important;
  font-size:13px !important;
}

body.home .fp-top-countries,
body.front-page .fp-top-countries,
body.page-template-front-page .fp-top-countries{
  margin:0 !important;
  padding:10px 14px 12px !important;
  border-radius:16px !important;
}

body.home .fp-section-head,
body.front-page .fp-section-head,
body.page-template-front-page .fp-section-head{
  display:block !important;
  margin:0 0 8px !important;
  text-align:center !important;
}

body.home .fp-section-head h2,
body.front-page .fp-section-head h2,
body.page-template-front-page .fp-section-head h2{
  font-size:20px !important;
  line-height:1.1 !important;
  margin:0 !important;
}

body.home .fp-section-head h2::after,
body.front-page .fp-section-head h2::after,
body.page-template-front-page .fp-section-head h2::after{
  width:52px !important;
  height:3px !important;
  margin:8px auto 0 !important;
}

body.home .fp-country-card-grid,
body.front-page .fp-country-card-grid,
body.page-template-front-page .fp-country-card-grid{
  gap:8px !important;
}

body.home .fp-country-card,
body.front-page .fp-country-card,
body.page-template-front-page .fp-country-card{
  min-height:74px !important;
  padding:10px 12px !important;
  border-radius:14px !important;
  gap:3px !important;
}

body.home .fp-country-flag,
body.front-page .fp-country-flag,
body.page-template-front-page .fp-country-flag{
  font-size:16px !important;
  margin:0 !important;
}

body.home .fp-country-name,
body.front-page .fp-country-name,
body.page-template-front-page .fp-country-name{
  font-size:14px !important;
  line-height:1.1 !important;
  margin:0 !important;
}

body.home .fp-country-meta,
body.front-page .fp-country-meta,
body.page-template-front-page .fp-country-meta,
body.home .fp-country-browse,
body.front-page .fp-country-browse,
body.page-template-front-page .fp-country-browse{
  font-size:11px !important;
  line-height:1.15 !important;
}

body.home .fp-country-card::after,
body.front-page .fp-country-card::after,
body.page-template-front-page .fp-country-card::after{
  left:12px !important;
  right:auto !important;
  width:46px !important;
  height:2px !important;
}

/* This provider CTA is not needed above listings and was taking vertical space. */
body.home .fp-register-cta,
body.front-page .fp-register-cta,
body.page-template-front-page .fp-register-cta{
  display:none !important;
}

body.home .listing-block:first-of-type,
body.front-page .listing-block:first-of-type,
body.page-template-front-page .listing-block:first-of-type{
  margin-top:8px !important;
}

@media (max-width:900px){
  body.home .home-left > .fp-hero,
  body.front-page .home-left > .fp-hero,
  body.page-template-front-page .home-left > .fp-hero{
    padding:14px !important;
  }
  body.home .fp-hero h1,
  body.front-page .fp-hero h1,
  body.page-template-front-page .fp-hero h1{
    font-size:28px !important;
  }
  body.home .fp-country-card-grid,
  body.front-page .fp-country-card-grid,
  body.page-template-front-page .fp-country-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

/* ============================================================
   FRONT PAGE HERO DESTINATIONS PANEL
   Compact premium hero with right-side country shortcuts.
============================================================ */
.home-main .fp-hero.fp-hero-destination-layout{
  display:grid !important;
  grid-template-columns:minmax(0, 1.12fr) minmax(360px, .88fr) !important;
  align-items:stretch !important;
  gap:18px !important;
  padding:18px 24px !important;
  min-height:0 !important;
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 235, 180, .36), transparent 32%),
    linear-gradient(135deg, #fffaf2 0%, #ffffff 48%, #f7f1ff 100%) !important;
  border:1px solid rgba(216, 184, 115, .42) !important;
  box-shadow:0 18px 48px rgba(15, 23, 42, .08) !important;
}

.home-main .fp-hero.fp-hero-destination-layout:before{
  opacity:.35 !important;
}

.home-main .fp-hero.fp-hero-destination-layout .fp-hero-copy{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  min-width:0 !important;
}

.home-main .fp-hero.fp-hero-destination-layout .fp-kicker{
  color:#8a1c05 !important;
  letter-spacing:.09em !important;
}

.home-main .fp-hero.fp-hero-destination-layout h1{
  color:#111827 !important;
  max-width:760px !important;
}

.home-main .fp-hero.fp-hero-destination-layout p{
  color:#334155 !important;
  max-width:860px !important;
}

.fp-hero-destinations{
  position:relative !important;
  z-index:1 !important;
  display:flex !important;
  flex-direction:column !important;
  gap:12px !important;
  padding:16px !important;
  border-radius:18px !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(251, 191, 36, .18), transparent 34%),
    linear-gradient(145deg, #111827 0%, #1f2937 48%, #3b0a0a 100%) !important;
  border:1px solid rgba(250, 204, 21, .34) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08), 0 18px 38px rgba(60, 15, 3, .18) !important;
}

.fp-hero-destinations-head{
  display:flex !important;
  align-items:flex-end !important;
  justify-content:space-between !important;
  gap:12px !important;
  padding-bottom:10px !important;
  border-bottom:1px solid rgba(255,255,255,.12) !important;
}

.fp-hero-destinations-head span{
  color:#f8fafc !important;
  font-weight:900 !important;
  font-size:1rem !important;
  letter-spacing:.02em !important;
  line-height:1.1 !important;
}

.fp-hero-destinations-head small{
  color:#facc15 !important;
  font-size:.72rem !important;
  font-weight:800 !important;
  text-transform:uppercase !important;
  letter-spacing:.08em !important;
  white-space:nowrap !important;
}

.fp-hero-destination-grid{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  gap:8px !important;
}

.fp-hero-destination-card{
  display:flex !important;
  align-items:center !important;
  gap:9px !important;
  min-width:0 !important;
  padding:10px 11px !important;
  min-height:58px !important;
  border-radius:14px !important;
  text-decoration:none !important;
  color:#f8fafc !important;
  background:rgba(255,255,255,.07) !important;
  border:1px solid rgba(255,255,255,.11) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06) !important;
  transition:transform .2s ease, border-color .2s ease, background .2s ease !important;
}

.fp-hero-destination-card:hover{
  transform:translateY(-2px) !important;
  background:rgba(250, 204, 21, .12) !important;
  border-color:rgba(250, 204, 21, .42) !important;
}

.fp-hero-destination-flag{
  display:grid !important;
  place-items:center !important;
  width:30px !important;
  height:30px !important;
  flex:0 0 30px !important;
  border-radius:10px !important;
  background:rgba(255,255,255,.1) !important;
  font-size:1.05rem !important;
}

.fp-hero-destination-copy{
  display:block !important;
  min-width:0 !important;
}

.fp-hero-destination-copy strong{
  display:block !important;
  color:#ffffff !important;
  font-size:.9rem !important;
  font-weight:900 !important;
  line-height:1.12 !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}

.fp-hero-destination-copy em{
  display:block !important;
  margin-top:3px !important;
  color:#d7dee9 !important;
  font-style:normal !important;
  font-size:.72rem !important;
  line-height:1.15 !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}

@media (max-width:1100px){
  .home-main .fp-hero.fp-hero-destination-layout{
    grid-template-columns:1fr !important;
  }
  .fp-hero-destination-grid{
    grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width:760px){
  .home-main .fp-hero.fp-hero-destination-layout{
    padding:14px !important;
    gap:12px !important;
  }
  .fp-hero-destinations{
    padding:12px !important;
    border-radius:15px !important;
  }
  .fp-hero-destinations-head{
    align-items:flex-start !important;
    flex-direction:column !important;
    gap:4px !important;
  }
  .fp-hero-destination-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
  .fp-hero-destination-card{
    min-height:52px !important;
    padding:9px !important;
  }
}

/* ============================================================
   HERO DESTINATIONS RIGHT-SIDE FIX
   Forces Top Escort Destinations into the hero's right column and
   keeps all 8 country shortcuts compact inside the hero height.
============================================================ */
body.home .home-left > .fp-hero.fp-hero-destination-layout,
body.front-page .home-left > .fp-hero.fp-hero-destination-layout,
body.page-template-front-page .home-left > .fp-hero.fp-hero-destination-layout,
.home-main .home-left > .fp-hero.fp-hero-destination-layout{
  display:grid !important;
  grid-template-columns:minmax(0, 1.05fr) minmax(420px, .72fr) !important;
  align-items:center !important;
  gap:18px !important;
  padding:18px 24px !important;
  margin:0 0 8px !important;
  min-height:0 !important;
  overflow:hidden !important;
}

body.home .fp-hero.fp-hero-destination-layout .fp-hero-copy,
body.front-page .fp-hero.fp-hero-destination-layout .fp-hero-copy,
body.page-template-front-page .fp-hero.fp-hero-destination-layout .fp-hero-copy,
.home-main .fp-hero.fp-hero-destination-layout .fp-hero-copy{
  min-width:0 !important;
  max-width:none !important;
  padding:0 !important;
}

body.home .fp-hero.fp-hero-destination-layout h1,
body.front-page .fp-hero.fp-hero-destination-layout h1,
body.page-template-front-page .fp-hero.fp-hero-destination-layout h1,
.home-main .fp-hero.fp-hero-destination-layout h1{
  max-width:690px !important;
  font-size:clamp(32px, 3.15vw, 50px) !important;
  line-height:1.02 !important;
  margin:0 0 8px !important;
}

body.home .fp-hero.fp-hero-destination-layout p,
body.front-page .fp-hero.fp-hero-destination-layout p,
body.page-template-front-page .fp-hero.fp-hero-destination-layout p,
.home-main .fp-hero.fp-hero-destination-layout p{
  max-width:760px !important;
  margin:0 0 12px !important;
  font-size:15px !important;
  line-height:1.35 !important;
}

body.home .fp-hero.fp-hero-destination-layout .fp-hero-actions,
body.front-page .fp-hero.fp-hero-destination-layout .fp-hero-actions,
body.page-template-front-page .fp-hero.fp-hero-destination-layout .fp-hero-actions,
.home-main .fp-hero.fp-hero-destination-layout .fp-hero-actions{
  margin-top:0 !important;
}

body.home .fp-hero.fp-hero-destination-layout .fp-primary-btn,
body.front-page .fp-hero.fp-hero-destination-layout .fp-primary-btn,
body.page-template-front-page .fp-hero.fp-hero-destination-layout .fp-primary-btn,
.home-main .fp-hero.fp-hero-destination-layout .fp-primary-btn{
  min-height:38px !important;
  padding:9px 24px !important;
}

body.home .fp-hero-destinations,
body.front-page .fp-hero-destinations,
body.page-template-front-page .fp-hero-destinations,
.home-main .fp-hero-destinations{
  align-self:center !important;
  width:100% !important;
  max-width:520px !important;
  margin-left:auto !important;
  padding:12px !important;
  gap:8px !important;
  border-radius:16px !important;
}

body.home .fp-hero-destinations-head,
body.front-page .fp-hero-destinations-head,
body.page-template-front-page .fp-hero-destinations-head,
.home-main .fp-hero-destinations-head{
  padding-bottom:7px !important;
  gap:8px !important;
}

body.home .fp-hero-destinations-head span,
body.front-page .fp-hero-destinations-head span,
body.page-template-front-page .fp-hero-destinations-head span,
.home-main .fp-hero-destinations-head span{
  font-size:.92rem !important;
}

body.home .fp-hero-destinations-head small,
body.front-page .fp-hero-destinations-head small,
body.page-template-front-page .fp-hero-destinations-head small,
.home-main .fp-hero-destinations-head small{
  font-size:.62rem !important;
}

body.home .fp-hero-destination-grid,
body.front-page .fp-hero-destination-grid,
body.page-template-front-page .fp-hero-destination-grid,
.home-main .fp-hero-destination-grid{
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  gap:6px !important;
}

body.home .fp-hero-destination-card,
body.front-page .fp-hero-destination-card,
body.page-template-front-page .fp-hero-destination-card,
.home-main .fp-hero-destination-card{
  min-height:39px !important;
  padding:7px 8px !important;
  gap:8px !important;
  border-radius:12px !important;
}

body.home .fp-hero-destination-flag,
body.front-page .fp-hero-destination-flag,
body.page-template-front-page .fp-hero-destination-flag,
.home-main .fp-hero-destination-flag{
  width:26px !important;
  height:26px !important;
  flex-basis:26px !important;
  border-radius:9px !important;
  font-size:.95rem !important;
}

body.home .fp-hero-destination-copy strong,
body.front-page .fp-hero-destination-copy strong,
body.page-template-front-page .fp-hero-destination-copy strong,
.home-main .fp-hero-destination-copy strong{
  font-size:.78rem !important;
  line-height:1.05 !important;
}

body.home .fp-hero-destination-copy em,
body.front-page .fp-hero-destination-copy em,
body.page-template-front-page .fp-hero-destination-copy em,
.home-main .fp-hero-destination-copy em{
  margin-top:2px !important;
  font-size:.61rem !important;
  line-height:1.05 !important;
}

@media (max-width:1180px){
  body.home .home-left > .fp-hero.fp-hero-destination-layout,
  body.front-page .home-left > .fp-hero.fp-hero-destination-layout,
  body.page-template-front-page .home-left > .fp-hero.fp-hero-destination-layout,
  .home-main .home-left > .fp-hero.fp-hero-destination-layout{
    grid-template-columns:minmax(0, 1fr) minmax(360px, .78fr) !important;
    gap:14px !important;
  }
  body.home .fp-hero-destination-copy em,
  body.front-page .fp-hero-destination-copy em,
  body.page-template-front-page .fp-hero-destination-copy em,
  .home-main .fp-hero-destination-copy em{
    display:none !important;
  }
}

@media (max-width:900px){
  body.home .home-left > .fp-hero.fp-hero-destination-layout,
  body.front-page .home-left > .fp-hero.fp-hero-destination-layout,
  body.page-template-front-page .home-left > .fp-hero.fp-hero-destination-layout,
  .home-main .home-left > .fp-hero.fp-hero-destination-layout{
    grid-template-columns:1fr !important;
    padding:14px !important;
    overflow:visible !important;
  }
  body.home .fp-hero-destinations,
  body.front-page .fp-hero-destinations,
  body.page-template-front-page .fp-hero-destinations,
  .home-main .fp-hero-destinations{
    max-width:none !important;
    margin-left:0 !important;
  }
  body.home .fp-hero-destination-grid,
  body.front-page .fp-hero-destination-grid,
  body.page-template-front-page .fp-hero-destination-grid,
  .home-main .fp-hero-destination-grid{
    grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width:640px){
  body.home .fp-hero-destination-grid,
  body.front-page .fp-hero-destination-grid,
  body.page-template-front-page .fp-hero-destination-grid,
  .home-main .fp-hero-destination-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
}

/* ============================================================
   MOBILE HOME FLOW + TOP BANNER TOGGLE FIX
   Keeps hero/search/banner first, moves the sidebar above page
   content on mobile, and makes Top Banner open/hide on tap.
============================================================ */
body.home .home-left-top,
body.front-page .home-left-top,
body.page-template-front-page .home-left-top,
.home-main .home-left-top{
  grid-column:1 !important;
  grid-row:1 !important;
}

body.home .home-left-content,
body.front-page .home-left-content,
body.page-template-front-page .home-left-content,
.home-main .home-left-content{
  grid-column:1 !important;
  grid-row:2 !important;
}

body.home .home-right.main-right,
body.front-page .home-right.main-right,
body.page-template-front-page .home-right.main-right,
.home-main .home-right.main-right{
  grid-column:2 !important;
  grid-row:1 / span 2 !important;
  align-self:start !important;
}

@media (max-width:900px){
  body.home .home-grid,
  body.front-page .home-grid,
  body.page-template-front-page .home-grid,
  .home-main .home-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
  }

  body.home .home-left-top,
  body.front-page .home-left-top,
  body.page-template-front-page .home-left-top,
  .home-main .home-left-top{
    grid-column:1 !important;
    grid-row:auto !important;
    order:1 !important;
  }

  body.home .home-right.main-right,
  body.front-page .home-right.main-right,
  body.page-template-front-page .home-right.main-right,
  .home-main .home-right.main-right{
    grid-column:1 !important;
    grid-row:auto !important;
    order:2 !important;
    width:100% !important;
    margin:8px 0 10px !important;
    border-left:0 !important;
    border-top:1px solid #e5e7eb !important;
  }

  body.home .home-left-content,
  body.front-page .home-left-content,
  body.page-template-front-page .home-left-content,
  .home-main .home-left-content{
    grid-column:1 !important;
    grid-row:auto !important;
    order:3 !important;
  }

  body.home .banner-mobile-toggle,
  body.front-page .banner-mobile-toggle,
  body.page-template-front-page .banner-mobile-toggle,
  .home-main .banner-mobile-toggle{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    min-height:46px !important;
    border:1px solid rgba(92,3,3,.14) !important;
    border-radius:14px !important;
    background:linear-gradient(135deg,#fff7ed,#ffffff) !important;
    box-shadow:0 10px 24px rgba(15,23,42,.08) !important;
    margin:8px 0 0 !important;
    color:#5C0303 !important;
  }

  body.home .banner-wrap #bannerMobileContent,
  body.front-page .banner-wrap #bannerMobileContent,
  body.page-template-front-page .banner-wrap #bannerMobileContent,
  .home-main .banner-wrap #bannerMobileContent{
    display:block !important;
    overflow:hidden !important;
    max-height:0 !important;
    opacity:0 !important;
    transform:translateY(-4px) !important;
    pointer-events:none !important;
    transition:max-height .32s ease, opacity .22s ease, transform .22s ease !important;
  }

  body.home .banner-wrap.banner-open #bannerMobileContent,
  body.front-page .banner-wrap.banner-open #bannerMobileContent,
  body.page-template-front-page .banner-wrap.banner-open #bannerMobileContent,
  .home-main .banner-wrap.banner-open #bannerMobileContent{
    max-height:780px !important;
    opacity:1 !important;
    transform:translateY(0) !important;
    pointer-events:auto !important;
  }

  body.home .banner-wrap.banner-open .banner-arrow,
  body.front-page .banner-wrap.banner-open .banner-arrow,
  body.page-template-front-page .banner-wrap.banner-open .banner-arrow,
  .home-main .banner-wrap.banner-open .banner-arrow{
    transform:rotate(180deg) !important;
  }
}

@media (min-width:901px){
  body.home .banner-wrap #bannerMobileContent,
  body.front-page .banner-wrap #bannerMobileContent,
  body.page-template-front-page .banner-wrap #bannerMobileContent,
  .home-main .banner-wrap #bannerMobileContent{
    display:block !important;
    overflow:visible !important;
    max-height:none !important;
    opacity:1 !important;
    transform:none !important;
    pointer-events:auto !important;
  }
}


/* Dynamic country/city loading: prevents thousands of hidden city links from bloating initial HTML. */
.cc-empty,
.cc-loading,
.mobile-cc-empty,
.mobile-cc-loading {
  margin: 10px 0;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: .82rem;
  font-weight: 700;
  color: #475569;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
}

.cc-show-all-wrap[hidden] {
  display: none !important;
}

/* ============================================================
   NETHERLANDS FRONT PAGE PREMIUM SEO CONTENT UPDATE
   Stronger hero proof pills, homepage guide links and crawlable city links.
============================================================ */
.fp-hero-proof{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:7px !important;
  margin:12px 0 14px !important;
}

.fp-hero-proof span{
  display:inline-flex !important;
  align-items:center !important;
  min-height:28px !important;
  padding:6px 10px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.72) !important;
  border:1px solid rgba(92,3,3,.12) !important;
  color:#5C0303 !important;
  font-size:.74rem !important;
  font-weight:850 !important;
  box-shadow:0 8px 18px rgba(15,23,42,.05) !important;
}

.fp-content-toc{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px !important;
  margin:16px 0 0 !important;
  padding:12px !important;
  border-radius:16px !important;
  border:1px solid rgba(124,58,237,.12) !important;
  background:linear-gradient(135deg, rgba(255,255,255,.92), rgba(250,245,255,.86)) !important;
}

.fp-content-toc a,
.fp-location-link-grid a{
  text-decoration:none !important;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease !important;
}

.fp-content-toc a{
  display:inline-flex !important;
  align-items:center !important;
  min-height:32px !important;
  padding:8px 12px !important;
  border-radius:999px !important;
  background:#ffffff !important;
  border:1px solid rgba(124,58,237,.14) !important;
  color:#231454 !important;
  font-size:.78rem !important;
  font-weight:850 !important;
}

.fp-content-toc a:hover,
.fp-location-link-grid a:hover{
  transform:translateY(-2px) !important;
  border-color:rgba(92,3,3,.28) !important;
  box-shadow:0 12px 24px rgba(92,3,3,.10) !important;
}

.fp-popular-locations{
  margin-top:12px !important;
  padding:16px !important;
  border-radius:18px !important;
  border:1px solid rgba(124,58,237,.12) !important;
  background:rgba(255,255,255,.84) !important;
  box-shadow:0 10px 28px rgba(15,23,42,.05) !important;
}

.fp-section-head-mini h3{
  margin:4px 0 6px !important;
  color:#111827 !important;
  font-size:1.08rem !important;
  line-height:1.2 !important;
  font-weight:900 !important;
}

.fp-section-head-mini p{
  max-width:760px !important;
  margin:0 0 12px !important;
  color:#64748b !important;
  font-size:.86rem !important;
  line-height:1.45 !important;
}

.fp-location-link-grid{
  display:grid !important;
  grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  gap:8px !important;
}

.fp-location-link-grid a{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  min-height:38px !important;
  padding:9px 12px !important;
  border-radius:12px !important;
  border:1px solid rgba(92,3,3,.12) !important;
  background:linear-gradient(180deg, #ffffff, #fffaf5) !important;
  color:#5C0303 !important;
  font-size:.84rem !important;
  font-weight:900 !important;
}

.fp-location-link-grid a:after{
  content:"›" !important;
  color:#7c2d12 !important;
  font-size:1rem !important;
  font-weight:900 !important;
}

@media (max-width:900px){
  .fp-location-link-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
  .fp-content-toc{
    gap:6px !important;
  }
  .fp-content-toc a{
    flex:1 1 calc(50% - 6px) !important;
    justify-content:center !important;
    font-size:.72rem !important;
  }
}

@media (max-width:520px){
  .fp-hero-proof span{
    flex:1 1 calc(50% - 7px) !important;
    justify-content:center !important;
    text-align:center !important;
    font-size:.68rem !important;
  }
  .fp-location-link-grid{
    grid-template-columns:1fr !important;
  }
}

/* ============================================================
   2026-08-31 PREMIUM HOMEPAGE CONTENT REFINEMENT
   Strong visual hierarchy for the long Amsterdam content section.
============================================================ */
.fp-premium-copy{
  padding:clamp(18px, 2.5vw, 30px) !important;
  border-radius:24px !important;
  border:1px solid rgba(92,3,3,.12) !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(251,191,36,.12), transparent 25%),
    radial-gradient(circle at 100% 10%, rgba(92,3,3,.08), transparent 28%),
    linear-gradient(180deg,#fffdfa 0%,#ffffff 48%,#fffaf7 100%) !important;
  box-shadow:0 24px 60px rgba(15,23,42,.08) !important;
}

.fp-premium-copy:before{
  height:4px !important;
  background:linear-gradient(90deg,#5C0303 0%,#d4a72c 48%,#5C0303 100%) !important;
}

.fp-premium-intro{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(260px,.75fr);
  gap:22px;
  margin:-4px 0 22px;
  padding:clamp(20px,3vw,34px);
  overflow:hidden;
  border-radius:22px;
  background:linear-gradient(135deg,#140b12 0%,#3a0910 54%,#650b12 100%);
  box-shadow:0 24px 56px rgba(64,7,13,.20);
}

.fp-premium-intro:after{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  right:-90px;
  top:-125px;
  border-radius:50%;
  border:1px solid rgba(255,235,185,.16);
  box-shadow:0 0 0 34px rgba(255,235,185,.035),0 0 0 68px rgba(255,235,185,.025);
  pointer-events:none;
}

.fp-premium-intro-copy,
.fp-premium-overview{
  position:relative;
  z-index:1;
}

.fp-premium-intro .fp-section-kicker{
  display:inline-flex !important;
  width:max-content;
  margin:0 0 10px !important;
  padding:7px 11px !important;
  border:1px solid rgba(255,225,151,.32) !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.07) !important;
  color:#f7d98c !important;
  font-size:.72rem !important;
  font-weight:900 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
}

.fp-premium-copy .fp-premium-title{
  max-width:760px;
  margin:0 0 12px !important;
  color:#ffffff !important;
  font-size:clamp(1.65rem,3vw,2.55rem) !important;
  line-height:1.08 !important;
  letter-spacing:-.045em !important;
}

.fp-premium-copy .fp-premium-intro p,
.fp-premium-copy .fp-premium-intro strong{
  color:#ffffff !important;
}

.fp-premium-copy .fp-premium-intro p{
  max-width:800px;
  margin:0 0 10px !important;
  opacity:.82;
  font-size:.94rem !important;
  line-height:1.72 !important;
}

.fp-premium-copy .fp-premium-intro .fp-premium-lead{
  opacity:.95;
  font-size:1rem !important;
}

.fp-premium-overview{
  align-self:stretch;
  display:grid;
  gap:8px;
  padding:15px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:rgba(255,255,255,.07);
  backdrop-filter:blur(7px);
}

.fp-premium-overview-label{
  color:#f7d98c;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.fp-premium-overview div{
  padding:10px 11px;
  border-radius:13px;
  background:rgba(255,255,255,.065);
  border:1px solid rgba(255,255,255,.075);
}

.fp-premium-overview strong,
.fp-premium-overview span{
  display:block;
}

.fp-premium-overview strong{
  margin-bottom:3px;
  font-size:.84rem;
}

.fp-premium-overview div span{
  color:rgba(255,255,255,.68);
  font-size:.73rem;
  line-height:1.45;
}

.fp-premium-copy > .fp-seo-hero-copy{
  padding:clamp(16px,2vw,24px) !important;
  border:1px solid rgba(92,3,3,.10);
  border-radius:20px;
  background:rgba(255,255,255,.88);
  box-shadow:0 12px 32px rgba(15,23,42,.045);
}

.fp-premium-copy > .fp-seo-hero-copy h2:not(:first-child){
  margin-top:24px !important;
  padding-top:20px;
  border-top:1px solid rgba(92,3,3,.09);
}

.fp-premium-copy h2{
  position:relative;
  padding-left:14px;
}

.fp-premium-copy h2:before{
  content:"";
  position:absolute;
  left:0;
  top:.08em;
  bottom:.08em;
  width:4px;
  border-radius:8px;
  background:linear-gradient(180deg,#5C0303,#d4a72c);
}

.fp-premium-copy .fp-premium-title{
  padding-left:0 !important;
}

.fp-premium-copy .fp-premium-title:before{
  display:none !important;
}

.fp-premium-copy ul{
  margin:10px 0 14px !important;
  padding:0 !important;
  list-style:none !important;
}

.fp-premium-copy li{
  position:relative;
  margin:0 0 6px;
  padding:7px 10px 7px 27px;
  border-radius:10px;
  background:#fffaf5;
  border:1px solid rgba(92,3,3,.07);
  color:#334155;
  font-size:.84rem;
  line-height:1.42;
}

.fp-premium-copy li:before{
  content:"✓";
  position:absolute;
  left:10px;
  top:7px;
  color:#8b1d24;
  font-weight:900;
}

.fp-seo-highlight-grid div,
.fp-seo-card-grid article,
.fp-seo-benefits article,
.fp-seo-wide-card,
.fp-seo-two-col article,
.fp-popular-locations{
  border-color:rgba(92,3,3,.10) !important;
  background:linear-gradient(180deg,#ffffff 0%,#fffdf9 100%) !important;
  box-shadow:0 14px 34px rgba(15,23,42,.055) !important;
}

.fp-seo-highlight-grid div{
  position:relative;
  overflow:hidden;
  padding:16px !important;
}

.fp-seo-highlight-grid div:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:3px;
  background:#d4a72c;
}

.fp-content-toc{
  position:sticky;
  top:12px;
  z-index:4;
  margin:18px 0 !important;
  border-color:rgba(92,3,3,.10) !important;
  background:rgba(255,255,255,.94) !important;
  box-shadow:0 12px 28px rgba(15,23,42,.07) !important;
  backdrop-filter:blur(10px);
}

.fp-content-toc a{
  border-color:rgba(92,3,3,.12) !important;
  color:#5C0303 !important;
}

.fp-content-toc a:hover{
  background:#5C0303 !important;
  color:#ffffff !important;
}

.fp-seo-two-col,
.fp-seo-card-grid,
.fp-seo-benefits{
  gap:16px !important;
}

.fp-seo-two-col article,
.fp-seo-card-grid article,
.fp-seo-benefits article,
.fp-seo-wide-card{
  padding:clamp(16px,2vw,22px) !important;
}

.fp-seo-final-cta{
  border:1px solid rgba(255,226,160,.18) !important;
  background:linear-gradient(135deg,#170d13 0%,#420b12 55%,#6c121a 100%) !important;
  box-shadow:0 22px 50px rgba(64,7,13,.22) !important;
}

.fp-seo-final-cta .fp-primary-btn{
  background:linear-gradient(180deg,#f7d98c,#d9ad46) !important;
  color:#2c1607 !important;
  border:0 !important;
}

@media (max-width:900px){
  .fp-premium-intro{
    grid-template-columns:1fr !important;
  }
  .fp-content-toc{
    position:relative !important;
    top:auto !important;
  }
}

@media (max-width:600px){
  .fp-premium-copy{
    padding:12px !important;
    border-radius:18px !important;
  }
  .fp-premium-intro{
    padding:18px 15px !important;
    border-radius:16px !important;
  }
  .fp-premium-copy .fp-premium-title{
    font-size:1.55rem !important;
  }
  .fp-premium-copy > .fp-seo-hero-copy,
  .fp-seo-two-col article,
  .fp-seo-card-grid article,
  .fp-seo-benefits article,
  .fp-seo-wide-card{
    padding:14px !important;
  }
}

/* ============================================================
   MIXED NETHERLANDS DIRECTORY + NUMBERED PAGINATION
============================================================ */
.fp-mixed-directory{
  margin-top:14px !important;
}
.fp-directory-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:10px;
  padding:14px 16px;
  border:1px solid rgba(216,184,115,.38);
  border-radius:16px;
  background:linear-gradient(135deg,#fffaf2 0%,#ffffff 58%,#f8f3ff 100%);
  box-shadow:0 12px 34px rgba(15,23,42,.07);
}
.fp-directory-head .block-title{
  margin:3px 0 4px;
  color:#5C0303;
}
.fp-directory-head p{
  margin:0;
  max-width:850px;
  color:#64748b;
  font-size:.82rem;
  line-height:1.55;
}
.fp-directory-count{
  flex:0 0 auto;
  min-width:116px;
  padding:10px 14px;
  text-align:center;
  border-radius:14px;
  background:#5C0303;
  color:#fff;
  box-shadow:0 8px 22px rgba(92,3,3,.18);
}
.fp-directory-count strong{
  display:block;
  font-size:1.2rem;
  line-height:1;
}
.fp-directory-count span{
  display:block;
  margin-top:4px;
  font-size:.65rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.fp-profile-pagination{
  display:flex;
  justify-content:center;
  margin:24px 0 8px;
}
.fp-profile-pagination ul.page-numbers{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  flex-wrap:wrap;
  margin:0;
  padding:0;
  list-style:none;
}
.fp-profile-pagination li{
  margin:0;
  padding:0;
}
.fp-profile-pagination .page-numbers{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:38px;
  min-height:38px;
  padding:7px 11px;
  border:1px solid #e7d7bc;
  border-radius:10px;
  background:#fff;
  color:#5C0303;
  font-size:.78rem;
  font-weight:850;
  line-height:1;
  text-decoration:none;
  box-shadow:0 5px 14px rgba(15,23,42,.05);
}
.fp-profile-pagination a.page-numbers:hover,
.fp-profile-pagination .page-numbers.current{
  border-color:#5C0303;
  background:#5C0303;
  color:#fff;
}
.fp-directory-empty{
  padding:24px;
  border:1px dashed #d6c6a9;
  border-radius:14px;
  text-align:center;
  color:#64748b;
  background:#fffdf9;
}
@media (max-width:700px){
  .fp-directory-head{
    align-items:stretch;
    flex-direction:column;
    padding:12px;
  }
  .fp-directory-count{
    min-width:0;
    width:100%;
  }
  .fp-profile-pagination .page-numbers{
    min-width:34px;
    min-height:34px;
    padding:6px 9px;
  }
}

/* ============================================================
   HOMEPAGE CLEANUP + WHATSAPP + PROFILE COUNT VISIBILITY
   2026-08-31
============================================================ */
body.home .fp-directory-count,
body.front-page .fp-directory-count,
body.page-template-front-page .fp-directory-count,
.home-main .fp-directory-count{
  background:#5C0303 !important;
  border:1px solid rgba(255,255,255,.24) !important;
  color:#ffffff !important;
  text-shadow:none !important;
}
body.home .fp-directory-count strong,
body.home .fp-directory-count span,
body.front-page .fp-directory-count strong,
body.front-page .fp-directory-count span,
body.page-template-front-page .fp-directory-count strong,
body.page-template-front-page .fp-directory-count span,
.home-main .fp-directory-count strong,
.home-main .fp-directory-count span{
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  opacity:1 !important;
  visibility:visible !important;
  text-shadow:none !important;
}
body.home .fp-directory-count strong,
body.front-page .fp-directory-count strong,
body.page-template-front-page .fp-directory-count strong,
.home-main .fp-directory-count strong{
  font-size:1.28rem !important;
  font-weight:900 !important;
}
body.home .fp-directory-count span,
body.front-page .fp-directory-count span,
body.page-template-front-page .fp-directory-count span,
.home-main .fp-directory-count span{
  font-size:.7rem !important;
  font-weight:800 !important;
}

.fp-whatsapp-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  min-height:38px !important;
  padding:9px 18px !important;
  border:1px solid #128c4a !important;
  border-radius:999px !important;
  background:#16a85b !important;
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  font-size:13px !important;
  font-weight:800 !important;
  line-height:1.15 !important;
  text-decoration:none !important;
  box-shadow:0 9px 22px rgba(22,168,91,.22) !important;
  transition:transform .18s ease, background-color .18s ease, box-shadow .18s ease !important;
}
.fp-whatsapp-btn strong{
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  font-weight:900 !important;
}
.fp-whatsapp-btn:hover,
.fp-whatsapp-btn:focus-visible{
  background:#0f914b !important;
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  transform:translateY(-1px) !important;
  box-shadow:0 12px 26px rgba(15,145,75,.3) !important;
}
.fp-whatsapp-icon{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:20px !important;
  height:20px !important;
  flex:0 0 20px !important;
  border:2px solid rgba(255,255,255,.9) !important;
  border-radius:50% !important;
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  font-size:11px !important;
  font-weight:900 !important;
}

@media (max-width:720px){
  body.home .fp-hero-actions,
  body.front-page .fp-hero-actions,
  body.page-template-front-page .fp-hero-actions,
  .home-main .fp-hero-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
  }
  body.home .fp-hero-actions .fp-primary-btn,
  body.home .fp-hero-actions .fp-secondary-btn,
  body.home .fp-hero-actions .fp-whatsapp-btn,
  body.front-page .fp-hero-actions .fp-primary-btn,
  body.front-page .fp-hero-actions .fp-secondary-btn,
  body.front-page .fp-hero-actions .fp-whatsapp-btn,
  .home-main .fp-hero-actions .fp-primary-btn,
  .home-main .fp-hero-actions .fp-secondary-btn,
  .home-main .fp-hero-actions .fp-whatsapp-btn{
    width:100% !important;
    min-height:42px !important;
    text-align:center !important;
  }
}


/* ============================================================
   NETHERLANDS 4-COLUMN PROFILE CARDS + PREMIUM CONTENT - 2026-09-14
============================================================ */
.home-main .card-row,
.home-main .listing-block .card-row {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.escort-card .escort-meta-block {
  padding: 0 !important;
  background: #fff !important;
}
.escort-card .meta-header.meta-triple {
  min-height: 54px;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(86px, auto) !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 9px 12px !important;
  background: linear-gradient(135deg,#7b1835,#9c2349) !important;
  color: #fff !important;
}
.escort-card .meta-header.meta-triple .name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  text-align: left !important;
}
.escort-card .meta-header.meta-triple .age {
  min-width: 48px;
  padding: 5px 10px !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
}
.escort-card .meta-header.meta-triple .meta-price {
  color: #ffe08a !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  text-align: right !important;
  white-space: nowrap !important;
}
.escort-card .meta-location-bar {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px !important;
  background: #211f29 !important;
  color: #f8f6fb !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

.fp-seo-content.fp-premium-copy {
  margin-top: 26px !important;
  padding: 28px !important;
  border: 1px solid #ead9b7 !important;
  border-radius: 22px !important;
  background: linear-gradient(180deg,#fffdf8 0%,#ffffff 52%,#faf7f2 100%) !important;
  box-shadow: 0 18px 50px rgba(43,31,21,.10) !important;
  overflow: hidden !important;
}
.fp-seo-content .fp-premium-intro {
  border: 1px solid rgba(198,155,77,.35) !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg,#3a1522,#6d1d36) !important;
  box-shadow: 0 14px 34px rgba(68,20,38,.18) !important;
}
.fp-seo-content .fp-premium-intro h2,
.fp-seo-content .fp-premium-intro p,
.fp-seo-content .fp-premium-intro strong { color: #fff !important; }
.fp-seo-content .fp-premium-overview {
  border: 1px solid rgba(255,224,138,.38) !important;
  background: rgba(255,255,255,.08) !important;
  backdrop-filter: blur(3px);
}
.fp-seo-content .fp-seo-two-col > article,
.fp-seo-content .fp-seo-card-grid > article,
.fp-seo-content .fp-seo-wide-card,
.fp-seo-content .fp-seo-benefits > article {
  border: 1px solid #ece4d8 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(32,28,24,.06) !important;
}
.fp-seo-content h2,
.fp-seo-content h3 { color: #65162f !important; }

@media (max-width: 1100px) {
  .home-main .card-row,
  .home-main .listing-block .card-row { grid-template-columns: repeat(3, minmax(0,1fr)) !important; }
}
@media (max-width: 760px) {
  .home-main .card-row,
  .home-main .listing-block .card-row { grid-template-columns: repeat(2, minmax(0,1fr)) !important; gap: 10px !important; }
  .fp-seo-content.fp-premium-copy { padding: 16px !important; border-radius: 16px !important; }
  .escort-card .meta-header.meta-triple { grid-template-columns: minmax(0,1fr) auto minmax(72px,auto) !important; gap: 5px !important; padding: 8px !important; }
  .escort-card .meta-header.meta-triple .name { font-size: 12px !important; }
  .escort-card .meta-header.meta-triple .age { min-width: 38px; padding: 4px 7px !important; font-size: 11px !important; }
  .escort-card .meta-header.meta-triple .meta-price { font-size: 11px !important; }
}
