/* fix_landing.css — Landing page template adaptation */
/* ══════════════════════════════════════════════════════════
   HERO V2 — Modern Premium 2-column layout
══════════════════════════════════════════════════════════ */

.fp-hero-v2 {
  background: #F8F8F8;
  padding: 0;
  overflow: hidden;
}

.fp-hero-v2-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px 48px 40px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  min-height: 640px;
}

/* --- Badge --- */
.fp-hero-v2-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFF8DC;
  border: 1.5px solid #F5C518;
  color: #7a5c00;
  font-family: 'Plus Jakarta Sans', 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 100px;
  margin-bottom: 28px;
}
.fp-hero-v2-badge i { color: #F5C518; font-size: 13px; }

/* --- Headline --- */
.fp-hero-v2-headline {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0 0 28px;
  line-height: 1.0;
  font-family: 'Poppins', 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
}

.fp-hero-v2-line1 {
  font-size: clamp(40px, 5vw, 68px);
  color: #111111;
  letter-spacing: -1.5px;
  display: block;
}

.fp-hero-v2-line2 {
  font-size: clamp(40px, 5vw, 68px);
  color: #F5C518;
  letter-spacing: -1.5px;
  display: block;
  line-height: 1.05;
}

.fp-hero-v2-line3 {
  font-size: clamp(40px, 5vw, 68px);
  color: #111111;
  letter-spacing: -1.5px;
  display: block;
  line-height: 1.0;
}

/* --- Subheadline --- */
.fp-hero-v2-sub {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: #555;
  max-width: 540px;
  margin-bottom: 40px;
}

/* --- CTA Buttons --- */
.fp-hero-v2-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.fp-hero-v2-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #F5C518;
  color: #111 !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  padding: 16px 32px;
  border-radius: 12px;
  text-decoration: none !important;
  border: 2px solid #F5C518;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.fp-hero-v2-btn-primary:hover {
  background: #e6b800;
  border-color: #e6b800;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245,197,24,0.35);
}

.fp-hero-v2-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #111 !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  padding: 16px 32px;
  border-radius: 12px;
  text-decoration: none !important;
  border: 2px solid #e0e0e0;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.fp-hero-v2-btn-secondary:hover {
  border-color: #111;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

/* --- Right column image --- */
.fp-hero-v2-right {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  min-height: 560px;
  padding-bottom: 0;
}

.fp-hero-v2-circle {
  position: absolute;
  width: 460px;
  height: 460px;
  background: #F5C518;
  opacity: 0.18;
  border-radius: 50%;
  bottom: 0;
  right: -40px;
  z-index: 0;
}

.fp-hero-v2-img-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 460px;
  border-radius: 24px;
  overflow: hidden;
}

.fp-hero-v2-img-wrap .swiper-container {
  border-radius: 24px;
  overflow: hidden;
}

.fp-hero-v2-img-wrap .swiper-slide {
  aspect-ratio: 4/5;
  overflow: hidden;
}

.fp-hero-v2-img-wrap .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.fp-hero-v2-img-wrap .swiper-slide:hover img { transform: scale(1.04); }

.fp-hero-v2-right .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
  text-align: center;
  margin-top: 16px;
}

.fp-hero-v2-right .swiper-pagination-bullet {
  background: rgba(0,0,0,0.2);
  opacity: 1;
  border: none;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 10px;
  transition: all 0.3s;
}

.fp-hero-v2-right .swiper-pagination-bullet-active {
  background: #F5C518;
  width: 28px;
  border-radius: 10px;
  border: none;
  transform: scale(1);
}

/* ══════════════════════════════════════════════════════════
   KATEGORI V2 — Premium
══════════════════════════════════════════════════════════ */

.fp-cat-v2 {
  background: linear-gradient(180deg, #ffffff 0%, #fffef5 100%);
  padding: 100px 0;
}

.fp-cat-v2-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
}

.fp-cat-v2-header {
  text-align: left;
  margin-bottom: 48px;
}

.fp-cat-v2-badge {
  display: inline-block;
  background: #FFF8DC;
  border: 1.5px solid #F5C518;
  color: #7a5c00;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.15em;
  padding: 8px 20px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.fp-cat-v2-header h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.5vw, 42px);
  color: #111;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  line-height: 1.15;
}

.fp-cat-v2-header h2 span {
  color: #F5C518;
}

.fp-cat-v2-header h2::after {
  content: '';
  display: block;
  width: 48px;
  height: 4px;
  background: #F5C518;
  border-radius: 2px;
  margin-top: 14px;
}

.fp-cat-v2-header p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  color: #888;
  max-width: 520px;
  margin: 0;
  line-height: 1.7;
}

/* --- Cards --- */
.fp-cat-v2-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 24px;
  padding: 32px 20px 24px;
  text-decoration: none !important;
  box-shadow: 0 2px 16px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.fp-cat-v2-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.12);
}

.fp-cat-v2-card-visual {
  margin-bottom: 20px;
}

.fp-cat-v2-card-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(245,197,24,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #F5C518;
  transition: all 0.3s ease;
}

.fp-cat-v2-card:hover .fp-cat-v2-card-circle {
  background: #F5C518;
  color: #111;
  transform: scale(1.08);
}

.fp-cat-v2-card-body {
  text-align: center;
  flex: 1;
}

.fp-cat-v2-card-body h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #111;
  margin-bottom: 8px;
  line-height: 1.3;
}

.fp-cat-v2-card-body p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  color: #999;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fp-cat-v2-card-arrow {
  margin-top: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F5C518;
  font-size: 14px;
  transition: all 0.3s ease;
}

.fp-cat-v2-card:hover .fp-cat-v2-card-arrow {
  background: #F5C518;
  color: #111;
}

/* --- Footer / Button --- */
.fp-cat-v2-footer {
  text-align: center;
  margin-top: 52px;
}

.fp-cat-v2-btn-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #111 !important;
  padding: 14px 36px;
  border: 2px solid #111;
  border-radius: 999px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.fp-cat-v2-btn-all:hover {
  background: #F5C518;
  border-color: #F5C518;
  color: #111 !important;
}

/* ══════════════════════════════════════════════════════════
   FLASH SALE V2 — Premium Dark
══════════════════════════════════════════════════════════ */

.fp-flash-v2 {
  background: #0B0B0B;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.fp-flash-v2-glow {
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 500px;
  background: radial-gradient(ellipse, rgba(245,197,24,0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.fp-flash-v2-bolt {
  position: absolute;
  color: rgba(245,197,24,0.06);
  font-size: 180px;
  z-index: 0;
  pointer-events: none;
}

.fp-flash-v2-bolt--1 { top: 40px; left: -30px; transform: rotate(-15deg); }
.fp-flash-v2-bolt--2 { bottom: 20px; right: -20px; transform: rotate(15deg); }

.fp-flash-v2-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
  position: relative;
  z-index: 1;
}

/* --- Header --- */
.fp-flash-v2-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 52px;
}

.fp-flash-v2-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(245,197,24,0.15);
  border: 1px solid rgba(245,197,24,0.3);
  color: #F5C518;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.18em;
  padding: 8px 20px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.fp-flash-v2-badge i { font-size: 12px; }

.fp-flash-v2-header-left h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(36px, 4.5vw, 56px);
  color: #fff;
  line-height: 1.05;
  letter-spacing: -1px;
  margin-bottom: 14px;
}

.fp-flash-v2-header-left h2 span {
  color: #F5C518;
}

.fp-flash-v2-header-left p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.5);
  margin: 0;
  line-height: 1.6;
}

/* --- Timer Card --- */
.fp-flash-v2-timer-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 28px 36px;
  backdrop-filter: blur(8px);
}

.fp-flash-v2-timer-label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  margin-bottom: 16px;
  text-align: center;
}

.fp-flash-v2-timer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.fp-flash-v2-time-unit {
  text-align: center;
}

.fp-flash-v2-time-num {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: #fff;
  line-height: 1;
  min-width: 56px;
}

