:root {
  --bg-top: #20c79a;
  --bg-bottom: #8ce88b;
  --header: rgba(27, 138, 104, 0.78);
  --card: #17385f;
  --card-2: #102a4c;
  --card-stroke: rgba(132, 255, 210, 0.45);
  --hero-top: #1f8ef9;
  --hero-bottom: #145ba7;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.82);
  --soft-shadow: 0 14px 30px rgba(5, 34, 53, 0.22);
  --hard-shadow: 0 8px 0 rgba(11, 69, 63, 0.35);
  --green-btn: linear-gradient(180deg, #50e245 0%, #2fbb36 100%);
  --green-shadow: 0 10px 0 rgba(21, 101, 37, 0.22);
  --purple-btn: linear-gradient(180deg, #cb56ff 0%, #9d37dd 100%);
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
html, body { margin: 0; }
html, body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

body {
  min-width: 320px;
  min-height: 100vh;
  font-family: 'Baloo 2', 'Trebuchet MS', 'Arial Rounded MT Bold', Arial, sans-serif;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 22%, rgba(255,255,255,0.17), transparent 26%),
    radial-gradient(circle at 50% 100%, rgba(255,255,255,0.22), transparent 20%),
    linear-gradient(180deg, var(--bg-top) 0%, #51dba1 52%, var(--bg-bottom) 100%);
  overflow-x: hidden;
  position: relative;
}

body::before,
body::after {
  content: none;
}


.bg-shapes {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: 1;
}


.scene-decor {
  display: none;
}

.scene-cloud,
.scene-bush {
  position: absolute;
  bottom: 0;
}

.scene-cloud {
  width: 430px;
  height: 150px;
  opacity: 0.52;
  filter: blur(0.6px);
  z-index: 1;
}

.scene-cloud--left {
  left: 18px;
  bottom: -8px;
  background:
    radial-gradient(circle at 12% 84%, rgba(255,255,255,0.96) 0 42px, transparent 43px),
    radial-gradient(circle at 26% 70%, rgba(255,255,255,0.98) 0 56px, transparent 57px),
    radial-gradient(circle at 42% 58%, rgba(255,255,255,0.98) 0 74px, transparent 75px),
    radial-gradient(circle at 61% 63%, rgba(255,255,255,0.97) 0 66px, transparent 67px),
    radial-gradient(circle at 79% 79%, rgba(255,255,255,0.94) 0 48px, transparent 49px);
}

.scene-cloud--right {
  right: 18px;
  bottom: -8px;
  transform: scaleX(-1);
  background:
    radial-gradient(circle at 12% 84%, rgba(255,255,255,0.96) 0 42px, transparent 43px),
    radial-gradient(circle at 26% 70%, rgba(255,255,255,0.98) 0 56px, transparent 57px),
    radial-gradient(circle at 42% 58%, rgba(255,255,255,0.98) 0 74px, transparent 75px),
    radial-gradient(circle at 61% 63%, rgba(255,255,255,0.97) 0 66px, transparent 67px),
    radial-gradient(circle at 79% 79%, rgba(255,255,255,0.94) 0 48px, transparent 49px);
}

.scene-bush {
  width: 370px;
  height: 125px;
  opacity: 1;
  z-index: 2;
}

.scene-bush::before,
.scene-bush::after {
  content: "";
  position: absolute;
  inset: 0;
}

.scene-bush::before {
  background:
    radial-gradient(circle at 5% 92%, rgba(99, 213, 83, 0.96) 0 28px, transparent 29px),
    radial-gradient(circle at 16% 64%, rgba(117, 232, 88, 0.98) 0 52px, transparent 53px),
    radial-gradient(circle at 32% 78%, rgba(86, 209, 73, 0.98) 0 40px, transparent 41px),
    radial-gradient(circle at 44% 58%, rgba(124, 239, 96, 0.98) 0 58px, transparent 59px),
    radial-gradient(circle at 59% 76%, rgba(95, 214, 78, 0.98) 0 44px, transparent 45px),
    radial-gradient(circle at 74% 58%, rgba(124, 239, 96, 0.98) 0 58px, transparent 59px),
    radial-gradient(circle at 89% 72%, rgba(97, 214, 79, 0.98) 0 42px, transparent 43px),
    radial-gradient(circle at 100% 92%, rgba(99, 213, 83, 0.96) 0 28px, transparent 29px);
}

.scene-bush::after {
  inset: auto 0 0 0;
  height: 44px;
  background:
    linear-gradient(180deg, rgba(78, 193, 70, 0) 0%, rgba(78, 193, 70, 0.28) 28%, rgba(74, 198, 72, 0.92) 100%),
    radial-gradient(circle at 14% 4px, rgba(126, 239, 96, 0.55) 0 18px, transparent 19px),
    radial-gradient(circle at 50% 6px, rgba(126, 239, 96, 0.5) 0 18px, transparent 19px),
    radial-gradient(circle at 86% 4px, rgba(126, 239, 96, 0.55) 0 18px, transparent 19px);
}

.scene-bush--left {
  left: 12px;
  bottom: -2px;
}

.scene-bush--right {
  right: 12px;
  bottom: -2px;
  transform: scaleX(-1);
}

.shape {
  position: absolute;
  border-radius: 24px;
  --op: 0.82;
  --bw: 4px;
  --mx: 0px;
  --my: 0px;
  transform: translate3d(var(--mx), var(--my), 0);
  will-change: transform;
  filter: drop-shadow(0 0 18px rgba(178, 255, 237, 0.24));
  animation: shapeFloat var(--dur, 6s) ease-in-out infinite;
}

.shape::before {
  content: "";
  position: absolute;
  inset: 0;
  border: var(--bw) solid rgba(181, 255, 237, 0.78);
  border-radius: inherit;
  opacity: var(--op);
  background: rgba(255, 255, 255, 0.05);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.14),
    0 0 0 1px rgba(122, 255, 214, 0.24),
    0 0 18px rgba(173, 255, 235, 0.26),
    0 12px 32px rgba(18, 104, 83, 0.12);
  transform: translate3d(0, 0, 0) rotate(var(--rot, -12deg));
  animation: shapeSpin var(--spin, 15s) linear infinite;
  will-change: transform;
}

.s1 { width: 180px; height: 180px; top: 10%; left: -40px; --rot: -12deg; --dur: 4.8s; --op: 0.76; }
.s2 { width: 140px; height: 140px; top: 26%; right: 7%; --rot: 8deg; --dur: 5.2s; --op: 0.72; }
.s3 { width: 120px; height: 120px; bottom: 18%; left: 8%; --rot: -7deg; --dur: 5.7s; --op: 0.7; }
.s4 { width: 220px; height: 220px; bottom: 8%; right: -40px; --rot: 12deg; --dur: 5.4s; --op: 0.78; }

@keyframes shapeFloat {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(20px, -15px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes shapeSpin {
  0% {
    transform: translate3d(0, 0, 0) rotate(var(--rot, -12deg));
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(calc(var(--rot, -12deg) + 360deg));
  }
}

.topbar,
.page,
.site-footer,
.checkout-modal,
.btn-copy-ip-floating {
  position: relative;
  z-index: 2;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  padding: 10px clamp(18px, 3vw, 54px);
  background: var(--header);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--white);
  text-decoration: none;
  min-width: 318px;
  padding: 8px 18px 8px 8px;
  border-radius: 22px;
}

.logo img,
.footer-logo img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.16);
  image-rendering: pixelated;
}

.logo img {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  box-shadow: 0 0 0 4px rgba(255,255,255,0.16);
}

.logo-text,
.footer-logo div {
  display: grid;
  line-height: 1;
}

.logo-text strong,
.footer-logo strong {
  font-size: 1.12rem;
  line-height: 1.02;
  font-weight: 800;
  text-shadow: 0 2px 0 rgba(0,0,0,.18);
}

.logo-text {
  gap: 3px;
}

.logo-text strong {
  font-size: 1.38rem;
}

.logo-text span,
.footer-logo span {
  margin-top: 3px;
  font-size: .76rem;
  color: rgba(255,255,255,.86);
  font-weight: 700;
}

.logo-text span {
  font-size: .92rem;
}

.main-tabs {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
}

.main-tabs a,
.btn,
.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 16px;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, opacity .18s ease;
}

