﻿:root {
  --bg: #fdf8f2;
  --bg-soft: #f7ede0;
  --panel: rgba(253, 248, 242, 0.94);
  --surface: #ffffff;
  --surface-strong: #1e1208;
  --text: #1e1208;
  --text-soft: #7a5c48;
  --line: rgba(30, 18, 8, 0.10);
  --line-soft: rgba(30, 18, 8, 0.07);
  --accent: #ff7811;
  --accent-deep: #ff7811;
  --accent-soft: #ff9a4d;
  --accent-light: #fff1e5;
  --sand: #f5e8d4;
  --card-dark: #1e1208;
  --card-dark-soft: #281a0c;
  --pill: #fdebd8;
  --whatsapp: #ff7811;
  --shadow: 0 2px 20px rgba(120, 70, 30, 0.08);
  --shadow-lg: 0 12px 40px rgba(120, 70, 30, 0.12);
  --radius: 28px;
  --radius-sm: 18px;
  --container: min(1180px, calc(100% - 40px));
  --fw-nav: 500;
  --fw-hero-title: 700;
  --fw-hero-lede: 500;
  --fw-card-title: 600;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", "Inter", sans-serif;
  background: var(--bg);
  color: var(--text);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.article-content {
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.85;
}

.article-content h2,
.article-content h3,
.article-content h4 {
  color: var(--text);
  line-height: 1.2;
  margin: 26px 0 12px;
}

.article-content h1 {
  color: var(--text);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.12;
  margin: 30px 0 14px;
}

.article-content p,
.article-content ul,
.article-content ol,
.article-content blockquote {
  margin: 0 0 16px;
}

.article-content ul,
.article-content ol {
  padding-left: 22px;
}

.article-content blockquote {
  border-left: 4px solid var(--accent);
  color: var(--text);
  padding: 8px 0 8px 16px;
}

.article-content a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: underline;
}

.page-shell {
  overflow: hidden;
}

/* -- Floating WhatsApp -- */
.wa-widget {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 300;
}

.wa-widget[open] {
  z-index: 360;
}

.wa-float {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, #ff9a43, #ff7811);
  color: #fff;
  box-shadow: 0 8px 28px rgba(255, 120, 17, 0.36);
  cursor: pointer;
  list-style: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wa-float::-webkit-details-marker {
  display: none;
}

.wa-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(255, 120, 17, 0.46);
}

.wa-panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 18px);
  width: min(430px, calc(100vw - 32px));
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(18, 34, 50, .24);
}

.wa-panel__head {
  padding: 20px 20px 18px;
  color: #fff;
  background: linear-gradient(135deg, #ff9a43, #ff7811);
}

.wa-panel__head-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.wa-panel__head-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wa-panel__wa-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .22);
  color: #fff;
  flex-shrink: 0;
}

.wa-panel__head-brand strong {
  display: block;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}

.wa-panel__head-brand small {
  display: block;
  font-size: .75rem;
  color: rgba(255, 255, 255, .82);
  font-weight: 600;
  margin-top: 1px;
}

.wa-panel__close {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .22);
  color: #fff;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  transition: background .2s;
}

.wa-panel__close:hover {
  background: rgba(255, 255, 255, .34);
}

.wa-panel__head > p {
  margin: 0;
  font-size: .86rem;
  color: rgba(255, 255, 255, .9);
  line-height: 1.5;
}

.wa-panel__body {
  display: grid;
  gap: 0;
  padding: 8px 18px 12px;
}

.wa-contact {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  color: #1a0f08;
  border-bottom: 1px solid #f5ede4;
  text-decoration: none;
  transition: opacity .18s;
}

.wa-contact:last-child {
  border-bottom: none;
}

.wa-contact:hover {
  opacity: .78;
}

.wa-contact__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffb470, #ff7811);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  font-weight: 900;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(255, 120, 17, .28);
}

.wa-contact__info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.wa-contact__name {
  font-size: .95rem;
  font-weight: 800;
  color: #1a0f08;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wa-contact__role {
  font-size: .78rem;
  color: #b07a55;
  font-weight: 600;
  margin-top: 1px;
}

.wa-contact__status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: .76rem;
  color: #ff7811;
  font-weight: 800;
  margin-top: 4px;
}

.wa-contact__status::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff7811;
  flex-shrink: 0;
}

.wa-contact__arrow {
  color: #d4b8a0;
  flex-shrink: 0;
}

.wa-panel__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 60px;
  padding: 16px 20px;
  color: #fff;
  background: linear-gradient(135deg, #ff9a43, #ff7811);
  font-size: .96rem;
  font-weight: 900;
  letter-spacing: .01em;
  text-decoration: none;
  transition: filter .2s;
}

.wa-panel__cta:hover {
  filter: brightness(1.06);
}

/* -- Hero -- */
.hero {
  position: relative;
  min-height: 0;
  padding-bottom: 0;
  background:
    linear-gradient(120deg, rgba(18, 13, 10, 0.82), rgba(18, 13, 10, 0.42)),
    url("https://images.unsplash.com/photo-1512917774080-9991f1c4c750?auto=format&fit=crop&w=1600&q=80") center/cover;
  color: #fff8ef;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 18%, rgba(232, 120, 60, 0.18), transparent 20%),
    linear-gradient(180deg, rgba(9, 8, 7, 0.15), rgba(9, 8, 7, 0.34));
}

.topbar,
.hero__content {
  position: relative;
  z-index: 1;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0 18px;
  border-bottom: 1px solid var(--line-soft);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.topbar__brand {
  opacity: 0.88;
}

.topbar__actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.currency-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 54px;
  padding: 0 12px;
  border: 1px solid rgba(255, 224, 198, 0.42);
  border-radius: 999px;
  background: #ff7811;
  color: #fff;
  box-shadow: 0 16px 36px rgba(217, 96, 0, 0.28);
  backdrop-filter: blur(12px);
}

.currency-switcher__icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
}

.currency-switcher select {
  min-width: 76px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  outline: none;
  cursor: pointer;
}

.currency-switcher select option {
  background: #fff7f0;
  color: #5e2f12;
}

