:root {
  --primary: #010b7a;

  --white: #ffffff;
  --dark: #000000;

  --border: #ddd;

  --gray-1: #616161;
  --gray-2: #939293;

  --bg-dark: #101829;
  --gray-dark-1: #cfd0d4;
  --border-dark: #414653;

  --header-height: 80px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0 !important;
  padding: 0;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
}

.e-con {
    padding: 0 !important;
}

.container {
  max-width: 1366px;
  padding: 0 2em;
  margin: 0 auto;
}

.site-header {
  height: var(--header-height);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
}

/*////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////*/

.hero-wrapper {
  width: 100%;
  height: 100vh;
}

.hero-gradient {
  width: 100%;
  height: 100%;
  background: linear-gradient(46.51deg, rgba(3, 11, 35, 0.9) -0.15%, rgba(3, 11, 35, 0) 74.51%);
}

.hero-container {
  position: relative;
  width: 100%;
  height: 100vh;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 75px;
}

@media (max-width: 420px) {
  .hero-gradient {
    background: linear-gradient(
      30deg,
      rgba(3, 14, 51, 0.95) 15%,
      rgba(255, 255, 255, 0) 100%
    );
  }
}

/*////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////*/

/* Home Partnership */
.home-partnership {
  width: 100%;
  padding: 30px 0;
  background: #fff;
}

.home-partnership-swiper {
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}

.home-partnership-item {
  height: 100px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
}

.home-partnership-item img {
  max-width: 100%;
  max-height: 50px;
  object-fit: contain;
}

@media (max-width: 640px) {
  .home-partnership-item {
    width: 140px;
    height: 100px;
    margin: 0 auto;
  }

  .home-partnership-item img {
    max-height: 60px;
    padding: 15px;
  }
}

/* Home Program */
.home-program {
  padding: 60px 0;
}

.home-program-container {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 20px;
}

.home-program-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.home-program-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.home-program-bullet {
  width: 12px;
  height: 12px;
  background: #030B2399;
  border-radius: 50%;
  display: inline-block;
}

.home-program-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #030B2399;
  letter-spacing: 1px;
}

.home-program-title {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
}

.home-program-item {
  border-radius: 12px;
  overflow: hidden;
}

.home-program-item img {
  filter: grayscale(100%) brightness(0.9);
  transition: all 0.4s ease;
}

.home-program-item .home-program-overlay {
  opacity: 1;
  transition: opacity 0.4s ease;
}

.home-program-item.active img {
  filter: grayscale(0%) brightness(1);
  transform: scale(1.02);
}

.home-program-item.active .home-program-overlay {
  opacity: 0;
}

.home-program-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
	height: 400px;
}

.home-program-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
  transition: all 0.5s ease;
  filter: grayscale(100%) brightness(0.9);
}

.home-program-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
  223.11deg, 
  rgba(162, 173, 206, 0.2) -24.36%, 
  rgba(11, 42, 134, 0.3) 61.44%, 
  rgba(3, 11, 35, 0.4) 129.42%
);

  transition: opacity 0.4s ease;
  z-index: 1;
}

.home-program-caption {
  position: absolute;
  bottom: 1.5em;
  left: 1.75em;
  margin: 0;
  font-size: 1.75rem;
  font-weight: 600;
  color: #fff;
  z-index: 2;
}

.home-program-image:hover img {
  filter: grayscale(0%) brightness(1);
  transform: scale(1.03);
}

.home-program-image:hover .home-program-overlay {
  opacity: 0;
}

.home-program-desc {
  max-width: 900px;
  margin: 30px auto 0;
  font-size: 1rem;
  color: #444;
  text-align: center;
}

.home-program-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-program-prev,
.home-program-next {
  width: 36px;
  height: 36px;
  border: 1px solid #aaa;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: static;
}

.home-program-prev::after,
.home-program-next::after {
  font-size: 14px;
  color: #333;
}

.home-program-pagination {
  display: none;
  position: relative;
  margin-top: 12px;
  text-align: center;
}

@media (max-width: 768px) {
  .home-program-pagination {
    display: block;
  }

  .home-program-nav {
    display: none;
  }

  .home-program-pagination .swiper-pagination-bullet {
    background: #0b2a86;
    opacity: 0.3;
    transition: all 0.3s ease;
  }

  .home-program-pagination .swiper-pagination-bullet-active {
    background: #0b2a86;
    opacity: 1;
    width: 55px;
    border-radius: 8px;
  }
}

/* Hero CTA */
.home-hero-cta {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.home-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.home-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.home-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    30deg,
    rgba(3, 14, 51, 0.95) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 2;
}

.home-hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 0 20px;
}

.home-hero-title {
  font-size: 48px;
  font-weight: 600;
	margin-top: 0;
  margin-bottom: 20px;
}

.home-hero-subtitle {
  font-size: 18px;
  margin-bottom: 30px;
}

.home-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0b2a86;
  color: #fff;
  padding: 14px 28px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s;
}

.home-hero-btn:hover {
  background: #030823;
}

.home-hero-btn i {
  font-size: 16px;
}

@media (max-width: 768px) {
  .home-hero-title {
    font-size: 28px;
    line-height: 1.3;
  }

  .home-hero-subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .home-hero-btn {
    font-size: 14px;
    padding: 12px 22px;
  }

  .home-hero-content {
    padding: 0 16px;
  }
}

@media (max-width: 480px) {
  .home-hero-title {
    font-size: 33px;
  }

  .home-hero-subtitle {
    font-size: 13px;
  }

  .home-hero-btn {
    font-size: 13px;
    padding: 10px 20px;
  }
}

/* Home Foundation */
.home-foundation {
  padding: 80px 20px;
  background: #fff;
}

.home-foundation-container {
	max-width: 1366px;
  margin: 0 auto;
	padding: 0 1em;
  text-align: center;
}

/* Meta */
.home-foundation-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: .5em;
}

.home-foundation-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #030B2399;
  display: inline-block;
}

