/*
Theme Name: Raketa VPN Theme
Theme URI: https://t.me/VPN_RAKETA_BOT
Author: OpenAI
Author URI: https://openai.com
Description: Легкая адаптивная SEO-friendly тема WordPress для бренда «Ракета ВПН».
Version: 1.0.0
Tested up to: 6.6
Requires at least: 5.9
Requires PHP: 7.4
Text Domain: raketa-vpn
*/

:root{
  --rvpn-bg:#08111f;
  --rvpn-bg-soft:#0e1a2d;
  --rvpn-bg-card:#101f36;
  --rvpn-surface:#132744;
  --rvpn-line:rgba(255,255,255,.08);
  --rvpn-text:#eaf2ff;
  --rvpn-text-soft:#b9c8e2;
  --rvpn-text-muted:#8ea4c7;
  --rvpn-primary:#2aabee;
  --rvpn-primary-2:#63c7ff;
  --rvpn-accent:#ff7a18;
  --rvpn-accent-2:#ffb347;
  --rvpn-success:#2fd084;
  --rvpn-danger:#ff6b6b;
  --rvpn-shadow:0 20px 60px rgba(0,0,0,.28);
  --rvpn-radius:22px;
  --rvpn-radius-sm:14px;
  --rvpn-container:1200px;
  --rvpn-transition:all .25s ease;
}

*,
*::before,
*::after{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,Arial,sans-serif;
  background:
    radial-gradient(circle at top right, rgba(42,171,238,.14), transparent 28%),
    radial-gradient(circle at top left, rgba(255,122,24,.12), transparent 24%),
    linear-gradient(180deg, #09111e 0%, #08111f 100%);
  color:var(--rvpn-text);
  line-height:1.65;
  min-width:320px;
}

img{
  max-width:100%;
  height:auto;
  display:block;
}

a{
  color:var(--rvpn-primary-2);
  text-decoration:none;
  transition:var(--rvpn-transition);
}

a:hover{color:#9adfff}

button,
input,
textarea,
select{
  font:inherit;
}

.rvpn-container{
  width:min(var(--rvpn-container), calc(100% - 32px));
  margin:0 auto;
}

.rvpn-section{
  padding:72px 0;
}

.rvpn-section-sm{
  padding:48px 0;
}

.rvpn-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
    padding: 8px 12px;
    border-radius: 22px;
  background:rgba(42,171,238,.10);
  border:1px solid rgba(99,199,255,.18);
  color:#d9f4ff;
  font-size:14px;
  font-weight:700;
  letter-spacing:.02em;
	width: 100%;
	text-align: center;
}

.rvpn-title{
  margin:0 0 18px;
  font-size:clamp(30px, 5vw, 56px);
  line-height:1.06;
  letter-spacing:-.03em;
}

.rvpn-subtitle{
  margin:0 0 20px;
  font-size:clamp(26px, 4vw, 40px);
  line-height:1.15;
  letter-spacing:-.02em;
}

.rvpn-lead{
  margin:0;
  color:var(--rvpn-text-soft);
  font-size:18px;
}

.rvpn-muted{
  color:var(--rvpn-text-muted);
}

.rvpn-grid{
  display:grid;
  gap:24px;
}

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

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

.rvpn-grid-4{
  grid-template-columns:repeat(4, minmax(0,1fr));
}

.rvpn-card{
  background:linear-gradient(180deg, rgba(19,39,68,.92), rgba(13,26,46,.96));
  border:1px solid var(--rvpn-line);
  border-radius:var(--rvpn-radius);
  box-shadow:var(--rvpn-shadow);
}

.rvpn-card-pad{
  padding:28px;
}

.rvpn-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:52px;
  padding:0 22px;
  border:none;
  border-radius:999px;
  cursor:pointer;
  font-weight:800;
  letter-spacing:.01em;
  transition:var(--rvpn-transition);
}

.rvpn-btn-primary{
  color:#07111f;
  background:linear-gradient(135deg, var(--rvpn-accent), var(--rvpn-accent-2));
  box-shadow:0 12px 30px rgba(255,122,24,.26);
}

.rvpn-btn-primary:hover{
  transform:translateY(-2px);
  color:#07111f;
}

.rvpn-btn-secondary{
  color:var(--rvpn-text);
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.1);
}

.rvpn-btn-secondary:hover{
  background:rgba(255,255,255,.08);
  color:#fff;
}

.rvpn-chip-list{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:24px 0 0;
  padding:0;
  list-style:none;
}

.rvpn-chip{
  padding:10px 14px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  border-radius:999px;
  color:var(--rvpn-text-soft);
  font-size:14px;
  font-weight:700;
}

