:root{
  --rmx-dark:#071313;
  --rmx-dark-2:#0b1c1c;
  --rmx-ink:#10201f;
  --rmx-muted:#66716f;
  --rmx-green:#89c943;
  --rmx-green-2:#c7ff68;
  --rmx-surface:#ffffff;
  --rmx-soft:#f3f7f2;
  --rmx-border:rgba(12,32,31,.12);
  --rmx-shadow:0 24px 70px rgba(7,19,19,.16);
  --rmx-shadow-soft:0 16px 38px rgba(7,19,19,.10);
  --rmx-radius:28px;
}

body{
  overflow-x:hidden;
}

.rmx-wrap{
  width:min(1200px, calc(100% - 32px));
  margin-inline:auto;
}

.rmx-front-page{
  background:
    radial-gradient(circle at 8% 12%, rgba(137,201,67,.12), transparent 34rem),
    linear-gradient(180deg,#f8fbf6 0%,#fff 35%,#f6f8f4 100%);
  color:var(--rmx-ink);
}

.rmx-hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  color:#fff;
  background:var(--rmx-dark);
  padding:clamp(46px, 6vw, 74px) 0 clamp(24px, 4vw, 46px);
}

.rmx-hero__media{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(7,19,19,.97) 0%, rgba(7,19,19,.84) 42%, rgba(7,19,19,.40) 100%),
    linear-gradient(180deg, rgba(7,19,19,.20), rgba(7,19,19,.96)),
    var(--rmx-hero-bg) center/cover no-repeat;
  transform:scale(1.03);
  z-index:-3;
}

.rmx-hero__glow{
  position:absolute;
  width:680px;
  height:680px;
  right:-120px;
  top:80px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(199,255,104,.30), transparent 64%);
  filter:blur(10px);
  z-index:-2;
}

.rmx-hero::before{
  content:"";
  position:absolute;
  inset:auto -20% -180px -20%;
  height:320px;
  background:linear-gradient(90deg, transparent, rgba(137,201,67,.74), transparent);
  transform:rotate(-3deg);
  opacity:.62;
  z-index:-1;
}

