:root {
  --bg: #0a0b16;
  --panel: rgba(0, 8, 29, 0.3);
  --line: rgba(255, 255, 255, 0.2);
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.6);
  --faint: rgba(255, 255, 255, 0.4);
  --orange: #f57c33;
  --gold: #ffb93c;
}

@font-face {
  font-family: "Barlow";
  src: url("./assets/fonts/Barlow-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  background: #050711;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: "PingFang SC", "HarmonyOS Sans SC", "Microsoft YaHei", Arial, sans-serif;
}

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

.page {
  min-height: 100vh;
  overflow: hidden;
  background: var(--bg);
}

.hero {
  position: relative;
  height: 100svh;
  min-height: 760px;
  padding-top: 72px;
  overflow: hidden;
  background: linear-gradient(180deg, #232538 0%, var(--bg) 100%);
}

.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding: 0 clamp(24px, 5.6vw, 80px);
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.nav.is-scrolled {
  background: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 232px;
  height: 40px;
}

.brand img {
  display: block;
  width: 100%;
  height: 100%;
}

.nav-download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
}

.nav-download img {
  display: block;
  width: 20px;
  height: 20px;
}

.coin-wave {
  position: absolute;
  z-index: 2;
  top: clamp(72px, 10vh, 122px);
  left: 50%;
  width: max(100vw, 1440px);
  max-width: none;
  transform: translateX(-50%);
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  z-index: 1;
  top: -67px;
  left: calc(50% - 438px);
  width: 1331px;
  height: 749px;
  max-width: none;
  object-fit: fill;
  pointer-events: none;
  user-select: none;
}

.banner-light,
.banner-spark,
.ars-coin {
  position: absolute;
  pointer-events: none;
  user-select: none;
}

.banner-light {
  z-index: 3;
  mix-blend-mode: screen;
}

.banner-light-a {
  top: clamp(128px, 18vh, 184px);
  left: calc(50% - 84px);
  width: 420px;
  height: 180px;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 244, 188, 0.62) 48%, transparent 72%);
  filter: blur(26px);
  opacity: 0.44;
  transform: rotate(-12deg);
}

.banner-light-b {
  top: clamp(290px, 42vh, 390px);
  left: calc(50% - 540px);
  width: 360px;
  height: 120px;
  background: linear-gradient(100deg, transparent 0%, rgba(255, 194, 78, 0.5) 52%, transparent 78%);
  filter: blur(24px);
  opacity: 0.36;
  transform: rotate(-18deg);
}

.banner-spark {
  z-index: 4;
  width: 8px;
  height: 8px;
  background: #fff6c8;
  box-shadow: 0 0 18px rgba(255, 222, 128, 0.95), 0 0 34px rgba(245, 124, 51, 0.55);
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}

.banner-spark-a {
  top: clamp(230px, 30vh, 292px);
  left: calc(50% + 138px);
  transform: scale(1.8) rotate(8deg);
}

.banner-spark-b {
  top: clamp(360px, 49vh, 456px);
  left: calc(50% - 312px);
  transform: scale(1.25) rotate(22deg);
}

.banner-spark-c {
  top: clamp(176px, 24vh, 236px);
  left: calc(50% + 420px);
  transform: scale(1.05) rotate(-16deg);
}

.ars-coin {
  z-index: 4;
  top: clamp(260px, 34vh, 330px);
  left: calc(50% - 360px);
  width: 122px;
  height: 122px;
  filter: drop-shadow(-10px 18px 18px rgba(0, 0, 0, 0.28));
  transform: rotate(-10deg);
}

.hero-content {
  position: absolute;
  z-index: 3;
  right: clamp(80px, 14.7vw, 300px);
  bottom: clamp(48px, 7vh, 96px);
  max-width: 760px;
  text-align: right;
}

.loan-line {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.loan-line h1,
.hero-content h2,
.testimonials h2,
.cta h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1.38;
  font-weight: 700;
}

.loan-line h1 span,
.hero-content h2 span,
.testimonials h2 span,
.cta h2 span {
  color: var(--orange);
}

.badges {
  display: grid;
  gap: 5px;
  color: #fff;
  font-size: 14px;
  text-align: left;
}

.badges span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.badges img {
  width: 12px;
  height: 12px;
  display: block;
}

.amount {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 18px;
  margin-top: 4px;
}

