/* Сторінка модуля v2 (Figma «СТОРІНКА — Модуль (Audit Log)», 163:2). Макет 1440; решта ширин — fluid + брейкпоінти. */

.mv2{
  --mv2-pad:var(--rd-gut,24px); /* як у шапки й футера (rd-head__pill / rd-wrap) */
  --mv2-sec:clamp(64px,7.78vw,112px);
  --mv2-blue:var(--rd-blue,#3D7EF7);
  --mv2-ink:#111C36; --mv2-muted:#4A566E;
  --mv2-t1:#D6E4FF; --mv2-t2:#E6EEFF; --mv2-t3:#EFF4FF;
  --mv2-line:#E3E8F2;
  color:var(--mv2-ink);
  font-family:var(--rd-font,'Geologica'),system-ui,sans-serif;
  overflow-x:clip;
}
.mv2 *{box-sizing:border-box}
.mv2 img{display:block;max-width:100%}
.mv2 ul,.mv2 ol{margin:0;padding:0;list-style:none}
.mv2 h1,.mv2 h2,.mv2 h3,.mv2 p,.mv2 dl,.mv2 dd,.mv2 figure{margin:0}
.mv2-wrap{width:100%;max-width:calc(var(--rd-wrap,1360px) + var(--mv2-pad)*2);margin-inline:auto;padding-inline:var(--mv2-pad)}
.mv2-sec{padding-bottom:var(--mv2-sec);background:#fff}

.mv2-h2{font-size:clamp(28px,3.056vw,44px);line-height:1.1819;font-weight:600;color:var(--mv2-ink)}
.mv2-h3{font-size:clamp(22px,1.806vw,26px);line-height:1.3077;font-weight:600;color:var(--mv2-ink)}
.mv2-lede{font-size:17px;line-height:28px;color:var(--mv2-muted)}

.mv2-btn{display:inline-flex;align-items:center;justify-content:center;border:0;cursor:pointer;font-family:inherit;
  font-weight:600;text-decoration:none;text-align:center;transition:background .18s ease,color .18s ease,border-color .18s ease}
.mv2-btn[hidden]{display:none}
.mv2-btn--blue{background:var(--mv2-blue);color:#fff}
.mv2-btn--blue:hover{background:var(--rd-blue-d,#2F6BDD);color:#fff}
.mv2-btn--line{background:#fff;color:var(--mv2-blue);border:1px solid var(--mv2-t1)}
.mv2-btn--line:hover{border-color:var(--mv2-blue);color:var(--mv2-blue)}
.mv2-btn--white{background:#fff;color:var(--mv2-ink);font-size:17px;line-height:21px;padding:20px 36px;border-radius:999px;white-space:nowrap}
.mv2-btn--white:hover{background:var(--mv2-t1);color:var(--mv2-ink)}

/* ---------- hero ---------- */
.mv2-hero{padding:40px 0 var(--mv2-sec)}
.mv2-crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:0 7.2px;font-size:14px;line-height:21px;color:var(--mv2-muted)}
.mv2-crumbs a{color:inherit;text-decoration:none}
.mv2-crumbs a:hover{color:var(--mv2-blue)}
.mv2-hero__grid{display:flex;align-items:flex-start;gap:48px;margin-top:28px}

.mv2-gallery{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:12px}
.mv2-gallery__main{height:500px;background:#fff;border-radius:28px;overflow:hidden}
/* 24.09.2026: не збільшувати понад натуральний розмір — scale-down = contain, але без апскейлу; по центру на фоні слайда. */
.mv2-gallery__cover{width:100%;height:100%!important;object-fit:scale-down;object-position:center}
.mv2-gallery__thumbs{--g:12px;display:flex;flex-wrap:wrap;justify-content:center;gap:var(--g)}
.mv2-gallery__thumbs>.mv2-gallery__thumb{flex:0 0 calc((100% - 3 * var(--g)) / 4);min-width:0}
.mv2-gallery__thumb{display:block;padding:4px;background:var(--mv2-t3);border:1px solid transparent;border-radius:16px;
  overflow:hidden;cursor:zoom-in;transition:border-color .18s ease}
.mv2-gallery__thumb:hover,.mv2-gallery__thumb:focus-visible{border-color:var(--mv2-blue)}
.mv2-gallery__thumb-img{width:100%;height:auto!important;aspect-ratio:4/3;object-fit:cover;object-position:left top;border-radius:12px}

.mv2-buy{flex:0 0 540px;min-width:0;display:flex;flex-direction:column;gap:24px}
.mv2-tags{display:flex;flex-wrap:wrap;gap:8px}
.mv2-tags li{padding:6px 12px;border-radius:999px;background:var(--mv2-t3);font-size:13px;line-height:18px;font-weight:500;white-space:nowrap}
.mv2-buy__title{font-size:clamp(30px,2.778vw,40px);line-height:1.2;font-weight:600;color:var(--mv2-ink);overflow-wrap:anywhere}
.mv2-buy__lede{font-size:17px;line-height:28px;color:var(--mv2-muted)}

.mv2-price{display:flex;flex-direction:column;gap:10px}
.mv2-price__row{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 10px}
.mv2-price__name{font-size:15px;line-height:22px;font-weight:600;color:var(--mv2-muted)}
.mv2-price__sum{font-size:32px;line-height:40px;font-weight:600;color:var(--mv2-ink);white-space:nowrap}
.mv2-price__term{font-size:15px;line-height:22px;color:var(--mv2-muted)}
.mv2-price__buy{margin-left:auto;padding:0;border:0;background:none;cursor:pointer;font-family:inherit;font-size:16px;line-height:22px;
  font-weight:600;color:var(--mv2-blue);white-space:nowrap}
.mv2-price__buy:hover{text-decoration:underline}
.mv2-price__row.is-sub .mv2-price__sum{font-size:22px;line-height:30px}
.mv2-price__head{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:4px 12px}
.mv2-price__hint{font-size:13px;line-height:18px;color:var(--mv2-muted)}
.mv2-tiers{display:flex;flex-direction:column;gap:8px}
.mv2-tier{display:flex;align-items:center;gap:14px;width:100%;padding:13px 18px;background:#fff;border:1px solid var(--mv2-t1);
  border-radius:16px;font-family:inherit;text-align:left;color:var(--mv2-ink);cursor:pointer;transition:border-color .18s ease,background .18s ease}
.mv2-tier:hover{border-color:var(--mv2-blue)}
.mv2-tier.is-on{padding:12px 17px;background:var(--mv2-t3);border:2px solid var(--mv2-blue)}
.mv2-tier__dot{flex:none;width:20px;height:20px;border:1.5px solid #C5D3EC;border-radius:50%;background:#fff;transition:border-color .18s ease,box-shadow .18s ease}
.mv2-tier.is-on .mv2-tier__dot{border-color:var(--mv2-blue);box-shadow:inset 0 0 0 5px var(--mv2-blue)}
.mv2-tier__body{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:1px}
.mv2-tier__n{font-size:16px;line-height:22px;font-weight:600}
.mv2-tier__who{font-size:13px;line-height:18px;color:var(--mv2-muted)}
.mv2-tier__side{flex:none;display:flex;flex-direction:column;align-items:flex-end;gap:1px;text-align:right}
.mv2-tier__p{font-size:18px;line-height:24px;font-weight:600;white-space:nowrap}
.mv2-tier.is-on .mv2-tier__p{color:var(--mv2-blue)}
.mv2-tier__per{font-size:12.5px;line-height:18px;color:var(--mv2-muted);white-space:nowrap}
.mv2-tier__per em{font-style:normal;font-weight:600;color:#0F8A4F}
@media (max-width:400px){.mv2-tier,.mv2-tier.is-on{gap:10px;padding-inline:12px}.mv2-tier__who{display:none}}

.mv2-cta{display:flex;flex-wrap:wrap;gap:12px}
.mv2-cta .mv2-btn.mv2-btn--wide{flex:1 1 100%}
.mv2-cta .mv2-btn{flex:1 1 190px;white-space:nowrap;min-height:58px;padding:17px 20px;border-radius:12px;font-size:17px;line-height:22px}

.mv2-specs{display:flex;flex-direction:column;font-size:15px;line-height:22px}
.mv2-specs>div{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:12px 0;border-bottom:1px solid var(--mv2-line)}
.mv2-specs>div:first-child{border-top:1px solid var(--mv2-line)}
.mv2-specs dt{flex:none;color:var(--mv2-muted)}
.mv2-specs dd{min-width:0;font-weight:500;text-align:right;color:var(--mv2-ink)}
.mv2-specs dd a{color:var(--mv2-blue);text-decoration:none}

.mv2-aa{display:flex;align-items:center;gap:12px;padding:14px 18px;border-radius:14px;background:var(--mv2-t2);
  font-size:15px;line-height:22px;font-weight:500;color:var(--mv2-ink);text-decoration:none;transition:background .18s ease}
.mv2-aa span{flex:1 1 0;min-width:0}
.mv2-aa b{flex:none;font-size:16px;font-weight:600;color:var(--mv2-blue);transition:transform .18s ease}
.mv2-aa:hover{background:var(--mv2-t1);color:var(--mv2-ink)}
.mv2-aa:hover b{transform:translateX(3px)}

/* ---------- Free / Pro ---------- */
.mv2-compare__inner{display:flex;align-items:flex-start;gap:64px}
.mv2-compare__text{flex:0 0 360px;min-width:0;display:flex;flex-direction:column;gap:20px}
.mv2-table{flex:1 1 0;min-width:0;padding:8px 28px;background:var(--mv2-t3);border-radius:24px}
.mv2-table__row{display:flex;align-items:center;padding:14px 0;border-top:1px solid var(--mv2-t1);font-size:15px;line-height:22px}
.mv2-table__row>span:first-child{flex:1 1 0;min-width:0}
.mv2-table__row.is-pro>span:first-child{font-weight:500}
.mv2-table__head{padding:16px 0;border-top:0;font-size:14px;line-height:20px;font-weight:600;color:var(--mv2-muted)}
.mv2-table__col{flex:0 0 72px;display:flex;justify-content:center;text-align:center}
.mv2-table__col img{width:24px;height:24px}
.mv2-table__head .is-pro{color:var(--mv2-blue)}
.mv2-table__val{font-size:13px;line-height:18px;font-weight:500;color:var(--mv2-ink)}

/* ---------- скріни ---------- */
.mv2-screens .mv2-wrap{display:flex;flex-direction:column;gap:48px}
.mv2-shot{display:flex;flex-direction:column;gap:16px;padding:16px 16px 24px;background:var(--mv2-t3);border-radius:28px;min-width:0}
.mv2-shot a{display:block;cursor:zoom-in}
/* 24.09.2026: скрін цілком (без обрізання знизу) і не більший за натуральний розмір — інакше малі кропи розтягувались у пікселі. */
.mv2-shot__img{width:100%;height:auto!important;aspect-ratio:580/362;object-fit:scale-down;object-position:center;border-radius:16px;background:#fff}
.mv2-shot--wide .mv2-shot__img{aspect-ratio:1216/640}
.mv2-shot figcaption{padding-inline:8px;font-size:15px;line-height:22px;color:var(--mv2-muted)}
.mv2-shots2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:stretch}
.mv2-screens .mv2-shot--wide+.mv2-shot--wide{margin-top:0}

/* ---------- головне ---------- */
.mv2-trust .mv2-wrap{display:flex;flex-direction:column;gap:48px}
.mv2-trust__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.mv2-trust__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.mv2-trust__card{display:flex;flex-direction:column;gap:16px;padding:32px;background:var(--mv2-t3);border-radius:28px}
.mv2-trust__card.is-alt{background:var(--mv2-t2)}
.mv2-trust__card img{width:56px;height:56px}
.mv2-trust__card h3{font-size:20px;line-height:28px;font-weight:600}
.mv2-trust__card p{font-size:15px;line-height:24px;color:var(--mv2-muted)}

/* ---------- тріал / ключ ---------- */
.mv2-trial__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:stretch}
.mv2-trial__card{display:flex;flex-direction:column;gap:24px;padding:16px 16px 32px;background:var(--mv2-t3);border-radius:32px;min-width:0}
.mv2-trial__card.is-alt{background:var(--mv2-t2)}
.mv2-trial__art{display:flex;align-items:center;justify-content:center;aspect-ratio:580/362;border-radius:20px;background:#fff;overflow:hidden}
.mv2-trial__art img{width:auto;height:92%;max-width:92%;object-fit:contain}
.mv2-trial__text{display:flex;flex-direction:column;gap:12px;padding-inline:16px}
.mv2-trial__text h3{font-size:clamp(22px,1.806vw,26px);line-height:1.3077;font-weight:600}
.mv2-trial__text p{font-size:16px;line-height:26px;color:var(--mv2-muted)}

/* ---------- вимоги + історія ---------- */
.mv2-tech__grid{display:flex;align-items:flex-start;gap:24px}
.mv2-req{flex:0 0 480px;min-width:0;display:flex;flex-direction:column;gap:20px;padding:40px;background:var(--mv2-t3);border-radius:32px}
.mv2-req ul{display:flex;flex-direction:column;gap:20px}
.mv2-req li{display:flex;align-items:flex-start;gap:12px;font-size:16px;line-height:24px;overflow-wrap:anywhere}
.mv2-req li img{flex:none;width:22px;height:22px;margin-top:1px}
.mv2-hist{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:4px;padding:40px;border:1px solid var(--mv2-line);border-radius:32px}
.mv2-hist__row{display:flex;align-items:flex-start;gap:24px;padding:20px 0;border-bottom:1px solid var(--mv2-line)}
.mv2-hist>.mv2-hist__row:last-child,.mv2-hist__more .mv2-hist__row:last-child{border-bottom:0;padding-bottom:0}
.mv2-hist__ver{flex:0 0 150px;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.mv2-hist__builds{display:flex;flex-direction:column;gap:2px}
.mv2-hist__build{white-space:nowrap;font-size:14px;line-height:22px}
.mv2-hist__build b{font-size:17px;line-height:24px;font-weight:600}
.mv2-hist__build b.is-cur{color:var(--mv2-blue)}
.mv2-hist__build em{font-style:normal;font-size:13px;color:var(--mv2-muted)}
.mv2-hist__ver small{font-size:12px;line-height:16px;color:var(--mv2-muted)}
.mv2-badge{padding:4px 10px;border-radius:999px;background:var(--mv2-t3);color:var(--mv2-muted);font-size:12px;line-height:16px;font-weight:600;white-space:nowrap}
.mv2-badge.is-cur{background:var(--mv2-t2);color:var(--mv2-blue)}
.mv2-hist__row p{flex:1 1 0;min-width:0;font-size:15px;line-height:24px;color:var(--mv2-ink);overflow-wrap:break-word;text-wrap:pretty}
.mv2-hist__more{}
.mv2-hist__more summary{padding-top:20px;cursor:pointer;font-size:15px;line-height:22px;font-weight:600;color:var(--mv2-blue);list-style:none}
.mv2-hist__more summary::-webkit-details-marker{display:none}
.mv2-hist__more[open] summary{padding-bottom:4px}

/* ---------- набір (template-parts/module/bundle.php) ---------- */
.mv2-bundle .cc-bundle{max-width:calc(var(--rd-wrap,1360px) + var(--mv2-pad)*2);padding:0 var(--mv2-pad) var(--mv2-sec)}
.mv2-bundle .cc-bundle__more a{white-space:nowrap}

/* ---------- FAQ ---------- */
.mv2-faq__inner{display:flex;align-items:flex-start;gap:96px}
.mv2-faq__text{flex:0 0 400px;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:24px}
.mv2-faq__text .mv2-h2{align-self:stretch;letter-spacing:-.01em}
.mv2-support{display:flex;align-items:center;gap:16px;padding:20px 24px 20px 20px;background:var(--mv2-t3);border-radius:20px;
  color:var(--mv2-ink);text-decoration:none;transition:background .18s ease;max-width:100%}
.mv2-support:hover{background:var(--mv2-t2);color:var(--mv2-ink)}
.mv2-support img{flex:none;width:48px;height:48px}
.mv2-support__text{display:flex;flex-direction:column;gap:2px;min-width:0}
.mv2-support__text b{font-size:17px;line-height:25px;font-weight:600}
.mv2-support__text span{font-size:14px;line-height:20px;color:var(--mv2-muted)}
.mv2-support__text b{white-space:nowrap}
.mv2-acc{flex:1 1 0;min-width:0}
.mv2-acc__item{padding:24px 0 23px;border-bottom:1px solid rgba(17,28,54,.1)}
.mv2-acc__item:first-child{padding-top:23px;border-top:1px solid rgba(17,28,54,.1)}
.mv2 details>summary{list-style:none}
.mv2 details>summary::-webkit-details-marker{display:none}
.mv2-acc__item summary,.mv2-desc__box summary{display:flex;align-items:center;gap:24px;cursor:pointer;
  font-size:19px;line-height:28px;font-weight:600;color:var(--mv2-ink)}
.mv2-acc__item summary>span,.mv2-desc__box summary>span{flex:1 1 0;min-width:0}
.mv2-acc__toggle{flex:none;position:relative;width:36px;height:36px;border:1px solid rgba(17,28,54,.2);border-radius:999px;
  transition:background .18s ease,border-color .18s ease}
.mv2-acc__toggle::before,.mv2-acc__toggle::after{content:"";position:absolute;left:50%;top:50%;width:10.5px;height:2px;margin:-1px 0 0 -5.25px;
  background:var(--mv2-ink);border-radius:2px;transition:transform .18s ease,background .18s ease}
.mv2-acc__toggle::after{transform:rotate(90deg)}
.mv2 details[open]>summary .mv2-acc__toggle{background:var(--mv2-blue);border-color:var(--mv2-blue)}
.mv2 details[open]>summary .mv2-acc__toggle::before,.mv2 details[open]>summary .mv2-acc__toggle::after{background:#fff}
.mv2 details[open]>summary .mv2-acc__toggle::after{transform:rotate(0)}
.mv2 summary:hover .mv2-acc__toggle{border-color:var(--mv2-blue)}
.mv2-acc__a{margin-top:12px;font-size:16px;line-height:26px;color:var(--mv2-muted)}
.mv2-acc__a p+p{margin-top:10px}

/* ---------- повний опис ---------- */
.mv2-desc__box{display:flex;align-items:flex-start;gap:80px}
.mv2-desc__box>.mv2-h2{flex:0 0 400px;min-width:0}
.mv2-desc .mv2-desc__body{flex:1 1 0;min-width:0;margin:0;max-width:none;padding:0}
.mv2-desc__body>:first-child{margin-top:0}
.mv2-desc__body h2{margin:40px 0 16px;font-size:28px;line-height:36px}
.mv2-desc__body h3{margin:28px 0 12px}
.mv2-desc__body p+p{margin-top:12px}

/* ---------- відгуки (template-parts/module/feedback.php) ---------- */
.mv2-feedback{padding-bottom:var(--mv2-sec)}
.mv2-feedback .cc-feedback{max-width:calc(var(--rd-wrap,1360px) + var(--mv2-pad)*2);margin:0 auto;padding:0 var(--mv2-pad);border-top:0}
.mv2-feedback .cc-feedback__head,.mv2-feedback .cc-feedback__panel{padding-left:0;padding-right:0}
.mv2-feedback .cc-feedback__tabs{max-width:100%}
@media (max-width:400px){.mv2-feedback .cc-feedback__tab{padding:10px 14px;gap:8px}}

/* ---------- CTA ---------- */
.mv2-cta-band{background:var(--mv2-blue);color:#fff;padding-block:100px}
.mv2-cta-band__inner{display:flex;align-items:flex-start;justify-content:space-between;gap:48px}
.mv2-cta-band__text{flex:0 1 620px;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:22px;margin-top:30px}
.mv2-cta-band__text h2{font-size:clamp(34px,3.889vw,56px);line-height:1.1429;font-weight:600;letter-spacing:-.02em;color:#fff}
.mv2-cta-band__text p{max-width:560px;font-size:18px;line-height:28px;color:var(--mv2-t1)}
.mv2-cta-band__art{flex:none;width:420px;height:420px;margin-right:24px;display:flex;align-items:center;justify-content:center;
  background:#fff;border-radius:999px;overflow:hidden}
.mv2-cta-band__art img{width:340px;height:340px;object-fit:contain;mix-blend-mode:multiply}

/* ---------- стікі-колонки на ПК ---------- */
@media (min-width:861px) and (min-height:700px){
  .mv2-gallery,.mv2-compare__text,.mv2-req,.mv2-hist,.mv2-faq__text,.mv2-desc__box>.mv2-h2{position:sticky;top:120px}
}

/* =============== адаптив =============== */
@media (max-width:1360px){
  .mv2-buy{flex-basis:500px}
  .mv2-faq__inner{gap:64px}
  .mv2-req{flex-basis:420px}
}
@media (max-width:1240px){
  .mv2-hero__grid{gap:40px}
  .mv2-buy{flex-basis:460px}
  .mv2-gallery__main{height:auto;aspect-ratio:660/500}
  .mv2-compare__inner{gap:40px}
  .mv2-compare__text{flex-basis:300px}
  .mv2-cta-band__art{width:360px;height:360px;margin-right:0}
  .mv2-cta-band__art img{width:290px;height:290px}
}
@media (max-width:1100px){
  /* 861–1100: дві колонки лишаються (інакше праворуч порожньо), права вужча */
  .mv2-hero__grid{gap:32px}
  .mv2-buy{flex-basis:400px}
  .mv2-compare__inner{flex-direction:column;gap:32px}
  .mv2-compare__text{flex:none;width:100%;max-width:720px}
  .mv2-table{flex:none;width:100%}
  .mv2-trust__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mv2-trust__grid--3 .mv2-trust__card:last-child{grid-column:1/-1}
  .mv2-tech__grid{flex-direction:column;align-items:stretch}
  .mv2-req{flex:none}
  .mv2-faq__text{flex-basis:340px}
  .mv2-support__text b,.mv2-support__text span{white-space:normal}
}
@media (max-width:860px){
  .mv2-hero__grid{flex-direction:column}
  .mv2-gallery,.mv2-buy{flex:none;width:100%}
}
@media (max-width:900px){
  .mv2-screens .mv2-wrap,.mv2-trust .mv2-wrap{gap:32px}
  .mv2-shots2{grid-template-columns:1fr}
  .mv2-trial__grid{grid-template-columns:1fr}
  .mv2-faq__inner{flex-direction:column;gap:32px}
  .mv2-faq__text{flex:none;width:100%}
  .mv2-cta-band{padding-block:64px}
  .mv2-cta-band__inner{flex-direction:column;align-items:flex-start;gap:40px}
  .mv2-cta-band__text{flex:none;width:100%;margin-top:0}
  .mv2-cta-band__art{width:300px;height:300px;align-self:center}
  .mv2-cta-band__art img{width:240px;height:240px}
}
@media (max-width:760px){
  .mv2-trust__grid,.mv2-trust__grid--2{grid-template-columns:1fr}
  .mv2-trust__grid--3 .mv2-trust__card:last-child{grid-column:auto}
  .mv2-table{padding:4px 16px}
  .mv2-table__col{flex-basis:52px}
  .mv2-req,.mv2-hist{padding:28px 24px}
  .mv2-hist__row{flex-direction:column;gap:10px}
  .mv2-hist__ver{flex:none;flex-direction:row;flex-wrap:wrap;align-items:center;gap:6px 10px}
  .mv2-shot,.mv2-trial__card{border-radius:24px}
}
@media (max-width:560px){
  .mv2-h2 br{display:none}
  .mv2-hero{padding-top:24px}
  .mv2-gallery__thumbs{--g:8px}
  .mv2-gallery__thumb{padding:3px;border-radius:12px}
  .mv2-gallery__thumb-img{border-radius:9px}
  .mv2-gallery__main{border-radius:20px}
  .mv2-buy{gap:20px}
  .mv2-buy__lede,.mv2-lede{font-size:16px;line-height:26px}
  .mv2-price__sum{font-size:28px;line-height:36px}
  .mv2-cta{flex-direction:column}
  .mv2-cta .mv2-btn{flex:none;width:100%}
  .mv2-specs>div{flex-direction:column;gap:2px}
  .mv2-specs dd{text-align:left}
  .mv2-table__row{font-size:14px;line-height:20px}
  .mv2-table__col{flex-basis:44px}
  .mv2-table__val{font-size:12px;line-height:16px}
  .mv2-shot{padding:10px 10px 18px;gap:12px}
  .mv2-shot figcaption{padding-inline:4px;font-size:14px;line-height:21px}
  .mv2-trust__card{padding:24px}
  .mv2-trial__card{padding:10px 10px 24px;gap:18px}
  .mv2-trial__text{padding-inline:8px}
  .mv2-trial__text p{font-size:15px;line-height:24px}
  .mv2-acc__item summary,.mv2-desc__box summary{font-size:17px;line-height:26px;gap:16px}
  .mv2-support{width:100%;padding:16px}
  .mv2-cta-band__art{width:240px;height:240px}
  .mv2-cta-band__art img{width:190px;height:190px}
  .mv2-cta-band__text p{font-size:17px;line-height:27px}
  .mv2-btn--white{white-space:normal}
}
@media (max-width:400px){
  .mv2-req,.mv2-hist{padding:24px 18px}
  .mv2-table{padding:4px 12px}
  .mv2-table__col{flex-basis:38px}
  .mv2-table__col img{width:20px;height:20px}
  .mv2-aa{padding:12px 14px;font-size:14px;line-height:20px}
}

/* ---------- модалка «Залишити відгук / Поставити питання» ---------- */
.cc-feedback__open-row{margin-top:24px}
.cc-fb-dialog{width:min(640px,calc(100vw - 32px));max-height:calc(100dvh - 32px);padding:0;border:0;border-radius:24px;
  background:#fff;color:var(--mv2-ink,#111C36);box-shadow:0 24px 64px rgba(17,28,54,.25);overflow:auto}
.cc-fb-dialog::backdrop{background:rgba(17,28,54,.55)}
.cc-fb-dialog .cc-feedback-form{margin:0;padding:32px;border:0;background:none;border-radius:0}
.cc-fb-dialog .cc-feedback-form__title{padding-right:40px}
.cc-fb-dialog__close{position:sticky;top:12px;float:right;z-index:1;display:grid;place-items:center;width:40px;height:40px;margin:12px 12px 0 0;
  padding:0;border:0;border-radius:999px;background:#EFF4FF;color:#111C36;cursor:pointer}
.cc-fb-dialog__close:hover{background:#D6E4FF}
html.cc-dlg-open{overflow:hidden}
@media (max-width:560px){.cc-fb-dialog .cc-feedback-form{padding:24px 18px}}

/* ---------- модалка покупки: сайтів у ключі (рядки, як «Термін ліцензії») ---------- */
.cc-buy-modal__sites{border:0;padding:0;margin:0 0 14px;min-width:0}
.cc-buy-modal__sites-list{display:flex;flex-direction:column;gap:6px;margin-top:10px}
.cc-site{position:relative;display:flex;align-items:center;gap:11px;padding:10px 13px;border:1px solid var(--line);border-radius:12px;
  background:#F2F6FD;cursor:pointer;transition:border-color .18s ease,background .18s ease}
.cc-site:hover{border-color:rgba(61,126,247,.4);background:#E8EEFA}
.cc-site input{position:absolute;opacity:0;width:0;height:0}
.cc-site__dot{flex:0 0 16px;width:16px;height:16px;border:1.5px solid var(--line);border-radius:50%;background:#fff;transition:border-color .18s ease,box-shadow .18s ease}
.cc-site__main{display:flex;flex-direction:column;gap:1px;min-width:0}
.cc-site__n{font-size:14px;font-weight:600;line-height:1.3;color:var(--text)}
.cc-site__who{font-size:12px;line-height:1.3;color:var(--muted)}
.cc-site__side{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;gap:1px;flex-shrink:0;text-align:right}
.cc-site__p{font-size:15px;font-weight:600;line-height:1.3;color:var(--text);white-space:nowrap}
.cc-site__per{font-size:11.5px;line-height:1.3;color:var(--muted);white-space:nowrap}
.cc-site__per em{font-style:normal;font-weight:600;color:#0F8A4F}
.cc-site:has(input:checked){border-color:rgba(61,126,247,.7);background:rgba(61,126,247,.09)}
.cc-site:has(input:checked) .cc-site__dot{border-color:rgba(61,126,247,.95);box-shadow:inset 0 0 0 4px rgba(61,126,247,.95)}
.cc-site:has(input:focus-visible){outline:2px solid rgba(61,126,247,.6);outline-offset:2px}
@media (max-width:400px){.cc-site__who{display:none}}

#cc-buy-modal [hidden]{display:none!important}

/* ---------- модалка: «Сайтів у ключі» і «Термін ліцензії» — сегментні перемикачі (22.09).
   У сегменті лише назва + знижка, однакова висота й вирівнювання; підсумкова ціна — у шапці модалки. ---------- */
#cc-buy-modal .cc-buy-modal__sites{margin-bottom:12px}
#cc-buy-modal .cc-buy-modal__sites-list,#cc-buy-modal .cc-buy-modal__terms-list{display:grid;gap:3px;margin-top:8px;padding:3px;
  background:#EEF2F9;border-radius:12px}
#cc-buy-modal .cc-buy-modal__sites-list{grid-template-columns:repeat(4,minmax(0,1fr))}
#cc-buy-modal .cc-buy-modal__terms-list{grid-template-columns:repeat(5,minmax(0,1fr))}
#cc-buy-modal .cc-site,#cc-buy-modal .cc-term{flex-direction:column;align-items:center;justify-content:center;gap:0;min-width:0;height:46px;min-height:0;
  padding:0 4px;border:0;border-radius:9px;background:transparent;text-align:center}
#cc-buy-modal .cc-site:hover,#cc-buy-modal .cc-term:hover{background:#fff}
#cc-buy-modal .cc-site__dot,#cc-buy-modal .cc-site__who,#cc-buy-modal .cc-site__p,
#cc-buy-modal .cc-term__dot,#cc-buy-modal .cc-term__per,#cc-buy-modal .cc-term__best,#cc-buy-modal .cc-term__price{display:none!important}
#cc-buy-modal .cc-site__main,#cc-buy-modal .cc-term__main{align-items:center;gap:0}
#cc-buy-modal .cc-site__side,#cc-buy-modal .cc-term__side{margin:0;flex-direction:column;align-items:center;gap:0;text-align:center}
#cc-buy-modal .cc-site__n,#cc-buy-modal .cc-term__years{font-size:13.5px;font-weight:600;line-height:18px;color:var(--text);white-space:nowrap}
#cc-buy-modal .cc-site__per{font-size:0;line-height:0}
#cc-buy-modal .cc-site__per em,#cc-buy-modal .cc-term__off{display:block;padding:0;background:none;font-size:11px;line-height:15px;font-weight:600;font-style:normal;color:#0F8A4F}
#cc-buy-modal .cc-site:has(input:checked),#cc-buy-modal .cc-term:has(input:checked){background:rgba(61,126,247,1);box-shadow:0 1px 3px rgba(17,28,54,.15)}
#cc-buy-modal .cc-site:has(input:checked) .cc-site__n,#cc-buy-modal .cc-term:has(input:checked) .cc-term__years,
#cc-buy-modal .cc-site:has(input:checked) .cc-site__per em,#cc-buy-modal .cc-term:has(input:checked) .cc-term__off{color:#fff}
@media (max-width:420px){
  #cc-buy-modal .cc-site__n,#cc-buy-modal .cc-term__years{font-size:12px}
}

/* ---------- модалка: кастомні селекти «Сайтів у ключі» / «Термін ліцензії» (обрано 22.09) ---------- */
#cc-buy-modal .cc-buy-modal__sites,#cc-buy-modal .cc-buy-modal__terms{position:relative}
#cc-buy-modal .is-enhanced{display:none!important}
#cc-buy-modal .cc-sel{position:relative;margin-top:8px}
#cc-buy-modal .cc-sel__btn{display:flex;align-items:center;gap:10px;width:100%;height:48px;padding:0 12px 0 14px;border:1px solid var(--line);
  border-radius:12px;background:#fff;cursor:pointer;font-family:inherit;text-align:left;color:var(--text);transition:border-color .18s ease}
#cc-buy-modal .cc-sel__btn:hover,#cc-buy-modal .cc-sel.is-open .cc-sel__btn{border-color:rgba(61,126,247,.7)}
#cc-buy-modal .cc-sel__val{flex:1 1 auto;min-width:0;font-size:14.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#cc-buy-modal .cc-sel em{font-style:normal;font-size:12px;font-weight:600;color:#0F8A4F}
#cc-buy-modal .cc-sel__price{flex:none;font-size:14.5px;font-weight:600;white-space:nowrap}
#cc-buy-modal .cc-sel__chev{flex:none;display:flex;color:var(--muted);transition:transform .18s ease}
#cc-buy-modal .cc-sel.is-open .cc-sel__chev{transform:rotate(180deg)}
#cc-buy-modal .cc-sel__menu{position:absolute;z-index:5;left:0;right:0;top:calc(100% + 6px);display:none;margin:0;padding:6px;list-style:none;
  background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 12px 32px rgba(17,28,54,.16)}
#cc-buy-modal .cc-sel.is-open .cc-sel__menu{display:block}
#cc-buy-modal .cc-sel__menu li{display:flex;align-items:center;gap:10px;padding:10px;border-radius:9px;cursor:pointer;font-size:14px}
#cc-buy-modal .cc-sel__menu li:hover{background:#F2F6FD}
#cc-buy-modal .cc-sel__menu li.is-on{background:rgba(61,126,247,.1)}
#cc-buy-modal .cc-sel__menu li.is-on .cc-sel__name{color:rgba(61,126,247,1)}
#cc-buy-modal .cc-sel__name{flex:1 1 auto;font-weight:600}
#cc-buy-modal .cc-sel__old{flex:none;font-size:12.5px;color:var(--muted);white-space:nowrap;text-decoration:line-through}
#cc-buy-modal .cc-site__old,#cc-buy-modal .cc-term__old{display:none}
.mv2-tier__old{font-size:13px;font-weight:500;color:var(--mv2-muted)}

/* ---------- встановлення «під ключ» у модалці ---------- */
#cc-buy-modal .cc-install{display:flex;align-items:center;gap:12px;margin-top:14px;padding:14px 16px;border:1px solid rgba(17,28,54,.12);border-radius:12px;cursor:pointer;transition:border-color .15s,background .15s}
#cc-buy-modal .cc-install:hover{border-color:var(--mv2-blue,#3f80f7)}
#cc-buy-modal .cc-install:has(:checked){border-color:var(--mv2-blue,#3f80f7);background:rgba(63,128,247,.06)}
#cc-buy-modal .cc-install__cb{flex:none;width:20px;height:20px;margin:0;accent-color:var(--mv2-blue,#3f80f7)}
#cc-buy-modal .cc-install__body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}
#cc-buy-modal .cc-install__body b{font-size:15px;line-height:20px;font-weight:600;color:#111c36}
#cc-buy-modal .cc-install__body small{font-size:13px;line-height:18px;color:#5b6477}
#cc-buy-modal .cc-install__price{flex:none;font-size:15px;font-weight:600;color:#111c36;white-space:nowrap}

/* ---------- відеоогляд (макет Figma 231:399) ---------- */
.mv2-video__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:32px}
.mv2-video__hint{font-size:16px;line-height:1.4;color:var(--mv2-muted);text-align:right}
.mv2-video__player{position:relative;display:block;width:100%;aspect-ratio:1248/560;padding:0;border:0;border-radius:28px;overflow:hidden;background:var(--mv2-ink);cursor:pointer;color:#fff;text-align:left}
.mv2-video__player.is-playing{cursor:default}
.mv2-video__poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 30%}
.mv2-video__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,28,54,.78) 0%,rgba(47,107,221,.55) 100%),linear-gradient(180deg,rgba(17,28,54,.15) 0%,rgba(17,28,54,.85) 100%)}
.mv2-video__play{position:absolute;left:50%;top:50%;width:104px;height:104px;margin:-52px 0 0 -52px;border-radius:50%;background:#fff;color:var(--mv2-blue);display:flex;align-items:center;justify-content:center;box-shadow:0 20px 40px rgba(17,28,54,.35);transition:transform .2s ease}
.mv2-video__play svg{width:44px;height:44px;margin-left:6px}
.mv2-video__player:hover .mv2-video__play{transform:scale(1.06)}
.mv2-video__cap{position:absolute;left:40px;bottom:40px;right:140px;display:flex;flex-direction:column;gap:4px}
.mv2-video__cap b{font-size:22px;line-height:1.3;font-weight:600}
.mv2-video__cap small{font-size:15px;line-height:1.3}
.mv2-video__len{position:absolute;right:40px;bottom:46px;padding:6px 12px;border-radius:999px;background:rgba(0,0,0,.45);font-size:14px;font-weight:500;line-height:1.2}
.mv2-video__player iframe,.mv2-video__player video{position:absolute;inset:0;width:100%;height:100%;border:0;background:#000;object-fit:contain}
.mv2-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.mv2-link{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid var(--mv2-t1);border-radius:12px;font-size:14px;font-weight:500;line-height:1.2;color:var(--mv2-ink);text-decoration:none;transition:border-color .15s}
.mv2-link svg{color:var(--mv2-blue);flex:none}
.mv2-link:hover{border-color:var(--mv2-blue)}
.mv2-req__stands{margin-top:40px}
@media (max-width:860px){
  .mv2-video__head{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:20px}
  .mv2-video__hint{text-align:left}
  .mv2-video__player{aspect-ratio:16/9;border-radius:20px}
  .mv2-video__play{width:72px;height:72px;margin:-36px 0 0 -36px}
  .mv2-video__play svg{width:32px;height:32px;margin-left:4px}
  .mv2-video__cap{left:20px;bottom:18px;right:84px}
  .mv2-video__cap b{font-size:16px}
  .mv2-video__cap small{font-size:13px}
  .mv2-video__len{right:18px;bottom:20px;font-size:13px}
}
@media (max-width:600px){
  .mv2-video__cap{display:none}
  .mv2-video__play{width:64px;height:64px;margin:-32px 0 0 -32px}
}
@media (max-width:560px){
  #cc-buy-modal .cc-install{display:grid;grid-template-columns:20px minmax(0,1fr);column-gap:12px;row-gap:6px;align-items:start;padding:14px}
  #cc-buy-modal .cc-install__cb{grid-row:1 / span 2;margin-top:1px}
  #cc-buy-modal .cc-install__body,#cc-buy-modal .cc-install__price{grid-column:2}
  #cc-buy-modal .cc-install__price{color:var(--mv2-blue,#3D7EF7)}
}
@media (max-width:440px){
  #cc-buy-modal .cc-buy-modal__tabs{grid-template-columns:1fr}
  #cc-buy-modal .cc-buy-modal__tab{white-space:nowrap}
}
/* модалка: активна вкладка — синім */
#cc-buy-modal .cc-buy-modal__tab.is-active{background:var(--mv2-blue,#3D7EF7);color:#fff;box-shadow:none}
@media (max-width:1100px){.mv2-desc__box{gap:40px}.mv2-desc__box>.mv2-h2{flex-basis:300px}}
@media (max-width:860px){.mv2-desc__box{flex-direction:column;gap:24px}.mv2-desc__box>.mv2-h2{flex:none}}

/* 23.09.2026: строк ліцензії в модалці — відкритий список замість випадайки */
#cc-buy-modal .cc-sel.is-static .cc-sel__menu{position:static;display:block;box-shadow:none;border:1px solid var(--line);border-radius:12px;padding:4px}
#cc-buy-modal .cc-sel.is-static .cc-sel__menu li{padding:9px 10px}
#cc-buy-modal .cc-sel.is-static .cc-sel__menu li:focus-visible{outline:2px solid rgba(61,126,247,.6);outline-offset:-2px}

/* 23.09.2026: «Встановимо й налаштуємо» — тумблер над кнопкою оплати */
#cc-buy-modal .cc-install{margin:14px 0 12px;padding:12px 14px;background:#F6F9FE;border-color:rgba(17,28,54,.08)}
#cc-buy-modal .cc-install__cb{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}
#cc-buy-modal .cc-install__side{flex:none;display:flex;align-items:center;gap:12px}
#cc-buy-modal .cc-install__sw{position:relative;flex:none;width:42px;height:24px;border-radius:12px;background:#C9D3E4;transition:background .18s}
#cc-buy-modal .cc-install__sw::after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(17,28,54,.25);transition:transform .18s}
#cc-buy-modal .cc-install:has(:checked) .cc-install__sw{background:var(--mv2-blue,#3f80f7)}
#cc-buy-modal .cc-install:has(:checked) .cc-install__sw::after{transform:translateX(18px)}
#cc-buy-modal .cc-install:has(:focus-visible){outline:2px solid rgba(61,126,247,.6);outline-offset:2px}
@media (max-width:560px){
  #cc-buy-modal .cc-install{display:flex;align-items:center;padding:12px}
  #cc-buy-modal .cc-install__body,#cc-buy-modal .cc-install__price{grid-column:auto}
  #cc-buy-modal .cc-install__side{flex-direction:column-reverse;align-items:flex-end;gap:6px}
}

/* 23.09.2026: короткий заголовок + іконка «і» з підказкою */
#cc-buy-modal .cc-install__body{position:relative;flex-direction:row;align-items:center;gap:8px}
#cc-buy-modal .cc-install__info{flex:none;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:1.5px solid #8A94A8;border-radius:50%;background:none;color:#5b6477;font:700 11px/1 inherit;font-family:Georgia,serif;font-style:italic;cursor:help}
#cc-buy-modal .cc-install__info:hover,#cc-buy-modal .cc-install__info:focus-visible{border-color:var(--mv2-blue,#3f80f7);color:var(--mv2-blue,#3f80f7);outline:none}
#cc-buy-modal .cc-install__tip{position:absolute;z-index:6;left:0;bottom:calc(100% + 10px);width:min(300px,70vw);padding:10px 12px;border-radius:10px;background:#111c36;color:#fff;font-size:13px;line-height:18px;font-weight:400;box-shadow:0 6px 20px rgba(17,28,54,.25);opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .15s,transform .15s,visibility .15s;pointer-events:none}
#cc-buy-modal .cc-install__info:hover + .cc-install__tip,#cc-buy-modal .cc-install__info:focus + .cc-install__tip{opacity:1;visibility:visible;transform:none}
@media (max-width:560px){#cc-buy-modal .cc-install__body{flex-direction:row}}

/* 23.09.2026: промокод над кнопкою оплати, помітніший */
#cc-buy-modal .cc-promo{margin:16px 0 0}
#cc-buy-modal .cc-promo[hidden]{display:none}
#cc-buy-modal .cc-promo__toggle{display:inline-flex;align-items:center;gap:8px;width:100%;justify-content:center;height:42px;border:1.5px dashed rgba(61,126,247,.55);border-radius:12px;background:rgba(61,126,247,.05);color:var(--mv2-blue,#3f80f7);opacity:1;font-size:14.5px;font-weight:600;text-decoration:none}
#cc-buy-modal .cc-promo__toggle:hover{background:rgba(61,126,247,.1);border-color:var(--mv2-blue,#3f80f7)}
@media (max-width:560px){
  #cc-buy-modal .cc-install__body{display:block}
  #cc-buy-modal .cc-install__body b{display:inline}
  #cc-buy-modal .cc-install__info{display:inline-flex;vertical-align:-3px;margin-left:6px}
}

/* 23.09.2026: тумблер ліворуч від заголовка */
#cc-buy-modal .cc-install__side{flex-direction:row}
@media (max-width:560px){
  #cc-buy-modal .cc-install{gap:10px}
  #cc-buy-modal .cc-install__side{flex-direction:row;align-items:center}
}
