@charset "UTF-8";
.section-pengertian {
  position: relative;
  background: #fff5f4;
  padding: 5rem 10%;
}
.section-pengertian::before, .section-pengertian::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}
.section-pengertian::before {
  width: 300px;
  height: 300px;
  background: rgba(233, 79, 55, 0.1);
  top: 100px;
  left: -100px;
}
.section-pengertian::after {
  width: 200px;
  height: 200px;
  background: rgba(233, 79, 55, 0.15);
  bottom: -50px;
  right: 50px;
  z-index: 2;
}
.section-pengertian .pengertian__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  position: relative;
  z-index: 1;
}
.section-pengertian .pengertian__text {
  flex: 1 1 45%;
  color: #222;
}
.section-pengertian .pengertian__text h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #e94f37;
}
.section-pengertian .pengertian__text p {
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.section-pengertian .pengertian__image {
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-pengertian .pengertian__image img {
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .section-pengertian {
    padding: 3rem 5%;
  }
  .section-pengertian .pengertian__container {
    flex-direction: column-reverse;
    text-align: center;
  }
  .section-pengertian .pengertian__text h2 {
    font-size: 1.8rem;
  }
}

.section-proses {
  position: relative;
  background: linear-gradient(135deg, #fff 0%, #fff3f3 100%);
  padding: 5rem 10%;
}
.section-proses .proses__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  position: relative;
  z-index: 1;
}
.section-proses .proses__image {
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section-proses .proses__image::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -10px;
  width: 100%;
  height: 100%;
  background: rgba(233, 79, 55, 0.15);
  border-radius: 20px;
  z-index: 0;
  box-shadow: 0 10px 25px rgba(233, 79, 55, 0.2);
  transform: rotate(-3deg);
}
.section-proses .proses__image img {
  position: relative;
  width: 100%;
  max-width: 420px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease;
  z-index: 1;
}
.section-proses .proses__image img:hover {
  transform: scale(1.05);
}
.section-proses .proses__text {
  flex: 1 1 50%;
  color: #222;
}
.section-proses .proses__text h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #e94f37;
}
.section-proses .proses__text p {
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.section-proses .proses__bridging {
  text-align: center;
  margin-top: 3rem;
  font-size: 1.1rem;
  color: #222;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .section-proses {
    padding: 3rem 5%;
  }
  .section-proses .proses__container {
    flex-direction: column;
    text-align: center;
  }
  .section-proses .proses__text h2 {
    font-size: 1.8rem;
  }
  .section-proses .proses__image img {
    max-width: 80%;
  }
}

.section-keunggulan {
  background: linear-gradient(135deg, #f3f9ff 0%, #ffffff 100%);
  padding: 5rem 10%;
  position: relative;
  overflow: hidden;
}
.section-keunggulan::before, .section-keunggulan::after {
  content: "";
  position: absolute;
  z-index: 0;
  filter: blur(80px);
  opacity: 0.7;
  transform: rotate(15deg);
}
.section-keunggulan::before {
  width: 400px;
  height: 400px;
  top: -150px;
  left: -120px;
  background: radial-gradient(circle at 30% 30%, rgba(52, 152, 219, 0.35), transparent 70%);
}
.section-keunggulan::after {
  width: 300px;
  height: 300px;
  bottom: -100px;
  right: -100px;
  background: radial-gradient(circle at 70% 70%, rgba(0, 188, 212, 0.3), transparent 70%);
}
.section-keunggulan .keunggulan__container {
  position: relative;
  z-index: 1;
  text-align: center;
}
.section-keunggulan .keunggulan__container h2 {
  color: #e94f37;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.section-keunggulan .keunggulan__container .keunggulan__intro {
  max-width: 800px;
  margin: 0 auto 3rem;
  font-size: 1.1rem;
  color: #222;
  line-height: 1.7;
}
.section-keunggulan .keunggulan__cards {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.section-keunggulan .keunggulan__cards .card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  flex: 1 1 300px;
  max-width: 360px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}
.section-keunggulan .keunggulan__cards .card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(52, 152, 219, 0.15), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.section-keunggulan .keunggulan__cards .card:hover {
  transform: translateY(-8px);
  border-color: rgba(52, 152, 219, 0.3);
}
.section-keunggulan .keunggulan__cards .card:hover::before {
  opacity: 1;
}
.section-keunggulan .keunggulan__cards .card h3 {
  color: #e94f37;
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
}
.section-keunggulan .keunggulan__cards .card p {
  color: #222;
  font-size: 1rem;
  line-height: 1.6;
}
.section-keunggulan .keunggulan__promosi {
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
  color: #222;
}
.section-keunggulan .keunggulan__promosi h4 {
  font-size: 1.5rem;
  color: #1a4b7a;
  margin-bottom: 1rem;
}
.section-keunggulan .keunggulan__promosi ul {
  margin: 1rem 0;
  padding-left: 1.2rem;
}
.section-keunggulan .keunggulan__promosi ul li {
  margin-bottom: 0.5rem;
}
.section-keunggulan .keunggulan__promosi .keunggulan__cta {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #222;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.section-keunggulan .keunggulan__promosi .keunggulan__cta strong {
  color: #e94f37;
}
.section-keunggulan .keunggulan__promosi .keunggulan__btn {
  display: inline-block;
  background: #e94f37;
  color: #fff;
  padding: 0.9rem 2rem;
  margin-left: 40%;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.05rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(233, 79, 55, 0.2);
  position: relative;
  z-index: 1;
}
.section-keunggulan .keunggulan__promosi .keunggulan__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(233, 79, 55, 0.3);
}
.section-keunggulan .keunggulan__promosi .keunggulan__btn:active {
  transform: translateY(0);
  box-shadow: 0 6px 15px rgba(233, 79, 55, 0.2);
}
@media (max-width: 1366px) {
  .section-keunggulan .keunggulan__promosi .keunggulan__btn {
    margin-left: 38%;
  }
}
@media (max-width: 768px) {
  .section-keunggulan {
    padding: 3rem 5%;
  }
  .section-keunggulan .keunggulan__cards {
    flex-direction: column;
    align-items: center;
  }
  .section-keunggulan .keunggulan__promosi .keunggulan__btn {
    margin-left: 28%;
  }
}
@media (max-width: 450px) {
  .section-keunggulan .keunggulan__promosi .keunggulan__btn {
    margin-left: 18%;
  }
}
@media (max-width: 350px) {
  .section-keunggulan .keunggulan__promosi .keunggulan__btn {
    margin-left: 10%;
  }
}

.section-faq {
  position: relative;
  background: linear-gradient(135deg, #f7f4ff 0%, #eef2ff 100%);
  padding: 5rem 10%;
  overflow: hidden;
  z-index: 1;
}
.section-faq::before, .section-faq::after {
  content: "";
  position: absolute;
  left: 0;
  width: 120%;
  height: 160px;
  transform: rotate(-4deg);
  z-index: 0;
}
.section-faq::after {
  bottom: -90px;
  background: linear-gradient(135deg, rgba(155, 89, 182, 0.15) 0%, rgba(155, 89, 182, 0.3) 100%);
  transform: rotate(4deg);
}
.section-faq .faq__container {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.section-faq .faq__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1rem;
}
.section-faq .faq__subtitle {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 3rem;
}
.section-faq .faq__items {
  text-align: left;
}
.section-faq .faq__item {
  background: #fff;
  border-radius: 15px;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border-left: 6px solid #e94f37;
}
.section-faq .faq__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}
.section-faq .faq__question {
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  padding: 1.2rem 1.5rem;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
}
.section-faq .faq__question::after {
  content: "+";
  position: absolute;
  right: 1.5rem;
  top: 1rem;
  font-size: 1.5rem;
  color: #e94f37;
  transition: transform 0.3s ease;
}
.section-faq .faq__question.active {
  color: #e94f37;
}
.section-faq .faq__question.active::after {
  transform: rotate(45deg);
}
.section-faq .faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 1.5rem;
}
.section-faq .faq__answer p {
  color: #444;
  font-size: 1rem;
  line-height: 1.7;
  padding-bottom: 1rem;
}
.section-faq .faq__item.active .faq__answer {
  max-height: 300px;
}
@media (max-width: 768px) {
  .section-faq {
    padding: 3rem 5%;
  }
  .section-faq .faq__title {
    font-size: 1.8rem;
  }
  .section-faq .faq__question {
    font-size: 1rem;
  }
}

