:root {
  --salink-green: #16a34a;
  --salink-dark: #0f172a;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--salink-dark);
}

.navbar {
  background-color: #fff;
}

.navbar-brand {
  font-weight: 700;
  font-size: 1.3rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.navbar-nav .nav-link {
  font-weight: 500;
  color: rgba(15, 23, 42, 0.75);
  transition: color 0.2s ease-in-out;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
  color: var(--salink-green);
}

.nav-salink {
  --salink-green: #198754;
}

.nav-salink {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(25,135,84,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-salink .navbar-toggler-icon {
  background-image: var(--bs-navbar-toggler-icon-bg);
  width: 1.5em;
  height: 1.5em; /* opsional: gedein dikit */
}

.nav-salink .navbar-toggler {
  border-color: var(--salink-green);
}
.nav-salink .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem
    color-mix(in srgb, var(--salink-green) 25%, transparent);
}

.btn-salink {
  background-color: #16a34a;
  color: #fff;
  border-color: var(--salink-green);
  font-weight: 600;
  padding-inline: 1.5rem;
}

.btn-salink:hover {
  background-color: #12863c;
  border-color: #12863c;
  color: #fff;
}

.hero-section {
  background: url("img/bg\ .png") no-repeat center center/cover;
  height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  position: relative;
}

.hero-content {
  position: relative;
  z-index: 1;
}

/* “Tahukah Anda?”*/
.facts {
  background: radial-gradient(
    1200px 400px at 50% -50%,
    rgba(25, 135, 84, 0.07),
    transparent 60%
  );
  padding: 80px 0;
}
.fact-card {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background: #fff;
}
.fact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.09);
}
.fact-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
}
.fact-title {
  font-weight: 700;
  font-size: 1.05rem;
}
.fact-list li {
  margin-bottom: 0.5rem;
}
.fact-list b {
  font-weight: 700;
}
@media (min-width: 992px) {
  .facts h2 {
    font-size: 2.6rem;
  }
}

/* Solusi Quick Response */
.solution {
  padding: 90px 0 100px;
  background: radial-gradient(
    900px 400px at 0% 0%,
    rgba(25, 135, 84, 0.08),
    transparent 60%
  );
}
.solution .lead-top {
  font-weight: 700;
  letter-spacing: 0.2px;
}
.overview-wrap {
  position: relative;
}
.overview-img {
  width: 100%;
  height: auto;
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

/* Administrasi & Sistem Keamanan */
.features-duo {
  padding: 110px 0;
  background: radial-gradient(
    1100px 700px at 100% 0%,
    rgba(25, 135, 84, 0.08),
    transparent 55%
  );
}
.phone-stack {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.phone {
  width: 46%;
  max-width: 260px; /* gedein dikit di layar besar */
  border-radius: 26px;
  height: auto;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.22));
}
@media (min-width: 992px) {
  .phone {
    width: 44%;
    max-width: 280px;
  }
  .features-duo .col-text {
    padding-inline: 12px;
  }
}
.section-eyebrow {
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6c757d;
  font-weight: 700;
}

/*  Cara Kerja Salink */
.workflow {
  padding: 96px 0;
  background: radial-gradient(
    900px 420px at 0% 0%,
    rgba(25, 135, 84, 0.06),
    transparent 60%
  );
}
.browser-window {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.browser-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background: #f7f8fa;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.browser-dots {
  display: flex;
  gap: 6px;
}
.browser-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d2d6db;
}
.browser-nav {
  display: flex;
  gap: 12px;
  color: #9aa3ad;
  font-weight: 700;
  font-size: 18px;
}
.browser-canvas {
  background: #fbfbfb;
}
.workflow-img {
  width: 100%;
  height: auto;
  display: block;
}

/* Testimoni */
.testi {
  padding: 90px 0;
  background: radial-gradient(
    1000px 380px at 50% -30%,
    rgba(25, 135, 84, 0.06),
    transparent 60%
  );
}
.testi-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.07);
  height: 100%;
  padding: 28px 22px;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.testi-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.1);
}
.testi-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-bottom: 14px;
  opacity: 0.85;
}
.testi-quote {
  font-size: 0.98rem;
  color: #444;
  line-height: 1.55;
}
.testi-name {
  font-weight: 700;
  margin-top: 14px;
  color: #222;
}

@media (max-width: 992px) {
  .navbar-collapse {
    padding: 1rem 0;
  }

  .navbar-nav .nav-link {
    padding: 0.5rem 0.75rem;
  }
}

section {
  padding: 5rem 0;
}

