/* ════════════════════════════════════════════
   Carrefour UAE — Custom business page
════════════════════════════════════════════ */
#biz.carrefour-biz {
  background: #f0f4fa;
  color: #1a1a2e;
  overflow-x: hidden;
}

.cf-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #f0f4fa;
}

/* ── Hero ── */
.cf-hero {
  position: relative;
  min-height: clamp(340px, 55vh, 480px);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

.cf-hero-cmark {
  position: absolute;
  top: -20%;
  right: -10%;
  width: min(420px, 70vw);
  height: min(420px, 70vw);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 50%, #e3001b 0%, #e3001b 38%, transparent 39%),
              radial-gradient(circle at 65% 50%, #005baa 0%, #005baa 48%, transparent 49%);
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
}

.cf-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 91, 170, 0.25) 0%,
    rgba(240, 244, 250, 0.55) 45%,
    rgba(240, 244, 250, 0.97) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.cf-back {
  position: absolute;
  top: clamp(14px, 3vw, 22px);
  left: clamp(16px, 4vw, 28px);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border: 1.5px solid rgba(0, 91, 170, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #005baa;
  font-family: 'Inter', sans-serif;
  font-size: clamp(13px, 3vw, 14px);
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 2px 12px rgba(0, 91, 170, 0.12);
}
.cf-back:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 91, 170, 0.18);
}

.cf-hero-inner {
  position: relative;
  z-index: 3;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(48px, 10vw, 72px) clamp(16px, 4vw, 32px) clamp(20px, 4vw, 28px);
  display: flex;
  align-items: flex-end;
  gap: clamp(16px, 4vw, 24px);
}

.cf-logo {
  flex-shrink: 0;
  width: clamp(64px, 16vw, 96px);
  height: auto;
  background: #fff;
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0 8px 24px rgba(0, 91, 170, 0.15);
}

.cf-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #005baa;
  margin: 0 0 8px;
}

.cf-title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(32px, 8vw, 48px);
  font-weight: 800;
  line-height: 1.08;
  margin: 0 0 10px;
  letter-spacing: -0.03em;
  color: #1a1a2e;
}

.cf-title span {
  color: #005baa;
}

.cf-tagline {
  font-size: clamp(14px, 3.5vw, 16px);
  line-height: 1.55;
  color: #3d4a5c;
  max-width: 480px;
  margin: 0 0 14px;
}

.cf-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cf-hero-chips span {
  font-size: 11px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0, 91, 170, 0.2);
  color: #005baa;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.cf-stats {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 32px) clamp(20px, 4vw, 28px);
  background: rgba(0, 91, 170, 0.15);
  border-radius: 14px;
  overflow: hidden;
}

.cf-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(14px, 3vw, 18px) 8px;
  background: #fff;
  text-align: center;
}
.cf-stat strong {
  font-size: clamp(16px, 4vw, 22px);
  font-weight: 800;
  color: #005baa;
  line-height: 1.1;
}
.cf-stat span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7a8f;
  margin-top: 4px;
}

@media (max-width: 480px) {
  .cf-stats { grid-template-columns: repeat(2, 1fr); }
  .cf-hero-inner { flex-direction: column; align-items: flex-start; }
}

/* ── Main ── */
.cf-main {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(24px, 5vw, 40px) clamp(16px, 4vw, 32px) clamp(32px, 6vw, 48px);
}

.cf-section { margin-bottom: clamp(32px, 6vw, 48px); }

.cf-section-head { margin-bottom: clamp(18px, 4vw, 24px); }

.cf-section-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e3001b;
  margin: 0 0 8px;
}

.cf-section-title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(22px, 5vw, 30px);
  font-weight: 800;
  margin: 0 0 8px;
  color: #1a1a2e;
  letter-spacing: -0.02em;
}

.cf-section-sub {
  font-size: 14px;
  line-height: 1.55;
  color: #5a6778;
  margin: 0;
  max-width: 560px;
}

/* ── Tiles ── */
.cf-tile-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(10px, 2.5vw, 14px);
}

@media (min-width: 640px) {
  .cf-tile-grid { grid-template-columns: repeat(4, 1fr); }
}

.cf-tile {
  position: relative;
  aspect-ratio: 4 / 5;
  border: none;
  border-radius: 14px;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  background: #dce6f2;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0, 91, 170, 0.08);
}
.cf-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 91, 170, 0.18);
}

