

:root {
  --bg-main: #0B0B0C;
  --bg-alt: #121214;
  --text-main: #F4F4F5;
  --text-muted: #A1A1AA;
  --accent-primary: #D1FF1A;
  --accent-secondary: #FF4D00;
  --card-bg: rgba(255, 255, 255, 0.03);
  --border-color: rgba(255, 255, 255, 0.08);
  --glow-primary: 0 0 24px rgba(209, 255, 26, 0.35);
  --font-body: 'Inter', sans-serif;
  --font-heading: 'Oswald', sans-serif;
  --radius: 10px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background: var(--bg-main);
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--text-main);
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--accent-primary);
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: .75rem;
}

h1 {
  font-size: clamp(2.5rem, 7vw, 5.5rem);
}

h2 {
  font-size: clamp(1.8rem, 4vw, 3.2rem);
}

h3 {
  font-size: clamp(1.3rem, 2.5vw, 2rem);
}

.container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 5%;
}

.section {
  padding: 6rem 0;
}

.text-center {
  text-align: center;
}

.text-muted {
  color: var(--text-muted);
}

.text-primary {
  color: var(--accent-primary);
}

.mb-1 {
  margin-bottom: .75rem;
}

.mb-2 {
  margin-bottom: 1.5rem;
}

.mb-3 {
  margin-bottom: 2.5rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mt-4 {
  margin-top: 4rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .85rem 2rem;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  transition: all .25s cubic-bezier(.4, 0, .2, 1);
  white-space: normal;
  text-align: center;
}

.btn-primary {
  background: var(--accent-primary);
  color: var(--bg-main);
  box-shadow: var(--glow-primary);
}

.btn-primary:hover {
  background: #e0ff4d;
  transform: translateY(-2px);
  box-shadow: 0 0 32px rgba(209, 255, 26, .55);
  color: var(--bg-main);
}

.btn-secondary {
  background: transparent;
  color: var(--text-main);
  border: 1px solid var(--border-color);
}

.btn-secondary:hover {
  border-color: var(--accent-primary);
  color: var(--accent-primary);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.4rem 0;
  z-index: 100;
  transition: all .3s ease;
  border-bottom: 1px solid transparent;
}

.header.scrolled {
  background: rgba(11, 11, 12, .94);
  backdrop-filter: blur(12px);
  border-bottom-color: var(--border-color);
  padding: 1rem 0;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.logo {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--accent-primary);
  letter-spacing: -.5px;
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-shrink: 0;
}

.logo svg {
  display: block;
}

.nav-links {
  display: flex;
  gap: 1.8rem;
  flex-wrap: wrap;
}

.nav-links a {
  font-weight: 500;
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-shrink: 0;
}

.nav-icon-link {
  display: flex;
  align-items: center;
  gap: .3rem;
  color: var(--text-muted);
  transition: color .2s;
  position: relative;
}

.nav-icon-link:hover {
  color: var(--accent-primary);
}

.cart-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--accent-secondary);
  color: #fff;
  font-size: .65rem;
  font-weight: 700;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--text-main);
  cursor: pointer;
  padding: .25rem;
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 90px;
  background: radial-gradient(ellipse at 65% 45%, rgba(209, 255, 26, .09) 0%, transparent 55%),
    linear-gradient(180deg, var(--bg-main) 0%, var(--bg-alt) 100%);
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23D1FF1A' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(209, 255, 26, .1);
  color: var(--accent-primary);
  border: 1px solid rgba(209, 255, 26, .25);
  border-radius: 20px;
  padding: .35rem 1rem;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.hero p {
  font-size: 1.15rem;
  color: var(--text-muted);
  margin-bottom: 2.5rem;
  max-width: 580px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.feature-strip {
  background: var(--bg-alt);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 1.5rem 0;
}

.feature-strip-inner {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-around;
}

.feature-strip-item {
  display: flex;
  align-items: center;
  gap: .8rem;
  color: var(--text-muted);
  font-size: .9rem;
  font-weight: 500;
}

.feature-strip-item svg {
  color: var(--accent-primary);
  flex-shrink: 0;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-header p {
  color: var(--text-muted);
  max-width: 550px;
  margin: .75rem auto 0;
  font-size: 1rem;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.75rem;
}

.product-card {
  background: var(--bg-alt);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(209, 255, 26, .3);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .45);
}

.product-title {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .95rem;
  text-transform: none;
  line-height: 1.4;
  margin-bottom: .5rem;
  flex-grow: 1;
}

.cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1.25rem;
}

