@charset "UTF-8";
/* ozlocks-tech.css
   Дизайн-система веб-страниц технического раздела OZLocks (эталон — лендинг АУРА, ozlocks.ru/aura).
   Подключать ОДИН раз: в <head> шаблона техраздела или как общий CSS-ресурс сайта.
   Каждую страницу раздела оборачивать в <div class="oz-techpage">…</div> (режим «Источник»).
   Шрифты подтягиваются @import-ом ниже. Для скорости можно убрать @import и добавить в <head> шаблона:
   <link rel="preconnect" href="https://fonts.googleapis.com">
   <link href="https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@500;600;700&family=Wix+Madefor+Text:wght@400;500&display=swap" rel="stylesheet">
*/
@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@500;600;700&family=Wix+Madefor+Text:wght@400;500&display=swap');

/* ===== OZLocks web design system (эталон — лендинг АУРА), scoped под .oz-techpage ===== */
.oz-techpage{
  --oz-primary:#228BE6;--oz-primary-dark:#0061B2;--oz-cta:#F25830;
  --oz-text:#212529;--oz-text-muted:#868E96;--oz-surface:#F8F9FA;
  --oz-red:#FA5252;--oz-green:#12B886;--oz-yellow:#FAB005;--oz-indigo:#4C6EF5;--oz-turq:#15AABF;
  --oz-line:#E9ECEF;
  font-family:"Wix Madefor Text",-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--oz-text);background:#fff;line-height:1.6;font-size:16px;
  -webkit-font-smoothing:antialiased;
}
.oz-techpage *{box-sizing:border-box;}
.oz-techpage h1,.oz-techpage h2,.oz-techpage h3,.oz-techpage h4{
  font-family:"Wix Madefor Display",-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-weight:600;color:var(--oz-text);text-transform:none;letter-spacing:normal;margin:0;
}
.oz-techpage h1{font-size:clamp(30px,5.2vw,56px);line-height:1.12;}
.oz-techpage h2{font-size:clamp(26px,4vw,40px);line-height:1.18;}
.oz-techpage h3{font-size:clamp(21px,2.6vw,28px);line-height:1.25;}
.oz-techpage h4{font-size:20px;line-height:1.3;font-weight:500;}
.oz-techpage p{margin:0;}
.oz-techpage a{color:var(--oz-primary);text-decoration:none;}
.oz-techpage a:hover{text-decoration:underline;}

.oz-techpage .wrap{max-width:1080px;margin:0 auto;padding:0 20px;}
.oz-techpage .sec{padding:56px 0;}
.oz-techpage .sec--alt{background:var(--oz-surface);}
.oz-techpage .sec__head{max-width:760px;margin-bottom:28px;}
.oz-techpage .sec__head p{color:var(--oz-text-muted);margin-top:10px;}

/* breadcrumb / eyebrow */
.oz-techpage .crumbs{font-size:14px;color:var(--oz-text-muted);margin-bottom:18px;}
.oz-techpage .crumbs a{color:var(--oz-text-muted);}
.oz-techpage .pill{display:inline-block;font-size:13px;font-weight:500;color:var(--oz-primary);
  background:rgba(34,139,230,.1);padding:6px 12px;border-radius:999px;margin-bottom:18px;}

