* { box-sizing: border-box; }
[hidden] { display: none !important; }
html, body { margin: 0; padding: 0; background: #151218; }
body {
  font-family: 'Manrope', sans-serif;
  color: #FFFFFF;
  background-color: #151218;
  background-image:
    radial-gradient(760px 480px at 12% -6%, rgba(240,107,224,0.18), transparent 60%),
    radial-gradient(680px 460px at 92% 8%, rgba(184,51,172,0.16), transparent 60%),
    radial-gradient(900px 600px at 50% 110%, rgba(46,123,255,0.08), transparent 65%);
  background-attachment: fixed, fixed, fixed;
}
::placeholder { color: #6E6680; }
a { text-decoration: none; }
button { font-family: inherit; }
img { max-width: none; }

@keyframes modalOverlayIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes modalCardIn { from { opacity: 0; transform: translateY(14px) scale(0.96); } to { opacity: 1; transform: translateY(0) scale(1); } }

.bg-orbs { position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.bg-orbs .orb1 { position: absolute; top: -160px; left: -120px; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(240,107,224,0.20), transparent 70%); filter: blur(10px); }
.bg-orbs .orb2 { position: absolute; top: 220px; right: -180px; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(46,123,255,0.14), transparent 70%); filter: blur(10px); }
.bg-orbs .orb3 { position: absolute; bottom: -220px; left: 30%; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(184,51,172,0.16), transparent 70%); filter: blur(10px); }