.rvpn-site{
  min-height:100vh;
  overflow-x:hidden;
}

.rvpn-header{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter:blur(18px);
  background:rgba(8,17,31,.82);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.rvpn-header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  min-height:82px;
}

.rvpn-logo{
  display:flex;
  align-items:center;
  gap:14px;
  color:#fff;
  font-weight:900;
  font-size:18px;
  min-width:0;
}

.rvpn-logo__mark{
  width:44px;
  height:44px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg, var(--rvpn-accent), var(--rvpn-primary));
  box-shadow:0 10px 24px rgba(42,171,238,.24);
  font-size:20px;
}

.rvpn-nav-wrap{
  display:flex;
  align-items:center;
  gap:18px;
}

.rvpn-nav{
  display:flex;
  align-items:center;
}

.rvpn-menu,
.rvpn-menu ul{
  margin:0;
  padding:0;
  list-style:none;
}

.rvpn-menu{
  display:flex;
  align-items:center;
  gap:6px;
}

.rvpn-menu > li{
  position:relative;
}

.rvpn-menu a{
  display:flex;
  align-items:center;
  min-height:44px;
  padding:0 14px;
  border-radius:12px;
  color:var(--rvpn-text-soft);
  font-weight:700;
}

.rvpn-menu a:hover,
.rvpn-menu .current-menu-item > a,
.rvpn-menu .current_page_item > a{
  color:#fff;
  background:rgba(255,255,255,.05);
}

.rvpn-menu .menu-item-has-children > a::after{
  content:"▾";
  font-size:12px;
  margin-left:8px;
  opacity:.8;
}

.rvpn-menu .sub-menu{
  position:absolute;
  top:100%;
  left:0;
  min-width:260px;
  padding:10px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  background:#0c1728;
  box-shadow:var(--rvpn-shadow);
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:var(--rvpn-transition);
}

.rvpn-menu > li:hover > .sub-menu,
.rvpn-menu > li:focus-within > .sub-menu{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.rvpn-menu .sub-menu li a{
  min-height:42px;
  padding:10px 14px;
  border-radius:12px;
}

.rvpn-header__actions{
  display:flex;
  align-items:center;
  gap:12px;
}

.rvpn-burger{
  display:none;
  min-width:48px;
  height:48px;
  border:none;
  border-radius:14px;
  background:rgba(255,255,255,.06);
  color:#fff;
  cursor:pointer;
}

.rvpn-hero{
  position:relative;
  padding:22px 0 36px;
}

.rvpn-hero__grid{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(420px, .9fr);
  gap:38px;
  align-items:center;
}

.rvpn-hero__copy p{
  max-width:700px;
}

.rvpn-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}

.rvpn-hero__visual{
  position:relative;
}

.rvpn-hero-card{
  position:relative;
  padding:26px;
  border-radius:28px;
  background:
    linear-gradient(180deg, rgba(19,39,68,.96), rgba(9,17,31,.96));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:var(--rvpn-shadow);
}

.rvpn-device{
  border-radius:24px;
  background:linear-gradient(180deg, #10223d, #0b1424);
  border:1px solid rgba(255,255,255,.08);
  padding:18px;
}

.rvpn-device__screen{
  border-radius:18px;
  padding:18px;
  background:
    radial-gradient(circle at 85% 10%, rgba(255,122,24,.18), transparent 28%),
    radial-gradient(circle at 10% 10%, rgba(42,171,238,.18), transparent 32%),
    linear-gradient(180deg, #122544, #0b1730);
  border:1px solid rgba(255,255,255,.06);
}

.rvpn-mini-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
  color:#e8f4ff;
  font-weight:800;
}

.rvpn-status{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(47,208,132,.10);
  color:#bff4d6;
  font-size:13px;
  font-weight:800;
}

.rvpn-status::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--rvpn-success);
  box-shadow:0 0 0 6px rgba(47,208,132,.14);
}

.rvpn-server-list{
  display:grid;
  gap:12px;
}

.rvpn-server{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 16px;
  border-radius:16px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.06);
}

.rvpn-server strong{
  display:block;
  font-size:15px;
}

.rvpn-server span{
  color:var(--rvpn-text-muted);
  font-size:13px;
}

.rvpn-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
    padding: 8px 12px;
    border-radius: 22px;
  background:rgba(42,171,238,.12);
  color:#d8f2ff;
  font-size:13px;
  font-weight:800;
	text-align: center;
}

.rvpn-stat-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:16px;
  margin-top:24px;
}

.rvpn-stat{
  padding:18px;
  border-radius:18px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.07);
}

