/*
Theme Name: Molniya VPN
Theme URI: https://example.com/
Author: AI Theme Builder
Description: Лёгкая, современная SEO-friendly тема для VPN бренда «Молния ВПН». WP 6.x.
Version: 1.0.0
Text Domain: molniya-vpn
*/

:root{
--mol-bg: #9b6df7;
    --mol-bg-2: #ffe59a;
  --mol-ink:#0b0d10;           /* почти чёрный */
  --mol-ink-2:#141820;
  --mol-card:#0f131a;          /* тёмные карточки */
  --mol-card-2:#131a24;
  --mol-text:#eaf2ff;          /* текст на тёмном */
  --mol-muted:rgba(255,255,255,.72);
  --mol-border:rgba(255,255,255,.12);

  --mol-accent:#fdee30;        /* зелёное свечение */
  --mol-accent-2:#f99b0d;
  --mol-warning:#ff5833;

  --mol-radius:18px;
  --mol-radius-sm:12px;
  --mol-shadow: 0 10px 28px rgba(0,0,0,.16);
  --mol-shadow-2: 0 16px 40px rgba(0,0,0,.22);

  --mol-max: 1120px;
  --mol-gap: 18px;

  --mol-font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--mol-font);
  color:var(--mol-ink);
  background: radial-gradient(1200px 600px at 20% 10%, var(--mol-bg-2), var(--mol-bg)) fixed;
}
img{max-width:100%;height:auto}
a{color:inherit}
button{font-family:inherit}
:focus-visible{outline:3px solid rgba(65,255,107,.55); outline-offset:2px}

.mol-wrap{max-width:var(--mol-max); margin:0 auto; padding:0 16px}
.mol-sr{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.mol-section{padding:56px 0}
.mol-section--tight{padding:36px 0}

.mol-topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter:saturate(140%) blur(10px);
  background: linear-gradient(180deg, rgb(255 212 90 / 92%), rgb(245 255 90 / 70%));;
  border-bottom:1px solid rgba(0,0,0,.08);
}
.mol-header{display:flex; align-items:center; justify-content:space-between; gap:14px; min-height:70px}
.mol-brand{display:flex; align-items:center; gap:10px; text-decoration:none; font-weight:800; letter-spacing:.3px}
.mol-logo{
  width:36px; height:36px; border-radius:12px;
  display:grid; place-items:center;
  background:var(--mol-ink);
  color:var(--mol-bg);
  box-shadow:0 10px 18px rgba(0,0,0,.14);
}
.mol-brand span{font-size:16px}
.mol-nav{display:flex; align-items:center; gap:14px}
.mol-menu{list-style:none; margin:0; padding:0; display:flex; gap:8px; align-items:center}
.mol-menu > li{position:relative}
.mol-menu a{
  display:inline-flex; align-items:center; gap:8px;
  padding:10px 12px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  color:rgba(0,0,0,.82);
}
.mol-menu a:hover{background:rgba(0,0,0,.06)}
.mol-caret{font-size:12px; opacity:.8}

.mol-submenu{
  position:absolute; left:0; top:100%;
  min-width:240px;
  padding:10px;
  list-style:none;
  margin:8px 0 0;
  border-radius:16px;
  background:rgba(15,19,26,.96);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:var(--mol-shadow-2);
  display:none;
}
.mol-submenu a{
  display:flex;
  color:rgba(255,255,255,.92);
  padding:10px 12px;
  border-radius:12px;
}
.mol-submenu a:hover{background:rgba(65,255,107,.14)}
.mol-menu li:focus-within > .mol-submenu,
.mol-menu li:hover > .mol-submenu{display:block}

.mol-actions{display:flex; align-items:center; gap:10px}
.mol-btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  border:0;
  cursor:pointer;
  padding:12px 16px;
  border-radius:999px;
  text-decoration:none;
  font-weight:900;
  box-shadow:0 10px 18px rgba(0,0,0,.14);
  transition:transform .12s ease, box-shadow .12s ease, filter .12s ease;
}
.mol-btn:active{transform:translateY(1px)}
.mol-btn--dark{background:var(--mol-ink); color:var(--mol-bg)}
.mol-btn--dark:hover{filter:brightness(1.05)}
.mol-btn--ghost{
  background:rgba(0,0,0,.06);
  color:rgba(0,0,0,.86);
  box-shadow:none;
  border:1px solid rgba(0,0,0,.08);
}
.mol-btn--ghost:hover{background:rgba(0,0,0,.08)}

