:root {
  --h-bg: #eef2f7;
  --h-paper: #ffffff;
  --h-paper-soft: #f7f9fc;
  --h-border: #d8e2ef;
  --h-text: #133B5C;
  --h-muted: #5f7389;
  --h-primary: #0f3a66;
  --h-primary-2: #1a4d82;
  --h-accent: #ff6a00;
  --h-accent-2: #ff8a3d;
  --h-success: #4f8f18;
  --h-shadow-sm: 0 8px 20px rgba(11, 33, 56, 0.08);
  --h-shadow-md: 0 16px 38px rgba(8, 27, 47, 0.12);
  --h-r-xl: 24px;
  --h-r-lg: 18px;
  --h-r-md: 14px;
}

.home-section {
  margin-top: 30px;
  /*padding: 14px;*/
  /*border-radius: 8px;*/
  /*border: 1px solid var(--h-border);*/
  /*background: #ffffff;*/
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.section-head h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 20px !important;
  font-weight: 600;
  color: var(--h-text);
  text-transform: uppercase;
  letter-spacing: 0.25px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.section-head h2::before {
  content: "";
  width: 4px;
  height: 24px;
  border-radius: 12px;
  background: linear-gradient(180deg, var(--h-accent), var(--h-accent-2));
}

.section-head a {
  text-decoration: none;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  border-radius: 6px;
  background: #133B5C;
  padding: 7px 12px;
}

.section-head a:hover {
  opacity: 0.92;
}

.home-hero {
  margin-top: 6px;
}

.home-feature-slider {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 450px;
  border: 1px solid #d4dfeb;
  background: #101827;
  /*box-shadow: 0 18px 36px rgba(10, 30, 50, 0.16);*/
  margin-bottom: 14px;
}

.feature-slider-track {
  position: relative;
  min-height: 450px;
}

.feature-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.feature-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.feature-slide img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.feature-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 24, 39, 0.15) 0%, rgba(15, 24, 39, 0.35) 60%, rgba(15, 24, 39, 0.45) 80%, rgba(15, 24, 39, 0.75) 100%);
}

.feature-slide-content {
  position: absolute;
  z-index: 2;
  left: 5.2%;
  top: 50%;
  /*transform: translateY(-50%);*/
  width: min(58%, 780px);
  color: #fff;
}

.feature-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgb(234, 243, 251);
  background: rgb(234, 243, 251);
  color: #133B5C;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  padding: 4px 10px;
}

.feature-badge::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #133B5C;
}

.feature-slide-content h2 {
  margin: 16px 0 12px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.2rem, 1.65rem + 1.95vw, 4.4rem);
  line-height: 1.03;
  letter-spacing: 0.2px;
}

.feature-slide-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(242, 245, 252, 0.94);
  max-width: 88%;
}

.feature-actions {
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.feature-btn {
  text-decoration: none;
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.25px;
  padding: 6px 20px;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.feature-btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

.feature-btn-primary {
  background: #133B5C;
  border-color: #133B5C;
  color: #fff;
}

.feature-btn-muted {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.26);
  color: #f2f6ff;
}

.feature-slider-dots {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 16px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.feature-slider-nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 30px;
  height: 55px;
  border: 0;
  padding: 0;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(7, 18, 36, 0.28);
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.feature-slider-nav:hover {
  filter: brightness(1.05);
}

.feature-slider-nav:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 3px;
}

.feature-slider-nav-prev {
  left: 0;
  border-radius: 0 10px 10px 0;
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.34), 0 16px 34px rgba(7, 18, 36, 0.28);
}

.feature-slider-nav-next {
  right: 0;
  border-radius: 10px 0 0 10px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.34), 0 16px 34px rgba(7, 18, 36, 0.28);
}

.feature-slider-nav-icon {
  font-size: 22px;
  color: #133B5C;
}

.feature-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 0;
  opacity: 0.7;
  background: #dbe5f4;
}

