@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,700;0,800;1,500&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&family=DM+Mono:wght@400;500&display=swap");

:root {
  --bg: #f7f3ed;
  --bg-soft: #ede7da;
  --surface: #ffffff;
  --surface-2: #faf7f3;
  --primary: #2d5a3d;
  --primary-light: #4a8060;
  --primary-deep: #1a3d28;
  --accent: #b8732e;
  --accent-light: #d4934e;
  --text: #1c1c1a;
  --text-muted: #5c5c55;
  --border: #ddd4c0;
  --shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
  --container: 1160px;
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "DM Sans", system-ui, sans-serif;
  --font-mono: "DM Mono", "Courier New", monospace;
}

* {
  box-sizing: border-box;
}
img {
  pointer-events: none;
  -webkit-touch-callout: none;
}
html {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  background: #f7f3ed;
  color: var(--text);
  font-family: var(--font-body);
  overflow-x: hidden;
  padding-top: 3.8rem;
}
body.topbar-offset {
  padding-top: calc(3.8rem + 2.2rem);
}
body.topbar-offset header {
  top: 2.2rem;
}
.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 70;
  background: var(--primary);
  color: #fff;
  font-size: 0.82rem;
  padding: 0.4rem 1rem;
  text-align: center;
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.topbar-close {
  background: none;
  border: 0;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}
