/*
 * MARI refinement v11.
 * Layered hero, accurate dotted map, original service scenes and grouped contacts.
 */

/* Hero: a central design showcase instead of a split text / picture composition. */

.home-v2 .hero {
  min-height: 760px;
  height: max(760px, 100svh);
  background: #0756ed;
}

.home-v2 .hero-art {
  background:
    radial-gradient(circle at 50% 46%, rgba(64, 171, 255, 0.42), transparent 35%),
    radial-gradient(circle at 12% 82%, rgba(0, 26, 133, 0.72), transparent 38%),
    linear-gradient(130deg, #0738c9 0%, #0759f5 51%, #079bf8 100%);
}

.home-v2 .hero-art::before {
  z-index: 1;
  background:
    linear-gradient(rgba(181, 224, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(181, 224, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(1, 22, 111, 0.28), transparent 25%, transparent 75%, rgba(0, 76, 186, 0.12));
  background-size: 64px 64px, 64px 64px, auto;
}

.hero-aura {
  position: absolute;
  z-index: 0;
  display: block;
  border-radius: 50%;
  filter: blur(12px);
  pointer-events: none;
}

.hero-aura--cyan {
  right: 2%;
  top: 7%;
  width: min(38vw, 560px);
  height: min(38vw, 560px);
  background: radial-gradient(circle, rgba(53, 211, 255, 0.68), rgba(26, 160, 255, 0.18) 48%, transparent 72%);
}

.hero-aura--coral {
  left: 25%;
  bottom: -27%;
  width: min(44vw, 640px);
  height: min(44vw, 640px);
  background: radial-gradient(circle, rgba(255, 103, 137, 0.68), rgba(255, 95, 137, 0.16) 48%, transparent 72%);
}

.home-v2 .hero-grid {
  left: auto;
  right: 14%;
  bottom: 11%;
  z-index: 2;
  width: 240px;
  height: 170px;
  opacity: 0.22;
}

.home-v2 .hero-content {
  position: relative;
  z-index: 3;
  min-height: inherit;
  padding: 108px 0 34px;
  display: grid;
  grid-template-rows: auto minmax(430px, 1fr) auto;
  gap: 12px;
}

.hero-topline {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.66);
  font: 500 9px/1 var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-showcase {
  position: relative;
  min-height: 460px;
  isolation: isolate;
}

.home-v2 .hero-heading {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -48%);
}

.home-v2 .hero-heading h1 {
  max-width: none;
  margin: 0;
  color: #fff;
  font-size: clamp(148px, 20.5vw, 322px);
  font-weight: 900;
  line-height: 0.72;
  letter-spacing: -0.092em;
  text-indent: -0.055em;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.25),
    0 26px 70px rgba(0, 29, 125, 0.22);
}

.home-v2 .hero-heading p {
  margin: 0 0 27px;
  color: rgba(255, 255, 255, 0.91);
  font: 500 clamp(14px, 1.5vw, 21px)/1 var(--display);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-token {
  position: absolute;
  z-index: 5;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(226, 242, 255, 0.52);
  border-radius: 23px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.045)),
    rgba(4, 63, 190, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.44),
    0 27px 55px rgba(0, 33, 130, 0.3);
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  transition: transform 0.45s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.hero-token small,
.hero-token em,
.hero-token b,
.hero-token i {
  font-style: normal;
}

.hero-token--identity {
  left: 1%;
  top: 9%;
  z-index: 2;
  width: clamp(150px, 15vw, 220px);
  height: clamp(205px, 21vw, 292px);
  border-radius: 29px;
  transform: rotate(-9deg) translate3d(calc(var(--hero-x, 0) * 0.4), calc(var(--hero-y, 0) * 0.4), 0);
}

.hero-token--identity i,
.hero-token--identity b {
  position: absolute;
  display: block;
}

.hero-token--identity i {
  left: -18%;
  bottom: -3%;
  width: 92%;
  height: 66%;
  border-radius: 32% 48% 12% 14%;
  background:
    conic-gradient(from 90deg, #04a2f4 25%, #29dcf2 0 50%, #0876df 0 75%, #22cce9 0) 0 0 / 28px 28px;
  clip-path: polygon(0 100%, 0 50%, 55% 0, 100% 100%);
}

.hero-token--identity b {
  right: -11%;
  bottom: -6%;
  width: 78%;
  height: 93%;
  background:
    radial-gradient(circle, #ff6c81 0 13px, transparent 14px) 0 0 / 38px 38px,
    radial-gradient(circle, #b84ab8 0 13px, transparent 14px) 19px 19px / 38px 38px,
    linear-gradient(155deg, #ffb8c5, #ff6f89 55%, #854ed3);
  clip-path: polygon(8% 100%, 55% 0, 100% 100%);
}

.hero-token--logo {
  right: 5%;
  top: 4%;
  width: clamp(138px, 14vw, 205px);
  height: clamp(116px, 12vw, 170px);
  padding: 18px;
  display: grid;
  place-items: center;
  transform: rotate(8deg) translate3d(calc(var(--hero-x, 0) * -0.6), calc(var(--hero-y, 0) * -0.6), 0);
}

.hero-token--logo::before {
  content: "";
  position: absolute;
  width: 82%;
  aspect-ratio: 1;
  border: 1px solid rgba(199, 233, 255, 0.4);
  border-radius: 50%;
}

.hero-token--logo img {
  position: relative;
  z-index: 1;
  width: 70%;
  height: 70%;
  object-fit: contain;
  filter: drop-shadow(0 15px 20px rgba(0, 25, 109, 0.28));
}

.hero-token--logo small,
.hero-token--preview small {
  position: absolute;
  left: 14px;
  bottom: 12px;
  color: rgba(255, 255, 255, 0.68);
  font: 500 7px/1 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-token--preview {
  right: 2%;
  bottom: 2%;
  z-index: 7;
  width: clamp(210px, 22vw, 315px);
  height: clamp(128px, 13.5vw, 192px);
  transform: rotate(-5deg) translate3d(calc(var(--hero-x, 0) * -0.8), calc(var(--hero-y, 0) * -0.8), 0);
}

.hero-token--preview::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 15px;
  background:
    radial-gradient(circle at 76% 22%, rgba(255, 107, 139, 0.95) 0 8%, transparent 9%),
    linear-gradient(135deg, #061d64, #0b75f2 58%, #36cdf5);
}

.hero-token--preview i {
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  transform: translate(-50%, -50%);
}

.hero-token--preview i::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 13px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #0b4fd4;
}

.hero-token--preview b,
.hero-token--preview em {
  position: absolute;
  z-index: 2;
  bottom: 35px;
  height: 4px;
  border-radius: 999px;
}

.hero-token--preview b {
  left: 24px;
  right: 24px;
  background: rgba(255, 255, 255, 0.26);
}

.hero-token--preview em {
  left: 24px;
  width: 42%;
  background: #ff6b87;
}

.hero-token--poster {
  left: 22%;
  bottom: -3%;
  z-index: 6;
  width: clamp(112px, 11vw, 162px);
  height: clamp(160px, 16vw, 230px);
  padding: 20px;
  background:
    linear-gradient(157deg, rgba(255, 180, 195, 0.96), rgba(255, 97, 132, 0.92) 52%, rgba(13, 179, 222, 0.88) 53%),
    #ff748e;
  transform: rotate(5deg) translate3d(calc(var(--hero-x, 0) * 0.75), calc(var(--hero-y, 0) * 0.75), 0);
}

.hero-token--poster small {
  position: relative;
  z-index: 2;
  color: #fff;
  font: 700 10px/1 var(--display);
  letter-spacing: 0.06em;
}

.hero-token--poster b {
  position: absolute;
  right: 12px;
  bottom: 3px;
  color: rgba(1, 45, 129, 0.88);
  font: 800 clamp(50px, 5vw, 75px)/1 var(--display);
  letter-spacing: -0.08em;
}

.hero-token--poster i {
  position: absolute;
  left: -14px;
  top: 48%;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.hero-token--slides {
  left: 54%;
  top: 5%;
  z-index: 2;
  width: clamp(164px, 17vw, 245px);
  height: clamp(104px, 11vw, 156px);
  padding: 17px;
  transform: rotate(-3deg) translate3d(calc(var(--hero-x, 0) * 0.3), calc(var(--hero-y, 0) * 0.3), 0);
}

.hero-token--slides small {
  color: rgba(255, 255, 255, 0.7);
  font: 500 7px/1 var(--mono);
  letter-spacing: 0.08em;
}

.hero-token--slides i,
.hero-token--slides b {
  position: absolute;
  left: 17px;
  display: block;
  height: 7px;
  border-radius: 999px;
}

.hero-token--slides i {
  right: 28%;
  bottom: 35px;
  background: rgba(255, 255, 255, 0.72);
}

.hero-token--slides b {
  right: 48%;
  bottom: 20px;
  background: #ff718c;
}

.hero-token--slides em {
  position: absolute;
  right: 13px;
  bottom: 7px;
  color: rgba(255, 255, 255, 0.38);
  font: 700 clamp(31px, 3vw, 46px)/1 var(--display);
}

.hero-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  display: block;
  border: 1px solid rgba(210, 237, 255, 0.34);
  border-radius: 50%;
  pointer-events: none;
}

.hero-orbit--one {
  width: 74%;
  height: 57%;
  transform: translate(-50%, -50%) rotate(-6deg);
}

.hero-orbit--two {
  width: 53%;
  height: 82%;
  border-style: dashed;
  opacity: 0.6;
  transform: translate(-50%, -50%) rotate(12deg);
}

.hero-bottomline {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.home-v2 .hero-copy {
  width: min(390px, 52vw);
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.48;
}

.hero-tags {
  padding-right: 94px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.hero-tags span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(4, 56, 173, 0.18);
  color: rgba(255, 255, 255, 0.72);
  font: 500 8px/1 var(--mono);
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.home-v2 .scroll-cue {
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 12;
}

.home-v2 .scroll-cue-icon {
  width: 43px;
  height: 43px;
  font-family: Arial, sans-serif;
  font-size: 19px;
}

/* About and location. */

.about-stats .stat-card:first-child {
  background:
    radial-gradient(circle at 88% 17%, rgba(45, 151, 255, 0.19), transparent 34%),
    linear-gradient(145deg, rgba(7, 34, 77, 0.84), rgba(7, 24, 53, 0.94)),
    rgba(20, 39, 69, 0.78);
}

.about-stats .stat-card:first-child::before {
  content: "";
  position: absolute;
  right: -34px;
  top: -27px;
  width: 112px;
  height: 112px;
  border: 1px solid rgba(91, 174, 255, 0.2);
  border-radius: 50%;
  box-shadow:
    0 0 0 19px rgba(91, 174, 255, 0.045),
    0 0 0 39px rgba(91, 174, 255, 0.025);
}

.about-stats .stat-card:first-child::after {
  content: "";
  position: absolute;
  left: 17px;
  right: 17px;
  bottom: 17px;
  height: 1px;
  border-radius: 0;
  background: linear-gradient(90deg, rgba(61, 157, 255, 0.56), rgba(61, 157, 255, 0));
  -webkit-mask-image: none;
  mask-image: none;
}

.russia-map {
  min-height: 265px;
}

.russia-map::before {
  inset: 1px -4px;
  opacity: 0.9;
  background: url("assets/europe-west-russia-dots-v11.png") center / contain no-repeat;
  -webkit-mask-image: none;
  mask-image: none;
  filter: drop-shadow(0 0 14px rgba(74, 156, 255, 0.15));
}

.russia-map .map-marker {
  left: 52.1%;
  top: 42.15%;
}

/* Direction artwork. */

.identity-art {
  inset: 86px 0 0;
}

.identity-art img {
  position: absolute;
  left: -9%;
  bottom: -4%;
  width: 119%;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: left bottom;
  filter: drop-shadow(0 22px 25px rgba(0, 37, 133, 0.24));
}

.preview-art {
  inset: 91px 0 0;
}

.preview-platform {
  position: absolute;
  right: 16px;
  top: 10px;
  z-index: 5;
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 14px;
  background: rgba(255, 83, 112, 0.9);
  box-shadow: 0 13px 25px rgba(51, 24, 111, 0.28);
  transform: rotate(7deg);
}

.preview-platform img {
  width: 26px;
  height: 26px;
}

.preview-frame {
  position: absolute;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 16px;
  box-shadow: 0 20px 30px rgba(0, 34, 126, 0.25);
}

.preview-frame--back {
  left: -7%;
  right: 19%;
  top: 22%;
  height: 50%;
  background:
    radial-gradient(circle at 72% 27%, #ff748d 0 10%, transparent 11%),
    linear-gradient(135deg, #032366, #0978ec);
  transform: rotate(-8deg);
}

.preview-frame--back i {
  position: absolute;
  left: 13px;
  bottom: 13px;
  width: 56%;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
}

.preview-frame--front {
  left: 13%;
  right: -8%;
  bottom: 5%;
  height: 57%;
  background:
    radial-gradient(circle at 24% 33%, rgba(35, 211, 244, 0.92), transparent 27%),
    linear-gradient(140deg, #0b3db6, #071741 65%);
  transform: rotate(5deg);
}

.preview-play {
  position: absolute;
  left: 50%;
  top: 43%;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.preview-play::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 11px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #0b55d6;
}

.preview-frame--front b,
.preview-frame--front em {
  position: absolute;
  left: 13px;
  display: block;
  height: 6px;
  border-radius: 99px;
}

.preview-frame--front b {
  right: 18px;
  bottom: 25px;
  background: rgba(255, 255, 255, 0.48);
}

.preview-frame--front em {
  right: 48%;
  bottom: 13px;
  background: #ff6d88;
}

.preview-progress {
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 0;
  height: 4px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.25);
}

.preview-progress i {
  display: block;
  width: 43%;
  height: 100%;
  border-radius: inherit;
  background: #ff728e;
}

.direction-grid {
  scroll-snap-type: x mandatory;
}

.direction-card {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

/* Process and FAQ copy actions. */

.process-title-group h2,
.faq-heading h2 {
  letter-spacing: -0.045em;
}

.faq-contact-link {
  margin: 0;
  padding: 0;
  display: inline;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: #ff7891;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
  transition: color 0.2s ease;
}

.faq-contact-link:hover,
.faq-contact-link:focus-visible {
  color: #fff;
}

/* One cursor light, four social destinations and a stable CTA arrow. */

.contact-glow {
  display: none !important;
}

.contact-stage,
.inner-contact-section .contact-stage {
  min-height: clamp(660px, 62vw, 760px);
}

.contact-cta i {
  right: 31px;
  bottom: 31px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
}

.contact-cta i img {
  width: 23px;
  height: 23px;
  transform: none;
}

.contact-social {
  min-width: 182px;
}

.contact-social--telegram {
  left: 6%;
  top: 33%;
}

.contact-social--vk {
  right: 6%;
  top: 34%;
}

.contact-social--x {
  left: 10%;
  top: 64%;
  transform: rotate(4deg);
}

.contact-social--instagram {
  right: 8%;
  top: 65%;
  transform: rotate(-4deg);
}

.contact-social--soon {
  justify-content: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.66);
  pointer-events: none;
}

.contact-social--soon small {
  color: rgba(150, 205, 255, 0.76);
  font: 500 8px/1 var(--mono);
  letter-spacing: 0.06em;
}

.contact-legal {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 4;
  width: min(520px, calc(100% - 48px));
  margin: 0;
  color: rgba(223, 235, 255, 0.44);
  font-size: 8px;
  line-height: 1.35;
  text-align: center;
  transform: translateX(-50%);
}

/* Contact chooser: personal contacts and public channels are deliberately separate. */

.contact-modal-panel {
  width: min(820px, 100%);
  padding: 30px;
  background:
    radial-gradient(circle at 93% 2%, rgba(15, 171, 255, 0.27), transparent 31%),
    radial-gradient(circle at 5% 100%, rgba(255, 100, 137, 0.12), transparent 28%),
    linear-gradient(145deg, #071325, #0a2145);
}

.contact-modal-head h2 {
  letter-spacing: -0.045em;
}

.contact-modal-copy {
  max-width: 510px;
}

.contact-modal-groups {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 12px;
}

.contact-modal-group {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(179, 214, 252, 0.2);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(5, 25, 55, 0.54);
}

.contact-modal-group--write {
  border-color: rgba(111, 186, 255, 0.35);
}

.contact-modal-group-head {
  display: grid;
  grid-template-columns: 31px 1fr;
  align-items: center;
  gap: 10px;
}

.contact-modal-group-head > span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(180, 218, 255, 0.28);
  border-radius: 10px;
  color: #81c7ff;
  font: 500 8px/1 var(--mono);
}

.contact-modal-group-head div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.contact-modal-group-head b {
  color: #f8fbff;
  font-size: 15px;
  font-weight: 620;
  letter-spacing: -0.02em;
}

.contact-modal-group-head small {
  color: #6f86a6;
  font: 500 8px/1 var(--mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-modal-group .contact-modal-links {
  margin-top: 14px;
  gap: 7px;
}

.contact-modal-group .contact-modal-links > a {
  min-height: 64px;
  grid-template-columns: 42px minmax(0, 1fr) 18px;
  gap: 10px;
  border-radius: 15px;
}

.contact-modal-group .contact-modal-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
}

.contact-modal-group .contact-modal-icon img {
  width: 22px;
  height: 22px;
}

.contact-modal-group .contact-modal-links b {
  font-size: 14px;
}

.contact-modal-group .contact-modal-links small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-modal-note {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-modal-note span {
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 50%;
  background: #45c5ff;
  box-shadow: 0 0 0 5px rgba(69, 197, 255, 0.12);
}

/* Services: every card gets an original, purpose-built visual scene. */

.budget-t {
  display: inline-block;
  margin-left: 0.035em;
}

.price-card,
.price-card--accent,
.price-card--preview {
  border-color: rgba(172, 207, 245, 0.24);
  background:
    radial-gradient(circle at 92% 4%, rgba(66, 151, 255, 0.09), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.014)),
    rgba(9, 24, 48, 0.93);
}

.price-card--preview {
  border-color: rgba(104, 189, 255, 0.48);
  background:
    radial-gradient(circle at 86% 6%, rgba(55, 193, 255, 0.2), transparent 36%),
    radial-gradient(circle at 3% 100%, rgba(255, 104, 137, 0.13), transparent 31%),
    linear-gradient(145deg, rgba(9, 64, 150, 0.45), rgba(8, 25, 54, 0.95));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 22px 52px rgba(0, 41, 129, 0.18);
}

.price-card--preview .price-index {
  border-color: rgba(166, 221, 255, 0.55);
  background: rgba(9, 91, 196, 0.58);
}

.price-visual {
  background:
    radial-gradient(circle at 80% 12%, rgba(76, 202, 255, 0.32), transparent 33%),
    linear-gradient(145deg, #0a62e7, #07359b 62%, #061c57);
}

.price-visual-photo {
  display: none !important;
}

.price-visual > span:not(.price-visual-chip):not(.price-visual-note) {
  z-index: 2;
}

.price-visual--logo {
  background:
    radial-gradient(circle at 48% 48%, rgba(107, 207, 255, 0.25), transparent 31%),
    linear-gradient(145deg, #0876ec, #073aa7 66%, #071e61);
}

.visual-logo-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  border: 1px solid rgba(210, 238, 255, 0.45);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.visual-logo-ring--one {
  width: 82%;
  height: 72%;
  transform: translate(-50%, -50%) rotate(-10deg);
}

.visual-logo-ring--two {
  width: 54%;
  height: 94%;
  border-style: dashed;
  opacity: 0.62;
  transform: translate(-50%, -50%) rotate(17deg);
}

.visual-logo-tile {
  position: absolute;
  left: 66%;
  top: 48%;
  width: 110px;
  height: 110px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 27px;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 24px 35px rgba(0, 25, 104, 0.27);
  transform: translate(-50%, -50%) rotate(8deg);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.visual-logo-tile img {
  width: 66px;
  height: 66px;
  object-fit: contain;
}

.price-visual--logo .price-visual-chip {
  left: 36%;
  top: 56%;
  transform: translate(-50%, -50%) rotate(-9deg);
}

.price-visual--vk {
  background:
    radial-gradient(circle at 14% 88%, rgba(255, 111, 142, 0.35), transparent 27%),
    linear-gradient(145deg, #1888f6, #0754d5 54%, #08286f);
}

.visual-vk-shell {
  position: absolute;
  left: 9%;
  right: 8%;
  top: 14%;
  height: 62%;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 15px;
  background: rgba(3, 41, 115, 0.48);
  box-shadow: 0 18px 30px rgba(0, 31, 116, 0.25);
  transform: rotate(-3deg);
}

.visual-vk-shell::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: linear-gradient(145deg, #ff8da2, #ff557b);
}

.visual-vk-shell i,
.visual-vk-shell b,
.visual-vk-shell em,
.visual-vk-shell small {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
}

.visual-vk-shell i { left: 52px; top: 15px; width: 38%; height: 7px; }
.visual-vk-shell b { left: 52px; top: 29px; width: 25%; height: 5px; opacity: 0.6; }
.visual-vk-shell em { left: 12px; right: 12px; bottom: 28px; height: 10px; }
.visual-vk-shell small { left: 12px; width: 48%; bottom: 12px; height: 7px; opacity: 0.5; }

.visual-vk-post {
  position: absolute;
  bottom: 3%;
  width: 28%;
  height: 28%;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 11px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.26), rgba(45, 164, 255, 0.25));
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.visual-vk-post--one { left: 17%; transform: rotate(7deg); }
.visual-vk-post--two { right: 12%; transform: rotate(-6deg); }

.price-visual--twitch {
  background:
    radial-gradient(circle at 77% 19%, rgba(255, 103, 148, 0.42), transparent 30%),
    linear-gradient(145deg, #5932c5, #251482 58%, #100d42);
}

.visual-stream-window {
  position: absolute;
  left: 6%;
  top: 15%;
  width: 66%;
  height: 63%;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  background:
    radial-gradient(circle at 46% 47%, rgba(255, 113, 153, 0.92), transparent 18%),
    linear-gradient(140deg, #181247, #784ee3);
  box-shadow: 0 18px 28px rgba(15, 4, 67, 0.3);
  transform: rotate(-4deg);
}

.visual-stream-window i,
.visual-stream-window b,
.visual-stream-window em {
  position: absolute;
  display: block;
}

.visual-stream-window i {
  left: 50%;
  top: 48%;
  width: 44px;
  height: 44px;
  border: 9px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.visual-stream-window b {
  left: 13px;
  right: 40%;
  bottom: 14px;
  height: 7px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.6);
}

.visual-stream-window em {
  right: 12px;
  top: 11px;
  width: 29px;
  height: 15px;
  border-radius: 999px;
  background: #ff5478;
}

.visual-stream-chat {
  position: absolute;
  right: 5%;
  top: 22%;
  width: 29%;
  height: 62%;
  display: block;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.43);
  border-radius: 15px;
  background: rgba(18, 10, 66, 0.56);
  transform: rotate(5deg);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.visual-stream-chat i,
.visual-stream-chat b,
.visual-stream-chat em,
.visual-stream-chat small {
  display: block;
  height: 6px;
  margin-bottom: 12px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.5);
}

.visual-stream-chat b { width: 68%; }
.visual-stream-chat em { width: 84%; background: rgba(255, 118, 153, 0.64); }
.visual-stream-chat small { width: 55%; }

.price-visual--youtube {
  background:
    radial-gradient(circle at 89% 12%, rgba(255, 105, 131, 0.42), transparent 29%),
    linear-gradient(145deg, #0d4fba, #08265f 58%, #071534);
}

.visual-channel-cover {
  position: absolute;
  left: 6%;
  right: 6%;
  top: 15%;
  height: 41%;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 15px;
  background:
    linear-gradient(150deg, rgba(255, 116, 143, 0.85) 0 35%, transparent 36%),
    linear-gradient(145deg, #117eee, #152c7c);
  transform: rotate(2deg);
}

.visual-channel-cover i,
.visual-channel-cover b {
  position: absolute;
  left: 46%;
  display: block;
  height: 8px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.75);
}

.visual-channel-cover i { top: 27px; width: 37%; }
.visual-channel-cover b { top: 45px; width: 24%; opacity: 0.55; }

.visual-channel-avatar {
  position: absolute;
  left: 14%;
  top: 45%;
  width: 54px;
  height: 54px;
  display: block;
  border: 5px solid rgba(7, 35, 91, 0.78);
  border-radius: 50%;
  background: linear-gradient(145deg, #ff8098, #ff4e73);
}

.visual-channel-grid {
  position: absolute;
  left: 31%;
  right: 7%;
  bottom: 14%;
  height: 27%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.visual-channel-grid i,
.visual-channel-grid b,
.visual-channel-grid em {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.33);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(68, 188, 255, 0.78), rgba(8, 72, 181, 0.65));
}

.visual-channel-grid b { background: linear-gradient(145deg, #ff7992, #9c3ca9); }
.visual-channel-grid em { background: linear-gradient(145deg, #22cbe9, #0d69dc); }

.price-visual--preview {
  background:
    radial-gradient(circle at 82% 13%, rgba(255, 108, 139, 0.62), transparent 30%),
    radial-gradient(circle at 15% 86%, rgba(36, 216, 239, 0.32), transparent 30%),
    linear-gradient(145deg, #0a70e8, #082e91 58%, #061946);
}

.visual-thumb {
  position: absolute;
  width: 63%;
  height: 53%;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 15px;
  box-shadow: 0 20px 30px rgba(0, 22, 85, 0.27);
}

.visual-thumb--back {
  left: 7%;
  top: 19%;
  background: linear-gradient(135deg, #29d4ee, #0767d7 63%);
  transform: rotate(-9deg);
}

.visual-thumb--middle {
  right: 6%;
  top: 16%;
  background: linear-gradient(135deg, #ff8ca1, #b747ad 56%, #12327d);
  transform: rotate(8deg);
}

.visual-thumb--front {
  left: 50%;
  top: 51%;
  z-index: 3 !important;
  background:
    radial-gradient(circle at 73% 28%, #ff718c 0 11%, transparent 12%),
    linear-gradient(135deg, #081c54, #0c77e9 62%);
  transform: translate(-50%, -50%);
}

.visual-thumb i {
  position: absolute;
  left: 50%;
  top: 43%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  transform: translate(-50%, -50%);
}

.visual-thumb--front i::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 10px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #0c55d2;
}

.visual-thumb--front b,
.visual-thumb--front em {
  position: absolute;
  left: 13px;
  bottom: 17px;
  height: 6px;
  border-radius: 99px;
}

.visual-thumb--front b { right: 13px; background: rgba(255, 255, 255, 0.52); }
.visual-thumb--front em { width: 41%; background: #ff6e8b; }

.price-visual--banner {
  background:
    radial-gradient(circle at 16% 17%, rgba(42, 210, 241, 0.36), transparent 29%),
    linear-gradient(145deg, #0848c6, #082775 62%, #07173c);
}

.visual-banner {
  position: absolute;
  left: 6%;
  right: 6%;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 14px;
  box-shadow: 0 17px 30px rgba(0, 24, 90, 0.26);
}

.visual-banner--back {
  top: 17%;
  height: 36%;
  background: linear-gradient(145deg, #30d0eb, #0868db);
  transform: rotate(-5deg);
}

.visual-banner--front {
  bottom: 14%;
  height: 43%;
  background:
    linear-gradient(110deg, #ff8299 0 36%, transparent 37%),
    linear-gradient(145deg, #176bea, #0b2d87);
  transform: rotate(3deg);
}

.visual-banner i,
.visual-banner b,
.visual-banner em {
  position: absolute;
  display: block;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.68);
}

.visual-banner i { left: 16px; top: 18px; width: 34%; height: 8px; }
.visual-banner b { left: 16px; top: 35px; width: 22%; height: 6px; opacity: 0.6; }
.visual-banner em { right: 16px; bottom: 15px; width: 24%; height: 18px; }

.price-visual--print {
  background:
    radial-gradient(circle at 84% 11%, rgba(41, 209, 242, 0.34), transparent 28%),
    linear-gradient(145deg, #0b6de4, #07348f 60%, #071a4b);
}

.visual-print-sheet {
  position: absolute;
  top: 11%;
  width: 39%;
  height: 75%;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 14px;
  box-shadow: 0 22px 32px rgba(0, 24, 91, 0.28);
}

.visual-print-sheet--back {
  right: 16%;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.86), rgba(137, 182, 241, 0.82));
  transform: rotate(10deg);
}

.visual-print-sheet--front {
  left: 19%;
  z-index: 3 !important;
  background:
    linear-gradient(160deg, #ff9bad 0 33%, #ff5d82 34% 65%, #21badb 66%);
  transform: rotate(-8deg);
}

.visual-print-sheet i,
.visual-print-sheet b {
  position: absolute;
  font-style: normal;
  font-family: var(--display);
  font-weight: 800;
}

.visual-print-sheet--back i {
  right: 12px;
  bottom: 2px;
  color: rgba(8, 52, 125, 0.7);
  font-size: 74px;
}

.visual-print-sheet--front i {
  left: 12px;
  top: 17px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.visual-print-sheet--front b {
  right: 8px;
  bottom: -2px;
  color: rgba(4, 46, 125, 0.88);
  font-size: 58px;
}

.visual-print-sheet--front em {
  position: absolute;
  left: -20px;
  top: 45%;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
}

.price-visual--avatar {
  background:
    radial-gradient(circle at 50% 50%, rgba(50, 213, 244, 0.23), transparent 31%),
    linear-gradient(145deg, #0964df, #07328c 62%, #071946);
}

.visual-avatar-ring {
  position: absolute;
  left: 50%;
  top: 48%;
  display: block;
  border: 1px solid rgba(206, 235, 255, 0.4);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.visual-avatar-ring--one { width: 78%; height: 78%; }
.visual-avatar-ring--two { width: 54%; height: 96%; border-style: dashed; transform: translate(-50%, -50%) rotate(18deg); }

.visual-avatar-card {
  position: absolute;
  left: 50%;
  top: 49%;
  width: 125px;
  height: 150px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 29px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.06)),
    rgba(8, 71, 178, 0.56);
  box-shadow: 0 23px 35px rgba(0, 26, 102, 0.28);
  transform: translate(-50%, -50%) rotate(-4deg);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.visual-avatar-card i {
  position: absolute;
  left: 50%;
  top: 24px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: linear-gradient(145deg, #ff91a4, #ff577c);
  transform: translateX(-50%);
}

.visual-avatar-card b,
.visual-avatar-card em {
  position: absolute;
  left: 17px;
  right: 17px;
  display: block;
  height: 7px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.63);
}

.visual-avatar-card b { bottom: 37px; }
.visual-avatar-card em { right: 42px; bottom: 20px; opacity: 0.5; }

.price-icon--banner img,
.price-icon--print img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  transform: none !important;
}

.price-explainer {
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
}

.price-explainer h3 {
  letter-spacing: -0.045em;
}

.price-explainer li {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(92, 196, 255, 0.18), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(2, 42, 126, 0.24));
}

.price-explainer li::before {
  content: "";
  position: absolute;
  right: -28px;
  top: -28px;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(184, 223, 255, 0.17);
  border-radius: 50%;
  box-shadow: 0 0 0 16px rgba(184, 223, 255, 0.035);
}

.price-explainer li:nth-child(2)::before {
  border-radius: 20px;
  transform: rotate(18deg);
}

.price-explainer li:nth-child(3)::before {
  border-color: rgba(255, 150, 169, 0.23);
  box-shadow: 0 0 0 16px rgba(255, 112, 144, 0.035);
}

.price-explainer li b {
  font-size: 17px;
}

.price-explainer li p {
  font-size: 11.5px;
}

@media (max-width: 1100px) {
  .hero-token--identity {
    left: -3%;
  }

  .hero-token--logo {
    right: 1%;
  }

  .hero-token--preview {
    right: -3%;
  }

  .hero-token--poster {
    left: 17%;
  }

  .contact-social--telegram,
  .contact-social--x {
    left: 3%;
  }

  .contact-social--vk,
  .contact-social--instagram {
    right: 3%;
  }
}

@media (max-width: 900px) {
  .home-v2 .hero-content {
    padding-top: 96px;
  }

  .hero-showcase {
    min-height: 500px;
  }

  .home-v2 .hero-heading h1 {
    font-size: 22vw;
  }

  .hero-token--slides {
    left: 50%;
  }

  .contact-modal-groups {
    grid-template-columns: 1fr;
  }

  .contact-modal-group {
    padding: 14px;
  }

  .price-explainer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .home-v2 .hero {
    min-height: 780px;
    height: max(780px, 100svh);
  }

  .home-v2 .hero-art::before {
    background-size: 42px 42px, 42px 42px, auto;
  }

  .hero-aura--cyan {
    right: -30%;
    top: 12%;
    width: 98vw;
    height: 98vw;
  }

  .hero-aura--coral {
    left: -35%;
    bottom: -4%;
    width: 105vw;
    height: 105vw;
    opacity: 0.65;
  }

  .home-v2 .hero-grid {
    right: -20px;
    bottom: 92px;
    width: 170px;
    height: 130px;
  }

  .home-v2 .hero-content {
    padding: 89px 0 24px;
    grid-template-rows: auto minmax(525px, 1fr) auto;
    gap: 5px;
  }

  .hero-topline {
    font-size: 7px;
    letter-spacing: 0.07em;
  }

  .hero-topline span:last-child {
    display: none;
  }

  .hero-showcase {
    min-height: 525px;
  }

  .home-v2 .hero-heading {
    top: 42%;
    transform: translate(-50%, -50%);
  }

  .home-v2 .hero-heading p {
    margin-bottom: 17px;
    font-size: 12px;
    letter-spacing: 0.09em;
  }

  .home-v2 .hero-heading h1 {
    font-size: clamp(84px, 27vw, 116px);
    line-height: 0.76;
    letter-spacing: -0.09em;
  }

  .hero-orbit--one {
    width: 118%;
    height: 43%;
  }

  .hero-orbit--two {
    width: 65%;
    height: 74%;
  }

  .hero-token {
    border-radius: 17px;
  }

  .hero-token--identity {
    left: -7%;
    top: 3%;
    width: 116px;
    height: 158px;
    border-radius: 21px;
    transform: rotate(-8deg);
  }

  .hero-token--identity i {
    background-size: 19px 19px;
  }

  .hero-token--identity b {
    background-size: 27px 27px, 27px 27px, auto;
    background-position: 0 0, 13.5px 13.5px, 0 0;
  }

  .hero-token--logo {
    right: -3%;
    top: 5%;
    width: 105px;
    height: 91px;
    padding: 12px;
    transform: rotate(7deg);
  }

  .hero-token--logo small,
  .hero-token--preview small {
    display: none;
  }

  .hero-token--slides {
    left: 41%;
    top: 1%;
    width: 122px;
    height: 80px;
    padding: 12px;
  }

  .hero-token--slides i,
  .hero-token--slides b {
    left: 12px;
  }

  .hero-token--slides i {
    bottom: 24px;
  }

  .hero-token--slides b {
    bottom: 12px;
  }

  .hero-token--poster {
    left: 8%;
    bottom: 6%;
    width: 94px;
    height: 132px;
    padding: 13px;
    transform: rotate(5deg);
  }

  .hero-token--poster b {
    font-size: 47px;
  }

  .hero-token--preview {
    right: -8%;
    bottom: 8%;
    width: 174px;
    height: 106px;
    transform: rotate(-5deg);
  }

  .hero-token--preview i {
    width: 32px;
    height: 32px;
  }

  .hero-token--preview i::after {
    left: 13px;
    top: 9px;
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 10px;
  }

  .hero-bottomline {
    align-items: flex-end;
  }

  .home-v2 .hero-copy {
    width: calc(100% - 63px);
    max-width: 300px;
    font-size: 12px;
    line-height: 1.45;
  }

  .hero-tags {
    display: none;
  }

  .home-v2 .scroll-cue {
    right: 2px;
    bottom: 21px;
    gap: 8px;
    font-size: 8px;
  }

  .home-v2 .scroll-cue-icon {
    width: 38px;
    height: 38px;
    font-size: 17px;
  }

  .russia-map {
    min-height: 225px;
    margin-top: -8px;
  }

  .russia-map::before {
    inset: 0 -9px;
    background-image: url("assets/europe-west-russia-dots-v11.png");
    background-size: contain;
  }

  .russia-map .map-marker {
    left: 52.1%;
    top: 42.15%;
  }

  .direction-grid {
    width: calc(100% + 17px);
    padding-right: 52px;
    scroll-padding-inline: 0 52px;
    overscroll-behavior-inline: contain;
  }

  .direction-card {
    width: min(77vw, 305px);
    flex-basis: min(77vw, 305px);
  }

  .identity-art {
    inset: 89px 0 0;
  }

  .identity-art img {
    left: -10%;
    width: 121%;
  }

  .contact-stage,
  .inner-contact-section .contact-stage {
    min-height: 690px;
  }

  .contact-label {
    top: 27px;
  }

  .contact-cta {
    position: absolute;
    left: 50%;
    top: 84px;
    width: 184px;
    height: 184px;
    transform: translateX(-50%);
  }

  .contact-cta:hover,
  .contact-cta:focus-visible {
    transform: translateX(-50%) scale(1.035) rotate(-2deg);
  }

  .contact-cta i {
    right: 25px;
    bottom: 25px;
  }

  .contact-social {
    left: 17px;
    right: 17px;
    width: auto;
    min-width: 0;
    padding: 13px 16px;
    font-size: 13px;
    transform: none;
  }

  .contact-social--telegram {
    top: 316px;
  }

  .contact-social--vk {
    top: 377px;
  }

  .contact-social--x {
    top: 438px;
  }

  .contact-social--instagram {
    top: 499px;
  }

  .contact-legal {
    bottom: 21px;
    width: calc(100% - 38px);
    font-size: 7px;
  }

  .contact-modal-panel {
    padding: 21px 15px 17px;
  }

  .contact-modal-head h2 {
    font-size: 35px;
  }

  .contact-modal-copy {
    font-size: 11.5px;
  }

  .contact-modal-groups {
    margin-top: 18px;
  }

  .contact-modal-group {
    border-radius: 18px;
  }

  .contact-modal-group .contact-modal-links > a {
    min-height: 58px;
    padding: 8px 10px 8px 8px;
  }

  .contact-modal-group .contact-modal-links b {
    font-size: 13px;
  }

  .price-heading h2 {
    letter-spacing: -0.01em;
  }

  .price-card--preview {
    border-color: rgba(104, 189, 255, 0.48);
  }

  .price-visual-chip {
    width: 66px;
    height: 66px;
    border-radius: 20px;
  }

  .price-visual-chip img {
    width: 34px;
    height: 34px;
  }

  .price-explainer {
    padding: 24px 17px;
    gap: 26px;
  }

  .price-explainer h3 {
    font-size: clamp(38px, 12.6vw, 54px);
    line-height: 0.92;
  }

  .price-explainer ol {
    grid-template-columns: 1fr;
  }

  .price-explainer li {
    min-height: 155px;
    padding: 17px;
  }

  .price-explainer li > div {
    margin-top: 31px;
  }
}

@media (max-width: 370px) {
  .home-v2 .hero-heading h1 {
    font-size: 26vw;
  }

  .hero-token--preview {
    right: -12%;
  }

  .contact-modal-group .contact-modal-links small {
    font-size: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-token {
    transition: none;
  }
}