.fp-flash-v2-time-lbl {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11px;
  color: #F5C518;
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.fp-flash-v2-time-sep {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: rgba(255,255,255,0.2);
  padding-bottom: 18px;
}

/* --- Swiper --- */
.fp-flash-v2-swiper-wrap {
  position: relative;
}

.fp-flash-v2-swiper {
  overflow: hidden;
  padding: 8px 0 8px 0;
}

.fp-flash-v2-swiper .swiper-slide {
  height: auto;
}

/* --- Nav Arrows --- */
.fp-flash-v2-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.fp-flash-v2-nav:hover {
  background: #F5C518;
  border-color: #F5C518;
  color: #111;
}

.fp-flash-v2-prev { left: -24px; }
.fp-flash-v2-next { right: -24px; }

/* --- Product Card --- */
.fp-flash-v2-swiper .swiper-slide {
  width: 330px;
}

.fp-flash-v2-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.fp-flash-v2-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 48px rgba(0,0,0,0.2);
}

.fp-flash-v2-badge-diskon {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: #e53935;
  color: #fff;
  padding: 5px 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 700;
  border-radius: 8px;
}

.fp-flash-v2-card-img {
  position: relative;
  aspect-ratio: 1;
  background: #f5f5f5;
  overflow: hidden;
}

.fp-flash-v2-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.fp-flash-v2-card:hover .fp-flash-v2-card-img img {
  transform: scale(1.06);
}

.fp-flash-v2-card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  background: #eee;
}

.fp-flash-v2-card-body {
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.fp-flash-v2-card-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #111;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 35px;
  margin-bottom: 6px;
}

.fp-flash-v2-card-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px;
  color: #555;
  margin-bottom: 10px;
}

.fp-flash-v2-card-rating i {
  color: #f59e0b;
  font-size: 11px;
}

.fp-flash-v2-card-sold {
  color: #aaa;
  font-size: 11px;
}

.fp-flash-v2-card-prices {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 10px;
}

.fp-flash-v2-card-price {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: #111;
}

.fp-flash-v2-card-price-old {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px;
  color: #aaa;
  text-decoration: line-through;
}

.fp-flash-v2-card-stock {
  margin-bottom: 12px;
}

.fp-flash-v2-stock-bar {
  height: 4px;
  background: #eee;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 5px;
}

.fp-flash-v2-stock-fill {
  height: 100%;
  background: #F5C518;
  border-radius: 4px;
}

.fp-flash-v2-card-stock span {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11px;
  color: #888;
}

.fp-flash-v2-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 10px;
  background: #111;
  color: #F5C518;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
  border-radius: 10px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.fp-flash-v2-card-btn:hover {
  background: #F5C518;
  color: #111;
}

/* --- Footer --- */
.fp-flash-v2-footer {
  text-align: center;
  margin-top: 52px;
}

.fp-flash-v2-btn-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #fff !important;
  padding: 14px 36px;
  border: 2px solid #F5C518;
  border-radius: 999px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.fp-flash-v2-btn-all:hover {
  background: #F5C518;
  color: #111 !important;
}

/* --- Responsive --- */
@media (max-width: 991px) {
  .fp-flash-v2-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
  .fp-flash-v2-timer-card {
    width: 100%;
  }
  .fp-flash-v2-prev { left: 8px; }
  .fp-flash-v2-next { right: 8px; }
}

@media (max-width: 575px) {
  .fp-flash-v2 { padding: 60px 0; }
  .fp-flash-v2-inner { padding: 0 20px; }
  .fp-flash-v2-time-num { font-size: 26px; min-width: 40px; }
  .fp-flash-v2-time-sep { font-size: 20px; padding-bottom: 14px; }
  .fp-flash-v2-nav { width: 38px; height: 38px; font-size: 13px; }
  .fp-flash-v2-prev { left: 4px; }
  .fp-flash-v2-next { right: 4px; }
}

/* ══════════════════════════════════════════════════════════
   PRODUK UNGGULAN V2 — Premium
══════════════════════════════════════════════════════════ */

.fp-feat-v2 {
  background: #fff;
  padding: 100px 0;
}

.fp-feat-v2-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
}

/* --- Header --- */
.fp-feat-v2-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 52px;
}

.fp-feat-v2-badge {
  display: inline-block;
  background: #FFF6D6;
  color: #F5C518;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.15em;
  padding: 8px 20px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.fp-feat-v2-header-left h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 4vw, 48px);
  color: #111;
  line-height: 1.05;
  letter-spacing: -1px;
  margin-bottom: 14px;
}

.fp-feat-v2-header-left h2 span {
  color: #F5C518;
}

.fp-feat-v2-header-left h2::after {
  content: '';
  display: block;
  width: 48px;
  height: 4px;
  background: #F5C518;
  border-radius: 2px;
  margin-top: 16px;
}

.fp-feat-v2-header-left p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  color: #888;
  max-width: 480px;
  margin: 0;
  line-height: 1.7;
}

.fp-feat-v2-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #111 !important;
  text-decoration: none !important;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.fp-feat-v2-link:hover { color: #F5C518 !important; }

/* --- Swiper --- */
.fp-feat-v2-swiper-wrap {
  position: relative;
}

.fp-feat-v2-swiper {
  overflow: hidden;
  padding: 8px 0;
}

.fp-feat-v2-swiper .swiper-slide {
  width: 330px;
}

/* --- Nav Arrows --- */
.fp-feat-v2-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-size: 16px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.fp-feat-v2-nav:hover {
  background: #F5C518;
  border-color: #F5C518;
  color: #111;
}

.fp-feat-v2-prev { left: -24px; }
.fp-feat-v2-next { right: -24px; }

/* --- Product Card --- */
.fp-feat-v2-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #F1F1F1;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none !important;
  box-shadow: 0 2px 16px rgba(0,0,0,0.04);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
}

.fp-feat-v2-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 48px rgba(0,0,0,0.12);
}

.fp-feat-v2-top-label {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  background: #F5C518;
  color: #111;
  padding: 6px 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 700;
  border-radius: 100px;
  letter-spacing: 0.03em;
}

.fp-feat-v2-top-label i { font-size: 10px; }

.fp-feat-v2-card-img {
  height: 320px;
  background: #FAFAFA;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fp-feat-v2-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.fp-feat-v2-card:hover .fp-feat-v2-card-img img {
  transform: scale(1.05);
}

.fp-feat-v2-card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: #ddd;
}

.fp-feat-v2-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.fp-feat-v2-card-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #111;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 42px;
  margin-bottom: 6px;
}

.fp-feat-v2-card-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  color: #555;
  margin-bottom: 10px;
}

.fp-feat-v2-card-rating i {
  color: #f59e0b;
  font-size: 12px;
}

.fp-feat-v2-card-reviews {
  color: #aaa;
  font-size: 12px;
}

.fp-feat-v2-card-price {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #111;
  margin-bottom: 4px;
}

.fp-feat-v2-card-sold {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px;
  color: #aaa;
  margin-bottom: 16px;
}

.fp-feat-v2-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px;
  background: #111;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  border-radius: 12px;
  margin-top: auto;
  transition: all 0.3s ease;
}

.fp-feat-v2-card:hover .fp-feat-v2-card-btn {
  background: #F5C518;
  color: #111;
}

/* --- Footer --- */
.fp-feat-v2-footer {
  text-align: center;
  margin-top: 52px;
}

.fp-feat-v2-btn-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #111 !important;
  padding: 14px 36px;
  border: 2px solid #111;
  border-radius: 999px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.fp-feat-v2-btn-all:hover {
  background: #F5C518;
  border-color: #F5C518;
}

/* --- Responsive --- */
@media (max-width: 991px) {
  .fp-feat-v2-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .fp-feat-v2-prev { left: 8px; }
  .fp-feat-v2-next { right: 8px; }
}

@media (max-width: 575px) {
  .fp-feat-v2 { padding: 60px 0; }
  .fp-feat-v2-inner { padding: 0 20px; }
  .fp-feat-v2-card-img { height: 240px; }
  .fp-feat-v2-nav { width: 38px; height: 38px; font-size: 13px; }
  .fp-feat-v2-prev { left: 4px; }
  .fp-feat-v2-next { right: 4px; }
}

