/* ============================================
   WKA Company Website - Custom Styles
   Theme: Hijau Modern
   ============================================ */

:root {
    --primary: #2d6a4f;
    --primary-light: #40916c;
    --primary-lighter: #52b788;
    --accent: #95d5b2;
    --accent-light: #b7e4c7;
    --dark: #1b4332;
    --darker: #0d2818;
    --light-bg: #f8faf9;
    --white: #ffffff;
    --text: #2d3436;
    --text-muted: #636e72;
    --border: #e8eae9;
    --shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 10px 40px rgba(0, 0, 0, 0.12);
    --radius: 12px;
    --radius-sm: 8px;
    --transition: all 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

a {
    text-decoration: none;
    transition: var(--transition);
}

img {
    max-width: 100%;
}

.section-padding {
    padding: 80px 0;
}

/* ---- Top Bar ---- */
.top-bar {
    background: var(--darker);
    padding: 8px 0;
    font-size: 13px;
    color: rgba(255,255,255,0.8);
}

.top-info span {
    font-size: 13px;
}

.top-social a {
    color: rgba(255,255,255,0.7);
    margin-left: 12px;
    font-size: 14px;
}

.top-social a:hover {
    color: var(--accent);
}

/* ---- Navbar ---- */
#mainNavbar {
    background: var(--white);
    box-shadow: var(--shadow);
    padding: 12px 0;
    z-index: 1000;
    transition: var(--transition);
}

#mainNavbar.scrolled {
    padding: 8px 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.navbar-brand .brand-text {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--primary);
    letter-spacing: 2px;
}

.navbar-brand .brand-logo {
    max-height: 45px;
    width: auto;
    object-fit: contain;
}

.nav-link {
    font-weight: 500;
    color: var(--text) !important;
    padding: 8px 16px !important;
    position: relative;
    font-size: 15px;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--primary);
    transition: var(--transition);
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 60%;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary) !important;
}

.btn-primary-custom {
    background: var(--primary);
    color: var(--white);
    border: none;
    padding: 10px 24px;
    border-radius: var(--radius-sm);
    font-weight: 600;
    transition: var(--transition);
}

.btn-primary-custom:hover {
    background: var(--dark);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(45, 106, 79, 0.4);
}

.btn-outline-custom {
    border: 2px solid var(--primary);
    color: var(--primary);
    padding: 10px 24px;
    border-radius: var(--radius-sm);
    font-weight: 600;
    background: transparent;
    transition: var(--transition);
}

.btn-outline-custom:hover {
    background: var(--primary);
    color: var(--white);
    transform: translateY(-2px);
}

/* ---- Hero Slider ---- */
.hero-slider {
    position: relative;
}

.hero-slide {
    min-height: 85vh;
    display: flex;
    align-items: center;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.hero-slide::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
}

.hero-slide::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: rgba(255,255,255,0.03);
    border-radius: 50%;
}

.min-vh-80 {
    min-height: 80vh;
}

.hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-title span {
    color: var(--accent);
}

.hero-subtitle {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 30px;
    max-width: 500px;
    line-height: 1.7;
}

.hero-buttons .btn {
    padding: 12px 30px;
    font-weight: 600;
    border-radius: var(--radius-sm);
}

.hero-image-real {
    max-width: 500px;
    margin: 0 auto;
}

.hero-image-real img {
    width: 100%;
    height: auto;
    max-height: 450px;
    object-fit: contain;
    border-radius: 16px;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.3));
}

.hero-image-placeholder {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 2px solid rgba(255,255,255,0.2);
}

.hero-image-placeholder i {
    font-size: 80px;
    opacity: 0.8;
    margin-bottom: 15px;
}

.hero-image-placeholder span {
    font-size: 16px;
    opacity: 0.7;
    font-weight: 500;
}

.heroSwiper .swiper-button-next,
.heroSwiper .swiper-button-prev {
    color: var(--white);
    background: rgba(255,255,255,0.15);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    backdrop-filter: blur(5px);
}

.heroSwiper .swiper-button-next::after,
.heroSwiper .swiper-button-prev::after {
    font-size: 18px;
}

.heroSwiper .swiper-pagination-bullet {
    background: var(--white);
    width: 12px;
    height: 12px;
    opacity: 0.5;
}

.heroSwiper .swiper-pagination-bullet-active {
    opacity: 1;
    width: 35px;
    border-radius: 6px;
}