.topbar-hidden {
  display: none;
}
main,
header,
footer,
section {
  width: 100%;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
.container {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1rem, 4vw, 1.5rem);
  padding-right: clamp(1rem, 4vw, 1.5rem);
}
.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  background: var(--primary);
  color: #fff;
  padding: 0.5rem 0.8rem;
  border-radius: 0.5rem;
  z-index: 99;
}
.skip-link:focus {
  left: 8px;
}
.top-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--primary), var(--primary-light));
  z-index: 60;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 61;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(246, 251, 248, 0.94) 100%
  );
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(189, 217, 200, 0.9);
  transition:
    box-shadow 0.25s,
    background 0.25s;
}
header.scrolled {
  box-shadow: 0 8px 24px rgba(21, 57, 43, 0.1);
  background: rgba(255, 255, 255, 0.98);
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0;
}
/* Standardisasi gap di seluruh website */
:root {
  --gap-xs: 0.35rem;
  --gap-sm: 0.5rem;
  --gap-md: 0.75rem;
  --gap-lg: 1rem;
  --gap-xl: 1.25rem;
  --gap-2xl: 1.5rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.brand img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 50%;
  border: none;
  background: transparent;
  padding: 0;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(30, 127, 77, 0.18);
}
footer .brand img {
  width: 52px;
  height: 52px;
  border: none;
  background: transparent;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
}
.brand-title {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
}
.brand-sub {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  text-transform: uppercase;
}
.nav-links {
  display: none;
  align-items: center;
  gap: 0.85rem;
}
.nav-links a {
  font-weight: 600;
  color: var(--text-muted);
  font-size: 0.97rem;
}
.nav-links a.active,
.nav-links a:hover {
  color: var(--primary-deep);
}
.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text-muted);
  padding: 0.36rem 0.7rem;
  border-radius: 999px;
  min-height: 36px;
  font-weight: 600;
  font-size: 0.78rem;
  cursor: pointer;
}
.lang-toggle .lang-active {
  color: var(--primary-deep);
}
.hamburger {
  display: grid;
  gap: 4px;
  background: none;
  border: 0;
  padding: 6px;
}
.hamburger span {
  width: 23px;
  height: 2px;
  background: var(--primary-deep);
}
.mobile-menu {
  position: fixed;
  inset: 0;
  background: rgba(10, 45, 29, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
  z-index: 70;
}
.mobile-menu.open {
  opacity: 1;
  visibility: visible;
}
.mobile-menu nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  text-align: center;
  position: relative;
  width: min(88vw, 320px);
  padding: 2.5rem 1.25rem;
}
.mobile-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition:
    background 0.2s,
    transform 0.2s;
}
.mobile-close:hover {
  background: rgba(255, 255, 255, 0.28);
  transform: scale(1.03);
}
.mobile-menu a {
  color: #eafff3;
  font-weight: 600;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.7rem 1.5rem;
  border-radius: 0.5rem;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease,
    transform 0.15s ease;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.btn:hover {
  transform: translateY(-1px);
}
.btn-primary {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
}
.btn-primary:hover {
  background: var(--primary-deep);
  border-color: var(--primary-deep);
}
.btn-ghost {
  background: transparent;
  color: var(--primary-deep);
  border-color: var(--primary-deep);
}
.btn-ghost:hover {
  background: var(--primary-deep);
  color: white;
}

.hero {
  padding: clamp(2.8rem, 7vw, 6rem) 0;
  background: linear-gradient(
    135deg,
    rgba(246, 251, 248, 0.95) 0%,
    rgba(237, 246, 240, 0.9) 55%,
    rgba(228, 242, 233, 0.92) 100%
  );
  border-radius: 0 0 1.5rem 1.5rem;
}
.hero-wrap {
  display: grid;
  gap: 1.4rem;
  align-items: center;
}
@media (max-width: 767px) {
  .hero-video {
    min-height: 260px;
  }
  .hero-visual {
    min-height: 260px;
  }
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c17f3a;
  background: rgba(193, 127, 58, 0.1);
  border: 1px solid rgba(193, 127, 58, 0.25);
  padding: 0.28rem 0.8rem;
  border-radius: 999px;
  margin-bottom: 0.75rem;
}
h1,
h2,
h3 {
  font-family: var(--font-display);
  margin: 0.2rem 0;
}
article {
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
h1 {
  font-size: clamp(2.05rem, 5vw, 4.1rem);
  line-height: 1.05;
}
h2 {
  font-size: clamp(1.75rem, 4vw, 3rem);
}
h3 {
  font-size: clamp(1.25rem, 2.8vw, 1.7rem);
}
p {
  color: var(--text-muted);
  line-height: 1.75;
  font-size: clamp(0.98rem, 1.35vw, 1.08rem);
}
.hero-visual {
  position: relative;
  border-radius: 1.35rem;
  overflow: hidden;
  border: 1px solid rgba(47, 157, 99, 0.22);
  box-shadow:
    0 22px 50px rgba(28, 101, 64, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  aspect-ratio: 16 / 10;
  min-height: 280px;
  background: #1a3d2c;
}
.hero-video {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}
.hero-video-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.08) 0%,
    transparent 42%,
    rgba(0, 0, 0, 0.12) 100%
  );
  pointer-events: none;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: -30% -10%;
  background: radial-gradient(
    circle,
    rgba(91, 191, 131, 0.18),
    transparent 55%
  );
  pointer-events: none;
  z-index: 1;
}
.promo-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}
.promo-points span {
  background: linear-gradient(135deg, #fff, var(--surface-2));
  border: 1px solid var(--border);
  color: var(--primary-deep);
  padding: 0.35rem 0.68rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
}
.hero-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}
.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(47, 157, 99, 0.1);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.3rem 0.75rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--primary-deep);
}
.hero-trust-icon {
  font-size: 0.95rem;
}

