/* Maier Media Marketing — Brand Stylesheet v2 */
/* Reduziertes, premium Agentur-Design: Anthrazit/Schwarz + Creme + ein zurückhaltender Akzent */

:root {
  --ink: #14140f;
  --ink-soft: #3a392f;
  --paper: #faf8f3;
  --paper-2: #f1eee5;
  --paper-3: #e9e4d6;
  --line: rgba(20, 20, 15, 0.12);
  --line-soft: rgba(20, 20, 15, 0.08);
  --muted: #6b6a5f;
  --accent: #a8712f;
  --accent-soft: #c9a06a;
  --on-dark-muted: rgba(250, 248, 243, 0.68);
  --radius: 4px;
  --radius-lg: 6px;
  --maxw: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 28px;
}

/* ---------- Header ---------- */

header.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 248, 243, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 28px;
  max-width: var(--maxw);
  margin: 0 auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.01em;
  text-decoration: none;
  color: var(--ink);
}

.brand .logo-mark { width: 112px; height: 112px; object-fit: contain; }
.footer-grid .logo-mark { width: 40px; height: 40px; }

nav.main-nav ul {
  list-style: none;
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
}

nav.main-nav a {
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--ink);
  opacity: 0.65;
  transition: opacity 0.15s ease;
}

nav.main-nav a:hover,
nav.main-nav a.active { opacity: 1; }

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ink);
  color: var(--paper) !important;
  padding: 11px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease;
}

.nav-cta:hover { background: var(--accent); }

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.4rem;
  cursor: pointer;
  color: var(--ink);
}

@media (max-width: 860px) {
  nav.main-nav { display: none; }
  .menu-toggle { display: block; }
  nav.main-nav.open {
    display: flex;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: var(--paper);
    flex-direction: column;
    padding: 24px 28px;
    border-bottom: 1px solid var(--line);
  }
  nav.main-nav.open ul {
    flex-direction: column;
    gap: 18px;
  }
}

/* ---------- Testimonials ---------- */

.testimonials-wrap {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: start;
}

.testimonials-intro p { color: var(--muted); margin: 0 0 16px; }

.testimonials-badge {
  height: 64px;
  width: auto;
  margin-top: 24px;
}

.testimonial-columns { column-count: 2; column-gap: 24px; }

.testimonial-card {
  break-inside: avoid;
  background: rgba(20, 20, 15, 0.85);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  margin-bottom: 24px;
  display: inline-block;
  width: 100%;
}

.testimonial-card .quote-mark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.6rem;
  line-height: 1;
  color: var(--accent-soft);
  margin-bottom: 10px;
  font-weight: 700;
  display: block;
}

.testimonial-card .quote-text {
  font-style: italic;
  color: rgba(250, 248, 243, 0.88);
  font-size: 0.94rem;
  line-height: 1.65;
  margin: 0 0 26px;
}

.testimonial-person {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonial-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  background: linear-gradient(150deg, var(--accent), var(--accent-soft));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.8rem;
  color: var(--ink);
  flex-shrink: 0;
}

.testimonial-person strong { display: block; font-size: 0.92rem; color: var(--paper); }
.testimonial-person span { font-size: 0.82rem; color: var(--on-dark-muted); }

@media (max-width: 900px) {
  .testimonials-wrap { grid-template-columns: 1fr; gap: 32px; }
  .testimonial-columns { column-count: 1; }
}

/* ---------- Eyebrow / labels ---------- */

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}

.eyebrow::before {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--accent);
  display: inline-block;
}

h1 {
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 22px;
  font-weight: 700;
}

h2 {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  letter-spacing: -0.015em;
  margin: 0 0 14px;
  font-weight: 700;
}

.accent-text { color: var(--accent); }

/* ---------- Hero ---------- */

.hero {
  background: var(--paper);
  padding: 80px 28px 64px;
  border-bottom: 1px solid var(--line);
}

.hero-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 48px;
  align-items: center;
}

.hero p.lead {
  color: var(--muted);
  margin: 0 0 32px;
}

.lead-line {
  display: block;
  font-size: 1.08rem;
  white-space: nowrap;
}

.lead-line + .lead-line {
  margin-top: 6px;
  font-size: 0.85rem;
}

@media (max-width: 1080px) {
  .lead-line { white-space: normal; }
}

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.15s ease;
}

.btn-primary {
  background: var(--ink);
  color: var(--paper);
}