.home-foundation-label {
	font-size: 0.9rem;
    font-weight: 600;
    color: #030B2399;
    letter-spacing: 1px;
}

/* Title */
.home-foundation-title {
  font-size: 45px;
  font-weight: 700;
	margin-top: 0;
  margin-bottom: 50px;
  color: #111;
}

/* Layout */
.home-foundation-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 150px;
}

/* Accordion */
.home-foundation-accordion {
  flex: 1;
  text-align: left;
}

.accordion-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 1.5em 0;
  transition: all 0.3s ease;
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.accordion-number {
  font-size: 14px;
  color: #888;
  margin-right: 12px;
  min-width: 28px;
}

.accordion-toggle {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2rem;
  font-weight: 600;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #111;
}

.accordion-toggle .icon {
  font-size: 14px;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.accordion-item.active .accordion-toggle .icon {
  transform: rotate(180deg);
}

/* Accordion desc (desktop only) */
.accordion-desc {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 15px;
  color: #444;
  margin-top: 1.5em;
  line-height: 1.6;
  transition: all 0.35s ease;
}

.accordion-item.active .accordion-desc {
  max-height: 400px;
  opacity: 1;
	margin-left: 40px;
}

/* Right Preview (Desktop) */
.home-foundation-preview {
  flex: 1;
	max-width: 540px;
  text-align: left;
}

.home-foundation-preview .preview-image {
	aspect-ratio: 1/1;
	max-width: 540px;
	height: 560px;
}

.preview-image img {
  width: 100%;
	height: 100% !important;
  border-radius: 8px !important;
  object-fit: cover;
}

.preview-desc {
  display: none;
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

.accordion-preview-mobile {
  display: none;
}

@media (max-width: 768px) {
  .home-foundation-meta {
    justify-content: left;
  }
  .home-foundation-title {
    text-align: left;
    font-size: 32px;
  }
  .accordion-toggle {
    font-size: 23px;
  }
  .home-foundation-content {
    flex-direction: column;
    gap: 20px;
  }

  .home-foundation-preview {
    display: none;
  }

  .accordion-preview-mobile {
    margin-top: 12px;
    display: none;
    text-align: left;
    animation: fadeIn 0.35s ease;
  }

  .accordion-preview-mobile img {
    width: 100%;
    border-radius: 8px !important; 
    margin-bottom: 10px;
  }

  .accordion-preview-mobile p {
    display: none;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
  }

  .accordion-item.active .accordion-preview-mobile {
    display: block;
  }
}

/* Smooth animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Home Impact */
.home-impact {
  padding: 80px 20px;
  background: #0a0f25;
  color: #fff;
}

.home-impact-container {
  max-width: 1366px;
  margin: 0 auto;
	padding: 0 1em;
  display: flex;
  align-items: flex-start;
  gap: 200px;
}

.home-impact-left {
  flex-shrink: 0;
}

.home-impact-meta {
  display: flex;
  align-items: start;
  gap: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.home-impact-label {
	letter-spacing: 1px;
}

.home-impact-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  flex-shrink: 0;
	margin-top: .5em;
}

.home-impact-desc {
  font-size: 32px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  max-width: 500px;
  margin-bottom: 30px;
  text-align: left;
  text-indent: 40px;
}

.home-impact-text {
	margin-bottom: 3em;
}

.home-impact-text p {
  font-size: 1.75rem;
  line-height: 1.6;
	margin: 0;
	text-indent: 150px;
}

.home-impact-text .highlight {
  color: #fff;
}

.home-impact-text .soft {
  color: rgba(255, 255, 255, 0.6);
}

.home-impact-stats {
  display: flex;
  gap: 60px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.stat-item h3 {
  font-size: 4rem;
  font-weight: 700;
	margin-top: 0;
  margin-bottom: 10px;
  color: #fff;
}

.stat-item p {
  font-size: 16px;
  color: #bbb;
}

.home-impact-btn {
  text-align: left;
}

.impact-btn {
  display: inline-block;
  padding: 14px 28px;
  background: #0b2a86;
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s ease;
}

.impact-btn i {
  margin-left: 8px;
}

.impact-btn:hover {
  background: #092166;
}

/* Responsive untuk Home Impact */
@media (max-width: 768px) {
  .home-impact-container {
    display: block;
  }
  .home-impact-content {
    flex-direction: column;
    text-align: left;
    gap: 30px;
  }

  .home-impact-text p {
    font-size: 18px;
    line-height: 1.6;
    text-indent: 0;
    text-align: left;
  }

  .home-impact-stats {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .home-impact-stats .stat-item {
    margin-top: -50px;
  }

  .home-impact-stats .stat {
    text-align: left;
  }

  .home-impact-cta {
    margin-top: 20px;
    text-align: left;
  }
}

/* Home Testimonial */
.home-testimonial {
  padding: 80px 20px;
  background: #fff;
  position: relative;
}

.home-testimonial-container {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}

.home-testimonial-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 10px;
}

.home-testimonial-bullet {
  width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #030B2399;
    display: inline-block;
}

.home-testimonial-label {
	font-size: 0.9rem;
    font-weight: 600;
    color: #030B2399;
    letter-spacing: 1px;
}

.home-testimonial-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.home-testimonial-title {
  font-size: 42px;
  font-weight: 700;
  margin: 0;
}

.home-testimonial-nav {
  display: flex;
  gap: 10px;
}

.home-testimonial-nav .swiper-button-prev,
.home-testimonial-nav .swiper-button-next {
  position: relative;
  inset: unset;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  color: #0b2a86;
  font-size: 14px;
}

.home-testimonial-swiper {
  padding-bottom: 50px;
}

/* Semua slide default redup */
.home-testimonial-swiper .swiper-slide {
  opacity: 0.5;
  transform: scale(0.95);
  transition: all 0.4s ease;
}

/* Slide aktif (tengah) fokus */
.home-testimonial-swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.testimonial-item {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 30px;
  height: auto;
}

.testimonial-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}

/* Profile layout */
.testimonial-profile {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-photo img {
  width: 48px;
  height: 48px !important;
  border-radius: 50% !important;
  object-fit: cover;
  border: 2px solid #eee;
  background: blue;
}

.testimonial-info {
  display: flex;
  flex-direction: column;
}

.testimonial-name {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.testimonial-role {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.testimonial-name {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.testimonial-role {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.testimonial-logo img {
  height: 40px !important;
  max-width: 120px !important;
  object-fit: contain;
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 0;
	font-weight: 600;
}

.swiper-pagination {
  text-align: center;
  margin-top: 20px;
}

/* Pagination default */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ccc;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
  margin: 0 4px !important;
}

/* Bullet aktif jadi panjang gepeng */
.swiper-pagination-bullet-active {
  width: 65px;
  height: 8px;
  border-radius: 10px;
  background: #0E38B1;
}

/* Untuk mobile biar tidak blur */
@media (max-width: 768px) {
  .home-testimonial-header {
    display: block;
  }
  .home-testimonial-nav {
    margin-top: 30px;
  }
  .home-testimonial-swiper .swiper-slide {
    opacity: 1 !important;
    filter: none !important;
    transform: scale(1) !important;
  }
}

/* VISI SECTION */
.home-visi-wrapper {
  background: var(--bg-dark);
  color: var(--white);
  padding: 6em 0;
  text-align: center;
}

.home-visi-container {
  max-width: 750px;
  margin: 0 auto;
}

.home-visi-subtitle {
  display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--gray-2);
  margin-bottom: 1.5em;
}

.home-visi-subtitle:before {
	content: "";
	width: 12px;
    height: 12px;
    background: var(--gray-2);
    border-radius: 50%;
    display: inline-block;
}

.home-visi-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1em 0;
  line-height: 1.3;
  color: var(--white);
}

.home-visi-desc {
  font-size: 1rem;
  font-weight: 400;
  color: var(--gray-dark-1);
  line-height: 1.7;
}

/* STORY SECTION */
.home-story-wrapper {
  padding: 6em 0;
  background: var(--white);
}

/* Default: konten kiri, gambar kanan */
.home-story-item {
  display: flex;
  align-items: center;
  gap: 3em;
  margin-bottom: 3em;
  background: #f7f8fa;
  border-radius: 12px;
  padding: 2.5em;
  flex-direction: row; /* default */
}

/* Untuk item reverse: ikuti urutan HTML, jadi gambar kiri konten kanan */
.home-story-item.reverse {
  flex-direction: row-reverse; /* ini yang benar */
}

.home-story-content {
  flex: 1;
}

.home-story-content h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1em;
  color: var(--dark);
}

.home-story-content p {
  font-size: 1rem;
  color: var(--gray-1);
  line-height: 1.7;
  margin-bottom: 1em;
}

.home-story-cta {
  display: inline-block;
  margin-top: 1em;
  padding: 0.9em 1.5em;
  border-radius: 50px;
  background: var(--primary);
  color: var(--white);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
}

.home-story-image {
  flex: 1;
}

.home-story-image img {
  width: 100%;
  border-radius: 0.75em !important;
  object-fit: cover;
}

@media (max-width: 768px) {
  .home-story-item,
  .home-story-item.reverse {
    flex-direction: column !important;
    padding: 1.5em;
  }
  .home-story-item {
    gap: 0px;
  }
  /* pastikan urutan konten tetap di atas */
  .home-story-content {
    order: 1;
  }

  /* gambar selalu muncul setelah CTA */
  .home-story-image {
    order: 2;
    margin-top: 1.5em;
  }
}

/* Home Quotes */
.home-quotes {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  overflow: hidden;
}

.home-quotes-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    -48deg,
    rgba(3, 14, 51, 0.95) 4%,
    rgba(255, 255, 255, 0) 96%
  );
  z-index: 1;
}

.home-quotes-container {
  position: relative;
  z-index: 2;
  margin-left: auto;
  padding: 43px 99px;
  text-align: left;
  margin-left: 150px;
}

.home-quotes blockquote {
  margin: 0;
	margin-left: 150px;
}

.home-quotes blockquote p {
  font-size: 54px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 25px;
}

.home-quotes blockquote cite {
  font-size: 18px;
  font-style: normal;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .home-quotes {
    height: auto;
    min-height: 100vh;
    background-position: 12% !important;
  }

  .home-quotes-container {
    margin: 0 auto;
    padding: 20px;
  }

  .home-quotes blockquote p {
    font-size: clamp(22px, 9vw, 32px);
    line-height: 1.4;
  }

  .home-quotes blockquote cite {
    font-size: 14px;
    display: block;
    margin-top: 10px;
  }
}

/* CERITA STATISTIK */
.cerita-statistik-xx {
  background: var(--bg-dark, #101829);
  color: #fff;
  padding: 100px 40px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.cerita-statistik-xx {
  margin: 0 auto;
  text-align: center;
}

.statistik-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.statistik-item {
  flex: 1;
  min-width: 220px;
}

.statistik-item h2 {
  font-size: 56px;
  font-weight: 700;
  margin: 0;
}

.statistik-item h2 span {
  font-size: 30px;
  font-weight: 400;
}

.statistik-item p {
  margin-top: 10px;
  font-size: 16px;
  opacity: 0.85;
}

.statistik-bottom p {
  max-width: 850px;
  margin: 0 auto 35px;
  font-size: 17px;
  line-height: 1.6;
  color: #cfd0d4;
}

.statistik-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: #0e38b1;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.statistik-cta:hover {
  background: #112f8d;
}

.statistik-cta svg {
  stroke: #fff;
}

@media (max-width: 768px) {
  .statistik-top {
    gap: 40px;
    justify-content: center;
  }
  .statistik-item h2 {
    font-size: 40px;
  }
}

/* CERITA PURPOSE */
.cerita-purpose {
  padding: 100px 0;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.purpose-header {
  text-align: left;
  margin-bottom: 60px;
}

.purpose-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.purpose-meta .bullet {
  width: 12px;
  height: 12px;
  background: #030B2399;
  border-radius: 50%;
}

.purpose-meta .meta-text {
  font-size: 14px;
  font-weight: 500;
  color: #030B2399;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.purpose-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #101829;
	margin-top: 0;
}

.purpose-header h2 span {
  color: #0e38b1;
}

.desktop-view {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.purpose-box {
  background: #f9f9fb;
  padding: 30px;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.purpose-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
}

.purpose-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #0e38b1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.purpose-icon img {
  width: 28px;
  height: 28px;
}

.purpose-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #101829;
}

.purpose-box p {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a4a;
}

.mobile-view {
  display: none;
}

@media (max-width: 768px) {
  .cerita-purpose {
    padding: 100px 0;
  }
  .desktop-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }
}

/* CERITA KOMITMEN */
.cerita-komitmen {
  position: relative;
  padding: 100px 40px;
  font-family: "Plus Jakarta Sans", sans-serif;
  overflow: hidden;

  background-repeat: no-repeat !important;
  background-size: 500px auto !important;
  background-position: left 75% top -15px !important;
}

.komitmen-header {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}

.komitmen-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.komitmen-meta .bullet {
  width: 12px;
  height: 12px;
  background: #030B2399;
  border-radius: 50%;
}

.komitmen-meta .meta-text {
  font-size: 14px;
  font-weight: 500;
  color: #030B2399;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.komitmen-desc-top {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  color: #222;
  max-width: 900px;
	margin-top: 0;
}

/* Swiper Gallery */
.komitmen-gallery {
  margin: 50px 0;
  overflow: hidden;
}

.komitmen-gallery .swiper-wrapper {
  align-items: center;
}

.komitmen-gallery .swiper-slide {
  flex-shrink: 0;
  width: 33.33%;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.komitmen-gallery .swiper-slide img {
  width: 100%;
	height: 450px;
  border-radius: 16px;
  display: block;
  object-fit: cover;
}

/* efek kepotong */
.komitmen-gallery .swiper-slide-prev,
.komitmen-gallery .swiper-slide-next {
  opacity: 0.6;
  transform: scale(0.9);
}

/* Komitmen bottom */
.komitmen-bottom {
  text-align: left;
  max-width: 750px;
  margin: 0 auto;
}

.komitmen-desc-bottom {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  color: #222;
  margin-bottom: 20px;
}

.komitmen-desc-bottom .highlight {
  color: #0e38b1;
  font-weight: 600;
}

.komitmen-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0e38b1;
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.komitmen-cta:hover {
  background: #11245b;
  transform: translateY(-2px);
}

/* Responsif Mobile */
@media (max-width: 767px) {
  .cerita-komitmen {
    background: #f9f9fb !important;
    padding: 25px 25px;
  }

  .komitmen-header,
  .komitmen-desc-top,
  .komitmen-desc-bottom,
  .komitmen-bottom {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .komitmen-gallery .swiper-slide {
    width: 100% !important;
    max-width: 100% !important;
  }

  .komitmen-gallery .swiper-slide img {
    width: 100%;
    border-radius: 12px;
  }

  .komitmen-gallery {
    margin: 30px 0;
    padding: 0 10px;
  }

  .komitmen-cta {
    width: auto;
    margin-top: 15px;
  }
}

/* CERITA PROGRAM */
.cerita-program {
  padding: 80px 40px;
  background: #f4f6fa;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.program-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  color: #fff;
}

.program-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(3, 14, 51, 0.9) 0%,
    rgba(0, 0, 0, 0) 110%
  );
  z-index: 1;
}

.program-content {
  position: relative;
  z-index: 2;
  padding: 30px;
}

.program-content h3 {
  font-size: 2rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.program-content p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.program-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0e38b1;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.program-cta:hover {
  background: #11245b;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .program-grid {
    grid-template-columns: 1fr;
  }

  .program-item {
    background-position: 70% !important;
    height: 420px;
  }

  .cerita-program {
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* SISTEM COACHING WORKS */
.sistem-coaching-works {
  padding: 100px 0;
  background: #0f172a;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.works-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 60px;
}

.works-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.works-meta .bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}

.works-meta .meta-text {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}

.works-left h2 {
  font-size: 3rem;
  font-weight: 600;
	margin-top: 0;
}

.butterfly-grid {
  display: grid;
  grid-template-columns: repeat(2, 240px);
  grid-template-rows: repeat(2, 240px);
  gap: 20px;
  justify-content: center;
}

.butterfly-item {
  background: #0e38b1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
  width: 240px;
  height: 240px;
  text-align: center;
}

.butterfly-item .icon {
  font-size: 48px;
  margin-bottom: 15px;
}

.butterfly-item h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.butterfly-item.top-left {
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 200px;
}

.butterfly-item.top-right {
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 8px;
}

.butterfly-item.bottom-left {
  border-top-left-radius: 200px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
}

.butterfly-item.bottom-right {
  border-top-left-radius: 8px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
}

.butterfly-item:hover {
  transform: translateY(-5px);
}

@media (max-width: 768px) {
  .works-grid {
    display: block;
  }

  .butterfly-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 8px;
    padding: 20px 10px;
  }

  .butterfly-item {
    width: 140px;
    height: 140px;
  }

  .butterfly-item .icon {
    font-size: 36px;
  }

  .butterfly-item h3 {
    font-size: 14px;
  }

  .works-left h2 {
    font-size: 28px;
  }
}

/* CERITA DISCOVER */
.cerita-discover {
  padding: 100px 0;
  background: #f9f9fb;
  font-family: "Plus Jakarta Sans", sans-serif;
  border-bottom: 1px solid #e5e5e5;
}

.discover-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
  gap: 30px;
}

