@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&display=swap");
.er-page{
  --er-green: #88f31d;
  --er-green-hover: #7ed922;
  --er-dark: #312f4c;
  --er-ink: #171622;
  --er-muted: #666878;
  --er-soft: #f0f3f5;
  --er-panel: #f8fafc;
  --er-line: #dfe4ea;
  --er-white: #ffffff;
  --er-amber: #f3b33f;
  --er-blue: #6fa8dc;
  --shadow-soft: 0 18px 45px rgba(23, 22, 34, 0.08);
  --container: 1180px;
}.er-page *, .er-page *::before, .er-page *::after{
  box-sizing: border-box;
}.er-page{
  scroll-behavior: smooth;
}.er-page{
  min-height: 100vh;
  margin: 0;
  color: var(--er-ink);
  background: var(--er-white);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
}.er-page.nav-open{
  overflow: hidden;
}.er-page img{
  display: block;
  max-width: 100%;
}.er-page a{
  color: inherit;
  text-decoration: none;
}.er-page button, .er-page input, .er-page select, .er-page textarea{
  font: inherit;
}.er-page button{
  cursor: pointer;
}.er-page h1, .er-page h2, .er-page h3, .er-page h4{
  margin: 0;
  color: var(--er-dark);
  font-family: "DM Mono", Consolas, monospace;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0;
}.er-page h1{
  font-size: clamp(2.15rem, 5vw, 4.95rem);
  max-width: 18ch;
}.er-page h2{
  font-size: clamp(1.7rem, 3vw, 3rem);
}.er-page h3{
  font-size: 1.08rem;
}.er-page p{
  margin: 0;
  color: var(--er-muted);
}.er-page ul{
  margin: 0;
  padding: 0;
}.er-page .container{
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}.er-page .narrow{
  max-width: 860px;
}.er-page .skip-link{
  position: absolute;
  left: 16px;
  top: -50px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--er-dark);
  background: var(--er-green);
  border-radius: 8px;
  transition: top 0.18s ease;
}.er-page .skip-link:focus{
  top: 16px;
}.er-page .sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}.er-page iconify-icon{
  width: 1.1em;
  height: 1.1em;
  flex: 0 0 auto;
}.er-page .site-header{
  position: sticky;
  top: 0;
  z-index: 60;
  color: var(--er-white);
  background: rgba(49, 47, 76, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}.er-page .site-header .container{
  width: calc(100% - 72px);
  max-width: none;
}.er-page .promo-ticker{
  overflow: hidden;
  color: var(--er-dark);
  background: var(--er-green);
  border-bottom: 1px solid rgba(23, 22, 34, 0.14);
  font-size: 0.78rem;
  font-weight: 800;
}.er-page .promo-marquee{
  width: 100%;
  min-height: 34px;
  display: flex;
  align-items: center;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 34px, #000 calc(100% - 34px), transparent);
}.er-page .promo-track{
  width: max-content;
  display: flex;
  align-items: center;
  animation: promo-scroll 34s linear infinite;
}.er-page .promo-ticker:hover .promo-track, .er-page .promo-ticker:focus-within .promo-track{
  animation-play-state: paused;
}.er-page .promo-group{
  display: flex;
  align-items: center;
  gap: 30px;
  padding-right: 30px;
  flex: 0 0 auto;
}.er-page .promo-item{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--er-dark);
  white-space: nowrap;
}.er-page .promo-item:hover{
  color: #243b15;
}.er-page .promo-item iconify-icon{
  color: var(--er-dark);
  font-size: 0.95rem;
}.er-page .promo-item strong{
  font-family: "DM Mono", Consolas, monospace;
  font-weight: 500;
  text-transform: uppercase;
}.er-page .promo-item::after{
  content: "";
  width: 5px;
  height: 5px;
  margin-left: 22px;
  background: rgba(49, 47, 76, 0.54);
  border-radius: 999px;
}.er-page .topbar{
  color: rgba(255, 255, 255, 0.72);
  background: rgba(23, 22, 34, 0.34);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.79rem;
  font-weight: 700;
}.er-page .topbar-inner{
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 6px 0;
}.er-page .topbar-contact, .er-page .topbar-socials{
  display: flex;
  align-items: center;
  gap: 10px 20px;
}.er-page .topbar-contact{
  flex-wrap: wrap;
}.er-page .topbar-socials{
  flex: 0 0 auto;
  gap: 12px;
  color: rgba(255, 255, 255, 0.62);
}.er-page .topbar-contact-item, .er-page .topbar-social-link{
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.72);
  white-space: nowrap;
}.er-page .topbar-contact-item:hover, .er-page .topbar-social-link:hover{
  color: var(--er-white);
}.er-page .topbar iconify-icon{
  color: var(--er-green);
  font-size: 0.95rem;
}

