
:root{--bg:#080909;--panel:#151819;--text:#f7f7f2;--muted:#c9d0cd;--dim:#8d9692;--yellow:#f3e225;--yellow-2:#d8bc2c;--gold:#b99b2f;--lime:#a9dc58;--line:rgba(255,255,255,.14);--line-yellow:rgba(243,226,37,.28);--shadow:0 22px 60px rgba(0,0,0,.42);--radius:18px;--radius-lg:28px;--container:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:radial-gradient(circle at 12% 4%,rgba(243,226,37,.10),transparent 23%),radial-gradient(circle at 92% 2%,rgba(39,168,224,.11),transparent 25%),linear-gradient(180deg,#080909 0%,#101415 46%,#080909 100%);line-height:1.55}body::selection{background:var(--yellow);color:#101010}a{color:inherit}button,input,textarea{font:inherit}img{max-width:100%;height:auto}.container{width:min(var(--container),calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;z-index:50;min-height:92px;background:rgba(5,6,6,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.header-inner{min-height:92px;display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center}.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;min-width:245px}.brand-logo{width:58px;height:58px;object-fit:contain;border-radius:14px;box-shadow:0 0 0 1px rgba(243,226,37,.2),0 8px 24px rgba(0,0,0,.35)}.brand-text{display:grid}.brand-text strong{font-size:27px;line-height:1;font-weight:900;letter-spacing:-.02em}.brand-text small{margin-top:5px;color:var(--muted);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.nav{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:7px}.nav a{padding:10px 12px;border:1px solid transparent;border-radius:999px;color:var(--muted);font-size:15px;font-weight:900;text-decoration:none;white-space:nowrap}.nav a:hover,.nav a.active{color:var(--yellow);border-color:var(--line-yellow);background:rgba(243,226,37,.08)}.header-actions{display:flex;gap:10px;align-items:center}.phone-pill,.max-pill,.footer-link-button{border:1px solid var(--line-yellow);border-radius:999px;background:rgba(255,255,255,.04);color:var(--text);font-weight:900;text-decoration:none;cursor:pointer}.phone-pill{padding:12px 16px;font-size:16px;white-space:nowrap}.max-pill{padding:12px 16px;color:#101010;background:linear-gradient(135deg,var(--yellow),var(--yellow-2))}.hero,.page-hero{position:relative;overflow:hidden}.hero:before,.page-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 26%,rgba(243,226,37,.08),transparent 24%),radial-gradient(circle at 80% 40%,rgba(39,168,224,.10),transparent 26%);pointer-events:none}.hero-grid,.page-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(380px,1fr);gap:clamp(30px,4.5vw,64px);align-items:center;padding:clamp(58px,7vw,100px) 0 clamp(42px,6vw,76px)}.hero-home .hero-grid{padding-top:clamp(68px,8vw,112px)}.eyebrow{margin:0 0 12px;color:var(--lime);font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:850px;margin-bottom:18px;font-size:clamp(42px,5.2vw,74px);line-height:.98;letter-spacing:-.04em;text-transform:uppercase}h1 span,h2 span{color:var(--yellow)}.page-hero h1{font-size:clamp(36px,4.4vw,58px);line-height:1.04}h2{max-width:860px;margin-bottom:16px;font-size:clamp(30px,3.2vw,46px);line-height:1.08;letter-spacing:-.03em}h3{margin-bottom:10px;font-size:23px;line-height:1.16}.lead{max-width:710px;color:var(--muted);font-size:20px}.hero-media,.image-stack,.rounded-media{overflow:hidden;border:1px solid var(--line-yellow);border-radius:var(--radius-lg);background:#050606;box-shadow:var(--shadow)}.hero-media img,.image-stack img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}.rounded-media{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.center-actions{display:flex;justify-content:center;margin-top:28px}.actions.vertical{flex-direction:column;align-items:stretch;justify-content:center}.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:14px 22px;border:1px solid var(--line-yellow);border-radius:14px;font-weight:900;text-decoration:none;cursor:pointer}.button.primary{color:#101010;background:linear-gradient(135deg,var(--yellow),var(--yellow-2));box-shadow:0 18px 42px rgba(243,226,37,.14)}.button.secondary{color:var(--text);background:rgba(255,255,255,.05)}.button:hover{transform:translateY(-1px)}.check-list,.plain-list{display:grid;gap:10px;margin:22px 0 0;padding:0;list-style:none}.check-list{font-size:19px;font-weight:900}.check-list.small{font-size:17px}.check-list li,.plain-list li{position:relative;padding-left:34px}.check-list li:before,.plain-list li:before{content:"✓";position:absolute;left:0;top:-2px;color:var(--lime);font-size:26px;line-height:1;font-weight:900}.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.03)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px}.trust-grid div{padding:22px 18px;border-left:1px solid var(--line)}.trust-grid div:last-child{border-right:1px solid var(--line)}.trust-grid strong{display:block;color:var(--yellow);font-size:18px;text-transform:uppercase}.trust-grid span{color:var(--muted);font-size:15px}.section{padding:clamp(46px,6vw,84px) 0}.section-head{margin:0 auto 34px}.section-head.centered{max-width:900px;text-align:center}.section-head p{max-width:760px;margin-left:auto;margin-right:auto;color:var(--muted);font-size:18px}.cards{display:grid;gap:18px}.cards.three{grid-template-columns:repeat(3,minmax(0,1fr))}.cards.four{grid-template-columns:repeat(4,minmax(0,1fr))}.cards.six{grid-template-columns:repeat(3,minmax(0,1fr))}.card,.work-card,.table-card,.cta-panel,.warning-panel,.price-grid article,.info-list div,.faq-grid details{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));box-shadow:0 14px 40px rgba(0,0,0,.24)}.card{padding:26px}.card.compact{padding:22px}.card-number{display:inline-block;margin-bottom:28px;color:var(--yellow);font-size:15px;font-weight:900;letter-spacing:.12em}.card p,.work-card p,.price-grid p,.timeline p,.info-list span,.faq-grid p,.footer-note,.form-note{color:var(--muted)}.card.green,.material.green{border-color:rgba(169,220,88,.42)}.card.blue,.material.blue{border-color:rgba(39,168,224,.42)}.card.violet,.material.violet{border-color:rgba(143,92,244,.46)}.dark-split,.two-col{width:min(var(--container),calc(100% - 40px));margin-left:auto;margin-right:auto;display:grid;grid-template-columns:minmax(0,.9fr) minmax(340px,1fr);gap:clamp(28px,4vw,56px);align-items:center}.dark-split{padding:clamp(34px,5vw,68px);border:1px solid var(--line);border-radius:var(--radius-lg);background:rgba(255,255,255,.035)}.dark-split.reverse>div:first-child{order:2}.dark-split.reverse>div:last-child{order:1}.work-grid{display:grid;gap:20px}.work-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.work-card{overflow:hidden}.work-card img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;border-bottom:1px solid var(--line)}.work-card h3,.work-card p{padding-left:22px;padding-right:22px}.work-card h3{margin-top:20px}.work-card p{padding-bottom:22px}.steps{display:grid;gap:18px}.steps.four{grid-template-columns:repeat(4,minmax(0,1fr))}.steps article{padding:24px;border-top:2px solid var(--line-yellow);background:rgba(255,255,255,.035);border-radius:var(--radius)}.steps span,.timeline span{display:grid;place-items:center;width:42px;height:42px;margin-bottom:18px;border-radius:50%;color:#101010;background:var(--yellow);font-weight:900}.steps p{color:var(--muted)}.materials-preview .two-col{width:min(var(--container),calc(100% - 40px))}.warning-panel{width:min(var(--container),calc(100% - 40px));margin-left:auto;margin-right:auto;padding:34px;border-color:rgba(255,232,47,.35)}.info-list{display:grid;gap:14px}.info-list div{padding:20px}.info-list strong{display:block;color:var(--yellow);font-size:19px}.timeline{width:min(920px,calc(100% - 40px));margin:0 auto;display:grid;gap:14px}.timeline article{display:grid;grid-template-columns:60px 1fr;gap:18px;padding:24px 0;border-top:1px solid var(--line)}.timeline span{margin:0}.timeline h3{margin-bottom:6px}.price-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.price-grid article{padding:24px}.table-card{padding:28px}.responsive-table{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:720px}th,td{padding:16px;border-bottom:1px solid var(--line);text-align:left}th{color:var(--yellow)}td{color:var(--muted)}.faq-grid{width:min(980px,calc(100% - 40px));margin:0 auto;display:grid;gap:12px}.faq-grid details{padding:18px 22px}.faq-grid summary{cursor:pointer;font-size:18px;font-weight:900}.faq-grid p{margin:12px 0 0}.final-cta{width:min(var(--container),calc(100% - 40px));margin:0 auto}.cta-panel{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,.78fr);gap:clamp(24px,4vw,50px);padding:clamp(28px,5vw,54px);border-color:var(--line-yellow)}.compact-panel{align-items:center}.request-form{display:grid;gap:13px}.request-form label{display:grid;gap:7px;color:var(--muted);font-weight:800}.request-form input,.request-form textarea{width:100%;border:1px solid rgba(255,255,255,.16);border-radius:12px;padding:13px 14px;color:var(--text);background:rgba(0,0,0,.25);outline:none}.request-form input:focus,.request-form textarea:focus{border-color:var(--yellow);box-shadow:0 0 0 3px rgba(243,226,37,.12)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-note{margin:0;font-size:14px}code{color:var(--yellow)}.contact-lines{margin-top:26px;display:grid;gap:8px}.contact-lines p{margin:0;color:var(--muted)}.contact-lines button{border:0;padding:0;color:var(--yellow);background:transparent;cursor:pointer;font-weight:900}.contact-lines a{color:var(--yellow);font-weight:900}.footer{border-top:1px solid var(--line);background:#050606}.footer-grid{display:grid;grid-template-columns:1.2fr .7fr .8fr;gap:32px;padding:38px 0 28px}.footer-brand{display:inline-flex;align-items:center;gap:12px;margin-bottom:14px;text-decoration:none}.footer-brand img{width:48px;height:48px;object-fit:contain;border-radius:12px}.footer-brand strong{display:block;font-size:22px}.footer-brand small{display:block;color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:900}.footer h3{color:var(--yellow);font-size:17px}.footer a,.footer-link-button{display:block;margin:9px 0;color:var(--muted);background:none;border:0;padding:0;text-align:left;text-decoration:none}.footer a:hover,.footer-link-button:hover{color:var(--yellow)}.footer-bottom{display:flex;justify-content:space-between;gap:16px;padding:18px 0 28px;border-top:1px solid var(--line);color:var(--dim);font-size:14px}.toast{position:fixed;left:50%;bottom:22px;transform:translateX(-50%) translateY(20px);opacity:0;pointer-events:none;z-index:100;max-width:min(520px,calc(100% - 40px));padding:14px 18px;border:1px solid var(--line-yellow);border-radius:999px;color:#101010;background:linear-gradient(135deg,var(--yellow),var(--yellow-2));font-weight:900;box-shadow:var(--shadow);transition:.25s ease}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}@media (max-width:1120px){.header-inner{grid-template-columns:1fr;gap:12px;padding:14px 0}.site-header{position:relative}.nav{justify-content:flex-start}.header-actions{justify-content:flex-start}}@media (max-width:980px){.hero-grid,.page-hero-grid,.dark-split,.two-col,.cta-panel,.footer-grid{grid-template-columns:1fr}.cards.three,.cards.four,.cards.six,.work-grid.three,.steps.four,.price-grid{grid-template-columns:1fr 1fr}.dark-split.reverse>div:first-child,.dark-split.reverse>div:last-child{order:initial}.trust-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.container,.final-cta,.dark-split,.two-col,.warning-panel,.timeline,.faq-grid{width:min(100% - 28px,var(--container))}.brand{min-width:0}.brand-logo{width:52px;height:52px}.brand-text strong{font-size:24px}.brand-text small{font-size:11px}.nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.nav a{text-align:center;font-size:14px;padding:9px 8px}.header-actions{display:grid;grid-template-columns:1fr 92px;width:100%}.phone-pill,.max-pill{text-align:center}h1{font-size:38px}.page-hero h1{font-size:34px}h2{font-size:30px}.lead,.check-list{font-size:17px}.actions,.form-row,.cards.three,.cards.four,.cards.six,.work-grid.three,.steps.four,.price-grid,.trust-grid{grid-template-columns:1fr}.actions{display:grid}.button{width:100%}.hero-media img,.image-stack img,.rounded-media{aspect-ratio:4/3}.dark-split,.cta-panel,.warning-panel{padding:22px;border-radius:18px}.footer-bottom{flex-direction:column}.toast{border-radius:18px;text-align:center}}

/* === ProCut24 v3: более спокойная B2B-типографика и менее тяжелая подача === */
body {
  font-size: 16px;
  line-height: 1.58;
}

.site-header {
  min-height: 82px;
}

.header-inner {
  min-height: 82px;
}

.brand-logo {
  width: 52px;
  height: 52px;
  border-radius: 12px;
}

.brand-text strong {
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -0.015em;
}

.brand-text small {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.nav a {
  font-size: 15px;
  font-weight: 700;
  padding: 9px 12px;
}

.phone-pill,
.max-pill,
.footer-link-button {
  font-weight: 800;
}

.phone-pill,
.max-pill {
  padding: 11px 15px;
  font-size: 15px;
}

.hero-grid,
.page-hero-grid {
  padding: clamp(46px, 6vw, 84px) 0 clamp(36px, 5vw, 66px);
}

.hero-home .hero-grid {
  padding-top: clamp(50px, 6.5vw, 92px);
}

.eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.105em;
}

h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: none;
}

