.ups-spec-overview * {
  box-sizing: border-box;
}
.ups-spec-overview .poster {
  background: #fff;
  border-radius: 22px;
}
.ups-spec-overview .hero {
  display: grid;
  grid-template-columns: 120px 1fr 260px;
  gap: 18px;
  align-items: center;
  padding: 22px;
  background: linear-gradient(90deg, rgba(13, 77, 179, .08), rgba(255, 255, 255, .95));
  position: relative;
}
.ups-spec-overview #hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 12px;
  min-height: clamp(230px, 23vw, 300px);
}
.ups-spec-overview .hero h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: 1px;
  color: #111827;
}
.ups-spec-overview .hero-left {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
/*
.ups-spec-overview .hero-logo {
  width: 66px;
  height: 66px;
  border-radius: 16px;
  background: #1f66e5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  box-shadow: 0 8px 18px rgba(31, 102, 229, 0.25);
}
*/
.ups-spec-overview .hero-logo img {
  width: 36px;
  height: 36px;
  fill: #fff;
}
.ups-spec-overview .hero-text h1 {
  margin: 0;
  font-size: clamp(20px, 4vw, 40px);
  line-height: 0.98;
  letter-spacing: -1px;
  color: #0f172a;
  font-weight: 600;
  text-transform: uppercase;
}
.ups-spec-overview .hero-text p,
.avr-spec-overview .hero-copy p{
  margin: 18px 0 0;
  font-size: 20px;
  line-height: 1.5;
  color: #334155;
}
.ups-spec-overview .hero-right {
  position: relative;
  min-height: clamp(205px, 21vw, 260px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ups-spec-overview .hero-right img {
  position: relative;
  width: auto;
  max-width: min(72%, 360px);
  max-height: min(220px, calc(100vh - 260px));
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
  z-index: 1;
  filter: contrast(1.04) drop-shadow(0 18px 26px rgba(15, 23, 42, 0.16));
}
.ups-spec-overview .hero-right--plain {
  background: #fff;
}
.ups-spec-overview .hero-right--plain img {
  width: 100%;
  max-width: 320px;
  max-height: none;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
  filter: none;
}
/* ==================== Unified responsive rules for overview pages ==================== */
/* Apply same layout and image sizing rules to both UPS and AVR overview pages */
.ups-spec-overview .hero {
  display: grid;
  grid-template-columns: 120px 1fr 260px;
  gap: 18px;
  align-items: center;
  padding: 22px;
  position: relative;
  min-height: clamp(230px, 23vw, 300px);
}
.ups-spec-overview .hero-left, .avr-spec-overview .hero-left {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.ups-spec-overview .hero-logo, .avr-spec-overview .hero-logo {
  width: 66px;
  height: 66px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: #1f66e5;
  hero-copybox-shadow: 0 8px 18px rgba(31, 102, 229, 0.25);
}
.ups-spec-overview .hero-logo img, .avr-spec-overview .hero-logo img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.ups-spec-overview .hero-right img, .ups-spec-overview .hero-right--plain img, .avr-spec-overview .hero-product img, .avr-spec-overview .hero-right img {
  width: auto;
  max-width: 320px;
  max-height: 320px;
  height: auto;
  display: block;
  object-fit: contain;
  margin: 0 auto;
}
/* Desktop tweak: keep hero-right visually balanced */
@media (min-width: 1200px) {
  .ups-spec-overview .hero {
    grid-template-columns: 120px 1fr 260px;
  }
}
/* Tablet / small desktop */
@media (max-width: 980px) {
  .ups-spec-overview .hero {
    grid-template-columns: 92px 1fr;
  }
  .ups-spec-overview .hero-right img, .avr-spec-overview .hero-product img, .avr-spec-overview .hero-right img {
    max-width: 82%;
    max-height: 260px;
  }
}
/* Mobile: stack content, enlarge product image and ensure full visibility */
@media (max-width: 760px) {
  .ups-spec-overview .hero, .avr-spec-overview .hero {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-bottom: 24px;
  }
  .ups-spec-overview .hero-right, .avr-spec-overview .hero-product, .avr-spec-overview .hero-right {
    min-height: 240px;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ups-spec-overview .hero-right img, .ups-spec-overview .hero-right--plain img, .avr-spec-overview .hero-product img, .avr-spec-overview .hero-right img {
    max-width: 88%;
    max-height: 220px;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .ups-spec-overview .hero-logo, .avr-spec-overview .hero-logo {
    width: 52px;
    height: 52px;
    border-radius: 14px;
  }
  .ups-spec-overview .hero-logo img, .avr-spec-overview .hero-logo img {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 520px) {
  .ups-spec-overview .hero-right img, .ups-spec-overview .hero-right--plain img, .avr-spec-overview .hero-product img, .avr-spec-overview .hero-right img {
    max-width: 92%;
    max-height: 185px;
  }
}
@media (max-width: 380px) {
  .ups-spec-overview .hero-right img, .ups-spec-overview .hero-right--plain img, .avr-spec-overview .hero-product img, .avr-spec-overview .hero-right img {
    max-width: 96%;
    max-height: 180px;
  }
}
/* End unified responsive rules */
/* End of removed duplicate AVR mirror block (unified rules cover these) */
/* ensure section icons match ups styling */
.avr-spec-overview .section-icon, .avr-spec-overview .sec-icon {
  width: 42px;
  height: 42px;
  border-radius: 12%;
  background: linear-gradient(180deg, #1e66d0, #0d4db3);
  display: grid;
  place-items: center;
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 8px 18px rgba(13, 77, 179, .15);
}
.avr-spec-overview .section-icon img, .avr-spec-overview .sec-icon img {
  width: 18px !important;
  height: 18px !important;
  display: block;
  opacity: .95;
}
.ups-spec-overview .card {
  background: #fff;
  border-radius: 18px;
  padding: 22px 22px 18px;
  margin-top: 18px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}
.ups-spec-overview .logo-box {
  width: 96px;
  height: 96px;
  border-radius: 14px;
  background: linear-gradient(180deg, #1f6fe5, #0b4bb2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 10px 24px rgba(14, 79, 182, .25);
  flex-shrink: 0;
}
.ups-spec-overview .logo-box img {
  width: 52px !important;
  height: 52px !important;
  opacity: .95 !important;
}
.ups-spec-overview .model-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  background: #1e66d0;
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 12px;
  box-shadow: 0 8px 18px rgba(30, 102, 208, .18);
}
.ups-spec-overview .product-visual {
  width: 100%;
  min-height: 120px;
  border-radius: 18px;
  background: linear-gradient(135deg, #2a2f38 0%, #111827 100%);
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}
.ups-spec-overview .product-visual::before {
  content: "";
  position: absolute;
  left: 12%;
  top: 16%;
  width: 76%;
  height: 62%;
  border-radius: 8px;
  background: linear-gradient(180deg, #2d3642, #0d1117);
  transform: perspective(520px) rotateX(15deg);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .35);
}
.ups-spec-overview .product-visual::after {
  content: "";
  position: absolute;
  left: 16%;
  bottom: 14%;
  width: 18%;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  box-shadow: 26px 0 0 rgba(255, 255, 255, .12), 52px 0 0 rgba(255, 255, 255, .12);
}
.ups-spec-overview .section {
  margin-top: 16px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid #e5eaf2;
  border-radius: 18px;
  box-shadow: 0 6px 16px rgba(15, 23, 42, .04);
  overflow: hidden;
}
.ups-spec-overview .section-hd {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px 10px;
  font-weight: 500;
  font-size: 20px;
  color: #111827;
}
.ups-spec-overview .section-icon {
  width: 42px;
  height: 42px;
  border-radius: 12%;
  background: linear-gradient(180deg, #1e66d0, #0d4db3);
  display: grid;
  place-items: center;
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 8px 18px rgba(13, 77, 179, .15);
}
.ups-spec-overview .section-icon img {
  width: 18px !important;
  height: 18px !important;
  display: block;
  opacity: .95;
}
.ups-spec-overview .section-body {
  padding: 0 18px 18px;
}
.ups-spec-overview .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}
.ups-spec-overview .kv {
  background: linear-gradient(180deg, #fbfdff, #f7faff);
  border: 1px solid #edf2fb;
  border-radius: 14px;
  padding: 12px 14px;
  min-height: 70px;
}
.ups-spec-overview .kv .k {
  font-size: 13px;
  color: #0d4db3;
  font-weight: 700;
  margin-bottom: 6px;
}
.ups-spec-overview .kv .v {
  font-size: 14px;
  color: #1f2937;
  font-weight: 600;
  word-break: break-word;
}
.ups-spec-overview .feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ups-spec-overview .feature-list li {
	font-size: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  background: #fbfdff;
  border: 1px solid #eef3fb;
  border-radius: 14px;
  padding: 11px 14px 11px 16px;
  min-height: 48px;
}
.ups-spec-overview .feature-list li span:last-child {
  line-height: 1.5;
}
.ups-spec-overview .check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1e66d0;
  font-weight: 900;
  line-height: 1;
  margin-right: 8px;
  flex-shrink: 0;
  transform: translateY(-1px);
}
.ups-spec-overview .card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.ups-spec-overview .icon-box {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #1f66e5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  box-shadow: 0 8px 18px rgba(31, 102, 229, 0.18);
}
.ups-spec-overview .icon-box img {
  width: 22px !important;
  height: 22px !important;
  fill: #fff !important;
}
.ups-spec-overview .card-title {
  font-size: 24px;
  font-weight: 800;
  margin: 0;
  color: #0f172a;
}
.ups-spec-overview .apps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding-left: 58px;
}
.ups-spec-overview .app {
  text-align: center;
}
.ups-spec-overview .app-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 12px;
  border-radius: 18px;
  background: #eff4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(31, 102, 229, 0.06);
}
.ups-spec-overview .app-icon img {
  width: 42px;
  height: 42px;
  fill: #5a8ff0;
}
.ups-spec-overview .app p {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  color: #111827;
}
@media screen and (min-width: 1190px) and (max-width: 1210px) {
  .ups-spec-overview .hero-right {
    width: 450px;
    max-width: 100%;
  }
  .ups-spec-overview .hero-right img {
    width: 100%;
    max-width: 320px;
    max-height: 220px;
  }
}
/*
.ups-spec-overview .circle {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31, 102, 229, 0.10) 0%, rgba(31, 102, 229, 0.05) 45%, rgba(255, 255, 255, 0) 70%);
  right: 10px;
  top: 50%;

  transform: translateY(-50%);
}
*/
.ups-spec-overview .overview-text {
  margin: 0;
  padding-left: 58px;
  max-width: 760px;
  font-size: 16px;
  line-height: 1.6;
  color: #334155;
}
/*
.ups-spec-overview .features {
  margin: 0;
  padding: 0 0 0 58px;
  list-style: none;
}
.ups-spec-overview .features li {
  position: relative;
  padding: 14px 0 14px 28px;
  font-size: 17px;
  line-height: 1.6;
  color: #334155;
  border-bottom: 1px solid #eef2f7;
}
.ups-spec-overview .features li:last-child {
  border-bottom: none;
}
.ups-spec-overview .features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 14px;
  color: #1f66e5;
  font-weight: 700;
}
*/
@media (max-width: 980px) {
  .ups-spec-overview .hero {
    grid-template-columns: 92px 1fr;
  }
  .ups-spec-overview .hero-right1 {
    grid-column: 1 / -1;
  }
}
@media (max-width: 900px) {
  .ups-spec-overview .poster {
/*    padding: 20px;*/
  }
  .ups-spec-overview #hero {
    grid-template-columns: 1fr;
  }
  .ups-spec-overview .hero-right {
    min-height: 215px;
  }
  .ups-spec-overview .hero-right img {
    width: auto;
    max-width: 82%;
    height: 210px;
    max-height: 210px;
    object-fit: contain;
  }
  .ups-spec-overview .hero-text h1 {
    font-size: 30px;
  }
  .ups-spec-overview .hero-text p,
  .avr-spec-overview .hero-copy p{
    font-size: 17px;
  }
  .ups-spec-overview .overview-text, .ups-spec-overview .features {
    padding-left: 0;
  }
  .ups-spec-overview .hero {
    grid-template-columns: 1fr;
  }
  .ups-spec-overview .overview-text, .ups-spec-overview .apps-grid {
    padding-left: 0;
  }
  .ups-spec-overview .apps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ups-spec-overview .divider {
    display: none;
  }
}
@media (max-width: 720px) {
  .ups-spec-overview .hero {
    grid-template-columns: 1fr;
    padding: 16px;
  }
  .ups-spec-overview .logo-box {
    width: 74px;
    height: 74px;
  }
  .ups-spec-overview .content {
    padding: 2px 10px 10px;
  }
  .ups-spec-overview .section-hd {
    font-size: 17px;
    padding: 14px 14px 8px;
  }
  .ups-spec-overview .section-body {
    padding: 0 14px 14px;
  }
  .ups-spec-overview .grid-2, .ups-spec-overview .feature-list, .ups-spec-overview .bullets {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .ups-spec-overview .page {
    padding: 8px;
  }
  .ups-spec-overview .poster {
/*    padding: 16px;*/
    border-radius: 18px;
  }
  .ups-spec-overview .hero-left {
    gap: 14px;
  }
  .ups-spec-overview .hero-logo {
    width: 52px;
    height: 52px;
    border-radius: 14px;
  }
  .ups-spec-overview .hero-logo img {
    width: 28px;
    height: 28px;
  }
  .ups-spec-overview .hero-text h1 {
    font-size: 20px;
  }
  .ups-spec-overview .hero-text p,
  .avr-spec-overview .hero-copy p{
    font-size: 14px;
    margin-top: 12px;
  }
  .ups-spec-overview .hero-right {
    min-height: 205px;
  }
  .ups-spec-overview .hero-right img {
    max-width: 88%;
    height: 185px;
    max-height: 185px;
  }
  .ups-spec-overview .card {
    padding: 18px 16px;
  }
  .ups-spec-overview .card-title {
    font-size: 20px;
  }
  .ups-spec-overview .overview-text {
    font-size: 15px;
    line-height: 1.7;
  }
  .ups-spec-overview .features li {
    font-size: 14px;
    padding: 12px 0 12px 24px;
  }
  .ups-spec-overview .apps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .ups-spec-overview .app-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }
  .ups-spec-overview .app-icon img {
    width: 24px;
    height: 24px;
  }
  .ups-spec-overview .app p {
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  .ups-spec-overview .page {
    padding: 6px;
  }
  .ups-spec-overview .poster {
    padding: 14px;
    border-radius: 16px;
  }
  .ups-spec-overview .hero-left {
    gap: 12px;
  }
  .ups-spec-overview .hero-logo {
    width: 34px;
    height: 34px;
    border-radius: 14px;
  }
  .ups-spec-overview .hero-logo img {
    width: 26px;
    height: 26px;
  }
  .ups-spec-overview .hero-text h1 {
    font-size: 16px;
  }
  .ups-spec-overview .hero-text p {
    font-size: 10px;
    margin-top: 8px;
  }
  .ups-spec-overview .hero-right {
    min-height: 190px;
  }
  .ups-spec-overview .hero-right img {
    max-width: 92%;
    height: 180px;
    max-height: 180px;
  }
  .ups-spec-overview .card {
    padding: 16px 14px;
  }
  .ups-spec-overview .card-title {
    font-size: 16px !important;
  }
  .ups-spec-overview .overview-text {
    font-size: 14px;
    line-height: 1.6;
  }
  .ups-spec-overview .features li {
    font-size: 12px;
    padding: 12px 0 12px 24px;
  }
}

/* UPS overview hero: desktop remains horizontal; mobile uses title, copy, product rows. */
.ups-spec-overview,
.ups-spec-overview .poster,
.ups-spec-overview #hero,
.ups-spec-overview .card,
.ups-spec-overview .section,
.ups-spec-overview .section-body,
.ups-spec-overview .kv,
.ups-spec-overview .feature-list,
.avr-spec-overview,
.avr-spec-overview .poster,
.avr-spec-overview #hero,
.avr-spec-overview .card,
.avr-spec-overview .section,
.avr-spec-overview .section-body,
.avr-spec-overview .kv,
.avr-spec-overview .feature-list {
  text-align: left;
}

.ups-spec-overview .hero-text h1,
.ups-spec-overview .hero-text p,
.ups-spec-overview .card-title,
.ups-spec-overview .overview-text,
.ups-spec-overview .section-hd,
.ups-spec-overview .kv .k,
.ups-spec-overview .kv .v,
.ups-spec-overview .feature-list li,
.avr-spec-overview .hero-copy h1,
.avr-spec-overview .hero-copy p,
.avr-spec-overview .card-title,
.avr-spec-overview .overview-text,
.avr-spec-overview .section-hd,
.avr-spec-overview .kv .k,
.avr-spec-overview .kv .v,
.avr-spec-overview .feature-list li {
  text-align: left;
}

/*.ups-spec-overview .app,*/
/*.ups-spec-overview .app p,*/
.avr-spec-overview .application,
.avr-spec-overview .application span {
  text-align: left !important;
}


/*.avr-spec-overview .application .app-icon,
.ups-spec-overview .app-icon{
  margin-left: 0;
  margin-right: 0;
  justify-self: start;
}
*/

.ups-spec-overview .overview-text,
.avr-spec-overview .overview-text {
  padding-left: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.ups-spec-overview .hero-text h1,
.avr-spec-overview .hero-copy h1 {
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}

.ups-spec-overview .kv .v,
.avr-spec-overview .kv .v,
.ups-spec-overview .feature-list li span:last-child,
.avr-spec-overview .feature-list li span:last-child {
  overflow-wrap: anywhere;
  word-break: normal;
}

@media (max-width: 760px) {
  .ups-spec-overview .poster,
  .avr-spec-overview .poster {
    border-radius: 12px;
  }

  .ups-spec-overview #hero,
  .avr-spec-overview #hero {
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(14px, 4vw, 22px);
    padding: clamp(16px, 5vw, 24px);
  }

  .ups-spec-overview .hero-left,
  .avr-spec-overview .hero-left {
    min-width: 0;
  }

  .ups-spec-overview .hero-text,
  .avr-spec-overview .hero-copy {
    min-width: 0;
  }

  .ups-spec-overview .hero-text h1,
  .avr-spec-overview .hero-copy h1 {
    white-space: normal;
    font-size: clamp(18px, 5.4vw, 30px);
    line-height: 1.2;
  }

  .ups-spec-overview .hero-text p,
  .avr-spec-overview .hero-copy p {
    max-width: 100%;
    font-size: clamp(14px, 3.8vw, 17px);
    line-height: 1.65;
  }

  .ups-spec-overview .card,
  .avr-spec-overview .card {
    padding: clamp(16px, 4.5vw, 24px);
  }

  .ups-spec-overview .card-title,
  .avr-spec-overview .card-title {
    font-size: clamp(19px, 5vw, 25px);
    line-height: 1.25;
  }
	
@media (max-width: 760px) {
  .ups-spec-overview #hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    min-height: 0;
  }

  .ups-spec-overview .hero-left {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: center;
    gap: 16px 14px;
  }

  .ups-spec-overview .hero-text {
    display: contents;
  }

  .ups-spec-overview .hero-logo {
    grid-column: 1;
    grid-row: 1;
    width: 52px;
    height: 52px;
    margin: 0;
  }

  .ups-spec-overview .hero-text h1 {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0;
    white-space: nowrap;
  }
	
	.ups-spec-overview .hero-text p {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
  }

  .ups-spec-overview .hero-right,
  .ups-spec-overview .hero-right--plain {
    min-height: 205px;
  }

  .ups-spec-overview .hero-right img,
  .ups-spec-overview .hero-right--plain img {
    width: auto;
    max-width: 88%;
    height: 185px;
    max-height: 185px;
    margin: 0 auto;
    object-fit: contain;
  }
}

@media (max-width: 360px) {
  .ups-spec-overview .hero-left {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px 10px;
  }

  .ups-spec-overview .hero-logo {
    width: 42px;
    height: 42px;
    border-radius: 11px;
  }

  .ups-spec-overview .hero-logo img {
    width: 24px;
    height: 24px;
  }

  .ups-spec-overview .hero-text h1 {
    font-size: 14px;
  }
}


/* ----------- avrOverview ---------------*/
.avr-spec-overview {
  --page: #f4f6fa;
  --surface: #ffffff;
  --soft: #f7faff;
  --line: #e6edf7;
  --ink: #172033;
  --muted: #61708a;
  --blue: #1768e5;
  --blue-2: #2e7cf0;
  --blue-soft: #edf4ff;
  --shadow: 0 8px 24px rgba(23, 58, 112, .06);
  --radius: 16px;
}
.avr-spec-overview, .avr-spec-overview * {
  box-sizing: border-box;
}
/* Make hero background transparent and poster white to match G33 */
.avr-spec-overview .hero {
  background: none !important;
}
.avr-spec-overview .poster {
  background: #ffffff;
}
.avr-spec-overview .hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 12px;
  min-height: clamp(230px, 23vw, 300px);
}
.avr-spec-overview .hero-copy {
  max-width: 760px;
}
.avr-spec-overview .hero-left {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.avr-spec-overview .hero-logo {
  display: grid;
  place-items: center;
  flex: 0 0 66px;
  width: 66px;
  height: 66px;
  margin-top: 2px;
  border-radius: 16px;
  background: linear-gradient(145deg, var(--blue-2), #125bd2);
  box-shadow: 0 10px 20px rgba(23, 104, 229, .22);
}
.avr-spec-overview .hero-logo img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.avr-spec-overview h1 {
  margin: 0 0 12px;
  color: #13234b;
  font-size: clamp(20px, 4vw, 40px);
  line-height: 1.08;
  letter-spacing: -.04em;
  text-wrap: pretty;
  font-weight: 600;
}
/*
.avr-spec-overview .hero-copy p {
  max-width: 730px;
  margin: 0;
  color: #50617c;
  font-size: 16px;
  line-height: 1.65;
  text-wrap: pretty;
}
*/
.avr-spec-overview .hero-product {
  position: relative;
  min-height: clamp(205px, 21vw, 260px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.avr-spec-overview .hero-product img {
  width: 100%;
  max-width: 320px;
  max-height: none;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
  filter: none;
  position: relative;
}
.avr-spec-overview .intro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 8px 0 18px;
}
.avr-spec-overview .intro-card, .avr-spec-overview .section-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}
.avr-spec-overview .intro-card {
  padding: 16px;
}
.avr-spec-overview .intro-card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.75;
}
.avr-spec-overview .card-title, .avr-spec-overview .sections-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #111827;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -.02em;
	font-weight: 500;
}
.avr-spec-overview .icon {
  background: linear-gradient(180deg, #1e66d0, #0d4db3);
  display: grid;
  flex-shrink: 0;
  box-shadow: 0 8px 18px rgba(13, 77, 179, .15);
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px !important;
  height: 42px !important;
  border-radius: 12% !important;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.avr-spec-overview .icon img {
  width: 19px;
  height: 19px;
  object-fit: contain;
}
.avr-spec-overview .section-stack {
  display: grid;
  gap: 16px;
}
.avr-spec-overview .section-card {
  padding: 16px;
}
.avr-spec-overview .section-head {
  margin-bottom: 16px;
}
.avr-spec-overview .sections-title {
  font-size: 19px;
}
.avr-spec-overview .spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}
.avr-spec-overview .spec {
  min-height: 64px;
  padding: 12px 14px;
  border: 1px solid #e8eff9;
  border-radius: 12px;
  background: linear-gradient(180deg, #fbfdff, var(--soft));
}
.avr-spec-overview .spec dt {
  margin: 0 0 3px;
  color: #175ec5;
  font-size: 13px;
  font-weight: 700;
}
.avr-spec-overview .spec dd {
  font-weight: 600;
  margin: 0;
  color: #43516a;
  font-size: 14px;
  line-height: 1.45;
  text-wrap: pretty;
}
.avr-spec-overview .check-grid {
  display: grid;
  gap: 10px 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.avr-spec-overview .check {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  min-height: 43px;
  padding: 11px 14px;
  border: 1px solid #e8eff9;
  border-radius: 12px;
  background: linear-gradient(180deg, #fbfdff, var(--soft));
  color: #43516a;
  font-size: 13px;
}
.avr-spec-overview .check::before {
  content: "✓";
  color: var(--blue);
  font-weight: 800;
}
.avr-spec-overview .feature-list {
  display: grid;
  gap: 7px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: #43516a;
}
.avr-spec-overview .feature-list li {
	font-size: 14px;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  line-height: 1.45;
}
.avr-spec-overview .feature-list li::before {
  content: "✓";
  flex: 0 0 auto;
  color: var(--blue);
  font-weight: 800;
}
.avr-spec-overview .applications {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
  padding-top: 8px;
}
.avr-spec-overview .application {
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #4c5870;
  text-align: center;
}
.avr-spec-overview .application .app-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 15px;
  color: #0d8fe7;
  background: #edf5ff;
  border: 1px solid #dceaff;
  font-size: 25px;
}
.avr-spec-overview .application span {
  font-size: 13px;
  line-height: 1.35;
}
.avr-spec-overview .back {
  padding: 10px 22px;
  border: 0;
  border-radius: 2px;
  background: #1d387b;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.avr-spec-overview .pager {
  display: flex;
  gap: 8px;
}
.avr-spec-overview .pager button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #cbd5e4;
  border-radius: 50%;
  background: transparent;
  color: #65738a;
  font-size: 20px;
  cursor: pointer;
}
.avr-spec-overview .pager button:last-child {
  border-color: #8fa9d7;
  color: #2a5ebc;
}
@media (max-width: 760px) {
  .avr-spec-overview.container {
    padding-top: 9px;
  }
  .avr-spec-overview .page {
    width: min(100% - 18px, 1180px);
    margin: 0 auto 78px;
    padding: 24px 16px 28px;
  }
  .avr-spec-overview .hero {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
    padding: 16px;
  }
  .avr-spec-overview .hero-left {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: center;
    gap: 16px 14px;
  }
  .avr-spec-overview .hero-copy {
    display: contents;
  }
  .avr-spec-overview .hero-logo {
    grid-column: 1;
    grid-row: 1;
    flex-basis: auto;
    width: 52px;
    height: 52px;
    border-radius: 13px;
    margin: 0;
  }
  .avr-spec-overview .hero-logo img {
    width: 29px;
    height: 29px;
  }
  .avr-spec-overview h1 {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    margin: 0;
    font-size: 20px;
    line-height: 1.16;
    letter-spacing: 0;
  }
  .avr-spec-overview .hero-copy p {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
  }
  .avr-spec-overview .hero-product {
    min-height: 205px;
    overflow: visible;
  }
  .avr-spec-overview .hero-product img {
    width: auto;
    max-height: 185px;
    max-width: 88%;
    height: 185px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
  }
  .avr-spec-overview .intro-grid, .avr-spec-overview .spec-grid, .avr-spec-overview .check-grid {
    grid-template-columns: 1fr;
  }
  .avr-spec-overview .applications {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
