@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

/* Reference visual system: shared by all public storefront pages.
   This layer changes presentation only; application classes and JS hooks stay intact. */
:root {
  --color-primary: #34a85a;
  --color-primary-dark: #1a9641;
  --color-primary-light: #69c980;
  --color-dark: #1a1d23;
  --color-dark-secondary: #2f3436;
  --color-dark-card: #ffffff;
  --color-gray-50: #f9f9fa;
  --color-gray-100: #f2f3f4;
  --color-gray-200: #dfe3e1;
  --color-gray-300: #c6cdca;
  --color-gray-400: #7b8580;
  --color-gray-500: #65716b;
  --color-gray-600: #4d5953;
  --color-gray-700: #37433d;
  --color-gray-800: #27332c;
  --color-gray-900: #1a1d23;
  --font-family: "Plus Jakarta Sans", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --radius-sm: 8px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-xl: 22px;
  --shadow-sm: 0 2px 6px rgba(40, 51, 46, .06);
  --shadow-md: 0 8px 20px rgba(40, 51, 46, .09);
  --shadow-lg: 0 14px 28px rgba(40, 51, 46, .13);
}

body { background: #f9f9fa; color: #27332c; letter-spacing: -.01em; }
.container { max-width: 1440px; padding-left: 40px; padding-right: 40px; }
.top-bar { background: #1a1d23; border-color: rgba(255,255,255,.1); padding: 9px 0; }
.main-header { background: rgba(255,255,255,.94); border-color: #e0e4e1; box-shadow: 0 1px 0 rgba(26,29,35,.03); }
.nav-container { height: 76px; }
.logo-title { color: #1a1d23; font-size: .8rem; letter-spacing: .04em; }
.logo-tagline { color: #65716b; }
.main-nav { gap: 30px; }
.main-nav a { color: #3d4942; font-weight: 600; }
.main-nav a:hover { color: var(--color-primary-dark); }
.icon-btn { color: #27332c; background: transparent; border: 1px solid #dfe3e1; border-radius: 9px; }
.icon-btn:hover { color: var(--color-primary-dark); border-color: #9fcea9; background: #f2faf4; }
.btn { border-radius: 8px; font-weight: 700; }
.btn-primary { background: #34a85a; box-shadow: 0 3px 10px rgba(52,168,90,.18); }
.btn-primary:hover { background: #1a9641; box-shadow: 0 6px 16px rgba(52,168,90,.24); }
.section-label { color: #1a9641; letter-spacing: .12em; }
.section-header h2 { color: #1a1d23; font-size: clamp(1.85rem, 3vw, 2.7rem); }
.section-header p { color: #65716b; }

/* Homepage: the reference's editorial hero, restrained panels and airy cards. */
.hero { background: radial-gradient(circle at 78% 22%, rgba(102,217,239,.18), transparent 31%), linear-gradient(135deg,#151d1a 0%,#1f3226 65%,#1a1d23 100%); min-height: 598px; }
.hero-bg { opacity: .42; background-image: linear-gradient(rgba(132,191,148,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(132,191,148,.1) 1px,transparent 1px); background-size: 42px 42px; }
.hero-content { max-width: 730px; }
.hero-badge { color: #d6f4dc; border: 1px solid rgba(152,226,169,.32); background: rgba(52,168,90,.16); border-radius: 999px; }
.hero h1 { font-size: clamp(2.7rem,5vw,4.8rem); letter-spacing: -.045em; line-height: 1.03; }
.text-green { color: #69d180 !important; }
.hero-subtitle { max-width: 640px; color: #d3ded5; font-size: 1.04rem; }
.search-box { border: 1px solid rgba(255,255,255,.18); box-shadow: 0 16px 34px rgba(0,0,0,.2); border-radius: 12px; overflow: hidden; }
.search-input-wrapper { background: #fff; }
.search-input-wrapper input { color: #27332c; }
.search-actions .btn-outline { border-radius: 8px; }
.hero-stats { border-top-color: rgba(255,255,255,.18); }
.stat-number { color: #fff; }.stat-label { color: #bbc8bf; }
.hero-image-wrapper { border-radius: 18px; border: 1px solid rgba(255,255,255,.25); box-shadow: 0 24px 50px rgba(0,0,0,.23); }
.hero-image-badge { border-radius: 10px; box-shadow: var(--shadow-md); }
.brands-bar { background: #fff; border-bottom: 1px solid #e0e4e1; overflow: hidden; padding: 30px 0 26px; }
.brands-marquee { position: relative; overflow: hidden; width: 100%; mask-image: linear-gradient(to right,transparent,#000 7%,#000 93%,transparent); -webkit-mask-image: linear-gradient(to right,transparent,#000 7%,#000 93%,transparent); }
.brands-track { display: flex; width: max-content; animation: ga-brand-marquee 34s linear infinite; will-change: transform; }
.brands-set { display: flex; align-items: center; gap: 48px; flex: 0 0 auto; padding-right: 48px; }
.brands-set img { display: block; width: 112px; height: 42px; object-fit: contain; mix-blend-mode: multiply; filter: grayscale(1) contrast(.75); opacity: .75; transition: filter .25s ease,opacity .25s ease,transform .25s ease; }
.brands-marquee:hover .brands-track { animation-play-state: paused; }
.brands-set img:hover { filter: grayscale(0) contrast(1); opacity: 1; transform: scale(1.05); }
@keyframes ga-brand-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Reference-style entrance motion: subtle, not disruptive. */
.hero-content { animation: ga-rise .7s cubic-bezier(.25,.1,.25,1) both; }
.hero-image { animation: ga-rise .8s .12s cubic-bezier(.25,.1,.25,1) both; }
.category-card,.feature-card { animation: ga-rise .55s cubic-bezier(.25,.1,.25,1) both; }
.category-card:nth-child(2),.feature-card:nth-child(2) { animation-delay: .06s; }
.category-card:nth-child(3),.feature-card:nth-child(3) { animation-delay: .12s; }
.category-card:nth-child(4),.feature-card:nth-child(4) { animation-delay: .18s; }
.category-card:nth-child(5) { animation-delay: .24s; }.category-card:nth-child(6) { animation-delay: .3s; }.category-card:nth-child(7) { animation-delay: .36s; }.category-card:nth-child(8) { animation-delay: .42s; }
.category-card:nth-child(9) { animation-delay: .48s; }.category-card:nth-child(10) { animation-delay: .54s; }.category-card:nth-child(11) { animation-delay: .6s; }.category-card:nth-child(12) { animation-delay: .66s; }
@keyframes ga-rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* Unified public-page chrome and content components. */
.page-hero { background: radial-gradient(circle at 86% 0%,rgba(102,217,239,.22),transparent 31%),linear-gradient(125deg,#18221e,#203629 60%,#1a1d23); padding-top: 116px; }
.page-hero::after { background: radial-gradient(circle,rgba(52,168,90,.25),transparent 68%); }
.page-hero h1 { letter-spacing: -.04em; }.page-hero p.page-sub { color: #d1ddd3; }
.page-hero-stats .stat-label { color: #b8c5ba; }
.catalogue,.products-section,.shop,.content-section,.featured-grid-section,.services-list,.support-section,.why-section { background: #f9f9fa; }
.category-card,.product-card,.feature-card,.service-card,.review-card,.info-card,.filters,.shop-toolbar,.faq-item,.quote-card,.contact-card { border-color: #dfe3e1; box-shadow: var(--shadow-sm); }
.category-card:hover,.product-card:hover,.feature-card:hover,.service-card:hover,.info-card:hover { border-color: #9fcea9; box-shadow: var(--shadow-lg); }
.category-icon,.feature-icon,.service-icon { background: #edf8ef; color: #1a9641; }
.product-image { background: #f4f7f5; border-radius: 10px; }
.product-card { border-radius: 14px; }.product-card:hover { transform: translateY(-5px); }
.product-sku { color: #65716b; }.product-title { color: #1a1d23; }.product-price { color: #1a9641; }
.badge-stock { background: #e7f6ea; color: #187b35; }
.filters,.shop-toolbar { background: #fff; border-radius: 12px; }
.shop-search { background: #f9f9fa; border-color: #dfe3e1; }.shop-search:focus-within { border-color: #34a85a; box-shadow: 0 0 0 3px rgba(52,168,90,.12); }
.shop-sort { border-color: #dfe3e1; border-radius: 8px; }
.page-section:nth-of-type(even),.newsletter { background: #f2f5f3; }
.newsletter { background: linear-gradient(125deg,#1a9641,#277c42); }
.main-footer { background: #1a1d23; }.footer-column h4 { color: #fff; }.footer-brand > p,.footer-column a,.footer-contact p { color: #b7c1ba; }
.footer-column a:hover { color: #75d78b; }

@media (max-width: 900px) {
  .container { padding-left: 22px; padding-right: 22px; }
  .main-header { background: #fff; }
  .main-nav a { color: #27332c; }
  .brands-set { gap: 32px; padding-right: 32px; }.brands-set img { width: 92px; height: 36px; }.brands-track { animation-duration: 26s; }
}

@media (prefers-reduced-motion: reduce) {
  .brands-marquee { overflow-x: auto; mask-image: none; -webkit-mask-image: none; }.brands-track,.hero-content,.hero-image,.category-card,.feature-card { animation: none; }.brands-set { padding-right: 24px; }
}