.section-title {
  font-weight: 600;
  margin-bottom: 2rem;
}

/* ===== CTA + FOOTER ===== */
.cta-footer {
  background: #198754; /* brand green */
  color: #eaf7ee;
  padding: 80px 0 28px;
}
.cta-footer .cta-eyebrow {
  opacity: 0.9;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.cta-footer .cta-title {
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  font-size: clamp(1.8rem, 3vw + 0.5rem, 3rem);
}
.cta-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  margin: 36px 0 28px;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.3rem;
}
.footer-col h6 {
  color: #fff;
  opacity: 0.95;
  font-weight: 700;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links a {
  display: inline-block;
  padding: 0.25rem 0;
  color: #eaf7ee;
  text-decoration: none;
  opacity: 0.95;
}
.footer-links a:hover {
  opacity: 1;
  text-decoration: underline;
  color: #16a34a;
}

/* pills */
.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
}
.pill + .pill {
  margin-left: 0.5rem;
}
.pill:hover {
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
}
/* inline svg size via currentColor */
.pill svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: currentColor;
}

/* bottom bar */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin-top: 28px;
  padding-top: 12px;
  color: #dff4e6;
  font-size: 0.95rem;
}
.footer-bottom a {
  color: #dff4e6;
  text-decoration: none;
}
.footer-bottom a:hover {
  text-decoration: underline;
}

/* ===== Namespaced styles: ONLY apply inside #salink-about ===== */
#salink-about .ab-hero {
  position: relative;
  min-height: 670px;
  padding: 120px 0; /* ruang konten (navbar offset pakai spacer di body) */
  color: #fff;
  background: url("img/bg.png") center/cover no-repeat; /* ganti kalau punya foto sendiri */
}

#salink-about .ab-container {
  position: relative;
  z-index: 2;
}

#salink-about .ab-title {
  font-weight: 800;
  align-items: center;
}

#salink-about .ab-mock img {
  width: 100%;
  max-width: 560px;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}
@media (max-width: 991.98px) {
  #salink-about .ab-hero {
    padding: 72px 0;
  }
  #salink-about .ab-mock {
    text-align: center;
    margin-top: 24px;
  }
}

/*  Visi Misi Moto */
#slk-about .slk-vm-section {
  padding: 90px 0;
  background: radial-gradient(
    900px 380px at 50% -20%,
    rgba(25, 135, 84, 0.06),
    transparent 60%
  );
}
#slk-about .slk-vm-title {
  color: #198754;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
#slk-about .slk-vm-lead {
  max-width: 820px;
  margin: 0 auto 28px;
  color: #2c2c2c;
}
#slk-about .slk-vm-list {
  max-width: 760px;
  margin: 0 auto;
}
#slk-about .slk-vm-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.06);
  padding: 14px 16px;
}
#slk-about .slk-vm-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
#slk-about .slk-vm-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex: 0 0 22px;
}
#slk-about .slk-vm-text {
  font-weight: 600;
  color: #198754;
}
#slk-about .slk-vm-motto {
  font-size: 1.05rem;
  color: #1f1f1f;
}

/*Komitmen & Kontribusi v2 (scoped by #salink-commit-v2) */
#salink-commit-v2 {
  padding: 90px 0;
  background: radial-gradient(
    1100px 420px at 0% 0%,
    rgba(25, 135, 84, 0.06),
    transparent 60%
  );
}
#salink-commit-v2 .scv2-title {
  font-weight: 800;
}

#salink-commit-v2 .scv2-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  padding: 24px;
  height: 100%;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
#salink-commit-v2 .scv2-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.1);
}
#salink-commit-v2 .scv2-img {
  width: 210px;
  height: 210px;
  object-fit: contain;
  margin-bottom: 12px;
}
#salink-commit-v2 .scv2-sub {
  font-weight: 800;
  margin-bottom: 8px;
}
#salink-commit-v2 .scv2-text {
  color: #2e2e2e;
  font-size: 0.96rem;
}
#salink-commit-v2 .scv2-text ul {
  text-align: left;
  display: inline-block;
  padding-left: 18px;
  margin: 0;
}

/* Roadmap (scoped to #salink-roadmap-v1) */
#salink-roadmap-v1 {
  padding: 88px 0;
  background: radial-gradient(
    1100px 420px at 0% 0%,
    rgba(25, 135, 84, 0.06),
    transparent 60%
  );
}
#salink-roadmap-v1 .srmv1-title {
  font-weight: 800;
}

