/* Persian Club — site enhancements (load after mobile.css / desktop.css) */

:root {
  --pc-dating: #d52837;
  --pc-friendship: #ffb400;
  --pc-business: #3f58a9;
  --pc-ink: #1a1214;
  --pc-muted: #5c4f52;
  --pc-line: rgba(196, 37, 51, 0.12);
  --pc-surface: #fff8f7;
  --pc-dark: #101217;
  --pc-white: #ffffff;
  --pc-radius: 18px;
  --pc-header: 60px;
  --pc-dock: 72px;
  --pc-gutter: 20px;
}

html {
  scroll-behavior: auto;
  overflow-anchor: none;
  box-sizing: border-box;
}

#main {
  display: contents;
}

.hero,
.mod,
.modes,
.capabilities,
.safety,
.faq,
.footer {
  position: relative;
  z-index: 0;
}

#how,
#modes,
#features,
#faq,
#download,
#reviews,
#improve,
#learn,
#community,
#safety {
  scroll-margin-top: calc(var(--pc-header) + 12px);
  overflow-anchor: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  color: var(--pc-ink);
}

img {
  max-width: 100%;
  height: auto;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 10000;
  background: var(--pc-dark);
  color: var(--pc-white);
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.skip-link:focus {
  top: 12px;
}

/* Keep content visible even if locomotive-scroll / lettering fail */
.hero-content,
.hero-content img,
.phone-stack img,
.how-title,
.animate-title .animate-line span,
.animate-text .animate-line span,
img {
  opacity: 1;
}

.hero-content,
.phone-stack img,
.hero img {
  animation: none !important;
}

.in-view.hero-content,
.in-view img,
.phone-stack img {
  animation: none !important;
  opacity: 1 !important;
}

.wrap {
  width: 100%;
  max-width: 1080px;
  padding-left: var(--pc-gutter);
  padding-right: var(--pc-gutter);
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

/* Brand mark */
.brand-bars {
  display: inline-flex;
  align-items: flex-end;
  gap: 5px;
  height: 28px;
  flex-shrink: 0;
}

.brand-bars span {
  display: block;
  width: 7px;
  border-radius: 99px;
}

.brand-bars span:nth-child(1) {
  height: 12px;
  background: var(--pc-friendship);
}

.brand-bars span:nth-child(2) {
  height: 28px;
  background: var(--pc-dating);
}

.brand-bars span:nth-child(3) {
  height: 20px;
  background: var(--pc-business);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.brand-lockup strong {
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: var(--pc-header);
  padding: 8px var(--pc-gutter);
  padding-top: max(8px, env(safe-area-inset-top));
  background: rgba(16, 18, 23, 0.94);
  color: var(--pc-white);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-header .brand-lockup {
  color: var(--pc-white);
}

.site-nav {
  display: none !important;
  gap: 18px;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--pc-white);
}

.header-cta {
  display: inline-flex !important;
  min-height: 36px;
  height: 36px;
  padding: 0 10px;
  margin-left: auto;
  border-radius: 10px;
  background: #d52837 !important;
  color: #ffffff !important;
  border: 0;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  font-family: Inter, Helvetica, Arial, sans-serif;
  white-space: nowrap;
  flex: 0 0 auto;
  opacity: 1 !important;
  text-indent: 0 !important;
  position: relative;
  z-index: 2;
}

/* Hero */
.hero {
  padding: 16px 0 0;
  background-color: #9b1c28;
  background-image: linear-gradient(180deg, rgba(16, 18, 23, 0.18), rgba(16, 18, 23, 0.55)), url(../images/header-bg-v1.png);
  background-position: center top;
  background-size: cover;
  overflow-x: hidden;
}

.hero .hero-content {
  padding: 8px var(--pc-gutter) 0;
  max-width: 1080px;
  margin: 0 auto;
}

.hero .logoContainer {
  height: auto;
  margin-bottom: 8px;
}

.hero .logoSmall {
  height: 56px;
  width: 56px;
  margin: 0;
}

.hero .mark {
  display: none;
}

.hero-kicker {
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 10px;
}

.hero-title {
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 6vw, 52px);
  line-height: 1.16;
  letter-spacing: -0.035em;
  text-transform: none;
  color: var(--pc-white);
  text-indent: 0;
  height: auto;
  width: auto;
  max-width: 20ch;
  background: none;
  margin: 0 auto 16px;
  overflow: visible;
  padding: 0 4px;
  text-align: center;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0 0 16px;
  width: 100%;
}

.hero .intro {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 auto 8px;
  max-width: 22em;
  height: auto !important;
  overflow: visible;
  padding: 0 12px;
  white-space: normal !important;
}

.hero-fa {
  font-family: Vazirmatn, Inter, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 16px;
}

.button-ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 12px;
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 48px;
  text-decoration: none;
  text-transform: none;
}

.button-ghost:hover {
  border-color: #fff;
  color: #fff;
}

.phone-stack {
  position: relative;
  width: min(70vw, 260px);
  margin: 8px auto 0;
  min-height: 0;
}

.phone-stack img {
  width: 100%;
  height: auto;
  max-width: none;
  display: block;
  aspect-ratio: 763 / 1545;
  background: rgba(255, 255, 255, 0.08);
}

.phone-stack__front {
  display: block;
  position: relative;
  width: 82%;
  z-index: 1;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.35));
}

