/* =========================
   BASE
========================= */
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  font-family:Arial, sans-serif;
  background:#0b1220;
  color:#eaf2ff;
  line-height:1.6;
  overflow-x:hidden;
}

.container{
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
}

/* якоря, чтобы sticky header не перекрывал */
#services,
#reviews,
#form,
#advantages,
#process{
  scroll-margin-top:90px;
}

/* =========================
   HEADER
========================= */
.header{
  position:sticky;
  top:0;
  width:100%;
  z-index:999;
  background:#0b1220;
  border-bottom:1px solid rgba(255,255,255,0.08);
  padding:12px 0;
}

.header-inner{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:16px;
}

.nav a{
  color:#E6C85C;
  text-decoration:none;
  margin:0 10px;
  font-weight:600;
  opacity:0.95;
  transition:color .2s ease, opacity .2s ease;
}

.nav a:hover{
  color:#ffffff;
  opacity:1;
}

/* =========================
   FLOATING BUTTONS
========================= */
.whatsapp-btn,
.call-btn{
  position:fixed;
  right:8px;
  z-index:999;

  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;

  height:44px;
  min-width:138px;
  padding:0 14px;

  background:rgba(255,255,255,0.12);
  border:1px solid rgba(255,255,255,0.18);
  border-radius:999px;

  color:#ffffff;
  text-decoration:none;
  font-weight:700;
  font-size:14px;
  line-height:1;

  box-shadow:0 10px 24px rgba(0,0,0,0.25);
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);

  transition:transform .2s ease, opacity .2s ease, background .2s ease;
}

.whatsapp-btn{
  bottom:8px;
}

.call-btn{
  bottom:60px;
}

.whatsapp-btn:hover,
.call-btn:hover{
  transform:translateY(-2px);
  opacity:0.95;
  background:rgba(255,255,255,0.18);
}

.whatsapp-btn svg,
.call-btn svg{
  width:18px;
  height:18px;
  display:block;
  fill:currentColor;
  flex-shrink:0;
}

@media (max-width:768px){
  .whatsapp-btn,
  .call-btn{
    right:8px;
    height:42px;
    min-width:132px;
    padding:0 12px;
    font-size:13px;
  }

  .call-btn{
    bottom:58px;
  }

  .whatsapp-btn{
    bottom:8px;
  }
}
/* =========================
   BUTTONS
========================= */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:48px;
  padding:0 20px;
  border-radius:12px;
  font-weight:800;
  text-decoration:none;
  cursor:pointer;
  transition:transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.btn.primary{
  background:#af2929;
  color:#fff;
  box-shadow:0 0 0 rgba(255,59,59,0.7);
  text-shadow:0 2px 4px rgb(7, 7, 7);
}

@keyframes glow{
  0%{ box-shadow:0 0 0 0 rgba(255,59,59,0.7); }
  70%{ box-shadow:0 0 20px 10px rgba(255,59,59,0); }
  100%{ box-shadow:0 0 0 0 rgba(255,59,59,0); }
}

.btn.primary:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 34px rgba(156, 10, 10, 0.2);
}


/* =========================
   HERO
========================= */
.hero{
  position:relative;
  overflow:hidden;
  padding:90px 0 120px;
  background:
    radial-gradient(900px 420px at 20% 0%, rgba(255,215,0,0.06), transparent 60%),
    radial-gradient(900px 420px at 80% 0%, rgba(255,59,59,0.08), transparent 60%),
    #0b1220;
}

.overlay{
  display:none;
}

.hero-content{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:60px;
  padding-top:0;
  padding-bottom:0;
}

.hero-left{
  max-width:560px;
  text-align:left;
  margin:0;
  padding:20px;
  border-radius:12px;
  box-shadow:0 10px 30px rgba(0,0,0,0.25);
}

.hero-title{
  font-size:20px;
  font-weight:700;
  line-height:1.15;
  margin:0 0 10px;
  color:#ffffff;
  text-shadow:0 2px 6px rgba(0,0,0,0.6);
}

.hero-subtitle{
  font-size:17px;
  line-height:1.65;
  opacity:0.85;
  max-width:620px;
  text-shadow:0 2px 6px rgba(0,0,0,0.6);
}

.hero-buttons{
  margin-top:30px;
  margin-left:0;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  justify-content:center;
    transform:translateX(5px);

}
.hero-buttons .btn{
  width:220px;
  height:46px;
  font-size:15px;
  justify-content:center;
}