/* ══════════════════════════════════════════════════════════
   SERVICES V2
══════════════════════════════════════════════════════════ */

.fp-services-v2 {
  background: #ffffff;
  padding: 80px 0 60px;
}

.fp-services-v2-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
}

.fp-services-v2-heading {
  text-align: center;
  margin-bottom: 52px;
}

.fp-services-v2-heading h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(26px, 3vw, 38px);
  color: #111;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}

.fp-services-v2-heading p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px;
  color: #888;
  margin: 0;
}

.fp-services-v2-heading h2::after {
  content: '';
  display: block;
  width: 48px;
  height: 4px;
  background: #F5C518;
  border-radius: 2px;
  margin: 14px auto 0;
}

.fp-services-v2-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.fp-svc-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 36px 28px 32px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06), 0 0 0 1px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: default;
}

.fp-svc-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.12), 0 0 0 1px rgba(245,197,24,0.3);
}

.fp-svc-icon {
  width: 60px;
  height: 60px;
  background: #F5C518;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #111;
  margin-bottom: 22px;
}

.fp-svc-card h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

.fp-svc-card p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  color: #777;
  line-height: 1.7;
  margin: 0 0 20px;
}

.fp-svc-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #F8F8F8;
  border-radius: 50%;
  color: #F5C518;
  font-size: 13px;
  transition: all 0.25s ease;
}

.fp-svc-card:hover .fp-svc-arrow {
  background: #F5C518;
  color: #111;
}

/* ══════════════════════════════════════════════════════════
   TRUST BAR V2
══════════════════════════════════════════════════════════ */

.fp-trust-v2 {
  background: #ffffff;
  padding: 0 0 80px;
}

.fp-trust-v2-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
  background: #F8F8F8;
  border-radius: 20px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.05);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.fp-trust-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 32px 28px;
  border-right: 1px solid #eeeeee;
}

.fp-trust-item:last-child { border-right: none; }

.fp-trust-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  background: #F5C518;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #111;
}

.fp-trust-item strong {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #111;
  margin-bottom: 4px;
}

.fp-trust-item span {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px;
  color: #888;
  line-height: 1.5;
}

/* ══════════════════════════════════════════════════════════
   CTA V2 — Premium
══════════════════════════════════════════════════════════ */

.fp-cta-v2 {
  background: linear-gradient(135deg, #F5C518 0%, #FFD84D 100%);
  padding: 120px 0;
  overflow: hidden;
}

.fp-cta-v2-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* --- Left: Content --- */
.fp-cta-v2-badge {
  display: inline-block;
  background: rgba(0,0,0,0.1);
  color: #111;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.15em;
  padding: 8px 20px;
  border-radius: 100px;
  margin-bottom: 24px;
}

.fp-cta-v2-left h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.5vw, 44px);
  color: #111;
  line-height: 1.1;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

.fp-cta-v2-left p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  color: rgba(0,0,0,0.6);
  max-width: 480px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.fp-cta-v2-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 36px;
}

.fp-cta-v2-benefits div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #111;
}

.fp-cta-v2-benefits i {
  width: 24px;
  height: 24px;
  background: rgba(0,0,0,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #111;
}

.fp-cta-v2-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.fp-cta-v2-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #111;
  color: #fff !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  padding: 16px 32px;
  border-radius: 12px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.fp-cta-v2-btn-primary:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 32px rgba(0,0,0,0.25);
}

.fp-cta-v2-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #111 !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  padding: 16px 32px;
  border: 2px solid #111;
  border-radius: 12px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.fp-cta-v2-btn-secondary:hover {
  transform: scale(1.05);
}

/* --- Right: Visual --- */
.fp-cta-v2-right {
  position: relative;
  min-height: 480px;
}

.fp-cta-v2-mockups {
  position: relative;
  width: 100%;
  height: 100%;
}

.fp-cta-v2-mock {
  position: absolute;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
  object-fit: cover;
  transition: transform 0.4s ease;
}

.fp-cta-v2-mock:hover {
  transform: scale(1.03) !important;
}

.fp-cta-v2-mock--1 {
  width: 200px;
  height: 260px;
  top: 0;
  left: 10%;
  transform: rotate(-6deg);
  z-index: 2;
}

.fp-cta-v2-mock--2 {
  width: 180px;
  height: 240px;
  top: 20px;
  right: 10%;
  transform: rotate(4deg);
  z-index: 3;
}

.fp-cta-v2-mock--3 {
  width: 170px;
  height: 220px;
  bottom: 20px;
  left: 5%;
  transform: rotate(3deg);
  z-index: 1;
}

.fp-cta-v2-mock--4 {
  width: 190px;
  height: 250px;
  bottom: 0;
  right: 5%;
  transform: rotate(-5deg);
  z-index: 2;
}

/* --- Floating Cards --- */
.fp-cta-v2-float-card {
  position: absolute;
  background: #fff;
  border-radius: 14px;
  padding: 14px 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #111;
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
  z-index: 10;
  white-space: nowrap;
}

.fp-cta-v2-float-card i {
  color: #F5C518;
  margin-right: 6px;
}

.fp-cta-v2-float-card--1 {
  top: 30px;
  right: 0;
  animation: fp-float-1 4s ease-in-out infinite;
}

.fp-cta-v2-float-card--2 {
  bottom: 40px;
  left: 20px;
  animation: fp-float-2 4.5s ease-in-out infinite;
}

@keyframes fp-float-1 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes fp-float-2 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* --- Responsive --- */
@media (max-width: 991px) {
  .fp-cta-v2-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .fp-cta-v2-right {
    min-height: 360px;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .fp-cta-v2 { padding: 80px 0; }
  .fp-cta-v2-inner { padding: 0 20px; }
  .fp-cta-v2-benefits { grid-template-columns: 1fr; }
  .fp-cta-v2-right { min-height: 280px; }
  .fp-cta-v2-mock--1 { width: 140px; height: 180px; }
  .fp-cta-v2-mock--2 { width: 130px; height: 170px; }
  .fp-cta-v2-mock--3 { width: 120px; height: 160px; }
  .fp-cta-v2-mock--4 { width: 130px; height: 170px; }
}

/* ══════════════════════════════════════════════════════════
   TESTIMONIAL V2 — Premium Dark
══════════════════════════════════════════════════════════ */

.fp-testi-v2 {
  background: #0B0B0B;
  padding: 120px 0;
}

.fp-testi-v2-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
}

/* --- Header --- */
.fp-testi-v2-header {
  text-align: left;
  margin-bottom: 52px;
}

.fp-testi-v2-badge {
  display: inline-block;
  background: rgba(245,197,24,0.15);
  border: 1px solid rgba(245,197,24,0.3);
  color: #F5C518;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.15em;
  padding: 8px 20px;
  border-radius: 100px;
  margin-bottom: 24px;
}

.fp-testi-v2-header h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.5vw, 44px);
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}

.fp-testi-v2-header p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.5);
  max-width: 520px;
  margin: 0;
  line-height: 1.7;
}

/* --- Stats --- */
.fp-testi-v2-stats {
  display: flex;
  gap: 48px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.fp-testi-v2-stat {
  text-align: center;
}

.fp-testi-v2-stat b {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #F5C518;
  line-height: 1;
  margin-bottom: 6px;
}

.fp-testi-v2-stat span {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.45);
}

/* --- Swiper --- */
.fp-testi-v2-swiper-wrap {
  position: relative;
}

.fp-testi-v2-swiper {
  overflow: hidden;
  padding: 8px 0;
}

.fp-testi-v2-swiper .swiper-slide {
  width: 380px;
}

/* --- Nav --- */
.fp-testi-v2-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.fp-testi-v2-nav:hover {
  background: #F5C518;
  border-color: #F5C518;
  color: #111;
}

.fp-testi-v2-prev { left: -24px; }
.fp-testi-v2-next { right: -24px; }

/* --- Card --- */
.fp-testi-v2-card {
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.fp-testi-v2-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(255,255,255,0.08);
  overflow: visible;
  z-index: 10;
}