.page-hero h1 {
  max-width: 760px;
  font-size: clamp(30px, 3.3vw, 48px);
  line-height: 1.09;
  font-weight: 800;
  text-transform: none;
}

h2 {
  max-width: 800px;
  margin-bottom: 14px;
  font-size: clamp(26px, 2.6vw, 38px);
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -0.025em;
}

h3 {
  font-size: 20px;
  line-height: 1.22;
  font-weight: 800;
}

.lead {
  max-width: 660px;
  font-size: 18px;
  line-height: 1.58;
}

.section {
  padding: clamp(40px, 5.2vw, 72px) 0;
}

.section-head {
  margin-bottom: 28px;
}

.section-head p {
  font-size: 17px;
  line-height: 1.58;
}

.button {
  min-height: 50px;
  padding: 12px 20px;
  border-radius: 13px;
  font-weight: 800;
}

.check-list {
  font-size: 17px;
  font-weight: 750;
  gap: 8px;
}

.check-list.small {
  font-size: 16px;
  font-weight: 700;
}

.check-list li,
.plain-list li {
  padding-left: 30px;
}

.check-list li:before,
.plain-list li:before {
  font-size: 23px;
  top: -1px;
}

.trust-grid div {
  padding: 19px 18px;
}

.trust-grid strong {
  font-size: 16px;
  font-weight: 800;
  text-transform: none;
}

