/* ================================================
   LogicMantra - Pure CSS (converted from Tailwind)
   ================================================ */

/* === RESET & BASE === */
@import url('https://api.fontshare.com/v2/css?f[]=cabinet-grotesk@100,200,300,400,500,600,700,800,900&f[]=satoshi@300,400,500,600,700,900&display=swap');

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #FFFFFF;
    color: #0A0A0A;
    line-height: 1.6;
}
h1,h2,h3,h4,h5,h6 { font-family: 'Cabinet Grotesk', 'Outfit', sans-serif; }
::selection { background-color: #005030; color: #FFF; }
a { text-decoration: none; color: inherit; }
button { border: none; background: none; cursor: pointer; font-family: inherit; padding: 0; }
img { display: block; max-width: 100%; }
input, select, textarea { font-family: inherit; }

/* === VARIABLES === */
:root {
    --green: #005030;
    --green-dark: #003A22;
    --text: #0A0A0A;
    --text-secondary: #475569;
    --surface: #F9FAFB;
    --surface-alt: #F3F5F7;
    --border: #E2E8F0;
    --dark: #050505;
    --white: #FFFFFF;
    --max-w: 80rem;
}

/* === LAYOUT HELPERS === */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 1.5rem; }
@media (min-width: 768px) { .container { padding: 0 3rem; } }

/* === SCROLL REVEAL === */
.sr { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease-out, transform 0.7s ease-out; }
.sr.visible { opacity: 1; transform: translateY(0); }

