/*
Theme Name: Stock3D Techno
Theme URI: https://stock-3d.ru/
Author: Stock-3D
Description: Быстрая техно-тема для локальной студии 3D-печати (СПб). SEO-ориентированная главная, быстрые посадочные, калькулятор и форма загрузки STL (через mu-plugin).
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: stock3d-techno
*/

:root{
  --bg:#f4f7fb;
  --panel:#ffffff;
  --panel2:#eef3f9;
  --text:#1f2937;
  --muted:#6b7280;
  --muted2:#9ca3af;
  --accent:#ff6a00;
  --accent2:#ff8b3d;
  --line:rgba(0,0,0,.08);
  --shadow:0 10px 30px rgba(0,0,0,.08);
  --radius:16px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,#f8fafc,#eef2f7);
}

a{color:inherit}
img{max-width:100%;height:auto}
.container{max-width:1160px;margin:0 auto;padding:0 18px}
.site-header{
  position:sticky;top:0;z-index:50;
  backdrop-filter:saturate(140%) blur(10px);
  background: rgba(15,17,21,.72);
  border-bottom:1px solid var(--line);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.brand-mark{
  width:36px;height:36px;border-radius:12px;
  background: linear-gradient(135deg, var(--accent), #ffb26e);
  box-shadow: 0 10px 26px rgba(255,106,0,.28);
}
.brand-name{font-weight:800;letter-spacing:.4px}
.brand-sub{display:block;font-size:12px;color:var(--muted2);margin-top:2px}

.nav{display:flex;gap:14px;flex-wrap:wrap}
.nav a{opacity:.9;text-decoration:none;font-weight:600;font-size:14px}
.nav a:hover{opacity:1;color:var(--accent2)}

.cta{display:flex;gap:10px;flex-wrap:wrap}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:11px 14px;border-radius:12px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  color:var(--text);text-decoration:none;font-weight:750;font-size:14px;
}
.btn:hover{border-color:rgba(255,255,255,.22);transform:translateY(-1px)}
.btn-primary{
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  border-color: transparent;
  box-shadow: 0 12px 32px rgba(255,106,0,.22);
}
.btn-primary:hover{filter:saturate(110%) brightness(1.02)}

.hero{padding:56px 0 26px}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:stretch}
.panel{
  background:#ffffff;
  border:1px solid #e5e7eb;
  border-radius:16px;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
  padding:22px;
}
.h1{font-size:44px;line-height:1.05;margin:0 0 12px;font-weight:900;letter-spacing:-.6px}
.lead{color:var(--muted);font-size:16px;line-height:1.6;margin:0 0 18px}
.badges{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0 0}
.badge{
  display:inline-flex;gap:8px;align-items:center;
  padding:8px 10px;border-radius:999px;
  background: rgba(255,255,255,.05);
  border:1px solid var(--line);
  color:var(--muted);
  font-weight:700;font-size:13px;
}
.kpi{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}
.kpi .item{padding:12px;border-radius:14px;background:rgba(255,255,255,.04);border:1px solid var(--line)}
.kpi .num{font-size:18px;font-weight:900}
.kpi .txt{font-size:12px;color:var(--muted2);margin-top:3px}

.section{padding:22px 0}
.section h2{font-size:26px;margin:0 0 12px;font-weight:900}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.card{
  padding:16px;
  border-radius:16px;
  border:1px solid #e5e7eb;
  background:#ffffff;
  box-shadow:0 6px 20px rgba(0,0,0,0.06);
}
.card h3{margin:0 0 8px;font-size:16px}
.card p{margin:0;color:var(--muted);line-height:1.55;font-size:14px}
.small{font-size:12px;color:var(--muted2);line-height:1.55}

.two{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:start}
hr.sep{border:none;border-top:1px solid var(--line);margin:18px 0}

.footer{padding:30px 0;border-top:1px solid var(--line);background:rgba(0,0,0,.2)}
.footer-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:14px}
.footer a{text-decoration:none}
.footer .muted{color:var(--muted2)}
.footer .strong{font-weight:900}
.footer .mini{font-size:12px;color:var(--muted2);margin-top:6px}