.section {
  padding: clamp(2.2rem, 6vw, 5rem) 0;
}
.section-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--border) 30%,
    var(--border) 70%,
    transparent 100%
  );
  margin: 0;
}
.section:nth-of-type(even) {
  background: linear-gradient(
    180deg,
    rgba(246, 251, 248, 0.7) 0%,
    rgba(237, 246, 240, 0.45) 100%
  );
}
.grid-2 {
  display: grid;
  gap: 1.3rem;
}
.card {
  background: linear-gradient(145deg, var(--surface) 0%, var(--surface-2) 100%);
  border: 1px solid var(--border);
  border-radius: 1rem;
  box-shadow: var(--shadow);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(30, 127, 77, 0.1);
}
.card.pad {
  padding: 1.5rem;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 1rem;
  overflow: hidden;
  background: var(--surface);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.stat {
  text-align: center;
  padding: 1.5rem 1rem;
}
.stat:not(:last-child) {
  border-right: 1px solid var(--border);
}
.stat-num {
  font-family: var(--font-mono);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 500;
  color: var(--primary-deep);
  line-height: 1;
  margin-bottom: 0.4rem;
}

.filters {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}
.chip {
  padding: 0.42rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, #fff, var(--surface-2));
  color: var(--text-muted);
  cursor: pointer;
}
.chip.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
.product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.media {
  position: relative;
  aspect-ratio: 2/3;
  background: linear-gradient(160deg, #eaf5ee, #edf5f0);
  flex-shrink: 0;
}
.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 210px;
}
.badge {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  background: #fff;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  font-size: 0.74rem;
  color: var(--primary-deep);
}
.badge-recommend {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  background: #c17f3a;
  color: white;
  font-size: 0.68rem;
  font-weight: 700;
  font-family: var(--font-mono);
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  letter-spacing: 0.03em;
  pointer-events: none;
}
.placeholder {
  display: grid;
  place-items: center;
  height: 100%;
  color: var(--text-muted);
  padding: 1rem;
  text-align: center;
  background: linear-gradient(135deg, #eef8f1, #ddeee4);
}
.product-body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-body p {
  flex: 1;
  margin-bottom: 0.5rem;
}
.product-body > div:last-child {
  margin-top: auto !important;
}
.price {
  font-family: var(--font-mono);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--primary-deep);
  margin-bottom: 0.75rem;
}
.product-actions {
  display: flex;
  gap: 0.75rem;
}

.about-img {
  max-width: 380px;
  margin: 0 auto;
}
.about-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 0.8rem;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}
.about-brand-card {
  margin: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  aspect-ratio: 4/5;
  background: linear-gradient(145deg, #274535 0%, #3d6b4f 60%, #5a9470 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}
.about-brand-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  color: white;
  padding: 2rem 1.5rem;
  text-align: center;
  width: 100%;
}
.about-brand-year {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.65;
}
.about-brand-logo {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  object-fit: cover;
  margin: 0.25rem 0;
}
.about-brand-name {
  font-family: var(--font-display);
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
}
.about-brand-tagline {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.75;
}
.about-brand-rule {
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin: 0.4rem 0;
}
.about-brand-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
}
.about-brand-chips span {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 0.18rem 0.6rem;
  font-size: 0.7rem;
  font-weight: 500;
}
.about-brand-footer {
  font-size: 0.78rem;
  opacity: 0.65;
  margin-top: 0.4rem;
}
.cocok-section {
  padding: clamp(2.5rem, 6vw, 5rem) 0;
}
.cocok-header {
  text-align: center;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}
.cocok-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.cocok-card {
  background: linear-gradient(155deg, #fff 0%, var(--surface-2) 100%);
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: clamp(1.2rem, 2.5vw, 1.75rem);
  text-align: center;
  box-shadow: 0 8px 24px rgba(30, 127, 77, 0.06);
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.cocok-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(30, 127, 77, 0.12);
}
.cocok-icon {
  font-size: 2.4rem;
  margin-bottom: 0.75rem;
  display: block;
}
.cocok-card h3 {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  margin: 0 0 0.4rem;
  color: var(--text);
}
.cocok-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.6;
}

.about-page {
  padding-top: clamp(2rem, 4vw, 3rem);
}
.about-hero {
  align-items: stretch;
}
.about-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}
.about-highlights span {
  background: rgba(47, 157, 99, 0.1);
  border: 1px solid rgba(47, 157, 99, 0.2);
  color: var(--primary-deep);
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
}
.about-hero-media {
  display: grid;
  place-items: center;
}
.about-quote {
  margin: 1.5rem 0;
}
.about-quote h2 {
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.35;
  margin-bottom: 0.75rem;
}
.about-story {
  display: grid;
  gap: 1.25rem;
  margin: 1.5rem 0;
}
.timeline {
  display: grid;
  gap: 0.85rem;
}
.timeline-item {
  padding: 0.8rem 0;
  border-top: 1px solid var(--border);
}
.timeline-item:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.timeline-item p {
  margin: 0.25rem 0 0;
  font-size: 0.92rem;
}
.about-values {
  margin: 1.5rem 0 0;
}
.about-trust {
  margin-top: 1.5rem;
}
.about-trust p:last-of-type {
  margin-bottom: 0;
}

.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0.9rem 0;
  background: none;
  border: 0;
  color: var(--text);
  text-align: left;
  font-weight: 600;
}
.faq-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

