:root {
  --font-family-satoshi-bold: "Satoshi-Bold", Helvetica;
  --font-family-satoshi-medium: "Satoshi-Medium", Helvetica;
  --font-family-satoshi-regular: "Satoshi-Regular", Helvetica;
}

@font-face {
  font-family: "Satoshi-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../font/satoshi-variable.ttf") format("truetype");
}

@font-face {
  font-family: "Satoshi-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../font/satoshi-regular.otf") format("opentype");
}

@font-face {
  font-family: "Satoshi-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../font/satoshi-medium.ttf") format("truetype");
}

body {
  font-family: var(--font-family-satoshi-regular);
  background-repeat: no-repeat;
}

img.logo {
  width: 37px;
  height: auto;
}

.bg-img {
  --bs-bg-opacity: 1;
  position: relative;
  background-image: url("../images/Background.svg");
  background-size: cover;
  background-position: center;
}

.feature-card img {
  width: 70px !important;
}

.navbar {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  border-bottom: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
  transition: background-color 0.3s ease, color 0.3s ease;
}

a.navbar-brand,
a.navbar-brand:focus {
  transition: color 0.3s ease;

  color: #fff;
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-size: 22.2px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

a.navbar-brand:hover,
a.navbar-brand:active,
.navbar.scrolled a.navbar-brand:hover,
.navbar.scrolled a.navbar-brand:active {
  color: #ff5702;
}

a.nav-link,
a.nav-link:focus {
  color: #fff;
  font-family: var(--font-family-satoshi-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.navbar.scrolled a.navbar-brand,
.navbar.scrolled a.nav-link {
  color: #1c1c1c;
}

a.nav-link:hover,
a.nav-link:active {
  color: #ff5702 !important;
}

.navbar.scrolled .btn-masuk {
  color: #ff5702;
}

.btn-masuk,
.btn-masuk:focus {
  border: none;
  border-radius: 100px;

  color: #fff;
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  transition: color 0.3s ease;
}

.btn-masuk:hover,
.btn-masuk:active {
  background: transparent;
  color: #ff5702;
}

.btn-daftar,
.btn-daftar:focus {
  background: #ff5702;
  border: none;
  border-radius: 100px;

  color: #fff;
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.btn-daftar:hover,
.btn-daftar:active {
  background: var(--Light-Orange, #ffe4d7);
  color: #ff5702;
}

.nav-log {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.hero-section h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.hero-section p {
  font-size: 1.1rem;
}

.badge {
  display: inline-flex;
  padding: 6px 10px 6px 6px;
  align-items: center;
  gap: 6px;

  border-radius: 100px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(25px);

  color: #fff;
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: normal;
}

img.ceklis {
  width: 2rem;
}

h1.teks1 {
  align-self: stretch;

  text-shadow: 0px 4px 10px rgba(28, 28, 28, 0.15);
  font-family: var(--font-family-satoshi-regular);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;

  background: linear-gradient(180deg, #fff 0%, #ebf4ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

p.teks1 {
  align-self: stretch;
  color: #fff;
  text-shadow: 0px 4px 10px rgba(28, 28, 28, 0.15);
  font-family: var(--font-family-satoshi-regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn-custom {
  border-radius: 130.233px;
  background: var(--Light-Orange, #ffe4d7);
  padding: 12px 18px;
  gap: 10px;

  color: #ff5702;
  font-family: var(--font-family-satoshi-regular);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.btn-custom:hover {
  color: #fff;
  background: #ff5702;
}

.img-fluid {
  width: 39rem;
}

.feature-section {
  padding: 60px 0;
  text-align: center;
}

.feature-card {
  background: white;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 15px 0;
  height: 100%;
}

.feature-card img {
  width: 50px;
}

.teks-biru {
  color: #3849f7;
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.badge-biru {
  display: inline-flex;
  padding: 6px 10px 6px 6px;
  align-items: center;
  gap: 2px;

  border-radius: 100px;
  border: 1px solid #3849f7;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(25px);
}

.teks-fitur {
  align-self: stretch;
  color: #1c1c1c;
  text-align: center;
  font-family: var(--font-family-satoshi-medium);
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.feature-title {
  align-self: stretch;
  color: #1c1c1c;
  font-family: var(--font-family-satoshi-regular);
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.feature-description {
  align-self: stretch;
  color: var(--Text, #444);
  font-family: var(--font-family-satoshi-regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.feature-card {
  border-radius: 20px;
  border: 1px solid var(--Light---110, #e0e3ff);
  background: #fff;
}

.custom-card {
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.custom-card img {
  width: 100%;
  object-fit: cover;
}

.info-box {
  background-color: #3b82f6;
  color: white;
  padding: 20px;
  border-radius: 20px 0 0 0;
}

.info-box p {
  margin: 0;
  font-size: 1rem;
}

.platform-section h3 {
  font-weight: bold;
  font-size: 1.5rem;
}

.platform-section p {
  color: #6b7280;
  font-size: 0.9rem;
}

.user-type {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.user-type span {
  color: var(--Black, #1c1c1c);
  font-family: var(--font-family-satoshi-regular);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  gap: 11.408px;
}

h3.teks1 {
  align-self: stretch;
  color: #1c1c1c;
  font-family: var(--font-family-satoshi-medium);
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

p.teks2 {
  align-self: stretch;
  color: var(--Text, #444);
  font-family: var(--font-family-satoshi-regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

img.org {
  max-width: 100%;
  height: auto;
}

img.pengguna {
  display: flex;
  width: 60px;
  height: 60px;
  padding: 11.408px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 11.408px;
}

.section-title {
  font-size: 24px;
  font-weight: 600;
  color: #6b6b6b;
  background-color: #eaf2ff;
  padding: 8px 16px;
  border-radius: 20px;
  display: inline-block;
}

.content-title {
  align-self: stretch;
  color: var(--Black, #1c1c1c);
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.content-description {
  color: var(--Text, #444);
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 auto 32px;
}

.card-content {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;

  border-radius: 20px;
  border: 2px solid var(--White, #fff);
  background: rgba(255, 255, 255, 0.4);
}

.card-content:hover {
  transform: scale(1.05);
}

.card-content img {
  border-radius: 16px;
}

.stats-section {
  background-color: #3a6ef6;
  color: white;
  padding: 32px 0;
}

.stats-section .stat-number {
  font-size: 36px;
  font-weight: bold;
}

.stats-section .stat-description {
  font-size: 16px;
}

.bg-grad {
  --bs-bg-opacity: 1;
  background: linear-gradient(
    180deg,
    rgba(224, 227, 255, 0) 0%,
    #e0e3ff 64.27%
  );
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: #fff !important;
}

.card-title {
  color: var(--Dark, #000a17);
  font-family: var(--font-family-satoshi-regular);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.trusted-section {
  display: flex;
  padding: 32px 100px;
  justify-content: space-between;
  align-items: center;
  background: #3849f7;
}

.trusted-text {
  flex-shrink: 0;
  color: var(--White, #fff);
  font-family: var(--font-family-satoshi-regular);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.stat-number {
  color: var(--White, #fff);
  font-family: var(--font-family-satoshi-regular);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.stat-label {
  color: var(--White, #fff);
  text-align: justify;
  font-family: var(--font-family-satoshi-regular);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
}
.stat-highlight {
  color: var(--Primary, #ff5702);
  font-family: var(--font-family-satoshi-regular);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.stat-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stat-item {
  text-align: center;
}

.contact-section {
  padding: 2rem;
}

.contact-section .badge {
  font-size: 14px;
  background-color: #d9e8ff;
  color: #1c75bc;
  border-radius: 0.5rem;
}

.whatsapp-btn,
.whatsapp-btn:hover {
  padding: 12px 18px;
  gap: 10px;
  border-radius: 130.233px;
  border: 1.5px solid var(--Primary, #ff5702);
  background: var(--Primary, #ff5702);

  color: var(--White, #fff);
  font-family: var(--font-family-satoshi-regular);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.promotion-section {
  padding: 2rem;
  margin-top: 2rem;
  border-radius: 30px;
  border: 1px solid var(--Primary, #ff5702);
  background: linear-gradient(94deg, #ffddca 0%, #ffeade 100%),
    url("../images/Diagonal.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: unset;
  background-blend-mode: darken;
}

.bg-grad2 {
  background: linear-gradient(to bottom, #ffffff 70%, #e0e3ff 50%);
}

.btn-orange,
.btn-orange:hover {
  border-radius: 130.233px;
  border: 1.5px solid var(--Primary, #ff5702);
  background: var(--Primary, #ff5702);
  display: flex;
  padding: 12px 18px;
  align-items: center;
  gap: 10px;
  color: var(--White, #fff);
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer {
  text-align: center;
  padding: 2rem 0;
  background: #e0e3ff;
}

.footer a {
  color: #ff5722;
  font-size: 24px;
  margin: 0 0.5rem;
}

.footer p {
  margin-top: 1rem;
  font-size: 14px;
  color: #6c757d;
}

h2.hk {
  align-self: stretch;
  color: #1c1c1c;
  font-family: var(--font-family-satoshi-regular);
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

p.hk {
  color: var(--Text, #444);
  font-family: var(--font-family-satoshi-regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

span.cs {
  color: var(--Secondary, #3849f7);
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

div.cs {
  align-items: center;
  display: flex;
  gap: 5px;
}

img.cs {
  max-width: 100%;
  height: auto;
}

span.nmr {
  color: var(--Black, #1c1c1c);
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

span.ceklis2 {
  border-radius: 100px !important;
  border: 1px solid var(--Primary, #ff5702);
  background: #ffece2;
  backdrop-filter: blur(25px);

  display: inline-flex;
  padding: 6px 10px 6px 6px;
  align-items: center;
  gap: 6px;

  color: var(--Primary, #ff5702);
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

span.solusi {
  color: var(--Secondary, #3849f7);
  font-family: var(--font-family-satoshi-regular);
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px;
}

h2.solusi {
  color: #1c1c1c;
  font-family: var(--font-family-satoshi-regular);
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px;
}

.badge-biru2 {
  display: inline-flex;
  padding: 6px 10px 6px 6px;
  align-items: center;
  gap: 2px;

  border-radius: 100px;
  border: 1px solid #3849f7;
  background: #ebf4ff;
  backdrop-filter: blur(25px);
}

.footer2 {
  text-align: center;
  border: 1px solid var(--Secondary, #3849f7);
  background: #3849f7;
}

span.f-end {
  color: var(--White, #fff);
  font-family: var(--font-family-satoshi-regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

p.fl {
  color: var(--Black, #1c1c1c);
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

h5.fl {
  color: var(--Black, #1c1c1c);
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-size: 23.237px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 1200px) {
  h1.teks1,
  h3.teks1,
  .content-title,
  h2.hk {
    font-size: 26px;
  }
  p.teks1,
  .feature-description,
  p.teks2,
  .content-description,
  p.hk,
  .badge,
  .badge-biru2,
  .ceklis2 {
    font-size: 14px !important;
  }
  .teks-fitur {
    font-size: 24px;
  }
  .feature-title {
    font-size: 20px;
  }
  .user-type span {
    font-size: 22px;
  }
  .trusted-text {
    font-size: 21px;
  }
  .stat-label,
  span.nmr,
  span.cs,
  .whatsapp-btn,
  .whatsapp-btn:hover,
  p.fl {
    font-size: 16px;
  }

  h2.solusi,
  span.solusi {
    font-size: 30px;
    line-height: 50px;
  }

  .btn-orange,
  .btn-orange:hover {
    font-size: 18px;
    padding: 10px 14px;
  }

  .stat-highlight,
  .stat-number {
    font-size: 30px;
  }

  html {
    scroll-behavior: smooth;
  }
}