.feature-dot.is-active {
  opacity: 1;
  background: #133B5C;
}

.editorial-hero {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.editorial-top {
  display: grid;
  grid-template-columns: minmax(0, 1.95fr) minmax(0, 0.95fr);
  gap: 14px;
}

.editorial-main-card,
.editorial-side-card,
.editorial-bottom-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background: #0a1a2f;
  border: 1px solid #c8d7e6;
  /*box-shadow: 0 14px 28px rgba(9, 30, 50, 0.14);*/
  color: #fff;
  text-decoration: none;
}

.editorial-main-card {
  min-height: 440px;
}

.editorial-side-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.editorial-side-card {
  min-height: 220px;
}

.editorial-bottom-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.editorial-bottom-card {
  min-height: 200px;
}

.editorial-main-card img,
.editorial-side-card img,
.editorial-bottom-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.editorial-main-card:hover img,
.editorial-side-card:hover img,
.editorial-bottom-card:hover img {
  transform: scale(1.05);
}

.editorial-main-card::after,
.editorial-side-card::after,
.editorial-bottom-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(165deg, rgba(16, 62, 98, 0.2), rgba(8, 23, 39, 0.08) 48%, rgba(4, 10, 16, 0.66));
}

.editorial-nav {
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
}

.editorial-nav span,
.editorial-nav a {
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid rgba(20, 145, 162, 0.78);
  background: rgba(20, 145, 162, 0.55);
  color: #ecf7f8;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.35px;
  padding: 10px 16px;
}

.editorial-nav .is-active {
  background: rgba(12, 120, 136, 0.8);
  border-color: rgba(12, 120, 136, 0.96);
}

.editorial-card-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  color: #fff;
  padding: 20px;
  background: linear-gradient(180deg, rgba(5, 14, 24, 0.04) 0%, rgba(5, 14, 24, 0.92) 82%);
}

.editorial-main-overlay {
  padding-top: 54px;
}

.editorial-main-overlay h2 {
  margin: 0;
  max-width: 90%;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.2rem, 1.5rem + 1.8vw, 3.25rem);
  line-height: 1.05;
  font-weight: 600;
}

.editorial-card-overlay h3 {
  margin: 0;
  line-height: 1.2;
  font-weight: 700;
  font-size: 18px !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.editorial-card-overlay p,
.editorial-main-overlay p {
  margin: 10px 0 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.94);
  letter-spacing: 0.2px;
}

.brand-section {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(240, 247, 255, 0.94));
}

.brand-strip {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 12px;
}

.brand-pill {
  text-decoration: none;
  color: var(--h-text);
  border: 1px solid #dfe8f3;
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 12px 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.brand-pill:hover {
  box-shadow: 0 12px 20px rgba(12, 34, 57, 0.1);
}

.brand-logo {
  width: 65px;
  height: 65px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e9f3;
  box-shadow: inset 0 0 0 6px #fff;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.brand-name {
  font-size: 0.9rem;
  font-weight: 700;
}

.quick-cat-section {
  /*padding: 12px;*/
}

.quick-cat-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.quick-cat-chip {
  text-decoration: none;
  border: 2px solid #133B5C;
  color: #133B5C;
  border-radius: 12px;
  background: #f8fbff;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.quick-cat-chip:hover {
  background: #133B5C;
  color: #fff;
  transform: translateY(-2px);
}

.quick-cat-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
}

.quick-cat-count {
  min-width: 25px;
  height: 25px;
  border-radius: 999px;
  border: 1px solid #1b4d80;
  background: #1b4d80;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 600;
}

.device-hub-section {
  /*background: linear-gradient(145deg, #ffffff, #f5f9ff);*/
}

.device-hub-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.device-hub-card {
  border-radius: 14px;
  border: 1px solid #d9e5f2;
  background: #fff;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 230px;
}

