/*
Theme Name: BengkelSeal Industrial
Theme URI: https://bengkelseal.com
Author: BengkelSeal
Author URI: https://bengkelseal.com
Description: Custom industrial theme untuk BengkelSeal — Spesialis Rubber Seal & Spring Custom Industri
Version: 1.0.0
License: Private
Text Domain: bengkelseal
Tags: industrial, b2b, custom, dark
*/

/* === RESET & ROOT === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --navy: #0A0F1E;
  --navy2: #0F1629;
  --steel: #1E293B;
  --amber: #F59E0B;
  --amber2: #FBBF24;
  --white: #F8FAFC;
  --muted: #94A3B8;
}
html { scroll-behavior: smooth; }
body { background: var(--navy); color: var(--white); font-family: 'Inter', sans-serif; overflow-x: hidden; line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4, h5, h6 { font-family: 'Space Grotesk', sans-serif; line-height: 1.2; letter-spacing: -0.02em; }

/* LAYOUT */
.container { max-width: 1100px; margin: 0 auto; padding: 0 2rem; }
section { padding: 5rem 0; }

/* BUTTONS */
.btn-primary { background: var(--amber); color: #000; padding: 0.85rem 1.75rem; border-radius: 8px; font-weight: 700; font-size: 0.9rem; text-decoration: none; display: inline-flex; align-items: center; gap: 0.5rem; transition: all .2s; cursor: pointer; border: none; }
.btn-primary:hover { background: var(--amber2); transform: translateY(-1px); color: #000; }
.btn-secondary { border: 1.5px solid rgba(255,255,255,0.2); color: var(--white); padding: 0.85rem 1.75rem; border-radius: 8px; font-weight: 600; font-size: 0.9rem; text-decoration: none; display: inline-flex; align-items: center; gap: 0.5rem; transition: all .2s; background: transparent; }
.btn-secondary:hover { border-color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.05); color: var(--white); }

/* LABELS */
.section-eyebrow { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--amber); margin-bottom: 0.75rem; display: block; }
.section-title { font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 700; letter-spacing: -0.02em; margin-bottom: 1rem; color: var(--white); }
.section-sub { color: var(--muted); font-size: 1rem; line-height: 1.7; max-width: 540px; }

/* NAV */
#site-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 1rem 2rem; display: flex; align-items: center; justify-content: space-between; background: rgba(10,15,30,0.92); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,0.06); }
.site-logo { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1.25rem; letter-spacing: -0.02em; color: var(--white); text-decoration: none; }
.site-logo span { color: var(--amber); }
.nav-menu { display: flex; gap: 2rem; list-style: none; }
.nav-menu a { color: var(--muted); text-decoration: none; font-size: 0.875rem; font-weight: 500; transition: color .2s; }
.nav-menu a:hover, .nav-menu .current-menu-item a { color: var(--white); }
.nav-cta { background: var(--amber) !important; color: #000 !important; padding: 0.5rem 1.25rem; border-radius: 6px; font-size: 0.875rem; font-weight: 600 !important; text-decoration: none; transition: background .2s; white-space: nowrap; }
.nav-cta:hover { background: var(--amber2) !important; }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.nav-hamburger span { width: 24px; height: 2px; background: var(--white); border-radius: 2px; display: block; }

/* HERO */
#hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; padding-top: 80px; background: var(--navy); }
#canvas3d { position: absolute; inset: 0; z-index: 0; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(10,15,30,0.96) 45%,rgba(10,15,30,0.25) 100%); z-index: 1; }
.hero-content { position: relative; z-index: 2; max-width: 680px; padding: 3rem 2rem 3rem 4rem; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(245,158,11,0.12); border: 1px solid rgba(245,158,11,0.3); color: var(--amber); padding: 0.35rem 0.875rem; border-radius: 100px; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 1.5rem; }
.hero-eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--amber); display: inline-block; }
.hero-h1 { font-size: clamp(2.2rem,5vw,3.75rem); font-weight: 700; line-height: 1.1; letter-spacing: -0.03em; margin-bottom: 1.25rem; color: var(--white); }
.hero-h1 em { font-style: normal; color: var(--amber); }
.hero-sub { font-size: 1.05rem; color: var(--muted); line-height: 1.7; max-width: 520px; margin-bottom: 2rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 2.5rem; margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.08); }
.stat-num { font-family: 'Space Grotesk', sans-serif; font-size: 1.75rem; font-weight: 700; color: var(--white); }
.stat-label { font-size: 0.78rem; color: var(--muted); margin-top: 0.2rem; }

