﻿:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #080c14;
  color: #f6f8fb;
  --page: #080c14;
  --page-2: #0b1220;
  --panel: rgba(14, 20, 32, 0.88);
  --panel-2: rgba(18, 27, 43, 0.92);
  --panel-soft: rgba(255, 255, 255, 0.035);
  --line: rgba(150, 170, 205, 0.18);
  --line-strong: rgba(132, 180, 255, 0.34);
  --text: #f6f8fb;
  --muted: #9ba8bf;
  --soft: #c8d2e6;
  --blue: #5ba7ff;
  --blue-strong: #3768ff;
  --mint: #75e4b1;
  --rose: #ff6f8d;
  --amber: #f1c86b;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--page);
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(23, 38, 66, 0.76) 0%, rgba(8, 12, 20, 0.98) 37rem),
    linear-gradient(90deg, rgba(7, 20, 29, 0.58), rgba(13, 12, 26, 0.58)),
    var(--page);
  color: var(--text);
  text-rendering: geometricPrecision;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 75%);
}

button,
input,
textarea {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

button,
a,
input,
textarea {
  transition:
    border-color 0.18s ease,
    background-color 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease,
    opacity 0.18s ease;
}

button:hover,
a:hover {
  transform: translateY(-1px);
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
  transform: none;
}

a {
  color: inherit;
}

.isHidden {
  display: none !important;
}

.visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.metrikaPixel {
  position: absolute;
  left: -9999px;
}

.app {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  padding: 1.45rem 1rem 2.2rem;
}

.hero {
  width: min(1160px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.heroIcon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 auto 1rem;
  border: 1px solid rgba(91, 167, 255, 0.56);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(91, 167, 255, 0.14), rgba(91, 167, 255, 0.04)),
    rgba(8, 14, 24, 0.72);
  color: #7db8ff;
  box-shadow: 0 14px 44px rgba(55, 104, 255, 0.2);
}

.heroIcon svg,
.downloadButton svg,
.shieldIcon svg,
.copyButton svg,
.linkIcon {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: #8fc3ff;
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 970px;
  margin: 0;
  color: var(--text);
  font-size: 5rem;
  line-height: 0.98;
  letter-spacing: 0;
}

.lead {
  max-width: 960px;
  margin: 1.25rem auto 1.25rem;
  color: #b7c5de;
  font-size: 1.28rem;
  line-height: 1.55;
  font-weight: 450;
}

.lead span {
  display: block;
}

.qualityBadges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin: 0 0 1.65rem;
}

.qualityBadges span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.9rem;
  border: 1px solid rgba(91, 167, 255, 0.24);
  border-radius: 999px;
  background: rgba(91, 167, 255, 0.08);
  color: #dbe9ff;
  font-size: 0.9rem;
  font-weight: 600;
}

