:root {
  --bg:#0f172a;
  --card:#111827;
  --muted:#94a3b8;
  --text:#e5e7eb;
  --accent:#22c55e;
  --accent-2:#06b6d4;
  --danger:#ef4444;
  --border:#1f2937;
  --shadow:0 8px 24px rgba(0,0,0,.25);
  --radius:12px;
}
* {box-sizing:border-box}
html,body {height:100%}
body {
  margin:0; background:linear-gradient(180deg,#0b1220 0%, #0f172a 100%); color:var(--text); font:16px/1.5 Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  scrollbar-color: #334155 #0f172a; scrollbar-width: thin;
}
img {display:block; max-width:100%; height:auto; object-fit:cover; object-position:center; border-radius:8px}
.container {width:100%; max-width:1140px; margin:0 auto; padding:0 20px}
a {color:var(--text); text-decoration:none}
a:hover {opacity:.9}
.btn {background:var(--accent); color:#04100a; border:none; padding:12px 18px; border-radius:10px; font-weight:600; cursor:pointer; transition:.2s box-shadow,.2s transform}
.btn:hover {box-shadow:var(--shadow); transform:translateY(-1px)}
.btn:active {transform:translateY(0)}
.btn-outline {background:transparent; border:1px solid var(--accent); color:var(--text)}
.btn-outline.small {padding:8px 12px; font-size:.9rem}

.site-header {position:sticky; top:0; z-index:50; backdrop-filter:saturate(180%) blur(14px); background:rgba(15,23,42,.7); border-bottom:1px solid var(--border)}
.header-inner {display:flex; align-items:center; justify-content:space-between; height:68px}
.logo {display:flex; align-items:center; gap:12px; font-weight:800; letter-spacing:.3px}
.logo img {max-width:150px; max-height:80px}
.navbar {display:flex; align-items:center; gap:18px}
.navbar a {padding:8px 10px; border-radius:8px}
.navbar a:hover {background:rgba(255,255,255,.06)}
.cart-count {background:var(--accent-2); color:#031316; font-weight:700; padding:2px 8px; border-radius:999px; margin-left:6px}

.hero {padding:72px 0 30px; background:radial-gradient(1200px 600px at 80% -20%, rgba(34,197,94,.15), transparent), radial-gradient(900px 450px at -20% 0%, rgba(6,182,212,.15), transparent)}
.hero-inner {text-align:center}
.hero h1 {font-size:2.2rem; margin:0 0 10px}
.hero p {color:var(--muted); max-width:720px; margin:0 auto 20px}
.hero-cta {display:flex; gap:12px; justify-content:center}

.features {padding:40px 0 10px}
.features h2 {text-align:center; margin:0 0 24px}
.features-grid {display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:14px}
.feature {background:var(--card); border:1px solid var(--border); padding:18px; border-radius:var(--radius)}
.feature .icon {width:44px; height:44px; border-radius:12px; display:grid; place-items:center; background:rgba(34,197,94,.1); margin-bottom:10px}
.feature .icon svg {width:24px; height:24px; fill:var(--accent)}
.stats {display:grid; grid-template-columns:repeat(auto-fit,minmax(160px,1fr)); gap:12px; margin:22px 0}
.stat {background:var(--card); border:1px solid var(--border); padding:18px; border-radius:var(--radius); text-align:center}
.stat span {display:block; font-size:1.4rem; font-weight:800}
.cta-line {text-align:center; margin:8px 0 0}

.about-products {padding:24px 0}
.about-products h2 {margin:0 0 10px}
.about-products p {color:var(--muted)}

.catalog {padding:20px 0 60px}
.products-grid {display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:16px}
.product-card {background:linear-gradient(180deg,#0d1424,#0b1322); border:1px solid var(--border); border-radius:var(--radius); overflow:hidden}
.product-image-wrap {padding:14px 14px 0 14px}
.product-image {width:100%; height:250px; max-width:250px; max-height:250px; aspect-ratio:1/1; border-radius:8px; margin:0 auto}
.product-title {font-size:1.05rem; margin:10px 14px 6px}
.product-desc {color:var(--muted); margin:0 14px 10px}
.product-bottom {display:flex; align-items:center; justify-content:space-between; gap:10px; padding:0 14px 14px}
.price {font-weight:800; color:#dcfce7}
.product-actions {display:flex; gap:10px}
.other-links {text-align:center; margin-top:16px; color:var(--muted)}
.other-links a {text-decoration:underline}

.site-footer {border-top:1px solid var(--border); background:#0b1220; margin-top:40px}
.footer-grid {display:grid; grid-template-columns:1.2fr .8fr; gap:18px; padding:24px 0}
.footer-brand img {max-width:150px; max-height:80px}
.footer-brand p {color:var(--muted); margin:.3rem 0}
.footer-links {display:flex; flex-direction:column; gap:8px; align-items:flex-start; padding-top:10px}
.footer-bottom {border-top:1px solid var(--border); text-align:center; padding:12px 0; color:var(--muted)}
.socials {display:flex; gap:12px; margin-top:10px}
.socials svg {width:22px; height:22px; fill:#cbd5e1}

.cart-table {display:grid; gap:10px; margin-top:16px}
.cart-head,.cart-row {display:grid; grid-template-columns:2.4fr 1fr 1.2fr 1fr .8fr; gap:10px; align-items:center; background:var(--card); border:1px solid var(--border); padding:10px; border-radius:10px}
.cart-head {background:transparent; border:none; color:#b6c2d6}
.cart-prod {display:flex; align-items:center; gap:10px}
.cart-prod img {width:60px; height:60px; aspect-ratio:1/1}
.qty {display:flex; align-items:center; gap:6px}
.qty button {width:30px; height:30px; border-radius:8px; background:#0a192f; border:1px solid var(--border); color:var(--text); cursor:pointer}
.qty .qinput {width:58px; padding:6px 8px; background:#0a192f; border:1px solid var(--border); color:var(--text); border-radius:8px}
.link.danger {background:transparent; border:1px solid var(--danger); color:#fecaca; padding:6px 10px; border-radius:8px; cursor:pointer}

.cart-summary {display:flex; align-items:center; justify-content:space-between; margin:16px 0 20px}
.total {font-size:1.2rem; font-weight:800}
.actions {display:flex; gap:10px}

.checkout-grid {display:grid; grid-template-columns:1fr 1fr; gap:18px; margin:10px 0 30px}
.order-summary,.checkout-form,.contact-card {background:var(--card); border:1px solid var(--border); border-radius:var(--radius); padding:16px}
.order-item {display:flex; align-items:center; justify-content:space-between; gap:10px; border-bottom:1px dashed var(--border); padding:10px 0}
.order-item img {width:54px; height:54px; aspect-ratio:1/1}
.order-total {font-weight:800; margin-top:10px}
.form-row {display:flex; flex-direction:column; gap:6px; margin-bottom:10px}
input,textarea {background:#0a192f; border:1px solid var(--border); color:var(--text); border-radius:10px; padding:10px 12px; outline:none}
textarea {min-height:120px; resize:vertical}
.form-actions {display:flex; gap:10px; align-items:center}
.note {color:var(--muted); font-size:.9rem; margin-top:8px}
.contact-grid {display:grid; grid-template-columns:1fr 1fr; gap:16px}

.success-box {text-align:center; background:var(--card); border:1px solid var(--border); border-radius:var(--radius); padding:28px; margin:30px auto}

.cookie-banner {position:fixed; left:20px; right:20px; bottom:20px; display:none; gap:14px; align-items:center; justify-content:space-between; padding:14px; border-radius:14px; background:rgba(2,6,23,.9); border:1px solid var(--border); backdrop-filter:blur(6px); z-index:60}
.cookie-banner.show {display:flex}
.cookie-text p {margin:0; color:#cbd5e1}
.cookie-text a {text-decoration:underline}
.cookie-actions {display:flex; gap:10px}

.question-button {position:fixed; right:20px; bottom:90px; background:var(--accent-2); color:#031316; padding:12px 14px; border-radius:999px; font-weight:800; cursor:pointer; z-index:60; box-shadow:var(--shadow)}
.question-modal {position:fixed; inset:0; display:none; align-items:center; justify-content:center; background:rgba(2,6,23,.6); z-index:70}
.question-modal.open {display:flex}
.question-content {width:100%; max-width:480px; background:var(--card); border:1px solid var(--border); border-radius:16px; padding:18px}
.modal-actions {display:flex; gap:10px; justify-content:flex-end; margin-top:8px}

.toast {position:fixed; left:50%; transform:translateX(-50%); bottom:24px; background:#1f2937; color:#e5e7eb; border:1px solid var(--border); padding:10px 14px; border-radius:10px; opacity:0; pointer-events:none; transition:.3s; z-index:80}
.toast.show {opacity:1; bottom:34px}

.team-grid {display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:16px; margin:16px 0 40px}
.team-member {
  text-align: center;
  margin: 20px;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  background: var(--card);
  border:1px solid var(--border);
}
.team-photo {
  width: 100%;
  max-width: 300px;
  height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  margin-bottom: 15px;
  aspect-ratio:1/1;
  margin-left:auto; margin-right:auto;
}
.team-name {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #333;
}
.team-position {
  font-size: 1.1rem;
  color: #666;
  font-weight: 500;
  margin: 5px 0 10px 0;
}
.team-bio {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
  margin: 10px 0;
}

::-webkit-scrollbar {width:10px; height:10px}
::-webkit-scrollbar-track {background:#0a1323; border-radius:10px}
::-webkit-scrollbar-thumb {background:linear-gradient(180deg,#22c55e,#06b6d4); border-radius:10px; border:2px solid #0a1323}
::-webkit-scrollbar-thumb:hover {background:linear-gradient(180deg,#16a34a,#0891b2)}

@media (max-width: 880px) {
  .checkout-grid,.contact-grid {grid-template-columns:1fr}
  .cart-head,.cart-row {grid-template-columns:1.8fr .9fr 1.2fr .9fr .8fr}
}
