:root {
  --bg: #07130d;
  --panel: #0d2417;
  --panel2: #102f1d;
  --green: #32ff65;
  --green2: #0dbb46;
  --gold: #ffd44d;
  --gold2: #ff9f18;
  --red: #ce251c;
  --text: #fff8dc;
  --muted: #d9e8c5;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: radial-gradient(circle at 50% -10%, #155c25 0, #07130d 45%, #040705 100%);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif
}

a {
  text-decoration: none;
  color: inherit
}

.site-header {
  height: 76px;
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  background: rgba(4, 10, 7, .82);
  border-bottom: 1px solid rgba(255, 212, 77, .2);
  backdrop-filter: blur(16px)
}

.brand img {
  height: 52px;
  width: auto;
  display: block
}

.nav {
  display: flex;
  gap: 30px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: .05em
}

.nav a {
  opacity: .86
}

.nav a:hover {
  color: var(--gold)
}

.header-cta {
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffdf65, #ff9f18);
  color: #261500;
  font-weight: 950;
  box-shadow: 0 0 28px rgba(255, 195, 32, .35)
}

.hero {
  position: relative;
  min-height: 780px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 40px;
  padding: 110px 5% 80px;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(3, 9, 6, .95), rgba(6, 30, 12, .55), rgba(2, 6, 4, .88)), url('hero-bg.jpg') center/cover no-repeat
}

.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 48% 30%, rgba(54, 255, 101, .28), transparent 36%), radial-gradient(ellipse at 50% 22%, rgba(255, 212, 77, .16), transparent 42%);
  pointer-events: none
}

.hero:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  background: linear-gradient(transparent, var(--bg))
}

.hero-content,
.hero-visual {
  position: relative;
  z-index: 2
}

.badge,
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(49, 255, 101, .12);
  border: 1px solid rgba(49, 255, 101, .36);
  color: #b6ffb8;
  text-transform: uppercase;
  font-weight: 950;
  letter-spacing: .1em;
  font-size: 12px
}

.hero h1 {
  max-width: 850px;
  margin: 18px 0 18px;
  font-size: 72px;
  line-height: .98;
  font-weight: 1000;
  letter-spacing: -.05em;
  text-transform: uppercase;
  text-shadow: 0 6px 0 #0a2a12, 0 0 32px rgba(50, 255, 101, .38)
}

.lead {
  max-width: 660px;
  color: #f4ffe8;
  font-size: 20px;
  line-height: 1.72
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin: 34px 0 26px
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 16px 26px;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: .04em
}

.primary {
  background: linear-gradient(180deg, #ffe36d, #ff9e12);
  color: #231200;
  border: 1px solid #fff3a0;
  box-shadow: 0 0 32px rgba(255, 188, 24, .38), inset 0 -4px 0 rgba(92, 41, 0, .22)
}

.ghost {
  background: rgba(10, 31, 17, .7);
  border: 1px solid rgba(255, 212, 77, .38);
  color: #ffe690
}

.stats {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.stats span {
  padding: 11px 14px;
  border-radius: 12px;
  background: rgba(4, 10, 7, .58);
  border: 1px solid rgba(255, 255, 255, .1);
  color: #e6f6d6
}

.stats b {
  color: var(--gold)
}

.hero-visual {
  display: flex;
  justify-content: center
}

.phone {
  width: min(430px, 100%);
  filter: drop-shadow(0 28px 70px rgba(0, 0, 0, .65)) drop-shadow(0 0 36px rgba(53, 255, 101, .2));
  transform: rotate(3deg)
}

.section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 86px 5%
}

.split {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 44px;
  align-items: center
}

.section h2 {
  font-size: 44px;
  line-height: 1.08;
  margin: 14px 0 16px;
  text-transform: uppercase;
  letter-spacing: -.03em;
  text-shadow: 0 0 18px rgba(51, 255, 101, .2)
}

.section p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 12px
}

.check-list li {
  padding: 14px 16px;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(40, 255, 93, .14), rgba(255, 212, 77, .08));
  border: 1px solid rgba(49, 255, 101, .2);
  font-weight: 800
}

.check-list li:before {
  content: "✓";
  color: #75ff7d;
  margin-right: 10px
}

.media-card {
  padding: 12px;
  border-radius: 28px;
  background: linear-gradient(140deg, rgba(54, 255, 101, .35), rgba(255, 212, 77, .25));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .38)
}

.media-card img,
.showcase-card img {
  display: block;
  width: 100%;
  border-radius: 20px;
  object-fit: cover
}

.features {
  text-align: center
}

.center {
  margin: 0 auto
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 32px
}

.feature-grid article {
  padding: 30px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(16, 47, 29, .96), rgba(6, 16, 10, .96));
  border: 1px solid rgba(255, 212, 77, .2);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .25)
}

.icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 16px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #ffe36d, #ff9e12);
  font-size: 30px;
  box-shadow: 0 0 28px rgba(255, 212, 77, .3)
}

.feature-grid h3 {
  margin: 0 0 10px;
  color: #fff1a0;
  text-transform: uppercase
}

.showcase {
  display: grid;
  grid-template-columns: 1.25fr .875fr .875fr;
  gap: 22px
}

.showcase-card {
  overflow: hidden;
  border-radius: 26px;
  background: #0b1c11;
  border: 1px solid rgba(255, 212, 77, .2);
  box-shadow: 0 20px 55px rgba(0, 0, 0, .28)
}

.showcase-card img {
  height: 250px;
  border-radius: 0
}

.showcase-card.big img {
  height: 360px
}

.showcase-card div {
  padding: 24px
}

