/**
 * Community homepage body — 3-column layout after hero
 */

.community-body {
  --sc-red: #e1251b;
  --sc-red-dark: #c41b14;
  --sc-navy: #1a2744;
  --sc-blue: #2f5aa8;
  --sc-muted: #6b7280;
  --sc-bg: #f3f4f6;
  --sc-radius: 14px;
  --sc-aside-pin-gap: 1rem;
  background: var(--sc-bg);
  padding: 1.25rem 0 2.5rem;
}

.community-body__layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) 240px;
  gap: 1rem;
  width: var(--lp-container-width, 100%);
  max-width: var(--lp-container-width, 100%);
  margin: 0 auto;
  padding: 0 var(--lp-space-screen-x, 1rem);
  box-sizing: border-box;
  align-items: stretch;
}

.community-main {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  min-width: 0;
}

/* ── Main column long card ── */
.sc-main-card {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  min-width: 0;
  padding: 1.25rem 1.15rem 1.35rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: var(--sc-radius);
  box-shadow: 0 4px 16px rgba(16, 24, 40, 0.05);
  box-sizing: border-box;
}

.sc-main-card > .sc-solusi,
.sc-main-card > .sc-tutorial,
.sc-main-card > .sc-faq {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.sc-main-card > .sc-more {
  background: transparent;
  padding: 0;
}

.sc-main-card .sc-more__inner {
  gap: 1.75rem;
}

.sc-main-card .sc-join {
  margin: 0 -1.15rem -1.35rem;
  border: 0;
  border-top: 1px solid #e5e7eb;
  border-radius: 0 0 calc(var(--sc-radius) - 1px) calc(var(--sc-radius) - 1px);
}

.sc-main-card .sc-bottom-cta {
  margin: 0;
}

.community-aside {
  display: block;
  min-width: 0;
  /* Stretch to full row height — pin runway for each side */
  align-self: stretch;
}

.community-aside__stack {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  position: relative;
  width: 100%;
  height: max-content;
  z-index: 2;
  box-sizing: border-box;
}

.community-aside__stack.is-pinned {
  position: fixed;
  bottom: var(--sc-aside-pin-gap, 1rem);
  top: auto;
  z-index: 5;
}

.community-aside__stack.is-docked {
  position: relative;
  top: auto;
  bottom: auto;
}

/* overflow-x:hidden on body breaks sticky; clip keeps layout stable */
body:has(.community-body) {
  overflow-x: clip;
}

/* ── Single tall sidebar card ── */
.sc-aside-card {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  min-width: 0;
  overflow: visible;
  padding: 1rem 0.95rem 1.05rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: var(--sc-radius);
  box-shadow: 0 4px 16px rgba(16, 24, 40, 0.05);
  box-sizing: border-box;
}

.sc-aside-card__scroll {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  min-height: 0;
  overflow: visible;
}

.sc-aside-card > .sc-cta-box--gofeeder,
.sc-aside-card > .sc-cta-box--dark {
  flex-shrink: 0;
  margin: 0;
}

/* Hide scrollbars on cards / scrollable panels (scroll tetap jalan) */
.sc-main-card,
.sc-join,
.sc-widget,
.hero-community__trending,
.sc-faq__panel,
.sc-faq__accordion {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sc-main-card::-webkit-scrollbar,
.sc-join::-webkit-scrollbar,
.sc-widget::-webkit-scrollbar,
.hero-community__trending::-webkit-scrollbar,
.sc-faq__panel::-webkit-scrollbar,
.sc-faq__accordion::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.sc-aside-card__scroll > .sc-widget,
.sc-aside-card__scroll > .sc-services-widget,
.sc-aside-card__scroll > .sc-updates-widget,
.sc-aside-card__scroll > .sc-latest-widget,
.sc-aside-card__scroll > .sc-ongoing {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.sc-aside-card__scroll > .sc-trust,
.sc-aside-card__scroll > .sc-flayer {
  border: none;
  box-shadow: none;
  border-radius: 10px;
}

.sc-aside-card__scroll > .sc-aside-banner {
  box-shadow: none;
  border-radius: 10px;
}

.sc-aside-card > .sc-cta-box--gofeeder {
  margin: 0;
  box-shadow: none;
}

.sc-aside-card > .sc-cta-box--dark {
  margin: 0;
  border-radius: 12px;
}

.sc-section-title {
  margin: 0;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 800;
  color: var(--sc-navy);
  line-height: 1.3;
}

/* ── Widgets ── */
.sc-widget {
  background: #fff;
  border-radius: var(--sc-radius);
  padding: 0.9rem;
  box-shadow: 0 4px 14px rgba(16, 24, 40, 0.06);
}

.sc-widget__title {
  margin: 0 0 0.75rem;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--sc-navy);
}

.sc-aside-heading {
  margin: 0 0 0.85rem;
  padding-bottom: 0.55rem;
  border-bottom: 3px solid #b03030;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4b5563;
  line-height: 1.2;
}

/* ── Sedang Berlangsung ── */
.sc-ongoing {
  padding: 1rem 0.95rem 1.05rem;
}

.sc-ongoing__title {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.75rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #1a2744;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--sc-navy);
  line-height: 1.2;
}

.sc-ongoing__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sc-red);
  flex-shrink: 0;
}

.sc-ongoing__empty {
  margin: 0 0 0.85rem;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.85rem;
  color: #6b7280;
  line-height: 1.45;
}

.sc-ongoing__featured {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 0.95rem;
  text-decoration: none !important;
}

