@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;600;700;800&display=swap");

:root {
  --bg: #ffffff;
  --text: #070707;
  --muted: #76716c;
  --muted-strong: #5f5a55;
  --soft: #f7f7f6;
  --line: #ededeb;
  --accent: #f5524c;
  --accent-dark: #df403a;
  --accent-soft: rgba(245, 82, 76, 0.12);
  --shadow-soft: 0 18px 44px rgba(31, 24, 18, 0.08);
  --shadow-lift: 0 26px 64px rgba(31, 24, 18, 0.12);
  --radius-media: 12px;
  --ease-premium: cubic-bezier(0.22, 1, 0.36, 1);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Nunito Sans", Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body,
button,
input,
textarea {
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

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

.top {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 18px 28px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.logo {
  display: inline-flex;
  width: 156px;
  align-items: center;
  justify-self: start;
}

.logo img {
  width: 100%;
  height: auto;
}

.nav,
.top-actions,
.footer-links,
.socials,
.legal-links {
  display: flex;
  align-items: center;
}

.nav {
  gap: 34px;
  color: #141414;
  font-size: 13px;
  font-weight: 700;
}

.top-actions {
  justify-self: end;
  gap: 14px;
}

.link {
  font-size: 13px;
  font-weight: 700;
}

.button {
  display: inline-flex;
  min-height: 38px;
  min-width: 116px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0 22px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition:
    background 0.28s var(--ease-premium),
    border-color 0.28s var(--ease-premium),
    box-shadow 0.28s var(--ease-premium),
    transform 0.28s var(--ease-premium);
}

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

.button-primary {
  border-color: var(--accent);
  background: linear-gradient(135deg, #ff6760 0%, var(--accent) 100%);
  color: #fff;
  box-shadow:
    0 12px 28px rgba(245, 82, 76, 0.22),
    0 0 42px rgba(245, 82, 76, 0.12);
}

.button-primary:hover {
  border-color: var(--accent-dark);
  background: var(--accent-dark);
  box-shadow:
    0 16px 34px rgba(245, 82, 76, 0.3),
    0 0 62px rgba(245, 82, 76, 0.18);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.76);
  color: #111;
  box-shadow: 0 10px 28px rgba(27, 20, 17, 0.04);
  backdrop-filter: blur(10px);
}

.button-secondary:hover {
  border-color: rgba(245, 82, 76, 0.22);
  box-shadow:
    0 14px 34px rgba(27, 20, 17, 0.07),
    0 0 38px rgba(245, 82, 76, 0.08);
}

.store-row .button {
  min-width: 126px;
}

.hero {
  position: relative;
  min-height: 900px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 94px 28px 120px;
  overflow: hidden;
}

.brand-glow {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(245, 82, 76, 0.16), rgba(245, 82, 76, 0) 68%);
  filter: blur(10px);
}

.brand-glow-1 {
  top: 96px;
  left: 50%;
  width: 420px;
  height: 420px;
  transform: translateX(-50%);
}

.brand-glow-2 {
  right: 70px;
  bottom: 130px;
  width: 260px;
  height: 260px;
  opacity: 0.7;
}

.phone-mockup::before {
  position: absolute;
  inset: 10% -34% -8%;
  z-index: -1;
  content: "";
  border-radius: 999px;
  background: radial-gradient(circle, rgba(245, 82, 76, 0.16), transparent 68%);
  filter: blur(24px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border: 1px solid rgba(245, 82, 76, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 14px 34px rgba(48, 34, 25, 0.06);
  color: var(--accent-dark);
  padding: 9px 15px;
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(16px);
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  font-size: clamp(66px, 5.8vw, 78px);
  font-weight: 900;
  line-height: 0.94;
}

.hero-copy p {
  max-width: 430px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
}

.store-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.phone-mockup {
  position: relative;
  z-index: 3;
  width: 248px;
  margin: 48px auto 0;
  transform: rotate(-5deg);
  filter:
    drop-shadow(0 32px 46px rgba(18, 15, 12, 0.18))
    drop-shadow(0 0 46px rgba(245, 82, 76, 0.1));
}

.phone-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.49;
  border: 9px solid #111;
  border-radius: 42px;
  background: #111;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 14px 22px rgba(0, 0, 0, 0.1);
}

.phone-speaker {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 2;
  width: 76px;
  height: 20px;
  border-radius: 999px;
  background: #111;
  transform: translateX(-50%);
}

.app-screen {
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 10px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 15% 0%, rgba(245, 82, 76, 0.16), transparent 34%),
    linear-gradient(180deg, #fffaf5 0%, #f7f0e7 100%);
  padding: 44px 16px 16px;
  color: #141210;
}

.app-top {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 900;
}

.app-top img {
  width: 24px;
  height: 20px;
}

.points-card {
  display: grid;
  gap: 4px;
  border-radius: 22px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 12px 26px rgba(59, 43, 30, 0.08);
}

.points-card span,
.points-card small,
.app-section-title,
.wallet-card span,
.promo-row p {
  color: #756c63;
  font-size: 11px;
  font-weight: 800;
}

.points-card strong {
  color: var(--accent);
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.app-section-title {
  margin-top: 4px;
  text-transform: uppercase;
}

.wallet-card {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(20, 18, 16, 0.07);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.72);
  padding: 12px 14px;
}

.wallet-card strong {
  font-size: 13px;
}

.wallet-card-primary {
  background: linear-gradient(135deg, #1d1a17, #4a4038);
  color: #fff;
}

.wallet-card-primary span {
  color: rgba(255, 255, 255, 0.72);
}

.promo-row {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 18px;
  background: #fff;
  padding: 12px;
}

.promo-row span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(245, 82, 76, 0.11);
  color: var(--accent);
  font-weight: 900;
}

.hero-photo {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  border-radius: var(--radius-media);
  background: rgba(255, 255, 255, 0.44);
  border: 1px solid rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(12px);
  box-shadow:
    0 16px 38px rgba(10, 10, 10, 0.08),
    0 0 34px rgba(245, 82, 76, 0.07);
  transition:
    box-shadow 0.45s var(--ease-premium),
    transform 0.45s var(--ease-premium);
  animation: float-soft 10s ease-in-out infinite;
}

.hero-photo-2,
.hero-photo-5 {
  animation-duration: 12s;
  animation-delay: -2.5s;
}

.hero-photo-3,
.hero-photo-6 {
  animation-duration: 14s;
  animation-delay: -5s;
}

.hero-photo img,
.benefit img,
.points-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photo-1 {
  top: 128px;
  left: 54px;
  width: 188px;
  height: 78px;
}

.hero-photo-2 {
  top: 282px;
  left: 126px;
  width: 106px;
  height: 118px;
}

.hero-photo-3 {
  top: 138px;
  right: 54px;
  width: 166px;
  height: 104px;
}

.hero-photo-4 {
  top: 330px;
  right: 74px;
  width: 112px;
  height: 142px;
}

.hero-photo-5 {
  bottom: 128px;
  left: 126px;
  width: 188px;
  height: 110px;
}

.hero-photo-6 {
  right: 116px;
  bottom: 118px;
  width: 140px;
  height: 170px;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 132px 28px;
}

.kicker {
  margin-bottom: 20px;
  color: var(--muted-strong);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

h2 {
  font-size: clamp(48px, 4.4vw, 62px);
  font-weight: 900;
  line-height: 0.98;
  text-align: center;
}

h3 {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.12;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 46px;
  margin-top: 64px;
}

.benefit {
  text-align: center;
}

.benefit img {
  aspect-ratio: 1.55;
  margin-bottom: 24px;
  border-radius: var(--radius-media);
  box-shadow: var(--shadow-soft);
}

.benefit {
  position: relative;
  transition:
    transform 0.35s var(--ease-premium),
    filter 0.35s var(--ease-premium);
}

.benefit:hover {
  transform: translateY(-5px);
}

.benefit::after {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 54px;
  height: 54px;
  content: "";
  border-radius: 999px;
  background: radial-gradient(circle, rgba(245, 82, 76, 0.14), transparent 70%);
  pointer-events: none;
}

.benefit p,
.step p,
.faq p,
.contact p,
.section-lead,
.points-copy p,
.legal,
.legal-links {
  color: var(--muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}

.benefit p {
  max-width: 250px;
  margin: 12px auto 0;
}

.points {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(520px, 1.28fr);
  align-items: center;
  gap: 112px;
  padding-top: 148px;
  padding-bottom: 148px;
}

.points .kicker,
.points h2 {
  text-align: left;
}

.points-copy p:last-child {
  max-width: 390px;
  margin-top: 30px;
}

.points-photo {
  aspect-ratio: 1.28;
  border-radius: var(--radius-media);
  box-shadow:
    0 24px 58px rgba(44, 34, 27, 0.1),
    0 0 50px rgba(245, 82, 76, 0.06);
}

.step,
.contact article,
.faq-item {
  transition:
    box-shadow 0.32s var(--ease-premium),
    transform 0.32s var(--ease-premium),
    border-color 0.32s var(--ease-premium);
}

.step:hover,
.contact article:hover {
  transform: translateY(-3px);
}

.steps {
  padding-top: 138px;
  padding-bottom: 136px;
  text-align: center;
}

.section-lead {
  max-width: 360px;
  margin: 22px auto 0;
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 58px;
  margin-top: 78px;
}

.step .icon,
.contact .icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  color: var(--text);
  font-size: 27px;
  line-height: 1;
}

.contact .icon {
  color: var(--accent);
}

.icon svg,
.socials svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.socials a {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #151515;
  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.socials a:hover {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-1px);
}

.socials svg {
  width: 17px;
  height: 17px;
}

.step h3 {
  font-size: 23px;
}

.step p {
  max-width: 230px;
  margin: 16px auto 0;
}

.faq {
  padding-top: 136px;
  padding-bottom: 142px;
}

.faq-heading {
  max-width: 560px;
}

.faq h2 {
  text-align: left;
}

.faq-heading p {
  max-width: 360px;
  margin-top: 24px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 70px;
  margin-top: 54px;
}

.faq-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-question {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  font-family: inherit;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.28;
  padding: 0;
  text-align: left;
}

.faq-question::after {
  display: inline-flex;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  content: "+";
  border-radius: 999px;
  background: rgba(245, 82, 76, 0.09);
  color: var(--accent-dark);
  font-size: 16px;
  line-height: 1;
  transition:
    background 0.28s var(--ease-premium),
    transform 0.28s var(--ease-premium);
}

.faq-item.is-open .faq-question::after {
  background: rgba(245, 82, 76, 0.14);
  transform: rotate(45deg);
}

.faq-item {
  border: 1px solid rgba(237, 237, 235, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px 22px;
  box-shadow: 0 14px 34px rgba(31, 24, 18, 0.04);
  backdrop-filter: blur(12px);
}

.faq-item:hover {
  border-color: rgba(245, 82, 76, 0.18);
  box-shadow: var(--shadow-soft);
  transform: translateY(-2px);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.38s var(--ease-premium);
}

.faq-answer > p {
  max-width: 420px;
  margin-top: 0;
}

.faq-item.is-open .faq-answer > p {
  margin-top: 14px;
}

.footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 88px 28px 34px;
  border-top: 1px solid var(--line);
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.42s var(--ease-premium),
    transform 0.42s var(--ease-premium);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float-soft {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -8px, 0);
  }
}

.contact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 46px;
  padding-bottom: 82px;
  text-align: center;
}

.contact h3 {
  font-size: 22px;
}

.contact p {
  max-width: 240px;
  margin: 12px auto 0;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.footer-links {
  gap: 30px;
  color: #151515;
  font-size: 12px;
  font-weight: 800;
}

.socials {
  justify-content: flex-end;
  gap: 10px;
  color: #111;
  font-size: 12px;
  font-weight: 800;
}

.footer-legal {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  padding-top: 26px;
}

.legal-links {
  justify-content: flex-end;
  gap: 20px;
}

@media (max-width: 980px) {
  .hero-photo-2 {
    left: 260px;
  }

  .hero-photo-3 {
    right: 166px;
  }

  .benefit-grid,
  .step-grid,
  .contact {
    gap: 30px;
  }

  .points {
    grid-template-columns: minmax(240px, 0.9fr) minmax(390px, 1.1fr);
    gap: 54px;
  }
}

@media (max-width: 760px) {
  .top {
    grid-template-columns: 1fr auto;
    padding: 14px 20px;
  }

  .nav {
    display: none;
  }

  .top-actions .link {
    display: none;
  }

  .button {
    min-height: 42px;
    min-width: 132px;
  }

  h1 {
    font-size: 39px;
    line-height: 0.96;
  }

  h2 {
    font-size: 34px;
    line-height: 1;
  }

  h3 {
    font-size: 20px;
  }

  .hero {
    min-height: 560px;
    padding: 62px 20px 34px;
  }

  .hero-copy {
    max-width: 340px;
  }

  .hero-badge {
    margin-bottom: 16px;
    padding: 7px 12px;
    font-size: 11px;
  }

  .hero-copy p {
    max-width: 286px;
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.55;
  }

  .store-row {
    align-items: center;
    flex-direction: column;
    gap: 9px;
    margin-top: 16px;
  }

  .phone-mockup {
    width: 138px;
    margin-top: 18px;
    transform: rotate(-4deg);
  }

  .phone-frame {
    border-width: 7px;
    border-radius: 34px;
  }

  .phone-speaker {
    top: 8px;
    width: 58px;
    height: 16px;
  }

  .app-screen {
    gap: 5px;
    border-radius: 26px;
    padding: 30px 10px 10px;
  }

  .points-card {
    border-radius: 16px;
    padding: 10px;
  }

  .points-card strong {
    font-size: 25px;
  }

  .points-card span,
  .points-card small,
  .app-section-title,
  .wallet-card span,
  .promo-row p {
    font-size: 9px;
  }

  .wallet-card {
    min-height: 36px;
    border-radius: 12px;
    padding: 7px 9px;
  }

  .wallet-card strong {
    font-size: 11px;
  }

  .promo-row {
    border-radius: 12px;
    padding: 7px;
  }

  .promo-row span {
    width: 32px;
    height: 32px;
    border-radius: 10px;
  }

  .hero-photo {
    border-radius: 6px;
    animation: none;
    backdrop-filter: none;
  }

  .hero-badge,
  .button-secondary,
  .faq-item {
    backdrop-filter: none;
  }

  .hero-photo-1 {
    display: none;
  }

  .hero-photo-2 {
    display: none;
  }

  .hero-photo-3 {
    display: none;
  }

  .hero-photo-4 {
    display: none;
  }

  .hero-photo-5 {
    bottom: 24px;
    left: 18px;
    width: 84px;
    height: 48px;
  }

  .hero-photo-6 {
    right: 22px;
    bottom: 34px;
    width: 58px;
    height: 68px;
  }

  .section {
    padding: 58px 20px;
  }

  .kicker {
    margin-bottom: 14px;
  }

  .benefit-grid,
  .points,
  .step-grid,
  .faq-grid,
  .contact,
  .footer-bottom,
  .footer-legal {
    grid-template-columns: 1fr;
  }

  .benefit-grid {
    gap: 34px;
    margin-top: 34px;
  }

  .benefit img {
    aspect-ratio: 1.55;
    margin-bottom: 16px;
  }

  .benefit p {
    margin-top: 8px;
    font-size: 14px;
  }

  .points {
    gap: 28px;
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .points .kicker,
  .points h2,
  .faq h2 {
    text-align: center;
  }

  .points-copy p:last-child,
  .faq-heading {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .points-copy p:last-child {
    max-width: 300px;
    margin-top: 20px;
  }

  .points-photo {
    aspect-ratio: 1.35;
  }

  .step-grid {
    gap: 30px;
    margin-top: 34px;
  }

  .step .icon,
  .contact .icon {
    margin-bottom: 14px;
  }

  .step p {
    margin-top: 10px;
    font-size: 14px;
  }

  .faq {
    padding-top: 58px;
  }

  .faq-grid {
    gap: 12px;
    margin-top: 28px;
  }

  .faq-column {
    gap: 12px;
  }

  .faq-heading p {
    max-width: 300px;
    margin-top: 16px;
  }

  .faq-item {
    border-radius: 14px;
    padding: 16px 16px;
  }

  .faq-question {
    font-size: 15px;
  }

  .faq-answer > p {
    font-size: 14px;
    line-height: 1.55;
  }

  .footer {
    padding: 54px 20px 30px;
  }

  .contact {
    gap: 28px;
    padding-bottom: 44px;
  }

  .contact p {
    margin-top: 8px;
    font-size: 14px;
  }

  .footer-bottom,
  .footer-legal {
    justify-items: center;
    text-align: center;
  }

  .logo {
    width: 132px;
    justify-self: center;
  }

  .footer-links,
  .legal-links {
    justify-content: center;
    flex-direction: column;
    gap: 14px;
  }

  .socials {
    justify-content: center;
  }
}

@media (max-width: 420px) {
  .top {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero,
  .section,
  .footer {
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero {
    min-height: 548px;
  }

  .hero-photo-2 {
    right: 92px;
  }

  .button {
    width: 132px;
  }
}

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