.device-hub-head h3 {
  margin: 2px 0 6px;
  font-family: "Oswald", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.device-hub-head p {
  margin: 0;
  color: var(--h-muted);
  font-size: 0.88rem;
  line-height: 1.4;
}

.device-kicker {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.device-hub-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.device-hub-stats div {
  border-radius: 10px;
  border: 1px solid #dde8f4;
  background: #f9fbff;
  text-align: center;
  padding: 8px 6px;
}

.device-hub-stats strong {
  display: block;
  color: var(--h-primary);
  font-size: 1.05rem;
  line-height: 1.1;
}

.device-hub-stats span {
  font-size: 0.74rem;
  color: #40607f;
  text-transform: uppercase;
  letter-spacing: 0.35px;
}

.device-hub-links {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.device-hub-links a {
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #d6e3f2;
  background: #fff;
  color: #123f65;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  padding: 7px 6px;
}

.device-hub-links a:hover {
  border-color: #123f65;
}

.device-theme-mobile .device-kicker { color: #0f5d9a; }
.device-theme-laptop .device-kicker { color: #7a4200; }
.device-theme-tablet .device-kicker { color: #00605a; }
.device-theme-tv .device-kicker { color: #1f4f72; }

.device-showcase-section {
  /*background: linear-gradient(145deg, #ffffff, #f5f9ff);*/
  /*border-color: #cfdeec;*/
}

.device-showcase-section .section-head {
  margin-bottom: 10px;
}

.article-showcase-section .section-head {
  margin-bottom: 10px;
}

.device-jump-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.device-jump-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6e4f1;
  background: #f4f8fd;
  color: #1a4163;
  border-radius: 6px;
  padding: 12px 14px;
  font-family: "Oswald", sans-serif;
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2px;
  transition: all 0.2s ease;
}

.device-jump-btn:hover {
  border-color: #123e66;
  color: #123e66;
  background: #ffffff;
}

.device-showcase-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.article-showcase-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.device-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}

.device-tab-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6e4f1;
  background: #f4f8fd;
  color: #1a4163;
  border-radius: 6px;
  text-decoration: none;
  padding: 12px 14px;
  font-family: "Oswald", sans-serif;
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2px;
  transition: all 0.2s ease;
}

.device-tab-btn:hover {
  border-color: #123e66;
  color: #123e66;
}

.device-tab-btn.is-active {
  background: #123e66;
  border-color: #123e66;
  color: #fff;
}

.device-panel {
  /*border: 1px solid #d4e2f0;*/
  /*border-radius: 16px;*/
  /*padding: 14px;*/
  /*background: #fff;*/
}

.device-tabs + .device-panel {
  display: none;
}

.device-panel.is-active {
  display: block;
}

.device-panel-static,
.device-showcase-stack > .device-panel,
.article-showcase-stack > .device-panel {
  display: block !important;
  visibility: visible;
  scroll-margin-top: 96px;
}

.device-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.device-panel-head h3 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.6rem, 1.35rem + 0.8vw, 2.1rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.45px;
}

.device-panel-links {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.device-panel-links a {
  text-decoration: none;
  border: 1px solid #d2e1ef;
  border-radius: 6px;
  color: #123d63;
  background: #f7fbff;
  font-size: 0.94rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  padding: 8px 14px;
}

.device-brand-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.device-brand-pill {
  text-decoration: none;
  color: var(--h-text);
  border: 1px solid #dee8f4;
  border-radius: 12px;
  background: #fff;
  padding: 9px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 60px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.device-brand-pill:hover {
  border-color: #9eb8d3;
  box-shadow: 0 8px 18px rgba(12, 40, 68, 0.08);
}

.device-brand-logo {
  width: 44px;
  height: 44px;
  padding: 3px;
  border-radius: 8px;
  border: 1px solid #e2eaf5;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.device-brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.device-brand-pill span:last-child {
  font-size: 1.06rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1.15;
}

.device-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 12px;
}

.device-columns-single {
  grid-template-columns: 1fr;
}

.device-list-block {
  /*border: 1px solid #d3e2f0;*/
  /*border-radius: 14px;*/
  /*padding: 12px;*/
  /*background: #fdfefe;*/
}

.device-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.device-list-head h4 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.45rem, 1.2rem + 0.6vw, 1.95rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.3px;
}

.device-list-head a {
  text-decoration: none;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  border-radius: 6px;
  background: #123f66;
  padding: 6px 10px;
}

.device-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.device-product-card {
  position: relative;
  text-decoration: none;
  color: var(--h-text);
  border-radius: 12px;
  border: 1px solid #d4e2ef;
  background: #fff;
  padding: 12px;
  display: flex;
  flex-direction: column;
  /*min-height: 240px;*/
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.device-product-card:hover {
  transform: translateY(-2px);
  border-color: #aac3db;
  box-shadow: 0 10px 20px rgba(10, 31, 52, 0.08);
}

.device-product-card img {
  width: 100%;
  height: 118px;
  object-fit: contain;
}

.device-product-card h5 {
  margin: 10px 0 6px;
  font-family: "Oswald", sans-serif;
  font-size: 1.05rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.device-product-card p {
  margin: auto 0 0;
  font-size: 0.96rem;
  font-weight: 700;
  color: #204767;
  margin-top: 0px;
  text-align: center;
}

.device-empty {
  margin: 0;
  min-height: 80px;
  display: flex;
  align-items: center;
  color: var(--h-muted);
  font-size: 1.05rem;
}

.device-article-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.device-article-card {
  text-decoration: none;
  color: var(--h-text);
  border-radius: 14px;
  border: 1px solid #dce7f3;
  background: linear-gradient(165deg, #fff, #f5f9fe);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.device-article-card:hover {
  transform: translateY(-2px);
  border-color: #aac3db;
  box-shadow: 0 10px 20px rgba(10, 31, 52, 0.08);
}

.device-article-card img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: fill;
  display: block;
  background: #edf3fa;
}

.device-article-copy {
  padding: 12px;
}

.device-article-copy h5 {
  margin: 0 0 8px;
  font-family: "Oswald", sans-serif;
  font-size: 18px !important;
  line-height: 1.2;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.device-article-copy p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.35;
  color: var(--h-muted);
}

.device-compare-block {
  margin-top: 14px;
}

.h-scroll-wrap {
  position: relative;
}
.h-scroll-wrap.no-overflow .h-nav {
  display: none !important;
}

.h-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  overflow: visible;
  padding-bottom: 0;
}

.h-track::-webkit-scrollbar {
  display: none;
}

.mobile-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #d9e5f2;
  background: #ffffff;
  padding: 12px;
  text-decoration: none;
  color: var(--h-text);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.mobile-card:hover {
  border-color: #bccfe3;
  box-shadow: 0 12px 24px rgba(10, 31, 52, 0.1);
}

.mobile-card img {
  width: 100%;
  height: 132px;
  object-fit: contain;
  margin-top: 6px;
}

.mobile-card h3 {
  margin: 10px 0 8px;
  font-family: "Oswald", sans-serif;
  font-size: 1.05rem;
  line-height: 1.2;
  font-weight: 500;
}

.mobile-card p {
  margin: auto 0 0;
  color: #1f3951;
  font-size: 0.88rem;
  font-weight: 700;
}

.spec-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-weight: 800;
  font-size: 0.68rem;
  border-radius: 4px;
  padding: 4px 7px;
  background: var(--h-success);
}

.device-new-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  color: #fff;
  font-weight: 800;
  font-size: 0.68rem;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 4px 7px;
  background: linear-gradient(135deg, #ff6a00, #ff8a3d);
}

.h-nav {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  z-index: 2;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #133B5C;
  box-shadow: 0 10px 18px rgba(8, 24, 40, 0.22);
  cursor: pointer;
  pointer-events: auto;
}

.h-nav.prev { left: -6px; }
.h-nav.next { right: -6px; }

.top-brand-products {
  background: linear-gradient(145deg, #ffffff, #f7fbff);
}

.brand-product-block + .brand-product-block {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #dbe7f3;
}

.brand-mini-head {
  margin-bottom: 10px;
}

.brand-mini-head h3 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--h-text);
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.compare-section {
  background: linear-gradient(145deg, #ffffff, #f5f9ff);
}

.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.cmp-card {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--h-text);
  border-radius: var(--h-r-md);
  border: 1px solid #dbe7f3;
  background: #fff;
  padding: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cmp-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(11, 31, 52, 0.09);
}

.cmp-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cmp-item img {
  width: 52px;
  height: 58px;
  object-fit: contain;
}

.cmp-item span {
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 500;
}

.cmp-vs {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0f1822;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}

.content-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.split-full {
  grid-column: 1 / -1;
}

.list-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.list-cards.two-col {
  grid-template-columns: 1fr 1fr;
}

.list-card {
  text-decoration: none;
  color: var(--h-text);
  border-radius: 14px;
  border: 1px solid #dce7f3;
  background: linear-gradient(165deg, #fff, #f5f9fe);
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr 164px;
  align-items: center;
  gap: 12px;
  min-width: 0;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  direction: rtl;
}

.list-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(10, 31, 52, 0.08);
}

.list-copy h4 {
  margin: 0 0 7px;
  font-family: "Oswald", sans-serif;
  font-size: 20px !important;
  line-height: 1.23;
  font-weight: 500;
  text-align: left;
}

.list-copy h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.list-copy p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.35;
  color: var(--h-muted);
  text-align: left;
}

.list-card img {
  width: 100%;
  max-width: 100%;
  height: 96px;
  border-radius: 11px;
  object-fit: fill;
  display: block;
}

.js-home-motion .home-hero,
.js-home-motion .home-section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.42s ease, transform 0.42s ease;
}

.js-home-motion .home-hero.is-in,
.js-home-motion .home-section.is-in {
  opacity: 1;
  transform: none;
}

@media (max-width: 1260px) {
  .brand-strip { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .quick-cat-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .h-track { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .device-hub-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .device-jump-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .device-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .device-brand-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 1024px) {
  .home-shell {
    padding: 16px 12px 34px;
  }

  .feature-slide-content {
    width: min(72%, 720px);
  }

  .device-panel-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .device-panel-links {
    width: 100%;
  }

  .editorial-top {
    grid-template-columns: 1fr;
  }

  .editorial-main-card {
    min-height: 420px;
  }

  .editorial-side-stack {
    grid-template-columns: 1fr 1fr;
  }

  .editorial-side-card {
    min-height: 220px;
  }

  .editorial-bottom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .quick-cat-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compare-grid,
  .content-split,
  .list-cards.two-col {
    grid-template-columns: 1fr;
  }

  .device-columns {
    grid-template-columns: 1fr;
  }

  .device-article-grid {
    grid-template-columns: 1fr 1fr;
  }

  .h-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .device-brand-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .home-section {
    /*border-radius: 16px;*/
    /*padding: 12px;*/
  }

  .section-head h2::before {
    height: 20px;
  }

  .home-feature-slider,
  .feature-slider-track {
    min-height: 220px;
    border-radius: 14px;
  }

  .feature-slide-overlay {
    background: linear-gradient(180deg, rgba(15, 24, 39, 0.15) 0%, rgba(15, 24, 39, 0.35) 60%, rgba(15, 24, 39, 0.45) 80%, rgba(15, 24, 39, 0.75) 100%);
  }

  .feature-slide-content {
    width: auto;
    left: 30px;
    right: 30px;
    top: auto;
    bottom: 18px;
    transform: none;
  }
  
  .feature-badge {
    letter-spacing: 0.25px;
    font-size: 0.45rem;
    gap: 4px;
  }
  
  .feature-badge::before {
    width: 3px;
    height: 3px;
  }
  
  .feature-slide-content h2 {
    margin-top: 10px;
    font-size: 14px !important;
  }

  .feature-slide-content p {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.45;
  }

  .feature-actions {
    margin-top: 14px;
    gap: 8px;
  }

  .feature-btn {
    text-align: center;
    padding: 5px 10px;
    font-size: 0.8rem;
  }

  .editorial-nav {
    top: 10px;
    left: 10px;
    right: 10px;
    flex-wrap: wrap;
    gap: 8px;
  }

  .editorial-nav span,
  .editorial-nav a {
    padding: 8px 12px;
    font-size: 0.7rem;
    flex: 1 1 calc(50% - 4px);
    text-align: center;
  }

  .editorial-main-card {
    min-height: 240px;
  }

  .editorial-side-stack,
  .editorial-bottom-grid {
    grid-template-columns: 1fr;
  }

  .editorial-side-card,
  .editorial-bottom-card {
    min-height: 220px;
  }

  .editorial-main-overlay h1 {
    max-width: 100%;
    font-size: clamp(1.6rem, 6vw, 2.3rem);
  }

  .editorial-card-overlay {
    padding: 14px;
  }

  .brand-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .device-hub-grid {
    grid-template-columns: 1fr;
  }

  .device-hub-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .device-jump-nav {
    grid-template-columns: 1fr 1fr;
  }

  .device-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .device-brand-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .device-panel-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .device-panel-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.78rem;
    padding: 8px 9px;
    min-height: 42px;
  }

  .device-product-grid {
    grid-template-columns: 1fr 1fr;
  }

  .brand-logo {
    width: 72px;
    height: 72px;
  }

  .h-track { gap: 10px; }

  .h-track {
    grid-template-columns: 1fr;
  }

  .mobile-card { min-height: 260px; }

  .mobile-card img {
    height: 112px;
  }

  .h-nav {
    display: none;
  }

  .cmp-item span {
    font-size: 1rem;
  }

  .list-card {
    grid-template-columns: 1fr 114px;
    gap: 10px;
  }

  .list-copy h4 {
    font-size: 16px !important;
  }

  .list-card img {
    height: 76px;
  }
  
  .device-list-head a {
    font-size: 0.70rem;
    padding: 5px 8px;
  }
    
  .section-head a {
    font-size: 0.70rem;
    border-radius: 6px;
    padding: 5px 8px;
  }
  
  .section-head h2{
    font-size: 16px !important;
  }
  
  .device-tab-btn {
    border-radius: 6px;
    padding: 8px 8px;
    font-size: 1rem;
  }

  .device-jump-btn {
    border-radius: 6px;
    padding: 8px 8px;
    font-size: 1rem;
  }
  
  .device-article-grid {
    grid-template-columns: 1fr;
  }
  
  .spec-badge {
    font-size: 0.51rem;
    border-radius: 4px;
    padding: 4px 5px;
  }
  
  .device-new-badge {
    font-size: 0.51rem;
    border-radius: 4px;
    padding: 3px 5px;
  }
  
  .feature-slider-dots {
    bottom: 5px;
  }

  .feature-slider-nav {
    width: 20px;
    height: 40px;
  }

  .feature-slider-nav-prev {
    border-radius: 0 6px 6px 0;
  }

  .feature-slider-nav-next {
    border-radius: 6px 0 0 6px;
  }

  .feature-slider-nav-icon {
    font-size: 18px;
  }
  
  .feature-dot {
    width: 6PX;
    height: 6PX;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .js-home-motion .home-hero,
  .js-home-motion .home-section {
    opacity: 1;
    transform: none;
  }
}
