@import url("./site.css");

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1600px;
  }
}

.inner-page {
  background: #000;
  color: #fff;
}

.inner-page h1,
.inner-page h2,
.inner-page h3,
.legal-article,
.section-title,
.subpage-lead {
  overflow-wrap: anywhere;
  word-break: normal;
}

.subpage-hero,
.page-hero,
.detail-hero {
  position: relative;
  isolation: isolate;
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .84), rgba(0, 0, 0, .46)),
    var(--hero-bg, url("../images/ultra-bee-bg.jpg")) center / cover;
}

.subpage-hero::after,
.page-hero::after,
.detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 72% 45%, transparent 0 18%, rgba(0, 0, 0, .5) 52%, rgba(0, 0, 0, .9));
}

.detail-hero .container,
.subpage-hero .container,
.page-hero .container,
.page-hero .container-xl {
  position: relative;
  z-index: 2;
}

.detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, .95fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
  padding-block: 80px;
}

.detail-copy h1 {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(56px, 7vw, 112px);
  font-weight: 900;
  line-height: .95;
}

.subpage-hero h1,
.page-hero h1 {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(42px, 5.2vw, 80px);
  font-weight: 900;
  line-height: .98;
  max-width: 860px;
}

.detail-kicker,
.section-kicker {
  margin: 0 0 22px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.detail-subtitle,
.subpage-lead {
  max-width: 760px;
  margin: 0 0 34px;
  color: #fff;
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.08;
}

.subpage-hero .breadcrumb-line,
.page-hero .breadcrumb-line {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.4;
}

.subpage-hero .breadcrumb-line a,
.page-hero .breadcrumb-line a {
  color: #fff;
  text-decoration: none;
}

.subpage-hero .breadcrumb-line a:hover,
.page-hero .breadcrumb-line a:hover {
  color: var(--surron-yellow);
}

.page-hero .container-xl > p:not(.subpage-lead) {
  max-width: 760px;
  margin: 0 0 34px;
  color: #fff;
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.08;
}

.detail-hero-figure {
  margin: 0;
  display: flex;
  justify-content: center;
}

.detail-hero-figure img {
  width: min(100%, 720px);
  max-height: 620px;
  object-fit: contain;
  filter: drop-shadow(0 30px 52px rgba(0, 0, 0, .55));
}

.detail-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}

.detail-stats article,
.spec-list div,
.feature-card,
.shop-category,
.dealer-card,
.form-panel,
.notice-panel {
  border: 1px solid rgba(255, 240, 10, .45);
  background: rgba(5, 5, 5, .82);
}

.detail-stats article {
  min-height: 118px;
  padding: 20px 18px 18px;
  border-bottom: 4px solid var(--surron-yellow);
}

.detail-stats span,
.spec-list dt {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.detail-stats strong,
.spec-list dd {
  display: block;
  margin: 8px 0 0;
  color: var(--surron-yellow);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.1;
}

.detail-stats em {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.gallery-band,
.performance-band,
.tech-band,
.terrain-band,
.cta-band,
.content-band,
.shop-band,
.dealer-band,
.about-band,
.map-band,
.legal-band {
  padding: clamp(70px, 9vw, 120px) 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  background: #111;
}

.gallery-grid img,
.media-split img,
.about-image-grid img,
.shop-category img {
  width: 100%;
  object-fit: cover;
}

.gallery-grid img {
  height: clamp(280px, 30vw, 430px);
}

.media-split {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}

.media-split.reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}

.media-split.reverse .media-copy,
.media-split.reverse .about-body {
  order: 2;
}

.media-split.reverse > img,
.media-split.reverse > figure,
.media-split.reverse .about-media {
  order: 1;
}

.media-split:not(.reverse) .about-body,
.media-split:not(.reverse) .media-copy {
  order: 1;
}

.media-split:not(.reverse) > img,
.media-split:not(.reverse) > figure,
.media-split:not(.reverse) .about-media {
  order: 2;
}

.media-split img {
  min-height: 420px;
  max-height: 620px;
}

.section-title {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 900;
  line-height: 1;
}

.section-text,
.legal-article p,
.legal-article li,
.dealer-body p,
.about-body p,
.about-copy-panel p {
  color: #d8d8d8;
  font-size: 18px;
}

.about-body p + p,
.about-copy-panel p + p {
  margin-top: 16px;
}

.about-copy-panel {
  max-width: 930px;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.feature-grid-detail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}

.feature-card {
  padding: 28px;
}

.feature-card span {
  display: block;
  width: 48px;
  height: 4px;
  margin-bottom: 22px;
  background: var(--surron-yellow);
}

.feature-card h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.feature-card p {
  color: #d3d3d3;
}

.spec-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.spec-list div {
  padding: 18px 20px;
}

.terrain-band {
  background: #101010;
}

.cta-band {
  text-align: center;
  background: #050505;
}

.cta-band .btn {
  margin: 6px;
}

.l1e-product-page {
  background: #000;
  color: #fff;
  font-family: Jost, Roboto, Arial, sans-serif;
}

.l1e-product-page .container {
  width: min(100%, 1600px);
  max-width: 1600px;
  padding-inline: clamp(24px, 2.5vw, 48px);
}

.l1e-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .48), rgba(0, 0, 0, .5)),
    url("../images/live/surron-light-bee-l1e/light-bee-bg-2-1-36ee20d9.jpg") center / cover no-repeat;
}

.l1e-hero-inner {
  width: min(100%, 1600px);
  margin-inline: auto;
  padding-top: 112px;
  padding-left: clamp(110px, 27vw, 390px);
  padding-right: clamp(24px, 2.5vw, 48px);
}

.l1e-hero .detail-kicker {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.l1e-hero h1 {
  margin: 0 0 34px;
  color: #fff;
  font-family: Righteous, Jost, Roboto, Arial, sans-serif;
  font-size: clamp(76px, 8vw, 118px);
  font-weight: 600;
  line-height: .9;
  letter-spacing: 0;
}

.l1e-hero .detail-subtitle {
  margin-bottom: 38px;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  line-height: 1;
}

.l1e-hero .surron-btn {
  min-width: 170px;
  min-height: 34px;
  padding: 8px 22px;
  font-size: 15px;
  font-weight: 700;
}

.l1e-hero-stats {
  width: min(100%, 540px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 54px;
}

.l1e-hero-stats article {
  min-height: 112px;
  padding: 0 0 22px;
  border: 0;
  border-bottom: 2px solid var(--surron-yellow);
  background: transparent;
}

.l1e-hero-stats span {
  min-height: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.l1e-hero-stats strong {
  margin-top: 14px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.15;
}

.l1e-hero-stats em {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}

.l1e-torn-divider,
.l1e-section-torn {
  position: relative;
  z-index: 3;
  width: 100%;
  height: clamp(70px, 9.2vw, 177px);
  overflow: hidden;
  background: #000;
}

.l1e-torn-divider {
  margin-top: calc(-1 * clamp(70px, 9.2vw, 177px));
  background: transparent;
}

.l1e-torn-divider img,
.l1e-section-torn {
  display: block;
  width: 100%;
}

.l1e-torn-divider img {
  height: 100%;
  object-fit: cover;
}

.l1e-torn-divider-flipped img {
  transform: scaleY(-1);
}

.l1e-original-band {
  position: relative;
  min-height: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  padding-top: 50px;
  background:
    #000
    url("../images/live/surron-light-bee-l1e/the-original-c83376a2.webp")
    center center / 100% auto no-repeat;
}

.l1e-original-bike {
  position: relative;
  z-index: 2;
  width: min(55vw, 1050px);
  max-width: 1050px;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, .55));
}

.l1e-performance {
  position: relative;
  min-height: 100vh;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 0, 0, .54), rgba(0, 0, 0, .54)),
    url("../images/live/surron-light-bee-l1e/lb-4-1-dc353ce8.jpg") center center / cover no-repeat;
}

