@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css');

:root {
  --plum-dark :#4A2234;
  --plum: #7B3F5B;
  --plum-light: #5A2E44;
  --plum-accent: #CFA6B8;
  --white:       #FFFFFF;
  --dark:        #2B2B2B;
  --slate:       #717171;
  --border:      #EAE4E1;
  --bg:          #F7F7F7;
  --radius-card: 16px;
  --radius-pill: 100px;
  --green: #3a7a32;
  --yellow: #ffcb00;
  --red: #c0392b;
  
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: 'Inter', sans-serif;
  background: var(--white);
  color: var(--dark);
  -webkit-font-smoothing: antialiased;
}
::-webkit-scrollbar { width: 5px; height: 5px; }
::-webkit-scrollbar-thumb { background: var(--border); border-radius: 10px; }

.text-plum { color: var(--plum); }
.bg-plum { background: var(--plum); }
.bg-green { background: var(--green); }
.bg-yellow { background: var(--yellow); }
.bg-red { background: var(--red); }

.sz16 {width: 16px !important; height:16px !important;}
.footer-lang {font-size:.8rem; display:flex; align-items:center; gap:.35rem; margin-right:.5rem;}

/* ══ NAVBAR ══════════════════════════════════════════ */
.navbar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 0;
  position: sticky; top: 0; z-index: 1000;
}
.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 1.25rem;
  flex: 1;
}
.brand {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.045em;
  color: var(--plum);
  text-decoration: none;
  flex-shrink: 0;
}

/* Pill search */
.nav-search {
  display: flex;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 7px 7px 7px 18px;
  box-shadow: 0 1px 5px rgba(0,0,0,.07);
  cursor: pointer;
  background: var(--white);
  transition: box-shadow .2s;
}
.nav-search:hover { box-shadow: 0 2px 14px rgba(0,0,0,.11); }
.nsd { width: 1px; height: 22px; background: var(--border); margin: 0 .7rem; }
.nsf { display: flex; flex-direction: column; cursor: pointer; }
.nsf label { font-size: .67rem; font-weight: 700; color: var(--dark); cursor: pointer; }
.nsf span  { font-size: .8rem; color: var(--slate); }
.ns-btn {
  width: 34px; height: 34px;
  background: var(--plum);
  border: none; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--white); font-size: .9rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  cursor: pointer; flex-shrink: 0; margin-left: .75rem;
  transition: background .2s, transform .15s;
}
.ns-btn:hover { background: var(--plum-light); transform: scale(1.07); }

/* Nav right */
.nav-right { display: flex; align-items: center; gap: .2rem; flex-shrink: 0; }
.nbg {
  font-size: .82rem; font-weight: 600; color: var(--dark);
  background: none; border: none;
  padding: .5rem .85rem; border-radius: var(--radius-pill);
  cursor: pointer; white-space: nowrap; transition: background .15s;
}
.nbg:hover { background: #f3e8ee; }
.nav-menu-btn {
  display: flex; align-items: center; gap: .6rem;
  border: 1px solid var(--border); border-radius: var(--radius-pill);
  padding: .38rem .38rem .38rem .85rem;
  background: var(--white); cursor: pointer;
  transition: box-shadow .2s;
}
.nav-menu-btn:hover { box-shadow: 0 2px 8px rgba(0,0,0,.12); }
.nav-menu-btn i {
  font-size:1rem;
}
.nav-avatar {
  width: 28px; height: 28px;
  background: var(--plum); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--white); font-size: .82rem;
}
.nav-avatar:hover {
  background: var(--plum-light);
}


/* ══ FILTER BAR ══════════════════════════════════════ */
.filter-bar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 72px; z-index: 900;
  padding: 6px 0;
}
.fbar-inner {
  display: flex; align-items: center;
  overflow-x: auto; scrollbar-width: none;
  gap: 8px;
}
.fbar-inner::-webkit-scrollbar { display: none; }
.fitem {
  display: flex; flex-direction: column; align-items: center;
  padding: 20px 18px; flex: 1;
  cursor: pointer; white-space: nowrap;
  border-radius: var(--radius-pill);
}
.fitem:hover { color: var(--plum); border: 1px solid var(--plum); }
.fitem.active { background: var(--plum); border: 1px solid var(--plum); }
.fitem.active span { font-weight: 600; color: var(--white); }
.btn-filters {
  display: flex; align-items: center; gap: .4rem;
  border: 1px solid var(--dark); border-radius: var(--radius-pill);
  padding: .42rem .95rem;
  font-size: .78rem; font-weight: 600;
  background: var(--white); cursor: pointer;
  white-space: nowrap; transition: background .15s;
}
.btn-filters:hover { background: var(--bg); }

/* ══ HERO ════════════════════════════════════════════ */
.hero {
  position: relative; height: 500px; overflow: hidden;
}
.hero img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-ov {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,.54) 0%, rgba(0,0,0,.1) 55%, transparent 100%);
}
.hero-txt {
  position: absolute; top: 50%; left: 0;
  transform: translateY(-50%); padding: 0 5%;
  color: var(--white); max-width: 540px;
}
.hero-txt h1 {
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  font-weight: 700; letter-spacing: -0.03em; line-height: 1.15;
  margin-bottom: .7rem;
}
.hero-txt p { font-size: .95rem; opacity: .82; line-height: 1.62; margin-bottom: 1.4rem; }
.btn-hero {
  display: inline-flex; align-items: center; gap: .45rem;
  background: var(--white); color: var(--plum);
  font-size: .975rem; font-weight: 800;
  padding: 1.25rem 1.6rem; border-radius: var(--radius-pill);
  text-decoration: none; box-shadow: 0 4px 14px rgba(0,0,0,.18);
  transition: transform .2s, box-shadow .2s;
}
.btn-hero:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.22); color: var(--dark); }

/* ══ SECTION HEAD ════════════════════════════════════ */
.sh {
  display: flex; align-items: flex-end;
  justify-content: space-between; margin-bottom: .75rem;
}
.sh-title { font-size: 2.0rem; font-weight: 700; letter-spacing: -0.025em; }
.sh-link {
  font-size: .82rem; font-weight: 600;
  color: var(--dark); text-decoration: none; cursor: pointer;
  white-space: nowrap;
}
.sh-link:hover { color: var(--plum); text-decoration: underline; }

