/*
Theme Name: BPP Industrial
Theme URI: https://www.buanapenta.com
Author: PT Buana Penta Prima
Author URI: https://www.buanapenta.com
Description: Custom industrial theme for PT Buana Penta Prima - Spare Part Alat Berat & Industri. Fully compatible with Elementor page builder.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: Proprietary
License URI: https://www.buanapenta.com
Text Domain: bpp-industrial
Tags: custom-header, custom-menu, featured-images, elementor, industrial, business

--- BPP Industrial Theme - Designed to match IndexBeranda.html ---
*/

/* ============================================
   CSS VARIABLES & RESET
   ============================================ */
:root {
  --steel: #0D1B2A;
  --steel-mid: #162236;
  --steel-light: #1E2F47;
  --amber: #F5A623;
  --amber-hot: #FF8C00;
  --amber-glow: rgba(245,166,35,0.15);
  --red: #E53935;
  --white: #FFFFFF;
  --gray-100: #F4F5F7;
  --gray-200: #E0E3E8;
  --gray-400: #8A94A6;
  --gray-600: #4A5568;
  --text: #1A2332;
  --font-head: 'Barlow Condensed', sans-serif;
  --font-body: 'Barlow', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
  --radius: 4px;
  --radius-lg: 8px;
  --shadow-card: 0 2px 20px rgba(0,0,0,0.08);
  --shadow-heavy: 0 8px 40px rgba(0,0,0,0.18);
  --transition: all 0.25s cubic-bezier(0.4,0,0.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-body); color: var(--text); background: #fff; overflow-x: hidden; line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { border: none; cursor: pointer; font-family: var(--font-body); }
ul { list-style: none; }

/* ============================================
   ELEMENTOR OVERRIDES & HELPERS
   ============================================ */
.elementor-page .site-header { display: none; }
.elementor-page .site-footer { display: none; }

/* Container */
.container,
.bpp-container { max-width: 1320px; margin: 0 auto; padding: 0 24px; }

/* ============================================
   TOP BAR
   ============================================ */
.bpp-topbar {
  background: var(--steel);
  color: var(--gray-400);
  font-size: 0.78rem;
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.bpp-topbar .bpp-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.bpp-topbar a { color: var(--gray-400); transition: var(--transition); }
.bpp-topbar a:hover { color: var(--amber); }
.bpp-topbar-left, .bpp-topbar-right { display: flex; align-items: center; gap: 20px; }
.bpp-topbar-badge {
  background: var(--amber);
  color: var(--steel);
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 2px;
  font-size: 0.72rem;
}

/* ============================================
   HEADER / NAV
   ============================================ */
.bpp-header {
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 24px rgba(0,0,0,0.1);
  border-bottom: 3px solid var(--amber);
}
.bpp-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  height: 70px;
  max-width: 1320px;
  margin: 0 auto;
}
.bpp-logo { display: flex; align-items: center; gap: 12px; }
.bpp-logo-mark {
  width: 46px; height: 46px;
  background: var(--steel);
  display: grid; place-items: center;
  border-radius: var(--radius);
  position: relative; overflow: hidden;
}
.bpp-logo-mark::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 100%; height: 4px; background: var(--amber);
}
.bpp-logo-mark svg { width: 26px; height: 26px; }
.bpp-logo-text { line-height: 1.15; }
.bpp-logo-text strong {
  display: block;
  font-family: var(--font-head);
  font-weight: 800; font-size: 1.15rem;
  letter-spacing: 0.06em; color: var(--steel);
}
.bpp-logo-text span {
  font-size: 0.68rem; color: var(--gray-400);
  letter-spacing: 0.08em; text-transform: uppercase;
}

/* ============================================
   HERO SECTION
   ============================================ */