.sc-ongoing__media {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #e5e7eb;
  margin-bottom: 0.35rem;
}

.sc-ongoing__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sc-ongoing__media-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.55rem 0.65rem;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72));
  color: #fff;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.3;
}

.sc-ongoing__live {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--sc-red);
  line-height: 1.2;
}

.sc-ongoing__live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sc-red);
  box-shadow: 0 0 0 0 rgba(225, 37, 27, 0.45);
  animation: scLivePulse 1.6s ease-out infinite;
}

@keyframes scLivePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(225, 37, 27, 0.45);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(225, 37, 27, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(225, 37, 27, 0);
  }
}

.sc-ongoing__featured-title {
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: var(--sc-navy);
  line-height: 1.3;
}

.sc-ongoing__featured-meta {
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--sc-muted);
  line-height: 1.35;
}

.sc-ongoing__list {
  list-style: none;
  margin: 0 0 0.95rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.sc-ongoing__item {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  text-decoration: none !important;
}

.sc-ongoing__cat {
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--sc-red);
  line-height: 1.2;
}

.sc-ongoing__item-title {
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--sc-navy);
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sc-ongoing__date {
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--sc-muted);
  line-height: 1.2;
}

.sc-ongoing__item:hover .sc-ongoing__item-title,
.sc-ongoing__featured:hover .sc-ongoing__featured-title {
  color: var(--sc-red);
}

.sc-ongoing__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 100%;
  min-height: 40px;
  padding: 0.5rem 0.85rem;
  border: 1.5px solid var(--sc-red);
  border-radius: 10px;
  background: #fff;
  color: var(--sc-red) !important;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none !important;
  box-sizing: border-box;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.sc-ongoing__cta:hover {
  background: #fff5f5;
}

.sc-aside-banner {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(16, 24, 40, 0.08);
  text-decoration: none !important;
  background: #7f1212;
}

.sc-aside-banner img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

@media (prefers-reduced-motion: reduce) {
  .sc-ongoing__live-dot {
    animation: none;
  }
}

.sc-event-card {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none !important;
  margin-bottom: 0.65rem;
}

.sc-event-card:last-child {
  margin-bottom: 0;
}

.sc-event-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.sc-event-card--sm img {
  aspect-ratio: 16 / 8;
}

.sc-event-card__badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: var(--sc-red);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
}

.sc-event-card__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.55rem 0.6rem;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.75));
  color: #fff;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3;
}

.sc-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

.sc-stats__item {
  background: #fef5f5;
  border-radius: 10px;
  padding: 0.85rem 0.5rem;
  text-align: center;
}

.sc-stats__item strong {
  display: block;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #b03030;
  line-height: 1.15;
  margin-bottom: 0.2rem;
}

.sc-stats__item--accent strong {
  color: #d15b39;
}

.sc-stats__item span {
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: #6b7280;
}

.sc-quicklinks {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sc-quicklinks li + li {
  border-top: 1px solid #eeeeee;
}

.sc-quicklinks a {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 0;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: #b03030 !important;
  text-decoration: none !important;
  line-height: 1.3;
}

.sc-quicklinks__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #b03030;
}

.sc-quicklinks a:hover {
  color: #8f2424 !important;
}

.sc-quicklinks a:hover .sc-quicklinks__icon {
  color: #8f2424;
}

.sc-cta-box {
  border-radius: var(--sc-radius);
  padding: 1rem;
}

.sc-cta-box--red {
  background: linear-gradient(160deg, #e1251b 0%, #b51410 100%);
  color: #fff;
}

.sc-cta-box--gofeeder {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 18px;
  padding: 1.35rem 1.1rem 1.2rem;
  background-color: #e1251b;
  background-image: var(--sc-cta-gofeeder-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  box-shadow: 0 10px 24px rgba(180, 20, 16, 0.28);
}

.sc-cta-box__waves {
  display: none;
}

.sc-cta-box--gofeeder .sc-cta-box__content {
  position: relative;
  z-index: 1;
}

.sc-cta-box--dark {
  background: #1a2744;
  color: #fff;
}

.sc-cta-box__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.7rem;
  font-weight: 700;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.sc-cta-box__title {
  margin: 0 0 0.75rem;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.35;
  color: #fff;
}

.sc-cta-box--gofeeder .sc-cta-box__title {
  margin: 0 0 0.7rem;
  font-size: 1.15rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.sc-cta-box__text {
  margin: 0 0 0.85rem;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.85);
}

.sc-cta-box--gofeeder .sc-cta-box__text {
  margin: 0 0 1.15rem;
  font-size: 0.8rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.sc-cta-box__actions {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.sc-cta-box--gofeeder .sc-cta-box__actions {
  gap: 0.55rem;
}

.sc-cta-box__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0.45rem 0.75rem;
  border-radius: 8px;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none !important;
}

.sc-cta-box--gofeeder .sc-cta-box__btn {
  width: 100%;
  min-height: 42px;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 800;
}

.sc-cta-box__btn--light {
  background: #fff;
  color: var(--sc-red) !important;
}

.sc-cta-box--gofeeder .sc-cta-box__btn--light {
  color: #e1251b !important;
}

.sc-cta-box__btn--outline {
  background: transparent;
  color: #fff !important;
  border: 1.5px solid rgba(255, 255, 255, 0.9);
}

.sc-cta-box--gofeeder .sc-cta-box__btn--outline:hover {
  background: rgba(255, 255, 255, 0.1);
}

.sc-cta-box__btn--red {
  background: var(--sc-red);
  color: #fff !important;
}

/* ── Pilihan Layanan ── */
.sc-services-widget {
  padding: 1rem 0.95rem 1.05rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 14px rgba(16, 24, 40, 0.04);
}

.sc-services__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
  padding-bottom: 0.55rem;
  border-bottom: 3px solid #e1251b;
}

.sc-services__title {
  margin: 0;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #374151;
  line-height: 1.2;
}

.sc-services__all {
  flex-shrink: 0;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #e1251b !important;
  text-decoration: none !important;
  line-height: 1.2;
}

.sc-services__all:hover {
  opacity: 0.85;
}

.sc-services {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.sc-services__item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 0.7rem;
  align-items: center;
  text-decoration: none !important;
}

.sc-services__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #fff;
  flex-shrink: 0;
}

.sc-services__icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.sc-services__meta {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}

.sc-services__name {
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #1f2a44;
  line-height: 1.25;
}

.sc-services__desc {
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  color: #9ca3af;
  line-height: 1.3;
}

.sc-services__item:hover .sc-services__name {
  color: #e1251b;
}

.sc-services__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.05rem;
  padding: 0.7rem 1rem;
  border: 1.5px solid #e1251b;
  border-radius: 10px;
  background: #fff;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #e1251b !important;
  text-decoration: none !important;
  transition: background 0.15s ease, color 0.15s ease;
}

