@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;
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.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;
}

.card-register {
  padding-top: 64px;
  padding-bottom: 64px;
}

.card-register-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
  border: 1px solid rgba(245, 82, 76, 0.16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 20%, rgba(245, 82, 76, 0.12), transparent 32%),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 70px rgba(31, 24, 18, 0.07);
  padding: 44px 50px;
}

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

.card-register .kicker {
  margin-bottom: 14px;
  color: var(--accent-dark);
}

.card-register h2 {
  font-size: clamp(36px, 3.8vw, 54px);
}

.card-register p:last-child {
  max-width: 500px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
}

.card-register .button {
  min-width: 168px;
}

.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;
}

.document-page {
  max-width: var(--max);
  margin: 0 auto;
  padding: 92px 28px 120px;
}

.document-hero {
  max-width: 760px;
  margin: 0 auto 64px;
  text-align: center;
}

.document-hero h1 {
  margin: 0;
  font-size: clamp(52px, 7vw, 92px);
  line-height: 0.96;
  letter-spacing: 0;
}

.document-hero p:last-child {
  max-width: 560px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.document-content {
  display: grid;
  gap: 26px;
}

.document-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  border: 1px solid rgba(245, 82, 76, 0.16);
  border-radius: 28px;
  padding: 42px;
  background:
    radial-gradient(circle at 12% 18%, rgba(245, 82, 76, 0.1), transparent 34%),
    rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-soft);
}

.document-label {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.document-card h2 {
  max-width: 620px;
  margin: 0;
  font-size: 34px;
  line-height: 1.08;
}

.document-card p {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.document-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.document-list article {
  min-height: 172px;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(31, 24, 18, 0.05);
}

.document-list h3 {
  margin: 0;
  font-size: 20px;
}

.document-list p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.document-list a {
  color: var(--accent);
  font-weight: 800;
}

@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;
  }

  .document-page {
    padding: 58px 20px 76px;
  }

  .document-hero {
    margin-bottom: 38px;
  }

  .document-hero h1 {
    font-size: 42px;
    line-height: 0.98;
  }

  .document-hero p:last-child {
    max-width: 310px;
    margin-top: 18px;
    font-size: 15px;
  }

  .document-card {
    grid-template-columns: 1fr;
    gap: 24px;
    border-radius: 22px;
    padding: 28px 22px;
    text-align: center;
  }

  .document-card h2 {
    font-size: 27px;
  }

  .document-card p {
    font-size: 15px;
  }

  .document-card .button {
    width: 100%;
    max-width: 220px;
    justify-self: center;
  }

  .document-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .document-list article {
    min-height: 0;
    border-radius: 18px;
    padding: 24px 22px;
    text-align: center;
  }

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

  .benefit {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }

  .benefit img {
    aspect-ratio: 1.55;
    height: auto;
    margin-bottom: 20px;
  }

  .benefit h3 {
    width: min(100%, 292px);
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.12;
    overflow-wrap: normal;
    text-align: center;
  }

  .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;
  }

  .card-register {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .card-register-inner {
    grid-template-columns: 1fr;
    gap: 22px;
    border-radius: 20px;
    padding: 28px 22px;
    text-align: center;
  }

  .card-register .kicker,
  .card-register h2 {
    text-align: center;
  }

  .card-register p:last-child {
    max-width: 300px;
    margin: 14px auto 0;
    font-size: 14px;
    line-height: 1.55;
  }

  .card-register .button {
    width: 100%;
    max-width: 220px;
    justify-self: center;
  }

  .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;
  }
}


