:root {
  --revlab-bg: #050505;
  --revlab-surface: #101010;
  --revlab-surface-soft: #171717;
  --revlab-line: rgba(255, 255, 255, 0.1);
  --revlab-copy: #f5f1ea;
  --revlab-copy-soft: rgba(245, 241, 234, 0.72);
  --revlab-accent: #eb156c;
  --revlab-accent-soft: rgba(235, 21, 108, 0.2);
  --revlab-gold: #c7a464;
  --revlab-radius-xl: 28px;
  --revlab-radius-lg: 20px;
  --revlab-radius-md: 14px;
  --revlab-shadow: 0 25px 80px rgba(0, 0, 0, 0.45);
}

.elementor-page-9 .site-main,
.elementor-page-9 .site-content,
.page-id-9 .site-main,
.page-id-9 .site-content {
  background: #000;
}

.revlab-shell {
  color: var(--revlab-copy);
  background:
    radial-gradient(circle at top right, rgba(255, 42, 42, 0.18), transparent 20%),
    radial-gradient(circle at 20% 20%, rgba(199, 164, 100, 0.1), transparent 24%),
    linear-gradient(180deg, #050505 0%, #090909 45%, #040404 100%);
  padding: 18px;
  border-radius: 30px;
  box-shadow: var(--revlab-shadow);
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  overflow: hidden;
}

.revlab-topbar,
.revlab-header,
.revlab-category-bar,
.revlab-hero,
.revlab-customizer-layout {
  max-width: 1440px;
  margin: 0 auto;
}

.revlab-topbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 14px 16px;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--revlab-copy-soft);
}

.revlab-topbar__item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.revlab-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--revlab-accent);
  box-shadow: 0 0 18px rgba(255, 42, 42, 0.7);
}

.revlab-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  background: rgba(10, 10, 10, 0.9);
  border: 1px solid var(--revlab-line);
  border-radius: 24px;
  padding: 18px 22px;
  backdrop-filter: blur(12px);
}

.revlab-brand-block {
  display: flex;
  align-items: center;
  gap: 14px;
}

.revlab-brand-mark {
  position: relative;
  width: 156px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.revlab-brand-copy strong,
.revlab-main-nav a,
.revlab-category-chip,
.revlab-hero h1,
.revlab-panel-heading h3,
.revlab-section-card__header h4,
.revlab-summary-row strong,
.revlab-bike-canvas__machine h3 {
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.revlab-brand-logo {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 22px rgba(235, 21, 108, 0.16));
}

.revlab-brand-copy {
  display: flex;
  flex-direction: column;
}

.revlab-brand-copy strong {
  font-size: 1.4rem;
}

.revlab-brand-copy strong span {
  color: var(--revlab-accent);
}

.revlab-brand-copy span {
  color: var(--revlab-copy-soft);
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.revlab-main-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.revlab-main-nav a {
  color: var(--revlab-copy);
  text-decoration: none;
  font-size: 1.1rem;
  position: relative;
}

.revlab-main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: var(--revlab-accent);
  transition: width 180ms ease;
}

.revlab-main-nav a:hover::after,
.revlab-main-nav a:focus-visible::after {
  left: 0;
  right: auto;
  width: 100%;
}

.revlab-header-actions {
  display: flex;
  gap: 10px;
}

.revlab-icon-button,
.revlab-category-chip,
.revlab-option-card,
.revlab-pill,
.revlab-toolbar-button,
.revlab-primary-button,
.revlab-secondary-button {
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.revlab-icon-button,
.revlab-category-chip,
.revlab-pill,
.revlab-toolbar-button,
.revlab-secondary-button {
  border: 1px solid var(--revlab-line);
  border-radius: 999px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--revlab-copy);
  cursor: pointer;
}

.revlab-icon-button.is-active,
.revlab-category-chip.is-active,
.revlab-pill.is-selected,
.revlab-toolbar-button.is-selected {
  background: linear-gradient(135deg, var(--revlab-accent), #8e0b57);
  border-color: transparent;
  box-shadow: 0 18px 35px rgba(235, 21, 108, 0.24);
}

.revlab-category-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 18px 0 8px;
}

.revlab-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 24px;
  align-items: stretch;
  padding: 26px 0 24px;
}

.revlab-hero__copy,
.revlab-hero__visual,
.revlab-left-panel,
.revlab-right-panel,
.revlab-canvas-area,
.revlab-summary-card,
.revlab-section-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(12, 12, 12, 0.88);
  border: 1px solid var(--revlab-line);
  border-radius: var(--revlab-radius-xl);
}

