/* ============================================================
   Wahana Raharja — Fresh Theme (custom overrides)
   Dimuat SETELAH main.css / template QuickStart
   ============================================================ */

:root {
  --heading-font: "Plus Jakarta Sans", "Nunito", sans-serif;
  --default-font: "Inter", "Roboto", sans-serif;
  --nav-font: "Plus Jakarta Sans", "Inter", sans-serif;

  --wr-blue: #003399;
  --wr-violet: #6018c0;
  --wr-magenta: #c00078;
  --wr-orange: #f07800;

  --gradient-primary: linear-gradient(135deg, #003399, #6018c0);
  --gradient-violet: linear-gradient(135deg, #6018c0, #c00078);
  --gradient-orange: linear-gradient(135deg, #f07800, #ff9f43);
  --gradient-brand: linear-gradient(90deg, #003399 0%, #6018c0 30%, #c00078 65%, #f07800 100%);

  --shadow-sm: 0 6px 18px rgba(20, 40, 120, 0.08);
  --shadow-md: 0 14px 40px rgba(20, 40, 120, 0.12);
  --shadow-lg: 0 24px 60px rgba(20, 40, 120, 0.16);
  --radius-sm: 14px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --radius-pill: 999px;
}

/* ---------- Base polish ---------- */
::selection {
  background: var(--wr-blue);
  color: #ffffff;
}

html {
  scroll-padding-top: 90px;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  transition: all 0.25s ease;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.01em;
}

/* ---------- Global Buttons ---------- */
.btn {
  border-radius: var(--radius-pill);
  padding: 0.65rem 1.6rem;
  font-weight: 600;
  transition: all 0.25s ease;
}

.btn-outline-primary {
  --bs-btn-color: var(--wr-blue);
  --bs-btn-border-color: var(--wr-blue);
  --bs-btn-hover-bg: var(--wr-blue);
  --bs-btn-hover-border-color: var(--wr-blue);
  --bs-btn-active-bg: var(--wr-blue);
  --bs-btn-active-border-color: var(--wr-blue);
}

.btn-primary {
  --bs-btn-bg: var(--wr-blue);
  --bs-btn-border-color: var(--wr-blue);
  --bs-btn-hover-bg: #002273;
  --bs-btn-hover-border-color: #002273;
  --bs-btn-active-bg: #001a5c;
  --bs-btn-active-border-color: #001a5c;
}

/* ---------- Header / Navbar ---------- */
.header {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 10px 0;
  border-bottom: 1px solid rgba(20, 40, 120, 0.06);
  transition: all 0.3s ease;
}

.header .logo img {
  height: 48px;
  width: auto;
  filter: drop-shadow(0 3px 8px rgba(0, 51, 153, 0.18));
}

.index-page .header {
  --background-color: rgba(255, 255, 255, 0.78);
}

.scrolled .header,
.index-page.scrolled .header {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 30px rgba(20, 40, 120, 0.1);
}

.navmenu a,
.navmenu a:focus {
  font-weight: 500;
  border-radius: var(--radius-pill);
  padding: 10px 16px;
  margin: 0 2px;
}

.navmenu li:hover > a,
.navmenu .active,
.navmenu .active:focus {
  color: var(--wr-blue);
  background: rgba(0, 51, 153, 0.08);
}

.navmenu .dropdown ul a {
  border-radius: 8px;
  margin: 0 4px;
}

/* Mobile nav overlay: backdrop-filter pada .header menjadikan header sebagai
   containing block bagi elemen position:fixed, sehingga menu mobile terpotong
   setinggi header saja dan tidak muncul. Matikan saat menu terbuka. */
@media (max-width: 1199px) {
  .mobile-nav-active .header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

/* ---------- Hero ---------- */
.hero {
  /* min-height: 92vh; */
  padding: 170px 0 60px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #eef3ff 0%, #f6f4ff 50%, #fff 100%);
}

.hero .hero-bg img {
  opacity: 0.42;
}

.hero .hero-bg::before {
  background: none;
}

.hero .hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 1;
  opacity: 0.55;
  pointer-events: none;
}

.hero .hero-blob.blob-1 {
  width: 520px;
  height: 520px;
  background: rgba(0, 51, 153, 0.18);
  top: -160px;
  left: -140px;
}

.hero .hero-blob.blob-2 {
  width: 460px;
  height: 460px;
  background: rgba(192, 0, 120, 0.14);
  bottom: -120px;
  right: -120px;
}

.hero .hero-blob.blob-3 {
  width: 280px;
  height: 280px;
  background: rgba(240, 120, 0, 0.14);
  top: 30%;
  right: 12%;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 51, 153, 0.15);
  box-shadow: var(--shadow-sm);
  color: var(--wr-blue);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.4px;
  margin-bottom: 22px;
  backdrop-filter: blur(6px);
}

.hero-badge .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gradient-brand);
  box-shadow: 0 0 0 4px rgba(0, 51, 153, 0.12);
}

.hero h1 {
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.12;
  font-weight: 800;
  color: #101a3a;
}

.hero h1 span {
  background: var(--gradient-brand);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.hero p {
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  color: #4b556b;
  max-width: 720px;
  margin-top: 18px;
}

.hero .btn-get-started {
  background: var(--gradient-primary);
  padding: 13px 32px;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(0, 51, 153, 0.35);
}

.hero .btn-get-started:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(0, 51, 153, 0.42);
}

.hero .btn-hero-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  border-radius: var(--radius-pill);
  border: 2px solid rgba(0, 51, 153, 0.25);
  color: var(--wr-blue);
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.25s ease;
  backdrop-filter: blur(6px);
}