.cf-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s;
}
.cf-tile:hover img { transform: scale(1.05); }

.cf-tile-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 14px;
  background: linear-gradient(180deg, transparent 20%, rgba(0, 40, 80, 0.88) 100%);
  text-align: left;
}

.cf-tile-tag {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7ec8ff;
  margin-bottom: 4px;
}

.cf-tile-name {
  font-size: clamp(14px, 3.5vw, 16px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.cf-tile-lines {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 2px;
}

/* ── Categories ── */
.cf-cats {
  margin-bottom: clamp(32px, 6vw, 48px);
}

.cf-cat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cf-cat {
  font-size: 12px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0, 91, 170, 0.15);
  color: #005baa;
}

/* ── Store band ── */
.cf-store-band {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 91, 170, 0.12);
  margin-bottom: clamp(32px, 6vw, 48px);
  box-shadow: 0 4px 20px rgba(0, 91, 170, 0.08);
}

@media (min-width: 768px) {
  .cf-store-band { grid-template-columns: 1.2fr 1fr; }
}

.cf-store-img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
}

.cf-store-panel {
  padding: clamp(24px, 5vw, 32px);
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cf-store-icon {
  display: flex;
  width: 36px;
  height: 36px;
  color: #005baa;
  margin-bottom: 12px;
}
.cf-store-icon svg { width: 100%; height: 100%; }

.cf-store-panel h3 {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 10px;
  color: #1a1a2e;
}

.cf-store-panel p {
  font-size: 13px;
  line-height: 1.65;
  color: #5a6778;
  margin: 0 0 16px;
}

.cf-store-btn {
  align-self: flex-start;
  padding: 10px 20px;
  border: none;
  border-radius: 999px;
  background: #005baa;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s, transform 0.15s;
}
.cf-store-btn:hover {
  background: #004a94;
  transform: translateY(-1px);
}

/* ── Service cards ── */
.cf-svc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

@media (min-width: 560px) {
  .cf-svc-grid { grid-template-columns: repeat(2, 1fr); }
}

.cf-svc {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(0, 91, 170, 0.12);
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  color: inherit;
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}
.cf-svc:hover {
  border-color: #005baa;
  box-shadow: 0 6px 18px rgba(0, 91, 170, 0.12);
  transform: translateY(-1px);
}

.cf-svc-icon {
  flex-shrink: 0;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(0, 91, 170, 0.1);
  color: #005baa;
}
.cf-svc-icon svg { width: 22px; height: 22px; }

.cf-svc-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.cf-svc-title {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
}

.cf-svc-desc {
  font-size: 12px;
  line-height: 1.4;
  color: #6b7a8f;
}

.cf-svc-arrow {
  flex-shrink: 0;
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 91, 170, 0.1);
  color: #005baa;
}

/* ── SHARE band ── */
.cf-share-band {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 91, 170, 0.12);
  margin-bottom: clamp(32px, 6vw, 48px);
  background: #fff;
}

@media (min-width: 768px) {
  .cf-share-band { grid-template-columns: 1.1fr 1fr; }
}

.cf-share-text {
  padding: clamp(24px, 5vw, 36px);
}

.cf-share-text h2 {
  font-size: clamp(20px, 4vw, 26px);
  font-weight: 800;
  margin: 0 0 10px;
  color: #1a1a2e;
}

.cf-share-text p {
  font-size: 14px;
  line-height: 1.6;
  color: #5a6778;
  margin: 0;
}

.cf-share-img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  display: block;
}

/* ── CTA ── */
.cf-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding: clamp(20px, 4vw, 28px);
  border-radius: 16px;
  background: linear-gradient(135deg, #005baa 0%, #003d75 100%);
  color: #fff;
}

.cf-cta-icon {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.cf-cta-icon svg { width: 24px; height: 24px; }

.cf-cta-text {
  flex: 1;
  min-width: 200px;
}

.cf-cta-text h3 {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 4px;
  color: #fff;
}

.cf-cta-text p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
  line-height: 1.45;
}

.cf-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border: none;
  border-radius: 999px;
  background: #e3001b;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
  white-space: nowrap;
}
.cf-cta-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(227, 0, 27, 0.35);
}