/* board */
#salink-roadmap-v1 .srmv1-board {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  padding: 24px 18px;
  overflow-x: auto; /* aman di mobile */
}
#salink-roadmap-v1 .srmv1-track {
  min-width: 860px; /* biar 5 kolom enggak sempit di HP, bisa scroll */
}

/* top/bottom grids (5 kolom sejajar step) */
#salink-roadmap-v1 .srmv1-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
#salink-roadmap-v1 .srmv1-item h6 {
  font-size: 0.98rem;
  font-weight: 800;
  color: #198754;
  margin-bottom: 6px;
}
#salink-roadmap-v1 .srmv1-item small {
  color: #198754;
  font-weight: 800;
}
#salink-roadmap-v1 .srmv1-item ul {
  margin: 6px 0 0;
  padding-left: 18px;
  font-size: 0.95rem;
}

/* timeline steps */
#salink-roadmap-v1 .srmv1-steps {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 6px;
  margin: 6px 0 12px;
}
#salink-roadmap-v1 .srmv1-steps::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  border-radius: 6px;
  background: linear-gradient(90deg, #e6f2ec, #c7e6d6, #e6f2ec);
  z-index: 0;
}
#salink-roadmap-v1 .srmv1-step {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(180deg, #32a073, #0f6e4b);
  box-shadow: 0 6px 16px rgba(16, 111, 75, 0.35);
  z-index: 1;
}

/* subtle caption color */
#salink-roadmap-v1 .srmv1-muted {
  color: #333;
}

/* mobile tweaks */
@media (min-width: 1200px) {
  #salink-roadmap-v1 .srmv1-track {
    min-width: 0;
  } /* cukup lebar di desktop besar */
}

/* Tim Kami (scoped to #salink-team-v1) */
#salink-team-v1 {
  padding: 90px 0;
  background: radial-gradient(
    1000px 420px at 50% -20%,
    rgba(25, 135, 84, 0.06),
    transparent 60%
  );
}
#salink-team-v1 .stv1-title {
  font-weight: 800;
}

/* Card */
#salink-team-v1 {
  padding: 90px 0;
  background: radial-gradient(
    1000px 420px at 50% -20%,
    rgba(25, 135, 84, 0.06),
    transparent 60%
  );
}

#salink-team-v1 .stv1-title {
  font-weight: 800;
}

/* --- Grid helpers: bikin semua column sama tinggi --- */
#salink-team-v1 .row.g-4 > [class*="col-"],
#salink-team-v1 .row.justify-content-center > [class*="col-"] {
  display: flex; /* col jadi flex container */
}

#salink-team-v1 .row.g-4 > [class*="col-"] > .stv1-card,
#salink-team-v1 .row.justify-content-center > [class*="col-"] > .stv1-card {
  width: 100%; /* card isi lebar kolom */
}

/* --- Card --- */
#salink-team-v1 .stv1-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;

  /* penting: biar social bar bisa ‘nempel’ di bawah */
  display: flex;
  flex-direction: column;
  height: 100%;
}

#salink-team-v1 .stv1-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.1);
}

/* --- Photo --- */
#salink-team-v1 .stv1-photo {
  width: 100%;
  height: 160px; /* default */
  object-fit: cover;
  flex: 0 0 auto; /* jangan melar */
}

@media (min-width: 992px) {
  #salink-team-v1 .stv1-photo {
    height: 180px;
  }
}

/* --- Body text --- */
#salink-team-v1 .stv1-body {
  padding: 14px 16px 10px;
  flex: 1 1 auto; /* isi sisa tinggi */
}

#salink-team-v1 .stv1-role {
  color: #198754; /* brand green */
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
}

#salink-team-v1 .stv1-name {
  font-weight: 800;
  margin-top: 2px;
  margin-bottom: 10px;
}

#salink-team-v1 .stv1-subtitle {
  font-weight: 800;
  margin: 8px 0 4px;
}

#salink-team-v1 .stv1-list {
  font-size: 0.95rem;
  margin-bottom: 8px;
  padding-left: 18px;
}

#salink-team-v1 .stv1-list li {
  margin-bottom: 6px;
}

/* --- Social bar (ikon di paling bawah) --- */
#salink-team-v1 .stv1-social {
  margin-top: auto; /* ini yang ngebutuhin: dorong ke bawah */
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px 14px;
}

#salink-team-v1 .stv1-ico {
  width: 18px;
  height: 18px;
  object-fit: contain;
  opacity: 0.8;
  filter: grayscale(15%);
  transition: opacity 0.15s ease, filter 0.15s ease, transform 0.15s ease;
}

