/* ─────────────────────────────────────────────────────────
   Social Media Marketing — /services/social-media-marketing/
   Accent: legacy .new-purple-clr.purple-color → #8F38FF (new-home.css:11501).
   ───────────────────────────────────────────────────────── */

body.ld-tpl-new-services-social {
  --red: #8F38FF;
}

/* ── Shared atoms ─────────────────────────────────── */
.smm-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--red); margin: 0 0 14px; display: inline-block; }
.smm-eyebrow--center { display: block; text-align: center; }
.smm-h2 { font-size: clamp(2rem, 3.6vw, 3rem); font-weight: 900; letter-spacing: -0.01em; line-height: 1.05; margin: 0 0 14px; color: var(--black); text-transform: uppercase; }
.smm-h2 em { font-style: normal; color: var(--red); font-weight: 900; }
.smm-h2--center { text-align: center; }
.smm-h2--white { color: var(--white); }
.smm-h2--white em { color: var(--red); }
.smm-section-inner { max-width: 1200px; margin: 0 auto; }
.smm-section-head { margin: 0 auto 56px; max-width: 880px; text-align: center; }
.smm-section-sub { font-size: 17px; line-height: 1.65; color: var(--muted); margin: 14px auto 0; max-width: 760px; }
.smm-accent { color: var(--red); font-weight: 700; }

.smm-btn { display: inline-flex; align-items: center; gap: 10px; padding: 17px 28px; font-size: 12px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; border-radius: 8px; transition: background 0.22s, color 0.22s, transform 0.22s, border-color 0.22s; white-space: nowrap; }
.smm-btn svg { width: 14px; height: 14px; transition: transform 0.22s; }
.smm-btn:hover svg:last-child { transform: translateX(4px); }
.smm-btn--primary { background: var(--red); color: var(--white); box-shadow: 0 12px 28px rgba(143, 56, 255, 0.32); }
.smm-btn--primary:hover { background: var(--black); color: var(--white); transform: translateY(-2px); }

/* ── HERO ──────────────────────────────────────────── */
.smm-hero { position: relative; padding: 80px 48px 96px; background: radial-gradient(circle at 88% 10%, rgba(143, 56, 255, 0.22) 0%, transparent 45%), radial-gradient(circle at 0% 100%, rgba(143, 56, 255, 0.08) 0%, transparent 50%), var(--black); color: var(--white); overflow: hidden; }
.smm-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 64px 64px; pointer-events: none; mask-image: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, transparent 80%); -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, transparent 80%); }
.smm-hero-watermark { position: absolute; bottom: -36px; right: -24px; font-size: clamp(6rem, 16vw, 14rem); font-weight: 900; letter-spacing: -0.04em; color: rgba(255,255,255,0.04); pointer-events: none; white-space: nowrap; line-height: 1; }
.smm-hero-inner { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 64px; align-items: center; }
.smm-hero-h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 900; letter-spacing: -0.02em; line-height: 1; margin: 0 0 18px; color: var(--white); text-transform: uppercase; }
.smm-hero-sub { font-size: 19px; line-height: 1.5; color: rgba(255,255,255,0.92); margin: 0 0 18px; max-width: 560px; }
.smm-hero-sub strong { color: var(--red); font-weight: 800; }
.smm-hero-body { font-size: 15.5px; line-height: 1.7; color: rgba(255,255,255,0.68); margin: 0 0 32px; max-width: 560px; }
.smm-hero-actions { display: inline-flex; gap: 14px; flex-wrap: wrap; }
.smm-hero-media { display: flex; justify-content: center; min-width: 0; }
.smm-hero-thumb { width: 100%; max-width: 480px; height: auto; display: block; border-radius: 12px; box-shadow: 0 28px 64px rgba(0,0,0,0.4); }