/* ---- Features ---- */
.features-section {
    padding: 0;
    margin-top: -50px;
    position: relative;
    z-index: 10;
}

.feature-card {
    background: var(--white);
    padding: 30px 24px;
    border-radius: var(--radius);
    text-align: center;
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
    border: 1px solid var(--border);
}

.feature-card:hover {
    transform: translateY(-5px);
    border-color: var(--accent);
}

.feature-icon {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, var(--accent-light), var(--accent));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 24px;
    color: var(--dark);
}

.feature-card h5 {
    font-size: 16px;
    margin-bottom: 5px;
}

.feature-card p {
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
}

/* ---- Section Header ---- */
.section-badge {
    display: inline-block;
    background: var(--accent-light);
    color: var(--dark);
    padding: 4px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.section-title {
    font-size: 36px;
    margin-bottom: 10px;
    color: var(--text);
}

.section-title span {
    color: var(--primary);
}

.section-subtitle {
    font-size: 16px;
    color: var(--text-muted);
    max-width: 500px;
    margin: 0 auto;
}

/* ---- Product Card ---- */
.product-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid var(--border);
    position: relative;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #e63946;
    color: white;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    z-index: 2;
}

.product-image {
    height: 200px;
    background: linear-gradient(135deg, var(--light-bg), #e8eae9);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-image i {
    font-size: 60px;
    color: var(--primary-light);
    opacity: 0.5;
    transition: var(--transition);
}

.product-card:hover .product-image i {
    transform: scale(1.1);
    opacity: 0.7;
}

.product-info {
    padding: 20px;
}

.product-category {
    font-size: 12px;
    color: var(--primary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-name {
    font-size: 16px;
    margin: 6px 0;
    color: var(--text);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-rating {
    margin: 8px 0;
}

.product-rating i {
    font-size: 12px;
    color: #ddd;
}

.product-rating i.active {
    color: #f9a825;
}

.product-rating span {
    font-size: 12px;
    color: var(--text-muted);
    margin-left: 4px;
}

.product-price {
    margin: 12px 0;
    font-variant-numeric: tabular-nums;
}

.price-original {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
    display: block;
    letter-spacing: 0.02em;
}

.price-current {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary);
    display: block;
    letter-spacing: 0.02em;
}

/* ---- About Preview ---- */
.about-image-box {
    position: relative;
}

.about-placeholder {
    background: linear-gradient(135deg, var(--accent-light), var(--accent));
    border-radius: var(--radius);
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--dark);
}

.about-image-box.large .about-placeholder {
    height: 500px;
}

.about-placeholder i {
    font-size: 80px;
    opacity: 0.5;
    margin-bottom: 15px;
}

.about-placeholder span {
    font-size: 18px;
    font-weight: 600;
    opacity: 0.7;
}

.experience-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--primary);
    color: var(--white);
    padding: 20px 25px;
    border-radius: var(--radius);
    text-align: center;
    box-shadow: var(--shadow-lg);
}

.experience-badge h3 {
    font-size: 36px;
    margin-bottom: 0;
    font-family: 'Playfair Display', serif;
}

.experience-badge p {
    font-size: 13px;
    margin: 0;
    opacity: 0.9;
}

.about-features {
    margin-top: 20px;
}

.about-feature-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.about-feature-icon {
    font-size: 22px;
    color: var(--primary);
    margin-top: 3px;
}

.about-feature-item h6 {
    margin-bottom: 4px;
    font-size: 15px;
}

.about-feature-item p {
    font-size: 14px;
    color: var(--text-muted);
    margin: 0;
}

/* ---- Stats ---- */
.stats-section {
    background: linear-gradient(135deg, var(--dark), var(--primary));
    padding: 60px 0;
    color: var(--white);
}

.stat-item h2 {
    font-size: 42px;
    font-family: 'Playfair Display', serif;
    display: inline;
}

.stat-item span {
    font-size: 28px;
    font-weight: 700;
}

.stat-item p {
    margin: 5px 0 0;
    opacity: 0.8;
    font-size: 15px;
}

/* ---- Testimonials ---- */
.testimonial-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 30px;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
    margin: 10px 0 40px;
}

.testimonial-stars {
    margin-bottom: 15px;
}

.testimonial-stars i {
    color: #f9a825;
    font-size: 14px;
}

.testimonial-text {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text);
    font-style: italic;
    margin-bottom: 20px;
}

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

.testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--primary);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
}

.testimonial-author h6 {
    margin: 0;
    font-size: 15px;
}

