/* ═══════════════════════════════════════
   promotion.css — Promotion & Branding
   ═══════════════════════════════════════ */

/* ─── PAGE HERO ─── */
.page-hero { background: linear-gradient(135deg,#060606 0%,#111 50%,#0a0a0a 100%); padding: 100px 0 70px; position: relative; overflow: hidden; width: 100%; }
.page-hero-pattern { position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px,rgba(184,134,11,.05) 1px,transparent 0); background-size: 32px 32px; }
.page-hero-content { position: relative; z-index: 2; }
.breadcrumb-bar { display: flex; align-items: center; gap: .5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.breadcrumb-bar a { font-size: .76rem; color: rgba(255,255,255,.4); letter-spacing: .06em; text-transform: uppercase; transition: color .28s; }
.breadcrumb-bar a:hover { color: var(--gold-light); }
.breadcrumb-bar span { font-size: .65rem; color: rgba(255,255,255,.2); }
.breadcrumb-bar p { font-size: .76rem; color: var(--gold-light); letter-spacing: .06em; text-transform: uppercase; margin: 0; }
.page-title { font-size: clamp(2rem,4vw,3.2rem); color: #fff; line-height: 1.15; margin-bottom: 1rem; }
.page-title span { color: var(--gold-bright); }
.page-subtitle { font-size: 1rem; color: rgba(255,255,255,.55); line-height: 1.78; max-width: 600px; }

/* ─── STATS BAND ─── */
.promo-stats-band { background: #fff; border-top: 3px solid var(--gold); border-bottom: 1px solid rgba(184,134,11,.15); padding: 0; overflow: hidden; }
.promo-stats-row { display: flex; flex-wrap: wrap; }
.promo-stat { flex: 1; min-width: 0; padding: 2rem 1.5rem; text-align: center; border-right: 1px solid rgba(184,134,11,.12); }
.promo-stat:last-child { border-right: none; }
.promo-stat-num { font-family: 'Playfair Display',serif; font-size: 2.2rem; color: var(--gold); font-weight: 700; line-height: 1; }
.promo-stat-plus { font-family: 'Playfair Display',serif; font-size: 1.8rem; color: var(--gold); font-weight: 700; }
.promo-stat-lbl { font-size: .7rem; color: #888; text-transform: uppercase; letter-spacing: .1em; margin-top: 4px; }
.promo-stat-icon { font-size: 1.4rem; color: var(--gold); margin-bottom: 6px; }

/* ─── SERVICES GRID ─── */
.sec-promo-services { padding: 90px 0; background: #F9F8F5; }
.promo-svc-card { background: #fff; border: 1px solid rgba(184,134,11,.15); border-radius: 8px; padding: 2rem 1.75rem; height: 100%; transition: all .3s; position: relative; overflow: hidden; }
.promo-svc-card::before { content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 0; background: linear-gradient(180deg,var(--gold),var(--gold-bright)); transition: height .35s; }
.promo-svc-card:hover::before { height: 100%; }
.promo-svc-card:hover { border-color: rgba(184,134,11,.35); box-shadow: 0 10px 36px rgba(184,134,11,.09); transform: translateY(-4px); }
.promo-svc-icon { width: 58px; height: 58px; background: var(--gold-pale); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--gold); margin-bottom: 1.2rem; border: 1px solid rgba(184,134,11,.2); }
.promo-svc-title { font-family: 'Playfair Display',serif; font-size: 1.15rem; color: var(--dark); margin-bottom: .6rem; font-weight: 600; }
.promo-svc-body { font-size: .86rem; color: #666; line-height: 1.72; margin-bottom: 1.1rem; }
.promo-svc-tags { display: flex; flex-wrap: wrap; gap: .35rem; }
.promo-svc-tags span { font-size: .68rem; padding: .25rem .65rem; background: var(--gold-pale); color: var(--gold); border-radius: 2px; font-weight: 600; letter-spacing: .04em; }

/* ─── PROCESS ─── */
.sec-promo-process { background: linear-gradient(135deg,var(--dark) 0%,#111 100%); padding: 90px 0; position: relative; overflow: hidden; }
.sec-promo-process::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 70% at 50% 50%,rgba(184,134,11,.06) 0%,transparent 70%); }
.process-row { display: flex; align-items: flex-start; flex-wrap: wrap; position: relative; z-index: 2; }
.process-step { flex: 1; min-width: 160px; text-align: center; padding: 0 1rem; }
.ps-num { font-family: 'Playfair Display',serif; font-size: 3rem; color: rgba(184,134,11,.15); font-weight: 700; line-height: 1; margin-bottom: .5rem; }
.ps-icon { width: 60px; height: 60px; background: rgba(184,134,11,.1); border: 1px solid rgba(184,134,11,.25); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: var(--gold-bright); margin: 0 auto 1rem; }
.ps-title { color: #fff; font-size: .92rem; font-weight: 600; margin-bottom: .45rem; font-family: 'Inter',sans-serif; }
.ps-body { font-size: .8rem; color: rgba(255,255,255,.45); line-height: 1.65; }
.process-connector { display: flex; align-items: center; padding-top: 2.5rem; color: rgba(184,134,11,.35); font-size: 1.4rem; flex-shrink: 0; }

/* ─── INDUSTRIES ─── */
.sec-promo-industries { padding: 90px 0; background: #fff; }
.industry-pill { display: inline-flex; align-items: center; gap: .5rem; background: #F9F8F5; border: 1px solid rgba(184,134,11,.2); border-radius: 50px; padding: .65rem 1.3rem; font-size: .84rem; font-weight: 600; color: var(--dark); transition: all .3s; cursor: default; }
.industry-pill:hover { background: var(--gold-pale); border-color: rgba(184,134,11,.4); color: var(--gold); }
.industry-pill i { color: var(--gold); font-size: 1rem; }

/* ─── PORTFOLIO / CAMPAIGNS ─── */
.sec-portfolio { padding: 90px 0; background: #F9F8F5; }
.portfolio-card { background: #fff; border-radius: 8px; border: 1px solid rgba(184,134,11,.12); overflow: hidden; height: 100%; transition: all .3s; }
.portfolio-card:hover { box-shadow: 0 12px 36px rgba(184,134,11,.1); transform: translateY(-4px); border-color: rgba(184,134,11,.3); }
.portfolio-img { height: 200px; background: linear-gradient(135deg,var(--dark),#222); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.portfolio-img-icon { font-size: 3rem; color: rgba(184,134,11,.3); }
.portfolio-cat { position: absolute; top: 14px; left: 14px; background: var(--gold); color: #000; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: .3rem .7rem; border-radius: 2px; }
.portfolio-body { padding: 1.4rem; }
.portfolio-title { font-size: .95rem; font-weight: 700; color: var(--dark); margin-bottom: .4rem; font-family: 'Inter',sans-serif; }
.portfolio-desc { font-size: .82rem; color: #777; line-height: 1.65; margin-bottom: 1rem; }
.portfolio-meta { display: flex; gap: 1rem; }
.portfolio-meta span { font-size: .72rem; color: #999; display: flex; align-items: center; gap: .3rem; }
.portfolio-meta i { color: var(--gold); font-size: .78rem; }

/* ─── CTA ─── */
.sec-cta { background: var(--gold); padding: 70px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 2rem; }
.cta-title { font-size: clamp(1.4rem,3vw,2rem); color: #000; margin-bottom: .4rem; }
.cta-sub { font-size: .92rem; color: rgba(0,0,0,.62); margin: 0; }
.cta-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.2rem; }
.btn-dark-solid { display: inline-flex; align-items: center; background: var(--dark); color: #fff; font-weight: 700; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; padding: .78rem 2rem; border-radius: 3px; transition: all .28s; }
.btn-dark-solid:hover { background: #000; color: #fff; transform: translateY(-2px); }
.cta-call { display: inline-flex; align-items: center; color: rgba(0,0,0,.72); font-weight: 700; font-size: .85rem; letter-spacing: .06em; text-transform: uppercase; transition: color .28s; }
.cta-call:hover { color: #000; }

/* ─── RESPONSIVE ─── */
@media(max-width:991px) {
  .page-hero { padding: 80px 0 55px; }
  .process-connector { display: none; }
  .promo-stat { padding: 1.5rem 1rem; }
}
@media(max-width:767px) {
  .page-title { font-size: 1.75rem; }
  .promo-stats-row { display: grid; grid-template-columns: 1fr 1fr; }
  .promo-stat { border-right: none; border-bottom: 1px solid rgba(184,134,11,.12); }
  .cta-inner { flex-direction: column; text-align: center; }
  .cta-actions { justify-content: center; }
}
@media(max-width:480px) {
  .page-title { font-size: 1.45rem; }
  .page-hero { padding: 70px 0 45px; }
}