*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#111827;background:#f9fafb;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:#14532D;text-decoration:none;transition:color .3s ease}
a:hover{color:#F97316}

/* Header Styles */
.site-header{background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.08);position:sticky;top:0;z-index:1000}
.header-container{max-width:1400px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center;min-height:72px}

/* Logo Styles */
.site-logo{font-size:1.6rem;font-weight:800;color:#14532D;letter-spacing:-.5px;display:flex;align-items:center;gap:12px;transition:all .3s ease}
.site-logo:hover{color:#F97316;transform:scale(1.02)}
.site-logo-icon{width:40px;height:40px;object-fit:contain}
.site-logo-text{white-space:nowrap}
.custom-logo-link{display:flex;align-items:center}
.custom-logo{max-height:50px;width:auto;display:block}

/* Navigation */
.header-nav{display:flex;align-items:center;gap:24px}
.main-menu{list-style:none;display:flex;gap:8px;margin:0;padding:0;align-items:center}
.main-menu li{margin:0;position:relative}
.main-menu > li > a{color:#374151;font-weight:500;font-size:.95rem;padding:12px 16px;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;gap:6px;white-space:nowrap}
.main-menu > li > a:hover{background:#f3f4f6;color:#14532D}

/* Dropdown Icon */
.dropdown-icon{width:12px;height:12px;transition:transform .3s ease}
.menu-item-has-children:hover .dropdown-icon{transform:rotate(180deg)}

/* Dropdown Menu */
.menu-item-has-children{position:relative}
.sub-menu{position:absolute;top:100%;left:0;background:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.12);min-width:220px;padding:8px;margin-top:8px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;list-style:none;border:1px solid #f3f4f6}
.menu-item-has-children:hover .sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.sub-menu li{margin:0}
.sub-menu a{display:block;padding:12px 16px;color:#374151;font-size:.9rem;border-radius:8px;transition:all .3s ease}
.sub-menu a:hover{background:#f3f4f6;color:#F97316;transform:translateX(4px)}

/* Search Button */
.search-toggle{background:none;border:2px solid #E5E7EB;color:#6b7280;padding:10px 16px;border-radius:10px;cursor:pointer;font-size:.9rem;display:flex;align-items:center;gap:8px;transition:all .3s ease;font-weight:500;white-space:nowrap}
.search-toggle:hover{border-color:#14532D;color:#14532D;background:#f9fafb}
.search-icon{width:18px;height:18px;flex-shrink:0}
.search-text{display:inline}

/* Mobile Menu Toggle */
.mobile-menu-toggle{display:none;background:none;border:none;color:#374151;cursor:pointer;padding:8px}
.mobile-menu-toggle svg{width:24px;height:24px}

/* Mobile & Tablet Styles */
@media(max-width:968px){
.mobile-menu-toggle{display:block}
.header-nav{position:relative}
.header-nav > .search-toggle{display:flex}
.main-menu{display:none;position:absolute;top:calc(100% + 20px);right:0;background:#fff;flex-direction:column;padding:20px;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.15);min-width:280px;gap:0;border:1px solid #f3f4f6;z-index:999}
.main-menu.active{display:flex}
.main-menu > li{width:100%;border-bottom:1px solid #f3f4f6}
.main-menu > li:last-child{border-bottom:none}
.main-menu > li > a{width:100%;padding:14px 16px;justify-content:space-between}
.sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;margin-top:8px;padding-left:16px;background:#f9fafb;border-radius:8px;display:none;max-height:0;overflow:hidden;transition:max-height .4s ease}
.menu-item-has-children.active .sub-menu{display:block;max-height:500px;padding:8px 8px 8px 24px}
.dropdown-icon{transition:transform .3s ease}
.menu-item-has-children.active .dropdown-icon{transform:rotate(180deg)}
}

@media(max-width:768px){
.site-logo{font-size:1.3rem}
.site-logo-text{font-size:1.3rem}
.site-logo-icon{width:35px;height:35px}
.custom-logo{max-height:40px}
.header-container{padding:0 16px;min-height:64px}
.header-nav{gap:12px}
.search-toggle{padding:8px 12px}
.search-text{display:none}
.search-toggle{border:none;padding:8px}
.search-toggle:hover{background:transparent}
}

@media(max-width:480px){
.site-logo{font-size:1.1rem;gap:8px}
.site-logo-icon{width:32px;height:32px}
.custom-logo{max-height:35px}
.main-menu{min-width:260px;right:-16px}
.header-nav{gap:8px}
.search-toggle{padding:6px}
}

@media(min-width:969px){
.search-toggle{display:flex !important}
}
/* Container */
.container{max-width:1400px;margin:0 auto;padding:0 24px}

/* Hero Section */
.hero{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background:linear-gradient(135deg,#14532D 0%,#15803d 100%);overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;background:url(../hero.webp) center/cover;opacity:.25;z-index:0}
.hero::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(249,115,22,.2) 0%,transparent 50%);z-index:0}
.hero-content{position:relative;z-index:1;max-width:860px;padding:60px 24px}
.hero h1{font-size:clamp(2.2rem,5.5vw,3.8rem);font-weight:900;margin-bottom:24px;line-height:1.15;text-shadow:0 2px 20px rgba(0,0,0,.2)}
.hero p{font-size:clamp(1.15rem,2.2vw,1.5rem);margin-bottom:36px;opacity:.95;line-height:1.6;font-weight:300}
.btn{display:inline-block;padding:16px 40px;background:#F97316;color:#fff;border-radius:12px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 16px rgba(249,115,22,.3)}
.btn:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(249,115,22,.4);color:#fff;background:#ea580c}

/* Section Styles */
.section{padding:80px 0}
.section-header{text-align:center;margin-bottom:56px}
.section-title{font-size:clamp(2rem,4.5vw,2.8rem);font-weight:800;margin-bottom:16px;color:#111827;position:relative;display:inline-block}
.section-title::after{content:"";position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,#F97316,#14532D);border-radius:2px}
.section-subtitle{font-size:1.1rem;color:#6b7280;margin-top:24px;max-width:600px;margin-left:auto;margin-right:auto}

/* Category Section */
.category-section{background:#fff;padding:64px 0;margin-bottom:48px}
.category-block{margin-bottom:80px}
.category-block:last-child{margin-bottom:0}
.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:16px;border-bottom:3px solid #f3f4f6}
.category-title{font-size:1.8rem;font-weight:700;color:#14532D;display:flex;align-items:center;gap:12px}
.category-count{background:#f3f4f6;color:#6b7280;padding:4px 14px;border-radius:20px;font-size:.85rem;font-weight:600}
.view-all-link{color:#F97316;font-weight:600;font-size:.95rem;display:flex;align-items:center;gap:6px;transition:gap .3s ease}
.view-all-link:hover{gap:10px}

/* Post Grid */
.post-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.post-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:all .4s cubic-bezier(.4,0,.2,1);height:100%;display:flex;flex-direction:column;border:1px solid #f3f4f6}
.post-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px rgba(0,0,0,.12);border-color:#E5E7EB}
.post-card-image{position:relative;overflow:hidden;aspect-ratio:16/10;background:#f3f4f6}
.post-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}
.post-card:hover .post-card-image img{transform:scale(1.08)}
.post-card-category{position:absolute;top:12px;left:12px;background:rgba(249,115,22,.95);color:#fff;padding:6px 14px;border-radius:8px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;backdrop-filter:blur(8px)}
.post-card-content{padding:24px;flex-grow:1;display:flex;flex-direction:column}
.post-card h3{font-size:1.2rem;font-weight:700;margin-bottom:12px;color:#111827;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.post-card:hover h3{color:#F97316}
.post-meta{display:flex;align-items:center;gap:12px;font-size:.85rem;color:#9ca3af;margin-bottom:12px}
.post-meta svg{width:14px;height:14px}
.post-excerpt{color:#6b7280;font-size:.95rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-top:auto}
.read-more{color:#F97316;font-weight:600;font-size:.9rem;margin-top:16px;display:inline-flex;align-items:center;gap:6px;transition:gap .3s ease}
.read-more:hover{gap:10px}

/* Single Post Layout */
.single-post-layout{display:grid;grid-template-columns:1fr 360px;gap:48px;max-width:1400px;margin:0 auto;padding:40px 24px 80px}
.post-content-wrapper{min-width:0}

/* Article Header */
.article-header{margin-bottom:40px}
.article-category-badge{display:inline-block;background:linear-gradient(135deg,#F97316,#ea580c);color:#fff;padding:8px 18px;border-radius:8px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px}
.article-header h1{font-size:clamp(2.2rem,5vw,3.2rem);font-weight:900;line-height:1.2;color:#111827;margin-bottom:20px}
.article-meta{display:flex;flex-wrap:wrap;gap:20px;align-items:center;padding:20px 0;border-top:2px solid #f3f4f6;border-bottom:2px solid #f3f4f6}
.meta-item{display:flex;align-items:center;gap:8px;color:#6b7280;font-size:.9rem}
.meta-item svg{width:16px;height:16px}

/* Share Button */
.share-btn{background:linear-gradient(135deg,#F97316,#ea580c);color:#fff;border:none;padding:10px 20px;border-radius:10px;font-size:.9rem;font-weight:600;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(249,115,22,.25)}
.share-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(249,115,22,.35)}
.share-btn svg{width:16px;height:16px}

/* Featured Image */
.featured-image-wrapper{margin:40px 0;border-radius:20px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.12)}
.featured-image-wrapper img{width:100%;height:auto;max-height:600px;object-fit:cover;display:block}

/* Table of Contents Section */
/* Table of Contents Section - FIXED */
.toc-section{
    margin:40px 0;
    background:#fff;
    border-radius:16px;
    box-shadow:0 2px 12px rgba(0,0,0,.06);
    border:2px solid #f3f4f6;
    overflow:hidden;
    transition:all .3s ease;
}
.toc-section.open{
    border-color:#F97316;
}

/* TOC Header Button */
.toc-section-header{
    width:100%;
    padding:24px 32px;
    background:#fff;
    border:none;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
    transition:all .3s ease;
    gap:16px;
}
.toc-section-header:hover{
    background:#f9fafb;
}
.toc-section-header:focus{
    outline:2px solid #F97316;
    outline-offset:-2px;
}

/* Header Left Side */
.toc-header-left{
    display:flex;
    align-items:center;
    gap:12px;
    flex:1;
}

/* TOC Icon */
.toc-icon{
    width:24px;
    height:24px;
    flex-shrink:0;
    color:#14532D;
    transition:color .3s ease;
}
.toc-section-header:hover .toc-icon{
    color:#F97316;
}

/* TOC Title */
.toc-section-title{
    font-size:1.5rem;
    font-weight:700;
    color:#14532D;
    margin:0;
    transition:color .3s ease;
}
.toc-section-header:hover .toc-section-title{
    color:#F97316;
}

/* Item Count Badge */
.toc-item-count{
    font-size:.9rem;
    color:#9ca3af;
    font-weight:500;
    background:#f3f4f6;
    padding:4px 10px;
    border-radius:6px;
    transition:all .3s ease;
}
.toc-section-header:hover .toc-item-count{
    color:#F97316;
    background:#fff7ed;
}

/* Toggle Arrow Icon - ALWAYS VISIBLE */
.toc-toggle-icon{
    width:28px;
    height:28px;
    flex-shrink:0;
    color:#6b7280;
    transition:transform .3s ease,color .3s ease;
    display:block !important;
}
.toc-section-header:hover .toc-toggle-icon{
    color:#F97316;
}
.toc-section.open .toc-toggle-icon{
    transform:rotate(180deg);
    color:#F97316;
}

/* TOC List */
.toc-section-list{
    list-style:none;
    padding:0;
    margin:0;
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
    gap:12px;
    padding:0 32px 32px;
    max-height:0;
    overflow:hidden;
    opacity:0;
    transition:all .4s cubic-bezier(.4,0,.2,1);
}
.toc-section.open .toc-section-list{
    max-height:2000px;
    opacity:1;
    padding-top:8px;
}

/* TOC List Items */
.toc-section-list li{
    margin:0;
}
.toc-section-list a{
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px 18px;
    background:#f9fafb;
    border-radius:10px;
    color:#374151;
    font-size:.95rem;
    font-weight:500;
    transition:all .3s ease;
    border:1px solid #e5e7eb;
}
.toc-section-list a::before{
    content:"→";
    color:#F97316;
    font-weight:700;
    flex-shrink:0;
    transition:transform .3s ease;
}
.toc-section-list a:hover{
    background:#14532D;
    color:#fff;
    border-color:#14532D;
    transform:translateX(4px);
    box-shadow:0 4px 12px rgba(20,83,45,.2);
}
.toc-section-list a:hover::before{
    color:#fff;
    transform:translateX(4px);
}

/* Responsive */
@media(max-width:968px){
    .toc-section-header{
        padding:20px 24px;
    }
    .toc-section-title{
        font-size:1.3rem;
    }
    .toc-section-list{
        grid-template-columns:repeat(auto-fill,minmax(250px,1fr));
        padding:0 24px 24px;
    }
    .toc-section.open .toc-section-list{
        padding-top:8px;
    }
}

@media(max-width:768px){
    .toc-section-list{
        grid-template-columns:1fr;
    }
    .toc-item-count{
        display:none;
    }
}

@media(max-width:480px){
    .toc-section-header{
        padding:16px 20px;
        gap:12px;
    }
    .toc-section-title{
        font-size:1.1rem;
    }
    .toc-icon{
        width:20px;
        height:20px;
    }
    .toc-toggle-icon{
        width:24px;
        height:24px;
    }
    .toc-section-list{
        padding:0 20px 20px;
    }
}


/* TOC Item Count */
.toc-item-count{
    font-size:.85rem;
    color:#9ca3af;
    font-weight:500;
    margin-left:8px;
}
.toc-section-header:hover .toc-item-count{
    color:#F97316;
}

/* Update hover text */
.toc-section-header::after{
    content:"Click to view";
    position:absolute;
    right:60px;
    font-size:.8rem;
    color:#9ca3af;
    font-weight:500;
    opacity:0;
    transition:opacity .3s ease;
}
.toc-section-header:hover::after{
    opacity:1;
}
.toc-section.open .toc-section-header::after{
    content:"Click to hide";
}

/* Intro Section */
.intro-section{margin-bottom:48px;padding:32px;background:linear-gradient(135deg,#f0fdf4 0%,#ecfdf5 100%);border-left:5px solid #14532D;border-radius:12px}
.intro-subheadline{font-size:1.5rem;font-weight:700;color:#14532D;margin-bottom:16px;line-height:1.3}
.intro-paragraph{font-size:1.1rem;line-height:1.9;color:#374151}

/* Ad Slots */
.ad-slot{min-height:250px;background:linear-gradient(135deg,#f3f4f6 0%,#e5e7eb 100%);display:flex;align-items:center;justify-content:center;margin:56px 0;border-radius:16px;color:#9ca3af;font-size:.85rem;text-transform:uppercase;letter-spacing:1.5px;font-weight:600;border:2px dashed #d1d5db;position:relative}
.ad-slot::before{content:"Advertisement";position:absolute;top:12px;left:12px;font-size:.7rem;background:#fff;padding:4px 10px;border-radius:6px;color:#6b7280}
.ad-slot--incontent{min-height:280px}
.ad-slot--sticky{position:sticky;bottom:0;z-index:100;min-height:90px;margin:0;border-radius:0}

/* List Items */
.list-item{margin-bottom:64px;padding:40px;background:#fff;border-radius:20px;box-shadow:0 2px 16px rgba(0,0,0,.04);border:1px solid #f3f4f6;transition:all .3s ease}
.list-item:hover{box-shadow:0 8px 32px rgba(0,0,0,.08);border-color:#E5E7EB}
.list-item h2{font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:800;color:#14532D;margin-bottom:24px;line-height:1.3;position:relative;padding-left:24px}
.list-item h2::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:80%;background:linear-gradient(180deg,#F97316,#ea580c);border-radius:4px}
.list-item-image{margin:24px 0;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08)}
.list-item-image img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .5s ease}
.list-item:hover .list-item-image img{transform:scale(1.03)}
.list-item p{font-size:1.08rem;line-height:1.9;color:#374151;margin-bottom:16px}
.item-meta{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:linear-gradient(135deg,#F97316,#ea580c);color:#fff;border-radius:10px;font-size:.9rem;font-weight:700;margin-top:12px;box-shadow:0 4px 12px rgba(249,115,22,.25)}
.item-link{display:inline-flex;align-items:center;gap:8px;margin-top:16px;color:#14532D;font-weight:600;padding:10px 20px;border:2px solid #14532D;border-radius:10px;transition:all .3s ease}
.item-link:hover{background:#14532D;color:#fff;transform:translateX(4px)}

/* Comparison Table */
.comparison-section{margin:72px 0;padding:48px;background:#fff;border-radius:20px;box-shadow:0 4px 24px rgba(0,0,0,.08);border:1px solid #f3f4f6}
.comparison-section h2{font-size:2rem;font-weight:800;margin-bottom:32px;color:#14532D;text-align:center}
.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.06)}
.comparison-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.95rem;background:#fff}
.comparison-table thead{background:linear-gradient(135deg,#14532D 0%,#15803d 100%);color:#fff}
.comparison-table th{padding:18px 20px;text-align:left;font-weight:700;white-space:nowrap;border-bottom:3px solid #F97316;text-transform:uppercase;font-size:.85rem;letter-spacing:.5px}
.comparison-table th:first-child{border-radius:12px 0 0 0}
.comparison-table th:last-child{border-radius:0 12px 0 0}
.comparison-table td{padding:18px 20px;border-bottom:1px solid #f3f4f6}
.comparison-table tbody tr{transition:all .3s ease}
.comparison-table tbody tr:hover{background:#f9fafb;transform:scale(1.01)}
.comparison-table tbody tr:nth-child(even){background:#fafafa}
.comparison-table tbody tr:last-child td:first-child{border-radius:0 0 0 12px}
.comparison-table tbody tr:last-child td:last-child{border-radius:0 0 12px 0}

/* Outro Section */
.outro-section{margin:72px 0;padding:40px;background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border-left:5px solid #F97316;border-radius:16px;box-shadow:0 4px 20px rgba(249,115,22,.1)}
.outro-section p{font-size:1.1rem;line-height:1.9;color:#374151}

/* FAQ Section */
.faq-section{margin:72px 0;padding:48px;background:#fff;border-radius:20px;box-shadow:0 4px 24px rgba(0,0,0,.08);border:1px solid #f3f4f6}
.faq-title{font-size:2rem;font-weight:800;margin-bottom:32px;color:#14532D;text-align:center;display:flex;align-items:center;justify-content:center;gap:12px}
.faq-title::before{content:"❓";font-size:1.8rem}
.faq-container{display:flex;flex-direction:column;gap:16px}
.faq-item{background:#f9fafb;border-radius:12px;overflow:hidden;border:2px solid #f3f4f6;transition:all .3s ease}
.faq-item.active{border-color:#F97316;background:#fff}
.faq-question{width:100%;padding:20px 24px;background:none;border:none;text-align:left;font-size:1.1rem;font-weight:700;color:#111827;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;transition:all .3s ease}
.faq-question:hover{color:#F97316}
.faq-question-text{flex:1;line-height:1.5}
.faq-icon{width:24px;height:24px;flex-shrink:0;transition:transform .3s ease;color:#6b7280}
.faq-item.active .faq-icon{transform:rotate(180deg);color:#F97316}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}
.faq-item.active .faq-answer{max-height:500px;padding:0 24px 24px}
.faq-answer p{font-size:1.05rem;line-height:1.8;color:#374151;margin:0}

/* Sidebar */
.sidebar{position:sticky;top:96px;height:fit-content}
.sidebar-widget{background:#fff;border-radius:16px;padding:28px;margin-bottom:24px;box-shadow:0 2px 12px rgba(0,0,0,.06);border:1px solid #f3f4f6}
.widget-title{font-size:1.3rem;font-weight:700;color:#14532D;margin-bottom:20px;padding-bottom:16px;border-bottom:3px solid #f3f4f6;position:relative}
.widget-title::after{content:"";position:absolute;bottom:-3px;left:0;width:50px;height:3px;background:#F97316}
.toc-list{list-style:none;padding:0}
.toc-list li{margin-bottom:12px}
.toc-list a{color:#6b7280;font-size:.95rem;display:flex;align-items:flex-start;gap:10px;padding:10px;border-radius:8px;transition:all .3s ease}
.toc-list a:hover{background:#f9fafb;color:#14532D;padding-left:16px}
.toc-list a::before{content:"→";color:#F97316;font-weight:700;flex-shrink:0}
.popular-posts-list{list-style:none;padding:0}
.popular-post-item{display:flex;gap:12px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f3f4f6}
.popular-post-item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}
.popular-post-thumb{width:80px;height:80px;border-radius:10px;overflow:hidden;flex-shrink:0}
.popular-post-thumb img{width:100%;height:100%;object-fit:cover}
.popular-post-content h4{font-size:.95rem;font-weight:600;color:#111827;line-height:1.4;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.popular-post-content h4:hover{color:#F97316}
.popular-post-meta{font-size:.8rem;color:#9ca3af;display:flex;align-items:center;gap:6px}
.popular-post-meta svg{width:12px;height:12px}
.sidebar .ad-slot{min-height:300px;margin:0}

/* Related Posts */
.related-posts{margin-top:96px;padding:56px 0;background:#f9fafb;border-radius:24px}
.related-posts h2{font-size:2rem;font-weight:800;margin-bottom:40px;text-align:center;color:#14532D}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;padding:0 32px}

/* Post Navigation */
.post-nav{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:72px;padding-top:48px;border-top:3px solid #f3f4f6}
.post-nav a{padding:28px;background:#fff;border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:all .4s ease;border:2px solid #f3f4f6;display:flex;flex-direction:column}
.post-nav a:hover{transform:translateY(-4px);box-shadow:0 8px 28px rgba(0,0,0,.12);border-color:#F97316}
.post-nav span{display:block;font-size:.85rem;color:#9ca3af;margin-bottom:12px;text-transform:uppercase;letter-spacing:1px;font-weight:600}
.post-nav strong{display:block;font-size:1.15rem;color:#111827;line-height:1.4}
.post-nav .nav-next{text-align:right}

/* Share Modal */
.share-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease}
.share-modal.active{opacity:1;visibility:visible}
.share-modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);backdrop-filter:blur(4px)}
.share-modal-content{position:relative;background:#fff;border-radius:24px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;padding:40px;box-shadow:0 20px 60px rgba(0,0,0,.3);transform:scale(.9);transition:transform .3s ease}
.share-modal.active .share-modal-content{transform:scale(1)}
.share-modal-close{position:absolute;top:20px;right:20px;background:none;border:none;color:#6b7280;cursor:pointer;padding:8px;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}
.share-modal-close:hover{background:#f3f4f6;color:#111827}
.share-modal-title{font-size:1.8rem;font-weight:800;color:#111827;margin-bottom:24px}
.share-preview{display:flex;gap:20px;padding:20px;background:#f9fafb;border-radius:16px;margin-bottom:32px;border:2px solid #f3f4f6}
.share-preview img{width:140px;height:140px;object-fit:cover;border-radius:12px;flex-shrink:0}
.share-preview-text h4{font-size:1.1rem;font-weight:700;color:#111827;margin-bottom:8px;line-height:1.4}
.share-preview-text p{font-size:.9rem;color:#6b7280;line-height:1.6}
.share-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:28px}
.share-button{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:12px;font-weight:600;font-size:.95rem;transition:all .3s ease;text-decoration:none;color:#fff;border:none;cursor:pointer}
.share-button:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.15);color:#fff}
.share-facebook{background:#1877f2}
.share-facebook:hover{background:#1664d9}
.share-twitter{background:#1da1f2}
.share-twitter:hover{background:#1a8cd8}
.share-linkedin{background:#0077b5}
.share-linkedin:hover{background:#006399}
.share-whatsapp{background:#25d366}
.share-whatsapp:hover{background:#20ba5a}
.share-pinterest{background:#e60023}
.share-pinterest:hover{background:#cc001f}
.share-email{background:#6b7280}
.share-email:hover{background:#4b5563}
.copy-link-section{display:flex;gap:12px;padding:24px;background:#f9fafb;border-radius:16px;border:2px solid #f3f4f6}
.copy-link-section input{flex:1;padding:14px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:.95rem;color:#374151;background:#fff;font-family:monospace;transition:border .3s ease}
.copy-link-section input:focus{outline:none;border-color:#F97316}
.copy-link-btn{background:#14532D;color:#fff;border:none;padding:14px 24px;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;white-space:nowrap}
.copy-link-btn:hover{background:#15803d;transform:translateY(-2px)}
.copy-link-btn svg{width:18px;height:18px}

/* Footer */
.site-footer{background:#111827;color:#d1d5db;padding:64px 0 32px;margin-top:96px}
.footer-content{max-width:1400px;margin:0 auto;padding:0 24px}
.footer-top{display:grid;grid-template-columns:2fr 1fr;gap:48px;padding-bottom:40px;border-bottom:1px solid #374151;margin-bottom:32px}
.footer-brand{max-width:400px}
.footer-logo{font-size:1.6rem;font-weight:800;color:#fff;margin-bottom:16px}
.footer-description{color:#9ca3af;font-size:1rem;line-height:1.6}
.footer-menu-wrapper{display:flex;justify-content:flex-end}
.footer-menu{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.footer-menu li{margin:0}
.footer-menu a{color:#9ca3af;font-size:.95rem;transition:color .3s ease;display:block;padding:6px 0}
.footer-menu a:hover{color:#F97316}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}
.footer-bottom p{margin:0;font-size:.9rem;color:#9ca3af}
.footer-social{display:flex;gap:16px}
.footer-links{display:flex;justify-content:center;gap:24px;margin-top:24px;flex-wrap:wrap}
.footer-links a{color:#9ca3af;font-size:.9rem;transition:color .3s ease}
.footer-links a:hover{color:#F97316}

/* Responsive Design */
@media(max-width:1200px){
.post-grid{grid-template-columns:repeat(3,1fr)}
.single-post-layout{grid-template-columns:1fr;gap:40px}
.sidebar{position:static;margin-top:64px}
}

@media(max-width:968px){
.post-grid,.related-grid{grid-template-columns:repeat(2,1fr)}
.header-nav{gap:20px}
}


/* Search Page Styles */
.search-header{text-align:center;margin-bottom:48px;padding-bottom:32px;border-bottom:3px solid #f3f4f6}
.search-title{font-size:clamp(2rem,4vw,2.8rem);font-weight:800;color:#111827;margin-bottom:12px;line-height:1.3}
.search-title span{color:#F97316}
.search-results-count{font-size:1.1rem;color:#6b7280;margin-top:12px}

/* Search & Filter Section */
.search-filter-section{background:#fff;padding:32px;border-radius:20px;box-shadow:0 2px 12px rgba(0,0,0,.06);margin-bottom:48px;border:1px solid #f3f4f6}

/* Search Form */
.search-form-main{margin-bottom:24px}
.search-input-wrapper{display:flex;gap:12px;max-width:800px;margin:0 auto}
.search-input{flex:1;padding:16px 16px 16px 48px;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;color:#111827;transition:all .3s ease;background:#fff;position:relative}
.search-input:focus{outline:none;border-color:#F97316;box-shadow:0 0 0 3px rgba(249,115,22,.1)}
.search-input-wrapper{position:relative}
.search-input-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none;z-index:1}
.search-submit-btn{background:linear-gradient(135deg,#F97316,#ea580c);color:#fff;border:none;padding:16px 32px;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;white-space:nowrap}
.search-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(249,115,22,.3)}
.search-submit-btn svg{width:20px;height:20px}

/* Category Filter */
.category-filter{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding-top:24px;border-top:2px solid #f3f4f6}
.filter-label{font-weight:600;color:#374151;display:flex;align-items:center;gap:8px;font-size:.95rem}
.filter-label svg{width:18px;height:18px;color:#F97316}
.category-select{padding:12px 40px 12px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:.95rem;color:#374151;background:#fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="%23374151" viewBox="0 0 16 16"><path d="M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"/></svg>') no-repeat right 12px center;background-size:12px;appearance:none;cursor:pointer;transition:all .3s ease;min-width:200px}
.category-select:hover{border-color:#F97316}
.category-select:focus{outline:none;border-color:#F97316;box-shadow:0 0 0 3px rgba(249,115,22,.1)}

/* Active Filters */
.active-filters{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding-top:20px;margin-top:20px;border-top:2px solid #f3f4f6}
.filter-tags{display:flex;gap:8px;flex-wrap:wrap;flex:1}
.filter-tag{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;background:#f3f4f6;border-radius:8px;font-size:.9rem;color:#374151;font-weight:500}
.remove-filter{color:#6b7280;font-size:1.4rem;line-height:1;cursor:pointer;transition:color .3s ease;text-decoration:none;font-weight:700}
.remove-filter:hover{color:#F97316}
.clear-filters{color:#F97316;font-weight:600;font-size:.9rem;text-decoration:underline;transition:color .3s ease}
.clear-filters:hover{color:#ea580c}

/* Results Info & Sort */
.search-results-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding:20px;background:#f9fafb;border-radius:12px;flex-wrap:wrap;gap:16px}
.results-stats{color:#6b7280;font-size:.95rem;margin:0}
.results-stats strong{color:#14532D}
.results-sort{display:flex;align-items:center;gap:12px}
.results-sort label{font-size:.9rem;color:#6b7280;font-weight:600}
.results-sort select{padding:8px 32px 8px 12px;border:2px solid #e5e7eb;border-radius:8px;font-size:.9rem;color:#374151;background:#fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="%23374151" viewBox="0 0 16 16"><path d="M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"/></svg>') no-repeat right 10px center;background-size:10px;appearance:none;cursor:pointer;transition:all .3s ease}
.results-sort select:hover{border-color:#F97316}
.results-sort select:focus{outline:none;border-color:#F97316}

/* No Results */
.no-results{text-align:center;padding:80px 20px;background:#fff;border-radius:20px;margin-top:40px;box-shadow:0 2px 12px rgba(0,0,0,.06)}
.no-results-icon{margin:0 auto 32px;opacity:.3}
.no-results h2{font-size:2rem;color:#374151;margin-bottom:16px;font-weight:800}
.no-results > p{color:#6b7280;font-size:1.15rem;margin-bottom:32px}
.no-results-suggestions{max-width:500px;margin:32px auto;text-align:left;background:#f9fafb;padding:24px;border-radius:12px}
.no-results-suggestions h3{font-size:1.2rem;color:#14532D;margin-bottom:16px;font-weight:700}
.no-results-suggestions ul{list-style:none;padding:0;margin:0}
.no-results-suggestions li{padding:8px 0 8px 28px;color:#374151;position:relative;font-size:.95rem}
.no-results-suggestions li::before{content:"→";position:absolute;left:0;color:#F97316;font-weight:700}

/* Pagination */
.pagination-wrapper{display:flex;justify-content:center;margin-top:64px;padding-top:48px;border-top:2px solid #f3f4f6}
.pagination-wrapper .page-numbers{list-style:none;display:flex;gap:8px;padding:0;margin:0;flex-wrap:wrap;justify-content:center}
.pagination-wrapper .page-numbers li{margin:0}
.pagination-wrapper .page-numbers a,.pagination-wrapper .page-numbers span{display:flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:8px 12px;border-radius:10px;font-weight:600;font-size:.95rem;transition:all .3s ease;border:2px solid #e5e7eb;color:#374151;background:#fff}
.pagination-wrapper .page-numbers a:hover{background:#F97316;color:#fff;border-color:#F97316;transform:translateY(-2px)}
.pagination-wrapper .page-numbers .current{background:#14532D;color:#fff;border-color:#14532D}
.pagination-wrapper .page-numbers .prev,.pagination-wrapper .page-numbers .next{padding:8px 16px;gap:8px}
.pagination-wrapper .page-numbers svg{width:20px;height:20px}
.pagination-wrapper .page-numbers .dots{border:none;background:none;cursor:default}
.pagination-wrapper .page-numbers .dots:hover{background:none;transform:none}

/* Responsive */
@media(max-width:768px){
.search-input-wrapper{flex-direction:column}
.search-input{padding:14px 14px 14px 44px}
.search-submit-btn{width:100%;justify-content:center;padding:14px}
.category-filter{flex-direction:column;align-items:flex-start}
.category-select{width:100%;min-width:auto}
.search-results-info{flex-direction:column;align-items:flex-start}
.results-sort{width:100%}
.results-sort select{width:100%}
.active-filters{flex-direction:column;align-items:flex-start}
.filter-tags{width:100%}
.no-results{padding:60px 20px}
.no-results-icon{width:80px;height:80px}
}

@media(max-width:480px){
.search-header{margin-bottom:32px}
.search-filter-section{padding:20px}
.pagination-wrapper .page-numbers a,.pagination-wrapper .page-numbers span{min-width:40px;height:40px;font-size:.85rem}
}

/* Force Logo to Left - Alternative Method */
.site-header .header-container{
    display:grid;
    grid-template-columns:auto 1fr;
    gap:0px;
    align-items:center;
}

.site-header .site-logo,
.site-header .custom-logo-link{
    justify-self:start; /* Force left alignment */
    grid-column:1;
}

.site-header .header-nav{
    justify-self:end; /* Force right alignment */
    grid-column:2;
}

@media(max-width:968px){
    .site-header .header-container{
        display:flex;
        justify-content:space-between;
    }
}



/* Comments Styles */
.comments-area{padding:40px;background:#fff;border-radius:16px}
.comments-title{font-size:1.5rem;font-weight:700;color:#14532D;margin-bottom:32px}
.comment-list{list-style:none;padding:0}
.comment-body{padding:24px;background:#f9fafb;border-radius:12px;margin-bottom:20px;border:1px solid #f3f4f6}
.comment-author{display:flex;align-items:center;gap:16px;margin-bottom:16px}
.comment-author img{border-radius:50%}
.comment-author .fn{font-size:1.1rem;color:#111827}
.comment-date{font-size:.85rem;color:#9ca3af;margin-left:12px}
.comment-content{font-size:1rem;line-height:1.7;color:#374151;margin-bottom:12px}
.comment-reply a{color:#F97316;font-weight:600;font-size:.9rem}
.comment-form label{display:block;font-weight:600;margin-bottom:8px;color:#374151}
.comment-form input,.comment-form textarea{width:100%;padding:12px;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:border .3s ease}
.comment-form input:focus,.comment-form textarea:focus{outline:none;border-color:#F97316}
.comment-form .submit{background:#F97316;color:#fff;border:none;padding:14px 32px;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease}
.comment-form .submit:hover{background:#ea580c;transform:translateY(-2px)}




/* Recipe Page Styles */
.recipe-layout{display:grid;grid-template-columns:1fr 360px;gap:48px;max-width:1400px;margin:0 auto;padding:40px 24px 80px}
.recipe-content-wrapper{min-width:0}

/* Recipe Header */
.recipe-header{margin-bottom:40px}
.recipe-meta-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.recipe-title{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:900;line-height:1.2;color:#111827;margin-bottom:20px}
.recipe-intro{font-size:1.15rem;line-height:1.8;color:#6b7280}

/* Recipe Image */
.recipe-image-wrapper{margin:40px 0;border-radius:20px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.12)}
.recipe-image-wrapper img{width:100%;height:auto;max-height:600px;object-fit:cover}

/* Meta Cards */
.recipe-meta-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin:40px 0;padding:32px;background:#fff;border-radius:20px;box-shadow:0 2px 12px rgba(0,0,0,.06)}
.meta-card{display:flex;align-items:center;gap:12px;padding:20px;background:#f9fafb;border-radius:12px;border:2px solid #f3f4f6;transition:all .3s ease}
.meta-card:hover{border-color:#F97316;transform:translateY(-2px)}
.meta-card-featured{background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border-color:#F97316}
.meta-card svg{width:24px;height:24px;color:#F97316;flex-shrink:0}
.meta-content{display:flex;flex-direction:column}
.meta-label{font-size:.85rem;color:#9ca3af;font-weight:500;text-transform:uppercase;letter-spacing:.5px}
.meta-value{font-size:1.2rem;font-weight:700;color:#111827}

/* Recipe Sections */
.recipe-section{margin:48px 0;padding:40px;background:#fff;border-radius:20px;box-shadow:0 2px 12px rgba(0,0,0,.06);border:1px solid #f3f4f6}
.section-heading{font-size:1.8rem;font-weight:800;color:#14532D;margin-bottom:28px;display:flex;align-items:center;gap:12px;padding-bottom:20px;border-bottom:3px solid #f3f4f6}
.section-heading svg{width:28px;height:28px;color:#F97316;flex-shrink:0}

/* Ingredients */
.ingredients-section{background:linear-gradient(135deg,#f0fdf4 0%,#ecfdf5 100%)}
.ingredients-list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px}
.ingredients-list li{padding:14px 18px;background:#fff;border-radius:10px;border:2px solid #10b981;color:#374151;font-size:1rem;font-weight:500;position:relative;padding-left:40px;transition:all .3s ease}
.ingredients-list li::before{content:"✓";position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#10b981;font-weight:700;font-size:1.2rem}
.ingredients-list li:hover{background:#10b981;color:#fff;border-color:#059669}
.ingredients-list li:hover::before{color:#fff}

/* Directions */
.directions-section{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%)}
.directions-list{list-style:none;counter-reset:step;padding:0}
.directions-list li{counter-increment:step;margin-bottom:24px;padding:24px;padding-left:80px;background:#fff;border-radius:12px;position:relative;border:2px solid #fbbf24;transition:all .3s ease}
.directions-list li:hover{border-color:#f59e0b;box-shadow:0 4px 16px rgba(245,158,11,.2)}
.directions-list li::before{content:counter(step);position:absolute;left:20px;top:24px;width:40px;height:40px;background:linear-gradient(135deg,#F97316,#ea580c);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;box-shadow:0 4px 12px rgba(249,115,22,.3)}
.step-number{display:block;font-weight:700;color:#F97316;margin-bottom:8px;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}

/* Nutrition */
.nutrition-section{background:linear-gradient(135deg,#ede9fe 0%,#ddd6fe 100%)}
.nutrition-serving{font-size:.9rem;color:#9ca3af;font-weight:500;margin-left:auto}
.nutrition-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}
.nutrition-item{padding:16px;background:#fff;border-radius:10px;border:2px solid#8b5cf6;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}
.nutrition-item:hover{border-color:#7c3aed;transform:translateY(-2px)}
.nutrient-name{font-weight:600;color:#374151}
.nutrient-value{font-weight:700;color:#7c3aed;font-size:1.1rem}

/* Tips & Variations */
.tips-section,.variations-section{background:linear-gradient(135deg,#fce7f3 0%,#fbcfe8 100%)}
.tips-content,.variations-content{font-size:1.05rem;line-height:1.9;color:#374151;padding:20px;background:#fff;border-radius:12px;border-left:4px solid#ec4899}

/* Recipe Sidebar */
.recipe-sidebar{position:sticky;top:96px;height:fit-content}
.print-recipe-btn{width:100%;padding:16px;background:linear-gradient(135deg,#14532D,#15803d);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease;box-shadow:0 4px 16px rgba(20,83,45,.3)}
.print-recipe-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(20,83,45,.4)}
.print-recipe-btn svg{width:20px;height:20px}
.jump-links{list-style:none;padding:0}
.jump-links li{margin-bottom:8px}
.jump-links a{display:block;padding:10px 16px;color:#6b7280;font-size:.95rem;border-radius:8px;transition:all .3s ease}
.jump-links a:hover{background:#f3f4f6;color:#F97316;padding-left:24px}
.jump-links a::before{content:"→";margin-right:8px;color:#F97316;font-weight:700}

/* Comments Section */
.comments-section{background:#f9fafb}

/* Responsive */
@media(max-width:1200px){
.recipe-layout{grid-template-columns:1fr;gap:40px}
.recipe-sidebar{position:static;margin-top:64px}
}
@media(max-width:768px){
.recipe-meta-cards{grid-template-columns:repeat(2,1fr);padding:24px}
.ingredients-list{grid-template-columns:1fr}
.nutrition-grid{grid-template-columns:1fr}
.recipe-section{padding:24px}
.directions-list li{padding:20px;padding-left:70px}
}
@media(max-width:480px){
.recipe-meta-cards{grid-template-columns:1fr}
.meta-card{flex-direction:column;text-align:center}
}

/* Print Styles */
@media print{
.site-header,.site-footer,.recipe-sidebar,.ad-slot,.share-btn,.comments-section{display:none !important}
.recipe-layout{grid-template-columns:1fr;max-width:100%}
.recipe-section{page-break-inside:avoid}
}