.fp-testi-v2-stars {
  margin-bottom: 20px;
}

.fp-testi-v2-stars i {
  color: #F5C518;
  font-size: 14px;
  margin-right: 2px;
}

.fp-testi-v2-quote {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 17px;
  color: #333;
  line-height: 1.75;
  flex: 1;
  margin-bottom: 24px;
  max-height: 100px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.fp-testi-v2-quote::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(transparent, #fff);
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.fp-testi-v2-card:hover .fp-testi-v2-quote {
  max-height: 500px;
}

.fp-testi-v2-card:hover .fp-testi-v2-quote::after {
  opacity: 0;
}

.fp-testi-v2-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.fp-testi-v2-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #F5C518;
  color: #111;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fp-testi-v2-author b {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #111;
  margin-bottom: 2px;
}

.fp-testi-v2-author span {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px;
  color: #999;
}

/* --- Responsive --- */
@media (max-width: 575px) {
  .fp-testi-v2 { padding: 80px 0; }
  .fp-testi-v2-inner { padding: 0 20px; }
  .fp-testi-v2-stats { gap: 24px; }
  .fp-testi-v2-stat b { font-size: 24px; }
  .fp-testi-v2-swiper .swiper-slide { width: 300px; }
  .fp-testi-v2-nav { width: 38px; height: 38px; font-size: 13px; }
  .fp-testi-v2-prev { left: 4px; }
  .fp-testi-v2-next { right: 4px; }
}

/* ── Responsive V2 ── */
@media (max-width: 1199px) {
  .fp-hero-v2-inner {
    padding: 60px 32px 0;
    gap: 40px;
  }
  .fp-services-v2-inner, .fp-trust-v2-inner { padding: 0 32px; }
  .fp-hero-v2-line1, .fp-hero-v2-line2, .fp-hero-v2-line3 { font-size: clamp(34px, 4.5vw, 54px); }
}

@media (max-width: 991px) {
  .fp-hero-v2-inner {
    grid-template-columns: 1fr;
    padding: 60px 24px 40px;
    min-height: auto;
    gap: 40px;
  }
  .fp-hero-v2-right { display: none !important; }
  .fp-services-v2-grid { grid-template-columns: repeat(2, 1fr); }
  .fp-trust-v2-inner { grid-template-columns: repeat(2, 1fr); }
  .fp-trust-item:nth-child(2) { border-right: none; }
  .fp-trust-item:nth-child(3), .fp-trust-item:nth-child(4) { border-top: 1px solid #eee; }
  .fp-services-v2-inner { padding: 0 24px; }
  .fp-trust-v2-inner { padding: 0 24px; margin: 0 24px; }
}

@media (max-width: 575px) {
  .fp-hero-v2-inner { padding: 40px 16px 32px; }
  .fp-hero-v2-headline { gap: 0; }
  .fp-hero-v2-line1, .fp-hero-v2-line2, .fp-hero-v2-line3 { font-size: 36px; letter-spacing: -1px; }
  .fp-hero-v2-sub { font-size: 15px; }
  .fp-hero-v2-btn-primary, .fp-hero-v2-btn-secondary { width: 100%; justify-content: center; padding: 15px 24px; }
  .fp-hero-v2-actions { flex-direction: column; }
  .fp-services-v2-grid { grid-template-columns: 1fr; gap: 16px; }
  .fp-trust-v2-inner { grid-template-columns: 1fr; margin: 0 16px; }
  .fp-trust-item { border-right: none !important; border-top: 1px solid #eee; }
  .fp-trust-item:first-child { border-top: none; }
  .fp-services-v2 { padding: 60px 0 40px; }
  .fp-trust-v2 { padding: 0 0 60px; }
  .fp-services-v2-inner { padding: 0 16px; }
}
@import url('https://fonts.googleapis.com/css?family=Questrial|Raleway:700,900&display=swap');

:root {
  --tpl-yellow: #fad32b;
  --tpl-black: #202020;
  --tpl-dark: #111111;
  --tpl-grey: #f7f7f7;
  --tpl-text: #343434;
  --tpl-muted: #8d8d8d;
}

body { overflow-x: hidden; }

.fp-template-hero,
.fp-template-section,
.fp-template-strip,
.fp-template-promo,
.fp-template-cta,
.fp-template-hero *:not([class*="fa-"]):not(i),
.fp-template-section *:not([class*="fa-"]):not(i),
.fp-template-strip *:not([class*="fa-"]):not(i),
.fp-template-promo *:not([class*="fa-"]):not(i),
.fp-template-cta *:not([class*="fa-"]):not(i) {
  font-family: 'Questrial', sans-serif;
}

/* Pastikan FA icons tetap pakai font FA */
.fp-template-hero i[class*="fa"],
.fp-template-section i[class*="fa"],
.fp-template-strip i[class*="fa"],
.fp-template-promo i[class*="fa"],
.fp-template-cta i[class*="fa"],
.fp-template-hero [class*="fa-"]::before,
.fp-template-section [class*="fa-"]::before,
.fp-template-strip [class*="fa-"]::before,
.fp-template-promo [class*="fa-"]::before,
.fp-template-cta [class*="fa-"]::before {
  font-family: "Font Awesome 6 Free" !important;
}
.fp-template-hero i[class*="fa-solid"],
.fp-template-section i[class*="fa-solid"],
.fp-template-strip i[class*="fa-solid"],
.fp-template-promo i[class*="fa-solid"],
.fp-template-cta i[class*="fa-solid"] {
  font-weight: 900;
}
.fp-template-hero i[class*="fa-regular"],
.fp-template-section i[class*="fa-regular"],
.fp-template-strip i[class*="fa-regular"],
.fp-template-promo i[class*="fa-regular"],
.fp-template-cta i[class*="fa-regular"] {
  font-weight: 400;
}
.fp-template-hero i[class*="fa-brands"],
.fp-template-section i[class*="fa-brands"],
.fp-template-strip i[class*="fa-brands"],
.fp-template-promo i[class*="fa-brands"],
.fp-template-cta i[class*="fa-brands"] {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400;
}

.fp-template-title,
.fp-template-heading h2,
.fp-template-sale-head h2,
.fp-template-promo h2,
.fp-template-cta h2,
.fp-template-service h3,
.fp-template-hero-card h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
}

.fp-template-hero {
  position: relative;
  min-height: 620px;
  background: linear-gradient(135deg, #fad32b 0%, #fff3b0 100%);
  background-size: cover;
  background-position: center;
  color: #111;
  overflow: hidden;
}

.fp-template-hero::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: var(--tpl-yellow);
}

.min-vh-template {
  min-height: 620px;
  padding: 80px 0;
}

.fp-template-eyebrow,
.fp-template-heading span,
.fp-template-sale-head span,
.fp-template-promo span {
  display: inline-block;
  color: var(--tpl-yellow);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 18px;
}

/* Hero kuning: teks gelap */
.fp-template-hero .fp-template-eyebrow { color: #7a6200; }
.fp-template-hero .fp-template-title { color: #111; }
.fp-template-hero .fp-template-subtitle { color: #3d3200; }
.fp-template-hero .fp-template-btn-outline { border-color: #111; color: #111 !important; }
.fp-template-hero .fp-template-btn-outline:hover { background: #111; color: #fad32b !important; }

.fp-template-title {
  max-width: 760px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: .98;
  letter-spacing: -2px;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.fp-template-subtitle {
  max-width: 620px;
  color: rgba(255,255,255,.78);
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 34px;
}

.fp-template-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.fp-template-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 30px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  font-weight: 700;
  transition: .25s ease;
  text-decoration: none !important;
  border: 2px solid transparent;
}

.fp-template-btn-primary {
  background: var(--tpl-yellow);
  color: #111 !important;
  border-color: var(--tpl-yellow);
}

.fp-template-btn-primary:hover {
  background: transparent;
  color: var(--tpl-yellow) !important;
}

.fp-template-btn-outline {
  color: #fff !important;
  border-color: rgba(255,255,255,.65);
}

.fp-template-btn-outline:hover {
  background: #fff;
  color: #111 !important;
  border-color: #fff;
}

.fp-template-btn-dark {
  background: #111;
  color: var(--tpl-yellow) !important;
  border-color: #111;
}

.fp-template-btn-dark:hover {
  background: var(--tpl-yellow);
  color: #111 !important;
  border-color: var(--tpl-yellow);
}

.fp-template-hero-card {
  position: relative;
  margin-left: auto;
  max-width: 390px;
  padding: 42px;
  background: rgba(17,17,17,.78);
  border: 1px solid rgba(250,211,43,.35);
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
  backdrop-filter: blur(6px);
}

.fp-template-card-label {
  position: absolute;
  top: 18px;
  right: 18px;
  background: var(--tpl-yellow);
  color: #111;
  padding: 6px 12px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}

.fp-template-card-icon {
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  background: var(--tpl-yellow);
  color: #111;
  font-size: 30px;
}

.fp-template-hero-card h3 {
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.fp-template-hero-card p {
  color: rgba(255,255,255,.62);
  line-height: 1.7;
  margin-bottom: 28px;
}

.fp-template-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 22px;
  gap: 14px;
}

.fp-template-stats b {
  display: block;
  color: var(--tpl-yellow);
  font-size: 18px;
  margin-bottom: 5px;
}

.fp-template-stats span {
  color: rgba(255,255,255,.45);
  font-size: 12px;
}

/* Hero Swiper Carousel */
.fp-hero-swiper-wrap {
  position: relative;
  margin-left: auto;
  max-width: 420px;
}

.fp-hero-swiper {
  border-radius: 12px;
  overflow: hidden;
}

.fp-hero-swiper .swiper-slide {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
}

.fp-hero-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.fp-hero-swiper .swiper-slide:hover img {
  transform: scale(1.05);
}

.fp-hero-slide-tag {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: var(--tpl-yellow);
  color: #111;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  border-radius: 4px;
}

.fp-hero-swiper-wrap .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
  text-align: center;
  padding-top: 14px;
}

.fp-hero-swiper-wrap .swiper-pagination-bullet {
  background: rgba(255,255,255,.35);
  border: none;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 10px;
  transition: all .3s ease;
}

.fp-hero-swiper-wrap .swiper-pagination-bullet-active {
  background: var(--tpl-yellow);
  width: 28px;
  border: none;
  transform: scale(1);
}

.fp-template-strip {
  background: var(--tpl-yellow);
  color: #111;
}

.fp-template-strip-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px 42px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  font-weight: 700;
}

.fp-template-strip-inner span::before {
  content: '•';
  margin-right: 12px;
}

.fp-template-strip-inner a {
  color: #111;
  border-bottom: 2px solid #111;
  text-decoration: none;
}

.fp-template-section {
  padding: 90px 0;
}

.fp-template-white { background: #fff; }
.fp-template-grey { background: var(--tpl-grey); }
.fp-template-dark { background: #171717; color: #fff; }

.fp-template-heading {
  margin-bottom: 42px;
}

.fp-template-heading.text-center {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.fp-template-heading h2,
.fp-template-sale-head h2 {
  color: var(--tpl-text);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  margin: 0;
  text-transform: uppercase;
}

.fp-template-dark .fp-template-sale-head h2,
.fp-template-dark .fp-template-heading h2 { color: #fff; }

.fp-template-heading p {
  color: var(--tpl-muted);
  line-height: 1.8;
  font-size: 16px;
  margin: 18px 0 0;
}

.fp-template-heading-row,
.fp-template-sale-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 42px;
}

.fp-template-link {
  color: #111;
  border-bottom: 2px solid var(--tpl-yellow);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.fp-template-link:hover { color: #caa600; }

.fp-template-service,
.fp-template-category,
.fp-template-testi {
  background: #fff;
  border: 1px solid #eeeeee;
  transition: .25s ease;
}

.fp-template-service {
  min-height: 250px;
  padding: 34px 26px;
  text-align: center;
}

.fp-template-service:hover,
.fp-template-category:hover,
.fp-template-testi:hover {
  transform: translateY(-6px);
  border-color: var(--tpl-yellow);
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
}

.fp-template-service-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  background: var(--tpl-yellow);
  font-size: 26px;
}

.fp-template-service h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.fp-template-service p {
  color: var(--tpl-muted);
  line-height: 1.7;
  margin: 0;
}

.fp-template-category {
  min-height: 138px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #111;
  text-decoration: none;
}

.fp-template-category i {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tpl-yellow);
  color: #111;
}

.fp-template-category span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700;
  text-align: center;
}

.fp-template-dark .fp-product-card {
  background: #fff !important;
  border: none !important;
}

.fp-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0 !important;
  overflow: hidden;
  transition: .25s ease !important;
}

.fp-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0,0,0,.12) !important;
}

.fp-product-img-wrap {
  aspect-ratio: 1 / 1;
  background: #f5f5f5;
  overflow: hidden;
}

.fp-product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .35s ease;
}

.fp-product-card:hover .fp-product-img { transform: scale(1.06); }

.fp-product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 18px !important;
}

.fp-product-name {
  color: #111 !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  min-height: 42px;
}

.fp-product-price,
.fp-product-price-row .fp-product-price {
  color: #111 !important;
  font-weight: 700 !important;
}

.fp-product-price-old,
.fp-product-price-ori {
  color: #999 !important;
  text-decoration: line-through;
  font-size: 12px;
}

.fp-product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: #111;
  color: var(--tpl-yellow);
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.fp-badge-flash { background: #e53935; color: #fff; }
.fp-badge-featured { background: var(--tpl-yellow); color: #111; }

.fp-product-cart-btn,
.fp-product-order-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  margin-top: auto;
  background: #111;
  color: var(--tpl-yellow) !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
  border: 0;
  transition: .25s ease;
}

.fp-product-cart-btn:hover,
.fp-product-order-btn:hover {
  background: var(--tpl-yellow);
  color: #111 !important;
}

.fp-product-rating,
.fp-product-price-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 8px;
  margin-bottom: 10px;
}

.fp-product-rating { color: #888; font-size: 12px; }
.fp-flash-stock-wrap { margin: 2px 0 12px; }
.fp-flash-stock-bar { height: 4px; background: #eeeeee; overflow: hidden; }
.fp-flash-stock-fill { height: 100%; background: var(--tpl-yellow); }
.fp-flash-stock-label { color: #777; font-size: 11px; margin-top: 5px; }

/* ── Simple Countdown (shared) — styled like voucher ClassyCountdown ── */
.fp-simple-countdown {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.fp-cd-box {
  position: relative;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent;
}
/* circular ring via SVG-free conic-gradient trick */
.fp-cd-box::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(var(--tpl-yellow) 0%, transparent 0%);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #fff calc(100% - 4px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #fff calc(100% - 4px));
  opacity: .35;
}
.fp-cd-box::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,.18);
}
.fp-cd-num {
  position: relative;
  z-index: 1;
  font-family: 'Courier New', 'Consolas', monospace;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: #fff;
}
.fp-cd-label {
  position: relative;
  z-index: 1;
  font-size: 10px;
  color: rgba(255,255,255,.6);
  text-transform: uppercase;
  line-height: 1;
  margin-top: 3px;
}

.fp-template-promo {
  padding: 105px 0;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.fp-template-promo h2 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.05;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.fp-template-promo p {
  color: rgba(255,255,255,.72);
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
}

.fp-template-moment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.fp-template-moment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 22px;
  background: #fff;
  color: #111;
  border: 1px solid #eeeeee;
  text-decoration: none;
  transition: .25s ease;
}

.fp-template-moment:hover {
  color: #111;
  background: var(--tpl-yellow);
  border-color: var(--tpl-yellow);
}

.fp-template-about-img {
  min-height: 430px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.fp-template-about-img::after {
  content: '';
  position: absolute;
  right: -22px;
  bottom: -22px;
  width: 70%;
  height: 70%;
  border: 8px solid var(--tpl-yellow);
  z-index: -1;
}

.fp-template-checks {
  display: grid;
  gap: 14px;
  margin: 28px 0 32px;
  color: #555;
}

.fp-template-checks i {
  color: #111;
  background: var(--tpl-yellow);
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 12px;
}

.fp-template-testimonial { background: #111; }
.fp-template-testimonial .fp-template-heading h2 { color: #fff; }

.fp-template-testi {
  min-height: 210px;
  padding: 34px;
}

.fp-template-testi p {
  color: #555;
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 24px;
}

.fp-template-testi b {
  color: #111;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
}

.fp-template-cta {
  padding: 80px 0;
  background: var(--tpl-yellow);
  text-align: center;
  color: #111;
}

.fp-template-cta h2 {
  font-size: clamp(30px, 4vw, 46px);
  text-transform: uppercase;
  margin-bottom: 14px;
}

.fp-template-cta p {
  color: rgba(0,0,0,.62);
  margin-bottom: 28px;
  font-size: 16px;
}

.fp-template-cta .fp-template-btn-primary {
  background: #111;
  color: var(--tpl-yellow) !important;
  border-color: #111;
}

.fp-template-cta .fp-template-btn-primary:hover {
  background: transparent;
  color: #111 !important;
}

.fp-template-empty {
  padding: 34px;
  background: var(--tpl-grey);
  color: #777;
  text-align: center;
}

/* Footer / existing polish */
.fp-footer { background: #111 !important; }
.fp-footer-brand span { color: var(--tpl-yellow); }
.fp-footer-brand-logo { height: 36px; width: auto; display: block; margin-bottom: 8px; filter: brightness(0) invert(1); }
.fp-footer-link--hl { color: var(--tpl-yellow) !important; }
.fp-btn-register:hover { background: #f7f6f2; color: #111; }

/* Payment icons - jangan besar */
.fp-payment-logos { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.fp-pay-logo { height: 20px; width: auto; opacity: .7; transition: .2s ease; }
.fp-pay-logo:hover { opacity: 1; }

/* Moment icon */
.fp-template-moment-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tpl-yellow);
  color: #111;
  font-size: 15px;
  flex-shrink: 0;
}

/* ── Moment Grid ── */
.fp-moment-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.fp-moment-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,.05);
  transition: .3s ease;
  text-decoration: none;
  max-height: 260px;
}
.fp-moment-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,.1);
  text-decoration: none;
}
.fp-moment-card-img {
  width: 100%;
  height: 70%;
  overflow: hidden;
  flex-shrink: 0;
}
.fp-moment-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: .35s ease;
}
.fp-moment-card:hover .fp-moment-card-img img {
  transform: scale(1.05);
}
.fp-moment-card-content {
  height: 30%;
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}
.fp-moment-card-tag {
  font-size: 11px;
  color: var(--tpl-yellow);
}
.fp-moment-card-name {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #111;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fp-moment-card-desc {
  font-size: 11px;
  color: #999;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Category: per-icon mapping dari DB */
.fp-template-category i {
  font-size: 20px;
}

@media (max-width: 991px) {
  .fp-template-heading-row,
  .fp-template-sale-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .fp-template-section { padding: 70px 0; }
  .fp-template-promo { padding: 80px 0; }
  .fp-template-about-img::after { display: none; }
  .fp-moment-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .fp-voucher-grid { grid-template-columns: 1fr !important; padding: 40px 20px; gap: 24px; }
  .fp-voucher-img { order: -1; width: 100%; }
  .fp-voucher-img img { max-height: none !important; width: 100% !important; max-width: 100%; }
}

@media (max-width: 768px) {
  .fp-moment-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .fp-moment-card { max-height: 220px; }
}

@media (max-width: 575px) {
  .fp-template-hero,
  .min-vh-template { min-height: auto; }
  .min-vh-template { padding: 70px 0; }
  .fp-template-title { font-size: 38px; letter-spacing: -1px; }
  .fp-template-subtitle { font-size: 15px; }
  .fp-template-btn { width: 100%; }
  .fp-template-strip-inner { justify-content: flex-start; padding: 18px 0; gap: 12px 22px; }
  .fp-template-section { padding: 54px 0; }
  .fp-template-service { min-height: 230px; padding: 26px 18px; }
  .fp-template-heading h2,
  .fp-template-sale-head h2 { font-size: 30px; }
  .fp-product-info { padding: 14px !important; }
  .fp-product-name { font-size: 13px !important; min-height: 38px; }
  .fp-simple-countdown { gap: 6px; }
  .fp-cd-box { width: 62px; height: 62px; }
  .fp-cd-num { font-size: 18px; }
  .fp-cd-label { font-size: 9px; }
  .fp-moment-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .fp-moment-card { max-height: 200px; }
  .fp-moment-card-name { font-size: 12px; }
  .fp-moment-card-desc { font-size: 10px; }
  .fp-moment-swiper .swiper-button-prev,
  .fp-moment-swiper .swiper-button-next { display: none; }
  .fp-template-about-img { min-height: 300px; }
  .fp-voucher-grid { grid-template-columns: 1fr !important; padding: 40px 20px; gap: 24px; }
  .fp-voucher-img { order: -1; width: 100%; }
  .fp-voucher-img img { max-height: none !important; width: 100% !important; max-width: 100%; }
  .fp-voucher-title { font-size: 28px; }
  .fp-voucher-form { flex-direction: column; }
  .fp-voucher-form input { width: 100%; }
  .fp-voucher-form button { width: 100%; }
}

/* ── Flash Sale ClassyCountdown ── */
.fp-flash-classy .ClassyCountdown-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
  overflow: visible;
}
.fp-flash-classy .ClassyCountdown-wrapper > div {
  position: relative;
  width: 78px !important;
  height: 78px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fp-flash-classy .ClassyCountdown-wrapper > div > div {
  display: inline-block;
  position: relative;
}
.fp-flash-classy .ClassyCountdown-wrapper canvas {
  display: block;
  width: 78px !important;
  height: 78px !important;
}
.fp-flash-classy .ClassyCountdown-value {
  position: absolute !important;
  inset: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  color: #fff;
}
.fp-flash-classy .ClassyCountdown-value > div {
  font-family: 'Courier New', 'Consolas', monospace !important;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
}
.fp-flash-classy .ClassyCountdown-value > span {
  display: block;
  font-size: 11px;
  color: rgba(255,255,255,.6) !important;
  text-transform: uppercase !important;
  line-height: 1;
  margin-top: 2px;
}

/* ── Cara Order ── */
.fp-how-step {
  display: flex;
  gap: 28px;
  padding: 36px 0;
  border-bottom: 1px solid #eee;
}
.fp-how-step:last-child { border-bottom: none; }
.fp-how-step-num {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--tpl-yellow);
  color: #111;
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.fp-how-step-body { flex: 1; }
.fp-how-step-body h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  color: #111;
  margin: 0 0 12px;
  border: none;
  padding: 0;
  letter-spacing: .04em;
}
.fp-how-step-body p {
  color: #444;
  font-size: 15px;
  line-height: 1.85;
  margin-bottom: 12px;
}
.fp-how-step-body ul {
  padding-left: 20px;
  margin-bottom: 12px;
}
.fp-how-step-body ul li {
  color: #444;
  font-size: 15px;
  line-height: 1.85;
  margin-bottom: 5px;
}
.fp-how-tip {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #fffbe6;
  border-left: 3px solid var(--tpl-yellow);
  padding: 12px 16px;
  margin-top: 14px;
  font-size: 13px;
  color: #555;
  line-height: 1.6;
}
.fp-how-tip i { color: var(--tpl-yellow); margin-top: 2px; flex-shrink: 0; }
.fp-how-tip a { color: #111; font-weight: 600; }
.fp-how-payment-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0;
}
.fp-how-pay-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #f7f7f7;
  border: 1px solid #eee;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}
.fp-how-pay-item i { color: var(--tpl-yellow); }
.fp-how-cta {
  background: #171717;
  padding: 50px 0;
}
.fp-how-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}
.fp-how-cta-inner h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 6px;
}
.fp-how-cta-inner p { color: rgba(255,255,255,.6); margin: 0; font-size: 14px; }
.fp-how-cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.fp-how-faq { display: flex; flex-direction: column; gap: 0; }
.fp-how-faq-item {
  padding: 18px 0;
  border-bottom: 1px solid #eee;
}
.fp-how-faq-item:last-child { border-bottom: none; }
.fp-how-faq-q {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.fp-how-faq-q i { color: var(--tpl-yellow); margin-top: 2px; flex-shrink: 0; }
.fp-how-faq-a { font-size: 14px; color: #555; line-height: 1.75; padding-left: 26px; }
.fp-how-faq-a a { color: #111; font-weight: 600; }
@media (max-width: 575px) {
  .fp-how-step { gap: 16px; padding: 26px 0; }
  .fp-how-step-num { width: 38px; height: 38px; font-size: 16px; }
  .fp-how-cta-inner { flex-direction: column; align-items: flex-start; }
  .fp-how-cta-actions { width: 100%; }
  .fp-how-cta-actions .fp-template-btn { flex: 1; justify-content: center; }
  .fp-how-payment-grid { gap: 8px; }
  .fp-how-pay-item { font-size: 12px; padding: 8px 12px; }
}

/* ── Halaman Statis (Syarat & Ketentuan, Kebijakan Privasi) ── */
.fp-page-hero {
  background: #171717;
  padding: 60px 0 50px;
  border-bottom: 3px solid var(--tpl-yellow);
}
.fp-page-hero-inner { max-width: 720px; }
.fp-page-eyebrow {
  display: inline-block;
  color: var(--tpl-yellow);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 14px;
}
.fp-page-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: clamp(28px, 4vw, 42px);
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.fp-page-subtitle {
  color: rgba(255,255,255,.6);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}
.fp-page-body {
  padding: 60px 0 80px;
  background: #fff;
}
.fp-page-meta {
  font-size: 13px;
  color: #999;
  margin-bottom: 36px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.fp-page-content h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #111;
  margin: 36px 0 12px;
  padding-left: 14px;
  border-left: 3px solid var(--tpl-yellow);
}
.fp-page-content h2:first-child { margin-top: 0; }
.fp-page-content p {
  color: #444;
  font-size: 15px;
  line-height: 1.85;
  margin-bottom: 14px;
}
.fp-page-content ul {
  padding-left: 20px;
  margin-bottom: 14px;
}
.fp-page-content ul li {
  color: #444;
  font-size: 15px;
  line-height: 1.85;
  margin-bottom: 6px;
}
.fp-page-contact-box {
  margin-top: 16px;
  padding: 20px 24px;
  background: #f7f7f7;
  border-left: 3px solid var(--tpl-yellow);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fp-page-contact-box div {
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}
.fp-page-contact-box i {
  width: 18px;
  color: var(--tpl-yellow);
  font-size: 15px;
}
.fp-page-contact-box a {
  color: #111;
  font-weight: 600;
  text-decoration: none;
}
.fp-page-contact-box a:hover { color: var(--tpl-yellow); }

/* ── Voucher Banner ── */
.fp-voucher-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.fp-voucher-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.55) 100%);
  z-index: 1;
}
.fp-voucher-banner .container {
  position: relative;
  z-index: 2;
}
.fp-voucher-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 60px 0;
}
.fp-voucher-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fp-voucher-img img {
  max-width: 100%;
  max-height: 400px;
  object-fit: contain;
  border-radius: 16px;
}
.fp-voucher-content {
  max-width: 560px;
}
.fp-voucher-badge {
  display: inline-block;
  background: var(--tpl-yellow);
  color: #111;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 6px 16px;
  border-radius: 3px;
  margin-bottom: 18px;
}
.fp-voucher-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: 38px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 14px;
}
.fp-voucher-desc {
  color: rgba(255,255,255,.7);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 30px;
}
/* ── Voucher ClassyCountdown ── */
.fp-voucher-countdown {
  max-width: 380px;
  margin-bottom: 32px;
}
.fp-voucher-countdown .ClassyCountdown-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
  overflow: visible;
}
.fp-voucher-countdown .ClassyCountdown-wrapper > div {
  position: relative;
  width: 78px !important;
  height: 78px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fp-voucher-countdown .ClassyCountdown-wrapper > div > div {
  display: inline-block;
  position: relative;
}
.fp-voucher-countdown .ClassyCountdown-wrapper canvas {
  display: block;
  width: 78px !important;
  height: 78px !important;
}
.fp-voucher-countdown .ClassyCountdown-value {
  position: absolute !important;
  inset: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  color: #fff;
}
.fp-voucher-countdown .ClassyCountdown-value > div {
  font-family: 'Courier New', 'Consolas', monospace !important;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
}
.fp-voucher-countdown .ClassyCountdown-value > span {
  display: block;
  font-size: 11px;
  color: rgba(255,255,255,.6) !important;
  text-transform: uppercase !important;
  line-height: 1;
  margin-top: 2px;
}
.fp-voucher-form {
  display: flex;
  gap: 10px;
  max-width: 420px;
}
.fp-voucher-form input[type="email"] {
  flex: 1;
  padding: 14px 18px;
  border: 2px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 14px;
  border-radius: var(--radius-sm);
  outline: none;
  transition: .2s;
}
.fp-voucher-form input[type="email"]::placeholder {
  color: rgba(255,255,255,.4);
}
.fp-voucher-form input[type="email"]:focus {
  border-color: var(--tpl-yellow);
  background: rgba(255,255,255,.12);
}
.fp-voucher-form button {
  padding: 14px 28px;
  background: var(--tpl-yellow);
  color: #111;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: .2s;
  white-space: nowrap;
}
.fp-voucher-form button:hover {
  background: #e6c025;
  transform: translateY(-1px);
}

/* ══════════════════════════════════════════════════════════
   ABOUT US V2 — Premium
══════════════════════════════════════════════════════════ */

/* Fade Up Animation */
.fp-about-v2-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.fp-about-v2-fade.fp-about-v2-visible {
  opacity: 1;
  transform: translateY(0);
}

.fp-about-v2 {
  background: #fff;
  padding: 120px 0 120px;
  overflow: hidden;
}

.fp-about-v2-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 60px;
  align-items: center;
}