.hero .btn-hero-outline:hover {
  background: #fff;
  border-color: var(--wr-blue);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.hero-stats {
  margin-top: 70px;
  padding: 28px 24px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(10px);
}

.hero-stats-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.hero-stats-inner .stat {
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
  padding: 8px 12px;
}

.hero-stats-inner .stat-value {
  font-family: var(--heading-font);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  background: var(--gradient-brand);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.hero-stats-inner .stat-label {
  margin-top: 8px;
  font-size: 0.88rem;
  color: #5a6478;
  font-weight: 500;
  line-height: 1.35;
}

.hero-stats-inner .divider {
  flex-shrink: 0;
  width: 1px;
  height: 56px;
  background: linear-gradient(180deg, transparent, rgba(20, 40, 120, 0.18), transparent);
}

@media (max-width: 767px) {
  .hero-stats-inner {
    flex-wrap: wrap;
    row-gap: 24px;
  }

  .hero-stats-inner .stat {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .hero-stats-inner .stat-value {
    font-size: 1.5rem;
  }
}

/* ---------- Section title ---------- */
.section-title {
  padding-bottom: 48px;
}

.section-eyebrow {
  display: inline-block;
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  background: rgba(0, 51, 153, 0.07);
  border: 1px solid rgba(0, 51, 153, 0.12);
  color: var(--wr-blue);
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.section-eyebrow.eyebrow-light {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.section-title h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  font-weight: 800;
  color: #0f1c3f;
}

.section-title p {
  font-size: 1.05rem;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  color: #5a6478;
}

/* ---------- Section backgrounds rhythm ---------- */
.section.light-background,
section.light-background {
  --background-color: #f7f9fe;
  background: linear-gradient(180deg, #f7f9fe 0%, #eef2fc 100%);
}

.section.section-tinted {
  background: linear-gradient(180deg, #fff, #f4f6ff);
}

/* ---------- Featured services (3 cards) ---------- */
.featured-services .service-item {
  padding: 28px 24px;
  border-radius: var(--radius-md);
  background: #fff;
  border: 1px solid rgba(20, 40, 120, 0.06);
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
}

.featured-services .service-item:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.featured-services .service-item .icon {
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 51, 153, 0.1), rgba(96, 24, 192, 0.1));
  width: 64px;
  height: 64px;
}

.featured-services .service-item .icon i {
  color: var(--wr-blue);
  font-size: 28px;
}

.featured-services .service-item:hover .icon {
  background: var(--gradient-primary);
}

.featured-services .service-item:hover .icon i {
  color: #fff;
}

/* ---------- About ---------- */
.about {
  padding: 60px 0;
}

.about .content .who-we-are {
  color: var(--wr-violet);
  font-weight: 700;
  letter-spacing: 0.14em;
}

.about .content h3 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #0f1c3f;
}

.about .content ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.about .content ul i {
  color: var(--wr-blue);
  background: rgba(0, 51, 153, 0.08);
  border-radius: 50%;
  padding: 5px;
}

.about .content .read-more {
  background: var(--gradient-primary);
  border-radius: var(--radius-pill);
  margin-top: 14px;
}

.about .content .read-more:hover {
  background: var(--gradient-violet);
  padding-right: 24px;
}

.about-image-wrap {
  position: relative;
}

.about-image-wrap::before {
  content: "";
  position: absolute;
  inset: -14px -14px auto auto;
  width: 55%;
  height: 55%;
  border-radius: var(--radius-lg);
  background: var(--gradient-brand);
  opacity: 0.12;
}

.about .about-images img,
.about-image-wrap img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  position: relative;
}

/* ---------- Clients ---------- */
.clients .client-logo img {
  padding: 14px 24px;
  filter: grayscale(1);
  opacity: 0.55;
  transition: 0.3s ease;
}

.clients .client-logo img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-3px);
}