.revlab-hero__copy {
  padding: 40px;
}

.revlab-kicker,
.revlab-panel-kicker,
.revlab-section-card__header span,
.revlab-bike-canvas__badge,
.revlab-stage-notes span {
  color: var(--revlab-gold);
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.revlab-hero h1 {
  margin: 14px 0;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.98;
}

.revlab-subcopy,
.revlab-bike-canvas__machine p,
.revlab-feature-list,
.revlab-toggle span {
  font-family: "Segoe UI", Arial, sans-serif;
}

.revlab-subcopy {
  max-width: 42rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--revlab-copy-soft);
}

.revlab-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 26px 0 30px;
}

.revlab-primary-button,
.revlab-secondary-button {
  padding: 15px 26px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.revlab-primary-button {
  border: none;
  color: #fff;
  background: linear-gradient(135deg, var(--revlab-accent), #930f5f);
  box-shadow: 0 18px 40px rgba(235, 21, 108, 0.22);
}

.revlab-primary-button--full {
  width: 100%;
  margin-top: 22px;
}

.revlab-secondary-button {
  color: var(--revlab-copy);
  background: transparent;
}

.revlab-primary-button:hover,
.revlab-secondary-button:hover,
.revlab-icon-button:hover,
.revlab-category-chip:hover,
.revlab-option-card:hover,
.revlab-pill:hover,
.revlab-toolbar-button:hover {
  transform: translateY(-2px);
}

.revlab-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.revlab-metrics li {
  padding: 18px;
  border-radius: var(--revlab-radius-md);
  border: 1px solid var(--revlab-line);
  background: rgba(255, 255, 255, 0.025);
}

.revlab-metrics strong {
  display: block;
  font-size: 1.8rem;
}

.revlab-metrics span {
  color: var(--revlab-copy-soft);
  font-family: "Segoe UI", Arial, sans-serif;
}

.revlab-hero__visual {
  padding: 20px;
  display: flex;
  align-items: stretch;
}

.revlab-hero-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  padding: 30px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    linear-gradient(145deg, #060606, #151515);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.revlab-hero-card__glow {
  position: absolute;
  inset: auto -10% -25% auto;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--revlab-accent-soft) 0%, transparent 68%);
}

.revlab-hero-card__label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--revlab-gold);
}

.revlab-hero-card__title {
  position: relative;
  z-index: 1;
  margin: 100px 0 20px;
  max-width: 16ch;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  text-transform: uppercase;
}

.revlab-hero-card__tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.revlab-hero-card__tags span,
.revlab-stage-notes article {
  border: 1px solid var(--revlab-line);
  background: rgba(255, 255, 255, 0.03);
}

.revlab-hero-card__tags span {
  padding: 10px 14px;
  border-radius: 999px;
}

.revlab-customizer-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr) 320px;
  gap: 22px;
  align-items: start;
  padding: 8px 0 6px;
}

.revlab-left-panel,
.revlab-right-panel,
.revlab-canvas-area {
  padding: 24px;
}

.revlab-panel-heading {
  margin-bottom: 18px;
}

.revlab-panel-heading h3 {
  margin: 6px 0 0;
  font-size: 1.8rem;
}

.revlab-section-card + .revlab-section-card,
.revlab-summary-card + .revlab-section-card {
  margin-top: 16px;
}

.revlab-section-card,
.revlab-summary-card {
  padding: 18px;
  border-radius: var(--revlab-radius-lg);
}

.revlab-section-card__header,
.revlab-summary-row,
.revlab-canvas-toolbar,
.revlab-bike-canvas__stats,
.revlab-stage-notes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.revlab-section-card__header {
  margin-bottom: 16px;
}

.revlab-section-card__header h4 {
  margin: 0;
  font-size: 1.1rem;
}

.revlab-option-grid {
  display: grid;
  gap: 12px;
}

.revlab-option-card {
  text-align: right;
  width: 100%;
  border: 1px solid var(--revlab-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--revlab-copy);
  padding: 16px;
  cursor: pointer;
}

.revlab-option-card strong,
.revlab-option-card span {
  display: block;
}

.revlab-option-card span {
  margin-top: 8px;
  color: var(--revlab-copy-soft);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 0.93rem;
  line-height: 1.55;
}