/* --- Left: Visual --- */
.fp-about-v2-left {
  position: relative;
  padding-bottom: 60px;
}

.fp-about-v2-img-main {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.12);
  max-height: 520px;
}

.fp-about-v2-img-main img {
  width: 100%;
  height: 520px;
  max-height: 520px;
  object-fit: cover;
  display: block;
}

/* Floating Badge */
.fp-about-v2-badge-float {
  position: absolute;
  top: 24px;
  left: 24px;
  background: #fff;
  border-radius: 20px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
  z-index: 3;
}

.fp-about-v2-badge-icon {
  width: 44px;
  height: 44px;
  background: #F5C518;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #111;
  flex-shrink: 0;
}

.fp-about-v2-badge-float strong {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #111;
  margin-bottom: 2px;
}

.fp-about-v2-badge-float span {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px;
  color: #888;
  line-height: 1.4;
}

/* Floating Social Proof */
.fp-about-v2-proof-float {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 20px;
  padding: 18px 28px;
  text-align: center;
  box-shadow: 0 16px 48px rgba(0,0,0,0.14);
  z-index: 3;
  white-space: nowrap;
}

.fp-about-v2-proof-count {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #111;
  margin-bottom: 4px;
}

.fp-about-v2-proof-stars {
  margin-bottom: 4px;
}