@keyframes promo-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {.er-page .promo-track{
    animation: none;
    transform: translate3d(0, 0, 0);
  }
}.er-page .header-inner{
  min-height: 66px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}.er-page .brand-logo, .er-page .footer-logo{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "DM Mono", Consolas, monospace;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}.er-page .brand-logo img, .er-page .footer-logo img{
  width: 22px;
  height: 34px;
  object-fit: contain;
}.er-page .desktop-nav{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}.er-page .nav-link{
  padding: 9px 11px;
  color: rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 600;
  white-space: nowrap;
  transition: color 0.16s ease, background 0.16s ease;
}.er-page .nav-link:hover, .er-page .nav-link.is-active{
  color: var(--er-white);
  background: rgba(255, 255, 255, 0.07);
}.er-page .nav-more{
  position: relative;
}.er-page .nav-more summary{
  list-style: none;
}.er-page .nav-more summary::-webkit-details-marker{
  display: none;
}.er-page .nav-more-menu{
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 230px;
  display: grid;
  gap: 4px;
  padding: 10px;
  color: var(--er-dark);
  background: var(--er-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}.er-page .nav-more:not([open]) .nav-more-menu{
  display: none;
}.er-page .nav-more-menu a{
  padding: 9px 10px;
  border-radius: 8px;
  color: var(--er-dark);
  font-size: 0.92rem;
  font-weight: 700;
}.er-page .nav-more-menu a:hover{
  background: var(--er-soft);
}.er-page .header-actions{
  display: flex;
  align-items: center;
  gap: 10px;
}.er-page .header-partner{
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  font-weight: 600;
  white-space: nowrap;
}.er-page .header-partner:hover{
  color: var(--er-white);
}.er-page .mobile-nav{
  display: none;
}.er-page .button, .er-page .icon-button{
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 8px;
  font-weight: 700;
  line-height: 1;
  transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}.er-page .button{
  padding: 12px 18px;
  white-space: nowrap;
}.er-page .button:hover, .er-page .icon-button:hover{
  transform: translateY(-1px);
}.er-page .button-primary{
  color: var(--er-dark);
  background: var(--er-green);
}.er-page .button-primary:hover{
  background: var(--er-green-hover);
}.er-page .button-dark{
  color: var(--er-white);
  background: var(--er-dark);
}.er-page .button-dark:hover{
  background: #272541;
}.er-page .button-light{
  color: var(--er-dark);
  background: var(--er-white);
}.er-page .button-light:hover{
  background: #eef2f6;
}.er-page .button-ghost{
  color: var(--er-white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.26);
}.er-page .button-ghost:hover{
  background: rgba(255, 255, 255, 0.08);
}.er-page .button-outline{
  color: var(--er-dark);
  background: var(--er-white);
  border: 1px solid var(--er-line);
}.er-page .icon-button{
  width: 42px;
  padding: 0;
  color: inherit;
  background: rgba(255, 255, 255, 0.08);
}.er-page .menu-button{
  display: none;
}.er-page .full{
  width: 100%;
}.er-page .hero-centered, .er-page .page-hero{
  position: relative;
  overflow: hidden;
  color: var(--er-white);
  background-color: var(--er-dark);
  background-image: linear-gradient(180deg, rgba(49, 47, 76, 0.58), rgba(49, 47, 76, 0.9)), var(--hero-image);
  background-position: center;
  background-size: cover;
}.er-page .hero-centered{
  min-height: 640px;
  display: flex;
  align-items: stretch;
  padding: 78px 0 0;
  background-image: linear-gradient(180deg, rgba(49, 47, 76, 0.34), rgba(49, 47, 76, 0.82)), var(--hero-image);
  background-position: center 38%;
}.er-page .hero-centered::after, .er-page .page-hero::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(49, 47, 76, 0.18), rgba(0, 0, 0, 0.08));
}.er-page .hero-inner, .er-page .page-hero-inner{
  position: relative;
  z-index: 1;
}.er-page .page-hero-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}.er-page .hero-inner{
  min-height: 562px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 96px;
  text-align: center;
}.er-page .hero-centered h1, .er-page .hero-centered p, .er-page .page-hero h1, .er-page .page-hero p{
  color: var(--er-white);
}.er-page .hero-centered h1{
  max-width: 24ch;
  margin: 0 auto 20px;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}.er-page .hero-copy{
  max-width: 760px;
}.er-page .hero-copy > p:not(.eyebrow){
  max-width: 690px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
}.er-page .hero-actions, .er-page .cta-actions{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}.er-page .hero-value-bar{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.22);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}.er-page .hero-value-grid{
  min-height: 64px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}.er-page .hero-value-grid span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  font-weight: 600;
}.er-page .hero-value-grid iconify-icon, .er-page .green{
  color: var(--er-green);
}.er-page .eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--er-muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}.er-page .eyebrow::before{
  content: "";
  width: 8px;
  height: 8px;
  background: var(--er-green);
  border-radius: 999px;
}.er-page .hero-centered .eyebrow, .er-page .page-hero .eyebrow, .er-page .dark-card .eyebrow, .er-page .cta-band .eyebrow{
  color: rgba(255, 255, 255, 0.72);
}.er-page .section{
  padding: 90px 0;
  background: var(--er-white);
}.er-page .section-tight{
  padding: 56px 0;
}.er-page .section-soft{
  background: var(--er-soft);
}.er-page .section-dark{
  color: var(--er-white);
  background: var(--er-dark);
}.er-page .section-intro{
  max-width: 960px;
  margin-bottom: 34px;
}.er-page .section-intro.center{
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}.er-page .section-intro.center .eyebrow{
  justify-content: center;
}.er-page .section-intro p:not(.eyebrow){
  margin-top: 14px;
}.er-page .section-row{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}.er-page .text-link{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--er-dark);
  font-weight: 800;
}.er-page .text-link:hover{
  color: #4f8f12;
}.er-page .inline-link{
  color: var(--er-dark);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}.er-page .brand-strip{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}.er-page .brand-mark{
  min-height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px 18px;
  color: rgba(49, 47, 76, 0.58);
  background: var(--er-white);
  border: 1px solid var(--er-line);
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 10px 26px rgba(23, 22, 34, 0.05);
  transition: color 0.16s ease, border-color 0.16s ease, background 0.16s ease, transform 0.16s ease;
}.er-page .brand-logo-mark{
  min-width: 96px;
  min-height: 38px;
  display: inline-grid;
  place-items: center;
  padding: 7px 12px;
  color: var(--er-dark);
  background: var(--er-soft);
  border: 1px solid var(--er-line);
  border-radius: 8px;
  font-family: "DM Mono", Consolas, monospace;
  font-size: 0.76rem;
  font-weight: 500;
  text-transform: uppercase;
}.er-page .brand-mark strong{
  color: var(--er-dark);
  font-family: "DM Mono", Consolas, monospace;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}.er-page .brand-mark span{
  font-size: 0.78rem;
}.er-page .brand-mark:hover{
  color: var(--er-muted);
  background: var(--er-panel);
  border-color: rgba(136, 243, 29, 0.8);
  transform: translateY(-2px);
}.er-page .brand-overview{
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 1fr);
  gap: 34px;
  align-items: end;
}.er-page .brand-overview h2{
  max-width: 13ch;
}.er-page .brand-overview > p{
  color: var(--er-dark);
  font-size: 1.08rem;
  line-height: 1.7;
}.er-page .brand-showcase-grid{
  display: grid;
  gap: 22px;
}.er-page .brand-showcase-card{
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
  background: var(--er-white);
  border: 1px solid var(--er-line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(23, 22, 34, 0.05);
}.er-page .brand-showcase-card:nth-child(even){
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}.er-page .brand-showcase-card:nth-child(even) .brand-showcase-media{
  order: 2;
}.er-page .brand-showcase-media{
  position: relative;
  min-height: 360px;
  display: block;
  overflow: hidden;
  background: var(--er-dark);
}.er-page .brand-showcase-media::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(49, 47, 76, 0.08), rgba(49, 47, 76, 0.58));
}.er-page .brand-showcase-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.28s ease;
}.er-page .brand-showcase-card:hover .brand-showcase-media img{
  transform: scale(1.055);
}.er-page .brand-showcase-media span{
  position: absolute;
  right: 22px;
  bottom: 18px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.82);
  font-family: "DM Mono", Consolas, monospace;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.9;
}.er-page .brand-showcase-body{
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 34px;
}.er-page .brand-showcase-body h2{
  font-size: clamp(1.75rem, 3vw, 3.1rem);
}.er-page .brand-showcase-body > p:not(.eyebrow){
  color: var(--er-dark);
  font-size: 1.03rem;
  line-height: 1.72;
}.er-page .brand-tag-row{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}.er-page .brand-tag-row span{
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  color: var(--er-dark);
  background: var(--er-soft);
  border: 1px solid var(--er-line);
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 800;
}.er-page .brand-card-stats{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: auto;
}.er-page .brand-card-stats span{
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 14px;
  color: var(--er-muted);
  background: var(--er-panel);
  border: 1px solid var(--er-line);
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 800;
}.er-page .brand-card-stats strong{
  min-width: 0;
  color: var(--er-dark);
  font-family: "DM Mono", Consolas, monospace;
  font-size: 1rem;
  font-weight: 500;
  overflow-wrap: anywhere;
}.er-page .brand-card-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}.er-page .brand-route-grid{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}.er-page .brand-route-card{
  min-width: 0;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  padding: 20px;
  color: var(--er-white);
  background: var(--er-dark);
  border-radius: 8px;
}.er-page .brand-route-card span{
  color: var(--er-green);
  font-family: "DM Mono", Consolas, monospace;
  font-size: 2rem;
}.er-page .brand-route-card h3{
  margin-bottom: 10px;
  color: var(--er-white);
  font-size: 1rem;
}.er-page .brand-route-card p{
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}.er-page .brand-lane-stack{
  display: grid;
  gap: 14px;
}.er-page .brand-lane{
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 22px;
  background: var(--er-white);
  border: 1px solid var(--er-line);
  border-radius: 8px;
}.er-page .brand-lane h3{
  margin-bottom: 8px;
}.er-page .brand-model-links{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}.er-page .brand-model-links a{
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
  color: var(--er-dark);
  background: var(--er-soft);
  border: 1px solid var(--er-line);
  border-radius: 8px;
  font-size: 0.84rem;
  font-weight: 800;
}.er-page .brand-model-links a:hover{
  background: var(--er-green);
  border-color: var(--er-green);
}.er-page .brand-matrix-wrap{
  overflow-x: auto;
  background: var(--er-white);
  border: 1px solid var(--er-line);
  border-radius: 8px;
}.er-page .brand-matrix{
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
}.er-page .brand-matrix th, .er-page .brand-matrix td{
  padding: 18px;
  border-bottom: 1px solid var(--er-line);
  text-align: left;
  vertical-align: top;
}.er-page .brand-matrix thead th{
  color: var(--er-muted);
  background: var(--er-panel);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.er-page .brand-matrix tbody th{
  color: var(--er-dark);
  font-family: "DM Mono", Consolas, monospace;
  font-weight: 500;
}.er-page .brand-matrix tbody tr:last-child th, .er-page .brand-matrix tbody tr:last-child td{
  border-bottom: 0;
}.er-page .brand-story{
  margin-top: 22px;
}.er-page .brand-copy-panel{
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 30px;
  background: var(--er-soft);
  border: 1px solid var(--er-line);
  border-radius: 8px;
}.er-page .brand-copy-panel h2{
  font-size: clamp(1.7rem, 2.4vw, 2.6rem);
}.er-page .brand-picture-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}.er-page .brand-picture-grid img{
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--er-panel);
  border: 1px solid var(--er-line);
  border-radius: 8px;
}.er-page .product-grid, .er-page .card-grid, .er-page .choice-grid, .er-page .doc-grid, .er-page .article-grid, .er-page .detail-grid, .er-page .community-grid{
  display: grid;
  gap: 22px;
}.er-page .product-grid{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.er-page .product-grid.two{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.er-page .product-grid.four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.er-page .product-card{
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--er-white);
  border: 1px solid var(--er-line);
  border-radius: 8px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}.er-page .product-card:hover{
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
}.er-page .product-media{
  position: relative;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: var(--er-panel);
  border-bottom: 1px solid #eef1f5;
}.er-page .product-media img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.28s ease;
}.er-page .product-card:hover .product-media img{
  transform: scale(1.035);
}.er-page .product-card .badge-stack{
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}.er-page .status-pill{
  position: absolute;
  top: 14px;
  right: 14px;
  max-width: calc(100% - 120px);
  overflow: hidden;
  color: #3e7410;
  background: rgba(136, 243, 29, 0.18);
  border: 1px solid rgba(136, 243, 29, 0.32);
  text-overflow: ellipsis;
  white-space: nowrap;
}.er-page .badge, .er-page .status-pill, .er-page .mini-badge{
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
}.er-page .badge{
  color: var(--er-white);
  background: var(--er-dark);
}.er-page .mini-badge{
  color: var(--er-muted);
  background: var(--er-white);
  border: 1px solid var(--er-line);
}.er-page .badge-row{
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}.er-page .product-body{
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
}.er-page .product-meta{
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
  color: var(--er-muted);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.er-page .product-body h3{
  margin-bottom: 16px;
}.er-page .product-copy{
  min-height: 76px;
  margin-bottom: 16px;
  font-size: 0.93rem;
}.er-page .spec-row{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0;
}.er-page .spec-row span{
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--er-dark);
  font-size: 0.9rem;
  font-weight: 800;
}.er-page .spec-row small{
  color: var(--er-muted);
  font-size: 0.72rem;
  font-weight: 700;
}.er-page .product-price{
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: auto;
  margin-bottom: 14px;
}.er-page .product-price strong{
  color: var(--er-dark);
  font-size: 1.28rem;
  line-height: 1.1;
}.er-page .product-price span{
  color: var(--er-muted);
  font-size: 0.9rem;
  font-weight: 700;
}.er-page .card-actions{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}.er-page .card-actions .button{
  padding: 11px 12px;
  font-size: 0.9rem;
}.er-page .card-actions .button:only-child{
  grid-column: 1 / -1;
}.er-page .choice-grid{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.er-page .choice-card, .er-page .info-panel, .er-page .doc-card, .er-page .article-card, .er-page .form-panel, .er-page .filter-panel, .er-page .tool-card{
  background: var(--er-white);
  border: 1px solid var(--er-line);
  border-radius: 8px;
}.er-page .choice-card, .er-page .info-panel, .er-page .doc-card, .er-page .tool-card{
  min-height: 168px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
}.er-page .choice-card iconify-icon, .er-page .info-panel iconify-icon, .er-page .doc-card iconify-icon, .er-page .tool-card iconify-icon{
  color: var(--er-dark);
  font-size: 1.55rem;
}.er-page .choice-card strong, .er-page .tool-card strong{
  color: var(--er-dark);
  font-family: "DM Mono", Consolas, monospace;
  font-weight: 500;
}.er-page .choice-card span, .er-page .tool-card span{
  color: var(--er-muted);
  font-size: 0.94rem;
}.er-page .choice-card:hover, .er-page .doc-card:hover, .er-page .tool-card:hover{
  border-color: rgba(136, 243, 29, 0.65);
  box-shadow: var(--shadow-soft);
}.er-page .platform-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}.er-page .platform-card{
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border-radius: 8px;
}.er-page .platform-card.light-card{
  background: var(--er-soft);
}.er-page .platform-card.dark-card{
  color: var(--er-white);
  background: var(--er-dark);
}.er-page .dark-card h2, .er-page .dark-card h3, .er-page .dark-card p{
  color: var(--er-white);
}.er-page .dark-card p{
  color: rgba(255, 255, 255, 0.72);
}.er-page .platform-icon{
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  color: var(--er-dark);
  background: var(--er-white);
  border: 1px solid var(--er-line);
  border-radius: 8px;
}.er-page .dark-card .platform-icon{
  color: var(--er-green);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}.er-page .platform-links{
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
}.er-page .doc-teaser, .er-page .cta-band{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px;
  background: var(--er-soft);
  border-radius: 8px;
}.er-page .doc-teaser h3{
  margin-bottom: 4px;
}.er-page .doc-teaser-main{
  display: flex;
  align-items: center;
  gap: 18px;
}.er-page .doc-icon{
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--er-dark);
  background: var(--er-white);
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(23, 22, 34, 0.08);
}.er-page .page-hero{
  min-height: 340px;
  display: flex;
  align-items: center;
  padding: 66px 0;
}.er-page .page-hero h1{
  max-width: 30ch;
  margin: 0 auto 14px;
  font-size: clamp(1.75rem, 2.6vw, 2.85rem);
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}.er-page .page-hero p:not(.eyebrow){
  max-width: 720px;
  margin: 0 auto 26px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
}.er-page .shop-category-header{
  padding: 44px 0 34px;
  background: linear-gradient(180deg, #f6f8fb, #ffffff);
  border-bottom: 1px solid var(--er-line);
}.er-page .shop-breadcrumb{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
  color: var(--er-muted);
  font-size: 0.86rem;
  font-weight: 800;
}.er-page .shop-breadcrumb a:hover, .er-page .shop-breadcrumb strong{
  color: var(--er-dark);
}.er-page .shop-category-head{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.44fr);
  gap: 30px;
  align-items: end;
}.er-page .shop-category-head h1{
  max-width: 12ch;
  font-size: clamp(2.55rem, 5.6vw, 5.6rem);
}.er-page .shop-category-head p:not(.eyebrow){
  max-width: 760px;
  color: var(--er-muted);
  font-size: 1.03rem;
  line-height: 1.7;
}.er-page .shop-category-summary{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}.er-page .shop-category-summary span{
  min-width: 0;
  display: grid;
  gap: 4px;
  padding: 16px;
  background: var(--er-white);
  border: 1px solid var(--er-line);
  border-radius: 8px;
}.er-page .shop-category-summary strong{
  color: var(--er-dark);
  font-family: "DM Mono", Consolas, monospace;
  font-size: 1.45rem;
  font-weight: 500;
}.er-page .shop-category-summary small{
  color: var(--er-muted);
  font-size: 0.78rem;
  font-weight: 800;
}.er-page .shop-marketplace-section{
  padding-top: 38px;
}.er-page .shop-marketplace-layout{
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}.er-page .shop-sidebar-card{
  position: sticky;
  top: 96px;
  display: grid;
  gap: 0;
  padding: 22px;
}.er-page .shop-widget{
  display: grid;
  gap: 13px;
  padding: 18px 0;
  border-top: 1px solid var(--er-line);
}.er-page .shop-widget:first-child{
  padding-top: 0;
  border-top: 0;
}.er-page .shop-widget-head{
  grid-template-columns: 1fr auto;
  align-items: center;
}.er-page .shop-widget h2{
  font-size: 1.24rem;
}.er-page .shop-widget h3{
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.er-page .shop-category-list, .er-page .shop-filter-list{
  display: grid;
  gap: 3px;
}.er-page .shop-category-row, .er-page .shop-check-row{
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 36px;
  color: var(--er-muted);
  font-size: 0.92rem;
  font-weight: 800;
}.er-page .shop-category-row small, .er-page .shop-check-row small, .er-page .shop-status-pills small{
  color: var(--er-muted);
  font-family: "DM Mono", Consolas, monospace;
  font-weight: 500;
}.er-page .shop-category-row:hover, .er-page .shop-category-row.is-active{
  color: var(--er-dark);
}.er-page .shop-check-row{
  grid-template-columns: auto minmax(0, 1fr) auto;
}.er-page .shop-price-widget{
  display: grid;
  gap: 12px;
}.er-page .shop-price-rail{
  height: 4px;
  overflow: hidden;
  background: #dfe6ef;
  border-radius: 99px;
}.er-page .shop-price-rail span{
  display: block;
  width: 68%;
  height: 100%;
  margin-left: 11%;
  background: var(--er-green);
  border-radius: inherit;
}.er-page .shop-price-widget p{
  color: var(--er-dark);
  font-weight: 800;
}.er-page .shop-status-pills{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}.er-page .shop-status-pills span{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 31px;
  padding: 6px 9px;
  background: var(--er-soft);
  border: 1px solid var(--er-line);
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 800;
}.er-page .shop-result-bar{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  margin-bottom: 22px;
  padding: 18px;
  background: var(--er-white);
  border: 1px solid var(--er-line);
  border-radius: 8px;
}.er-page .shop-result-copy h2{
  font-size: clamp(1.6rem, 2.7vw, 2.8rem);
}.er-page .shop-result-copy span{
  color: var(--er-muted);
  font-weight: 800;
}.er-page .shop-toolbar-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}.er-page .shop-toolbar-actions select{
  width: 210px;
}.er-page .shop-view-counts, .er-page .shop-view-icons{
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  background: var(--er-soft);
  border: 1px solid var(--er-line);
  border-radius: 8px;
}.er-page .shop-view-counts span{
  padding: 0 4px;
  color: var(--er-muted);
  font-size: 0.82rem;
  font-weight: 800;
}.er-page .shop-view-counts button, .er-page .shop-view-icons button{
  min-width: 32px;
  min-height: 32px;
  display: inline-grid;
  place-items: center;
  color: var(--er-muted);
  background: transparent;
  border: 0;
  border-radius: 6px;
  font-weight: 800;
}.er-page .shop-view-counts button.is-active, .er-page .shop-view-icons button.is-active, .er-page .shop-view-counts button:hover, .er-page .shop-view-icons button:hover{
  color: var(--er-dark);
  background: var(--er-white);
}.er-page .shop-product-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}.er-page .shop-listing-card{
  min-width: 0;
  display: grid;
  overflow: hidden;
  background: var(--er-white);
  border: 1px solid var(--er-line);
  border-radius: 8px;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}.er-page .shop-listing-card:hover{
  border-color: rgba(136, 243, 29, 0.7);
  box-shadow: var(--shadow-soft);
  transform: translateY(-3px);
}.er-page .shop-listing-media{
  position: relative;
  aspect-ratio: 1 / 0.86;
  display: grid;
  place-items: center;
  padding: 22px;
  background: var(--er-panel);
  border-bottom: 1px solid #eef1f5;
}.er-page .shop-listing-media a{
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}.er-page .shop-listing-media img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.24s ease;
}.er-page .shop-listing-card:hover .shop-listing-media img{
  transform: scale(1.035);
}.er-page .shop-listing-card .badge-stack{
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
}.er-page .shop-card-actions{
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: flex;
  gap: 6px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}.er-page .shop-listing-card:hover .shop-card-actions{
  opacity: 1;
  transform: translateY(0);
}.er-page .shop-icon-action{
  position: relative;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--er-dark);
  background: var(--er-white);
  border: 1px solid var(--er-line);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(23, 22, 34, 0.1);
}.er-page .shop-icon-action:hover{
  color: var(--er-white);
  background: var(--er-dark);
  border-color: var(--er-dark);
}.er-page .shop-icon-action input{
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}.er-page .shop-icon-action input:checked + iconify-icon{
  color: var(--er-green);
}.er-page .shop-listing-body{
  display: grid;
  gap: 10px;
  padding: 18px;
}.er-page .shop-card-category{
  color: var(--er-muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}.er-page .shop-card-category:hover{
  color: var(--er-dark);
}.er-page .shop-listing-body h3{
  min-height: 44px;
  font-size: 1.02rem;
}.er-page .shop-listing-meta{
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}.er-page .shop-listing-meta span{
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  color: var(--er-muted);
  background: var(--er-soft);
  border-radius: 6px;
  font-size: 0.76rem;
  font-weight: 800;
}.er-page .shop-listing-price strong{
  color: var(--er-dark);
  font-size: 1.14rem;
}.er-page .shop-add-link{
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--er-dark);
  background: var(--er-green);
  border-radius: 8px;
  font-weight: 900;
}.er-page .shop-add-link:hover{
  color: var(--er-white);
  background: var(--er-dark);
}.er-page .shop-empty-state{
  grid-column: 1 / -1;
}.er-page .shop-layout{
  display: grid;
  grid-template-columns: 278px 1fr;
  gap: 28px;
  align-items: start;
}.er-page .filter-panel{
  position: sticky;
  top: 90px;
  padding: 22px;
}.er-page .filter-panel h2{
  margin-bottom: 18px;
  font-size: 1.24rem;
}.er-page .filter-group{
  display: grid;
  gap: 10px;
  padding: 18px 0;
  border-top: 1px solid var(--er-line);
}.er-page .filter-group h3{
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.er-page .filter-stack{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}.er-page .filter-chip{
  min-height: 33px;
  padding: 7px 10px;
  color: var(--er-dark);
  background: var(--er-white);
  border: 1px solid var(--er-line);
  border-radius: 8px;
  font-size: 0.84rem;
  font-weight: 800;
}.er-page .filter-chip:hover, .er-page .filter-chip.is-active{
  background: var(--er-green);
  border-color: var(--er-green);
}.er-page .check-row, .er-page .compare-check, .er-page .checkbox-row{
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--er-muted);
  font-size: 0.9rem;
  font-weight: 700;
}.er-page input[type="checkbox"].er-checkbox{
  appearance: none;
  width: 1.12em;
  height: 1.12em;
  display: grid;
  place-content: center;
  margin: 0;
  color: currentColor;
  background: transparent;
  border: 1px solid #cbd3dc;
  border-radius: 4px;
}.er-page input[type="checkbox"].er-checkbox::before{
  content: "";
  width: 0.62em;
  height: 0.62em;
  background: var(--er-green);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transition: transform 0.12s ease-in-out;
}.er-page input[type="checkbox"].er-checkbox:checked{
  background: var(--er-dark);
  border-color: var(--er-dark);
}.er-page input[type="checkbox"].er-checkbox:checked::before{
  transform: scale(1);
}.er-page .shop-toolbar{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}.er-page select, .er-page input, .er-page textarea{
  width: 100%;
  color: var(--er-ink);
  background: var(--er-white);
  border: 1px solid var(--er-line);
  border-radius: 8px;
}.er-page select, .er-page input{
  min-height: 46px;
  padding: 10px 12px;
}.er-page input[type="checkbox"].er-checkbox{
  width: 1.12em;
  height: 1.12em;
  min-height: 0;
  padding: 0;
  flex: 0 0 auto;
}.er-page textarea{
  min-height: 120px;
  resize: vertical;
  padding: 12px;
}.er-page .card-actions .compare-check{
  min-height: 42px;
  justify-content: center;
  color: var(--er-dark);
  background: var(--er-white);
  border: 1px solid var(--er-line);
  border-radius: 8px;
  font-size: 0.9rem;
}.er-page .compare-bar{
  position: sticky;
  bottom: 16px;
  z-index: 35;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  padding: 14px 16px;
  color: var(--er-white);
  background: var(--er-dark);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}.er-page .compare-bar.is-visible{
  display: flex;
}.er-page .product-hero{
  padding: 64px 0;
  background: var(--er-soft);
}.er-page .product-hero-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 34px;
  align-items: start;
}.er-page .product-gallery, .er-page .buy-panel{
  background: var(--er-white);
  border: 1px solid var(--er-line);
  border-radius: 8px;
}.er-page .product-gallery{
  overflow: hidden;
}.er-page .main-product-image{
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 38px;
  background: var(--er-panel);
}.er-page .gallery-strip{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--er-line);
}.er-page .gallery-strip button{
  padding: 0;
  background: var(--er-white);
  border: 0;
}.er-page .gallery-strip img{
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}.er-page .buy-panel{
  position: sticky;
  top: 90px;
  padding: 28px;
}.er-page .buy-panel h1{
  margin-bottom: 14px;
  font-size: clamp(2rem, 3.2vw, 3.55rem);
}.er-page .buy-panel > p{
  margin-bottom: 18px;
}.er-page .color-selector{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0 2px;
}.er-page .color-selector span{
  color: var(--er-dark);
  font-size: 0.88rem;
  font-weight: 800;
}.er-page .swatch-row{
  display: flex;
  gap: 8px;
}.er-page .color-swatch{
  width: 30px;
  height: 30px;
  padding: 0;
  background: var(--swatch);
  border: 2px solid var(--er-white);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--er-line);
}.er-page .color-swatch:hover, .er-page .color-swatch:focus-visible{
  box-shadow: 0 0 0 2px var(--er-green);
  outline: none;
}.er-page .buy-price{
  display: grid;
  gap: 5px;
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid var(--er-line);
  border-bottom: 1px solid var(--er-line);
}.er-page .buy-price strong{
  color: var(--er-dark);
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1.1;
}.er-page .buy-price span{
  color: var(--er-muted);
  font-weight: 800;
}.er-page .instacash-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: -4px 0 20px;
  padding: 16px;
  background: #f4ffe8;
  border: 1px solid rgba(136, 243, 29, 0.7);
  border-radius: 8px;
}.er-page .instacash-box div{
  display: grid;
  gap: 3px;
}.er-page .instacash-box span{
  color: #4f8f12;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.er-page .instacash-box strong{
  color: var(--er-dark);
  font-family: "DM Mono", Consolas, monospace;
  font-weight: 500;
}.er-page .buy-actions{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}.er-page .product-spec-strip{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: var(--er-line);
  border: 1px solid var(--er-line);
  border-radius: 8px;
}.er-page .product-spec-strip span{
  display: grid;
  gap: 4px;
  padding: 22px;
  background: var(--er-white);
}.er-page .product-spec-strip strong{
  color: var(--er-dark);
  font-family: "DM Mono", Consolas, monospace;
  font-size: 1.25rem;
  font-weight: 500;
}.er-page .product-spec-strip small{
  color: var(--er-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.er-page .product-tabs{
  overflow: hidden;
  background: var(--er-white);
  border: 1px solid var(--er-line);
  border-radius: 8px;
}.er-page .product-tabs-nav{
  display: flex;
  align-items: center;
  gap: 2px;
  overflow-x: auto;
  padding: 10px;
  background: var(--er-soft);
  border-bottom: 1px solid var(--er-line);
}.er-page .product-tab-button{
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 15px;
  color: var(--er-muted);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}.er-page .product-tab-button:hover, .er-page .product-tab-button:focus-visible{
  color: var(--er-dark);
  background: var(--er-white);
  outline: none;
}.er-page .product-tab-button.is-active{
  color: var(--er-dark);
  background: var(--er-white);
  border-color: var(--er-line);
  box-shadow: 0 10px 20px rgba(23, 22, 34, 0.06);
}.er-page .product-tab-button iconify-icon{
  color: var(--er-green);
}.er-page .product-tabs-panels{
  padding: 30px;
}.er-page .product-tab-panel[hidden]{
  display: none;
}.er-page .product-tab-panel > .section-intro{
  margin-bottom: 24px;
}.er-page .product-tab-spec-list{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.er-page .video-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}.er-page .video-card{
  min-width: 0;
  padding: 18px;
  background: var(--er-panel);
  border: 1px solid var(--er-line);
  border-radius: 8px;
}.er-page .video-placeholder{
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  color: var(--er-white);
  background:
    linear-gradient(180deg, rgba(49, 47, 76, 0.25), rgba(49, 47, 76, 0.78)),
    var(--er-dark);
  border-radius: 8px;
  font-weight: 800;
}.er-page .video-placeholder iconify-icon{
  width: 44px;
  height: 44px;
  margin-bottom: 6px;
  color: var(--er-green);
}.er-page .video-placeholder span{
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.er-page .video-card h3{
  margin-bottom: 8px;
}.er-page .product-doc-link{
  color: inherit;
}.er-page .product-description-panel{
  display: grid;
  grid-template-columns: minmax(230px, 0.34fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  padding: 30px;
  background: var(--er-panel);
  border: 1px solid var(--er-line);
  border-radius: 8px;
}.er-page .product-description-panel h2{
  margin-top: 8px;
  font-size: clamp(1.55rem, 2.4vw, 2.55rem);
}.er-page .product-description-copy{
  color: var(--er-dark);
  font-size: 1.05rem;
}.er-page .product-description-copy p{
  margin: 0 0 18px;
}.er-page .product-description-copy .lead{
  color: var(--er-dark);
  font-size: 1.18rem;
  line-height: 1.65;
}.er-page .product-description-copy h3{
  margin: 34px 0 12px;
  color: var(--er-dark);
  font-size: 1.32rem;
  line-height: 1.2;
}.er-page .product-description-copy h4{
  margin: 0 0 10px;
  color: var(--er-dark);
  font-size: 0.98rem;
}.er-page .product-description-copy ul{
  display: grid;
  gap: 8px;
  margin: 0 0 20px;
  padding-left: 20px;
}.er-page .product-description-copy li{
  color: var(--er-muted);
  line-height: 1.55;
}.er-page .product-description-copy li strong{
  color: var(--er-dark);
}.er-page .product-long-figure{
  margin: 24px 0 30px;
  overflow: hidden;
  background: var(--er-soft);
  border: 1px solid var(--er-line);
  border-radius: 8px;
}.er-page .product-long-figure img{
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}.er-page .product-long-figure-wide img{
  aspect-ratio: 21 / 9;
}.er-page .product-long-image-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 30px;
}.er-page .product-long-image-grid .product-long-figure{
  margin: 0;
}.er-page .spec-list{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 30px;
}.er-page .spec-list span, .er-page .product-spec-groups > div{
  padding: 16px;
  background: var(--er-soft);
  border: 1px solid var(--er-line);
  border-radius: 8px;
}.er-page .spec-list strong{
  display: block;
  margin-bottom: 4px;
  color: var(--er-dark);
  font-family: "DM Mono", Consolas, monospace;
  font-size: 1.1rem;
}.er-page .product-spec-groups{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 14px 0 28px;
}.er-page .product-spec-groups ul{
  margin-bottom: 0;
}.er-page .finance-calculator{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  padding: 24px;
  background: var(--er-white);
  border: 1px solid var(--er-line);
  border-radius: 8px;
}.er-page .finance-result{
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 18px;
  color: var(--er-white);
  background: var(--er-dark);
  border-radius: 8px;
}.er-page .finance-result strong{
  font-size: 1.55rem;
}.er-page .finance-step-card{
  position: relative;
  overflow: hidden;
}.er-page .finance-step-number{
  display: block;
  color: var(--er-green);
  font-family: "DM Mono", Consolas, monospace;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 500;
  line-height: 0.95;
}.er-page .finance-lead-grid{
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.75fr);
  gap: 34px;
  align-items: stretch;
}.er-page .finance-copy-stack{
  display: grid;
  gap: 14px;
  max-width: 780px;
}.er-page .finance-copy-stack p, .er-page .finance-process-sticky p, .er-page .finance-benefit-card p, .er-page .finance-category-card span, .er-page .finance-small-note{
  color: var(--er-muted);
  line-height: 1.7;
}.er-page .finance-bnpl-panel, .er-page .finance-final-panel{
  color: var(--er-white);
  background: var(--er-dark);
  border-radius: 8px;
}.er-page .finance-bnpl-panel{
  display: grid;
  align-content: space-between;
  min-height: 336px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}.er-page .finance-bnpl-panel h2, .er-page .finance-bnpl-panel p, .er-page .finance-final-panel h2, .er-page .finance-final-panel p{
  color: var(--er-white);
}.er-page .finance-bnpl-panel > p:not(.eyebrow), .er-page .finance-final-panel > div > p:not(.eyebrow){
  color: rgba(255, 255, 255, 0.68);
}.er-page .finance-metric-row{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}.er-page .finance-metric-row span{
  min-width: 0;
  display: grid;
  gap: 4px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}.er-page .finance-metric-row strong{
  color: var(--er-green);
  font-family: "DM Mono", Consolas, monospace;
  font-size: 1.3rem;
  font-weight: 500;
  overflow-wrap: anywhere;
}.er-page .finance-metric-row small{
  color: rgba(255, 255, 255, 0.66);
  font-weight: 800;
}.er-page .finance-benefit-grid, .er-page .finance-category-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}.er-page .finance-benefit-card, .er-page .finance-category-card, .er-page .finance-check-card{
  min-width: 0;
  background: var(--er-white);
  border: 1px solid var(--er-line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(23, 22, 34, 0.05);
}.er-page .finance-benefit-card{
  min-height: 236px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
}.er-page .finance-card-icon{
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--er-green);
  background: var(--er-dark);
  border-radius: 8px;
}.er-page .finance-card-icon iconify-icon, .er-page .finance-category-card iconify-icon, .er-page .finance-safety-item iconify-icon{
  font-size: 1.35rem;
}.er-page .finance-process-grid{
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}.er-page .finance-process-sticky{
  position: sticky;
  top: 112px;
}.er-page .finance-process-sticky h2{
  max-width: 12ch;
}.er-page .finance-flow{
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}.er-page .finance-flow-step{
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px;
  background: var(--er-white);
  border: 1px solid var(--er-line);
  border-radius: 8px;
}.er-page .finance-flow-step > span{
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--er-green);
  background: var(--er-soft);
  border: 1px solid rgba(136, 243, 29, 0.5);
  border-radius: 8px;
  font-family: "DM Mono", Consolas, monospace;
  font-size: 1.15rem;
  font-weight: 500;
}.er-page .finance-flow-step h3, .er-page .finance-flow-step p{
  min-width: 0;
}.er-page .finance-flow-step p{
  color: var(--er-muted);
  line-height: 1.62;
}.er-page .finance-requirements-grid{
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: 22px;
  align-items: stretch;
}.er-page .finance-check-card{
  padding: 30px;
}.er-page .finance-check-list{
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}.er-page .finance-check-list li{
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--er-dark);
  font-weight: 800;
  line-height: 1.48;
}.er-page .finance-check-list iconify-icon{
  color: var(--er-green);
  font-size: 1.2rem;
  transform: translateY(1px);
}.er-page .finance-small-note{
  margin-top: 22px;
  font-size: 0.9rem;
}.er-page .finance-safety-grid{
  display: grid;
  gap: 12px;
}.er-page .finance-safety-item{
  min-width: 0;
  padding: 22px;
  color: var(--er-white);
  background: var(--er-dark);
  border-radius: 8px;
}.er-page .finance-safety-item h3, .er-page .finance-safety-item p{
  color: var(--er-white);
}.er-page .finance-safety-item iconify-icon{
  color: var(--er-green);
}.er-page .finance-safety-item p{
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.62;
}.er-page .finance-category-card{
  min-height: 218px;
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 22px;
  color: var(--er-dark);
}.er-page .finance-category-card iconify-icon{
  color: var(--er-green);
}.er-page .finance-category-card strong{
  color: var(--er-dark);
  font-family: "DM Mono", Consolas, monospace;
  font-weight: 500;
  overflow-wrap: anywhere;
}.er-page .finance-category-card:hover{
  border-color: rgba(136, 243, 29, 0.82);
  transform: translateY(-2px);
}.er-page .finance-final-panel{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 30px;
}.er-page .finance-final-panel .cta-actions{
  justify-content: flex-end;
}.er-page .split-grid{
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 1fr);
  gap: 34px;
  align-items: start;
}.er-page .lead-form, .er-page .form-panel{
  display: grid;
  gap: 14px;
  padding: 24px;
}.er-page .lead-form label, .er-page .finance-calculator label{
  display: grid;
  gap: 7px;
  color: var(--er-dark);
  font-weight: 800;
}.er-page .form-note{
  min-height: 20px;
  color: #4f8f12;
  font-size: 0.9rem;
  font-weight: 800;
}.er-page .detail-grid, .er-page .doc-grid{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.er-page .article-grid{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.er-page .article-card{
  overflow: hidden;
}.er-page .article-card img{
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}.er-page .article-card div{
  padding: 22px;
}.er-page .article-card h3, .er-page .doc-card h3, .er-page .info-panel h3{
  margin-bottom: 8px;
}.er-page .community-grid{
  grid-template-columns: 1.2fr 0.8fr;
}.er-page .community-overview-grid, .er-page .community-story-grid, .er-page .community-detail-layout{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  gap: 34px;
  align-items: stretch;
}.er-page .community-social-grid, .er-page .community-route-grid{
  display: grid;
  gap: 16px;
}.er-page .community-social-grid{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.er-page .community-social-grid.compact{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.er-page .community-social-card, .er-page .community-route-card, .er-page .community-story-panel, .er-page .community-highlight-panel{
  min-width: 0;
  border-radius: 8px;
}.er-page .community-social-card, .er-page .community-route-card{
  display: grid;
  gap: 9px;
  padding: 20px;
  background: var(--er-white);
  border: 1px solid var(--er-line);
}.er-page .community-social-card iconify-icon, .er-page .community-route-icon iconify-icon, .er-page .community-highlight-tags iconify-icon{
  color: var(--er-green);
  font-size: 1.3rem;
}.er-page .community-social-card span, .er-page .community-route-card strong{
  color: var(--er-dark);
  font-family: "DM Mono", Consolas, monospace;
  font-weight: 500;
}.er-page .community-social-card strong{
  color: var(--er-dark);
  font-size: 1rem;
}.er-page .community-social-card small, .er-page .community-route-card p, .er-page .community-story-panel p, .er-page .community-highlight-panel p, .er-page .community-detail-lead p{
  color: var(--er-muted);
  line-height: 1.65;
}.er-page .community-social-card:hover, .er-page .community-route-card:hover{
  border-color: rgba(136, 243, 29, 0.75);
  box-shadow: var(--shadow-soft);
  transform: translateY(-2px);
}.er-page .community-highlight-panel, .er-page .community-story-panel{
  padding: 30px;
}.er-page .community-highlight-panel{
  display: grid;
  align-content: space-between;
  color: var(--er-white);
  background: var(--er-dark);
}.er-page .community-highlight-panel h2, .er-page .community-highlight-panel p{
  color: var(--er-white);
}.er-page .community-highlight-panel p:not(.eyebrow){
  color: rgba(255, 255, 255, 0.68);
}.er-page .community-highlight-tags{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 24px;
}.er-page .community-highlight-tags span{
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 800;
}.er-page .community-route-grid{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.er-page .community-route-card{
  min-height: 245px;
}.er-page .community-route-icon{
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: var(--er-dark);
  border-radius: 8px;
}.er-page .community-route-card .text-link{
  margin-top: auto;
}.er-page .community-story-grid{
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
  align-items: center;
}.er-page .community-story-panel{
  display: grid;
  gap: 14px;
  background: var(--er-soft);
  border: 1px solid var(--er-line);
}.er-page .community-detail-layout{
  grid-template-columns: minmax(280px, 0.45fr) minmax(0, 1fr);
  align-items: start;
}.er-page .community-detail-lead{
  position: sticky;
  top: 112px;
  display: grid;
  gap: 14px;
}.er-page .community-route-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}.er-page .community-route-tags span{
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  color: var(--er-dark);
  background: var(--er-soft);
  border: 1px solid var(--er-line);
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 800;
}.er-page .image-panel{
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
}.er-page .image-panel img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}.er-page .faq-item{
  border-top: 1px solid var(--er-line);
}.er-page .faq-item:last-child{
  border-bottom: 1px solid var(--er-line);
}.er-page .faq-item summary{
  cursor: pointer;
  padding: 22px 0;
  color: var(--er-dark);
  font-family: "DM Mono", Consolas, monospace;
  font-weight: 500;
}.er-page .faq-item p{
  padding-bottom: 22px;
}.er-page .cta-band{
  color: var(--er-white);
  background: var(--er-dark);
}.er-page .cta-band h2, .er-page .cta-band p{
  color: var(--er-white);
}.er-page .cta-band p{
  max-width: 620px;
  color: rgba(255, 255, 255, 0.72);
}.er-page .contact-social-panel{
  margin-top: 24px;
  padding: 24px;
  color: var(--er-white);
  background: var(--er-dark);
  border-radius: 8px;
}.er-page .contact-social-panel h3, .er-page .contact-social-panel p{
  color: var(--er-white);
}.er-page .contact-social-panel > p:not(.eyebrow){
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
}.er-page .contact-social-grid{
  display: grid;
  gap: 2px;
  margin-top: 18px;
}.er-page .contact-social-link{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 12px;
  align-items: center;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}.er-page .contact-social-link iconify-icon{
  grid-row: span 2;
  color: var(--er-green);
  font-size: 1.15rem;
}.er-page .contact-social-link strong{
  color: var(--er-white);
  font-family: "DM Mono", Consolas, monospace;
  font-weight: 500;
}.er-page .contact-social-link span{
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.82rem;
  overflow-wrap: anywhere;
}.er-page .contact-social-link:hover strong, .er-page .contact-social-link:hover span{
  color: var(--er-green);
}.er-page .site-footer{
  padding: 64px 0 32px;
  color: rgba(255, 255, 255, 0.64);
  background: var(--er-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}.er-page .footer-grid{
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 34px;
  margin-bottom: 54px;
}.er-page .footer-logo{
  margin-bottom: 18px;
  color: var(--er-white);
}.er-page .footer-grid p{
  max-width: 390px;
  color: rgba(255, 255, 255, 0.62);
}.er-page .footer-newsletter{
  max-width: 390px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin-top: 22px;
}.er-page .footer-newsletter input{
  color: var(--er-white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}.er-page .footer-newsletter input::placeholder{
  color: rgba(255, 255, 255, 0.52);
}.er-page .footer-newsletter .form-note{
  grid-column: 1 / -1;
  color: var(--er-green);
}.er-page .footer-socials{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}.er-page .footer-social-link{
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  font-size: 0.84rem;
  font-weight: 800;
}.er-page .footer-social-link iconify-icon{
  color: var(--er-green);
}.er-page .footer-social-link:hover{
  color: var(--er-white);
  background: rgba(255, 255, 255, 0.1);
}.er-page .footer-grid h3{
  margin-bottom: 14px;
  color: var(--er-white);
  font-size: 0.94rem;
}.er-page .footer-grid nav{
  display: grid;
  gap: 9px;
  font-size: 0.9rem;
}.er-page .footer-grid a:hover{
  color: var(--er-white);
}.er-page .footer-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
}.er-page .footer-bottom p{
  color: rgba(255, 255, 255, 0.56);
}.er-page .footer-legal{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 1320px) {.er-page .header-partner, .er-page .header-cta{
    display: none;
  }.er-page .menu-button{
    display: inline-flex;
  }.er-page .mobile-nav{
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 59;
    display: grid;
    gap: 4px;
    max-height: calc(100vh - 100%);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 18px 20px 24px;
    color: var(--er-white);
    background: rgba(49, 47, 76, 0.98);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  }.er-page .mobile-nav.is-open{
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateY(0);
  }.er-page .mobile-link{
    padding: 13px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 800;
  }.er-page .mobile-link.is-active{
    color: var(--er-green);
  }
}

@media (max-width: 1040px) {.er-page .promo-track{
    animation-duration: 30s;
  }.er-page .topbar-inner{
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }.er-page .topbar-inner::-webkit-scrollbar{
    display: none;
  }.er-page .topbar-contact, .er-page .topbar-socials{
    flex: 0 0 auto;
    flex-wrap: nowrap;
  }.er-page .desktop-nav{
    display: none;
  }.er-page .header-inner{
    grid-template-columns: auto auto;
    justify-content: space-between;
  }.er-page .brand-strip{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.er-page .brand-overview, .er-page .brand-showcase-card, .er-page .brand-showcase-card:nth-child(even), .er-page .brand-lane{
    grid-template-columns: 1fr;
  }.er-page .brand-showcase-card:nth-child(even) .brand-showcase-media{
    order: 0;
  }.er-page .brand-route-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.er-page .brand-model-links{
    justify-content: flex-start;
  }.er-page .product-grid, .er-page .product-grid.four, .er-page .article-grid, .er-page .detail-grid, .er-page .doc-grid, .er-page .brand-picture-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.er-page .shop-layout, .er-page .shop-marketplace-layout, .er-page .shop-category-head, .er-page .community-overview-grid, .er-page .community-story-grid, .er-page .community-detail-layout, .er-page .product-hero-grid, .er-page .split-grid, .er-page .community-grid{
    grid-template-columns: 1fr;
  }.er-page .filter-panel, .er-page .shop-sidebar-card, .er-page .buy-panel{
    position: static;
  }.er-page .shop-category-head h1, .er-page .shop-category-head p:not(.eyebrow){
    max-width: none;
  }.er-page .shop-result-bar{
    grid-template-columns: 1fr;
  }.er-page .shop-toolbar-actions{
    justify-content: flex-start;
  }.er-page .shop-product-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.er-page .choice-grid, .er-page .platform-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.er-page .finance-lead-grid, .er-page .finance-process-grid, .er-page .finance-requirements-grid, .er-page .finance-final-panel{
    grid-template-columns: 1fr;
  }.er-page .finance-process-sticky{
    position: static;
  }.er-page .community-detail-lead{
    position: static;
  }.er-page .community-social-grid, .er-page .community-social-grid.compact, .er-page .community-route-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.er-page .finance-benefit-grid, .er-page .finance-category-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.er-page .finance-final-panel .cta-actions{
    justify-content: flex-start;
  }.er-page .finance-calculator{
    grid-template-columns: 1fr;
  }.er-page .product-description-panel, .er-page .spec-list, .er-page .product-tab-spec-list, .er-page .video-grid, .er-page .product-spec-groups, .er-page .product-long-image-grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {.er-page .container{
    width: min(100% - 28px, var(--container));
  }.er-page .site-header .container{
    width: min(100% - 28px, var(--container));
  }.er-page .topbar{
    font-size: 0.76rem;
  }.er-page .promo-ticker{
    font-size: 0.73rem;
  }.er-page .promo-marquee{
    min-height: 33px;
    mask-image: linear-gradient(90deg, transparent, #000 18px, #000 calc(100% - 18px), transparent);
  }.er-page .promo-group{
    gap: 20px;
    padding-right: 20px;
  }.er-page .promo-item::after{
    margin-left: 13px;
  }.er-page .topbar-inner{
    min-height: 38px;
    padding: 7px 0;
  }.er-page .topbar-contact, .er-page .topbar-socials{
    gap: 12px;
  }.er-page .brand-overview{
    gap: 18px;
  }.er-page .brand-overview h2{
    max-width: none;
  }.er-page .brand-overview > p{
    font-size: 1rem;
  }.er-page .brand-showcase-media{
    min-height: 240px;
  }.er-page .brand-showcase-body{
    padding: 22px;
  }.er-page .brand-route-card{
    min-height: 190px;
  }.er-page .brand-lane{
    padding: 18px;
  }.er-page .finance-bnpl-panel, .er-page .finance-check-card, .er-page .finance-final-panel{
    padding: 22px;
  }.er-page .finance-benefit-grid, .er-page .finance-category-grid, .er-page .finance-metric-row{
    grid-template-columns: 1fr;
  }.er-page .finance-process-sticky h2{
    max-width: none;
  }.er-page .finance-flow-step{
    grid-template-columns: 1fr;
  }.er-page .finance-category-card{
    min-height: auto;
  }.er-page .community-highlight-panel, .er-page .community-story-panel{
    padding: 22px;
  }.er-page .community-highlight-tags, .er-page .community-social-grid, .er-page .community-social-grid.compact, .er-page .community-route-grid{
    grid-template-columns: 1fr;
  }.er-page .community-route-card{
    min-height: auto;
  }.er-page .hero-centered{
    min-height: 620px;
    padding-top: 44px;
  }.er-page .hero-inner{
    min-height: 554px;
    justify-content: flex-start;
    padding-top: 46px;
    padding-bottom: 166px;
  }.er-page .hero-value-grid{
    grid-template-columns: repeat(2, 1fr);
    padding: 10px 0;
  }.er-page .hero-value-grid span{
    min-height: 38px;
    justify-content: flex-start;
  }.er-page .section{
    padding: 64px 0;
  }.er-page .section-row, .er-page .shop-toolbar, .er-page .shop-toolbar-actions, .er-page .doc-teaser, .er-page .cta-band, .er-page .footer-bottom{
    align-items: stretch;
    flex-direction: column;
  }.er-page .brand-strip, .er-page .brand-route-grid, .er-page .brand-card-stats, .er-page .product-grid, .er-page .product-grid.two, .er-page .product-grid.four, .er-page .shop-product-grid, .er-page .shop-category-summary, .er-page .choice-grid, .er-page .platform-grid, .er-page .article-grid, .er-page .detail-grid, .er-page .doc-grid, .er-page .brand-picture-grid, .er-page .product-spec-strip, .er-page .footer-grid{
    grid-template-columns: 1fr;
  }.er-page .card-actions, .er-page .buy-actions{
    grid-template-columns: 1fr;
  }.er-page .shop-category-header{
    padding: 34px 0 28px;
  }.er-page .shop-breadcrumb{
    margin-bottom: 18px;
  }.er-page .shop-category-head h1{
    font-size: clamp(2.2rem, 13vw, 3.8rem);
  }.er-page .shop-result-bar, .er-page .shop-sidebar-card{
    padding: 16px;
  }.er-page .shop-toolbar-actions select, .er-page .shop-view-counts, .er-page .shop-view-icons{
    width: 100%;
  }.er-page .shop-view-counts, .er-page .shop-view-icons{
    justify-content: center;
  }.er-page .shop-listing-body h3{
    min-height: 0;
  }.er-page .shop-card-actions{
    opacity: 1;
    transform: none;
  }.er-page .page-hero{
    min-height: 320px;
    padding: 56px 0;
  }.er-page .main-product-image{
    padding: 22px;
  }.er-page .gallery-strip{
    grid-template-columns: repeat(2, 1fr);
  }.er-page .doc-teaser-main{
    align-items: flex-start;
  }.er-page .footer-newsletter{
    grid-template-columns: 1fr;
  }.er-page .instacash-box{
    align-items: flex-start;
    flex-direction: column;
  }.er-page .product-description-panel{
    padding: 22px;
  }.er-page .product-tabs-panels{
    padding: 18px;
  }.er-page .product-tabs-nav{
    padding: 8px;
  }.er-page .product-tab-button{
    min-height: 40px;
    padding: 9px 12px;
    font-size: 0.84rem;
  }.er-page .product-long-figure-wide img{
    aspect-ratio: 16 / 10;
  }
}
.er-page{width:100%;max-width:100%;}
.er-page .site-header,.er-page .site-footer{display:none!important;}
.single-product .er-product-content{clear:both;}
.er-page .er-footer-surface{padding:64px 0 32px;color:rgba(255,255,255,.64);background:var(--er-dark);border-top:1px solid rgba(255,255,255,.1);}
.er-page .er-footer-surface .footer-logo img{width:190px;height:auto;}
body .wd-header-cart .wd-tools-text{display:none!important;}