.navbar-wrap--sticky .currency-switcher {
  border-color: rgba(232, 120, 60, 0.18);
  background: #ff7811;
  color: #fff;
}

/* -- WhatsApp Pill -- */
.whatsapp-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 10px;
  border-radius: 999px;
  background: #ff7811;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: 0 16px 36px rgba(217, 96, 0, 0.32);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-pill:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 40px rgba(255, 120, 17, 0.42);
}

.whatsapp-pill__icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  flex-shrink: 0;
}

.whatsapp-pill--large {
  width: fit-content;
  margin-bottom: 16px;
}

/* -- Navbar -- */
.navbar-wrap {
  position: relative;
  z-index: 100;
}

.navbar-wrap--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: rgba(253, 248, 242, 0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(232, 120, 60, 0.15);
  animation: slideDown 0.25s ease;
}

@keyframes slideDown {
  from { transform: translateY(-100%); opacity: 0; }
  to   { transform: translateY(0);     opacity: 1; }
}

/* Sticky nav: flip to dark text on light background */
.navbar-wrap--sticky .logo-mark__eyebrow,
.navbar-wrap--sticky .logo-mark__title,
.navbar-wrap--sticky .logo-mark__tagline {
  color: var(--text);
}
.navbar-wrap--sticky .logo-mark__tagline {
  color: var(--text-soft);
}

.navbar-wrap--sticky .nav-links a,
.navbar-wrap--sticky .nav-drop-trigger {
  color: var(--accent);
}
.navbar-wrap--sticky .logo-mark__icon {
  border-color: rgba(30, 18, 8, 0.12);
  background: rgba(30, 18, 8, 0.04);
}
.navbar-wrap--sticky .nav-toggle {
  border-color: rgba(30, 18, 8, 0.14);
  background: rgba(30, 18, 8, 0.05);
}
.navbar-wrap--sticky .nav-toggle span {
  background: var(--text);
}
.navbar-wrap--sticky .nav-links a:hover {
  background: rgba(232, 120, 60, 0.08);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.logo-mark {
  display: flex;
  align-items: center;
  gap: 16px;
}

.logo-mark__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  padding: 8px;
  border: 1px solid rgba(255, 248, 239, 0.18);
  border-radius: 20px;
  background: rgba(255, 248, 239, 0.06);
  backdrop-filter: blur(10px);
  flex-shrink: 0;
}

.logo-mark__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.logo-mark__eyebrow,
.logo-mark__title {
  margin: 0;
}

.logo-mark__eyebrow {
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.88;
}

.logo-mark__title {
  font-family: "Poppins", "Inter", sans-serif;
  font-size: 2.05rem;
  font-weight: 700;
}

.logo-mark__tagline {
  margin: 2px 0 0;
  font-size: 0.85rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: var(--accent-soft);
  line-height: 1.2;
}

.logo-mark__tagline br {
  display: none;
}

/* -- Nav Links -- */
.nav-links {
  display: flex;
  gap: 28px;
  font-size: 0.95rem;
  font-weight: var(--fw-nav);
  letter-spacing: 0.01em;
}

.nav-links a {
  position: relative;
  padding-bottom: 4px;
  white-space: nowrap;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--accent);
  transition: transform 0.25s ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

/* -- Hamburger Toggle -- */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid rgba(255, 248, 239, 0.2);
  border-radius: 12px;
  background: rgba(255, 248, 239, 0.06);
  cursor: pointer;
  flex-shrink: 0;
}

.nav-toggle span {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: #fff8ef;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transform-origin: center;
}

.nav-toggle--open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle--open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle--open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* -- Nav Dropdown -- */
.nav-item--drop {
  position: relative;
}

.nav-drop-trigger {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 4px;
  background: none;
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: inherit;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
}

.nav-drop-trigger::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--accent);
  transition: transform 0.25s ease;
}

.nav-item--drop:hover .nav-drop-trigger::after,
.nav-item--drop:focus-within .nav-drop-trigger::after {
  transform: scaleX(1);
}

.nav-drop-chevron {
  transition: transform 0.22s ease;
  flex-shrink: 0;
}

.nav-item--drop:hover .nav-drop-chevron,
.nav-item--drop:focus-within .nav-drop-chevron {
  transform: rotate(180deg);
}

.nav-drop {
  display: none;
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 188px;
  background: #ffffff;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(232, 120, 60, 0.15);
  border-radius: 16px;
  padding: 6px;
  box-shadow: 0 8px 32px rgba(120, 70, 30, 0.12);
  z-index: 200;
  animation: dropIn 0.18s ease;
}

/* Transparent bridge that fills the gap so :hover isn't lost mid-travel */
.nav-drop::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -10px;
  right: -10px;
  height: 16px;
}

@keyframes dropIn {
  from { opacity: 0; transform: translateX(-50%) translateY(-8px); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

.nav-item--drop:hover .nav-drop,
.nav-item--drop:focus-within .nav-drop {
  display: block;
}

.nav-drop a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: var(--fw-nav);
  color: var(--text);
  transition: background 0.18s ease, color 0.18s ease;
  white-space: nowrap;
}

.nav-drop a::after {
  display: none;
}

.nav-drop a:hover {
  background: rgba(232, 120, 60, 0.07);
  color: var(--accent-deep);
}

.nav-drop__icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(232, 120, 60, 0.1);
  color: var(--accent);
  flex-shrink: 0;
}

.nav-translate__trigger {
  gap: 7px;
}

.nav-translate__icon {
  display: inline-grid;
  place-items: center;
  color: currentColor;
}

.nav-translate__menu {
  min-width: 176px;
}

.nav-translate__badge {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
}

/* -- Blog Cards -- */
.blogs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 40px;
}

.blog-card {
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: 0 2px 10px rgba(120, 70, 30, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(120, 70, 30, 0.12);
}

.blog-card__img-wrap {
  position: relative;
  display: block;
  height: 220px;
  overflow: hidden;
}

.blog-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-card__img-wrap img {
  transform: scale(1.05);
}

.blog-card__cat {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff8ef;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.blog-card__body {
  padding: 22px;
}

.blog-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--text-soft);
  font-size: 0.82rem;
  opacity: 0.75;
}