.bpp-hero {
  background: var(--steel);
  position: relative; overflow: hidden;
  min-height: 680px; display: flex; align-items: center;
}
.bpp-hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 70% 50%, rgba(245,166,35,0.08) 0%, transparent 60%),
    repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(255,255,255,0.02) 40px),
    repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(255,255,255,0.02) 40px);
  pointer-events: none;
}
.bpp-hero::after {
  content: ''; position: absolute; right: 0; top: 0;
  width: 40%; height: 100%;
  background: linear-gradient(135deg, transparent 0%, rgba(245,166,35,0.05) 100%);
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  pointer-events: none;
}
.bpp-hero-content {
  position: relative; z-index: 2;
  padding: 80px 0; max-width: 760px;
}
.bpp-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(245,166,35,0.12);
  border: 1px solid rgba(245,166,35,0.3);
  color: var(--amber); font-family: var(--font-mono);
  font-size: 0.75rem; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 6px 14px;
  border-radius: 2px; margin-bottom: 24px;
  animation: fadeInDown 0.6s ease both;
}
.bpp-hero-badge .bpp-pulse {
  width: 6px; height: 6px;
  background: var(--amber); border-radius: 50%;
  animation: bppPulse 2s infinite;
}
@keyframes bppPulse { 0%,100% { opacity:1; transform:scale(1); } 50% { opacity:0.4; transform:scale(1.4); } }
@keyframes fadeInDown { from { opacity:0; transform:translateY(-16px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeInUp { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:translateY(0); } }

.bpp-hero h1 {
  font-family: var(--font-head); font-weight: 900;
  font-size: clamp(2.8rem, 5.5vw, 4.8rem);
  line-height: 0.95; color: var(--white);
  text-transform: uppercase; letter-spacing: -0.01em;
  margin-bottom: 20px; animation: fadeInDown 0.7s 0.1s ease both;
}
.bpp-hero h1 em { color: var(--amber); font-style: normal; position: relative; }
.bpp-hero h1 em::after {
  content: ''; position: absolute; bottom: 2px; left: 0;
  width: 100%; height: 3px; background: var(--amber); opacity: 0.3; border-radius: 2px;
}
.bpp-hero-sub {
  font-size: 1.05rem; color: rgba(255,255,255,0.65);
  max-width: 540px; margin-bottom: 36px;
  animation: fadeInDown 0.7s 0.2s ease both; line-height: 1.7;
}

/* AI Search Bar */
.bpp-ai-search-wrap { animation: fadeInUp 0.7s 0.3s ease both; margin-bottom: 32px; }
.bpp-ai-search-label {
  font-family: var(--font-mono); font-size: 0.72rem;
  color: var(--amber); letter-spacing: 0.1em;
  text-transform: uppercase; margin-bottom: 10px;
  display: flex; align-items: center; gap: 8px;
}
.bpp-ai-search-label::before { content: '⚡'; font-size: 0.9rem; }
.bpp-ai-search-box {
  display: flex;
  background: rgba(255,255,255,0.07);
  border: 1.5px solid rgba(245,166,35,0.4);
  border-radius: var(--radius-lg); overflow: hidden;
  backdrop-filter: blur(8px); transition: var(--transition);
}
.bpp-ai-search-box:focus-within {
  border-color: var(--amber); background: rgba(255,255,255,0.1);
  box-shadow: 0 0 0 3px rgba(245,166,35,0.15);
}
.bpp-ai-search-input {
  flex: 1; background: transparent; border: none; outline: none;
  padding: 16px 20px; font-family: var(--font-body); font-size: 0.95rem; color: var(--white);
}
.bpp-ai-search-input::placeholder { color: rgba(255,255,255,0.35); }
.bpp-ai-search-btn {
  background: var(--amber); color: var(--steel);
  padding: 0 24px; font-family: var(--font-head);
  font-weight: 800; font-size: 0.9rem; letter-spacing: 0.06em;
  text-transform: uppercase; display: flex; align-items: center; gap: 8px;
  transition: var(--transition); white-space: nowrap; border: none; cursor: pointer;
}
.bpp-ai-search-btn:hover { background: var(--amber-hot); }
.bpp-ai-search-suggestions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }
.bpp-ai-chip {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.6); font-size: 0.78rem;
  padding: 5px 12px; border-radius: 20px; cursor: pointer; transition: var(--transition);
}
.bpp-ai-chip:hover { background: var(--amber-glow); border-color: var(--amber); color: var(--amber); }

/* Hero Stats */
.bpp-hero-stats { display: flex; gap: 32px; flex-wrap: wrap; animation: fadeInUp 0.7s 0.45s ease both; }
.bpp-hero-stat { position: relative; }
.bpp-hero-stat strong {
  display: block; font-family: var(--font-head); font-weight: 900;
  font-size: 2.2rem; color: var(--amber); line-height: 1;
}
.bpp-hero-stat span { font-size: 0.78rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.06em; }
.bpp-stat-divider { width: 1px; background: rgba(255,255,255,0.1); align-self: stretch; }

/* ============================================
   TRUST BAR
   ============================================ */