.testimonial-author span {
    font-size: 13px;
    color: var(--text-muted);
}

.testimonialSwiper .swiper-pagination-bullet-active {
    background: var(--primary);
}

/* ---- CTA Section ---- */
.cta-section {
    background: linear-gradient(135deg, var(--primary), var(--dark));
    padding: 80px 0;
    color: var(--white);
}

.cta-section h2 {
    font-size: 36px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 15px;
}

.cta-section p {
    font-size: 17px;
    opacity: 0.9;
    margin-bottom: 30px;
}

/* ---- Page Header ---- */
.page-header {
    background: linear-gradient(135deg, var(--dark), var(--primary));
    padding: 100px 0 60px;
    color: var(--white);
}

.page-header h1 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    margin-bottom: 10px;
}

.page-header .breadcrumb-item a {
    color: var(--accent);
}

.page-header .breadcrumb-item.active {
    color: rgba(255,255,255,0.7);
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255,255,255,0.5);
}

/* ---- Filter Bar ---- */
.filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 20px 0;
}

.filter-btn {
    padding: 8px 22px;
    border: 2px solid var(--border);
    border-radius: 50px;
    background: var(--white);
    color: var(--text);
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: var(--transition);
}

.filter-btn:hover,
.filter-btn.active {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

/* ---- Vision & Mission ---- */
.vm-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 40px;
    box-shadow: var(--shadow);
    height: 100%;
    border: 1px solid var(--border);
}

.vm-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--accent-light), var(--accent));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--dark);
    margin-bottom: 20px;
}

.vm-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--primary);
}

.vm-card ul {
    list-style: none;
    padding: 0;
}

.vm-card ul li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    color: var(--text-muted);
    line-height: 1.6;
}

.vm-card ul li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--primary);
}

/* ---- Value Card ---- */
.value-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 30px;
    text-align: center;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid var(--border);
    height: 100%;
}

.value-card:hover {
    transform: translateY(-5px);
    border-color: var(--accent);
}

.value-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--accent-light), var(--accent));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 28px;
    color: var(--dark);
}

.value-card h5 {
    color: var(--primary);
    margin-bottom: 10px;
}

.value-card p {
    font-size: 14px;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.6;
}

/* ---- Team Card ---- */
.team-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 30px;
    text-align: center;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid var(--border);
}

.team-card:hover {
    transform: translateY(-5px);
}

.team-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 28px;
    font-weight: 700;
}

.team-card h5 {
    margin-bottom: 5px;
    font-size: 17px;
}

.team-card > span {
    font-size: 14px;
    color: var(--primary);
    font-weight: 500;
}

.team-social {
    margin-top: 15px;
}

.team-social a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--light-bg);
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    margin: 0 3px;
    font-size: 14px;
}

.team-social a:hover {
    background: var(--primary);
    color: var(--white);
}

/* ---- Blog Card ---- */
.blog-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid var(--border);
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.blog-image {
    height: 200px;
    background: linear-gradient(135deg, var(--accent-light), var(--accent));
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-image i {
    font-size: 50px;
    color: var(--dark);
    opacity: 0.4;
}

.blog-category {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--primary);
    color: var(--white);
    padding: 4px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
}

.blog-content {
    padding: 20px;
}

.blog-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

.blog-meta span {
    font-size: 13px;
    color: var(--text-muted);
}

.blog-title {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: var(--text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-excerpt {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-link {
    display: inline-block;
    color: var(--primary);
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
}

.blog-link:hover {
    color: var(--dark);
}

.blog-title a {
    color: inherit;
    text-decoration: none;
}

.blog-title a:hover {
    color: var(--primary);
}

/* ---- Blog Detail ---- */
.blog-detail {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
}

.blog-detail-image {
    width: 100%;
    max-height: 450px;
    overflow: hidden;
}

.blog-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-detail-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 25px 30px 0;
    flex-wrap: wrap;
}

.blog-detail-meta span {
    font-size: 13px;
    color: var(--text-muted);
}

.blog-detail-category {
    background: var(--primary);
    color: var(--white) !important;
    padding: 4px 14px;
    border-radius: 50px;
    font-size: 12px !important;
    font-weight: 600;
}

.blog-detail-content {
    padding: 20px 30px 30px;
    line-height: 1.8;
    font-size: 15px;
    color: var(--text);
}

.blog-detail-content h2,
.blog-detail-content h3,
.blog-detail-content h4 {
    margin-top: 25px;
    margin-bottom: 10px;
    color: var(--dark);
}

.blog-detail-content p {
    margin-bottom: 15px;
}

.blog-detail-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 15px 0;
}

.blog-detail-content ul,
.blog-detail-content ol {
    padding-left: 20px;
    margin-bottom: 15px;
}

.blog-detail-content li {
    margin-bottom: 5px;
}

.blog-detail-share {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 30px;
    border-top: 1px solid var(--border);
}

.blog-detail-share span {
    font-weight: 600;
    color: var(--text);
}

.share-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 14px;
    transition: var(--transition);
}