.sc-services__cta:hover {
  background: #e1251b;
  color: #fff !important;
}

.sc-promo {
  display: block;
  border-radius: var(--sc-radius);
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(16, 24, 40, 0.06);
}

.sc-promo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.sc-trust {
  display: block;
  border-radius: var(--sc-radius);
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 4px 14px rgba(16, 24, 40, 0.04);
  text-decoration: none !important;
}

.sc-trust img {
  display: block;
  width: 100%;
  height: auto;
}

/* ── Update ── */
.sc-updates-widget {
  padding: 1rem 0.95rem 1.05rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 14px rgba(16, 24, 40, 0.04);
}

.sc-updates__heading {
  position: relative;
  margin: 0 0 0.9rem;
  padding-bottom: 0.55rem;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4b5563;
  line-height: 1.2;
}

.sc-updates__heading::before,
.sc-updates__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
}

.sc-updates__heading::before {
  width: 4.6rem;
  background: #e1251b;
  z-index: 1;
}

.sc-updates__heading::after {
  right: 0;
  background: #e5e7eb;
  height: 1px;
  bottom: 1px;
}

.sc-updates {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.sc-updates__item {
  margin: 0;
  border-radius: 8px;
  background: #f3f4f6;
  overflow: hidden;
}

.sc-updates__item.is-featured {
  border-left: 4px solid #e1251b;
}

.sc-updates__item a {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.85rem 0.9rem;
  text-decoration: none !important;
}

.sc-updates__text {
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.35;
}

.sc-updates__date {
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: #9ca3af;
  line-height: 1.2;
}

.sc-updates__item a:hover .sc-updates__text {
  color: #e1251b;
}

/* ── Feature flyer ── */
.sc-flayer {
  display: block;
  border-radius: var(--sc-radius);
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 4px 14px rgba(16, 24, 40, 0.04);
  text-decoration: none !important;
}

.sc-flayer img {
  display: block;
  width: 100%;
  height: auto;
}

/* ── Update Terbaru (artikel) ── */
.sc-latest-widget {
  padding: 1rem 0.95rem 1.05rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 14px rgba(16, 24, 40, 0.04);
}

.sc-latest__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
  padding-bottom: 0.55rem;
  border-bottom: 3px solid #e1251b;
}

.sc-latest__title {
  margin: 0;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #374151;
  line-height: 1.2;
}

.sc-latest__all {
  flex-shrink: 0;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #e1251b !important;
  text-decoration: none !important;
  line-height: 1.2;
}

.sc-latest__all:hover {
  opacity: 0.85;
}

.sc-latest {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.sc-latest li + li {
  border-top: 1px solid #eef2f7;
}

.sc-latest__item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.75rem 0;
  text-decoration: none !important;
}

.sc-latest li:first-child .sc-latest__item {
  padding-top: 0.15rem;
}

.sc-latest li:last-child .sc-latest__item {
  padding-bottom: 0.15rem;
}

.sc-latest__cat {
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: #e1251b;
  line-height: 1.2;
}