.bpp-trust-bar { background: var(--gray-100); border-bottom: 1px solid var(--gray-200); padding: 18px 0; overflow: hidden; }
.bpp-trust-track {
  display: flex; gap: 48px; align-items: center;
  animation: scrollLeft 30s linear infinite; width: max-content;
}
@keyframes scrollLeft { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.bpp-trust-brand {
  font-family: var(--font-head); font-weight: 800; font-size: 1.05rem;
  letter-spacing: 0.08em; color: var(--gray-400); text-transform: uppercase;
  white-space: nowrap; transition: var(--transition);
}
.bpp-trust-brand:hover { color: var(--amber-hot); }

/* ============================================
   SECTION HEADERS
   ============================================ */
.bpp-section-tag {
  display: inline-block; font-family: var(--font-mono);
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--amber-hot);
  margin-bottom: 12px; position: relative; padding-left: 18px;
}
.bpp-section-tag::before {
  content: ''; position: absolute; left: 0; top: 50%;
  transform: translateY(-50%); width: 10px; height: 2px; background: var(--amber);
}
.bpp-section-title {
  font-family: var(--font-head); font-weight: 900;
  font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1;
  text-transform: uppercase; letter-spacing: -0.01em;
  color: var(--steel); margin-bottom: 12px;
}
.bpp-section-title em { color: var(--amber-hot); font-style: normal; }
.bpp-section-sub { font-size: 0.95rem; color: var(--gray-600); max-width: 540px; line-height: 1.7; }

/* ============================================
   SECTIONS
   ============================================ */
.bpp-section { padding: 80px 0; }
.bpp-section-alt { background: var(--gray-100); }
.bpp-section-dark { background: var(--steel); }

/* ============================================
   PRODUCT CARDS
   ============================================ */
.bpp-category-filter { display: flex; gap: 8px; flex-wrap: wrap; margin: 32px 0; }
.bpp-filter-btn {
  padding: 8px 18px; border: 1.5px solid var(--gray-200);
  border-radius: 30px; background: transparent;
  font-family: var(--font-head); font-weight: 700; font-size: 0.82rem;
  letter-spacing: 0.04em; text-transform: uppercase; color: var(--gray-600);
  cursor: pointer; transition: var(--transition);
}
.bpp-filter-btn:hover, .bpp-filter-btn.active {
  background: var(--amber); border-color: var(--amber); color: var(--steel);
}
.bpp-product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.bpp-product-card {
  background: var(--white); border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg); overflow: hidden;
  transition: var(--transition); cursor: pointer; position: relative;
}
.bpp-product-card:hover { border-color: var(--amber); box-shadow: var(--shadow-heavy); transform: translateY(-4px); }
.bpp-product-img {
  height: 200px; background: linear-gradient(135deg, var(--gray-100), var(--gray-200));
  display: grid; place-items: center; font-size: 3.5rem;
  transition: var(--transition); position: relative;
}
.bpp-product-card:hover .bpp-product-img { background: linear-gradient(135deg, var(--steel-light), var(--steel)); }
.bpp-product-tag {
  position: absolute; top: 12px; left: 12px;
  background: var(--amber); color: var(--steel);
  font-family: var(--font-mono); font-size: 0.68rem; font-weight: 600;
  padding: 3px 8px; border-radius: 2px; text-transform: uppercase; letter-spacing: 0.06em;
}
.bpp-product-tag.oem { background: var(--steel); color: var(--amber); }
.bpp-product-tag.promo { background: var(--red); color: #fff; }
.bpp-product-info { padding: 18px; }
.bpp-product-brand {
  font-family: var(--font-mono); font-size: 0.7rem; color: var(--amber-hot);
  letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 6px;
}
.bpp-product-name {
  font-family: var(--font-head); font-weight: 800; font-size: 1.05rem;
  color: var(--steel); text-transform: uppercase; letter-spacing: 0.03em;
  margin-bottom: 6px; line-height: 1.2;
}
.bpp-product-desc { font-size: 0.82rem; color: var(--gray-400); margin-bottom: 14px; line-height: 1.5; }
.bpp-product-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 14px; border-top: 1px solid var(--gray-200);
}
.bpp-product-price { font-family: var(--font-head); font-weight: 800; font-size: 1.1rem; color: var(--steel); }
.bpp-btn-inquiry {
  background: var(--amber); color: var(--steel);
  font-family: var(--font-head); font-weight: 800; font-size: 0.78rem;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 7px 14px; border-radius: var(--radius);
  transition: var(--transition); display: flex; align-items: center; gap: 5px; border: none; cursor: pointer;
}
.bpp-btn-inquiry:hover { background: var(--amber-hot); transform: scale(1.02); }

/* ============================================
   BRAND GRID
   ============================================ */
.bpp-brand-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 12px; margin-top: 40px;
}
.bpp-brand-pill {
  background: var(--white); border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-lg); padding: 16px;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  cursor: pointer; transition: var(--transition);
}
.bpp-brand-pill:hover { border-color: var(--amber); box-shadow: 0 4px 20px rgba(245,166,35,0.2); transform: translateY(-3px); }
.bpp-brand-icon {
  width: 44px; height: 44px; background: var(--gray-100);
  border-radius: var(--radius); display: grid; place-items: center; font-size: 1.3rem;
}
.bpp-brand-name { font-family: var(--font-head); font-weight: 800; font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gray-600); }
.bpp-brand-count { font-family: var(--font-mono); font-size: 0.7rem; color: var(--gray-400); }