.hero-banner{
  width:100%;
  max-width:700px;
  height:auto;
  border-radius:14px;
  transform:translateY(6px);
  filter:brightness(90%);
  box-shadow:
    0 20px 60px rgba(61,16,100,0.45),
    0 0 40px rgba(211,158,60,0.08);
}

/* trust block */
.trust-block{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-top:28px;
}

.trust-under{
  margin-top:35px;
  margin-left:0;
}

.trust-item{
  display:flex;
  align-items:center;
  gap:22px;
  font-size:15px;
  font-weight:700;
  color:#E6C85C;
  text-shadow:0 2px 6px rgba(0,0,0,0.4);
  transition:transform .2s ease, opacity .2s ease;
  white-space:nowrap;
}

.trust-item:hover{
  transform:translateX(4px);
  opacity:0.95;
}

.trust-circle{
  width:42px;
  height:42px;
  min-width:42px;
  min-height:42px;
  border-radius:50%;
  border:2px solid #f4f4f28f;
  background:rgba(255,215,0,0.12);
  box-shadow:0 4px 14px rgba(12,12,12,0.35);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  line-height:1;
}

/* =========================
   SECTIONS / TITLES
========================= */
section{
  padding:40px 0;
}

.advantages{
  margin-top:-47px;
}

section h2{
  text-align:center;
  font-size:32px;
  margin:0 0 40px;
  color:#fff;
  font-weight:900;
  letter-spacing:0.4px;
}

section h2::after{
  content:"";
  display:block;
  width:60px;
  height:3px;
  background:#E6C85C;
  margin:12px auto 0;
  border-radius:2px;
}

/* секционные заголовки */
.advantages h2,
.services h2,
.process h2,
.reviews h2,
.contact-form h2{
  color:#E6C85C;
  font-weight:800;
  font-size:26px;
}

.advantages h2::after,
.services h2::after,
.process h2::after,
.reviews h2::after,
.contact-form h2::after{
  width:42px;
  height:2px;
  margin:10px auto 0;
}

/* =========================
   ADVANTAGES
========================= */
.advantages-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:20px;
  width:100%;
}

.advantage-card{
  background:#0f1a2b;
  border:1px solid rgba(255,255,255,0.08);
  border-radius:16px;
  padding:28px;
  min-height:180px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  box-shadow:0 8px 24px rgba(0,0,0,0.25);
  transition:all .25s ease;
}

.advantage-card:hover{
  transform:translateY(-6px);
  border-color:rgba(255,215,0,0.35);
  box-shadow:
    0 18px 40px rgba(0,0,0,0.35),
    0 0 20px rgba(255,215,0,0.15);
}

.advantage-card h3{
  color:#fff;
  font-size:18px;
  font-weight:700;
  margin-bottom:8px;
}

.advantage-card p{
  color:#cfd8e3;
  font-size:14px;
  opacity:0.95;
  max-width:180px;
  margin:0 auto;
}

/* =========================
   SERVICES
========================= */
.services-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
  max-width:1000px;
  margin:0 auto;
}

.service-card{
  background:#0f1a2b;
  border:1px solid rgba(255,255,255,0.10);
  border-radius:16px;
  padding:20px;
  box-shadow:0 10px 28px rgba(0,0,0,0.18);
  transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
  display:flex;
  flex-direction:column;
  min-height:290px;
}

.service-card:hover{
  transform:translateY(-4px);
  border-color:rgba(255,215,0,0.22);
  box-shadow:0 14px 34px rgba(0,0,0,0.24);
}

.service-card h3{
  color:#fff;
  font-size:18px;
  margin-bottom:10px;
  display:flex;
  align-items:center;
  gap:8px;
}

.service-desc{
  color:#cfd8e3;
  opacity:0.95;
  margin:0 0 12px;
}

.service-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:8px;
}

.service-list li{
  position:relative;
  padding-left:26px;
  color:#cfd8e3;
  font-size:14px;
}

.service-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#E6C85C;
  font-weight:bold;
  font-size:16px;
}

.service-bottom{
  margin-top:auto;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,0.08);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.price{
  color:#E6C85C;
  font-weight:900;
  white-space:nowrap;
}

