/*
Theme Name: Dapuran Resto Theme
Theme URI: https://autopostdapuran.my.id
Author: Dapuran AutoPost
Author URI: https://autopostdapuran.my.id
Description: Theme premium untuk website jual beli peralatan restoran & dapur bekas. Didesain untuk konversi tinggi, SEO optimal, tampilan profesional & high-trust. Kompatibel dengan plugin Dapuran AutoPost Connector dan WA Floating Button.
Version: 1.3.7
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
Tags: business, e-commerce, seo, responsive, high-trust, restaurant, equipment
Text Domain: dapuran-resto
*/

/* ============================================================
   DAPURAN RESTO THEME — Global Reset & Base
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #1E293B;
    background-color: #FAFAFA;
    -webkit-font-smoothing: antialiased;
}

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

/* ============================================================
   LAYOUT
   ============================================================ */
.site-wrapper { min-height: 100vh; display: flex; flex-direction: column; }
.site-main { flex: 1; }

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.content-area {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

@media (max-width: 900px) {
    .content-area { grid-template-columns: 1fr; padding: 24px 16px; }
}

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
    background: #FFFFFF;
    border-bottom: 1px solid #E2E8F0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    max-width: 1200px;
    margin: 0 auto;
    gap: 16px;
}

.site-branding {
    flex: 1;
    min-width: 0;
}

.site-branding a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-title {
    font-size: 20px;
    font-weight: 800;
    color: #0F172A;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.site-description {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* ============================================================
   NAVIGATION
   ============================================================ */
.main-navigation ul {
    display: flex;
    list-style: none;
    gap: 4px;
    align-items: center;
}

.main-navigation ul li a {
    display: block;
    padding: 7px 14px;
    color: #475569;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border-radius: 8px;
    transition: background .15s, color .15s;
}

.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item a {
    background: #F1F5F9;
    color: #0F172A;
}

.header-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #10B981, #059669);
    color: #FFF !important;
    font-weight: 700;
    font-size: 13px;
    padding: 8px 16px;
    border-radius: 50px;
    text-decoration: none !important;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(16,185,129,.25);
    transition: transform .2s, box-shadow .2s;
    flex-shrink: 0;
}

.header-cta-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(16,185,129,.35);
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
    padding: 6px;
    background: none;
    border: none;
    flex-shrink: 0;
}

.hamburger span {
    display: block;
    width: 20px;
    height: 2px;
    background: #0F172A;
    border-radius: 2px;
    transition: all .3s;
}

@media (max-width: 768px) {
    .header-inner {
        padding: 10px 14px;
        gap: 10px;
    }
    .site-title {
        font-size: 17px;
    }
    .site-description {
        display: none; /* Sembunyikan tagline panjang di header mobile agar header tetap ramping dan bersih */
    }
    .header-cta-btn {
        font-size: 11.5px;
        padding: 6px 12px;
        gap: 4px;
    }
    .hamburger { display: flex; }
    .main-navigation {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #FFF;
        border-top: 1px solid #E2E8F0;
        box-shadow: 0 8px 24px rgba(0,0,0,0.08);
        padding: 12px 16px 20px;
    }
    .main-navigation.open { display: block; }
    .main-navigation ul { flex-direction: column; gap: 2px; }
    .main-navigation ul li a { padding: 10px 12px; font-size: 15px; }
}

/* ============================================================
   HERO BANNER
   ============================================================ */
