:root {
  --ink: #17191d;
  --muted: #56606f;
  --cream: #fff1b8;
  --paper: #fff8df;
  --surface: #ffffff;
  --blue: #1266ad;
  --blue-bright: #2294da;
  --blue-soft: #e7f1ff;
  --red: #d8262c;
  --orange: #f47a20;
  --gold: #ffd719;
  --line: rgba(20, 86, 163, 0.14);
  --shadow: 0 22px 64px rgba(23, 25, 29, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Aptos", "Inter", "Segoe UI", sans-serif;
}

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

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.brand-script {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  gap: 1rem;
  border-bottom: 0;
  background: var(--gold);
  padding: 0.85rem clamp(1rem, 4vw, 4.5rem);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 0.55rem;
}

.brand-script {
  color: var(--red);
  font-size: 1.55rem;
  font-style: italic;
  font-weight: 800;
}

.brand-name {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: clamp(1.1rem, 3vw, 2.3rem);
  color: #111111;
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.button,
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 950;
  padding: 0.85rem 1.2rem;
  text-align: center;
}

.header-cta,
.button-primary {
  background: var(--red);
  color: #fff;
  box-shadow: 0 14px 28px rgba(206, 31, 43, 0.2);
}

.button-ghost {
  border-color: rgba(20, 86, 163, 0.22);
  background: rgba(255, 255, 255, 0.66);
  color: var(--blue);
}

.button-dark {
  background: var(--blue);
  color: #fff;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(24rem, 0.78fr) minmax(34rem, 1.22fr);
  align-items: center;
  gap: clamp(1.8rem, 3.5vw, 4.5rem);
  min-height: calc(100svh - 70px);
  overflow: hidden;
  padding: clamp(2rem, 5vw, 5.2rem) clamp(1.5rem, 4vw, 5rem);
  background:
    radial-gradient(circle at 42% 35%, rgba(255, 255, 255, 0.34), transparent 0 22rem),
    linear-gradient(135deg, #fff06a 0%, var(--gold) 46%, #ffc21e 100%);
  isolation: isolate;
}

.hero::before,
.hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero::before {
  z-index: 0;
  top: -8.5rem;
  left: -7rem;
  width: min(58rem, 56vw);
  height: min(22rem, 24vw);
  border-radius: 0 0 74% 18%;
  background: linear-gradient(135deg, #ec3130 0%, var(--red) 52%, #b51224 100%);
  box-shadow: 0 22px 45px rgba(184, 18, 36, 0.16);
  transform: rotate(-5deg);
}

.hero::after {
  z-index: 0;
  left: -11vw;
  bottom: -10rem;
  width: min(82rem, 74vw);
  height: min(28rem, 28vw);
  border-radius: 0 86% 0 0;
  background:
    radial-gradient(circle at 70% 32%, rgba(255, 255, 255, 0.16), transparent 0 12rem),
    linear-gradient(145deg, #ff9b28 0%, var(--orange) 64%, #d94a22 100%);
  transform: rotate(-4deg);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 620px);
  padding: 0;
  transform: translateY(-1vh);
}

.campaign-lockup {
  margin-top: 0;
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

.main-logo {
  display: block;
  width: clamp(20rem, 55vw, 36rem); /* Sedikit diperbesar batas atasnya */
  margin-top: -30%; /* Potong lebih banyak ruang kosong transparan di atas */
  margin-bottom: -25%; /* Potong lebih banyak ruang kosong transparan di bawah */
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 24px rgba(184, 18, 36, 0.16));
}

.campaign-ticket {
  width: min(100%, 35rem);
  margin-bottom: 1.15rem;
  border: 4px solid rgba(216, 38, 44, 0.72);
  border-radius: 28px 42px 30px 46px;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.94), rgba(255, 243, 185, 0.94)),
    #fff8d8;
  padding: clamp(1.05rem, 2.7vw, 1.8rem);
  box-shadow: 10px 12px 0 rgba(18, 102, 173, 0.16);
  transform: rotate(-2deg);
}

.campaign-ticket p {
  margin-bottom: 0.2rem;
  color: var(--red);
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 950;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.campaign-ticket h1 {
  margin-bottom: 0;
  font-family: "Aptos", "Segoe UI", sans-serif;
  font-size: clamp(4.6rem, 7.4vw, 8.2rem);
  font-weight: 950;
  line-height: 0.82;
  text-transform: uppercase;
  animation: kriuk-color-cycle 12s infinite ease-in-out;
}

@keyframes kriuk-color-cycle {
  0%, 100% {
    color: var(--red);
  }
  25% {
    color: var(--orange);
  }
  50% {
    color: var(--gold);
  }
  75% {
    color: var(--blue);
  }
}

.hero-lead {
  max-width: 36rem;
  color: #5a2409;
  font-size: clamp(1.08rem, 1.35vw, 1.32rem);
  font-weight: 800;
  line-height: 1.72;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.7rem;
}

.hero-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.7rem;
}

.hero-specs span {
  border: 2px solid rgba(255, 255, 255, 0.54);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--red);
  padding: 0.55rem 0.78rem;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-note {
  max-width: max-content;
  margin-top: 1rem;
  border-left: 4px solid var(--blue-bright);
  background: rgba(255, 255, 255, 0.76);
  padding: 0.65rem 0.9rem;
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-stage {
  position: relative;
  z-index: 1;
  isolation: isolate;
  align-self: stretch;
  min-height: min(760px, calc(100svh - 120px));
}

.hero-stage::before,
.hero-stage::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

/* Lencana Export Quality */
.export-badge-wrapper {
  position: absolute;
  top: clamp(1rem, 5vw, 4rem);
  left: clamp(1rem, 6vw, 5rem);
  width: clamp(110px, 16vw, 150px);
  height: clamp(110px, 16vw, 150px);
  z-index: 10;
  filter: drop-shadow(0 6px 12px rgba(244, 122, 32, 0.3));
  transform: rotate(-8deg);
  animation: float-badge 6s ease-in-out infinite;
}

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

.export-badge {
  width: 100%;
  height: 100%;
  background: var(--orange);
  /* Membuat bentuk starburst 12 sudut (24 titik) */
  clip-path: polygon(50% 0%, 61% 11%, 75% 6%, 79% 21%, 93% 25%, 89% 40%, 100% 50%, 89% 60%, 93% 75%, 79% 79%, 75% 94%, 61% 89%, 50% 100%, 39% 89%, 25% 94%, 21% 79%, 7% 75%, 11% 60%, 0% 50%, 11% 40%, 7% 25%, 21% 21%, 25% 6%, 39% 11%);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: badge-color-cycle 9s infinite;
}

@keyframes badge-color-cycle {
  0%, 20% { background: var(--red); }
  33%, 53% { background: var(--orange); }
  66%, 86% { background: var(--blue); }
  100% { background: var(--red); }
}

.export-badge::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  border: 1.5px dashed rgba(255, 255, 255, 0.9);
  pointer-events: none;
}

.export-badge-text {
  text-align: center;
  color: #ffffff;
  font-weight: 950;
  line-height: 1.1;
  font-size: clamp(0.75rem, 1.4vw, 1.1rem);
  letter-spacing: 0.05em;
  z-index: 2;
  font-family: "Aptos", "Segoe UI", sans-serif;
  text-transform: uppercase;
  margin-top: 2px;
}

/* Logo Halal di sebelah logo utama */
.halal-badge-logo {
  position: absolute;
  bottom: 28%; /* Dinaikkan sedikit */
  right: 8%; /* Digeser agak ke kiri */
  width: clamp(55px, 9vw, 80px); /* Diperbesar agar lebih jelas */
  aspect-ratio: 0.85; /* Proporsi agar bentuk mask tidak distorsi */
  z-index: 10;
  transform: rotate(8deg);
  
  /* Menerapkan bentuk logo sebagai "cetakan" (mask) */
  -webkit-mask-image: url("Halal_Indonesia.svg.webp");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("Halal_Indonesia.svg.webp");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;

  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
  
  /* Animasi berganti warna menggunakan background-color agar transisinya sangat mulus */
  animation: halal-color-cycle 12s infinite;
}

@keyframes halal-color-cycle {
  0%, 15% { background-color: #ffffff; } /* Putih */
  25%, 40% { background-color: var(--red); } /* Merah */
  50%, 65% { background-color: var(--blue); } /* Biru */
  75%, 90% { background-color: #662d91; } /* Ungu (Original) */
  100% { background-color: #ffffff; } /* Kembali ke Putih */
}

.hero-stage::before {
  z-index: 0;
  inset: 10% -7rem 14% clamp(-4.5rem, -3.5vw, -1.5rem);
  width: auto;
  height: auto;
  border-radius: 42% 0 0 42% / 50% 0 0 50%;
  background:
    radial-gradient(circle at 35% 34%, rgba(255, 255, 255, 0.26), transparent 0 10rem),
    linear-gradient(145deg, var(--blue-bright), var(--blue) 62%, #0b4c8b);
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.08), 0 26px 62px rgba(18, 102, 173, 0.24);
  transform: rotate(-2deg);
}

.hero-stage::after {
  display: none;
}

.blue-panel {
  display: none;
}

.hero-pouch {
  position: absolute;
  z-index: 2;
  left: clamp(-4.5rem, -3.7vw, -1.5rem);
  right: auto;
  top: 52%;
  bottom: auto;
  width: clamp(38rem, 55vw, 66rem);
  max-height: min(74svh, 760px);
  border-radius: 26px;
  object-fit: cover;
  box-shadow: 0 30px 65px rgba(107, 49, 0, 0.24);
  transform: translateY(-42%) rotate(1deg);
}

.hero-jar {
  position: absolute;
  z-index: 3;
  right: clamp(-0.6rem, 1vw, 1.5rem);
  bottom: clamp(1.2rem, 5vh, 3.6rem);
  width: clamp(11rem, 18vw, 20rem);
  border: 7px solid #fff;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 46px rgba(107, 49, 0, 0.22);
  transform: rotate(-5deg);
}

.eyebrow {
  margin-bottom: 0.9rem;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-section,
.order-section {
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 6vw, 5rem);
}

.section-copy {
  max-width: 780px;
}

.section-copy h2 {
  margin-bottom: 1rem;
  color: var(--ink);
  font-size: clamp(2.6rem, 5.8vw, 5.7rem);
  line-height: 0.95;
}

.section-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.14rem);
  line-height: 1.75;
}

.product-bridge {
  position: relative;
  display: flex;
  min-height: 4.2rem;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, #b51224 0%, var(--red) 50%, #ef3435 100%);
  padding: 0;
  isolation: isolate;
  scroll-margin-top: 96px;
}

.marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: marquee-scroll 32s linear infinite;
}

.marquee-content {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding-right: 2.5rem;
}

.marquee-content span {
  color: #fff;
  font-family: "Aptos", "Segoe UI", sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.marquee-content .separator {
  color: var(--gold);
  font-size: 1.4rem;
  user-select: none;
}

@keyframes marquee-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.product-section {
  position: relative;
  isolation: isolate;
  overflow: visible; /* Penting agar gambar melayang tidak terpotong */
  padding: clamp(1.5rem, 3vw, 3rem) clamp(1.25rem, 6vw, 5rem) clamp(2rem, 4vw, 3.5rem);
  background: #f9f6ed; /* Warna krem hangat seperti contoh referensi */
}

.product-heading {
  margin-bottom: clamp(0.5rem, 2vw, 1.5rem); /* Mengurangi margin-bottom agar tidak terlalu jauh ke kartu */
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin-inline: auto;
}

.product-section .eyebrow {
  color: var(--orange);
}

.product-section .section-copy h2 {
  color: var(--blue);
  font-size: clamp(2.4rem, 4.2vw, 4.5rem);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  line-height: 1.05;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 480px));
  gap: clamp(2rem, 4vw, 4.5rem);
  justify-content: center;
  position: relative;
  z-index: 1;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: none;
  border-radius: 36px;
  padding: 140px 2rem 2.2rem; /* Disesuaikan agar isi kartu tidak terlalu ke atas dan tidak menumpuk */
  margin-top: 80px; /* Menambahkan margin atas untuk mengakomodasi gambar yang melayang keluar, sehingga tidak menumpuk dengan heading */
  box-shadow: 0 16px 36px rgba(23, 25, 29, 0.06);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
  overflow: visible; /* Agar gambar menyembul */
}