.phone-stack__back {
  display: block;
  position: absolute;
  width: 72%;
  right: -8%;
  top: 12%;
  opacity: 0.92;
  transform: rotate(8deg);
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.28));
  z-index: 0;
}

@media only screen and (max-width: 700px) {
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    padding: 0 16px;
  }

  .hero-actions .button {
    width: 100%;
    justify-content: center;
  }

  .phone-stack__back {
    display: none;
  }

  .phone-stack {
    width: min(58vw, 220px);
  }

  .phone-stack__front {
    width: 100%;
  }
}

.mode-link {
  display: inline-block;
  margin-top: 14px;
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--mode-accent, var(--pc-dating));
  text-decoration: none;
}

.mode-link:hover {
  text-decoration: underline;
}

.safety {
  padding: 48px 0 24px;
  background: var(--pc-surface);
}

.safety .wrap {
  display: block;
}

.safety-cta {
  font-family: Inter, Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 24px 0 0;
  font-size: 15px;
}

.safety-cta a {
  color: var(--pc-dating);
  font-weight: 600;
}

.get-app {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.qr-card {
  display: none;
  margin: 0;
  background: #fff;
  border-radius: 16px;
  padding: 12px;
  flex: 0 0 auto;
}

.qr-card img {
  width: 148px;
  height: 148px;
  display: block;
}

.qr-card figcaption {
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: var(--pc-muted);
  text-align: center;
  margin-top: 8px;
}

.hero .download-mobile {
  margin: 0 !important;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 12px;
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 48px;
}

.hero-phone {
  width: min(72vw, 280px);
  margin: 0 auto;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.35));
}

.hero img {
  width: 100%;
  max-width: none;
}

/* How it works */
.how-title {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.18em;
  margin: 40px auto 8px;
  color: var(--pc-muted);
  width: auto !important;
  height: auto !important;
  text-indent: 0 !important;
  background: none !important;
  text-align: center;
}

.section-lead {
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: var(--pc-muted);
  text-align: center;
  max-width: 40ch;
  margin: 0 auto 8px;
  padding: 0 var(--pc-gutter);
}

.section-heading--follow {
  margin-top: 48px;
}

.app-tour {
  display: grid;
  gap: 12px;
  margin: 24px 0 8px;
}

.app-tour article {
  background: var(--pc-surface);
  border: 1px solid var(--pc-line);
  border-radius: var(--pc-radius);
  padding: 16px 16px 14px;
}

.app-tour span {
  display: block;
  font-family: "Passion One", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
  color: var(--pc-dating);
  margin-bottom: 8px;
}

.app-tour h3 {
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 6px;
  color: var(--pc-ink);
  text-transform: none;
}

.app-tour p {
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  color: var(--pc-muted);
  margin: 0;
}

.mod {
  padding: 36px 0 20px;
}

.mod h3 {
  font-size: clamp(32px, 10vw, 48px);
  line-height: 0.95;
}