.l1e-section-torn {
  height: auto;
}

.l1e-section-torn-bottom {
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 3;
  display: block;
  height: clamp(70px, 9.2vw, 177px);
  margin-top: 0;
  background: #000;
  clip-path: polygon(
    0 26%, 2% 19%, 4% 31%, 6% 24%, 8% 35%, 10% 18%,
    12% 28%, 15% 15%, 17% 27%, 20% 18%, 23% 34%, 26% 22%,
    30% 38%, 34% 20%, 38% 30%, 42% 18%, 46% 33%, 50% 22%,
    54% 36%, 58% 19%, 62% 31%, 66% 24%, 70% 36%, 74% 20%,
    78% 30%, 82% 18%, 86% 34%, 90% 23%, 94% 31%, 97% 18%,
    100% 25%, 100% 100%, 0 100%
  );
  pointer-events: none;
}

.l1e-performance .container {
  position: relative;
  z-index: 2;
  padding-top: clamp(40px, 4vw, 78px);
  padding-bottom: clamp(190px, 13vw, 260px);
  padding-left: clamp(110px, 20.8vw, 400px);
  padding-right: clamp(32px, 5vw, 90px);
}

.l1e-performance-emblem {
  position: relative;
  z-index: 2;
  display: block;
  width: min(15vw, 240px);
  max-width: 240px;
  margin: 0 0 50px;
}

.l1e-performance-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 920px);
}

.l1e-performance-copy h2 {
  margin: 0 0 54px;
  color: #fff;
  font-size: clamp(58px, 5vw, 80px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

.l1e-performance-copy p,
.l1e-feature-grid p,
.l1e-anywhere-copy p,
.l1e-energy p,
.l1e-dual-copy p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.62;
}

.l1e-feature-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(30px, 5vw, 72px);
  width: min(100%, 1080px);
  margin-top: 72px;
}

.l1e-feature-grid h3 {
  margin: 0 0 24px;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.22;
}

.l1e-feature-grid p {
  margin: 0;
  font-size: 18px;
}

.l1e-suspension {
  min-height: 940px;
  padding: 136px 0 88px;
  text-align: center;
  background: #000;
}

.l1e-mini-title {
  margin: 0 0 56px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.l1e-suspension-lead {
  width: min(100%, 990px);
  margin: 0 auto 82px;
  color: #fff;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.65;
}

.l1e-bike-icon {
  width: 126px;
  margin: 0 auto 92px;
  color: var(--surron-yellow);
}

.l1e-bike-icon svg {
  display: block;
  width: 100%;
  fill: currentColor;
}

.l1e-spec-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(80px, 10vw, 155px);
  width: min(100%, 1040px);
  margin: 0 auto;
}

.l1e-spec-row strong {
  display: block;
  margin-bottom: 40px;
  color: #fff;
  font-size: clamp(46px, 4.5vw, 62px);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.l1e-spec-row span {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

.l1e-anywhere {
  display: grid;
  grid-template-columns: minmax(0, 940px) minmax(500px, 1fr);
  gap: clamp(40px, 4.5vw, 68px);
  width: min(100%, 1600px);
  min-height: 900px;
  align-items: start;
  margin-inline: auto;
  padding: 178px clamp(24px, 2.4vw, 44px) 86px 0;
  background: #000;
}

.l1e-anywhere-media {
  align-self: start;
  overflow: hidden;
}

.l1e-anywhere-media video {
  display: block;
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.l1e-anywhere-copy {
  padding-top: 88px;
}

.l1e-anywhere-copy h2,
.l1e-anywhere-copy .l1e-anywhere-title,
.l1e-anywhere-copy .l1e-anywhere-highlight {
  margin: 0 0 10px;
  font-size: clamp(56px, 5vw, 76px);
  font-weight: 900;
  line-height: .95;
  white-space: nowrap;
  overflow-wrap: normal;
}

.l1e-anywhere-copy .l1e-anywhere-title {
  color: var(--surron-yellow);
}

.l1e-anywhere-copy h3,
.l1e-anywhere-copy .l1e-anywhere-highlight {
  display: block;
  width: fit-content;
  max-width: none;
  margin: 0;
  padding: 0.06em 0.12em 0.1em;
  color: #000;
  background: #fff;
  font-size: clamp(56px, 5vw, 74px);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: keep-all;
}

.l1e-anywhere-copy p {
  width: min(100%, 665px);
  margin-top: 46px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.58;
}

.l1e-energy {
  min-height: 620px;
  padding: 118px 0 86px;
  background: #000;
}

.l1e-energy-inner {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1fr);
  gap: clamp(56px, 8vw, 128px);
  align-items: center;
}

.l1e-energy-figure {
  display: flex;
  justify-content: center;
  margin: 0;
}

.l1e-energy-figure img {
  display: block;
  width: min(100%, 520px);
  max-height: 560px;
  object-fit: contain;
}

.l1e-energy-copy {
  max-width: 680px;
}

.l1e-energy h2 {
  margin: 0 0 76px;
  color: #fff;
  font-size: clamp(56px, 5vw, 74px);
  font-weight: 900;
  line-height: 1;
}

.l1e-energy p {
  margin: 0;
  font-size: 24px;
  line-height: 1.62;
}

.l1e-dual-copy {
  min-height: 1250px;
  padding: 230px 0 170px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .4), #000 88%),
    url("../images/live/surron-light-bee-l1e/2560X1440-5--6f94fb72.jpg") center top / cover no-repeat;
}

.l1e-dual-copy .container {
  position: relative;
  min-height: 900px;
}

.l1e-dual-copy article {
  position: absolute;
}

.l1e-sport-copy {
  left: clamp(120px, 12vw, 250px);
  top: 40px;
  width: 410px;
}

.l1e-power-copy {
  right: clamp(30px, 2vw, 60px);
  top: 350px;
  width: min(100%, 690px);
}

.l1e-dual-copy h2 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 72px;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.l1e-dual-copy h2 span {
  display: inline-block;
  padding: 4px 12px 6px;
  color: #000;
  background: var(--surron-yellow);
  font-size: clamp(48px, 4.4vw, 66px);
  font-weight: 900;
  line-height: .98;
}

.l1e-dual-copy article::before {
  content: "";
  display: block;
  width: 190px;
  height: 6px;
  margin: 0 0 54px;
  background: var(--surron-yellow);
}

.l1e-sport-copy p {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.55;
}

.l1e-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(100%, 1600px);
  margin-inline: auto;
  background: #000;
}

.l1e-gallery-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.l1e-power-copy p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.55;
}

