@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500;600;700;800&family=Work+Sans:wght@400;500;600;700&display=swap');
:root{
  --shop-primary:#08294a;
  --shop-primary-deep:#061728;
  --shop-secondary:#ff6a00;
  --shop-secondary-dark:#e85d04;
  --shop-ink:#0f1729;
  --shop-muted:#5f6c7b;
  --shop-border:#dbe3ec;
  --shop-surface:#f4f7fb;
  --shop-surface-strong:#edf2f7;
  --shop-white:#ffffff;
  --shop-shadow:0 22px 48px rgba(8,41,74,0.08);
}
/* Trust Strip */
.trust-strip{background:var(--shop-primary);padding:16px 40px;position:relative;z-index:2}
.trust-strip-inner{max-width:1240px;margin:0 auto;display:flex;justify-content:center;gap:36px;flex-wrap:wrap;align-items:center}
.trust-badge{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:rgba(255,255,255,0.6);white-space:nowrap}
.trust-badge svg{width:18px;height:18px;color:var(--shop-secondary);flex-shrink:0}
.trust-badge .accent{color:white;font-weight:700}
/* Why Baltscand */
.why-section{max-width:1240px;margin:0 auto;padding:48px 40px}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:20px}
.why-card{background:var(--shop-white);border:1px solid var(--shop-border);border-radius:0;padding:30px;text-align:center;transition:all 0.2s}
.why-card:hover{border-color:var(--shop-secondary);transform:translateY(-2px);box-shadow:var(--shop-shadow)}
.why-card .why-icon{width:48px;height:48px;background:rgba(255,106,0,0.12);border-radius:0;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.why-card .why-icon svg{width:24px;height:24px;color:var(--shop-secondary)}
.why-card h3{font-size:16px;font-weight:800;margin-bottom:6px}
.why-card p{font-size:13px;color:var(--shop-muted);line-height:1.5}
/* Sticky Quote Bar */
.sticky-quote{position:fixed;bottom:0;left:0;right:0;background:rgba(6,23,40,0.95);backdrop-filter:blur(12px);padding:12px 40px;z-index:99;transform:translateY(100%);transition:transform 0.3s ease;display:flex;align-items:center;justify-content:center;gap:16px}
.sticky-quote.show{transform:translateY(0)}
.sticky-quote span{color:rgba(255,255,255,0.7);font-size:14px;font-weight:500}
.sticky-quote .btn-primary{padding:10px 28px;font-size:14px}
/* Mobile Call */
.mobile-call{display:none!important}
/* Footer Distributor */
.footer-distributor{color:rgba(255,255,255,0.35);font-size:12px;text-align:center;width:100%;order:3;margin-top:4px}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Work Sans',system-ui,-apple-system,sans-serif;color:var(--shop-ink);background:var(--shop-white);-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,h5,h6{font-family:'Barlow',system-ui,sans-serif;letter-spacing:-0.03em;color:var(--shop-ink)}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}

/* Header */
header{background:rgba(255,255,255,0.96);color:var(--shop-ink);position:sticky;top:0;z-index:100;backdrop-filter:blur(14px);box-shadow:0 14px 34px rgba(8,41,74,0.08)}
header::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--shop-secondary)}
.nav-inner{max-width:1240px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:18px 40px 15px;gap:24px}
.logo{font-family:'Barlow',system-ui,sans-serif;font-size:22px;font-weight:800;letter-spacing:0.18em;color:var(--shop-primary)}
.logo span{color:var(--shop-secondary)}
nav{display:flex;gap:32px;align-items:center}
nav a{color:rgba(8,41,74,0.64);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.24em;padding:10px 0;border-bottom:1px solid transparent;transition:all 0.2s}
nav a:hover,nav a.active{color:var(--shop-primary);border-bottom-color:rgba(255,106,0,0.9)}
.nav-cta{display:inline-flex;align-items:center;justify-content:center;background:var(--shop-secondary);color:#07131f;padding:14px 22px;font-size:12px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;transition:background 0.2s,color 0.2s}
.nav-cta:hover{background:var(--shop-secondary-dark)}
.lang-switch{background:transparent;padding:8px 0;font-size:11px;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;border:none}
.lang-switch:hover{color:var(--shop-secondary);border-bottom-color:rgba(255,106,0,0.9)}

/* Hamburger */
.hamburger{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;gap:5px}
.hamburger span{display:block;width:24px;height:2px;background:var(--shop-primary);transition:all 0.3s}
.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}

