.laeyo-b2b-html {
      --bg:#ffffff;
      --text:#141414;
      --muted:#5b5b5b;
      --line:#e9e9e9;
      --soft:#f6f7f8;
      --card:#ffffff;

      --brand:#ff6a00;
      --brand-2:#ff7f2a;
      --brand-dark:#e85f00;

      --radius:14px;
      --shadow:0 10px 30px rgba(0,0,0,.06);
      --shadow-2:0 8px 20px rgba(0,0,0,.08);

      --max:1290px;
    }
.laeyo-b2b-html * {box-sizing:border-box}
.laeyo-b2b-html {height:100%}
.laeyo-b2b-html {
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
      color:var(--text);
      background:var(--bg);
      line-height:1.6;
    }
.laeyo-b2b-html a {color:inherit; text-decoration:none}
.laeyo-b2b-html img {max-width:100%; display:block}
.laeyo-b2b-html .container {max-width:var(--max); margin:0 auto; padding:0 18px}
.laeyo-b2b-html .row {display:flex; gap:22px}
.laeyo-b2b-html .grid {display:grid; gap:16px}
.laeyo-b2b-html .muted {color:var(--muted)}
.laeyo-b2b-html .pill {
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 12px; border:1px solid var(--line);
      border-radius:999px; background:#fff; font-size:13px;
    }
.laeyo-b2b-html .badge {
      display:inline-flex; align-items:center; justify-content:center;
      padding:4px 10px; border-radius:999px;
      background:rgba(255,106,0,.12);
      color:var(--brand-dark);
      font-weight:700; font-size:12px;
    }

    /* Top bar (contact strip) */
.laeyo-b2b-html .topbar {
      background:#111;
      color:#fff;
      font-size:13px;
    }
.laeyo-b2b-html .topbar .container {
      display:flex; flex-wrap:wrap;
      align-items:center; justify-content:space-between;
      padding:10px 18px;
      gap:10px;
    }
.laeyo-b2b-html .topbar .left, .laeyo-b2b-html .topbar .right {
      display:flex; flex-wrap:wrap; align-items:center; gap:14px;
      opacity:.95;
    }