.discover-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.discover-meta .bullet {
  width: 12px;
  height: 12px;
  background: #030b2399;
  border-radius: 50%;
}

.discover-meta .meta-text {
  font-size: 14px;
  color: #030b2399;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.discover-title {
  font-size: 3rem;
  font-weight: 700;
  color: #111;
	margin-top: 0;
}

.discover-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
	margin-top: 0;
  margin-bottom: 20px;
  max-width: 500px;
}

.discover-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0e38b1;
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.discover-cta:hover {
  background: #11245b;
  transform: translateY(-2px);
}

.discover-gallery {
  margin-top: 40px;
  position: relative;
}

.discover-gallery .swiper-slide {
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  height: 280px;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.slide-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  color: #fff;
  padding: 20px;
  width: 100%;
}

.slide-overlay h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.discover-gallery .swiper-pagination {
  position: relative;
  margin-top: 15px;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  width: 65px;
  height: 10px;
  border-radius: 5px;
  background: #0E38B1;
}

@media (max-width: 768px) {
  .cerita-discover {
    padding: 60px 10px;
  }
  .discover-cta {
    font-size: 13px;
  }
  .discover-gallery .swiper-slide {
    height: 220px;
  }
  .discover-header {
    flex-direction: column;
  }
  .discover-title {
    font-size: 28px;
  }
  .discover-gallery img {
    height: 220px;
  }
}

