/* =============================================================
   mRay design system  mray.css (authentic, verbatim)
   Source: hello-elementor-child/assets/mray/mray.css?ver=1.1.0
   Concatenated design CSS for the mRay reference page. Class names
   are the contract for all 18 new pages  do not rename them.
   Comment text below is original (Russian, UTF-8).
   ============================================================= */

/* ============ TOKENS (ÑÐ²ÐµÑÐ° Ð¸ ÑÑÐ¸ÑÑÑ ÑÐ°Ð¹ÑÐ° ÑÐ¾ÑÑÐ°Ð½ÐµÐ½Ñ) ============ */
:root{
  --ink:#0e1422;
  --navy:#131929;
  --navy-2:#172241;
  --navy-3:#1d2c52;
  --blue:#2575fc;
  --blue-deep:#16518b;
  --blue-700:#164986;
  --blue-soft:#e9f1ff;
  --blue-tint:#f3f7ff;
  --text:#2b3550;
  --muted:#5e6b85;
  --white:#ffffff;
  --line:#e6ecf6;
  --radius:20px;
  --radius-sm:14px;
  --shadow:0 18px 50px -20px rgba(19,25,41,.28);
  --shadow-soft:0 10px 30px -16px rgba(19,25,41,.22);
  --maxw:1180px;
  --font:'Figtree',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;font-family:var(--font);color:var(--text);
  background:var(--white);line-height:1.62;-webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
h1,h2,h3,h4{color:var(--navy);line-height:1.18;margin:0;font-weight:400;letter-spacing:-.01em}
/* Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ¸ ÐºÐ°ÑÑÐ¾ÑÐµÐº â 600, Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ¸ ÑÐµÐºÑÐ¸Ð¹ â 400 */
.card h3,.access__card h3,.trio__card h3,.step h3,.panel h3{font-weight:600}
p{margin:0}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.section{padding:clamp(60px,8vw,112px) 0;position:relative}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:13px;
  letter-spacing:.14em;text-transform:uppercase;color:var(--blue);
  background:var(--blue-soft);padding:7px 14px;border-radius:100px;margin-bottom:20px}