.blog-card__dot {
  opacity: 0.45;
}

.blog-card__title {
  margin: 0 0 10px;
  font-family: "Poppins", "Inter", sans-serif;
  font-size: 1.22rem;
  line-height: 1.3;
  font-weight: var(--fw-card-title);
}

.blog-card__title a {
  color: var(--text);
  transition: color 0.2s ease;
}

.blog-card__title a:hover {
  color: var(--accent);
}

.blog-card__excerpt {
  margin: 0 0 16px;
  color: var(--text-soft);
  font-size: 0.87rem;
  line-height: 1.65;
}

.blog-card__more {
  color: var(--accent);
  font-size: 0.87rem;
  font-weight: 600;
  transition: color 0.2s ease;
}

.blog-card__more:hover {
  color: var(--accent-soft);
}

/* -- Pagination -- */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 48px;
}

.pg-btn {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text-soft);
  font: 600 0.9rem "Poppins", "Inter", sans-serif;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.pg-btn:hover:not(:disabled) {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-1px);
}

.pg-btn--active {
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  border-color: var(--accent-deep);
  color: #fff8ef;
  box-shadow: 0 6px 20px rgba(217, 96, 0, 0.35);
}

.pg-btn:disabled {
  opacity: 0.35;
  pointer-events: none;
}

/* -- Hero Content -- */
.hero__content {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.65fr);
  align-items: center;
  gap: 40px;
  padding-top: 72px;
  padding-bottom: 16px;
}

.hero__copy h2,
.section-heading h2,
.search-panel__heading h2,
.split-copy h2,
.footer h2 {
  margin: 0;
  font-family: "Poppins", "Inter", sans-serif;
  line-height: 0.95;
}

.hero__copy h2 {
  max-width: 760px;
  font-size: clamp(3.2rem, 7vw, 6rem);
  font-weight: var(--fw-hero-title);
  letter-spacing: -0.03em;
}

.section-tag {
  margin: 0 0 16px;
  color: var(--accent-soft);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 700;
}

.section-tag--dark {
  color: #f2a870;
}

.hero__lede {
  max-width: 600px;
  margin: 22px 0 0;
  font-size: 1.06rem;
  font-weight: var(--fw-hero-lede);
  line-height: 1.8;
  color: rgba(255, 248, 239, 0.82);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.about-page-hero .hero__content {
  grid-template-columns: minmax(0, 900px);
  padding-bottom: 88px;
}

.about-page-hero .hero__copy {
  max-width: 900px;
}

.about-page-hero .hero__copy h2 {
  font-size: clamp(2.9rem, 6vw, 5.4rem);
}

/* -- Buttons -- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: #fff8ef;
  box-shadow: 0 8px 24px rgba(217, 96, 0, 0.32);
}

.btn--primary:hover {
  box-shadow: 0 12px 32px rgba(217, 96, 0, 0.44);
}

.btn--ghost {
  border-color: rgba(255, 248, 239, 0.38);
  color: #fff8ef;
  backdrop-filter: blur(12px);
}

.btn--ghost:hover {
  background: rgba(255, 248, 239, 0.08);
}

.btn--full {
  width: 100%;
}

/* -- Hero Card -- */
/* Remove this line to show the card again */
.hero-card { display: none !important; }

.hero-card {
  padding: 28px;
  border: 1px solid rgba(255, 248, 239, 0.14);
  border-radius: var(--radius);
  background: rgba(16, 13, 10, 0.52);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.hero-card__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(232, 120, 60, 0.2);
}

.hero-card__brand img {
  width: 78px;
  height: 78px;
  flex-shrink: 0;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(204, 100, 30, 0.3);
}

.hero-card__brand-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.hero-card__brand-name {
  font-family: "Poppins", "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff9f0;
  line-height: 1;
  white-space: nowrap;
}

.hero-card__brand-sub {
  font-size: 0.76rem;
  color: rgba(255, 248, 239, 0.58);
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.hero-card__brand-badge {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(232, 120, 60, 0.16);
  border: 1px solid rgba(232, 120, 60, 0.28);
  color: var(--accent-soft);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: fit-content;
}

.hero-card__brand-trust {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(232, 120, 60, 0.1);
  border: 1px solid rgba(232, 120, 60, 0.22);
  text-align: center;
}

.hero-card__brand-trust strong {
  display: block;
  font-family: "Poppins", "Inter", sans-serif;
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--accent-soft);
  line-height: 1;
}

.hero-card__brand-trust span {
  display: block;
  margin-top: 4px;
  font-size: 0.67rem;
  color: rgba(255, 248, 239, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.hero-card__tag {
  margin: 0 0 10px;
  color: var(--accent-soft);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  font-weight: 700;
}

.hero-card h3 {
  margin: 0;
  font-family: "Poppins", "Inter", sans-serif;
  font-size: 1.9rem;
  font-weight: var(--fw-hero-title);
  line-height: 1.05;
}

.hero-card p {
  margin: 14px 0 0;
  color: rgba(255, 248, 239, 0.78);
  line-height: 1.75;
  font-size: 0.95rem;
}

.hero-card__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.hero-card__stats div {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 248, 239, 0.08);
}

.hero-card__stats strong,
.hero-card__stats span {
  display: block;
}

.hero-card__stats strong {
  font-size: 1.7rem;
  font-family: "Poppins", "Inter", sans-serif;
  color: var(--accent-soft);
}

.hero-card__stats span {
  margin-top: 6px;
  color: rgba(255, 248, 239, 0.7);
  font-size: 0.88rem;
}

/* -- Search Band -- */
.search-band {
  position: relative;
  margin-top: -76px;
  z-index: 2;
}

.search-panel {
  padding: 36px;
  border: 1px solid rgba(255, 214, 184, 0.75);
  border-radius: 34px;
  background: linear-gradient(160deg, #ff7811 0%, #ff8f33 100%);
  box-shadow: 0 16px 48px rgba(170, 66, 0, 0.28);
}

.search-panel__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
}

.search-panel__heading h2,
.section-heading h2,
.split-copy h2,
.footer h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

/* -- More Filters Toggle -- */
.more-filters-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  padding: 10px 16px;
  margin: 4px 0 14px;
  border: 1px dashed rgba(255, 229, 208, 0.85);
  border-radius: 12px;
  background: transparent;
  color: #fff7ef;
  font: inherit;
  font-size: 0.83rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.more-filters-btn:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 243, 232, 0.95);
  color: #ffffff;
}

