.mysplit-new-home {
  --msp-blue: #0967e8;
  --msp-navy: #11273f;
  --msp-purple: #57145f;
  --msp-orange: #ff8629;
  --msp-paper: #f8fbfd;
  overflow: hidden;
  background: var(--msp-paper);
  color: var(--msp-navy);
  font-family: Arial, Helvetica, sans-serif;
}
.mysplit-new-home * { box-sizing: border-box; }
.mysplit-new-home a { color: inherit; text-decoration: none; }
.mysplit-new-home button, .mysplit-new-home input { font: inherit; }
.mysplit-search-menu { background: transparent; }
.msp-search-menu-inner { width: min(100% - 40px,990px); margin: auto; padding: 12px 0 48px; }
.mysplit-search-menu .msp-search { margin-top: 0; }
.mysplit-search-only { width: 100%; padding: 0; background: transparent; }
.mysplit-search-only .msp-search { width: 100%; height: 44px; margin: 0; grid-template-columns: 45px minmax(0,1fr); border: 0; border-radius: 3px; background: #f8f8f8; box-shadow: none; }
.mysplit-search-only .msp-search > span { position: relative; width: 45px; height: 44px; font-size: 0; }
.mysplit-search-only .msp-search > span::before { content: ''; position: absolute; left: 14px; top: 13px; width: 12px; height: 12px; border: 1.5px solid #9a9aa6; border-radius: 50%; }
.mysplit-search-only .msp-search > span::after { content: ''; position: absolute; left: 26px; top: 26px; width: 7px; height: 1.5px; transform: rotate(45deg); transform-origin: left center; background: #9a9aa6; }
.mysplit-search-only .msp-search input { height: 44px; padding: 10px 10px 10px 0; border: 0; border-radius: 3px; background: transparent; color: #73729a; font-size: 18px; }
.mysplit-search-only .msp-search input::placeholder { color: #94939d; opacity: 1; }
.mysplit-search-only .msp-search button { display: none; }
.mysplit-menu-only { width: min(100% - 40px,990px); margin: auto; padding: 12px 0 48px; background: transparent; }
.msp-menu-title { margin: 48px 0 34px; display: flex; align-items: center; justify-content: center; gap: 14px; color: var(--msp-orange); font-size: clamp(36px,5vw,54px); line-height: 1; font-weight: 900; }
.msp-menu-title > span { width: 20px; height: 20px; border-radius: 3px; background: var(--msp-orange); }
.msp-hero { padding: 45px 20px 35px; text-align: center; }
.msp-kicker { display: flex; align-items: center; gap: 10px; color: var(--msp-blue); font-size: 17px; font-weight: 900; text-transform: uppercase; }
.msp-hero > .msp-kicker { justify-content: center; text-transform: none; }
.msp-kicker > span, .msp-offers h2 > span { width: 13px; height: 13px; flex: 0 0 auto; border-radius: 2px; background: var(--msp-orange); }
.msp-search { width: min(100%, 950px); height: 54px; margin: 30px auto 0; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; overflow: hidden; border: 1.5px solid #e5b2f4; border-radius: 4px; background: #fff; box-shadow: 0 8px 24px rgba(74,23,87,.05); }
.msp-search > span { color: #7a8490; font-size: 26px; }
.msp-search input { height: 100%; min-width: 0; border: 0; outline: 0; color: var(--msp-navy); font-size: 16px; }
.msp-search button { height: 100%; padding: 0 22px; border: 0; background: var(--msp-orange); color: white; cursor: pointer; font-weight: 800; }
.msp-hero h1 { margin: 54px auto 14px; color: var(--msp-purple); font-size: clamp(26px,3.1vw,46px); line-height: 1.1; letter-spacing: -1.7px; font-weight: 900; }
.msp-offers { width: min(100% - 40px,990px); margin: auto; padding: 8px 0 90px; }
.msp-offers h2 { margin: 0 0 38px; display: flex; justify-content: center; align-items: center; gap: 14px; color: var(--msp-orange); font-size: clamp(36px,5vw,54px); line-height: 1; font-weight: 900; }
.msp-offers h2 > span { width: 20px; height: 20px; }
.msp-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 20px; }
.msp-tabs button { min-height: 56px; padding: 11px 24px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1.5px solid #2978ed; border-radius: 25px; background: transparent; color: var(--msp-blue); cursor: pointer; font-weight: 850; transition: .2s ease; }
.msp-tabs button > .msp-menu-icon { width: 28px; height: 28px; display: inline-grid; place-items: center; color: #2e175f; font-size: 23px; font-weight: 900; }
.msp-tabs .msp-menu-icon svg, .msp-tabs .msp-menu-icon i { width: 28px; height: 28px; display: block; color: #3e185b; fill: currentColor; }
.msp-tabs .msp-menu-icon svg path, .msp-tabs .msp-menu-icon svg circle, .msp-tabs .msp-menu-icon svg polygon { vector-effect: non-scaling-stroke; }
.msp-original-tabs-hidden { display: none !important; }
.msp-tabs button:hover, .msp-tabs button.is-active { transform: translateY(-1px); border-color: var(--msp-orange); background: var(--msp-orange); }
.msp-products { margin-top: 48px; scroll-margin-top: 110px; }
.msp-panel { display: none; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 26px; }
.msp-panel.is-active { display: grid; }
.msp-card { min-width: 0; padding: 18px 18px 20px; border-radius: 24px; background: white; box-shadow: 0 7px 28px rgba(27,49,78,.12); text-align: center; transition: .2s ease; }
.msp-card:hover { transform: translateY(-5px); box-shadow: 0 14px 34px rgba(27,49,78,.18); }
.msp-card-image { height: 180px; display: grid; place-items: center; overflow: hidden; border-radius: 14px; }
.msp-card-image img { width: 78%; height: 100%; object-fit: contain; }
.msp-card h3 { margin: 10px 0; color: var(--msp-purple); font-size: 19px; line-height: 1.25; }
.msp-price { min-height: 30px; margin-bottom: 15px; }
.msp-price del { margin-right: 8px; color: #8c8c8c; }
.msp-price ins { color: var(--msp-orange); font-size: 20px; font-weight: 900; text-decoration: none; }
.msp-buy { display: inline-block; padding: 11px 26px; border-radius: 11px; background: var(--msp-blue); color: white !important; font-weight: 800; }
.msp-buy:hover { background: var(--msp-orange); }
.msp-empty { grid-column: 1 / -1; padding: 35px; border-radius: 18px; background: #fff; text-align: center; }
.msp-qualities { width: min(100% - 40px,990px); margin: auto; padding: 80px 0 100px; }
.msp-quality-grid { margin-top: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.msp-quality-grid article { position: relative; overflow: hidden; min-height: 260px; padding: 42px; border-radius: 26px; background: white; box-shadow: 0 10px 32px rgba(27,49,78,.08); }
.msp-quality-grid b { position: absolute; right: 25px; top: 10px; color: rgba(255,134,41,.11); font-size: 95px; font-weight: 900; }
.msp-quality-grid h3 { position: relative; margin: 44px 0 14px; color: var(--msp-purple); font-size: 25px; line-height: 1.15; }
.msp-quality-grid p { position: relative; margin: 0; color: #536273; font-size: 17px; line-height: 1.7; }
.msp-reviews { padding: 90px 20px 100px; background: var(--msp-purple); color: white; }
.msp-reviews > .msp-kicker { width: min(100%,990px); margin: auto; color: white; }
.msp-review-stage { position: relative; width: min(100%,790px); min-height: 300px; margin: 38px auto 0; padding: 52px 64px 42px; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; background: rgba(255,255,255,.08); text-align: center; }
.msp-review { display: none; }
.msp-review.is-active { display: block; }
.msp-review > div { position: absolute; left: 30px; top: 10px; color: var(--msp-orange); font: 100px Georgia,serif; opacity: .8; }
.msp-review p { position: relative; margin: 25px auto 28px; font-size: 18px; line-height: 1.75; }
.msp-review strong { color: #ffb071; font-size: 20px; }
.msp-review-nav { margin-top: 30px; display: flex; align-items: center; justify-content: center; gap: 18px; }
.msp-review-nav button { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; color: white; cursor: pointer; }
.msp-review-nav button:hover { border-color: var(--msp-orange); background: var(--msp-orange); }
.msp-community { width: min(100% - 40px,990px); margin: auto; padding: 95px 0; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.msp-community h2 { margin: 20px 0 0; color: var(--msp-purple); font-size: clamp(35px,5vw,58px); line-height: 1.05; letter-spacing: -2px; }
.msp-community > a { flex: 0 0 auto; padding: 17px 22px; border-radius: 14px; background: var(--msp-orange); color: white !important; font-weight: 900; }
.msp-community > a span { margin-left: 10px; }
@media (max-width: 760px) {
  .msp-search { grid-template-columns: 42px 1fr; }
  .msp-search button { display: none; }
  .msp-hero h1 { margin-top: 42px; }
  .msp-tabs { gap: 11px; }
  .msp-tabs button { min-height: 48px; padding: 9px 15px; font-size: 13px; }
  .msp-panel { grid-template-columns: 1fr; }
  .msp-card-image { height: 220px; }
  .msp-quality-grid { grid-template-columns: 1fr; }
  .msp-quality-grid article { min-height: 230px; padding: 32px; }
  .msp-review-stage { padding: 48px 24px 36px; }
  .msp-community { align-items: flex-start; flex-direction: column; }
}
