.elementor-646 .elementor-element.elementor-element-1b71294a{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-646 .elementor-element.elementor-element-21e0f821 > .elementor-element-populated{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-646 .elementor-element.elementor-element-787400fa .elementor-image img{width:100%;opacity:1;filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-646 .elementor-element.elementor-element-833bf3e{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-646 .elementor-element.elementor-element-fa9233d > .elementor-element-populated{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-646 .elementor-element.elementor-element-dc898d4 .elementor-image img{width:100%;opacity:1;filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3bd48a3 */:root{
      --bg:#ffffff;
      --text:#363d43;
      --red:#a02725;
      --line:#e5e7eb;
      --muted:#6b7280;
      --ok:#065f46;
      --opt:#92400e;
    }

    *{box-sizing:border-box}

    body{
      margin:0;
      background:var(--bg);
      color:var(--text);
      font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
    }

    a{
      color:var(--red);
      text-decoration:none;
    }

    a:hover{
      text-decoration:underline;
    }

    .container{
      max-width:1120px;
      margin:0 auto;
      padding:24px;
    }

    header{
      padding:20px 0;
      border-bottom:1px solid var(--line);
    }

    .brand{
      display:flex;
      align-items:center;
      gap:14px;
      flex-wrap:wrap;
    }

    .brand img{
      height:44px;
      width:auto;
      display:block;
    }

    .brand-title{
      display:flex;
      flex-direction:column;
    }

    .brand-title b{
      font-weight:700;
    }

    .brand-title small{
      color:var(--muted);
    }

    .hero{
      padding:26px 0;
    }

    .kicker{
      color:var(--muted);
      text-transform:uppercase;
      letter-spacing:.14em;
      font-size:12px;
      margin:0 0 8px;
    }

    .hxl{
      font-size:34px;
      line-height:1.15;
      margin:0 0 10px;
    }

    .lede{
      color:#4b5563;
      max-width:75ch;
      margin:0;
    }

    .cta{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:18px;
    }

    .btn{
      display:inline-flex;
      align-items:center;
      gap:10px;
      background:var(--red);
      color:#fff;
      border:1px solid var(--red);
      padding:12px 16px;
      border-radius:12px;
      font-weight:700;
    }

    .btn:hover{
      opacity:.92;
      text-decoration:none;
    }

    .btn-ghost{
      background:#fff;
      color:var(--text);
      border:1px solid var(--text);
    }

    .grid{
      display:grid;
      gap:18px;
    }

    @media(min-width:980px){
      .grid-2{
        grid-template-columns:1.1fr .9fr;
      }
    }

    .panel{
      border:1px solid var(--line);
      border-radius:14px;
      padding:18px;
      background:#fff;
    }

    h2{
      font-size:22px;
      margin:0 0 8px;
    }

    h3{
      font-size:18px;
      margin:0 0 6px;
    }

    .subtle{
      color:var(--muted);
    }

    .table{
      width:100%;
      border-collapse:collapse;
      margin-top:8px;
      border:1px solid var(--line);
      border-radius:12px;
      overflow:hidden;
      table-layout:fixed;
    }

    .table colgroup col:nth-child(1){width:22%;}
    .table colgroup col:nth-child(2){width:12%;}
    .table colgroup col:nth-child(3){width:16%;}
    .table colgroup col:nth-child(4){width:auto;}

    .table th,
    .table td{
      padding:12px 14px;
      border-bottom:1px solid var(--line);
      text-align:left;
      vertical-align:top;
    }

    .table thead th{
      background:#fafafa;
      color:#111827;
      font-weight:700;
    }

    .table th:nth-child(3),
    .table td:nth-child(3){
      text-align:center;
      white-space:nowrap;
    }

    .badge{
      padding:4px 10px;
      border-radius:999px;
      font-size:12px;
      font-weight:700;
      display:inline-block;
    }

    .b-stock{
      background:#ecfdf5;
      color:var(--ok);
      border:1px solid #d1fae5;
    }

    .b-opt{
      background:#fff7ed;
      color:var(--opt);
      border:1px solid #ffedd5;
    }

    .chips{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:12px;
    }

    .chip{
      padding:4px 10px;
      border-radius:999px;
      border:1px solid var(--line);
      background:#f9fafb;
      color:#111827;
      font-size:12px;
    }

    .list{
      margin:8px 0 0;
      padding:0 0 0 18px;
    }

    footer{
      margin:26px 0 12px;
      padding:18px 0;
      border-top:1px solid var(--line);
      font-size:15px;
    }

    .contact{
      display:flex;
      flex-direction:column;
      gap:3px;
    }

    .qr-wrap{
      display:flex;
      flex-wrap:wrap;
      gap:18px;
      align-items:center;
    }

    .qr-card{
      border:1px solid var(--line);
      border-radius:14px;
      padding:14px;
      background:#fff;
      display:flex;
      gap:12px;
      align-items:center;
    }

    .qr-card img{
      width:120px;
      height:120px;
      display:block;
    }

    .qr-meta{
      display:flex;
      flex-direction:column;
      gap:6px;
    }

    .qr-meta small{
      color:var(--muted);
      font-size:13px;
    }/* End custom CSS */