.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 32px 55px rgba(23, 25, 29, 0.12);
}

.product-card-pouch {
  background: #f47a20; /* Warna Oranye Poptime */
}

.product-card-toples {
  background: #1266ad; /* Warna Biru Poptime */
}

.product-image-container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%); /* Benar-benar di tengah batas atas */
  width: clamp(160px, 18vw, 200px);
  height: clamp(160px, 18vw, 200px);
  border-radius: 50%;
  box-shadow: 0 14px 32px rgba(23, 25, 29, 0.15);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 3;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}

.product-card-pouch .product-image-container {
  background-color: var(--gold) !important;
  border: 6px solid var(--gold) !important;
}

.product-card-toples .product-image-container {
  background-color: var(--red) !important;
  border: 6px solid var(--red) !important;
}

.product-img-floating {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(8px, 1.5vw, 16px);
  /* Dihapus: mix-blend-mode agar gambar tidak terkena siluet warna */
  transition: transform 0.4s ease;
}

.product-card:hover .product-image-container {
  transform: translate(-50%, -53%) scale(1.05);
  box-shadow: 0 24px 48px rgba(23, 25, 29, 0.24);
}

.product-card:hover .product-img-floating {
  transform: scale(1.08);
}

.product-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #ffffff;
}

.product-card-type {
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.6rem;
}