.revlab-option-card.is-selected {
  border-color: rgba(235, 21, 108, 0.5);
  background:
    linear-gradient(135deg, rgba(235, 21, 108, 0.14), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 0 0 1px rgba(235, 21, 108, 0.22);
}

.revlab-pill-group,
.revlab-swatch-row,
.revlab-canvas-toolbar,
.revlab-bike-canvas__stats,
.revlab-stage-notes {
  flex-wrap: wrap;
  gap: 10px;
}

.revlab-pill {
  min-width: calc(50% - 5px);
}

.revlab-swatch-row {
  display: flex;
}

.revlab-swatch {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  background: var(--swatch);
  cursor: pointer;
  box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.35);
}

.revlab-swatch.is-selected {
  outline: 2px solid var(--swatch);
  outline-offset: 4px;
}

.revlab-canvas-area {
  min-height: 100%;
}

.revlab-bike-canvas {
  --current-accent: var(--revlab-accent);
  position: relative;
  min-height: 620px;
  margin-top: 16px;
  padding: 28px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.08), transparent 18%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)),
    linear-gradient(180deg, #0a0a0a, #141414);
}

.revlab-bike-canvas__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 65% 35%, color-mix(in srgb, var(--current-accent) 32%, transparent), transparent 24%),
    linear-gradient(135deg, transparent 24%, rgba(255, 255, 255, 0.04) 24.5%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.03) 50.5%, transparent 51%);
  background-size: auto, 160px 160px;
  opacity: 0.95;
}

.revlab-bike-canvas__machine {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin-top: auto;
  padding: 26px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 8, 8, 0.75);
  backdrop-filter: blur(12px);
}

.revlab-bike-canvas__machine h3 {
  margin: 16px 0 10px;
  font-size: 2rem;
}

.revlab-bike-canvas__machine p {
  color: var(--revlab-copy-soft);
  line-height: 1.7;
}

.revlab-bike-canvas__stats {
  justify-content: flex-start;
  margin-top: 20px;
}

.revlab-bike-canvas__stats span {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.revlab-stage-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
}

.revlab-stage-notes article {
  padding: 16px;
  border-radius: 18px;
}

.revlab-stage-notes strong {
  display: block;
  margin-top: 8px;
  font-size: 1rem;
  text-transform: uppercase;
}

.revlab-summary-row {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.revlab-summary-row:last-child {
  border-bottom: 0;
}

.revlab-summary-row span {
  color: var(--revlab-copy-soft);
  font-family: "Segoe UI", Arial, sans-serif;
}

.revlab-feature-list {
  margin: 0;
  padding-right: 18px;
  color: var(--revlab-copy-soft);
  line-height: 1.8;
}

.revlab-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
}

.revlab-toggle input {
  accent-color: var(--revlab-accent);
  width: 18px;
  height: 18px;
}

.home.page-id-22 .page-header,
.home.page-id-22 .entry-title,
.home.page-id-22 #site-header {
  display: none;
}

.home.page-id-22 .page-content,
.home.page-id-22 #content.site-main {
  max-width: none;
  padding: 0;
  margin: 0;
}

.home.page-id-22 .page-content > .elementor {
  margin: 0;
}