.shop-shell-header{position:relative;z-index:130}
.shop-shell-toggle{position:absolute;opacity:0;pointer-events:none}
.shop-shell-bar{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,0.96);backdrop-filter:blur(14px);box-shadow:0 14px 34px rgba(8,41,74,0.08);z-index:131}
.shop-shell-stripe{width:100%;height:3px;background:var(--shop-secondary)}
.shop-shell-inner{max-width:1240px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.shop-shell-logo img{height:28px;width:auto}
.shop-shell-phone{display:none;font-size:14px;font-weight:700;color:var(--shop-secondary);letter-spacing:0.03em}
.shop-shell-actions{display:flex;align-items:center;gap:18px}
.shop-shell-langs{display:none;align-items:center;gap:14px}
.shop-shell-lang{font-size:11px;font-weight:700;letter-spacing:0.16em;text-transform:uppercase;color:rgba(8,41,74,0.4);transition:color 0.2s}
.shop-shell-lang:hover,.shop-shell-lang.is-active{color:var(--shop-secondary)}
.shop-shell-menu-btn{display:flex;flex-direction:column;gap:5px;background:none;border:none;padding:6px;cursor:pointer}
.shop-shell-menu-btn span{display:block;height:2px;background:var(--shop-primary);transition:all 0.3s}
.shop-shell-menu-btn span:nth-child(1),.shop-shell-menu-btn span:nth-child(3){width:24px}
.shop-shell-menu-btn span:nth-child(2){width:16px}
.shop-shell-menu-btn:hover span:nth-child(2){width:24px}
.shop-shell-overlay{position:fixed;inset:0;background:var(--shop-primary);z-index:130;display:flex;flex-direction:column;transition:opacity 0.35s ease,transform 0.35s ease;opacity:0;pointer-events:none;transform:translateY(-12px)}
.shop-shell-toggle:checked ~ .shop-shell-overlay,.shop-shell-header.is-open .shop-shell-overlay,.shop-shell-overlay:target{opacity:1;pointer-events:auto;transform:translateY(0)}
.shop-shell-toggle:checked ~ .shop-shell-bar .shop-shell-menu-btn span:nth-child(1),.shop-shell-header.is-open .shop-shell-menu-btn span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.shop-shell-toggle:checked ~ .shop-shell-bar .shop-shell-menu-btn span:nth-child(2),.shop-shell-header.is-open .shop-shell-menu-btn span:nth-child(2){opacity:0}
.shop-shell-toggle:checked ~ .shop-shell-bar .shop-shell-menu-btn span:nth-child(3),.shop-shell-header.is-open .shop-shell-menu-btn span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
body.shop-shell-open{overflow:hidden}
.shop-shell-overlay-spacer{height:64px;flex-shrink:0}
.shop-shell-overlay-body{display:flex;flex:1;min-height:0;overflow:auto;flex-direction:column}
.shop-shell-overlay-nav{display:flex;flex-direction:column;justify-content:center;flex:1;padding:32px 24px 24px}
.shop-shell-overlay-item{padding:14px 0;border-top:1px solid rgba(255,255,255,0.07);display:flex;align-items:flex-end;justify-content:space-between;gap:20px}
.shop-shell-overlay-item:last-child{border-bottom:1px solid rgba(255,255,255,0.07)}
.shop-shell-overlay-index{font-size:12px;font-weight:600;letter-spacing:0.22em;text-transform:uppercase;color:rgba(255,255,255,0.3);margin-bottom:8px}
.shop-shell-overlay-title{font-family:'Barlow',system-ui,sans-serif;font-size:clamp(38px,8vw,80px);line-height:0.95;font-weight:800;color:white;transition:color 0.2s}
.shop-shell-overlay-sub{font-size:14px;color:rgba(255,255,255,0.3);margin-top:10px;letter-spacing:0.04em}
.shop-shell-overlay-item:hover .shop-shell-overlay-title{color:var(--shop-secondary)}
.shop-shell-overlay-arrow{font-size:28px;color:rgba(255,255,255,0.18);transition:transform 0.2s,color 0.2s;flex-shrink:0}
.shop-shell-overlay-item:hover .shop-shell-overlay-arrow{color:var(--shop-secondary);transform:translate(4px,-4px)}
.shop-shell-overlay-side{border-top:1px solid rgba(255,255,255,0.07);padding:24px}
.shop-shell-overlay-heading{font-size:12px;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;color:rgba(255,255,255,0.28);margin-bottom:14px}
.shop-shell-close{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:white;font-size:28px;cursor:pointer}
.shop-shell-overlay-cta{display:inline-flex;align-items:center;gap:10px;background:var(--shop-secondary);color:#07131f;padding:14px 18px;font-size:12px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase}
.shop-shell-overlay-links{display:flex;flex-direction:column;gap:8px;margin-top:18px}
.shop-shell-overlay-links a,.shop-shell-overlay-links p{font-size:14px;color:rgba(255,255,255,0.56);line-height:1.6}
.shop-shell-overlay-links a:hover{color:var(--shop-secondary)}
.shop-shell-overlay-langs{display:flex;gap:16px;margin-top:18px}
.shop-shell-overlay-langs a{font-size:13px;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:rgba(255,255,255,0.38)}
.shop-shell-overlay-langs a.is-active,.shop-shell-overlay-langs a:hover{color:var(--shop-secondary)}

/* Footer */
footer{background:var(--shop-primary-deep);color:rgba(255,255,255,0.55);padding:52px 40px 24px;position:relative}
footer::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--shop-secondary)}
.footer-inner{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:32px;font-size:13px;line-height:1.8}
.footer-inner a{color:var(--shop-secondary);transition:color 0.2s;text-decoration:none}
.footer-inner a:hover{color:#ff8c33}
.footer-col{}
.footer-brand{font-family:'Barlow',system-ui,sans-serif;font-size:18px;font-weight:800;letter-spacing:0.14em;color:white;margin-bottom:8px}
.footer-brand span{color:var(--shop-secondary)}
.footer-heading{font-size:12px;font-weight:700;color:rgba(255,255,255,0.8);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:8px}
.footer-bottom{max-width:1320px;margin:24px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,0.1);font-size:12px;display:flex;align-items:center;justify-content:center;gap:4px}
.footer-sep{margin:0 8px;opacity:0.3}

/* Buttons */
.btn-primary{display:inline-flex;align-items:center;gap:10px;background:var(--shop-secondary);color:#07131f;padding:16px 30px;font-size:14px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;border:none;cursor:pointer;transition:all 0.25s}
.btn-primary:hover{background:var(--shop-secondary-dark);transform:translateY(-1px)}
.btn-ghost{display:inline-flex;align-items:center;gap:10px;background:transparent;color:var(--shop-primary);padding:14px 24px;font-size:13px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;border:1px solid rgba(8,41,74,0.18);cursor:pointer;transition:all 0.2s}
.btn-ghost:hover{border-color:var(--shop-primary);background:var(--shop-primary);color:white}

/* Shared shell */
.shop-shared-hero{position:relative;overflow:hidden;min-height:calc(100vh - 70px);display:flex;align-items:flex-end;padding:132px 40px 88px;background:var(--hero-image, url('/images/services_shelving.webp')) center/cover no-repeat;color:white}
.shop-shared-hero::after{display:none}
.shop-shared-hero-inner{position:relative;z-index:1;max-width:1240px;width:100%;margin:0 auto}
.shop-shared-hero-content{max-width:780px}
.shop-shared-meta{display:flex;align-items:center;gap:12px;margin-bottom:24px;color:var(--shop-secondary);font-size:12px;font-weight:700;letter-spacing:0.22em;text-transform:uppercase}
.shop-shared-meta-line{width:34px;height:1px;background:var(--shop-secondary)}
.shop-shared-hero h1{font-size:60px;font-weight:800;line-height:1.05;margin-bottom:18px;color:white}
.shop-shared-hero h1 span{color:var(--shop-secondary)}
.shop-shared-hero p{font-size:18px;color:rgba(255,255,255,0.72);line-height:1.65;max-width:640px}
.shop-shared-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-top:28px}
.shop-shared-tags{display:flex;flex-wrap:wrap;gap:18px 24px;margin-top:26px}
.shop-shared-tags a,.shop-shared-tags span{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:rgba(255,255,255,0.64);transition:color 0.2s}
.shop-shared-tags a::before,.shop-shared-tags span::before{content:'';width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,0.3);transition:background 0.2s}
.shop-shared-tags a:hover{color:var(--shop-secondary)}
.shop-shared-tags a:hover::before{background:var(--shop-secondary)}

