.format-card__tpl-list {
  border: 1.5px solid rgba(255,255,255,0.13);
  border-radius: 10px;
  background: rgba(255,255,255,0.03);
  box-shadow: 0 1px 6px 0 rgba(30,40,90,0.06);
}
/* List postingan di dalam card */
.format-card__tpl-list {
  list-style: none;
  margin: 18px 1.5rem 0 1.5rem;
  padding: 0;
  min-height: 72px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.format-card__tpl-item {
  font-size: 1rem;
  color: #f8fafc !important;
  background: rgba(255,255,255,0.06);
  border-radius: 7px;
  padding: 7px 12px;
  font-weight: 500;
  transition: background 0.18s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.format-card__tpl-link {
  color: inherit !important;
  text-decoration: none;
  display: block;
  width: 100%;
  transition: color 0.18s;
}
.format-card__tpl-link:hover {
  color: var(--format-color) !important;
  text-decoration: underline;
}
.format-card__tpl-item--empty {
  color: #bfc7d5 !important;
  background: none;
  font-style: italic;
  padding: 7px 0;
}
/* Template Format Archive Hero Section - Modern Design
 * Professional gradient with floating animations and responsive format cards
 * NOTE: This CSS is loaded ONLY on template-format taxonomy archives (/template-format/)
 */

/* ============================================================================
 * Critical CSS Reset - Prevent inherited styles from interfering
 * ============================================================================ */
.jz-format-main {
  all: revert;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2.5rem);
  box-sizing: border-box;
}

.jz-format-main * {
  box-sizing: border-box;
}

.jz-format-main *::before,
.jz-format-main *::after {
  box-sizing: border-box;
}

/* Force display on critical sections */
.jz-format-main section {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.jz-format-main div {
  display: block;
}

/* Exception: Hero layout should not be overridden by global div rules */
.jz-format-main .format-hero {
  display: grid;
}

.jz-format-main .format-hero__left,
.jz-format-main .format-hero__visual {
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.jz-format-main .format-hero__strip {
  display: grid;
}

:root {
  --format-bg: #0a1628;
  --format-ink: #fafafa;
  --format-muted: #9ca3af;
  --format-accent: #f59e0b;
  --format-accent-2: #8b5cf6;
  --format-accent-3: #06b6d4;
  --format-card: #1a2642;
  --format-stroke: #2d3748;
}

/* Hero Section Container */
.format-hero {
  background: radial-gradient(1200px 500px at 20% -10%, rgba(16, 185, 129, 0.35), transparent 60%),
    radial-gradient(900px 420px at 90% 10%, rgba(14, 116, 144, 0.35), transparent 55%),
    linear-gradient(135deg, #0b1a2b 0%, #0f2f25 52%, #0a241d 100%);
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 10vw, 6rem) clamp(3rem, 8vw, 5rem);
  margin: 0 0 4rem 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  justify-content: space-between;
  min-height: 560px;
  width: 100%;
  gap: clamp(2rem, 5vw, 4rem);
}

.format-hero::before {
  content: '';
  position: absolute;
  inset: 10% 40% auto -10%;
  height: 260px;
  background: radial-gradient(circle, rgba(52, 211, 153, 0.25), transparent 70%);
  filter: blur(12px);
  opacity: 0.8;
  pointer-events: none;
}

.format-hero::after {
  content: '';
  position: absolute;
  inset: auto -10% 5% 45%;
  height: 280px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.22), transparent 70%);
  filter: blur(16px);
  opacity: 0.7;
  pointer-events: none;
}

/* Left Column */
.format-hero__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
  z-index: 3;
  grid-column: 2 / 3;
  min-width: 0;
  padding-left: clamp(1rem, 3vw, 2.5rem);
  padding-right: clamp(1rem, 2vw, 1.5rem);
}

/* Background Orbs - Hidden in new design */
.format-hero__bg {
  display: none;
}

.format-hero__orb {
  display: none;
}

.format-hero__orb--a {
  display: none;
}

.format-hero__orb--b {
  display: none;
}

.format-hero__orb--c {
  display: none;
}

