.shop-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.shop-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
.shop-header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.shop-header nav { display: flex; align-items: center; gap: 28px; }
.shop-header nav a { position: relative; color: #383838; font-size: 12px; font-weight: 650; }
.shop-header nav a:not(.shop-header__account)::after { content: ''; position: absolute; right: 100%; bottom: -10px; left: 0; height: 2px; background: var(--orange); transition: right .2s; }
.shop-header nav a:hover::after, .shop-header nav a.is-active::after { right: 0; }
.shop-header__account { min-height: 42px; display: inline-flex; align-items: center; padding: 0 18px; border-radius: 10px 10px 10px 3px; color: #fff !important; background: var(--orange); }

.shop-hero { padding: 28px 0 0; background: #fafafa; }
.shop-hero__inner { position: relative; min-height: 480px; display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border-radius: 28px 28px 28px 8px; color: #fff; background: radial-gradient(circle at 83% 22%, rgba(238,0,51,.65), transparent 31%), linear-gradient(125deg, #150f2d 0%, #2d1644 49%, #870b39 100%); }
.shop-hero__copy { position: relative; z-index: 2; align-self: center; padding: 64px 0 64px 72px; }
.shop-hero__copy > p { margin: 0 0 14px; color: #ff8ca7; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.shop-hero h1 { margin: 0; font-size: clamp(43px, 5vw, 67px); line-height: 1.08; letter-spacing: -.06em; }
.shop-hero h1 em { color: #ff6489; font-style: normal; }
.shop-hero__copy > span { max-width: 590px; display: block; margin-top: 20px; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.75; }
.shop-search { max-width: 570px; margin-top: 28px; }
.shop-search label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.shop-search > div { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 7px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px 14px 14px 4px; background: rgba(255,255,255,.11); backdrop-filter: blur(12px); }
.shop-search input { min-width: 0; height: 48px; padding: 0 14px; border: 0; color: #fff; background: transparent; outline: none; font-size: 11px; }
.shop-search input::placeholder { color: rgba(255,255,255,.55); }
.shop-search button { min-height: 48px; padding: 0 20px; border: 0; border-radius: 10px 10px 10px 3px; color: #fff; background: var(--orange); font-size: 10px; font-weight: 800; cursor: pointer; }
.shop-hero__visual { position: relative; min-width: 0; overflow: hidden; }
.shop-orbit { position: absolute; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.shop-orbit--one { width: 480px; height: 480px; top: 20px; right: -75px; }
.shop-orbit--two { width: 320px; height: 320px; top: 98px; right: 5px; }
.shop-device { position: absolute; top: 72px; right: 120px; width: 190px; height: 338px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 8px solid #1a1821; border-radius: 34px; background: linear-gradient(155deg, #f8f8fa 0%, #f0d9e2 55%, #ffc3d2 100%); box-shadow: 0 32px 70px rgba(0,0,0,.35); transform: rotate(7deg); }
.shop-device::before { content: ''; position: absolute; top: 10px; width: 62px; height: 16px; border-radius: 12px; background: #17151c; }
.shop-device span { color: var(--orange); font-size: 58px; font-weight: 800; letter-spacing: -.08em; }
.shop-device strong { color: #211b22; font-size: 21px; }
.shop-device small { margin-top: 8px; color: #756b70; font-size: 8px; }
.shop-sim { position: absolute; top: 142px; right: 26px; width: 105px; height: 142px; display: grid; place-items: center; border-radius: 14px 14px 14px 5px; color: #fff; background: linear-gradient(145deg, #ee0033, #a6002a); box-shadow: 0 20px 45px rgba(0,0,0,.24); font-size: 38px; font-weight: 800; transform: rotate(-8deg); }
.shop-sim::before { content: ''; position: absolute; top: 14px; left: 14px; width: 24px; height: 19px; border: 2px solid #ffc1d0; border-radius: 4px; }
.shop-sim small { position: absolute; bottom: 17px; font-size: 8px; letter-spacing: .15em; }
.shop-signal { position: absolute; right: 28px; bottom: 38px; display: flex; align-items: end; gap: 7px; }
.shop-signal i { width: 8px; border-radius: 5px; background: rgba(255,255,255,.72); }
.shop-signal i:nth-child(1) { height: 22px; }.shop-signal i:nth-child(2) { height: 40px; }.shop-signal i:nth-child(3) { height: 60px; }

.shop-benefits { border-bottom: 1px solid var(--line); background: #fff; }
.shop-benefits__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.shop-benefits article { min-height: 118px; display: grid; grid-template-columns: 40px 1fr; align-items: center; gap: 13px; padding: 20px 22px; border-right: 1px solid var(--line); }
.shop-benefits article:first-child { border-left: 1px solid var(--line); }
.shop-benefits article > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px 11px 11px 3px; color: var(--orange); background: var(--orange-soft); font-size: 10px; font-weight: 800; }
.shop-benefits strong, .shop-benefits small { display: block; }
.shop-benefits strong { font-size: 10px; }.shop-benefits small { margin-top: 6px; color: var(--muted); font-size: 7px; line-height: 1.55; }

.shop-main { padding-top: 82px; padding-bottom: 94px; }
.shop-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.shop-heading p { margin: 0 0 9px; color: var(--orange); font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.shop-heading h2 { margin: 0; font-size: 37px; letter-spacing: -.05em; }
.shop-heading > span { color: var(--muted); font-size: 9px; }
.shop-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; padding: 18px; border: 1px solid var(--line); border-radius: 16px 16px 16px 5px; background: #faf9f8; }
.shop-categories { display: flex; flex-wrap: wrap; gap: 7px; }
.shop-categories button { min-height: 40px; padding: 0 15px; border: 1px solid var(--line); border-radius: 22px; color: #555; background: #fff; font-size: 9px; font-weight: 700; cursor: pointer; }
.shop-categories button small { margin-left: 5px; color: var(--muted); font-size: 7px; }
.shop-categories button.is-active { border-color: var(--orange); color: #fff; background: var(--orange); }
.shop-categories button.is-active small { color: rgba(255,255,255,.72); }
.shop-controls { display: flex; gap: 10px; }
.shop-controls label { display: grid; gap: 5px; color: var(--muted); font-size: 7px; font-weight: 700; }
.shop-controls select { min-width: 145px; height: 40px; padding: 0 30px 0 11px; border: 1px solid var(--line); border-radius: 9px; color: #333; background: #fff; font: inherit; font-size: 9px; outline: none; }
.shop-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.shop-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 21px 21px 21px 6px; background: #fff; transition: transform .2s, border-color .2s, box-shadow .2s; }
.shop-card:hover { border-color: rgba(238,0,51,.32); box-shadow: 0 20px 44px rgba(36,22,27,.09); transform: translateY(-4px); }
.shop-card.is-featured { border-color: rgba(238,0,51,.3); }
.shop-card__visual { position: relative; height: 205px; display: grid; place-items: center; overflow: hidden; color: #fff; }
.shop-card__visual::before, .shop-card__visual::after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.shop-card__visual::before { width: 210px; height: 210px; right: -45px; top: -60px; }.shop-card__visual::after { width: 130px; height: 130px; left: -35px; bottom: -55px; }
.shop-card__visual--sim { background: linear-gradient(145deg, #ed1745, #77052a); }.shop-card__visual--wifi { background: linear-gradient(145deg, #684fd8, #241963); }.shop-card__visual--travel { background: linear-gradient(145deg, #008b8b, #05475a); }.shop-card__visual--device { background: linear-gradient(145deg, #e38818, #6f3b09); }
.shop-card__visual > span { position: relative; z-index: 1; font-size: 56px; font-weight: 800; letter-spacing: -.08em; }
.shop-card__visual > b { position: absolute; z-index: 2; top: 16px; left: 16px; min-height: 26px; display: inline-flex; align-items: center; padding: 0 10px; border-radius: 20px; color: #7b0b2b; background: #fff; font-size: 7px; letter-spacing: .08em; }
.shop-card__visual > small { position: absolute; z-index: 1; right: 17px; bottom: 14px; color: rgba(255,255,255,.74); font-size: 8px; font-weight: 700; }
.shop-card__body { padding: 23px; }
.shop-card__body > p { margin: 0 0 7px; color: var(--orange); font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.shop-card h3 { margin: 0; font-size: 19px; line-height: 1.35; letter-spacing: -.035em; }
.shop-card__description { min-height: 43px; display: block; margin-top: 8px; color: var(--muted); font-size: 9px; line-height: 1.6; }
.shop-card__price { display: flex; align-items: baseline; gap: 5px; margin: 19px 0; }.shop-card__price strong { color: var(--orange); font-size: 23px; letter-spacing: -.04em; }.shop-card__price small { color: var(--muted); font-size: 8px; }
.shop-card ul { min-height: 92px; display: grid; align-content: start; gap: 8px; margin: 0 0 17px; padding: 0; list-style: none; }
.shop-card li { position: relative; padding-left: 17px; color: #4f4f4f; font-size: 8px; line-height: 1.45; }.shop-card li::before { content: '✓'; position: absolute; left: 0; color: var(--orange); font-weight: 800; }
.shop-card details { margin-bottom: 14px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.shop-card summary { min-height: 42px; display: flex; align-items: center; justify-content: space-between; color: #484848; font-size: 8px; font-weight: 700; cursor: pointer; list-style: none; }.shop-card summary::-webkit-details-marker { display: none; }.shop-card summary i { color: var(--orange); font-size: 16px; font-style: normal; }.shop-card details[open] summary i { transform: rotate(45deg); }.shop-card details p { margin: 0; padding: 0 0 13px; color: var(--muted); font-size: 8px; line-height: 1.55; }
.shop-card__buy, .shop-card__unavailable { min-height: 46px; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; border: 0; border-radius: 10px 10px 10px 3px; color: #fff; background: var(--orange); font-size: 9px; font-weight: 800; cursor: pointer; }
.shop-card__buy:hover { background: var(--orange-dark); }.shop-card__unavailable { justify-content: center; color: #777; background: #e9e7e4; cursor: not-allowed; }
.shop-state { grid-column: 1 / -1; min-height: 260px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; padding: 30px; border: 1px dashed var(--line); border-radius: 18px; color: var(--muted); text-align: center; font-size: 10px; }
.shop-state strong { color: var(--ink); font-size: 17px; }.shop-state button { min-height: 40px; margin-top: 8px; padding: 0 17px; border: 0; border-radius: 9px; color: #fff; background: var(--orange); font-size: 9px; font-weight: 700; cursor: pointer; }.shop-state.is-error { background: #fff7f8; }

.shop-support { padding: 36px 0; background: #17131d; }
.shop-support__inner { min-height: 230px; display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 40px 55px; overflow: hidden; border-radius: 24px 24px 24px 7px; color: #fff; background: radial-gradient(circle at 92% 20%, rgba(238,0,51,.52), transparent 38%), #24182d; }
.shop-support p { margin: 0 0 10px; color: #ff8ca7; font-size: 8px; font-weight: 800; letter-spacing: .14em; }.shop-support h2 { margin: 0; font-size: 32px; letter-spacing: -.045em; }.shop-support span { max-width: 680px; display: block; margin-top: 12px; color: rgba(255,255,255,.65); font-size: 10px; line-height: 1.7; }.shop-support a { min-height: 48px; display: inline-flex; align-items: center; flex: 0 0 auto; padding: 0 20px; border-radius: 11px 11px 11px 3px; color: #fff; background: var(--orange); font-size: 9px; font-weight: 800; }
.shop-footer { padding: 35px 0; border-top: 1px solid var(--line); background: #fff; }.shop-footer .shop-shell { display: flex; align-items: center; justify-content: space-between; gap: 30px; }.shop-footer p { color: var(--muted); font-size: 9px; }.shop-footer div div { display: flex; gap: 20px; }.shop-footer div div a { color: #555; font-size: 9px; font-weight: 600; }

@media (max-width: 900px) {
  .shop-header nav a:not(.is-active):not(.shop-header__account) { display: none; }
  .shop-hero__inner { grid-template-columns: 1fr; min-height: 600px; }
  .shop-hero__copy { padding: 55px 46px; }
  .shop-hero__visual { position: absolute; inset: 0; opacity: .45; pointer-events: none; }
  .shop-benefits__grid { grid-template-columns: repeat(2, 1fr); }.shop-benefits article:nth-child(3) { border-left: 1px solid var(--line); }.shop-benefits article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .shop-toolbar { align-items: stretch; flex-direction: column; }.shop-controls { justify-content: flex-end; }
  .shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .shop-shell { width: min(100% - 28px, 1180px); }
  .shop-header__inner { min-height: 64px; }.shop-header nav { gap: 9px; }.shop-header nav .is-active { display: none; }.shop-header__account { min-height: 38px; padding-inline: 13px; font-size: 9px; }
  .shop-hero { padding-top: 10px; }.shop-hero__inner { min-height: 520px; border-radius: 18px 18px 18px 5px; }.shop-hero__copy { padding: 44px 22px; }.shop-hero h1 { font-size: 39px; }.shop-hero__copy > span { font-size: 10px; }.shop-search > div { grid-template-columns: 1fr; }.shop-search button { width: 100%; }.shop-device { right: -45px; top: 185px; transform: scale(.75) rotate(7deg); }.shop-sim { right: 15px; top: 210px; transform: scale(.7) rotate(-8deg); }
  .shop-benefits__grid { grid-template-columns: 1fr; }.shop-benefits article, .shop-benefits article:nth-child(3) { min-height: 90px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); }
  .shop-main { padding-top: 58px; padding-bottom: 66px; }.shop-heading { align-items: flex-start; flex-direction: column; }.shop-heading h2 { font-size: 30px; }.shop-toolbar { padding: 13px; }.shop-categories { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }.shop-categories button { flex: 0 0 auto; }.shop-controls { display: grid; grid-template-columns: 1fr 1fr; }.shop-controls select { width: 100%; min-width: 0; }
  .shop-grid { grid-template-columns: 1fr; }.shop-card__visual { height: 185px; }
  .shop-support__inner { min-height: 300px; align-items: flex-start; flex-direction: column; padding: 32px 24px; }.shop-support h2 { font-size: 28px; }
  .shop-footer .shop-shell { align-items: flex-start; flex-direction: column; }.shop-footer p { margin: 0; }
}