.shop-shared-hero--series{background:var(--hero-image, url('/images/services_shelving.webp')) center/cover no-repeat}
.shop-shared-hero--series .series-hero-inner{position:relative;z-index:1;max-width:1240px;width:100%;margin:0 auto;display:block}
.shop-shared-hero--series .series-hero-text{max-width:780px}
.shop-shared-hero--series .series-hero-img{display:none}
.shop-shared-hero--series .eyebrow{display:inline-block;background:transparent;color:var(--shop-secondary);padding:0;margin-bottom:16px;font-size:12px;font-weight:700;letter-spacing:0.16em;text-transform:uppercase}
.shop-shared-hero--series h1{font-size:60px;font-weight:800;line-height:1.05;color:white;margin-bottom:18px}
.shop-shared-hero--series p{color:rgba(255,255,255,0.72);max-width:640px}
.shop-shared-hero--series .series-price{margin:18px 0 0 0;background:rgba(255,106,0,0.12)}
.shop-shared-hero--series .catalog-dl{margin-top:18px;border-color:rgba(255,255,255,0.18);background:rgba(255,255,255,0.08);color:white}
.shop-shared-hero--series .catalog-dl:hover{background:var(--shop-secondary);color:#07131f;border-color:var(--shop-secondary)}

.shop-shared-hero--detail{background:
  radial-gradient(circle at top right, rgba(255,106,0,0.10), transparent 32%),
  linear-gradient(180deg, #f8fbff 0%, #eef4fa 100%);
  color:var(--shop-ink);
  min-height:auto;
  padding:96px 40px 44px}
.shop-shared-hero--detail h1{color:var(--shop-primary)}
.shop-shared-hero--detail .shop-shared-meta{color:var(--shop-secondary)}
.shop-shared-hero--detail .shop-shared-meta-line{background:var(--shop-secondary)}
.shop-shared-hero--detail .eyebrow{background:rgba(255,106,0,0.10);color:var(--shop-secondary)}
.shop-shared-hero--detail p{color:var(--shop-muted)}
.shop-shared-hero--detail .shop-shared-tags a,
.shop-shared-hero--detail .shop-shared-tags span{color:rgba(8,41,74,0.56)}
.shop-shared-hero--detail .shop-shared-tags a::before,
.shop-shared-hero--detail .shop-shared-tags span::before{background:rgba(8,41,74,0.22)}
.shop-shared-hero--detail .shop-shared-tags a:hover{color:var(--shop-secondary)}
.shop-shared-hero--detail .shop-shared-tags a:hover::before{background:var(--shop-secondary)}
.shop-shared-hero--detail .hero-secondary{color:var(--shop-primary);border-bottom-color:rgba(8,41,74,0.24)}
.shop-shared-hero--detail .hero-secondary:hover{color:var(--shop-secondary);border-bottom-color:var(--shop-secondary)}

.shop-shared-hero--series-light{min-height:auto;padding:88px 40px 40px}
.shop-shared-hero--series-light .series-hero-text{max-width:780px}
.shop-shared-hero--series-light .shop-shared-meta{color:var(--shop-secondary)}
.shop-shared-hero--series-light .shop-shared-meta-line{background:var(--shop-secondary)}
.shop-shared-hero--series-light .eyebrow{color:var(--shop-secondary)}
.shop-shared-hero--series-light h1,
.shop-shared-hero--series-light .series-hero-text h1{color:var(--shop-primary)}
.shop-shared-hero--series-light p,
.shop-shared-hero--series-light .series-hero-text p{color:var(--shop-muted);max-width:640px}
.shop-shared-hero--series-light .series-price{margin:18px 0 0 0;background:rgba(255,106,0,0.10)}
.shop-shared-hero--series-light .catalog-dl{border-color:rgba(8,41,74,0.14);background:white;color:var(--shop-primary)}
.shop-shared-hero--series-light .catalog-dl:hover{background:var(--shop-secondary);color:#07131f;border-color:var(--shop-secondary)}

.shop-shared-footer{background:var(--shop-primary);color:white;position:relative;padding:0}
.shop-shared-footer::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--shop-secondary)}
.shop-shared-footer-main{max-width:1240px;margin:0 auto;padding:64px 40px 52px}
.shop-shared-footer-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:40px 28px}
.shop-shared-footer-brand{grid-column:span 4}
.shop-shared-footer-brand p{font-size:14px;line-height:1.7;color:rgba(255,255,255,0.5);max-width:320px}
.shop-shared-footer-trust{margin-top:28px}
.shop-shared-footer-trust img{height:40px;width:auto;opacity:0.72;transition:opacity 0.2s}
.shop-shared-footer-trust img:hover{opacity:1}
.shop-shared-footer-col{grid-column:span 2}
.shop-shared-footer-contact{grid-column:span 4}
.shop-shared-footer-heading{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:0.18em;color:rgba(255,255,255,0.35);margin-bottom:20px}
.shop-shared-footer-list{display:flex;flex-direction:column;gap:12px}
.shop-shared-footer-link,.shop-shared-footer-text{font-size:14px;color:rgba(255,255,255,0.62);line-height:1.6;transition:color 0.2s}
.shop-shared-footer-link:hover{color:var(--shop-secondary)}
.shop-shared-footer-address{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px}
.shop-shared-footer-address-dot{width:12px;height:12px;border-radius:50%;background:var(--shop-secondary);margin-top:5px;flex-shrink:0}
.shop-shared-footer-section{border-top:1px solid rgba(255,255,255,0.07);padding-top:18px;margin-top:18px}
.shop-shared-footer-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:0.12em;color:rgba(255,255,255,0.35);margin-bottom:10px}
.shop-shared-footer-bottom{border-top:1px solid rgba(255,255,255,0.07)}
.shop-shared-footer-bottom-inner{max-width:1240px;margin:0 auto;padding:18px 40px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.shop-shared-footer-copy,.shop-shared-footer-meta a,.shop-shared-footer-meta span{font-size:12px;color:rgba(255,255,255,0.3)}
.shop-shared-footer-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.shop-shared-footer-meta a{transition:color 0.2s}
.shop-shared-footer-meta a:hover{color:rgba(255,255,255,0.62)}

/* Consultation banner */
.consult-banner{background:linear-gradient(90deg,rgba(6,23,40,0.96),rgba(8,41,74,0.8)),url('/images/cta_bg.webp');background-size:cover;background-position:center;border-radius:0;padding:44px 48px;display:flex;align-items:center;gap:32px;margin:72px auto;max-width:1240px;color:white;box-shadow:var(--shop-shadow)}
.consult-photo{flex-shrink:0}
.consult-photo img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,0.18)}
.consult-text{flex:1}
.consult-text h2{font-size:32px;font-weight:800;margin-bottom:8px;color:white}
.consult-text p{color:rgba(255,255,255,0.68);font-size:15px;line-height:1.6;margin-bottom:10px;max-width:620px}
.consult-contact{font-size:13px;color:rgba(255,255,255,0.8)}
.consult-contact a{color:var(--shop-secondary);text-decoration:none}
.consult-contact a:hover{text-decoration:underline}
.consult-actions{display:flex;flex-direction:column;gap:8px;flex-shrink:0;align-items:center;justify-content:center;align-self:center;text-align:center;margin-left:auto;min-width:240px}
.consult-banner .btn-primary{white-space:nowrap}
.consult-banner .btn-primary:hover{transform:translateY(-1px)}
.btn-email{color:rgba(255,255,255,0.7);font-size:13px;font-weight:500;text-decoration:none;transition:color 0.2s}
.btn-email:hover{color:white}