.eyebrow.on-dark{color:#9cc4ff;background:rgba(37,117,252,.16)}
.h2{font-size:clamp(28px,3.6vw,46px)}
.lead{font-size:clamp(16px,1.5vw,19px);color:var(--muted);max-width:60ch}
.center{text-align:center}
.center .lead{margin-left:auto;margin-right:auto}

/* ============ BUTTONS ============ */
.btn{display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:16px;
  padding:15px 26px;border-radius:100px;border:1.5px solid transparent;cursor:pointer;
  transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s;
  font-family:var(--font)}
.btn svg{width:18px;height:18px}
.btn-primary{background:var(--blue);color:#fff}
.btn-primary:hover{background:#1c69ef}
.btn-ghost{background:transparent;color:var(--navy);border-color:var(--line)}
.btn-ghost:hover{border-color:var(--blue);color:var(--blue)}
.btn-ghost.on-dark{color:#fff;border-color:rgba(255,255,255,.28)}
.btn-ghost.on-dark:hover{border-color:#9cc4ff;color:#9cc4ff}

/* ============ PLACEHOLDERS (ÐºÐ°ÑÑÐ¸Ð½ÐºÐ¸ ÑÐ³ÐµÐ½ÐµÑÐ¸ÑÑÐµÑÐµ Ð¿Ð¾Ð·Ð¶Ðµ) ============ */
.ph{position:relative;border-radius:var(--radius);overflow:hidden;margin:0;
  border:1.5px dashed rgba(37,117,252,.38);background:#f4f7fd;
  display:flex;min-height:220px}
.ph__inner{margin:auto;padding:26px 24px;text-align:center;display:flex;flex-direction:column;
  align-items:center;gap:12px;max-width:340px}
.ph__badge{display:inline-flex;align-items:center;gap:7px;font-weight:700;font-size:11px;
  letter-spacing:.12em;text-transform:uppercase;color:var(--blue-deep);
  background:#fff;border:1px solid rgba(37,117,252,.28);padding:6px 12px;border-radius:100px}
.ph__icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;
  background:var(--blue);color:#fff}
.ph__icon svg{width:24px;height:24px}
.ph__desc{font-size:13.5px;line-height:1.5;color:#41506e;margin:0}
.ph__hint{font-size:11px;color:#8a97b3;letter-spacing:.03em}
/* Ð²Ð°ÑÐ¸Ð°Ð½ÑÑ */
.ph--illus{border-color:rgba(22,81,139,.32);background:#eef3fb}
.ph--photo .ph__icon{background:#16518b}
.ph--dark{border-color:rgba(124,176,255,.26);background:#16213c}
.ph--dark .ph__badge{background:rgba(255,255,255,.08);color:#bcd6ff;border-color:rgba(124,176,255,.35)}
.ph--dark .ph__desc{color:#c7d4ee}
.ph--dark .ph__hint{color:#7f8fb3}
.ph--square{aspect-ratio:1/1;min-height:0}
.ph--wide{min-height:330px}
/* ÑÐ¾Ð½Ð¾Ð²Ð°Ñ PNG-Ð·Ð°Ð¼ÐµÑÐºÐ° */
.bg-note{position:absolute;z-index:3;max-width:260px;border-radius:14px;
  background:rgba(13,20,34,.62);backdrop-filter:blur(6px);
  border:1.5px dashed rgba(124,176,255,.5);padding:13px 15px;color:#cfe0ff;font-size:12px;line-height:1.5}
.bg-note b{display:flex;align-items:center;gap:7px;color:#9cc4ff;font-size:11px;letter-spacing:.1em;
  text-transform:uppercase;margin-bottom:6px;font-weight:800}

/* ============ HERO ============ */
.hero{position:relative;background:
   radial-gradient(1200px 700px at 78% -10%,rgba(37,117,252,.28),transparent 60%),
   radial-gradient(900px 600px at 10% 110%,rgba(22,81,139,.4),transparent 55%),
   linear-gradient(160deg,#0e1626 0%,#131929 45%,#0c1322 100%);
  color:#fff;overflow:hidden;isolation:isolate}
.hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:30px;align-items:center;
  min-height:100vh;padding:clamp(56px,7vw,90px) 0}
.hero__brandline{display:inline-flex;align-items:center;gap:10px;margin-bottom:26px;
  font-weight:700;letter-spacing:.02em;color:#dbe6ff}
.hero__brandline .dot{width:9px;height:9px;border-radius:50%;background:var(--blue);
  box-shadow:0 0 0 5px rgba(37,117,252,.22)}
.hero h1{color:#fff;font-size:clamp(30px,4.4vw,54px);letter-spacing:-.02em;font-weight:600}
.hero h1 .grad{color:#9cc4ff}
.hero__sub{margin-top:22px;font-size:clamp(16px,1.6vw,20px);color:#b9c6e6;max-width:50ch}
.hero__cta{margin-top:34px;display:flex;gap:14px;flex-wrap:wrap}
.hero__stats{margin-top:42px;display:flex;gap:30px;flex-wrap:wrap}
.hero__stat b{display:block;font-size:clamp(22px,2.4vw,30px);color:#fff;font-weight:800;letter-spacing:-.02em}
.hero__stat span{font-size:13.5px;color:#8fa1c6}
.hero__visual{position:relative;height:100%;min-height:360px}
#brain-canvas{position:absolute;inset:0;width:100%;height:100%;display:block;z-index:2}
.brain-fallback{position:absolute;inset:0;z-index:1;border-radius:50%;margin:auto;width:70%;aspect-ratio:1;
  background:radial-gradient(circle at 50% 45%,rgba(125,180,255,.5),rgba(37,117,252,.15) 45%,transparent 70%);
  filter:blur(8px)}
.brain-cap{position:absolute;left:50%;bottom:6px;transform:translateX(-50%);z-index:3;
  font-size:12px;color:#8fa1c6;letter-spacing:.04em;display:flex;align-items:center;gap:8px;white-space:nowrap}
.brain-cap .pulse{width:8px;height:8px;border-radius:50%;background:#46c98a;box-shadow:0 0 0 0 rgba(70,201,138,.6);animation:pulse 2s infinite}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(70,201,138,.55)}70%{box-shadow:0 0 0 10px rgba(70,201,138,0)}100%{box-shadow:0 0 0 0 rgba(70,201,138,0)}}
.hero__scroll{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);z-index:4;color:#7e8fb6;font-size:12px;letter-spacing:.18em;text-transform:uppercase;display:flex;flex-direction:column;align-items:center;gap:8px}
.hero__scroll i{width:22px;height:34px;border:2px solid rgba(126,143,182,.5);border-radius:12px;position:relative}
.hero__scroll i::after{content:"";position:absolute;left:50%;top:6px;transform:translateX(-50%);width:3px;height:7px;border-radius:2px;background:#7e8fb6;animation:scrolldot 1.8s infinite}
@keyframes scrolldot{0%{opacity:0;top:6px}30%{opacity:1}70%{opacity:1;top:16px}100%{opacity:0;top:18px}}

/* ============ "Ð§Ð¢Ð Ð¢ÐÐÐÐ" strip ============ */
.what{background:var(--white)}
.what__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:stretch}
.what__grid>.ph,.dicom__grid>.ph{height:100%}
.chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.chip{display:inline-flex;align-items:center;gap:8px;background:var(--blue-tint);color:var(--blue-deep);
  font-weight:600;font-size:14px;padding:9px 15px;border-radius:100px;border:1px solid var(--line)}
.chip svg{width:16px;height:16px;color:var(--blue)}

/* ============ PROCESS (ÐÐ°Ðº ÑÑÐ¾ ÑÐ°Ð±Ð¾ÑÐ°ÐµÑ) ============ */
.process{background:linear-gradient(180deg,#f7faff,#eef4ff);overflow:hidden}
.steps{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:48px}
.steps::before{content:"";position:absolute;left:8%;right:8%;top:38px;height:3px;border-radius:3px;
  background:rgba(37,117,252,.16)}
.steps .line-progress{position:absolute;left:8%;top:38px;height:3px;border-radius:3px;
  background:linear-gradient(90deg,var(--blue),#7db4ff);width:0;transition:width 1.6s ease}
.step{position:relative;text-align:center;z-index:1}
.step__num{width:72px;height:72px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;
  background:#fff;border:2px solid var(--blue);color:var(--blue);font-size:24px;font-weight:600;
  box-shadow:0 6px 16px -12px rgba(19,25,41,.3)}
.step .ph{min-height:150px;margin-bottom:16px;border-radius:var(--radius-sm)}
.step h3{font-size:17px;margin-bottom:6px}
.step p{font-size:14px;color:var(--muted)}

/* ============ QR DEMO ============ */
.qr-demo{margin-top:56px;border-radius:28px;overflow:hidden;position:relative;
  background:radial-gradient(800px 500px at 80% -20%,rgba(37,117,252,.25),transparent 60%),
   linear-gradient(155deg,#14203c,#0e1626);color:#fff;box-shadow:var(--shadow)}
.qr-demo__grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:24px;align-items:center}
.qr-demo__copy{padding:clamp(30px,4vw,52px)}
.qr-demo__copy h3{color:#fff;font-size:clamp(22px,2.6vw,30px)}
.qr-demo__copy p{color:#b9c6e6;margin-top:14px;font-size:15.5px}
.qr-demo__tag{display:inline-flex;align-items:center;gap:8px;background:rgba(124,176,255,.16);
  color:#bcd6ff;font-weight:600;font-size:12.5px;letter-spacing:.04em;padding:7px 13px;border-radius:100px;margin-bottom:18px}
.qr-controls{margin-top:24px;display:flex;gap:12px;flex-wrap:wrap}
.qr-controls .btn{font-size:14.5px;padding:12px 20px}

.qr-stage{position:relative;height:clamp(340px,42vw,440px);margin:14px 14px 14px 0;border-radius:20px;
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
  border:1px solid rgba(124,176,255,.16);overflow:hidden;touch-action:none;user-select:none}
.qr-stage__hint{position:absolute;top:14px;left:50%;transform:translateX(-50%);z-index:6;
  font-size:12.5px;color:#9fb2d8;background:rgba(13,20,34,.6);padding:6px 13px;border-radius:100px;
  white-space:nowrap;transition:opacity .4s;display:flex;align-items:center;gap:7px}
/* QR card target */
.qr-card{position:absolute;right:9%;top:50%;transform:translateY(-50%);width:152px;height:152px;
  background:#fff;border-radius:16px;padding:13px;box-shadow:0 20px 40px -16px rgba(0,0,0,.55);z-index:2}
.qr-card svg{width:100%;height:100%;display:block}
.qr-card__label{position:absolute;left:0;right:0;bottom:-26px;text-align:center;font-size:11.5px;color:#9fb2d8;letter-spacing:.05em}
.qr-corner{position:absolute;width:26px;height:26px;border:3px solid #46c98a;opacity:0;transition:opacity .25s}
.qr-corner.tl{left:-7px;top:-7px;border-right:0;border-bottom:0;border-radius:6px 0 0 0}
.qr-corner.tr{right:-7px;top:-7px;border-left:0;border-bottom:0;border-radius:0 6px 0 0}
.qr-corner.bl{left:-7px;bottom:-7px;border-right:0;border-top:0;border-radius:0 0 0 6px}
.qr-corner.br{right:-7px;bottom:-7px;border-left:0;border-top:0;border-radius:0 0 6px 0}
.qr-card.locking .qr-corner{opacity:1}
/* phone */
.qr-phone{position:absolute;left:7%;top:50%;width:130px;height:262px;margin-top:-131px;z-index:5;
  cursor:grab;touch-action:none;will-change:transform;transition:box-shadow .3s}
.qr-phone.grabbing{cursor:grabbing}
.qr-phone.idle{animation:phoneBob 3.4s ease-in-out infinite}
@keyframes phoneBob{0%,100%{transform:translateY(0) rotate(-4deg)}50%{transform:translateY(-10px) rotate(-1deg)}}
.qr-phone__body{position:absolute;inset:0;border-radius:24px;background:linear-gradient(160deg,#26324f,#161f36);
  border:1px solid rgba(160,190,255,.25);box-shadow:0 24px 50px -18px rgba(0,0,0,.7),inset 0 1px 0 rgba(255,255,255,.12);padding:9px}
.qr-phone__notch{position:absolute;top:9px;left:50%;transform:translateX(-50%);width:42px;height:6px;border-radius:6px;background:rgba(0,0,0,.5);z-index:3}
.qr-phone__screen{position:absolute;inset:9px;border-radius:17px;overflow:hidden;background:#0a1020}
/* camera view */
.cam{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;
  background:
    radial-gradient(120px 80px at 60% 30%,rgba(37,117,252,.35),transparent 70%),
    radial-gradient(140px 100px at 30% 80%,rgba(70,201,138,.18),transparent 70%),
    linear-gradient(150deg,#10203f,#0a1426);transition:opacity .4s}
.cam__feed{position:absolute;inset:0;opacity:.5;
  background:repeating-linear-gradient(0deg,rgba(255,255,255,.04) 0 2px,transparent 2px 4px)}
.cam__reticle{width:74px;height:74px;border-radius:12px;position:relative;z-index:2}
.cam__reticle span{position:absolute;width:16px;height:16px;border:2.5px solid #9fb2d8;transition:border-color .25s}
.cam__reticle .tl{left:0;top:0;border-right:0;border-bottom:0}
.cam__reticle .tr{right:0;top:0;border-left:0;border-bottom:0}
.cam__reticle .bl{left:0;bottom:0;border-right:0;border-top:0}
.cam__reticle .br{right:0;bottom:0;border-left:0;border-top:0}
.qr-phone.locking .cam__reticle span{border-color:#46c98a}
.cam__txt{position:absolute;bottom:16px;left:0;right:0;text-align:center;font-size:10.5px;color:#9fb2d8;letter-spacing:.04em;padding:0 8px}
.cam__scan{position:absolute;left:8%;right:8%;top:16%;height:2px;border-radius:2px;
  background:linear-gradient(90deg,transparent,#46c98a,transparent);opacity:0}
.qr-phone.locking .cam__scan{opacity:1;animation:scanSweep 1.1s linear infinite}
@keyframes scanSweep{0%{top:16%}100%{top:80%}}
.cam__ring{position:absolute;top:12px;right:12px;width:30px;height:30px;z-index:3}
.cam__ring circle{fill:none;stroke-width:4}
.cam__ring .bg{stroke:rgba(255,255,255,.15)}
.cam__ring .fg{stroke:#46c98a;stroke-linecap:round;transform:rotate(-90deg);transform-origin:50% 50%;
  stroke-dasharray:82;stroke-dashoffset:82;transition:stroke-dashoffset .15s linear}
/* result view */
.result{position:absolute;inset:0;background:linear-gradient(170deg,#13234a,#0a1426);
  opacity:0;transform:scale(.97);pointer-events:none;transition:opacity .45s,transform .45s;
  display:flex;flex-direction:column;padding:11px 10px;color:#fff}
.qr-phone.done .result{opacity:1;transform:scale(1)}
.qr-phone.done .cam{opacity:0}
.result__top{display:flex;align-items:center;gap:6px;font-size:10px;color:#9fb2d8}
.result__top b{color:#fff;font-size:11px}
.result__check{margin:8px auto 6px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;
  background:rgba(70,201,138,.16);color:#46c98a;animation:pop .5s ease}
@keyframes pop{0%{transform:scale(0)}60%{transform:scale(1.15)}100%{transform:scale(1)}}
.result__title{text-align:center;font-size:12.5px;font-weight:800;color:#fff}
.result__scan{margin:9px 0;height:62px;border-radius:9px;position:relative;overflow:hidden;
  background:radial-gradient(40px 50px at 50% 45%,rgba(190,220,255,.85),rgba(60,120,210,.5) 55%,#0c1830 78%);
  border:1px solid rgba(124,176,255,.25)}
.result__scan::after{content:"";position:absolute;inset:0;
  background:radial-gradient(18px 22px at 42% 42%,rgba(10,18,40,.6),transparent 60%),radial-gradient(18px 22px at 60% 52%,rgba(10,18,40,.55),transparent 60%)}
.result__rows{font-size:10px;color:#c7d4ee;display:grid;gap:4px}
.result__rows div{display:flex;justify-content:space-between;border-bottom:1px dashed rgba(124,176,255,.18);padding-bottom:3px}
.result__rows b{color:#fff;font-weight:600}
.result__btn{margin-top:auto;text-align:center;background:var(--blue);color:#fff;font-weight:700;font-size:11px;
  padding:8px;border-radius:9px}

/* ============ BENEFIT CARDS (Ð·Ð°ÑÐµÐ¼ ÐºÐ»Ð¸Ð½Ð¸ÐºÐµ) ============ */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:46px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;
  transition:transform .3s ease,box-shadow .3s ease,border-color .3s;position:relative;overflow:hidden}
.card::after{content:"";position:absolute;left:0;top:0;height:4px;width:0;background:linear-gradient(90deg,var(--blue),#7db4ff);transition:width .4s}
.card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:rgba(37,117,252,.35)}
.card:hover::after{width:100%}
.card .ph{min-height:130px;margin-bottom:18px;border-radius:var(--radius-sm)}
.card h3{font-size:18px}
.card p{margin-top:8px;color:var(--muted);font-size:14.5px}

/* ============ SPLIT (Ð¿Ð°ÑÐ¸ÐµÐ½Ñ / Ð²ÑÐ°Ñ) ============ */
.split{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:46px}
.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column}
.panel h3{display:flex;align-items:center;gap:12px;font-size:22px;margin-bottom:8px}
.panel h3 .ic{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:var(--blue-soft);color:var(--blue)}
.ticks{list-style:none;padding:0;margin:18px 0 0}
.ticks li{display:flex;gap:12px;padding:11px 0;border-bottom:1px solid var(--line);font-size:15px;color:#3b475f}
.ticks li:last-child{border-bottom:0}
.ticks li svg{flex:0 0 22px;width:22px;height:22px;color:var(--blue);margin-top:1px}
.panel .ph{margin-top:auto;width:100%}

/* ============ ACCESS (Ð¿ÑÐ¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ðµ Ð¸ Ð²ÐµÐ±) ============ */
.access{background:linear-gradient(180deg,#f7faff,#fff)}
.access__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:42px}
.access__card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;text-align:center;
  transition:transform .3s,box-shadow .3s}
.access__card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.access__card .ph{aspect-ratio:4/3;min-height:0;margin-bottom:16px;border-radius:var(--radius-sm)}
.access__card h3{font-size:17px}

/* ============ DICOM (Ð±Ð¾Ð»ÑÑÐ¸Ðµ ÑÐ°Ð¹Ð»Ñ) ============ */
.dicom{position:relative;overflow:hidden}
.dicom__grid{display:grid;grid-template-columns:1fr 1.05fr;gap:44px;align-items:stretch}
.metrics{display:flex;gap:26px;margin-top:24px;flex-wrap:wrap}
.metric b{display:block;font-size:30px;color:var(--blue);font-weight:800;letter-spacing:-.02em}
.metric span{font-size:13.5px;color:var(--muted)}

/* ============ TRIO (look&feel / Ð¿ÐµÑÐµÑÐ¾Ð´ / Ð¿Ð¾Ð´ÐºÐ»ÑÑÐµÐ½Ð¸Ðµ) ============ */
.trio{background:var(--navy);color:#fff;position:relative;overflow:hidden}
.trio .h2{color:#fff}
.trio .lead{color:#9fb2d8}
.trio__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:46px}
.trio__card{background:rgba(255,255,255,.04);
  border:1px solid rgba(124,176,255,.16);border-radius:var(--radius);padding:24px;
  display:flex;flex-direction:column;transition:transform .3s,border-color .3s}
.trio__card:hover{transform:translateY(-6px);border-color:rgba(124,176,255,.45)}
.trio__card .ph{min-height:160px;margin-bottom:18px;border-radius:var(--radius-sm)}
.trio__card h3{color:#fff;font-size:20px;margin-bottom:10px}
.trio__card p{color:#aebbd6;font-size:14.5px}
.trio__card .btn{margin-top:auto;align-self:flex-start}
.trio__card p{flex:0 0 auto}
.trio__card h3{min-height:0}

/* ============ FAQ ============ */
.faq__list{max-width:840px;margin:42px auto 0}
.faq__item{border:1px solid var(--line);border-radius:var(--radius-sm);margin-bottom:14px;background:#fff;overflow:hidden;transition:box-shadow .3s,border-color .3s}
.faq__item.open{box-shadow:var(--shadow-soft);border-color:rgba(37,117,252,.35)}
.faq__q{width:100%;text-align:left;background:none;border:0;cursor:pointer;padding:20px 22px;
  font-family:var(--font);font-size:16.5px;font-weight:700;color:var(--navy);display:flex;
  justify-content:space-between;align-items:center;gap:16px}
.faq__q .pm{flex:0 0 26px;width:26px;height:26px;border-radius:50%;background:var(--blue-soft);color:var(--blue);
  display:grid;place-items:center;transition:transform .35s,background .3s,color .3s;font-size:18px}
.faq__item.open .pm{transform:rotate(45deg);background:var(--blue);color:#fff}
.faq__a{max-height:0;overflow:hidden;transition:max-height .4s ease}
.faq__a p{padding:0 22px 20px;color:var(--muted);font-size:15px}

/* ============ FINAL CTA ============ */
.final{position:relative;overflow:hidden;color:#fff;text-align:center;
  background:radial-gradient(900px 500px at 50% -30%,rgba(37,117,252,.32),transparent 60%),linear-gradient(160deg,#0e1626,#131929)}
.final .h2{color:#fff;max-width:18ch;margin:0 auto}
.final p{color:#b9c6e6;max-width:60ch;margin:20px auto 0;font-size:17px}
.final .btn{margin-top:32px}
.final__glow{position:absolute;left:50%;top:-40%;transform:translateX(-50%);width:600px;height:600px;
  border-radius:50%;background:radial-gradient(circle,rgba(37,117,252,.12),transparent 60%);pointer-events:none}

/* ============ REVEAL ============ */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
.reveal.in{opacity:1;transform:none}
.reveal.d1{transition-delay:.08s}.reveal.d2{transition-delay:.16s}.reveal.d3{transition-delay:.24s}
.reveal.d4{transition-delay:.32s}.reveal.d5{transition-delay:.4s}

/* ============ RESPONSIVE ============ */
@media(max-width:980px){
  .hero__grid{grid-template-columns:1fr;min-height:100vh}
  .hero__visual{min-height:340px;order:-1}
  .what__grid,.dicom__grid{grid-template-columns:1fr;gap:30px}
  .qr-demo__grid{grid-template-columns:1fr}
  .qr-stage{margin:0 14px 18px}
  .cards,.trio__grid{grid-template-columns:1fr 1fr}
  .split{grid-template-columns:1fr}
  .access__grid{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .steps{grid-template-columns:1fr;gap:14px}
  .steps::before,.steps .line-progress{display:none}
  .step{display:grid;grid-template-columns:76px 1fr;gap:16px;text-align:left;align-items:center}
  .step .ph{grid-column:1/-1;min-height:140px}
  .step__num{margin:0}
  .cards,.trio__grid,.access__grid{grid-template-columns:1fr}
  .hero__stats{gap:20px}
}
@media(prefers-reduced-motion:reduce){
  *{animation:none!important;scroll-behavior:auto}
  .reveal{opacity:1;transform:none;transition:none}
}


/* ==========================================================================
   ÐÐ°ÑÐ¸ÑÐ° ÑÑÐ¸Ð»ÐµÐ¹ mRay Ð¾Ñ Ð³Ð»Ð¾Ð±Ð°Ð»ÑÐ½Ð¾Ð³Ð¾ CSS ÑÐµÐ¼Ñ Ð¸ Elementor Pro (Ñ !important)
   + Hero Ð½Ð° Ð²ÐµÑÑ ÑÐºÑÐ°Ð½, Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²Ð¾Ðº Ð¼Ð°ÐºÑÐ¸Ð¼ÑÐ¼ 2 ÑÑÑÐ¾ÐºÐ¸,
   + ÑÐºÑÑÑÐ¸Ðµ ÑÐµÐ´ÐµÑÐ°/ÑÑÑÐµÑÐ° Elementor Pro Theme Builder Ð½Ð° ÑÑÐ¾Ð¹ ÑÑÑÐ°Ð½Ð¸ÑÐµ.
   ========================================================================== */
body.mray-page{font-family:var(--font)!important;color:var(--text)!important;background:#fff!important;line-height:1.62!important;margin:0!important;-webkit-font-smoothing:antialiased!important}
body.mray-page h1,body.mray-page h2,body.mray-page h3,body.mray-page h4{font-family:var(--font)!important;color:var(--navy)!important;font-weight:400!important;letter-spacing:-.01em!important}
body.mray-page .card h3,body.mray-page .access__card h3,body.mray-page .trio__card h3,body.mray-page .step h3,body.mray-page .panel h3{font-weight:600!important}
body.mray-page p{margin:0}
body.mray-page a{text-decoration:none!important}
body.mray-page .eyebrow{color:var(--blue)!important}
body.mray-page .eyebrow.on-dark{color:#9cc4ff!important}
body.mray-page .btn{font-family:var(--font)!important}
body.mray-page .btn-primary{background:var(--blue)!important;color:#fff!important;border-color:transparent!important}
body.mray-page .btn-ghost{background:transparent!important}
body.mray-page .btn-ghost.on-dark{color:#fff!important}

/* Hero Ð½Ð° Ð²ÐµÑÑ ÑÐºÑÐ°Ð½ + Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²Ð¾Ðº Ð¼Ð°ÐºÑÐ¸Ð¼ÑÐ¼ 2 ÑÑÑÐ¾ÐºÐ¸ */
body.mray-page .hero{min-height:100vh!important}
body.mray-page .hero__grid{min-height:100vh!important}
body.mray-page .hero h1{color:#fff!important;font-weight:600!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;line-clamp:3!important;overflow:hidden!important}
body.mray-page .hero h1 .grad{color:#9cc4ff!important}
body.mray-page .hero__sub{color:#b9c6e6!important}

/* Ð¢ÑÐ¼Ð½ÑÐµ ÑÐµÐºÑÐ¸Ð¸ â Ð±ÐµÐ»ÑÐµ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ¸ Ð¿Ð¾Ð²ÐµÑÑ Ð³Ð»Ð¾Ð±Ð°Ð»ÑÐ½ÑÑ ÑÑÐ¸Ð»ÐµÐ¹ */
body.mray-page .trio .h2,body.mray-page .trio__card h3{color:#fff!important}
body.mray-page .trio .lead{color:#9fb2d8!important}
body.mray-page .trio__card p{color:#aebbd6!important}
body.mray-page .final .h2{color:#fff!important}
body.mray-page .qr-demo__copy h3{color:#fff!important}

/* ÐÐ»Ð¾Ð±Ð°Ð»ÑÐ½ÑÐ¹ ÑÐµÐ´ÐµÑ/ÑÑÑÐµÑ ÑÐ°Ð¹ÑÐ° (Theme Builder/HFE) â Ð¿Ð¾ÐºÐ°Ð·ÑÐ²Ð°ÐµÐ¼ Ð½Ð° ÑÑÑÐ°Ð½Ð¸ÑÐµ mRay */
body.mray-page .elementor-location-header,
body.mray-page .elementor-location-footer,
body.mray-page header.elementor-location-header,
body.mray-page footer.elementor-location-footer{display:block!important}
body.mray-page header.elementor-location-header{position:relative;z-index:50}

/* ===== mRay image install â 3 Ð±Ð»Ð¾ÐºÐ° (hero-ÑÑÐºÐ°, ÑÐ¾ÑÐ¾, 4 ÑÐ°Ð³Ð°) ===== */
.ph--filled{padding:0!important;border:0!important;background:transparent!important;overflow:hidden}
.ph--filled img{display:block;width:100%;height:100%;object-fit:cover}
.what__grid>.ph--filled{min-height:330px}

/* hero: ÑÐµÐ½ÑÐ³ÐµÐ½-ÑÑÐºÐ° ÑÐ¾Ð½Ð¾Ð¼ Ð·Ð° 3D-Ð¼Ð¾Ð·Ð³Ð¾Ð¼ (screen-blend ÑÐ±Ð¸ÑÐ°ÐµÑ ÑÑÑÐ½ÑÐ¹) */
.bg-png{position:absolute;pointer-events:none;line-height:0}
.bg-png img{display:block;width:100%;height:auto;object-fit:contain;mix-blend-mode:screen}
.bg-hero{inset:auto;left:50%;top:50%;transform:translate(-50%,-50%);width:min(116%,620px);opacity:.92;z-index:0}
.bg-hero img{-webkit-mask:radial-gradient(ellipse 62% 60% at 50% 50%,#000 52%,transparent 78%);
  mask:radial-gradient(ellipse 62% 60% at 50% 50%,#000 52%,transparent 78%)}

/* Ð±Ð»Ð¾Ðº Â«ÐÐµÐ· ÑÑÐ¶ÑÐ»ÑÑ ÑÐ°Ð¹Ð»Ð¾Ð²Â»: ÑÐµÐ½ÑÐ³ÐµÐ½-ÑÑÐºÐ° Ð¼ÑÐ³ÐºÐ¸Ð¼ ÑÐ¾Ð½Ð¾Ð¼ ÑÐ¿ÑÐ°Ð²Ð°.
   Ð¡ÑÐµÐºÐ»ÑÐ½Ð½Ð¾-Ð³Ð¾Ð»ÑÐ±Ð¾Ð¹ ÑÐ½Ð¸Ð¼Ð¾Ðº Ð½Ð° Ð±ÐµÐ»Ð¾Ð¼ â multiply ÑÐ°ÑÑÐ²Ð¾ÑÑÐµÑ Ð±ÐµÐ»Ð¾Ðµ, Ð¾ÑÑÐ°ÑÑÑÑ Ð»ÑÐ³ÐºÐ¸Ð¹ ÑÐ¸Ð½Ð¸Ð¹,
   ÐºÑÐ°Ñ ÑÐ¶Ðµ ÑÐ°ÑÑÑÑÑÐ²Ð°Ð½Ñ Ð² ÑÐ°Ð¼Ð¾Ð¼ PNG â Ð¶ÑÑÑÐºÐ¾Ð³Ð¾ Ð¿ÑÑÐ¼Ð¾ÑÐ³Ð¾Ð»ÑÐ½Ð¸ÐºÐ° Ð½ÐµÑ, ÑÐ»Ð¸Ð²Ð°ÐµÑÑÑ Ñ ÑÐµÐºÑÐ¸ÐµÐ¹. */
.dicom{position:relative;overflow:hidden}
.bg-dicom{inset:auto;right:-7%;top:54%;transform:translateY(-50%) rotate(8deg);width:min(70%,760px);opacity:1;z-index:0}
.bg-dicom img{mix-blend-mode:multiply}
.dicom .wrap{position:relative;z-index:1}
@media(max-width:760px){.bg-dicom{opacity:.6;width:96%;right:-16%}}

/* ÑÐ°Ð³Ð¸: Ð¿Ð»Ð¾ÑÐºÐ¸Ðµ Ð¸Ð»Ð»ÑÑÑÑÐ°ÑÐ¸Ð¸ Ñ Ð¿ÑÐ¾Ð·ÑÐ°ÑÐ½ÑÐ¼ ÑÐ¾Ð½Ð¾Ð¼ */
.ph--stepillus{background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important;min-height:0!important;padding:6px!important;aspect-ratio:1.2}
.ph--stepillus img{display:block;width:100%;height:100%;object-fit:contain}

/* ÐºÐ°ÑÑÐ¾ÑÐºÐ¸ Â«Ð¨ÐµÑÑÑ Ð¿ÑÐ¸ÑÐ¸Ð½Â» â Ð¸ÐºÐ¾Ð½ÐºÐ¸ Ð½Ð° ÑÐ¾Ð½Ð¸ÑÐ¾Ð²Ð°Ð½Ð½Ð¾Ð¼ Ð±Ð¾ÐºÑÐµ */
.ph--iconfill{overflow:hidden}
.ph--iconfill img{display:block;width:100%;height:100%;object-fit:contain;padding:16px}

/* Ð±Ð»Ð¾ÐºÐ¸ Â«Ð£Ð´Ð¾Ð±Ð½Ð¾ Ð¾Ð±ÐµÐ¸Ð¼ ÑÑÐ¾ÑÐ¾Ð½Ð°Ð¼Â» (Ð¸Ð»Ð». Ð¿Ð°ÑÐ¸ÐµÐ½ÑÐ°) + Â«ÐÑÐ¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ðµ Ð¸ Ð²ÐµÐ±-Ð´Ð¾ÑÑÑÐ¿Â» (ÑÑÑÑÐ¾Ð¹ÑÑÐ²Ð°)
   â ÑÐ¸ÑÑÐ°Ñ Ð·Ð°Ð»Ð¸Ð²ÐºÐ° Ð±ÐµÐ· ÑÐ°Ð¼ÐºÐ¸/ÑÐ¾Ð½Ð°-Ð¿Ð»ÐµÐ¹ÑÑÐ¾Ð»Ð´ÐµÑÐ° */
.ph--devfill{background:transparent!important;border:0!important;box-shadow:none!important;
  min-height:0!important;padding:0!important;aspect-ratio:auto!important;overflow:visible!important;display:flex!important}
.ph--devfill img{display:block;margin:auto;max-width:100%;height:auto;object-fit:contain}
.split .panel .ph--devfill img{max-height:230px}
.access__card .ph--devfill{min-height:150px}
.access__card .ph--devfill img{max-height:170px}
/* Ð¶Ð¸Ð²Ð¾Ðµ ÑÐ¾ÑÐ¾ Ð²ÑÐ°ÑÐ°-ÑÐ°Ð´Ð¸Ð¾Ð»Ð¾Ð³Ð° Ð² Ð±Ð»Ð¾ÐºÐµ Â«Ð£Ð´Ð¾Ð±Ð½Ð¾Â» */
.split .panel .ph--filled{aspect-ratio:16/10;min-height:0!important;margin-top:auto}

/* ============================================================
   HERO v2 â ÑÑÑÑÐ¾Ð¹ÑÑÐ²Ð¾ Ñ ÐÐ Ð¢-ÑÐºÐ°Ð½Ð¾Ð¼ Ð¼Ð¾Ð·Ð³Ð° (ÑÐ°Ñ #159, 2026-06-26)
   ÐÐºÐ¸Ð¼: ÑÐ±ÑÐ°ÑÑ ÑÐµÐ½ÑÐ³ÐµÐ½-ÑÑÐºÑ, Ð½Ð° ÑÐºÑÐ°Ð½Ðµ Ð¿Ð»Ð°Ð½ÑÐµÑÐ°/ÑÐµÐ»ÐµÑÐ¾Ð½Ð° â
   Ð°Ð½Ð¸Ð¼Ð°ÑÐ¸Ñ ÐÐ Ð¢ Ð¼Ð¾Ð·Ð³Ð° (ÑÐºÐ°Ð½-Ð»Ð¸Ð½Ð¸Ñ), ÑÐ¾Ð½ Ð½ÐµÐ½Ð°Ð²ÑÐ·ÑÐ¸Ð²ÑÐ¹.
   ============================================================ */
/* Ð³Ð°ÑÐ¸Ð¼ ÑÑÐ°ÑÑÐ¹ 3D-Ð¼Ð¾Ð·Ð³ Ð¸ ÑÐµÐ½ÑÐ³ÐµÐ½-ÑÑÐºÑ */
body.mray-page .hero #brain-canvas,
body.mray-page .hero .brain-fallback,
body.mray-page .hero .brain-cap,
body.mray-page .hero .bg-hero{display:none!important}

/* Ð½ÐµÐ½Ð°Ð²ÑÐ·ÑÐ¸Ð²ÑÐ¹ ÑÐ¾Ð½: Ð¼ÑÐ³ÐºÐ¸Ðµ ÑÐ¸Ð½Ð¸Ðµ Ð¿ÑÑÐ½Ð° + ÑÐµÐ´ÐºÐ°Ñ ÑÐµÑÐºÐ°, Ð´Ð°Ð»ÐµÐºÐ¾ Ð·Ð° ÑÑÑÑÐ¾Ð¹ÑÑÐ²Ð¾Ð¼ */
.hero-fx{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}
.hero-fx .blob{position:absolute;border-radius:50%;filter:blur(48px);opacity:.5;
  background:radial-gradient(circle at 50% 50%,rgba(37,117,252,.55),transparent 70%)}
.hero-fx .b1{width:340px;height:340px;left:-8%;top:8%;animation:fxfloat 14s ease-in-out infinite}
.hero-fx .b2{width:260px;height:260px;right:-6%;bottom:4%;opacity:.35;
  background:radial-gradient(circle at 50% 50%,rgba(22,81,139,.6),transparent 70%);animation:fxfloat 18s ease-in-out infinite reverse}
.hero-fx .grid{position:absolute;inset:0;opacity:.06;
  background-image:linear-gradient(rgba(120,160,255,.6) 1px,transparent 1px),linear-gradient(90deg,rgba(120,160,255,.6) 1px,transparent 1px);
  background-size:46px 46px;-webkit-mask:radial-gradient(ellipse 70% 70% at 50% 45%,#000,transparent 75%);mask:radial-gradient(ellipse 70% 70% at 50% 45%,#000,transparent 75%)}
@keyframes fxfloat{0%,100%{transform:translate(0,0)}50%{transform:translate(18px,-22px)}}

/* ÑÑÑÑÐ¾Ð¹ÑÑÐ²Ð¾ */
.hero-device{position:absolute;inset:0;z-index:3;display:flex;align-items:center;justify-content:center}
.hero-device .stage{position:relative;width:min(92%,440px);aspect-ratio:1/1;animation:devfloat 7s ease-in-out infinite}
@keyframes devfloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}

/* Ð¿Ð»Ð°Ð½ÑÐµÑ (landscape) */
.hd-tablet{position:absolute;left:50%;top:46%;transform:translate(-50%,-50%);
  width:100%;aspect-ratio:4/3;border-radius:20px;padding:12px;
  background:linear-gradient(160deg,#1a2336,#0d1424);
  border:1px solid rgba(120,150,210,.28);
  box-shadow:0 30px 70px -24px rgba(0,0,0,.8),0 0 0 1px rgba(255,255,255,.03) inset,
             0 0 60px -10px rgba(37,117,252,.45)}
.hd-screen{position:relative;width:100%;height:100%;border-radius:10px;overflow:hidden;background:#05070c}
.hd-screen .hd-mri{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  filter:contrast(1.08) brightness(1.02);animation:mribreath 9s ease-in-out infinite}
@keyframes mribreath{0%,100%{transform:scale(1.02)}50%{transform:scale(1.08)}}

/* ÑÐºÐ°Ð½-Ð»Ð¸Ð½Ð¸Ñ â Â«Ð¸Ð´ÑÑ ÐÐ Ð¢Â» */
.hd-scan{position:absolute;left:0;right:0;height:2px;top:0;z-index:4;
  background:linear-gradient(90deg,transparent,rgba(120,200,255,.95),transparent);
  box-shadow:0 0 14px 3px rgba(80,170,255,.65);
  animation:hdsweep 3.4s cubic-bezier(.55,0,.45,1) infinite}
.hd-scan::before{content:"";position:absolute;left:0;right:0;top:-46px;height:46px;
  background:linear-gradient(transparent,rgba(70,150,255,.16))}
@keyframes hdsweep{0%{top:4%;opacity:0}8%{opacity:1}92%{opacity:1}100%{top:96%;opacity:0}}

/* UI-Ð¾Ð²ÐµÑÐ»ÐµÐ¸ ÐºÐ°Ðº Ð² ÑÐµÐ°Ð»ÑÐ½Ð¾Ð¼ mRay */
.hd-ui{position:absolute;z-index:5;font:600 10px/1.35 ui-monospace,SFMono-Regular,Menlo,monospace;
  color:rgba(170,200,245,.92);letter-spacing:.02em;text-shadow:0 1px 3px rgba(0,0,0,.9)}
.hd-top{left:10px;top:9px;display:flex;align-items:center;gap:6px;font-weight:800;color:#fff}
.hd-top .dot{width:7px;height:7px;border-radius:50%;background:#ffc400;box-shadow:0 0 8px rgba(255,196,0,.8)}
.hd-top span{color:#9fc0ee;font-weight:600;letter-spacing:.06em}
.hd-tl{left:10px;bottom:9px}
.hd-br{right:10px;bottom:9px;text-align:right}
.hd-cross{position:absolute;z-index:4;left:50%;top:50%;transform:translate(-50%,-50%);
  width:46px;height:46px;pointer-events:none}
.hd-cross::before,.hd-cross::after{content:"";position:absolute;background:rgba(120,200,255,.5)}
.hd-cross::before{left:50%;top:0;bottom:0;width:1px;transform:translateX(-.5px)}
.hd-cross::after{top:50%;left:0;right:0;height:1px;transform:translateY(-.5px)}

/* ÑÐµÐ»ÐµÑÐ¾Ð½ (axial) â Ð²Ð½Ð¸Ð·Ñ ÑÐ»ÐµÐ²Ð°, Ð¿ÐµÑÐµÐºÑÑÐ²Ð°ÐµÑ ÑÐ³Ð¾Ð» Ð¿Ð»Ð°Ð½ÑÐµÑÐ° ÐºÐ°Ðº Ð½Ð° ÑÐµÑÐµÑÐµÐ½ÑÐµ */
.hd-phone{position:absolute;left:-2%;bottom:-3%;z-index:6;width:30%;aspect-ratio:1/2.05;
  border-radius:18px;padding:6px;background:linear-gradient(160deg,#1c2740,#0c1220);
  border:1px solid rgba(120,150,210,.3);
  box-shadow:0 22px 44px -16px rgba(0,0,0,.85),0 0 34px -8px rgba(37,117,252,.4);
  animation:devfloat 7s ease-in-out .8s infinite}
.hd-screen2{position:relative;width:100%;height:100%;border-radius:13px;overflow:hidden;background:#05070c}
.hd-screen2 .hd-mri2{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:contrast(1.08)}
.hd-scan2{animation-duration:4.2s;animation-delay:.6s}

@media(max-width:760px){
  .hero-device .stage{width:min(82%,360px)}
  .hd-phone{width:32%}
}

/* ===================== TRIO: ÐºÑÑÑÑÑÐ¸ÐµÑÑ 3D-Ð¼Ð¾Ð·Ð³Ð¸ + Ð¤ÐÐÐÐ-ÑÐ¾Ð½ (#178) ===================== */
.trio__card .ph--brain3d{position:relative;min-height:236px;display:flex;align-items:center;justify-content:center;
  overflow:hidden;background:transparent!important;border:0!important;box-shadow:none!important}
.trio__card .ph--brain3d::before{content:"";position:absolute;width:86%;aspect-ratio:1;border-radius:50%;
  background:radial-gradient(circle,rgba(37,117,252,.34),rgba(37,117,252,.07) 55%,transparent 72%);
  filter:blur(6px);pointer-events:none}
.trio__card .ph--brain3d .brain3d__spin{position:relative;width:92%;aspect-ratio:1;
  transform:none!important;animation:none!important}
.trio__card .ph--brain3d .brain3d__spin img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;
  mix-blend-mode:screen;backface-visibility:hidden;-webkit-backface-visibility:hidden}
.trio__card .ph--brain3d .brain3d__spin img.back{transform:rotateY(180deg)}
.trio__card:nth-child(1) .ph--brain3d .brain3d__spin{animation-duration:8.4s;animation-delay:-1.5s}
.trio__card:nth-child(2) .ph--brain3d .brain3d__spin{animation-duration:9.6s;animation-delay:-4s}
.trio__card:nth-child(3) .ph--brain3d .brain3d__spin{animation-duration:8.9s;animation-delay:-2.7s}
@keyframes brainSpin{0%{transform:rotateY(-46deg)}50%{transform:rotateY(46deg)}100%{transform:rotateY(-46deg)}}
@media(prefers-reduced-motion:reduce){.trio__card .ph--brain3d .brain3d__spin{animation:none}}

.final .bg-final{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}
.final .bg-final img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:min(560px,74%);max-width:none;height:auto;opacity:.8;mix-blend-mode:screen}
@media(max-width:700px){.final .bg-final img{width:112%;opacity:.6}}
/* ÑÐµÐ½ÑÑÐ¸ÑÑÐµÐ¼ ÐºÐ¾Ð½ÑÐµÐ½Ñ CTA Ð¿Ð¾Ð²ÐµÑÑ Ð³Ð»Ð¾Ð±Ð°Ð»ÑÐ½Ð¾Ð³Ð¾ theme/elementor CSS (Ð¿Ð¾Ð´ÑÑÐ½ÑÐ»ÑÑ Ñ ÑÐµÐ´ÐµÑÐ¾Ð¼) */
body.mray-page .final .wrap{margin-left:auto!important;margin-right:auto!important}
body.mray-page .final p{margin-left:auto!important;margin-right:auto!important;text-align:center!important}
body.mray-page .final .reveal{text-align:center!important}

/* 2026-07-01 (#204): Ð¿Ð¾Ð¼ÐµÑÐºÐ° ÑÐµÐ¶Ð¸Ð¼Ð° Ð´Ð¾ÑÑÑÐ¿Ð° Ð½Ð° ÐºÐ°ÑÑÐ¾ÑÐºÐ°Ñ access */
.access__card .access__mode{display:inline-block;margin-top:8px;font-size:12.5px;font-weight:600;letter-spacing:.02em;color:var(--blue);background:var(--blue-soft);padding:4px 11px;border-radius:999px;line-height:1.2}
