
:root {
  --primary: #0369a1;
  --primary-dark: #0c4a6e;
  --primary-light: #0ea5e9;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-900: #111827;
  --white: #ffffff;
}

/* RESET */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', 'Segoe UI', Arial, sans-serif; background: #fff; color: #111827; line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
table { border-collapse: collapse; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }

/* NAV */
.nav { position: sticky; top: 0; background: rgba(255,255,255,0.95); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-bottom: 1px solid var(--gray-100); z-index: 50; }
.nav-inner { max-width: 1280px; margin: 0 auto; padding: .875rem 1.5rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.logo { font-size: 1.35rem; font-weight: 800; color: var(--gray-900); white-space: nowrap; }
.logo span { color: var(--primary); }
.nav-links { display: flex; gap: 1.25rem; align-items: center; font-size: .875rem; flex-wrap: wrap; }
.nav-link { color: var(--gray-600); transition: color .2s; font-weight: 500; }
.nav-link:hover, .nav-link.active { color: var(--primary); }
.nav-cta { background: var(--primary); color: #fff; padding: .625rem 1.25rem; border-radius: 9999px; font-weight: 600; font-size: .875rem; transition: background .2s; white-space: nowrap; }
.nav-cta:hover { background: var(--primary-dark); }

/* HERO */
.hero { min-height: 92vh; display: flex; align-items: center; position: relative; overflow: hidden; background: linear-gradient(135deg, var(--gray-50), #fff); padding: 5rem 1.5rem; }
.hero-page { min-height: 60vh; padding: 4rem 1.5rem; }
.hero-blur-1 { position: absolute; top: 4rem; right: 2rem; width: 20rem; height: 20rem; background: rgba(3,105,161,0.06); border-radius: 9999px; filter: blur(64px); pointer-events: none; }
.hero-blur-2 { position: absolute; bottom: 4rem; left: 2rem; width: 26rem; height: 26rem; background: rgba(3,105,161,0.04); border-radius: 9999px; filter: blur(64px); pointer-events: none; }
.hero-content { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr .95fr; gap: 3.5rem; align-items: center; position: relative; z-index: 10; width: 100%; }
.hero-page .hero-content { grid-template-columns: 1.05fr .95fr; max-width: 1280px; }
@media (max-width: 900px) {
  .hero-content, .hero-page .hero-content { grid-template-columns: 1fr; gap: 2rem; }
}
.hero-badge { display: inline-flex; align-items: center; gap: .5rem; background: rgba(3,105,161,0.08); color: var(--primary); padding: .45rem 1rem; border-radius: 9999px; font-size: .85rem; font-weight: 600; margin-bottom: 1.25rem; }
.hero-badge-dot { width: .5rem; height: .5rem; background: var(--primary); border-radius: 9999px; }
.hero h1 { font-size: clamp(2rem, 4.5vw, 3.25rem); font-weight: 800; line-height: 1.15; margin-bottom: 1.25rem; color: var(--gray-900); }
.hero h1 span { color: var(--primary); }
.hero > .hero-content > div > p, .hero-content > div > p { font-size: 1.15rem; color: var(--gray-500); margin-bottom: 1.75rem; max-width: 34rem; line-height: 1.7; }
.breadcrumb-nav { font-size: .85rem; color: var(--gray-400); margin-bottom: .5rem; display: flex; align-items: center; gap: .4rem; flex-wrap: wrap; }
.breadcrumb-nav a { color: var(--primary); }
.bc-sep { color: var(--gray-300); }

/* HERO EMAIL ROW */
.hero-email-row { margin-top: 1.25rem; display: flex; align-items: center; gap: .6rem; color: var(--gray-500); flex-wrap: wrap; }
.hero-email-row svg { width: 1.15rem; height: 1.15rem; color: var(--primary); flex-shrink: 0; }
.hero-email-row span { font-size: .875rem; }
.hero-email-row a { font-size: .9rem; font-weight: 700; color: var(--primary); }
.hero-email-row a:hover { text-decoration: underline; }

/* HERO STATS */
.hero-stats { display: flex; gap: 2.5rem; margin-top: 2.25rem; padding-top: 2.25rem; border-top: 1px solid var(--gray-100); flex-wrap: wrap; }
.hero-stat-number { font-size: 2rem; font-weight: 800; color: var(--gray-900); }
.hero-stat-label { color: var(--gray-500); font-size: .85rem; }

/* HERO VISUAL BOX */
.hero-image-wrap { position: relative; display: flex; justify-content: center; align-items: center; }
.hero-image-glow { position: absolute; inset: 0; background: rgba(3,105,161,0.12); border-radius: 9999px; filter: blur(64px); transform: scale(0.8); }
.hero-visual-box { position: relative; z-index: 10; background: #fff; border: 1px solid var(--gray-200); border-radius: 1.25rem; padding: 2rem; box-shadow: 0 20px 60px rgba(0,0,0,.08); width: 100%; }
.hv-line { display: flex; align-items: center; gap: .6rem; padding: .45rem 0; border-bottom: 1px solid var(--gray-100); font-size: .875rem; color: var(--gray-700); }
.hv-line:last-of-type { border-bottom: none; }
.hv-dot { width: .45rem; height: .45rem; background: var(--primary); border-radius: 9999px; flex-shrink: 0; }

/* BUTTONS */
.btn-group { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary { background: var(--primary); color: #fff; padding: .875rem 1.875rem; border-radius: 9999px; font-weight: 700; font-size: 1rem; display: inline-block; transition: background .2s, box-shadow .2s; box-shadow: 0 8px 20px rgba(3,105,161,0.25); }
.btn-primary:hover { background: var(--primary-dark); color: #fff; }
.btn-secondary { border: 2px solid var(--gray-200); color: var(--gray-700); padding: .875rem 1.875rem; border-radius: 9999px; font-weight: 600; display: inline-block; transition: all .2s; font-size: 1rem; }
.btn-secondary:hover { border-color: var(--primary); color: var(--primary); }

/* SECTIONS */
.section { padding: 5.5rem 1.5rem; }
.section-alt { padding: 5.5rem 1.5rem; background: var(--gray-50); }
.section-header { text-align: center; margin-bottom: 3.5rem; }
.section-title { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 700; margin-bottom: .75rem; color: var(--gray-900); text-align: center; }
.section-sub, .section-subtitle { color: var(--gray-500); max-width: 42rem; margin: 0 auto 2rem; font-size: 1rem; text-align: center; }
.section-header { text-align: center; margin-bottom: 2rem; }

/* FEATURE CARDS */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr)); gap: 1.75rem; }
.feature-card { background: #fff; border-radius: 1.25rem; padding: 2rem; box-shadow: 0 1px 3px rgba(0,0,0,.06); border: 1px solid var(--gray-100); transition: all .3s; }
.feature-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,.1); }
.feature-icon { width: 4rem; height: 4rem; background: rgba(3,105,161,0.08); border-radius: 1rem; display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; }
.feature-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: .6rem; color: var(--gray-900); }
.feature-card p { color: var(--gray-500); font-size: .9rem; line-height: 1.6; margin-bottom: .75rem; }

/* STAT CARDS */
.stat-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); gap: 1.5rem; }
.stat-card { text-align: center; background: #fff; border-radius: 1.25rem; padding: 2rem 1.5rem; box-shadow: 0 1px 3px rgba(0,0,0,.06); border: 1px solid var(--gray-100); }
.stat-number { font-size: 2.5rem; font-weight: 800; color: var(--primary); margin-bottom: .5rem; }
.stat-unit { font-size: .78rem; color: var(--gray-400); text-transform: uppercase; letter-spacing: .05em; margin-bottom: .25rem; }
.stat-label { font-weight: 600; color: var(--gray-900); font-size: .95rem; }
.stat-desc { color: var(--gray-400); font-size: .82rem; margin-top: .5rem; }

/* PROCESS STEPS */
.process-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); gap: 1.25rem; }
.process-card { background: #fff; border-radius: 1.25rem; padding: 1.75rem; text-align: center; box-shadow: 0 1px 3px rgba(0,0,0,.06); border: 1px solid var(--gray-100); }
.process-number { width: 2.5rem; height: 2.5rem; background: var(--primary); color: #fff; border-radius: 9999px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; font-weight: 800; font-size: 1rem; }
.process-card h4 { font-weight: 700; margin-bottom: .5rem; color: var(--gray-900); }
.process-card p { color: var(--gray-500); font-size: .875rem; line-height: 1.55; }

/* SERVICE CARDS — стили перенесены ниже */
.service-icon { font-size: 2rem; margin-bottom: .6rem; }
.service-card h4 { font-weight: 600; font-size: .9rem; }

/* CTA */
.cta { padding: 5.5rem 1.5rem; background: linear-gradient(135deg, var(--primary-dark), var(--primary), #0c4a6ecc); }
.cta-inner { max-width: 1280px; margin: 0 auto; text-align: center; }
.cta h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 700; color: #fff; margin-bottom: 1.25rem; }
.cta p { color: rgba(255,255,255,.8); font-size: 1.1rem; margin-bottom: 1.5rem; max-width: 42rem; margin-left: auto; margin-right: auto; }
.cta-stats { display: flex; justify-content: center; gap: 1.25rem; flex-wrap: wrap; margin-top: 1.5rem; }
.cta-stat { background: rgba(255,255,255,.15); border-radius: 1rem; padding: 1rem 1.5rem; text-align: center; color: #fff; border: 1px solid rgba(255,255,255,.2); }
.cta-stat-number { font-weight: 700; font-size: 1.35rem; }
.cta-stat-label { font-size: .8rem; color: rgba(255,255,255,.7); margin-top: .2rem; }

/* CONTACT CARD */
.contact-card { background: rgba(255,255,255,.12); border-radius: 1.25rem; padding: 2.5rem; border: 1px solid rgba(255,255,255,.25); text-align: center; backdrop-filter: blur(8px); }
.contact-icon { width: 4rem; height: 4rem; background: rgba(255,255,255,.2); border-radius: 1rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; }
.contact-icon svg { width: 1.75rem; height: 1.75rem; color: #fff; }
.contact-card p { color: rgba(255,255,255,.8); font-size: 1rem; margin-bottom: .75rem; }
.contact-email { font-size: 1.75rem; font-weight: 800; color: #fff; word-break: break-all; display: block; }
.contact-email:hover { text-decoration: underline; color: #fff; }
.contact-hint { color: rgba(255,255,255,.6); font-size: .85rem; margin-top: 1rem; }

/* SEO TEXT BLOCK */
.seo-text h2 { font-size: 1.35rem; font-weight: 700; color: var(--primary-dark); margin: 2.5rem 0 .875rem; padding-bottom: .4rem; border-bottom: 2px solid rgba(3,105,161,.15); }
.seo-text h2:first-child { margin-top: 0; }
.seo-text p { margin-bottom: 1rem; color: var(--gray-700); line-height: 1.8; font-size: .975rem; }
.seo-text ul { margin: .75rem 0 1rem 1.25rem; }
.seo-text li { margin-bottom: .6rem; line-height: 1.65; color: var(--gray-700); font-size: .975rem; }
.seo-text strong { color: var(--gray-900); }

/* LAYOUT WITH SIDEBAR */
.layout-with-sidebar { display: grid; grid-template-columns: 1fr 300px; gap: 3rem; align-items: start; }
.content-sidebar { position: sticky; top: 80px; }
.sidebar-related { background: var(--gray-50); border-radius: 1rem; padding: 1.25rem; border: 1px solid var(--gray-200); }
.sidebar-related strong { display: block; font-size: .875rem; font-weight: 700; color: var(--gray-900); }

/* FOOTER */
.footer { padding: 4rem 1.5rem 2rem; background: var(--gray-900); color: var(--gray-400); }
.footer-inner { max-width: 1280px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-logo { font-size: 1.35rem; font-weight: 800; color: #fff; margin-bottom: .875rem; }
.footer-logo span { color: var(--primary-light); }
.footer p { font-size: .875rem; line-height: 1.6; }
.footer h4 { color: #fff; font-weight: 600; margin-bottom: .875rem; font-size: .925rem; }
.footer-links { display: flex; flex-direction: column; gap: .4rem; }
.footer-link { font-size: .875rem; color: var(--gray-400); transition: color .2s; }
.footer-link:hover { color: #fff; }
.footer-bottom { padding-top: 2rem; border-top: 1px solid #1f2937; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .75rem; font-size: .8rem; }
.footer-docs { display: flex; gap: .75rem; flex-wrap: wrap; }

/* ANIMATIONS */
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .4; } }
.animate-pulse { animation: pulse 2s cubic-bezier(.4,0,.6,1) infinite; }
.card-hover { transition: all .3s ease; }
.card-hover:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,.1); }

/* TABLE */
.table-wrap { overflow-x: auto; }
.table { width: 100%; background: #fff; border-radius: 1rem; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
.table th { padding: 1rem; text-align: left; background: var(--primary); color: #fff; }
.table td { padding: .875rem 1rem; }
.table tbody tr { border-bottom: 1px solid var(--gray-100); }
.table tbody tr:nth-child(even) { background: var(--gray-50); }

/* RESPONSIVE */
@media (min-width: 768px) {
  .nav-links { display: flex; }
  .hero-stats { flex-wrap: nowrap; }
}
@media (max-width: 1024px) {
  .hero-content { grid-template-columns: 1fr; }
  .hero-image-wrap { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .layout-with-sidebar { grid-template-columns: 1fr; }
  .content-sidebar { position: static; }
}
@media (max-width: 640px) {
  .nav-links { display: none; }
  .hero { padding: 3rem 1rem; min-height: auto; }
  .section, .section-alt { padding: 3.5rem 1rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero-stats { gap: 1.5rem; }
  .cta-stats { flex-direction: column; align-items: center; }
}

/* ===== ДОПОЛНИТЕЛЬНЫЕ БЛОКИ ===== */

/* HERO дополнения */
.hero-content-split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; position: relative; z-index: 2; }
.hero-breadcrumb { display: inline-flex; align-items: center; gap: .5rem; font-size: .875rem; color: var(--gray-600); margin-bottom: 1.25rem; padding: .5rem 1rem; background: rgba(255,255,255,.6); border-radius: 999px; backdrop-filter: blur(8px); border: 1px solid var(--gray-200); }
.hero-breadcrumb a { color: var(--primary); font-weight: 500; }
.hero-breadcrumb a:hover { text-decoration: underline; }
.hero-sub { font-size: 1.125rem; color: var(--gray-700); margin: 1rem 0 1.75rem; line-height: 1.65; max-width: 620px; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; margin-top: 1.5rem; }
.hero-email {
  display: block; margin-top: 1.25rem;
  font-size: .95rem; color: #4b5563;
}
.hero-email a {
  color: #0c4a6e; font-weight: 700; text-decoration: none;
  border-bottom: 1px dashed rgba(3,105,161,.4);
  padding-bottom: 1px;
}
.hero-email a:hover { border-bottom-style: solid; color: #0c4a6e; }

/* Hero email card — крупный акцент на почте */
.hero-email-card {
  display: flex;
  flex-direction: column;
  gap: .4rem;
  margin-top: 1.75rem;
  padding: 1.25rem 1.5rem;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border: 2px solid #0369a1;
  border-radius: 14px;
  max-width: 540px;
  box-shadow: 0 8px 24px -10px rgba(3,105,161,.25);
}
.hero-email-label {
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #0c4a6e;
}
.hero-email-big {
  font-size: clamp(1.4rem, 3.2vw, 1.85rem);
  font-weight: 800;
  color: #0c4a6e !important;
  text-decoration: none;
  letter-spacing: -.01em;
  line-height: 1.15;
  word-break: break-all;
  transition: color .15s;
}
.hero-email-big:hover { color: #0c4a6e !important; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.hero-email-hint { font-size: .85rem; color: #4b5563; line-height: 1.45; }
@media (max-width: 640px) {
  .hero-email-card { padding: 1rem 1.1rem; }
}
.hero-img {
  width: 100%; height: auto; object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 25px 60px -15px rgba(20,83,45,.35);
  aspect-ratio: 4/3;
}
.animate-float { animation: float 6s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@media (max-width: 900px) {
  .hero-content-split { grid-template-columns: 1fr; gap: 2rem; }
  .hero-img { aspect-ratio: 16/10; }
}

/* SECTION оболочки */
.section-inner { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }
.section-sub { text-align: center; color: var(--gray-600); font-size: 1.05rem; max-width: 720px; margin: -.5rem auto 2.5rem; line-height: 1.6; }

/* КНОПКИ */
.btn-outline { background: transparent; color: var(--primary-dark); border: 2px solid var(--primary); padding: .85rem 1.75rem; border-radius: 10px; font-weight: 600; cursor: pointer; transition: all .25s; display: inline-flex; align-items: center; gap: .5rem; font-size: 1rem; }
.btn-outline:hover { background: var(--primary); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 20px -5px rgba(3,105,161,.3); }
.btn-submit { background: linear-gradient(135deg, var(--primary), var(--primary-light)); color: #fff; border: none; padding: 1rem 2rem; border-radius: 10px; font-weight: 700; font-size: 1rem; cursor: pointer; width: 100%; transition: all .25s; box-shadow: 0 8px 20px -5px rgba(3,105,161,.4); }
.btn-submit:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 12px 28px -8px rgba(3,105,161,.55); }
.btn-submit:disabled { opacity: .6; cursor: wait; }

/* ПРЕИМУЩЕСТВА (adv) */
.adv-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.adv-card { background: #fff; border: 1px solid var(--gray-200); border-radius: 16px; padding: 2rem 1.5rem; text-align: center; transition: all .3s; position: relative; overflow: hidden; }
.adv-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--primary), var(--primary-light)); transform: scaleX(0); transition: transform .3s; transform-origin: left; }
.adv-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px -15px rgba(0,0,0,.12); border-color: var(--primary-light); }
.adv-card:hover::before { transform: scaleX(1); }
.feature-title { font-size: 1.15rem; font-weight: 700; color: var(--gray-900); margin: .75rem 0 .5rem; }
.feature-text { font-size: .95rem; color: var(--gray-600); line-height: 1.55; }

/* ПРОЦЕСС (этапы) */
.process-step { background: #fff; border: 1px solid var(--gray-200); border-radius: 14px; padding: 1.75rem 1.25rem; text-align: center; position: relative; transition: all .3s; }
.process-step:hover { transform: translateY(-4px); border-color: var(--primary-light); box-shadow: 0 15px 35px -10px rgba(0,0,0,.1); }
.process-num { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--primary-light)); color: #fff; font-weight: 800; font-size: 1.25rem; margin-bottom: 1rem; box-shadow: 0 8px 18px -5px rgba(3,105,161,.4); }
.process-title { font-size: 1.05rem; font-weight: 700; color: var(--gray-900); margin-bottom: .5rem; }
.process-text { font-size: .9rem; color: var(--gray-600); line-height: 1.5; }

/* МАТЕРИАЛЫ */
.materials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.25rem; margin-top: 2rem; }
.mat-card { background: linear-gradient(135deg, #f9fafb, #fff); border: 1px solid var(--gray-200); border-radius: 14px; padding: 1.5rem; display: flex; flex-direction: column; gap: .5rem; transition: all .25s; }
.mat-card:hover { transform: translateY(-3px); border-color: var(--primary-light); box-shadow: 0 12px 28px -10px rgba(0,0,0,.1); }
.mat-icon { font-size: 2rem; margin-bottom: .35rem; }
.mat-title { font-weight: 700; color: var(--gray-900); font-size: 1.05rem; }
.mat-text { font-size: .9rem; color: var(--gray-600); line-height: 1.5; }

/* ОТЗЫВЫ */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.review-card { background: #fff; border: 1px solid var(--gray-200); border-radius: 16px; padding: 2rem 1.75rem; transition: all .3s; position: relative; }
.review-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -15px rgba(0,0,0,.12); border-color: var(--primary-light); }
.review-stars { color: #f59e0b; font-size: 1.1rem; letter-spacing: 2px; margin-bottom: 1rem; }
.review-text { color: var(--gray-700); line-height: 1.65; font-size: .98rem; margin-bottom: 1.25rem; font-style: italic; }
.review-author { font-weight: 700; color: var(--gray-900); font-size: 1rem; }
.review-company { font-size: .9rem; color: var(--gray-500); margin-top: .15rem; }

/* СТАТИСТИКА (о компании) */
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: center; margin-top: 2rem; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.about-stat { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff; padding: 1.75rem 1.25rem; border-radius: 14px; text-align: center; box-shadow: 0 12px 30px -10px rgba(3,105,161,.35); }
.about-stat-num { font-size: 2.25rem; font-weight: 800; line-height: 1; margin-bottom: .35rem; }
.about-stat-label { font-size: .85rem; opacity: .92; line-height: 1.35; }
.stats-bar { background: linear-gradient(135deg, var(--primary-dark), var(--primary)); padding: 3rem 0; color: #fff; }
.stats-bar-inner { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
.stats-bar .stat-num { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800; color: #fff; line-height: 1; margin-bottom: .5rem; letter-spacing: -0.02em; }
.stats-bar .stat-label { color: rgba(255,255,255,.85); font-size: .85rem; font-weight: 500; line-height: 1.4; }
.stat-num { font-size: 2.5rem; font-weight: 800; margin-bottom: .35rem; line-height: 1; }
@media (max-width: 800px) {
  .about-grid { grid-template-columns: 1fr; gap: 2rem; }
  .stats-bar-inner { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
}

/* SEO-блок с раскрытием */
.seo-block { position: relative; max-width: 920px; margin: 0 auto; }
.seo-content { font-size: 1rem; line-height: 1.75; color: var(--gray-700); max-height: 420px; overflow: hidden; transition: max-height .4s ease; }
.seo-content.open { max-height: 20000px; }
.seo-fade { position: absolute; left: 0; right: 0; bottom: 0; height: 180px; background: linear-gradient(to bottom, rgba(249,250,251,0) 0%, rgba(249,250,251,.85) 60%, #f9fafb 100%); pointer-events: none; }
.seo-content.open ~ .seo-fade, .seo-content.open + .seo-fade { display: none; }
.seo-show-btn { display: inline-flex; align-items: center; gap: .5rem; padding: .8rem 1.8rem; background: #fff; border: 2px solid #0369a1; color: #0c4a6e !important; border-radius: 9999px; font-weight: 700; cursor: pointer; transition: all .15s; box-shadow: 0 2px 8px rgba(3,105,161,.1); }
.seo-show-btn:hover { background: #0c4a6e; color: #fff !important; transform: translateY(-1px); box-shadow: 0 6px 16px rgba(3,105,161,.25); }
.seo-content { max-width: none; margin: 0; }
.seo-content h2 { font-size: 1.6rem; color: var(--gray-900); margin: 2rem 0 1rem; }
.seo-content h3 { font-size: 1.25rem; color: var(--gray-900); margin: 1.5rem 0 .75rem; }
.seo-content p { margin-bottom: 1rem; }
.seo-content ul, .seo-content ol { margin: 1rem 0 1rem 1.5rem; }
.seo-content li { margin-bottom: .5rem; }
.seo-content strong { color: var(--gray-900); }

/* ТАБЛИЦЫ */
.specs-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 24px -8px rgba(0,0,0,.08); margin-top: 1.5rem; }
.specs-table thead { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff; }
.specs-table th, .specs-table td { padding: .9rem 1rem; text-align: left; border-bottom: 1px solid var(--gray-200); font-size: .92rem; }
.specs-table tbody tr:hover { background: var(--gray-50); }
.specs-table tbody tr:last-child td { border-bottom: none; }

/* Таблица совместимости со станками */
.mtable-wrap { position: relative; margin: 1.5rem auto 0; max-width: 100%; }
.mtable-scroll { overflow-x: auto; border-radius: 12px; border: 1px solid var(--gray-200); }
.mtable { width: 100%; border-collapse: collapse; font-size: .91rem; }
.mtable thead tr { background: var(--primary); color: #fff; }
.mtable thead th { padding: .75rem 1rem; text-align: left; font-weight: 600; white-space: nowrap; }
.mtable tbody tr { border-bottom: 1px solid var(--gray-100); transition: background .15s; }
.mtable tbody tr:last-child { border-bottom: none; }
.mtable tbody tr:hover { background: var(--gray-50); }
.mtable tbody td { padding: .65rem 1rem; color: var(--gray-700); vertical-align: top; }
.mtable tbody td:first-child { font-weight: 600; color: var(--gray-900); white-space: nowrap; }
.mrow-hidden { display: none !important; }
.mtable-fade { position: absolute; bottom: 2.8rem; left: 0; right: 0; height: 60px;
  background: linear-gradient(to bottom, transparent, #fff); pointer-events: none; }
.mtable-btn { margin-top: .5rem; }
/* Главная таблица — компактнее для многих столбцов */
.mtable-main thead th, .mtable-main tbody td { padding: .55rem .7rem; font-size: .85rem; }
.mtable-main tbody td:first-child { font-weight: 700; white-space: nowrap; color: var(--gray-900); }
.mtable-main tbody td:not(:first-child) { text-align: center; color: var(--gray-600); }
.mtable-main tbody td[data-ok] { color: var(--primary); font-weight: 600; }
@media (max-width: 768px) {
  .mtable thead th, .mtable tbody td { padding: .55rem .7rem; font-size: .83rem; }
  .mtable tbody td:first-child { white-space: normal; }
}

/* FAQ */
.faq, .faq-list { display: flex; flex-direction: column; gap: 1rem; max-width: 820px; margin: 1.5rem auto 0; }
.faq-item, .faq details, .faq-list details { background: #fff; border: 1px solid var(--gray-200); border-radius: 12px; overflow: hidden; transition: border-color .2s; }
.faq-item:hover, .faq details:hover { border-color: var(--primary-light); }
.faq-q, .faq summary { padding: 1.1rem 1.5rem; font-weight: 600; cursor: pointer; background: none; border: none; width: 100%; text-align: left; font-size: 1rem; color: var(--gray-900); display: flex; justify-content: space-between; align-items: center; gap: 1rem; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq-a, .faq details > p { padding: 0 1.5rem 1.25rem; color: var(--gray-700); line-height: 1.65; font-size: .95rem; }
.faq details[open] .faq-toggle-plus, .faq-item.open .faq-toggle-plus { display: none; }
.faq-toggle-minus { display: none; }
.faq details[open] .faq-toggle-minus, .faq-item.open .faq-toggle-minus { display: inline; }
.faq-toggle { color: var(--primary); font-weight: 800; font-size: 1.25rem; flex-shrink: 0; }

/* CTA STRIP */
.cta-strip {
  background: linear-gradient(135deg, #0c4a6e 0%, #0369a1 50%, #0c4a6e 100%);
  padding: 4rem 2rem;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cta-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top left, rgba(255,255,255,.08), transparent 50%),
              radial-gradient(ellipse at bottom right, rgba(255,255,255,.06), transparent 50%);
  pointer-events: none;
}
.cta-strip > .container { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; }
.cta-strip h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; color: #fff; margin: 0 0 .75rem; letter-spacing: -0.02em; }
.cta-strip p { font-size: 1.05rem; color: rgba(255,255,255,.88); margin: 0 0 1.75rem; line-height: 1.5; }
.cta-strip-text { font-size: 1.35rem; font-weight: 700; color: #fff; margin: 0; }
.cta-strip-actions { display: flex; flex-direction: column; gap: 1.25rem; justify-content: center; align-items: center; flex-wrap: wrap; }
.cta-email-block {
  display: flex; flex-direction: column; align-items: center; gap: .5rem;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  padding: 1.5rem 2rem;
  backdrop-filter: blur(4px);
  max-width: 600px;
  width: 100%;
}
.cta-email-label {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .85rem;
  color: rgba(255,255,255,.85);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 600;
}
.cta-email-label::before { content: "✉"; font-size: 1.1rem; }
.cta-email-link {
  display: inline-flex; align-items: center; gap: .6rem;
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  font-weight: 800;
  color: #ffffff !important;
  text-decoration: none;
  letter-spacing: -.01em;
  border-bottom: 3px solid rgba(255,255,255,.4);
  padding: .15rem 0;
  transition: border-color .2s, transform .2s;
  word-break: break-all;
  text-align: center;
}
.cta-email-link:hover { border-bottom-color: #ffffff; transform: translateY(-2px); }
.cta-email-note { font-size: .9rem; color: rgba(255,255,255,.85); margin: 0; text-align: center; }
.cta-email-note b { color: #fff; font-weight: 700; }
.cta-btn-white {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .85rem 1.75rem;
  background: #ffffff; color: #0c4a6e !important;
  border: 2px solid #ffffff;
  border-radius: 9999px;
  font-weight: 700; font-size: .95rem;
  cursor: pointer;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 8px 22px -6px rgba(0,0,0,.3);
}
.cta-btn-white:hover { background: #f0f9ff; transform: translateY(-2px); box-shadow: 0 12px 28px -6px rgba(0,0,0,.4); }
.cta-btn-outline {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .85rem 1.75rem;
  background: transparent; color: #fff !important;
  border: 2px solid rgba(255,255,255,.6);
  border-radius: 9999px;
  font-weight: 600; font-size: .95rem;
  text-decoration: none;
  transition: all .2s;
}
.cta-btn-outline:hover { background: rgba(255,255,255,.12); border-color: #fff; transform: translateY(-2px); }
.cta-or { color: rgba(255,255,255,.7); font-size: .85rem; text-transform: uppercase; letter-spacing: .1em; }

/* МОДАЛЬНОЕ ОКНО */
.modal-overlay { position: fixed; inset: 0; background: rgba(15,23,42,.72); backdrop-filter: blur(6px); display: none; align-items: center; justify-content: center; z-index: 1000; padding: 1.5rem; opacity: 0; transition: opacity .25s; }
.modal-overlay.open { display: flex; opacity: 1; }
.modal-box { background: #fff; border-radius: 18px; max-width: 520px; width: 100%; max-height: 92vh; overflow-y: auto; padding: 2rem; position: relative; box-shadow: 0 30px 60px -15px rgba(0,0,0,.4); transform: translateY(20px); transition: transform .3s; }
.modal-overlay.open .modal-box { transform: translateY(0); }
.modal-close { position: absolute; top: 1rem; right: 1rem; background: var(--gray-100); border: none; width: 36px; height: 36px; border-radius: 50%; font-size: 1.5rem; cursor: pointer; color: var(--gray-700); line-height: 1; display: flex; align-items: center; justify-content: center; transition: all .2s; }
.modal-close:hover { background: var(--gray-200); color: var(--gray-900); transform: rotate(90deg); }
.modal-header { margin-bottom: 1.5rem; padding-right: 2rem; }
.modal-title { font-size: 1.5rem; font-weight: 700; color: var(--gray-900); margin-bottom: .5rem; }
.modal-sub { font-size: .95rem; color: var(--gray-600); line-height: 1.55; }

/* ФОРМА */
.form-group { margin-bottom: 1.15rem; }
.form-label { display: block; font-weight: 600; font-size: .9rem; color: var(--gray-700); margin-bottom: .4rem; }
.form-label .req { color: #dc2626; }
.form-input, .form-textarea { width: 100%; padding: .75rem 1rem; border: 1.5px solid var(--gray-200); border-radius: 10px; font-size: .95rem; font-family: inherit; transition: border-color .2s, box-shadow .2s; background: #fff; }
.form-input:focus, .form-textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(3,105,161,.15); }
.form-textarea { resize: vertical; min-height: 90px; }
.file-drop { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; width: 100%; padding: .85rem 1rem; border: 1.5px dashed var(--gray-400); border-radius: 10px; text-align: center; color: var(--gray-600); cursor: pointer; transition: all .2s; font-size: .92rem; line-height: 1.3; }
.file-drop:hover { border-color: var(--primary); color: var(--primary); background: rgba(3,105,161,.04); }
.file-drop svg { width: 20px; height: 20px; flex-shrink: 0; }
.form-note { font-size: .82rem; color: var(--gray-500); text-align: center; margin-top: .75rem; line-height: 1.45; }

/* SERVICE CARD доп */
.service-card-icon { width: 56px; height: 56px; border-radius: 12px; background: linear-gradient(135deg, var(--primary), var(--primary-light)); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 1rem; box-shadow: 0 8px 18px -5px rgba(3,105,161,.35); }

/* FOOTER доп */
.footer-heading { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 1rem; }

/* Ссылки-заголовки в карточках */
.feature-link { color: var(--gray-900); text-decoration: none; border-bottom: 2px solid transparent; transition: color .2s, border-color .2s; }
.feature-link:hover { color: var(--primary); border-bottom-color: var(--primary); }
.feature-more { display: inline-flex; align-items: center; gap: .25rem; color: var(--primary); font-weight: 600; font-size: .9rem; margin-top: 1rem; text-decoration: none; transition: gap .2s, color .2s; }
.feature-more:hover { color: var(--primary-dark); gap: .5rem; }
.feature-card h3 { margin: .75rem 0 .5rem; }
.service-card h3 { margin: .5rem 0 .5rem; }
.service-card h3 a { color: var(--gray-900); text-decoration: none; transition: color .2s; }
.service-card h3 a:hover { color: var(--primary); }

/* Модалка: убрать opacity-проблему — открыта только при .open */
.modal-overlay { opacity: 0; pointer-events: none; }
.modal-overlay.open { opacity: 1; pointer-events: auto; }

/* ===== СЕРВИС-КАРТОЧКИ ===== */
.service-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2rem; }
@media (min-width: 720px) { .service-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .service-grid { grid-template-columns: repeat(3, 1fr); } }
.feature-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2rem; }
@media (min-width: 720px) { .feature-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .feature-grid { grid-template-columns: repeat(3, 1fr); } }

.service-card, .feature-card {
  background: #ffffff !important;
  color: #111827 !important;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 1.75rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  text-align: center;
}
.service-card p, .feature-card p { text-align: center; }
.service-card .card-btn, .feature-card .card-btn { align-self: center; }
.service-card-icon, .feature-icon { margin-left: auto; margin-right: auto; }
.service-card:hover, .feature-card:hover {
  background: #ffffff !important;
  color: #111827 !important;
  transform: none;
  box-shadow: 0 0 0 2px #0369a1, 0 10px 24px -10px rgba(3,105,161,.18);
  border-color: #0369a1 !important;
}
.service-card:hover *, .feature-card:hover * {
  color: inherit;
}
.service-card:hover h3, .feature-card:hover h3,
.service-card:hover .card-title a, .feature-card:hover .card-title a { color: #0c4a6e !important; }
.service-card:hover p, .feature-card:hover p { color: #4b5563 !important; }
.card-title {
  font-size: 1.2rem; font-weight: 700;
  margin: .5rem 0 .5rem; line-height: 1.3;
  text-align: center;
}
.card-title a {
  color: #111827; text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.card-title a:hover {
  color: #0c4a6e;
  border-bottom-color: #0369a1;
}
.service-card p, .feature-card p {
  color: #4b5563; font-size: .92rem; line-height: 1.55;
  margin: 0 0 .25rem;
}
.card-btn {
  margin-top: auto;
  align-self: center;
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .65rem 1.4rem;
  background: #0c4a6e; color: #fff !important;
  border-radius: 9999px;
  font-weight: 600; font-size: .92rem;
  text-decoration: none;
  border: 2px solid #0c4a6e;
  transition: background .15s, color .15s, transform .15s, box-shadow .15s, border-color .15s;
  box-shadow: 0 4px 12px -2px rgba(3,105,161,.3);
}
.card-btn::after { content: "→"; transition: transform .15s; }
.card-btn:hover {
  background: #0c4a6e; color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px -3px rgba(3,105,161,.45);
}
.card-btn:hover::after { transform: translateX(3px); }

/* HERO теги */
.hero-meta { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.25rem 0 1.5rem; }
.hero-tag { font-size: .82rem; padding: .35rem .85rem; background: rgba(3,105,161,.08); color: var(--primary-dark); border-radius: 999px; font-weight: 600; border: 1px solid rgba(3,105,161,.18); }

/* ADV доп иконка */
.adv-icon { font-size: 2.2rem; margin-bottom: .5rem; line-height: 1; }
.adv-card h4 { font-size: 1.05rem; font-weight: 700; color: var(--gray-900); margin: .25rem 0 .35rem; }
.adv-card p { color: var(--gray-600); font-size: .92rem; line-height: 1.5; }

/* Что входит в стоимость */
.incl-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 1rem; margin-top: 2rem; }
.incl-card { display: flex; gap: .85rem; background: #fff; border: 1px solid var(--gray-200); border-radius: 12px; padding: 1.15rem 1.25rem; transition: all .25s; }
.incl-card:hover { border-color: var(--primary-light); transform: translateY(-2px); box-shadow: 0 12px 28px -10px rgba(0,0,0,.08); }
.incl-mark { flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--primary-light)); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: .9rem; }
.incl-card b { display: block; font-size: 1rem; color: var(--gray-900); margin-bottom: .2rem; }
.incl-card p { font-size: .88rem; color: var(--gray-600); line-height: 1.45; margin: 0; }

/* (старый .cta-strip перенесён выше) */

/* ===== ФУТЕР ПЕРЕЗАПИСАН ===== */
.footer { background: linear-gradient(180deg, #0f172a, #020617); color: #cbd5e1; padding: 4rem 0 1.5rem; margin-top: 4rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 2.5rem; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; gap: 1.75rem; } }
.footer-col { display: flex; flex-direction: column; gap: .25rem; }
.footer-about .footer-logo { font-size: 1.4rem; font-weight: 800; color: #fff; margin-bottom: 1rem; letter-spacing: -.5px; }
.footer-about .footer-logo span { color: var(--primary-light); }
.footer-desc { font-size: .92rem; line-height: 1.6; color: #cbd5e1; margin-bottom: .85rem; }
.footer-note { font-size: .82rem; color: #94a3b8; line-height: 1.5; }
.footer-heading { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: .5px; }
.footer-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .55rem; }
.footer-list a { color: #cbd5e1; font-size: .92rem; transition: color .2s; }
.footer-list a:hover { color: var(--primary-light); }
.footer-text { color: #94a3b8; font-size: .9rem; }
.footer-cta {
  margin-top: 1rem;
  align-self: flex-start;
  background: #0369a1 !important;
  color: #fff !important;
  border: 2px solid #0369a1;
  padding: .75rem 1.5rem !important;
  font-size: .95rem !important;
  box-shadow: 0 6px 16px -4px rgba(3,105,161,.45);
  transition: all .2s !important;
  cursor: pointer;
}
.footer-cta:hover {
  background: #fff !important;
  color: #0c4a6e !important;
  border-color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px -4px rgba(255,255,255,.25);
}
.footer-bottom { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: .82rem; color: #94a3b8; }

/* ===== ВОССТАНОВЛЕННЫЕ БЛОКИ В СТИЛЕ ОРИГИНАЛЬНОГО САЙТА ===== */

/* Таблица «Что изготавливаем» */
.catalog-table-wrap { max-width: 900px; margin: 0 auto; overflow-x: auto; }
.catalog-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,.06); }
.catalog-table thead { background: linear-gradient(135deg, #0c4a6e, #0369a1); color: #fff; }
.catalog-table th { padding: 1.1rem 1.5rem; text-align: left; font-weight: 600; font-size: .95rem; letter-spacing: .02em; }
.catalog-table td { padding: 1.1rem 1.5rem; border-top: 1px solid #e5e7eb; font-size: .95rem; color: #4b5563; }
.catalog-table tbody tr:hover { background: #f0f9ff; }
.catalog-table td:first-child { font-weight: 600; color: #0c4a6e; width: 30%; }
.catalog-table td:first-child a { color: #0c4a6e; text-decoration: none; border-bottom: 1px dashed transparent; transition: border-color .15s; }
.catalog-table td:first-child a:hover { border-bottom-color: #0369a1; }

/* Технические возможности */
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; max-width: 1100px; margin: 0 auto; }
.capability-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 1.75rem 1rem; text-align: center; transition: all .2s; box-shadow: 0 2px 8px rgba(0,0,0,.04); }
.capability-card:hover { border-color: #0369a1; box-shadow: 0 0 0 2px #0369a1, 0 10px 24px -10px rgba(3,105,161,.18); }
.cap-num { font-size: 2.2rem; font-weight: 800; color: #0c4a6e; line-height: 1; letter-spacing: -0.02em; }
.cap-unit { font-size: .8rem; color: #6b7280; margin-top: .35rem; text-transform: uppercase; letter-spacing: .05em; }
.cap-label { font-size: .92rem; color: #374151; margin-top: .75rem; font-weight: 500; }

/* Материалы — 3 тематических карточки */
.mat-cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 1100px; margin: 0 auto; }
.mat-cat-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 2rem 1.75rem; transition: all .2s; box-shadow: 0 2px 8px rgba(0,0,0,.04); }
.mat-cat-card:hover { border-color: #0369a1; box-shadow: 0 0 0 2px #0369a1, 0 12px 28px -12px rgba(3,105,161,.2); }
.mat-cat-icon { font-size: 2.2rem; margin-bottom: 1rem; display: inline-block; padding: .75rem; background: linear-gradient(135deg, #f0f9ff, #e0f2fe); border-radius: 12px; }
.mat-cat-card h3 { font-size: 1.2rem; font-weight: 700; color: #111827; margin-bottom: 1rem; text-align: left; }
.mat-cat-card ul { list-style: none; padding: 0; margin: 0; }
.mat-cat-card li { padding: .55rem 0; border-bottom: 1px dashed #e5e7eb; font-size: .92rem; color: #4b5563; }
.mat-cat-card li:last-child { border-bottom: none; }
.mat-cat-card li b { color: #0c4a6e; font-weight: 600; margin-right: .35rem; }

/* Парк оборудования */
.equip-table-wrap { max-width: 760px; margin: 0 auto; overflow-x: auto; }
.equip-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,.06); }
.equip-table td { padding: 1.05rem 1.5rem; border-top: 1px solid #e5e7eb; font-size: .95rem; color: #374151; }
.equip-table tr:first-child td { border-top: none; }
.equip-table td:last-child { text-align: right; color: #0c4a6e; white-space: nowrap; }
.equip-table tr:hover { background: #f9fafb; }

/* Реализованные проекты */
.cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 1200px; margin: 0 auto; }
.case-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 2rem 1.75rem; transition: all .2s; box-shadow: 0 2px 8px rgba(0,0,0,.04); display: flex; flex-direction: column; }
.case-card:hover { border-color: #0369a1; box-shadow: 0 0 0 2px #0369a1, 0 12px 28px -12px rgba(3,105,161,.2); transform: translateY(-3px); }
.case-industry { display: inline-block; background: linear-gradient(135deg, #f0f9ff, #e0f2fe); color: #0c4a6e; padding: .4rem .85rem; border-radius: 9999px; font-size: .82rem; font-weight: 600; margin-bottom: 1rem; align-self: flex-start; }
.case-card h3 { font-size: 1.15rem; font-weight: 700; color: #111827; margin-bottom: .75rem; text-align: left; }
.case-card p { color: #4b5563; font-size: .92rem; line-height: 1.55; margin-bottom: 1.25rem; text-align: left; flex: 1; }
.case-stats { display: flex; gap: 1.5rem; padding-top: 1rem; border-top: 1px solid #e5e7eb; }
.case-stats span { font-size: .85rem; color: #6b7280; }
.case-stats b { color: #0c4a6e; font-size: 1.05rem; font-weight: 800; margin-right: .35rem; }

/* Сертификация — список с маркерами */
.cert-list { list-style: none; padding: 0; margin: 0; }
.cert-list li { padding: .85rem 0 .85rem 2rem; position: relative; border-bottom: 1px solid #e5e7eb; font-size: .95rem; color: #374151; line-height: 1.5; }
.cert-list li:last-child { border-bottom: none; }
.cert-list li:before { content: "✓"; position: absolute; left: 0; top: .85rem; width: 1.4rem; height: 1.4rem; background: linear-gradient(135deg, #0369a1, #0c4a6e); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .75rem; font-weight: 700; }
.cert-list b { color: #0c4a6e; margin-right: .35rem; }

/* Что нужно для расчёта */
.checklist-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.25rem; max-width: 1200px; margin: 0 auto; }
.checklist-item { display: flex; gap: 1rem; background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 1.5rem 1.25rem; transition: all .2s; align-items: flex-start; text-align: left; }
.checklist-item:hover { border-color: #0369a1; box-shadow: 0 8px 20px -8px rgba(3,105,161,.15); }
.checklist-num { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, #0369a1, #0c4a6e); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.05rem; flex-shrink: 0; box-shadow: 0 4px 10px -2px rgba(3,105,161,.4); }
.checklist-item h4 { font-size: 1rem; font-weight: 700; color: #111827; margin: 0 0 .3rem; }
.checklist-item p { color: #6b7280; font-size: .88rem; line-height: 1.5; margin: 0; }

/* FAQ-аккордеон (универсальный, дополнение к существующим) */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-list .faq-item { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; margin-bottom: .75rem; overflow: hidden; transition: border-color .15s, box-shadow .15s; }
.faq-list .faq-item:hover { border-color: #0369a1; }
.faq-list .faq-q { width: 100%; padding: 1.1rem 1.5rem; background: transparent; border: none; text-align: left; font-size: 1rem; font-weight: 600; color: #111827; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; transition: background .15s; }
.faq-list .faq-q:hover { background: #f9fafb; }
.faq-list .faq-toggle { color: #0369a1; font-weight: 800; font-size: 1.5rem; line-height: 1; flex-shrink: 0; transition: transform .2s; }
.faq-list .faq-item.open .faq-toggle { transform: rotate(45deg); }
.faq-list .faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s ease; padding: 0 1.5rem; color: #4b5563; font-size: .94rem; line-height: 1.65; }
.faq-list .faq-item.open .faq-a { max-height: 600px; padding: 0 1.5rem 1.25rem; }

/* Mobile */
@media (max-width: 900px) {
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .mat-cat-grid, .cases-grid { grid-template-columns: 1fr; }
  .catalog-table th, .catalog-table td, .equip-table td { padding: .9rem 1rem; font-size: .88rem; }
}