.fp-about-v2-proof-stars i {
  color: #F5C518;
  font-size: 13px;
  margin: 0 1px;
}

.fp-about-v2-proof-rating {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  color: #888;
  font-weight: 600;
}

/* Floating Mockup Cards */
.fp-about-v2-float-card {
  position: absolute;
  border-radius: 24px;
  overflow: hidden;
  border: 6px solid #fff;
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);
  z-index: 2;
}

.fp-about-v2-float-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fp-about-v2-float-card--1 {
  width: 160px;
  height: 200px;
  bottom: 60px;
  right: -30px;
  transform: rotate(-5deg);
}

.fp-about-v2-float-card--2 {
  width: 140px;
  height: 180px;
  bottom: 20px;
  right: 60px;
  transform: rotate(4deg);
}

/* --- Right: Content --- */
.fp-about-v2-eyebrow {
  display: inline-block;
  color: #F5C518;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.fp-about-v2-heading {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-size: clamp(48px, 4vw, 72px);
  color: #111;
  line-height: 1;
  letter-spacing: -1px;
  margin: 0 0 24px;
}

.fp-about-v2-heading span {
  color: #F5C518;
}

.fp-about-v2-desc {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  color: #888;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 0 36px;
}

/* Benefits */
.fp-about-v2-benefits {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}