/* Twoje Miejsca MVC mobile overrides */
@media (max-width: 760px) {
  .top {
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    max-width: none;
  }

  .top .logo {
    justify-self: start;
    width: 136px;
  }

  .top-actions {
    display: none;
  }

  .menu-toggle {
    position: relative;
    z-index: 31;
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid rgba(22, 22, 22, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 16px 34px rgba(20, 20, 20, 0.08);
    cursor: pointer;
    transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  }

  .menu-toggle span {
    display: block;
    width: 17px;
    height: 2px;
    border-radius: 999px;
    background: #171717;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .top.is-menu-open .menu-toggle {
    background: #fff;
    box-shadow: 0 18px 38px rgba(20, 20, 20, 0.12);
  }

  .top.is-menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .top.is-menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .top.is-menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 16px;
    right: 16px;
    z-index: 30;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 16px;
    border: 1px solid rgba(22, 22, 22, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 26px 70px rgba(20, 20, 20, 0.14);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px) scale(0.98);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .top.is-menu-open .mobile-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .mobile-menu a:not(.button) {
    display: flex;
    min-height: 42px;
    align-items: center;
    border-radius: 12px;
    padding: 0 10px;
    color: #171717;
    font-size: 15px;
    font-weight: 800;
  }

  .mobile-menu .button {
    width: 100%;
    margin-top: 6px;
  }

  .hero-copy {
    overflow-wrap: normal;
  }

  h1 {
    font-size: 36px;
    line-height: 0.98;
  }

  .wallet-card {
    gap: 8px;
  }

  .wallet-card span,
  .wallet-card strong {
    line-height: 1.1;
  }
}

@media (max-width: 420px) {
  .top .logo {
    width: 132px;
  }

  h1 {
    font-size: 34px;
  }
}

/* Twoje Miejsca auth views */
.auth-page {
  background:
    radial-gradient(circle at 50% 120px, rgba(245, 82, 76, 0.1), transparent 34%),
    linear-gradient(180deg, #fff 0%, #fbfaf8 100%);
}

.auth-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(420px, 1fr);
  gap: 72px;
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: 106px 28px 118px;
  align-items: start;
}

.auth-copy {
  position: sticky;
  top: 112px;
  padding-top: 18px;
}

.auth-copy .kicker {
  text-align: left;
}

.auth-copy h1 {
  max-width: 480px;
  font-size: clamp(48px, 4.8vw, 68px);
}

.auth-copy p:last-child {
  max-width: 360px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.auth-card {
  min-width: 0;
  border: 1px solid rgba(237, 237, 235, 0.92);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 70px rgba(31, 24, 18, 0.08);
  padding: 34px;
  backdrop-filter: blur(16px);
}

.auth-card h2 {
  margin-bottom: 24px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  text-align: left;
}

.auth-card h2 div {
  display: inline;
}

.auth-card legend {
  display: block;
  width: 100%;
  margin: 30px 0 10px;
  border: 0;
  color: var(--text);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
}

.auth-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.auth-card a {
  color: var(--accent-dark);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.auth-card .uk-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.auth-card .uk-width-1-1,
.auth-card .uk-width-medium-1-1,
.auth-card .uk-width-small-1-1 {
  grid-column: 1 / -1;
}

.auth-card .uk-width-7-10 {
  grid-column: span 7;
}

.auth-card .uk-width-3-10 {
  grid-column: span 3;
}

.auth-card .uk-grid:has(.uk-width-7-10) {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.auth-card .uk-width-medium-1-3 {
  grid-column: span 1;
}

.auth-card .uk-width-1-1 > .uk-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.auth-card fieldset {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

.auth-card * {
  min-width: 0;
}

.auth-card label,
.auth-card .uk-form-label {
  display: flex;
  min-height: 30px;
  align-items: flex-end;
  margin-bottom: 8px;
  color: var(--muted-strong);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.auth-card input[type="text"],
.auth-card input[type="password"],
.auth-card input[type="email"],
.auth-card select,
.auth-card textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--text);
  font-family: inherit;
  font-size: 15px;
  line-height: 1.4;
  padding: 12px 14px;
  outline: 0;
  transition:
    border-color 0.24s var(--ease-premium),
    box-shadow 0.24s var(--ease-premium);
}

.auth-card input:focus,
.auth-card select:focus,
.auth-card textarea:focus {
  border-color: rgba(245, 82, 76, 0.44);
  box-shadow: 0 0 0 4px rgba(245, 82, 76, 0.1);
}

.auth-card input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
  accent-color: var(--accent);
  vertical-align: -3px;
}

.auth-card .w-form-label {
  display: inline;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

.auth-card .uk-button,
.auth-card .w-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--accent);
  border-radius: 8px;
  background: linear-gradient(135deg, #ff6760 0%, var(--accent) 100%);
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 900;
  padding: 0 24px;
  transition:
    box-shadow 0.28s var(--ease-premium),
    transform 0.28s var(--ease-premium);
}

.auth-card .uk-button:hover,
.auth-card .w-button:hover {
  box-shadow: 0 16px 34px rgba(245, 82, 76, 0.28);
  transform: translateY(-1px);
}

.auth-card .uk-width-1-1,
.auth-card .uk-width-medium-1-4,
.auth-card .uk-width-small-1-1 {
  width: 100%;
}

.auth-card .uk-container-center {
  display: flex;
  justify-content: center;
}

.auth-card .uk-width-medium-1-4 .uk-button,
.auth-card .uk-width-small-1-1 .uk-button {
  width: min(220px, 100%);
}

.auth-card .uk-margin-top {
  margin-top: 22px;
}

.auth-card .uk-margin-small-top {
  margin-top: 12px;
}

.auth-card .uk-margin-bottom {
  margin-bottom: 22px;
}

.auth-card .uk-margin-large-top {
  margin-top: 30px;
}

.auth-card .uk-margin-small-bottom {
  margin-bottom: 12px;
}

.auth-card .uk-alert,
.auth-card .uk-panel {
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(245, 82, 76, 0.18);
  border-radius: 16px;
  background: rgba(245, 82, 76, 0.07);
  color: var(--muted-strong);
  padding: 16px;
  overflow-wrap: anywhere;
}

.auth-card .uk-panel-box-primary {
  border-color: rgba(85, 120, 75, 0.18);
  background: rgba(85, 120, 75, 0.08);
}

.auth-card .uk-panel-badge,
.auth-card .uk-badge {
  display: inline-flex;
  margin-bottom: 10px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  padding: 5px 9px;
}

.auth-card .uk-text-danger,
.auth-card .uk-form-danger {
  color: #bd302b;
}

.auth-card .uk-text-danger {
  margin-top: 7px;
  font-size: 13px;
  font-weight: 700;
}

.auth-card .uk-text-center {
  text-align: center;
}

.auth-card .uk-text-center img {
  display: inline-block;
  max-width: 260px;
  height: auto;
  margin-top: 14px;
}

.auth-card .uk-hidden-small {
  display: block;
}

.auth-shell-login {
  min-height: 620px;
}

@media (max-width: 760px) {
  .auth-shell {
    grid-template-columns: 1fr;
    gap: 28px;
    width: 100vw;
    max-width: 100vw;
    padding: 54px 18px 72px;
    overflow: hidden;
  }

  .auth-copy {
    position: static;
    padding-top: 0;
    text-align: center;
  }

  .auth-copy .kicker {
    text-align: center;
  }

  .auth-copy h1 {
    max-width: 340px;
    margin: 0 auto;
    font-size: 34px;
  }

  .auth-copy p:last-child {
    max-width: 300px;
    margin: 16px auto 0;
    font-size: 14px;
  }

  .auth-card {
    width: calc(100vw - 72px);
    max-width: calc(100vw - 72px);
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
    padding: 22px 18px;
    backdrop-filter: none;
  }

  .auth-card .uk-grid,
  .auth-card .uk-width-1-1 > .uk-grid,
  .auth-card .uk-grid:has(.uk-width-7-10) {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .auth-card .uk-width-7-10,
  .auth-card .uk-width-3-10,
  .auth-card .uk-width-medium-1-2,
  .auth-card .uk-width-medium-1-3 {
    grid-column: 1 / -1;
  }

  .auth-card h2 {
    max-width: 100%;
    font-size: 23px;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .auth-card h2 div {
    display: block;
    white-space: normal;
  }

  .auth-card .uk-panel {
    padding: 16px;
  }

  .auth-card .uk-panel p {
    font-size: 14px;
    line-height: 1.55;
    word-break: break-word;
  }

  .auth-card legend {
    font-size: 20px;
  }

  .auth-card label,
  .auth-card .uk-form-label {
    min-height: 0;
  }

  .auth-card .uk-hidden-small {
    display: none;
  }
}