/* CERITA EVALUATE */
.cerita-evaluate {
  padding: 100px 0;
  background: #f9f9fb;
  font-family: "Plus Jakarta Sans", sans-serif;
  border-bottom: 1px solid #e5e5e5;
}

.cerita-evaluate .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

.evaluate-left {
  flex: 1;
  min-width: 320px;
}

.evaluate-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.evaluate-meta .bullet {
  width: 10px;
  height: 10px;
  background: #030b2399;
  border-radius: 50%;
}

.evaluate-meta .meta-text {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.evaluate-title {
  font-size: 3rem;
	margin-top: 0;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
}

.evaluate-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 30px;
}

.evaluate-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0e38b1;
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.evaluate-cta:hover {
  background: #11245b;
  transform: translateY(-2px);
}

.evaluate-right {
	overflow: hidden;
	border-radius: .5em;
  flex: 1;
  min-width: 320px;
}

.evaluate-right img {
	display: block;
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .cerita-evaluate {
    padding: 60px 10px;
  }
  .cerita-evaluate .container {
    flex-direction: column;
    text-align: left;
  }

  .evaluate-left {
    order: 1;
  }

  .evaluate-right {
    order: 2;
  }
}

/* Cerita Kenapa */
.cerita-kenapa {
	padding-top: 100px;
  background: #0c1429;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.kenapa-header {
  text-align: center;
  margin-bottom: 40px;
}