.fp-about-v2-benefit {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.fp-about-v2-benefit-icon {
  width: 48px;
  height: 48px;
  background: #F5C518;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #111;
  flex-shrink: 0;
}

.fp-about-v2-benefit strong {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #111;
  margin-bottom: 4px;
}

.fp-about-v2-benefit p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  color: #888;
  line-height: 1.6;
  margin: 0;
}

/* CTA Button */
.fp-about-v2-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #111;
  color: #fff !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding: 0 36px;
  height: 56px;
  border-radius: 16px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.fp-about-v2-cta:hover {
  background: #F5C518;
  color: #111 !important;
}

/* --- Statistics --- */
.fp-about-v2-stats {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
  margin-top: 120px;
  position: relative;
  z-index: 5;
}

.fp-about-v2-stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  padding: 40px;
}

.fp-about-v2-stat {
  text-align: center;
  padding: 12px 20px;
}

.fp-about-v2-stat:not(:last-child) {
  border-right: 1px solid #f0f0f0;
}

.fp-about-v2-stat b {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3vw, 40px);
  color: #F5C518;
  line-height: 1;
  margin-bottom: 8px;
}

.fp-about-v2-stat span {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  color: #888;
  font-weight: 500;
}

/* --- Responsive --- */
@media (max-width: 1199px) {
  .fp-about-v2-img-main { max-height: 460px; }
  .fp-about-v2-img-main img { height: 460px; max-height: 460px; }
  .fp-about-v2-float-card--1 { right: -10px; width: 140px; height: 170px; }
  .fp-about-v2-float-card--2 { right: 40px; width: 120px; height: 150px; }
}