footer {
  margin-top: 2rem;
  padding: 2.2rem 0;
  background: linear-gradient(165deg, #1a6c43 0%, #145532 55%, #0f3f26 100%);
  color: #effff6;
}
footer p,
footer a {
  color: #effff6;
}
footer .brand-title {
  color: #fff;
}
footer .brand-sub {
  color: #d4f5e3;
}
.foot {
  display: grid;
  gap: 1rem;
}
.footer-legal {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 0.5rem;
  line-height: 1.5;
}
.foot h3 {
  margin: 0.15rem 0 0.4rem;
  font-size: 1.2rem;
}
.socials {
  display: flex;
  gap: 0.45rem;
  margin-top: 0.7rem;
}
.social-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.85);
  color: #fff;
  font-size: 0;
  flex-shrink: 0;
  overflow: hidden;
  transition:
    transform 0.2s,
    background 0.2s,
    border-color 0.2s;
}
.social-icon svg {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: block;
  flex-shrink: 0;
}
/* When SVG has its own colored background rect, fill the container */
.social-icon svg rect:first-child {
  width: 100%;
  height: 100%;
}
.social-icon img,
.floating-wa img,
.nav-social a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
  pointer-events: none;
  flex-shrink: 0;
}
.social-icon:hover {
  background: rgba(255, 255, 255, 0.28);
  border-color: #fff;
  transform: translateY(-2px);
}
.socials:empty {
  min-height: 40px;
}
.footer-note {
  margin-top: 1rem;
  color: #d8f6e5;
  font-size: 0.92rem;
}
.muted {
  color: var(--text-muted);
}

.toast {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  background: #113f2a;
  color: #dff8ea;
  padding: 0.7rem 0.9rem;
  border-radius: 0.6rem;
  border: 1px solid #2b6f4c;
  opacity: 0;
  transform: translateY(8px);
  transition: 0.2s;
  z-index: 80;
}
.toast.show {
  opacity: 1;
  transform: translateY(0);
}
.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  z-index: 80;
}
.modal.open {
  opacity: 1;
  visibility: visible;
}
.modal-card {
  width: min(92vw, 560px);
  background: #fff;
  border-radius: 1rem;
  border: 1px solid var(--border);
  padding: 1rem;
  position: relative;
}
.modal-card--product {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 560px;
  width: 90vw;
  gap: 0;
  overflow: hidden;
  border-radius: 1.25rem;
  padding: 0;
}
.modal-close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 1.4rem;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: var(--text);
  z-index: 2;
  transition: background 0.2s;
}
.modal-close-btn:hover {
  background: rgba(0, 0, 0, 0.2);
}
.modal-product-img-wrap {
  position: relative;
  aspect-ratio: 1/1;
  background: var(--surface-2);
  overflow: hidden;
}
.modal-product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-product-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--primary-deep);
}
.modal-product-body {
  padding: clamp(1.25rem, 3vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.modal-card--product h3 {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  margin: 0;
}
.modal-product-price {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary-deep);
}
.modal-product-body p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}
.modal-product-body .btn {
  margin-top: auto;
}

.animate {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  will-change: opacity, transform;
}
.animate.visible {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

/* Story & Review marquee */
.reviews-section {
  overflow: hidden;
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
}
.reviews-header {
  margin-bottom: 1.25rem;
}
.reviews-lead {
  max-width: 52ch;
  margin-top: 0.5rem;
}
.reviews-marquee-wrap {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 6%,
    #000 94%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 6%,
    #000 94%,
    transparent
  );
}
.reviews-marquee {
  overflow: hidden;
  width: 100%;
}
.reviews-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  padding: 0.35rem 0 0.75rem;
  animation: reviewScroll 55s linear infinite;
}
.reviews-marquee:hover .reviews-track {
  animation-play-state: paused;
}
@keyframes reviewScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.review-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 0.85rem;
  padding: 1.5rem;
  width: min(88vw, 340px);
  flex-shrink: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.review-top {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}
