/*
Theme Name: LVCHA VPN Theme
Theme URI: https://example.com/
Author: Your Team
Description: Лёгкая, адаптивная, SEO-friendly тема для LVCHA.VPN (RU).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: lvcha
*/

:root{
  --lvcha-bg:#07110c;
  --lvcha-bg2:#0b1a12;
  --lvcha-card:rgba(255,255,255,.06);
  --lvcha-card2:rgba(255,255,255,.08);
  --lvcha-line:rgba(255,255,255,.12);
  --lvcha-text:#e8fff3;
  --lvcha-muted:rgba(232,255,243,.72);
  --lvcha-green:#3CFF8B;
  --lvcha-mint:#1EE6C2;
  --lvcha-warn:#FFD07A;
  --lvcha-bad:#FF6B6B;
  --lvcha-radius:18px;
  --lvcha-radius2:24px;
  --lvcha-shadow: 0 10px 30px rgba(0,0,0,.35);
  --lvcha-shadow2: 0 12px 40px rgba(0,0,0,.45);
  --lvcha-max:1160px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 600px at 20% 10%, rgba(60,255,139,.18), transparent 55%),
              radial-gradient(900px 500px at 80% 20%, rgba(30,230,194,.16), transparent 55%),
              linear-gradient(180deg, var(--lvcha-bg), var(--lvcha-bg2));
  color:var(--lvcha-text);
  line-height:1.6;
}