.notice{padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.04);border:1px solid var(--line);color:var(--muted);font-size:13px}

@media (max-width: 900px){
  .hero-grid{grid-template-columns:1fr}
  .h1{font-size:36px}
  .grid3{grid-template-columns:1fr}
  .two{grid-template-columns:1fr}
  .nav{display:none}
}
/* === Header light improvements === */
.site-header{
  background: rgba(248,250,252,.85);
  border-bottom:1px solid rgba(0,0,0,.08);
}
.nav a{ color:#111827; }
.nav a:hover{ color:var(--accent); }

.btn{
  background:#ffffff;
  color:#111827;
  border:1px solid rgba(0,0,0,.12);
}
.btn:hover{ border-color:rgba(0,0,0,.22); }

.btn-primary{ color:#111827; } /* чтобы текст на оранжевой кнопке был читаем */

.badge{
  background:#ffffff;
  border:1px solid rgba(0,0,0,.10);
  color:#374151;
}
/* === Light header (final) === */
.site-header{
  background: rgba(255,255,255,.92);
  border-bottom:1px solid rgba(0,0,0,.08);
  box-shadow:0 8px 24px rgba(0,0,0,.06);
}
.nav a{ color:#111827; }
.nav a:hover{ color:var(--accent); }
.btn{ background:#fff; color:#111827; border:1px solid rgba(0,0,0,.12); }
.btn-primary{ border-color:transparent; }
/* === HEADER: light techno (final) === */
.site-header{
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
}

.nav a{
  color:#111827;
  text-decoration:none;
  font-weight:700;
  padding:10px 10px;
  border-radius:12px;
}
.nav a:hover{
  background: rgba(255,106,0,.10);
  color:#111827;
}

.btn{
  background:#ffffff;
  color:#111827;
  border:1px solid rgba(0,0,0,.12);
}
.btn:hover{ border-color: rgba(0,0,0,.22); }

.btn-primary{
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  border-color: transparent;
  color:#111827;
  box-shadow: 0 12px 26px rgba(255,106,0,.20);
}
<?php get_footer(); ?>
.s3d-card-img{
  width:100%;
  height:180px;
  object-fit:cover;
  border-radius:12px;
  display:block;
  margin-bottom:10px;
  background:#f3f4f6;
}
/* кнопка Telegram */
.btn-telegram{
  background:#2AABEE;
  color:#ffffff;
  border:none;
  box-shadow:0 8px 20px rgba(42,171,238,0.35);
}

.btn-telegram:hover{
  background:#229ED9;
  color:#ffffff;
}
/* TELEGRAM BUTTON */

.btn-telegram{
  background:#2AABEE;
  color:#ffffff !important;
  border:none;
  box-shadow:0 8px 20px rgba(42,171,238,0.35);
}

.btn-telegram:hover{
  background:#229ED9;
  color:#ffffff !important;
}
/* кнопка "Отправить STL" */
.btn-upload{
  background:#111827;
  color:#ffffff !important;
  border:none;
  box-shadow:0 10px 24px rgba(17,24,39,0.18);
}
.btn-upload:hover{
  background:#0b1220;
  color:#ffffff !important;
}
/* меню без точек/маркеров */
.nav{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  gap:14px;
  align-items:center;
}
.nav li{ list-style:none; }
.nav li::marker{ content:""; }
/* шапка: нормальная раскладка */
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap; /* чтобы на узких экранах аккуратно переносилось */
}

.cta{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
}
@media (max-width: 900px){
  .header-inner{ justify-content:center; }
  .brand{ width:100%; justify-content:center; }
  .nav{ justify-content:center; width:100%; flex-wrap:wrap; }
  .cta{ justify-content:center; width:100%; }
}
/* Пульсация кнопки Telegram */
@keyframes telegramPulse {
  0% {
    box-shadow:0 0 0 0 rgba(42,171,238,0.6);
  }
  70% {
    box-shadow:0 0 0 12px rgba(42,171,238,0);
  }
  100% {
    box-shadow:0 0 0 0 rgba(42,171,238,0);
  }
}

.btn-telegram{
  animation:telegramPulse 2.5s infinite;
}
/* блок доверия */
.trust{
  display:flex;
  gap:14px;
  margin-top:14px;
  flex-wrap:wrap;
}

.trust-item{
  background:#ffffff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;
  padding:12px 14px;
  min-width:180px;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
}

.trust-num{
  font-size:22px;
  font-weight:900;
  color:#111827;
  line-height:1.1;
}

.trust-text{
  font-size:13px;
  color:#6b7280;
  margin-top:6px;
}
/* желтая звезда рейтинга */

.trust-num{
  font-size:22px;
  font-weight:900;
  color:#111827;
}

.trust-num .star{
  color:#FFC107;
}
.fast-response{
margin-top:14px;
background:#e0f2fe;
padding:10px 14px;
border-radius:10px;
font-size:14px;
color:#0c4a6e;
}
/* последние напечатанные детали */

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

.recent-item{
background:#ffffff;
border-radius:14px;
overflow:hidden;
box-shadow:0 6px 18px rgba(0,0,0,0.06);
}

.recent-item img{
width:100%;
height:200px;
object-fit:cover;
display:block;
}

.recent-text{
padding:10px 12px;
font-size:14px;
color:#374151;
}
/* кнопка телефон */

.btn-phone{
background:#16a34a;
color:#ffffff !important;
padding:10px 16px;
border-radius:8px;
text-decoration:none;
display:inline-block;
box-shadow:0 6px 18px rgba(22,163,74,0.35);
}

.btn-phone:hover{
background:#15803d;
color:#ffffff !important;
}
.footer-policy{
text-align:center;
margin-top:20px;
font-size:13px;
}

.footer-policy a{
color:#6b7280;
text-decoration:none;
}

.footer-policy a:hover{
text-decoration:underline;
}
.footer-copy{
  text-align:center;
  font-size:13px;
  color:#6b7280;
  margin-top:12px;
}

.footer-policy{
  text-align:center;
  margin-top:8px;
  margin-bottom:12px;
  font-size:13px;
}

.footer-policy a{
  color:#6b7280;
  text-decoration:none;
}

.footer-policy a:hover{
  text-decoration:underline;
}
.order-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
margin-top:30px;
}

.order-info{
background:#ffffff;
padding:25px;
border-radius:16px;
box-shadow:0 8px 24px rgba(0,0,0,0.08);
}

.order-form{
background:#ffffff;
padding:25px;
border-radius:16px;
box-shadow:0 8px 24px rgba(0,0,0,0.08);
}

.order-steps{
padding-left:18px;
line-height:1.7;
}

.lead{
font-size:18px;
color:#6b7280;
margin-top:10px;
}

@media (max-width:900px){
.order-grid{
grid-template-columns:1fr;
}
}
/* кнопка формы заказа */

.wpcf7-submit{
background:#ff6a00;
color:#ffffff;
border:none;
padding:14px 22px;
font-size:16px;
font-weight:600;
border-radius:10px;
cursor:pointer;
box-shadow:0 6px 16px rgba(255,106,0,0.35);
transition:0.2s;
}

.wpcf7-submit:hover{
background:#ff7f1f;
transform:translateY(-1px);
}
.order-top-info{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin:24px 0 30px;
}

.order-info-item{
  background:#ffffff;
  padding:18px;
  border-radius:14px;
  box-shadow:0 6px 18px rgba(0,0,0,0.06);
  display:flex;
  align-items:center;
  gap:14px;
}

.order-icon{
  width:46px;
  height:46px;
  border-radius:12px;
  background:#f3f4f6;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  flex-shrink:0;
}

@media (max-width:900px){
  .order-top-info{
    grid-template-columns:1fr;
  }
}
.order-contact-block{
background:#ffffff;
padding:30px;
border-radius:16px;
box-shadow:0 10px 28px rgba(0,0,0,0.08);
margin-top:30px;
}

.order-text{
font-size:16px;
color:#4b5563;
margin-top:10px;
margin-bottom:20px;
}

.order-note{
margin-top:16px;
font-size:14px;
color:#6b7280;
}

.contact-buttons{
display:flex;
gap:14px;
flex-wrap:wrap;
}

.btn-telegram{
background:#2AABEE;
color:white !important;
padding:12px 18px;
border-radius:10px;
text-decoration:none;
font-weight:600;
box-shadow:0 6px 16px rgba(42,171,238,0.35);
}

.btn-email{
background:#ef4444;
color:white !important;
padding:12px 18px;
border-radius:10px;
text-decoration:none;
font-weight:600;
box-shadow:0 6px 16px rgba(239,68,68,0.35);
}

.btn-phone{
background:#22c55e;
color:white !important;
padding:12px 18px;
border-radius:10px;
text-decoration:none;
font-weight:600;
box-shadow:0 6px 16px rgba(34,197,94,0.35);
}

.contact-buttons a:hover{
opacity:0.9;
.order-contact-block{
background:#ffffff;
padding:30px;
border-radius:16px;
box-shadow:0 10px 28px rgba(0,0,0,0.08);
margin-top:30px;
}

.order-text{
font-size:16px;
color:#4b5563;
margin-top:10px;
margin-bottom:20px;
}

.order-note{
margin-top:16px;
font-size:14px;
color:#6b7280;
}

.contact-buttons{
display:flex;
gap:14px;
flex-wrap:wrap;
margin-top:15px;
}

.btn-telegram{
background:#2AABEE;
color:white !important;
padding:12px 18px;
border-radius:10px;
text-decoration:none;
font-weight:600;
display:inline-block;
}

.btn-email{
background:#ef4444;
color:white !important;
padding:12px 18px;
border-radius:10px;
text-decoration:none;
font-weight:600;
display:inline-block;
}

.btn-phone{
background:#22c55e;
color:white !important;
padding:12px 18px;
border-radius:10px;
text-decoration:none;
font-weight:600;
display:inline-block;
}

.contact-buttons a:hover{
opacity:0.9;
}
.btn-call{
background:#22c55e !important;
color:#ffffff !important;
padding:10px 18px;
border-radius:10px;
text-decoration:none;
font-weight:600;
display:inline-flex;
align-items:center;
gap:6px;
box-shadow:0 6px 16px rgba(34,197,94,0.35);
}

.btn-call:hover{
background:#16a34a !important;
color:#ffffff !important;
}
.btn-call{
background:#22c55e !important;
color:#fff !important;
}
.floating-contact{
  position:fixed !important;
  right:20px !important;
  bottom:20px !important;
  display:flex !important;
  flex-direction:column !important;
  gap:12px !important;
  z-index:99999 !important;
}

.float-telegram,
.float-phone{
  width:56px !important;
  height:56px !important;
  border-radius:50% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#fff !important;
  font-size:24px !important;
  text-decoration:none !important;
  box-shadow:0 6px 18px rgba(0,0,0,0.25) !important;
}

.float-telegram{
  background:#2AABEE !important;
}

.float-phone{
  background:#22c55e !important;
}

.float-telegram:hover{
  background:#1d9bd7 !important;
}

.float-phone:hover{
  background:#16a34a !important;
}
.floating-contact{
position:fixed;
right:20px;
bottom:20px;
display:flex;
flex-direction:column;
gap:12px;
z-index:99999;
}

.float-btn{
position:relative;
width:56px;
height:56px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:24px;
text-decoration:none;
box-shadow:0 6px 18px rgba(0,0,0,0.25);
}

.float-btn.telegram{
background:#2AABEE;
animation:pulse 2s infinite;
}

.float-btn.phone{
background:#22c55e;
}

.float-text{
position:absolute;
right:70px;
background:#111;
color:#fff;
padding:6px 10px;
border-radius:6px;
font-size:13px;
white-space:nowrap;
opacity:0;
transform:translateX(10px);
transition:0.2s;
}

.float-btn:hover .float-text{
opacity:1;
transform:translateX(0);
}

@keyframes pulse{
0%{box-shadow:0 0 0 0 rgba(42,171,238,0.7);}
70%{box-shadow:0 0 0 12px rgba(42,171,238,0);}
100%{box-shadow:0 0 0 0 rgba(42,171,238,0);}
}
.site-footer{
background:#f8fafc;
padding:40px 20px;
margin-top:40px;
}

.footer-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:30px;
}

.footer-block h3{
margin-bottom:10px;
font-size:18px;
}

.footer-block a{
color:#2563eb;
text-decoration:none;
}

.footer-block a:hover{
text-decoration:underline;
}

.footer-copy{
margin-top:30px;
font-size:14px;
color:#6b7280;
}
.site-footer{
  background:#f3f4f6;
  margin-top:40px;
  padding:32px 0 18px;
  border-top:1px solid rgba(0,0,0,.06);
}

.footer-simple{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
}

.footer-col{
  background:#ffffff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:16px;
  padding:18px 20px;
  box-shadow:0 6px 18px rgba(0,0,0,.05);
}

.footer-title{
  font-size:18px;
  font-weight:800;
  color:#111827;
  margin-bottom:10px;
}

.footer-text{
  font-size:14px;
  line-height:1.7;
  color:#4b5563;
}

.footer-text a{
  color:#2563eb;
  text-decoration:none;
}

.footer-text a:hover{
  text-decoration:underline;
}

.footer-bottom{
  text-align:center;
  margin-top:18px;
  font-size:13px;
  color:#6b7280;
}

@media (max-width:900px){
  .footer-simple{
    grid-template-columns:1fr;
  }
}
.site-footer{
background:#f3f4f6;
padding:30px 20px;
margin-top:40px;
}

.footer-simple{
display:flex;
justify-content:space-between;
gap:40px;
flex-wrap:wrap;
}

.footer-col{
max-width:280px;
}

.footer-title{
font-weight:700;
font-size:18px;
margin-bottom:10px;
}

.footer-text{
font-size:14px;
line-height:1.7;
color:#4b5563;
}

.footer-text a{
color:#2563eb;
text-decoration:none;
}

.footer-text a:hover{
text-decoration:underline;
}

.footer-bottom{
margin-top:20px;
font-size:13px;
color:#6b7280;
}
.print-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
  margin-top:20px;
}

.print-card{
  background:#ffffff;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(0,0,0,0.08);
  border:1px solid rgba(0,0,0,.06);
}

.print-card-img{
width:100%;
height:200px;
object-fit:cover;
display:block;
border-top-left-radius:16px;
border-top-right-radius:16px;
}

.print-card h3{
  font-size:18px;
  margin:14px 16px 8px;
  color:#111827;
}

.print-card p{
  margin:0 16px 16px;
  font-size:14px;
  line-height:1.6;
  color:#4b5563;
}

@media (max-width: 900px){
  .print-grid{
    grid-template-columns:1fr;
  }
}
.section-head{
  margin-bottom:18px;
}

.print-grid{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:20px !important;
  align-items:stretch !important;
}

.print-card{
  background:#ffffff !important;
  border:1px solid rgba(0,0,0,.06) !important;
  border-radius:18px !important;
  overflow:hidden !important;
  box-shadow:0 10px 28px rgba(0,0,0,0.08) !important;
  display:flex !important;
  flex-direction:column !important;
  min-height:100% !important;
  transition:transform .2s ease, box-shadow .2s ease !important;
}

.print-card:hover{
  transform:translateY(-4px) !important;
  box-shadow:0 14px 34px rgba(0,0,0,0.12) !important;
}

.print-card-img{
  width:100% !important;
  height:220px !important;
  object-fit:cover !important;
  display:block !important;
  background:#e5e7eb !important;
}

.print-card-body{
  padding:16px !important;
  display:flex !important;
  flex-direction:column !important;
  flex:1 1 auto !important;
}

.print-card-body h3{
  margin:0 0 8px !important;
  font-size:18px !important;
  line-height:1.3 !important;
  color:#111827 !important;
}

.print-card-body p{
  margin:0 0 14px !important;
  font-size:14px !important;
  line-height:1.6 !important;
  color:#4b5563 !important;
  flex:1 1 auto !important;
}

.print-card-link{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  align-self:flex-start !important;
  padding:10px 14px !important;
  border-radius:10px !important;
  background:#111827 !important;
  color:#ffffff !important;
  text-decoration:none !important;
  font-weight:600 !important;
  font-size:14px !important;
}

.print-card-link:hover{
  background:#1f2937 !important;
  color:#ffffff !important;
}

@media (max-width: 900px){
  .print-grid{
    grid-template-columns:1fr !important;
  }
  }
  .print-card-img{
    height:200px !important;
  }
}
.print-grid{
display:grid  !important;
grid-template-columns:repeat(3,minmax(1fr)) !important;
gap:20px!important ;
margin-top:20px;
width:100%;
}