.sc-latest__name {
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sc-latest__date {
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  color: #9ca3af;
  line-height: 1.2;
}

.sc-latest__item:hover .sc-latest__name {
  color: #e1251b;
}

/* ── Solusi section ── */
.sc-solusi {
  background: #fff;
  border-radius: var(--sc-radius);
  padding: 1.35rem 1.15rem 1.6rem;
  box-shadow: 0 4px 14px rgba(16, 24, 40, 0.05);
}

.sc-solusi__title {
  margin: 0 0 1.35rem;
  text-align: left;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 800;
  color: #111827;
  line-height: 1.35;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 0.85rem;
}

.sc-solusi__grid {
  display: grid;
  grid-template-columns: 1fr minmax(150px, 210px) 1fr;
  gap: 1rem 1.1rem;
  align-items: center;
}

.sc-solusi__col {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.sc-solusi__card {
  position: relative;
  margin-top: 0.55rem;
  padding: 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: visible;
}

.sc-solusi__num {
  position: absolute;
  top: 0;
  left: 0.85rem;
  z-index: 2;
  transform: translateY(-50%);
  padding: 0 0.25rem;
  background: #fff;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #e1251b;
  line-height: 1;
  pointer-events: none;
}

.sc-solusi__rows {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 12px;
  overflow: hidden;
}

.sc-solusi__row {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 0.6rem;
  align-items: center;
  padding: 0.75rem 0.85rem;
}

.sc-solusi__row--problem {
  background: #fdecec;
}

.sc-solusi__row--solution {
  background: #eaf1fb;
}

.sc-solusi__row p {
  margin: 0;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.35;
}

.sc-solusi__row--problem p {
  color: #d92b2b;
}

.sc-solusi__row--solution p {
  color: #2f5aa8;
}

.sc-solusi__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-shrink: 0;
}

.sc-solusi__icon svg {
  width: 15px;
  height: 15px;
}

.sc-solusi__row--problem .sc-solusi__icon {
  background: rgba(217, 43, 43, 0.14);
  color: #d92b2b;
}

.sc-solusi__row--solution .sc-solusi__icon {
  background: rgba(47, 90, 168, 0.14);
  color: #2f5aa8;
}

.sc-solusi__portrait {
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-self: stretch;
  min-height: 100%;
}

.sc-solusi__portrait img {
  display: block;
  width: 100%;
  max-width: 210px;
  height: 100%;
  min-height: 380px;
  max-height: 460px;
  object-fit: cover;
  object-position: top center;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.12);
}

/* ── Tutorial ── */
.sc-tutorial {
  background: #fff;
  border-radius: var(--sc-radius);
  padding: 1.25rem 1.15rem 1.35rem;
  box-shadow: 0 4px 14px rgba(16, 24, 40, 0.05);
}

.sc-tutorial__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #e5e7eb;
}

.sc-tutorial__title {
  margin: 0;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 800;
  color: #111827;
  line-height: 1.3;
}

.sc-tutorial__more {
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #e1251b !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.sc-tutorial__more:hover {
  opacity: 0.85;
}

.sc-tutorial__panel {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 0.9rem;
  padding: 0.85rem;
  background: #f8f9fb;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-sizing: border-box;
  min-height: 0;
}

.sc-tutorial__featured {
  position: relative;
  display: block;
  min-height: 260px;
  overflow: hidden;
  background: #111827;
  border-radius: 12px;
}

.sc-tutorial__featured iframe,
.sc-tutorial__featured img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  border: 0;
  object-fit: cover;
  object-position: center;
}

.sc-tutorial__featured iframe {
  aspect-ratio: 16 / 9;
  min-height: 260px;
  object-fit: unset;
}

.sc-tutorial__playlist {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 260px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}

.sc-tutorial__playlist-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.85rem 0.95rem 0.7rem;
}

.sc-tutorial__playlist-head::after {
  content: "";
  position: absolute;
  left: 0.95rem;
  right: 0.95rem;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, #e1251b 0%, #e1251b 28%, #e5e7eb 28%, #e5e7eb 100%);
  border-radius: 2px;
}

.sc-tutorial__playlist-head p {
  margin: 0;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #111827;
}

.sc-tutorial__playlist-head span {
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #9ca3af;
}

.sc-tutorial__list {
  list-style: none;
  margin: 0;
  padding: 0.45rem 0;
  max-height: 220px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sc-tutorial__list::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.sc-tutorial__item {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 0.7rem;
  align-items: center;
  width: 100%;
  padding: 0.7rem 0.95rem;
  border: 0;
  border-left: 3px solid transparent;
  background: transparent;
  text-align: left;
  text-decoration: none !important;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.sc-tutorial__item.is-active {
  background: #fdecec;
  border-left-color: #e1251b;
}

.sc-tutorial__item:hover:not(.is-active) {
  background: #f9fafb;
}

.sc-tutorial__play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #e1251b;
  flex-shrink: 0;
}

.sc-tutorial__item-body {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}

.sc-tutorial__item-title {
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.35;
}

.sc-tutorial__item.is-active .sc-tutorial__item-title {
  font-weight: 800;
}

.sc-tutorial__item-meta {
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  color: #9ca3af;
  line-height: 1.2;
}

/* ── FAQ ── */
.sc-faq {
  background: #fff;
  border-radius: var(--sc-radius);
  padding: 1.25rem 1.15rem 1.35rem;
  box-shadow: 0 4px 14px rgba(16, 24, 40, 0.05);
}

.sc-faq__title {
  margin: 0 0 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #e5e7eb;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 800;
  color: #111827;
  line-height: 1.3;
}

.sc-faq__tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  margin: 0 0 0.9rem;
  padding: 0.35rem;
  background: #f3f4f6;
  border-radius: 12px;
}

.sc-faq__tab {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 0;
  border-radius: 10px;
  min-height: 46px;
  padding: 0.65rem 0.7rem;
  background: transparent;
  color: #4b5563;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.25;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.sc-faq__tab-icon {
  display: inline-flex;
  color: inherit;
  flex-shrink: 0;
}

.sc-faq__tab-icon svg {
  width: 16px;
  height: 16px;
}

.sc-faq__tab-label {
  text-align: left;
}

.sc-faq__tab.is-active {
  background: #F43134;
  color: #fff;
  box-shadow: 0 4px 12px rgba(225, 37, 27, 0.25);
}

.sc-faq__panel {
  background: #f3f4f6;
  border-radius: 14px;
  padding: 1rem 0.95rem 1.05rem;
}

