  .uni-home-page {
    font-family: Arial, Helvetica, sans-serif;
    color: #1f2937;
    background: #fff;
    line-height: 1.55;
    width: 100%;
  }

  body.unilasers-site #content.site-main,
  body.unilasers-site main.site-main {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .uni-home-page a {
    text-decoration: none;
    color: inherit;
  }

  .uni-home-page img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .uni-home-container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
  }

  .uni-home-section {
    padding: 86px 0;
  }

  .uni-home-heading {
    text-align: center;
    margin: 0 0 52px;
  }

  .uni-home-kicker {
    margin: 0 0 12px;
    color: #236198;
    font-size: 16px;
    font-weight: 700;
  }

  .uni-home-heading h2 {
    margin: 0;
    color: #1f2937;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;
  }

  .uni-home-heading p {
    max-width: 880px;
    margin: 18px auto 0;
    color: #667085;
    font-size: 16px;
  }

  /* =========================
     Hero Banner Slider
     ========================= */
  .uni-hero {
    position: relative;
    height: 700px;
    overflow: hidden;
    background: #0b3558;
    color: #fff;
  }

  .uni-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .55s ease;
  }

  .uni-hero-slide.uni-hero-active {
    opacity: 1;
    pointer-events: auto;
  }

  .uni-hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .uni-hero-slide::after {
    content: none;
  }

  .uni-hero-slide--dark::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(35, 97, 152, .34);
    z-index: 1;
  }

  .uni-hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0 24px;
    pointer-events: none;
  }

  .uni-hero-content--main {
    align-items: center;
  }

  .uni-hero-content--top {
    align-items: flex-start;
    padding-top: 5.4%;
  }

  .uni-hero-main-title {
    margin: 0;
    font-size: 58px;
    line-height: 1.18;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
  }

  .uni-hero-main-title span {
    color: #c9ec91;
  }

  .uni-hero-main-subtitle {
    margin: 34px 0 0;
    color: #fff;
    font-size: 31px;
    line-height: 1.2;
    font-weight: 700;
  }

  .uni-hero-series {
    display: inline-block;
    margin: 0 0 18px;
    padding: 8px 20px;
    background: #236198;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .3px;
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  }

  .uni-hero-product-title {
    margin: 0;
    color: #0f2438;
    font-size: 44px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: .3px;
  }

  .uni-hero-product-title--blue {
    color: #1267b1;
  }

  .uni-hero-chips {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 22px 0 0;
  }

  .uni-hero-chip {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 16px;
    border-radius: 999px;
    background: #236198;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
  }

  .uni-hero-feature-lines {
    margin: 20px 0 0;
    color: #10243a;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
  }

  .uni-hero-feature-lines p {
    margin: 0;
  }

  .uni-hero-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    margin-top: 24px;
    padding: 0 24px;
    border-radius: 18px;
    background: #1976c9;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    pointer-events: auto;
  }

  .uni-hero-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, .72);
    background: rgba(9, 48, 80, .30);
    color: #fff;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 34px;
    line-height: 1;
    transition: background .2s ease, border-color .2s ease;
  }

  .uni-hero-arrow:hover,
  .uni-hero-arrow:focus {
    background: rgba(9, 48, 80, .62);
    border-color: #fff;
    outline: 0;
  }

  .uni-hero-arrow--prev {
    left: 64px;
  }

  .uni-hero-arrow--next {
    right: 64px;
  }

  .uni-hero-dots {
    position: absolute;
    right: calc((100% - min(1200px, calc(100% - 40px))) / 2);
    bottom: 42px;
    z-index: 5;
    display: flex;
    gap: 12px;
  }

  .uni-hero-dots button {
    display: block;
    width: 78px;
    height: 7px;
    padding: 0;
    border: 0;
    background: rgba(255, 255, 255, .52);
    cursor: pointer;
  }

  .uni-hero-dots button.uni-hero-active {
    background: #fff;
  }

  /* =========================
     What Can We Offer
     ========================= */
  .uni-offer {
    position: relative;
    padding: 100px 0 88px;
    background: #fff;
  }

  .uni-offer-grid {
    display: grid;
    grid-template-columns: 618px 535px;
    gap: 92px;
    align-items: center;
  }

  .uni-offer-copy {
    position: relative;
    min-height: 420px;
    padding: 0 0 118px;
    overflow: visible;
  }

  .uni-offer-copy::after {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    bottom: 52px;
    height: 230px;
    background: url("https://www.universecnc.com/wp-content/uploads/2026/07/unilasers-home-offer_bg.png") center center / contain no-repeat;
    opacity: .92;
    z-index: 0;
    pointer-events: none;
  }

  .uni-offer-copy > * {
    position: relative;
    z-index: 1;
  }

  .uni-offer h2 {
    margin: 0 0 24px;
    color: #1f2937;
    font-size: 32px;
    line-height: 1.18;
    font-weight: 800;
  }

  .uni-offer p {
    margin: 0 0 18px;
    color: #425466;
    font-size: 17px;
    line-height: 1.78;
  }

  .uni-offer-img {
    width: 535px;
    height: 487px;
    object-fit: cover;
  }

  /* =========================
     Factory Direct Product Grid
     ========================= */
  .uni-products {
    background: #f4f8fc;
    padding: 90px 0 92px;
  }

  .uni-products .uni-home-kicker,
  .uni-products h2 {
    text-align: center;
  }

  .uni-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .uni-product-card {
    position: relative;
    height: 283px;
    overflow: hidden;
    background: #153b5c;
    color: #fff;
  }

  .uni-product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
  }

  .uni-product-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(35, 97, 152, .80);
    opacity: 0;
    transition: opacity .25s ease;
  }

  .uni-product-text {
    position: absolute;
    left: 28px;
    right: 28px;
    top: 50%;
    z-index: 2;
    transform: translateY(-44%);
    opacity: 0;
    text-align: center;
    transition: opacity .25s ease, transform .25s ease;
  }

  .uni-product-text h3 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 21px;
    line-height: 1.22;
    font-weight: 800;
  }

  .uni-product-text p {
    margin: 0;
    color: #e7f0f7;
    font-size: 14px;
    line-height: 1.55;
  }

  .uni-product-card:hover img {
    transform: scale(1.06);
  }

  .uni-product-card:hover::before {
    opacity: 1;
  }

  .uni-product-card:hover .uni-product-text {
    opacity: 1;
    transform: translateY(-50%);
  }

  /* =========================
     Why Work With Us
     ========================= */
  .uni-why {
    padding: 96px 0;
    color: #fff;
    background:
      linear-gradient(0deg, rgba(8, 43, 68, .75), rgba(8, 43, 68, .75)),
      url("https://www.universecnc.com/wp-content/uploads/2025/11/unilasers-home-why_bg.png") center / cover no-repeat;
  }

  .uni-why .uni-home-heading h2,
  .uni-why .uni-home-heading p {
    color: #fff;
  }

  .uni-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 30px;
  }

  .uni-why-card {
    display: flex;
    min-height: 0;
    overflow: hidden;
    flex-direction: column;
    background: transparent;
    color: #1f2937;
  }

  .uni-why-card img {
    display: block;
    flex: 0 0 185px;
    width: 100%;
    height: 185px;
    object-fit: cover;
    object-position: center top;
    background: #f4f4f4;
  }

  .uni-why-card-body {
    display: flex;
    min-height: 172px;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: flex-start;
    background: #f4f4f4;
    padding-top: 12px;
  }

  .uni-why-card h3 {
    min-height: 64px;
    margin: 0;
    padding: 0 18px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #f4f4f4;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
  }

  .uni-why-card p {
    min-height: 74px;
    flex: 1 1 auto;
    margin: 0;
    padding: 4px 24px 20px;
    color: #626f82;
    background: #f4f4f4;
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
  }

  /* =========================
     Applications
     ========================= */
  .uni-applications {
    padding: 88px 0 102px;
    background: #fff;
  }

  .uni-app-image {
    display: block;
    width: min(900px, 100%);
    margin: 0 auto;
  }

  /* =========================
     Hot Selling Models Accordion
     Required prefix: uni-model-
     ========================= */
  .uni-model-section {
    padding: 96px 0 126px;
    background: #dbe9fb;
  }

  .uni-model-title {
    margin: 0 0 66px;
    text-align: center;
    color: #2e3a4c;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .2px;
  }

  .uni-model-accordion {
    width: min(1220px, calc(100% - 40px));
    height: 495px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    gap: 5px;
  }

  .uni-model-card {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    height: 495px;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    border: 0;
    transition: flex .42s ease;
  }

  .uni-model-card.uni-model-active {
    flex: 2.35 1 0;
    background: transparent;
    box-shadow: none;
  }

  .uni-model-compact,
  .uni-model-expanded {
    position: absolute;
    inset: 0;
  }

  .uni-model-compact {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 106px 8px 22px;
    text-align: center;
    background: transparent;
    transition: opacity .28s ease;
  }

  .uni-model-card.uni-model-active .uni-model-compact {
    opacity: 0;
    pointer-events: none;
  }

  .uni-model-short {
    margin: 0 auto;
    max-width: 132px;
    color: #111827;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 700;
  }

  .uni-model-small-img {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 88%;
    height: 245px;
    transform: translateX(-50%);
    object-fit: contain;
    object-position: center bottom;
  }

  .uni-model-expanded {
    position: absolute;
    inset: 0;
    display: block;
    padding: 54px 8px 0;
    text-align: center;
    background: transparent;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity .32s ease, transform .32s ease;
  }

  .uni-model-card.uni-model-active .uni-model-expanded {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .uni-model-expanded > div {
    position: relative;
    z-index: 2;
  }

  .uni-model-series {
    display: block;
    margin: 0 0 4px;
    color: #111827;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
  }

  .uni-model-expanded h3 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 700;
  }

  .uni-model-expanded p {
    max-width: 320px;
    margin: 22px auto 0;
    color: #293241;
    font-size: 14px;
    line-height: 1.55;
  }

  .uni-model-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 30px;
    margin: 0 auto;
    padding: 0 12px;
    border-radius: 999px;
    background: #263f63;
    color: #fff !important;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
  }

  .uni-model-big-img {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 62px;
    z-index: 1;
    display: block;
    width: calc(100% - 28px);
    height: 210px;
    margin: 0 auto;
    object-fit: contain;
    object-position: center center;
    pointer-events: none;
  }

  @media (max-width: 900px) {
    .uni-model-section {
      padding: 72px 0;
      background: #dbe9fb;
    }

    .uni-model-title {
      margin-bottom: 34px;
      font-size: 30px;
    }

    .uni-model-accordion {
      display: grid;
      width: min(620px, calc(100% - 32px));
      height: auto;
      gap: 18px;
    }

    .uni-model-card,
    .uni-model-card.uni-model-active {
      height: auto;
      min-height: 0;
      flex: none;
      background: transparent;
    }

    .uni-model-compact {
      display: none;
    }

    .uni-model-expanded {
      position: relative;
      inset: auto;
      display: flex;
      flex-direction: column;
      opacity: 1;
      pointer-events: auto;
      transform: none;
      padding: 20px 22px 24px;
    }

    .uni-model-series {
      font-size: 24px;
    }

    .uni-model-expanded h3 {
      font-size: 18px;
    }

    .uni-model-expanded p {
      margin-top: 16px;
    }

    .uni-model-big-img {
      position: static;
      width: 100%;
      height: 230px;
      margin-top: 22px;
    }
  }

  /* =========================
     Partners
     ========================= */
  .uni-partners {
    min-height: 760px;
    padding: 92px 0 130px;
    color: #fff;
    background: url("https://www.universecnc.com/wp-content/uploads/2025/11/unilasers-home-partners.png") center / cover no-repeat;
    text-align: center;
  }

  .uni-partners h2 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    line-height: 1.25;
  }

  .uni-partners p {
    max-width: 850px;
    margin: 28px auto 64px;
    color: #d8e7f5;
    font-size: 15px;
    line-height: 1.7;
  }

  /* =========================
     Equipment Purchase Process
     ========================= */
  .uni-process {
    background: #f4f6f8;
    padding: 90px 0 98px;
  }

  .uni-process-grid {
    width: min(1200px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 366px);
    justify-content: center;
    gap: 45px 51px;
  }

  .uni-process-card {
    width: 366px;
    height: 233px;
    border-radius: 8px;
    background: #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    color: #1f2937;
    font-weight: 700;
    font-size: 18px;
    transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
  }

  .uni-process-card b {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #fff;
    color: #236198;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
  }

  .uni-process-card span {
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
  }

  .uni-process-card:hover {
    background: #236198;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 16px 28px rgba(35, 97, 152, .22);
  }

  @media (max-width: 1180px) {
    .uni-process-grid {
      grid-template-columns: repeat(2, 366px);
      gap: 32px;
    }
  }

  @media (max-width: 840px) {
    .uni-process-grid {
      grid-template-columns: 1fr;
    }

    .uni-process-card {
      width: 100%;
      max-width: 366px;
      margin: 0 auto;
    }
  }

  /* =========================
     Service & Technical Support
     ========================= */
  .uni-support {
    min-height: 660px;
    padding: 96px 0;
    background:
      linear-gradient(0deg, rgba(20, 31, 38, .16), rgba(20, 31, 38, .16)),
      url("https://www.universecnc.com/wp-content/uploads/2026/07/unilasers-home-service_bg.png") center / cover no-repeat;
    color: #fff;
    display: flex;
    align-items: center;
  }

  .uni-support h2 {
    text-align: center;
    margin: 0 0 42px;
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
  }

  .uni-support-panel {
    width: 760px;
    margin: 0 auto;
    padding: 64px 64px;
    background: rgba(15, 36, 54, .42);
    backdrop-filter: blur(1px);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 38px 58px;
    color: #fff;
  }

  .uni-support-item {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 54px;
  }

  .uni-support-item img {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    object-fit: contain;
  }

  .uni-support-item span {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
  }

  /* =========================
     FAQ
     ========================= */
  .uni-faq {
    padding: 96px 0 78px;
  }

  .uni-faq-list {
    width: min(1000px, 100%);
    margin: 0 auto;
  }

  .uni-faq details {
    border-bottom: 1px solid #d9dee7;
    padding: 22px 0;
  }

  .uni-faq details:first-child {
    border-top: 1px solid #d9dee7;
  }

  .uni-faq summary {
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }

  .uni-faq summary::after {
    content: "⌄";
    font-size: 18px;
  }

  .uni-faq details[open] summary::after {
    content: "⌃";
  }

  .uni-faq details p {
    margin: 22px 0 0;
    color: #667085;
    font-size: 15px;
    line-height: 1.78;
  }

  .uni-faq-view {
    text-align: center;
    margin-top: 26px;
    color: #236198;
    font-size: 14px;
    font-weight: 700;
  }

  /* =========================
     Quote
     ========================= */
  .uni-quote {
    background: #f4f6f8;
    padding: 70px 0;
  }

  .uni-quote-grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 64px;
    align-items: start;
  }

  .uni-quote h2 {
    margin: 0 0 16px;
    color: #1f2937;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 800;
  }

  .uni-quote p {
    margin: 0;
    color: #667085;
    font-size: 15px;
    line-height: 1.7;
  }

  .uni-quote-form {
    display: grid;
    grid-template-columns: repeat(4, 1fr) auto;
    gap: 13px;
  }

  .uni-quote-form label {
    display: block;
  }

  .uni-quote-form span {
    display: block;
    margin-bottom: 6px;
    color: #667085;
    font-size: 12px;
  }

  .uni-quote-form input,
  .uni-quote-form select,
  .uni-quote-form textarea {
    width: 100%;
    height: 46px;
    border: 1px solid #d7dde5;
    background: #fff;
    padding: 0 12px;
    color: #1f2937;
    font-size: 13px;
  }

  .uni-quote-form textarea {
    height: 46px;
    padding-top: 12px;
    resize: vertical;
  }

  .uni-quote-form .uni-quote-wide {
    grid-column: span 2;
  }

  .uni-quote-form button {
    align-self: end;
    height: 46px;
    border: 0;
    background: #236198;
    color: #fff;
    padding: 0 26px;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
  }

  @media (max-width: 1280px) {
    .uni-hero-dots {
      right: 40px;
    }

    .uni-hero-arrow--prev {
      left: 24px;
    }

    .uni-hero-arrow--next {
      right: 24px;
    }

    .uni-offer-grid {
      grid-template-columns: 1fr 420px;
    }

    .uni-offer-img {
      width: 420px;
      height: 383px;
    }
  }

  @media (max-width: 900px) {
    .uni-hero {
      height: 460px;
    }

    .uni-hero-main-title {
      font-size: 34px;
    }

    .uni-hero-main-subtitle {
      font-size: 20px;
    }

    .uni-hero-product-title {
      font-size: 28px;
    }

    .uni-hero-feature-lines {
      font-size: 16px;
    }

    .uni-hero-arrow {
      width: 44px;
      height: 44px;
      font-size: 26px;
    }

    .uni-offer-grid,
    .uni-quote-grid {
      grid-template-columns: 1fr;
    }

    .uni-offer-img {
      width: 100%;
      height: auto;
    }

    .uni-product-grid,
    .uni-why-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .uni-why-card img {
      height: 170px;
      object-fit: cover;
      object-position: center top;
    }

    .uni-why-card h3 {
      min-height: auto;
      font-size: 18px;
      line-height: 28px;
    }

    .uni-why-card p {
      min-height: auto;
      padding: 0 22px 22px;
      font-size: 14px;
    }
.uni-process-grid,
    .uni-support-panel {
      width: 100%;
    }

    .uni-quote-form {
      grid-template-columns: 1fr 1fr;
    }

    .uni-quote-form button {
      grid-column: 1 / -1;
    }
  }

  @media (max-width: 640px) {
    .uni-home-section {
      padding: 56px 0;
    }

    .uni-product-grid,
    .uni-why-grid,
    .uni-process-grid,
    .uni-support-panel {
      grid-template-columns: 1fr;
    }

    .uni-quote-form {
      grid-template-columns: 1fr;
    }

    .uni-quote-form .uni-quote-wide {
      grid-column: auto;
    }
  }

.uni-quote-form input[name="website"] {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
