/* ── Layout ── */
.public-content {
  padding: 40px 0 64px;
}

.public-content--panel {
  padding: 0 0 72px;
  background: linear-gradient(180deg, var(--white) 0%, var(--cream) 120px, var(--cream) 100%);
}

.public-panel {
  background: var(--white);
  border: 1px solid rgba(135, 35, 50, .08);
  border-radius: var(--radius-lg);
  padding: 32px 36px;
  margin-top: -28px;
  box-shadow: var(--shadow);
  position: relative;
  z-index: 2;
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 40px;
  align-items: start;
}

.content-main { min-width: 0; }

.content-block {
  margin-bottom: 36px;
}

.content-block--lead .lead-text {
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--charcoal);
  border-left: 4px solid var(--maroon);
  padding-left: 16px;
  margin-bottom: 16px;
}

.content-block h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--charcoal);
}

.content-block p {
  color: var(--mid);
  line-height: 1.7;
  margin-bottom: 12px;
}

.section-head-inline {
  margin-bottom: 20px;
}

.section-head-inline h2 {
  margin-bottom: 6px;
}

.section-head-inline p {
  font-size: .92rem;
  margin: 0;
}

.content-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.content-list li {
  padding-left: 20px;
  position: relative;
  color: var(--mid);
  line-height: 1.6;
}

.content-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

/* ── Hero variants ── */
.page-hero--tentang,
.page-hero--kontak {
  background: linear-gradient(165deg, var(--cream) 0%, #fff 55%, var(--light) 100%);
  position: relative;
  overflow: hidden;
}

.page-hero--tentang::before,
.page-hero--kontak::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -80px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(135, 35, 50, .07) 0%, transparent 68%);
  pointer-events: none;
}

.page-hero--kontak::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -40px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(37, 211, 102, .06) 0%, transparent 68%);
  pointer-events: none;
}

.page-hero-badge {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--maroon);
  background: rgba(135, 35, 50, .07);
  padding: 5px 12px;
  border-radius: 100px;
  margin-bottom: 10px;
}

.page-hero-stats {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.wa-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 100px;
  background: #25D366;
  color: #fff;
  font-weight: 700;
  font-size: .92rem;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(37, 211, 102, .35);
  transition: transform .2s, box-shadow .2s;
  flex-shrink: 0;
  align-self: flex-end;
}

.wa-hero-btn svg {
  width: 22px;
  height: 22px;
}

.wa-hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(37, 211, 102, .45);
}

/* ── Mission / Vision ── */
.mv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 36px;
}

.mv-card {
  background: var(--light);
  border: 1px solid rgba(135, 35, 50, .06);
  border-radius: var(--radius);
  padding: 24px;
}

.mv-icon {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 10px;
}

.mv-card h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--charcoal);
}

.mv-card p {
  font-size: .88rem;
  color: var(--mid);
  line-height: 1.65;
  margin: 0;
}

/* ── PROFI story (tentang) ── */
.profi-story {
  padding-top: 4px;
}

.profi-help-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 28px 0;
}

.profi-help-card {
  background: var(--light);
  border: 1px solid rgba(135, 35, 50, .07);
  border-radius: var(--radius);
  padding: 22px 24px;
  transition: border-color .2s, box-shadow .2s;
}

.profi-help-card:hover {
  border-color: rgba(135, 35, 50, .14);
  box-shadow: var(--shadow);
}

.profi-help-icon {
  font-size: 1.35rem;
  display: block;
  margin-bottom: 10px;
}

.profi-help-card h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: .98rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--charcoal);
}

.profi-help-card p {
  font-size: .88rem;
  color: var(--mid);
  line-height: 1.65;
  margin: 0;
}

.profi-approach {
  padding: 24px 28px;
  background: linear-gradient(135deg, rgba(135, 35, 50, .04) 0%, rgba(197, 147, 88, .08) 100%);
  border: 1px solid rgba(135, 35, 50, .08);
  border-radius: var(--radius);
}

.profi-approach h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--charcoal);
}

.profi-approach p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .profi-help-grid { grid-template-columns: 1fr; }
}

/* ── Audience cards ── */
.audience-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.audience-cards--enhanced .audience-card {
  display: flex;
  flex-direction: column;
}

.audience-card {
  background: #fff;
  border: 1px solid rgba(135, 35, 50, .08);
  border-radius: 16px;
  padding: 20px;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}

.audience-cards--enhanced .audience-card:hover {
  border-color: rgba(135, 35, 50, .16);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.audience-icon {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 8px;
}

.audience-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--charcoal);
}