.rvpn-stat__num{
  display:block;
  font-size:28px;
  font-weight:900;
  color:#fff;
  margin-bottom:4px;
}

.rvpn-icon-box{
  width:54px;
  height:54px;
  border-radius:18px;
  display:grid;
  place-items:center;
  margin-bottom:16px;
  font-size:24px;
  background:linear-gradient(135deg, rgba(42,171,238,.22), rgba(255,122,24,.18));
  border:1px solid rgba(255,255,255,.08);
}

.rvpn-features .rvpn-card,
.rvpn-pages .rvpn-card,
.rvpn-faq .rvpn-card,
.rvpn-pricing .rvpn-card{
  height:100%;
}

.rvpn-card h3{
  margin:0 0 12px;
  font-size:22px;
}

.rvpn-card p,
.rvpn-card li{
  color:var(--rvpn-text-soft);
}

.rvpn-list{
  margin:18px 0 0;
  padding-left:18px;
}

.rvpn-list li + li{
  margin-top:8px;
}

.rvpn-split{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:28px;
  align-items:start;
}

.rvpn-highlight{
  position:relative;
  overflow:hidden;
}

.rvpn-highlight::after{
  content:"";
  position:absolute;
  inset:auto -60px -60px auto;
  width:180px;
  height:180px;
  background:radial-gradient(circle, rgba(255,122,24,.18), transparent 65%);
  pointer-events:none;
}

.rvpn-steps{
  counter-reset:rvpn-step;
  display:grid;
  gap:16px;
  margin:24px 0 0;
  padding:0;
  list-style:none;
}

.rvpn-steps li{
  position:relative;
  padding:18px 18px 18px 68px;
  border-radius:18px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.07);
}

.rvpn-steps li::before{
  counter-increment:rvpn-step;
  content:counter(rvpn-step);
  position:absolute;
  left:18px;
  top:18px;
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-weight:900;
  color:#07111f;
  background:linear-gradient(135deg, var(--rvpn-accent), var(--rvpn-accent-2));
}

.rvpn-cta{
  padding:34px;
  border-radius:30px;
  background:
    radial-gradient(circle at top right, rgba(255,122,24,.2), transparent 35%),
    radial-gradient(circle at bottom left, rgba(42,171,238,.16), transparent 35%),
    linear-gradient(180deg, #11213b, #0d182c);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:var(--rvpn-shadow);
}

.rvpn-cta h2,
.rvpn-cta h3{
  margin-top:0;
}

.rvpn-pricing-card{
  position:relative;
  overflow:hidden;
}

.rvpn-pricing-card--featured{
  border-color:rgba(255,122,24,.28);
  transform:translateY(-4px);
}

.rvpn-pricing-badge{
  display:inline-flex;
  margin-bottom:14px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,122,24,.12);
  color:#ffd8bb;
  font-size:13px;
  font-weight:800;
}

.rvpn-price{
  display:flex;
  align-items:flex-end;
  gap:6px;
  margin:10px 0 14px;
}

.rvpn-price strong{
  font-size:34px;
  line-height:1;
}

.rvpn-price span{
  color:var(--rvpn-text-muted);
  font-weight:700;
}

.rvpn-faq-item{
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  overflow:hidden;
}

.rvpn-faq-question{
  width:100%;
  text-align:left;
  padding:20px 22px;
  background:none;
  border:none;
  color:#fff;
  font-size:18px;
  font-weight:800;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
}

.rvpn-faq-question::after{
  content:"+";
  font-size:28px;
  line-height:1;
  color:var(--rvpn-primary-2);
}

.rvpn-faq-item.is-open .rvpn-faq-question::after{
  content:"–";
}

.rvpn-faq-answer{
  display:none;
  padding:0 22px 22px;
  color:var(--rvpn-text-soft);
}

.rvpn-faq-item.is-open .rvpn-faq-answer{
  display:block;
}

.rvpn-page-hero{
  padding:56px 0 18px;
}

.rvpn-breadcrumbs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:16px;
  font-size:14px;
  color:var(--rvpn-text-muted);
}

.rvpn-content{
  padding:18px 0 72px;
}

.rvpn-content article{
  display:grid;
  gap:28px;
}

.rvpn-content h1,
.rvpn-content h2,
.rvpn-content h3{
  margin:0 0 12px;
  line-height:1.15;
}

.rvpn-content h1{
  font-size:clamp(30px, 4.5vw, 52px);
}

.rvpn-content h2{
  font-size:clamp(24px, 3vw, 36px);
}

.rvpn-content h3{
  font-size:24px;
}

.rvpn-content p,
.rvpn-content li{
  color:var(--rvpn-text-soft);
}