/* TICKER */
.ticker-wrap { background: var(--amber); padding: 0.65rem 0; overflow: hidden; white-space: nowrap; }
.ticker-track { display: inline-flex; animation: ticker 30s linear infinite; }
.ticker-item { font-size: 0.78rem; font-weight: 700; color: #000; letter-spacing: 0.06em; text-transform: uppercase; padding: 0 2rem; }
.ticker-dot { color: rgba(0,0,0,0.35); margin-right: 2rem; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ABOUT */
#about { background: var(--navy2); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; margin-top: 3rem; }
.about-text p { color: var(--muted); line-height: 1.8; margin-bottom: 1.25rem; font-size: 0.95rem; }
.about-text strong { color: var(--white); }
.about-callout { background: var(--steel); border: 1px solid rgba(245,158,11,0.2); border-left: 3px solid var(--amber); border-radius: 0 8px 8px 0; padding: 1.25rem 1.5rem; margin-top: 1.5rem; }
.about-callout p { color: var(--white); font-size: 0.95rem; line-height: 1.6; margin: 0; font-style: italic; }
.value-grid { display: grid; gap: 1rem; }
.value-card { background: var(--steel); border: 1px solid rgba(255,255,255,0.06); border-radius: 10px; padding: 1.25rem 1.5rem; display: flex; align-items: flex-start; gap: 1rem; transition: border-color .2s; }
.value-card:hover { border-color: rgba(245,158,11,0.3); }
.value-icon { width: 40px; height: 40px; border-radius: 8px; background: rgba(245,158,11,0.12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.1rem; }
.value-card h4 { font-size: 0.9rem; font-weight: 600; margin-bottom: 0.25rem; color: var(--white); }
.value-card p { font-size: 0.82rem; color: var(--muted); line-height: 1.5; margin: 0; }

/* PRODUCTS */
#produk { background: var(--navy); }
.products-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); gap: 1.5rem; margin-top: 3rem; }
.product-card { background: var(--steel); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; padding: 2rem; transition: all .25s; position: relative; overflow: hidden; }
.product-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--amber); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.product-card:hover { border-color: rgba(245,158,11,0.25); transform: translateY(-3px); }
.product-card:hover::before { transform: scaleX(1); }
.product-num { font-size: 0.7rem; font-weight: 700; color: var(--amber); letter-spacing: 0.1em; margin-bottom: 1rem; }
.product-icon { font-size: 2rem; margin-bottom: 1rem; }
.product-card h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 0.75rem; color: var(--white); }
.product-card p { color: var(--muted); font-size: 0.875rem; line-height: 1.6; margin-bottom: 1rem; }
.product-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.tag { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: var(--muted); font-size: 0.7rem; padding: 0.25rem 0.6rem; border-radius: 4px; font-weight: 500; }

/* KEUNGGULAN */
#keunggulan { background: var(--navy2); }
.keunggulan-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 1.25rem; margin-top: 3rem; }
.k-card { background: var(--navy); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; padding: 1.75rem; text-align: center; transition: all .25s; }
.k-card:hover { border-color: rgba(245,158,11,0.3); background: rgba(245,158,11,0.04); }
.k-num { font-size: 2.5rem; font-weight: 700; color: var(--amber); margin-bottom: 0.5rem; line-height: 1; }
.k-card h4 { font-size: 0.9rem; font-weight: 600; margin-bottom: 0.5rem; color: var(--white); }
.k-card p { font-size: 0.8rem; color: var(--muted); line-height: 1.5; }

