/* ── HERO ─────────────────────────────────────────────────── */
.hero {
  padding: 160px 0 100px;
  background: linear-gradient(160deg, #f0f4ff 0%, #ffffff 50%, #f8f9ff 100%);
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; top: -200px; right: -200px;
  width: 700px; height: 700px; border-radius: 50%;
  background: radial-gradient(circle, rgba(65,117,252,.08) 0%, transparent 70%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--blue-light); color: var(--blue);
  font-family: var(--font-head); font-size: .72rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 50px; margin-bottom: 20px;
}
.hero-eyebrow .lucide { width: 13px; height: 13px; }
.hero-title {
  font-family: var(--font-head);
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 800; line-height: 1.1; color: var(--dark);
  letter-spacing: -.02em; margin-bottom: 20px;
}
.hero-title .accent { color: var(--blue); }
.hero-sub { font-size: 1.08rem; color: var(--gray-mid); line-height: 1.75; margin-bottom: 36px; max-width: 460px; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-safety { display: flex; align-items: center; gap: 7px; font-size: .8rem; color: var(--gray-mid); margin-bottom: 32px; }
.hero-safety .lucide { width: 14px; height: 14px; color: var(--blue); }
.hero-stats { display: flex; gap: 32px; padding-top: 32px; border-top: 1px solid var(--gray-line); }
.hero-stat-val { font-family: var(--font-head); font-size: 1.6rem; font-weight: 800; color: var(--blue); }
.hero-stat-val span { color: var(--blue); }
.hero-stat-label { font-size: .78rem; color: var(--gray-mid); margin-top: 2px; }

/* ── HERO VISUAL — Brand Identity card ───────────────────── */
.hero-visual { position: relative; }
.brand-card {
  background: var(--white); border-radius: 20px;
  box-shadow: 0 20px 60px rgba(65,117,252,.14), 0 2px 8px rgba(0,0,0,.04);
  overflow: hidden; border: 1px solid var(--gray-line);
}
.brand-card-top {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);
  padding: 28px 28px 24px;
}
.brand-card-tag {
  font-size: .68rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: rgba(255,255,255,.65);
  margin-bottom: 16px;
}
.brand-logo-area {
  display: flex; align-items: center; gap: 14px;
  background: rgba(255,255,255,.1); border-radius: 12px;
  padding: 14px 16px; border: 1px solid rgba(255,255,255,.15);
}
.brand-logo-mark { flex-shrink: 0; }
.brand-logo-name {
  font-family: var(--font-head); font-size: 1.15rem; font-weight: 800;
  color: #fff; letter-spacing: -.01em;
}
.brand-logo-tagline { font-size: .72rem; color: rgba(255,255,255,.55); margin-top: 2px; }

.brand-card-body { padding: 20px 24px 24px; }
.brand-section-label {
  font-size: .68rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--gray-mid); margin-bottom: 8px;
}
.brand-swatches { display: flex; gap: 6px; }
.brand-swatch { width: 32px; height: 32px; border-radius: 8px; border: 1px solid rgba(0,0,0,.06); }

.brand-type-row {
  display: flex; align-items: center; gap: 12px;
  background: var(--gray-light); border-radius: 10px;
  padding: 10px 14px; margin-bottom: 16px;
}
.brand-type-display {
  font-family: var(--font-head); font-size: 1.6rem; font-weight: 800;
  color: var(--blue); line-height: 1; flex-shrink: 0;
}
.brand-type-name { font-family: var(--font-head); font-size: .82rem; font-weight: 700; color: var(--dark); }
.brand-type-weights { font-size: .68rem; color: var(--gray-mid); margin-top: 1px; }

/* Mockup row */
.brand-mockup-row { display: flex; gap: 10px; }
.brand-mockup {
  flex: 1; border-radius: 8px; overflow: hidden;
  border: 1px solid var(--gray-line);
}
.brand-mockup-card { background: var(--white); padding: 10px; }
.bmc-top { height: 18px; background: var(--blue); border-radius: 4px; margin-bottom: 8px; }
.bmc-line { height: 5px; background: var(--gray-line); border-radius: 3px; margin-bottom: 4px; }
.bmc-line.short { width: 60%; }

.brand-mockup-social { background: var(--blue-light); display: flex; flex-direction: column; }
.bms-header { height: 20px; background: var(--blue); }
.bms-body { flex: 1; display: flex; align-items: center; justify-content: center; padding: 8px; }
.bms-mark { font-size: 1.2rem; color: var(--blue); line-height: 1; }

.brand-mockup-letter { background: var(--white); padding: 8px; }
.bml-header { height: 14px; background: var(--gray-light); border-radius: 3px; margin-bottom: 8px; }
.bml-lines { display: flex; flex-direction: column; gap: 4px; }
.bml-line { height: 4px; background: var(--gray-line); border-radius: 2px; }
.bml-line.short { width: 55%; }

/* Floating badges */
.fv-badge {
  position: absolute; background: var(--white);
  border-radius: 10px; padding: 10px 14px;
  box-shadow: 0 8px 28px rgba(0,0,0,.1);
  display: flex; align-items: center; gap: 8px;
  white-space: nowrap; border: 1px solid var(--gray-line);
}
.fv-badge-icon { width: 28px; height: 28px; border-radius: 7px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.fv-badge-val { font-family: var(--font-head); font-size: .88rem; font-weight: 800; color: var(--dark); }
.fv-badge-label { font-size: .68rem; color: var(--gray-mid); }
.fv-badge-1 { top: -18px; right: 16px; }
.fv-badge-2 { bottom: -16px; left: 12px; }


/* ── PORTFOLIO OVERRIDES ─────────────────────────────────── */
.portfolio-screen { height: 180px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #f8f9ff, #eef1ff); }
.portfolio-title { margin-bottom: 12px; }
.portfolio-metrics { gap: 20px; }

/* Brand preview inside portfolio card */
.brand-preview-card {
  width: 76%; background: var(--white); border-radius: 12px;
  padding: 18px; box-shadow: 0 4px 20px rgba(0,0,0,.08);
  border: 1px solid var(--gray-line);
}
.bpc-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.bpc-logo svg { flex-shrink: 0; }
.bpc-logo span { font-family: var(--font-head); font-size: .88rem; font-weight: 800; color: var(--dark); }
.bpc-swatches { display: flex; gap: 5px; }
.bpc-swatch { width: 22px; height: 22px; border-radius: 5px; border: 1px solid rgba(0,0,0,.07); }

/* popular-badge with icon (grafiskais variant) */
.popular-badge { display: flex; align-items: center; gap: 5px; }
.popular-badge .lucide { width: 11px; height: 11px; }