.btn-primary:hover { background: var(--accent); }

.btn-outline {
  background: transparent;
  border-color: var(--line);
  color: var(--ink);
}

.btn-outline:hover { border-color: var(--ink); }

.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-photo-frame {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-lg);
  background: var(--ink);
  padding: 0;
  margin-left: auto;
  overflow: hidden;
  position: relative;
}

.hero-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  filter: grayscale(0.15);
}

.hero-photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(250, 248, 243, 0.15);
  border-radius: var(--radius-lg);
  pointer-events: none;
}

/* ---------- Stats bar ---------- */

.stats-bar {
  position: relative;
  background-image: url('assets/stats-bg.jpg');
  background-size: cover;
  background-position: center bottom;
  color: var(--paper);
  padding: 48px 28px;
}

.stats-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: center;
}

.stat-number {
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--accent-soft);
  letter-spacing: -0.02em;
}

.stat-label { font-size: 0.88rem; color: var(--on-dark-muted); margin-top: 6px; }

@media (max-width: 700px) {
  .stats-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-photo-frame { max-width: 280px; margin: 0 auto; }
}

/* ---------- Sections ---------- */

section { padding: 88px 0; }

.section-head {
  max-width: 640px;
  margin: 0 auto 56px;
  text-align: center;
}

.section-head .eyebrow { justify-content: center; }
.section-head .eyebrow::before { display: none; }
.eyebrow-no-line::before { display: none; }

.section-head p { color: var(--muted); font-size: 1.05rem; margin: 0; }

/* ---------- Process / System steps ---------- */

.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.process-step {
  background: var(--paper);
  padding: 36px 28px;
  text-align: center;
}

.process-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 20px;
}

.process-icon {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(150deg, var(--icon-bg, var(--accent)), var(--icon-bg, var(--accent)) 100%);
  box-shadow: 0 10px 22px -8px var(--icon-bg, var(--accent));
}
.process-icon svg { width: 26px; height: 26px; stroke: #fff; fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }

.process-num {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.05em;
}

.process-step h3, .process-step p { text-align: center; }

.process-step h3 { font-size: 1.05rem; margin: 0 0 10px; font-weight: 700; }
.process-step p { margin: 0; color: var(--muted); font-size: 0.9rem; }

/* ---------- Cards ---------- */

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.card {
  background: var(--paper);
  padding: 32px 28px;
}

.branchen-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1px;
  background: none;
  border: none;
}

.branchen-grid .card {
  flex: 0 1 calc(33.333% - 1px);
  min-width: 260px;
  border: 1px solid var(--line);
}

@media (max-width: 900px) {
  .branchen-grid .card { flex-basis: calc(50% - 1px); }
}

@media (max-width: 560px) {
  .branchen-grid .card { flex-basis: 100%; }
}

.card-icon {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  display: block;
}

/* ---------- Service list (stacked, full-width rows) ---------- */

