/*
Theme Name: Zarub RU Theme
Theme URI: https://example.com/zarub-theme
Author: OpenAI
Author URI: https://openai.com
Description: Современная SEO-оптимизированная WordPress-тема для сайта Zarub.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: zarub-ru
*/

:root{
  --zr-bg:#08131A;
  --zr-bg-soft:#0E1E27;
  --zr-bg-card:#10232C;
  --zr-bg-border:rgba(124,243,208,.12);
  --zr-primary:#26D7A4;
  --zr-primary-2:#7CF3D0;
  --zr-accent:#52C7FF;
  --zr-warning:#FFC76A;
  --zr-text:#F5FAFC;
  --zr-text-soft:#9EB6BF;
  --zr-white:#ffffff;
  --zr-shadow:0 20px 60px rgba(0,0,0,.28);
  --zr-radius:22px;
  --zr-radius-sm:14px;
  --zr-container:1240px;
  --zr-transition:.28s ease;
}

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

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top right, rgba(38,215,164,.08), transparent 26%),
    radial-gradient(circle at left center, rgba(82,199,255,.08), transparent 22%),
    var(--zr-bg);
  color:var(--zr-text);
  line-height:1.65;
  font-size:16px;
  min-width:320px;
}

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

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

a:hover{
  color:var(--zr-white);
}

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

.zr-site-wrap{
  overflow:hidden;
}

.zr-container{
  width:min(100% - 32px, var(--zr-container));
  margin-inline:auto;
}

.zr-section{
  padding:20px 0;
}

.zr-section-sm{
  padding:54px 0;
}

.zr-section-head{
  max-width:820px;
  margin:0 auto 34px;
  text-align:center;
}

.zr-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 14px;
  border:1px solid var(--zr-bg-border);
  border-radius:999px;
  background:rgba(255,255,255,.03);
  color:var(--zr-primary-2);
  font-size:13px;
  font-weight:700;
  letter-spacing:.02em;
  text-transform:uppercase;
}

.zr-section-head h2,
.zr-content h2{
  margin:14px 0 12px;
  font-size:clamp(30px, 5vw, 46px);
  line-height:1.08;
  letter-spacing:-.03em;
}

.zr-section-head p,
.zr-content p.lead{
  margin:0;
  color:var(--zr-text-soft);
  font-size:18px;
}

.zr-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:15px 24px;
  border-radius:999px;
  border:1px solid transparent;
  font-weight:700;
  font-size:15px;
  line-height:1;
  transition:var(--zr-transition);
  cursor:pointer;
}

.zr-btn-primary{
  background:linear-gradient(135deg,var(--zr-primary),var(--zr-primary-2));
  color:#072019;
  box-shadow:0 14px 40px rgba(38,215,164,.18);
}

.zr-btn-primary:hover{
  transform:translateY(-2px);
  color:#041510;
}

.zr-btn-secondary{
  background:rgba(255,255,255,.03);
  border-color:rgba(255,255,255,.1);
  color:var(--zr-text);
}

.zr-btn-secondary:hover{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.18);
}

.zr-btn-ghost{
  background:transparent;
  border-color:rgba(124,243,208,.25);
  color:var(--zr-primary-2);
}

.zr-btn-ghost:hover{
  background:rgba(124,243,208,.08);
}

.zr-site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(8,19,26,.82);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.zr-header-inner{
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.zr-brand{
  display:flex;
  align-items:center;
  gap:14px;
  color:var(--zr-white);
  font-weight:800;
  font-size:20px;
  letter-spacing:-.02em;
  flex-shrink:0;
}

.zr-brand-mark{
  width:42px;
  height:42px;
  border-radius:14px;
  background:linear-gradient(135deg,var(--zr-primary),var(--zr-accent));
  box-shadow:0 10px 30px rgba(38,215,164,.25);
}

.zr-brand img{
  width:42px;
  height:42px;
  object-fit:contain;
}

.zr-nav{
  display:flex;
  align-items:center;
  gap:30px;
  margin-left:auto;
}

.zr-nav ul{
  list-style:none;
  display:flex;
  gap:24px;
  padding:0;
  margin:0;
  align-items:center;
}

.zr-nav li{
  position:relative;
}

.zr-nav a{
  color:var(--zr-text);
  font-weight:600;
  font-size:15px;
}

.zr-nav a:hover,
.zr-nav .current-menu-item > a,
.zr-nav .current_page_item > a{
  color:var(--zr-primary-2);
}

.zr-header-actions{
  display:flex;
  gap:12px;
  align-items:center;
}

.zr-burger{
  display:none;
  width:48px;
  height:48px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
  position:relative;
  cursor:pointer;
}

.zr-burger span{
  position:absolute;
  left:12px;
  right:12px;
  height:2px;
  background:var(--zr-white);
  border-radius:2px;
  transition:var(--zr-transition);
}

.zr-burger span:nth-child(1){ top:16px; }
.zr-burger span:nth-child(2){ top:23px; }
.zr-burger span:nth-child(3){ top:30px; }

.zr-burger.is-active span:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}
.zr-burger.is-active span:nth-child(2){
  opacity:0;
}
.zr-burger.is-active span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}