.lbx-page .l1e-hero {
  min-height: 640px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .48), rgba(0, 0, 0, .5)),
    url("../images/live/surron-light-bee-x/light-bee-x-header-9a0c48c6.jpg") center / cover no-repeat;
}

.lbx-page .l1e-hero h1 {
  font-family: Righteous, Jost, Roboto, Arial, sans-serif;
  font-size: clamp(76px, 8vw, 118px);
  font-weight: 600;
  line-height: .9;
}

.lbx-page .l1e-original-band {
  background:
    #000
    url("../images/live/surron-light-bee-x/the-original-c83376a2.webp")
    center center / 100% auto no-repeat;
}

.lbx-page .l1e-performance {
  background:
    linear-gradient(rgba(0, 0, 0, .54), rgba(0, 0, 0, .54)),
    url("../images/live/surron-light-bee-x/lbx-2-1536x1024-1-4f6a4529.jpg") center center / cover no-repeat;
}

.lbx-page .l1e-performance-copy h2 {
  margin-bottom: 0;
}

.lbx-page .l1e-dual-copy {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .4), #000 88%),
    url("../images/live/surron-light-bee-x/2560X1440-5--6f94fb72.jpg") center top / cover no-repeat;
}

.lbx-page .l1e-power-copy {
  background:
    url("../images/live/surron-light-bee-x/1-554f4c6c.svg")
    right -8% top 8% / min(42vw, 500px) no-repeat;
}

.ub-page .l1e-hero {
  min-height: 640px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .48), rgba(0, 0, 0, .5)),
    url("../images/live/surron-ultra-bee/ultra-bee-bg-1-7ab9526a.jpg") center / cover no-repeat;
}

.ub-page .l1e-hero h1 {
  font-family: Righteous, Jost, Roboto, Arial, sans-serif;
  font-size: clamp(76px, 8vw, 118px);
  font-weight: 600;
  line-height: .9;
}

.ub-page .l1e-original-band {
  background:
    #000
    url("../images/live/surron-ultra-bee/the-original-c83376a2.webp")
    center center / 100% auto no-repeat;
}

.ub-page .l1e-original-bike {
  width: min(62vw, 1100px);
}

.ub-page .l1e-performance {
  background:
    linear-gradient(rgba(0, 0, 0, .54), rgba(0, 0, 0, .54)),
    url("../images/live/surron-ultra-bee/ub-bg-4-914e6650.jpg") center center / cover no-repeat;
}

.hb-page .l1e-hero {
  min-height: clamp(560px, 72vh, 780px);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .48), rgba(0, 0, 0, .5)),
    url("../images/live/hyper-bee/10016-2728fbe1.jpg") center / cover no-repeat;
}

.hb-page .l1e-hero h1 {
  font-family: Righteous, Jost, Roboto, Arial, sans-serif;
  font-size: clamp(76px, 8vw, 118px);
  font-weight: 600;
  line-height: .9;
}

.hb-page .l1e-original-band {
  background:
    #000
    url("../images/live/hyper-bee/the-original-c83376a2.webp")
    center center / 100% auto no-repeat;
}

.hb-page .l1e-original-bike {
  width: min(62vw, 1126px);
}

.hb-page .hb-stat-torque em {
  display: none;
}

.hb-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.hb-video-band {
  position: relative;
  min-height: clamp(320px, 56vw, 810px);
  overflow: hidden;
  background: #000;
}

.hb-video-band video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(320px, 56vw, 810px);
  object-fit: cover;
}

.hb-battery-videos {
  padding: clamp(48px, 6vw, 88px) 0;
  background: #000;
}

.hb-battery-videos-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 24px);
  width: min(100%, 1200px);
  margin-inline: auto;
  padding-inline: clamp(16px, 2.5vw, 48px);
}

.hb-battery-video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.hb-design {
  padding: clamp(72px, 8vw, 120px) 0;
  background: #000;
}

.hb-design-inner {
  width: min(100%, 920px);
}

.hb-design h2 {
  margin: 0 0 40px;
  color: #fff;
  font-size: clamp(40px, 4.5vw, 58px);
  font-weight: 900;
  line-height: 1.05;
}

.hb-prose p {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 500;
  line-height: 1.65;
}

.hb-prose p:last-child {
  margin-bottom: 0;
}

.hb-quote {
  font-size: clamp(20px, 2.2vw, 26px) !important;
}

.hb-motor-heading {
  padding: clamp(48px, 6vw, 72px) 0 0;
  background: #000;
  text-align: center;
}

.hb-motor-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 900;
  line-height: 1.1;
}

.hb-motor-spacer {
  min-height: clamp(220px, 34vw, 420px);
  background:
    linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)),
    url("../images/live/hyper-bee/hyperbee_09-7a3f874f.jpg") center / cover no-repeat;
}

.hb-motor-copy {
  padding: clamp(48px, 6vw, 80px) 0;
  background: #000;
}

.hb-motor-copy .container {
  width: min(100%, 920px);
}

.hb-motor-copy p {
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 500;
  line-height: 1.65;
}

.hb-controller {
  padding: clamp(72px, 8vw, 120px) 0;
  background:
    linear-gradient(rgba(0, 0, 0, .58), rgba(0, 0, 0, .58)),
    url("../images/live/hyper-bee/hyperbee_1110-1758b2bd.jpg") center / cover no-repeat;
}

.hb-controller-inner {
  width: min(100%, 920px);
}

.hb-controller-headings {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 36px;
}

.hb-controller-title {
  display: inline-block;
  margin: 0;
  padding: 4px 14px 8px;
  color: #000;
  background: var(--surron-yellow);
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 900;
  line-height: .98;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.hb-controller-copy p {
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 500;
  line-height: 1.65;
}

.hb-instrument {
  background: #000;
}

.hb-instrument-heading-wrap {
  padding-top: clamp(48px, 6vw, 72px);
  text-align: center;
  background:
    linear-gradient(rgba(0, 0, 0, .72), rgba(0, 0, 0, .72)),
    url("../images/live/hyper-bee/hyperbee_122_02-scaled-58ba5283.jpg") center / cover no-repeat;
}

.hb-instrument-heading-wrap h2 {
  margin: 0;
  padding-bottom: clamp(48px, 6vw, 72px);
  color: #fff;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 900;
  line-height: 1.1;
}

.hb-instrument-image {
  display: block;
  width: 100%;
  height: auto;
}

.hb-instrument-copy {
  width: min(100%, 920px);
  padding-block: clamp(40px, 5vw, 64px);
}

.hb-instrument-copy p {
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 500;
  line-height: 1.65;
  text-align: center;
}

.hb-remote {
  padding: clamp(64px, 7vw, 96px) 0 clamp(72px, 8vw, 104px);
  background: #000;
}

.hb-remote-inner {
  width: min(90%, 1200px);
  margin-inline: auto;
  text-align: center;
}

.hb-remote-title {
  margin: 0 0 20px;
  color: var(--surron-yellow);
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 600;
  line-height: 1.15;
}

.hb-remote-subtitle {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(22px, 2.5vw, 40px);
  font-weight: 200;
  line-height: 1.2;
  white-space: nowrap;
}

.hb-security-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  text-align: left;
}