#salink-team-v1 .stv1-ico:hover {
  opacity: 1;
  filter: none;
  transform: translateY(-1px);
}

#salink-story-v1 {
  padding: 90px 0;
  background: radial-gradient(
    1100px 420px at 0% 0%,
    rgba(25, 135, 84, 0.06),
    transparent 60%
  );
  --ssv1-green: #198754;
}
#salink-story-v1 .ssv1-title {
  font-weight: 800;
}

#salink-story-v1 .ssv1-wrap {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  padding: 22px;
}

/* left portrait card */
#salink-story-v1 .ssv1-portrait-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}
#salink-story-v1 .ssv1-portrait {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}
@media (min-width: 992px) {
  #salink-story-v1 .ssv1-portrait {
    height: 500px;
  }
}

/* green name ribbon */
#salink-story-v1 .ssv1-ribbon {
  position: absolute;
  left: 16px;
  bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}
#salink-story-v1 .ssv1-name {
  background: var(--ssv1-green);
  color: #fff;
  font-weight: 800;
  font-size: 1.05rem;
  padding: 8px 14px;
}
#salink-story-v1 .ssv1-role {
  background: color-mix(in srgb, var(--ssv1-green) 82%, #ffffff);
  color: #eafff4;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 6px 14px;
}

/* right text */
#salink-story-v1 .ssv1-content h3 {
  font-weight: 800;
  margin-bottom: 8px;
}
#salink-story-v1 .ssv1-p {
  color: #222;
  line-height: 1.65;
  margin-bottom: 12px;
}
#salink-story-v1 .ssv1-p em {
  font-style: italic;
}
#salink-story-v1 .ssv1-p strong {
  font-weight: 800;
}

/* emphasis blocks at bottom */
#salink-story-v1 .ssv1-callout {
  margin-top: 8px;
}
#salink-story-v1 .ssv1-callout strong {
  font-weight: 800;
}

/* thin accent line */
#salink-story-v1 .ssv1-hr {
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--ssv1-green),
    transparent
  );
  margin-top: 18px;
}

#salink-hero-v2 {
  padding: 96px 0 72px;
  background: radial-gradient(
    1200px 520px at 0% 0%,
    rgba(25, 135, 84, 0.08),
    transparent 60%
  );
  overflow: hidden;
}

#salink-hero-v2 .shv2-title {
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0.2px;
  font-size: clamp(2rem, 3.2vw + 1rem, 3.25rem);
  color: #212529;
  margin-bottom: 14px;
}
#salink-hero-v2 .shv2-title .shv2-highlight {
  color: #198754; /* brand green */
}

#salink-hero-v2 .shv2-sub {
  color: #495057;
  max-width: 640px;
}

#salink-hero-v2 .shv2-mockwrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#salink-hero-v2 .shv2-mockimg {
  width: 100%;
  max-width: 560px; /* atur lebar mockup */
  height: auto;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.18));
  transform: translateX(0); /* biar gampang kalau mau geser */
}

/* responsive tweaks */
@media (max-width: 991.98px) {
  #salink-hero-v2 {
    padding: 72px 0 48px;
  }
  #salink-hero-v2 .shv2-mockwrap {
    margin-top: 24px;
  }
  #salink-hero-v2 .shv2-mockimg {
    max-width: 440px;
  }
}

/* Fitur Administrasi */
#salink-admin-features-v2 {
  padding: 90px 0;
  background: radial-gradient(
    1100px 520px at 0% 0%,
    rgba(25, 135, 84, 0.07),
    transparent 60%
  );
}
#salink-admin-features-v2 .safv2-title {
  font-weight: 800;
}

/* Row wrapper (atas & bawah) */
#salink-admin-features-v2 .safv2-row {
  display: flex;
  justify-content: space-evenly; /* spasi rata */
  align-items: flex-start;
  gap: 64px; /* jarak antar item */
  margin-block: 42px;
  flex-wrap: nowrap; /* biar 3/2 tetap 1 baris */
}

/* Item */
#salink-admin-features-v2 .safv2-item {
  width: 220px; /* lebar fix biar konsisten */
  text-align: center;
  transition: transform 0.18s ease;
}
#salink-admin-features-v2 .safv2-item:hover {
  transform: translateY(-2px);
}

/* Phone image */
#salink-admin-features-v2 .safv2-phone {
  width: 209px;
  height: 431px;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.22));
  margin-bottom: 12px;
}

/* Caption & desc */
#salink-admin-features-v2 .safv2-name {
  font-weight: 800;
  color: #1f1f1f;
  margin-bottom: 6px;
}
#salink-admin-features-v2 .safv2-desc {
  color: #444;
  font-size: 0.95rem;
  line-height: 1.55;
}

