

/* Start:/local/templates/masterpd_store/template_styles.css?178888623320216*/
:root {
  --violet: #6027ff;
  --violet-2: #7b4dff;
  --ink: #130d29;
  --paper: #eff0f5;
  --white: #ffffff;
  --black: #000000;
  --muted: #777287;
  --line: #dedfe6;
  --success: #1a7f55;
  --orange: #ff8245;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --shadow: 0 18px 48px rgba(19, 13, 41, .11);
  --shell: min(1480px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Verdana, Geneva, sans-serif; font-size: 15px; line-height: 1.5; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 99; left: 16px; top: -60px; padding: 10px 14px; border-radius: 8px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(19, 13, 41, .1); background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.utility-bar { color: rgba(255,255,255,.77); background: var(--ink); font-size: 12px; }
.utility-bar__inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-bar p { margin: 0; }
.utility-links { display: flex; gap: 24px; }
.utility-links a:hover { color: var(--white); }
.header-main { min-height: 78px; display: grid; grid-template-columns: 190px 126px minmax(240px, 1fr) auto; align-items: center; gap: 18px; }
.brand img { width: 174px; height: 52px; object-fit: contain; object-position: left center; }
.catalog-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: var(--radius-sm); color: var(--white); background: var(--violet); font-weight: 700; cursor: pointer; }
.catalog-button:hover { background: #4f18e4; }
.catalog-button__icon { width: 18px; display: grid; gap: 4px; }
.catalog-button__icon span { height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s ease; }
.search { height: 48px; display: flex; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); }
.search:focus-within { border-color: var(--violet); box-shadow: 0 0 0 3px rgba(96,39,255,.12); }
.search input { min-width: 0; flex: 1; border: 0; outline: 0; padding: 0 16px; color: var(--ink); background: transparent; }
.search button { width: 52px; border: 0; color: var(--ink); background: transparent; cursor: pointer; }
.search svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.header-actions a { position: relative; min-width: 62px; display: grid; justify-items: center; gap: 2px; color: var(--ink); }
.header-actions span { font-size: 22px; line-height: 1; }
.header-actions small { font-size: 10px; }
.header-actions b { position: absolute; top: -5px; right: 4px; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--violet); font-size: 10px; }
.catalog-menu { display: grid; grid-template-columns: repeat(6, 1fr); gap: 2px; padding: 14px 0 18px; }
.catalog-menu[hidden] { display: none; }
.catalog-menu a { padding: 12px; border-radius: 8px; background: var(--paper); font-size: 13px; font-weight: 700; text-align: center; }
.catalog-menu a:hover { color: var(--violet); }

