/*
Theme Name: Bonai
Theme URI: https://bonai.com
Author: Bonai Co., Ltd.
Author URI: https://bonai.com
Description: Professional B2B export website for Bonai Building Materials manufacturer in Langfang, Hebei, China. Products: Polycarbonate Sheet, Fiberglass Sheets, ASA PVC Roof Tiles, PP Sheet, TR5 PVC Roofing.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: Proprietary
Text Domain: bonai
*/

/* ============================================================
   BONAI THEME — Atlas Blue Design System
   Primary: #0D2B4E  |  Steel: #1E5A8A  |  Amber: #F5A623
   Fonts: Barlow Condensed (headings) + Source Sans 3 (body)
   ============================================================ */

/* ---------- RESET & BASE ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { font-size: 16px; scroll-behavior: smooth; }

body {
    font-family: 'Source Sans 3', 'Source Sans Pro', sans-serif;
    color: #1F2937;
    background: #fff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { border: none; background: none; cursor: pointer; font: inherit; }

/* ---------- TYPOGRAPHY ---------- */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.15;
    color: #0D2B4E;
}

/* ---------- LAYOUT ---------- */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.section-pad { padding: 5rem 0; }

/* ---------- COLORS ---------- */
.bg-white { background: #fff; }
.bg-light { background: #F8F9FA; }
.bg-navy { background: #0D2B4E; }
.bg-steel { background: #1E5A8A; }

/* ---------- SECTION LABEL ---------- */
.section-label {
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #F5A623;
    margin-bottom: 0.75rem;
}

/* ---------- BUTTONS ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.75rem;
    border-radius: 4px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.18s ease;
    white-space: nowrap;
    text-decoration: none;
}

.btn-amber {
    background: #F5A623;
    color: #0D2B4E;
    border: 2px solid #F5A623;
}
.btn-amber:hover { background: #e09510; border-color: #e09510; transform: translateY(-1px); }

.btn-navy {
    background: #0D2B4E;
    color: #fff;
    border: 2px solid #0D2B4E;
}
.btn-navy:hover { background: #1E5A8A; border-color: #1E5A8A; }

.btn-outline-navy {
    background: transparent;
    color: #0D2B4E;
    border: 2px solid #0D2B4E;
}
.btn-outline-navy:hover { background: #0D2B4E; color: #fff; }

.btn-outline-white {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.6);
}
.btn-outline-white:hover { background: rgba(255,255,255,0.15); border-color: #fff; }

.btn-wa {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 1rem;
    background: #25D366;
    color: #fff;
    border-radius: 4px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: background 0.18s;
    text-decoration: none;
}
.btn-wa:hover { background: #1ebe5a; }

.btn-quote {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 1.25rem;
    background: #F5A623;
    color: #0D2B4E;
    border-radius: 4px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: background 0.18s;
    text-decoration: none;
}
.btn-quote:hover { background: #e09510; }

/* ---------- HEADER ---------- */
#site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #0D2B4E;
    box-shadow: 0 2px 20px rgba(0,0,0,0.25);
}

.header-topbar {
    background: #0a2240;
    padding: 0.35rem 0;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.6);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.header-topbar a { color: rgba(255,255,255,0.6); transition: color 0.15s; }
.header-topbar a:hover { color: #F5A623; }

.header-main {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 0.85rem 0;
}

.site-logo {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    flex-shrink: 0;
}
.site-logo img { width: 36px; height: 36px; object-fit: contain; }
.site-logo-text { display: flex; flex-direction: column; }
.site-logo-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1;
}
.site-logo-sub {
    font-size: 0.62rem;
    color: rgba(255,255,255,0.5);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 0;
    margin-left: auto;
}
.main-nav a,
.main-nav .menu-item > a {
    display: block;
    padding: 0.5rem 0.9rem;
    color: rgba(255,255,255,0.85);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: color 0.15s;
    text-decoration: none;
}
.main-nav a:hover,
.main-nav .menu-item > a:hover,
.main-nav .current-menu-item > a { color: #F5A623; }

/* Dropdown */
.main-nav .menu-item { position: relative; }
.main-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #0D2B4E;
    min-width: 220px;
    border-top: 3px solid #F5A623;
    box-shadow: 0 8px 30px rgba(0,0,0,0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.2s ease;
    z-index: 100;
    list-style: none;
    padding: 0.5rem 0;
}
.main-nav .menu-item:hover .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.main-nav .sub-menu a {
    padding: 0.6rem 1.25rem;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.8);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.main-nav .sub-menu a:hover { color: #F5A623; background: rgba(255,255,255,0.05); }

.header-ctas { display: flex; align-items: center; gap: 0.6rem; flex-shrink: 0; }

/* Mobile toggle */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 0.5rem;
    cursor: pointer;
    margin-left: auto;
}
.menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    transition: all 0.25s;
    border-radius: 2px;
}

/* Mobile nav */
.mobile-nav {
    display: none;
    background: #0a2240;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 1rem 1.5rem;
}
.mobile-nav.open { display: block; }
.mobile-nav a,
.mobile-nav .menu-item > a {
    display: block;
    padding: 0.7rem 0;
    color: rgba(255,255,255,0.85);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    text-decoration: none;
}
.mobile-nav .sub-menu { padding-left: 1rem; list-style: none; }
.mobile-nav .sub-menu a { font-size: 0.88rem; }
.mobile-nav-ctas { display: flex; gap: 0.75rem; margin-top: 1rem; flex-wrap: wrap; }

/* ---------- PAGE HERO ---------- */
.page-hero {
    background: linear-gradient(135deg, #0D2B4E 0%, #1E5A8A 100%);
    color: #fff;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}
.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.page-hero h1 {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.5rem);
    position: relative;
}

/* ---------- HERO (HOMEPAGE) ---------- */
.hero-section {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #0D2B4E 0%, #1E3A5F 50%, #1E5A8A 100%);
    overflow: hidden;
    padding: 5rem 0 4rem;
}
.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-content { position: relative; z-index: 2; max-width: 680px; }
.hero-eyebrow {
    display: inline-block;
    background: rgba(245,166,35,0.15);
    border: 1px solid rgba(245,166,35,0.4);
    color: #F5A623;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 0.35rem 0.85rem;
    border-radius: 2px;
    margin-bottom: 1.25rem;
}
.hero-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(2.5rem, 5.5vw, 4.5rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.05;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}
.hero-title span { color: #F5A623; }
.hero-desc {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 520px;
}
.hero-ctas { display: flex; gap: 0.85rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.hero-stats { display: flex; gap: 2rem; flex-wrap: wrap; }
.hero-stat-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    color: #F5A623;
    line-height: 1;
}
.hero-stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 0.2rem; }

/* ---------- PRODUCT CARDS ---------- */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.75rem;
}
.product-card {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.22s ease;
    display: flex;
    flex-direction: column;
}
.product-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(13,43,78,0.12); border-color: #1E5A8A; }
.product-card-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    background: linear-gradient(135deg, #0D2B4E, #1E5A8A);
}
.product-card-img-placeholder {
    width: 100%;
    height: 220px;
    background: linear-gradient(135deg, #0D2B4E, #1E5A8A);
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-card-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.product-card-tag {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1E5A8A;
    margin-bottom: 0.4rem;
}
.product-card-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    color: #0D2B4E;
    margin-bottom: 0.6rem;
    letter-spacing: 0.02em;
}
.product-card-desc { font-size: 0.88rem; color: #6B7280; line-height: 1.6; margin-bottom: 1.25rem; flex: 1; }
.product-card-footer { display: flex; gap: 0.6rem; align-items: center; }

/* ---------- PRODUCT DETAIL ---------- */
.product-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table tr:nth-child(even) { background: #F8F9FA; }
.spec-table td {
    padding: 0.65rem 1rem;
    font-size: 0.88rem;
    border-bottom: 1px solid #E5E7EB;
    color: #374151;
}
.spec-table td:first-child { font-weight: 600; color: #0D2B4E; width: 40%; }

/* ---------- FEATURES GRID ---------- */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
}
.feature-card {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 1.75rem;
    text-align: center;
    transition: all 0.2s;
}
.feature-card:hover { border-color: #1E5A8A; box-shadow: 0 6px 24px rgba(13,43,78,0.08); }
.feature-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #0D2B4E, #1E5A8A);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: #fff;
}
.feature-card h3 { font-size: 1rem; color: #0D2B4E; margin-bottom: 0.5rem; }
.feature-card p { font-size: 0.85rem; color: #6B7280; line-height: 1.6; }

/* ---------- CTA BANNER ---------- */
.cta-banner {
    background: linear-gradient(135deg, #F5A623 0%, #e09510 100%);
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}
.cta-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: rgba(255,255,255,0.06);
    border-radius: 50%;
}
.cta-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    position: relative;
}
.cta-banner h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 900;
    color: #0D2B4E;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.cta-banner p { color: rgba(13,43,78,0.75); font-size: 1rem; margin-top: 0.4rem; }
.cta-banner-btns { display: flex; gap: 0.75rem; flex-wrap: wrap; }

/* ---------- BLOG GRID ---------- */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.75rem;
}
.blog-card {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.22s;
    display: flex;
    flex-direction: column;
}
.blog-card:hover { transform: translateY(-3px); box-shadow: 0 10px 35px rgba(13,43,78,0.1); }
.blog-card-img { width: 100%; height: 200px; object-fit: cover; background: #E5E7EB; }
.blog-card-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.blog-card-cat {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1E5A8A;
    margin-bottom: 0.5rem;
}
.blog-card-title { font-family: 'Barlow Condensed', sans-serif; font-size: 1.15rem; font-weight: 700; color: #0D2B4E; margin-bottom: 0.6rem; line-height: 1.3; }
.blog-card-excerpt { font-size: 0.85rem; color: #6B7280; line-height: 1.6; flex: 1; margin-bottom: 1rem; }
.blog-card-meta { font-size: 0.75rem; color: #9CA3AF; }

/* Blog list page */
.blog-grid-main {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: start;
}
.post-list { display: flex; flex-direction: column; gap: 2rem; }
.post-list-item {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 1.5rem;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.2s;
}
.post-list-item:hover { box-shadow: 0 6px 24px rgba(13,43,78,0.1); }
.post-list-img { width: 200px; height: 160px; object-fit: cover; background: #E5E7EB; }
.post-list-body { padding: 1.25rem 1.25rem 1.25rem 0; display: flex; flex-direction: column; }
.post-list-title { font-family: 'Barlow Condensed', sans-serif; font-size: 1.2rem; font-weight: 700; color: #0D2B4E; margin-bottom: 0.5rem; }
.post-list-title a { color: inherit; text-decoration: none; }
.post-list-title a:hover { color: #1E5A8A; }
.post-list-excerpt { font-size: 0.88rem; color: #6B7280; line-height: 1.6; flex: 1; }
.post-list-meta { font-size: 0.78rem; color: #9CA3AF; margin-top: 0.75rem; }

/* Blog sidebar */
.blog-sidebar { position: sticky; top: 120px; }
.sidebar-widget {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}
.sidebar-widget h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #0D2B4E;
    text-transform: uppercase;
    margin-bottom: 1rem;
    padding-bottom: 0.6rem;
    border-bottom: 2px solid #F5A623;
}

/* ---------- POST CONTENT ---------- */
.post-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 3rem;
    align-items: start;
}
.post-content-wrap { min-width: 0; }
.post-content h2 { font-size: 1.6rem; margin: 2rem 0 0.75rem; color: #0D2B4E; }
.post-content h3 { font-size: 1.25rem; margin: 1.5rem 0 0.6rem; color: #1E5A8A; }
.post-content p { margin-bottom: 1.25rem; color: #374151; line-height: 1.8; }
.post-content ul, .post-content ol { margin: 1rem 0 1.25rem 1.5rem; }
.post-content li { margin-bottom: 0.4rem; color: #374151; line-height: 1.7; }
.post-content table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
.post-content table th { background: #0D2B4E; color: #fff; padding: 0.75rem 1rem; text-align: left; font-family: 'Barlow Condensed', sans-serif; font-size: 0.88rem; letter-spacing: 0.05em; }
.post-content table td { padding: 0.65rem 1rem; border-bottom: 1px solid #E5E7EB; font-size: 0.88rem; }
.post-content table tr:nth-child(even) { background: #F8F9FA; }
.post-content blockquote { border-left: 4px solid #F5A623; padding: 1rem 1.5rem; background: #FFF8EC; margin: 1.5rem 0; color: #374151; font-style: italic; }
.post-sidebar { position: sticky; top: 120px; }

/* ---------- INQUIRY FORM ---------- */
.inquiry-form-wrap { max-width: 700px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-bottom: 1.25rem; }
.form-group { margin-bottom: 1.25rem; }
.form-group label {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #374151;
    margin-bottom: 0.4rem;
}
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1.5px solid #D1D5DB;
    border-radius: 4px;
    font-size: 0.92rem;
    font-family: inherit;
    color: #1F2937;
    background: #fff;
    transition: border-color 0.15s;
    outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: #1E5A8A; box-shadow: 0 0 0 3px rgba(30,90,138,0.1); }
.form-group textarea { resize: vertical; min-height: 130px; }

/* ---------- BREADCRUMB ---------- */
.breadcrumb-wrap {
    background: #F8F9FA;
    border-bottom: 1px solid #E5E7EB;
    padding: 0.65rem 0;
}
.breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    color: #9CA3AF;
    flex-wrap: wrap;
}
.breadcrumb a { color: #1E5A8A; text-decoration: none; }
.breadcrumb a:hover { color: #0D2B4E; }
.breadcrumb .sep { color: #D1D5DB; }
.breadcrumb .current { color: #374151; font-weight: 500; }

/* ---------- FOOTER ---------- */
#site-footer { background: #0D2B4E; color: rgba(255,255,255,0.7); }
.footer-main { padding: 4rem 0 3rem; }
.footer-main .container {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 2.5rem;
}
.footer-brand p { font-size: 0.88rem; line-height: 1.7; margin-top: 1rem; color: rgba(255,255,255,0.55); }
.footer-col h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #F5A623;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.5rem; }
.footer-col ul li a { font-size: 0.88rem; color: rgba(255,255,255,0.6); transition: color 0.15s; text-decoration: none; }
.footer-col ul li a:hover { color: #F5A623; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 0.6rem; margin-bottom: 0.75rem; font-size: 0.85rem; }
.footer-contact-item svg { flex-shrink: 0; margin-top: 2px; color: #F5A623; }
.footer-contact-item a { color: rgba(255,255,255,0.6); transition: color 0.15s; text-decoration: none; }
.footer-contact-item a:hover { color: #F5A623; }
.footer-bottom {
    background: #0a2240;
    padding: 1rem 0;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.4);
    border-top: 1px solid rgba(255,255,255,0.08);
}

/* ---------- FLOATING CONTACT ---------- */
.floating-contact {
    position: fixed;
    bottom: 2rem;
    right: 1.5rem;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.6rem;
}
.floating-options { display: flex; flex-direction: column; gap: 0.5rem; align-items: flex-end; }
.floating-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1rem;
    border-radius: 25px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: all 0.18s;
    white-space: nowrap;
}
.floating-btn:hover { transform: translateX(-3px); }
.floating-btn-wa { background: #25D366; }
.floating-btn-phone { background: #1E5A8A; }
.floating-btn-inquiry { background: #F5A623; color: #0D2B4E; }
.floating-toggle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37,211,102,0.4);
    cursor: pointer;
    transition: all 0.2s;
    border: none;
}
.floating-toggle:hover { transform: scale(1.08); }

/* ---------- STATS SECTION ---------- */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}
.stat-item {
    text-align: center;
    padding: 2.5rem 1.5rem;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.stat-item:last-child { border-right: none; }
.stat-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    color: #F5A623;
    line-height: 1;
}
.stat-label { font-size: 0.82rem; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 0.4rem; }

/* ---------- FAQ ACCORDION ---------- */
.faq-item { border-bottom: 1px solid #E5E7EB; }
.faq-question {
    width: 100%;
    text-align: left;
    padding: 1.1rem 0;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #0D2B4E;
    letter-spacing: 0.02em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    background: none;
    border: none;
}
.faq-question:hover { color: #1E5A8A; }
.faq-answer { padding: 0 0 1.1rem; font-size: 0.92rem; color: #4B5563; line-height: 1.75; display: none; }
.faq-answer.open { display: block; }

/* ---------- PAGINATION ---------- */
.pagination { display: flex; justify-content: center; gap: 0.4rem; margin-top: 3rem; flex-wrap: wrap; }
.pagination a, .pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1.5px solid #E5E7EB;
    border-radius: 4px;
    font-size: 0.88rem;
    color: #374151;
    text-decoration: none;
    transition: all 0.15s;
}
.pagination a:hover { background: #0D2B4E; color: #fff; border-color: #0D2B4E; }
.pagination .current { background: #0D2B4E; color: #fff; border-color: #0D2B4E; }

/* ---------- NOTICE / ALERT ---------- */
.notice { padding: 1rem 1.25rem; border-radius: 6px; font-size: 0.9rem; margin-bottom: 1rem; }
.notice-success { background: #ECFDF5; color: #065F46; border: 1px solid #A7F3D0; }
.notice-error { background: #FEF2F2; color: #991B1B; border: 1px solid #FECACA; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
    .footer-main .container { grid-template-columns: 1fr 1fr; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
    .product-detail-grid { grid-template-columns: 1fr; }
    .blog-grid-main { grid-template-columns: 1fr; }
    .post-layout { grid-template-columns: 1fr; }
    .post-sidebar { position: static; }
    .blog-sidebar { position: static; }
}

@media (max-width: 768px) {
    .main-nav, .header-ctas { display: none; }
    .menu-toggle { display: flex; }
    .section-pad { padding: 3rem 0; }
    .footer-main .container { grid-template-columns: 1fr; gap: 2rem; }
    .products-grid { grid-template-columns: 1fr; }
    .blog-grid { grid-template-columns: 1fr; }
    .features-grid { grid-template-columns: 1fr 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .hero-stats { gap: 1.25rem; }
    .cta-banner-inner { flex-direction: column; text-align: center; }
    .cta-banner-btns { justify-content: center; }
    .post-list-item { grid-template-columns: 1fr; }
    .post-list-img { width: 100%; height: 180px; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
    .features-grid { grid-template-columns: 1fr; }
    .hero-ctas { flex-direction: column; }
    .hero-ctas .btn { width: 100%; justify-content: center; }
    .floating-btn span { display: none; }
    .floating-btn { padding: 0.75rem; border-radius: 50%; width: 44px; height: 44px; justify-content: center; }
}

/* ============================================================
   MISSING CLASSES —补全所有模板中使用的CSS类
   ============================================================ */

/* ---------- UTILITY ---------- */
.text-center { text-align: center; }
.mb-8  { margin-bottom: 2rem; }
.mb-12 { margin-bottom: 3rem; }
.highlight { color: #F5A623; }

/* ---------- HERO SECTION (HOMEPAGE) ---------- */
.hero-section {
    position: relative;
    min-height: 640px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #0D2B4E 0%, #1E3A5F 55%, #1E5A8A 100%);
    overflow: hidden;
    padding: 7rem 0 5rem;
}
.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.18;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(13,43,78,0.92) 0%, rgba(30,90,138,0.7) 100%);
}
.hero-pattern {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-diagonal {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 80px;
    background: #fff;
    clip-path: polygon(0 60%, 100% 0, 100% 100%, 0 100%);
}
.hero-content { position: relative; z-index: 2; max-width: 700px; }
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(245,166,35,0.12);
    border: 1px solid rgba(245,166,35,0.35);
    color: #F5A623;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 0.4rem 0.9rem;
    border-radius: 2px;
    margin-bottom: 1.5rem;
}
.hero-badge .dot {
    width: 6px;
    height: 6px;
    background: #F5A623;
    border-radius: 50%;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}
.hero-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(2.5rem, 5.5vw, 4.5rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.05;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}
.hero-desc {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.72);
    line-height: 1.75;
    margin-bottom: 2rem;
    max-width: 540px;
}
.hero-ctas { display: flex; gap: 0.85rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.hero-stats { display: flex; gap: 2.5rem; flex-wrap: wrap; }
.hero-stat-value {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2.2rem;
    font-weight: 900;
    color: #F5A623;
    line-height: 1;
}
.hero-stat-label {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 0.2rem;
}

/* ---------- PRODUCT CARD EXTRAS ---------- */
.product-card-img {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: linear-gradient(135deg, #0D2B4E, #1E5A8A);
}
.product-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.product-card:hover .product-card-img img { transform: scale(1.04); }
.product-card-badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    background: #F5A623;
    color: #0D2B4E;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.2rem 0.55rem;
    border-radius: 2px;
}
.product-card-tagline {
    font-size: 0.78rem;
    color: #1E5A8A;
    font-weight: 600;
    margin-bottom: 0.5rem;
    letter-spacing: 0.02em;
}

/* ---------- ADVANTAGE SECTION ---------- */
.advantage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}
.advantage-card {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 1.75rem;
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    transition: all 0.2s;
}
.advantage-card:hover { border-color: #1E5A8A; box-shadow: 0 6px 24px rgba(13,43,78,0.08); transform: translateY(-2px); }
.advantage-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #0D2B4E, #1E5A8A);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}
.advantage-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0D2B4E;
    margin-bottom: 0.4rem;
    letter-spacing: 0.02em;
}
.advantage-desc { font-size: 0.85rem; color: #6B7280; line-height: 1.65; }

/* ---------- ABOUT SECTION ---------- */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}
.about-img {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(13,43,78,0.15);
}
.about-img img { width: 100%; height: 420px; object-fit: cover; }

/* ---------- CERT SECTION ---------- */
.cert-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
}
.cert-item {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.2s;
}
.cert-item:hover { border-color: #F5A623; box-shadow: 0 4px 16px rgba(13,43,78,0.08); }
.cert-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #0D2B4E, #1E5A8A);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem;
    color: #fff;
}
.cert-name { font-family: 'Barlow Condensed', sans-serif; font-size: 1rem; font-weight: 700; color: #0D2B4E; margin-bottom: 0.3rem; }
.cert-desc { font-size: 0.8rem; color: #6B7280; line-height: 1.5; }

/* ---------- MARKETS SECTION ---------- */
.markets-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1rem;
}
.market-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    padding: 1.25rem;
    text-align: center;
    transition: all 0.2s;
}
.market-card:hover { background: rgba(255,255,255,0.1); border-color: #F5A623; }
.market-name { font-family: 'Barlow Condensed', sans-serif; font-size: 0.95rem; font-weight: 700; color: #fff; margin-bottom: 0.25rem; }
.market-countries { font-size: 0.75rem; color: rgba(255,255,255,0.5); }

/* ---------- STATS ROW ---------- */
.stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: #0D2B4E;
}
.stat-card {
    text-align: center;
    padding: 2.5rem 1rem;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.stat-card:last-child { border-right: none; }
.stat-value {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2.8rem;
    font-weight: 900;
    color: #F5A623;
    line-height: 1;
}
.stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 0.4rem; }

/* ---------- BLOG SECTION ON HOMEPAGE ---------- */
.blog-card-main {
    grid-column: span 2;
}
.blog-section-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 1.5rem;
}

/* ---------- CONTACT GRID ---------- */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}
.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.75rem;
}
.contact-info-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #0D2B4E, #1E5A8A);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}

/* ---------- SPECS TABLE ---------- */
.specs-table { width: 100%; border-collapse: collapse; }
.specs-table tr:nth-child(even) { background: #F8F9FA; }
.specs-table td {
    padding: 0.7rem 1rem;
    font-size: 0.88rem;
    border-bottom: 1px solid #E5E7EB;
    color: #374151;
}
.specs-table td:first-child { font-weight: 600; color: #0D2B4E; width: 42%; }

/* ---------- FEATURES LIST ---------- */
.features-list { list-style: none; padding: 0; }
.features-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.5rem 0;
    font-size: 0.9rem;
    color: #374151;
    border-bottom: 1px solid #F3F4F6;
}
.features-list li::before {
    content: '';
    width: 18px;
    height: 18px;
    background: #0D2B4E;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 2px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.5 6.5L9 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

/* ---------- LOGO ICON ---------- */
.site-logo-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #F5A623, #e09510);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0D2B4E;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    flex-shrink: 0;
}

/* ---------- PAGE CONTENT ---------- */
.page-content {
    padding: 3rem 0;
    font-size: 1rem;
    line-height: 1.8;
    color: #374151;
}
.page-content h2 { font-size: 1.75rem; margin: 2rem 0 0.75rem; color: #0D2B4E; }
.page-content h3 { font-size: 1.3rem; margin: 1.5rem 0 0.5rem; color: #1E5A8A; }
.page-content p { margin-bottom: 1.25rem; }
.page-content ul, .page-content ol { margin: 1rem 0 1.25rem 1.5rem; }
.page-content li { margin-bottom: 0.4rem; }

/* ---------- BONAI META TABLE (PRODUCT DETAIL) ---------- */
.bonai-meta-table { width: 100%; border-collapse: collapse; }
.bonai-meta-table tr:nth-child(even) { background: #F8F9FA; }
.bonai-meta-table td {
    padding: 0.65rem 1rem;
    font-size: 0.88rem;
    border-bottom: 1px solid #E5E7EB;
    color: #374151;
}
.bonai-meta-table td:first-child { font-weight: 600; color: #0D2B4E; width: 40%; }
.bonai-meta-note { font-size: 0.8rem; color: #9CA3AF; margin-top: 0.5rem; font-style: italic; }

/* ---------- FAQ ICON ---------- */
.faq-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: #1E5A8A;
    transition: transform 0.2s;
}
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-list { list-style: none; padding: 0; }

/* ---------- RESPONSIVE ADDITIONS ---------- */
@media (max-width: 1024px) {
    .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .blog-section-grid { grid-template-columns: 1fr 1fr; }
    .blog-card-main { grid-column: span 2; }
    .stats-row { grid-template-columns: repeat(2, 1fr); }
    .stat-card { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
}
@media (max-width: 768px) {
    .hero-section { padding: 6rem 0 4rem; min-height: auto; }
    .hero-diagonal { height: 40px; }
    .hero-stats { gap: 1.5rem; }
    .advantage-grid { grid-template-columns: 1fr; }
    .cert-grid { grid-template-columns: repeat(2, 1fr); }
    .markets-grid { grid-template-columns: repeat(2, 1fr); }
    .blog-section-grid { grid-template-columns: 1fr; }
    .blog-card-main { grid-column: span 1; }
    .stats-row { grid-template-columns: repeat(2, 1fr); }
    .about-img img { height: 280px; }
}
@media (max-width: 480px) {
    .cert-grid { grid-template-columns: 1fr; }
    .stats-row { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   PRODUCT ROW — Alternating Left/Right Layout
   ============================================================ */
.product-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}
.product-row-reverse { direction: rtl; }
.product-row-reverse > * { direction: ltr; }
@media (max-width: 768px) {
    .product-row, .product-row-reverse { grid-template-columns: 1fr; direction: ltr; }
    .product-row-reverse > * { direction: ltr; }
}
.product-row-img-col { width: 100%; }
.product-row-img-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 320px;
    box-shadow: 0 20px 60px rgba(13,43,78,0.2);
}
.product-row-img-wrap img { width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease; }
.product-row-img-wrap:hover img { transform: scale(1.03); }
.product-row-content-col { width: 100%; }

/* ============================================================
   ABOUT STRIP — Dark Navy Background
   ============================================================ */
.about-strip {
    position: relative;
    background: #0D2B4E;
    padding: 5rem 0;
    overflow: hidden;
}
.about-strip-bg { position:absolute;inset:0;background-size:cover;background-position:center;opacity:0.05; }
.about-strip-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}
@media (max-width: 900px) { .about-strip-grid { grid-template-columns: 1fr; gap: 2.5rem; } }

/* ============================================================
   BLOG — Featured Article Card
   ============================================================ */
.blog-featured-card {
    display: grid;
    grid-template-columns: 2fr 3fr;
    background: #F4F6F9;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.3s ease;
}
.blog-featured-card:hover { box-shadow: 0 20px 60px rgba(13,43,78,0.15); }
.blog-featured-left {
    background: #0D2B4E;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 260px;
}
.blog-featured-title {
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0.75rem;
    transition: color 0.2s;
}
.blog-featured-card:hover .blog-featured-title { color: #F5A623; }
.blog-featured-meta { display:flex;align-items:center;gap:1rem;color:rgba(255,255,255,0.5);font-size:0.82rem;margin-top:1.5rem; }
.blog-featured-right { padding: 2.5rem; display:flex;flex-direction:column;justify-content:space-between; }
@media (max-width: 768px) { .blog-featured-card { grid-template-columns: 1fr; } .blog-featured-left { min-height: auto; } }

/* ============================================================
   BLOG GRID — Dark-top / White-bottom card style
   ============================================================ */
.blog-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem; }
@media (max-width: 900px) { .blog-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 600px) { .blog-grid { grid-template-columns: 1fr; } }
.blog-card-new {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #F3F4F6;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.blog-card-new:hover { box-shadow: 0 12px 40px rgba(13,43,78,0.12); transform: translateY(-3px); }
.blog-card-new-top { background: #0D2B4E; padding: 1.5rem; flex-shrink: 0; }
.blog-card-new-cat {
    display: inline-block;
    background: rgba(245,166,35,0.2);
    color: #F5A623;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.2rem 0.6rem;
    border-radius: 25px;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.blog-card-new-title {
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.3;
    transition: color 0.2s;
}
.blog-card-new:hover .blog-card-new-title { color: #F5A623; }
.blog-card-new-body { padding:1.25rem 1.5rem;flex:1;display:flex;flex-direction:column;justify-content:space-between; }
.blog-card-new-excerpt { color:#6B7280;font-size:0.85rem;line-height:1.65;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden; }
.blog-card-new-meta { display:flex;align-items:center;justify-content:space-between;font-size:0.78rem;color:#9CA3AF; }
.blog-cat-badge { display:inline-block;background:rgba(245,166,35,0.2);color:#F5A623;font-size:0.72rem;font-weight:700;padding:0.2rem 0.6rem;border-radius:25px;text-transform:uppercase;letter-spacing:0.05em; }

/* ============================================================
   MARKETS GRID — Light Background
   ============================================================ */
.markets-grid-light { display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem; }
@media (max-width: 900px) { .markets-grid-light { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 600px) { .markets-grid-light { grid-template-columns: 1fr; } }
.market-card-light { background:#fff;border:1px solid #E5E7EB;border-radius:10px;padding:1.25rem 1.5rem;transition:box-shadow 0.3s ease; }
.market-card-light:hover { box-shadow: 0 8px 25px rgba(13,43,78,0.1); }
.market-card-light-icon { margin-bottom: 0.75rem; }
.market-card-light-name { font-family:'Barlow Condensed',sans-serif;font-size:1.05rem;font-weight:700;color:#0D2B4E;margin-bottom:0.4rem; }
.market-card-light-countries { font-size:0.8rem;color:#6B7280;line-height:1.5; }

/* ============================================================
   HERO BADGE & STATS (homepage)
   ============================================================ */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(245,166,35,0.12);
    border: 1px solid rgba(245,166,35,0.35);
    color: #F5A623;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 0.35rem 0.85rem;
    border-radius: 2px;
    margin-bottom: 1.25rem;
}
.hero-badge .dot { width:6px;height:6px;background:#F5A623;border-radius:50%;animation:pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.5;transform:scale(1.3)} }
.hero-stats { display:flex;gap:2rem;flex-wrap:wrap;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.12); }
.hero-stat-value { font-family:'Barlow Condensed',sans-serif;font-size:2rem;font-weight:900;color:#F5A623;line-height:1; }
.hero-stat-label { font-size:0.72rem;color:rgba(255,255,255,0.5);text-transform:uppercase;letter-spacing:0.1em;margin-top:0.25rem; }
.hero-bg { position:absolute;inset:0;background-size:cover;background-position:center;opacity:0.12; }
.hero-overlay { position:absolute;inset:0;background:linear-gradient(135deg,rgba(13,43,78,0.95),rgba(30,90,138,0.85)); }
.hero-pattern { position:absolute;inset:0;opacity:0.03;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E"); }
.hero-diagonal { position:absolute;bottom:-1px;left:0;right:0;height:60px;background:#fff;clip-path:polygon(0 100%,100% 100%,100% 0); }

/* ============================================================
   ADVANTAGE GRID
   ============================================================ */
.advantage-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem; }
@media (max-width: 900px) { .advantage-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 600px) { .advantage-grid { grid-template-columns: 1fr; } }
.advantage-card { background:#fff;border:1px solid #E5E7EB;border-radius:8px;padding:1.5rem;display:flex;gap:1rem;align-items:flex-start;transition:all 0.2s; }
.advantage-card:hover { box-shadow:0 8px 30px rgba(13,43,78,0.1);border-color:#1E5A8A; }
.advantage-icon { width:48px;height:48px;background:#0D2B4E;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0; }
.advantage-title { font-family:'Barlow Condensed',sans-serif;font-size:1.05rem;font-weight:700;color:#0D2B4E;margin-bottom:0.4rem; }
.advantage-desc { font-size:0.85rem;color:#6B7280;line-height:1.6; }

/* ============================================================
   TEXT CENTER UTILITY
   ============================================================ */
.text-center { text-align: center; }
.mb-8 { margin-bottom: 2rem; }
.mb-12 { margin-bottom: 3rem; }

/* ============================================================
   PRODUCT CARD BADGE (positioned)
   ============================================================ */
.product-card { position: relative; }
.product-card-img { position: relative; overflow: hidden; height: 220px; }
.product-card-img img { width:100%;height:100%;object-fit:cover;transition:transform 0.4s; }
.product-card:hover .product-card-img img { transform: scale(1.05); }
.product-card-badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    background: #F5A623;
    color: #0D2B4E;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.2rem 0.6rem;
    border-radius: 2px;
    z-index: 2;
}
.product-card-tagline { font-family:'Barlow Condensed',sans-serif;font-size:0.82rem;font-weight:600;color:#1E5A8A;letter-spacing:0.04em;margin-bottom:0.75rem; }