.page { min-height: 100vh; display: flex; flex-direction: column; position: relative; z-index: 1; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(23,19,28,0.94); backdrop-filter: blur(12px); border-bottom: 1px solid #272130; }
.site-header .inner { max-width: 1480px; margin: 0 auto; padding: 0 28px; height: 78px; display: flex; align-items: center; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; margin-right: 6px; color: inherit; }
.brand img { width: 46px; height: 46px; }
.brand .name { font-family: 'Unbounded', sans-serif; font-weight: 800; font-size: 17px; color: #FFFFFF; line-height: 1.2; }
.main-nav { display: flex; align-items: center; gap: 2px; }
.nav-link { color: #8F87A0; font-weight: 700; font-size: 11.5px; letter-spacing: 0.08em; padding: 10px 10px; transition: color 0.15s; }
.nav-link:hover { color: #FFFFFF; }
.nav-home { display: flex; align-items: center; gap: 9px; background: #282232; border-radius: 14px; padding: 7px 15px 7px 7px; margin-right: 6px; }
.nav-home .ico { width: 32px; height: 32px; border-radius: 10px; background: linear-gradient(135deg, #F06BE0, #B833AC); display: flex; align-items: center; justify-content: center; }
.nav-home span:last-child { color: #FFFFFF; font-weight: 800; font-size: 11.5px; letter-spacing: 0.08em; }
.header-side { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.cur-chip { display: flex; align-items: center; gap: 7px; background: #221D2B; border: 1px solid #2E2838; border-radius: 12px; padding: 9px 14px; color: #B7AFC4; font-weight: 800; font-size: 13px; }
.cur-chip .sym { color: #E14FD2; }
.tg-btn { width: 38px; height: 38px; border-radius: 50%; background: #2AABEE; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

.content { max-width: 1480px; margin: 0 auto; padding: 36px 28px 72px; width: 100%; flex: 1; }

.hero { position: relative; overflow: visible; margin-bottom: 44px; min-height: 380px; display: flex; align-items: center; }
.hero-panel { position: absolute; top: 0; left: 0; bottom: 0; right: 108px; border-radius: 26px; overflow: hidden; background: #1a1226; box-shadow: 0 24px 60px rgba(184,51,172,0.28); }
.hero-panel .bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.hero-panel .shade1 { position: absolute; inset: 0; background-image: linear-gradient(100deg, rgba(46,16,66,0.96) 0%, rgba(84,28,110,0.82) 34%, rgba(140,40,140,0.42) 62%, rgba(20,10,30,0.4) 100%); pointer-events: none; }
.hero-panel .shade2 { position: absolute; inset: 0; background-image: linear-gradient(to top, rgba(15,8,24,0.55), transparent 40%); pointer-events: none; }
.hero-panel .vignette { position: absolute; inset: 0; box-shadow: inset -26px 0 40px -18px rgba(0,0,0,0.55); pointer-events: none; }
.hero-panel .watermark { position: absolute; left: -10px; top: 180px; font-family: 'Unbounded', sans-serif; font-size: 150px; font-weight: 800; color: rgba(255,255,255,0.06); letter-spacing: -0.02em; white-space: nowrap; pointer-events: none; user-select: none; line-height: 1; }
.hero-heroes { position: absolute; right: 8px; bottom: 4px; height: 112%; width: auto; filter: drop-shadow(0 16px 26px rgba(0,0,0,0.5)); pointer-events: none; z-index: 3; }
.hero-body { position: relative; z-index: 4; padding: 44px 48px; max-width: 620px; }
.hero-body h1 { font-family: 'Unbounded', sans-serif; font-size: 48px; line-height: 1.06; font-weight: 800; color: #FFFFFF; margin: 18px 0 0; text-shadow: 0 4px 24px rgba(0,0,0,0.3); }
.hero-body .sub { color: rgba(255,255,255,0.88); font-size: 17px; font-weight: 600; line-height: 1.5; margin: 16px 0 0; max-width: 460px; }
.hero-cta { display: flex; align-items: center; gap: 13px; margin-top: 26px; flex-wrap: wrap; }
.btn-primary { display: inline-flex; align-items: center; gap: 9px; background: #FFFFFF; color: #B02A9E; font-family: 'Unbounded', sans-serif; font-size: 13px; font-weight: 700; padding: 15px 26px; border-radius: 14px; box-shadow: 0 10px 30px rgba(0,0,0,0.25); }
.btn-ip { display: inline-flex; align-items: center; gap: 10px; background: rgba(15,8,24,0.5); border: 1px solid rgba(255,255,255,0.18); backdrop-filter: blur(8px); color: #FFFFFF; font-size: 14px; font-weight: 800; padding: 14px 20px; border-radius: 14px; cursor: pointer; letter-spacing: 0.02em; transition: background 0.15s, border-color 0.15s; }
.btn-ip:hover { background: rgba(15,8,24,0.7); border-color: rgba(255,255,255,0.32); }
.btn-ip .ip { font-family: 'Unbounded', sans-serif; font-size: 12.5px; }

.section-head { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.section-head .ico { width: 36px; height: 36px; border-radius: 11px; background: #282232; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.section-head h2 { font-family: 'Unbounded', sans-serif; font-size: 19px; font-weight: 700; color: #FFFFFF; margin: 0; }
.section-head .aside { margin-left: auto; color: #8F87A0; font-size: 13px; font-weight: 600; }
.section-head .aside b { color: #FFFFFF; font-weight: 800; }

.purchases { margin-bottom: 48px; }
.purchases-grid { display: grid; grid-template-columns: 280px repeat(6, 1fr); gap: 14px; }
.donator-card { background: linear-gradient(160deg, #2C2138, #1E1926); border: 1px solid #3A2C4E; border-radius: 16px; padding: 18px; display: flex; flex-direction: column; gap: 11px; }
.donator-card .nick { display: flex; align-items: center; gap: 10px; background: #171320; border: 1px solid #2E2838; border-radius: 12px; padding: 8px 12px; align-self: flex-start; }
.donator-card .nick img { width: 26px; height: 26px; }
.donator-card .nick span { color: #FFFFFF; font-weight: 800; font-size: 13px; }
.donator-card .label { color: #8F87A0; font-size: 11px; font-weight: 800; letter-spacing: 0.12em; margin-top: 4px; }
.donator-card .sum { font-family: 'Unbounded', sans-serif; color: #FFFFFF; font-size: 24px; font-weight: 800; }
.donator-card .cur { color: #6E6680; font-size: 12px; font-weight: 700; }
.purchase-card { background: #1E1926; border: 1px solid #2A2433; border-radius: 16px; padding: 16px 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; text-align: center; }
.purchase-card img { width: 72px; height: 72px; }
.purchase-card .nick { color: #FFFFFF; font-weight: 800; font-size: 13.5px; }
.purchase-card .when { color: #6E6680; font-size: 12px; font-weight: 600; }

.catalog-grid { display: grid; grid-template-columns: 280px 1fr; gap: 24px; align-items: start; }
.search-box { display: flex; align-items: center; gap: 10px; background: #1E1926; border: 1px solid #2A2433; border-radius: 14px; padding: 13px 14px; margin-bottom: 16px; }
.search-box input { background: transparent; border: none; outline: none; color: #FFFFFF; font-family: 'Manrope', sans-serif; font-size: 14px; font-weight: 600; flex: 1; min-width: 0; }
.cat-btn { display: flex; align-items: center; gap: 14px; padding: 11px 18px; border-radius: 18px; margin-bottom: 12px; cursor: pointer; font-weight: 800; font-size: 15px; color: #C9C2D6; background: #1C1723; border: 1px solid #272130; user-select: none; transition: transform 0.15s ease, box-shadow 0.15s ease; width: 100%; text-align: left; }
.cat-btn .ico { width: 42px; height: 42px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.cat-btn .ico img { width: 38px; height: 38px; border-radius: 9px; image-rendering: pixelated; filter: drop-shadow(0 3px 6px rgba(0,0,0,0.45)); }
.cat-btn.active { color: #FFFFFF; background: linear-gradient(135deg, #F06BE0, #B833AC); border: 1px solid transparent; box-shadow: 0 8px 20px rgba(184,51,172,0.32); }
.server-chip { display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(135deg, #F06BE0, #B833AC); border-radius: 14px; padding: 8px 18px 8px 10px; margin-bottom: 18px; box-shadow: 0 6px 24px rgba(225,79,210,0.3); }
.server-chip img { width: 30px; height: 30px; }
.server-chip span { font-family: 'Unbounded', sans-serif; color: #FFFFFF; font-size: 13px; font-weight: 800; letter-spacing: 0.06em; }
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(238px, 1fr)); gap: 16px; }

.product-card { background: #1E1926; border: 1px solid #2A2433; border-radius: 16px; overflow: hidden; position: relative; transition: transform 0.15s ease, border-color 0.15s ease; display: flex; flex-direction: column; height: 100%; cursor: pointer; }
.product-card:hover { transform: translateY(-4px); border-color: #3A2F4C; }
.product-card .top { padding: 16px 16px 0; display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; }
.product-card .cat-label { color: #8F87A0; font-size: 12px; font-weight: 600; margin-bottom: 4px; }
.product-card .name { font-family: 'Unbounded', sans-serif; color: #FFFFFF; font-size: 15px; font-weight: 700; }
.product-card .stock { color: #B7AFC4; font-size: 11.5px; font-weight: 700; margin-top: 3px; }
.hit-badge { background: linear-gradient(135deg, #F06BE0, #B833AC); color: #FFFFFF; font-size: 11px; font-weight: 800; letter-spacing: 0.08em; padding: 4px 10px; border-radius: 8px; flex-shrink: 0; }
.product-card .tile { padding: 14px 16px 16px; flex: 1; display: flex; }
.product-card .tile-inner { height: 240px; min-height: 100%; flex: 1; display: flex; align-items: center; justify-content: center; position: relative; overflow: visible; }
.product-card .tile-inner img { width: 148%; height: 148%; object-fit: contain; filter: drop-shadow(0 0 30px var(--glow)); }
.product-card .tile-inner.self-glow img { width: 108%; height: 108%; filter: none; }
.buy-bar { background: #262130; padding: 13px; text-align: center; font-family: 'Unbounded', sans-serif; color: #FFFFFF; font-size: 15px; font-weight: 700; cursor: pointer; border: none; width: 100%; }
.empty-note { color: #8F87A0; font-size: 14px; font-weight: 600; padding: 40px 0; text-align: center; }

.modal-overlay { position: fixed; inset: 0; background: rgba(8,6,11,0.78); backdrop-filter: blur(6px); z-index: 100; display: flex; align-items: center; justify-content: center; padding: 24px; animation: modalOverlayIn 0.22s ease; }

.modal-overlay.closing { animation: modalOverlayIn 0.2s ease reverse forwards; }
.modal-card { width: 1000px; max-width: 100%; max-height: 92vh; overflow-y: auto; background: #17131E; border: 1px solid #2A2433; border-radius: 22px; padding: 30px 34px 34px; box-shadow: 0 40px 100px rgba(0,0,0,0.6); animation: modalCardIn 0.28s cubic-bezier(0.2,0.8,0.2,1); }
.modal-overlay.closing .modal-card { animation: modalCardIn 0.2s ease reverse forwards; }
.modal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.modal-head .title { font-family: 'Unbounded', sans-serif; color: #FFFFFF; font-size: 24px; font-weight: 800; }
.modal-close { color: #8F87A0; font-size: 26px; cursor: pointer; line-height: 1; background: none; border: none; padding: 0; }
.modal-close:hover { color: #FFFFFF; }
.modal-grid { display: grid; grid-template-columns: 300px 1fr; gap: 30px; align-items: start; }
.modal-product { background: #1C1826; border: 1px solid #2A2433; border-radius: 18px; padding: 22px; }
.modal-product .pic { border-radius: 16px; border: 1px solid #2A2433; padding: 26px 18px; display: flex; align-items: center; justify-content: center; min-height: 180px; background: radial-gradient(circle at 50% 42%, var(--tint), transparent 70%); }
.modal-product .pic img { width: 190px; height: 190px; object-fit: contain; filter: drop-shadow(0 0 26px var(--glow)); }
.modal-product .pic.self-glow img { width: 150px; height: 150px; filter: none; }
.modal-product .title { font-family: 'Unbounded', sans-serif; color: #FFFFFF; font-size: 19px; font-weight: 800; margin-top: 18px; }
.modal-product .price-row { display: flex; align-items: baseline; gap: 7px; margin-top: 7px; }
.modal-product .price-row .val { font-family: 'Unbounded', sans-serif; color: #FFFFFF; font-size: 17px; font-weight: 700; }
.modal-product .price-row .per { color: #6E6680; font-size: 13px; font-weight: 600; }
.modal-product .status { color: #B7AFC4; font-size: 13.5px; font-weight: 600; margin-top: 14px; }
.modal-product .note { color: #8F87A0; font-size: 13px; font-weight: 500; margin-top: 6px; }
.donate-hint { display: flex; gap: 9px; align-items: flex-start; background: #191521; border: 1px solid #2E2838; border-radius: 12px; padding: 12px 14px; margin-top: 16px; color: #B7AFC4; font-size: 12.5px; font-weight: 500; line-height: 1.5; }
.donate-hint svg { flex-shrink: 0; margin-top: 1px; }
.donate-hint code { color: #E14FD2; font-family: 'Manrope', sans-serif; font-weight: 800; }
.total-row { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid #262030; margin-bottom: 18px; }
.total-row .label { color: #8F87A0; font-size: 15px; font-weight: 700; }
.total-row .val { font-family: 'Unbounded', sans-serif; color: #FFFFFF; font-size: 18px; font-weight: 700; }
.warn-box { display: flex; gap: 12px; background: #1F1A29; border: 1px solid #2E2838; border-radius: 14px; padding: 15px 17px; margin-bottom: 22px; }
.warn-box svg { flex-shrink: 0; margin-top: 1px; }
.warn-box .title { color: #FFA928; font-size: 14px; font-weight: 800; margin-bottom: 4px; }
.warn-box .text { color: #B7AFC4; font-size: 13px; font-weight: 500; line-height: 1.5; }
.form-label { color: #FFFFFF; font-size: 15px; font-weight: 700; margin-bottom: 12px; }
.durations { display: flex; gap: 12px; margin-bottom: 24px; }
.duration-opt { flex: 1; display: flex; align-items: center; gap: 11px; padding: 13px 14px; border-radius: 13px; cursor: pointer; transition: border-color 0.15s, background 0.15s; background: #191521; border: 1.5px solid #2A2433; }
.duration-opt .radio { width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0; border: 2px solid #4A4258; transition: border 0.15s; }
.duration-opt.active { background: linear-gradient(135deg, rgba(240,107,224,0.16), rgba(184,51,172,0.10)); border-color: #F06BE0; }
.duration-opt.active .radio { border: 6px solid #F06BE0; }
.duration-opt .label { color: #FFFFFF; font-size: 14px; font-weight: 700; }
.duration-opt .sub { color: #8F87A0; font-size: 12px; font-weight: 500; }
.duration-opt .price { font-family: 'Unbounded', sans-serif; color: #FFFFFF; font-size: 13px; font-weight: 700; margin-left: auto; }
.field { display: flex; align-items: center; gap: 10px; background: #191521; border: 1px solid #2E2838; border-radius: 13px; padding: 0 15px; margin-bottom: 11px; }
.field input { flex: 1; background: transparent; border: none; outline: none; color: #FFFFFF; font-family: 'Manrope', sans-serif; font-size: 14px; font-weight: 600; padding: 15px 0; min-width: 0; }
.pay-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 22px; margin-top: 12px; }
.pay-opt { display: flex; align-items: center; gap: 12px; padding: 14px 15px; border-radius: 13px; cursor: pointer; transition: border-color 0.15s, background 0.15s; background: #191521; border: 1.5px solid #2A2433; }
.pay-opt.active { background: linear-gradient(135deg, rgba(240,107,224,0.16), rgba(184,51,172,0.10)); border-color: #F06BE0; }
.pay-opt.disabled { opacity: 0.4; filter: grayscale(1); cursor: not-allowed; }
.pay-opt .badge { width: 36px; height: 36px; border-radius: 10px; background: #FFFFFF; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pay-opt .badge.dark { background: #191521; border: 1px solid #2E2838; position: relative; }
.pay-opt .info { flex: 1; min-width: 0; }
.pay-opt .info .label { color: #FFFFFF; font-size: 13.5px; font-weight: 700; }
.pay-opt .info .desc { color: #8F87A0; font-size: 11.5px; font-weight: 500; }
.pay-opt .check { flex-shrink: 0; display: none; }
.pay-opt.active .check { display: block; }
.agree-row { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 22px; }
.agree-box { width: 22px; height: 22px; border-radius: 7px; flex-shrink: 0; cursor: pointer; display: flex; align-items: center; justify-content: center; background: #191521; border: 1.5px solid #3A3448; transition: background 0.15s; }
.agree-box svg { display: none; }
.agree-box.checked { background: linear-gradient(135deg, #F06BE0, #B833AC); border: 1.5px solid transparent; }
.agree-box.checked svg { display: block; }
.agree-row .text { color: #B7AFC4; font-size: 13px; font-weight: 500; line-height: 1.55; }
.agree-row .text a { color: #E14FD2; text-decoration: underline; }
.pay-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 15px 30px; border-radius: 13px; border: none; font-family: 'Unbounded', sans-serif; font-size: 13px; font-weight: 700; color: #FFFFFF; background: #2A2433; opacity: 0.5; cursor: not-allowed; transition: opacity 0.15s, box-shadow 0.15s; }
.pay-btn.enabled { background: linear-gradient(135deg, #F06BE0, #B833AC); opacity: 1; cursor: pointer; box-shadow: 0 10px 30px rgba(225,79,210,0.4); }
.pay-note { display: none; margin-top: 14px; color: #FFA928; font-size: 13px; font-weight: 600; }
.pay-note.visible { display: block; }

.site-footer { border-top: 1px solid #272130; background: #17131C; }
.site-footer .inner { max-width: 1480px; margin: 0 auto; padding: 40px 28px 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; padding-bottom: 28px; }
.footer-brand { display: flex; align-items: center; gap: 11px; margin-bottom: 12px; }
.footer-brand img { width: 36px; height: 36px; }
.footer-brand span { font-family: 'Unbounded', sans-serif; font-weight: 800; font-size: 16px; color: #FFFFFF; }
.footer-col .head { color: #FFFFFF; font-size: 12.5px; font-weight: 800; letter-spacing: 0.06em; margin-bottom: 14px; }
.footer-col .list { display: flex; flex-direction: column; gap: 8px; color: #7A7290; font-size: 13px; font-weight: 500; }
.footer-col .list.links { gap: 10px; }
.footer-col .list a { color: #9B93BB; font-size: 13px; font-weight: 600; transition: color 0.15s; }
.footer-col .list a:hover { color: #E14FD2; }
.footer-bottom { border-top: 1px solid #232030; padding-top: 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-bottom span { color: #57506A; font-size: 12px; font-weight: 600; }
.footer-bottom span:last-child { text-align: right; }

.rules-article { max-width: 900px; margin: 0 auto; }
.rules-article h1 { font-family: 'Unbounded', sans-serif; font-size: 34px; font-weight: 800; margin: 10px 0 6px; }
.rules-article .updated { color: #8F87A0; font-size: 13px; font-weight: 600; margin-bottom: 30px; }
.rules-article h2 { font-family: 'Unbounded', sans-serif; font-size: 19px; font-weight: 700; color: #FFFFFF; margin: 38px 0 14px; }
.rules-article h3 { font-size: 14px; font-weight: 800; letter-spacing: 0.06em; color: #E14FD2; margin: 26px 0 10px; text-transform: uppercase; }
.rules-article p, .rules-article li { color: #C9C2D6; font-size: 14.5px; font-weight: 500; line-height: 1.65; }
.rules-article ul { padding-left: 22px; margin: 8px 0 16px; }
.rules-article a { color: #E14FD2; }
.rule-item { display: flex; gap: 14px; padding: 11px 0; border-bottom: 1px solid #221D2B; }
.rule-item .num { font-family: 'Unbounded', sans-serif; color: #E14FD2; font-size: 13px; font-weight: 700; flex-shrink: 0; min-width: 44px; }
.rule-item .text { color: #C9C2D6; font-size: 14.5px; font-weight: 500; line-height: 1.6; }
.rule-note { background: #1E1926; border: 1px solid #2A2433; border-left: 3px solid #FFA928; border-radius: 12px; padding: 14px 18px; margin: 16px 0; color: #B7AFC4; font-size: 13.5px; font-weight: 500; line-height: 1.6; }
.rule-note b { color: #FFA928; }
.terms-grid { display: grid; gap: 10px; margin: 14px 0 20px; }
.term { background: #1E1926; border: 1px solid #2A2433; border-radius: 12px; padding: 13px 17px; }
.term b { color: #FFFFFF; font-size: 14px; }
.term span { color: #A79FBA; font-size: 13.5px; line-height: 1.55; }

@media (max-width: 1180px) {
  .purchases-grid { grid-template-columns: 280px repeat(3, 1fr); }
  .purchases-grid .purchase-card:nth-child(n+5) { display: none; }
  .hero-heroes { display: none; }
  .hero-panel { right: 0; }
  .modal-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .site-header .inner { height: auto; padding: 12px 16px; flex-wrap: wrap; gap: 10px; }
  .main-nav { order: 3; width: 100%; overflow-x: auto; }
  .content { padding: 24px 16px 56px; }
  .hero-body { padding: 32px 28px; }
  .hero-body h1 { font-size: 34px; }
  .hero-panel .watermark { font-size: 90px; top: auto; bottom: 20px; }
  .catalog-grid { grid-template-columns: 1fr; }
  .purchases-grid { grid-template-columns: 1fr 1fr; }
  .purchases-grid .purchase-card:nth-child(n+4) { display: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .durations { flex-direction: column; }
  .pay-grid { grid-template-columns: 1fr; }
  .modal-card { padding: 22px 18px 26px; }
}