.revlab-el-shell {
  --revlab-section-width: 1440px;
  background:
    radial-gradient(circle at top right, rgba(255, 42, 42, 0.18), transparent 20%),
    radial-gradient(circle at 20% 20%, rgba(199, 164, 100, 0.1), transparent 24%),
    linear-gradient(180deg, #050505 0%, #090909 45%, #040404 100%);
  padding: 22px 18px 28px;
}

.revlab-el-shell > .e-con-inner,
.revlab-el-shell.e-con-boxed > .e-con-inner {
  width: min(100%, var(--revlab-section-width));
  max-width: var(--revlab-section-width);
}

.revlab-el-hero,
.revlab-el-categories,
.revlab-el-features,
.revlab-el-builder {
  border: 1px solid var(--revlab-line);
  border-radius: var(--revlab-radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(12, 12, 12, 0.88);
  box-shadow: var(--revlab-shadow);
}

.revlab-el-topbar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

.revlab-el-topbar .elementor-widget-container {
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid var(--revlab-line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--revlab-copy-soft);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.revlab-el-nav {
  margin-bottom: 18px;
  border: 1px solid var(--revlab-line);
  border-radius: 24px;
  background: rgba(10, 10, 10, 0.92);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.revlab-el-brand .elementor-heading-title,
.revlab-el-menu .elementor-heading-title {
  color: var(--revlab-copy);
  text-transform: uppercase;
}

.revlab-el-logo .elementor-widget-container {
  display: flex;
  align-items: center;
  gap: 14px;
}

.revlab-el-logo-badge {
  width: 180px;
  flex: 0 0 180px;
}

.revlab-el-logo-badge img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 22px rgba(235, 21, 108, 0.16));
}

.revlab-el-logo-copy {
  display: flex;
  flex-direction: column;
}

.revlab-el-logo-wordmark {
  font-size: clamp(2rem, 3vw, 3.5rem);
  letter-spacing: 0.05em;
  color: var(--revlab-copy);
  text-transform: uppercase;
  line-height: 0.95;
}

.revlab-el-logo-wordmark span {
  color: var(--revlab-accent);
}

.revlab-home-shell {
  --revlab-home-width: 1440px;
  background:
    radial-gradient(circle at 85% 15%, rgba(235, 21, 108, 0.26), transparent 18%),
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.06), transparent 18%),
    linear-gradient(180deg, #010101 0%, #060606 44%, #030303 100%);
  color: var(--revlab-copy);
  padding: 36px 18px 56px;
  direction: ltr;
  text-align: left;
}

.revlab-home-shell__inner {
  width: min(100%, var(--revlab-home-width));
  margin: 0 auto;
}

.revlab-home-shell a,
.revlab-product-shell a {
  transition: transform 180ms ease, color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.revlab-home-hero,
.revlab-home-feature-card,
.revlab-home-story,
.revlab-home-interface-card,
.revlab-home-vehicle-card,
.revlab-home-flow,
.revlab-home-cta {
  border: 1px solid var(--revlab-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(8, 8, 8, 0.94);
  box-shadow: var(--revlab-shadow);
}

.revlab-home-hero,
.revlab-home-story,
.revlab-home-flow,
.revlab-home-cta {
  border-radius: 32px;
}

.revlab-home-kicker,
.revlab-home-section-kicker,
.revlab-home-feature-card span,
.revlab-home-banner__grid span,
.revlab-home-banner__top span {
  color: var(--revlab-gold);
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.revlab-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
  gap: 26px;
  align-items: stretch;
  padding: 30px;
}

.revlab-home-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.revlab-home-hero__content h1,
.revlab-home-story__copy h2,
.revlab-home-section-heading h2,
.revlab-home-cta h2 {
  margin: 14px 0 18px;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 0.98;
  letter-spacing: 0.01em;
  text-transform: none;
}

.revlab-home-story__copy h2,
.revlab-home-section-heading h2,
.revlab-home-cta h2 {
  font-size: clamp(1.9rem, 3vw, 3.2rem);
}

.revlab-home-lead,
.revlab-home-story__copy p,
.revlab-home-feature-card p,
.revlab-home-vehicle-card p,
.revlab-home-interface-card li,
.revlab-home-flow-list li {
  margin: 0;
  color: var(--revlab-copy-soft);
  font: 400 1.05rem/1.85 "Segoe UI", Arial, sans-serif;
}

.revlab-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 30px;
}

.revlab-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 15px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.revlab-home-button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--revlab-accent), #8f0e5e);
  box-shadow: 0 18px 34px rgba(235, 21, 108, 0.3);
}

.revlab-home-button--secondary {
  color: var(--revlab-copy);
  border: 1px solid var(--revlab-line);
  background: rgba(255, 255, 255, 0.04);
}

.revlab-home-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.revlab-home-metrics li {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid var(--revlab-line);
  background: rgba(255, 255, 255, 0.03);
}

.revlab-home-metrics strong,
.revlab-home-banner__headline strong,
.revlab-home-feature-card h3,
.revlab-home-interface-card h3,
.revlab-home-vehicle-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.revlab-home-metrics span {
  color: var(--revlab-copy-soft);
  font: 400 0.92rem/1.5 "Segoe UI", Arial, sans-serif;
}

.revlab-home-hero__visual {
  display: flex;
}

.revlab-home-banner {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(235, 21, 108, 0.22);
  background:
    radial-gradient(circle at 72% 24%, rgba(255, 255, 255, 0.12), transparent 18%),
    radial-gradient(circle at 84% 88%, rgba(235, 21, 108, 0.32), transparent 22%),
    linear-gradient(135deg, rgba(235, 21, 108, 0.18), rgba(0, 0, 0, 0) 24%),
    linear-gradient(180deg, #020202 0%, #080808 45%, #040404 100%);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.revlab-home-banner::before,
.revlab-home-banner::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(235, 21, 108, 0.95), rgba(235, 21, 108, 0.05));
  border-radius: 999px;
  transform: rotate(30deg);
}

