/* ===================================================
   КалинингрКам — Уличные камеры видеонаблюдения
   Main Stylesheet
   =================================================== */

/* ---- RESET & BASE ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Inter', sans-serif; color: #1a1a2e; background: #fff; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ---- CONTAINER ---- */
.container { max-width: 1240px; margin: 0 auto; padding: 0 20px; }

/* ---- TYPOGRAPHY ---- */
.section-label {
  display: inline-block;
  background: linear-gradient(135deg, #0066cc, #00aaff);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 16px;
  border-radius: 50px;
  margin-bottom: 14px;
}
.section-title { font-family: 'Oswald', sans-serif; font-size: clamp(26px, 4vw, 42px); font-weight: 700; line-height: 1.2; color: #0d1b2a; margin-bottom: 16px; }
.section-subtitle { font-size: 17px; color: #555; max-width: 700px; margin: 0 auto; }
.section-header { margin-bottom: 52px; }
.text-center { text-align: center; }
.accent { color: #0066cc; }

/* ---- BUTTONS ---- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border-radius: 8px;
  font-size: 15px; font-weight: 600;
  transition: all 0.25s; cursor: pointer;
  white-space: nowrap;
}
.btn-primary { background: linear-gradient(135deg, #0066cc, #0099ff); color: #fff; box-shadow: 0 6px 24px rgba(0,102,204,0.35); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(0,102,204,0.45); }
.btn-outline-white { border: 2px solid rgba(255,255,255,0.7); color: #fff; background: rgba(255,255,255,0.1); backdrop-filter: blur(4px); }
.btn-outline-white:hover { background: rgba(255,255,255,0.2); border-color: #fff; }
.btn-xl { padding: 18px 36px; font-size: 17px; }
.btn-nav { background: linear-gradient(135deg, #ff6b00, #ff9500); color: #fff; padding: 10px 20px; font-size: 14px; border-radius: 6px; }
.btn-nav:hover { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(255,107,0,0.4); }

/* ============================================================ */
/* HEADER */
/* ============================================================ */
.site-header { position: sticky; top: 0; z-index: 1000; }
.header-top-bar { background: #0d1b2a; color: rgba(255,255,255,0.85); font-size: 13px; padding: 8px 0; }
.header-top-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.header-contacts { display: flex; align-items: center; gap: 12px; }
.header-phone { color: #fff; font-weight: 600; display: flex; align-items: center; gap: 6px; }
.header-phone i { color: #0099ff; }
.header-phone:hover { color: #0099ff; }
.header-divider { opacity: 0.3; }
.header-city { display: flex; align-items: center; gap: 6px; }
.header-city i { color: #ff6b00; }
.header-work-time { display: flex; align-items: center; gap: 6px; }
.header-work-time i { color: #00cc88; }

.main-nav { background: #fff; box-shadow: 0 2px 20px rgba(0,0,0,0.08); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px 0; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo-icon { width: 40px; height: 40px; background: linear-gradient(135deg, #0066cc, #0099ff); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px; }
.logo-text { font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 700; color: #0d1b2a; }
.logo-accent { color: #0066cc; }
.logo--footer .logo-text { color: #fff; }
.logo--footer .logo-accent { color: #0099ff; }

.nav-menu { display: flex; align-items: center; gap: 4px; }
.nav-menu a { padding: 8px 14px; border-radius: 6px; font-size: 14px; font-weight: 500; color: #333; transition: all 0.2s; }
.nav-menu a:hover { background: #f0f7ff; color: #0066cc; }

.burger-btn { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.burger-btn span { display: block; width: 24px; height: 2px; background: #333; border-radius: 2px; transition: all 0.3s; }

/* ============================================================ */
/* HERO */
/* ============================================================ */
.hero-section {
  position: relative;
  min-height: 680px;
  background: linear-gradient(135deg, #0a0f1e 0%, #0d2b4e 40%, #0a1628 100%);
  display: flex; align-items: center;
  padding: 80px 0;
  overflow: hidden;
}
.hero-bg-overlay {
  position: absolute; inset: 0;
  background: 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='%23ffffff' fill-opacity='0.03'%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");
}
.hero-particles { position: absolute; inset: 0; pointer-events: none; }
.particle { position: absolute; border-radius: 50%; animation: floatUp linear infinite; opacity: 0.15; }

@keyframes floatUp {
  0% { transform: translateY(100vh) scale(0); opacity: 0; }
  10% { opacity: 0.15; }
  90% { opacity: 0.15; }
  100% { transform: translateY(-100px) scale(1); opacity: 0; }
}

.hero-content { position: relative; z-index: 2; max-width: 760px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(0,153,255,0.15); border: 1px solid rgba(0,153,255,0.3);
  color: #7dd3fc; font-size: 13px; font-weight: 600;
  padding: 6px 16px; border-radius: 50px; margin-bottom: 24px;
}
.hero-title { font-family: 'Oswald', sans-serif; font-size: clamp(36px, 5vw, 68px); font-weight: 700; color: #fff; line-height: 1.05; margin-bottom: 20px; }
.hero-accent { color: #0099ff; }
.hero-subtitle { font-size: 18px; color: rgba(255,255,255,0.8); margin-bottom: 32px; max-width: 600px; }

.hero-features { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 36px; }
.hero-feature { display: flex; align-items: center; gap: 8px; color: #a0c4ff; font-size: 14px; font-weight: 500; }
.hero-feature i { color: #00e676; }

.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 48px; }

.hero-stats { display: flex; gap: 32px; flex-wrap: wrap; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.1); }
.hero-stat { display: flex; flex-direction: column; }
.stat-num { font-family: 'Oswald', sans-serif; font-size: 32px; font-weight: 700; color: #0099ff; line-height: 1; }
.stat-label { font-size: 12px; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }

/* ============================================================ */
/* URGENCY STRIP */
/* ============================================================ */
.urgency-strip { background: linear-gradient(135deg, #ff4500, #ff8c00); padding: 16px 0; }
.urgency-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.urgency-text { color: #fff; font-size: 15px; display: flex; align-items: center; gap: 10px; }
.urgency-text i { font-size: 20px; animation: pulse 1.5s infinite; }
@keyframes pulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.2); } }
.btn-urgency { background: #fff; color: #ff4500; font-weight: 700; padding: 10px 24px; border-radius: 6px; font-size: 14px; white-space: nowrap; }
.btn-urgency:hover { background: #ffe0cc; }

/* ============================================================ */
/* WHY US */
/* ============================================================ */
.why-us-section { padding: 90px 0; background: #f8faff; }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; }
.why-card {
  padding: 32px; border-radius: 16px;
  position: relative; overflow: hidden;
  transition: transform 0.3s;
}
.why-card:hover { transform: translateY(-4px); }
.why-card::before { content: ''; position: absolute; top: -50%; right: -50%; width: 200%; height: 200%; border-radius: 50%; opacity: 0.06; }
.why-card--blue { background: linear-gradient(135deg, #0d47a1, #1565c0); color: #fff; }
.why-card--blue::before { background: #fff; }
.why-card--orange { background: linear-gradient(135deg, #e65100, #f57c00); color: #fff; }
.why-card--green { background: linear-gradient(135deg, #1b5e20, #2e7d32); color: #fff; }
.why-card--purple { background: linear-gradient(135deg, #4a148c, #6a1b9a); color: #fff; }
.why-card--red { background: linear-gradient(135deg, #b71c1c, #c62828); color: #fff; }
.why-card--teal { background: linear-gradient(135deg, #004d40, #00695c); color: #fff; }
.why-icon { font-size: 36px; margin-bottom: 20px; opacity: 0.9; }
.why-card h3 { font-family: 'Oswald', sans-serif; font-size: 20px; font-weight: 600; margin-bottom: 12px; }
.why-card p { font-size: 14px; opacity: 0.9; line-height: 1.7; }

/* ============================================================ */
/* SERVICES */
/* ============================================================ */
.services-section { padding: 90px 0; background: #fff; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 28px; }
.service-card {
  border-radius: 20px; padding: 36px;
  position: relative; overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(0,0,0,0.15); }
.service-card--primary { background: linear-gradient(135deg, #0a1628, #0d2b4e); color: #fff; }
.service-card--dark { background: linear-gradient(135deg, #1a1a2e, #16213e); color: #fff; }
.service-card--orange { background: linear-gradient(135deg, #bf360c, #e64a19); color: #fff; }
.service-card--green { background: linear-gradient(135deg, #1b5e20, #33691e); color: #fff; }
.service-card--teal { background: linear-gradient(135deg, #00695c, #00897b); color: #fff; }
.service-card--purple { background: linear-gradient(135deg, #311b92, #4527a0); color: #fff; }
.service-num { position: absolute; top: 20px; right: 24px; font-family: 'Oswald', sans-serif; font-size: 48px; font-weight: 900; opacity: 0.1; line-height: 1; }
.service-icon { font-size: 40px; margin-bottom: 20px; opacity: 0.9; }
.service-card h3 { font-family: 'Oswald', sans-serif; font-size: 22px; margin-bottom: 14px; }
.service-card p { font-size: 14px; opacity: 0.9; margin-bottom: 20px; line-height: 1.7; }
.service-list { margin-bottom: 28px; }
.service-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; opacity: 0.9; margin-bottom: 8px; }
.service-list i { color: #7dd3fc; margin-top: 2px; flex-shrink: 0; }
.btn-service { background: rgba(255,255,255,0.15); color: #fff; border: 1px solid rgba(255,255,255,0.3); padding: 12px 24px; font-size: 14px; }
.btn-service:hover { background: rgba(255,255,255,0.25); }

/* ============================================================ */
/* CAPTURE FORM */
/* ============================================================ */
.capture-section { padding: 80px 0; }
.capture-section--blue { background: linear-gradient(135deg, #0a1628 0%, #0d2b4e 100%); }
.capture-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.capture-text h2 { font-family: 'Oswald', sans-serif; font-size: clamp(24px, 3vw, 38px); font-weight: 700; color: #fff; margin-bottom: 16px; }
.capture-text p { color: rgba(255,255,255,0.8); font-size: 16px; margin-bottom: 28px; }
.capture-benefits { display: flex; flex-direction: column; gap: 12px; }
.capture-benefits li { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.9); font-size: 15px; }
.capture-benefits i { color: #00e676; }

.capture-form-wrap { background: #fff; border-radius: 20px; padding: 40px; box-shadow: 0 24px 64px rgba(0,0,0,0.3); }
.form-title { font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 700; color: #0d1b2a; margin-bottom: 24px; text-align: center; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: #555; margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 14px 16px; border: 2px solid #e8ecf0;
  border-radius: 10px; font-size: 15px; font-family: inherit;
  transition: border-color 0.2s; color: #1a1a2e; background: #fff;
}
.form-group input:focus, .form-group select:focus { outline: none; border-color: #0066cc; }
.btn-form { width: 100%; background: linear-gradient(135deg, #0066cc, #0099ff); color: #fff; border-radius: 10px; padding: 16px; font-size: 16px; font-weight: 700; justify-content: center; }
.btn-form:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,102,204,0.4); }
.form-privacy { text-align: center; font-size: 11px; color: #999; margin-top: 12px; }

/* ============================================================ */
/* CAMERAS */
/* ============================================================ */
.cameras-section { padding: 90px 0; background: #f8faff; }
.cameras-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 40px; justify-content: center; }
.camera-tab {
  padding: 12px 24px; border-radius: 8px; font-size: 14px; font-weight: 600;
  background: #fff; color: #555; border: 2px solid #e0e8f0;
  transition: all 0.2s;
}
.camera-tab.active, .camera-tab:hover { background: #0066cc; color: #fff; border-color: #0066cc; }
.cameras-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.camera-card {
  background: #fff; border-radius: 16px; overflow: hidden;
  border: 2px solid #e8ecf0; position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}
.camera-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,0.12); }
.camera-card.hidden { display: none; }
.camera-badge { position: absolute; top: 14px; left: 14px; padding: 4px 12px; border-radius: 50px; font-size: 11px; font-weight: 700; letter-spacing: 1px; z-index: 2; }
.camera-badge--hit { background: #ff4500; color: #fff; }
.camera-badge--new { background: #00aa55; color: #fff; }
.camera-badge--sale { background: #ff8c00; color: #fff; }
.camera-img { height: 160px; background: linear-gradient(135deg, #0a1628, #0d2b4e); display: flex; align-items: center; justify-content: center; font-size: 64px; color: rgba(0,153,255,0.5); }
.camera-info { padding: 24px; }
.camera-info h3 { font-size: 16px; font-weight: 700; color: #0d1b2a; margin-bottom: 10px; }
.camera-desc { font-size: 13px; color: #666; margin-bottom: 16px; line-height: 1.6; }
.camera-specs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.camera-specs span { background: #f0f7ff; color: #0066cc; font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 50px; display: flex; align-items: center; gap: 4px; }
.camera-price { font-size: 18px; color: #0d1b2a; margin-bottom: 16px; }
.camera-price strong { color: #0066cc; font-size: 22px; }
.btn-camera { background: linear-gradient(135deg, #0066cc, #0099ff); color: #fff; width: 100%; justify-content: center; border-radius: 8px; padding: 12px; font-size: 14px; }
.btn-camera:hover { box-shadow: 0 6px 20px rgba(0,102,204,0.3); transform: translateY(-1px); }

/* ============================================================ */
/* ABOUT */
/* ============================================================ */
.about-section { padding: 90px 0; background: #fff; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-text h2 { font-family: 'Oswald', sans-serif; font-size: clamp(24px, 3vw, 36px); font-weight: 700; color: #0d1b2a; margin-bottom: 20px; }
.about-text p { font-size: 15px; color: #555; line-height: 1.8; margin-bottom: 16px; }
.about-certs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.cert-badge { display: flex; align-items: center; gap: 6px; background: #f0f7ff; color: #0066cc; font-size: 13px; font-weight: 600; padding: 8px 16px; border-radius: 50px; border: 1px solid #d0e8ff; }
.about-counters { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.counter-card { padding: 32px 24px; border-radius: 16px; text-align: center; transition: transform 0.3s; }
.counter-card:hover { transform: scale(1.04); }
.counter-card--blue { background: linear-gradient(135deg, #0d47a1, #1565c0); color: #fff; }
.counter-card--orange { background: linear-gradient(135deg, #e65100, #f57c00); color: #fff; }
.counter-card--green { background: linear-gradient(135deg, #1b5e20, #2e7d32); color: #fff; }
.counter-card--purple { background: linear-gradient(135deg, #4a148c, #6a1b9a); color: #fff; }
.counter-num { font-family: 'Oswald', sans-serif; font-size: 48px; font-weight: 700; line-height: 1; }
.counter-label { font-size: 13px; opacity: 0.85; margin-top: 8px; }

/* ============================================================ */
/* OBJECTS */
/* ============================================================ */
.objects-section { padding: 90px 0; background: #f0f7ff; }
.objects-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.object-item { background: #fff; border-radius: 16px; padding: 28px 24px; text-align: center; transition: transform 0.3s, box-shadow 0.3s; border: 2px solid transparent; }
.object-item:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,0.1); border-color: #0066cc; }
.object-icon { width: 64px; height: 64px; border-radius: 16px; margin: 0 auto 18px; display: flex; align-items: center; justify-content: center; font-size: 28px; color: #fff; }
.object-icon--1 { background: linear-gradient(135deg, #0d47a1, #1976d2); }
.object-icon--2 { background: linear-gradient(135deg, #e65100, #f57c00); }
.object-icon--3 { background: linear-gradient(135deg, #1b5e20, #388e3c); }
.object-icon--4 { background: linear-gradient(135deg, #4a148c, #7b1fa2); }
.object-icon--5 { background: linear-gradient(135deg, #b71c1c, #e53935); }
.object-icon--6 { background: linear-gradient(135deg, #004d40, #00796b); }
.object-icon--7 { background: linear-gradient(135deg, #f57f17, #fbc02d); }
.object-icon--8 { background: linear-gradient(135deg, #1a237e, #3949ab); }
.object-item h4 { font-size: 16px; font-weight: 700; color: #0d1b2a; margin-bottom: 8px; }
.object-item p { font-size: 13px; color: #666; line-height: 1.6; }

/* ============================================================ */
/* PROCESS */
/* ============================================================ */
.process-section { padding: 90px 0; background: #fff; }
.process-steps { display: flex; align-items: flex-start; gap: 8px; flex-wrap: wrap; justify-content: center; }
.process-step { flex: 1; min-width: 140px; max-width: 180px; text-align: center; }
.step-num { width: 48px; height: 48px; background: linear-gradient(135deg, #0066cc, #0099ff); color: #fff; border-radius: 50%; font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; box-shadow: 0 4px 16px rgba(0,102,204,0.3); }
.step-icon { font-size: 28px; color: #0066cc; margin-bottom: 12px; }
.process-step h3 { font-size: 15px; font-weight: 700; color: #0d1b2a; margin-bottom: 8px; }
.process-step p { font-size: 12px; color: #666; line-height: 1.6; }
.process-arrow { color: #0066cc; font-size: 20px; margin-top: 20px; opacity: 0.4; align-self: flex-start; padding-top: 14px; }

/* ============================================================ */
/* PRICES */
/* ============================================================ */
.prices-section { padding: 90px 0; background: #f8faff; }
.prices-packages { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; margin-bottom: 60px; }
.price-card { background: #fff; border-radius: 20px; overflow: hidden; border: 2px solid #e8ecf0; position: relative; transition: transform 0.3s, box-shadow 0.3s; }
.price-card:hover { transform: translateY(-4px); }
.price-card--popular { border-color: #0066cc; box-shadow: 0 16px 48px rgba(0,102,204,0.2); }
.price-popular-badge { position: absolute; top: 16px; right: 16px; background: #0066cc; color: #fff; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 50px; letter-spacing: 1px; }
.price-card-header { padding: 32px; text-align: center; }
.price-card--basic .price-card-header { background: linear-gradient(135deg, #37474f, #546e7a); color: #fff; }
.price-card--pro .price-card-header { background: linear-gradient(135deg, #0d47a1, #0066cc); color: #fff; }
.price-card--business .price-card-header { background: linear-gradient(135deg, #1b5e20, #2e7d32); color: #fff; }
.price-tier { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; opacity: 0.8; }
.price-amount { font-family: 'Oswald', sans-serif; font-size: 36px; font-weight: 700; margin: 10px 0 6px; }
.price-amount strong { font-size: 44px; }
.price-card-header p { font-size: 13px; opacity: 0.85; }
.price-features { padding: 28px; }
.price-features li { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid #f0f4f8; font-size: 14px; color: #444; }
.price-features li:last-child { border-bottom: none; }
.price-features li i.fa-check { color: #00aa55; }
.price-no { opacity: 0.4; }
.price-no i { color: #999 !important; }
.btn-price-basic, .btn-price-pro, .btn-price-business { display: block; margin: 0 28px 28px; border-radius: 10px; padding: 15px; font-size: 15px; font-weight: 700; text-align: center; transition: all 0.2s; }
.btn-price-basic { background: #546e7a; color: #fff; }
.btn-price-basic:hover { background: #37474f; }
.btn-price-pro { background: linear-gradient(135deg, #0066cc, #0099ff); color: #fff; box-shadow: 0 6px 20px rgba(0,102,204,0.3); }
.btn-price-pro:hover { box-shadow: 0 10px 28px rgba(0,102,204,0.4); }
.btn-price-business { background: linear-gradient(135deg, #2e7d32, #388e3c); color: #fff; }
.btn-price-business:hover { background: linear-gradient(135deg, #1b5e20, #2e7d32); }

/* Price Table */
.price-table-wrap { background: #fff; border-radius: 16px; padding: 36px; box-shadow: 0 4px 24px rgba(0,0,0,0.06); }
.price-table-title { font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 700; color: #0d1b2a; margin-bottom: 24px; }
.table-responsive { overflow-x: auto; }
.price-table, .compare-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.price-table th, .compare-table th { background: #0d1b2a; color: #fff; padding: 14px 16px; text-align: left; font-size: 13px; font-weight: 600; }
.price-table td, .compare-table td { padding: 14px 16px; border-bottom: 1px solid #f0f4f8; vertical-align: middle; }
.tr-alt td { background: #f8faff; }
.price-cell { font-weight: 700; color: #0066cc; white-space: nowrap; }
.text-green { color: #00aa55 !important; }
.compare-table .th-best { background: #0066cc; }
.compare-table .td-best { background: #f0f7ff; font-weight: 600; color: #0066cc; }
.recommend { display: inline-block; background: #00aa55; color: #fff; font-size: 10px; padding: 2px 8px; border-radius: 50px; margin-left: 6px; }

/* ============================================================ */
/* QUIZ */
/* ============================================================ */
.quiz-section { padding: 80px 0; }
.capture-section--dark { background: linear-gradient(135deg, #0d1b2a 0%, #1a0533 100%); }
.quiz-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.quiz-label { display: flex; align-items: center; gap: 8px; background: rgba(255,149,0,0.2); color: #ff9500; border: 1px solid rgba(255,149,0,0.3); font-size: 13px; font-weight: 700; padding: 6px 16px; border-radius: 50px; margin-bottom: 20px; display: inline-flex; }
.quiz-inner h2 { font-family: 'Oswald', sans-serif; font-size: clamp(24px, 3vw, 36px); font-weight: 700; color: #fff; margin-bottom: 16px; }
.quiz-inner p { color: rgba(255,255,255,0.75); font-size: 15px; margin-bottom: 28px; line-height: 1.7; }
.quiz-promises { display: flex; flex-direction: column; gap: 12px; }
.quiz-promise { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.85); font-size: 14px; }
.quiz-promise i { color: #ff9500; width: 16px; }

.quiz-widget { background: #fff; border-radius: 20px; padding: 36px; box-shadow: 0 24px 64px rgba(0,0,0,0.4); }
.quiz-step { display: none; }
.quiz-step.active { display: block; }
.quiz-question { font-size: 15px; font-weight: 700; color: #0d1b2a; margin-bottom: 20px; }
.quiz-options { display: flex; flex-direction: column; gap: 10px; }
.quiz-option { background: #f8faff; border: 2px solid #e8ecf0; border-radius: 10px; padding: 14px 18px; text-align: left; font-size: 14px; font-weight: 600; color: #333; transition: all 0.2s; }
.quiz-option:hover { border-color: #0066cc; background: #f0f7ff; color: #0066cc; transform: translateX(4px); }
.quiz-done-title { font-size: 20px; font-weight: 700; color: #0d1b2a; margin-bottom: 12px; }
.quiz-done-text { font-size: 14px; color: #666; margin-bottom: 20px; line-height: 1.6; }
.quiz-form { display: flex; flex-direction: column; gap: 12px; }
.quiz-form input { padding: 14px 16px; border: 2px solid #e8ecf0; border-radius: 10px; font-size: 15px; font-family: inherit; }
.quiz-form input:focus { outline: none; border-color: #0066cc; }
.btn-quiz { background: linear-gradient(135deg, #ff6b00, #ff9500); color: #fff; padding: 15px; border-radius: 10px; font-size: 15px; font-weight: 700; justify-content: center; }
.btn-quiz:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255,107,0,0.4); }
.quiz-progress { height: 4px; background: #e8ecf0; border-radius: 2px; margin-top: 24px; overflow: hidden; }
.quiz-progress-bar { height: 100%; background: linear-gradient(90deg, #0066cc, #0099ff); border-radius: 2px; transition: width 0.5s ease; }

/* ============================================================ */
/* ARTICLE */
/* ============================================================ */
.article-section { padding: 90px 0; background: #fff; }
.article-grid { display: grid; grid-template-columns: 1fr 340px; gap: 48px; align-items: start; }
.article-main h2 { font-family: 'Oswald', sans-serif; font-size: 30px; font-weight: 700; color: #0d1b2a; margin-bottom: 20px; }
.article-main h3 { font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 600; color: #0d1b2a; margin: 28px 0 14px; border-left: 4px solid #0066cc; padding-left: 14px; }
.article-main p { font-size: 15px; color: #444; line-height: 1.85; margin-bottom: 16px; }
.article-main ul { margin: 16px 0 20px 20px; }
.article-main ul li { position: relative; padding-left: 16px; font-size: 14px; color: #555; line-height: 1.7; margin-bottom: 10px; }
.article-main ul li::before { content: '•'; position: absolute; left: 0; color: #0066cc; font-size: 18px; line-height: 1.3; }

/* Sidebar */
.article-sidebar { display: flex; flex-direction: column; gap: 24px; position: sticky; top: 100px; }
.sidebar-widget { border-radius: 16px; padding: 28px; }
.sidebar-widget h3 { font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 700; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.sidebar-widget p { font-size: 14px; margin-bottom: 16px; line-height: 1.6; }
.sidebar-widget--blue { background: linear-gradient(135deg, #0d47a1, #1565c0); color: #fff; }
.sidebar-widget--dark { background: #0d1b2a; color: #fff; }
.sidebar-widget--orange { background: linear-gradient(135deg, #e65100, #f57c00); color: #fff; }
.sidebar-widget--green { background: linear-gradient(135deg, #1b5e20, #2e7d32); color: #fff; }
.btn-sidebar { background: rgba(255,255,255,0.2); color: #fff; border: 1px solid rgba(255,255,255,0.3); width: 100%; justify-content: center; border-radius: 8px; }
.btn-sidebar:hover { background: rgba(255,255,255,0.3); }
.btn-sidebar-orange { background: #fff; color: #e65100; width: 100%; justify-content: center; border-radius: 8px; font-weight: 700; }
.checklist { display: flex; flex-direction: column; gap: 10px; }
.checklist li { display: flex; align-items: center; gap: 8px; font-size: 13px; }
.checklist i { color: #0099ff; }
.sidebar-promo { font-size: 20px; font-weight: 700; }
.promo-num { font-size: 40px; font-family: 'Oswald', sans-serif; }
.sidebar-promo-desc { font-size: 13px; opacity: 0.85; margin-bottom: 16px; }
.area-list { columns: 2; gap: 8px; }
.area-list li { font-size: 13px; opacity: 0.9; padding: 3px 0; }
.area-list li::before { content: '• '; color: #7dd3fc; }

/* ============================================================ */
/* COMPARISON */
/* ============================================================ */
.comparison-section { padding: 90px 0; background: #f8faff; }

/* ============================================================ */
/* REVIEWS */
/* ============================================================ */
.reviews-section { padding: 90px 0; background: #fff; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.review-card { background: #f8faff; border-radius: 16px; padding: 28px; border: 2px solid #e8ecf0; transition: transform 0.3s; }
.review-card:hover { transform: translateY(-4px); }
.review-card--featured { background: linear-gradient(135deg, #0d47a1, #0066cc); color: #fff; border-color: transparent; }
.review-stars { color: #f59e0b; margin-bottom: 14px; font-size: 14px; }
.review-card--featured .review-stars { color: #fde68a; }
.review-text { font-size: 14px; line-height: 1.75; color: #444; margin-bottom: 20px; font-style: italic; }
.review-card--featured .review-text { color: rgba(255,255,255,0.9); }
.review-author { display: flex; align-items: center; gap: 14px; }
.review-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, #0066cc, #0099ff); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; flex-shrink: 0; }
.review-card--featured .review-avatar { background: rgba(255,255,255,0.25); }
.review-author strong { display: block; font-size: 14px; color: #0d1b2a; }
.review-card--featured .review-author strong { color: #fff; }
.review-author span { font-size: 12px; color: #888; }
.review-card--featured .review-author span { color: rgba(255,255,255,0.7); }

/* ============================================================ */
/* FAQ */
/* ============================================================ */
.faq-section { padding: 90px 0; background: #f0f7ff; }
.faq-grid { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.faq-question {
  width: 100%; padding: 22px 28px; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  text-align: left; font-size: 15px; font-weight: 600; color: #0d1b2a; cursor: pointer;
  background: #fff; transition: background 0.2s;
}
.faq-question:hover { background: #f8faff; }
.faq-question[aria-expanded="true"] { background: #f0f7ff; color: #0066cc; }
.faq-icon { flex-shrink: 0; font-size: 14px; color: #0066cc; transition: transform 0.3s; }
.faq-question[aria-expanded="true"] .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s; }
.faq-answer.open { max-height: 500px; }
.faq-answer > div { padding: 0 28px 24px; font-size: 14px; color: #555; line-height: 1.8; border-top: 1px solid #e8ecf0; padding-top: 20px; }

/* ============================================================ */
/* FINAL CTA */
/* ============================================================ */
.final-cta-section { padding: 80px 0; background: linear-gradient(135deg, #0a1628 0%, #0d2b4e 50%, #1a0533 100%); position: relative; overflow: hidden; }
.final-cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 50%, rgba(0,153,255,0.15) 0%, transparent 60%); }
.final-cta-inner { position: relative; z-index: 1; text-align: center; }
.final-cta-text h2 { font-family: 'Oswald', sans-serif; font-size: clamp(26px, 4vw, 46px); font-weight: 700; color: #fff; margin-bottom: 16px; }
.final-cta-text p { color: rgba(255,255,255,0.75); font-size: 17px; margin-bottom: 40px; }
.final-cta-actions { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 40px; }
.btn-cta-phone { background: linear-gradient(135deg, #0066cc, #0099ff); color: #fff; padding: 18px 40px; font-size: 18px; font-weight: 700; border-radius: 12px; box-shadow: 0 8px 28px rgba(0,102,204,0.4); }
.btn-cta-phone:hover { transform: translateY(-2px); box-shadow: 0 12px 36px rgba(0,102,204,0.5); }
.btn-cta-form { background: rgba(255,255,255,0.12); color: #fff; border: 2px solid rgba(255,255,255,0.3); padding: 18px 40px; font-size: 18px; font-weight: 700; border-radius: 12px; backdrop-filter: blur(4px); }
.btn-cta-form:hover { background: rgba(255,255,255,0.2); }
.final-cta-guarantee { display: flex; justify-content: center; gap: 36px; flex-wrap: wrap; }
.guarantee-item { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.7); font-size: 14px; }
.guarantee-item i { color: #0099ff; font-size: 18px; }

/* ============================================================ */
/* FOOTER */
/* ============================================================ */
.site-footer { background: #0d1b2a; }
.footer-main { padding: 70px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1.5fr 1.5fr 2fr; gap: 40px; }
.footer-col--brand { }
.footer-desc { color: rgba(255,255,255,0.55); font-size: 14px; margin: 16px 0 24px; line-height: 1.7; }
.footer-social { display: flex; gap: 12px; }
.social-link { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.7); font-size: 16px; transition: all 0.2s; }
.social-link:hover { background: #0066cc; color: #fff; }
.footer-col h4 { font-family: 'Oswald', sans-serif; font-size: 16px; font-weight: 600; color: #fff; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #0066cc; display: inline-block; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { color: rgba(255,255,255,0.55); font-size: 14px; transition: color 0.2s; }
.footer-links a:hover { color: #0099ff; }
.footer-contacts-list { display: flex; flex-direction: column; gap: 12px; }
.footer-contacts-list li { display: flex; align-items: flex-start; gap: 10px; color: rgba(255,255,255,0.6); font-size: 14px; }
.footer-contacts-list i { color: #0099ff; margin-top: 2px; flex-shrink: 0; width: 16px; }
.footer-contacts-list a { color: rgba(255,255,255,0.6); }
.footer-contacts-list a:hover { color: #0099ff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 24px 0; }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { color: rgba(255,255,255,0.4); font-size: 13px; }
.footer-bottom-links { display: flex; gap: 24px; }
.footer-bottom-links a { color: rgba(255,255,255,0.4); font-size: 13px; }
.footer-bottom-links a:hover { color: #0099ff; }

/* ============================================================ */
/* BACK TO TOP */
/* ============================================================ */
.back-to-top {
  position: fixed; bottom: 32px; right: 32px; z-index: 999;
  width: 48px; height: 48px; border-radius: 12px;
  background: linear-gradient(135deg, #0066cc, #0099ff);
  color: #fff; font-size: 16px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(0,102,204,0.35);
  opacity: 0; pointer-events: none;
  transition: all 0.3s;
}
.back-to-top.visible { opacity: 1; pointer-events: all; }
.back-to-top:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,102,204,0.45); }

/* ============================================================ */
/* MODAL */
/* ============================================================ */
.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 2000; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s; backdrop-filter: blur(4px); }
.modal-overlay.active { opacity: 1; pointer-events: all; }
.modal { background: #fff; border-radius: 20px; padding: 48px 40px; text-align: center; max-width: 440px; width: 90%; box-shadow: 0 32px 80px rgba(0,0,0,0.3); transform: scale(0.8); transition: transform 0.3s; }
.modal-overlay.active .modal { transform: scale(1); }
.modal-icon { font-size: 56px; color: #00aa55; margin-bottom: 20px; }
.modal h3 { font-family: 'Oswald', sans-serif; font-size: 26px; font-weight: 700; color: #0d1b2a; margin-bottom: 12px; }
.modal p { font-size: 15px; color: #666; margin-bottom: 28px; line-height: 1.6; }
.btn-modal-close { background: linear-gradient(135deg, #0066cc, #0099ff); color: #fff; padding: 14px 36px; border-radius: 10px; font-size: 15px; font-weight: 700; }

/* ============================================================ */
/* RESPONSIVE */
/* ============================================================ */
@media (max-width: 1100px) {
  .article-grid { grid-template-columns: 1fr; }
  .article-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 900px) {
  .capture-inner, .quiz-inner, .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .process-arrow { display: none; }
  .process-steps { justify-content: flex-start; gap: 20px; }
  .process-step { min-width: 160px; }
  .nav-menu { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #0d1b2a; flex-direction: column; justify-content: center; align-items: center; gap: 8px; z-index: 2000; }
  .nav-menu.open { display: flex; }
  .nav-menu a { font-size: 20px; color: #fff; padding: 14px 24px; }
  .nav-menu a:hover { background: rgba(255,255,255,0.1); }
  .burger-btn { display: flex; }
  .btn-nav { display: none; }
}

@media (max-width: 700px) {
  section { padding: 60px 0; }
  .services-grid { grid-template-columns: 1fr; }
  .prices-packages { grid-template-columns: 1fr; }
  .article-sidebar { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 16px; }
  .final-cta-actions { flex-direction: column; align-items: center; }
  .final-cta-guarantee { gap: 16px; }
  .compare-table { font-size: 12px; }
  .compare-table th, .compare-table td { padding: 10px 10px; }
  .urgency-inner { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
  .hero-cta { flex-direction: column; }
  .hero-features { gap: 8px; }
  .cameras-tabs { gap: 6px; }
  .camera-tab { padding: 10px 16px; font-size: 13px; }
  .capture-form-wrap { padding: 28px 20px; }
  .quiz-widget { padding: 24px 20px; }
  .back-to-top { bottom: 16px; right: 16px; }
}

/* Animate on scroll */
.animate-fade-in { opacity: 0; transform: translateY(30px); transition: opacity 0.6s, transform 0.6s; }
.animate-fade-in.visible { opacity: 1; transform: translateY(0); }