img{max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
a:focus{outline:2px solid rgba(60,255,139,.45);outline-offset:2px;border-radius:10px}
::selection{background:rgba(60,255,139,.25)}

.lvcha-container{width:min(var(--lvcha-max), calc(100% - 40px));margin:0 auto}
.lvcha-sr-only{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}

/* Header */
.lvcha-header{
  position:sticky;top:0;z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(7,17,12,.55);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.lvcha-header__row{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 0;gap:16px;
}
.lvcha-brand{display:flex;align-items:center;gap:10px;min-width:190px}
.lvcha-brand__logo{
  width:36px;height:36px;border-radius:12px;
  background: radial-gradient(circle at 30% 30%, rgba(60,255,139,.9), rgba(30,230,194,.35) 60%, rgba(255,255,255,.06));
  box-shadow: 0 8px 18px rgba(60,255,139,.18);
}
.lvcha-brand__name{font-weight:800;letter-spacing:.2px}
.lvcha-brand__tag{display:block;font-size:12px;color:var(--lvcha-muted);margin-top:-2px}

/* Nav */
.lvcha-nav{display:flex;align-items:center;gap:18px;list-style: none;}
.lvcha-nav a{color:rgba(232,255,243,.92);font-weight:600;font-size:14px}
.lvcha-nav a:hover{color:#fff}
.lvcha-nav .current-menu-item>a{color:#fff}
.lvcha-nav__cta{margin-left:8px}

.lvcha-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color:#fff;
  padding:10px 14px;
  border-radius:14px;
  font-weight:700;
  box-shadow: 0 10px 22px rgba(0,0,0,.25);
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
  cursor:pointer;
}
.lvcha-btn:hover{transform:translateY(-1px);background:rgba(255,255,255,.09);border-color:rgba(60,255,139,.28)}
.lvcha-btn:active{transform:translateY(0)}

.lvcha-btn--ghost{background:transparent;border-color:rgba(255,255,255,.16)}
.lvcha-btn--small{padding:8px 12px;border-radius:12px;font-size:14px}

.lvcha-burger{
  display:none;
  width:44px;height:44px;border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color:#fff;
}
.lvcha-burger span{display:block;width:18px;height:2px;background:#fff;margin:4px auto;border-radius:2px;opacity:.9}

/* Mobile menu */
.lvcha-mnav{
  display:none;
  padding:10px 0 18px;
}
.lvcha-mnav__panel{
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  border-radius: var(--lvcha-radius2);
  box-shadow: var(--lvcha-shadow);
  padding:14px;
}
.lvcha-mnav a{
  display:flex;justify-content:space-between;align-items:center;
  padding:12px 12px;border-radius:14px;
  font-weight:700;color:#5f7a6d;
}
.lvcha-mnav a:hover{background:rgba(255,255,255,.06);color:#fff}
.lvcha-mnav .lvcha-mnav__cta{margin-top:10px;display:flex;gap:10px;flex-wrap:wrap}

/* Sections */
.lvcha-hero{padding:54px 0 18px}
.lvcha-hero__grid{
  display:grid;grid-template-columns: 1.25fr .75fr;gap:26px;align-items:center;
}
.lvcha-kicker{
  display:inline-flex;align-items:center;gap:8px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  border-radius:999px;
  padding:6px 10px;
  color:var(--lvcha-muted);
  font-weight:700;font-size:12px;
}
.lvcha-kicker i{
  width:8px;height:8px;border-radius:99px;background: var(--lvcha-green);
  box-shadow:0 0 0 6px rgba(60,255,139,.12);
}
.lvcha-h1{font-size:46px;line-height:1.1;margin:14px 0 12px;font-weight:900;letter-spacing:-.6px}
.lvcha-lead{font-size:16px;color:var(--lvcha-muted);margin:0 0 18px;max-width:62ch}
.lvcha-hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin:18px 0 18px}
.lvcha-hero__trust{display:flex;gap:12px;flex-wrap:wrap;color:var(--lvcha-muted);font-weight:700;font-size:13px}
.lvcha-pill{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 10px;border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}
.lvcha-pill svg{opacity:.9}

.lvcha-hero__art{
  border-radius: var(--lvcha-radius2);
  border:1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(400px 220px at 20% 20%, rgba(60,255,139,.28), transparent 60%),
    radial-gradient(500px 300px at 80% 30%, rgba(30,230,194,.22), transparent 60%),
    rgba(255,255,255,.04);
  box-shadow: var(--lvcha-shadow2);
  padding:18px;
  min-height:320px;
  position:relative;
  overflow:hidden;
}
.lvcha-hero__art .lvcha-art__img{
  width:100%;height:100%;object-fit:contain;display:block;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,.45));
}
.lvcha-art__badge{
  position:absolute;left:14px;bottom:14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(7,17,12,.55);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  padding:8px 10px;
  font-size:12px;color:var(--lvcha-muted);font-weight:800;
}

.lvcha-section{padding:42px 0}
.lvcha-section__head{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;margin-bottom:18px}
.lvcha-h2{margin:0;font-size:28px;letter-spacing:-.3px}
.lvcha-sub{margin:6px 0 0;color:var(--lvcha-muted);max-width:75ch}
.lvcha-grid{display:grid;gap:14px}
.lvcha-grid--3{grid-template-columns:repeat(3,1fr)}
.lvcha-grid--2{grid-template-columns:repeat(2,1fr)}
.lvcha-card{
  border:1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border-radius: var(--lvcha-radius2);
  padding:18px;
  box-shadow: var(--lvcha-shadow);
}
.lvcha-card__title{margin:0 0 6px;font-size:16px;font-weight:900}
.lvcha-card__text{margin:0;color:var(--lvcha-muted)}
.lvcha-card__icon{
  width:42px;height:42px;border-radius:14px;
  background: rgba(60,255,139,.12);
  border:1px solid rgba(60,255,139,.22);
  display:flex;align-items:center;justify-content:center;
  margin-bottom:10px;
}

.lvcha-split{
  display:grid;grid-template-columns: 1fr 1fr;gap:16px;align-items:stretch
}
.lvcha-list{margin:12px 0 0;padding-left:18px;color:var(--lvcha-muted)}
.lvcha-list li{margin:6px 0}
.lvcha-note{
  margin-top:12px;
  padding:12px 14px;border-radius:16px;
  background: rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  color:var(--lvcha-muted);
  font-weight:700;font-size:13px;
}

/* Pricing */
.lvcha-price{
  display:flex;align-items:baseline;gap:10px;margin:8px 0 12px
}
.lvcha-price strong{font-size:34px;letter-spacing:-.5px}
.lvcha-price span{color:var(--lvcha-muted);font-weight:800}
.lvcha-badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:6px 10px;border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  font-weight:800;font-size:12px;color:var(--lvcha-muted);
}
.lvcha-badge--ok{border-color:rgba(60,255,139,.22);background:rgba(60,255,139,.10)}
.lvcha-table{
  width:100%;border-collapse:separate;border-spacing:0;
  overflow:hidden;border-radius:18px;border:1px solid rgba(255,255,255,.12); background: #f1f1f1;margin: 20px 0;
}
.lvcha-table th,.lvcha-table td{padding:12px 12px;text-align:left}
.lvcha-table th{
  background: #7d7d7d0f;
  color:#1f2937;
  font-size:13px;text-transform:uppercase;letter-spacing:.6px
}
.lvcha-table td{border-top:1px solid rgba(255,255,255,.08);color:var(--lvcha-muted);font-weight:700}

/* FAQ accordion */
.lvcha-acc{border:1px solid rgba(255,255,255,.12);border-radius:20px;overflow:hidden}
.lvcha-acc__item + .lvcha-acc__item{border-top:1px solid rgba(255,255,255,.10)}
.lvcha-acc__btn{
  width:100%;text-align:left;
  padding:14px 14px;
  background: rgba(255,255,255,.04);
  border:0;color:#5f7a6d;cursor:pointer;
  display:flex;justify-content:space-between;gap:12px;align-items:center;
  font-weight:900;
}
.lvcha-acc__btn:hover{background: rgba(255,255,255,.06)}
.lvcha-acc__btn span{opacity:.92}
.lvcha-acc__btn i{
  width:26px;height:26px;border-radius:10px;
  border:1px solid rgba(255,255,255,.16);
  display:flex;align-items:center;justify-content:center;
  background: rgba(255,255,255,.04);
}
.lvcha-acc__panel{
  max-height:0;overflow:hidden;
  transition:max-height .18s ease;
  background: rgba(255,255,255,.03);
}
.lvcha-acc__panel > div{padding:0 14px 14px;color:var(--lvcha-muted);font-weight:700}
.lvcha-acc__item.is-open .lvcha-acc__panel{max-height:420px}

/* Footer */
.lvcha-footer{padding:34px 0;border-top:1px solid rgba(255,255,255,.08);margin-top:20px}
.lvcha-footer__grid{display:grid;grid-template-columns: 1.2fr .8fr .8fr .8fr;gap:16px}
.lvcha-foot__title{font-weight:900;margin:0 0 10px}
.lvcha-foot__text{margin:0;color:var(--lvcha-muted)}
.lvcha-foot__links a{display:block;color:var(--lvcha-muted);font-weight:800;padding:6px 0}
.lvcha-foot__links a:hover{color:#a7aaad}
.lvcha-copyright{margin-top:18px;color:rgba(232,255,243,.55);font-weight:800;font-size:12px}

/* Page header */
.lvcha-pagehead{padding:26px 0 10px}
.lvcha-breadcrumbs{color:rgba(232,255,243,.55);font-weight:800;font-size:13px}
.lvcha-pagehead h1{margin:10px 0 0;font-size:34px;letter-spacing:-.5px}
.lvcha-pagehead p{margin:10px 0 0;color:var(--lvcha-muted);max-width:85ch}

/* Utilities */
.lvcha-spacer{height:10px}
.lvcha-hr{height:1px;background:rgba(255,255,255,.10);border:0;margin:18px 0}
.lvcha-inline-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px}

/* Responsive */
@media (max-width: 980px){
  .lvcha-hero__grid{grid-template-columns:1fr;gap:18px}
  .lvcha-h1{font-size:40px}
  .lvcha-grid--3{grid-template-columns:repeat(2,1fr)}
  .lvcha-footer__grid{grid-template-columns:1fr 1fr}
  .lvcha-nav{display:none}
  .lvcha-burger{display:inline-flex;align-items:center;justify-content:center}
  .lvcha-mnav{display:block}
}
@media (max-width: 640px){
  .lvcha-h1{font-size:34px}
  .lvcha-grid--3,.lvcha-grid--2,.lvcha-split{grid-template-columns:1fr}
  .lvcha-container{width:min(var(--lvcha-max), calc(100% - 28px))}
}
/*
Theme Name: LVCHA VPN Theme (Light)
Version: 1.1.0
*/

:root{
  --lvcha-bg:#F7FBF8;
  --lvcha-card:#FFFFFF;
  --lvcha-border:#E3EFE8;

  --lvcha-green:#2FA36B;
  --lvcha-green-soft:#E8F6EF;

  --lvcha-text:#1E2B24;
  --lvcha-muted:#5F7A6D;

  --lvcha-radius:16px;
  --lvcha-shadow:0 6px 20px rgba(30,60,45,.06);
  --lvcha-max:1160px;
}

*{box-sizing:border-box}

body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:var(--lvcha-bg);
  color:var(--lvcha-text);
  line-height:1.65;
}