/* ══ DESTINATION CARDS ═══════════════════════════════ */
.dest-card {
  display: flex; align-items: center; gap: .9rem;
  padding: .7rem; border-radius: 12px;
  cursor: pointer; transition: background .15s;
  text-decoration: none; color: var(--dark);
}
.dest-card:hover { background: var(--bg); color: var(--plum); }
.dest-thumb { width: 64px; height: 64px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.dest-name { font-size: .875rem; font-weight: 600; }
.dest-dist { font-size: .75rem; color: var(--slate); margin-top: 2px; }

/* ══ PROPERTY CARDS ══════════════════════════════════ */
/*.pc { cursor: pointer; }*/
.pc:hover { color: var(--plum); }
.pc-img {
  position: relative; border-radius: var(--radius-card);
  overflow: hidden; aspect-ratio: 4/3; background: var(--bg);
}
.pc-img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .45s ease;
}
.pc:hover .pc-img img { transform: scale(1.05); }
.pc-fav {
  position: absolute; top: 11px; right: 11px;
  background: none; border: none; cursor: pointer;
  font-size: 1.1rem; color: rgba(255,255,255,.65);
  filter: drop-shadow(0 1px 3px rgba(0,0,0,.4)); z-index: 2;
  transition: color .15s, transform .15s;
}
.pc-fav:hover { color: var(--white); transform: scale(1.2); }
.pc-fav.loved { color: var(--plum); }
.pc-tag {
  position: absolute; top: 11px; left: 11px;
  background: #f3e8ee; color: var(--plum);
  font-size: .68rem; font-weight: 700;
  padding: .22rem .55rem; border-radius: var(--radius-pill); z-index: 2;
}

.pc-info { padding: .7rem 0 0; }
.pc-row1 { display: flex; justify-content: space-between; align-items: flex-start; gap: .4rem; }
.pc-loc { font-size: .88rem; font-weight: 600; }
.pc-loc i { padding-right:8px; }
.pc-sub { font-size: .82rem; color: var(--slate); margin-top: 1px; }
.pc-roi { margin-top: 3px; font-size: .88rem; }
.pc-roi strong { font-weight: 600; color: var(--plum); }
.pc-roi span { color: var(--plum); }

/* ══ TRUST ═══════════════════════════════════════════ */
.trust-item { display: flex; gap: 1rem; align-items: flex-start; }
.trust-icon { font-size: 1.5rem; flex-shrink: 0; margin-top: 2px; }
.trust-title { font-size: .9rem; font-weight: 700; margin-bottom: 3px; }
.trust-text { font-size: .82rem; color: var(--slate); line-height: 1.58; }

/* ══ HOST BANNER ═════════════════════════════════════ */
.host-banner {
  background: var(--bg); border-radius: 20px;
  padding: 2.5rem 3rem;
  display: flex; align-items: center;
  justify-content: space-between; gap: 2rem;
  overflow: hidden; position: relative;
}
.host-banner h2 {
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  font-weight: 700; letter-spacing: -0.025em; line-height: 1.25; /*max-width: 320px;*/
}
.host-banner p { font-size: .875rem; color: var(--slate); margin-top: .5rem; }
.btn-host {
  background: var(--plum); color: var(--white); border: none;
  padding: .72rem 1.8rem; border-radius: var(--radius-pill);
  font-size: .875rem; font-weight: 700;
  cursor: pointer; white-space: nowrap; margin-top: 1.1rem;
  transition: background .2s, transform .15s; display: inline-block;
  text-decoration: none;
}
.btn-host:hover { background: var(--plum-light); transform: translateY(-1px); }
.host-img {
  width: 220px; height: 200px;
  border-radius: 14px; object-fit: cover; flex-shrink: 0;
}

/* ══ FOOTER ══════════════════════════════════════════ */
footer { background: var(--bg); border-top: 1px solid var(--border); font-size: .84rem; }
.fc-title { font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--dark); margin-bottom: 1rem; }
.fl { list-style: none; padding: 0; }
.fl li { margin-bottom: .5rem; }
.fl a { color: var(--slate); text-decoration: none; transition: color .15s; }
.fl a:hover { color: var(--plum); text-decoration: underline; }
.foot-btm {
  border-top: 1px solid var(--border); padding: 1.2rem 0;
  display: flex; flex-wrap: wrap; align-items: center;
  justify-content: space-between; gap: .75rem;
  font-size: .8rem; color: var(--slate);
}
.foot-btm a { color: var(--slate); text-decoration: none; }
.foot-btm a:hover { text-decoration: underline; }
.socials a { color: var(--dark); font-size: 1rem; transition: color .15s; margin-left: .75rem; }
.socials a:hover { color: var(--plum); }

/* ══ RESPONSIVE ══════════════════════════════════════ */
@media (max-width: 991px) {
  .nav-search { display: none !important; }
  .hero { height: 380px; }
  .host-banner { flex-direction: column; padding: 1.75rem; }
  .host-img { width: 100%; height: 200px; }
}
@media (max-width: 575px) {
  .hero { height: 310px; }
  .hero-txt h1 { font-size: 1.6rem; }
}
.nav-search input, .nav-search select {
  border: none;
  background: var(--white);
}
.nav-search input:focus, .nav-search select:focus {
  border-color: none;
}

.pc-divider {
  border-top: 1px solid var(--border);
  margin: .65rem 0;
}

.pc-meta {
  display: flex;
  gap: 1.1rem;
}

.pc-meta-item {
  color: var(--dark);
  font-size: .75rem;
  font-weight: 600;
  color: var(--slate);
  display: flex;
  align-items: center;
  gap: .3rem;
  flex: 1;
}

/* ══ PAGINATION ══════════════════════════════════════ */

.pagination-bar {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 36px 0 60px;
  flex-wrap: wrap;
}
.pg-btn {
  min-width: 38px; height: 38px;
  border-radius: 8px;
  border: 1.5px solid var(--border);
  background: transparent;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text-muted);
  cursor: pointer;
  transition: all 0.2s;
  display: flex; align-items: center; justify-content: center;
  padding: 0 12px;
}
.pg-btn:hover {
  background: #f3e8ee;
  border-color: var(--plum);
  color: var(--plum);
}
.pg-btn.active {
  background: var(--plum);
  border-color: var(--plum);
  color: var(--white);
}


/* ── RESULTS META ── */
.results-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  flex-wrap: wrap;
  gap: 12px;
}
.results-count { font-size: 0.9rem; color: var(--text-muted); }
.results-count strong { color: var(--dark); }

/* ── BREADCRUMB ── */
.breadcrumb-bar {
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
  background: var(--white);
}
.breadcrumb-bar a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 500;
  transition: color 0.2s;
}
.breadcrumb-bar a:hover {
  color: var(--plum);
  text-decoration: underline;
}
.breadcrumb-bar .sep {
  color: #ccc;
  margin: 0 8px;
  font-size: 0.75rem;
}
.breadcrumb-bar .current {
  color: var(--dark);
  font-size: 0.82rem;
  font-weight: 600;
}





