/* MãGiảm.vn — main.css — Generated from theme design */


  :root {
    --orange: #EE4D2D;
    --orange-dark: #C73B1C;
    --orange-light: #fff1ed;
    --orange-soft: #ffd8cc;
    --yellow: #FFB100;
    --green: #1DB954;
    --text: #1a1a2e;
    --text-muted: #6b7280;
    --bg: #fff9f7;
    --card-bg: #ffffff;
    --border: #ffe0d4;
    --shadow: 0 4px 20px rgba(238,77,45,0.1);
    --radius: 16px;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  body {
    font-family: 'Be Vietnam Pro', sans-serif;
    background: var(--bg);
    color: var(--text);
    min-height: 100vh;
  }

  /* HEADER */
  header {
    background: var(--orange);
    padding: 0 24px;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 16px rgba(238,77,45,0.3);
  }
  .header-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
  }
  .logo {
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    letter-spacing: -0.5px;
  }
  .logo span { color: var(--yellow); }
  nav { display: flex; gap: 8px; }
  nav a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 20px;
    transition: all 0.2s;
  }
  nav a:hover, nav a.active {
    background: rgba(255,255,255,0.2);
    color: #fff;
  }

  /* HERO */
  .hero {
    background: linear-gradient(135deg, #EE4D2D 0%, #ff7043 50%, #ffb347 100%);
    padding: 48px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute;
    width: 400px; height: 400px;
    background: rgba(255,255,255,0.06);
    border-radius: 50%;
    top: -100px; right: -80px;
  }
  .hero::after {
    content: '';
    position: absolute;
    width: 250px; height: 250px;
    background: rgba(255,255,255,0.06);
    border-radius: 50%;
    bottom: -60px; left: -40px;
  }
  .hero h1 {
    font-family: 'Nunito', sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
  }
  .hero h1 span {
    background: var(--yellow);
    color: var(--orange);
    padding: 2px 12px;
    border-radius: 8px;
    display: inline-block;
  }
  .hero p {
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
  }
  .hero-stats {
    display: flex;
    justify-content: center;
    gap: 32px;
    position: relative;
    z-index: 1;
  }
  .stat { text-align: center; }
  .stat-number {
    font-family: 'Nunito', sans-serif;
    font-size: 28px;
    font-weight: 900;
    color: var(--yellow);
  }
  .stat-label { color: rgba(255,255,255,0.85); font-size: 13px; }

  /* SEARCH */
  .search-bar {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 24px;
    transform: translateY(-24px);
    position: relative;
    z-index: 10;
  }
  .search-inner {
    display: flex;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 8px 32px rgba(238,77,45,0.2);
    overflow: hidden;
    border: 2px solid var(--orange-soft);
  }
  .search-inner input {
    flex: 1;
    padding: 14px 20px;
    border: none;
    outline: none;
    font-size: 15px;
    font-family: 'Be Vietnam Pro', sans-serif;
    color: var(--text);
    background: transparent;
  }
  .search-inner button {
    background: var(--orange);
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s;
    font-family: 'Be Vietnam Pro', sans-serif;
  }
  .search-inner button:hover { background: var(--orange-dark); }

  /* QUICK LINKS BAR */
  .quick-links {
    background: #fff;
    border-radius: var(--radius);
    border: 1.5px solid var(--border);
    padding: 20px 12px 16px;
    margin-bottom: 16px;
  }
  .quick-links-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0;
  }
  .ql-item {
    display: flex; flex-direction: column; align-items: center;
    gap: 10px; padding: 6px 8px 10px;
    cursor: pointer; text-decoration: none;
    transition: all 0.18s;
    border-right: 1px solid #f3f4f6;
  }
  .ql-item:last-child { border-right: none; }
  .ql-item:hover .ql-name { color: var(--orange); }
  .ql-icon-wrap {
    width: 68px; height: 68px;
    border-radius: 18px;
    border: 1.5px solid #eee;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden; transition: transform 0.18s; flex-shrink: 0;
    background: #fff;
  }
  .ql-item:hover .ql-icon-wrap { transform: scale(1.06); border-color: var(--orange-soft); }
  .ql-icon-inner {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 900; line-height: 1.2;
    text-align: center; padding: 6px;
  }
  /* Individual icon backgrounds */
  .ql-freeship .ql-icon-inner  { background: linear-gradient(135deg,#00b14f,#00d56e); color:#fff; font-size:11px; }
  .ql-xtra     .ql-icon-inner  { background: linear-gradient(135deg,var(--orange),#ff7043); color:#fff; font-size:11px; }
  .ql-sale     .ql-icon-inner  { background: linear-gradient(135deg,#1877f2,#42a5f5); color:#fff; }
  .ql-hoanxu   .ql-icon-inner  { background: linear-gradient(135deg,#f59e0b,#fbbf24); color:#fff; font-size:11px; }
  .ql-spay     .ql-icon-inner  { background: linear-gradient(135deg,var(--orange),#ff7043); color:#fff; font-size:26px; }
  .ql-voucher  .ql-icon-inner  { background: linear-gradient(135deg,#7c3aed,#a78bfa); color:#fff; font-size:11px; }
  .ql-bank     .ql-icon-inner  { background: linear-gradient(135deg,#0369a1,#38bdf8); color:#fff; font-size:22px; }
  .ql-name {
    font-size: 12px; font-weight: 600; color: var(--orange);
    text-align: center; line-height: 1.35; word-break: break-word;
  }
  @media (max-width: 640px) {
    .quick-links-grid { grid-template-columns: repeat(4, 1fr); }
    .ql-item { border-bottom: 1px solid #f3f4f6; }
    .ql-item:nth-child(4n) { border-right: none; }
    .ql-icon-wrap { width: 54px; height: 54px; border-radius: 14px; }
  }

  /* FILTER TABS */
  .container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
  .filter-section { padding: 8px 0 24px; }
  .filter-label { font-size: 13px; color: var(--text-muted); margin-bottom: 10px; font-weight: 500; }
  .tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
  .tab {
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    border: 1.5px solid var(--border);
    background: #fff;
    color: var(--text-muted);
  }
  .tab:hover { border-color: var(--orange); color: var(--orange); }
  .tab.active {
    background: var(--orange);
    color: #fff;
    border-color: var(--orange);
  }
  .tab .emoji { margin-right: 4px; }

  /* COUPON GRID */
  .section-title {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .section-title .badge {
    background: var(--orange);
    color: #fff;
    font-size: 11px;
    padding: 2px 10px;
    border-radius: 20px;
    font-weight: 700;
  }

  /* COUPON GRID — 3 cột */
  .coupon-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 40px;
  }
  @media (max-width: 900px) { .coupon-grid { grid-template-columns: repeat(2,1fr); } }
  @media (max-width: 560px)  { .coupon-grid { grid-template-columns: 1fr; } }

  /* COUPON CARD — horizontal layout như ảnh */
  .coupon-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .coupon-card:hover {
    box-shadow: 0 4px 18px rgba(238,77,45,0.13);
    transform: translateY(-2px);
  }

  /* HOT / NEW badge */
  .card-badge {
    position: absolute; top: 10px; right: 10px;
    font-size: 10px; font-weight: 800;
    padding: 2px 8px; border-radius: 20px; z-index: 2;
  }
  .badge-hot { background: var(--orange); color: #fff; }
  .badge-new { background: var(--green);  color: #fff; }

  /* TOP ROW: logo | info | discount */
  .card-main {
    display: flex; align-items: flex-start; gap: 12px;
    padding: 14px 14px 10px;
    border-bottom: 1px dashed #f0f0f0;
  }
  /* Logo tròn */
  .c-logo-wrap {
    display: flex; flex-direction: column; align-items: center; gap: 4px;
    flex-shrink: 0; width: 56px;
  }
  .c-logo-circle {
    width: 52px; height: 52px; border-radius: 50%;
    background: var(--orange);
    display: flex; align-items: center; justify-content: center;
    font-size: 24px; color: #fff; font-weight: 900;
    overflow: hidden; flex-shrink: 0;
  }
  .c-logo-label { font-size: 11px; font-weight: 600; color: var(--text-muted); }

  /* Middle info */
  .c-info { flex: 1; min-width: 0; }
  .c-discount-line {
    font-size: 17px; font-weight: 800; color: var(--orange);
    margin-bottom: 3px;
  }
  .c-discount-line span { font-size: 22px; }
  .c-meta-line { font-size: 12px; color: #555; margin-bottom: 2px; }
  .c-meta-line b { font-weight: 700; color: var(--text); }
  .c-note {
    font-size: 11px; color: #00a854; font-style: italic;
    line-height: 1.45; margin-top: 3px;
  }
  .c-note a { color: #00a854; text-decoration: underline; cursor: pointer; }

  /* BOTTOM ROW: HSD | links | button */
  .card-foot {
    display: flex; align-items: center; gap: 8px;
    padding: 8px 14px 12px;
    flex-wrap: wrap;
  }
  .c-hsd {
    font-size: 11px; color: var(--text-muted);
    display: flex; align-items: center; gap: 3px;
    white-space: nowrap;
  }
  .c-hsd.soon { color: #dc2626; font-weight: 600; }
  .c-list-link {
    font-size: 12px; font-weight: 600; color: #00a854;
    text-decoration: underline; cursor: pointer; white-space: nowrap;
  }
  .card-foot-spacer { flex: 1; }
  /* Action button */
  .c-action {
    padding: 7px 16px; border-radius: 6px;
    font-size: 13px; font-weight: 700;
    cursor: pointer; border: none;
    font-family: 'Be Vietnam Pro', sans-serif;
    white-space: nowrap; transition: all 0.18s;
    text-decoration: none; display: inline-block;
  }
  .c-action.orange { background: var(--orange); color: #fff; }
  .c-action.orange:hover { background: var(--orange-dark); }
  .c-action.green  { background: #00a854; color: #fff; }
  .c-action.green:hover  { background: #007a3d; }
  .c-action.outline {
    background: #fff; color: var(--orange);
    border: 1.5px solid var(--orange);
  }
  .c-action.outline:hover { background: var(--orange-light); }

  /* CATEGORY — Shopee style 2-row slider */
  .category-section { margin-bottom: 32px; background: #fff; border-radius: var(--radius); border: 1.5px solid var(--border); padding: 20px 0 0; position: relative; }
  .cat-slider-wrap { position: relative; overflow: hidden; }
  .cat-grid {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    grid-auto-columns: calc(100% / 10);
    transition: transform 0.35s cubic-bezier(.4,0,.2,1);
    will-change: transform;
  }
  .cat-card {
    display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
    padding: 12px 6px 16px; text-align: center; cursor: pointer; transition: background 0.18s;
    text-decoration: none; border-right: 1px solid #f3f4f6; border-bottom: 1px solid #f3f4f6;
    min-width: 0;
  }
  .cat-card:hover { background: var(--orange-light); }
  .cat-card:hover .cat-name { color: var(--orange); }
  .cat-img-wrap {
    width: 72px; height: 72px; border-radius: 50%;
    background: #f5f5f5; display: flex; align-items: center; justify-content: center;
    margin-bottom: 10px; overflow: hidden; transition: transform 0.18s; flex-shrink: 0;
  }
  .cat-card:hover .cat-img-wrap { transform: scale(1.06); }
  .cat-emoji-big { font-size: 36px; line-height: 1; display: block; }
  .cat-name { font-size: 12px; font-weight: 600; color: var(--text); line-height: 1.4; word-break: break-word; }
  /* Arrow buttons */
  .cat-arrow {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 32px; height: 32px; border-radius: 50%;
    background: #fff; border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; z-index: 10; font-size: 14px; color: #555;
    transition: all 0.18s; user-select: none;
  }
  .cat-arrow:hover { background: var(--orange); color: #fff; border-color: var(--orange); }
  .cat-arrow.left { left: -14px; }
  .cat-arrow.right { right: -14px; }
  .cat-arrow.hidden { opacity: 0; pointer-events: none; }
  @media (max-width: 960px) { .cat-grid { grid-auto-columns: calc(100% / 5); } }
  @media (max-width: 500px) { .cat-grid { grid-auto-columns: calc(100% / 4); } .cat-img-wrap { width: 52px; height: 52px; } .cat-emoji-big { font-size: 26px; } }


  /* ── FLASH SALE BANNER ── */
  .flash-banner {
    background: linear-gradient(135deg, #EE4D2D 0%, #ff6a35 60%, #ffb347 100%);
    border-radius: var(--radius);
    padding: 18px 24px;
    margin-bottom: 16px;
    display: flex; align-items: center; gap: 20px;
    position: relative; overflow: hidden;
  }
  .flash-banner::before {
    content: '';
    position: absolute; inset: 0;
    background: repeating-linear-gradient(45deg,rgba(255,255,255,0.03) 0px,rgba(255,255,255,0.03) 2px,transparent 2px,transparent 12px);
  }
  .fb-icon { font-size: 36px; flex-shrink: 0; position: relative; z-index:1; animation: fbBounce 1s infinite alternate; }
  @keyframes fbBounce { from{transform:scale(1)} to{transform:scale(1.12)} }
  .fb-text { flex: 1; position: relative; z-index:1; }
  .fb-title { font-family:'Nunito',sans-serif; font-size:20px; font-weight:900; color:#fff; letter-spacing:-0.3px; margin-bottom:2px; }
  .fb-sub   { font-size:12px; color:rgba(255,255,255,0.8); }
  .fb-countdown { display:flex; align-items:center; gap:6px; position:relative; z-index:1; }
  .fb-lbl { font-size:11px; color:rgba(255,255,255,0.75); font-weight:600; margin-right:4px; text-transform:uppercase; letter-spacing:0.05em; }
  .fb-unit {
    background: rgba(0,0,0,0.35); color:#fff;
    font-family:'Nunito',sans-serif; font-size:22px; font-weight:900;
    padding: 6px 12px; border-radius:8px; min-width:44px; text-align:center;
    line-height:1;
  }
  .fb-sep { color:rgba(255,255,255,0.7); font-size:20px; font-weight:900; }
  .fb-btn {
    background:#fff; color:var(--orange); border:none;
    padding:10px 20px; border-radius:50px;
    font-size:13px; font-weight:800; cursor:pointer;
    font-family:'Be Vietnam Pro',sans-serif;
    transition:all .18s; white-space:nowrap; position:relative; z-index:1;
    text-decoration:none; display:inline-block;
  }
  .fb-btn:hover { background:var(--yellow); color:var(--orange-dark); transform:translateY(-1px); }

  /* ── CATEGORY FILTER TABS ── */
  .cat-filter-bar {
    display:flex; gap:8px; flex-wrap:wrap;
    margin-bottom:20px; align-items:center;
  }
  .cat-ftab {
    display:inline-flex; align-items:center; gap:6px;
    padding:7px 16px; border-radius:50px;
    font-size:13px; font-weight:600; cursor:pointer;
    border:1.5px solid var(--border);
    background:#fff; color:var(--text-muted);
    transition:all .17s; user-select:none; white-space:nowrap;
  }
  .cat-ftab:hover  { border-color:var(--orange); color:var(--orange); }
  .cat-ftab.active { background:var(--orange); color:#fff; border-color:var(--orange); }
  .cat-ftab .cf-emoji { font-size:15px; }
  .cat-ftab .cf-cnt  {
    background:rgba(255,255,255,0.25); font-size:10px;
    padding:1px 6px; border-radius:20px; font-weight:700;
  }
  .cat-ftab:not(.active) .cf-cnt { background:var(--bg); color:var(--text-muted); }

  /* ── SECTION HEADER ── */
  .sec-header {
    display:flex; align-items:center; justify-content:space-between;
    margin-bottom:16px; flex-wrap:wrap; gap:8px;
  }
  .sec-header-title {
    font-family:'Nunito',sans-serif; font-size:20px; font-weight:800;
    display:flex; align-items:center; gap:8px;
  }
  .sec-header-title .badge {
    background:var(--orange); color:#fff;
    font-size:11px; padding:2px 10px; border-radius:20px; font-weight:700;
  }
  .sec-header-right { font-size:13px; color:var(--text-muted); }

  /* ── PAGINATION ── */
  .pagination {
    display:flex; align-items:center; justify-content:center;
    gap:8px; margin-top:28px; margin-bottom:20px; flex-wrap:wrap;
  }
  .pg-btn {
    padding:8px 18px; border-radius:8px; font-size:13px; font-weight:700;
    cursor:pointer; border:1.5px solid var(--border);
    background:#fff; color:var(--text-muted);
    transition:all .18s; font-family:'Be Vietnam Pro',sans-serif;
  }
  .pg-btn:hover    { border-color:var(--orange); color:var(--orange); }
  .pg-btn.active   { background:var(--orange); color:#fff; border-color:var(--orange); }
  .pg-btn.disabled { opacity:.4; pointer-events:none; }
  .pg-dots { color:var(--text-muted); font-size:16px; padding:0 4px; }
  .load-more-btn {
    display:block; width:100%; max-width:320px; margin:24px auto 8px;
    background:#fff; color:var(--orange);
    border:2px solid var(--orange); border-radius:10px;
    padding:12px; font-size:14px; font-weight:700;
    cursor:pointer; transition:all .18s; font-family:'Be Vietnam Pro',sans-serif;
    text-align:center;
  }
  .load-more-btn:hover { background:var(--orange); color:#fff; }
  .load-more-btn.hidden { display:none; }


  /* ── TIN KHUYẾN MÃI ── */
  .blog-section { margin-top: 48px; }
  .blog-header {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 20px;
  }
  .blog-title {
    font-family: 'Nunito', sans-serif;
    font-size: 22px; font-weight: 800; color: var(--text);
    letter-spacing: -0.3px;
  }
  .blog-see-all {
    font-size: 13px; font-weight: 600; color: var(--orange);
    text-decoration: none; display: flex; align-items: center; gap: 4px;
    transition: gap 0.18s;
  }
  .blog-see-all:hover { gap: 8px; }

  .blog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }
  @media (max-width: 900px) { .blog-grid { grid-template-columns: repeat(2,1fr); } }
  @media (max-width: 500px) { .blog-grid { grid-template-columns: 1fr; } }

  .blog-card {
    background: #fff;
    border-radius: 10px;
    border: 1px solid var(--border);
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
    display: flex; flex-direction: column;
  }
  .blog-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(238,77,45,0.11);
  }
  .blog-thumb {
    width: 100%; aspect-ratio: 16/8;
    object-fit: cover; display: block;
    background: var(--surface);
    position: relative; overflow: hidden;
  }
  .blog-thumb-inner {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    font-size: 32px;
    background: linear-gradient(135deg, var(--orange) 0%, #ff7043 50%, #ffb347 100%);
    position: relative;
  }
  .blog-thumb-inner.green  { background: linear-gradient(135deg,#00b14f,#00d56e); }
  .blog-thumb-inner.blue   { background: linear-gradient(135deg,#0369a1,#38bdf8); }
  .blog-thumb-inner.purple { background: linear-gradient(135deg,#7c3aed,#a78bfa); }
  .blog-thumb-label {
    position: absolute; top: 7px; left: 7px;
    background: rgba(0,0,0,0.35); color: #fff;
    font-size: 9px; font-weight: 700; padding: 2px 8px;
    border-radius: 20px; letter-spacing: 0.04em; text-transform: uppercase;
  }
  .blog-body { padding: 10px 10px 8px; flex: 1; display: flex; flex-direction: column; }
  .blog-tag {
    font-size: 10px; font-weight: 700; color: var(--orange);
    text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 4px;
  }
  .blog-post-title {
    font-size: 13px; font-weight: 700; color: var(--text);
    line-height: 1.4; margin-bottom: 5px;
    display: -webkit-box; -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; overflow: hidden;
  }
  .blog-excerpt {
    font-size: 12px; color: var(--text-muted); line-height: 1.5; flex: 1;
    display: -webkit-box; -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; overflow: hidden;
  }
  .blog-foot {
    display: flex; align-items: center; justify-content: space-between;
    padding: 7px 10px; border-top: 1px solid var(--border);
    font-size: 10px; color: var(--text-muted);
  }
  .blog-date { display: flex; align-items: center; gap: 3px; }
  .blog-read-more {
    font-size: 11px; font-weight: 700; color: var(--orange);
    display: flex; align-items: center; gap: 2px;
  }

  .expiry-soon { color: #dc2626; font-weight: 600; }
  .expiry-ok { color: var(--green); }

  /* TOAST */
  .toast {
    position: fixed;
    bottom: 24px; right: 24px;
    background: #1a1a2e;
    color: #fff;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    z-index: 1000;
    transform: translateY(80px);
    opacity: 0;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .toast.show { transform: translateY(0); opacity: 1; }

  /* FOOTER */
  footer {
    background: #1a1a2e;
    color: rgba(255,255,255,0.6);
    text-align: center;
    padding: 32px 24px;
    font-size: 13px;
    margin-top: 40px;
  }
  footer a { color: var(--orange); text-decoration: none; }
  .footer-logo {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 8px;
  }
  .footer-logo span { color: var(--yellow); }

  @media (max-width: 640px) {
    .hero h1 { font-size: 26px; }
    .hero-stats { gap: 20px; }
    .coupon-grid { grid-template-columns: 1fr; }
    nav { display: none; }
  }

/* ── WORDPRESS SPECIFIC ── */
.site-header { background: var(--orange); padding: 0 24px; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 16px rgba(238,77,45,0.3); }
.header-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 60px; }
.logo { font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 22px; color: #fff; text-decoration: none; letter-spacing: -0.5px; }
.logo span { color: var(--yellow); }
.site-nav .nav-list { display: flex; gap: 8px; list-style: none; margin: 0; padding: 0; }
.site-nav .nav-list a { color: rgba(255,255,255,0.85); text-decoration: none; font-size: 14px; font-weight: 500; padding: 6px 14px; border-radius: 20px; transition: all 0.2s; }
.site-nav .nav-list a:hover, .site-nav .nav-list .current-menu-item a { background: rgba(255,255,255,0.2); color: #fff; }
.mobile-menu-toggle { display: none; background: none; border: none; color: #fff; font-size: 24px; cursor: pointer; }
.site-footer { background: #1a1a2e; color: rgba(255,255,255,0.6); text-align: center; padding: 32px 24px; font-size: 13px; }
.footer-logo { font-family: 'Nunito', sans-serif; font-size: 20px; font-weight: 900; color: #fff; margin-bottom: 8px; }
.footer-logo span { color: var(--yellow); }
.footer-nav-list { display: flex; justify-content: center; gap: 20px; list-style: none; padding: 0; margin: 8px 0; }
.footer-nav-list a { color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.2s; }
.footer-nav-list a:hover { color: #fff; }
.footer-copy { margin-top: 10px; font-size: 12px; }
.site-main { min-height: 60vh; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.entry-content { line-height: 1.7; color: #444; }
.entry-content h2 { font-size: 20px; font-weight: 700; margin: 20px 0 10px; }
.entry-content p { margin-bottom: 14px; }

@media (max-width: 640px) {
  .mobile-menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 60px; left: 0; right: 0; background: var(--orange); padding: 12px; z-index: 200; }
  .site-nav.open { display: block; }
  .site-nav .nav-list { flex-direction: column; }
}

/* ── ELEMENTOR + HEADER/FOOTER ── */
.site-header{background:var(--orange);padding:0 24px;position:sticky;top:0;z-index:100;box-shadow:0 2px 16px rgba(238,77,45,.3)}
.header-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:60px}
.logo{font-family:'Nunito',sans-serif;font-weight:900;font-size:22px;color:#fff;text-decoration:none}
.logo span{color:var(--yellow)}
.nav-list{display:flex;gap:8px;list-style:none;margin:0;padding:0}
.nav-list a{color:rgba(255,255,255,.85);text-decoration:none;font-size:14px;font-weight:500;padding:6px 14px;border-radius:20px;transition:all .2s}
.nav-list a:hover,.nav-list .current-menu-item a{background:rgba(255,255,255,.2);color:#fff}
.mobile-menu-toggle{display:none;background:none;border:none;color:#fff;font-size:24px;cursor:pointer}
.site-footer{background:#1a1a2e;color:rgba(255,255,255,.6);text-align:center;padding:32px 24px;font-size:13px}
.footer-logo{font-family:'Nunito',sans-serif;font-size:20px;font-weight:900;color:#fff;margin-bottom:8px}
.footer-logo span{color:var(--yellow)}
.footer-nav-list{display:flex;justify-content:center;gap:20px;list-style:none;padding:0;margin:8px 0}
.footer-nav-list a{color:rgba(255,255,255,.5);text-decoration:none}
.footer-nav-list a:hover{color:#fff}
.site-main{min-height:60vh}
.container{max-width:1100px;margin:0 auto;padding:0 24px}
@media(max-width:640px){.mobile-menu-toggle{display:block}.site-nav{display:none;position:absolute;top:60px;left:0;right:0;background:var(--orange);padding:12px;z-index:200}.site-nav.open{display:block}.nav-list{flex-direction:column}}
