/*
 * Lizenzmarkt homepage redesign v2.
 * Scope is intentionally restricted to the homepage root and its dedicated header classes.
 */

.lm-homepage-v2,
.lm-header--home-v2,
.lm-announcement--home-v2 {
  --lm-green-900: #006b42;
  --lm-green-800: #087a49;
  --lm-green-700: #079447;
  --lm-green-600: #0bb64b;
  --lm-green-500: #15c955;
  --lm-green-100: #e9faef;
  --lm-green-050: #f4fff7;
  --lm-blue-600: #0878f9;
  --lm-cyan-500: #14c8ef;
  --lm-purple-600: #7b38f5;
  --lm-pink-500: #fa3f78;
  --lm-orange-500: #ff9f29;
  --lm-red-500: #f43e51;
  --lm-v2-text: #101515;
  --lm-v2-text-soft: #52605b;
  --lm-v2-border: rgba(20, 80, 50, 0.14);
  --lm-v2-white: #fff;
  --lm-v2-radius-sm: 10px;
  --lm-v2-radius-md: 16px;
  --lm-v2-radius-lg: 24px;
  --lm-v2-shadow-sm: 0 4px 14px rgba(20, 50, 40, 0.08);
  --lm-v2-shadow-md: 0 12px 30px rgba(25, 65, 50, 0.12);
  --lm-v2-shadow-lg: 0 22px 50px rgba(25, 65, 50, 0.16);
  --lm-v2-container: 1320px;
}

.lm-homepage-v2 {
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: clip;
  color: var(--lm-v2-text);
  background: #fff;
  font-family: "Assistant", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.lm-homepage-v2 *,
.lm-homepage-v2 *::before,
.lm-homepage-v2 *::after {
  box-sizing: border-box;
}

.lm-homepage-v2 :where(h1, h2, h3, p, ul) {
  margin-top: 0;
}

.lm-homepage-v2 :where(a, button):focus-visible,
.lm-header--home-v2 :where(a, button, input):focus-visible,
.lm-announcement--home-v2 a:focus-visible {
  outline: 3px solid var(--lm-orange-500);
  outline-offset: 3px;
}

.lm-v2-container {
  position: relative;
  z-index: 2;
  width: min(var(--lm-v2-container), calc(100% - 48px));
  margin-inline: auto;
}

.home .site-content:has(.lm-homepage-v2),
.home .site-content:has(.lm-homepage-v2) > .ast-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

/* Top service bar and homepage header */
.lm-announcement--home-v2 {
  min-height: 40px;
  background: linear-gradient(90deg, #00653e 0%, #004e34 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 12px;
}

.lm-announcement--home-v2 .lm-announcement__inner {
  width: min(var(--lm-v2-container), calc(100% - 48px));
  min-height: 40px;
  margin-inline: auto;
  justify-content: space-between;
  gap: 20px;
}

.lm-announcement--home-v2 .lm-announcement__list {
  min-height: 40px;
  justify-content: flex-start;
}

.lm-announcement--home-v2 .lm-announcement__item {
  padding-inline: 16px;
  gap: 7px;
  border-right-color: rgba(255, 255, 255, 0.18);
  font-size: 12px;
}

.lm-announcement--home-v2 .lm-announcement__item:first-child {
  padding-left: 0;
}

.lm-announcement--home-v2 .lm-announcement__icon {
  width: 15px;
  height: 15px;
}

.lm-announcement--home-v2 .lm-announcement__contact {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 22px;
  white-space: nowrap;
  font-weight: 600;
}

.lm-announcement--home-v2 .lm-announcement__contact a,
.lm-announcement--home-v2 .lm-announcement__contact span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  text-decoration: none;
}

.lm-announcement--home-v2 .lm-announcement__contact i {
  color: var(--lm-green-500);
  font-size: 7px;
  font-style: normal;
}

.lm-header--home-v2 {
  height: 82px;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(0, 107, 66, 0.1);
  box-shadow: 0 7px 22px rgba(22, 57, 44, 0.07);
}

.admin-bar .lm-header--home-v2 {
  top: 32px;
}

.lm-header--home-v2 .lm-header__inner {
  width: min(var(--lm-v2-container), calc(100% - 48px));
  gap: 14px;
}

.lm-header--home-v2 .lm-header__logo {
  width: 174px;
}

.lm-header--home-v2 .lm-header__logo a {
  width: 100%;
}

.lm-header--home-v2 .lm-header__logo-img {
  width: 174px;
  height: 68px;
  object-fit: contain;
}

.lm-header--home-v2 .lm-header__nav {
  justify-content: flex-start;
  gap: 0;
  min-width: 0;
}

.lm-header--home-v2 .lm-header__nav > a {
  min-height: 42px;
  padding: 10px 8px;
  border-radius: 8px;
  color: #26352f;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.lm-header--home-v2 .lm-header__nav > a::after {
  left: 8px;
  right: 8px;
  bottom: 3px;
  background: var(--lm-green-600);
}

.lm-header--home-v2 .lm-header__nav > a.active {
  color: var(--lm-green-800);
  background: var(--lm-green-050);
}

.lm-header--home-v2 .lm-header__nav > a.active::after {
  transform: scaleX(1);
}

.lm-header--home-v2 .lm-nav-badge {
  margin-left: 3px;
  padding: 1px 5px;
  background: var(--lm-red-500);
  color: #fff;
  font-size: 8px;
  line-height: 1.45;
  box-shadow: none;
}

.lm-header--home-v2 .lm-header-search__input,
.lm-header--home-v2 input.lm-header-search__input {
  width: 214px;
  height: 44px;
  min-height: 44px;
  border-color: rgba(19, 87, 60, 0.16);
  border-radius: 12px;
  background: #f8fbf9;
  font-size: 13px;
}

.lm-header--home-v2 .lm-header-search__input:focus,
.lm-header--home-v2 input.lm-header-search__input:focus {
  border-color: var(--lm-green-600);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(11, 182, 75, 0.14);
}

.lm-header--home-v2 .lm-header__icon {
  border: 1px solid transparent;
  border-radius: 12px;
}

.lm-header--home-v2 .lm-header__icon:hover {
  border-color: rgba(11, 182, 75, 0.15);
  background: var(--lm-green-050);
}

.lm-header--home-v2 .lm-cart-count {
  top: -2px;
  right: -3px;
  background: var(--lm-pink-500);
  color: #fff;
  box-shadow: 0 3px 8px rgba(250, 63, 120, 0.28);
}

/* Shared buttons, stickers and section headings */
.lm-v2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.lm-v2-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.lm-v2-btn--primary,
.lm-homepage-v2 .lm-v2-btn--cart.button {
  background: linear-gradient(135deg, var(--lm-green-500), var(--lm-green-700));
  color: #fff;
  box-shadow: 0 10px 22px rgba(11, 182, 75, 0.24);
}

.lm-v2-btn--primary:hover,
.lm-homepage-v2 .lm-v2-btn--cart.button:hover {
  background: linear-gradient(135deg, var(--lm-green-600), var(--lm-green-800));
  color: #fff;
  box-shadow: 0 13px 26px rgba(7, 148, 71, 0.3);
}

.lm-v2-btn--secondary {
  border-color: rgba(0, 107, 66, 0.26);
  background: rgba(255, 255, 255, 0.78);
  color: var(--lm-green-900);
  box-shadow: var(--lm-v2-shadow-sm);
}

.lm-v2-btn--secondary:hover {
  border-color: var(--lm-green-600);
  background: #fff;
  color: var(--lm-green-900);
}

.lm-v2-sticker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 9px 18px rgba(53, 24, 36, 0.16);
}