/* ---------- Visi Misi (pricing) ---------- */
.pricing.section {
  background: linear-gradient(180deg, #0f1c3f 0%, #1a2b5e 100%);
  margin: 0;
}

.pricing .section-title h2,
.pricing .section-title p {
  color: #fff;
}

.pricing .section-title p {
  color: rgba(255, 255, 255, 0.75);
}

.pricing .vision-banner {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  padding: 34px 30px;
  margin-bottom: 40px;
  text-align: center;
  backdrop-filter: blur(8px);
}

.pricing .vision-banner h3 {
  color: #fff;
  font-size: 1.4rem;
}

.pricing .vision-banner h3 span {
  background: linear-gradient(90deg, #ffd166, #f07800, #ff9f43);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.pricing .pricing-item {
  background: #fff;
  padding: 30px 26px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(20, 40, 120, 0.06);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  color: var(--default-color);
}

.pricing .pricing-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-brand);
  opacity: 0.85;
}

.pricing .pricing-item:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.pricing .pricing-item .misi-num {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-family: var(--heading-font);
  font-weight: 800;
  font-size: 1.15rem;
  color: #fff;
  background: var(--gradient-primary);
  margin-bottom: 18px;
  box-shadow: 0 8px 18px rgba(0, 51, 153, 0.25);
}

