:root{
  --premium-bg:#f6f9fd;
  --premium-surface:#ffffff;
  --premium-surface-alt:#f4f8fd;
  --premium-text:#0f203a;
  --premium-muted:#6f7f98;
  --premium-line:#d8e2ee;
  --premium-blue:#1476ff;
  --premium-blue-2:#2794ff;
  --premium-green:#16b85a;
  --premium-orange:#ff7a00;
  --premium-header:#071a36;
  --premium-shadow:0 16px 38px rgba(35,67,105,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;min-height:100vh;font-family:Nunito,Arial,sans-serif;color:var(--premium-text);background:linear-gradient(180deg,#fbfdff 0%,var(--premium-bg) 100%)}
body.modal-open{overflow:hidden}
button,a{font:inherit}
.site-header{background:linear-gradient(90deg,#061832 0%,#0a2143 100%);color:#fff;box-shadow:0 10px 28px rgba(4,19,39,.18)}
.header-inner{width:min(1320px,92%);min-height:82px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:14px;color:#fff;text-decoration:none}.brand img{width:54px;height:54px;border-radius:16px;border:1px solid rgba(255,255,255,.28)}
.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy strong{font-size:29px;font-weight:900}.brand-copy strong span{color:#44c5ff}.brand-copy small{margin-top:8px;font-weight:700;color:#dbe8f8}
.header-actions{display:flex;gap:12px}.icon-button{width:48px;height:48px;border:1px solid #28476f;border-radius:14px;display:grid;place-items:center;background:#142f54;color:#fff;text-decoration:none;cursor:pointer;transition:.2s}.icon-button:hover{transform:translateY(-2px);background:#1a3d69;border-color:#4aa8ff}.icon-button svg{width:23px;height:23px}.theme-toggle{font-size:21px}
.premium-page{width:min(1320px,92%);margin:0 auto;padding:34px 0 48px}
.premium-hero{display:grid;grid-template-columns:1.25fr .55fr;align-items:center;gap:40px;padding:18px 0 22px}.eyebrow{display:inline-flex;padding:6px 11px;border-radius:999px;background:#dff1ff;color:#0875d7;font-size:12px;font-weight:900;letter-spacing:.5px}.hero-copy h1{margin:15px 0 8px;font-size:clamp(42px,5vw,64px);line-height:1.04;letter-spacing:-2px}.hero-copy h1 span{color:var(--premium-blue)}.hero-copy p{margin:0;color:var(--premium-muted);font-size:17px;font-weight:600}.hero-visual{position:relative;min-height:220px;display:flex;align-items:center;justify-content:center}.hero-visual::before{content:"";position:absolute;width:215px;height:215px;border-radius:50%;background:#e7f6ff}.hero-visual img{position:relative;width:190px;height:190px;border-radius:50%;object-fit:cover;z-index:1}.note{position:absolute;color:#1498ff;font-weight:900;font-size:35px}.note-one{left:16%;top:30%}.note-two{right:12%;bottom:25%}
.period-section{margin-top:5px}.period-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:790px}.period-tab{position:relative;min-height:70px;border:1px solid var(--premium-line);border-radius:14px;background:rgba(255,255,255,.84);color:var(--premium-text);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;cursor:pointer;transition:.2s}.period-tab strong{font-size:16px}.period-tab span{color:var(--premium-muted);font-size:13px}.period-tab:nth-child(n+2) span{color:var(--premium-green);font-weight:900}.period-tab:hover,.period-tab.active{border-color:var(--premium-blue);box-shadow:0 0 0 2px rgba(20,118,255,.08)}.period-tab.active strong{color:var(--premium-blue)}.best-period em{position:absolute;top:-11px;right:10px;padding:4px 9px;border-radius:999px;background:var(--premium-green);color:#fff;font-size:10px;font-style:normal;font-weight:900}
.plan-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:17px 0}.plan-tab{min-height:82px;border:1px solid var(--premium-line);border-radius:17px;background:var(--premium-surface);color:var(--premium-text);display:flex;align-items:center;justify-content:center;gap:15px;cursor:pointer;box-shadow:var(--premium-shadow);transition:.22s}.plan-tab:hover{transform:translateY(-2px)}.plan-tab.active{background:linear-gradient(135deg,var(--premium-blue),#0c62e8);border-color:transparent;color:#fff}.plan-tab>span:last-child{display:flex;flex-direction:column;text-align:left}.plan-tab strong{font-size:21px}.plan-tab small{margin-top:5px;color:var(--premium-muted);font-size:13px;font-weight:700}.plan-tab.active small{color:#e8f2ff}.plan-icon{font-size:26px;font-weight:900}.star{color:#ffbf00}.diamond{color:#27b9ff}.crown{color:#ffb000}
.selected-plan{display:grid;grid-template-columns:.85fr 1.25fr .8fr;gap:0;border:1px solid var(--premium-line);border-radius:20px;background:var(--premium-surface);box-shadow:var(--premium-shadow);overflow:hidden}.selected-plan>div,.selected-plan>aside{padding:29px}.selected-plan-main{border-right:1px solid var(--premium-line)}.choice-badge{display:inline-flex;padding:5px 10px;border-radius:999px;background:#dff1ff;color:#174b75;font-size:10px;font-weight:900}.selected-plan-main h2{font-size:29px;margin:13px 0 3px}.selected-plan-main>p{margin:0;color:var(--premium-muted);font-weight:700}.selected-price{display:flex;align-items:end;gap:9px;margin:23px 0}.selected-price strong{font-size:39px;line-height:1}.selected-price span{color:var(--premium-muted);font-weight:800}.primary-action{width:100%;min-height:50px;border:0;border-radius:10px;background:linear-gradient(90deg,#0868f5,#2f96ff);color:#fff;font-weight:900;font-size:16px;cursor:pointer;box-shadow:0 9px 20px rgba(20,118,255,.2);transition:.2s}.primary-action:hover{transform:translateY(-2px);filter:brightness(1.04)}.trust-list{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:16px;color:var(--premium-muted);font-size:12px;font-weight:700}
.feature-list{border-right:1px solid var(--premium-line)}.feature-item{display:grid;grid-template-columns:46px 1fr 24px;align-items:center;gap:12px;padding:10px 0}.feature-icon{width:46px;height:46px;border-radius:12px;background:#f1f6fd;display:grid;place-items:center;font-size:21px}.feature-item>span:nth-child(2){display:flex;flex-direction:column}.feature-item strong{font-size:16px}.feature-item small{margin-top:3px;color:var(--premium-muted);font-size:13px;font-weight:700}.feature-item b{color:var(--premium-green);font-size:20px}.saving-panel{display:flex;flex-direction:column;gap:18px}.saving-card,.renewal-card{border:1px solid var(--premium-line);border-radius:13px;padding:20px;background:#f9fbfe}.saving-card{text-align:center}.saving-card span{display:block;font-size:12px;font-weight:800}.saving-card strong{display:block;margin:8px 0 2px;color:var(--premium-green);font-size:29px}.saving-card small{color:var(--premium-muted);font-weight:700}.renewal-card{display:grid;grid-template-columns:26px 1fr;gap:9px;background:#edf7ff}.renewal-card p{margin:0;font-size:13px;line-height:1.45;font-weight:700}.info-dot{width:20px;height:20px;border:2px solid var(--premium-blue);border-radius:50%;display:grid;place-items:center;color:var(--premium-blue);font-size:11px;font-weight:900}
.comparison{display:grid;grid-template-columns:1.1fr repeat(3,1fr);margin-top:16px;border:1px solid var(--premium-line);border-radius:18px;background:var(--premium-surface);box-shadow:var(--premium-shadow);overflow:hidden}.comparison>div{padding:21px 26px}.comparison>div+div{border-left:1px solid var(--premium-line)}.comparison-intro h2{margin:0 0 4px;font-size:21px}.comparison-intro p{margin:0;color:var(--premium-muted);font-weight:700}.comparison-plan{display:flex;flex-direction:column;gap:6px}.comparison-plan strong{font-size:16px}.comparison-plan span{font-weight:800}.comparison-plan b{font-size:23px;color:var(--premium-blue)}.comparison-plan:last-child b{color:var(--premium-orange)}.comparison-plan b small{font-size:12px}.payment-note{text-align:center;color:var(--premium-muted);font-weight:700;margin:20px 0 0}
.plan-modal[hidden]{display:none}.plan-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px}.plan-modal-backdrop{position:absolute;inset:0;background:rgba(2,13,29,.58);backdrop-filter:blur(5px)}.plan-modal-card{position:relative;width:min(450px,100%);padding:30px;border-radius:20px;background:var(--premium-surface);box-shadow:0 30px 80px rgba(0,0,0,.28);text-align:center}.plan-modal-card h2{margin:15px 0 8px}.plan-modal-card p{color:var(--premium-muted);line-height:1.6}.modal-close{position:absolute;right:13px;top:11px;width:35px;height:35px;border:0;border-radius:10px;background:#edf2f8;color:var(--premium-text);font-size:24px;cursor:pointer}
[data-theme="dark"] body,body.dark-theme{--premium-bg:#081423;--premium-surface:#0e1c2e;--premium-surface-alt:#13243a;--premium-text:#edf5ff;--premium-muted:#9eb0c7;--premium-line:#263b56;--premium-header:#061326;--premium-shadow:0 16px 38px rgba(0,0,0,.22);background:linear-gradient(180deg,#081423,#0b1828)}
[data-theme="dark"] .period-tab,[data-theme="dark"] .plan-tab,body.dark-theme .period-tab,body.dark-theme .plan-tab{background:#0e1c2e;color:var(--premium-text)}
[data-theme="dark"] .saving-card,[data-theme="dark"] .feature-icon,body.dark-theme .saving-card,body.dark-theme .feature-icon{background:#13243a}
[data-theme="dark"] .renewal-card,body.dark-theme .renewal-card{background:#102941}
[data-theme="dark"] .modal-close,body.dark-theme .modal-close{background:#19304c;color:#fff}
@media(max-width:1050px){.premium-hero{grid-template-columns:1fr .45fr}.selected-plan{grid-template-columns:1fr 1.2fr}.saving-panel{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--premium-line)}.feature-list{border-right:0}.comparison{grid-template-columns:1fr 1fr}.comparison>div:nth-child(3){border-left:0;border-top:1px solid var(--premium-line)}.comparison>div:nth-child(4){border-top:1px solid var(--premium-line)}}
@media(max-width:780px){.header-inner{width:94%}.brand-copy small{display:none}.premium-page{width:94%}.premium-hero{grid-template-columns:1fr;text-align:center}.hero-visual{min-height:180px}.period-tabs,.plan-tabs{grid-template-columns:1fr}.period-tabs{max-width:none}.selected-plan{grid-template-columns:1fr}.selected-plan-main,.feature-list{border-right:0;border-bottom:1px solid var(--premium-line)}.saving-panel{grid-template-columns:1fr}.comparison{grid-template-columns:1fr}.comparison>div+div{border-left:0;border-top:1px solid var(--premium-line)}}
@media(max-width:520px){.brand img{width:46px;height:46px}.brand-copy strong{font-size:23px}.icon-button{width:43px;height:43px}.premium-page{padding-top:20px}.hero-copy h1{font-size:39px;letter-spacing:-1px}.hero-visual::before{width:175px;height:175px}.hero-visual img{width:155px;height:155px}.selected-plan>div,.selected-plan>aside{padding:22px}.comparison>div{padding:19px}.saving-panel{padding:22px!important}}

/* v92: mobile header alignment fix without changing markup */
.site-header .header-inner{
  flex-wrap:nowrap;
}
.site-header .brand,
.site-header .header-actions{
  flex:0 0 auto;
}
.site-header .brand{
  min-width:0;
}
.site-header .brand-copy{
  min-width:0;
}
.site-header .brand-copy strong{
  white-space:nowrap;
}
@media(max-width:520px){
  .site-header .header-inner{
    width:calc(100% - 24px);
    min-height:68px;
    gap:8px;
  }
  .site-header .brand{gap:8px;min-width:0}
  .site-header .brand img{width:38px;height:38px;border-radius:11px;flex:none}
  .site-header .brand-copy strong{font-size:18px;line-height:1}
  .site-header .brand-copy small{display:none}
  .site-header .header-actions{gap:6px;margin-left:auto}
  .site-header .icon-button{width:38px;height:38px;border-radius:11px;flex:none}
  .site-header .icon-button svg{width:19px;height:19px}
  .site-header .theme-toggle{font-size:18px}
}
@media(max-width:360px){
  .site-header .header-inner{width:calc(100% - 16px);gap:6px}
  .site-header .brand{gap:6px}
  .site-header .brand img{width:34px;height:34px;border-radius:10px}
  .site-header .brand-copy strong{font-size:16px}
  .site-header .header-actions{gap:4px}
  .site-header .icon-button{width:34px;height:34px;border-radius:10px}
}


/* v95: единый размер и цвета кнопок хедера на Premium */
.site-header .header-actions{
  display:flex;
  align-items:center;
  gap:12px;
}
.site-header .header-actions .icon-button,
.site-header .header-actions .theme-toggle{
  width:48px;
  min-width:48px;
  height:48px;
  min-height:48px;
  padding:0;
  border:1px solid rgba(255,255,255,.58);
  border-radius:14px;
  background:#fff;
  color:#071a36;
  box-shadow:0 4px 14px rgba(0,0,0,.12);
  display:inline-grid;
  place-items:center;
  line-height:1;
  flex:0 0 48px;
}
.site-header .header-actions .icon-button:hover,
.site-header .header-actions .theme-toggle:hover{
  background:#eef7ff;
  border-color:#9dd8ff;
  color:#0875d7;
}
.site-header .header-actions .theme-toggle{
  font-size:21px;
}

html[data-theme="dark"] .site-header .header-actions .icon-button,
html[data-theme="dark"] .site-header .header-actions .theme-toggle,
body.dark-theme .site-header .header-actions .icon-button,
body.dark-theme .site-header .header-actions .theme-toggle{
  background:#142f54 !important;
  color:#fff !important;
  border-color:#28476f !important;
  box-shadow:none;
}
html[data-theme="dark"] .site-header .header-actions .icon-button:hover,
html[data-theme="dark"] .site-header .header-actions .theme-toggle:hover,
body.dark-theme .site-header .header-actions .icon-button:hover,
body.dark-theme .site-header .header-actions .theme-toggle:hover{
  background:#1a3d69 !important;
  border-color:#4aa8ff !important;
}

@media(max-width:780px){
  .site-header .header-actions{gap:8px}
  .site-header .header-actions .icon-button,
  .site-header .header-actions .theme-toggle{
    width:42px;
    min-width:42px;
    height:42px;
    min-height:42px;
    flex-basis:42px;
    border-radius:12px;
  }
  .site-header .header-actions .icon-button svg{width:20px;height:20px}
  .site-header .header-actions .theme-toggle{font-size:19px}
}
@media(max-width:420px){
  .site-header .header-actions{gap:6px}
  .site-header .header-actions .icon-button,
  .site-header .header-actions .theme-toggle{
    width:38px;
    min-width:38px;
    height:38px;
    min-height:38px;
    flex-basis:38px;
    border-radius:11px;
  }
}


/* Unified header/theme v109 */
.site-header{
  height:76px;
  min-height:76px;
  background:linear-gradient(90deg,#071a36 0%,#0b2346 100%);
}
.site-header .header-inner{
  height:76px;
  min-height:76px;
  width:min(1320px,92%);
}
.site-header .brand img{
  width:52px;
  height:52px;
  border-radius:14px;
}
.site-header .brand-copy strong{
  font-size:24px;
  line-height:1.1;
}
.site-header .brand-copy small{
  font-size:13px;
}
.site-header .header-actions .icon-button,
.site-header .header-actions .theme-toggle{
  width:44px;
  height:44px;
  min-width:44px;
  min-height:44px;
  border-radius:13px;
}

/* v110 header/theme sync */
.site-header{height:76px;min-height:76px;}
.site-header .header-inner{height:76px;min-height:76px;}
.brand img{width:52px;height:52px;}
.brand-copy strong{font-size:24px;}
.brand-copy small{font-size:13px;}
.icon-button,.theme-toggle{width:44px;height:44px;border-radius:13px;}
html[data-theme="dark"] .icon-button,
html[data-theme="dark"] .theme-toggle{
 background:#122844;
 color:#fff;
 border-color:#24476d;
}
html[data-theme="dark"] .site-header{background:#071a36;}


/* v112 premium compact layout */
.premium-page{width:min(1120px,92%);margin:auto;}
.header-inner{width:min(1120px,92%);min-height:70px;}
.premium-hero{gap:28px;padding:10px 0 18px;}
.hero-copy h1{font-size:clamp(38px,4vw,56px);}
.hero-copy p{font-size:16px;}
.hero-visual{min-height:190px;}
.hero-visual::before{width:185px;height:185px;}
.hero-visual img{width:165px;height:165px;}
.period-tabs{max-width:700px;gap:10px;}
.period-tab{min-height:62px;}

/* v113 compact premium refinement */
.premium-page{max-width:1120px;margin:0 auto;width:90%;}
.premium-hero{padding-top:70px;padding-bottom:50px;}
.premium-hero h1{font-size:clamp(34px,4vw,48px);}
.premium-section{padding:55px 0;}
.plans-grid,.premium-cards{gap:18px;}
.site-header .header-inner{max-width:1120px;}


/* v128 price comparison */
.price-comparison{display:grid;gap:3px;margin:-4px 0 16px;padding:10px 12px;border:1px solid var(--premium-border,#d8e3ef);border-radius:12px;background:var(--premium-soft,#f5f8fc);color:var(--theme-text);font-size:13px;font-weight:800}.price-comparison span{display:flex;gap:6px;align-items:baseline;flex-wrap:wrap}.price-comparison strong{font-size:15px;color:#1a7f37}.price-comparison del{color:var(--theme-muted,#738196);font-weight:800}.price-comparison small{color:var(--theme-muted,#738196);font-weight:700}html[data-theme="dark"] .price-comparison{background:#152238;border-color:#354a66}html[data-theme="dark"] .price-comparison strong{color:#7ee2a8}html[data-theme="dark"] .price-comparison del,html[data-theme="dark"] .price-comparison small{color:#9eb1c9}

/* ===== v129 Premium layout and dark-theme repair ===== */
.price-comparison-side{
  display:grid!important;
  align-content:center!important;
  gap:7px!important;
  min-height:118px!important;
  margin:0!important;
  padding:18px!important;
  border:1px solid var(--premium-line)!important;
  border-radius:13px!important;
  background:var(--premium-surface-alt)!important;
  text-align:left!important;
}
.price-comparison-side span{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap;font-size:14px;line-height:1.45}
.price-comparison-side strong{font-size:20px!important;color:var(--premium-green)!important}
.price-comparison-side del{color:var(--premium-muted)!important}
.price-comparison-side small{font-size:13px;color:var(--premium-muted)!important;line-height:1.4}
[data-theme="dark"] body{
  --premium-bg:#081423;
  --premium-surface:#0e1c2e;
  --premium-surface-alt:#13243a;
  --premium-text:#edf5ff;
  --premium-muted:#a8b8cc;
  --premium-line:#2c415d;
  --premium-blue:#4ca8ff;
  --premium-blue-2:#70c8ff;
  --premium-green:#55d98a;
  color:var(--premium-text)!important;
  background:linear-gradient(180deg,#081423 0%,#0b1828 100%)!important;
}
[data-theme="dark"] :is(.period-tab,.plan-tab,.selected-plan,.comparison,.plan-modal-card){background:var(--premium-surface)!important;color:var(--premium-text)!important;border-color:var(--premium-line)!important}
[data-theme="dark"] .period-tab.active,[data-theme="dark"] .plan-tab.active{background:linear-gradient(135deg,#1476ff,#0c62e8)!important;color:#fff!important;border-color:transparent!important}
[data-theme="dark"] .selected-plan-main,[data-theme="dark"] .feature-list{border-color:var(--premium-line)!important}
[data-theme="dark"] .feature-icon,[data-theme="dark"] .price-comparison-side{background:var(--premium-surface-alt)!important;border-color:var(--premium-line)!important}
[data-theme="dark"] .renewal-card{background:#102941!important;border-color:#31516f!important;color:#dcecff!important}
[data-theme="dark"] :is(.hero-copy p,.plan-tab small,.selected-plan-main>p,.selected-price span,.feature-item small,.trust-list,.comparison-intro p){color:var(--premium-muted)!important}
[data-theme="dark"] .choice-badge{background:#123453!important;color:#8ed8ff!important}
[data-theme="dark"] .primary-action{box-shadow:0 10px 24px rgba(0,80,200,.28)!important}
[data-theme="dark"] .comparison-plan b{color:#70c8ff!important}
@media(max-width:1050px){.price-comparison-side{min-height:96px!important}}



/* ===== v133 Robokassa: compact, branded and responsive ===== */
.premium-payment{
  margin:30px 0 10px;padding:28px 30px 24px;border:1px solid var(--premium-line);border-radius:22px;
  background:var(--premium-surface);box-shadow:0 16px 36px rgba(17,44,77,.08);overflow:hidden
}
.premium-payment-head{display:flex;align-items:center;gap:16px;min-width:0}
.payment-lock{width:52px;height:52px;display:grid;place-items:center;flex:0 0 52px;border-radius:15px;background:#e7f7ec;font-size:23px}
.premium-payment h2{margin:0 0 5px;font-size:22px;line-height:1.25}.premium-payment p{margin:0;color:var(--premium-muted);line-height:1.55}
.payment-divider{height:1px;margin:22px 0;background:var(--premium-line)}
.payment-methods{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px}
.payment-method{
  min-width:0;min-height:92px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;
  padding:12px 8px;border:1px solid var(--premium-line);border-radius:14px;background:var(--premium-surface-alt);
  text-align:center;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease
}
.payment-method:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--premium-blue) 38%,var(--premium-line));box-shadow:0 9px 22px rgba(17,75,134,.08)}
.payment-logo{position:relative;width:78px;height:34px;display:grid;place-items:center}
.payment-logo img{display:block;max-width:78px;max-height:34px;width:auto;height:auto;object-fit:contain}
.payment-logo b{display:none;color:var(--premium-text);font-size:12px;font-weight:1000;white-space:nowrap}
.payment-logo img:not([src]),.payment-logo img[src=""]{display:none}.payment-logo img:not([src])+b,.payment-logo img[src=""]+b{display:block}
.payment-method strong{display:block;min-width:0;font-size:11px;line-height:1.25;font-weight:900;color:var(--premium-text)}
.payment-method-note{margin-top:15px!important;font-size:12px;text-align:center}
.premium-footer{width:min(1120px,90%);margin:22px auto 34px;padding:22px 2px 0;border-top:1px solid var(--premium-line);display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:20px;color:var(--premium-muted)}
.premium-footer>div{display:grid;gap:2px}.premium-footer strong{color:var(--premium-text);font-size:18px}.premium-footer nav{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.premium-footer a{color:var(--premium-muted);font-weight:800;text-decoration:none}.premium-footer a:hover{color:var(--premium-blue)}.premium-footer small{white-space:nowrap}
[data-theme="dark"] .payment-lock{background:rgba(63,185,80,.15)}
[data-theme="dark"] .payment-logo img{filter:none}
@media(max-width:1050px){.payment-methods{grid-template-columns:repeat(4,minmax(0,1fr))}.premium-footer{grid-template-columns:1fr;text-align:center}.premium-footer nav{justify-content:center}}
@media(max-width:620px){.premium-payment{padding:20px 18px;border-radius:18px}.premium-payment-head{align-items:flex-start}.payment-lock{width:46px;height:46px;flex-basis:46px}.premium-payment h2{font-size:19px}.payment-methods{grid-template-columns:repeat(2,minmax(0,1fr))}.payment-method{min-height:86px}.premium-footer{width:92%}}


/* v139: separate subscriptions and full Robokassa checkout */
.bot-choice-section{margin:8px 0 18px;padding:22px;border:1px solid var(--premium-line);border-radius:20px;background:var(--premium-surface);box-shadow:var(--premium-shadow)}
.bot-choice-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;margin-bottom:16px}.bot-choice-heading h2{margin:9px 0 4px;font-size:24px}.bot-choice-heading p{max-width:850px;margin:0;color:var(--premium-muted);font-weight:700;line-height:1.5}.separate-payment-badge{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:6px 12px;border:1px solid #d4a72c;border-radius:999px;background:#fff8c5;color:#7d4e00;font-size:12px;font-weight:950;white-space:nowrap}.bot-choice-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.bot-choice-tab{min-width:0;min-height:78px;padding:11px 14px;border:1px solid var(--premium-line);border-radius:15px;background:var(--premium-surface-alt);color:var(--premium-text);display:flex;align-items:center;gap:12px;text-align:left;cursor:pointer;transition:.2s}.bot-choice-tab img{width:48px;height:48px;border-radius:13px;object-fit:cover;flex:0 0 auto}.bot-choice-tab>span{display:grid;gap:2px;min-width:0}.bot-choice-tab strong{font-size:16px}.bot-choice-tab small{color:var(--premium-muted);font-weight:700}.bot-choice-tab:hover{border-color:var(--premium-blue);transform:translateY(-1px)}.bot-choice-tab.active{border-color:var(--premium-blue);box-shadow:0 0 0 3px rgba(20,118,255,.11);background:#edf6ff}.bot-choice-tab[data-bot="shieldy"].active{border-color:#2da44e;box-shadow:0 0 0 3px rgba(45,164,78,.11);background:#effbf2}.bot-choice-tab[data-bot="gamey"].active{border-color:#ef4d91;box-shadow:0 0 0 3px rgba(239,77,145,.11);background:#fff0f6}
.plan-checkout-card{width:min(640px,100%);padding:27px;text-align:left;max-height:calc(100vh - 32px);overflow:auto}.modal-robokassa-logo{display:block;width:176px;height:auto;margin:0 0 12px;border:1px solid var(--premium-line);border-radius:12px;background:#fff}.plan-checkout-card .eyebrow{margin-bottom:7px}.plan-checkout-card h2{margin:7px 0 5px;font-size:28px}.modal-checkout-intro{margin:0 0 16px!important;line-height:1.5!important}.modal-order-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.modal-order-summary>div{display:grid;gap:5px;min-height:74px;padding:12px 14px;border:1px solid var(--premium-line);border-radius:12px;background:var(--premium-surface-alt)}.modal-order-summary span{color:var(--premium-muted);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.35px}.modal-order-summary strong{font-size:16px}.modal-order-summary .modal-order-total{border-color:var(--premium-blue);background:rgba(20,118,255,.08)}.modal-order-total strong{color:var(--premium-blue);font-size:21px}.modal-separate-note{display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:flex-start;margin:13px 0;padding:11px 12px;border:1px solid #d4a72c;border-radius:12px;background:#fff8c5;color:#5f4300}.modal-separate-note>span{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#d4a72c;color:#fff;font-weight:1000}.modal-separate-note p{margin:0!important;color:inherit!important;font-size:12px;line-height:1.45!important}.modal-payment-title{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:15px 0 9px}.modal-payment-title strong{font-size:14px}.modal-payment-title span{color:var(--premium-muted);font-size:10px;font-weight:700;text-align:right}.modal-payment-methods{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:7px}.modal-payment-methods>span{min-width:0;min-height:66px;padding:7px 4px;border:1px solid var(--premium-line);border-radius:11px;background:var(--premium-surface-alt);display:grid;place-items:center;align-content:center;gap:5px;color:var(--premium-text);font-size:9px;font-weight:900;text-align:center}.modal-payment-icon{width:36px;height:26px;border-radius:7px;background:#fff;display:grid;place-items:center;overflow:hidden}.modal-payment-icon img{max-width:31px;max-height:21px;object-fit:contain}.modal-payment-icon b{font-size:8px;color:#17243a}.modal-terms-check{display:flex;align-items:flex-start;gap:10px;margin:14px 0;padding:12px;border:1px solid var(--premium-line);border-radius:12px;background:var(--premium-surface-alt);font-size:12px;font-weight:700;line-height:1.45}.modal-terms-check input{width:18px;height:18px;margin:1px 0 0;accent-color:var(--premium-blue);flex:0 0 auto}.modal-terms-check a{color:var(--premium-blue);font-weight:900}.modal-buy-button:disabled{opacity:.46;cursor:not-allowed;transform:none!important;filter:none!important}.modal-payment-message{margin:9px 0 0!important;text-align:center;font-size:11px;line-height:1.4!important}.modal-payment-message.is-active{color:var(--premium-green)!important;font-weight:900}
[data-theme="dark"] .bot-choice-tab.active,body.dark-theme .bot-choice-tab.active{background:#102944}[data-theme="dark"] .bot-choice-tab[data-bot="shieldy"].active,body.dark-theme .bot-choice-tab[data-bot="shieldy"].active{background:#102a1d}[data-theme="dark"] .bot-choice-tab[data-bot="gamey"].active,body.dark-theme .bot-choice-tab[data-bot="gamey"].active{background:#321728}[data-theme="dark"] .separate-payment-badge,body.dark-theme .separate-payment-badge,[data-theme="dark"] .modal-separate-note,body.dark-theme .modal-separate-note{background:#332a0c;color:#f6d66c;border-color:#8d6b00}
@media(max-width:800px){.bot-choice-heading{display:grid}.separate-payment-badge{justify-self:start}.bot-choice-tabs{grid-template-columns:1fr}.modal-payment-methods{grid-template-columns:repeat(4,minmax(0,1fr))}.plan-checkout-card{padding:22px}.modal-payment-title{display:grid}.modal-payment-title span{text-align:left}}
@media(max-width:520px){.modal-order-summary{grid-template-columns:1fr}.modal-payment-methods{grid-template-columns:repeat(3,minmax(0,1fr))}.plan-checkout-card h2{font-size:24px}}
