:root{
  --navy:#0f172a;
  --navy-2:#162239;
  --teal:#476f75;
  --teal-dark:#365d63;
  --teal-soft:#e8f0f1;
  --cream:#fffaf0;
  --light:#f7f9fb;
  --border:#dbe4e7;
  --text:#243044;
  --muted:#667085;
  --orange:#df714c;
  --yellow:#f5be42;
  --green:#78a547;
  --blue:#25395a;
  --shadow:0 18px 45px rgba(15,23,42,.10);
  --radius:24px;
  --radius-sm:16px;
  --max:1180px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:#fff;line-height:1.6;overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{max-width:var(--max);margin:0 auto;padding:0 24px}.narrow{max-width:860px}.section{padding:88px 0}.section-sm{padding:56px 0}.eyebrow{font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:var(--teal-dark);font-size:.78rem;margin-bottom:12px}.section-title{font-size:clamp(2rem,4vw,3.35rem);line-height:1.08;color:var(--navy);font-weight:850;letter-spacing:-.04em}.section-copy{font-size:1.07rem;color:var(--muted);max-width:720px;margin-top:18px}.center{text-align:center}.center .section-copy{margin-left:auto;margin-right:auto}.muted{color:var(--muted)}
/* Header */
.site-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(219,228,231,.85);box-shadow:0 8px 30px rgba(15,23,42,.045)}
.navbar{height:86px;display:flex;align-items:center;justify-content:space-between;gap:26px}.brand{display:flex;align-items:center;gap:12px;font-weight:850;font-size:2rem;color:#111827;letter-spacing:-.04em}.brand svg{width:76px;height:62px;flex:0 0 auto}.brand-logo{width:76px;height:62px;object-fit:contain;flex:0 0 auto}.nav-links{display:flex;align-items:center;gap:30px;font-weight:650;color:#111827}.nav-links a{position:relative;padding:8px 0}.nav-links a::after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--navy);transition:.25s}.nav-links a:hover::after,.nav-links a.active::after{width:100%}.nav-cta{border:1px solid var(--border);padding:10px 16px!important;border-radius:999px}.menu-btn{display:none;border:0;background:var(--navy);color:white;border-radius:12px;width:46px;height:42px;font-size:1.25rem}.mobile-menu{display:none;background:white;border-top:1px solid var(--border);padding:16px 24px 22px}.mobile-menu a{display:block;padding:13px 0;font-weight:700;color:var(--navy);border-bottom:1px solid #eef2f4}.mobile-menu.open{display:block}
/* Buttons */
.btn-row{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 22px;border-radius:999px;font-weight:800;border:1px solid transparent;transition:.25s;cursor:pointer;font-size:.98rem}.btn-primary{background:var(--navy);color:#fff;box-shadow:0 12px 24px rgba(15,23,42,.18)}.btn-primary:hover{transform:translateY(-2px);background:#020617}.btn-secondary{background:white;color:var(--navy);border-color:var(--border)}.btn-secondary:hover{transform:translateY(-2px);border-color:var(--teal);color:var(--teal-dark)}.btn-light{background:white;color:var(--navy)}
/* Hero */
.hero{position:relative;min-height:calc(100vh - 86px);display:grid;align-items:center;overflow:hidden;background:linear-gradient(135deg,#f8fbfc 0%,#eef5f6 48%,#fff 100%)}.hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(71,111,117,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(71,111,117,.08) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(90deg,#000,transparent 72%)}.hero-grid{position:relative;display:grid;grid-template-columns:1.04fr .96fr;gap:62px;align-items:center;padding:74px 0}.hero h1{font-size:clamp(2.55rem,6vw,5.2rem);line-height:.98;font-weight:900;letter-spacing:-.065em;color:var(--navy)}.hero p{font-size:1.18rem;color:#475467;max-width:660px;margin:24px 0 30px}.hero-badges{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.badge{font-size:.86rem;font-weight:750;color:var(--teal-dark);background:white;border:1px solid var(--border);border-radius:999px;padding:9px 13px}.hero-visual{position:relative}.lab-card{height:520px;border-radius:34px;overflow:hidden;background:linear-gradient(145deg,rgba(71,111,117,.96),rgba(15,23,42,.92));box-shadow:var(--shadow);position:relative}.lab-card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 25% 18%,rgba(245,190,66,.28),transparent 18%),radial-gradient(circle at 78% 60%,rgba(120,165,71,.22),transparent 20%),linear-gradient(135deg,rgba(255,255,255,.18),transparent 50%)}.lab-equipment{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:26px;padding:42px}.beaker{width:112px;height:170px;border:6px solid rgba(255,255,255,.7);border-top:0;border-radius:0 0 28px 28px;position:relative;background:linear-gradient(to top,rgba(62,194,210,.62) 0 50%,transparent 50%)}.beaker:nth-child(2){height:220px;width:138px;background:linear-gradient(to top,rgba(223,113,76,.62) 0 42%,transparent 42%)}.beaker:nth-child(3){height:140px;width:95px;background:linear-gradient(to top,rgba(245,190,66,.65) 0 57%,transparent 57%)}.beaker::before{content:"";position:absolute;top:-22px;left:15%;right:15%;height:22px;border:6px solid rgba(255,255,255,.7);border-bottom:0;border-radius:16px 16px 0 0}.floating-card{position:absolute;left:-24px;bottom:28px;background:white;border:1px solid var(--border);border-radius:22px;padding:18px 22px;box-shadow:var(--shadow);max-width:260px}.floating-card strong{display:block;color:var(--navy);font-size:1.1rem}.floating-card span{color:var(--muted);font-size:.92rem}
/* Cards & sections */
.bg-soft{background:linear-gradient(180deg,#fff 0%,#f4f8f9 100%)}.bg-navy{background:var(--navy);color:white}.bg-teal{background:linear-gradient(135deg,var(--teal-dark),var(--teal));color:white}.grid{display:grid;gap:24px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:28px;box-shadow:0 10px 30px rgba(15,23,42,.045);transition:.25s}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#c7d6da}.icon{width:48px;height:48px;border-radius:14px;background:var(--teal-soft);display:grid;place-items:center;color:var(--teal-dark);font-weight:900;margin-bottom:18px}.card h3{font-size:1.35rem;line-height:1.18;color:var(--navy);margin-bottom:10px}.card p{color:var(--muted)}.link-arrow{display:inline-flex;margin-top:18px;font-weight:850;color:var(--teal-dark)}.category-card{min-height:290px;position:relative;overflow:hidden;color:white;border-radius:30px;padding:28px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(135deg,var(--teal-dark),var(--navy));isolation:isolate}.category-card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.2),transparent 24%),linear-gradient(180deg,transparent,rgba(0,0,0,.35));z-index:-1}.category-card:nth-child(2)::before{background:radial-gradient(circle at 80% 10%,rgba(120,165,71,.32),transparent 22%),linear-gradient(180deg,transparent,rgba(0,0,0,.38))}.category-card:nth-child(3)::before{background:radial-gradient(circle at 80% 20%,rgba(223,113,76,.28),transparent 22%),linear-gradient(180deg,transparent,rgba(0,0,0,.38))}.category-card h3{color:#fff;font-size:1.55rem}.category-card p{color:rgba(255,255,255,.83);margin-top:10px}.category-card .link-arrow{color:#fff}.split{display:grid;grid-template-columns:.95fr 1.05fr;gap:64px;align-items:center}.image-panel{min-height:420px;border-radius:32px;background:linear-gradient(135deg,#dfe9eb,#fff);box-shadow:var(--shadow);position:relative;overflow:hidden}.image-panel::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 25% 30%,rgba(71,111,117,.24),transparent 20%),radial-gradient(circle at 70% 60%,rgba(245,190,66,.26),transparent 16%),linear-gradient(135deg,rgba(15,23,42,.07),transparent)}.image-panel::after{content:"";position:absolute;width:220px;height:260px;border:14px solid rgba(71,111,117,.35);border-top:none;border-radius:0 0 60px 60px;right:70px;top:80px}.stat-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:34px}.stat{background:white;border:1px solid var(--border);border-radius:20px;padding:22px;text-align:center}.stat strong{display:block;color:var(--navy);font-size:2rem;line-height:1}.stat span{display:block;color:var(--muted);font-weight:700;margin-top:8px;font-size:.92rem}.teal-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:24px;padding:26px}.teal-card h3{color:#fff}.teal-card p{color:rgba(255,255,255,.78)}
/* Product catalog */
.product-nav{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.pill{border:1px solid var(--border);background:white;border-radius:999px;padding:10px 14px;font-weight:800;color:var(--navy);cursor:pointer}.pill.active,.pill:hover{background:var(--navy);color:white}.catalog-section{padding:70px 0;border-bottom:1px solid var(--border)}.product-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:26px;min-height:230px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 8px 24px rgba(15,23,42,.04)}.product-card small{font-weight:850;color:var(--teal-dark);text-transform:uppercase;letter-spacing:.08em}.product-card h3{font-size:1.32rem;color:var(--navy);line-height:1.2;margin:12px 0}.product-card p{color:var(--muted)}.product-name{font-weight:850;color:var(--navy);margin-top:10px}.tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.tag{background:var(--teal-soft);color:var(--teal-dark);font-weight:750;border-radius:999px;padding:7px 10px;font-size:.82rem}.tabs{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.tab-panel{display:none}.tab-panel.active{display:block}
/* Forms */
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:start}.contact-info{display:grid;gap:14px}.contact-card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:22px;display:flex;gap:16px;box-shadow:0 8px 24px rgba(15,23,42,.045)}.contact-card b{display:block;color:var(--navy);font-size:1.05rem}.contact-card a,.contact-card span{color:var(--muted)}.form-card{background:white;border:1px solid var(--border);border-radius:30px;padding:30px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.field{display:flex;flex-direction:column;gap:8px}.field.full{grid-column:1/-1}.field label{font-weight:800;color:var(--navy);font-size:.92rem}.field input,.field textarea,.field select{width:100%;border:1px solid #cfd9dd;background:#f8fbfc;border-radius:14px;padding:14px 15px;font:inherit;color:var(--navy);outline:none;transition:.2s}.field textarea{min-height:150px;resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--teal);box-shadow:0 0 0 4px rgba(71,111,117,.12)}.form-note{font-size:.82rem;color:var(--muted);margin-top:14px}.map-placeholder{height:380px;border-radius:30px;overflow:hidden;position:relative;background:linear-gradient(135deg,#c9d7d9,#f7fafb);border:1px solid var(--border)}.map-placeholder::before{content:"";position:absolute;inset:0;background-image:linear-gradient(30deg,rgba(15,23,42,.09) 12%,transparent 12.5%,transparent 87%,rgba(15,23,42,.09) 87.5%,rgba(15,23,42,.09)),linear-gradient(150deg,rgba(15,23,42,.09) 12%,transparent 12.5%,transparent 87%,rgba(15,23,42,.09) 87.5%,rgba(15,23,42,.09));background-size:80px 140px}.map-card{position:absolute;right:34px;top:34px;max-width:430px;background:white;border-radius:24px;padding:26px;box-shadow:var(--shadow)}.map-pin{position:absolute;left:38%;top:47%;width:34px;height:34px;background:#ef4444;border-radius:50% 50% 50% 0;transform:rotate(-45deg);box-shadow:0 8px 20px rgba(239,68,68,.35)}.map-pin::after{content:"";position:absolute;width:12px;height:12px;background:white;border-radius:50%;left:11px;top:11px}
/* Footer */
.footer{background:#08111f;color:white;padding:64px 0 28px}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .8fr 1fr;gap:38px}.footer h4{font-size:1rem;margin-bottom:16px;color:white}.footer p,.footer a{color:rgba(255,255,255,.72);display:block;margin:8px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:36px;padding-top:22px;display:flex;justify-content:space-between;gap:18px;color:rgba(255,255,255,.58)}.whatsapp{position:fixed;right:22px;bottom:22px;z-index:80;width:56px;height:56px;border-radius:50%;background:#25d366;color:white;display:grid;place-items:center;box-shadow:0 12px 24px rgba(0,0,0,.22);font-size:1.7rem;border:3px solid white}.whatsapp:hover{transform:translateY(-2px)}
/* Utilities */
.page-hero{padding:104px 0 72px;background:linear-gradient(135deg,#f8fbfc,#e8f0f1);position:relative;overflow:hidden}.page-hero::after{content:"";position:absolute;right:-120px;top:-120px;width:360px;height:360px;border-radius:50%;background:rgba(71,111,117,.12)}.page-hero .container{position:relative}.cta{border-radius:34px;padding:50px;background:linear-gradient(135deg,var(--teal-dark),var(--navy));color:white;display:flex;justify-content:space-between;gap:24px;align-items:center}.cta h2{font-size:clamp(1.8rem,4vw,3rem);line-height:1.05}.cta p{color:rgba(255,255,255,.78);max-width:640px;margin-top:12px}.logo-strip{display:flex;gap:50px;align-items:center;justify-content:center;flex-wrap:wrap;margin-top:34px}.client-logo{color:rgba(255,255,255,.74);font-weight:850;letter-spacing:.04em;border:1px solid rgba(255,255,255,.15);padding:14px 18px;border-radius:14px}.timeline{display:grid;gap:18px}.timeline-item{display:flex;gap:18px;align-items:flex-start}.dot{width:14px;height:14px;border-radius:50%;background:var(--teal);margin-top:8px;box-shadow:0 0 0 7px var(--teal-soft)}
@media(max-width:980px){.nav-links{display:none}.menu-btn{display:block}.navbar{height:76px}.brand{font-size:1.6rem}.brand svg{width:60px;height:50px}.brand-logo{width:60px;height:50px}.hero{min-height:auto}.hero-grid,.split,.contact-grid{grid-template-columns:1fr}.hero-grid{padding:58px 0}.lab-card{height:390px}.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.stat-strip{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.cta{flex-direction:column;align-items:flex-start}.section{padding:70px 0}}
@media(max-width:640px){.container{padding:0 18px}.grid-2,.grid-3,.grid-4,.form-grid{grid-template-columns:1fr}.hero h1{font-size:2.7rem}.section-title{font-size:2.25rem}.page-hero{padding:70px 0 50px}.lab-card{height:320px}.lab-equipment{gap:14px}.beaker{transform:scale(.78)}.floating-card{position:relative;left:auto;bottom:auto;margin-top:16px}.stat-strip{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.map-card{left:18px;right:18px;top:24px}.cta{padding:32px}.category-card{min-height:230px}.section{padding:56px 0}}


/* Dropdown navigation and product detail additions */
.nav-dropdown{position:relative;display:flex;align-items:center}
.nav-dropdown>a{display:inline-flex;align-items:center;gap:5px}
.dropdown-menu{position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%) translateY(8px);min-width:270px;background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);padding:10px;opacity:0;visibility:hidden;pointer-events:none;transition:.22s;z-index:100}
.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.dropdown-menu a{display:block;padding:12px 14px;border-radius:12px;color:var(--navy);font-weight:750;white-space:nowrap}
.dropdown-menu a:hover{background:var(--teal-soft);color:var(--teal-dark)}
.dropdown-menu a::after{display:none!important}
.mobile-submenu{padding:4px 0 10px 18px;border-bottom:1px solid #eef2f4}
.mobile-submenu a{font-size:.92rem;color:var(--muted);border-bottom:0;padding:7px 0}

.mobile-submenu-collapsible{display:none}
.mobile-submenu-collapsible.open{display:block}
.mobile-dropdown-toggle{display:block;width:100%;border:0;background:transparent;padding:13px 0;font:inherit;font-weight:700;color:var(--navy);text-align:left;border-bottom:1px solid #eef2f4;cursor:pointer}
.mobile-dropdown-toggle.open span{display:inline-block;transform:rotate(180deg)}
.btn-disabled{cursor:not-allowed;opacity:.72;pointer-events:none}
.breadcrumb{display:inline-flex;margin-bottom:16px;color:var(--teal-dark);font-weight:850}
.product-detail-hero{padding:94px 0;background:linear-gradient(135deg,#f8fbfc,#e8f0f1);position:relative;overflow:hidden}
.product-detail-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}
.product-meta-card,.packaging-card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:20px 22px;margin-top:20px;box-shadow:0 8px 24px rgba(15,23,42,.045)}
.product-meta-card span,.packaging-card span{display:block;color:var(--muted);font-weight:800;font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}
.product-meta-card strong{display:block;color:var(--navy);font-size:1.5rem}
.packaging-card div{display:flex;gap:14px;flex-wrap:wrap}.packaging-card strong{display:inline-flex;align-items:center;justify-content:center;background:var(--teal-soft);color:var(--teal-dark);border:1px solid #cfe0e3;border-radius:999px;padding:10px 18px;font-size:1.05rem}.product-doc-buttons{margin-top:24px}.product-visual{min-height:460px;border-radius:34px;background:linear-gradient(135deg,var(--teal-dark),var(--navy));box-shadow:var(--shadow);position:relative;overflow:hidden}.product-visual::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 25% 20%,rgba(245,190,66,.25),transparent 18%),radial-gradient(circle at 75% 62%,rgba(120,165,71,.22),transparent 20%),linear-gradient(135deg,rgba(255,255,255,.16),transparent 55%)}.doc-stack{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:22px;transform:rotate(-4deg)}.doc-card{width:155px;height:205px;border-radius:18px;background:white;color:var(--navy);display:grid;place-items:center;font-weight:900;font-size:2rem;box-shadow:0 18px 42px rgba(0,0,0,.18);border:1px solid var(--border)}.doc-card.data{transform:translateY(26px) rotate(8deg);background:#f8fbfc;color:var(--teal-dark)}.packaging-mini{margin-top:14px;display:inline-flex;background:var(--teal-soft);color:var(--teal-dark);padding:8px 12px;border-radius:999px;font-size:.88rem;font-weight:750}.final-product-card{min-height:300px}.category-card .icon{background:rgba(255,255,255,.14);color:#fff;margin-bottom:20px}
@media(max-width:980px){.nav-dropdown{display:none}.product-detail-grid{grid-template-columns:1fr}.product-visual{min-height:340px}}
@media(max-width:640px){.product-detail-hero{padding:64px 0}.doc-card{width:120px;height:165px}.product-doc-buttons .btn{width:100%}}


/* Refinements requested: easier hover dropdown, word-label buttons, cleaner product cards */
.nav-dropdown{height:86px;align-items:center}
.dropdown-menu{top:100%;margin-top:0}
.nav-dropdown::after{content:"";position:absolute;left:-18px;right:-18px;top:100%;height:18px;background:transparent}
.dropdown-menu a{cursor:pointer}
.word-icon{width:auto!important;min-width:96px;height:auto!important;min-height:42px;padding:10px 16px;border-radius:999px;font-size:.9rem;line-height:1.1;text-align:center;white-space:normal}
.btn-outline{background:#fff;color:var(--teal-dark);border:1px solid var(--border)}
.btn-outline:hover{background:var(--teal-soft);transform:translateY(-2px)}
.product-card.final-product-card{min-height:220px}
.product-card.final-product-card p{font-size:.98rem;line-height:1.55}
.product-card.final-product-card h3{margin-bottom:12px}
.product-doc-buttons{align-items:center}


/* Upgraded product cards */
.product-card.final-product-card,
.product-card {
  position: relative;
  min-height: 280px;
  padding: 34px;
  border-radius: 28px;
  border: 1px solid rgba(71, 111, 117, 0.18);
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,251,251,0.96));
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.product-card.final-product-card::before,
.product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 32px;
  right: 32px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--teal), var(--yellow), var(--orange));
}

.product-card.final-product-card:hover,
.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(71, 111, 117, 0.38);
  box-shadow: 0 26px 65px rgba(15, 23, 42, 0.12);
}

.product-card.final-product-card h3,
.product-card h3 {
  position: relative;
  margin: 0 0 22px;
  padding-bottom: 22px;
  color: var(--navy);
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.product-card.final-product-card h3::after,
.product-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), rgba(71,111,117,0.08));
}

.product-card.final-product-card p,
.product-card p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.65;
  max-width: 95%;
}

.product-card.final-product-card .link-arrow,
.product-card .link-arrow {
  width: fit-content;
  margin-top: 28px;
  padding: 11px 16px;
  border-radius: 999px;
  background: var(--teal-soft);
  color: var(--teal-dark);
  font-size: 0.95rem;
  font-weight: 900;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.product-card.final-product-card:hover .link-arrow,
.product-card:hover .link-arrow {
  transform: translateX(6px);
  background: var(--teal-dark);
  color: white;
}


/* Product landing page document buttons */
.product-doc-buttons .btn-primary,
.product-doc-buttons .btn-secondary {
  background: #ffffff;
  color: var(--navy);
  border: 1px solid var(--border);
  box-shadow: none;
}

.product-doc-buttons .btn-primary:hover,
.product-doc-buttons .btn-secondary:hover {
  background: var(--teal-soft);
  color: var(--teal-dark);
  border-color: var(--teal);
  transform: translateY(-2px);
}

/* Make Get a Quote the colored button */
.product-doc-buttons .btn-outline {
  background: var(--navy);
  color: #ffffff;
  border: 1px solid var(--navy);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.18);
}

.product-doc-buttons .btn-outline:hover {
  background: #020617;
  color: #ffffff;
  border-color: #020617;
  transform: translateY(-2px);
}


/* Live Google Maps section */
.map-embed {
  width: 100%;
  height: 420px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  background: var(--light);
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.map-link-card {
  margin-top: 22px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.map-link-card h3 {
  color: var(--navy);
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.map-link-card p {
  color: var(--muted);
  margin-bottom: 18px;
}


/* Floating LinkedIn button */
.linkedin-float {
  position: fixed;
  right: 22px;
  bottom: 88px;
  z-index: 80;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #0a66c2;
  color: #ffffff;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 24px rgba(0,0,0,.22);
  font-size: 1.45rem;
  font-weight: 900;
  font-family: Arial, sans-serif;
  border: 3px solid white;
  text-decoration: none;
  transition: transform 0.25s ease;
}

.linkedin-float:hover {
  transform: translateY(-2px);
}

/* =========================
   Full Mobile Optimization
   ========================= */

@media (max-width: 768px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  body {
    font-size: 15px;
    line-height: 1.6;
  }

  section,
  main,
  header,
  footer {
    overflow-x: hidden;
  }

  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .section {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .section-sm {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .page-hero {
    padding-top: 64px !important;
    padding-bottom: 48px !important;
  }

  .eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.11em;
    margin-bottom: 10px;
  }

  .section-title {
    font-size: 1.95rem !important;
    line-height: 1.12 !important;
    letter-spacing: -0.04em;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .section-copy {
    font-size: 1rem !important;
    line-height: 1.65 !important;
    margin-top: 14px;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .center {
    text-align: left;
  }

  .center .section-copy {
    margin-left: 0;
    margin-right: 0;
  }

  /* Header */
  .navbar {
    height: 72px !important;
  }

  .brand {
    font-size: 1.35rem !important;
    gap: 8px !important;
    letter-spacing: -0.035em;
  }

  .brand-logo {
    width: 52px !important;
    height: 44px !important;
  }

  .brand svg {
    width: 52px !important;
    height: 44px !important;
  }

  .menu-btn {
    width: 42px !important;
    height: 38px !important;
    border-radius: 10px !important;
  }

  .mobile-menu {
    padding: 12px 24px 18px !important;
  }

  .mobile-menu a {
    padding: 11px 0 !important;
    font-size: 0.95rem !important;
  }

  /* Hero */
  .hero {
    min-height: auto !important;
  }

  .hero-grid {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    padding: 48px 0 !important;
  }

  .hero h1 {
    font-size: 2.25rem !important;
    line-height: 1.08 !important;
    letter-spacing: -0.055em;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .hero p {
    font-size: 1rem !important;
    line-height: 1.65 !important;
    margin: 18px 0 24px !important;
    max-width: 100%;
  }

  .hero-badges {
    gap: 8px !important;
    margin-top: 22px !important;
  }

  .badge {
    font-size: 0.78rem !important;
    padding: 7px 10px !important;
  }

  .lab-card {
    height: 280px !important;
    border-radius: 24px !important;
  }

  .lab-equipment {
    gap: 10px !important;
    padding: 22px !important;
  }

  .beaker {
    transform: scale(0.72) !important;
  }

  .floating-card {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    margin-top: 16px !important;
    max-width: 100% !important;
  }

  /* Layout grids */
  .grid,
  .grid-2,
  .grid-3,
  .grid-4,
  .form-grid,
  .stat-strip,
  .footer-grid {
    grid-template-columns: 1fr !important;
  }

  .grid {
    gap: 22px !important;
  }

  .split,
  .contact-grid,
  .product-detail-grid {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  /* Cards */
  .card,
  .product-card,
  .product-card.final-product-card,
  .category-card,
  .contact-card,
  .form-card,
  .teal-card,
  .stat,
  .map-link-card {
    width: 100% !important;
    padding: 24px !important;
    border-radius: 22px !important;
  }

  .card h3,
  .product-card h3,
  .product-card.final-product-card h3,
  .category-card h3 {
    font-size: 1.35rem !important;
    line-height: 1.2 !important;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .card p,
  .product-card p,
  .product-card.final-product-card p,
  .category-card p {
    font-size: 0.98rem !important;
    line-height: 1.65 !important;
    max-width: 100% !important;
    overflow-wrap: break-word;
  }

  .card:hover,
  .product-card:hover,
  .category-card:hover {
    transform: none !important;
  }

  /* Category cards */
  .category-card {
    min-height: 240px !important;
    justify-content: flex-end !important;
  }

  .category-card h3 {
    font-size: 1.45rem !important;
  }

  .category-card p {
    margin-top: 8px !important;
  }

  .category-card .link-arrow,
  .product-card .link-arrow,
  .product-card.final-product-card .link-arrow {
    margin-top: 20px !important;
  }

  /* Product cards */
  .product-card,
  .product-card.final-product-card {
    min-height: auto !important;
  }

  .product-card.final-product-card h3,
  .product-card h3 {
    margin-bottom: 14px !important;
  }

  .product-card.final-product-card p,
  .product-card p {
    margin-bottom: 0 !important;
  }

  /* Product landing pages */
  .product-detail-hero {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .breadcrumb {
    font-size: 0.9rem !important;
    margin-bottom: 16px !important;
  }

  .product-meta-card,
  .packaging-card {
    padding: 18px !important;
    border-radius: 18px !important;
  }

  .product-meta-card strong {
    font-size: 1.2rem !important;
  }

  .packaging-card div {
    gap: 8px !important;
  }

  .packaging-card strong {
    padding: 8px 14px !important;
    font-size: 0.95rem !important;
  }

  .product-doc-buttons {
    width: 100% !important;
    gap: 10px !important;
  }

  .product-doc-buttons .btn {
    width: 100% !important;
  }

  .product-visual {
    min-height: 260px !important;
    border-radius: 24px !important;
  }

  .doc-stack {
    gap: 12px !important;
  }

  .doc-card {
    width: 112px !important;
    height: 150px !important;
    font-size: 1.4rem !important;
    border-radius: 14px !important;
  }

  /* Buttons */
  .btn-row {
    width: 100% !important;
    gap: 10px !important;
  }

  .btn {
    width: 100%;
    min-height: 48px;
    padding: 13px 18px !important;
    border-radius: 999px !important;
    font-size: 0.92rem !important;
  }

  /* Forms */
  .form-card {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .field {
    gap: 7px !important;
  }

  .field label {
    font-size: 0.9rem !important;
  }

  .field input,
  .field textarea,
  .field select {
    width: 100% !important;
    font-size: 1rem !important;
    padding: 15px 15px !important;
    border-radius: 14px !important;
  }

  .field textarea {
    min-height: 130px !important;
  }

  /* Contact section */
  .contact-info {
    gap: 16px !important;
  }

  .contact-card {
    gap: 14px !important;
    align-items: flex-start !important;
  }

  .contact-card .icon {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    margin-bottom: 0 !important;
  }

  .contact-card b {
    font-size: 1rem !important;
  }

  .contact-card a,
  .contact-card span {
    font-size: 0.92rem !important;
    word-break: break-word;
  }

  /* Image / visual panels */
  .image-panel,
  .product-visual,
  .lab-card {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .image-panel {
    min-height: 300px !important;
    border-radius: 24px !important;
  }

  .image-panel::after {
    right: 34px !important;
    top: 60px !important;
    transform: scale(0.8);
    transform-origin: top right;
  }

  /* Stats */
  .stat strong {
    font-size: 1.65rem !important;
  }

  .stat span {
    font-size: 0.9rem !important;
  }

  /* CTA sections */
  .cta {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 30px 24px !important;
    border-radius: 26px !important;
    gap: 20px !important;
  }

  .cta h2 {
    font-size: 1.75rem !important;
    line-height: 1.12 !important;
  }

  .cta p {
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
  }

  /* Map */
  .map-embed {
    height: 320px !important;
    border-radius: 24px !important;
  }

  .map-link-card {
    padding: 24px !important;
    border-radius: 22px !important;
  }

  .map-link-card h3 {
    font-size: 1.2rem !important;
  }

  .map-link-card p {
    font-size: 0.95rem !important;
  }

  /* Footer */
  .footer {
    padding-top: 52px !important;
    padding-bottom: 24px !important;
  }

  .footer h4 {
    margin-bottom: 12px !important;
  }

  .footer p,
  .footer a {
    font-size: 0.93rem !important;
  }

  .footer-bottom {
    flex-direction: column !important;
    gap: 8px !important;
    font-size: 0.85rem !important;
  }

  /* Floating buttons */
  .whatsapp,
  .linkedin-float {
    right: 18px !important;
    width: 50px !important;
    height: 50px !important;
  }

  .whatsapp {
    bottom: 16px !important;
    font-size: 1.45rem !important;
  }

  .linkedin-float {
    bottom: 78px !important;
    font-size: 1.25rem !important;
  }
}

/* Extra small phones */
@media (max-width: 420px) {
  .container {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .section-title {
    font-size: 1.78rem !important;
  }

  .hero h1 {
    font-size: 2.05rem !important;
  }

  .card,
  .product-card,
  .product-card.final-product-card,
  .category-card,
  .contact-card,
  .form-card,
  .teal-card,
  .stat,
  .map-link-card {
    padding: 22px !important;
  }

  .category-card {
    min-height: 220px !important;
  }

  .product-visual,
  .lab-card {
    min-height: 240px !important;
  }

  .doc-card {
    width: 100px !important;
    height: 135px !important;
  }
}

/* =========================
   Improved Home Solution Cards
   ========================= */

.category-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 340px;
  padding: 34px;
  border-radius: 34px;
  overflow: hidden;
  text-decoration: none;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 16%, rgba(255,255,255,0.16), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(245,190,66,0.14), transparent 22%),
    linear-gradient(135deg, #365d63 0%, #173847 48%, #08111f 100%);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 20px 50px rgba(8, 17, 31, 0.14);
  isolation: isolate;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.category-card::before {
  content: "Specialized Range";
  position: relative;
  z-index: 2;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 24px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.86);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), transparent 36%),
    linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.16));
  pointer-events: none;
}

.category-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255,255,255,0.22);
  box-shadow: 0 30px 70px rgba(8, 17, 31, 0.22);
}

.category-card h3 {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  line-height: 1.12;
  font-weight: 850;
  letter-spacing: -0.045em;
  margin: 0;
  max-width: 92%;
}

.category-card h3::after {
  content: "";
  display: block;
  width: 62px;
  height: 2px;
  margin: 20px 0 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--yellow), rgba(255,255,255,0.35));
}

.category-card p {
  position: relative;
  z-index: 2;
  color: rgba(255,255,255,0.80);
  font-size: 1.02rem;
  line-height: 1.65;
  margin: 0;
  max-width: 92%;
}

.category-card .link-arrow {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin-top: auto;
  padding-top: 26px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  transition: transform 0.25s ease;
}

.category-card:hover .link-arrow {
  transform: translateX(6px);
}

/* Make contact location card clickable */
.contact-card-link {
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.contact-card-link:hover {
  transform: translateY(-4px);
  border-color: var(--teal);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
}

.contact-card-link:hover b {
  color: var(--teal-dark);
}

/* Textile Auxiliaries subcategory spacing */
.textile-subcategory-block {
  padding-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid var(--border);
}

.textile-subcategory-block:first-child {
  padding-top: 20px;
}

.textile-subcategory-block:last-child {
  padding-bottom: 20px;
  border-bottom: none;
}

.textile-subcategory-title {
  margin-bottom: 16px;
}

/* Adds better space between the description and product cards */
.textile-subcategory-block .section-copy {
  margin-bottom: 36px;
}

/* Optional: make the product grid breathe more */
.textile-subcategory-block .grid {
  gap: 28px;
}

.product-section-block {
  scroll-margin-top: 100px;
}

.product-line-block {
  margin-top: 34px;
}

.product-line-block + .product-line-block {
  padding-top: 34px;
  border-top: 1px solid rgba(71,111,117,.12);
}

.product-line-heading {
  margin-bottom: 18px;
}

.product-line-heading h3 {
  color: var(--navy);
  font-size: 1.2rem;
  line-height: 1.25;
}

.product-section-block .product-card {
  min-height: 280px;
}

/* Independent phone number hover effect */
.phone-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}

.phone-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 5px 8px;
  margin-left: -8px;
  border-radius: 999px;
  color: var(--muted);
  transition: 
    background 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.phone-link:hover {
  background: var(--teal-soft);
  color: var(--teal-dark);
  box-shadow: 0 8px 22px rgba(71, 111, 117, 0.22);
  transform: translateY(-2px);
}

.phone-separator {
  color: var(--muted);
  opacity: 0.65;
}

/* Keep phone numbers on one line */
.phone-links {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  white-space: nowrap;
}

.phone-link {
  font-size: 0.95rem;
  padding: 4px 6px;
  margin-left: 0;
}

.phone-separator {
  font-size: 0.95rem;
  opacity: 0.55;
}

/* =========================
   Contact Page Mobile Optimization
   ========================= */

@media (max-width: 768px) {
  /* Contact top section should stack smoothly */
  .contact-grid {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  /* Reduce large heading size on mobile */
  body[data-page="contact"] .section-title {
    font-size: 2rem !important;
    line-height: 1.08 !important;
    letter-spacing: -0.045em !important;
  }

  body[data-page="contact"] .section-copy {
    font-size: 1rem !important;
    line-height: 1.6 !important;
  }

  /* Contact cards */
  .contact-info {
    gap: 16px !important;
  }

  .contact-card {
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    padding: 20px !important;
    border-radius: 22px !important;
    min-height: auto !important;
  }

  .contact-card .icon {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    border-radius: 14px !important;
    margin-bottom: 0 !important;
    font-size: 1rem !important;
  }

  .contact-card b {
    font-size: 1rem !important;
    line-height: 1.2 !important;
    margin-bottom: 4px !important;
  }

  .contact-card a,
  .contact-card span {
    font-size: 0.92rem !important;
    line-height: 1.45 !important;
    word-break: break-word !important;
  }

  /* Phone numbers: stack cleanly on mobile */
  .phone-links {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 6px !important;
    margin-top: 8px !important;
    white-space: normal !important;
  }

  .phone-link {
    font-size: 0.92rem !important;
    padding: 4px 8px !important;
    margin-left: -8px !important;
    line-height: 1.35 !important;
  }

  .phone-separator {
    display: none !important;
  }

  /* Inquiry form */
  .form-card {
    padding: 24px !important;
    border-radius: 24px !important;
  }

  .form-card h2 {
    font-size: 1.45rem !important;
    line-height: 1.2 !important;
  }

  .form-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .field input,
  .field textarea,
  .field select {
    font-size: 0.95rem !important;
    padding: 14px 14px !important;
    border-radius: 14px !important;
  }

  .field textarea {
    min-height: 135px !important;
  }

  .form-card .btn {
    width: 100% !important;
    margin-top: 18px !important;
  }
}

/* Extra small phones */
@media (max-width: 420px) {
  body[data-page="contact"] .section-title {
    font-size: 1.75rem !important;
  }

  .contact-card {
    padding: 18px !important;
  }

  .contact-card .icon {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
  }

  .form-card {
    padding: 22px !important;
  }
}

/* =========================
   Upgraded Industry Cards
   ========================= */

.industry-card,
.card.industry-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,251,251,0.96));
  border: 1px solid rgba(71, 111, 117, 0.18);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.055);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.industry-card::before,
.card.industry-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 34px;
  right: 34px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--teal), var(--yellow), var(--orange));
}

.industry-card::after,
.card.industry-card::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  right: -60px;
  top: -60px;
  border-radius: 50%;
  background: rgba(71, 111, 117, 0.07);
  pointer-events: none;
}

.industry-card:hover,
.card.industry-card:hover {
  transform: translateY(-6px);
  border-color: rgba(71, 111, 117, 0.34);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.11);
}

.industry-card h3,
.card.industry-card h3 {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 18px;
  color: var(--navy);
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.industry-card h3::after,
.card.industry-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), rgba(71,111,117,0.08));
}

.industry-card p,
.card.industry-card p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.65;
  margin-bottom: 24px;
}