.laeyo-b2b-html .topbar a {color:#fff; opacity:.95}
.laeyo-b2b-html .topbar a:hover {opacity:1}
.laeyo-b2b-html .dot {width:4px; height:4px; border-radius:50%; background:rgba(255,255,255,.45); display:inline-block}

    /* Header / nav */
.laeyo-b2b-html header {
      position:sticky; top:0; z-index:50;
      background:rgba(255,255,255,.92);
      backdrop-filter:saturate(180%) blur(10px);
      border-bottom:1px solid var(--line);
    }
.laeyo-b2b-html .nav {
      display:flex; align-items:center; justify-content:space-between;
      padding:14px 0;
      gap:12px;
    }
.laeyo-b2b-html .brand {
      display:flex; align-items:center; gap:10px;
      font-weight:900; letter-spacing:.6px;
      text-transform:uppercase;
    }
.laeyo-b2b-html .brand .logo {
      width:34px; height:34px; border-radius:10px;
      background:linear-gradient(135deg,var(--brand),#ffb07a);
      box-shadow:0 8px 18px rgba(255,106,0,.22);
    }
.laeyo-b2b-html .navlinks {
      display:flex; align-items:center; gap:16px;
      font-size:14px;
    }
.laeyo-b2b-html .navlinks a {color:#222; opacity:.92}
.laeyo-b2b-html .navlinks a:hover {opacity:1; color:#000}
.laeyo-b2b-html .cta {
      display:inline-flex; align-items:center; justify-content:center;
      height:42px; padding:0 16px;
      border-radius:999px;
      background:#0857de;
      color:#fff;
      font-weight:800;
      box-shadow:0 10px 22px rgba(255,106,0,.22);
      border:1px solid rgba(0,0,0,.06);
      cursor:pointer;
       font-size:14px;
    }
.laeyo-b2b-html .cta:hover {background:var(--brand-2)}
.laeyo-b2b-html .cta.secondary {
      background:#fff; color:#111;
      box-shadow:none;
      border:1px solid var(--line);
    }
.laeyo-b2b-html .cta.secondary:hover {border-color:#cfcfcf}

    /* Hero */
.laeyo-b2b-html .hero {
      padding:36px 0 18px;
      background:
        radial-gradient(1000px 400px at 20% 0%, rgba(255,106,0,.10), transparent 60%),
        radial-gradient(900px 360px at 90% 10%, rgba(0,0,0,.06), transparent 55%);
    }
.laeyo-b2b-html .hero-wrap {
      display:grid;
      grid-template-columns: 1.25fr .75fr;
      gap:22px;
      align-items:start;
    }
.laeyo-b2b-html .hero-card {
      background:var(--card);
      border:1px solid var(--line);
      border-radius:calc(var(--radius) + 2px);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
.laeyo-b2b-html .hero-main {
      padding:24px;
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:18px;
      align-items:center;
    }
.laeyo-b2b-html .kicker {
      display:flex; align-items:center; gap:10px; flex-wrap:wrap;
      margin-bottom:10px;
    }
.laeyo-b2b-html h1 {
      margin:0 0 10px;
      font-size:34px;
      line-height:1.12;
      letter-spacing:-.2px;
    }
.laeyo-b2b-html .sub {
      margin:0 0 16px;
      color:var(--muted);
      font-size:15px;
    }
.laeyo-b2b-html .hero-actions {display:flex; gap:12px; flex-wrap:wrap}

    /* Quick Facts row (5 items) */
.laeyo-b2b-html .facts {
      padding:14px 24px 18px;
      border-top:1px solid var(--line);
      background:linear-gradient(180deg,#fff,var(--soft));
      display:grid;
      grid-template-columns:repeat(5,1fr);
      gap:12px;
    }
.laeyo-b2b-html .fact {
      padding:12px;
      border:1px solid var(--line);
      border-radius:12px;
      background:#fff;
      min-height:82px;
    }
.laeyo-b2b-html .fact strong {display:block; font-size:13px}
.laeyo-b2b-html .fact span {display:block; color:var(--muted); font-size:12px; margin-top:6px}
.laeyo-b2b-html .hero-media {
      border-left:1px solid var(--line);
      background:
        linear-gradient(180deg,#fff, #fff),
        radial-gradient(300px 300px at 30% 20%, rgba(255,106,0,.13), transparent 60%);
      padding:18px;
      height:100%;
      display:flex;
      flex-direction:column;
      gap:12px;
    }
.laeyo-b2b-html figure.media-box {
      margin:0;
      border-radius:16px;
      border:1px solid var(--line);
      overflow:hidden;
      background:linear-gradient(135deg,#f7f7f7,#ffffff);
      aspect-ratio: 1 / 1;
      display:flex;
      align-items:center;
      justify-content:center;
    }
.laeyo-b2b-html .media-box img {
      width:100%;
      height:100%;
      object-fit:contain; /* keep product shot clean */
      background:#fff;
    }
.laeyo-b2b-html .media-caption {
      font-size:14px;
      color:var(--muted);
      margin-top:2px;
    }

    /* Sticky RFQ */
.laeyo-b2b-html .rfq {
      position:sticky; top:88px;
      background:var(--card);
      border:1px solid var(--line);
      border-radius:calc(var(--radius) + 2px);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
.laeyo-b2b-html .rfq-head {
      padding:18px 18px 10px;
      border-bottom:1px solid var(--line);
      background:linear-gradient(180deg,rgba(255,106,0,.10), #fff 70%);
    }
.laeyo-b2b-html .rfq-head h3 {margin:0; font-size:16px}
.laeyo-b2b-html .rfq-head p {margin:6px 0 0; color:var(--muted); font-size:13px}
.laeyo-b2b-html .rfq-body {padding:14px 18px 18px}
.laeyo-b2b-html .form {display:grid; gap:10px}
.laeyo-b2b-html .field label {
      display:block;
      font-size:12px;
      color:#3d3d3d;
      margin-bottom:6px;
      font-weight:700;
    }
.laeyo-b2b-html .field input, .laeyo-b2b-html .field select, .laeyo-b2b-html .field textarea {
      width:100%;
      padding:11px 12px;
      border-radius:12px;
      border:1px solid var(--line);
      outline:none;
      font-size:14px;
      background:#fff;
    }
.laeyo-b2b-html .field textarea {min-height:92px; resize:vertical}
.laeyo-b2b-html .field input:focus, .laeyo-b2b-html .field select:focus, .laeyo-b2b-html .field textarea:focus {
      border-color:rgba(255,106,0,.55);
      box-shadow:0 0 0 4px rgba(255,106,0,.14);
    }
.laeyo-b2b-html .rfq-actions {display:flex; gap:10px; margin-top:6px}
.laeyo-b2b-html .mini {font-size:12px; color:var(--muted); margin-top:10px}
.laeyo-b2b-html .trustline {
      margin-top:12px;
      display:grid; gap:8px;
      padding-top:12px;
      border-top:1px dashed #e2e2e2;
    }
.laeyo-b2b-html .trustline .pill {justify-content:space-between}

    /* Content sections */
.laeyo-b2b-html main {padding:16px 0 50px}
.laeyo-b2b-html .layout {
      display:grid;
      grid-template-columns: 1fr 340px;
      gap:22px;
      align-items:start;
    }
.laeyo-b2b-html section {
      background:var(--card);
      border:1px solid var(--line);
      border-radius:calc(var(--radius) + 2px);
      box-shadow:var(--shadow);
      padding:20px;
    }
.laeyo-b2b-html section + section {margin-top:16px}
.laeyo-b2b-html .sec-title {
      display:flex; align-items:flex-end; justify-content:space-between;
      gap:12px; flex-wrap:wrap;
      margin-bottom:12px;
    }
.laeyo-b2b-html .sec-title h2 {
      margin:0;
      font-size:18px;
      letter-spacing:.2px;
    }
.laeyo-b2b-html .sec-title .hint {font-size:13px; color:var(--muted)}
.laeyo-b2b-html .cards-3 {display:grid; grid-template-columns:repeat(3,1fr); gap:12px}
.laeyo-b2b-html .card {
      border:1px solid var(--line);
      border-radius:14px;
      background:#fff;
      padding:14px;
    }
.laeyo-b2b-html .card h4 {margin:0 0 8px; font-size:14px}
.laeyo-b2b-html .card p {margin:0; color:var(--muted); font-size:13px}
.laeyo-b2b-html .list {display:grid; gap:10px}
.laeyo-b2b-html .li {
      display:flex; gap:10px;
      padding:12px;
      border:1px solid var(--line);
      border-radius:14px;
      background:#fff;
    }
.laeyo-b2b-html .icon {
      width:34px; height:34px; border-radius:12px;
      background:rgba(255,106,0,.12);
      display:flex; align-items:center; justify-content:center;
      color:var(--brand-dark);
      font-weight:900;
      flex:0 0 auto;
    }
.laeyo-b2b-html .li strong {display:block; font-size:14px}
.laeyo-b2b-html .li span {display:block; color:var(--muted); font-size:13px}
.laeyo-b2b-html .two-col {display:grid; grid-template-columns:1fr 1fr; gap:12px}
.laeyo-b2b-html .table {
      border:1px solid var(--line);
      border-radius:14px;
      overflow:hidden;
      background:#fff;
    }
.laeyo-b2b-html .trow {
      display:flex; justify-content:space-between; gap:12px;
      padding:12px 14px;
      border-bottom:1px solid var(--line);
      font-size:14px;
    }
.laeyo-b2b-html .trow:last-child {border-bottom:none}
.laeyo-b2b-html .trow b {font-weight:900}
.laeyo-b2b-html .trow small {color:var(--muted)}
.laeyo-b2b-html .kpi {
      display:grid; gap:10px;
      padding:14px;
      border:1px solid var(--line);
      border-radius:14px;
      background:linear-gradient(180deg,#fff,var(--soft));
    }

    /* FAQ accordion */
.laeyo-b2b-html .faq {display:grid; gap:10px}
.laeyo-b2b-html details {
      border:1px solid var(--line);
      border-radius:14px;
      background:#fff;
      padding:12px 14px;
      margin-bottom: 10px;
    }
.laeyo-b2b-html summary {
      cursor:pointer;
      font-weight:400;
      list-style:none;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
    }
.laeyo-b2b-html summary::-webkit-details-marker {display:none}
.laeyo-b2b-html .chev {
      width:28px; height:28px;
      border-radius:10px;
      border:1px solid var(--line);
      display:flex; align-items:center; justify-content:center;
      color:#555;
      flex:0 0 auto;
    }
.laeyo-b2b-html details[open] .chev {transform:rotate(180deg)}
.laeyo-b2b-html details p {margin:10px 0 0; color:var(--muted); font-size:14px}

    /* Sidebar nav (anchors) */
.laeyo-b2b-html .side {
      position:sticky; top:88px;
      display:grid; gap:12px;
    }
.laeyo-b2b-html .sidebox {
      border:1px solid var(--line);
      border-radius:calc(var(--radius) + 2px);
      background:#fff;
      box-shadow:var(--shadow);
      overflow:hidden;
    }
.laeyo-b2b-html .sidebox .head {
      padding:14px 14px 10px;
      border-bottom:1px solid var(--line);
      background:linear-gradient(180deg,#fff,var(--soft));
      font-weight:900;
      font-size:14px;
    }
.laeyo-b2b-html .sidelinks {
      padding:10px 14px 14px;
      display:grid;
      gap:8px;
      font-size:14px;
      color:#333;
    }
.laeyo-b2b-html .sidelinks a{
      position:relative;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      padding:10px 12px;
      border-radius:12px;
      border:1px solid rgba(0,0,0,.08);
      background:linear-gradient(180deg,#fff, rgba(0,0,0,.01));
      font-weight:800;
      opacity:1;
      transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease, color .15s ease, filter .15s ease;
    }
.laeyo-b2b-html .sidelinks-4 {
      display:grid;
      padding:10px 14px 14px;
      gap:8px;
      font-size:14px;
      color:#333;
    }    
.laeyo-b2b-html .sidelinks-4 a{
      display:block;
      text-align:center;    
      align-items:center;
      justify-content:space-between;
      padding:10px 12px;
      border-radius:12px;
      border:1px solid rgba(0,0,0,.08);
      background:linear-gradient(180deg,#fff, rgba(0,0,0,.01));
      font-weight:800;
      transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease, color .15s ease, filter .15s ease;
    }    
.laeyo-b2b-html .sidelinks a:hover{
      transform:translateY(-1px);
      border-color:rgba(255,106,0,.35);
      box-shadow:0 12px 26px rgba(0,0,0,.10);
      filter:saturate(1.05);
    }
.laeyo-b2b-html .sidelinks a:active{transform:translateY(0); box-shadow:0 8px 18px rgba(0,0,0,.08);}
.laeyo-b2b-html .sidelinks a:focus-visible{
      outline:none;
      border-color:rgba(255,106,0,.55);
      box-shadow:0 0 0 4px rgba(255,106,0,.16), 0 12px 26px rgba(0,0,0,.10);
    }

/* Need fast quoting? (CTA links) — highlight WhatsApp / Email / RFQ without affecting other sidebar links */
.laeyo-b2b-html .sidelinks a[href^="mailto:"]{
      background:linear-gradient(180deg,#fff, rgba(0,0,0,.02));
    }
.laeyo-b2b-html .sidelinks a[href*="wa.me"],
.laeyo-b2b-html .sidelinks a[href*="whatsapp"],
.laeyo-b2b-html .sidelinks a[href*="api.whatsapp.com"]{
      background:linear-gradient(135deg, rgba(22,163,74,.96), rgba(34,197,94,.86));
      color:#fff;
      border-color:rgba(0,0,0,.06);
      box-shadow:0 12px 26px rgba(22,163,74,.22);
    }
.laeyo-b2b-html .tawk-links{
    background: linear-gradient(
          135deg,
          rgba(8, 87, 222, 0.96),
          rgba(8, 87, 222, 0.86)
        )!important;
    color: #fff!important;
    border-color: rgba(0, 0, 0, .06);
    box-shadow: 0 12px 26px rgba(22, 163, 74, .22);
    text-align: center!important;
    display: inline-flex;
    align-items: center;
    width: 100%;
} 

.laeyo-b2b-html .sidelinks a[href*="wa.me"]:hover,
.laeyo-b2b-html .sidelinks a[href*="whatsapp"]:hover,
.laeyo-b2b-html .sidelinks a[href*="api.whatsapp.com"]:hover{
      border-color:rgba(255,255,255,.40);
      box-shadow:0 16px 30px rgba(22,163,74,.26);
    }
.laeyo-b2b-html .sidelinks a[href*="rfq"],
.laeyo-b2b-html .sidelinks a[href*="quote"],
.laeyo-b2b-html .sidelinks a[href*="request"]{
      background:linear-gradient(135deg, var(--brand), #ffb07a);
      color:#fff;
      border-color:rgba(0,0,0,.06);
      box-shadow:0 12px 26px rgba(255,106,0,.24);
    }
.laeyo-b2b-html .sidelinks a[href*="rfq"]:hover,
.laeyo-b2b-html .sidelinks a[href*="quote"]:hover,
.laeyo-b2b-html .sidelinks a[href*="request"]:hover{
      border-color:rgba(255,255,255,.42);
      box-shadow:0 16px 30px rgba(255,106,0,.28);
    }

/* Product page: category quick links (vertical spacing) */
.pl-related-links{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin:12px 0 0;
}
.pl-related-links a{
  display:block;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.08);
  background:linear-gradient(180deg,#fff, rgba(0,0,0,.01));
  font-weight:800;
  opacity:1;
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease, color .15s ease, filter .15s ease;
}
.pl-related-links a:hover{
  transform:translateY(-1px);
  border-color:rgba(255,106,0,.35);
  box-shadow:0 12px 26px rgba(0,0,0,.10);
  filter:saturate(1.05);
}
.pl-related-links a:active{transform:translateY(0); box-shadow:0 8px 18px rgba(0,0,0,.08);}
.pl-related-links a:focus-visible{
  outline:none;
  border-color:rgba(255,106,0,.55);
  box-shadow:0 0 0 4px rgba(255,106,0,.16), 0 12px 26px rgba(0,0,0,.10);
}
@media (max-width: 600px){
  .pl-related-links{gap:8px;}
  .pl-related-links a{padding:10px 10px;}
}

    /* Footer */
.laeyo-b2b-html footer {
      border-top:1px solid var(--line);
      padding:26px 0;
      color:var(--muted);
      background:linear-gradient(180deg,#fff,var(--soft));
    }
.laeyo-b2b-html footer .fgrid {
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:18px;
      align-items:start;
    }
.laeyo-b2b-html .fine {font-size:13px; margin:0}
.laeyo-b2b-html .factions {display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end}

    /* Mobile RFQ bar */
.laeyo-b2b-html .mobile-cta {
      display:none;
      position:fixed;
      left:0; right:0; bottom:0;
      padding:10px 12px;
      background:rgba(255,255,255,.92);
      border-top:1px solid var(--line);
      backdrop-filter:saturate(180%) blur(10px);
      z-index:60;
    }
.laeyo-b2b-html .mobile-cta .wrap {
      display:flex; gap:10px; align-items:center; justify-content:space-between;
      max-width:var(--max); margin:0 auto;
    }

    /* Responsive */
    @media (max-width: 1040px){
.laeyo-b2b-html .hero-wrap {grid-template-columns:1fr}
.laeyo-b2b-html .layout {grid-template-columns:1fr}
.laeyo-b2b-html .side {position:relative; top:auto}
.laeyo-b2b-html .rfq {position:relative; top:auto}
.laeyo-b2b-html .hero-main {grid-template-columns:1fr}
.laeyo-b2b-html .facts {grid-template-columns:repeat(2,1fr)}
.laeyo-b2b-html .cards-3 {grid-template-columns:1fr}
.laeyo-b2b-html .two-col {grid-template-columns:1fr}
.laeyo-b2b-html .navlinks {display:none}
.laeyo-b2b-html .mobile-cta {display:block}
.laeyo-b2b-html main {padding-bottom:80px}
.laeyo-b2b-html .hero-media {border-left:none; border-top:1px solid var(--line)}
    }
        .laeyo-modal-open{overflow:hidden;}
    .laeyo-rfq-modal{position:fixed;inset:0;display:none;z-index:99999;}
    .laeyo-rfq-modal.is-open{display:block;}
    .laeyo-rfq-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.45);}
    .laeyo-rfq-modal__dialog{
      position:relative;
      width:min(520px, calc(100% - 32px));
      margin:12vh auto 0;
      background:#fff;
      border-radius:16px;
      box-shadow:0 20px 60px rgba(0,0,0,.18);
      padding:22px 22px 18px;
    }
    .laeyo-rfq-modal__close{
      position:absolute;top:10px;right:10px;
      width:36px;height:36px;border-radius:10px;
      border:1px solid rgba(0,0,0,.08);
      background:#fff;cursor:pointer;
      display:flex;align-items:center;justify-content:center;
      font-size:20px;line-height:1;
    }
    .laeyo-rfq-modal__icon{
      width:54px;height:54px;border-radius:16px;
      background:rgba(22,163,74,.12);
      display:flex;align-items:center;justify-content:center;
      margin-bottom:10px;
    }
    .laeyo-rfq-modal__title{margin:0 0 6px;font-size:20px;font-weight:700;}
    .laeyo-rfq-modal__text{margin:0 0 14px;color:rgba(0,0,0,.72);line-height:1.55;}
    .laeyo-rfq-modal__meta{
      margin:12px 0 0;
      padding:12px 14px;
      border:1px solid rgba(0,0,0,.06);
      border-radius:14px;
      background:rgba(0,0,0,.02);
      font-size:13px;
      color:rgba(0,0,0,.75);
    }
    .laeyo-rfq-modal__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px;}
    .laeyo-rfq-modal__btn{
      flex:1;
      min-width:170px;
      border-radius:999px;
      padding:12px 14px;
      text-align:center;
      text-decoration:none;
      font-weight:700;
      border:1px solid rgba(0,0,0,.10);
      background:#fff;
      color:#0b0f1a;
    }
    .laeyo-rfq-modal__btn.primary{
      border-color:transparent;
      background:#ff7a00;
      color:#fff;
      box-shadow:0 10px 22px rgba(255,122,0,.28);
    }
    .laeyo-rfq-modal__btn:hover{opacity:.92;}
    .laeyo-rfq-modal__hint{margin-top:10px;font-size:12px;color:rgba(0,0,0,.55);}
    
