*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #182433;
  background: #f5f7fa;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: #0d9488;
}

code {
  background: rgba(16, 185, 129, 0.1);
  border-radius: 5px;
  padding: 1px 6px;
  font-size: 0.92em;
}

.wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 22px;
}

:focus-visible {
  outline: 2px solid #0ea5e9;
  outline-offset: 2px;
  border-radius: 4px;
}

.grad {
  background: linear-gradient(100deg, #34d399, #0ea5e9);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.btn {
  display: inline-block;
  padding: 13px 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn--fresh {
  background: linear-gradient(100deg, #0da678, #0284c7);
  color: #fff;
  box-shadow: 0 8px 24px rgba(13, 148, 136, 0.3);
}
.btn--fresh:hover {
  box-shadow: 0 12px 30px rgba(13, 148, 136, 0.42);
}
.btn--line {
  border: 1.5px solid rgba(11, 21, 35, 0.25);
  color: #182433;
}
.btn--line:hover {
  border-color: #0d9488;
  color: #0d9488;
}
.btn--line-light {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}
.btn--line-light:hover {
  border-color: #fff;
  color: #fff;
}
.btn--ghost {
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  padding: 9px 20px;
  font-size: 14px;
}
.btn--ghost:hover {
  border-color: #6ee7b7;
  color: #6ee7b7;
}

.top {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(11, 21, 35, 0.78);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.top__row {
  display: flex;
  align-items: center;
  gap: 28px;
  height: 64px;
}
.top__nav {
  display: flex;
  gap: 24px;
  margin-left: auto;
}
.top__nav a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 14.5px;
}
.top__nav a:hover {
  color: #6ee7b7;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.brand__mark {
  width: 32px;
  height: 32px;
}
.brand__text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.brand__text b {
  font-weight: 800;
}

.hero {
  background: radial-gradient(700px 420px at 18% -8%, rgba(52, 211, 153, 0.16), transparent 62%), radial-gradient(760px 460px at 86% 4%, rgba(14, 165, 233, 0.17), transparent 62%), linear-gradient(165deg, #0b1523 0%, #102438 100%);
  color: #fff;
  padding: clamp(56px, 8vw, 96px) 0 clamp(64px, 8vw, 104px);
  text-align: center;
}
.hero__over {
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: #34d399;
}
.hero__title {
  margin: 0 0 20px;
  font-size: clamp(2rem, 5.2vw, 3.4rem);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.5px;
}
.hero__sub {
  margin: 0 auto 30px;
  max-width: 620px;
  font-size: clamp(15px, 2vw, 17.5px);
  color: rgba(255, 255, 255, 0.74);
}
.hero__actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: clamp(44px, 6vw, 64px);
}

.ba {
  max-width: 980px;
  margin: 0 auto;
}
.ba__frame {
  position: relative;
  aspect-ratio: 16/8.4;
  min-height: 340px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  cursor: ew-resize;
  touch-action: pan-y;
  user-select: none;
}
.ba__layer {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  isolation: isolate;
}
.ba__layer--new {
  z-index: 1;
}
.ba__layer--old {
  z-index: 2;
  clip-path: inset(0 calc(100% - var(--pos, 50%)) 0 0);
}
.ba__divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--pos, 50%);
  width: 3px;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12), 0 0 26px rgba(52, 211, 153, 0.8);
  pointer-events: none;
}
.ba__handle {
  position: absolute;
  top: 50%;
  left: var(--pos, 50%);
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  color: #0b1523;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: ew-resize;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
  transition: transform 0.15s ease;
}
.ba__handle svg {
  width: 22px;
  height: 22px;
}
.ba__handle:hover {
  transform: translate(-50%, -50%) scale(1.08);
}
.ba__tag {
  position: absolute;
  bottom: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}
.ba__tag--old {
  left: 12px;
  background: rgba(43, 36, 24, 0.88);
  color: #f0e6c8;
  font-family: "Times New Roman", serif;
}
.ba__tag--new {
  right: 12px;
  background: linear-gradient(100deg, #0da678, #0284c7);
  color: #fff;
}
.ba__hint {
  margin: 18px 0 0;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.55);
}