.revlab-home-banner::before {
  top: -80px;
  right: 34px;
  width: 14px;
  height: 200px;
}

.revlab-home-banner::after {
  top: -38px;
  right: 66px;
  width: 26px;
  height: 160px;
}

.revlab-home-banner__glow {
  position: absolute;
  inset: auto 8% 10% auto;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(235, 21, 108, 0.28), transparent 68%);
  filter: blur(12px);
}

.revlab-home-banner__top,
.revlab-home-banner__headline,
.revlab-home-banner__grid,
.revlab-home-banner__status {
  position: relative;
  z-index: 1;
}

.revlab-home-banner__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.revlab-home-banner__top img {
  width: min(280px, 62%);
  height: auto;
  display: block;
}

.revlab-home-banner__headline {
  max-width: 620px;
}

.revlab-home-banner__headline strong {
  margin-bottom: 14px;
  font-size: clamp(1.9rem, 3vw, 3rem);
}

.revlab-home-banner__headline p,
.revlab-home-banner__status {
  color: var(--revlab-copy-soft);
  font: 400 1rem/1.7 "Segoe UI", Arial, sans-serif;
}

.revlab-home-banner__grid,
.revlab-home-feature-strip,
.revlab-home-vehicle-grid {
  display: grid;
  gap: 16px;
}

.revlab-home-banner__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.revlab-home-banner__grid article,
.revlab-home-feature-card,
.revlab-home-vehicle-card {
  border-radius: 22px;
  padding: 18px;
}

.revlab-home-banner__grid article {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.revlab-home-banner__status {
  width: fit-content;
  padding: 14px 18px;
  border-radius: 999px;
  border: 1px solid rgba(235, 21, 108, 0.28);
  background: rgba(255, 255, 255, 0.04);
}

.revlab-home-feature-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 22px;
}

.revlab-home-feature-card h3 {
  margin: 10px 0 12px;
}

.revlab-home-story {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 22px;
  margin-top: 22px;
  padding: 28px;
}

.revlab-home-interface-card {
  border-radius: 26px;
  padding: 24px;
}

.revlab-home-interface-card ul {
  margin: 18px 0 0;
  padding: 0 18px 0 0;
}

.revlab-home-interface-card li + li {
  margin-top: 10px;
}

.revlab-home-text-link {
  display: inline-flex;
  margin-top: 20px;
  color: var(--revlab-copy);
  text-decoration: none;
  border-bottom: 1px solid rgba(235, 21, 108, 0.45);
  padding-bottom: 4px;
}

.revlab-home-vehicles,
.revlab-home-flow {
  margin-top: 22px;
}

.revlab-home-section-heading {
  margin-bottom: 18px;
}

.revlab-home-vehicle-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.revlab-home-vehicle-card {
  text-decoration: none;
  color: var(--revlab-copy);
}

.revlab-home-vehicle-card span {
  display: inline-flex;
  margin-top: 16px;
  color: var(--revlab-accent);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.revlab-home-flow {
  padding: 28px;
}

.revlab-home-flow-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: revlab-home-steps;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.revlab-home-flow-list li {
  counter-increment: revlab-home-steps;
  position: relative;
  padding: 86px 18px 18px;
  border-radius: 22px;
  border: 1px solid var(--revlab-line);
  background: rgba(255, 255, 255, 0.03);
}

.revlab-home-flow-list li::before {
  content: "0" counter(revlab-home-steps);
  position: absolute;
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--revlab-accent), #8f0e5e);
  box-shadow: 0 12px 28px rgba(235, 21, 108, 0.24);
  font: 700 0.98rem/1 "Oswald", "Arial Narrow", Arial, sans-serif;
  letter-spacing: 0.06em;
}

