/* COLOR-IT info pages — shared design system.
   Source of truth: live color-it.ua (fonts, colors, components measured 2026-08-07). */

@font-face { font-family: 'HNC'; src: url('assets/fonts/HelveticaNeue-CondensedBold.woff') format('woff'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'HNC'; src: url('assets/fonts/HelveticaNeue-CondensedBlack.woff') format('woff'); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Roboto'; src: url('assets/fonts/roboto-400.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Roboto'; src: url('assets/fonts/roboto-500.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Roboto'; src: url('assets/fonts/roboto-700.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  --ink: #000;
  --paper: #fff;
  --red: #f00;
  --line: #ddd;
  --band: #f7f7f7;
  --mut: #545454;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 1.6; color: var(--ink); background: var(--paper); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--red); }
ul { list-style: none; }

.wrap { max-width: 1160px; margin: 0 auto; padding: 0 20px; }

/* ---------- typography ---------- */
.display { font-family: 'HNC', 'Arial Narrow', sans-serif; font-weight: 900; text-transform: uppercase; line-height: 1.05; }
h1, h2, h3 { font-family: 'HNC', 'Arial Narrow', sans-serif; text-transform: uppercase; }
h1 { font-weight: 900; font-size: 54px; line-height: 1.02; }
h2 { font-weight: 900; font-size: 40px; line-height: 1.05; }
h3 { font-weight: 700; font-size: 21px; line-height: 1.2; }
.lead { font-size: 19px; line-height: 1.65; }
p + p { margin-top: 14px; }

/* section rhythm */
.section { padding: 72px 0; }
.section--tight { padding: 56px 0; }
.section--band { background: var(--band); }
.section-head { text-align: center; margin-bottom: 44px; }
.section-head .sub { margin-top: 14px; font-size: 13px; text-transform: uppercase; letter-spacing: .4px; line-height: 1.8; max-width: 720px; margin-left: auto; margin-right: auto; }

/* ---------- chrome: utility bar ---------- */
.u-bar { border-bottom: 1px solid #eee; font-size: 13px; }
.u-bar .wrap { display: flex; align-items: center; gap: 22px; min-height: 40px; }
.u-bar nav { display: flex; gap: 20px; }
.u-bar .u-right { margin-left: auto; display: flex; align-items: center; gap: 18px; white-space: nowrap; }
.u-bar .msg { display: flex; align-items: center; gap: 6px; }
.u-bar .active { font-weight: 700; }

/* ---------- chrome: main header ---------- */
.site-header .wrap { display: flex; align-items: center; gap: 34px; min-height: 88px; }
.site-header .logo img { height: 46px; width: auto; }
.site-header nav { display: flex; align-items: center; gap: 24px; font-family: 'HNC', 'Arial Narrow', sans-serif; font-weight: 700; font-size: 16px; text-transform: uppercase; }
.site-header nav .hot { color: var(--red); }
.site-header nav .sep { color: #ccc; }
.search { margin-left: auto; display: flex; align-items: center; gap: 8px; border: 1px solid #ccc; border-radius: 4px; height: 42px; padding: 0 14px; min-width: 190px; color: #999; }

/* ---------- chrome: trust strip ---------- */
.trust { background: var(--band); }
.trust .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 58px; }
.trust .t-item { display: flex; align-items: center; gap: 10px; font-size: 15px; }
.chip { display: inline-block; border: 1.5px solid var(--ink); border-radius: 4px; padding: 2px 10px; font-weight: 700; background: var(--paper); white-space: nowrap; }

/* ---------- hero photo band (site's own photo-tile pattern, scaled) ---------- */
.hero { position: relative; margin-top: 26px; min-height: 420px; display: flex; align-items: center; justify-content: center; text-align: center; background-size: cover; background-position: center; color: #fff; }
.hero::before { content: ''; position: absolute; inset: 0; background: rgba(0, 0, 0, .52); }
.hero::after { content: ''; position: absolute; inset: 20px; border: 1px solid rgba(255, 255, 255, .8); pointer-events: none; }
.hero > .hero-inner { position: relative; z-index: 1; padding: 64px 48px; max-width: 860px; }
.hero h1 { color: #fff; }
.hero .sub { margin-top: 16px; font-size: 14px; text-transform: uppercase; letter-spacing: .5px; line-height: 1.8; }
.hero .btn { margin-top: 28px; }

/* smaller mid-page photo band */
.photo-band { position: relative; min-height: 260px; display: flex; align-items: center; justify-content: center; text-align: center; background-size: cover; background-position: center; color: #fff; }
.photo-band::before { content: ''; position: absolute; inset: 0; background: rgba(0, 0, 0, .5); }
.photo-band > * { position: relative; z-index: 1; }
.photo-band h2 { color: #fff; }

/* ---------- cards & panels ---------- */
.card { background: var(--paper); border: 1px solid var(--line); border-radius: 3px; padding: 28px; }
.card h3 { margin: 14px 0 10px; }
.card p { font-size: 15px; line-height: 1.65; }
.card .ic { margin: 0; }

.panel-black { background: var(--ink); color: #fff; border-radius: 4px; padding: 40px 44px; }
.panel-black h2, .panel-black h3 { color: #fff; }
.panel-black p { color: #eee; }

.note-band { background: var(--band); padding: 22px 28px; font-size: 15px; line-height: 1.7; }

/* ---------- grids (parallel columns stay parallel) ---------- */
.grid-2, .grid-3 { display: grid; gap: 24px; align-items: stretch; }
.grid-2 { grid-template-columns: 1fr 1fr; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 > .card, .grid-3 > .card { display: flex; flex-direction: column; }
.card .card-cta { margin-top: auto; padding-top: 18px; }

/* two-column text + photo */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split .photo { position: relative; }
.split .photo img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- buttons ---------- */
.btn { display: inline-block; background: var(--ink); color: #fff; font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .3px; padding: 14px 26px; border-radius: 2px; border: 0; cursor: pointer; }
.btn:hover { background: #333; color: #fff; }
.btn--on-black { background: #fff; color: var(--ink); }
.btn--on-black:hover { background: var(--band); color: var(--ink); }
.cta-row { text-align: center; margin-top: 36px; }

/* ---------- icons ---------- */
.ic { width: 30px; height: 30px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: square; stroke-linejoin: miter; flex: none; }
.ic--sm { width: 22px; height: 22px; }
.ic--red { color: var(--red); }

/* icon + heading row */
.ic-row { display: flex; align-items: center; gap: 12px; }

/* ---------- check list ---------- */
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 40px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; }
.check-list .ic { width: 20px; height: 20px; margin-top: 3px; stroke-width: 2.6; }

/* ---------- import chain (black panel, steps joined by red chevrons) ---------- */
.chain { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px 6px; }
.chain .step { font-family: 'HNC', 'Arial Narrow', sans-serif; font-weight: 700; font-size: 17px; text-transform: uppercase; letter-spacing: .3px; padding: 6px 10px; white-space: nowrap; }
.chain .ic { width: 16px; height: 16px; color: var(--red); stroke-width: 3; }

/* ---------- stats row ---------- */
.stat-row { display: flex; justify-content: center; gap: 72px; text-align: center; flex-wrap: wrap; }
.stat-row .num { font-family: 'HNC', 'Arial Narrow', sans-serif; font-weight: 900; font-size: 62px; line-height: 1; }
.stat-row .lbl { margin-top: 8px; font-size: 13px; text-transform: uppercase; letter-spacing: .4px; }

/* ---------- photo tiles (home-page tile pattern, for cross-links) ---------- */
.tile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tile { position: relative; display: flex; align-items: center; justify-content: center; min-height: 230px; background-size: cover; background-position: center; text-align: center; }
.tile::before { content: ''; position: absolute; inset: 0; background: rgba(0, 0, 0, .48); }
.tile::after { content: ''; position: absolute; inset: 12px; border: 1px solid rgba(255, 255, 255, .8); pointer-events: none; }
.tile .t-title { position: relative; z-index: 1; color: #fff; font-family: 'HNC', 'Arial Narrow', sans-serif; font-weight: 700; font-size: 30px; text-transform: uppercase; line-height: 1.1; padding: 0 16px; }
.tile:hover .t-title { color: #fff; }

/* ---------- contact line ---------- */
.contact-line { display: flex; align-items: center; gap: 14px; }
.contact-line .phone { font-family: 'HNC', 'Arial Narrow', sans-serif; font-weight: 900; font-size: 26px; }

/* ---------- footer ---------- */
.site-footer { background: var(--ink); color: #fff; margin-top: 88px; }
.site-footer .top { display: flex; align-items: flex-start; gap: 80px; padding: 48px 0 40px; }
.site-footer .logo img { height: 46px; width: auto; }
.site-footer ul { font-size: 13px; line-height: 2.3; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.site-footer .social { margin-left: auto; display: flex; gap: 14px; }
.site-footer .social a { width: 42px; height: 42px; border: 1px solid #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.site-footer .social .ic { width: 18px; height: 18px; }
.site-footer .bottom { border-top: 1px solid rgba(255, 255, 255, .18); padding: 18px 0; display: flex; justify-content: space-between; gap: 20px; font-size: 12.5px; color: #bbb; }
.site-footer .bottom a { color: #bbb; }
.site-footer .bottom a:hover { color: #fff; }

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .u-bar .msg { display: none; }
}
@media (max-width: 980px) {
  .site-header nav { display: none; }
  .u-bar nav { display: none; }
  .u-bar .msg { display: none; }
  .u-bar .u-right { gap: 12px; }
  .trust .wrap { flex-direction: column; align-items: flex-start; gap: 10px; padding: 14px 20px; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .tile-grid { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap: 28px; }
  .check-list { grid-template-columns: 1fr; }
  h1 { font-size: 40px; }
  h2 { font-size: 32px; }
  .stat-row { gap: 40px; }
  .site-footer .top { flex-wrap: wrap; gap: 32px; }
  .site-footer .social { margin-left: 0; }
}
@media (max-width: 560px) {
  h1 { font-size: 32px; }
  h2 { font-size: 27px; }
  .hero { min-height: 340px; }
  .hero > .hero-inner { padding: 48px 20px; }
  .section { padding: 48px 0; }
  .panel-black { padding: 28px 22px; }
  .stat-row .num { font-size: 46px; }
  .site-footer .bottom { flex-direction: column; }
}

/* ============================================================
   v2 (2026-08-22) — components of the reworked «О компании» page:
   white typographic page head instead of a photo hero, pulled-out
   centered statements, red square bullets, soft gray boxes and a
   two-column flow with a black arrow. No dark overlays, no black
   panels, no stock imagery.
   ============================================================ */

/* white page head — replaces .hero on content landings */
.page-head { padding: 84px 0 0; text-align: center; }
.page-head .sub { max-width: 940px; margin: 22px auto 0; font-weight: 700; font-size: 15px; text-transform: uppercase; letter-spacing: .2px; line-height: 1.6; }
.page-head + .section { padding-top: 64px; }

/* pulled-out statement between sections */
.statement { max-width: 880px; margin: 0 auto; text-align: center; font-weight: 700; font-size: 24px; line-height: 1.5; }
.statement--upper { text-transform: uppercase; font-size: 22px; line-height: 1.45; letter-spacing: .2px; }
.section--statement { padding: 56px 0; }

/* red square bullets */
.bullets { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px 44px; }
.bullets--2 { grid-template-columns: repeat(2, 1fr); }
.bullets--1 { grid-template-columns: 1fr; }
.bullets li { display: flex; gap: 16px; font-size: 17px; line-height: 1.75; }
.bullets li::before { content: ''; flex: none; width: 10px; height: 10px; margin-top: 11px; background: var(--red); }
.bullets--sm li { font-size: 15px; line-height: 1.65; gap: 12px; }
.bullets--sm li::before { width: 8px; height: 8px; margin-top: 9px; }

/* soft gray box (structured content: schedules, flows, contacts) */
.box { background: var(--band); padding: 40px 44px; }
.box h3 { margin-bottom: 18px; }
.box .note { margin-top: 20px; font-size: 15px; color: var(--mut); }

/* spec rows — hairline table: condition on the left, the value in condensed caps on the right */
.spec { border-top: 1px solid var(--line); }
.spec .row { display: grid; grid-template-columns: 1fr auto; gap: 12px 40px; align-items: baseline; padding: 24px 0; border-bottom: 1px solid var(--line); }
.spec .row > span { font-size: 17px; line-height: 1.6; }
.spec .val { font-family: 'HNC', 'Arial Narrow', sans-serif; font-weight: 700; font-size: 20px; text-transform: uppercase; letter-spacing: .2px; text-align: right; }

/* numbered steps — rule on top, condensed number, condensed caps label */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.steps li { border-top: 2px solid var(--ink); padding-top: 18px; }
.steps--stack { grid-template-columns: 1fr; gap: 24px; }
.steps .n { font-family: 'HNC', 'Arial Narrow', sans-serif; font-weight: 900; font-size: 34px; line-height: 1; }
.steps .t { margin-top: 10px; font-family: 'HNC', 'Arial Narrow', sans-serif; font-weight: 700; font-size: 20px; text-transform: uppercase; line-height: 1.2; }
.steps p { margin-top: 10px; font-size: 15px; line-height: 1.65; color: var(--mut); }

/* full-bleed black band — one per page, for the single high-contrast moment */
.band-black { background: var(--ink); color: #fff; padding: 76px 0; text-align: center; }
.band-black h2, .band-black h3, .band-black .num { color: #fff; }
.band-black p { color: #fff; }
.band-black .statement { color: #fff; }
.band-black .lbl { color: #b8b8b8; }
.band-black .stat-row { margin-top: 48px; }

/* accordion — hairline rows, plus/minus marker, no panel */
.faq-group { display: grid; grid-template-columns: 240px 1fr; gap: 20px 56px; align-items: start; }
.faq-group + .faq-group { margin-top: 58px; }
.faq-group > h3 { padding-top: 22px; font-size: 20px; }
.acc { border-top: 1px solid var(--line); }
.acc details { border-bottom: 1px solid var(--line); }
.acc summary { list-style: none; display: flex; justify-content: space-between; align-items: flex-start; gap: 28px; padding: 22px 0; cursor: pointer; font-weight: 500; font-size: 17px; line-height: 1.5; }
.acc summary::-webkit-details-marker { display: none; }
.acc summary:hover { color: var(--red); }
.pm { position: relative; flex: none; width: 16px; height: 16px; margin-top: 6px; }
.pm::before, .pm::after { content: ''; position: absolute; background: var(--ink); }
.pm::before { left: 0; top: 7px; width: 16px; height: 2px; }
.pm::after { left: 7px; top: 0; width: 2px; height: 16px; }
.acc details[open] .pm::after { display: none; }
.acc summary:hover .pm::before, .acc summary:hover .pm::after { background: var(--red); }
.acc .answer { max-width: 760px; padding: 0 44px 26px 0; font-size: 16px; line-height: 1.7; color: #333; }
.acc .answer a { text-decoration: underline; }

/* cross-link cards — plain photo, condensed caption underneath */
.linkcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.linkcards img { width: 100%; height: 240px; object-fit: cover; }
.linkcards .t { margin-top: 16px; font-family: 'HNC', 'Arial Narrow', sans-serif; font-weight: 700; font-size: 21px; text-transform: uppercase; }
.linkcards a:hover .t { color: var(--red); }

/* plain photo — no overlay, no frame (the reworked pages use real photography as is) */
.photo-strip img { width: 100%; height: 340px; object-fit: cover; }
.split .photo--plain img { height: 420px; }

@media (max-width: 980px) {
  .bullets, .bullets--2 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 26px; }
  .spec .row { grid-template-columns: 1fr; gap: 6px; padding: 18px 0; }
  .spec .val { text-align: left; }
  .faq-group { grid-template-columns: 1fr; gap: 10px; }
  .faq-group > h3 { padding-top: 0; }
  .linkcards { grid-template-columns: 1fr; }
  .linkcards img { height: 200px; }
  .photo-strip img { height: 220px; }
  .split .photo--plain img { height: 260px; }
}
@media (max-width: 560px) {
  .page-head { padding-top: 48px; }
  .page-head .sub { font-size: 13px; }
  .statement { font-size: 20px; }
  .statement--upper { font-size: 18px; }
  .box { padding: 26px 22px; }
  .band-black { padding: 48px 0; }
  .steps .n { font-size: 28px; }
  .steps .t { font-size: 18px; }
}