.pricing .row > div:nth-child(2) .misi-num { background: var(--gradient-violet); }
.pricing .row > div:nth-child(3) .misi-num { background: linear-gradient(135deg, #c00078, #f07800); }
.pricing .row > div:nth-child(4) .misi-num { background: var(--gradient-orange); }
.pricing .row > div:nth-child(5) .misi-num { background: linear-gradient(135deg, #c00078, #6018c0); }

.pricing .pricing-item h3 {
  color: #0f1c3f;
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 8px;
}

.pricing .pricing-item .description {
  color: #5a6478;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ---------- Direksi (testimonials) ---------- */
.testimonials .swiper-slide,
.testimonials .swiper-slide-next {
  opacity: 1;
  transform: none;
}

.testimonials .testimonial-item {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(20, 40, 120, 0.05);
  padding: 30px 24px;
  min-height: 300px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 104px;
  height: 104px;
  object-fit: cover;
  border-radius: 50%;
  padding: 5px;
  background: var(--gradient-brand);
}

.testimonials .testimonial-item h3 {
  color: #0f1c3f;
  font-size: 1.05rem;
  font-weight: 700;
}

.testimonials .testimonial-item h4 {
  color: var(--wr-violet);
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--wr-violet);
}

/* ---------- Tata Nilai (features) ---------- */
.features .nav-link {
  background: #fff;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(20, 40, 120, 0.06);
  margin-bottom: 10px;
}

.features .nav-link i {
  background: rgba(0, 51, 153, 0.08);
  box-shadow: none;
  width: 46px;
  height: 46px;
}

.features .nav-link.active {
  background: var(--gradient-primary);
  border-color: transparent;
  color: #fff;
}

.features .nav-link.active h4 { color: #fff; }
.features .nav-link.active p { color: rgba(255, 255, 255, 0.85); }
.features .nav-link.active i {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.features .tab-pane img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

/* ---------- Analisis ROI / features detail ---------- */
.features-details .features-item .content {
  background: linear-gradient(135deg, rgba(0, 51, 153, 0.05), rgba(96, 24, 192, 0.06));
  border: 1px solid rgba(20, 40, 120, 0.06);
  border-radius: var(--radius-lg);
  position: relative;
}

.features-details .features-item .content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 4px;
  border-radius: var(--radius-pill);
  background: var(--gradient-brand);
}

.features-details .features-item h3 {
  color: #0f1c3f;
  font-weight: 800;
}

.features-details .features-item img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

/* ---------- Lini Bisnis (services) ---------- */
.services .service-item {
  border-radius: var(--radius-md);
  border: 1px solid rgba(20, 40, 120, 0.05);
  box-shadow: var(--shadow-sm);
  padding: 28px 26px;
  align-items: flex-start;
  overflow: hidden;
  position: relative;
}

.services .service-item::after {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  opacity: 0.06;
  background: var(--gradient-brand);
  transition: all 0.3s ease;
}

.services .service-item:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}

.services .service-item:hover::after {
  transform: scale(1.6);
}

.services .service-item .icon {
  border-radius: 16px;
  width: 64px;
  height: 64px;
  box-shadow: 0 8px 20px rgba(20, 40, 120, 0.12);
}

.services .service-item img.service-thumb {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  object-fit: cover;
  margin-right: 22px;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(20, 40, 120, 0.14);
}

.services .service-item h3 {
  color: #0f1c3f;
  font-weight: 700;
  font-size: 1.25rem;
}

.services .service-item p {
  color: #5a6478;
  font-size: 0.95rem;
}

.services .service-item .read-more {
  color: var(--wr-blue);
  font-weight: 600;
}

.services .service-item .read-more:hover {
  color: var(--wr-violet);
}

.services .service-item.item-cyan .service-thumb,
.services .service-item.item-orange .service-thumb,
.services .service-item.item-teal .service-thumb,
.services .service-item.item-red .service-thumb,
.services .service-item.item-indigo .service-thumb,
.services .service-item.item-pink .service-thumb {
  border: 0;
}

.services .service-item.item-cyan .icon,
.services .service-item.item-cyan .service-thumb { background: linear-gradient(135deg, #003399, #0a48d0); }
.services .service-item.item-orange .icon,
.services .service-item.item-orange .service-thumb { background: linear-gradient(135deg, #f07800, #ff9f43); }
.services .service-item.item-teal .service-thumb { background: linear-gradient(135deg, #6018c0, #8a3ff0); }
.services .service-item.item-red .service-thumb { background: linear-gradient(135deg, #c00078, #f02d9a); }
.services .service-item.item-indigo .service-thumb { background: linear-gradient(135deg, #2b0a84, #4818a8); }
.services .service-item.item-pink .service-thumb { background: linear-gradient(135deg, #a30062, #d10f7c); }
.services .service-item .service-thumb { padding: 4px; }

.services .service-item .icon {
  background: #ffffff;
  border: 1px solid rgba(20, 40, 120, 0.08);
  box-shadow: 0 8px 20px rgba(20, 40, 120, 0.1);
  color: var(--wr-blue);
}

.services .service-item.item-teal .icon,
.services .service-item.item-red .icon,
.services .service-item.item-indigo .icon,
.services .service-item.item-pink .icon {
  background: #ffffff;
  border: 1px solid rgba(20, 40, 120, 0.08);
  box-shadow: 0 8px 20px rgba(20, 40, 120, 0.1);
}

.services .service-item.item-teal .icon { color: #6018c0; }
.services .service-item.item-red .icon { color: #c00078; }
.services .service-item.item-indigo .icon { color: #2b0a84; }
.services .service-item.item-pink .icon { color: #a30062; }

/* ---------- Berita & Produk cards ---------- */
.card.news-card,
.card.product-card {
  border-radius: var(--radius-md);
  border: 1px solid rgba(20, 40, 120, 0.05);
  box-shadow: var(--shadow-sm);
  background: #fff;
  transition: all 0.3s ease;
  overflow: hidden;
}

.card.news-card:hover,
.card.product-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.card.news-card .card-img-wrapper,
.card.product-card .card-img-wrapper {
  position: relative;
  overflow: hidden;
}

.card.news-card .card-img-wrapper img {
  height: 210px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.card.product-card .card-img-wrapper img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.card.news-card:hover .card-img-wrapper img,
.card.product-card:hover .card-img-wrapper img {
  transform: scale(1.08);
}

.card.news-card .img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(10, 20, 60, 0.55));
}

.card.news-card .date-chip {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: #0f1c3f;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-sm);
}

.card.news-card .category-chip {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: var(--gradient-brand);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 5px 12px;
  border-radius: var(--radius-pill);
}

.card.news-card .card-body,
.card.product-card .card-body {
  padding: 20px;
}

.card.news-card .card-title,
.card.product-card .card-title {
  color: #0f1c3f;
  font-weight: 700;
  line-height: 1.35;
}

.card.news-card .btn-news,
.card.product-card .btn-product-detail {
  border-radius: var(--radius-pill);
  padding: 0.5rem 1.1rem;
  font-size: 0.85rem;
  font-weight: 600;
}

.card.news-card:hover .btn-news {
  background: var(--gradient-primary);
  border-color: transparent;
  color: #fff;
}

.card.product-card .price-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, rgba(0, 51, 153, 0.08), rgba(96, 24, 192, 0.08));
  color: var(--wr-blue);
  font-weight: 800;
  font-size: 1rem;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
}

.card.product-card .btn-whatsapp {
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 0.85rem;
  background: linear-gradient(135deg, #1faa55, #25d366);
  border: none;
  box-shadow: 0 8px 18px rgba(37, 211, 102, 0.3);
}

.card.product-card .btn-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.4);
}

/* ---------- Manajemen Risiko (more-features) ---------- */
.more-features {
  background: linear-gradient(180deg, #fff, #eef2fc);
}

.more-features h3 {
  color: #0f1c3f;
  font-weight: 800;
}

.more-features .icon-box {
  background: #fff;
  border: 1px solid rgba(20, 40, 120, 0.05);
  box-shadow: var(--shadow-sm);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  margin-top: 18px;
  transition: all 0.3s ease;
}

.more-features .icon-box:hover {
  transform: translateX(6px);
  box-shadow: var(--shadow-md);
}

.more-features .icon-box i {
  color: var(--wr-blue);
  font-size: 22px;
  background: rgba(0, 51, 153, 0.08);
  border-radius: 12px;
  padding: 10px;
  flex-shrink: 0;
}

.more-features .icon-box h4 {
  color: #0f1c3f;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 4px;
}

.more-features .features-image img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

/* ---------- Contact ---------- */
.contact .info-item {
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(20, 40, 120, 0.05);
  padding: 26px 16px;
  transition: all 0.3s ease;
}

.contact .info-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.contact .info-item i {
  background: linear-gradient(135deg, rgba(0, 51, 153, 0.09), rgba(96, 24, 192, 0.09));
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  color: var(--wr-blue);
  border: none;
}

.contact .info-item h3 {
  color: #0f1c3f;
  font-weight: 700;
}

.contact iframe {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  width: 100%;
  min-height: 420px;
}

.contact .php-email-form {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(20, 40, 120, 0.05);
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  border-radius: var(--radius-sm);
  border-color: rgba(20, 40, 120, 0.12);
}

.contact .php-email-form button[type=submit] {
  background: var(--gradient-primary);
  border-radius: var(--radius-pill);
  padding: 12px 36px;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(0, 51, 153, 0.3);
}

.contact .php-email-form button[type=submit]:hover {
  background: var(--gradient-violet);
  transform: translateY(-2px);
}

/* ---------- Footer ---------- */
.footer {
  background: linear-gradient(180deg, #0b1530, #111d45);
  color: rgba(255, 255, 255, 0.75);
  padding-bottom: 0;
}

.footer::before {
  content: "";
  display: block;
  height: 4px;
  background: var(--gradient-brand);
}

.footer h4 {
  color: #fff;
}

.footer .footer-about .logo span {
  color: #fff;
}

.footer .footer-about p,
.footer .footer-links ul a,
.footer a,
.footer .credits {
  color: rgba(255, 255, 255, 0.65);
}

.footer .footer-links ul a:hover,
.footer a:hover {
  color: #fff;
}

.footer .footer-links h4 {
  color: #fff;
}

.footer .social-links a {
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.7);
}

.footer .social-links a:hover {
  background: var(--gradient-brand);
  border-color: transparent;
  color: #fff;
  transform: translateY(-3px);
}

.footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 30px;
}

.footer .footer-contact i {
  color: var(--wr-orange);
  margin-right: 8px;
}

/* ---------- Preloader ---------- */
#preloader:before,
#preloader:after {
  border: 4px solid transparent;
  border-top-color: var(--wr-blue);
  border-right-color: var(--wr-magenta);
}

/* ---------- Scroll top ---------- */
.scroll-top {
  background: var(--gradient-primary);
  box-shadow: 0 8px 20px rgba(0, 51, 153, 0.35);
}

.scroll-top:hover {
  background: var(--gradient-violet);
  transform: translateY(-3px);
}

/* ---------- Responsive tweaks ---------- */
@media (max-width: 1199px) {
  .header .logo img {
    height: 42px;
  }
}

@media (max-width: 575px) {
  .hero h1 {
    font-size: 2.1rem;
  }

  .section-title h2 {
    font-size: 1.7rem;
  }
}

/* ---------- Pagination ---------- */
.pagination {
  --bs-pagination-color: var(--wr-blue);
  --bs-pagination-hover-color: var(--wr-blue);
  --bs-pagination-focus-color: var(--wr-blue);
  --bs-pagination-active-bg: var(--wr-blue);
  --bs-pagination-active-border-color: var(--wr-blue);
  --bs-pagination-border-radius: var(--radius-pill);
  gap: 6px;
}

.pagination .page-link {
  border-radius: var(--radius-pill) !important;
  border: 1px solid rgba(0, 51, 153, 0.18);
  font-weight: 500;
  min-width: 40px;
  text-align: center;
  transition: all 0.25s ease;
}

.pagination .page-item.active .page-link {
  box-shadow: 0 6px 16px rgba(0, 51, 153, 0.28);
}