/* CARA KERJA */
#cara-kerja { background: var(--navy); }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin-top: 3rem; position: relative; }
.steps::before { content: ''; position: absolute; top: 1.75rem; left: 12.5%; right: 12.5%; height: 1px; background: rgba(245,158,11,0.25); z-index: 0; }
.step { position: relative; z-index: 1; text-align: center; padding: 0 1.5rem; }
.step-circle { width: 3.5rem; height: 3.5rem; border-radius: 50%; background: var(--steel); border: 2px solid var(--amber); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; font-weight: 700; font-size: 1.1rem; color: var(--amber); }
.step h4 { font-size: 0.9rem; font-weight: 600; margin-bottom: 0.5rem; color: var(--white); }
.step p { font-size: 0.8rem; color: var(--muted); line-height: 1.5; }

/* KLIEN */
#klien { background: var(--navy2); }
.klien-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: 1rem; margin-top: 3rem; }
.klien-card { background: var(--navy); border: 1px solid rgba(255,255,255,0.06); border-radius: 10px; padding: 1.25rem 1.5rem; display: flex; align-items: center; gap: 1rem; transition: border-color .2s; }
.klien-card:hover { border-color: rgba(245,158,11,0.25); }
.klien-icon { width: 44px; height: 44px; border-radius: 8px; background: var(--steel); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.klien-card h4 { font-size: 0.85rem; font-weight: 600; margin-bottom: 0.15rem; color: var(--white); }
.klien-card p { font-size: 0.75rem; color: var(--muted); margin: 0; }

/* LEAD MAGNET */
#lead-magnet { background: var(--navy); }
.lead-magnet-box { background: linear-gradient(135deg, var(--steel) 0%, rgba(30,41,59,0.8) 100%); border: 1px solid rgba(245,158,11,0.25); border-radius: 16px; padding: 3rem; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.lead-magnet-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(245,158,11,0.15); border: 1px solid rgba(245,158,11,0.4); color: var(--amber); padding: 0.35rem 0.875rem; border-radius: 100px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 1rem; }
.lead-magnet-title { font-size: clamp(1.5rem,2.5vw,2rem); font-weight: 700; color: var(--white); margin-bottom: 0.75rem; line-height: 1.2; }
.lead-magnet-sub { color: var(--muted); font-size: 0.95rem; line-height: 1.7; margin-bottom: 1.5rem; }
.lead-magnet-points { list-style: none; margin-bottom: 2rem; }
.lead-magnet-points li { display: flex; align-items: flex-start; gap: 0.75rem; margin-bottom: 0.75rem; color: var(--muted); font-size: 0.875rem; line-height: 1.5; }
.lead-magnet-points li::before { content: '✓'; color: var(--amber); font-weight: 700; flex-shrink: 0; margin-top: 0.1rem; }
.lead-magnet-form { background: var(--navy2); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 2rem; }
.lead-magnet-form h3 { font-size: 1.1rem; font-weight: 700; color: var(--white); margin-bottom: 0.5rem; }
.lead-magnet-form > p { font-size: 0.82rem; color: var(--muted); margin-bottom: 1.5rem; }
.form-group { margin-bottom: 1rem; }
.form-group label { display: block; font-size: 0.78rem; font-weight: 600; color: var(--muted); margin-bottom: 0.4rem; letter-spacing: 0.04em; text-transform: uppercase; }
.form-group input, .form-group select { width: 100%; padding: 0.75rem 1rem; background: var(--steel); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; color: var(--white); font-size: 0.875rem; font-family: 'Inter', sans-serif; transition: border-color .2s; outline: none; }
.form-group input:focus, .form-group select:focus { border-color: var(--amber); }
.form-group input::placeholder { color: var(--muted); }
.form-group select option { background: var(--steel); }
.form-submit { width: 100%; padding: 0.9rem; background: var(--amber); color: #000; border: none; border-radius: 8px; font-weight: 700; font-size: 0.9rem; cursor: pointer; transition: background .2s; font-family: 'Inter', sans-serif; }
.form-submit:hover { background: var(--amber2); }
.form-note { font-size: 0.72rem; color: var(--muted); text-align: center; margin-top: 0.75rem; }

/* BLOG */
#blog { background: var(--navy2); }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); gap: 1.5rem; margin-top: 3rem; }
.blog-card { background: var(--steel); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; overflow: hidden; transition: all .25s; text-decoration: none; display: block; }
.blog-card:hover { transform: translateY(-3px); border-color: rgba(245,158,11,0.25); }
.blog-thumb { height: 160px; background: var(--navy2); display: flex; align-items: center; justify-content: center; font-size: 2.5rem; position: relative; overflow: hidden; }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; }
.blog-cat { position: absolute; top: 1rem; left: 1rem; background: var(--amber); color: #000; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.25rem 0.65rem; border-radius: 4px; z-index: 1; }
.blog-body { padding: 1.5rem; }
.blog-date { font-size: 0.75rem; color: var(--muted); margin-bottom: 0.6rem; }
.blog-card h3 { font-size: 0.95rem; font-weight: 600; color: var(--white); margin-bottom: 0.6rem; line-height: 1.45; }
.blog-card p { font-size: 0.82rem; color: var(--muted); line-height: 1.6; margin: 0; }
.blog-more { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.78rem; font-weight: 600; color: var(--amber); margin-top: 1rem; }
.blog-all { text-align: center; margin-top: 2.5rem; }

/* BLOG SINGLE */
.blog-single-wrap { margin-top: 80px; background: var(--navy2); padding: 3rem 0 5rem; }
.blog-single-inner { max-width: 760px; margin: 0 auto; padding: 0 2rem; }
.blog-single-cat { display: inline-block; background: var(--amber); color: #000; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.25rem 0.65rem; border-radius: 4px; margin-bottom: 1rem; text-decoration: none; }
.blog-single-inner h1 { font-size: clamp(1.75rem,3vw,2.5rem); font-weight: 700; color: var(--white); margin-bottom: 1rem; line-height: 1.2; }
.blog-single-meta { font-size: 0.82rem; color: var(--muted); margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
.entry-content { color: var(--muted); font-size: 0.95rem; line-height: 1.8; }
.entry-content h2 { color: var(--white); font-size: 1.35rem; margin: 2rem 0 1rem; }
.entry-content h3 { color: var(--white); font-size: 1.1rem; margin: 1.5rem 0 0.75rem; }
.entry-content p { margin-bottom: 1.25rem; }
.entry-content ul, .entry-content ol { padding-left: 1.5rem; margin-bottom: 1.25rem; }
.entry-content li { margin-bottom: 0.5rem; }
.entry-content strong { color: var(--white); }
.entry-content a { color: var(--amber); }
.entry-content blockquote { border-left: 3px solid var(--amber); padding: 1rem 1.5rem; background: var(--steel); border-radius: 0 8px 8px 0; margin: 1.5rem 0; font-style: italic; color: var(--white); }
.entry-content table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
.entry-content th { background: var(--steel); color: var(--white); padding: 0.75rem 1rem; text-align: left; font-size: 0.85rem; }
.entry-content td { padding: 0.65rem 1rem; border-bottom: 1px solid rgba(255,255,255,0.06); font-size: 0.875rem; }

/* CTA */
#cta { background: var(--navy); padding: 5rem 0; }
.cta-box { background: var(--steel); border: 1px solid rgba(245,158,11,0.2); border-radius: 16px; padding: 3.5rem; text-align: center; position: relative; overflow: hidden; }
.cta-glow { position: absolute; top: -80px; left: 50%; transform: translateX(-50%); width: 400px; height: 400px; background: radial-gradient(circle,rgba(245,158,11,0.07) 0%,transparent 70%); pointer-events: none; }
.cta-box h2 { font-size: clamp(1.75rem,3vw,2.25rem); font-weight: 700; margin-bottom: 0.75rem; position: relative; }
.cta-box p { color: var(--muted); font-size: 1rem; max-width: 480px; margin: 0 auto 2rem; line-height: 1.7; position: relative; }

/* FOOTER */
#site-footer { background: var(--navy2); border-top: 1px solid rgba(255,255,255,0.06); padding: 3rem 0 2rem; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 3rem; flex-wrap: wrap; margin-bottom: 2rem; }
.footer-brand p { color: var(--muted); font-size: 0.85rem; line-height: 1.6; max-width: 280px; margin-top: 0.75rem; }
.footer-links h5 { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: 1rem; }
.footer-links ul { list-style: none; }
.footer-links li { margin-bottom: 0.5rem; }
.footer-links a { color: var(--muted); text-decoration: none; font-size: 0.875rem; transition: color .2s; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: 0.8rem; color: var(--muted); margin: 0; }

/* WA STICKY */
.wa-sticky { position: fixed; bottom: 2rem; right: 2rem; z-index: 200; background: #25D366; color: #fff; width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; box-shadow: 0 4px 20px rgba(37,211,102,0.4); transition: all .2s; }
.wa-sticky:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,0.55); }
.wa-sticky svg { width: 28px; height: 28px; }

/* PAGE HERO */
.page-hero { padding: 8rem 0 4rem; background: var(--navy2); text-align: center; border-bottom: 1px solid rgba(255,255,255,0.06); }
.page-hero h1 { font-size: clamp(2rem,4vw,3rem); font-weight: 700; color: var(--white); margin-bottom: 0.75rem; }
.page-hero p { color: var(--muted); font-size: 1rem; max-width: 500px; margin: 0 auto; line-height: 1.7; }
.breadcrumb { font-size: 0.78rem; color: var(--muted); margin-bottom: 1rem; }
.breadcrumb a { color: var(--amber); text-decoration: none; }

/* PRODUCT DETAIL */
.product-detail-section { background: var(--navy); padding: 4rem 0; }
.product-detail-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 4rem; align-items: start; }
.product-detail-visual { background: var(--steel); border: 1px solid rgba(245,158,11,0.15); border-radius: 16px; padding: 3rem; text-align: center; font-size: 5rem; position: sticky; top: 100px; }
.product-detail-visual p { font-size: 1rem; color: var(--muted); margin-top: 1rem; }
.product-detail-content h1 { font-size: clamp(1.75rem,3vw,2.25rem); font-weight: 700; color: var(--white); margin-bottom: 1rem; }
.product-detail-desc { color: var(--muted); font-size: 0.95rem; line-height: 1.8; margin-bottom: 2rem; }
.spec-table { width: 100%; border-collapse: collapse; margin-bottom: 2rem; }
.spec-table tr { border-bottom: 1px solid rgba(255,255,255,0.06); }
.spec-table td:first-child { font-size: 0.82rem; font-weight: 600; color: var(--muted); padding: 0.75rem 1rem 0.75rem 0; width: 40%; text-transform: uppercase; letter-spacing: 0.04em; }
.spec-table td:last-child { font-size: 0.875rem; color: var(--white); padding: 0.75rem 0; }
.product-cta-block { background: var(--steel); border: 1px solid rgba(245,158,11,0.2); border-radius: 12px; padding: 1.75rem; margin-top: 2rem; }
.product-cta-block h4 { font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 0.5rem; }
.product-cta-block p { font-size: 0.875rem; color: var(--muted); margin-bottom: 1.25rem; line-height: 1.6; }
.product-cta-block .btn-primary { width: 100%; justify-content: center; }

/* CONTACT */
.contact-section { background: var(--navy); padding: 4rem 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; margin-top: 3rem; }
.contact-info h3 { font-size: 1.25rem; font-weight: 700; color: var(--white); margin-bottom: 1.5rem; }
.contact-item { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.5rem; }
.contact-item-icon { width: 44px; height: 44px; border-radius: 10px; background: rgba(245,158,11,0.12); border: 1px solid rgba(245,158,11,0.2); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.contact-item h4 { font-size: 0.82rem; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.25rem; }
.contact-item p, .contact-item a { font-size: 0.95rem; color: var(--white); margin: 0; text-decoration: none; }
.contact-item a:hover { color: var(--amber); }
.contact-form-wrap { background: var(--steel); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 2rem; }
.contact-form-wrap h3 { font-size: 1.1rem; font-weight: 700; color: var(--white); margin-bottom: 0.5rem; }
.contact-form-wrap > p { font-size: 0.875rem; color: var(--muted); margin-bottom: 1.75rem; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 0.75rem 1rem; background: var(--navy2); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; color: var(--white); font-size: 0.875rem; font-family: 'Inter', sans-serif; transition: border-color .2s; outline: none; margin-bottom: 1rem; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--amber); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: var(--muted); }
.contact-form textarea { min-height: 120px; resize: vertical; }
.contact-form select option { background: var(--steel); }
.contact-form .submit-btn { width: 100%; padding: 0.9rem; background: var(--amber); color: #000; border: none; border-radius: 8px; font-weight: 700; font-size: 0.9rem; cursor: pointer; transition: background .2s; font-family: 'Inter', sans-serif; }
.contact-form .submit-btn:hover { background: var(--amber2); }

/* ARCHIVE */
.blog-archive-section { background: var(--navy); padding: 4rem 0; margin-top: 80px; }
.blog-archive-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(320px,1fr)); gap: 1.5rem; margin-top: 2rem; }
.wp-pagenavi { display: flex; gap: 0.5rem; justify-content: center; margin-top: 3rem; flex-wrap: wrap; }
.wp-pagenavi a, .wp-pagenavi span { padding: 0.5rem 0.875rem; background: var(--steel); border: 1px solid rgba(255,255,255,0.1); border-radius: 6px; font-size: 0.82rem; color: var(--muted); text-decoration: none; transition: all .2s; }
.wp-pagenavi .current, .wp-pagenavi a:hover { background: var(--amber); color: #000; border-color: var(--amber); }

/* MOBILE */
@media (max-width: 1024px) {
  .product-detail-grid { grid-template-columns: 1fr; }
  .product-detail-visual { position: static; }
  .lead-magnet-box { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  section { padding: 3.5rem 0; }
  .hero-content { padding: 3rem 1.5rem; }
  .about-grid { grid-template-columns: 1fr; gap: 2rem; }
  .steps { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .steps::before { display: none; }
  #site-nav { padding: 1rem 1.5rem; }
  .nav-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--navy2); flex-direction: column; padding: 1.5rem 2rem; gap: 1rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .nav-menu.open { display: flex; }
  .nav-hamburger { display: flex; }
  .hero-stats { gap: 1.5rem; }
  .footer-top { flex-direction: column; gap: 2rem; }
  .cta-box { padding: 2rem 1.5rem; }
}
@media (max-width: 480px) {
  .steps { grid-template-columns: 1fr; }
  .hero-stats { flex-wrap: wrap; gap: 1.25rem; }
  .container { padding: 0 1.25rem; }
}

/* === BLOG ARCHIVE FIXES === */
.blog-archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
}
.blog-thumb {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.blog-thumb img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.blog-card:hover .blog-thumb img { transform: scale(1.04); }
.blog-thumb > span:not(.blog-cat) {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}
.paginate-links { display: flex; gap: 0.5rem; justify-content: center; flex-wrap: wrap; }
.paginate-links .page-numbers { padding: 0.5rem 0.875rem; background: var(--steel); border: 1px solid rgba(255,255,255,0.1); border-radius: 6px; font-size: 0.82rem; color: var(--muted); text-decoration: none; transition: all .2s; }
.paginate-links .page-numbers.current, .paginate-links .page-numbers:hover { background: var(--amber); color: #000; border-color: var(--amber); }

/* === BLOG GRID CARD SIZE FIX === */
.blog-archive-grid .blog-card {
  max-width: 100%;
}
/* Paksa grid tetap 3 kolom, card tidak melebar kalau sendirian */
@media (min-width: 769px) {
  .blog-archive-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .blog-archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .blog-archive-grid {
    grid-template-columns: 1fr;
  }
}