.zr-hero{
  padding:22px 0 34px;
}

.zr-hero-grid{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:34px;
  align-items:center;
}

.zr-hero-copy h1{
  margin:14px 0 16px;
  font-size:clamp(42px, 6.2vw, 74px);
  line-height:.98;
  letter-spacing:-.05em;
}

.zr-hero-copy p{
  margin:0 0 24px;
  font-size:19px;
  color:var(--zr-text-soft);
  max-width:720px;
}

.zr-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:24px;
}

.zr-hero-points{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:14px;
  margin-top:20px;
}

.zr-mini-card{
  background:rgba(255,255,255,.03);
  border:1px solid var(--zr-bg-border);
  border-radius:18px;
  padding:18px;
  box-shadow:var(--zr-shadow);
}

.zr-mini-card strong{
  display:block;
  font-size:18px;
  margin-bottom:6px;
}

.zr-mini-card span{
  color:var(--zr-text-soft);
  font-size:14px;
}

.zr-hero-visual{
  position:relative;
}

.zr-device{
  background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  border:1px solid rgba(124,243,208,.16);
  border-radius:28px;
  padding:22px;
  box-shadow:var(--zr-shadow);
  position:relative;
  overflow:hidden;
}

.zr-device::before{
  content:"";
  position:absolute;
  inset:auto -60px -80px auto;
  width:220px;
  height:220px;
  background:radial-gradient(circle, rgba(38,215,164,.28), transparent 64%);
  pointer-events:none;
}

.zr-device-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:16px;
}

.zr-device-badges{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}

.zr-badge{
  padding:8px 12px;
  border-radius:999px;
  background:rgba(124,243,208,.08);
  border:1px solid rgba(124,243,208,.18);
  color:var(--zr-primary-2);
  font-size:13px;
  font-weight:700;
}

.zr-stat-grid,
.zr-card-grid,
.zr-steps,
.zr-faq-grid,
.zr-cta-grid,
.zr-use-grid,
.zr-price-grid{
  display:grid;
  gap:20px;
}

.zr-device .zr-card-grid {
	display: block;
}
.zr-card {
	margin-bottom: 10px;
}


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

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

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

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

.zr-faq-grid{
  grid-template-columns:1fr;
  max-width:920px;
  margin:0 auto;
}

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

.zr-card,
.zr-step,
.zr-price,
.zr-cta-card,
.zr-use-card{
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025));
  border:1px solid var(--zr-bg-border);
  border-radius:var(--zr-radius);
  padding:26px;
  box-shadow:var(--zr-shadow);
}

.zr-card h3,
.zr-step h3,
.zr-price h3,
.zr-cta-card h3,
.zr-use-card h3{
  margin:0 0 12px;
  font-size:24px;
  line-height:1.15;
}

.zr-card p,
.zr-step p,
.zr-price p,
.zr-cta-card p,
.zr-use-card p{
  margin:0;
  color:var(--zr-text-soft);
}

.zr-icon{
  width:54px;
  height:54px;
  border-radius:18px;
  display:grid;
  place-items:center;
  margin-bottom:16px;
  background:linear-gradient(135deg, rgba(38,215,164,.18), rgba(82,199,255,.16));
  border:1px solid rgba(124,243,208,.18);
  color:var(--zr-primary-2);
  font-size:22px;
  font-weight:800;
}

.zr-step-num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  margin-bottom:14px;
  background:linear-gradient(135deg,var(--zr-primary),var(--zr-accent));
  color:#08211b;
  font-weight:800;
}

.zr-content{
  max-width:860px;
  margin:0 auto;
}

.zr-content h1{
  font-size:clamp(38px, 5vw, 58px);
  line-height:1.02;
  letter-spacing:-.04em;
  margin:0 0 16px;
}

.zr-content h2{
  margin-top:42px;
}