.mfb-chevron {
  flex-shrink: 0;
  transition: transform 0.28s ease;
}

.search-panel--open .mfb-chevron {
  transform: rotate(180deg);
}

.search-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0 18px;
}

.search-grid label,
.search-grid .search-field,
.search-grid .sg-custom {
  display: block;
}

.search-grid > label > span,
.search-grid > .search-field > span,
.search-grid > .sg-custom > span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 246, 236, 0.9);
  font-size: 0.83rem;
  font-weight: 600;
}

/* Desktop: "More filters" button hidden -- all fields always visible */
.more-filters-btn {
  display: none;
}

.search-grid input,
.search-grid select {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(255, 214, 184, 0.8);
  border-radius: 12px;
  background: #fff2e7;
  color: #5e2f12;
  font: inherit;
  font-size: 0.9rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  appearance: auto;
}

.search-grid input:focus,
.search-grid select:focus {
  outline: none;
  border-color: #ffd8be;
  background: #fff8f2;
  box-shadow: 0 0 0 3px rgba(255, 245, 236, 0.28);
}

.search-grid input::placeholder {
  color: rgba(106, 57, 26, 0.55);
}

/* Fix dropdown option colors across browsers */
.search-grid select option {
  background-color: #fff6ef;
  color: #5e2f12;
}

.btn--search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.search-panel .section-tag--dark {
  color: rgba(255, 238, 224, 0.88);
}

.search-panel .search-panel__heading h2 {
  color: #fff8f1;
}

.search-panel .btn--search {
  border: 1px solid rgba(255, 236, 220, 0.82);
  background: linear-gradient(135deg, #fffaf4, #ffe8d4);
  color: #cc5802;
  box-shadow: 0 10px 22px rgba(132, 46, 0, 0.2);
}

.search-panel .btn--search:hover {
  background: linear-gradient(135deg, #fffdf9, #ffecd9);
  color: #b84e00;
}

/* -- Advanced Filters -- */
.search-advanced {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 4px;
}

.search-panel--open .search-advanced {
  display: grid;
}

.search-adv-label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 246, 236, 0.9);
  font-size: 0.83rem;
  font-weight: 600;
}

.search-adv-field {
  display: block;
}

.search-adv-input {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(255, 214, 184, 0.8);
  border-radius: 12px;
  background: #fff2e7;
  color: #5e2f12;
  font: inherit;
  font-size: 0.9rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.search-adv-input:focus {
  outline: none;
  border-color: #ffd8be;
  background: #fff8f2;
  box-shadow: 0 0 0 3px rgba(255, 245, 236, 0.28);
}

.search-adv-input::placeholder {
  color: rgba(106, 57, 26, 0.55);
  font-size: 0.85rem;
}

/* -- Custom Select (Ownership) -- */
.custom-select {
  position: relative;
}

.custom-select__trigger {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(255, 214, 184, 0.8);
  border-radius: 12px;
  background: #fff2e7;
  color: #5e2f12;
  font: inherit;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.custom-select__trigger:focus,
.custom-select--open .custom-select__trigger {
  outline: none;
  border-color: #ffd8be;
  background: #fff8f2;
  box-shadow: 0 0 0 3px rgba(255, 245, 236, 0.28);
}

.custom-select__val {
  flex: 1;
  min-width: 0;
  display: block;
  color: rgba(106, 57, 26, 0.62);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.custom-select__val--active {
  color: var(--text);
}

.cs-chevron {
  flex-shrink: 0;
  opacity: 0.6;
  transition: transform 0.22s ease;
}

.custom-select--open .cs-chevron {
  transform: rotate(180deg);
  opacity: 1;
}

.custom-select__panel {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 60;
  padding: 6px;
  border: 1px solid rgba(255, 209, 174, 0.8);
  border-radius: 14px;
  background: #fff7f0;
  box-shadow: 0 12px 30px rgba(146, 56, 0, 0.2);
}

.area-multi-select__panel {
  width: max(100%, 300px);
  right: auto;
  max-height: 330px;
  overflow-y: auto;
  padding: 7px 0;
  background: #fff6ef;
}

.custom-select--open .custom-select__panel {
  display: block;
}

.area-multi-select__clear {
  width: 100%;
  min-height: 38px;
  padding: 9px 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #5e2f12;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
}

.area-multi-select__clear:hover {
  background: rgba(255, 120, 17, 0.1);
}

.area-multi-select__group {
  padding: 12px 18px 5px;
  color: #5e2f12;
  font-size: 0.84rem;
  font-weight: 900;
}

.area-multi-select__group-check {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 40px;
  padding: 8px 18px;
  color: #5e2f12;
  font-size: 0.9rem;
  font-weight: 900;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}

.area-multi-select__group-check:hover {
  background: rgba(255, 120, 17, 0.1);
}

.area-multi-select__group-check input[type="checkbox"] {
  width: 17px;
  height: 17px;
  margin: 0;
  flex: 0 0 auto;
  accent-color: #ff7811;
}

.cs-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 9px;
  cursor: pointer;
  transition: background 0.15s ease;
  user-select: none;
}

.cs-option:hover {
  background: rgba(255, 120, 17, 0.12);
}

.search-grid .area-multi-select .cs-option {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 38px;
  padding: 8px 18px;
  color: #5e2f12;
  font-size: 0.9rem;
  font-weight: 500;
}

.search-grid .area-multi-select .cs-option--grouped {
  position: relative;
  margin-left: 18px;
  padding-left: 22px;
}

.search-grid .area-multi-select .cs-option--grouped::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 9px;
  bottom: 9px;
  width: 2px;
  border-radius: 99px;
  background: rgba(255, 120, 17, 0.24);
}

.cs-option input[type="checkbox"] {
  display: none;
}

.area-multi-select .cs-option input[type="checkbox"] {
  display: block;
  width: 17px;
  height: 17px;
  margin: 0;
  flex: 0 0 auto;
  accent-color: #ff7811;
}

.area-multi-select .cs-option__box {
  display: none;
}

.area-multi-select .area-multi-select__clear .cs-option__box {
  display: block;
}

.area-multi-select .cs-option span:last-child {
  color: #5e2f12;
  font-size: 0.9rem;
  line-height: 1.2;
}

.cs-option__box {
  position: relative;
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  border: 1.5px solid rgba(106, 57, 26, 0.32);
  border-radius: 5px;
  background: #fffdf9;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.cs-option input:checked ~ .cs-option__box {
  background: var(--accent);
  border-color: var(--accent);
}

.cs-option input:checked ~ .cs-option__box::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 1px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.cs-option span:last-child {
  color: var(--text);
  font-size: 0.88rem;
}

/* -- Sections -- */
.section {
  padding: 72px 0;
}

.section--light {
  background: #f8f2e8;
}

.section--split {
  background: #f4ead8;
}

.section--compact {
  padding: 48px 0;
}

.about-module {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 24px;
  align-items: stretch;
}

.about-panel,
.about-card,
.why-card {
  border: 1px solid rgba(232, 120, 60, 0.12);
  background: rgba(255, 252, 247, 0.82);
  box-shadow: 0 12px 34px rgba(120, 70, 30, 0.07);
}

.about-panel {
  padding: 34px;
  border-radius: 24px;
}

.about-panel h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.02;
}

