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

body {
  font-family: 'Inter', sans-serif;
  background: #fff;
  color: #1a1a1a;
  font-size: 14px;
}

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

/* â”€â”€ TOP ANNOUNCEMENT BAR â”€â”€ */
.top-bar {
  background: #1a5c38;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 7px 0;
  text-align: center;
}

.top-bar .notice-badge {
  background: #f59e0b;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 3px;
  margin-right: 8px;
  text-transform: uppercase;
}

/* â”€â”€ NAVBAR â”€â”€ */
.site-nav {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .07);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  font-weight: 800;
  color: #1a5c38;
  white-space: nowrap;
}

.nav-logo .dot {
  color: #f59e0b;
}

.search-bar {
  flex: 1;
  max-width: 380px;
  position: relative;
}

.search-bar input {
  width: 100%;
  border: 1.5px solid #e0e0e0;
  border-radius: 24px;
  padding: 8px 16px 8px 40px;
  font-size: 13px;
  outline: none;
  font-family: 'Inter', sans-serif;
  background: #fafafa;
}

.search-bar input:focus {
  border-color: #1a5c38;
  background: #fff;
}

.search-bar .si {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 13px;
}

.nav-links a {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  padding: 6px 10px;
  border-radius: 6px;
  transition: .15s;
}

.nav-links a:hover {
  color: #1a5c38;
}

.btn-post {
  background: #059669;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: .2s;
  white-space: nowrap;
}

.btn-post2 {
  background: white;
  color: #8c8c8c;
  font-size: 13px;
  font-weight: 600;
  padding: 0px 10px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: .2s;
  white-space: nowrap;
}

.btn-post:hover {
  background: #14472b;
}

.nav-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}

.nav-icon-btn {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.nav-menu-btn {
  border: none;
  border-radius: 8px;
  width: 38px;
  height: 38px;
  background: #6b7280;
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* â”€â”€ HERO â”€â”€ */
.hero {
  background: linear-gradient(135deg, #2ea586 0%, #064e3b 50%, #064e3b 100%);
  padding: 44px 0 36px;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: '';
  position: absolute;
  right: -100px;
  top: -100px;
  width: 400px;
  height: 400px;
  background: rgba(26, 92, 56, .06);
  border-radius: 50%;
  pointer-events: none;
}

.hero-eyebrow {
  font-size: 12px;
  font-weight: 600;
  color: #FBBF24;
  background: #ffe39b78;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.hero h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.13;
  color: #ffffff;
  margin-bottom: 12px;
}

.hero h1 span {
  color: #FBBF24;
}

.hero-sub {
  font-size: 16px;
  color: #D1FAE5;
  max-width: 500px;
  line-height: 1.6;
  margin-bottom: 18px;
}

.bank-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 20px;
}

.bank-pill {
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 600;
  color: #064e3b;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
}

.btn-explore {
  background: #1a5c38;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 28px;
  border-radius: 26px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: .2s;
  box-shadow: 0 4px 14px rgba(26, 92, 56, .25);
}

.btn-explore:hover {
  background: #14472b;
  transform: translateY(-1px);
}

.hero-city-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
}

.hero-city-row span.lbl {
  font-size: 12px;
  font-weight: 600;
  color: #555;
}

.city-btn {
  background: #fff;
  border: 1.5px solid #ddd;
  border-radius: 20px;
  padding: 4px 13px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: .15s;
  color: #333;
}

.city-btn.active,
.city-btn:hover {
  background: #1a5c38;
  color: #fff;
  border-color: #1a5c38;
}

/* Mascot */
.mascot-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 2;
}

.mascot-circle {
  width: 180px;
  height: 180px;
  background: #f59e0b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 90px;
  box-shadow: 0 10px 40px rgba(245, 158, 11, .35);
}

