*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --g1: #0D5C2E; --g2: #1A8A45; --g3: #26C45E; --g4: #7EE89A;
  --lime: #C8F53A; --gold: #F5C842; --bg: #050F09; --card: #0A1F0F;
  --card2: #0F2E18; --text: #E8F5EC; --muted: #7DB88A;
}
html { scroll-behavior: smooth; }
body { 
  font-family: 'Inter', sans-serif; 
  background: var(--bg); 
  color: var(--text); 
  overflow-x: hidden; 
  opacity: 0; 
  transition: opacity 0.35s ease-in-out; 
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.loaded { opacity: 1; }
body.exiting { opacity: 0; }
a { text-decoration: none; color: inherit; }

/* ── NAVBAR ── */
.navbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 2.5rem; position: sticky; top: 0; z-index: 100;
  background: rgba(5,15,9,0.88); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(38,196,94,0.15);
}
.logo { font-family: 'Unbounded', sans-serif; font-size: 1.35rem; font-weight: 900; color: var(--lime); letter-spacing: -1px; }
.logo span { color: var(--g3); }
.nav-links { display: flex; gap: 1.8rem; }
.nav-links a { color: var(--muted); font-size: .87rem; transition: .2s; }
.nav-links a.active, .nav-links a:hover { color: var(--lime); }
.nav-right { display: flex; align-items: center; gap: 1rem; }
.nav-cart { position: relative; cursor: pointer; color: var(--muted); font-size: 1.3rem; transition: .2s; }
.nav-cart:hover { color: var(--lime); }
.nav-cart-badge { position: absolute; top: -6px; right: -8px; background: var(--lime); color: #050F09; font-size: .65rem; font-weight: 900; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.nav-btn { background: var(--lime); color: #050F09; border: none; padding: .55rem 1.4rem; border-radius: 2rem; font-weight: 700; font-size: .83rem; cursor: pointer; font-family: 'Inter', sans-serif; transition: .2s; }
.nav-btn:hover { background: #dff848; }

/* ── HERO ── */
.hero { min-height: 95vh; display: flex; align-items: center; position: relative; overflow: hidden; padding: 3rem 2.5rem; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 68% 50%, rgba(26,138,69,0.28) 0%, transparent 70%), radial-gradient(ellipse 45% 45% at 20% 80%, rgba(200,245,58,0.1) 0%, transparent 60%); pointer-events: none; }
.hero-decor { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.dleaf { position: absolute; opacity: .06; }
.hero-content { position: relative; z-index: 2; max-width: 620px; }
.hero-badge { display: inline-flex; align-items: center; gap: .5rem; background: rgba(200,245,58,0.12); border: 1px solid rgba(200,245,58,0.3); border-radius: 2rem; padding: .4rem 1rem; font-size: .78rem; color: var(--lime); margin-bottom: 1.5rem; }
.hero-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); animation: blink 1.5s infinite; }
@keyframes blink { 0%,100%{opacity:1}50%{opacity:.25} }
h1 { font-family: 'Unbounded', sans-serif; font-size: clamp(2.3rem, 5vw, 4.2rem); font-weight: 900; line-height: 1.04; color: #fff; margin-bottom: 1.3rem; }
h1 em { font-style: normal; color: var(--lime); }
h1 .acc { color: var(--g3); }
.hero-sub { font-size: 1.05rem; color: var(--muted); line-height: 1.75; margin-bottom: 2.2rem; max-width: 500px; }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-main { background: var(--lime); color: #050F09; border: none; padding: .95rem 2.2rem; border-radius: 3rem; font-weight: 700; font-size: 1rem; cursor: pointer; font-family: 'Inter', sans-serif; transition: .2s; }
.btn-main:hover { background: #dff848; transform: translateY(-2px); }
.btn-sec { background: transparent; color: var(--g4); border: 1px solid rgba(126,232,154,0.4); padding: .95rem 2.2rem; border-radius: 3rem; font-weight: 600; font-size: 1rem; cursor: pointer; font-family: 'Inter', sans-serif; transition: .2s; }
.btn-sec:hover { border-color: var(--g4); background: rgba(126,232,154,0.08); transform: translateY(-2px); }
.hero-stats { display: flex; gap: 2.5rem; margin-top: 3.2rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.07); flex-wrap: wrap; }
.stat strong { font-family: 'Unbounded', sans-serif; font-size: 2rem; color: #fff; display: block; line-height: 1; }
.stat span { font-size: .8rem; color: var(--muted); margin-top: .35rem; display: block; }
.hero-visual { position: absolute; right: 2rem; top: 50%; transform: translateY(-50%); pointer-events: none; }
.big-circle { width: 400px; height: 400px; border-radius: 50%; background: linear-gradient(135deg, rgba(26,138,69,0.38), rgba(13,92,46,0.55)); border: 1px solid rgba(38,196,94,0.22); display: flex; align-items: center; justify-content: center; position: relative; animation: floatY 6s ease-in-out infinite; }
@keyframes floatY { 0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)} }
.big-emoji { font-size: 8.5rem; filter: drop-shadow(0 0 50px rgba(38,196,94,0.5)); }
.ring { position: absolute; border-radius: 50%; border: 1px solid; }
.r1 { width: 460px; height: 460px; top: -30px; left: -30px; border-color: rgba(200,245,58,0.14); animation: spin 22s linear infinite; }
.r2 { width: 530px; height: 530px; top: -65px; left: -65px; border-color: rgba(38,196,94,0.07); animation: spin 34s linear infinite reverse; }
@keyframes spin { to { transform: rotate(360deg); } }
.orbit-dot { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--lime); top: 18px; left: 50%; transform: translateX(-50%); box-shadow: 0 0 14px var(--lime); }