.mod h3 .line1 {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.14em;
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.mod p {
  font-size: 16px;
  line-height: 1.55;
  color: var(--pc-muted);
}

.mod img {
  width: min(72%, 280px);
  margin-top: 28px;
  filter: drop-shadow(0 18px 28px rgba(213, 40, 55, 0.12));
}

.headerParticles {
  display: none;
}

/* Modes */
.modes,
.capabilities,
.faq,
.safety {
  padding: 48px 0 24px;
}

.modes .wrap,
.capabilities .wrap,
.faq .wrap,
.safety .wrap {
  display: block;
}

.section-heading {
  font-family: "Passion One", Helvetica, Arial, sans-serif;
  font-size: clamp(32px, 9vw, 52px);
  line-height: 0.95;
  text-transform: uppercase;
  color: var(--pc-dating);
  text-align: center;
  margin: 0 0 10px;
}

.mode-grid,
.capability-grid {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.mode-card,
.capability-card,
.app-tour article {
  background: var(--pc-surface);
  border: 1px solid var(--pc-line);
  border-radius: var(--pc-radius);
  padding: 20px 18px 18px;
  min-width: 0;
  overflow-wrap: break-word;
}

.mode-card h3,
.capability-card h3 {
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
  margin: 0 0 8px;
  color: var(--pc-ink);
}

.mode-card p,
.capability-card p {
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: var(--pc-muted);
  margin: 0;
}

.mode-card {
  border-top: 4px solid var(--mode-accent, var(--pc-dating));
}

.mode-card[data-mode="dating"] {
  --mode-accent: var(--pc-dating);
}

.mode-card[data-mode="friendship"] {
  --mode-accent: var(--pc-friendship);
}

.mode-card[data-mode="business"] {
  --mode-accent: var(--pc-business);
}

.mode-label {
  display: inline-block;
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mode-accent);
  margin-bottom: 8px;
}

/* FAQ */
.faq details {
  background: var(--pc-white);
  border: 1px solid var(--pc-line);
  border-radius: 14px;
  padding: 4px 16px;
  margin-bottom: 10px;
}

.faq summary {
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
  padding: 14px 0;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq details p {
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--pc-muted);
  margin: 0 0 16px;
}

.faq a {
  color: var(--pc-dating);
}

/* Footer / download */
.footer {
  margin-top: 0;
  padding-bottom: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-image: none;
}

.footer .grunge {
  display: none !important;
}

.footer .mobile-download {
  padding-top: 28px !important;
  padding-bottom: 8px !important;
}

.footer .mobile-download h2 {
  color: #ffffff !important;
  font-size: clamp(32px, 10vw, 48px);
  line-height: 1.05;
  margin-bottom: 8px;
}

.download-note {
  font-family: Inter, Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 16px;
}

.store-badges {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 240px;
  flex: 0 0 240px;
}

.store-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 240px;
  min-width: 240px;
  height: 56px;
  padding: 8px 18px;
  border-radius: 12px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  flex-shrink: 0;
  text-indent: 0;
  text-transform: none;
}

.store-badge:hover {
  background: #111;
  border-color: #fff;
  color: #fff;
}

.store-badge svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.store-badge span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.1;
}

.store-badge small {
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.78);
}

.store-badge strong {
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.footer footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  gap: 2px;
}

.footer footer .inc {
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  justify-content: center;
  margin: 0;
  white-space: nowrap;
}

.footer footer .inc a {
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  display: inline;
  font-weight: 400;
}

.footer footer .inc:before {
  display: none !important;
}

.footer footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.footer footer ul li {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}

.footer footer ul li a {
  padding: 6px 0;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  color: #fff;
}

.footer-ig {
  width: 40px;
  height: 40px;
  justify-content: center;
}

.footer-ig svg {
  width: 20px;
  height: 20px;
  display: block;
}

/* Sticky download dock — mobile */
.download-dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  display: flex;
  gap: 8px;
  padding: 10px 16px;
  padding-bottom: max(10px, env(safe-area-inset-bottom));
  background: rgba(16, 18, 23, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.25s ease;
  box-sizing: border-box;
}

.download-dock.is-hidden {
  transform: translateY(110%);
  pointer-events: none;
}

.download-dock a {
  flex: 1 1 0;
  min-width: 0;
  min-height: 48px;
  padding: 0 8px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: var(--pc-white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-sizing: border-box;
  white-space: nowrap;
}

.download-dock .dock-ios {
  background: var(--pc-dating);
  border-color: var(--pc-dating);
}

.download-dock .dock-android {
  background: transparent;
}

/* Legal / inner pages */
.terms p a,
.terms li a {
  color: var(--pc-dating);
  text-decoration: underline;
}

.terms p a:hover,
.terms li a:hover {
  color: var(--pc-ink);
}

.page-main {
  padding-top: 8px;
}

.page-main.terms {
  padding-top: 32px;
}

.page-main h1 {
  color: var(--pc-dating);
}

.page-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--pc-dating);
  text-decoration: none;
  margin-bottom: 18px;
}

.legal-footer {
  background: var(--pc-dark);
  color: var(--pc-white);
  padding: 28px var(--pc-gutter);
  padding-bottom: max(28px, env(safe-area-inset-bottom));
  text-align: center;
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-size: 13px;
}