.rmx-hero__inner{
  width:min(1240px, calc(100% - 32px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(320px, 540px);
  gap:clamp(28px, 5vw, 54px);
  align-items:center;
}

.rmx-hero__copy{
  padding:clamp(10px, 2vw, 30px) 0;
}

.rmx-hero__brand{
  display:flex;
  flex-direction:column;
  gap:6px;
  margin-bottom:clamp(18px, 3vw, 30px);
}

.rmx-hero__logo img{
  max-height:70px;
  width:auto;
  filter:brightness(0) invert(1);
}

.rmx-hero__script{
  font-size:clamp(38px, 6vw, 72px);
  line-height:.86;
  font-weight:950;
  letter-spacing:-.08em;
  font-family:"Inter", system-ui, sans-serif;
  text-shadow:0 8px 28px rgba(0,0,0,.28);
}

.rmx-hero__url{
  color:var(--rmx-green-2);
  font-size:clamp(16px, 2vw, 26px);
  font-weight:900;
  letter-spacing:.01em;
}

.rmx-hero__eyebrow,
.rmx-section__eyebrow{
  margin:0 0 12px;
  color:var(--rmx-green-2);
  font-size:13px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.rmx-hero__title{
  max-width:780px;
  margin:0;
  font-size:clamp(38px, 5.8vw, 78px);
  line-height:.96;
  letter-spacing:-.06em;
  font-weight:950;
  text-transform:uppercase;
  text-wrap:balance;
}

.rmx-hero__title span{
  display:block;
  margin-top:8px;
  color:var(--rmx-green);
}

.rmx-hero__subtitle{
  max-width:660px;
  margin:22px 0 0;
  color:rgba(255,255,255,.82);
  font-size:clamp(16px, 1.8vw, 21px);
  line-height:1.55;
}

.rmx-tyre-search{
  display:grid;
  grid-template-columns:1fr 1fr 1fr auto;
  gap:8px;
  max-width:780px;
  margin-top:30px;
  padding:8px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:rgba(255,255,255,.09);
  backdrop-filter:blur(18px);
  box-shadow:0 18px 50px rgba(0,0,0,.24);
}

.rmx-tyre-search label{
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:7px 0 7px 18px;
  border-right:1px solid rgba(255,255,255,.12);
}

.rmx-tyre-search label:nth-child(3){
  border-right:0;
}

.rmx-tyre-search span{
  color:rgba(255,255,255,.58);
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.rmx-tyre-search select{
  width:100%;
  appearance:none;
  border:0;
  outline:0;
  padding:2px 24px 0 0;
  background:transparent;
  color:#fff;
  font-size:17px;
  font-weight:850;
}

.rmx-tyre-search select option{
  background:#10201f;
  color:#fff;
}

.rmx-tyre-search button{
  min-height:54px;
  border:0;
  border-radius:999px;
  padding:0 28px;
  background:linear-gradient(135deg, var(--rmx-green-2), var(--rmx-green));
  color:#10201f;
  font-weight:950;
  box-shadow:0 14px 34px rgba(137,201,67,.28);
  cursor:pointer;
  transition:transform .2s ease, filter .2s ease;
}

.rmx-tyre-search button:hover{
  transform:translateY(-2px);
  filter:saturate(1.08);
}

.rmx-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:24px;
}

.rmx-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:52px;
  padding:14px 22px;
  border-radius:999px;
  text-decoration:none;
  font-weight:950;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.rmx-btn:hover{
  transform:translateY(-2px);
}

.rmx-btn--primary{
  background:linear-gradient(135deg, var(--rmx-green-2), var(--rmx-green));
  color:#10201f;
  box-shadow:0 16px 36px rgba(137,201,67,.28);
}

.rmx-btn--ghost{
  color:#fff;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(12px);
}

.rmx-hero__visual{
  position:relative;
  min-height:clamp(380px, 48vw, 560px);
  display:grid;
  place-items:center;
  transition:transform .25s ease;
}

.rmx-hero__edition{
  position:absolute;
  top:24px;
  right:0;
  z-index:4;
  padding:8px 13px;
  border:1px solid rgba(199,255,104,.54);
  border-radius:12px;
  color:var(--rmx-green-2);
  font-weight:950;
  letter-spacing:.07em;
  background:rgba(7,19,19,.52);
  white-space:nowrap;
}

.rmx-hero__rings{
  position:absolute;
  width:min(550px, 90vw);
  height:min(550px, 90vw);
  border-radius:999px;
  border:1px solid rgba(137,201,67,.24);
  background:
    radial-gradient(circle, transparent 51%, rgba(137,201,67,.12) 52%, transparent 53%),
    conic-gradient(from 40deg, rgba(137,201,67,.0), rgba(137,201,67,.48), rgba(137,201,67,.0) 32%, transparent 100%);
  animation:rmx-spin 28s linear infinite;
}

.rmx-hero__tire-card{
  position:relative;
  z-index:2;
  width:min(460px, 86vw);
  aspect-ratio:1;
  display:grid;
  place-items:center;
  filter:drop-shadow(0 36px 54px rgba(0,0,0,.62));
}

.rmx-hero__tire-card img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.rmx-hero__pedestal{
  position:absolute;
  bottom:34px;
  width:min(490px, 90%);
  height:90px;
  border-radius:999px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.02)),
    #101817;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:
    inset 0 0 0 1px rgba(199,255,104,.08),
    0 0 0 7px rgba(137,201,67,.12),
    0 30px 80px rgba(0,0,0,.50);
  display:flex;
  align-items:end;
  justify-content:center;
  padding-bottom:16px;
  color:var(--rmx-green);
  font-weight:900;
  font-style:italic;
  z-index:1;
}

.rmx-hero__bar{
  width:min(1040px, calc(100% - 32px));
  margin:clamp(20px, 3vw, 34px) auto 0;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:10px;
  padding:12px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:24px;
  background:rgba(5,14,14,.76);
  backdrop-filter:blur(16px);
  position:relative;
  z-index:5;
}

.rmx-hero__bar div{
  display:flex;
  flex-direction:column;
  gap:2px;
  padding:14px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.05);
}

.rmx-hero__bar strong{
  color:#fff;
  font-size:clamp(20px, 2.5vw, 25px);
  line-height:1;
}

.rmx-hero__bar span{
  color:rgba(255,255,255,.65);
  font-size:13px;
}

@keyframes rmx-spin{
  to{ transform:rotate(360deg); }
}

.rmx-trust-strip{
  position:relative;
  z-index:10;
  padding:24px 0 0;
}

.rmx-trust-strip__grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:14px;
  padding:14px;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(137,201,67,.20);
  box-shadow:var(--rmx-shadow);
}