.rvpn-content table{
  width:100%;
  border-collapse:collapse;
  overflow:hidden;
  border-radius:18px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
}

.rvpn-content th,
.rvpn-content td{
  padding:14px 16px;
  text-align:left;
  border-bottom:1px solid rgba(255,255,255,.06);
}

.rvpn-content blockquote{
  margin:0;
  padding:20px 22px;
  border-left:4px solid var(--rvpn-accent);
  background:rgba(255,255,255,.03);
  border-radius:0 18px 18px 0;
  color:#fff;
}

.rvpn-seo-box{
  padding:28px;
  border-radius:24px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
}

.rvpn-footer{
  border-top:1px solid rgba(255,255,255,.06);
  background:rgba(5,11,20,.86);
}

.rvpn-footer__top{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr;
  gap:28px;
  padding:54px 0 24px;
}

.rvpn-footer__bottom{
  display:flex;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  padding:18px 0 34px;
  border-top:1px solid rgba(255,255,255,.06);
  color:var(--rvpn-text-muted);
  font-size:14px;
}

.rvpn-footer h3,
.rvpn-footer h4{
  margin-top:0;
}

.rvpn-footer ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}

.screen-reader-text{
  position:absolute !important;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  white-space:nowrap;
  border:0;
}

@media (max-width: 1100px){
  .rvpn-hero__grid,
  .rvpn-split,
  .rvpn-footer__top{
    grid-template-columns:1fr;
  }

  .rvpn-grid-4{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

  .rvpn-grid-3{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 920px){
  .rvpn-burger{
    display:grid;
    place-items:center;
  }

  .rvpn-nav-wrap{
    position:absolute;
    left:16px;
    right:16px;
    top:calc(100% + 10px);
    display:none;
    padding:16px;
    border-radius:22px;
    background:#0b1628;
    border:1px solid rgba(255,255,255,.08);
    box-shadow:var(--rvpn-shadow);
  }

  .rvpn-nav-wrap.is-open{
    display:grid;
    gap:16px;
  }

  .rvpn-nav,
  .rvpn-menu{
    width:100%;
  }

  .rvpn-menu{
    flex-direction:column;
    align-items:stretch;
  }

  .rvpn-menu > li{
    width:100%;
  }

  .rvpn-menu a{
    width:100%;
    justify-content:space-between;
    min-height:48px;
    padding:12px 14px;
  }

  .rvpn-menu .sub-menu{
    position:static;
    min-width:100%;
    margin-top:8px;
    padding:8px;
    opacity:1;
    visibility:visible;
    transform:none;
    display:none;
    background:rgba(255,255,255,.03);
    box-shadow:none;
  }

  .rvpn-menu > li.is-open > .sub-menu{
    display:block;
  }

  .rvpn-header__actions{
    margin-top:4px;
    width:100%;
    flex-wrap:wrap;
  }

  .rvpn-header__actions .rvpn-btn{
    width:100%;
  }

  .rvpn-hero{
    padding-top:48px;
  }

  .rvpn-hero__grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 680px){
  .rvpn-grid-4,
  .rvpn-grid-3,
  .rvpn-grid-2,
  .rvpn-stat-grid{
    grid-template-columns:1fr;
  }

  .rvpn-container{
    width:min(100% - 20px, var(--rvpn-container));
  }

  .rvpn-section{
    padding:56px 0;
  }

  .rvpn-card-pad,
  .rvpn-cta,
  .rvpn-hero-card{
    padding:22px;
  }

  .rvpn-header__inner{
    min-height:74px;
  }

  .rvpn-logo{
    font-size:16px;
  }

  .rvpn-title{
    font-size:clamp(28px, 10vw, 44px);
  }

  .rvpn-subtitle{
    font-size:clamp(24px, 8vw, 34px);
  }

  .rvpn-lead{
    font-size:16px;
  }

  .rvpn-faq-question{
    font-size:17px;
    padding:18px;
  }

  .rvpn-faq-answer{
    padding:0 18px 18px;
  }
}
.nav-buttons {
	display: flex;
    align-items: center;
    gap: 15px;
}
@media (max-width: 370px){
	    .rvpn-header__actions .rvpn-btn
 {
        width: 85%;
    }
	.rvpn-logo img {
		    width: 45px;
	}
	.rvpn-burger {
		    min-width: 44px;
    height: 44px;
	}
	.rvpn-server
	{
		display:block;
	}
	.rvpn-badge {
		margin-top: 12px;
	}
 
}
@media (max-width: 390px){
	div.rvpn-hero__visual {
		        padding: 0;
	}
	.rvpn-hero-card {
		padding: 10px;
	}
	.rvpn-device {
		padding: 10px;
	}
}