/* ============================================
   INDUSTRY CARDS
   ============================================ */
.bpp-industry-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px; margin-top: 40px;
}
.bpp-industry-card {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  cursor: pointer; transition: var(--transition); min-height: 220px;
}
.bpp-industry-card:hover { transform: scale(1.02); }
.bpp-industry-card:hover .bpp-industry-overlay { background: rgba(13,27,42,0.5); }
.bpp-industry-card:hover .bpp-industry-arrow { opacity: 1; transform: translateY(0); }
.bpp-industry-bg { position: absolute; inset: 0; display: grid; place-items: center; font-size: 5rem; }
.bpp-ind-mining { background: linear-gradient(135deg, #1a1a2e, #16213e); }
.bpp-ind-construction { background: linear-gradient(135deg, #1B2838, #2d3748); }
.bpp-ind-marine { background: linear-gradient(135deg, #0a2a4a, #1a4a6e); }
.bpp-ind-genset { background: linear-gradient(135deg, #1a2a1a, #2d4a2d); }
.bpp-ind-plantation { background: linear-gradient(135deg, #2a1a0a, #4a2d0a); }
.bpp-industry-overlay { position: absolute; inset: 0; background: rgba(13,27,42,0.7); transition: var(--transition); }
.bpp-industry-content {
  position: relative; z-index: 2; padding: 24px; height: 100%;
  display: flex; flex-direction: column; justify-content: flex-end;
}
.bpp-industry-name {
  font-family: var(--font-head); font-weight: 900; font-size: 1.1rem;
  color: var(--white); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 4px;
}
.bpp-industry-count { font-size: 0.78rem; color: rgba(255,255,255,0.5); }
.bpp-industry-arrow { margin-top: 8px; color: var(--amber); font-size: 1.2rem; opacity: 0; transform: translateY(8px); transition: var(--transition); }

/* ============================================
   WHY US CARDS
   ============================================ */
.bpp-why-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; margin-top: 48px; }
.bpp-why-card {
  padding: 28px; border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-lg); transition: var(--transition); position: relative; overflow: hidden;
}
.bpp-why-card::before {
  content: ''; position: absolute; top: 0; left: 0;
  width: 3px; height: 0; background: var(--amber); transition: height 0.3s ease;
}
.bpp-why-card:hover::before { height: 100%; }
.bpp-why-icon {
  width: 50px; height: 50px; background: var(--amber-glow);
  border: 1px solid rgba(245,166,35,0.2);
  border-radius: var(--radius); display: grid; place-items: center;
  font-size: 1.5rem; margin-bottom: 18px;
}
.bpp-why-title { font-family: var(--font-head); font-weight: 800; font-size: 1rem; color: var(--white); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 8px; }
.bpp-why-desc { font-size: 0.85rem; color: rgba(255,255,255,0.5); line-height: 1.7; }

/* ============================================
   BLOG / RESOURCES
   ============================================ */
.bpp-blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 24px; margin-top: 40px; }
.bpp-blog-card {
  background: var(--white); border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg); overflow: hidden; transition: var(--transition);
}
.bpp-blog-card:hover { border-color: var(--amber); box-shadow: var(--shadow-card); transform: translateY(-3px); }
.bpp-blog-img { height: 180px; display: grid; place-items: center; font-size: 3rem; }
.bpp-blog-body { padding: 20px; }
.bpp-blog-category { font-family: var(--font-mono); font-size: 0.68rem; color: var(--amber-hot); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 8px; }
.bpp-blog-title { font-family: var(--font-head); font-weight: 800; font-size: 1.05rem; color: var(--steel); line-height: 1.3; margin-bottom: 10px; }
.bpp-blog-excerpt { font-size: 0.83rem; color: var(--gray-400); line-height: 1.65; margin-bottom: 16px; }

/* ============================================
   QUOTE FORM
   ============================================ */
.bpp-quote-section {
  background: linear-gradient(135deg, var(--steel) 0%, #1a3a5c 100%);
  padding: 80px 0; position: relative; overflow: hidden;
}
.bpp-quote-section::before {
  content: 'QUOTE'; position: absolute; right: -2%; top: 50%;
  transform: translateY(-50%); font-family: var(--font-head);
  font-size: 20rem; font-weight: 900; color: rgba(255,255,255,0.02);
  letter-spacing: -0.05em; line-height: 1; pointer-events: none; white-space: nowrap;
}
.bpp-quote-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: center; }
.bpp-quote-form {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 36px; box-shadow: var(--shadow-heavy);
}
.bpp-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.bpp-form-group { display: flex; flex-direction: column; gap: 5px; }
.bpp-form-group.full { grid-column: 1 / -1; }
.bpp-form-label { font-size: 0.78rem; font-weight: 600; color: var(--gray-600); text-transform: uppercase; letter-spacing: 0.06em; }
.bpp-form-control {
  border: 1.5px solid var(--gray-200); border-radius: var(--radius);
  padding: 10px 14px; font-family: var(--font-body); font-size: 0.9rem;
  color: var(--text); outline: none; transition: var(--transition); background: #fff;
}
.bpp-form-control:focus { border-color: var(--amber); box-shadow: 0 0 0 3px rgba(245,166,35,0.1); }
.bpp-btn-submit {
  width: 100%; padding: 14px; background: var(--amber); border: none;
  border-radius: var(--radius); font-family: var(--font-head); font-weight: 900;
  font-size: 1rem; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--steel); cursor: pointer; transition: var(--transition); margin-top: 8px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  box-shadow: 0 4px 16px rgba(245,166,35,0.4);
}
.bpp-btn-submit:hover { background: var(--amber-hot); transform: translateY(-2px); }

/* ============================================
   FAQ
   ============================================ */
.bpp-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 40px; }
.bpp-faq-item {
  border: 1px solid var(--gray-200); border-radius: var(--radius-lg);
  overflow: hidden; transition: var(--transition);
}
.bpp-faq-item:hover { border-color: var(--amber); }
.bpp-faq-q {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px; cursor: pointer; gap: 12px;
}
.bpp-faq-q-text { font-family: var(--font-head); font-weight: 700; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.03em; color: var(--steel); line-height: 1.3; }
.bpp-faq-icon {
  width: 28px; height: 28px; background: var(--amber-glow);
  border: 1px solid rgba(245,166,35,0.3); border-radius: 50%;
  display: grid; place-items: center; color: var(--amber); font-size: 1rem;
  flex-shrink: 0; transition: var(--transition);
}
.bpp-faq-item.open .bpp-faq-icon { transform: rotate(45deg); background: var(--amber); color: var(--steel); }
.bpp-faq-a {
  padding: 0 20px; max-height: 0; overflow: hidden;
  transition: all 0.3s ease; font-size: 0.88rem; color: var(--gray-600); line-height: 1.7;
}
.bpp-faq-item.open .bpp-faq-a { max-height: 200px; padding: 0 20px 18px; }

/* ============================================
   FOOTER
   ============================================ */
.bpp-footer { background: var(--steel); padding: 60px 0 0; }
.bpp-footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
  padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.bpp-footer-tagline { font-size: 0.85rem; color: rgba(255,255,255,0.45); line-height: 1.7; margin-top: 14px; max-width: 260px; }
.bpp-footer-cert-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 20px; }
.bpp-cert-badge {
  background: rgba(245,166,35,0.1); border: 1px solid rgba(245,166,35,0.2);
  color: var(--amber); font-family: var(--font-mono); font-size: 0.68rem;
  padding: 4px 10px; border-radius: 2px; text-transform: uppercase; letter-spacing: 0.08em;
}
.bpp-footer-col-title { font-family: var(--font-head); font-weight: 800; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--amber); margin-bottom: 18px; }
.bpp-footer-links { display: flex; flex-direction: column; gap: 10px; }
.bpp-footer-links a { font-size: 0.85rem; color: rgba(255,255,255,0.45); transition: var(--transition); display: flex; align-items: center; gap: 8px; }
.bpp-footer-links a:hover { color: rgba(255,255,255,0.9); padding-left: 4px; }
.bpp-footer-bottom { padding: 20px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.bpp-footer-copy { font-size: 0.78rem; color: rgba(255,255,255,0.3); font-family: var(--font-mono); }

/* ============================================
   CHATBOT WIDGET
   ============================================ */
.bpp-chatbot-widget {
  position: fixed; bottom: 90px; right: 24px; width: 360px;
  background: var(--white); border-radius: var(--radius-lg);
  box-shadow: 0 12px 60px rgba(0,0,0,0.25); z-index: 9000;
  display: none; flex-direction: column; overflow: hidden;
  border: 1px solid var(--gray-200);
}
.bpp-chatbot-widget.open { display: flex; animation: slideUp 0.3s ease both; }
@keyframes slideUp { from { opacity:0; transform: translateY(20px); } to { opacity:1; transform: translateY(0); } }

/* ============================================
   FLOATING BUTTONS
   ============================================ */
.bpp-floating-actions {
  position: fixed; bottom: 24px; right: 24px;
  display: flex; flex-direction: column; gap: 10px; z-index: 8000;
}
.bpp-fab {
  width: 54px; height: 54px; border-radius: 50%;
  display: grid; place-items: center; font-size: 1.4rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2); transition: var(--transition);
  cursor: pointer; border: none; position: relative;
}
.bpp-fab:hover { transform: scale(1.1); }
.bpp-fab-wa { background: #25D366; color: #fff; }
.bpp-fab-chat { background: var(--amber); color: var(--steel); }
.bpp-fab-label {
  position: absolute; right: 62px;
  background: var(--steel); color: #fff;
  font-size: 0.72rem; font-family: var(--font-head); font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 4px; white-space: nowrap;
  opacity: 0; transition: var(--transition); pointer-events: none;
}
.bpp-fab:hover .bpp-fab-label { opacity: 1; }

/* ============================================
   BUTTONS
   ============================================ */
.bpp-btn-amber {
  padding: 9px 20px; background: var(--amber); border-radius: var(--radius);
  font-family: var(--font-head); font-weight: 800; font-size: 0.88rem;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--steel);
  transition: var(--transition); box-shadow: 0 3px 12px rgba(245,166,35,0.4);
  white-space: nowrap; border: none; cursor: pointer; display: inline-flex; align-items: center;
}
.bpp-btn-amber:hover { background: var(--amber-hot); transform: translateY(-1px); }
.bpp-btn-outline {
  padding: 8px 16px; border: 1.5px solid var(--steel);
  border-radius: var(--radius); font-family: var(--font-head);
  font-weight: 700; font-size: 0.82rem; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--steel); transition: var(--transition);
  display: inline-flex; align-items: center; background: transparent; cursor: pointer;
}
.bpp-btn-outline:hover { background: var(--steel); color: #fff; }

/* ============================================
   SCROLL ANIMATIONS
   ============================================ */
.bpp-reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.bpp-reveal.visible { opacity: 1; transform: translateY(0); }

/* ============================================
   RESPONSIVE — TABLET (≤ 1100px)
   ============================================ */
@media (max-width: 1100px) {

  /* Hero */
  .bpp-hero-visual { display: none; }
  .bpp-hero-content { padding: 60px 0; max-width: 100%; }
  .bpp-hero h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); }

  /* Layout */
  .bpp-quote-grid  { grid-template-columns: 1fr; }
  .bpp-footer-grid { grid-template-columns: 1fr 1fr; }
  .bpp-faq-grid    { grid-template-columns: 1fr; }
  .bpp-why-grid    { grid-template-columns: repeat(2, 1fr); }
  .bpp-industry-grid { grid-template-columns: repeat(3, 1fr); }

  /* Topbar */
  .bpp-topbar-right { display: none; }
}

