/* kontrakty-svo.ru - Основной CSS */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Rubik', -apple-system, sans-serif; background: #0a0c0a; color: #d9d4c9; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* Header */
.header { position: sticky; top: 0; z-index: 100; background: rgba(10,12,10,0.95); backdrop-filter: blur(12px); border-bottom: 2px solid rgba(124,138,59,0.3); }
.header .container { padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.logo { font-family: 'Roboto Condensed', sans-serif; font-weight: 900; font-size: 22px; text-transform: uppercase; color: #7c8a3b; letter-spacing: 2px; }
.nav { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.nav a { font-family: 'Roboto Condensed', sans-serif; font-size: 13px; color: #8a8e7a; text-transform: uppercase; letter-spacing: 2px; transition: color .2s; }
.nav a:hover { color: #7c8a3b; }
.phone { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 16px; color: #d9d4c9; }

/* Breadcrumb */
.breadcrumb { font-size: 13px; color: #6a6e5a; margin-bottom: 24px; padding: 24px 0 0; }
.breadcrumb a { color: #7c8a3b; }

/* Article */
.article { padding: 40px 0 60px; }
.article h1 { font-family: 'Roboto Condensed', sans-serif; font-size: 36px; font-weight: 900; text-transform: uppercase; line-height: 1.1; color: #d9d4c9; margin-bottom: 12px; }
.article .meta { color: #6a6e5a; font-size: 13px; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid rgba(124,138,59,0.1); }
.article .lead { font-size: 18px; color: #b0ac9e; margin-bottom: 32px; line-height: 1.7; }
.article .content { max-width: 800px; }
.article h2 { font-family: 'Roboto Condensed', sans-serif; font-size: 24px; font-weight: 700; text-transform: uppercase; color: #7c8a3b; margin: 40px 0 16px; letter-spacing: 1px; }
.article p { margin-bottom: 16px; color: #b0ac9e; font-size: 17px; line-height: 1.7; }
.article ul { margin: 20px 0 20px 24px; }
.article li { margin-bottom: 8px; color: #b0ac9e; font-size: 16px; line-height: 1.6; }

/* FAQ */
.faq { margin: 32px 0; }
.faq details { background: rgba(7,9,7,0.6); border: 1px solid rgba(124,138,59,0.1); margin-bottom: 8px; }
.faq summary { padding: 16px 20px; cursor: pointer; font-weight: 600; color: #d9d4c9; font-size: 16px; }
.faq summary:hover { background: rgba(124,138,59,0.04); }
.faq details[open] summary { background: rgba(124,138,59,0.06); }
.faq p { padding: 0 20px 16px; color: #8a8e7a; font-size: 14px; line-height: 1.6; margin: 0; }

/* CTA Block */
.cta-block { background: rgba(7,9,7,0.8); border: 1px solid rgba(124,138,59,0.15); padding: 28px 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin: 32px 0; border-radius: 4px; }
.cta-block h3 { font-family: 'Roboto Condensed', sans-serif; font-size: 18px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #d9d4c9; margin-bottom: 4px; }
.cta-block p { color: #8a8e7a; font-size: 14px; margin: 0; }

/* Buttons */
.btn-p, .btn-s {
    padding: 16px 40px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: none;
    transition: all .2s;
}
.btn-p { background: #7c8a3b; color: #0a0c0a; }
.btn-p:hover { background: #9aad47; }
.btn-s { background: transparent; border: 2px solid #7c8a3b; color: #d9d4c9; }
.btn-s:hover { background: rgba(124,138,59,0.1); }

/* Related */
.related { background: rgba(7,9,7,0.5); border: 1px solid rgba(124,138,59,0.1); padding: 20px 24px; margin: 32px auto; border-radius: 4px; text-align: center; max-width: 600px; }
.related h3 { font-family: 'Roboto Condensed', sans-serif; font-size: 14px; text-transform: uppercase; color: #7c8a3b; margin-bottom: 12px; letter-spacing: 1px; }
.related ul { list-style: none; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; padding: 0; }
.related li { margin: 0; }
.related a { color: #d9d4c9; padding: 8px 14px; border: 1px solid rgba(124,138,59,0.2); display: inline-block; font-size: 14px; }
.related a:hover { border-color: #7c8a3b; color: #7c8a3b; }

/* Footer */
.footer { background: #070907; border-top: 2px solid rgba(124,138,59,0.1); padding: 40px 0; margin-top: 60px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 32px; }
.footer h4 { font-family: 'Roboto Condensed', sans-serif; color: #7c8a3b; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; font-size: 14px; }
.footer p, .footer a { color: #6a6e5a; font-size: 14px; margin-bottom: 6px; display: block; }
.footer a:hover { color: #7c8a3b; }
.footer-bottom { border-top: 1px solid rgba(124,138,59,0.08); padding-top: 16px; margin-top: 24px; text-align: center; font-size: 11px; color: #5a5e5a; text-transform: uppercase; letter-spacing: 1px; }

/* Hero (for landing pages) */
.hero { position: relative; overflow: hidden; background: #070907; min-height: 80vh; display: flex; align-items: center; padding: 80px 0; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(270deg, rgba(7,9,7,0.02) 0%, rgba(7,9,7,0.08) 45%, rgba(7,9,7,0.3) 70%, rgba(7,9,7,0.55) 90%, rgba(7,9,7,0.62) 100%); }
.hero-grid { position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(124,138,59,0.04) 3px, rgba(124,138,59,0.04) 4px), repeating-linear-gradient(90deg, transparent, transparent 3px, rgba(124,138,59,0.04) 3px, rgba(124,138,59,0.04) 4px); pointer-events: none; }
.hero-radar { position: absolute; top: -20%; right: -10%; width: 800px; height: 800px; border-radius: 50%; border: 1px solid rgba(124,138,59,0.06); pointer-events: none; }
.hero-content { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 0 24px; width: 100%; }
.hero-right { max-width: 700px; margin-left: auto; }
.hero-label { display: inline-flex; align-items: center; gap: 8px; font-family: 'Roboto Condensed', sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; color: #7c8a3b; letter-spacing: 3px; border: 1px solid rgba(124,138,59,0.3); padding: 6px 14px; margin-bottom: 24px; }
.hero-label::before { content: ''; width: 6px; height: 6px; background: #7c8a3b; border-radius: 50%; }
.hero h1 { font-family: 'Anton', 'Oswald', sans-serif; font-size: clamp(40px, 6vw, 72px); font-weight: 400; letter-spacing: 1px; text-transform: uppercase; line-height: 1; margin-bottom: 16px; color: #d9d4c9; }
.hero h1 em { color: #7c8a3b; font-style: normal; }
.hero h2 { font-size: 18px; color: #8a8e7a; margin-bottom: 24px; max-width: 600px; line-height: 1.5; }
.hero-bullets { list-style: none; margin-bottom: 32px; }
.hero-bullets li { display: flex; gap: 12px; margin-bottom: 10px; color: #b0ac9e; font-size: 16px; align-items: flex-start; }
.hero-bullets li::before { content: '✓'; color: #7c8a3b; font-weight: 700; font-size: 18px; flex-shrink: 0; }
.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(124,138,59,0.2); margin-bottom: 24px; }
.hero-stat { padding: 16px; text-align: center; border-right: 1px solid rgba(124,138,59,0.1); }
.hero-stat:last-child { border-right: none; }
.hero-stat-n { font-family: 'Roboto Condensed', sans-serif; font-size: 22px; font-weight: 900; color: #7c8a3b; }
.hero-stat-l { font-size: 10px; text-transform: uppercase; color: #6a6e5a; letter-spacing: 1px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* Sections */
.section { padding: 60px 0; }
.section h2 { font-family: 'Roboto Condensed', sans-serif; font-size: 32px; font-weight: 900; text-transform: uppercase; color: #d9d4c9; text-align: center; margin-bottom: 32px; }
.section-dark { background: #0e100e; }
.section-darker { background: #070907; }

/* Cards */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { background: rgba(7,9,7,0.6); border: 1px solid rgba(124,138,59,0.1); padding: 24px; transition: all .2s; }
.card:hover { border-color: #7c8a3b; }
.card-tag { font-family: 'Roboto Condensed', sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; color: #7c8a3b; letter-spacing: 2px; margin-bottom: 8px; }
.card h3 { font-family: 'Roboto Condensed', sans-serif; font-size: 18px; font-weight: 700; text-transform: uppercase; color: #d9d4c9; margin-bottom: 8px; }
.card p { color: #8a8e7a; font-size: 14px; margin-bottom: 12px; line-height: 1.5; }
.card-price { font-family: 'Roboto Condensed', sans-serif; font-size: 16px; font-weight: 700; color: #7c8a3b; }
.card a { display: inline-block; margin-top: 12px; color: #7c8a3b; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; }

/* Trust */
.trust { background: #1a2a1a; padding: 32px 0; border-top: 1px solid rgba(124,138,59,0.1); border-bottom: 1px solid rgba(124,138,59,0.1); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.trust-item .icon { font-size: 28px; margin-bottom: 8px; }
.trust-item .title { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 16px; color: #d9d4c9; text-transform: uppercase; letter-spacing: 1px; }
.trust-item .text { font-size: 12px; color: #6a6e5a; margin-top: 4px; }

/* Process */
.process-grid { display: flex; flex-direction: column; gap: 12px; max-width: 800px; margin: 0 auto; }
.process-item { display: flex; gap: 16px; align-items: flex-start; background: rgba(7,9,7,0.6); border: 1px solid rgba(124,138,59,0.1); padding: 20px; }
.process-num { width: 40px; height: 40px; min-width: 40px; background: #7c8a3b; color: #0a0c0a; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Roboto Condensed', sans-serif; font-weight: 700; }
.process-item h3 { font-weight: 700; margin-bottom: 4px; color: #d9d4c9; }
.process-item p { color: #8a8e7a; font-size: 14px; }

/* Form */
.form-section { background: #070907 url('/avangard/static/images/form_bg.webp?v=1') center right / cover no-repeat; padding: 60px 0; position: relative; min-height: 500px; }
.form-section::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(7,9,7,0.55) 0%, rgba(7,9,7,0.5) 30%, rgba(7,9,7,0.55) 50%, rgba(7,9,7,0.7) 70%, rgba(7,9,7,0.85) 100%); z-index: 1; }
.form-wrap { max-width: 1200px; margin: 0 auto; padding: 0 32px; position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; min-height: 400px; }
.form-wrap > h2, .form-wrap > p:first-of-type { grid-column: 2; text-align: left; }
.form-wrap > .form { grid-column: 2; grid-row: 2; }
.form-content-left { grid-column: 1; grid-row: 1 / 3; }
.form-wrap h2 { font-family: 'Roboto Condensed', sans-serif; font-size: 32px; font-weight: 900; text-transform: uppercase; text-align: center; color: #d9d4c9; margin-bottom: 24px; }
.form-wrap h2 { font-family: 'Roboto Condensed', sans-serif; font-size: 32px; font-weight: 900; text-transform: uppercase; text-align: center; color: #d9d4c9; margin-bottom: 24px; }
.form { background: rgba(7,9,7,0.8); border: 1px solid rgba(124,138,59,0.15); padding: 32px; }
.form-grid { display: flex; flex-direction: column; gap: 14px; }
.form label { font-size: 12px; font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase; letter-spacing: 1px; color: #8a8e7a; display: block; margin-bottom: 4px; }
.form input, .form select { width: 100%; padding: 14px 16px; background: rgba(10,12,10,0.8); border: 1px solid rgba(124,138,59,0.2); font-family: 'Rubik', sans-serif; font-size: 15px; color: #d9d4c9; outline: none; }
.form input:focus, .form select:focus { border-color: #7c8a3b; }
.form input::placeholder { color: #5a5e5a; }
.form .consent { display: flex; gap: 8px; align-items: flex-start; font-size: 13px; color: #6a6e5a; }
.form .consent input { width: auto; margin-top: 3px; padding: 0; }
.form .consent a { color: #7c8a3b; }
.form .btn-submit { width: 100%; padding: 16px; background: #7c8a3b; color: #0a0c0a; border: none; font-family: 'Roboto Condensed', sans-serif; font-size: 16px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; cursor: pointer; }
.form .btn-submit:hover { background: #9aad47; }
.form .note { text-align: center; font-size: 11px; color: #5a5e5a; margin-top: 12px; text-transform: uppercase; letter-spacing: 1px; }

/* Stats */
.stats { padding: 40px 0; background: #0e100e; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat-num { font-family: 'Roboto Condensed', sans-serif; font-size: 42px; font-weight: 900; color: #7c8a3b; }
.stat-text { font-size: 12px; color: #8a8e7a; text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }

/* Responsive */
@media (max-width: 900px) {
    .cards { grid-template-columns: repeat(2, 1fr); }
    .hero-stats, .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr; gap: 20px; }
    .nav { gap: 12px; font-size: 11px; }
    .hero h1 { font-size: 32px; }
    .article h1 { font-size: 28px; }
}
@media (max-width: 600px) {
    .cards { grid-template-columns: 1fr; }
    .hero-stats, .stats-grid { grid-template-columns:1fr; }
    .hero-stat { border-right: none; border-bottom: 1px solid rgba(124,138,59,0.1); }
    .nav { display: none; }
    .header .container { padding: 12px 16px; }
    .logo { font-size: 18px; }
    .article h1 { font-size: 24px; }
    .article h2 { font-size: 20px; }
    .form { padding: 20px; }
}


/* ============================================================
   AVANGARD MILITARY 2.0 — брутальный милитари-редизайн
   ============================================================ */
:root {
  --olive: #7c8a3b;
  --olive-bright: #a8b85e;
  --olive-dim: rgba(124,138,59,.12);
  --dark: #0a0c0a;
  --panel: rgba(8,10,8,.82);
  --line: rgba(168,184,94,.28);
  --text-bright: #f2efe4;
  --font-display: 'Anton', 'Oswald', sans-serif;
  --font-body: 'Montserrat', 'Rubik', sans-serif;
  --font-label: 'Oswald', 'Roboto Condensed', sans-serif;
}

body { font-family: var(--font-body); background: #070907; }
h1, h2, h3, h4, .logo, .nav a, .btn-p, .btn-s, .card h3, .card-tag,
.stat-num, .section h2, .hero h1, .hero-label, .process-num,
.form label, .form .btn-submit, .footer h4, .cta-block h3, .article h1,
.article h2, .faq summary, .related h3 {
  font-family: var(--font-display);
}

/* ---------- HEADER: жёстче ---------- */
.header { background: rgba(7,9,7,.97); border-bottom: 1px solid var(--line); }
.logo { color: var(--olive-bright); letter-spacing: 3px; position: relative; }
.logo::after { content:''; position:absolute; left:0; bottom:-4px; width:100%; height:2px;
  background: linear-gradient(90deg, var(--olive-bright), transparent); }
.nav a { font-family: var(--font-label); font-size: 12.5px; letter-spacing: 2.5px; color: #b8b4a4; }
.nav a:hover { color: var(--olive-bright); text-shadow: 0 0 12px rgba(168,184,94,.5); }
.nav a.active, .nav a[aria-current] { color: var(--olive-bright); }

/* ---------- HERO: контраст и панель под текст ---------- */
.hero { min-height: 94vh; background: var(--dark); }
.hero-bg img { object-position: 70% 30%; }
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(7,9,7,0.02) 0%, rgba(7,9,7,0.06) 45%,
    rgba(7,9,7,0.28) 68%, rgba(7,9,7,0.55) 88%, rgba(7,9,7,0.62) 100%);
}
.hero-grid { opacity: .9; }
.hero-right {
  background: var(--panel);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  border-left: 4px solid var(--olive-bright);
  padding: 44px 44px 40px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 26px), calc(100% - 26px) 100%, 0 100%);
  box-shadow: 0 30px 80px rgba(0,0,0,.55);
  animation: heroIn .9s cubic-bezier(.2,.8,.2,1) both;
}
@keyframes heroIn { from { opacity:0; transform: translateY(30px); } to { opacity:1; transform: none; } }
.hero-label { border-color: rgba(168,184,94,.45); color: var(--olive-bright); letter-spacing: 4px; }
.hero h1 { color: var(--text-bright); text-shadow: 0 3px 30px rgba(0,0,0,.7); font-weight: 400; }
.hero h1 em, .hero h1 .gold { color: var(--olive-bright); }
.hero h2 { color: #d6d2c2; max-width: 640px; font-size: 17px; line-height: 1.65; text-shadow: 0 1px 12px rgba(0,0,0,.8); }
.hero-bullets li { color: #cfcbb9; }
.hero-bullets li::before { color: var(--olive-bright); }

/* ---------- КНОПКИ: скошенные, брутальные ---------- */
.btn-p, .btn-s { position: relative; clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px); }
.btn-p { background: linear-gradient(135deg, #9aad47, #6d7a34); letter-spacing: 3px; }
.btn-p:hover { background: linear-gradient(135deg, #b5c95a, #7c8a3b); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(168,184,94,.25); }
.btn-s { border: 1px solid var(--olive-bright); }
.btn-s:hover { background: rgba(168,184,94,.12); transform: translateY(-2px); }

/* ---------- ТИКЕР-ЛЕНТА ---------- */
.ticker { overflow: hidden; background: linear-gradient(90deg, #0d1109, #161c0c, #0d1109); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 12px 0; }
.ticker-track { display: flex; width: max-content; animation: tickerMove 30s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker span { font-family: var(--font-label); font-size: 13px; letter-spacing: 4px; text-transform: uppercase; color: #8a8e7a; white-space: nowrap; padding: 0 28px; }
.ticker span b { color: var(--olive-bright); font-weight: 400; }
@keyframes tickerMove { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- СЕКЦИИ: уголки ---------- */
.section { position: relative; }
.section::before {
  content:''; position:absolute; top:0; left:50%; transform: translateX(-50%);
  width: 120px; height: 3px; background: linear-gradient(90deg, transparent, var(--olive-bright), transparent);
  opacity: .6;
}
.section h2 { position: relative; display: inline-block; left: 50%; transform: translateX(-50%); }
.section h2::after { content:''; position:absolute; left:50%; bottom:-10px; transform: translateX(-50%); width: 60px; height: 2px; background: var(--olive-bright); }
.section h2 .tag { display:block; font-family: var(--font-label); font-size: 11px; letter-spacing: 4px; color: #6a6e5a; text-transform: uppercase; margin-bottom: 8px; }

/* ---------- КАРТОЧКИ: рельеф, glow, подъём ---------- */
.cards { gap: 22px; }
.card {
  background: linear-gradient(160deg, rgba(14,17,13,.9), rgba(7,9,7,.85));
  border: 1px solid rgba(168,184,94,.14);
  clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
  position: relative; transition: transform .25s ease, border-color .25s, box-shadow .25s;
}
.card::before {
  content:''; position:absolute; top:0; left:0; right:0; height:2px;
  background: linear-gradient(90deg, transparent, rgba(168,184,94,.5), transparent);
  opacity: 0; transition: opacity .25s;
}
.card:hover { transform: translateY(-6px); border-color: rgba(168,184,94,.5); box-shadow: 0 18px 50px rgba(0,0,0,.5), 0 0 30px rgba(168,184,94,.07); }
.card:hover::before { opacity: 1; }
.card-tag { color: var(--olive-bright); letter-spacing: 3px; }
.card h3 { color: var(--text-bright); }
.card p { color: #a5a191; }
.card-price { color: var(--olive-bright); font-size: 17px; }

/* ---------- TRUST-полоса ---------- */
.trust { background: linear-gradient(180deg, #0e120b, #13180d); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-item .title { color: var(--text-bright); }
.trust-item .icon { filter: drop-shadow(0 0 8px rgba(168,184,94,.3)); }

/* ---------- PROCESS: милитари-таймлайн ---------- */
.process-item { border-left: 3px solid var(--olive); background: rgba(7,9,7,.7); }
.process-num { background: var(--olive-bright); box-shadow: 0 0 20px rgba(168,184,94,.35); }
.process-item h3 { color: var(--text-bright); font-weight: 400; }

/* ---------- FAQ: брутальный ---------- */
.faq details { border: 1px solid rgba(168,184,94,.16); background: rgba(7,9,7,.75); border-left: 3px solid var(--olive); transition: border-color .2s; }
.faq details[open] { border-color: rgba(168,184,94,.45); }
.faq summary { font-family: var(--font-label); letter-spacing: 1px; color: var(--text-bright); }
.faq summary::marker { color: var(--olive-bright); }
.faq p { color: #a5a191; }

/* ---------- ФОРМА ---------- */
.form-section::before { background: linear-gradient(90deg, rgba(7,9,7,.9), rgba(7,9,7,.75) 45%, rgba(7,9,7,.6)); }
.form {
  background: var(--panel); backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
  box-shadow: 0 25px 70px rgba(0,0,0,.5);
}
.form label { color: #b8b4a4; letter-spacing: 2px; }
.form input, .form select {
  background: rgba(10,12,10,.9); border: 1px solid rgba(168,184,94,.2);
  border-radius: 0; transition: border-color .2s, box-shadow .2s;
}
.form input:focus, .form select:focus { border-color: var(--olive-bright); box-shadow: 0 0 0 3px rgba(168,184,94,.12); }
.form .btn-submit { background: linear-gradient(135deg, #9aad47, #6d7a34); letter-spacing: 3px; clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px); }
.form .btn-submit:hover { background: linear-gradient(135deg, #b5c95a, #7c8a3b); }

/* ---------- CTA блок ---------- */
.cta-block { border: 1px solid var(--line); border-left: 4px solid var(--olive-bright); background: var(--panel); clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px); }

/* ---------- АНИМАЦИИ: reveal при скролле ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.8,.2,1); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Hero ken-burns ---------- */
@keyframes kenburns { from { transform: scale(1.02); } to { transform: scale(1.12); } }
.hero-bg img { animation: kenburns 22s ease-in-out infinite alternate; }

/* ---------- Камуфляжные пятна (декор) ---------- */
.camo {
  position: fixed; inset: 0; pointer-events: none; z-index: 1; opacity: .35;
  background:
    radial-gradient(ellipse 40% 30% at 12% 18%, rgba(124,138,59,.06), transparent 70%),
    radial-gradient(ellipse 30% 26% at 82% 30%, rgba(72,82,40,.08), transparent 70%),
    radial-gradient(ellipse 34% 28% at 70% 78%, rgba(124,138,59,.05), transparent 70%),
    radial-gradient(ellipse 26% 22% at 25% 85%, rgba(52,60,28,.08), transparent 70%);
}

/* ---------- СКОС НИЗА HERO (шеврон) ---------- */
.hero::after {
  content:''; position:absolute; left:0; right:0; bottom:-1px; height: 70px; z-index:3;
  background: linear-gradient(160deg, transparent 55%, #070907 55.5%);
}

/* ---------- RESPONSIVE: hero-right ---------- */
@media (max-width: 900px) {
  .hero-right { padding: 28px 24px; margin-left: 0; }
  .hero-overlay { background: linear-gradient(180deg, rgba(7,9,7,.4), rgba(7,9,7,.18)); }
  .hero-bg img { object-position: 60% 20%; }
  .ticker span { letter-spacing: 2px; padding: 0 16px; font-size: 11px; }
}
@media (max-width: 600px) {
  .hero { min-height: 88vh; }
  .hero-right { border-left: 3px solid var(--olive-bright); }
  .section h2 { font-size: 24px; }
}

/* No-break amounts + brutal headings */
.np, h1 em, .hero-stat-n { white-space: nowrap; }
.hero h1, .section h2, .article h1, .card h3 { letter-spacing: 1px; }

/* Article pages: no camo overlay over text, tighter H1 */
.article .camo { display: none; }
.article h1 { font-size: clamp(26px, 3.5vw, 38px); line-height: 1.15; }
.article h2 { margin: 36px 0 14px; }
.article .meta { margin-bottom: 20px; }
.article .lead { font-size: 17px; margin-bottom: 24px; }


/* ============================================================
   OFFER BLOCK — психологический оффер вместо формы
   ============================================================ */
.offer-section {
  background: url('/avangard/static/images/offer_hero.webp') center center / cover no-repeat, linear-gradient(160deg, #0b0e09 0%, #13180c 55%, #0b0e09 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.offer-section::before {
  content:''; position:absolute; inset:0; pointer-events:none; opacity:.5;
  background:
    radial-gradient(ellipse 50% 60% at 85% 20%, rgba(168,184,94,.10), transparent 65%),
    radial-gradient(ellipse 40% 50% at 10% 85%, rgba(124,138,59,.08), transparent 60%);
}
.offer-wrap {
  position: relative; z-index: 2;
  max-width: 900px; margin: 0 auto; text-align: center;
  background: rgba(8,10,8,.75);
  border: 1px solid rgba(168,184,94,.25);
  border-top: 3px solid var(--olive-bright);
  padding: 56px 48px;
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  box-shadow: 0 30px 90px rgba(0,0,0,.55);
}
.offer-tag {
  font-family: var(--font-label); font-size: 12px; letter-spacing: 5px;
  text-transform: uppercase; color: var(--olive-bright);
  margin-bottom: 18px; display: inline-block;
  border: 1px solid rgba(168,184,94,.4); padding: 6px 18px;
}
.offer-title {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(26px, 4vw, 42px); line-height: 1.15;
  color: var(--text-bright); text-transform: uppercase; margin-bottom: 20px;
}
.offer-title b { color: var(--olive-bright); font-weight: 400; }
.offer-sub {
  font-size: 17px; color: #cfcbb9; line-height: 1.65;
  max-width: 640px; margin: 0 auto 28px;
}
.offer-points {
  list-style: none; display: flex; flex-direction: column; gap: 12px;
  max-width: 560px; margin: 0 auto 36px; text-align: left;
}
.offer-points li {
  display: flex; gap: 12px; align-items: flex-start;
  color: #d6d2c2; font-size: 15px; line-height: 1.5;
}
.offer-points li::before {
  content:'▸'; color: var(--olive-bright); font-size: 18px; flex-shrink: 0;
}
.offer-cta {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 20px 56px;
  font-family: var(--font-display); font-size: 19px;
  letter-spacing: 4px; text-transform: uppercase;
  color: #0a0c0a; cursor: pointer; border: none;
  background: linear-gradient(135deg, #b5c95a, #7c8a3b);
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  position: relative;
  transition: transform .2s, box-shadow .2s;
  animation: ctaPulse 2.2s ease-in-out infinite;
  text-decoration: none;
}
.offer-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 50px rgba(168,184,94,.35);
}
@keyframes ctaPulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(168,184,94,.35); }
  50% { box-shadow: 0 0 0 16px rgba(168,184,94,0); }
}
.offer-cta .ico { font-size: 22px; }
.offer-note {
  margin-top: 18px; font-family: var(--font-label);
  font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
  color: #6a6e5a;
}
@media (max-width: 600px) {
  .offer-wrap { padding: 40px 22px; }
  .offer-cta { padding: 16px 32px; font-size: 16px; width: 100%; justify-content: center; }
}


/* ===== OFFER 2.0 FINAL (hero bg, centered, big button) ===== */
.offer-section::before {
  content:''; position:absolute; inset:0; z-index:1; pointer-events:none;
  background:
    linear-gradient(180deg, rgba(7,9,7,0.30) 0%, rgba(7,9,7,0.12) 35%, rgba(7,9,7,0.22) 100%),
    radial-gradient(ellipse 55% 70% at 50% 50%, rgba(7,9,7,0.55), transparent 70%);
}
.offer-wrap {
  position: relative; z-index: 2;
  max-width: 820px; margin: 0 auto; text-align: center;
  background: rgba(8,10,8,0.82);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(212,168,83,0.35);
  border-top: 4px solid var(--olive-bright);
  border-bottom: 4px solid rgba(212,168,83,0.25);
  padding: 60px 56px;
  clip-path: polygon(24px 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%, 0 24px);
  box-shadow: 0 40px 120px rgba(0,0,0,0.7);
}
.offer-tag {
  font-family: var(--font-label); font-size: 13px; letter-spacing: 6px;
  text-transform: uppercase; color: #ffd98a;
  margin-bottom: 20px; display: inline-block;
  border: 1px solid rgba(255,217,138,0.45); padding: 8px 22px;
  background: rgba(7,9,7,0.4);
}
.offer-title {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(28px, 4.2vw, 46px); line-height: 1.12;
  color: var(--text-bright); text-transform: uppercase; margin-bottom: 22px;
  text-shadow: 0 4px 30px rgba(0,0,0,0.6);
}
.offer-title b { color: #ffd98a; font-weight: 400; }
.offer-sub {
  font-size: 17px; color: #e8e4d8; line-height: 1.65;
  max-width: 620px; margin: 0 auto 30px;
}
.offer-points { max-width: 580px; margin: 0 auto 40px; }
.offer-points li { color: #e8e4d8; font-size: 15.5px; }
.offer-points li::before { color: #ffd98a; font-size: 20px; }
.offer-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 16px;
  padding: 24px 84px;
  font-family: var(--font-display); font-size: 24px;
  letter-spacing: 6px; text-transform: uppercase;
  color: #0a0c0a; cursor: pointer; border: none;
  background: linear-gradient(135deg, #ffd98a 0%, #d4a853 50%, #9aad47 100%);
  clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
  position: relative;
  transition: transform .25s, box-shadow .25s, filter .25s;
  animation: ctaPulse 2.2s ease-in-out infinite;
  text-decoration: none;
  box-shadow: 0 12px 50px rgba(212,168,83,0.45);
}
.offer-cta:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 22px 80px rgba(255,217,138,0.55);
  filter: brightness(1.1);
}
.offer-note {
  margin-top: 22px; font-family: var(--font-label);
  font-size: 13px; letter-spacing: 3px; text-transform: uppercase;
  color: rgba(232,228,216,0.75);
}
@keyframes ctaPulse2 {
  0%,100% { box-shadow: 0 12px 50px rgba(212,168,83,0.45); }
  50% { box-shadow: 0 12px 70px rgba(255,217,138,0.65); }
}
.offer-cta { animation-name: ctaPulse2; }


/* ===== FAQ 2.0 — карточки, плюс-индикатор, читаемость ===== */
.faq {
  display: flex; flex-direction: column; gap: 10px;
}
.faq details {
  background: linear-gradient(160deg, rgba(14,17,13,0.95), rgba(7,9,7,0.9));
  border: 1px solid rgba(168,184,94,0.18);
  border-left: 3px solid var(--olive);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s, transform .2s;
  margin-bottom: 0;
}
.faq details:hover {
  border-color: rgba(168,184,94,0.4);
  box-shadow: 0 6px 24px rgba(0,0,0,0.4);
  transform: translateX(3px);
}
.faq details[open] {
  border-color: rgba(168,184,94,0.5);
  box-shadow: 0 8px 30px rgba(0,0,0,0.45);
}
.faq summary {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  cursor: pointer; font-weight: 600;
  color: var(--text-bright);
  font-size: 16px;
  list-style: none;
  user-select: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  flex-shrink: 0;
  width: 30px; height: 30px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 8px;
  background: rgba(168,184,94,0.12);
  border: 1px solid rgba(168,184,94,0.35);
  color: var(--olive-bright);
  font-size: 22px; font-weight: 400; line-height: 1;
  transition: transform .25s, background .25s, color .25s;
}
.faq details[open] summary::after {
  transform: rotate(45deg);
  background: var(--olive-bright);
  color: #0a0c0a;
}
.faq details[open] summary {
  background: rgba(168,184,94,0.05);
  border-bottom: 1px solid rgba(168,184,94,0.12);
}
.faq p {
  padding: 18px 22px;
  color: #b8b4a4;
  font-size: 15px; line-height: 1.7;
  margin: 0;
}


/* ===== Контентные секции: ограничение ширины текста ===== */
/* Прямые абзацы и списки в .section не растягиваются на весь контейнер */
.section .container > p,
.section .container > ul:not([class]),
.section .container > ol:not([class]) {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  color: #b0ac9e;
  line-height: 1.7;
  font-size: 16px;
}
.section .container > ul:not([class]) {
  padding-left: 24px;
}
.section .container > ul:not([class]) li {
  margin-bottom: 8px;
  color: #b0ac9e;
  font-size: 16px;
  line-height: 1.6;
}
.section .container > ul:not([class]) li strong {
  color: #d9d4c9;
}
/* Списки с inline-структурой внутри секций (не карточки) */
.section .container > ul:not([class]):not(.cards):not(.process-grid):not(.hero-bullets):not(.offer-points) {
  padding-left: 24px;
}


/* FAQ summary cursor pointer */
.faq summary { cursor: pointer; }
.faq details summary { cursor: pointer; }


/* Global: cursor pointer on ALL FAQ details summaries (with or without .faq class) */
details summary { cursor: pointer; }

/* Sticky CTA - CRO 20260826 */
.sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:999;display:flex;gap:10px;padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:rgba(10,12,10,.96);border-top:1px solid rgba(168,184,94,.3);transform:translateY(110%);transition:transform .3s ease;backdrop-filter:blur(8px)}.sticky-cta .btn-p{flex:1;text-align:center;text-decoration:none;font-weight:700}.sticky-cta .btn-s{display:inline-flex;align-items:center;justify-content:center;min-width:56px;text-decoration:none;font-size:20px}.sticky-cta a{font-family:var(--font-display,'Anton',sans-serif);letter-spacing:1px}@media(min-width:768px){.sticky-cta{display:none}}
