:root {
  --bg: #030303;
  --panel: #090909;
  --panel-soft: #111111;
  --text: #f3f3f3;
  --muted: #aaa7a0;
  --silver-1: #ffffff;
  --silver-2: #a9a9aa;
  --gold: #d8ad63;
  --gold-bright: #f1d49b;
  --gold-dim: rgba(216, 173, 99, .34);
  --line: rgba(226, 201, 158, .24);
  --radius-xl: 30px;
  --radius-lg: 21px;
  --shadow: 0 28px 80px rgba(0, 0, 0, .62);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -10%, rgba(204, 157, 80, .10), transparent 35%),
    linear-gradient(180deg, #020202 0%, #060606 52%, #020202 100%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img,
svg {
  display: block;
}

.pixel-image {
  display: none;
}

.site-main {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  padding: clamp(18px, 3vw, 42px) 16px;
}

.ambient {
  position: fixed;
  z-index: -2;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(110px);
  opacity: .12;
}

.ambient-one {
  top: -320px;
  left: -240px;
  background: #a77d37;
}

.ambient-two {
  right: -300px;
  bottom: -380px;
  background: #80633c;
}

.page-wrap {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.hero-panel,
.trust-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .025), transparent 32%),
    rgba(7, 7, 7, .92);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, .035);
}

.hero-panel {
  min-height: 760px;
  border-radius: var(--radius-xl);
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: calc(var(--radius-xl) - 2px);
  border: 1px solid rgba(255, 255, 255, .018);
  pointer-events: none;
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 18% 24%, rgba(232, 188, 102, .85) 0 1px, transparent 1.6px),
    radial-gradient(circle at 78% 16%, rgba(232, 188, 102, .7) 0 1px, transparent 1.5px),
    radial-gradient(circle at 88% 68%, rgba(232, 188, 102, .55) 0 1px, transparent 1.5px),
    radial-gradient(circle at 11% 77%, rgba(232, 188, 102, .55) 0 1px, transparent 1.5px);
  background-size: 260px 240px, 320px 270px, 370px 300px, 290px 310px;
  opacity: .38;
}

.silk {
  position: absolute;
  z-index: 0;
  width: 680px;
  height: 860px;
  opacity: .42;
  pointer-events: none;
}

.silk::before,
.silk::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(222, 177, 98, .22);
  transform: rotate(-21deg) skewY(-8deg);
  box-shadow:
    0 0 28px rgba(191, 140, 61, .09),
    inset 0 0 36px rgba(227, 187, 111, .045);
}

.silk::after {
  inset: 50px -40px -50px 30px;
  opacity: .54;
  transform: rotate(-15deg) skewY(7deg);
}

.silk-left {
  left: -450px;
  top: -210px;
  transform: rotate(20deg);
}

.silk-right {
  right: -470px;
  bottom: -320px;
  transform: rotate(202deg);
}

.spark-field {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 18%, rgba(222, 178, 101, .08) 18.2%, transparent 18.7% 100%),
    linear-gradient(305deg, transparent 0 76%, rgba(222, 178, 101, .07) 76.2%, transparent 76.7% 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(850px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(28px, 5vw, 48px) 0 clamp(30px, 5vw, 48px);
  text-align: center;
}

.brand-badge {
  position: relative;
  width: clamp(128px, 13vw, 156px);
  aspect-ratio: 1;
  margin: 0 auto clamp(18px, 2vw, 25px);
  display: grid;
  place-items: center;
}

.badge-aura {
  position: absolute;
  inset: -10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(233, 190, 111, .27), transparent 66%);
  filter: blur(14px);
  animation: aura 4.5s ease-in-out infinite;
}

.badge-shell {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 18px 15px 15px;
  border-radius: 50%;
  border: 1px solid rgba(243, 211, 153, .78);
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, .07), transparent 40%),
    linear-gradient(150deg, #171717 0%, #070707 55%, #111111 100%);
  box-shadow:
    0 0 0 3px rgba(5, 5, 5, .95),
    0 0 0 4px rgba(233, 191, 111, .30),
    0 0 28px rgba(224, 177, 91, .30),
    inset 0 0 34px rgba(0, 0, 0, .85);
}

