:root{
  --font-sans: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family: var(--font-sans);
  font-weight: 300;
  line-height: 1.65;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a{color:inherit}

/* Prevent "bullet list" regressions */
ul,ol{list-style:none;margin:0;padding:0}

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

/* Header */
.motors-topbar{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter: blur(14px);
  background: rgba(246, 247, 251, .78);
  border-bottom: 1px solid var(--line);
}
.motors-topbar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 0;
}
.motors-brand{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  font-weight:800;
  letter-spacing:.2px;
}
.motors-badge{
  width:36px;height:36px;border-radius:12px;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  box-shadow: 0 10px 26px rgba(37, 99, 235, .22);
}
.motors-brand small{
  display:block;
  font-weight:600;
  color:var(--muted);
  letter-spacing:0;
}

.motors-nav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  justify-content:flex-end;
}
.motors-nav a{
  text-decoration:none;
  font-size:14px;
  padding:10px 12px;
  border:1px solid transparent;
  border-radius:999px;
  color: rgba(15, 23, 42, .84);
}
.motors-nav a:hover{
  border-color: var(--line);
  background: rgba(15, 23, 42, .04);
}
.motors-nav .motors-cta{
  background: linear-gradient(135deg, rgba(37,99,235,.14), rgba(14,165,233,.12));
  border-color: rgba(37,99,235,.18);
}

/* Hero */
.motors-hero{
  padding:56px 0 28px;
}
.motors-hero-grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:34px;
  align-items:center;
}
.motors-hero h1{
  font-size: clamp(34px, 4.0vw, 54px);
  line-height:1.03;
  margin:0 0 14px;
  letter-spacing:-.8px;
}
.motors-hero p{
  margin:0 0 20px;
  color:var(--muted);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height:1.6;
}
.motors-kpis{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.motors-kpi{
  padding:10px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.70);
  font-size: 13px;
  color: rgba(15, 23, 42, .86);
}
.motors-kpi b{color:var(--text)}

.motors-card{
  border:1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  border-radius: var(--radius);
  padding:18px;
}

.motors-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top: 14px;
}
.motors-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.75);
  text-decoration:none;
  font-weight:700;
  font-size: 14px;
}
.motors-btn.primary{
  border-color: rgba(37,99,235,.25);
  background: linear-gradient(135deg, rgba(37,99,235,.16), rgba(14,165,233,.12));
}
.motors-btn:hover{filter:brightness(1.06)}

.motors-hero-aside{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.motors-feature{
  display:flex;
  gap:12px;
  align-items:flex-start;
}
.motors-dot{
  width:12px;height:12px;border-radius:50%;
  margin-top: 4px;
  background: var(--brand);
  box-shadow: 0 0 0 6px rgba(37,99,235,.10);
}
.motors-feature b{display:block;margin-bottom:3px}
.motors-feature span{color:var(--muted);font-size:14px;line-height:1.45}

.motors-hero-media{
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(37,99,235,.10), rgba(14,165,233,.07));
  box-shadow: var(--shadow);
  overflow:hidden;
}
.motors-hero-media img{
  display:block;
  width:100%;
  height:auto;
}

.motors-slab{
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface-2);
}

/* Sections */
.motors-section{
  padding: 48px 0;
}
.motors-section h2{
  margin:0 0 10px;
  font-size: clamp(22px, 2.2vw, 30px);
  letter-spacing:-.4px;
}
.motors-section p.lead{
  margin:0 0 16px;
  color:var(--muted);
  line-height:1.65;
  max-width: 72ch;
}

.motors-grid-3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:16px;
}
.motors-tile{
  padding:18px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}
.motors-tile b{display:block;margin-bottom:6px}
.motors-tile span{color:var(--muted);font-size:14px;line-height:1.55}
.motors-tile a{color: rgba(15,23,42,.92)}