/* Modal */
.modal-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:1000;align-items:center;justify-content:center;backdrop-filter:blur(4px)}
.modal-overlay.show{display:flex}
.modal{background:white;border-radius:0;padding:44px;max-width:520px;width:92%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 24px 64px rgba(0,0,0,0.2)}
.modal h2{font-size:24px;font-weight:800;margin-bottom:4px}
.modal .sub{color:var(--shop-muted);font-size:14px;margin-bottom:28px}
.modal .summary{background:var(--shop-surface);border-radius:0;padding:16px 20px;margin-bottom:24px;font-size:14px;line-height:1.7;border-left:4px solid var(--shop-secondary)}
.modal label{display:block;font-size:12px;font-weight:700;color:#888;margin-bottom:6px;text-transform:uppercase;letter-spacing:1px}
.modal input,.modal textarea{width:100%;padding:13px 16px;border:1px solid var(--shop-border);border-radius:0;font-size:15px;font-family:inherit;margin-bottom:16px;transition:border 0.2s}
.modal input:focus,.modal textarea:focus{outline:none;border-color:var(--shop-secondary)}
.modal textarea{height:80px;resize:vertical}
.modal .btn-submit{width:100%;background:var(--shop-secondary);color:#07131f;border:none;padding:16px;font-size:14px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;cursor:pointer;transition:all 0.2s}
.modal .btn-submit:hover{background:var(--shop-secondary-dark)}
.modal .btn-submit:disabled{cursor:not-allowed}
.modal .close{position:absolute;top:20px;right:20px;background:var(--shop-surface);border:none;width:36px;height:36px;font-size:18px;cursor:pointer;color:#666;display:flex;align-items:center;justify-content:center}

/* Back to top */
.btt{position:fixed;bottom:32px;right:32px;width:48px;height:48px;background:var(--shop-primary);color:white;border:none;font-size:20px;cursor:pointer;opacity:0;transform:translateY(20px);transition:all 0.3s;z-index:90;box-shadow:0 4px 16px rgba(0,0,0,0.2)}
.btt.show{opacity:1;transform:translateY(0)}
.btt:hover{background:var(--shop-secondary)}

/* ===== INDEX PAGE ===== */

.hero{background:linear-gradient(90deg,rgba(6,23,40,0.94) 0%,rgba(6,23,40,0.78) 45%,rgba(6,23,40,0.38) 100%),url('/images/services_shelving.webp');background-size:cover;background-position:center;color:white;padding:132px 40px 88px;position:relative;overflow:hidden;min-height:calc(100vh - 70px);display:flex;align-items:flex-end}
.hero::after{display:none}
.hero-content{position:relative;z-index:1;max-width:1240px;width:100%;margin:0 auto}
.hero-eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:28px;color:var(--shop-secondary);font-size:12px;font-weight:700;letter-spacing:0.22em;text-transform:uppercase}
.hero-line{width:34px;height:1px;background:var(--shop-secondary)}
.hero h1{font-size:60px;font-weight:800;line-height:1.05;margin-bottom:18px;position:relative;z-index:1;max-width:780px;color:white}
.hero h1 span{color:var(--shop-secondary)}
.hero p{font-size:18px;color:rgba(255,255,255,0.72);max-width:620px;margin:0 0 34px;line-height:1.65;position:relative;z-index:1}
.hero-tags{display:flex;flex-wrap:wrap;gap:20px 24px;margin-bottom:32px;position:relative;z-index:1}
.hero-tag{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:rgba(255,255,255,0.64);transition:color 0.2s}
.hero-tag::before{content:'';width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,0.3);transition:background 0.2s}
.hero-tag:hover{color:var(--shop-secondary)}
.hero-tag:hover::before{background:var(--shop-secondary)}
.hero-cta{position:relative;z-index:1;display:flex;gap:16px;justify-content:flex-start;flex-wrap:wrap;align-items:center}
.hero-secondary{display:inline-flex;align-items:center;padding:14px 0;border-bottom:1px solid rgba(255,255,255,0.3);color:rgba(255,255,255,0.82);font-size:13px;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;transition:color 0.2s,border-color 0.2s}
.hero-secondary:hover{color:white;border-color:rgba(255,255,255,0.7)}
.hero-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:48px;position:relative;z-index:1;max-width:940px}
.hero-stat{background:rgba(255,255,255,0.08);backdrop-filter:blur(8px);padding:18px 20px;border-left:2px solid rgba(255,106,0,0.65)}
.hero-stat .n{font-size:32px;font-weight:800;color:white;font-family:'Barlow',system-ui,sans-serif}
.hero-stat .l{font-size:11px;color:rgba(255,255,255,0.55);text-transform:uppercase;letter-spacing:0.16em;margin-top:8px;line-height:1.5}

.series-section{padding:72px 40px}
.series-section.odd{background:var(--shop-surface)}
.series-inner{max-width:1240px;margin:0 auto}