.print-card-img{
width:100%;
height:220px;
object-fit:cover;
}
@media (max-width:900px){

.header{
padding:10px 14px !important;
}

.site-header{
padding:8px 12px !important;
}

.hero-buttons{
flex-direction:column;
gap:10px;
}

.btn-telegram-header,
.btn-call-header,
.btn-email{
width:100%;
text-align:center;
}

nav ul{
flex-direction:column;
gap:8px;
}

}
@media (max-width: 900px){
  .site-header .nav{
    display:none !important;
  }

  .site-header .header-inner{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:12px !important;
  }

  .site-header .cta{
    display:flex !important;
    flex-direction:column !important;
    gap:10px !important;
    width:100% !important;
  }

  .site-header .cta a{
    width:100% !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    box-sizing:border-box !important;
  }

  .site-header .container{
    padding-left:12px !important;
    padding-right:12px !important;
  }
}
.mobile-menu-btn{
display:none;
background:#111827;
color:#fff;
border:none;
padding:10px 14px;
border-radius:8px;
font-size:15px;
cursor:pointer;
}

@media (max-width:900px){

.mobile-menu-btn{
display:block;
width:100%;
}

.site-header .nav{
display:none;
flex-direction:column;
gap:8px;
margin-top:10px;
}

.site-header .nav a{
display:block;
padding:8px 0;
}

}
.mobile-menu-btn{
  display:none;
  background:#ff8b3d;
  color:#ffffff;
  border:none;
  padding:10px 14px;
  border-radius:10px;
  font-size:15px;
  font-weight:600;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(255,139,61,0.35);
}