.kenapa-header h2 {
	margin-top: .5em;
	margin-bottom: 1.5em;
  font-size: 3rem;
  font-weight: 700;
}

.kenapa-meta .bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  margin-right: 8px;
}

.kenapa-meta .meta-text {
	font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 1px;
}

.kenapa-header .highlight {
  color: #3a66ff;
}

.scroll-21-container {
  position: relative;
}

.scroll-21-parent {
  overflow: auto;
  width: 100%;
  height: 500px;
}

.scroll-21-parent {
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scroll-21-parent::-webkit-scrollbar {
  display: none;
}

/*////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////*/

.scroll-21-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 100px;
  margin-bottom: 50px;
}

.scroll-21-image {
  overflow: hidden;
  aspect-ratio: 4/3;
  border-radius: 0.5em;
  margin-right: 50px;
}

.scroll-21-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
	border-radius: .5em !important;
}

.scroll-21-entry {
  color: #70747f;
  display: flex;
  flex-direction: row;
  gap: 1.5em;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
}

.scroll-21-entry.item-highlight {
  color: #fff;
}

.scroll-21-number {
  padding-top: 0.5em;
  font-size: 1.1rem;
  font-weight: 600;
}

.scroll-21-entry h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 0;
}

.scroll-21-entry p {
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .cerita-kenapa {
    padding: 50px 0;
  }
  .scroll-21-item {
    grid-template-columns: 1fr;
    grid-gap: 2em;
    margin-bottom: 2.5em;
    margin-left: 50px;
  }

  .scroll-21-image {
    margin-right: 0;
  }
}

/*////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////*/

.scroll-21-abs {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 500px;
  background: #282f3e;
  border-radius: 100px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
  z-index: 2;
}

.scroll-21-indicator {
  display: block;
  width: 10px;
  height: 350px;
  background: #fff;
  border-radius: 100px;
  transition: transform 0.1s linear;
}

@media (max-width: 768px) {
  .scroll-21-abs {
    left: 0.5em;
    transform: translateX(0);
  }

  .scroll-21-indicator {
    height: 250px;
  }
}

/*////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////*/

.scroll-21-grd {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  z-index: 1;
  background: linear-gradient(
    0deg,
    rgba(16, 24, 41, 0.95) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

@media (max-width: 768px) {
  .scroll-21-grd {
    height: 100px;
  }
}
/* LIFE COACHING HERO */
.life-coaching-hero {
  background: #0c1429;
  color: #fff;
  padding: 80px 0;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.hero-header {
  text-align: center;
  padding: 60px;
}

.life-coaching-hero .hero-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.life-coaching-hero .hero-meta .bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: inline-block;
}

.hero-header h2 {
  font-size: 62px;
  font-weight: 600;
  margin: 20px 0;
}

.hero-header .btn-cta {
  display: inline-block;
  padding: 12px 24px;
  background: #0e38b1;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
}

.hero-header .btn-cta:hover {
  background: #2a4dcc;
}

/* Gallery Desktop */
.hero-gallery {
  display: flex;
  gap: 20px;
}

.hero-img {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.hero-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* Overlay gradient */
.hero-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 39, 121, 0) 0%, #121829 112.21%);
  border-radius: 12px;
  pointer-events: none;
}

/* Swiper pagination bullets gepeng aktif */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ccc;
  opacity: 1;
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
  width: 65px;
  height: 8px;
  border-radius: 10px;
  background: #0E38B1;
}