.sc-faq__panel-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.55rem;
  margin-bottom: 0.9rem;
}

.sc-faq__panel-head h3 {
  margin: 0;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  color: #e1251b;
  line-height: 1.3;
}

.sc-faq__panel-head p {
  margin: 0;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: #6b7280;
  line-height: 1.45;
}

.sc-faq__accordion {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.sc-faq__item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}

.sc-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.4;
}

.sc-faq__chevron {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #9ca3af;
  border-bottom: 2px solid #9ca3af;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.sc-faq__item.is-open .sc-faq__chevron {
  transform: rotate(-135deg);
  margin-top: 0.2rem;
}

.sc-faq__answer {
  padding: 0 1rem 1rem;
}

.sc-faq__answer p {
  margin: 0 0 0.85rem;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.88rem;
  line-height: 1.6;
  color: #6b7280;
}

.sc-faq__feedback {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  padding-top: 0.85rem;
  border-top: 1px solid #e5e7eb;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.8rem;
  color: #6b7280;
}

.sc-faq__vote {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid #d1d5db;
  background: #fff;
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: #374151;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.sc-faq__vote:hover {
  border-color: #e1251b;
  color: #e1251b;
  background: #fff5f5;
}

/* ── Responsive ── */
@media (max-width: 1199.98px) {
  .community-body__layout {
    grid-template-columns: 210px minmax(0, 1fr) 210px;
  }
}

@media (max-width: 991.98px) {
  .community-body {
    padding: 1rem 0 2rem;
  }

  .community-body__layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .community-aside {
    align-self: start;
  }

  .community-aside__stack {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    margin-top: 0 !important;
  }

  .community-aside__stack.is-pinned,
  .community-aside__stack.is-docked {
    position: relative !important;
  }

  .community-aside--left {
    order: 2;
  }

  .community-main {
    order: 1;
  }

  .community-aside--right {
    order: 3;
  }

  .sc-main-card {
    padding: 1.05rem 0.9rem 1.15rem;
    gap: 1.35rem;
  }

  .sc-solusi,
  .sc-tutorial,
  .sc-faq {
    padding: 1.05rem 0.9rem 1.15rem;
  }

  .sc-solusi__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .sc-solusi__portrait {
    order: -1;
  }

  .sc-solusi__portrait img {
    max-width: 160px;
    min-height: 220px;
    max-height: 260px;
  }

  .sc-tutorial__head,
  .sc-more__row-head {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.55rem 0.85rem;
  }

  .sc-tutorial__more,
  .sc-more__link {
    white-space: normal;
  }

  .sc-tutorial__panel {
    grid-template-columns: 1fr;
  }

  .sc-tutorial__featured {
    min-height: 200px;
  }

  .sc-tutorial__featured iframe,
  .sc-tutorial__featured img {
    min-height: 200px;
  }

  .sc-tutorial__playlist {
    min-height: 0;
  }

  .sc-faq__tabs {
    grid-template-columns: 1fr;
  }

  .sc-faq__tab {
    justify-content: flex-start;
  }
}

@media (max-width: 575.98px) {
  .community-body__layout {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    gap: 0.85rem;
  }

  .sc-main-card {
    padding: 0.9rem 0.75rem 1rem;
    border-radius: 12px;
  }

  .sc-aside-card {
    padding: 0.85rem 0.75rem 0.95rem;
  }

  .sc-solusi__title,
  .sc-tutorial__title,
  .sc-faq__title,
  .sc-more__title {
    font-size: 1.1rem;
  }

  .sc-solusi__portrait img {
    max-width: 140px;
    min-height: 190px;
    max-height: 220px;
  }

  .sc-stats__item {
    padding: 0.7rem 0.4rem;
  }

  .sc-stats__item strong {
    font-size: 1.15rem;
  }

  .sc-cta-box--gofeeder {
    padding: 1.15rem 0.9rem 1.05rem;
  }

  .sc-faq__panel {
    padding: 0.85rem 0.75rem 0.9rem;
  }

  .sc-faq__question {
    padding: 0.85rem 0.75rem;
    font-size: 0.88rem;
  }
}

/* =========================================================
   After FAQ � comparison, articles, stories, events, CTA
   ========================================================= */
.sc-more {
  background: transparent;
  padding: 0;
}

.community-main > .sc-more > .sc-more__inner,
.sc-more__inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.community-main .sc-more__title {
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
}