.hb-security-card {
  display: flex;
  padding: 20px;
  border: 2px solid var(--surron-yellow);
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(248, 223, 0, .5);
  background: transparent;
}

.hb-icon-box-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.hb-icon-box-icon {
  display: flex;
}

.hb-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
}

.hb-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #fff;
}

.hb-icon-box-title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.25;
}

.hb-icon-box-description {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.hb-system-split {
  padding: clamp(64px, 7vw, 96px) 0 clamp(72px, 8vw, 104px);
  background: #000;
  border-top: 1px solid rgba(255, 240, 10, .18);
}

.hb-system-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
  width: min(100%, 1200px);
  margin-inline: auto;
}

.hb-system-details h2 {
  margin: 0 0 clamp(24px, 3vw, 32px);
  color: #fff;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 900;
  line-height: 1.12;
}

.hb-system-panel h2 {
  margin: 0 0 clamp(24px, 3vw, 32px);
  color: var(--surron-yellow);
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 600;
  line-height: 1.18;
}

.hb-system-details ul {
  display: grid;
  gap: 14px;
  margin: 0 0 clamp(28px, 3vw, 36px);
  padding: 0;
  list-style: none;
}

.hb-system-details li {
  margin: 0;
  padding: 18px 20px 18px 22px;
  border: 1px solid rgba(255, 240, 10, .45);
  border-left: 4px solid var(--surron-yellow);
  background: rgba(5, 5, 5, .82);
  color: #fff;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 500;
  line-height: 1.65;
}

.hb-system-details li strong {
  color: var(--surron-yellow);
  font-weight: 800;
}

.hb-system-details img {
  display: block;
  width: min(100%, 440px);
  height: auto;
  margin: 0 auto;
  border: 1px solid rgba(255, 240, 10, .45);
  background: #0a0a0a;
}

.hb-system-split .control-panel {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(22px, 2.5vw, 28px);
  border: 1px solid rgba(255, 240, 10, .45);
  border-radius: 4px;
  background: rgba(5, 5, 5, .82);
  box-shadow: none;
}

.hb-system-split .panel-header {
  margin-bottom: clamp(20px, 2.5vw, 28px);
  padding-bottom: clamp(16px, 2vw, 20px);
  border-bottom: 1px solid rgba(255, 240, 10, .25);
  text-align: left;
}

.hb-system-split .panel-title {
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
  text-shadow: none;
}

.hb-system-split .panel-subtitle {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .48);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hb-system-split .controls-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.hb-system-split .control-group {
  padding: 16px;
  border: 1px solid rgba(255, 240, 10, .22);
  border-radius: 4px;
  background: rgba(0, 0, 0, .45);
}

.hb-system-split .control-title {
  margin-bottom: 12px;
  color: var(--surron-yellow);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hb-system-split .control-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hb-system-split .option {
  flex: 1 1 calc(50% - 8px);
  min-width: 88px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 4px;
  background: rgba(255, 255, 255, .03);
  text-align: center;
}

.hb-system-split .option.active {
  border-color: var(--surron-yellow);
  background: rgba(255, 240, 10, .08);
  box-shadow: none;
}

.hb-system-split .option-value {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

.hb-system-split .option-label {
  margin-top: 4px;
  color: rgba(255, 255, 255, .55);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
}

.hb-system-split .status-indicator {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.hb-system-split .indicator-dot {
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin: 0;
  border-radius: 50%;
}

.hb-system-split .indicator-dot.connected {
  background: var(--surron-yellow);
  box-shadow: none;
}

.hb-system-split .panel-footer {
  margin-top: clamp(20px, 2.5vw, 28px);
  padding-top: clamp(16px, 2vw, 20px);
  border-top: 1px solid rgba(255, 240, 10, .22);
  color: rgba(255, 255, 255, .45);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  text-align: left;
  text-transform: uppercase;
}

.hb-page .control-panel {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  background: rgba(25, 35, 45, .85);
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .5);
  border: 1px solid rgba(255, 230, 13, .3);
}

.hb-page .panel-header {
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 230, 13, .3);
}

.hb-page .panel-title {
  margin: 0;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 700;
  color: #ffe60d;
  text-shadow: 0 0 10px rgba(255, 230, 13, .5);
  letter-spacing: 1px;
}

.hb-page .panel-subtitle {
  font-size: 16px;
  color: #90a4ae;
  margin-top: 5px;
}

.hb-page .controls-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.hb-page .control-group {
  background: rgba(30, 40, 50, .7);
  border-radius: 10px;
  padding: 18px;
  border: 1px solid rgba(255, 230, 13, .1);
}

.hb-page .control-title {
  font-size: 18px;
  font-weight: 600;
  color: #ffe60d;
  margin-bottom: 15px;
}

.hb-page .control-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hb-page .option {
  background: rgba(40, 50, 60, .8);
  border-radius: 6px;
  padding: 8px 12px;
  flex: 1 1 88px;
  text-align: center;
  border: 1px solid rgba(255, 230, 13, .1);
}

.hb-page .option.active {
  background: rgba(50, 80, 100, .7);
  border-color: #ffe60d;
  box-shadow: 0 0 10px rgba(255, 230, 13, .5);
}

.hb-page .option-value {
  font-weight: 700;
  color: #fffacd;
  font-size: 18px;
}

.hb-page .option-label {
  font-size: 12px;
  color: #90a4ae;
  margin-top: 3px;
}

.hb-page .status-indicator {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
  color: #cfd8dc;
}

.hb-page .indicator-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
}

.hb-page .indicator-dot.connected {
  background: #4caf50;
  box-shadow: 0 0 5px #4caf50;
}

.hb-page .panel-footer {
  margin-top: 25px;
  text-align: center;
  font-size: 12px;
  color: #78909c;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 230, 13, .2);
}

.hb-page .hb-system-split .control-panel {
  max-width: none;
  margin: 0;
  box-shadow: none;
}

.hb-page .hb-system-split .panel-title {
  text-shadow: none;
}

.hb-page .hb-system-split .option.active {
  box-shadow: none;
}

.hb-page .hb-system-split .indicator-dot.connected {
  box-shadow: none;
}

.l1e-anywhere--collage .l1e-anywhere-media img {
  display: block;
  width: min(100%, 768px);
  height: auto;
  object-fit: contain;
}

.l1e-strength {
  padding: clamp(120px, 12vw, 190px) 0 clamp(100px, 10vw, 160px);
  background: #000;
}

.l1e-strength-inner {
  width: min(100%, 860px);
  margin-inline: auto;
  padding-inline: clamp(24px, 2.5vw, 48px);
}

.l1e-strength-headings {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 56px;
}

.l1e-strength-title {
  display: inline-block;
  margin: 0;
  padding: 4px 12px 6px;
  color: #000;
  background: var(--surron-yellow);
  font-size: clamp(48px, 4.4vw, 66px);
  font-weight: 900;
  line-height: .98;
}

.l1e-strength-title--tilt {
  transform: rotate(-18deg);
  transform-origin: left center;
}

.l1e-strength-inner p {
  margin: 0;
  color: #fff;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 500;
  line-height: 1.62;
}

.l1e-unplug {
  padding: clamp(90px, 10vw, 150px) 0 clamp(120px, 12vw, 180px);
  background: #000;
  text-align: center;
}

