/* DAPUR KARAENG LU'MU - STYLESHEET */
:root {
  --maroon: #8B1E1E;
  --maroon-dark: #4A0F0F;
  --maroon-light: #a31515;
  --gold: #C89B3C;
  --gold-light: #e8c94f;
  --gold-dark: #b8960d;
  --white: #ffffff;
  --cream: #FFF9F2;
  --cream-dark: #F5EDD8;
  --beige: #F9F3EA;
  --text-dark: #1a0a00;
  --text-body: #3d2010;
  --text-muted: #7a5c44;
  --border-gold: rgba(212, 175, 55, 0.25);
  --shadow-warm: 0 12px 40px rgba(139, 30, 30, 0.05);
  --shadow-card: 0 4px 16px rgba(0, 0, 0, 0.03), 0 12px 40px rgba(0, 0, 0, 0.04);
  --shadow-hover: 0 8px 24px rgba(139, 30, 30, 0.06), 0 24px 80px rgba(139, 30, 30, 0.08);
  --shadow-glow: 0 0 0 1px rgba(200, 155, 60, 0.15), 0 8px 24px rgba(139, 30, 30, 0.06), 0 24px 80px rgba(139, 30, 30, 0.08);
  --font-serif: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-sans: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-elegant: 'Plus Jakarta Sans', system-ui, sans-serif;
  --radius: 12px;
  --radius-lg: 20px;
  --radius-xl: 32px;
  --radius-card: 20px;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-h: 72px;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-sans);
  color: var(--text-body);
  background: #FFFDF8;
  line-height: 1.7;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -2;
  background: 
    linear-gradient(180deg, var(--cream) 0%, var(--beige) 100%);
  pointer-events: none;
}

/* FLOATING DECORATIVE SHAPES */
.floating-shapes {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.floating-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.06;
}

.shape-1 {
  width: 400px;
  height: 400px;
  background: var(--gold);
  top: -100px;
  right: -100px;
  animation: floatShape 8s ease-in-out infinite;
}

.shape-2 {
  width: 300px;
  height: 300px;
  background: var(--maroon);
  bottom: 20%;
  left: -80px;
  animation: floatShape 10s ease-in-out infinite reverse;
}

.shape-3 {
  width: 250px;
  height: 250px;
  background: var(--gold);
  top: 50%;
  right: -60px;
  animation: floatShape 12s ease-in-out infinite 2s;
}

.shape-4 {
  width: 350px;
  height: 350px;
  background: var(--maroon);
  top: 10%;
  left: -100px;
  animation: floatShape 9s ease-in-out infinite 1s;
}

.shape-5 {
  width: 200px;
  height: 200px;
  background: rgba(212, 175, 55, 0.4);
  bottom: 5%;
  right: 15%;
  filter: blur(100px);
  opacity: 0.04;
  animation: floatShape 14s ease-in-out infinite 3s;
}

.shape-6 {
  width: 180px;
  height: 180px;
  background: rgba(139, 0, 0, 0.3);
  top: 30%;
  left: 10%;
  filter: blur(90px);
  opacity: 0.03;
  animation: floatShape 11s ease-in-out infinite 1.5s reverse;
}

@keyframes floatShape {
  0%, 100% { transform: translate(0, 0); }
  25% { transform: translate(20px, -20px); }
  50% { transform: translate(-10px, 10px); }
  75% { transform: translate(15px, 15px); }
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: 
    /* Bugis-Makassar geometric pattern + leaf/spice motifs */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'%3E%3Cg fill='none' stroke='%23D4AF37' stroke-width='0.4' opacity='0.055'%3E%3C!-- Main diamond (Lontara-inspired) --%3E%3Cpath d='M120 8 L232 120 L120 232 L8 120 Z'/%3E%3Cpath d='M120 32 L208 120 L120 208 L32 120 Z'/%3E%3Cpath d='M120 52 L188 120 L120 188 L52 120 Z'/%3E%3Ccircle cx='120' cy='120' r='8' opacity='0.4'/%3E%3C!-- Small corner diamonds --%3E%3Cpath d='M40 8 L72 40 L40 72 L8 40 Z'/%3E%3Cpath d='M200 8 L232 40 L200 72 L168 40 Z'/%3E%3Cpath d='M40 200 L72 232 L40 240 L8 200 Z'/%3E%3Cpath d='M200 200 L232 232 L200 240 L168 200 Z'/%3E%3C!-- Leaf-inspired organic curves --%3E%3Cpath d='M20 120 Q60 60 120 50 Q80 100 20 120Z' opacity='0.3'/%3E%3Cpath d='M220 120 Q180 60 120 50 Q160 100 220 120Z' opacity='0.3'/%3E%3Cpath d='M20 120 Q60 180 120 190 Q80 140 20 120Z' opacity='0.3'/%3E%3Cpath d='M220 120 Q180 180 120 190 Q160 140 220 120Z' opacity='0.3'/%3E%3C!-- Rempah-inspired star dots --%3E%3Ccircle cx='60' cy='60' r='2' opacity='0.3'/%3E%3Ccircle cx='180' cy='60' r='2' opacity='0.3'/%3E%3Ccircle cx='60' cy='180' r='2' opacity='0.3'/%3E%3Ccircle cx='180' cy='180' r='2' opacity='0.3'/%3E%3Ccircle cx='120' cy='30' r='1.5' opacity='0.3'/%3E%3Ccircle cx='120' cy='210' r='1.5' opacity='0.3'/%3E%3Ccircle cx='30' cy='120' r='1.5' opacity='0.3'/%3E%3Ccircle cx='210' cy='120' r='1.5' opacity='0.3'/%3E%3C!-- Subtle cross motifs (Bilajeng-inspired) --%3E%3Cpath d='M90 90 L110 110 M110 90 L90 110' stroke-width='0.6' opacity='0.2'/%3E%3Cpath d='M150 90 L130 110 M130 90 L150 110' stroke-width='0.6' opacity='0.2'/%3E%3Cpath d='M90 150 L110 130 M110 150 L90 130' stroke-width='0.6' opacity='0.2'/%3E%3Cpath d='M150 150 L130 130 M130 150 L150 130' stroke-width='0.6' opacity='0.2'/%3E%3C/g%3E%3C/svg%3E"),
    /* Subtle grain texture (paper feel) */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.02'/%3E%3C/svg%3E"),
    /* Soft radial overlay for depth */
    radial-gradient(ellipse at 30% 20%, rgba(212, 175, 55, 0.03) 0%, transparent 50%),
    radial-gradient(ellipse at 70% 80%, rgba(139, 0, 0, 0.02) 0%, transparent 50%);
  background-repeat: repeat, repeat, no-repeat, no-repeat;
  background-size: 240px 240px, 300px 300px, 100% 100%, 100% 100%;
}

/* Global Section */
.section {
  padding: 110px 0;
  position: relative;
  z-index: 1;
  /* Subtle transition gradient at top of every section */
  box-shadow: 
    0 -1px 0 rgba(200, 155, 60, 0.06),
    inset 0 80px 80px -80px rgba(74, 15, 15, 0.02);
}

/* Section decorative glow — kept minimal */
.section:not(.hero):not(.features-strip):not(.cta-final)::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
  height: 160px;
  background: 
    radial-gradient(ellipse at 100% 0%, rgba(200, 155, 60, 0.04) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.section:not(.hero):not(.features-strip):not(.cta-final)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 200px;
  background: 
    radial-gradient(ellipse at 0% 100%, rgba(139, 30, 30, 0.03) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* Section-specific backgrounds with palette & subtle transitions */
.section-about {
  background:
    /* Transition from features-strip maroon to cream */
    linear-gradient(180deg, rgba(74, 15, 15, 0.03) 0%, transparent 50px),
    /* Subtle organic curve pattern (Sulawesi-inspired) */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cpath d='M0 200 Q100 100 200 200 T400 200' stroke='%23C89B3C' stroke-width='0.5' fill='none' opacity='0.03'/%3E%3Cpath d='M0 250 Q120 150 220 250 T400 250' stroke='%23C89B3C' stroke-width='0.3' fill='none' opacity='0.02'/%3E%3C/svg%3E") repeat,
    radial-gradient(ellipse at 80% 20%, rgba(200, 155, 60, 0.03) 0%, transparent 50%),
    radial-gradient(ellipse at 20% 80%, rgba(139, 30, 30, 0.015) 0%, transparent 50%),
    #FFF7EE;
}

.section-excellence {
  background:
    /* Transition from about cream to beige */
    linear-gradient(180deg, rgba(255, 247, 238, 0.5) 0%, transparent 60px),
    /* Leaf/spice dot pattern */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Ccircle cx='50' cy='50' r='1.5' fill='%238B1E1E' opacity='0.03'/%3E%3Ccircle cx='25' cy='25' r='1' fill='%23C89B3C' opacity='0.035'/%3E%3Ccircle cx='75' cy='75' r='1' fill='%23C89B3C' opacity='0.035'/%3E%3C/svg%3E") repeat,
    radial-gradient(ellipse at 30% 30%, rgba(200, 155, 60, 0.03) 0%, transparent 50%),
    #F6EBDD;
}

.section-products {
  background:
    /* Transition from excellence beige to white */
    linear-gradient(180deg, rgba(246, 235, 221, 0.5) 0%, transparent 60px),
    /* Subtle diamond dot pattern */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Ccircle cx='30' cy='30' r='1' fill='%23C89B3C' opacity='0.035'/%3E%3C/svg%3E") repeat,
    radial-gradient(ellipse at 50% 0%, rgba(200, 155, 60, 0.025) 0%, transparent 50%),
    #FFFFFF;
}

.section-payment {
  background:
    /* Transition from white to cream muda */
    linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, transparent 50px),
    /* Subtle wave pattern */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='60'%3E%3Cpath d='M0 30 Q50 0 100 30 T200 30' stroke='%23C89B3C' stroke-width='0.4' fill='none' opacity='0.03'/%3E%3C/svg%3E") repeat,
    radial-gradient(ellipse at 70% 50%, rgba(139, 30, 30, 0.02) 0%, transparent 50%),
    #FFF9F0;
}

.section-gallery {
  background:
    /* Transition from cream muda to white */
    linear-gradient(180deg, rgba(255, 249, 240, 0.5) 0%, transparent 50px),
    /* Subtle grid/dot pattern */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Ccircle cx='40' cy='40' r='0.8' fill='%23C89B3C' opacity='0.03'/%3E%3C/svg%3E") repeat,
    radial-gradient(ellipse at 30% 60%, rgba(200, 155, 60, 0.025) 0%, transparent 50%),
    #FFFFFF;
}

.section-testimonials {
  background:
    /* Transition from white to cream terang */
    linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, transparent 50px),
    /* Star/sparkle motif */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cpath d='M60 10 L63 40 L90 45 L65 60 L70 90 L60 70 L50 90 L55 60 L30 45 L57 40 Z' fill='%23C89B3C' opacity='0.02'/%3E%3Cpath d='M30 100 L31 105 L35 106 L32 108 L33 112 L30 110 L27 112 L28 108 L25 106 L29 105 Z' fill='%23C89B3C' opacity='0.025'/%3E%3C/svg%3E") repeat,
    radial-gradient(ellipse at 50% 30%, rgba(200, 155, 60, 0.025) 0%, transparent 50%),
    #FFFBF5;
}

.section-faq {
  background:
    /* Transition from cream terang to beige muda */
    linear-gradient(180deg, rgba(255, 251, 245, 0.5) 0%, transparent 50px),
    /* Subtle horizontal line pattern (Lontara-inspired) */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='40'%3E%3Cline x1='0' y1='20' x2='200' y2='20' stroke='%23C89B3C' stroke-width='0.3' opacity='0.03'/%3E%3C/svg%3E") repeat,
    radial-gradient(ellipse at 50% 50%, rgba(200, 155, 60, 0.03) 0%, transparent 50%),
    #F5F0E8;
}

/* Section Container - clean layout tanpa glass box */
.section:not(.cta-final) > .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 2;
}

/* Wave Divider Styling */
.wave-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: translateY(1px);
  z-index: 10;
  pointer-events: none;
}

.wave-divider svg {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
}

.wave-divider svg path {
  fill: currentColor;
}

/* Wave divider colors — match the NEXT section's background */
.features-strip .wave-divider {
  color: #FFF7EE; /* about section */
}

.excellence .wave-divider {
  color: #FFFFFF; /* products section */
}

.payment .wave-divider {
  color: #FFFFFF; /* gallery section */
}

.section:not(.features-strip):not(.cta-final):not(.hero) .wave-divider {
  display: block;
}

.hero .wave-divider {
  display: none;
}