.lm-v2-sticker--recommended {
  position: absolute;
  z-index: 5;
  top: 25px;
  left: -18px;
  min-width: 120px;
  min-height: 38px;
  padding: 10px 17px;
  background: linear-gradient(135deg, #ff4b75, #ee2c62);
  transform: rotate(-5deg);
}

.lm-v2-eyebrow {
  margin-bottom: 5px;
  color: var(--lm-green-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lm-v2-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.lm-v2-section-head h2 {
  margin-bottom: 0;
  color: var(--lm-v2-text);
  font-size: clamp(28px, 2.35vw, 34px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.lm-v2-section-head > a,
.lm-v2-info-card > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--lm-green-800);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.lm-v2-section-head > a:hover,
.lm-v2-info-card > a:hover {
  color: var(--lm-green-600);
}

.lm-v2-section-head--center {
  justify-content: center;
  text-align: center;
}

/* Hero */
.lm-v2-hero {
  position: relative;
  min-height: 610px;
  padding: 58px 0 108px;
  overflow: hidden;
  background:
    radial-gradient(circle at 3% 76%, rgba(20, 200, 239, 0.17) 0 6px, transparent 7px),
    radial-gradient(circle at 94% 19%, rgba(250, 63, 120, 0.14) 0 8px, transparent 9px),
    linear-gradient(114deg, #e3fff0 0%, #e8fbff 42%, #eef1ff 69%, #fff0f6 100%);
}

.lm-v2-hero__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.lm-v2-hero__line {
  position: absolute;
  top: 28px;
  right: -15px;
  width: min(43vw, 620px);
  color: rgba(123, 56, 245, 0.2);
  transform: rotate(-4deg);
}

.lm-v2-orb {
  position: absolute;
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 0 35px rgba(255, 255, 255, 0.36);
}

.lm-v2-orb--one {
  top: -110px;
  left: -90px;
  width: 330px;
  height: 330px;
  background: rgba(21, 201, 85, 0.07);
}

.lm-v2-orb--two {
  right: 9%;
  bottom: -120px;
  width: 360px;
  height: 360px;
  background: rgba(123, 56, 245, 0.06);
}

.lm-v2-orb--three {
  top: 76px;
  left: 48%;
  width: 86px;
  height: 86px;
  background: rgba(20, 200, 239, 0.08);
}

.lm-v2-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(560px, 1.08fr);
  align-items: center;
  gap: clamp(42px, 6vw, 84px);
}

.lm-v2-hero__copy {
  max-width: 600px;
}

.lm-v2-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  margin-bottom: 19px;
  padding: 6px 13px;
  border: 1px solid rgba(7, 148, 71, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--lm-green-800);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 6px 18px rgba(40, 91, 70, 0.07);
}

.lm-v2-kicker span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--lm-green-100);
}

.lm-v2-hero h1 {
  margin-bottom: 20px;
  color: #0a1713;
  font-size: clamp(48px, 4.2vw, 66px);
  font-weight: 800;
  letter-spacing: -0.056em;
  line-height: 0.98;
}

.lm-v2-hero h1 span {
  color: var(--lm-green-600);
}

.lm-v2-hero__lead {
  max-width: 560px;
  margin-bottom: 25px;
  color: #44544e;
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.55;
}

.lm-v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 29px;
}