.l1e-unplug .container {
  width: min(100%, 920px);
}

.l1e-unplug h2 {
  margin: 0 0 48px;
  color: #fff;
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 900;
  line-height: 1.05;
}

.l1e-unplug p {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 500;
  line-height: 1.65;
}

.l1e-unplug p:last-child {
  margin-bottom: 0;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 24px);
  align-items: stretch;
}

.shop-band {
  background: #000;
}

.shop-band--categories {
  padding: clamp(40px, 5vw, 64px) 0 clamp(56px, 7vw, 88px);
}

.shop-page .shop-band--categories {
  margin-top: 0;
}

.shop-grid--categories {
  align-items: stretch;
}

.shop-category {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  color: #fff;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
  overflow: hidden;
}

.shop-category__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #0a0a0a;
}

.shop-category__count {
  position: absolute;
  top: 12px;
  right: 12px;
  min-width: 32px;
  padding: 4px 10px;
  border: 1px solid rgba(255, 240, 10, .65);
  background: rgba(5, 5, 5, .88);
  color: var(--surron-yellow);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.shop-category__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  padding: clamp(14px, 2vw, 18px);
}

.shop-category:hover {
  transform: translateY(-4px);
  border-color: var(--surron-yellow);
  box-shadow: 0 16px 32px rgba(0, 0, 0, .35);
}

.shop-category img {
  display: block;
  width: 100%;
  height: clamp(180px, 16vw, 220px);
  object-fit: cover;
  background: #0a0a0a;
  padding: 0;
}

.shop-category h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: clamp(17px, 1.5vw, 20px);
  font-weight: 700;
  line-height: 1.32;
}

.shop-category small {
  display: block;
  margin-top: auto;
  color: rgba(255, 255, 255, .5);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.content-shell,
.legal-article {
  width: min(100%, 920px);
  margin-inline: auto;
}

.dealer-body,
.legal-article,
.form-panel,
.map-panel {
  background: #070707;
  border: 1px solid rgba(255, 255, 255, .12);
  padding: clamp(28px, 5vw, 56px);
}

.step-list {
  display: grid;
  gap: 18px;
  margin: 34px 0;
  counter-reset: step;
}

.step-list li {
  position: relative;
  list-style: none;
  padding: 18px 20px 18px 72px;
  background: #111;
  border-left: 4px solid var(--surron-yellow);
}

.step-list li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 20px;
  top: 18px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: var(--surron-yellow);
  color: #000;
  font-weight: 900;
}

.dealer-source-page {
  min-height: calc(100vh - var(--header-height));
  padding: clamp(38px, 4vw, 40px) 0 clamp(72px, 8vw, 118px);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .28), rgba(0, 0, 0, .62)),
    var(--dealer-bg, url("../images/live/conviertete-en-distribuidor/light-bee-bg-2-e514dad1.jpg")) center top / cover fixed;
  font-family: "Segoe UI", Roboto, Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

.dealer-source-container {
  width: min(1204px, calc(100% - 32px));
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.dealer-source-panel {
  background: #1b1b1b;
  color: var(--surron-yellow);
  padding: clamp(28px, 2.5vw, 32px) clamp(18px, 1.5vw, 22px) clamp(42px, 5vw, 72px);
}

.dealer-source-badge {
  width: clamp(142px, 14vw, 170px);
  margin: 0 0 16px;
}

.dealer-source-panel h1 {
  margin: 0 0 clamp(48px, 4.2vw, 58px);
  color: #e6e6e6;
  font-size: clamp(36px, 3.5vw, 50px);
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
  text-shadow: 4px 4px 0 rgba(70, 80, 90, .95);
}

.dealer-source-copy {
  display: grid;
  gap: 26px;
  margin-bottom: clamp(62px, 6vw, 82px);
}

.dealer-source-copy p,
.dealer-language-block,
.dealer-language-block li,
.dealer-language-block p {
  color: var(--surron-yellow);
  font-size: clamp(16px, 1.15vw, 18px);
  font-weight: 600;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: normal;
}

.dealer-source-copy strong,
.dealer-language-block strong {
  font-weight: 700;
}

.dealer-source-copy p,
.dealer-language-block p {
  margin: 0;
}

.dealer-source-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(38px, 5.8vw, 72px);
}

.dealer-language-block h2 {
  margin: 0 0 28px;
  color: var(--surron-yellow);
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 600;
  line-height: 1.25;
}

.dealer-language-block ol {
  display: grid;
  gap: 28px;
  margin: 0;
  padding-left: 28px;
}

.dealer-download-wrap {
  display: flex;
  justify-content: center;
  padding: clamp(34px, 4.5vw, 56px) 0 0;
}

.dealer-download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 12px 24px;
  background: var(--surron-yellow);
  color: #000;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.dealer-download-button:hover,
.dealer-download-button:focus {
  background: #fff56f;
  color: #000;
}

.contact-layout,
.map-layout {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
  gap: clamp(34px, 6vw, 76px);
}

.contact-rich {
  grid-template-columns: minmax(330px, .95fr) minmax(0, 1.05fr);
}

.dealer-contact-layout {
  grid-template-columns: minmax(330px, .82fr) minmax(0, 1.18fr);
  align-items: start;
}

.dealer-contact-badge {
  margin: 0 0 28px;
}

.dealer-contact-intro {
  display: grid;
  gap: 18px;
  margin: 0;
}

.dealer-contact-intro p {
  color: var(--surron-yellow);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.dealer-source-copy.dealer-contact-intro p {
  font-size: 15px;
  font-weight: 500;
}

.dealer-contact-intro strong {
  font-weight: 600;
}

.dealer-contact-download {
  margin-top: 30px;
}

.dealer-info-panel {
  min-width: 0;
}

.dealer-contact-notes {
  margin-top: 0;
}

.dealer-contact-notes .dealer-language-block {
  min-width: 0;
  color: var(--surron-yellow);
}

.dealer-contact-notes h3 {
  margin: 0 0 18px;
  color: var(--surron-yellow);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.24;
}

.dealer-contact-notes ol {
  gap: 14px;
}

.dealer-contact-notes li,
.dealer-contact-notes p {
  color: var(--surron-yellow);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.dealer-contact-notes strong {
  font-weight: 600;
}

.dealer-contact-notes .dealer-language-block li,
.dealer-contact-notes .dealer-language-block p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.contact-source-notes {
  display: grid;
  gap: 26px;
  margin-top: 0;
}

.dealer-contact-page .dealer-contact-panel {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: clamp(28px, 4vw, 40px) clamp(20px, 3vw, 32px) clamp(40px, 5vw, 56px);
  border: 1px solid rgba(255, 240, 10, .14);
  background: #1b1b1b;
  box-shadow: 0 24px 48px rgba(0, 0, 0, .35);
}

.dealer-contact-page .dealer-contact-panel::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--surron-yellow), transparent);
}

.dealer-contact-page .dealer-contact-intro {
  margin-bottom: clamp(40px, 5vw, 64px);
  gap: clamp(18px, 2.5vw, 26px);
}

.dealer-contact-page .dealer-contact-intro p {
  color: var(--surron-yellow);
  font-size: clamp(15px, 1.1vw, 17px);
  font-weight: 600;
  line-height: 1.62;
}