/* Mobile: aktifkan swiper */
@media (max-width: 768px) {
  .life-coaching-hero {
    padding: 100px 7px;
  }
  .hero-img img {
    margin-top: 10px;
  }
  .hero-header {
    padding: 10px;
  }
  .hero-header h2 {
    font-size: 42px;
  }
  .hero-gallery {
    display: block;
  }

  .hero-gallery {
    gap: 0;
  }

  .swiper-pagination {
    position: relative;
    margin-top: 15px;
    text-align: center;
  }

  /* bullet gepeng */
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ccc;
    opacity: 1;
    border-radius: 50%;
    transition: all 0.3s ease;
  }

  .swiper-pagination-bullet-active {
    width: 32px;
    border-radius: 10px;
    background: #3a66ff;
  }
}

/* LIFE COACHING DESCRIPTION */
.life-coaching-description {
  background: #f9f9fb;
  padding: 80px 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #121829;
}

.desc-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.desc-left {
  flex: 0 0 200px; /* kolom kiri fix width */
}

.desc-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.desc-meta .bullet {
  width: 12px;
  height: 12px;
  background: #030b2399;
  border-radius: 50%;
  display: inline-block;
}

.desc-meta .meta-text {
  font-size: 14px;
  text-transform: uppercase;
  color: #030b2399;
  letter-spacing: 1px;
}

.desc-right {
  flex: 1;
	max-width: 750px;
}