/* Series compact header */
.series-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:32px;flex-wrap:wrap}
.series-header-left{flex:1;min-width:0}
.series-header-top{display:flex;align-items:center;gap:10px 14px;margin-bottom:10px;flex-wrap:wrap}
.series-title{font-size:34px;font-weight:800;margin:0}
.series-title a{color:inherit;transition:color 0.2s}
.series-title a:hover{color:var(--shop-secondary)}
.series-cat-badge{display:inline-block;background:rgba(255,106,0,0.12);color:var(--shop-secondary);padding:6px 14px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:0.18em}
.prod-count{font-size:11px;font-weight:600;color:rgba(8,41,74,0.48);text-transform:uppercase;letter-spacing:0.14em}
.series-desc{color:var(--shop-muted);font-size:15px;line-height:1.7;margin:0;max-width:720px}
.series-header-right{display:flex;gap:10px;align-items:center;flex-shrink:0;padding-top:4px}
.standards-row{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}
.std-badge{display:inline-block;padding:4px 12px;background:#e8f5e9;color:#2d6a4f;font-size:11px;font-weight:700;letter-spacing:0.5px}
.btn-catalog{display:inline-flex;align-items:center;gap:8px;padding:13px 20px;background:transparent;border:1px solid rgba(8,41,74,0.18);font-size:12px;font-weight:700;color:var(--shop-primary);letter-spacing:0.08em;text-transform:uppercase;transition:all 0.2s}
.btn-catalog:hover{background:var(--shop-primary);color:white;border-color:var(--shop-primary)}
.btn-catalog svg{width:16px;height:16px}
.btn-view-all{display:inline-flex;align-items:center;gap:6px;padding:14px 22px;background:var(--shop-secondary);color:#07131f;font-size:12px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;transition:all 0.2s}
.btn-view-all:hover{background:var(--shop-secondary-dark);transform:translateY(-1px)}

/* Product cards grid on homepage */
.series-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(215px,1fr));gap:18px}
.series-pcard{background:white;overflow:hidden;border:1px solid rgba(8,41,74,0.1);transition:all 0.25s;display:flex;flex-direction:column;box-shadow:0 10px 26px rgba(8,41,74,0.04)}
.series-section.odd .series-pcard{background:white}
.series-pcard:hover{transform:translateY(-4px);box-shadow:var(--shop-shadow);border-color:var(--shop-secondary)}
.series-pcard img{width:100%;height:180px;object-fit:contain;padding:18px;background:linear-gradient(180deg,#ffffff 0%,#f6f8fb 100%)}
.series-section.odd .series-pcard img{background:linear-gradient(180deg,#ffffff 0%,#f6f8fb 100%)}
.series-pcard-body{padding:18px;flex:1;display:flex;flex-direction:column}
.series-pcard-body h3{font-size:15px;font-weight:700;margin-bottom:6px;line-height:1.35;flex:1}
.series-pcard-body .card-link{display:inline-flex;align-items:center;gap:4px;color:var(--shop-secondary);font-size:11px;font-weight:700;margin-top:8px;letter-spacing:0.12em;text-transform:uppercase}
/* Pricing */
.price-tag{display:inline-flex;align-items:baseline;gap:4px;margin-top:6px}
.price-tag .price-from{font-size:11px;color:rgba(8,41,74,0.46);font-weight:500}
.price-tag .price-amount{font-size:16px;font-weight:800;color:var(--shop-ink)}
.price-tag .price-currency{font-size:12px;color:rgba(8,41,74,0.46);font-weight:500}
.series-price{display:inline-flex;align-items:baseline;gap:6px;background:rgba(255,106,0,0.1);padding:8px 14px;margin-left:auto}
.series-price .price-from{font-size:12px;color:#8a6530;font-weight:500}
.series-price .price-amount{font-size:20px;font-weight:800;color:var(--shop-secondary)}
.series-price .price-currency{font-size:13px;color:#8a6530;font-weight:600}
.product-price{background:rgba(255,106,0,0.08);border:1px solid rgba(255,106,0,0.2);padding:16px 20px;margin-bottom:20px}
.product-price .price-from{font-size:13px;color:#8a6530;font-weight:500}
.product-price .price-amount{font-size:28px;font-weight:800;color:var(--shop-secondary);margin:4px 0}
.product-price .price-note{font-size:12px;color:#8a6530;line-height:1.5}

/* ===== SERIES LANDING PAGE ===== */

.series-hero{background:linear-gradient(135deg,rgba(6,23,40,0.96) 0%,rgba(8,41,74,0.92) 50%,rgba(13,74,122,0.84) 100%);color:white;padding:80px 40px 60px;position:relative}
.series-hero-inner{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.series-hero-text .eyebrow{display:inline-block;background:rgba(255,106,0,0.16);color:var(--shop-secondary);padding:6px 16px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.16em;margin-bottom:16px}
.series-hero-text h1{font-size:60px;font-weight:800;line-height:1.05;margin-bottom:18px;color:white}
.series-hero-text p{font-size:16px;color:rgba(255,255,255,0.66);line-height:1.7;margin-bottom:28px}
.series-hero-text .btn-primary{margin-right:12px}
.series-hero-img{overflow:hidden;box-shadow:var(--shop-shadow)}
.series-hero-img img{width:100%;height:360px;object-fit:cover}

.series-body{max-width:1240px;margin:0 auto;padding:60px 40px}
.series-features{margin-bottom:48px}
.series-features h2{font-size:24px;font-weight:800;margin-bottom:20px}
.feat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}
.feat-item{display:flex;align-items:flex-start;gap:12px;padding:14px 18px;background:white;border:1px solid var(--shop-border);font-size:14px;color:var(--shop-muted)}
.feat-item::before{content:'\2713';color:#2d6a4f;font-weight:800;font-size:16px;flex-shrink:0;margin-top:1px}

.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin-bottom:48px}
.product-card{background:white;overflow:hidden;border:1px solid rgba(8,41,74,0.1);transition:all 0.25s;box-shadow:0 10px 26px rgba(8,41,74,0.04)}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shop-shadow);border-color:var(--shop-secondary)}
.product-card img{width:100%;height:220px;object-fit:contain;padding:20px;background:linear-gradient(180deg,#ffffff 0%,#f6f8fb 100%)}
.product-card-body{padding:20px}
.product-card-body h3{font-size:17px;font-weight:700;margin-bottom:6px}
.product-card-body p{font-size:13px;color:var(--shop-muted);line-height:1.6;margin-bottom:14px}
.product-card-body .card-link{display:inline-flex;align-items:center;gap:6px;color:var(--shop-secondary);font-size:12px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase}

/* ===== PRODUCT DETAIL PAGE ===== */

.breadcrumb{padding:14px 40px;font-size:12px;color:rgba(8,41,74,0.48);max-width:1320px;margin:0 auto;text-transform:uppercase;letter-spacing:0.08em}
.breadcrumb a{color:var(--shop-secondary);transition:color 0.2s}
.breadcrumb a:hover{color:var(--shop-secondary-dark)}

.product-hero{max-width:1320px;margin:0 auto;padding:40px;display:grid;grid-template-columns:1.1fr 0.9fr;gap:56px;align-items:start}
.gallery{position:sticky;top:100px}
.main-img{background:white;overflow:hidden;box-shadow:0 12px 34px rgba(8,41,74,0.08);margin-bottom:14px;cursor:zoom-in;border:1px solid rgba(8,41,74,0.08)}
.main-img img{width:100%;height:460px;object-fit:contain;padding:28px}
.thumbs{display:flex;gap:10px;flex-wrap:wrap}
.thumb{width:80px;height:64px;overflow:hidden;cursor:pointer;border:2px solid transparent;background:white;box-shadow:0 1px 4px rgba(0,0,0,0.05);transition:border 0.2s}
.thumb:hover,.thumb.active{border-color:var(--shop-secondary)}
.thumb img{width:100%;height:100%;object-fit:contain;padding:4px}

.info{padding-top:4px}
.eyebrow{display:inline-block;background:rgba(255,106,0,0.12);color:var(--shop-secondary);padding:6px 16px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.16em;margin-bottom:14px}
.info h1{font-size:32px;font-weight:900;letter-spacing:-0.5px;margin-bottom:10px;line-height:1.2}
.info .desc{color:var(--shop-muted);font-size:15px;line-height:1.7;margin-bottom:24px}

.info .feats{list-style:none;margin-bottom:28px;display:grid;grid-template-columns:1fr 1fr;gap:4px 16px}
.info .feats li{font-size:13px;color:var(--shop-muted);padding:5px 0 5px 22px;position:relative}
.info .feats li::before{content:'\2713';color:#2d6a4f;position:absolute;left:0;font-weight:800}

.size-group{margin-bottom:16px}
.size-label{font-size:12px;font-weight:700;color:#888;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:8px}
.size-tags{display:flex;flex-wrap:wrap;gap:6px}
.size-tag{padding:7px 14px;background:white;border:1px solid var(--shop-border);font-size:13px;font-weight:500;color:#333}

.fins{display:flex;gap:12px;margin-bottom:28px}
.fin{display:flex;align-items:center;gap:10px;padding:12px 18px;background:white;border:1px solid var(--shop-border);flex:1}
.fin-dot{width:28px;height:28px;border-radius:50%;border:1px solid #ddd;flex-shrink:0}
.fin-name{font-size:13px;font-weight:700}
.fin-code{font-size:11px;color:#999}

.consult-box{background:linear-gradient(135deg,rgba(6,23,40,0.96),rgba(8,41,74,0.88));padding:32px;color:white;margin-top:28px}
.consult-box h3{font-size:20px;font-weight:800;margin-bottom:6px}
.consult-box p{font-size:14px;color:rgba(255,255,255,0.68);margin-bottom:20px;line-height:1.6}
.consult-box .btn-primary{width:100%;justify-content:center}

.detail-section{max-width:1320px;margin:0 auto;padding:0 40px 60px}
.section-block{margin-bottom:48px}
.section-heading{font-size:22px;font-weight:800;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid var(--shop-border);color:var(--shop-ink)}

.specs{width:100%;border-collapse:collapse}
.specs tr{border-bottom:1px solid #f0f0f5}
.specs td{padding:14px 18px;font-size:14px}
.specs td:first-child{font-weight:600;color:#555;width:260px;background:#fafafc;border-radius:4px 0 0 4px}

.lt{width:100%;border-collapse:collapse;font-size:13px;margin-top:8px}
.lt th{background:#072244;color:white;padding:11px 12px;text-align:center;font-size:11px;text-transform:uppercase;letter-spacing:0.5px}
.lt th:first-child{text-align:left;border-radius:8px 0 0 0}
.lt th:last-child{border-radius:0 8px 0 0}
.lt td{padding:9px 12px;text-align:center;border-bottom:1px solid #f0f0f5}
.lt td:first-child{text-align:left;font-weight:600}
.lt tr:hover{background:#fafafc}

.acc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}
.acc{background:white;padding:20px;border:1px solid var(--shop-border)}
.acc strong{display:block;margin-bottom:4px;font-size:14px}
.acc span{font-size:13px;color:var(--shop-muted);line-height:1.5}

.uc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}
.uc{overflow:hidden;position:relative}
.uc img{width:100%;height:220px;object-fit:cover}
.uc-label{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,0.75));color:white;padding:32px 18px 14px;font-size:13px;font-weight:700}

.note-box{background:#fff8f0;border:1px solid #f0d8b8;padding:20px 24px;margin-bottom:24px;font-size:14px;color:#8a6530;line-height:1.6}
.note-box strong{color:#0f1729}

.related-section{max-width:1320px;margin:0 auto;padding:0 40px 60px}
.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}
.related-card{background:white;overflow:hidden;border:1px solid rgba(8,41,74,0.1);transition:all 0.25s;text-decoration:none;color:inherit;box-shadow:0 10px 26px rgba(8,41,74,0.04)}
.related-card:hover{transform:translateY(-3px);box-shadow:var(--shop-shadow);border-color:var(--shop-secondary)}
.related-card img{width:100%;height:180px;object-fit:contain;padding:16px;background:linear-gradient(180deg,#ffffff 0%,#f6f8fb 100%)}
.related-card-info{padding:16px}
.related-card-info h4{font-size:15px;font-weight:700;margin-bottom:4px}
.related-card-info p{font-size:12px;color:var(--shop-muted);line-height:1.5}

.uprights-section{margin-bottom:24px;padding:20px 24px;background:white;border:1px solid var(--shop-border)}
.uprights-section h4{font-size:14px;font-weight:700;color:#0f1729;margin-bottom:12px}
.upright-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f0f0f5;font-size:13px}
.upright-item:last-child{border-bottom:none}
.upright-name{font-weight:600}
.upright-load{color:var(--shop-secondary);font-weight:600}

.std-badges-product{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:20px}
.std-badges-product .std-badge{padding:5px 14px;background:#e8f5e9;color:#2d6a4f;border-radius:8px;font-size:12px;font-weight:700}

/* Lightbox */
.lightbox{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.9);z-index:1001;align-items:center;justify-content:center;flex-direction:column}
.lightbox.show{display:flex}
.lightbox img{max-width:90vw;max-height:80vh;object-fit:contain;border-radius:8px}
.lightbox-close{position:absolute;top:20px;right:24px;background:none;border:none;color:white;font-size:32px;cursor:pointer;z-index:1002}
.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,0.15);border:none;color:white;font-size:28px;cursor:pointer;padding:16px 20px;border-radius:12px;transition:background 0.2s}
.lightbox-nav:hover{background:rgba(255,255,255,0.3)}
.lightbox-prev{left:20px}
.lightbox-next{right:20px}

/* Catalog download */
.catalog-dl{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:rgba(255,106,0,0.1);border:1px solid rgba(255,106,0,0.2);font-size:12px;font-weight:700;color:#8a6530;letter-spacing:0.08em;text-transform:uppercase;transition:all 0.2s;margin-top:8px}
.catalog-dl:hover{background:var(--shop-secondary);color:#07131f;border-color:var(--shop-secondary)}

/* ===== RESPONSIVE ===== */

@media(max-width:900px){
  .nav-inner{padding:14px 20px 12px}
  .hamburger{display:flex}
  nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--shop-primary);flex-direction:column;padding:20px;gap:16px;border-top:1px solid rgba(255,255,255,0.1)}
  nav.open{display:flex}
  nav a{color:rgba(255,255,255,0.82);border-bottom-color:transparent;padding:6px 0}
  nav a:hover,nav a.active{color:white;border-bottom-color:transparent}
  .lang-switch{color:var(--shop-secondary)}
  .nav-cta{display:none}
  .mobile-call{display:flex!important;background:var(--shop-secondary);color:#07131f!important;padding:12px 20px;text-align:center;justify-content:center;font-weight:700;border-bottom:none!important;min-height:44px}
  .shop-shell-overlay-title{font-size:40px}
  .hero{padding:108px 20px 56px;min-height:auto}
  .shop-shared-hero{padding:108px 20px 56px;min-height:auto}
  .shop-shared-hero--detail{padding:84px 20px 28px}
  .shop-shared-hero--series-light{padding:84px 20px 28px}
  .shop-shared-hero p{font-size:16px}
  .shop-shared-tags{gap:14px 18px}
  .hero-eyebrow{margin-bottom:22px}
  .hero p{font-size:16px;margin-bottom:24px}
  .hero-tags{gap:14px 18px;margin-bottom:24px}
  .hero-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .shop-shared-footer-main{padding:48px 20px 40px}
  .shop-shared-footer-grid{grid-template-columns:1fr 1fr}
  .shop-shared-footer-brand,.shop-shared-footer-col,.shop-shared-footer-contact{grid-column:auto}
  .shop-shared-footer-bottom-inner{padding:18px 20px;justify-content:center;text-align:center}
  .trust-strip{padding:12px 20px}
  .trust-strip-inner{gap:16px 24px;justify-content:center}
  .trust-badge{font-size:11px}
  .why-grid{grid-template-columns:1fr}
  .why-section{padding:32px 20px}
  .series-section{padding:32px 20px}
  .series-header{flex-direction:column}
  .series-header-right{width:100%}
  .series-products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;overflow-x:auto;-webkit-overflow-scrolling:touch}
  .series-pcard{min-height:44px}
  .consult-banner{flex-direction:column;text-align:center;margin:40px 20px;padding:32px 24px}
  .consult-photo img{width:64px;height:64px}
  .consult-actions{width:100%}
  .consult-banner .btn-primary{width:100%;justify-content:center}
  .product-hero{grid-template-columns:1fr;padding:20px;gap:24px}
  .gallery{position:static}
  .main-img img{height:300px}
  .sticky-quote{padding:10px 20px;gap:12px}
  .sticky-quote span{font-size:12px}
  .info .feats{grid-template-columns:1fr}
  .detail-section{padding:0 20px 40px}
  .breadcrumb{padding:10px 20px}
  .series-hero-inner{grid-template-columns:1fr}
  .series-hero-img{display:none}
  .series-body{padding:40px 20px}
  .footer-inner{grid-template-columns:1fr 1fr;text-align:center;gap:24px}
  .team-grid{grid-template-columns:1fr}
  .ref-grid{grid-template-columns:1fr}
  .process-grid{grid-template-columns:repeat(2,1fr)}
  .services-grid{grid-template-columns:1fr;padding:32px 20px}
  .page-hero{padding:60px 20px 40px}
  .page-hero h1{font-size:32px}
  .about-content{padding:32px 20px}
  .industry-content{padding:32px 20px}
  .industry-cards{grid-template-columns:1fr}
  .sbn-grid{grid-template-columns:1fr 1fr}
  .sbn-section{padding:32px 20px}
}

@media(max-width:480px){
  .hero h1{font-size:42px}
  .shop-shared-hero h1,.shop-shared-hero--series h1{font-size:32px;line-height:1.08}
  .hero-secondary{font-size:12px}
  .hero-stats{grid-template-columns:1fr}
  .shop-shared-actions{align-items:flex-start}
  .shop-shared-footer-grid{grid-template-columns:1fr}
  .hero-stat .n{font-size:28px}
  .series-title{font-size:26px}
  .info h1{font-size:24px}
  .fins{flex-direction:column}
  .sbn-grid{grid-template-columns:1fr}
}

@media(min-width:901px){
  .shop-shell-phone{display:block}
  .shop-shell-langs{display:flex}
  .shop-shell-inner{padding:0 40px}
  .shop-shell-overlay-body{flex-direction:row}
  .shop-shell-overlay-nav{padding:32px 48px 48px;flex:1}
  .shop-shell-overlay-side{width:320px;flex-shrink:0;border-top:none;border-left:1px solid rgba(255,255,255,0.07);padding:48px 36px}
}

/* ===== SERVICES PAGE ===== */

.page-hero{background:linear-gradient(135deg,rgba(6,23,40,0.96) 0%,rgba(8,41,74,0.92) 50%,rgba(13,74,122,0.84) 100%);color:white;padding:80px 40px 60px;text-align:center}
.page-hero h1{font-size:60px;font-weight:800;line-height:1.05;margin-bottom:18px;color:white}
.page-hero p{font-size:17px;color:rgba(255,255,255,0.66);max-width:640px;margin:0 auto;line-height:1.6}
.services-grid{max-width:1240px;margin:0 auto;padding:60px 40px;display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.service-card{background:white;border:1px solid var(--shop-border);padding:36px;transition:all 0.25s}
.service-card:hover{border-color:var(--shop-secondary);transform:translateY(-3px);box-shadow:var(--shop-shadow)}
.service-card .svc-icon{width:56px;height:56px;background:rgba(255,106,0,0.12);display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.service-card .svc-icon svg{width:28px;height:28px;color:var(--shop-secondary)}
.service-card h3{font-size:20px;font-weight:800;margin-bottom:8px}
.service-card p{font-size:14px;color:var(--shop-muted);line-height:1.7}

/* ===== ABOUT PAGE ===== */

.about-content{max-width:1240px;margin:0 auto;padding:60px 40px}
.about-intro{font-size:17px;color:#555;line-height:1.8;max-width:800px;margin:0 auto 48px;text-align:center}
.about-section{margin-bottom:48px}
.about-section h2{font-size:24px;font-weight:800;margin-bottom:16px;padding-bottom:10px;border-bottom:2px solid #e8e8ee}
.about-section p{font-size:15px;color:var(--shop-muted);line-height:1.7;margin-bottom:12px}
.about-stats{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;padding:32px;background:var(--shop-surface);margin:20px 0 32px}
.about-stat{text-align:center}
.about-stat .n{font-size:32px;font-weight:900;color:var(--shop-secondary)}
.about-stat .l{font-size:12px;color:#888;text-transform:uppercase;letter-spacing:1.5px;margin-top:4px}
.cert-list{list-style:none;padding:0}
.cert-list li{display:flex;align-items:flex-start;gap:12px;padding:14px 18px;background:white;border:1px solid var(--shop-border);font-size:14px;color:var(--shop-muted);margin-bottom:8px}
.cert-list li::before{content:'\2713';color:#2d6a4f;font-weight:800;font-size:16px;flex-shrink:0}
/* Team */
.team-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.team-card{background:white;border:1px solid var(--shop-border);overflow:hidden;display:flex;flex-direction:column}
.team-card img{width:100%;height:260px;object-fit:contain;background:#f8fafc;padding:12px}
.team-card-featured{border-color:var(--shop-secondary);box-shadow:0 4px 20px rgba(255,106,0,0.1)}
.team-info{padding:24px}
.team-info h3{font-size:20px;font-weight:800;margin-bottom:4px}
.team-role{font-size:13px;color:var(--shop-secondary);font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}
.team-info p{font-size:14px;color:var(--shop-muted);line-height:1.6;margin-bottom:12px}
.team-contact{display:flex;flex-direction:column;gap:4px}
.team-contact a{color:var(--shop-secondary);font-size:13px;font-weight:600;text-decoration:none}
.team-contact a:hover{text-decoration:underline}
/* References */
.ref-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.ref-card{background:white;border:1px solid #e8e8ee;border-radius:12px;padding:20px 24px;display:flex;align-items:flex-start;gap:16px}
.ref-icon{width:44px;height:44px;background:#f0fdf4;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ref-icon svg{color:#2d6a4f}
.ref-card p{font-size:14px;color:#555;line-height:1.6;margin:0}
/* Process */
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.process-step{background:white;border:1px solid #e8e8ee;border-radius:12px;padding:24px;text-align:center}
.step-num{width:40px;height:40px;background:#072244;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;margin:0 auto 12px}
.process-step h4{font-size:15px;font-weight:800;margin-bottom:6px;color:#072244}
.process-step p{font-size:13px;color:#666;line-height:1.5;margin:0}
.about-why-list{list-style:none;padding:0}
.about-why-list li{display:flex;align-items:flex-start;gap:12px;padding:14px 18px;background:white;border-radius:10px;border:1px solid #e8e8ee;font-size:14px;color:#555;margin-bottom:8px}
.about-why-list li::before{content:'\2713';color:#ff6a00;font-weight:800;font-size:16px;flex-shrink:0}

/* ===== INDUSTRY PAGES ===== */

.industry-content{max-width:1240px;margin:0 auto;padding:60px 40px}
.challenge-box{background:#fff8f0;border:1px solid #f0d8b8;border-radius:14px;padding:28px;margin-bottom:40px}
.challenge-box h2{font-size:18px;font-weight:800;color:#8a6530;margin-bottom:8px}
.challenge-box p{font-size:15px;color:#8a6530;line-height:1.7}
.industry-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin:40px 0}
.industry-card{background:white;border:1px solid #e8e8ee;border-radius:14px;padding:28px;display:flex;flex-direction:column;transition:all 0.25s}
.industry-card:hover{border-color:#ff6a00;transform:translateY(-3px);box-shadow:0 12px 32px rgba(0,0,0,0.06)}
.industry-card h3{font-size:18px;font-weight:800;margin-bottom:6px}
.industry-card p{font-size:14px;color:#666;line-height:1.6;margin-bottom:14px;flex:1}
.industry-card .card-link{color:#ff6a00;font-size:13px;font-weight:700}

/* ===== SOLUTIONS BY NEED ===== */

.sbn-section{max-width:1320px;margin:0 auto;padding:56px 40px}
.sbn-section h2{font-size:34px;font-weight:900;letter-spacing:-0.04em;text-align:center;color:var(--shop-primary);margin-bottom:30px}
.sbn-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.sbn-card{display:flex;flex-direction:column;justify-content:space-between;min-height:220px;padding:28px 24px;background:linear-gradient(180deg,#ffffff 0%,#f7f9fc 100%);border:1px solid rgba(8,41,74,0.1);box-shadow:0 10px 26px rgba(8,41,74,0.04);transition:all 0.25s;text-decoration:none;color:inherit}
.sbn-card:hover{transform:translateY(-4px);border-color:var(--shop-secondary);box-shadow:var(--shop-shadow)}
.sbn-eyebrow{display:inline-flex;align-self:flex-start;padding:7px 12px;background:rgba(255,106,0,0.1);color:var(--shop-secondary);font-size:11px;font-weight:700;letter-spacing:0.16em;text-transform:uppercase;margin-bottom:18px}
.sbn-card h3{font-size:22px;line-height:1.15;font-weight:900;letter-spacing:-0.03em;color:var(--shop-primary);margin-bottom:12px}
.sbn-card p{font-size:14px;line-height:1.7;color:var(--shop-muted);margin-bottom:22px}
.sbn-link{display:inline-flex;align-items:center;gap:8px;margin-top:auto;color:var(--shop-secondary);font-size:12px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase}

/* ===== PRINT ===== */

@media print{
  header,footer,.consult-banner,.consult-box,.modal-overlay,.btt,.nav-cta,.btn-primary,.btn-ghost,.btn-catalog,.catalog-dl,.lightbox,.hamburger,.series-actions,.note-box{display:none!important}
  body{background:white;color:black}
  .product-hero{grid-template-columns:1fr;gap:20px}
  .gallery{position:static}
  .thumbs{display:none}
  .main-img{box-shadow:none;border:1px solid #ccc}
  .series-section,.series-section.odd{background:white;padding:20px 0}
  .series-pcard{border:1px solid #ccc}
  a{color:inherit}
}
