.home-body {
  background: #f7f7f3;
  color: #131720;
}

.home-header {
  background: rgba(248, 248, 244, 0.9);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  backdrop-filter: saturate(160%) blur(14px);
}

.home-brand,
.home-nav a {
  color: #151922;
}

.home-nav a:hover {
  color: #000;
}

.home-language-toggle,
.home-menu-toggle {
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(15, 23, 42, 0.1);
  color: #111827;
}

.home-page {
  background:
    radial-gradient(circle at 76% 14%, rgba(109, 168, 255, 0.1), transparent 26%),
    linear-gradient(180deg, #fbfbf8 0%, #f7f7f3 100%);
}

.home-hero {
  padding: 86px 0 72px;
}

.home-intro {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.home-kicker {
  margin: 0 0 12px;
  color: #5f7ba4;
  font-size: 0.94rem;
  font-weight: 700;
}

.home-intro h1 {
  margin: 0;
  max-width: 980px;
  color: #141821;
  font-size: 3.35rem;
  line-height: 1.12;
  letter-spacing: 0;
}

.home-lead {
  margin: 22px 0 0;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  color: #5d6674;
  font-size: 1.15rem;
  line-height: 1.75;
}

.home-app-grid {
  margin-top: 44px;
  display: grid;
  gap: 22px;
}

.home-app-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(380px, 1.02fr);
  gap: 28px;
  align-items: center;
  min-height: 540px;
  padding: 38px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  box-shadow: 0 30px 72px rgba(17, 24, 39, 0.08);
}

.home-app-panel--tdash {
  background:
    radial-gradient(circle at 78% 50%, rgba(207, 72, 68, 0.08), transparent 34%),
    rgba(255, 255, 255, 0.74);
}

.home-app-copy {
  min-width: 0;
}

.home-app-heading {
  display: flex;
  align-items: center;
  gap: 16px;
}

.home-app-heading picture,
.home-app-heading img {
  display: block;
}

.home-app-heading img {
  width: 68px;
  height: 68px;
  border-radius: 18px;
}

.home-app-label {
  margin: 0 0 2px;
  color: #cf4844;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.home-app-heading h2 {
  margin: 0;
  color: #111827;
  font-size: 2.1rem;
  line-height: 1.1;
  letter-spacing: 0;
}

.home-app-title {
  margin: 28px 0 0;
  color: #121722;
  font-size: 2.25rem;
  line-height: 1.22;
  font-weight: 800;
}

.home-app-desc {
  margin: 18px 0 0;
  color: #5d6674;
  font-size: 1.06rem;
  line-height: 1.78;
}

.home-tags {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  color: #5b6472;
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
}

.home-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-actions .btn {
  font-weight: 700;
}

.home-appstore-btn {
  gap: 8px;
  background: #007aff;
  color: #fff;
}

.home-appstore-btn:hover {
  background: #0a84ff;
}

.home-app-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 460px;
}

.home-app-visual picture {
  display: block;
  width: min(100%, 520px);
}

.home-app-visual img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 42px rgba(17, 24, 39, 0.18));
}

.home-app-visual--phone picture {
  width: min(100%, 420px);
}

.home-contact {
  padding: 0 0 72px;
}

.home-contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 28px;
  align-items: center;
  padding: 38px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  box-shadow: 0 30px 72px rgba(17, 24, 39, 0.08);
}

.home-contact-copy h2 {
  margin: 0;
  color: #141821;
  font-size: 2.3rem;
  line-height: 1.14;
  letter-spacing: 0;
}

.home-contact-copy p:last-child {
  margin: 18px 0 0;
  color: #5d6674;
  font-size: 1.04rem;
  line-height: 1.78;
}

.home-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.home-contact-card {
  min-height: 132px;
  padding: 22px;
  background: rgba(248, 248, 244, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
}

.home-contact-card h3 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 1.08rem;
}

.home-contact-card p {
  margin: 0;
  color: #5d6674;
  font-size: 1rem;
  overflow-wrap: anywhere;
}

.home-contact-card a {
  color: #cf4844;
  text-decoration: none;
  font-weight: 700;
}

.home-contact-card a:hover {
  text-decoration: underline;
}

.home-footer {
  background: #f7f7f3;
  color: #777f8c;
}

.home-footer p {
  margin: 6px 0;
}

.home-footer-links {
  margin: 14px 0 10px;
  display: flex;
  justify-content: center;
  gap: 10px 18px;
  flex-wrap: wrap;
}

.home-footer-links a {
  color: #5d6674;
  text-decoration: none;
}

.home-footer-links a:hover {
  color: #111827;
  text-decoration: underline;
}

.home-icp {
  margin: 6px 0;
}

.home-icp a {
  color: #5d6674;
  text-decoration: none;
}

.home-icp a:hover {
  color: #111827;
  text-decoration: underline;
}

.reveal .home-kicker,
.reveal .home-intro h1,
.reveal .home-lead,
.reveal .home-app-panel,
.reveal .home-contact-panel {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity 760ms cubic-bezier(.22, 1, .36, 1), transform 760ms cubic-bezier(.22, 1, .36, 1);
}

.reveal .home-intro h1 {
  transition-delay: 80ms;
}

.reveal .home-lead {
  transition-delay: 150ms;
}

.reveal .home-app-panel:nth-child(1) {
  transition-delay: 220ms;
}

.reveal .home-app-panel:nth-child(2) {
  transition-delay: 300ms;
}

.reveal.active .home-kicker,
.reveal.active .home-intro h1,
.reveal.active .home-lead,
.reveal.active .home-app-panel,
.reveal.active .home-contact-panel {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 980px) {
  .home-intro h1 {
    font-size: 2.75rem;
  }

  .home-app-panel {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 30px;
  }

  .home-contact-panel {
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .home-app-visual {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .home-hero {
    padding: 54px 0 46px;
  }

  .home-intro h1 {
    font-size: 2.05rem;
    line-height: 1.16;
  }

  .home-lead {
    font-size: 1rem;
    line-height: 1.7;
  }

  .home-app-grid {
    margin-top: 30px;
    gap: 16px;
  }

  .home-app-panel {
    padding: 22px;
  }

  .home-contact {
    padding-bottom: 46px;
  }

  .home-contact-panel {
    padding: 22px;
  }

  .home-contact-copy h2 {
    font-size: 1.8rem;
  }

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

  .home-app-heading img {
    width: 58px;
    height: 58px;
    border-radius: 16px;
  }

  .home-app-heading h2 {
    font-size: 1.7rem;
  }

  .home-app-title {
    margin-top: 22px;
    font-size: 1.62rem;
    line-height: 1.28;
  }

  .home-app-desc {
    font-size: 0.98rem;
  }

  .home-actions .btn {
    width: 100%;
  }

  .home-app-visual picture,
  .home-app-visual--phone picture {
    width: min(100%, 320px);
  }
}