.community-main .sc-compare__table {
  grid-template-columns: minmax(100px, 0.7fr) repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.community-main .sc-compare__col {
  grid-template-rows: 68px repeat(8, minmax(40px, auto)) 56px;
  min-width: 120px;
}

.community-main .sc-compare__cell {
  padding: 0.45rem 0.5rem;
  font-size: 0.7rem;
}

.community-main .sc-compare__plan-name {
  font-size: 0.82rem;
}

.community-main .sc-compare__btn {
  min-height: 38px;
  font-size: 0.8rem;
  padding: 0.45rem 0.7rem;
  gap: 0.35rem;
}

.community-main .sc-compare__btn-icon .sc-compare__asset-icon {
  width: 14px;
  height: 14px;
}

.community-main .sc-articles__layout,
.community-main .sc-stories__grid,
.community-main .sc-events__banner {
  grid-template-columns: 1fr;
}

.community-main .sc-articles__featured {
  min-height: 0;
}

.community-main .sc-events__poster {
  min-height: 280px;
}

.community-main .sc-gallery {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 4px;
  min-height: 0;
}

.community-main .sc-gallery__item--large {
  grid-column: 1 / -1;
  grid-row: auto;
  min-height: 200px;
  aspect-ratio: 16 / 10;
  height: auto;
}

.community-main .sc-gallery__item:not(.sc-gallery__item--large) {
  aspect-ratio: 16 / 10;
}

.community-main .sc-bottom-cta {
  margin-top: 0;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}

.community-main .sc-bottom-cta__inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 1.4rem 1.25rem;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1100px) {
  .community-main .sc-articles__layout {
    grid-template-columns: 1.35fr 1fr;
    gap: 1.25rem;
    align-items: start;
  }

  .community-main .sc-stories__grid {
    grid-template-columns: 1fr 1fr;
  }

  .community-main .sc-events__banner {
    grid-template-columns: 1.25fr 0.9fr;
  }

  .community-main .sc-events__poster {
    min-height: 320px;
  }

  .community-main .sc-gallery {
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    min-height: 320px;
  }

  .community-main .sc-gallery__item--large {
    grid-column: 1;
    grid-row: 1 / span 2;
    min-height: 0;
    aspect-ratio: auto;
  }

  .community-main .sc-gallery__item:not(.sc-gallery__item--large) {
    aspect-ratio: auto;
  }
}

.sc-more__title {
  margin: 0;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-weight: 800;
  color: #1a2744;
  line-height: 1.3;
  text-align: center;
}

.sc-more__title--left {
  text-align: left;
}

.sc-more__lead {
  margin: 0.5rem 0 0;
  text-align: center;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.5;
}

.sc-more__row-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #e5e7eb;
}

.sc-compare__head {
  margin-bottom: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #e5e7eb;
}

.sc-compare__head .sc-more__lead {
  margin-top: 0.45rem;
}

.sc-more__link {
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #e1251b !important;
  text-decoration: none !important;
  white-space: nowrap;
}

/* Comparison */
.sc-compare__table {
  display: grid;
  grid-template-columns: minmax(140px, 0.85fr) repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  align-items: stretch;
  margin-top: 0;
}

.sc-compare__col {
  display: grid;
  grid-template-rows: 72px repeat(8, minmax(48px, auto)) 64px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
}

.sc-compare__col--labels {
  background: #F43134;
  color: #fff;
}

.sc-compare__col--red {
  border: 1.5px solid #eceff3;
}

.sc-compare__col--blue {
  border: 1.5px solid #c9d7f2;
}

.sc-compare__col--gold {
  border: 1.5px solid #e8d5a3;
  background: #fffdf5;
}

.sc-compare__cell {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.6rem 0.85rem;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: #1f2937;
  border-bottom: 1px solid #eef2f7;
  line-height: 1.35;
}

