@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,700&family=Outfit:wght@300;400;500;600&display=swap');

:root {
  --terracotta: #cf721f;
  --gold:       #D4A017;
  --cream:      white;
  --deep:       #1A1208;
  --sand:       #E8D8C0;
  --leaf:       #67803a;
  --text:       #3A2810;
  --muted:      #7A6248;
}


/* Hero Header */
.apropos-header {
    position: relative;
    /*background: linear-gradient(180deg, rgb(0 0 0 / 58%), rgb(0 0 0 / 18%)), url('../images/img.png') center/cover no-repeat;*/
    color: white;
    padding: 5rem 0;
    text-align: center;
    margin-top: 95px;
}

.apropos-header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background: rgb(0 0 0 / 45%); */
    z-index: 1;
}

.apropos-header-content {
    position: relative;
    z-index: 2;
    color: white;
    padding-top: 20px;
}



*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

.market-section {
  
  padding: 40px 10px;
  position: relative;
  overflow: hidden;
}

/* Decorative background blob */
.market-section::before {
  content: '';
  position: absolute;
  bottom: -120px; right: -120px;
  width: 450px; height: 450px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(192,57,43,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.market-container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ---- Two-column layout ---- */
.market-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 5rem;
  align-items: center;
}

/* ---- right: text ---- */
.market-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--leaf);
  background: rgba(74,124,89,0.1);
  padding: 0.35rem 1rem;
  border-radius: 2px;
  margin-bottom: 1.6rem;
  border-right: 3px solid var(--leaf);
}

.market-title {
  font-weight: 700;
  font-size: clamp(1.9rem, 3.5vw, 2.9rem);
  line-height: 1.2;
  color: var(--deep);
  margin-bottom: 1.4rem;
}

.market-accent {
  color: var(--terracotta);
  font-style: italic;
}

.market-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(to left, var(--terracotta), transparent);
  margin-bottom: 2rem;
  border-radius: 2px;
}

.market-lead {
  font-size: 1.05rem;
  color: var(--text);
  line-height: 1.8;
  margin-bottom: 1.2rem;
  padding-right: 1.2rem;
  border-right: 3px solid var(--sand);
}

.market-lead strong { color: var(--terracotta); font-weight: 600; }

.market-body {
  font-size: 0.98rem;
  color: var(--muted);
  line-height: 1.85;
  margin-bottom: 2rem;
}

.market-body strong { color: var(--text); font-weight: 600; }

/* Benefits list */
.market-benefits {
  list-style: none;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.market-benefits li {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-size: 0.95rem;
  color: var(--text);
  font-weight: 500;
}

.market-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}

/* CTA button */
.market-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: white;
  background: var(--terracotta);
  padding: 0.9rem 2rem;
  border-radius: 2px;
  cursor: pointer;
}

.market-cta svg {
  width: 18px; height: 18px;
  transition: transform 0.2s;
}

.market-cta:hover {
  background: var(--terracotta);
}

.market-cta:hover svg {
  transform: translateX(4px);
}

/* ---- RIGHT: visual panel ---- */
.market-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.market-panel {
  background: linear-gradient(145deg, #2C1A0E 0%, #1A1208 100%);
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  max-width: 340px;
}

.market-panel__top {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.9rem 1.2rem;
  background: rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(212,160,23,0.12);
}

.market-panel__dots {
  display: flex;
  gap: 5px;
}

.market-panel__dots span {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
}

.market-panel__dots span:first-child  { background: var(--terracotta); }
.market-panel__dots span:nth-child(2) { background: #D4A017; }
.market-panel__dots span:nth-child(3) { background: #67803a; }

.market-panel__url {
  font-size: 0.72rem;
  color: rgba(249,244,236,0.45);
  letter-spacing: 0.05em;
}

.market-panel__body {
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}

.market-stat {
  text-align: center;
  padding: 1.4rem 0;
}

.market-stat__num {
  display: block;
  font-weight: 700;
  font-size: 2.2rem;
  color: var(--gold);
  line-height: 1;
}

.market-stat__num sup {
  font-size: 1rem;
  vertical-align: super;
}

.market-stat__label {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(249,244,236,0.5);
  margin-top: 0.4rem;
}

.market-stat-divider {
  width: 40px;
  height: 1px;
  background: rgba(212,160,23,0.2);
}

.market-panel__footer {
  padding: 1rem;
  text-align: center;
  font-size: 0.8rem;
  color: rgba(249,244,236,0.4);
  border-top: 1px solid rgba(212,160,23,0.1);
  letter-spacing: 0.08em;
}

/* Responsive */
@media (max-width: 900px) {
  .market-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .market-visual { order: -1; }
  .market-panel { max-width: 320px; margin: 0 auto; }
}

@media (max-width: 600px) {
  .market-section { padding: 5rem 1.2rem; }
}