.lm-v2-hero-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 24px;
}

.lm-v2-hero-trust > div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.lm-v2-hero-trust > div > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--lm-green-700);
  font-size: 13px;
  font-weight: 800;
  box-shadow: var(--lm-v2-shadow-sm);
}

.lm-v2-hero-trust p {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin: 0;
  line-height: 1.18;
}

.lm-v2-hero-trust strong {
  color: #1d3029;
  font-size: 13px;
  font-weight: 800;
}

.lm-v2-hero-trust small {
  margin-top: 3px;
  color: #6a7772;
  font-size: 11.5px;
}

.lm-v2-hero-product-wrap {
  position: relative;
  padding: 12px 0 8px 20px;
}

.lm-v2-hero-product-wrap::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 5% 2% 0 8%;
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(21, 201, 85, 0.2), rgba(8, 120, 249, 0.16), rgba(250, 63, 120, 0.14));
  filter: blur(28px);
}

.lm-v2-hero-product {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(210px, 0.9fr) minmax(250px, 1.1fr);
  overflow: visible;
  border: 1px solid rgba(22, 96, 66, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--lm-v2-shadow-lg);
}

.lm-v2-hero-product__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 370px;
  padding: 36px 20px 42px 28px;
  border-radius: 26px 0 0 26px;
  background: linear-gradient(145deg, #f4fffa, #eff7ff);
}

.lm-v2-hero-product__media img {
  display: block;
  width: min(100%, 290px);
  height: 290px;
  object-fit: contain;
  filter: drop-shadow(0 18px 20px rgba(36, 61, 52, 0.16));
}

.lm-v2-hero-product__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px 30px 38px 24px;
}

.lm-v2-product-label {
  margin-bottom: 8px;
  color: var(--lm-blue-600);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lm-v2-hero-product h2 {
  margin-bottom: 12px;
  font-size: clamp(23px, 2vw, 29px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.lm-v2-hero-product h2 a {
  color: var(--lm-v2-text);
  text-decoration: none;
}

.lm-v2-hero-product__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 19px;
}

.lm-v2-hero-product__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 27px;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--lm-green-050);
  color: var(--lm-green-800);
  font-size: 11.5px;
  font-weight: 700;
}

.lm-v2-hero-product__meta i,
.lm-v2-stock span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lm-green-500);
  box-shadow: 0 0 0 3px rgba(21, 201, 85, 0.12);
}

.lm-v2-hero-product__buy {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.lm-v2-hero-price p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 2px;
}

.lm-v2-hero-price del {
  color: #8a9691;
  font-size: 13px;
}

.lm-v2-hero-price p span {
  padding: 2px 7px;
  border-radius: 999px;
  background: #fff0f3;
  color: var(--lm-red-500);
  font-size: 10px;
  font-weight: 800;
}

.lm-v2-hero-price strong {
  display: block;
  color: var(--lm-green-700);
  font-size: clamp(25px, 2.25vw, 33px);
  font-weight: 800;
  line-height: 1;
}

.lm-homepage-v2 .lm-v2-btn--cart.button {
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 13px;
  padding-inline: 17px;
  font-size: 13px;
}

.lm-homepage-v2 .lm-v2-btn--cart.button.loading {
  opacity: 0.72;
  pointer-events: none;
}

.lm-v2-cart-feedback {
  min-height: 18px;
  margin: 7px 0 0;
  color: var(--lm-green-800);
  font-size: 11px;
  font-weight: 700;
}

.lm-v2-hero-product__trust {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(21, 93, 64, 0.1);
  border-radius: 0 0 26px 26px;
  background: #fbfefc;
}

.lm-v2-hero-product__trust span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  min-height: 64px;
  padding: 12px 16px;
  border-right: 1px solid rgba(21, 93, 64, 0.1);
  color: #1c352b;
  font-size: 11.5px;
  font-weight: 800;
}

.lm-v2-hero-product__trust span:last-child {
  border-right: 0;
}

.lm-v2-hero-product__trust b {
  color: var(--lm-green-600);
  font-size: 14px;
}

.lm-v2-hero-product__trust small {
  flex-basis: 100%;
  margin-left: 22px;
  margin-top: -8px;
  color: #74817c;
  font-size: 10px;
  font-weight: 600;
}

/* Floating category navigation */
.lm-v2-category-strip {
  position: relative;
  z-index: 10;
  width: min(var(--lm-v2-container), calc(100% - 48px));
  margin: -62px auto -54px;
  border: 1px solid rgba(26, 96, 67, 0.12);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--lm-v2-shadow-lg);
}

.lm-v2-category-strip__track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.lm-v2-category-strip__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-width: 0;
  min-height: 108px;
  padding: 18px 12px;
  border-right: 1px solid rgba(26, 96, 67, 0.1);
  color: #1a2923;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.lm-v2-category-strip__item:first-child {
  border-radius: 22px 0 0 22px;
}

.lm-v2-category-strip__item:last-child {
  border-right: 0;
  border-radius: 0 22px 22px 0;
}