.sc-compare__col--labels .sc-compare__cell {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

.sc-compare__col--labels .sc-compare__icon {
  color: #fff;
}

.sc-compare__cell--head,
.sc-compare__cell--plan {
  font-size: 0.95rem;
  font-weight: 800;
  border-bottom-width: 1px;
}

.sc-compare__cell--head {
  justify-content: flex-start;
  padding-left: 1rem;
  font-size: 1.05rem;
}

.sc-compare__cell--plan {
  position: relative;
  justify-content: center;
  flex-direction: column;
  gap: 0.3rem;
  text-align: center;
}

.sc-compare__col:not(.sc-compare__col--labels) .sc-compare__cell:not(.sc-compare__cell--cta):not(.sc-compare__cell--plan) {
  justify-content: center;
  text-align: center;
}

.sc-compare__plan-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.sc-compare__plan-icon svg {
  width: 22px;
  height: 22px;
}

.sc-compare__col--red .sc-compare__plan-icon { color: #e64a41; }
.sc-compare__col--blue .sc-compare__plan-icon { color: #2149a8; }
.sc-compare__col--gold .sc-compare__plan-icon { color: #d4a044; }

.sc-compare__package--red .sc-compare__plan-icon { color: #e64a41; }
.sc-compare__package--blue .sc-compare__plan-icon { color: #2149a8; }
.sc-compare__package--gold .sc-compare__plan-icon { color: #d4a044; }

.sc-compare__plan-name {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.2;
}

.sc-compare__col--red .sc-compare__plan-name { color: #e64a41; }
.sc-compare__col--blue .sc-compare__plan-name { color: #2149a8; }
.sc-compare__col--gold .sc-compare__plan-name { color: #d4a044; }

.sc-compare__package--red .sc-compare__plan-name { color: #e64a41; }
.sc-compare__package--blue .sc-compare__plan-name { color: #2149a8; }
.sc-compare__package--gold .sc-compare__plan-name { color: #d4a044; }

.sc-compare__col--blue .sc-compare__cell.is-highlight {
  color: #2149a8;
  font-weight: 800;
}

.sc-compare__badge {
  position: absolute;
  top: 0.35rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  background: #d4a044;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
}

.sc-compare__col--gold .sc-compare__cell--plan {
  padding-top: 1.6rem;
}

.sc-compare__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: inherit;
  line-height: 0;
}

.sc-compare__icon svg {
  width: 16px;
  height: 16px;
}

.sc-compare__cell--cta,
.sc-compare__cell--cta-spacer {
  border-bottom: 0;
  justify-content: center;
}

.sc-compare__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 42px;
  padding: 0.55rem 1rem;
  border-radius: 10px;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  width: 100%;
  box-sizing: border-box;
  transition: filter 0.15s ease, transform 0.15s ease;
}

.sc-compare__btn:hover {
  filter: brightness(0.96);
}

.sc-compare__btn-label {
  white-space: nowrap;
}

.sc-compare__btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  flex-shrink: 0;
}

.sc-compare__btn-icon svg,
.sc-compare__btn-icon .sc-compare__asset-icon {
  width: 16px;
  height: 16px;
  display: block;
}

.sc-compare__btn-icon .sc-compare__asset-icon {
  object-fit: contain;
}

/* Mobile compare cards (hidden on desktop) */
.sc-compare__mobile {
  display: none;
}

.sc-compare__package {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
}

.sc-compare__package--red {
  border: 1.5px solid #eceff3;
}

.sc-compare__package--blue {
  border: 1.5px solid #c9d7f2;
}

.sc-compare__package--gold {
  border: 1.5px solid #e8d5a3;
  background: #fffdf5;
}

.sc-compare__package-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  position: relative;
  padding: 0.9rem 0.85rem;
  text-align: center;
  border-bottom: 1px solid #eef2f7;
}

.sc-compare__package-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sc-compare__package-row {
  display: block;
  border-bottom: 1px solid #eef2f7;
  min-height: 44px;
}

.sc-compare__package-row:last-child {
  border-bottom: 0;
}

.sc-compare__package-value {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 0.55rem 0.65rem;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.35;
  box-sizing: border-box;
}

.sc-compare__package-row.is-highlight .sc-compare__package-value {
  background: #eef4ff;
  color: #2149a8;
}

.sc-compare__package-cta {
  padding: 0.75rem;
  border-top: 1px solid #eef2f7;
}

.sc-compare__btn--outline-red {
  background: #fff;
  color: #c81e23 !important;
  border: 1.5px solid #c81e23;
}

.sc-compare__btn--outline-red:hover {
  background: #fff7f7;
}

.sc-compare__btn--solid-blue {
  background: #2149a8;
  color: #fff !important;
  border: 1.5px solid #2149a8;
}

.sc-compare__btn--solid-gold {
  background: #c9a227;
  color: #fff !important;
  border: 1.5px solid #c9a227;
}

/* Articles — Figma: featured left + list right */
.sc-articles__layout {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 1.25rem;
  align-items: start;
}

.sc-articles__featured {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  text-decoration: none !important;
  color: inherit;
  min-height: 0;
  background: none;
  border-radius: 0;
  overflow: visible;
}

.sc-articles__featured-media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 12px;
  overflow: hidden;
  background: #e8eef5;
}

.sc-articles__featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sc-articles__featured-content {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.sc-articles__meta-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
}

.sc-articles__cat {
  color: #2f5aa8;
  font-weight: 700;
}

.sc-articles__dot {
  color: #9ca3af;
  font-weight: 700;
}

.sc-articles__date {
  color: #9ca3af;
  font-weight: 500;
}

.sc-articles__featured-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  font-weight: 800;
  color: #111827;
  line-height: 1.35;
}

.sc-articles__featured-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.55;
}

.sc-articles__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sc-articles__item {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-decoration: none !important;
}

.sc-articles__thumb {
  display: block;
  width: 108px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  background: #e8eef5;
  flex-shrink: 0;
}

.sc-articles__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sc-articles__body {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-width: 0;
}

.sc-articles__item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  color: #111827;
  line-height: 1.35;
}

.sc-articles__item:hover .sc-articles__item-title,
.sc-articles__featured:hover .sc-articles__featured-title {
  color: #2f5aa8;
}

/* legacy overlay classes kept inert if referenced elsewhere */
.sc-articles__featured-overlay,
.sc-articles__featured-btn {
  display: none;
}

/* Stories */
.sc-stories__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.sc-stories__card {
  background: #fff;
  border-radius: 14px;
  padding: 1rem 1.1rem;
  box-shadow: 0 4px 12px rgba(16, 24, 40, 0.05);
}

.sc-stories__person {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.75rem;
}

.sc-stories__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--av, #e1251b);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  flex-shrink: 0;
  overflow: hidden;
}

.sc-stories__avatar--photo {
  padding: 0;
  background: #e8eef5;
}

.sc-stories__avatar--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sc-stories__name {
  margin: 0;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  color: #1a2744;
}

.sc-stories__role {
  margin: 0.1rem 0 0;
  font-size: 0.75rem;
  color: #6b7280;
}

.sc-stories__quote {
  margin: 0;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.88rem;
  font-style: italic;
  line-height: 1.55;
  color: #475569;
}

/* Events */
.sc-events__slider {
  position: relative;
}

.sc-events__banner {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  border-radius: 18px;
  overflow: hidden;
  min-height: 340px;
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.12);
}

.sc-events__info {
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.12) 0%, transparent 45%),
    linear-gradient(145deg, #e1251b 0%, #c41b14 55%, #a5120e 100%);
  color: #fff;
  padding: 1.4rem 1.35rem 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.1rem;
  min-width: 0;
}

.sc-events__info-main {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.sc-events__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.3;
}

.sc-events__tag,
.sc-events__status {
  color: #f6c453;
}

.sc-events__sep {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
}

.sc-events__date-top {
  color: #fff;
  font-weight: 600;
}

.sc-events__slide-title {
  margin: 0;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: clamp(1rem, 1.7vw, 1.28rem);
  font-weight: 800;
  line-height: 1.35;
  color: #fff;
}

.sc-events__details {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.4;
}

.sc-events__details li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.sc-events__detail-icon {
  display: inline-flex;
  color: #fff;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.sc-events__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  gap: 0.35rem;
  min-height: 42px;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  background: #fff;
  color: #111827 !important;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none !important;
  margin-top: 0.15rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.sc-events__cta:hover {
  opacity: 0.94;
}

.sc-events__poster {
  background: #1a0f0f;
  min-height: 340px;
}

.sc-events__poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.sc-events__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 0.35rem;
}

.sc-events__dots {
  display: flex;
  gap: 0.35rem;
  align-items: center;
}

.sc-events__dot {
  width: 28px;
  height: 3px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: background 0.15s ease, width 0.15s ease;
}

.sc-events__dot.is-active {
  background: #fff;
  width: 36px;
}

.sc-events__arrows {
  display: flex;
  gap: 0.55rem;
  align-items: center;
}

.sc-events__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  opacity: 0.9;
}

.sc-events__arrow:hover {
  opacity: 1;
}

/* Gallery + CTA (one section) */
.sc-join {
  margin: 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: none;
}

.sc-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2px;
  margin: 0;
  min-height: 340px;
  overflow: hidden;
  background: #fff;
}