.service-list {
  max-width: 780px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.service-row {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 26px;
  align-items: center;
  padding: 30px 20px;
  border-bottom: 1px solid var(--line);
  border-left: 3px solid transparent;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.service-row:hover {
  border-left-color: var(--row-accent, var(--accent));
  background: var(--paper-2);
}

.service-icon {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(150deg, var(--row-accent, var(--accent)), var(--row-accent, var(--accent)) 100%);
  box-shadow: 0 10px 22px -8px var(--row-accent, var(--accent));
}
.service-icon svg { width: 26px; height: 26px; stroke: #fff; fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }

.service-row h3 { margin: 0 0 6px; font-size: 1.15rem; font-weight: 700; }
.service-row p { margin: 0; color: var(--muted); font-size: 0.95rem; max-width: 620px; }

@media (max-width: 640px) {
  .service-row { grid-template-columns: 1fr; text-align: left; }
  .service-icon { margin-bottom: 6px; }
}

.card h3 { margin: 0 0 10px; font-size: 1.08rem; font-weight: 700; }
.card p { margin: 0; color: var(--muted); font-size: 0.92rem; }

.pill-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 28px;
}

.pill {
  padding: 8px 16px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid var(--line);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted);
}

/* ---------- Fit / Nicht-Fit ---------- */

.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.fit-col {
  background: var(--paper);
  padding: 40px 36px;
}

.fit-col h3 {
  font-size: 1.1rem;
  margin: 0 0 24px;
  font-weight: 700;
}

.fit-col.yes h3::before { content: "✓ "; color: var(--accent); }
.fit-col.no h3::before { content: "✕ "; color: var(--muted); }

.fit-col ul { list-style: none; margin: 0; padding: 0; }
.fit-col li {
  padding: 12px 0;
  border-top: 1px solid var(--line-soft);
  color: var(--muted);
  font-size: 0.92rem;
}
.fit-col li:first-of-type { border-top: none; }

@media (max-width: 800px) {
  .fit-grid { grid-template-columns: 1fr; }
}

/* ---------- CTA banner ---------- */

.cta-banner {
  background: var(--ink);
  border-radius: var(--radius-lg);
  padding: 60px 44px;
  text-align: center;
  color: var(--paper);
  max-width: var(--maxw);
  margin: 0 auto;
}

.cta-banner h2 { color: #fff; }
.cta-banner p { color: var(--on-dark-muted); max-width: 50ch; margin: 0 auto 28px; }
.cta-banner .btn-primary { background: var(--accent-soft); color: var(--ink); }
.cta-banner .btn-primary:hover { background: var(--paper); }

.cta-banner.cta-banner-photo {
  position: relative;
  background-image: linear-gradient(rgba(20,20,15,0.84), rgba(20,20,15,0.84)), url('assets/cta-bg.jpg');
  background-size: cover;
  background-position: center 20%;
}

/* ---------- Case study ---------- */

.case-study {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: start;
}

.case-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.case-metric { text-align: center; background: var(--paper); padding: 22px 10px; }
.case-metric .num { font-size: 1.9rem; font-weight: 700; color: var(--accent); }
.case-metric .lbl { font-size: 0.78rem; color: var(--muted); margin-top: 4px; }

@media (max-width: 800px) {
  .case-study { grid-template-columns: 1fr; padding: 32px; }
}

/* ---------- Case study banner (photo background) ---------- */

.case-study-banner {
  position: relative;
  background-image: linear-gradient(120deg, rgba(20,20,15,0.90) 15%, rgba(20,20,15,0.62) 55%, rgba(20,20,15,0.82) 100%), url('assets/case-study-bg.jpg');
  background-size: cover;
  background-position: center 30%;
  padding: 72px 0;
}

.case-study-banner .case-study {
  background: transparent;
  border: none;
  padding: 0;
}

.case-study-banner .target-badge {
  background: rgba(250, 248, 243, 0.12);
  border-color: rgba(250, 248, 243, 0.25);
  color: var(--accent-soft);
}

.case-study-banner h2 { color: var(--paper); }
.case-study-banner .case-study > div:first-child p { color: rgba(250, 248, 243, 0.78); }

.case-study-banner .btn-outline {
  border-color: rgba(250, 248, 243, 0.55);
  color: var(--paper);
}
.case-study-banner .btn-outline:hover {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--ink);
}

.case-study-banner .case-panel {
  background: rgba(20, 20, 15, 0.5);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(250, 248, 243, 0.15);
  border-radius: var(--radius-lg);
  padding: 28px;
}

.case-study-banner .case-panel .name { color: var(--paper); font-weight: 700; font-size: 0.92rem; }
.case-study-banner .case-panel .role { color: rgba(250, 248, 243, 0.65); font-size: 0.8rem; }
.case-study-banner blockquote.quote { border-left-color: var(--accent-soft); color: rgba(250, 248, 243, 0.9); }

.case-study-banner .case-metrics { background: rgba(250, 248, 243, 0.18); border-color: rgba(250, 248, 243, 0.2); }
.case-study-banner .case-metric { background: rgba(20, 20, 15, 0.55); }
.case-study-banner .case-metric .num { color: var(--accent-soft); }
.case-study-banner .case-metric .lbl { color: rgba(250, 248, 243, 0.7); }

@media (max-width: 800px) {
  .case-study-banner { padding: 48px 0; }
}

/* ---------- Testimonial spotlight (photo + quote) ---------- */

.testimonial-spotlight {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 36px;
  align-items: center;
  background: var(--ink);
  color: var(--paper);
  border-radius: var(--radius-lg);
  padding: 44px;
}

.testimonial-photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--paper-2);
  flex-shrink: 0;
  border: 2px solid var(--accent-soft);
}

.testimonial-photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.15); display: block; }

.testimonial-photo .placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.72rem;
  text-align: center;
  padding: 10px;
  line-height: 1.3;
}