img{max-width:100%;height:auto}
a{text-decoration:none;color:inherit}

/* Container */
.lvcha-container{
  width:min(var(--lvcha-max),calc(100% - 40px));
  margin:0 auto;
}

/* Header */
.lvcha-header{
  background:#fff;
  border-bottom:1px solid var(--lvcha-border);
}

.lvcha-header__row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 0;
}

.lvcha-brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:700;
}

.lvcha-brand__logo{
  width:36px;
  height:36px;
  border-radius:10px;
  background:var(--lvcha-green);
}

.lvcha-nav a{
  margin-left:20px;
  font-weight:600;
  color:#2c3338;;
}

.lvcha-nav a:hover{
  color:var(--lvcha-text);
}

/* Buttons */
.lvcha-btn{
  padding:10px 16px;
  border-radius:12px;
  font-weight:700;
  border:1px solid transparent;
  background:var(--lvcha-green-soft);
  color:var(--lvcha-green);
  transition:.15s ease;
}

.lvcha-btn:hover{
  background:var(--lvcha-green);
  color:#fff;
}

.lvcha-btn--primary{
  background:#fd3d4b;
  color:#fff;
}
.lvcha-btn--primary:hover{
  background:#e0313e;
  color:#fff;
}

/* Hero */
.lvcha-hero{
  padding:30px 0;
}