.badge-facets {
  position: absolute;
  inset: 0;
  opacity: .35;
  background:
    linear-gradient(30deg, transparent 47%, rgba(255, 255, 255, .08) 48% 49%, transparent 50%),
    linear-gradient(145deg, transparent 42%, rgba(255, 255, 255, .055) 43% 44%, transparent 45%),
    linear-gradient(72deg, transparent 58%, rgba(255, 255, 255, .04) 59% 60%, transparent 61%);
  background-size: 54px 48px, 62px 60px, 70px 66px;
}

.brand-logo {
  position: relative;
  z-index: 2;
  width: 70%;
  max-height: 46%;
  object-fit: contain;
  filter: drop-shadow(0 0 7px rgba(236, 194, 118, .44));
}

.brand-logo-text {
  position: relative;
  z-index: 2;
  max-width: 100%;
  overflow: hidden;
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(.72rem, 1.2vw, .9rem);
  line-height: 1;
  letter-spacing: .08em;
  white-space: nowrap;
  text-transform: uppercase;
  text-shadow: 0 1px 7px rgba(231, 188, 109, .28);
}

.hero-copy h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 8vw, 6.5rem);
  line-height: .92;
  letter-spacing: -.055em;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(180deg, #fff 0%, #f7f7f7 28%, #9c9c9e 65%, #f2f2f2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 4px 0 rgba(0, 0, 0, .88)) drop-shadow(0 8px 14px rgba(0, 0, 0, .42));
}

.eyebrow {
  margin: 18px 0 0;
  color: var(--gold-bright);
  font-size: clamp(.72rem, 1.3vw, .96rem);
  font-weight: 700;
  letter-spacing: .42em;
  line-height: 1.55;
  text-transform: uppercase;
}

.hero-description {
  max-width: 660px;
  margin: 24px auto 0;
  color: #e0dfdc;
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  line-height: 1.55;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.feature-card {
  position: relative;
  min-height: 174px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 22px 18px;
  overflow: hidden;
  border: 1px solid rgba(224, 194, 143, .27);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, .045), transparent 45%),
    rgba(11, 11, 11, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03);
  transition: transform .28s ease, border-color .28s ease, background .28s ease;
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: auto 20% 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(226, 185, 112, .35), transparent);
}

.feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(237, 202, 141, .55);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, .06), transparent 45%),
    rgba(14, 14, 14, .86);
}

.feature-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--gold-bright);
  filter: drop-shadow(0 0 8px rgba(228, 180, 96, .24));
}

.feature-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card h2 {
  margin: 0;
  font-size: .94rem;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.55;
}

.cta-area {
  margin-top: 26px;
}

.cta-text {
  margin: 0 0 19px;
  color: #d5d3cf;
  font-size: clamp(.9rem, 1.4vw, 1rem);
  line-height: 1.55;
}

.telegram-button {
  position: relative;
  isolation: isolate;
  min-height: 74px;
  width: min(100%, 560px);
  margin: 0 auto;
  padding: 0 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #120d00;
  text-transform: uppercase;
  font-size: 1.15rem;
  font-weight: 800;
  background:
    linear-gradient(180deg, #fff6ba 0%, #ffd45b 26%, #e99900 75%, #ffcf48 100%);
  border: 2px solid #ffe98e;
  box-shadow:
    0 0 0 6px rgba(26, 20, 7, .26),
    0 0 24px rgba(255, 196, 62, .48),
    0 0 70px rgba(255, 175, 0, .22),
    inset 0 3px 10px rgba(255,255,255,.8),
    inset 0 -8px 16px rgba(136,72,0,.24);
  transition: transform .25s ease, filter .25s ease;
  animation: buttonPulseGoldSwap 2s infinite;
}

.telegram-button::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 7px;
  border-radius: inherit;
  border: 1px solid rgba(240, 208, 151, .18);
}

.telegram-button:hover {
  transform: translateY(-3px) scale(1.01);
  filter: brightness(1.06);
}