.about-panel p:not(.section-tag) {
  margin: 18px 0 0;
  color: var(--text-soft);
  line-height: 1.85;
}

.about-cards {
  display: grid;
  gap: 16px;
}

.about-card,
.why-card {
  padding: 24px;
  border-radius: 20px;
}

.about-card span,
.why-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(232, 120, 60, 0.12);
  color: var(--accent-deep);
  font-size: 0.78rem;
  font-weight: 800;
}

.about-card h3,
.why-card h3 {
  margin: 18px 0 8px;
  font-family: "Poppins", "Inter", sans-serif;
  color: var(--text);
  font-size: 1.12rem;
}

.about-card p,
.why-card p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.7;
  font-size: 0.94rem;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.about-teaser {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px;
  border: 1px solid rgba(232, 120, 60, 0.12);
  border-radius: 24px;
  background: rgba(255, 252, 247, 0.82);
  box-shadow: 0 12px 34px rgba(120, 70, 30, 0.07);
}

.about-teaser h2 {
  max-width: 760px;
  margin: 0;
  font-family: "Poppins", "Inter", sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.02;
}

.about-teaser p:not(.section-tag) {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--text-soft);
  line-height: 1.75;
}

.about-teaser .btn {
  flex-shrink: 0;
}

.page-footer {
  padding: 28px 0;
  border-top: 1px solid rgba(30, 18, 8, 0.08);
  background: rgba(253, 248, 242, 0.98);
}

.page-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 0.85rem;
  color: rgba(30, 18, 8, 0.55);
}

.page-footer__inner p {
  margin: 0;
}

.page-footer__inner a {
  color: var(--accent);
  font-weight: 700;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 36px;
}