/* Footer */
.motors-footer{
  font-family: var(--font-sans);
  margin-top: 44px;
  border-top: 1px solid var(--line);
  background: var(--surface);
}
.motors-footer-inner{
  padding: 22px 0;
  display:grid;
  grid-template-columns: 1fr auto;
  gap:14px;
  align-items:center;
}
.motors-footer small{
  color: var(--muted);
  font-weight: 300;
  letter-spacing: .03em;
}
.motors-social{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.motors-social a{
  font-weight: 300;
  letter-spacing: .04em;
  text-decoration:none;
  border:1px solid var(--line);
  background: rgba(255,255,255,.85);
  padding: 9px 11px;
  border-radius: 999px;
  font-size: 13px;
}
.motors-social a:hover{background: rgba(15,23,42,.04)}

/* ===== Landing layout inspired by landing_auto.html ===== */
.lp-container{
  width:min(1180px, calc(100% - 40px));
  max-width: 100%;
  margin-inline:auto;
  min-width: 0;
}

.lp-header{
  background:#1a1a2e;
  color:#fff;
  padding: 1rem 5%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  overflow-x: clip;
}
.lp-header-inner{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap: 1rem 1.25rem;
  position: relative;
}
body.lp-menu-open{
  overflow: hidden;
}
.lp-nav-toggle{
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  cursor: pointer;
  flex-shrink: 0;
  margin-left: auto;
  transition: background .2s, border-color .2s;
}
.lp-nav-toggle:hover{
  background: rgba(233, 69, 96, .15);
  border-color: rgba(233, 69, 96, .4);
}
.lp-nav-toggle-bar{
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: #fff;
  border-radius: 1px;
  transition: transform .25s ease, opacity .2s;
}
.lp-header--menu-open .lp-nav-toggle-bar:nth-child(1){
  transform: translateY(8px) rotate(45deg);
}
.lp-header--menu-open .lp-nav-toggle-bar:nth-child(2){
  opacity: 0;
}
.lp-header--menu-open .lp-nav-toggle-bar:nth-child(3){
  transform: translateY(-8px) rotate(-45deg);
}
.lp-nav-backdrop{
  display: none;
}
.lp-nav-wrap{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  min-width: 0;
}
.lp-nav-head{
  display: none;
}
.lp-logo{
  font-family: var(--font-sans);
  font-size: 1.35rem;
  font-weight: 400;
  text-decoration:none;
  color:#e94560;
  letter-spacing: .08em;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  max-width: min(280px, 42vw);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* явный зазор до меню; переполнение меню уходит вправо, не сюда */
  padding-inline-end: 0.25rem;
}
.lp-nav{
  display:flex;
  list-style:none;
  gap: 0.85rem;
  margin:0 !important;
  padding:0 !important;
}
.lp-nav li{list-style:none !important; margin:0; padding:0}
.lp-nav a{
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 14px;
  letter-spacing: .04em;
  color:#fff;
  text-decoration:none;
  transition: color .2s ease;
  display:inline-block;
  padding: .52rem .85rem;
  border-radius: 999px;
  line-height: 1.1;
  white-space: nowrap;
  border: 1px solid transparent;
}
.lp-nav a:hover{color:#e94560}

.lp-nav a.is-active{
  color:#fff;
  border: 1px solid rgba(233, 69, 96, .35);
  background: rgba(233, 69, 96, .14);
}

/* Узкий экран: выезжающее меню. На широких — нормальные интервалы, без ужимания в «кочку» */
@media (max-width: 1319px){
  .lp-nav-toggle{
    display: inline-flex;
  }
  .lp-nav-backdrop{
    display: block;
    position: fixed;
    inset: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, .55);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: opacity .28s ease, visibility .28s;
  }
  .lp-header--menu-open .lp-nav-backdrop{
    opacity: 1;
    visibility: visible;
  }
  .lp-nav-wrap{
    position: fixed;
    top: 0;
    right: 0;
    width: min(360px, 92vw);
    height: 100vh;
    height: 100dvh;
    z-index: 1002;
    margin: 0;
    flex: none;
    background: #1a1a2e;
    box-shadow: -12px 0 40px rgba(0,0,0,.4);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    transform: translateX(100%);
    transition: transform .3s ease;
    overflow: hidden;
  }
  .lp-header--menu-open .lp-nav-wrap{
    transform: translateX(0);
  }
  .lp-nav-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.15rem;
    border-bottom: 1px solid rgba(255,255,255,.1);
    flex-shrink: 0;
  }
  .lp-nav-head-title{
    font-family: var(--font-sans);
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255,255,255,.92);
  }
  .lp-nav-close{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    border-radius: 12px;
    background: rgba(255,255,255,.08);
    color: #fff;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    transition: background .2s, color .2s;
  }
  .lp-nav-close:hover{
    background: rgba(233, 69, 96, .25);
    color: #fff;
  }
  .lp-nav-close-icon{
    display: block;
    margin-top: -2px;
  }
  .lp-nav{
    flex-direction: column;
    align-items: stretch;
    gap: .15rem;
    padding: .75rem 1rem 2rem;
    overflow-y: auto;
    flex: 1;
    -webkit-overflow-scrolling: touch;
  }
  .lp-nav a{
    white-space: normal;
    border-radius: 12px;
    padding: .9rem 1rem;
  }
}