.telegram-button:focus-visible {
  outline: 3px solid rgba(255, 222, 164, .42);
  outline-offset: 5px;
}

.button-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 14px 24px;
  font-size: clamp(1rem, 2vw, 1.28rem);
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.button-content svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, .15));
}

.button-orbit {
  position: absolute;
  z-index: -2;
  inset: -14px;
  border: 1px solid rgba(225, 181, 103, .10);
  border-radius: inherit;
  animation: orbitPulse 3.2s ease-out infinite;
}

.orbit-two {
  inset: -27px;
  animation-delay: 1.15s;
}

.privacy-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
  color: #a99d87;
  font-size: .84rem;
  line-height: 1.45;
}

.privacy-line svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.55;
}

.trust-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 22px;
  padding: 24px 20px;
  border-radius: 24px;
}

.trust-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 8px 21px;
}

.trust-item + .trust-item {
  border-left: 1px solid rgba(231, 204, 157, .18);
}

.trust-symbol {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--gold-bright);
  border: 1px solid rgba(226, 189, 125, .32);
  border-radius: 16px;
  background: rgba(255, 255, 255, .025);
  font-size: 1.45rem;
  box-shadow: inset 0 0 14px rgba(224, 174, 89, .04);
}

.trust-copy h2 {
  margin: 0;
  color: #e7e5e1;
  font-size: .82rem;
  line-height: 1.35;
  text-transform: uppercase;
}

.trust-copy p {
  margin: 6px 0 0;
  color: #8f8c87;
  font-size: .75rem;
  line-height: 1.45;
}

@keyframes aura {
  0%, 100% { opacity: .58; transform: scale(.96); }
  50% { opacity: 1; transform: scale(1.07); }
}

@keyframes orbitPulse {
  0% { opacity: .24; transform: scale(.96); }
  75%, 100% { opacity: 0; transform: scale(1.08); }
}

@media (max-width: 980px) {
  .hero-panel {
    min-height: auto;
  }

  .hero-content {
    width: min(760px, calc(100% - 38px));
  }

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

  .trust-item:nth-child(3) {
    border-left: 0;
  }

  .trust-item:nth-child(n + 3) {
    border-top: 1px solid rgba(231, 204, 157, .18);
    margin-top: 14px;
    padding-top: 22px;
  }
}

@media (max-width: 720px) {
  :root {
    --radius-xl: 23px;
    --radius-lg: 18px;
  }

  .site-main {
    padding: 10px 8px 18px;
  }

  .hero-content {
    width: calc(100% - 28px);
    padding: 22px 0 27px;
  }

  .hero-panel {
    border-radius: 23px;
  }

  .brand-badge {
    width: 116px;
    margin-bottom: 18px;
  }

  .badge-shell {
    gap: 3px;
    padding: 14px 12px 12px;
  }

  .brand-logo {
    width: 69%;
    max-height: 43%;
  }

  .brand-logo-text {
    font-size: .63rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.8rem, 14vw, 4.15rem);
    letter-spacing: -.06em;
  }

  .eyebrow {
    margin-top: 14px;
    font-size: .66rem;
    letter-spacing: .31em;
  }

  .hero-description {
    max-width: 420px;
    margin-top: 18px;
    font-size: .94rem;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .feature-card {
    min-height: 0;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
    padding: 15px 17px;
    text-align: left;
  }

  .feature-icon {
    grid-row: 1 / span 2;
    width: 46px;
    height: 46px;
  }

  .feature-copy h2 {
    font-size: .82rem;
  }

  .feature-copy p {
    margin-top: 4px;
    font-size: .78rem;
  }

  .feature-card::after {
    display: none;
  }

  .cta-area {
    margin-top: 21px;
  }

  .cta-text {
    max-width: 330px;
    margin: 0 auto 17px;
    font-size: .82rem;
  }

  .telegram-button {
    min-height: 66px;
  }

  .button-content {
    gap: 12px;
    padding: 12px 16px;
    font-size: .93rem;
  }

  .button-content svg {
    width: 25px;
    height: 25px;
  }

  .privacy-line {
    margin-top: 20px;
    font-size: .72rem;
  }

  .trust-panel {
    grid-template-columns: 1fr;
    padding: 12px 15px;
    border-radius: 21px;
  }

  .trust-item,
  .trust-item:nth-child(3) {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    padding: 14px 4px;
    border-left: 0;
  }

  .trust-item + .trust-item,
  .trust-item:nth-child(n + 3) {
    margin-top: 0;
    border-top: 1px solid rgba(231, 204, 157, .16);
  }

  .trust-symbol {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    font-size: 1.15rem;
  }

  .silk {
    opacity: .26;
  }
}

