.page-social-media {
  display: block;
  font-family: 'Poppins', system-ui, -apple-system, sans-serif;
  color: #0f172a;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background: #f8f9fa;

  & *, & *::before, & *::after { box-sizing: border-box; margin: 0; padding: 0; }
  & img { max-width: 100%; display: block; }
  & a { color: inherit; text-decoration: none; }

  .msi {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  }
  .msi.filled { font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24; }

  /* ===== Layout ===== */
  .container { max-width: 76rem; margin: 0 auto; padding: 0 clamp(1rem, 3vw, 2.5rem); }

  /* ===== Hero ===== */
  .hero {
    position: relative;
    background: #06357a;
    min-height: calc(100svh - var(--header-h, 9rem));
    display: flex;
    align-items: center;
    padding: 3rem clamp(1rem, 3vw, 2.5rem);
    overflow: hidden;
  }

  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.07) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
  }

  .hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 76rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(20rem, 1.05fr);
    gap: 2.5rem;
    align-items: center;
  }

  .hero-inner > * {
    min-width: 0;
  }

  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 1rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    font-size: 0.8rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1.5rem;
  }

  .hero-badge-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #60a5fa;
    flex-shrink: 0;
  }

  .hero h1 {
    font-size: clamp(1.95rem, 2.9vw, 3rem);
    font-weight: 900;
    line-height: 1.07;
    letter-spacing: -0.04em;
    color: #fff;
    margin-bottom: 1rem;
  }

  .hero p {
    font-size: 1rem;
    color: rgba(255,255,255,0.85);
    line-height: 1.65;
    max-width: 36rem;
    margin-bottom: 1.6rem;
  }

  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .btn-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    padding: 0 2rem;
    border-radius: 0.6rem;
    background: #fff;
    color: #06357a;
    font-size: 0.95rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0,0,0,0.18);
    transition: background 0.18s ease;
  }
  .btn-white:hover { background: #f1f5f9; }

  .btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    padding: 0 2rem;
    border-radius: 0.6rem;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.25);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.18s ease;
  }
  .btn-ghost:hover { background: rgba(255,255,255,0.14); }

  .hero-visual-wrap {
    position: relative;
    min-height: 24rem;
  }

  .hero-social-board {
    position: absolute;
    inset: 0;
    border-radius: 1.4rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.97) 0%, rgba(240,247,255,0.98) 100%);
    border: 1px solid rgba(255,255,255,0.32);
    box-shadow: 0 28px 60px rgba(1, 14, 38, 0.3);
    padding: 1.15rem;
    transform: rotate(2.4deg);
    overflow: hidden;
  }

  .hero-social-board::before {
    content: '';
    position: absolute;
    inset: auto -4rem -4rem auto;
    width: 11rem;
    height: 11rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(96,165,250,0.2) 0%, rgba(96,165,250,0) 72%);
    pointer-events: none;
  }

  .hero-board-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
  }

  .hero-avatar-cluster {
    display: flex;
    align-items: center;
  }

  .hero-avatar-cluster span {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: -0.55rem;
    background: linear-gradient(135deg, #dbeafe 0%, #93c5fd 100%);
    box-shadow: 0 6px 16px rgba(15,23,42,0.12);
  }

  .hero-avatar-cluster span:nth-child(2) {
    background: linear-gradient(135deg, #bfdbfe 0%, #60a5fa 100%);
  }

  .hero-avatar-cluster span:nth-child(3) {
    background: linear-gradient(135deg, #e0f2fe 0%, #38bdf8 100%);
  }

  .hero-board-tag {
    padding: 0.5rem 0.8rem;
    border-radius: 999px;
    background: #e0ecff;
    color: #06357a;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
  }

  .hero-social-post {
    border-radius: 1.05rem;
    background: #fff;
    border: 1px solid #dbeafe;
    padding: 1rem;
    box-shadow: 0 12px 28px rgba(15,23,42,0.08);
  }

  .hero-social-post.featured {
    margin-bottom: 1rem;
  }

  .hero-post-top {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
  }

  .hero-post-avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.85rem;
    background: linear-gradient(135deg, #06357a 0%, #2563eb 100%);
    flex-shrink: 0;
  }

  .hero-post-name {
    color: #0f172a;
    font-size: 0.96rem;
    font-weight: 800;
  }

  .hero-post-meta {
    color: #64748b;
    font-size: 0.76rem;
    margin-top: 0.12rem;
  }

  .hero-post-lines {
    display: grid;
    gap: 0.45rem;
    margin-bottom: 0.95rem;
  }

  .hero-post-lines span {
    display: block;
    height: 0.62rem;
    border-radius: 999px;
    background: #e2e8f0;
  }

  .hero-post-lines span:nth-child(1) { width: 100%; }
  .hero-post-lines span:nth-child(2) { width: 88%; }
  .hero-post-lines span:nth-child(3) { width: 62%; }

  .hero-post-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .hero-post-metrics div {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    padding: 0.7rem 0.75rem;
    border-radius: 0.85rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
  }

  .hero-post-metrics strong {
    color: #06357a;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
  }

  .hero-post-metrics span {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 600;
  }

  .hero-social-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
  }

  .hero-mini-card {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.85rem;
    border-radius: 1rem;
    background: rgba(255,255,255,0.88);
    border: 1px solid #dbeafe;
  }

  .hero-mini-icon {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.85rem;
    display: grid;
    place-items: center;
    flex-shrink: 0;
  }

  .hero-mini-icon .msi {
    font-size: 1.2rem;
  }

  .hero-mini-card.linkedin .hero-mini-icon { background: rgba(0,119,181,0.12); color: #0077b5; }
  .hero-mini-card.facebook .hero-mini-icon { background: rgba(24,119,242,0.12); color: #1877f2; }
  .hero-mini-card.instagram .hero-mini-icon { background: rgba(225,48,108,0.12); color: #e1306c; }
  .hero-mini-card.x .hero-mini-icon { background: rgba(15,23,42,0.08); color: #0f172a; }

  .hero-mini-title {
    color: #0f172a;
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 0.1rem;
  }

  .hero-mini-copy {
    color: #64748b;
    font-size: 0.72rem;
  }

  .hero-growth-badge {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.65rem 0.9rem;
    border-radius: 999px;
    background: #0f172a;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    box-shadow: 0 14px 28px rgba(15,23,42,0.22);
  }

  .hero-growth-badge .msi {
    font-size: 1rem;
    color: #93c5fd;
  }

  /* ===== Sections ===== */
  .section { padding: 5rem 0; }
  .section.white { background: #fff; }
  .section.light { background: #f8f9fa; }
  .section.navy { background: #06357a; color: #fff; }

  .section-kicker {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #06357a;
    margin-bottom: 0.5rem;
  }

  .section-title {
    font-size: clamp(1.75rem, 2.5vw, 2.25rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #0f172a;
    margin-bottom: 1rem;
  }

  .section-title.center { text-align: center; }
  .section-title.white-text { color: #fff; }

  .section-sub {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.7;
    max-width: 40rem;
  }

  .section-sub.center { text-align: center; margin: 0 auto; }

  .cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    margin-top: 2rem;
    padding: 1.15rem 1.25rem;
    border-radius: 1rem;
    background: #0f172a;
    color: #fff;
    box-shadow: 0 14px 34px rgba(15,23,42,0.08);
  }

  .cta-box strong {
    display: block;
    margin-bottom: 0.22rem;
    font-size: 1rem;
    font-weight: 800;
  }

  .cta-box p {
    color: rgba(255,255,255,0.74);
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .cta-box-dark {
    margin-top: 2.25rem;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.16);
    box-shadow: none;
  }

  .cta-box-dark p {
    color: rgba(191,219,254,0.92);
  }

  .btn-primary-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.85rem;
    padding: 0.7rem 1.15rem;
    border-radius: 0.75rem;
    background: #fff;
    color: #06357a;
    font-size: 0.92rem;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(0,0,0,0.15);
  }

  .btn-primary-cta:hover {
    background: #eff6ff;
  }

  /* ===== Platform Cards — 4 col ===== */
  .platforms-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
  }

  .platform-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-radius: 0.85rem;
    border: 1px solid #e2e8f0;
    background: #f8f9fa;
    padding: 1.5rem;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
  }
  .platform-card:hover { transform: translateY(-4px); box-shadow: 0 14px 35px rgba(15,23,42,0.1); }

  .platform-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .platform-icon .msi { font-size: 1.6rem; }
  .platform-icon.linkedin  { background: rgba(0,119,181,0.1);  color: #0077b5; }
  .platform-icon.facebook  { background: rgba(24,119,242,0.1); color: #1877f2; }
  .platform-icon.twitter   { background: rgba(15,23,42,0.08);  color: #0f172a; }
  .platform-icon.instagram { background: rgba(225,48,108,0.1); color: #e1306c; }

  .platform-card h3 { font-size: 1.05rem; font-weight: 700; color: #0f172a; margin-bottom: 0.35rem; }
  .platform-card p  { font-size: 0.88rem; color: #64748b; line-height: 1.6; }

  /* ===== Building Presence — sticky-left + step cards ===== */
  .presence-inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    align-items: start;
  }

  .presence-sticky { position: sticky; top: 6rem; }
  .presence-sticky h2 { font-size: clamp(1.75rem, 2.3vw, 2.1rem); font-weight: 700; color: #0f172a; margin-bottom: 1rem; }
  .presence-sticky p { font-size: 1rem; color: #64748b; line-height: 1.7; margin-bottom: 1.5rem; }
  .presence-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #06357a;
    cursor: pointer;
    border: none;
    background: none;
    transition: gap 0.18s ease;
  }
  .presence-link:hover { gap: 0.7rem; }
  .presence-link .msi { font-size: 1rem; }

  .step-cards { display: flex; flex-direction: column; gap: 1.5rem; }

  .step-card {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 10px rgba(15,23,42,0.05);
    align-items: flex-start;
  }

  .step-num {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #06357a;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .step-num.mid  { background: rgba(6,53,122,0.7); }
  .step-num.low  { background: rgba(6,53,122,0.5); }

  .step-card h3 { font-size: 1.1rem; font-weight: 700; color: #0f172a; margin-bottom: 0.4rem; }
  .step-card p  { font-size: 0.9rem; color: #64748b; line-height: 1.6; }

  /* ===== Content Strategy 2×2 ===== */
  .content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 3.5rem;
  }

  .content-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 0.85rem;
    background: #f8f9fa;
    border: 1px solid #f1f5f9;
  }

  .content-icon {
    padding: 0.65rem;
    border-radius: 0.6rem;
    flex-shrink: 0;
  }

  .content-icon .msi { font-size: 1.3rem; }
  .content-icon.blue   { background: #dbeafe; color: #1d4ed8; }
  .content-icon.green  { background: #dcfce7; color: #15803d; }
  .content-icon.purple { background: #ede9fe; color: #7c3aed; }
  .content-icon.orange { background: #ffedd5; color: #c2410c; }

  .content-card h3 { font-size: 1rem; font-weight: 700; color: #0f172a; margin-bottom: 0.4rem; }
  .content-card p  { font-size: 0.87rem; color: #64748b; line-height: 1.6; }

  /* ===== Best Practices split ===== */
  .split-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 14px rgba(15,23,42,0.06);
  }

  .split-do, .split-dont {
    padding: 2.5rem;
  }

  .split-do   { background: #fff; }
  .split-dont { background: #f8f9fa; border-left: 1px solid #e2e8f0; }

  .split-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
  }

  .split-header .msi { font-size: 1.75rem; }
  .split-do   .split-header .msi { color: #16a34a; }
  .split-dont .split-header .msi { color: #ef4444; }

  .split-header h3 { font-size: 1.2rem; font-weight: 700; color: #0f172a; }

  .split-list { list-style: none; display: flex; flex-direction: column; gap: 1rem; }
  .split-list li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.9rem; color: #475569; }
  .split-list .msi { font-size: 1.1rem; flex-shrink: 0; margin-top: 0.1rem; }
  .split-do   .split-list .msi { color: #22c55e; }
  .split-dont .split-list .msi { color: #f87171; }

  /* ===== Measuring Success ===== */
  .success-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
  }

  .kpi-list { display: flex; flex-direction: column; gap: 2rem; margin-top: 2rem; }

  .kpi-item { display: flex; gap: 1rem; align-items: flex-start; }

  .kpi-icon {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 0.65rem;
    background: rgba(6,53,122,0.08);
    color: #06357a;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .kpi-icon .msi { font-size: 1.3rem; }
  .kpi-item h4 { font-size: 1rem; font-weight: 700; color: #0f172a; margin-bottom: 0.25rem; }
  .kpi-item p  { font-size: 0.87rem; color: #64748b; line-height: 1.55; }

  /* bar chart */
  .chart-card {
    position: relative;
    border-radius: 1.25rem;
    background: #f8f9fa;
    border: 1px solid #e2e8f0;
    box-shadow: 0 20px 50px rgba(15,23,42,0.1);
    padding: 2rem;
    display: flex;
    flex-direction: column;
  }

  .chart-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 1.5rem;
  }

  .chart-bars {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.75rem;
    height: 12rem;
  }

  .bar {
    flex: 1;
    border-radius: 0.4rem 0.4rem 0 0;
    position: relative;
  }

  .bar:nth-child(1) { background: rgba(6,53,122,0.2); height: 40%; }
  .bar:nth-child(2) { background: rgba(6,53,122,0.4); height: 55%; }
  .bar:nth-child(3) { background: rgba(6,53,122,0.6); height: 45%; }
  .bar:nth-child(4) { background: rgba(6,53,122,0.8); height: 70%; }
  .bar:nth-child(5) { background: #06357a; height: 90%; }

  .bar-tooltip {
    position: absolute;
    bottom: calc(100% + 0.5rem);
    left: 50%;
    transform: translateX(-50%);
    background: #0f172a;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.3rem 0.6rem;
    border-radius: 0.3rem;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease;
  }

  .bar:hover .bar-tooltip { opacity: 1; }

  .chart-divider { height: 1px; background: #e2e8f0; margin: 1rem 0 0.5rem; }

  .chart-xlabels {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    font-weight: 500;
    color: #94a3b8;
  }

  /* ===== 5-step Negative Feedback ===== */
  .feedback-section {
    position: relative;
    background: #06357a;
    padding: 5rem 1.5rem;
    overflow: hidden;
  }

  .feedback-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 18px 18px;
    pointer-events: none;
  }

  .feedback-inner {
    position: relative;
    z-index: 1;
    max-width: 56rem;
    margin: 0 auto;
    text-align: center;
  }

  .feedback-inner h2 {
    font-size: clamp(1.75rem, 2.5vw, 2.25rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 3rem;
  }

  .feedback-steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
    text-align: left;
  }

  .feedback-step {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 0.85rem;
    padding: 1.25rem;
    transition: background 0.22s ease;
  }
  .feedback-step:hover { background: rgba(255,255,255,0.18); }

  .feedback-step-num {
    font-size: 1.5rem;
    font-weight: 900;
    color: #93c5fd;
    margin-bottom: 0.6rem;
  }

  .feedback-step h3 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 0.5rem; }
  .feedback-step p  { font-size: 0.82rem; color: rgba(191,219,254,0.9); line-height: 1.55; }

  /* ===== Lead Form ===== */
  .lead-section { padding: 5rem 1.5rem; background: #fff; }

  .lead-card {
    max-width: 44rem;
    margin: 0 auto;
    background: #f8f9fa;
    border: 1px solid #e2e8f0;
    border-radius: 1.25rem;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(15,23,42,0.07);
  }

  .lead-card-header { text-align: center; margin-bottom: 2.5rem; }
  .lead-card-header h2 { font-size: clamp(1.6rem, 2.2vw, 2rem); font-weight: 700; color: #0f172a; margin-bottom: 0.75rem; }
  .lead-card-header p  { font-size: 1rem; color: #64748b; line-height: 1.65; }

  /* ===== Responsive ===== */
  @media (max-width: 1024px) {
    .hero {
      height: auto;
      padding: 2.8rem clamp(1rem, 3vw, 2rem);
    }

    .hero-inner {
      grid-template-columns: 1fr;
      gap: 2rem;
    }

    .hero-visual-wrap {
      max-width: 40rem;
      width: 100%;
      min-height: 22rem;
      margin: 0 auto;
    }

    .platforms-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .presence-inner { grid-template-columns: 1fr; gap: 2rem; }
    .presence-sticky { position: static; }
    .success-inner { grid-template-columns: 1fr; gap: 2.5rem; }
    .feedback-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  }

  @media (max-width: 768px) {
    .hero {
      min-height: auto;
      padding: 2.2rem 1rem;
    }

    .hero h1 {
      font-size: 2rem;
      margin-bottom: 1rem;
    }

    .hero p {
      font-size: 0.96rem;
      margin-bottom: 1.2rem;
    }

    .hero-visual-wrap {
      min-height: 20rem;
    }

    .hero-social-grid {
      grid-template-columns: 1fr;
    }

    .hero-growth-badge {
      position: static;
      margin-top: 0.9rem;
    }

    .content-grid { grid-template-columns: 1fr; }
    .split-panel { grid-template-columns: 1fr; }
    .split-dont { border-left: none; border-top: 1px solid #e2e8f0; }
    .feedback-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cta-box {
      flex-direction: column;
      align-items: flex-start;
    }

    .btn-primary-cta,
    .cta-box .btn-white {
      width: 100%;
    }
  }

  @media (max-width: 640px) {
    .hero {
      padding: 2rem 1rem;
      min-height: calc(100svh - var(--header-h, 5rem));
    }

    .hero-badge {
      margin-bottom: 1rem;
      font-size: 0.74rem;
    }

    .hero h1 {
      font-size: 1.75rem;
    }

    .hero p {
      font-size: 0.9rem;
      line-height: 1.6;
    }

    .section { padding: 3.5rem 0; }
    .hero-actions { flex-direction: column; }
    .btn-white,
    .btn-ghost {
      width: 100%;
    }

    .hero-visual-wrap {
      min-height: 17.5rem;
    }

    .hero-social-board {
      transform: none;
      padding: 0.85rem;
    }

    .hero-board-header {
      margin-bottom: 0.75rem;
    }

    .hero-board-tag {
      font-size: 0.7rem;
      padding: 0.42rem 0.65rem;
    }

    .hero-social-post {
      padding: 0.82rem;
    }

    .hero-post-metrics {
      gap: 0.55rem;
    }

    .hero-post-metrics div {
      padding: 0.55rem 0.6rem;
    }

    .hero-mini-card {
      padding: 0.72rem;
    }

    .feedback-section { padding: 3.5rem 1rem; }
    .feedback-steps { grid-template-columns: 1fr; }
    .lead-section { padding: 3.5rem 1rem; }
    .lead-card { padding: 2rem 1.5rem; }
    .platforms-grid { grid-template-columns: 1fr; }
    .lead-section-header {
      padding: 3.5rem 1.25rem 5.5rem;
    }

    .lead-section-header h2 {
      font-size: 1.8rem;
    }

    .lead-form-wrap {
      padding: 0 1rem 3rem;
    }
  }

  /* ===== Lead Form Section ===== */
  .lead-section {
    padding: 0;
    background: #fff;
  }

  .lead-section-header {
    background: #06357A;
    color: #fff;
    padding: 4rem 1.5rem 6rem;
    text-align: center;
  }

  .lead-section-header h2 {
    font-size: 2.5rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    margin-bottom: 1rem;
    color: #fff;
  }

  .lead-section-header p {
    color: #bfdbfe;
    max-width: 36rem;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.6;
  }

  .lead-form-wrap {
    max-width: 56rem;
    margin: -3rem auto 0;
    padding: 0 1.5rem 4rem;
    position: relative;
    z-index: 1;
  }
}

.page-social-media .faq-wrap {
  max-width: 52rem;
  margin: 0 auto;
}

.page-social-media .ms-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 2rem;
}

.page-social-media .ms-faq-item {
  list-style: none;
  border-bottom: 1px solid #dbe3ee;
  background: rgba(255, 255, 255, 0.82);
}

.page-social-media .ms-faq-item:first-child {
  border-top: 1px solid #dbe3ee;
}

.page-social-media .ms-faq-item summary {
  list-style: none;
}

.page-social-media .ms-faq-item summary::-webkit-details-marker {
  display: none;
}

.page-social-media .ms-faq-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1.15rem 0.15rem;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
}

.page-social-media .ms-faq-trigger:hover {
  color: #06357a;
}

.page-social-media .ms-faq-trigger:focus-visible {
  outline: 2px solid #06357a;
  outline-offset: 3px;
  border-radius: 0.35rem;
}

.page-social-media .ms-faq-chevron {
  flex-shrink: 0;
  width: 1.3rem;
  height: 1.3rem;
  color: #06357a;
  transition: transform 0.25s ease;
}

.page-social-media .ms-faq-item[open] .ms-faq-chevron {
  transform: rotate(180deg);
}

.page-social-media .ms-faq-answer {
  margin: 0;
  padding: 0 0.15rem 1.25rem;
  color: #475569;
  font-size: 0.96rem;
  line-height: 1.72;
}

@media (max-width: 640px) {
  .page-social-media .ms-faq-trigger {
    font-size: 0.95rem;
    padding: 1rem 0.1rem;
  }
}