.main-tabs a {
  padding: 13px 18px;
  color: rgba(255,255,255,.94);
  font-size: .98rem;
  font-weight: 800;
  text-shadow: 0 2px 0 rgba(0,0,0,.22);
}

.main-tabs a:hover,
.main-tabs a:focus-visible {
  background: rgba(14, 111, 78, 0.34);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}

.tab-emoji {
  font-size: 1rem;
  line-height: 1;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn {
  border: 0;
  font: inherit;
  cursor: pointer;
}

.btn:hover,
.chip:hover {
  transform: translateY(-2px);
}

.btn-account {
  padding: 14px 20px;
  color: var(--white);
  font-weight: 900;
  background: var(--purple-btn);
  box-shadow: 0 8px 0 rgba(108, 31, 160, 0.28);
  white-space: nowrap;
}

.page {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 88px;
}

.panel {
  background: linear-gradient(180deg, var(--card) 0%, var(--card-2) 100%);
  border: 2px solid var(--card-stroke);
  border-radius: 26px;
  box-shadow: var(--soft-shadow), 0 8px 0 rgba(10, 47, 78, 0.28);
}

.hero {
  position: relative;
  min-height: 238px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding: 30px 54px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.14), transparent 32%),
    linear-gradient(180deg, var(--hero-top) 0%, var(--hero-bottom) 100%);
  border-color: rgba(206, 245, 255, 0.55);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto -4% -56px -4%;
  height: 122px;
  background:
    radial-gradient(circle at 12% 54%, #b7f6ff 0 46px, transparent 48px),
    radial-gradient(circle at 28% 64%, #d2fbff 0 56px, transparent 58px),
    radial-gradient(circle at 48% 62%, #bff8ff 0 48px, transparent 50px),
    radial-gradient(circle at 66% 48%, #d4fbff 0 54px, transparent 56px),
    radial-gradient(circle at 86% 62%, #bdf7ff 0 52px, transparent 54px);
  opacity: .48;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,.24) 0 4px, transparent 5px),
    radial-gradient(circle at 56% 15%, rgba(255,255,255,.22) 0 3px, transparent 4px),
    radial-gradient(circle at 74% 30%, rgba(255,255,255,.18) 0 4px, transparent 5px),
    radial-gradient(circle at 68% 18%, rgba(255,255,255,.14) 0 24px, transparent 26px);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 760px;
}

.hero h1 {
  margin: 0 0 16px;
  font-family: 'Luckiest Guy', cursive;
  font-size: clamp(2.65rem, 4.4vw, 4.6rem);
  line-height: .92;
  font-weight: 400;
  letter-spacing: .03em;
  color: var(--white);
  text-transform: uppercase;
  text-shadow:
    -3px 0 0 rgba(12, 40, 76, 0.95),
    3px 0 0 rgba(12, 40, 76, 0.95),
    0 -3px 0 rgba(12, 40, 76, 0.95),
    0 4px 0 rgba(12, 40, 76, 0.95),
    0 8px 18px rgba(0,0,0,.20);
}

.hero p {
  margin: 0 0 28px;
  font-size: 1.16rem;
  font-weight: 800;
  color: rgba(255,255,255,.95);
  text-shadow: 0 2px 0 rgba(17, 65, 114, .55);
}

.btn-main {
  padding: 18px 28px;
  background: var(--green-btn);
  color: var(--white);
  font-weight: 900;
  font-size: 1.18rem;
  box-shadow: var(--green-shadow);
}

.btn-main span {
  font-size: 1.22rem;
}

.hero-visual {
  display: none;
}

.shop {
  margin-top: 28px;
}

.shop-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.shop-head h2,
.recent-head h2 {
  margin: 0;
  font-size: clamp(1.9rem, 2.8vw, 3rem);
  font-weight: 900;
  text-shadow: 0 3px 0 rgba(15, 97, 74, 0.32);
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip {
  padding: 12px 18px;
  border: 0;
  background: rgba(21, 112, 80, 0.35);
  color: rgba(255,255,255,.88);
  font-family: inherit;
  font-size: .98rem;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

.chip.is-active {
  background: var(--green-btn);
  color: var(--white);
  box-shadow: var(--green-shadow);
}

.shop-layout {
  display: block;
}

.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  min-height: 188px;
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .18s ease, opacity .2s ease;
}

.product-card:hover {
  transform: translateY(-3px);
}

.product-card.is-hidden {
  display: none;
}

.product-icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  font-size: 2.45rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 8px 18px rgba(0,0,0,.18);
}

.product-icon--gold { background: linear-gradient(180deg, #ffdc52 0%, #ffb22f 100%); }
.product-icon--orange { background: linear-gradient(180deg, #ffbe6c 0%, #ff8d45 100%); }
.product-icon--blue { background: linear-gradient(180deg, #76cdff 0%, #3d78ff 100%); }
.product-icon--yellow { background: linear-gradient(180deg, #ffe663 0%, #ffad26 100%); }
.product-icon--green { background: linear-gradient(180deg, #c7ff62 0%, #73db37 100%); }
.product-icon--teal { background: linear-gradient(180deg, #67ffe3 0%, #2db1a7 100%); }
.product-icon--pink { background: linear-gradient(180deg, #e899ff 0%, #ad52ff 100%); }

.product-card h3,
.recent-item strong {
  margin: 14px 0 8px;
  font-size: 1.28rem;
  line-height: 1;
  font-weight: 900;
}

.product-card p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 1rem;
  line-height: 1.35;
  max-width: 180px;
}

.product-bottom {
  margin-top: 18px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.product-bottom strong {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 3px 0 rgba(0,0,0,.15);
}

.btn-buy {
  min-width: 112px;
  padding: 14px 18px;
  background: var(--green-btn);
  color: var(--white);
  font-weight: 900;
  box-shadow: var(--green-shadow);
}

.recent-wrap {
  --recent-visible: 5;
  --recent-item-w: 238px;
  --recent-gap: 14px;
  margin-top: 72px;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.recent-head {
  padding: 0 0 10px;
}

.recent-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}

.recent-marquee.is-dragging {
  cursor: grabbing;
}

.recent-track {
  display: flex;
  align-items: stretch;
  gap: var(--recent-gap);
  padding: 2px 0 10px;
  width: 100%;
  will-change: transform;
  transform: translateX(0);
}

.recent-item {
  flex: 0 0 var(--recent-item-w);
  min-width: var(--recent-item-w);
  min-height: 108px;
  padding: 18px;
  display: grid;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  gap: 14px;
  box-shadow: 0 8px 0 rgba(10, 47, 78, 0.28);
}

.recent-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  font-size: 2rem;
  background: linear-gradient(180deg, #335c90 0%, #1f3d68 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.recent-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.recent-info strong {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recent-rank {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 1rem;
  font-weight: 800;
}

.recent-info small {
  color: rgba(255,255,255,.75);
  font-size: .95rem;
  font-weight: 700;
}

.recent-price {
  font-size: 1.62rem;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.accent--green { color: #86ff7b; }
.accent--yellow { color: #ffd051; }
.accent--blue { color: #76c5ff; }
.accent--lime { color: #9cff5f; }
.accent--pink { color: #eb8cff; }

.site-footer {
  margin-top: 72px;
  padding: 24px clamp(18px, 3vw, 34px);
  background: #16222f;
}

.footer-grid {
  width: min(1280px, calc(100% - 8px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 18px;
}

.footer-brand p,
.footer-links,
.footer-contact {
  margin: 0;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
  text-decoration: none;
}

.footer-logo img {
  width: 52px;
  height: 52px;
}

.footer-logo strong {
  font-size: 1.46rem;
}

.footer-logo span {
  font-size: .82rem;
}

.footer-brand p {
  margin-top: 12px;
  color: #d5e8f4;
  font-size: .98rem;
  font-weight: 700;
}

.footer-legal {
  margin-top: 10px;
  display: grid;
  gap: 4px;
}

.footer-legal p {
  margin: 0;
  color: #b8d1de;
  font-size: .88rem;
  line-height: 1.35;
}

.footer-legal a {
  color: #93f6d7;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  font-weight: 700;
}

.footer-links {
  display: grid;
  gap: 8px;
  align-content: start;
}

.footer-links h4,
.footer-contact h4 {
  margin: 0 0 10px;
  font-size: 1.4rem;
  font-weight: 900;
}

.footer-links a {
  color: #dff9ef;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
}

.footer-links a:hover,
.footer-legal a:hover {
  color: #b4ffe8;
}

.footer-contact {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 12px;
  border: 2px solid rgba(130, 239, 207, 0.62);
  background: rgba(12, 36, 46, 0.78);
  color: #eafff8;
  text-decoration: none;
  font-size: .98rem;
  font-weight: 800;
  padding: 8px 12px;
}

.footer-pill:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

.checkout-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .26s ease, visibility .26s ease;
}

.checkout-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.checkout-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 14, 23, 0.7);
  backdrop-filter: blur(4px);
}

.checkout-panel {
  position: relative;
  width: min(980px, calc(100vw - 24px));
  max-height: calc(100vh - 32px);
  padding: 20px;
  overflow: auto;
  transform: translateY(14px) scale(0.985);
  opacity: 0;
  transition: transform .28s cubic-bezier(.2,.8,.2,1), opacity .28s ease;
}

.checkout-modal.is-open .checkout-panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.checkout-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 2px solid rgba(206, 245, 255, 0.55);
  background: #17385f;
  color: var(--white);
  font-family: inherit;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.checkout-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.checkout-info,
.checkout-form {
  background: rgba(12, 36, 46, 0.62);
  border-radius: 18px;
  padding: 16px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.checkout-kicker {
  margin: 0;
  color: #92ffe4;
  font-size: .85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.checkout-info h3 {
  margin: 6px 0 0;
  font-family: 'Luckiest Guy', cursive;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: .96;
  letter-spacing: .03em;
  font-weight: 400;
}

.checkout-short {
  margin: 8px 0 4px;
  color: rgba(255,255,255,.84);
  font-size: 1.02rem;
  font-weight: 700;
}

.checkout-price {
  margin: 0 0 14px;
  font-size: 2.35rem;
  font-weight: 900;
  color: #9fffe3;
  line-height: 1;
}

.checkout-info h4 {
  margin: 8px 0 8px;
  font-size: 1.18rem;
}

.checkout-features {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 6px;
  font-size: 1rem;
  font-weight: 700;
}

.checkout-form {
  display: grid;
  gap: 10px;
  align-content: start;
}

.field {
  display: grid;
  gap: 6px;
}

.field span {
  font-size: .98rem;
  font-weight: 800;
  color: #d7f9ef;
}

.field input,
.field select {
  width: 100%;
  border-radius: 12px;
  border: 2px solid rgba(129, 241, 208, 0.38);
  background: #132737;
  color: #effaff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  padding: 11px 12px;
  outline: none;
  transition: border-color .28s ease, box-shadow .28s ease, transform .22s ease, background-color .28s ease;
  caret-color: #8ff5db;
}

.field input::placeholder {
  color: rgba(210, 232, 245, 0.64);
}

.field input:focus,
.field select:focus {
  border-color: #8df2d6;
  box-shadow: 0 0 0 3px rgba(136, 245, 214, 0.18);
  background-color: #183245;
  transform: translateY(-1px);
}

.confirm-check {
  margin-top: 2px;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: .96rem;
  line-height: 1.25;
}

.confirm-check input {
  margin-top: 4px;
  accent-color: #53df49;
}

.checkout-submit {
  margin-top: 4px;
  width: 100%;
}

.btn-copy-ip {
  gap: 8px;
  padding: 16px 20px;
  background: linear-gradient(180deg, #2a4e78 0%, #19365a 100%);
  color: var(--white);
  font-weight: 900;
  border: 2px solid rgba(150, 232, 255, 0.35);
  box-shadow: var(--soft-shadow), 0 8px 0 rgba(16, 43, 68, 0.28);
}

.btn-copy-ip-floating {
  position: fixed;
  right: 22px;
  bottom: 18px;
  z-index: 25;
}

.copy-ip-icon {
  font-size: 1rem;
}


.btn-copy-ip.is-copied {
  background: var(--green-btn);
  border-color: rgba(198, 255, 189, 0.58);
  box-shadow: var(--green-shadow);
}

.input-soft-typing {
  text-shadow: 0 0 6px rgba(182, 246, 230, 0.32);
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 1240px) {
  .products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 310px;
    padding-right: 42px;
  }

}

@media (max-width: 980px) {
  .topbar {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .logo {
    min-width: 286px;
    padding-right: 14px;
  }

  .logo img {
    width: 50px;
    height: 50px;
  }

  .logo-text strong {
    font-size: 1.28rem;
  }

  .main-tabs {
    order: 3;
    width: 100%;
    flex-wrap: wrap;
  }

  .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .recent-wrap {
    --recent-visible: 4;
    --recent-item-w: 220px;
  }

  .footer-grid,
  .checkout-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-contact {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .checkout-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  body::before,
  body::after {
    display: none;
  }

  .page {
    width: min(100% - 24px, 100%);
    padding-top: 20px;
  }

  .topbar {
    padding-inline: 12px;
  }

  .logo {
    min-width: 0;
    padding: 4px 8px 4px 4px;
    gap: 12px;
  }

  .logo img {
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }

  .main-tabs {
    display: none;
  }

  .logo-text strong {
    font-size: 1.08rem;
  }

  .logo-text span {
    font-size: .74rem;
  }

  .btn-account {
    padding: 12px 14px;
    font-size: .92rem;
  }

  .hero {
    min-height: 420px;
    padding: 24px;
    border-radius: 24px;
  }

  .hero h1 {
    font-size: 2.35rem;
    max-width: 320px;
  }

  .hero p {
    font-size: 1rem;
    max-width: 240px;
  }


  .shop-head {
    flex-direction: column;
    align-items: stretch;
  }

  .products,
  .footer-grid,
  .footer-contact {
    grid-template-columns: 1fr;
  }

  .recent-wrap {
    --recent-visible: 2;
    --recent-item-w: 210px;
  }

  .recent-item {
    padding: 14px;
    grid-template-columns: 54px 1fr;
  }

  .recent-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    font-size: 1.7rem;
  }

  .recent-price {
    grid-column: 2;
    justify-self: start;
    font-size: 1.2rem;
  }

  .site-footer {
    margin-top: 34px;
  }

  .footer-contact {
    grid-column: auto;
  }

  .btn-copy-ip-floating {
    right: 12px;
    left: 12px;
    bottom: 12px;
    justify-content: center;
  }
}


@media (max-width: 900px) {
  .scene-cloud {
    width: 320px;
    height: 118px;
    opacity: 0.46;
  }
  .scene-bush {
    width: 250px;
    height: 92px;
  }
}