.audience-card p {
  font-size: .88rem;
  color: var(--mid);
  margin: 0 0 12px;
  line-height: 1.55;
  flex: 1;
}

.audience-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
}

.audience-tag {
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--maroon);
  background: rgba(135, 35, 50, .07);
  padding: 4px 10px;
  border-radius: 100px;
}

/* ── Module grid ── */
.module-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.module-card {
  background: var(--light);
  border: 1px solid rgba(135, 35, 50, .06);
  border-radius: var(--radius);
  padding: 20px;
  transition: transform .2s, box-shadow .2s;
}

.module-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.module-card--accent {
  background: linear-gradient(145deg, var(--maroon), var(--maroon-dark));
  border-color: transparent;
  color: #fff;
}

.module-card--accent h3 { color: #fff; }
.module-card--accent p { color: rgba(255, 255, 255, .75); }

.module-icon {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 10px;
}

.module-card h3 {
  font-size: .92rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--charcoal);
}

.module-card p {
  font-size: .82rem;
  color: var(--mid);
  line-height: 1.55;
  margin: 0;
}

/* ── Steps ── */
.steps-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.step-item {
  background: var(--light);
  border: 1px solid rgba(135, 35, 50, .06);
  border-radius: var(--radius);
  padding: 24px 20px;
  text-align: center;
  transition: transform .2s, box-shadow .2s;
}

.step-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--charcoal);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.step-item h3 {
  font-size: .95rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--charcoal);
}

.step-item p {
  font-size: .84rem;
  color: var(--mid);
  line-height: 1.55;
  margin: 0;
}

/* ── Value grid ── */
.value-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.value-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 20px;
  background: var(--light);
  border-radius: var(--radius);
  border: 1px solid rgba(135, 35, 50, .06);
}

.value-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(22, 163, 74, .12);
  color: var(--success);
  font-weight: 700;
  font-size: .85rem;
  flex-shrink: 0;
}

.value-item strong {
  display: block;
  font-size: .92rem;
  color: var(--charcoal);
  margin-bottom: 4px;
}

.value-item p {
  font-size: .84rem;
  color: var(--mid);
  line-height: 1.55;
  margin: 0;
}

/* ── VERIMETRIX block ── */
.verimetrix-block {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 28px 32px;
  background: linear-gradient(135deg, var(--charcoal) 0%, #2a1218 100%);
  border-radius: var(--radius-lg);
  color: #fff;
}

.verimetrix-label {
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--gold-light);
}

.verimetrix-content h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 4px 0 12px;
  color: #fff;
}

.verimetrix-content p {
  font-size: .9rem;
  color: rgba(255, 255, 255, .7);
  line-height: 1.65;
  margin-bottom: 16px;
}

.verimetrix-content .btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, .25);
}

.verimetrix-content .btn-ghost:hover {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .4);
}

.verimetrix-trust {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.trust-pill {
  font-size: .78rem;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 100px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .85);
  white-space: nowrap;
}

/* ── CTA band ── */
.public-cta-band {
  background: linear-gradient(135deg, var(--maroon) 0%, var(--maroon-dark) 100%);
  padding: 56px 0;
  text-align: center;
  color: #fff;
}

.public-cta-band h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: 700;
  margin-bottom: 10px;
}

.public-cta-band p {
  color: rgba(255, 255, 255, .75);
  max-width: 560px;
  margin: 0 auto 24px;
  font-size: .95rem;
  line-height: 1.6;
}

.public-cta-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.public-cta-band .btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, .3);
}

.public-cta-band .btn-ghost:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .5);
}

/* ── Aside ── */
.content-aside {
  display: grid;
  gap: 16px;
  position: sticky;
  top: 88px;
}

.aside-card {
  background: #fff;
  border: 1px solid rgba(135, 35, 50, .08);
  border-radius: 16px;
  padding: 24px;
}

.aside-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.aside-card p {
  font-size: .88rem;
  color: var(--mid);
  margin-bottom: 16px;
  line-height: 1.55;
}

.aside-btn {
  width: 100%;
  justify-content: center;
}

.aside-btn + .aside-btn {
  margin-top: 10px;
}

.aside-card--muted {
  background: var(--cream);
  border-color: rgba(135, 35, 50, .06);
}

.aside-card--wa {
  background: linear-gradient(145deg, #f0fdf4 0%, #dcfce7 100%);
  border-color: rgba(37, 211, 102, .2);
}

.aside-tagline {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--maroon);
  margin-bottom: 8px;
  line-height: 1.35;
}