.desc-right p {
	margin-top: 0;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.desc-right a {
  text-decoration: none;
  font-weight: 600;
}

.btn-cta {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 24px;
  background: #0e38b1;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

.btn-cta:hover {
  background: #2c4edc;
}

/* Responsive */
@media (max-width: 768px) {
  .desc-wrapper {
    display: block;
    flex-direction: column;
  }
  .desc-left {
    margin-bottom: 20px;
  }
  .desc-right p {
    font-size: 16px;
  }
}

/* Life coaching gallery */
.life-coaching-gallery {
  background: #f9f9fb;
  padding: 80px 40px;
}

.gallery-swiper {
  overflow: hidden;
}

.gallery-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

/* Pagination gepeng khusus mobile */
.gallery-swiper .swiper-pagination {
  display: none;
  margin-top: 20px;
}

.gallery-swiper .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.gallery-swiper .swiper-pagination-bullet-active {
  background: #3a66ff;
  width: 28px;
  border-radius: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .gallery-swiper .swiper-pagination {
    display: block;
    text-align: center;
  }
  .life-coaching-gallery {
    padding: 60px 10px;
  }
}

/* LIFE COACHING REASONS */
.life-coaching-reasons {
  background: #0c1429;
  color: #fff;
  padding: 100px 40px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.life-coaching-reasons .reason-item .icon-box {
    background: #fff;            /* putih */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;                 /* bisa disesuaikan */
    height: 60px;
    border-radius: 15px;          /* bikin bulat */
    margin-bottom: 15px;         /* jarak bawah dari teks */
    box-shadow: 0 2px 6px rgba(0,0,0,0.08); /* biar ada efek melayang */
}

.life-coaching-reasons .reason-item .icon-box img {
    max-width: 50%;              /* biar ikonnya nggak kepenuhan */
    height: auto;
}


.reasons-header {
  text-align: center;
  margin-bottom: 40px;
}

.reasons-header .bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  margin-right: 8px;
  vertical-align: middle;
}

.reasons-header .meta-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.reasons-header h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-top: 10px;
}

.reasons-header .highlight {
  color: #3a66ff;
}

/* Grid layout */
.reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.reason-item {
  background: #1a213a;
  padding: 30px;
  border-radius: 12px;
  text-align: left;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.reason-item:hover {
  background: #232b48;
  transform: translateY(-5px);
}
.reason-item .icon {
  font-size: 28px;
  margin-bottom: 10px;
  text-align: left;
}

/* Responsive */
@media (max-width: 992px) {
  .life-coaching-reasons {
    padding: 60px 10px;
  }
  .reasons-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .reasons-grid {
    grid-template-columns: 1fr;
  }
}

/* FAQ Section */
.life-coaching-faq {
  background: #f9f9fb;
  padding: 100px 0;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.faq-grid {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  align-items: start;
}

.faq-left .faq-meta {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
	color: #030b2399;
}

.faq-left .bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #030b2399;
  border-radius: 50%;
  margin-right: 8px;
}

.faq-left h2 {
	margin-top: 0;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 20px;
}

.faq-left .btn-cta {
  display: inline-block;
  background: #0e38b1;
  color: #fff;
  padding: 12px 22px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.faq-left .btn-cta:hover {
  background: #2349c2;
}

.faq-right {
	max-width: 650px;
}

.faq-right .faq-item {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  position: relative;
}

.faq-number {
  font-size: 14px;
  font-weight: 700;
  color: #030b2399;
  position: absolute;
  left: 0;
  top: 22px;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 50px;
  font-size: 1.75rem;
  font-weight: 600;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
}

.faq-question span {
  flex: 1;
}

.faq-question .toggle-icon {
  flex-shrink: 0;
  font-size: 20px;
  margin-left: 10px;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 20px;
  transition: transform 0.3s;
}

.faq-item.active .faq-question::after {
  content: "-";
}

.faq-answer {
  margin-left: 50px;
  display: none;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #555;
}

.faq-item.active .faq-answer {
  display: block;
}

@media (max-width: 768px) {
  .life-coaching-faq {
    padding: 60px 10px;
  }
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

/* Business Coaching */
.business-coaching-section {
  padding: 80px 20px;
  background: #0b1224;
  color: #fff;
}

.business-coaching-section .bc-header {
  text-align: center;
  margin-bottom: 50px;
}

.bc-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.bc-meta .bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}

.business-coaching-section .bc-meta {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-bottom: 10px;
}

.business-coaching-section .bc-header h2 {
  font-size: 3rem;
  font-weight: 700;
	margin-top: 0;
}

.business-coaching-section .highlight {
  color: #3a7bff;
}

.bc-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.bc-item {
  display: flex;
	gap: 300px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0;
  align-items: flex-start;
}

.bc-left {
  flex: 1 1 45%;
  display: flex;
/*   align-items: center; */
  gap: 1.75em;
}

.bc-left .bc-number {
  font-size: 1.75rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3);
  min-width: 40px;
}

.bc-left h3 {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0;
}

.bc-right {
  max-width: 450px;
}

.bc-right p {
  margin: 0;
  line-height: 1.6;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 768px) {
  .bc-item {
    flex-direction: column;
    gap: 10px;
  }
  .bc-left {
    display: block;
    gap: 8px;
  }
  .bc-right {
    flex: 1 1 100%;
  }
}

/* Navigasi */
.nav-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  padding: 1em 0;
}

/*////////////////////////////////////////////////////////////////////*/

.nav-branding h1 {
  font-size: 1.25rem;
  margin: 0;
  /* letter-spacing: 4px; */
}

.nav-branding h1 a {
  color: var(--white);
  text-decoration: none;
}

.nav-branding img {
  max-width: 180px;
  object-fit: cover;
}

/*////////////////////////////////////////////////////////////////////*/

.nav-menus ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav-menus ul li {
  float: left;
  margin: 0 1em;
}

.nav-menus ul li a {
  display: block;
  padding: 0.5em 0;
  color: var(--white);
  text-decoration: none;
}

.nav-menus ul li a:hover {
  text-decoration: underline;
}

.nav-menus ul li.menu-item-has-children > a:after {
  display: inline-block;
  font: var(--fa-font-solid);
  content: "\f107";
  color: inherit;
  font-size: 0.8rem;
  margin-left: 0.5em;

  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.nav-menus ul li.menu-item-has-children > a.rotate:after {
  transform: rotate(180deg);
}

.nav-menus ul li ul {
  position: absolute;
  display: none;
  background: var(--white);
  padding: 1em 0 1.25em 0;
  border-radius: 0.5em;
}

.nav-menus ul li ul span {
  display: inline-block;
  padding: 0 1.5em;
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.7rem;
  color: var(--gray-2);
}

.nav-menus ul li ul li {
  float: none;
  margin: 0 1.25em;
}

.nav-menus ul li ul li a {
  color: var(--dark);
  font-size: 0.9rem;
  padding: 0.5em 1em;
  border-left: 1.5px solid #ddd;
}

.nav-menus ul li ul li:nth-child(2) a {
  padding-top: 0;
}

.nav-menus ul li ul li:last-child a {
  padding-bottom: 0;
}

@media (max-width: 1024px) {
  .nav-menus {
    display: none;
  }
}

/*////////////////////////////////////////////////////////////////////*/

.nav-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
}

/*////////////////////////////////////////////////////////////////////*/

.nav-search-cta {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.search-form {
  display: none;
  position: absolute;
  background: var(--white);
  padding: 1em;
  border-radius: 0.5em;
  top: 2em;
  right: 0;
}

.search-form h3 {
  margin: 0 0 0.5em 0;
  font-weight: 500;
  font-size: 1rem;
}

.search-form form {
  position: relative;
}

.search-form form input {
  width: 400px;
  display: inline-block;
  padding: .75em 2.5em;
  border: 1.5px solid var(--border);
  border-radius: 100px;
}

.search-form form button {
  position: absolute;
  top: 52%;
  left: 1em;
  transform: translateY(-50%);
  background: transparent;
  width: 20px;
  height: 20px;
  border: none;
	padding: 0 !important;
}

.search-form-result {
  margin-top: 1em;
}

.search-form-result > span {
  display: inline-block;
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8rem;
  color: var(--gray-2);
}

.search-result {
  border-left: 2px solid var(--border);
}

.search-result-item {
  position: relative;
  margin-left: -2px;
  padding: 0 1em;
  margin-bottom: 1em;
  border-left: 2px solid var(--border);
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
}

.search-result-item:hover {
  border-left: 2px solid var(--dark);
}

.search-result-item span {
  color: var(--gray-2);
  font-size: 0.8rem;
}

.search-result-item a {
  color: var(--gray-1);
	text-decoration: none;
}

.search-result-item:hover a {
  color: var(--dark);
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
}

.search-result-item h3 svg {
  font-size: 0.7rem;
}

/*////////////////////////////////////////////////////////////////////*/

.nav-contact-cta {
  display: inline-block;
  padding: 1em 1.5em;
  border-radius: 100px;
  background: var(--white);
  color: var(--dark);
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .nav-contact-cta {
    display: none;
  }
}

/*////////////////////////////////////////////////////////////////////*/

.nav-mobile-cta {
  display: none;
  width: 50px;
  height: 50px;
  line-height: 65px;
  border-radius: 50px;
  background: var(--white);
  text-align: center;
}

@media (max-width: 1024px) {
  .nav-mobile-cta {
    display: inline-block;
  }
}

/*////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////*/

.hero-meta {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 1em;
}

.hero-meta .bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--white);
}

.hero-meta .meta-text {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--white);
  opacity: 0.9;
}

/* .hero-entry {
  margin: 0 50px;
  color: var(--white);
} */

.hero-entry {
  margin-top: -15px;
  margin: 0 50px;
  color: var(--white);
  max-width: 700px;
}

.hero-entry h2 {
  font-weight: 500;
  font-size: 4rem;
  line-height: 1;
  margin: 0;
  letter-spacing: -1.5px;
}

.hero-entry p {
  margin-bottom: 2em;
}

.hero-entry-cta {
  display: inline-block;
	    margin-top: 20px;
  padding: 1.25em 1.75em;
  border-radius: 100px;
  background: #0E38B1;
  color: var(--white);
  font-size: 0.85rem;
  text-decoration: none;
}