/* ── SECTIONS ── */
section { padding: 5rem 2.5rem; }
.section-label { font-size: .75rem; font-weight: 600; letter-spacing: .15em; color: var(--lime); text-transform: uppercase; margin-bottom: .8rem; }
.section-title { font-family: 'Unbounded', sans-serif; font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: .8rem; }
.section-sub { color: var(--muted); font-size: .95rem; line-height: 1.75; max-width: 520px; }

/* ── CATEGORIES ── */
.categories-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 1rem; margin-top: 2.5rem; }
.cat-card { background: var(--card); border: 1px solid rgba(38,196,94,0.12); border-radius: 1.3rem; padding: 1.5rem 1.3rem; cursor: pointer; transition: .25s; display: flex; flex-direction: column; gap: .8rem; }
.cat-card:hover { border-color: var(--lime); background: var(--card2); transform: translateY(-5px); }
.cat-icon { font-size: 2.4rem; }
.cat-name { font-weight: 600; font-size: .9rem; color: #fff; }
.cat-count { font-size: .78rem; color: var(--muted); }

/* ── PRODUCTS ── */
.products-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 2rem; flex-wrap: wrap; gap: 1rem; }
.filter-tabs { display: flex; gap: .5rem; flex-wrap: wrap; }
.tab { background: transparent; border: 1px solid rgba(255,255,255,0.09); color: var(--muted); padding: .45rem 1.1rem; border-radius: 2rem; font-size: .8rem; cursor: pointer; font-family: 'Inter', sans-serif; transition: .2s; }
.tab.active, .tab:hover { background: rgba(200,245,58,0.12); border-color: rgba(200,245,58,0.3); color: var(--lime); }
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.product-card { background: var(--card); border: 1px solid rgba(38,196,94,0.1); border-radius: 1.5rem; overflow: hidden; cursor: pointer; transition: .25s; position: relative; }
.product-card:hover { border-color: rgba(200,245,58,0.42); transform: translateY(-6px); box-shadow: 0 24px 50px rgba(0,0,0,0.45); }
.product-img { height: 168px; display: flex; align-items: center; justify-content: center; font-size: 5.5rem; background: linear-gradient(135deg, var(--card2), rgba(26,138,69,0.22)); }
.product-badge { position: absolute; top: .85rem; left: .85rem; font-size: .7rem; font-weight: 700; padding: .22rem .65rem; border-radius: 2rem; }
.badge-hit { background: var(--lime); color: #050F09; }
.badge-new { background: var(--gold); color: #050F09; }
.badge-sale { background: #e85d26; color: #fff; }
.product-body { padding: 1.1rem 1.2rem 1.3rem; }
.product-name { font-weight: 600; font-size: .92rem; color: #fff; margin-bottom: .3rem; }
.product-desc { font-size: .79rem; color: var(--muted); line-height: 1.55; margin-bottom: .9rem; }
.product-footer { display: flex; align-items: center; justify-content: flex-end; }
.price { display: none !important; }
.old-price { display: none !important; }
.add-btn { background: rgba(200,245,58,0.12); border: 1px solid rgba(200,245,58,0.25); color: var(--lime); width: 36px; height: 36px; border-radius: 50%; font-size: 1.25rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: .2s; font-family: inherit; }
.add-btn:hover { background: var(--lime); color: #050F09; transform: scale(1.1); }

/* ── WHY ── */
.why-section { background: linear-gradient(135deg, rgba(10,31,15,0.8), rgba(15,46,24,0.6)); border-top: 1px solid rgba(38,196,94,0.1); border-bottom: 1px solid rgba(38,196,94,0.1); }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.2rem; margin-top: 2.5rem; }
.why-card { background: rgba(5,15,9,0.6); border: 1px solid rgba(38,196,94,0.1); border-radius: 1.4rem; padding: 1.7rem; transition: .25s; }
.why-card:hover { border-color: rgba(38,196,94,0.3); }
.why-icon { font-size: 2.7rem; margin-bottom: 1rem; }
.why-title { font-weight: 600; color: #fff; margin-bottom: .5rem; font-size: .97rem; }
.why-text { font-size: .83rem; color: var(--muted); line-height: 1.65; }

/* ── PROCESS ── */
.process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin-top: 2.5rem; counter-reset: step; }
.process-step { position: relative; padding-left: 0; }
.step-num { font-family: 'Unbounded', sans-serif; font-size: 3.5rem; font-weight: 900; color: rgba(200,245,58,0.12); line-height: 1; margin-bottom: .5rem; }
.step-title { font-weight: 600; color: #fff; font-size: .95rem; margin-bottom: .4rem; }
.step-text { font-size: .82rem; color: var(--muted); line-height: 1.6; }

/* ── REVIEWS ── */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.2rem; margin-top: 2.5rem; }
.review-card { background: var(--card); border: 1px solid rgba(38,196,94,0.1); border-radius: 1.4rem; padding: 1.5rem; display: flex; flex-direction: column; }
.review-stars { color: var(--gold); font-size: 1rem; margin-bottom: .8rem; letter-spacing: 2px; }
.review-text { font-size: .87rem; color: var(--text); line-height: 1.65; margin-bottom: 1.2rem; font-style: italic; flex-grow: 1; }
.review-author { display: flex; align-items: center; gap: .8rem; }
.author-avatar { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--g2), var(--g1)); display: flex; align-items: center; justify-content: center; font-size: .85rem; font-weight: 700; color: #fff; flex-shrink: 0; }
.author-name { font-weight: 600; font-size: .88rem; color: #fff; }
.author-city { font-size: .77rem; color: var(--muted); }

/* ── CTA ── */
.cta-section { background: linear-gradient(135deg, rgba(26,138,69,0.3), rgba(200,245,58,0.08)); border: 1px solid rgba(200,245,58,0.2); border-radius: 2rem; padding: 4rem 3rem; text-align: center; margin: 0 2.5rem 5rem; position: relative; overflow: hidden; }
.cta-section::before { content: '🌿'; position: absolute; font-size: 9rem; opacity: .07; top: -1rem; right: 2rem; pointer-events: none; }
.cta-section::after { content: '🌱'; position: absolute; font-size: 7rem; opacity: .07; bottom: -1rem; left: 2rem; pointer-events: none; }
.cta-section h2 { font-family: 'Unbounded', sans-serif; font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 900; color: #fff; margin-bottom: 1rem; }
.cta-section p { color: var(--muted); font-size: .97rem; margin-bottom: 2rem; max-width: 460px; margin-left: auto; margin-right: auto; }
.cta-form { display: flex; gap: .75rem; max-width: 430px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
.cta-input { flex: 1; min-width: 230px; background: rgba(255,255,255,0.06); border: 1px solid rgba(200,245,58,0.22); border-radius: 3rem; padding: .9rem 1.4rem; color: #fff; font-size: .9rem; font-family: 'Inter', sans-serif; outline: none; transition: .2s; }
.cta-input::placeholder { color: var(--muted); }
.cta-input:focus { border-color: var(--lime); background: rgba(200,245,58,0.06); }

/* ── FOOTER ── */
footer { border-top: 1px solid rgba(38,196,94,0.1); padding: 2.5rem 2.5rem; margin-top: auto; }
.footer-top { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 2rem; margin-bottom: 2rem; }
.footer-brand .logo { font-size: 1.5rem; margin-bottom: .7rem; display: block; }
.footer-brand p { font-size: .84rem; color: var(--muted); max-width: 260px; line-height: 1.65; }
.footer-col h4 { font-weight: 600; font-size: .88rem; color: #fff; margin-bottom: 1rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: .55rem; }
.footer-col ul a { color: var(--muted); font-size: .83rem; transition: .2s; }
.footer-col ul a:hover { color: var(--lime); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.05); flex-wrap: wrap; gap: 1rem; }
.footer-copy { color: var(--muted); font-size: .8rem; }
.social-links { display: flex; gap: 1rem; }
.social-links a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(38,196,94,0.2); display: flex; align-items: center; justify-content: center; font-size: 1rem; color: var(--muted); transition: .2s; }
.social-links a:hover { border-color: var(--lime); color: var(--lime); }

/* ── FLOATING CART ── */
.cart-float { position: fixed; bottom: 2rem; right: 2rem; background: var(--lime); color: #050F09; border: none; border-radius: 3rem; padding: .85rem 1.6rem; font-weight: 700; font-size: .9rem; cursor: pointer; font-family: 'Inter', sans-serif; display: flex; align-items: center; gap: .6rem; box-shadow: 0 8px 30px rgba(200,245,58,0.35); z-index: 200; transition: .2s; }
.cart-float:hover { transform: scale(1.06); background: #dff848; }
.cart-float .cnt { background: #050F09; color: var(--lime); width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .76rem; font-weight: 900; }
.cart-float.bounce { animation: cartBounce .3s ease; }
@keyframes cartBounce { 0%,100%{transform:scale(1)}50%{transform:scale(1.18)} }

/* ── TOAST ── */
.toast { position: fixed; bottom: 5rem; right: 2rem; background: var(--card2); border: 1px solid rgba(200,245,58,0.3); color: #fff; padding: .7rem 1.2rem; border-radius: 1rem; font-size: .85rem; opacity: 0; transform: translateY(10px); transition: .3s; z-index: 300; pointer-events: none; }
.toast.show { opacity: 1; transform: translateY(0); }

/* ── MODAL ── */
.modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.7); z-index: 500; align-items: center; justify-content: center; backdrop-filter: blur(6px); }
.modal-overlay.open { display: flex; }
.modal { background: var(--card2); border: 1px solid rgba(38,196,94,0.2); border-radius: 1.8rem; padding: 2rem; max-width: 420px; width: 90%; position: relative; }
.modal h3 { font-family: 'Unbounded', sans-serif; font-size: 1.3rem; font-weight: 900; color: #fff; margin-bottom: 1.2rem; }
.cart-items { max-height: 280px; overflow-y: auto; display: flex; flex-direction: column; gap: .7rem; margin-bottom: 1.5rem; }
.cart-item { display: flex; align-items: center; justify-content: space-between; background: var(--card); border-radius: .8rem; padding: .7rem 1rem; font-size: .87rem; }
.cart-item span:first-child { flex: 1; color: #fff; }
.cart-item .cprice { color: var(--lime); font-weight: 600; margin: 0 1rem; }
.cart-item .rm { background: none; border: none; color: var(--muted); cursor: pointer; font-size: 1rem; transition: .2s; }
.cart-item .rm:hover { color: #e85d26; }
.cart-total { display: none; }
.modal-close { position: absolute; top: 1rem; right: 1.2rem; background: none; border: none; color: var(--muted); font-size: 1.3rem; cursor: pointer; transition: .2s; }
.modal-close:hover { color: #fff; }
.empty-cart { text-align: center; color: var(--muted); font-size: .88rem; padding: 1.5rem 0; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero-visual { display: none; }
  .hero { min-height: auto; padding-bottom: 4rem; }
  .nav-links { display: none; }
  .cta-section { margin: 0 1rem 3rem; padding: 2.5rem 1.5rem; }
}
@media (max-width: 600px) {
  .navbar { padding: 1rem 1.2rem; }
  section { padding: 3rem 1.2rem; }
  .hero { padding: 2.5rem 1.2rem; }
  .hero-stats { gap: 1.5rem; }
}

/* -- CATALOG LAYOUT (from autogear) -- */
.catalog-layout { display: grid; grid-template-columns: 230px 1fr; gap: 32px; padding: 2rem 2.5rem; max-width: 1200px; margin: 0 auto; }
.sidebar-section { margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.sidebar-section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.sidebar-title { font-family: 'Unbounded', sans-serif; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; font-weight: 600; }
.filter-item { display: flex; align-items: center; justify-content: space-between; padding: 6px 0; font-size: 14px; color: var(--text); }
.filter-item label { display: flex; align-items: center; gap: 10px; cursor: pointer; transition: color 0.2s; flex: 1; }
.filter-item label:hover { color: var(--lime); }
.filter-item input[type=checkbox] { 
  appearance: none; -webkit-appearance: none; 
  width: 18px; height: 18px; 
  border: 1.5px solid rgba(255,255,255,0.2); 
  border-radius: 4px; 
  background: rgba(255,255,255,0.03); 
  cursor: pointer; position: relative; transition: 0.2s; 
}
.filter-item label:hover input[type=checkbox] { border-color: rgba(200,245,58,0.5); }
.filter-item input[type=checkbox]:checked { background: var(--lime); border-color: var(--lime); }
.filter-item input[type=checkbox]:checked::after {
  content: ''; position: absolute;
  left: 5px; top: 1.5px; width: 4px; height: 9px;
  border: solid #050F09; border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.filter-count { font-size: 11px; font-weight: 600; color: var(--lime); background: rgba(200,245,58,0.12); padding: 2px 8px; border-radius: 12px; letter-spacing: 0.5px; }
.price-range { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.price-range input { width: 80px; background: var(--card); border: 1px solid rgba(200,245,58,0.22); color: var(--text); padding: 7px 10px; border-radius: 4px; font-size: 13px; outline: none; font-family: 'Inter', sans-serif; }
.apply-filter { width: 100%; background: rgba(200,245,58,0.1); border: 1px solid rgba(200,245,58,0.25); color: var(--lime); padding: 9px; border-radius: 4px; font-size: 13px; font-weight: 600; cursor: pointer; transition: all 0.15s; }
.apply-filter:hover { background: var(--lime); color: #050F09; }

.catalog-header { display: flex; justify-content: space-between; padding: 2rem 2.5rem 0; max-width: 1200px; margin: 0 auto; }
.search-input { background: var(--card); border: 1px solid rgba(200,245,58,0.22); padding: 10px 14px; border-radius: 4px; color: var(--text); font-size: 14px; width: 300px; outline: none; }
.sort-sel { background: var(--card); border: 1px solid rgba(200,245,58,0.22); color: var(--text); padding: 10px 14px; border-radius: 4px; font-size: 14px; outline: none; cursor: pointer; }

@media (max-width: 900px) {
  .catalog-layout { grid-template-columns: 1fr; }
  .catalog-header { flex-direction: column; gap: 1rem; }
  .search-input { width: 100%; }
  .products-grid { grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); }
}

/* -- SERVICES SLIDER -- */
.services-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 80px); /* Full page minus navbar */
  padding: 2rem;
  position: relative;
}

.services-slider-container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: 70vh;
  min-height: 500px;
  background: var(--card);
  border-radius: 24px;
  border: 1px solid rgba(200,245,58,0.15);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

.service-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 35% 65%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  transform: scale(0.95);
}

.service-slide.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.service-video-area {
  background: #0a110a;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(200,245,58,0.15);
  max-width: 100%;
}

.video-placeholder {
  font-size: 64px;
  color: var(--lime);
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s, transform 0.3s;
}

.service-video-area:hover .video-placeholder {
  opacity: 1;
  transform: scale(1.1);
}

.service-info {
  padding: 3rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow-y: auto;
}

.service-number {
  font-family: 'Unbounded', sans-serif;
  font-size: 80px;
  font-weight: 900;
  color: rgba(200,245,58,0.1);
  line-height: 1;
  margin-bottom: -20px;
}

.service-title {
  font-family: 'Unbounded', sans-serif;
  font-size: 42px;
  color: var(--text);
  margin-bottom: 24px;
  line-height: 1.1;
}

.service-desc {
  font-size: 18px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 40px;
}

.service-btn {
  align-self: flex-start;
  background: var(--lime);
  color: #050F09;
  padding: 16px 32px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.service-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(200,245,58,0.2);
}

/* Navigation Arrows outside the box */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--card);
  border: 1px solid var(--lime);
  color: var(--lime);
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.slider-arrow:hover {
  background: var(--lime);
  color: #050F09;
  transform: translateY(-50%) scale(1.1);
}

.slider-prev { left: 40px; }
.slider-next { right: 40px; }

@media (max-width: 1024px) {
  .service-slide { grid-template-columns: 1fr; }
  .service-video-area { height: 40%; border-right: none; border-bottom: 1px solid rgba(200,245,58,0.15); }
  .service-info { height: 60%; padding: 2rem; }
  .service-title { font-size: 28px; }
  .slider-arrow { width: 44px; height: 44px; font-size: 18px; }
  .slider-prev { left: 10px; }
  .slider-next { right: 10px; }
}

/* ── LANGUAGE SWITCHER ── */
.lang-switcher {
  position: relative;
  display: flex;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 30px;
  padding: 4px;
  width: 140px;
  justify-content: space-between;
  margin-right: 15px;
  --active-left: calc(33.33% + 2px);
}
.lang-switcher::before {
  content: '';
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: var(--active-left);
  width: calc(33.33% - 6px);
  background: var(--lime);
  border-radius: 20px;
  transition: left 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
  z-index: 1;
}
.lang-btn {
  flex: 1;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--muted);
  z-index: 2;
  cursor: pointer;
  padding: 4px 0;
  transition: color 0.3s;
}
.lang-btn.active {
  color: #050F09;
}

/* ── INTRO OVERLAY ── */
.intro-overlay {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background: #000;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1s ease-in-out, visibility 1s;
}
.intro-overlay.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.intro-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.skip-btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  z-index: 2;
  transition: background 0.3s;
}
.skip-btn:hover { background: rgba(255,255,255,0.3); }

/* -- FULL MOBILE ADAPTATION -- */
@media (max-width: 600px) {
  body { overflow-x: hidden; }
  .navbar { padding: 0.8rem 1rem; flex-wrap: wrap; justify-content: space-between; gap: 10px; }
  .nav-right { width: 100%; justify-content: space-between; margin-top: 5px; }
  .nav-btn { display: none !important; }
  .logo svg { width: 28px; height: 28px; }
  .logo span { font-size: 1rem !important; }
  .logo span:last-child { font-size: 0.6rem !important; }
  .hero { padding: 2rem 1rem; }
  .hero h1 { font-size: 2.2rem; }
  .hero-sub { font-size: 0.95rem; }
  .hero-ctas { flex-direction: column; width: 100%; }
  .hero-ctas a { width: 100%; text-align: center; }
  .hero-stats { justify-content: space-between; gap: 1rem; }
  .stat { flex: 1 1 45%; }
  .catalog-layout { padding: 1.5rem 1rem; }
  .products-grid { grid-template-columns: 1fr; }
  .footer-top { flex-direction: column; gap: 2rem; }
}

/* -- NEW CONTACT LAYOUT -- */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  width: 100%;
  max-width: 1000px;
  margin: 3rem auto 0;
  text-align: left;
}
@media(max-width: 800px) {
  .contact-layout { grid-template-columns: 1fr; }
}

.contact-left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-card-new {
  background: var(--card);
  border: 1px solid rgba(38,196,94,0.1);
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.contact-icon-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(38,196,94,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.contact-text-wrap h4 {
  font-size: 0.75rem;
  color: var(--text);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}
.contact-text-wrap .c-val {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.4rem;
  display: block;
  text-decoration: none;
}
.contact-text-wrap p {
  font-size: 0.85rem;
  color: var(--text);
  margin: 0;
  line-height: 1.4;
}

.contact-right {
  background: transparent;
  border: 1px dashed rgba(255,255,255,0.2);
  border-radius: 1rem;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-right h3 {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 1rem;
}
.contact-right p {
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.6;
  margin-bottom: 1rem;
}
.contact-right ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.contact-right li {
  font-size: 0.95rem;
  color: var(--text);
  margin-bottom: 0.6rem;
}

/* Catalog Product Images */
.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.product-card:hover .product-img img {
  transform: scale(1.05);
}

/* ── ADDITIONAL MOBILE RESPONSIVENESS AND BURGER MENU ── */
.menu-toggle {
  display: none;
}
.mobile-filter-btn {
  display: none;
}

@media (max-width: 900px) {
  /* Navbar Layout on Mobile */
  .navbar {
    padding: 1rem 1.2rem;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
  .nav-right {
    width: auto;
    margin-top: 0;
    gap: 0.8rem;
  }
  .nav-btn {
    display: none !important;
  }
  
  /* Menu Toggle Button (Hamburger) */
  .menu-toggle {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 22px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 9999;
    padding: 0;
  }
  .menu-toggle span {
    width: 100%;
    height: 3px;
    background: var(--lime);
    border-radius: 3px;
    transition: all 0.3s ease;
  }
  /* Hamburger to X animation */
  .menu-toggle.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }

  /* Nav Links Drawer Dropdown */
  .nav-links {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(5, 15, 9, 0.98);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(38,196,94,0.25);
    flex-direction: column;
    padding: 2rem 1.5rem;
    gap: 1.5rem;
    z-index: 9998;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  }
  .nav-links.active {
    display: flex !important;
    animation: slideDown 0.3s ease forwards;
  }
  @keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
  }
  
  /* Services Slider Responsive View */
  .services-section {
    padding: 2rem 1.2rem 7rem; /* extra space at bottom for centered absolute arrows */
    position: relative;
    min-height: auto;
  }
  .services-slider-container {
    height: auto;
    min-height: auto;
  }
  .service-slide {
    position: relative;
    grid-template-columns: 1fr;
    display: none;
    transform: none;
    height: auto;
  }
  .service-slide.active {
    display: block;
  }
  .service-video-area {
    height: 240px;
    border-right: none;
    border-bottom: 1px solid rgba(200,245,58,0.15);
  }
  .service-info {
    height: auto;
    padding: 1.5rem;
    overflow-y: visible;
  }
  .service-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .service-desc {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .slider-arrow {
    position: absolute;
    top: auto;
    bottom: 2rem;
    transform: none;
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
  .slider-prev {
    left: calc(50% - 58px);
  }
  .slider-next {
    left: calc(50% + 10px);
    right: auto;
  }
  
  /* Collapsible Catalog Sidebar Filters */
  .catalog-layout {
    grid-template-columns: 1fr;
    padding: 1.2rem 1rem;
    gap: 16px;
  }
  .catalog-header {
    padding: 1.5rem 1rem 0;
    flex-direction: column;
    gap: 12px;
  }
  .search-input {
    width: 100%;
  }
  .sort-sel {
    width: 100%;
  }
  
  /* Collapsible aside styles */
  .catalog-layout aside {
    display: none;
    background: var(--card);
    border: 1px solid rgba(38,196,94,0.15);
    border-radius: 12px;
    padding: 1.2rem;
    animation: fadeInAside 0.25s ease forwards;
  }
  @keyframes fadeInAside {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .catalog-layout aside.active {
    display: block;
  }
  
  /* Mobile filter button styles */
  .mobile-filter-btn {
    display: block;
    width: 100%;
    background: var(--card);
    border: 1px solid rgba(200,245,58,0.22);
    color: var(--lime);
    padding: 11px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    font-family: inherit;
    transition: all 0.2s ease;
    box-sizing: border-box;
    margin-bottom: 0.5rem;
  }
  .mobile-filter-btn.active {
    background: var(--lime);
    color: #050F09;
    border-color: var(--lime);
  }
}

@media (max-width: 600px) {
  /* Lang switcher mobile dimensions to avoid overlap */
  .lang-switcher {
    width: 115px;
    margin-right: 8px;
  }
  .lang-btn {
    font-size: 0.72rem;
  }
  .logo svg {
    width: 26px;
    height: 26px;
  }
  .logo span {
    font-size: 0.95rem !important;
  }
  .logo span:last-child {
    font-size: 0.58rem !important;
  }
  
  /* Contacts page layout tweaks */
  .contact-layout {
    gap: 1.5rem;
    margin-top: 2rem;
  }
  .contact-card-new {
    padding: 1.1rem;
    gap: 1rem;
  }
  .contact-icon-wrap {
    width: 44px;
    height: 44px;
    font-size: 1.25rem;
  }
  .contact-text-wrap .c-val {
    font-size: 1.05rem;
  }
  .contact-right {
    padding: 1.8rem 1.2rem;
  }
}


