/* ============================================================
   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;
}


/* ============================================================
   YOUR PROFILE HERE EMPTY-SECTION PLACEHOLDER
============================================================ */
.bsr-profile-placeholder-wrapper,
.bsr-profile-placeholder-card,
.bsr-profile-placeholder-card .escort-card-link,
.bsr-profile-placeholder-card .escort-thumb{
  width:100%;
  min-width:0;
}

.bsr-profile-placeholder-card{
  background:#050617;
  border:1px solid rgba(236,72,153,.45);
  box-shadow:0 12px 30px rgba(2,6,23,.18);
}

.bsr-profile-placeholder-card .escort-thumb{
  overflow:hidden;
  background:#050617;
}

.bsr-profile-placeholder-card img{
  display:block;
  width:100% !important;
  height:auto;
  aspect-ratio:207/300;
  object-fit:cover;
}

.bsr-placeholder-row{
  align-items:start;
}


/* ============================================================
   SINGAPORE ESCORTS PREMIUM HOMEPAGE V8
   Hero image + readable overlay + editorial content cards
============================================================ */
body.home .fp-hero,
body.front-page .fp-hero,
body.page-template-front-page .fp-hero,
.home-main .fp-hero{
  isolation:isolate !important;
  background:
    linear-gradient(90deg, rgba(13,6,14,.96) 0%, rgba(33,8,24,.91) 42%, rgba(17,9,20,.76) 100%),
    url('../images/singapore-hero-bg.svg') center center / cover no-repeat !important;
  border:1px solid rgba(212,175,55,.32) !important;
  box-shadow:0 26px 70px rgba(25,5,14,.24) !important;
  min-height:360px !important;
}

body.home .fp-hero:before,
body.front-page .fp-hero:before,
body.page-template-front-page .fp-hero:before,
.home-main .fp-hero:before{
  z-index:0 !important;
  opacity:.22 !important;
  background:linear-gradient(105deg, transparent 12%, rgba(255,255,255,.20) 45%, transparent 68%) !important;
}

body.home .fp-hero-copy,
body.home .fp-hero-destinations,
body.front-page .fp-hero-copy,
body.front-page .fp-hero-destinations,
body.page-template-front-page .fp-hero-copy,
body.page-template-front-page .fp-hero-destinations,
.home-main .fp-hero-copy,
.home-main .fp-hero-destinations{
  position:relative !important;
  z-index:2 !important;
}

body.home .fp-hero-copy,
body.front-page .fp-hero-copy,
body.page-template-front-page .fp-hero-copy,
.home-main .fp-hero-copy{
  align-self:center !important;
  padding:14px 4px !important;
}

body.home .fp-hero .fp-kicker,
body.front-page .fp-hero .fp-kicker,
body.page-template-front-page .fp-hero .fp-kicker,
.home-main .fp-hero .fp-kicker{
  color:#f4d675 !important;
  text-shadow:0 1px 16px rgba(0,0,0,.45) !important;
}

body.home .fp-hero h1,
body.front-page .fp-hero h1,
body.page-template-front-page .fp-hero h1,
.home-main .fp-hero h1{
  color:#ffffff !important;
  max-width:780px !important;
  text-shadow:0 4px 24px rgba(0,0,0,.45) !important;
}

