/* Social Media Management page — scoped styles (kc-smm-*) */
.kc-smm-page{
  overflow-x: clip;
  overflow-x: hidden;
}

/* HERO (dark, more vibrant) */
.kc-smm-hero{
  background:
    radial-gradient(950px 520px at 18% 12%, rgba(249,178,22,.22), rgba(7,10,18,0) 62%),
    radial-gradient(920px 520px at 72% 16%, rgba(17,141,201,.22), rgba(7,10,18,0) 62%),
    radial-gradient(900px 520px at 55% 70%, rgba(227, 74, 240, .16), rgba(7,10,18,0) 60%),
    linear-gradient(180deg, #070A12, #0A0F1C 60%, #0B1220);
  color: rgba(233,238,248,.92);
  border-bottom: 1px solid rgba(255,255,255,.08);
  position: relative;
}
.kc-smm-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(1200px 600px at 50% 0%, rgba(255,255,255,.06), rgba(255,255,255,0) 60%);
  pointer-events:none;
}

.kc-smm-hero__breadcrumbs{ padding-top: 26px; opacity: .95; position: relative; z-index: 1; }

.kc-smm-hero__grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(18px, 3vw, 34px);
  padding: clamp(18px, 3vw, 34px) 0 34px;
  align-items: start;
  position: relative;
  z-index: 1;
}
.kc-smm-hero__grid > *{ min-width: 0; }

.kc-smm-eyebrow{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(233,238,248,.78);
}
.kc-smm-eyebrow::before{
  content:"";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(249,178,22,.95), rgba(17,141,201,.75), rgba(227,74,240,.65));
  box-shadow: 0 0 18px rgba(249,178,22,.18);
}

.kc-smm-h1{
  margin: 10px 0 10px;
  font-weight: 950;
  line-height: 1.06;
  letter-spacing: -0.02em;
  font-size: clamp(30px, 3.1vw, 46px);
  color: rgba(255,255,255,.97);
}
.kc-smm-lead{
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(233,238,248,.82);
  max-width: 64ch;
}

.kc-smm-ctaRow{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 14px 0 12px;
}

/* Chips: mobile swipe */
.kc-smm-chips{ margin: 10px 0 14px; max-width: 100%; }
.kc-smm-chips__track{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 100%;
}
.kc-smm-chip{
  display:inline-flex;
  align-items:center;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color: rgba(233,238,248,.88);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.kc-smm-chip:hover{
  transform: translateY(-1px);
  border-color: rgba(249,178,22,.22);
  box-shadow: 0 18px 44px rgba(0,0,0,.32);
}

.kc-smm-bullets{
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display:grid;
  gap: 10px;
}
.kc-smm-bullets li{
  display:flex;
  align-items:flex-start;
  gap: 10px;
  color: rgba(233,238,248,.84);
  line-height: 1.55;
}
.kc-smm-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  margin-top: 7px;
  background: radial-gradient(circle at 30% 30%, rgba(249,178,22,.95), rgba(17,141,201,.65));
  box-shadow: 0 0 16px rgba(249,178,22,.18);
  flex: 0 0 auto;
}

/* Hero panel */
.kc-smm-panel{
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(420px 220px at 15% 10%, rgba(249,178,22,.10), rgba(255,255,255,0) 60%),
    radial-gradient(420px 220px at 85% 15%, rgba(17,141,201,.10), rgba(255,255,255,0) 60%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  box-shadow: 0 28px 82px rgba(0,0,0,.46);
  overflow:hidden;
  padding: 16px;
}
.kc-smm-panel__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 12px;
  padding: 4px 4px 12px;
}
.kc-smm-panel__badge{
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(233,238,248,.84);
}
.kc-smm-panel__title{
  font-weight: 950;
  color: rgba(255,255,255,.94);
}