.product-card-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3.2vw, 2.45rem);
  font-weight: 900;
  line-height: 1.1;
  color: #ffffff !important;
  margin-bottom: 0.3rem;
}

.product-card-price {
  font-size: clamp(1.15rem, 1.6vw, 1.35rem);
  font-weight: 950;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.25rem 0.9rem;
  border-radius: 999px;
  margin-bottom: 1.2rem;
  letter-spacing: 0.02em;
}

.product-card-text {
  font-size: 0.88rem;
  line-height: 1.68;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 1.4rem;
  max-width: 320px;
}

.product-card-specs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.8rem;
}

.spec-badge {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 0.38rem 0.85rem;
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
}

.button-card-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 240px;
  min-height: 3.2rem;
  border: 2px solid #ffffff;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.product-card-pouch .button-card-order {
  background: #ffffff;
  color: #f47a20;
}

.product-card-pouch .button-card-order:hover {
  background: #f47a20;
  color: #ffffff;
  border-color: #ffffff;
  transform: scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.product-card-toples .button-card-order {
  background: #ffffff;
  color: #1266ad;
}

.product-card-toples .button-card-order:hover {
  background: #1266ad;
  color: #ffffff;
  border-color: #ffffff;
  transform: scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

/* Bagian Keunggulan "Doing It The Right Way" */
.doing-it-right {
  position: relative;
  background: #f9f6ed; /* Warna krem senada dengan area produk */
  padding: 0 clamp(1.25rem, 6vw, 5rem) clamp(2rem, 4vw, 4rem);
  z-index: 1;
}

.doing-it-right-header {
  text-align: center;
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: clamp(2rem, 3vw, 3rem);
}

.doing-it-right-header h2 {
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 3.8vw, 4rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 0.8rem;
}

.doing-it-right-header p {
  color: var(--orange);
  font-size: clamp(0.95rem, 1.8vw, 1.12rem);
  font-weight: 700;
  line-height: 1.65;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: clamp(0.75rem, 1.5vw, 2rem); /* Menyesuaikan gap sedikit agar lebih rapat di layar sedang */
  max-width: 1200px;
  margin-inline: auto;
  justify-items: center;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.85rem;
  width: 100%;
}

.feature-icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(70px, 8vw, 85px);
  height: clamp(70px, 8vw, 85px);
  border: 2px solid var(--orange);
  border-radius: 50%;
  background: transparent;
  color: var(--orange);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.feature-icon-circle svg {
  width: clamp(30px, 3.5vw, 38px);
  height: clamp(30px, 3.5vw, 38px);
  stroke-width: 1.5;
}

.feature-item:hover .feature-icon-circle {
  transform: scale(1.1);
  background-color: var(--orange);
  border-color: var(--orange);
  color: #ffffff;
}

.feature-item span {
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--blue);
  line-height: 1.35;
  max-width: 110px;
}

.quality-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem 1.6rem;
  background: var(--blue);
  padding: 1rem clamp(1.25rem, 6vw, 5rem);
}