[class*="icon-"] {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -0.125em;
  flex-shrink: 0;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  z-index: 9999;
  background: var(--maroon);
  color: var(--white);
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 16px;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

ul {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font: inherit;
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 4px;
}

.nav-link:focus-visible,
.btn:focus-visible,
.btn-product:focus-visible,
.contact-card:focus-visible,
.faq-question:focus-visible,
.testi-btn:focus-visible {
  outline-color: var(--gold);
  outline-offset: 3px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.text-gold {
  color: var(--gold);
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.3);
  color: var(--gold-dark);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 40px;
  margin-bottom: 16px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.section-header::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 120px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.15;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.section-desc {
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.8;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 600;
  font-size: .95rem;
  transition: var(--transition);
  letter-spacing: .3px;
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
  color: var(--maroon-dark);
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.4);
}

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

.btn-maroon {
  background: linear-gradient(135deg, var(--maroon) 0%, var(--maroon-dark) 100%);
  color: var(--white);
  box-shadow: 0 8px 32px rgba(139, 0, 0, 0.15);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.5);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .scroll-reveal,
  .scroll-reveal-left,
  .scroll-reveal-right,
  .scroll-reveal-zoom {
    opacity: 1 !important;
    transform: none !important;
  }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes pulse-ring {
  0% { transform: scale(1); opacity: .5; }
  100% { transform: scale(1.4); opacity: 0; }
}

@keyframes scrollLine {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  51% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

.animate-fade-up {
  opacity: 0;
  animation: fadeUp .8s ease forwards;
}

.delay-1 { animation-delay: .2s; }
.delay-2 { animation-delay: .4s; }
.delay-3 { animation-delay: .6s; }
.delay-4 { animation-delay: .8s; }

.scroll-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .7s ease, transform .7s ease;
}

.scroll-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.scroll-reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity .7s ease, transform .7s ease;
}

.scroll-reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.scroll-reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity .7s ease, transform .7s ease;
}

.scroll-reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}

.scroll-reveal-zoom {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity .7s ease, transform .7s ease;
}

.scroll-reveal-zoom.visible {
  opacity: 1;
  transform: scale(1);
}

.scroll-reveal.delay-1,
.scroll-reveal-left.delay-1,
.scroll-reveal-right.delay-1,
.scroll-reveal-zoom.delay-1 { transition-delay: .1s; }

.scroll-reveal.delay-2,
.scroll-reveal-left.delay-2,
.scroll-reveal-right.delay-2,
.scroll-reveal-zoom.delay-2 { transition-delay: .2s; }

.scroll-reveal.delay-3,
.scroll-reveal-left.delay-3,
.scroll-reveal-right.delay-3,
.scroll-reveal-zoom.delay-3 { transition-delay: .3s; }

.scroll-reveal.delay-4,
.scroll-reveal-left.delay-4,
.scroll-reveal-right.delay-4,
.scroll-reveal-zoom.delay-4 { transition-delay: .4s; }

.scroll-reveal.delay-5,
.scroll-reveal-left.delay-5,
.scroll-reveal-right.delay-5,
.scroll-reveal-zoom.delay-5 { transition-delay: .5s; }

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--nav-h);
  background: rgba(10, 0, 0, .75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: background var(--transition), box-shadow var(--transition), height var(--transition);
}

.navbar.scrolled {
  background: rgba(10, 0, 0, .97);
  box-shadow: 0 2px 30px rgba(139, 0, 0, .25);
  height: 60px;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.nav-logo img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: contain;
  border: 2px solid var(--gold);
  background: var(--maroon-dark);
  padding: 2px;
}

.nav-brand {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
}

.nav-brand em {
  color: var(--gold);
  font-style: italic;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 2px;
}

.brand-short {
  display: none;
}

.nav-link {
  color: rgba(255, 255, 255, .8);
  font-size: .82rem;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 6px;
  transition: var(--transition);
  position: relative;
  white-space: nowrap;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 20px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
  transition: transform var(--transition);
}

.nav-link:hover, .nav-link.active {
  color: var(--white);
}

.nav-link:hover::after, .nav-link.active::after {
  transform: translateX(-50%) scaleX(1);
}

.nav-cta {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--maroon-dark);
  font-weight: 700;
  font-size: .82rem;
  padding: 7px 16px;
  border-radius: 50px;
  transition: var(--transition);
  white-space: nowrap;
}

.nav-cta:hover {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(212, 175, 55, .4);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  border-radius: 8px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: var(--transition);
}

.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* HERO SECTION */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 0 80px;
  padding-top: calc(var(--nav-h) + 40px);
  box-sizing: border-box;
  overflow: hidden;
}

/* Hero side decorative ornaments */
.hero-ornament {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 1;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-ornament svg {
  width: 100%;
  height: 80%;
  opacity: 0.6;
}

.hero-ornament-left {
  left: 2%;
}

.hero-ornament-right {
  right: 2%;
  transform: scaleX(-1);
}

/* Hero left gradient glow */
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background: 
    radial-gradient(ellipse at 0% 50%, rgba(212, 175, 55, 0.07) 0%, transparent 65%);
  pointer-events: none;
  z-index: 1;
}

/* Hero right gradient glow */
.hero::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: 
    radial-gradient(ellipse at 100% 50%, rgba(212, 175, 55, 0.05) 0%, transparent 65%);
  pointer-events: none;
  z-index: 1;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(92, 0, 0, .88) 0%, rgba(139, 0, 0, .75) 40%, rgba(60, 0, 0, .92) 100%);
}

.hero-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 30%, rgba(212, 175, 55, .06) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(212, 175, 55, .04) 0%, transparent 50%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 2rem 1.5rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212, 175, 55, .15);
  border: 1px solid rgba(212, 175, 55, .4);
  color: var(--gold-light);
  font-size: .8rem;
  font-weight: 500;
  padding: 8px 22px;
  border-radius: 40px;
  margin-bottom: 28px;
  backdrop-filter: blur(8px);
}

.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 24px;
  text-shadow: 0 4px 24px rgba(0, 0, 0, .3);
}

.hero-title-accent {
  color: var(--gold);
  display: block;
  font-style: italic;
}

.hero-subtitle {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  color: rgba(255, 255, 255, .85);
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.br-desktop {
  display: block;
}

.hero-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(212, 175, 55, .2);
  backdrop-filter: blur(12px);
  border-radius: var(--radius-xl);
  padding: 20px 40px;
  max-width: 500px;
  margin: 0 auto;
}

.stat {
  text-align: center;
}

.stat strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.4rem;
  color: var(--gold);
  font-weight: 700;
  line-height: 1;
}

.stat span {
  font-size: .78rem;
  color: rgba(255, 255, 255, .65);
  letter-spacing: .5px;
  text-transform: uppercase;
}

.stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(212, 175, 55, .25);
}

.hero-scroll-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .5);
  font-size: .72rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollLine 2s ease infinite;
}

/* FEATURES STRIP */
.features-strip {
  background: linear-gradient(135deg, var(--maroon-dark) 0%, var(--maroon) 100%);
  position: relative;
  z-index: 5;
  overflow: visible;
}

.features-strip-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.feature-item {
  flex: 1;
  min-width: 140px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 16px;
  color: rgba(255, 255, 255, .9);
  font-size: .875rem;
  font-weight: 500;
  transition: var(--transition);
  border-right: 1px solid rgba(212, 175, 55, 0.15);
  justify-content: center;
}

.feature-item:last-child {
  border-right: none;
}

.feature-item:hover {
  background: rgba(212, 175, 55, .08);
  color: var(--gold-light);
}

.feature-icon {
  font-size: 1.3rem;
}

/* ABOUT SECTION */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-image-wrapper {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
}

.about-image-frame {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(139, 0, 0, .18);
  position: relative;
  z-index: 1;
  border: 4px solid var(--gold);
}

.about-img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center top;
  transition: transform .6s ease;
}

.about-image-frame:hover .about-img {
  transform: scale(1.04);
}

.about-badge-float {
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: 2;
  background: var(--white);
  border: 2px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 32px rgba(139, 0, 0, .15);
  animation: float 3s ease-in-out infinite;
}

.badge-icon {
  font-size: 1.8rem;
}

.about-badge-float strong {
  display: block;
  font-size: .85rem;
  color: var(--maroon);
  font-weight: 700;
}

.about-badge-float span {
  font-size: .75rem;
  color: var(--text-muted);
}

.about-deco-ring {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100px;
  height: 100px;
  border: 2px solid var(--border-gold);
  border-radius: 50%;
  z-index: 0;
  animation: pulse-ring 3s ease-in-out infinite;
}

.about-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, var(--maroon), var(--gold));
  border-radius: 3px;
  margin: 20px 0 24px;
}

.about-para {
  color: var(--text-body);
  margin-bottom: 16px;
  font-size: 1.02rem;
}

.about-values {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 28px 0 32px;
}

.about-value-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius);
  padding: 12px 16px;
  flex: 1;
  min-width: 120px;
  transition: all 0.35s ease;
}

.about-value-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(139, 0, 0, 0.08);
  border-color: var(--gold);
}

.value-icon {
  font-size: 1.4rem;
}

.about-value-item strong {
  display: block;
  font-size: .85rem;
  color: var(--maroon);
  font-weight: 700;
}

.about-value-item span {
  font-size: .75rem;
  color: var(--text-muted);
}

/* EXCELLENCE SECTION */
.excellence-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 2;
}

.excellence-card {
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(200, 155, 60, 0.18);
  border-radius: 20px;
  padding: 40px 28px 36px;
  text-align: center;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03), 0 12px 40px rgba(0, 0, 0, 0.04);
}

.excellence-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--maroon), var(--gold));
  transform: scaleX(0);
  transition: transform 0.35s ease;
}

.excellence-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(200, 155, 60, 0.03) 0%, transparent 50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.excellence-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(139, 30, 30, 0.06), 0 20px 60px rgba(139, 30, 30, 0.08);
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.97);
}

.excellence-card:hover::before {
  transform: scaleX(1);
}

.excellence-card:hover::after {
  opacity: 1;
}

.exc-icon-wrap {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.85);
  border: 2px solid var(--border-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: var(--transition);
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.1);
}

.excellence-card:hover .exc-icon-wrap {
  background: linear-gradient(135deg, var(--maroon), var(--maroon-light));
  border-color: var(--maroon);
  transform: scale(1.1) rotate(-6deg);
  box-shadow: 0 12px 32px rgba(139, 0, 0, 0.2);
}

.excellence-card:hover .exc-icon-wrap svg {
  color: var(--white);
}

.exc-icon {
  font-size: 2rem;
  color: var(--maroon);
  transition: var(--transition);
}

.excellence-card h3 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  color: var(--maroon);
  margin-bottom: 12px;
  font-weight: 600;
}

.excellence-card p {
  color: var(--text-muted);
  font-size: .92rem;
  line-height: 1.6;
}

/* PRODUCTS SECTION */
.spicy-legend {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
  position: relative;
  z-index: 2;
}

.spicy-badge {
  padding: 8px 20px;
  border-radius: 50px;
  font-size: .85rem;
  font-weight: 600;
}

.spicy-badge.medium {
  background: rgba(255, 193, 7, .15);
  border: 1px solid rgba(255, 193, 7, .4);
  color: #b8860b;
}

.spicy-badge.hot {
  background: rgba(255, 87, 34, .12);
  border: 1px solid rgba(255, 87, 34, .4);
  color: #d84315;
}

.spicy-badge.superhot {
  background: rgba(139, 0, 0, .12);
  border: 1px solid rgba(139, 0, 0, .4);
  color: var(--maroon);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.product-card {
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03), 0 12px 40px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(200, 155, 60, 0.15);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(139, 30, 30, 0.06), 0 20px 60px rgba(139, 30, 30, 0.08);
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.97);
}

.product-img-wrap {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f8f0e8 0%, #f0e4d0 100%);
}

.product-img-placeholder {
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--text-muted);
  font-size: .85rem;
}

.product-img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform .5s ease;
}

.product-card:hover .product-img-wrap img {
  transform: scale(1.06);
}

.product-img-icon {
  font-size: 3.5rem;
  opacity: .5;
}

.product-body {
  padding: 24px;
}

.product-name {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: var(--maroon);
  margin-bottom: 8px;
  font-weight: 700;
}

.product-desc {
  color: var(--text-muted);
  font-size: .9rem;
  margin-bottom: 16px;
  line-height: 1.5;
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.product-weight {
  font-size: .82rem;
  color: var(--text-muted);
  font-weight: 500;
}

.product-spicy {
  display: flex;
  gap: 4px;
}

.spicy-pill {
  font-size: .75rem;
  padding: 3px 8px;
  border-radius: 20px;
}

.spicy-pill.medium {
  background: rgba(255, 193, 7, .12);
}

.spicy-pill.hot {
  background: rgba(255, 87, 34, .1);
}

.spicy-pill.superhot {
  background: rgba(139, 0, 0, .1);
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--cream-dark);
}