.industry-card .tags,
.card.industry-card .tags {
  margin-top: auto;
}

.industry-card .tag,
.card.industry-card .tag {
  background: var(--teal-soft);
  color: var(--teal-dark);
  border: 1px solid rgba(71, 111, 117, 0.12);
  padding: 8px 12px;
  font-weight: 850;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.industry-card:hover .tag,
.card.industry-card:hover .tag {
  background: rgba(71, 111, 117, 0.14);
}

.industry-card .tag:hover,
.card.industry-card .tag:hover {
  transform: translateY(-2px);
  background: var(--teal-dark);
  color: #ffffff;
}

/* Mobile collapsible Categories menu */
.mobile-dropdown-toggle {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid #eef2f4;
  background: transparent;
  color: var(--navy);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  text-align: left;
}

.mobile-dropdown-toggle span {
  transition: transform 0.25s ease;
}

.mobile-dropdown-toggle.open span {
  transform: rotate(180deg);
}

.mobile-submenu-collapsible {
  display: none;
}

.mobile-submenu-collapsible.open {
  display: block;
}

@media (max-width: 980px) {
  .mobile-dropdown-toggle {
    display: flex;
  }
}

/* =========================
   Solutions + Categories Pills Layout
   Desktop: one centered line
   Mobile: two centered lines
   ========================= */

/* Desktop / laptop */
.product-nav,
.category-pills,
.solutions-pills,
.categories-pills {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 14px !important;
  flex-wrap: nowrap !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.product-nav .pill,
.category-pills .pill,
.solutions-pills .pill,
.categories-pills .pill {
  white-space: nowrap !important;
  flex: 0 0 auto !important;
  text-align: center !important;
}

/* Mobile */
@media (max-width: 768px) {
  .product-nav,
  .category-pills,
  .solutions-pills,
  .categories-pills {
    display: grid !important;
    grid-template-columns: repeat(2, max-content) !important;
    justify-content: center !important;
    justify-items: center !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .product-nav .pill,
  .category-pills .pill,
  .solutions-pills .pill,
  .categories-pills .pill {
    font-size: 0.88rem !important;
    padding: 10px 14px !important;
  }
}

/* Very small phones */
@media (max-width: 420px) {
  .product-nav,
  .category-pills,
  .solutions-pills,
  .categories-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .product-nav .pill,
  .category-pills .pill,
  .solutions-pills .pill,
  .categories-pills .pill {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* =========================
   Client Logo Carousel
   ========================= */

.logo-carousel {
  width: 100%;
  max-width: 760px;
  margin: 46px auto 0;
  overflow: hidden;
  position: relative;
  padding: 8px 0;
}

.logo-carousel::before,
.logo-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.logo-carousel::before {
  left: 0;
  background: linear-gradient(90deg, var(--teal-dark), rgba(54, 93, 99, 0));
}

.logo-carousel::after {
  right: 0;
  background: linear-gradient(270deg, var(--teal-dark), rgba(54, 93, 99, 0));
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 28px;
  width: max-content;
  animation: logoScroll 22s linear infinite;
}

.logo-carousel:hover .logo-track {
  animation-play-state: paused;
}

.client-logo-card {
  flex: 0 0 180px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 12px 28px rgba(8, 17, 31, 0.08);
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.client-logo-card:hover {
  transform: translateY(-4px) scale(1.03);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
}

.client-logo-card img {
  max-width: 130px;
  max-height: 46px;
  object-fit: contain;
  filter: grayscale(100%) brightness(0) invert(1);
  opacity: 0.82;
  transition: filter 0.25s ease, opacity 0.25s ease;
}

.client-logo-card:hover img {
  filter: grayscale(0%) brightness(1) invert(0);
  opacity: 1;
}

@keyframes logoScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Mobile logo carousel */
@media (max-width: 768px) {
  .logo-carousel {
    max-width: 100%;
    margin-top: 34px;
  }

  .logo-carousel::before,
  .logo-carousel::after {
    width: 44px;
  }

  .client-logo-card {
    flex-basis: 145px;
    height: 72px;
    padding: 14px 18px;
    border-radius: 18px;
  }

  .client-logo-card img {
    max-width: 105px;
    max-height: 38px;
  }

  .logo-track {
    gap: 18px;
    animation-duration: 18s;
  }
}
/* Match About stats background with section above */
.about-stats-section {
  background: linear-gradient(180deg, #eef5f6 0%, #f4f8f9 100%);
  padding-top: 70px;
  padding-bottom: 70px;
}

/* About hero stats inside same section */
.about-hero-combined {
  padding-bottom: 90px;
}

.about-hero-stats {
  margin-top: 80px;
}

.about-hero-stats .stat {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
}
/* Fix solution/category pills on mobile */
@media (max-width: 768px) {
  .product-nav,
  .category-pills,
  .solutions-pills,
  .categories-pills {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .product-nav .pill,
  .category-pills .pill,
  .solutions-pills .pill,
  .categories-pills .pill {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    text-align: center !important;
    justify-content: center !important;
    font-size: 0.82rem !important;
    line-height: 1.2 !important;
    padding: 12px 10px !important;
  }
}
/* Mobile-only pill line breaks */
.mobile-only-break {
  display: none;
}

@media (max-width: 768px) {
  .mobile-only-break {
    display: block;
  }

  .product-nav .pill,
  .category-pills .pill,
  .solutions-pills .pill,
  .categories-pills .pill {
    text-align: center !important;
    line-height: 1.15 !important;
  }
}

/* Logo carousel pause/resume fix */
.logo-carousel.paused .logo-track {
  animation-play-state: paused !important;
}

/* Prevent mobile sticky hover from keeping carousel paused forever */
@media (hover: none) and (pointer: coarse) {
  .logo-carousel:hover .logo-track {
    animation-play-state: running !important;
  }

  .logo-carousel.paused .logo-track {
    animation-play-state: paused !important;
  }
}


/* Product migration presentation refinements */
.product-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:24px}
.product-info-card,.product-feature-card{background:#fff;border:1px solid rgba(71,111,117,.18);border-radius:20px;padding:18px 20px;box-shadow:0 8px 24px rgba(15,23,42,.045)}
.product-info-card span,.product-feature-card span,.product-dosage span{display:block;color:var(--muted);font-weight:850;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:7px}
.product-info-card strong{display:block;color:var(--navy);font-size:1.08rem;line-height:1.25}
.product-feature-card{margin-top:14px}
.product-feature-card p{color:var(--muted);font-size:1.02rem;line-height:1.65;margin:0}
.product-dosage{margin-top:18px;padding:13px 15px;border-radius:16px;background:var(--teal-soft);border:1px solid #cfe0e3}
.product-dosage strong{display:block;color:var(--teal-dark);font-size:.96rem;line-height:1.45}
.product-dosage-detail{max-width:100%}
.product-summary{margin-bottom:0}
.product-card .product-dosage{margin-top:18px}
.product-card .product-dosage span{font-size:.68rem;margin-bottom:4px}
.product-card .product-dosage strong{font-size:.88rem}
.product-empty-state h3{color:var(--navy)}
@media(max-width:768px){.product-info-grid{grid-template-columns:1fr}.product-info-card,.product-feature-card{padding:18px!important;border-radius:18px!important}}


/* Product name/function split refinements */
.product-function{margin:10px 0 0;color:var(--teal-dark);font-weight:750;font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.35;letter-spacing:0;text-transform:uppercase}
.product-function-card{margin:-8px 0 14px;color:var(--teal-dark);font-weight:750;font-size:.96rem;line-height:1.4;text-transform:uppercase}
.product-title-main{margin-bottom:0}
.product-card h3 + .product-function-card{padding-bottom:16px;border-bottom:1px solid rgba(71,111,117,.16)}
.product-card h3 + .product-function-card + .product-summary{margin-top:0}
@media(max-width:768px){.product-function{font-size:1rem}.product-function-card{font-size:.9rem}}

/* Keep dropdowns native, with consistent iOS-friendly sizing */
.field select {
  height: 50px;
  line-height: 1.2;
  background-color: #f8fbfc !important;
  color: var(--navy);
  -webkit-appearance: menulist;
  appearance: auto;
}

@supports (-webkit-touch-callout: none) {
  .field select {
    height: 52px;
    font-size: 16px !important;
    border-radius: 14px !important;
  }
}