.trust-grid span {
  font-size: 14px;
}

.card,
.info-list div,
.price-grid article {
  padding: 22px;
}

.card.compact {
  padding: 20px;
}

.card-number {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 800;
}

.card p,
.work-card p,
.price-grid p,
.timeline p,
.info-list span,
.faq-grid p,
.footer-note,
.form-note {
  font-size: 15.5px;
  line-height: 1.56;
}

.dark-split {
  padding: clamp(28px, 4.2vw, 56px);
}

.steps article {
  padding: 22px;
}

.steps span,
.timeline span {
  width: 38px;
  height: 38px;
  margin-bottom: 15px;
  font-weight: 800;
}

.timeline article {
  grid-template-columns: 54px 1fr;
  padding: 21px 0;
}

.faq-grid summary {
  font-size: 17px;
  font-weight: 800;
}

.cta-panel {
  padding: clamp(24px, 4.2vw, 46px);
}

.request-form label {
  font-weight: 700;
}

.footer-brand strong {
  font-size: 21px;
  font-weight: 800;
}

.footer-brand small {
  font-weight: 700;
}

.footer h3 {
  font-size: 16px;
}

@media (max-width: 1120px) {
  .site-header {
    min-height: auto;
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .page-hero-grid {
    padding-top: 42px;
  }
}

@media (max-width: 640px) {
  .brand-logo {
    width: 48px;
    height: 48px;
  }

  .brand-text strong {
    font-size: 22px;
  }

  .brand-text small {
    font-size: 10px;
  }

  .nav a {
    font-size: 13px;
    font-weight: 700;
  }

  h1 {
    font-size: 31px;
    line-height: 1.08;
  }

  .page-hero h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 25px;
    line-height: 1.16;
  }

  h3 {
    font-size: 19px;
  }

  .lead,
  .check-list {
    font-size: 16px;
  }

  .section-head p {
    font-size: 16px;
  }

  .button {
    min-height: 48px;
  }
}