@media (max-width: 991px) {
  .fp-about-v2 { padding: 100px 0 100px; }
  .fp-about-v2-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .fp-about-v2-left {
    padding-bottom: 60px;
    max-width: 520px;
    margin: 0 auto;
  }
  .fp-about-v2-img-main { max-height: 420px; }
  .fp-about-v2-img-main img { height: 420px; max-height: 420px; }
  .fp-about-v2-stats { padding: 0 24px; margin-top: 100px; }
  .fp-about-v2-stats-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .fp-about-v2-stat:nth-child(2) { border-right: none; }
  .fp-about-v2-stat:nth-child(3),
  .fp-about-v2-stat:nth-child(4) { border-top: 1px solid #f0f0f0; }
}

@media (max-width: 575px) {
  .fp-about-v2 { padding: 80px 0 80px; }
  .fp-about-v2-inner { padding: 0 20px; gap: 36px; }
  .fp-about-v2-left { padding-bottom: 40px; }
  .fp-about-v2-img-main { border-radius: 24px; max-height: 320px; }
  .fp-about-v2-img-main img { height: 320px; max-height: 320px; }
  .fp-about-v2-badge-float { padding: 12px 16px; border-radius: 16px; }
  .fp-about-v2-proof-float { padding: 14px 20px; border-radius: 16px; bottom: 10px; }
  .fp-about-v2-float-card--1 { width: 110px; height: 140px; right: -5px; bottom: 30px; }
  .fp-about-v2-float-card--2 { width: 90px; height: 120px; right: 30px; bottom: 0; }
  .fp-about-v2-heading { font-size: 32px; }
  .fp-about-v2-cta { width: 100%; justify-content: center; }
  .fp-about-v2-stats { padding: 0 16px; margin-top: 80px; }
  .fp-about-v2-stats-inner {
    grid-template-columns: repeat(2, 1fr);
    padding: 24px;
    border-radius: 20px;
  }
  .fp-about-v2-stat b { font-size: 24px; }
}

/* ══════════════════════════════════════════════════════════
   MOMEN V2 — Premium Carousel
══════════════════════════════════════════════════════════ */

.fp-momen-v2 {
  background: #FAFAFA;
  padding: 120px 0;
  overflow: hidden;
}

.fp-momen-v2-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
}

/* --- Header --- */
.fp-momen-v2-header {
  text-align: center;
  margin-bottom: 56px;
}

.fp-momen-v2-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #FFF6D6;
  color: #F5C518;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 100px;
  margin-bottom: 22px;
}

.fp-momen-v2-badge i { font-size: 12px; }

.fp-momen-v2-header h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 4vw, 48px);
  color: #111;
  line-height: 1.05;
  letter-spacing: -1px;
  margin: 0 0 16px;
}

.fp-momen-v2-header h2 span {
  color: #F5C518;
}

.fp-momen-v2-header p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  color: #888;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

/* --- Swiper Wrap --- */
.fp-momen-v2-swiper-wrap {
  position: relative;
}

.fp-momen-v2-swiper {
  overflow: hidden;
  padding: 8px 0;
}

.fp-momen-v2-swiper .swiper-slide {
  width: 330px;
}

/* --- Nav Arrows --- */
.fp-momen-v2-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-size: 16px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.fp-momen-v2-nav:hover {
  background: #F5C518;
  border-color: #F5C518;
  color: #111;
}

.fp-momen-v2-prev { left: -24px; }
.fp-momen-v2-next { right: -24px; }

/* --- Card --- */
.fp-momen-v2-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  text-decoration: none !important;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: all 300ms ease;
  height: 100%;
}

.fp-momen-v2-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.14);
}

/* --- Card Image --- */
.fp-momen-v2-card-img {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.fp-momen-v2-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.fp-momen-v2-card:hover .fp-momen-v2-card-img img {
  transform: scale(1.05);
}

.fp-momen-v2-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.4) 100%);
  pointer-events: none;
}

.fp-momen-v2-card-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #fff;
  color: #111;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 12px;
  padding: 7px 14px;
  border-radius: 100px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  z-index: 2;
}

/* --- Card Body --- */
.fp-momen-v2-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.fp-momen-v2-card-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #111;
  margin: 0 0 8px;
  line-height: 1.3;
}

.fp-momen-v2-card-desc {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  color: #999;
  line-height: 1.6;
  margin: 0 0 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fp-momen-v2-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  background: #111;
  padding: 10px 22px;
  border-radius: 100px;
  margin-top: auto;
  transition: all 0.3s ease;
  width: fit-content;
}

.fp-momen-v2-card:hover .fp-momen-v2-card-cta {
  background: #F5C518;
  color: #111;
}

/* --- Footer CTA --- */
.fp-momen-v2-footer {
  text-align: center;
  margin-top: 52px;
}

.fp-momen-v2-btn-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #111 !important;
  padding: 14px 36px;
  border: 2px solid #111;
  border-radius: 999px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.fp-momen-v2-btn-all:hover {
  background: #F5C518;
  border-color: #F5C518;
  color: #111 !important;
}

/* --- Responsive --- */
@media (max-width: 991px) {
  .fp-momen-v2-prev { left: 8px; }
  .fp-momen-v2-next { right: 8px; }
}

@media (max-width: 575px) {
  .fp-momen-v2 { padding: 80px 0; }
  .fp-momen-v2-inner { padding: 0 20px; }
  .fp-momen-v2-card-img { height: 240px; }
  .fp-momen-v2-card-body { padding: 20px; }
  .fp-momen-v2-card-name { font-size: 18px; }
  .fp-momen-v2-nav { width: 38px; height: 38px; font-size: 13px; }
  .fp-momen-v2-prev { left: 4px; }
  .fp-momen-v2-next { right: 4px; }
}