.hero { min-height: 600px; display: grid; grid-template-columns: 1.04fr .96fr; margin-top: 24px; overflow: hidden; border-radius: var(--radius-lg); background: var(--paper); }
.hero-copy { align-self: center; padding: 72px clamp(36px, 5vw, 88px); }
.eyebrow { margin: 0 0 14px; color: var(--violet); font-size: 12px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 760px; margin: 0; font-size: clamp(42px, 5.3vw, 78px); line-height: 1.02; letter-spacing: -.055em; }
.hero-lead { max-width: 650px; margin: 26px 0 0; color: #554f64; font-size: clamp(16px, 1.35vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid transparent; border-radius: var(--radius-sm); font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--white); background: var(--violet); }
.button--primary:hover { background: #4f18e4; }
.button--secondary { border-color: #b7b4c0; background: transparent; }
.button--secondary:hover { border-color: var(--ink); }
.button--light { color: var(--ink); background: var(--white); }
.hero-facts { display: flex; gap: clamp(18px, 3vw, 44px); margin: 42px 0 0; padding: 0; list-style: none; }
.hero-facts li { display: grid; gap: 2px; }
.hero-facts b { font-size: 18px; }
.hero-facts span { color: var(--muted); font-size: 11px; }
.hero-visual { position: relative; min-height: 600px; overflow: hidden; background: linear-gradient(145deg, #181032, #313c7d); }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 72% center; }
.hero-badge { position: absolute; left: 26px; bottom: 26px; display: grid; gap: 2px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.34); border-radius: 12px; color: var(--white); background: rgba(19,13,41,.66); backdrop-filter: blur(14px); }
.hero-badge span { font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.hero-badge b { font-size: 14px; }

.benefits { margin-top: 20px; border-block: 1px solid var(--line); background: var(--white); }
.benefits__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.benefits article { min-height: 118px; display: flex; align-items: center; gap: 18px; padding: 22px 32px; border-right: 1px solid var(--line); }
.benefits article:first-child { border-left: 1px solid var(--line); }
.benefits article > span { color: var(--violet); font-size: 11px; font-weight: 700; }
.benefits b { display: block; margin-bottom: 4px; font-size: 14px; }
.benefits p { margin: 0; color: var(--muted); font-size: 12px; }

.section { padding-block: 88px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
h2 { max-width: 850px; margin: 0; font-size: clamp(32px, 3.4vw, 52px); line-height: 1.08; letter-spacing: -.045em; }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-weight: 700; }
.text-link:hover { color: var(--violet); }
.category-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.category { position: relative; min-height: 250px; grid-column: span 4; display: flex; flex-direction: column; overflow: hidden; padding: 26px; border-radius: var(--radius-md); isolation: isolate; }
.category:nth-child(1), .category:nth-child(2) { grid-column: span 6; min-height: 330px; }
.category span { position: relative; z-index: 2; max-width: 70%; font-size: clamp(22px, 2vw, 30px); font-weight: 700; letter-spacing: -.03em; }
.category small { position: relative; z-index: 2; margin-top: 8px; color: inherit; opacity: .7; }
.category--violet { color: var(--white); background: var(--violet); }
.category--ink { color: var(--white); background: var(--ink); }
.category--light { background: #dfe2ec; }
.category--warm { background: #ffdfc8; }
.category--blue { color: var(--white); background: #283b76; }
.category--paper { background: var(--paper); }
.device { position: absolute; z-index: 1; right: 8%; bottom: -12%; display: block; filter: drop-shadow(0 22px 22px rgba(0,0,0,.22)); transition: transform .35s ease; }
.category:hover .device { transform: translateY(-10px) rotate(-2deg); }
.device--phone { width: 150px; height: 280px; border: 7px solid #16131d; border-radius: 28px; background: linear-gradient(145deg, #ff8d59, #23103e 58%, #7a36ff); transform: rotate(12deg); }
.device--phone::before { content: ''; position: absolute; left: 50%; top: 8px; width: 54px; height: 14px; border-radius: 20px; background: #111; transform: translateX(-50%); }
.device--laptop { right: 3%; bottom: 7%; width: 290px; height: 180px; border: 8px solid #c6c6cd; border-bottom-width: 14px; border-radius: 10px; background: linear-gradient(145deg, #231b43, #6027ff); transform: perspective(500px) rotateY(-7deg) rotateX(3deg); }
.device--laptop::after { content: ''; position: absolute; left: -28px; right: -28px; bottom: -22px; height: 12px; border-radius: 0 0 18px 18px; background: #dadbe0; }
.device--tablet { width: 126px; height: 184px; border: 7px solid #1b1823; border-radius: 18px; background: linear-gradient(145deg, #5e2fff, #ffa361); transform: rotate(10deg); }
.device--buds { width: 122px; height: 100px; border-radius: 28px; background: var(--white); }
.device--buds::before, .device--buds::after { content: ''; position: absolute; top: -58px; width: 25px; height: 78px; border-radius: 18px 18px 12px 12px; background: #fff; }
.device--buds::before { left: 23px; transform: rotate(-12deg); }.device--buds::after { right: 23px; transform: rotate(12deg); }
.device--gamepad { width: 178px; height: 110px; border-radius: 52% 48% 42% 42%; background: #f1f1f3; transform: rotate(-8deg); }
.device--gamepad::before { content: '＋   ●'; position: absolute; inset: 0; display: grid; place-items: center; color: #25212f; font-size: 28px; word-spacing: 38px; }
.device--charger { width: 104px; height: 130px; border-radius: 24px; background: #fff; box-shadow: inset 0 0 0 1px #ddd; transform: rotate(9deg); }
.device--charger::before { content: ''; position: absolute; left: 35px; top: -34px; width: 7px; height: 40px; border-radius: 3px; background: #b9bac2; box-shadow: 28px 0 #b9bac2; }

.slider-controls { display: flex; gap: 8px; }
.slider-controls button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); cursor: pointer; }
.slider-controls button:hover { border-color: var(--violet); color: var(--violet); }
.product-strip { display: grid; grid-auto-columns: minmax(290px, 1fr); grid-auto-flow: column; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.product-strip::-webkit-scrollbar { display: none; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); scroll-snap-align: start; transition: border-color .2s ease, box-shadow .2s ease; }
.product-card:hover { border-color: transparent; box-shadow: var(--shadow); }
.product-media { position: relative; height: 270px; overflow: hidden; display: grid; place-items: center; }
.product-media--orange { background: #f5e7e0; }.product-media--graphite { background: #e3e4e7; }.product-media--silver { background: #eceef2; }.product-media--cream { background: #f7f1e7; }
.product-label { position: absolute; z-index: 3; left: 14px; top: 14px; padding: 6px 9px; border-radius: 6px; color: var(--white); background: var(--violet); font-size: 10px; font-style: normal; font-weight: 700; }
.product-label--dark { background: var(--ink); }
.favorite { position: absolute; z-index: 3; right: 12px; top: 12px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(255,255,255,.82); font-size: 22px; cursor: pointer; }
.favorite.is-active { color: var(--violet); background: var(--white); }
.product-phone { position: relative; width: 126px; height: 228px; display: block; border: 6px solid #27242c; border-radius: 25px; box-shadow: 20px 24px 36px rgba(24,18,39,.25); transform: rotate(8deg); }
.product-phone::before { content: ''; position: absolute; left: 50%; top: 7px; width: 45px; height: 12px; border-radius: 20px; background: #19171d; transform: translateX(-50%); }
.product-phone--orange { background: linear-gradient(160deg, #ffd4b5, #e86e34 42%, #4f1f6d); }
.product-phone--graphite { background: linear-gradient(155deg, #2b2931, #73707c 52%, #17151c); transform: rotate(-7deg); }
.product-laptop { position: relative; width: 220px; height: 140px; display: block; border: 7px solid #b8bac1; border-radius: 9px; background: linear-gradient(145deg,#130d29,#6732ff); box-shadow: 15px 25px 40px rgba(24,18,39,.2); transform: perspective(600px) rotateY(-8deg); }
.product-laptop::after { content: ''; position: absolute; left: -24px; right: -24px; bottom: -17px; height: 10px; border-radius: 0 0 14px 14px; background: #cfd0d5; }
.product-headphones { position: relative; width: 140px; height: 160px; display: block; border: 18px solid #fdfdfd; border-bottom-color: transparent; border-radius: 60% 60% 45% 45%; filter: drop-shadow(13px 18px 18px rgba(24,18,39,.18)); }
.product-headphones::before, .product-headphones::after { content: ''; position: absolute; top: 72px; width: 34px; height: 62px; border-radius: 17px; background: #fff; }
.product-headphones::before { left: -25px; }.product-headphones::after { right: -25px; }
.product-copy { padding: 20px 18px 16px; }
.product-meta { margin: 0 0 8px; color: var(--muted); font-size: 11px; }
.product-copy h3 { min-height: 48px; margin: 0; font-size: 17px; line-height: 1.35; }
.product-options { min-height: 29px; display: flex; flex-wrap: wrap; gap: 6px; margin-top: 13px; }
.product-options span { padding: 5px 7px; border-radius: 5px; background: var(--paper); color: #5e5969; font-size: 9px; }
.price-row { display: flex; align-items: end; justify-content: space-between; gap: 10px; margin-top: 24px; }
.price-row > div { display: grid; }.price-row b { font-size: 19px; }.price-row small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.add-cart { min-height: 40px; border: 0; border-radius: 8px; padding: 0 13px; color: var(--white); background: var(--violet); font-size: 11px; font-weight: 700; cursor: pointer; }
.add-cart:hover { background: #4f18e4; }
.product-card footer { min-height: 47px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; }
.product-card footer span { display: grid; place-items: center; padding: 8px; text-align: center; }.product-card footer span + span { border-left: 1px solid var(--line); }
.prototype-note { margin: 12px 0 0; color: var(--muted); font-size: 10px; }

.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.service-card { position: relative; min-height: 520px; overflow: hidden; border-radius: var(--radius-lg); }
.service-card--dark { padding: clamp(38px, 4vw, 68px); color: var(--white); background: var(--ink); }
.service-card--dark .eyebrow { color: #9c7cff; }.service-card--dark h2 { max-width: 630px; }.service-card--dark > p:not(.eyebrow) { max-width: 570px; margin: 24px 0 32px; color: rgba(255,255,255,.65); font-size: 17px; }
.service-number { position: absolute; right: 22px; bottom: -45px; color: rgba(255,255,255,.06); font-size: clamp(150px, 18vw, 300px); font-weight: 700; line-height: 1; letter-spacing: -.12em; pointer-events: none; }
.service-card--image > img { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.service-card--image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.12) 75%); }
.service-card__overlay { position: absolute; z-index: 2; left: clamp(30px, 4vw, 64px); right: 30px; top: 50%; color: var(--white); transform: translateY(-50%); }
.service-card__overlay h2 { max-width: 620px; margin-bottom: 30px; }

.trust { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 110px); padding-bottom: 96px; }
.trust-copy { align-self: end; }.trust-copy p { margin: 0 0 24px; color: #5c5766; font-size: 18px; }
.site-footer { padding: 58px 0 76px; color: rgba(255,255,255,.7); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 40px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid img { width: 190px; margin-bottom: 14px; filter: invert(1); }.footer-grid p { max-width: 260px; margin: 0; }.footer-grid b { margin-bottom: 8px; color: var(--white); }.footer-grid a:hover { color: var(--white); }
.mobile-nav { display: none; }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 32px, 1040px); }
  .header-main { grid-template-columns: 160px 118px 1fr; }.brand img { width: 150px; }.header-actions { display: none; }
  .hero { grid-template-columns: 1fr 1fr; }.hero-copy { padding: 54px 38px; }.hero-visual { min-height: 560px; }
  .category:nth-child(n) { grid-column: span 6; }
  .product-strip { grid-auto-columns: minmax(290px, 44%); }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 24px); }
  body { padding-bottom: 64px; }
  .utility-bar { display: none; }
  .site-header { position: sticky; }
  .header-main { min-height: 68px; grid-template-columns: 136px 1fr 46px; gap: 10px; }.brand img { width: 130px; }.catalog-button { order: 3; min-width: 46px; width: 46px; padding: 0; font-size: 0; }.catalog-button__icon { width: 20px; }
  .search { height: 44px; }.search input { font-size: 12px; }.search button { width: 42px; }
  .catalog-menu { grid-template-columns: 1fr 1fr; }
  .hero { min-height: 0; grid-template-columns: 1fr; margin-top: 12px; }.hero-copy { padding: 42px 24px 34px; }.hero-visual { min-height: 410px; order: -1; }.hero-visual > img { object-position: 68% center; }.hero-badge { left: 14px; bottom: 14px; }
  h1 { font-size: clamp(39px, 12vw, 58px); }.hero-lead { font-size: 15px; }.hero-actions { display: grid; grid-template-columns: 1fr; }.button { width: 100%; }
  .hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 30px; }.hero-facts b { font-size: 15px; }.hero-facts span { font-size: 9px; }
  .benefits__grid { grid-template-columns: 1fr; }.benefits article, .benefits article:first-child { min-height: 96px; border: 0; border-bottom: 1px solid var(--line); padding: 18px 16px; }
  .section { padding-top: 64px; }.section-heading { align-items: center; }.section-heading .text-link { display: none; }.section-heading h2 { font-size: 34px; }.slider-controls { display: none; }
  .category-grid { gap: 9px; }.category:nth-child(n) { grid-column: span 6; min-height: 190px; padding: 17px; }.category:nth-child(1), .category:nth-child(2) { grid-column: span 12; min-height: 250px; }.category span { max-width: 85%; font-size: 19px; }.category small { font-size: 10px; }
  .device { scale: .72; transform-origin: bottom right; }.device--laptop { right: -9%; }.device--phone { right: 6%; }
  .product-strip { margin-right: -12px; padding-right: 12px; grid-auto-columns: minmax(278px, 82%); }.product-media { height: 235px; }
  .service-grid { grid-template-columns: 1fr; }.service-card { min-height: 470px; }.service-card--dark { padding: 38px 24px; }.service-card--dark > p:not(.eyebrow) { font-size: 15px; }.service-card__overlay { left: 24px; right: 24px; }.service-card--image::after { background: linear-gradient(90deg, rgba(0,0,0,.85), rgba(0,0,0,.16)); }
  .trust { grid-template-columns: 1fr; gap: 28px; padding-bottom: 70px; }.trust-copy p { font-size: 15px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child { grid-column: 1 / -1; }
  .mobile-nav { position: fixed; z-index: 40; left: 0; right: 0; bottom: 0; height: 64px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); background: rgba(255,255,255,.97); backdrop-filter: blur(12px); }.mobile-nav a { display: grid; place-items: center; align-content: center; gap: 2px; font-size: 9px; }.mobile-nav span { color: var(--ink); font-size: 19px; line-height: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* End */
/* /local/templates/masterpd_store/template_styles.css?178888623320216 */
