
:root{
  --bg:#f6f3ee;
  --surface:#ffffff;
  --surface-soft:#fbf8f3;
  --text:#171920;
  --muted:#667085;
  --line:#e9e2d6;
  --gold:#bf8d31;
  --gold-2:#d8b35a;
  --dark:#171b23;
  --success:#157347;
  --danger:#b42318;
  --shadow:0 18px 48px rgba(23,27,35,.08);
  --radius:24px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top right, rgba(216,179,90,.08), transparent 26%),
    radial-gradient(circle at top left, rgba(191,141,49,.05), transparent 20%),
    var(--bg);
  line-height:1.65;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(var(--max), calc(100% - 32px)); margin:0 auto}
.topbar{
  position:sticky;top:0;z-index:40;
  background:rgba(246,243,238,.86);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(233,226,214,.9);
}
.nav{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 0}
.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.2px}
.brand-mark{
  width:44px;height:44px;border-radius:14px;display:grid;place-items:center;
  background:linear-gradient(135deg,var(--dark),#303847);color:#fff;box-shadow:var(--shadow)
}
.nav-links{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.nav-links a{font-weight:700;color:#495160}
.btn{
  border:none;border-radius:16px;padding:13px 18px;font-weight:800;font-size:15px;cursor:pointer;
  display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:.18s ease
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#fff;box-shadow:var(--shadow)}
.btn-secondary{background:#fff;border:1px solid var(--line)}
.btn-dark{background:var(--dark);color:#fff}
.btn-ghost{background:transparent;border:1px solid var(--line)}
.kicker,.badge{
  display:inline-flex;align-items:center;gap:8px;border-radius:999px;font-size:12px;font-weight:900
}
.kicker{padding:8px 12px;background:#fff;border:1px solid var(--line);color:#68707f}
.badge{padding:8px 12px;background:#fff8e7;color:#7d5a18;border:1px solid #f2dfb0}
.badge-dark{background:#1d232d;color:#fff;border:none}
.badge-success{background:#e8f7ef;color:#166c3d;border:none}
.section{padding:40px 0}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:24px}
.hero{padding:56px 0 26px}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:28px;align-items:center}
.hero-actions,.form-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
h1,h2,h3,h4{line-height:1.06;margin:0 0 12px}
h1{font-size:clamp(40px,6vw,72px)}
h2{font-size:clamp(30px,4vw,44px)}
h3{font-size:clamp(20px,3vw,28px)}
.lead{font-size:19px;color:#4b5563;max-width:760px}
.muted{color:var(--muted)}
.card,.metric,.category-card,.listing-card,.trust-card,.faq-item,.sidebar,.dash-panel,.pricing-card,.blog-card{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)
}
.card,.category-card,.trust-card,.pricing-card,.blog-card{padding:22px}
.hero-visual{
  min-height:480px;border-radius:30px;overflow:hidden;border:1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.45)),
    url('https://images.unsplash.com/photo-1519167758481-83f550bb49b3?auto=format&fit=crop&w=1800&q=80') center/cover;
  display:flex;align-items:flex-end;box-shadow:var(--shadow)
}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.label{font-size:13px;font-weight:800;color:#667085;margin-bottom:6px}
.input,select,textarea{
  width:100%;padding:14px;border-radius:16px;border:1px solid #d9d1c3;background:#fff;color:var(--text);font:inherit
}
textarea{min-height:130px;resize:vertical}
.metric{padding:18px}
.metric .value{font-size:34px;font-weight:900}
.listing-card{overflow:hidden}
.listing-thumb{aspect-ratio:4/3;background:center/cover no-repeat}
.listing-content{padding:20px}
.spread{display:flex;justify-content:space-between;align-items:center;gap:14px}
.row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.price{font-size:23px;font-weight:900}
.note{
  padding:14px 15px;background:#fcf6e8;border:1px solid #f1ddb0;border-radius:16px;font-size:14px
}
.local-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.local-stat{padding:18px;background:linear-gradient(180deg,#fff,#fcf8f1);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow)}
.breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;font-size:14px;color:#667085;margin-bottom:12px}
.sidebar-layout{display:grid;grid-template-columns:250px 1fr;gap:24px}
.sidebar{position:sticky;top:84px;padding:14px;align-self:start}
.side-link{display:flex;padding:12px 14px;border-radius:14px;color:#4b5563;font-weight:800}
.side-link:hover,.side-link.active{background:#fbf5e6;color:#7c5b19}
.dash-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.dash-panel{padding:18px}
.table-wrap{overflow:auto}
table{width:100%;border-collapse:collapse}
th,td{padding:12px 10px;border-bottom:1px solid var(--line);text-align:left;font-size:14px}
th{color:#6b7280;font-weight:900}
.tabs{display:flex;gap:10px;flex-wrap:wrap}
.tab{
  padding:10px 14px;border-radius:12px;border:1px solid var(--line);background:#fff;font-weight:800;cursor:pointer
}
.tab.active{background:#fbf5e6;color:#7c5b19}
.chat-window{display:grid;grid-template-rows:1fr auto;min-height:520px}
.chat-list{padding:16px;max-height:430px;overflow:auto}
.chat-bubble{padding:12px 14px;border-radius:16px;max-width:72%;margin-bottom:12px}
.chat-bubble.renter{background:#f1f5f8}
.chat-bubble.owner{background:#f9f0d8;margin-left:auto}
.auth-shell{min-height:calc(100vh - 220px);display:grid;place-items:center;padding:28px 0}
.auth-card{max-width:560px;width:100%}
.hidden{display:none!important}
.notice-success,.notice-error{padding:12px 14px;border-radius:14px;margin-top:12px}
.notice-success{background:#e8f7ef;color:#166c3d}
.notice-error{background:#fdf0ef;color:#b42318}
.footer{padding:30px 0 42px;margin-top:34px;border-top:1px solid var(--line)}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr .8fr;gap:18px}
.small{font-size:13px}
.search-highlight{
  background:linear-gradient(135deg,#fff,#fcf8ee);
  border:1px solid var(--line);border-radius:30px;padding:28px;box-shadow:var(--shadow)
}
.cta-block{
  background:linear-gradient(135deg,#fff, #fcf8ef);
  border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:var(--shadow)
}
@media (max-width:1050px){
  .hero-grid,.grid-4,.grid-3,.grid-2,.dash-grid,.footer-grid,.sidebar-layout,.local-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:760px){
  .nav-links{display:none}
  .hero-grid,.grid-4,.grid-3,.grid-2,.dash-grid,.footer-grid,.sidebar-layout,.local-grid{grid-template-columns:1fr}
  .hero-visual{min-height:320px}
}

.status-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:800}
.status-new{background:#eef6ff;color:#175cd3}
.status-warm{background:#fff3cd;color:#8a6116}
.status-open{background:#ecfdf3;color:#027a48}
.status-muted{background:#f2f4f7;color:#475467}
.live-dot{width:9px;height:9px;border-radius:999px;background:#12b76a;box-shadow:0 0 0 6px rgba(18,183,106,.12)}
.top-alert{padding:14px 16px;border-radius:18px;background:linear-gradient(135deg,#fff,#fcf8ef);border:1px solid var(--line);box-shadow:var(--shadow)}
.activity-item{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:start;padding:12px 0;border-bottom:1px solid var(--line)}
.activity-item:last-child{border-bottom:none}
.activity-icon{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:#fff8e7;border:1px solid #f2dfb0}
.kpi-up{font-size:12px;color:#027a48;font-weight:800}
.notification-list{display:grid;gap:10px}
.notification-item{padding:12px 14px;border-radius:16px;border:1px solid var(--line);background:#fff}
.notification-item.unread{background:#fffaf0;border-color:#f1ddb0}
.mini-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}
.chart-bars{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;align-items:end;height:180px;margin-top:18px}
.bar{background:linear-gradient(180deg,var(--gold-2),var(--gold));border-radius:14px 14px 8px 8px;position:relative;min-height:22px}
.bar span{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);font-size:12px;color:#667085;margin-bottom:6px;font-weight:800}
.bar label{position:absolute;top:100%;left:50%;transform:translateX(-50%);font-size:11px;color:#667085;margin-top:6px}
.queue-card{padding:16px;border-radius:18px;border:1px solid var(--line);background:#fff}
.empty-state{padding:20px;border:1px dashed #d0d5dd;border-radius:18px;text-align:center;color:#667085;background:#fff}
@media (max-width:760px){.mini-grid{grid-template-columns:1fr}}

.demo-label{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#fff4e5;color:#8a6116;border:1px solid #f2d6a6;font-size:12px;font-weight:900}
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:18px}
.trust-box{padding:18px;border-radius:20px;background:linear-gradient(180deg,#fff,#fcf8f1);border:1px solid var(--line);box-shadow:var(--shadow)}
.social-proof-list{display:grid;gap:12px}
.social-proof-item{padding:14px 16px;border:1px solid var(--line);border-radius:18px;background:#fff}
.demo-activity{display:grid;gap:12px}
.demo-activity .item{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:start;padding:12px 0;border-bottom:1px solid var(--line)}
.demo-activity .item:last-child{border-bottom:none}
.demo-activity .icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#fff8e7;border:1px solid #f2dfb0}
.demo-note{padding:12px 14px;border-radius:16px;background:#f8fafc;border:1px solid #e4e7ec;color:#475467;font-size:13px}
@media (max-width:760px){.trust-strip{grid-template-columns:1fr}}


.hero-split{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:stretch}
.hero-panel{padding:28px;border-radius:28px;background:linear-gradient(180deg,#fff,#fcf8ef);border:1px solid var(--line);box-shadow:var(--shadow)}
.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}
.hero-proof .proof{padding:16px;border-radius:20px;background:#fff;border:1px solid var(--line);text-align:left}
.notice-strong{padding:16px 18px;border-radius:18px;background:#fff7e7;border:1px solid #f0ddb1;color:#6f4f16;font-weight:700}
.sell-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.sell-card{padding:22px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}
.price-banner{padding:24px;border-radius:28px;background:linear-gradient(135deg,var(--dark),#2b3340);color:#fff;box-shadow:var(--shadow)}
.price-banner .muted{color:rgba(255,255,255,.78)}
.compare-list{display:grid;gap:12px;margin-top:14px}
.compare-item{padding:14px 16px;border-radius:16px;background:#fff;border:1px solid var(--line)}
.highlight-number{font-size:40px;font-weight:900;line-height:1}
.pill-row{display:flex;gap:10px;flex-wrap:wrap}
.cta-large{padding:16px 22px;border-radius:18px;font-size:16px}
.soft-box{padding:20px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}
.image-tile{min-height:420px;border-radius:30px;overflow:hidden;border:1px solid var(--line);background:linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.48)), url('https://images.unsplash.com/photo-1519167758481-83f550bb49b3?auto=format&fit=crop&w=1800&q=80') center/cover}
.image-tile.alt{background:linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.48)), url('https://images.unsplash.com/photo-1511578314322-379afb476865?auto=format&fit=crop&w=1800&q=80') center/cover}
.dark-block{padding:26px;border-radius:28px;background:linear-gradient(135deg,var(--dark),#2b3340);color:#fff;box-shadow:var(--shadow)}
.dark-block .muted{color:rgba(255,255,255,.78)}
.pricing-killer{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.pricing-killer .plan{padding:24px;border-radius:26px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);position:relative}
.pricing-killer .plan.featured{transform:translateY(-6px);border-color:#e6cd8f}
.pricing-killer .tag{position:absolute;top:16px;right:16px;padding:7px 10px;border-radius:999px;background:#fff7e7;border:1px solid #f0ddb1;color:#7b5a17;font-size:12px;font-weight:800}
.killer-list{display:grid;gap:10px;margin:12px 0 0}
.killer-list div{padding:10px 0;border-bottom:1px solid var(--line)}
.killer-list div:last-child{border-bottom:none}
.trust-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.trust-bar .item{padding:16px;border-radius:22px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}
.section-tight{padding:28px 0}
@media (max-width:900px){
  .hero-split,.sell-grid,.pricing-killer,.trust-bar,.hero-proof{grid-template-columns:1fr}
}


.lead-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.lead-plan,.lead-card-ui,.pricing-box,.split-card{padding:22px;border-radius:24px;background:#fff;border:1px solid #e6e6e6;box-shadow:0 10px 30px rgba(0,0,0,.06)}
.lead-price{font-size:34px;font-weight:900;line-height:1}
.locked-box{padding:18px;border-radius:18px;background:#fff8e7;border:1px solid #f0ddb1}
.contact-hidden{filter:blur(6px);user-select:none}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.step-list{display:grid;gap:14px;margin-top:12px}
.step-item{padding:14px 16px;border-radius:18px;background:#fff;border:1px solid #e6e6e6}
.fake-table{width:100%;border-collapse:collapse}
.fake-table td,.fake-table th{padding:12px 10px;border-bottom:1px solid #ececec;text-align:left}
.badge-price{display:inline-flex;padding:8px 12px;border-radius:999px;background:#fff7e7;border:1px solid #f0ddb1;color:#7b5a17;font-weight:800;font-size:12px}
.lead-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.notice-blue{padding:14px 16px;border-radius:18px;background:#eef6ff;border:1px solid #b2ddff;color:#175cd3}
@media (max-width:900px){.lead-pricing-grid,.two-col{grid-template-columns:1fr}}


/* Mobile homepage + hero split fixes */
.hero-choice-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:22px;
}
.hero-choice-card{
  padding:24px;
  border-radius:26px;
  border:1px solid #e8dcc0;
  background:#fff;
  box-shadow:0 14px 40px rgba(16,24,40,.07);
}
.hero-choice-card.dark{
  background:linear-gradient(135deg,#171d2e,#22293b);
  color:#fff;
  border-color:#252d40;
}
.hero-choice-card.dark p{color:rgba(255,255,255,.82)!important}
.hero-choice-card .kicker{
  display:inline-block;
  margin-bottom:12px;
}
.hero-choice-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:16px;
}
.btn-white-fix,
.compare-item,
.price-banner .compare-item{
  background:#fff !important;
  color:#162032 !important;
  border:1px solid #e6dcc6 !important;
}
.price-banner .compare-item .muted,
.btn-white-fix .muted{
  color:#667085 !important;
}
.price-banner .compare-list .compare-item{
  min-height:92px;
}
.mobile-top-split{
  padding-top:10px;
}
@media (max-width:900px){
  .hero-choice-grid{grid-template-columns:1fr}
  .mobile-top-split{padding-top:0}
  .hero-panel{padding:20px;border-radius:24px}
  .image-tile{min-height:290px}
  .price-banner{padding:20px;border-radius:24px}
  .compare-list{gap:14px}
  .price-banner .compare-item{
    display:block !important;
    padding:16px !important;
    border-radius:18px !important;
  }
}


/* Role-based mobile menu */
.menu-toggle{
  display:none;
  width:44px;height:44px;border-radius:14px;border:1px solid #e6dcc6;background:#fff;
  align-items:center;justify-content:center;font-size:20px;font-weight:800;color:#162032;
}
.mobile-drawer{
  position:fixed;top:0;right:-100%;width:min(88vw,380px);height:100vh;background:#fff;z-index:9999;
  box-shadow:-10px 0 40px rgba(16,24,40,.18);transition:right .25s ease;padding:20px;overflow:auto;
}
.mobile-drawer.open{right:0}
.mobile-drawer-backdrop{
  position:fixed;inset:0;background:rgba(16,24,40,.38);z-index:9998;display:none;
}
.mobile-drawer-backdrop.open{display:block}
.mobile-menu-header{
  display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;
}
.mobile-menu-links{display:grid;gap:10px}
.mobile-menu-links a,.mobile-role-switch button{
  display:block;padding:14px 16px;border-radius:16px;background:#fff;border:1px solid #e6e6e6;
  color:#162032;text-decoration:none;font-weight:700;
}
.mobile-role-switch{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0 18px}
.mobile-role-switch button.active{
  background:linear-gradient(135deg,#171d2e,#22293b);color:#fff;border-color:#252d40;
}
.mobile-role-note{padding:12px 14px;border-radius:14px;background:#fff8e7;border:1px solid #f0ddb1;color:#7b5a17;margin-bottom:16px}
@media (max-width:900px){
  .nav-links{display:none!important}
  .menu-toggle{display:flex}
}


/* ===== Logo-matched luxury theme ===== */
:root{
  --bg:#f6f2ea;
  --surface:#fffaf2;
  --card:#ffffff;
  --text:#171717;
  --muted:#6b7280;
  --line:#e9dcc2;
  --gold:#cfa24a;
  --gold-dark:#a8741b;
  --navy:#0f1420;
  --navy-2:#1a2233;
  --shadow:0 14px 40px rgba(15,20,32,.08);
}

body{
  background:
    radial-gradient(circle at top left, rgba(207,162,74,.08), transparent 22%),
    linear-gradient(180deg,#fbf7ef 0%,#f7f2e8 100%);
  color:var(--text);
}

.topbar{
  background:rgba(255,250,242,.88)!important;
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line)!important;
}

.brand{
  gap:14px!important;
}

.brand-mark{
  width:44px!important;
  height:44px!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,var(--navy),var(--navy-2))!important;
  color:#fff!important;
  font-weight:900!important;
  box-shadow:0 8px 24px rgba(15,20,32,.18)!important;
}

.brand span:last-child{
  font-family: Georgia, "Times New Roman", serif;
  font-size:1.22rem;
  font-weight:700;
  letter-spacing:.2px;
}

.nav-links a{
  font-weight:700!important;
}

.nav-links a:hover{
  color:var(--gold-dark)!important;
}

.kicker,.badge{
  background:#fff5df!important;
  border:1px solid #ecd29b!important;
  color:#855b12!important;
  font-weight:800!important;
}

.hero-panel,.split-card,.lead-plan,.lead-card-ui,.pricing-box,.search-shell,.card,.price-banner{
  background:linear-gradient(180deg,#fffdf8 0%,#fff9f0 100%)!important;
  border:1px solid var(--line)!important;
  box-shadow:var(--shadow)!important;
}

.hero-choice-card.dark,
.price-banner,
.dark-surface{
  background:
    radial-gradient(circle at top left, rgba(207,162,74,.12), transparent 22%),
    linear-gradient(135deg,#0f1420,#1b2233)!important;
  color:#fff!important;
  border:1px solid rgba(207,162,74,.2)!important;
  box-shadow:0 18px 50px rgba(15,20,32,.24)!important;
}

.hero-choice-card.dark h1,
.hero-choice-card.dark h2,
.hero-choice-card.dark h3,
.price-banner h1,
.price-banner h2,
.price-banner h3{
  color:#fff!important;
}

.hero-choice-card.dark .muted,
.price-banner .muted{
  color:rgba(255,255,255,.82)!important;
}

.btn,
button,
input[type=submit]{
  border-radius:18px!important;
  font-weight:800!important;
}

.btn-primary{
  background:linear-gradient(135deg,#d7b15b,#b98528)!important;
  color:#fff!important;
  border:none!important;
  box-shadow:0 10px 24px rgba(185,133,40,.28)!important;
}

.btn-primary:hover{
  filter:brightness(.98);
  transform:translateY(-1px);
}

.btn-secondary{
  background:#fff!important;
  color:var(--navy)!important;
  border:1px solid var(--line)!important;
}

.btn-dark{
  background:linear-gradient(135deg,var(--navy),var(--navy-2))!important;
  color:#fff!important;
  border:none!important;
  box-shadow:0 10px 26px rgba(15,20,32,.24)!important;
}

input,select,textarea{
  background:#fffdf8!important;
  border:1px solid var(--line)!important;
  border-radius:16px!important;
}

h1,h2,h3{
  letter-spacing:-.02em;
}

.section h1,
.section h2,
.hero-panel h1,
.hero-panel h2{
  font-family: Georgia, "Times New Roman", serif;
}

.footer{
  background:linear-gradient(180deg,#fffaf2 0%,#f5efe4 100%)!important;
  border-top:1px solid var(--line)!important;
}

.logo-preview-theme{
  display:flex;
  align-items:center;
  gap:16px;
}
.logo-preview-theme img{
  width:64px;
  height:auto;
}
.logo-preview-theme .wordmark{
  font-family: Georgia, "Times New Roman", serif;
  font-size:2rem;
  font-weight:700;
}
.logo-preview-theme .sub{
  color:var(--gold-dark);
  font-weight:800;
  letter-spacing:.18em;
  font-size:.8rem;
}

@media (max-width:900px){
  .brand span:last-child{
    font-size:1.02rem;
  }
}


/* Real logo integration */
.brand{
  display:flex;
  align-items:center;
  gap:12px!important;
}
.brand.brand-image{
  text-decoration:none;
}
.brand-logo-full{
  height:42px;
  width:auto;
  display:block;
}
.brand-logo-icon{
  height:42px;
  width:42px;
  object-fit:contain;
  border-radius:12px;
}
.topbar{
  background:linear-gradient(135deg,#0b1018,#171f30)!important;
  border-bottom:1px solid rgba(207,162,74,.18)!important;
}
.nav-links a,
.menu-toggle{
  color:#f7f1e5!important;
}
.nav-links a:hover{
  color:#d9ae56!important;
}
.menu-toggle{
  background:rgba(255,255,255,.06)!important;
  border:1px solid rgba(207,162,74,.24)!important;
}
.brand-text-fallback{
  display:none;
}
.mobile-menu-header .brand-logo-full{
  height:34px;
}
@media (max-width:900px){
  .brand-logo-full{
    height:34px;
    max-width:210px;
  }
}


/* Bigger transparent logo fix */
.topbar{
  background:linear-gradient(135deg,#0b1018,#171f30)!important;
}
.brand.brand-image{
  display:flex!important;
  align-items:center!important;
}
.brand-logo-full{
  height:72px!important;
  width:auto!important;
  display:block!important;
  object-fit:contain!important;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,.18));
}
.brand-logo-icon{
  height:56px!important;
  width:56px!important;
  object-fit:contain!important;
}
.nav{
  min-height:92px!important;
}
@media (max-width: 900px){
  .brand-logo-full{
    height:54px!important;
    max-width:260px!important;
  }
  .nav{
    min-height:78px!important;
  }
}


/* Homepage clarity fix */
.hero-panel h1{
  max-width: 12ch;
}
.mobile-top-split .hero-choice-card{
  min-height: 0 !important;
}
.mobile-top-split .hero-choice-card h3{
  font-size: 2rem;
  line-height: 1.05;
}
@media (max-width:900px){
  .hero-panel{
    margin-top: 14px;
  }
  .hero-panel .hero-actions{
    gap:10px;
  }
  .mobile-top-split .hero-choice-card{
    padding:22px !important;
  }
}


input[type="file"]{
  padding:14px 16px!important;
  background:#fffdf8!important;
}
.selected-files{
  color:#667085;
}


/* Top role choice directly under header */
.top-role-bar{
  padding:14px 0 8px;
  background:linear-gradient(180deg,#f7f2e8 0%, rgba(247,242,232,0) 100%);
}
.top-role-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.top-role-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:16px 18px;
  border-radius:22px;
  background:#fffdf8;
  border:1px solid var(--line);
  box-shadow:0 10px 28px rgba(16,24,40,.05);
  text-decoration:none;
  color:var(--text);
}
.top-role-card strong{
  display:block;
  font-size:1.02rem;
}
.top-role-card span{
  display:block;
  color:var(--muted);
  font-size:.92rem;
  margin-top:4px;
}
.top-role-card .arrow{
  font-size:1.4rem;
  color:var(--gold-dark);
  font-weight:900;
}
.top-role-card.landlord{
  background:linear-gradient(135deg,#101725,#1a2233);
  border-color:#263049;
  color:#fff;
}
.top-role-card.landlord span{
  color:rgba(255,255,255,.8);
}
.top-role-card.landlord .arrow{
  color:#d6ac58;
}
@media (max-width:900px){
  .top-role-grid{grid-template-columns:1fr}
  .top-role-bar{padding:12px 0 6px}
}


/* ===== V30 ultra fine-tuning ===== */
:root{
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 16px;
}

body{
  line-height: 1.55;
}

.container{
  max-width: 1220px;
}

.topbar{
  position: sticky;
  top: 0;
  z-index: 1000;
}

.top-role-bar{
  position: relative;
  z-index: 5;
}

.hero-panel,
.split-card,
.lead-plan,
.lead-card-ui,
.pricing-box,
.search-shell,
.price-banner{
  border-radius: var(--radius-xl) !important;
}

.hero-panel{
  padding: 34px !important;
}

.btn,
button,
input[type=submit]{
  min-height: 52px;
  padding: 0 22px !important;
}

.label,
label{
  font-weight: 800 !important;
  color: #243042;
}

input, select, textarea{
  min-height: 54px;
  font-size: 16px !important;
}

textarea{
  min-height: 130px !important;
  padding-top: 14px !important;
}

.top-role-card{
  min-height: 94px;
}

.top-role-card strong{
  font-size: 1.08rem;
}

.hero-choice-card h3{
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.02em;
}

.dashboard-grid,
.profile-grid,
.form-grid{
  gap: 22px !important;
}

.selected-files{
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff8eb;
  border: 1px solid #ecd29b;
  margin-top: 8px;
}

.notice-inline{
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff8eb;
  border: 1px solid #ecd29b;
  color: #855b12;
  font-weight: 700;
}

.profile-card-title{
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
}

.file-upload-wrap{
  display: grid;
  gap: 8px;
}

.file-upload-label{
  font-weight: 800;
}

.form-help{
  color: #667085;
  font-size: .92rem;
}

@media (max-width:900px){
  .hero-panel{
    padding: 24px !important;
  }
  .hero-panel h1{
    font-size: clamp(2.6rem, 10vw, 4rem) !important;
    line-height: .95 !important;
  }
  .brand-logo-full{
    max-width: 250px !important;
  }
  .top-role-card{
    min-height: 0;
    padding: 14px 16px;
  }
  .top-role-card strong{
    font-size: 1rem;
  }
  .btn, button, input[type=submit]{
    min-height: 50px;
    padding: 0 18px !important;
  }
}


/* ===== V31 premium role choice fix ===== */
.top-role-bar{
  padding: 14px 0 10px !important;
  background: transparent !important;
}
.top-role-grid{
  display:grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap:16px !important;
}
.top-role-card{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
  min-height:96px !important;
  padding:18px 20px !important;
  border-radius:24px !important;
  text-decoration:none !important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
  box-shadow:0 16px 40px rgba(16,24,40,.08) !important;
}
.top-role-card:hover{
  transform: translateY(-2px);
}
.top-role-card strong{
  font-size:1.08rem !important;
  line-height:1.1 !important;
  letter-spacing:-.01em !important;
}
.top-role-card span{
  margin-top:6px !important;
  font-size:.92rem !important;
  line-height:1.35 !important;
}

.top-role-card.huurder-card{
  background:linear-gradient(180deg,#fffdf9 0%, #fff7eb 100%) !important;
  border:1px solid #ead7af !important;
  color:#162032 !important;
}
.top-role-card.huurder-card strong{
  color:#1b2433 !important;
}
.top-role-card.huurder-card span{
  color:#6a7280 !important;
}
.top-role-card.huurder-card .arrow{
  width:42px;
  height:42px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff6df;
  color:#9d6f18 !important;
  border:1px solid #ead7af;
  font-size:1.15rem !important;
}

.top-role-card.verhuurder-card{
  background:
    radial-gradient(circle at top left, rgba(213,174,88,.15), transparent 24%),
    linear-gradient(135deg,#0f1624,#1a2335) !important;
  border:1px solid rgba(213,174,88,.22) !important;
  color:#fff !important;
}
.top-role-card.verhuurder-card strong{
  color:#fff !important;
}
.top-role-card.verhuurder-card span{
  color:rgba(255,255,255,.8) !important;
}
.top-role-card.verhuurder-card .arrow{
  width:42px;
  height:42px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.06);
  color:#d6ac58 !important;
  border:1px solid rgba(213,174,88,.2);
  font-size:1.15rem !important;
}

.top-role-card.active-role{
  outline:2px solid #d6ac58 !important;
  outline-offset:2px;
}

@media (max-width:900px){
  .top-role-grid{
    grid-template-columns: 1fr !important;
    gap:12px !important;
  }
  .top-role-card{
    min-height:88px !important;
    padding:16px 18px !important;
    border-radius:22px !important;
  }
  .top-role-card strong{
    font-size:1rem !important;
  }
  .top-role-card span{
    font-size:.88rem !important;
  }
}


/* ===== V32 homepage clarity + white text fix ===== */
.top-role-card,
.top-role-card *{
  text-decoration:none !important;
}
.top-role-card.huurder-card .arrow{
  color:#9d6f18 !important;
}
.top-role-card.huurder-card .arrow,
.top-role-card.huurder-card .arrow *{
  color:#9d6f18 !important;
}
.top-role-card.huurder-card{
  background:linear-gradient(180deg,#fffdfa 0%, #fff7ea 100%) !important;
}
.top-role-card.huurder-card strong{
  color:#1a2233 !important;
}
.top-role-card.huurder-card span{
  color:#6b7280 !important;
}
.top-role-card.verhuurder-card .arrow{
  color:#d6ac58 !important;
}
.hero-panel .kicker,
.hero-panel .badge{
  background:#fff5df !important;
  color:#8a5d12 !important;
}
.why-works-list{
  display:grid;
  gap:14px;
  margin-top:14px;
}
.why-works-item{
  padding:16px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.96);
  color:#172033;
  border:1px solid rgba(234,215,175,.85);
  font-weight:700;
  line-height:1.4;
}
.why-works-note{
  padding:16px 18px;
  border-radius:18px;
  background:#eef6ff;
  color:#2259a6;
  border:1px solid #b8d7ff;
  line-height:1.45;
}
@media (max-width:900px){
  .hero-panel h1{
    font-size:clamp(2.8rem,11vw,4.4rem) !important;
    line-height:.94 !important;
    max-width:10ch !important;
  }
}


/* ===== V34 menu logo fix ===== */
.mobile-drawer-header{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 16px;
  border-bottom:1px solid rgba(255,255,255,0.08);
}

.mobile-drawer-logo{
  width:42px;
  height:42px;
  border-radius:12px;
  background:linear-gradient(135deg,#0f172a,#1e293b);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.mobile-drawer-logo img{
  width:28px;
  height:28px;
  object-fit:contain;
}

.mobile-drawer-title{
  display:flex;
  flex-direction:column;
  line-height:1.1;
}

.mobile-drawer-title strong{
  font-size:14px;
  color:#fff;
}

.mobile-drawer-title span{
  font-size:11px;
  color:#d6ac58;
  opacity:0.9;
}


/* ===== V36 killer homepage fix ===== */
.top-role-bar{
  margin-top: 6px;
}
.top-role-grid{
  grid-template-columns: 1fr 1fr !important;
}
.top-role-card{
  min-height: 104px !important;
}
.top-role-card strong{
  font-size: 1.06rem !important;
}
.top-role-card span{
  font-size: .88rem !important;
}
.hero-panel h1{
  max-width: 8.5ch !important;
}
.hero-panel .muted,
.hero-panel p{
  max-width: 34ch;
}
.hero-panel .hero-actions .btn-primary{
  min-width: 210px;
}
.hero-panel .hero-actions .btn-secondary{
  min-width: 210px;
}
.mobile-drawer{
  background: #fffdf9 !important;
}
.mobile-drawer-header{
  padding: 18px 18px 14px !important;
  border-bottom: 1px solid #eee0bf !important;
}
.mobile-drawer-title strong{
  color: #132033 !important;
}
.mobile-drawer-title span{
  color: #b28225 !important;
}
.mobile-role-note{
  background: #fff8e7 !important;
  border: 1px solid #ecd29b !important;
  color: #835c14 !important;
}
.mobile-role-switch button{
  border-radius: 18px !important;
  font-weight: 800 !important;
}
.mobile-role-switch button.active{
  background: linear-gradient(135deg,#101725,#1a2233) !important;
  color: #fff !important;
}
.mobile-menu-links a{
  background: #fff !important;
  border: 1px solid #eee0bf !important;
  box-shadow: 0 8px 22px rgba(16,24,40,.04);
}
.why-works-item{
  background: #fff !important;
  color: #1a2233 !important;
}
@media (max-width:900px){
  .top-role-grid{
    grid-template-columns: 1fr !important;
  }
  .hero-panel h1{
    max-width: 8ch !important;
    font-size: clamp(2.8rem, 11vw, 4.3rem) !important;
  }
}


/* ===== V37 sellers + pricing polish ===== */
.seller-pricing-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:18px;
}
.seller-price-card{
  background:linear-gradient(180deg,#fffdfa 0%,#fff7ea 100%);
  border:1px solid #ead7af;
  border-radius:24px;
  padding:22px;
  box-shadow:0 14px 34px rgba(16,24,40,.06);
}
.seller-price-card h4{
  margin:0 0 6px;
  font-size:1.5rem;
  line-height:1.05;
  font-family:Georgia,"Times New Roman",serif;
  color:#172033;
}
.seller-price-card .price{
  font-size:2rem;
  font-weight:900;
  color:#a8741b;
  margin-bottom:8px;
}
.seller-price-card p{
  margin:0;
  color:#5d6675;
}
.seller-steps{
  display:grid;
  gap:14px;
  margin-top:16px;
}
.seller-step{
  padding:16px 18px;
  border-radius:18px;
  background:#fff;
  border:1px solid #ead7af;
  color:#1a2233;
  font-weight:700;
  line-height:1.4;
}
.seller-note{
  padding:16px 18px;
  border-radius:18px;
  background:#eef6ff;
  color:#2259a6;
  border:1px solid #b8d7ff;
  line-height:1.45;
}
.preview-card-clean{
  background:linear-gradient(180deg,#fffdf9 0%,#fff8ee 100%);
  border:1px solid #ead7af;
  border-radius:24px;
  padding:22px;
  min-height:360px;
  box-shadow:0 14px 34px rgba(16,24,40,.06);
}
.preview-card-clean .preview-badge{
  display:inline-block;
  padding:8px 12px;
  border-radius:999px;
  background:#fff5df;
  border:1px solid #ecd29b;
  color:#8a5d12;
  font-weight:800;
  margin-bottom:14px;
}
.preview-card-clean h3{
  margin:0 0 10px;
  font-size:2rem;
  line-height:1;
  font-family:Georgia,"Times New Roman",serif;
}
.preview-card-clean .preview-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:14px 0 16px;
}
.preview-card-clean .preview-chip{
  padding:8px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid #ead7af;
  font-weight:700;
  color:#435061;
}
.preview-card-clean .preview-cta{
  display:flex;
  gap:12px;
  margin-top:18px;
}
.preview-card-clean .preview-btn{
  padding:12px 16px;
  border-radius:16px;
  font-weight:800;
}
.preview-card-clean .preview-btn.primary{
  background:linear-gradient(135deg,#d7b15b,#b98528);
  color:#fff;
}
.preview-card-clean .preview-btn.secondary{
  background:#fff;
  color:#172033;
  border:1px solid #ead7af;
}
@media (max-width:900px){
  .seller-pricing-grid{
    grid-template-columns:1fr;
    gap:14px;
  }
  .preview-card-clean{
    min-height:0;
  }
}


/* ===== V38 cleanup + conversion pass ===== */
.hero-panel .kicker{
  font-weight:800!important;
}
.hero-panel h1{
  max-width: 9ch !important;
}
.hero-panel p{
  max-width: 36ch;
}
.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.hero-actions .btn-primary,
.hero-actions .btn-secondary{
  min-width:220px;
}
.mobile-drawer-logo img{
  width:24px!important;
  height:24px!important;
}
.mobile-drawer-title strong{
  font-size:15px!important;
}
.mobile-menu-links a{
  font-size:1.05rem;
}
.seller-price-card .price{
  letter-spacing:-.02em;
}
.preview-card-clean h3{
  color:#172033;
}
.preview-card-clean p{
  color:#5d6675;
}
@media (max-width:900px){
  .hero-actions .btn-primary,
  .hero-actions .btn-secondary{
    min-width:100%;
  }
  .hero-panel h1{
    max-width: 8ch !important;
  }
}


/* ===== V39 restore logo + role switch + dark card text fix ===== */
.header-brand-full{
  display:flex;
  align-items:center;
  gap:14px;
}
.header-logo-mark{
  width:54px;
  height:54px;
  border-radius:16px;
  background:
    radial-gradient(circle at top left, rgba(214,172,88,.18), transparent 30%),
    linear-gradient(135deg,#0b1220,#1d2940);
  border:1px solid rgba(214,172,88,.24);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#d6ac58;
  font-weight:900;
  font-size:1.35rem;
  box-shadow:0 10px 24px rgba(16,24,40,.22);
}
.header-brand-copy{
  display:flex;
  flex-direction:column;
  line-height:1.04;
}
.header-brand-copy strong{
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:2rem;
  letter-spacing:-.02em;
}
.header-brand-copy span{
  margin-top:4px;
  color:#d6ac58;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.20em;
}
.role-choice-strip{
  padding:16px 0 8px;
}
.role-choice-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.role-choice-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:96px;
  padding:18px 20px;
  border-radius:24px;
  border:1px solid #ead7af;
  box-shadow:0 16px 40px rgba(16,24,40,.08);
}
.role-choice-card.huurder{
  background:linear-gradient(180deg,#fffdfa 0%, #fff7ea 100%);
  color:#182033;
}
.role-choice-card.verhuurder{
  background:
    radial-gradient(circle at top left, rgba(214,172,88,.16), transparent 24%),
    linear-gradient(135deg,#101725,#1a2335);
  color:#fff;
  border-color:rgba(214,172,88,.18);
}
.role-choice-card strong{
  display:block;
  font-size:1.08rem;
  line-height:1.1;
}
.role-choice-card span{
  display:block;
  margin-top:6px;
  font-size:.92rem;
  line-height:1.35;
}
.role-choice-card.huurder span{
  color:#667085;
}
.role-choice-card.verhuurder span{
  color:rgba(255,255,255,.8);
}
.role-choice-arrow{
  width:42px;
  height:42px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.15rem;
  font-weight:900;
}
.role-choice-card.huurder .role-choice-arrow{
  background:#fff6df;
  color:#9d6f18;
  border:1px solid #ead7af;
}
.role-choice-card.verhuurder .role-choice-arrow{
  background:rgba(255,255,255,.06);
  color:#d6ac58;
  border:1px solid rgba(214,172,88,.16);
}

/* Fix white blocks / white text in dark cards */
.split-card.dark .list-clean div,
.hero-card.dark .list-clean div,
.dark-surface .list-clean div{
  background:rgba(255,255,255,.08) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  color:#fff !important;
}
.split-card.dark .list-clean div *,
.hero-card.dark .list-clean div *{
  color:#fff !important;
}
.split-card.dark .chip,
.hero-card.dark .chip{
  background:rgba(255,255,255,.06) !important;
  border-color:rgba(255,255,255,.12) !important;
  color:#fff !important;
}

/* tighten homepage hero */
.hero-panel h1,
.hero h1{
  max-width:8.5ch !important;
}

@media (max-width:900px){
  .header-brand-copy strong{
    font-size:1.45rem;
  }
  .header-brand-copy span{
    font-size:.66rem;
    letter-spacing:.14em;
  }
  .role-choice-grid{
    grid-template-columns:1fr;
    gap:12px;
  }
  .role-choice-card{
    min-height:88px;
    padding:16px 18px;
    border-radius:22px;
  }
}


/* ===== V40 huurders-first homepage ===== */
.secondary-seller-teaser{
  margin-top: 20px;
}
.secondary-seller-teaser .mini-seller-card{
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg,#fffdf8 0%,#fff8ee 100%);
  border:1px solid #ead7af;
  box-shadow:0 14px 34px rgba(16,24,40,.06);
}
.secondary-seller-teaser h3{
  margin:10px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
}
.secondary-seller-teaser p{
  color:#667085;
  max-width: 42ch;
}
.secondary-seller-teaser .mini-actions{
  margin-top:16px;
}
.home-huurder-benefits{
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap:18px;
}
.home-huurder-benefit{
  padding:22px;
  border-radius:24px;
  background:linear-gradient(180deg,#fffdf8 0%,#fff8ee 100%);
  border:1px solid #ead7af;
  box-shadow:0 14px 34px rgba(16,24,40,.06);
}
.home-huurder-benefit h3{
  margin:0 0 8px;
  font-size:1.18rem;
}
.home-huurder-benefit p{
  margin:0;
  color:#667085;
  line-height:1.5;
}
@media (max-width:900px){
  .home-huurder-benefits{
    grid-template-columns: 1fr;
  }
}
