/* ============================================================
   WarPrint — Stylesheet v3
   ============================================================ */

:root {
  --white: #ffffff;
  --bg: #f8fafc;
  --bg2: #f1f5f9;
  --border: #e2e8f0;
  --border-hover: #cbd5e1;
  --text: #0f172a;
  --muted: #64748b;
  --green: #16a34a;
  --green-light: #dcfce7;
  --green-dark: #15803d;
  --radius-sm: 8px;
  --radius: 12px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
  --shadow: 0 4px 16px rgba(0,0,0,.08), 0 1px 4px rgba(0,0,0,.04);
  --shadow-lg: 0 12px 40px rgba(0,0,0,.10), 0 4px 12px rgba(0,0,0,.06);
  --nav-h: 64px;
  --transition: 0.18s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; height: auto; display: block; }
button { cursor: pointer; font-family: inherit; }
ul { list-style: none; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

/* ============================================================ NAVBAR */
.nav {
  position: sticky; top: 0; z-index: 100;
  height: var(--nav-h);
  background: #0f172a;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 16px; }
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo { width: 40px; height: 40px; border-radius: var(--radius-sm); overflow: hidden; flex-shrink: 0; }
.logo img { width: 100%; height: 100%; object-fit: contain; }
.brand-text strong { display: block; font-size: 16px; font-weight: 800; letter-spacing: -0.3px; color: white; line-height: 1.2; }
.brand-text small { display: block; font-size: 11px; color: rgba(255,255,255,0.5); font-weight: 500; line-height: 1; }
.nav-links { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav-links a { font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.7); padding: 6px 12px; border-radius: var(--radius-sm); transition: color var(--transition), background var(--transition); }
.nav-links a:hover, .nav-links a.active { color: white; background: rgba(255,255,255,0.08); }
.nav-cta { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-hamburger { display: none; flex-direction: column; justify-content: center; align-items: center; width: 36px; height: 36px; gap: 5px; background: none; border: 1px solid rgba(255,255,255,0.2); border-radius: var(--radius-sm); padding: 0; }
.nav-hamburger span { display: block; width: 18px; height: 2px; background: white; border-radius: 2px; }
.mobile-nav { display: none; position: fixed; inset: 0; top: var(--nav-h); background: #0f172a; z-index: 99; padding: 24px; flex-direction: column; gap: 8px; border-top: 1px solid rgba(255,255,255,0.08); }
.mobile-nav.open { display: flex; }
.mobile-nav a { font-size: 17px; font-weight: 600; color: rgba(255,255,255,0.85); padding: 14px 16px; border-radius: var(--radius); border: 1px solid rgba(255,255,255,0.1); transition: background var(--transition); }
.mobile-nav a:hover { background: rgba(255,255,255,0.07); color: white; }
.mobile-nav .btn-wa { margin-top: 8px; background: var(--green); color: white; border-color: var(--green); text-align: center; }

/* ============================================================ BUTTONS */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 7px; font-size: 14px; font-weight: 600; padding: 9px 18px; border-radius: var(--radius); border: 1px solid var(--border); background: var(--white); color: var(--text); transition: all var(--transition); white-space: nowrap; line-height: 1; cursor: pointer; box-shadow: var(--shadow-sm); }
.btn:hover { border-color: var(--border-hover); background: var(--bg); transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-primary { background: var(--green); color: white; border-color: var(--green); box-shadow: 0 2px 8px rgba(22,163,74,.25); }
.btn-primary:hover { background: var(--green-dark); border-color: var(--green-dark); box-shadow: 0 4px 16px rgba(22,163,74,.3); transform: translateY(-1px); }
.btn-lg { font-size: 15px; padding: 12px 24px; }
.btn-sm { font-size: 13px; padding: 7px 14px; border-radius: var(--radius-sm); }
.wa-icon { display: inline-flex; align-items: center; flex-shrink: 0; }
.wa-icon svg { width: 16px; height: 16px; }

/* ============================================================ HERO — DARK */
.hero {
  padding: 80px 0 64px;
  background: linear-gradient(135deg, #0f172a 0%, #1a2744 45%, #0d2918 100%);
  border-bottom: none;
}
.hero-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 56px; align-items: center; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: #4ade80; background: rgba(74,222,128,0.12); padding: 5px 12px; border-radius: 999px; margin-bottom: 20px; border: 1px solid rgba(74,222,128,0.25); }
.hero-eyebrow::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #4ade80; flex-shrink: 0; }
.hero h1 { font-size: 44px; font-weight: 800; line-height: 1.1; letter-spacing: -1px; color: white; margin-bottom: 16px; }
.hero h1 span { color: #4ade80; }
.hero-lead { font-size: 16px; line-height: 1.7; color: rgba(255,255,255,0.65); max-width: 48ch; margin-bottom: 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 36px; }
/* Hero secondary button on dark bg */
.hero-actions .btn:not(.btn-primary) { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.2); color: white; }
.hero-actions .btn:not(.btn-primary):hover { background: rgba(255,255,255,0.14); }

/* KPI stats */
.hero-stats { display: flex; gap: 24px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.12); flex-wrap: wrap; }
.hero-stat { display: flex; flex-direction: column; gap: 3px; }
.hero-stat strong { font-size: 26px; font-weight: 900; color: white; letter-spacing: -0.8px; line-height: 1; }
.hero-stat .stat-label { font-size: 12px; color: rgba(255,255,255,0.55); font-weight: 500; line-height: 1.3; }
.hero-stat .stat-sub { font-size: 11px; color: #4ade80; font-weight: 600; }

/* Hero image side */
.hero-visual { position: relative; }
.hero-img-wrap { border-radius: var(--radius-xl); overflow: hidden; background: transparent; border: none; box-shadow: none; }
.hero-img-wrap img { width: 100%; height: auto; object-fit: contain; transform: scale(1.1); }
.hero-badge { position: absolute; bottom: -16px; left: -16px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 12px 16px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 10px; min-width: 180px; }
.hero-badge-icon { width: 36px; height: 36px; border-radius: var(--radius-sm); background: var(--green-light); display: grid; place-items: center; font-size: 18px; flex-shrink: 0; }
.hero-badge strong { display: block; font-size: 13px; font-weight: 700; color: var(--text); }
.hero-badge span { display: block; font-size: 12px; color: var(--muted); }

/* ============================================================ PAGE HERO (inner pages) */
.page-hero { padding: 52px 0 40px; background: linear-gradient(135deg, #0f172a 0%, #1a2744 100%); border-bottom: none; text-align: center; }
.page-hero .hero-eyebrow { margin-bottom: 16px; }
.page-hero h1 { font-size: 36px; font-weight: 800; letter-spacing: -0.7px; color: white; margin-bottom: 12px; }
.page-hero p { font-size: 16px; color: rgba(255,255,255,0.6); max-width: 52ch; margin: 0 auto; line-height: 1.7; }

/* ============================================================ SECTIONS */
section { padding: 72px 0; }
section + section { padding-top: 0; }
.section-label { font-size: 12px; font-weight: 700; color: var(--green); text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 8px; }
.section-title { font-size: 28px; font-weight: 800; letter-spacing: -0.6px; color: var(--text); margin-bottom: 10px; }
.section-desc { font-size: 15px; color: var(--muted); line-height: 1.7; max-width: 52ch; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 32px; }

/* ============================================================ PRODUCT GRID */
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: all var(--transition); display: flex; flex-direction: column; cursor: pointer; }
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: var(--border-hover); }
.product-img { width: 100%; height: 200px; overflow: hidden; background: var(--bg2); flex-shrink: 0; }
.product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.product-card:hover .product-img img { transform: scale(1.04); }
.product-body { padding: 16px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.product-name { font-size: 15px; font-weight: 700; color: var(--text); letter-spacing: -0.2px; }
.product-price { font-size: 13px; font-weight: 600; color: var(--muted); }
.product-actions { display: flex; gap: 8px; margin-top: auto; }
.product-actions .btn { flex: 1; justify-content: center; }

/* ============================================================ VIDEO */
.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.video-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.video-wrap { aspect-ratio: 16/9; background: #000; overflow: hidden; position: relative; }
.video-wrap video { width: 100%; height: 100%; object-fit: contain; display: block; }
.video-body { padding: 16px 18px; border-top: 1px solid var(--border); }
.video-body strong { display: block; font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.video-body p { font-size: 13px; color: var(--muted); }

/* ============================================================ CTA BLOCK */
.cta-block { background: linear-gradient(135deg, #f0fdf4, #dcfce7); border: 1px solid #bbf7d0; border-radius: var(--radius-xl); padding: 40px 48px; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-block .section-title { margin-bottom: 6px; font-size: 24px; }
.cta-block .section-desc { max-width: 44ch; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* CTA full — cara pesan + action */
.cta-block--full { flex-direction: column; align-items: stretch; gap: 36px; padding: 48px; }
.cta-block-head { text-align: center; }
.cta-block-head .section-title { font-size: 26px; }
.cta-block-head .section-desc { margin: 0 auto; }
.cta-steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: start; gap: 0; border-top: 1px solid #bbf7d0; border-bottom: 1px solid #bbf7d0; padding: 32px 0; }
.cta-step { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; padding: 0 20px; }
.cta-step .step-num { width: 40px; height: 40px; border-radius: var(--radius-sm); background: var(--green); color: white; font-size: 18px; font-weight: 800; display: grid; place-items: center; flex-shrink: 0; }
.cta-step h3 { font-size: 15px; font-weight: 700; color: var(--text); margin: 0; }
.cta-step p { font-size: 13px; color: var(--muted); line-height: 1.65; margin: 0; }
.cta-step-arrow { display: flex; align-items: center; justify-content: center; font-size: 20px; color: var(--green); font-weight: 700; padding: 0 4px; padding-top: 8px; }
.cta-block-action { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; gap: 12px; }
.btn-facebook { background: #1877F2; color: white; border-color: #1877F2; box-shadow: 0 2px 8px rgba(24,119,242,.25); display: inline-flex; align-items: center; gap: 8px; }
.btn-facebook:hover { background: #1464CC; border-color: #1464CC; box-shadow: 0 4px 16px rgba(24,119,242,.3); transform: translateY(-1px); color: white; }
.cta-note { font-size: 13px; color: var(--muted); font-weight: 500; width: 100%; }

/* ============================================================ STEPS */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px 24px; box-shadow: var(--shadow-sm); position: relative; }
.step-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--green); border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
.step-num { width: 40px; height: 40px; border-radius: var(--radius-sm); background: var(--green-light); color: var(--green); font-size: 18px; font-weight: 800; display: grid; place-items: center; margin-bottom: 16px; }
.step-card h3 { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.step-card p { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* ============================================================ TESTIMONIALS */
.testi-summary { display: flex; gap: 28px; align-items: center; background: var(--green-light); border: 1px solid #bbf7d0; border-radius: var(--radius-lg); padding: 20px 28px; margin-bottom: 32px; flex-wrap: wrap; }
.testi-sum-item { display: flex; flex-direction: column; gap: 2px; }
.testi-sum-item strong { font-size: 22px; font-weight: 900; color: var(--text); letter-spacing: -0.5px; }
.testi-sum-item span { font-size: 12px; color: var(--muted); font-weight: 500; }
.testi-sum-divider { width: 1px; height: 36px; background: #bbf7d0; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testi-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow-sm); }
.testi-stars { display: flex; gap: 2px; margin-bottom: 14px; color: #f59e0b; font-size: 16px; letter-spacing: 2px; }
.testi-quote { font-size: 14px; line-height: 1.7; color: var(--text); font-weight: 500; margin-bottom: 18px; font-style: italic; }
.testi-person { display: flex; align-items: center; gap: 10px; padding-top: 14px; border-top: 1px solid var(--border); }
.testi-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--green-light); display: grid; place-items: center; font-size: 14px; font-weight: 800; color: var(--green); flex-shrink: 0; }
.testi-person strong { display: block; font-size: 13px; font-weight: 700; color: var(--text); }
.testi-person span { display: block; font-size: 12px; color: var(--muted); }

/* Testimonial metrics bar */
.testi-metrics-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 40px; }
.testi-metric-card { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 28px 20px; background: linear-gradient(135deg, rgba(74,222,128,0.06) 0%, rgba(74,222,128,0.02) 100%); border-radius: var(--radius-xl); border: 1px solid rgba(74,222,128,0.15); transition: transform 0.2s, box-shadow 0.2s; }
.testi-metric-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(74,222,128,0.1); }
.testi-metric-icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(74,222,128,0.12); display: grid; place-items: center; margin-bottom: 16px; color: #4ade80; }
.testi-metric-card strong { font-size: 28px; font-weight: 900; color: var(--text); letter-spacing: -0.5px; line-height: 1; margin-bottom: 4px; }
.testi-metric-card span { font-size: 13px; color: var(--muted); font-weight: 500; margin-bottom: 14px; }
.testi-metric-bar { width: 100%; height: 4px; background: rgba(74,222,128,0.1); border-radius: 4px; overflow: hidden; }
.testi-metric-bar-fill { height: 100%; background: linear-gradient(90deg, #4ade80, #22c55e); border-radius: 4px; transition: width 0.8s ease; }

/* Testimonial slider */
.testi-slider { position: relative; overflow: hidden; padding: 4px 0; }
.testi-slider-track { display: flex; transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
.testi-slide { flex: 0 0 calc(100% / 3); padding: 0 10px; box-sizing: border-box; display: flex; }
.testi-slide .testi-card { height: auto; display: flex; flex-direction: column; flex: 1; }
.testi-slide .testi-quote { flex: 1; }
.testi-slider-dots { display: flex; justify-content: center; gap: 8px; margin-top: 24px; }
.testi-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--border); border: none; cursor: pointer; transition: all var(--transition); padding: 0; }
.testi-dot.active { background: var(--green); transform: scale(1.2); }

/* Featured testimonial grid */
.testi-grid--featured { grid-template-columns: 1.4fr 1fr; grid-template-rows: 1fr 1fr; }
.testi-card--featured { grid-row: 1 / -1; display: flex; flex-direction: column; justify-content: center; padding: 32px; background: linear-gradient(135deg, #0f172a, #1e293b); border-color: rgba(255,255,255,0.1); box-shadow: var(--shadow-lg); }
.testi-card--featured .testi-stars { color: #fbbf24; }
.testi-card--featured .testi-quote { color: rgba(255,255,255,0.9); font-size: 16px; line-height: 1.8; }
.testi-card--featured .testi-person strong { color: white; }
.testi-card--featured .testi-person span { color: rgba(255,255,255,0.6); }
.testi-card--featured .testi-avatar { background: rgba(22,163,74,0.2); color: #4ade80; }
.testi-card--featured .testi-person { border-top-color: rgba(255,255,255,0.1); }
.testi-card--featured .testi-product-tag { background: rgba(74,222,128,0.15); color: #4ade80; }

/* Product type tag */
.testi-product-tag { display: inline-flex; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--green); background: var(--green-light); padding: 4px 10px; border-radius: 999px; margin-bottom: 12px; width: fit-content; }

/* Testimonial summary bar (dedicated page) */
.testi-summary-bar { display: flex; gap: 28px; align-items: center; background: var(--green-light); border: 1px solid #bbf7d0; border-radius: var(--radius-lg); padding: 24px 32px; margin-bottom: 32px; flex-wrap: wrap; }
.testi-summary-item { display: flex; flex-direction: column; gap: 2px; }
.testi-summary-item strong { font-size: 26px; font-weight: 900; color: var(--text); letter-spacing: -0.5px; }
.testi-summary-item span { font-size: 12px; color: var(--muted); font-weight: 500; }
.testi-summary-sep { width: 1px; height: 40px; background: #bbf7d0; }

/* Testimonial filter tabs */
.testi-filter-tabs { display: flex; gap: 8px; margin-bottom: 28px; flex-wrap: wrap; }
.testi-filter { font-size: 13px; font-weight: 600; padding: 8px 16px; border-radius: 999px; border: 1px solid var(--border); background: var(--white); color: var(--muted); cursor: pointer; transition: all var(--transition); }
.testi-filter:hover { border-color: var(--border-hover); color: var(--text); }
.testi-filter.active { background: var(--green); color: white; border-color: var(--green); box-shadow: 0 2px 8px rgba(22,163,74,.2); }
.testi-card[hidden] { display: none; }

/* Testimonial page grid */
.testi-grid--page { grid-template-columns: repeat(2, 1fr); }
.testi-grid--page .testi-card--featured { grid-column: 1 / -1; }

/* ============================================================ ARTICLES */
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.article-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: all var(--transition); display: flex; flex-direction: column; }
.article-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: var(--border-hover); }
.article-cover { width: 100%; height: 190px; overflow: hidden; background: var(--bg2); flex-shrink: 0; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.article-card:hover .article-cover img { transform: scale(1.04); }
.article-content { padding: 20px; display: flex; flex-direction: column; flex: 1; gap: 8px; }
.article-tag { display: inline-flex; align-items: center; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--green); background: var(--green-light); padding: 4px 10px; border-radius: 999px; width: fit-content; }
.article-content h3 { font-size: 16px; font-weight: 700; color: var(--text); letter-spacing: -0.3px; line-height: 1.4; }
.article-content p { font-size: 14px; color: var(--muted); line-height: 1.65; flex: 1; }
.article-read-more { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: var(--green); margin-top: 4px; transition: gap var(--transition); }
.article-card:hover .article-read-more { gap: 10px; }

/* Article detail page */
.article-detail-hero { padding: 56px 0 48px; background: linear-gradient(135deg, #0f172a 0%, #1a2744 100%); }
.article-detail-hero .article-tag { margin-bottom: 16px; background: rgba(74,222,128,0.15); color: #4ade80; border: 1px solid rgba(74,222,128,0.3); }
.article-detail-hero h1 { font-size: 36px; font-weight: 800; letter-spacing: -0.7px; color: white; line-height: 1.2; margin-bottom: 16px; max-width: 20ch; }
.article-detail-hero p { font-size: 16px; color: rgba(255,255,255,0.65); max-width: 56ch; line-height: 1.7; }
.article-body { max-width: 720px; margin: 0 auto; padding: 48px 24px 72px; }
.article-body h2 { font-size: 22px; font-weight: 700; color: var(--text); margin: 32px 0 12px; letter-spacing: -0.4px; }
.article-body h3 { font-size: 18px; font-weight: 700; color: var(--text); margin: 24px 0 10px; }
.article-body p { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 16px; }
.article-body ul { list-style: disc; padding-left: 20px; margin-bottom: 16px; }
.article-body li { font-size: 15px; color: var(--muted); line-height: 1.7; margin-bottom: 6px; }
.article-body strong { color: var(--text); }
.article-cover-full { width: 100%; aspect-ratio: 16/7; object-fit: cover; border-radius: var(--radius-lg); margin-bottom: 36px; }
.article-back { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--muted); padding: 8px 0; margin-bottom: 8px; }
.article-back:hover { color: var(--text); }

/* ============================================================ KONTAK */
.kontak-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.kontak-info { display: flex; flex-direction: column; gap: 16px; }
.info-item { display: flex; align-items: flex-start; gap: 14px; padding: 18px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.info-icon { width: 40px; height: 40px; border-radius: var(--radius-sm); background: var(--green-light); display: grid; place-items: center; font-size: 18px; flex-shrink: 0; }
.info-label { font-size: 12px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 3px; }
.info-value { font-size: 15px; font-weight: 600; color: var(--text); }
.info-value a { color: var(--green); }
.info-value a:hover { text-decoration: underline; }
.map-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.map-placeholder { height: 220px; background: linear-gradient(135deg, #f0fdf4, #dcfce7); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: var(--green); font-size: 36px; }
.map-placeholder p { font-size: 14px; font-weight: 600; color: var(--muted); }
.map-body { padding: 18px; border-top: 1px solid var(--border); }
.map-body h4 { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.map-body p { font-size: 13px; color: var(--muted); line-height: 1.5; margin-bottom: 14px; }
.map-actions { display: flex; gap: 8px; flex-wrap: wrap; }

/* ============================================================ PRODUCT DETAIL */
.detail-gallery { display: flex; flex-direction: column; gap: 12px; }
.detail-main-img { border-radius: var(--radius-xl); overflow: hidden; aspect-ratio: 1; background: var(--bg2); border: 1px solid var(--border); }
.detail-main-img img { width: 100%; height: 100%; object-fit: cover; }
.detail-thumbs { display: flex; gap: 8px; }
.detail-thumb { width: 64px; height: 64px; border-radius: var(--radius-sm); overflow: hidden; border: 2px solid transparent; cursor: pointer; background: var(--bg2); flex-shrink: 0; transition: border-color var(--transition); }
.detail-thumb img { width: 100%; height: 100%; object-fit: cover; }
.detail-thumb.active, .detail-thumb:hover { border-color: var(--green); }
.detail-info { display: flex; flex-direction: column; gap: 20px; }
.detail-category { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.6px; color: var(--green); }
.detail-title { font-size: 30px; font-weight: 800; letter-spacing: -0.6px; color: var(--text); line-height: 1.15; }
.detail-tagline { font-size: 15px; color: var(--muted); line-height: 1.7; margin-top: -8px; }
.detail-price-box { padding: 16px 20px; background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: var(--radius); }
.detail-price-main { font-size: 22px; font-weight: 800; color: var(--green); letter-spacing: -0.5px; display: block; }
.detail-price-note { font-size: 12px; color: var(--muted); margin-top: 4px; }
.detail-option-group { display: flex; flex-direction: column; gap: 8px; }
.detail-option-label { font-size: 13px; font-weight: 700; color: var(--text); }
.detail-option-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.detail-pill { padding: 7px 14px; border: 1px solid var(--border); border-radius: var(--radius-sm); font-size: 13px; font-weight: 600; color: var(--text); background: var(--white); cursor: pointer; transition: all var(--transition); user-select: none; }
.detail-pill:hover, .detail-pill.selected { border-color: var(--green); background: var(--green-light); color: var(--green); }
.detail-spec-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.detail-spec-table tr { border-bottom: 1px solid var(--border); }
.detail-spec-table tr:last-child { border-bottom: none; }
.detail-spec-table td { padding: 10px 0; vertical-align: top; }
.detail-spec-table td:first-child { width: 38%; color: var(--muted); font-weight: 600; padding-right: 12px; }
.detail-cta-bar { display: flex; gap: 12px; padding-top: 4px; }
.detail-cta-bar .btn { flex: 1; justify-content: center; }
.detail-trust { display: flex; gap: 16px; padding-top: 16px; border-top: 1px solid var(--border); flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; color: var(--muted); }
.detail-tabs { margin-top: 56px; }
.tab-nav { display: flex; border-bottom: 2px solid var(--border); margin-bottom: 32px; }
.tab-btn { padding: 12px 24px; font-size: 14px; font-weight: 600; color: var(--muted); background: none; border: none; border-bottom: 2px solid transparent; margin-bottom: -2px; cursor: pointer; transition: all var(--transition); }
.tab-btn:hover { color: var(--text); }
.tab-btn.active { color: var(--green); border-bottom-color: var(--green); }
.tab-panel { display: none; }
.tab-panel.active { display: block; }
.desc-content { font-size: 15px; color: var(--muted); line-height: 1.8; max-width: 72ch; }
.desc-content p { margin-bottom: 14px; }
.desc-content ul { list-style: disc; padding-left: 20px; margin-bottom: 14px; }
.desc-content li { margin-bottom: 6px; }
.desc-content strong { color: var(--text); }
.spec-detail-table { width: 100%; border-collapse: collapse; font-size: 14px; max-width: 640px; }
.spec-detail-table th { text-align: left; padding: 12px 16px; background: var(--bg); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--muted); border: 1px solid var(--border); }
.spec-detail-table td { padding: 12px 16px; border: 1px solid var(--border); color: var(--text); font-weight: 500; vertical-align: top; }
.spec-detail-table tr:nth-child(even) td { background: var(--bg); }
.related-section { margin-top: 72px; padding-top: 48px; border-top: 1px solid var(--border); }

/* ============================================================ FOOTER */
footer { background: #0f172a; color: rgba(255,255,255,0.6); padding: 52px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 36px; margin-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-visitor-col .footer-visitor { margin-top: 0; }
.footer-brand-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-logo-img { width: 36px; height: 36px; border-radius: var(--radius-sm); overflow: hidden; flex-shrink: 0; background: rgba(255,255,255,0.08); }
.footer-logo-img img { width: 100%; height: 100%; object-fit: contain; }
.footer-brand-logo strong { font-size: 17px; font-weight: 800; color: white; letter-spacing: -0.3px; }
.footer-brand p { font-size: 14px; line-height: 1.7; max-width: 30ch; margin-bottom: 14px; }
.footer-address { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.footer-address span:first-child { flex-shrink: 0; margin-top: 1px; }
.footer-wa { display: inline-flex; align-items: center; gap: 8px; color: #4ade80; font-size: 13px; font-weight: 600; border: 1px solid rgba(74,222,128,0.3); padding: 8px 14px; border-radius: var(--radius); transition: all var(--transition); }
.footer-wa:hover { background: rgba(74,222,128,0.1); border-color: rgba(74,222,128,0.5); }
.footer-wa svg { width: 14px; height: 14px; }
.footer-col h4 { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; color: rgba(255,255,255,0.35); margin-bottom: 16px; }
.footer-col a { display: block; font-size: 14px; color: rgba(255,255,255,0.6); margin-bottom: 10px; transition: color var(--transition); font-weight: 500; }
.footer-col a:hover { color: white; }
.footer-col li { font-size: 14px; color: rgba(255,255,255,0.6); margin-bottom: 10px; font-weight: 500; }
.footer-col .btn-map { display: inline-flex; align-items: center; gap: 6px; margin-top: 8px; font-size: 13px; font-weight: 600; color: #4ade80; border: 1px solid rgba(74,222,128,0.3); padding: 6px 12px; border-radius: var(--radius-sm); transition: all var(--transition); }
.footer-col .btn-map:hover { background: rgba(74,222,128,0.1); border-color: rgba(74,222,128,0.5); }
.footer-compact { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding-bottom: 24px; margin-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-brand-min { display: flex; align-items: center; }
.footer-contact-row { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.footer-contact-row a, .footer-contact-row span { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: rgba(255,255,255,0.6); font-weight: 500; transition: color var(--transition); }
.footer-contact-row a:hover { color: #4ade80; }
.footer-contact-row svg { flex-shrink: 0; }
.footer-bottom { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.footer-bottom p { font-size: 13px; }

/* ============================================================ FLOATING WA */
.float-wa { position: fixed; bottom: 24px; right: 24px; z-index: 200; width: 52px; height: 52px; border-radius: 50%; background: #25d366; color: white; display: grid; place-items: center; box-shadow: 0 4px 20px rgba(37,211,102,.4); transition: all 0.2s ease; border: none; cursor: pointer; }
.float-wa:hover { transform: scale(1.08); box-shadow: 0 8px 28px rgba(37,211,102,.5); }
.float-wa svg { width: 26px; height: 26px; }

/* ============================================================ CARA PESAN STEP ICON */
.step-icon-wrap { width: 44px; height: 44px; border-radius: var(--radius); background: var(--green-light); display: grid; place-items: center; margin-bottom: 16px; }
.step-icon-wrap svg { width: 22px; height: 22px; color: var(--green); }

/* ============================================================ FAQ */
.faq-list { display: flex; flex-direction: column; gap: 0; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); background: var(--white); }
.faq-item:last-child { border-bottom: none; }
.faq-trigger { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; background: none; border: none; font-size: 15px; font-weight: 600; color: var(--text); text-align: left; transition: background var(--transition), color var(--transition); }
.faq-item.open .faq-trigger { color: var(--green); background: #f0fdf4; }
.faq-arrow-btn { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; border: none; background: none; cursor: pointer; transition: background var(--transition); flex-shrink: 0; }
.faq-arrow-btn:hover { background: var(--green-light); }
.faq-arrow-btn:hover .faq-icon { color: var(--green); }
.faq-icon { width: 20px; height: 20px; flex-shrink: 0; color: var(--muted); transition: transform 0.25s ease, color 0.18s ease; }
.faq-item.open .faq-icon { transform: rotate(180deg); color: var(--green); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.28s ease; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-answer > p { overflow: hidden; font-size: 14px; color: var(--muted); line-height: 1.75; padding: 0 24px; min-height: 0; }
.faq-item.open .faq-answer > p { padding: 0 24px 20px; }

/* FAQ Tabs */
.faq-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 28px; flex-wrap: wrap; }
.faq-tab { font-size: 13px; font-weight: 600; padding: 8px 16px; border-radius: 999px; border: 1px solid var(--border); background: var(--white); color: var(--muted); cursor: pointer; transition: all var(--transition); }
.faq-tab:hover { border-color: var(--border-hover); color: var(--text); }
.faq-tab.active { background: var(--green); color: white; border-color: var(--green); box-shadow: 0 2px 8px rgba(22,163,74,.2); }

/* FAQ question with icon */
.faq-q { display: flex; align-items: center; gap: 10px; }
.faq-cat-icon { width: 20px; height: 20px; flex-shrink: 0; color: var(--green); opacity: 0.7; }
.faq-item.open .faq-cat-icon { opacity: 1; }
.faq-item[hidden] { display: none; }

/* FAQ CTA */
.faq-cta { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 32px; padding: 24px 32px; background: linear-gradient(135deg, #f0fdf4, #dcfce7); border: 1px solid #bbf7d0; border-radius: var(--radius-lg); }
.faq-cta p { font-size: 15px; font-weight: 600; color: var(--text); }

/* ============================================================ DETAIL LAYOUT */
.detail-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }

/* ============================================================ ARTICLE DETAIL (inner pages) */
.article-hero { padding: 52px 0 40px; background: linear-gradient(135deg, #0f172a 0%, #1a2744 100%); }
.article-hero .hero-eyebrow { margin-bottom: 16px; }
.article-hero h1 { font-size: 36px; font-weight: 800; letter-spacing: -0.7px; color: white; margin-bottom: 12px; }
.article-hero p { font-size: 16px; color: rgba(255,255,255,0.6); max-width: 52ch; margin: 0 auto; line-height: 1.7; }
div.article-cover-full { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 24px; }
div.article-cover-full img { width: 100%; aspect-ratio: 16/7; object-fit: cover; border-radius: var(--radius-lg); margin-top: -20px; }
.article-body-section { padding: 48px 0 72px; }
.article-body-content { max-width: 720px; margin: 0 auto; }
.article-body-content h2 { font-size: 22px; font-weight: 700; color: var(--text); margin: 32px 0 12px; letter-spacing: -0.4px; }
.article-body-content h3 { font-size: 18px; font-weight: 700; color: var(--text); margin: 24px 0 10px; }
.article-body-content p { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 16px; }
.article-body-content ul { list-style: disc; padding-left: 20px; margin-bottom: 16px; }
.article-body-content li { font-size: 15px; color: var(--muted); line-height: 1.7; margin-bottom: 6px; }
.article-body-content strong { color: var(--text); }
.article-back-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--muted); padding: 8px 0; margin-bottom: 24px; }
.article-back-link:hover { color: var(--text); }

/* ============================================================ UTILS */
.text-green { color: var(--green); }
.text-muted { color: var(--muted); }

/* ============================================================ RESPONSIVE */
@media (max-width: 1024px) {
  .hero h1 { font-size: 38px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-layout { gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand p { max-width: 100%; }
  .footer-visitor-col { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  :root { --nav-h: 60px; }
  body { overflow-x: hidden; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .nav-wa-btn { display: none !important; }

  .hero { padding: 48px 0 40px; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero h1 { font-size: 32px; }
  .hero-visual { order: -1; }
  .hero-badge { bottom: -12px; left: -8px; }
  .hero-stats { gap: 20px; }

  section { padding: 48px 0; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .steps-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr) !important; }

  /* Detail layout */
  .detail-layout { grid-template-columns: 1fr; gap: 28px; }
  .detail-title { font-size: 24px; }

  /* CTA steps */
  .cta-steps { grid-template-columns: 1fr; gap: 24px; padding: 24px 0; }
  .cta-step-arrow { display: none; }
  .cta-step { padding: 0; align-items: center; text-align: center; }

  /* Testimonials */
  .testi-grid { grid-template-columns: 1fr; }
  .testi-grid--featured { grid-template-columns: 1fr; grid-template-rows: auto; }
  .testi-card--featured { grid-row: auto; padding: 24px; }
  .testi-card--featured .testi-quote { font-size: 14px; }
  .testi-grid--page { grid-template-columns: 1fr; }
  .testi-grid--page .testi-card--featured { grid-column: auto; }
  .testi-metrics-grid { gap: 16px; }
  .testi-metric-card { padding: 22px 16px; }
  .testi-summary-bar { gap: 16px; padding: 20px 24px; flex-direction: column; align-items: flex-start; }
  .testi-summary-sep { display: none; }
  .testi-filter-tabs { overflow-x: auto; flex-wrap: nowrap; -webkit-overflow-scrolling: touch; padding-bottom: 4px; }
  .testi-slide { flex: 0 0 100%; padding: 0 4px; }
  .testi-slider { overflow: hidden; }
  .testi-slider-dots { justify-content: center; gap: 6px; margin-top: 16px; }
  .testi-card { padding: 20px; }
  .testi-quote { font-size: 13px; margin-bottom: 14px; }
  .testi-metrics-grid { grid-template-columns: 1fr; gap: 12px; }
  .testi-metric-card { padding: 20px 16px; }

  /* FAQ */
  .faq-cta { flex-direction: column; text-align: center; gap: 12px; padding: 20px 24px; }

  /* Articles & videos */
  .article-grid { grid-template-columns: 1fr; }
  .article-hero h1 { font-size: 26px; }
  div.article-cover-full { padding: 0 16px; }
  div.article-cover-full img { aspect-ratio: 16/9; margin-top: -12px; }
  .article-body-section { padding: 32px 0 56px; }
  .video-grid { grid-template-columns: 1fr; }

  /* Kontak */
  .kontak-grid { grid-template-columns: 1fr; }

  /* Detail extras */
  .detail-trust { flex-direction: column; gap: 8px; }
  .detail-tabs { margin-top: 40px; }
  .tab-btn { padding: 10px 16px; font-size: 13px; }

  /* CTA block */
  .cta-block { padding: 28px 24px; flex-direction: column; align-items: center; text-align: center; }
  .cta-block--full { padding: 28px 20px; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-compact { flex-direction: column; align-items: flex-start; gap: 16px; }
  .footer-contact-row { flex-direction: column; gap: 10px; }

  /* Page hero */
  .page-hero h1 { font-size: 26px; }

  /* Generic inline grid override */
  .container [style*="grid-template-columns"] { grid-template-columns: 1fr !important; }

  .testi-summary { gap: 16px; }
  .testi-sum-divider { display: none; }
  .testi-card { padding: 20px; }
  .testi-quote { font-size: 13px; }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .product-grid { grid-template-columns: 1fr !important; }
  .hero h1 { font-size: 28px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .hero-stats { flex-wrap: wrap; gap: 16px; }
  .hero-stat { min-width: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .detail-title { font-size: 22px; }
  .cta-block-head .section-title { font-size: 22px; }
  .article-hero h1 { font-size: 22px; }
  .faq-trigger { padding: 16px; font-size: 14px; }
  .testi-metrics-grid { grid-template-columns: 1fr; gap: 10px; }
  .detail-cta-bar { flex-direction: column; }
  .detail-cta-bar .btn { width: 100%; }
}

/* ── Visitor Counter ─────────────────────────────────── */
.footer-visitor h4 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: rgba(255,255,255,0.35);
  margin-bottom: 16px;
}

.vc-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.vc-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-sm);
  font-size: 14px;
}

.vc-item.vc-online {
  border-color: rgba(37, 211, 102, 0.25);
  background: rgba(37, 211, 102, 0.06);
}

.vc-item.vc-online .vc-num {
  color: #4ade80;
}

.vc-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  flex-shrink: 0;
  box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.6);
  animation: pulse-online 2s infinite;
}

@keyframes pulse-online {
  0%   { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.6); }
  70%  { box-shadow: 0 0 0 6px rgba(74, 222, 128, 0); }
  100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0); }
}

.vc-icon {
  font-size: 0.9rem;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}

.vc-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
  flex: 1;
}

.vc-num {
  font-size: 0.88rem;
  font-weight: 700;
  color: #16a34a;
  font-variant-numeric: tabular-nums;
  min-width: 28px;
  text-align: right;
}

.vc-note {
  margin-top: 8px;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.25);
  font-style: italic;
}