.dapuran-hero {
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 50%, #0F172A 100%);
    padding: 64px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.dapuran-hero::before {
    content: '';
    position: absolute;
    top: -100px; left: 50%;
    transform: translateX(-50%);
    width: 600px; height: 400px;
    background: radial-gradient(ellipse, rgba(79,70,229,.2) 0%, transparent 70%);
    pointer-events: none;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(16,185,129,.15);
    border: 1px solid rgba(16,185,129,.3);
    color: #34D399;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
    letter-spacing: .04em;
}

.hero-title {
    font-size: clamp(26px, 4vw, 44px);
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin-bottom: 18px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hero-title span { color: #818CF8; }

.hero-desc {
    font-size: 16px;
    color: #94A3B8;
    max-width: 520px;
    margin: 0 auto 30px;
    line-height: 1.7;
}

.hero-btns {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #FFF;
    font-weight: 700;
    font-size: 15px;
    padding: 13px 26px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(37,211,102,.35);
    transition: transform .2s, box-shadow .2s;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(37,211,102,.45);
    color: #FFF;
    text-decoration: none;
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    color: #E2E8F0;
    font-weight: 600;
    font-size: 15px;
    padding: 13px 26px;
    border-radius: 50px;
    text-decoration: none;
    transition: background .2s;
}

.btn-secondary:hover {
    background: rgba(255,255,255,.12);
    color: #FFF;
    text-decoration: none;
}

/* Trust stats below hero */
.hero-stats {
    display: flex;
    gap: 32px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid rgba(255,255,255,.08);
}

.hero-stat { text-align: center; }

.hero-stat-number {
    font-size: 28px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 4px;
}

.hero-stat-label {
    font-size: 12px;
    color: #64748B;
    font-weight: 500;
}

/* ============================================================
   POSTS GRID (2 KOLOM EKSKLUSIF & 4 ARTIKEL PER HALAMAN)
   ============================================================ */
.posts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    padding: 32px 20px 48px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 768px) {
    .posts-grid {
        grid-template-columns: 1fr !important;
        padding: 20px 16px 36px !important;
        gap: 20px !important;
    }
}

.post-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    overflow: hidden;
    transition: transform .2s, box-shadow .2s, border-color .2s;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
}

.post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.08);
    border-color: #C7D2FE;
    text-decoration: none;
}

.post-card-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    background: linear-gradient(135deg, #F1F5F9, #E2E8F0);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.post-card-body {
    padding: 18px 20px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.post-card-cat {
    font-size: 11px;
    font-weight: 700;
    color: #4F46E5;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 8px;
    text-decoration: none;
}

.post-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.4;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}

.post-card-excerpt {
    font-size: 13.5px;
    color: #64748B;
    line-height: 1.6;
    flex: 1;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #94A3B8;
}

.post-card-read-more {
    font-size: 12px;
    font-weight: 700;
    color: #4F46E5;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
}

.post-card-read-more:hover { color: #3730A3; text-decoration: none; }

/* ============================================================
   SINGLE POST / PAGE
   ============================================================ */
.entry-header { margin-bottom: 28px; }

.entry-category {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #4F46E5;
    background: #EEF2FF;
    padding: 3px 10px;
    border-radius: 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 12px;
}

.entry-title {
    font-size: clamp(22px, 3vw, 36px);
    font-weight: 800;
    color: #0F172A;
    line-height: 1.2;
    letter-spacing: -0.03em;
    margin-bottom: 14px;
}

.entry-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 13px;
    color: #64748B;
    padding-bottom: 20px;
    border-bottom: 1px solid #F1F5F9;
    margin-bottom: 28px;
}

.entry-meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Article content styling */
.entry-content {
    color: #334155;
    font-size: 15.5px;
    line-height: 1.8;
}

.entry-content h2 {
    font-size: 22px;
    font-weight: 800;
    color: #0F172A;
    margin: 36px 0 16px;
    letter-spacing: -0.02em;
    padding-bottom: 8px;
    border-bottom: 2px solid #EEF2FF;
}

.entry-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1E293B;
    margin: 28px 0 12px;
}

.entry-content p { margin-bottom: 18px; }

