
/* AlfaVet Ratolog v1 — page-scoped production stylesheet. */
.avrat-page{
  --ink:#17343a;
  --muted:#60777b;
  --line:#dce9e8;
  --soft:#f3f9f8;
  --tiffany:#21b8ae;
  --tiffany-dark:#0e827b;
  --tiffany-deep:#0b6661;
  --warm:#fff7ef;
  --white:#fff;
  --shadow:0 18px 48px rgba(19,72,76,.10);
  --shadow-strong:0 20px 44px rgba(13,92,89,.20);
  --radius:24px;
  box-sizing:border-box;
  margin:-20px 0 0;
  padding:28px 0 70px;
  background:#fff;
  color:var(--ink);
  font-family:Inter,Arial,sans-serif;
  line-height:1.55;
  overflow:hidden;
}
.avrat-page *,
.avrat-page *::before,
.avrat-page *::after{box-sizing:border-box}
.avrat-page h1,
.avrat-page h2,
.avrat-page h3{
  font-family:Raleway,Inter,Arial,sans-serif;
}
.ast-single-post .entry-content .avrat-page a{
  text-decoration:none;
}

.avrat-page{
      --ink:#17343a;
      --muted:#60777b;
      --line:#dce9e8;
      --soft:#f3f9f8;
      --tiffany:#21b8ae;
      --tiffany-dark:#0e827b;
      --tiffany-deep:#0b6661;
      --warm:#fff7ef;
      --white:#fff;
      --shadow:0 18px 48px rgba(19,72,76,.10);
      --shadow-strong:0 20px 44px rgba(13,92,89,.20);
      --radius:24px;
    }
.avrat-page, .avrat-page *{box-sizing:border-box}
.avrat-page{
      margin:0;
      color:var(--ink);
      background:#fff;
      font-family:Inter,Arial,sans-serif;
      line-height:1.55;
    }
.avrat-page a{color:inherit}
.avrat-page .avrat-wrap{width:min(1160px,calc(100% - 32px));margin:auto}
.avrat-page .avrat-topbar{
      padding:12px 0;
      border-bottom:1px solid var(--line);
      font-size:14px;
      color:var(--muted);
    }
.avrat-page .avrat-topbar .avrat-wrap{display:flex;gap:18px;justify-content:space-between;flex-wrap:wrap}
.avrat-page .avrat-hero{
      padding:64px 0 52px;
      background:
        radial-gradient(circle at 85% 10%,rgba(33,184,174,.18),transparent 30%),
        linear-gradient(180deg,#f9fdfd 0%,#fff 100%);
    }
.avrat-page .avrat-hero-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:42px;
      align-items:center;
    }
.avrat-page .avrat-eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      background:#def6f3;
      color:var(--tiffany-dark);
      font-size:14px;
      font-weight:800;
      letter-spacing:.02em;
    }
.avrat-page .avrat-eyebrow svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}
.avrat-page h1{
      margin:18px 0 18px;
      font-size:clamp(38px,5.4vw,68px);
      line-height:1.02;
      letter-spacing:-.045em;
      max-width:780px;
    }
.avrat-page .avrat-lead{
      font-size:clamp(18px,2vw,23px);
      color:#426166;
      max-width:760px;
      margin:0 0 26px;
    }
.avrat-page .avrat-hero-points{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin:0 0 28px;
    }
.avrat-page .avrat-chip{
      display:inline-flex;
      align-items:center;
      gap:9px;
      border:1px solid var(--line);
      background:#fff;
      padding:9px 12px;
      border-radius:999px;
      font-size:14px;
      font-weight:700;
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }
.avrat-page .avrat-chip:hover{
      transform:translateY(-2px);
      box-shadow:0 12px 28px rgba(15,90,85,.10);
      border-color:#bfe3df;
    }
.avrat-page .avrat-chip svg{
      width:18px;height:18px;
      stroke:var(--tiffany-dark);
      fill:none;
      stroke-width:2;
      flex:0 0 auto;
    }
.avrat-page .avrat-actions{display:flex;gap:12px;flex-wrap:wrap}
.avrat-page .avrat-btn{
      position:relative;
      display:inline-flex;
      justify-content:center;
      align-items:center;
      gap:10px;
      min-height:50px;
      padding:0 22px;
      border-radius:16px;
      text-decoration:none;
      font-weight:800;
      border:1px solid var(--tiffany);
      overflow:hidden;
      transition:
        transform .24s ease,
        box-shadow .24s ease,
        background .24s ease,
        color .24s ease,
        border-color .24s ease;
      box-shadow:0 8px 22px rgba(15,90,85,.10);
      will-change:transform;
    }