/* ============================================
   RESPONSIVE — MOBILE (≤ 768px)
   ============================================ */
@media (max-width: 768px) {

  /* Base */
  .bpp-container { padding: 0 16px; }
  .bpp-section   { padding: 48px 0; }

  /* ── TOPBAR ── */
  .bpp-topbar { display: none; } /* sembunyikan di mobile */

  /* ── HEADER ── */
  .bpp-header-inner { padding: 0 16px; height: 60px; }
  .bpp-logo-text strong { font-size: 1rem; }
  .bpp-logo-text span   { display: none; }
  .bpp-logo-mark        { width: 38px; height: 38px; }
  .bpp-nav-cta          { display: none !important; }

  /* ── HERO ── */
  .bpp-hero            { min-height: auto; }
  .bpp-hero-content    { padding: 40px 0 48px; }
  .bpp-hero h1         { font-size: clamp(2rem, 8vw, 2.8rem); line-height: 1; }
  .bpp-hero-sub        { font-size: 0.9rem; margin-bottom: 24px; }
  .bpp-hero-badge      { font-size: 0.68rem; padding: 5px 10px; }

  /* AI Search */
  .bpp-ai-search-box   { flex-direction: column; border-radius: 8px; }
  .bpp-ai-search-input { padding: 14px 16px; font-size: 0.9rem; }
  .bpp-ai-search-btn   { padding: 13px 16px; justify-content: center; border-top: 1px solid rgba(245,166,35,0.2); }
  .bpp-ai-search-suggestions { gap: 6px; }
  .bpp-ai-chip         { font-size: 0.72rem; padding: 4px 10px; }

  /* Hero CTA */
  .bpp-hero-cta        { flex-direction: column; gap: 10px; }
  .bpp-hero-cta a      { text-align: center; padding: 14px 20px; width: 100%; display: block; }

  /* Hero Stats */
  .bpp-hero-stats      { gap: 16px; justify-content: space-between; }
  .bpp-hero-stat strong { font-size: 1.7rem; }
  .bpp-hero-stat span  { font-size: 0.68rem; }
  .bpp-stat-divider    { display: none; }

  /* ── SECTION HEADERS ── */
  .bpp-section-title   { font-size: clamp(1.7rem, 6vw, 2.2rem); }
  .bpp-section-sub     { font-size: 0.88rem; }

  /* ── TRUST BAR ── */
  .bpp-trust-brand     { font-size: 0.9rem; }
  .bpp-trust-track     { gap: 32px; }

  /* ── CATEGORY FILTER ── */
  .bpp-category-filter { gap: 6px; margin: 20px 0; }
  .bpp-filter-btn      { padding: 7px 14px; font-size: 0.75rem; }

  /* ── PRODUCT GRID ── */
  .bpp-product-grid    { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; }
  .bpp-product-img     { height: 160px; font-size: 2.5rem; }
  .bpp-product-info    { padding: 12px; }
  .bpp-product-name    { font-size: 0.9rem; }
  .bpp-product-desc    { display: none; }
  .bpp-product-price   { font-size: 0.95rem; }
  .bpp-btn-inquiry     { padding: 6px 10px; font-size: 0.72rem; }

  /* ── BRAND GRID ── */
  .bpp-brand-grid      { grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); gap: 8px; margin-top: 24px; }
  .bpp-brand-pill      { padding: 12px 8px; gap: 6px; }
  .bpp-brand-icon      { width: 36px; height: 36px; font-size: 1rem; }
  .bpp-brand-name      { font-size: 0.72rem; }
  .bpp-brand-count     { font-size: 0.65rem; }

  /* ── INDUSTRY GRID ── */
  .bpp-industry-grid   { grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 24px; }
  .bpp-industry-card   { min-height: 160px; }
  .bpp-industry-bg     { font-size: 3.5rem; }
  .bpp-industry-name   { font-size: 1rem; }
  .bpp-industry-count  { font-size: 0.72rem; }

  /* ── WHY US ── */
  .bpp-why-grid        { grid-template-columns: 1fr; gap: 12px; }
  .bpp-why-card        { padding: 20px; }
  .bpp-why-icon        { font-size: 1.8rem; margin-bottom: 8px; }
  .bpp-why-title       { font-size: 1rem; }
  .bpp-why-desc        { font-size: 0.85rem; }

  /* ── BLOG GRID ── */
  .bpp-blog-grid       { grid-template-columns: 1fr; gap: 16px; }
  .bpp-blog-img        { height: 160px; font-size: 3rem; }
  .bpp-blog-body       { padding: 16px; }
  .bpp-blog-title      { font-size: 1rem; }

  /* ── QUOTE FORM ── */
  .bpp-quote-section   { padding: 48px 0; }
  .bpp-quote-grid      { grid-template-columns: 1fr; gap: 32px; }
  .bpp-quote-trust-list { display: none; } /* sembunyikan di mobile untuk hemat ruang */
  .bpp-form-row        { grid-template-columns: 1fr; gap: 12px; }
  .bpp-form-control    { padding: 10px 14px; font-size: 0.88rem; }
  .bpp-btn-submit      { padding: 14px; font-size: 0.9rem; }
  .bpp-form-header h3  { font-size: 1.15rem; }

  /* ── FAQ ── */
  .bpp-faq-grid        { grid-template-columns: 1fr; gap: 8px; }
  .bpp-faq-q           { padding: 14px 16px; font-size: 0.9rem; }
  .bpp-faq-a           { padding: 12px 16px; font-size: 0.85rem; }

  /* ── FOOTER ── */
  .bpp-footer          { padding: 48px 0 24px; }
  .bpp-footer-grid     { grid-template-columns: 1fr; gap: 32px; }
  .bpp-footer-col-title { font-size: 0.8rem; margin-bottom: 12px; }
  .bpp-footer-links    { gap: 8px; }
  .bpp-footer-links a  { font-size: 0.82rem; }
  .bpp-footer-bottom   { flex-direction: column; gap: 12px; text-align: center; }
  .bpp-footer-copy     { font-size: 0.78rem; }
  .bpp-footer-tagline  { max-width: 100%; font-size: 0.82rem; }
  .bpp-footer-cert-badges { flex-wrap: wrap; }

  /* ── FLOATING BUTTONS ── */
  .bpp-floating-actions { bottom: 16px; right: 12px; gap: 8px; }
  .bpp-fab              { width: 48px; height: 48px; font-size: 1.1rem; }
  .bpp-fab-label        { display: none; }

  /* ── CHATBOT ── */
  .bpp-chatbot-widget {
    width: calc(100vw - 24px);
    right: 12px;
    bottom: 80px;
    max-height: 70vh;
  }

  /* ── SECTIONS misc ── */
  .bpp-section-header-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .bpp-section-header-flex .bpp-btn-amber { align-self: flex-start; }

  /* Sembunyikan dekorasi berat di mobile */
  .bpp-hero::after { display: none; }
}

