@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&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;
  --font-data: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --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);
}

html { color-scheme: light; }
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 { gap: 10px; }
.logo-icon { display:block !important; width:38px; height:38px; border-radius:0; padding:0; object-fit:contain; }
.logo-title { color: #1a1d23; font-size: .8rem; letter-spacing: .015em; }
.logo-tagline { color: #65716b; font-size:.64rem; }
.footer-brand .logo-icon { width:34px; height:34px; }
.main-nav { gap: 30px; }
.main-nav a { color: #3d4942; font-weight: 500; }
.main-nav a:hover { color: var(--color-primary-dark); }
.icon-btn { color: #27332c; background: transparent; border: 1px solid transparent; border-radius: 8px; }
.icon-btn:hover { color:#18332a; border-color:transparent; background:rgba(102,217,239,.16); }
.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 79% 18%, rgba(79,195,121,.18), transparent 31%), linear-gradient(135deg,#151d1a 0%,#1f3226 65%,#1a1d23 100%); min-height: 598px; padding:44px 0 50px; }
.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-container { grid-template-columns:1.05fr .95fr; gap:48px; }
.hero-content { max-width: 650px; }
.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.6rem,4.4vw,4rem); letter-spacing: -.045em; line-height: 1.04; }
.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-wrapper img { height:400px; }
.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; }
}

/* Interactive light/dark system and polished feedback across every public page. */
.theme-toggle { flex:0 0 auto; }.theme-toggle i { font-size:.9rem; }
.theme-toggle:hover { color:#1a1d23; background:#66d9ef; box-shadow:0 5px 13px rgba(102,217,239,.25); }
.ga-spotlight { --spotlight-x:50%; --spotlight-y:50%; background-image:radial-gradient(300px circle at var(--spotlight-x) var(--spotlight-y),rgba(52,168,90,.15),transparent 58%); background-repeat:no-repeat; }
.ga-spotlight.is-spotlit { border-color:#8ecfa0; box-shadow:0 16px 34px rgba(40,51,46,.15); }
.ga-reveal { opacity:0; transform:translateY(18px); transition:opacity .55s cubic-bezier(.25,.1,.25,1),transform .55s cubic-bezier(.25,.1,.25,1); }.ga-reveal.is-visible { opacity:1; transform:none; }
.main-header { transition:background-color .28s ease,border-color .28s ease,box-shadow .28s ease; }.main-nav a,.icon-btn,.btn,.category-card,.product-card,.feature-card,.service-card,.review-card,.info-card,.faq-item,.quote-card,.contact-card { transition:transform .24s cubic-bezier(.25,.1,.25,1),box-shadow .24s ease,border-color .24s ease,background-color .24s ease,color .24s ease; }
.category-card:hover,.feature-card:hover,.service-card:hover,.review-card:hover,.info-card:hover,.quote-card:hover,.contact-card:hover { transform:translateY(-6px); }.btn:active,.icon-btn:active { transform:translateY(1px) scale(.98); }.btn:focus-visible,.icon-btn:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible { outline:2px solid #66d9ef; outline-offset:3px; }
html.dark { color-scheme:dark; --color-primary:#5dcf7a; --color-primary-dark:#34a85a; --color-primary-light:#86e59b; --color-dark:#14171c; --color-dark-secondary:#2f3436; --color-white:#2f3436; --color-gray-50:#1a1d23; --color-gray-100:#2f3436; --color-gray-200:#444; --color-gray-300:#58615d; --color-gray-400:#a3a3a3; --color-gray-500:#b4c0b8; --color-gray-600:#c6d0ca; --color-gray-700:#d5ddd8; --color-gray-800:#e5e5e5; --color-gray-900:#f4f6f4; --shadow-sm:0 2px 10px rgba(0,0,0,.25); --shadow-md:0 10px 24px rgba(0,0,0,.32); --shadow-lg:0 18px 34px rgba(0,0,0,.4); }
html.dark body,html.dark .catalogue,html.dark .products-section,html.dark .shop,html.dark .content-section,html.dark .featured-grid-section,html.dark .services-list,html.dark .support-section,html.dark .why-section { background:#1a1d23; color:#e5e5e5; }
html.dark .main-header { background:rgba(26,29,35,.94); border-color:#444; } html.dark .logo-title,html.dark .section-header h2,html.dark .product-title,html.dark .category-card h3,html.dark .feature-card h3,html.dark .service-card h3,html.dark .info-card h3 { color:#f2f5f2; } html.dark .logo-tagline,html.dark .section-header p,html.dark .product-sku { color:#a3a3a3; }
html.dark .main-nav a,html.dark .icon-btn { color:#e5e5e5; } html.dark .icon-btn { border-color:#444; background:transparent; } html.dark .icon-btn:hover { color:#86e59b; border-color:#5dcf7a; background:rgba(102,217,239,.1); }
html.dark .brands-bar,html.dark .filters,html.dark .shop-toolbar,html.dark .category-card,html.dark .product-card,html.dark .feature-card,html.dark .service-card,html.dark .review-card,html.dark .info-card,html.dark .faq-item,html.dark .quote-card,html.dark .contact-card { background:#2f3436; border-color:#444; color:#e5e5e5; }
html.dark .brands-bar { border-color:#444; } html.dark .brands-set img { mix-blend-mode:screen; filter:grayscale(1) brightness(1.6) contrast(.75); opacity:.75; } html.dark .brands-set img:hover { filter:grayscale(0) brightness(1.15); }
html.dark .product-image,html.dark .shop-search { background:#383d40; border-color:#444; } html.dark .product-image img { mix-blend-mode:normal; } html.dark .shop-sort { background:#383d40; color:#e5e5e5; border-color:#444; }
html.dark .page-section:nth-of-type(even) { background:#22272a; } html.dark .main-footer { background:#14171c; } html.dark .hero-image-badge { background:rgba(20,23,28,.9); } html.dark .category-icon,html.dark .feature-icon,html.dark .service-icon { background:rgba(93,207,122,.13); color:#86e59b; }
html.dark .page-hero { background:radial-gradient(circle at 86% 0%,rgba(102,217,239,.18),transparent 31%),linear-gradient(125deg,#14171c,#202923 60%,#14171c); } html.dark .page-hero p.page-sub { color:#c8d0cb; }
html.dark .page-section,html.dark .brand-index,html.dark .cta-band,html.dark .page-content { background:#1a1d23; color:#e5e5e5; }
html.dark .section-more a,html.dark .category-link,html.dark .service-link,html.dark .faq-q,html.dark .faq-a,html.dark .product-shipping,html.dark .feature-desc,html.dark .service-card p,html.dark .review-text,html.dark .quote-card p,html.dark .contact-card p { color:#c6d0ca; }
html.dark .section-more a:hover,html.dark .category-link:hover,html.dark .service-link:hover { color:#86e59b; }
html.dark .form-group input,html.dark .form-group select,html.dark .form-group textarea,html.dark .quote-form input,html.dark .quote-form select,html.dark .quote-form textarea,html.dark .newsletter-form input,html.dark .chip,html.dark .view-toggle button,html.dark .pagination button,html.dark .bi-letters button,html.dark .bi-group,html.dark .bi-head,html.dark .qv { background:#2f3436; color:#e5e5e5; border-color:#444; }
html.dark .form-group input::placeholder,html.dark .quote-form input::placeholder,html.dark .quote-form textarea::placeholder,html.dark .newsletter-form input::placeholder { color:#a3a3a3; }
html.dark .qv-media,html.dark .qv-x,html.dark .bi-head,html.dark .cta-band { background:#383d40; }
html.dark .qv h2,html.dark .qv-price,html.dark .qv-specs .r .v,html.dark .bi-head h3,html.dark .cta-band h2 { color:#f4f6f4; }
html.dark .qv-specs,html.dark .qv-specs .r,html.dark .qv-docs a,html.dark .bi-group { border-color:#444; }
html.dark .qv-docs a,html.dark .bi-items a,html.dark .bi-head span { color:#c6d0ca; }
html.dark .qv-scrim { background:rgba(0,0,0,.72); }
html.dark .ga-spotlight { background-image:radial-gradient(300px circle at var(--spotlight-x) var(--spotlight-y),rgba(102,217,239,.14),transparent 58%); }
html.dark .ga-spotlight.is-spotlit { border-color:rgba(102,217,239,.58); box-shadow:0 18px 36px rgba(0,0,0,.36),0 0 0 1px rgba(102,217,239,.08); }

/* Reference typography scale, measured from the supplied Lovable storefront. */
body,button,input,textarea,select { font-family:var(--font-family); }
.top-bar,.top-bar-right,.dropdown-toggle { font-size:12px; line-height:16px; }
.logo-title { font-size:12px; line-height:16px; font-weight:700; }.logo-tagline { font-size:10px; line-height:14px; }
.main-nav a,.btn,.search-input-wrapper input,.shop-search input,.shop-sort,.newsletter-form input { font-size:14px; line-height:20px; }.main-nav a { font-weight:500; }
.hero-badge,.section-label { font-size:12px; line-height:16px; }.hero-badge { font-weight:500; }
.hero h1,.page-hero h1 { font-size:clamp(2.25rem,3.75vw,3rem); font-weight:800; line-height:1.05; letter-spacing:-.025em; }
.hero-subtitle,.page-hero p.page-sub { font-size:18px; line-height:28px; font-weight:400; }
.section-header h2,.section-header-with-nav h2,.content-section h2,.featured-grid-section h2,.services-list h2,.support-section h2,.why-section h2 { font-size:clamp(2rem,3vw,2.25rem); font-weight:800; line-height:40px; letter-spacing:-.025em; }
.section-header p { font-size:16px; line-height:24px; }
.stat-number,.category-count,.product-sku,.price,.service-meta,.qv-sku,.qv-price,.payment-icon { font-family:var(--font-data); }
.stat-number { font-size:30px; line-height:36px; font-weight:700; }.stat-label { font-size:12px; line-height:16px; }
.category-card h3,.feature-title,.service-card h3,.info-card h3 { font-size:16px; line-height:24px; font-weight:700; }.category-count { font-size:12px; line-height:16px; font-weight:400; }.category-brands,.feature-desc,.service-card p,.info-card p { font-size:14px; line-height:20px; }.category-link,.service-link { font-size:14px; line-height:20px; font-weight:600; }
.feature-card h3 { font-family:var(--font-data); font-size:14px; line-height:20px; font-weight:700; text-transform:none; letter-spacing:0; }
.product-card h4,.product-title { font-size:14px; line-height:20px; font-weight:600; }.product-shipping,.product-sku { font-size:12px; line-height:16px; }.price { font-size:18px; line-height:28px; font-weight:700; }
.review-text,.reviewer-info strong,.reviewer-info span,.faq-q,.faq-a,.quote-card p,.contact-card p { font-size:14px; line-height:20px; }.reviewer-info strong,.faq-q { font-weight:700; }
.form-group label,.quote-form label,.rfq-form label,.filter-title,.shop-count,.chip,.pagination button,.bi-items a { font-size:14px; line-height:20px; }.rfq-hint,.form-hint { font-size:12px; line-height:16px; }
.page-hero .crumbs,.page-hero-stats .stat-label { font-size:12px; line-height:16px; }
@media (max-width:700px) { .hero h1,.page-hero h1 { font-size:36px; line-height:40px; }.hero-subtitle,.page-hero p.page-sub { font-size:16px; line-height:24px; }.section-header h2,.section-header-with-nav h2,.content-section h2,.featured-grid-section h2,.services-list h2,.support-section h2,.why-section h2 { font-size:30px; line-height:36px; } }
@media (max-width:900px) { .hero { padding-top:56px; }.hero-container { gap:32px; }.hero-image-wrapper img { height:360px; } }
@media (prefers-reduced-motion:reduce) { .ga-reveal { opacity:1; transform:none; transition:none; } }