.product-price {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  color: var(--maroon);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.btn-product {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, var(--maroon), var(--maroon-light));
  color: var(--white);
  font-size: .88rem;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 30px;
  transition: var(--transition);
  letter-spacing: .3px;
}

.btn-product:hover {
  background: linear-gradient(135deg, var(--maroon-light), var(--maroon));
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(139, 0, 0, .35);
}

.products-note {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.note-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(212, 175, 55, .08);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 20px 24px;
  max-width: 700px;
  margin: 0 auto;
}

.note-icon {
  font-size: 2rem;
  flex-shrink: 0;
}

.note-card p {
  color: var(--text-body);
  font-size: .92rem;
}

.product-info-strip {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  background: linear-gradient(135deg, var(--maroon), var(--maroon-dark));
  border-radius: var(--radius-xl);
  padding: 28px 40px;
  position: relative;
  z-index: 2;
}

.info-strip-item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
}

.info-icon {
  font-size: 1.8rem;
}

.info-strip-item strong {
  display: block;
  font-size: .8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}

.info-strip-item span {
  font-size: 1rem;
  font-weight: 500;
}

/* ============================================
   HERO PRODUCT CARD – SAMBAL KARAENG
   ============================================ */

.hero-product-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04), 0 16px 48px rgba(139, 30, 30, 0.06);
  border: 1.5px solid var(--gold);
  margin-bottom: 48px;
  position: relative;
  z-index: 2;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.hero-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(139, 30, 30, 0.06), 0 24px 72px rgba(139, 30, 30, 0.10);
}

/* Gold shimmer top border */
.hero-product-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold-light), var(--gold-dark));
  z-index: 3;
}

/* --- Image Column --- */
.hero-product-img-col {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #f5e8d0, #ede0c8);
  min-height: 420px;
}

.hero-product-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-product-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease;
  display: block;
}

.hero-product-card:hover .hero-product-img-wrap img {
  transform: scale(1.05);
}

/* Gold Badge "Produk Unggulan" */
.hero-product-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold-light));
  color: #3a2000;
  font-size: .78rem;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 30px;
  letter-spacing: .6px;
  text-transform: uppercase;
  box-shadow: 0 4px 14px rgba(212,175,55,0.45);
  z-index: 4;
}

/* --- Body Column --- */
.hero-product-body {
  padding: 40px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}

.hero-product-tag {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold-dark);
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 30px;
  padding: 4px 14px;
  margin-bottom: 14px;
  width: fit-content;
}

.hero-product-name {
  font-family: var(--font-serif);
  font-size: 2rem;
  color: var(--maroon);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
}

.hero-product-desc {
  color: var(--text-body);
  font-size: .95rem;
  line-height: 1.65;
  margin-bottom: 22px;
}

/* --- Sections (Varian / Berat) --- */
.hero-product-section {
  margin-bottom: 18px;
}

.hero-product-label {
  display: block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 8px;
}

/* Spicy Chips */
.hero-spicy-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.spicy-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: .85rem;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 30px;
  border: 1.5px solid transparent;
}

.chip-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.spicy-chip.medium {
  background: rgba(255, 193, 7, .12);
  border-color: rgba(255, 193, 7, .45);
  color: #9a6f00;
}
.medium-dot { background: #f5a623; }

.spicy-chip.hot {
  background: rgba(255, 87, 34, .10);
  border-color: rgba(255, 87, 34, .45);
  color: #c0360d;
}
.hot-dot { background: #ff5722; }

.spicy-chip.superhot {
  background: rgba(139, 0, 0, .09);
  border-color: rgba(139, 0, 0, .4);
  color: var(--maroon);
}
.superhot-dot { background: var(--maroon); }

/* Weight Chips */
.hero-weight-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.weight-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .85rem;
  font-weight: 600;
  color: var(--text-body);
  background: rgba(139, 0, 0, .06);
  border: 1.5px solid rgba(139, 0, 0, .18);
  padding: 6px 16px;
  border-radius: 30px;
}

/* Price Row */
.hero-product-price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 20px;
  padding: 14px 0;
  border-top: 1px solid var(--cream-dark);
  border-bottom: 1px solid var(--cream-dark);
}

.hero-price-label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-muted);
  white-space: nowrap;
}

.hero-price-value {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--maroon);
  letter-spacing: -0.02em;
}

/* Feature List */
.hero-product-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  margin-bottom: 28px;
}

.hero-feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .84rem;
  font-weight: 500;
  color: var(--text-body);
}

.hero-feature-item svg {
  color: var(--maroon);
  flex-shrink: 0;
}

/* Hero CTA Button */
.btn-hero-product {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 50px;
  letter-spacing: .3px;
  transition: all 0.3s ease;
  width: 100%;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
}

.btn-hero-product:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(37, 211, 102, 0.45);
  filter: brightness(1.05);
}

/* ============================================
   SUPPORTING PRODUCTS SECTION
   ============================================ */

.supporting-products-label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}

.supporting-products-label span {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-muted);
  white-space: nowrap;
}

.supporting-products-label::before,
.supporting-products-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--cream-dark);
}

.supporting-products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

/* PAYMENT SECTION */
.payment-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  align-items: start;
  position: relative;
  z-index: 2;
}

.qris-card {
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(200, 155, 60, 0.15);
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03), 0 12px 40px rgba(0, 0, 0, 0.04);
  text-align: center;
  transition: all 0.35s ease;
}

.qris-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(139, 30, 30, 0.06), 0 20px 60px rgba(139, 30, 30, 0.08);
  border-color: var(--gold);
}

.qris-header {
  margin-bottom: 16px;
}

.qris-label {
  background: linear-gradient(135deg, var(--maroon), var(--maroon-light));
  color: var(--white);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 30px;
}

.qris-img-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin: 20px 0 16px;
  border: 2px solid var(--cream-dark);
}

.qris-img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: contain;
  object-position: center;
}

.qris-apps {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.qris-apps span {
  background: var(--cream);
  border: 1px solid var(--border-gold);
  font-size: .72rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  color: var(--text-muted);
}

.qris-note {
  font-size: .8rem;
  color: var(--text-muted);
}

.payment-info-title {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  color: var(--maroon);
  font-weight: 700;
  margin-bottom: 28px;
}

.payment-steps {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
}

.payment-steps li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--maroon), var(--maroon-light));
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .9rem;
  box-shadow: 0 4px 12px rgba(139, 0, 0, .25);
}

.payment-steps li strong {
  display: block;
  color: var(--text-dark);
  font-weight: 600;
  margin-bottom: 4px;
}

.payment-steps li p {
  color: var(--text-muted);
  font-size: .9rem;
}

/* GALLERY SECTION */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
  position: relative;
  z-index: 2;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(200, 155, 60, 0.12);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.gallery-grid img:hover {
  transform: scale(1.03) translateY(-6px);
  box-shadow: 0 8px 24px rgba(139, 30, 30, 0.08), 0 24px 48px rgba(139, 30, 30, 0.06);
  border-color: rgba(200, 155, 60, 0.25);
}

.gallery-placeholder {
  grid-column: 1/-1;
}

.gallery-empty {
  text-align: center;
  padding: 64px 24px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px);
  border-radius: var(--radius-xl);
  border: 2px dashed var(--border-gold);
}

.gallery-empty-icon {
  font-size: 4rem;
  display: block;
  margin-bottom: 16px;
}

.gallery-empty h3 {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  color: var(--maroon);
  margin-bottom: 8px;
}

.gallery-empty p {
  color: var(--text-muted);
  margin-bottom: 12px;
}

.gallery-admin-note {
  background: rgba(212, 175, 55, .08);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius);
  padding: 14px 18px;
  font-size: .8rem;
  color: var(--text-muted);
  max-width: 540px;
  margin: 16px auto 0;
  text-align: left;
}

/* TESTIMONIALS SECTION */
.testimonials-slider {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.testimonials-track {
  display: flex;
  gap: 24px;
  transition: transform .5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.testi-card {
  flex: 0 0 calc(33.333% - 16px);
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(200, 155, 60, 0.15);
  border-radius: 20px;
  padding: 36px 32px 28px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03), 0 12px 40px rgba(0, 0, 0, 0.04);
}

.testi-card::before {
  content: '"';
  position: absolute;
  top: 12px;
  right: 24px;
  font-family: var(--font-serif);
  font-size: 5rem;
  color: rgba(200, 155, 60, .10);
  line-height: 1;
  pointer-events: none;
}

.testi-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 20%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  border-radius: 3px;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.testi-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(139, 30, 30, 0.06), 0 20px 60px rgba(139, 30, 30, 0.08);
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.97);
}

.testi-card:hover::after {
  opacity: 1;
}

.testi-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 16px;
}

.testi-stars svg {
  width: 16px;
  height: 16px;
  color: var(--gold);
}

.testi-card blockquote {
  font-family: var(--font-elegant);
  font-size: 1.08rem;
  font-style: italic;
  color: var(--text-body);
  line-height: 1.65;
  margin-bottom: 24px;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testi-avatar {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--maroon), var(--maroon-light));
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}

.testi-author strong {
  display: block;
  font-size: .9rem;
  color: var(--text-dark);
  font-weight: 600;
}

.testi-author span {
  font-size: .78rem;
  color: var(--text-muted);
}

.testi-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.testi-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(8px);
  border: 2px solid var(--border-gold);
  color: var(--maroon);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  cursor: pointer;
}

.testi-btn:hover {
  background: var(--maroon);
  color: var(--white);
  border-color: var(--maroon);
}

.testi-dots {
  display: flex;
  gap: 8px;
}

.testi-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cream-dark);
  cursor: pointer;
  transition: var(--transition);
}

.testi-dot.active {
  background: var(--maroon);
  width: 24px;
  border-radius: 4px;
}

/* FAQ SECTION */
.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 2;
}

.faq-item {
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(200, 155, 60, 0.12);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03), 0 12px 40px rgba(0, 0, 0, 0.04);
}

.faq-item:hover {
  border-color: var(--gold);
  box-shadow: 0 8px 24px rgba(139, 30, 30, 0.06), 0 20px 60px rgba(139, 30, 30, 0.08);
  background: rgba(255, 255, 255, 0.97);
  transform: translateY(-3px);
}

.faq-item.open {
  border-color: var(--gold);
  box-shadow: 0 8px 24px rgba(139, 30, 30, 0.06), 0 20px 60px rgba(139, 30, 30, 0.08);
  background: rgba(255, 255, 255, 0.98);
  transform: translateY(-2px);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-dark);
  cursor: pointer;
  transition: var(--transition);
  gap: 16px;
}

.faq-question:hover, .faq-item.open .faq-question {
  color: var(--maroon);
}

.faq-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: var(--cream);
  border: 1px solid var(--border-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--maroon);
  transition: transform 0.4s ease, background 0.3s ease, color 0.3s ease;
  line-height: 1;
}