.aside-muted-text {
  font-size: .85rem;
  color: var(--mid);
  margin: 0;
}

.aside-card--links h3 {
  margin-bottom: 12px;
}

.aside-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.aside-links a {
  font-size: .85rem;
  font-weight: 600;
  color: var(--maroon);
  text-decoration: none;
}

.aside-links a:hover {
  text-decoration: underline;
}

.btn-wa {
  background: #25D366;
  color: #fff;
  box-shadow: 0 4px 16px rgba(37, 211, 102, .3);
}

.btn-wa:hover {
  box-shadow: 0 6px 24px rgba(37, 211, 102, .45);
  transform: translateY(-1px);
}

/* ── Contact ── */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 36px;
}

.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 24px;
  background: #fff;
  border: 1px solid rgba(135, 35, 50, .08);
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}

.contact-card:hover {
  border-color: rgba(135, 35, 50, .18);
  box-shadow: 0 4px 20px rgba(135, 35, 50, .06);
  transform: translateY(-2px);
}

.contact-card--wa {
  background: linear-gradient(145deg, #f0fdf4 0%, #fff 100%);
  border-color: rgba(37, 211, 102, .25);
}

.contact-card--wa:hover {
  border-color: rgba(37, 211, 102, .45);
  box-shadow: 0 4px 20px rgba(37, 211, 102, .12);
}

.contact-card--static {
  cursor: default;
}

.contact-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
  line-height: 1;
}

.contact-icon--svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #25D366;
  color: #fff;
}

.contact-icon--svg svg {
  width: 22px;
  height: 22px;
}

.contact-card h3 {
  font-size: .78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--mid);
  margin-bottom: 4px;
}

.contact-card p {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--charcoal);
  margin: 0 0 4px;
}

.contact-hint {
  font-size: .78rem;
  color: var(--mid);
  font-weight: 500;
}

/* ── Help topics ── */
.help-topics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.help-topic {
  padding: 20px;
  background: var(--light);
  border: 1px solid rgba(135, 35, 50, .06);
  border-radius: var(--radius);
  transition: transform .2s, box-shadow .2s;
}

.help-topic:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.help-topic-icon {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 10px;
}

.help-topic h3 {
  font-size: .95rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--charcoal);
}

.help-topic p {
  font-size: .84rem;
  color: var(--mid);
  line-height: 1.55;
  margin: 0;
}

/* ── FAQ ── */
.faq-list {
  display: grid;
  gap: 8px;
}

.faq-item {
  border: 1px solid rgba(135, 35, 50, .08);
  border-radius: 12px;
  background: var(--white);
  overflow: hidden;
  transition: border-color .2s;
}

.faq-item[open] {
  border-color: rgba(135, 35, 50, .16);
  box-shadow: var(--shadow);
}

.faq-item summary {
  padding: 16px 20px;
  font-size: .92rem;
  font-weight: 600;
  color: var(--charcoal);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: color .2s;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: '+';
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--maroon);
  flex-shrink: 0;
  transition: transform .2s;
}

.faq-item[open] summary::after {
  content: '−';
}

.faq-item summary:hover {
  color: var(--maroon);
}

.faq-item p {
  padding: 0 20px 16px;
  font-size: .88rem;
  color: var(--mid);
  line-height: 1.65;
  margin: 0;
}

/* ── Hours block ── */
.hours-block {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 24px;
  background: var(--cream);
  border: 1px solid rgba(135, 35, 50, .08);
  border-radius: var(--radius);
}

.hours-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.hours-block h3 {
  font-size: .95rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--charcoal);
}

.hours-block p {
  font-size: .86rem;
  color: var(--mid);
  line-height: 1.6;
  margin: 0;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .content-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .content-aside {
    position: static;
  }

  .audience-cards,
  .mv-grid,
  .value-grid,
  .help-topics,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .module-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps-row {
    grid-template-columns: 1fr;
  }

  .verimetrix-block {
    grid-template-columns: 1fr;
  }

  .verimetrix-trust {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .public-panel {
    margin-top: -20px;
    padding: 20px;
  }

  .wa-hero-btn {
    align-self: flex-start;
    margin-top: 8px;
  }
}

@media (max-width: 640px) {
  .module-grid {
    grid-template-columns: 1fr;
  }

  .page-hero-stats {
    width: 100%;
  }

  .page-hero-stats .page-hero-stat {
    flex: 1;
    min-width: 0;
  }
}
