/* BIGCUT — главная (V4 hifi). Токены и секции по design_handoff_bigcut_main/README.md */

:root {
	--bc-accent: #408c72;
	--bc-accent-hover: #356f5b;
	--bc-accent-hover-dk: #4fa384;
	--bc-accent-lt: #6fbf9f;
	--bc-neon: #8ef2c6;
	--bc-dark: #1f2a27;
	--bc-text: #1f2a27;
	--bc-muted: #66736d;
	--bc-muted-dk: #a8b5af;
	--bc-muted-dk2: #8fa39a;
	--bc-border: #dfe5e2;
	--bc-border-dk: #34423c;
	--bc-border-dk2: #40544c;
	--bc-fill: #eaf3ef;
	--bc-bg: #f0eff0;
	--bc-font: 'Manrope', system-ui, sans-serif;
	--bc-mono: 'IBM Plex Mono', monospace;
}

@keyframes bc-dash { to { stroke-dashoffset: 0; } }
@keyframes bc-march { to { stroke-dashoffset: -24; } }
@keyframes bc-scan { 0% { top: 6%; } 50% { top: 92%; } 100% { top: 6%; } }

html { scroll-behavior: smooth; }
/* Атрибут hidden должен побеждать любые display-правила секций (фикс аккордеона материалов). */
.bc-home [hidden] { display: none !important; }
body.bc-home {
	margin: 0;
	overflow-x: clip;
	background: #fff;
	color: var(--bc-text);
	font-family: var(--bc-font);
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}
.bc-home a { color: var(--bc-accent); text-decoration: none; }
.bc-home img { max-width: 100%; display: block; }
.bc-home h1, .bc-home h2, .bc-home h3 { margin: 0; font-family: var(--bc-font); color: inherit; }
.bc-home h2 { font-size: 32px; font-weight: 800; letter-spacing: -.01em; line-height: 1.2; }