.review-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(47, 157, 99, 0.35);
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(30, 127, 77, 0.12);
}
.review-avatar--initial {
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
}
.review-avatar--s {
  background: linear-gradient(135deg, #3d7a9a, #6ba8c7);
}
.review-avatar--d {
  background: linear-gradient(135deg, #2a6b4a, #4a9d72);
}
.review-card h3 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.2;
}
.review-role {
  display: block;
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 0.15rem;
  font-weight: 500;
}
.review-stars {
  color: #c17f3a;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  margin-top: 0.15rem;
}
.review-card p {
  font-style: italic;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.65;
  margin: 0.75rem 0 0;
}

@media (max-width: 479px) {
  h1 {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
  }
  h2 {
    font-size: clamp(1.4rem, 6vw, 2rem);
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
    word-break: normal;
    overflow-wrap: break-word;
  }
  .hero {
    border-radius: 0;
  }
  .hero-wrap {
    gap: 1rem;
  }
  .hero-visual {
    width: 100%;
    max-width: 100%;
  }
  .hero-video {
    min-height: 240px;
    max-width: 100%;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions .btn {
    width: 100%;
  }
  .promo-points {
    gap: 0.4rem;
  }
  .promo-points span {
    font-size: 0.76rem;
    padding: 0.32rem 0.55rem;
  }
  nav {
    padding: 0.65rem 0;
  }
  .brand-title {
    font-size: 1.25rem;
  }
  .card.pad {
    padding: 1rem;
  }
  .review-card {
    width: min(92vw, 320px);
  }
  .reviews-track {
    animation-duration: 45s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reviews-track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
  .reviews-marquee-wrap {
    mask-image: none;
    -webkit-mask-image: none;
  }
}

@media (min-width: 768px) {
  .hamburger,
  .mobile-menu {
    display: none;
  }
  .cocok-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .modal-card--product {
    grid-template-columns: 1fr 1fr;
    max-width: 760px;
  }
  .nav-links {
    display: flex;
  }
  .hero-wrap,
  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }
  .stats {
    grid-template-columns: repeat(4, 1fr);
  }
  .products {
    grid-template-columns: repeat(2, 1fr);
  }
  .foot {
    grid-template-columns: 1.2fr 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .products {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ===== Floating WhatsApp Button ===== */
.floating-wa {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #25d366;
  color: #fff;
  padding: 12px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  font-family: var(--font-body);
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
  z-index: 9999;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  animation: wa-pulse 2.5s ease-out infinite;
}
@keyframes wa-pulse {
  0% {
    box-shadow:
      0 0 0 0 rgba(37, 211, 102, 0.5),
      0 4px 16px rgba(37, 211, 102, 0.35);
  }
  70% {
    box-shadow:
      0 0 0 12px rgba(37, 211, 102, 0),
      0 4px 16px rgba(37, 211, 102, 0.35);
  }
  100% {
    box-shadow:
      0 0 0 0 rgba(37, 211, 102, 0),
      0 4px 16px rgba(37, 211, 102, 0.35);
  }
}
.floating-wa:hover {
  transform: scale(1.07);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
}
.floating-wa svg {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .floating-wa {
    bottom: 16px;
    right: 16px;
    padding: 10px 16px;
    font-size: 0.88rem;
  }
}

/* ===== Navbar Social Icons ===== */
.nav-social {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.nav-social a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(47, 157, 99, 0.1),
    rgba(47, 157, 99, 0.05)
  );
  color: var(--primary-deep);
  transition:
    background 0.2s,
    transform 0.2s,
    color 0.2s;
}
.nav-social a:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-1px);
}

/* ===== Keunggulan / Features Section ===== */
.keunggulan-section {
  padding: clamp(2.5rem, 6vw, 5rem) 0;
}
.keunggulan-header {
  text-align: center;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}
.keunggulan-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.keunggulan-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 3px solid #c17f3a;
  border-radius: 0.75rem;
  padding: clamp(1rem, 2.5vw, 1.4rem);
  text-align: left;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.keunggulan-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.keunggulan-icon {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  display: block;
}
.keunggulan-card h3 {
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin: 0 0 0.4rem;
  color: var(--text);
}
.keunggulan-card p {
  font-size: clamp(0.85rem, 1.2vw, 0.95rem);
  margin: 0;
  line-height: 1.55;
}

@media (min-width: 768px) {
  .keunggulan-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .keunggulan-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* ===== Featured Products on Homepage ===== */
.featured-section {
  padding: clamp(2.5rem, 6vw, 5rem) 0;
  background: linear-gradient(
    180deg,
    rgba(246, 251, 248, 0.7) 0%,
    rgba(237, 246, 240, 0.45) 100%
  );
}
.featured-header {
  text-align: center;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}
.featured-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.featured-card {
  background: linear-gradient(155deg, #ffffff 0%, var(--surface-2) 100%);
  border: 1px solid var(--border);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(30, 127, 77, 0.08);
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  display: flex;
  flex-direction: column;
}
.featured-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(30, 127, 77, 0.14);
}
.featured-card-img {
  position: relative;
  aspect-ratio: 1/1;
  background: linear-gradient(160deg, #eaf5ee, #edf5f0);
  overflow: hidden;
}
.featured-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-card-badge {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--primary-deep);
}
.featured-card-body {
  padding: clamp(0.8rem, 2vw, 1.1rem);
  display: flex;
  flex-direction: column;
  flex: 1;
}
.featured-card-body h3 {
  font-size: clamp(1rem, 2vw, 1.2rem);
  margin: 0 0 0.35rem;
}
.featured-card-body p {
  font-size: 0.9rem;
  margin: 0 0 0.65rem;
  line-height: 1.55;
  flex: 1;
}
.featured-card-body .btn {
  width: 100%;
  font-size: 0.88rem;
  padding: 0.55rem 0.8rem;
  margin-top: auto;
}
.featured-footer {
  text-align: center;
  margin-top: clamp(1.2rem, 3vw, 2rem);
}

@media (min-width: 768px) {
  .featured-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .featured-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* ===== Buy Platforms Section ===== */
.platforms-section {
  padding: clamp(2rem, 5vw, 4rem) 0;
}
.platforms-header {
  text-align: center;
  margin-bottom: clamp(1.2rem, 3vw, 2rem);
}
.platforms-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  max-width: 700px;
  margin: 0 auto;
}
.platform-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: clamp(0.85rem, 2vw, 1.15rem) clamp(1rem, 2.5vw, 1.5rem);
  background: linear-gradient(155deg, #ffffff 0%, var(--surface-2) 100%);
  border: 1px solid var(--border);
  border-radius: 1rem;
  text-decoration: none;
  color: var(--text);
  box-shadow: 0 6px 18px rgba(30, 127, 77, 0.06);
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    border-color 0.2s;
}
.platform-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(30, 127, 77, 0.12);
  border-color: var(--primary-light);
}
.platform-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 1.4rem;
}
.platform-icon--wa {
  background: #25d366;
  color: #fff;
}
.platform-icon--shopee {
  background: #ee4d2d;
  color: #fff;
}
.platform-icon--linktree {
  background: #43e660;
  color: #fff;
}
.platform-card-text h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.2;
}
.platform-card-text p {
  margin: 0.15rem 0 0;
  font-size: 0.88rem;
}