.btn-small{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:35px;
  padding:0 14px;
  border-radius:12px;
  background:rgba(255,255,255,0.10);
  border:1px solid rgba(255,255,255,0.14);
  color:#fff;
  text-decoration:none;
  font-weight:600;
  text-shadow:0 1px 4px rgba(0,0,0,0.2);
  transition:transform .2s ease, opacity .2s ease, color .2s ease;
}
.btn-small:hover{
  transform:translateY(-2px);
  opacity:0.95;
  color:#E6C85C;
}

.services a{
  color:inherit;
}

/* =========================
   SEO TEXT + SERVICE AREA
========================= */
.seo-text,
.service-area{
  padding:40px 0;
  background:#0e1117;
  text-align:center;
}

.seo-text h2,
.service-area h2{
  font-size:22px;
  margin-bottom:12px;
}

.seo-text p,
.service-area p{
  max-width:780px;
  margin:0 auto 10px;
  line-height:1.65;
  color:#c9d1d9;
}

/* =========================
   PROCESS
========================= */
.process-steps{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
}

.process-step{
  background:#0f1a2b;
  border:1px solid rgba(255,255,255,0.10);
  border-radius:16px;
  padding:24px;
  text-align:center;
  box-shadow:0 10px 28px rgba(0,0,0,0.18);
  transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.process-step:hover{
  transform:translateY(-4px);
  border-color:rgba(255,215,0,0.22);
  box-shadow:0 14px 34px rgba(0,0,0,0.24);
}

.process-step p{
  color:#cfd8e3;
  opacity:0.95;
}

.step-number{
  width:42px;
  height:42px;
  margin:0 auto 14px;
  border-radius:50%;
  background:#E6C85C;
  color:#000;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}

/* =========================
   REVIEWS
========================= */
.review-cards{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
  max-width:900px;
  margin:0 auto;
}

.review-card{
  background:#0f1a2b;
  border:1px solid rgba(255,255,255,0.10);
  border-radius:16px;
  padding:22px;
  box-shadow:0 10px 28px rgba(0,0,0,0.18);
}

.review-card p{
  color:#cfd8e3;
  opacity:0.95;
  margin-bottom:10px;
}

.review-card strong{
  color:#fff;
}

/* =========================
   FORM
========================= */
.contact-form form{
  max-width:420px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.contact-form input{
  height:48px;
  padding:0 14px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,0.14);
  background:rgba(255,255,255,0.06);
  color:#fff;
  outline:none;
}

.contact-form input:focus{
  border-color:rgba(255,215,0,0.45);
}

/* =========================
   FAQ
========================= */
.faq{
  padding:60px 0;
  background:#0b1220;
}

.faq h2{
  text-align:center;
  margin-bottom:30px;
  font-size:22px;
  color:#FFf;
}

.faq-item{
  background:#0f1a2b;
  border:1px solid rgba(255,255,255,0.10);
  border-radius:14px;
  margin-bottom:14px;
  overflow:hidden;
  box-shadow:0 6px 18px rgba(0,0,0,0.18);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.faq-item:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 28px rgba(0,0,0,0.24);
  border-color:rgba(255,215,0,0.22);
}

.faq-question{
  width:100%;
  padding:18px 20px;
  border:none;
  background:#0f1a2b;
  text-align:left;
  font-size:16px;
  font-weight:700;
  cursor:pointer;
  color:#ffffff;
  transition:color .2s ease, background .2s ease;
}

.faq-question:hover{
  color:#E6C85C;
}
.faq-answer{
  display:none;
  padding:0 20px 18px;
  color:#cfd8e3;
  line-height:1.6;
}

.faq-item.active .faq-answer{
  display:block;
}

.map-section{
  padding:60px 0;
  background:#0b1220;
  text-align:center;
}

.map-section h2{
  margin-bottom:12px;
  font-size:22px;
  color:#E6C85C;
}

.map-text{
  margin-bottom:24px;
  font-size:18px;
  color:#cfd8e3;
}

.map-wrap iframe{
  display:block;
  width:100%;
}

/* =========================
   FOOTER
========================= */
.footer{
  background:#0b1220;
  border-top:1px solid rgba(255,255,255,0.08);
  text-align:center;
  padding:22px 0;
}

.footer p{
  color:#cfd8e3;
  opacity:0.95;
  margin-bottom:6px;
  font-size:0.95rem;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width:980px){
  .advantages-grid{
    grid-template-columns:1fr 1fr;
  }

  .services-grid{
    grid-template-columns:1fr;
    max-width:520px;
  }

  .process-steps{
    grid-template-columns:1fr;
  }

  .review-cards{
    grid-template-columns:1fr;
  }

  .header-inner{
    flex-direction:column;
    align-items:center;
  }

  .nav a{
    margin:0 8px;
  }
}

@media (max-width:768px){
  .header{
    display:none;
  }

  .hero{
    padding-top:0;
    padding-bottom:70px;
  }

  .hero-content{
    flex-direction:column;
    gap:20px;
    padding-top:6px;
    padding-left:0;
    padding-right:0;
  }

  .hero-banner{
    order:-1;
    display:block;
    width:100vw;
    max-width:100vw;
    border-radius:0;
    margin-top:-20px;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
  }

  .hero-left{
    text-align:center;
    margin:0 auto;
    margin-top:10px;
    padding:20px;
  }

  .hero-title{
    font-size:20px;
  }

  .hero-buttons{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    justify-content:center;
    margin-left:0;
  }

  .trust-item span{
    font-size:14px;
  }

  .trust-circle{
    width:40px;
    height:40px;
    min-width:40px;
    min-height:40px;
  }

  .call-btn{
    right:8px;
    bottom:66px;
  }

  .whatsapp-btn{
    right:8px;
    bottom:8px;
  }
}

@media (max-width:600px){
  .advantages-grid{
    grid-template-columns:1fr 1fr;
    gap:12px;
  }

  .advantage-card{
    padding:20px;
    min-height:150px;
  }
}
.whatsapp-btn svg,
.call-btn svg{
  width:18px;
  height:18px;
  display:block;
  fill:#22c55e;
  flex-shrink:0;
}

.whatsapp-btn span,
.call-btn span{
  color:#ffffff;
}
.whatsapp-btn svg,
.call-btn svg{
  color:#22c55e;
}

.whatsapp-btn span,
.call-btn span{
  color:#ffffff;
}.faq{
  padding:30px 0 50px;
}

.faq h2{
  margin-bottom:20px;
}
.advantage-card:hover,
.service-card:hover,
.process-step:hover{
  transform:translateY(-6px);
  border-color:rgba(255,215,0,0.35);
  box-shadow:
    0 18px 40px rgba(0,0,0,0.35),
    0 0 20px rgba(255,215,0,0.15);
}
.whatsapp-btn,
.call-btn{
  font-weight:600;
}

.whatsapp-btn:hover span,
.call-btn:hover span{
  color:#E6C85C;
}
@media (max-width:768px){
  .hero-title{
    color:#E6C85C;
  }
}
@media (max-width:768px){
  .hero-title,
  .hero-subtitle{
    position:relative;
    top:-18px;
  }
}
@media (max-width:768px){
  .hero-buttons,
  .trust-under{
    position:relative;
    top:-20px;
  }
}
@media (max-width:768px){
  .hero-buttons{
    margin-left:0;
    justify-content:center;
    justify-items:center;
    transform:none;
  }

  .hero-buttons .btn{
    margin:0 auto;
  }
}
@media (max-width:768px){
  .trust-item span{
    font-size:16px;
  }
}
@media (max-width:768px){
  /* Hero */
  .hero-title{
    color:#E6C85C;
  }

  .hero-title,
  .hero-subtitle{
    position:relative;
    top:-12px;
  }

  .hero-buttons,
  .trust-under{
    position:relative;
    top:-12px;
  }

  .hero-buttons{
    margin-left:0;
    justify-content:center;
    justify-items:center;
    transform:none;
  }

  .hero-buttons .btn{
    margin:0 auto;
  }

  .trust-item span{
    font-size:16px;
  }

  /* Секции ниже */
  .services,
  .seo-text,
  .process,
  .reviews,
  .service-area,
  .contact-form,
  .faq,
  .map-section{
    margin-top:-10px;
    padding-top:25px;
  }
}@media (max-width:768px){
  .map-section{
    margin-top:-15px;
    padding-top:20px;
  }
}
@media (max-width:768px){
  .advantages{
    margin-top:-50px;
  }
}
@media (max-width:768px){
  .trust-item{
    gap:26px;
  }
}
@media (max-width:768px){
  .hero-banner{
    filter:brightness(80%);
  }
}@media (max-width:768px){
  .hero-buttons{
    transform:translateX(5%);
  }
}