/* ── APPROACH ─────────────────────────────────────── */
.smm-approach { padding: 96px 48px; background: var(--white); }
.smm-approach-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.smm-approach-grid > :nth-child(5) { grid-column: 1 / -1; }
.smm-approach-card { position: relative; padding: 36px 32px; background: var(--bg); border: 1px solid var(--rule); border-radius: 14px; transition: transform 0.22s, border-color 0.22s, box-shadow 0.22s; }
.smm-approach-card::before { content: ""; position: absolute; top: 0; left: 0; height: 100%; width: 3px; background: var(--red); transform: scaleY(0); transform-origin: top; transition: transform 0.3s; }
.smm-approach-card:hover { transform: translateY(-3px); border-color: rgba(143, 56, 255, 0.4); box-shadow: 0 16px 36px rgba(0,0,0,0.05); }
.smm-approach-card:hover::before { transform: scaleY(1); }
.smm-approach-num { display: inline-block; font-size: 28px; font-weight: 900; color: var(--red); letter-spacing: -0.02em; line-height: 1; margin: 0 0 14px; }
.smm-approach-title { font-size: 20px; font-weight: 800; color: var(--black); margin: 0 0 12px; letter-spacing: -0.01em; }
.smm-approach-desc { font-size: 14.5px; line-height: 1.65; color: var(--muted); margin: 0; }

/* ── WHY (DARK BANNER) ─────────────────────────────── */
.smm-why { padding: 96px 48px; background: radial-gradient(circle at 80% 10%, rgba(143, 56, 255, 0.22) 0%, transparent 50%), radial-gradient(circle at 0% 100%, rgba(143, 56, 255, 0.06) 0%, transparent 55%), var(--black); color: var(--white); position: relative; overflow: hidden; }
.smm-why::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 48px 48px; pointer-events: none; mask-image: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, transparent 80%); -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, transparent 80%); }
.smm-why > * { position: relative; z-index: 1; }
.smm-why-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.smm-why-card { padding: 40px 32px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; transition: transform 0.22s, background 0.22s, border-color 0.22s; }
.smm-why-card:hover { transform: translateY(-3px); background: rgba(143, 56, 255, 0.08); border-color: rgba(143, 56, 255, 0.4); }
.smm-why-num { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase; color: var(--red); margin: 0 0 14px; }
.smm-why-title { font-size: 22px; font-weight: 800; color: var(--white); margin: 0 0 12px; letter-spacing: -0.01em; }
.smm-why-desc { font-size: 14.5px; line-height: 1.65; color: rgba(255,255,255,0.75); margin: 0; }

/* ── PROCESS ──────────────────────────────────────── */
.smm-process { padding: 96px 48px; background: var(--bg); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.smm-process-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.smm-process-item { display: flex; gap: 20px; padding: 24px 28px; background: var(--white); border: 1px solid var(--rule); border-radius: 12px; transition: transform 0.22s, border-color 0.22s, box-shadow 0.22s; }
.smm-process-item:hover { transform: translateY(-2px); border-color: rgba(143, 56, 255, 0.4); box-shadow: 0 14px 32px rgba(0,0,0,0.05); }
.smm-process-num { font-size: 22px; font-weight: 900; color: var(--red); letter-spacing: -0.02em; line-height: 1.1; flex-shrink: 0; min-width: 36px; }
.smm-process-text { font-size: 14.5px; line-height: 1.65; color: var(--black); margin: 0; }

/* ── RESPONSIVE ───────────────────────────────────── */
@media (max-width: 1024px) {
  .smm-hero { padding: 64px 28px 72px; }
  .smm-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .smm-approach, .smm-why, .smm-process { padding: 72px 28px; }
  .smm-why-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .smm-hero { padding: 56px 20px 64px; }
  .smm-approach, .smm-why, .smm-process { padding: 56px 20px; }
  .smm-approach-grid, .smm-process-list { grid-template-columns: 1fr; }
  .smm-approach-grid > :nth-child(5) { grid-column: auto; }
  .smm-hero-actions { flex-direction: column; width: 100%; }
  .smm-hero-actions .smm-btn { width: 100%; justify-content: center; }
}