body.home .fp-hero p,
body.front-page .fp-hero p,
body.page-template-front-page .fp-hero p,
.home-main .fp-hero p{
  color:rgba(255,255,255,.88) !important;
  max-width:720px !important;
  text-shadow:0 2px 14px rgba(0,0,0,.36) !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;
  background:rgba(12,8,16,.70) !important;
  border:1px solid rgba(255,255,255,.15) !important;
  box-shadow:0 20px 46px rgba(0,0,0,.24) !important;
  backdrop-filter:blur(12px) !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{
  color:#ffffff !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{
  color:#e9d9e2 !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{
  background:rgba(255,255,255,.94) !important;
  border-color:rgba(212,175,55,.22) !important;
}

body.home .fp-hero .fp-primary-btn,
body.front-page .fp-hero .fp-primary-btn,
body.page-template-front-page .fp-hero .fp-primary-btn,
.home-main .fp-hero .fp-primary-btn{
  color:#1d0b12 !important;
  background:linear-gradient(135deg,#f8e9a6,#d4af37 58%,#b88922) !important;
  border-color:rgba(255,255,255,.25) !important;
  box-shadow:0 14px 34px rgba(212,175,55,.24) !important;
}

.fp-premium-copy{
  padding:24px !important;
  border-radius:24px !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(212,175,55,.13), transparent 26%),
    radial-gradient(circle at 100% 22%, rgba(122,24,48,.08), transparent 28%),
    linear-gradient(180deg,#fffdf9 0%,#ffffff 100%) !important;
  border:1px solid rgba(122,24,48,.14) !important;
  box-shadow:0 24px 65px rgba(48,13,25,.08) !important;
}

.fp-premium-copy:before{
  height:4px !important;
  background:linear-gradient(90deg,#7a1830,#d4af37,#7a1830) !important;
}

.fp-premium-copy .fp-seo-hero-copy{
  max-width:920px !important;
  margin:0 auto 18px !important;
  text-align:center !important;
}

.fp-premium-copy .fp-section-kicker{
  color:#7a1830 !important;
  background:#fff7e2 !important;
  border:1px solid rgba(212,175,55,.30) !important;
  border-radius:999px !important;
  padding:7px 11px !important;
  margin-bottom:10px !important;
}

.fp-premium-copy h2{
  color:#270912 !important;
  font-size:clamp(1.55rem,2.4vw,2.35rem) !important;
}

.fp-content-lead{
  max-width:780px !important;
  margin:10px auto 0 !important;
  color:#6b5560 !important;
  font-size:.94rem !important;
}

.fp-content-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:15px !important;
  align-items:start !important;
}

.fp-content-card{
  position:relative !important;
  padding:19px 19px 18px !important;
  border-radius:18px !important;
  background:rgba(255,255,255,.96) !important;
  border:1px solid rgba(122,24,48,.12) !important;
  box-shadow:0 12px 32px rgba(40,10,22,.055) !important;
  overflow:hidden !important;
}

.fp-content-card:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:3px;
  background:linear-gradient(180deg,#d4af37,#7a1830);
}

.fp-content-card-featured{
  grid-column:1 / -1 !important;
  background:linear-gradient(135deg,#2a0a14 0%,#5d1429 62%,#7a1830 100%) !important;
  border-color:rgba(212,175,55,.38) !important;
  box-shadow:0 18px 42px rgba(74,13,35,.18) !important;
}

.fp-content-card-featured:before{
  width:5px !important;
  background:#d4af37 !important;
}

.fp-premium-copy .fp-content-card h3{
  color:#3c0d1b !important;
  font-size:1.04rem !important;
  margin-bottom:10px !important;
}

.fp-premium-copy .fp-content-card p,
.fp-premium-copy .fp-content-card li{
  color:#5c4a52 !important;
  font-size:.90rem !important;
  line-height:1.68 !important;
}

.fp-premium-copy .fp-content-card ul{
  margin:10px 0 12px !important;
  padding-left:20px !important;
}

.fp-premium-copy .fp-content-card li{
  margin-bottom:7px !important;
}

.fp-premium-copy .fp-content-card-featured h3,
.fp-premium-copy .fp-content-card-featured p,
.fp-premium-copy .fp-content-card-featured li{
  color:#ffffff !important;
}

.fp-premium-copy .fp-content-card-featured p,
.fp-premium-copy .fp-content-card-featured li{
  color:rgba(255,255,255,.84) !important;
}

@media (max-width:900px){
  body.home .fp-hero,
  body.front-page .fp-hero,
  body.page-template-front-page .fp-hero,
  .home-main .fp-hero{
    min-height:0 !important;
    background-position:64% center !important;
  }
  .fp-premium-copy{padding:18px !important;}
  .fp-content-grid{grid-template-columns:1fr !important;}
  .fp-content-card-featured{grid-column:auto !important;}
}

@media (max-width:640px){
  body.home .fp-hero,
  body.front-page .fp-hero,
  body.page-template-front-page .fp-hero,
  .home-main .fp-hero{
    background:
      linear-gradient(180deg, rgba(13,6,14,.94) 0%, rgba(32,8,23,.93) 64%, rgba(17,8,18,.94) 100%),
      url('../images/singapore-hero-bg.svg') 68% center / cover no-repeat !important;
  }
  body.home .fp-hero h1,
  body.front-page .fp-hero h1,
  body.page-template-front-page .fp-hero h1,
  .home-main .fp-hero h1{
    font-size:clamp(1.85rem,9vw,2.55rem) !important;
    line-height:1.04 !important;
  }
  .fp-premium-copy{padding:14px !important;border-radius:18px !important;}
  .fp-content-card{padding:16px !important;}
}


/* ============================================================
   SINGAPORE ESCORTS V8.1 HERO COLOR REFINEMENT
   Earthy natural palette + stronger Top Singapore Locations contrast
============================================================ */
body.home .fp-hero,
body.front-page .fp-hero,
body.page-template-front-page .fp-hero,
.home-main .fp-hero{
  background:
    linear-gradient(104deg, rgba(242,235,220,.95) 0%, rgba(234,225,209,.92) 42%, rgba(223,216,203,.88) 100%),
    linear-gradient(140deg, rgba(16,36,58,.78) 0%, rgba(73,83,52,.45) 45%, rgba(136,104,67,.34) 100%),
    url('../images/singapore-hero-bg.svg') center center / cover no-repeat !important;
  border:1px solid rgba(178,147,94,.35) !important;
  box-shadow:0 28px 70px rgba(52,58,62,.14) !important;
}

body.home .fp-hero:before,
body.front-page .fp-hero:before,
body.page-template-front-page .fp-hero:before,
.home-main .fp-hero:before{
  opacity:.14 !important;
  background:linear-gradient(115deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,.04) 38%, rgba(0,0,0,0) 75%) !important;
}

body.home .fp-hero .fp-kicker,
body.front-page .fp-hero .fp-kicker,
body.page-template-front-page .fp-hero .fp-kicker,
.home-main .fp-hero .fp-kicker{
  color:#a33c21 !important;
  text-shadow:none !important;
}

body.home .fp-hero h1,
body.front-page .fp-hero h1,
body.page-template-front-page .fp-hero h1,
.home-main .fp-hero h1{
  color:#10243a !important;
  text-shadow:none !important;
}

body.home .fp-hero p,
body.front-page .fp-hero p,
body.page-template-front-page .fp-hero p,
.home-main .fp-hero p{
  color:#374151 !important;
  text-shadow:none !important;
}

body.home .fp-hero .fp-primary-btn,
body.front-page .fp-hero .fp-primary-btn,
body.page-template-front-page .fp-hero .fp-primary-btn,
.home-main .fp-hero .fp-primary-btn{
  color:#10243a !important;
  background:linear-gradient(135deg,#e7c75a 0%, #d7aa2b 54%, #b98914 100%) !important;
  border:1px solid rgba(92,70,24,.26) !important;
  box-shadow:0 14px 34px rgba(177,135,35,.22) !important;
}

body.home .fp-hero .fp-primary-btn:hover,
body.front-page .fp-hero .fp-primary-btn:hover,
body.page-template-front-page .fp-hero .fp-primary-btn:hover,
.home-main .fp-hero .fp-primary-btn:hover{
  background:linear-gradient(135deg,#edd16a 0%, #ddb338 54%, #c28d18 100%) !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{
  background:linear-gradient(180deg, rgba(80,84,91,.96) 0%, rgba(56,61,68,.96) 100%) !important;
  border:1px solid rgba(198,166,105,.34) !important;
  box-shadow:0 22px 48px rgba(28,36,45,.25) !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{
  border-bottom:1px solid rgba(228,204,150,.16) !important;
  padding-bottom:12px !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{
  color:#ffffff !important;
  font-weight:800 !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{
  color:#efe1bb !important;
  letter-spacing:.1em !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{
  background:linear-gradient(180deg,#f7f0e3 0%, #efe6d6 100%) !important;
  border:1px solid rgba(169,139,90,.22) !important;
  box-shadow:0 8px 20px rgba(32,35,41,.08) !important;
}

body.home .fp-hero-destination-card:hover,
body.front-page .fp-hero-destination-card:hover,
body.page-template-front-page .fp-hero-destination-card:hover,
.home-main .fp-hero-destination-card:hover{
  background:linear-gradient(180deg,#fbf5e7 0%, #f2e7cf 100%) !important;
  border-color:rgba(214,169,57,.45) !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{
  background:rgba(231,199,90,.22) !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{
  color:#10243a !important;
  font-size:.84rem !important;
  line-height:1.1 !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{
  color:#6b7280 !important;
  font-size:.67rem !important;
  line-height:1.14 !important;
}

@media (max-width:1180px){
  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:.82rem !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:block !important;
    font-size:.65rem !important;
  }
}


/* ============================================================
   SINGAPORE ESCORTS V8.2 PREMIUM HERO UPGRADE
   Editorial premium front-page hero refinement
============================================================ */
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{
  position:relative !important;
  overflow:hidden !important;
  display:grid !important;
  grid-template-columns:minmax(0, 1.18fr) minmax(420px, .82fr) !important;
  gap:28px !important;
  padding:24px !important;
  border-radius:32px !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(230,199,90,.22) 0%, rgba(230,199,90,0) 28%),
    radial-gradient(circle at 100% 18%, rgba(16,36,58,.12) 0%, rgba(16,36,58,0) 24%),
    linear-gradient(135deg, rgba(247,242,231,.98) 0%, rgba(241,235,224,.96) 48%, rgba(232,227,220,.95) 100%),
    url('../images/singapore-hero-bg.svg') center center / cover no-repeat !important;
  border:1px solid rgba(183,152,95,.30) !important;
  box-shadow:0 28px 80px rgba(24,31,41,.14), inset 0 1px 0 rgba(255,255,255,.65) !important;
}

body.home .home-left > .fp-hero.fp-hero-destination-layout::before,
body.front-page .home-left > .fp-hero.fp-hero-destination-layout::before,
body.page-template-front-page .home-left > .fp-hero.fp-hero-destination-layout::before,
.home-main .home-left > .fp-hero.fp-hero-destination-layout::before{
  content:'' !important;
  position:absolute !important;
  inset:0 !important;
  border-radius:32px !important;
  background:linear-gradient(112deg, rgba(255,255,255,.40) 0%, rgba(255,255,255,0) 36%, rgba(255,255,255,.10) 100%) !important;
  opacity:.75 !important;
  pointer-events:none !important;
}

body.home .home-left > .fp-hero.fp-hero-destination-layout::after,
body.front-page .home-left > .fp-hero.fp-hero-destination-layout::after,
body.page-template-front-page .home-left > .fp-hero.fp-hero-destination-layout::after,
.home-main .home-left > .fp-hero.fp-hero-destination-layout::after{
  content:'' !important;
  position:absolute !important;
  left:24px !important;
  right:24px !important;
  bottom:0 !important;
  height:4px !important;
  border-radius:999px !important;
  background:linear-gradient(90deg, #e6c75a 0%, #d6a93a 30%, #a33c21 60%, rgba(163,60,33,0) 100%) !important;
  opacity:.8 !important;
  pointer-events:none !important;
}

body.home .fp-hero-copy,
body.front-page .fp-hero-copy,
body.page-template-front-page .fp-hero-copy,
.home-main .fp-hero-copy{
  align-self:stretch !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  padding:22px 22px 26px !important;
  border-radius:26px !important;
  background:linear-gradient(180deg, rgba(255,255,255,.70) 0%, rgba(250,246,238,.55) 100%) !important;
  border:1px solid rgba(183,152,95,.18) !important;
  box-shadow:0 18px 50px rgba(37,49,61,.08), inset 0 1px 0 rgba(255,255,255,.62) !important;
}

body.home .fp-hero .fp-kicker,
body.front-page .fp-hero .fp-kicker,
body.page-template-front-page .fp-hero .fp-kicker,
.home-main .fp-hero .fp-kicker{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  width:max-content !important;
  padding:9px 14px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.68) !important;
  border:1px solid rgba(178,147,94,.30) !important;
  color:#8d311b !important;
  font-weight:800 !important;
  letter-spacing:.14em !important;
  box-shadow:0 8px 20px rgba(28,36,45,.06) !important;
}

body.home .fp-hero h1,
body.front-page .fp-hero h1,
body.page-template-front-page .fp-hero h1,
.home-main .fp-hero h1{
  margin-top:18px !important;
  margin-bottom:14px !important;
  max-width:700px !important;
  color:#10243a !important;
  font-size:clamp(3rem, 4.4vw, 4.75rem) !important;
  line-height:.95 !important;
  letter-spacing:-.04em !important;
  text-wrap:balance !important;
}

body.home .fp-hero p,
body.front-page .fp-hero p,
body.page-template-front-page .fp-hero p,
.home-main .fp-hero p{
  max-width:700px !important;
  margin:0 !important;
  color:#425266 !important;
  font-size:1.1rem !important;
  line-height:1.55 !important;
}

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

body.home .fp-hero .fp-primary-btn,
body.front-page .fp-hero .fp-primary-btn,
body.page-template-front-page .fp-hero .fp-primary-btn,
.home-main .fp-hero .fp-primary-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:54px !important;
  padding:14px 30px !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,#e8cb63 0%, #d7aa2b 54%, #bf8a17 100%) !important;
  color:#10243a !important;
  font-size:1.02rem !important;
  font-weight:800 !important;
  border:1px solid rgba(113,84,27,.22) !important;
  box-shadow:0 16px 34px rgba(193,147,36,.22), inset 0 1px 0 rgba(255,255,255,.42) !important;
  transition:transform .2s ease, box-shadow .2s ease, filter .2s ease !important;
}

body.home .fp-hero .fp-primary-btn:hover,
body.front-page .fp-hero .fp-primary-btn:hover,
body.page-template-front-page .fp-hero .fp-primary-btn:hover,
.home-main .fp-hero .fp-primary-btn:hover{
  transform:translateY(-2px) !important;
  box-shadow:0 18px 40px rgba(193,147,36,.28), inset 0 1px 0 rgba(255,255,255,.48) !important;
  filter:saturate(1.05) !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:stretch !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  padding:16px 16px 14px !important;
  border-radius:24px !important;
  background:
    linear-gradient(180deg, rgba(79,84,91,.98) 0%, rgba(54,59,66,.98) 100%),
    linear-gradient(145deg, rgba(230,199,90,.06) 0%, rgba(0,0,0,0) 100%) !important;
  border:1px solid rgba(194,167,116,.30) !important;
  box-shadow:0 24px 54px rgba(28,36,45,.24), inset 0 1px 0 rgba(255,255,255,.08) !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{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  margin-bottom:14px !important;
  padding-bottom:12px !important;
  border-bottom:1px solid rgba(241,229,197,.16) !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{
  color:#ffffff !important;
  font-size:1.03rem !important;
  font-weight:800 !important;
  letter-spacing:-.01em !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{
  color:#eddca7 !important;
  font-size:.8rem !important;
  font-weight:800 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !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{
  gap:10px !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:60px !important;
  padding:10px 12px !important;
  border-radius:16px !important;
  background:linear-gradient(180deg,#f7f1e4 0%, #efe7d8 100%) !important;
  border:1px solid rgba(169,139,90,.22) !important;
  box-shadow:0 10px 24px rgba(20,29,38,.10), inset 0 1px 0 rgba(255,255,255,.66) !important;
}

body.home .fp-hero-destination-card:hover,
body.front-page .fp-hero-destination-card:hover,
body.page-template-front-page .fp-hero-destination-card:hover,
.home-main .fp-hero-destination-card:hover{
  transform:translateY(-2px) !important;
  background:linear-gradient(180deg,#fbf5e8 0%, #f4ead5 100%) !important;
  border-color:rgba(214,169,57,.42) !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:34px !important;
  height:34px !important;
  flex-basis:34px !important;
  border-radius:12px !important;
  background:rgba(230,199,90,.25) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.44) !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{
  color:#10243a !important;
  font-size:.98rem !important;
  font-weight:800 !important;
  line-height:1.15 !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:block !important;
  margin-top:4px !important;
  color:#64748b !important;
  font-size:.79rem !important;
  line-height:1.16 !important;
}

@media (max-width: 1280px){
  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(390px, .84fr) !important;
    gap:20px !important;
  }

  body.home .fp-hero h1,
  body.front-page .fp-hero h1,
  body.page-template-front-page .fp-hero h1,
  .home-main .fp-hero h1{
    font-size:clamp(2.8rem, 4.1vw, 4.1rem) !important;
  }
}

@media (max-width: 1080px){
  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;
  }

  body.home .fp-hero-copy,
  body.front-page .fp-hero-copy,
  body.page-template-front-page .fp-hero-copy,
  .home-main .fp-hero-copy{
    padding:20px 18px 22px !important;
  }
}

@media (max-width: 767px){
  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 .fp-hero.fp-hero-destination-layout,
  .home-main .home-left > .fp-hero.fp-hero-destination-layout{
    padding:16px !important;
    border-radius:24px !important;
    gap:16px !important;
  }

  body.home .fp-hero h1,
  body.front-page .fp-hero h1,
  body.page-template-front-page .fp-hero h1,
  .home-main .fp-hero h1{
    font-size:2.7rem !important;
  }

  body.home .fp-hero p,
  body.front-page .fp-hero p,
  body.page-template-front-page .fp-hero p,
  .home-main .fp-hero p{
    font-size:1rem !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{
    font-size:.74rem !important;
  }
}


/* ============================================================
   SINGAPORE ESCORTS V8.3 COMPACT PREMIUM HOMEPAGE
   Tighter hero + compact editorial content + SEO keyword accents
============================================================ */
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,1.16fr) minmax(390px,.84fr) !important;
  gap:16px !important;
  padding:16px !important;
  min-height:0 !important;
  border-radius:24px !important;
  box-shadow:0 18px 48px rgba(24,31,41,.12), inset 0 1px 0 rgba(255,255,255,.66) !important;
}

body.home .home-left > .fp-hero.fp-hero-destination-layout::before,
body.front-page .home-left > .fp-hero.fp-hero-destination-layout::before,
body.page-template-front-page .home-left > .fp-hero.fp-hero-destination-layout::before,
.home-main .home-left > .fp-hero.fp-hero-destination-layout::before{
  border-radius:24px !important;
}

body.home .home-left > .fp-hero.fp-hero-destination-layout::after,
body.front-page .home-left > .fp-hero.fp-hero-destination-layout::after,
body.page-template-front-page .home-left > .fp-hero.fp-hero-destination-layout::after,
.home-main .home-left > .fp-hero.fp-hero-destination-layout::after{
  left:16px !important;
  right:16px !important;
  height:3px !important;
}

body.home .fp-hero-copy,
body.front-page .fp-hero-copy,
body.page-template-front-page .fp-hero-copy,
.home-main .fp-hero-copy{
  padding:15px 16px 17px !important;
  border-radius:19px !important;
  box-shadow:0 12px 32px rgba(37,49,61,.065), inset 0 1px 0 rgba(255,255,255,.66) !important;
}

body.home .fp-hero .fp-kicker,
body.front-page .fp-hero .fp-kicker,
body.page-template-front-page .fp-hero .fp-kicker,
.home-main .fp-hero .fp-kicker{
  padding:6px 10px !important;
  font-size:.67rem !important;
  letter-spacing:.12em !important;
}

body.home .fp-hero h1,
body.front-page .fp-hero h1,
body.page-template-front-page .fp-hero h1,
.home-main .fp-hero h1{
  margin-top:11px !important;
  margin-bottom:9px !important;
  max-width:650px !important;
  font-size:clamp(2.5rem,3.7vw,3.75rem) !important;
  line-height:.96 !important;
}

body.home .fp-hero p,
body.front-page .fp-hero p,
body.page-template-front-page .fp-hero p,
.home-main .fp-hero p{
  max-width:690px !important;
  font-size:.98rem !important;
  line-height:1.45 !important;
}

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

body.home .fp-hero .fp-primary-btn,
body.front-page .fp-hero .fp-primary-btn,
body.page-template-front-page .fp-hero .fp-primary-btn,
.home-main .fp-hero .fp-primary-btn{
  min-height:44px !important;
  padding:10px 22px !important;
  font-size:.91rem !important;
  box-shadow:0 10px 24px rgba(193,147,36,.20), inset 0 1px 0 rgba(255,255,255,.42) !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{
  padding:12px !important;
  border-radius:19px !important;
  box-shadow:0 16px 36px rgba(28,36,45,.20), inset 0 1px 0 rgba(255,255,255,.07) !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{
  margin-bottom:9px !important;
  padding-bottom: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:.94rem !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:.66rem !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{
  gap:7px !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:48px !important;
  padding:7px 9px !important;
  border-radius:12px !important;
  box-shadow:0 6px 15px rgba(20,29,38,.075), inset 0 1px 0 rgba(255,255,255,.62) !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:28px !important;
  height:28px !important;
  flex-basis:28px !important;
  border-radius:9px !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:.83rem !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:.66rem !important;
}

/* Compact trust strip */
body.home .fp-trust-strip,
body.front-page .fp-trust-strip,
body.page-template-front-page .fp-trust-strip,
.home-main .fp-trust-strip{
  gap:8px !important;
  margin:12px 0 !important;
}

body.home .fp-trust-strip > div,
body.front-page .fp-trust-strip > div,
body.page-template-front-page .fp-trust-strip > div,
.home-main .fp-trust-strip > div{
  padding:10px 12px !important;
  border-radius:13px !important;
}

body.home .fp-trust-strip strong,
body.front-page .fp-trust-strip strong,
body.page-template-front-page .fp-trust-strip strong,
.home-main .fp-trust-strip strong{
  font-size:.78rem !important;
}

body.home .fp-trust-strip span,
body.front-page .fp-trust-strip span,
body.page-template-front-page .fp-trust-strip span,
.home-main .fp-trust-strip span{
  margin-top:2px !important;
  font-size:.67rem !important;
  line-height:1.25 !important;
}

/* Compact premium SEO content */
.fp-premium-copy{
  padding:16px !important;
  border-radius:20px !important;
  background:
    radial-gradient(circle at 7% 0%,rgba(230,199,90,.12),transparent 24%),
    radial-gradient(circle at 100% 18%,rgba(83,95,59,.08),transparent 25%),
    linear-gradient(180deg,#fbf8f1 0%,#ffffff 100%) !important;
  border-color:rgba(142,112,66,.17) !important;
  box-shadow:0 16px 42px rgba(37,45,52,.065) !important;
}

.fp-premium-copy:before{
  height:3px !important;
  background:linear-gradient(90deg,#535f3b,#d6a93a,#a33c21) !important;
}

.fp-premium-copy .fp-seo-hero-copy{
  max-width:850px !important;
  margin:0 auto 12px !important;
}

.fp-premium-copy .fp-section-kicker{
  color:#5b6841 !important;
  background:#f3eddc !important;
  border-color:rgba(152,126,79,.25) !important;
  padding:5px 9px !important;
  margin-bottom:7px !important;
  font-size:.68rem !important;
}

.fp-premium-copy h2{
  color:#10243a !important;
  font-size:clamp(1.35rem,2vw,1.9rem) !important;
  line-height:1.12 !important;
}

.fp-content-lead{
  margin:6px auto 0 !important;
  max-width:740px !important;
  color:#627080 !important;
  font-size:.82rem !important;
  line-height:1.45 !important;
}

.fp-content-grid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:10px !important;
}

.fp-content-card{
  padding:14px 15px 13px !important;
  border-radius:14px !important;
  background:rgba(255,255,255,.96) !important;
  border-color:rgba(124,106,72,.13) !important;
  box-shadow:0 8px 20px rgba(37,45,52,.045) !important;
}

.fp-content-card:before{
  width:2px !important;
  background:linear-gradient(180deg,#d6a93a,#535f3b) !important;
}

.fp-content-card-featured{
  grid-column:1 / -1 !important;
  background:linear-gradient(135deg,#10243a 0%,#20384a 58%,#535f3b 100%) !important;
  border-color:rgba(214,169,58,.28) !important;
  box-shadow:0 12px 30px rgba(16,36,58,.14) !important;
}

.fp-content-card-featured:before{
  width:4px !important;
  background:#d6a93a !important;
}

.fp-premium-copy .fp-content-card h3{
  color:#26384a !important;
  margin-bottom:7px !important;
  font-size:.94rem !important;
  line-height:1.28 !important;
}

.fp-premium-copy .fp-content-card p,
.fp-premium-copy .fp-content-card li{
  color:#5d6873 !important;
  font-size:.80rem !important;
  line-height:1.52 !important;
}

.fp-premium-copy .fp-content-card p{
  margin-top:0 !important;
  margin-bottom:8px !important;
}

.fp-premium-copy .fp-content-card ul{
  margin:7px 0 8px !important;
  padding-left:17px !important;
}

.fp-premium-copy .fp-content-card li{
  margin-bottom:5px !important;
}

/* Target keyword highlight: visible, premium, not neon/spammy */
.fp-premium-copy .seo-keyword{
  color:#10243a !important;
  font-weight:800 !important;
  background:linear-gradient(transparent 62%,rgba(230,199,90,.36) 62%) !important;
  padding:0 .05em !important;
  text-decoration:none !important;
}

.fp-premium-copy .fp-content-card-featured .seo-keyword{
  color:#f3d879 !important;
  background:none !important;
  text-shadow:0 1px 12px rgba(0,0,0,.16) !important;
}

@media (min-width:1450px){
  .fp-content-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media (max-width:1080px){
  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;
    gap:12px !important;
  }
}

@media (max-width:900px){
  .fp-premium-copy{padding:13px !important;}
  .fp-content-grid{grid-template-columns:1fr !important;}
  .fp-content-card-featured{grid-column:auto !important;}
}

@media (max-width:640px){
  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{
    padding:11px !important;
    border-radius:18px !important;
  }

  body.home .fp-hero-copy,
  body.front-page .fp-hero-copy,
  body.page-template-front-page .fp-hero-copy,
  .home-main .fp-hero-copy{
    padding:13px !important;
    border-radius:15px !important;
  }

  body.home .fp-hero h1,
  body.front-page .fp-hero h1,
  body.page-template-front-page .fp-hero h1,
  .home-main .fp-hero h1{
    font-size:2.2rem !important;
  }

  .fp-premium-copy{
    padding:10px !important;
    border-radius:16px !important;
  }

  .fp-content-card{
    padding:12px !important;
    border-radius:12px !important;
  }
}