.testimonial-spotlight blockquote.quote {
  border-left: none;
  padding-left: 0;
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0 0 18px;
  color: #fff;
}

.testimonial-name { font-weight: 700; font-size: 0.95rem; color: #fff; }
.testimonial-role { color: var(--on-dark-muted); font-size: 0.85rem; margin-top: 2px; }

@media (max-width: 700px) {
  .testimonial-spotlight { grid-template-columns: 1fr; text-align: center; padding: 32px; }
  .testimonial-photo { margin: 0 auto; }
}

/* ---------- Story timeline ---------- */

.story { max-width: 780px; margin: 0 auto; }

.story-item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 28px;
  padding: 32px 0;
  border-top: 1px solid var(--line);
}

.story-item:first-child { border-top: none; padding-top: 0; }

.story-tag {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
  padding-top: 3px;
}

.story-item h3 { margin: 0 0 10px; font-size: 1.15rem; font-weight: 700; }
.story-item p { margin: 0; color: var(--muted); }
.story-item .case-metrics { margin-top: 16px; }

.story-item blockquote.quote {
  font-size: 1.05rem;
  margin-top: 14px;
}

@media (max-width: 640px) {
  .story-item { grid-template-columns: 1fr; gap: 10px; }
}

/* ---------- Testimonial / quote ---------- */

blockquote.quote {
  border-left: 2px solid var(--accent);
  padding-left: 24px;
  font-size: 1.15rem;
  font-style: normal;
  color: var(--ink);
  margin: 0;
}

blockquote.quote footer {
  margin-top: 16px;
  font-style: normal;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--muted);
}

/* ---------- Team / about ---------- */

.about-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 56px;
  align-items: center;
}

.photo-frame {
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  background: var(--ink);
  overflow: hidden;
}

.photo-frame .inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--on-dark-muted);
  font-weight: 700;
  overflow: hidden;
}

.photo-frame img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.15); }

@media (max-width: 800px) {
  .about-grid { grid-template-columns: 1fr; }
  .photo-frame { max-width: 300px; margin: 0 auto; }
}

/* ---------- Contact ---------- */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.contact-info-item .ico {
  width: 40px;
  height: 40px;
  border-radius: var(--radius);
  background: var(--paper-2);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

form.contact-form { display: grid; gap: 18px; }

.contact-form label { font-size: 0.82rem; font-weight: 700; margin-bottom: 6px; display: block; }

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 13px 15px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--paper);
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--ink);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--accent);
}

.contact-form textarea { resize: vertical; min-height: 130px; }

@media (max-width: 800px) {
  .contact-grid { grid-template-columns: 1fr; }
}

/* ---------- FAQ ---------- */

.faq-item {
  border-top: 1px solid var(--line);
  padding: 26px 0;
}
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item h3 { font-size: 1.02rem; margin: 0 0 10px; font-weight: 700; }
.faq-item p { margin: 0; color: var(--muted); font-size: 0.94rem; }

/* ---------- Footer ---------- */

footer.site-footer {
  background: var(--ink);
  color: var(--on-dark-muted);
  padding: 56px 28px 32px;
}

.footer-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 36px;
}

.footer-grid h4 { color: #fff; font-size: 0.9rem; margin: 0 0 16px; font-weight: 700; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 11px; }
.footer-grid a { text-decoration: none; color: var(--on-dark-muted); font-size: 0.9rem; }
.footer-grid a:hover { color: #fff; }

.footer-bottom {
  max-width: var(--maxw);
  margin: 44px auto 0;
  padding-top: 26px;
  border-top: 1px solid rgba(250, 248, 243, 0.12);
  font-size: 0.82rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-disclaimer {
  max-width: var(--maxw);
  margin: 20px auto 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: rgba(250, 248, 243, 0.45);
}

.social-links { display: flex; gap: 14px; margin-top: 20px; }
.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  transition: transform 0.15s ease, filter 0.15s ease;
}
.social-links a:hover { transform: translateY(-2px); filter: brightness(1.1); }
.social-links svg { width: 24px; height: 24px; fill: currentColor; }
.social-links a.fb { background: #1877f2; }
.social-links a.ig { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%); }
.social-links a.li { background: #0a66c2; }

@media (max-width: 700px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* ---------- Badge / target group tag ---------- */

.target-badge {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: var(--paper-2);
  border: 1px solid var(--line);
  color: var(--accent);
  margin-bottom: 12px;
}
