:root{
  --bg: #f5fbff;
  --card: rgba(255,255,255,0.72);
  --card-solid: #ffffff;
  --text: #102033;
  --muted: #5c6b7a;
  --line: rgba(16,32,51,0.10);
  --blue: #72c7e6;
  --blue-2: #dff6ff;
  --sand: #f7e7c7;
  --sand-2: #fff7ea;
  --green: #20c67a;
  --shadow: 0 18px 50px rgba(16, 32, 51, 0.10);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  background:
    radial-gradient(circle at top left, rgba(114,199,230,0.18), transparent 35%),
    radial-gradient(circle at top right, rgba(247,231,199,0.28), transparent 28%),
    linear-gradient(180deg, #f7fdff 0%, #f5fbff 100%);
  color: var(--text);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

.bg-orb {
  position: fixed;
  border-radius: 999px;
  filter: blur(50px);
  opacity: 0.45;
  pointer-events: none;
  z-index: 0;
}

.orb-1 {
  width: 220px;
  height: 220px;
  background: #9fe7ff;
  top: 80px;
  right: -40px;
}

.orb-2 {
  width: 240px;
  height: 240px;
  background: #ffe4b8;
  bottom: 120px;
  left: -50px;
}

.navbar,
main,
.footer {
  position: relative;
  z-index: 1;
}

.navbar {
  max-width: 1200px;
  margin: 24px auto 0;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #08304a;
  background: linear-gradient(145deg, var(--blue-2), var(--sand-2));
  border: 1px solid rgba(16,32,51,0.08);
}

.brand-name {
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-sub {
  font-size: 0.82rem;
  color: var(--muted);
}

.nav-links {
  display: flex;
  gap: 26px;
  color: var(--muted);
  font-weight: 500;
}

.nav-links a:hover {
  color: var(--text);
}

.nav-btn,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nav-btn {
  padding: 12px 18px;
  background: #111827;
  color: white;
  box-shadow: 0 12px 24px rgba(17,24,39,0.16);
}

.btn:hover,
.nav-btn:hover {
  transform: translateY(-2px);
}

main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 22px 80px;
}

.hero {
  padding: 92px 24px 48px;
  text-align: center;
}

.hero-badge,
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #0c5a6f;
  background: rgba(114, 199, 230, 0.15);
  border: 1px solid rgba(114, 199, 230, 0.18);
}

.hero h1 {
  max-width: 950px;
  margin: 22px auto 18px;
  font-size: clamp(2.5rem, 6vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.hero-text {
  max-width: 780px;
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.8;
  color: var(--muted);
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  padding: 14px 22px;
  border: 1px solid var(--line);
}

.btn.primary {
  background: linear-gradient(135deg, #18b36a, #2bd47f);
  color: white;
  box-shadow: 0 16px 30px rgba(24,179,106,0.22);
}

.btn.secondary {
  background: rgba(255,255,255,0.68);
  color: var(--text);
}

.btn.large {
  padding: 16px 26px;
  font-size: 1rem;
}

.hero-stats {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.stat-card,
.panel,
.feature-card,
.process-step,
.contact-card {
  background: var(--card);
  backdrop-filter: blur(14px);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.stat-card {
  padding: 24px 18px;
}

.stat-number {
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.stat-label {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.95rem;
}

.trust-bar {
  margin: 18px 0 20px;
  padding: 16px 20px;
  border-radius: 22px;
  background: rgba(255,255,255,0.66);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  text-align: center;
  color: #355065;
  font-weight: 600;
}

.section {
  padding: 72px 0;
}

.section.soft {
  padding-left: 6px;
  padding-right: 6px;
}

.section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-head h2 {
  margin-top: 14px;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.06;
  letter-spacing: -0.05em;
}

.two-col {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 18px;
}

.panel {
  padding: 30px;
}

.panel h3,
.feature-card h3,
.process-step h3 {
  font-size: 1.2rem;
  margin-bottom: 14px;
  letter-spacing: -0.03em;
}

.panel p {
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 14px;
}

.highlight {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.72)),
    linear-gradient(135deg, rgba(247,231,199,0.4), rgba(114,199,230,0.18));
}

.checklist {
  list-style: none;
  display: grid;
  gap: 14px;
  color: #27475b;
  margin-top: 8px;
}

.checklist li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  border-radius: 999px;
  background: rgba(32,198,122,0.12);
  color: #1a9960;
  font-weight: 800;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.feature-card {
  padding: 24px;
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #0c5a6f;
  background: linear-gradient(145deg, var(--blue-2), var(--sand-2));
  margin-bottom: 16px;
}

.feature-card p,
.process-step p {
  color: var(--muted);
  line-height: 1.7;
}

.process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.process-step {
  padding: 26px;
}

.step-no {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: white;
  background: linear-gradient(135deg, #0d3553, #356b88);
  margin-bottom: 16px;
}

.big-quote {
  padding: 34px;
  font-size: 1.25rem;
  line-height: 1.8;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,0.82), rgba(255,247,234,0.90));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  color: #24384b;
}

.contact-card {
  padding: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.contact-card p {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.7;
}

.footer {
  max-width: 1200px;
  margin: 0 auto 24px;
  padding: 18px 22px;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid var(--line);
}

@media (max-width: 980px) {
  .navbar {
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-stats,
  .trust-bar,
  .grid-4,
  .process,
  .two-col {
    grid-template-columns: 1fr;
  }

  .contact-card,
  .footer {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 640px) {
  main {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar {
    padding: 14px 16px;
    margin-top: 14px;
  }

  .hero {
    padding-top: 56px;
  }

  .hero h1 {
    font-size: 2.4rem;
  }

  .panel,
  .feature-card,
  .process-step,
  .big-quote,
  .contact-card {
    padding: 22px;
  }
}

.logo-img {
  height: 32px;   /* kecilin di sini */
  width: auto;
  object-fit: contain;
}

