.hero { position: relative; overflow: hidden; }
.hero-slide { display: none; min-height: 540px; align-items: center; padding: 50px 0 64px; position: relative; }
.hero-slide.active { display: flex; }
.hero-slide[data-slide="1"] { background: linear-gradient(120deg, #06231d 0%, #076653 60%, #0c342c 100%); }
.hero-slide[data-slide="2"] { background: linear-gradient(120deg, #0c342c 0%, #076653 55%, #3c4c00 100%); }
.hero-slide[data-slide="3"] { background: linear-gradient(120deg, #fffdee 0%, #e2fbce 55%, #e3ef26 100%); }
.hero-slide .inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 50px; }
.hero-text .eyebrow-badge { display: inline-flex; align-items: center; background: rgba(255,255,255,.12); color: #fff; padding: 7px 13px; border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.hero-slide[data-slide="3"] .eyebrow-badge { background: rgba(7,102,83,.10); color: var(--primary-dark); }
.hero-text h1 { color: #fff; font-size: clamp(31px, 4.2vw, 54px); margin: 17px 0 15px; max-width: 760px; }
.hero-text h1 span { color: var(--accent); }
.hero-slide[data-slide="3"] h1 { color: var(--primary-dark); }
.hero-slide[data-slide="3"] h1 span { color: var(--primary); }
.hero-text p { color: rgba(255,255,255,.80); max-width: 650px; font-size: 14.5px; }
.hero-slide[data-slide="3"] p { color: #4d6159; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.hero-visual { min-height: 330px; border-radius: 34px; border: 1px solid rgba(255,255,255,.12); background: radial-gradient(circle at center, rgba(227,239,38,.24), transparent 44%), rgba(255,255,255,.04); display: grid; place-items: center; position: relative; overflow: hidden; }
.hero-slide[data-slide="3"] .hero-visual { border-color: rgba(7,102,83,.12); background: radial-gradient(circle at center, rgba(227,239,38,.55), transparent 45%), rgba(255,255,255,.35); }
.hero-dotgrid { width: 230px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; transform: rotate(-10deg); }
.hero-dotgrid span { width: 14px; height: 14px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 22px rgba(227,239,38,.48); }
.hero-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.20); border-radius: 50%; background: rgba(0,0,0,.12); color: #fff; font-size: 28px; cursor: pointer; z-index: 4; }
.hero-arrow.prev { left: 20px; }
.hero-arrow.next { right: 20px; }
.hero-nav { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; gap: 7px; z-index: 4; }
.hero-nav button { width: 8px; height: 8px; border: 0; border-radius: 50%; background: rgba(255,255,255,.38); cursor: pointer; }
.hero-nav button.active { width: 23px; border-radius: 99px; background: var(--accent); }

/* Comparison immediately after hero */
.brand-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.brand-card { border-radius: var(--radius-lg); overflow: hidden; position: relative; box-shadow: var(--shadow-sm); }
.brand-card.interone { background: var(--primary-dark); color: #fff; }
.brand-card.yh { background: #fff; border: 1px solid var(--border); color: var(--primary-dark); }
.brand-image { aspect-ratio: 16 / 8; overflow: hidden; background: #fffdee; }
.brand-image img { width: 100%; height: 100%; object-fit: cover; }
.brand-content { padding: 28px 28px 30px; }
.brand-card .brand-tag { display: inline-block; font-size: 10.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; margin-bottom: 13px; }
.brand-card.interone .brand-tag { background: rgba(227,239,38,.15); color: var(--accent); }
.brand-card.yh .brand-tag { background: var(--accent); color: var(--primary-dark); }
.brand-card h3 { font-size: 25px; margin-bottom: 8px; }
.brand-card.interone h3 { color: #fff; }
.brand-card p.desc { font-size: 13px; opacity: .82; margin-bottom: 18px; }
.brand-card ul { display: flex; flex-direction: column; gap: 8px; margin-bottom: 22px; }
.brand-card li { display: flex; align-items: flex-start; gap: 9px; font-size: 12.5px; }
.brand-card li::before { content: "✓"; color: var(--accent); font-weight: 900; }
.brand-card.yh li::before { color: var(--primary); }

.kategori-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.kategori-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-md); padding: 23px 20px; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.kategori-card:hover { border-color: var(--accent); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.kategori-card .category-icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(135deg, var(--surface-soft), #fff); color: var(--primary); margin-bottom: 15px; font-weight: 900; }
.kategori-card h3 { font-size: 15px; margin-bottom: 6px; }
.kategori-card p { font-size: 12.5px; color: var(--text-muted); }

@media (max-width: 860px) {
  .hero-slide { min-height: 520px; }
  .hero-slide .inner { grid-template-columns: 1fr; text-align: center; }
  .hero-text p, .hero-text h1 { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { min-height: 200px; }
  .hero-dotgrid { transform: scale(.75) rotate(-10deg); }
  .brand-compare { grid-template-columns: 1fr; }
  .kategori-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .hero-slide { min-height: 560px; padding: 38px 0 55px; }
  .hero-slide .inner { gap: 20px; }
  .hero-text h1 { font-size: 30px; }
  .hero-text p { font-size: 13px; }
  .hero-visual { min-height: 140px; border-radius: 22px; }
  .hero-dotgrid { width: 190px; gap: 15px; }
  .hero-dotgrid span { width: 10px; height: 10px; }
  .hero-arrow { width: 34px; height: 34px; font-size: 22px; }
  .hero-arrow.prev { left: 9px; }
  .hero-arrow.next { right: 9px; }
  .kategori-grid { grid-template-columns: 1fr; }
  .brand-content { padding: 22px; }
}