.chrome {
  flex: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
}
.chrome__dots {
  display: flex;
  gap: 5px;
}
.chrome__dots i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c9c9c9;
}
.chrome__url {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
}
.chrome__url svg {
  width: 10px;
  height: 12px;
  color: #10b981;
}
.chrome--new {
  background: #eef2f6;
}
.chrome--new .chrome__dots i:nth-child(1) {
  background: #f87171;
}
.chrome--new .chrome__dots i:nth-child(2) {
  background: #fbbf24;
}
.chrome--new .chrome__dots i:nth-child(3) {
  background: #34d399;
}
.chrome--new .chrome__url {
  background: #fff;
  border-radius: 999px;
  padding: 3px 12px;
  color: #33475c;
  margin: 0 auto;
}
.chrome--old {
  background: #d4d0c8;
  border-bottom: 1px solid #a9a49a;
}
.chrome--old .chrome__url {
  font-family: "Times New Roman", serif;
  color: #3a3a3a;
  background: #fff;
  border: 1px solid #8d887e;
  padding: 2px 8px;
  flex: 1;
}

.mock {
  flex: 1;
  min-height: 0;
  text-align: left;
  overflow: hidden;
}

.mock--new {
  position: relative;
  background: #fff;
  color: #182433;
  padding: 0 4.5%;
}

.mnew__bar {
  display: flex;
  align-items: center;
  gap: 4%;
  padding: 10px 0;
  border-bottom: 1px solid #edf1f5;
}