/* ── PHOTO GALLERY ── */
.gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 280px 180px;
  gap: 8px;
  border-radius: 16px;
  overflow: hidden;
}
.gallery-main {
  grid-row: 1 / 3;
  background: linear-gradient(135deg,#c8d8c4,#7da87a);
  display: flex; align-items: center; justify-content: center;
  font-size: 6rem; position: relative; cursor: pointer;
}
.gallery-thumb {
  background: linear-gradient(135deg,#b8d4d0,#5a8f8a);
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem; cursor: pointer; position: relative;
  transition: filter 0.2s;
}
.gallery-thumb:hover { filter: brightness(0.85); }
.gallery-thumb.last-thumb::after {
  content: '+4 Photos';
  position: absolute; inset: 0;
  background: rgba(26,26,24,0.55);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 0.95rem; font-weight: 600;
}
.gallery-thumb.t2 { background: linear-gradient(135deg,#d4c8a0,#a08050); }
.gallery-tag {
  position: absolute; bottom: 14px; left: 14px;
  background: rgba(26,26,24,0.7);
  color: #fff;
  font-size: 0.75rem; font-weight: 600;
  padding: 4px 12px; border-radius: 20px;
}
.gallery-save {
  position: absolute; top: 14px; right: 14px;
  background: rgba(255,255,255,0.92); border: none;
  width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; cursor: pointer; transition: background 0.2s;
}
.gallery-save:hover { background: #fff; }
@media (max-width: 640px) {
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: 220px 130px 130px; }
  .gallery-main { grid-row: auto; }
}

/* ── PROPERTY TITLE BLOCK ── */
.prop-title-block { padding: 28px 0 0; }
.prop-type-badge {
  display: inline-block;
  background: #f3e8ee; color: var(--plum);
  font-size: 0.75rem; font-weight: 600;
  padding: 4px 12px; border-radius: 20px;
  text-transform: uppercase; letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.prop-main-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700; line-height: 1.15; margin-bottom: 10px;
}
.prop-meta-row {
  display: flex; align-items: center; gap: 20px;
  flex-wrap: wrap; margin-bottom: 18px;
}
.prop-meta-item {
  display: flex; align-items: center; gap: 6px;
  font-size: 0.85rem; color: var(--dark);
}
.prop-meta-item .icon { font-size: 0.95rem; }
.prop-rating { color: var(--plum); font-weight: 700; font-size: 0.9rem; }

/* ── ROI HIGHLIGHT BAR ── */
.roi-bar {
  background: var(--bg);
  border-radius: 14px;
  padding: 22px 28px;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 20px;
  margin-bottom: 28px;
}
.roi-bar-item { text-align: center; }
.roi-bar-item .rb-val {
  font-size: 1.6rem; font-weight: 700; color: var(--plum); line-height: 1;
}
.roi-bar-item .rb-lbl {
  font-size: 0.72rem; color: var(--plum-dark);
  text-transform: uppercase; letter-spacing: 0.06em; margin-top: 5px;
}
.roi-bar-divider {
  width: 1px; height: 40px;
  background: #d0d0d0;
}
@media (max-width: 576px) { .roi-bar-divider { display: none; } .roi-bar { justify-content: center; } }

/* ── SECTION CARD ── */
.section-card {
  background: var(--white);
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.05);
  margin-bottom: 22px;
}
.section-card-title {
  font-size: 1.1rem; font-weight: 700; margin-bottom: 18px;
  padding-bottom: 14px; border-bottom: 1px solid #f0ede8;
}
.section-card-title .sub {
    font-size: 0.78rem; color: var(--dark);
    font-weight: 400; display: block; margin-top: 3px;
}

/* ── PROPERTY SPECS ── */
.specs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 12px;
}
.spec-box {
  background: var(--bg);
  border-radius: 10px; padding: 14px;
  text-align: center;
}
.spec-icon { font-size: 1.4rem; margin-bottom: 6px; }
.spec-val { font-weight: 700; font-size: 1rem; color: var(--dark); }
.spec-lbl { font-size: 0.72rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.05em; margin-top: 2px; }

/* ── DESCRIPTION ── */
.prop-desc {
  font-size: 0.93rem; line-height: 1.75;
}
.read-more-btn {
  background: none; border: none;
  color: var(--plum); font-weight: 600;
  font-size: 0.88rem; cursor: pointer;
  padding: 0;
  margin-top: 8px;
}

/* ── AMENITIES ── */
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
}
.amenity-item {
  display: flex; align-items: center; gap: 9px;
  font-size: 0.87rem; font-weight: 500;
}
.amenity-icon {
  width: 32px; height: 32px; border-radius: 8px;
  background: #f0ede6;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.95rem; flex-shrink: 0;
}

/* ── FINANCIAL ANALYSIS ── */
.fin-table { width: 100%; border-collapse: collapse; }
.fin-table tr { border-bottom: 1px solid var(--border); }
.fin-table tr:last-child { border-bottom: none; }
.fin-table td { padding: 11px 4px; font-size: 0.9rem; }
.fin-table td:last-child { text-align: right; font-weight: 700; }
.fin-table .total-row td { color: var(--dark); font-size: 1rem; padding-top: 14px; }
.fin-table .lbl { color: var(--dark); }

.fin-scenario-tabs { display: flex; gap: 8px; margin-bottom: 18px; }
.fin-tab {
  padding: 7px 18px; border-radius: 20px; font-size: 0.82rem;
  font-weight: 500; cursor: pointer;
  border: 1.5px solid var(--border); background: transparent; color: var(--dark);
  transition: all 0.2s;
}
.fin-tab:hover { border-color: var(--plum); color: var(--plum); }
.fin-tab.active { background: var(--plum); border-color: var(--plum); color: var(--white); }

/* ── ROI CHART BAR ── */
.chart-row { margin-bottom: 12px; }
.chart-label { display: flex; justify-content: space-between; font-size: 0.82rem; margin-bottom: 5px; }
.chart-label .c-name { color: var(--text-muted); }
.chart-label .c-val { font-weight: 700; color: var(--dark); }
.chart-track {
  background: #f0ede8; border-radius: 20px; height: 8px; overflow: hidden;
}
.chart-fill {
  height: 100%; border-radius: 20px;
  background: linear-gradient(90deg, var(--green), var(--green-light));
  transition: width 0.8s ease;
}

/* ── LOCATION MAP PLACEHOLDER ── */
.nearby-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 9px 0; border-bottom: 1px solid #f0ede8;
  font-size: 0.87rem;
}
.nearby-row:last-child { border-bottom: none; }
.nearby-left { display: flex; align-items: center; gap: 10px; }
.nearby-name { font-weight: 500; }
.nearby-dist { font-size: 0.8rem; color: var(--text-muted); }
.nearby-time { font-size: 0.8rem; color: var(--text-muted); }

