.hero-pattern {
    background-color: #1b8a34;
    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='%2317732c' fill-opacity='0.2'%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");
}

/* Custom Scrollbar */
::-webkit-scrollbar { 
    width: 6px; 
    height: 6px; 
}

::-webkit-scrollbar-track { 
    background: #e0e0e0; 
}

::-webkit-scrollbar-thumb { 
    background: #1b8a34; 
    border-radius: 3px; 
}

/* SEO Content Section Styles */
.seo-content-section {
    background-color: #ffffff;
    padding: 4rem 0;
    border-top: 1px solid #e5e7eb;
}

.seo-content-container {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.seo-content-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    color: #374151;
    line-height: 1.75;
}

@media (min-width: 768px) {
    .seo-content-grid {
        grid-template-columns: 1fr;
    }
}

.seo-content-article {
    margin-bottom: 0;
}

.seo-content-h2 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.875rem;
    color: #333333;
    margin-bottom: 1.5rem;
}

.seo-content-p {
    margin-bottom: 1rem;
}

.seo-content-p strong {
    font-weight: 600;
}

.seo-content-a {
    color: #1b8a34;
    text-decoration: none;
}

.seo-content-a:hover {
    text-decoration: underline;
}

.seo-content-grid-2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .seo-content-grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.seo-content-h3 {
    font-weight: 700;
    font-size: 1.25rem;
    color: #333333;
    margin-bottom: 0.75rem;
}

.seo-content-p-sm {
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.seo-content-ul {
    list-style-type: disc;
    padding-left: 1.25rem;
    font-size: 0.875rem;
}

.seo-content-ul li {
    margin-bottom: 0.5rem;
}

.seo-content-ul li strong {
    font-weight: 600;
}

.seo-content-ul li em {
    font-style: italic;
}

.seo-content-box {
    background-color: #f3f4f6;
    padding: 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid #e5e7eb;
    margin-top: 1rem;
}

.seo-content-box-h3 {
    font-weight: 700;
    font-size: 1.25rem;
    color: #333333;
    margin-bottom: 0.75rem;
}

.seo-content-box-p {
    font-size: 0.875rem;
}

/* Beautiful Typography Styles for H2, H3, H4 */
h2 {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    font-size: 2rem !important;
    color: #1b8a34 !important;
    margin-top: 2rem !important;
    margin-bottom: 1.25rem !important;
    line-height: 1.3 !important;
    position: relative !important;
    padding-bottom: 0.75rem !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #1b8a34 0%, #ffcc00 100%);
    border-radius: 2px;
}

h3 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #333333;
    margin-top: 1.75rem;
    margin-bottom: 1rem;
    line-height: 1.4;
    padding-left: 1rem;
    border-left: 4px solid #1b8a34;
    position: relative;
}

h3::before {
    content: '▶';
    position: absolute;
    left: -0.5rem;
    color: #ffcc00;
    font-size: 0.8rem;
}

h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    color: #1b8a34;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.5;
    padding: 0.5rem 0;
    border-bottom: 2px solid #e5e7eb;
    position: relative;
}

h4::before {
    content: '•';
    color: #ffcc00;
    font-weight: 900;
    margin-right: 0.5rem;
    font-size: 1.5rem;
}

/* Beautiful List Styles */
ul, ol {
    margin: 1.25rem 0;
    padding-left: 0;
    list-style: none;
}

ul li, ol li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.75rem;
    line-height: 1.7;
    color: #374151;
    font-size: 1rem;
}

ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5rem;
    height: 1.5rem;
    background: linear-gradient(135deg, #1b8a34 0%, #156a28 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    box-shadow: 0 2px 4px rgba(27, 138, 52, 0.2);
}

ol {
    counter-reset: item;
}

ol li {
    counter-increment: item;
    padding-left: 2.5rem;
}

ol li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0;
    width: 1.75rem;
    height: 1.75rem;
    background: linear-gradient(135deg, #ffcc00 0%, #e6b800 100%);
    color: #333333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 700;
    box-shadow: 0 2px 4px rgba(255, 204, 0, 0.3);
}

ul li strong, ol li strong {
    color: #1b8a34;
    font-weight: 600;
}

ul li em, ol li em {
    color: #666666;
    font-style: italic;
}

/* Beautiful Table Styles */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    background-color: #ffffff;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

table thead {
    background: linear-gradient(135deg, #1b8a34 0%, #156a28 100%);
    color: #ffffff;
}

table thead th {
    padding: 1rem 1.25rem;
    text-align: left;
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #156a28;
}

table tbody tr {
    border-bottom: 1px solid #e5e7eb;
    transition: background-color 0.2s ease;
}

table tbody tr:hover {
    background-color: #f9fafb;
}

table tbody tr:nth-child(even) {
    background-color: #f9fafb;
}

table tbody tr:nth-child(even):hover {
    background-color: #f3f4f6;
}

table tbody td {
    padding: 1rem 1.25rem;
    color: #374151;
    font-size: 0.9375rem;
    line-height: 1.6;
}

table tbody td:first-child {
    font-weight: 600;
    color: #1b8a34;
}

table tfoot {
    background-color: #f9fafb;
    border-top: 2px solid #e5e7eb;
}

table tfoot td {
    padding: 1rem 1.25rem;
    font-weight: 600;
    color: #333333;
}

/* Responsive Table */
@media (max-width: 768px) {
    table {
        font-size: 0.875rem;
    }
    
    table thead th,
    table tbody td {
        padding: 0.75rem 0.5rem;
    }
}

/* Nested Lists */
ul ul, ol ol, ul ol, ol ul {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 1.5rem;
}

/* List in SEO Content Section */
.seo-content-grid ul,
.seo-content-grid ol {
    margin: 1rem 0;
}

.seo-content-grid ul li,
.seo-content-grid ol li {
    font-size: 1rem;
    color: #374151;
}