.share-btn:hover {
    transform: translateY(-2px);
    color: var(--white);
}

.share-btn.whatsapp { background: #25d366; }
.share-btn.facebook { background: #1877f2; }
.share-btn.twitter { background: #1da1f2; }

/* ---- Blog Related ---- */
.blog-related {
    margin-top: 30px;
}

.blog-related h4 {
    margin-bottom: 20px;
    color: var(--text);
}

.blog-related-card {
    display: block;
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
    text-decoration: none;
    transition: var(--transition);
}

.blog-related-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.blog-related-image {
    height: 120px;
    background: linear-gradient(135deg, var(--accent-light), var(--accent));
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.blog-related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-related-image i {
    font-size: 30px;
    color: var(--dark);
    opacity: 0.4;
}

.blog-related-card h6 {
    padding: 12px 12px 0;
    font-size: 14px;
    color: var(--text);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-related-card small {
    display: block;
    padding: 5px 12px 12px;
}

/* ---- Sidebar ---- */
.sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-widget {
    background: var(--white);
    border-radius: var(--radius);
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
}

.widget-title {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--accent-light);
    color: var(--text);
}

.search-box {
    position: relative;
}

.search-box input {
    padding-right: 45px;
    border-radius: var(--radius-sm);
    border-color: var(--border);
}

.search-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--primary);
    color: var(--white);
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 6px;
    cursor: pointer;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
}

.category-list li:last-child {
    border: none;
}

.category-list a {
    color: var(--text);
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.category-list a:hover {
    color: var(--primary);
}

.category-list a span {
    background: var(--light-bg);
    padding: 2px 10px;
    border-radius: 50px;
    font-size: 12px;
    color: var(--text-muted);
}

.popular-post {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
}

.popular-post:last-child {
    border: none;
}

.pp-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    background: linear-gradient(135deg, #ff6b35, #f7c59f);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.popular-post h6 {
    font-size: 14px;
    margin-bottom: 4px;
    line-height: 1.4;
}

.popular-post span {
    font-size: 12px;
    color: var(--text-muted);
}

.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    padding: 5px 14px;
    background: var(--light-bg);
    border-radius: 50px;
    font-size: 13px;
    color: var(--text);
    border: 1px solid var(--border);
}

.tag:hover {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

/* ---- Contact ---- */
.contact-info-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 30px;
    text-align: center;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
    height: 100%;
    transition: var(--transition);
}

.contact-info-card:hover {
    transform: translateY(-5px);
    border-color: var(--accent);
}

.contact-icon {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, var(--accent-light), var(--accent));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 24px;
    color: var(--dark);
}

.contact-info-card h5 {
    margin-bottom: 8px;
}

.contact-info-card p {
    color: var(--text-muted);
    margin-bottom: 5px;
    font-size: 14px;
}

.contact-form-box {
    background: var(--white);
    border-radius: var(--radius);
    padding: 40px;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
}

.contact-form-box h3 {
    color: var(--primary);
    margin-bottom: 5px;
}

.contact-form-box .form-control,
.contact-form-box .form-select {
    border-radius: var(--radius-sm);
    border-color: var(--border);
    padding: 12px 16px;
}

.contact-form-box .form-control:focus,
.contact-form-box .form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(45, 106, 79, 0.15);
}

.map-box {
    background: var(--white);
    border-radius: var(--radius);
    padding: 30px;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
    height: 100%;
}

.map-box h3 {
    color: var(--primary);
    margin-bottom: 5px;
}

.map-placeholder {
    background: var(--light-bg);
    border-radius: var(--radius-sm);
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px dashed var(--border);
    color: var(--text-muted);
}

.map-placeholder i {
    font-size: 50px;
    margin-bottom: 10px;
    opacity: 0.4;
}

.map-placeholder span {
    font-size: 13px;
}

.hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hours-list li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid var(--border);
    font-size: 14px;
}

.hours-list li:last-child {
    border: none;
}