/* Hero Content */
.format-hero__kicker {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7ff3c6;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.format-hero__title {
  font-family: 'Fraunces', serif;
  font-size: clamp(34px, 6vw, 60px);
  font-weight: 900;
  line-height: 1.05;
  margin: 0;
  color: #ecfdf5;
  letter-spacing: -0.5px;
}

.format-hero__subtitle {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.7;
  color: #c6f6e5;
  margin: 0;
}

.format-hero__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem 1rem;
}

.format-hero__feature {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: rgba(15, 118, 110, 0.18);
  border: 1px solid rgba(110, 231, 183, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.format-hero__feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(16, 185, 129, 0.3);
  color: #ecfdf5;
  font-size: 16px;
  flex-shrink: 0;
}

.format-hero__feature-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  color: #e2fdf2;
  font-size: 0.9rem;
}

.format-hero__feature-text strong {
  font-weight: 700;
  color: #f0fdfa;
}

.format-hero__feature-text span {
  color: #b7f5dd;
  font-size: 0.85rem;
}

.format-hero__cta {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.format-hero__note {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.85rem;
  color: #9fecca;
}

.format-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.format-btn {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.format-btn--primary {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #fff;
}

.format-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(59, 130, 246, 0.25);
}

.format-btn--ghost {
  background: transparent;
  color: #f0fdfa;
  border: 2px solid #6ee7b7;
}

.format-btn--ghost:hover {
  border-color: #1e293b;
  background: rgba(15, 23, 42, 0.05);
}

/* Meta Chips */
.format-hero__meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.format-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: rgba(110, 231, 183, 0.1);
  border-radius: 99px;
  color: #d1fae5;
  font-size: 13px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  border: 1px solid rgba(110, 231, 183, 0.3);
}

/* Stats */
.format-hero__stats {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: clamp(1.5rem, 3vw, 2rem);
  z-index: 3;
  width: 100%;
  margin: 0;
  padding: 1.5rem 0 0 0;
  flex-wrap: wrap;
}

.format-stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  text-align: left;
}

.format-stat__num {
  font-family: 'Fraunces', serif;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 900;
  color: #6ee7b7;
  line-height: 1;
}