.lvcha-hero__grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:40px;
  align-items:center;
}

.lvcha-h1{
  font-size:44px;
  line-height:1.15;
  margin:0 0 16px;
}

.lvcha-lead{
  font-size:17px;
  color:var(--lvcha-muted);
  max-width:520px;
}

/* Cards */
.lvcha-card{
  background:var(--lvcha-card);
  border:1px solid var(--lvcha-border);
  border-radius:var(--lvcha-radius);
  padding:22px;
  box-shadow:var(--lvcha-shadow);
}

.lvcha-card__title{
  font-size:18px;
  margin:0 0 8px;
}

.lvcha-card__text{
  color:var(--lvcha-muted);
}

/* Sections */
.lvcha-section{
  padding:30px 0;
}

.lvcha-h2{
  font-size:30px;
  margin:0 0 10px;
}

.lvcha-sub{
  color:var(--lvcha-muted);
  max-width:680px;
}

/* Grid */
.lvcha-grid{
  display:grid;
  gap:20px;
}

.lvcha-grid--3{
  grid-template-columns:repeat(3,1fr);
}

.lvcha-grid--2{
  grid-template-columns:repeat(2,1fr);
}

/* Footer */
.lvcha-footer{
  border-top:1px solid var(--lvcha-border);
  background:#fff;
  padding:0;
  margin-top:10px;
}

.lvcha-copyright{
  margin-top:30px;
  font-size:13px;
  color:#8CA59A;
}

/* Mobile */
@media(max-width:900px){
  .lvcha-hero__grid{grid-template-columns:1fr}
  .lvcha-grid--3,.lvcha-grid--2{grid-template-columns:1fr}
  .lvcha-h1{font-size:36px}
}
/* === NAV DROPDOWN === */

.lvcha-menu{
  display:flex;
  align-items:center;
  gap:26px;
  list-style:none;
  margin:0;
  padding:0;
}

.lvcha-menu__item{
  position:relative;
}

.lvcha-menu__item > a{
  font-weight:600;
  color:var(--lvcha-muted);
}

.lvcha-menu__item > a:hover{
  color:var(--lvcha-text);
}

/* parent */
.lvcha-menu__item--has-children > a{
  padding-right:14px;
  position:relative;
}

.lvcha-menu__item--has-children > a::after{
  content:"▾";
  font-size:11px;
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-45%);
  color:#9abfb0;
}

/* submenu */
.lvcha-submenu{
  position:absolute;
  top:100%;
  left:0;
  min-width:220px;
  background:#fff;
  border:1px solid var(--lvcha-border);
  border-radius:14px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  padding:8px;
  opacity:0;
  visibility:hidden;
  transform:translateY(6px);
  transition:.15s ease;
  z-index:50;
}

.lvcha-submenu li{
  list-style:none;
}

.lvcha-submenu a{
  display:block;
  padding:10px 12px;
  border-radius:10px;
  font-weight:600;
  color:#5f7a6d;;
}

.lvcha-submenu a:hover{
  background:var(--lvcha-green-soft);
  color:var(--lvcha-green);
}