.amount span {
  font-size: 34px;
  font-weight: 800;
}

.amount strong,
.feature-copy strong {
  font-family: Barlow, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  background: linear-gradient(76deg, var(--orange), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
}

.amount strong {
  font-size: 128px;
  letter-spacing: 0;
}

.hero-content h2 {
  margin-top: 36px;
}

.hero-content p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.store-button {
  position: relative;
  display: inline-block;
  width: 163px;
  height: 49px;
  margin-top: 20px;
  padding: 0;
  border: 1px solid #a6a6a6;
  border-radius: 12px;
  background: #020a17;
  overflow: hidden;
  transform-origin: center;
  transition: transform 0.22s ease;
  will-change: transform;
}

.store-button:hover {
  transform: scale(1.1);
}

.hero-content .store-button {
  width: 200px;
  height: 60px;
  border-radius: 15px;
}

.google-play-icon,
.google-play-text {
  position: absolute;
  display: block;
  max-width: none;
}

.google-play-icon {
  left: 7.76%;
  top: 18.43%;
  width: 16.91%;
  height: 62.99%;
}

.google-play-text {
  left: 30.59%;
  top: 17.76%;
  width: 62.29%;
  height: 66.63%;
}

.features {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 380px 430px 430px;
  grid-template-rows: 328px 328px;
  gap: 20px;
  width: 1280px;
  max-width: calc(100% - 48px);
  margin: 80px auto 0;
  padding: 0;
}

.feature-card {
  position: relative;
  min-height: 0;
  height: 328px;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--panel);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.feature-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -8px;
  left: -12px;
  width: calc(100% + 24px);
  height: 352px;
  background: var(--card-bg) center top / 100% 100% no-repeat;
  pointer-events: none;
}

.feature-large {
  grid-row: span 2;
  height: 676px;
}

.feature-large::before {
  width: 404px;
  height: 424px;
}

.feature-speed { --card-bg: url("./assets/card-large-bg.svg"); }
.feature-quota { --card-bg: url("./assets/card-quota-bg.svg"); }
.feature-service { --card-bg: url("./assets/card-service-bg.svg"); }
.feature-term { --card-bg: url("./assets/card-term-bg.svg"); }
.feature-privacy { --card-bg: url("./assets/card-privacy-bg.svg"); }

.feature-card img {
  position: absolute;
  z-index: 2;
  display: block;
  width: 128px;
  height: 128px;
  object-fit: contain;
  filter: drop-shadow(-8px 16px 20px rgba(0, 0, 0, 0.25));
  transform-origin: center;
  transition: transform 0.22s ease;
  will-change: transform;
}

.feature-card:hover > img {
  transform: scale(1.1);
}

.feature-large img {
  width: 288px;
  height: 288px;
  left: 45px;
  top: 39px;
}

.feature-quota img {
  left: 150px;
  top: 29px;
}

.feature-service img {
  left: 130px;
  top: 9px;
  width: 168px;
  height: 168px;
}

.feature-term img {
  left: 148px;
  top: 19px;
  width: 132px;
  height: 132px;
}

.feature-privacy img {
  left: 127px;
  top: -1px;
  width: 174px;
  height: 174px;
}

.feature-copy {
  display: contents;
  z-index: 2;
}

.feature-copy h3 {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 32px;
  line-height: 1.35;
  font-weight: 700;
  white-space: nowrap;
}

.feature-copy strong {
  font-size: 80px;
  letter-spacing: 0;
}

.feature-large .feature-copy h3 {
  left: 30px;
  top: 368px;
}

.feature-large .feature-copy strong {
  font-size: 100px;
}

.feature-quota h3 {
  left: 22px;
  top: 168px;
}

.feature-service h3 {
  left: 42px;
  top: 168px;
}

.feature-term h3 {
  left: 54px;
  top: 168px;
}

.feature-privacy h3 {
  left: 46px;
  top: 168px;
}

.feature-quota h3 span,
.feature-service h3 span {
  font-size: 27px;
}

.feature-quota h3 span {
  font-size: 26px;
}