@media (min-width: 1320px){
  .lp-nav-toggle{
    display: none !important;
  }
  .lp-nav-backdrop{
    display: none !important;
  }
  .lp-nav-head{
    display: none !important;
  }
  .lp-nav-wrap{
    position: static !important;
    transform: none !important;
    width: auto !important;
    height: auto !important;
    box-shadow: none !important;
    background: transparent !important;
    flex-direction: row !important;
    overflow: visible !important;
    flex: 1 1 0;
    min-width: 0;
    justify-content: flex-start;
  }
  .lp-nav{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

.lp-hero{
  position: relative;
  min-height: 92vh;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding: 7rem 5% 4rem;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  /* css lives in /stylesheet/ — ../image/ относительно темы prewoman */
  background-image: url("../image/placeholder-hero.svg");
  background-size: cover;
  background-position: center;
}
.lp-hero-overlay{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.60);
}
.lp-hero-content{
  position: relative;
  z-index: 1;
  max-width: 820px;
  color:#fff;
}
.lp-hero-actions{
  display:flex;
  gap: 12px;
  justify-content:center;
  flex-wrap:wrap;
}
.lp-btn-secondary{
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.25);
}
.lp-btn-secondary:hover{
  box-shadow: 0 10px 30px rgba(255,255,255,0.10);
}
.lp-hero h1{
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: clamp(40px, 4.4vw, 64px);
  margin: 0 0 1rem;
  line-height: 1.1;
  letter-spacing: .04em;
}
.lp-hero p{
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: clamp(16px, 1.6vw, 22px);
  margin: 0 0 2rem;
  opacity: .92;
  letter-spacing: .01em;
}
.lp-btn{
  font-family: var(--font-sans);
  display:inline-block;
  padding: 1rem 2.5rem;
  background:#e94560;
  color:#fff;
  text-decoration:none;
  border-radius: 50px;
  font-weight: 500;
  letter-spacing: .06em;
  font-size: 14px;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease;
}
.lp-btn:hover{
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(233, 69, 96, 0.4);
}