.mobile-menu-btn:hover{
  background:#ff6a00;
  color:#ffffff;
}

@media (max-width:900px){

  .mobile-menu-btn{
    display:block !important;
    width:100%;
  }

  .site-header .nav{
    display:none !important;
    flex-direction:column !important;
    gap:8px !important;
    margin-top:10px !important;
    width:100% !important;
  }

  .site-header .nav.mobile-open{
    display:flex !important;
  }

  .site-header .nav a{
    display:block !important;
    width:100% !important;
    padding:10px 0 !important;
  }
}
@media (max-width:900px){

  .site-header .nav{
    display:none !important;
    flex-direction:column;
    background:#fff;
    position:absolute;
    top:70px;
    left:0;
    width:100%;
    padding:20px;
    box-shadow:0 10px 20px rgba(0,0,0,0.1);
  }

  .site-header .nav.mobile-open{
    display:flex !important;
  }

}
@media (max-width:900px){

  #mobileMenuWrap{
    display:none !important;
    width:100% !important;
  }

  #mobileMenuWrap.mobile-open{
    display:block !important;
  }

  #mobileMenuWrap .nav{
    display:flex !important;
    flex-direction:column !important;
    gap:8px !important;
    width:100% !important;
    margin-top:10px !important;
    padding:12px 0 !important;
    background:#ffffff !important;
  }

  #mobileMenuWrap .nav li{
    list-style:none !important;
    width:100% !important;
  }

  #mobileMenuWrap .nav a{
    display:block !important;
    width:100% !important;
    padding:10px 0 !important;
  }
}