.avrat-page .avrat-btn svg{
      width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;
      transition:transform .24s ease;
      position:relative;
      z-index:1;
    }
.avrat-page .avrat-btn span{position:relative;z-index:1}
.avrat-page .avrat-btn::before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(120deg,transparent 20%,rgba(255,255,255,.28) 42%,transparent 62%);
      transform:translateX(-130%);
      transition:transform .6s ease;
    }
.avrat-page .avrat-btn:hover::before{transform:translateX(130%)}
.avrat-page .avrat-btn:hover{
      transform:translateY(-3px) scale(1.01);
      box-shadow:var(--shadow-strong);
    }
.avrat-page .avrat-btn:hover svg{transform:translateX(2px)}
.avrat-page .avrat-btn:active{
      transform:translateY(0) scale(.98);
      box-shadow:0 8px 18px rgba(15,90,85,.14);
    }
.avrat-page .avrat-btn:focus-visible{
      outline:none;
      box-shadow:0 0 0 4px rgba(33,184,174,.18), var(--shadow-strong);
    }
.avrat-page .avrat-btn.avrat-primary{
      background:linear-gradient(135deg,var(--tiffany) 0%,#19a79e 100%);
      color:#fff;
      border-color:transparent;
    }
.avrat-page .avrat-btn.avrat-secondary{
      background:#fff;
      color:var(--tiffany-dark);
    }
.avrat-page .avrat-btn.avrat-secondary:hover{
      background:#f3fcfb;
      border-color:#9cd7d1;
    }
.avrat-page .avrat-price-note{margin-top:14px;color:var(--muted);font-size:14px}
.avrat-page .avrat-visual{
      min-height:470px;
      margin:0;
      overflow:hidden;
      border-radius:32px;
      background:#ecf8f7;
      box-shadow:var(--shadow);
      position:relative;
      transform:translateZ(0);
    }
.avrat-page .avrat-visual img{
      width:100%;
      height:100%;
      min-height:470px;
      display:block;
      object-fit:cover;
      object-position:50% 55%;
      transition:transform .7s ease;
    }
.avrat-page .avrat-visual:hover img{transform:scale(1.03)}
.avrat-page .avrat-visual figcaption{
      position:absolute;
      left:18px;
      right:18px;
      bottom:18px;
      padding:12px 14px;
      border-radius:14px;
      background:rgba(14,48,53,.82);
      color:#fff;
      font-size:14px;
      backdrop-filter:blur(8px);
    }
.avrat-page section{padding:72px 0}
.avrat-page section.avrat-soft{background:var(--soft)}
.avrat-page .avrat-section-head{max-width:820px;margin-bottom:34px}
.avrat-page h2{
      margin:0 0 14px;
      font-size:clamp(30px,4vw,46px);
      line-height:1.12;
      letter-spacing:-.03em;
    }
.avrat-page .avrat-section-head p{margin:0;color:var(--muted);font-size:18px}
.avrat-page .avrat-grid-3{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
    }
.avrat-page .avrat-grid-2{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:20px;
    }
.avrat-page .avrat-card{
      padding:24px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:#fff;
      box-shadow:0 8px 28px rgba(26,75,78,.05);
      transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease;
    }
.avrat-page .avrat-card:hover{
      transform:translateY(-4px);
      box-shadow:0 18px 36px rgba(26,75,78,.10);
      border-color:#c7e5e2;
    }
.avrat-page .avrat-card h3{margin:0 0 8px;font-size:21px}
.avrat-page .avrat-card p{margin:0;color:var(--muted)}
.avrat-page .avrat-icon{
      width:52px;height:52px;border-radius:16px;
      display:grid;place-items:center;
      background:#e2f6f4;color:var(--tiffany-dark);
      margin-bottom:16px;
      transition:transform .24s ease, background .24s ease;
    }
.avrat-page .avrat-card:hover .avrat-icon{transform:scale(1.06) rotate(-3deg);background:#d5f3f0}
.avrat-page .avrat-icon svg{
      width:26px;height:26px;stroke:currentColor;fill:none;stroke-width:2;
      stroke-linecap:round;stroke-linejoin:round;
    }
.avrat-page .avrat-urgent{
      background:#fff8f2;
      border:1px solid #f4d7bf;
      padding:28px;
      border-radius:var(--radius);
    }
.avrat-page .avrat-urgent h3{margin:0 0 10px;font-size:25px}
.avrat-page .avrat-urgent p{margin:0;color:#72533f}
.avrat-page .avrat-doctor{
      display:grid;
      grid-template-columns:.8fr 1.2fr;
      gap:34px;
      align-items:stretch;
    }
.avrat-page .avrat-doctor-photo{
      min-height:430px;
      margin:0;
      border-radius:28px;
      overflow:hidden;
      background:#eaf8f6;
      box-shadow:var(--shadow);
    }
.avrat-page .avrat-doctor-photo img{
      width:100%;
      height:100%;
      min-height:430px;
      display:block;
      object-fit:cover;
      object-position:50% 34%;
      transition:transform .65s ease;
    }
.avrat-page .avrat-doctor-photo:hover img{transform:scale(1.025)}
.avrat-page .avrat-doctor-card{
      border-radius:28px;
      padding:34px;
      background:#173f44;
      color:#fff;
    }
.avrat-page .avrat-doctor-card .avrat-eyebrow{background:rgba(255,255,255,.12);color:#dffaf7}
.avrat-page .avrat-doctor-card h2{margin-top:16px}
.avrat-page .avrat-doctor-card p{color:#d4e5e6;font-size:18px}
.avrat-page .avrat-doctor-list{
      display:grid;
      gap:10px;
      margin-top:24px;
    }
.avrat-page .avrat-doctor-list div{
      display:flex;
      align-items:flex-start;
      gap:10px;
      padding:12px 14px;
      border-radius:14px;
      background:rgba(255,255,255,.08);
    }
.avrat-page .avrat-doctor-list svg{
      width:18px;height:18px;stroke:#8ee7de;fill:none;stroke-width:2;flex:0 0 auto;margin-top:2px;
    }
.avrat-page .avrat-practice-grid{
      display:grid;
      grid-template-columns:.8fr 1.2fr;
      gap:20px;
    }
.avrat-page .avrat-practice-photo{
      margin:0;
      overflow:hidden;
      border-radius:26px;
      background:#eaf8f6;
      box-shadow:var(--shadow);
      position:relative;
      min-height:430px;
    }
.avrat-page .avrat-practice-photo img{
      width:100%;
      height:100%;
      min-height:430px;
      display:block;
      object-fit:cover;
      transition:transform .75s ease;
    }
.avrat-page .avrat-practice-photo:hover img{transform:scale(1.03)}
.avrat-page .avrat-practice-photo.avrat-portrait img{object-position:50% 58%}
.avrat-page .avrat-practice-photo.avrat-landscape img{object-position:50% 50%}
.avrat-page .avrat-practice-photo figcaption{
      position:absolute;
      left:16px;
      right:16px;
      bottom:16px;
      padding:12px 14px;
      border-radius:14px;
      background:rgba(14,48,53,.84);
      color:#fff;
      font-size:14px;
      backdrop-filter:blur(8px);
    }
.avrat-page .avrat-steps{
      counter-reset:step;
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
    }
.avrat-page .avrat-step{
      counter-increment:step;
      padding:22px;
      border-radius:22px;
      border:1px solid var(--line);
      background:#fff;
      transition:transform .24s ease, box-shadow .24s ease;
    }
.avrat-page .avrat-step:hover{
      transform:translateY(-4px);
      box-shadow:0 16px 34px rgba(26,75,78,.09);
    }
.avrat-page .avrat-step:before{
      content:counter(step);
      display:grid;place-items:center;
      width:34px;height:34px;border-radius:50%;
      background:var(--tiffany);color:#fff;font-weight:900;
      margin-bottom:14px;
    }
.avrat-page .avrat-step h3{margin:0 0 6px;font-size:19px}
.avrat-page .avrat-step p{margin:0;color:var(--muted)}
.avrat-page table{
      width:100%;
      border-collapse:collapse;
      overflow:hidden;
      border-radius:20px;
      border:1px solid var(--line);
      background:#fff;
    }
.avrat-page th, .avrat-page td{text-align:left;padding:17px;border-bottom:1px solid var(--line);vertical-align:top}
.avrat-page th{background:#eff8f7}
.avrat-page tr:last-child td{border-bottom:0}
.avrat-page .avrat-faq{display:grid;gap:12px}
.avrat-page details{
      border:1px solid var(--line);
      border-radius:18px;
      background:#fff;
      padding:18px 20px;
      transition:border-color .22s ease, box-shadow .22s ease;
    }
.avrat-page details:hover{border-color:#c7e5e2;box-shadow:0 12px 28px rgba(26,75,78,.05)}
.avrat-page summary{
      cursor:pointer;
      font-weight:800;
      font-size:18px;
      list-style:none;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
    }
.avrat-page summary::-webkit-details-marker{display:none}
.avrat-page .avrat-faq-plus{
      width:28px;height:28px;border-radius:50%;
      display:grid;place-items:center;
      background:#e5f6f4;color:var(--tiffany-dark);
      flex:0 0 auto;
      transition:transform .22s ease, background .22s ease;
    }
.avrat-page .avrat-faq-plus svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}
.avrat-page details[open] .avrat-faq-plus{transform:rotate(45deg);background:#d4f1ee}
.avrat-page details p{color:var(--muted);margin:12px 0 0}
.avrat-page .avrat-related{display:flex;gap:10px;flex-wrap:wrap}
.avrat-page .avrat-related a{
      text-decoration:none;
      padding:11px 14px;
      border:1px solid var(--line);
      border-radius:999px;
      background:#fff;
      font-weight:700;
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }
.avrat-page .avrat-related a:hover{
      transform:translateY(-2px);
      box-shadow:0 12px 24px rgba(26,75,78,.06);
      border-color:#c7e5e2;
    }
.avrat-page .avrat-cta{
      background:linear-gradient(135deg,#116e6b,#1ebcb1);
      color:#fff;
      border-radius:30px;
      padding:42px;
      display:grid;
      grid-template-columns:1fr auto;
      gap:24px;
      align-items:center;
      overflow:hidden;
      position:relative;
    }
.avrat-page .avrat-cta::before{
      content:"";
      position:absolute;
      inset:auto -15% -45% auto;
      width:240px;height:240px;border-radius:50%;
      background:rgba(255,255,255,.12);
      filter:blur(6px);
    }
.avrat-page .avrat-cta h2{margin-bottom:8px}
.avrat-page .avrat-cta p{margin:0;color:#def8f5;font-size:18px}
.avrat-page .avrat-cta .avrat-btn{border-color:#fff;background:#fff;color:#126f6b}
.avrat-page footer{padding:30px 0 50px;color:var(--muted);font-size:14px}
@media (max-width:900px){.avrat-page .avrat-hero-grid, .avrat-page .avrat-doctor, .avrat-page .avrat-cta, .avrat-page .avrat-practice-grid{grid-template-columns:1fr}
.avrat-page .avrat-grid-3{grid-template-columns:1fr 1fr}
.avrat-page .avrat-steps{grid-template-columns:1fr 1fr}
.avrat-page .avrat-visual, .avrat-page .avrat-visual img{min-height:420px}
.avrat-page .avrat-practice-photo, .avrat-page .avrat-practice-photo img{min-height:380px}}
@media (max-width:620px){.avrat-page .avrat-grid-3, .avrat-page .avrat-grid-2, .avrat-page .avrat-steps{grid-template-columns:1fr}
.avrat-page section{padding:54px 0}
.avrat-page .avrat-hero{padding-top:42px}
.avrat-page .avrat-cta{padding:28px}
.avrat-page h1{font-size:42px}}
/* v4 — единая система Tabler Icons; в production выбранные SVG будут локальными. */
.avrat-page .avrat-ti{
  --ti-src:none;
  display:inline-block;
  width:1.25em;
  height:1.25em;
  flex:0 0 auto;
  background:currentColor;
  -webkit-mask:var(--ti-src) center/contain no-repeat;
  mask:var(--ti-src) center/contain no-repeat;
  vertical-align:-.18em;
}
.avrat-page .avrat-ti-acorn{--ti-src:url("/wp-content/mu-plugins/alfavet-ratolog-icons-v1/acorn.svg")}
.avrat-page .avrat-ti-bandage{--ti-src:url("/wp-content/mu-plugins/alfavet-ratolog-icons-v1/bandage.svg")}
.avrat-page .avrat-ti-bowl-spoon{--ti-src:url("/wp-content/mu-plugins/alfavet-ratolog-icons-v1/bowl-spoon.svg")}
.avrat-page .avrat-ti-calendar-check{--ti-src:url("/wp-content/mu-plugins/alfavet-ratolog-icons-v1/calendar-check.svg")}
.avrat-page .avrat-ti-carrot{--ti-src:url("/wp-content/mu-plugins/alfavet-ratolog-icons-v1/carrot.svg")}
.avrat-page .avrat-ti-check{--ti-src:url("/wp-content/mu-plugins/alfavet-ratolog-icons-v1/check.svg")}
.avrat-page .avrat-ti-clipboard-text{--ti-src:url("/wp-content/mu-plugins/alfavet-ratolog-icons-v1/clipboard-text.svg")}
.avrat-page .avrat-ti-cookie{--ti-src:url("/wp-content/mu-plugins/alfavet-ratolog-icons-v1/cookie.svg")}
.avrat-page .avrat-ti-currency-ruble{--ti-src:url("/wp-content/mu-plugins/alfavet-ratolog-icons-v1/currency-ruble.svg")}
.avrat-page .avrat-ti-dental{--ti-src:url("/wp-content/mu-plugins/alfavet-ratolog-icons-v1/dental.svg")}
.avrat-page .avrat-ti-dental-broken{--ti-src:url("/wp-content/mu-plugins/alfavet-ratolog-icons-v1/dental-broken.svg")}
.avrat-page .avrat-ti-device-heart-monitor{--ti-src:url("/wp-content/mu-plugins/alfavet-ratolog-icons-v1/device-heart-monitor.svg")}
.avrat-page .avrat-ti-droplet{--ti-src:url("/wp-content/mu-plugins/alfavet-ratolog-icons-v1/droplet.svg")}
.avrat-page .avrat-ti-flask{--ti-src:url("/wp-content/mu-plugins/alfavet-ratolog-icons-v1/flask.svg")}
.avrat-page .avrat-ti-leaf{--ti-src:url("/wp-content/mu-plugins/alfavet-ratolog-icons-v1/leaf.svg")}
.avrat-page .avrat-ti-lungs{--ti-src:url("/wp-content/mu-plugins/alfavet-ratolog-icons-v1/lungs.svg")}
.avrat-page .avrat-ti-paw{--ti-src:url("/wp-content/mu-plugins/alfavet-ratolog-icons-v1/paw.svg")}
.avrat-page .avrat-ti-phone{--ti-src:url("/wp-content/mu-plugins/alfavet-ratolog-icons-v1/phone.svg")}
.avrat-page .avrat-ti-plus{--ti-src:url("/wp-content/mu-plugins/alfavet-ratolog-icons-v1/plus.svg")}
.avrat-page .avrat-ti-repeat{--ti-src:url("/wp-content/mu-plugins/alfavet-ratolog-icons-v1/repeat.svg")}
.avrat-page .avrat-ti-scan{--ti-src:url("/wp-content/mu-plugins/alfavet-ratolog-icons-v1/scan.svg")}
.avrat-page .avrat-ti-shield-check{--ti-src:url("/wp-content/mu-plugins/alfavet-ratolog-icons-v1/shield-check.svg")}
.avrat-page .avrat-ti-sparkles{--ti-src:url("/wp-content/mu-plugins/alfavet-ratolog-icons-v1/sparkles.svg")}
.avrat-page .avrat-ti-stethoscope{--ti-src:url("/wp-content/mu-plugins/alfavet-ratolog-icons-v1/stethoscope.svg")}
.avrat-page .avrat-ti-temperature{--ti-src:url("/wp-content/mu-plugins/alfavet-ratolog-icons-v1/temperature.svg")}
.avrat-page .avrat-ti-test-pipe{--ti-src:url("/wp-content/mu-plugins/alfavet-ratolog-icons-v1/test-pipe.svg")}
.avrat-page .avrat-ti-tools{--ti-src:url("/wp-content/mu-plugins/alfavet-ratolog-icons-v1/tools.svg")}
.avrat-page .avrat-ti-video{--ti-src:url("/wp-content/mu-plugins/alfavet-ratolog-icons-v1/video.svg")}
.avrat-page .avrat-eyebrow .avrat-ti{width:17px;height:17px}
.avrat-page .avrat-chip .avrat-ti{width:19px;height:19px}
.avrat-page .avrat-btn .avrat-ti{
  width:19px;height:19px;
  position:relative;
  z-index:1;
  transition:transform .24s ease;
}
.avrat-page .avrat-btn:hover .avrat-ti{transform:translateX(3px)}
.avrat-page .avrat-icon{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  width:58px;
  height:58px;
  border-radius:18px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.94),rgba(221,246,243,.96));
  border:1px solid rgba(33,184,174,.20);
  box-shadow:
    0 12px 28px rgba(16,112,105,.10),
    inset 0 1px 0 rgba(255,255,255,.96);
}
.avrat-page .avrat-icon::before{
  content:"";
  position:absolute;
  width:34px;height:34px;
  right:-10px;bottom:-10px;
  border-radius:50%;
  background:rgba(33,184,174,.14);
  z-index:-1;
  transition:transform .3s ease, opacity .3s ease;
}
.avrat-page .avrat-icon::after{
  content:"";
  position:absolute;
  width:8px;height:8px;
  left:9px;top:9px;
  border-radius:50%;
  background:rgba(33,184,174,.28);
  box-shadow:13px -3px 0 -2px rgba(33,184,174,.16);
  z-index:-1;
}
.avrat-page .avrat-icon .avrat-ti{
  width:29px;
  height:29px;
  color:var(--tiffany-dark);
  filter:drop-shadow(0 3px 6px rgba(11,102,97,.10));
  transition:transform .28s cubic-bezier(.2,.75,.2,1), color .25s ease;
}
.avrat-page .avrat-card:hover .avrat-icon{
  transform:translateY(-2px) rotate(-2deg);
  background:linear-gradient(145deg,#fff,#d9f5f2);
}
.avrat-page .avrat-card:hover .avrat-icon::before{transform:scale(1.45);opacity:.85}
.avrat-page .avrat-card:hover .avrat-icon .avrat-ti{transform:scale(1.1) rotate(3deg);color:#08766f}
.avrat-page .avrat-doctor-list .avrat-ti{
  width:19px;height:19px;
  color:#8ee7de;
  margin-top:2px;
}
.avrat-page .avrat-faq-plus .avrat-ti{width:16px;height:16px}
.avrat-page details[open] .avrat-faq-plus .avrat-ti{transform:rotate(45deg)}
.avrat-page .avrat-hero{
  position:relative;
  overflow:hidden;
}
.avrat-page .avrat-hero-deco{
  position:absolute;
  color:rgba(33,184,174,.10);
  pointer-events:none;
  z-index:0;
  animation:floatIcon 8s ease-in-out infinite;
}
.avrat-page .avrat-hero-deco-one{
  width:150px;height:150px;
  right:4%;top:3%;
  transform:rotate(-15deg);
}
.avrat-page .avrat-hero-deco-two{
  width:86px;height:86px;
  left:2%;bottom:5%;
  animation-delay:-3s;
}
.avrat-page .avrat-hero .avrat-wrap{position:relative;z-index:1}
.avrat-page .avrat-cta-deco{
  position:absolute;
  width:170px;height:170px;
  right:-32px;bottom:-46px;
  color:rgba(255,255,255,.10);
  transform:rotate(-12deg);
  pointer-events:none;
}
.avrat-page .avrat-cta > *:not(.avrat-cta-deco){position:relative;z-index:1}
@keyframes floatIcon{0%,100%{translate:0 0;rotate:0deg}
50%{translate:0 -12px;rotate:4deg}}
@media (prefers-reduced-motion:reduce){.avrat-page, .avrat-page *, .avrat-page *::before, .avrat-page *::after{
    scroll-behavior:auto!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }}
.avrat-page .avrat-mt20{margin-top:20px}


/* ALFAVET RATOLOG FULL WIDTH FIX V1
 * Breaks the landing page out of Astra's narrow content column.
 */
html,
body {
  overflow-x: clip;
}

body.page-id-3160 .site-content,
body.page-id-3160 .site-content > .ast-container,
body.page-id-3160 #primary,
body.page-id-3160 .site-main,
body.page-id-3160 article.page,
body.page-id-3160 .entry-content {
  width: 100% !important;
  max-width: none !important;
}

body.page-id-3160 .site-content > .ast-container,
body.page-id-3160 #primary,
body.page-id-3160 .site-main,
body.page-id-3160 article.page,
body.page-id-3160 .entry-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.page-id-3160 #primary {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.avrat-page {
  position: relative !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  overflow: hidden !important;
}

.avrat-page .avrat-wrap {
  width: min(1180px, calc(100% - 40px)) !important;
  max-width: 1180px !important;
}

@media (min-width: 1200px) {
  .avrat-page .avrat-hero {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }

  .avrat-page .avrat-hero-grid {
    grid-template-columns:
      minmax(0, 1.08fr)
      minmax(390px, .92fr) !important;
    gap: 52px !important;
  }

  .avrat-page .avrat-visual,
  .avrat-page .avrat-visual img {
    min-height: 520px !important;
  }
}

@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }

  .avrat-page {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .avrat-page .avrat-wrap {
    width: min(100% - 28px, 1180px) !important;
  }
}