.lp-features{
  padding: 6rem 5%;
  background:#f8f9fa;
  overflow-x: clip;
  min-width: 0;
}
.lp-title{
  font-family: var(--font-sans);
  font-weight: 300;
  text-align:center;
  font-size: clamp(28px, 2.8vw, 44px);
  margin: 0 0 3rem;
  color:#1a1a2e;
  letter-spacing: .04em;
}
.lp-title-invert{color:#fff}
.lp-lead{
  max-width: 720px;
  margin: -0.5rem auto 1.75rem;
  text-align: center;
  color: #666;
  line-height: 1.65;
  font-weight: 300;
  font-size: clamp(15px, 1.15vw, 17px);
  letter-spacing: .02em;
}
.lp-features-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 2rem;
  min-width: 0;
}
.lp-feature-card{
  background:#fff;
  padding: 2.5rem;
  border-radius: 14px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.10);
  text-align:center;
  transition: transform .2s ease;
  min-width: 0;
  max-width: 100%;
}
.lp-feature-card:hover{transform: translateY(-10px)}
.lp-icon{font-size: 2.6rem; margin-bottom: 1rem}
.lp-icon-placeholder{
  width: 52px;
  height: 52px;
  margin: 0 auto 1rem;
  border-radius: 16px;
  background: #f1f5f9;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}
.lp-feature-card h3{
  font-family: var(--font-sans);
  font-weight: 400;
  margin:0 0 .6rem;
  color:#1a1a2e;
  letter-spacing: .03em;
}
.lp-feature-card p{margin:0; color:#666; line-height:1.65; font-weight:300}

.lp-catalog{
  padding: 6rem 5%;
  overflow-x: clip;
  min-width: 0;
}
.lp-catalog-grid{
  display:grid;
  /* min(100%, …) — иначе на узком экране колонка 320px шире контейнера → обводка за экран */
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 2rem;
  min-width: 0;
}
.lp-item-card{
  border-radius: 16px;
  overflow:hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.10);
  background:#fff;
  transition: transform .2s ease;
  min-width: 0;
  max-width: 100%;
}
.lp-item-card:hover{transform: scale(1.02)}
.lp-item-image{
  height: 250px;
  background:#ddd;
  display:flex;
  align-items:center;
  justify-content:center;
  max-width: 100%;
  min-width: 0;
}
.lp-item-image img{
  width:100%;
  max-width: 100%;
  height:100%;
  object-fit: cover;
  display:block;
}
.lp-item-info{
  padding: 1.5rem;
  min-width: 0;
  overflow-wrap: anywhere;
}
.lp-item-info h3{
  font-family: var(--font-sans);
  font-weight: 400;
  margin:0 0 .4rem;
  color:#1a1a2e;
  letter-spacing: .03em;
}
.lp-item-info p{margin:0 0 1rem; color:#666; font-weight:300}
.lp-price{
  font-family: var(--font-sans);
  color:#e94560;
  font-size: 1.15rem;
  font-weight: 400;
  margin-bottom: 1rem;
  letter-spacing: .04em;
}
.lp-item-btn{
  font-family: var(--font-sans);
  font-weight: 500;
  letter-spacing: .04em;
  font-size: 13px;
  display:inline-block;
  padding: .75rem 1.5rem;
  background:#1a1a2e;
  color:#fff;
  text-decoration:none;
  border-radius: 8px;
  transition: background .2s ease;
}
.lp-item-btn:hover{background:#e94560}

.lp-contact{
  padding: 6rem 5%;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  color:#fff;
  text-align:center;
}
.lp-contact p{opacity:.9; margin: 0 0 2rem}
.lp-contact-grid{
  display:flex;
  justify-content:center;
  gap: 1.2rem;
  margin: 2.2rem 0 2.2rem;
  flex-wrap:wrap;
}
.lp-contact-item{
  padding: 1rem 1.4rem;
  border: 2px solid rgba(255,255,255,0.2);
  border-radius: 12px;
  min-width: 220px;
  text-align:left;
}
.lp-contact-item h3{
  font-family: var(--font-sans);
  font-weight: 400;
  margin:0 0 .35rem;
  letter-spacing: .03em;
}
.lp-contact-item p{margin:0; opacity:.9; font-weight:300}

/* Каталог / поиск / товар: стандартный layout OpenCart с #content — отступ под фиксированную шапку */
#content{
  padding-top: 5.25rem;
  font-family: var(--font-sans);
  font-weight: 300;
}

/* ——— Страница каталога (product/search) ——— */
.lp-catalog-page{
  background: #f0f2f5;
  min-height: 70vh;
  padding-bottom: 4rem;
  font-family: var(--font-sans);
  font-weight: 300;
}
.lp-breadcrumb-list{
  display: flex;
  flex-wrap: wrap;
  gap: .35rem .6rem;
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 1rem 0 0;
  font-size: 14px;
}
.lp-breadcrumb-item a{
  color: #64748b;
  text-decoration: none;
}
.lp-breadcrumb-item a:hover{
  color: #e94560;
}
.lp-breadcrumb-item:not(:last-child)::after{
  content: '/';
  margin-left: .6rem;
  color: #94a3b8;
}
.lp-catalog-columns{
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}
#product-search #content.lp-catalog-main{
  padding-top: 0;
  flex: 1 1 640px;
  min-width: 0;
}
.lp-catalog-h1{
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: clamp(28px, 3vw, 40px);
  color: #1a1a2e;
  letter-spacing: .04em;
  margin: 0 0 1.5rem;
}
.lp-catalog-panel{
  background: #fff;
  border-radius: 16px;
  padding: 1.75rem 1.5rem 1.5rem;
  box-shadow: 0 5px 24px rgba(26, 26, 46, 0.08);
  margin-bottom: 2rem;
}
.lp-catalog-panel-title{
  font-size: 1rem;
  font-weight: 500;
  color: #1a1a2e;
  margin: 0 0 1.25rem;
  letter-spacing: .04em;
}
.lp-catalog-form-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 1.25rem 2rem;
  min-width: 0;
}
.lp-catalog-label{
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .03em;
  color: #475569;
  margin-bottom: .45rem;
}
.lp-catalog-input,
.lp-catalog-select{
  width: 100%;
  max-width: 100%;
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 15px;
  padding: .75rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fafafa;
  color: #1a1a2e;
}
.lp-catalog-select{
  cursor: pointer;
}
.lp-catalog-input:focus,
.lp-catalog-select:focus{
  outline: none;
  border-color: rgba(233, 69, 96, 0.45);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(233, 69, 96, 0.12);
}
.lp-catalog-check{
  margin-top: .75rem;
  font-size: 14px;
  color: #64748b;
  display: flex;
  align-items: flex-start;
  gap: .5rem;
}
.lp-catalog-checkbox{
  margin-top: .2rem;
  accent-color: #e94560;
  flex-shrink: 0;
}
.lp-catalog-actions{
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-end;
}
.lp-catalog-submit{
  font-family: var(--font-sans);
  font-weight: 500;
  letter-spacing: .06em;
  font-size: 14px;
  text-transform: uppercase;
  padding: .85rem 2rem;
  border: none;
  border-radius: 999px;
  background: #e94560;
  color: #fff;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}
.lp-catalog-submit:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(233, 69, 96, 0.35);
}
.lp-catalog-divider{
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, #cbd5e1, transparent);
  margin: 2.5rem 0 1.5rem;
}
.lp-catalog-h2{
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: clamp(22px, 2.2vw, 32px);
  color: #1a1a2e;
  margin: 0 0 1.25rem;
  letter-spacing: .03em;
}
.lp-catalog-toolbar{
  margin-bottom: 1rem;
}
.lp-catalog-toolbar-row{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.lp-catalog-compare{
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .6rem 1.1rem;
  border-radius: 999px;
  background: #1a1a2e;
  color: #fff !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .03em;
}
.lp-catalog-icon-btn{
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #1a1a2e;
  cursor: pointer;
  transition: border-color .2s, background .2s, color .2s;
}
.lp-catalog-icon-btn:hover,
.lp-catalog-icon-btn.active{
  border-color: #e94560;
  background: rgba(233, 69, 96, 0.08);
  color: #e94560;
}
.lp-catalog-sort-wrap,
.lp-catalog-limit-wrap{
  display: flex;
  align-items: center;
  gap: .5rem;
  flex: 1 1 200px;
  min-width: 160px;
}
.lp-catalog-select--inline{
  flex: 1;
}
.lp-catalog-toolbar-label{
  font-size: 13px;
  color: #64748b;
  white-space: nowrap;
}
@media (min-width: 768px){
  .lp-catalog-view-toggle{
    margin-left: auto;
  }
}
#product-search .lp-catalog-product-row{
  --bs-gutter-y: 1.25rem;
}
#product-search .product-thumb{
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  height: 100%;
  transition: transform .2s ease;
}
#product-search .product-thumb:hover{
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(26, 26, 46, 0.12);
}
#product-search .product-thumb .image{
  background: #f1f5f9;
}
#product-search .product-thumb .content{
  padding: 1rem 1.1rem 1.25rem;
}
#product-search .product-thumb h4{
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: .02em;
  margin: 0 0 .5rem;
}
#product-search .product-thumb h4 a{
  color: #1a1a2e;
  text-decoration: none;
}
#product-search .product-thumb h4 a:hover{
  color: #e94560;
}
#product-search .product-thumb .description{
  font-size: 13px;
  color: #64748b;
  line-height: 1.55;
}
#product-search .product-thumb .price-new{
  font-weight: 500;
  color: #e94560;
  font-size: 1.05rem;
}
#product-search .product-thumb .price-old{
  font-size: .9rem;
  color: #94a3b8;
  text-decoration: line-through;
}
#product-search .product-thumb .button-group button{
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #fff;
  padding: .45rem .55rem;
  color: #1a1a2e;
}
#product-search .product-thumb .button-group button:hover{
  border-color: #e94560;
  color: #e94560;
}
.lp-catalog-empty{
  padding: 2.5rem 1.5rem;
  text-align: center;
  color: #64748b;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.06);
  font-size: 16px;
}
.lp-catalog-pagination{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  font-size: 14px;
  color: #64748b;
}
#product-search .pagination .page-link,
#product-search .pagination .active .page-link{
  border-radius: 10px;
  font-family: var(--font-sans);
}
#product-search .pagination .page-link:hover{
  background: rgba(233, 69, 96, 0.12);
  color: #e94560;
  border-color: rgba(233, 69, 96, 0.3);
}