.mol-burger{
  width:44px; height:44px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  background:rgba(255,255,255,.40);
  display:none;
  cursor:pointer;
}
.mol-burger span{display:block; width:18px; height:2px; background:rgba(0,0,0,.82); margin:4px auto; border-radius:2px}

.mol-mobile{
  display:none;
  padding:10px 0 16px;
}
.mol-mobile.is-open{display:block}
.mol-mobile .mol-menu{flex-direction:column; align-items:stretch}
.mol-mobile .mol-menu a{justify-content:space-between; width:100%}
.mol-mobile .mol-submenu{
  position:static; display:none; margin:6px 0 0; padding:8px; min-width:unset;
}
.mol-mobile .mol-dd.is-open > .mol-submenu{display:block}

.mol-hero{padding:42px 0 10px}
.mol-hero-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:22px;
  align-items:center;
}
.mol-kicker{
  display:inline-flex; align-items:center; gap:10px;
  background:rgba(0,0,0,.08);
  border:1px solid rgba(0,0,0,.10);
  padding:8px 12px;
  border-radius:999px;
  font-weight:900;
}
.mol-kicker b{
  display:inline-flex; align-items:center; gap:8px;
  padding:6px 10px;
  border-radius:999px;
  background:var(--mol-ink);
  color:var(--mol-bg);
}
.mol-h1{font-size:44px; line-height:1.05; margin:16px 0 10px; letter-spacing:-.5px}
.mol-lead{font-size:18px; line-height:1.55; margin:0 0 18px; color:rgba(0,0,0,.78)}
.mol-cta-row{display:flex; gap:12px; flex-wrap:wrap; align-items:center}
.mol-note{font-size:13px; color:rgba(0,0,0,.65); margin-top:12px}

.mol-mock{
  border-radius:22px;
  background:linear-gradient(180deg, rgba(15,19,26,.96), rgba(15,19,26,.88));
  border:1px solid rgba(255,255,255,.14);
  box-shadow:var(--mol-shadow-2);
  overflow:hidden;
  position:relative;
}
.mol-mock::before{
  content:"";
  position:absolute; inset:-120px -120px auto auto;
  width:260px; height:260px;
  background:radial-gradient(circle, rgb(255 179 65 / 55%), rgb(182 65 255 / 0%));
  filter:blur(6px);
}
.mol-mock-head{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 16px;
  border-bottom:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.92);
}
.mol-mock-body{padding:18px 16px 16px; color:rgba(255,255,255,.88)}
.mol-pillrow{display:flex; gap:10px; flex-wrap:wrap; margin-bottom:14px}
.mol-pill{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.92);
  font-weight:800;
  font-size:13px;
}
.mol-glow{
  margin-top:12px;
  border-radius:18px;
  padding:14px;
  background: radial-gradient(700px 220px at 30% 30%, rgba(65,255,107,.25), rgba(65,255,107,0)),
              rgba(255,255,255,.06);
  border:1px solid rgba(65,255,107,.22);
}
.mol-stat{display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:12px}
.mol-stat div{
  border-radius:16px;
  padding:12px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
}
.mol-stat b{display:block; font-size:18px; color:#fff}
.mol-stat span{font-size:13px; color:rgba(255,255,255,.70)}

.mol-grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:var(--mol-gap)}
.mol-grid-2{display:grid; grid-template-columns:repeat(2,1fr); gap:var(--mol-gap)}

.mol-card{
  border-radius:var(--mol-radius);
  background:linear-gradient(180deg, rgba(15,19,26,.96), rgba(15,19,26,.90));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:var(--mol-shadow);
  color:rgba(255,255,255,.92);
  padding:18px;
}
.mol-card h2,.mol-card h3{margin:0 0 10px}
.mol-card p{margin:0; color:rgba(255,255,255,.78); line-height:1.6}
.mol-icon{
  width:44px; height:44px;
  border-radius:14px;
  display:grid; place-items:center;
  background: rgb(255 214 65 / 18%);
    border: 1px solid rgb(245 226 132 / 28%);
  margin-bottom:12px;
  color:var(--mol-accent);
  font-weight:1000;
}

