/* Index product and deployment sections ------------------------------ */
table td {
      vertical-align: top;
    }

    #products th {
      vertical-align: bottom;
    }

    #products .table-responsive img {
      max-width: 120px;
      height: auto;
    }

    /* Products table: inherit the flat LNS comparison-table structure,
       while keeping the product-page yellow theme and header decoration. */
    #products .wiffy-table-card,
    #products .lns-table-card {
      background: #fff;
      border-radius: var(--wiffy-card-radius);
      box-shadow: none;
      overflow: hidden;
    }

    #products .wiffy-compare-table,
    #products .lns-compare-table {
      width: 100%;
      table-layout: fixed;
      margin-bottom: 0;
      border-collapse: separate;
      border-spacing: 0;
    }

    #products .lns-compare-table col.product-col-label {
      width: 18%;
    }

    #products .lns-compare-table col.product-col-wiffy,
    #products .lns-compare-table col.product-col-4g,
    #products .lns-compare-table col.product-col-5g,
    #products .lns-compare-table col.product-col-ex {
      width: 20.5%;
    }

    #products .lns-compare-table thead th {
      background: #efcb33;
      color: #251e1c;
      border: 0;
      font-weight: 700;
      text-align: center;
      vertical-align: middle;
    }

    #products .lns-compare-table thead th:not(.lns-compare-label-col) {
      height: 220px;
      vertical-align: bottom;
      padding: 18px 14px 22px;
      background: #efcb33;
    }

    #products .lns-compare-table thead th.lns-compare-label-col {
      width: 18%;
      background-color: #efcb33;
      background-image:
        radial-gradient(circle at 112% 108%,
          #efcb33 0%,
          #efcb33 76%,
          #f6e27a 76%,
          #f6e27a 88%,
          #faedaa 88%,
          #faedaa 100%);
      color: #333;
      border-top-left-radius: 18px;
    }

    /* Keep the first product header square on the left edge so it joins cleanly with the blank label header. */
    #products .lns-compare-table thead th:nth-child(2) {
      border-top-left-radius: 0;
    }

    #products .lns-compare-table thead th:last-child {
      border-top-right-radius: 18px;
    }

    #products .lns-compare-table thead th .row {
      margin-left: 0;
      margin-right: 0;
    }

    #products .lns-compare-table thead th .col-lg-12 {
      padding-left: 0;
      padding-right: 0;
    }

    #products .product-head-title {
      margin-top: 10px;
      line-height: 1.3;
      font-weight: 700;
    }

    #products .lns-compare-table tbody td {
      vertical-align: top;
      border-color: #eef2f2;
      padding: 16px 18px;
    }

    #products .lns-compare-table tbody td:first-child {
      width: 18%;
      font-weight: 700;
      color: #333;
      background: #f8fbfb;
    }

    #products .lns-compare-table tbody tr:hover {
      background: rgba(239, 203, 51, 0.06);
    }

    #products .product-table-responsive {
      width: 100%;
      overflow: visible;
      padding: 0 0 18px;
    }

    #products .product-band-line {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 8px;
      margin: 0 0 8px;
      text-align: left;
      line-height: 1.6;
    }

    #products .product-band-line:last-child {
      margin-bottom: 0;
    }

    #products .product-band-line .wiffy-deploy-tag {
      flex: 0 0 auto;
      display: inline-block;
      margin: 3px 0 0;
      padding: 4px 12px;
      border-radius: 999px;
      background: rgba(239, 203, 51, 0.18);
      color: #6f5c00;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.04em;
      line-height: 1.2;
      white-space: nowrap;
    }

    #products .product-band-line span:last-child {
      min-width: 0;
      overflow-wrap: anywhere;
      word-break: normal;
    }

    @media (max-width: 767px) {
      #products .product-table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 8px;
      }

      #products .product-table-responsive .wiffy-table-card,
      #products .product-table-responsive .lns-table-card {
        min-width: 1180px;
      }

      #products .lns-compare-table {
        min-width: 1180px;
      }
    }


    .news-ticker {
      position: relative;
      display: flex !important;
      align-items: center;
      min-height: 44px;
      margin: 0;
      padding: 5px 22px;
      background: #efcb33;
      border: 0;
      box-shadow: none;
      overflow: hidden;
      z-index: 2;
    }

    .news-ticker::before {
      content: none;
    }

    .news-ticker-content {
      position: relative;
      z-index: 1;
      flex: 1 1 auto;
      min-width: 0;
    }

    .news-ticker-content a {
      display: inline-flex !important;
      align-items: center;
      color: #251e1c;
      font-weight: 700;
      letter-spacing: 0.02em;
      text-decoration: none;
      padding: 6px 14px;
      font-size: 13px;
      border-radius: 999px;
      background: transparent;
      border: 0;
      transition: color 0.2s ease;
    }

    .news-ticker-content a::before {
      content: "";
      width: 6px;
      height: 6px;
      margin-right: 8px;
      border-radius: 50%;
      background: #251e1c;
      box-shadow: none;
      flex: 0 0 auto;
    }

    .news-ticker-content a:hover {
      color: #251e1c !important;
      background: transparent !important;
      border-color: transparent !important;
      transform: none;
      box-shadow: none;
    }

    .news-ticker-content a:hover::before {
      background: #158a81;
      box-shadow: none;
    }

    .news-ticker-content a:focus,
    .news-ticker-content a:active {
      color: #251e1c !important;
      background: transparent !important;
      border-color: transparent !important;
      outline: none;
      box-shadow: none;
    }

    .news-ticker-content a:focus::before,
    .news-ticker-content a:active::before {
      background: #158a81;
      box-shadow: none;
    }

    @media (max-width: 767px) {
      .news-ticker {
        min-height: 40px;
        padding: 5px 12px 5px 16px;
      }

      .news-ticker-content a {
        padding: 6px 12px;
        font-size: 12px;
      }
    }


    #deploy .wiffy-deploy-grid {
      align-items: stretch;
    }

    #deploy .wiffy-deploy-card {
      height: 100%;
      background: #fff;
      border-radius: var(--wiffy-card-radius);
      padding: 30px 28px;
      box-shadow: var(--wiffy-card-shadow);
      position: relative;
      overflow: hidden;
      border: 0;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    #deploy .wiffy-deploy-card::after {
      content: "";
      position: absolute;
      right: -36px;
      top: -36px;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background: rgba(239, 203, 51, 0.14);
      pointer-events: none;
    }

    #deploy .wiffy-deploy-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--wiffy-card-hover-shadow);
    }

    #deploy .wiffy-deploy-icon {
      width: 64px;
      height: 64px;
      border-radius: 18px;
      background: #efcb33;
      color: #251e1c;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 26px;
      margin-bottom: 22px;
      position: relative;
      z-index: 1;
    }

    #deploy .wiffy-deploy-icon img {
      max-width: 54px;
      max-height: 54px;
      width: auto;
      height: auto;
      display: block;
      object-fit: contain;
      position: relative;
      z-index: 1;
    }

    #deploy .wiffy-deploy-card h3 {
      font-size: 21px;
      font-weight: 700;
      margin-bottom: 14px;
      position: relative;
      z-index: 1;
    }

    #deploy .wiffy-deploy-card p {
      margin-bottom: 0;
      line-height: 1.8;
      position: relative;
      z-index: 1;
    }

    #deploy .wiffy-deploy-tag {
      display: inline-block;
      margin-bottom: 16px;
      padding: 4px 12px;
      border-radius: 999px;
      background: rgba(239, 203, 51, 0.18);
      color: #6f5c00;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.04em;
      position: relative;
      z-index: 1;
    }