@media (max-width: 768px){
  .lp-hero{min-height: 88vh}
}

/* Телефон: секции и карточки на всю ширину экрана, без боковых «полей» 5% / 20px */
@media (max-width: 767px){
  .lp-container{
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-inline: max(0px, env(safe-area-inset-left)) max(0px, env(safe-area-inset-right));
  }
  .motors-wrap{
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-inline: max(0px, env(safe-area-inset-left)) max(0px, env(safe-area-inset-right));
  }
  .motors-footer-inner{
    padding: 1.25rem max(12px, env(safe-area-inset-left)) 1.25rem max(12px, env(safe-area-inset-right));
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .motors-social{ justify-content: center }
  .lp-header{
    padding: 0.85rem 0;
    padding-inline: max(0px, env(safe-area-inset-left)) max(0px, env(safe-area-inset-right));
  }
  .lp-header-inner{
    padding-inline: max(12px, env(safe-area-inset-left)) max(12px, env(safe-area-inset-right));
  }
  .lp-hero{
    padding: 6.5rem 0 3rem;
    padding-inline: max(0px, env(safe-area-inset-left)) max(0px, env(safe-area-inset-right));
  }
  .lp-hero-content{
    max-width: none;
    width: 100%;
    padding-inline: max(1rem, env(safe-area-inset-left)) max(1rem, env(safe-area-inset-right));
    box-sizing: border-box;
  }
  .lp-features,
  .lp-catalog,
  .lp-contact,
  .lp-size-guide{
    padding: 3.5rem 0;
    padding-inline: max(0px, env(safe-area-inset-left)) max(0px, env(safe-area-inset-right));
  }
  .lp-title{
    padding-inline: max(1rem, env(safe-area-inset-left)) max(1rem, env(safe-area-inset-right));
    margin-bottom: 2rem;
  }
  .lp-lead{
    padding-inline: max(1rem, env(safe-area-inset-left)) max(1rem, env(safe-area-inset-right));
  }
  .lp-features-grid,
  .lp-catalog-grid{
    gap: 1rem;
  }
  .lp-feature-card{
    border-radius: 0;
    padding: 1.75rem max(1rem, env(safe-area-inset-left)) 1.75rem max(1rem, env(safe-area-inset-right));
    box-shadow: none;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }
  .lp-features .lp-feature-card:last-child{
    border-bottom: none;
  }
  .lp-item-card{
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid rgba(15, 23, 42, 0.1);
  }
  .lp-catalog .lp-item-card:last-child{
    border-bottom: none;
  }
  .lp-item-info{
    padding: 1.25rem max(1rem, env(safe-area-inset-left)) 1.5rem max(1rem, env(safe-area-inset-right));
  }
  .lp-size-guide-card{
    border-radius: 0;
    padding: 1.75rem max(1rem, env(safe-area-inset-left)) 1.75rem max(1rem, env(safe-area-inset-right));
    box-shadow: none;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }
  .lp-size-guide .lp-size-guide-card:last-child{
    border-bottom: none;
  }
  .lp-size-guide-cta{
    margin-inline: 0;
    border-radius: 0;
    padding: 1.75rem max(1rem, env(safe-area-inset-left)) 1.75rem max(1rem, env(safe-area-inset-right));
  }
  .lp-contact > .lp-container > p{
    padding-inline: max(1rem, env(safe-area-inset-left)) max(1rem, env(safe-area-inset-right));
  }
  .lp-contact .lp-btn{
    margin-inline: max(1rem, env(safe-area-inset-left)) max(1rem, env(safe-area-inset-right));
  }
  .lp-contact-grid{
    padding-inline: max(0.5rem, env(safe-area-inset-left)) max(0.5rem, env(safe-area-inset-right));
  }
  .lp-contact-item{
    width: 100%;
    max-width: 100%;
  }
  #product-search.lp-catalog-page .lp-container,
  main.lp-contact-page > .lp-container,
  main.lp-success-page > .lp-container{
    padding-inline: max(0px, env(safe-area-inset-left)) max(0px, env(safe-area-inset-right));
  }
  #product-search .lp-catalog-panel,
  #product-search .lp-catalog-h1,
  #product-search .lp-catalog-h2{
    padding-inline: max(1rem, env(safe-area-inset-left)) max(1rem, env(safe-area-inset-right));
  }
  #product-search .lp-catalog-panel{
    border-radius: 0;
    margin-inline: 0;
  }
  #product-search .lp-catalog-toolbar,
  #product-search .lp-catalog-product-row,
  #product-search .lp-catalog-pagination,
  #product-search .lp-catalog-empty{
    padding-inline: max(0.75rem, env(safe-area-inset-left)) max(0.75rem, env(safe-area-inset-right));
  }
}