.faq-item.open .faq-icon {
  background: var(--maroon);
  color: var(--white);
  border-color: var(--maroon);
  transform: rotate(135deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer.open {
  max-height: 400px;
}

.faq-answer p {
  padding: 0 28px 24px;
  color: var(--text-body);
  line-height: 1.8;
  font-size: .97rem;
}

.faq-answer a {
  color: var(--maroon);
  font-weight: 600;
}

/* CONTACT SECTION — Dark Maroon variant */
.contact.section {
  background:
    linear-gradient(180deg, rgba(74, 15, 15, 0.05) 0%, transparent 60px),
    radial-gradient(ellipse at 50% 0%, rgba(200, 155, 60, 0.025) 0%, transparent 50%),
    linear-gradient(180deg, #4A0F0F 0%, #5C0000 50%, #6B0000 100%);
}

.contact.section .section-tag {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--gold-light);
}

.contact.section .section-title {
  color: var(--white);
}

.contact.section .section-desc {
  color: rgba(255, 255, 255, 0.7);
}

.contact.section .contact-card {
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.contact.section .contact-card:not(.no-link):hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: var(--gold);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  transform: translateY(-8px);
}

.contact.section .contact-card-text strong {
  color: var(--white);
}

.contact.section .contact-card-text span {
  color: rgba(255, 255, 255, 0.75);
}

.contact.section .contact-arrow {
  color: rgba(255, 255, 255, 0.5);
}

.contact.section .contact-card:hover .contact-arrow {
  color: var(--gold);
}

.contact.section .contact-slogan {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact.section .contact-slogan p {
  color: rgba(255, 255, 255, 0.7);
}

.contact.section .map-wrapper {
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: start;
  position: relative;
  z-index: 2;
}

.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 175, 55, .15);
  border-radius: var(--radius-lg);
  padding: 18px 20px;
  transition: all 0.35s ease;
}

.contact-card:not(.no-link):hover {
  transform: translateY(-8px);
  border-color: var(--gold);
  box-shadow: 0 15px 35px rgba(139, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.95);
}

.contact-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wa-icon {
  background: rgba(37, 211, 102, .12);
  color: #25d366;
}

.ig-icon {
  background: rgba(225, 48, 108, .12);
  color: #e1306c;
}

.addr-icon {
  background: rgba(139, 0, 0, .08);
  color: var(--maroon);
}

.contact-card-text {
  flex: 1;
}

.contact-card-text strong {
  display: block;
  font-size: .85rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 2px;
}

.contact-card-text span {
  font-size: .95rem;
  color: var(--text-body);
}

.contact-arrow {
  color: var(--text-muted);
  flex-shrink: 0;
  transition: var(--transition);
}

.contact-card:hover .contact-arrow {
  transform: translateX(4px);
  color: var(--maroon);
}

.contact-slogan {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
}

.contact-logo {
  width: 64px;
  height: 40px;
  border-radius: 8px;
  object-fit: contain;
  border: 2px solid var(--gold);
  background: var(--maroon-dark);
  padding: 3px;
}

.contact-slogan p {
  font-family: var(--font-elegant);
  font-style: italic;
  color: var(--text-body);
  font-size: .95rem;
}

.map-wrapper {
  height: 400px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 2px solid var(--border-gold);
  box-shadow: var(--shadow-warm);
}

.map-wrapper iframe {
  display: block;
}

/* CTA FINAL */
.cta-final {
  background: linear-gradient(135deg, var(--maroon-dark) 0%, var(--maroon) 50%, #6b0000 100%);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.cta-bg {
  position: absolute;
  inset: 0;
}

.cta-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(212, 175, 55, .08) 0%, transparent 50%), radial-gradient(circle at 80% 30%, rgba(212, 175, 55, .06) 0%, transparent 50%), radial-gradient(circle at 50% 100%, rgba(0, 0, 0, .2) 0%, transparent 60%);
}

.cta-content {
  position: relative;
  z-index: 2;
  padding: 0 1rem;
}

.cta-logo-wrap {
  margin-bottom: 28px;
}

.cta-logo {
  width: 120px;
  height: 80px;
  border-radius: 16px;
  object-fit: contain;
  border: 3px solid rgba(212, 175, 55, .5);
  box-shadow: 0 0 30px rgba(212, 175, 55, .2);
  margin: 0 auto;
  animation: float 3s ease-in-out infinite;
  background: rgba(0, 0, 0, 0.2);
  padding: 4px;
}

.cta-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--white);
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.2;
}

.cta-title-accent {
  color: var(--gold);
}

.cta-subtitle {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 40px;
  font-size: 1.05rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* FOOTER SECTION */
.footer {
  background: linear-gradient(180deg, #2A0B0B 0%, #140707 100%);
}

.footer-main {
  padding: 72px 0 48px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
}

.footer-logo {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  object-fit: contain;
  border: 2px solid rgba(212, 175, 55, .4);
  margin-bottom: 16px;
  background: var(--maroon-dark);
  padding: 4px;
}

.footer-brand-name {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 4px;
}

.footer-brand-name em {
  color: var(--gold);
}

.footer-slogan {
  color: var(--gold);
  font-size: .85rem;
  font-style: italic;
  margin-bottom: 12px;
}

.footer-desc {
  color: rgba(255, 255, 255, .5);
  font-size: .88rem;
  line-height: 1.6;
  margin-bottom: 24px;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.footer-social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.footer-social-btn.wa {
  background: rgba(37, 211, 102, .15);
  color: #25d366;
}

.footer-social-btn.ig {
  background: rgba(225, 48, 108, .15);
  color: #e1306c;
}

.footer-social-btn:hover {
  transform: translateY(-3px);
}

.footer-social-btn.wa:hover {
  background: #25d366;
  color: var(--white);
}

.footer-social-btn.ig:hover {
  background: #e1306c;
  color: var(--white);
}

.footer-links h4, .footer-contact h4 {
  font-family: var(--font-serif);
  color: var(--gold);
  font-size: .95rem;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-links ul, .footer-contact ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, .6);
  font-size: .9rem;
  transition: var(--transition);
}

.footer-links a:hover {
  color: var(--gold);
  padding-left: 4px;
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .6);
  font-size: .88rem;
}

.footer-contact svg {
  color: var(--gold);
  flex-shrink: 0;
}

.footer-contact a {
  color: rgba(255, 255, 255, .6);
}

.footer-contact a:hover {
  color: var(--gold);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .06);
  padding: 24px 0;
}

.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-bottom p {
  color: rgba(255, 255, 255, .4);
  font-size: .82rem;
}

/* FLOATING BUTTONS */
.float-btn {
  position: fixed;
  z-index: 900;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, .25);
  transition: var(--transition);
}

.float-wa {
  bottom: 24px;
  right: 24px;
  background: #25d366;
  color: var(--white);
  padding: 14px 20px;
}

.float-wa .float-label {
  font-weight: 600;
  font-size: .875rem;
  max-width: 80px;
  overflow: hidden;
  white-space: nowrap;
}

.float-wa:hover {
  background: #1ebe5a;
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(37, 211, 102, .35);
}

.float-ig {
  bottom: 88px;
  right: 24px;
  background: linear-gradient(135deg, #405de6, #5b51d8, #833ab4, #c13584, #e1306c, #fd1d1d);
  color: var(--white);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  justify-content: center;
}

.float-ig:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 28px rgba(225, 48, 108, .4);
}

.back-to-top {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 900;
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, var(--maroon), var(--maroon-light));
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(139, 0, 0, .3);
  opacity: 0;
  transform: translateY(20px);
  transition: var(--transition);
  pointer-events: none;
}

.back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.back-to-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(139, 0, 0, .4);
}

/* MICRO-INTERACTIONS & PREMIUM ACCENTS */
.btn-gold, .btn-maroon, .btn-product, .nav-cta {
  position: relative;
  overflow: hidden;
}

.btn-gold::after, .btn-maroon::after, .btn-product::after, .nav-cta::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.btn-gold:active::after, .btn-maroon:active::after,
.btn-product:active::after, .nav-cta:active::after {
  width: 300px;
  height: 300px;
}

/* Premium hover — subtle scale + shadow lift */
.btn-gold:hover {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 40px rgba(200, 155, 60, 0.45);
}

.btn-maroon:hover {
  background: linear-gradient(135deg, var(--maroon-light) 0%, var(--maroon) 100%);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 36px rgba(139, 30, 30, 0.30);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, .1);
  border-color: var(--white);
  transform: translateY(-3px) scale(1.02);
}

.btn-product {
  position: relative;
  overflow: hidden;
}

.btn-product:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(139, 30, 30, 0.20);
}

/* Icon micro-animations */
.excellence-card:hover .exc-icon-wrap svg,
.product-card:hover .product-img-icon,
.faq-item:hover .faq-icon svg {
  animation: iconPulse 0.6s ease;
}

@keyframes iconPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.15); }
  100% { transform: scale(1); }
}

.gallery-grid img:active {
  transform: scale(0.97);
}

.feature-item:hover .feature-icon {
  animation: iconShake 0.5s ease;
}

@keyframes iconShake {
  0%, 100% { transform: rotate(0); }
  25% { transform: rotate(-6deg); }
  75% { transform: rotate(6deg); }
}

.about-value-item:hover .value-icon {
  animation: iconPulse 0.6s ease;
}

/* Gallery image hover — premium zoom + gold border */
.gallery-grid img {
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(200, 155, 60, 0.10);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.gallery-grid img:hover {
  transform: scale(1.03) translateY(-4px);
  box-shadow: 0 8px 24px rgba(139, 30, 30, 0.08), 0 20px 48px rgba(139, 30, 30, 0.06);
  border-color: rgba(200, 155, 60, 0.25);
}

/* Navbar scroll enhancement — smoother transition */
.navbar.scrolled {
  background: rgba(10, 0, 0, 0.95);
  box-shadow: 0 2px 30px rgba(139, 30, 30, 0.20);
  height: 60px;
}

/* Premium gold divider line under section headers */
.section-header::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-dark));
  margin: 0 auto;
  margin-top: 16px;
  border-radius: 2px;
  opacity: 0.4;
}

.contact.section .section-header::after {
  opacity: 0.7;
}

/* Badge accent upgrade */
.product-badge-new {
  position: absolute;
  top: 14px;
  left: 14px;
  background: linear-gradient(135deg, var(--maroon), var(--maroon-light));
  color: var(--white);
  font-size: .72rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  letter-spacing: .5px;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(139, 30, 30, 0.20);
}

