/* ═══ Онлайн-аудит сайта: /zakazchikam/audit/ ═══
   Дополняет calc.css — оттуда берутся .ccard, .cbtn, .cpill, .cverdict. */

.auform{display:flex;gap:10px;max-width:640px;margin:26px 0 10px;flex-wrap:wrap}
.auform input{flex:1 1 300px;min-height:52px;padding:14px 18px;border-radius:8px;
  border:1px solid rgba(145,173,255,.45);background:rgba(255,255,255,.08);color:#fff;
  font:400 16px/1.4 inherit}
.auform input::placeholder{color:rgba(255,255,255,.55)}
.auform input:focus-visible{outline:2px solid #52b6f9;outline-offset:1px;background:rgba(255,255,255,.14)}
.auform .cbtn{min-height:52px}
.auerr{margin:10px 0 0;padding:12px 16px;border-radius:8px;max-width:640px;
  background:rgba(224,168,26,.18);color:#f2cb5e;font-size:14.5px;line-height:1.5}
@media(max-width:560px){.auform .cbtn{width:100%}}

/* что проверяем */
.auwhat{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-bottom:28px}
.auwhat__c{background:#fff;border:1px solid #e7e7ea;border-radius:12px;padding:24px}
.auwhat__c h2{margin:0 0 10px;font-size:18px;line-height:1.25;letter-spacing:-.01em}
.auwhat__c p{margin:0;font-size:14.5px;line-height:1.6;color:#525256}

/* сводка результата */
.ausum{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));margin-bottom:24px}
.ausum__k{background:#fff;border:1px solid #e7e7ea;border-radius:12px;padding:20px 22px;
  display:flex;flex-direction:column;gap:4px}
.ausum__k b{font-size:30px;line-height:1;letter-spacing:-.02em;font-weight:800}
.ausum__k span{font-size:13.5px;color:#525256;line-height:1.4}
.ausum__k.is-bad b{color:#96150f}
.ausum__k.is-good b{color:#1e6b45}

/* находка */
.auh2{margin:36px 0 14px;font-size:22px;line-height:1.2;letter-spacing:-.015em}
.aufind{background:#fff;border:1px solid #e7e7ea;border-radius:12px;overflow:hidden;
  margin-bottom:14px;border-left:4px solid #d1d1d7}
.aufind--crit{border-left-color:#96150f}
.aufind--warn{border-left-color:#e0a81a}
.aufind--ok{border-left-color:#00628f}
.aufind__hd{display:flex;gap:14px;align-items:flex-start;justify-content:space-between;
  padding:18px 22px 12px;flex-wrap:wrap}
.aufind__hd h3{margin:0;font-size:17.5px;line-height:1.3;letter-spacing:-.01em;flex:1 1 260px}
.aufind__step{padding:12px 22px;border-top:1px solid #f0f0f3}
.aufind__step b{display:block;font-size:11px;letter-spacing:.12em;text-transform:uppercase;
  color:#8e9095;margin-bottom:5px}
.aufind__step p{margin:0;font-size:15px;line-height:1.6;color:#2a2a2e;max-width:76ch}
.aufind__step--p{background:#fbeae8}
.aufind__step--p b{color:#96150f}
.aufind__step--p p{font-weight:600;color:#0b1230}
.aufind__step--f{background:#e3eff6}
.aufind__step--f b{color:#00628f}
.aufind__offer{display:flex;gap:20px;align-items:center;justify-content:space-between;
  padding:16px 22px;background:#070b74;color:#fff;flex-wrap:wrap}
.aufind__offer.is-free{background:#f2f4fb;color:#0b1230}
.aufind__offer b{display:block;font-size:11px;letter-spacing:.12em;text-transform:uppercase;
  color:#91adff;margin-bottom:5px}
.aufind__offer.is-free b{color:#8e9095}
.aufind__offer p{margin:0;font-size:14.5px;line-height:1.55;max-width:70ch}
.aufind__svc{flex:none;font-size:13px;font-weight:700;color:#91adff;white-space:nowrap}
.aufind__offer.is-free .aufind__svc{color:#00628f}
@media(max-width:640px){.aufind__offer{flex-direction:column;align-items:flex-start;gap:10px}}

/* перекрёстные блоки */
.aucross{background:#070b74;color:#fff;border-radius:12px;padding:28px;margin:32px 0 20px}
.aucross h2{margin:0 0 10px;font-size:22px;line-height:1.2;color:#fff}
.aucross p{margin:0 0 18px;font-size:15px;line-height:1.65;color:rgba(255,255,255,.86);max-width:74ch}
.aunote{background:#f6f7fb;border:1px solid #e7e7ea;border-radius:12px;padding:26px;margin-top:20px}
.aunote h2{margin:0 0 10px;font-size:19px;line-height:1.25}
.aunote p{margin:0 0 12px;font-size:14.5px;line-height:1.65;color:#525256;max-width:78ch}
.aunote p:last-child{margin-bottom:0}
.aunote__x{padding-top:14px;border-top:1px solid #e7e7ea}
.aunote a,.aucross a{color:inherit}
.aunote a{color:#0050c8;text-decoration:underline}

/* связка на калькуляторе */
.calc-page .ccross{background:#f2f4fb;border:1px solid #dbe4ff;border-radius:12px;
  padding:22px;margin-top:18px}
.calc-page .ccross h2{margin:0 0 8px;font-size:18px;line-height:1.25}
.calc-page .ccross p{margin:0 0 14px;font-size:14.5px;line-height:1.6;color:#525256}

@media print{
  .auform,.aucross,.auwhat{display:none!important}
  .aufind{break-inside:avoid;border:1px solid #bbb!important}
  .aufind__offer{background:#fff!important;color:#000!important;border-top:1px solid #bbb}
  .aufind__offer b,.aufind__svc{color:#333!important}
}