.revlab-home-cta {
  margin-top: 22px;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.revlab-home-cta--compact {
  margin-bottom: 0;
}

.revlab-product-shell {
  background:
    radial-gradient(circle at 82% 12%, rgba(235, 21, 108, 0.24), transparent 20%),
    linear-gradient(180deg, #020202 0%, #060606 45%, #030303 100%);
  color: var(--revlab-copy);
  padding: 30px 18px 56px;
}

.revlab-product-shell__inner {
  width: min(100%, 1440px);
  margin: 0 auto;
}

.revlab-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 24px;
  padding: 30px;
  border-radius: 32px;
  border: 1px solid var(--revlab-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(8, 8, 8, 0.94);
  box-shadow: var(--revlab-shadow);
}

.revlab-product-hero__copy h1 {
  margin: 14px 0 18px;
  font-size: clamp(2.4rem, 4vw, 4.6rem);
  line-height: 0.98;
}

.revlab-product-price {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 20px;
}

.revlab-product-price .amount {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--revlab-copy);
}

.revlab-product-price span {
  color: var(--revlab-copy-soft);
  font: 400 0.95rem/1.7 "Segoe UI", Arial, sans-serif;
}

.revlab-product-form {
  margin-bottom: 18px;
}

.revlab-product-actions,
.revlab-product-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.revlab-product-links {
  margin-bottom: 24px;
}

.revlab-product-links a {
  color: var(--revlab-copy);
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid var(--revlab-line);
  background: rgba(255, 255, 255, 0.03);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.92rem;
}

.revlab-product-sections {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.revlab-product-banner {
  min-height: 100%;
}

.revlab-product-showcase {
  position: relative;
  display: grid;
  gap: 18px;
  min-height: 100%;
}

.revlab-product-showcase__chrome {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font: 600 0.8rem/1 "Oswald", "Arial Narrow", Arial, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--revlab-copy-soft);
}

.revlab-product-artwork-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(208, 255, 0, 0.18);
  background:
    radial-gradient(circle at 50% 8%, rgba(208, 255, 0, 0.12), transparent 24%),
    radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(11, 14, 20, 0.98), rgba(4, 4, 4, 0.98));
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.revlab-product-artwork-card__beam {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 22%, transparent 76%, rgba(255, 255, 255, 0.05));
  pointer-events: none;
}

.revlab-product-artwork-card__image,
.revlab-product-artwork-card__placeholder {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-height: 540px;
}

.revlab-product-artwork-card__image {
  object-fit: cover;
  object-position: center;
}

.revlab-product-artwork-card__placeholder {
  display: grid;
  place-items: center;
  padding: 42px 30px 96px;
}

.revlab-product-artwork-card__bike {
  position: relative;
  width: min(100%, 620px);
  height: 320px;
  filter: drop-shadow(0 26px 44px rgba(0, 0, 0, 0.5));
}

.revlab-product-artwork-card__wheel {
  position: absolute;
  bottom: 10px;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  border: 10px solid rgba(18, 18, 18, 0.95);
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.1),
    0 0 0 7px rgba(208, 255, 0, 0.92) inset;
}

.revlab-product-artwork-card__wheel::before {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.18);
}

.revlab-product-artwork-card__wheel--rear {
  left: 42px;
}

.revlab-product-artwork-card__wheel--front {
  right: 52px;
}

