
  :root {
    --red: #D95F14;
    --red-light: #FCE8DD;
    --red-dark: #A8490E;
    --dark: #2D3142;
    --mid: #4F5D75;
    --muted: #BFC0C0;
    --border: #CCC5B9;
    --bg: #F3F4F6;
    --white: #FFFFFF;
    --radius: 8px;
    --shadow: 0 2px 12px rgba(0,0,0,0.08);
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  body { font-family: 'DM Sans', sans-serif; background: var(--bg); color: var(--dark); font-size: 15px; line-height: 1.5; }
  a { text-decoration: none; color: inherit; }

  /* ── TOPBAR ── */
  .topbar {
    background: var(--red);
    color: white;
    font-size: 13px;
    padding: 8px 0;
    text-align: center;
    position: relative;
  }
  .topbar strong { font-weight: 600; }
  .topbar a { color: white; text-decoration: underline; margin-left: 8px; font-weight: 500; }
  .countdown {
    display: inline-flex; gap: 6px; margin-left: 12px; vertical-align: middle;
  }
  .countdown span {
    background: rgba(255,255,255,0.2);
    border-radius: 4px;
    padding: 1px 6px;
    font-weight: 600;
    font-size: 13px;
  }
  .topbar-close {
    position: absolute; right: 16px; top: 50%; transform: translateY(-50%);
    background: none; border: none; color: white; font-size: 18px; cursor: pointer; opacity: 0.8;
  }

  /* ── HEADER ── */
  header {
    background: white;
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 1px 8px rgba(0,0,0,0.06);
  }
  .header-inner {
    max-width: 1240px; margin: 0 auto;
    display: flex; align-items: center; gap: 24px;
    padding: 0 20px; height: 68px;
  }
  .logo {
    font-family: 'Playfair Display', serif;
    font-size: 22px; font-weight: 700;
    color: var(--red); white-space: nowrap;
    letter-spacing: -0.5px;
  }
  .logo span { color: var(--dark); }
  .rating-badge {
    display: flex; align-items: center; gap: 6px;
    font-size: 12px; color: var(--muted);
    border-left: 1px solid var(--border); padding-left: 16px;
    white-space: nowrap;
  }
  .stars { color: #F4B400; font-size: 14px; letter-spacing: -1px; }

  /* ── SEARCH BAR ── */
  .search-wrap {
    flex: 1; position: relative; max-width: 480px;
  }
  .search-wrap input {
    width: 100%; padding: 10px 44px 10px 16px;
    border: 1.5px solid var(--border); border-radius: 24px;
    font-family: 'DM Sans', sans-serif; font-size: 14px;
    color: var(--dark); background: var(--bg);
    transition: border-color 0.2s;
    outline: none;
  }
  .search-wrap input:focus { border-color: var(--red); background: white; }
  .search-icon {
    position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
    color: var(--red); font-size: 16px; pointer-events: none;
  }

  /* ── NAV ICONS ── */
  .header-icons {
    display: flex; align-items: center; gap: 4px; margin-left: auto;
  }
  .icon-btn {
    display: flex; flex-direction: column; align-items: center;
    padding: 8px 10px; border-radius: var(--radius); cursor: pointer;
    font-size: 11px; color: var(--muted); gap: 3px;
    transition: background 0.15s, color 0.15s; position: relative;
  }
  .icon-btn:hover { background: var(--bg); color: var(--dark); }
  .icon-btn svg { width: 20px; height: 20px; }
  .badge {
    position: absolute; top: 5px; right: 5px;
    background: var(--red); color: white;
    border-radius: 50%; width: 16px; height: 16px;
    font-size: 10px; display: flex; align-items: center; justify-content: center;
    font-weight: 600;
  }
  .phone-btn {
    background: var(--red); color: white;
    border-radius: 24px; padding: 9px 18px;
    font-size: 13px; font-weight: 600; white-space: nowrap;
    display: flex; align-items: center; gap: 6px; margin-left: 8px;
    transition: background 0.2s; cursor: pointer; border: none;
  }
  .phone-btn:hover { background: var(--red-dark); }

  /* ── NAV ── */
  nav {
    background: white;
    border-bottom: 1px solid var(--border);
  }
  .nav-inner {
    max-width: 1240px; margin: 0 auto;
    display: flex; align-items: center; gap: 0;
    padding: 0 20px; overflow-x: auto;
  }
  .nav-item {
    padding: 14px 16px; font-size: 14px; font-weight: 500;
    color: var(--mid); cursor: pointer; white-space: nowrap;
    border-bottom: 2px solid transparent;
    transition: color 0.15s, border-color 0.15s;
    position: relative;
  }
  .nav-item:hover, .nav-item.active { color: var(--red); border-color: var(--red); }
  .nav-item .new-badge {
    background: var(--red); color: white;
    font-size: 9px; font-weight: 700;
    padding: 1px 5px; border-radius: 3px;
    margin-left: 5px; letter-spacing: 0.5px;
    vertical-align: middle;
  }

  /* ── HERO ── */
  .hero {
    background: linear-gradient(135deg, #1A1A1A 0%, #2D2D2D 60%, #3A1E1A 100%);
    padding: 64px 20px;
    text-align: center; color: white;
    position: relative; overflow: hidden;
  }
  .hero::before {
    content: ''; position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
  .hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 5vw, 52px);
    font-weight: 700; margin-bottom: 12px;
    letter-spacing: -1px; position: relative;
  }
  .hero h1 em { color: #E57373; font-style: normal; }
  .hero p { font-size: 17px; color: rgba(255,255,255,0.7); margin-bottom: 32px; position: relative; }

  /* ── HERO SEARCH ── */
  .hero-search {
    background: white; border-radius: 16px;
    max-width: 860px; margin: 0 auto;
    padding: 24px 24px 20px; position: relative;
    box-shadow: 0 8px 40px rgba(0,0,0,0.3);
  }
  .hero-search-tabs {
    display: flex; gap: 4px; margin-bottom: 20px;
    border-bottom: 1px solid var(--border); padding-bottom: 12px;
  }
  .hs-tab {
    padding: 7px 18px; border-radius: 20px;
    font-size: 13px; font-weight: 500; cursor: pointer;
    color: var(--muted); transition: all 0.15s;
  }
  .hs-tab.active { background: var(--red); color: white; }
  .hs-tab:not(.active):hover { background: var(--bg); color: var(--dark); }
  .hero-filters {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; align-items: end;
  }
  .filter-group label {
    display: block; font-size: 11px; font-weight: 600;
    color: var(--muted); text-transform: uppercase; letter-spacing: 0.6px;
    margin-bottom: 5px;
  }
  .filter-group select, .filter-group input {
    width: 100%; padding: 9px 12px;
    border: 1.5px solid var(--border); border-radius: var(--radius);
    font-family: 'DM Sans', sans-serif; font-size: 13px;
    color: var(--dark); background: white; cursor: pointer; outline: none;
    transition: border-color 0.2s;
    appearance: none; -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23888' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 10px center;
    padding-right: 28px;
  }
  .filter-group select:focus, .filter-group input:focus { border-color: var(--red); }
  .search-btn {
    background: var(--red); color: white; border: none;
    border-radius: var(--radius); padding: 11px 28px;
    font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 600;
    cursor: pointer; white-space: nowrap; transition: background 0.2s;
    display: flex; align-items: center; gap: 8px; width: 100%; justify-content: center;
  }
  .search-btn:hover { background: var(--red-dark); }

  /* ── QUICK CATS ── */
  .quick-cats {
    max-width: 1240px; margin: 36px auto 0; padding: 0 20px;
  }
  .section-header {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 18px;
  }
  .section-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px; font-weight: 700; color: var(--dark);
  }
  .see-all {
    font-size: 13px; font-weight: 500; color: var(--red);
    display: flex; align-items: center; gap: 4px; cursor: pointer;
  }
  .see-all:hover { text-decoration: underline; }
  .cats-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 12px;
  }
  .cat-card {
    background: white; border-radius: 12px; padding: 18px 12px;
    text-align: center; cursor: pointer; border: 1.5px solid var(--border);
    transition: all 0.2s;
  }
  .cat-card:hover { border-color: var(--red); transform: translateY(-2px); box-shadow: var(--shadow); }
  .cat-icon { font-size: 28px; margin-bottom: 8px; }
  .cat-name { font-size: 12px; font-weight: 600; color: var(--dark); line-height: 1.3; }
  .cat-count { font-size: 11px; color: var(--muted); margin-top: 3px; }

  /* ── LISTING GRID ── */
  .section {
    max-width: 1240px; margin: 48px auto 0; padding: 0 20px;
  }
  .listing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
  }
  .listing-card {
    background: white; border-radius: 14px; overflow: hidden;
    border: 1px solid var(--border);
    transition: box-shadow 0.2s, transform 0.2s; cursor: pointer;
  }
  .listing-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.12); transform: translateY(-3px); }
  .card-img {
    width: 100%; height: 190px; object-fit: cover; display: block;
    background: linear-gradient(135deg, #E8E4DC, #D4CEC4);
    position: relative; overflow: hidden;
  }
  .card-img-placeholder {
    width: 100%; height: 190px;
    display: flex; align-items: center; justify-content: center;
    font-size: 48px; color: #C8C4BA;
    background: linear-gradient(135deg, #F0EDE7, #E4E0D8);
    position: relative;
  }
  .card-badges {
    position: absolute; top: 10px; left: 10px;
    display: flex; gap: 6px; flex-wrap: wrap;
  }
  .badge-pill {
    background: var(--red); color: white;
    font-size: 10px; font-weight: 700;
    padding: 3px 8px; border-radius: 20px; letter-spacing: 0.3px;
  }
  .badge-pill.sale { background: #2E7D32; }
  .badge-pill.new { background: #1565C0; }
  .card-fav {
    position: absolute; top: 10px; right: 10px;
    background: white; width: 32px; height: 32px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; box-shadow: 0 2px 6px rgba(0,0,0,0.15); cursor: pointer;
    color: #ccc; transition: color 0.15s;
  }
  .card-fav:hover { color: var(--red); }
  .card-body { padding: 16px; }
  .card-title {
    font-weight: 600; font-size: 14px; margin-bottom: 4px;
    color: var(--dark); line-height: 1.35;
  }
  .card-code { font-size: 11px; color: var(--muted); margin-bottom: 10px; }
  .card-specs {
    display: flex; gap: 14px; margin-bottom: 12px; flex-wrap: wrap;
  }
  .spec {
    display: flex; align-items: center; gap: 5px;
    font-size: 12px; color: var(--mid);
  }
  .spec svg { width: 14px; height: 14px; color: var(--muted); }
  .card-price {
    display: flex; align-items: baseline; justify-content: space-between;
    border-top: 1px solid var(--border); padding-top: 10px; margin-top: 4px;
  }
  .price-main { font-size: 17px; font-weight: 700; color: var(--red); }
  .price-sub { font-size: 11px; color: var(--muted); }
  .card-btn {
    background: var(--red-light); color: var(--red);
    border: none; border-radius: 6px; padding: 6px 12px;
    font-size: 12px; font-weight: 600; cursor: pointer;
    transition: background 0.15s;
  }
  .card-btn:hover { background: var(--red); color: white; }

  /* ── FILTER SIDEBAR STRIP ── */
  .listing-layout {
    display: grid; grid-template-columns: 240px 1fr; gap: 28px; align-items: start;
  }
  .sidebar {
    background: white; border-radius: 14px; padding: 20px;
    border: 1px solid var(--border); position: sticky; top: 80px;
  }
  .sidebar h3 { font-size: 15px; font-weight: 600; margin-bottom: 16px; color: var(--dark); }
  .filter-section { margin-bottom: 20px; }
  .filter-section h4 {
    font-size: 11px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.7px; color: var(--muted); margin-bottom: 10px;
  }
  .filter-check {
    display: flex; align-items: center; gap: 8px; margin-bottom: 7px;
    font-size: 13px; color: var(--mid); cursor: pointer;
  }
  .filter-check input[type="checkbox"] { accent-color: var(--red); width: 15px; height: 15px; }
  .filter-check:hover { color: var(--dark); }
  .filter-count { margin-left: auto; font-size: 11px; color: var(--muted); }
  .apply-btn {
    background: var(--red); color: white; width: 100%; border: none;
    border-radius: var(--radius); padding: 10px; font-size: 14px;
    font-weight: 600; cursor: pointer; margin-top: 16px;
    font-family: 'DM Sans', sans-serif;
  }
  .apply-btn:hover { background: var(--red-dark); }

  /* ── RESULT BAR ── */
  .result-bar {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 18px; flex-wrap: gap;
  }
  .result-count { font-size: 14px; color: var(--muted); }
  .result-count strong { color: var(--dark); font-weight: 600; }
  .sort-wrap { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); }
  .sort-wrap select {
    padding: 6px 28px 6px 10px; border: 1px solid var(--border);
    border-radius: var(--radius); font-family: 'DM Sans', sans-serif;
    font-size: 13px; color: var(--dark); appearance: none; -webkit-appearance: none;
    background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23888' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right 8px center;
    cursor: pointer; outline: none;
  }
  .view-toggle { display: flex; gap: 4px; }
  .view-btn {
    padding: 6px 10px; border: 1px solid var(--border); background: white;
    border-radius: 6px; cursor: pointer; color: var(--muted); transition: all 0.15s;
  }
  .view-btn.active { background: var(--red); color: white; border-color: var(--red); }

  /* ── TRUST STRIP ── */
  .trust-strip {
    background: white; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
    margin-top: 60px;
  }
  .trust-inner {
    max-width: 1240px; margin: 0 auto; padding: 32px 20px;
    display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 24px;
    text-align: center;
  }
  .trust-item { display: flex; flex-direction: column; align-items: center; gap: 10px; }
  .trust-icon { font-size: 32px; }
  .trust-num { font-size: 24px; font-weight: 700; font-family: 'Playfair Display', serif; color: var(--red); }
  .trust-label { font-size: 13px; color: var(--muted); line-height: 1.4; }

  /* ── STYLES GRID ── */
  .styles-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px;
  }
  .style-card {
    border-radius: 12px; overflow: hidden; cursor: pointer;
    position: relative; height: 140px;
    background: linear-gradient(135deg, #E8E4DC, #C8C2B8);
    display: flex; align-items: flex-end;
    transition: transform 0.2s;
  }
  .style-card:hover { transform: scale(1.02); }
  .style-card:nth-child(2) { background: linear-gradient(135deg, #D4E8D0, #B8C8B4); }
  .style-card:nth-child(3) { background: linear-gradient(135deg, #D0DCE8, #B4C0C8); }
  .style-card:nth-child(4) { background: linear-gradient(135deg, #E8D4CC, #C8B0A8); }
  .style-card:nth-child(5) { background: linear-gradient(135deg, #E0D4E8, #C4B8C8); }
  .style-card:nth-child(6) { background: linear-gradient(135deg, #E8E0C8, #C8C0A8); }
  .style-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 60%);
    display: flex; align-items: flex-end; padding: 14px;
  }
  .style-name {
    color: white; font-weight: 600; font-size: 14px;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
  }
  .style-cnt { font-size: 11px; color: rgba(255,255,255,0.75); }

  /* ── PAGINATION ── */
  .pagination {
    display: flex; align-items: center; justify-content: center;
    gap: 6px; margin: 36px 0;
  }
  .pg-btn {
    width: 36px; height: 36px; border-radius: 8px; display: flex;
    align-items: center; justify-content: center;
    font-size: 14px; cursor: pointer; border: 1px solid var(--border);
    background: white; color: var(--mid); transition: all 0.15s;
  }
  .pg-btn.active { background: var(--red); color: white; border-color: var(--red); }
  .pg-btn:hover:not(.active) { background: var(--bg); border-color: var(--red); color: var(--red); }

  /* ── CTA BANNER ── */
  .cta-banner {
    background: linear-gradient(135deg, #1A1A1A, #2D1A1A);
    color: white; text-align: center; padding: 60px 20px; margin-top: 60px;
  }
  .cta-banner h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(22px, 4vw, 38px); font-weight: 700;
    margin-bottom: 12px; letter-spacing: -0.5px;
  }
  .cta-banner p { color: rgba(255,255,255,0.65); margin-bottom: 28px; font-size: 16px; }
  .cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
  .btn-primary {
    background: var(--red); color: white; padding: 13px 28px;
    border-radius: 28px; font-weight: 600; font-size: 15px; cursor: pointer;
    border: none; transition: background 0.2s; font-family: 'DM Sans', sans-serif;
  }
  .btn-primary:hover { background: var(--red-dark); }
  .btn-outline {
    background: transparent; color: white; padding: 12px 28px;
    border-radius: 28px; font-weight: 500; font-size: 15px; cursor: pointer;
    border: 1.5px solid rgba(255,255,255,0.4); transition: all 0.2s;
    font-family: 'DM Sans', sans-serif;
  }
  .btn-outline:hover { background: rgba(255,255,255,0.1); border-color: white; }

  /* ── FOOTER ── */
  footer {
    background: #111; color: rgba(255,255,255,0.65);
    padding: 56px 20px 32px;
  }
  .footer-inner {
    max-width: 1240px; margin: 0 auto;
    display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 40px;
  }
  .footer-brand .logo { color: white; font-size: 20px; display: block; margin-bottom: 12px; }
  .footer-brand p { font-size: 13px; line-height: 1.7; max-width: 240px; }
  .footer-col h4 { color: white; font-size: 14px; font-weight: 600; margin-bottom: 14px; }
  .footer-col ul { list-style: none; }
  .footer-col li { margin-bottom: 8px; font-size: 13px; }
  .footer-col a { color: rgba(255,255,255,0.55); transition: color 0.15s; }
  .footer-col a:hover { color: white; }
  .footer-bottom {
    max-width: 1240px; margin: 40px auto 0;
    padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1);
    display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
  }
  .footer-bottom p { font-size: 12px; }
  .social-links { display: flex; gap: 10px; }
  .social-link {
    width: 32px; height: 32px; border-radius: 50%;
    background: rgba(255,255,255,0.1); display: flex;
    align-items: center; justify-content: center; font-size: 14px;
    cursor: pointer; transition: background 0.15s;
  }
  .social-link:hover { background: var(--red); }

  /* Divider */
  .divider { width: 48px; height: 3px; background: var(--red); border-radius: 2px; margin: 8px 0 0; }

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    .listing-layout { grid-template-columns: 1fr; }
    .sidebar { display: none; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 768px) {
    .header-inner { flex-wrap: wrap; gap: 15px; }
    .search-wrap { order: 3; width: 100%; margin: 0; }
    .hero { padding: 40px 20px; }
    .listing-layout { grid-template-columns: 1fr; }
    .listing-grid { grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1fr; }
    .whatsapp-float { left: 20px !important; bottom: 20px !important; }
  }

  /* WhatsApp Float */
  .whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s;
  }
  .whatsapp-float img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.2));
  }
  .whatsapp-float:hover {
    transform: scale(1.08);
  }
