/* ========================================================
   PROSPERITY WAYS — Landing Page Theme
   Tema mengikuti flyer: hitam pekat + emas metalik
======================================================== */

:root {
  --bg-black: #08070a;
  --bg-black-2: #100d10;
  --bg-card: #16121a;
  --gold-1: #f6d576;
  --gold-2: #d9a441;
  --gold-3: #a9761c;
  --gold-line: rgba(217, 164, 65, 0.35);
  --text-light: #f3ede2;
  --text-muted: #b8ada0;
  --radius: 14px;
  --max-w: 720px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: radial-gradient(circle at 50% -10%, #1a1520 0%, var(--bg-black) 45%, #050405 100%);
  color: var(--text-light);
  font-family: 'Poppins', 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

.wrap {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 22px;
}

.gold-text {
  background: linear-gradient(180deg, var(--gold-1) 0%, var(--gold-2) 55%, var(--gold-3) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-2);
  font-weight: 600;
  border: 1px solid var(--gold-line);
  border-radius: 999px;
  padding: 7px 16px;
  background: rgba(217, 164, 65, 0.06);
}

/* ---------- HERO ---------- */
.hero {
  position: relative;
  padding: 36px 0 40px;
  text-align: center;
  background:
    repeating-linear-gradient(115deg, rgba(217,164,65,0.05) 0px, rgba(217,164,65,0.05) 1px, transparent 1px, transparent 70px),
    radial-gradient(circle at 80% 0%, rgba(217,164,65,0.10), transparent 55%);
  border-bottom: 1px solid var(--gold-line);
}

.hero .logo {
  width: clamp(140px, 24vw, 190px);
  height: auto;
  margin: 0 auto 26px;
  object-fit: contain;
}

.hero .eyebrow { margin-bottom: 18px; }

.hero h1 {
  font-family: 'Montserrat', 'Poppins', sans-serif;
  font-weight: 900;
  font-size: clamp(42px, 11.5vw, 78px);
  line-height: 0.92;
  margin: 6px 0 4px;
  letter-spacing: -0.02em;
  max-width: 100%;
  overflow-wrap: normal;
}

.hero .sub {
  font-size: clamp(17px, 4.6vw, 21px);
  font-weight: 600;
  color: var(--text-light);
  margin: 14px 0 22px;
  padding: 0 10px;
}

.hero-flyer {
  width: min(100%, 380px);
  height: auto;
  max-height: 640px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto 28px;
  border: 1px solid var(--gold-line);
  border-radius: var(--radius);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45);
}

.badges {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 360px;
  margin: 0 auto 26px;
}

.badge {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(180deg, #171219, #0e0b10);
  border: 1px solid var(--gold-line);
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 14.5px;
  font-weight: 600;
  text-align: left;
}

.badge .ic {
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--gold-1), var(--gold-3));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.free-pill {
  display: inline-block;
  background: linear-gradient(180deg, var(--gold-1) 0%, var(--gold-2) 60%, var(--gold-3) 100%);
  color: #201705;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 10px 22px;
  border-radius: 999px;
  margin-bottom: 24px;
}

.cta-btn {
  display: inline-block;
  width: 100%;
  max-width: 340px;
  background: linear-gradient(180deg, var(--gold-1) 0%, var(--gold-2) 55%, var(--gold-3) 100%);
  color: #201705;
  font-weight: 800;
  font-size: 16.5px;
  text-align: center;
  text-decoration: none;
  padding: 16px 20px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(217, 164, 65, 0.25);
  letter-spacing: 0.01em;
}

.cta-btn:active { transform: translateY(1px); }

.cta-note {
  margin-top: 12px;
  font-size: 12.5px;
  color: var(--text-muted);
}

/* ---------- SECTIONS ---------- */
section { padding: 52px 0; }

.section-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 6.5vw, 32px);
  line-height: 1.2;
  margin: 0 0 16px;
  text-align: center;
}

.section-lead {
  color: var(--text-muted);
  font-size: 15.5px;
  line-height: 1.75;
  text-align: center;
  max-width: 560px;
  margin: 0 auto 34px;
}

.divider {
  width: 60px;
  height: 3px;
  margin: 0 auto 20px;
  background: linear-gradient(90deg, var(--gold-1), var(--gold-3));
  border-radius: 3px;
}

/* Story */
.story p {
  font-size: 15.5px;
  line-height: 1.85;
  color: var(--text-light);
  margin: 0 0 16px;
}
.story strong { color: var(--gold-1); }

/* Pillars */
.pillars { display: flex; flex-direction: column; gap: 18px; }

