/* Веб-Советник — стили страницы (перенесены 1:1 из оригинала: base, hover, keyframes) */
.sc-placeholder { background: color-mix(in srgb, currentcolor 8%, transparent); border: 1px solid color-mix(in srgb, currentcolor, transparent); border-radius: 2px; box-sizing: border-box; overflow: hidden; }
@keyframes sc-shine { 
  0% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
html.sc-dc-streaming .sc-placeholder, html.sc-dc-streaming .sc-interp.sc-missing { position: relative; background: color-mix(in srgb, currentcolor 5%, transparent); border-color: transparent; }
html.sc-dc-streaming .sc-placeholder::before, html.sc-dc-streaming .sc-interp.sc-missing::before { content: ""; position: absolute; inset: 0px; pointer-events: none; background: linear-gradient(90deg, rgba(217, 119, 87, 0) 25%, rgba(247, 225, 211, 0.95) 37%, rgba(217, 119, 87, 0) 63%) 0% 0% / 400% 100%; animation: 1.4s ease 0s infinite normal none running sc-shine; }
html.sc-dc-streaming .sc-placeholder:nth-child(n+9 of .sc-placeholder)::before, html.sc-dc-streaming .sc-interp.sc-missing:nth-child(n+9 of .sc-interp.sc-missing)::before { animation: auto ease 0s 1 normal none running none; background: color-mix(in srgb, currentcolor 8%, transparent); }
.sc-placeholder-error { padding: 4px 8px; font: 11px / 1.4 ui-monospace, monospace; color: color-mix(in srgb, currentcolor 70%, transparent); word-break: break-word; }
.sc-interp.sc-missing { display: inline-block; width: 2em; height: 1em; overflow: hidden; vertical-align: text-bottom; background: rgba(255, 255, 255, 0.3); border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 2px; box-sizing: border-box; color: transparent; user-select: none; }
.sc-interp.sc-unresolved { font-family: ui-monospace, monospace; font-size: 0.85em; color: color-mix(in srgb, currentcolor, transparent); background: color-mix(in srgb, currentcolor 10%, transparent); border-radius: 3px; padding: 0px 3px; }
.sc-host.sc-has-error { position: relative; }
.sc-logic-error { position: absolute; top: 8px; left: 8px; z-index: 2147483647; max-width: 60ch; padding: 6px 10px; background: rgb(176, 0, 32); color: rgb(255, 255, 255); font: 12px / 1.4 ui-monospace, monospace; border-radius: 4px; white-space: pre-wrap; pointer-events: none; }
@media print {
  @page { margin: 0.5cm; }
  figure, table { break-inside: avoid; }
  #dc-root, #dc-root > .sc-host { height: auto; }
  *, ::before, ::after { print-color-adjust: exact; backdrop-filter: none !important; animation-delay: -99s !important; animation-duration: 0.001s !important; animation-iteration-count: 1 !important; animation-fill-mode: both !important; animation-play-state: running !important; transition-duration: 0s !important; }
}
x-dc { display: none !important; }
.hover-brand:hover { color: rgb(42, 177, 235) !important; }
.hover-lift-primary:hover { background: rgb(75, 119, 214) !important; transform: translateY(-2px) !important; box-shadow: rgba(75, 119, 214, 0.48) 0px 14px 32px !important; }
.hover-outline:hover { border-color: rgb(42, 177, 235) !important; color: rgb(42, 177, 235) !important; transform: translateY(-2px) !important; box-shadow: rgba(42, 177, 235, 0.12) 0px 8px 24px !important; }
.hover-lift:hover { transform: translateY(-6px) !important; }
.hover-lift-lg:hover { transform: translateY(-7px) !important; box-shadow: rgba(42, 177, 235, 0.22) 0px 16px 48px, rgba(6, 58, 169, 0.1) 0px 4px 16px !important; }
.hover-nudge:hover { gap: 9px !important; }
.hover-outline-sm:hover { border-color: rgb(42, 177, 235) !important; color: rgb(42, 177, 235) !important; transform: translateY(-2px) !important; }
.hover-outline-bg:hover { border-color: rgb(42, 177, 235) !important; color: rgb(42, 177, 235) !important; background: rgba(42, 177, 235, 0.06) !important; }
.hover-bright:hover { filter: brightness(1.08) !important; }
.hover-raise:hover { background: rgba(255, 255, 255, 0.88) !important; transform: translateY(-2px) !important; }
.hover-white:hover { color: rgb(255, 255, 255) !important; }
html, body { margin: 0px; }
#dc-root, #dc-root > .sc-host { height: auto; min-height: 100%; }
html { scroll-behavior: smooth; }
body { margin: 0px; font-family: Montserrat, system-ui, -apple-system, sans-serif; background: rgb(245, 251, 255); color: rgb(10, 22, 40); -webkit-font-smoothing: antialiased; line-height: 1.6; }
a { color: rgb(42, 177, 235); text-decoration: none; }
a:hover { color: rgb(75, 119, 214); }
button { font-family: inherit; }
img { max-width: 100%; display: block; }
@keyframes blb { 
  0%, 100% { transform: translate(0px, 0px) scale(1); }
  33% { transform: translate(22px, -18px) scale(1.05); }
  66% { transform: translate(-12px, 14px) scale(0.97); }
}
@keyframes fadeUp { 
  0% { opacity: 0; transform: translateY(18px); }
  100% { opacity: 1; transform: translateY(0px); }
}


/* ==== Компоненты (вынесено из инлайновых стилей, вид не меняется) ==== */
.card-pad { padding: 28px; flex: 1 1 0%; display: flex; flex-direction: column; }
.eyebrow { display: inline-block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgb(42, 177, 235); margin-bottom: 14px; }
.carousel-btn { width: 38px; height: 38px; border-radius: 50%; border: 1.5px solid rgb(231, 237, 245); background: rgb(255, 255, 255); display: flex; align-items: center; justify-content: center; color: rgb(91, 107, 140); cursor: pointer; transition: border-color 0.2s, color 0.2s, background 0.2s; }
.section-soft { padding: 120px 0px; background: rgb(232, 245, 255); }
.card-link { margin-top: auto; padding-top: 14px; display: inline-flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 600; color: rgb(42, 177, 235); transition: gap 0.15s; }
.card-title { font-size: 17px; font-weight: 700; line-height: 1.3; letter-spacing: -0.02em; color: rgb(10, 22, 40); margin: 0px 0px 10px; }
.card-desc { font-size: 14px; color: rgb(91, 107, 140); margin-bottom: 18px; }
.card-title-lg { font-size: 18px; font-weight: 700; letter-spacing: -0.02em; color: rgb(10, 22, 40); margin: 0px 0px 8px; }
.metric { font-size: 36px; font-weight: 800; letter-spacing: -0.02em; color: rgb(10, 22, 40); line-height: 1; margin-bottom: 6px; }
.carousel-dot { width: 8px; height: 8px; border-radius: 50%; border: none; padding: 0px; cursor: pointer; transition: background 0.2s, transform 0.2s; background: rgba(42, 177, 235, 0.25); transform: none; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.feature-card { background: rgb(255, 255, 255); border: 1px solid rgb(231, 237, 245); border-radius: 24px; overflow: hidden; box-shadow: rgba(6, 58, 169, 0.07) 0px 4px 32px; display: flex; flex-direction: column; transition: opacity 0.6s, transform 0.6s; opacity: 1; transform: none; }
.pill { align-self: flex-start; display: inline-flex; align-items: center; gap: 7px; padding: 10px 20px; border-radius: 12px; font-size: 13px; font-weight: 600; color: rgb(10, 22, 40); border: 2px solid rgb(231, 237, 245); transition: border-color 0.18s, color 0.18s, transform 0.18s; }
.container { max-width: 1320px; margin: 0px auto; padding: 0px 32px; }
.step-sub { font-size: 12.5px; font-weight: 600; line-height: 1.3; transition: color 0.25s; color: rgb(10, 22, 40); }
.cta-check { display: flex; align-items: center; gap: 12px; font-size: 14px; color: rgba(255, 255, 255, 0.82); }
.step-arrow { flex-shrink: 0; display: flex; align-items: center; padding-top: 35px; }
.text-sm { font-size: 13px; line-height: 1.6; color: rgb(91, 107, 140); margin: 0px; text-wrap: pretty; }
.faq-answer { padding: 0px 24px 20px; font-size: 14px; color: rgb(91, 107, 140); line-height: 1.75; text-wrap: pretty; }
.faq-answer-box { overflow: hidden; transition: max-height 0.35s; max-height: 0px; }
.faq-head { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; gap: 14px; user-select: none; }
.faq-item { background: rgb(255, 255, 255); border: 1px solid rgb(231, 237, 245); border-radius: 16px; overflow: hidden; cursor: pointer; transition: border-color 0.2s, box-shadow 0.2s; box-shadow: none; }
.faq-q { font-size: 15px; font-weight: 600; color: rgb(10, 22, 40); line-height: 1.4; }
.faq-toggle { width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; line-height: 1; font-weight: 700; transition: transform 0.25s, background 0.2s, color 0.2s; background: rgb(232, 245, 255); color: rgb(75, 119, 214); transform: rotate(0deg); }
.feature-icon { color: rgb(42, 177, 235); flex-shrink: 0; }
.block-head { margin-bottom: 52px; opacity: 1; transform: none; transition: opacity 0.6s, transform 0.6s; }
.feature-row { display: flex; gap: 8px; align-items: flex-start; font-size: 13px; line-height: 1.6; color: rgb(91, 107, 140); }
.card-link-top { margin-top: 14px; display: inline-flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 600; color: rgb(42, 177, 235); transition: gap 0.15s; }
.nav-link { font-size: 14px; font-weight: 500; color: rgb(10, 22, 40); transition: color 0.15s; }
.foot-link { font-size: 13px; color: rgba(255, 255, 255, 0.55); transition: color 0.15s; }
.section-title { font-size: clamp(28px, 3vw, 40px); font-weight: 700; line-height: 1.18; letter-spacing: -0.025em; color: rgb(10, 22, 40); max-width: 720px; margin: 0px; text-wrap: pretty; }
.muted-lead { font-size: 14px; line-height: 1.65; color: rgb(91, 107, 140); margin: 0px; text-wrap: pretty; }
.step { display: flex; flex-direction: column; align-items: center; gap: 16px; flex-shrink: 0; min-width: 118px; max-width: 148px; cursor: pointer; }
.feature-card-b { background: rgb(255, 255, 255); border: 1px solid rgb(231, 237, 245); border-radius: 24px; overflow: hidden; box-shadow: rgba(6, 58, 169, 0.07) 0px 4px 32px; display: flex; flex-direction: column; transition: opacity 0.6s 110ms, transform 0.6s 110ms; opacity: 1; transform: none; }
.check-box { width: 20px; height: 20px; border-radius: 6px; background: rgba(42, 177, 235, 0.3); border: 1px solid rgba(42, 177, 235, 0.5); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.card-pad-sm { padding: 24px; flex: 1 1 0%; display: flex; flex-direction: column; }
.feature-list { list-style: none; margin: 0px 0px 20px; padding: 0px; display: grid; gap: 6px; flex: 1 1 0%; }
.step-body { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 2px; }
.step-circle { width: 72px; height: 72px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 2px solid rgba(42, 177, 235, 0.25); transition: background 0.3s, border-color 0.3s, color 0.3s, transform 0.3s, box-shadow 0.3s; background: rgba(42, 177, 235, 0.1); color: rgb(42, 177, 235); transform: none; box-shadow: none; }
.step-label { font-size: 12.5px; font-weight: 700; line-height: 1.3; white-space: nowrap; transition: color 0.25s; color: rgb(10, 22, 40); }
.section { padding: 120px 0px; background: rgb(255, 255, 255); }
.eyebrow-sm { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: rgb(42, 177, 235); margin-bottom: 12px; }

/* ==== Подвал ==== */
.site-footer { max-width: 1320px; margin: 48px auto 0px; padding: 24px 32px; border-top: 1px solid rgba(255, 255, 255, 0.12); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: 12px; color: rgba(255, 255, 255, 0.4); }
.footer-links { display: flex; gap: 24px; }


/* ==== Keyframes страниц услуг ==== */
@keyframes dashFlow { 
  100% { stroke-dashoffset: -140; }
}
@keyframes dashChaos { 
  100% { stroke-dashoffset: -90; }
}
@keyframes dashOrder { 
  100% { stroke-dashoffset: -70; }
}
@keyframes floatCard { 
  0%, 100% { transform: translate(-50%, -50%); }
  50% { transform: translate(-50%, calc(-50% - 7px)); }
}
@keyframes ring { 
  0% { transform: scale(0.7); opacity: 0.5; }
  70% { opacity: 0; }
  100% { transform: scale(1.4); opacity: 0; }
}
@keyframes blink { 
  0%, 100% { opacity: 0.35; }
  50% { opacity: 1; }
}
@keyframes travel { 
  0% { top: -60px; }
  100% { top: 100%; }
}
@keyframes glowPulse { 
  0%, 100% { opacity: 0.5; }
  50% { opacity: 0.95; }
}
@keyframes flt { 
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-9px); }
}
@keyframes stepPulse { 
  0%, 2% { transform: translateY(0px); background-color: rgb(255, 255, 255); border-color: rgba(42, 177, 235, 0.4); color: rgb(6, 58, 169); box-shadow: rgba(6, 58, 169, 0.08) 0px 4px 16px; }
  7%, 13% { transform: translateY(6px); background-color: rgb(42, 177, 235); border-color: rgb(42, 177, 235); color: rgb(255, 255, 255); box-shadow: rgba(42, 177, 235, 0.42) 0px 10px 26px; }
  19%, 100% { transform: translateY(0px); background-color: rgb(255, 255, 255); border-color: rgba(42, 177, 235, 0.4); color: rgb(6, 58, 169); box-shadow: rgba(6, 58, 169, 0.08) 0px 4px 16px; }
}
@keyframes dash { 
  100% { stroke-dashoffset: -24; }
}
@keyframes pulse { 
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

/* ==== Доп. hover-эффекты страниц услуг ==== */
.hover-s1:hover { transform: translateY(-4px) !important; border-color: rgb(191, 226, 246) !important; box-shadow: rgba(6, 58, 169, 0.26) 0px 28px 56px -24px !important }
.hover-s2:hover { gap: 12px !important; color: rgb(75, 119, 214) !important }
.hover-s3:hover { transform: translateY(-4px) !important; border-color: rgb(196, 211, 242) !important; box-shadow: rgba(6, 58, 169, 0.26) 0px 28px 56px -24px !important }
.hover-s4:hover { gap: 12px !important; color: rgb(6, 58, 169) !important }
.hover-s5:hover { transform: translateY(-4px) !important; border-color: rgb(190, 231, 214) !important; box-shadow: rgba(6, 58, 169, 0.26) 0px 28px 56px -24px !important }
.hover-s6:hover { gap: 12px !important; color: rgb(10, 138, 95) !important }
.hover-s7:hover { transform: translateY(-4px) !important; border-color: rgb(187, 203, 236) !important; box-shadow: rgba(6, 58, 169, 0.26) 0px 28px 56px -24px !important }
.hover-s8:hover { border-color: rgb(42, 177, 235) !important; transform: translateY(-2px) !important }
.hover-s9:hover { border-color: rgb(191, 226, 246) !important; transform: translateY(-3px) !important }
.hover-s10:hover { background: rgba(255, 255, 255, 0.9) !important; transform: translateY(-2px) !important }
.hover-s11:hover { border-color: rgba(255, 255, 255, 0.6) !important; transform: translateY(-2px) !important }
.hover-s12:hover { border-color: rgb(42, 177, 235) !important; color: rgb(42, 177, 235) !important; background: rgba(42, 177, 235, 0.1) !important; transform: translateY(-2px) !important }
.hover-s13:hover { transform: translateY(-6px) !important; box-shadow: rgba(42, 177, 235, 0.22) 0px 16px 48px !important }
.hover-s14:hover { border-color: rgb(42, 177, 235) !important; color: rgb(42, 177, 235) !important }
.hover-s15:hover { gap: 10px !important }
.hover-s16:hover { transform: translateY(-7px) !important; box-shadow: rgba(42, 177, 235, 0.22) 0px 16px 48px !important }


/* ==== Keyframes блог/кейсы/контакты ==== */
@keyframes fadeIn { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes sheetUp { 
  0% { opacity: 0; transform: translateY(28px); }
  100% { opacity: 1; transform: translateY(0px); }
}

/* ==== Доп. hover блог/кейсы/контакты ==== */
.hover-s100:hover { transform: translateY(-6px) !important; box-shadow: rgba(42, 177, 235, 0.26) 0px 30px 72px !important }
.hover-s101:hover { transform: translateY(-2px) !important; border-color: rgb(42, 177, 235) !important }
.hover-s102:hover { transform: translateY(-6px) !important; box-shadow: rgba(42, 177, 235, 0.22) 0px 16px 48px !important; border-color: rgb(214, 233, 251) !important }
.hover-s103:hover { background: rgb(75, 119, 214) !important; transform: translateY(-2px) !important }
.hover-s104:hover { transform: translateY(-2px) !important; border-color: rgb(42, 177, 235) !important; box-shadow: rgba(42, 177, 235, 0.24) 0px 14px 36px !important }
.hover-s105:hover { transform: rotate(90deg) !important }
.hover-s106:hover { background: rgb(227, 241, 253) !important }
.hover-s107:hover { transform: translateY(-3px) !important; box-shadow: rgba(42, 177, 235, 0.32) 0px 18px 40px !important }
.hover-s108:hover { transform: translateY(-1px) !important }
.hover-s109:hover { border-color: rgb(42, 177, 235) !important; box-shadow: rgba(42, 177, 235, 0.18) 0px 12px 32px !important; transform: translateY(-2px) !important }
.hover-s110:hover { background: rgba(255, 255, 255, 0.16) !important }
.hover-s111:hover { transform: translateY(-2px) !important }
.hover-s112:hover { background: rgba(255, 255, 255, 0.12) !important }


/* ===== Тёмный подвал (как на Главной) для всех страниц ===== */
.site-footer-bar{ background:linear-gradient(135deg,#041F6B,#063AA9); }
.site-footer-bar .site-footer{ margin:0 auto; border-top:none; padding:22px 32px; }

/* ==== Закреплённая шапка (все страницы) ==== */
header { position: sticky !important; top: 0; z-index: 100 !important; }
/* Якорные ссылки не прячутся под шапку */
html { scroll-padding-top: 84px; }