/* =========== HEADER =========== */
.site-header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 50;
    background: rgba(255,255,255,0.6); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    transition: all 0.3s ease;
}
.site-header.scrolled {
    background: rgba(255,255,255,0.8); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid rgba(243,244,246,0.5); box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.header-nav {
    max-width: var(--max-w); margin: 0 auto; padding: 0 1.5rem;
    display: flex; align-items: center; justify-content: space-between; height: 5rem;
}
@media (min-width: 768px) { .header-nav { padding: 0 3rem; } }

.logo { display: flex; align-items: baseline; gap: 2px; }
.logo-logic { font-family: 'Cabinet Grotesk','Outfit',sans-serif; font-size: 1.5rem; font-weight: 700; letter-spacing: -0.025em; color: var(--text); }
.logo-mantra { font-family: 'Cabinet Grotesk','Outfit',sans-serif; font-size: 1.5rem; font-weight: 300; letter-spacing: -0.025em; color: var(--green); }

.nav-links { display: none; align-items: center; gap: 2.5rem; }
@media (min-width: 768px) { .nav-links { display: flex; } }
.nav-links button { font-size: 0.875rem; letter-spacing: 0.025em; color: var(--text-secondary); transition: color 0.2s; }
.nav-links button:hover { color: var(--text); }

.nav-cta {
    display: none; align-items: center; gap: 0.5rem;
    background: var(--green); color: #fff; padding: 0.625rem 1.5rem;
    font-size: 0.875rem; font-weight: 500; transition: background 0.2s;
}
@media (min-width: 768px) { .nav-cta { display: inline-flex; } }
.nav-cta:hover { background: var(--green-dark); }
.nav-cta svg { width: 14px; height: 14px; }

.mobile-toggle { display: block; color: var(--text); }
@media (min-width: 768px) { .mobile-toggle { display: none; } }
.mobile-toggle svg { width: 24px; height: 24px; }

.mobile-menu {
    display: none; background: #fff; border-top: 1px solid var(--border);
    padding: 1.5rem; flex-direction: column; gap: 1rem;
}
@media (min-width: 768px) { .mobile-menu { display: none !important; } }
.mobile-menu.open { display: flex; }
.mobile-menu button { display: block; width: 100%; text-align: left; font-size: 1rem; color: var(--text-secondary); padding: 0.25rem 0; }
.mobile-menu button:hover { color: var(--text); }
.mobile-menu .mobile-cta {
    width: 100%; background: var(--green); color: #fff; padding: 0.75rem 1.5rem;
    font-size: 0.875rem; font-weight: 500; text-align: center; margin-top: 0.5rem;
}

/* =========== HERO =========== */
.hero { padding: 8rem 0 5rem; background: #fff; }
@media (min-width: 1024px) { .hero { padding: 10rem 0 8rem; } }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; }
@media (min-width: 1024px) { .hero-grid { grid-template-columns: 7fr 5fr; gap: 2rem; } }

.hero-overline {
    font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase;
    font-weight: 600; color: var(--green); margin-bottom: 1.5rem;
}
.hero h1 {
    font-size: 2.25rem; letter-spacing: -0.05em; font-weight: 500;
    color: var(--text); line-height: 1.05; margin-bottom: 2rem;
}
@media (min-width: 640px) { .hero h1 { font-size: 3rem; } }
@media (min-width: 1024px) { .hero h1 { font-size: 4.5rem; } }
.hero h1 .green { color: var(--green); }
.hero-subtitle {
    font-size: 1.125rem; line-height: 1.75; color: var(--text-secondary);
    max-width: 36rem; margin-bottom: 2.5rem;
}
@media (min-width: 1024px) { .hero-subtitle { font-size: 1.25rem; } }

.hero-buttons { display: flex; flex-wrap: wrap; gap: 1rem; }
.btn-primary {
    display: inline-flex; align-items: center; gap: 0.75rem;
    background: var(--green); color: #fff; padding: 1rem 2rem;
    font-size: 0.875rem; font-weight: 500; transition: background 0.2s;
}
.btn-primary:hover { background: var(--green-dark); }
.btn-primary svg { width: 16px; height: 16px; }
.btn-secondary {
    display: inline-flex; align-items: center; gap: 0.75rem;
    border: 1px solid var(--border); color: var(--text); padding: 1rem 2rem;
    font-size: 0.875rem; font-weight: 500; transition: border-color 0.2s;
}
.btn-secondary:hover { border-color: var(--text); }

.hero-image-wrap { position: relative; }
.hero-image-wrap img { width: 100%; height: 360px; object-fit: cover; }
@media (min-width: 1024px) { .hero-image-wrap img { height: 520px; } }
.hero-stat {
    position: absolute; bottom: -1.5rem; left: -1.5rem;
    background: #fff; padding: 1.5rem; border: 1px solid var(--border);
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
}
.hero-stat .stat-value { font-family: 'Cabinet Grotesk','Outfit',sans-serif; font-size: 2.25rem; font-weight: 500; color: var(--green); }
.hero-stat .stat-label { font-size: 0.875rem; color: var(--text-secondary); margin-top: 0.25rem; }

/* =========== CLIENT LOGOS =========== */
.client-logos { padding: 3.5rem 0 4rem; background: #fff; border-bottom: 1px solid var(--border); overflow: hidden; }
.client-logos-heading {
    font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase;
    font-weight: 600; color: rgba(71,85,105,0.5); text-align: center; margin-bottom: 2rem;
}
.client-marquee-wrap { position: relative; width: 100%; overflow: hidden; }
.client-fade-left { position: absolute; left: 0; top: 0; bottom: 0; width: 6rem; background: linear-gradient(to right, #fff, transparent); z-index: 10; pointer-events: none; }
.client-fade-right { position: absolute; right: 0; top: 0; bottom: 0; width: 6rem; background: linear-gradient(to left, #fff, transparent); z-index: 10; pointer-events: none; }
.client-marquee-track {
    display: flex; align-items: center; width: max-content;
    animation: marquee 50s linear infinite;
}
.client-marquee-track:hover { animation-play-state: paused; }
.client-logo-item { display: flex; align-items: baseline; gap: 6px; white-space: nowrap; padding: 0 2.5rem; user-select: none; }
@media (min-width: 1024px) { .client-logo-item { padding: 0 3.5rem; } }
.client-logo-name { font-family: 'Cabinet Grotesk','Outfit',sans-serif; font-size: 1.125rem; font-weight: 600; color: rgba(10,10,10,0.25); }
@media (min-width: 1024px) { .client-logo-name { font-size: 1.25rem; } }
.client-logo-suffix { font-family: 'Satoshi',sans-serif; font-size: 0.875rem; font-weight: 300; color: rgba(10,10,10,0.15); letter-spacing: 0.05em; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-wide { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.15em; }

/* =========== CAPABILITIES =========== */
.capabilities { padding: 5rem 0 5rem; background: #fff; }
@media (min-width: 1024px) { .capabilities { padding: 8rem 0 8rem; } }
.section-overline { font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; color: var(--green); margin-bottom: 1rem; }
.section-title { font-family: 'Cabinet Grotesk','Outfit',sans-serif; font-size: 1.875rem; letter-spacing: -0.025em; font-weight: 500; color: var(--text); margin-bottom: 1rem; max-width: 42rem; }
@media (min-width: 1024px) { .section-title { font-size: 3rem; } }
.section-subtitle { font-size: 1.125rem; color: var(--text-secondary); margin-bottom: 4rem; max-width: 42rem; }

.capabilities-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.capability-item {
    padding: 2rem 2rem; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border);
    cursor: pointer; transition: background 0.3s;
}
@media (min-width: 1024px) { .capability-item { padding: 3rem; } }
.capability-item:hover { background: var(--surface); }
.capability-item:nth-child(3n) { border-right: none; }
.capability-item:nth-child(n+4) { border-bottom: none; }
@media (max-width: 1023px) {
    .capabilities-grid { grid-template-columns: repeat(2, 1fr); }
    .capability-item { border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
    .capability-item:nth-child(3n) { border-right: 1px solid var(--border); }
    .capability-item:nth-child(n+4) { border-bottom: 1px solid var(--border); }
    .capability-item:nth-child(2n) { border-right: none; }
    .capability-item:nth-child(n+5) { border-bottom: none; }
}
@media (max-width: 767px) {
    .capabilities-grid { grid-template-columns: 1fr; }
    .capability-item { border-right: none !important; border-bottom: 1px solid var(--border); }
    .capability-item:last-child { border-bottom: none; }
}
.capability-item .cap-icon { width: 24px; height: 24px; color: var(--green); margin-bottom: 1.5rem; }
.capability-item h3 { font-family: 'Cabinet Grotesk','Outfit',sans-serif; font-size: 1.25rem; font-weight: 500; color: var(--text); margin-bottom: 1rem; }
@media (min-width: 1024px) { .capability-item h3 { font-size: 1.5rem; } }
.capability-item p { font-size: 0.875rem; color: var(--text-secondary); line-height: 1.75; }
@media (min-width: 1024px) { .capability-item p { font-size: 1rem; } }
.capability-item .cap-arrow { width: 20px; height: 20px; color: var(--green); margin-top: 1.5rem; opacity: 0; transition: all 0.3s; }
.capability-item:hover .cap-arrow { opacity: 1; transform: translate(4px, -4px); }

/* =========== CASE STUDIES =========== */
.case-studies { padding: 5rem 0; background: var(--surface); }
@media (min-width: 1024px) { .case-studies { padding: 8rem 0; } }
.case-studies .section-title { margin-bottom: 4rem; }
.cs-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 768px) { .cs-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .cs-grid { grid-template-columns: repeat(3, 1fr); gap: 2.5rem; } }

.cs-card { background: #fff; border: 1px solid var(--border); transition: transform 0.3s, box-shadow 0.3s; cursor: pointer; }
.cs-card:hover { transform: translateY(-2px); }
.cs-card .cs-image-wrap { position: relative; overflow: hidden; height: 14rem; }
.cs-card .cs-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.22,1,0.36,1); }
.cs-card:hover .cs-image-wrap img { transform: scale(1.05); }
.cs-card .cs-overlay {
    position: absolute; inset: 0; background: rgba(0,0,0,0.2);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: opacity 0.4s;
}
.cs-card:hover .cs-overlay { opacity: 1; }
.cs-overlay svg { width: 32px; height: 32px; color: #fff; }
.cs-number { position: absolute; top: 1rem; left: 1rem; font-family: 'Cabinet Grotesk','Outfit',sans-serif; font-size: 3rem; font-weight: 700; color: rgba(255,255,255,0.3); }
.cs-body { padding: 2rem; }
.cs-metric-row { display: flex; align-items: baseline; gap: 0.5rem; margin-bottom: 1rem; }
.cs-metric { font-family: 'Cabinet Grotesk','Outfit',sans-serif; font-size: 1.875rem; font-weight: 500; color: var(--green); }
.cs-metric-label { font-size: 0.875rem; color: var(--text-secondary); }
.cs-body h3 { font-family: 'Cabinet Grotesk','Outfit',sans-serif; font-size: 1.125rem; font-weight: 500; color: var(--text); margin-bottom: 0.75rem; }
.cs-body > p { font-size: 0.875rem; color: var(--text-secondary); line-height: 1.75; margin-bottom: 1.5rem; }
.cs-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.cs-tag { font-size: 0.75rem; padding: 0.25rem 0.75rem; background: var(--surface-alt); color: var(--text-secondary); border: 1px solid var(--border); }

/* =========== ABOUT =========== */
.about { padding: 5rem 0; background: #fff; }
@media (min-width: 1024px) { .about { padding: 8rem 0; } }
.about-grid { display: grid; grid-template-columns: 1fr; gap: 4rem; align-items: center; }
@media (min-width: 1024px) { .about-grid { grid-template-columns: 1fr 1fr; gap: 6rem; } }
.about-text p { font-size: 1rem; color: var(--text-secondary); line-height: 1.75; margin-bottom: 1.5rem; }
@media (min-width: 1024px) { .about-text p { font-size: 1.125rem; } }
.about-text p:last-of-type { margin-bottom: 3rem; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.stat-value { font-family: 'Cabinet Grotesk','Outfit',sans-serif; font-size: 2.25rem; font-weight: 500; color: var(--green); margin-bottom: 0.5rem; }
@media (min-width: 1024px) { .stat-value { font-size: 3rem; } }
.stat-label { font-size: 0.875rem; color: var(--text-secondary); line-height: 1.4; }
.about-image-wrap { position: relative; }
.about-image-wrap img { width: 100%; height: 400px; object-fit: cover; }
@media (min-width: 1024px) { .about-image-wrap img { height: 600px; } }
.about-badge {
    display: none; position: absolute; bottom: -1.5rem; right: -1.5rem;
    background: var(--green); padding: 2rem;
}
@media (min-width: 1024px) { .about-badge { display: block; } }
.about-badge h4 { font-family: 'Cabinet Grotesk','Outfit',sans-serif; font-size: 1.5rem; font-weight: 500; color: #fff; }
.about-badge p { font-size: 0.875rem; color: rgba(255,255,255,0.7); margin-top: 0.25rem; }

/* =========== WHITEPAPER =========== */
.whitepaper { padding: 5rem 0; background: var(--dark); }
@media (min-width: 1024px) { .whitepaper { padding: 7rem 0; } }
.wp-grid { display: grid; grid-template-columns: 1fr; gap: 4rem; align-items: center; }
@media (min-width: 1024px) { .wp-grid { grid-template-columns: 1fr 1fr; gap: 5rem; } }
.wp-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(0,80,48,0.2); padding: 0.375rem 1rem; margin-bottom: 1.5rem; }
.wp-badge svg { width: 14px; height: 14px; color: var(--green); }
.wp-badge span { font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 600; color: var(--green); }
.whitepaper h2 { font-family: 'Cabinet Grotesk','Outfit',sans-serif; font-size: 1.875rem; letter-spacing: -0.025em; font-weight: 500; color: #fff; line-height: 1.1; margin-bottom: 1.5rem; }
@media (min-width: 1024px) { .whitepaper h2 { font-size: 3rem; } }
.wp-desc { font-size: 1rem; color: #9ca3af; line-height: 1.75; margin-bottom: 2.5rem; max-width: 32rem; }
@media (min-width: 1024px) { .wp-desc { font-size: 1.125rem; } }
.wp-highlights { display: flex; flex-direction: column; gap: 1.25rem; }
.wp-highlight { display: flex; align-items: flex-start; gap: 1rem; }
.wp-highlight-icon { width: 2rem; height: 2rem; background: rgba(0,80,48,0.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.wp-highlight-icon svg { width: 16px; height: 16px; color: var(--green); }
.wp-highlight p { font-size: 0.875rem; color: #d1d5db; line-height: 1.75; }

.wp-form-card { background: #fff; padding: 2rem; }
@media (min-width: 1024px) { .wp-form-card { padding: 2.5rem; } }
.wp-form-card h3 { font-family: 'Cabinet Grotesk','Outfit',sans-serif; font-size: 1.25rem; font-weight: 500; color: var(--text); margin-bottom: 0.25rem; }
.wp-form-card > p { font-size: 0.875rem; color: var(--text-secondary); margin-bottom: 2rem; }
.wp-form { display: flex; flex-direction: column; gap: 1.25rem; }
.wp-form-row { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px) { .wp-form-row { grid-template-columns: 1fr 1fr; } }
.wp-form label { display: block; font-size: 0.875rem; font-weight: 500; color: var(--text); margin-bottom: 0.375rem; }

/* Success states */
.form-success { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 3rem 0; text-align: center; }
.form-success svg { width: 48px; height: 48px; color: var(--green); margin-bottom: 1rem; }
.form-success h3 { font-family: 'Cabinet Grotesk','Outfit',sans-serif; font-size: 1.5rem; font-weight: 500; color: var(--text); margin-bottom: 0.5rem; }
.form-success p { font-size: 0.875rem; color: var(--text-secondary); max-width: 20rem; }
.form-success .reset-link { margin-top: 1.5rem; font-size: 0.875rem; color: var(--green); text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.form-success .reset-link:hover { color: var(--green-dark); }

/* =========== TECH MARQUEE =========== */
.tech-section { padding: 5rem 0 5rem; background: #fff; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); overflow: hidden; }
@media (min-width: 1024px) { .tech-section { padding: 6rem 0; } }
.tech-section .section-title { font-size: 1.875rem; margin-bottom: 0; }
@media (min-width: 1024px) { .tech-section .section-title { font-size: 2.25rem; } }
.tech-marquee-wrap { position: relative; width: 100%; overflow: hidden; margin-top: 3rem; }
.marquee-track { display: flex; width: max-content; animation: marquee 40s linear infinite; }
.marquee-track:hover { animation-play-state: paused; }
.tech-item {
    display: inline-flex; align-items: center; white-space: nowrap; padding: 0 3rem;
    font-family: 'Cabinet Grotesk','Outfit',sans-serif; font-size: 1.25rem; font-weight: 300;
    color: rgba(71,85,105,0.6); transition: color 0.3s; cursor: default;
}
@media (min-width: 1024px) { .tech-item { font-size: 1.5rem; } }
.tech-item:hover { color: var(--green); }
.tech-sep { margin-left: 3rem; color: var(--border); }

@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* =========== CONTACT =========== */
.contact { padding: 5rem 0; background: var(--surface); }
@media (min-width: 1024px) { .contact { padding: 8rem 0; } }
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 4rem; }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: 1fr 1fr; gap: 6rem; } }
.contact-subtitle { font-size: 1rem; color: var(--text-secondary); line-height: 1.75; margin-bottom: 3rem; max-width: 28rem; }
@media (min-width: 1024px) { .contact-subtitle { font-size: 1.125rem; } }
.contact-items { display: flex; flex-direction: column; gap: 2rem; }
.contact-item { display: flex; align-items: flex-start; gap: 1rem; }
.contact-icon { width: 2.5rem; height: 2.5rem; background: rgba(0,80,48,0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-icon svg { width: 16px; height: 16px; color: var(--green); }
.contact-item .ci-label { font-size: 0.875rem; font-weight: 500; color: var(--text); margin-bottom: 0.25rem; }
.contact-item a, .contact-item .ci-value { font-size: 1rem; color: var(--text-secondary); transition: color 0.2s; }
.contact-item a:hover { color: var(--green); }

.contact-form { display: flex; flex-direction: column; gap: 1.5rem; }
.form-row { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 640px) { .form-row { grid-template-columns: 1fr 1fr; } }
.form-group label { display: block; font-size: 0.875rem; font-weight: 500; color: var(--text); margin-bottom: 0.5rem; }

/* Shared form input styles */
.form-input {
    width: 100%; padding: 0.75rem 1rem; border: 1px solid var(--border);
    background: #fff; color: var(--text); font-size: 0.875rem; transition: all 0.2s; outline: none;
}
.form-input::placeholder { color: rgba(71,85,105,0.5); }
.form-input:focus { border-color: var(--green); box-shadow: 0 0 0 1px var(--green); }
select.form-input { appearance: none; cursor: pointer; }
textarea.form-input { resize: none; }

.submit-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 0.75rem;
    background: var(--green); color: #fff; padding: 1rem 2rem;
    font-size: 0.875rem; font-weight: 500; transition: background 0.2s; border: none; cursor: pointer;
}
.submit-btn:hover { background: var(--green-dark); }
.submit-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.submit-btn svg { width: 16px; height: 16px; }
.submit-btn-full { width: 100%; }
@media (min-width: 640px) { .submit-btn-contact { width: auto; } }

.form-error { color: #dc2626; font-size: 0.875rem; }
.form-disclaimer { font-size: 0.75rem; color: rgba(71,85,105,0.6); text-align: center; }

/* =========== FOOTER =========== */
.site-footer { background: var(--dark); color: #fff; padding: 5rem 0 5rem; }
@media (min-width: 1024px) { .site-footer { padding: 7rem 0 7rem; } }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; margin-bottom: 4rem; }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: 4fr 2fr 2fr 2fr; gap: 2rem; } }
.footer-brand p { font-size: 0.875rem; color: #9ca3af; line-height: 1.75; max-width: 24rem; }
.footer-col h4 { font-size: 0.875rem; font-weight: 500; color: #fff; margin-bottom: 1.5rem; letter-spacing: 0.05em; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
.footer-col li button { font-size: 0.875rem; color: #6b7280; transition: color 0.2s; text-align: left; }
.footer-col li button:hover { color: #fff; }
.footer-bottom {
    border-top: 1px solid #1f2937; padding-top: 2rem;
    display: flex; flex-direction: column; gap: 1rem; align-items: flex-start;
}
@media (min-width: 640px) { .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; } }
.footer-bottom p { font-size: 0.75rem; color: #4b5563; }
.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal button { font-size: 0.75rem; color: #4b5563; transition: color 0.2s; }
.footer-legal button:hover { color: #9ca3af; }
