/* ==========================================================================
   Go Top · Social Media Management (ניהול חשבונות ברשתות החברתיות) · scoped
   Scope: .gtp-service[data-service-slug="social-media-management"]
   RULES: no html:has / body:has · no overflow-x on html/body
   ========================================================================== */

.gtp-service[data-service-slug="social-media-management"] {
    --smm-cyan: #5EEAFF;
    --smm-cyan-bright: #A8F2FF;
    --smm-navy-1: #0A1220;
    --smm-navy-2: #0F1B2E;
    --smm-navy-3: #142642;
    --smm-line: rgba(94,234,255,0.14);
    --smm-line-strong: rgba(94,234,255,0.30);
    --smm-text: #F1F3F8;
    --smm-text-mute: #8C93A6;
    --smm-amber: #F4B860;
    --smm-magenta: #B48CFF;
    --smm-pink: #FF5D8F;
}

/* Overflow protection scoped to .gtp-service ONLY */
.gtp-service[data-service-slug="social-media-management"] { overflow-x: clip; max-width: 100vw; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-hero__benefits { display: none; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-hero__visual {
    display: flex; justify-content: center; align-items: flex-start; min-width: 0;
}

/* ==========================================================================
   MOTION KEYFRAMES
   ========================================================================== */
@keyframes gtpSmmPulse {
    0%, 100% { box-shadow: 0 0 0 4px rgba(94,234,255,0.18); transform: scale(1); }
    50%      { box-shadow: 0 0 0 9px rgba(94,234,255,0.02); transform: scale(1.15); }
}
@keyframes gtpSmmCursor { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }
@keyframes gtpSmmPipeFlow { 0% { background-position: 0 0; } 100% { background-position: 20px 0; } }
@keyframes gtpSmmFillIn { 0% { width: 0; } 100% { width: var(--fill, 60%); } }
@keyframes gtpSmmLineDraw { 0% { stroke-dashoffset: 400; } 100% { stroke-dashoffset: 0; } }
@keyframes gtpSmmSpin { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } }
@keyframes gtpSmmSlideIn { 0% { opacity: 0; transform: translateY(6px); } 100% { opacity: 1; transform: translateY(0); } }
@keyframes gtpSmmStoryFill {
    0%   { width: 0; }
    100% { width: 100%; }
}
@keyframes gtpSmmSlideHint {
    0%, 50%   { transform: translateX(0); }
    75%       { transform: translateX(-6px); }
    100%      { transform: translateX(0); }
}
@keyframes gtpSmmHeart {
    0%, 100% { transform: scale(1); }
    30%      { transform: scale(1.24); }
    60%      { transform: scale(0.96); }
}
@keyframes gtpSmmReelPlay {
    0%, 100% { transform: scale(1); box-shadow: 0 0 0 3px rgba(94,234,255,0.16); }
    50%      { transform: scale(1.08); box-shadow: 0 0 0 6px rgba(94,234,255,0.06); }
}
@keyframes gtpSmmDotCycle {
    0%, 24%   { background: var(--smm-cyan); box-shadow: 0 0 6px rgba(94,234,255,0.55); }
    25%, 100% { background: rgba(94,234,255,0.30); box-shadow: none; }
}
@keyframes gtpSmmRoadBgMoveRTL {
    0%   { background-position: 125% 0; }
    100% { background-position: -25% 0; }
}
@keyframes gtpSmmGlowTravel {
    0%   { top: 0;                  opacity: 0; }
    8%   { opacity: 1; }
    92%  { opacity: 1; }
    100% { top: calc(100% - 120px); opacity: 0; }
}
@keyframes gtpSmmArrowDot {
    0%   { inset-inline-start: 0;   opacity: 0; }
    10%  { opacity: 1; }
    90%  { opacity: 1; }
    100% { inset-inline-start: 100%; opacity: 0; }
}
@keyframes gtpSmmWave {
    0%   { transform: scaleY(1);   }
    50%  { transform: scaleY(1.3); }
    100% { transform: scaleY(1);   }
}

/* ==========================================================================
   HERO · Social Content Studio Board
   ========================================================================== */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard {
    position: relative; width: 100%; max-width: 640px;
    padding: 22px 22px 20px; border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(15,27,46,0.96), rgba(6,11,20,0.98)),
        radial-gradient(circle at 18% 12%, rgba(94,234,255,0.10), transparent 55%);
    border: 1px solid var(--smm-line);
    box-shadow: 0 40px 80px -40px rgba(0,0,0,0.8), 0 12px 30px -18px rgba(94,234,255,0.20);
    overflow: hidden; isolation: isolate;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__glow { position: absolute; border-radius: 50%; filter: blur(70px); opacity: 0.35; pointer-events: none; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__glow--a { top: -90px; right: -70px; width: 260px; height: 260px; background: radial-gradient(circle, rgba(94,234,255,0.55), transparent 65%); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__glow--b { bottom: -100px; left: -70px; width: 240px; height: 240px; background: radial-gradient(circle, rgba(255,93,143,0.20), transparent 65%); }

.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__chips {
    position: relative; z-index: 1;
    display: flex; flex-wrap: wrap; gap: 5px; margin: 0 0 14px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__chip {
    padding: 4px 10px; border-radius: 999px;
    background: rgba(94,234,255,0.07); border: 1px solid rgba(94,234,255,0.20);
    color: var(--smm-cyan); font-size: 10.5px; font-weight: 600; letter-spacing: 0.02em; white-space: nowrap;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace; direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__chip--accent {
    background: rgba(94,234,255,0.16); border-color: rgba(94,234,255,0.45); color: var(--smm-cyan-bright);
}

.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__canvas {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0 0 14px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__col {
    display: flex; flex-direction: column; gap: 10px; min-width: 0;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__card {
    position: relative;
    background: linear-gradient(180deg, rgba(20,38,66,0.78), rgba(10,18,32,0.90));
    border: 1px solid var(--smm-line); border-radius: 14px;
    padding: 10px 12px;
    box-shadow: 0 12px 28px -18px rgba(0,0,0,0.6);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__card-head {
    display: flex; justify-content: space-between; align-items: center; gap: 8px;
    margin: 0 0 8px; padding-bottom: 6px; border-bottom: 1px dashed var(--smm-line);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__card-kicker {
    font-size: 10px; font-weight: 700; color: var(--smm-cyan);
    letter-spacing: 0.06em; text-transform: uppercase;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace; direction: ltr;
}

/* Feed post mockup */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__feed-head {
    display: grid; grid-template-columns: 22px 1fr 12px; gap: 6px; align-items: center;
    margin-bottom: 6px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__feed-avatar {
    width: 22px; height: 22px; border-radius: 50%;
    background:
        radial-gradient(circle at 30% 30%, var(--smm-pink), transparent 60%),
        radial-gradient(circle at 70% 70%, var(--smm-magenta), transparent 60%),
        linear-gradient(135deg, var(--smm-cyan), var(--smm-magenta));
    box-shadow: 0 0 0 1.5px var(--smm-navy-1), 0 0 0 3px rgba(255,93,143,0.55);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__feed-name-wrap { display: flex; flex-direction: column; gap: 3px; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__feed-name { width: 60%; height: 4px; border-radius: 2px; background: var(--smm-text); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__feed-sub { width: 40%; height: 3px; border-radius: 2px; background: rgba(255,255,255,0.24); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__feed-more { font-size: 12px; color: var(--smm-text-mute); text-align: center; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__feed-image {
    position: relative;
    height: 62px; border-radius: 5px; margin-bottom: 6px;
    background:
        radial-gradient(circle at 30% 40%, rgba(180,140,255,0.35), transparent 60%),
        radial-gradient(circle at 70% 60%, rgba(94,234,255,0.35), transparent 60%),
        linear-gradient(135deg, rgba(180,140,255,0.20), rgba(94,234,255,0.15));
    border: 1px solid rgba(94,234,255,0.24);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__feed-image-mark {
    position: absolute; inset: 20% 30%;
    border-radius: 6px;
    background: linear-gradient(135deg, var(--smm-cyan), var(--smm-cyan-bright));
    box-shadow: 0 0 8px rgba(94,234,255,0.45);
    opacity: 0.7;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__feed-actions {
    display: flex; align-items: center; gap: 8px;
    margin-bottom: 5px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__feed-actions > span { display: inline-flex; color: var(--smm-text); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__feed-actions svg { width: 12px; height: 12px; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__feed-heart {
    color: var(--smm-pink) !important;
    animation: gtpSmmHeart 2.4s ease-in-out infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__feed-bookmark {
    margin-inline-start: auto;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__feed-caption {
    display: block; width: 100%; height: 4px; border-radius: 2px; background: var(--smm-text);
    margin-bottom: 3px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__feed-caption--short { width: 60%; background: rgba(255,255,255,0.30); margin-bottom: 0; }

/* Reels card */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__reels-tag {
    padding: 2px 7px; border-radius: 999px;
    background: rgba(94,234,255,0.16); border: 1px solid rgba(94,234,255,0.42);
    color: var(--smm-cyan); font-size: 9px; font-weight: 800;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace; direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__reels-frame {
    position: relative;
    height: 62px; border-radius: 6px;
    background:
        radial-gradient(circle at 50% 50%, rgba(255,93,143,0.24), transparent 60%),
        radial-gradient(circle at 80% 20%, rgba(180,140,255,0.22), transparent 55%),
        linear-gradient(180deg, rgba(10,18,32,0.7), rgba(6,11,20,0.9));
    border: 1px solid rgba(94,234,255,0.20);
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__reels-play {
    display: inline-flex; align-items: center; justify-content: center;
    width: 28px; height: 28px; border-radius: 50%;
    background: rgba(10,18,32,0.7); border: 1px solid rgba(94,234,255,0.55);
    color: var(--smm-cyan-bright);
    animation: gtpSmmReelPlay 2.6s ease-in-out infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__reels-play svg { width: 14px; height: 14px; margin-inline-start: 2px; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__reels-waveform {
    position: absolute; bottom: 4px; left: 4px; right: 4px; height: 4px;
    background:
        repeating-linear-gradient(90deg,
            rgba(94,234,255,0.55) 0 2px,
            transparent 2px 4px);
    background-size: 4px 4px;
    animation: gtpSmmPipeFlow 2s linear infinite;
}

/* Story card */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__card--story {
    padding: 8px;
    background:
        linear-gradient(180deg, rgba(20,15,32,0.85), rgba(10,18,32,0.95));
    border: 1px solid rgba(255,93,143,0.22);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__story-progress {
    display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 3px;
    margin-bottom: 6px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__story-bar {
    height: 2.5px; border-radius: 999px; background: rgba(255,255,255,0.18);
    position: relative; overflow: hidden;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__story-bar--done { background: rgba(255,255,255,0.8); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__story-bar--active::after {
    content: ""; position: absolute; inset: 0;
    background: rgba(255,255,255,0.9);
    animation: gtpSmmStoryFill 3s ease-in-out infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__story-head {
    display: flex; align-items: center; gap: 5px;
    margin-bottom: 5px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__story-avatar {
    width: 18px; height: 18px; border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, var(--smm-pink), transparent 60%), linear-gradient(135deg, var(--smm-magenta), var(--smm-cyan));
    box-shadow: 0 0 0 1px var(--smm-navy-1), 0 0 0 2px var(--smm-pink);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__story-name {
    flex: 1; height: 4px; border-radius: 2px; background: rgba(255,255,255,0.65); max-width: 60%;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__story-body {
    display: flex; flex-direction: column; gap: 3px; align-items: center; text-align: center;
    padding: 8px 4px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__story-text { width: 85%; height: 5px; border-radius: 2px; background: rgba(255,255,255,0.75); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__story-text--short { width: 55%; background: rgba(255,255,255,0.35); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__story-btn {
    padding: 3px 10px; border-radius: 999px;
    background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.32);
    color: var(--smm-text); font-size: 7.5px; font-weight: 700;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace;
    letter-spacing: 0.03em; direction: ltr;
    margin-top: 4px;
}

/* Calendar card */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__cal-tag {
    padding: 2px 7px; border-radius: 999px;
    background: rgba(94,234,255,0.16); border: 1px solid rgba(94,234,255,0.42);
    color: var(--smm-cyan); font-size: 9px; font-weight: 800;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace; direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__cal-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 3px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__cal-cell {
    height: 12px; border-radius: 3px;
    background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06);
    position: relative;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__cal-cell--pub {
    background: rgba(94,234,255,0.22); border-color: rgba(94,234,255,0.55);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__cal-cell--pub::after {
    content: ""; position: absolute; top: 3px; left: 50%; transform: translateX(-50%);
    width: 4px; height: 4px; border-radius: 50%;
    background: var(--smm-cyan);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__cal-cell--sched {
    background: rgba(180,140,255,0.14); border-color: rgba(180,140,255,0.42);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__cal-cell--sched::after {
    content: ""; position: absolute; top: 3px; left: 50%; transform: translateX(-50%);
    width: 4px; height: 4px; border-radius: 50%;
    background: var(--smm-magenta);
    opacity: 0.75;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__cal-cell--now {
    background: linear-gradient(135deg, var(--smm-cyan), var(--smm-cyan-bright));
    border-color: transparent;
    box-shadow: 0 0 0 2px rgba(94,234,255,0.20);
    animation: gtpSmmPulse 2.4s ease-in-out infinite;
}

/* Metrics strip */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__metrics {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 0 0 12px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__metric {
    background: rgba(255,255,255,0.02); border: 1px solid var(--smm-line);
    border-radius: 10px; padding: 8px 10px;
    display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto;
    column-gap: 6px; row-gap: 2px; min-width: 0;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__metric--accent {
    background: linear-gradient(180deg, rgba(94,234,255,0.10), rgba(255,255,255,0.02));
    border-color: rgba(94,234,255,0.38);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__metric-k {
    grid-column: 1 / -1; grid-row: 1;
    font-size: 9.5px; color: var(--smm-text-mute); text-transform: uppercase;
    letter-spacing: 0.03em; font-weight: 700;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace; direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__metric-v {
    grid-column: 1; grid-row: 2;
    font-size: 13px; font-weight: 800; color: var(--smm-text); line-height: 1.15;
    direction: ltr;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__metric--accent .gtp-svc-smmboard__metric-v { color: var(--smm-cyan); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__metric-trend {
    grid-column: 2; grid-row: 2; align-self: center; color: var(--smm-cyan);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__metric-trend svg { width: 16px; height: 16px; display: block; }

/* Pipeline strip */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__pipeline {
    position: relative; z-index: 1;
    margin-top: 4px; padding: 12px 4px 2px;
    border-top: 1px dashed var(--smm-line);
    display: flex; align-items: center; justify-content: space-between; gap: 4px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__pipe-node {
    display: flex; flex-direction: column; align-items: center; gap: 4px; flex: 0 0 auto;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__pipe-dot {
    width: 9px; height: 9px; border-radius: 50%;
    background: rgba(94,234,255,0.24); border: 1.5px solid rgba(94,234,255,0.55);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__pipe-node--end .gtp-svc-smmboard__pipe-dot {
    background: var(--smm-cyan); box-shadow: 0 0 0 4px rgba(94,234,255,0.20);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__pipe-t {
    font-size: 9px; color: var(--smm-text-mute); font-weight: 600;
    letter-spacing: 0.03em; text-transform: uppercase; white-space: nowrap;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace; direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__pipe-node--end .gtp-svc-smmboard__pipe-t { color: var(--smm-cyan); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__pipe-line {
    flex: 1 1 auto; height: 1px; margin-top: -14px;
    background: repeating-linear-gradient(90deg, rgba(94,234,255,0.42) 0 4px, transparent 4px 8px);
    background-size: 8px 1px;
    animation: gtpSmmPipeFlow 3s linear infinite;
}

/* ==========================================================================
   SECTION FRAME + uniform padding
   ========================================================================== */
.gtp-service[data-service-slug="social-media-management"] > section:not(.gtp-svc-hero) {
    padding: 88px 0 !important;
    background: var(--smm-navy-1) !important;
    background-image: none !important;
}
.gtp-service[data-service-slug="social-media-management"] [class$="__eyebrow"] {
    display: inline-block; padding: 5px 12px; margin-bottom: 14px;
    border-radius: 999px;
    background: rgba(94,234,255,0.10); border: 1px solid rgba(94,234,255,0.30);
    color: var(--smm-cyan); font-size: 11px; font-weight: 700;
    letter-spacing: 0.06em; text-transform: uppercase;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace; direction: ltr;
}

/* ==========================================================================
   SOCIAL MANAGEMENT SYSTEM · 8 modules
   ========================================================================== */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__grid {
    list-style: none; margin: 44px 0 0; padding: 0;
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__mod {
    position: relative; padding: 16px 18px 18px; border-radius: 16px;
    background: linear-gradient(180deg, rgba(20,38,66,0.55), rgba(10,18,32,0.80));
    border: 1px solid var(--smm-line);
    box-shadow: 0 20px 40px -30px rgba(0,0,0,0.55);
    display: flex; flex-direction: column; gap: 10px;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__mod:hover {
    transform: translateY(-4px); border-color: rgba(94,234,255,0.35);
    box-shadow: 0 28px 50px -30px rgba(94,234,255,0.22);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__viz {
    min-height: 68px; padding: 8px; border-radius: 10px;
    background: linear-gradient(180deg, rgba(15,27,46,0.85), rgba(10,18,32,0.95));
    border: 1px solid var(--smm-line);
    display: flex; align-items: center; justify-content: center;
    overflow: hidden; position: relative;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__head {
    display: flex; align-items: center; gap: 10px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 32px; height: 32px; border-radius: 9px;
    background: rgba(94,234,255,0.10); border: 1px solid rgba(94,234,255,0.28);
    color: var(--smm-cyan); flex: 0 0 auto;
    transition: transform 0.3s ease;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__mod:hover .gtp-svc-smmmodules__icon {
    transform: rotate(6deg) scale(1.05);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__icon svg { width: 18px; height: 18px; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__title { margin: 0; font-size: 15px; font-weight: 700; color: var(--smm-text); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__text { margin: 0; font-size: 12.5px; line-height: 1.55; color: #B8BEC9; }

/* Strategy pillars viz */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__pillars {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; align-items: end;
    width: 100%; height: 100%; padding: 4px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__pillar {
    border-radius: 4px 4px 0 0;
    background: linear-gradient(180deg, var(--smm-cyan), rgba(94,234,255,0.15));
    box-shadow: 0 0 6px rgba(94,234,255,0.35);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__pillar--a { height: 55%; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__pillar--b { height: 80%; background: linear-gradient(180deg, var(--smm-pink), rgba(255,93,143,0.15)); box-shadow: 0 0 6px rgba(255,93,143,0.35); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__pillar--c { height: 65%; background: linear-gradient(180deg, var(--smm-magenta), rgba(180,140,255,0.15)); box-shadow: 0 0 6px rgba(180,140,255,0.35); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__pillar--d { height: 90%; }

/* Copy caption viz */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__caption {
    width: 100%; display: flex; flex-direction: column; gap: 4px; padding: 4px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__caption-line {
    position: relative; height: 5px; border-radius: 2px; background: var(--smm-text);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__caption-line--long { width: 100%; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__caption-line--short { width: 55%; background: rgba(255,255,255,0.30); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__caption-cursor {
    position: absolute; top: -1px; inset-inline-end: -3px;
    width: 1.5px; height: 7px; background: var(--smm-cyan);
    animation: gtpSmmCursor 0.9s steps(1) infinite;
}

/* Design canvas viz */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__canvas {
    position: relative; width: 100%; height: 46px;
    border-radius: 5px;
    background: rgba(10,18,32,0.7); border: 1px solid rgba(94,234,255,0.20);
    overflow: hidden;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__canvas-guide {
    position: absolute; left: 0; right: 0; top: 50%; height: 1px;
    background: rgba(94,234,255,0.20);
    background-image: repeating-linear-gradient(90deg, rgba(94,234,255,0.30) 0 4px, transparent 4px 8px);
    background-size: 8px 1px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__canvas-guide--v {
    top: 0; bottom: 0; left: 50%; width: 1px; height: auto; right: auto;
    background-image: repeating-linear-gradient(180deg, rgba(94,234,255,0.30) 0 4px, transparent 4px 8px);
    background-size: 1px 8px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__canvas-block {
    position: absolute; inset: 6px 26px 6px 6px;
    border-radius: 3px;
    background: linear-gradient(135deg, rgba(94,234,255,0.28), rgba(180,140,255,0.20));
    border: 1px solid rgba(94,234,255,0.35);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__canvas-block--brand {
    inset: auto 4px 4px auto;
    width: 18px; height: 6px;
    background: linear-gradient(90deg, var(--smm-cyan), var(--smm-cyan-bright));
    border: none;
}

/* Stories progress viz */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__stories {
    width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; padding: 8px 4px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__stories-bar {
    height: 4px; border-radius: 999px; background: rgba(255,255,255,0.14); position: relative; overflow: hidden;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__stories-bar--done { background: rgba(255,255,255,0.7); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__stories-bar--active::after {
    content: ""; position: absolute; inset: 0; background: rgba(255,255,255,0.85);
    animation: gtpSmmStoryFill 3s ease-in-out infinite;
}

/* Reels viz */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__reel {
    position: relative;
    width: 42px; height: 52px; border-radius: 6px;
    background:
        radial-gradient(circle at 50% 40%, rgba(255,93,143,0.28), transparent 60%),
        radial-gradient(circle at 30% 80%, rgba(180,140,255,0.22), transparent 55%),
        linear-gradient(180deg, rgba(10,18,32,0.7), rgba(6,11,20,0.9));
    border: 1px solid rgba(94,234,255,0.24);
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__reel-play {
    display: inline-flex; align-items: center; justify-content: center;
    width: 22px; height: 22px; border-radius: 50%;
    background: rgba(10,18,32,0.7); border: 1px solid rgba(94,234,255,0.55);
    color: var(--smm-cyan-bright);
    animation: gtpSmmReelPlay 2.6s ease-in-out infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__reel-play svg { width: 10px; height: 10px; margin-inline-start: 2px; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__reel-wave {
    position: absolute; bottom: 3px; left: 4px; right: 4px; height: 3px;
    background: repeating-linear-gradient(90deg, rgba(94,234,255,0.45) 0 2px, transparent 2px 4px);
    background-size: 4px 3px;
    animation: gtpSmmPipeFlow 2s linear infinite;
}

/* Calendar module viz */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__cal {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 3px; width: 100%; padding: 3px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__cal-cell {
    height: 12px; border-radius: 3px;
    background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06);
    position: relative;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__cal-cell--pub {
    background: rgba(94,234,255,0.22); border-color: rgba(94,234,255,0.55);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__cal-cell--pub::after {
    content: ""; position: absolute; top: 3px; left: 50%; transform: translateX(-50%);
    width: 4px; height: 4px; border-radius: 50%; background: var(--smm-cyan);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__cal-cell--sched {
    background: rgba(180,140,255,0.14); border-color: rgba(180,140,255,0.42);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__cal-cell--sched::after {
    content: ""; position: absolute; top: 3px; left: 50%; transform: translateX(-50%);
    width: 4px; height: 4px; border-radius: 50%; background: var(--smm-magenta); opacity: 0.75;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__cal-cell--now {
    background: linear-gradient(135deg, var(--smm-cyan), var(--smm-cyan-bright));
    border-color: transparent;
    box-shadow: 0 0 0 2px rgba(94,234,255,0.20);
    animation: gtpSmmPulse 2.4s ease-in-out infinite;
}

/* Page management (profile) viz */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__profile {
    display: grid; grid-template-columns: 22px 1fr 44px; gap: 6px; align-items: center;
    width: 100%; padding: 4px 6px;
    border-radius: 5px;
    background: rgba(10,18,32,0.6); border: 1px solid rgba(94,234,255,0.18);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__profile-avatar {
    width: 22px; height: 22px; border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, var(--smm-pink), transparent 60%), linear-gradient(135deg, var(--smm-magenta), var(--smm-cyan));
    box-shadow: 0 0 0 1.5px var(--smm-navy-1), 0 0 0 2.5px var(--smm-pink);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__profile-name-wrap { display: flex; flex-direction: column; gap: 3px; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__profile-name { width: 70%; height: 4px; border-radius: 2px; background: var(--smm-text); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__profile-bio { width: 50%; height: 3px; border-radius: 2px; background: rgba(255,255,255,0.30); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__profile-badge {
    padding: 2px 5px; border-radius: 999px;
    background: rgba(94,234,255,0.16); border: 1px solid rgba(94,234,255,0.42);
    color: var(--smm-cyan); font-size: 7px; font-weight: 900;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace;
    letter-spacing: 0.04em; direction: ltr; text-align: center;
}

/* Reports sparkline viz */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__spark { width: 100%; height: 42px; display: block; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__spark-line {
    stroke-dasharray: 400; stroke-dashoffset: 400;
    animation: gtpSmmLineDraw 2.6s ease-out forwards;
    filter: drop-shadow(0 0 4px rgba(94,234,255,0.55));
}

/* ==========================================================================
   FIT MAP
   ========================================================================== */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__flow {
    margin: 40px auto 32px; max-width: 1000px;
    display: flex; align-items: stretch; justify-content: center;
    gap: 6px; flex-wrap: wrap;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__flow-node {
    flex: 1 1 130px;
    display: flex; flex-direction: column; align-items: center; text-align: center;
    padding: 14px 12px; border-radius: 14px;
    background: linear-gradient(180deg, rgba(20,38,66,0.55), rgba(10,18,32,0.80));
    border: 1px solid var(--smm-line);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__flow-node:hover {
    transform: translateY(-3px); border-color: rgba(94,234,255,0.42);
    box-shadow: 0 22px 44px -26px rgba(94,234,255,0.35);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__flow-node--end {
    border-color: rgba(255,93,143,0.42);
    background: radial-gradient(circle at 50% 0%, rgba(255,93,143,0.16), transparent 60%), linear-gradient(180deg, rgba(20,38,66,0.60), rgba(10,18,32,0.85));
    box-shadow: 0 22px 44px -26px rgba(255,93,143,0.42);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__flow-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border-radius: 10px;
    background: rgba(94,234,255,0.14); border: 1px solid rgba(94,234,255,0.38);
    color: var(--smm-cyan); margin-bottom: 6px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__flow-node--end .gtp-svc-smmfit__flow-icon {
    background: linear-gradient(135deg, var(--smm-pink), var(--smm-magenta));
    color: #FFFFFF; border-color: transparent;
    box-shadow: 0 0 0 4px rgba(255,93,143,0.20);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__flow-icon svg { width: 18px; height: 18px; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__flow-t {
    font-size: 12px; font-weight: 800;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace;
    letter-spacing: 0.06em; text-transform: uppercase; direction: ltr;
    color: var(--smm-text);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__flow-arrow {
    position: relative; align-self: center;
    width: 34px; height: 1px;
    background: repeating-linear-gradient(90deg, rgba(94,234,255,0.45) 0 4px, transparent 4px 8px);
    background-size: 8px 1px;
    animation: gtpSmmPipeFlow 3s linear infinite;
    overflow: visible;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__flow-dot {
    position: absolute; top: 50%; inset-inline-start: 0;
    width: 6px; height: 6px; margin-top: -3px;
    border-radius: 50%; background: var(--smm-cyan);
    box-shadow: 0 0 6px rgba(94,234,255,0.65), 0 0 0 2px rgba(94,234,255,0.20);
    animation: gtpSmmArrowDot 2.6s ease-in-out infinite;
}

.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__grid {
    margin-top: 32px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 22px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__panel {
    padding: 26px 24px 22px; border-radius: 20px;
    background: linear-gradient(180deg, rgba(20,38,66,0.60), rgba(10,18,32,0.85));
    border: 1px solid var(--smm-line);
    display: flex; flex-direction: column; gap: 14px;
    transition: transform 0.35s ease;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__panel:hover { transform: translateY(-3px); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__panel--fit {
    background: radial-gradient(circle at 100% 0%, rgba(94,234,255,0.10), transparent 55%), linear-gradient(180deg, rgba(20,38,66,0.60), rgba(10,18,32,0.85));
    border-color: rgba(94,234,255,0.30);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__panel-head { display: flex; align-items: center; gap: 14px; padding-bottom: 14px; border-bottom: 1px dashed var(--smm-line); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__panel-mark {
    display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center;
    border-radius: 12px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
    color: var(--smm-text-mute); flex: 0 0 auto;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__panel-mark--fit {
    background: rgba(94,234,255,0.18); border-color: rgba(94,234,255,0.55);
    color: var(--smm-cyan); box-shadow: 0 0 0 3px rgba(94,234,255,0.10);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__panel-mark--caution { background: rgba(244,184,96,0.14); border-color: rgba(244,184,96,0.42); color: var(--smm-amber); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__panel-mark svg { width: 20px; height: 20px; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__panel-title-wrap { display: flex; flex-direction: column; gap: 2px; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__panel-kicker {
    font-size: 10.5px; color: var(--smm-text-mute);
    text-transform: uppercase; letter-spacing: 0.06em; font-weight: 700;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace; direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__panel--fit .gtp-svc-smmfit__panel-kicker { color: var(--smm-cyan); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__panel-title { margin: 0; font-size: 20px; font-weight: 700; color: var(--smm-text); line-height: 1.25; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 7px; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__list li {
    display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: baseline;
    font-size: 14px; color: var(--smm-text); line-height: 1.5;
    opacity: 0; animation: gtpSmmSlideIn 0.5s ease-out both;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__list li:nth-child(1) { animation-delay: 0.05s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__list li:nth-child(2) { animation-delay: 0.10s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__list li:nth-child(3) { animation-delay: 0.15s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__list li:nth-child(4) { animation-delay: 0.20s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__list li:nth-child(5) { animation-delay: 0.25s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__list li:nth-child(6) { animation-delay: 0.30s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__item-check {
    display: inline-flex; align-items: center; justify-content: center;
    width: 20px; height: 20px; border-radius: 50%;
    background: rgba(94,234,255,0.18); color: var(--smm-cyan);
    font-size: 11px; font-weight: 800; flex: 0 0 auto;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__item-check--caution { background: rgba(244,184,96,0.16); color: var(--smm-amber); font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace; }

/* ==========================================================================
   OWNER QUOTE
   ========================================================================== */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-quote { padding: 40px 0 !important; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-quote__card {
    position: relative; max-width: 780px; margin: 0 auto;
    padding: 40px 36px 34px; border-radius: 22px;
    background: radial-gradient(60% 100% at 100% 0%, rgba(94,234,255,0.08), transparent 60%), rgba(12,22,38,0.78);
    border: 1px solid rgba(94,234,255,0.22);
    box-shadow: 0 30px 80px -50px rgba(94,234,255,0.4);
    isolation: isolate;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-quote__mark {
    position: absolute; top: 6px; inset-inline-end: 22px;
    font-family: "Rubik", "Heebo", system-ui, sans-serif;
    font-size: 110px; line-height: 1; color: rgba(94,234,255,0.14);
    pointer-events: none; user-select: none;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-quote__text {
    margin: 0 0 24px; padding: 0;
    font-family: "Rubik", "Heebo", system-ui, sans-serif;
    font-weight: 500; font-size: clamp(17px, 1.6vw, 21px);
    line-height: 1.55; color: var(--smm-text); letter-spacing: -0.005em;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-quote__author { display: flex; align-items: center; gap: 14px; margin: 0; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-quote__avatar {
    display: inline-flex; width: 60px; height: 60px; flex-shrink: 0;
    border-radius: 50%; overflow: hidden;
    background: rgba(94,234,255,0.06); border: 1px solid rgba(94,234,255,0.28);
    box-shadow: 0 0 0 3px rgba(94,234,255,0.08);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-quote__avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-quote__id { display: inline-flex; flex-direction: column; gap: 2px; min-width: 0; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-quote__name { font-weight: 800; font-size: 15.5px; color: #FFFFFF !important; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-quote__role,
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-quote__role span {
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace;
    font-size: 11.5px; font-weight: 600; letter-spacing: 0.04em;
    color: #C7CDDA !important;
}

/* ==========================================================================
   MINI CTA
   ========================================================================== */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-cta-mini { padding: 40px 0 !important; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmini__card {
    display: grid !important;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
    padding: 24px 28px;
    border-radius: 18px;
    background:
        radial-gradient(90% 100% at 100% 0%, rgba(94,234,255,0.10), transparent 55%),
        linear-gradient(180deg, rgba(20,38,66,0.65), rgba(10,18,32,0.90));
    border: 1px solid rgba(94,234,255,0.28);
    box-shadow: 0 30px 60px -40px rgba(94,234,255,0.32);
}
@media (max-width: 767px) {
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmini__card {
        grid-template-columns: 1fr; gap: 16px; padding: 22px 20px;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmini__card .gtp-svc-cta-mini__action,
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmini__card .gtp-svc-cta-mini__action a { width: 100%; }
}

/* ==========================================================================
   CONTENT WORKFLOW BOARD (Section 6)
   ========================================================================== */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__pipeline {
    margin: 44px 0 0;
    display: grid; grid-template-columns: 1fr 14px 1fr 14px 1fr 14px 1fr 14px 1fr;
    gap: 6px; align-items: stretch;
    padding: 22px; border-radius: 20px;
    background: linear-gradient(180deg, rgba(15,27,46,0.9), rgba(6,11,20,0.98));
    border: 1px solid var(--smm-line);
    box-shadow: 0 40px 80px -50px rgba(0,0,0,0.8);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__col {
    display: flex; flex-direction: column; gap: 8px;
    padding: 12px 10px; border-radius: 10px;
    background: rgba(255,255,255,0.02); border: 1px solid var(--smm-line);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__col--active { border-color: rgba(94,234,255,0.42); box-shadow: 0 12px 24px -14px rgba(94,234,255,0.35); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__col--live {
    background: radial-gradient(circle at 50% 0%, rgba(94,234,255,0.12), transparent 55%), rgba(255,255,255,0.02);
    border-color: rgba(94,234,255,0.42);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__col-h {
    font-size: 10px; color: var(--smm-cyan); font-weight: 800;
    letter-spacing: 0.06em; text-transform: uppercase; text-align: center;
    padding-bottom: 6px; border-bottom: 1px dashed var(--smm-line);
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace; direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__card {
    padding: 8px 10px; border-radius: 8px;
    background: rgba(10,18,32,0.7); border: 1px solid rgba(94,234,255,0.20);
    display: flex; flex-direction: column; gap: 5px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__card-head {
    display: flex; align-items: center; gap: 6px;
    padding-bottom: 4px; border-bottom: 1px dashed var(--smm-line);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__card-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 20px; height: 20px; border-radius: 5px;
    background: rgba(94,234,255,0.14); border: 1px solid rgba(94,234,255,0.35);
    color: var(--smm-cyan); flex: 0 0 auto;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__card-icon--purple {
    background: rgba(180,140,255,0.16); border-color: rgba(180,140,255,0.42); color: #C6A9FF;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__card-icon svg { width: 12px; height: 12px; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__card-id {
    font-size: 9px; color: var(--smm-cyan); font-weight: 900;
    letter-spacing: 0.03em;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace; direction: ltr;
    margin-inline-start: auto;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__card-badge {
    padding: 2px 6px; border-radius: 3px;
    background: linear-gradient(135deg, var(--smm-cyan), var(--smm-cyan-bright));
    color: var(--smm-navy-1); font-size: 7px; font-weight: 900;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace;
    letter-spacing: 0.05em; direction: ltr;
    box-shadow: 0 0 0 2px rgba(94,234,255,0.14);
    animation: gtpSmmPulse 2.4s ease-in-out infinite;
    margin-inline-start: 0;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__card-sub {
    font-size: 9px; color: var(--smm-text-mute); font-weight: 800;
    letter-spacing: 0.05em; text-transform: uppercase;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace; direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__card-sub--live { color: var(--smm-cyan-bright); }

/* Ideas card · sticky notes */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__notes {
    display: flex; flex-direction: column; gap: 3px;
    padding: 5px; border-radius: 5px;
    background: rgba(244,184,96,0.06); border: 1px dashed rgba(244,184,96,0.28);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__note {
    height: 4px; border-radius: 2px; background: var(--smm-text);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__note--short { width: 65%; background: rgba(255,255,255,0.30); }

/* Copy card · caption draft */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__caption {
    display: flex; flex-direction: column; gap: 3px;
    padding: 5px; border-radius: 5px;
    background: rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.06);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__caption-line {
    position: relative; height: 4px; border-radius: 2px; background: var(--smm-text);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__caption-line--long { width: 100%; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__caption-line--short { width: 55%; background: rgba(255,255,255,0.30); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__caption-cursor {
    position: absolute; top: -1px; inset-inline-end: -3px;
    width: 1.5px; height: 6px; background: var(--smm-cyan);
    animation: gtpSmmCursor 0.9s steps(1) infinite;
}

/* Design card · post canvas */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__canvas {
    position: relative;
    width: 100%; height: 46px;
    border-radius: 5px;
    background:
        radial-gradient(circle at 30% 40%, rgba(180,140,255,0.20), transparent 55%),
        rgba(10,18,32,0.7);
    border: 1px solid rgba(94,234,255,0.24);
    overflow: hidden;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__canvas-guide-h {
    position: absolute; left: 0; right: 0; top: 50%; height: 1px;
    background: repeating-linear-gradient(90deg, rgba(94,234,255,0.35) 0 4px, transparent 4px 8px);
    background-size: 8px 1px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__canvas-guide-v {
    position: absolute; top: 0; bottom: 0; left: 50%; width: 1px;
    background: repeating-linear-gradient(180deg, rgba(94,234,255,0.35) 0 4px, transparent 4px 8px);
    background-size: 1px 8px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__canvas-block {
    position: absolute; inset: 5px 22px 5px 5px;
    border-radius: 3px;
    background: linear-gradient(135deg, rgba(94,234,255,0.24), rgba(180,140,255,0.18));
    border: 1px solid rgba(94,234,255,0.32);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__canvas-brand {
    position: absolute; bottom: 5px; right: 5px;
    width: 14px; height: 5px; border-radius: 2px;
    background: linear-gradient(90deg, var(--smm-cyan), var(--smm-cyan-bright));
}

/* Approval card · checks */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__checks {
    list-style: none; margin: 0; padding: 0;
    display: flex; flex-direction: column; gap: 3px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__checks li {
    display: grid; grid-template-columns: 12px 1fr; gap: 6px; align-items: center;
    padding: 2px 5px; border-radius: 4px;
    background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.05);
    font-size: 9px; color: var(--smm-text); font-weight: 700;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace; direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__check {
    display: inline-flex; align-items: center; justify-content: center;
    width: 10px; height: 10px; border-radius: 50%;
    background: rgba(180,140,255,0.14); color: #C6A9FF;
    font-size: 7px; font-weight: 900;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__check--ok {
    background: linear-gradient(135deg, var(--smm-cyan), var(--smm-cyan-bright));
    color: var(--smm-navy-1);
    box-shadow: 0 0 0 2px rgba(94,234,255,0.14);
}

/* Publish card · LIVE state */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__card--publish {
    background: radial-gradient(60% 100% at 50% 0%, rgba(94,234,255,0.14), transparent 60%), rgba(10,18,32,0.7);
    border-color: rgba(94,234,255,0.42);
    box-shadow: 0 12px 24px -14px rgba(94,234,255,0.32), inset 0 0 0 1px rgba(94,234,255,0.10);
    align-items: center; text-align: center;
    gap: 5px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__publish-head {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    padding-bottom: 5px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__publish-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 26px; height: 26px; border-radius: 50%;
    background: linear-gradient(135deg, var(--smm-cyan), var(--smm-cyan-bright));
    color: var(--smm-navy-1);
    box-shadow: 0 0 0 3px rgba(94,234,255,0.20), 0 0 12px rgba(94,234,255,0.45);
    animation: gtpSmmPulse 2.4s ease-in-out infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__publish-icon svg { width: 14px; height: 14px; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__publish-label {
    padding: 3px 10px; border-radius: 999px;
    background: linear-gradient(135deg, var(--smm-cyan), var(--smm-cyan-bright));
    color: var(--smm-navy-1); font-size: 10px; font-weight: 900;
    letter-spacing: 0.08em;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace; direction: ltr;
    box-shadow: 0 0 0 3px rgba(94,234,255,0.14), 0 0 8px rgba(94,234,255,0.32);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__publish-strip {
    display: block; width: 100%; height: 3px; border-radius: 999px;
    background: linear-gradient(90deg, rgba(94,234,255,0.14), var(--smm-cyan), rgba(94,234,255,0.14));
    margin-top: 4px;
}

.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__arrow {
    align-self: center; height: 1px;
    background: repeating-linear-gradient(90deg, rgba(94,234,255,0.55) 0 4px, transparent 4px 8px);
    background-size: 8px 1px;
    animation: gtpSmmPipeFlow 3s linear infinite;
}

/* ==========================================================================
   CONTENT FORMATS SHOWCASE (Section 7) · flagship
   ========================================================================== */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__grid {
    list-style: none; margin: 44px 0 0; padding: 0;
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__card {
    display: flex; flex-direction: column;
    border-radius: 18px; overflow: hidden;
    background: linear-gradient(180deg, rgba(20,38,66,0.55), rgba(10,18,32,0.80));
    border: 1px solid var(--smm-line);
    box-shadow: 0 20px 40px -30px rgba(0,0,0,0.55);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__card:hover {
    transform: translateY(-4px); border-color: rgba(94,234,255,0.35);
    box-shadow: 0 28px 50px -30px rgba(94,234,255,0.22);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__preview {
    padding: 18px; min-height: 190px;
    background:
        radial-gradient(60% 100% at 100% 0%, rgba(94,234,255,0.06), transparent 60%),
        linear-gradient(180deg, rgba(15,27,46,0.75), rgba(10,18,32,0.90));
    border-bottom: 1px solid var(--smm-line);
    display: flex; align-items: center; justify-content: center;
}

/* Brand post */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__brand-frame {
    width: 100%; padding: 8px;
    background: linear-gradient(180deg, rgba(10,18,32,0.85), rgba(6,11,20,0.95));
    border: 1px solid var(--smm-line);
    border-radius: 8px;
    display: flex; flex-direction: column; gap: 5px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__brand-head {
    display: flex; align-items: center; gap: 5px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__brand-avatar {
    width: 16px; height: 16px; border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, var(--smm-pink), transparent 60%), linear-gradient(135deg, var(--smm-magenta), var(--smm-cyan));
    box-shadow: 0 0 0 1.5px rgba(255,93,143,0.55);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__brand-name { flex: 1; height: 4px; border-radius: 2px; background: var(--smm-text); max-width: 50%; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__brand-image {
    position: relative;
    height: 76px; border-radius: 5px;
    background:
        radial-gradient(circle at 30% 30%, rgba(180,140,255,0.35), transparent 60%),
        radial-gradient(circle at 70% 70%, rgba(94,234,255,0.35), transparent 60%),
        linear-gradient(135deg, rgba(180,140,255,0.20), rgba(94,234,255,0.15));
    border: 1px solid rgba(94,234,255,0.24);
    display: flex; align-items: center; justify-content: center;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__brand-image-mark {
    width: 28px; height: 14px; border-radius: 4px;
    background: linear-gradient(135deg, var(--smm-cyan), var(--smm-cyan-bright));
    box-shadow: 0 0 12px rgba(94,234,255,0.55);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__brand-caption {
    display: block; width: 100%; height: 4px; border-radius: 2px; background: var(--smm-text);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__brand-caption--short { width: 60%; background: rgba(255,255,255,0.30); }

/* Carousel */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__carousel-frame {
    width: 100%; padding: 8px;
    background: rgba(10,18,32,0.8); border: 1px solid var(--smm-line);
    border-radius: 8px;
    display: flex; flex-direction: column; gap: 6px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__carousel-slides {
    position: relative;
    height: 66px; border-radius: 5px;
    background:
        radial-gradient(circle at 50% 50%, rgba(94,234,255,0.20), transparent 55%),
        linear-gradient(135deg, rgba(94,234,255,0.14), rgba(180,140,255,0.14));
    border: 1px solid rgba(94,234,255,0.24);
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__carousel-slide {
    position: absolute; inset: 12px;
    border-radius: 4px;
    background: linear-gradient(135deg, rgba(94,234,255,0.32), rgba(94,234,255,0.14));
    border: 1px solid rgba(94,234,255,0.35);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__carousel-slide:nth-child(1) {
    animation: gtpSmmSlideHint 4s ease-in-out infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__carousel-slide:nth-child(2) { transform: translateX(80%) rotate(2deg); opacity: 0.7; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__carousel-slide:nth-child(3) { transform: translateX(160%) rotate(4deg); opacity: 0.5; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__carousel-text { width: 90%; height: 4px; border-radius: 2px; background: var(--smm-text); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__carousel-text--short { width: 60%; background: rgba(255,255,255,0.30); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__carousel-dots {
    list-style: none; margin: 4px 0 0; padding: 0;
    display: flex; justify-content: center; gap: 5px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__carousel-dot {
    width: 5px; height: 5px; border-radius: 50%;
    background: rgba(94,234,255,0.30);
    animation: gtpSmmDotCycle 3s ease-in-out infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__carousel-dots .gtp-svc-smmformats__carousel-dot:nth-child(1) { animation-delay: 0s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__carousel-dots .gtp-svc-smmformats__carousel-dot:nth-child(2) { animation-delay: 0.6s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__carousel-dots .gtp-svc-smmformats__carousel-dot:nth-child(3) { animation-delay: 1.2s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__carousel-dots .gtp-svc-smmformats__carousel-dot:nth-child(4) { animation-delay: 1.8s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__carousel-dots .gtp-svc-smmformats__carousel-dot:nth-child(5) { animation-delay: 2.4s; }

/* Story */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__story-frame {
    width: 92%; padding: 8px;
    background: linear-gradient(180deg, rgba(20,15,32,0.9), rgba(10,18,32,0.95));
    border: 1px solid rgba(255,93,143,0.28);
    border-radius: 10px;
    display: flex; flex-direction: column; gap: 6px;
    aspect-ratio: 9 / 14; max-height: 168px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__story-bars {
    display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 3px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__story-bar {
    height: 3px; border-radius: 999px; background: rgba(255,255,255,0.16); position: relative; overflow: hidden;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__story-bar--full { background: rgba(255,255,255,0.8); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__story-bar--active::after {
    content: ""; position: absolute; inset: 0; background: rgba(255,255,255,0.9);
    animation: gtpSmmStoryFill 3.5s ease-in-out infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__story-avatar-row {
    display: flex; align-items: center; gap: 6px;
    padding-bottom: 4px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__story-avatar {
    width: 18px; height: 18px; border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, var(--smm-pink), transparent 60%), linear-gradient(135deg, var(--smm-magenta), var(--smm-cyan));
    box-shadow: 0 0 0 1.5px var(--smm-navy-1), 0 0 0 2.5px var(--smm-pink);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__story-name { flex: 1; height: 4px; border-radius: 2px; background: rgba(255,255,255,0.75); max-width: 55%; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__story-content {
    flex: 1;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__story-text { width: 85%; height: 5px; border-radius: 2px; background: rgba(255,255,255,0.85); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__story-text--short { width: 60%; background: rgba(255,255,255,0.35); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__story-btn {
    align-self: center;
    padding: 4px 10px; border-radius: 999px;
    background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.32);
    color: rgba(255,255,255,0.9); font-size: 8px; font-weight: 700;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace;
    letter-spacing: 0.04em; direction: ltr;
    margin-top: auto;
}

/* Reels */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__reel-frame {
    position: relative;
    width: 100%; max-width: 110px;
    aspect-ratio: 9 / 14;
    padding: 8px;
    background:
        radial-gradient(circle at 50% 40%, rgba(255,93,143,0.28), transparent 55%),
        radial-gradient(circle at 30% 80%, rgba(180,140,255,0.22), transparent 55%),
        linear-gradient(180deg, rgba(10,18,32,0.7), rgba(6,11,20,0.9));
    border: 1px solid rgba(94,234,255,0.24);
    border-radius: 8px;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    overflow: hidden;
    max-height: 168px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__reel-tag {
    position: absolute; top: 6px; left: 6px;
    padding: 2px 6px; border-radius: 3px;
    background: rgba(255,255,255,0.14); color: rgba(255,255,255,0.9);
    font-size: 7.5px; font-weight: 900;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace;
    letter-spacing: 0.05em; direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__reel-play {
    display: inline-flex; align-items: center; justify-content: center;
    width: 34px; height: 34px; border-radius: 50%;
    background: rgba(10,18,32,0.7); border: 1px solid rgba(94,234,255,0.55);
    color: var(--smm-cyan-bright);
    animation: gtpSmmReelPlay 2.6s ease-in-out infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__reel-play svg { width: 16px; height: 16px; margin-inline-start: 2px; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__reel-wave {
    position: absolute; bottom: 34px; left: 8px; right: 8px; height: 6px;
    background: repeating-linear-gradient(90deg,
        rgba(94,234,255,0.55) 0 2px,
        transparent 2px 4px);
    background-size: 4px 6px;
    animation: gtpSmmPipeFlow 2s linear infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__reel-actions {
    position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
    display: flex; flex-direction: column; gap: 8px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__reel-icon {
    display: inline-flex; color: rgba(255,255,255,0.9);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__reel-icon:first-child { color: var(--smm-pink); animation: gtpSmmHeart 2.4s ease-in-out infinite; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__reel-icon svg { width: 12px; height: 12px; }

/* Sales */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__sales-frame {
    width: 100%; padding: 8px;
    background: linear-gradient(180deg, rgba(10,18,32,0.85), rgba(6,11,20,0.95));
    border: 1px solid var(--smm-line);
    border-radius: 8px;
    display: flex; flex-direction: column; gap: 6px; align-items: center;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__sales-image {
    position: relative;
    width: 100%; height: 68px; border-radius: 5px;
    background:
        radial-gradient(circle at 30% 30%, rgba(255,93,143,0.35), transparent 60%),
        radial-gradient(circle at 70% 70%, rgba(180,140,255,0.28), transparent 60%),
        linear-gradient(135deg, rgba(180,140,255,0.20), rgba(94,234,255,0.15));
    border: 1px solid rgba(94,234,255,0.24);
    display: flex; align-items: center; justify-content: center;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__sales-price {
    color: rgba(255,255,255,0.95); font-size: 22px; font-weight: 900;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace; direction: ltr;
    text-shadow: 0 0 12px rgba(255,93,143,0.45);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__sales-tag {
    position: absolute; top: 6px; inset-inline-end: 6px;
    padding: 2px 6px; border-radius: 3px;
    background: var(--smm-amber); color: var(--smm-navy-1);
    font-size: 8px; font-weight: 900;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace;
    letter-spacing: 0.05em; direction: ltr;
    box-shadow: 0 0 0 2px rgba(10,18,32,0.9);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__sales-title { width: 100%; height: 5px; border-radius: 2px; background: var(--smm-text); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__sales-title--short { width: 60%; background: rgba(255,255,255,0.30); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__sales-cta {
    padding: 4px 12px; border-radius: 999px;
    background: linear-gradient(135deg, var(--smm-cyan), var(--smm-cyan-bright));
    color: var(--smm-navy-1); font-size: 8px; font-weight: 900;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace;
    letter-spacing: 0.05em; direction: ltr;
    box-shadow: 0 0 0 2px rgba(94,234,255,0.14);
    animation: gtpSmmPulse 2.4s ease-in-out infinite;
    margin-top: 3px;
}

/* Trust */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__trust-frame {
    width: 100%; padding: 10px 12px;
    background: radial-gradient(60% 100% at 100% 0%, rgba(94,234,255,0.10), transparent 60%), rgba(10,18,32,0.85);
    border: 1px solid rgba(94,234,255,0.22);
    border-radius: 8px;
    display: flex; flex-direction: column; gap: 8px;
    box-shadow: 0 8px 20px -12px rgba(94,234,255,0.32);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__trust-stars {
    color: var(--smm-amber); font-size: 11px; letter-spacing: 2px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__trust-quote {
    position: relative; padding-inline-start: 12px;
    display: flex; flex-direction: column; gap: 3px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__trust-mark {
    position: absolute; top: -6px; inset-inline-start: 0;
    font-family: "Rubik", "Heebo", system-ui, sans-serif;
    font-size: 24px; line-height: 1; color: rgba(94,234,255,0.35);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__trust-line { width: 100%; height: 5px; border-radius: 2px; background: var(--smm-text); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__trust-line--short { width: 55%; background: rgba(255,255,255,0.30); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__trust-avatar-row {
    display: flex; align-items: center; gap: 6px;
    padding-top: 6px; border-top: 1px dashed var(--smm-line);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__trust-avatar {
    width: 16px; height: 16px; border-radius: 50%;
    background: radial-gradient(circle at 40% 30%, var(--smm-pink), transparent 60%), linear-gradient(135deg, var(--smm-magenta), var(--smm-cyan));
    box-shadow: 0 0 0 1.5px rgba(94,234,255,0.28);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__trust-name { flex: 1; height: 4px; border-radius: 2px; background: rgba(255,255,255,0.65); max-width: 40%; }

/* Body */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__body {
    padding: 18px 20px 22px;
    display: flex; flex-direction: column; gap: 6px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__tag {
    align-self: flex-start; padding: 3px 9px; border-radius: 999px;
    background: rgba(94,234,255,0.10); border: 1px solid rgba(94,234,255,0.28);
    color: var(--smm-cyan); font-size: 10px; font-weight: 700;
    letter-spacing: 0.05em; text-transform: uppercase;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace;
    direction: ltr;
    margin-bottom: 4px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__title { margin: 0; font-size: 17px; font-weight: 700; color: var(--smm-text); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__text { margin: 0; font-size: 13px; line-height: 1.55; color: #B8BEC9; }

/* ==========================================================================
   PLATFORMS
   ========================================================================== */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmplat__grid {
    list-style: none; margin: 44px 0 0; padding: 0;
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmplat__card {
    padding: 24px 22px 22px; border-radius: 18px;
    background: linear-gradient(180deg, rgba(20,38,66,0.55), rgba(10,18,32,0.80));
    border: 1px solid var(--smm-line);
    box-shadow: 0 20px 40px -30px rgba(0,0,0,0.55);
    display: flex; flex-direction: column; gap: 10px;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmplat__card:hover {
    transform: translateY(-4px); border-color: rgba(94,234,255,0.35);
    box-shadow: 0 28px 50px -30px rgba(94,234,255,0.22);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmplat__glyph {
    display: inline-flex; align-items: center; justify-content: center;
    width: 40px; height: 40px; border-radius: 12px;
    background: rgba(94,234,255,0.10); border: 1px solid rgba(94,234,255,0.35);
    color: var(--smm-cyan);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmplat__card[data-plat="ig"] .gtp-svc-smmplat__glyph {
    background: linear-gradient(135deg, rgba(255,93,143,0.20), rgba(180,140,255,0.10));
    border-color: rgba(255,93,143,0.42);
    color: var(--smm-pink);
    box-shadow: 0 0 12px rgba(255,93,143,0.28);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmplat__card[data-plat="tt"] .gtp-svc-smmplat__glyph {
    background: linear-gradient(135deg, rgba(255,93,143,0.20), rgba(94,234,255,0.10));
    border-color: rgba(255,93,143,0.42);
    color: var(--smm-cyan-bright);
    box-shadow: 0 0 12px rgba(255,93,143,0.24);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmplat__card[data-plat="gbp"] .gtp-svc-smmplat__glyph {
    background: linear-gradient(135deg, rgba(244,184,96,0.18), rgba(94,234,255,0.10));
    border-color: rgba(244,184,96,0.42);
    color: var(--smm-amber);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmplat__glyph svg { width: 22px; height: 22px; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmplat__t { margin: 4px 0 0; font-size: 18px; font-weight: 700; color: var(--smm-text); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmplat__d { margin: 0; font-size: 13px; line-height: 1.55; color: #B8BEC9; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmplat__tags {
    list-style: none; margin: 6px 0 0; padding: 0;
    display: flex; flex-wrap: wrap; gap: 5px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmplat__tags li {
    padding: 3px 8px; border-radius: 5px;
    background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06);
    color: var(--smm-text); font-size: 10.5px; font-weight: 700;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace;
    letter-spacing: 0.02em; direction: ltr;
}

/* ==========================================================================
   COMPARISON · Managed vs Reactive
   ========================================================================== */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__grid {
    margin-top: 44px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 22px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__col {
    display: flex; flex-direction: column; gap: 14px;
    padding: 26px 24px; border-radius: 20px;
    background: linear-gradient(180deg, rgba(20,38,66,0.60), rgba(10,18,32,0.85));
    border: 1px solid var(--smm-line);
    box-shadow: 0 30px 60px -40px rgba(0,0,0,0.7);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__col--gotop {
    border-color: rgba(94,234,255,0.35);
    background: radial-gradient(circle at 100% 0%, rgba(94,234,255,0.10), transparent 55%), linear-gradient(180deg, rgba(20,38,66,0.65), rgba(10,18,32,0.85));
    box-shadow: 0 30px 60px -30px rgba(94,234,255,0.32), inset 0 0 0 1px rgba(94,234,255,0.10);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__col--diy { opacity: 0.92; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__col-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding-bottom: 14px; border-bottom: 1px dashed var(--smm-line); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__col-badge {
    padding: 5px 11px; border-radius: 999px;
    background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.10);
    color: var(--smm-text); font-size: 12px; font-weight: 700;
    letter-spacing: 0.03em;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__col--gotop .gtp-svc-smmcompare__col-badge {
    background: rgba(94,234,255,0.16); border-color: rgba(94,234,255,0.42); color: var(--smm-cyan-bright);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__col-mark {
    padding: 4px 10px; border-radius: 999px;
    background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08);
    color: var(--smm-text-mute); font-size: 10px; font-weight: 700;
    letter-spacing: 0.04em; text-transform: uppercase;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace; direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__col-mark--fit {
    background: var(--smm-cyan); border-color: transparent; color: var(--smm-navy-1);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__layers {
    list-style: none; margin: 0; padding: 0;
    display: flex; flex-direction: column; gap: 8px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__layer {
    display: grid; grid-template-columns: 140px 1fr 24px; gap: 12px; align-items: center;
    padding: 10px 14px; border-radius: 10px;
    background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05);
    position: relative; overflow: hidden;
    opacity: 0; animation: gtpSmmSlideIn 0.5s ease-out both;
    transition: transform 0.3s ease, border-color 0.3s ease;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__col--gotop .gtp-svc-smmcompare__layer {
    background: rgba(94,234,255,0.05); border-color: rgba(94,234,255,0.18);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__col--gotop .gtp-svc-smmcompare__layer:hover {
    transform: translateY(-2px); border-color: rgba(94,234,255,0.42);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__col--gotop .gtp-svc-smmcompare__layer::before {
    content: ""; position: absolute; inset-inline-start: 0; top: 0; bottom: 0; width: 3px;
    background: var(--smm-cyan); opacity: 0.55;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__col--diy .gtp-svc-smmcompare__layer::before {
    content: ""; position: absolute; inset-inline-start: 0; top: 0; bottom: 0; width: 3px;
    background: var(--smm-amber); opacity: 0.32;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__layers .gtp-svc-smmcompare__layer:nth-child(1) { animation-delay: 0.05s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__layers .gtp-svc-smmcompare__layer:nth-child(2) { animation-delay: 0.10s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__layers .gtp-svc-smmcompare__layer:nth-child(3) { animation-delay: 0.15s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__layers .gtp-svc-smmcompare__layer:nth-child(4) { animation-delay: 0.20s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__layers .gtp-svc-smmcompare__layer:nth-child(5) { animation-delay: 0.25s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__layers .gtp-svc-smmcompare__layer:nth-child(6) { animation-delay: 0.30s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__layer-k {
    font-size: 11px; color: var(--smm-cyan); text-transform: uppercase;
    letter-spacing: 0.05em; font-weight: 800; white-space: nowrap;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace; direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__col--diy .gtp-svc-smmcompare__layer-k { color: var(--smm-amber); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__layer-v { font-size: 13px; color: var(--smm-text); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__layer-v--mute { color: var(--smm-text-mute); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__layer-mark {
    display: inline-flex; align-items: center; justify-content: center;
    width: 22px; height: 22px; border-radius: 50%;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__layer-mark--yes { background: rgba(94,234,255,0.20); color: var(--smm-cyan); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__layer-mark--caution {
    background: rgba(244,184,96,0.16); color: var(--smm-amber);
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace;
    font-size: 12px; font-weight: 800;
    animation: gtpSmmPulse 3s ease-in-out infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__layer-mark svg { width: 12px; height: 12px; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__col-foot {
    display: flex; align-items: center; gap: 10px; margin-top: 4px;
    padding: 12px 14px; border-radius: 12px;
    background: linear-gradient(180deg, rgba(94,234,255,0.14), rgba(94,234,255,0.05));
    border: 1px solid rgba(94,234,255,0.32);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__col-foot--mute {
    background: rgba(255,255,255,0.03); border-color: rgba(255,255,255,0.08);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__col-foot-dot {
    width: 10px; height: 10px; border-radius: 50%; background: var(--smm-cyan);
    box-shadow: 0 0 0 4px rgba(94,234,255,0.20);
    animation: gtpSmmPulse 2.4s ease-in-out infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__col-foot-t {
    font-size: 13px; color: var(--smm-cyan); font-weight: 700;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__col-foot--mute .gtp-svc-smmcompare__col-foot-t { color: var(--smm-text-mute); }

/* ==========================================================================
   ROADMAP · desktop shine + mobile vertical timeline
   ========================================================================== */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__grid {
    list-style: none; margin: 26px 0 0; padding: 0;
    display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px;
    position: relative;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__step {
    padding: 24px 18px 20px; border-radius: 16px;
    background: linear-gradient(180deg, rgba(20,38,66,0.55), rgba(10,18,32,0.80));
    border: 1px solid var(--smm-line);
    display: flex; flex-direction: column; gap: 6px;
    position: relative;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__step:hover {
    transform: translateY(-4px); border-color: rgba(94,234,255,0.42);
    box-shadow: 0 24px 44px -30px rgba(94,234,255,0.35);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__step--end {
    border-color: rgba(94,234,255,0.42);
    background: radial-gradient(circle at 50% 0%, rgba(94,234,255,0.12), transparent 55%), linear-gradient(180deg, rgba(20,38,66,0.55), rgba(10,18,32,0.80));
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__pin {
    position: absolute; top: -10px; inset-inline-start: 50%; transform: translateX(-50%);
    width: 20px; height: 20px; border-radius: 50%;
    background: var(--smm-navy-1); border: 2px solid rgba(94,234,255,0.55);
    display: flex; align-items: center; justify-content: center;
}
[dir="rtl"] .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__pin { transform: translateX(50%); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__pin-dot {
    width: 8px; height: 8px; border-radius: 50%; background: rgba(94,234,255,0.55);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__step:hover .gtp-svc-smmroad__pin-dot {
    background: var(--smm-cyan); animation: gtpSmmPulse 1.6s ease-in-out infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__step--end .gtp-svc-smmroad__pin { border-color: var(--smm-cyan); box-shadow: 0 0 0 4px rgba(94,234,255,0.16); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__step--end .gtp-svc-smmroad__pin-dot { background: var(--smm-cyan); animation: gtpSmmPulse 2.2s ease-in-out infinite; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__n {
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace;
    font-size: 22px; font-weight: 800; color: var(--smm-cyan);
    letter-spacing: 0.02em; margin-top: 2px; direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__step--end .gtp-svc-smmroad__n { color: var(--smm-cyan-bright); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__t { margin: 2px 0 0; font-size: 15px; font-weight: 700; color: var(--smm-text); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__d { margin: 0; font-size: 12.5px; line-height: 1.55; color: #B8BEC9; }

@media (min-width: 1025px) {
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__road {
        position: relative; margin: 44px 40px 0;
        height: 3px; overflow: hidden; border-radius: 999px;
        background: rgba(94,234,255,0.10);
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__road::before {
        content: ""; position: absolute; inset: 0;
        background: linear-gradient(90deg, rgba(94,234,255,0.55), rgba(94,234,255,0.35) 60%, rgba(94,234,255,0.12));
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__road::after {
        content: ""; position: absolute; inset: 0;
        background-image: linear-gradient(90deg,
            transparent 0%,
            rgba(94,234,255,0.85) 30%,
            rgba(168,242,255,1) 50%,
            rgba(94,234,255,0.85) 70%,
            transparent 100%);
        background-repeat: no-repeat;
        background-size: 25% 100%;
        background-position: 125% 0;
        animation: gtpSmmRoadBgMoveRTL 3.6s linear infinite;
        filter: drop-shadow(0 0 4px rgba(94,234,255,0.55));
        pointer-events: none;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__road-line { display: none; }
}

/* Mobile vertical timeline · one card per row + line + traveling glow */
@media (max-width: 1024px) {
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__road { display: none; }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__grid {
        grid-template-columns: 1fr;
        gap: 24px;
        position: relative;
        padding-inline-start: 44px;
    }
    /* Dashed vertical line */
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__grid::before {
        content: ""; position: absolute; z-index: 0;
        inset-inline-start: 20px; inset-inline-end: auto;
        top: 24px; bottom: 24px; width: 2px;
        background: repeating-linear-gradient(180deg, rgba(94,234,255,0.55) 0 4px, transparent 4px 8px);
        background-size: 2px 8px;
        pointer-events: none;
    }
    /* Traveling glow · gtpSmmGlowTravel drives top from 0 → calc(100%-120px).
       CRITICAL: top has NO !important — that would block the animation. */
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__grid::after {
        content: ""; position: absolute; z-index: 0;
        inset-inline-start: 13px; inset-inline-end: auto;
        top: 0;                                /* animation drives this */
        width: 16px; height: 120px;
        background: linear-gradient(180deg,
            transparent,
            rgba(94,234,255,0.55) 40%,
            rgba(168,242,255,1) 50%,
            rgba(94,234,255,0.55) 60%,
            transparent);
        filter: blur(1.5px); border-radius: 999px;
        pointer-events: none;
        animation: gtpSmmGlowTravel 5s ease-in-out infinite;
    }
    /* Cards: pins outside on start side */
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__step {
        padding: 22px 22px 20px;
        position: relative;
        z-index: 1;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__pin {
        top: 24px;
        inset-inline-start: -34px;
        inset-inline-end: auto;
        transform: none !important;
        width: 22px; height: 22px;
        background: var(--smm-navy-1); border-width: 2px;
        z-index: 2;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__n,
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__t,
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__d {
        padding-inline-start: 0;
        padding-inline-end: 0;
    }
}

/* ==========================================================================
   FIRST MONTH PACK
   ========================================================================== */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfirst__pack {
    margin: 44px auto 0; max-width: 900px;
    padding: 24px 26px 26px; border-radius: 20px;
    background:
        radial-gradient(70% 60% at 100% 0%, rgba(94,234,255,0.16), transparent 55%),
        linear-gradient(180deg, rgba(15,27,46,0.98), rgba(6,11,20,1));
    border: 1px solid rgba(94,234,255,0.28);
    box-shadow:
        0 40px 80px -40px rgba(0,0,0,0.9),
        0 22px 40px -20px rgba(94,234,255,0.32);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfirst__pack-head {
    display: flex; justify-content: space-between; align-items: center; gap: 12px;
    padding-bottom: 14px; border-bottom: 1px dashed var(--smm-line);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfirst__pack-tab {
    padding: 4px 12px; border-radius: 999px;
    background: linear-gradient(135deg, rgba(94,234,255,0.22), rgba(94,234,255,0.10));
    border: 1px solid rgba(94,234,255,0.55);
    color: var(--smm-cyan-bright); font-size: 11px; font-weight: 800;
    letter-spacing: 0.05em; text-transform: uppercase;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace; direction: ltr;
    box-shadow: 0 0 0 3px rgba(94,234,255,0.10);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfirst__pack-status {
    display: inline-flex; align-items: center; gap: 8px;
    color: var(--smm-cyan); font-size: 12px; font-weight: 700;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace;
    letter-spacing: 0.04em; direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfirst__pack-status-dot {
    width: 7px; height: 7px; border-radius: 50%; background: var(--smm-cyan);
    box-shadow: 0 0 0 3px rgba(94,234,255,0.18);
    animation: gtpSmmPulse 2.4s ease-in-out infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfirst__list {
    list-style: none; margin: 20px 0 0; padding: 0;
    display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfirst__item {
    display: grid; grid-template-columns: 26px 1fr; gap: 12px;
    padding: 12px 16px; border-radius: 12px;
    background: rgba(255,255,255,0.02); border: 1px solid var(--smm-line);
    align-items: start;
    opacity: 0; animation: gtpSmmSlideIn 0.5s ease-out both;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfirst__list .gtp-svc-smmfirst__item:nth-child(1) { animation-delay: 0.05s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfirst__list .gtp-svc-smmfirst__item:nth-child(2) { animation-delay: 0.10s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfirst__list .gtp-svc-smmfirst__item:nth-child(3) { animation-delay: 0.15s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfirst__list .gtp-svc-smmfirst__item:nth-child(4) { animation-delay: 0.20s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfirst__list .gtp-svc-smmfirst__item:nth-child(5) { animation-delay: 0.25s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfirst__list .gtp-svc-smmfirst__item:nth-child(6) { animation-delay: 0.30s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfirst__list .gtp-svc-smmfirst__item:nth-child(7) { animation-delay: 0.35s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfirst__list .gtp-svc-smmfirst__item:nth-child(8) { animation-delay: 0.40s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfirst__tick {
    display: inline-flex; align-items: center; justify-content: center;
    width: 22px; height: 22px; border-radius: 50%;
    background: rgba(94,234,255,0.20); color: var(--smm-cyan);
    font-size: 12px; font-weight: 800;
    box-shadow: 0 0 0 2px rgba(94,234,255,0.10);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfirst__t { margin: 0; font-size: 14.5px; font-weight: 700; color: var(--smm-text); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfirst__d { margin: 3px 0 0; font-size: 12.5px; line-height: 1.55; color: #B8BEC9; }

/* ==========================================================================
   CLIENTS
   ========================================================================== */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-clients__grid {
    list-style: none; margin: 40px auto 0; padding: 0;
    display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px;
    max-width: 1160px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-clients__item {
    display: flex; align-items: center; justify-content: center;
    padding: 14px 12px; min-height: 118px;
    border-radius: 14px;
    background: rgba(10, 18, 32, 0.55);
    border: 1px solid rgba(94, 234, 255, 0.14);
    transition: border-color .35s ease, background .35s ease, transform .35s ease, box-shadow .35s ease;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-clients__item:hover {
    border-color: rgba(94, 234, 255, 0.5);
    background: rgba(94, 234, 255, 0.06);
    transform: translateY(-3px);
    box-shadow: 0 18px 34px -18px rgba(94, 234, 255, 0.45);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-clients__logo {
    display: block; width: auto; height: auto;
    max-width: 100%; max-height: 84px; object-fit: contain;
    filter: url(#gtpClientsCyan); opacity: 0.9;
    transition: filter .35s ease, opacity .35s ease;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-clients__item:hover .gtp-svc-clients__logo {
    filter: url(#gtpClientsCyanBright); opacity: 1;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-clients__cta-wrap {
    margin-top: 36px; display: flex; flex-wrap: wrap; gap: 14px;
    justify-content: center; align-items: center;
}

/* ==========================================================================
   CTA-MID · Social status panel
   ========================================================================== */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-cta-mid { padding: 56px 0 !important; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-cta-mid__visual.gtp-svc-smmctamid__visual {
    display: flex !important; align-items: center; justify-content: center;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmctamid__visual svg[width][height] { display: none; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmctamid__panel {
    width: 220px; padding: 14px 16px; border-radius: 14px;
    background: linear-gradient(180deg, rgba(15,27,46,0.9), rgba(10,18,32,0.95));
    border: 1px solid rgba(94,234,255,0.32);
    display: flex; flex-direction: column; gap: 8px;
    box-shadow: 0 20px 40px -24px rgba(94,234,255,0.30);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmctamid__panel-head {
    display: flex; justify-content: space-between; align-items: center;
    padding-bottom: 6px; border-bottom: 1px dashed var(--smm-line);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmctamid__panel-k {
    color: var(--smm-cyan); font-size: 11px; font-weight: 800;
    letter-spacing: 0.05em; text-transform: uppercase;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace; direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmctamid__panel-dot {
    width: 8px; height: 8px; border-radius: 50%; background: var(--smm-cyan);
    box-shadow: 0 0 0 3px rgba(94,234,255,0.18);
    animation: gtpSmmPulse 2.4s ease-in-out infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmctamid__list {
    list-style: none; margin: 0; padding: 0;
    display: flex; flex-direction: column; gap: 5px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmctamid__list li {
    display: flex; justify-content: space-between; align-items: center;
    padding: 5px 8px; border-radius: 6px;
    background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.05);
    font-size: 11.5px;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace; direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmctamid__row-k { color: var(--smm-text-mute); font-weight: 700; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmctamid__row-v { color: var(--smm-cyan); font-weight: 900; }

/* ==========================================================================
   SHARED · CTA-mini + CTA-mid + Quote + FAQ + Lead + Related — uniform padding
   ========================================================================== */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-cta-mini,
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-cta-mid,
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-quote,
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-faq,
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-lead,
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-related {
    padding: 88px 0 !important;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1200px) {
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__grid { grid-template-columns: repeat(3, 1fr); }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__grid { grid-template-columns: repeat(3, 1fr); }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__road { display: none; }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__pipeline {
        grid-template-columns: 1fr; gap: 14px;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__arrow { display: none; }
}
@media (max-width: 1024px) {
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__grid { grid-template-columns: repeat(2, 1fr); }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__grid { grid-template-columns: repeat(2, 1fr); }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmplat__grid { grid-template-columns: repeat(2, 1fr); }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__grid { grid-template-columns: 1fr; }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__grid { grid-template-columns: 1fr; }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-clients__grid { grid-template-columns: repeat(3, 1fr); }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard { max-width: 560px; }
    .gtp-service[data-service-slug="social-media-management"] > section:not(.gtp-svc-hero) { padding: 72px 0 !important; }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-cta-mini,
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-cta-mid,
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-quote,
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-faq,
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-lead,
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-related { padding: 72px 0 !important; }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfirst__list { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard { max-width: 100%; padding: 16px 14px; }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__canvas { grid-template-columns: 1fr; }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__metrics { grid-template-columns: repeat(2, 1fr); }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__grid { grid-template-columns: 1fr; }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__grid { grid-template-columns: 1fr; }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmplat__grid { grid-template-columns: 1fr; }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-clients__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 28px; }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-clients__item { min-height: 96px; padding: 12px 10px; }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-clients__logo { max-height: 64px; }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__flow { flex-direction: column; }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__flow-arrow { width: 1px; height: 20px; background: repeating-linear-gradient(180deg, rgba(94,234,255,0.45) 0 4px, transparent 4px 8px); align-self: center; }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__layer {
        grid-template-columns: 1fr 22px !important;
        grid-template-rows: auto auto;
        row-gap: 4px; column-gap: 10px !important;
        padding: 10px 14px !important;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__layer-k {
        grid-column: 1 / 2; grid-row: 1; font-size: 10.5px !important;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__layer-v {
        grid-column: 1 / -1; grid-row: 2; font-size: 12.5px !important;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmcompare__layer-mark {
        grid-column: 2 / 3; grid-row: 1; align-self: start;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-cta-mid__card--split { display: flex !important; flex-direction: column; }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmctamid__panel { width: 100%; }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-quote { padding: 40px 0 !important; }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-quote__card { padding: 30px 22px 26px; }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-quote__mark { font-size: 76px; top: 2px; }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-quote__text { font-size: 16.5px; }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-quote__avatar { width: 52px; height: 52px; }
}

/* ==========================================================================
   REDUCED MOTION
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
    .gtp-service[data-service-slug="social-media-management"] *,
    .gtp-service[data-service-slug="social-media-management"] *::before,
    .gtp-service[data-service-slug="social-media-management"] *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }
    .gtp-service[data-service-slug="social-media-management"] [class*="__card"]:hover,
    .gtp-service[data-service-slug="social-media-management"] [class*="__mod"]:hover,
    .gtp-service[data-service-slug="social-media-management"] [class*="__step"]:hover,
    .gtp-service[data-service-slug="social-media-management"] [class*="__panel"]:hover,
    .gtp-service[data-service-slug="social-media-management"] [class*="__flow-node"]:hover { transform: none !important; }
}

/* ==========================================================================
   PATCH 2026-07-05 · Focused polish for SMM service page
   Sections: 2 · Modules  |  6 · Workflow  |  7 · Formats  |  3 · Fit mobile
   Scoped only to: .gtp-service[data-service-slug="social-media-management"]
   ========================================================================== */

/* ---------- SECTION 2 · MODULES · enriched viz ---------- */

/* Module 1 · Strategy · pillar labels */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__pillar {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 6px;
    position: relative;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__pillar-l {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 8.5px;
    letter-spacing: 0.06em;
    color: rgba(241, 243, 248, 0.86);
    text-transform: uppercase;
    background: rgba(7, 10, 18, 0.5);
    padding: 2px 5px;
    border-radius: 3px;
    line-height: 1;
}

/* Module 2 · Copy · caption enrichments */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__caption-line--head {
    height: 8px !important;
    width: 62% !important;
    background: linear-gradient(90deg, rgba(94, 234, 255, 0.42), rgba(94, 234, 255, 0.18)) !important;
    border-radius: 3px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__caption-tail {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
    flex-wrap: wrap;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__caption-tag {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 8.5px;
    letter-spacing: 0.02em;
    padding: 2px 6px;
    border-radius: 3px;
    background: rgba(94, 234, 255, 0.11);
    color: rgba(94, 234, 255, 0.86);
    border: 1px solid rgba(94, 234, 255, 0.24);
    line-height: 1;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__caption-cta {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 8.5px;
    letter-spacing: 0.08em;
    padding: 2px 7px;
    border-radius: 3px;
    background: rgba(180, 140, 255, 0.22);
    color: rgba(220, 210, 255, 0.94);
    border: 1px solid rgba(180, 140, 255, 0.42);
    text-transform: uppercase;
    line-height: 1;
    margin-inline-start: auto;
}

/* Module 3 · Design · canvas enrichments */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__canvas-image {
    position: absolute;
    top: 14%;
    left: 14%;
    width: 52%;
    height: 44%;
    background: linear-gradient(135deg, rgba(180, 140, 255, 0.36), rgba(94, 234, 255, 0.24));
    border-radius: 5px;
    border: 1px solid rgba(180, 140, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__canvas-image-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(94, 234, 255, 0.52);
    box-shadow: 0 0 12px rgba(94, 234, 255, 0.5);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__canvas-title {
    position: absolute;
    bottom: 22%;
    left: 14%;
    width: 62%;
    height: 6px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(94, 234, 255, 0.6), rgba(94, 234, 255, 0.14));
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__canvas-brand {
    position: absolute;
    bottom: 10%;
    left: 14%;
    width: 30%;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--smm-pink), var(--smm-magenta));
    opacity: 0.85;
}

/* Module 4 · Stories · stack + sticker */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__stories {
    padding: 12px 10px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 90px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__stories-stack {
    position: relative;
    width: 66px;
    height: 100px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__story-mini {
    position: absolute;
    inset: 0;
    border-radius: 8px;
    background: linear-gradient(160deg, rgba(94, 234, 255, 0.14), rgba(180, 140, 255, 0.14));
    border: 1px solid rgba(94, 234, 255, 0.32);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__story-mini--3 {
    transform: translate(9px, 4px) rotate(-4deg);
    opacity: 0.42;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__story-mini--2 {
    transform: translate(4px, 2px) rotate(-2deg);
    opacity: 0.68;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__story-mini--1 {
    background: linear-gradient(160deg, rgba(94, 234, 255, 0.22), rgba(180, 140, 255, 0.24));
    border-color: rgba(94, 234, 255, 0.68);
    box-shadow: 0 6px 18px -6px rgba(7, 10, 18, 0.6);
    padding: 8px 6px 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__story-bars {
    display: flex;
    gap: 3px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__story-bars .gtp-svc-smmmodules__stories-bar {
    flex: 1;
    height: 2px;
    border-radius: 2px;
    background: rgba(241, 243, 248, 0.2);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__story-bars .gtp-svc-smmmodules__stories-bar--done {
    background: rgba(241, 243, 248, 0.72);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__story-bars .gtp-svc-smmmodules__stories-bar--active {
    background: linear-gradient(90deg, rgba(94, 234, 255, 0.94), rgba(94, 234, 255, 0.32));
    animation: gtpSmmStoryFill 2.4s ease-in-out infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__story-sticker {
    align-self: flex-start;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 7.5px;
    font-weight: 600;
    letter-spacing: 0.14em;
    padding: 2px 5px;
    border-radius: 3px;
    background: rgba(255, 93, 143, 0.42);
    color: rgba(255, 240, 246, 0.96);
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 4px 10px -2px rgba(255, 93, 143, 0.4);
}

/* Module 5 · Reels · caption + actions */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__reel-caption {
    position: absolute;
    bottom: 26%;
    left: 12%;
    width: 60%;
    height: 5px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(241, 243, 248, 0.62), rgba(241, 243, 248, 0.18));
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__reel-actions {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__reel-action {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(241, 243, 248, 0.16);
    border: 1px solid rgba(241, 243, 248, 0.32);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__reel-action--heart {
    background: rgba(255, 93, 143, 0.42);
    border-color: rgba(255, 93, 143, 0.72);
    box-shadow: 0 0 8px rgba(255, 93, 143, 0.4);
    animation: gtpSmmHeart 2.6s ease-in-out infinite;
}

/* Module 6 · Calendar · chips row */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__cal-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    padding: 6px 2px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__cal-chips {
    display: flex;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__cal-chip {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 8.5px;
    letter-spacing: 0.04em;
    padding: 2px 6px;
    border-radius: 3px;
    line-height: 1;
    border: 1px solid transparent;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__cal-chip--post {
    background: rgba(94, 234, 255, 0.14);
    color: rgba(94, 234, 255, 0.92);
    border-color: rgba(94, 234, 255, 0.32);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__cal-chip--story {
    background: rgba(180, 140, 255, 0.16);
    color: rgba(220, 210, 255, 0.94);
    border-color: rgba(180, 140, 255, 0.36);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__cal-chip--reel {
    background: rgba(255, 93, 143, 0.16);
    color: rgba(255, 210, 224, 0.96);
    border-color: rgba(255, 93, 143, 0.36);
}

/* Module 7 · Pages · profile enrichments */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__profile-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 6px 4px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__profile-badge {
    position: relative;
    padding-inline-end: 20px !important;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__profile-notif {
    position: absolute;
    top: -4px;
    inset-inline-end: -4px;
    min-width: 14px;
    height: 14px;
    padding: 0 3px;
    border-radius: 999px;
    background: var(--smm-pink);
    color: #fff;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 8px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: 0 0 8px rgba(255, 93, 143, 0.6);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__profile-highlights {
    display: flex;
    gap: 8px;
    justify-content: flex-start;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__profile-hl {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(94, 234, 255, 0.16), rgba(180, 140, 255, 0.16));
    border: 1.5px solid rgba(94, 234, 255, 0.48);
    box-shadow: 0 0 0 2px rgba(7, 10, 18, 0.6) inset;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__profile-hl--v2 {
    background: linear-gradient(135deg, rgba(180, 140, 255, 0.18), rgba(255, 93, 143, 0.14));
    border-color: rgba(180, 140, 255, 0.5);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__profile-hl--v3 {
    background: linear-gradient(135deg, rgba(255, 93, 143, 0.16), rgba(244, 184, 96, 0.14));
    border-color: rgba(255, 93, 143, 0.46);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__profile-hl--v4 {
    background: linear-gradient(135deg, rgba(244, 184, 96, 0.16), rgba(94, 234, 255, 0.14));
    border-color: rgba(244, 184, 96, 0.44);
}

/* Module 8 · Reports · insights (bars) */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__insights {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 4px 2px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__insights-bars {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 22px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__insights-bar {
    flex: 1;
    border-radius: 2px 2px 0 0;
    background: linear-gradient(180deg, rgba(94, 234, 255, 0.72), rgba(94, 234, 255, 0.24));
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__insights-bar--a { height: 62%; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__insights-bar--b { height: 92%; background: linear-gradient(180deg, rgba(180, 140, 255, 0.78), rgba(180, 140, 255, 0.24)); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmmodules__insights-bar--c { height: 74%; background: linear-gradient(180deg, rgba(255, 93, 143, 0.72), rgba(255, 93, 143, 0.22)); }

/* ---------- SECTION 6 · WORKFLOW · polish ---------- */

/* Ideas · pillars row */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__pillars {
    display: flex;
    gap: 6px;
    margin: 8px 0 4px;
    flex-wrap: wrap;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__pillar {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.04em;
    padding: 3px 7px;
    border-radius: 3px;
    line-height: 1;
    border: 1px solid transparent;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__pillar--brand {
    background: rgba(94, 234, 255, 0.14);
    color: rgba(94, 234, 255, 0.94);
    border-color: rgba(94, 234, 255, 0.34);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__pillar--value {
    background: rgba(244, 184, 96, 0.14);
    color: rgba(244, 210, 152, 0.96);
    border-color: rgba(244, 184, 96, 0.36);
}

/* Copy · caption tail (tags + cta) */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__caption-line--head {
    height: 8px !important;
    background: linear-gradient(90deg, rgba(94, 234, 255, 0.5), rgba(94, 234, 255, 0.2)) !important;
    width: 66% !important;
    border-radius: 3px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__caption-tail {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
    flex-wrap: wrap;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__caption-tag {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 8.5px;
    padding: 2px 6px;
    border-radius: 3px;
    background: rgba(94, 234, 255, 0.14);
    color: rgba(94, 234, 255, 0.9);
    border: 1px solid rgba(94, 234, 255, 0.28);
    line-height: 1;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__caption-cta {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 8.5px;
    letter-spacing: 0.08em;
    padding: 2px 7px;
    border-radius: 3px;
    background: rgba(180, 140, 255, 0.24);
    color: rgba(226, 214, 255, 0.98);
    border: 1px solid rgba(180, 140, 255, 0.42);
    text-transform: uppercase;
    margin-inline-start: auto;
    line-height: 1;
}

/* Design · canvas image + title */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__canvas-image {
    position: absolute;
    top: 12%;
    left: 12%;
    width: 54%;
    height: 46%;
    border-radius: 5px;
    background: linear-gradient(135deg, rgba(180, 140, 255, 0.38), rgba(94, 234, 255, 0.26));
    border: 1px solid rgba(180, 140, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__canvas-image-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(94, 234, 255, 0.6);
    box-shadow: 0 0 14px rgba(94, 234, 255, 0.55);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__canvas-title {
    position: absolute;
    bottom: 22%;
    left: 12%;
    width: 60%;
    height: 6px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(94, 234, 255, 0.62), rgba(94, 234, 255, 0.16));
}

/* Approval · badge + comment bubble */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__card-badge--ok {
    background: rgba(94, 234, 255, 0.16) !important;
    color: rgba(180, 240, 255, 0.98) !important;
    border-color: rgba(94, 234, 255, 0.44) !important;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__bubble {
    margin-top: 10px;
    padding: 8px 10px;
    border-radius: 8px 8px 8px 3px;
    background: rgba(180, 140, 255, 0.12);
    border: 1px solid rgba(180, 140, 255, 0.28);
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__bubble-line {
    height: 4px;
    width: 100%;
    border-radius: 2px;
    background: rgba(226, 214, 255, 0.36);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__bubble-line--short {
    width: 62%;
}

/* Publish · mini feed card */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__feed {
    margin-top: 10px;
    padding: 8px;
    border-radius: 8px;
    background: rgba(7, 10, 18, 0.6);
    border: 1px solid rgba(94, 234, 255, 0.28);
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 0 20px -12px rgba(94, 234, 255, 0.5);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__feed-head {
    display: flex;
    align-items: center;
    gap: 6px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__feed-avatar {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--smm-cyan), var(--smm-magenta));
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__feed-name {
    height: 5px;
    flex: 1;
    max-width: 60px;
    border-radius: 2px;
    background: rgba(241, 243, 248, 0.44);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__feed-image {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 5px;
    background: linear-gradient(135deg, rgba(180, 140, 255, 0.34), rgba(94, 234, 255, 0.24));
    border: 1px solid rgba(180, 140, 255, 0.32);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__feed-meta {
    display: flex;
    gap: 4px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmwf__feed-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(241, 243, 248, 0.4);
}

/* ---------- SECTION 7 · FORMATS · polish ---------- */

/* Grid proportions — tighter, less empty space */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__preview {
    padding: 18px 16px 14px !important;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Brand · brand color strip */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__brand-strip {
    display: block;
    height: 5px;
    width: 100%;
    margin-top: 8px;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--smm-cyan) 0%, var(--smm-magenta) 50%, var(--smm-pink) 100%);
    opacity: 0.86;
    box-shadow: 0 0 12px -4px rgba(180, 140, 255, 0.5);
}

/* Carousel · arrow hint */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__carousel-frame {
    position: relative;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__carousel-arrow {
    position: absolute;
    top: 50%;
    inset-inline-end: -12px;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(7, 10, 18, 0.72);
    border: 1px solid rgba(94, 234, 255, 0.42);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(94, 234, 255, 0.94);
    box-shadow: 0 0 12px -4px rgba(94, 234, 255, 0.5);
    animation: gtpSmmSlideHint 2.8s ease-in-out infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__carousel-arrow svg {
    width: 11px;
    height: 11px;
}

/* Story · sticker + tap ring */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__story-frame {
    position: relative;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__story-sticker {
    position: absolute;
    top: 42%;
    inset-inline-end: 12%;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.14em;
    padding: 4px 8px;
    border-radius: 4px;
    background: rgba(255, 93, 143, 0.55);
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 6px 14px -4px rgba(255, 93, 143, 0.5);
    transform: rotate(-6deg);
    line-height: 1;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__story-tap {
    position: absolute;
    bottom: 22%;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid rgba(94, 234, 255, 0.7);
    animation: gtpSmmTapPulse 2.4s ease-out infinite;
    pointer-events: none;
}
@keyframes gtpSmmTapPulse {
    0%, 100% { transform: translateX(-50%) scale(0.75); opacity: 0.9; }
    50% { transform: translateX(-50%) scale(1.4); opacity: 0.14; }
}

/* Reels · caption overlay */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__reel-caption {
    position: absolute;
    bottom: 32%;
    inset-inline-start: 14%;
    width: 58%;
    height: 6px;
    border-radius: 3px;
    background: linear-gradient(90deg, rgba(241, 243, 248, 0.68), rgba(241, 243, 248, 0.18));
}

/* Sales · hierarchy · product + badge + price row */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__sales-frame {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__sales-image {
    position: relative;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__sales-product {
    position: absolute;
    inset: 22% 26%;
    border-radius: 6px;
    background: linear-gradient(135deg, rgba(94, 234, 255, 0.44), rgba(180, 140, 255, 0.34));
    border: 1px solid rgba(94, 234, 255, 0.44);
    box-shadow: 0 0 22px -6px rgba(94, 234, 255, 0.44);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__sales-badge {
    position: absolute;
    top: 8px;
    inset-inline-end: 8px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 4px 8px;
    border-radius: 4px;
    background: var(--smm-pink);
    color: #fff;
    line-height: 1;
    box-shadow: 0 8px 16px -6px rgba(255, 93, 143, 0.5);
    transform: rotate(4deg);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__sales-price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__sales-price-new {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 16px;
    font-weight: 700;
    color: rgba(94, 234, 255, 0.98);
    line-height: 1;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__sales-price-old {
    display: inline-block;
    height: 5px;
    width: 40px;
    border-radius: 2px;
    background: rgba(241, 243, 248, 0.28);
    position: relative;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__sales-price-old::after {
    content: '';
    position: absolute;
    inset: 45% 0;
    height: 1px;
    background: rgba(255, 93, 143, 0.9);
}

/* Trust · role + case snippet */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__trust-meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__trust-role {
    display: block;
    height: 4px;
    width: 62%;
    border-radius: 2px;
    background: rgba(241, 243, 248, 0.28);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__trust-case {
    margin-top: 10px;
    padding: 8px 10px;
    border-radius: 6px;
    background: rgba(94, 234, 255, 0.09);
    border: 1px solid rgba(94, 234, 255, 0.3);
    display: flex;
    align-items: center;
    gap: 10px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__trust-case-metric {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 15px;
    font-weight: 700;
    color: rgba(94, 234, 255, 0.98);
    line-height: 1;
    letter-spacing: 0.02em;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__trust-case-label {
    flex: 1;
    height: 5px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(241, 243, 248, 0.44), rgba(241, 243, 248, 0.14));
}

/* ---------- SECTION 3 · FIT MAP · mobile flow proportions ---------- */
@media (max-width: 768px) {
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__flow {
        padding: 16px 14px !important;
        gap: 8px !important;
        max-width: 340px;
        margin-inline: auto;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__flow-node {
        min-height: unset !important;
        padding: 8px 6px !important;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__flow-icon {
        width: 26px !important;
        height: 26px !important;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__flow-icon svg {
        width: 14px !important;
        height: 14px !important;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__flow-t {
        font-size: 11px !important;
        letter-spacing: 0.04em !important;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__flow-arrow {
        min-width: 8px !important;
    }
}
@media (max-width: 480px) {
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__flow {
        padding: 14px 10px !important;
        gap: 6px !important;
        max-width: 100%;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__flow-node {
        padding: 6px 4px !important;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__flow-icon {
        width: 22px !important;
        height: 22px !important;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__flow-icon svg {
        width: 12px !important;
        height: 12px !important;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__flow-t {
        font-size: 10.5px !important;
    }
}

/* end PATCH */

/* ==========================================================================
   PATCH 2026-07-05 · Round 2 · FORMATS proportions fix
   Frames were stretching horizontally — restore intended mockup proportions.
   ========================================================================== */

/* Consistent preview size */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__preview {
    min-height: 240px !important;
    padding: 22px 18px !important;
}

/* Brand · make a square-ish 1:1 post mockup */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__brand-frame {
    width: 100% !important;
    max-width: 200px;
    padding: 10px !important;
    gap: 8px !important;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__brand-image {
    height: auto !important;
    aspect-ratio: 1 / 1;
}

/* Carousel · slides should read as squares stacked / peeking */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__carousel-frame {
    width: 100% !important;
    max-width: 210px;
    padding: 10px !important;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__carousel-slides {
    display: flex !important;
    gap: 4px !important;
    align-items: stretch !important;
    justify-content: center !important;
    height: auto !important;
    aspect-ratio: 4 / 3;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__carousel-slide {
    flex: 1;
    height: auto !important;
    aspect-ratio: 1 / 1;
    max-width: 44%;
    border-radius: 5px !important;
    background: linear-gradient(135deg, rgba(94,234,255,0.2), rgba(180,140,255,0.16)) !important;
    border: 1px solid rgba(94,234,255,0.24);
    opacity: 0.6;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__carousel-slide--active {
    opacity: 1;
    background: linear-gradient(135deg, rgba(94,234,255,0.36), rgba(180,140,255,0.3)) !important;
    border-color: rgba(94,234,255,0.62);
    box-shadow: 0 0 18px -4px rgba(94,234,255,0.42);
}

/* Story · lock 9:16 vertical, cap width */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__story-frame {
    width: 100% !important;
    max-width: 118px !important;
    max-height: unset !important;
    aspect-ratio: 9 / 16 !important;
    padding: 8px !important;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__story-sticker {
    top: 44% !important;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__story-tap {
    bottom: 26% !important;
}

/* Reels · already vertical — just polish size */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__reel-frame {
    max-width: 118px !important;
    aspect-ratio: 9 / 16 !important;
    max-height: unset !important;
}

/* Sales · 1:1 post mockup */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__sales-frame {
    width: 100% !important;
    max-width: 200px;
    padding: 10px !important;
    gap: 8px !important;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__sales-image {
    height: auto !important;
    aspect-ratio: 4 / 3;
}

/* Trust · cap width so quote/case look like a testimonial card */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmformats__trust-frame {
    width: 100% !important;
    max-width: 240px;
    padding: 12px 14px !important;
}

/* end PATCH round 2 */

/* ==========================================================================
   PATCH 2026-07-05 · Round 3 · Fit mobile flow — kill flex-basis 130px height
   ========================================================================== */
@media (max-width: 768px) {
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__flow-node {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 320px;
        min-height: unset !important;
        height: auto !important;
        padding: 10px 12px !important;
        margin-inline: auto;
        flex-direction: row !important;
        justify-content: center !important;
        gap: 10px;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__flow-icon {
        margin: 0 !important;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__flow-t {
        margin: 0 !important;
        line-height: 1;
    }
}
@media (max-width: 480px) {
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmfit__flow-node {
        max-width: 100%;
    }
}

/* end PATCH round 3 */

/* ==========================================================================
   PATCH 2026-07-05 · Round 4 · Roadmap mobile — force 1-per-row + vertical line
   Existing @media (max-width:1200px) overrides the 1024 mobile rule with 3 cols.
   Re-force 1-column below 768px.
   ========================================================================== */
@media (max-width: 768px) {
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__grid {
        grid-template-columns: 1fr !important;
        gap: 24px;
        position: relative;
        padding-inline-start: 44px;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__grid::before {
        content: ""; position: absolute; z-index: 0;
        inset-inline-start: 20px; inset-inline-end: auto;
        top: 24px; bottom: 24px; width: 2px;
        background: repeating-linear-gradient(180deg, rgba(94,234,255,0.55) 0 4px, transparent 4px 8px);
        background-size: 2px 8px;
        pointer-events: none;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__grid::after {
        content: ""; position: absolute; z-index: 0;
        inset-inline-start: 13px; inset-inline-end: auto;
        top: 0;
        width: 16px; height: 120px;
        background: linear-gradient(180deg,
            transparent,
            rgba(94,234,255,0.55) 40%,
            rgba(168,242,255,1) 50%,
            rgba(94,234,255,0.55) 60%,
            transparent);
        filter: blur(1.5px); border-radius: 999px;
        pointer-events: none;
        animation: gtpSmmGlowTravel 5s ease-in-out infinite;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__step {
        padding: 22px 22px 20px !important;
        position: relative;
        z-index: 1;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__pin {
        top: 24px !important;
        inset-inline-start: -34px !important;
        inset-inline-end: auto !important;
        transform: none !important;
        width: 22px; height: 22px;
        background: var(--smm-navy-1); border-width: 2px;
        z-index: 2;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmroad__road { display: none !important; }
}

/* end PATCH round 4 */

/* ==========================================================================
   REDESIGN v2 · 2026-07-05 · SMM service page
   Sections 2 · Modules  |  6 · Workflow  |  7 · Formats
   Premium Social Content Studio · scoped only.
   ========================================================================== */

/* Shared v2 tokens */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__grid,
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__pipeline,
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__grid {
    --v2-navy: #070A12;
    --v2-navy-2: #0E1729;
    --v2-navy-3: #14213A;
    --v2-line: rgba(94,234,255,0.16);
    --v2-line-strong: rgba(94,234,255,0.32);
    --v2-cyan: #5EEAFF;
    --v2-cyan-bright: #A8F2FF;
    --v2-pink: #FF5D8F;
    --v2-magenta: #B48CFF;
    --v2-amber: #F4B860;
    --v2-text: rgba(241,243,248,0.94);
    --v2-text-2: rgba(241,243,248,0.56);
    --v2-mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, monospace;
}

/* ==========================================================================
   SECTION 2 · MODULES
   ========================================================================== */

.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__grid {
    margin: 56px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__card {
    display: grid;
    grid-template-rows: 1fr auto;
    min-height: 420px;
    border-radius: 18px;
    background:
        radial-gradient(120% 60% at 100% 0%, rgba(94,234,255,0.06), transparent 60%),
        linear-gradient(180deg, rgba(20,33,58,0.72), rgba(10,18,32,0.94));
    border: 1px solid var(--v2-line);
    overflow: hidden;
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__card:hover {
    transform: translateY(-4px);
    border-color: var(--v2-line-strong);
    box-shadow: 0 40px 60px -30px rgba(94,234,255,0.28);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__viz {
    position: relative;
    padding: 22px 22px 18px;
    border-bottom: 1px solid var(--v2-line);
    background:
        radial-gradient(60% 100% at 50% 0%, rgba(94,234,255,0.06), transparent 62%),
        linear-gradient(180deg, rgba(14,23,41,0.58), rgba(10,18,32,0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__body {
    padding: 18px 22px 22px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__badge {
    display: inline-block;
    align-self: flex-end;
    padding: 3px 10px;
    border-radius: 999px;
    background: rgba(94,234,255,0.10);
    border: 1px solid var(--v2-line-strong);
    color: var(--v2-cyan-bright);
    font-family: var(--v2-mono);
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__title {
    margin: 0;
    font-size: 19px;
    font-weight: 800;
    color: #F8FAFF;
    letter-spacing: -0.01em;
    line-height: 1.2;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__text {
    margin: 0;
    font-size: 13.5px;
    color: var(--v2-text-2);
    line-height: 1.55;
}

/* --- Module 1 · Content Pillars Board --- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__board {
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(20,33,58,0.85), rgba(10,18,32,0.95));
    border: 1px solid var(--v2-line-strong);
    box-shadow: inset 0 0 40px rgba(94,234,255,0.05);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__board-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px dashed rgba(94,234,255,0.18);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__board-title {
    font-family: var(--v2-mono);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--v2-cyan);
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__board-chip {
    font-family: var(--v2-mono);
    font-size: 9px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 2px 7px;
    border-radius: 3px;
    background: rgba(180,140,255,0.16);
    color: rgba(220,210,255,0.92);
    border: 1px solid rgba(180,140,255,0.36);
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__pillar {
    position: relative;
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(7,10,18,0.66);
    border: 1px solid rgba(94,234,255,0.18);
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__pillar--a { border-color: rgba(94,234,255,0.44); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__pillar--b { border-color: rgba(180,140,255,0.44); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__pillar--c { border-color: rgba(255,93,143,0.42); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__pillar--d { border-color: rgba(244,184,96,0.42); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__pillar-t {
    font-size: 11px;
    font-weight: 700;
    color: var(--v2-text);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__pillar-bar {
    height: 3px;
    border-radius: 2px;
    background: rgba(241,243,248,0.14);
    position: relative;
    overflow: hidden;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__pillar-bar::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 2px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__pillar--a .gtp-svc-smmv2mod__pillar-bar::after { background: linear-gradient(90deg, var(--v2-cyan), rgba(94,234,255,0.4)); width: 88%; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__pillar--b .gtp-svc-smmv2mod__pillar-bar::after { background: linear-gradient(90deg, var(--v2-magenta), rgba(180,140,255,0.4)); width: 62%; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__pillar--c .gtp-svc-smmv2mod__pillar-bar::after { background: linear-gradient(90deg, var(--v2-pink), rgba(255,93,143,0.4)); width: 48%; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__pillar--d .gtp-svc-smmv2mod__pillar-bar::after { background: linear-gradient(90deg, var(--v2-amber), rgba(244,184,96,0.4)); width: 36%; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__pillar-count {
    font-family: var(--v2-mono);
    font-size: 10px;
    color: var(--v2-text-2);
    direction: ltr;
    align-self: flex-end;
    letter-spacing: 0.02em;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__board-foot {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 6px;
    border-top: 1px dashed rgba(94,234,255,0.18);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__board-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--v2-cyan);
    box-shadow: 0 0 10px rgba(94,234,255,0.6);
    animation: gtpSmmV2Pulse 2.4s ease-in-out infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__board-note {
    font-family: var(--v2-mono);
    font-size: 10px;
    letter-spacing: 0.06em;
    color: var(--v2-text-2);
    text-transform: uppercase;
    direction: ltr;
}

/* --- Module 2 · Caption Editor --- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor {
    width: 100%;
    padding: 0;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(20,33,58,0.85), rgba(10,18,32,0.95));
    border: 1px solid var(--v2-line-strong);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor-bar {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(7,10,18,0.5);
    border-bottom: 1px solid rgba(94,234,255,0.14);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.22);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor-dot:first-child { background: rgba(255,93,143,0.72); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor-dot:nth-child(2) { background: rgba(244,184,96,0.72); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor-dot:nth-child(3) { background: rgba(94,234,255,0.72); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor-label {
    margin-inline-start: auto;
    font-family: var(--v2-mono);
    font-size: 10px;
    letter-spacing: 0.08em;
    color: var(--v2-text-2);
    text-transform: uppercase;
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor-body {
    padding: 12px 14px 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor-headline {
    height: 10px;
    width: 68%;
    border-radius: 3px;
    background: linear-gradient(90deg, rgba(94,234,255,0.66), rgba(94,234,255,0.22));
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor-line {
    height: 5px;
    width: 100%;
    border-radius: 2px;
    background: rgba(241,243,248,0.24);
    position: relative;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor-line--long {
    width: 88%;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor-line:last-of-type {
    width: 52%;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor-cursor {
    position: absolute;
    inset-inline-end: -6px;
    top: -4px;
    width: 1.5px;
    height: 12px;
    background: var(--v2-cyan);
    animation: gtpSmmV2Blink 1s steps(1) infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor-tail {
    padding: 10px 14px 12px;
    border-top: 1px dashed rgba(94,234,255,0.18);
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor-tag {
    font-family: var(--v2-mono);
    font-size: 10px;
    padding: 3px 7px;
    border-radius: 3px;
    background: rgba(94,234,255,0.12);
    border: 1px solid rgba(94,234,255,0.32);
    color: rgba(180,240,255,0.94);
    line-height: 1;
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor-cta {
    font-family: var(--v2-mono);
    font-size: 10px;
    letter-spacing: 0.1em;
    padding: 4px 10px;
    border-radius: 3px;
    background: linear-gradient(135deg, rgba(180,140,255,0.36), rgba(180,140,255,0.18));
    border: 1px solid rgba(180,140,255,0.5);
    color: rgba(232,220,255,0.98);
    text-transform: uppercase;
    line-height: 1;
    margin-inline-start: auto;
    direction: ltr;
}

/* --- Module 3 · Post Canvas --- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas {
    position: relative;
    width: 100%;
    max-width: 210px;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    background: linear-gradient(160deg, rgba(180,140,255,0.22), rgba(94,234,255,0.16));
    border: 1px solid var(--v2-line-strong);
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-ratio {
    position: absolute;
    top: 8px;
    inset-inline-end: 8px;
    font-family: var(--v2-mono);
    font-size: 9px;
    letter-spacing: 0.06em;
    color: rgba(241,243,248,0.62);
    padding: 2px 6px;
    border-radius: 3px;
    background: rgba(7,10,18,0.6);
    border: 1px solid rgba(94,234,255,0.28);
    direction: ltr;
    line-height: 1;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-guide {
    position: absolute;
    background: repeating-linear-gradient(90deg, rgba(94,234,255,0.36) 0 3px, transparent 3px 6px);
    background-size: 6px 1px;
    pointer-events: none;
    opacity: 0.7;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-guide--h {
    top: 50%;
    left: 6px;
    right: 6px;
    height: 1px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-guide--v {
    left: 50%;
    top: 6px;
    bottom: 6px;
    width: 1px;
    background: repeating-linear-gradient(180deg, rgba(94,234,255,0.36) 0 3px, transparent 3px 6px);
    background-size: 1px 6px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-image {
    flex: 1;
    border-radius: 8px;
    background:
        radial-gradient(circle at 30% 30%, rgba(180,140,255,0.5), transparent 62%),
        radial-gradient(circle at 70% 70%, rgba(94,234,255,0.44), transparent 62%),
        linear-gradient(135deg, rgba(15,27,46,0.6), rgba(10,18,32,0.9));
    border: 1px solid rgba(94,234,255,0.34);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    min-height: 90px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-mark {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background: linear-gradient(135deg, var(--v2-cyan), var(--v2-cyan-bright));
    box-shadow: 0 0 20px rgba(94,234,255,0.55), inset 0 0 6px rgba(7,10,18,0.32);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-title {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative;
    z-index: 1;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-title-l {
    height: 6px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(241,243,248,0.72), rgba(241,243,248,0.24));
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-title-l--short {
    width: 60%;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-brand {
    display: flex;
    gap: 4px;
    position: relative;
    z-index: 1;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-brand-swatch {
    flex: 1;
    height: 5px;
    border-radius: 2px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-brand-swatch--1 { background: var(--v2-cyan); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-brand-swatch--2 { background: var(--v2-magenta); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-brand-swatch--3 { background: var(--v2-pink); }

/* --- Module 4 · Story Stack --- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__story-stage {
    position: relative;
    width: 128px;
    height: 200px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__story-frame {
    position: absolute;
    inset: 0;
    border-radius: 12px;
    background: linear-gradient(160deg, rgba(20,33,58,0.85), rgba(10,18,32,0.98));
    border: 1px solid rgba(94,234,255,0.26);
    overflow: hidden;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__story-frame--back-r {
    transform: translate(10px, 6px) rotate(4deg);
    opacity: 0.4;
    background: linear-gradient(160deg, rgba(180,140,255,0.14), rgba(10,18,32,0.85));
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__story-frame--back-l {
    transform: translate(-8px, 4px) rotate(-3deg);
    opacity: 0.55;
    background: linear-gradient(160deg, rgba(94,234,255,0.14), rgba(10,18,32,0.85));
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__story-frame--front {
    background:
        radial-gradient(circle at 30% 20%, rgba(180,140,255,0.28), transparent 60%),
        radial-gradient(circle at 70% 80%, rgba(255,93,143,0.24), transparent 60%),
        linear-gradient(160deg, rgba(20,33,58,0.9), rgba(10,18,32,0.98));
    border-color: rgba(94,234,255,0.55);
    box-shadow: 0 20px 40px -18px rgba(94,234,255,0.42);
    padding: 8px;
    display: flex;
    flex-direction: column;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__story-bars {
    display: flex;
    gap: 3px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__story-bar {
    flex: 1;
    height: 2.5px;
    border-radius: 999px;
    background: rgba(255,255,255,0.2);
    overflow: hidden;
    position: relative;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__story-bar--full { background: rgba(255,255,255,0.8); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__story-bar--active::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.92);
    animation: gtpSmmV2StoryFill 3.4s ease-in-out infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__story-ring {
    margin-top: 8px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: conic-gradient(from 210deg, var(--v2-cyan), var(--v2-magenta), var(--v2-pink), var(--v2-cyan));
    padding: 2px;
    box-shadow: 0 0 12px rgba(94,234,255,0.36);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__story-ring-avatar {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, var(--v2-pink), transparent 60%),
                linear-gradient(135deg, var(--v2-magenta), var(--v2-cyan));
    border: 1.5px solid rgba(10,18,32,0.98);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__story-sticker {
    position: absolute;
    top: 46%;
    inset-inline-end: 6px;
    padding: 6px 8px 6px 10px;
    border-radius: 8px;
    background: rgba(255,255,255,0.94);
    color: var(--v2-navy);
    transform: rotate(-4deg);
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 8px 18px -4px rgba(0,0,0,0.5);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__story-sticker-q {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--v2-pink);
    color: #fff;
    font-family: var(--v2-mono);
    font-size: 10px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__story-sticker-l {
    font-family: var(--v2-mono);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1;
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__story-tap {
    position: absolute;
    bottom: 10px;
    inset-inline-start: 50%;
    transform: translateX(-50%);
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.36);
    font-family: var(--v2-mono);
    font-size: 9px;
    font-weight: 700;
    color: rgba(255,255,255,0.9);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1;
    direction: ltr;
}

/* RTL fix for transform */
[dir="rtl"] .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__story-tap {
    transform: translateX(50%);
}

/* --- Module 5 · Reel Preview --- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reel {
    position: relative;
    width: 126px;
    height: 200px;
    border-radius: 14px;
    background:
        radial-gradient(circle at 30% 30%, rgba(255,93,143,0.28), transparent 55%),
        radial-gradient(circle at 70% 70%, rgba(180,140,255,0.24), transparent 55%),
        linear-gradient(180deg, rgba(20,15,32,0.9), rgba(10,18,32,0.98));
    border: 1px solid rgba(255,93,143,0.34);
    box-shadow: 0 20px 40px -18px rgba(255,93,143,0.34);
    overflow: hidden;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reel-label {
    position: absolute;
    top: 8px;
    inset-inline-start: 8px;
    padding: 3px 7px;
    border-radius: 3px;
    background: rgba(7,10,18,0.6);
    border: 1px solid rgba(255,255,255,0.28);
    color: rgba(255,255,255,0.92);
    font-family: var(--v2-mono);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1;
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reel-play {
    position: absolute;
    top: 50%;
    inset-inline-start: 50%;
    transform: translate(-50%, -60%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255,255,255,0.14);
    border: 1.5px solid rgba(255,255,255,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.98);
    animation: gtpSmmV2ReelPlay 2.6s ease-in-out infinite;
}
[dir="rtl"] .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reel-play {
    transform: translate(50%, -60%);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reel-play svg {
    width: 18px;
    height: 18px;
    margin-inline-start: 3px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reel-caption {
    position: absolute;
    bottom: 34px;
    inset-inline-start: 10px;
    right: 40px;
    left: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reel-caption-l {
    height: 4px;
    border-radius: 2px;
    background: rgba(255,255,255,0.72);
    max-width: 80%;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reel-caption-l--short {
    max-width: 50%;
    background: rgba(255,255,255,0.34);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reel-wave {
    position: absolute;
    bottom: 10px;
    inset-inline-start: 10px;
    right: 40px;
    left: 10px;
    height: 16px;
    display: flex;
    align-items: flex-end;
    gap: 2px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reel-wave span {
    flex: 1;
    background: linear-gradient(180deg, var(--v2-cyan-bright), var(--v2-cyan));
    border-radius: 999px;
    height: 30%;
    animation: gtpSmmV2Wave 1.4s ease-in-out infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reel-wave span:nth-child(1) { animation-delay: 0s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reel-wave span:nth-child(2) { animation-delay: 0.1s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reel-wave span:nth-child(3) { animation-delay: 0.2s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reel-wave span:nth-child(4) { animation-delay: 0.3s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reel-wave span:nth-child(5) { animation-delay: 0.4s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reel-wave span:nth-child(6) { animation-delay: 0.5s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reel-wave span:nth-child(7) { animation-delay: 0.4s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reel-wave span:nth-child(8) { animation-delay: 0.3s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reel-wave span:nth-child(9) { animation-delay: 0.2s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reel-wave span:nth-child(10) { animation-delay: 0.1s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reel-actions {
    position: absolute;
    inset-inline-end: 10px;
    bottom: 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reel-action {
    width: 20px;
    height: 20px;
    color: rgba(255,255,255,0.9);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reel-action svg {
    width: 100%;
    height: 100%;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reel-action--heart {
    color: var(--v2-pink);
    filter: drop-shadow(0 0 6px rgba(255,93,143,0.7));
    animation: gtpSmmV2Heart 2.4s ease-in-out infinite;
}

/* --- Module 6 · Calendar --- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__cal {
    width: 100%;
    padding: 10px 12px 12px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(20,33,58,0.85), rgba(10,18,32,0.95));
    border: 1px solid var(--v2-line-strong);
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__cal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 6px;
    border-bottom: 1px dashed rgba(94,234,255,0.18);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__cal-title {
    font-family: var(--v2-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--v2-cyan-bright);
    text-transform: uppercase;
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__cal-arrows {
    font-family: var(--v2-mono);
    font-size: 12px;
    color: var(--v2-text-2);
    direction: ltr;
    letter-spacing: 0.1em;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__cal-day {
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 4px;
    background: rgba(7,10,18,0.55);
    border: 1px solid rgba(94,234,255,0.14);
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 3px 4px;
    font-family: var(--v2-mono);
    font-size: 9px;
    color: var(--v2-text-2);
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__cal-day i {
    font-style: normal;
    line-height: 1;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__cal-day em {
    position: absolute;
    bottom: 3px;
    inset-inline-start: 3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__cal-day--post {
    background: rgba(94,234,255,0.12);
    border-color: rgba(94,234,255,0.4);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__cal-day--post em { background: var(--v2-cyan); box-shadow: 0 0 4px rgba(94,234,255,0.6); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__cal-day--story {
    background: rgba(180,140,255,0.14);
    border-color: rgba(180,140,255,0.42);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__cal-day--story em { background: var(--v2-magenta); box-shadow: 0 0 4px rgba(180,140,255,0.6); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__cal-day--reel {
    background: rgba(255,93,143,0.14);
    border-color: rgba(255,93,143,0.42);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__cal-day--reel em { background: var(--v2-pink); box-shadow: 0 0 4px rgba(255,93,143,0.6); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__cal-day--now {
    border-color: var(--v2-cyan) !important;
    box-shadow: 0 0 0 2px rgba(94,234,255,0.16);
    color: var(--v2-cyan-bright) !important;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__cal-legend {
    display: flex;
    gap: 8px;
    padding-top: 6px;
    border-top: 1px dashed rgba(94,234,255,0.18);
    flex-wrap: wrap;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__cal-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: var(--v2-mono);
    font-size: 9.5px;
    color: var(--v2-text);
    direction: ltr;
    padding: 2px 6px;
    border-radius: 3px;
    background: rgba(7,10,18,0.6);
    border: 1px solid rgba(94,234,255,0.16);
    letter-spacing: 0.02em;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__cal-chip em {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__cal-chip--post em { background: var(--v2-cyan); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__cal-chip--story em { background: var(--v2-magenta); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__cal-chip--reel em { background: var(--v2-pink); }

/* --- Module 7 · Profile Panel --- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__profile {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(20,33,58,0.85), rgba(10,18,32,0.95));
    border: 1px solid var(--v2-line-strong);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__profile-top {
    display: flex;
    align-items: center;
    gap: 10px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__profile-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 30%, var(--v2-pink), transparent 60%),
        linear-gradient(135deg, var(--v2-magenta), var(--v2-cyan));
    box-shadow: 0 0 0 2px rgba(10,18,32,0.98), 0 0 0 3.5px var(--v2-cyan);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__profile-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__profile-name {
    font-family: var(--v2-mono);
    font-size: 11px;
    font-weight: 700;
    color: var(--v2-text);
    direction: ltr;
    letter-spacing: 0.04em;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__profile-bio {
    height: 5px;
    width: 70%;
    border-radius: 2px;
    background: rgba(241,243,248,0.28);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__profile-bell {
    position: relative;
    color: rgba(241,243,248,0.72);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__profile-bell svg {
    width: 20px;
    height: 20px;
    display: block;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__profile-notif {
    position: absolute;
    top: -4px;
    inset-inline-end: -4px;
    min-width: 14px;
    height: 14px;
    padding: 0 3px;
    border-radius: 999px;
    background: var(--v2-pink);
    color: #fff;
    font-family: var(--v2-mono);
    font-size: 8px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: 0 0 8px rgba(255,93,143,0.62);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__profile-highlights {
    display: flex;
    gap: 8px;
    padding: 4px 0;
    border-top: 1px dashed rgba(94,234,255,0.16);
    border-bottom: 1px dashed rgba(94,234,255,0.16);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__profile-hl {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(7,10,18,0.7);
    border: 1.5px solid rgba(94,234,255,0.42);
    position: relative;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__profile-hl--a { background: linear-gradient(135deg, rgba(94,234,255,0.28), rgba(180,140,255,0.16)); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__profile-hl--b { background: linear-gradient(135deg, rgba(180,140,255,0.24), rgba(255,93,143,0.16)); border-color: rgba(180,140,255,0.52); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__profile-hl--c { background: linear-gradient(135deg, rgba(255,93,143,0.24), rgba(244,184,96,0.16)); border-color: rgba(255,93,143,0.52); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__profile-hl--d { background: linear-gradient(135deg, rgba(244,184,96,0.24), rgba(94,234,255,0.16)); border-color: rgba(244,184,96,0.52); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__profile-inbox {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    background: rgba(7,10,18,0.5);
    border-radius: 8px;
    border: 1px solid rgba(94,234,255,0.16);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__profile-inbox-icon {
    color: var(--v2-cyan);
    display: inline-flex;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__profile-inbox-icon svg {
    width: 16px;
    height: 16px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__profile-inbox-l {
    flex: 1;
    height: 4px;
    max-width: 92px;
    border-radius: 2px;
    background: rgba(241,243,248,0.34);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__profile-inbox-time {
    font-family: var(--v2-mono);
    font-size: 9.5px;
    color: var(--v2-text-2);
    direction: ltr;
    letter-spacing: 0.04em;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__profile-updated {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    align-self: flex-start;
    padding: 3px 8px;
    border-radius: 999px;
    background: rgba(94,234,255,0.12);
    border: 1px solid rgba(94,234,255,0.3);
    font-family: var(--v2-mono);
    font-size: 9px;
    letter-spacing: 0.06em;
    color: var(--v2-cyan-bright);
    text-transform: uppercase;
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__profile-updated-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--v2-cyan);
    box-shadow: 0 0 6px rgba(94,234,255,0.7);
    animation: gtpSmmV2Pulse 2.4s ease-in-out infinite;
}

/* --- Module 8 · Insights --- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__insights {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(20,33,58,0.85), rgba(10,18,32,0.95));
    border: 1px solid var(--v2-line-strong);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__insights-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__insights-title {
    font-family: var(--v2-mono);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--v2-cyan);
    text-transform: uppercase;
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__insights-trend {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--v2-cyan-bright);
    background: rgba(94,234,255,0.14);
    border: 1px solid rgba(94,234,255,0.42);
    border-radius: 5px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__insights-trend svg {
    width: 12px;
    height: 12px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__insights-graph {
    height: 60px;
    padding: 4px 2px;
    background: rgba(7,10,18,0.5);
    border-radius: 6px;
    border: 1px solid rgba(94,234,255,0.14);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__insights-graph svg {
    width: 100%;
    height: 100%;
    display: block;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__insights-chips {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__insights-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 8px;
    border-radius: 999px;
    background: rgba(7,10,18,0.55);
    border: 1px solid rgba(94,234,255,0.24);
    font-family: var(--v2-mono);
    font-size: 9.5px;
    color: var(--v2-text);
    direction: ltr;
    letter-spacing: 0.04em;
    line-height: 1;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__insights-chip-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--v2-cyan);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__insights-chip-dot--b { background: var(--v2-magenta); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__insights-chip-dot--c { background: var(--v2-pink); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__insights-note {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 6px;
    background: rgba(180,140,255,0.12);
    border: 1px solid rgba(180,140,255,0.36);
    color: rgba(232,220,255,0.94);
    font-family: var(--v2-mono);
    font-size: 10px;
    letter-spacing: 0.04em;
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__insights-note-icon {
    color: var(--v2-cyan-bright);
    font-weight: 800;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__insights-note-l {
    text-transform: uppercase;
}

/* ==========================================================================
   SECTION 6 · WORKFLOW · Creative Production Pipeline
   ========================================================================== */

.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__pipeline {
    margin: 56px 0 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr) auto;
    grid-template-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    align-items: stretch;
    gap: 0;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__step {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__step-head {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 0 4px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__step-n {
    font-family: var(--v2-mono);
    font-size: 22px;
    font-weight: 800;
    color: var(--v2-cyan-bright);
    line-height: 1;
    letter-spacing: 0.02em;
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__step-l {
    font-family: var(--v2-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: var(--v2-text-2);
    text-transform: uppercase;
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__step--active .gtp-svc-smmv2wf__card {
    border-color: rgba(94,234,255,0.5);
    box-shadow: 0 30px 60px -30px rgba(94,234,255,0.4);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__step--live .gtp-svc-smmv2wf__card {
    border-color: rgba(255,93,143,0.5);
    box-shadow: 0 30px 60px -30px rgba(255,93,143,0.35);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__card {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 340px;
    border-radius: 16px;
    background:
        radial-gradient(120% 60% at 100% 0%, rgba(94,234,255,0.06), transparent 60%),
        linear-gradient(180deg, rgba(20,33,58,0.72), rgba(10,18,32,0.94));
    border: 1px solid var(--v2-line);
    overflow: hidden;
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__card:hover {
    transform: translateY(-3px);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__viz {
    flex: 1;
    padding: 18px;
    border-bottom: 1px solid var(--v2-line);
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(60% 100% at 50% 0%, rgba(94,234,255,0.06), transparent 62%),
        linear-gradient(180deg, rgba(14,23,41,0.5), rgba(10,18,32,0.85));
    min-height: 200px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__meta {
    padding: 12px 18px 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__meta-label {
    font-family: var(--v2-mono);
    font-size: 10.5px;
    font-weight: 700;
    color: var(--v2-cyan-bright);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__meta-sub {
    font-size: 11px;
    color: var(--v2-text-2);
    line-height: 1.4;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__arrow {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 44px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__arrow::before {
    content: "";
    width: 20px;
    height: 1px;
    background: repeating-linear-gradient(90deg, rgba(94,234,255,0.55) 0 3px, transparent 3px 6px);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__arrow::after {
    content: "";
    position: absolute;
    inset-inline-end: 4px;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--v2-cyan);
    box-shadow: 0 0 8px rgba(94,234,255,0.8);
}
[dir="rtl"] .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__arrow::after {
    inset-inline-end: auto;
    inset-inline-start: 4px;
}

/* --- Step 1 · Idea Board · sticky notes --- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__idea-board {
    position: relative;
    width: 100%;
    height: 170px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__idea-note {
    position: absolute;
    width: 92px;
    padding: 10px 10px 12px;
    border-radius: 4px;
    background: linear-gradient(145deg, rgba(244,220,120,0.9), rgba(244,184,96,0.86));
    color: rgba(20,15,8,0.9);
    box-shadow: 0 8px 20px -6px rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__idea-note--a { top: 6px; inset-inline-start: 6px; transform: rotate(-3deg); z-index: 2; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__idea-note--b { top: 26px; inset-inline-end: 6px; transform: rotate(4deg); background: linear-gradient(145deg, rgba(180,240,255,0.88), rgba(94,234,255,0.7)); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__idea-note--c { bottom: 4px; inset-inline-start: 24px; transform: rotate(-1deg); background: linear-gradient(145deg, rgba(255,180,200,0.9), rgba(255,140,170,0.86)); z-index: 3; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__idea-pin {
    position: absolute;
    top: -4px;
    inset-inline-end: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #ff9db3, #b22b45);
    box-shadow: 0 2px 4px rgba(0,0,0,0.4);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__idea-tag {
    align-self: flex-start;
    padding: 2px 6px;
    border-radius: 2px;
    font-family: var(--v2-mono);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1;
    color: rgba(20,15,8,0.9);
    background: rgba(255,255,255,0.44);
    border: 1px solid rgba(20,15,8,0.24);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__idea-l {
    height: 4px;
    width: 100%;
    border-radius: 2px;
    background: rgba(20,15,8,0.32);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__idea-l--short { width: 65%; background: rgba(20,15,8,0.2); }

/* --- Step 2 · Caption Draft editor · reuses same look as mod2 but scoped --- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__editor {
    width: 100%;
    padding: 0;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(20,33,58,0.85), rgba(10,18,32,0.95));
    border: 1px solid var(--v2-line-strong);
    overflow: hidden;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__editor-bar {
    padding: 7px 10px;
    display: flex;
    align-items: center;
    gap: 4px;
    background: rgba(7,10,18,0.5);
    border-bottom: 1px solid rgba(94,234,255,0.14);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__editor-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,0.22);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__editor-dot:first-child { background: rgba(255,93,143,0.7); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__editor-dot:nth-child(2) { background: rgba(244,184,96,0.7); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__editor-dot:nth-child(3) { background: rgba(94,234,255,0.7); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__editor-label {
    margin-inline-start: auto;
    font-family: var(--v2-mono);
    font-size: 9.5px;
    letter-spacing: 0.08em;
    color: var(--v2-text-2);
    text-transform: uppercase;
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__editor-headline {
    display: block;
    margin: 10px 12px 6px;
    height: 8px;
    width: 66%;
    border-radius: 3px;
    background: linear-gradient(90deg, rgba(94,234,255,0.62), rgba(94,234,255,0.22));
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__editor-line {
    display: block;
    margin: 5px 12px;
    height: 5px;
    border-radius: 2px;
    background: rgba(241,243,248,0.24);
    position: relative;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__editor-line--short {
    width: 60%;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__editor-cursor {
    position: absolute;
    inset-inline-end: -5px;
    top: -3px;
    width: 1.5px;
    height: 10px;
    background: var(--v2-cyan);
    animation: gtpSmmV2Blink 1s steps(1) infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__editor-tail {
    margin: 10px 12px;
    padding-top: 8px;
    border-top: 1px dashed rgba(94,234,255,0.18);
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__editor-tag {
    font-family: var(--v2-mono);
    font-size: 9.5px;
    padding: 3px 6px;
    border-radius: 3px;
    background: rgba(94,234,255,0.12);
    border: 1px solid rgba(94,234,255,0.28);
    color: rgba(180,240,255,0.92);
    line-height: 1;
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__editor-cta {
    font-family: var(--v2-mono);
    font-size: 9.5px;
    letter-spacing: 0.08em;
    padding: 3px 8px;
    border-radius: 3px;
    background: linear-gradient(135deg, rgba(180,140,255,0.36), rgba(180,140,255,0.18));
    border: 1px solid rgba(180,140,255,0.5);
    color: rgba(232,220,255,0.96);
    text-transform: uppercase;
    line-height: 1;
    margin-inline-start: auto;
    direction: ltr;
}

/* --- Step 3 · Creative Canvas · canvas + layer panel --- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__creative {
    display: flex;
    align-items: stretch;
    gap: 10px;
    width: 100%;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__creative-canvas {
    position: relative;
    flex: 1.4;
    aspect-ratio: 1 / 1;
    max-width: 130px;
    border-radius: 8px;
    background: linear-gradient(160deg, rgba(180,140,255,0.24), rgba(94,234,255,0.18));
    border: 1px solid var(--v2-line-strong);
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    overflow: hidden;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__creative-guide {
    position: absolute;
    background: repeating-linear-gradient(90deg, rgba(94,234,255,0.32) 0 2px, transparent 2px 5px);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__creative-guide--h {
    left: 6px; right: 6px; top: 50%; height: 1px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__creative-guide--v {
    top: 6px; bottom: 6px; left: 50%; width: 1px;
    background: repeating-linear-gradient(180deg, rgba(94,234,255,0.32) 0 2px, transparent 2px 5px);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__creative-image {
    flex: 1;
    border-radius: 5px;
    background:
        radial-gradient(circle at 30% 30%, rgba(180,140,255,0.5), transparent 62%),
        radial-gradient(circle at 70% 70%, rgba(94,234,255,0.44), transparent 62%),
        linear-gradient(135deg, rgba(15,27,46,0.6), rgba(10,18,32,0.9));
    border: 1px solid rgba(94,234,255,0.34);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    min-height: 50px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__creative-mark {
    width: 22px;
    height: 22px;
    border-radius: 5px;
    background: linear-gradient(135deg, var(--v2-cyan), var(--v2-cyan-bright));
    box-shadow: 0 0 14px rgba(94,234,255,0.5);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__creative-title {
    display: block;
    height: 6px;
    width: 66%;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(241,243,248,0.72), rgba(241,243,248,0.24));
    position: relative;
    z-index: 1;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__creative-layers {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 6px 4px 6px;
    background: rgba(7,10,18,0.5);
    border-radius: 6px;
    border: 1px solid rgba(94,234,255,0.16);
    min-width: 74px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__creative-layer {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 6px;
    border-radius: 4px;
    background: rgba(7,10,18,0.45);
    border: 1px solid rgba(94,234,255,0.14);
    font-family: var(--v2-mono);
    font-size: 9px;
    letter-spacing: 0.04em;
    color: var(--v2-text-2);
    direction: ltr;
    text-transform: uppercase;
    line-height: 1;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__creative-layer em {
    width: 6px; height: 6px; border-radius: 2px; background: rgba(94,234,255,0.4);
    display: inline-block;
    font-style: normal;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__creative-layer--active {
    background: rgba(94,234,255,0.16);
    border-color: rgba(94,234,255,0.5);
    color: rgba(180,240,255,0.98);
    box-shadow: 0 0 12px -4px rgba(94,234,255,0.36);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__creative-layer--active em {
    background: var(--v2-cyan);
    box-shadow: 0 0 6px rgba(94,234,255,0.6);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__creative-swatches {
    display: flex;
    gap: 4px;
    padding-top: 6px;
    border-top: 1px dashed rgba(94,234,255,0.18);
    margin-top: auto;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__creative-swatch {
    flex: 1;
    height: 8px;
    border-radius: 2px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__creative-swatch--1 { background: var(--v2-cyan); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__creative-swatch--2 { background: var(--v2-magenta); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__creative-swatch--3 { background: var(--v2-pink); }

/* --- Step 4 · Client Review --- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__review {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(20,33,58,0.85), rgba(10,18,32,0.95));
    border: 1px solid var(--v2-line-strong);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__review-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__review-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 8px;
    border-radius: 4px;
    background: linear-gradient(135deg, rgba(94,234,255,0.24), rgba(94,234,255,0.12));
    border: 1px solid rgba(94,234,255,0.55);
    color: var(--v2-cyan-bright);
    font-family: var(--v2-mono);
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1;
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__review-badge svg {
    width: 11px;
    height: 11px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__review-time {
    font-family: var(--v2-mono);
    font-size: 9.5px;
    color: var(--v2-text-2);
    direction: ltr;
    letter-spacing: 0.04em;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__review-checks {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__review-checks li {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    background: rgba(7,10,18,0.44);
    border-radius: 5px;
    font-family: var(--v2-mono);
    font-size: 10px;
    color: var(--v2-text);
    direction: ltr;
    line-height: 1;
    letter-spacing: 0.02em;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__review-check {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(94,234,255,0.16);
    color: var(--v2-cyan-bright);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__review-check--ok {
    background: linear-gradient(135deg, var(--v2-cyan), var(--v2-cyan-bright));
    color: var(--v2-navy);
    box-shadow: 0 0 8px rgba(94,234,255,0.5);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__review-bubble {
    display: flex;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 8px 8px 8px 3px;
    background: rgba(180,140,255,0.14);
    border: 1px solid rgba(180,140,255,0.34);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__review-bubble-avatar {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--v2-magenta), var(--v2-pink));
    flex-shrink: 0;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__review-bubble-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-top: 3px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__review-bubble-l {
    height: 4px;
    border-radius: 2px;
    background: rgba(232,220,255,0.5);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__review-bubble-l--short {
    width: 66%;
    background: rgba(232,220,255,0.28);
}

/* --- Step 5 · Published Feed --- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__feed {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(20,33,58,0.85), rgba(10,18,32,0.95));
    border: 1px solid rgba(255,93,143,0.42);
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 0 24px -12px rgba(255,93,143,0.5);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__feed-head {
    display: flex;
    align-items: center;
    gap: 8px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__feed-avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, var(--v2-cyan-bright), var(--v2-cyan)), var(--v2-magenta);
    box-shadow: 0 0 0 1.5px rgba(10,18,32,0.98), 0 0 0 2.5px var(--v2-magenta);
    flex-shrink: 0;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__feed-name {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__feed-name-l {
    height: 5px;
    border-radius: 2px;
    background: rgba(241,243,248,0.42);
    max-width: 72px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__feed-name-l--short {
    max-width: 48px;
    background: rgba(241,243,248,0.24);
    height: 4px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__feed-live {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 7px;
    border-radius: 4px;
    background: linear-gradient(135deg, rgba(255,93,143,0.44), rgba(255,93,143,0.22));
    border: 1px solid rgba(255,93,143,0.58);
    color: #fff;
    font-family: var(--v2-mono);
    font-size: 9.5px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    line-height: 1;
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__feed-live-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 8px rgba(255,255,255,0.9);
    animation: gtpSmmV2Pulse 1.4s ease-in-out infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__feed-image {
    aspect-ratio: 4 / 3;
    border-radius: 6px;
    background:
        radial-gradient(circle at 30% 30%, rgba(180,140,255,0.42), transparent 62%),
        radial-gradient(circle at 70% 70%, rgba(94,234,255,0.36), transparent 62%),
        linear-gradient(135deg, rgba(15,27,46,0.6), rgba(10,18,32,0.9));
    border: 1px solid rgba(94,234,255,0.28);
    display: flex;
    align-items: center;
    justify-content: center;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__feed-mark {
    width: 22px;
    height: 22px;
    border-radius: 5px;
    background: linear-gradient(135deg, var(--v2-cyan-bright), var(--v2-cyan));
    box-shadow: 0 0 14px rgba(94,234,255,0.55);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__feed-caption {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__feed-caption-l {
    height: 4px;
    border-radius: 2px;
    background: rgba(241,243,248,0.36);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__feed-caption-l--short {
    width: 62%;
    background: rgba(241,243,248,0.2);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__feed-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 6px;
    border-top: 1px dashed rgba(94,234,255,0.18);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__feed-action {
    width: 14px;
    height: 14px;
    color: rgba(241,243,248,0.72);
    display: inline-flex;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__feed-action svg {
    width: 100%;
    height: 100%;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__feed-time {
    margin-inline-start: auto;
    font-family: var(--v2-mono);
    font-size: 10px;
    color: var(--v2-cyan-bright);
    direction: ltr;
    letter-spacing: 0.04em;
}

/* ==========================================================================
   SECTION 7 · FORMATS · Premium Content Showcase
   ========================================================================== */

.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__grid {
    margin: 56px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__card {
    display: grid;
    grid-template-rows: 1fr auto;
    min-height: 500px;
    border-radius: 20px;
    background:
        radial-gradient(120% 60% at 100% 0%, rgba(94,234,255,0.08), transparent 60%),
        linear-gradient(180deg, rgba(20,33,58,0.72), rgba(10,18,32,0.96));
    border: 1px solid var(--v2-line);
    overflow: hidden;
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__card:hover {
    transform: translateY(-6px);
    border-color: var(--v2-line-strong);
    box-shadow: 0 60px 80px -40px rgba(94,234,255,0.36);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__preview {
    position: relative;
    padding: 28px 24px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 50% 0%, rgba(94,234,255,0.06), transparent 62%),
        linear-gradient(180deg, rgba(14,23,41,0.58), rgba(10,18,32,0.92));
    border-bottom: 1px solid var(--v2-line);
    min-height: 300px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__body {
    padding: 20px 24px 22px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__tag {
    align-self: flex-end;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(94,234,255,0.12);
    border: 1px solid var(--v2-line-strong);
    color: var(--v2-cyan-bright);
    font-family: var(--v2-mono);
    font-size: 10.5px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1;
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__title {
    margin: 4px 0 0;
    font-size: 21px;
    font-weight: 800;
    color: #F8FAFF;
    letter-spacing: -0.01em;
    line-height: 1.2;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__text {
    margin: 0;
    font-size: 14px;
    color: var(--v2-text-2);
    line-height: 1.55;
}

/* --- Format 1 · Brand social post --- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand {
    width: 100%;
    max-width: 230px;
    padding: 10px 10px 12px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(10,18,32,0.88), rgba(6,11,20,0.98));
    border: 1px solid var(--v2-line-strong);
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 0 30px -10px rgba(94,234,255,0.18);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-top {
    display: flex;
    align-items: center;
    gap: 8px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 30%, var(--v2-pink), transparent 60%),
        linear-gradient(135deg, var(--v2-magenta), var(--v2-cyan));
    box-shadow: 0 0 0 1.5px rgba(10,18,32,0.98), 0 0 0 2.5px var(--v2-magenta);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-id {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-name {
    height: 6px;
    border-radius: 2px;
    background: rgba(241,243,248,0.5);
    max-width: 82px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-loc {
    height: 4px;
    border-radius: 2px;
    background: rgba(241,243,248,0.22);
    max-width: 60px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-more {
    font-family: var(--v2-mono);
    font-size: 14px;
    color: var(--v2-text-2);
    letter-spacing: 0.06em;
    line-height: 1;
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-image {
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    background:
        radial-gradient(circle at 30% 30%, rgba(180,140,255,0.42), transparent 60%),
        radial-gradient(circle at 70% 70%, rgba(94,234,255,0.42), transparent 60%),
        linear-gradient(135deg, rgba(15,27,46,0.6), rgba(10,18,32,0.9));
    border: 1px solid rgba(94,234,255,0.34);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--v2-cyan), var(--v2-cyan-bright));
    box-shadow: 0 0 24px rgba(94,234,255,0.55);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-icon {
    width: 18px;
    height: 18px;
    color: rgba(241,243,248,0.78);
    display: inline-flex;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-icon svg {
    width: 100%;
    height: 100%;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-icon--right {
    margin-inline-start: auto;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-caption {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-caption-l {
    height: 5px;
    border-radius: 2px;
    background: rgba(241,243,248,0.42);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-caption-l--short {
    width: 64%;
    background: rgba(241,243,248,0.22);
    height: 4px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-strip {
    display: block;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--v2-cyan), var(--v2-magenta), var(--v2-pink));
    opacity: 0.72;
    box-shadow: 0 0 12px -3px rgba(180,140,255,0.5);
}

/* --- Format 2 · Carousel · stacked slides --- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__carousel {
    width: 100%;
    max-width: 240px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__carousel-stage {
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__carousel-slide {
    position: absolute;
    aspect-ratio: 4 / 5;
    width: 140px;
    border-radius: 10px;
    background:
        radial-gradient(circle at 30% 30%, rgba(180,140,255,0.24), transparent 62%),
        linear-gradient(135deg, rgba(15,27,46,0.72), rgba(10,18,32,0.94));
    border: 1px solid rgba(94,234,255,0.28);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__carousel-slide--back-r {
    transform: translate(28px, 4px) rotate(6deg);
    opacity: 0.32;
    filter: blur(0.4px);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__carousel-slide--back-l {
    transform: translate(-16px, 2px) rotate(-4deg);
    opacity: 0.5;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__carousel-slide--front {
    position: relative;
    z-index: 3;
    padding: 14px;
    background:
        radial-gradient(circle at 30% 20%, rgba(180,140,255,0.38), transparent 60%),
        radial-gradient(circle at 70% 80%, rgba(94,234,255,0.36), transparent 60%),
        linear-gradient(135deg, rgba(15,27,46,0.9), rgba(10,18,32,0.98));
    border-color: rgba(94,234,255,0.55);
    box-shadow: 0 30px 60px -24px rgba(94,234,255,0.42);
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__carousel-mark {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--v2-cyan), var(--v2-cyan-bright));
    box-shadow: 0 0 18px rgba(94,234,255,0.55);
    align-self: center;
    margin-top: 20px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__carousel-title {
    display: block;
    height: 7px;
    width: 78%;
    align-self: center;
    border-radius: 3px;
    background: linear-gradient(90deg, rgba(241,243,248,0.72), rgba(241,243,248,0.24));
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__carousel-num {
    font-family: var(--v2-mono);
    font-size: 9.5px;
    letter-spacing: 0.14em;
    color: var(--v2-cyan-bright);
    text-align: center;
    text-transform: uppercase;
    direction: ltr;
    line-height: 1;
    margin-bottom: 4px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__carousel-arrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    inset-inline-end: -8px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(7,10,18,0.86);
    border: 1px solid rgba(94,234,255,0.55);
    color: var(--v2-cyan-bright);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px -4px rgba(94,234,255,0.4);
    animation: gtpSmmV2SlideHint 2.6s ease-in-out infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__carousel-arrow svg {
    width: 14px;
    height: 14px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__carousel-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 6px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__carousel-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(241,243,248,0.24);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__carousel-dot--active {
    background: var(--v2-cyan);
    box-shadow: 0 0 8px rgba(94,234,255,0.7);
    width: 22px;
    border-radius: 999px;
}

/* --- Format 3 · Story · vertical 9:16 --- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__story {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__story-frame {
    position: relative;
    width: 148px;
    aspect-ratio: 9 / 16;
    border-radius: 18px;
    background:
        radial-gradient(circle at 30% 20%, rgba(180,140,255,0.32), transparent 55%),
        radial-gradient(circle at 70% 80%, rgba(255,93,143,0.24), transparent 55%),
        linear-gradient(160deg, rgba(20,15,32,0.94), rgba(10,18,32,0.98));
    border: 1px solid rgba(255,93,143,0.34);
    box-shadow: 0 30px 60px -24px rgba(255,93,143,0.42);
    padding: 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__story-bars {
    display: flex;
    gap: 3px;
    margin-bottom: 8px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__story-bar {
    flex: 1;
    height: 3px;
    border-radius: 999px;
    background: rgba(255,255,255,0.22);
    overflow: hidden;
    position: relative;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__story-bar--full { background: rgba(255,255,255,0.86); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__story-bar--active::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.94);
    animation: gtpSmmV2StoryFill 3.4s ease-in-out infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__story-top {
    display: flex;
    align-items: center;
    gap: 8px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__story-ring {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: conic-gradient(from 210deg, var(--v2-cyan), var(--v2-magenta), var(--v2-pink), var(--v2-cyan));
    padding: 2px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__story-ring span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, var(--v2-pink), transparent 60%),
                linear-gradient(135deg, var(--v2-magenta), var(--v2-cyan));
    border: 1.5px solid rgba(10,18,32,0.98);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__story-name {
    height: 5px;
    flex: 1;
    max-width: 70px;
    border-radius: 2px;
    background: rgba(255,255,255,0.7);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__story-sticker {
    position: absolute;
    top: 44%;
    inset-inline-end: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px 6px 8px;
    background: rgba(255,255,255,0.94);
    color: var(--v2-navy);
    border-radius: 8px;
    transform: rotate(-4deg);
    box-shadow: 0 8px 22px -6px rgba(0,0,0,0.55);
    z-index: 2;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__story-sticker-q {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--v2-pink);
    color: #fff;
    font-family: var(--v2-mono);
    font-size: 10px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__story-sticker-l {
    font-family: var(--v2-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__story-tap {
    position: absolute;
    bottom: 14px;
    inset-inline-start: 50%;
    transform: translateX(-50%);
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.4);
    color: rgba(255,255,255,0.94);
    font-family: var(--v2-mono);
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1;
    direction: ltr;
    backdrop-filter: blur(4px);
}
[dir="rtl"] .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__story-tap {
    transform: translateX(50%);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__story-pulse {
    position: absolute;
    bottom: 22px;
    inset-inline-start: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(94,234,255,0.65);
    animation: gtpSmmV2Tap 2.4s ease-out infinite;
    pointer-events: none;
}
[dir="rtl"] .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__story-pulse {
    transform: translateX(50%);
}

/* --- Format 4 · Reels · vertical 9:16 --- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__reel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__reel-frame {
    position: relative;
    width: 148px;
    aspect-ratio: 9 / 16;
    border-radius: 18px;
    background:
        radial-gradient(circle at 30% 30%, rgba(255,93,143,0.32), transparent 55%),
        radial-gradient(circle at 70% 70%, rgba(180,140,255,0.28), transparent 55%),
        linear-gradient(180deg, rgba(20,15,32,0.94), rgba(6,11,20,0.98));
    border: 1px solid rgba(255,93,143,0.34);
    box-shadow: 0 30px 60px -24px rgba(255,93,143,0.4);
    overflow: hidden;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__reel-label {
    position: absolute;
    top: 10px;
    inset-inline-start: 10px;
    padding: 4px 8px;
    border-radius: 4px;
    background: rgba(7,10,18,0.66);
    border: 1px solid rgba(255,255,255,0.28);
    color: rgba(255,255,255,0.94);
    font-family: var(--v2-mono);
    font-size: 9.5px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    line-height: 1;
    direction: ltr;
    z-index: 2;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__reel-play {
    position: absolute;
    top: 50%;
    inset-inline-start: 50%;
    transform: translate(-50%, -60%);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(255,255,255,0.16);
    border: 2px solid rgba(255,255,255,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.98);
    animation: gtpSmmV2ReelPlay 2.6s ease-in-out infinite;
    z-index: 2;
}
[dir="rtl"] .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__reel-play {
    transform: translate(50%, -60%);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__reel-play svg {
    width: 22px;
    height: 22px;
    margin-inline-start: 4px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__reel-actions {
    position: absolute;
    inset-inline-end: 10px;
    bottom: 42px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 2;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__reel-icon {
    width: 22px;
    height: 22px;
    color: rgba(255,255,255,0.9);
    display: inline-flex;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__reel-icon svg {
    width: 100%;
    height: 100%;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__reel-icon--heart {
    color: var(--v2-pink);
    filter: drop-shadow(0 0 8px rgba(255,93,143,0.7));
    animation: gtpSmmV2Heart 2.4s ease-in-out infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__reel-caption {
    position: absolute;
    bottom: 34px;
    inset-inline-start: 12px;
    right: 44px;
    left: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 1;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__reel-caption-l {
    height: 5px;
    border-radius: 2px;
    background: rgba(255,255,255,0.7);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__reel-caption-l--short {
    width: 56%;
    background: rgba(255,255,255,0.32);
    height: 4px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__reel-wave {
    position: absolute;
    bottom: 10px;
    inset-inline-start: 12px;
    right: 44px;
    left: 12px;
    height: 18px;
    display: flex;
    align-items: flex-end;
    gap: 2px;
    z-index: 1;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__reel-wave span {
    flex: 1;
    background: linear-gradient(180deg, var(--v2-cyan-bright), var(--v2-cyan));
    border-radius: 999px;
    height: 40%;
    animation: gtpSmmV2Wave 1.4s ease-in-out infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__reel-wave span:nth-child(2n) { animation-delay: 0.2s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__reel-wave span:nth-child(3n) { animation-delay: 0.4s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__reel-wave span:nth-child(4n) { animation-delay: 0.1s; }

/* --- Format 5 · Sales creative --- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__sales {
    width: 100%;
    max-width: 240px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__sales-frame {
    position: relative;
    padding: 12px 12px 14px;
    border-radius: 14px;
    background:
        radial-gradient(circle at 30% 20%, rgba(255,93,143,0.28), transparent 55%),
        radial-gradient(circle at 70% 80%, rgba(244,184,96,0.24), transparent 55%),
        linear-gradient(180deg, rgba(15,27,46,0.9), rgba(10,18,32,0.98));
    border: 1px solid rgba(255,93,143,0.34);
    box-shadow: 0 20px 40px -18px rgba(255,93,143,0.38);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__sales-badge {
    position: absolute;
    top: -8px;
    inset-inline-end: -4px;
    padding: 5px 12px;
    border-radius: 6px;
    background: linear-gradient(135deg, var(--v2-pink), #d63768);
    color: #fff;
    font-family: var(--v2-mono);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    line-height: 1;
    box-shadow: 0 10px 22px -6px rgba(255,93,143,0.55);
    transform: rotate(5deg);
    z-index: 2;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__sales-hero {
    position: relative;
    aspect-ratio: 5 / 3;
    border-radius: 8px;
    background:
        radial-gradient(circle at 30% 30%, rgba(244,184,96,0.3), transparent 60%),
        linear-gradient(135deg, rgba(15,27,46,0.6), rgba(10,18,32,0.88));
    border: 1px solid rgba(244,184,96,0.32);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__sales-product {
    width: 62px;
    height: 62px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--v2-cyan-bright), var(--v2-magenta));
    box-shadow: 0 10px 30px -8px rgba(180,140,255,0.66), inset 0 0 12px rgba(255,255,255,0.14);
    z-index: 2;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__sales-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 60%, rgba(255,255,255,0.22), transparent 55%);
    pointer-events: none;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__sales-copy {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__sales-title {
    height: 8px;
    width: 92%;
    border-radius: 3px;
    background: linear-gradient(90deg, rgba(241,243,248,0.86), rgba(241,243,248,0.3));
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__sales-title--short {
    width: 60%;
    height: 6px;
    background: linear-gradient(90deg, rgba(241,243,248,0.4), rgba(241,243,248,0.18));
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__sales-foot {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 8px;
    border-top: 1px dashed rgba(255,93,143,0.28);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__sales-cta {
    padding: 8px 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--v2-cyan), var(--v2-cyan-bright));
    color: var(--v2-navy);
    font-family: var(--v2-mono);
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1;
    box-shadow: 0 0 0 2px rgba(94,234,255,0.14), 0 8px 20px -6px rgba(94,234,255,0.5);
    animation: gtpSmmV2Pulse 2.4s ease-in-out infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__sales-offer {
    flex: 1;
    height: 6px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(244,184,96,0.66), rgba(244,184,96,0.14));
}

/* --- Format 6 · Trust · testimonial --- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__trust {
    width: 100%;
    max-width: 240px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__trust-frame {
    padding: 16px;
    border-radius: 12px;
    background:
        radial-gradient(60% 100% at 100% 0%, rgba(94,234,255,0.14), transparent 60%),
        linear-gradient(180deg, rgba(15,27,46,0.94), rgba(10,18,32,0.98));
    border: 1px solid rgba(94,234,255,0.34);
    box-shadow: 0 20px 40px -18px rgba(94,234,255,0.36);
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__trust-quote {
    position: relative;
    padding: 4px 0 4px 16px;
}
[dir="rtl"] .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__trust-quote {
    padding: 4px 16px 4px 0;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__trust-mark {
    position: absolute;
    top: -8px;
    inset-inline-start: 0;
    font-family: Georgia, serif;
    font-size: 34px;
    line-height: 1;
    color: var(--v2-cyan-bright);
    opacity: 0.6;
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__trust-l {
    display: block;
    height: 6px;
    margin-bottom: 6px;
    border-radius: 3px;
    background: linear-gradient(90deg, rgba(241,243,248,0.7), rgba(241,243,248,0.24));
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__trust-l--short {
    width: 62%;
    background: linear-gradient(90deg, rgba(241,243,248,0.3), rgba(241,243,248,0.12));
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__trust-stars {
    display: flex;
    gap: 3px;
    color: var(--v2-amber);
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.04em;
    filter: drop-shadow(0 0 8px rgba(244,184,96,0.42));
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__trust-client {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 8px;
    border-top: 1px dashed rgba(94,234,255,0.2);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__trust-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 30%, var(--v2-pink), transparent 60%),
        linear-gradient(135deg, var(--v2-magenta), var(--v2-cyan));
    box-shadow: 0 0 0 1.5px rgba(10,18,32,0.98), 0 0 0 2.5px var(--v2-cyan);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__trust-meta {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__trust-name {
    height: 6px;
    border-radius: 2px;
    background: rgba(241,243,248,0.66);
    max-width: 92px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__trust-role {
    height: 4px;
    border-radius: 2px;
    background: rgba(241,243,248,0.3);
    max-width: 70px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__trust-metric {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(94,234,255,0.22), rgba(94,234,255,0.1));
    border: 1px solid rgba(94,234,255,0.55);
    color: var(--v2-cyan-bright);
    font-family: var(--v2-mono);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1;
    direction: rtl;
    align-self: flex-start;
    box-shadow: 0 0 20px -6px rgba(94,234,255,0.44);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__trust-metric-icon {
    color: var(--v2-cyan);
    font-weight: 900;
    font-size: 12px;
    line-height: 1;
    direction: ltr;
}

/* ==========================================================================
   KEYFRAMES · v2
   ========================================================================== */
@keyframes gtpSmmV2Pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.14); }
}
@keyframes gtpSmmV2Blink {
    0%, 49% { opacity: 1; }
    50%, 100% { opacity: 0; }
}
@keyframes gtpSmmV2StoryFill {
    0% { transform: translateX(-100%); }
    60%, 100% { transform: translateX(0); }
}
@keyframes gtpSmmV2ReelPlay {
    0%, 100% { transform: translate(-50%, -60%) scale(1); box-shadow: 0 0 0 0 rgba(255,255,255,0.24); }
    60% { transform: translate(-50%, -60%) scale(1.08); box-shadow: 0 0 0 8px rgba(255,255,255,0); }
}
[dir="rtl"] @keyframes gtpSmmV2ReelPlay {}
@keyframes gtpSmmV2Wave {
    0%, 100% { height: 20%; opacity: 0.6; }
    50% { height: 100%; opacity: 1; }
}
@keyframes gtpSmmV2Heart {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.16); }
}
@keyframes gtpSmmV2Tap {
    0% { transform: translateX(-50%) scale(0.5); opacity: 0.9; }
    100% { transform: translateX(-50%) scale(1.6); opacity: 0; }
}
@keyframes gtpSmmV2SlideHint {
    0%, 100% { transform: translateY(-50%) translateX(0); }
    50% { transform: translateY(-50%) translateX(4px); }
}

/* ==========================================================================
   RESPONSIVE · v2
   ========================================================================== */
@media (max-width: 1200px) {
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__pipeline {
        grid-template-columns: 1fr 20px 1fr 20px 1fr;
        gap: 20px 0;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__step:nth-child(1) { grid-column: 1; grid-row: 1; }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__arrow:nth-of-type(1) { grid-column: 2; grid-row: 1; }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__step:nth-child(3) { grid-column: 3; grid-row: 1; }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__arrow:nth-of-type(2) { grid-column: 4; grid-row: 1; }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__step:nth-child(5) { grid-column: 5; grid-row: 1; }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__arrow:nth-of-type(3) { display: none; }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__step:nth-child(7) { grid-column: 1 / span 2; grid-row: 2; }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__arrow:nth-of-type(4) { display: none; }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__step:nth-child(9) { grid-column: 3 / span 3; grid-row: 2; }
}
@media (max-width: 900px) {
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__pipeline {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__step,
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__step:nth-child(n) {
        grid-column: 1 !important;
        grid-row: auto !important;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__arrow {
        display: none !important;
    }
}
@media (max-width: 640px) {
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__card {
        min-height: unset;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__viz {
        min-height: 200px;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__card {
        min-height: unset;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__preview {
        padding: 22px 20px 20px;
        min-height: 260px;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__card {
        min-height: 280px;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__step-n {
        font-size: 20px;
    }
}
@media (max-width: 380px) {
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__viz,
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__preview,
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__viz {
        padding-inline: 16px;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__body,
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__body,
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__meta {
        padding-inline: 18px;
    }
}

/* end REDESIGN v2 */

/* PATCH v2 · quick fixes 2026-07-05 */

/* Story tap pills — never wrap */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__story-tap,
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__story-tap {
    white-space: nowrap;
}

/* Sales badge safer position — inside frame edge */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__sales-badge {
    inset-inline-end: 8px !important;
    top: 8px !important;
}

/* m360 overflow fix — cap frame widths tighter */
@media (max-width: 380px) {
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand,
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__carousel,
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__sales,
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__trust {
        max-width: 100%;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__story-frame,
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__reel-frame {
        width: 138px;
    }
}

/* Story tap · tighter padding + smaller font so it fits in frame */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__story-tap {
    padding: 5px 10px !important;
    font-size: 8.5px !important;
    letter-spacing: 0.06em !important;
    max-width: calc(100% - 20px);
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Story tap · normal flow, centered */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__story-tap {
    position: static !important;
    align-self: center !important;
    margin: auto auto 0 !important;
    transform: none !important;
    max-width: unset !important;
    text-overflow: unset !important;
    overflow: visible !important;
    white-space: nowrap;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__story-pulse {
    bottom: 18px !important;
}
/* Same for module story */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__story-tap {
    position: static !important;
    align-self: center !important;
    margin: auto auto 0 !important;
    transform: none !important;
}

/* ==========================================================================
   POLISH v2 · Round 3 · 2026-07-05
   Remove duplicates, replace glowing squares with alive content elements
   ========================================================================== */

/* -----------------------------------------------------------
   MODULE 4 · Highlights Planner (was Story Stack — dup w/ Format 3)
   ----------------------------------------------------------- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__hl-planner {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(20,33,58,0.85), rgba(10,18,32,0.95));
    border: 1px solid var(--v2-line-strong);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__hl-preview {
    position: relative;
    padding: 10px;
    border-radius: 10px;
    background:
        radial-gradient(circle at 30% 20%, rgba(180,140,255,0.28), transparent 60%),
        radial-gradient(circle at 70% 80%, rgba(255,93,143,0.24), transparent 60%),
        linear-gradient(160deg, rgba(20,15,32,0.94), rgba(10,18,32,0.98));
    border: 1px solid rgba(255,93,143,0.34);
    min-height: 80px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__hl-preview-bars {
    display: flex;
    gap: 3px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__hl-preview-bar {
    flex: 1;
    height: 3px;
    border-radius: 999px;
    background: rgba(255,255,255,0.22);
    overflow: hidden;
    position: relative;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__hl-preview-bar--full { background: rgba(255,255,255,0.86); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__hl-preview-bar--active::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.94);
    animation: gtpSmmV2StoryFill 3.4s ease-in-out infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__hl-preview-body {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 4px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__hl-preview-line {
    height: 5px;
    width: 78%;
    border-radius: 2px;
    background: rgba(255,255,255,0.7);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__hl-preview-line--short {
    width: 46%;
    background: rgba(255,255,255,0.36);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__hl-preview-sticker {
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
    padding: 3px 8px;
    background: rgba(255,255,255,0.94);
    color: var(--v2-navy);
    border-radius: 4px;
    font-family: var(--v2-mono);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
    direction: ltr;
    transform: rotate(-3deg);
    box-shadow: 0 4px 10px -2px rgba(0,0,0,0.5);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__hl-strip-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 4px;
    border-top: 1px dashed rgba(94,234,255,0.18);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__hl-strip-l {
    font-family: var(--v2-mono);
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--v2-cyan);
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__hl-strip-count {
    font-family: var(--v2-mono);
    font-size: 9.5px;
    color: var(--v2-text-2);
    padding: 2px 6px;
    background: rgba(7,10,18,0.55);
    border-radius: 999px;
    border: 1px solid rgba(94,234,255,0.24);
    line-height: 1;
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__hl-strip {
    display: flex;
    gap: 5px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__hl-thumb {
    flex: 1;
    aspect-ratio: 9 / 16;
    max-height: 40px;
    padding: 3px 2px;
    border-radius: 5px;
    background: rgba(7,10,18,0.62);
    border: 1px solid rgba(94,234,255,0.18);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__hl-thumb em {
    font-family: var(--v2-mono);
    font-size: 8px;
    letter-spacing: 0.04em;
    font-style: normal;
    color: rgba(241,243,248,0.62);
    text-transform: uppercase;
    line-height: 1;
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__hl-thumb--a { background: linear-gradient(180deg, rgba(94,234,255,0.16), rgba(7,10,18,0.7)); border-color: rgba(94,234,255,0.32); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__hl-thumb--b { background: linear-gradient(180deg, rgba(180,140,255,0.16), rgba(7,10,18,0.7)); border-color: rgba(180,140,255,0.32); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__hl-thumb--active {
    background: linear-gradient(180deg, rgba(255,93,143,0.28), rgba(7,10,18,0.85));
    border-color: rgba(255,93,143,0.55);
    box-shadow: 0 0 0 1.5px rgba(255,93,143,0.42) inset, 0 6px 14px -4px rgba(255,93,143,0.45);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__hl-thumb--active em { color: rgba(255,220,232,0.98); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__hl-thumb--d { background: linear-gradient(180deg, rgba(244,184,96,0.16), rgba(7,10,18,0.7)); border-color: rgba(244,184,96,0.32); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__hl-thumb--e { background: linear-gradient(180deg, rgba(94,234,255,0.14), rgba(180,140,255,0.14)); border-color: rgba(94,234,255,0.28); }

/* -----------------------------------------------------------
   MODULE 5 · Reel Toolkit (was reel preview — dup w/ Format 4)
   ----------------------------------------------------------- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reeltool {
    width: 100%;
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 10px;
    align-items: stretch;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reeltool-frame {
    position: relative;
    aspect-ratio: 9 / 16;
    border-radius: 12px;
    background:
        radial-gradient(circle at 30% 20%, rgba(255,93,143,0.32), transparent 55%),
        radial-gradient(circle at 70% 80%, rgba(180,140,255,0.28), transparent 55%),
        linear-gradient(180deg, rgba(20,15,32,0.94), rgba(6,11,20,0.98));
    border: 1px solid rgba(255,93,143,0.36);
    box-shadow: 0 14px 30px -14px rgba(255,93,143,0.42);
    overflow: hidden;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reeltool-label {
    position: absolute;
    top: 6px;
    inset-inline-start: 6px;
    padding: 2px 5px;
    border-radius: 3px;
    background: rgba(7,10,18,0.6);
    border: 1px solid rgba(255,255,255,0.28);
    color: rgba(255,255,255,0.94);
    font-family: var(--v2-mono);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1;
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reeltool-play {
    position: absolute;
    top: 45%;
    inset-inline-start: 50%;
    transform: translate(-50%, -50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255,255,255,0.16);
    border: 1.5px solid rgba(255,255,255,0.55);
    color: rgba(255,255,255,0.98);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: gtpSmmV2ReelPlay 2.6s ease-in-out infinite;
}
[dir="rtl"] .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reeltool-play { transform: translate(50%, -50%); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reeltool-play svg {
    width: 14px;
    height: 14px;
    margin-inline-start: 2px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reeltool-timeline {
    position: absolute;
    bottom: 8px;
    inset-inline-start: 8px;
    right: 8px;
    left: 8px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    overflow: hidden;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reeltool-timeline-fill {
    display: block;
    height: 100%;
    width: 42%;
    background: linear-gradient(90deg, var(--v2-cyan), var(--v2-cyan-bright));
    border-radius: 999px;
    box-shadow: 0 0 8px rgba(94,234,255,0.6);
    animation: gtpSmmV2StoryFill 4s ease-in-out infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reeltool-panel {
    padding: 10px 12px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(20,33,58,0.85), rgba(10,18,32,0.95));
    border: 1px solid var(--v2-line-strong);
    display: flex;
    flex-direction: column;
    gap: 9px;
    justify-content: space-between;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reeltool-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 8px;
    background: rgba(7,10,18,0.5);
    border-radius: 5px;
    border: 1px solid rgba(94,234,255,0.16);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reeltool-icon {
    color: var(--v2-cyan);
    display: inline-flex;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reeltool-icon svg {
    width: 100%;
    height: 100%;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reeltool-wave {
    flex: 1;
    height: 12px;
    display: flex;
    align-items: flex-end;
    gap: 2px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reeltool-wave span {
    flex: 1;
    background: linear-gradient(180deg, var(--v2-cyan-bright), var(--v2-cyan));
    border-radius: 999px;
    height: 30%;
    animation: gtpSmmV2Wave 1.4s ease-in-out infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reeltool-wave span:nth-child(2n) { animation-delay: 0.2s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reeltool-wave span:nth-child(3n) { animation-delay: 0.4s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reeltool-tags {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reeltool-tag {
    font-family: var(--v2-mono);
    font-size: 9px;
    padding: 2px 6px;
    border-radius: 3px;
    background: rgba(180,140,255,0.16);
    color: rgba(220,210,255,0.94);
    border: 1px solid rgba(180,140,255,0.36);
    line-height: 1;
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reeltool-thumbs {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 6px;
    border-top: 1px dashed rgba(94,234,255,0.18);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reeltool-thumb-l {
    font-family: var(--v2-mono);
    font-size: 9px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--v2-text-2);
    line-height: 1;
    direction: ltr;
    margin-inline-end: 2px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reeltool-thumb {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: rgba(7,10,18,0.62);
    border: 1px solid rgba(94,234,255,0.24);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reeltool-thumb--active {
    background: linear-gradient(135deg, rgba(94,234,255,0.28), rgba(180,140,255,0.24));
    border-color: rgba(94,234,255,0.6);
    box-shadow: 0 0 8px -1px rgba(94,234,255,0.5);
}

/* -----------------------------------------------------------
   MODULE 3 · Post Canvas · packshot subject (replaces mark)
   ----------------------------------------------------------- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-image {
    align-items: flex-end !important;
    justify-content: center !important;
    padding: 12px 10px 10px !important;
    position: relative;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-subject {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-subject-cap {
    display: block;
    width: 14px;
    height: 6px;
    border-radius: 2px 2px 1px 1px;
    background: linear-gradient(180deg, rgba(180,140,255,0.72), rgba(180,140,255,0.44));
    box-shadow: 0 0 8px rgba(180,140,255,0.42);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-subject-body {
    position: relative;
    width: 34px;
    height: 62px;
    border-radius: 6px 6px 10px 10px;
    background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,0.32), transparent 55%),
        linear-gradient(180deg, rgba(94,234,255,0.68), rgba(180,140,255,0.6));
    box-shadow: 0 0 22px -6px rgba(94,234,255,0.5), inset 0 0 10px rgba(255,255,255,0.14);
    overflow: hidden;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-subject-band {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    height: 12px;
    background: rgba(7,10,18,0.62);
    border-top: 1px solid rgba(255,255,255,0.16);
    border-bottom: 1px solid rgba(255,255,255,0.16);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-tags {
    position: absolute;
    top: 10px;
    inset-inline-end: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 2;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-tag {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: rgba(7,10,18,0.66);
    border: 1px solid rgba(94,234,255,0.34);
    color: rgba(94,234,255,0.94);
    font-family: var(--v2-mono);
    font-size: 9px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-tag--color {
    color: var(--v2-pink);
    border-color: rgba(255,93,143,0.5);
    font-size: 12px;
}

/* -----------------------------------------------------------
   SECTION 6 · Step 3 · Creative Canvas cover hierarchy (replaces mark)
   ----------------------------------------------------------- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__creative-image {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding: 10px !important;
    flex-direction: column !important;
    gap: 6px !important;
    position: relative;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__creative-cover-head {
    display: block;
    height: 6px;
    width: 78%;
    border-radius: 3px;
    background: linear-gradient(90deg, rgba(255,255,255,0.9), rgba(255,255,255,0.32));
    z-index: 1;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__creative-cover-body {
    display: block;
    height: 4px;
    width: 52%;
    border-radius: 2px;
    background: rgba(255,255,255,0.4);
    z-index: 1;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__creative-cover-badge {
    position: absolute;
    bottom: 8px;
    inset-inline-end: 8px;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: linear-gradient(135deg, var(--v2-cyan), var(--v2-cyan-bright));
    color: var(--v2-navy);
    font-family: var(--v2-mono);
    font-size: 10px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    direction: ltr;
    z-index: 2;
    box-shadow: 0 0 12px rgba(94,234,255,0.5);
}

/* -----------------------------------------------------------
   SECTION 6 · Step 5 · Publish feed tile (replaces mark)
   ----------------------------------------------------------- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__feed-image {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding: 12px !important;
    flex-direction: column !important;
    position: relative;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__feed-tile {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
    z-index: 1;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__feed-tile-head {
    display: block;
    height: 6px;
    width: 76%;
    border-radius: 3px;
    background: linear-gradient(90deg, rgba(255,255,255,0.94), rgba(255,255,255,0.34));
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__feed-tile-body {
    display: block;
    height: 4px;
    width: 88%;
    border-radius: 2px;
    background: rgba(255,255,255,0.4);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__feed-tile-body--short {
    width: 58%;
    background: rgba(255,255,255,0.24);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2wf__feed-tile-strip {
    display: block;
    height: 3px;
    width: 44%;
    margin-top: 6px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--v2-cyan), var(--v2-magenta));
    box-shadow: 0 0 10px -2px rgba(180,140,255,0.5);
}

/* -----------------------------------------------------------
   FORMAT 1 · Brand image · post composition (replaces mark)
   ----------------------------------------------------------- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-image {
    align-items: flex-end !important;
    justify-content: center !important;
    padding: 12px !important;
    position: relative;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-corner {
    position: absolute;
    top: 10px;
    inset-inline-start: 10px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--v2-amber);
    background: rgba(7,10,18,0.6);
    border: 1px solid rgba(244,184,96,0.42);
    border-radius: 4px;
    z-index: 2;
    filter: drop-shadow(0 0 8px rgba(244,184,96,0.44));
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-corner svg {
    width: 12px;
    height: 12px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-subject {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    z-index: 1;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-subject-cap {
    display: block;
    width: 18px;
    height: 8px;
    border-radius: 3px 3px 1px 1px;
    background: linear-gradient(180deg, rgba(94,234,255,0.72), rgba(94,234,255,0.44));
    box-shadow: 0 0 10px rgba(94,234,255,0.36);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-subject-body {
    position: relative;
    width: 46px;
    height: 82px;
    border-radius: 8px 8px 14px 14px;
    background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,0.4), transparent 55%),
        linear-gradient(180deg, rgba(180,140,255,0.72), rgba(94,234,255,0.5));
    box-shadow: 0 8px 26px -6px rgba(180,140,255,0.5), inset 0 0 12px rgba(255,255,255,0.14);
    overflow: hidden;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-subject-label {
    position: absolute;
    top: 42%;
    left: 4px;
    right: 4px;
    height: 20px;
    border-radius: 3px;
    background: rgba(7,10,18,0.7);
    border-top: 1px solid rgba(255,255,255,0.16);
    border-bottom: 1px solid rgba(255,255,255,0.16);
    display: flex;
    align-items: center;
    justify-content: center;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-subject-label::before {
    content: "";
    display: block;
    height: 3px;
    width: 70%;
    background: rgba(255,255,255,0.72);
    border-radius: 1px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-overlay {
    position: absolute;
    bottom: 12px;
    inset-inline-end: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    z-index: 2;
    max-width: 40%;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-overlay-l {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: rgba(255,255,255,0.72);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-overlay-l--short {
    width: 60%;
    background: rgba(255,255,255,0.36);
}

/* -----------------------------------------------------------
   FORMAT 5 · Sales · bottle silhouette (replaces glowing cube)
   ----------------------------------------------------------- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__sales-hero {
    align-items: flex-end !important;
    padding: 8px 14px 4px !important;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__sales-bottle {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__sales-bottle-cap {
    display: block;
    width: 22px;
    height: 12px;
    border-radius: 4px 4px 2px 2px;
    background: linear-gradient(180deg, rgba(180,140,255,0.85), rgba(180,140,255,0.55));
    box-shadow: inset 0 0 4px rgba(0,0,0,0.24), 0 0 10px rgba(180,140,255,0.4);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__sales-bottle-neck {
    display: block;
    width: 16px;
    height: 6px;
    background: linear-gradient(180deg, rgba(180,140,255,0.5), rgba(94,234,255,0.42));
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__sales-bottle-body {
    position: relative;
    width: 62px;
    height: 90px;
    border-radius: 12px 12px 20px 20px;
    background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,0.38), transparent 55%),
        linear-gradient(180deg, rgba(94,234,255,0.66), rgba(180,140,255,0.62));
    box-shadow: 0 12px 30px -8px rgba(180,140,255,0.6), inset 0 0 14px rgba(255,255,255,0.14);
    overflow: hidden;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__sales-bottle-label {
    position: absolute;
    top: 34%;
    left: 4px;
    right: 4px;
    padding: 8px 6px;
    background: rgba(7,10,18,0.7);
    border-top: 1px solid rgba(255,255,255,0.14);
    border-bottom: 1px solid rgba(255,255,255,0.14);
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: center;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__sales-bottle-label-l {
    display: block;
    width: 82%;
    height: 3px;
    border-radius: 1px;
    background: rgba(255,255,255,0.72);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__sales-bottle-label-l--short {
    width: 50%;
    background: rgba(255,255,255,0.34);
}

/* -----------------------------------------------------------
   FORMAT 4 · Reels · audio bar for balance
   ----------------------------------------------------------- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__reel-audio {
    position: absolute;
    top: 42px;
    inset-inline-start: 10px;
    right: 10px;
    left: 10px;
    padding: 5px 7px;
    background: rgba(7,10,18,0.5);
    border: 1px solid rgba(94,234,255,0.24);
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    backdrop-filter: blur(4px);
    z-index: 2;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__reel-audio-icon {
    color: var(--v2-cyan);
    display: inline-flex;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__reel-audio-icon svg {
    width: 100%;
    height: 100%;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__reel-audio-l {
    flex: 1;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255,255,255,0.6), rgba(255,255,255,0.14));
}

/* -----------------------------------------------------------
   Responsive fixes for new elements
   ----------------------------------------------------------- */
@media (max-width: 640px) {
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reeltool {
        grid-template-columns: 74px 1fr;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__sales-bottle-body {
        width: 52px;
        height: 80px;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-subject-body {
        width: 40px;
        height: 68px;
    }
}

/* end POLISH round 3 */

/* Format 1 · Brand · poster/cover composition (instead of bottle to differ from Sales) */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-poster {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-poster-frame {
    position: relative;
    width: 88%;
    aspect-ratio: 5 / 4;
    border-radius: 8px;
    padding: 12px;
    background:
        radial-gradient(circle at 30% 20%, rgba(180,140,255,0.42), transparent 55%),
        radial-gradient(circle at 70% 80%, rgba(94,234,255,0.42), transparent 55%),
        linear-gradient(135deg, rgba(15,27,46,0.85), rgba(10,18,32,0.98));
    border: 1px solid rgba(94,234,255,0.44);
    box-shadow: 0 12px 30px -10px rgba(94,234,255,0.4), inset 0 0 20px rgba(255,255,255,0.06);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 5px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-poster-badge {
    position: absolute;
    top: 10px;
    inset-inline-end: 10px;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: linear-gradient(135deg, var(--v2-cyan), var(--v2-cyan-bright));
    color: var(--v2-navy);
    font-family: var(--v2-mono);
    font-size: 12px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    direction: ltr;
    box-shadow: 0 0 14px rgba(94,234,255,0.5);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-poster-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-poster-title {
    display: block;
    height: 7px;
    width: 90%;
    border-radius: 3px;
    background: linear-gradient(90deg, rgba(255,255,255,0.96), rgba(255,255,255,0.4));
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-poster-title--sub {
    height: 5px;
    width: 62%;
    background: linear-gradient(90deg, rgba(255,255,255,0.5), rgba(255,255,255,0.2));
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-poster-chip {
    align-self: flex-start;
    margin-top: 4px;
    padding: 3px 8px;
    border-radius: 999px;
    background: rgba(94,234,255,0.14);
    border: 1px solid rgba(94,234,255,0.42);
    color: var(--v2-cyan-bright);
    font-family: var(--v2-mono);
    font-size: 9px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1;
    direction: ltr;
}

/* Also cancel the bottle-side elements that were replaced */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-subject,
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__brand-overlay {
    display: none;
}

/* Module 3 · Design canvas · thumbnail composition (differs from Sales bottle) */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-image {
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    padding: 10px !important;
    gap: 8px !important;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-thumb {
    position: relative;
    flex: 1;
    min-height: 62px;
    border-radius: 6px;
    background:
        linear-gradient(135deg, rgba(94,234,255,0.36), rgba(180,140,255,0.36));
    border: 1px solid rgba(94,234,255,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-thumb-glow {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 25% 30%, rgba(255,255,255,0.24), transparent 50%),
        radial-gradient(circle at 75% 70%, rgba(255,93,143,0.24), transparent 55%);
    pointer-events: none;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-thumb-icon {
    position: relative;
    z-index: 2;
    color: rgba(255,255,255,0.94);
    filter: drop-shadow(0 0 8px rgba(94,234,255,0.6));
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-thumb-icon svg {
    width: 26px;
    height: 26px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative;
    z-index: 1;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-copy-l {
    height: 5px;
    width: 82%;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(255,255,255,0.72), rgba(255,255,255,0.28));
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-copy-l--short {
    width: 54%;
    background: rgba(255,255,255,0.34);
}

/* Cancel bottle subject leftover if any */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__canvas-subject { display: none; }

/* ==========================================================================
   POLISH v2 · Round 4 · 4 focused fixes
   ========================================================================== */

/* ---------- FIX 1 · Format 4 Reels · logical props to avoid RTL clipping ---------- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__reel-caption {
    inset-inline-start: 12px !important;
    inset-inline-end: 44px !important;
    right: auto !important;
    left: auto !important;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__reel-wave {
    inset-inline-start: 12px !important;
    inset-inline-end: 44px !important;
    right: auto !important;
    left: auto !important;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__reel-audio {
    inset-inline-start: 10px !important;
    inset-inline-end: 10px !important;
    right: auto !important;
    left: auto !important;
}

/* ---------- FIX 2 · Module 5 · Editor2 (no reel frame, pure toolkit) ---------- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor2 {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(20,33,58,0.85), rgba(10,18,32,0.95));
    border: 1px solid var(--v2-line-strong);
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor2-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 6px;
    border-bottom: 1px dashed rgba(94,234,255,0.18);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor2-label {
    font-family: var(--v2-mono);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--v2-cyan);
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor2-time {
    font-family: var(--v2-mono);
    font-size: 9.5px;
    color: var(--v2-text-2);
    padding: 2px 6px;
    border-radius: 3px;
    background: rgba(7,10,18,0.55);
    border: 1px solid rgba(94,234,255,0.24);
    line-height: 1;
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor2-track {
    position: relative;
    display: flex;
    gap: 3px;
    padding: 6px;
    background: rgba(7,10,18,0.55);
    border: 1px solid rgba(94,234,255,0.18);
    border-radius: 6px;
    min-height: 34px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor2-clip {
    flex: 1;
    height: 22px;
    border-radius: 4px;
    border: 1px solid rgba(94,234,255,0.22);
    position: relative;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor2-clip--a { background: linear-gradient(135deg, rgba(94,234,255,0.28), rgba(94,234,255,0.1)); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor2-clip--b { background: linear-gradient(135deg, rgba(180,140,255,0.28), rgba(180,140,255,0.1)); border-color: rgba(180,140,255,0.32); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor2-clip--active {
    background: linear-gradient(135deg, rgba(94,234,255,0.5), rgba(94,234,255,0.24));
    border-color: rgba(94,234,255,0.7);
    box-shadow: 0 0 12px -2px rgba(94,234,255,0.55) inset;
    flex: 1.4;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor2-clip--d { background: linear-gradient(135deg, rgba(255,93,143,0.24), rgba(255,93,143,0.1)); border-color: rgba(255,93,143,0.32); }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor2-playhead {
    position: absolute;
    top: 3px;
    bottom: 3px;
    inset-inline-start: 60%;
    width: 2px;
    background: var(--v2-cyan-bright);
    box-shadow: 0 0 8px rgba(168,242,255,0.8);
    border-radius: 2px;
    animation: gtpSmmV2Playhead 4s ease-in-out infinite;
}
@keyframes gtpSmmV2Playhead {
    0% { inset-inline-start: 12%; }
    100% { inset-inline-start: 90%; }
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor2-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 8px;
    background: rgba(7,10,18,0.5);
    border-radius: 5px;
    border: 1px solid rgba(94,234,255,0.16);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor2-icon {
    color: var(--v2-cyan);
    display: inline-flex;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor2-icon svg { width: 100%; height: 100%; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor2-wave {
    flex: 1;
    height: 14px;
    display: flex;
    align-items: flex-end;
    gap: 2px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor2-wave span {
    flex: 1;
    background: linear-gradient(180deg, var(--v2-cyan-bright), var(--v2-cyan));
    border-radius: 999px;
    height: 30%;
    animation: gtpSmmV2Wave 1.4s ease-in-out infinite;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor2-wave span:nth-child(2n) { animation-delay: 0.2s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor2-wave span:nth-child(3n) { animation-delay: 0.4s; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor2-tags {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor2-tag {
    font-family: var(--v2-mono);
    font-size: 9.5px;
    padding: 2px 7px;
    border-radius: 3px;
    background: rgba(180,140,255,0.16);
    color: rgba(220,210,255,0.94);
    border: 1px solid rgba(180,140,255,0.36);
    line-height: 1;
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor2-covers {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 6px;
    border-top: 1px dashed rgba(94,234,255,0.18);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor2-covers-l {
    font-family: var(--v2-mono);
    font-size: 9px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--v2-text-2);
    line-height: 1;
    direction: ltr;
    margin-inline-end: 2px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor2-cover {
    flex: 1;
    aspect-ratio: 9 / 16;
    max-height: 26px;
    border-radius: 3px;
    background: rgba(7,10,18,0.62);
    border: 1px solid rgba(94,234,255,0.22);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__editor2-cover--active {
    background: linear-gradient(180deg, rgba(94,234,255,0.36), rgba(180,140,255,0.24));
    border-color: rgba(94,234,255,0.6);
    box-shadow: 0 0 8px -1px rgba(94,234,255,0.5);
}
/* hide old reeltool leftover selectors just in case */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reeltool { display: none; }

/* ---------- FIX 3 · Carousel front slide with real content ---------- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__carousel-slide--front {
    padding: 12px !important;
    gap: 8px !important;
    justify-content: flex-start !important;
    display: flex;
    flex-direction: column;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__carousel-badge {
    align-self: flex-start;
    padding: 3px 8px;
    border-radius: 3px;
    background: linear-gradient(135deg, rgba(180,140,255,0.36), rgba(180,140,255,0.18));
    border: 1px solid rgba(180,140,255,0.5);
    color: rgba(232,220,255,0.98);
    font-family: var(--v2-mono);
    font-size: 9.5px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    line-height: 1;
    direction: ltr;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__carousel-thumb {
    flex: 1;
    border-radius: 6px;
    background:
        radial-gradient(circle at 30% 20%, rgba(94,234,255,0.3), transparent 55%),
        radial-gradient(circle at 70% 80%, rgba(180,140,255,0.24), transparent 55%),
        linear-gradient(135deg, rgba(15,27,46,0.7), rgba(10,18,32,0.94));
    border: 1px solid rgba(94,234,255,0.34);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    overflow: hidden;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__carousel-thumb-icon {
    color: rgba(180,240,255,0.94);
    display: inline-flex;
    filter: drop-shadow(0 0 8px rgba(94,234,255,0.55));
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__carousel-thumb-icon svg {
    width: 26px;
    height: 26px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__carousel-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: stretch;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__carousel-title {
    display: block !important;
    height: 6px !important;
    width: 92% !important;
    align-self: flex-start !important;
    border-radius: 3px !important;
    background: linear-gradient(90deg, rgba(255,255,255,0.86), rgba(255,255,255,0.34)) !important;
    margin: 0 !important;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__carousel-sub {
    display: block;
    height: 4px;
    width: 60%;
    border-radius: 2px;
    background: rgba(255,255,255,0.38);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__carousel-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
    border-top: 1px dashed rgba(94,234,255,0.2);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__carousel-swipe {
    font-family: var(--v2-mono);
    font-size: 8.5px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--v2-cyan-bright);
    line-height: 1;
    direction: ltr;
    padding: 2px 6px;
    background: rgba(94,234,255,0.12);
    border-radius: 3px;
    border: 1px solid rgba(94,234,255,0.32);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__carousel-num {
    margin: 0 !important;
    text-align: end !important;
    font-family: var(--v2-mono);
    font-size: 9px;
    color: var(--v2-text-2);
    letter-spacing: 0.08em;
    line-height: 1;
    direction: ltr;
}
/* hide old carousel-mark */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__carousel-mark { display: none; }

/* ---------- FIX 4 · Hero feed-image · poster composition ---------- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__feed-image-mark { display: none !important; }
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__feed-poster {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 14px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 6px;
    box-sizing: border-box;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__feed-poster-badge {
    position: absolute;
    top: 10px;
    inset-inline-end: 10px;
    width: 22px;
    height: 22px;
    border-radius: 5px;
    background: linear-gradient(135deg, #5EEAFF, #A8F2FF);
    color: #070A12;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    direction: ltr;
    box-shadow: 0 0 14px rgba(94,234,255,0.5);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__feed-poster-title {
    display: block;
    height: 8px;
    width: 84%;
    border-radius: 3px;
    background: linear-gradient(90deg, rgba(255,255,255,0.96), rgba(255,255,255,0.38));
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__feed-poster-sub {
    display: block;
    height: 5px;
    width: 52%;
    border-radius: 2px;
    background: rgba(255,255,255,0.44);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__feed-poster-strip {
    display: block;
    height: 4px;
    width: 40%;
    margin-top: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg, #5EEAFF, #B48CFF, #FF5D8F);
    box-shadow: 0 0 10px -2px rgba(180,140,255,0.5);
}

/* Hero symmetry · normalize card min-heights so feed/reels and story/calendar match */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__canvas {
    align-items: stretch !important;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__col {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__card--feed,
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__card--story {
    flex: 1.35 1 0 !important;
    min-height: 190px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__card--reels,
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__card--calendar {
    flex: 1 1 0 !important;
    min-height: 140px;
}

/* end POLISH 4 */

/* ==========================================================================
   POLISH v2 · Round 5 · 2 fixes
   1. Format 4 Reels · play button centering (was clipped in RTL — keyframes
      were forcing translate(-50%,-60%) even in RTL, breaking center).
   2. Hero Story card · alive poll composition instead of gray lines only.
   ========================================================================== */

/* --- FIX 1 · Format 4 Reels · centered play via flex, no transform hack --- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__reel-frame {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2fmt__reel-play {
    position: relative !important;
    top: auto !important;
    inset-inline-start: auto !important;
    inset-inline-end: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin: 0 !important;
    animation: gtpSmmV2ReelPulseOnly 2.6s ease-in-out infinite !important;
}
@keyframes gtpSmmV2ReelPulseOnly {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0.28); }
    60% { box-shadow: 0 0 0 10px rgba(255,255,255,0); }
}

/* Also apply to Module editor play if used (not the case now, but safe) */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmv2mod__reeltool-play {
    animation: gtpSmmV2ReelPulseOnly 2.6s ease-in-out infinite !important;
}

/* --- FIX 2 · Hero Story card · alive poll instead of placeholder lines --- */
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__story-body {
    position: relative;
    padding-top: 6px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__story-question {
    position: absolute;
    top: -6px;
    inset-inline-end: 0;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: linear-gradient(135deg, #5EEAFF, #A8F2FF);
    color: #070A12;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    direction: ltr;
    box-shadow: 0 0 14px rgba(94,234,255,0.55);
    transform: rotate(-4deg);
    z-index: 2;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__story-poll {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 8px;
    padding: 8px 10px;
    background: rgba(7,10,18,0.5);
    border-radius: 8px;
    border: 1px solid rgba(180,140,255,0.28);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__story-poll-row {
    display: flex;
    align-items: center;
    gap: 8px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__story-poll-l {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(241,243,248,0.86);
    line-height: 1;
    direction: ltr;
    min-width: 22px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__story-poll-bar {
    flex: 1;
    height: 6px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    position: relative;
    overflow: hidden;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__story-poll-bar::after {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    bottom: 0;
    border-radius: 999px;
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__story-poll-bar--yes::after {
    width: 72%;
    background: linear-gradient(90deg, #5EEAFF, #A8F2FF);
    box-shadow: 0 0 10px -1px rgba(94,234,255,0.6);
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__story-poll-bar--no::after {
    width: 28%;
    background: linear-gradient(90deg, #B48CFF, rgba(180,140,255,0.4));
}
.gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__story-poll-v {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 9.5px;
    color: #A8F2FF;
    line-height: 1;
    direction: ltr;
    letter-spacing: 0.04em;
    min-width: 26px;
    text-align: end;
}
/* end POLISH 5 */

/* Fix m360 · 10px overflow from hero board decorative glows */
@media (max-width: 380px) {
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__bg {
        overflow: hidden !important;
        border-radius: 24px !important;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__glow--a {
        right: 0 !important; top: -40px !important; width: 180px !important; height: 180px !important;
    }
    .gtp-service[data-service-slug="social-media-management"] .gtp-svc-smmboard__glow--b {
        left: 0 !important; bottom: -40px !important; width: 180px !important; height: 180px !important;
    }
}
