/* ==============================================
   STA BALI PAGE (STANDALONE CSS)
   ============================================== */

/* Brand tokens */
:root {
  --navy: #1A2953;
  --orange: #FFA726;
  --text-main: #111827;
  --text-muted: #4B5563;
  --bg-light: #F3F4F6;
  --shadow-soft: 0 24px 60px rgba(15, 23, 42, 0.18);
  --shadow-subtle: 0 10px 30px rgba(15, 23, 42, 0.08);
}

/* Base page + font */
.page-sta-bali,
.page-sta-bali * {
  font-family: "Lato", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif !important;
  box-sizing: border-box;
}

/* Reset body background for this page */
.page-sta-bali {
  margin: 0;
  background: #f9fafb;
  color: var(--text-main);
}

/* ----------------------------------------------
   GLOBAL TYPOGRAPHY HELPERS USED ON THIS PAGE
   ---------------------------------------------- */

.section-heading {
  margin-bottom: 10px;
}

.section-heading h2 {
  font-size: clamp(1.9rem, 2.6vw, 2.3rem);
  margin: 0;
  color: var(--navy);
}

.section-heading.center {
  text-align: center;
}

.section-heading span {
  color: var(--orange);
}

.section-subtitle {
  margin: 6px 0 0;
  font-size: 0.95rem;
  color: var(--text-muted);
}

.cta-line {
  font-size: 1rem;
  color: var(--text-main);
}

/* Primary button style – matches your site CTAs */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 28px;
  border-radius: 999px;
  background: var(--orange);
  color: #111827;
  font-size: 0.95rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(250, 166, 38, 0.45);
  transition:
    background-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease,
    color 0.18s ease;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: #ff9800;
  box-shadow: 0 16px 34px rgba(250, 166, 38, 0.55);
  transform: translateY(-1px);
  color: #111827;
}

.btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(250, 166, 38, 0.45);
}

/* Remove default button focus outline but keep accessibility */
.btn-primary:focus-visible {
  outline: 2px solid rgba(17, 24, 39, 0.15);
  outline-offset: 3px;
}

/* ==============================================
   HERO
   ============================================== */

.sta-hero {
  padding: 96px 20px 64px;
  background: radial-gradient(
    circle at top left,
    #e5edff 0,
    #f9fafb 38%,
    #f5f5f7 100%
  );
}

.sta-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.sta-hero-copy h1 {
  font-size: clamp(2.3rem, 3vw, 2.9rem);
  margin: 0 0 18px;
  color: var(--navy);
}

.sta-kicker {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
  color: #6b7280;
  margin: 0 0 10px;
}

.sta-hero-intro {
  margin: 0 0 14px;
  color: var(--text-muted);
  line-height: 1.6;
}

.sta-hero-bullets {
  margin: 10px 0 18px;
  padding-left: 20px;
  color: var(--text-muted);
}

.sta-hero-bullets li + li {
  margin-top: 4px;
}

/* Hero mini timeline */

.sta-hero-timeline {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 12px 0 20px;
}

.sta-timeline-item {
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(148, 163, 184, 0.6);
}

.sta-timeline-label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 2px;
}

.sta-timeline-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--navy);
}

.sta-hero-cta {
  margin-top: 4px;
}

/* Hero media */

.sta-hero-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sta-hero-card {
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: #020617;
  border: 1px solid rgba(148, 163, 184, 0.4);
}

.sta-hero-card img {
  display: block;
  width: 100%;
  height: auto;
}

.sta-hero-card-main {
  max-width: 420px;
}

.sta-hero-card-overlay {
  position: absolute;
  bottom: -28px;
  left: -40px;
  max-width: 260px;
  transform: rotate(-2deg);
}

/* ==============================================
   SCROLL NOTE
   ============================================== */

.sta-scroll-note {
  padding: 28px 20px 48px;
  text-align: center;
  font-size: 0.9rem;
  color: #6b7280;
}

/* ==============================================
   FOLLOW SECTION
   ============================================== */

.sta-follow-section {
  background: #ffffff;
  padding: 48px 20px 72px;
}

.sta-follow-layout {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.6fr);
  gap: 32px;
  align-items: flex-start;
}

.sta-follow-sidebar {
  padding-top: 8px;
}

.sta-follow-label {
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 800;
  color: #6b7280;
  margin: 0 0 10px;
}

