@import url('https://fonts.cdnfonts.com/css/lg-smart');
@import url('https://cdn.jsdelivr.net/npm/uikit@3.23.1/dist/css/uikit.min.css');
  html, body {
    margin: 0;
    font-family: 'LG Smart Light', sans-serif;
    background: #F0ECE5;
    color: #222;
    font-size: 18px;
  }
  #contentPage {
    margin: 0 !important
  }
  #lg-qned-hero {
    background: linear-gradient(90deg, #222 60%, #F0ECE5 100%);
    background-image: url('https://buydig.com/assets/thehub/pages/lg/2025/TVs_85QNED92AUA_brilliantly-vibrant-color-desktop_features_1600x600 1.png');
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    margin: 2rem 2rem 1rem;
    min-height: 550px;
  }
.hero-container {
    display: grid;
    grid-template-columns: 4fr 6fr;
    align-items: center;
    max-width: 1477px;
    margin: auto;
    min-height: 503px;
}
img.logo {
    width: 222px;
    margin-left: -32px;
}
  h1.hero-title {
    font-size: 42px;
    color: #fff;
    font-family: 'LG Smart', sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 1;
}
  .hero-desc {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'LG Smart Light', sans-serif;
    line-height: 1.4;
  }
  .hero-btn {
    background: #F01F10;
    color: #fff;
    border: none;
    padding: 10px 40px;
    font-size: 22px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
    font-family: 'LG Smart Light', sans-serif;
  }
  .hero-image {
    display: none;
  }
  #lg-qned-sections {
        margin: 0 2rem;
    }
.section {
    display: grid;
    align-items: center;
    padding: 1rem 0;
    grid-template-columns: 6fr 6fr;
}
  .section-content {
    padding: 0 11rem;
  }
  h2.section-title {
    font-size: 42px;
    font-family: 'LG Smart', sans-serif;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .section-desc {
    font-size: 18px;
    margin-bottom: 24px;
    font-family: 'LG Smart Light', sans-serif;
    line-height: 1.4;
  }
  .section-btn {
    background: #F01F10;
    color: #fff;
    border: none;
    padding: 10px 40px;
    font-size: 22px;
    border-radius: 24px;
    cursor: pointer;
    font-weight: bold;
    font-family: 'LG Smart Light', sans-serif;
  }
  .section-image img {
    max-width: 100%;
  }
  @media (max-width: 900px) {
    #lg-qned-hero, .section {
      flex-direction: column;
      padding: 30px 0;
    }
    .hero-content, .hero-image, .section-content, .section-image {
      max-width: 100%;
    }
    h1.hero-title, h2.section-title {
      font-size: 32px;
      margin-top: 16px;
    }
  }
  @media (max-width: 640px) {
    .section {
        display: flex;
        flex-direction: column;
    }
    .section-content {
        padding: 0;
    }
    .flex-reverse {
      flex-direction: column-reverse;
    }
    .hero-container {
        display: flex;
        align-items: flex-start;
        padding: 0 2rem;
    }
    #lg-qned-hero {
        margin: 0;
        background-image: url('https://buydig.com/assets/thehub/pages/lg/2025/TVs_85QNED92AUA_brilliantly-vibrant-color-mobile.png');
        background-size: cover;
        background-position: center;
        min-height: 722px;
    }
    img.logo {
        margin: auto;
        display: block;
        margin-bottom: 1rem;
    }
    .hero-btn {
        width: 100%;
    }
    .section {
      padding: 20px 0;
    }
    .footer-lg {
        padding: 0 2rem;
    }
  }