.rmx-trust-strip article{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:4px 14px;
  align-items:start;
  padding:18px;
  border-radius:20px;
  background:linear-gradient(180deg,#fff,#f7fbf4);
}

.rmx-icon{
  grid-row:span 2;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#ecf8df;
}

.rmx-trust-strip strong{
  font-size:17px;
}

.rmx-trust-strip p{
  margin:0;
  color:var(--rmx-muted);
  line-height:1.45;
}

.rmx-stats{
  padding:58px 0 18px;
}

.rmx-stats__grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:16px;
}

.rmx-stats article{
  min-height:150px;
  padding:26px;
  border-radius:var(--rmx-radius);
  background:#fff;
  box-shadow:var(--rmx-shadow-soft);
  border:1px solid var(--rmx-border);
}

.rmx-stats strong{
  display:block;
  color:var(--rmx-green);
  font-size:clamp(28px, 3.8vw, 50px);
  line-height:1;
  letter-spacing:-.06em;
  font-weight:950;
}

.rmx-stats span{
  display:block;
  margin-top:8px;
  color:var(--rmx-muted);
  font-weight:700;
}

.rmx-section{
  padding:clamp(54px, 7vw, 78px) 0;
}

.rmx-section + .rmx-section{
  padding-top:clamp(44px, 6vw, 70px);
}

.rmx-section__head{
  max-width:780px;
  margin-bottom:34px;
}

.rmx-section__head--split{
  max-width:none;
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
}

.rmx-section__head h2,
.rmx-seo-intro h2{
  margin:0;
  font-size:clamp(31px, 4vw, 56px);
  line-height:.98;
  letter-spacing:-.055em;
  color:var(--rmx-ink);
  font-weight:950;
  text-wrap:balance;
}

.rmx-section__head p:not(.rmx-section__eyebrow){
  margin:14px 0 0;
  color:var(--rmx-muted);
  font-size:17px;
}

.rmx-seo-intro{
  padding-top:46px;
  padding-bottom:30px;
}

.rmx-seo-intro__box{
  display:grid;
  grid-template-columns:minmax(260px, .9fr) minmax(280px, 1.1fr);
  gap:28px;
  align-items:center;
  padding:34px;
  border-radius:32px;
  background:
    radial-gradient(circle at 100% 0%, rgba(137,201,67,.18), transparent 22rem),
    #fff;
  border:1px solid var(--rmx-border);
  box-shadow:var(--rmx-shadow-soft);
}

.rmx-seo-intro__box > p{
  margin:0;
  color:var(--rmx-muted);
  font-size:18px;
  line-height:1.62;
}

.rmx-product-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:20px;
  align-items:stretch;
}

.rmx-product-card{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  background:#fff;
  border:1px solid var(--rmx-border);
  box-shadow:var(--rmx-shadow-soft);
  transition:transform .25s ease, box-shadow .25s ease;
  display:flex;
  flex-direction:column;
}

.rmx-product-card:hover{
  transform:translateY(-8px);
  box-shadow:var(--rmx-shadow);
}

.rmx-product-card__image{
  position:relative;
  display:block;
  height:240px;
  overflow:hidden;
  background:
    radial-gradient(circle at 52% 48%, rgba(137,201,67,.18), transparent 42%),
    linear-gradient(180deg,#f6faf3,#fff);
  flex:0 0 auto;
}

.rmx-product-card__image img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:28px;
  transition:transform .35s ease;
}

.rmx-product-card:hover .rmx-product-card__image img{
  transform:scale(1.055) rotate(-1deg);
}

.rmx-product-card__placeholder{
  height:100%;
  display:grid;
  place-items:center;
  color:var(--rmx-green);
  font-size:32px;
  font-weight:950;
  background:#f4faee;
}

.rmx-product-card__tag{
  position:absolute;
  top:16px;
  left:16px;
  padding:7px 12px;
  border-radius:999px;
  background:linear-gradient(135deg, var(--rmx-green-2), var(--rmx-green));
  color:#10201f;
  font-weight:950;
  font-size:12px;
  text-transform:uppercase;
}

.rmx-product-card__body{
  padding:22px;
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
}

.rmx-product-card__meta{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:10px;
  min-height:30px;
}

.rmx-product-card__meta span{
  padding:5px 9px;
  border-radius:999px;
  background:#eff7e8;
  color:#4e781e;
  font-size:12px;
  font-weight:850;
}

.rmx-product-card h3{
  margin:0;
  font-size:21px;
  line-height:1.14;
  letter-spacing:-.035em;
}