.section-artikel {
  position: relative;
  padding: 5rem 10%;
  background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
  color: #fff;
  overflow: hidden;
  /* Polygon diagonal shapes */
}
.section-artikel::before, .section-artikel::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 180px;
  left: -10%;
  z-index: 0;
  background: rgba(255, 255, 255, 0.1);
  transform: skewY(-5deg);
}
.section-artikel::before {
  top: 0;
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
}
.section-artikel::after {
  bottom: 0;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  background: rgba(255, 255, 255, 0.05);
}
.section-artikel .artikel__container {
  position: relative;
  z-index: 2;
  text-align: center;
}
.section-artikel .artikel__title {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.section-artikel .artikel__subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 3rem;
}
.section-artikel {
  /* Swiper Card */
}
.section-artikel .artikel__card {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  transform: scale(0.98);
}
.section-artikel .artikel__card:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
.section-artikel .artikel__card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease;
  filter: brightness(0.9);
}
.section-artikel .artikel__card:hover img {
  filter: brightness(1);
}
.section-artikel .artikel__card .artikel__info {
  padding: 1rem 1.2rem 1.5rem;
}
.section-artikel .artikel__card .artikel__info h3 {
  color: #2c3e50;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.section-artikel .artikel__card .artikel__info p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}
.section-artikel {
  /* Swiper Navigation */
}
.section-artikel .swiper-button-next,
.section-artikel .swiper-button-prev {
  color: #fff;
  transition: all 0.3s ease;
}
.section-artikel .swiper-button-next:hover,
.section-artikel .swiper-button-prev:hover {
  color: #dbeafe;
}
.section-artikel .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
}
.section-artikel .swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width: 768px) {
  .section-artikel {
    padding: 3rem 5%;
  }
  .section-artikel .artikel__title {
    font-size: 1.8rem;
  }
  .section-artikel .artikel__card img {
    height: 120px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100vh;
  padding: 0 10%;
  background: linear-gradient(135deg, #fff 0%, #ffeaea 100%);
  overflow: hidden;
  position: relative;
}
.hero__content {
  flex: 1;
  max-width: 500px;
  z-index: 2;
}
.hero__content > * {
  margin-bottom: 1.2rem;
}
.hero__tagline {
  display: inline-block;
  background: linear-gradient(135deg, #e94f37, #ff7b5a);
  color: #fff;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 8px 18px;
  border-radius: 30px;
  box-shadow: 0 4px 14px rgba(233, 79, 55, 0.4);
  position: relative;
  overflow: hidden;
  z-index: 2;
  animation: floatTagline 3s ease-in-out infinite;
}
.hero {
  /* Efek diagonal lembut di belakang */
}
.hero__tagline::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20%;
  width: 140%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  transform: skewX(-20deg);
  z-index: 1;
}
.hero {
  /* Animasi melayang */
}
@keyframes floatTagline {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
.hero__title {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
}
.hero__title span {
  color: #e94f37;
}
.hero__desc {
  font-size: 1.1rem;
  color: #555;
}
.hero__btn {
  display: inline-block;
  background: #e94f37;
  color: #fff;
  padding: 0.8rem 1.6rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}
.hero__btn:hover {
  background: #ff6961;
}
.hero__image {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero__image img {
  width: 80%;
  max-width: 400px;
  z-index: 2;
  border-radius: 20px;
}
.hero__blob {
  position: absolute;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle at top left, #ffb3a7, #ff6961);
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  animation: blobMove 10s ease-in-out infinite;
  z-index: 1;
}
@keyframes blobMove {
  0%, 100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 40% 60% 70% 30%/40% 70% 30% 60%;
  }
}
.hero {
  /* 🔺 Dekorasi segitiga */
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  transition: transform 1s ease-in-out;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 180px solid transparent;
  border-left: 180px solid rgba(233, 79, 55, 0.15);
  transform: translate(-30px, 30px) rotate(100deg);
}
@media (max-width: 768px) {
  .hero {
    flex-direction: column-reverse;
    text-align: center;
    padding: 2rem 5%;
  }
  .hero__image img {
    width: 70%;
  }
}

.footer {
  position: relative;
  background: linear-gradient(135deg, #2c3e50, #34495e);
  color: #fff;
  padding: 4rem 10% 2rem;
  overflow: hidden;
  z-index: 1;
}
.footer::before, .footer::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 150px;
  left: -10%;
  transform: rotate(-4deg);
  z-index: 0;
  opacity: 0.25;
}
.footer::before {
  top: -50px;
  background: linear-gradient(135deg, rgba(155, 89, 182, 0.3) 0%, rgba(52, 152, 219, 0.2) 100%);
}
.footer::after {
  bottom: -70px;
  background: linear-gradient(135deg, rgba(52, 152, 219, 0.25) 0%, rgba(155, 89, 182, 0.25) 100%);
  transform: rotate(4deg);
}
.footer .footer__container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer .footer__logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.2rem;
}
.footer .footer__logo img {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  object-fit: cover;
}
.footer .footer__logo span {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
}
.footer .footer__desc {
  font-size: 1rem;
  color: #e0e0e0;
  max-width: 600px;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.footer .footer__share {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.footer .share__btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #fff;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
}
.footer .share__btn:hover {
  transform: translateY(-5px) scale(1.05);
  background: #e94f37;
  color: #fff;
}
.footer .footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 1.5rem;
  font-size: 0.9rem;
  color: #aaa;
}
@media (max-width: 768px) {
  .footer {
    padding: 3rem 5% 2rem;
  }
  .footer .footer__desc {
    font-size: 0.95rem;
  }
  .footer .share__btn {
    width: 42px;
    height: 42px;
    font-size: 1.2rem;
  }
}

/*# sourceMappingURL=style.css.map */
