/*
Theme Name: АКПП Курган
Version: 2.0.0
Description: Тёмный технологичный дизайн с зелёными акцентами.
*/

:root {
    --bg-primary: #0a0f1c;
    --bg-secondary: #111827;
    --bg-card: #1a2332;
    --accent: #00ff88;
    --accent-hover: #00cc6a;
    --text-main: #ffffff;
    --text-muted: #9ca3af;
    --border: #1f2937;
    --font: 'Inter', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); background: var(--bg-primary); color: var(--text-main); line-height: 1.6; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
a { color: var(--accent); text-decoration: none; transition: 0.3s; }
a:hover { color: var(--accent-hover); }

/* Header */
.site-header { position: fixed; top: 0; width: 100%; z-index: 1000; background: rgba(10, 15, 28, 0.95); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.header-inner { display: flex; justify-content: space-between; align-items: center; height: 80px; }
.site-logo { font-size: 24px; font-weight: 700; color: #fff; }
.site-logo span { color: var(--accent); }
.main-nav ul { display: flex; list-style: none; gap: 30px; }
.main-nav a { color: var(--text-muted); font-weight: 500; }
.main-nav a:hover { color: var(--accent); }
.header-phone { display: flex; align-items: center; gap: 8px; color: #fff; font-weight: 600; }
.mobile-menu-btn { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; }
.mobile-menu-btn span { width: 25px; height: 3px; background: #fff; transition: 0.3s; }
.mobile-menu { display: none; position: fixed; top: 80px; left: 0; width: 100%; background: var(--bg-secondary); padding: 20px; border-bottom: 1px solid var(--border); }
.mobile-menu.active { display: block; }
.mobile-nav ul { list-style: none; display: flex; flex-direction: column; gap: 15px; }

/* Buttons */
.btn { display: inline-block; padding: 12px 24px; border-radius: 8px; font-weight: 600; text-transform: uppercase; cursor: pointer; border: none; transition: 0.3s; }
.btn-primary { background: var(--accent); color: var(--bg-primary); }
.btn-primary:hover { background: var(--accent-hover); transform: translateY(-2px); box-shadow: 0 0 20px rgba(0, 255, 136, 0.3); color: var(--bg-primary); }
.btn-lg { padding: 16px 32px; font-size: 16px; }

/* Hero */
.hero { padding: 160px 0 80px; text-align: center; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle at 50% 50%, rgba(0, 255, 136, 0.05) 0%, transparent 70%); z-index: -1; }
.hero-title { font-size: clamp(36px, 5vw, 64px); line-height: 1.1; margin-bottom: 20px; }
.highlight { color: var(--accent); }
.hero-description { font-size: 18px; color: var(--text-muted); max-width: 600px; margin: 0 auto 40px; }

.hero-services { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 60px; }
.service-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 30px; text-align: center; transition: 0.3s; }
.service-card:hover { border-color: var(--accent); transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0, 255, 136, 0.1); }
.service-icon { width: 80px; height: 80px; margin: 0 auto 20px; background: rgba(0, 255, 136, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--accent); }
.service-card h3 { margin-bottom: 10px; font-size: 20px; }
.service-card p { color: var(--text-muted); font-size: 14px; }

/* Quality */
.quality-section { padding: 80px 0; background: var(--bg-secondary); }
.quality-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.section-title { font-size: 32px; margin-bottom: 30px; text-align: center; }
.section-title.text-left { text-align: left; }
.quality-list { list-style: none; }
.quality-list li { display: flex; align-items: center; gap: 15px; padding: 12px 0; border-bottom: 1px solid var(--border); color: var(--text-muted); }
.check-icon { width: 24px; height: 24px; background: var(--accent); color: var(--bg-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 14px; flex-shrink: 0; }

.quality-visual { position: relative; height: 300px; display: flex; align-items: center; justify-content: center; }
.chart-mockup { width: 100%; height: 200px; background: linear-gradient(to top right, rgba(0, 255, 136, 0.2), transparent); border-radius: 12px; position: relative; }
.chart-line { position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: var(--accent); }
.chart-dot { position: absolute; top: 20%; right: 20%; width: 12px; height: 12px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 10px var(--accent); }
.shield-badge { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 100px; height: 100px; background: var(--accent); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--bg-primary); box-shadow: 0 0 40px rgba(0, 255, 136, 0.4); }

/* Workflow */
.workflow-section { padding: 80px 0; }
.workflow-steps { display: flex; justify-content: space-between; position: relative; margin-top: 40px; }
.workflow-steps::before { content: ''; position: absolute; top: 40px; left: 10%; right: 10%; height: 2px; background: var(--border); z-index: 0; }
.workflow-step { text-align: center; position: relative; z-index: 1; flex: 1; padding: 0 10px; }
.step-circle { width: 80px; height: 80px; margin: 0 auto 20px; background: var(--bg-card); border: 2px solid var(--accent); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: bold; color: var(--accent); }
.workflow-step h4 { margin-bottom: 10px; }
.workflow-step p { font-size: 14px; color: var(--text-muted); }

/* Pricing */
.pricing-section { padding: 80px 0; background: var(--bg-secondary); }
.pricing-table-wrapper { overflow-x: auto; border-radius: 16px; border: 1px solid var(--border); }
.pricing-table { width: 100%; border-collapse: collapse; background: var(--bg-card); }
.pricing-table th, .pricing-table td { padding: 20px; text-align: left; border-bottom: 1px solid var(--border); }
.pricing-table th { background: var(--bg-primary); color: var(--accent); text-transform: uppercase; font-size: 14px; }
.pricing-table td { color: var(--text-muted); }
.pricing-table tr:hover td { background: rgba(0, 255, 136, 0.05); color: #fff; }

/* Contacts */
.contacts-section { padding: 80px 0; }
.contacts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.contact-map { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 60px; text-align: center; color: var(--accent); display: flex; align-items: center; justify-content: center; }
.contact-info { display: flex; flex-direction: column; gap: 16px; }
.contact-btn { display: flex; align-items: center; gap: 16px; background: var(--bg-card); border: 1px solid var(--border); padding: 16px 24px; border-radius: 12px; color: #fff; font-weight: 600; font-size: 18px; transition: 0.3s; }
.contact-btn:hover { border-color: var(--accent); transform: translateX(5px); color: #fff; }
.telegram-btn { background: rgba(0, 255, 136, 0.1); border-color: var(--accent); color: var(--accent); }

/* Footer */
.site-footer { background: var(--bg-secondary); border-top: 1px solid var(--border); padding: 60px 0 20px; }
.footer-inner { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 40px; }
.footer-section h4 { margin-bottom: 20px; color: #fff; }
.footer-section ul { list-style: none; }
.footer-section ul li { margin-bottom: 10px; }
.footer-section a { color: var(--text-muted); }
.footer-section a:hover { color: var(--accent); }
.text-muted { color: var(--text-muted); }
.footer-bottom { text-align: center; padding-top: 20px; border-top: 1px solid var(--border); color: var(--text-muted); font-size: 14px; }

/* Chat Widget */
.chat-widget { position: fixed; bottom: 30px; right: 30px; z-index: 999; }
.chat-btn { width: 60px; height: 60px; background: var(--accent); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--bg-primary); box-shadow: 0 4px 20px rgba(0, 255, 136, 0.4); transition: 0.3s; }
.chat-btn:hover { transform: scale(1.1); color: var(--bg-primary); }

/* Responsive */
@media (max-width: 768px) {
    .main-nav, .header-phone { display: none; }
    .mobile-menu-btn { display: flex; }
    .quality-grid, .contacts-grid { grid-template-columns: 1fr; }
    .workflow-steps { flex-direction: column; gap: 30px; }
    .workflow-steps::before { display: none; }
    .shield-badge { width: 80px; height: 80px; }
}