.format-stat__label {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11px;
  color: #a7f3d0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

/* Right Column - Visual */
.format-hero__visual {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 2;
  position: relative;
  grid-column: 1 / 2;
  min-width: 0;
  padding-right: clamp(1rem, 3vw, 2.5rem);
  padding-left: clamp(1rem, 2vw, 1.5rem);
}

.format-hero__strip {
  width: 100%;
  max-width: 520px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.2rem;
  border-radius: 20px;
  background: rgba(15, 23, 42, 0.35);
  border: 1px solid rgba(148, 163, 184, 0.15);
  box-shadow: 0 24px 48px rgba(8, 15, 30, 0.35);
  backdrop-filter: blur(8px);
  animation: format-float 6s ease-in-out infinite;
}

.format-hero__tile {
  border-radius: 14px;
  padding: 1.2rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 120px;
  color: #f8fafc;
  font-family: 'Space Grotesk', sans-serif;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.format-hero__tile span {
  font-weight: 700;
  font-size: 1rem;
}

.format-hero__tile small {
  font-size: 0.8rem;
  opacity: 0.85;
}

.format-hero__tile--amp {
  background: linear-gradient(135deg, #5b6dfc, #7a5cff);
}

.format-hero__tile--blogger {
  background: linear-gradient(135deg, #f472b6, #f97316);
}

.format-hero__tile--html {
  background: linear-gradient(135deg, #38bdf8, #0ea5e9);
}

.format-hero__tile--wp {
  background: linear-gradient(135deg, #22c55e, #16a34a);
}

@keyframes format-float {
  0%, 100% { transform: translateY(0px) scale(1); }
  50% { transform: translateY(-20px) scale(1.02); }
}

/* Format Archive Section */
.jz-format-archive {
  width: 100%;
  padding-top: 2rem;
}

.section-title {
  font-family: 'Fraunces', serif;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 32px;
  color: #1f2937;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Format Cards Grid - Responsive Design */
/* Modern Grid for Format Cards */
.format-cards-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
  width: 100%;
  max-width: 1360px;
  margin: 0 auto 3rem auto;
  padding: 0 clamp(1rem, 3vw, 2rem);
  box-sizing: border-box;
  align-items: stretch;
}

/* Responsive Hero Layout */
@media (max-width: 768px) {
  .format-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 2rem 1rem;
    gap: 2.5rem;
    display: flex;
    flex-direction: column;
  }
  
  .format-hero__visual {
    min-height: auto;
    order: 1;
    padding: 0;
    grid-column: auto;
    width: 100%;
    justify-content: center;
  }
  
  .format-hero__left {
    order: 2;
    padding: 0 0.8rem;
    grid-column: auto;
    width: 100%;
  }
  
  .format-hero__title {
    font-size: clamp(26px, 7vw, 36px);
    text-align: center;
    line-height: 1.15;
  }
  
  .format-hero__subtitle {
    text-align: center;
    font-size: clamp(13px, 3.5vw, 15px);
    padding: 0 0.5rem;
  }
  
  .format-hero__features {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }
  
  .format-hero__feature {
    padding: 0.75rem 0.9rem;
  }
  
  .format-hero__feature-icon {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  
  .format-hero__feature-text {
    font-size: 0.85rem;
  }
  
  .format-hero__feature-text strong {
    font-size: 0.9rem;
  }
  
  .format-hero__feature-text span {
    font-size: 0.8rem;
  }

  .format-hero__cta {
    justify-content: center;
    flex-direction: column;
    gap: 0.7rem;
  }

  .format-hero__strip {
    max-width: 100%;
    margin: 0;
    padding: 0.9rem;
    gap: 0.8rem;
    grid-template-columns: 1fr;
  }
  
  .format-hero__tile {
    min-height: auto;
    padding: 1rem 0.9rem;
    width: 100%;
  }
  
  .format-hero__tile span {
    font-size: 0.95rem;
    font-weight: 600;
  }
  
  .format-hero__tile small {
    font-size: 0.75rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .format-cards-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem;
  }
}

@media (min-width: 1024px) {
  .format-cards-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}

@media (max-width: 600px) {
  .format-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

/* Modern Card Design - Clean & Elegant */
.format-card {
  --format-color: #6366f1;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 420px;
  background: linear-gradient(135deg, #0f1729 0%, #1a1f3a 50%, #151d2f 100%);
  border: 2px solid transparent;
  border-radius: 20px;
  overflow: hidden !important;
  box-sizing: border-box;
  background-clip: padding-box;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding-top: 0;
  margin: 0;
  max-width: 100%;
  width: 100%;
}

/* Gradient border effect - HIDDEN */
.format-card::before {
  display: none;
}

.format-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 
    0 20px 48px rgba(0, 0, 0, 0.4),
    0 0 50px rgba(16, 185, 129, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border-color: transparent;
}

/* Card content wrapper */
.format-card > * {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  max-width: 100% !important;
  flex-shrink: 0;
  overflow: hidden;
  min-width: 0;
}

/* Top accent bar */
.format-card__top-bar {
  width: 100% !important;
  max-width: 100% !important;
  height: 5px;
  background: linear-gradient(90deg, var(--format-color), transparent);
  transition: background 0.3s ease, height 0.3s ease;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.format-card:hover .format-card__top-bar {
  background: linear-gradient(90deg, var(--format-color) 40%, transparent 100%);
  opacity: 1;
  height: 6px;
}

/* Icon styling */
.format-card__icon {
  width: 48px !important;
  height: 48px;
  max-width: 48px !important;
  margin: 1rem auto 0.6rem auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--format-color), rgba(99, 102, 241, 0.6));
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(99, 102, 241, 0.2);
  color: #fff;
  overflow: hidden !important;
  position: relative;
  align-self: center;
}

.format-card__icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 2;
  flex-shrink: 0;
}

/* Title styling */
.format-card__title {
  font-family: 'Fraunces', serif;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-weight: 700;
  margin: 0 auto 0.7rem auto;
  padding: 0;
  color: #f1f5f9 !important;
  line-height: 1.3;
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
  text-align: center;
}

/* Description styling */
.format-card__desc {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.9rem;
  color: #cbd5e1 !important;
  margin: 0 auto 1rem auto;
  padding: 0;
  line-height: 1.55;
  flex-grow: 0;
  overflow-wrap: break-word;
  word-break: break-word;
  max-height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: center;
}

/* Meta badges */
.format-card__meta {
  display: flex;
  gap: 0.5rem;
  margin: 0.8rem auto 0.8rem auto;
  flex-wrap: wrap;
  max-width: calc(100% - 0rem);
  justify-content: center;
}

.format-card__count {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--format-color) !important;
  background: rgba(99, 102, 241, 0.15);
  border: 1px solid rgba(99, 102, 241, 0.3);
  border-radius: 8px;
  padding: 0.4rem 0.9rem;
  transition: all 0.2s;
}

.format-card:hover .format-card__count {
  background: rgba(99, 102, 241, 0.25);
  border-color: var(--format-color);
}
.format-card:hover .format-card__count {
  background: rgba(99, 102, 241, 0.25);
  border-color: var(--format-color);
}

/* Tag styling */
.format-card__tag {
  font-size: 0.75rem;
  font-weight: 500;
  color: #cbd5e1 !important;
  background: rgba(100, 116, 139, 0.2);
  border: 1px solid rgba(100, 116, 139, 0.3);
  border-radius: 8px;
  padding: 0.4rem 0.8rem;
  transition: all 0.2s;
}

.format-card:hover .format-card__tag {
  background: rgba(100, 116, 139, 0.3);
  border-color: #cbd5e1;
}

/* Template list styling */
.format-card__tpl-list {
  list-style: none;
  margin: 0.8rem 1.5rem;
  padding: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-height: 50px;
  max-height: 110px;
  overflow: hidden;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  flex-shrink: 0;
}

.format-card__tpl-item {
  font-size: 0.85rem;
  color: #e2e8f0 !important;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
}

.format-card__tpl-link {
  color: inherit !important;
  text-decoration: none;
  display: block;
  width: 100%;
  transition: all 0.2s;
  padding: 0.3rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.format-card__tpl-link:hover {
  color: var(--format-color) !important;
  padding-left: 0.4rem;
  text-decoration: underline;
}

.format-card__tpl-item--empty {
  color: #94a3b8 !important;
  font-style: italic;
  font-weight: 400;
}

/* No results message */
.no-results {
  grid-column: 1 / -1;
  text-align: center;
  padding: 3rem;
  color: #94a3b8;
  font-size: 1rem;
}

/* ============================================================================
 * Responsive Design
 * ============================================================================ */

/* Tablet & Small Desktop */
@media (min-width: 768px) and (max-width: 1023px) {
  .format-cards-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .format-cards-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
  }
  
  .format-hero__stats {
    gap: clamp(2.5rem, 5vw, 4rem);
    justify-content: center;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/* Mobile Tablets */
@media (max-width: 768px) {
  .jz-format-main {
    padding: 0 1rem;
  }
  
  .format-hero {
    border-radius: 24px;
    padding: 2.5rem 2rem;
    min-height: auto;
    margin: 0 0 3rem 0;
  }
  
  .format-hero__content {
    width: 100%;
    max-width: 100%;
    padding: 0 1rem;
  }
  
  .format-hero h1 {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 16px 0;
  }
  
  .format-hero__lead {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
    max-width: 100%;
    padding: 0;
  }
  
  .format-hero__actions {
    gap: 10px;
    margin-bottom: 16px;
    max-width: 100%;
  }
  
  .format-hero__meta {
    gap: 10px;
    margin-bottom: 16px;
    max-width: 100%;
  }
  
  .format-btn {
    font-size: 13px;
    padding: 10px 22px;
  }
  
  .format-chip {
    font-size: 12px;
    padding: 6px 12px;
  }
  
  .format-hero__stats {
    gap: 1.5rem;
    margin: 1.5rem auto 0;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: center;
  }
  
  .format-stat__num {
    font-size: 24px;
  }
  
  .format-stat__label {
    font-size: 11px;
  }
  
  .format-cards-grid {
    gap: 1.5rem;
  }
  
  .section-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .jz-format-main {
    padding: 0 1rem;
  }
  
  .format-hero {
    border-radius: 16px;
    padding: 2rem 1.5rem;
    min-height: auto;
    margin: 0 0 2rem 0;
  }
  
  .format-hero__content {
    width: 100%;
    max-width: 100%;
    padding: 0 0.75rem;
  }
  
  .format-hero h1 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 12px;
    margin-right: 0;
  }
  
  .format-hero__eyebrow {
    font-size: 11px;
    margin-bottom: 8px;
  }
  
  .format-hero__lead {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
    max-width: 100%;
    padding: 0;
  }
  
  .format-hero__actions {
    gap: 8px;
    margin-bottom: 12px;
    flex-direction: column;
    width: 100%;
  }
  
  .format-hero__actions .format-btn {
    width: 100%;
  }
  
  .format-hero__meta {
    gap: 8px;
    margin-bottom: 12px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  
  .format-btn {
    font-size: 12px;
    padding: 10px 20px;
  }
  
  .format-chip {
    font-size: 11px;
    padding: 6px 10px;
    flex: 1 1 calc(50% - 4px);
  }
  
  .format-hero__stats {
    gap: 1rem;
    margin: 16px auto 0;
    padding-top: 16px;
    padding-left: 1rem;
    padding-right: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    justify-content: center;
  }
  .format-stat {
    flex: 0 1 auto;
    text-align: center;
    min-width: auto;
    align-items: center;
  }
  
  .format-stat__num {
    font-size: 20px;
  }
  
  .format-stat__label {
    font-size: 10px;
  }
  
  /* Hapus duplikat grid di mobile kecil, gunakan aturan utama */
  
  .format-card {
    border-radius: 12px;
  }
  
  .format-card__icon {
    width: 44px;
    height: 44px;
    margin: 1rem 1rem 0 1rem;
  }
  
  .format-card__icon svg {
    width: 22px;
    height: 22px;
  }
  
  .format-card__title {
    font-size: 14px;
    margin: 8px 1rem 6px;
  }
  
  .format-card__desc {
    font-size: 12px;
    margin: 0 1rem 10px;
  }
  
  .format-card__meta {
    font-size: 12px;
    margin: 0 1rem 10px;
  }
  
  .format-card__cta {
    font-size: 12px;
    padding: 10px 1rem;
    margin: 0 1rem 1rem;
  }
  
  .section-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

/* Extra small mobile */
@media (max-width: 360px) {
  .jz-format-main {
    padding: 0 0.5rem;
  }
  
  .format-hero {
    padding: 1.5rem 0.75rem;
    margin: 0 0 1.5rem 0;
  }
  
  .format-hero h1 {
    font-size: 18px;
  }
  
  .format-hero__lead {
    font-size: 13px;
    margin-bottom: 12px;
  }
  
  .format-chip {
    flex: 1 1 100%;
  }
  
  .format-hero__meta {
    flex-direction: column;
  }
  
  .format-hero__stats {
    gap: 0.75rem;
    margin: 12px auto 0;
    padding-top: 12px;
    padding-left: 1rem;
    padding-right: 1rem;
    justify-content: center;
  }
  .format-stat {
    flex: 0 1 auto;
    text-align: center;
    align-items: center;
  }
  
  .format-stat__num {
    font-size: 18px;
  }
  
  .format-stat__label {
    font-size: 9px;
  }
  
  .format-card__title {
    font-size: 13px;
  }
  
  .format-card__desc {
    font-size: 11px;
  }
}

/* ==========================================
   Modern Format Card Design
========================================== */
.format-section-header {
  text-align: center;
  margin-bottom: 3.5rem;
  padding: 0 1rem;
}

.format-section-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(2rem, 5vw, 2.5rem);
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff 0%, #c7d2fe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.75rem;
}

.format-section-desc {
  font-size: 1.1rem;
  color: #cbd5e1;
  max-width: 600px;
  margin: 0 auto;
}

/* Modern card grid */
.format-cards-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .format-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 480px) {
  .format-cards-grid {
    grid-template-columns: 1fr;
  }
}

/* Modern Card - Glassmorphism + Gradient */
.format-card-modern {
  --format-main: #667eea;
  --format-light: rgba(102, 126, 234, 0.1);
  
  position: relative;
  height: 100%;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  background: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

/* Background gradient */
.format-card-modern__bg {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.format-card-modern:hover .format-card-modern__bg {
  opacity: 0.12;
}

/* Illustration Header */
.format-card-modern__illustration {
  position: relative;
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem 0.5rem;
  box-sizing: border-box;
  z-index: 1;
  overflow: hidden;
}

.format-card-modern__illustration svg {
  width: 100%;
  max-width: 200px;
  height: auto;
  opacity: 0.7;
  transition: all 0.4s ease;
}

.format-card-modern:hover .format-card-modern__illustration svg {
  opacity: 1;
  transform: scale(1.05);
}

/* Floating orbs */
.format-card-modern__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.format-card-modern__orb--1 {
  width: 180px;
  height: 180px;
  background: var(--format-main);
  top: -60px;
  right: -50px;
}

.format-card-modern__orb--2 {
  width: 150px;
  height: 150px;
  background: color-mix(in srgb, var(--format-main) 80%, #ffffff 20%);
  bottom: -40px;
  left: -40px;
}

.format-card-modern:hover .format-card-modern__orb {
  opacity: 0.08;
}

/* Card content wrapper */
.format-card-modern__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem;
  height: 100%;
  box-sizing: border-box;
}

/* Icon box */
.format-card-modern__icon-box {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.format-card-modern__icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  box-shadow: 
    0 8px 24px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  color: #ffffff;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.format-card-modern__icon svg {
  width: 32px;
  height: 32px;
  stroke-width: 2;
  position: relative;
  z-index: 1;
}

.format-card-modern:hover .format-card-modern__icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 
    0 12px 32px rgba(0, 0, 0, 0.3),
    0 0 24px var(--format-main),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.format-card-modern__tagline {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--format-main);
  text-transform: uppercase;
  letter-spacing: 1px;
  align-self: center;
  margin-top: 0.25rem;
}

/* Header - Title & Count */
.format-card-modern__header {
  flex-grow: 0;
}

.format-card-modern__title {
  font-family: 'Fraunces', serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.5rem 0;
  line-height: 1.2;
  transition: color 0.3s ease;
}

.format-card-modern:hover .format-card-modern__title {
  color: var(--format-main);
}

.format-card-modern__count {
  display: inline-block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--format-main);
  background: var(--format-light);
  border: 1px solid rgba(var(--format-main), 0.3);
  padding: 0.4rem 0.9rem;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.format-card-modern:hover .format-card-modern__count {
  background: var(--format-light);
  border-color: var(--format-main);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Features chips */
.format-card-modern__features {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex-grow: 1;
}

.format-feature-chip {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.9rem;
  color: #cbd5e1;
  padding: 0.6rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-left: 3px solid var(--format-main);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.format-card-modern:hover .format-feature-chip {
  background: rgba(255, 255, 255, 0.08);
  border-left-color: var(--format-main);
  transform: translateX(4px);
}

/* CTA Button */
.format-card-modern__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.95rem 1.5rem;
  background: linear-gradient(135deg, var(--format-main), color-mix(in srgb, var(--format-main) 80%, #ffffff 20%));
  color: #ffffff;
  border: none;
  border-radius: 12px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 
    0 6px 20px rgba(0, 0, 0, 0.15),
    0 0 20px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  margin-top: auto;
}

.format-card-modern__cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.format-card-modern__cta:hover {
  transform: translateY(-3px);
  box-shadow: 
    0 12px 32px rgba(0, 0, 0, 0.25),
    0 0 30px var(--format-main);
}

.format-card-modern__cta:hover::before {
  opacity: 1;
}

.format-card-modern__cta svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
  transition: transform 0.3s ease;
}

.format-card-modern__cta:hover svg {
  transform: translateX(3px);
}

/* Main container hover effect */
.format-card-modern:hover {
  transform: translateY(-12px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 
    0 24px 48px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .format-section-title {
    font-size: 1.75rem;
  }
  
  .format-card-modern {
    min-height: 580px;
  }
  
  .format-card-modern__content {
    padding: 1.5rem;
    gap: 1.25rem;
  }
  
  .format-card-modern__icon {
    width: 56px;
    height: 56px;
  }
  
  .format-card-modern__icon svg {
    width: 28px;
    height: 28px;
  }
  
  .format-card-modern__title {
    font-size: 1.15rem;
  }
}

/* =========================================================================
 * Enhanced Card Styling - Tagline, Features, CTA
 * ========================================================================= */

/* Card Tagline */
.format-card__tagline {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--format-color) !important;
  opacity: 0.9;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4;
}

/* Features Container */
.format-card__features {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex-grow: 1;
  margin: 0 !important;
  padding: 0 !important;
}

/* Feature Item */
.format-feature {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.88rem;
  color: #cbd5e1 !important;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  transition: all 0.2s ease;
}

.format-feature:hover {
  color: var(--format-color) !important;
  transform: translateX(3px);
}

.format-feature span:first-child {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 0.9rem;
}

/* CTA Container */
.format-card__cta {
  display: flex;
  gap: 0.8rem;
  margin-top: auto !important;
  padding: 0.3rem 0 !important;
  box-sizing: border-box;
  flex-shrink: 0;
  overflow: hidden;
  justify-content: center;
}

.format-card__cta a.format-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 2rem !important;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  color: white;
  transition: box-shadow 0.3s ease, opacity 0.3s ease;
  margin: 0;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: visible;
  white-space: nowrap;
  min-height: 28px;
  box-sizing: border-box;
  max-width: 90%;
}

.format-card__cta a.format-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: inherit;
  pointer-events: none;
}

.format-card__cta a.format-btn:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  opacity: 0.95;
}

.format-card__cta a.format-btn:hover::before {
  opacity: 0.5;
}

/* Info Section Styling */
.jz-format-section {
  width: 100%;
  margin-top: 4rem !important;
  padding: 3rem 2rem !important;
  background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
  border-radius: 16px;
  box-sizing: border-box;
}

.jz-format-section h2 {
  font-family: 'Fraunces', serif;
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 1rem 0;
  color: #1f2937;
}

.jz-format-section p {
  font-size: 16px;
  color: #6b7280;
  margin: 0 0 2rem 0;
  line-height: 1.6;
  max-width: 900px;
}

.jz-format-section a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 2rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.jz-format-section a[style*="background: #3730a3"] {
  box-shadow: 0 4px 12px rgba(55, 48, 163, 0.3);
}

.jz-format-section a[style*="background: #3730a3"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(55, 48, 163, 0.4);
}

.jz-format-section a[style*="border: 2px solid"]:hover {
  background: rgba(55, 48, 163, 0.05);
}

/* Additional responsive tweaks */
@media (max-width: 768px) {
  .jz-format-section {
    margin-top: 3rem !important;
    padding: 2rem 1.5rem !important;
  }
  
  .jz-format-section h2 {
    font-size: 22px;
  }
  
  .jz-format-section p {
    font-size: 14px;
  }
  
  .format-card__cta {
    flex-direction: column;
    gap: 0.6rem;
    padding: 1.2rem 1.5rem !important;
  }
  
  .format-card__cta a {
    width: 100%;
  }
  
  .format-feature {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .jz-format-section {
    margin-top: 2rem !important;
    padding: 1.5rem 1rem !important;
  }
  
  .jz-format-section h2 {
    font-size: 18px;
  }
  
  .jz-format-section p {
    font-size: 13px;
    margin: 0 0 1.5rem 0;
  }
  
  .jz-format-section a {
    padding: 0.7rem 1.5rem;
    font-size: 14px;
  }
  
  .format-card__cta {
    padding: 1rem 1rem !important;
    gap: 0.5rem;
  }
  
  .format-card__cta a {
    padding: 0.7rem 1rem !important;
    font-size: 0.85rem;
  }
}