.entry-content ul, .entry-content ol {
    margin: 0 0 18px 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.entry-content li { color: #475569; }

.entry-content a {
    color: #4F46E5;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: #C7D2FE;
}

.entry-content a:hover { color: #3730A3; }

.entry-content strong { font-weight: 700; color: #0F172A; }

.entry-content blockquote {
    border-left: 4px solid #4F46E5;
    background: #F8FAFF;
    padding: 16px 20px;
    margin: 24px 0;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #475569;
}

.entry-content img {
    max-width: 100%;
    border-radius: 10px;
    margin: 16px 0;
}

.entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
}

.entry-content th {
    background: #0F172A;
    color: #FFF;
    padding: 10px 14px;
    text-align: left;
    font-weight: 700;
}

.entry-content td {
    padding: 10px 14px;
    border-bottom: 1px solid #E2E8F0;
    color: #475569;
}

.entry-content tr:nth-child(even) td { background: #F8FAFC; }

/* ============================================================
   SIDEBAR
   ============================================================ */
.widget-area {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.widget {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}

.widget-title {
    font-size: 13px;
    font-weight: 800;
    color: #0F172A;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #EEF2FF;
}

.widget_recent_comments, .widget_archive { display: none !important; }

.widget_search .search-form {
    display: flex;
    gap: 8px;
}

.widget_search .search-field {
    flex: 1;
    padding: 9px 12px;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    font-size: 13px;
    outline: none;
    transition: border-color .15s;
}

.widget_search .search-field:focus { border-color: #4F46E5; }

.widget_search .search-submit {
    background: #0F172A;
    color: #FFF;
    border: none;
    padding: 9px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

/* Recent Posts */
.widget_recent_entries ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.widget_recent_entries ul li {
    padding: 10px 12px;
    background: #F8FAFC;
    border-radius: 8px;
    border: 1px solid #F1F5F9;
    transition: border-color .15s, background .15s;
}

.widget_recent_entries ul li:hover {
    border-color: #C7D2FE;
    background: #F8FAFF;
}

.widget_recent_entries ul li a {
    font-size: 13px;
    font-weight: 600;
    color: #1E293B;
    text-decoration: none;
    display: block;
    line-height: 1.4;
}

.widget_recent_entries ul li a:hover { color: #4F46E5; }

/* Categories */
.widget_categories ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.widget_categories ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    text-decoration: none;
    padding: 7px 10px;
    border-radius: 7px;
    transition: background .15s, color .15s;
}

.widget_categories ul li a:hover {
    background: #EEF2FF;
    color: #4F46E5;
}

/* ============================================================
   TOC (Table of Contents)
   ============================================================ */
.dapuran-toc {
    background: #F8FAFF;
    border: 1px solid #C7D2FE;
    border-radius: 12px;
    padding: 20px 22px;
    margin: 28px 0;
}

.dapuran-toc-title {
    font-size: 14px;
    font-weight: 800;
    color: #3730A3;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.dapuran-toc ol {
    margin: 0;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.dapuran-toc li a {
    font-size: 13.5px;
    color: #4F46E5;
    text-decoration: none;
    font-weight: 500;
}

.dapuran-toc li a:hover { text-decoration: underline; }

/* ============================================================
   BACA JUGA / RELATED BOX
   ============================================================ */
.dapuran-read-more-box {
    background: #F8FAFF;
    border-left: 4px solid #4F46E5;
    padding: 14px 18px;
    margin: 24px 0;
    border-radius: 0 8px 8px 0;
}

.dapuran-read-more-box p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
}

.dapuran-read-more-box a {
    color: #4F46E5;
    text-decoration: underline;
}

/* CTA WhatsApp Box */
.dapuran-wa-cta-box {
    background: linear-gradient(135deg, #0F172A, #1E293B);
    border-radius: 14px;
    padding: 24px;
    margin: 32px 0;
    text-align: center;
}

.dapuran-wa-cta-box h3 {
    color: #FFF;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}

.dapuran-wa-cta-box p {
    color: #94A3B8;
    font-size: 13.5px;
    margin-bottom: 18px;
}

.dapuran-wa-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #FFF;
    font-weight: 700;
    font-size: 15px;
    padding: 13px 26px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(37,211,102,.35);
}

/* ============================================================
   PAGINATION (PREMIUM MODERN PILL DESIGN)
   ============================================================ */
.pagination, .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 30px 20px 50px;
    flex-wrap: wrap;
}

.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: 12px;
    font-size: 13.5px;
    font-weight: 700;
    color: #475569;
    background: #FFFFFF;
    border: 1.5px solid #E2E8F0;
    text-decoration: none;
    transition: all .18s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.03);
    line-height: 1;
}

.page-numbers:hover {
    background: #F8FAFC;
    border-color: #0284C7;
    color: #0284C7;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.12);
    text-decoration: none;
}

.page-numbers.current {
    background: linear-gradient(135deg, #0284C7 0%, #0369A1 100%);
    color: #FFFFFF;
    border-color: transparent;
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.35);
    cursor: default;
    transform: none;
}

.page-numbers.dots {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #94A3B8;
    font-weight: 800;
    cursor: default;
}

.page-numbers.prev, .page-numbers.next {
    padding: 0 18px;
    font-size: 13px;
    font-weight: 700;
    background: #FFFFFF;
    border: 1.5px solid #E2E8F0;
    border-radius: 99px;
}

.page-numbers.prev:hover, .page-numbers.next:hover {
    background: #0F172A;
    color: #FFFFFF;
    border-color: #0F172A;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.2);
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
    background: #0F172A;
    color: #94A3B8;
    padding: 48px 20px 24px;
    margin-top: 64px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto 40px;
}

@media (max-width: 768px) {
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}

.footer-brand-name {
    font-size: 20px;
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
}

.footer-brand-desc {
    font-size: 13.5px;
    color: #64748B;
    line-height: 1.7;
    margin-bottom: 20px;
}

.footer-trust-badges {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    color: #CBD5E1;
}

.footer-col-title {
    font-size: 11px;
    font-weight: 800;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 14px;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-links li a {
    font-size: 13.5px;
    color: #64748B;
    text-decoration: none;
    transition: color .15s;
}

.footer-links li a:hover { color: #CBD5E1; text-decoration: none; }

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 12.5px;
    color: #475569;
}

/* ============================================================
   RESPONSIVE UTILITY
   ============================================================ */
@media (max-width: 600px) {
    .hero-stats { gap: 20px; }
    .hero-stat-number { font-size: 22px; }
}


/* ============================================================
   LANDING PAGE B2B SECTIONS (PERKAKAS RESTO STYLE MODIFICATION)
   ============================================================ */

/* 1. SECTION INTRO / ABOUT */
.section-intro {
    padding: 30px 0;
    background: #FFFFFF;
    border-bottom: 1px solid #E2E8F0;
}

.intro-card {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 32px 36px;
    font-size: 15px;
    color: #334155;
    line-height: 1.8;
    box-shadow: 0 4px 16px rgba(0,0,0,0.02);
}

.intro-card p {
    margin-bottom: 16px;
}

.intro-card p:last-child {
    margin-bottom: 0;
}

/* SECTION HEADER GENERAL */
.section-header-center {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 36px;
}

.section-badge {
    display: inline-block;
    background: #EFF6FF;
    color: #0284C7;
    border: 1px solid #BAE6FD;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 4px 12px;
    border-radius: 99px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.section-title {
    font-size: 26px;
    font-weight: 800;
    color: #0F172A;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
    line-height: 1.25;
}

.section-subtitle {
    font-size: 14px;
    color: #64748B;
    line-height: 1.6;
}

/* 2. PRODUCTS GRID */
.section-products {
    padding: 50px 0 40px;
    background: #FAFAFA;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-bottom: 36px;
}

.product-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.07);
    border-color: #CBD5E1;
}

.product-img-box {
    height: 160px;
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #FFF;
}

.product-icon-badge {
    font-size: 38px;
    margin-bottom: 6px;
}

.product-img-placeholder {
    font-size: 12px;
    font-weight: 700;
    color: #94A3B8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.product-card-body {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-title {
    font-size: 17px;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 8px;
    line-height: 1.35;
}

.product-desc {
    font-size: 13.5px;
    color: #64748B;
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
}

.btn-product-order {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #0284C7;
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none !important;
    transition: background 0.15s ease;
    width: 100%;
    text-align: center;
}

.btn-product-order:hover {
    background: #0369A1;
}

/* CATALOG BANNER */
.catalog-banner-box {
    background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 100%);
    border: 1.5px solid #BFDBFE;
    border-radius: 14px;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-catalog-cta {
    background: #0284C7;
    color: #FFFFFF !important;
    font-weight: 800;
    font-size: 13px;
    padding: 12px 24px;
    border-radius: 99px;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.35);
    transition: all 0.18s ease;
    white-space: nowrap;
}

.btn-catalog-cta:hover {
    background: #0369A1;
    box-shadow: 0 6px 20px rgba(2, 132, 199, 0.45);
    transform: translateY(-1px);
}

/* 3. SECTION WHY CHOOSE US */
.section-why {
    padding: 50px 0;
    background: #FFFFFF;
    border-top: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.why-card {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 28px 24px;
    transition: all 0.2s ease;
}

.why-card:hover {
    border-color: #BAE6FD;
    background: #F0F9FF;
    transform: translateY(-3px);
}

.why-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.why-card-title {
    font-size: 16px;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 8px;
    line-height: 1.35;
}

.why-card-desc {
    font-size: 13.5px;
    color: #64748B;
    line-height: 1.6;
}

/* 4. SECTION TESTIMONIALS */
.section-testimonials {
    padding: 50px 0;
    background: #FAFAFA;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
}

.testimonial-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}

.testimonial-stars {
    color: #F59E0B;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.testimonial-text {
    font-size: 14px;
    color: #334155;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0284C7, #0369A1);
    color: #FFF;
    font-weight: 800;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.author-name {
    font-size: 14px;
    font-weight: 700;
    color: #0F172A;
}

.author-location {
    font-size: 12px;
    color: #64748B;
}

/* 5. SECTION CTA CONTACT & LOCATION */
.section-cta-contact {
    padding: 50px 0;
    background: #FFFFFF;
}

.cta-contact-box {
    background: linear-gradient(145deg, #0F172A 0%, #1E293B 100%);
    border-radius: 20px;
    padding: 40px;
    color: #FFFFFF;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: center;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.15);
}

@media (max-width: 860px) {
    .cta-contact-box {
        grid-template-columns: 1fr;
        padding: 28px 20px;
        gap: 30px;
    }
}

.btn-wa-large {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 14.5px;
    padding: 14px 26px;
    border-radius: 50px;
    text-decoration: none !important;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.btn-wa-large:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.5);
}

.location-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 24px;
}

.location-card h4 {
    font-size: 14px;
    font-weight: 800;
    color: #F8FAFC;
    margin-bottom: 4px;
}

.location-card p {
    font-size: 13px;
    color: #CBD5E1;
    line-height: 1.6;
    margin: 0;
}


/* ============================================================
   MOBILE UX POLISH (1 KOLOM PENUH & NO HORIZONTAL OVERFLOW)
   ============================================================ */
@media (max-width: 680px) {
    /* 1. Header Ringkas & Rapi */
    .header-inner {
        padding: 10px 14px;
        gap: 8px;
    }
    .site-title {
        font-size: 16px;
    }
    .header-cta-btn {
        padding: 6px 12px;
        font-size: 11.5px;
    }

    /* 2. Grid Artikel 1 Kolom Penuh */
    .posts-grid {
        grid-template-columns: 1fr !important;
        padding: 20px 14px 30px !important;
        gap: 16px !important;
    }

    .post-card {
        border-radius: 12px;
        margin: 0;
    }

    .post-card-img {
        height: 190px !important;
    }

    .post-card-body {
        padding: 14px 16px 16px !important;
    }

    .post-card-title {
        font-size: 15px !important;
        margin-bottom: 6px !important;
    }

    .post-card-excerpt {
        font-size: 13px !important;
        -webkit-line-clamp: 2 !important;
        margin-bottom: 12px !important;
    }

    /* 3. Product & Feature Cards 1 Kolom */
    .product-grid, .why-grid, .testimonial-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .dapuran-hero {
        padding: 40px 14px 30px !important;
    }

    .hero-title {
        font-size: 24px !important;
    }

    .hero-desc {
        font-size: 13.5px !important;
    }

    .hero-btns {
        flex-direction: column !important;
        width: 100%;
        gap: 10px !important;
    }

    .hero-btns a {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .intro-card {
        padding: 20px 16px !important;
        font-size: 13.5px !important;
    }

    .section-title {
        font-size: 20px !important;
    }

    .catalog-banner-box {
        padding: 18px 16px !important;
        flex-direction: column !important;
        align-items: stretch !important;
        text-align: center;
    }

    .btn-catalog-cta {
        width: 100%;
        text-align: center;
    }
}