.showcase-card h3 {
  margin: 0 0 8px;
  color: #ffd44d;
  text-transform: uppercase
}

.gallery-section {
  text-align: center
}

.gallery {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px
}

.gallery img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 26px;
  border: 1px solid rgba(255, 212, 77, .25);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .32)
}

.gallery img:last-child {
  object-fit: contain;
  background: radial-gradient(circle, #183d20, #07130d);
  padding: 24px
}

.download-band {
  max-width: 1280px;
  margin: 30px auto 80px;
  padding: 44px 5%;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: linear-gradient(115deg, rgba(18, 70, 32, .98), rgba(5, 12, 8, .98)), url('card-temple.jpg') center/cover;
  border: 1px solid rgba(255, 212, 77, .3);
  box-shadow: 0 26px 80px rgba(0, 0, 0, .35)
}

.download-band h2 {
  margin: 12px 0 8px;
  font-size: 42px;
  text-transform: uppercase
}

.download-band p {
  color: #e7f5d0
}

.big-btn {
  font-size: 18px;
  padding: 18px 30px;
  white-space: nowrap
}

.footer {
  padding: 38px 5%;
  border-top: 1px solid rgba(255, 212, 77, .18);
  background: #030604;
  text-align: center;
  color: #abc5a0
}

.footer img {
  height: 58px
}

.footer p {
  margin: 14px auto 0;
  max-width: 760px
}

@media(max-width:980px) {
  .nav {
    display: none
  }

  .hero,
  .split,
  .showcase {
    grid-template-columns: 1fr
  }

  .hero h1 {
    font-size: 48px
  }

  .feature-grid,
  .gallery {
    grid-template-columns: 1fr 1fr
  }

  .download-band {
    flex-direction: column;
    text-align: center
  }

  .gallery img {
    height: 320px
  }
}

@media(max-width:560px) {
  .site-header {
    height: 66px
  }

  .brand img {
    height: 42px
  }

  .header-cta {
    display: none
  }

  .hero {
    padding: 86px 5% 60px;
    min-height: auto
  }

  .hero h1 {
    font-size: 38px
  }

  .hero-actions,
  .stats {
    flex-direction: column
  }

  .feature-grid,
  .gallery {
    grid-template-columns: 1fr
  }

  .section {
    padding: 60px 5%
  }

  .section h2 {
    font-size: 32px
  }

  .showcase-card.big img,
  .showcase-card img {
    height: 260px
  }
}
.ad-disclosure-bar {
  width: 100%;
  background: #111111;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.45;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ad-disclosure-bar__inner {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ad-disclosure-bar strong {
  display: inline-flex;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  background: #f7c948;
  color: #111111;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.brand-ad {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  text-decoration: none;
}

.brand-ad__label {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  background: #f7c948;
  color: #111111;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.brand-ad__site {
  color: inherit;
  font-size: 15px;
  font-weight: 800;
}

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

.affiliate-note {
  margin-top: 18px;
  max-width: 680px;
  font-size: 13px;
  line-height: 1.55;
  opacity: 0.78;
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.footer {
  padding: 48px 0 22px;
}

.footer__inner {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(180px, 0.7fr) minmax(200px, 0.7fr);
  gap: 32px;
  align-items: start;
}

.footer__brand img {
  max-width: 150px;
  height: auto;
  margin-bottom: 16px;
}

.footer__brand p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.65;
  opacity: 0.82;
}

.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer__nav h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.footer__nav a {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.82;
}

.footer__nav a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer__bottom {
  width: min(100% - 32px, 1180px);
  margin: 28px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: space-between;
}

.footer__bottom p {
  margin: 0;
  font-size: 13px;
  opacity: 0.72;
}

@media (max-width: 900px) {
  .ad-disclosure-bar__inner {
    align-items: flex-start;
    text-align: left;
    justify-content: flex-start;
  }

  .header-actions {
    display: none;
  }

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

  .download-actions {
    width: 100%;
  }

  .download-actions .big-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
/* Одинаковый стиль для всех кнопок скачивания */
.btn.primary,
.header-cta,
.header-cta--ios,
.ios-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  border-radius: 18px;
  border: 1px solid #f6d64a;
  background: linear-gradient(180deg, #ffd34f 0%, #ffb52e 100%);
  color: #111111;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow:
    0 10px 24px rgba(255, 191, 0, 0.28),
    inset 0 -3px 0 rgba(0, 0, 0, 0.14);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn.primary:hover,
.header-cta:hover,
.header-cta--ios:hover,
.ios-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow:
    0 14px 30px rgba(255, 191, 0, 0.34),
    inset 0 -3px 0 rgba(0, 0, 0, 0.14);
}
/* Одинаковый стиль для всех кнопок скачивания */
.btn.primary,
.header-cta,
.header-cta--ios,
.ios-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  border-radius: 18px;
  border: 1px solid #f6d64a;
  background: linear-gradient(180deg, #ffd34f 0%, #ffb52e 100%);
  color: #111111;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow:
    0 10px 24px rgba(255, 191, 0, 0.28),
    inset 0 -3px 0 rgba(0, 0, 0, 0.14);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn.primary:hover,
.header-cta:hover,
.header-cta--ios:hover,
.ios-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow:
    0 14px 30px rgba(255, 191, 0, 0.34),
    inset 0 -3px 0 rgba(0, 0, 0, 0.14);
}
/* Hero download buttons — compact text */
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.hero-actions .btn {
  min-height: 76px;
  padding: 16px 28px;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-actions .btn.primary,
.hero-actions .btn.ios-btn {
  min-width: 315px;
}

.hero-actions .btn.ghost {
  min-width: 224px;
}