.feature-copy p {
  position: absolute;
  z-index: 2;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.feature-large p {
  left: 29px;
  top: 488px;
  width: 336px;
}

.feature-quota p {
  left: 42px;
  top: 259px;
  width: 346px;
}

.feature-service p,
.feature-privacy p {
  left: 54px;
  top: 259px;
  width: 334px;
}

.feature-term p {
  left: 54px;
  top: 259px;
  width: 334px;
}

.testimonials {
  padding: 100px 0 100px;
  overflow: hidden;
}

.testimonials h2 {
  text-align: center;
}

.reviews-row {
  width: 100%;
  overflow: visible;
}

.row-slow {
  margin-top: 80px;
}

.row-fast {
  margin-top: 60px;
}

.reviews {
  display: flex;
  gap: 55px;
  width: max-content;
  will-change: transform;
  animation: reviews-marquee var(--duration) linear infinite;
}

.reviews:hover {
  animation-play-state: paused;
}

.reviews-a {
  margin-left: -365px;
  --duration: 58s;
}

.reviews-b {
  margin-left: -142px;
  --duration: 36s;
}

@keyframes reviews-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 27.5px));
  }
}

.reviews article {
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-template-rows: 48px 1fr;
  align-items: start;
  column-gap: 12px;
  row-gap: 28px;
  width: 390px;
  min-height: 188px;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(49, 52, 62, 0));
}

.reviews h3 {
  display: flex;
  align-items: center;
  align-self: center;
  height: 48px;
  margin: 0;
  font-size: 16px;
  line-height: 48px;
  font-weight: 400;
}

