/* ===== RESET & DASAR ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --ink: #101223;
  --ink-soft: #5a5f7a;
  --bg: #fbfaf7;
  --surface: #ffffff;
  --line: #e7e5df;
  --accent: #ff5a3c;
  --accent-ink: #b83b23;
  --accent-soft: #ffe9e2;
  --deep: #101223;
  --deep-2: #1c1f38;
  --mint: #35c48f;
}

body {
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.65;
  color: var(--ink);
  background-color: var(--bg);
}

h1, h2, h3, .logo {
  font-family: "Space Grotesk", "Inter", sans-serif;
  letter-spacing: -0.01em;
}

/* ===== NAVBAR ===== */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 48px;
  background-color: transparent;
  position: relative;
  z-index: 5;
}

.navbar .logo {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 19px;
  font-weight: 700;
}

.navbar .logo .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--accent);
  display: inline-block;
}

.navbar .logo em {
  font-style: normal;
  color: var(--accent);
}

.navbar .menu {
  display: flex;
  gap: 8px;
}

.navbar .menu a {
  color: var(--ink);
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 999px;
}

.navbar .menu a:hover {
  background-color: var(--accent-soft);
  color: var(--accent-ink);
}

/* ===== HEADER ===== */
.header {
  position: relative;
  overflow: hidden;
  background-color: var(--deep);
  color: white;
  text-align: center;
  padding: 90px 24px 0;
}

.header-glow {
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
  width: 640px;
  height: 640px;
  background: radial-gradient(circle, rgba(255,90,60,0.35) 0%, rgba(255,90,60,0) 70%);
  pointer-events: none;
}

.header-content {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}

.tagline {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--accent);
  background-color: rgba(255,90,60,0.12);
  border: 1px solid rgba(255,90,60,0.35);
  padding: 7px 16px;
  border-radius: 999px;
  margin-bottom: 26px;
}

.header h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
}

.header .highlight {
  color: var(--accent);
}

.header p {
  font-size: 16.5px;
  color: #c7c9dc;
  max-width: 540px;
  margin: 0 auto 34px;
}

.header-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

.btn-cta {
  display: inline-block;
  background-color: var(--accent);
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 14.5px;
  padding: 14px 28px;
  border-radius: 999px;
  border: 2px solid var(--accent);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.btn-cta:hover {
  background-color: transparent;
  color: var(--accent);
  transform: translateY(-2px);
}

.btn-ghost {
  display: inline-block;
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 14.5px;
  padding: 14px 24px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.25);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.btn-ghost:hover {
  border-color: white;
  background-color: rgba(255,255,255,0.06);
}

.header-stats {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 60px;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 28px 20px;
  flex-wrap: wrap;
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stat b {
  font-family: "Space Grotesk", sans-serif;
  font-size: 26px;
  color: var(--accent);
}

.stat span {
  font-size: 12.5px;
  color: #9ea2c0;
  margin-top: 4px;
}

/* ===== EYEBROW / JUDUL SECTION ===== */
.eyebrow {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-ink);
  margin-bottom: 10px;
}

.eyebrow.center {
  display: block;
  text-align: center;
}

.judul-section {
  font-size: 28px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 18px;
}

.keunggulan .judul-section {
  text-align: center;
  margin-bottom: 44px;
}

/* ===== PROFIL ===== */
.profil {
  padding: 90px 48px;
  max-width: 1140px;
  margin: 0 auto;
}

.profil-grid {
  display: flex;
  align-items: center;
  gap: 60px;
}

.profil-visual {
  flex: 0 0 260px;
  height: 260px;
  position: relative;
}

.visual-card {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px -12px rgba(16,18,35,0.18);
}

.visual-card.card-1 {
  top: 0;
  left: 20px;
  background-color: var(--accent-soft);
  transform: rotate(-6deg);
}

.visual-card.card-2 {
  top: 70px;
  left: 130px;
  background-color: var(--deep);
  color: white;
  transform: rotate(4deg);
  z-index: 2;
}

.visual-card.card-3 {
  top: 160px;
  left: 30px;
  background-color: #e4f8ee;
  transform: rotate(3deg);
}

.profil-text {
  flex: 1;
}

.profil-text p {
  color: var(--ink-soft);
  font-size: 15.5px;
  margin-bottom: 16px;
  max-width: 60ch;
}

@media (max-width: 780px) {
  .profil-grid { flex-direction: column; }
  .profil-visual { margin-bottom: 20px; }
}

/* ===== KEUNGGULAN / CARD ===== */
.keunggulan {
  padding: 90px 24px;
  background-color: var(--deep-2);
}

.keunggulan .eyebrow,
.keunggulan .judul-section {
  color: white;
  text-align: center;
}

.keunggulan .eyebrow { color: var(--accent); }

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  max-width: 1120px;
  margin: 0 auto;
}

.card {
  position: relative;
  background-color: var(--surface);
  width: 250px;
  padding: 30px 24px;
  border-radius: 18px;
  border: 1px solid var(--line);
  text-align: left;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.card:hover {
  transform: translateY(-8px);
  border-color: var(--accent);
}

.card-num {
  position: absolute;
  top: 18px;
  right: 20px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 13px;
  color: var(--line);
  font-weight: 700;
}

.card .icon {
  font-size: 30px;
  margin-bottom: 16px;
}

.card h3 {
  font-size: 16.5px;
  margin-bottom: 10px;
}

.card p {
  font-size: 13.5px;
  color: var(--ink-soft);
}

/* ===== FOOTER ===== */
.footer {
  background-color: var(--ink);
  color: white;
  padding: 40px 48px 24px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.footer .logo em {
  font-style: normal;
  color: var(--accent);
}

.footer-contact {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-contact a {
  color: #c7c9dc;
  text-decoration: none;
  font-size: 13.5px;
}

.footer-contact a:hover {
  color: var(--accent);
}

.footer-copy {
  text-align: center;
  font-size: 12.5px;
  color: #7d81a0;
  padding-top: 20px;
}