/* New landing layout */
.m-hero{
  padding: 56px 0 28px;
}
.m-hero-grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items:center;
}
.m-eyebrow{
  margin:0 0 10px;
  font-weight:700;
  font-size: 13px;
  color: rgba(37, 99, 235, .95);
  letter-spacing:.08em;
  text-transform: uppercase;
}
.m-hero h1{
  margin:0 0 14px;
  font-size: clamp(36px, 4.6vw, 62px);
  line-height: 1.02;
  letter-spacing:-.9px;
}
.m-lead{
  margin:0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
  max-width: 62ch;
}
.m-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top: 18px;
}
.m-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.85);
  text-decoration:none;
  font-weight: 800;
  font-size: 14px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
}
.m-btn-primary{
  background: linear-gradient(135deg, rgba(37,99,235,.16), rgba(14,165,233,.14));
  border-color: rgba(37,99,235,.22);
}
.m-btn-ghost{
  background: rgba(255,255,255,.70);
}
.m-btn:hover{filter: brightness(1.02)}

.m-trust{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
  margin-top: 18px;
}
.m-pill{
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.80);
  padding: 12px 12px;
  display:flex;
  flex-direction:column;
  gap:4px;
}
.m-pill b{font-size: 14px}
.m-pill span{color: var(--muted); font-size: 13px; line-height: 1.35}

.m-hero-media{
  position:relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(37,99,235,.10), rgba(14,165,233,.07));
  box-shadow: var(--shadow);
  overflow:hidden;
}
.m-hero-media img{display:block;width:100%;height:auto}
.m-float{
  position:absolute;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 16px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 16px 40px rgba(15,23,42,.10);
  padding: 12px 12px;
  max-width: 280px;
}
.m-float b{display:block;font-size: 13px; margin-bottom:3px}
.m-float span{display:block;color:var(--muted);font-size: 12px; line-height: 1.35}
.m-float-1{left:14px; bottom:14px}
.m-float-2{right:14px; top:14px}