@media (min-width: 600px) {
  .platforms-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: none;
  }
}
@media (min-width: 900px) {
  .platforms-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 768px) {
  .stats {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

/* Final stats alignment: override the duplicate three-column rule above. */
@media (min-width: 768px) {
  .stats {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

/* Keep the four homepage metrics aligned and preserve navbar CTA contrast. */
@media (min-width: 768px) {
  .stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.nav-links a.btn.btn-primary,
.nav-links a.btn.btn-primary:hover,
.nav-links a.btn.btn-primary:visited {
  color: #ffffff;
}

/* ===== About Checklist ===== */
.about-checklist {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 0.5rem;
}
.about-checklist li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.95rem;
  color: var(--text-muted);
  font-weight: 500;
}
.about-checklist li::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  flex-shrink: 0;
}
.about-img--logo img {
  object-fit: contain;
  background: transparent;
  padding: 0;
  border: none;
}

/* ===== Responsive: mobile single-column for very small screens ===== */
@media (max-width: 479px) {
  .featured-grid {
    grid-template-columns: 1fr;
  }
  .keunggulan-grid {
    grid-template-columns: 1fr;
  }
  .platforms-grid {
    grid-template-columns: 1fr;
  }
}

.platform-icon--tiktok {
  background: #ffffff;
  color: #010101;
  border: 1px solid var(--border);
}

/* ===== Final premium redesign overrides ===== */
body {
  background: #f7f3ed;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  padding: 0.65rem 1.4rem;
  min-height: 42px;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition:
    background 0.15s,
    color 0.15s,
    border-color 0.15s,
    transform 0.12s,
    box-shadow 0.15s;
  line-height: 1.2;
  white-space: nowrap;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn:active {
  transform: translateY(0);
}
.btn-primary {
  background: var(--primary-deep);
  color: #ffffff;
  border-color: var(--primary-deep);
  box-shadow: 0 2px 8px rgba(26, 61, 40, 0.25);
}
.btn-primary:hover {
  background: #0f2a1a;
  border-color: #0f2a1a;
  box-shadow: 0 4px 16px rgba(26, 61, 40, 0.35);
}
.btn-ghost {
  background: transparent;
  color: var(--primary-deep);
  border-color: var(--primary-deep);
}
.btn-ghost:hover {
  background: var(--primary-deep);
  color: #ffffff;
}
.btn-accent {
  background: var(--accent);
  color: #ffffff;
  border-color: var(--accent);
}
.btn-accent:hover {
  background: #9a5e22;
  border-color: #9a5e22;
}
.btn-outline-white {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.7);
}
.btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
}

.hero {
  padding: clamp(3rem, 8vw, 6.5rem) 0 clamp(2rem, 5vw, 4rem);
  position: relative;
  overflow: hidden;
  background: var(--bg);
  border-radius: 0;
}
.hero::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -150px;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(184, 115, 46, 0.08) 0%,
    transparent 60%
  );
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(45, 90, 61, 0.07) 0%,
    transparent 60%
  );
  pointer-events: none;
}
.hero-wrap {
  position: relative;
  z-index: 1;
}
.hero h1 {
  font-size: clamp(2.2rem, 6vw, 4rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--text);
  margin: 0.5rem 0 1rem;
}
.hero h1 em {
  font-style: italic;
  color: var(--accent);
}
.eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.6rem;
  background: none;
  border: 0;
  padding: 0;
}
.section-title {
  position: relative;
  display: inline-block;
}
.section-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
  margin-top: 0.5rem;
}
.text-center .section-title::after {
  margin-left: auto;
  margin-right: auto;
}