.revlab-product-artwork-card__frame {
  position: absolute;
  left: 140px;
  right: 130px;
  top: 88px;
  bottom: 62px;
  background:
    radial-gradient(circle at 42% 34%, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(145deg, #050505 0%, #1b1c20 36%, #060606 100%);
  clip-path: polygon(4% 72%, 18% 52%, 26% 30%, 46% 18%, 64% 20%, 82% 34%, 96% 48%, 88% 64%, 72% 76%, 56% 84%, 34% 86%, 14% 84%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 24px 40px rgba(0, 0, 0, 0.38);
}

.revlab-product-artwork-card__accent {
  position: absolute;
  display: block;
  background: linear-gradient(135deg, #d5ff00, #a6c800);
  box-shadow: 0 0 22px rgba(208, 255, 0, 0.5);
}

.revlab-product-artwork-card__accent--tank {
  left: 292px;
  top: 104px;
  width: 112px;
  height: 24px;
  transform: skew(-24deg);
  clip-path: polygon(0 18%, 92% 0, 100% 70%, 8% 100%);
}

.revlab-product-artwork-card__accent--tail {
  left: 174px;
  top: 138px;
  width: 82px;
  height: 20px;
  transform: skew(-18deg);
  clip-path: polygon(0 22%, 100% 0, 88% 100%, 10% 86%);
}

.revlab-product-artwork-card__accent--fork {
  right: 148px;
  top: 128px;
  width: 28px;
  height: 90px;
  clip-path: polygon(24% 0, 100% 0, 76% 100%, 0 100%);
}

.revlab-product-artwork-card__placeholder-copy {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 28px;
  z-index: 2;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(4, 6, 10, 0.82);
  backdrop-filter: blur(12px);
}

.revlab-product-artwork-card__placeholder-copy strong,
.revlab-product-artwork-card__caption strong,
.revlab-product-specs__lead h2,
.revlab-product-specs__grid strong {
  display: block;
  color: #fff;
}

.revlab-product-artwork-card__placeholder-copy p,
.revlab-product-artwork-card__caption span,
.revlab-product-specs__grid span {
  margin: 8px 0 0;
  color: var(--revlab-copy-soft);
}

.revlab-product-artwork-card__caption {
  position: absolute;
  left: 24px;
  top: 22px;
  z-index: 2;
  max-width: 300px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(3, 4, 6, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.revlab-product-specs {
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(7, 7, 7, 0.94);
}

.revlab-product-specs__lead h2 {
  margin: 10px 0 0;
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  line-height: 1.08;
}

.revlab-product-specs__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.revlab-product-specs__grid article {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(208, 255, 0, 0.12);
}

.revlab-product-specs__grid span {
  display: inline-flex;
  margin-top: 0;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.revlab-product-specs__grid strong {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.55;
}

.revlab-home-button:hover,
.revlab-home-text-link:hover,
.revlab-home-vehicle-card:hover,
.revlab-product-links a:hover {
  transform: translateY(-2px);
}

@media (max-width: 1180px) {
  .revlab-home-hero,
  .revlab-product-hero,
  .revlab-home-story,
  .revlab-home-cta {
    grid-template-columns: 1fr;
    display: grid;
  }

  .revlab-home-feature-strip,
  .revlab-product-sections,
  .revlab-home-vehicle-grid,
  .revlab-home-flow-list {
    grid-template-columns: 1fr 1fr;
  }

  .revlab-product-specs__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .revlab-home-shell {
    padding: 20px 12px 36px;
  }

  .revlab-home-hero,
  .revlab-product-hero,
  .revlab-home-story,
  .revlab-home-flow,
  .revlab-home-cta {
    padding: 20px;
    border-radius: 24px;
  }

  .revlab-home-hero__content h1,
  .revlab-home-story__copy h2,
  .revlab-home-section-heading h2,
  .revlab-home-cta h2 {
    font-size: 2rem;
  }

  .revlab-home-metrics,
  .revlab-home-banner__grid,
  .revlab-home-feature-strip,
  .revlab-product-sections,
  .revlab-home-vehicle-grid,
  .revlab-home-flow-list {
    grid-template-columns: 1fr;
  }

  .revlab-home-actions,
  .revlab-product-actions,
  .revlab-product-links,
  .revlab-home-cta {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .revlab-home-button {
    width: 100%;
  }

  .revlab-home-banner__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .revlab-home-banner__top img {
    width: min(220px, 100%);
  }

  .revlab-product-artwork-card__image,
  .revlab-product-artwork-card__placeholder {
    min-height: 360px;
  }

  .revlab-product-artwork-card__placeholder {
    padding: 24px 18px 118px;
  }

  .revlab-product-artwork-card__bike {
    height: 220px;
  }

  .revlab-product-artwork-card__wheel {
    width: 84px;
    height: 84px;
    border-width: 7px;
  }

  .revlab-product-artwork-card__wheel::before {
    inset: 14px;
  }

  .revlab-product-artwork-card__wheel--rear {
    left: 12px;
  }

  .revlab-product-artwork-card__wheel--front {
    right: 18px;
  }

  .revlab-product-artwork-card__frame {
    left: 72px;
    right: 66px;
    top: 64px;
    bottom: 36px;
  }

  .revlab-product-artwork-card__accent--tank {
    left: 136px;
    top: 76px;
    width: 74px;
    height: 18px;
  }

  .revlab-product-artwork-card__accent--tail {
    left: 86px;
    top: 96px;
    width: 54px;
    height: 14px;
  }

  .revlab-product-artwork-card__accent--fork {
    right: 78px;
    top: 94px;
    width: 18px;
    height: 58px;
  }

  .revlab-product-artwork-card__caption,
  .revlab-product-artwork-card__placeholder-copy,
  .revlab-product-specs {
    padding: 16px;
  }
}

.revlab-el-logo-tagline {
  margin-top: 4px;
  color: var(--revlab-copy-soft);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.revlab-el-menu .elementor-heading-title {
  font-size: 1rem;
  letter-spacing: 0.14em;
}

.revlab-el-menu .elementor-widget-container {
  text-align: center;
}

.revlab-el-hero-copy,
.revlab-el-hero-visual {
  min-height: 100%;
}

.revlab-el-kicker .elementor-heading-title,
.revlab-el-section-kicker .elementor-heading-title {
  color: var(--revlab-gold);
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.revlab-el-title .elementor-heading-title,
.revlab-el-section-title .elementor-heading-title {
  color: var(--revlab-copy);
  text-transform: uppercase;
}

.revlab-el-title .elementor-heading-title {
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.92;
}

.revlab-el-text .elementor-widget-container,
.revlab-el-visual-copy .elementor-widget-container,
.revlab-el-feature-card .elementor-icon-box-description,
.revlab-el-category-card .elementor-icon-box-description {
  color: var(--revlab-copy-soft);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.75;
}

.revlab-el-button-primary .elementor-button,
.revlab-el-button-secondary .elementor-button {
  border-radius: 999px;
  padding: 16px 28px;
  font-size: 0.98rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.revlab-el-button-primary .elementor-button {
  background: linear-gradient(135deg, var(--revlab-accent), #930f5f);
  box-shadow: 0 18px 40px rgba(235, 21, 108, 0.22);
}

.revlab-el-button-secondary .elementor-button {
  background: transparent;
  border: 1px solid var(--revlab-line);
  color: var(--revlab-copy);
}

.revlab-el-stat .elementor-icon-box-wrapper,
.revlab-el-category-card .elementor-icon-box-wrapper,
.revlab-el-feature-card .elementor-icon-box-wrapper {
  display: block;
}

.revlab-el-stat .elementor-widget-container,
.revlab-el-category-card .elementor-widget-container,
.revlab-el-feature-card .elementor-widget-container {
  padding: 20px;
  border: 1px solid var(--revlab-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.revlab-el-stat .elementor-icon-box-icon,
.revlab-el-category-card .elementor-icon-box-icon,
.revlab-el-feature-card .elementor-icon-box-icon {
  margin-bottom: 14px !important;
}

.revlab-el-stat .elementor-icon,
.revlab-el-category-card .elementor-icon,
.revlab-el-feature-card .elementor-icon {
  color: var(--revlab-accent);
}

.revlab-el-stat .elementor-icon-box-title span,
.revlab-el-category-card .elementor-icon-box-title span,
.revlab-el-feature-card .elementor-icon-box-title span {
  color: var(--revlab-copy);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.revlab-el-hero-visual {
  overflow: hidden;
}

.revlab-el-visual-card {
  position: relative;
  min-height: 420px;
  padding: 28px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 80% 20%, rgba(235, 21, 108, 0.22), transparent 22%),
    linear-gradient(145deg, #060606, #151515);
}

.revlab-el-visual-card::after {
  content: "";
  position: absolute;
  inset: auto -8% -22% auto;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, var(--revlab-accent-soft) 0%, transparent 68%);
}

.revlab-el-visual-title .elementor-heading-title {
  color: var(--revlab-copy);
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1;
  text-transform: uppercase;
}

.revlab-el-shortcode {
  margin-top: 6px;
}

.revlab-el-builder .elementor-shortcode {
  width: 100%;
}

@media (max-width: 1180px) {
  .revlab-el-topbar {
    grid-template-columns: 1fr;
  }

  .revlab-header,
  .revlab-hero,
  .revlab-customizer-layout {
    grid-template-columns: 1fr;
  }

  .revlab-main-nav {
    justify-content: flex-start;
  }

  .revlab-stage-notes {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .revlab-el-shell {
    padding: 14px 10px 18px;
  }

  .revlab-shell {
    padding: 12px;
    border-radius: 22px;
  }

  .revlab-topbar {
    flex-direction: column;
    align-items: flex-start;
    font-size: 0.82rem;
  }

  .revlab-header {
    padding: 16px;
  }

  .revlab-brand-block {
    align-items: flex-start;
  }

  .revlab-brand-mark {
    width: 130px;
    height: 52px;
  }

  .revlab-hero__copy,
  .revlab-left-panel,
  .revlab-right-panel,
  .revlab-canvas-area {
    padding: 18px;
  }

  .revlab-hero h1 {
    font-size: 2.5rem;
  }

  .revlab-metrics {
    grid-template-columns: 1fr;
  }

  .revlab-pill {
    min-width: 100%;
  }

  .revlab-bike-canvas {
    min-height: 500px;
    padding: 16px;
  }

  .revlab-bike-canvas__machine {
    padding: 20px;
  }
}