.reviews p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.avatar {
  display: grid;
  place-items: center;
  align-self: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.avatar.img {
  background: linear-gradient(135deg, #f0d1b0, #6e3a25);
}

.red { background: #aa5454; }
.blue { background: #377cc7; }
.green { background: #4ab065; }
.purple { background: #944486; }
.violet { background: #7d4ab0; }
.brown { background: #b0714a; }

.cta {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 450px;
  padding: 70px 24px;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(180deg, #232538 0%, var(--bg) 100%);
}

.cta::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -22px;
  right: 0;
  width: 1039px;
  height: 450px;
  background: url("./assets/cta-white-glow.svg") center / 100% 100% no-repeat;
  pointer-events: none;
}

.cta::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(10, 11, 22, 0), var(--bg));
  pointer-events: none;
}

.cta > * {
  position: relative;
  z-index: 1;
}

.cta h2 {
  font-size: 44px;
}

.cta p {
  margin: 28px 0 18px;
  color: var(--muted);
  font-size: 18px;
}

.footer {
  display: grid;
  grid-template-columns: minmax(260px, 310px) 1fr 1fr minmax(280px, 340px);
  gap: clamp(48px, 8vw, 130px);
  padding: 50px clamp(24px, 5.6vw, 80px) 36px;
  background: #0f1013;
}

.footer h3 {
  margin: 0 0 20px;
  font-size: 13px;
  font-weight: 400;
}

.footer p,
.footer a {
  display: block;
  margin: 0 0 14px;
  color: var(--faint);
  font-size: 12px;
  line-height: 1.65;
}

.footer-about p {
  margin-top: 20px;
  text-align: justify;
}

.qr {
  display: block;
  width: 72px;
  height: 72px;
  margin-bottom: 14px;
}

.subpage {
  overflow: visible;
  background: var(--bg);
}

.subpage .nav {
  background: transparent;
}

.subpage .nav.is-scrolled {
  background: rgba(0, 0, 0, 0.2);
}

.sub-hero {
  position: relative;
  min-height: 610px;
  padding: 150px clamp(24px, 7vw, 100px) 260px;
  overflow: hidden;
  background: #1d2030 url("./assets/subpage-hero-bg.png") center top / cover no-repeat;
}

.faq-page .sub-hero {
  background-image: url("./assets/faq-hero-bg.png");
}

.account-page .sub-hero {
  background-image: url("./assets/account-delete-hero-bg.png");
}

.sub-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 170px;
  background: linear-gradient(180deg, rgba(10, 11, 22, 0), var(--bg));
  pointer-events: none;
}

.sub-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 360px;
}

.sub-hero h1 {
  margin: 0;
  color: #00081d;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 700;
}

.sub-hero p {
  margin: 22px 0 0;
  color: rgba(0, 8, 29, 0.4);
  font-size: 18px;
  line-height: 1.55;
}

.content-panel {
  position: relative;
  z-index: 2;
  width: 1280px;
  max-width: calc(100% - 160px);
  margin: -184px auto 0;
  padding: 56px 100px 90px;
  color: #111217;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}

.content-panel h2 {
  margin: -4px 0 70px;
  text-align: center;
  color: #101114;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.back-home {
  position: absolute;
  top: 58px;
  left: 100px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(17, 18, 23, 0.72);
  font-size: 14px;
  line-height: 1;
  transition: color 0.18s ease, transform 0.18s ease;
}

.back-home:hover {
  color: var(--orange);
  transform: translateX(-3px);
}

.faq-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.faq-item {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 60px;
  padding: 34px 0 38px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.faq-item aside {
  color: #1b1c22;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.faq-answer {
  color: rgba(17, 18, 23, 0.72);
  font-size: 16px;
  line-height: 1.8;
}

.faq-answer h3 {
  margin: 0 0 18px;
  color: #111217;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
}

.faq-answer h4 {
  margin: 24px 0 8px;
  color: #111217;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.faq-answer p {
  margin: 0;
}

.policy-panel {
  padding-bottom: 82px;
}

.policy-panel h2 {
  margin-bottom: 54px;
}

.policy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 36px;
  margin-bottom: 36px;
  color: rgba(17, 18, 23, 0.56);
  font-size: 14px;
  line-height: 1.6;
}

.policy-content {
  color: rgba(17, 18, 23, 0.7);
  font-size: 16px;
  line-height: 1.8;
}

.policy-content h3 {
  margin: 44px 0 14px;
  color: #111217;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
}

.policy-content p {
  margin: 0 0 18px;
}

.policy-content ul {
  margin: 0 0 18px;
  padding-left: 20px;
}

.policy-content li {
  margin: 0 0 10px;
}

.policy-content a {
  color: #253d8f;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.data-table {
  display: grid;
  margin: 20px 0 28px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  background: #fafafa;
}

.data-row {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
}

.data-row + .data-row {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.data-row > div {
  padding: 18px 20px;
  color: rgba(17, 18, 23, 0.68);
  font-size: 14px;
  line-height: 1.55;
}

.data-head > div {
  color: #111217;
  font-weight: 700;
  background: #f0f0f0;
}

@media (max-width: 900px) {
  .hero {
    height: 100svh;
    min-height: 675px;
    padding-top: 52px;
  }

  .nav,
  .subpage .nav {
    display: flex;
    height: 56px;
    padding: 0 15px;
  }

  .brand,
  .subpage .brand {
    width: 174px;
    height: 30px;
  }

  .nav-download,
  .subpage .nav-download {
    gap: 4px;
    font-size: 12px;
  }

  .nav-download img,
  .subpage .nav-download img {
    width: 16px;
    height: 16px;
  }

  .coin-wave {
    top: 92px;
    width: 792px;
    left: 50%;
  }

  .hero-glow {
    top: -19px;
    left: 0;
    right: auto;
    width: 441px;
    height: 419px;
  }

  .banner-light-a {
    top: 112px;
    left: 92px;
    width: 220px;
    height: 96px;
    filter: blur(18px);
    opacity: 0.32;
  }

  .banner-light-b {
    top: 240px;
    left: -12px;
    width: 180px;
    height: 70px;
    filter: blur(16px);
    opacity: 0.26;
  }

  .banner-spark-a {
    top: 192px;
    left: 268px;
    transform: scale(1.1) rotate(8deg);
  }

  .banner-spark-b {
    top: 262px;
    left: 116px;
    transform: scale(0.9) rotate(22deg);
  }

  .banner-spark-c {
    display: none;
  }

  .ars-coin {
    top: 232px;
    left: calc(50% + 82px);
    width: 64px;
    height: 64px;
  }

  .hero-content {
    right: auto;
    bottom: clamp(30px, 8vh, 74px);
    left: 50%;
    width: 100%;
    max-width: 360px;
    margin: 0;
    padding: 0 16px;
    text-align: center;
    transform: translateX(-50%);
  }

  .loan-line {
    display: block;
  }

  .loan-line h1,
  .hero-content h2 {
    font-size: 28px;
  }

  .hero-content h2 {
    white-space: normal;
  }

  .badges {
    display: none;
  }

  .amount {
    justify-content: center;
    gap: 7px;
    margin-top: 2px;
  }

  .amount span {
    font-size: 16px;
  }

  .amount strong {
    font-size: 64px;
  }

  .hero-content h2 {
    margin-top: 20px;
  }

  .hero-content p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.45;
  }

  .hero-content .store-button {
    width: 120px;
    height: 36px;
    margin-top: 24px;
    border-radius: 5px;
  }

  .features {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 20px;
    max-width: 390px;
    margin-top: 20px;
    padding: 0 15px;
  }

  .feature-card,
  .feature-large {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    height: auto;
    min-height: 300px;
    padding: 30px 24px 28px;
    text-align: center;
  }

  .features .feature-large {
    grid-row: auto;
    height: auto;
    min-height: 300px;
  }

  .feature-card::before,
  .feature-large::before {
    top: -8px;
    left: -12px;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
  }

  .feature-large img,
  .feature-card img {
    position: relative;
    left: auto;
    top: auto;
    width: 104px;
    height: 104px;
    margin: 0;
  }

  .feature-large img {
    width: 112px;
    height: 112px;
  }

  .feature-copy h3,
  .feature-large .feature-copy h3 {
    position: static;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    margin: 18px 0 0;
    font-size: 22px;
    white-space: normal;
  }

  .feature-copy strong,
  .feature-large .feature-copy strong {
    font-size: 56px;
  }

  .feature-large .feature-copy strong {
    font-size: 72px;
  }

  .feature-copy p {
    position: static;
    width: 100%;
    max-width: 300px;
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.45;
  }

  .testimonials {
    padding: 60px 0;
  }

  .testimonials h2 {
    font-size: 24px;
  }

  .reviews {
    gap: 55px;
  }

  .row-slow {
    margin-top: 40px;
  }

  .row-fast {
    margin-top: 60px;
  }

  .reviews-a {
    margin-left: -905px;
    --duration: 48s;
  }

  .reviews-b {
    margin-left: -682px;
    --duration: 30s;
  }

  .reviews article {
    width: 390px;
  }

  .cta {
    min-height: 340px;
    padding: 60px 30px;
  }

  .cta::before {
    top: -22px;
    right: auto;
    left: 0;
    width: 394px;
    height: 472px;
  }

  .cta h2 {
    max-width: 300px;
    margin: 0 auto;
    font-size: 24px;
  }

  .cta p {
    max-width: 300px;
    margin: 20px auto 16px;
    font-size: 14px;
    line-height: 1.45;
  }

  .footer {
    grid-template-columns: 1fr 1fr;
    gap: 20px 86px;
    padding: 40px 15px 36px;
  }

  .footer-about,
  .contact {
    grid-column: 1 / -1;
  }

  .footer .brand {
    font-size: 18px;
  }

  .sub-hero {
    min-height: 360px;
    padding: 108px 30px 170px;
    background-position: center top;
    background-size: auto 360px;
  }

  .sub-hero h1 {
    font-size: 34px;
  }

  .sub-hero p {
    margin-top: 16px;
    font-size: 14px;
  }

  .content-panel {
    max-width: calc(100% - 30px);
    margin-top: -92px;
    padding: 34px 20px 48px;
    border-radius: 16px;
  }

  .content-panel h2 {
    margin: 0 0 34px;
    font-size: 20px;
  }

  .back-home {
    position: static;
    margin-bottom: 28px;
    font-size: 13px;
  }

  .faq-item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 26px 0 30px;
  }

  .faq-item aside {
    font-size: 16px;
  }

  .faq-answer {
    font-size: 14px;
    line-height: 1.75;
  }

  .faq-answer h3 {
    font-size: 18px;
  }

  .faq-answer h4 {
    font-size: 15px;
  }

  .policy-panel {
    padding-bottom: 48px;
  }

  .policy-panel h2 {
    margin-bottom: 28px;
  }

  .policy-meta,
  .policy-content {
    font-size: 14px;
  }

  .policy-content h3 {
    margin-top: 32px;
    font-size: 18px;
  }

  .data-table {
    overflow-x: auto;
  }

  .data-row {
    min-width: 720px;
  }

  .data-row > div {
    padding: 14px 16px;
    font-size: 13px;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .hero-content {
    right: 5vw;
  }

  .amount strong {
    font-size: 104px;
  }

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

  .feature-large {
    grid-row: auto;
    grid-column: span 2;
    min-height: 360px;
  }

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