/* ============================================
   HyndSyte CRM — Landing Page Styles
   Matches hosting.hyndsyte.com design language
   ============================================ */

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

html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #1f2937;
    background: #ffffff;
    overflow-x: hidden;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* Header */
.header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    background: rgba(31, 41, 55, 0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(55, 65, 81, 0.5);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.nav-logo a { display: flex; align-items: center; gap: 0.5rem; text-decoration: none; }

.nav-logo .logo { height: 48px; width: auto; transform: scale(4); transform-origin: left center; }

.logo-text { color: #f9fafb; font-weight: 700; font-size: 1.25rem; letter-spacing: -0.02em; }

.nav-menu { display: flex; gap: 2rem; align-items: center; }

.nav-link { text-decoration: none; color: #d1d5db; font-weight: 500; font-size: 0.95rem; transition: color 0.3s ease; }

.nav-link:hover { color: #ffffff; }

.nav-phone { color: #93c5fd; font-weight: 600; }

.nav-login {
    background: #2563eb;
    color: white !important;
    padding: 0.6rem 1.25rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.nav-login:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.35);
}

.nav-toggle { display: none; flex-direction: column; cursor: pointer; background: none; border: none; padding: 8px; z-index: 1001; }

.nav-toggle span { display: block; width: 25px; height: 3px; background: #f9fafb; margin: 3px 0; transition: 0.3s; border-radius: 2px; }

/* Hero */
.crm-hero { position: relative; padding: 160px 0 100px; background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #eff6ff 100%); overflow: hidden; }

.hero-bg-shapes { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }

.shape { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.4; animation: float 8s ease-in-out infinite; }

.shape-1 { width: 400px; height: 400px; background: #3b82f6; top: -100px; right: -100px; }

.shape-2 { width: 300px; height: 300px; background: #8b5cf6; bottom: -50px; left: -50px; animation-delay: -3s; opacity: 0.25; }

.shape-3 { width: 200px; height: 200px; background: #06b6d4; top: 40%; right: 20%; animation-delay: -6s; opacity: 0.2; }

@keyframes float { 0%, 100% { transform: translate(0, 0) scale(1); } 33% { transform: translate(-20px, 15px) scale(1.05); } 66% { transform: translate(15px, -10px) scale(0.95); } }

.crm-hero .container { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; position: relative; z-index: 1; }

.hero-badge { display: inline-block; background: linear-gradient(135deg, #2563eb, #7c3aed); color: white; padding: 0.5rem 1.25rem; border-radius: 50px; font-size: 0.875rem; font-weight: 600; margin-bottom: 1.5rem; box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3); }

.hero-title { font-size: 3.5rem; font-weight: 800; line-height: 1.1; margin-bottom: 1.5rem; color: #111827; letter-spacing: -0.03em; }

.hero-title em { font-style: normal; background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

.hero-subtitle { font-size: 1.25rem; color: #4b5563; margin-bottom: 2.5rem; line-height: 1.7; max-width: 540px; }

.hero-actions { display: flex; gap: 1rem; margin-bottom: 3rem; flex-wrap: wrap; }

.btn {
    padding: 0.85rem 1.75rem;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1rem;
    font-family: inherit;
}

.btn-primary { background: #2563eb; color: white; }

.btn-primary:hover { background: #1d4ed8; transform: translateY(-2px); box-shadow: 0 12px 30px rgba(37, 99, 235, 0.35); }

.btn-glow { position: relative; overflow: hidden; }

.btn-glow::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent); transform: translateX(-100%); animation: shimmer 3s infinite; }

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

.btn-secondary { background: transparent; color: #2563eb; border: 2px solid #2563eb; }

.btn-secondary:hover { background: #2563eb; color: white; }

.btn-large { padding: 1.1rem 2.25rem; font-size: 1.1rem; border-radius: 12px; }

.btn-small { padding: 0.6rem 1.25rem; font-size: 0.9rem; }

.hero-stats { display: flex; gap: 3rem; }

.stat { text-align: center; }

.stat-number { font-size: 2.5rem; font-weight: 800; color: #2563eb; line-height: 1; }

.stat-suffix { font-size: 1.5rem; font-weight: 700; color: #2563eb; }

.stat-label { font-size: 0.875rem; color: #6b7280; text-transform: uppercase; letter-spacing: 0.08em; margin-top: 0.5rem; display: block; }

/* Hero Visual — CRM Preview */
.hero-visual { display: flex; justify-content: center; align-items: center; }

.crm-preview {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.04);
    width: 100%;
    max-width: 520px;
    overflow: hidden;
    animation: slideIn 1s ease-out;
}

@keyframes slideIn { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

.preview-header { display: flex; align-items: center; gap: 0.75rem; padding: 0.75rem 1rem; background: #f3f4f6; border-bottom: 1px solid #e5e7eb; }

.preview-dots { display: flex; gap: 6px; }

.preview-dots span { width: 10px; height: 10px; border-radius: 50%; background: #d1d5db; }

.preview-dots span:first-child { background: #ef4444; }

.preview-dots span:nth-child(2) { background: #f59e0b; }

.preview-dots span:nth-child(3) { background: #10b981; }

.preview-title { font-size: 0.8rem; color: #6b7280; font-weight: 500; }

.preview-body { display: flex; height: 280px; }

.preview-sidebar { width: 110px; background: #f9fafb; border-right: 1px solid #e5e7eb; padding: 0.75rem; }

.nav-item { padding: 0.5rem; font-size: 0.75rem; color: #6b7280; border-radius: 6px; margin-bottom: 2px; }

.nav-item.active { background: #eff6ff; color: #2563eb; font-weight: 600; }

.preview-main { flex: 1; padding: 0.75rem; overflow: hidden; }

.pipeline { display: flex; gap: 0.5rem; height: 100%; }

.pipeline-col { flex: 1; min-width: 0; }

.col-header { font-size: 0.65rem; font-weight: 700; color: #374151; text-transform: uppercase; margin-bottom: 0.4rem; display: flex; justify-content: space-between; }

.col-header span { background: #e5e7eb; color: #4b5563; padding: 1px 5px; border-radius: 10px; font-size: 0.6rem; }

.card { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 6px; padding: 0.4rem; font-size: 0.7rem; color: #374151; margin-bottom: 0.4rem; box-shadow: 0 1px 2px rgba(0,0,0,0.04); }

.card.win { border-color: #10b981; background: #f0fdf4; }

/* Trust Bar */
.trust-bar { background: #111827; padding: 1.25rem 0; text-align: center; }

.trust-text { color: #9ca3af; font-size: 0.95rem; }

.trust-text strong { color: #d1d5db; }

/* Section Headers */
section { padding: 100px 0; }

.section-header { text-align: center; margin-bottom: 4rem; }

.section-header h2 { font-size: 2.75rem; font-weight: 800; margin-bottom: 1rem; color: #111827; letter-spacing: -0.02em; }

.section-header p { font-size: 1.125rem; color: #6b7280; max-width: 600px; margin: 0 auto; line-height: 1.7; }

.section-header.light h2 { color: #ffffff; }

.section-header.light p { color: #9ca3af; }

.section-divider { height: 1px; background: linear-gradient(90deg, transparent, #e5e7eb, transparent); margin: 0 auto; max-width: 800px; }

/* Industries Section */
.industries { background: #f8fafc; }

.industries-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 1.5rem; }

.industry-card {
    background: #ffffff;
    padding: 2rem;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    transition: all 0.35s ease;
    cursor: default;
}

.industry-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); border-color: #bfdbfe; }

.industry-icon { width: 52px; height: 52px; background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; color: white; }

.industry-card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 0.75rem; color: #111827; }

.industry-card p { color: #4b5563; font-size: 0.95rem; line-height: 1.6; }

.cta-card { background: linear-gradient(135deg, #1e3a5f 0%, #1e40af 100%); color: white; border: none; }

.cta-card:hover { border-color: transparent; }

.cta-card .industry-icon { background: rgba(255,255,255,0.15); }

.cta-card h3 { color: #ffffff; }

.cta-card p { color: #bfdbfe; margin-bottom: 1.5rem; }

/* Dark Section (Features) */
.dark-section { background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%); }

.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 1.5rem; }

.dark-section .feature-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 2rem;
    border-radius: 14px;
    transition: all 0.35s ease;
}

.dark-section .feature-card:hover { background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.15); transform: translateY(-4px); }

.dark-section .feature-icon { width: 48px; height: 48px; background: linear-gradient(135deg, #3b82f6, #7c3aed); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; color: white; }

.dark-section .feature-card h3 { color: #ffffff; font-size: 1.15rem; font-weight: 700; margin-bottom: 0.75rem; }

.dark-section .feature-card p { color: #94a3b8; font-size: 0.95rem; line-height: 1.6; }

/* Process Section */
.process { background: #ffffff; }

.process-steps { display: flex; align-items: flex-start; gap: 1rem; max-width: 1100px; margin: 0 auto; }

.process-step { flex: 1; text-align: center; padding: 1rem; }

.step-number {
    font-size: 3.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 1rem;
    display: block;
}

.process-step h3 { font-size: 1.15rem; font-weight: 700; color: #111827; margin-bottom: 0.75rem; }

.process-step p { color: #4b5563; font-size: 0.95rem; line-height: 1.6; }

.process-step p strong { color: #2563eb; }

.process-arrow { display: flex; align-items: center; padding-top: 2.5rem; color: #d1d5db; flex-shrink: 0; }

.process-arrow svg { width: 20px; height: 20px; }

/* CTA Section */
.cta-section { background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); padding: 100px 0; }

.cta-box { text-align: center; max-width: 800px; margin: 0 auto; }

.cta-box h2 { font-size: 2.75rem; font-weight: 800; color: #111827; margin-bottom: 1rem; letter-spacing: -0.02em; }

.cta-box p { font-size: 1.15rem; color: #4b5563; margin-bottom: 2.5rem; line-height: 1.7; }

.cta-actions { display: flex; flex-direction: column; align-items: center; gap: 1rem; }

.cta-note { color: #6b7280; font-size: 0.95rem; font-style: italic; }

/* Footer */
.footer { background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%); color: white; padding: 80px 0 20px; }

.footer-content { display: grid; grid-template-columns: 2fr 1.5fr 1.5fr; gap: 3rem; margin-bottom: 3rem; }

.footer-brand { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1rem; }

.footer-logo { height: 200px; }

.footer-logo-text { color: #f9fafb; font-weight: 700; font-size: 1.1rem; }

.footer-section p { color: #94a3b8; margin-bottom: 1.5rem; line-height: 1.6; font-size: 0.95rem; }

.footer-contact { margin-top: 1rem; }

.footer-phone {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #93c5fd;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.footer-phone:hover { color: #ffffff; }

.footer-section h4 { font-size: 1rem; font-weight: 600; margin-bottom: 1.25rem; color: #f1f5f9; text-transform: uppercase; letter-spacing: 0.05em; }

.footer-section ul { list-style: none; }

.footer-section ul li { margin-bottom: 0.65rem; }

.footer-section ul li a { color: #94a3b8; text-decoration: none; font-size: 0.95rem; transition: color 0.3s ease; }

.footer-section ul li a:hover { color: #ffffff; }

.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 2rem; text-align: center; color: #64748b; font-size: 0.9rem; }

/* Dropdown Menu */
.nav-dropdown {
    position: relative;
}

.nav-dropdown > a {
    display: flex;
    align-items: center;
    gap: 4px;
}

.nav-dropdown > a::after {
    content: '';
    border: solid #d1d5db;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    margin-top: -3px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.nav-dropdown:hover > a::after {
    transform: rotate(-135deg);
    margin-top: 3px;
    border-color: #ffffff;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(31, 41, 55, 0.98);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 12px;
    padding: 12px 0;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    margin-top: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.nav-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.dropdown-menu a {
    display: block;
    padding: 10px 20px;
    color: #d1d5db;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.dropdown-menu a:hover {
    color: #ffffff;
    background: rgba(59, 130, 246, 0.15);
    padding-left: 24px;
}

/* SBOS Featured Section */
.sbos-featured {
    position: relative;
    margin-bottom: 4rem;
    padding: 60px 0;
}

.sbos-hero {
    position: relative;
    min-height: 600px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 3rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.sbos-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.sbos-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sbos-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(26, 39, 68, 0.97), rgba(26, 39, 68, 0.92), rgba(26, 39, 68, 0.85));
}

.sbos-hero-content {
    position: relative;
    z-index: 10;
    padding: 80px 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
}

.sbos-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(220, 38, 38, 0.15);
    border: 1px solid rgba(220, 38, 38, 0.4);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    color: #fca5a5;
    font-weight: 600;
    margin-bottom: 20px;
}

.sbos-hero-text h2 {
    font-size: clamp(40px, 5vw, 56px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -2px;
    color: #fff;
    margin: 0 0 8px;
}

.sbos-hero-text h2 span {
    background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sbos-tagline {
    font-size: 20px;
    color: #60a5fa;
    font-weight: 600;
    margin: 0 0 16px;
}

.sbos-desc {
    font-size: 17px;
    color: #cbd5e1;
    line-height: 1.7;
    margin: 0 0 32px;
    max-width: 600px;
}

.sbos-cta-buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.sbos-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: #dc2626;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px -4px rgba(220, 38, 38, 0.4);
}

.sbos-cta-primary:hover {
    background: #b91c1c;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px -4px rgba(220, 38, 38, 0.5);
}

.sbos-cta-secondary {
    display: inline-flex;
    align-items: center;
    padding: 16px 32px;
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.sbos-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
}

/* Product Features List */
.product-features {
    list-style: none;
    margin-bottom: 24px;
    padding: 0;
}

.product-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 0;
    color: #6b7280;
    font-size: 14px;
}

.product-features li::before {
    content: '✓';
    color: #3b82f6;
    font-weight: bold;
}

.product-card .domain {
    font-size: 14px;
    color: #3b82f6;
    margin-bottom: 16px;
    font-weight: 500;
}

/* Hosting Plans Preview */
.hosting-plans-preview {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid #e5e7eb;
}

.plans-mini-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.plan-mini-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    text-align: center;
}

.plan-mini-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    border-color: #3b82f6;
}

.plan-mini-card h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.price-mini {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.price-mini .currency {
    font-size: 1.25rem;
    font-weight: 600;
    color: #3b82f6;
}

.price-mini .amount {
    font-size: 2.5rem;
    font-weight: 800;
    color: #3b82f6;
    line-height: 1;
}

.price-mini .period {
    font-size: 1rem;
    color: #6b7280;
    margin-left: 0.25rem;
}

.mini-features {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
}

.mini-features li {
    padding: 0.5rem 0;
    color: #6b7280;
    font-size: 0.875rem;
    position: relative;
    padding-left: 1.5rem;
}

.mini-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
}

.hosting-cta {
    text-align: center;
}

.hosting-cta-full {
    text-align: center;
    padding: 3rem 0;
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
}

.hosting-cta-full .btn {
    display: inline-block;
}

.software-cta-full {
    text-align: center;
    padding: 3rem 0;
    background: #f8fafc;
}

.software-cta-full .btn {
    display: inline-block;
}

.portals-cta-full {
    text-align: center;
    padding: 3rem 0;
    background: #f8fafc;
}

.portals-cta-full .btn {
    display: inline-block;
}

.crm-cta-full {
    text-align: center;
    padding: 3rem 0;
    background: #f8fafc;
}

.crm-cta-full .btn {
    display: inline-block;
}

.ai-cta-full {
    text-align: center;
    padding: 3rem 0;
    background: #f8fafc;
}

.ai-cta-full .btn {
    display: inline-block;
}

.local-ai-cta-full {
    text-align: center;
    padding: 3rem 0;
    background: #f8fafc;
}

.local-ai-cta-full .btn {
    display: inline-block;
}

/* Services Section */
.services {
    padding: 80px 0;
    background: #f8fafc;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.service-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    text-align: left;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    border-color: #3b82f6;
}

.service-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 1.5rem;
}

.service-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.service-card p {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 0;
}

.service-card.cta-card {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    border: none;
    text-align: center;
}

.service-card.cta-card .service-icon {
    background: rgba(255, 255, 255, 0.2);
}

.service-card.cta-card h3 {
    color: white;
}

.service-card.cta-card p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
}

.btn-small {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    background: white;
    color: #3b82f6;
}

.btn-small:hover {
    background: #f8fafc;
}

/* Industries Section */
.industries {
    padding: 80px 0;
    background: white;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.industry-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    text-align: left;
}

.industry-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    border-color: #3b82f6;
}

.industry-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 1.5rem;
}

.industry-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.industry-card p {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 0;
}

.industry-card.cta-card {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    border: none;
    text-align: center;
}

.industry-card.cta-card .industry-icon {
    background: rgba(255, 255, 255, 0.2);
}

.industry-card.cta-card h3 {
    color: white;
}

.industry-card.cta-card p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
}

/* Solutions Section */
.solutions {
    padding: 80px 0;
    background: #f8fafc;
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.solution-card {
    background: white;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.solution-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.solution-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: white;
}

.solution-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.solution-card p {
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.solution-features {
    list-style: none;
    margin-bottom: 1.5rem;
}

.solution-features li {
    padding: 0.5rem 0;
    color: #6b7280;
    font-size: 0.875rem;
    position: relative;
    padding-left: 1.5rem;
}

.solution-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
}

.solution-link {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

.solution-link:hover {
    color: #7c3aed;
}

/* Local AI Workstations Section */
.local-ai {
    padding: 80px 0;
    background: white;
}

.local-ai-content {
    margin-top: 3rem;
}

.local-ai-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
    margin-bottom: 4rem;
}

.local-ai-info h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1.5rem;
}

.local-ai-info p {
    font-size: 1.125rem;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.local-ai-benefits {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.benefit-item {
    display: flex;
    gap: 1rem;
    align-items: start;
}

.benefit-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.benefit-content h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.benefit-content p {
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
    font-size: 0.875rem;
}

.workstation-preview {
    background: linear-gradient(135deg, #1f2937, #111827);
    border-radius: 16px;
    padding: 2rem;
    color: white;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.workstation-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.status-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ef4444;
}

.status-indicator.active {
    background: #10b981;
    box-shadow: 0 0 10px rgba(16, 185, 129, 0.5);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.workstation-specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}

.spec-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.spec-label {
    color: #9ca3af;
    font-size: 0.875rem;
    font-weight: 500;
}

.spec-value {
    color: #f3f4f6;
    font-weight: 600;
    font-size: 0.875rem;
}

.workstation-status {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    text-align: center;
}

.status-metric {
    background: rgba(255, 255, 255, 0.05);
    padding: 1rem;
    border-radius: 8px;
}

.metric-value {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #10b981;
    margin-bottom: 0.25rem;
}

.metric-label {
    font-size: 0.75rem;
    color: #9ca3af;
}

.industries-served {
    text-align: center;
    margin-bottom: 4rem;
}

.industries-served h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 2rem;
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
}

.industry-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.industry-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.industry-item .industry-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.industry-item span {
    font-weight: 600;
    color: #374151;
    font-size: 0.875rem;
}

.local-ai-cta {
    text-align: center;
    background: linear-gradient(135deg, #f8fafc, #ffffff);
    padding: 3rem;
    border-radius: 16px;
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.local-ai-cta h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.local-ai-cta p {
    font-size: 1.125rem;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 768px) {
    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #1e293b;
        flex-direction: column;
        padding: 1rem;
        gap: 0;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
    }
    .nav-menu.active { display: flex; }
    .nav-menu .nav-link { padding: 0.75rem 1rem; border-radius: 6px; }
    .nav-menu .nav-link:hover { background: rgba(255, 255, 255, 0.1); }
    .nav-toggle { display: flex; }
    .crm-hero { padding: 120px 0 60px; }
    .crm-hero .container { grid-template-columns: 1fr; text-align: center; }
    .hero-title { font-size: 2.5rem; }
    .hero-subtitle { margin: 0 auto 2rem; }
    .hero-actions { justify-content: center; }
    .hero-stats { justify-content: center; }
    .hero-visual { order: -1; margin-bottom: 2rem; }
    .crm-preview { max-width: 100%; }
    section { padding: 60px 0; }
    .section-header h2 { font-size: 2rem; }
    .features-grid, .industries-grid, .solutions-grid { grid-template-columns: 1fr; }
    .local-ai-main { grid-template-columns: 1fr; gap: 2rem; }
    .workstation-specs { grid-template-columns: 1fr; }
    .workstation-status { grid-template-columns: 1fr; }
    .industry-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
    .cta-actions { flex-direction: column; align-items: center; }
    .process-steps { flex-direction: column; }
    .process-arrow { transform: rotate(90deg); padding: 0; justify-content: center; }
    .footer-content { grid-template-columns: 1fr; text-align: center; }
    .footer-brand { justify-content: center; }
    .cta-box h2 { font-size: 2rem; }
}