/* hero */
.oz-techpage .hero p.lead{font-size:19px;color:#343A40;max-width:760px;margin-top:18px;}
.oz-techpage .hero .cta{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-top:28px;}
.oz-techpage .bullets{display:flex;flex-wrap:wrap;gap:14px 28px;margin-top:32px;}
.oz-techpage .bullets li{list-style:none;display:flex;align-items:center;gap:9px;font-weight:500;}
.oz-techpage .bullets li::before{content:"";width:9px;height:9px;border-radius:50%;background:var(--oz-primary);flex:0 0 auto;}

/* buttons */
.oz-techpage .oz-btn{display:inline-block;border-radius:8px;padding:12px 18px;border:0;cursor:pointer;
  font-family:"Wix Madefor Text",sans-serif;font-size:16px;font-weight:500;line-height:1;text-decoration:none;}
.oz-techpage .oz-btn:hover{text-decoration:none;opacity:.92;}
.oz-techpage .oz-btn--primary{background:var(--oz-primary);color:#fff;}
.oz-techpage .oz-btn--secondary{background:#fff;color:var(--oz-text-muted);border:1px solid var(--oz-line);}
.oz-techpage .oz-btn--lg{font-size:18px;padding:15px 26px;}
.oz-techpage .oz-link{color:var(--oz-primary);font-weight:500;}

/* cards */
.oz-techpage .oz-card{border-radius:24px;padding:32px;background:var(--oz-surface);box-shadow:none;}
.oz-techpage .oz-card--accent{background:var(--oz-primary);color:#fff;}
.oz-techpage .oz-card--accent h3{color:#fff;}
.oz-techpage .oz-card--accent .tag{background:rgba(255,255,255,.18);color:#fff;}

/* compare 2 cards */
.oz-techpage .compare{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.oz-techpage .compare .tag{display:inline-block;font-size:13px;font-weight:500;padding:5px 11px;border-radius:999px;
  background:rgba(134,142,150,.14);color:var(--oz-text-muted);margin-bottom:14px;}
.oz-techpage .compare ul{margin:14px 0 0;padding:0;}
.oz-techpage .compare li{list-style:none;display:flex;gap:10px;padding:7px 0;font-size:15px;}
.oz-techpage .compare li svg{flex:0 0 auto;margin-top:3px;}

/* feature grid */
.oz-techpage .feat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(248px,1fr));gap:20px;}
.oz-techpage .feat .ico{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:14px;margin-bottom:16px;}
.oz-techpage .feat h4{margin-bottom:8px;}
.oz-techpage .feat p{color:#495057;font-size:15px;}
.oz-techpage .ico--blue{background:rgba(34,139,230,.1);color:var(--oz-primary);}
.oz-techpage .ico--green{background:rgba(18,184,134,.1);color:var(--oz-green);}
.oz-techpage .ico--yellow{background:rgba(250,176,5,.12);color:#B8860B;}
.oz-techpage .ico--indigo{background:rgba(76,110,245,.1);color:var(--oz-indigo);}
.oz-techpage .ico--turq{background:rgba(21,170,191,.1);color:var(--oz-turq);}
.oz-techpage .ico--red{background:rgba(250,82,82,.1);color:var(--oz-red);}
.oz-techpage .ico--grey{background:rgba(134,142,150,.12);color:var(--oz-text-muted);}

/* requirements note */
.oz-techpage .note{display:flex;gap:18px;align-items:flex-start;}
.oz-techpage .note .ico{flex:0 0 auto;}
.oz-techpage .note p{color:#495057;}

/* table */
.oz-techpage .tbl-scroll{overflow-x:auto;border-radius:18px;border:1px solid var(--oz-line);}
.oz-techpage table.cmp{width:100%;border-collapse:collapse;min-width:520px;background:#fff;}
.oz-techpage table.cmp th,.oz-techpage table.cmp td{padding:14px 18px;text-align:left;border-bottom:1px solid var(--oz-line);}
.oz-techpage table.cmp thead th{background:var(--oz-surface);font-family:"Wix Madefor Display",sans-serif;font-weight:600;font-size:15px;}
.oz-techpage table.cmp td:not(:first-child),.oz-techpage table.cmp th:not(:first-child){text-align:center;width:24%;}
.oz-techpage table.cmp tr:last-child td,.oz-techpage table.cmp tbody tr:last-child td{border-bottom:0;}
.oz-techpage .yes{color:var(--oz-green);font-weight:700;font-size:18px;}
.oz-techpage .no{color:var(--oz-text-muted);font-weight:600;}

/* model chips */
.oz-techpage .chips{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px;}
.oz-techpage .chip{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:12px;
  background:#fff;border:1px solid var(--oz-line);font-weight:500;font-size:15px;color:var(--oz-text);}
.oz-techpage .chip--link{border-color:rgba(34,139,230,.35);}
.oz-techpage .chip--link a{color:var(--oz-text);}
.oz-techpage .chip .dot{width:7px;height:7px;border-radius:50%;background:var(--oz-primary);}

/* see-also */
.oz-techpage .links{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px 28px;margin-top:8px;padding:0;}
.oz-techpage .links li{list-style:none;}
.oz-techpage .links a{display:inline-flex;gap:8px;font-weight:500;}
.oz-techpage .links a::before{content:"→";color:var(--oz-primary);}

/* CTA band */
.oz-techpage .band{background:var(--oz-surface);border-radius:24px;padding:36px 32px;
  display:flex;flex-wrap:wrap;gap:18px 28px;align-items:center;justify-content:space-between;}
.oz-techpage .band h3{margin-bottom:4px;}
.oz-techpage .band .phone{font-family:"Wix Madefor Display",sans-serif;font-size:22px;font-weight:600;}
.oz-techpage .band .phone span{display:block;font-family:"Wix Madefor Text",sans-serif;font-size:14px;font-weight:400;color:var(--oz-text-muted);}

@media (max-width:640px){
  .oz-techpage .sec{padding:40px 0;}
  .oz-techpage .compare{grid-template-columns:1fr;}
  .oz-techpage .oz-card{padding:24px;}
  .oz-techpage .band{flex-direction:column;align-items:flex-start;}
  .oz-techpage .oz-btn{width:100%;text-align:center;}
}