.kc-smm-bento{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.kc-smm-bento__card{
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(7,10,18,.18);
  padding: 12px 12px 11px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, filter .18s ease;
  position: relative;
  overflow:hidden;
}
.kc-smm-bento__card::before{
  content:"";
  position:absolute;
  inset:-1px;
  background: radial-gradient(420px 220px at 20% 15%, rgba(227,74,240,.18), rgba(255,255,255,0) 60%);
  opacity: 0;
  transition: opacity .18s ease;
  pointer-events:none;
}
.kc-smm-bento__card:hover{
  transform: translateY(-2px);
  border-color: rgba(249,178,22,.18);
  box-shadow: 0 18px 54px rgba(0,0,0,.44), 0 0 0 4px rgba(227,74,240,.06);
}
.kc-smm-bento__card:hover::before{ opacity: 1; }

.kc-smm-bento__icon{
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  border: 1px solid rgba(255,255,255,.10);
  background: radial-gradient(circle at 30% 30%, rgba(249,178,22,.16), rgba(17,141,201,.12), rgba(227,74,240,.10));
  color: rgba(233,238,248,.92);
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.kc-smm-bento__k{ font-weight: 950; color: rgba(255,255,255,.93); margin-bottom: 4px; position: relative; z-index: 1; }
.kc-smm-bento__v{ margin:0; font-size: 13px; line-height: 1.55; color: rgba(233,238,248,.78); position: relative; z-index: 1; }

.kc-smm-panel__foot{ padding: 12px 4px 2px; }
.kc-smm-link{
  color: rgba(233,238,248,.88);
  font-weight: 850;
  text-decoration: none;
}
.kc-smm-link:hover{ text-decoration: underline; }

/* LIGHT sections */
.kc-smm-light{ background: #fff; }
.kc-smm-head{ padding: 18px 0 14px; }
.kc-smm-h2{
  margin: 0 0 8px;
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.15;
  color: rgba(12,18,28,.96);
}
.kc-smm-sub{
  margin: 0;
  max-width: 78ch;
  color: rgba(14,23,38,.70);
  line-height: 1.75;
}
.kc-smm-h3{
  margin: 0 0 6px;
  font-weight: 950;
  color: rgba(12,18,28,.95);
  letter-spacing: -0.01em;
}
.kc-smm-text{
  margin: 0;
  color: rgba(14,23,38,.72);
  line-height: 1.65;
}

/* Stats row */
.kc-smm-stats{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
  padding: 10px 0 6px;
}
.kc-smm-stat{
  border-radius: 22px;
  border: 1px solid rgba(16,24,40,.10);
  background:
    radial-gradient(420px 240px at 20% 10%, rgba(227,74,240,.08), rgba(255,255,255,0) 55%),
    radial-gradient(420px 240px at 85% 15%, rgba(17,141,201,.08), rgba(255,255,255,0) 55%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,252,255,.96));
  box-shadow: 0 18px 42px rgba(16,24,40,.08);
  padding: 14px 14px 12px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.kc-smm-stat:hover{
  transform: translateY(-2px);
  border-color: rgba(227,74,240,.18);
  box-shadow: 0 22px 54px rgba(16,24,40,.10);
}
.kc-smm-stat__icon{
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  border: 1px solid rgba(16,24,40,.10);
  background: radial-gradient(circle at 30% 30%, rgba(17,141,201,.14), rgba(249,178,22,.10), rgba(227,74,240,.10));
  color: rgba(12,18,28,.92);
  margin-bottom: 10px;
}
.kc-smm-stat__k{ font-weight: 900; color: rgba(12,18,28,.92); margin-bottom: 2px; }
.kc-smm-stat__v{ color: rgba(14,23,38,.72); line-height: 1.55; }

/* Engine cards */
.kc-smm-engine{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
  padding: 12px 0 6px;
}
.kc-smm-engineCard{
  border-radius: 22px;
  border: 1px solid rgba(16,24,40,.10);
  background:
    radial-gradient(520px 240px at 20% 10%, rgba(249,178,22,.12), rgba(255,255,255,0) 55%),
    radial-gradient(520px 240px at 85% 15%, rgba(17,141,201,.12), rgba(255,255,255,0) 55%),
    radial-gradient(520px 240px at 50% 90%, rgba(227,74,240,.10), rgba(255,255,255,0) 60%),
    #fff;
  box-shadow: 0 18px 42px rgba(16,24,40,.08);
  padding: 16px 16px 14px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.kc-smm-engineCard:hover{
  transform: translateY(-2px);
  border-color: rgba(17,141,201,.20);
  box-shadow: 0 22px 54px rgba(16,24,40,.10);
}
.kc-smm-engineCard__icon{
  width: 46px;
  height: 46px;
  border-radius: 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  border: 1px solid rgba(16,24,40,.10);
  background: radial-gradient(circle at 30% 30%, rgba(227,74,240,.12), rgba(17,141,201,.10), rgba(249,178,22,.10));
  color: rgba(12,18,28,.92);
  margin-bottom: 10px;
}

/* Workflow */
.kc-smm-flow{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
  padding: 12px 0 6px;
}
.kc-smm-flowItem{
  border-radius: 22px;
  border: 1px solid rgba(16,24,40,.10);
  background: #fff;
  box-shadow: 0 18px 42px rgba(16,24,40,.08);
  padding: 16px 16px 14px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
  position: relative;
  overflow:hidden;
}
.kc-smm-flowItem::before{
  content:"";
  position:absolute;
  inset:-1px -1px auto -1px;
  height: 1px;
  background: linear-gradient(90deg, rgba(227,74,240,.32), rgba(17,141,201,.26), rgba(249,178,22,.26));
}
.kc-smm-flowItem:hover{
  transform: translateY(-2px);
  border-color: rgba(249,178,22,.20);
  box-shadow: 0 22px 54px rgba(16,24,40,.10);
}
.kc-smm-flowItem__num{
  font-weight: 950;
  letter-spacing: .08em;
  font-size: 12px;
  color: rgba(227,74,240,.78);
  margin-bottom: 10px;
}

/* Packages */
.kc-smm-packGrid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
  padding: 12px 0 6px;
}
.kc-smm-pack{
  border-radius: 22px;
  border: 1px solid rgba(16,24,40,.10);
  background: #fff;
  box-shadow: 0 18px 42px rgba(16,24,40,.08);
  padding: 16px 16px 14px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
  display:flex;
  flex-direction: column;
  gap: 12px;
}
.kc-smm-pack:hover{
  transform: translateY(-2px);
  border-color: rgba(227,74,240,.18);
  box-shadow: 0 22px 54px rgba(16,24,40,.10);
}
.kc-smm-pack--hot{
  border-color: rgba(249,178,22,.30);
  box-shadow: 0 26px 64px rgba(16,24,40,.12);
}
.kc-smm-pack__badge{
  display:inline-flex;
  align-items:center;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(16,24,40,.12);
  background: rgba(255,255,255,.92);
  font-weight: 950;
  font-size: 12px;
  color: rgba(12,18,28,.86);
  margin-bottom: 10px;
  width: fit-content;
}
.kc-smm-pack__badge--hot{
  border-color: rgba(249,178,22,.32);
  background: rgba(249,178,22,.10);
}
.kc-smm-list{
  margin: 0;
  padding-left: 18px;
  color: rgba(14,23,38,.74);
  line-height: 1.75;
}
.kc-smm-pack .kc-btn{ margin-top: auto; }

.kc-smm-disclaimer{
  margin-top: 14px;
  display:flex;
  gap: 12px;
  border-radius: 22px;
  border: 1px solid rgba(16,24,40,.10);
  background: linear-gradient(180deg, rgba(227,74,240,.06), rgba(17,141,201,.05), rgba(249,178,22,.05));
  padding: 14px 14px;
  box-shadow: 0 18px 42px rgba(16,24,40,.08);
}
.kc-smm-disclaimer__icon{
  width: 44px; height: 44px; border-radius: 16px;
  display:flex; align-items:center; justify-content:center;
  border: 1px solid rgba(16,24,40,.10);
  background: rgba(255,255,255,.90);
  color: rgba(12,18,28,.88);
  flex: 0 0 auto;
}
.kc-smm-disclaimer__text{ color: rgba(14,23,38,.74); line-height: 1.65; }

/* FAQ */
.kc-smm-faq{ display:grid; gap: 10px; padding: 12px 0 6px; }
.kc-smm-faq__item{
  border-radius: 18px;
  border: 1px solid rgba(16,24,40,.10);
  background: #fff;
  box-shadow: 0 18px 42px rgba(16,24,40,.08);
  overflow:hidden;
}
.kc-smm-faq__q{
  cursor:pointer;
  padding: 14px 54px 14px 14px;
  font-weight: 950;
  color: rgba(12,18,28,.95);
  list-style: none;
  position: relative;
}
.kc-smm-faq__q::-webkit-details-marker{ display:none; }
.kc-smm-faq__q::after{
  content:"";
  position:absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 14px;
  border: 1px solid rgba(16,24,40,.12);
  background: radial-gradient(circle at 30% 30%, rgba(227,74,240,.12), rgba(17,141,201,.10), rgba(249,178,22,.10));
  box-shadow: 0 18px 42px rgba(16,24,40,.06);
}
.kc-smm-faq__q::before{
  content:"+";
  position:absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  display:grid;
  place-items:center;
  font-weight: 950;
  font-size: 18px;
  color: rgba(12,18,28,.82);
}
.kc-smm-faq__item[open] .kc-smm-faq__q::before{ content:"–"; }
.kc-smm-faq__q:hover::after{ border-color: rgba(227,74,240,.18); }
.kc-smm-faq__a{
  padding: 0 14px 14px;
  color: rgba(14,23,38,.72);
  line-height: 1.75;
}
.kc-smm-faq__item[open]{ border-color: rgba(17,141,201,.20); }

/* CTA (dark) */
.kc-smm-cta{
  background:
    radial-gradient(960px 520px at 78% 26%, rgba(17,141,201,.22), rgba(7,10,18,0) 60%),
    radial-gradient(900px 520px at 18% 18%, rgba(249,178,22,.18), rgba(7,10,18,0) 60%),
    radial-gradient(900px 520px at 58% 80%, rgba(227,74,240,.14), rgba(7,10,18,0) 60%),
    linear-gradient(180deg, #070A12, #0A0F1C 70%, #0B1220);
  border-top: 1px solid rgba(255,255,255,.10);
  color: rgba(233,238,248,.92);
}
.kc-smm-ctaBox{
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  box-shadow: 0 28px 82px rgba(0,0,0,.48);
  padding: clamp(16px, 3vw, 22px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.kc-smm-ctaBox__h{
  margin: 0 0 8px;
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 1.12;
  font-size: clamp(20px, 2.1vw, 28px);
  color: rgba(255,255,255,.96);
}
.kc-smm-ctaBox__p{
  margin: 0;
  color: rgba(233,238,248,.82);
  line-height: 1.7;
  max-width: 78ch;
}
.kc-smm-ctaBox__actions{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items:center;
}

/* Responsive */
@media (max-width: 980px){
  .kc-smm-hero__grid{ grid-template-columns: 1fr; }
  .kc-smm-stats{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .kc-smm-engine{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .kc-smm-flow{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .kc-smm-packGrid{ grid-template-columns: 1fr; }
}

@media (max-width: 680px){
  /* chips swipe */
  .kc-smm-chips__track{
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .kc-smm-chip{ flex: 0 0 auto; scroll-snap-align: start; }
  .kc-smm-chips__track::-webkit-scrollbar{ display:none; }
  .kc-smm-chips__track{ scrollbar-width:none; -ms-overflow-style:none; }

  /* stats swipe */
  .kc-smm-stats{
    display:flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .kc-smm-stat{ flex: 0 0 86%; scroll-snap-align: start; }
  .kc-smm-stats::-webkit-scrollbar{ display:none; }
  .kc-smm-stats{ scrollbar-width:none; -ms-overflow-style:none; }

  /* engine grid 2x2 already, keep */
  .kc-smm-engine{ grid-template-columns: repeat(2, minmax(0,1fr)); }

  /* packages swipe */
  .kc-smm-packGrid{
    display:flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .kc-smm-pack{ flex: 0 0 86%; scroll-snap-align: start; }
  .kc-smm-packGrid::-webkit-scrollbar{ display:none; }
  .kc-smm-packGrid{ scrollbar-width:none; -ms-overflow-style:none; }

  /* CTA actions one-row */
  .kc-smm-ctaBox__actions{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .kc-smm-ctaBox__actions .kc-btn{
    width: 100%;
    justify-content: center;
    white-space: nowrap;
  }
  .kc-smm-ctaBox__actions .kc-btn--lg{
    padding: 12px 14px;
    font-size: 14px;
  }
}

/* Swipe hint (2s then fade) */
.kc-smm-swipeHint{
  position:absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  display:flex;
  gap: 6px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(7,10,18,.55);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 46px rgba(0,0,0,.42);
  pointer-events:none;
  opacity: 0;
  transition: opacity .25s ease;
  z-index: 5;
}
.kc-smm-swipeHint.is-on{ opacity: 1; }
.kc-smm-swipeHint i{
  width: 6px; height: 6px; border-radius: 999px;
  background: rgba(233,238,248,.35);
}
.kc-smm-swipeHint i:nth-child(2){ background: rgba(249,178,22,.80); }