/* ── STICKY CONTACT SIDEBAR ── */
.contact-sidebar {
  position: sticky; top: 100px;
}
.contact-card {
  background: var(--white);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.05);
  margin-bottom: 18px;
}
.price-display {
  font-size: 1.85rem; font-weight: 700;
  color: var(--plum); line-height: 1;
}
.price-type {
  font-size: 0.8rem; color: var(--dark);
  font-weight: 400; margin-top: 4px; margin-bottom: 18px;
}
.contact-divider {
  height: 1px; background: var(--border); margin: 18px 0;
}
.contact-input {
  width: 100%;
  border: 1px solid var(--border); border-radius: 8px;
  padding: 11px 14px;
  font-size: 0.88rem; color: var(--dark);
  outline: none; transition: border-color 0.2s;
  margin-bottom: 10px;
}
.contact-input:focus { border-color: var(--dark); }
.contact-input::placeholder { color: #aaa; }
.btn-contact {
  width: 100%; background: var(--plum); color: var(--white);
  border: none; border-radius: 8px; padding: 14px;
  font-weight: 600; font-size: 0.95rem; cursor: pointer;
  transition: background 0.2s; margin-bottom: 10px;
}
.btn-contact:hover { background: var(--plum-light); color: var(--white); }
.btn-contact-outline {
  width: 100%; background: transparent;
  border: 1.5px solid var(--plum); color: var(--plum);
  border-radius: 8px; padding: 12px;
  font-weight: 600; font-size: 0.92rem;
  cursor: pointer; transition: all 0.2s;
}
.btn-contact-outline:hover { background: var(--plum); color: var(--white); }


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

.contact-card-title {
  color:var(--plum);
  margin-bottom:14px;
  font-weight:500;
}



/* ── FORM INPUT SYSTEM ── */
.input-group-custom { margin-bottom: 20px; }
.input-label {
    font-size: 0.78rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.07em;
    color: var(--dark); margin-bottom: 7px;
    display: flex; justify-content: space-between; align-items: center;
}
.input-label .hint {
    font-size: 0.72rem; font-weight: 400;
    color: var(--plum); text-transform: none; letter-spacing: 0;
}

.input-field {
    width: 100%;
    background: var(--white);
    border: 1.5px solid var(--border); border-radius: 9px;
    padding: 12px 46px 12px 16px; font-size: 0.95rem;
    color: var(--dark);
    outline: none; transition: border-color 0.2s, box-shadow 0.2s;
    -moz-appearance: textfield;
}
.input-field::-webkit-outer-spin-button,
.input-field::-webkit-inner-spin-button { -webkit-appearance: none; }
.input-field:focus {
    border-color: var(--plum);
    box-shadow: 0 0 0 3px rgba(45,90,39,.08);

}
.input-field.error { border-color: #c0392b; box-shadow: 0 0 0 3px rgba(192,57,43,0.08); }
.input-field::placeholder, textarea::placeholder { color: #b8bdb6; }

.input-wrap { position: relative; }
.input-prefix, .input-suffix {
    position: absolute; top: 50%; transform: translateY(-50%);
    font-size: 0.85rem; font-weight: 600; color: var(--dark);
    pointer-events: none;
}
.input-prefix { left: 14px; }
.input-suffix { right: 14px; }
.has-prefix .input-field { padding-left: 52px; }
.has-suffix .input-field { padding-right: 52px; }

/* ── SLIDER INPUT ── */
.slider-group { margin-bottom: 20px; }
.slider-row { display: flex; align-items: center; gap: 14px; }
.range-input {
    flex: 1; accent-color: var(--green);
    height: 5px; cursor: pointer;
    -webkit-appearance: none; appearance: none;
    background: #f3e8ee; border-radius: 20px; outline: none;
}
.range-input::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none;
    width: 18px; height: 18px; border-radius: 50%;
    background: var(--green); cursor: pointer;
    box-shadow: 0 2px 6px rgba(45,90,39,0.35);
    transition: transform 0.15s;
}
.range-input::-webkit-slider-thumb:hover { transform: scale(1.2); }
.slider-val-box {
    min-width: 64px; text-align: center;
    background: var(--off-white); border: 1.5px solid #f3e8ee;
    border-radius: 8px; padding: 7px 10px;
    font-weight: 700; font-size: 0.9rem; color: var(--dark);
}

/* ── TOGGLE SWITCH ── */
.toggle-group {
    display: flex; align-items: center; justify-content: space-between;
    padding: 12px 16px; border-radius: 10px;
    border: 1.5px solid #f3e8ee; background: var(--off-white);
    margin-bottom: 12px; cursor: pointer;
    transition: border-color 0.2s;
}
.toggle-group:hover { border-color: var(--plum); }
.toggle-group.active { border-color: var(--plum); background: #f3e8ee; }
.toggle-label { font-size: 0.88rem; font-weight: 500; }
.toggle-desc  { font-size: 0.75rem; color: var(--dark); }
.toggle-switch {
    width: 40px; height: 22px; border-radius: 11px;
    background: #f3e8ee; position: relative;
    transition: background 0.2s; flex-shrink: 0;
}
.toggle-switch::after {
    content: ''; position: absolute;
    width: 16px; height: 16px; border-radius: 50%;
    background: var(--white); top: 3px; left: 3px;
    transition: left 0.2s;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
.toggle-group.active .toggle-switch { background: var(--plum); }
.toggle-group.active .toggle-switch::after { left: 21px; }
/* ── SLIDER INPUT ── */
.slider-group { margin-bottom: 20px; }
.slider-row { display: flex; align-items: center; gap: 14px; }
.range-input {
    flex: 1; accent-color: var(--plum);
    height: 5px; cursor: pointer;
    -webkit-appearance: none; appearance: none;
    background: var(--border); border-radius: 20px; outline: none;
}
.range-input::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none;
    width: 18px; height: 18px; border-radius: 50%;
    background: var(--plum); cursor: pointer;
    box-shadow: 0 2px 6px rgba(45,90,39,0.35);
    transition: transform 0.15s;
}
.range-input::-webkit-slider-thumb:hover { transform: scale(1.2); }
.slider-val-box {
    min-width: 64px; text-align: center;
    background: var(--bg); border: 1.5px solid #f3e8ee;
    border-radius: 8px; padding: 7px 10px;
    font-weight: 700; font-size: 0.9rem; color: var(--dark);
}
/* ── SCENARIO COMPARE ── */
.scenario-card {
    border-radius: 12px; border: 2px solid var(--border);
    padding: 20px; cursor: pointer; transition: all 0.2s;
    position: relative; height: 100%;
}
.scenario-card:hover { border-color: var(--plum); }
.scenario-card.active { border-color: var(--plum); background: #f3e8ee; }
.scenario-card .sc-tag {
    position: absolute; top: -1px; right: 16px;
    background: var(--plum); color: var(--white);
    font-size: 0.65rem; font-weight: 700;
    padding: 2px 10px; border-radius: 0 0 6px 6px;
    text-transform: uppercase; letter-spacing: 0.06em;
}
.scenario-card .sc-name { font-weight: 700; font-size: 0.9rem; margin-bottom: 8px; }
.scenario-card .sc-roi  {
    font-size: 1.8rem; font-weight: 700; color: var(--plum); line-height: 1;
}
.scenario-card .sc-detail { font-size: 0.78rem; color: var(--dark); margin-top: 8px; line-height: 1.4; }
/* ── CHART PANEL ── */
.chart-tab-row { display: flex; gap: 8px; margin-bottom: 18px; flex-wrap: wrap; }
.chart-tab {
    padding: 7px 16px; border-radius: 20px; font-size: 0.82rem;
    font-weight: 500; cursor: pointer; border: 1.5px solid var(--dark);
    background: transparent; color: var(--dark);
    transition: all 0.2s;
}
.chart-tab:hover { border-color: var(--plum); color: var(--plum); }
.chart-tab.active { background: var(--plum); border-color: var(--plum); color: var(--white); }
/* ── AMORTISATION TABLE ── */
.amort-table { width: 100%; border-collapse: collapse; font-size: 0.86rem; }
.amort-table thead th {
    font-size: 0.7rem; text-transform: uppercase;
    letter-spacing: 0.07em; color: var(--dark);
    padding: 0 8px 12px; font-weight: 600; text-align: right;
}
.amort-table thead th:first-child { text-align: left; }
.amort-table tbody tr { border-top: 1px solid var(--border); transition: background 0.15s; }
.amort-table tbody tr:hover { background: var(--bg); }
.amort-table tbody tr.highlight-row { background: #f3e8ee; }
.amort-table td { padding: 11px 8px; text-align: right; }
.amort-table td:first-child { text-align: left; font-weight: 600; }
.amort-table .positive { color: var(--green); font-weight: 700; }
.amort-table .negative { color: #c0392b; }
.amort-table .year-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 28px; height: 28px; border-radius: 7px;
    background: var(--bg); color: var(--dark);
    font-size: 0.78rem; font-weight: 700; margin-right: 6px;
}
.amort-table .year-badge.payback { background: var(--plum); color: var(--white); }
/* ── COMPARISON ROW ── */
.compare-bar-row {
  margin-bottom: 14px;
}
.compare-bar-header {
    display: flex;
    justify-content: space-between;
    font-size: 0.84rem;
    margin-bottom: 5px;
}
.compare-bar-name {
  font-weight: 500;
}
.compare-bar-val  {
  font-weight: 700;
}
.compare-bar-track {
    background: var(--bg);
    border-radius: 20px;
    height: 9px;
    overflow: hidden;
}
.compare-bar-fill {
    height: 100%;
    border-radius: 20px;
    background: var(--bg);
    transition: width 0.7s ease;
}
.compare-bar-fill.plum {
  background: var(--plum);
}
.compare-bar-fill.grey {
  background: var(--bg);
}

/* ── RESULT PANEL ── */
.result-panel {
    background: var(--white);
    border-radius: 14px; padding: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    position: sticky; top: 88px;
    border: 1px solid var(--border);
    color: var(--dark)
}
.result-title {
    font-size: 1.1rem; font-weight: 700;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--border);
}

.result-roi {
    text-align: center; margin-bottom: 24px;
}
.result-roi-val {
    font-size: 4rem; font-weight: 900;
    line-height: 1; letter-spacing: -1px;
    color: var(--plum)
}
.result-roi-lbl {
    font-size: 0.78rem; color: var(--dark);
    text-transform: uppercase; letter-spacing: 0.07em;
    margin-top: 4px;
}

.roi-meter {
    background: #f3e8ee;
    border-radius: 20px; height: 10px;
    overflow: hidden; margin-bottom: 8px;
}
.roi-meter-fill {
    height: 100%; border-radius: 20px;
    background: var(--plum);
    transition: width 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.roi-meter-labels {
    display: flex; justify-content: space-between;
    font-size: 0.68rem;
    margin-bottom: 22px;
}

.result-row {
    display: flex; justify-content: space-between;
    align-items: center; padding: 10px 0;
    border-bottom: 1px solid var(--border);
    font-size: 0.88rem;
}
.result-row:last-child { border-bottom: none; }
.result-row .r-label { color: var(--dark); }
.result-row .r-val   { font-weight: 700; color: var(--dark); }
.result-row .r-val.highlight { color: var(--plum); font-size: 1rem; }
.result-row .r-val.red { color: #c0392b; }

.verdict-icon { font-size: 1.2rem; margin-bottom: 6px; }
.verdict-text { font-size: 0.83rem; color: var(--dark); line-height: 1.5; }
.verdict-label { font-weight: 700; color: var(--dark); font-size: 0.88rem; }

.btn-get-report {
    width: 100%; margin-top: 18px;
    background: var(--plum);
    border: 1.5px solid var(--plum);
    color: #fff; border-radius: 8px;
    padding: 13px; font-weight: 600; font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s;
}
.btn-get-report:hover { background: var(--plum); }

/* ── PLATFORM CARDS ── */
.platform-grid { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 6px; }
.platform-btn {
  flex: 1; min-width: 100px; padding: 14px 10px; border-radius: 10px;
  border: 1.5px solid var(--border); background: var(--bg);
  cursor: pointer; text-align: center; transition: all 0.2s;
  background: var(--white);
}
.platform-btn:hover { border-color: var(--plum); }
.platform-btn.active { border-color: var(--plum); background: #f3e8ee; }
.platform-btn .p-icon  { font-size: 1.5rem; margin-bottom: 4px; }
.platform-btn .p-name  { font-size: 0.75rem; font-weight: 700; }
.platform-btn .p-fee   { font-size: 0.68rem; color: var(--dark); margin-top: 2px; }

/* ── MONTH RATE GRID ── */
.month-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.month-cell {
  border-radius: 10px; padding: 10px 6px;
  background: var(--white); border: 1.5px solid var(--border);
  text-align: center; position: relative; cursor: pointer;
  transition: all 0.2s;
}
.month-cell:hover { border-color: var(--plum); }
.month-cell.peak { background: #edf4ec; border-color: var(--dark); }
.month-cell.shoulder { background: #fff8e1; border-color: var(--dark); }
.month-cell .m-name { font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: var(--dark); }
.month-cell .m-rate { font-size: 0.82rem; font-weight: 700; color: var(--dark); margin-top: 3px; }
.month-cell .m-occ  { font-size: 0.68rem; color: var(--dark); margin-top: 2px; }
.month-cell .m-badge {
  position: absolute; top: -7px; left: 50%; transform: translateX(-50%);
  background: var(--plum); color: var(--white); font-size: 0.55rem;
  font-weight: 700; padding: 1px 7px; border-radius: 20px; white-space: nowrap;
}
.month-cell.shoulder .m-badge { background: var(--plum); }
@media (max-width: 576px) { .month-grid { grid-template-columns: repeat(4, 1fr); } }

/* ── EXPENSE ROW ── */
.expense-row {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 0; border-bottom: 1px solid #f0ede8;
}
.expense-row:last-child { border-bottom: none; }
.expense-label { flex: 1; font-size: 0.87rem; font-weight: 500; }
.expense-sublabel { font-size: 0.72rem; color: var(--text-muted); }
.expense-amount { font-weight: 700; font-size: 0.9rem; text-align: right; }
.expense-pct { font-size: 0.72rem; color: var(--text-muted); text-align: right; }

/* ── PROJECTION TABLE ── */
.proj-table { width: 100%; border-collapse: collapse; font-size: 0.85rem; }
.proj-table thead th {
  font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.07em;
  color: var(--dark); padding: 0 8px 12px; font-weight: 600; text-align: right;
}
.proj-table thead th:first-child { text-align: left; }
.proj-table tbody tr { border-top: 1px solid var(--border); transition: background 0.15s; }
.proj-table tbody tr:hover { background: var(--off-white); }
.proj-table td { padding: 11px 8px; text-align: right; }
.proj-table td:first-child { text-align: left; font-weight: 600; }
.proj-table .positive { color: var(--green); font-weight: 700; }
.proj-table .negative { color: #c0392b; }
.proj-table .best-month { background: #edf4ec; }
.month-dot {
  display: inline-block; width: 8px; height: 8px; border-radius: 50%;
  margin-right: 6px; vertical-align: middle;
}

/* ── TIPS ── */
.tip-card {
  background: var(--white); border-radius: 12px; padding: 18px 20px;
  border: 1px solid rgba(0,0,0,0.04); box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  display: flex; gap: 14px; align-items: flex-start; height: 100%;
}
.tip-title { font-weight: 700; font-size: 0.87rem; margin-bottom: 3px; }
.tip-desc  { font-size: 0.78rem; color: var(--dark); line-height: 1.5; }

/* Income donut */
.donut-center-wrap { position: relative; width: 200px; height: 200px; margin: 0 auto 18px; }
.donut-center {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; pointer-events: none;
}
.donut-center-val { font-size: 1.4rem; font-weight: 700; color: var(--plum); }
.donut-center-lbl { font-size: 0.65rem; color: var(--dark); text-transform: uppercase; letter-spacing: 0.06em; }

.monthly-breakdown {
  margin-top: 18px; padding: 14px 16px;
  background: var(--bg); border-radius: 10px;
  border: 1px solid var(--border);
}
.mb-title { font-size: 0.72rem; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.06em; color: var(--dark); margin-bottom: 10px; }
.mb-row {
  display: flex; justify-content: space-between;
  font-size: 0.82rem; margin-bottom: 5px;
}
.mb-row .mb-lbl { color: var(--dark); }
.mb-row .mb-val { font-weight: 600; color: var(--dark); }

/* Verdict badge */
.verdict-badge {
  margin-top: 18px; padding: 13px 16px; border-radius: 10px;
  background: #f3e8ee; border: 1px solid var(--plum);
}
.verdict-icon  { font-size: 1.1rem; margin-bottom: 4px; }
.verdict-label { font-weight: 700; color: var(--dark); font-size: 0.87rem; }
.verdict-text  { font-size: 0.78rem; color: var(--dark); line-height: 1.5; margin-top: 3px; }

.btn-export {
  width: 100%; margin-top: 16px;
  background: rgba(255,255,255,0.15); border: 1.5px solid rgba(255,255,255,0.35);
  color: #fff; border-radius: 8px; padding: 12px;
  font-weight: 600; font-size: 0.88rem; cursor: pointer;
  transition: all 0.2s;
}
.btn-export:hover { background: rgba(255,255,255,0.25); }

.section-title {
  font-size: 1.1rem !important;
  font-weight: 700;
}
/* Big monthly payment display */
.monthly-display { text-align:center; margin-bottom:22px; }
.monthly-display-sub { font-size:0.72rem; color:var(--dark); text-transform:uppercase; letter-spacing:0.07em; margin-bottom:6px; }
.monthly-display-val { font-size:3.2rem; font-weight:900; color: var(--plum); line-height:1; letter-spacing:-1px; }
.monthly-display-unit { font-size:0.85rem; color:var(--dark); margin-top:4px; }

/* Affordability meter */
.afford-text {font-size:0.68rem;color:var(--dark);text-transform:uppercase;letter-spacing:.07em;margin-bottom:5px;}
.afford-meter { background:#f3e8ee; border-radius:20px; height:10px; overflow:hidden; margin-bottom:6px; }
.afford-fill  { height:100%; border-radius:20px; background:var(--plum); transition:width 0.6s cubic-bezier(0.34,1.56,0.64,1); }
.afford-labels { display:flex; justify-content:space-between; font-size:0.66rem; color:var(--dark); margin-bottom:22px; }

/* ── COMPARE TABLE ── */
.compare-loan-table { width:100%; border-collapse:collapse; font-size:0.86rem; }
.compare-loan-table th { font-size:0.7rem; text-transform:uppercase; letter-spacing:0.07em; color:var(--dark); padding:0 10px 12px; font-weight:600; border-bottom:2px solid var(--border); text-align:right; }
.compare-loan-table th:first-child { text-align:left; }
.compare-loan-table td { padding:11px 10px; border-bottom:1px solid var(--border); text-align:right; }
.compare-loan-table td:first-child { text-align:left; font-weight:500; color:var(--dark); }
.compare-loan-table .winner { background:#f3e8ee; }
.compare-loan-table .winner td { font-weight:700; }
.compare-loan-table .best-val { color:var(--plum); font-weight:700; }
.win-badge { display:inline-block; background:var(--plum); color:var(--white); font-size:0.6rem; font-weight:700; padding:2px 6px; border-radius:20px; margin-left:5px; vertical-align:middle; }

/* ── AMORTISATION TABLE ── */
.amort-table { width:100%; border-collapse:collapse; font-size:0.84rem; }
.amort-table thead th { font-size:0.68rem; text-transform:uppercase; letter-spacing:0.07em; color:var(--dark); padding:0 10px 12px; font-weight:600; border-bottom:2px solid var(--border); text-align:right; }
.amort-table thead th:first-child { text-align:left; }
.amort-table tbody tr { border-bottom:1px solid var(--border); transition:background 0.15s; }
.amort-table tbody tr:hover { background:var(--bg); }
.amort-table td { padding:10px 10px; text-align:right; }
.amort-table td:first-child { text-align:left; font-weight:600; }
.amort-table .interest-col { color:#c0392b; }
.amort-table .principal-col { color:var(--plum); font-weight:700; }
.amort-table .balance-col   { color:var(--dark); }
.amort-table tr.half-row { background:#f3e8ee; }
.amort-table tr.final-row { background:#fff8e1; }

/* ── LOAN TYPE SELECTOR ── */
.loan-type-grid { display:flex; gap:10px; margin-bottom:6px; flex-wrap:wrap; }
.loan-type-btn { flex:1; min-width:100px; padding:14px 10px; border-radius:10px; border:1.5px solid #dddbd4; background:var(--white); cursor:pointer; text-align:center; transition:all 0.2s; }
.loan-type-btn:hover { border-color:var(--plum); }
.loan-type-btn.active { border-color:var(--plum); background:#f3e8ee; }
.lt-icon  { font-size:1.4rem; margin-bottom:5px; }
.lt-label { font-size:0.78rem; font-weight:700; color:var(--dark); }
.lt-desc  { font-size:0.66rem; color:var(--dark); margin-top:2px; }
@media (max-width:576px) { .loan-type-grid { flex-wrap:wrap; } .loan-type-btn { min-width:calc(50% - 5px); } }

/* ─── TICKET FORM ─── */
.ticket-wrap {
  display: grid; grid-template-columns: 1fr 1.6fr;
  gap: 32px; margin-bottom: 64px; align-items: start;
}
@media (max-width: 780px) { .ticket-wrap { grid-template-columns: 1fr; } }

.ticket-info h2 {
  font-size: 1.55rem; font-weight: 700; margin-bottom: 12px;
}
.ticket-info p { font-size: .9rem; color: var(--dark); margin-bottom: 24px; }

.sla-list { display: flex; flex-direction: column; gap: 12px; }
.sla-item {
  display: flex; align-items: flex-start; gap: 12px;
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: 10px; padding: 14px 16px;
}
.sla-dot {
  width: 10px; height: 10px; border-radius: 50%;
  flex-shrink: 0; margin-top: 5px;
}
.sla-item h4 { font-size: .88rem; font-weight: 600; margin-bottom: 2px; }
.sla-item p  { font-size: .8rem; color: var(--dark); }

/* Form */
.ticket-form {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 32px;
}
.ticket-form h3 {
  font-size: 1.2rem; font-weight: 700; margin-bottom: 24px;
}
.form-row {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 16px; margin-bottom: 16px;
}
@media (max-width: 540px) { .form-row { grid-template-columns: 1fr; } }

.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group label { font-size: .82rem; font-weight: 600; color: var(--dark); }
.form-group input,
.form-group select,
.form-group textarea {
  padding: 11px 14px; border-radius: 8px;
  border: 1.5px solid var(--border);
  font-size: .88rem;
  color: var(--text); background: #fff;
  outline: none; transition: border-color .2s;
  resize: vertical;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--plum); }
.form-group textarea { min-height: 110px; }

.priority-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip {
  padding: 6px 14px; border-radius: 20px; cursor: pointer;
  font-size: .8rem; font-weight: 600; border: 1.5px solid var(--border);
  background: #fff; transition: all .18s; user-select: none;
  display: flex;
}
.chip:hover { border-color: var(--plum); color: var(--plum); }
.chip.active { background: #f3e8ee; color: var(--plum); border-color: var(--plum); }
.chip span { padding: 4px 20px; }

.form-submit {
  width: 100%; padding: 13px;
  background: var(--plum); color: var(--white); border: none;
  border-radius: 8px; font-size: .95rem; font-weight: 700;
  cursor: pointer;
  transition: background .2s; margin-top: 8px;
}
.form-submit:hover { background: var(--plum); }

.form-note { font-size: .78rem; color: var(--dark); margin-top: 10px; text-align: center; }

/* ── FAQ ── */
.faq-title {
  font-size: 1.55rem;
  font-weight: 700;
}
.faq-sub {
  font-size: .9rem;
  color: var(--dark);
  margin-bottom: 24px;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 64px;
}
@media (max-width: 700px) { .faq-grid { grid-template-columns: 1fr; } }

.faq-item {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  cursor: pointer;
  font-size: .92rem;
  font-weight: 600;
  gap: 12px;
  user-select: none;
}
.faq-q .chevron {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: .7rem;
  flex-shrink: 0;
  transition: transform .25s, background .2s;
}
.faq-item.open .chevron {
  transform: rotate(180deg);
  background: var(--plum);
  color: var(--white);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .25s;
  font-size: .88rem;
  color: var(--dark);
  line-height: 1.65;
  padding: 0 20px;
}
.faq-item.open .faq-a {
  max-height: 400px;
  padding: 0 20px 18px;
}

/* --PARTNERS-- */
.btn-search { width:100%; 
  width: 100%;
  background: var(--plum);
  color: var(--white);
  border: 1.5px solid var(--plum);
  padding: 10px;
  border-radius: 10px;
  font-size: .875rem;
  font-weight: 700;
  white-space: nowrap;
  transition: background .2s,transform .15s;
  display: inline-block;
  margin-top: 26px;
}
.btn-search:hover {
  background: var(--plum-light);
  transform: scale(1.07);
}

.cat-tabs {
  display:flex; gap:8px;
  flex-wrap:wrap;
  margin-bottom:24px;
}
.cat-tab {
  padding:9px 18px;
  border-radius:8px;
  font-size:0.84rem;
  font-weight:500;
  cursor:pointer;
  border:1.5px solid var(--border);
  background:transparent;
  color:var(--dark);
  transition:all 0.2s;
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.cat-tab:hover {
  border-color:var(--plum);
  color:var(--plum);
}
.cat-tab.active {
  background: var(--plum);
  color: var(--white);
}
.cat-count {
  font-size:0.7rem;
  font-weight:700;
  color: var(--dark);
  background: var(--white);
  border-radius:20px;
  padding:1px 6px;
}
.cat-tab:not(.active) .cat-count {
  color: var(--dark);
}

.results-meta {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:18px;
  flex-wrap:wrap; gap:10px;
}
.results-count {
  font-size:0.88rem;
  color:var(--dark);
}
.results-count strong {
  color:var(--dark);
}

.sort-view-bar {display:flex;gap:8px;align-items:center;}
.sort-select {
  border:1.5px solid var(--border);
  border-radius:8px;
  padding:7px 28px 7px 12px;
  font-size:0.82rem;
  color:var(--dark);
  background:var(--bg);
  outline:none;
  appearance:none;
  cursor:pointer;
  transition:border-color 0.2s;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b6b5e' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 8px center;
}
.sort-select:focus {
  border-color:var(--border);
}

.view-toggle {
  display:flex;
  gap:5px;
}
.view-btn {
  width:33px;
  height:33px;
  border-radius:7px;
  border:1.5px solid var(--border);
  background:transparent;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:0.85rem;
  color:var(--dark);
  transition:all 0.2s;
}
.view-btn.active {
  background: var(--plum);
  color:var(--white);
}
.view-btn:hover {
  border-color: var(--plum);
  color: var(--plum);
}






.partner-card { background:var(--white); border-radius:14px; border: 1px solid rgba(0,0,0,0.05);
box-shadow: 0 4px 20px rgba(0,0,0,0.06); transition:transform 0.22s,box-shadow 0.22s,border-color 0.2s; height:100%; display:flex; flex-direction:column; overflow:hidden; position:relative; }

.partner-card:hover { transform:translateY(-3px); box-shadow:0 12px 36px rgba(0,0,0,0.12); border-color:rgba(45,90,39,0.2); }
.partner-card.featured { border-color:var(--plum); }
.featured-ribbon { position:absolute; top:14px; right:-1px; background:var(--plum); color:var(--white); font-size:0.62rem; font-weight:700; padding:3px 14px 3px 10px; letter-spacing:0.06em; text-transform:uppercase; border-radius:2px 0 0 2px; }

/* Card header with avatar */
.pc-header { padding:22px 22px 0; display:flex; gap:14px; align-items:flex-start; }
.pc-avatar { width:58px; height:58px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:1.5rem; flex-shrink:0; position:relative; }
.pc-avatar img { max-width: 100%; height: auto; border-radius: 8px; }
.pc-avatar.agency { border-radius:12px; }
.verified-dot { position:absolute; bottom:1px; right:1px; width:16px; height:16px; border-radius:50%; background:var(--plum); border:2px solid #fff; display:flex; align-items:center; justify-content:center; font-size:0.5rem; color:#fff; font-weight:700; }
.pc-name-wrap { flex:1; min-width:0; }
.pc-name  { font-weight:700; font-size:1rem; margin-bottom:2px; line-height:1.2; }
.pc-title { font-size:0.75rem; color:var(--text-muted); margin-bottom:5px; }
.pc-verified { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; font-size: 12px; font-weight: 500; color: var(--plum); background: rgba(200,169,106,0.12); border: 1px solid rgba(200,169,106,0.3); border-radius: 999px; }

/* Star rating */
.star-row { display:flex; align-items:center; gap:6px; margin:10px 22px 0; }
.stars { color:#e5c07b; font-size:0.85rem; letter-spacing:1px; font-weight: 600;}
.rating-num { font-weight:700; font-size:0.88rem; }
.review-count { font-size:0.74rem; color:var(--text-muted); }

/* Stats row */
.pc-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:0; border-top:1px solid #f0ede8; border-bottom:1px solid #f0ede8; margin:14px 0 0; }
.pc-stat { padding:11px 10px; text-align:center; border-right:1px solid #f0ede8; }
.pc-stat:last-child { border-right:none; }
.pc-stat-val { font-weight:700; font-size:0.95rem; color:var(--dark); }
.pc-stat-val.green { color:var(--green); }
.pc-stat-lbl { font-size:0.62rem; color:var(--text-muted); text-transform:uppercase; letter-spacing:0.05em; margin-top:2px; }

/* Bio */
.pc-bio { padding:14px 22px; font-size:0.82rem; color:var(--text-muted); line-height:1.6; flex:1; }

/* Languages */
.pc-langs { padding:0 22px 12px; display:flex; gap:5px; align-items:center; flex-wrap:wrap; }
.lang-pill { background:#f3e8ee; color:var(--dark); font-size:0.68rem; font-weight:600; padding:2px 8px; border-radius:20px; }

/* CTA row */
.pc-cta { padding:14px 22px 20px; display:flex; gap:8px; margin-top:auto; }
.btn-contact-card { flex:1; padding:9px 12px; border-radius:8px; font-size:0.8rem; font-weight:700; cursor:pointer; transition:all 0.2s; text-align:center; border:none; }
.btn-contact-card.green { background:var(--white); border:1.5px solid var(--green); color:var(--green); }
.btn-contact-card.green:hover { background: var(--green); color:var(--white); }
.btn-contact-card.dark { background:var(--white); border:1.5px solid var(--dark); color:var(--dark); }
.btn-contact-card.dark:hover { background: var(--slate); color:var(--white); }
.btn-contact-card.plum { background:var(--white); border:1.5px solid var(--plum); color:var(--plum); }
.btn-contact-card.plum:hover { background: var(--plum); color:var(--white); }




/* ── PROFILE MODAL ── */
.modal-backdrop-custom { position:fixed; inset:0; background:rgba(15,23,42,0.6); backdrop-filter: blur(4px); z-index:200; display:none; align-items:center; justify-content:center; padding:16px; }
.modal-backdrop-custom.open { display:flex; }
.modal-box { background:var(--bg); border-radius:16px; max-width:640px; width:100%; overflow-y: auto; }
.modal-header { padding: 18px 28px 20px; background: var(--plum-dark); position: relative; }
.modal-header::after { content: ""; position: absolute; inset: 0; }
.modal-close-btn { position:absolute; top:16px; right:18px; background:var(--white); border:none; color:var(--plum); width:32px; height:32px; border-radius:50%; cursor:pointer; font-size:1rem; display:flex; align-items:center; justify-content:center; transition:background 0.2s; z-index: 9999; }
.modal-close-btn:hover { background: var(--plum); color:var(--white); }
.modal-avatar { width:72px; height:72px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:2rem; border:3px solid var(--white); flex-shrink:0; }
.modal-avatar img { max-width: 100%; height: auto; border-radius: 50%; }
.modal-avatar.agency { border-radius:14px; }
.modal-name  { font-size:1.4rem; font-weight:700; color: var(--white); margin-bottom:4px; }
.modal-title { font-size:0.85rem; color:rgba(255,255,255,0.6); }
.modal-body  { padding:24px 28px; }
.modal-section-title { font-size:0.72rem; font-weight:700; text-transform:uppercase; letter-spacing:0.08em; color:var(--text-muted); margin-bottom:10px; }
.review-item { padding:14px 0; border-bottom:1px solid var(--border); }
.review-item:last-child { border-bottom:none; }
.reviewer-name { font-weight:700; font-size:0.88rem; }
.review-date   { font-size:0.72rem; color:var(--dark); }
.review-text   { font-size:0.84rem; color:var(--dark); line-height:1.6; margin-top:5px; }
.modal-stat-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-bottom:20px; }
.modal-stat-item { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 12px; text-align: center; }
.modal-stat-val { font-size:1.4rem; font-weight:700; }
.modal-stat-lbl { font-size:0.66rem; text-transform:uppercase; letter-spacing:0.06em; color:var(--dark); margin-top:3px; }

.contact-btn-modal { width:100%; padding:13px; border-radius:9px; font-weight:700; font-size:0.9rem; cursor:pointer; transition:all 0.2s; margin-bottom:8px; border:none; }
.contact-btn-modal.green { background:var(--white); border: 1.5px solid var(--green); color:var(--green); text-decoration: none; }
.contact-btn-modal.green:hover { background:var(--green); color: var(--white); }
.contact-btn-modal.dark  { background: var(--white); border: 1.5px solid var(--dark); color: var(--dark); }
.contact-btn-modal.dark:hover { background:var(--slate); color: var(--white); }

.cat-stat-content {display:flex;align-items:center;}
.cat-stat-row { display:flex; align-items:center; justify-content:space-between; padding:9px 0; border-bottom:1px solid var(--border); font-size:0.85rem; }
.cat-stat-row:last-child { border-bottom:none; }
.cat-stat-icon { width:30px; height:30px; border-radius:8px; display:flex; align-items:center; justify-content:center; font-size:0.9rem; margin-right:10px; flex-shrink:0; background:var(--white); }

/* Top rated mini card */
.top-rated-item { display:flex; align-items:center; gap:12px; padding:10px 0; border-bottom:1px solid var(--border); cursor:pointer; transition:background 0.15s; }
.top-rated-item:last-child { border-bottom:none; }
.top-rated-item:hover { background:var(--bg); border-radius:8px; padding:10px 8px; margin:0 -8px; }
.tr-avatar { width:38px; height:38px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:1rem; flex-shrink:0; }
.tr-avatar img { max-width: 100%; height: auto; border-radius: 8px; }
.tr-name  { font-weight:600; font-size:0.85rem; }
.tr-sub   { font-size:0.72rem; color:var(--dark); }
.tr-score { margin-left:auto; text-align:right; }
.tr-rating { font-weight:700; font-size:0.9rem; color:var(--plum); }


/* Tags */
.partner-tags { display:flex; flex-wrap:wrap; gap:5px; padding:10px 22px 0; }
.partner-tag { background:var(--off-white); color:var(--dark); font-size:0.7rem; font-weight:600; padding:3px 10px; border-radius:20px; }
.partner-tag.specialty { background:#f3e8ee; }
.partner-tag.location  { background:#f3e8ee; }