/* === ProCut24 v4: реальные фото, спокойнее шрифты, больше доверия === */
h1 {
  font-size: clamp(32px, 3.6vw, 52px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.page-hero h1 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
  font-weight: 700;
}

h2 {
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.018em;
}

h3 {
  font-size: 19px;
  line-height: 1.26;
  font-weight: 700;
}

.lead {
  font-size: 17px;
  line-height: 1.62;
}

.section-head p,
.card p,
.work-card p,
.price-grid p,
.timeline p,
.info-list span,
.faq-grid p,
.footer-note,
.form-note {
  font-size: 15px;
  line-height: 1.62;
}

.brand-text strong,
.phone-pill,
.max-pill,
.button,
.trust-grid strong,
.faq-grid summary {
  font-weight: 700;
}

.nav a {
  font-weight: 650;
}

.eyebrow {
  font-weight: 700;
}

.visual-panel {
  overflow: hidden;
  border: 1px solid var(--line-yellow);
  border-radius: var(--radius-lg);
  background: #050606;
  box-shadow: var(--shadow);
}

.visual-panel img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.visual-panel.contain img {
  object-fit: contain;
  background: #f3f0ea;
}

.visual-panel.tall img {
  aspect-ratio: 4 / 3;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.proof-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  box-shadow: 0 14px 40px rgba(0,0,0,.24);
}

.proof-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

.proof-card div {
  padding: 20px;
}

.proof-card p {
  color: var(--muted);
  font-size: 15px;
}

.callout-line {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid var(--line-yellow);
  border-radius: 16px;
  color: var(--muted);
  background: rgba(243, 226, 37, .06);
}

.callout-line strong {
  color: var(--yellow);
}

.image-note {
  margin-top: 12px;
  color: var(--dim);
  font-size: 14px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.gallery-grid .proof-card img {
  aspect-ratio: 16 / 10;
}

@media (max-width: 980px) {
  .proof-grid,
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  h1 {
    font-size: 33px;
  }

  .page-hero h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  .proof-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .visual-panel img,
  .visual-panel.contain img,
  .visual-panel.tall img {
    aspect-ratio: 4 / 3;
  }
}

/* v5 — блоки доверия, официальная информация и пояснение по расчёту */
.official-section .section-head,
.price-explain .section-head,
.official-details .section-head {
  max-width: 860px;
}

.official-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.info-card button {
  appearance: none;
  border: 0;
  padding: 0;
  color: var(--yellow);
  background: transparent;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.footer-mini {
  margin-top: 10px;
  color: var(--dim);
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 860px) {
  .official-grid {
    grid-template-columns: 1fr;
  }
}


/* v6: форма заявки отправляет письмо на zakaz@procut24.ru */
.form-hidden{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important}
.request-form input[type="file"]{padding:11px;background:rgba(255,255,255,.06);color:var(--muted);cursor:pointer}
.request-form input[type="file"]::file-selector-button{margin-right:12px;border:1px solid var(--line-yellow);border-radius:10px;padding:9px 12px;color:#101010;background:linear-gradient(135deg,var(--yellow),var(--yellow-2));font-weight:900;cursor:pointer}
.status-page{min-height:calc(100vh - 92px);display:grid;place-items:center;padding:60px 20px}.status-card{width:min(760px,100%);border:1px solid var(--line-yellow);border-radius:var(--radius-lg);background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));box-shadow:var(--shadow);padding:clamp(28px,5vw,54px);text-align:center}.status-card h1{text-transform:none;font-size:clamp(34px,4vw,54px);line-height:1.08}.status-card p{color:var(--muted);font-size:18px}.status-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:24px}


/* === ProCut24 v7: коммерческие SEO-страницы === */
.cards.five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.centered-actions { justify-content: center; margin-top: 26px; }
.centered-text { text-align: center; max-width: 960px; margin-left: auto; margin-right: auto; }
.card h3 a { color: inherit; text-decoration: none; }
.card h3 a:hover { color: var(--yellow); }
.footer-grid { grid-template-columns: 1.1fr .75fr .75fr .85fr; }
@media (max-width: 1200px) { .cards.five { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 980px) { .footer-grid { grid-template-columns: 1fr 1fr; } .cards.five { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .cards.five { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr; } }


.work-card img.fit-image,
.proof-card img.fit-image {
  object-fit: contain;
  background: #f3f0ea;
  padding: 8px;
}


/* v7.3 — увеличили и сделали читаемыми инфографики */
.hero-media img.fit-image,
.visual-panel img.fit-image,
.work-card img.fit-image,
.proof-card img.fit-image {
  object-fit: contain !important;
  object-position: top center;
  background: #f3f0ea;
  padding: 10px;
  aspect-ratio: auto !important;
}

.image-zoom {
  display: block;
  text-decoration: none;
}

.image-zoom img {
  cursor: zoom-in;
}

.proof-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Final image fix: infographics must not be cropped, photos must not show empty bands. */
.hero-media,
.visual-panel,
.work-card,
.proof-card {
  min-width: 0;
}

.hero-media .image-zoom,
.visual-panel .image-zoom,
.work-card .image-zoom,
.proof-card .image-zoom {
  display: block;
  width: 100%;
  overflow: hidden;
  background: #f3f0ea;
}

.hero-media img.fit-image,
.visual-panel img.fit-image,
.work-card img.fit-image,
.proof-card img.fit-image,
.gallery-grid .proof-card img.fit-image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 0 !important;
  background: #f3f0ea !important;
  border-bottom: 1px solid var(--line);
}

.proof-card > img:not(.fit-image),
.work-card > img:not(.fit-image),
.gallery-grid .proof-card > img:not(.fit-image) {
  display: block !important;
  width: 100% !important;
  height: clamp(320px, 30vw, 560px) !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center top !important;
  background: #050606 !important;
  border-bottom: 1px solid var(--line);
}

.work-grid.three {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

@media (max-width: 980px) {
  .proof-grid,
  .gallery-grid,
  .work-grid.three {
    grid-template-columns: 1fr !important;
  }

  .proof-card > img:not(.fit-image),
  .work-card > img:not(.fit-image),
  .gallery-grid .proof-card > img:not(.fit-image) {
    height: clamp(260px, 62vw, 520px) !important;
  }
}

.work-grid.three {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .proof-grid,
  .work-grid.three {
    grid-template-columns: 1fr;
  }
}

/* Layout correction: keep the original compact grids, only prevent infographic cropping. */
.proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.work-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.gallery-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.proof-card > img:not(.fit-image),
.work-card > img:not(.fit-image),
.gallery-grid .proof-card > img:not(.fit-image) {
  height: auto !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: #050606 !important;
}

.work-card img.fit-image,
.proof-card img.fit-image {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 0 !important;
  background: #f3f0ea !important;
}

.work-card .image-zoom,
.proof-card .image-zoom {
  background: #f3f0ea !important;
}

@media (max-width: 980px) {
  .proof-grid,
  .gallery-grid,
  .work-grid.three {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 640px) {
  .proof-grid,
  .gallery-grid,
  .work-grid.three {
    grid-template-columns: 1fr !important;
  }
}

/* v4: Desktop portfolio infographic must stay three cards in one row. */
@media (min-width: 900px) {
  .work-grid.three {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }
}

@media (min-width: 981px) {
  .proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 899px) {
  .work-grid.three {
    grid-template-columns: 1fr !important;
  }
}

/* v5: Full-width infographic panels should fit on screen instead of becoming huge. */
.visual-panel.contain {
  display: grid !important;
  place-items: center !important;
  background: #f3f0ea !important;
}

.visual-panel.contain .image-zoom {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  background: #f3f0ea !important;
}

.visual-panel.contain img.fit-image,
.visual-panel.contain .image-zoom img.fit-image {
  width: 100% !important;
  height: clamp(360px, 62vh, 760px) !important;
  max-height: 760px !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 0 !important;
  background: #f3f0ea !important;
}

.hero-media img.fit-image {
  height: clamp(300px, 38vw, 560px) !important;
  object-fit: contain !important;
}

@media (max-width: 640px) {
  .visual-panel.contain img.fit-image,
  .visual-panel.contain .image-zoom img.fit-image {
    height: clamp(280px, 70vh, 560px) !important;
  }
}

/* === ProCut24 v8: ценовые блоки, SEO-страницы по материалам и таблицы стоимости === */
.price-anchor {
  width: min(var(--container), calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.price-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.price-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  box-shadow: 0 14px 40px rgba(0,0,0,.24);
}

.price-card.featured,
.price-table-card {
  border-color: var(--line-yellow);
}

.price-card span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #101010;
  background: linear-gradient(135deg, var(--yellow), var(--yellow-2));
  font-size: 17px;
  font-weight: 900;
}

.price-card h3 {
  margin-bottom: 9px;
}

.price-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.price-note {
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid var(--line-yellow);
  border-radius: 16px;
  color: var(--muted);
  background: rgba(243, 226, 37, .06);
  line-height: 1.6;
}

.price-note strong {
  color: var(--yellow);
}

.price-table td:nth-child(2),
.price-table th:nth-child(2) {
  white-space: nowrap;
  color: var(--yellow);
  font-weight: 800;
}

.advantage-section .card,
.material-seo .card {
  min-height: 100%;
}

@media (max-width: 1100px) {
  .price-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .price-anchor {
    width: min(100% - 28px, var(--container));
  }

  .price-cards {
    grid-template-columns: 1fr;
  }

  .price-card,
  .price-note {
    padding: 18px;
  }

  .price-card span {
    font-size: 16px;
  }
}


/* Юридические страницы, согласие 152-ФЗ и cookie */
.consent-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255,255,255,.78);
  margin: 4px 0 2px;
}
.consent-checkbox input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex: 0 0 auto;
  accent-color: var(--yellow);
}
.consent-checkbox a,
.legal-card a,
.cookie-banner a {
  color: var(--yellow);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-page {
  padding-top: 34px;
}
.legal-card {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  background: rgba(255,255,255,.06);
  box-shadow: 0 18px 50px rgba(0,0,0,.22);
}
.legal-card h2 {
  margin: 26px 0 12px;
  font-size: 24px;
}
.legal-card h2:first-child {
  margin-top: 0;
}
.legal-card p,
.legal-card li {
  color: rgba(255,255,255,.78);
  line-height: 1.65;
}
.cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(17,24,39,.96);
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}
.cookie-banner[hidden] {
  display: none;
}
.cookie-banner p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.45;
}
.small-button {
  padding: 10px 16px;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .legal-card { padding: 22px; border-radius: 18px; }
  .legal-card h2 { font-size: 20px; }
  .cookie-banner { flex-direction: column; align-items: flex-start; }
}

