/*
Theme Name: TRIOS Business Theme
Theme URI: https://triosme.com
Author: TRIOS International
Description: Custom WordPress theme for TRIOS International — pixel-perfect match to Figma design.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: trios
Tags: e-commerce, elementor, business, woocommerce
*/

:root {
  --red: #D9251D;
  --red-dark: #B71C14;
  --black: #111111;
  --dark: #1E1E1E;
  --charcoal: #2D2D2D;
  --white: #FFFFFF;
  --offwhite: #F5F5F5;
  --lightgray: #EEEEEE;
  --midgray: #DDDDDD;
  --textgray: #666666;
  --textdark: #222222;
  --blue: #0056b3;
  --green: #28a745;
  --wrap: 1200px;
  --pad: 0 20px;
  --tr: 0.22s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', Arial, sans-serif; font-size: 15px; line-height: 1.6; color: var(--textdark); background: #fff; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-decoration: none; }
a:hover { color: var(--red-dark); }
ul { list-style: none; }
h1,h2,h3,h4,h5,h6 { font-family: 'Poppins', 'Inter', Arial, sans-serif; font-weight: 700; line-height: 1.2; color: var(--black); }
button { cursor: pointer; font-family: inherit; }
input, select, textarea { font-family: inherit; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: var(--pad); }
.sec { padding: 60px 0; }
.sec-sm { padding: 40px 0; }

/* ── BUTTONS ─────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 11px 24px; border-radius: 4px;
  font-size: 13px; font-weight: 700; border: 2px solid transparent;
  transition: all var(--tr); white-space: nowrap;
}
.btn-red { background: var(--red); color: #fff; border-color: var(--red); }
.btn-red:hover { background: var(--red-dark); border-color: var(--red-dark); color: #fff; }
.btn-white { background: #fff; color: var(--red); border-color: #fff; }
.btn-white:hover { background: transparent; color: #fff; border-color: #fff; }
.btn-outline-red { background: transparent; color: var(--red); border-color: var(--red); }
.btn-outline-red:hover { background: var(--red); color: #fff; }
.btn-outline-w { background: transparent; color: #fff; border-color: #fff; }
.btn-outline-w:hover { background: #fff; color: var(--red); }
.btn-sm { padding: 8px 16px; font-size: 12px; }

/* ── TOPBAR ─────────────────────────────── */
.trios-topbar {
  background: var(--dark);
  padding: 7px 0;
  font-size: 12px;
  color: rgba(255,255,255,0.65);
}
.trios-topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.topbar-left { display: flex; align-items: center; gap: 6px; }
.topbar-flags { display: flex; gap: 4px; align-items: center; }
.topbar-flags img { width: 20px; height: 14px; border-radius: 2px; object-fit: cover; }
.topbar-sep { color: rgba(255,255,255,0.2); }
.topbar-right { display: flex; align-items: center; gap: 14px; }
.topbar-right a { color: rgba(255,255,255,0.65); font-size: 12px; transition: color var(--tr); }
.topbar-right a:hover { color: #fff; }
.topbar-phone { color: #fff; font-weight: 700; font-size: 13px; display: flex; align-items: center; gap: 5px; }
.topbar-phone::before { content: '📞'; font-size: 11px; }

/* ── HEADER ─────────────────────────────── */
.trios-header {
  background: #fff;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.header-inner { display: flex; align-items: center; gap: 16px; }
.site-logo img { height: 52px; width: auto; }
.site-logo-text { font-size: 22px; font-weight: 900; color: var(--red); letter-spacing: -0.5px; line-height: 1; }
.site-logo-sub { font-size: 9px; font-weight: 400; color: #999; letter-spacing: 0.5px; text-transform: uppercase; display: block; }
.header-search { flex: 1; max-width: 520px; position: relative; }
.header-search-form { display: flex; }
.header-search-input {
  flex: 1; padding: 10px 14px; border: 1.5px solid #ddd;
  border-right: none; border-radius: 4px 0 0 4px;
  font-size: 13px; outline: none; background: #f9f9f9;
  transition: border-color var(--tr);
}
.header-search-input:focus { border-color: var(--red); background: #fff; }
.header-search-cat {
  padding: 0 10px; border: 1.5px solid #ddd; border-right: none;
  background: #f2f2f2; font-size: 12px; outline: none;
  border-left: 1px solid #ddd; cursor: pointer; min-width: 120px;
}
.header-search-btn {
  padding: 0 14px; background: var(--red); color: #fff;
  border: none; border-radius: 0 4px 4px 0; font-size: 14px;
  transition: background var(--tr);
}
.header-search-btn:hover { background: var(--red-dark); }
.header-actions { display: flex; align-items: center; gap: 20px; margin-left: auto; }
.hact { display: flex; flex-direction: column; align-items: center; gap: 2px; font-size: 11px; color: #777; transition: color var(--tr); cursor: pointer; position: relative; }
.hact:hover { color: var(--red); }
.hact svg { width: 22px; height: 22px; }
.cart-cnt {
  position: absolute; top: -5px; right: -8px;
  background: var(--red); color: #fff; border-radius: 50%;
  width: 17px; height: 17px; font-size: 9px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}

/* ── NAVBAR ─────────────────────────────── */
.trios-nav { background: var(--charcoal); position: relative; z-index: 999; }
.nav-inner { display: flex; align-items: stretch; }
.nav-allcats {
  display: flex; align-items: center; gap: 8px;
  background: var(--red); color: #fff; border: none;
  padding: 0 20px; font-size: 13px; font-weight: 700;
  white-space: nowrap; min-height: 44px; transition: background var(--tr);
}
.nav-allcats:hover { background: var(--red-dark); }
.nav-menu { display: flex; align-items: stretch; flex: 1; }
.nav-menu li { position: relative; }
.nav-menu li a {
  display: flex; align-items: center; height: 44px; padding: 0 16px;
  font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.8);
  text-transform: uppercase; letter-spacing: 0.6px; transition: all var(--tr);
  white-space: nowrap;
}
.nav-menu li a:hover,
.nav-menu li.current-menu-item a { color: #fff; background: rgba(255,255,255,0.08); }
.nav-menu .sub-menu { display: none; position: absolute; top: 100%; left: 0; background: #fff; min-width: 200px; box-shadow: 0 8px 24px rgba(0,0,0,0.12); border-top: 3px solid var(--red); z-index: 1001; }
.nav-menu li:hover .sub-menu { display: block; }
.nav-menu .sub-menu a { color: #333; height: auto; padding: 10px 18px; font-size: 13px; border-bottom: 1px solid #f0f0f0; text-transform: none; letter-spacing: 0; font-weight: 500; }
.nav-menu .sub-menu a:hover { color: var(--red); padding-left: 24px; background: #fafafa; }
.nav-contact { display: flex; align-items: center; gap: 8px; padding: 0 20px; color: #fff; font-size: 13px; font-weight: 700; border-left: 1px solid rgba(255,255,255,0.1); margin-left: auto; white-space: nowrap; }
.nav-contact svg { color: var(--red); width: 14px; height: 14px; }
.mob-toggle { display: none; background: none; border: none; color: #fff; font-size: 22px; padding: 10px 16px; margin-left: auto; }

/* ── HERO ─────────────────────────────── */
.trios-hero {
  background: #dce8f5;
  min-height: 460px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; width: 100%; }
.hero-left { padding: 48px 0; }
.hero-tag {
  display: inline-block; background: rgba(255,255,255,0.9);
  border: 1px solid rgba(0,0,0,0.1); color: #555;
  padding: 4px 12px; border-radius: 20px; font-size: 11px;
  font-weight: 600; letter-spacing: 0.5px; margin-bottom: 16px;
}
.hero-h1 { font-size: clamp(26px,3.5vw,40px); font-weight: 800; color: var(--black); line-height: 1.2; margin-bottom: 16px; }
.hero-h1 span { color: var(--red); }
.hero-desc { font-size: 14px; color: #555; line-height: 1.7; margin-bottom: 24px; max-width: 460px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; }
.hero-stats { display: flex; gap: 28px; flex-wrap: wrap; padding-top: 24px; border-top: 1px solid rgba(0,0,0,0.1); }
.hero-stat-n { font-size: 26px; font-weight: 800; color: var(--black); line-height: 1; }
.hero-stat-l { font-size: 11px; color: #777; text-transform: uppercase; letter-spacing: 0.5px; margin-top: 2px; }
.hero-stars { display: flex; gap: 2px; color: #f5a623; font-size: 14px; margin-bottom: 4px; }
.hero-stars-label { font-size: 11px; color: #888; }
.hero-right { display: flex; align-items: center; justify-content: center; position: relative; }
.hero-right img { max-height: 380px; width: auto; object-fit: contain; }
.hero-img-placeholder { width: 100%; height: 360px; display: flex; align-items: center; justify-content: center; }
.hero-pos-label {
  position: absolute; top: 24px; right: 0;
  background: var(--red); color: #fff;
  padding: 6px 14px; border-radius: 4px;
  font-size: 11px; font-weight: 700; text-transform: uppercase;
}

/* ── ABOUT STRIP ─────────────────────────── */
.about-strip { background: #fff; padding: 48px 0; }
.about-inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; }
.about-sec-label { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--red); margin-bottom: 8px; display: block; }
.about-h2 { font-size: clamp(22px,2.5vw,32px); font-weight: 800; margin-bottom: 14px; }
.about-p { color: var(--textgray); font-size: 14px; line-height: 1.8; margin-bottom: 20px; }
.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.about-feat {
  background: var(--offwhite); border-radius: 6px; padding: 14px 16px;
  display: flex; align-items: flex-start; gap: 10px;
}
.about-feat-icon { width: 36px; height: 36px; border-radius: 6px; background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.about-feat-title { font-size: 13px; font-weight: 700; margin-bottom: 2px; }
.about-feat-desc { font-size: 11px; color: var(--textgray); line-height: 1.5; }
.about-img { border-radius: 10px; overflow: hidden; }
.about-img img { width: 100%; height: 320px; object-fit: cover; }
.about-img-ph { width: 100%; height: 320px; background: linear-gradient(135deg,#dce8f5,#c8d9ee); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 64px; }

/* ── SECTORS ─────────────────────────────── */
.sectors-sec { background: var(--black); padding: 52px 0; }
.sec-hd { text-align: center; margin-bottom: 36px; }
.sec-hd .sec-label { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.5); display: block; margin-bottom: 6px; }
.sec-hd h2 { font-size: clamp(22px,2.8vw,34px); color: #fff; margin-bottom: 8px; }
.sec-hd p { font-size: 14px; color: rgba(255,255,255,0.55); max-width: 520px; margin: 0 auto; }
.sec-hd-light .sec-label { color: var(--red); }
.sec-hd-light h2 { color: var(--black); }
.sec-hd-light p { color: var(--textgray); }
.sectors-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sector-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px; padding: 28px 20px;
  text-align: center; cursor: pointer;
  transition: all var(--tr);
}
.sector-card:hover { background: rgba(217,37,29,0.12); border-color: var(--red); transform: translateY(-4px); }
.sector-icon { font-size: 32px; margin-bottom: 12px; }
.sector-title { font-size: 14px; font-weight: 700; color: #fff; line-height: 1.4; }
.sector-desc { font-size: 12px; color: rgba(255,255,255,0.5); margin-top: 6px; line-height: 1.5; }

/* ── PRODUCT CATEGORIES ─────────────────────────── */
.pcats-sec { background: var(--offwhite); padding: 52px 0; }
.pcats-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 12px; }
.pcat-card {
  background: #fff; border-radius: 8px;
  padding: 20px 10px; text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: all var(--tr); cursor: pointer;
  border: 1.5px solid transparent;
}
.pcat-card:hover { border-color: var(--red); transform: translateY(-3px); box-shadow: 0 6px 18px rgba(0,0,0,0.1); }
.pcat-icon { width: 52px; height: 52px; background: var(--lightgray); border-radius: 8px; display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; font-size: 24px; transition: all var(--tr); }
.pcat-card:hover .pcat-icon { background: var(--red); }
.pcat-name { font-size: 11px; font-weight: 600; color: #333; line-height: 1.4; }

/* ── SUPPORT BANNER ─────────────────────────── */
.support-banner {
  background: linear-gradient(90deg, var(--black) 0%, var(--charcoal) 50%, var(--red) 100%);
  padding: 28px 0; position: relative; overflow: hidden;
}
.support-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.support-text h3 { font-size: 20px; color: #fff; margin-bottom: 4px; }
.support-text p { font-size: 13px; color: rgba(255,255,255,0.7); }
.support-right { display: flex; align-items: center; gap: 20px; }
.support-person { width: 80px; height: 80px; border-radius: 50%; overflow: hidden; border: 3px solid rgba(255,255,255,0.3); flex-shrink: 0; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; font-size: 36px; }

/* ── FEATURED PRODUCTS ─────────────────────────── */
.fprod-sec { background: #fff; padding: 52px 0; }
.fprod-hd { text-align: center; margin-bottom: 36px; }
.fprod-hd h2 { font-size: clamp(22px,2.8vw,32px); margin-bottom: 6px; }
.fprod-hd p { font-size: 14px; color: var(--textgray); }
.fprod-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; }
.fprod-card {
  border: 1.5px solid #e8e8e8; border-radius: 8px;
  overflow: hidden; transition: all var(--tr); background: #fff;
}
.fprod-card:hover { border-color: var(--red); box-shadow: 0 8px 28px rgba(0,0,0,0.1); transform: translateY(-4px); }
.fprod-img {
  height: 200px; background: var(--offwhite);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.fprod-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.fprod-card:hover .fprod-img img { transform: scale(1.04); }
.fprod-img-ph { font-size: 64px; }
.fprod-badge {
  position: absolute; top: 10px; left: 10px;
  background: var(--red); color: #fff;
  font-size: 9px; font-weight: 700; padding: 3px 8px;
  border-radius: 3px; text-transform: uppercase; letter-spacing: 0.5px;
}
.fprod-body { padding: 14px; }
.fprod-cat { font-size: 10px; font-weight: 700; color: var(--red); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
.fprod-name { font-size: 14px; font-weight: 700; color: var(--black); margin-bottom: 8px; line-height: 1.35; }
.fprod-name a { color: inherit; }
.fprod-name a:hover { color: var(--red); }
.fprod-desc { font-size: 12px; color: var(--textgray); line-height: 1.6; margin-bottom: 10px; }
.fprod-price { font-size: 16px; font-weight: 800; color: var(--red); margin-bottom: 12px; }
.fprod-old { font-size: 12px; color: #aaa; text-decoration: line-through; margin-left: 6px; font-weight: 400; }
.fprod-acts { display: flex; gap: 8px; }
.fprod-acts .btn { flex: 1; justify-content: center; font-size: 12px; padding: 8px 12px; }

/* ── CTA ─────────────────────────────── */
.cta-sec {
  background: url('') center/cover no-repeat var(--charcoal);
  padding: 52px 0; position: relative;
}
.cta-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.6); }
.cta-inner { position: relative; z-index: 1; text-align: center; }
.cta-inner h2 { font-size: clamp(24px,3vw,36px); color: #fff; margin-bottom: 12px; }
.cta-inner p { font-size: 14px; color: rgba(255,255,255,0.75); max-width: 600px; margin: 0 auto 28px; line-height: 1.7; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── WHY CHOOSE US ─────────────────────────── */
.why-sec { background: #fff; padding: 52px 0; }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.why-card {
  padding: 24px 20px; border-radius: 8px;
  border: 1.5px solid var(--lightgray);
  transition: all var(--tr);
}
.why-card:hover { border-color: var(--red); box-shadow: 0 6px 20px rgba(0,0,0,0.08); transform: translateY(-2px); }
.why-icon {
  width: 50px; height: 50px; border-radius: 8px;
  background: rgba(217,37,29,0.08); color: var(--red);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 14px;
}
.why-card h3 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.why-card p { font-size: 13px; color: var(--textgray); line-height: 1.65; }

/* ── FAQ ─────────────────────────────── */
.faq-sec { background: var(--offwhite); padding: 52px 0; }
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { background: #fff; border-radius: 6px; margin-bottom: 10px; border: 1.5px solid var(--lightgray); overflow: hidden; transition: border-color var(--tr); }
.faq-item.open { border-color: var(--red); }
.faq-q { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; cursor: pointer; }
.faq-q:hover { background: #fafafa; }
.faq-q h4 { font-size: 14px; font-weight: 600; color: var(--black); flex: 1; }
.faq-tog { width: 26px; height: 26px; border-radius: 50%; background: var(--lightgray); border: none; font-size: 18px; display: flex; align-items: center; justify-content: center; color: var(--red); flex-shrink: 0; transition: all var(--tr); }
.faq-item.open .faq-tog { background: var(--red); color: #fff; transform: rotate(45deg); }
.faq-a { display: none; padding: 0 20px 16px; font-size: 13px; color: var(--textgray); line-height: 1.75; }
.faq-item.open .faq-a { display: block; }

/* ── TESTIMONIALS ─────────────────────────── */
.testi-sec { background: #fff; padding: 52px 0; }
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.testi-card { background: var(--offwhite); border-radius: 10px; padding: 24px; }
.testi-stars { color: #f5a623; font-size: 14px; letter-spacing: 2px; margin-bottom: 10px; }
.testi-text { font-size: 13px; color: #555; line-height: 1.75; margin-bottom: 16px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avt { width: 40px; height: 40px; border-radius: 50%; background: var(--red); color: #fff; font-weight: 800; font-size: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; }
.testi-avt img { width: 100%; height: 100%; object-fit: cover; }
.testi-name { font-size: 13px; font-weight: 700; color: var(--black); }
.testi-role { font-size: 11px; color: var(--textgray); }

/* ── STATS ROW ─────────────────────────── */
.stats-sec { background: var(--red); padding: 32px 0; }
.stats-grid { display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap; gap: 20px; }
.stat-item { text-align: center; }
.stat-num { font-size: clamp(32px,5vw,52px); font-weight: 900; color: #fff; line-height: 1; }
.stat-lbl { font-size: 12px; color: rgba(255,255,255,0.8); margin-top: 4px; text-transform: uppercase; letter-spacing: 0.5px; }

/* ── BRANDS ─────────────────────────────── */
.brands-sec { background: #fff; padding: 28px 0; border-top: 1px solid var(--lightgray); }
.brands-title { text-align: center; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #aaa; margin-bottom: 20px; }
.brands-row { display: flex; justify-content: center; align-items: center; gap: 36px; flex-wrap: wrap; }
.brands-row img { height: 32px; width: auto; filter: grayscale(100%) opacity(0.45); transition: all var(--tr); }
.brands-row img:hover { filter: grayscale(0%) opacity(1); }
.brand-text { font-size: 16px; font-weight: 900; color: #ccc; letter-spacing: -0.5px; transition: color var(--tr); cursor: default; }
.brand-text:hover { color: #333; }

/* ── IN THE SPOTLIGHT ─────────────────────────── */
.spotlight-sec { background: var(--offwhite); padding: 52px 0; }
.spotlight-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; }
.spotlight-card { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.06); transition: all var(--tr); cursor: pointer; }
.spotlight-card:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.1); }
.spotlight-img { height: 140px; background: var(--offwhite); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.spotlight-img img { width: 100%; height: 100%; object-fit: cover; }
.spotlight-body { padding: 12px; }
.spotlight-cat { font-size: 10px; font-weight: 700; color: var(--red); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
.spotlight-name { font-size: 13px; font-weight: 700; color: var(--black); margin-bottom: 6px; line-height: 1.35; }
.spotlight-price { font-size: 14px; font-weight: 800; color: var(--red); }

/* ── NEWSLETTER ─────────────────────────── */
.newsletter-sec { background: var(--charcoal); padding: 36px 0; }
.newsletter-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.newsletter-text h3 { font-size: 20px; color: #fff; margin-bottom: 4px; }
.newsletter-text p { font-size: 13px; color: rgba(255,255,255,0.6); }
.newsletter-form { display: flex; flex: 1; max-width: 420px; }
.newsletter-form input { flex: 1; padding: 12px 16px; border: none; border-radius: 4px 0 0 4px; font-size: 13px; outline: none; }
.newsletter-form button { padding: 12px 20px; background: var(--red); color: #fff; border: none; border-radius: 0 4px 4px 0; font-weight: 700; font-size: 13px; transition: background var(--tr); white-space: nowrap; }
.newsletter-form button:hover { background: var(--red-dark); }

/* ── FOOTER ─────────────────────────────── */
.trios-footer { background: var(--black); padding-top: 52px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr; gap: 32px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.fc h4 { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #fff; margin-bottom: 16px; }
.fc-brand-logo { margin-bottom: 12px; }
.fc-brand-logo img { height: 40px; }
.fc-brand-name { font-size: 20px; font-weight: 900; color: var(--red); margin-bottom: 12px; }
.fc-desc { font-size: 12px; color: rgba(255,255,255,0.45); line-height: 1.75; margin-bottom: 16px; }
.fc-links li { margin-bottom: 8px; }
.fc-links a { font-size: 12px; color: rgba(255,255,255,0.55); display: flex; align-items: center; gap: 6px; transition: all var(--tr); }
.fc-links a::before { content: '›'; color: var(--red); font-size: 16px; }
.fc-links a:hover { color: #fff; padding-left: 4px; }
.fc-contact li { display: flex; gap: 10px; margin-bottom: 12px; font-size: 12px; color: rgba(255,255,255,0.55); align-items: flex-start; }
.fc-contact-ic { color: var(--red); flex-shrink: 0; margin-top: 1px; font-size: 13px; }
.fc-contact a { color: rgba(255,255,255,0.55); }
.fc-contact a:hover { color: #fff; }
.fc-social { display: flex; gap: 8px; margin-top: 14px; }
.fc-soc { width: 32px; height: 32px; border-radius: 4px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.55); font-size: 12px; transition: all var(--tr); text-decoration: none; }
.fc-soc:hover { background: var(--red); border-color: var(--red); color: #fff; }
.fc-flags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 12px; }
.fc-flags img { width: 24px; height: 16px; border-radius: 2px; object-fit: cover; }
.fc-map { width: 100%; height: 110px; background: rgba(255,255,255,0.04); border-radius: 4px; border: 1px solid rgba(255,255,255,0.08); overflow: hidden; margin-top: 12px; }
.fc-map iframe { width: 100%; height: 100%; border: none; opacity: 0.7; }
.fc-sub-form { display: flex; margin-bottom: 12px; }
.fc-sub-form input { flex: 1; padding: 9px 12px; border: 1px solid rgba(255,255,255,0.12); border-radius: 4px 0 0 4px; background: rgba(255,255,255,0.05); color: #fff; font-size: 12px; outline: none; }
.fc-sub-form button { padding: 9px 12px; background: var(--red); color: #fff; border: none; border-radius: 0 4px 4px 0; font-size: 11px; font-weight: 700; white-space: nowrap; }
.footer-bottom { padding: 16px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 11px; color: rgba(255,255,255,0.3); }
.footer-bottom a { color: rgba(255,255,255,0.4); }
.footer-bottom a:hover { color: #fff; }

/* ── BREADCRUMB ─────────────────────────── */
.trios-breadcrumb { background: var(--offwhite); padding: 10px 0; border-bottom: 1px solid var(--lightgray); }
.breadcrumb-list { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--textgray); flex-wrap: wrap; }
.breadcrumb-list a { color: var(--textgray); }
.breadcrumb-list a:hover { color: var(--red); }
.breadcrumb-sep { color: var(--midgray); }
.breadcrumb-cur { color: var(--red); font-weight: 600; }

/* ── PAGE BANNER ─────────────────────────── */
.page-banner { position: relative; min-height: 240px; display: flex; align-items: center; overflow: hidden; background: var(--charcoal); }
.page-banner-bg { position: absolute; inset: 0; }
.page-banner-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; }
.page-banner-con { position: relative; z-index: 1; text-align: center; padding: 60px 20px; width: 100%; }
.page-banner-con h1 { font-size: clamp(28px,4vw,48px); color: #fff; margin-bottom: 10px; }
.page-banner-con p { color: rgba(255,255,255,0.7); font-size: 15px; max-width: 560px; margin: 0 auto; }

/* ── WOOCOMMERCE OVERRIDES ─────────────────────────── */
.woocommerce ul.products li.product { border: 1.5px solid var(--lightgray); border-radius: 8px; overflow: hidden; transition: all var(--tr); }
.woocommerce ul.products li.product:hover { border-color: var(--red); box-shadow: 0 6px 20px rgba(0,0,0,0.08); transform: translateY(-3px); }
.woocommerce ul.products li.product .button, .woocommerce ul.products li.product .added_to_cart { background: var(--red) !important; color: #fff !important; border: none !important; border-radius: 4px !important; font-family: inherit !important; font-size: 13px !important; font-weight: 700 !important; padding: 9px 18px !important; transition: background var(--tr) !important; }
.woocommerce ul.products li.product .button:hover { background: var(--red-dark) !important; }
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { border-radius: 4px; font-family: inherit; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce #place_order { background: var(--red) !important; border-radius: 4px !important; font-family: inherit !important; font-weight: 700 !important; }
.woocommerce-page .woocommerce { padding: 40px 0; }

/* ── ELEMENTOR COMPAT ─────────────────────────── */
.e-con, .elementor-section.elementor-section-boxed > .elementor-container { max-width: var(--wrap); }

/* ── BACK TO TOP ─────────────────────────── */
.back-top { position: fixed; bottom: 28px; right: 28px; width: 42px; height: 42px; background: var(--red); color: #fff; border: none; border-radius: 50%; font-size: 18px; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgba(0,0,0,0.2); cursor: pointer; opacity: 0; transform: translateY(16px); pointer-events: none; transition: all var(--tr); z-index: 9999; }
.back-top.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
.back-top:hover { background: var(--red-dark); }

/* ── PAGINATION ─────────────────────────── */
.trios-pagination { display: flex; gap: 6px; justify-content: center; margin-top: 40px; }
.trios-pagination a, .trios-pagination span { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; border: 1.5px solid var(--lightgray); border-radius: 4px; font-size: 13px; font-weight: 600; color: var(--textdark); transition: all var(--tr); }
.trios-pagination a:hover, .trios-pagination .current { background: var(--red); border-color: var(--red); color: #fff; }

/* ── RESPONSIVE ─────────────────────────── */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .hero-wrap { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .about-inner { grid-template-columns: 1fr; }
  .sectors-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .trios-topbar .wrap { flex-direction: column; gap: 4px; text-align: center; }
  .header-search { display: none; }
  .nav-menu { display: none; flex-direction: column; position: absolute; top: 44px; left: 0; right: 0; background: var(--dark); z-index: 999; }
  .nav-menu.open { display: flex; }
  .nav-menu li a { height: auto; padding: 12px 20px; border-bottom: 1px solid rgba(255,255,255,0.05); }
  .mob-toggle { display: flex; align-items: center; }
  .nav-contact { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .pcats-grid { grid-template-columns: repeat(3, 1fr); }
  .fprod-grid { grid-template-columns: 1fr 1fr; }
  .sectors-grid { grid-template-columns: 1fr 1fr; }
  .about-features { grid-template-columns: 1fr; }
  .stats-grid { gap: 28px; }
  .hero-stats { flex-wrap: wrap; gap: 16px; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .pcats-grid { grid-template-columns: repeat(3, 1fr); }
  .fprod-grid { grid-template-columns: 1fr; }
  .sectors-grid { grid-template-columns: 1fr; }
  .hero-btns { flex-direction: column; }
  .hero-btns .btn { width: 100%; justify-content: center; }
}
@media print { .trios-header,.trios-nav,.trios-footer,.back-top { display: none; } }