.dealer-contact-page .dealer-contact-intro strong {
  font-weight: 700;
}

.dealer-contact-page .dealer-source-columns {
  gap: clamp(32px, 5vw, 56px);
  margin-bottom: clamp(28px, 4vw, 40px);
}

.dealer-contact-page .dealer-language-block {
  min-width: 0;
}

.dealer-contact-page .dealer-language-block h3 {
  margin: 0 0 clamp(20px, 2.5vw, 28px);
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 240, 10, .16);
  color: var(--surron-yellow);
  font-size: clamp(16px, 1.25vw, 19px);
  font-weight: 700;
  line-height: 1.32;
}

.dealer-contact-page .dealer-language-block ol {
  display: grid;
  gap: clamp(20px, 2.5vw, 28px);
  margin: 0;
  padding-left: clamp(22px, 2vw, 28px);
}

.dealer-contact-page .dealer-language-block li {
  color: var(--surron-yellow);
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 600;
  line-height: 1.58;
}

.dealer-contact-page .dealer-language-block li::marker {
  color: var(--surron-yellow);
  font-weight: 700;
}

.dealer-contact-page .dealer-language-block strong {
  font-weight: 700;
}

.dealer-contact-page .dealer-contact-closing {
  margin: 0 0 clamp(28px, 4vw, 40px);
  color: var(--surron-yellow);
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.dealer-contact-page .dealer-download-wrap {
  padding-top: 0;
}

.dealer-contact-page .dealer-download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px clamp(24px, 4vw, 32px);
  border-radius: 999px;
  background: var(--surron-yellow);
  color: #000;
  font-size: clamp(12px, .9vw, 13px);
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.dealer-contact-page .dealer-download-button:hover,
.dealer-contact-page .dealer-download-button:focus {
  background: #fff56f;
  color: #000;
  transform: translateY(-1px);
}

.has-page-hero .contact-source-notes {
  margin-top: 0;
}

.contact-page.has-page-hero .content-band {
  padding: clamp(56px, 7vw, 92px) 0 clamp(72px, 8vw, 108px);
  background: #000;
}

.dealer-contact-page.has-page-hero .content-band {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .28), rgba(0, 0, 0, .62)),
    var(--dealer-content-bg, url("../images/live/conviertete-en-distribuidor/light-bee-bg-2-e514dad1.jpg")) center top / cover fixed;
}

.contact-page .contact-rich {
  align-items: start;
}

.contact-page .contact-copy {
  min-width: 0;
}

.contact-page .contact-guidelines ol {
  counter-reset: contact-step;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-page .contact-guidelines li {
  position: relative;
  padding: 18px 22px 18px 68px;
  border: 1px solid rgba(255, 240, 10, .18);
  border-left: 3px solid var(--surron-yellow);
  background: linear-gradient(90deg, rgba(255, 240, 10, .05) 0%, rgba(255, 255, 255, .02) 100%);
  color: #e4e4e4;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.62;
}

.contact-page .contact-guidelines li::before {
  counter-increment: contact-step;
  content: counter(contact-step);
  position: absolute;
  top: 18px;
  left: 18px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  background: var(--surron-yellow);
  color: #000;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.contact-page .contact-form-panel {
  position: relative;
  min-width: 0;
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid rgba(255, 240, 10, .32);
  background:
    linear-gradient(180deg, rgba(255, 240, 10, .04) 0%, rgba(7, 7, 7, 0) 120px),
    #070707;
  box-shadow: 0 28px 56px rgba(0, 0, 0, .42);
}

.contact-page .contact-form-panel::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--surron-yellow);
}

.contact-page .contact-form-title {
  margin: 0 0 clamp(22px, 3vw, 28px);
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  color: #fff;
  font-size: clamp(26px, 2.8vw, 36px);
  font-weight: 800;
  line-height: 1.1;
}

.contact-page .custom-form {
  gap: 16px 18px;
}

.contact-page .custom-form label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
}

.contact-page .custom-form input:not([type="checkbox"]):not([type="radio"]),
.contact-page .custom-form textarea {
  min-height: 48px;
  padding: 13px 16px;
  border-color: rgba(255, 255, 255, .18);
  background: #050505;
  font-size: 15px;
  font-weight: 500;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-page .custom-form textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-page .custom-form input:not([type="checkbox"]):not([type="radio"]):focus,
.contact-page .custom-form textarea:focus {
  border-color: var(--surron-yellow);
  box-shadow: 0 0 0 1px rgba(255, 240, 10, .25);
}

.contact-page .custom-form .surron-btn {
  margin-top: 6px;
  min-height: 48px;
  padding-inline: 28px;
}

.subpage-hero + .legal-band .legal-article > :is(h1, h2):first-child {
  display: none;
}

.contact-source-notes ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 24px;
}

.contact-source-notes li {
  color: var(--surron-yellow);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
}

.contact-page .contact-guidelines li {
  color: #e4e4e4;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.62;
}

.dealer-contact-notes {
  margin-top: 0;
}

.dealer-contact-notes li,
.dealer-contact-notes p {
  font-size: 14px;
  line-height: 1.5;
}

.custom-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.custom-form label {
  display: grid;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.required-star {
  display: inline;
  color: #ff7b73;
  font-weight: 900;
}

.custom-form input:not([type="checkbox"]):not([type="radio"]),
.custom-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 0;
  background: #050505;
  color: #fff;
  padding: 14px 16px;
  outline: 0;
}

.custom-form input:not([type="checkbox"]):not([type="radio"]):focus,
.custom-form textarea:focus {
  border-color: var(--surron-yellow);
}

.custom-form .full,
.custom-form button {
  grid-column: 1 / -1;
}

.about-image-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.about-image-grid img {
  aspect-ratio: 1;
}

.about-page.has-page-hero .about-band {
  padding: clamp(64px, 8vw, 108px) 0;
}

.about-page.has-page-hero .about-band:first-of-type {
  padding-top: clamp(72px, 8vw, 104px);
}

.about-page .terrain-band {
  background: linear-gradient(180deg, #0a0a0a 0%, #111 50%, #0a0a0a 100%);
  border-block: 1px solid rgba(255, 255, 255, .06);
}

.about-page .media-split {
  align-items: center;
  gap: clamp(40px, 5vw, 84px);
}

.about-page .media-split:not(.reverse) {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
}

.about-page .media-split.reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
}

.about-page .media-split img {
  width: 100%;
  min-height: clamp(320px, 38vw, 520px);
  max-height: min(620px, 72vh);
  object-fit: cover;
  border: 1px solid rgba(255, 240, 10, .14);
  box-shadow: 0 28px 56px rgba(0, 0, 0, .42);
}