.bc-wrap { max-width: 1240px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.bc-section { padding-top: 64px; padding-bottom: 64px; }
.bc-section--inner { padding-top: 64px; padding-bottom: 64px; }
.bc-tint { background: var(--bc-bg); border-top: 1px solid var(--bc-border); border-bottom: 1px solid var(--bc-border); }
.bc-dark { background: var(--bc-dark); color: #fff; }
.bc-dark h2 { color: #fff; }

.bc-h2row { display: flex; align-items: baseline; gap: 14px; margin-bottom: 28px; }
.bc-h2row--tight { margin-bottom: 10px; }
.bc-h2row--split { justify-content: space-between; flex-wrap: wrap; margin-bottom: 24px; }
.bc-h2row--split .bc-h2row { margin-bottom: 0; }
.bc-index { font-family: var(--bc-mono); font-size: 13px; color: var(--bc-accent); }
.bc-index--lt { color: var(--bc-accent-lt); }
.bc-mono-note { font-family: var(--bc-mono); font-size: 12px; color: var(--bc-muted-dk2); }
.bc-sub { margin: 0 0 28px; font-size: 15.5px; color: var(--bc-muted); max-width: 640px; line-height: 1.6; }

/* Кнопки */
.bc-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	padding: 12px 22px; background: var(--bc-accent); border: none; border-radius: 11px;
	color: #fff !important; font-family: var(--bc-font); font-weight: 700; font-size: 14.5px;
	cursor: pointer; transition: background .15s, border-color .15s, color .15s; line-height: 1.3;
}
.bc-btn:hover { background: var(--bc-accent-hover); color: #fff; }
.bc-dark .bc-btn:hover { background: var(--bc-accent-hover-dk); }
.bc-btn--outline { background: #fff; border: 1.5px solid var(--bc-accent); color: var(--bc-accent) !important; }
.bc-btn--outline:hover { background: var(--bc-fill); color: var(--bc-accent) !important; }
.bc-btn--ghost { background: transparent; border: 1.5px solid var(--bc-border-dk2); color: #c9d4cf !important; }
.bc-btn--ghost:hover { background: transparent; border-color: var(--bc-accent-lt); color: #fff !important; }
.bc-btn--sm { padding: 10px 18px; font-size: 14px; border-radius: 10px; }
.bc-btn--xs { padding: 9px 16px; font-size: 13px; border-radius: 9px; align-self: flex-start; margin-top: 4px; }
.bc-btn--lg { padding: 15px 26px; font-size: 16px; border-radius: 12px; }
.bc-btn--shadow { box-shadow: 0 6px 18px rgba(64, 140, 114, .28); }
.bc-btn--submit { padding: 14px; font-size: 15.5px; border-radius: 12px; width: 100%; }
.bc-btn--submit-lg { padding: 16px; font-weight: 800; font-size: 16.5px; border-radius: 13px; }
.bc-btn[disabled] { opacity: .6; cursor: default; }

/* Топ-бар */
.bc-topbar { background: var(--bc-dark); color: #c9d4cf; font-size: 13px; }
.bc-topbar__in { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; padding-top: 8px; padding-bottom: 8px; }
.bc-topbar__city { display: flex; align-items: center; gap: 6px; }
.bc-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--bc-accent); display: inline-block; }
.bc-topbar__spacer { flex: 1; }
.bc-topbar__mute { color: var(--bc-muted-dk2); }
.bc-topbar__mail { color: #e8eeeb; }
.bc-topbar__phone { color: #fff; font-weight: 700; }

/* Шапка */
.bc-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--bc-border); }
body.admin-bar .bc-header { top: 32px; }
.bc-header__in { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; padding-top: 14px; padding-bottom: 14px; }
.bc-logo { display: flex; align-items: center; gap: 10px; color: var(--bc-text) !important; flex: none; }
.bc-logo span { font-weight: 800; font-size: 20px; letter-spacing: .04em; }
.bc-nav { display: flex; gap: 18px; font-size: 14.5px; font-weight: 600; flex: 1 1 auto; flex-wrap: wrap; min-width: 0; }
.bc-nav a { color: var(--bc-text); }
.bc-nav a:hover { color: var(--bc-accent); }
.bc-nav__cta { display: none; }
.bc-header__cta { display: flex; gap: 10px; }

/* Гамбургер (показывается на мобильных, см. медиазапросы) */
.bc-burger { display: none; width: 44px; height: 44px; padding: 10px; margin-left: auto; background: none; border: none; cursor: pointer; flex-direction: column; justify-content: center; gap: 5px; }
.bc-burger span { display: block; height: 2.5px; width: 100%; border-radius: 2px; background: var(--bc-dark); transition: transform .2s, opacity .2s; }
.bc-header.is-open .bc-burger span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.bc-header.is-open .bc-burger span:nth-child(2) { opacity: 0; }
.bc-header.is-open .bc-burger span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* Hero */
.bc-hero { background: var(--bc-bg); border-bottom: 1px solid var(--bc-border); position: relative; overflow: hidden; }
.bc-hero__photo { position: absolute; top: 0; bottom: 0; right: 0; width: 48%; }
.bc-hero__photo img { width: 100%; height: 100%; object-fit: cover; }
.bc-hero__scan {
	position: absolute; left: 0; right: 0; top: 20%; height: 2px;
	background: linear-gradient(90deg, transparent, #408c72 30%, #8ef2c6 50%, #408c72 70%, transparent);
	box-shadow: 0 0 16px rgba(64, 140, 114, .8); animation: bc-scan 7s ease-in-out infinite; pointer-events: none;
}
.bc-hero__fade { position: absolute; top: 0; bottom: 0; left: -1px; width: 180px; background: linear-gradient(90deg, #f0eff0, rgba(240, 239, 240, 0)); pointer-events: none; }
.bc-hero__grid { display: grid; grid-template-columns: 1.15fr 400px; gap: 56px; position: relative; padding-top: 64px; padding-bottom: 72px; }
.bc-hero__text { display: flex; flex-direction: column; justify-content: center; }
.bc-hero__badges { display: flex; gap: 8px; margin-bottom: 20px; flex-wrap: wrap; }
.bc-badge { font-family: var(--bc-mono); font-size: 12px; color: var(--bc-muted); border: 1px solid var(--bc-border); border-radius: 6px; padding: 4px 10px; background: #fff; }
.bc-badge--accent { color: var(--bc-accent); border-color: var(--bc-accent); }
.bc-hero h1 { margin: 0 0 18px; font-size: 46px; line-height: 1.12; font-weight: 800; letter-spacing: -.015em; max-width: 640px; text-wrap: balance; }
.bc-hero__sub { margin: 0 0 28px; font-size: 17.5px; line-height: 1.6; color: var(--bc-muted); max-width: 560px; text-wrap: pretty; }
.bc-hero__cta { display: flex; gap: 12px; margin-bottom: 36px; flex-wrap: wrap; }
.bc-hero__chips { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; max-width: 520px; }
.bc-chip { background: #fff; border: 1px solid var(--bc-border); border-radius: 10px; padding: 12px 14px; font-size: 13.5px; font-weight: 600; display: flex; align-items: center; gap: 9px; }
.bc-chip span { color: var(--bc-accent); font-family: var(--bc-mono); }

/* Формы */
.bc-hero-form { background: #fff; border: 1px solid var(--bc-border); border-radius: 20px; padding: 28px; box-shadow: 0 18px 50px rgba(31, 42, 39, .25); align-self: center; }
.bc-hero-form h3 { margin: 0 0 6px; font-size: 21px; font-weight: 800; }
.bc-hero-form__sub { margin: 0 0 18px; font-size: 13.5px; color: var(--bc-muted); line-height: 1.5; }
.bc-form { display: flex; flex-direction: column; gap: 10px; }
.bc-form input[type="text"], .bc-form input[type="tel"], .bc-form input[type="email"], .bc-form textarea, .bc-form select {
	width: 100%; box-sizing: border-box; padding: 12px 14px; border: 1px solid var(--bc-border); border-radius: 10px;
	font-size: 14px; font-family: var(--bc-font); color: var(--bc-text); outline: none; background: #fff; resize: vertical;
}
.bc-form input:focus, .bc-form textarea:focus, .bc-form select:focus { border-color: var(--bc-accent); }
.bc-hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0; }
.bc-drop {
	display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 16px 14px; cursor: pointer; text-align: center;
	border: 2px dashed #c6d0cb; border-radius: 14px; transition: border-color .15s, background .15s; background: #fbfcfb;
}
.bc-drop--big { padding: 30px 20px; }
.bc-drop input[type="file"] { display: none; }
.bc-drop.is-drag { border-color: var(--bc-accent); background: var(--bc-fill); }
.bc-drop.has-file { border-color: var(--bc-accent); background: #f4faf7; }
.bc-drop__label { font-size: 13.5px; font-weight: 600; color: var(--bc-text); }
.bc-drop--big .bc-drop__label { font-size: 15.5px; font-weight: 700; }
.bc-drop__hint { font-size: 11.5px; color: var(--bc-muted); }
.bc-drop--big .bc-drop__hint { font-size: 12.5px; }
.bc-drop__formats { font-family: var(--bc-mono); font-size: 11px; color: var(--bc-muted); }
.bc-form-note { margin: 0; font-size: 11px; color: var(--bc-muted); line-height: 1.5; font-family: var(--bc-mono); }
.bc-form-error { margin: 0; font-size: 13px; color: #b3402e; font-weight: 600; }
.bc-form-success { background: var(--bc-fill); border: 1px solid var(--bc-accent); border-radius: 12px; padding: 18px; font-size: 14px; line-height: 1.55; }
.bc-form-success b { color: var(--bc-accent); }
.bc-form-success--main { background: none; border: none; text-align: center; padding: 32px 20px; }
.bc-form-success--main svg { margin: 0 auto 16px; }
.bc-form-success--main h3 { margin: 0 0 10px; font-size: 22px; font-weight: 800; }
.bc-form-success--main p { margin: 0; font-size: 15px; color: var(--bc-muted); line-height: 1.6; }

/* 01 Направления */
.bc-s01 { padding-top: 72px; padding-bottom: 36px; }
.bc-s01__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.bc-dircard { background: #fff; border: 1px solid var(--bc-border); border-radius: 20px; overflow: hidden; transition: box-shadow .2s, transform .2s; display: flex; flex-direction: column; }
.bc-dircard:hover { box-shadow: 0 14px 40px rgba(31, 42, 39, .1); transform: translateY(-3px); }
.bc-dircard__photo { height: 200px; position: relative; }
.bc-dircard__photo img { width: 100%; height: 100%; object-fit: cover; }
.bc-phototag { position: absolute; top: 14px; right: 14px; font-family: var(--bc-mono); font-size: 11px; background: rgba(31, 42, 39, .85); color: var(--bc-neon); border-radius: 6px; padding: 5px 10px; pointer-events: none; }
.bc-phototag--tl { right: auto; top: 12px; left: 12px; }
.bc-dircard__trace { position: absolute; left: 16px; bottom: 12px; pointer-events: none; }
.bc-dircard__body { padding: 28px 32px 32px; display: flex; flex-direction: column; flex: 1; }
.bc-dircard__body h3 { margin: 0 0 10px; font-size: 24px; font-weight: 800; }
.bc-dircard__body p { margin: 0 0 18px; font-size: 15px; line-height: 1.6; color: var(--bc-muted); text-wrap: pretty; }
.bc-tagrow { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.bc-tagrow span { font-size: 12.5px; font-weight: 600; background: var(--bc-bg); border-radius: 7px; padding: 5px 10px; }
.bc-dircard .bc-btn { margin-top: auto; align-self: flex-start; }

/* 02 Чертёж → деталь */
.bc-s02 { padding-top: 48px; padding-bottom: 48px; }
.bc-wipe { position: relative; height: 420px; border-radius: 20px; overflow: hidden; border: 1px solid var(--bc-border); cursor: ew-resize; touch-action: none; user-select: none; }
.bc-wipe__part { position: absolute; inset: 0; background: radial-gradient(circle at 50% 40%, #2e3835, #1f2a27 70%); }
.bc-wipe__draft { position: absolute; inset: 0; background: #fff; clip-path: inset(0 calc(100% - var(--wipe)) 0 0); }
.bc-wipe__line { position: absolute; top: 0; bottom: 0; left: var(--wipe); width: 3px; background: var(--bc-accent); box-shadow: 0 0 18px rgba(64, 140, 114, .8); transform: translateX(-50%); }
.bc-wipe__handle { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 34px; height: 34px; border-radius: 50%; background: var(--bc-accent); box-shadow: 0 0 24px rgba(64, 140, 114, .9); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 13px; }
.bc-wipe__legend { display: flex; justify-content: space-between; margin-top: 10px; font-family: var(--bc-mono); font-size: 12px; color: var(--bc-muted); }

/* 03 Возможности */
.bc-s03 { padding-top: 48px; padding-bottom: 48px; }
.bc-s03__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.bc-capcard { background: #fff; border: 1px dashed var(--bc-border); border-radius: 14px; padding: 20px 18px; display: flex; flex-direction: column; gap: 8px; color: var(--bc-text) !important; transition: border-color .15s, box-shadow .15s; }
.bc-capcard:hover { border-color: var(--bc-accent); box-shadow: 0 8px 24px rgba(64, 140, 114, .12); }
.bc-capcard__top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.bc-capcard__icon { width: 46px; height: 46px; display: inline-block; background-size: contain; background-repeat: no-repeat; background-position: center; }
.bc-capcard__code { font-family: var(--bc-mono); font-size: 11px; color: var(--bc-accent); }
.bc-capcard__name { font-size: 15.5px; font-weight: 700; line-height: 1.3; }
.bc-capcard__desc { font-size: 12.5px; color: var(--bc-muted); line-height: 1.45; }
.bc-capcard__cta { font-size: 12.5px; font-weight: 700; color: var(--bc-accent); margin-top: auto; }

/* 04 Производство */
.bc-s04 .bc-section--inner { padding-top: 56px; padding-bottom: 56px; }
.bc-s04__grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }
.bc-prodshot { height: 250px; position: relative; border-radius: 16px; overflow: hidden; }
.bc-prodshot img { width: 100%; height: 100%; object-fit: cover; }

/* 05 Материалы */
.bc-s05__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; align-items: start; }
.bc-mat { background: #fff; border: 1px solid var(--bc-border); border-radius: 14px; padding: 16px 18px; cursor: pointer; display: flex; flex-direction: column; gap: 4px; transition: border-color .15s, box-shadow .15s; }
.bc-mat.is-open { border-color: var(--bc-accent); box-shadow: 0 10px 28px rgba(64, 140, 114, .14); }
.bc-mat__head { display: flex; align-items: center; gap: 10px; background: none; border: none; padding: 0; margin: 0; font: inherit; color: inherit; cursor: pointer; text-align: left; width: 100%; }
.bc-mat__name { font-size: 15.5px; font-weight: 700; flex: 1; }
.bc-mat__chev { color: var(--bc-accent); font-size: 13px; transition: transform .2s; }
.bc-mat.is-open .bc-mat__chev { transform: rotate(180deg); }
.bc-mat__tag { font-family: var(--bc-mono); font-size: 11px; color: var(--bc-muted); }
.bc-mat__body { border-top: 1px solid var(--bc-border); margin-top: 12px; padding-top: 12px; display: flex; flex-direction: column; gap: 8px; }
.bc-mat__make { font-size: 13px; line-height: 1.5; }
.bc-mat__make b { color: var(--bc-accent); }
.bc-mat__tasks { font-size: 13px; line-height: 1.5; color: var(--bc-muted); }
.bc-mat__tasks b { color: var(--bc-text); }
.bc-sw { width: 20px; height: 20px; border-radius: 6px; flex: none; border: 1px solid rgba(0, 0, 0, .12); display: inline-block; }
.bc-sw--rubber { background: linear-gradient(145deg, #3a3f3d, #232826); }
.bc-sw--silicone { background: linear-gradient(145deg, #e8ecea, #c9d4cf); }
.bc-sw--porous { background: radial-gradient(circle at 30% 30%, #4a504d 2px, transparent 2.5px), radial-gradient(circle at 70% 65%, #4a504d 2px, transparent 2.5px), #323735; }
.bc-sw--paronit { background: linear-gradient(145deg, #8a9490, #6d7773); }
.bc-sw--hpl { background: linear-gradient(180deg, #f4f5f4 0 30%, #2b2f2e 30% 70%, #f4f5f4 70%); }
.bc-sw--sheet { background: linear-gradient(145deg, #e6dcc8, #cbbc9c); }
.bc-sw--pvc { background: linear-gradient(145deg, #fdfdfd, #dfe5e2); }
.bc-sw--kaprolon { background: linear-gradient(145deg, #f2f0e6, #dcd8c4); }
.bc-s05__more { margin-top: 24px; background: #fff; border: 1px dashed var(--bc-accent); border-radius: 14px; padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.bc-s05__more span { font-size: 15px; font-weight: 600; }
.bc-s05__more .bc-btn { white-space: nowrap; }

/* 06 Аудитории */
.bc-s06 { padding-top: 64px; padding-bottom: 32px; }
.bc-s06__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.bc-audcard { background: #fff; border: 1px solid var(--bc-border); border-radius: 14px; padding: 18px; display: flex; flex-direction: column; gap: 7px; transition: border-color .15s; }
.bc-audcard:hover { border-color: var(--bc-accent); }
.bc-audcard__name { font-size: 14.5px; font-weight: 700; line-height: 1.3; }
.bc-audcard__task { font-size: 12.5px; color: var(--bc-muted); line-height: 1.45; }

/* 07 Что изготавливаем */
.bc-s07 { padding-top: 32px; padding-bottom: 64px; }
.bc-s07 .bc-h2row { margin-bottom: 22px; }
.bc-s07__pills { display: flex; flex-wrap: wrap; gap: 10px; }
.bc-s07__pills span { font-size: 14.5px; font-weight: 600; background: #fff; border: 1px solid var(--bc-border); border-radius: 999px; padding: 10px 18px; transition: border-color .15s, color .15s; }
.bc-s07__pills span:hover { border-color: var(--bc-accent); color: var(--bc-accent); }

/* 08 Как заказать */
.bc-s08 .bc-section--inner { padding-top: 72px; padding-bottom: 72px; }
.bc-s08 .bc-h2row--split { margin-bottom: 40px; }
.bc-steps { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; position: relative; }
.bc-steps__line { position: absolute; top: 19px; left: 8.33%; right: 8.33%; height: 2px; background: linear-gradient(90deg, #408c72, #6fbf9f); }
.bc-step { display: flex; flex-direction: column; gap: 12px; padding: 0 14px; position: relative; cursor: pointer; outline: none; }
.bc-step__circle {
	width: 40px; height: 40px; border-radius: 50%; background: var(--bc-accent); color: #fff;
	display: flex; align-items: center; justify-content: center; font-weight: 800; font-family: var(--bc-mono); font-size: 15px;
	border: 3px solid var(--bc-dark); box-shadow: 0 0 0 2px var(--bc-accent); transition: all .25s;
}
.bc-step.is-active .bc-step__circle { background: var(--bc-accent-lt); color: var(--bc-dark); box-shadow: 0 0 0 3px var(--bc-accent-lt), 0 0 26px rgba(111, 191, 159, .55); transform: scale(1.12); }
.bc-step__title { font-size: 15.5px; font-weight: 700; line-height: 1.3; }
.bc-step__desc { font-size: 12.5px; color: var(--bc-muted-dk); line-height: 1.5; transition: color .25s; }
.bc-step.is-active .bc-step__desc { color: #e8eeeb; }
.bc-s08__cta { margin-top: 44px; display: flex; gap: 12px; flex-wrap: wrap; }

/* 09 Качество */
.bc-s09 { padding-top: 72px; padding-bottom: 72px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.bc-s09 .bc-h2row { margin-bottom: 18px; }
.bc-s09 h2 { text-wrap: balance; }
.bc-s09__text { margin-bottom: 24px; font-size: 16px; line-height: 1.65; max-width: none; }
.bc-s09__list { display: flex; flex-direction: column; }
.bc-checkrow { display: flex; gap: 14px; align-items: flex-start; padding: 13px 0; border-bottom: 1px solid var(--bc-border); }
.bc-checkrow svg { flex: none; margin-top: 1px; }
.bc-checkrow span { font-size: 15px; line-height: 1.5; font-weight: 600; }

/* 10 Почему BIGCUT */
.bc-s10__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.bc-whycard { background: #fff; border: 1px solid var(--bc-border); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; gap: 9px; transition: border-color .15s; }
.bc-whycard:hover { border-color: var(--bc-accent); }
.bc-whycard__code { font-family: var(--bc-mono); font-size: 12px; color: var(--bc-accent); }
.bc-whycard__title { font-size: 17px; font-weight: 800; }
.bc-whycard__desc { font-size: 13.5px; color: var(--bc-muted); line-height: 1.55; }

/* 11 Сравнение */
.bc-s11 { padding-top: 72px; padding-bottom: 72px; }
.bc-compare-scroll { overflow-x: auto; }
.bc-compare { border: 1px solid var(--bc-border); border-radius: 18px; overflow: hidden; min-width: 720px; }
.bc-compare__head, .bc-compare__row { display: grid; grid-template-columns: 1.6fr 1fr 1fr; align-items: center; }
.bc-compare__head { background: var(--bc-dark); color: #fff; }
.bc-compare__crit, .bc-compare__them { padding: 16px 24px; font-size: 13px; font-weight: 600; color: var(--bc-muted-dk); }
.bc-compare__us { padding: 16px 24px; font-size: 15px; font-weight: 800; background: var(--bc-accent); color: #fff; }
.bc-compare__row { border-top: 1px solid #eef1ef; }
.bc-compare__row:nth-child(odd) { background: #fbfcfb; }
.bc-compare__name { padding: 13px 24px; font-size: 14.5px; font-weight: 600; }
.bc-compare__val-us { padding: 13px 24px; font-size: 14px; color: var(--bc-accent); font-weight: 700; background: rgba(64, 140, 114, .06); align-self: stretch; display: flex; align-items: center; }
.bc-compare__val-them { padding: 13px 24px; font-size: 13.5px; color: var(--bc-muted); }

/* 12 Кейсы */
.bc-s12__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bc-casecard { background: #fff; border: 1px solid var(--bc-border); border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .2s; }
.bc-casecard:hover { box-shadow: 0 12px 32px rgba(31, 42, 39, .1); }
.bc-casecard__photo { height: 210px; }
.bc-casecard__photo img { width: 100%; height: 100%; object-fit: cover; }
.bc-casecard__body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.bc-casecard__tag { font-family: var(--bc-mono); font-size: 11px; color: var(--bc-accent); }
.bc-casecard__title { font-size: 17px; font-weight: 800; line-height: 1.3; }
.bc-casecard__chips { display: flex; flex-wrap: wrap; gap: 6px; font-size: 12px; color: var(--bc-muted); }
.bc-casecard__chips span { background: var(--bc-bg); border-radius: 6px; padding: 4px 9px; }
.bc-casecard__body > a { margin-top: auto; font-size: 13.5px; font-weight: 700; }

/* 13 Требования к файлам */
.bc-s13 { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.bc-s13 .bc-h2row { margin-bottom: 18px; }
.bc-s13 .bc-sub { margin-bottom: 20px; }
.bc-s13__formats { display: flex; flex-wrap: wrap; gap: 8px; }
.bc-s13__formats span { font-family: var(--bc-mono); font-size: 12.5px; background: var(--bc-bg); border: 1px solid var(--bc-border); border-radius: 7px; padding: 6px 11px; }
.bc-s13__list { display: flex; flex-direction: column; }
.bc-reqrow { display: flex; gap: 14px; align-items: flex-start; padding: 12px 0; border-bottom: 1px solid var(--bc-border); }
.bc-reqrow span:first-child { font-family: var(--bc-mono); font-size: 12px; color: var(--bc-accent); margin-top: 2px; }
.bc-reqrow span:last-child { font-size: 15px; line-height: 1.5; font-weight: 600; }

/* Финальная форма */
.bc-rfq { border-bottom: none; }
.bc-rfq .bc-section--inner { padding-top: 72px; padding-bottom: 72px; }
.bc-rfq__intro { max-width: 760px; margin: 0 auto 36px; text-align: center; }
.bc-rfq__intro h2 { margin: 0 0 12px; font-size: 34px; text-wrap: balance; }
.bc-rfq__intro p { margin: 0; font-size: 16px; color: var(--bc-muted); line-height: 1.6; text-wrap: pretty; }
.bc-rfq__card { max-width: 880px; margin: 0 auto; background: #fff; border: 1px solid var(--bc-border); border-radius: 22px; padding: 40px; box-shadow: 0 16px 48px rgba(31, 42, 39, .08); position: relative; overflow: hidden; }
.bc-rfq__card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--bc-accent); }
.bc-form--main { gap: 28px; }
.bc-fsec h3 { margin: 0 0 14px; font-size: 16px; font-weight: 800; display: flex; align-items: center; gap: 10px; }
.bc-fsec__n { font-family: var(--bc-mono); font-size: 11px; color: var(--bc-accent); border: 1px solid var(--bc-accent); border-radius: 5px; padding: 2px 7px; }
.bc-fgrid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
.bc-docrow { display: flex; flex-wrap: wrap; gap: 10px; }
.bc-docrow label { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; border: 1px solid var(--bc-border); border-radius: 10px; padding: 10px 16px; cursor: pointer; transition: border-color .15s; }
.bc-docrow label:hover { border-color: var(--bc-accent); }
.bc-docrow input, .bc-consent input { accent-color: var(--bc-accent); }
.bc-factions { display: flex; flex-direction: column; gap: 14px; }
.bc-consent { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--bc-muted); cursor: pointer; }
.bc-consent input { margin-top: 2px; }

/* Contact Form 7 внутри дизайна */
.bc-home .wpcf7 { width: 100%; }
.bc-home .wpcf7-form-control-wrap { display: block; width: 100%; }
.bc-home .bc-drop .wpcf7-form-control-wrap,
.bc-home .bc-docrow .wpcf7-form-control-wrap,
.bc-home .bc-consent .wpcf7-form-control-wrap { display: contents; }
.bc-home .wpcf7-form input.bc-btn { border: none; }
.bc-home .wpcf7-not-valid-tip { display: block; font-size: 12px; color: #b3402e; font-weight: 600; margin-top: 4px; }
.bc-home .wpcf7 form .wpcf7-response-output { margin: 4px 0 0; padding: 10px 14px; border: 1px solid #b3402e; border-radius: 10px; font-size: 13px; font-weight: 600; color: #b3402e; }
.bc-home .wpcf7 form.sent .wpcf7-response-output { border-color: var(--bc-accent); color: var(--bc-accent); }
.bc-home .wpcf7-spinner { margin: 0 auto; }
.bc-home .bc-docrow .wpcf7-checkbox { display: flex; flex-wrap: wrap; gap: 10px; }
.bc-home .bc-docrow .wpcf7-list-item { margin: 0; }
.bc-home .bc-docrow .wpcf7-list-item label { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; border: 1px solid var(--bc-border); border-radius: 10px; padding: 10px 16px; cursor: pointer; transition: border-color .15s; }
.bc-home .bc-docrow .wpcf7-list-item label:hover { border-color: var(--bc-accent); }
.bc-home .bc-docrow input[type="checkbox"], .bc-home .bc-consent input[type="checkbox"] { accent-color: var(--bc-accent); }
.bc-home .bc-consent .wpcf7-list-item { margin: 0; }
.bc-home .bc-consent label { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--bc-muted); cursor: pointer; }
.bc-home .bc-consent input[type="checkbox"] { margin-top: 2px; }
.bc-form .bc-drop input[type="file"] { display: none; }

/* Плавающая кнопка «Быстрая связь» */
@keyframes bc-fab-pulse {
	0% { transform: scale(1); opacity: .55; }
	70% { transform: scale(1.9); opacity: 0; }
	100% { transform: scale(1.9); opacity: 0; }
}
.bc-fab { position: fixed; right: 22px; bottom: 22px; z-index: 70; display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.bc-fab__toggle {
	position: relative; width: 58px; height: 58px; border-radius: 50%; border: none; cursor: pointer;
	background: var(--bc-accent); box-shadow: 0 10px 26px rgba(64, 140, 114, .45);
	display: flex; align-items: center; justify-content: center; transition: background .15s, transform .15s;
}
.bc-fab__toggle:hover { background: var(--bc-accent-hover); transform: scale(1.05); }
.bc-fab__pulse { position: absolute; inset: 0; border-radius: 50%; background: var(--bc-accent); animation: bc-fab-pulse 2s ease-out infinite; pointer-events: none; }
.bc-fab.is-open .bc-fab__pulse { display: none; }
.bc-fab__ico-close { display: none; }
.bc-fab.is-open .bc-fab__ico-chat { display: none; }
.bc-fab.is-open .bc-fab__ico-close { display: block; }
.bc-fab__hint {
	position: absolute; right: 70px; bottom: 17px; white-space: nowrap; background: var(--bc-dark); color: #fff;
	font-size: 12.5px; font-weight: 600; border-radius: 8px; padding: 7px 12px; pointer-events: none;
	opacity: 0; transform: translateX(6px); transition: opacity .2s, transform .2s;
}
.bc-fab__toggle:hover ~ .bc-fab__hint, .bc-fab__toggle:focus-visible ~ .bc-fab__hint { opacity: 1; transform: none; }
.bc-fab.is-open .bc-fab__hint { display: none; }
.bc-fab__menu { display: flex; flex-direction: column; gap: 10px; align-items: stretch; }
.bc-fab__item {
	display: flex; align-items: center; gap: 10px; padding: 12px 18px; border-radius: 12px;
	color: #fff !important; font-weight: 700; font-size: 14.5px; box-shadow: 0 10px 26px rgba(31, 42, 39, .25);
	transition: transform .15s, filter .15s;
}
.bc-fab__item:hover { transform: translateX(-3px); filter: brightness(1.08); }
.bc-fab__item--tg { background: #229ed9; }
.bc-fab__item--max { background: #6837f1; }

@media (max-width: 768px) {
	.bc-fab { right: 14px; bottom: 82px; }
	.bc-fab__hint { display: none; }
}

/* Футер */
.bc-footer { background: var(--bc-dark); color: var(--bc-muted-dk); }
.bc-footer__in { padding-top: 56px; padding-bottom: 32px; }
.bc-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 40px; padding-bottom: 36px; border-bottom: 1px solid var(--bc-border-dk); }
.bc-footer__about { display: flex; flex-direction: column; gap: 14px; }
.bc-logo--ft { color: #fff !important; }
.bc-logo--ft span { font-size: 18px; }
.bc-footer__about p { margin: 0; font-size: 13.5px; line-height: 1.6; }
.bc-footer__about .bc-btn { align-self: flex-start; }
.bc-footer .bc-btn:hover { background: var(--bc-accent-hover-dk); }
.bc-footer__col { display: flex; flex-direction: column; gap: 9px; font-size: 13.5px; }
.bc-footer__title { color: #fff; font-weight: 700; font-size: 14px; margin-bottom: 4px; }
.bc-footer__col a { color: var(--bc-muted-dk); }
.bc-footer__col a:hover { color: #fff; }
.bc-footer__col a.bc-footer__phone { color: #fff; font-weight: 700; font-size: 16px; }
.bc-footer__note { color: var(--bc-accent-lt); }
.bc-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; font-size: 12.5px; flex-wrap: wrap; }
.bc-footer__bottom a { color: var(--bc-muted-dk); }
.bc-footer__bottom a:hover { color: #fff; }

/* Sticky CTA (mobile) */
.bc-mobilebar {
	display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
	background: rgba(255, 255, 255, .97); backdrop-filter: blur(8px); border-top: 1px solid var(--bc-border);
	box-shadow: 0 -10px 28px rgba(31, 42, 39, .14); padding: 10px 12px; gap: 10px;
}
.bc-mobilebar .bc-btn { flex: 1.25; font-size: 14.5px; padding: 13px 8px; }
.bc-mobilebar .bc-btn--outline { flex: 1; }

/* Адаптив */
@media (max-width: 1100px) {
	.bc-s03__grid, .bc-s06__grid { grid-template-columns: repeat(3, 1fr); }
	.bc-s05__grid { grid-template-columns: repeat(3, 1fr); }
	.bc-hero__grid { grid-template-columns: 1fr 360px; gap: 32px; }
	.bc-hero h1 { font-size: 40px; }
}

/* Мобильная шапка: гамбургер вместо строки меню */
@media (max-width: 1024px) {
	.bc-header__cta { display: none; }
	.bc-burger { display: flex; }
	.bc-header__in { flex-wrap: nowrap; }
	.bc-nav {
		display: none; position: absolute; top: 100%; left: 0; right: 0;
		flex-direction: column; gap: 0; background: #fff; border-bottom: 1px solid var(--bc-border);
		box-shadow: 0 18px 32px rgba(31, 42, 39, .12); padding: 8px 24px 20px;
		font-size: 16px; max-height: calc(100vh - 110px); overflow: auto;
	}
	.bc-header.is-open .bc-nav { display: flex; }
	.bc-nav > a { padding: 12px 0; border-bottom: 1px solid var(--bc-bg); }
	.bc-nav__cta { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; }
	.bc-nav__cta .bc-btn { width: 100%; }
}

@media (max-width: 900px) {
	.bc-hero__photo { display: none; }
	.bc-hero__grid { grid-template-columns: 1fr; padding-top: 48px; padding-bottom: 56px; }
	.bc-hero-form { align-self: stretch; }
	.bc-s01__grid, .bc-s04__grid, .bc-s10__grid { grid-template-columns: 1fr; }
	.bc-s10__grid { grid-template-columns: repeat(2, 1fr); }
	.bc-s09, .bc-s13 { grid-template-columns: 1fr; gap: 32px; }
	.bc-s12__grid { grid-template-columns: 1fr; }
	.bc-steps { grid-template-columns: repeat(3, 1fr); row-gap: 28px; }
	.bc-steps__line { display: none; }
	.bc-footer__grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}

@media (max-width: 768px) {
	.bc-mobilebar { display: flex; }
	body.bc-home { padding-bottom: 66px; }
	.bc-hero h1 { font-size: 32px; }
	.bc-section, .bc-section--inner, .bc-s01, .bc-s08 .bc-section--inner, .bc-s09, .bc-s11, .bc-rfq .bc-section--inner { padding-top: 48px; padding-bottom: 48px; }
	.bc-home h2 { font-size: 26px; }
	.bc-rfq__intro h2 { font-size: 27px; }
	.bc-rfq__card { padding: 24px 18px; }
	.bc-topbar__mute, .bc-topbar__mail { display: none; }
	.bc-topbar__in { gap: 14px; font-size: 12.5px; }
	.bc-wipe { height: 300px; }
}

@media (max-width: 600px) {
	.bc-s03__grid, .bc-s06__grid, .bc-steps { grid-template-columns: repeat(2, 1fr); }
	.bc-s05__grid { grid-template-columns: 1fr; }
	.bc-s10__grid { grid-template-columns: 1fr; }
	.bc-fgrid { grid-template-columns: 1fr; }
	.bc-hero__chips { grid-template-columns: 1fr; }
	.bc-footer__grid { grid-template-columns: 1fr; gap: 24px; }
	.bc-footer__bottom { flex-direction: column; gap: 8px; }
}

/* Самые узкие экраны: в топ-баре остаются город и телефон одной строкой */
@media (max-width: 480px) {
	.bc-topbar__hours { display: none; }
	.bc-topbar__in { gap: 10px; flex-wrap: nowrap; }
	.bc-hero h1 { font-size: 28px; }
	.bc-rfq__intro h2 { font-size: 24px; }
	.bc-home h2 { font-size: 24px; }
	.bc-dircard__body { padding: 22px 20px 24px; }
	/* CTA-кнопки в столбец на всю ширину */
	.bc-hero__cta { flex-direction: column; }
	.bc-hero__cta .bc-btn, .bc-s08__cta .bc-btn { width: 100%; box-sizing: border-box; }
	.bc-s08__cta { flex-direction: column; }
	.bc-mobilebar { flex-direction: column; gap: 8px; }
	.bc-mobilebar .bc-btn { width: 100%; box-sizing: border-box; }
	body.bc-home { padding-bottom: 122px; }
	.bc-fab { bottom: 130px; }
}