.mascot-cluster {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mascot-icon {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .28);
  border: 1px solid rgba(255, 255, 255, .6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  backdrop-filter: blur(3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
  z-index: 3;
  animation: mascot-float 3s ease-in-out infinite;
}

.mascot-icon-top-right {
  top: -16px;
  right: -16px;
  animation-delay: .2s;
}

.mascot-icon-bottom-left {
  bottom: -16px;
  left: -16px;
  animation-delay: 1s;
}

@keyframes mascot-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

/* Live strip after hero */
.live-strip {
  background: #f1f1f1;
  border-top: 8px solid #065f46;
  padding: 12px 0;
}

.live-strip-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.live-updated {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #243b53;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.live-updated i {
  color: #10b981;
  font-size: 15px;
}

.live-updated strong {
  color: #0f172a;
  font-weight: 800;
}

.live-banks {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.live-pill {
  border: none;
  border-radius: 12px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  padding: 8px 14px;
  cursor: default;
}

.live-pill.hbl { background: #16a34a; }
.live-pill.ubl { background: #dc2626; }
.live-pill.mcb { background: #2563eb; }
.live-pill.meezan { background: #047857; }
.live-pill.scb { background: #0d9488; }
.live-pill.abl { background: #ea580c; }

.live-stats {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #334155;
  white-space: nowrap;
}

.live-stats i {
  color: #16a34a;
  font-size: 14px;
}

.live-stats strong {
  font-weight: 700;
  color: #0f172a;
}

.live-active {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #deece8;
  color: #047857;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.live-active i {
  font-size: 14px;
  color: #059669;
}

/* bank logos row */
.bank-logos {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.b-dot {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 800;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .18);
}

/* â”€â”€ SECTION COMMON â”€â”€ */
.sec {
  padding: 36px 0;
}

.sec-bg {
  background: #f7f9f7;
}

.sec-hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.sec-title {
  font-size: 17px;
  font-weight: 800;
  color: #111;
}

.live-badge {
  background: #ef4444;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 12px;
  margin-left: 7px;
  animation: blink 1.4s infinite;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: .55;
  }

  ;
}

.see-all {
  font-size: 12px;
  font-weight: 600;
  color: #1a5c38;
}

.see-all:hover {
  text-decoration: underline;
}

/* â”€â”€ DEAL CARD â”€â”€ */
.deal-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
  transition: .22s;
  height: 100%;
  cursor: pointer;
}

.deal-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}

.dc-img {
  width: 100%;
  height: 155px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 52px;
}

.dc-badge {
  position: absolute;
  top: 9px;
  left: 9px;
  background: #ef4444;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 5px;
}

.dc-body {
  padding: 12px 13px 14px;
}

.dc-name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
}

.dc-meta {
  font-size: 11px;
  color: #888;
  margin-bottom: 6px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.dc-stars {
  color: #f59e0b;
  font-size: 11px;
}

.btn-g {
  background: #1a5c38;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  width: 100%;
  margin-top: 8px;
  cursor: pointer;
  transition: .18s;
}

.btn-g:hover {
  background: #14472b;
}

/* â”€â”€ FLASH DEALS â”€â”€ */
.flash-item {
  background: #fff;
  border-radius: 11px;
  overflow: hidden;
  display: flex;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .07);
  transition: .2s;
  cursor: pointer;
}

.flash-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 20px rgba(0, 0, 0, .11);
}

.fi-img {
  width: 115px;
  min-width: 115px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  flex-shrink: 0;
}

.fi-body {
  padding: 12px 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fi-name {
  font-size: 13.5px;
  font-weight: 700;
  margin-bottom: 3px;
}

.fi-sub {
  font-size: 11px;
  color: #888;
  margin-bottom: 5px;
}

.fi-price {
  font-size: 14px;
  font-weight: 800;
  color: #1a5c38;
}

.fi-old {
  font-size: 11px;
  color: #aaa;
  text-decoration: line-through;
}

.badge-off {
  display: inline-block;
  background: #ef4444;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 4px;
  margin-top: 4px;
}

/* â”€â”€ CITY CARDS â”€â”€ */
.city-card {
  border-radius: 11px;
  padding: 26px 20px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: transform .50s ease, box-shadow .50s ease, filter .50s ease;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 5px;
  min-height: 90px;
  position: relative;
  z-index: 1;
}

.city-card:hover {
  transform: translateY(-4px) scale(1.03);
  filter: brightness(1.06);
  box-shadow: 0 16px 30px rgba(15, 23, 42, .25);
  z-index: 3;
}

.city-card .ci {
  font-size: 22px;
}

.city-card .cn {
  font-size: 13px;
  font-weight: 700;
}

.city-card .cd {
  font-size: 10.5px;
  opacity: .85;
}

.city-card .city-arrow {
  margin-top: auto;
  align-self: flex-end;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  opacity: 1;
}

@keyframes city-arrow-float {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(4px); }
}

.gc1 {
  background: linear-gradient(135deg, #1565c0, #1e88e5);
}

.gc2 {
  background: linear-gradient(135deg, #2e7d32, #43a047);
}

.gc3 {
  background: linear-gradient(135deg, #6a1b9a, #8e24aa);
}

.gc4 {
  background: linear-gradient(135deg, #e65100, #fb8c00);
}

.gc5 {
  background: linear-gradient(135deg, #b71c1c, #e53935);
}

.gc6 {
  background: linear-gradient(135deg, #00695c, #00897b);
}

.gc7 {
  background: linear-gradient(135deg, #4527a0, #7c4dff);
}

.gc8 {
  background: linear-gradient(135deg, #33691e, #7cb342);
}

/* â”€â”€ PROMO BANNER (DEAL OF THE DAY) â”€â”€ */
.promo-wrap {
  background: #f2eee3;
  padding: 52px 0 60px;
  position: relative;
  overflow: hidden;
}

.promo-dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.promo-dot {
  --x: 0%;
  --d: 0s;
  --s: 10px;
  position: absolute;
  top: -50px;
  left: var(--x);
  width: var(--s);
  height: var(--s);
  border-radius: 999px;
  opacity: .9;
  animation: promo-dot-fall 7.5s linear infinite;
  animation-delay: var(--d);
}

.promo-dot.orange { background: #f59e0b; }
.promo-dot.red { background: #ef4444; }
.promo-dot.green { background: #10b981; }
.promo-dot.blue { background: #3b82f6; }

@keyframes promo-dot-fall {
  0% { transform: translateY(-60px); opacity: 0; }
  10% { opacity: .95; }
  100% { transform: translateY(620px); opacity: 0; }
}

.promo-head {
  text-align: center;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}

.promo-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #f59e0b, #f97316);
  color: #fff;
  border-radius: 999px;
  padding: 10px 24px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .3px;
  box-shadow: 0 8px 22px rgba(245, 158, 11, .35);
}

.promo-newdeal {
  margin-top: 12px;
  font-size: 14px;
  color: #334155;
}

.promo-newdeal strong {
  color: #f59e0b;
  font-weight: 800;
}

.promo-box {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0 20px 44px rgba(2, 6, 23, .14);
}

.promo-media {
  min-height: 380px;
  background: url('https://images.unsplash.com/photo-1568901346375-23c9450c58cd?auto=format&fit=crop&w=1400&q=80') center/cover no-repeat;
  position: relative;
}

.promo-off {
  position: absolute;
  top: 18px;
  left: 18px;
  background: #fbbf24;
  color: #052e33;
  border-radius: 10px;
  padding: 8px 16px;
  font-size: 20px;
  font-weight: 900;
}

.promo-content {
  background: #f8fafc;
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.promo-title {
  margin: 0;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.05;
  color: #0f172a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.promo-sub {
  margin: 0;
  font-size: 15px;
  color: #334155;
}

.promo-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.promo-badge {
  background: #f8fafc;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 14px;
  color: #111827;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.promo-limit {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
}

.promo-progress-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #334155;
}

.promo-progress {
  height: 12px;
  border-radius: 999px;
  overflow: hidden;
  background: #e5e7eb;
}

.promo-progress span {
  display: block;
  height: 100%;
  width: 74%;
  background: #f97316;
  border-radius: 999px;
}

.promo-views {
  color: #475569;
  font-size: 14px;
}

.promo-actions {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.promo-cta {
  border: none;
  border-radius: 16px;
  background: #0f9d69;
  color: #fff;
  min-width: 230px;
  padding: 12px 24px;
  font-size: 17px;
  font-weight: 800;
  transition: .2s;
}

.promo-cta:hover {
  background: #0d8a5d;
}

.promo-icon-btn {
  width: 50px;
  height: 50px;
  border: 1px solid #d1d5db;
  border-radius: 14px;
  background: #fff;
  color: #111827;
  font-size: 18px;
}

.btn-getdeal {
  background: #1a5c38;
  color: #fff;
  border: none;
  border-radius: 22px;
  padding: 11px 26px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: .2s;
  flex-shrink: 0;
}

.btn-getdeal:hover {
  background: #14472b;
}

/* â”€â”€ BROWSE BY BANK â”€â”€ */
.bbank-sec {
  background: #f3f4f6;
  padding: 36px 0 44px;
}

.bbank-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.bbank-head-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, #7c3aed, #9333ea);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 10px 20px rgba(124, 58, 237, .25);
}

.bbank-head h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 800;
  color: #0f172a;
}

.bbank-head p {
  margin: 4px 0 0;
  font-size: 12px;
  color: #64748b;
}

.bbank-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 16px 12px 12px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(15, 23, 42, .04);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
  cursor: pointer;
  height: 100%;
}

.bbank-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 18px 32px rgba(15, 23, 42, .16);
  border-color: #d7dde7;
}

.bbank-logo {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  margin: 0 auto 10px;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .18);
}

.bbank-logo.hbl { background: #22c55e; }
.bbank-logo.ubl { background: #ef4444; }
.bbank-logo.mcb { background: #2563eb; }
.bbank-logo.meezan { background: #059669; }
.bbank-logo.scb { background: #14b8a6; }
.bbank-logo.allied { background: #f97316; }

.bbank-short {
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 3px;
}

.bbank-short.hbl { color: #16a34a; }
.bbank-short.ubl { color: #dc2626; }
.bbank-short.mcb { color: #1d4ed8; }
.bbank-short.meezan { color: #047857; }
.bbank-short.scb { color: #0f766e; }
.bbank-short.allied { color: #c2410c; }

.bbank-full {
  font-size: 10px;
  color: #94a3b8;
  margin-bottom: 6px;
}

.bbank-count {
  font-size: 13px;
  font-weight: 700;
  color: #475569;
  margin-bottom: 4px;
}

.bbank-arrow {
  color: #cbd5e1;
  font-size: 14px;
}

/* â”€â”€ BROWSE BY CATEGORY â”€â”€ */
.ccat-sec {
  background: #ffffff;
  padding: 36px 0 44px;
}

.ccat-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.ccat-head-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ec4899, #f43f5e);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 10px 20px rgba(244, 63, 94, .22);
}

.ccat-head h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 800;
  color: black;
  line-height: 1.05;
}

.ccat-head p {
  margin: 4px 0 0;
  font-size: 12px;
  color: #64748b;
}

.ccat-card {
  background: rgb(248, 248, 248);
  border-radius: 16px;
  padding: 22px 16px 16px;
  min-height: 150px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.ccat-card:hover {
  transform: translateY(-3px) scale(1.015);
  box-shadow: 0 18px 30px rgba(15, 23, 42, .14);
  border-color: #d7dde7;
}

 .ccat-card:hover .ccat-name{
 color: #1a5c38;
}

.ccat-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 14px;
}

.ccat-name {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 4px;
  line-height: 1.2;
}

.ccat-cnt {
  font-size: 12px;
  color: #94a3b8;
}

/* â”€â”€ DEALS NEAR YOU â”€â”€ */
.dnear-sec {
  background: #dceeea;
  padding: 34px 0 44px;
}

.dnear-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.dnear-head {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.dnear-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #14b8a6;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.dnear-title {
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.05;
  margin: 0;
}

.dnear-sub {
  font-size: 12px;
  color: #64748b;
  margin: 2px 0 0;
}

.dnear-chip {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 13px;
  color: #334155;
  white-space: nowrap;
}

.dnear-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dnear-controls select,
.dnear-controls button {
  height: 34px;
  border: 1px solid #d1d5db;
  background: #fff;
  border-radius: 10px;
  font-size: 12px;
  color: #1e293b;
  padding: 0 10px;
}

.dnear-controls .active {
  background: #111827;
  color: #fff;
  border-color: #111827;
}

.dnear-map {
  background: #fff;
  border: 1px solid #dbe4eb;
  border-radius: 14px;
  min-height: 180px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px;
}

.dnear-map-ico {
  font-size: 38px;
  color: #10b981;
  margin-bottom: 8px;
}

.dnear-map h5 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
}

.dnear-map p {
  margin: 0;
  font-size: 13px;
  color: #64748b;
}

.dnear-map-btn {
  margin-top: 10px;
  border: none;
  border-radius: 999px;
  background: #0f9d69;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 16px;
}

.dnear-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #dbe4eb;
  box-shadow: 0 3px 10px rgba(15, 23, 42, .06);
  transition: transform .22s ease, box-shadow .22s ease;
  height: 100%;
}

.dnear-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 26px rgba(15, 23, 42, .16);
}

.dnear-img {
  height: 120px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.dnear-off {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #fbbf24;
  color: #052e33;
  border-radius: 7px;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 800;
}

.dnear-body {
  padding: 12px;
}

.dnear-name {
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 4px;
}

.dnear-distance {
  font-size: 12px;
  color: #0f766e;
  margin-bottom: 8px;
}

.dnear-bank {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: #334155;
  border: 1px solid #d1d5db;
  border-radius: 7px;
  padding: 2px 8px;
  margin-bottom: 10px;
}

.dnear-btn {
  width: 100%;
  border: none;
  border-radius: 10px;
  background: #0f9d69;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 10px;
}

/* â”€â”€ TRENDING THIS WEEK â”€â”€ */
.trw-sec {
  background: #eeeeee;
  padding: 36px 0 40px;
}

.trw-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.trw-title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.trw-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, #7c3aed, #9333ea);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.trw-title {
  margin: 0;
  font-size: 26px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.05;
}

.trw-sub {
  margin: 4px 0 0;
  font-size: 12px;
  color: #64748b;
}

.trw-tabs {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 3px;
}

.trw-tab {
  border: none;
  background: transparent;
  color: #64748b;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 10px;
}

.trw-tab.active {
  background: #f8fafc;
  color: #0f172a;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .08);
}

.trw-list {
  max-width: 770px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.trw-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.trw-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, .12);
}

.trw-left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1;
}

.trw-rank {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #64748b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}

.trw-item.top .trw-rank {
  background: #fef3c7;
  color: #d97706;
}

.trw-thumb {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.trw-name {
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trw-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 11px;
  color: #94a3b8;
}

.trw-off {
  background: #fef3c7;
  color: #d97706;
  border-radius: 8px;
  padding: 3px 8px;
  font-weight: 700;
  font-size: 11px;
}

.trw-views {
  text-align: right;
  color: #94a3b8;
  min-width: 82px;
  font-size: 11px;
  flex-shrink: 0;
}

.trw-views strong {
  display: block;
  color: #475569;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
}

.trw-foot {
  text-align: center;
  margin-top: 16px;
  color: #64748b;
  font-size: 15px;
}

.trw-foot strong {
  color: #0f172a;
  font-weight: 800;
}

/* â”€â”€ HOW IT WORKS â”€â”€ */
.how-sec {
  background: #f3f4f6;
  padding: 46px 0 52px;
}

.how-title {
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  color: #0f172a;
  margin-bottom: 6px;
}

.how-sub {
  text-align: center;
  color: #64748b;
  font-size: 14px;
  margin-bottom: 28px;
}

.how-steps {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.how-steps::before {
  content: '';
  position: absolute;
  top: 58px;
  left: 22%;
  right: 22%;
  height: 2px;
  background: linear-gradient(90deg, #a7f3d0, #fcd34d);
  z-index: 0;
}

.how-step {
  text-align: center;
  padding: 0 8px;
  position: relative;
  z-index: 1;
}

.how-step-icon {
  width: 84px;
  height: 84px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  margin-bottom: 14px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .12);
  position: relative;
}

.how-step-num {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f8fafc;
  border: 1px solid #d1d5db;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.how-step-title {
  font-size: 15px;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 7px;
}

.how-step-desc {
  font-size: 12px;
  color: #6b7280;
  line-height: 1.45;
  max-width: 270px;
  margin: 0 auto;
}

.how-final {
  max-width: 290px;
  margin: 24px auto 0;
  background: #bfeee0;
  border-radius: 16px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #0f766e;
}

.how-final-emoji {
  font-size: 32px;
  line-height: 1;
}

.how-final strong {
  display: block;
  font-size: 17px;
  color: #065f46;
  margin-bottom: 2px;
}

.how-final span {
  font-size: 13px;
}

/* â”€â”€ FEATURED PARTNERS â”€â”€ */
.partners-sec {
  background: linear-gradient(90deg, #0b1a3a, #15284a 55%, #1f2d4f);
  padding: 42px 0 34px;
}

.partners-wrap {
  max-width: 930px;
  margin: 0 auto;
  text-align: center;
}

.p-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(245, 158, 11, .2);
  color: #fbbf24;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  padding: 6px 12px;
  margin-bottom: 10px;
}

.p-title {
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 5px;
}

.p-sub {
  color: #9fb3cf;
  font-size: 14px;
  margin-bottom: 22px;
}

.p-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.p-card {
  background: rgba(255, 255, 255, .11);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  padding: 16px 10px 14px;
  text-align: center;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
  cursor: pointer;
}

.p-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, .18);
  box-shadow: 0 16px 24px rgba(1, 6, 20, .35);
}

.p-mark {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: #f8fafc;
  color: #1e293b;
  font-size: 18px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.p-name {
  font-size: 14px;
  font-weight: 700;
  color: #f8fafc;
  margin-bottom: 2px;
}

.p-cat {
  font-size: 12px;
  color: #9fb3cf;
}

.p-bottom-link {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fbbf24;
  font-size: 14px;
  font-weight: 700;
}

/* â”€â”€ WINTER WARMTH DEALS â”€â”€ */
.wwarm-sec {
  background: #f8f1ee;
  padding: 34px 0 52px;
}

.wwarm-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.wwarm-left {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.wwarm-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e5e7eb;
  color: #475569;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex-shrink: 0;
}

.wwarm-title {
  margin: 0;
  font-size: 30px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.05;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.wwarm-title .wwarm-chip {
  background: #f97316;
  color: #fff;
  border-radius: 7px;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  text-transform: uppercase;
  letter-spacing: .3px;
}

.wwarm-sub {
  margin: 4px 0 0;
  font-size: 13px;
  color: #64748b;
}

.wwarm-badge {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #475569;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(15, 23, 42, .05);
  animation: wwarm-drift 4.2s ease-in-out infinite;
  transform-origin: center;
}

@keyframes wwarm-drift {
  0% { transform: translate(0, 0); }
  25% { transform: translate(7px, -5px); }
  50% { transform: translate(7px, 5px); }
  75% { transform: translate(-7px, -5px); }
  100% { transform: translate(-7px, 5px); }
}

.wwarm-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #059669;
  font-size: 16px;
  font-weight: 700;
  margin-left: 52px;
  text-decoration: none;
  justify-content: center;
margin-top: 45px;
}

/* â”€â”€ LATEST UPDATES â”€â”€ */
.lupd-sec {
  background: #f3f4f6;
  padding: 34px 0 44px;
}

.lupd-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.lupd-title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lupd-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #334155;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.lupd-title {
  margin: 0;
  font-size: 30px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.05;
}

.lupd-sub {
  margin: 3px 0 0;
  font-size: 12px;
  color: #64748b;
}

.lupd-viewall {
  border: 1px solid #d1d5db;
  border-radius: 12px;
  color: #0f172a;
  background: #fff;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.lupd-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease;
  height: 100%;
}

.lupd-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 24px rgba(15, 23, 42, .12);
}

.lupd-media {
  height: 132px;
  background: #c7d0dc;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 40px;
}

.lupd-tag {
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 8px;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 700;
  text-transform: lowercase;
  border: 1px solid rgba(0, 0, 0, .06);
}

.lupd-tag.purple { background: #ede9fe; color: #7c3aed; }
.lupd-tag.green { background: #dcfce7; color: #15803d; }
.lupd-tag.blue { background: #dbeafe; color: #2563eb; }

.lupd-body {
  padding: 14px 16px 12px;
}

.lupd-card-title {
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.35;
  margin-bottom: 8px;
}

.lupd-card-desc {
  font-size: 12px;
  color: #64748b;
  line-height: 1.45;
  margin-bottom: 10px;
}

.lupd-meta {
  font-size: 11px;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* â”€â”€ APP SECTION â”€â”€ */
.app-sec {
  background: linear-gradient(135deg, #0f9d69, #0e7f60);
  padding: 44px 0 48px;
  color: #fff;
}

.app-wrap {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}

.app-left {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 20px;
  padding: 18px;
}

.app-left-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.app-wa-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #22c55e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.app-left-head h4 {
  margin: 0;
  font-size: 32px;
  font-weight: 800;
}

.app-left-head p {
  margin: 1px 0 0;
  font-size: 13px;
  color: #d1fae5;
}

.app-quote {
  background: rgba(255, 255, 255, .12);
  border-radius: 12px;
  padding: 10px 12px;
  color: #e2e8f0;
  font-size: 13px;
  margin-bottom: 14px;
}

.app-form label {
  display: block;
  font-size: 12px;
  color: #e2e8f0;
  margin-bottom: 6px;
  font-weight: 600;
}

.app-row {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.app-prefix,
.app-input {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .12);
  color: #fff;
  height: 40px;
  font-size: 13px;
  padding: 0 12px;
}

.app-prefix {
  width: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

.app-input {
  flex: 1;
  outline: none;
}

.app-input::placeholder {
  color: rgba(255, 255, 255, .65);
}

.app-radio {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  margin: 6px 0 12px;
  color: #e2e8f0;
}

.app-sub-btn {
  width: 100%;
  border: none;
  border-radius: 11px;
  height: 40px;
  background: rgba(255, 255, 255, .35);
  color: #0f766e;
  font-size: 15px;
  font-weight: 700;
}

.app-right .app-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(245, 158, 11, .22);
  color: #fbbf24;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
}

.app-right h3 {
  margin: 0 0 8px;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
}

.app-right p {
  margin: 0 0 16px;
  font-size: 16px;
  color: #d1fae5;
}

.app-feat {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 9px;
  font-size: 15px;
  color: #ecfeff;
}

.app-feat i {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fbbf24;
  flex-shrink: 0;
}

.app-stores {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.store-btn {
  background: #000;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  padding: 8px 12px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 152px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.store-btn .sicon {
  font-size: 19px;
  line-height: 1;
}

.app-qr {
  margin-top: 14px;
  width: fit-content;
  background: rgba(255, 255, 255, .12);
  border-radius: 14px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.app-qr-box {
  width: 66px;
  height: 66px;
  border-radius: 12px;
  background: #fff;
  color: #334155;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.app-qr strong {
  display: block;
  font-size: 17px;
  color: #ecfeff;
  margin-bottom: 2px;
}

.app-qr span {
  font-size: 13px;
  color: #d1fae5;
}

/* â”€â”€ FOOTER â”€â”€ */
.site-footer {
  background: linear-gradient(90deg, #081633, #0b1b3d 55%, #0d2045);
  color: #9fb3cf;
  padding: 42px 0 20px;
}

.ft-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.ft-brand {
  max-width: 290px;
}

.ft-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 3px;
}

.ft-logo-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #14b8a6, #0ea5a0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.ft-tagline {
  font-size: 12px;
  color: #9fb3cf;
  margin-bottom: 12px;
}

.ft-desc {
  font-size: 13px;
  line-height: 1.5;
  color: #b8c8de;
}

.ft-col h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}

.ft-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ft-col li {
  margin-bottom: 8px;
}

.ft-col a {
  color: #b6c6dd;
  font-size: 13px;
  text-decoration: none;
}

.ft-col a:hover {
  color: #fff;
}

.ft-divider {
  margin: 22px 0 16px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.ft-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #9fb3cf;
}

.ft-icons {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 20px;
}

.ft-icons span {
  opacity: .95;
}

/* â”€â”€ GRADIENT BACKGROUNDS â”€â”€ */
.g1 {
  background: linear-gradient(135deg, #2e7d32, #66bb6a);
}

.g2 {
  background: linear-gradient(135deg, #bf360c, #ff7043);
}

.g3 {
  background: linear-gradient(135deg, #1565c0, #42a5f5);
}

.g4 {
  background: linear-gradient(135deg, #6a1b9a, #ba68c8);
}

.g5 {
  background: linear-gradient(135deg, #00695c, #4db6ac);
}

.g6 {
  background: linear-gradient(135deg, #f57f17, #ffd54f);
}

.g7 {
  background: linear-gradient(135deg, #880e4f, #f06292);
}

.g8 {
  background: linear-gradient(135deg, #37474f, #78909c);
}

.g9 {
  background: linear-gradient(135deg, #bf360c, #ff8a65);
}

.g10 {
  background: linear-gradient(135deg, #1b5e20, #a5d6a7);
}

.g11 {
  background: linear-gradient(135deg, #3e2723, #a1887f);
}

.g12 {
  background: linear-gradient(135deg, #004d40, #80cbc4);
}

.search-form {
display: flex;
flex-direction: column;
gap: 12px;
max-width: 576px;          /* â‰ˆ max-w-xl */
margin-left: auto;
margin-right: auto;
margin-bottom: 24px;
}

@media (min-width: 640px) {
.search-form {
flex-direction: row;
align-items: stretch;
}
}

@media (min-width: 1024px) {
.search-form {
margin-left: 0;
margin-right: 0;
}
}

.input-wrapper {
position: relative;
flex: 1;
}

.search-icon {
position: absolute;
left: 16px;
top: 50%;
transform: translateY(-50%);
width: 20px;
height: 20px;
color: #6b7280;           /* gray-500 */
pointer-events: none;
}

.search-input {
width: 100%;
height: 56px;              /* h-14 = 3.5rem = 56px */
padding-left: 48px;        /* space for icon */
padding-right: 16px;
font-size: 16px;
color: #1f2937;            /* gray-800 */
background-color: white;
border: 1px solid #d1d5db; /* gray-300 */
border-radius: 12px;
box-shadow: 0 1px 2px rgba(0,0,0,0.05);
transition: all 0.2s ease;
}

.search-input::placeholder {
color: #6b7280;            /* gray-500 */
}

.search-input:focus {
outline: none;
border-color: #fbbf24;     /* yellow-400 */
box-shadow: 0 0 0 3px rgba(251,191,36,0.2);
background-color: white;
}

.search-button {
height: 56px;
padding: 0 32px;
font-size: 16px;
font-weight: 600;
color: #1f2937;            /* gray-800 */
background-color: #F59E0B; /* â‰ˆ yellow-300 / your original #FCD34D */
border: none;
border-radius: 12px;
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
cursor: pointer;
transition: all 0.2s ease;
white-space: nowrap;
}

.search-button:hover {
background-color: #bd7800; /* yellow-400 */
}

.search-button:active {
background-color: #bd7800; /* yellow-500 */
transform: translateY(1px);
}

.search-button:focus {
outline: none;
box-shadow: 0 0 0 3px rgba(251,191,36,0.3);
}

/* â”€â”€ STARS â”€â”€ */
.stars {
  color: #f59e0b;
  font-size: 11px;
}

/* â”€â”€ RESPONSIVE â”€â”€ */
@media(max-width:991px) {
  .hero h1 {
    font-size: 28px;
  }

  .mascot-circle {
    width: 125px;
    height: 125px;
    font-size: 62px;
  }

  .how-arr {
    display: none;
  }

  .live-updated,
  .live-stats,
  .live-active {
    font-size: 14px;
  }

  .live-pill {
    font-size: 15px;
    padding: 10px 12px;
  }
}

@media(max-width:767px) {
  .hero {
    padding: 26px 0;
  }

  .hero h1 {
    font-size: 22px;
  }

  .live-strip {
    border-top-width: 6px;
    padding: 14px 0;
  }

  .live-strip-row {
    gap: 12px;
  }

  .live-updated,
  .live-stats,
  .live-active {
    font-size: 13px;
  }

  .live-updated i,
  .live-stats i,
  .live-active i {
    font-size: 16px;
  }

  .promo-box {
    grid-template-columns: 1fr;
  }

  .promo-media {
    min-height: 260px;
  }

  .promo-content {
    padding: 20px;
  }

  .promo-title {
    font-size: 34px;
  }

  .bbank-head h3 {
    font-size: 30px;
  }

  .bbank-card {
    padding: 18px 12px 14px;
  }

  .dnear-title {
    font-size: 24px;
  }

  .dnear-head {
    align-items: flex-start;
  }

  .dnear-chip {
    font-size: 12px;
  }

  .dnear-map {
    min-height: 150px;
  }

  .trw-title {
    font-size: 24px;
  }

  .trw-tab {
    font-size: 11px;
    padding: 6px 8px;
  }

  .trw-item {
    padding: 12px;
  }

  .trw-views {
    min-width: 72px;
    font-size: 11px;
  }

  .trw-views strong {
    font-size: 13px;
  }

  .trw-foot {
    font-size: 14px;
  }

  .how-steps {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .how-steps::before {
    display: none;
  }

  .how-step-icon {
    width: 84px;
    height: 84px;
    font-size: 38px;
  }

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

  .wwarm-link {
    margin-left: 0;
  }

  .wwarm-title {
    font-size: 24px;
  }

  .lupd-title {
    font-size: 24px;
  }

  .lupd-viewall {
    font-size: 12px;
    padding: 6px 10px;
  }

  .app-wrap {
    grid-template-columns: 1fr;
  }

  .app-right h3 {
    font-size: 36px;
  }

  .app-left-head h4 {
    font-size: 18px;
  }

  .ft-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
}

@media(max-width:575px) {
  .hero h1 {
    font-size: 19px;
  }

  .sec-title {
    font-size: 15px;
  }

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

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

/* FINAL RESPONSIVE PASS (FULL PAGE) */
@media (max-width: 1199px) {
  .bbank-head h3,
  .ccat-head h3,
  .dnear-title,
  .trw-title,
  .how-title,
  .lupd-title,
  .wwarm-title {
    font-size: 24px;
  }

  .promo-title {
    font-size: 30px;
  }

  .app-right h3 {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .site-nav {
    height: auto !important;
  }

  .promo-box {
    grid-template-columns: 1fr;
  }

  .promo-media {
    min-height: 220px;
  }

  .promo-content {
    padding: 18px;
  }

  .bbank-sec,
  .ccat-sec,
  .dnear-sec,
  .trw-sec,
  .how-sec,
  .partners-sec,
  .wwarm-sec,
  .lupd-sec,
  .app-sec {
    padding-top: 32px;
    padding-bottom: 34px;
  }

  .dnear-top {
    flex-direction: column;
    align-items: stretch;
  }

  .dnear-controls {
    width: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .dnear-map {
    min-height: 165px;
  }

  .trw-list {
    max-width: 100%;
  }

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

  .partners-wrap {
    padding: 32px 20px 26px;
  }

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

  .wwarm-head {
    align-items: flex-start;
  }

  .lupd-head {
    align-items: flex-start;
  }

  .app-wrap {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .app-right h3 {
    font-size: 34px;
  }

  .ft-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .top-bar {
    font-size: 11px;
  }

  .site-nav {
    padding: 8px 0;
  }

  .site-nav .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-main {
    gap: 8px;
  }

  .nav-logo {
    font-size: 16px;
    gap: 5px;
  }

  .nav-logo svg {
    width: 30px;
    height: 30px;
  }

  .nav-actions {
    gap: 2px;
  }

  .nav-icon-btn {
    width: 28px;
    height: 28px;
    font-size: 16px;
    color: #7b8088;
  }

  .btn-post {
    padding: 8px 14px;
    font-size: 16px;
    border-radius: 12px;
  }

  .btn-post i {
    margin-right: 8px !important;
  }

  .nav-menu-btn {
    display: inline-flex;
    width: 36px;
    height: 68px;
    border-radius: 4px;
    margin-left: 4px;
  }

  .hero-sub {
    font-size: 14px;
  }

  .bank-pill {
    padding: 9px 14px;
    font-size: 12px;
  }

  .live-strip-row {
    gap: 10px;
  }

  .bbank-head-icon,
  .ccat-head-icon,
  .trw-icon,
  .lupd-icon {
    width: 42px;
    height: 42px;
  }

  .bbank-card {
    border-radius: 14px;
  }

  .ccat-card {
    min-height: 128px;
  }

  .dnear-controls {
    justify-content: flex-start;
  }

  .dnear-controls select {
    min-width: 90px;
  }

  .dnear-controls button {
    min-width: 34px;
  }

  .dnear-map h5 {
    font-size: 19px;
  }

  .trw-tabs {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }

  .trw-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .trw-views {
    min-width: 0;
    width: 100%;
    text-align: left;
  }

  .how-final {
    max-width: 100%;
  }

  .partners-wrap {
    border-radius: 20px;
  }

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

  .wwarm-title .wwarm-chip {
    margin-top: 6px;
  }

  .wwarm-badge {
    align-self: flex-start;
  }

  .lupd-viewall {
    align-self: flex-start;
  }

  .app-left,
  .app-right {
    padding: 16px;
  }

  .app-right h3 {
    font-size: 30px;
  }

  .app-stores {
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media (max-width: 575px) {
  .nav-logo {
    font-size: 14px;
  }

  .btn-post {
    padding: 7px 11px;
    font-size: 14px;
  }

  .nav-icon-btn {
    width: 26px;
    height: 26px;
  }

  .nav-menu-btn {
    width: 34px;
    height: 34px;
  }

  .hero {
    padding: 22px 0;
  }

  .sec,
  .bbank-sec,
  .ccat-sec,
  .dnear-sec,
  .trw-sec,
  .how-sec,
  .partners-sec,
  .wwarm-sec,
  .lupd-sec,
  .app-sec,
  .site-footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sec-hdr {
    gap: 8px;
  }

  .promo-pill {
    font-size: 12px;
    padding: 8px 12px;
  }

  .promo-title {
    font-size: 26px;
  }

  .promo-actions {
    flex-wrap: wrap;
  }

  .promo-cta {
    width: 100%;
  }

  .bbank-card,
  .ccat-card,
  .dnear-card,
  .lupd-card {
    border-radius: 12px;
  }

  .ccat-card {
    min-height: 116px;
    padding: 14px;
  }

  .dnear-map {
    min-height: 142px;
    padding: 14px;
  }

  .dnear-map-btn {
    width: 100%;
  }

  .trw-thumb {
    width: 50px;
    height: 50px;
  }

  .trw-name {
    font-size: 13px;
  }

  .how-title,
  .wwarm-title,
  .lupd-title {
    font-size: 22px;
  }

  .how-step-icon {
    width: 74px;
    height: 74px;
    font-size: 32px;
  }

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

  .lupd-card-title {
    font-size: 16px;
  }

  .app-right h3 {
    font-size: 27px;
  }

  .app-row {
    flex-wrap: wrap;
  }

  .app-prefix {
    width: 100%;
    justify-content: center;
  }

  .app-input {
    width: 100%;
  }

  .app-stores {
    flex-direction: column;
    align-items: stretch;
  }

  .app-qr {
    width: 100%;
  }

  .ft-icons {
    justify-content: flex-start;
  }
}

/* CLIENT_PAGE_THEME_START */

    body.client-page {
        font-family: 'Arial', sans-serif;
        background-color: #f8f9fa;
        color: #2d3436;
        line-height: 1.6;
    }

    /* Header */
    body.client-page .header {
        background: linear-gradient(135deg, #00b894 0%, #00cec9 100%);
        padding: 15px 0;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        position: sticky;
        top: 0;
        z-index: 100;
    }

    body.client-page .header-content {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    body.client-page .logo {
        font-size: 24px;
        font-weight: bold;
        color: white;
    }

    body.client-page .goat-emoji {
        font-size: 28px;
    }

    /* Floating Action Bar */
    body.client-page .floating-bar {
        background: white;
        padding: 15px 20px;
        box-shadow: 0 2px 15px rgba(0,0,0,0.1);
        position: sticky;
        top: 60px;
        z-index: 90;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    body.client-page .discount-badge {
        background: linear-gradient(135deg, #fdcb6e 0%, #f39c12 100%);
        color: white;
        padding: 10px 20px;
        border-radius: 25px;
        font-size: 18px;
        font-weight: bold;
        animation: pulse 2s infinite;
    }

    @keyframes pulse {
        0%, 100% { transform: scale(1); }
        50% { transform: scale(1.05); }
    }

    body.client-page .action-buttons {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    body.client-page .btn {
        padding: 10px 20px;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.3s;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    body.client-page .btn-call {
        background: #00b894;
        color: white;
    }

    body.client-page .btn-call:hover {
        background: #00a383;
        transform: translateY(-2px);
    }

    body.client-page .btn-save {
        background: #ffffff;
        color: #e74c3c;
        border: 2px solid #e74c3c;
    }

    body.client-page .btn-save:hover {
        background: #e74c3c;
        color: white;
    }

    body.client-page .btn-share {
        background: #3498db;
        color: white;
    }

    body.client-page .btn-share:hover {
        background: #2980b9;
    }

    /* Container */
    body.client-page .client-content-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
    }

    /* Split Hero Section */
    body.client-page .hero-section {
        display: grid;
        grid-template-columns: 40% 60%;
        gap: 30px;
        background: white;
        border-radius: 12px;
        padding: 30px;
        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
        margin-bottom: 30px;
    }

    body.client-page .hero-left {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    body.client-page .restaurant-logo {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        object-fit: cover;
        border: 4px solid #00b894;
        box-shadow: 0 4px 15px rgba(0,184,148,0.3);
    }

    body.client-page .restaurant-name {
        font-size: 32px;
        font-weight: bold;
        color: #2d3436;
        margin-bottom: 10px;
    }

    body.client-page .rating {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 15px;
    }

    body.client-page .stars {
        color: #fdcb6e;
        font-size: 18px;
    }

    body.client-page .rating-text {
        font-size: 16px;
        color: #636e72;
    }

    body.client-page .quick-stats {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-top: 20px;
    }

    body.client-page .stat-item {
        background: #f8f9fa;
        padding: 15px;
        border-radius: 8px;
        text-align: center;
    }

    body.client-page .stat-value {
        font-size: 24px;
        font-weight: bold;
        color: #00b894;
    }

    body.client-page .stat-label {
        font-size: 12px;
        color: #636e72;
        margin-top: 5px;
    }

    body.client-page .featured-deal {
        background: linear-gradient(135deg, #00b894 0%, #00cec9 100%);
        padding: 20px;
        border-radius: 12px;
        color: white;
        margin-top: 20px;
    }

    body.client-page .deal-badge {
        background: #fdcb6e;
        color: #2d3436;
        padding: 5px 15px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: bold;
        display: inline-block;
        margin-bottom: 10px;
    }

    body.client-page .deal-discount {
        font-size: 36px;
        font-weight: bold;
        margin: 10px 0;
    }

    body.client-page .deal-bank {
        font-size: 14px;
        opacity: 0.9;
    }

    body.client-page .goat-says {
        background: rgba(255,255,255,0.2);
        padding: 10px;
        border-radius: 8px;
        margin-top: 15px;
        font-size: 13px;
        font-style: italic;
    }

    /* Hero Right - Gallery */
    body.client-page .hero-right {
        position: relative;
    }

    body.client-page .main-image {
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    }

    body.client-page .thumbnail-strip {
        display: flex;
        gap: 10px;
        margin-top: 15px;
        overflow-x: auto;
    }

    body.client-page .thumbnail {
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 8px;
        cursor: pointer;
        border: 2px solid transparent;
        transition: all 0.3s;
    }

    body.client-page .thumbnail:hover {
        border-color: #00b894;
        transform: scale(1.05);
    }

    body.client-page .more-photos {
        background: rgba(0,0,0,0.7);
        color: white;
        padding: 5px 10px;
        border-radius: 6px;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Tabs Section */
    body.client-page .tabs-container {
        background: white;
        border-radius: 12px;
        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
        margin-bottom: 30px;
        overflow: hidden;
    }

    body.client-page .tabs-header {
        display: flex;
        border-bottom: 2px solid #f1f3f5;
        overflow-x: auto;
    }

    body.client-page .tab {
        padding: 18px 30px;
        cursor: pointer;
        font-weight: 600;
        color: #636e72;
        border-bottom: 3px solid transparent;
        transition: all 0.3s;
        white-space: nowrap;
    }

    body.client-page .tab:hover {
        color: #00b894;
        background: #f8f9fa;
    }

    body.client-page .tab.active {
        color: #00b894;
        border-bottom-color: #00b894;
        background: #f8fff9;
    }

    body.client-page .tab-content {
        padding: 30px;
        display: none;
    }

    body.client-page .tab-content.active {
        display: block;
    }

    /* Deal Cards */
    body.client-page .deals-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 25px;
        margin-top: 20px;
    }

    body.client-page .deal-card {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        border-radius: 12px;
        padding: 25px;
        color: white;
        box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
        transition: all 0.3s;
    }

    body.client-page .deal-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 30px rgba(102, 126, 234, 0.4);
    }

    body.client-page .deal-card.hbl {
        background: linear-gradient(135deg, #00853E 0%, #00653E 100%);
    }

    body.client-page .deal-card.ubl {
        background: linear-gradient(135deg, #C8102E 0%, #A8102E 100%);
    }

    body.client-page .deal-card.mcb {
        background: linear-gradient(135deg, #003B5C 0%, #002B4C 100%);
    }

    body.client-page .bank-logo {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 15px;
        opacity: 0.9;
    }

    body.client-page .deal-discount-large {
        font-size: 56px;
        font-weight: bold;
        line-height: 1;
        margin: 15px 0;
    }

    body.client-page .deal-details {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid rgba(255,255,255,0.2);
    }

    body.client-page .detail-row {
        display: flex;
        justify-content: space-between;
        margin: 10px 0;
        font-size: 14px;
    }

    body.client-page .detail-label {
        opacity: 0.8;
    }

    body.client-page .detail-value {
        font-weight: bold;
    }

    body.client-page .calculator {
        background: rgba(255,255,255,0.15);
        padding: 15px;
        border-radius: 8px;
        margin-top: 15px;
    }

    body.client-page .calculator-input {
        width: 100%;
        margin: 10px 0;
    }

    body.client-page .calculator-result {
        font-size: 18px;
        font-weight: bold;
        margin-top: 10px;
        padding: 10px;
        background: rgba(255,255,255,0.2);
        border-radius: 6px;
    }

    body.client-page .expandable {
        margin-top: 15px;
    }

    body.client-page .expand-btn {
        background: rgba(255,255,255,0.2);
        border: 1px solid rgba(255,255,255,0.3);
        color: white;
        padding: 8px 16px;
        border-radius: 6px;
        cursor: pointer;
        font-size: 13px;
        transition: all 0.3s;
    }

    body.client-page .expand-btn:hover {
        background: rgba(255,255,255,0.3);
    }

    body.client-page .expand-content {
        display: none;
        margin-top: 10px;
        padding: 15px;
        background: rgba(0,0,0,0.2);
        border-radius: 6px;
        font-size: 13px;
        line-height: 1.8;
    }

    body.client-page .expand-content.show {
        display: block;
    }

    /* Menu Section */
    body.client-page .menu-tabs {
        display: flex;
        gap: 10px;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    body.client-page .menu-tab {
        padding: 10px 20px;
        background: #f1f3f5;
        border: none;
        border-radius: 25px;
        cursor: pointer;
        font-weight: 600;
        color: #636e72;
        transition: all 0.3s;
    }

    body.client-page .menu-tab.active {
        background: #00b894;
        color: white;
    }

    body.client-page .menu-items {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }

    body.client-page .menu-item {
        background: white;
        border: 2px solid #f1f3f5;
        border-radius: 12px;
        padding: 15px;
        transition: all 0.3s;
    }

    body.client-page .menu-item:hover {
        border-color: #00b894;
        box-shadow: 0 4px 15px rgba(0,184,148,0.1);
    }

    body.client-page .menu-item-image {
        width: 100%;
        height: 150px;
        object-fit: cover;
        border-radius: 8px;
        margin-bottom: 10px;
    }

    body.client-page .menu-item-name {
        font-weight: bold;
        margin-bottom: 5px;
        color: #2d3436;
    }

    body.client-page .menu-item-price {
        color: #00b894;
        font-weight: bold;
        font-size: 18px;
    }

    body.client-page .discount-badge-small {
        background: #fdcb6e;
        color: white;
        padding: 3px 8px;
        border-radius: 12px;
        font-size: 11px;
        margin-left: 8px;
    }

    /* Reviews Section */
    body.client-page .reviews-summary {
        background: linear-gradient(135deg, #00b894 0%, #00cec9 100%);
        color: white;
        padding: 30px;
        border-radius: 12px;
        margin-bottom: 30px;
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 30px;
    }

    body.client-page .overall-rating {
        text-align: center;
    }

    body.client-page .rating-number {
        font-size: 64px;
        font-weight: bold;
        line-height: 1;
    }

    body.client-page .rating-bars {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    body.client-page .rating-bar-row {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    body.client-page .bar-label {
        min-width: 30px;
    }

    body.client-page .bar-container {
        flex: 1;
        height: 8px;
        background: rgba(255,255,255,0.3);
        border-radius: 10px;
        overflow: hidden;
    }

    body.client-page .bar-fill {
        height: 100%;
        background: white;
        border-radius: 10px;
        transition: width 0.5s;
    }

    body.client-page .bar-count {
        min-width: 40px;
        text-align: right;
    }

    body.client-page .review-card {
        background: white;
        padding: 20px;
        border-radius: 12px;
        margin-bottom: 20px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    body.client-page .review-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

    body.client-page .reviewer-info {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    body.client-page .reviewer-avatar {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-weight: bold;
        font-size: 20px;
    }

    body.client-page .verified-badge {
        background: #00b894;
        color: white;
        padding: 3px 8px;
        border-radius: 12px;
        font-size: 11px;
        margin-left: 10px;
    }

    body.client-page .review-text {
        line-height: 1.8;
        color: #2d3436;
        margin-bottom: 15px;
    }

    body.client-page .review-photos {
        display: flex;
        gap: 10px;
        margin-top: 15px;
    }

    body.client-page .review-photo {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s;
    }

    body.client-page .review-photo:hover {
        transform: scale(1.05);
    }

    body.client-page .helpful-btn {
        background: #f1f3f5;
        border: none;
        padding: 8px 16px;
        border-radius: 20px;
        cursor: pointer;
        font-size: 13px;
        color: #636e72;
        transition: all 0.3s;
    }

    body.client-page .helpful-btn:hover {
        background: #00b894;
        color: white;
    }

    /* Location Section */
    body.client-page .location-map {
        width: 100%;
        height: 400px;
        background: #e9ecef;
        border-radius: 12px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #636e72;
    }

    body.client-page .branches-list {
        display: grid;
        gap: 20px;
    }

    body.client-page .branch-card {
        background: white;
        border: 2px solid #f1f3f5;
        border-radius: 12px;
        padding: 20px;
        transition: all 0.3s;
    }

    body.client-page .branch-card:hover {
        border-color: #00b894;
        box-shadow: 0 4px 15px rgba(0,184,148,0.1);
    }

    body.client-page .branch-name {
        font-size: 18px;
        font-weight: bold;
        color: #2d3436;
        margin-bottom: 10px;
    }

    body.client-page .branch-info {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin: 15px 0;
    }

    body.client-page .info-row {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #636e72;
        font-size: 14px;
    }

    body.client-page .status-open {
        color: #00b894;
        font-weight: bold;
    }

    body.client-page .status-closed {
        color: #e74c3c;
        font-weight: bold;
    }

    body.client-page .branch-actions {
        display: flex;
        gap: 10px;
        margin-top: 15px;
    }

    /* Responsive */
    @media (max-width: 768px) {
        body.client-page .hero-section {
            grid-template-columns: 1fr;
        }

        body.client-page .floating-bar {
            flex-direction: column;
            align-items: stretch;
        }

        body.client-page .action-buttons {
            justify-content: stretch;
        }

        body.client-page .btn {
            flex: 1;
            justify-content: center;
        }

        body.client-page .deals-grid {
            grid-template-columns: 1fr;
        }

        body.client-page .reviews-summary {
            grid-template-columns: 1fr;
        }

        body.client-page .quick-stats {
            grid-template-columns: 1fr;
        }

        body.client-page .tabs-header {
            flex-wrap: nowrap;
            overflow-x: scroll;
        }
    }

/* Client page visual theme aligned with landing page */
body.client-page {
font-family: Inter, sans-serif;
color: #0f172a;
background:
radial-gradient(circle at 8% 0%, rgba(16, 185, 129, 0.1), transparent 34%),
radial-gradient(circle at 92% 18%, rgba(245, 158, 11, 0.1), transparent 28%),
#f3f4f6;
}

body.client-page .header {
background: linear-gradient(135deg, #2ea586 0%, #064e3b 58%, #064e3b 100%);
box-shadow: 0 8px 18px rgba(6, 78, 59, 0.25);
}

body.client-page .header-content {
max-width: 1240px;
}

body.client-page .logo {
color: #ffffff;
letter-spacing: 0.2px;
}

body.client-page .floating-bar {
background: #ffffff;
border-bottom: 1px solid #d1d5db;
box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}

body.client-page .discount-badge,
body.client-page .deal-badge,
body.client-page .discount-badge-small {
background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
color: #052e16;
}

body.client-page .btn {
border-radius: 10px;
font-weight: 700;
}

body.client-page .btn-call,
body.client-page .menu-tab.active {
background: #059669;
color: #ffffff;
}

body.client-page .btn-call:hover {
background: #047857;
}

body.client-page .btn-share {
background: #1a5c38;
color: #ffffff;
}

body.client-page .btn-share:hover {
background: #13462b;
}

body.client-page .btn-save {
border-color: #f59e0b;
color: #b45309;
}

body.client-page .btn-save:hover {
background: #f59e0b;
border-color: #f59e0b;
color: #ffffff;
}

body.client-page .hero-section {
border: 1px solid #dbe4ea;
border-radius: 18px;
background: linear-gradient(180deg, #ffffff 0%, #f9fbfc 100%);
box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

body.client-page .restaurant-logo {
border-color: #10b981;
box-shadow: 0 8px 20px rgba(16, 185, 129, 0.28);
}

body.client-page .restaurant-name {
color: #0f172a;
}

body.client-page .rating-text,
body.client-page .stat-label {
color: #64748b;
}

body.client-page .stat-item {
border: 1px solid #e2e8f0;
background: #f8fafc;
}

body.client-page .stat-value,
body.client-page .menu-item-price,
body.client-page .status-open,
body.client-page .tab.active,
body.client-page .tab:hover {
color: #065f46;
}

body.client-page .featured-deal,
body.client-page .reviews-summary {
background: linear-gradient(135deg, #065f46 0%, #047857 100%);
box-shadow: 0 10px 24px rgba(6, 95, 70, 0.22);
}

body.client-page .main-image {
border-radius: 14px;
}

body.client-page .thumbnail:hover {
border-color: #10b981;
}

body.client-page .tabs-container,
body.client-page .review-card,
body.client-page .branch-card,
body.client-page .menu-item {
border: 1px solid #e2e8f0;
box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

body.client-page .tabs-header {
background: #f8fafc;
border-bottom-color: #e2e8f0;
}

body.client-page .tab {
color: #475569;
font-weight: 700;
}

body.client-page .tab:hover {
background: #ecfdf5;
}

body.client-page .tab.active {
border-bottom-color: #10b981;
background: #ecfdf5;
}

body.client-page .deal-card {
border: 1px solid rgba(255, 255, 255, 0.25);
box-shadow: 0 12px 26px rgba(15, 23, 42, 0.24);
}

body.client-page .calculator {
border: 1px solid rgba(255, 255, 255, 0.25);
}

body.client-page .expand-btn {
border-color: rgba(255, 255, 255, 0.45);
}

body.client-page .menu-tab {
background: #e2e8f0;
color: #334155;
border-radius: 999px;
}

body.client-page .menu-item:hover,
body.client-page .branch-card:hover {
border-color: #10b981;
box-shadow: 0 14px 28px rgba(16, 185, 129, 0.18);
}

body.client-page .verified-badge {
background: #059669;
}

body.client-page .reviewer-avatar {
background: linear-gradient(135deg, #1a5c38 0%, #0f766e 100%);
}

body.client-page .helpful-btn:hover {
background: #1a5c38;
color: #ffffff;
}

body.client-page .location-map {
border: 1px solid #cbd5e1;
background: linear-gradient(135deg, #e2e8f0 0%, #f8fafc 100%);
color: #475569;
}

body.client-page .branch-name {
color: #0f172a;
}

@media (max-width: 768px) {
body.client-page .hero-section {
border-radius: 14px;
}

body.client-page .tab {
padding: 14px 18px;
}
}
/* CLIENT_PAGE_THEME_END */



/* CLIENT_PAGE_HEADER_PARITY */
body.client-page .top-bar {
background: #1a5c38;
color: #fff;
font-size: 12px;
font-weight: 500;
padding: 7px 0;
text-align: center;
}

body.client-page .top-bar .notice-badge {
background: #f59e0b;
color: #fff;
font-size: 10px;
font-weight: 700;
padding: 2px 7px;
border-radius: 3px;
margin-right: 8px;
text-transform: uppercase;
}

body.client-page .site-nav {
background: #fff;
border-bottom: 1px solid #e8e8e8;
padding: 10px 0;
position: sticky;
top: 0;
z-index: 999;
box-shadow: 0 2px 8px rgba(0, 0, 0, .07);
}

body.client-page .site-nav .container {
max-width: 1320px;
padding-left: 12px;
padding-right: 12px;
}

/* CLIENT_PAGE_HERO_LANDING_STYLE */
body.client-page .hero-section {
border: 1px solid #e5e7eb;
border-radius: 12px;
background: #ffffff;
box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
padding: 24px;
gap: 24px;
}

body.client-page .restaurant-name {
color: #0f172a;
font-weight: 800;
}

body.client-page .rating-text,
body.client-page .stat-label {
color: #64748b;
}

body.client-page .quick-stats {
gap: 12px;
}

body.client-page .stat-item {
background: #ffffff;
border: 1.5px solid #e2e8f0;
border-radius: 10px;
}

body.client-page .stat-value {
color: #065f46;
font-weight: 800;
}

body.client-page .featured-deal {
background: linear-gradient(135deg, #1a5c38 0%, #065f46 100%);
border-radius: 12px;
box-shadow: 0 10px 24px rgba(6, 95, 70, .22);
}

body.client-page .deal-badge {
background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
color: #052e16;
border-radius: 999px;
padding: 6px 14px;
font-size: 11px;
font-weight: 800;
letter-spacing: .02em;
}

body.client-page .deal-discount {
font-size: 46px;
line-height: 1.05;
font-weight: 800;
}

body.client-page .deal-bank {
font-size: 24px;
font-weight: 600;
opacity: 1;
}

body.client-page .goat-says {
background: rgba(255, 255, 255, .2);
border-radius: 8px;
font-style: italic;
}

body.client-page .main-image {
border-radius: 12px;
box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}

body.client-page .thumbnail {
border-radius: 8px;
border: 1px solid #d1d5db;
}

body.client-page .thumbnail.more-photos {
background: #4b5563;
color: #ffffff;
border-color: #4b5563;
font-weight: 700;
}

/* CLIENT_INLINE_DEAL_CARD */
body.client-page .client-inline-deal {
margin-top: 8px;
margin-bottom: 12px;
}

body.client-page .featured-deal-inline {
max-width: 760px;
padding: 22px 24px;
border-radius: 16px;
}

body.client-page .featured-deal-inline .deal-discount {
font-size: 60px;
line-height: 1;
margin: 12px 0 16px;
}

body.client-page .featured-deal-inline .deal-bank {
font-size: 44px;
font-weight: 700;
line-height: 1.1;
margin-bottom: 14px;
}

body.client-page .featured-deal-inline .deal-inline-meta {
font-size: 15px;
font-weight: 600;
margin-bottom: 14px;
}

body.client-page .featured-deal-inline .goat-says {
margin-top: 0;
}

@media (max-width: 768px) {
body.client-page .featured-deal-inline {
max-width: 100%;
padding: 18px;
}

body.client-page .featured-deal-inline .deal-discount {
font-size: 44px;
}

body.client-page .featured-deal-inline .deal-bank {
font-size: 32px;
}
}

/* CLIENT_INLINE_DEAL_CARD_INLINE_FULL */
body.client-page .client-inline-deal .client-content-container {
max-width: 100%;
padding-left: 24px;
padding-right: 24px;
}

body.client-page .featured-deal-inline {
width: 100%;
max-width: none;
display: grid;
grid-template-columns: auto auto 1fr auto;
align-items: center;
column-gap: 18px;
row-gap: 10px;
padding: 18px 22px;
}

body.client-page .featured-deal-inline .deal-badge {
margin: 0;
white-space: nowrap;
}

body.client-page .featured-deal-inline .deal-discount {
font-size: 54px;
line-height: 1;
margin: 0;
white-space: nowrap;
}

body.client-page .featured-deal-inline .deal-bank {
font-size: 48px;
line-height: 1.05;
margin: 0;
white-space: nowrap;
}

body.client-page .featured-deal-inline .deal-inline-meta {
grid-column: 1 / 4;
margin: 0;
}

body.client-page .featured-deal-inline .goat-says {
grid-column: 4 / 5;
margin: 0;
min-width: 320px;
}

@media (max-width: 1100px) {
body.client-page .featured-deal-inline {
grid-template-columns: 1fr;
}

body.client-page .featured-deal-inline .deal-inline-meta,
body.client-page .featured-deal-inline .goat-says {
grid-column: auto;
min-width: 0;
}

body.client-page .featured-deal-inline .deal-bank {
font-size: 34px;
}
}

/* ===== bank_detail.html styles (scoped) ===== */
body.bank-detail-page *,
body.bank-detail-page *::before,
body.bank-detail-page *::after {
        box-sizing: border-box;
    }

    body.bank-detail-page {
        font-family: 'Inter', sans-serif;
        background-color: #f3f4f6;
        color: #2d3436;
        line-height: 1.6;
    }

    body.bank-detail-page .site-nav {
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    body.bank-detail-page .bank-live-strip {
        background: #ffffff;
        border-top: 1px solid #e5e7eb;
        border-bottom: 1px solid #e5e7eb;
        padding: 16px 0;
    }

    body.bank-detail-page .bank-live-strip .live-strip-row {
        margin-bottom: 14px;
    }

    body.bank-detail-page .bank-action-btns {
        display: flex;
        gap: 10px;
        align-items: center;
        flex-wrap: wrap;
    }

    body.bank-detail-page .bank-action-btns .btn {
        padding: 12px 24px;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.3s;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    body.bank-detail-page .bank-action-btns .btn-apply {
        background: #00b894;
        color: white;
    }

    body.bank-detail-page .bank-action-btns .btn-apply:hover {
        background: #00a383;
        transform: translateY(-2px);
    }

    body.bank-detail-page .bank-action-btns .btn-follow {
        background: white;
        color: #e74c3c;
        border: 2px solid #e74c3c;
    }

    body.bank-detail-page .bank-action-btns .btn-follow:hover {
        background: #e74c3c;
        color: white;
    }

    body.bank-detail-page .bank-action-btns .btn-compare {
        background: #3498db;
        color: white;
    }

    body.bank-detail-page .bank-action-btns .btn-compare:hover {
        background: #2980b9;
    }

    /* Container */
    body.bank-detail-page .bank-detail-container {
        padding: 20px;
    }

    body.bank-detail-page .bank-hero {
        padding-top: 40px;
    }

    body.bank-detail-page .bank-hero .bank-detail-container {
        padding-top: 0;
        padding-bottom: 0;
    }

    body.bank-detail-page .bank-section-head {
        margin: 6px 0 18px;
    }

    body.bank-detail-page .bank-section-head .ccat-head-icon {
        background: #089669;
    }

    body.bank-detail-page .bank-hero .bank-section-head .ccat-head-icon {
        background: #f59e0b;
        color: #fff;
    }

    body.bank-detail-page .bank-section-head h3 {
        color: #0f172a;
        font-size: 30px;
        font-weight: 800;
        margin-bottom: 4px;
    }

    body.bank-detail-page .bank-section-head p {
        color: #64748b;
        margin: 0;
    }

    body.bank-detail-page .bank-hero .bank-section-head h3 {
        color: #ffffff;
    }

    body.bank-detail-page .bank-hero .bank-section-head p {
        color: #d1fae5;
    }

    /* Hero Section */
    body.bank-detail-page .hero-section {
        display: grid;
        grid-template-columns: 60% 40%;
        gap: 30px;
        background: transparent;
        border-radius: 0;
        padding: 10px 0 0;
        box-shadow: none;
        border: 0;
        margin-bottom: 30px;
    }

    body.bank-detail-page .hero-left {
        display: flex;
        flex-direction: column;
        gap: 25px;
        padding: 8px 6px 0 0;
    }

    body.bank-detail-page .bank-header {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    body.bank-detail-page .bank-logo {
        width: 100px;
        height: 100px;
        background: linear-gradient(135deg, #089669, #1a5c38);
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 36px;
        font-weight: bold;
        box-shadow: 0 4px 20px rgba(0, 133, 62, 0.3);
    }

    body.bank-detail-page .bank-info h1 {
        font-size: 34px;
        color: #0f172a;
        margin-bottom: 6px;
        line-height: 1.1;
    }

    body.bank-detail-page .bank-tagline {
        color: #ffffff;
        font-size: 16px;
    }

    body.bank-detail-page .rating-section {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-top: 10px;
    }

    body.bank-detail-page .stars {
        color: #fdcb6e;
        font-size: 20px;
    }

    body.bank-detail-page .rating-text {
        color: #ffffff;
        font-size: 14px;
    }

    body.bank-detail-page .quick-stats-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        margin-top: 20px;
    }

    body.bank-detail-page .stat-box {
        background: #f8fafc;
        padding: 18px;
        border-radius: 12px;
        text-align: center;
        border: 1px solid #e2e8f0;
        transition: all 0.3s;
    }

    body.bank-detail-page .stat-box:hover {
        border-color: #089669;
        box-shadow: 0 8px 20px rgba(8, 150, 105, 0.12);
        transform: translateY(-3px);
    }

    body.bank-detail-page .stat-icon {
        font-size: 20px;
        color: #089669;
        margin-bottom: 8px;
    }

    body.bank-detail-page .stat-value {
        font-size: 24px;
        font-weight: bold;
        color: #089669;
    }

    body.bank-detail-page .stat-label {
        font-size: 13px;
        color: #64748b;
        margin-top: 5px;
    }

    body.bank-detail-page .trust-badges {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        margin-top: 15px;
    }

    body.bank-detail-page .trust-badge {
        background: #ecfdf5;
        color: #0f766e;
        padding: 8px 16px;
        border-radius: 999px;
        font-size: 12px;
        font-weight: 700;
        border: 1px solid #bbf7d0;
    }

    /* Hero Right - Featured Deal */
    body.bank-detail-page .hero-right {
        background: linear-gradient(135deg, #0b6d52 0%, #0a4f3f 100%);
        border-radius: 16px;
        padding: 30px;
        color: white;
        position: relative;
        overflow: hidden;
        align-self: start;
    }

    body.bank-detail-page .deal-badge {
        background: #fbbf24;
        color: #052e33;
        padding: 6px 16px;
        border-radius: 999px;
        font-size: 13px;
        font-weight: bold;
        display: inline-block;
        margin-bottom: 15px;
    }

    body.bank-detail-page .featured-deal h3 {
        font-size: 18px;
        margin-bottom: 15px;
        opacity: 0.9;
    }

    body.bank-detail-page .deal-image {
        width: 100%;
        height: 150px;
        object-fit: cover;
        border-radius: 12px;
        margin-bottom: 15px;
    }

    body.bank-detail-page .deal-title {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    body.bank-detail-page .deal-subtitle {
        font-size: 16px;
        opacity: 0.9;
        margin-bottom: 20px;
    }

    body.bank-detail-page .deal-details-box {
        background: rgba(255,255,255,0.1);
        padding: 15px;
        border-radius: 10px;
        margin-bottom: 15px;
    }

    body.bank-detail-page .deal-detail-row {
        display: flex;
        justify-content: space-between;
        margin: 8px 0;
        font-size: 14px;
    }

    body.bank-detail-page .goat-endorsement {
        background: rgba(255,255,255,0.15);
        padding: 12px;
        border-radius: 10px;
        font-size: 14px;
        font-style: italic;
        margin-top: 15px;
    }

    body.bank-detail-page .btn-view-deal {
        background: #f8fafc;
        color: #0f172a;
        width: 100%;
        padding: 14px;
        border: none;
        border-radius: 8px;
        font-weight: bold;
        cursor: pointer;
        margin-top: 15px;
        transition: all 0.3s;
    }

    body.bank-detail-page .btn-view-deal:hover {
        transform: translateY(-2px);
    }

    /* Tabs */
    body.bank-detail-page .tabs-container {
        background: white;
        border-radius: 18px;
        border: 1px solid #e5e7eb;
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
        margin-bottom: 30px;
        overflow: hidden;
    }

    body.bank-detail-page .tabs-header {
        display: flex;
        gap: 10px;
        border-bottom: 1px solid #e5e7eb;
        padding: 16px;
        background: #f8fafc;
        overflow-x: auto;
    }

    body.bank-detail-page .tab {
        padding: 10px 16px;
        cursor: pointer;
        font-weight: 700;
        color: #475569;
        border: 1px solid #d1d5db;
        border-radius: 999px;
        transition: all 0.3s;
        white-space: nowrap;
        display: flex;
        align-items: center;
        gap: 8px;
        background: #fff;
    }

    body.bank-detail-page .tab:hover {
        color: #0f172a;
        border-color: #94a3b8;
        background: #ffffff;
    }

    body.bank-detail-page .tab.active {
        color: #ffffff;
        border-color: #089669;
        background: #089669;
    }

    body.bank-detail-page .tab-count {
        background: rgba(15, 23, 42, 0.08);
        color: inherit;
        padding: 2px 8px;
        border-radius: 12px;
        font-size: 12px;
    }

    body.bank-detail-page .tab.active .tab-count {
        background: rgba(255, 255, 255, 0.22);
        color: #fff;
    }

    body.bank-detail-page .tab-content {
        padding: 40px;
        display: none;
    }

    body.bank-detail-page .tab-content.active {
        display: block;
    }

    /* Overview Tab Styles */
    body.bank-detail-page .info-section {
        margin-bottom: 35px;
    }

    body.bank-detail-page .info-section h3 {
        color: #2d3436;
        font-size: 22px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    body.bank-detail-page .info-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 15px;
    }

    body.bank-detail-page .info-card {
        background: #f8f9fa;
        padding: 20px;
        border-radius: 10px;
        border-left: 4px solid #00b894;
    }

    body.bank-detail-page .info-card-title {
        font-weight: bold;
        color: #2d3436;
        margin-bottom: 5px;
    }

    body.bank-detail-page .info-card-value {
        color: #636e72;
        font-size: 14px;
    }

    /* Memberships/Cards Section */
    body.bank-detail-page .cards-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 25px;
        margin-top: 20px;
    }

    body.bank-detail-page .card-item {
        background: white;
        border: 2px solid #f1f3f5;
        border-radius: 12px;
        padding: 20px;
        text-align: center;
        transition: all 0.3s;
        cursor: pointer;
    }

    body.bank-detail-page .card-item:hover {
        border-color: #00b894;
        box-shadow: 0 4px 20px rgba(0,184,148,0.15);
        transform: translateY(-5px);
    }

    body.bank-detail-page .card-image {
        width: 120px;
        height: 80px;
        object-fit: contain;
        margin-bottom: 15px;
    }

    body.bank-detail-page .card-name {
        font-weight: bold;
        color: #2d3436;
        margin-bottom: 8px;
    }

    body.bank-detail-page .card-description {
        font-size: 12px;
        color: #636e72;
        line-height: 1.6;
    }

    /* Offered Deals Tab */
    body.bank-detail-page .deals-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 25px;
    }

    body.bank-detail-page .deal-card {
        background: white;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
        transition: all 0.3s;
    }

    body.bank-detail-page .deal-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 25px rgba(0,0,0,0.12);
    }

    body.bank-detail-page .deal-card-header {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        padding: 20px;
        color: white;
        text-align: center;
    }

    body.bank-detail-page .deal-discount {
        font-size: 48px;
        font-weight: bold;
        line-height: 1;
    }

    body.bank-detail-page .deal-type {
        font-size: 14px;
        opacity: 0.9;
        margin-top: 8px;
    }

    body.bank-detail-page .deal-card-body {
        padding: 20px;
    }

    body.bank-detail-page .deal-restaurant {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 2px solid #f1f3f5;
    }

    body.bank-detail-page .restaurant-logo {
        width: 50px;
        height: 50px;
        border-radius: 8px;
        object-fit: cover;
    }

    body.bank-detail-page .restaurant-info h4 {
        color: #2d3436;
        margin-bottom: 3px;
    }

    body.bank-detail-page .restaurant-category {
        font-size: 12px;
        color: #636e72;
    }

    body.bank-detail-page .deal-terms {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 15px;
    }

    body.bank-detail-page .term-item {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        color: #636e72;
    }

    body.bank-detail-page .term-icon {
        color: #00b894;
    }

    body.bank-detail-page .deal-card-footer {
        padding: 0 20px 20px 20px;
        display: flex;
        gap: 10px;
    }

    body.bank-detail-page .btn-view {
        flex: 1;
        padding: 10px;
        background: #00b894;
        color: white;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        font-weight: 600;
        transition: all 0.3s;
    }

    body.bank-detail-page .btn-view:hover {
        background: #00a383;
    }

    body.bank-detail-page .btn-save {
        padding: 10px 15px;
        background: white;
        color: #e74c3c;
        border: 2px solid #e74c3c;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.3s;
    }

    body.bank-detail-page .btn-save:hover {
        background: #e74c3c;
        color: white;
    }

    /* Reviews Tab */
    body.bank-detail-page .reviews-summary {
        background: linear-gradient(135deg, #00b894 0%, #00cec9 100%);
        color: white;
        padding: 40px;
        border-radius: 12px;
        margin-bottom: 30px;
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 40px;
    }

    body.bank-detail-page .overall-rating {
        text-align: center;
    }

    body.bank-detail-page .rating-number {
        font-size: 72px;
        font-weight: bold;
        line-height: 1;
    }

    body.bank-detail-page .rating-breakdown {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    body.bank-detail-page .rating-bar-row {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    body.bank-detail-page .bar-label {
        min-width: 35px;
        font-weight: 600;
    }

    body.bank-detail-page .bar-container {
        flex: 1;
        height: 10px;
        background: rgba(255,255,255,0.3);
        border-radius: 10px;
        overflow: hidden;
    }

    body.bank-detail-page .bar-fill {
        height: 100%;
        background: white;
        border-radius: 10px;
        transition: width 0.5s;
    }

    body.bank-detail-page .bar-count {
        min-width: 45px;
        text-align: right;
    }

    body.bank-detail-page .review-card {
        background: white;
        padding: 25px;
        border-radius: 12px;
        margin-bottom: 20px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    body.bank-detail-page .review-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

    body.bank-detail-page .reviewer-info {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    body.bank-detail-page .reviewer-avatar {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-weight: bold;
        font-size: 20px;
    }

    body.bank-detail-page .verified-badge {
        background: #00b894;
        color: white;
        padding: 4px 10px;
        border-radius: 12px;
        font-size: 11px;
        margin-left: 8px;
    }

    body.bank-detail-page .review-text {
        line-height: 1.8;
        color: #2d3436;
        margin-bottom: 15px;
    }

    body.bank-detail-page .helpful-section {
        display: flex;
        gap: 10px;
    }

    body.bank-detail-page .helpful-btn {
        background: #f1f3f5;
        border: none;
        padding: 8px 16px;
        border-radius: 20px;
        cursor: pointer;
        font-size: 13px;
        color: #636e72;
        transition: all 0.3s;
    }

    body.bank-detail-page .helpful-btn:hover {
        background: #00b894;
        color: white;
    }

    /* Branches Tab */
    body.bank-detail-page .branches-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 25px;
    }

    body.bank-detail-page .branches-count {
        background: #00b894;
        color: white;
        padding: 8px 16px;
        border-radius: 20px;
        font-weight: 600;
    }

    body.bank-detail-page .branch-card {
        background: white;
        border: 2px solid #f1f3f5;
        border-radius: 12px;
        padding: 25px;
        margin-bottom: 20px;
        transition: all 0.3s;
    }

    body.bank-detail-page .branch-card:hover {
        border-color: #00b894;
        box-shadow: 0 4px 20px rgba(0,184,148,0.1);
    }

    body.bank-detail-page .branch-name {
        font-size: 20px;
        font-weight: bold;
        color: #2d3436;
        margin-bottom: 15px;
    }

    body.bank-detail-page .branch-details {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 20px;
    }

    body.bank-detail-page .branch-detail {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #636e72;
        font-size: 14px;
    }

    body.bank-detail-page .detail-icon {
        color: #00b894;
        font-size: 18px;
    }

    body.bank-detail-page .status-open {
        color: #00b894;
        font-weight: bold;
    }

    body.bank-detail-page .status-closed {
        color: #e74c3c;
        font-weight: bold;
    }

    body.bank-detail-page .branch-actions {
        display: flex;
        gap: 10px;
    }

    /* NEW TAB: Card Comparison Tool */
    body.bank-detail-page .comparison-intro {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        padding: 30px;
        border-radius: 12px;
        margin-bottom: 30px;
        text-align: center;
    }

    body.bank-detail-page .comparison-intro h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    body.bank-detail-page .filter-section {
        background: #f8f9fa;
        padding: 25px;
        border-radius: 12px;
        margin-bottom: 30px;
    }

    body.bank-detail-page .filter-title {
        font-weight: bold;
        margin-bottom: 15px;
        color: #2d3436;
    }

    body.bank-detail-page .filter-options {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    body.bank-detail-page .filter-option {
        padding: 10px 20px;
        background: white;
        border: 2px solid #e9ecef;
        border-radius: 25px;
        cursor: pointer;
        transition: all 0.3s;
        font-size: 14px;
    }

    body.bank-detail-page .filter-option:hover {
        border-color: #00b894;
    }

    body.bank-detail-page .filter-option.active {
        background: #00b894;
        color: white;
        border-color: #00b894;
    }

    body.bank-detail-page .comparison-cards {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
    }

    body.bank-detail-page .comparison-card {
        background: white;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    }

    body.bank-detail-page .comparison-card-header {
        background: linear-gradient(135deg, #00b894 0%, #00cec9 100%);
        padding: 20px;
        color: white;
        text-align: center;
    }

    body.bank-detail-page .card-type-badge {
        background: rgba(255,255,255,0.2);
        padding: 5px 15px;
        border-radius: 15px;
        font-size: 12px;
        display: inline-block;
        margin-bottom: 10px;
    }

    body.bank-detail-page .card-comparison-image {
        width: 150px;
        height: 100px;
        margin: 15px auto;
        border-radius: 8px;
    }

    body.bank-detail-page .comparison-card-body {
        padding: 25px;
    }

    body.bank-detail-page .feature-row {
        display: flex;
        justify-content: space-between;
        padding: 12px 0;
        border-bottom: 1px solid #f1f3f5;
    }

    body.bank-detail-page .feature-label {
        color: #636e72;
        font-size: 14px;
    }

    body.bank-detail-page .feature-value {
        font-weight: bold;
        color: #2d3436;
    }

    body.bank-detail-page .comparison-actions {
        display: flex;
        gap: 10px;
        margin-top: 20px;
    }

    /* Landing-like card system inside bank detail container */
    body.bank-detail-page .bank-detail-container .stat-box,
    body.bank-detail-page .bank-detail-container .info-card,
    body.bank-detail-page .bank-detail-container .card-item,
    body.bank-detail-page .bank-detail-container .review-card,
    body.bank-detail-page .bank-detail-container .branch-card,
    body.bank-detail-page .bank-detail-container .filter-section {
        background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
        border: 1px solid #dbe5ef;
        border-radius: 16px;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.09);
        transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
        position: relative;
        overflow: hidden;
    }

    body.bank-detail-page .bank-detail-container .stat-box::before,
    body.bank-detail-page .bank-detail-container .info-card::before,
    body.bank-detail-page .bank-detail-container .card-item::before,
    body.bank-detail-page .bank-detail-container .review-card::before,
    body.bank-detail-page .bank-detail-container .branch-card::before,
    body.bank-detail-page .bank-detail-container .filter-section::before {
        content: "";
        position: absolute;
        inset: 0 0 auto 0;
        height: 4px;
        background: linear-gradient(90deg, #089669 0%, #22c55e 45%, #f59e0b 100%);
        opacity: .92;
    }

    body.bank-detail-page .bank-detail-container .stat-box:hover,
    body.bank-detail-page .bank-detail-container .info-card:hover,
    body.bank-detail-page .bank-detail-container .card-item:hover,
    body.bank-detail-page .bank-detail-container .review-card:hover,
    body.bank-detail-page .bank-detail-container .branch-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 36px rgba(15, 23, 42, 0.16);
        border-color: #b8c8da;
    }

    body.bank-detail-page .bank-detail-container .info-card {
        border-left: 1px solid #dbe5ef;
    }

    body.bank-detail-page .bank-detail-container .comparison-card-header {
        border-bottom: 1px solid rgba(226, 232, 240, 0.4);
        box-shadow: inset 0 -12px 24px rgba(15, 23, 42, 0.08);
    }

    body.bank-detail-page .bank-detail-container .filter-option {
        border: 1px solid #d1d5db;
        border-radius: 999px;
        background: #ffffff;
    }

    body.bank-detail-page .bank-detail-container .filter-option:hover {
        border-color: #089669;
    }

/* ═══════════ PAGE-SPECIFIC STYLES ═══════════ */

/* Announcement Bar - All Pages */
.announcement-bar {
    background: #1a5c38;
    color: white;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

/* Header - All Pages */
.header {
    background: white;
    padding: 15px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo {
    width: 50px;
    height: 50px;
    background: #1a5c38;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: white;
}

.logo-text h1 {
    font-size: 22px;
    color: #1a5c38;
    font-weight: 800;
}

.logo-text h1 span {
    color: #f59e0b;
}

.logo-text p {
    font-size: 12px;
    color: #636e72;
}

.nav-menu {
    display: flex;
    gap: 30px;
    align-items: center;
}

.nav-menu a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s;
}

.nav-menu a:hover {
    color: #1a5c38;
}

.header-actions {
    display: flex;
    gap: 15px;
    align-items: center;
}

.btn-sign-in {
    background: #1a5c38;
    color: white;
    padding: 10px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s;
}

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

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}

/* Breadcrumb */
.breadcrumb {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px 10px;
    font-size: 14px;
    color: #636e72;
}

.breadcrumb a {
    color: #1a5c38;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

/* ═══════════ OFFER DETAIL PAGE ═══════════ */

.deal-hero {
    background: linear-gradient(135deg, #1a5c38 0%, #2d7a4a 100%);
    color: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.deal-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: rgba(245, 158, 11, 0.1);
    border-radius: 50%;
}

.deal-badges {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.badge {
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}

.badge-hot {
    background: #ef4444;
    color: white;
}

.badge-weekend {
    background: #f59e0b;
    color: white;
}

.badge-verified {
    background: rgba(245, 158, 11, 0.2);
    color: #f59e0b;
}

.deal-partners {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 25px;
}

.partner-logo {
    width: 100px;
    height: 100px;
    background: rgba(255,255,255,0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(255,255,255,0.2);
    padding: 10px;
    overflow: hidden;
}

.partner-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.partner-arrow {
    font-size: 24px;
    color: #f59e0b;
}

.deal-title {
    font-size: 42px;
    font-weight: 800;
    color: white;
    text-align: center;
    margin-bottom: 15px;
}

.deal-subtitle {
    font-size: 18px;
    color: rgba(255,255,255,0.95);
    text-align: center;
    margin-bottom: 30px;
}

/* Countdown Timer */
.countdown-section {
    background: #f59e0b;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 30px;
    text-align: center;
}

.countdown-title {
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.countdown-timer {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.timer-box {
    background: white;
    padding: 15px 20px;
    border-radius: 10px;
    min-width: 80px;
}

.timer-value {
    font-size: 32px;
    font-weight: bold;
    color: #2d3436;
}

.timer-label {
    font-size: 12px;
    color: #636e72;
    margin-top: 5px;
}

/* Action Buttons */
.action-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.btn-primary {
    flex: 1;
    background: linear-gradient(135deg, #00b894 0%, #00cec9 100%);
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,184,148,0.3);
}

.btn-secondary {
    padding: 15px 30px;
    background: white;
    border: 2px solid #1a5c38;
    border-radius: 10px;
    color: #1a5c38;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: #f0fdf8;
}

/* Content Grid */
.content-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    margin-bottom: 50px;
}

.section-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

.section-title {
    font-size: 22px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-icon {
    font-size: 24px;
}

/* Card Types Grid */
.card-types-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}

.card-type-item {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    border: 2px solid #e1e8ed;
    transition: all 0.3s;
}

.card-type-item:hover {
    border-color: #1a5c38;
    background: #f0fdf8;
}

.card-type-icon {
    width: 60px;
    height: 38px;
    background: #1a1a1a;
    border-radius: 6px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 11px;
    font-weight: bold;
}

.card-type-icon.visa {
    background: linear-gradient(135deg, #1a1f71 0%, #0a0e5c 100%);
}

.card-type-icon.master {
    background: linear-gradient(135deg, #eb001b 0%, #f79e1b 100%);
}

.card-type-label {
    font-size: 13px;
    color: #636e72;
    font-weight: 600;
}

/* Locations */
.location-item {
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.location-icon {
    width: 45px;
    height: 45px;
    background: #1a5c38;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.location-info h4 {
    font-size: 15px;
    color: #1a1a1a;
    margin-bottom: 3px;
}

.location-info p {
    font-size: 13px;
    color: #636e72;
}

/* Steps List */
.steps-list {
    list-style: none;
}

.step-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.step-number {
    width: 40px;
    height: 40px;
    background: #1a5c38;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

.step-content h4 {
    font-size: 15px;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.step-content p {
    font-size: 14px;
    color: #636e72;
}

/* Terms */
.terms-list {
    list-style: none;
}

.terms-list li {
    padding: 12px 0;
    border-bottom: 1px solid #f1f3f5;
    font-size: 14px;
    color: #636e72;
    display: flex;
    gap: 10px;
}

.terms-list li:last-child {
    border-bottom: none;
}

.term-icon {
    color: #1a5c38;
    font-size: 16px;
}

/* Sidebar Stats */
.sidebar-stats {
    background: linear-gradient(135deg, #1a5c38 0%, #2d7a4a 100%);
    color: white;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 20px;
}


.stat-item:last-child {
    margin-bottom: 0;
}

.stat-value {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    opacity: 0.9;
}

.contact-card {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    margin-bottom: 20px;
}

.contact-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.contact-icon {
    width: 45px;
    height: 45px;
    background: #f8f9fa;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.contact-text h4 {
    font-size: 14px;
    color: #636e72;
    margin-bottom: 3px;
}

.contact-text p {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
}

/* Related Deals */
.related-deals {
    margin-bottom: 50px;
}

.deals-carousel {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.deal-mini-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    transition: all 0.3s;
    border: 2px solid transparent;
}

.deal-mini-card:hover {
    transform: translateY(-5px);
    border-color: #1a5c38;
    box-shadow: 0 8px 25px rgba(26,92,56,0.15);
}

.deal-mini-header {
    background: linear-gradient(135deg, #1a5c38 0%, #2d7a4a 100%);
    color: white;
    padding: 25px 20px;
    text-align: center;
}

.deal-mini-discount {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
}

.deal-mini-desc {
    font-size: 13px;
    opacity: 0.95;
}

.deal-mini-body {
    padding: 20px;
}

.deal-mini-partners {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.mini-logo {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e1e8ed;
    padding: 5px;
    overflow: hidden;
}

.mini-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.deal-mini-title {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
    text-align: center;
}

.deal-mini-footer {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.mini-card-type {
    width: 35px;
    height: 22px;
    background: #1a1a1a;
    border-radius: 4px;
    font-size: 8px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* ═══════════ BANK CARDS DETAIL PAGE ═══════════ */

.filter-section {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.filter-row {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.filter-label {
    font-weight: 600;
    color: #2d3436;
    font-size: 15px;
}

.filter-select {
    padding: 10px 15px;
    border: 2px solid #e1e8ed;
    border-radius: 8px;
    font-size: 14px;
    background: white;
    cursor: pointer;
    min-width: 180px;
    transition: border-color 0.3s;
}

.filter-select:focus {
    outline: none;
    border-color: #1a5c38;
}

.search-filter {
    flex: 1;
    min-width: 250px;
}

.search-filter input {
    width: 100%;
    padding: 10px 15px;
    border: 2px solid #e1e8ed;
    border-radius: 8px;
    font-size: 14px;
}

.search-filter input:focus {
    outline: none;
    border-color: #1a5c38;
}

/* Results Header */
.results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.results-count {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
}

.results-count span {
    color: #1a5c38;
}

.view-toggle {
    display: flex;
    gap: 10px;
}

.view-btn {
    padding: 8px 15px;
    border: 2px solid #e1e8ed;
    background: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s;
}

.view-btn.active {
    border-color: #1a5c38;
    background: #f0fdf8;
    color: #1a5c38;
}

/* Offers Grid */
.offers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
}

.offer-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    transition: all 0.3s;
    border: 2px solid transparent;
}

.offer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(26,92,56,0.15);
    border-color: #1a5c38;
}

.offer-header {
    background: linear-gradient(135deg, #1a5c38 0%, #2d7a4a 100%);
    color: white;
    padding: 30px 25px;
    text-align: center;
    position: relative;
}

.offer-header.purple {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.offer-header.teal {
    background: linear-gradient(135deg, #56ab2f 0%, #a8e063 100%);
}

.offer-header.orange {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.offer-discount {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 8px;
}

.offer-description {
    font-size: 16px;
    opacity: 0.95;
    line-height: 1.4;
}

.offer-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255,255,255,0.3);
    color: white;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
}

.offer-body {
    padding: 25px;
}

.offer-partners {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f1f3f5;
}

.offer-partner-logo {
    width: 60px;
    height: 60px;
    background: #f8f9fa;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e1e8ed;
    font-size: 24px;
    font-weight: bold;
    color: #1a1a1a;
}

.offer-partner-info {
    text-align: center;
}

.offer-partner-name {
    font-weight: bold;
    color: #2d3436;
    font-size: 15px;
    margin-bottom: 3px;
}

.offer-partner-location {
    font-size: 13px;
    color: #636e72;
}

.offer-title {
    font-size: 16px;
    font-weight: 600;
    color: #2d3436;
    margin-bottom: 15px;
    text-align: center;
}

.card-types {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 15px;
}

.card-type {
    width: 45px;
    height: 28px;
    background: #2d3436;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: bold;
    color: white;
}

.card-type.visa {
    background: linear-gradient(135deg, #1a1f71 0%, #0a0e5c 100%);
}

.card-type.master {
    background: linear-gradient(135deg, #eb001b 0%, #f79e1b 100%);
}

.card-type.amex {
    background: linear-gradient(135deg, #006fcf 0%, #00559e 100%);
}

.offer-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 15px;
}

.detail-item {
    font-size: 12px;
    color: #636e72;
    display: flex;
    align-items: center;
    gap: 5px;
}

.detail-icon {
    font-size: 14px;
}

.offer-footer {
    display: flex;
    gap: 10px;
}

.btn-view-deal {
    flex: 1;
    background: linear-gradient(135deg, #00b894 0%, #00cec9 100%);
    color: white;
    padding: 12px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-view-deal:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,184,148,0.3);
}

.btn-save {
    padding: 12px 20px;
    background: white;
    border: 2px solid #e74c3c;
    border-radius: 8px;
    color: #e74c3c;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-save:hover {
    background: #e74c3c;
    color: white;
}

/* ═══════════ BANK FULLPAGE ═══════════ */

/* Page Header */
.page-header {
    margin-bottom: 40px;
}

.page-title {
    font-size: 36px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.page-subtitle {
    font-size: 16px;
    color: #636e72;
}

.stats-bar {
    display: flex;
    gap: 30px;
    margin-top: 20px;
    padding: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.stat-icon {
    font-size: 24px;
}

.stat-value {
    font-size: 24px;
    font-weight: bold;
    color: #1a5c38;
}

.stat-label {
    font-size: 14px;
    color: #636e72;
}

/* Filter Bar */
.filter-bar {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 8px 20px;
    border: 2px solid #e1e8ed;
    background: white;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #636e72;
    transition: all 0.3s;
}

.filter-btn:hover, .filter-btn.active {
    border-color: #1a5c38;
    color: #1a5c38;
    background: #f0fdf8;
}

.search-box {
    flex: 1;
    min-width: 250px;
}

.search-box input {
    width: 100%;
    padding: 10px 15px;
    border: 2px solid #e1e8ed;
    border-radius: 8px;
    font-size: 14px;
}

.search-box input:focus {
    outline: none;
    border-color: #1a5c38;
}

/* Banks Grid */
.banks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
}

.bank-card {
    background: white;
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    transition: all 0.3s;
    cursor: pointer;
    border: 2px solid transparent;
}

.bank-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(26,92,56,0.15);
    border-color: #1a5c38;
}

.bank-logo-container {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    background: #f8f9fa;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e1e8ed;
}

.bank-logo {
    max-width: 80px;
    max-height: 80px;
}

.bank-name {
    font-size: 16px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.bank-deals {
    font-size: 14px;
    color: #1a5c38;
    font-weight: 600;
}

.bank-type {
    display: inline-block;
    padding: 4px 12px;
    background: #f0fdf8;
    color: #1a5c38;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    margin-top: 10px;
}

/* ═══════════ CITIES FULLPAGE ═══════════ */

/* Cities Grid */
.cities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
    margin-bottom: 60px;
}

.city-card {
    background: var(--city-gradient);
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.city-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s;
}

.city-card:hover::before {
    opacity: 1;
}

.city-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.2);
}

.city-icon {
    font-size: 50px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.city-name {
    font-size: 28px;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.city-deals {
    font-size: 16px;
    color: rgba(255,255,255,0.95);
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.city-arrow {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: white;
    opacity: 0;
    transition: all 0.3s;
}

.city-card:hover .city-arrow {
    opacity: 1;
    right: 20px;
}

/* Region Sections */
.region-section {
    margin-bottom: 50px;
}

.region-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #e1e8ed;
}

.region-icon {
    font-size: 32px;
}

.region-title {
    font-size: 26px;
    font-weight: 800;
    color: #1a1a1a;
}

.region-subtitle {
    font-size: 14px;
    color: #636e72;
    margin-left: auto;
}

/* ═══════════ CATEGORY FULLPAGE ═══════════ */

/* Categories Grid */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
}

.category-card {
    background: white;
    padding: 35px 25px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    transition: all 0.3s;
    cursor: pointer;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--card-color);
    transform: scaleX(0);
    transition: transform 0.3s;
}

.category-card:hover::before {
    transform: scaleX(1);
}

.category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.category-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: var(--card-bg);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    transition: transform 0.3s;
}

.category-card:hover .category-icon {
    transform: scale(1.1) rotate(5deg);
}

.category-name {
    font-size: 20px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.category-deals {
    font-size: 15px;
    color: var(--card-color);
    font-weight: 600;
}

.category-description {
    font-size: 13px;
    color: #636e72;
    margin-top: 12px;
    line-height: 1.5;
}

/* ═══════════ FOOTER ═══════════ */
.footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: white;
    padding: 50px 0 20px;
    margin-top: 80px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h3 {
    margin-bottom: 20px;
    font-size: 18px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-link {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-link:hover {
    color: #f59e0b;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

/* ═══════════ RESPONSIVE ═══════════ */
@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }

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

    .deal-title {
        font-size: 32px;
    }

    .action-buttons {
        flex-direction: column;
    }

    .countdown-timer {
        flex-wrap: wrap;
    }

    .timer-box {
        min-width: 60px;
    }

    .offers-grid,
    .banks-grid,
    .cities-grid,
    .categories-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 15px;
    }

    .page-title {
        font-size: 28px;
    }

    .stats-bar {
        flex-direction: column;
        gap: 15px;
    }

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

    .content-grid {
        gap: 20px;
    }
}

    body.bank-detail-page .bank-detail-container .filter-option.active {
        background: #089669;
        border-color: #089669;
        color: #ffffff;
    }

    /* Responsive */
    @media (max-width: 768px) {
        body.bank-detail-page .hero-section {
            grid-template-columns: 1fr;
            gap: 20px;
            padding-top: 6px;
        }

        body.bank-detail-page .bank-action-btns {
            justify-content: center;
        }

        body.bank-detail-page .bank-action-btns .btn {
            flex: 1;
            justify-content: center;
        }

        body.bank-detail-page .quick-stats-grid {
            grid-template-columns: 1fr;
        }

        body.bank-detail-page .reviews-summary {
            grid-template-columns: 1fr;
        }

        body.bank-detail-page .tabs-header {
            overflow-x: scroll;
        }
    }

/* ===== city_detail.html styles (scoped) ===== */
body.city-detail-page *,
body.city-detail-page *::before,
body.city-detail-page *::after {
        box-sizing: border-box;
    }

    body.city-detail-page {
        font-family: 'Inter', sans-serif;
        background-color: #f3f4f6;
        color: #2d3436;
        line-height: 1.6;
    }

    body.city-detail-page .site-nav {
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    body.city-detail-page .city-live-strip {
        background: #ffffff;
        border-top: 1px solid #e5e7eb;
        border-bottom: 1px solid #e5e7eb;
        padding: 16px 0;
    }

    body.city-detail-page .city-live-strip .live-strip-row {
        margin-bottom: 14px;
    }

    /* Header */
    body.city-detail-page .header {
        background: linear-gradient(135deg, #00b894 0%, #00cec9 100%);
        padding: 15px 0;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    body.city-detail-page .header-content {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    body.city-detail-page .logo {
        font-size: 28px;
        font-weight: bold;
        color: white;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    body.city-detail-page .nav-menu {
        display: flex;
        gap: 30px;
        align-items: center;
    }

    body.city-detail-page .nav-item {
        color: white;
        text-decoration: none;
        font-weight: 600;
        font-size: 15px;
        transition: all 0.3s;
        padding: 8px 16px;
        border-radius: 8px;
    }

    body.city-detail-page .nav-item:hover {
        background: rgba(255,255,255,0.2);
    }

    body.city-detail-page .city-selector {
        background: rgba(255,255,255,0.2);
        color: white;
        padding: 8px 16px;
        border-radius: 8px;
        border: 2px solid rgba(255,255,255,0.3);
        font-size: 14px;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    /* Hero Section */
    body.city-detail-page .hero-section {
        background: linear-gradient(135deg, #0f7e60 0%, #0b5f49 100%);
        padding: 56px 20px;
        text-align: left;
        color: white;
        position: relative;
        overflow: hidden;
        border-top: 10px solid #0b4f3d;
        border-bottom: 10px solid #0b4f3d;
    }

    body.city-detail-page .hero-content {
        max-width: 1150px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    body.city-detail-page .hero-title {
        font-size: 56px;
        font-weight: 800;
        margin-bottom: 20px;
        line-height: 1.1;
    }

    body.city-detail-page .hero-subtitle {
        font-size: 18px;
        margin-bottom: 40px;
        opacity: 0.95;
        max-width: 700px;
    }

    body.city-detail-page .search-container {
        background: white;
        border-radius: 50px;
        padding: 8px;
        display: flex;
        max-width: 600px;
        margin: 0 auto;
        box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    }

    body.city-detail-page .search-input {
        flex: 1;
        border: none;
        padding: 15px 25px;
        font-size: 16px;
        outline: none;
        border-radius: 50px;
    }

    body.city-detail-page .search-btn {
        background: #f59e0b;
        color: #0f172a;
        border: none;
        padding: 15px 35px;
        border-radius: 50px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s;
    }

    body.city-detail-page .search-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(245, 158, 11, 0.35);
    }

    body.city-detail-page .quick-stats {
        display: flex;
        justify-content: flex-start;
        gap: 40px;
        margin-top: 40px;
    }

    body.city-detail-page .stat-item {
        text-align: center;
    }

    body.city-detail-page .stat-number {
        font-size: 36px;
        font-weight: bold;
    }

    body.city-detail-page .stat-label {
        font-size: 14px;
        color: white;
        opacity: 0.9;
        margin-top: 5px;
    }

    /* Container */
    body.city-detail-page .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 20px;
    }

    /* Section Headers */
    body.city-detail-page .section-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }

    body.city-detail-page .section-title {
        font-size: 32px;
        font-weight: bold;
        color: #2d3436;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    body.city-detail-page .see-all-link {
        color: #00b894;
        font-weight: 600;
        text-decoration: none;
        font-size: 16px;
        transition: all 0.3s;
    }

    body.city-detail-page .see-all-link:hover {
        color: #00a383;
        transform: translateX(5px);
    }

    /* Categories Scroll */
    body.city-detail-page .categories-scroll {
        display: flex;
        gap: 20px;
        overflow-x: auto;
        padding-bottom: 20px;
        margin-bottom: 50px;
    }

    body.city-detail-page .categories-scroll::-webkit-scrollbar {
        height: 8px;
    }

    body.city-detail-page .categories-scroll::-webkit-scrollbar-track {
        background: #f1f3f5;
        border-radius: 10px;
    }

    body.city-detail-page .categories-scroll::-webkit-scrollbar-thumb {
        background: #00b894;
        border-radius: 10px;
    }

    body.city-detail-page .category-card {
        min-width: 140px;
        background: white;
        border-radius: 12px;
        padding: 20px;
        text-align: center;
        cursor: pointer;
        transition: all 0.3s;
        border: 2px solid transparent;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    body.city-detail-page .category-card:hover {
        border-color: #00b894;
        transform: translateY(-5px);
        box-shadow: 0 5px 20px rgba(0,184,148,0.15);
    }

    body.city-detail-page .category-icon {
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        border-radius: 12px;
        margin: 0 auto 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
    }

    body.city-detail-page .category-name {
        font-weight: bold;
        color: #2d3436;
        margin-bottom: 5px;
    }

    body.city-detail-page .category-count {
        font-size: 13px;
        color: #636e72;
    }

    /* Partner Offers Grid */
    body.city-detail-page .partners-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 25px;
        margin-bottom: 60px;
    }

    body.city-detail-page .partner-card {
        background: white;
        border-radius: 12px;
        padding: 25px;
        text-align: center;
        transition: all 0.3s;
        cursor: pointer;
        border: 2px solid #f1f3f5;
    }

    body.city-detail-page .partner-card:hover {
        border-color: #00b894;
        transform: translateY(-5px);
        box-shadow: 0 5px 20px rgba(0,184,148,0.15);
    }

    body.city-detail-page .partner-logo {
        width: 80px;
        height: 80px;
        margin: 0 auto 15px;
        background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: white;
        font-weight: bold;
    }

    body.city-detail-page .partner-name {
        font-weight: bold;
        color: #2d3436;
        margin-bottom: 8px;
    }

    body.city-detail-page .partner-offer {
        font-size: 13px;
        color: #00b894;
        font-weight: 600;
    }

    /* Deals Grid */
    body.city-detail-page .deals-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 25px;
        margin-bottom: 60px;
    }

    body.city-detail-page .deal-card {
        background: white;
        border-radius: 12px;
        overflow: hidden;
        transition: all 0.3s;
        cursor: pointer;
        border: 2px solid #f1f3f5;
        position: relative;
    }

    body.city-detail-page .deal-card:hover {
        border-color: #00b894;
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    }

    body.city-detail-page .deal-badge {
        position: absolute;
        top: 15px;
        right: 15px;
        background: linear-gradient(135deg, #fdcb6e 0%, #f39c12 100%);
        color: white;
        padding: 6px 15px;
        border-radius: 20px;
        font-size: 13px;
        font-weight: bold;
        z-index: 10;
    }

    body.city-detail-page .deal-image {
        width: 100%;
        height: 200px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 48px;
        font-weight: bold;
    }

    body.city-detail-page .deal-content {
        padding: 20px;
    }

    body.city-detail-page .deal-header {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 15px;
    }

    body.city-detail-page .deal-restaurant-logo {
        width: 50px;
        height: 50px;
        background: #f1f3f5;
        border-radius: 8px;
    }

    body.city-detail-page .deal-restaurant-name {
        font-weight: bold;
        color: #2d3436;
        font-size: 16px;
    }

    body.city-detail-page .deal-category {
        font-size: 13px;
        color: #636e72;
    }

    body.city-detail-page .deal-title {
        font-size: 20px;
        font-weight: bold;
        color: #2d3436;
        margin-bottom: 12px;
    }

    body.city-detail-page .deal-details {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 15px;
    }

    body.city-detail-page .deal-detail-tag {
        background: #f8f9fa;
        padding: 5px 12px;
        border-radius: 15px;
        font-size: 12px;
        color: #636e72;
    }

    body.city-detail-page .deal-bank-cards {
        display: flex;
        gap: 8px;
        margin-bottom: 15px;
    }

    body.city-detail-page .bank-icon {
        width: 35px;
        height: 25px;
        background: #e9ecef;
        border-radius: 4px;
        border: 1px solid #dee2e6;
    }

    body.city-detail-page .deal-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 15px;
        border-top: 2px solid #f1f3f5;
    }

    body.city-detail-page .deal-location {
        font-size: 13px;
        color: #636e72;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    body.city-detail-page .deal-save-btn {
        background: transparent;
        border: 2px solid #e74c3c;
        color: #e74c3c;
        padding: 6px 15px;
        border-radius: 20px;
        cursor: pointer;
        font-size: 13px;
        font-weight: 600;
        transition: all 0.3s;
    }

    body.city-detail-page .deal-save-btn:hover {
        background: #e74c3c;
        color: white;
    }

    /* Featured Brands */
    body.city-detail-page .brands-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 20px;
        margin-bottom: 60px;
    }

    body.city-detail-page .brand-card {
        background: white;
        border-radius: 12px;
        padding: 25px;
        text-align: center;
        cursor: pointer;
        transition: all 0.3s;
        border: 2px solid #f1f3f5;
    }

    body.city-detail-page .brand-card:hover {
        border-color: #00b894;
        transform: scale(1.05);
        box-shadow: 0 5px 20px rgba(0,184,148,0.15);
    }

    body.city-detail-page .brand-logo {
        width: 80px;
        height: 80px;
        margin: 0 auto 15px;
        background: #f8f9fa;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 32px;
    }

    body.city-detail-page .brand-name {
        font-weight: bold;
        color: #2d3436;
        font-size: 14px;
    }

    /* Membership Section */
    body.city-detail-page .membership-section {
        background: linear-gradient(135deg, #00b894 0%, #00cec9 100%);
        border-radius: 16px;
        padding: 50px;
        color: white;
        text-align: center;
        margin-bottom: 60px;
    }

    body.city-detail-page .membership-title {
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    body.city-detail-page .membership-subtitle {
        font-size: 18px;
        margin-bottom: 30px;
        opacity: 0.95;
    }

    body.city-detail-page .membership-cards {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
        margin-top: 40px;
    }

    body.city-detail-page .membership-card {
        background: rgba(255,255,255,0.15);
        backdrop-filter: blur(10px);
        border-radius: 12px;
        padding: 30px;
        border: 2px solid rgba(255,255,255,0.2);
        transition: all 0.3s;
    }

    body.city-detail-page .membership-card:hover {
        background: rgba(255,255,255,0.25);
        transform: translateY(-5px);
    }

    body.city-detail-page .membership-discount {
        font-size: 48px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    body.city-detail-page .membership-bank {
        font-size: 16px;
        margin-bottom: 15px;
    }

    body.city-detail-page .membership-details {
        font-size: 14px;
        line-height: 1.8;
        opacity: 0.9;
    }

    /* Newsletter */
    body.city-detail-page .newsletter-section {
        background: white;
        border-radius: 16px;
        padding: 50px;
        text-align: center;
        margin-bottom: 60px;
        box-shadow: 0 2px 20px rgba(0,0,0,0.08);
    }

    body.city-detail-page .newsletter-title {
        font-size: 32px;
        font-weight: bold;
        color: #2d3436;
        margin-bottom: 15px;
    }

    body.city-detail-page .newsletter-subtitle {
        font-size: 16px;
        color: #636e72;
        margin-bottom: 30px;
    }

    body.city-detail-page .newsletter-form {
        display: flex;
        max-width: 500px;
        margin: 0 auto;
        gap: 10px;
    }

    body.city-detail-page .newsletter-input {
        flex: 1;
        padding: 15px 20px;
        border: 2px solid #e9ecef;
        border-radius: 8px;
        font-size: 15px;
        outline: none;
    }

    body.city-detail-page .newsletter-input:focus {
        border-color: #00b894;
    }

    body.city-detail-page .newsletter-btn {
        background: linear-gradient(135deg, #00b894 0%, #00cec9 100%);
        color: white;
        border: none;
        padding: 15px 35px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s;
    }

    body.city-detail-page .newsletter-btn:hover {
        transform: scale(1.05);
    }

    /* Footer */
    body.city-detail-page .footer {
        background: #2d3436;
        color: white;
        padding: 50px 20px 30px;
    }

    body.city-detail-page .footer-content {
        max-width: 1400px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 40px;
        margin-bottom: 40px;
    }

    body.city-detail-page .footer-section h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    body.city-detail-page .footer-links {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    body.city-detail-page .footer-link {
        color: rgba(255,255,255,0.7);
        text-decoration: none;
        transition: all 0.3s;
        font-size: 14px;
    }

    body.city-detail-page .footer-link:hover {
        color: white;
        padding-left: 5px;
    }

    body.city-detail-page .footer-bottom {
        text-align: center;
        padding-top: 30px;
        border-top: 1px solid rgba(255,255,255,0.1);
    }

    body.city-detail-page .social-links {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-bottom: 20px;
    }

    body.city-detail-page .social-icon {
        width: 40px;
        height: 40px;
        background: rgba(255,255,255,0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s;
    }

    body.city-detail-page .social-icon:hover {
        background: #00b894;
        transform: scale(1.1);
    }

    /* Premium card system aligned with bank_detail */
    body.city-detail-page .city-detail-container .category-card,
    body.city-detail-page .city-detail-container .partner-card,
    body.city-detail-page .city-detail-container .brand-card,
    body.city-detail-page .city-detail-container .newsletter-section {
        background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
        border: 1px solid #dbe5ef;
        border-radius: 16px;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.09);
        transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
        position: relative;
        overflow: hidden;
    }

    body.city-detail-page .city-detail-container .category-card::before,
    body.city-detail-page .city-detail-container .partner-card::before,
    body.city-detail-page .city-detail-container .brand-card::before,
    body.city-detail-page .city-detail-container .newsletter-section::before {
        content: "";
        position: absolute;
        inset: 0 0 auto 0;
        height: 4px;
        background: linear-gradient(90deg, #089669 0%, #22c55e 45%, #f59e0b 100%);
        opacity: .92;
    }

    body.city-detail-page .city-detail-container .category-card:hover,
    body.city-detail-page .city-detail-container .partner-card:hover,
    body.city-detail-page .city-detail-container .brand-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 36px rgba(15, 23, 42, 0.16);
        border-color: #b8c8da;
    }

    /* Shared heading/button tokens aligned with bank_detail */
    body.city-detail-page .city-detail-container .section-header {
        margin-bottom: 24px;
    }

    body.city-detail-page .city-detail-container .section-title {
        font-size: 30px;
        font-weight: 800;
        line-height: 1.1;
        color: #0f172a;
        letter-spacing: -.2px;
    }

    body.city-detail-page .city-detail-container .see-all-link {
        color: #334155;
        background: #ffffff;
        border: 1px solid #d1d5db;
        border-radius: 999px;
        font-size: 13px;
        font-weight: 700;
        padding: 8px 14px;
    }

    body.city-detail-page .city-detail-container .see-all-link:hover {
        color: #089669;
        border-color: #089669;
        transform: translateY(-1px);
    }

    body.city-detail-page .city-detail-container .deal-title {
        font-size: 18px;
        font-weight: 800;
        color: #0f172a;
    }

    body.city-detail-page .city-detail-container .deal-detail-tag {
        background: #f1f5f9;
        color: #334155;
        border-radius: 999px;
        border: 1px solid #e2e8f0;
    }

    body.city-detail-page .city-detail-container .deal-save-btn {
        background: #ffffff;
        border: 1px solid #fca5a5;
        color: #dc2626;
        border-radius: 10px;
        font-size: 12px;
        font-weight: 700;
        padding: 8px 12px;
    }

    body.city-detail-page .city-detail-container .deal-save-btn:hover {
        background: #dc2626;
        color: #ffffff;
        border-color: #dc2626;
        transform: translateY(-1px);
    }

    body.city-detail-page .city-detail-container .membership-title {
        font-size: 32px;
        font-weight: 800;
        line-height: 1.1;
        letter-spacing: -.2px;
    }

    body.city-detail-page .city-detail-container .membership-subtitle {
        font-size: 15px;
        color: rgba(255,255,255,.92);
    }

    body.city-detail-page .city-detail-container .newsletter-title {
        font-size: 30px;
        font-weight: 800;
        line-height: 1.1;
        color: #0f172a;
    }

    body.city-detail-page .city-detail-container .newsletter-btn {
        background: #089669;
        color: #ffffff;
        border-radius: 10px;
        padding: 14px 24px;
        font-size: 14px;
        font-weight: 700;
    }

    body.city-detail-page .city-detail-container .newsletter-btn:hover {
        background: #067a57;
        transform: translateY(-1px);
        box-shadow: 0 10px 20px rgba(8, 150, 105, 0.24);
    }

    /* Responsive */
    @media (max-width: 768px) {
        body.city-detail-page .hero-title {
            font-size: 32px;
        }

        body.city-detail-page .hero-subtitle {
            font-size: 16px;
        }

        body.city-detail-page .quick-stats {
            flex-direction: column;
            gap: 20px;
        }

        body.city-detail-page .section-title {
            font-size: 24px;
        }

        body.city-detail-page .nav-menu {
            display: none;
        }

        body.city-detail-page .deals-grid {
            grid-template-columns: 1fr;
        }

        body.city-detail-page .membership-section {
            padding: 30px 20px;
        }

        body.city-detail-page .membership-title {
            font-size: 28px;
        }

        body.city-detail-page .newsletter-form {
            flex-direction: column;
        }
    }