.sc-gallery__item {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #e5e7eb;
  min-height: 0;
}

.sc-gallery__item--large {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.sc-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sc-gallery__item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0.55rem 0.7rem;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.3;
}

/* Bottom CTA */
.sc-bottom-cta {
  background: #fff;
  border: 0;
  border-top: 1px solid #e5e7eb;
  margin: 0;
  box-shadow: none;
}

.sc-bottom-cta__inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 1.5rem 1.35rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.sc-bottom-cta__copy {
  min-width: 0;
}

.sc-bottom-cta__copy h2 {
  margin: 0 0 0.35rem;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  font-weight: 800;
  color: #111827;
  line-height: 1.3;
}

.sc-bottom-cta__copy p {
  margin: 0;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  color: #6b7280;
  line-height: 1.45;
}

.sc-bottom-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  flex-shrink: 0;
}

.sc-bottom-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.7rem 1.25rem;
  border-radius: 8px;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
  transition: opacity 0.15s ease, background 0.15s ease;
}

.sc-bottom-cta__btn--primary {
  background: #F43134;
  color: #fff !important;
  border: 1.5px solid #F43134;
}

.sc-bottom-cta__btn--primary:hover {
  opacity: 0.92;
}

.sc-bottom-cta__btn--ghost {
  background: #fff;
  color: #111827 !important;
  border: 1.5px solid #d1d5db;
}

.sc-bottom-cta__btn--ghost:hover {
  background: #f9fafb;
}

@media (max-width: 991.98px) {
  .sc-compare__table--desktop,
  .community-main .sc-compare__table--desktop {
    display: none;
  }

  .sc-compare__mobile {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
  }

  .sc-articles__layout,
  .sc-stories__grid,
  .sc-events__banner,
  .community-main .sc-articles__layout,
  .community-main .sc-stories__grid,
  .community-main .sc-events__banner {
    grid-template-columns: 1fr;
  }

  .sc-articles__featured,
  .community-main .sc-articles__featured {
    min-height: 0;
  }

  .sc-events__poster,
  .community-main .sc-events__poster {
    min-height: 240px;
  }

  .sc-gallery,
  .community-main .sc-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    min-height: 0;
  }

  .sc-gallery__item--large,
  .community-main .sc-gallery__item--large {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 200px;
    aspect-ratio: 16 / 10;
  }

  .sc-gallery__item:not(.sc-gallery__item--large),
  .community-main .sc-gallery__item:not(.sc-gallery__item--large) {
    aspect-ratio: 16 / 10;
  }

  .sc-bottom-cta__inner,
  .community-main .sc-bottom-cta__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.15rem 1rem;
  }

  .sc-more__inner,
  .community-main .sc-more__inner {
    gap: 1.35rem;
  }
}

@media (max-width: 575.98px) {
  .sc-stories__grid,
  .sc-gallery,
  .community-main .sc-stories__grid,
  .community-main .sc-gallery {
    grid-template-columns: 1fr;
  }

  .sc-gallery__item--large,
  .community-main .sc-gallery__item--large,
  .sc-gallery__item:not(.sc-gallery__item--large),
  .community-main .sc-gallery__item:not(.sc-gallery__item--large) {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .sc-articles__item {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 0.7rem;
  }

  .sc-articles__thumb {
    width: 88px;
    height: 60px;
  }

  .sc-articles__featured-title {
    font-size: 1.05rem;
  }

  .sc-articles__item-title {
    font-size: 0.88rem;
  }

  .sc-events__info {
    padding: 1.1rem 1rem;
  }

  .sc-bottom-cta__actions {
    width: 100%;
  }

  .sc-bottom-cta__btn {
    width: 100%;
  }

  .community-main .sc-bottom-cta__inner {
    padding: 1.05rem 0.85rem;
  }

  .sc-compare__package-value {
    font-size: 0.68rem;
    padding: 0.45rem 0.5rem;
  }

  .sc-compare__cell,
  .community-main .sc-compare__cell {
    padding: 0.4rem 0.45rem;
    font-size: 0.68rem;
  }

  .sc-compare__btn,
  .community-main .sc-compare__btn {
    min-height: 36px;
    font-size: 0.75rem;
    padding: 0.4rem 0.55rem;
  }
}