.product-badge-new.product-badge-favorit {
  background: linear-gradient(135deg, #b8860b, var(--gold));
  color: #3a1c00;
  box-shadow: 0 4px 12px rgba(200, 155, 60, 0.25);
}

.product-badge-new.product-badge-tradisional {
  background: linear-gradient(135deg, #2e7d32, #4caf50);
  color: var(--white);
  box-shadow: 0 4px 12px rgba(46, 125, 50, 0.25);
}

.product-badge-new.product-badge-rekomendasi {
  background: linear-gradient(135deg, #6a1b9a, #ab47bc);
  color: var(--white);
  box-shadow: 0 4px 12px rgba(106, 27, 154, 0.25);
}

/* RESPONSIVENESS */
@media(max-width: 1024px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .about-image-wrapper {
    max-width: 380px;
  }
  .excellence-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .payment-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .map-wrapper {
    height: 320px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media(max-width: 1100px) {
  .brand-full { display: none; }
  .brand-short { display: inline; }
}

@media(max-width: 992px) {
  .brand-full { display: inline; }
  .brand-short { display: none; }
  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(10, 0, 0, .98);
    backdrop-filter: blur(20px);
    flex-direction: column;
    padding: 16px;
    gap: 4px;
    border-top: 1px solid rgba(212, 175, 55, .15);
  }
  .nav-menu.open {
    display: flex;
  }
  .nav-toggle {
    display: flex;
  }
  .nav-link {
    padding: 12px 16px;
    border-radius: 8px;
    font-size: .9rem;
  }
  .nav-cta {
    display: block;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
  }
}

@media(max-width: 1024px) {
  .hero-ornament { display: none; }

  /* Hero product: stack on tablet */
  .hero-product-card {
    grid-template-columns: 1fr;
  }
  .hero-product-img-col {
    min-height: 300px;
    max-height: 320px;
  }
  .hero-product-body {
    padding: 32px 36px;
  }
  .supporting-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 768px) {
  :root {
    --nav-h: 60px;
  }
  .section {
    padding: 56px 0;
  }
  .section-header {
    margin-bottom: 40px;
  }
  .hero {
    padding: 100px 0 60px;
  }
  .hero-stats {
    padding: 16px 24px;
    gap: 16px;
  }
  .stat-divider {
    height: 30px;
  }
  .feature-item {
    min-width: 45%;
    justify-content: flex-start;
    font-size: .8rem;
    padding: 16px 12px;
  }
  .br-desktop {
    display: none;
  }
  .about-grid {
    gap: 32px;
  }
  .excellence-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .excellence-card {
    padding: 28px 20px 24px;
  }
  .exc-icon-wrap {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
  }
  .exc-icon {
    font-size: 1.5rem;
  }
  .products-grid,
  .supporting-products-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto 32px;
  }
  .hero-product-card {
    margin: 0 auto 32px;
    max-width: 500px;
  }
  .hero-product-body {
    padding: 28px 24px;
  }
  .hero-product-features {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .hero-product-name {
    font-size: 1.7rem;
  }
  .product-info-strip {
    flex-direction: column;
    align-items: flex-start;
  }
  .testi-card {
    flex: 0 0 100%;
  }
  .faq-question {
    padding: 18px 20px;
    font-size: .95rem;
  }
  .faq-answer p {
    padding: 0 20px 18px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .footer-brand {
    grid-column: auto;
  }
  .footer-bottom .container {
    flex-direction: column;
    text-align: center;
  }
  .float-wa {
    padding: 12px 16px;
  }
  .float-label {
    display: none;
  }
  .float-wa, .back-to-top {
    bottom: 20px;
  }
  .float-ig {
    bottom: 80px;
    right: 20px;
  }
  .float-wa {
    right: 20px;
  }
  .back-to-top {
    left: 20px;
  }
  .payment-steps {
    gap: 16px;
  }
  .qris-card {
    padding: 20px;
  }
}

@media(max-width: 480px) {
  .hero-title {
    font-size: clamp(1.8rem, 8vw, 2.8rem);
  }
  .hero-subtitle {
    font-size: 0.95rem;
  }
  .hero-cta {
    flex-direction: column;
    align-items: center;
  }
  .hero-stats {
    flex-direction: column;
    gap: 12px;
  }
  .stat-divider {
    width: 40px;
    height: 1px;
  }
  .excellence-grid {
    grid-template-columns: 1fr;
  }
  .about-values {
    flex-direction: column;
  }
  .about-grid {
    gap: 24px;
  }
  .section-title {
    font-size: clamp(1.4rem, 5vw, 2rem);
  }
  .section-desc {
    font-size: .95rem;
  }
  .feature-item {
    min-width: 100%;
  }
  .product-card {
    margin: 0 4px;
  }
  .testi-card {
    padding: 24px 20px 20px;
  }
  .contact-card {
    padding: 14px 16px;
  }
}

/* ========== Daftar fitur produk non-sambal ========== */
.product-features {
  list-style: none;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.product-features li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: .85rem;
  color: var(--text-muted);
  line-height: 1.4;
}

.product-features li svg {
  color: var(--maroon);
  flex-shrink: 0;
}

/* Grid produk menjadi 5 kartu: 3 baris pertama + 2 di bawah (auto-fill) */
@media (min-width: 900px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Delay 6–7 untuk FAQ & produk baru */
.scroll-reveal.delay-6,
.scroll-reveal-left.delay-6,
.scroll-reveal-right.delay-6,
.scroll-reveal-zoom.delay-6 { transition-delay: .6s; }

.scroll-reveal.delay-7,
.scroll-reveal-left.delay-7,
.scroll-reveal-right.delay-7,
.scroll-reveal-zoom.delay-7 { transition-delay: .7s; }

/* ==================================================
   MODERN REDESIGN OVERRIDES
   ================================================== */
:root {
  --font-serif: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-sans: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-elegant: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-card: 18px;
}

body {
  letter-spacing: 0;
}

.section-title,
.hero-title,
.product-name,
.hero-product-name,
.footer-brand-name,
.cta-title {
  letter-spacing: 0;
}

.navbar {
  background: rgba(31, 6, 6, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar.scrolled {
  background: rgba(31, 6, 6, 0.94);
  height: 64px;
}

.nav-container {
  max-width: 1240px;
}

.nav-logo img {
  width: 84px;
  height: 52px;
  border-radius: 0;
  border: 0;
  background: transparent;
  padding: 0;
  object-fit: contain;
}

.nav-menu {
  gap: 6px;
}

.nav-link {
  font-size: .84rem;
  font-weight: 700;
  padding: 8px 12px;
}

.nav-link::after {
  bottom: 1px;
  height: 2px;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 18px;
  border-radius: 999px;
  font-weight: 800;
}

.nav-powered {
  display: none;
}

.hero {
  min-height: 100svh;
  padding: calc(var(--nav-h) + 64px) 0 72px;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(48, 8, 8, .94) 0%, rgba(95, 12, 12, .82) 50%, rgba(43, 6, 6, .92) 100%);
}

.hero-content {
  max-width: 1180px;
  width: 100%;
  padding: 2rem 1.5rem;
}

.hero-badge {
  gap: 10px;
  max-width: 100%;
  white-space: normal;
}

.hero-title {
  max-width: 1240px;
  margin: 0 auto 22px;
  font-size: clamp(2.55rem, 5vw, 4.45rem);
  line-height: 1.04;
  font-weight: 800;
}

.hero-title-accent {
  display: inline;
  font-style: normal;
}

.hero-subtitle {
  max-width: 900px;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.75;
  margin-bottom: 34px;
}

.hero-cta {
  margin-bottom: 42px;
}

.hero-stats {
  max-width: 720px;
  flex-wrap: nowrap;
  gap: clamp(12px, 3vw, 30px);
  padding: 16px 28px;
  border-radius: 999px;
}

.hero-stats.animate-fade-up {
  opacity: 1;
  transform: none;
  animation: none;
}

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

.stat strong {
  font-size: clamp(1rem, 2vw, 1.38rem);
  font-weight: 800;
}

.stat span {
  display: block;
  white-space: nowrap;
  font-size: clamp(.58rem, 1.4vw, .76rem);
}

.hero-scroll-hint,
.scroll-line,
.br-desktop {
  display: none !important;
}

.section-partners {
  padding: 82px 0;
  background:
    linear-gradient(180deg, #fffdf8 0%, #fff7ed 100%);
}

.partners-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.25fr);
  align-items: center;
  gap: 48px;
}

.partners-copy .section-header,
.partners-copy .section-desc {
  text-align: left;
  margin-left: 0;
}

.partners-copy .section-title {
  margin-bottom: 18px;
}

.partners-logos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.partner-logo {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  border: 1px solid rgba(139, 30, 30, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 12px 36px rgba(74, 15, 15, .06);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease, background .28s ease;
}

.partner-logo img {
  width: 100%;
  height: 74px;
  object-fit: contain;
  filter: grayscale(1) opacity(.76);
  transition: filter .28s ease, transform .28s ease;
}

.partner-logo:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 119, 255, .24);
  box-shadow: 0 18px 44px rgba(26, 90, 160, .12);
  background: #fff;
}

.partner-dekatlokal:hover img {
  filter: brightness(0) saturate(100%) invert(38%) sepia(97%) saturate(2196%) hue-rotate(190deg) brightness(101%) contrast(101%);
}

.features-strip {
  overflow: hidden;
  padding-bottom: 48px;
  background: linear-gradient(135deg, #4A0F0F 0%, #7b1717 100%);
}

.features-strip-inner {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
}

.feature-item {
  min-width: 0;
  padding: 18px 12px;
  justify-content: center;
  text-align: center;
  line-height: 1.35;
}

.features-strip .wave-divider {
  bottom: -1px;
  height: 54px;
}

.features-strip .wave-divider svg,
.excellence .wave-divider svg,
.payment .wave-divider svg {
  height: 54px;
}

@media (min-width: 1025px) {
  .section-about {
    min-height: 100svh;
    display: flex;
    align-items: center;
    padding: 74px 0;
  }

  .about-grid {
    gap: 56px;
  }

  .about-image-wrapper {
    max-width: 340px;
  }

  .about-img {
    aspect-ratio: 4 / 5;
  }

  .about-para {
    font-size: .98rem;
    line-height: 1.7;
    margin-bottom: 12px;
  }

  .about-values {
    margin: 22px 0 24px;
  }
}

.about-badge-float,
.about-deco-ring,
.cta-logo {
  animation: none;
}

.about-value-item,
.excellence-card,
.product-card,
.hero-product-card,
.qris-card,
.testi-card,
.contact-card {
  border-radius: var(--radius-card);
}

.excellence-grid {
  align-items: stretch;
}

.excellence-card {
  display: flex;
  flex-direction: column;
}

.excellence-card p {
  line-height: 1.65;
}

.hero-product-price-row {
  align-items: center;
}

.hero-price-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.supporting-products-grid {
  align-items: stretch;
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.product-desc {
  line-height: 1.55;
}

.product-footer {
  margin-top: auto;
  gap: 14px;
}

.product-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 6px;
  font-weight: 800;
}

.product-price svg {
  color: var(--gold-dark);
  flex-shrink: 0;
}

.price-note {
  font-size: .75rem;
  font-weight: 600;
  color: var(--text-muted);
}

.btn-product {
  min-width: 104px;
  justify-content: center;
  border-radius: 10px;
}

.product-info-strip {
  border-radius: 18px;
}

.section-payment {
  background:
    linear-gradient(180deg, rgba(255,255,255,.78) 0%, rgba(255,249,240,.95) 100%);
}

.payment-grid {
  grid-template-columns: minmax(260px, .9fr) minmax(0, 1.35fr);
  gap: 34px;
  padding: 28px;
  border: 1px solid rgba(139, 30, 30, .08);
  border-radius: 24px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 18px 60px rgba(74, 15, 15, .07);
}

.qris-card {
  height: 100%;
  box-shadow: none;
  border-color: rgba(139, 30, 30, .1);
}

.qris-card:hover {
  transform: none;
}

.qris-img-wrap {
  background: #fff;
}

.payment-info {
  height: 100%;
  padding: 32px;
  border-radius: 20px;
  background: linear-gradient(135deg, #fffaf3 0%, #ffffff 100%);
  border: 1px solid rgba(200, 155, 60, .14);
}

.payment-info-title {
  font-size: 1.35rem;
}

.payment-steps li {
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .7);
  border: 1px solid rgba(139, 30, 30, .06);
}

.step-num {
  width: 34px;
  height: 34px;
}

.section-testimonials {
  background:
    linear-gradient(180deg, #fff 0%, #fff8ef 100%);
}

.testimonials-slider {
  padding: 4px;
}

.testi-card {
  min-height: 305px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: #fff;
}

.testi-card::before {
  content: '';
  top: 0;
  left: 28px;
  right: auto;
  width: 52px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--maroon), var(--gold));
}

.testi-card blockquote {
  font-style: normal;
  font-size: .98rem;
  line-height: 1.72;
  margin-bottom: 24px;
}

.testi-author {
  margin-top: auto;
}

.testi-btn {
  background: #fff;
}

.testi-btn:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.testi-arrow-left {
  transform: rotate(180deg);
}

.contact.section {
  background:
    linear-gradient(135deg, #320909 0%, #5b1111 56%, #2a0909 100%);
  overflow: hidden;
}

.contact.section::before {
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0 1px, transparent 1px 16px);
  width: 100%;
  height: 100%;
}

.contact-grid {
  gap: 34px;
  align-items: stretch;
}

.contact-card {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .11);
}

.contact-card-icon {
  border-radius: 999px;
}

.contact.section .contact-card:not(.no-link):hover {
  transform: translateY(-4px);
}

.contact-slogan {
  border-radius: 16px;
}

.contact-logo {
  border-radius: 0;
  border: 0;
  background: transparent;
}

.map-wrapper {
  height: 100%;
  min-height: 360px;
  border-radius: 20px;
}

.footer {
  background: linear-gradient(180deg, #210808 0%, #120505 100%);
}

.footer-main {
  padding: 56px 0 34px;
}

.footer-grid {
  grid-template-columns: 1.45fr .9fr 1fr;
  gap: 38px;
}

.footer-logo {
  width: 94px;
  height: 58px;
  border-radius: 0;
  border: 0;
  background: transparent;
  padding: 0;
}

.footer-links h4,
.footer-partners h4 {
  font-family: var(--font-sans);
  color: var(--gold);
  font-size: .82rem;
  font-weight: 800;
  margin-bottom: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-partner-logos {
  display: grid;
  gap: 10px;
}

.footer-partner-logo {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .08);
}

.footer-partner-logo img {
  width: 140px;
  height: 38px;
  object-fit: contain;
  object-position: left center;
  filter: grayscale(1) invert(1) opacity(.68);
  transition: filter .25s ease;
}

.footer-partner-logo.partner-dekatlokal:hover img {
  filter: brightness(0) saturate(100%) invert(45%) sepia(90%) saturate(2224%) hue-rotate(190deg) brightness(103%) contrast(102%);
}

.footer-bottom {
  padding: 18px 0;
}

.footer-bottom .container {
  justify-content: center;
  text-align: center;
}

.footer-bottom a {
  color: var(--gold-light);
  font-weight: 800;
}

.float-btn,
.back-to-top {
  z-index: 1100;
}

.float-wa {
  min-width: 54px;
  min-height: 54px;
}

.float-ig {
  width: 54px;
  height: 54px;
}

@media(max-width: 1024px) {
  .partners-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }

  .partners-copy .section-desc {
    margin-left: auto;
  }

  .features-strip-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .payment-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .map-wrapper {
    min-height: 320px;
  }
}

@media(max-width: 992px) {
  body.nav-open {
    overflow: hidden;
  }

  .nav-toggle {
    display: flex;
    position: relative;
    z-index: 1301;
    background: rgba(255, 255, 255, .08);
  }

  .nav-menu {
    display: flex !important;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100dvh;
    padding: calc(var(--nav-h) + 34px) 24px 28px;
    background:
      linear-gradient(135deg, rgba(33, 7, 7, .98) 0%, rgba(83, 13, 13, .98) 100%);
    border-top: 0;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform .42s cubic-bezier(.22, 1, .36, 1), opacity .3s ease;
    z-index: 1300;
  }

  .nav-menu.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .nav-link,
  .nav-cta {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 12px;
    font-size: 1rem;
    padding: 12px 14px;
  }

  .nav-link {
    background: rgba(255, 255, 255, .06);
    color: rgba(255, 255, 255, .88);
  }

  .nav-link::after {
    display: none;
  }

  .nav-link.active {
    background: rgba(200, 155, 60, .14);
    color: var(--gold-light);
  }

  .nav-cta {
    margin-top: 4px;
    justify-content: center;
  }

  .nav-powered {
    display: block;
    margin-top: auto;
    padding-top: 18px;
    color: rgba(255, 255, 255, .66);
    text-align: center;
    font-size: .88rem;
    font-weight: 700;
  }

  .nav-powered a {
    color: #4da3ff;
    font-weight: 800;
  }
}

@media(max-width: 768px) {
  .hero {
    min-height: 92svh;
    padding: calc(var(--nav-h) + 42px) 0 46px;
  }

  .hero-title {
    font-size: clamp(1.95rem, 9vw, 2.65rem);
    line-height: 1.12;
    max-width: 100%;
  }

  .hero-subtitle {
    font-size: .96rem;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .hero-badge {
    max-width: calc(100vw - 32px);
    justify-content: center;
    font-size: .72rem;
    padding: 8px 14px;
  }

  .hero-cta {
    flex-direction: column;
    align-items: stretch;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .hero-stats {
    width: min(100%, calc(100vw - 32px));
    padding: 10px 8px;
    gap: 6px;
  }

  .stat-divider {
    height: 32px;
  }

  .stat strong {
    font-size: .92rem;
  }

  .stat span {
    font-size: .5rem;
    letter-spacing: 0;
  }

  .section-partners {
    padding: 58px 0;
  }

  .partners-logos {
    grid-template-columns: 1fr;
  }

  .partner-logo {
    min-height: 112px;
  }

  .partner-logo img {
    height: 58px;
  }

  .features-strip {
    padding-bottom: 44px;
  }

  .features-strip-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-item {
    min-width: 0;
    justify-content: center;
    padding: 14px 10px;
  }

  .payment-grid {
    padding: 16px;
  }

  .payment-info {
    padding: 22px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .float-wa,
  .float-ig {
    right: 18px;
    width: 54px;
    height: 54px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }

  .float-wa {
    bottom: 18px;
  }

  .float-ig {
    bottom: 82px;
  }

  body.nav-open .float-btn,
  body.nav-open .back-to-top {
    z-index: 900;
  }
}

@media(max-width: 480px) {
  .hero-badge {
    display: none;
  }

  .hero-cta {
    flex-direction: column;
  }

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

  .hero-stats {
    flex-direction: row;
  }

  .stat-divider {
    width: 1px;
    height: 32px;
  }

  .stat span {
    white-space: normal;
  }

  .product-footer {
    align-items: flex-end;
  }
}

/* ========== FINAL UI POLISH REQUESTS ========== */
html {
  scrollbar-width: thin;
  scrollbar-color: var(--gold) #2a0909;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #2a0909;
}

::-webkit-scrollbar-thumb {
  background:
    linear-gradient(180deg, var(--gold) 0%, #a51f1f 100%);
  border: 3px solid #2a0909;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(180deg, #f0ce67 0%, var(--maroon-light) 100%);
}

@media (min-width: 993px) {
  .nav-container {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(14px, 2vw, 28px);
  }

  .nav-logo {
    justify-self: start;
  }

  .nav-logo img {
    max-width: 118px;
    max-height: 52px;
    object-fit: contain;
  }

  .nav-menu {
    justify-self: center;
    width: fit-content;
    max-width: 100%;
    gap: 4px;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    background: rgba(255, 255, 255, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 16px 38px rgba(35, 6, 6, .18);
  }

  .nav-link {
    min-height: 40px;
    padding: 10px 13px;
    border-radius: 999px;
    font-size: .78rem;
    letter-spacing: .15px;
  }

  .nav-link:hover,
  .nav-link.active {
    background: rgba(255, 255, 255, .14);
    color: var(--white);
  }

  .nav-cta {
    justify-self: end;
    min-height: 44px;
    padding: 11px 17px;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(212, 175, 55, .22);
  }
}

@media (min-width: 993px) and (max-width: 1160px) {
  .nav-container {
    gap: 10px;
  }

  .nav-logo img {
    max-width: 98px;
  }

  .nav-link {
    padding-inline: 9px;
    font-size: .71rem;
  }

  .nav-cta {
    padding-inline: 13px;
    font-size: .75rem;
  }
}

.section-partners {
  position: relative;
  isolation: isolate;
  padding: clamp(64px, 8vw, 98px) 0;
}

.partners-grid {
  display: block;
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.partners-copy .section-header,
.partners-copy .section-desc {
  margin-inline: auto;
  text-align: center;
}

.partners-copy .section-title {
  max-width: 760px;
  margin-inline: auto;
}

.partners-copy .section-desc {
  max-width: 850px;
}

.partners-logos {
  max-width: 940px;
  margin: 34px auto 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 18px;
}

.partner-logo {
  min-height: 136px;
  padding: 22px;
}

.partner-logo img {
  max-width: 82%;
  height: 70px;
}

.partners-logos .partner-logo:nth-child(2) img {
  max-width: 92%;
  height: 104px;
}

.features-strip {
  position: relative;
  overflow: visible;
  padding: 48px 0 64px;
  background: linear-gradient(135deg, #560f0f 0%, #811919 100%);
  isolation: isolate;
}

.features-strip::before,
.features-strip::after {
  content: '';
  position: absolute;
  left: -5vw;
  width: 110vw;
  height: 72px;
  pointer-events: none;
  background: var(--cream);
  z-index: 0;
}

.features-strip::before {
  top: -1px;
  border-radius: 0 0 52% 48% / 0 0 100% 100%;
}

.features-strip::after {
  bottom: -1px;
  border-radius: 52% 48% 0 0 / 100% 100% 0 0;
}

.features-strip .wave-divider {
  display: none;
}

.features-strip-inner {
  position: relative;
  z-index: 1;
  gap: 0;
}

.feature-item {
  min-height: 74px;
}

.about-values {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.about-value-item {
  min-height: 74px;
  align-items: center;
  gap: 12px;
}

.about-value-item div {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 7px;
  flex-wrap: nowrap;
}

.about-value-item strong,
.about-value-item span {
  display: inline;
  white-space: nowrap;
}

.about-value-item span {
  font-size: .81rem;
}

#payment-confirm-btn,
#final-cta-btn {
  color: #fff;
  border-color: rgba(255, 255, 255, .18);
  background: linear-gradient(135deg, #12b35f 0%, #078043 100%);
  box-shadow: 0 16px 34px rgba(7, 128, 67, .26);
}

#payment-confirm-btn:hover,
#final-cta-btn:hover {
  color: #fff;
  background: linear-gradient(135deg, #18c86e 0%, #066f3b 100%);
  box-shadow: 0 20px 42px rgba(7, 128, 67, .34);
}

.cta-final {
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 255, 255, .10) 0 12%, transparent 28%),
    linear-gradient(135deg, #2a0707 0%, #6d1111 48%, #3b0909 100%);
}

.cta-pattern {
  background:
    radial-gradient(circle at 18% 38%, rgba(255, 255, 255, .10) 0 8%, transparent 24%),
    radial-gradient(circle at 82% 28%, rgba(212, 175, 55, .16) 0 10%, transparent 28%),
    linear-gradient(120deg, transparent 0 35%, rgba(255, 255, 255, .075) 35% 37%, transparent 37% 100%);
  background-size: 120% 120%, 130% 130%, 58px 58px;
  animation: ctaPatternMove 12s ease-in-out infinite alternate;
}

.cta-title {
  line-height: 1.12;
}

.cta-title-accent {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 18px 10px;
  color: var(--maroon);
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 22px 999px 999px 22px;
  box-shadow: 0 18px 38px rgba(31, 5, 5, .22);
}

@keyframes ctaPatternMove {
  0% {
    transform: translate3d(-1.5%, -1%, 0) scale(1.02);
  }

  100% {
    transform: translate3d(1.5%, 1%, 0) scale(1.06);
  }
}

.section-testimonials {
  overflow: hidden;
}

.testimonials-slider {
  padding: 18px 10px 42px;
}

.testimonials-track {
  padding: 8px 0 10px;
}

.testi-card {
  border: 1px solid rgba(139, 30, 30, .08);
  box-shadow: 0 18px 46px rgba(74, 15, 15, .08);
}

.testi-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 52px rgba(74, 15, 15, .12);
}

.contact.section {
  position: relative;
  background:
    linear-gradient(135deg, rgba(42, 7, 7, .94) 0%, rgba(112, 18, 18, .92) 55%, rgba(39, 7, 7, .96) 100%),
    url("hero-bg.png") center / cover no-repeat;
  isolation: isolate;
}

.contact.section::before {
  content: '';
  position: absolute;
  inset: -12%;
  width: auto;
  height: auto;
  background:
    radial-gradient(circle at 18% 28%, rgba(255, 255, 255, .13) 0 8%, transparent 24%),
    radial-gradient(circle at 80% 72%, rgba(212, 175, 55, .14) 0 10%, transparent 28%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .05) 0 1px, transparent 1px 18px);
  opacity: .9;
  animation: contactBgFloat 14s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 0;
}

.contact.section .container {
  position: relative;
  z-index: 1;
}

.contact-card,
.contact-slogan,
.map-wrapper {
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

@keyframes contactBgFloat {
  0% {
    transform: translate3d(-1%, -1%, 0) scale(1.01);
  }

  100% {
    transform: translate3d(1%, 1%, 0) scale(1.05);
  }
}

.footer-partner-logos {
  gap: 14px;
}

.footer-partner-logo {
  min-height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.footer-partner-logo img {
  width: 148px;
  height: 42px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1) opacity(.9);
}

.footer-partner-logos .footer-partner-logo:nth-child(2) img {
  width: 172px;
  height: 66px;
}

.footer-partner-logo.partner-dekatlokal:hover img {
  filter: brightness(0) invert(1) opacity(1);
}

@media (max-width: 992px) {
  .partners-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .partner-logo {
    min-height: 112px;
    padding: 16px 10px;
  }

  .partner-logo img {
    max-width: 94%;
    height: 50px;
  }

  .partners-logos .partner-logo:nth-child(2) img {
    height: 76px;
  }

  .about-value-item div {
    display: block;
  }

  .about-value-item strong,
  .about-value-item span {
    display: block;
    white-space: normal;
  }
}

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

  .partner-logo {
    min-height: 104px;
  }

  .features-strip {
    padding: 44px 0 58px;
  }

  .features-strip::before,
  .features-strip::after {
    height: 48px;
  }

  .feature-item {
    min-height: 68px;
  }

  .about-values {
    grid-template-columns: 1fr;
  }

  .about-value-item div {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-partner-logo img {
    width: 132px;
  }

  .footer-partner-logos .footer-partner-logo:nth-child(2) img {
    width: 158px;
    height: 58px;
  }
}

/* ==================================================
   REQUESTED CLEANUP PASS
   ================================================== */
:root {
  --wa: #16b85f;
  --wa-dark: #087f45;
  --wa-light: #24d978;
  --soft-section: #fff8ef;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
}

body.nav-open {
  overflow: hidden;
}

.section,
.features-strip,
.cta-final,
.contact.section {
  overflow: hidden;
}

.section::before,
.section::after,
.features-strip::before,
.features-strip::after,
.contact.section::before,
.wave-divider {
  display: none !important;
}

.navbar {
  height: 72px;
  background: rgba(33, 7, 7, .92);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.navbar.scrolled {
  height: 66px;
  background: rgba(25, 5, 5, .96);
  box-shadow: 0 18px 42px rgba(31, 6, 6, .20);
}

.nav-container {
  max-width: 1320px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 2.4vw, 34px);
  padding: 0 clamp(18px, 3vw, 36px);
}

.nav-logo img {
  width: 104px;
  height: 54px;
  max-width: 104px;
  object-fit: contain;
}

.nav-menu {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(8px, .95vw, 14px);
  width: auto;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.nav-menu li {
  display: flex;
}

.nav-mobile-cta {
  display: none !important;
}

.nav-link {
  min-height: 38px;
  padding: 8px 2px;
  border-radius: 0;
  color: rgba(255, 255, 255, .78);
  font-size: .78rem;
  font-weight: 800;
}

.nav-link::after {
  bottom: 2px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
}

.nav-link:hover,
.nav-link.active {
  background: transparent;
  color: var(--white);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--wa) 0%, var(--wa-dark) 100%);
  color: #fff;
  box-shadow: 0 14px 30px rgba(8, 127, 69, .28);
}

.nav-cta:hover {
  background: linear-gradient(135deg, var(--wa-light) 0%, var(--wa-dark) 100%);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(8, 127, 69, .34);
}

.nav-cta-desktop {
  justify-self: end;
  white-space: nowrap;
}

.nav-toggle {
  display: none;
}

.hero-title {
  text-wrap: balance;
}

.hero-title-line {
  display: block;
  max-width: 100%;
}

.hero-title-mark,
.hero-title-chip,
.hero-title-underline {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.hero-title-mark::after {
  content: '';
  position: absolute;
  left: -.08em;
  right: -.08em;
  bottom: .08em;
  height: .2em;
  border-radius: 999px;
  background: rgba(200, 155, 60, .72);
  transform: rotate(-1deg);
  z-index: -1;
}

.hero-title-chip {
  padding: .01em .24em .08em;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 999px;
  background: rgba(255, 255, 255, .11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14);
}

.hero-title-underline {
  color: var(--gold-light);
}

.hero-title-underline::after {
  content: '';
  position: absolute;
  left: .02em;
  right: .02em;
  bottom: -.08em;
  height: .08em;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wa-light), var(--gold-light));
}

.btn-wa,
#hero-cta-wa,
#about-cta-wa,
.btn-product,
.btn-hero-product,
#payment-confirm-btn,
#final-cta-btn {
  border-color: rgba(255, 255, 255, .18) !important;
  background: linear-gradient(135deg, var(--wa) 0%, var(--wa-dark) 100%) !important;
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(8, 127, 69, .26) !important;
}

.btn-wa:hover,
#hero-cta-wa:hover,
#about-cta-wa:hover,
.btn-product:hover,
.btn-hero-product:hover,
#payment-confirm-btn:hover,
#final-cta-btn:hover {
  background: linear-gradient(135deg, var(--wa-light) 0%, var(--wa-dark) 100%) !important;
  color: #fff !important;
  box-shadow: 0 20px 42px rgba(8, 127, 69, .34) !important;
}

.section-partners {
  background: linear-gradient(180deg, #fffdf8 0%, var(--soft-section) 100%);
}

.features-strip {
  margin: 0;
  padding: clamp(52px, 6vw, 76px) 0;
  background: linear-gradient(180deg, var(--soft-section) 0%, #fff4e5 100%);
}

.features-strip-inner {
  max-width: 1180px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  padding: 0 1.5rem;
}

.feature-item {
  min-width: 0;
  min-height: 92px;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  padding: 18px 12px;
  border: 1px solid rgba(139, 30, 30, .08);
  border-radius: 16px;
  background: rgba(255, 255, 255, .86);
  color: var(--text-body);
  box-shadow: 0 14px 34px rgba(74, 15, 15, .06);
  text-align: center;
}

.feature-item:last-child {
  border-right: 1px solid rgba(139, 30, 30, .08);
}

.feature-item:hover {
  background: #fff;
  color: var(--text-dark);
  transform: translateY(-3px);
  border-color: rgba(22, 184, 95, .24);
  box-shadow: 0 18px 42px rgba(8, 127, 69, .10);
}

.feature-icon {
  color: var(--wa);
}

.feature-item span {
  overflow-wrap: anywhere;
}

.section-about {
  background: linear-gradient(180deg, #fff4e5 0%, #fffaf5 100%);
}

.section-excellence {
  background: linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
}

.section-products {
  background: linear-gradient(180deg, #ffffff 0%, #fff9f2 100%);
}

.section-payment {
  background: linear-gradient(180deg, #fff9f2 0%, #ffffff 100%);
}

.section-gallery {
  background: linear-gradient(180deg, #ffffff 0%, #fff8ef 100%);
}

.section-testimonials {
  background: linear-gradient(180deg, #fff8ef 0%, #ffffff 100%);
}

.section-faq {
  background: linear-gradient(180deg, #ffffff 0%, #fff8ef 100%);
}

.about-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.about-value-item {
  min-width: 0;
  min-height: 84px;
  padding: 14px;
  align-items: flex-start;
}

.about-value-item div {
  min-width: 0;
  display: block !important;
}

.about-value-item strong,
.about-value-item span {
  display: block;
  white-space: normal !important;
}

.about-value-item span {
  font-size: .8rem;
  line-height: 1.45;
}

.product-carousel-shell {
  position: relative;
}

.product-scroll-hint,
.product-carousel-controls {
  display: none;
}

.supporting-products-grid {
  max-width: none;
}

.product-card {
  min-width: 0;
}

.product-footer {
  flex-wrap: wrap;
}

.cta-final {
  background: linear-gradient(135deg, #240706 0%, #56110f 56%, #1d0706 100%);
}

.cta-pattern {
  background:
    radial-gradient(circle at 16% 24%, rgba(255, 255, 255, .11) 0 10%, transparent 26%),
    radial-gradient(circle at 84% 72%, rgba(200, 155, 60, .14) 0 11%, transparent 30%);
  background-size: auto;
  animation: none !important;
  transform: none !important;
  opacity: .85;
}

.cta-title-accent {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: var(--gold-light);
  box-shadow: none;
}

.contact.section {
  background:
    linear-gradient(135deg, rgba(40, 7, 7, .95) 0%, rgba(87, 17, 17, .94) 58%, rgba(31, 7, 7, .96) 100%),
    url("hero-bg.png") center / cover no-repeat;
}

.footer-socials {
  flex-direction: column;
  gap: 10px;
  max-width: 260px;
}

.footer-social-btn {
  width: 100%;
  height: auto;
  min-height: 54px;
  justify-content: flex-start;
  gap: 12px;
  padding: 11px 13px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .08);
}

.footer-social-btn svg {
  flex: 0 0 auto;
}

.footer-social-btn span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
  line-height: 1.2;
}

.footer-social-btn strong {
  color: rgba(255, 255, 255, .92);
  font-size: .86rem;
}

.footer-social-btn small {
  color: rgba(255, 255, 255, .58);
  font-size: .8rem;
}

.footer-social-btn.wa {
  background: rgba(22, 184, 95, .14);
}

.footer-social-btn.ig {
  background: rgba(225, 48, 108, .14);
}

.float-btn.footer-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateX(calc(100% + 44px));
}

@media (min-width: 993px) and (max-width: 1180px) {
  .nav-container {
    gap: 14px;
    padding-inline: 18px;
  }

  .nav-logo img {
    width: 92px;
    max-width: 92px;
  }

  .nav-menu {
    gap: 8px;
  }

  .nav-link {
    font-size: .69rem;
  }

  .nav-cta-desktop {
    padding-inline: 13px;
    font-size: .76rem;
  }
}

@media (max-width: 1024px) {
  .features-strip-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  .navbar,
  .navbar.scrolled {
    height: 64px;
  }

  .nav-container {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 0 16px;
  }

  .nav-logo img {
    width: 86px;
    height: 48px;
  }

  .nav-cta-desktop {
    display: none;
  }

  .nav-toggle {
    position: relative;
    z-index: 1401;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 52px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .09);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
  }

  .nav-toggle-lines {
    position: relative;
    display: block;
    width: 22px;
    height: 14px;
    border-radius: 0;
    background: transparent;
    transform: none !important;
  }

  .nav-toggle-lines span {
    position: absolute;
    left: 0;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    transition: top .25s ease, bottom .25s ease, transform .25s ease, width .25s ease, left .25s ease;
  }

  .nav-toggle-lines span:first-child {
    top: 1px;
  }

  .nav-toggle-lines span:last-child {
    right: 0;
    bottom: 1px;
    left: auto;
    width: 16px;
  }

  .nav-toggle-dot {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: var(--gold-light);
    transition: transform .22s ease, opacity .22s ease;
  }

  .nav-toggle.open .nav-toggle-lines {
    opacity: 1;
    transform: none !important;
  }

  .nav-toggle.open .nav-toggle-lines span:first-child {
    top: 6px;
    transform: rotate(45deg);
  }

  .nav-toggle.open .nav-toggle-lines span:last-child {
    bottom: 6px;
    left: 0;
    width: 22px;
    transform: rotate(-45deg);
  }

  .nav-toggle.open .nav-toggle-dot {
    opacity: 0;
    transform: scale(0);
  }

  .nav-menu {
    position: fixed;
    inset: 64px 0 0;
    z-index: 1400;
    width: 100%;
    max-width: 100vw;
    height: calc(100dvh - 64px);
    display: grid !important;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 10px;
    padding: 22px 18px 28px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 0;
    background:
      linear-gradient(180deg, rgba(31, 6, 6, .98) 0%, rgba(74, 12, 12, .98) 100%);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px) scale(.985);
    transition: transform .28s ease, opacity .22s ease;
  }

  .nav-menu.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .nav-menu li,
  .nav-link {
    width: 100%;
  }

  .nav-link {
    min-height: 46px;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 14px;
    background: rgba(255, 255, 255, .07);
    color: rgba(255, 255, 255, .88);
    font-size: .98rem;
  }

  .nav-link::after {
    display: none;
  }

  .nav-link.active {
    border-color: rgba(200, 155, 60, .22);
    background: rgba(200, 155, 60, .15);
    color: #fff;
  }

  .nav-mobile-cta {
    display: flex !important;
    margin-top: 8px;
  }

  .nav-mobile-cta .nav-cta {
    width: 100%;
    min-height: 52px;
    border-radius: 14px;
  }
}

@media (max-width: 768px) {
  .hero-content,
  .container {
    max-width: 100%;
  }

  .hero-title-chip {
    padding-inline: .18em;
  }

  .features-strip-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding-inline: 16px;
  }

  .feature-item {
    min-height: 86px;
    padding: 15px 10px;
    font-size: .82rem;
  }

  .about-values {
    grid-template-columns: 1fr;
  }

  .about-value-item {
    min-height: 0;
    align-items: center;
  }

  .about-badge-float {
    right: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
  }

  .section-products .container {
    padding-inline: 16px;
  }

  .product-carousel-shell {
    margin-inline: -16px;
    padding-inline: 0;
    overflow: hidden;
  }

  .product-scroll-hint {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: -4px 16px 14px;
    padding: 8px 12px;
    border: 1px solid rgba(139, 30, 30, .08);
    border-radius: 999px;
    background: rgba(255, 255, 255, .8);
    color: var(--text-muted);
    font-size: .8rem;
    font-weight: 800;
  }

  .supporting-products-grid {
    display: flex;
    grid-template-columns: none;
    gap: 16px;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 4px 16px 18px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding: 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .supporting-products-grid::-webkit-scrollbar {
    display: none;
  }

  .supporting-products-grid .product-card {
    flex: 0 0 min(84vw, 352px);
    max-width: min(84vw, 352px);
    margin: 0;
    scroll-snap-align: center;
  }

  .product-carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 6px;
  }

  .product-carousel-btn {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(139, 30, 30, .10);
    border-radius: 999px;
    background: #fff;
    color: var(--maroon);
    box-shadow: 0 12px 28px rgba(74, 15, 15, .08);
    transition: transform .22s ease, opacity .22s ease, background .22s ease;
  }

  .product-carousel-btn:hover {
    transform: translateY(-2px);
    background: var(--soft-section);
  }

  .product-carousel-btn:disabled {
    opacity: .42;
    cursor: not-allowed;
    transform: none;
  }

  .product-carousel-prev svg {
    transform: rotate(180deg);
  }

  .product-carousel-dots {
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .product-carousel-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: rgba(139, 30, 30, .18);
    transition: width .22s ease, background .22s ease;
  }

  .product-carousel-dot.active {
    width: 22px;
    background: var(--wa);
  }

  .product-info-strip {
    margin-top: 30px;
  }

  .footer-socials {
    max-width: none;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: clamp(2rem, 8.8vw, 2.8rem);
  }

  .hero-title-underline::after {
    bottom: -.04em;
  }

  .feature-item {
    font-size: .8rem;
  }

  .supporting-products-grid .product-card {
    flex-basis: min(86vw, 340px);
    max-width: min(86vw, 340px);
  }

  .footer-social-btn small {
    overflow-wrap: anywhere;
  }
}

/* ==================================================
   FOLLOW-UP CLEANUP PASS
   ================================================== */
.nav-powered {
  display: none !important;
}

.hero {
  min-height: 100vh;
  min-height: 100svh;
  align-items: center;
  padding-top: calc(var(--nav-h) + 32px);
  padding-bottom: 32px;
}

.hero-content {
  padding-top: 0;
  padding-bottom: 0;
}

.section-about {
  background: linear-gradient(180deg, var(--soft-section) 0%, #fffaf5 100%);
}

@media (min-width: 1025px) {
  .about-grid {
    grid-template-columns: minmax(300px, .86fr) minmax(0, 1.14fr);
    gap: 34px;
  }

  .about-image-wrapper {
    margin-right: 0;
  }

  .about-text-col {
    max-width: 100%;
  }

  .about-values {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-value-item {
    min-height: 76px;
    align-items: center;
  }
}

.about-value-item {
  overflow: hidden;
}

.about-value-item strong,
.about-value-item span {
  overflow-wrap: anywhere;
}

.testi-avatar {
  background: rgba(22, 184, 95, .12);
  color: var(--wa-dark);
  border: 1px solid rgba(22, 184, 95, .18);
}

.testi-avatar svg {
  display: block;
}

.testi-author span {
  color: var(--text-muted);
  font-weight: 600;
}

.gallery-scroll-hint {
  display: none;
}

.contact.section .contact-card,
.contact.section .contact-slogan {
  background: rgba(255, 255, 255, .96);
  border-color: rgba(255, 255, 255, .68);
  box-shadow: 0 18px 46px rgba(15, 5, 5, .16);
}

.contact.section .contact-card:not(.no-link):hover {
  background: #fff;
  border-color: rgba(255, 255, 255, .95);
  box-shadow: 0 22px 54px rgba(15, 5, 5, .22);
}

.contact.section .contact-card-text strong,
.contact.section .contact-slogan p {
  color: var(--text-dark);
}

.contact.section .contact-card-text span {
  color: var(--text-body);
}

.contact.section .contact-arrow {
  color: rgba(74, 15, 15, .45);
}

.contact.section .contact-card:hover .contact-arrow {
  color: var(--wa-dark);
}

.contact.section .addr-icon {
  background: rgba(139, 30, 30, .10);
  color: var(--maroon);
}

.cta-final {
  background: #fff;
  text-align: center;
}

.cta-final::before {
  content: '';
  position: absolute;
  inset: 0;
  display: block !important;
  background:
    radial-gradient(circle at 16% 18%, rgba(22, 184, 95, .08) 0 12%, transparent 30%),
    radial-gradient(circle at 84% 70%, rgba(200, 155, 60, .10) 0 13%, transparent 31%),
    linear-gradient(180deg, #fff 0%, #fffaf4 100%);
  pointer-events: none;
}

.cta-bg,
.cta-pattern {
  display: none;
}

.cta-content {
  max-width: 760px;
  margin: 0 auto;
}

.cta-logo {
  border-color: rgba(139, 30, 30, .10);
  background: #fff;
  box-shadow: 0 14px 34px rgba(74, 15, 15, .08);
}

.cta-title {
  color: var(--text-dark);
}

.cta-title-accent {
  color: var(--maroon);
}

.cta-subtitle {
  color: var(--text-muted);
}

@media (max-width: 992px) {
  .nav-powered {
    display: block !important;
    margin-top: 4px;
    padding: 12px 4px 0;
    color: rgba(255, 255, 255, .64);
    text-align: center;
    font-size: .86rem;
    font-weight: 700;
  }

  .nav-powered a {
    color: var(--gold-light);
    font-weight: 900;
  }

  .nav-menu {
    transform: translateY(-14px) scale(.985) !important;
  }

  .nav-menu.open {
    transform: translateY(0) scale(1) !important;
  }
}

@media (max-width: 768px) {
  .nav-container,
  .hero-content {
    width: min(100%, 390px) !important;
    max-width: 390px !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  body,
  .hero,
  .hero-content {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .hero {
    min-height: 100vh;
    min-height: 100svh;
    padding-top: calc(var(--nav-h) + 24px);
    padding-bottom: 24px;
  }

  .hero-badge {
    display: none !important;
  }

  .hero-title {
    width: min(100%, 358px);
    max-width: 358px;
    margin-bottom: 16px;
    overflow-wrap: break-word;
  }

  .hero-title-mark,
  .hero-title-chip,
  .hero-title-underline {
    max-width: 100%;
  }

  .hero-subtitle {
    width: min(100%, 358px);
    max-width: 358px;
    margin-bottom: 22px;
    line-height: 1.62;
    overflow-wrap: break-word;
  }

  .hero-cta {
    margin-bottom: 22px;
  }

  .hero-stats {
    width: min(100%, 358px) !important;
    max-width: 358px !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
  }

  .hero-stats .stat-divider {
    display: none;
  }

  .gallery-scroll-hint {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: -12px 0 16px;
    padding: 8px 12px;
    border: 1px solid rgba(139, 30, 30, .08);
    border-radius: 999px;
    background: rgba(255, 255, 255, .82);
    color: var(--text-muted);
    font-size: .8rem;
    font-weight: 800;
  }

  .gallery-grid {
    display: flex;
    grid-template-columns: none;
    gap: 16px;
    margin-inline: -16px;
    padding: 4px 16px 18px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding: 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .gallery-grid::-webkit-scrollbar {
    display: none;
  }

  .gallery-grid img {
    flex: 0 0 min(82vw, 330px);
    width: min(82vw, 330px);
    aspect-ratio: 1 / 1;
    scroll-snap-align: center;
  }

  .contact.section .contact-card,
  .contact.section .contact-slogan {
    box-shadow: 0 14px 34px rgba(15, 5, 5, .14);
  }
}

@media (max-width: 480px) {
  .hero {
    justify-content: center;
  }

  .hero-title {
    font-size: clamp(1.72rem, 7.4vw, 2.14rem) !important;
    line-height: 1.14;
  }

  .hero-subtitle {
    font-size: .9rem;
  }

  .hero-stats {
    padding: 9px 7px !important;
    gap: 4px !important;
    border-radius: 18px !important;
  }

  .stat strong {
    font-size: .86rem;
  }

  .stat span {
    font-size: .48rem;
  }
}

/* ==================================================
   FINAL REQUEST POLISH
   ================================================== */
@media (min-width: 1025px) {
  .about-grid {
    grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr);
    gap: 26px;
  }

  .about-image-wrapper {
    margin-left: -36px;
    margin-right: 0;
  }

  .about-values {
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .about-image-wrapper {
    margin-left: -64px;
  }
}

@media (max-width: 992px) {
  .nav-toggle {
    gap: 0;
  }

  .nav-toggle-lines {
    width: 23px;
    height: 20px;
  }

  .nav-toggle-lines span {
    left: 0;
    width: 23px;
    height: 1.8px;
    transform-origin: center;
  }

  .nav-toggle-lines span:first-child {
    top: 5px;
  }

  .nav-toggle-lines span:last-child {
    right: auto;
    bottom: 5px;
    left: 0;
    width: 23px;
  }

  .nav-toggle-dot {
    display: none;
  }

  .nav-toggle.open .nav-toggle-lines span:first-child {
    top: 9px;
    transform: rotate(45deg);
  }

  .nav-toggle.open .nav-toggle-lines span:last-child {
    bottom: 9px;
    width: 23px;
    transform: rotate(-45deg);
  }
}

.qris-apps {
  gap: 10px;
}

.qris-app {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid rgba(15, 30, 60, .08);
  background: #fff;
  box-shadow: 0 8px 20px rgba(20, 20, 20, .08);
}

.qris-apps .qris-app {
  padding: 0;
  font-size: 0;
}

.qris-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1;
}

.qris-gopay .qris-mark {
  color: #00aae7;
  border: 2px solid #00aae7;
  border-radius: 50%;
  font-size: 1rem;
  font-family: Arial, sans-serif;
}

.qris-ovo .qris-mark {
  width: 34px;
  color: #4c2486;
  font-size: .68rem;
  letter-spacing: -.03em;
}

.qris-dana .qris-mark {
  color: #fff;
  background: #118eea;
}

.qris-linkaja .qris-mark {
  position: relative;
  border-radius: 50%;
  background: #e42313;
}

.qris-linkaja .qris-mark::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 -8px 0 -5px #fff;
}

.qris-shopeepay .qris-mark {
  color: #fff;
  background: #ee4d2d;
  border-radius: 8px;
}

#payment-confirm-btn,
#final-cta-btn {
  white-space: normal;
  text-align: center;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .hero-product-price-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .hero-price-label {
    width: 100%;
  }

  .hero-price-value {
    width: 100%;
    font-size: 1.34rem;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  #payment-confirm-btn {
    width: 100%;
    padding: 12px 14px;
    font-size: .86rem;
    gap: 8px;
  }

  #final-cta-btn {
    width: min(100%, 330px);
    padding: 13px 15px;
    font-size: .9rem;
    gap: 8px;
  }

  .qris-apps {
    gap: 8px;
  }

  .qris-app {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .qris-mark {
    width: 25px;
    height: 25px;
  }

  .testimonials-slider {
    margin-inline: -16px;
    padding: 8px 0 28px;
    overflow: hidden;
  }

  .testimonials-track {
    cursor: grab;
    touch-action: pan-y;
  }

  .testi-card {
    flex-basis: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }
}

@media (max-width: 480px) {
  #payment-confirm-btn {
    font-size: .8rem;
  }

  #final-cta-btn {
    font-size: .84rem;
  }
}

/* ==================================================
   MOBILE NAV, PAYMENT LOGOS, AND CTA ALIGNMENT
   ================================================== */
@media (min-width: 1025px) {
  .about-grid {
    grid-template-columns: minmax(360px, .84fr) minmax(0, 1.16fr);
    gap: clamp(30px, 3vw, 42px);
    align-items: center;
  }

  .about-image-wrapper {
    margin-left: clamp(-28px, -2vw, -12px);
    margin-right: 0;
  }
}

.qris-apps {
  gap: 8px;
  align-items: center;
}

.qris-app,
.qris-apps .qris-app {
  width: 72px;
  height: 42px;
  padding: 7px 9px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(15, 30, 60, .08);
  box-shadow: 0 8px 20px rgba(20, 20, 20, .08);
}

.qris-app img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#payment-confirm-btn,
#final-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#payment-confirm-btn svg,
#final-cta-btn svg {
  flex: 0 0 auto;
}

@media (max-width: 992px) {
  .nav-toggle {
    width: 48px;
    height: 40px;
    padding: 0;
    gap: 0;
  }

  .nav-toggle > span:not(.nav-toggle-lines),
  .nav-toggle-dot {
    display: none !important;
  }

  .nav-toggle-lines {
    position: relative;
    display: block !important;
    width: 24px;
    height: 18px;
    background: transparent !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .nav-toggle-lines span {
    position: absolute;
    left: 0;
    display: block !important;
    width: 24px;
    height: 2px;
    padding: 0 !important;
    border-radius: 999px;
    background: #fff;
    transform-origin: center;
    transition: top .24s ease, bottom .24s ease, transform .24s ease, opacity .2s ease;
  }

  .nav-toggle-lines span:first-child {
    top: 4px;
  }

  .nav-toggle-lines span:last-child {
    right: auto;
    bottom: 4px;
    left: 0;
    width: 24px;
  }

  .nav-toggle.open .nav-toggle-lines {
    transform: none !important;
  }

  .nav-toggle.open .nav-toggle-lines span:first-child {
    top: 8px;
    transform: rotate(45deg);
  }

  .nav-toggle.open .nav-toggle-lines span:last-child {
    bottom: 8px;
    width: 24px;
    transform: rotate(-45deg);
  }

  .nav-menu {
    align-content: start;
    gap: clamp(4px, 1dvh, 7px);
    height: calc(100dvh - 64px);
    padding: 12px 18px 14px;
    overflow-y: hidden;
  }

  .nav-link {
    min-height: clamp(34px, 6.2dvh, 40px);
    padding: 7px 14px;
    border-radius: 12px;
    font-size: .88rem;
    line-height: 1.1;
  }

  .nav-mobile-cta .nav-cta {
    min-height: 40px;
    padding: 9px 14px;
    font-size: .88rem;
    line-height: 1.1;
  }

  .nav-powered {
    margin-top: 0;
    padding: 4px 4px 0;
    font-size: .72rem;
    line-height: 1.15;
  }
}

@media (max-width: 768px) {
  #payment-confirm-btn,
  #final-cta-btn {
    justify-content: center;
    align-items: center;
    margin-inline: auto;
  }

  #payment-confirm-btn {
    max-width: 330px;
  }

  .qris-app,
  .qris-apps .qris-app {
    width: 58px;
    height: 34px;
    padding: 6px 7px;
  }
}

@media (max-width: 380px) {
  .nav-menu {
    gap: 4px;
    padding: 10px 14px 12px;
  }

  .nav-link {
    min-height: 33px;
    padding: 6px 12px;
    font-size: .82rem;
  }

  .nav-mobile-cta .nav-cta {
    min-height: 36px;
    padding: 8px 12px;
    font-size: .82rem;
  }

  .nav-powered {
    font-size: .68rem;
  }
}