.rmx-product-card h3 a{
  color:var(--rmx-ink);
  text-decoration:none;
}

.rmx-product-card__measure{
  margin:8px 0 14px;
  color:var(--rmx-green);
  font-weight:950;
  font-size:18px;
}

.rmx-product-card__benefits{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
  color:var(--rmx-muted);
  font-size:14px;
}

.rmx-product-card__benefits li{
  position:relative;
  padding-left:22px;
}

.rmx-product-card__benefits li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:var(--rmx-green);
  font-weight:950;
}

.rmx-product-card__bottom{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:12px;
  margin-top:auto;
  padding-top:18px;
  border-top:1px solid var(--rmx-border);
}

.rmx-product-card__price span{
  display:block;
  color:var(--rmx-muted);
  font-size:12px;
  text-transform:uppercase;
  font-weight:900;
}

.rmx-product-card__price strong{
  display:block;
  color:var(--rmx-green);
  font-size:clamp(25px, 3vw, 32px);
  line-height:1;
  letter-spacing:-.05em;
}

.rmx-mini-btn,
.rmx-link{
  color:#10201f;
  font-weight:950;
  text-decoration:none;
}

.rmx-mini-btn{
  display:inline-flex;
  min-width:52px;
  height:44px;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#10201f;
  color:#fff;
}

.rmx-measures{
  background:
    linear-gradient(135deg, rgba(7,19,19,.97), rgba(11,28,28,.95)),
    radial-gradient(circle at 80% 20%, rgba(137,201,67,.18), transparent 30rem);
  color:#fff;
}

.rmx-measures .rmx-section__head h2,
.rmx-measures .rmx-link{
  color:#fff;
}

.rmx-measures .rmx-section__head p{
  color:rgba(255,255,255,.7);
}

.rmx-measure-cloud{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.rmx-measure-cloud a{
  display:flex;
  align-items:center;
  gap:10px;
  padding:13px 16px;
  border-radius:999px;
  color:#fff;
  text-decoration:none;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
  transition:transform .2s ease, background .2s ease;
}

.rmx-measure-cloud a:hover{
  transform:translateY(-3px);
  background:rgba(137,201,67,.16);
}

.rmx-measure-cloud strong{
  color:var(--rmx-green-2);
}

.rmx-measure-cloud span{
  color:rgba(255,255,255,.62);
  font-size:13px;
}

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

.rmx-type-card{
  min-height:150px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:22px;
  border-radius:26px;
  background:#fff;
  border:1px solid var(--rmx-border);
  box-shadow:var(--rmx-shadow-soft);
  color:var(--rmx-ink);
  text-decoration:none;
  transition:transform .2s ease, box-shadow .2s ease;
}

.rmx-type-card:hover{
  transform:translateY(-6px);
  box-shadow:var(--rmx-shadow);
}

.rmx-type-card__icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#eff8e7;
  color:var(--rmx-green);
}

.rmx-type-card strong{
  font-size:22px;
  letter-spacing:-.04em;
}

.rmx-type-card small{
  color:var(--rmx-muted);
  font-weight:800;
}

.rmx-features{
  padding:clamp(64px, 7vw, 86px) 0;
  color:#fff;
  background:
    linear-gradient(135deg, rgba(7,19,19,.98), rgba(13,46,37,.96)),
    radial-gradient(circle at 50% 0%, rgba(137,201,67,.24), transparent 36rem);
}

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

.rmx-features article{
  padding:26px;
  border-radius:28px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(12px);
}

.rmx-features span{
  display:block;
  font-size:32px;
  margin-bottom:18px;
}

.rmx-features h3{
  margin:0 0 10px;
  font-size:22px;
  color:#fff;
}

.rmx-features p{
  margin:0;
  color:rgba(255,255,255,.72);
}

.rmx-blog-scroll{
  display:flex;
  gap:18px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding:8px 4px 24px;
  scrollbar-width:thin;
  scrollbar-color:var(--rmx-green) rgba(7,19,19,.12);
}

.rmx-blog-scroll.is-dragging{
  cursor:grabbing;
  user-select:none;
}

.rmx-blog-card{
  flex:0 0 min(360px, 82vw);
  scroll-snap-align:start;
  overflow:hidden;
  border-radius:28px;
  background:#fff;
  border:1px solid var(--rmx-border);
  box-shadow:var(--rmx-shadow-soft);
}

.rmx-blog-card__image{
  display:block;
  height:210px;
  background:#eaf3e4;
  overflow:hidden;
  text-decoration:none;
}