/* ---- FAQ ---- */
.accordion-item {
    border: 1px solid var(--border);
    border-radius: var(--radius-sm) !important;
    margin-bottom: 10px;
    overflow: hidden;
}

.accordion-button {
    font-weight: 600;
    color: var(--text);
    font-size: 15px;
}

.accordion-button:not(.collapsed) {
    background: var(--accent-light);
    color: var(--dark);
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: var(--accent);
}

.accordion-body {
    font-size: 14px;
    line-height: 1.7;
    color: var(--text-muted);
}

/* ---- Footer ---- */
.footer {
    background: var(--darker);
    color: rgba(255,255,255,0.8);
    padding: 60px 0 30px;
}

.footer-brand h3 {
    font-family: 'Playfair Display', serif;
    color: var(--white);
    font-size: 28px;
    margin-bottom: 0;
}

.footer-logo {
    max-height: 50px;
    width: auto;
    object-fit: contain;
    margin-bottom: 5px;
}

.footer-brand p {
    color: var(--accent);
    font-size: 14px;
    margin-bottom: 15px;
}

.footer-desc {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.footer-social a {
    display: inline-flex;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    align-items: center;
    justify-content: center;
    color: var(--white);
    margin-right: 8px;
    font-size: 15px;
    transition: var(--transition);
}

.footer-social a:hover {
    background: var(--primary);
    transform: translateY(-3px);
}

.footer-title {
    color: var(--white);
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--primary);
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
}

.footer-links a:hover {
    color: var(--accent);
    padding-left: 5px;
}

.footer-contact {
    list-style: none;
    padding: 0;
}

.footer-contact li {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
}

.footer-contact i {
    color: var(--primary-lighter);
    margin-top: 3px;
    min-width: 16px;
}

.footer-hours {
    list-style: none;
    padding: 0;
}

.footer-hours li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    font-size: 14px;
}

.footer-divider {
    border-color: rgba(255,255,255,0.1);
    margin: 30px 0 20px;
}

.footer-copyright {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    margin: 0;
}

/* ---- WhatsApp Float ---- */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    background: #25d366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    z-index: 999;
    transition: var(--transition);
    animation: pulse-wa 2s infinite;
}

.whatsapp-float:hover {
    color: white;
    transform: scale(1.1);
}

@keyframes pulse-wa {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4); }
    70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* ---- Back to Top ---- */
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 95px;
    width: 45px;
    height: 45px;
    background: var(--primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.back-to-top.active {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: var(--dark);
    color: white;
    transform: translateY(-3px);
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
    .hero-title {
        font-size: 36px;
    }

    .hero-slide {
        min-height: auto;
        padding: 80px 0;
    }

    .min-vh-80 {
        min-height: auto;
    }

    .hero-image-real {
        max-width: 350px;
        margin-top: 30px;
    }

    .hero-image-real img {
        max-height: 300px;
    }

    .hero-image-placeholder {
        width: 250px;
        height: 250px;
        margin-top: 40px;
    }

    .hero-image-placeholder i {
        font-size: 50px;
    }

    .section-title {
        font-size: 28px;
    }

    .section-padding {
        padding: 60px 0;
    }

    .features-section {
        margin-top: 0;
        padding: 40px 0;
    }

    .experience-badge {
        right: 10px;
        bottom: -10px;
    }

    .navbar-collapse {
        background: var(--white);
        padding: 15px;
        border-radius: var(--radius-sm);
        margin-top: 10px;
        box-shadow: var(--shadow);
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 30px;
    }

    .hero-subtitle {
        font-size: 15px;
    }

    .hero-image-real {
        max-width: 280px;
        margin-top: 20px;
    }

    .hero-image-real img {
        max-height: 220px;
    }

    .hero-image-placeholder {
        display: none;
    }

    .hero-buttons .btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .section-title {
        font-size: 24px;
    }

    .cta-section h2 {
        font-size: 26px;
    }

    .page-header h1 {
        font-size: 30px;
    }

    .stat-item h2 {
        font-size: 30px;
    }

    .contact-form-box {
        padding: 25px;
    }

    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 24px;
        bottom: 20px;
        right: 20px;
    }

    .back-to-top {
        right: 78px;
        bottom: 20px;
        width: 40px;
        height: 40px;
    }
}

/* ---- Animation Utilities ---- */
.product-item.hidden {
    display: none !important;
}

.product-item {
    transition: opacity 0.3s ease, transform 0.3s ease;
}