@media (max-width: 390px) {
  .hero-content {
    width: calc(100% - 22px);
  }

  .hero-copy h1 {
    font-size: clamp(2.45rem, 13.6vw, 3.2rem);
  }

  .eyebrow {
    letter-spacing: .25em;
  }

  .feature-card {
    padding-inline: 13px;
  }

  .button-content {
    font-size: .82rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}


@keyframes buttonPulseGoldSwap {
  0%, 100% {
    box-shadow:
      0 0 0 6px rgba(26,20,7,.26),
      0 0 24px rgba(255,196,62,.48),
      0 0 70px rgba(255,175,0,.22),
      inset 0 3px 10px rgba(255,255,255,.8),
      inset 0 -8px 16px rgba(136,72,0,.24);
  }
  50% {
    box-shadow:
      0 0 0 12px rgba(26,20,7,.16),
      0 0 40px rgba(255,206,93,.78),
      0 0 100px rgba(255,175,0,.34),
      inset 0 3px 10px rgba(255,255,255,.8),
      inset 0 -8px 16px rgba(136,72,0,.24);
  }
}

@keyframes ringPulseDark {
  0% { opacity: .52; transform: scale(1); }
  80%, 100% { opacity: 0; transform: scale(1.14, 1.36); }
}
  80%, 100% { opacity: 0; transform: scale(1.16, 1.45); }
}


.logo-core > span:empty {
  display: none;
}

@media (max-width: 600px) {
  .project-logo {
  width: 88%;
  height: auto;
  max-height: 82%;
  flex: 0 1 auto;
  display: block;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 0 14px rgba(239, 194, 92, .34));
}
}


.cta-block > p:empty {
  display: none;
}


/* Чистый чёрный фон на телефонах */
@media (max-width: 720px) {
  html,
  body {
    background-color: #020202 !important;
    background-image: none !important;
  }

  .site-main {
    background: #020202;
  }

  /* Большие золотые размытые пятна на узком экране дают оранжевый оттенок */
  .ambient {
    display: none;
  }

  .hero-panel,
  .trust-panel {
    background:
      linear-gradient(145deg, rgba(255, 255, 255, .018), transparent 30%),
      #070707;
  }

  .silk {
    opacity: .15;
  }

  .badge-aura {
    opacity: .55;
  }
}


@media (max-width: 600px) {
  .subtitle {
    max-width: 310px;
    margin-top: 12px;
    font-size: .76rem;
    line-height: 1.55;
    letter-spacing: .06em;
  }

  .lead {
    max-width: 300px;
    font-size: .84rem;
  }

  .cta-block {
    margin-top: -6px;
  }

  .telegram-button {
    min-height: 62px;
    padding-inline: 20px;
    gap: 12px;
    font-size: .9rem;
  }
}


@media (max-width: 600px) {
  .project-logo {
    width: 70%;
    max-height: 72%;
  }
}


@media (max-width: 600px) {
  .project-logo {
    width: 84%;
    max-height: 78%;
  }
}


/* Логотип полностью заполняет круг */
.badge-shell {
  padding: 0 !important;
  gap: 0 !important;
  background: #050505 !important;
}

.badge-facets {
  display: none !important;
}

.brand-logo {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 50% !important;
  filter: none !important;
  transform: scale(1.03);
}

.brand-logo-text {
  display: none !important;
}

@media (max-width: 600px) {
  .brand-logo {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    transform: scale(1.04);
  }
}