.rmx-blog-card__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}

.rmx-blog-card:hover img{
  transform:scale(1.06);
}

.rmx-blog-card__image span{
  display:grid;
  height:100%;
  place-items:center;
  color:var(--rmx-green);
  font-weight:950;
  font-size:28px;
}

.rmx-blog-card__body{
  padding:22px;
}

.rmx-blog-card time{
  color:var(--rmx-green);
  font-size:13px;
  font-weight:900;
}

.rmx-blog-card h3{
  margin:10px 0 10px;
  font-size:22px;
  line-height:1.16;
  letter-spacing:-.04em;
}

.rmx-blog-card h3 a{
  color:var(--rmx-ink);
  text-decoration:none;
}

.rmx-blog-card p{
  color:var(--rmx-muted);
  margin:0 0 14px;
}

.rmx-scroll-controls{
  display:flex;
  gap:10px;
  flex:0 0 auto;
}

.rmx-scroll-controls button{
  width:48px;
  height:48px;
  border-radius:999px;
  border:1px solid var(--rmx-border);
  background:#fff;
  color:var(--rmx-ink);
  font-weight:950;
  cursor:pointer;
  box-shadow:var(--rmx-shadow-soft);
}

.rmx-final-cta{
  padding:clamp(64px, 7vw, 86px) 0;
  background:#071313;
  color:#fff;
}

.rmx-final-cta__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  padding:clamp(28px, 5vw, 44px);
  border-radius:34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(137,201,67,.24), transparent 24rem),
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.12);
}

.rmx-final-cta h2{
  margin:0;
  font-size:clamp(34px, 4vw, 58px);
  line-height:.98;
  letter-spacing:-.055em;
  color:#fff;
  text-wrap:balance;
}

.rmx-final-cta p:not(.rmx-section__eyebrow){
  margin:12px 0 0;
  color:rgba(255,255,255,.70);
  max-width:660px;
}

.rmx-empty{
  padding:28px;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--rmx-border);
  color:var(--rmx-muted);
}

@media (max-width: 1120px){
  .rmx-hero__inner{
    grid-template-columns:1fr;
  }

  .rmx-hero__copy{
    max-width:860px;
  }

  .rmx-hero__visual{
    max-width:620px;
    width:100%;
    justify-self:center;
    margin-top:4px;
  }

  .rmx-product-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .rmx-type-grid,
  .rmx-features__grid,
  .rmx-stats__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .rmx-seo-intro__box{
    grid-template-columns:1fr;
  }
}

@media (max-width: 760px){
  .rmx-hero{
    padding-top:36px;
  }

  .rmx-hero__inner{
    gap:24px;
  }

  .rmx-hero__title{
    font-size:clamp(35px, 12vw, 52px);
  }

  .rmx-tyre-search{
    grid-template-columns:1fr;
    border-radius:28px;
  }

  .rmx-tyre-search label{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.12);
    padding:10px 14px;
  }

  .rmx-tyre-search label:nth-child(3){
    border-bottom:0;
  }

  .rmx-tyre-search button{
    min-height:52px;
    width:100%;
  }

  .rmx-hero__actions{
    flex-direction:column;
  }

  .rmx-btn{
    width:100%;
  }

  .rmx-hero__visual{
    min-height:330px;
    overflow:visible;
  }

  .rmx-hero__rings{
    width:330px;
    height:330px;
  }

  .rmx-hero__tire-card{
    width:min(320px, 88vw);
  }

  .rmx-hero__pedestal{
    bottom:8px;
    height:66px;
  }

  .rmx-hero__edition{
    top:0;
    right:50%;
    transform:translateX(50%);
    font-size:11px;
  }

  .rmx-hero__bar{
    grid-template-columns:1fr;
  }

  .rmx-trust-strip__grid,
  .rmx-product-grid,
  .rmx-type-grid,
  .rmx-features__grid,
  .rmx-stats__grid{
    grid-template-columns:1fr;
  }

  .rmx-stats{
    padding-top:38px;
  }

  .rmx-section__head--split,
  .rmx-final-cta__inner{
    flex-direction:column;
    align-items:flex-start;
  }

  .rmx-seo-intro__box{
    padding:24px;
  }

  .rmx-product-card__image{
    height:220px;
  }

  .rmx-scroll-controls{
    display:none;
  }
}

@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after{
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    scroll-behavior:auto!important;
    transition-duration:.001ms!important;
  }
}