.zr-content h3{
  margin:28px 0 10px;
  font-size:28px;
  line-height:1.15;
}

.zr-content p,
.zr-content li{
  color:var(--zr-text-soft);
  font-size:17px;
}

.zr-content ul,
.zr-content ol{
  padding-left:20px;
}

.zr-content table{
  width:100%;
  border-collapse:collapse;
  margin:24px 0;
  border-radius:16px;
  overflow:hidden;
}

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

.zr-content table th{
  background:rgba(255,255,255,.04);
  color:var(--zr-white);
}

.zr-page-hero{
  padding:62px 0 18px;
}

.zr-breadcrumbs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  font-size:14px;
  color:var(--zr-text-soft);
  margin-bottom:18px;
}

.zr-breadcrumbs a{
  color:var(--zr-text-soft);
}

.zr-breadcrumbs a:hover{
  color:var(--zr-primary-2);
}

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

.zr-faq-question{
  width:100%;
  text-align:left;
  background:none;
  border:none;
  color:var(--zr-white);
  padding:22px 24px;
  font-weight:700;
  font-size:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  cursor:pointer;
}

.zr-faq-question::after{
  content:"+";
  font-size:26px;
  color:var(--zr-primary-2);
  flex-shrink:0;
  line-height:1;
}

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

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

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

.zr-cta-band{
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(124,243,208,.18);
  background:
    radial-gradient(circle at left top, rgba(38,215,164,.13), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  box-shadow:var(--zr-shadow);
}

.zr-cta-band-inner{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:center;
}

.zr-cta-band h2{
  margin:0 0 8px;
  font-size:clamp(28px, 4vw, 42px);
}

.zr-cta-band p{
  margin:0;
  color:var(--zr-text-soft);
  max-width:720px;
}

.zr-site-footer{
  padding:34px 0 20px;
  border-top:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.02);
}

.zr-footer-top{
  display:grid;
  grid-template-columns:1.2fr .9fr .9fr;
  gap:26px;
  padding-bottom:26px;
}

.zr-footer-col h3{
  margin:0 0 14px;
  font-size:18px;
}

.zr-footer-col p,
.zr-footer-col li,
.zr-footer-meta{
  color:var(--zr-text-soft);
  font-size:15px;
}

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

.zr-footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.06);
}

.zr-note{
  padding:16px 18px;
  border-left:3px solid var(--zr-warning);
  border-radius:14px;
  background:rgba(255,199,106,.08);
  color:var(--zr-white);
}

.zr-table-wrap{
  overflow:auto;
}

.screen-reader-text{
  position:absolute;
  left:-9999px;
}

.zr-hidden-mobile{
  display:inline-flex;
}

@media (max-width: 1100px){
  .zr-hero-grid,
  .zr-footer-top,
  .zr-cta-band-inner{
    grid-template-columns:1fr;
  }

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

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

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

  .zr-hero-points,
  .zr-stat-grid{
    grid-template-columns:1fr 1fr 1fr;
  }
}

@media (max-width: 1090px){
  .zr-burger{
    display:block;
  }

  .zr-nav{
    position:fixed;
    top:79px;
    left:0;
    right:0;
    background:rgba(8,19,26,.97);
    border-bottom:1px solid rgba(255,255,255,.06);
    padding:18px 16px 22px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:18px;
  }

  .zr-nav.is-open{
    display:flex;
  }

  .zr-nav ul{
    flex-direction:column;
    align-items:flex-start;
    gap:16px;
  }

  .zr-header-actions{
    margin-left:auto;
  }

  .zr-hidden-mobile{
    display:none;
  }
}

@media (max-width: 767px){
  .zr-section{
    padding:20px 0;
  }

  .zr-hero{
    padding-top:40px;
  }

  .zr-hero-points,
  .zr-stat-grid,
  .zr-card-grid,
  .zr-use-grid,
  .zr-steps,
  .zr-price-grid{
    grid-template-columns:1fr;
  }

  .zr-header-inner{
    min-height:72px;
  }

  .zr-brand{
    font-size:18px;
  }

  .zr-brand-mark,
  .zr-brand img{
    width:38px;
    height:38px;
  }

  .zr-cta-band{
    padding:22px;
  }

  .zr-footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }

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

  .zr-faq-answer{
    padding:0 18px 18px;
  }

  .zr-page-hero{
    padding-top:44px;
  }

  .zr-container{
    width:min(100% - 24px, var(--zr-container));
  }
}
.nav-buttons {
	display: flex;
	gap: 12px;
}