/* ============================================
   RESPONSIVE — SMALL MOBILE (≤ 480px)
   ============================================ */
@media (max-width: 480px) {

  .bpp-container       { padding: 0 12px; }
  .bpp-hero h1         { font-size: clamp(1.8rem, 8.5vw, 2.4rem); }
  .bpp-hero-stats      { flex-wrap: wrap; gap: 12px; }
  .bpp-hero-stat       { min-width: calc(50% - 6px); }

  .bpp-product-grid    { grid-template-columns: 1fr 1fr; gap: 10px; }
  .bpp-product-img     { height: 130px; font-size: 2rem; }

  .bpp-industry-grid   { grid-template-columns: 1fr 1fr; }
  .bpp-industry-card   { min-height: 140px; }

  .bpp-brand-grid      { grid-template-columns: repeat(3, 1fr); gap: 8px; }

  .bpp-why-grid        { grid-template-columns: 1fr; }

  .bpp-section-title   { font-size: clamp(1.5rem, 7vw, 2rem); }

  /* Quote form full width buttons */
  .bpp-btn-submit      { font-size: 0.85rem; padding: 13px 12px; }

  /* Footer cert badges */
  .bpp-cert-badge      { font-size: 0.68rem; padding: 4px 8px; }

  /* Chatbot */
  .bpp-chatbot-widget  { width: calc(100vw - 16px); right: 8px; }
  .bpp-chat-body       { max-height: calc(60vh - 100px); }
}