.text-link {
  color: var(--accent-soft);
  font-weight: 700;
  font-size: 0.95rem;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.text-link:hover {
  color: var(--accent-soft);
}

.listings-count {
  font-size: 0.88rem;
  color: rgba(30, 18, 8, 0.50);
  white-space: nowrap;
}

.listings-count strong { color: var(--accent); }

/* -- Sort Tabs -- */
.listing-tabs {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 24px;
}

.ltab {
  padding: 8px 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: transparent;
  color: var(--text-soft);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.ltab:hover {
  color: var(--text);
  border-color: rgba(232, 120, 60, 0.35);
  background: rgba(232, 120, 60, 0.04);
}

.ltab--active {
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: #fff5ea;
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(217, 96, 0, 0.28);
}

/* -- Listing Cards -- */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.listing-card {
  border: 1px solid rgba(232, 120, 60, 0.12);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(120, 70, 30, 0.06);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.listing-card[data-card-url] {
  cursor: pointer;
}

.listing-card:focus-visible {
  outline: 3px solid rgba(255, 120, 17, 0.35);
  outline-offset: 4px;
}

.listing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(120, 70, 30, 0.14);
}

.listing-card__image,
.split-visual,
.team-card__photo {
  background-size: cover;
  background-position: center;
}

/* -- Image Slider -- */
.listing-card__slider {
  position: relative;
  height: 220px;
  overflow: hidden;
  border-radius: var(--radius) var(--radius) 0 0;
}

.listing-card__slides {
  display: flex;
  height: 100%;
  transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.listing-card__slide {
  flex: 0 0 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: rgba(10, 7, 4, 0.55);
  backdrop-filter: blur(6px);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s ease, background 0.2s ease;
  z-index: 2;
}

.listing-card__slider:hover .slider-btn {
  opacity: 1;
}

@media (hover: none), (pointer: coarse) {
  .slider-btn {
    opacity: 1;
  }
}

.slider-btn:hover {
  background: rgba(10, 7, 4, 0.78);
}

.slider-btn--prev { left: 10px; }
.slider-btn--next { right: 10px; }

.slider-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
  z-index: 2;
}

.slider-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.slider-dot--active {
  background: #fff;
  transform: scale(1.35);
}

.listing-card__image {
  height: 220px;
}

.listing-card__image--one {
  background-image: url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=900&q=80");
}
.listing-card__image--two {
  background-image: url("https://images.unsplash.com/photo-1600585154526-990dced4db0d?auto=format&fit=crop&w=900&q=80");
}
.listing-card__image--three {
  background-image: url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=900&q=80");
}
.listing-card__image--four {
  background-image: url("https://images.unsplash.com/photo-1600047509807-ba8f99d2cdde?auto=format&fit=crop&w=900&q=80");
}

.listing-card__body {
  padding: 16px 18px 14px;
}

.listing-card__meta {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.listing-card__meta--primary {
  margin-top: 14px;
}

.listing-card h3 {
  margin: 0;
  font-family: "Poppins", "Inter", sans-serif;
  font-size: 0.95rem;
  line-height: 1.4;
  color: var(--text);
  font-weight: var(--fw-card-title);
}

.listing-card__link {
  display: inline-block;
  margin-top: 9px;
  color: var(--accent-soft);
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.listing-card__link:hover {
  color: var(--accent-soft);
}

.tag-chip {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 10px;
  border-radius: 10px;
  background: var(--tag-bg, rgba(30, 18, 8, 0.06));
  color: var(--tag-text, var(--text));
  font-size: 0.78rem;
  line-height: 1;
}

.tag-chip--gold,
.tag-chip--pink,
.tag-chip--custom {
  position: relative;
  padding-left: 20px;
}

.tag-chip--gold::before,
.tag-chip--pink::before,
.tag-chip--custom::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.tag-chip--gold::before  { background: var(--tag-dot, #efb41c); }
.tag-chip--pink::before  { background: var(--tag-dot, #f05da4); }
.tag-chip--custom::before { background: var(--tag-dot, #ff7811); }

.tag-chip--gold-soft {
  background: rgba(232, 120, 60, 0.18);
  color: var(--accent-soft);
}

.listing-card__prices {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 10px;
}

.listing-card__price-row {
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.listing-card__price-row strong {
  font-size: 1rem;
  font-weight: 800;
  color: var(--accent, #ff7811);
  line-height: 1.2;
}

.listing-card__price-row em {
  font-style: normal;
  font-size: .76rem;
  font-weight: 600;
  color: var(--text-soft);
  background: var(--surface-alt, #f5ede4);
  padding: 1px 7px;
  border-radius: 999px;
}

.listing-card__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 13px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.listing-card__facts span {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  column-gap: 6px;
  row-gap: 1px;
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 600;
}

.listing-card__fact-icon {
  width: 14px;
  height: 14px;
  color: rgba(30, 18, 8, 0.58);
  grid-row: 1 / span 2;
}

.listing-card__facts small {
  display: block;
  color: var(--text-soft);
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.listing-card__facts strong {
  display: block;
  min-width: 0;
  font: inherit;
  line-height: 1.2;
}

/* -- Split Section -- */
.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.split-visual {
  min-height: 560px;
  border-radius: 36px;
  background-image:
    linear-gradient(180deg, rgba(15, 12, 9, 0.08), rgba(15, 12, 9, 0.28)),
    url("https://images.unsplash.com/photo-1494526585095-c41746248156?auto=format&fit=crop&w=1400&q=80");
  box-shadow: var(--shadow);
}

.split-copy p:not(.section-tag) {
  margin: 18px 0 0;
  color: var(--text-soft);
  line-height: 1.85;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.feature-list div {
  padding: 18px 20px;
  border-left: 2px solid var(--accent);
  background: rgba(232, 120, 60, 0.04);
  border-radius: 0 16px 16px 0;
  transition: background 0.2s ease;
}

.feature-list div:hover {
  background: rgba(232, 120, 60, 0.08);
}

.feature-list strong,
.feature-list span {
  display: block;
}

.feature-list strong {
  font-size: 0.95rem;
  color: var(--text);
}

.feature-list span {
  margin-top: 6px;
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* -- Team -- */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.team-card {
  padding: 16px;
  border: 1px solid rgba(232, 120, 60, 0.12);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(246, 238, 229, 0.97), rgba(236, 224, 208, 0.92));
  overflow: hidden;
  transition: transform 0.3s ease;
}

.team-card:hover {
  transform: translateY(-4px);
}

.team-card__photo {
  aspect-ratio: 4/5;
  border-radius: 20px;
  background-image:
    linear-gradient(180deg, rgba(18, 12, 8, 0.08), rgba(18, 12, 8, 0.12)),
    url("https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&w=700&q=80");
}

.team-card__photo--two {
  background-image:
    linear-gradient(180deg, rgba(18, 12, 8, 0.08), rgba(18, 12, 8, 0.12)),
    url("https://images.unsplash.com/photo-1438761681033-6461ffad8d80?auto=format&fit=crop&w=700&q=80");
}
.team-card__photo--three {
  background-image:
    linear-gradient(180deg, rgba(18, 12, 8, 0.08), rgba(18, 12, 8, 0.12)),
    url("https://images.unsplash.com/photo-1544005313-94ddf0286df2?auto=format&fit=crop&w=700&q=80");
}
.team-card__photo--four {
  background-image:
    linear-gradient(180deg, rgba(18, 12, 8, 0.08), rgba(18, 12, 8, 0.12)),
    url("https://images.unsplash.com/photo-1500648767791-00dcc994a43e?auto=format&fit=crop&w=700&q=80");
}

.team-card h3 {
  margin: 14px 0 4px;
  font-family: "Poppins", "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1d1208;
}

.team-card p {
  margin: 0;
  color: #6b4f38;
  font-size: 0.88rem;
  line-height: 1.5;
}

/* -- Footer -- */
.footer {
  padding: 96px 0 40px;
  background:
    linear-gradient(180deg, rgba(133, 70, 27, 0.88), rgba(88, 46, 20, 0.91)),
    url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1600&q=80") center/cover;
  color: #fff8ef;
}

.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 40px;
  align-items: start;
}

.footer__lead {
  margin: 18px 0 0;
  color: #efd8c0;
  line-height: 1.8;
  max-width: 480px;
}

.contact-card {
  padding: 20px;
  border: 1px solid rgba(255, 226, 199, 0.62);
  border-radius: var(--radius);
  background: linear-gradient(160deg, #ff7811 0%, #ff8f33 100%);
  box-shadow: 0 16px 42px rgba(146, 52, 0, 0.34);
  backdrop-filter: blur(14px);
}

/* -- Contact Items -- */
.contact-card__items {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 18px;
}

.contact-card__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 10px;
  border-radius: 14px;
  color: #fff8ef;
  text-decoration: none;
  transition: background 0.18s ease;
}

a.contact-card__item:hover {
  background: rgba(255, 248, 239, 0.12);
}

.contact-card__item--wa:hover {
  background: rgba(255, 248, 239, 0.16);
}

.contact-card__item-ico {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 248, 239, 0.18);
  color: #fff8ef;
  flex-shrink: 0;
}

.contact-card__item--wa .contact-card__item-ico {
  background: rgba(255, 248, 239, 0.2);
  color: #fff8ef;
}

.contact-card__item-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.contact-card__item-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: rgba(255, 240, 226, 0.74);
}

.contact-card__item-val {
  font-size: 0.9rem;
  color: #fff8ef;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact-card__item-arrow {
  color: rgba(255, 244, 233, 0.8);
  flex-shrink: 0;
  transition: transform 0.2s ease, color 0.2s ease;
}

a.contact-card__item:hover .contact-card__item-arrow {
  transform: translateX(3px);
  color: #ffffff;
}

.contact-card__item--wa:hover .contact-card__item-arrow {
  color: #ffffff;
}

/* -- CTA Button -- */
.contact-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-bottom: 16px;
}

.contact-card .btn--primary.contact-card__cta {
  border: 1px solid rgba(255, 236, 220, 0.82);
  background: linear-gradient(135deg, #fffaf4, #ffe8d4);
  color: #cc5802;
  box-shadow: 0 10px 22px rgba(132, 46, 0, 0.2);
}

.contact-card .btn--primary.contact-card__cta:hover {
  background: linear-gradient(135deg, #fffdf9, #ffecd9);
  color: #b84e00;
  box-shadow: 0 12px 28px rgba(132, 46, 0, 0.28);
}

/* -- Social Row -- */
.contact-card__socials {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-card__socials-label {
  font-size: 0.75rem;
  color: rgba(255, 242, 230, 0.78);
  margin-right: 4px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.contact-card__social {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  border: 1px solid rgba(255, 240, 225, 0.35);
  color: rgba(255, 246, 236, 0.9);
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.contact-card__social:hover {
  border-color: rgba(255, 255, 255, 0.75);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 48px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 190, 138, 0.2);
  color: rgba(255, 231, 211, 0.72);
  font-size: 0.88rem;
}

.footer__bottom p {
  margin: 0;
}

/* -- Responsive: 1100px -- */
@media (max-width: 1100px) {
  .cards-grid,
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero__content,
  .about-module,
  .split-layout,
  .footer__grid {
    grid-template-columns: 1fr;
  }

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

  .footer__grid {
    gap: 28px;
  }

  .hero__content {
    padding-top: 60px;
  }


  .split-visual {
    min-height: 420px;
    order: -1;
  }
}

/* -- Responsive: 780px -- */
@media (max-width: 780px) {
  .listing-tabs {
    flex-wrap: wrap;
    gap: 8px;
  }

  .ltab {
    padding: 9px 14px;
  }

  .nav-toggle {
    display: flex;
  }

  .logo-mark__tagline {
    font-size: 0.9rem;
  }

  .logo-mark__tagline br {
    display: inline;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: rgba(253, 248, 242, 0.98);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(232, 120, 60, 0.15);
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0 12px 40px rgba(120, 70, 30, 0.12);
    color: var(--text);
  }

  .nav-links--open {
    display: flex;
  }

  .nav-links a {
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 1rem;
    color: var(--text);
    transition: background 0.2s ease;
  }

  .nav-links a::after {
    display: none;
  }

  .nav-links a:hover {
    background: rgba(232, 120, 60, 0.08);
  }

  /* Mobile nav dropdown -> accordion */
  .nav-item--drop {
    width: 100%;
  }

  .nav-drop-trigger {
    width: 100%;
    justify-content: space-between;
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 1rem;
    color: var(--text);
    font-weight: 600;
  }

  .nav-drop-trigger .nav-drop-chevron {
    color: rgba(30, 18, 8, 0.7);
  }

  .nav-drop-trigger::after {
    display: none;
  }

  .nav-drop-trigger:hover {
    background: rgba(232, 120, 60, 0.08);
  }

  .nav-item--drop:hover .nav-drop,
  .nav-item--drop:focus-within .nav-drop {
    display: none;
  }

  .nav-item--drop.nav-item--open .nav-drop {
    display: block;
    position: static;
    transform: none;
    animation: none;
    min-width: 0;
    background: rgba(232, 120, 60, 0.04);
    border: none;
    border-radius: 10px;
    padding: 4px 4px 4px 16px;
    box-shadow: none;
    margin: 0 8px 4px;
  }

  .nav-item--drop.nav-item--open .nav-drop a {
    color: var(--text);
    font-weight: 500;
  }

  .nav-item--drop.nav-item--open .nav-drop a:hover {
    background: rgba(232, 120, 60, 0.08);
    color: var(--accent-deep);
  }

  .nav-item--drop.nav-item--open .nav-drop .nav-drop__icon {
    color: var(--accent);
    background: rgba(232, 120, 60, 0.14);
  }

  .nav-item--drop.nav-item--open .nav-drop-chevron {
    transform: rotate(180deg);
  }

  .navbar-wrap {
    position: relative;
  }

  .topbar {
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
  }

  .topbar__brand {
    max-width: calc(100% - 118px);
    line-height: 1.35;
  }

  .topbar__actions {
    width: auto;
    margin-left: auto;
    justify-content: flex-end;
    flex-shrink: 0;
  }

  .section-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-teaser,
  .page-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__bottom {
    flex-direction: column;
    gap: 8px;
  }

  .footer h2 {
    font-size: clamp(2.1rem, 9vw, 2.8rem);
    line-height: 1.06;
  }

  .footer__lead {
    font-size: 1.04rem;
    line-height: 1.7;
  }

  .hero {
    min-height: auto;
    padding-bottom: 56px;
  }

  .hero__copy h2 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .about-page-hero .hero__content {
    padding-bottom: 64px;
  }

  .search-panel,
  .hero-card,
  .contact-card {
    padding: 24px;
  }

  .contact-card {
    border-radius: 24px;
  }

  .contact-card__item {
    gap: 12px;
    padding: 10px 8px;
  }

  .contact-card__item-val {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    line-height: 1.35;
    word-break: break-word;
  }

  .contact-card__socials {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .contact-card__socials-label {
    width: 100%;
    margin-right: 0;
  }

  .search-band {
    margin-top: -40px;
  }

  /* Mobile: show More filters button, compact 2-col */
  .more-filters-btn {
    display: flex;
    margin: 2px 0 12px;
  }

  .search-grid {
    grid-template-columns: 1fr 1fr;
    margin: 16px 0 6px;
  }

  /* Hide secondary fields on mobile until expanded */
  .search-grid [data-secondary] {
    display: none;
  }

  .search-panel--open .search-grid [data-secondary] {
    display: block;
  }

  .area-multi-select__panel {
    width: min(300px, calc(100vw - 48px));
  }

  .section {
    padding: 48px 0;
  }

  .section--compact {
    padding: 36px 0;
  }

  .split-visual {
    min-height: 320px;
    border-radius: 24px;
  }

  .listing-card__image {
    height: 220px;
  }

  .listing-card__facts {
    grid-template-columns: repeat(3, 1fr);
  }

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

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

  .whatsapp-pill {
    display: none;
  }

  .currency-switcher {
    height: 38px;
    gap: 6px;
    padding: 0 9px;
  }

  .currency-switcher__icon {
    width: 24px;
    height: 24px;
  }

  .currency-switcher select {
    min-width: 58px;
    font-size: 0.78rem;
  }

  .wa-float {
    width: 52px;
    height: 52px;
    bottom: 20px;
    right: 20px;
    padding: 0;
  }

  .wa-panel {
    right: -6px;
    width: min(390px, calc(100vw - 28px));
  }

  .wa-panel__head {
    padding: 18px 18px 16px;
  }

  .wa-panel__body {
    padding: 6px 16px 10px;
  }

  .wa-contact {
    padding: 10px 0;
    gap: 10px;
  }

  /* Mobile nav dropdown -> accordion */
  .nav-item--drop {
    width: 100%;
  }

  .nav-drop-trigger {
    width: 100%;
    justify-content: space-between;
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 1rem;
    color: var(--text);
    font-weight: 600;
  }

  .nav-drop-trigger .nav-drop-chevron {
    color: rgba(30, 18, 8, 0.7);
  }

  .nav-drop-trigger::after {
    display: none;
  }

  .nav-drop-trigger:hover {
    background: rgba(232, 120, 60, 0.08);
  }

  /* Disable CSS hover-open on mobile; JS class controls it */
  .nav-item--drop:hover .nav-drop,
  .nav-item--drop:focus-within .nav-drop {
    display: none;
  }

  .nav-item--drop.nav-item--open .nav-drop {
    display: block;
    position: static;
    transform: none;
    animation: none;
    min-width: 0;
    background: rgba(232, 120, 60, 0.04);
    border: none;
    border-radius: 10px;
    padding: 4px 4px 4px 16px;
    box-shadow: none;
    margin: 0 8px 4px;
  }

  .nav-item--drop.nav-item--open .nav-drop a {
    color: var(--text);
    font-weight: 500;
  }

  .nav-item--drop.nav-item--open .nav-drop a:hover {
    background: rgba(232, 120, 60, 0.08);
    color: var(--accent-deep);
  }

  .nav-item--drop.nav-item--open .nav-drop .nav-drop__icon {
    color: var(--accent);
    background: rgba(232, 120, 60, 0.14);
  }

  .nav-item--drop.nav-item--open .nav-drop-chevron {
    transform: rotate(180deg);
  }
}

/* -- Responsive: 520px -- */
@media (max-width: 520px) {
  .listing-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .ltab {
    width: 100%;
    text-align: center;
    padding: 10px 12px;
    font-size: 0.84rem;
  }

  .container {
    width: min(100% - 24px, 1180px);
  }

  .topbar,
  .navbar {
    padding-top: 16px;
    padding-bottom: 14px;
  }

  .hero__content {
    gap: 24px;
    padding-top: 36px;
  }

  .logo-mark__title {
    font-size: 1.72rem;
  }

  .logo-mark__eyebrow {
    font-size: 0.76rem;
  }


  .logo-mark__icon {
    width: 52px;
    height: 52px;
  }

  .hero__actions {
    flex-direction: column;
  }

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


  .cards-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .section-heading h2,
  .search-panel__heading h2,
  .split-copy h2,
  .footer h2 {
    line-height: 1.05;
  }

  .listing-card__image {
    height: 200px;
  }

  .hero-card__stats {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

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

  .footer h2 {
    font-size: clamp(1.95rem, 10vw, 2.35rem);
  }

  .footer__lead {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .contact-card {
    padding: 18px;
    border-radius: 20px;
  }

  .contact-card__cta {
    min-height: 50px;
    font-size: 0.92rem;
    padding: 0 18px;
  }

  .wa-float {
    width: 50px;
    height: 50px;
    right: 14px;
    bottom: 14px;
    padding: 0;
  }

  .wa-panel {
    right: -2px;
    bottom: calc(100% + 12px);
    width: min(360px, calc(100vw - 24px));
    border-radius: 20px;
  }

  .wa-panel__head {
    padding: 16px 16px 14px;
  }

  .wa-panel__body {
    padding: 4px 14px 8px;
  }

  .wa-contact {
    gap: 10px;
    padding: 9px 0;
  }

  .wa-contact__avatar {
    width: 38px;
    height: 38px;
    font-size: .96rem;
  }

  .wa-contact__name {
    font-size: .88rem;
  }

  .wa-panel__cta {
    min-height: 54px;
    font-size: .9rem;
  }

  .about-teaser {
    padding: 24px;
  }

  .about-teaser .btn {
    width: 100%;
  }

  .page-footer__inner {
    text-align: left;
  }
}
