:root {
  --blue: #1f6feb;
  --blue-dark: #174ea6;
  --green: #1f9d62;
  --ink: #152033;
  --muted: #667085;
  --line: #d9e2ec;
  --soft: #f5f8fb;
  --warm-bg: #f9f5ef;
  --warm-panel: #fff8f0;
  --warm-card: #fffdf9;
  --warm-line: #eadfd0;
  --white: #ffffff;
  --warn: #fff7e6;
  --danger: #d92d20;
  --shadow: 0 8px 22px rgba(21, 32, 51, 0.06);
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", sans-serif; color: var(--ink); background: var(--warm-bg); line-height: 1.75; }
main { background: linear-gradient(180deg, #fff8f0 0, #f9f5ef 38%, #f7f2ea 100%); }
a { color: inherit; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px 5vw; background: rgba(255,252,247,0.95); border-bottom: 1px solid var(--warm-line); backdrop-filter: blur(10px); }
.brand { display: flex; flex-direction: column; line-height: 1.2; font-weight: 800; color: var(--blue-dark); }
.brand small { color: var(--muted); font-weight: 600; }
.main-nav { display: flex; flex-wrap: nowrap; align-items: center; gap: clamp(10px, 1.2vw, 18px); font-size: 14px; color: #344054; }
.main-nav a:hover { color: var(--blue); }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); color: var(--ink); font-size: 22px; }
.hero { min-height: 560px; display: flex; align-items: center; background: linear-gradient(135deg, rgba(31,111,235,0.12), rgba(31,157,98,0.13)), linear-gradient(120deg, #fff8f0, #f3eee5); border-bottom: 1px solid var(--warm-line); }
.home-hero { position: relative; min-height: 580px; background: #dff4ff; color: var(--white); overflow: hidden; }
.home-hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(16,36,63,0.58), rgba(16,36,63,0.28) 46%, rgba(16,36,63,0.08)); pointer-events: none; }
.home-hero::after { content: ""; position: absolute; inset: auto 0 0; z-index: 1; height: 30%; background: linear-gradient(0deg, rgba(255,255,255,0.18), rgba(255,255,255,0)); pointer-events: none; }
.hero-bg { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center center; background-repeat: no-repeat; opacity: 0; transform: scale(1.02); transition: opacity 1100ms ease, transform 5200ms ease; }
.hero-bg.is-active { opacity: 1; transform: scale(1); }
.hero-bg-1 { background-image: url("../images/home-au-sydney-apartments.jpg"); background-position: center center; }
.hero-bg-2 { background-image: url("../images/home-au-rental-interior.jpg"); background-position: center center; }
.hero-bg-3 { background-image: url("../images/home-au-melbourne-suburb.jpg"); background-position: center center; }
.home-hero .hero-inner { position: relative; z-index: 2; }
.home-hero .eyebrow { color: #fed7aa; }
.home-hero .hero-text { color: #fffaf2; text-shadow: 0 2px 12px rgba(0,0,0,0.22); }
.home-hero h1 { color: #fffaf2; text-shadow: 0 6px 22px rgba(0,0,0,0.24); }
.home-hero .btn.secondary { background: rgba(255,255,255,0.92); border-color: rgba(255,255,255,0.9); color: var(--blue-dark); }
.home-search-card { display: grid; grid-template-columns: 1.35fr 1.05fr auto; gap: 16px; align-items: center; width: 100%; margin-top: 28px; padding: 18px; border: 1px solid rgba(255,255,255,0.36); border-radius: 14px; background: rgba(255,255,255,0.94); color: var(--ink); box-shadow: 0 12px 30px rgba(0,0,0,0.14); }
.home-search-card span { display: block; margin-bottom: 6px; color: var(--muted); font-size: 13px; font-weight: 900; }
.home-search-card p { margin: 0; color: #344054; font-weight: 700; }
.home-search-card .btn { white-space: nowrap; }
.quick-links { display: flex; flex-wrap: wrap; gap: 8px; }
.quick-links a { display: inline-flex; align-items: center; gap: 5px; padding: 6px 10px; border-radius: 999px; background: #eef4ff; color: var(--blue-dark); font-size: 13px; font-weight: 900; transition: transform .18s ease, background .18s ease; }
.quick-links a::after { content: "→"; font-size: 12px; }
.quick-links a:hover { transform: translateY(-1px); background: #dfeaff; }
.need-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.need-tags span { margin: 0; padding: 6px 10px; border-radius: 999px; background: #eef8f3; color: #087443; font-size: 13px; font-weight: 900; }
.hero-inner, .section, .page { width: min(1180px, 92vw); margin: 0 auto; }
.home-page .section { width: min(1200px, calc(100% - 48px)); }
.home-page main > .section { margin-top: 34px; }
.home-page main > .section:last-child { margin-bottom: 40px; }
.hero h1 { margin: 10px 0 18px; max-width: 760px; font-size: clamp(38px, 6vw, 66px); line-height: 1.12; letter-spacing: 0; }
.hero-text { max-width: 840px; font-size: 19px; color: #344054; }
.mobile-only { display: none; }
.eyebrow, .section-label { color: var(--green); font-weight: 800; letter-spacing: 0; }
.hero-actions, .actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 18px; border-radius: 8px; border: 1px solid transparent; font-weight: 700; cursor: pointer; }
.btn.primary { background: var(--blue); color: var(--white); }
.btn.secondary { background: var(--white); color: var(--blue-dark); border-color: var(--blue); }
.btn.light { background: var(--soft); color: var(--ink); border-color: var(--line); }
.btn.small { min-height: 38px; padding: 8px 14px; font-size: 14px; }
.section { padding: 42px 0; }
.page { padding: 54px 0 80px; }
.page-head { margin-bottom: 34px; }
.page-back { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; margin: 0 0 18px; padding: 7px 13px; border: 1px solid #b8d2ff; border-radius: 999px; background: #eef4ff; color: var(--blue-dark); font: inherit; font-size: 14px; font-weight: 900; cursor: pointer; }
.page-back:hover { background: #dfeaff; }
h1, h2, h3 { line-height: 1.25; margin: 0 0 14px; letter-spacing: 0; }
h1 { font-size: clamp(34px, 5vw, 52px); }
h2 { font-size: clamp(24px, 3vw, 34px); }
h3 { font-size: 20px; }
p { margin: 0 0 14px; }
.trust-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 34px; margin-bottom: 18px; padding: 24px; background: rgba(255,248,240,0.82); border: 1px solid var(--warm-line); border-radius: 18px; box-shadow: 0 16px 42px rgba(125,91,64,0.08); }
.trust-strip span, .info-card, .card-panel, .listing-card, .price-card { background: var(--warm-card); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.trust-strip span { padding: 16px 14px; text-align: center; color: #365f5a; font-weight: 800; background: linear-gradient(180deg, #fffdf8, #fff8ee); border-color: var(--warm-line); box-shadow: 0 10px 24px rgba(125, 91, 64, 0.08); }
.two-col { display: grid; grid-template-columns: 1fr 1.25fr; gap: 32px; align-items: start; }
.section.home-panel { padding: 34px; background: rgba(255,253,249,0.76); border: 1px solid rgba(234,223,208,0.72); border-radius: 16px; box-shadow: 0 10px 28px rgba(125,91,64,0.04); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.info-card, .card-panel { padding: 22px; }
.info-card { background: linear-gradient(180deg, #fffdf8, #fff8ee); border-color: var(--warm-line); }
.steps, .listing-grid, .price-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.steps article { padding: 18px; border-left: 4px solid var(--green); background: linear-gradient(180deg, #fffdf8, #f8f1e8); border-radius: 8px; border: 1px solid rgba(234,223,208,0.75); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.steps article:hover, .city-grid a:hover, .listing-card:hover, .contact-intents article:hover { transform: translateY(-2px); border-color: #b8d2ff; box-shadow: 0 12px 28px rgba(21, 32, 51, 0.08); }
.icon-steps article { border-left: 0; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 4px 12px; align-items: start; }
.icon-steps article p { grid-column: 2; }
.icon-badge, .faq-mark { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 12px; background: #eaf2ff; color: var(--blue-dark); font-size: 15px; font-weight: 900; }
.icon-steps article:nth-child(2n) .icon-badge, .contact-intents article:nth-child(2n) .icon-badge { background: #eef8f3; color: #087443; }
.icon-steps article:nth-child(3n) .icon-badge, .contact-intents article:nth-child(3n) .icon-badge { background: #fff3d6; color: #9a5b00; }
.value-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.value-tags span { display: inline-flex; align-items: center; min-height: 34px; padding: 6px 10px; border-radius: 999px; background: #eef8f3; color: #087443; font-size: 13px; font-weight: 900; }
.video-section { align-items: center; }
.video-placeholder { min-height: 240px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 24px; border: 1px dashed #b8d2ff; border-radius: 14px; background: linear-gradient(135deg, #eef4ff, #fff8f0); text-align: center; color: #344054; }
.video-placeholder.compact { min-height: 220px; background: linear-gradient(135deg, #fffdf8, #eef8f3); }
.play-icon { display: inline-flex; align-items: center; justify-content: center; width: 62px; height: 62px; border-radius: 50%; background: var(--blue); color: var(--white); font-size: 26px; line-height: 1; box-shadow: 0 12px 28px rgba(31,111,235,0.24); }
.video-placeholder strong { font-size: 20px; color: var(--ink); }
.video-card { position: relative; width: min(100%, 380px); aspect-ratio: 9 / 16; justify-self: center; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #10243f; box-shadow: var(--shadow); }
.video-card::before { content: "▶"; position: absolute; top: 14px; left: 14px; z-index: 1; display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,0.9); color: var(--blue-dark); font-size: 16px; pointer-events: none; box-shadow: 0 8px 20px rgba(21,32,51,0.16); }
.user-video-card::before { display: none; }
.video-card video { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-video { display: block; width: 100%; max-width: 100%; height: 100%; aspect-ratio: 9 / 16; object-fit: cover; }
.city-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 16px; }
.city-grid a { position: relative; display: flex; flex-direction: column; gap: 4px; min-height: 86px; justify-content: center; padding: 18px 48px 18px 18px; border: 1px solid var(--warm-line); border-radius: 10px; background: linear-gradient(180deg, #fffdf8, #fff8ee); box-shadow: var(--shadow); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.city-grid strong { color: var(--blue-dark); font-size: 20px; }
.city-grid span { color: var(--muted); font-weight: 800; }
.city-grid em { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; background: #eef4ff; color: var(--blue-dark); font-style: normal; font-weight: 900; }
.landlord-cta { text-align: left; }
.publish-flow { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 20px; }
.publish-flow span { position: relative; display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 8px 12px; border-radius: 999px; background: #eef8f3; color: #087443; font-size: 14px; font-weight: 900; }
.publish-flow span:not(:last-child)::after { content: "→"; margin-left: 2px; color: #98a2b3; }
.publish-flow b { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50%; background: var(--green); color: var(--white); font-size: 12px; }
.home-page main { background: linear-gradient(180deg, #fff8f0 0, #f8fbff 42%, #f2fbf6 100%); }
.home-page .hero-inner { width: min(1120px, calc(100% - 48px)); }
.home-page .home-hero { min-height: 560px; align-items: center; }
.home-page .home-hero::before { background: linear-gradient(90deg, rgba(16,36,63,0.68), rgba(16,36,63,0.36) 52%, rgba(16,36,63,0.14)); }
.home-page .home-hero h1 { max-width: 680px; font-size: clamp(42px, 5.2vw, 68px); }
.home-page .hero-text { max-width: 560px; font-size: clamp(18px, 2vw, 24px); font-weight: 800; }
.hero-note { display: inline-flex; margin: 18px 0 0; padding: 8px 12px; border: 1px solid rgba(255,255,255,0.34); border-radius: 999px; background: rgba(255,255,255,0.16); color: #fff7ed; font-size: 14px; font-weight: 900; backdrop-filter: blur(8px); }
.home-page .hero-actions .btn { min-height: 54px; padding: 13px 22px; border-radius: 12px; font-size: 17px; box-shadow: 0 12px 28px rgba(16,36,63,0.18); }
.home-page .section { width: min(1200px, calc(100% - 48px)); }
.section.home-panel { border-radius: 20px; }
.trust-panel { margin-top: -28px; position: relative; z-index: 3; }
.trust-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.trust-cards article { min-width: 0; padding: 20px; border: 1px solid rgba(234,223,208,0.86); border-radius: 16px; background: linear-gradient(180deg, #fffdf9, #fff7ed); box-shadow: 0 12px 28px rgba(125,91,64,0.07); }
.trust-cards strong { display: block; margin-top: 12px; font-size: 20px; line-height: 1.25; color: var(--blue-dark); }
.trust-cards p { margin: 8px 0 0; color: #475467; }
.trust-cards article:nth-child(2) { background: linear-gradient(180deg, #f7fbff, #eef4ff); }
.trust-cards article:nth-child(3) { background: linear-gradient(180deg, #f8fffb, #eef8f3); }
.section-head-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.section-head-row h2 { margin-bottom: 0; }
.home-listing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.home-listing-grid:empty { display: none; }
.empty-home-listings { margin: 0; padding: 22px; border: 1px dashed #b8d2ff; border-radius: 16px; background: #f7fbff; color: var(--blue-dark); font-weight: 900; text-align: center; }
.home-city-links { margin-top: 16px; }
.home-city-links a { min-height: 38px; }
.landlord-cta, .tenant-cta { display: grid; gap: 8px; align-content: center; min-height: 260px; }
.landlord-cta { background: linear-gradient(135deg, #fff7ed, #eef4ff); }
.tenant-cta { background: linear-gradient(135deg, #eef8f3, #fffdf9); }
.landlord-cta p, .tenant-cta p { max-width: 720px; color: #475467; font-size: 17px; }
.landlord-cta .btn, .tenant-cta .btn { justify-self: start; min-height: 52px; margin-top: 8px; border-radius: 12px; padding: 12px 20px; }
.publish-head { padding: 28px; border: 1px solid var(--warm-line); border-radius: 18px; background: rgba(255,253,249,0.82); box-shadow: 0 18px 52px rgba(125,91,64,0.06); }
.publish-intro { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr); gap: 26px; align-items: center; }
.price-card { position: relative; padding: 26px; }
.price-card.recommended { border: 2px solid var(--green); background: #f2fbf6; }
.price-card.recommended > b { position: absolute; top: 14px; right: 14px; padding: 4px 10px; border-radius: 999px; background: var(--green); color: var(--white); font-size: 13px; }
.price { margin: 8px 0 10px; font-size: 32px; font-weight: 900; color: var(--blue-dark); }
.price span { font-size: 16px; color: var(--muted); }
.listing-card { padding: 22px; display: flex; flex-direction: column; gap: 6px; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.listing-image-wrap { width: 100%; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 8px; background: var(--soft); border: 1px solid var(--line); }
.listing-image { width: 100%; height: 100%; object-fit: cover; display: block; }
.listing-image-placeholder { width: 100%; height: 100%; min-height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; background: linear-gradient(135deg, #eef4ff, #f5f8fb); color: var(--muted); font-weight: 900; text-align: center; }
.listing-image-placeholder small { font-weight: 700; color: #98a2b3; }
.sample { align-self: flex-start; padding: 3px 9px; border-radius: 999px; background: #eef4ff; color: var(--blue-dark); font-size: 13px; font-weight: 800; }
.sample-listing-card { border-color: #f3c98b; background: linear-gradient(180deg, #fffdf8, #fff7ed); }
.sample-listing-card .sample { background: #fff3d6; color: #9a5b00; }
.sample-notice { margin-top: 14px; padding: 14px 16px; border: 1px solid #f3c98b; border-left: 4px solid #f59e0b; border-radius: 10px; background: #fff7e6; color: #7a3e00; font-weight: 800; }
.sample-action { cursor: default; opacity: 0.82; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }
.tags.large .tag { font-size: 15px; padding: 8px 12px; }
.tag { display: inline-flex; border-radius: 999px; padding: 4px 9px; font-size: 13px; font-weight: 800; }
.verified, .brp-ok { background: #e7f8ef; color: #087443; }
.normal { background: #eaf2ff; color: var(--blue-dark); }
.pending, .brp-pending { background: #fff3d6; color: #9a5b00; }
.brp-no { background: #ffeceb; color: var(--danger); }
.note, .compliance { color: var(--muted); font-size: 14px; }
.filters { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-bottom: 28px; padding: 18px; background: linear-gradient(180deg, #fffdf9, #f5f8fb); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }
.filter-heading { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px; padding-bottom: 4px; }
.filter-heading strong { color: var(--blue-dark); font-size: 18px; }
.filter-heading span { color: var(--muted); font-size: 13px; font-weight: 700; }
.mobile-filter-toggle, .listing-detail-toggle, .mobile-quick-nav { display: none; }
label { display: flex; flex-direction: column; gap: 6px; font-weight: 700; color: #344054; }
input, select, textarea { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); color: var(--ink); font: inherit; }
img, video { max-width: 100%; }
textarea { resize: vertical; }
.form-section { padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-tip { padding: 12px 14px; border: 1px solid #b8d2ff; border-radius: 10px; background: #eef4ff; color: var(--blue-dark); font-weight: 800; }
.form-group-title { grid-column: 1 / -1; display: flex; align-items: center; gap: 8px; margin: 12px 0 0; padding-top: 12px; border-top: 1px solid var(--line); color: var(--blue-dark); font-size: 18px; }
.form-group-title:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.form-group-title::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--green); }
.upload-field { padding: 14px; border: 1px dashed #b8d2ff; border-radius: 10px; background: #f7fbff; }
.contact-intents { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-top: 0; }
.contact-intents article { padding: 18px; border: 1px solid var(--warm-line); border-radius: 12px; background: var(--warm-card); box-shadow: var(--shadow); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.contact-intents h2 { margin-top: 10px; font-size: 20px; }
.contact-main .page-head { margin-bottom: 16px; }
.contact-layout { grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr); gap: 18px; padding-top: 8px; }
.contact-side { display: grid; align-content: start; gap: 14px; min-width: 0; }
.contact-page .contact-intents { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; }
.contact-page .contact-intents span { display: inline-flex; align-items: center; gap: 7px; min-height: 38px; padding: 7px 12px; border: 1px solid var(--warm-line); border-radius: 999px; background: var(--warm-card); color: #344054; font-size: 14px; font-weight: 900; box-shadow: 0 6px 16px rgba(125,91,64,0.06); }
.contact-page .contact-intents b { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; background: #eaf2ff; color: var(--blue-dark); font-size: 12px; }
.contact-page .contact-intents span:nth-child(2) b { background: #eef8f3; color: #087443; }
.contact-page .contact-intents span:nth-child(3) b { background: #fff3d6; color: #9a5b00; }
.contact-email-card p { overflow-wrap: anywhere; }
.faq-grid article { position: relative; padding-left: 64px; }
.faq-mark { position: absolute; left: 18px; top: 18px; width: 32px; height: 32px; border-radius: 50%; background: #eef4ff; }
.warning { padding: 14px 16px; background: var(--warn); border: 1px solid #ffd99a; border-radius: 8px; color: #6f4600; }
.warning-box, .integrity-card { padding: 24px; border-radius: 8px; box-shadow: var(--shadow); }
.warning-box { background: #fff7e6; border: 1px solid #ffd99a; color: #5f3d00; }
.warning-box h2 { color: #8a4b00; }
.integrity-card { background: #eef8f3; border: 1px solid #b8e4ca; }
.compact-integrity { margin-top: 22px; }
.integrity-plan { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 16px; }
.integrity-plan div { padding: 16px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; }
.integrity-plan strong, .integrity-plan span { display: block; }
.integrity-plan span { margin: 5px 0; color: var(--blue-dark); font-weight: 900; }
.process-steps { display: grid; gap: 10px; padding-left: 24px; }
.process-steps li { padding-left: 4px; }
.risk-list li { margin-bottom: 6px; }
.flow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 18px; }
.flow-card { position: relative; padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: var(--shadow); }
.flow-card span { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; margin-bottom: 10px; border-radius: 50%; background: #eaf2ff; color: var(--blue-dark); font-weight: 900; }
.payment-notice { margin-top: 16px; padding: 14px 16px; border: 1px solid #b8d2ff; border-radius: 8px; background: #eef4ff; color: var(--blue-dark); }
.refund-card { padding: 24px; border: 1px solid #c7dbff; border-radius: 8px; background: #f7fbff; box-shadow: var(--shadow); }
.refund-columns { margin-top: 18px; }
.audit-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.danger { border-color: #ffd5d2; background: #fff7f7; }
.form-message { margin-top: 14px; color: var(--green); font-weight: 800; }
.form-message.error { color: var(--danger); }
.auth-notice { width: min(1120px, 90vw); margin: 0 auto 20px; padding: 14px 16px; border: 1px solid #b8d2ff; border-radius: 8px; background: #eef4ff; color: var(--blue-dark); }
.auth-panel { max-width: 560px; }
input[type="file"] { padding: 8px; }
.file-help { display: block; margin-top: 2px; color: var(--muted); font-size: 13px; line-height: 1.55; font-weight: 500; }
.file-selection { display: block; margin-top: 6px; padding: 10px 12px; border: 1px dashed #b8d2ff; border-radius: 8px; background: #f7fbff; color: #344054; font-size: 13px; line-height: 1.55; font-weight: 500; }
.file-selection:empty { display: none; }
.file-selection strong, .file-selection span { display: block; }
.file-selection strong { color: var(--blue-dark); font-weight: 800; }
.file-selection ul { margin: 6px 0 0; padding-left: 18px; }
.file-selection li { margin: 2px 0; word-break: break-all; }
.sample.live { background: #e7f8ef; color: #087443; }
.account-panel { max-width: 720px; }
.account-list { display: grid; gap: 14px; margin-top: 16px; }
.account-listing-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 10px; }
.account-tab { min-height: 38px; padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: #344054; font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
.account-tab.active { border-color: var(--blue); background: #eef4ff; color: var(--blue-dark); }
.account-listing-card { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 14px; align-items: start; }
.account-listing-card > h3, .account-listing-card > .account-status-badge, .account-listing-card > p, .account-listing-card > .account-extra-details, .account-listing-card > .actions { grid-column: 2; }
.account-listing-card .actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.account-status-offline { background: #f8fafc; border-color: #d0d5dd; }
.account-thumb-wrap { grid-row: span 12; width: 100%; height: 170px; border-radius: 8px; overflow: hidden; border: 1px solid var(--line); background: var(--soft); }
.account-thumb { width: 100%; height: 100%; object-fit: cover; display: block; }
.account-thumb-placeholder { width: 100%; height: 100%; min-height: 120px; display: flex; align-items: center; justify-content: center; color: var(--muted); font-weight: 800; background: #f5f8fb; }
.account-status-badge { align-self: flex-start; display: inline-flex; padding: 5px 10px; border-radius: 999px; font-size: 13px; font-weight: 900; }
.account-status-badge.pending { background: #fff3d6; color: #9a5b00; }
.account-status-badge.published { background: #e7f8ef; color: #087443; }
.account-status-badge.rejected { background: #ffeceb; color: var(--danger); }
.account-status-badge.offline { background: #eef2f6; color: #475467; }
.account-status-badge.draft { background: #eaf2ff; color: var(--blue-dark); }
.rejection-reason { grid-column: 2; margin-top: 6px; padding: 10px 12px; border-left: 4px solid #dc2626; border-radius: 8px; background: #fee2e2; color: #b91c1c; font-weight: 700; line-height: 1.6; overflow-wrap: anywhere; }
.rejection-reason strong { margin-right: 2px; }
.payment-status-box { grid-column: 2; margin-top: 4px; padding: 10px 12px; border-radius: 8px; border-left: 4px solid #f79009; background: #fff7e6; color: #6f4600; line-height: 1.55; }
.payment-status-box strong, .payment-status-box p, .payment-status-box small { display: block; margin: 0; }
.payment-status-box small { margin-top: 2px; color: inherit; font-weight: 700; }
.payment-status-box.paid { border-left-color: var(--green); background: #e7f8ef; color: #087443; }
.payment-status-box.refunded { border-left-color: var(--blue); background: #eaf2ff; color: var(--blue-dark); }
.payment-status-box.forfeited { border-left-color: var(--danger); background: #ffeceb; color: var(--danger); }
.account-extra-details { display: none; margin-top: 8px; padding-top: 10px; border-top: 1px solid var(--line); }
.account-listing-card.details-open .account-extra-details { display: block; }
.admin-workbench { padding-top: 18px; }
.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 18px; }
.admin-stat { padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: var(--shadow); }
.admin-stat strong { display: block; font-size: 30px; line-height: 1; color: var(--ink); }
.admin-stat span { color: var(--muted); font-weight: 800; }
.admin-stat.pending { border-color: #ffd99a; background: #fffaf0; }
.admin-stat.published { border-color: #b8e4ca; background: #f2fbf6; }
.admin-stat.rejected { border-color: #ffd5d2; background: #fff7f7; }
.admin-stat.offline { border-color: var(--line); background: var(--soft); }
.admin-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 14px; margin-bottom: 16px; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); }
.admin-toolbar label { max-width: 360px; flex: 1; }
.admin-list { display: grid; gap: 12px; }
.admin-listing-row { border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: var(--shadow); overflow: hidden; }
.admin-listing-row.pending-row { border-left: 5px solid #f79009; background: #fffaf0; }
.admin-row-main { display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 16px; align-items: start; padding: 16px; }
.admin-thumb-wrap { width: 140px; aspect-ratio: 4 / 3; border-radius: 8px; overflow: hidden; border: 1px solid var(--line); background: var(--soft); }
.admin-thumb { width: 100%; height: 100%; object-fit: cover; display: block; }
.admin-thumb-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding: 6px; color: var(--muted); background: #f5f8fb; font-size: 12px; font-weight: 800; text-align: center; }
.admin-row-body { min-width: 0; display: grid; gap: 12px; }
.admin-row-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.admin-row-heading h3 { margin: 0; min-width: min(100%, 260px); overflow-wrap: anywhere; }
.admin-row-meta { display: grid; grid-template-columns: repeat(4, minmax(150px, 1fr)); gap: 10px 14px; }
.admin-row-actions { display: flex; flex-wrap: wrap; align-items: end; gap: 10px; }
.admin-row-actions .admin-action-label { width: min(280px, 100%); }
.admin-status-badge { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 6px 10px; border-radius: 999px; font-size: 13px; font-weight: 900; text-align: center; }
.admin-status-badge.pending { background: #fff3d6; color: #9a5b00; }
.admin-status-badge.published { background: #e7f8ef; color: #087443; }
.admin-status-badge.rejected { background: #ffeceb; color: var(--danger); }
.admin-status-badge.offline, .admin-status-badge.other { background: #eef2f6; color: #475467; }
.payment-status-badge { display: inline-flex; align-items: center; justify-content: center; min-height: 30px; padding: 5px 9px; border-radius: 999px; font-size: 12px; font-weight: 900; text-align: center; }
.payment-status-badge.unpaid { background: #fff3d6; color: #9a5b00; }
.payment-status-badge.paid { background: #e7f8ef; color: #087443; }
.payment-status-badge.refund-pending { background: #fff7e6; color: #9a5b00; }
.payment-status-badge.refunded { background: #eaf2ff; color: var(--blue-dark); }
.payment-status-badge.forfeited { background: #ffeceb; color: var(--danger); }
.admin-action-label { gap: 4px; }
.admin-action-label span, .admin-cell span { color: var(--muted); font-size: 12px; font-weight: 800; }
.admin-review-select { min-height: 38px; padding: 7px 9px; font-size: 14px; }
.admin-cell { min-width: 0; }
.admin-cell strong { display: block; overflow-wrap: anywhere; font-size: 14px; line-height: 1.45; }
.admin-listing-details { display: none; grid-template-columns: repeat(2, 1fr); gap: 6px 18px; padding: 14px; border-top: 1px solid var(--line); background: var(--white); }
.admin-listing-row.details-open .admin-listing-details { display: grid; }
.admin-listing-details p { margin-bottom: 4px; word-break: break-word; }
.traffic-analytics { padding-top: 24px; }
.page-head.compact { margin-bottom: 18px; }
.analytics-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 16px 0 18px; }
.analytics-card { padding: 16px; border: 1px solid var(--warm-line); border-radius: 10px; background: var(--warm-card); box-shadow: var(--shadow); }
.analytics-card span { display: block; color: var(--muted); font-size: 13px; font-weight: 800; }
.analytics-card strong { display: block; margin-top: 6px; font-size: 24px; line-height: 1.25; overflow-wrap: anywhere; }
.analytics-panels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.analytics-table { display: grid; gap: 8px; margin-top: 10px; }
.analytics-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: start; padding: 9px 0; border-bottom: 1px solid var(--line); }
.analytics-row span { min-width: 0; color: #344054; overflow-wrap: anywhere; }
.analytics-row strong { color: var(--ink); white-space: nowrap; }
.listing-detail-layout { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 22px; align-items: start; }
.detail-main-image { width: 100%; aspect-ratio: 4 / 3; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: var(--soft); }
.detail-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 10px; margin-top: 12px; }
.detail-thumb { position: relative; padding: 0; aspect-ratio: 4 / 3; border: 2px solid transparent; border-radius: 8px; overflow: hidden; background: var(--soft); cursor: pointer; }
.detail-thumb.active { border-color: var(--blue); }
.detail-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.detail-thumb span { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; color: var(--muted); font-weight: 800; }
.detail-thumb small { position: absolute; left: 6px; bottom: 6px; padding: 2px 6px; border-radius: 999px; background: rgba(21, 32, 51, 0.72); color: var(--white); font-size: 11px; }
.detail-main-zoom { position: relative; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.detail-main-zoom span { position: absolute; right: 10px; bottom: 10px; padding: 4px 10px; border-radius: 999px; background: rgba(21, 32, 51, 0.72); color: var(--white); font-weight: 800; font-size: 13px; }
.image-lightbox[hidden] { display: none; }
.image-lightbox { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(16, 36, 63, 0.86); }
.image-lightbox img { max-width: min(1100px, 96vw); max-height: 88vh; object-fit: contain; border-radius: 8px; background: var(--white); box-shadow: 0 18px 60px rgba(0,0,0,0.35); }
.image-lightbox-close { position: fixed; top: 18px; right: 18px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--white); color: var(--ink); font-size: 30px; line-height: 1; cursor: pointer; }
body.lightbox-open { overflow: hidden; }
.listing-detail-info p { padding: 8px 0; border-bottom: 1px solid var(--line); }
.listing-detail-info strong { display: inline-block; min-width: 96px; color: var(--muted); }
.admin-detail-section { margin-bottom: 22px; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
.admin-detail-section h3 { margin-bottom: 8px; color: var(--blue-dark); }
.admin-detail-section p, .listing-detail-info span { overflow-wrap: anywhere; word-break: break-word; }
.payment-review-box { display: grid; gap: 10px; margin: 16px 0; padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); }
.payment-review-box h3 { margin-bottom: 0; }
.payment-review-note { margin: 0; padding: 10px 12px; border-radius: 8px; font-weight: 800; }
.payment-review-note.unpaid { background: #fff7e6; color: #8a4b00; border: 1px solid #ffd99a; }
.payment-review-note.paid { background: #e7f8ef; color: #087443; border: 1px solid #b8e4ca; }
.post-submit-next { display: none; margin-top: 12px; }
.post-submit-next.show { display: inline-flex; }
.empty-state { display: none; padding: 20px; text-align: center; background: var(--soft); border-radius: 8px; }
.prose { max-width: 860px; }
.prose h2 { margin-top: 28px; font-size: 24px; }
.site-footer { padding: 34px 5vw; background: #10243f; color: var(--white); }
.site-footer p { color: #d7e3f1; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 16px; margin: 16px 0; color: #e9f2ff; }
.home-page .site-footer > * { width: min(1200px, calc(100% - 48px)); margin-left: auto; margin-right: auto; }
.home-page .site-footer nav { margin: 16px auto; }
.back-top { position: fixed; right: 18px; bottom: 18px; display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--blue); color: var(--white); font-size: 20px; cursor: pointer; box-shadow: var(--shadow); }
.back-top.show { display: block; }
ul, ol { margin: 0; padding-left: 20px; }
@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .main-nav { position: absolute; left: 0; right: 0; top: 70px; display: none; flex-direction: column; align-items: stretch; padding: 16px 5vw; background: var(--white); border-bottom: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 8px 0; }
  .hero { min-height: 520px; }
  .trust-strip, .steps, .listing-grid, .price-row, .filters, .card-grid, .two-col, .home-search-card, .publish-intro { grid-template-columns: 1fr; }
  .city-grid { grid-template-columns: repeat(2, 1fr); }
  .home-page .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-page .two-col { grid-template-columns: 1fr; }
  .home-page .city-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-cards, .home-listing-grid { grid-template-columns: 1fr; }
  .section-head-row { align-items: flex-start; }
  .contact-intents { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-search-card .btn { white-space: normal; }
  .form-grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  body { font-size: 15px; line-height: 1.6; padding-bottom: 104px; }
  .site-header { min-height: 58px; padding: 9px 14px; gap: 12px; }
  .brand span { font-size: 17px; }
  .brand small { font-size: 11px; }
  .nav-toggle { width: 40px; height: 40px; font-size: 20px; }
  .main-nav { top: 58px; max-height: calc(100vh - 58px); overflow-y: auto; padding: 10px 18px 14px; box-shadow: var(--shadow); }
  .main-nav a { min-height: 44px; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .hero { min-height: auto; padding: 26px 0 24px; align-items: flex-start; }
  .home-page .home-hero { min-height: 520px; padding: 58px 0 44px; align-items: flex-end; }
  .home-hero::before { background: linear-gradient(180deg, rgba(16,36,63,0.28), rgba(16,36,63,0.74)); }
  .hero-bg { background-position: center center; }
  .home-page .hero-bg-1 { background-position: 52% center; }
  .home-page .hero-bg-2, .home-page .hero-bg-3 { background-position: center center; }
  .hero h1, .home-page .home-hero h1 { margin: 8px 0 12px; font-size: 34px; line-height: 1.12; overflow-wrap: anywhere; }
  .hero-text { margin-bottom: 0; font-size: 15px; color: #344054; }
  .home-page .hero-text { max-width: 310px; font-size: 18px; line-height: 1.45; }
  .desktop-only { display: none; }
  .mobile-only { display: inline; }
  .eyebrow { font-size: 12px; margin-bottom: 4px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
  .hero-actions .btn, .home-page .hero-actions .btn { width: 100%; min-height: 52px; padding: 10px; border-radius: 12px; font-size: 16px; }
  .hero-note { margin-top: 14px; border-radius: 12px; font-size: 13px; line-height: 1.35; }
  .home-search-card { margin-top: 20px; padding: 14px; border-radius: 12px; gap: 12px; }
  .quick-links { gap: 6px; }
  .quick-links a { padding: 5px 8px; font-size: 12px; }
  .hero-inner, .section, .page { width: min(1180px, calc(100% - 28px)); }
  .home-page .section { width: min(1200px, calc(100% - 32px)); }
  .home-page main > .section { margin-top: 20px; }
  .home-page .steps { grid-template-columns: 1fr; }
  .home-page .city-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-page .site-footer > * { width: min(1200px, calc(100% - 32px)); }
  .section.home-panel { padding: 20px; border-radius: 16px; }
  .trust-panel { margin-top: -18px; }
  .trust-cards { gap: 12px; }
  .trust-cards article { padding: 18px; border-radius: 16px; }
  .trust-cards strong { margin-top: 10px; font-size: 19px; }
  .section-head-row { display: grid; grid-template-columns: 1fr; gap: 10px; margin-bottom: 14px; }
  .section-head-row .btn { width: 100%; }
  .home-city-links { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .home-city-links a { justify-content: space-between; min-height: 42px; border-radius: 12px; }
  .empty-home-listings { padding: 18px; border-radius: 14px; }
  .landlord-cta, .tenant-cta { min-height: 0; }
  .landlord-cta p, .tenant-cta p { font-size: 15px; }
  .landlord-cta .btn, .tenant-cta .btn { width: 100%; justify-self: stretch; }
  .publish-head { padding: 18px; border-radius: 16px; }
  .publish-flow { gap: 8px; margin: 14px 0 16px; }
  .publish-flow { display: grid; grid-template-columns: 1fr; }
  .publish-flow span { width: 100%; justify-content: flex-start; border-radius: 10px; font-size: 14px; }
  .publish-flow span:not(:last-child)::after { content: "↓"; margin-left: auto; }
  .video-placeholder { min-height: 210px; padding: 20px; }
  .play-icon { width: 54px; height: 54px; font-size: 22px; }
  .city-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .city-grid a { min-height: 84px; padding: 12px 34px 12px 12px; }
  .city-grid strong { font-size: 17px; line-height: 1.2; }
  .city-grid span { font-size: 12px; line-height: 1.2; }
  .city-grid em { right: 10px; width: 24px; height: 24px; font-size: 13px; }
  .video-section { align-items: stretch; }
  .video-card { width: min(100%, 420px); height: auto; min-height: 0; aspect-ratio: 9 / 16; border-radius: 10px; }
  .video-card::before { display: none; }
  .video-card video, .hero-video { width: 100%; max-width: 100%; height: 100%; aspect-ratio: 9 / 16; object-fit: cover; background: #10243f; }
  .contact-intents { grid-template-columns: 1fr; gap: 10px; width: min(1180px, calc(100% - 28px)); }
  .auth-notice { width: min(100% - 28px, 1120px); margin-bottom: 14px; padding: 12px; }
  .section { padding: 30px 0; }
  .page { padding: 24px 0 34px; }
  .page-head { margin-bottom: 18px; }
  .page-back { min-height: 36px; margin-bottom: 12px; padding: 6px 12px; font-size: 13px; }
  h1 { font-size: 28px; }
  h2 { font-size: 22px; }
  h3 { font-size: 18px; }
  p { margin-bottom: 10px; }
  .trust-strip { display: flex; gap: 8px; overflow-x: auto; padding: 18px 14px; width: 100%; scroll-snap-type: x mandatory; }
  .trust-strip span { flex: 0 0 auto; padding: 9px 12px; font-size: 13px; box-shadow: none; scroll-snap-align: start; }
  .card-grid, .steps, .listing-grid, .price-row, .two-col { gap: 12px; }
  .info-card, .card-panel, .form-section, .price-card, .listing-card { padding: 16px; }
  .icon-steps article { grid-template-columns: 1fr; }
  .icon-steps article p { grid-column: 1; }
  .icon-badge { width: 34px; height: 34px; border-radius: 10px; }
  .faq-grid article { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 6px 10px; padding-left: 14px; }
  .faq-grid article h3 { grid-column: 2; margin-bottom: 4px; }
  .faq-grid article p { grid-column: 1 / -1; }
  .faq-mark { position: static; width: 26px; height: 26px; font-size: 13px; }
  .form-group-title { font-size: 16px; }
  .upload-field { padding: 12px; }
  .warning-box, .integrity-card { padding: 16px; }
  .integrity-plan { grid-template-columns: 1fr; gap: 10px; }
  .flow-grid { grid-template-columns: 1fr; gap: 10px; }
  .flow-card, .refund-card { padding: 16px; }
  .process-steps { gap: 8px; padding-left: 20px; }
  .steps article { padding: 14px; }
  .entry-section { padding-top: 6px; }
  .post-page .page-head { margin-bottom: 10px; }
  .entry-card .btn { width: 100%; }
  .btn { min-height: 46px; padding: 10px 14px; }
  .btn.small { min-height: 44px; font-size: 14px; }
  .mobile-filter-toggle { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 46px; margin: 0 0 12px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); color: var(--blue-dark); font: inherit; font-weight: 800; box-shadow: var(--shadow); }
  .mobile-filter-toggle::after { content: "↓"; font-size: 16px; }
  .mobile-filter-toggle.open::after { content: "↑"; }
  .filters { display: none; margin-bottom: 16px; padding: 14px; gap: 10px; }
  .filters.open { display: grid; grid-template-columns: 1fr; }
  input, select, textarea { min-height: 46px; font-size: 15px; }
  .form-section .btn.primary, .demo-form .btn.primary { width: 100%; }
  .listing-grid { grid-template-columns: 1fr; }
  .listing-card { gap: 7px; }
  .listing-image-wrap { aspect-ratio: 16 / 10; }
  .listing-image-placeholder { min-height: 170px; }
  .listing-card h3 { margin-bottom: 2px; }
  .listing-core { margin-bottom: 2px; color: #344054; }
  .listing-core strong { color: var(--blue-dark); font-size: 19px; }
  .listing-details { display: none; padding-top: 6px; border-top: 1px solid var(--line); }
  .listing-card.details-open .listing-details { display: block; }
  .listing-detail-toggle { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 7px 10px; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); color: var(--blue-dark); font: inherit; font-weight: 800; }
  .listing-card .actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 8px; }
  .home-listing-grid .listing-card .actions { grid-template-columns: 1fr; }
  .home-listing-grid .listing-card .actions .btn.secondary, .home-listing-grid .listing-card .actions .btn.light { display: none; }
  .listing-card .actions .btn { width: 100%; }
  .account-listing-card { grid-template-columns: 1fr; }
  .account-listing-card > h3, .account-listing-card > .account-status-badge, .account-listing-card > p, .account-listing-card > .account-extra-details, .account-listing-card > .actions, .account-listing-card > .rejection-reason, .account-listing-card > .payment-status-box { grid-column: 1; }
  .account-thumb-wrap { grid-row: auto; height: auto; aspect-ratio: 16 / 9; }
  .account-listing-card .actions { display: grid; grid-template-columns: 1fr 1fr; }
  .admin-stats { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .analytics-grid, .analytics-panels { grid-template-columns: 1fr; }
  .admin-stat { padding: 12px; }
  .admin-stat strong { font-size: 24px; }
  .admin-toolbar { display: grid; gap: 10px; padding: 12px; }
  .admin-toolbar label { max-width: none; }
  .admin-row-main { grid-template-columns: 1fr; gap: 10px; padding: 12px; }
  .admin-thumb-wrap { width: 100%; max-width: none; aspect-ratio: 16 / 9; }
  .admin-row-meta { grid-template-columns: 1fr; gap: 8px; }
  .admin-row-actions .admin-action-label { width: 100%; }
  .admin-row-actions .btn { width: 100%; }
  .admin-status-badge { justify-content: flex-start; border-radius: 8px; }
  .admin-cell strong { white-space: normal; }
  .admin-listing-details { grid-template-columns: 1fr; padding: 12px; }
  .listing-detail-layout { grid-template-columns: 1fr; gap: 12px; }
  .detail-gallery { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
  .image-lightbox { padding: 12px; }
  .image-lightbox-close { top: 10px; right: 10px; }
  .sample, .tag { font-size: 12px; }
  .price { font-size: 26px; }
  .site-footer { padding: 28px 18px 116px; }
  .back-top { right: 14px; bottom: 96px; width: 40px; height: 40px; }
  .mobile-quick-nav { position: fixed; left: 0; right: 0; bottom: 0; z-index: 20; display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; padding: 6px 8px calc(6px + env(safe-area-inset-bottom)); background: rgba(255,255,255,0.96); border-top: 1px solid var(--line); box-shadow: 0 -10px 26px rgba(21, 32, 51, 0.1); backdrop-filter: blur(10px); }
  .mobile-quick-nav a { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 44px; border-radius: 8px; color: #475467; font-size: 12px; font-weight: 800; }
  .mobile-quick-nav a.active { background: #eef4ff; color: var(--blue-dark); }
}
@media (max-width: 560px) {
  .site-header { padding: 12px 4vw; }
  .hero-inner, .section, .page { width: min(1180px, calc(100% - 28px)); }
  .section { padding: 30px 0; }
  .hero-actions .btn { width: 100%; }
  .home-page .hero-actions { grid-template-columns: 1fr; }
  .price { font-size: 28px; }
}
@media (max-width: 560px) {
  .site-header { padding: 9px 14px; }
  .section { padding: 30px 0; }
  .hero-actions .btn { width: 100%; }
  .home-page .hero-actions { grid-template-columns: 1fr; }
  .price { font-size: 25px; }
}
@media (max-width: 767px) {
  .home-page .hero-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
  .home-page .hero-actions .btn { width: auto; min-width: 118px; min-height: 44px; padding: 8px 14px; border-radius: 10px; font-size: 15px; box-shadow: 0 8px 18px rgba(16,36,63,0.14); }
  .home-page .hero-actions .btn.secondary { background: rgba(255,255,255,0.76); border-color: rgba(255,255,255,0.66); }
  .home-page .hero-note { margin-top: 12px; }
  .contact-main { padding-top: 18px; padding-bottom: 130px; }
  .contact-main .page-head { margin-bottom: 10px; }
  .contact-main .page-head h1 { margin-bottom: 6px; }
  .contact-main .page-head p { margin-bottom: 0; }
  .contact-layout { padding-top: 6px; gap: 12px; }
  .contact-layout .form-section { padding: 16px; }
  .contact-layout .form-section h2 { margin-bottom: 10px; font-size: 20px; }
  .contact-layout textarea { min-height: 132px; }
  .contact-layout .btn.primary { width: 100%; min-height: 48px; }
  .contact-side { gap: 12px; }
  .contact-page .contact-intents { gap: 7px; width: 100%; }
  .contact-page .contact-intents span { min-height: 34px; padding: 6px 10px; font-size: 13px; box-shadow: none; }
  .contact-page .contact-intents b { width: 20px; height: 20px; font-size: 11px; }
}