/* ============================================
   AI CHATBOT WIDGET (BPP AI Chat Plugin)
   ============================================ */
.bpp-chatbot-widget {
  position: fixed;
  bottom: 100px;
  right: 24px;
  width: 360px;
  max-height: 540px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.18);
  display: flex;
  flex-direction: column;
  z-index: 9990;
  overflow: hidden;
  transform: translateY(20px) scale(0.95);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(245,166,35,0.2);
}
.bpp-chatbot-widget.open {
  transform: translateY(0) scale(1);
  opacity: 1;
  pointer-events: all;
}
/* Header */
.bpp-chat-header {
  background: var(--steel);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.bpp-chat-avatar {
  width: 36px;
  height: 36px;
  background: var(--amber);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1rem;
  flex-shrink: 0;
}
.bpp-chat-header-info { flex: 1; }
.bpp-chat-name {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 0.9rem;
  color: #fff;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.bpp-chat-status {
  font-size: 0.7rem;
  color: #4CAF50;
  display: flex;
  align-items: center;
  gap: 5px;
}
.bpp-status-dot {
  width: 7px;
  height: 7px;
  background: #4CAF50;
  border-radius: 50%;
  animation: bppPulse 2s infinite;
}
.bpp-chat-close {
  background: none;
  border: none;
  color: rgba(255,255,255,0.5);
  font-size: 1.1rem;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
  transition: color 0.2s;
}
.bpp-chat-close:hover { color: #fff; }
/* Body */
.bpp-chat-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 360px;
  scroll-behavior: smooth;
}
.bpp-chat-body::-webkit-scrollbar { width: 4px; }
.bpp-chat-body::-webkit-scrollbar-track { background: #f4f5f7; }
.bpp-chat-body::-webkit-scrollbar-thumb { background: #E0E3E8; border-radius: 2px; }
/* Footer */
.bpp-chat-footer {
  display: flex;
  gap: 8px;
  padding: 10px 12px;
  border-top: 1px solid var(--gray-200);
  background: #fff;
  flex-shrink: 0;
}
.bpp-chat-input {
  flex: 1;
  border: 1.5px solid var(--gray-200);
  border-radius: 20px;
  padding: 9px 16px;
  font-size: 0.875rem;
  font-family: var(--font-body);
  outline: none;
  transition: border-color 0.2s;
  background: var(--gray-100);
}
.bpp-chat-input:focus {
  border-color: var(--amber);
  background: #fff;
}
.bpp-chat-send {
  width: 38px;
  height: 38px;
  background: var(--amber);
  color: var(--steel);
  border: none;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s, transform 0.1s;
}
.bpp-chat-send:hover { background: var(--amber-hot); transform: scale(1.05); }
.bpp-chat-send:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }
