/* Official OMODA/JAECOO model pages — layout inspired by omodajaecoo.com.my/modelj7 */

.ojm-page {
  background: var(--canvas);
  color: #f5f5f5;
}

.ojm-page .header {
  background: rgba(15, 20, 18, 0.42);
  backdrop-filter: blur(28px) saturate(180%);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
}

.ojm-local-intro {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ojm-local-intro a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ojm-stock-note {
  margin: 0;
  padding: 14px 24px;
  text-align: center;
  background: #241e16;
  border-bottom: 1px solid rgba(212, 180, 131, 0.4);
  color: #e8d5b0;
  font-size: 0.95rem;
  line-height: 1.45;
}

.ojm-page .footer {
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Pricing hero */
.ojm-pricing {
  min-height: calc(100vh - var(--header-h, 72px));
  padding: calc(var(--header-h, 72px) + 48px) 24px 64px;
  background:
    radial-gradient(ellipse 80% 60% at 70% 40%, rgba(80, 90, 100, 0.25) 0%, transparent 55%),
    var(--canvas);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.ojm-pricing--banner {
  background-color: var(--canvas);
}

/* Full-bleed split banner (J7 official /modelj7 style) */
.ojm-pricing--split-banner {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  padding: calc(var(--header-h, 72px) + clamp(48px, 6vh, 90px)) clamp(24px, 7vw, 140px) 48px;
  align-items: center;
  background-color: var(--canvas);
  background-image: var(--ojm-hero-bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ojm-pricing__inner--banner {
  width: min(1280px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(300px, 1.15fr);
  gap: 32px 40px;
  align-items: center;
}

.ojm-pricing--split-banner .ojm-pricing__masthead {
  width: min(100%, 280px);
  margin-bottom: 16px;
  filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.35));
}

.ojm-pricing--split-banner .ojm-pricing__title {
  margin-bottom: clamp(20px, 2.8vw, 40px);
  font-size: clamp(28px, 3.1vw, 48px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

.ojm-pricing--split-banner .ojm-pricing__price span {
  color: #fff;
  font-weight: 700;
  opacity: 0.95;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.ojm-pricing--split-banner .ojm-pricing__price p {
  font-size: clamp(48px, 5.8vw, 92px);
  font-weight: 700;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.4);
}

.ojm-pricing--split-banner .ojm-pricing__media img {
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.35));
}

.ojm-pricing--split-banner .ojm-pricing__ctas {
  margin-bottom: 0;
}

/* Full-bleed left hero (J5 / J7 PHEV official style) */
.ojm-pricing--left {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 0;
  align-items: stretch;
  justify-content: flex-start;
  background-color: var(--canvas);
  background-image: var(--ojm-hero-bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ojm-pricing--left-shade {
  background-image:
    linear-gradient(0deg, rgba(13, 31, 41, 0.85) 5%, rgba(11, 33, 38, 0) 28%, rgba(11, 33, 38, 0) 100%),
    var(--ojm-hero-bg);
}

/* J7 PHEV official — copy on the right so the car stays clear on the left */
.ojm-pricing--right {
  justify-content: flex-end;
}

.ojm-pricing__copy--left {
  width: 100%;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: clamp(28px, 4vh, 48px);
  padding: calc(var(--header-h, 72px) + clamp(48px, 8vh, 90px)) clamp(24px, 10vw, 192px) clamp(48px, 10vh, 108px);
  box-sizing: border-box;
}

.ojm-pricing__copy--right {
  align-items: flex-end;
  justify-content: center;
  text-align: right;
  padding-left: clamp(24px, 42vw, 52vw);
}

.ojm-pricing--left.ojm-pricing--right .ojm-pricing__masthead-pic,
.ojm-pricing--left.ojm-pricing--right .ojm-pricing__masthead {
  width: min(100%, 380px) !important;
  max-width: 380px;
}

.ojm-pricing__copy--right .ojm-pricing__title--left {
  max-width: 14ch;
  text-align: right;
}

.ojm-pricing__copy--right .ojm-pricing__pricing-cta {
  align-items: flex-end;
}

.ojm-pricing__copy--right .ojm-pricing__price--left span,
.ojm-pricing__copy--right .ojm-pricing__price--left p {
  text-align: right;
}

.ojm-pricing__copy--right .ojm-pricing__chargers {
  justify-content: flex-end;
}

.ojm-pricing--left .ojm-pricing__masthead-pic {
  display: block;
  width: min(100%, 864px);
}

.ojm-pricing--left .ojm-pricing__masthead {
  display: block;
  width: min(100%, 864px);
  height: auto;
  margin: 0;
  filter: drop-shadow(0 8px 28px rgba(0, 0, 0, 0.35));
}

.ojm-pricing__title--left {
  margin: 0;
  max-width: 16ch;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
}

.ojm-pricing__pricing-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  margin-top: -8px;
  padding: 22px 24px;
  max-width: 520px;
  background: rgba(12, 16, 18, 0.42);
  backdrop-filter: blur(24px) saturate(170%);
  -webkit-backdrop-filter: blur(24px) saturate(170%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.ojm-pricing__chargers {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ojm-pricing__chargers img {
  width: clamp(40px, 4vw, 56px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.35));
}

.ojm-pricing__price--left {
  margin: 0;
}

.ojm-pricing__price--left span {
  display: block;
  margin: 0 0 4px;
  padding: 0 6px;
  color: #fff;
  font-size: clamp(16px, 1.6vw, 24px);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}

.ojm-pricing__price--left p {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(42px, 6.5vw, 92px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.01em;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
}

.ojm-pricing__fill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 30px;
  border: 0.8px solid #fff;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.ojm-pricing__fill-btn--promo {
  cursor: pointer;
  font-family: inherit;
}

.ojm-pricing__link-cta {
  cursor: pointer;
  font-family: inherit;
}

/* Full-bleed cinematic hero (J8 official style) */
.ojm-pricing--centered {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 0;
  align-items: stretch;
  justify-content: center;
  background-color: var(--canvas);
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0.55) 100%),
    var(--ojm-hero-bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ojm-pricing__stage {
  width: 100%;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: calc(var(--header-h, 72px) + 56px) 24px 40px;
  text-align: center;
}

.ojm-pricing__copy--centered {
  width: min(720px, 100%);
  margin: 8vh auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ojm-pricing--centered .ojm-pricing__masthead {
  width: min(100%, 480px);
  margin: 0 auto 32px;
  filter: drop-shadow(0 8px 28px rgba(0, 0, 0, 0.45));
}

.ojm-pricing__tagline {
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(14px, 1.6vw, 20px);
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}

.ojm-pricing__copy-img {
  display: block;
  width: min(100%, 340px);
  height: auto;
  margin: 0 auto 28px;
}

.ojm-pricing__ctas--centered {
  display: flex;
  justify-content: center;
  gap: 0;
  margin: 0;
}

.ojm-pricing__link-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 6px 2px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.95);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.ojm-pricing__link-cta:hover {
  color: #fff;
  opacity: 0.85;
}

.ojm-pricing__anchor {
  width: min(720px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ojm-pricing__price--centered {
  margin: 0 0 8px;
}

.ojm-pricing__price--centered span,
.ojm-pricing__price--centered p {
  text-align: center;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
}

.ojm-pricing__price--centered span {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  opacity: 0.95;
}

.ojm-pricing__price--centered p {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.ojm-pricing--centered .ojm-pricing__note {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
  font-size: 11px;
  line-height: 1.45;
  opacity: 0.72;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}

.ojm-venture--hero {
  background-color: var(--canvas);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 96px 24px;
}

.ojm-venture--hero .ojm-venture__intro h2,
.ojm-venture--hero .ojm-venture__intro p,
.ojm-venture--hero .ojm-venture__card h3,
.ojm-venture--hero .ojm-venture__card p {
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}

.ojm-venture--hero .ojm-venture__card {
  background: rgba(8, 10, 14, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.ojm-pricing__inner {
  width: min(1200px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(300px, 1.1fr);
  gap: 40px 48px;
  align-items: center;
}

.ojm-pricing__inner--copy-only {
  grid-template-columns: minmax(280px, 520px);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ojm-pricing__masthead {
  display: block;
  width: min(100%, 360px);
  height: auto;
  margin-bottom: 20px;
}

.ojm-pricing__title {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 20px;
  color: #fff;
}

.ojm-pricing__price span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 6px;
}

.ojm-pricing__price p {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 700;
  margin: 0 0 28px;
  color: #fff;
  line-height: 1;
}

.ojm-pricing__price sup {
  font-size: 0.45em;
  vertical-align: super;
}

.ojm-pricing__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.btn--ghost-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 22px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.btn--ghost-light:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.ojm-pricing__note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  max-width: 36ch;
  line-height: 1.5;
}

.ojm-pricing__media img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.45));
}

/* Stats */
.ojm-stats {
  padding: 48px 24px 72px;
  background: #000;
  text-align: center;
}

.ojm-stats__car {
  width: min(920px, 92vw);
  height: auto;
  margin: 0 auto 40px;
  display: block;
}

.ojm-stats__grid {
  width: min(1000px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.ojm-stat {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  justify-content: center;
}

.ojm-stat img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  opacity: 0.9;
}

.ojm-stat h2 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 4px;
}

.ojm-stat p {
  margin: 0;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.ojm-stat span {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}

.ojm-stat__note {
  margin-top: 8px !important;
  font-family: var(--font) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  color: rgba(255, 255, 255, 0.65) !important;
}

/* Venture */
.ojm-venture {
  padding: 80px 24px;
  background: #111;
}

.ojm-venture__intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.ojm-venture__logo {
  display: block;
  width: min(180px, 50%);
  height: auto;
  margin: 0 auto 20px;
}

.ojm-venture__intro h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.ojm-venture__intro p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-size: 16px;
}

.ojm-venture__grid {
  width: min(1100px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.ojm-venture__grid--3 {
  width: min(1200px, 100%);
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 900px) {
  .ojm-venture__grid--3 {
    grid-template-columns: 1fr;
  }
}

.ojm-venture__card {
  background: var(--canvas);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  overflow: hidden;
}

.ojm-venture__card img {
  width: 100%;
  height: auto;
  display: block;
  background: #151515;
}

.ojm-venture__card h3 {
  font-size: 18px;
  margin: 20px 24px 10px;
}

.ojm-venture__card p {
  margin: 0 24px 24px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.6;
  font-size: 14px;
}

/* Features */
.ojm-features {
  padding: 0 0 80px;
  background: var(--canvas);
}

.ojm-features__hero {
  margin-bottom: 40px;
}

.ojm-features__hero img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  display: block;
}

.ojm-features__grid {
  width: min(1100px, 100%);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.ojm-features__grid--wide {
  grid-template-columns: repeat(3, 1fr);
}

.ojm-features article img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 6px;
  display: block;
  margin-bottom: 14px;
  background: #151515;
}

.ojm-features h3 {
  font-size: 16px;
  margin: 0 0 8px;
}

.ojm-features p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.65);
}

/* Accessories */
.ojm-accessories {
  padding: 80px 24px;
  background: #111;
}

.ojm-accessories__intro {
  text-align: center;
  margin-bottom: 40px;
}

.ojm-accessories__intro h2 {
  font-family: var(--font-display);
  font-size: clamp(24px, 3.5vw, 36px);
  margin: 0 0 24px;
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
}

.ojm-accessories__tabs {
  display: inline-flex;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  padding: 4px;
}

.ojm-accessories__tabs button {
  min-height: 40px;
  padding: 8px 20px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.ojm-accessories__tabs button.is-active {
  background: #fff;
  color: #000;
}

.ojm-accessories__grid {
  width: min(1100px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ojm-accessories__grid article {
  background: var(--canvas);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}

.ojm-accessories__grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  background: #151515;
}

.ojm-accessories__grid h3 {
  font-size: 15px;
  margin: 16px 12px 18px;
}

.ojm-packages {
  width: min(900px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.ojm-package {
  background: var(--canvas);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 28px 24px;
}

.ojm-package h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.ojm-package p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 12px;
}

.ojm-package__price {
  font-family: var(--font-display);
  font-size: 28px !important;
  font-weight: 700;
  color: #fff !important;
}

.ojm-package ul {
  margin: 0 0 20px;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.7;
}

/* Colour picker — official J8 style */
.ojm-colors {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: min(90vh, 920px);
  padding: 40px 24px 48px;
  background: #000;
  overflow: hidden;
}

.ojm-colors__stage {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ojm-colors__image {
  width: 100%;
  max-width: 1400px;
  height: auto;
  max-height: min(78vh, 820px);
  object-fit: contain;
  transition: opacity 0.18s ease;
}

.ojm-colors__image.is-fading {
  opacity: 0.35;
}

.ojm-colors__controls {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-top: auto;
}

.ojm-colors__track {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(250px, 70vw);
  height: 2px;
  background: #b3b3b3;
}

.ojm-colors__dot {
  position: relative;
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  padding: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ojm-colors__dot.is-active {
  width: 28px;
  height: 28px;
  background: #000;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.ojm-colors__dot.is-active::before,
.ojm-colors__dot.is-active::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
}

.ojm-colors__dot.is-active::before {
  left: 6px;
  transform: translateY(-50%) rotate(-135deg);
}

.ojm-colors__dot.is-active::after {
  right: 6px;
  transform: translateY(-50%) rotate(45deg);
}

.ojm-colors__dot:hover {
  transform: scale(1.08);
}

.ojm-colors__name {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}

@media (max-width: 768px) {
  .ojm-colors {
    min-height: 70vh;
    padding-bottom: 36px;
  }

  .ojm-colors__name {
    font-size: 16px;
  }
}

/* Gallery */
.ojm-gallery {
  padding: 72px 24px;
  background: var(--canvas);
}

.ojm-gallery__intro {
  text-align: center;
  margin-bottom: 36px;
}

.ojm-gallery__intro h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0;
}

.ojm-gallery__grid {
  width: min(1200px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.ojm-gallery__grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #151515;
}

.ojm-gallery__grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 10;
}

@media (max-width: 700px) {
  .ojm-gallery__grid {
    grid-template-columns: 1fr;
  }
}

/* CTA — two primary actions, documents as quiet links */
.ojm-cta {
  padding: 80px 24px 88px;
  text-align: center;
  background-color: #0c0e10;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image:
    linear-gradient(180deg, rgba(8, 10, 12, 0.72), rgba(8, 10, 12, 0.9)),
    url('https://www.omodajaecoo.com.my/themes/demo/assets/images/homepage/jaecoo-j7-new-kv.webp');
}

.ojm-cta__panel {
  width: min(560px, 100%);
  margin: 0 auto;
}

.ojm-cta__eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d4b483;
}

.ojm-cta__title {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 12px;
  color: #fff;
}

.ojm-cta__text {
  color: rgba(255, 255, 255, 0.72);
  margin: 0 auto 28px;
  max-width: 40ch;
  line-height: 1.5;
}

.ojm-cta__primary {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
}

.ojm-cta__wa {
  min-height: 48px;
  padding: 12px 26px;
}

.ojm-cta__td {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 26px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.ojm-cta__td:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.ojm-cta__promo {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #d4b483;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.ojm-cta__promo:hover {
  color: #fff;
}

.ojm-cta__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.ojm-cta__links a {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.ojm-cta__links a:hover {
  color: #fff;
}

.wa-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.wa-float:hover {
  color: #fff;
  transform: scale(1.05);
}

@media (max-width: 900px) {
  .ojm-stock-note {
    padding: 12px 16px;
    font-size: 0.88rem;
  }

  .ojm-pricing__inner,
  .ojm-venture__grid,
  .ojm-features__grid,
  .ojm-features__grid--wide,
  .ojm-accessories__grid,
  .ojm-packages {
    grid-template-columns: 1fr;
  }

  .ojm-stats__grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px 16px;
  }

  .ojm-pricing {
    min-height: auto;
    padding-top: calc(var(--header-h, 72px) + 32px);
  }

  .ojm-pricing--centered {
    min-height: 100svh;
    padding-top: 0;
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 45%, rgba(0, 0, 0, 0.65) 100%),
      var(--ojm-hero-bg-mobile, var(--ojm-hero-bg));
  }

  .ojm-pricing--left {
    min-height: 100svh;
    padding: 0;
    background-image: var(--ojm-hero-bg-mobile, var(--ojm-hero-bg));
    background-position: center center;
    background-size: cover;
  }

  .ojm-pricing--left-shade {
    background-image:
      linear-gradient(0deg, rgba(13, 31, 41, 0.9) 5%, rgba(11, 33, 38, 0) 30%, rgba(11, 33, 38, 0) 100%),
      var(--ojm-hero-bg-mobile, var(--ojm-hero-bg));
  }

  .ojm-pricing--split-banner {
    min-height: 100svh;
    padding: calc(var(--header-h, 72px) + 28px) 20px 32px;
    background-image: var(--ojm-hero-bg-mobile, var(--ojm-hero-bg));
  }

  .ojm-pricing__inner--banner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ojm-pricing--split-banner .ojm-pricing__media {
    order: -1;
  }

  .ojm-pricing--split-banner .ojm-pricing__masthead {
    width: min(100%, 180px);
  }

  .ojm-pricing--split-banner .ojm-pricing__price p {
    font-size: clamp(40px, 12vw, 64px);
  }

  .ojm-pricing__copy--left {
    gap: 20px;
    padding: calc(var(--header-h, 72px) + 36px) 24px 40px;
    justify-content: flex-end;
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
  }

  .ojm-pricing--left .ojm-pricing__masthead,
  .ojm-pricing--left .ojm-pricing__masthead-pic {
    width: min(70vw, 240px) !important;
    max-width: 100% !important;
  }

  .ojm-pricing--left .ojm-pricing__masthead {
    height: auto;
    object-fit: contain;
  }

  .ojm-pricing__title--left,
  .ojm-pricing__tagline {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .ojm-pricing__title--left {
    font-size: clamp(22px, 6vw, 30px);
    max-width: 18ch;
  }

  .ojm-pricing__pricing-cta {
    gap: 14px;
    margin-top: 0;
    padding: 16px 14px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    align-self: stretch;
  }

  .ojm-pricing__price--left p {
    font-size: clamp(28px, 9vw, 40px);
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .ojm-pricing--left .ojm-pricing__fill-btn {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }

  .ojm-pricing__chargers img {
    width: 40px;
  }

  .ojm-pricing--centered .ojm-pricing__masthead {
    width: min(100%, 280px);
  }

  .ojm-pricing__copy--centered {
    margin-top: 4vh;
  }

  .ojm-pricing__tagline {
    margin-bottom: 22px;
    letter-spacing: 0.18em;
  }

  .ojm-pricing__copy-img {
    width: min(100%, 260px);
  }

  .ojm-pricing__stage {
    padding-bottom: 28px;
  }

  .ojm-pricing__media {
    order: -1;
  }
}

@media (max-width: 560px) {
  .ojm-stats__grid {
    grid-template-columns: 1fr;
  }

  .ojm-stat {
    justify-content: flex-start;
    padding-left: 12vw;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .ojm-page .header {
    background: rgba(10, 12, 14, 0.96);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .ojm-pricing__pricing-cta {
    background: rgba(12, 16, 18, 0.94);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