/* ===== Responsive ===== */
@media (max-width: 991.98px) {
  /* tablet & bawah */
  #salink-admin-features-v2 .safv2-row {
    flex-wrap: wrap; /* boleh turun baris */
    gap: 36px 28px;
    justify-content: center;
  }
  #salink-admin-features-v2 .safv2-item {
    width: 180px;
  }
  #salink-admin-features-v2 .safv2-phone {
    width: 220px;
  }
}
@media (max-width: 575.98px) {
  /* HP kecil */
  #salink-admin-features-v2 .safv2-item {
    width: 100%;
    max-width: 260px;
  }
  #salink-admin-features-v2 .safv2-phone {
    width: 120px;
  }
}

/* Fitur Keamanan (scoped to #salink-security-features-v1) */
#salink-security-features-v1 {
  padding: 90px 0;
  background: radial-gradient(
      1200px 520px at 0% 0%,
      rgba(25, 135, 84, 0.06),
      transparent 60%
    ),
    #fbf3f2; /* hint pink/cream biar soft */
}

#salink-security-features-v1 .ssfv1-title {
  font-weight: 800;
  margin-bottom: 28px;
}

/* Row */
#salink-security-features-v1 .ssfv1-row {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  gap: 64px;
  flex-wrap: nowrap; /* desktop: 1 baris */
}

/* Item */
#salink-security-features-v1 .ssfv1-item {
  width: var(--ssfv1-item-w, 280px);
  text-align: center;
  transition: transform 0.18s ease;
}
#salink-security-features-v1 .ssfv1-item:hover {
  transform: translateY(-2px);
}

/* Image wrapper + ground shadow */
#salink-security-features-v1 .ssfv1-imgwrap {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}
#salink-security-features-v1 .ssfv1-imgwrap::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 70%;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(
    closest-side,
    rgba(0, 0, 0, 0.25),
    transparent 70%
  );
  filter: blur(4px);
  opacity: 0.25;
  pointer-events: none;
}

/* Phone image (default 209x431 rasio) */
#salink-security-features-v1 .ssfv1-phone {
  width: var(--ssfv1-phone-w, 209px);
  aspect-ratio: 209 / 431;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.22));
}

/* Texts */
#salink-security-features-v1 .ssfv1-name {
  font-weight: 800;
  color: #1f1f1f;
  margin: 6px 0 6px;
}
#salink-security-features-v1 .ssfv1-desc {
  color: #3e3e3e;
  font-size: 0.96rem;
  line-height: 1.6;
}

/* ===== Responsive ===== */
@media (max-width: 991.98px) {
  /* tablet */
  #salink-security-features-v1 .ssfv1-row {
    flex-wrap: wrap;
    gap: 40px 28px;
  }
  #salink-security-features-v1 {
    --ssfv1-phone-w: 180px;
    --ssfv1-item-w: 240px;
  }
}
@media (max-width: 575.98px) {
  /* hp kecil */
  #salink-security-features-v1 {
    --ssfv1-phone-w: 150px;
    --ssfv1-item-w: 200%;
  }
  #salink-security-features-v1 .ssfv1-item {
    max-width: 280px;
    margin-inline: auto;
  }
}

/* ===== Scoped: hanya berlaku di section ini ===== */
#salink-pricing-coming-v1 {
  /* soft gradient background */
  background: radial-gradient(
      1200px 520px at 0% 0%,
      rgba(25, 135, 84, 0.1),
      transparent 60%
    ),
    radial-gradient(
      900px 420px at 100% 100%,
      rgba(25, 135, 84, 0.06),
      transparent 60%
    ),
    #ffffff;
  padding: 40px 16px; /* fallback padding */
}

/* center content nicely */
#salink-pricing-coming-v1 .spcv1-wrap {
  min-height: 78vh; /* tinggi area (feel lega) */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* quote text */
#salink-pricing-coming-v1 .spcv1-quote {
  max-width: 920px;
  text-align: center;
  color: #1f1f1f;
  line-height: 1.6;
  font-weight: 600;
  font-size: clamp(1.05rem, 1.2vw + 0.9rem, 1.6rem); /* responsif */
  margin: 0;
}

/* tweak di layar kecil */
@media (max-width: 575.98px) {
  #salink-pricing-coming-v1 .spcv1-wrap {
    min-height: 48vh;
  }
  #salink-pricing-coming-v1 .spcv1-quote {
    font-weight: 600;
  }
}