.chip {
  padding: 0.4rem 1rem;
  border-radius: 999px;
  border: 1.5px solid var(--border);
  background: var(--surface);
  color: var(--text-muted);
  font-family: var(--font-body);
  font-size: 0.84rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s;
}
.chip:hover {
  border-color: var(--primary);
  color: var(--primary-deep);
}
.chip.active {
  background: var(--primary-deep);
  border-color: var(--primary-deep);
  color: #ffffff;
  font-weight: 600;
}

.product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}
.media {
  position: relative;
  aspect-ratio: 3/4;
  background: var(--bg-soft);
  overflow: hidden;
  flex-shrink: 0;
}
.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  min-height: 0;
}
.product-card:hover .media img {
  transform: scale(1.03);
}
.badge {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 0.72rem;
  font-weight: 600;
  font-family: var(--font-mono);
  color: var(--primary-deep);
  letter-spacing: 0.01em;
}
.badge-recommend {
  top: 0.7rem;
  right: 0.7rem;
  background: var(--accent);
  color: #ffffff;
  font-size: 0.66rem;
  font-family: var(--font-mono);
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  letter-spacing: 0.02em;
}
.product-body {
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.4rem;
}
.product-body h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  color: var(--text);
  line-height: 1.3;
}
.product-body p {
  font-size: 0.84rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0;
  flex: 1;
}
.price {
  font-family: var(--font-mono);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--primary-deep);
  margin: 0.2rem 0;
  letter-spacing: -0.01em;
}
.product-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-top: 0.4rem;
}
.product-actions .btn {
  font-size: 0.82rem;
  padding: 0.55rem 0.8rem;
  min-height: 38px;
}

.stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
.stat {
  padding: 1.5rem 1rem;
  text-align: center;
  border-right: 1px solid var(--border);
}
.stat:last-child {
  border-right: none;
}
.stat-num {
  font-family: var(--font-mono);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 500;
  color: var(--primary-deep);
  line-height: 1;
  display: block;
  margin-bottom: 0.35rem;
}
.stat > div {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 500;
  letter-spacing: 0.03em;
}