.mol-title{font-size:28px; margin:0 0 8px; letter-spacing:-.3px}
.mol-sub{margin:0 0 18px; color:rgba(0,0,0,.74); font-weight:650}

.mol-darkpanel{
  border-radius:var(--mol-radius);
  background:linear-gradient(180deg, rgba(10,12,16,.96), rgba(10,12,16,.90));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:var(--mol-shadow-2);
  color:rgba(255,255,255,.92);
  padding:22px;
}
.mol-darkpanel .mol-sub{color:rgba(255,255,255,.72)}
.mol-badges{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}
.mol-badge{
  padding:8px 10px; border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.88);
  font-weight:800; font-size:13px;
}

.mol-table{
	    display: inline-block;
  width:100%;
  border-collapse:separate;
  border-spacing:0;

  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
}
@media (max-width: 550px) {
	.mol-table{ overflow-inline: scroll;}
}
.mol-table th,.mol-table td{
  padding:12px 12px;
  text-align:left;
  border-bottom:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.88);
}
.mol-table th{background:rgba(255,255,255,.06); font-size:13px; text-transform:uppercase; letter-spacing:.6px}
.mol-table tr:last-child td{border-bottom:0}
.mol-price{font-weight:1000; color:#fff}

.mol-faq{display:grid; gap:12px}
.mol-acc{
  border-radius:16px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  overflow:hidden;
}
.mol-acc button{
  width:100%;
  text-align:left;
  background:transparent;
  color:rgba(255,255,255,.92);
  border:0;
  cursor:pointer;
  padding:14px 14px;
  font-weight:900;
  display:flex; justify-content:space-between; gap:12px;
}
.mol-acc button span{opacity:.85}
.mol-acc .mol-acc-body{
  display:none;
  padding:0 14px 14px;
  color:rgba(255,255,255,.78);
  line-height:1.6;
}
.mol-acc.is-open .mol-acc-body{display:block}

.mol-footer{
  padding:26px 0;
  border-top:1px solid rgba(0,0,0,.08);
  background:rgba(255,255,255,.25);
}
.mol-footer-grid{
  display:flex; justify-content:space-between; align-items:flex-start; gap:18px; flex-wrap:wrap;
}
.mol-footlinks{display:flex; gap:12px; flex-wrap:wrap}
.mol-footlinks a{font-weight:800; text-decoration:none; opacity:.85}
.mol-footlinks a:hover{opacity:1; text-decoration:underline}
.mol-small{font-size:13px; color:rgba(0,0,0,.68)}

.mol-pagehead{padding:34px 0 10px}
.mol-breadcrumbs{font-size:13px; color:rgba(0,0,0,.66)}
.mol-content{padding:14px 0 48px}
.mol-prose{
  max-width:860px;
  line-height:1.7;
  color:rgba(0,0,0,.82);
}
.mol-prose h1{font-size:36px; line-height:1.12; margin:0 0 12px}
.mol-prose h2{font-size:26px; margin:24px 0 10px}
.mol-prose ul{margin:10px 0 0 18px}
.mol-prose li{margin:6px 0}
.mol-prose a{text-decoration:underline}

@media (max-width: 960px){
  .mol-hero-grid{grid-template-columns:1fr; }
  .mol-h1{font-size:40px}
}
@media (max-width: 760px){
  .mol-nav, .mol-actions .mol-btn--ghost{display:none}
 
  .mol-grid-3{grid-template-columns:1fr}
  .mol-grid-2{grid-template-columns:1fr}
  .mol-h1{font-size:36px}
}
@media (max-width: 865px){
	 .mol-burger{display:inline-block}
	.mol-nav{display:none}}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  .mol-btn{transition:none}
}
div.mol-darkpanel a.mol-btn.mol-btn--ghost {
	color:#fff;
}
@media (max-width: 400px){
	div.mol-wrap 
	{padding: 0 12px;
}
	div.mol-header a.mol-btn--dark {
padding: 8px 12px;
		font-weight: 700;}}
div.divhero {
	margin: 15px;
	padding: 7px;
	background-color: #14161a;
	border-radius: 22px;
}

@media (max-width: 960px){
	div.mol-mock {display:none}}
.mol-card a {
	margin-top: 15px;
}