.pillar-card {
  background: linear-gradient(180deg, var(--bg-card), #0e0a12);
  border: 1px solid var(--gold-line);
  border-radius: var(--radius);
  padding: 26px 22px;
  position: relative;
  overflow: hidden;
}

.pillar-card::before {
  content: attr(data-num);
  position: absolute;
  top: -18px;
  right: 6px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 88px;
  color: rgba(217, 164, 65, 0.08);
  line-height: 1;
}

.pillar-tag {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-2);
  margin-bottom: 8px;
}

.pillar-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 12px;
  position: relative;
  z-index: 1;
}

.pillar-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--text-muted);
  font-size: 14.5px;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

.pillar-card li { margin-bottom: 6px; }
.pillar-card li::marker { color: var(--gold-2); }

/* Speaker */
.speaker-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: linear-gradient(180deg, var(--bg-card), #0e0a12);
  border: 1px solid var(--gold-line);
  border-radius: var(--radius);
  overflow: hidden;
}

.speaker-card img {
  width: min(calc(100% - 44px), 380px);
  height: auto;
  max-height: 720px;
  object-fit: contain;
  object-position: center;
  border-radius: 12px;
  margin: 22px auto 4px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

.speaker-info { padding: 6px 24px 28px; }

.speaker-info h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  margin: 6px 0 4px;
}

.speaker-info .role {
  color: var(--gold-2);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 14px;
}

.speaker-info p {
  color: var(--text-muted);
  font-size: 14.5px;
  line-height: 1.75;
  margin: 0;
}

/* Target / Output */
.check-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 480px;
}

.check-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-light);
  padding: 12px 0;
  border-bottom: 1px solid var(--gold-line);
}

.check-list li:last-child { border-bottom: none; }

.check-list .check-ic {
  flex: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--gold-1), var(--gold-3));
  color: #201705;
  font-weight: 800;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Urgency band */
.urgency {
  text-align: center;
  background: linear-gradient(180deg, #17130e, #0c0a08);
  border-top: 1px solid var(--gold-line);
  border-bottom: 1px solid var(--gold-line);
}

.urgency h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: clamp(22px, 6vw, 28px);
  margin: 0 0 10px;
}

.urgency p {
  color: var(--text-muted);
  font-size: 14.5px;
  margin: 0 0 22px;
}

.urgency .cap {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 40px;
  color: var(--gold-1);
}

.urgency .cap span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ---------- FORM ---------- */
#daftar {
  background: radial-gradient(circle at 50% 0%, #1a1520 0%, var(--bg-black) 60%);
}

.form-card {
  background: linear-gradient(180deg, var(--bg-card), #0e0a12);
  border: 1px solid var(--gold-line);
  border-radius: var(--radius);
  padding: 28px 22px 26px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}

#invited-by {
  text-align: center;
  font-size: 13.5px;
  color: var(--text-muted);
  background: rgba(217, 164, 65, 0.08);
  border: 1px solid var(--gold-line);
  border-radius: 10px;
  padding: 10px 14px;
  margin-bottom: 20px;
}

#invited-by strong { color: var(--gold-1); }

.field { margin-bottom: 16px; }

.field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 7px;
}

.field input,
.field select {
  width: 100%;
  background: #0c090e;
  border: 1px solid var(--gold-line);
  border-radius: 9px;
  padding: 13px 14px;
  font-size: 15px;
  color: var(--text-light);
  font-family: inherit;
}

.field input::placeholder { color: #6a6259; }

.field input:focus,
.field select:focus {
  outline: none;
  border-color: var(--gold-2);
  box-shadow: 0 0 0 3px rgba(217, 164, 65, 0.15);
}

.form-card .cta-btn { width: 100%; max-width: none; margin-top: 6px; }

#rg-message {
  margin-top: 14px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 9px;
  padding: 12px;
}

.event-summary {
  max-width: 420px;
  margin: 0 auto 22px;
  text-align: center;
  color: var(--text-muted);
  font-size: 13.5px;
  line-height: 1.7;
}

.event-summary strong { color: var(--gold-1); }

/* ---------- FOOTER ---------- */
footer {
  text-align: center;
  padding: 34px 22px 44px;
  border-top: 1px solid var(--gold-line);
}

footer .logo {
  width: clamp(130px, 20vw, 170px);
  height: auto;
  object-fit: contain;
  margin: 0 auto 14px;
}

footer p {
  color: var(--text-muted);
  font-size: 12.5px;
  margin: 4px 0;
}

/* ---------- RESPONSIVE (desktop) ---------- */
@media (min-width: 760px) {
  .wrap { padding: 0 32px; }
  .badges { flex-direction: row; max-width: none; }
  .badge { flex: 1; }
  .pillars { flex-direction: row; }
  .pillar-card { flex: 1; }

  .hero-flyer {
    width: min(100%, 420px);
    max-height: 760px;
  }
}

@media (max-width: 420px) {
  .hero {
    padding-top: 24px;
  }

  .hero h1 {
    font-size: clamp(38px, 12.5vw, 52px);
    letter-spacing: -0.035em;
  }
}
