/* Remote Control owns distinct Figma variants at 1024, 768, and 360.
   Keep these rules page-local instead of changing the shared Feature family. */

@media screen and (min-width: 1320px), screen and (max-width: 767.98px) {
  .remote-control-banner,
  body:has(.remote-control-banner) .steps,
  body:has(.remote-control-banner) .features-container,
  body:has(.remote-control-banner) .use-cases-container {
    font-family: "Segoe UI", Arial, sans-serif;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1319.98px) {
  body:has(.remote-control-banner) .use-cases-container {
    font-family: "Segoe UI", Arial, sans-serif;
  }

  .remote-control-banner {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 80px 60px;
  }

  .remote-control-banner .banner-top {
    box-sizing: border-box;
    width: 100%;
    padding: 66px 0 0;
    gap: 40px;
  }

  .remote-control-banner .banner-title {
    width: 100%;
  }

  .remote-control-banner .banner-title h1 {
    margin: 0 0 25px;
    font-size: 38px;
    line-height: 50px;
  }

  .remote-control-banner .banner-title h2 {
    max-width: 720px;
    margin: 0;
    font-size: 28px;
    line-height: 38px;
  }

  .remote-control-banner .banner-image {
    display: block;
    width: 100%;
    max-width: none;
    aspect-ratio: 1200 / 740;
    margin: 42px auto 0;
    object-fit: cover;
    border-radius: 20px;
  }

  body:has(.remote-control-banner) .steps .steps-title {
    margin-bottom: 40px;
  }

  body:has(.remote-control-banner) .steps:not(.usb-steps) .steps-list .steps-btn {
    width: auto;
    height: 48px;
    padding: 0 36px;
  }

  body:has(section.remote-control-banner) section.container.features-container {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    padding: 84px 80px;
  }

  body:has(section.remote-control-banner) section.container.features-container .features-title {
    margin-bottom: 84px;
    font-size: 32px;
    line-height: 42px;
  }

  body:has(section.remote-control-banner) section.container.features-container > .feature,
  body:has(section.remote-control-banner) section.container.features-container > .feature:nth-child(odd) {
    width: 820px;
    max-width: 100%;
    margin: 0 auto 72px;
    gap: 40px;
  }

  body:has(section.remote-control-banner) section.container.features-container > .feature:last-child {
    margin-bottom: 0;
  }

  body:has(section.remote-control-banner) section.container.features-container > .feature > img {
    flex: 0 0 400px;
    width: 400px;
    height: 267px;
    object-fit: cover;
  }

  body:has(section.remote-control-banner) section.container.features-container .feature-content .feature-title {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 32px;
  }

  body:has(section.remote-control-banner) section.container.features-container .feature-content .feature-desc {
    font-size: 16px;
    line-height: 22px;
  }

  body:has(section.remote-control-banner) section.container.features-container .feature-content .feature-desc:not(:last-child) {
    margin-bottom: 20px;
  }

  body:has(section.remote-control-banner) section.container.features-container .feature-content .feature-desc img {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    padding: 84px 80px 0;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-title {
    margin-bottom: 72px;
    font-size: 28px;
    line-height: 38px;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .tab-wrapper,
  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-contents {
    width: 100%;
    max-width: 864px;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .tab-wrapper {
    margin-bottom: 28px;
    padding: 0;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-tabs {
    gap: 16px;
    margin-bottom: 0;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-tab {
    min-width: 0;
    padding: 10px 28px;
    border-radius: 50px;
    outline: 1px solid #ccc;
    outline-offset: -1px;
    font-size: 24px;
    line-height: 32px;
    color: #666;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-tab.active {
    color: #7a62f0;
    outline-color: transparent;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-content {
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    width: 100%;
    min-height: 300px;
    padding: 0 0 0 40px;
    gap: 40px;
    overflow: hidden;
    border-radius: 20px;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-content-text {
    box-sizing: border-box;
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 30px 0;
    gap: 30px;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-content-title {
    margin: 0;
    font-size: 20px;
    line-height: 26px;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-content-desc {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-content-image {
    flex: 1 0 0;
    align-self: stretch;
    width: auto;
    min-width: 0;
    height: auto;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-content-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container > div:last-child {
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: calc(100% + 160px);
    height: 210px;
    margin: 84px -80px 0;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .download-btn {
    margin: 0;
  }

  body:has(.remote-control-banner) .site-footer {
    min-height: 513px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  body:has(.remote-control-banner) .header-menu nav {
    height: 56px;
  }

  .remote-control-banner {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 40px 40px;
  }

  .remote-control-banner .banner-top {
    box-sizing: border-box;
    width: 100%;
    padding: 64px 0 0;
    gap: 30px;
  }

  .remote-control-banner .banner-title h1 {
    margin: 0 0 25px;
    font-size: 38px;
    line-height: 50px;
  }

  .remote-control-banner .banner-title h2 {
    max-width: 620px;
    margin: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .remote-control-banner .banner-downloads .download-center-link,
  .remote-control-banner .banner-downloads .download-group {
    display: none !important;
  }

  .remote-control-banner .banner-downloads .show-on-ios {
    display: block !important;
    width: 119.664px !important;
    height: 40px !important;
    margin: 0 !important;
  }

  .remote-control-banner .banner-image {
    display: block;
    width: 100%;
    max-width: none;
    aspect-ratio: 1200 / 740;
    margin: 30px auto 0;
    object-fit: cover;
    border-radius: 20px;
  }

  body:has(.remote-control-banner) .steps .steps-title {
    white-space: nowrap;
  }

  body:has(.remote-control-banner) .steps:not(.usb-steps) .steps-content {
    min-height: 1134px;
  }

  body:has(.remote-control-banner) .steps:not(.usb-steps) .steps-list .steps-btn {
    width: auto;
    height: 48px;
    padding: 0 36px;
  }

  body:has(section.remote-control-banner) section.container.features-container {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    padding: 60px 20px;
  }

  body:has(section.remote-control-banner) section.container.features-container .features-title {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 42px;
  }

  body:has(section.remote-control-banner) section.container.features-container > .feature,
  body:has(section.remote-control-banner) section.container.features-container > .feature:nth-child(odd) {
    flex-direction: column !important;
    width: 670px;
    max-width: 100%;
    margin: 0 auto 40px;
    padding: 0;
    gap: 40px;
  }

  body:has(section.remote-control-banner) section.container.features-container > .feature:last-child {
    margin-bottom: 0;
  }

  body:has(section.remote-control-banner) section.container.features-container > .feature > img {
    width: 600px;
    max-width: 100%;
    height: 400px;
    object-fit: cover;
  }

  body:has(section.remote-control-banner) section.container.features-container .feature-content .feature-title {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 38px;
    text-align: left;
  }

  body:has(section.remote-control-banner) section.container.features-container .feature-content .feature-desc {
    font-size: 14px;
    line-height: 20px;
  }

  body:has(section.remote-control-banner) section.container.features-container .feature-content .feature-desc:not(:last-child) {
    margin-bottom: 16px;
  }

  body:has(section.remote-control-banner) section.container.features-container .feature-content .feature-desc img {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    padding: 40px 40px 0;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-title {
    margin-bottom: 60px;
    font-size: 28px;
    line-height: 38px;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .tab-wrapper,
  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-contents {
    width: 100%;
    max-width: 688px;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .tab-wrapper {
    margin-bottom: 28px;
    padding: 0;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-tabs {
    gap: 8px;
    margin-bottom: 0;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-tab {
    min-width: 0;
    padding: 8px 20px;
    border-radius: 50px;
    outline: 1px solid #ccc;
    outline-offset: -1px;
    font-size: 24px;
    line-height: 32px;
    color: #666;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-tab.active {
    color: #7a62f0;
    outline-color: transparent;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-content {
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    gap: 10px;
    overflow: hidden;
    border-radius: 20px;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-content-text {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px;
    gap: 30px;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-content-title {
    margin: 0;
    font-size: 24px;
    line-height: 32px;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-content-desc {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-content-image {
    width: 100%;
    height: 430px;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-content-image img {
    display: block;
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 0;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container > div:last-child {
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: calc(100% + 80px);
    height: 210px;
    margin: 40px -40px 0;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .download-btn {
    margin: 0;
  }

  body:has(.remote-control-banner) .site-footer {
    min-height: 823px;
  }
}

@media screen and (max-width: 767.98px) {
  .remote-control-banner {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 0 20px;
  }

  .remote-control-banner::before {
    content: none;
  }

  .remote-control-banner .banner-top {
    box-sizing: border-box;
    width: 288px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    padding: 44px 0 0;
    gap: 30px;
  }

  .remote-control-banner .banner-title {
    width: 100%;
  }

  .remote-control-banner .banner-title h1 {
    margin: 0 0 25px;
    font-size: 32px;
    line-height: 42px;
  }

  .remote-control-banner .banner-title h2 {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .remote-control-banner .banner-downloads :is(.show-on-ios, .show-on-android) {
    display: none !important;
    height: 40px !important;
    margin: 0 !important;
  }

  html.platform-ios .remote-control-banner .banner-downloads :is(.download-center-link, .download-group),
  html.platform-android .remote-control-banner .banner-downloads :is(.download-center-link, .download-group) {
    display: none !important;
  }

  html.platform-ios .remote-control-banner .banner-downloads .show-on-ios {
    display: block !important;
    width: 119.664px !important;
  }

  html.platform-android .remote-control-banner .banner-downloads .show-on-android {
    display: block !important;
    width: 135px !important;
  }

  .remote-control-banner .banner-image {
    display: block;
    width: 288px;
    max-width: calc(100% - 40px);
    aspect-ratio: 1200 / 740;
    margin: 30px auto 0;
    object-fit: cover;
    border-radius: 20px;
  }

  body:has(.remote-control-banner) .steps {
    padding: 60px 20px 20px;
  }

  body:has(.remote-control-banner) .steps .steps-title {
    width: 320px;
    margin-right: auto;
    margin-left: auto;
  }

  body:has(.remote-control-banner) .steps:not(.usb-steps) .steps-content {
    min-height: 881px;
    padding: 36px 30px;
    gap: 20px;
  }

  body:has(.remote-control-banner) .steps:not(.usb-steps) .steps-content .steps-video,
  body:has(.remote-control-banner) .steps:not(.usb-steps) .steps-content .steps-video video {
    width: 250px;
    height: 333px;
    aspect-ratio: auto;
  }

  body:has(.remote-control-banner) .steps:not(.usb-steps) .steps-content .steps-list {
    width: 250px;
    row-gap: 20px;
  }

  body:has(.remote-control-banner) .steps:not(.usb-steps) .steps-items {
    gap: 20px;
  }

  body:has(.remote-control-banner) .steps:not(.usb-steps) .steps-content .steps-item {
    column-gap: 20px;
  }

  body:has(.remote-control-banner) .steps:not(.usb-steps) .step-number {
    flex: 0 0 30px;
    width: 30px;
    font-size: 50px;
    line-height: 1;
  }

  body:has(.remote-control-banner) .steps:not(.usb-steps) .step-detail {
    row-gap: 12px;
  }

  body:has(.remote-control-banner) .steps:not(.usb-steps) .step-title {
    font-size: 20px;
    line-height: 28px;
  }

  body:has(.remote-control-banner) .steps:not(.usb-steps) .step-desc {
    font-size: 14px;
    line-height: 20px;
  }

  body:has(.remote-control-banner) .steps:not(.usb-steps) .steps-list .steps-btn {
    width: auto;
    height: 48px;
    padding: 0 36px;
  }

  body:has(section.remote-control-banner) section.container.features-container {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    min-height: 1208px;
    padding: 40px 20px;
  }

  body:has(section.remote-control-banner) section.container.features-container .features-title {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 38px;
  }

  body:has(section.remote-control-banner) section.container.features-container > .feature,
  body:has(section.remote-control-banner) section.container.features-container > .feature:nth-child(odd) {
    flex-direction: column !important;
    width: 320px;
    max-width: none;
    margin: 0 auto 40px;
    padding: 0;
    gap: 20px;
  }

  body:has(section.remote-control-banner) section.container.features-container > .feature:last-child {
    margin-bottom: 0;
  }

  body:has(section.remote-control-banner) section.container.features-container > .feature > img {
    width: 100%;
    max-width: none;
    height: 214px;
    object-fit: cover;
  }

  body:has(section.remote-control-banner) section.container.features-container .feature-content .feature-title {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
  }

  body:has(section.remote-control-banner) section.container.features-container .feature-content .feature-desc {
    font-size: 14px;
    line-height: 20px;
  }

  body:has(section.remote-control-banner) section.container.features-container .feature-content .feature-desc:not(:last-child) {
    margin-bottom: 14px;
  }

  body:has(section.remote-control-banner) section.container.features-container .feature-content .feature-desc img {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin-right: 8px;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    padding: 20px 20px 0;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-title {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 32px;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .tab-wrapper,
  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-contents {
    width: 320px;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .tab-wrapper {
    height: auto;
    margin-bottom: 28px;
    padding: 0;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-tabs {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 0;
    overflow: visible;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-tab {
    flex: 0 0 auto;
    padding: 6px 18px;
    border-radius: 50px;
    outline: 1px solid #ccc;
    outline-offset: -1px;
    font-size: 20px;
    line-height: 28px;
    color: #666;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-tab.active {
    color: #7a62f0;
    outline-color: transparent;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-content {
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    gap: 10px;
    overflow: hidden;
    border-radius: 20px;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-content-text {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 30px;
    gap: 10px;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-content-title {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-content-desc {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-content-image {
    width: 100%;
    height: 240px;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .use-cases-content-image img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 0;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container > div:last-child {
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: calc(100% + 40px);
    height: 200.267px;
    margin: 20px -20px 0;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container .download-btn {
    margin: 0;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container > div:last-child > :is(.show-on-ios, .show-on-android) {
    height: 40px !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container > div:last-child > .show-on-ios {
    width: 119.664px !important;
  }

  body:has(section.remote-control-banner) section.container.use-cases-container > div:last-child > .show-on-android {
    width: 135px !important;
  }

  body:has(.remote-control-banner) .site-footer {
    min-height: 1017px;
  }
}
