:root{
  --accent:#005555;
  --ink:#1d1d1f;
  --soft:#515154;
  --muted:#86868b;
  --line:#e5e5ea;
  --bg:#ffffff;
  --muted-bg:#f5f5f7;
  --radius:16px;
  --radius-lg:18px;
  --shadow:0 8px 24px rgba(0,0,0,.08);
  --maxw:1080px;
  --space-1:8px;
  --space-2:16px;
  --space-3:24px;
  --space-4:32px;
  --space-5:48px;
  --space-6:64px;
}

.vh-site,.vh-site *{box-sizing:border-box;margin:0;padding:0}
.vh-site body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased}
.vh-site .container{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.vh-site section{padding:72px 0}
.vh-site .eyebrow{font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:16px;display:block}
.vh-site h2{font-size:clamp(28px,4vw,40px);font-weight:700;letter-spacing:-.02em;margin-bottom:16px;line-height:1.1}
.vh-site .lead{font-size:18px;color:var(--soft);max-width:600px}
.vh-site .center{text-align:center}
.vh-site .center .lead{margin:0 auto 40px}
.vh-site .hero{background:linear-gradient(180deg,#fff 0%,var(--muted-bg) 100%);text-align:center;padding:110px 0 80px}
.vh-site .hero h1{font-size:clamp(36px,6vw,60px);font-weight:800;letter-spacing:-.03em;line-height:1.05;margin:20px 0 24px}
.vh-site .hero .lead{margin:0 auto 32px}
.vh-site .btn{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;border-radius:999px;font-size:16px;font-weight:600;text-decoration:none;transition:.2s}
.vh-site .btn:hover{filter:brightness(1.05)}
.vh-site .btn--primary{background:var(--accent);color:#fff}
.vh-site .btn--ghost{border:1px solid var(--line);color:var(--ink)}
.vh-site .btn--primary:hover{filter:brightness(1.15)}
.vh-site .stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border-radius:16px;overflow:hidden;max-width:760px;margin:56px auto 0}
.vh-site .stat{background:var(--bg);padding:28px 20px}
.vh-site .stat b{font-size:34px;font-weight:800;letter-spacing:-.02em;display:block}
.vh-site .stat span{font-size:13px;color:var(--muted)}
.vh-site .tabs{display:inline-flex;background:var(--muted-bg);border-radius:999px;padding:4px;gap:4px;margin-bottom:40px}
.vh-site .tab{padding:9px 22px;border-radius:999px;border:none;background:transparent;font-size:14px;font-weight:600;color:var(--soft);cursor:pointer}
.vh-site .tab.is-active{background:#fff;color:var(--ink);box-shadow:0 1px 4px rgba(0,0,0,.08)}
.vh-site .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:18px;overflow:hidden}
.vh-site .price{background:var(--bg);padding:36px 30px;text-align:left;position:relative}
.vh-site .price--featured::before{content:'Популярное';position:absolute;top:20px;right:20px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:var(--ink);color:#fff;padding:4px 10px;border-radius:4px}
.vh-site .price .tier{font-size:13px;color:var(--muted);font-weight:600;margin-bottom:6px}
.vh-site .price h3{font-size:22px;font-weight:700;margin-bottom:6px}
.vh-site .price .desc{font-size:14px;color:var(--muted);margin-bottom:24px;min-height:40px}
.vh-site .price .amount{font-size:40px;font-weight:800;letter-spacing:-.03em}
.vh-site .price .unit{font-size:14px;color:var(--muted)}
.vh-site .price ul{list-style:none;margin-top:20px;padding-top:20px;border-top:1px solid var(--line);font-size:14px;color:var(--soft)}
.vh-site .price li{padding:7px 0;padding-left:24px;position:relative}
.vh-site .price li::before{content:'✓';position:absolute;left:0;color:var(--accent);font-weight:700}
.vh-site .offer{background:#0b0f0c;color:#fff;text-align:center;position:relative;overflow:hidden}
.vh-site .offer::after{content:'';position:absolute;inset:auto -20% -60% 20%;height:90%;background:radial-gradient(closest-side,rgba(0,119,117,.35),transparent);pointer-events:none}
.vh-site .offer .inner{position:relative;z-index:1}
.vh-site .codebox{display:inline-flex;align-items:center;gap:20px;border:1px solid rgba(255,255,255,.2);border-radius:14px;padding:18px 28px;margin:32px 0;background:rgba(255,255,255,.05)}
.vh-site .codebox b{font-size:22px;letter-spacing:.1em}
.vh-site .perks{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.12);border-radius:12px;overflow:hidden;max-width:640px;margin:0 auto}
.vh-site .perk{background:#0b0f0c;padding:22px;text-align:left}
.vh-site .perk b{font-size:24px;display:block}
.vh-site .perk span{font-size:13px;color:rgba(255,255,255,.6)}
.vh-site .services{background:var(--muted-bg)}
.vh-site .services .grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-top:48px}
.vh-site .svc h3{font-size:20px;font-weight:700;margin-bottom:8px}
.vh-site .svc p{font-size:15px;color:var(--soft)}
.vh-site .reviews{background:var(--bg)}
.vh-site .rgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}
.vh-site .review{background:var(--muted-bg);border-radius:16px;padding:26px;display:flex;flex-direction:column}
.vh-site .review .stars{display:inline-flex;gap:2px;color:#f5b301;margin-bottom:12px}
.vh-site .review p{font-size:15px;color:var(--soft);margin-bottom:16px;flex-grow:1}
.vh-site .review b{font-size:14px}
.vh-site .review span{display:block;font-size:12px;color:var(--muted)}
.vh-site .review a{font-size:12px;color:var(--accent);text-decoration:none;margin-top:10px;display:inline-flex;align-items:center;gap:5px}
.vh-site .review a:hover{text-decoration:underline}
.vh-site .rbadge{display:inline-flex;gap:14px;align-items:center;justify-content:center;margin-top:40px;background:var(--muted-bg);border:1px solid var(--line);border-radius:999px;padding:12px 24px}
.vh-site .rbadge b{font-size:18px;display:inline-flex;align-items:center;gap:6px}
.vh-site .rbadge span{font-size:13px;color:var(--muted)}
.vh-site .rbadge a{font-size:13px;font-weight:600;color:var(--accent);text-decoration:none;display:inline-flex;align-items:center;gap:5px}
.vh-site .rbadge a:hover{text-decoration:underline}
.vh-site .rs{position:relative;display:inline-flex;font-size:0}
.vh-site .rs svg{width:14px;height:14px}
.vh-site .rs__bg{display:inline-flex;gap:2px;color:var(--line)}
.vh-site .rs__fill{position:absolute;top:0;left:0;display:inline-flex;gap:2px;overflow:hidden;color:var(--ink)}
.vh-site .footer{background:var(--muted-bg);padding:36px 0;border-top:1px solid var(--line);text-align:center;font-size:14px;color:var(--muted)}
.vh-site .footer b{color:var(--ink)}
.vh-site .prose{max-width:760px;margin:0 auto}
.vh-site .prose h2{font-size:clamp(26px,3.4vw,36px)}
.vh-site .prose h3{font-size:20px;font-weight:700;margin:28px 0 10px}
.vh-site .prose p{font-size:16px;color:var(--soft);margin:14px 0;line-height:1.7}
.vh-site .prose ul,.vh-site .prose ol{margin:14px 0 14px 4px;padding-left:22px;font-size:16px;color:var(--soft);line-height:1.7}
.vh-site .prose li{padding:3px 0}
.vh-site .cards-section{background:var(--muted-bg)}
.vh-site .cgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:40px}
.vh-site .ccard{display:flex;flex-direction:column;justify-content:space-between;background:var(--bg);border:1px solid var(--line);border-radius:16px;padding:24px;text-decoration:none;color:var(--ink);transition:box-shadow .2s}
.vh-site .ccard:hover{box-shadow:0 8px 24px rgba(0,0,0,.08)}
.vh-site .ccard h3{font-size:18px;font-weight:700;margin-bottom:8px}
.vh-site .ccard p{font-size:14px;color:var(--soft)}
.vh-site .ccard__meta{margin-top:16px;font-size:13px;color:var(--muted)}
.vh-site .faq-section{background:var(--bg)}
.vh-site .faq-list{max-width:760px;margin:32px auto 0}
.vh-site .faq-item{border:1px solid var(--line);border-radius:14px;margin-bottom:12px;overflow:hidden;background:var(--bg)}
.vh-site .faq-q{padding:16px 20px;font-size:16px;font-weight:600;cursor:pointer;list-style:none;position:relative;padding-right:44px}
.vh-site .faq-q::after{content:'+';position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:20px;color:var(--muted);font-weight:400}
.vh-site .faq-item[open] .faq-q::after{content:'−'}
.vh-site .faq-a{padding:0 20px 16px;font-size:15px;color:var(--soft);line-height:1.7}
.vh-site .site-header{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--line)}
.vh-site .site-header .container{display:flex;align-items:center;justify-content:space-between;height:60px}
.vh-site .site-nav{display:flex;gap:24px;list-style:none}
.vh-site .site-nav a{color:var(--soft);font-size:14px;font-weight:600;text-decoration:none}
.vh-site .site-nav a:hover{color:var(--accent)}
.vh-site .site-footer{background:var(--muted-bg);padding:36px 0;border-top:1px solid var(--line);text-align:center;font-size:14px;color:var(--muted)}
.vh-site .skip-link{position:absolute;left:16px;top:-100px;z-index:200;background:var(--ink);color:var(--bg);padding:10px 18px;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;transition:top .2s ease}
.vh-site .skip-link:focus{top:16px}
@media(max-width:760px){
  .vh-site .grid,.vh-site .rgrid,.vh-site .services .grid2,.vh-site .perks,.vh-site .stats,.vh-site .cgrid{grid-template-columns:1fr}
  .vh-site .hero{padding:80px 0 56px}
  .vh-site .rbadge{flex-wrap:wrap;border-radius:16px;padding:16px}
}

.vh-site .site-header .brand{display:inline-flex;align-items:center;gap:8px;font-size:18px;font-weight:800;letter-spacing:-.02em;color:var(--ink);text-decoration:none}
.vh-site .site-header .brand:hover{color:var(--accent)}
.vh-site .site-header nav{flex:1 1 auto;min-width:0;display:flex;justify-content:flex-end}
.vh-site .site-nav{flex:1 1 auto;min-width:0;overflow-x:auto;scrollbar-width:none}
.vh-site .site-nav::-webkit-scrollbar{display:none}
.vh-site .site-nav li{flex:0 0 auto}
.vh-site .site-footer .container{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.vh-site .site-footer .brand{color:var(--ink);font-weight:800}
.vh-site .site-footer a{color:var(--accent);text-decoration:none}
.vh-site .site-footer a:hover{text-decoration:underline}
.vh-site .site-footer [data-wa]{color:var(--accent)}
.vh-site .site-footer .foot-nav{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;list-style:none;margin:14px 0}
.vh-site .site-footer .foot-nav a{color:var(--soft);font-size:14px;font-weight:600}
.vh-site .site-footer .foot-nav a:hover{color:var(--accent)}
.vh-site .site-footer .muted{color:var(--muted);font-size:13px;line-height:1.7}
@media(max-width:760px){
  .vh-site .site-header .container{flex-wrap:wrap;height:auto;padding-top:10px;padding-bottom:10px}
  .vh-site .site-header .brand{flex:0 0 100%}
  .vh-site .site-header nav{flex:0 0 100%}
}

.vh-site .text-section{background:var(--bg)}
.vh-site .ccard__body{flex:1 1 auto;display:flex;flex-direction:column;gap:8px}