.cat-card {
  background: var(--bg-alt);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  transition: border-color .3s, transform .3s;
  text-decoration: none;
  color: var(--text-main);
}

.cat-card:hover {
  border-color: rgba(209, 255, 26, .3);
  transform: translateY(-3px);
  color: var(--text-main);
}

.cat-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(209, 255, 26, .08);
  border-radius: 10px;
}

.cat-icon svg {
  color: var(--accent-primary);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.testimonial-card {
  background: var(--bg-alt);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 2rem;
}

.testimonial-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 1rem;
}

.testimonial-text {
  color: var(--text-muted);
  font-size: .95rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(209, 255, 26, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-primary);
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.info-card {
  background: var(--bg-alt);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 2rem;
  text-align: center;
}

.info-card-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(209, 255, 26, .08);
  border-radius: 14px;
}

.info-card-icon svg {
  color: var(--accent-primary);
}

.info-card h3 {
  font-size: 1.1rem;
  margin-bottom: .5rem;
}

.info-card p {
  color: var(--text-muted);
  font-size: .9rem;
  line-height: 1.6;
}

.cta-band {
  background: linear-gradient(135deg, rgba(209, 255, 26, .08), rgba(255, 77, 0, .05));
  border: 1px solid rgba(209, 255, 26, .15);
  border-radius: 16px;
  padding: 4rem 3rem;
  text-align: center;
}

.cta-band h2 {
  margin-bottom: 1rem;
}

.cta-band p {
  color: var(--text-muted);
  max-width: 550px;
  margin: 0 auto 2rem;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-label {
  display: block;
  margin-bottom: .45rem;
  color: var(--text-muted);
  font-size: .9rem;
}

.form-control {
  width: 100%;
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--border-color);
  color: var(--text-main);
  padding: .85rem 1rem;
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: .95rem;
  transition: border-color .3s;
}

.form-control:focus {
  outline: none;
  border-color: var(--accent-primary);
}

.footer {
  background: var(--bg-alt);
  border-top: 1px solid var(--border-color);
  padding: 4rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-col h4 {
  color: var(--text-main);
  margin-bottom: 1.25rem;
  font-size: 1rem;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: .65rem;
}

.footer-links a {
  color: var(--text-muted);
  font-size: .9rem;
}

.footer-links a:hover {
  color: var(--accent-primary);
}

.footer-social {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  color: var(--text-muted);
  font-size: .9rem;
}

.footer-social a:hover {
  color: var(--accent-primary);
}

.footer-bottom {
  border-top: 1px solid var(--border-color);
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  color: var(--text-muted);
  font-size: .85rem;
}

.payment-icons {
  display: flex;
  gap: .75rem;
  align-items: center;
}

.payment-badge {
  padding: .3rem .75rem;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  font-size: .8rem;
  font-weight: 600;
  color: var(--text-muted);
}

.ai-agent-btn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--accent-primary);
  color: var(--bg-main);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--glow-primary);
  z-index: 1000;
  transition: transform .3s ease;
  border: none;
}

.ai-agent-btn:hover {
  transform: scale(1.1);
}

.ai-chat-window {
  position: fixed;
  bottom: 5.5rem;
  right: 2rem;
  width: 340px;
  max-height: 460px;
  background: var(--bg-alt);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  z-index: 999;
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .6);
}

.ai-chat-window.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}

.chat-header {
  padding: .85rem 1rem;
  background: rgba(255, 255, 255, .04);
  border-bottom: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-heading);
  font-size: 1.1rem;
}

.chat-header button {
  background: none;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  display: flex;
}