.quality-strip p {
  margin: 0;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 850;
}

.order-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2rem, 5vw, 3.5rem);
  padding: clamp(4rem, 8vw, 6rem) clamp(1rem, 4vw, 5rem);
  scroll-margin-top: 5.5rem; /* Menghindari terpotong oleh sticky header saat scroll-to-id */
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.42), transparent 0 17rem),
    linear-gradient(140deg, #ffe95a 0%, var(--gold) 48%, #ffc126 100%);
}

.order-section::before,
.order-section::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.order-section::before {
  z-index: 0;
  top: -8rem;
  left: -8rem;
  width: min(52rem, 55vw);
  height: min(20rem, 24vw);
  border-radius: 0 0 78% 18%;
  background: linear-gradient(135deg, #ec3130 0%, var(--red) 55%, #b51224 100%);
  transform: rotate(-5deg);
}

.order-section::after {
  z-index: 0;
  right: -9rem;
  bottom: -10rem;
  width: min(54rem, 58vw);
  height: min(25rem, 29vw);
  border-radius: 100% 0 0 0;
  background:
    linear-gradient(145deg, rgba(244, 122, 32, 0.95) 0%, rgba(244, 122, 32, 0.95) 58%, rgba(18, 102, 173, 0.92) 58.2% 100%);
  transform: rotate(-4deg);
}

.order-header {
  text-align: center;
  max-width: 720px;
  position: relative;
  z-index: 2;
  /* Navy Blue Glassmorphism Menggunakan Warna Biru Resmi Website */
  background: rgba(18, 102, 173, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  padding: 2.2rem clamp(1.5rem, 5vw, 3.5rem);
  box-shadow: 
    0 20px 40px rgba(18, 102, 173, 0.15),
    inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

.order-header h2 {
  color: #ffffff; /* Putih bersih */
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 3.8vw, 4rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 0.8rem;
}

.order-header .eyebrow {
  color: #ff7657; /* Warna coral/oranye-merah lembut */
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.12em;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}

.order-header p {
  color: #e2e8f0; /* Abu-abu terang */
  font-weight: 500;
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  line-height: 1.6;
}

.order-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
  width: 100%;
  max-width: 1200px; /* Diperlebar agar 3 kartu muat berdampingan dengan lega di desktop */
  position: relative;
  z-index: 2;
}

/* Strip Fitur Pengiriman & Legalitas di Bawah Kartu */
.order-features-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem 2.5rem;
  margin-top: 1rem;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 0.5rem;
}

.order-feature-badge {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #128c7e;
  font-weight: 850;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.order-feature-badge svg {
  stroke: #128c7e;
  flex-shrink: 0;
}

/* Order Cards Styling */
.order-card {
  background: #ffffff;
  border-radius: 24px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.order-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

/* Kustomisasi Icon Kemitraan (Grosir/Reseller) */
.reseller-icon-wrapper {
  background: #e1f5fe;
  color: #0288d1;
}

.reseller-icon-wrapper svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}

/* Reseller Info List & Buttons */
.reseller-info-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: auto;
}

.reseller-wa-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: #128c7e;
  color: white !important;
  border-radius: 12px;
  padding: 0.85rem;
  font-weight: 850;
  text-decoration: none;
  font-size: 0.95rem;
  box-shadow: 0 4px 12px rgba(18, 140, 126, 0.15);
  transition: all 0.25s ease;
}