.about-page .about-body .section-kicker {
  margin-bottom: 16px;
  color: var(--surron-yellow);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

.about-page .about-body .section-title,
.about-page .about-copy-panel .section-title {
  margin-bottom: clamp(20px, 3vw, 28px);
  font-size: clamp(32px, 4.2vw, 58px);
  line-height: 1.06;
}

.about-page .about-body p,
.about-page .about-copy-panel p {
  max-width: 56ch;
  color: #c9c9c9;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.72;
}

.about-page .about-body p + p,
.about-page .about-copy-panel p + p {
  margin-top: 18px;
}

.about-page .about-band:last-of-type .container {
  display: grid;
  grid-template-columns: minmax(280px, .88fr) minmax(0, 1.12fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}

.about-page .about-copy-panel {
  max-width: none;
}

.about-page .about-actions {
  gap: 16px;
  margin-top: clamp(28px, 4vw, 36px);
}

.about-page .about-actions .surron-btn,
.about-page .about-actions .outline-btn {
  min-height: 40px;
  padding: 10px 24px;
}

.about-page .about-image-grid {
  gap: 12px;
  margin-top: 0;
}

.about-page .about-image-grid img {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, .08);
  transition: border-color .2s ease, transform .2s ease;
}

.about-page .about-image-grid img:hover {
  border-color: rgba(255, 240, 10, .32);
  transform: scale(1.015);
}

.dealer-map-shell {
  background: #000;
}

.dealer-map-shell .site-header {
  position: relative;
  z-index: 50;
  isolation: isolate;
}

.dealer-map-shell .site-footer {
  border-top: 0;
  padding: clamp(40px, 5vw, 48px) 24px clamp(32px, 4vw, 36px);
}

.dealer-map-shell .language-switcher {
  display: none;
}

.dealer-map-shell .footer-links {
  margin-bottom: clamp(48px, 8vw, 76px);
}

.dealer-map-page {
  padding-top: 0;
  background: #000;
}

.dealer-map-viewport {
  position: relative;
  z-index: 1;
  width: calc(100% - 14px);
  height: 720px;
  margin-inline: 7px;
  overflow: hidden;
  isolation: isolate;
  background: #e8ebef;
  color: #1c252c;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

.dealer-map-shortcode-slot,
.dealer-map-shortcode-slot .mzdm-external-map {
  width: 100%;
  height: 100%;
  min-height: 720px;
  background: #e8ebef;
}

.dealer-map-viewport img.mzdm-leaflet-marker,
.dealer-map-viewport .mzdm-leaflet-cluster img {
  max-width: none !important;
}

/* Narrower dealer list sidebar on embedded Mizhan map */
.dealer-map-viewport .mzdm-sidebar {
  width: 400px;
  min-width: 400px;
  max-width: 400px;
}

.dealer-map-viewport .mzdm-collapse-handle {
  left: 400px;
}

.dealer-map-viewport .mzdm-sidebar-collapsed .mzdm-sidebar {
  margin-left: -400px;
}

.dealer-map-viewport .mzdm-dealer-item {
  grid-template-columns: minmax(0, 1fr) 96px;
  gap: 12px;
  padding: 14px 14px 13px;
}

.dealer-map-viewport .mzdm-dealer-thumb {
  width: 96px;
  height: 78px;
}

.dealer-map-cta {
  min-height: 130px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  padding: 25px 20px 18px;
  background: #212121;
  text-align: center;
}

.dealer-map-cta h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(31px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.05;
}

.dealer-apply-btn {
  min-width: 122px;
  border: 2px solid var(--surron-yellow);
  border-radius: 999px;
  padding: 7px 20px 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.dealer-apply-btn:hover,
.dealer-apply-btn:focus {
  border-color: var(--surron-yellow);
  background: var(--surron-yellow);
  color: #000;
}

.map-panel {
  min-height: 620px;
  display: grid;
  gap: 14px;
  align-content: center;
  background:
    linear-gradient(135deg, rgba(255, 240, 10, .08), transparent 36%),
    #070707;
}

.map-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.dealer-card {
  padding: 18px;
}

.dealer-card h3 {
  color: var(--surron-yellow);
  font-size: 18px;
  font-weight: 900;
}

.legal-article h2,
.legal-article h3 {
  margin-top: 34px;
  color: #fff;
  font-weight: 900;
}

.not-found {
  min-height: 72vh;
  display: grid;
  place-items: center;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .detail-hero-grid,
  .media-split,
  .media-split.reverse,
  .contact-layout,
  .map-layout {
    grid-template-columns: 1fr;
  }

  .media-split.reverse .media-copy,
  .media-split.reverse .about-body {
    order: 0;
  }

  .shop-grid,
  .about-image-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-page .about-band:last-of-type .container {
    grid-template-columns: 1fr;
  }

  .about-page .about-image-grid {
    margin-top: clamp(32px, 5vw, 44px);
  }

  .about-page .media-split img {
    min-height: clamp(280px, 52vw, 420px);
    max-height: none;
  }

  .about-page .media-split.reverse img,
  .about-page .media-split:not(.reverse) img {
    order: -1;
  }

  .dealer-source-columns {
    grid-template-columns: 1fr;
  }

  .l1e-hero-inner,
  .l1e-performance .container {
    padding-left: clamp(42px, 9vw, 110px);
  }

  .l1e-performance-emblem {
    left: auto;
    opacity: 1;
    width: min(20vw, 220px);
  }

  .l1e-anywhere {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .l1e-anywhere-copy {
    width: min(100% - 48px, 760px);
    margin-inline: auto;
    padding-top: 0;
  }

  .l1e-energy-inner {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .l1e-energy-copy {
    max-width: 760px;
    margin-inline: auto;
  }

  .l1e-dual-copy article {
    position: static;
    width: min(100%, 760px);
  }

  .l1e-dual-copy .container {
    display: grid;
    gap: 120px;
    min-height: auto;
  }
}

@media (min-width: 992px) {
  .dealer-source-panel h1 {
    white-space: nowrap;
  }
}

@media (max-width: 767.98px) {
  .subpage-hero,
  .page-hero,
  .detail-hero {
    min-height: auto;
  }

  .detail-hero-grid {
    padding-block: 64px;
  }

  .detail-stats,
  .feature-grid-detail,
  .l1e-feature-grid,
  .l1e-spec-row,
  .spec-list,
  .gallery-grid,
  .map-grid {
    grid-template-columns: 1fr;
  }

  .l1e-hero {
    min-height: auto;
    background-attachment: scroll;
  }

  .l1e-hero-inner {
    padding: 66px 24px 84px;
  }

  .l1e-hero h1 {
    font-size: clamp(56px, 15vw, 78px);
  }

  .l1e-hero-stats {
    width: 100%;
    max-width: 420px;
    gap: 22px;
  }

  .l1e-original-band {
    min-height: 300px;
  }

  .l1e-original-bike {
    width: min(88vw, 560px);
  }

  .l1e-performance {
    min-height: auto;
    padding: 96px 0 82px;
  }

  .l1e-performance .container {
    padding-inline: 24px;
  }

  .l1e-performance-emblem {
    position: relative;
    inset: auto;
    display: block;
    width: min(78vw, 380px);
    max-height: none;
    margin: 0 auto 34px;
    opacity: .9;
  }

  .l1e-performance-emblem {
    width: min(64vw, 280px);
    margin-bottom: 28px;
  }

  .l1e-performance-copy h2,
  .l1e-anywhere-copy .l1e-anywhere-title,
  .l1e-anywhere-copy .l1e-anywhere-highlight,
  .l1e-energy h2 {
    font-size: clamp(40px, 11vw, 56px);
  }

  .l1e-performance-copy p,
  .l1e-feature-grid p,
  .l1e-anywhere-copy p,
  .l1e-energy p,
  .l1e-dual-copy p {
    font-size: 17px;
  }

  .l1e-feature-grid {
    gap: 36px;
    margin-top: 58px;
  }

  .l1e-suspension {
    min-height: auto;
    padding: 88px 24px;
  }

  .l1e-suspension-lead {
    margin-bottom: 62px;
    font-size: clamp(22px, 6vw, 30px);
    line-height: 1.45;
  }

  .l1e-bike-icon {
    width: 92px;
    margin-bottom: 70px;
  }

  .l1e-spec-row {
    gap: 52px;
  }

  .l1e-spec-row strong {
    margin-bottom: 20px;
    font-size: 42px;
  }

  .l1e-anywhere {
    min-height: auto;
    gap: 54px;
    padding: 78px 0 92px;
  }

  .l1e-anywhere-media video {
    height: 300px;
  }

  .l1e-anywhere--collage .l1e-anywhere-media img {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .l1e-strength-title,
  .l1e-unplug h2 {
    font-size: clamp(36px, 10vw, 52px);
  }

  .l1e-strength-inner p,
  .l1e-unplug p {
    font-size: 17px;
  }

  .l1e-anywhere-copy p {
    margin-top: 30px;
    font-weight: 700;
  }

  .l1e-energy {
    min-height: auto;
    padding: 92px 0;
  }

  .l1e-energy-inner {
    gap: 38px;
  }

  .l1e-energy h2 {
    margin-bottom: 34px;
  }

  .l1e-dual-copy {
    min-height: auto;
    padding: 98px 0 110px;
  }

  .l1e-dual-copy .container {
    width: min(100% - 48px, 720px);
  }

  .l1e-dual-copy h2 {
    margin-bottom: 44px;
  }

  .l1e-dual-copy h2 span {
    font-size: clamp(34px, 9vw, 48px);
  }

  .l1e-dual-copy article::before {
    width: 120px;
    margin-bottom: 34px;
  }

  .l1e-gallery-grid {
    grid-template-columns: 1fr;
  }

  .shop-category h2 {
    font-size: clamp(18px, 4.5vw, 22px);
  }

  .shop-category img {
    height: clamp(160px, 42vw, 200px);
  }

  .custom-form,
  .shop-grid,
  .about-image-grid {
    grid-template-columns: 1fr;
  }

  .about-page .about-body .section-title,
  .about-page .about-copy-panel .section-title {
    font-size: clamp(28px, 8vw, 40px);
  }

  .about-page .about-body p,
  .about-page .about-copy-panel p {
    max-width: none;
    font-size: 15px;
    line-height: 1.68;
  }

  .about-page .about-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .about-page .about-actions .btn {
    justify-content: center;
    width: 100%;
  }

  .about-page .about-image-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-rich,
  .contact-copy,
  .contact-source-notes,
  .contact-source-notes section,
  .form-panel {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .contact-rich {
    padding-inline: 18px;
  }

  .contact-page:not(.dealer-contact-page) .subpage-hero .container,
  .contact-page:not(.dealer-contact-page) .content-band .container {
    width: min(358px, calc(100vw - 24px));
    max-width: min(358px, calc(100vw - 24px));
    padding-right: 0;
    padding-left: 0;
  }

  .subpage-hero h1,
  .page-hero h1 {
    max-width: 100%;
    font-size: clamp(32px, 8.5vw, 40px);
    line-height: 1.02;
    overflow-wrap: break-word;
  }

  .dealer-contact-page .section-title {
    font-size: clamp(34px, 10.5vw, 40px);
    line-height: 1.02;
  }

  .contact-source-notes li {
    font-size: 15px;
    line-height: 1.5;
    overflow-wrap: anywhere;
  }

  .contact-page .contact-guidelines li {
    padding: 16px 18px 16px 62px;
    font-size: 14px;
    line-height: 1.58;
  }

  .contact-page .contact-guidelines li::before {
    top: 16px;
    left: 16px;
    width: 28px;
    height: 28px;
    font-size: 13px;
  }

  .contact-page .contact-form-panel {
    padding: 24px 20px 28px;
  }

  .contact-page .contact-form-title {
    font-size: clamp(24px, 6.5vw, 30px);
  }

  .dealer-contact-page .dealer-contact-panel {
    padding: 24px 18px 32px;
  }

  .dealer-contact-page .dealer-contact-intro p,
  .dealer-contact-page .dealer-language-block li {
    font-size: 14px;
    line-height: 1.58;
  }

  .dealer-contact-page .dealer-language-block h3 {
    font-size: 15px;
  }

  .dealer-contact-page .dealer-download-button {
    width: min(100%, 360px);
    padding-inline: 20px;
  }

  .dealer-contact-page.has-page-hero .content-band {
    background-attachment: scroll;
  }

  .inner-page .subpage-lead {
    max-width: 100%;
    font-size: clamp(22px, 6vw, 28px);
    overflow-wrap: anywhere;
  }

  .dealer-source-page {
    padding-top: 24px;
    background-attachment: scroll;
  }

  .dealer-source-container {
    width: min(358px, calc(100vw - 24px));
    max-width: min(358px, calc(100vw - 24px));
  }

  .dealer-source-panel {
    width: 100%;
    max-width: 100%;
    padding-inline: 18px;
    overflow: hidden;
  }

  .dealer-source-badge {
    margin-inline: auto;
  }

  .dealer-source-panel h1 {
    max-width: 320px;
    margin-inline: auto;
    margin-bottom: 38px;
    font-size: clamp(29px, 8.2vw, 36px);
    overflow-wrap: normal;
    text-shadow: 3px 3px 0 rgba(70, 80, 90, .95);
  }

  .dealer-source-copy {
    gap: 20px;
    margin-bottom: 44px;
  }

  .dealer-language-block,
  .dealer-source-copy p,
  .dealer-language-block li,
  .dealer-language-block p {
    min-width: 0;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.52;
  }

  .dealer-source-copy.dealer-contact-intro p,
  .dealer-contact-notes .dealer-language-block li {
    font-size: 14px;
    font-weight: 500;
  }

  .dealer-language-block ol {
    padding-left: 22px;
  }

  .media-split img {
    min-height: 280px;
  }

  .dealer-map-page {
    padding-top: 0;
  }

  .dealer-map-viewport {
    width: calc(100% - 16px);
    height: 680px;
    margin-inline: 8px;
  }

  .dealer-map-shortcode-slot,
  .dealer-map-shortcode-slot .mzdm-external-map {
    min-height: 680px;
  }

  .dealer-map-cta {
    min-height: 126px;
  }

  .dealer-map-shell .footer-links {
    margin-bottom: 56px;
  }

  .hb-battery-videos-inner,
  .hb-security-grid,
  .hb-system-grid {
    grid-template-columns: 1fr;
  }

  .hb-system-split .controls-grid {
    grid-template-columns: 1fr;
  }

  .hb-system-split .control-panel {
    padding: 18px;
  }

  .hb-system-details img {
    margin-inline: auto;
  }

  .hb-remote-subtitle {
    white-space: normal;
  }

  .hb-controller-title {
    font-size: clamp(32px, 9vw, 44px);
  }

  .hb-page .controls-grid {
    grid-template-columns: 1fr;
  }

  .hb-page .control-panel {
    padding: 15px;
  }
}