.hero-entry-cta svg {
  font-size: 0.75rem;
}

@media (max-width: 420px) {
  .hero-wrapper {
    background-position: 70% !important;
  }

  .hero-entry {
    margin: 100px 0 0 0;
  }
}

/*////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////*/

/* .hero-entry-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white);
  font-size: 0.85rem;
  margin-bottom: 2em;
} */

.hero-entry-bottom {
  position: absolute;
  bottom: 2em;
  left: 0px;
  right: 0px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white);
  font-size: 0.85rem;
}

.hero-entry-bottom span {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

/*////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////*/

.nav-mobile-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-dark);
  z-index: 99999;
}

/*////////////////////////////////////////////////////////////////////*/

.nav-mobile-header {
  padding: 1em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-mobile-branding h1 {
  font-size: 1.25rem;
  margin: 0;
  letter-spacing: 4px;
}

.nav-mobile-branding h1 a {
  color: var(--white);
  text-decoration: none;
}

.nav-mobile-branding img {
  max-width: 180px;
  object-fit: cover;
}

.nav-mobile-cta-close {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 65px;
  border-radius: 50px;
  background: var(--white);
  text-align: center;
}

/*////////////////////////////////////////////////////////////////////*/

.nav-mobile-menus ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav-mobile-menus ul li {
  border-bottom: 1px solid var(--border-dark);
}

.nav-mobile-menus ul li a {
  display: block;
  padding: 1em 0;
  color: var(--white);
  text-decoration: none;
  font-size: 1.25rem;
}

.nav-mobile-menus ul li.menu-item-has-children > a:after {
  display: inline-block;
  font: var(--fa-font-solid);
  content: "\f107";
  color: inherit;
  font-size: 0.98rem;
  margin-top: 0.5em;
  margin-left: 0.5em;
  float: right;

  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.nav-mobile-menus ul li.menu-item-has-children > a.rotate:after {
  transform: rotate(180deg);
}

/*////////////////////////////////////////////////////////////////////*/

.nav-mobile-menus ul li ul {
  padding-bottom: 1em;
  display: none;
}

.nav-mobile-menus ul li ul li {
  border-bottom: none;
}

.nav-mobile-menus ul li ul li a {
  padding: 0.25em 0;
  font-size: 1.2rem;
  color: var(--gray-dark-1);
}

.nav-mobile-contact-cta {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1.5em;
  padding: 0 1em;
}

.nav-mobile-contact-cta a {
  width: 100%;
  display: block;
  padding: 1em 1.5em;
  border-radius: 100px;
  background: var(--white);
  color: var(--dark);
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
}

/*////////////////////////////////////////////////////////////////////*/

.search-form-mobile {
  margin-top: 1em;
}

.search-form-mobile h3 {
  display: block;
  text-align: center;
  margin: 0 0 0.5em 0;
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--white);
}

.search-form-mobile form {
  position: relative;
}

.search-form-mobile form input {
  width: 100%;
  display: inline-block;
  padding: 1.1em 2.5em;
  border: 1.5px solid var(--border-dark);
  border-radius: 100px;
  font-size: 1.1rem;
  background: transparent;
  color: var(--white);
}

.search-form-mobile form button {
  position: absolute;
  top: 50%;
  left: 0.75em;
  transform: translateY(-50%);
  background: transparent;
  width: 24px;
  height: 24px;
  border: none;
}

.search-form-mobile-result {
  margin-top: 2em;
}

.search-form-mobile-result > span {
  display: inline-block;
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9rem;
  color: #4d4d4d;
}

.search-mobile-result-item {
  position: relative;
  margin-bottom: 1em;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
}

.search-mobile-result-item span {
  display: block;
  color: #999999;
  font-size: 0.8rem;
  margin-bottom: 0.25em;
}

.search-mobile-result-item h3 {
  text-align: left;
  font-size: 1.2rem;
}

.search-mobile-result-item h3 svg {
  margin-top: 0.5em;
  font-size: 0.9rem;
  float: right;
}

/*////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////*/

.footer-wrapper {
  background: var(--bg-dark);
  color: var(--white);
}

.footer-menus {
  padding: 2em 0;
  display: grid;
  grid-template-columns: 1fr 400px;
  grid-gap: 100px;
  border-bottom: 1px solid var(--border-dark);
}

.footer-menus .sub-menu {
  display: none;
}

@media (max-width: 1024px) {
  .footer-menus {
    display: flex;
    flex-direction: column;
    gap: 4em;
  }
}

.footer-menus-1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 2em;
}

.footer-menus-1-item span {
  display: inline-block;
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.7rem;
  color: #4d4d4d;
}

.footer-menus-1-item ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-menus-1-item ul li {
  margin-bottom: 0.5em;
  font-size: 0.9rem;
}

.footer-menus-1-item ul li a {
  color: var(--white);
  text-decoration: none;
}

.footer-menus-1-item ul li a:hover {
  text-decoration: underline;
}

.footer-menus-1-item ul li svg {
  font-size: 0.7rem;
}

/*////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////*/

.footer-menus-2-item {
  font-size: 0.9rem;
  margin-bottom: 2.5em;
}

.footer-menus-2-item a {
  color: var(--white);
  text-decoration: none;
}

.footer-menus-2-item a:hover {
  text-decoration: underline;
}

.footer-menus-2-item svg {
  font-size: 0.7rem;
}

.footer-menus-2-item p {
  color: #9ea2aa;
}

/*////////////////////////////////////////////////////////////////////*/

.footer-bottom {
  padding: 1.5em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  text-align: center;
}

.footer-bottom-text {
  font-size: 0.9rem;
  color: #9ea2aa;
}

.footer-bottom-text a {
  color: var(--white);
  text-decoration: none;
}

.footer-bottom-social {
  display: flex;
  flex-direction: row;
  gap: 1.5em;
}