.chat-body {
  flex-grow: 1;
  padding: 1rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.chat-msg {
  max-width: 80%;
  padding: .7rem .9rem;
  border-radius: 10px;
  font-size: .88rem;
  line-height: 1.5;
}

.chat-msg.bot {
  background: rgba(255, 255, 255, .07);
  align-self: flex-start;
  border-bottom-left-radius: 2px;
}

.chat-msg.user {
  background: var(--accent-primary);
  color: var(--bg-main);
  align-self: flex-end;
  border-bottom-right-radius: 2px;
}

.chat-input {
  padding: .75rem;
  border-top: 1px solid var(--border-color);
  display: flex;
  gap: .5rem;
}

.chat-input input {
  flex-grow: 1;
  background: transparent;
  border: 1px solid var(--border-color);
  padding: .5rem .85rem;
  border-radius: 20px;
  color: var(--text-main);
  font-size: .9rem;
}

.chat-input input:focus {
  outline: none;
  border-color: var(--accent-primary);
}

.chat-input button {
  background: var(--accent-primary);
  color: var(--bg-main);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(11, 11, 12, .97);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(209, 255, 26, .4);
  padding: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  z-index: 10000;
  transform: translateY(100%);
  transition: transform .5s ease;
}

.cookie-banner.show {
  transform: translateY(0);
}

.cookie-banner p {
  margin: 0;
  font-size: .88rem;
  color: var(--text-muted);
  max-width: 700px;
}

.loader-container {
  display: flex;
  justify-content: center;
  padding: 5rem;
  grid-column: 1/-1;
}

.loader {
  width: 42px;
  height: 42px;
  border: 3px solid rgba(209, 255, 26, .2);
  border-radius: 50%;
  border-top-color: var(--accent-primary);
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.page-header {
  padding: 130px 0 60px;
  text-align: center;
  background: linear-gradient(180deg, rgba(209, 255, 26, .04) 0%, transparent 100%);
  border-bottom: 1px solid var(--border-color);
}

.breadcrumb {
  color: var(--text-muted);
  font-size: .85rem;
  margin-top: .5rem;
}

.breadcrumb a {
  color: var(--text-main);
}

.breadcrumb a:hover {
  color: var(--accent-primary);
}

.info-table {
  width: 100%;
  border-collapse: collapse;
}

.info-table tr {
  border-bottom: 1px solid var(--border-color);
}

.info-table td {
  padding: .85rem .5rem;
  color: var(--text-muted);
}

.info-table td:first-child {
  color: var(--text-main);
  font-weight: 500;
  width: 45%;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 2rem;
}

.blog-card {
  background: var(--bg-alt);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .3s, border-color .3s;
}

.blog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(209, 255, 26, .3);
}

.blog-card-img {
  height: 200px;
  background: linear-gradient(135deg, rgba(209, 255, 26, .08), rgba(255, 77, 0, .05));
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-card-body {
  padding: 1.5rem;
}

.blog-tag {
  display: inline-block;
  padding: .25rem .75rem;
  background: rgba(209, 255, 26, .1);
  color: var(--accent-primary);
  border-radius: 20px;
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: .75rem;
}

.blog-card-body h3 {
  font-size: 1.15rem;
  margin-bottom: .75rem;
  line-height: 1.35;
}

.blog-card-body p {
  color: var(--text-muted);
  font-size: .9rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}

.read-more {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: var(--accent-primary);
  font-size: .9rem;
  font-weight: 600;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
}

.contact-info-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(209, 255, 26, .08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-info-icon svg {
  color: var(--accent-primary);
}

@media (max-width:992px) {
    .nav-links {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100vh;
    background: var(--bg-alt);
    border-left: 1px solid var(--border-color);
    flex-direction: column;
    padding: 90px 2rem 2rem;
    transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 99;
    transform: translateX(100%);
  }

  .nav-links.active {
    transform: translateX(0) !important;
    visibility: visible !important;
    display: flex !important;
  }

  .mobile-toggle {
    display: flex;
    z-index: 101;
  }

  .feature-strip-inner {
    gap: 1.25rem;
  }
}

@media (max-width:640px) {
  .section {
    padding: 4rem 0;
  }

  .hero {
    padding-top: 80px;
  }

  .cta-band {
    padding: 3rem 1.5rem;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ai-chat-window {
    width: calc(100vw - 2rem);
    right: 1rem;
    bottom: 5rem;
  }

  .cookie-banner {
    flex-direction: column;
    gap: 1rem;
  }
}

@media (max-width:400px) {
  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

}

* {
  min-width: 0; 
}
img, video, iframe, canvas, svg {
  max-width: 100%;
  height: auto;
}
input, button, textarea, select {
  max-width: 100%;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
.footer-bottom, .payment-icons {
  flex-wrap: wrap !important;
}
.nav-links, .nav-actions, .footer-grid, .testimonials-grid, .info-cards, .blog-grid, .products-grid {
  max-width: 100vw;
  box-sizing: border-box;
}
.contact-info-item {
  word-break: break-word;
}

a[href^="mailto:"], a[href^="tel:"], .break-all {
  word-break: break-all;
  overflow-wrap: anywhere;
}

p, span, div, a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.mobile-toggle svg { pointer-events: none; }