.sta-follow-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sta-follow-list li {
  padding: 8px 0;
  font-size: 0.9rem;
  color: #6b7280;
}

/* animated yellow pill style */
.sta-follow-list li span {
  display: inline-block;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.sta-follow-list li.active span {
  background: var(--orange);
  color: #111827;
  padding: 4px 12px;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(250, 166, 38, 0.45);
  transform: translateX(4px);
}

/* Cards list */

.sta-follow-cards {
  display: grid;
  gap: 20px;
}

/* Cards: start hidden for scroll animation */
.sta-card {
  background: #f9fafb;
  border-radius: 18px;
  padding: 18px 20px 18px;
  box-shadow: var(--shadow-subtle);
  border: 1px solid rgba(148, 163, 184, 0.35);

  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.45s ease-out,
    transform 0.45s ease-out,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

/* visible on scroll */
.sta-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* emphasized active card */
.sta-card.active-card {
  border-color: var(--orange);
  box-shadow: 0 14px 40px rgba(26, 41, 83, 0.16);
}

.sta-card-tag {
  margin: 0 0 6px;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  color: #9ca3af;
}

.sta-card h2 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  color: var(--navy);
}

.sta-card p {
  margin: 0 0 8px;
  color: var(--text-muted);
}

/* Hover niceties */
@media (hover: hover) {
  .sta-follow-list li:not(.active) span:hover {
    transform: translateX(2px);
    color: var(--navy);
  }
}

/* ==============================================
   PROCESS SECTION
   ============================================== */

.sta-process {
  padding: 72px 20px 64px;
  background: var(--bg-light);
}

.sta-process-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 40px;
  align-items: flex-start;
}

.sta-process-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 2.5vw, 2.2rem);
  color: var(--navy);
}

.sta-process-copy p {
  margin: 0 0 10px;
  color: var(--text-muted);
}

.sta-process-list {
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--text-muted);
}

.sta-process-list li + li {
  margin-top: 4px;
}

.sta-process-aside {
  display: flex;
  justify-content: flex-end;
}

.sta-process-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 20px 20px 18px;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(148, 163, 184, 0.38);
  max-width: 360px;
}

.sta-process-card h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  color: var(--navy);
}

.sta-process-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--text-muted);
}

.sta-process-card li + li {
  margin-top: 4px;
}

/* ==============================================
   DELIVERABLES
   ============================================== */

.sta-deliverables {
  padding: 72px 20px 80px;
  background: #ffffff;
}

.sta-deliverables-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.sta-deliverable-grid {
  margin: 26px auto 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.sta-deliverable-card {
  background: #f9fafb;
  border-radius: 18px;
  padding: 16px 16px 18px;
  box-shadow: var(--shadow-subtle);
  border: 1px solid rgba(148, 163, 184, 0.3);
}

.sta-deliverable-card h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
  color: var(--navy);
}

.sta-deliverable-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.sta-deliverables-cta {
  margin-top: 26px;
  text-align: center;
}

/* ==============================================
   RESPONSIVE
   ============================================== */

@media (max-width: 960px) {
  .sta-hero-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .sta-hero-media {
    order: -1;
  }

  .sta-hero {
    padding-top: 80px;
  }

  .sta-hero-card-overlay {
    left: 4%;
    bottom: -22px;
  }

  .sta-follow-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .sta-follow-sidebar {
    border-bottom: 1px solid rgba(148, 163, 184, 0.35);
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .sta-process-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .sta-process-aside {
    justify-content: flex-start;
  }

  .sta-deliverable-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .sta-hero {
    padding: 72px 16px 48px;
  }

  .sta-scroll-note {
    padding: 22px 16px 40px;
  }

  .sta-follow-section {
    padding: 40px 16px 56px;
  }

  .sta-process {
    padding: 56px 16px 52px;
  }

  .sta-deliverables {
    padding: 56px 16px 64px;
  }

  .sta-hero-card-main {
    max-width: 100%;
  }

  .sta-hero-card-overlay {
    max-width: 58%;
    left: 6%;
    bottom: -18px;
  }

  .sta-deliverable-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Respect reduced-motion users */
@media (prefers-reduced-motion: reduce) {
  .sta-card {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .sta-follow-list li span {
    transition: none;
  }
}