.m-section{
  padding: 66px 0;
}
.m-section-alt{
  background: var(--surface-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.m-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.m-section h2{
  margin:0;
  font-size: clamp(24px, 2.4vw, 34px);
  letter-spacing:-.4px;
}
.m-section-lead{
  margin:0;
  color: var(--muted);
  line-height: 1.65;
  max-width: 60ch;
}

.m-cards{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}
.m-card{
  display:flex;
  gap: 14px;
  padding: 18px 18px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  text-decoration:none;
}
.m-card b{display:block;margin-bottom:4px}
.m-card p{margin:0;color:var(--muted);line-height:1.55;font-size:14px}
.m-ico{
  width:40px;height:40px;border-radius: 14px;
  background: linear-gradient(135deg, rgba(37,99,235,.16), rgba(14,165,233,.12));
  border: 1px solid rgba(37,99,235,.18);
  box-shadow: 0 10px 24px rgba(37,99,235,.10);
  flex: 0 0 auto;
}
.m-ico-2{background: linear-gradient(135deg, rgba(22,163,74,.14), rgba(14,165,233,.10)); border-color: rgba(22,163,74,.18)}
.m-ico-3{background: linear-gradient(135deg, rgba(14,165,233,.12), rgba(37,99,235,.12)); border-color: rgba(14,165,233,.18)}

.m-steps{
  list-style:none;
  margin: 0;
  padding: 0;
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
}
.m-steps li{
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  padding: 16px 16px;
}
.m-steps b{display:block;margin-bottom:6px}
.m-steps span{display:block;color:var(--muted);font-size: 13px;line-height:1.45}

.m-grid-2{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.m-panel{
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  padding: 18px 18px;
}
.m-panel b{display:block;margin-bottom:10px}
.m-panel p{margin:0;color:var(--muted);line-height:1.65}
.m-list{
  margin:0;
  padding-left: 18px;
  color: var(--muted);
  line-height:1.75;
}
.m-mini{
  margin-top: 12px;
  display:flex;
  gap: 10px;
}
.m-mini > div{
  flex:1;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.75);
  padding: 12px 12px;
}
.m-mini b{display:block;margin:0;font-size: 16px}
.m-mini span{display:block;color:var(--muted);font-size: 12px}

.m-quotes{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}
.m-quote{
  margin:0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  padding: 18px 18px;
}
.m-quote blockquote{
  margin:0 0 14px;
  color: rgba(15,23,42,.88);
  line-height:1.7;
}
.m-quote figcaption b{display:block}
.m-quote figcaption span{color:var(--muted);font-size: 13px}

.m-cta{
  padding: 56px 0;
}
.m-cta-inner{
  border: 1px solid rgba(37,99,235,.18);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(37,99,235,.10), rgba(14,165,233,.08));
  box-shadow: var(--shadow);
  padding: 24px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
}
.m-cta-inner h2{margin:0 0 6px;font-size: 28px;letter-spacing:-.4px}
.m-cta-inner p{margin:0;color:var(--muted);line-height:1.6}
.m-cta-actions{display:flex;gap:10px;flex-wrap:wrap}

/* Responsive */
@media (max-width: 980px){
  .motors-hero-grid{grid-template-columns: 1fr; }
  .motors-footer-inner{grid-template-columns:1fr}
  .motors-social{justify-content:flex-start}
  .m-hero-grid{grid-template-columns:1fr}
  .m-trust{grid-template-columns:1fr}
  .m-cards{grid-template-columns:1fr}
  .m-steps{grid-template-columns:1fr}
  .m-grid-2{grid-template-columns:1fr}
  .m-quotes{grid-template-columns:1fr}
  .m-cta-inner{flex-direction:column; align-items:flex-start}
}

/* ——— Подбор размера (главная) ——— */
.lp-size-guide{
  padding: 6rem 5%;
  background: #f8f9fa;
  scroll-margin-top: 5.5rem;
  overflow-x: clip;
  min-width: 0;
}
.lp-size-guide-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 2rem;
  margin-bottom: 2.5rem;
  min-width: 0;
}
.lp-size-guide-card{
  background: #fff;
  border-radius: 16px;
  padding: 2rem 2rem 1.75rem;
  box-shadow: 0 5px 24px rgba(26, 26, 46, 0.08);
  min-width: 0;
  max-width: 100%;
}
.lp-size-guide-card h3{
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 1.15rem;
  margin: 0 0 1rem;
  color: #1a1a2e;
  letter-spacing: .03em;
}
.lp-size-guide-list{
  margin: 0;
  padding-left: 1.15rem;
  color: #555;
  line-height: 1.65;
  font-weight: 300;
  list-style: disc;
}
.lp-size-guide-list li{margin-bottom: .65rem}
.lp-size-table-wrap{
  overflow-x: auto;
  margin: .5rem 0 1rem;
  -webkit-overflow-scrolling: touch;
}
.lp-size-table{
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: 300;
}
.lp-size-table th,
.lp-size-table td{
  border: 1px solid #e2e8f0;
  padding: .65rem .75rem;
  text-align: center;
}
.lp-size-table thead th{
  background: #1a1a2e;
  color: #fff;
  font-weight: 500;
  letter-spacing: .03em;
}
.lp-size-table tbody tr:nth-child(even){ background: #f8fafc }
.lp-size-guide-note{
  font-size: 13px;
  color: #64748b;
  margin: 0;
  line-height: 1.55;
}
.lp-size-guide-cta{
  text-align: center;
  padding: 2rem 1.5rem;
  background: linear-gradient(135deg, rgba(26, 26, 46, 0.06) 0%, rgba(233, 69, 96, 0.08) 100%);
  border-radius: 16px;
  border: 1px solid rgba(26, 26, 46, 0.08);
}
.lp-size-guide-cta p{
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
  color: #334155;
  font-weight: 300;
}
.lp-size-guide .lp-hero-actions{ justify-content: center }

/* ——— Страница контактов OpenCart ——— */
main.lp-contact-page{
  min-height: 70vh;
  padding-bottom: 4rem;
}
main.lp-contact-page > .lp-container,
main.lp-success-page > .lp-container{
  padding-top: 5.25rem;
}
main.lp-contact-page #content.lp-contact-page-main,
main.lp-success-page #content.lp-success-main{
  padding-top: 0;
}
.lp-contact-page-columns{
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}
.lp-contact-page-main{
  flex: 1 1 560px;
  min-width: 0;
}
.lp-panel{
  background: #fff;
  border-radius: 16px;
  padding: 1.75rem 1.5rem 1.5rem;
  box-shadow: 0 5px 24px rgba(26, 26, 46, 0.08);
  margin-bottom: 2rem;
}
.lp-panel-title{
  font-family: var(--font-sans);
  font-size: 1.15rem;
  font-weight: 500;
  margin: 0 0 1.25rem;
  color: #1a1a2e;
  letter-spacing: .04em;
}
.lp-panel-subtitle{
  font-family: var(--font-sans);
  font-size: 1.05rem;
  font-weight: 500;
  margin: 1.5rem 0 1rem;
  color: #1a1a2e;
}
.lp-loc-primary{ margin-bottom: 0 }
.lp-loc-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
  gap: 1.25rem 1.5rem;
  align-items: start;
  min-width: 0;
}
.lp-loc-image-wrap{
  max-width: 220px;
}
.lp-loc-image{
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}
.lp-loc-name{
  display: block;
  font-size: 1.05rem;
  margin-bottom: .5rem;
  color: #1a1a2e;
}
.lp-loc-address{
  font-style: normal;
  color: #475569;
  line-height: 1.55;
  margin: 0 0 .75rem;
  font-weight: 300;
}
.lp-loc-label{
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #94a3b8;
  margin-bottom: .35rem;
}
.lp-loc-value{
  margin: 0;
  color: #1a1a2e;
  font-weight: 300;
}
.lp-loc-muted{
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 300;
}
.lp-loc-extra-list{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.lp-loc-card{
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.25rem;
  background: #fafafa;
}
.lp-btn--small{
  display: inline-block;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: 12px;
  text-transform: none;
  letter-spacing: .04em;
}
.lp-form-contact{
  max-width: 640px;
}
.lp-form-row{
  margin-bottom: 1.25rem;
}
.lp-form-label{
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .03em;
  color: #475569;
  margin-bottom: .45rem;
}
.lp-req{ color: #e94560 }
.lp-form-input,
.lp-form-textarea{
  width: 100%;
  max-width: 100%;
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 15px;
  padding: .85rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fafafa;
  color: #1a1a2e;
  transition: border-color .2s, box-shadow .2s;
}
.lp-form-textarea{
  min-height: 160px;
  resize: vertical;
  line-height: 1.5;
}
.lp-form-input:focus,
.lp-form-textarea:focus{
  outline: none;
  border-color: rgba(233, 69, 96, 0.45);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(233, 69, 96, 0.12);
}
.lp-form-error{
  font-size: 13px;
  color: #dc2626;
  margin-top: .35rem;
  min-height: 0;
}
.lp-form-actions{
  margin-top: 1.5rem;
}
.lp-form-actions .lp-btn{
  border: none;
  cursor: pointer;
  font-family: var(--font-sans);
}
.lp-form-captcha{ margin-top: .5rem }

/* ——— Страница успеха (форма отправлена) ——— */
.lp-success-page{ min-height: 60vh; padding-bottom: 4rem }
.lp-success-layout{
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.lp-success-main{ flex: 1 1 480px; min-width: 0 }
.lp-success-card{
  background: #fff;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  box-shadow: 0 5px 24px rgba(26, 26, 46, 0.08);
  max-width: 560px;
}
.lp-success-message{
  margin: 0 0 1.75rem;
  color: #475569;
  line-height: 1.65;
  font-weight: 300;
  font-size: 1.05rem;
}

@media (max-width: 720px){
  .motors-nav{display:none}
  .motors-grid-3{grid-template-columns:1fr}
  .motors-hero{padding-top:38px}
  .m-hero h1{letter-spacing:-.6px}
  .m-section{padding: 54px 0}
}
