/* WeedRX - Production Styles v2 */

/* ═══════════════════════════════════════════
   PALETTE
   Primary green:  #2d6a4f
   Dark green:     #1b4332
   Purple (footer): #2d1b4e
   Purple light:    #3d2a5c
   Purple accent:   #a78bfa
   Body bg:        #f7f7f8
   Card bg:        #ffffff
   Text primary:   #111827
   Text secondary: #4b5563
   Text muted:     #6b7280
   Border:         #e2e4e9
   ═══════════════════════════════════════════ */

/* ═══════════════════════════════════════════
   RESET & BASE
   ═══════════════════════════════════════════ */
*, *::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, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.65;
    color: #111827;
    background: #f7f7f8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.container { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }
a { color: #2d6a4f; text-decoration: none; transition: color 0.2s; }
a:hover { color: #1b4332; }
img { max-width: 100%; height: auto; display: block; }

/* ═══════════════════════════════════════════
   TYPOGRAPHY
   ═══════════════════════════════════════════ */
h1, h2, h3, h4 { line-height: 1.2; color: #111827; letter-spacing: -0.015em; }
h1 { font-size: 2.5rem; font-weight: 800; }
h2 { font-size: 1.75rem; font-weight: 700; }
h3 { font-size: 1.25rem; font-weight: 600; }

/* ═══════════════════════════════════════════
   BUTTONS
   ═══════════════════════════════════════════ */
.btn {
    display: inline-block;
    padding: 0.8rem 1.75rem;
    border: none;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    transition: all 0.25s ease;
    letter-spacing: 0.01em;
}
.btn-primary {
    background: linear-gradient(135deg, #2d6a4f 0%, #1b4332 100%);
    color: #fff;
    box-shadow: 0 2px 8px rgba(45,106,79,0.3);
}
.btn-primary:hover {
    background: linear-gradient(135deg, #34785a 0%, #1f4f3b 100%);
    color: #fff;
    box-shadow: 0 6px 20px rgba(45,106,79,0.4);
    transform: translateY(-2px);
}
.btn-outline {
    background: transparent;
    border: 2px solid #2d6a4f;
    color: #2d6a4f;
}
.btn-outline:hover {
    background: #2d6a4f;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(45,106,79,0.25);
}
.btn-lg { padding: 1rem 2.25rem; font-size: 1.05rem; }

/* ═══════════════════════════════════════════
   HEADER & NAV
   ═══════════════════════════════════════════ */
.site-header {
    background: #fff;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 200;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06), 0 4px 16px rgba(0,0,0,0.03);
}
.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
}
.site-logo { display: flex; align-items: center; }
.site-logo-img {
    height: 38px;
    width: auto;
    display: block;
}
.site-nav > ul { list-style: none; display: flex; gap: 0.25rem; align-items: center; }
.site-nav a {
    color: #4b5563;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.5rem 0.875rem;
    border-radius: 8px;
    transition: all 0.2s;
    display: block;
}
.site-nav a:hover { color: #2d6a4f; background: rgba(45,106,79,0.06); }
.site-nav a.active { color: #2d6a4f; background: rgba(45,106,79,0.08); font-weight: 600; }

/* Mobile nav toggle */
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.625rem; }
.nav-toggle-bar { display: block; width: 22px; height: 2px; background: #374151; position: relative; border-radius: 2px; }
.nav-toggle-bar::before, .nav-toggle-bar::after { content: ''; display: block; width: 22px; height: 2px; background: #374151; position: absolute; border-radius: 2px; }
.nav-toggle-bar::before { top: -6px; }
.nav-toggle-bar::after { top: 6px; }

/* Dropdown */
.has-dropdown { position: relative; }
.dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #e2e4e9;
    border-radius: 12px;
    min-width: 240px;
    padding: 0.5rem;
    box-shadow: 0 12px 40px rgba(0,0,0,0.12), 0 4px 12px rgba(0,0,0,0.06);
    z-index: 300;
}
.dropdown li { list-style: none; }
.dropdown a { padding: 0.6rem 1rem; border-radius: 8px; font-size: 0.85rem; color: #374151; }
.dropdown a:hover { background: rgba(45,106,79,0.06); color: #2d6a4f; }
.has-dropdown:hover .dropdown { display: block; }

/* ═══════════════════════════════════════════
   BREADCRUMBS
   ═══════════════════════════════════════════ */
.breadcrumbs { padding: 1rem 0; font-size: 0.85rem; color: #9ca3af; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 0.25rem; }
.breadcrumbs li:not(:last-child)::after { content: '/'; margin-left: 0.375rem; color: #d1d5db; }
.breadcrumbs a { color: #6b7280; }
.breadcrumbs a:hover { color: #2d6a4f; }

/* ═══════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════ */
.hero {
    padding: 5.5rem 0 5rem;
    text-align: center;
    background: linear-gradient(160deg, #eef3f0 0%, #e2ece6 35%, #d6e5dc 70%, #cdddd5 100%);
    border-bottom: 1px solid #c8d9cf;
}
.hero h1 { font-size: 3rem; margin-bottom: 1.25rem; color: #111827; max-width: 800px; margin-left: auto; margin-right: auto; }
.hero p { font-size: 1.2rem; color: #374151; margin-bottom: 2rem; }
.hero-sub { max-width: 660px; margin: 0 auto 2.5rem; line-height: 1.7; }
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ═══════════════════════════════════════════
   PAGE CONTENT
   ═══════════════════════════════════════════ */
.page-content { padding: 3.5rem 0 2rem; }
.page-content h1 { font-size: 2.25rem; margin-bottom: 1.75rem; }

/* Page body from admin content */
.page-body { max-width: 740px; font-size: 1.05rem; line-height: 1.8; margin-bottom: 2.5rem; color: #374151; }
.page-body p { margin-bottom: 1.5rem; }
.page-body h2 { margin: 2.5rem 0 1rem; color: #111827; }
.page-body h3 { margin: 2rem 0 0.75rem; color: #1f2937; }
.page-body ul, .page-body ol { margin: 0 0 1.5rem 1.5rem; }
.page-body li { margin-bottom: 0.5rem; color: #4b5563; }

/* Section intro */
.section-intro { color: #6b7280; max-width: 640px; margin-bottom: 2.5rem; font-size: 1.1rem; line-height: 1.7; }

/* ═══════════════════════════════════════════
   FORMS
   ═══════════════════════════════════════════ */
.form-group { margin-bottom: 1.5rem; }
.form-group label { display: block; margin-bottom: 0.5rem; font-weight: 600; font-size: 0.9rem; color: #374151; }
.form-group input, .form-group select, .form-group textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    font-size: 1rem;
    font-family: inherit;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
    color: #1f2937;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    outline: none;
    border-color: #2d6a4f;
    box-shadow: 0 0 0 3px rgba(45,106,79,0.12);
}
.required { color: #dc2626; }

/* ═══════════════════════════════════════════
   ALERTS
   ═══════════════════════════════════════════ */
.alert { padding: 1rem 1.25rem; border-radius: 10px; margin-bottom: 1.5rem; font-size: 0.95rem; }
.alert-success { background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; }
.alert-error { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }

/* ═══════════════════════════════════════════
   CATEGORY FILTER
   ═══════════════════════════════════════════ */
.category-filter { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 2.5rem; }
.category-filter a {
    display: inline-block;
    padding: 0.5rem 1rem;
    border: 1px solid #e2e4e9;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #6b7280;
    background: #fff;
    transition: all 0.2s;
}
.category-filter a:hover, .category-filter a.active {
    background: #2d6a4f;
    color: #fff;
    border-color: #2d6a4f;
    box-shadow: 0 2px 8px rgba(45,106,79,0.2);
}

/* ═══════════════════════════════════════════
   ARTICLE GRID & CARDS
   ═══════════════════════════════════════════ */
.article-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.75rem; margin-bottom: 2rem; }
.article-grid-small { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.article-card {
    background: #fff;
    border: 1px solid #e2e4e9;
    border-radius: 14px;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.article-card:hover {
    box-shadow: 0 12px 36px rgba(0,0,0,0.1);
    transform: translateY(-4px);
}
.article-card-image img { width: 100%; height: 200px; object-fit: cover; display: block; }
.article-card-body { padding: 1.5rem; }
.article-card-body h2, .article-card-body h4 { margin-bottom: 0.625rem; }
.article-card-body h2 { font-size: 1.15rem; font-weight: 700; }
.article-card-body h3 a { color: #111827; }
.article-card-body h2 a, .article-card-body h4 a { color: #111827; transition: color 0.2s; }
.article-card-body h2 a:hover, .article-card-body h4 a:hover { color: #2d6a4f; }
.article-category {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: #ecfdf5;
    color: #065f46;
    border-radius: 100px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.625rem;
}
.article-excerpt { color: #6b7280; font-size: 0.925rem; margin-bottom: 0.75rem; line-height: 1.6; }
.article-meta { font-size: 0.8rem; color: #9ca3af; }
.no-results { text-align: center; padding: 4rem 0; color: #9ca3af; font-size: 1.05rem; }

/* ═══════════════════════════════════════════
   PAGINATION
   ═══════════════════════════════════════════ */
.pagination { display: flex; align-items: center; justify-content: center; gap: 0.375rem; padding: 2.5rem 0; }
.pagination a, .pagination span {
    display: inline-block; padding: 0.5rem 0.875rem;
    border: 1px solid #e2e4e9; border-radius: 8px; font-size: 0.875rem; transition: all 0.2s; background: #fff;
}
.pagination a:hover { background: rgba(45,106,79,0.06); border-color: #2d6a4f; color: #2d6a4f; }
.pagination-current { background: #2d6a4f; color: #fff; border-color: #2d6a4f; }

/* ═══════════════════════════════════════════
   ARTICLE SINGLE
   ═══════════════════════════════════════════ */
.article-single { padding: 2.5rem 0 4rem; }
.article-header { margin-bottom: 2.5rem; }
.article-header h1 { font-size: 2.5rem; margin: 0.75rem 0; line-height: 1.2; max-width: 760px; }
.article-header .article-meta { margin-top: 0.75rem; }
.article-featured-image { margin-bottom: 2.5rem; }
.article-featured-image img { width: 100%; max-height: 500px; object-fit: cover; border-radius: 14px; }
.article-content { max-width: 740px; font-size: 1.075rem; line-height: 1.85; color: #374151; }
.article-content h2 { margin: 2.5rem 0 1rem; font-size: 1.5rem; color: #111827; }
.article-content h3 { margin: 2rem 0 0.75rem; font-size: 1.2rem; color: #1f2937; }
.article-content p { margin-bottom: 1.5rem; }
.article-content ul, .article-content ol { margin: 0 0 1.5rem 1.5rem; }
.article-content li { margin-bottom: 0.5rem; color: #4b5563; }
.article-content blockquote { border-left: 4px solid #2d6a4f; margin: 2rem 0; padding: 1.25rem 1.75rem; background: #fff; border-radius: 0 12px 12px 0; font-style: italic; color: #4b5563; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
.article-content img { border-radius: 12px; margin: 1.5rem 0; }

/* Article CTA */
.article-cta {
    background: linear-gradient(135deg, #eef3f0, #e2ece6);
    padding: 2.5rem;
    border-radius: 14px;
    margin: 3.5rem 0;
    max-width: 740px;
    border: 1px solid #c8d9cf;
}
.article-cta h3 { margin-bottom: 0.625rem; font-size: 1.3rem; }
.article-cta p { margin-bottom: 1.25rem; color: #4b5563; }

/* Article services sidebar */
.article-services {
    max-width: 740px;
    background: #fff;
    border: 1px solid #e2e4e9;
    border-radius: 14px;
    padding: 1.5rem 1.75rem;
    margin: 2.5rem 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.article-services h3 { font-size: 1rem; margin-bottom: 0.625rem; }
.article-services ul { list-style: none; }
.article-services li { margin-bottom: 0.5rem; }
.article-services a { font-weight: 500; }

/* Related articles */
.related-articles { margin-top: 3.5rem; padding-top: 2.5rem; border-top: 1px solid #e2e4e9; }
.related-articles h3 { margin-bottom: 1.5rem; }
.related-articles-section { padding: 3rem 0; }
.related-articles-section h2 { margin-bottom: 1.5rem; }

/* ═══════════════════════════════════════════
   COMPLIANCE ITEMS
   ═══════════════════════════════════════════ */
.compliance-items-section { padding: 4.5rem 0; background: #fff; }
.compliance-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 1.75rem; }
.compliance-card {
    background: #fff;
    padding: 1.75rem;
    border-radius: 14px;
    border: 1px solid #e2e4e9;
    border-left: 4px solid #2d6a4f;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.compliance-card:hover {
    box-shadow: 0 10px 32px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}
.compliance-card h3 { font-size: 1.1rem; margin-bottom: 0.625rem; color: #111827; }
.compliance-card > p { color: #6b7280; margin-bottom: 1rem; line-height: 1.6; }
.compliance-risk-area {
    display: inline-block;
    padding: 0.2rem 0.625rem;
    background: #ecfdf5;
    color: #065f46;
    border-radius: 100px;
    font-size: 0.675rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.75rem;
}
.compliance-detail { margin-top: 1rem; }
.compliance-detail strong { font-size: 0.8rem; color: #374151; text-transform: uppercase; letter-spacing: 0.05em; }
.compliance-detail p { font-size: 0.9rem; color: #6b7280; margin-top: 0.375rem; line-height: 1.6; }

/* ═══════════════════════════════════════════
   TOOLS SHOWCASE
   ═══════════════════════════════════════════ */
.tools-showcase-section { padding: 4.5rem 0; background: #fff; }
.tools-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); gap: 1.75rem; }
.tool-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e2e4e9;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.tool-card:hover {
    box-shadow: 0 10px 32px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}
.tool-card-image img { width: 100%; height: 220px; object-fit: cover; display: block; }
.tool-card-body { padding: 1.75rem; }
.tool-card-body h3 { font-size: 1.2rem; margin-bottom: 0.625rem; color: #111827; }
.tool-summary { color: #6b7280; margin-bottom: 1rem; line-height: 1.6; }
.tool-business-type {
    display: inline-block;
    padding: 0.2rem 0.625rem;
    background: #eff6ff;
    color: #1e40af;
    border-radius: 100px;
    font-size: 0.675rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.75rem;
}
.tool-detail { margin-top: 1rem; }
.tool-detail strong { font-size: 0.8rem; color: #374151; text-transform: uppercase; letter-spacing: 0.05em; }
.tool-detail p { font-size: 0.9rem; color: #6b7280; margin-top: 0.375rem; line-height: 1.6; }
.tool-description { margin-top: 1.25rem; font-size: 0.9rem; color: #6b7280; line-height: 1.6; }

/* ═══════════════════════════════════════════
   FAQ SECTION
   ═══════════════════════════════════════════ */
.faq-section { padding: 4.5rem 0; background: #fff; }
.faq-section h2 { margin-bottom: 2rem; }
.faq-list { max-width: 740px; }
.faq-item { border-bottom: 1px solid #e2e4e9; }
.faq-item:first-child { border-top: 1px solid #e2e4e9; }
.faq-question {
    padding: 1.25rem 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.025rem;
    color: #111827;
    list-style: none;
    transition: color 0.2s;
}
.faq-question:hover { color: #2d6a4f; }
.faq-question::-webkit-details-marker { display: none; }
.faq-question::before { content: '+'; display: inline-block; width: 1.75rem; font-size: 1.25rem; color: #2d6a4f; font-weight: 400; }
details[open] .faq-question::before { content: '−'; }
.faq-answer { padding: 0 0 1.25rem 1.75rem; color: #6b7280; line-height: 1.75; }
.faq-answer p { margin-bottom: 0.75rem; }

/* ═══════════════════════════════════════════
   PAGE CTA
   ═══════════════════════════════════════════ */
.page-cta {
    padding: 4.5rem 0;
    text-align: center;
    background: linear-gradient(160deg, #eef3f0 0%, #e2ece6 50%, #d6e5dc 100%);
    border-top: 1px solid #c8d9cf;
    margin-top: 0;
}
.page-cta h2 { margin-bottom: 0.75rem; font-size: 1.75rem; }
.page-cta p { color: #4b5563; margin-bottom: 2rem; font-size: 1.1rem; max-width: 540px; margin-left: auto; margin-right: auto; line-height: 1.7; }

/* ═══════════════════════════════════════════
   HOME: SERVICES
   ═══════════════════════════════════════════ */
.home-services { padding: 5rem 0; background: #fff; }
.home-services h2 { text-align: center; margin-bottom: 0.75rem; }
.home-services .section-intro { text-align: center; margin: 0 auto 3rem; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; }
.service-card {
    display: block;
    background: #fff;
    border: 1px solid #e2e4e9;
    border-radius: 14px;
    padding: 1.75rem;
    color: #374151;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}
.service-card:hover {
    border-color: #2d6a4f;
    box-shadow: 0 10px 32px rgba(0,0,0,0.08);
    transform: translateY(-4px);
    color: #374151;
}
.service-card h3 { font-size: 1.1rem; margin-bottom: 0.625rem; color: #111827; }
.service-card p { font-size: 0.925rem; color: #6b7280; line-height: 1.6; }

/* ═══════════════════════════════════════════
   HOME: COMPLIANCE PREVIEW
   ═══════════════════════════════════════════ */
.home-compliance { padding: 5rem 0; background: #f7f7f8; }
.home-compliance h2 { text-align: center; margin-bottom: 0.75rem; }
.home-compliance .section-intro { text-align: center; margin: 0 auto 3rem; }

/* ═══════════════════════════════════════════
   HOME: TOOLS PREVIEW
   ═══════════════════════════════════════════ */
.home-tools { padding: 5rem 0; background: #fff; }
.home-tools h2 { text-align: center; margin-bottom: 0.75rem; }
.home-tools .section-intro { text-align: center; margin: 0 auto 3rem; }
.tools-preview-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; }
.tool-preview-card {
    background: #fff;
    border: 1px solid #e2e4e9;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}
.tool-preview-card:hover {
    box-shadow: 0 10px 32px rgba(0,0,0,0.08);
    transform: translateY(-4px);
}
.tool-preview-card img { width: 100%; height: 180px; object-fit: cover; }
.tool-preview-card h3 { padding: 1.25rem 1.5rem 0.375rem; font-size: 1.1rem; }
.tool-preview-card p { padding: 0 1.5rem 1.5rem; font-size: 0.925rem; color: #6b7280; line-height: 1.6; }

/* ═══════════════════════════════════════════
   HOME: TRUST BLOCK
   ═══════════════════════════════════════════ */
.home-trust {
    padding: 4.5rem 0;
    background: linear-gradient(160deg, #1a1235 0%, #2d1b4e 50%, #3d2a5c 100%);
    color: #fff;
}
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.5rem; text-align: center; }
.trust-item strong { display: block; font-size: 1.35rem; margin-bottom: 0.375rem; color: #c4b5fd; font-weight: 700; }
.trust-item p { font-size: 0.9rem; color: #c9c3d8; }

/* ═══════════════════════════════════════════
   HOME: ARTICLES
   ═══════════════════════════════════════════ */
.home-articles { padding: 5rem 0; background: #f7f7f8; }
.home-articles h2 { text-align: center; margin-bottom: 2rem; }

/* Section CTA link */
.section-cta { text-align: center; margin-top: 2rem; }

/* ═══════════════════════════════════════════
   HOME: FINAL CTA
   ═══════════════════════════════════════════ */
.home-final-cta {
    padding: 5.5rem 0;
    text-align: center;
    background: linear-gradient(160deg, #eef3f0 0%, #e2ece6 50%, #d6e5dc 100%);
    border-top: 1px solid #c8d9cf;
}
.home-final-cta h2 { font-size: 2rem; margin-bottom: 0.75rem; }
.home-final-cta p { font-size: 1.1rem; color: #4b5563; margin-bottom: 2rem; max-width: 580px; margin-left: auto; margin-right: auto; line-height: 1.7; }

/* ═══════════════════════════════════════════
   ABOUT PAGE
   ═══════════════════════════════════════════ */
.about-what-we-do { padding: 5rem 0; background: #fff; }
.about-what-we-do h2 { text-align: center; margin-bottom: 2rem; }
.about-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; }
.about-card {
    background: #fff;
    border: 1px solid #e2e4e9;
    border-radius: 14px;
    padding: 1.75rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}
.about-card:hover { box-shadow: 0 10px 32px rgba(0,0,0,0.08); transform: translateY(-3px); }
.about-card h3 { margin-bottom: 0.625rem; }
.about-card p { color: #6b7280; font-size: 0.95rem; margin-bottom: 1rem; line-height: 1.6; }
.about-card a { font-weight: 600; }

.about-values { padding: 5rem 0; background: #f7f7f8; }
.about-values h2 { text-align: center; margin-bottom: 2.5rem; }
.values-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 2rem; }
.value-item { text-align: center; padding: 1.5rem 1rem; }
.value-item strong { display: block; font-size: 1.1rem; margin-bottom: 0.5rem; color: #2d6a4f; }
.value-item p { font-size: 0.9rem; color: #6b7280; line-height: 1.6; }

/* ═══════════════════════════════════════════
   SERVICES DETAIL PAGE
   ═══════════════════════════════════════════ */
.services-detail-section { padding: 0 0 3rem; }
.services-detail-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 1.5rem; }
.service-detail-card {
    display: block;
    background: #fff;
    border: 1px solid #e2e4e9;
    border-left: 4px solid #2d6a4f;
    border-radius: 14px;
    padding: 1.75rem;
    color: #374151;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}
.service-detail-card:hover {
    box-shadow: 0 10px 32px rgba(0,0,0,0.08);
    transform: translateY(-3px);
    color: #374151;
}
.service-detail-card h2 { font-size: 1.2rem; margin-bottom: 0.625rem; color: #111827; }
.service-detail-card p { font-size: 0.925rem; color: #6b7280; margin-bottom: 1rem; line-height: 1.6; }
.card-link { font-weight: 600; color: #2d6a4f; font-size: 0.9rem; }

/* ═══════════════════════════════════════════
   CONTACT PAGE
   ═══════════════════════════════════════════ */
.contact-layout { display: grid; grid-template-columns: 1fr 360px; gap: 3.5rem; }
.contact-intro { color: #6b7280; margin-bottom: 2rem; font-size: 1.05rem; line-height: 1.7; }
.sidebar-card {
    background: #fff;
    border: 1px solid #e2e4e9;
    border-radius: 14px;
    padding: 1.5rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.sidebar-card h3 { font-size: 1.05rem; margin-bottom: 0.625rem; }
.sidebar-card p { font-size: 0.9rem; color: #6b7280; margin-bottom: 0.875rem; }
.expect-list { padding-left: 1.25rem; font-size: 0.9rem; color: #6b7280; }
.expect-list li { margin-bottom: 0.625rem; line-height: 1.5; }
.sidebar-links { list-style: none; }
.sidebar-links li { margin-bottom: 0.5rem; }
.sidebar-links a { font-size: 0.9rem; }
.contact-page .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

/* ═══════════════════════════════════════════
   404 PAGE
   ═══════════════════════════════════════════ */
.error-page { padding: 4rem 0; }
.error-page h1 { font-size: 2.25rem; margin-bottom: 1rem; }
.error-message { font-size: 1.1rem; color: #6b7280; margin-bottom: 2.5rem; }
.error-suggestions { margin-bottom: 2.5rem; }
.error-suggestions h2 { font-size: 1.25rem; margin-bottom: 1.25rem; }
.error-links { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 2rem; }
.error-link-group h3 { font-size: 1rem; margin-bottom: 0.625rem; color: #2d6a4f; }
.error-link-group ul { list-style: none; }
.error-link-group li { margin-bottom: 0.5rem; }
.error-cta { text-align: center; padding: 2.5rem; background: #fff; border-radius: 14px; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
.error-cta p { margin-bottom: 1.25rem; color: #6b7280; }

/* ═══════════════════════════════════════════
   FOOTER — V1 PURPLE DIRECTION
   ═══════════════════════════════════════════ */
.site-footer {
    background: linear-gradient(160deg, #1a1235 0%, #2d1b4e 60%, #3d2a5c 100%);
    color: #c9c3d8;
    padding: 4.5rem 0 2rem;
    margin-top: 0;
}
.site-footer a { color: #c4b5fd; transition: color 0.2s; }
.site-footer a:hover { color: #e9e0ff; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand { display: block; margin-bottom: 0.75rem; }
.footer-logo-img { height: 36px; width: auto; display: block; filter: brightness(0) invert(1); }
.footer-links h4 {
    color: #e2ddf0;
    margin-bottom: 1rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
}
.footer-links ul { list-style: none; }
.footer-links li { margin-bottom: 0.5rem; }
.footer-links a { font-size: 0.9rem; color: #b0a8c4; }
.footer-links a:hover { color: #e9e0ff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1.5rem; font-size: 0.85rem; color: #8b82a0; }
.footer-disclaimer { font-size: 0.8rem; color: #7a7290; margin-top: 0.625rem; }
.footer-contact { font-size: 0.9rem; margin-top: 0.375rem; }
.footer-contact a { color: #c4b5fd; }

/* ═══════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════ */
@media (max-width: 768px) {
    h1 { font-size: 1.875rem; }
    h2 { font-size: 1.375rem; }

    .nav-toggle { display: block; }
    .site-header .container { min-height: 56px; }
    .site-logo-img { height: 32px; }
    .site-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        border-top: 1px solid #e2e4e9;
        padding: 0.75rem;
        box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    }
    .site-nav.open { display: block; }
    .site-nav > ul { flex-direction: column; gap: 0; }
    .site-nav li { padding: 0; }
    .site-nav a { padding: 0.75rem 1rem; border-radius: 8px; }
    .dropdown { position: static; box-shadow: none; border: none; padding-left: 0.5rem; transform: none; min-width: auto; }
    .dropdown a { padding: 0.5rem 1rem; }
    .has-dropdown:hover .dropdown { display: block; }

    .hero { padding: 3.5rem 0 3rem; }
    .hero h1 { font-size: 2rem; }

    .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
    .article-grid { grid-template-columns: 1fr; }
    .article-header h1 { font-size: 1.625rem; }
    .article-cta { padding: 1.5rem; }
    .compliance-grid { grid-template-columns: 1fr; }
    .tools-grid { grid-template-columns: 1fr; }
    .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
    .services-grid { grid-template-columns: 1fr; }
    .tools-preview-grid { grid-template-columns: 1fr; }
    .services-detail-grid { grid-template-columns: 1fr; }
    .contact-layout { grid-template-columns: 1fr; gap: 2rem; }
    .contact-page .form-row { grid-template-columns: 1fr; }
    .about-grid { grid-template-columns: 1fr; }
    .values-grid { grid-template-columns: 1fr 1fr; }

    .home-services, .home-compliance, .home-tools, .home-articles,
    .about-what-we-do, .about-values,
    .compliance-items-section, .tools-showcase-section,
    .faq-section, .page-cta, .home-final-cta, .home-trust { padding: 3rem 0; }
}

@media (max-width: 480px) {
    .hero h1 { font-size: 1.625rem; }
    .trust-grid { grid-template-columns: 1fr; }
    .values-grid { grid-template-columns: 1fr; }
    .container { padding: 0 1rem; }
    .site-logo-img { height: 28px; }
}