.legal-footer a {
  color: var(--pc-white);
  text-decoration: none;
}

.legal-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px 18px;
  margin-bottom: 12px;
}

.legal-footer .footer-ig {
  width: 40px;
  height: 40px;
  color: #fff;
}

.legal-footer .footer-ig svg {
  width: 20px;
  height: 20px;
  display: block;
}

/* Buttons */
.button {
  min-height: 44px;
  font-family: Inter, Helvetica, Arial, sans-serif;
}

.button:focus-visible {
  outline: 2px solid var(--pc-friendship);
  outline-offset: 3px;
}

@media only screen and (max-width: 480px) {
  .site-header {
    padding-left: 12px;
    padding-right: 12px;
    gap: 8px;
  }

  .brand-lockup {
    gap: 8px;
  }

  .brand-lockup strong {
    font-size: 14px;
  }

  /* Dock already provides store buttons on small screens */
  .header-cta {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

@media only screen and (min-width: 700px) {
  :root {
    --pc-gutter: 32px;
  }

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

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

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

  .hero-phone,
  .mod img {
    width: min(52%, 320px);
  }
}

@media only screen and (min-width: 1020px) {
  :root {
    --pc-dock: 0px;
  }

  .site-header {
    position: sticky;
    left: 0;
    right: 0;
    padding: 18px 40px;
  }

  .page-main,
  .page-main.terms {
    padding-top: 96px;
  }

  .site-nav {
    display: flex !important;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .site-nav a {
    font-size: 13px;
  }

  .header-cta {
    min-width: 112px;
    height: 42px;
    padding: 0 16px;
    background: var(--pc-white);
    color: var(--pc-dating);
    font-size: 13px;
  }

  .download-but {
    display: none;
  }

  .download-dock {
    display: none;
  }

  .hero {
    padding-top: 48px;
  }

  .hero .hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .hero .logoSmall {
    display: none;
  }

  .hero .mark {
    display: block;
    height: 44px;
    width: 300px;
    text-indent: -9999px;
    background-image: url(../images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .hero .intro {
    margin: 16px 0 8px;
    max-width: 36rem;
    height: auto;
    padding: 0;
    text-align: left;
  }

  .hero-title {
    margin: 0 0 14px;
    text-align: left;
    max-width: 18ch;
  }

  .hero-fa {
    text-align: right;
    margin-bottom: 22px;
  }

  .hero-copy {
    text-align: left;
  }

  .hero-layout {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 32px;
    padding: 24px 40px 0;
    max-width: 1120px;
  }

  .hero-actions {
    display: flex;
    justify-content: flex-start;
  }

  .hero .download-mobile {
    display: inline-flex;
  }

  .phone-stack {
    width: min(38vw, 380px);
    min-height: 0;
    margin: 0;
  }

  .qr-card {
    display: block;
  }

  .get-app {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }

  .hero-phone {
    width: min(42vw, 420px);
  }

  .headerParticles {
    display: block;
    pointer-events: none;
  }

  .how-title {
    margin-top: 72px;
  }

  .modes,
  .capabilities,
  .faq,
  .safety {
    padding: 72px 0 32px;
  }

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

  .app-tour {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .footer {
    padding-bottom: 40px;
  }

  .footer .mobile-download {
    padding-top: 48px !important;
    padding-bottom: 24px !important;
  }

  .footer .wrap footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    gap: 16px;
  }

  .footer .wrap footer ul {
    width: auto;
    flex: 1 1 auto;
    margin-top: 0;
    justify-content: flex-start;
  }

  .footer .wrap footer .inc {
    flex: 0 0 auto;
    margin: 0;
    text-align: right;
    white-space: nowrap;
    display: flex;
    align-items: center;
    min-height: 0;
    line-height: 1;
  }

  .footer .wrap footer ul li a {
    min-height: 0;
    padding: 0;
    line-height: 1.2;
  }

  .mod img {
    width: auto;
    max-width: none;
  }

  .word[data-scroll-css-progress] {
    will-change: transform;
  }

  .word-personal,
  .word-reviews,
  .word-learn {
    transform: translate3d(calc((var(--progress, 0.5) - 0.5) * -24vw), 0, 0);
  }

  .word-coaching,
  .word-improve,
  .word-community {
    transform: translate3d(calc((var(--progress, 0.5) - 0.5) * 24vw), 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html.lenis,
  html.lenis body {
    scroll-behavior: auto;
  }

  .word,
  .col.phone {
    transform: none !important;
    will-change: auto;
  }
}