.reseller-wa-btn:hover {
  background: #0e6f63;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(18, 140, 126, 0.25);
}

.reseller-info-item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding-bottom: 0.75rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
}

.reseller-info-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.info-item-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #f0f4f8;
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.info-item-icon svg {
  flex-shrink: 0;
}

.info-item-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.info-item-text strong {
  font-size: 0.72rem;
  text-transform: uppercase;
  color: var(--muted);
  letter-spacing: 0.03em;
  font-weight: 800;
}

.info-item-text a {
  font-size: 0.9rem;
  color: var(--blue);
  font-weight: 800;
}

.info-item-text p {
  font-size: 0.82rem;
  line-height: 1.4;
  margin: 0;
  color: var(--ink);
  font-weight: 600;
}

.order-card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.8rem;
}

.order-card-header h3 {
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  font-weight: 900;
  color: var(--ink);
  margin: 0;
}

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

.wa-icon-wrapper {
  background: #e8f5e9;
  color: #128c7e;
}

.wa-icon-wrapper svg {
  width: 26px;
  height: 26px;
}

.shopee-logo-wrapper {
  overflow: hidden;
  background: #fff;
  border: 1px solid #f2f2f2;
}

.shopee-logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.order-card-desc {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.5;
}

/* Shopee Links Modern */
.shopee-links-modern {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: auto;
}