.keunggulan-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 3px solid var(--accent);
  border-radius: 10px;
  padding: clamp(1rem, 2.5vw, 1.4rem);
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.keunggulan-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.09);
}
.keunggulan-icon {
  font-size: 1.75rem;
  margin-bottom: 0.6rem;
  display: block;
}
.keunggulan-card h3 {
  font-size: 0.98rem;
  font-weight: 700;
  margin: 0 0 0.3rem;
  color: var(--text);
}
.keunggulan-card p {
  font-size: 0.84rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.55;
}

.review-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1.4rem;
  width: min(86vw, 320px);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
.review-top {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  margin-bottom: 0;
}
.review-avatar,
.review-avatar--initial {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
  border: 2px solid var(--border);
}
.review-avatar--initial {
  background: var(--primary-deep);
  color: white;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.9rem;
}
.review-top h3 {
  font-size: 0.92rem;
  font-weight: 700;
  margin: 0;
  color: var(--text);
  font-family: var(--font-body);
}
.review-role {
  font-size: 0.76rem;
  color: var(--text-muted);
  display: block;
  margin-top: 0.1rem;
}
.review-stars {
  color: var(--accent);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  display: block;
  margin-top: 0.15rem;
}
.review-card > p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0;
  font-style: italic;
  flex: 1;
}

footer {
  background: var(--primary-deep);
  color: rgba(255, 255, 255, 0.82);
  padding: 2.5rem 0 1.5rem;
  margin-top: 0;
}
footer p,
footer a {
  color: rgba(255, 255, 255, 0.72);
}
footer a:hover {
  color: #ffffff;
}
footer h3 {
  color: #ffffff;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.footer-note {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.76rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
  margin-top: 1.5rem;
}
footer .brand-title {
  color: #ffffff;
}
footer .brand-sub {
  color: rgba(255, 255, 255, 0.5);
}
.footer-legal {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 0.5rem;
  line-height: 1.5;
}

.animate {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.38s ease,
    transform 0.38s ease;
}
.animate.visible {
  opacity: 1;
  transform: translateY(0);
}

.about-brand-card {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/5;
  background: linear-gradient(145deg, #1a3d28 0%, #2d5a3d 55%, #4a8060 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.about-brand-inner,
.about-brand-card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  color: white;
  padding: 2rem 1.5rem;
  text-align: center;
  width: 100%;
}
.about-brand-year {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.6;
}
.about-brand-logo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.25);
  object-fit: cover;
}
.about-brand-name {
  font-family: var(--font-display);
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-top: 0.1rem;
}
.about-brand-sub,
.about-brand-tagline {
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.7;
}
.about-brand-divider,
.about-brand-rule {
  width: 36px;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  margin: 0.3rem 0;
}
.about-brand-tags,
.about-brand-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: center;
}
.about-brand-tags span,
.about-brand-chips span {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 0.16rem 0.55rem;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.about-brand-loc,
.about-brand-footer {
  font-size: 0.76rem;
  opacity: 0.6;
  margin-top: 0.3rem;
}

.modal-card--product {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 520px;
  width: 90vw;
  border-radius: 14px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.12);
  color: var(--text);
  font-size: 1.3rem;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 2;
  transition: background 0.15s;
  line-height: 1;
}
.modal-close:hover {
  background: rgba(0, 0, 0, 0.22);
}
.modal-img-wrap {
  position: relative;
  aspect-ratio: 3/4;
  background: var(--bg-soft);
}
.modal-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.modal-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.modal-body h3 {
  font-size: 1.2rem;
  margin: 0;
  color: var(--text);
}
.modal-price {
  font-family: var(--font-mono);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--accent);
}
.modal-desc {
  font-size: 0.86rem;
  color: var(--text-muted);
  line-height: 1.65;
}
.modal-desc strong {
  color: var(--text);
  font-weight: 600;
  display: block;
  margin-top: 0.6rem;
  margin-bottom: 0.2rem;
}
.modal-body .btn {
  margin-top: auto;
}

@media (min-width: 560px) {
  .modal-card--product {
    grid-template-columns: 220px 1fr;
    max-width: 680px;
  }
}
@media (min-width: 900px) {
  .platforms-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