.downloadPanel {
  width: min(1060px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 0.7rem;
  margin: 0 auto;
  padding: 0.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(8, 14, 24, 0.78);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.downloadPanel:focus-within {
  border-color: var(--line-strong);
  box-shadow: 0 22px 80px rgba(55, 104, 255, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.urlField {
  min-width: 0;
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0 1rem;
  border: 1px solid rgba(154, 174, 210, 0.2);
  border-radius: var(--radius);
  background: rgba(5, 10, 18, 0.66);
}

.linkIcon {
  flex: 0 0 auto;
  color: #8392ad;
}

input,
textarea {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--text);
}

input {
  font-size: 1.05rem;
  font-weight: 500;
}

input::placeholder,
textarea::placeholder {
  color: #8794ac;
}

.downloadButton {
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0 1.25rem;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(91, 167, 255, 1), rgba(55, 104, 255, 1));
  color: #fff;
  font-size: 1.02rem;
  font-weight: 700;
  box-shadow: 0 16px 44px rgba(55, 104, 255, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.downloadButton:hover {
  box-shadow: 0 18px 52px rgba(55, 104, 255, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.status {
  min-height: 1.6rem;
  margin: 1rem auto 0;
  color: #c9d6ef;
  font-size: 0.98rem;
  line-height: 1.45;
  font-weight: 600;
}

.status.error {
  color: #ff9eb2;
}

.status.success {
  color: #9cf0c4;
}

.modalOpen {
  overflow: hidden;
}

.modalBackdrop {
  position: fixed;
  inset: 0;
  z-index: 25;
  background: rgba(3, 6, 12, 0.72);
  backdrop-filter: blur(8px);
}

.adsSection {
  display: contents;
  text-align: left;
}

.adRails {
  display: contents;
}

.adRail {
  display: grid;
  gap: 0.65rem;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.adRail.isSwitching {
  opacity: 0;
}

.adRailLeft.isSwitching {
  transform: translateX(-10px);
}

.adRailRight.isSwitching {
  transform: translateX(10px);
}

.adCard {
  width: 100%;
  min-width: 0;
  height: 156px;
  min-height: 156px;
  display: grid;
  grid-template-rows: 42px auto minmax(1.35em, auto) 28px;
  align-items: center;
  justify-items: center;
  gap: 0.56rem;
  padding: 1rem;
  border: 1px solid rgba(137, 164, 205, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(21, 32, 50, 0.94), rgba(12, 18, 29, 0.94));
  color: var(--text);
  text-align: center;
  text-decoration: none;
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.adCard:hover {
  border-color: rgba(91, 167, 255, 0.42);
  background:
    linear-gradient(180deg, rgba(24, 38, 61, 0.96), rgba(13, 20, 32, 0.96));
}

.adCard img,
.emptyAdIcon,
.adFallbackIcon {
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
  object-fit: contain;
  background: rgba(255, 255, 255, 0.075);
}

.adCard img {
  padding: 0.34rem;
}

.emptyAdIcon,
.adFallbackIcon {
  display: grid;
  place-items: center;
  color: #a9f2cd;
  background: rgba(117, 228, 177, 0.12);
  font-weight: 700;
  line-height: 1;
}

.emptyAdIcon {
  font-size: 1.9rem;
}

.adFallbackIcon {
  font-size: 1.15rem;
}

.promoText {
  min-width: 0;
  max-width: 100%;
  display: grid;
  gap: 0.18rem;
  text-align: center;
}

.promoText strong,
.promoText small {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.promoText strong {
  color: #f8fbff;
  font-size: 0.96rem;
  font-weight: 650;
  line-height: 1.2;
  white-space: nowrap;
}

.promoText small {
  display: -webkit-box;
  min-height: 1.35em;
  max-height: 1.35em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #b8c4d8;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.35;
}

.adTimer {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.55rem;
  border-radius: var(--radius);
  background: rgba(117, 228, 177, 0.13);
  color: #a9f2cd;
  font-size: 0.72rem;
  font-weight: 700;
}

.emptyAdCard {
  cursor: pointer;
  grid-template-rows: auto auto;
  align-content: center;
  gap: 0.75rem;
}

.reservedAdCard {
  cursor: default;
  opacity: 0.82;
}

.reservedAdCard:hover {
  transform: none;
}

.reservedAdCard .adFallbackIcon {
  color: #f1c86b;
  background: rgba(241, 200, 107, 0.14);
  font-size: 0.9rem;
}

.emptyAdCard .promoText {
  display: grid;
  gap: 0.25rem;
  justify-items: center;
}

.adForm {
  position: fixed;
  z-index: 30;
  left: 50%;
  top: 50%;
  width: min(720px, calc(100vw - 1.5rem));
  max-height: min(92vh, 760px);
  overflow: auto;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(158, 181, 218, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(18, 28, 45, 0.98), rgba(9, 14, 24, 0.99));
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.62);
}

.adFormHeader {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.9rem;
  margin-bottom: 0.85rem;
}

.adFormHeader > div {
  min-width: 0;
  display: grid;
  gap: 0.42rem;
}

.adFormHeader h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.7rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.adFormStep {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 0.68rem;
  border: 1px solid rgba(91, 167, 255, 0.3);
  border-radius: 999px;
  background: rgba(91, 167, 255, 0.1);
  color: #9ccaff;
  font-size: 0.74rem;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: uppercase;
}

.modalCloseButton {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-left: auto;
  border: 1px solid rgba(158, 181, 218, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  color: #dce8fb;
  font-size: 1.55rem;
  line-height: 1;
  font-weight: 500;
}

.modalCloseButton:hover {
  background: rgba(255, 255, 255, 0.09);
}

.adPaymentCard {
  display: grid;
  gap: 0.7rem;
  margin-bottom: 0.9rem;
  padding: 0.9rem;
  border: 1px solid rgba(91, 167, 255, 0.23);
  border-radius: var(--radius);
  background: rgba(91, 167, 255, 0.07);
}

.adPaymentCard > div:first-child {
  display: grid;
  gap: 0.16rem;
}

.adPaymentCard > div:first-child span,
.adFields span {
  color: #aab8ce;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.adPaymentCard strong {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.25;
}

.adPaymentCard p {
  margin: 0;
  color: #c8d2e6;
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.45;
}

#adPricingText {
  display: grid;
  gap: 0.55rem;
}

#adPricingText > span:not(.adRateBadge) {
  color: #c8d2e6;
}

#adPricingText a {
  color: #8fc3ff;
  font-weight: 700;
  text-decoration: none;
}

#adPricingText a:hover {
  color: #b8d9ff;
}

.adRateBadge {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0 0.68rem;
  border: 1px solid rgba(117, 228, 177, 0.16);
  border-radius: var(--radius);
  background: rgba(117, 228, 177, 0.1);
  color: #69e89f;
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1;
  text-transform: none;
}

.adRateBadge img {
  width: 17px;
  height: 17px;
  border-radius: 999px;
  background: #0052ff;
  object-fit: contain;
}

.adFields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.adFields label {
  min-width: 0;
  display: grid;
  gap: 0.38rem;
}

.adFields input,
.adFields textarea {
  min-height: 46px;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(158, 181, 218, 0.22);
  border-radius: var(--radius);
  background: rgba(5, 10, 18, 0.72);
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 500;
}

.adFields textarea {
  min-height: 74px;
  resize: vertical;
  line-height: 1.4;
}

.adFields input:focus,
.adFields textarea:focus {
  border-color: rgba(91, 167, 255, 0.58);
  box-shadow: 0 0 0 3px rgba(91, 167, 255, 0.12);
}

.wideField {
  grid-column: 1 / -1;
}

.walletRow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 70px;
  overflow: hidden;
  border: 1px solid rgba(158, 181, 218, 0.22);
  border-radius: var(--radius);
  background: rgba(5, 10, 18, 0.72);
}

.walletRow code {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 1rem;
  color: #d8e2f2;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.94rem;
}

.copyButton {
  min-height: 56px;
  display: grid;
  place-items: center;
  border-left: 1px solid rgba(158, 181, 218, 0.18);
  background: rgba(91, 167, 255, 0.12);
  color: #dce8fb;
}

.copyButton:hover {
  background: rgba(91, 167, 255, 0.18);
}

.copyButton.copied {
  background:
    linear-gradient(180deg, rgba(24, 47, 39, 0.98), rgba(15, 33, 29, 0.98));
  color: #69e89f;
  box-shadow: inset 0 0 0 1px rgba(105, 232, 159, 0.28);
}

.copyButton svg {
  width: 25px;
  height: 25px;
}

.adFormActions {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.8rem;
  margin-top: 0.9rem;
}

.adFormActions .downloadButton {
  min-width: 152px;
  min-height: 46px;
  font-size: 0.98rem;
}

.adFormActions p {
  margin: 0;
  color: #aab8ce;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.45;
}

.copyStatus {
  min-height: 1.2rem;
  margin-top: 0.62rem;
  color: #a9f2cd;
  font-size: 0.92rem;
  font-weight: 600;
}

.contentSection,
.platformSection,
.supportPanel {
  width: 100%;
  margin-top: 1.65rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(10, 16, 27, 0.72);
  box-shadow: 0 18px 64px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.contentSection {
  padding: 1.7rem;
  text-align: left;
  color: var(--soft);
  line-height: 1.68;
}

h2 {
  margin: 0;
  color: var(--text);
  font-size: 1.65rem;
  line-height: 1.2;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.18rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.comparisonGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  margin-top: 1rem;
}

.comparisonCard {
  min-width: 0;
  padding: 1.15rem;
  border: 1px solid rgba(158, 181, 218, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.comparisonCard h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}

.comparisonCard.negative h3::before,
.comparisonCard.positive h3::before {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 6px;
  font-size: 0.86rem;
  line-height: 1;
}

.comparisonCard.negative h3::before {
  content: "x";
  background: rgba(255, 111, 141, 0.14);
  color: #ff8ca2;
}

.comparisonCard.positive h3::before {
  content: "v";
  background: rgba(117, 228, 177, 0.16);
  color: #a9f2cd;
}

.comparisonCard ul {
  display: grid;
  gap: 0.62rem;
  margin: 0;
  padding-left: 1.05rem;
}

.comparisonCard li {
  color: #c3cee0;
  font-size: 0.96rem;
  font-weight: 450;
}

.comparisonCard.negative {
  border-color: rgba(255, 111, 141, 0.22);
}

.comparisonCard.positive {
  border-color: rgba(117, 228, 177, 0.24);
}

.platformSection {
  padding: 1.2rem;
}

.sectionTitle {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.sectionTitle span {
  display: none;
}

.platformGrid {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 0.7rem;
}

.platformCard {
  min-width: 0;
  min-height: 94px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.55rem;
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(158, 181, 218, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
  color: #ccd6e8;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 550;
  text-decoration: none;
}

.platformIcon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.065);
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 650;
}

.youtube { color: #ff6b7c; }
.tiktok { color: #f5fbff; }
.instagram { color: #ff83c3; }
.xIcon { color: #f6f8fb; }
.facebook { color: #8fc3ff; }
.vimeo { color: #65d5ff; }
.dailymotion { color: #fff; }
.reddit { color: #ff9b6a; }
.more { color: #cdd6e7; }

.steps {
  display: grid;
  gap: 0.75rem;
  margin: 1rem 0 0;
  padding-left: 1.25rem;
}

.contentSection p {
  margin: 1rem 0 0;
}

.supportPanel {
  display: grid;
  grid-template-columns: 1fr 1px 1.35fr;
  gap: 1.4rem;
  align-items: center;
  padding: 1.25rem;
}

.benefitBlock {
  min-width: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
}

.shieldIcon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(117, 228, 177, 0.26);
  border-radius: var(--radius);
  background: rgba(117, 228, 177, 0.08);
  color: #a9f2cd;
}

.shieldIcon svg {
  width: 31px;
  height: 31px;
}

.benefitBlock p {
  margin: 0.38rem 0 0;
  color: var(--soft);
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 450;
}

.supportDivider {
  width: 1px;
  height: 112px;
  background: linear-gradient(transparent, rgba(158, 181, 218, 0.28), transparent);
}

.supportMethodCard {
  min-width: 0;
}

.supportCryptoCard {
  display: grid;
  gap: 0.75rem;
}

.supportWalletRow code {
  font-size: 0.9rem;
}


.extensionDownloadPanel,
.sharePanel {
  width: 100%;
  margin: 1.2rem auto 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(10, 16, 27, 0.72);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.extensionDownloadPanel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1.15rem;
  align-items: center;
  padding: 1.25rem;
}

.extensionDownloadIcon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(91, 167, 255, 0.28);
  border-radius: var(--radius);
  background: rgba(91, 167, 255, 0.1);
  color: #8fc3ff;
}

.extensionDownloadIcon svg {
  width: 44px;
  height: 44px;
}

.chromeRed { fill: #ff5f57; }
.chromeGreen { fill: #39d98a; }
.chromeYellow { fill: #ffd166; }
.chromeBlue { fill: #5ba7ff; }
.chromeCenter { fill: #09111f; stroke: #dbeafe; stroke-width: 2; }

.extensionDownloadCopy p {
  margin: 0 0 0.25rem;
  color: #9cf0c4;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.extensionDownloadCopy h2 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.18;
}

.extensionDownloadCopy span {
  display: block;
  margin-top: 0.35rem;
  color: var(--soft);
  font-size: 0.95rem;
  line-height: 1.45;
}

.extensionDownloadButton {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.1rem;
  border-radius: var(--radius);
  color: #fff;
  background: linear-gradient(135deg, rgba(91, 167, 255, 1), rgba(55, 104, 255, 1));
  font-weight: 760;
  text-decoration: none;
  box-shadow: 0 14px 36px rgba(55, 104, 255, 0.24);
}

.extensionDownloadButton.isDisabled {
  color: rgba(255, 255, 255, 0.58);
  background: rgba(91, 151, 220, 0.58);
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
}

.sharePanel {
  padding: 1.45rem;
}

.sharePanel .sectionTitle {
  margin-bottom: 0.35rem;
}

.sharePanel > p {
  margin: 0 0 1.25rem;
  color: var(--soft);
  font-size: 1rem;
  font-weight: 560;
}

.shareGrid {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 0.72rem;
}

.shareGrid a,
.shareGrid button {
  width: 100%;
  aspect-ratio: 1;
  min-height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(137, 164, 205, 0.24);
  border-radius: var(--radius);
  color: #f4f8ff;
  background: rgba(8, 14, 24, 0.42);
  font: inherit;
  text-decoration: none;
  cursor: pointer;
}

.shareGrid svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.shareGrid a:hover,
.shareGrid button:hover {
  border-color: rgba(91, 167, 255, 0.42);
  background: rgba(91, 167, 255, 0.08);
}
.footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 0.85rem;
  margin-top: 2rem;
  color: #909db3;
  font-size: 0.92rem;
  font-weight: 450;
}

.footer a {
  color: #8fc3ff;
  font-weight: 600;
  text-decoration: none;
}

.footer a:hover {
  color: #b8d9ff;
}

.simplePage {
  max-width: 920px;
  margin: 0 auto;
  padding: 2.5rem 1rem;
  color: var(--soft);
  line-height: 1.72;
}

.simplePage a {
  color: #8fc3ff;
  font-weight: 600;
  text-decoration: none;
}

.simplePage h1 {
  margin-top: 1.2rem;
  font-size: 3rem;
  line-height: 1.05;
}

.simpleCard {
  margin-top: 1.1rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(10, 16, 27, 0.72);
}

.legalContent p {
  margin: 0 0 1rem;
}

.legalContent p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1500px) {
  .app {
    padding-top: 1rem;
  }

  .hero {
    width: min(1120px, calc(100vw - 700px));
  }

  .adRail {
    position: fixed;
    z-index: 5;
    top: 12px;
    width: clamp(252px, 14.2vw, 292px);
    gap: clamp(0.42rem, 0.82vh, 0.7rem);
  }

  .adRailLeft {
    left: clamp(14px, 1.7vw, 28px);
  }

  .adRailRight {
    right: clamp(14px, 1.7vw, 28px);
  }

  .adCard {
    height: clamp(146px, calc((100vh - 66px) / 5), 176px);
    min-height: 146px;
  }

  @media (max-height: 820px) {
    .adRail {
      top: 8px;
      gap: 0.38rem;
    }

    .adCard {
      height: clamp(126px, calc((100vh - 48px) / 5), 150px);
      min-height: 126px;
      grid-template-rows: 36px auto 1.3em 24px;
      gap: 0.38rem;
      padding: 0.68rem 0.76rem;
    }

    .adCard img,
    .emptyAdIcon,
    .adFallbackIcon {
      width: 36px;
      height: 36px;
    }

    .promoText strong {
      font-size: 0.88rem;
    }

    .promoText small {
      font-size: 0.72rem;
    }

    .adTimer {
      min-height: 24px;
      font-size: 0.68rem;
    }
  }
}

@media (max-width: 1499px) {
  .adsSection {
    display: block;
    width: 100vw;
    order: -1;
    overflow: hidden;
    margin: -0.5rem calc(50% - 50vw) 1.15rem;
  }

  .adRails {
    display: flex;
    overflow: hidden;
    padding: 0.7rem 0;
  }

  .adRail {
    display: flex;
    flex: 0 0 max-content;
    gap: 0.65rem;
    padding-left: 0.75rem;
    animation: adMarquee 42s linear infinite;
    will-change: transform;
  }

  .adRailRight {
    display: none;
  }

  .adCard {
    flex: 0 0 230px;
    height: 76px;
    min-height: 76px;
    grid-template-columns: 42px minmax(0, 1fr);
    grid-template-rows: auto auto;
    justify-items: start;
    align-items: center;
    gap: 0.18rem 0.75rem;
    padding: 0.78rem;
    text-align: left;
  }

  .adCard img,
  .emptyAdIcon,
  .adFallbackIcon {
    grid-row: 1 / 3;
  }

  .promoText {
    min-width: 0;
    justify-self: stretch;
    text-align: left;
  }

  .promoText strong {
    max-width: 100%;
    font-size: 0.9rem;
  }

  .promoText small {
    min-height: 1.25em;
    max-height: 1.25em;
    font-size: 0.73rem;
  }

  .adTimer {
    display: none;
  }

  .emptyAdCard {
    align-content: center;
  }
}

@keyframes adMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1180px) {
  .platformGrid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  h1 {
    font-size: 4rem;
  }

  .lead {
    font-size: 1.14rem;
  }

  .downloadPanel {
    grid-template-columns: 1fr;
    width: min(720px, 100%);
  }

  .downloadButton {
    width: 100%;
  }

  .comparisonGrid,
  .supportPanel {
    grid-template-columns: 1fr;
  }

  .supportDivider {
    width: 100%;
    height: 1px;
  }

  .supportPanel {
    gap: 1rem;
  }
}

@media (max-width: 820px) {
  .adFields {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 620px) {
  .app {
    padding: 0.9rem 0.78rem 1.6rem;
  }

  .hero {
    align-items: stretch;
  }

  .heroIcon {
    width: 50px;
    height: 50px;
    margin-bottom: 0.85rem;
  }

  .eyebrow {
    font-size: 0.74rem;
  }

  h1 {
    font-size: 3rem;
  }

  .lead {
    margin-top: 1rem;
    font-size: 1.02rem;
  }

  .qualityBadges {
    gap: 0.45rem;
  }

  .qualityBadges span {
    min-height: 34px;
    padding: 0 0.72rem;
    font-size: 0.82rem;
  }

  .urlField {
    min-height: 58px;
    padding: 0 0.85rem;
  }

  input {
    font-size: 0.98rem;
  }

  .downloadButton {
    min-height: 58px;
    font-size: 0.96rem;
  }

  .contentSection,
  .platformSection,
  .supportPanel {
    margin-top: 1rem;
  }

  .contentSection,
  .supportPanel {
    padding: 1rem;
  }

  h2 {
    font-size: 1.35rem;
  }

  .platformSection {
    padding: 1rem;
  }

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

  .platformCard {
    min-height: 82px;
  }

  .benefitBlock {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .walletRow {
    grid-template-columns: minmax(0, 1fr) 58px;
  }

  .walletRow code {
    padding: 0.9rem;
    font-size: 0.82rem;
  }

  .copyButton {
    min-height: 52px;
  }


  .extensionDownloadPanel {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.95rem;
    padding: 1.05rem;
    text-align: center;
  }

  .extensionDownloadIcon {
    width: 64px;
    height: 64px;
  }

  .extensionDownloadIcon svg {
    width: 40px;
    height: 40px;
  }

  .extensionDownloadCopy p {
    font-size: 0.72rem;
  }

  .extensionDownloadCopy h2 {
    max-width: 13rem;
    margin: 0 auto;
    font-size: 1.42rem;
    line-height: 1.12;
  }

  .extensionDownloadCopy span {
    max-width: 20rem;
    margin: 0.55rem auto 0;
    font-size: 0.96rem;
  }

  .extensionDownloadButton {
    width: 100%;
    min-height: 56px;
  }

  .sharePanel {
    padding: 1rem;
  }

  .shareGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .shareGrid a,
  .shareGrid button {
    min-height: 58px;
  }
  .adForm {
    width: min(440px, calc(100vw - 1rem));
    padding: 0.8rem;
  }

  .adFormHeader {
    align-items: flex-start;
  }

  .adFormHeader h3 {
    font-size: 1.45rem;
  }

  .modalCloseButton {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  .adPaymentCard {
    padding: 0.78rem;
  }

  .adFields input,
  .adFields textarea {
    min-height: 43px;
    padding: 0.66rem 0.74rem;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 2.55rem;
  }

  .lead {
    font-size: 0.98rem;
  }

  .qualityBadges span {
    width: 100%;
  }

  .adCard {
    flex-basis: 210px;
  }
}

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