.lm-v2-category-strip__item:hover {
  z-index: 2;
  background: color-mix(in srgb, var(--lm-v2-accent) 7%, #fff);
  color: var(--lm-v2-text);
  transform: translateY(-3px);
  text-decoration: none;
}

.lm-v2-category-strip__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 15px;
  background: color-mix(in srgb, var(--lm-v2-accent) 10%, #fff);
}

.lm-v2-category-strip__icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.lm-v2-category-strip__item em {
  position: absolute;
  top: 13px;
  right: 14px;
  padding: 2px 6px;
  border-radius: 999px;
  background: #b91631;
  color: #fff;
  font-size: 8px;
  font-style: normal;
  line-height: 1.4;
}

.lm-v2-accent--windows { --lm-v2-accent: #0878f9; }
.lm-v2-accent--office { --lm-v2-accent: #f26a2e; }
.lm-v2-accent--adobe { --lm-v2-accent: #f43e51; }
.lm-v2-accent--autodesk { --lm-v2-accent: #14a7d8; }
.lm-v2-accent--developer { --lm-v2-accent: #7b38f5; }
.lm-v2-accent--other { --lm-v2-accent: #0bb64b; }

/* Flash deals */
.lm-v2-deals {
  position: relative;
  padding: 126px 0 72px;
  overflow: hidden;
  background: linear-gradient(112deg, #fff8dc 0%, #fff0e5 26%, #fff0f6 55%, #f4efff 100%);
}

.lm-v2-deals__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.lm-v2-deals__decor span {
  position: absolute;
  width: 10px;
  height: 22px;
  border-radius: 4px;
  background: var(--lm-orange-500);
  opacity: 0.55;
  transform: rotate(32deg);
}

.lm-v2-deals__decor span:nth-child(1) { top: 15%; left: 4%; }
.lm-v2-deals__decor span:nth-child(2) { top: 12%; right: 7%; background: var(--lm-pink-500); transform: rotate(-28deg); }
.lm-v2-deals__decor span:nth-child(3) { bottom: 12%; left: 14%; background: var(--lm-blue-600); transform: rotate(-15deg); }
.lm-v2-deals__decor span:nth-child(4) { bottom: 18%; right: 16%; background: var(--lm-green-500); transform: rotate(45deg); }

.lm-v2-section-head--deals {
  align-items: center;
}

.lm-v2-section-head--deals > div:first-child > p:last-child {
  margin: 8px 0 0;
  color: var(--lm-v2-text-soft);
  font-size: 15px;
}

.lm-v2-section-head--deals .lm-v2-eyebrow {
  color: #d86e00;
}

.lm-v2-section-head--deals .lm-v2-eyebrow span {
  margin-right: 5px;
  color: var(--lm-orange-500);
  font-size: 19px;
}

.lm-v2-countdown {
  flex: 0 0 auto;
  min-width: 338px;
  padding: 13px 16px 15px;
  border: 1px solid rgba(124, 59, 18, 0.1);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--lm-v2-shadow-sm);
}

.lm-v2-countdown > p {
  margin-bottom: 7px;
  color: #855a41;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
}

.lm-v2-countdown > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.lm-v2-countdown span {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 55px;
  padding: 7px 8px 5px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(77, 49, 34, 0.07);
}

.lm-v2-countdown b {
  color: #2c2926;
  font-size: 21px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.lm-v2-countdown small {
  margin-top: 4px;
  color: #665044;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.lm-v2-countdown i {
  color: #9d7564;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
}

.lm-v2-deal-slider {
  position: relative;
  padding-inline: 16px;
}

.lm-v2-deal-slider__viewport {
  overflow: hidden;
  padding: 12px 4px 18px;
  touch-action: pan-y;
}

.lm-v2-deal-slider__track {
  display: flex;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.lm-v2-deal-slide {
  flex: 0 0 calc((100% - 54px) / 4);
  min-width: 0;
  margin: 0;
  list-style: none;
}

.lm-v2-deal-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 420px;
  overflow: visible;
  border: 1px solid rgba(71, 76, 72, 0.12);
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(59, 53, 47, 0.09);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.lm-v2-deal-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 31px rgba(78, 58, 48, 0.14);
}

.lm-v2-deal-card__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 205px;
  padding: 22px;
  overflow: visible;
  border-radius: 19px 19px 0 0;
  background: linear-gradient(145deg, #fbfdfc, #f5f9f7);
}

.lm-v2-deal-card__media img {
  display: block;
  width: 100%;
  max-width: 178px;
  height: 165px;
  object-fit: contain;
}

.lm-v2-sticker--discount,
.lm-v2-sticker--top {
  position: absolute;
  z-index: 3;
  top: 14px;
  left: 13px;
  min-height: 28px;
  padding: 7px 10px;
  border-radius: 8px;
  background: #bd174d;
  transform: rotate(-4deg);
}

.lm-v2-sticker--top {
  top: 15px;
  right: 12px;
  left: auto;
  background: linear-gradient(135deg, #22251f, #0f1512);
  color: #ffd23f;
  transform: rotate(3deg);
}

.lm-v2-deal-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 19px 19px 18px;
}

.lm-v2-deal-card h3 {
  min-height: 53px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.18;
}

.lm-v2-deal-card h3 a {
  display: -webkit-box;
  overflow: hidden;
  color: #18241f;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.lm-v2-stock {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 24px;
  margin-bottom: 9px;
  color: var(--lm-green-800);
  font-size: 11px;
  font-weight: 800;
}

.lm-v2-deal-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin-top: auto;
}

.lm-v2-deal-card__price del {
  color: #626d68;
  font-size: 12px;
}

.lm-v2-deal-card__price ins {
  color: var(--lm-green-700);
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.lm-v2-saving {
  min-height: 18px;
  margin: 6px 0 10px;
  color: #a91542;
  font-size: 10.5px;
  font-weight: 800;
}

.lm-v2-deal-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  margin-top: auto;
  border: 1px solid rgba(11, 182, 75, 0.2);
  border-radius: 11px;
  background: var(--lm-green-050);
  color: var(--lm-green-800);
  font-size: 12.5px;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.lm-v2-deal-card__cta:hover {
  background: var(--lm-green-700);
  color: #fff;
  text-decoration: none;
}

.lm-v2-slider-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  border: 1px solid rgba(27, 84, 61, 0.13);
  border-radius: 50%;
  background: #fff;
  color: var(--lm-green-800);
  box-shadow: var(--lm-v2-shadow-md);
  cursor: pointer;
  transform: translateY(-50%);
}

.lm-v2-slider-arrow:disabled {
  opacity: 0.36;
  cursor: default;
}

.lm-v2-slider-arrow--prev { left: -7px; }
.lm-v2-slider-arrow--next { right: -7px; }

.lm-v2-slider-dots {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 4px;
}

.lm-v2-slider-dots button {
  position: relative;
  width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background 0.2s ease;
}

.lm-v2-slider-dots button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(0, 107, 66, 0.28);
  transform: translate(-50%, -50%);
  transition: width 0.2s ease, background 0.2s ease;
}

.lm-v2-slider-dots button.is-active::before {
  width: 25px;
  background: var(--lm-green-600);
}

/* Support banner */
.lm-v2-support {
  padding: 60px 0 28px;
  background: #fff;
}

.lm-v2-support__card {
  position: relative;
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  min-height: 215px;
  padding: 34px 44px;
  overflow: hidden;
  border-radius: 25px;
  background:
    radial-gradient(circle at 13% 20%, rgba(255, 255, 255, 0.18) 0 4px, transparent 5px),
    linear-gradient(112deg, #0878f9 0%, #5650e8 48%, #7b38f5 100%);
  color: #fff;
  box-shadow: 0 20px 42px rgba(60, 72, 202, 0.25);
}

.lm-v2-support__card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -150px;
  width: 430px;
  height: 310px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  transform: rotate(-15deg);
}

.lm-v2-support__art {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 112px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.09);
}

.lm-v2-support__art span {
  font-size: 55px;
  font-weight: 700;
}

.lm-v2-support__copy,
.lm-v2-support__action {
  position: relative;
  z-index: 2;
}

.lm-v2-sticker--support {
  min-height: 27px;
  margin-bottom: 10px;
  padding: 7px 11px;
  background: #b91631;
  transform: rotate(-3deg);
}

.lm-v2-support h2 {
  margin-bottom: 7px;
  color: #fff;
  font-size: clamp(26px, 2.5vw, 36px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.lm-v2-support__copy > p {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
}

.lm-v2-support__copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 19px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lm-v2-support__copy li {
  position: relative;
  margin: 0;
  padding-left: 18px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.lm-v2-support__copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #67ffd3;
  font-weight: 800;
}

.lm-v2-support__action {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 13px;
}

.lm-v2-support__action p {
  margin: 0;
  color: rgba(255, 255, 255, 0.77);
  font-size: 11px;
  text-align: right;
}

.lm-v2-support__action strong {
  display: block;
  margin-top: 3px;
  color: #fff;
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
}

.lm-v2-btn--support {
  min-width: 168px;
  background: #21d9c7;
  color: #063e4c;
  box-shadow: 0 10px 24px rgba(12, 39, 71, 0.24);
}

.lm-v2-btn--support:hover {
  background: #64f2de;
  color: #063e4c;
}

/* Categories */
.lm-v2-categories {
  padding: 63px 0 64px;
  background: linear-gradient(180deg, #fff 0%, #f7fbf9 100%);
}

.lm-v2-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.lm-v2-category-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 178px;
  padding: 20px 18px 17px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--lm-v2-accent) 20%, transparent);
  border-radius: 17px;
  background: color-mix(in srgb, var(--lm-v2-accent) 6%, #fff);
  color: var(--lm-v2-text);
  box-shadow: var(--lm-v2-shadow-sm);
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.lm-v2-category-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: var(--lm-v2-accent);
}

.lm-v2-category-card:hover {
  color: var(--lm-v2-text);
  text-decoration: none;
  transform: translateY(-5px);
  box-shadow: var(--lm-v2-shadow-md);
}

.lm-v2-category-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  margin-bottom: 17px;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 6px 18px color-mix(in srgb, var(--lm-v2-accent) 12%, transparent);
}

.lm-v2-category-card__logo img {
  width: 43px;
  height: 43px;
  object-fit: contain;
}

.lm-v2-category-card__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lm-v2-category-card__text strong {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.15;
}

.lm-v2-category-card__text small {
  color: var(--lm-v2-text-soft);
  font-size: 11px;
  font-weight: 600;
}

.lm-v2-category-card__arrow {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: var(--lm-v2-accent);
  color: #fff;
  font-size: 14px;
  box-shadow: 0 5px 12px color-mix(in srgb, var(--lm-v2-accent) 30%, transparent);
}

/* Process */
.lm-v2-process {
  padding: 64px 0 70px;
  background: linear-gradient(180deg, #f4fff7, #effbf4);
}

.lm-v2-process__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.lm-v2-process__grid article {
  position: relative;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 132px;
  padding: 22px 23px;
  border: 1px solid rgba(9, 127, 66, 0.12);
  border-radius: 17px;
  background: #fff;
  box-shadow: var(--lm-v2-shadow-sm);
}

.lm-v2-process__grid article:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 3;
  right: -24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--lm-green-500);
  color: #fff;
  font-size: 13px;
  box-shadow: 0 6px 14px rgba(11, 182, 75, 0.22);
}

.lm-v2-process__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: var(--lm-green-600);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.lm-v2-process__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--lm-green-100);
  color: var(--lm-green-800);
  font-size: 23px;
  font-weight: 800;
}

.lm-v2-process h3 {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.12;
}

.lm-v2-process article p {
  margin-bottom: 0;
  color: var(--lm-v2-text-soft);
  font-size: 12px;
  line-height: 1.4;
}

/* Three-column confidence area */
.lm-v2-confidence {
  padding: 66px 0 72px;
  background: #fff;
}

.lm-v2-confidence__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.lm-v2-info-card {
  position: relative;
  min-height: 365px;
  padding: 28px 26px 24px;
  overflow: hidden;
  border: 1px solid var(--lm-v2-border);
  border-radius: 19px;
  background: #fff;
  box-shadow: var(--lm-v2-shadow-sm);
}

.lm-v2-info-card--why { background: linear-gradient(145deg, #f5fff8, #fff); }
.lm-v2-info-card--trust { background: linear-gradient(145deg, #f2f8ff, #fff); }
.lm-v2-info-card--faq { background: linear-gradient(145deg, #fbf7ff, #fff); }

.lm-v2-info-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-bottom: 17px;
  border-radius: 14px;
  background: var(--lm-green-100);
  color: var(--lm-green-800);
  font-size: 19px;
  font-weight: 800;
}

.lm-v2-info-card--trust .lm-v2-info-card__icon { background: #eaf3ff; color: var(--lm-blue-600); }
.lm-v2-info-card--faq .lm-v2-info-card__icon { background: #f2eaff; color: var(--lm-purple-600); }

.lm-v2-info-card h2 {
  margin-bottom: 18px;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.lm-v2-info-card ul {
  margin: 0 0 23px;
  padding: 0;
  list-style: none;
}

.lm-v2-info-card--why li {
  position: relative;
  margin: 0;
  padding: 7px 0 7px 25px;
  color: #374740;
  font-size: 13px;
  line-height: 1.35;
}

.lm-v2-info-card--why li::before {
  content: "✓";
  position: absolute;
  top: 7px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--lm-green-100);
  color: var(--lm-green-800);
  font-size: 10px;
  font-weight: 800;
}

.lm-v2-payment-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(21, 93, 64, 0.1);
}

.lm-v2-payment-logos img {
  display: block;
  width: auto;
  max-width: 54px;
  height: 28px;
  object-fit: contain;
}

.lm-v2-trust-lead {
  margin-bottom: 20px;
  color: #445650;
  font-size: 15px;
  line-height: 1.55;
}

.lm-v2-trust-points {
  display: grid;
  gap: 10px;
  margin-bottom: 26px;
}

.lm-v2-trust-points span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 9px 12px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.8);
  color: #344740;
  font-size: 13px;
  font-weight: 700;
}

.lm-v2-trust-points b {
  color: var(--lm-blue-600);
}

.lm-v2-faq {
  margin-bottom: 14px;
}

.lm-v2-faq__item {
  border-bottom: 1px solid rgba(75, 53, 103, 0.1);
}

.lm-v2-faq__item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 47px;
  padding: 10px 0;
  border: 0;
  background: transparent;
  color: #2b3130;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
}

.lm-v2-faq__item button i {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f1e8ff;
  color: var(--lm-purple-600);
  font-size: 17px;
  font-style: normal;
  line-height: 24px;
  text-align: center;
}

.lm-v2-faq__item button[aria-expanded="true"] i {
  background: var(--lm-purple-600);
  color: #fff;
}

.lm-v2-faq__item [role="region"] p {
  margin: 0;
  padding: 0 30px 13px 0;
  color: var(--lm-v2-text-soft);
  font-size: 12px;
  line-height: 1.45;
}

/* Responsive */
@media (max-width: 1280px) {
  .lm-header--home-v2 .lm-header__inner,
  .lm-announcement--home-v2 .lm-announcement__inner,
  .lm-v2-container,
  .lm-v2-category-strip {
    width: min(100% - 40px, var(--lm-v2-container));
  }

  .lm-header--home-v2 .lm-header__logo,
  .lm-header--home-v2 .lm-header__logo-img {
    width: 154px;
  }

  .lm-header--home-v2 .lm-header__nav > a {
    padding-inline: 6px;
    font-size: 12.5px;
  }

  .lm-header--home-v2 .lm-header-search__input,
  .lm-header--home-v2 input.lm-header-search__input {
    width: 175px;
  }

  .lm-v2-hero__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(510px, 1.1fr);
    gap: 40px;
  }

  .lm-v2-hero-product {
    grid-template-columns: minmax(190px, 0.86fr) minmax(235px, 1.14fr);
  }

  .lm-v2-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lm-v2-category-card {
    min-height: 158px;
  }
}

@media (max-width: 1120px) {
  .lm-header--home-v2 .lm-header__nav {
    display: none;
  }

  .lm-header--home-v2 .lm-mobile-toggle {
    display: flex;
  }

  .lm-header--home-v2 .lm-header__actions {
    margin-left: auto;
  }

  .lm-v2-hero {
    min-height: auto;
    padding-top: 48px;
  }

  .lm-v2-hero__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
    gap: 28px;
  }

  .lm-v2-hero-product {
    display: flex;
    flex-direction: column;
  }

  .lm-v2-hero-product__media {
    min-height: 230px;
    padding: 28px 22px 14px;
    border-radius: 26px 26px 0 0;
  }

  .lm-v2-hero-product__media img {
    height: 210px;
  }

  .lm-v2-hero-product__content {
    padding: 22px 28px 27px;
  }

  .lm-v2-hero-product__trust {
    display: grid;
  }

  .lm-v2-category-strip__item {
    flex-direction: column;
    gap: 8px;
    min-height: 110px;
    font-size: 12px;
    text-align: center;
  }

  .lm-v2-deal-slide {
    flex-basis: calc((100% - 36px) / 3);
  }

  .lm-v2-support__card {
    grid-template-columns: 100px minmax(0, 1fr) auto;
    padding: 30px;
  }

  .lm-v2-support__art {
    width: 94px;
    height: 94px;
  }

  .lm-v2-process__grid {
    gap: 21px;
  }

  .lm-v2-process__grid article {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .lm-v2-process__icon {
    display: none;
  }

  .lm-v2-confidence__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lm-v2-info-card--faq {
    grid-column: 1 / -1;
    min-height: auto;
  }
}

@media (max-width: 900px) {
  .lm-announcement--home-v2 .lm-announcement__inner {
    overflow-x: auto;
  }

  .lm-announcement--home-v2 .lm-announcement__contact {
    padding-right: 8px;
  }

  .lm-v2-hero {
    padding-bottom: 118px;
  }

  .lm-v2-hero__grid {
    grid-template-columns: 1fr;
    gap: 39px;
  }

  .lm-v2-hero__copy {
    max-width: 670px;
  }

  .lm-v2-hero-product-wrap {
    width: min(100%, 650px);
    margin-inline: auto;
    padding-left: 18px;
  }

  .lm-v2-hero-product {
    display: grid;
    grid-template-columns: minmax(210px, 0.86fr) minmax(260px, 1.14fr);
  }

  .lm-v2-hero-product__media {
    min-height: 330px;
    border-radius: 26px 0 0 26px;
  }

  .lm-v2-hero-product__media img {
    height: 270px;
  }

  .lm-v2-hero-product__trust {
    grid-column: 1 / -1;
  }

  .lm-v2-category-strip {
    margin-top: -67px;
  }

  .lm-v2-category-strip__track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .lm-v2-category-strip__track::-webkit-scrollbar {
    display: none;
  }

  .lm-v2-category-strip__item {
    flex: 0 0 180px;
    border-radius: 0;
    scroll-snap-align: start;
  }

  .lm-v2-category-strip__item:first-child { border-radius: 22px 0 0 22px; }
  .lm-v2-category-strip__item:last-child { border-radius: 0 22px 22px 0; }

  .lm-v2-section-head--deals {
    align-items: flex-start;
  }

  .lm-v2-deal-slide {
    flex-basis: calc((100% - 18px) / 2);
  }

  .lm-v2-support__card {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .lm-v2-support__art {
    width: 80px;
    height: 80px;
  }

  .lm-v2-support__action {
    grid-column: 2;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }

  .lm-v2-support__action p {
    text-align: left;
  }

  .lm-v2-process__grid {
    grid-template-columns: 1fr;
  }

  .lm-v2-process__grid article {
    grid-template-columns: auto auto minmax(0, 1fr);
  }

  .lm-v2-process__icon {
    display: flex;
  }

  .lm-v2-process__grid article::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .admin-bar .lm-header--home-v2 {
    top: 46px;
  }

  .lm-announcement--home-v2 .lm-announcement__inner,
  .lm-header--home-v2 .lm-header__inner,
  .lm-v2-container,
  .lm-v2-category-strip {
    width: calc(100% - 32px);
  }

  .lm-announcement--home-v2 .lm-announcement__inner {
    width: 100%;
    padding-inline: 16px;
  }

  .lm-announcement--home-v2 .lm-announcement__item {
    padding-inline: 13px;
    font-size: 11px;
  }

  .lm-announcement--home-v2 .lm-announcement__contact {
    display: none;
  }

  .lm-header--home-v2 {
    height: 72px;
  }

  .lm-header--home-v2 .lm-header__inner {
    gap: 7px;
  }

  .lm-header--home-v2 .lm-header__logo {
    width: 115px;
  }

  .lm-header--home-v2 .lm-header__logo-img {
    display: none;
  }

  .lm-header--home-v2 .lm-header__logo-img-mobile {
    display: block;
    width: 115px;
    height: 54px;
    object-fit: contain;
  }

  .lm-header--home-v2 .lm-header-search {
    max-width: 120px;
  }

  .lm-header--home-v2 .lm-header-search__input,
  .lm-header--home-v2 input.lm-header-search__input {
    height: 42px;
    min-height: 42px;
    font-size: 12px;
  }

  .lm-header--home-v2 .lm-header__icon:first-child {
    display: none;
  }

  .lm-v2-hero {
    padding: 39px 0 106px;
  }

  .lm-v2-kicker {
    font-size: 11px;
  }

  .lm-v2-hero h1 {
    font-size: clamp(41px, 12vw, 53px);
  }

  .lm-v2-hero__lead {
    font-size: 15px;
  }

  .lm-v2-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lm-v2-btn {
    min-height: 48px;
  }

  .lm-v2-hero-trust {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .lm-v2-hero-trust strong {
    font-size: 12px;
  }

  .lm-v2-hero-trust small {
    font-size: 10px;
  }

  .lm-v2-hero-product-wrap {
    padding-left: 6px;
  }

  .lm-v2-hero-product {
    display: flex;
  }

  .lm-v2-sticker--recommended {
    top: 17px;
    left: -7px;
    min-width: 103px;
    min-height: 33px;
    padding: 8px 12px;
    font-size: 9px;
  }

  .lm-v2-hero-product__media {
    min-height: 230px;
    padding: 28px 22px 12px;
    border-radius: 26px 26px 0 0;
  }

  .lm-v2-hero-product__media img {
    height: 215px;
  }

  .lm-v2-hero-product__content {
    padding: 22px 20px 24px;
  }

  .lm-v2-hero-product h2 {
    font-size: 24px;
  }

  .lm-v2-hero-product__buy {
    align-items: stretch;
    flex-direction: column;
  }

  .lm-homepage-v2 .lm-v2-btn--cart.button {
    width: 100%;
  }

  .lm-v2-hero-product__trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lm-v2-hero-product__trust span {
    align-content: center;
    justify-content: center;
    min-height: 66px;
    padding: 10px 6px;
    border-right: 1px solid rgba(21, 93, 64, 0.1);
    border-bottom: 0;
    font-size: 9.5px;
    text-align: center;
  }

  .lm-v2-hero-product__trust span:last-child {
    border-right: 0;
  }

  .lm-v2-hero-product__trust small {
    display: none;
  }

  .lm-v2-category-strip__item {
    flex-basis: 145px;
    min-height: 98px;
  }

  .lm-v2-category-strip__icon {
    width: 45px;
    height: 45px;
    flex-basis: 45px;
  }

  .lm-v2-deals {
    padding: 118px 0 55px;
  }

  .lm-v2-section-head,
  .lm-v2-section-head--deals {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }

  .lm-v2-countdown {
    width: 100%;
    min-width: 0;
  }

  .lm-v2-countdown span {
    min-width: 47px;
  }

  .lm-v2-deal-slider {
    padding-inline: 0;
  }

  .lm-v2-deal-slide {
    flex-basis: 88%;
  }

  .lm-v2-slider-arrow {
    display: none;
  }

  .lm-v2-support {
    padding-top: 44px;
  }

  .lm-v2-support__card {
    grid-template-columns: 1fr;
    gap: 19px;
    padding: 27px 22px;
  }

  .lm-v2-support__art {
    width: 68px;
    height: 68px;
    border-radius: 20px;
  }

  .lm-v2-support__art span {
    font-size: 38px;
  }

  .lm-v2-support__action {
    grid-column: auto;
    align-items: stretch;
    flex-direction: column;
  }

  .lm-v2-support__action strong {
    font-size: 28px;
  }

  .lm-v2-btn--support {
    width: 100%;
  }

  .lm-v2-categories,
  .lm-v2-process,
  .lm-v2-confidence {
    padding-block: 52px;
  }

  .lm-v2-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }

  .lm-v2-category-card {
    min-height: 154px;
    padding: 16px;
  }

  .lm-v2-category-card__logo {
    width: 56px;
    height: 56px;
    margin-bottom: 13px;
  }

  .lm-v2-category-card__logo img {
    width: 37px;
    height: 37px;
  }

  .lm-v2-process__grid article {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 115px;
  }

  .lm-v2-process__icon {
    display: none;
  }

  .lm-v2-confidence__grid {
    grid-template-columns: 1fr;
  }

  .lm-v2-info-card--faq {
    grid-column: auto;
  }

  .lm-v2-info-card {
    min-height: auto;
  }
}

@media (max-width: 430px) {
  .lm-header--home-v2 .lm-header__inner {
    width: calc(100% - 24px);
  }

  .lm-header--home-v2 .lm-header__logo,
  .lm-header--home-v2 .lm-header__logo-img-mobile {
    width: 98px;
  }

  .lm-header--home-v2 .lm-header-search {
    max-width: 88px;
  }

  .lm-header--home-v2 .lm-header-search__input,
  .lm-header--home-v2 input.lm-header-search__input {
    padding-right: 7px;
    font-size: 10.5px;
  }

  .lm-v2-countdown > div {
    gap: 4px;
  }

  .lm-v2-countdown span {
    min-width: 44px;
    padding-inline: 5px;
  }

  .lm-v2-countdown b {
    font-size: 18px;
  }

  .lm-v2-category-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lm-v2-category-card__text strong {
    font-size: 13px;
  }
}

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