/* hover open */
.lvcha-menu__item--has-children:hover .lvcha-submenu{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
@media (max-width:900px){
  .lvcha-menu{
    flex-direction:column;
    gap:12px;
  }

  .lvcha-submenu{
    position:static;
    opacity:1;
    visibility:visible;
    transform:none;
    box-shadow:none;
    border:none;
    padding:6px 0 0 12px;
    display:none;
  }

  .lvcha-menu__item.is-open .lvcha-submenu{
    display:block;
  }
}
/* ============================= */
/* MOBILE BURGER NAVIGATION */
/* ============================= */

.lvcha-burger{
  display:none;
  width:42px;
  height:42px;
  border:1px solid var(--lvcha-border);
  background:#fff;
  border-radius:12px;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:5px;
  cursor:pointer;
}

.lvcha-burger span{
  width:18px;
  height:2px;
  background:var(--lvcha-text);
  border-radius:2px;
  transition:.2s ease;
}

/* mobile */
@media (max-width:900px){

  .lvcha-burger{
    display:flex;
  }

  .lvcha-nav{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background:#fff;
    border-top:1px solid var(--lvcha-border);
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    padding:20px 0;
  }

  .lvcha-nav.is-open{
    display:block;
  }

  .lvcha-menu{
    flex-direction:column;
    gap:16px;
  }

  .lvcha-menu__item > a{
    padding:10px 24px;
    display:block;
  }

  /* dropdown inside mobile */
  .lvcha-submenu{
    position:static;
    opacity:1;
    visibility:visible;
    transform:none;
    box-shadow:none;
    border:none;
    padding-left:20px;
    display:none;
  }

  .lvcha-menu__item.is-open > .lvcha-submenu{
    display:block;
  }
}
/* ============================= */
/* PAGE CONTENT (GUTENBERG SAFE) */
/* ============================= */

.lvcha-page-content{
  padding:32px;
}

.lvcha-content > *:first-child{
  margin-top:0;
}

.lvcha-content h2{
  margin:32px 0 12px;
}

.lvcha-content h3{
  margin:24px 0 10px;
}

.lvcha-content p{
  margin:0 0 16px;
  color:var(--lvcha-muted);
}

.lvcha-content ul,
.lvcha-content ol{
  margin:0 0 18px 18px;
  color:var(--lvcha-muted);
}

.lvcha-content li{
  margin:6px 0;
}

 a{
  color:var(--lvcha-green);
  font-weight:600;
}

.lvcha-content a:hover{
  text-decoration:underline;
}
/* ============================= */
/* FOOTER (FINAL, STABLE)       */
/* ============================= */

html, body{
  height:100%;
}

body{
  display:flex;
  flex-direction:column;
  min-height:100vh;
}

.site-main{
  flex:1 0 auto;
}

/* Footer wrapper */
.lvcha-footer{
  flex-shrink:0;
  background:#fff;
  border-top:1px solid var(--lvcha-border);
  margin-top:10px;
}

/* Inner */
.lvcha-footer__inner{
  padding:40px 0 30px;
}

/* Grid */
.lvcha-footer__grid{
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr 1fr;
  gap:40px;
}

/* Brand */
.lvcha-footer__brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:18px;
}

.lvcha-footer__logo{
  width:34px;
  height:34px;
  border-radius:10px;
  background:var(--lvcha-green);
}

/* Text */
.lvcha-footer__text{
  margin-top:14px;
  font-size:14px;
  color:var(--lvcha-muted);
  max-width:360px;
}

/* Titles */
.lvcha-footer__title{
  font-weight:700;
  margin-bottom:14px;
}

/* Links */
.lvcha-footer__links{
  list-style:none;
  padding:0;
  margin:0;
}

.lvcha-footer__links li{
  margin-bottom:10px;
}

.lvcha-footer__links a{
  font-size:14px;
  color:var(--lvcha-muted);
}

.lvcha-footer__links a:hover{
  color:var(--lvcha-green);
  text-decoration:underline;
}

/* Bottom */
.lvcha-footer__bottom{

  border-top:1px solid var(--lvcha-border);
  font-size:13px;
  color:#8ca59a;
}

/* Mobile */
@media (max-width:900px){
  .lvcha-footer__grid{
    grid-template-columns:1fr;
    gap:30px;
  }
}
.lvcha-btn--primary{
  background:#fd3d4b;

}
.lvcha-content .lvcha-btn--primary a
 {
	 color:#fff;}
/* ============================= */
/* RESPONSIVE PRICING TABLE     */
/* ============================= */

@media (max-width: 768px){

  .lvcha-table{
    border:none;
  }

  .lvcha-table thead{
    display:none;
  }

  .lvcha-table,
  .lvcha-table tbody,
  .lvcha-table tr{
    display:block;
    width:100%;
  }

  .lvcha-table tr{
    background:#fff;
    border:1px solid var(--lvcha-border);
    border-radius:14px;
    padding:14px;
    margin-bottom:14px;
    box-shadow:0 6px 20px rgba(30,60,45,.06);
  }

  .lvcha-table td{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:12px;
    padding:8px 0;
    border:none;
    font-size:13px;
  }

  .lvcha-table td::before{
    content: attr(data-label);
    font-weight:700;
    color:var(--lvcha-text);
    flex:0 0 45%;
  }

  /* визуальное разделение */
  .lvcha-table td:not(:last-child){
    border-bottom:1px solid var(--lvcha-border);
  }
}