.shopee-link-card {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  text-decoration: none;
  background: #fff3ed;
  border: 1px solid #ffdec9;
  border-radius: 16px;
  padding: 1rem;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.shopee-link-card:hover {
  background: #ffede3;
  border-color: #ff914d;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(238, 77, 45, 0.12);
}

.shopee-product-thumb {
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 10px;
  background: #ffffff;
  padding: 4px;
  flex-shrink: 0;
  border: 1px solid rgba(238, 77, 45, 0.08);
}

.shopee-store-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: #ee4d2d;
  color: white !important;
  border-radius: 14px;
  padding: 1rem;
  font-weight: 850;
  text-decoration: none;
  font-size: 0.95rem;
  box-shadow: 0 4px 12px rgba(238, 77, 45, 0.2);
  transition: all 0.25s ease;
  margin-top: 0.5rem;
}

.shopee-store-btn:hover {
  background: #d73a1d;
  transform: translateY(-2.5px);
  box-shadow: 0 8px 20px rgba(238, 77, 45, 0.3);
}

.shopee-store-btn svg {
  fill: currentColor;
  flex-shrink: 0;
}

.shopee-badge {
  display: inline-block;
  background: #ee4d2d;
  color: white;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.shopee-link-content h4 {
  color: #333;
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.shopee-btn-text {
  color: #ee4d2d;
  font-weight: 800;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.order-form {
  display: grid;
  gap: 1.25rem;
  margin-top: auto;
  border: none;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.order-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px dashed rgba(20, 86, 163, 0.12);
}

.order-form label {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.qty-control {
  display: grid;
  grid-template-columns: 2.2rem 3rem 2.2rem;
  gap: 0.25rem;
  align-items: center;
}

.qty-button,
.order-form input,
.order-form select,
.order-form textarea {
  width: 100%;
  border: 1px solid rgba(20, 86, 163, 0.18);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 850;
}

.qty-button {
  cursor: pointer;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: background 0.2s;
}

.qty-button:hover {
  background: #f0f4f8;
  border-color: var(--blue);
}

.order-form input[type="number"] {
  text-align: center;
  height: 2.2rem;
  padding: 0;
}

.order-form textarea {
  padding: 0.85rem;
}

.order-form textarea {
  min-height: 6.2rem;
  resize: vertical;
}

.order-form .button-primary {
  background: #25d366; /* Warna hijau WhatsApp */
  border-color: #25d366;
  color: #ffffff;
}

.order-form .button-primary:hover {
  background: #128c7e; /* Warna hijau gelap WhatsApp untuk efek hover */
  border-color: #128c7e;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  background: #123f78;
  padding: 1.2rem clamp(1.25rem, 6vw, 5rem);
}

.footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.footer p:first-child {
  color: #fff;
  font-weight: 950;
}

@media (max-width: 1080px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }

  .features-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem 1.5rem;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: auto;
    padding: clamp(1.8rem, 5vw, 3rem) clamp(1.25rem, 5vw, 3rem) 0;
  }

  .hero-copy {
    width: min(100%, 650px);
    margin-inline: auto;
    transform: none;
    padding-bottom: 1.5rem;
  }

  .hero-stage {
    width: 100%;
    min-height: 500px;
    order: 2;
  }

  .hero-stage::before {
    inset: 1.5rem -5rem 4rem 20%;
  }

  .hero-pouch {
    left: 50%;
    right: auto;
    top: 52%;
    bottom: auto;
    width: min(86vw, 680px);
    max-height: 390px;
    transform: translate(-50%, -42%) rotate(1deg);
  }

  .hero-jar {
    right: clamp(1rem, 8vw, 5rem);
    bottom: 1rem;
    width: min(27vw, 220px);
  }
}

@media (max-width: 820px) {
  .nav-links {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: auto;
    padding: clamp(1.5rem, 6vw, 2.4rem) clamp(1.25rem, 5vw, 2rem) 0;
    background:
      radial-gradient(circle at 26% 18%, rgba(255, 255, 255, 0.42), transparent 0 14rem),
      linear-gradient(160deg, #ffe95a 0%, var(--gold) 58%, #ffc126 100%);
  }

  .hero::before {
    top: -7.5rem;
    left: -8rem;
    width: 27rem;
    height: 13rem;
  }

  .hero::after {
    left: -12rem;
    bottom: 8.5rem;
    width: 32rem;
    height: 16rem;
  }

  .hero-copy {
    width: 100%;
    transform: none;
    padding-bottom: 1.5rem;
  }

  .main-logo {
    width: clamp(14rem, 50vw, 22rem);
    margin-top: -12%; /* Mengurangi potongan atas di mobile agar tidak ter-clip overflow hero */
    margin-bottom: -10%;
  }

  .hero-stage {
    width: 100%;
    min-height: 430px;
    order: 2;
  }

  .blue-panel {
    right: 1rem;
    bottom: 1.5rem;
    width: 19rem;
    height: 5.8rem;
  }

  .hero-stage::before {
    inset: 2rem -4.5rem 3.5rem 15%;
    width: auto;
    height: auto;
  }

  .hero-stage::after {
    display: none;
  }

  .hero-pouch {
    left: 50%;
    right: auto;
    top: 52%;
    bottom: auto;
    width: min(92vw, 560px);
    max-height: 330px;
    transform: translate(-50%, -42%) rotate(1deg);
  }

  .hero-jar {
    right: 0.8rem;
    bottom: 0.8rem;
    width: min(34vw, 180px);
  }

  .order-section {
    grid-template-columns: 1fr;
  }

  .product-heading {
    margin-bottom: clamp(1rem, 2vw, 2rem);
  }

  .product-grid {
    grid-template-columns: minmax(0, 440px);
    justify-content: center;
    gap: 4rem 0;
  }

  .product-image-container {
    width: 150px;
    height: 150px;
  }

  .product-card {
    padding-top: 120px;
    margin-top: 75px;
  }

  .doing-it-right {
    padding-bottom: clamp(2rem, 3vw, 3rem);
  }
}

@media (max-width: 520px) {
  .site-header {
    min-height: 66px;
  }

  .brand {
    display: grid;
    gap: 0;
  }

  .brand-script {
    font-size: 1.22rem;
  }

  .brand-name,
  .header-cta {
    font-size: 0.7rem;
  }

  .hero h1 {
    font-size: clamp(3.25rem, 17vw, 5rem);
  }

  /* Logo styles inherited */

  .campaign-ticket {
    transform: rotate(-1deg);
  }

  .hero-stage::before {
    inset: 2rem -5rem 3rem 19%;
  }

  .hero-stage {
    min-height: 380px;
  }

  .hero-pouch {
    width: min(94vw, 500px);
    max-height: 300px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .product-card {
    padding-top: 100px;
    padding-inline: 1.25rem;
    margin-top: 65px;
  }

  .product-image-container {
    width: 130px;
    height: 130px;
    border-width: 4px !important;
  }

  .product-heading {
    margin-bottom: clamp(0.5rem, 1vw, 1rem);
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.2rem;
  }
}

/* SEO Utilities */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ==========================================
   MAKLON SECTION (PREMIUM RED & GOLD ACCENTS)
   ========================================== */
.maklon-section {
  background: linear-gradient(135deg, #b51224 0%, var(--red) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: clamp(3.5rem, 7vw, 7.5rem) clamp(1.25rem, 6vw, 5rem);
  scroll-margin-top: 5.5rem;
}

.maklon-container {
  max-width: 1200px;
  margin: 0 auto;
}

.maklon-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(2.5rem, 5vw, 4.5rem);
}

.maklon-section .maklon-header .eyebrow {
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.12em;
}

.maklon-section .maklon-header h2 {
  color: #ffffff;
  font-size: clamp(2rem, 4.2vw, 3.8rem);
  line-height: 1.15;
}

.maklon-section .maklon-header .maklon-subtitle {
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(0.95rem, 1.8vw, 1.125rem);
  line-height: 1.62;
  margin-top: 1.2rem;
}

.maklon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.maklon-card {
  background: var(--surface);
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 24px;
  padding: 2.2rem 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}

.maklon-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.maklon-icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: var(--blue-soft);
  color: var(--blue);
  margin-bottom: 1.5rem;
}

.maklon-icon-box svg {
  width: 26px;
  height: 26px;
}

.maklon-card h3 {
  font-family: "Aptos", "Inter", "Segoe UI", sans-serif;
  font-size: 1.22rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
  color: var(--blue);
}

.maklon-card p {
  color: #444444;
  font-size: 0.94rem;
  line-height: 1.55;
  margin-bottom: 0;
}

.maklon-cta-wrapper {
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
  text-align: center;
}

.maklon-cta-btn {
  background: var(--blue);
  box-shadow: 0 14px 28px rgba(18, 102, 173, 0.25);
  min-height: 3.25rem;
  padding-inline: 2.5rem;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.maklon-cta-btn:hover {
  background: var(--blue-bright);
  transform: scale(1.02);
  color: #ffffff;
}

.maklon-cta-btn svg {
  stroke: #ffffff;
  fill: none;
}

@media (max-width: 768px) {
  .maklon-section {
    padding-block: clamp(2.5rem, 5vw, 4rem);
  }
  
  .maklon-header h2 {
    font-size: clamp(1.8rem, 5vw, 2.2rem);
    line-height: 1.2;
  }
  
  .maklon-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  
  .maklon-card {
    padding: 1.8rem 1.5rem;
  }
}

@media (max-width: 520px) {
  .maklon-cta-btn {
    width: 100%;
    padding-inline: 1rem;
  }
}