.mnew__logo {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.4px;
  white-space: nowrap;
}
.mnew__logo i {
  width: 16px;
  height: 16px;
  border-radius: 6px;
  background: linear-gradient(100deg, #34d399, #0ea5e9);
}

.mnew__nav {
  display: flex;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

.mnew__item {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #33475c;
  white-space: nowrap;
}
.mnew__item--active {
  background: rgba(16, 185, 129, 0.13);
  color: #0f766e;
}

.mnew__badge {
  background: #ef4444;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  border-radius: 999px;
  padding: 1px 6px;
}

.mnew__cart {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(100deg, #0da678, #0284c7);
  flex: 0 0 auto;
}
.mnew__cart::after {
  content: "3";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.mnew__mega {
  position: absolute;
  top: 56px;
  left: 4.5%;
  width: 52%;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr;
  gap: 5%;
  background: #fff;
  border: 1px solid #e8eef4;
  border-radius: 14px;
  padding: 14px 18px 16px;
  box-shadow: 0 24px 50px rgba(15, 40, 70, 0.18);
}

.mnew__col {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.mnew__col b {
  font-size: 11.5px;
  letter-spacing: 0.2px;
}
.mnew__col span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10.5px;
  color: #5c6b7c;
}

.mnew__new {
  font-style: normal;
  background: rgba(16, 185, 129, 0.15);
  color: #0f766e;
  font-size: 8px;
  font-weight: 800;
  border-radius: 999px;
  padding: 1px 5px;
}

.mnew__promo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  border-radius: 10px;
  padding: 10px 14px;
  background: linear-gradient(120deg, rgba(52, 211, 153, 0.16), rgba(14, 165, 233, 0.16));
}
.mnew__promo b {
  font-size: 19px;
  font-weight: 800;
  background: linear-gradient(100deg, #34d399, #0ea5e9);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mnew__promo span {
  font-size: 10px;
  color: #33475c;
}

.mnew__banner {
  margin-top: 10px;
  min-height: 138px;
  border-radius: 12px;
  background: linear-gradient(115deg, #0ea5e9 0%, #10b981 90%);
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mnew__banner-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 4px;
  color: #fff;
}
.mnew__banner-text b {
  font-size: 15px;
  font-weight: 800;
}
.mnew__banner-text span {
  font-size: 11px;
  opacity: 0.85;
}
.mnew__banner-text i {
  font-style: normal;
  margin-top: 5px;
  background: #fff;
  color: #0b3a52;
  font-size: 10.5px;
  font-weight: 700;
  border-radius: 999px;
  padding: 4px 12px;
}

.mnew__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5%;
  padding: 12px 0 14px;
}

.mnew__card {
  position: relative;
  border: 1px solid #e8eef4;
  border-radius: 11px;
  padding: 8px 8px 9px;
}
.mnew__card i {
  display: block;
  aspect-ratio: 16/9;
  border-radius: 7px;
  background: linear-gradient(150deg, #f1f5f9, #dfe7ee);
}
.mnew__card u {
  display: block;
  text-decoration: none;
  height: 7px;
  width: 82%;
  border-radius: 4px;
  background: #e2e8f0;
  margin: 8px 0 7px;
}
.mnew__card b {
  font-size: 11px;
}
.mnew__card em {
  position: absolute;
  top: 13px;
  left: 13px;
  font-style: normal;
  background: #10b981;
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  border-radius: 999px;
  padding: 2px 6px;
}
.mnew__card--hit {
  border-color: rgba(16, 185, 129, 0.55);
}

.mnew__strip {
  display: flex;
  justify-content: center;
  gap: 26px;
  padding: 4px 0 14px;
  font-size: 10.5px;
  color: #8aa0b4;
  white-space: nowrap;
}

.mock--old {
  display: flex;
  flex-direction: column;
  background: #e8e5dc;
  font-family: "Times New Roman", serif;
  color: #222;
}

.mold__head {
  background: #2b4a76;
  color: #ffec8b;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding: 10px 8px;
  text-shadow: 1px 1px 0 #000;
}

.mold__nav {
  background: #d6d2c6;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #8d887e;
  text-align: center;
  font-size: 11.5px;
  padding: 5px 6px;
  color: #0330a8;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
}

.mold__body {
  flex: 1;
  min-height: 0;
  display: flex;
  gap: 8px;
  padding: 8px;
}

.mold__side {
  flex: 0 0 27%;
  background: #f4f1e8;
  border: 1px solid #a9a49a;
  padding: 7px 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 10.5px;
}
.mold__side b {
  font-size: 10.5px;
  color: #5b1010;
}
.mold__side b:nth-of-type(2) {
  margin-top: 7px;
}
.mold__side > span {
  color: #0330a8;
  text-decoration: underline;
}

.mold__radio {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #222 !important;
  text-decoration: none !important;
}
.mold__radio i {
  width: 9px;
  height: 9px;
  border: 1px solid #555;
  border-radius: 50%;
  background: #fff;
}

.mold__main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mold__banner {
  background: #ffff9c;
  border: 2px dashed #d40000;
  color: #d40000;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  padding: 8px 6px;
  animation: mold-blink 1.4s steps(1) infinite;
}

@keyframes mold-blink {
  50% {
    opacity: 0.35;
  }
}
.mold__grid {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 6px;
  min-height: 0;
}

.mold__cell {
  background: #fff;
  border: 1px solid #999;
  padding: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  text-align: center;
  min-height: 0;
}
.mold__cell i {
  width: 34%;
  max-height: 48px;
  aspect-ratio: 4/3;
  background: #cfcabe;
  border: 1px solid #a9a49a;
}
.mold__cell u {
  font-size: 10px;
  color: #0330a8;
}
.mold__cell b {
  font-size: 10.5px;
  color: #c00;
}
.mold__cell s {
  text-decoration: none;
  font-size: 9.5px;
  background: #d4d0c8;
  border: 2px outset #eee;
  padding: 1px 8px;
}

.mold__foot {
  background: #d6d2c6;
  border-top: 1px solid #8d887e;
  text-align: center;
  font-size: 10px;
  color: #555;
  padding: 4px 6px;
}

.sec {
  padding: clamp(64px, 9vw, 108px) 0;
}
.sec--tint {
  background: linear-gradient(180deg, #eef3f8, #f5f7fa);
}
.sec__title {
  margin: 0 0 clamp(36px, 5vw, 52px);
  text-align: center;
  font-size: clamp(1.55rem, 3.2vw, 2.25rem);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.4px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.card {
  background: #fff;
  border: 1px solid #e3e9f0;
  border-radius: 16px;
  padding: 26px 26px 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(24, 46, 70, 0.09);
}
.card__ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: linear-gradient(130deg, rgba(52, 211, 153, 0.16), rgba(14, 165, 233, 0.16));
  color: #0d9488;
  margin-bottom: 16px;
}
.card__ic svg {
  width: 24px;
  height: 24px;
}
.card h3 {
  margin: 0 0 8px;
  font-size: 17px;
}
.card p {
  margin: 0;
  font-size: 14.5px;
  color: #5c6b7c;
}
.card__link {
  display: inline-block;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #0d9488;
  text-decoration: none;
}
.card__link:hover {
  text-decoration: underline;
}

.prod {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
}
.prod__tag {
  margin: 0 0 10px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #5c6b7c;
}
.prod__name {
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.4px;
}
.prod__lead {
  margin: 0 0 18px;
  font-size: 16.5px;
  color: #5c6b7c;
}
.prod__feats {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.prod__feats li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
}
.prod__feats li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 6px;
  width: 10px;
  height: 6px;
  border-left: 2.5px solid #10b981;
  border-bottom: 2.5px solid #10b981;
  transform: rotate(-48deg);
}
.prod__buy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.prod__price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}
.prod__price b {
  font-size: 32px;
  font-weight: 800;
  background: linear-gradient(100deg, #0da678, #0284c7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.prod__price s {
  font-size: 17px;
  color: #5c6b7c;
}
.prod__price em {
  font-style: normal;
  font-size: 12.5px;
  color: #5c6b7c;
}
.prod__btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.prod__shot {
  margin: 0;
}
.prod__shot img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid #e3e9f0;
  box-shadow: 0 24px 60px rgba(24, 46, 70, 0.14);
}
.prod__shot figcaption {
  margin-top: 12px;
  text-align: center;
  font-size: 13px;
  color: #5c6b7c;
}

.soon {
  margin-top: clamp(48px, 7vw, 72px);
  text-align: center;
}
.soon__note {
  margin: 0 0 18px;
  font-size: 14.5px;
  color: #5c6b7c;
}
.soon__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.soon__chip {
  background: #fff;
  border: 1px solid #e3e9f0;
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 13.5px;
  color: #5c6b7c;
}
.soon__chip b {
  color: #182433;
}

.shots {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.shot {
  display: block;
  background: #fff;
  border: 1px solid #e3e9f0;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.shot:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(24, 46, 70, 0.12);
}
.shot img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: top;
}
.shot span {
  display: block;
  padding: 12px 14px 14px;
  font-size: 13px;
  color: #5c6b7c;
}

.cta {
  background: radial-gradient(620px 320px at 82% 0%, rgba(52, 211, 153, 0.14), transparent 62%), linear-gradient(160deg, #102438, #0b1523);
  color: #fff;
  padding: clamp(56px, 8vw, 88px) 0;
}
.cta__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.cta h2 {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 2.6vw, 1.8rem);
  letter-spacing: -0.3px;
}
.cta p {
  margin: 0;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
}
.cta__btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.foot {
  background: #081019;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 26px 0;
}
.foot__row {
  display: flex;
  align-items: center;
  gap: 10px 28px;
  flex-wrap: wrap;
}
.foot__brand {
  color: #fff;
  font-size: 16px;
}
.foot__brand b {
  font-weight: 800;
}
.foot__note {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}
.foot__meta {
  margin-left: auto;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}
.foot__meta a {
  color: rgba(255, 255, 255, 0.7);
}
.foot__meta a:hover {
  color: #6ee7b7;
}

.rv {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.rv--in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .rv {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .mold__banner {
    animation: none;
  }
}
@media (max-width: 1000px) {
  .prod {
    grid-template-columns: 1fr;
  }
  .shots {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  .top__nav {
    display: none;
  }
  .ba__frame {
    aspect-ratio: auto;
    min-height: 0;
    height: clamp(300px, 66vw, 500px);
  }
  .mnew__item:nth-child(3),
  .mnew__item:nth-child(4) {
    display: none;
  }
  .mnew__mega {
    display: none;
  }
  .mold__side {
    display: none;
  }
  .mold__nav {
    font-size: 10px;
  }
  .mold__banner {
    font-size: 11px;
    padding: 6px 4px;
  }
  .mold__grid {
    grid-template-rows: 1fr;
  }
  .mold__grid .mold__cell:nth-child(n+3) {
    display: none;
  }
  .cta__btns {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .shots {
    grid-template-columns: 1fr;
  }
  .mnew__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .mnew__card:nth-child(3) {
    display: none;
  }
  .mnew__banner-text span {
    display: none;
  }
  .hero__actions .btn {
    width: 100%;
  }
  .prod__btns .btn {
    width: 100%;
    text-align: center;
  }
}