/* Юридические ссылки: отдельными строками, чтобы не склеивались с почтой */
.contact-legal-links {
  display: grid;
  gap: 4px;
  margin-top: 2px;
  margin-bottom: 10px;
}
.contact-legal-links a {
  display: block;
  width: fit-content;
  line-height: 1.35;
}
.footer-legal-links {
  display: grid;
  gap: 4px;
  margin: 8px 0 12px;
}
.footer-legal-links a {
  margin: 0;
  line-height: 1.35;
}

/* V3: компактные страницы вместо длинной прокрутки с формой на каждой странице */
.compact-contact-cta{padding-top:34px;padding-bottom:54px}
.compact-contact-cta .cta-panel{grid-template-columns:minmax(0,1fr) 280px}
.footer-legal-links{display:grid;gap:8px;margin-top:10px}
.footer-legal-links a{display:block;margin:0;line-height:1.35;color:var(--yellow);font-weight:900;text-decoration:underline;text-underline-offset:3px}
.consent-checkbox{display:grid!important;grid-template-columns:22px 1fr!important;align-items:flex-start;gap:10px!important;padding:12px;border:1px solid rgba(243,226,37,.25);border-radius:12px;background:rgba(243,226,37,.06)}
.consent-checkbox input{width:18px!important;height:18px;margin-top:4px}
.consent-checkbox span{line-height:1.45}
.consent-checkbox a{color:var(--yellow);font-weight:900}
@media (max-width:980px){.compact-contact-cta .cta-panel{grid-template-columns:1fr}}
