* {
  box-sizing: border-box;
}

:root {
  --base-bg: #fff3a7;
  --card-shadow: 0 12px 24px rgba(117, 77, 0, 0.14);
  --image-card-shadow: drop-shadow(0 12px 18px rgba(117, 77, 0, 0.13));
}

html {
  min-height: 100%;
  background: var(--base-bg);
}

body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  background: var(--base-bg);
  color: #2d170d;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.site-viewport {
  width: 100%;
  margin: 0 auto;
  background: var(--base-bg);
}

.page {
  width: 100%;
}

.main-visual {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  background: var(--base-bg);
}

.main-visual img {
  width: min(100%, 941px);
}

.problem-section {
  display: flex;
  justify-content: center;
  width: 100%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0 14%, transparent 14% 50%, rgba(255, 255, 255, 0.14) 50% 64%, transparent 64% 100%),
    var(--base-bg);
  background-size: 140px 140px, auto;
}

.problem-inner {
  width: min(100%, 941px);
  min-height: 1672px;
  padding: 124px 43px 20px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.36), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0 14%, transparent 14% 50%, rgba(255, 255, 255, 0.13) 50% 64%, transparent 64% 100%),
    var(--base-bg);
  background-size: auto, 140px 140px, auto;
}

.problem-heading {
  width: 100%;
  max-width: 812px;
  margin: 0 auto 49px;
}

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

.problem-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 439px;
  padding: 54px 28px 30px;
  border-radius: 31px;
  background: #fff;
  box-shadow: var(--card-shadow);
}

.problem-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 188px;
  margin-bottom: 36px;
}

.problem-icon img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.problem-icon-cash img {
  max-width: 274px;
}

.problem-icon-card img {
  max-width: 276px;
}

.problem-icon-shop img {
  max-width: 276px;
}

.problem-icon-box img {
  max-width: 235px;
}

.problem-card p {
  margin: 0;
  color: #2b130b;
  font-size: 37px;
  font-weight: 900;
  line-height: 1.42;
  letter-spacing: 0;
  text-align: center;
}

.problem-arrow {
  width: 0;
  height: 0;
  margin: 31px auto 10px;
  border-right: 68px solid transparent;
  border-left: 68px solid transparent;
  border-top: 62px solid #ffbd00;
  filter: drop-shadow(0 3px 0 rgba(220, 145, 0, 0.15));
}

.problem-solution {
  width: 100%;
  max-width: 866px;
  margin: 0 auto;
}

.reason-section {
  display: flex;
  justify-content: center;
  width: 100%;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.38), transparent 40%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0 14%, transparent 14% 50%, rgba(255, 255, 255, 0.13) 50% 64%, transparent 64% 100%),
    var(--base-bg);
  background-size: auto, 140px 140px, auto;
}

.reason-inner {
  width: min(100%, 941px);
  padding: 52px 47px 73px;
}

.reason-heading {
  width: 100%;
  max-width: 792px;
  margin: 0 auto 37px;
}

.reason-list {
  display: grid;
  gap: 14px;
}

.reason-card {
  display: grid;
  grid-template-columns: 78px 176px minmax(0, 1fr);
  column-gap: 16px;
  align-items: center;
  min-height: 294px;
  padding: 25px 26px;
  border-radius: 39px;
  background: #fff;
  box-shadow: var(--card-shadow);
}

.reason-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd200 0%, #f8b800 100%);
  color: #fff;
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.reason-illustration {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 176px;
  height: 184px;
  min-width: 0;
}

.reason-illustration img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.reason-illustration-open img {
  width: 82%;
}

.reason-copy {
  padding-left: 8px;
}

.reason-title {
  margin: 0 0 23px;
  color: #111;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
  white-space: nowrap;
}

.reason-title-red {
  color: #ec1018;
}

.reason-title-green {
  color: #05a933;
}

.reason-copy p {
  margin: 0;
  color: #111;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.58;
  letter-spacing: 0;
}

.items-section {
  display: flex;
  justify-content: center;
  width: 100%;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.34), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0 14%, transparent 14% 50%, rgba(255, 255, 255, 0.13) 50% 64%, transparent 64% 100%),
    var(--base-bg);
  background-size: auto, 140px 140px, auto;
}

.items-inner {
  width: min(100%, 941px);
  padding: 64px 48px 44px;
}

.items-heading {
  width: 100%;
  max-width: 748px;
  margin: 0 auto 40px;
}

.items-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 22px;
}

.item-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 318px;
  padding: 26px 24px 20px;
  border: 3px solid rgba(255, 211, 80, 0.42);
  border-radius: 31px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--card-shadow);
}

.item-card h2 {
  margin: 0 0 14px;
  color: #2b130b;
  font-size: 41px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
}

.item-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 208px;
}

.item-visual img {
  display: block;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.item-visual-phone img {
  width: 56%;
}

.item-visual-voucher img {
  width: 90%;
}

.item-visual-gift img {
  width: 94%;
}

.item-visual-liquor img {
  width: 78%;
}

.item-visual-brand img {
  width: 96%;
}

.item-visual-shareholder img {
  width: 92%;
}

.items-consultation {
  width: 100%;
  max-width: 842px;
  margin: 33px auto 0;
}

.plans-section {
  display: flex;
  justify-content: center;
  width: 100%;
  background:
    radial-gradient(circle at 50% 17%, rgba(255, 255, 255, 0.34), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0 14%, transparent 14% 50%, rgba(255, 255, 255, 0.13) 50% 64%, transparent 64% 100%),
    var(--base-bg);
  background-size: auto, 140px 140px, auto;
}

.plans-inner {
  width: min(100%, 941px);
  padding: 62px 47px 52px;
}

.plans-heading {
  width: 100%;
  max-width: 785px;
  margin: 0 auto 39px;
}

.plans-list {
  display: grid;
  gap: 18px;
  justify-items: center;
}

.plan-card {
  width: 100%;
  margin: 0 auto;
  filter: var(--image-card-shadow);
}

.plans-message {
  width: 100%;
  max-width: 837px;
  margin: 26px auto 0;
}

.usage-section {
  display: flex;
  justify-content: center;
  width: 100%;
  background:
    radial-gradient(circle at 50% 17%, rgba(255, 255, 255, 0.35), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0 14%, transparent 14% 50%, rgba(255, 255, 255, 0.13) 50% 64%, transparent 64% 100%),
    var(--base-bg);
  background-size: auto, 140px 140px, auto;
}

.usage-inner {
  position: relative;
  width: min(100%, 941px);
  padding: 68px 54px 42px;
  overflow: hidden;
}

.usage-heading {
  width: 100%;
  max-width: 805px;
  margin: 0 auto 40px;
}

.usage-list {
  display: grid;
  gap: 0;
}

.usage-card {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  align-items: center;
  min-height: 310px;
  padding: 27px 42px 27px 30px;
  border-radius: 31px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: var(--card-shadow);
}

.usage-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 252px;
  height: 252px;
  border-radius: 50%;
  background: #fff0a8;
  overflow: hidden;
}

.usage-visual img {
  width: 118%;
  max-height: 118%;
  object-fit: contain;
}

.usage-visual-apply img {
  width: 112%;
  transform: translateY(12px);
}

.usage-visual-assessment img {
  width: 116%;
  transform: translateY(16px);
}

.usage-visual-payment img {
  width: 119%;
  transform: translateY(15px);
}

.usage-copy {
  padding-left: 18px;
}

.usage-step-label {
  width: 100%;
  max-width: 242px;
  margin: 0 0 16px;
}

.usage-copy h2 {
  margin: 0 0 20px;
  color: #ef1b14;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
  white-space: nowrap;
}

.usage-copy p {
  margin: 0;
  color: #15110d;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.46;
  letter-spacing: 0;
}

.usage-arrow {
  z-index: 1;
  width: 0;
  height: 0;
  margin: 18px auto;
  border-right: 34px solid transparent;
  border-left: 34px solid transparent;
  border-top: 32px solid #ffbd00;
  filter: drop-shadow(0 3px 0 rgba(220, 145, 0, 0.15));
}

.usage-cta {
  width: 100%;
  max-width: 829px;
  margin: 32px auto 0;
}

.voices-section {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.34), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0 14%, transparent 14% 50%, rgba(255, 255, 255, 0.13) 50% 64%, transparent 64% 100%),
    var(--base-bg);
  background-size: auto, 140px 140px, auto;
}

.voices-inner {
  width: min(100%, 941px);
  padding: 62px 0 68px;
  overflow: hidden;
}

.voices-heading {
  width: 100%;
  max-width: 778px;
  margin: 0 auto 38px;
  padding: 0 48px;
}

.voices-marquee {
  width: 100%;
  overflow: hidden;
}

.voices-marquee + .voices-marquee {
  margin-top: 22px;
}

.voices-track {
  display: flex;
  width: max-content;
  gap: 20px;
  will-change: transform;
}

.voice-card {
  flex: 0 0 auto;
  width: 520px;
  max-width: none;
  filter: var(--image-card-shadow);
}

.voices-marquee-right .voices-track {
  animation: voices-scroll-right 46s linear infinite;
}

.voices-marquee-left .voices-track {
  animation: voices-scroll-left 42s linear infinite;
}

.faq-section {
  display: flex;
  justify-content: center;
  width: 100%;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.35), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0 14%, transparent 14% 50%, rgba(255, 255, 255, 0.13) 50% 64%, transparent 64% 100%),
    var(--base-bg);
  background-size: auto, 140px 140px, auto;
}

.faq-inner {
  position: relative;
  width: min(100%, 941px);
  padding: 58px 33px 70px;
  overflow: hidden;
}

.faq-heading {
  width: 100%;
  max-width: 830px;
  margin: 0 auto 34px;
}

.faq-sparkle {
  position: absolute;
  width: 58px;
  opacity: 0.95;
  pointer-events: none;
}

.faq-sparkle-left {
  top: 72px;
  left: 40px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border-radius: 31px;
  background: #fff;
  box-shadow: var(--card-shadow);
}

.faq-question {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 42px;
  align-items: center;
  min-height: 114px;
  padding: 24px 34px 24px 48px;
  cursor: pointer;
  list-style: none;
}

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

.faq-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.faq-badge-q {
  background: linear-gradient(135deg, #ff2a2d 0%, #ed0711 100%);
}

.faq-badge-a {
  flex: 0 0 auto;
  background: linear-gradient(135deg, #ffb400 0%, #f08d00 100%);
}

.faq-question-text {
  color: #2b130b;
  font-size: 33px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
}

.faq-toggle {
  position: relative;
  display: block;
  width: 32px;
  height: 22px;
  justify-self: end;
}

.faq-toggle::before,
.faq-toggle::after {
  position: absolute;
  top: 8px;
  width: 21px;
  height: 6px;
  border-radius: 999px;
  content: "";
  background: #f40e19;
}

.faq-toggle::before {
  left: 0;
  transform: rotate(45deg);
}

.faq-toggle::after {
  right: 0;
  transform: rotate(-45deg);
}

.faq-item[open] .faq-toggle::before {
  transform: rotate(-45deg);
}

.faq-item[open] .faq-toggle::after {
  transform: rotate(45deg);
}

.faq-answer {
  display: flex;
  gap: 28px;
  align-items: center;
  margin: 0 27px 27px;
  padding: 36px 38px;
  border-radius: 25px;
  background: linear-gradient(135deg, #fffdf4 0%, #fff1bd 100%);
}

.faq-answer p {
  margin: 0;
  color: #2b130b;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: 0;
}

.faq-note-wrap {
  position: relative;
  width: min(100%, 760px);
  margin: 45px auto 0;
  padding: 0 88px;
}

.faq-note {
  margin: 0;
  color: #2b130b;
  font-size: 31px;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: center;
}

.faq-note span {
  color: #05a933;
}

.faq-note-sparkle {
  position: absolute;
  width: 48px;
  opacity: 0.95;
  pointer-events: none;
}

.faq-note-sparkle-left {
  top: 2px;
  left: 28px;
}

.faq-note-sparkle-right {
  right: 24px;
  bottom: -4px;
}

.faq-line-cta {
  width: min(calc(100% - 64px), 420px);
  margin: 28px auto 0;
}

.site-footer {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #32180c;
  color: #fff8dd;
}

.footer-inner {
  width: min(100%, 941px);
  padding: 54px 34px 44px;
  text-align: center;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
}

.footer-logo-image {
  width: min(100%, 245px);
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 30px;
}

.footer-links a {
  color: #fff8dd;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-copyright {
  margin: 26px 0 0;
  color: rgba(255, 248, 221, 0.72);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.line-sticky {
  position: fixed;
  z-index: 50;
  left: 50%;
  bottom: calc(18px + env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(calc(100% - 64px), 420px);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 24px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.show-line-sticky .line-sticky {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.line-sticky-lead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 7px;
  color: #3a1608;
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.03em;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.9),
    0 0 8px rgba(255, 255, 255, 0.9);
}

.line-sticky-lead::before,
.line-sticky-lead::after {
  display: block;
  width: 4px;
  height: 30px;
  border-radius: 999px;
  background: #ff9d00;
  content: "";
}

.line-sticky-lead::before {
  transform: rotate(-24deg);
}

.line-sticky-lead::after {
  transform: rotate(24deg);
}

.line-sticky-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  min-height: 76px;
  padding: 16px 30px;
  border: 4px solid #fff;
  border-radius: 24px;
  background: linear-gradient(180deg, #17d84a 0%, #06ad34 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(45, 23, 13, 0.24);
}

.line-sticky-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  color: #06ad34;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.line-sticky-text {
  font-size: 27px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
}

.legal-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.42), transparent 40%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0 14%, transparent 14% 50%, rgba(255, 255, 255, 0.13) 50% 64%, transparent 64% 100%),
    var(--base-bg);
  background-size: auto, 140px 140px, auto;
}

.legal-header {
  display: flex;
  justify-content: center;
  width: min(100%, 941px);
  margin: 0 auto;
  padding: 34px 34px 0;
}

.legal-brand {
  display: block;
  width: min(100%, 220px);
}

.legal-brand img {
  width: 100%;
}

.legal-hero {
  width: min(calc(100% - 68px), 820px);
  margin: 34px auto 24px;
  text-align: center;
}

.legal-eyebrow {
  margin: 0 0 12px;
  color: #f30b16;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
}

.legal-hero h1 {
  margin: 0;
  color: #341707;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
}

.legal-hero p {
  margin: 18px auto 0;
  color: #2b130b;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: 0;
}

.legal-content {
  width: min(calc(100% - 68px), 820px);
  margin: 0 auto;
  padding: 40px 46px 48px;
  border: 3px solid rgba(255, 211, 80, 0.5);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--card-shadow);
}

.legal-block + .legal-block {
  margin-top: 30px;
}

.legal-block h2 {
  margin: 0 0 12px;
  color: #f30b16;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0;
}

.legal-block p,
.legal-block li {
  color: #2b130b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0;
}

.legal-block p {
  margin: 0;
}

.legal-block ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 1.4em;
}

.legal-updated {
  margin: 38px 0 0;
  color: rgba(43, 19, 11, 0.66);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: right;
}

.legal-back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 320px);
  min-height: 58px;
  margin: 30px auto 0;
  border-radius: 20px;
  background: linear-gradient(180deg, #f81921 0%, #dc000c 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none;
  box-shadow: 0 8px 0 rgba(114, 15, 0, 0.18);
}

.legal-back:hover,
.legal-back:focus-visible {
  filter: brightness(1.04);
}

.reveal-ready .reveal-item {
  opacity: 0;
  transition:
    opacity 0.58s ease,
    transform 0.58s cubic-bezier(0.18, 0.72, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-ready .reveal-up {
  transform: translate3d(0, 30px, 0);
}

.reveal-ready .reveal-from-left {
  transform: translate3d(-38px, 16px, 0);
}

.reveal-ready .reveal-from-right {
  transform: translate3d(38px, 16px, 0);
}

.reveal-ready .reveal-item.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@keyframes voices-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 10px));
  }
}

@keyframes voices-scroll-right {
  from {
    transform: translateX(calc(-50% - 10px));
  }

  to {
    transform: translateX(0);
  }
}

@media (min-width: 501px) {
  body {
    background: #4b2b1d;
  }

  .site-viewport {
    width: 500px;
    max-width: 500px;
    overflow: hidden;
  }

  .site-scale {
    width: 941px;
    zoom: 0.53135;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 940px) {
  .reason-inner {
    padding: 5.5vw 5vw 7.8vw;
  }

  .reason-card {
    grid-template-columns: 72px 164px minmax(0, 1fr);
    column-gap: 14px;
    padding: 25px 24px;
  }

  .reason-number {
    width: 70px;
    height: 70px;
    font-size: 42px;
  }

  .reason-illustration {
    width: 164px;
    height: 174px;
  }

  .reason-copy {
    padding-left: 6px;
  }

  .reason-title {
    font-size: 34px;
  }

  .reason-copy p {
    font-size: 22px;
  }

  .items-inner {
    padding: 6.8vw 5vw 4.7vw;
  }

  .items-heading {
    margin-bottom: 4.3vw;
  }

  .items-grid {
    gap: 2.1vw 2.3vw;
  }

  .item-card {
    min-height: 33.8vw;
    padding: 2.8vw 2.6vw 2.1vw;
    border-width: 2px;
    border-radius: 3.3vw;
  }

  .item-card h2 {
    margin-bottom: 1.5vw;
    font-size: 34px;
  }

  .item-visual {
    height: 22.1vw;
  }

  .items-consultation {
    margin-top: 3.5vw;
  }

  .plans-inner {
    padding: 6.6vw 5vw 5.5vw;
  }

  .plans-heading {
    margin-bottom: 4.1vw;
  }

  .plans-list {
    gap: 1.9vw;
  }

  .plans-message {
    margin-top: 2.8vw;
  }

  .usage-inner {
    padding: 7.2vw 5.7vw 4.5vw;
  }

  .usage-heading {
    margin-bottom: 4.3vw;
  }

  .usage-card {
    grid-template-columns: 30.8vw minmax(0, 1fr);
    min-height: 32.9vw;
    padding: 2.9vw 4.5vw 2.9vw 3.2vw;
    border-radius: 3.3vw;
  }

  .usage-visual {
    width: 26.8vw;
    height: 26.8vw;
  }

  .usage-copy {
    padding-left: 1.9vw;
  }

  .usage-step-label {
    max-width: 25.7vw;
    margin-bottom: 1.7vw;
  }

  .usage-copy h2 {
    margin-bottom: 2.1vw;
    font-size: 33px;
  }

  .usage-copy p {
    font-size: 22px;
  }

  .usage-arrow {
    margin: 1.9vw auto;
    border-right-width: 3.6vw;
    border-left-width: 3.6vw;
    border-top-width: 3.4vw;
  }

  .usage-cta {
    margin-top: 3.4vw;
  }

  .voices-inner {
    padding: 6.6vw 0 7.2vw;
  }

  .voices-heading {
    margin-bottom: 4vw;
    padding: 0 5vw;
  }

  .voices-marquee + .voices-marquee {
    margin-top: 2.3vw;
  }

  .voices-track {
    gap: 2.1vw;
  }

  .voice-card {
    width: 55.3vw;
  }

  .faq-inner {
    padding: 6.2vw 3.5vw 7.4vw;
  }

  .faq-heading {
    margin-bottom: 3.6vw;
  }

  .faq-sparkle {
    width: 6.2vw;
  }

  .faq-sparkle-left {
    top: 7.7vw;
    left: 4.2vw;
  }

  .faq-list {
    gap: 1.3vw;
  }

  .faq-item {
    border-radius: 3.3vw;
  }

  .faq-question {
    grid-template-columns: 7.7vw minmax(0, 1fr) 4.5vw;
    min-height: 12.1vw;
    padding: 2.6vw 3.6vw 2.6vw 5.1vw;
  }

  .faq-badge {
    width: 6.2vw;
    height: 6.2vw;
    font-size: 26px;
  }

  .faq-question-text {
    font-size: 26px;
  }

  .faq-toggle {
    width: 3.4vw;
    height: 2.3vw;
  }

  .faq-toggle::before,
  .faq-toggle::after {
    top: 0.9vw;
    width: 2.2vw;
    height: 0.6vw;
  }

  .faq-answer {
    gap: 3vw;
    margin: 0 2.9vw 2.9vw;
    padding: 3.8vw 4vw;
    border-radius: 2.7vw;
  }

  .faq-answer p {
    font-size: 24px;
  }

  .faq-note {
    font-size: 25px;
  }

  .faq-note-wrap {
    margin-top: 4.8vw;
    padding: 0 9.4vw;
  }

  .faq-note-sparkle {
    width: 5.1vw;
  }

  .faq-note-sparkle-left {
    top: 0.2vw;
    left: 3vw;
  }

  .faq-note-sparkle-right {
    right: 2.6vw;
    bottom: -0.4vw;
  }

  .footer-inner {
    padding: 5.7vw 3.6vw 4.7vw;
  }

  .faq-line-cta {
    width: min(calc(100% - 12vw), 420px);
    margin-top: 3vw;
  }

  .footer-logo-image {
    width: clamp(188px, 26vw, 245px);
  }

  .footer-links {
    gap: 3.4vw;
    margin-top: 3.2vw;
  }

  .footer-links a {
    font-size: clamp(13px, 1.8vw, 17px);
  }

  .footer-copyright {
    margin-top: 2.8vw;
    font-size: clamp(11px, 1.4vw, 13px);
  }

  .line-sticky {
    width: min(calc(100% - 12vw), 420px);
  }

  .line-sticky-lead {
    gap: clamp(10px, 1.5vw, 14px);
    margin-bottom: clamp(6px, 0.7vw, 7px);
    font-size: clamp(19px, 2.5vw, 23px);
  }

  .line-sticky-lead::before,
  .line-sticky-lead::after {
    width: clamp(3px, 0.42vw, 4px);
    height: clamp(24px, 3.2vw, 30px);
  }

  .line-sticky-button {
    min-height: clamp(62px, 8.1vw, 76px);
    padding: clamp(12px, 1.7vw, 16px) clamp(20px, 3.2vw, 30px);
    gap: clamp(11px, 1.7vw, 16px);
    border-width: clamp(3px, 0.4vw, 4px);
    border-radius: clamp(20px, 2.6vw, 24px);
  }

  .line-sticky-icon {
    width: clamp(42px, 6vw, 56px);
    height: clamp(42px, 6vw, 56px);
    font-size: clamp(12px, 1.7vw, 16px);
  }

  .line-sticky-text {
    font-size: clamp(21px, 2.9vw, 27px);
  }

  .legal-header {
    padding: 3.6vw 3.6vw 0;
  }

  .legal-brand {
    width: clamp(188px, 23vw, 220px);
  }

  .legal-hero {
    width: calc(100% - 7.2vw);
    margin-top: 3.6vw;
    margin-bottom: 2.6vw;
  }

  .legal-hero h1 {
    font-size: clamp(34px, 5.1vw, 48px);
  }

  .legal-hero p {
    font-size: clamp(16px, 1.9vw, 18px);
  }

  .legal-content {
    width: calc(100% - 7.2vw);
    padding: 4.3vw 4.9vw 5.1vw;
    border-radius: 3vw;
  }
}

@media (max-width: 720px) {
  .problem-inner {
    min-height: auto;
    padding: 13.2vw 4.6vw 6.2vw;
  }

  .problem-heading {
    margin-bottom: 5.2vw;
  }

  .problem-grid {
    gap: 2.1vw;
  }

  .problem-card {
    min-height: 46.7vw;
    padding: 5.7vw 3vw 3.2vw;
    border-radius: 3.3vw;
    box-shadow: 0 1.1vw 2.1vw rgba(117, 77, 0, 0.12);
  }

  .problem-icon {
    height: 20vw;
    margin-bottom: 3.8vw;
  }

  .problem-icon-cash img {
    max-width: 29.1vw;
  }

  .problem-icon-card img {
    max-width: 29.3vw;
  }

  .problem-icon-shop img {
    max-width: 29.3vw;
  }

  .problem-icon-box img {
    max-width: 25vw;
  }

  .problem-card p {
    font-size: 28px;
  }

  .problem-arrow {
    margin: 3.3vw auto 1.1vw;
    border-right-width: 68px;
    border-left-width: 68px;
    border-top-width: 62px;
  }

  .reason-inner {
    padding: 5.5vw 5vw 7.8vw;
  }

  .reason-heading {
    margin-bottom: 3.9vw;
  }

  .reason-list {
    gap: 1.5vw;
  }

  .reason-card {
    grid-template-columns: 8.8vw 21vw minmax(0, 1fr);
    column-gap: 2vw;
    min-height: 31.2vw;
    padding: 2.7vw 3.2vw 2.7vw 2.8vw;
    border-radius: 4.1vw;
    box-shadow: 0 1.1vw 2.1vw rgba(117, 77, 0, 0.1);
  }

  .reason-number {
    width: 8.5vw;
    height: 8.5vw;
    font-size: 36px;
  }

  .reason-illustration {
    width: 21vw;
    height: 21vw;
  }

  .reason-copy {
    padding-left: 0.6vw;
  }

  .reason-title {
    margin-bottom: 2.4vw;
    font-size: 28px;
  }

  .reason-copy p {
    font-size: 19px;
  }

  .item-card h2 {
    font-size: 28px;
  }

  .usage-copy h2 {
    font-size: 26px;
  }

  .usage-copy p {
    font-size: 17px;
  }

  .faq-question-text {
    font-size: 20px;
  }

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

  .faq-note {
    font-size: 20px;
  }
}

@media (max-width: 560px) {
  .problem-card p {
    font-size: 22px;
  }

  .reason-title {
    font-size: 23px;
  }

  .reason-copy p {
    font-size: 16px;
  }

  .reason-number {
    font-size: 31px;
  }

  .item-card h2 {
    font-size: 22px;
  }

  .usage-copy h2 {
    font-size: 20px;
  }

  .usage-copy p {
    font-size: 13px;
  }

  .faq-badge {
    font-size: 20px;
  }

  .faq-question-text {
    font-size: 16px;
  }

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

  .faq-note {
    font-size: 17px;
  }

  .footer-inner {
    padding: 36px 22px 32px;
  }

  .faq-line-cta {
    width: calc(100% - 56px);
    margin-top: 22px;
  }

  .footer-logo-image {
    width: 188px;
  }

  .footer-links {
    gap: 18px;
    margin-top: 24px;
  }

  .footer-links a {
    font-size: 13px;
  }

  .footer-copyright {
    margin-top: 20px;
    font-size: 11px;
  }

  .line-sticky {
    bottom: calc(12px + env(safe-area-inset-bottom));
    width: calc(100% - 56px);
  }

  .line-sticky-lead {
    gap: 9px;
    margin-bottom: 6px;
    font-size: 18px;
  }

  .line-sticky-lead::before,
  .line-sticky-lead::after {
    width: 3px;
    height: 23px;
  }

  .line-sticky-button {
    min-height: 62px;
    padding: 12px 20px;
    gap: 11px;
    border-width: 3px;
    border-radius: 20px;
  }

  .line-sticky-icon {
    width: 42px;
    height: 42px;
    font-size: 12px;
  }

  .line-sticky-text {
    font-size: 21px;
  }

  .legal-header {
    padding: 28px 22px 0;
  }

  .legal-brand {
    width: 188px;
  }

  .legal-hero {
    width: calc(100% - 36px);
    margin-top: 26px;
    margin-bottom: 18px;
  }

  .legal-eyebrow {
    margin-bottom: 9px;
    font-size: 13px;
  }

  .legal-hero h1 {
    font-size: 30px;
  }

  .legal-hero p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.75;
  }

  .legal-content {
    width: calc(100% - 36px);
    padding: 28px 22px 34px;
    border-width: 2px;
    border-radius: 22px;
  }

  .legal-block + .legal-block {
    margin-top: 24px;
  }

  .legal-block h2 {
    font-size: 19px;
  }

  .legal-block p,
  .legal-block li {
    font-size: 14px;
    line-height: 1.85;
  }

  .legal-updated {
    margin-top: 30px;
    font-size: 12px;
  }

  .legal-back {
    min-height: 52px;
    border-radius: 18px;
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .problem-card p {
    font-size: 17px;
  }

  .reason-title {
    font-size: 18px;
  }

  .reason-copy p {
    font-size: 12px;
  }

  .reason-number {
    font-size: 24px;
  }

  .item-card h2 {
    font-size: 17px;
  }

  .usage-copy h2 {
    font-size: 14px;
  }

  .usage-copy p {
    font-size: 10px;
  }

  .faq-question-text {
    font-size: 14px;
  }

  .faq-answer p {
    font-size: 13px;
  }

  .footer-links {
    gap: 14px;
  }

  .footer-links a {
    font-size: 12px;
  }

  .line-sticky-button {
    min-height: 58px;
    padding: 10px 16px;
    border-radius: 18px;
  }

  .line-sticky-lead {
    gap: 8px;
    font-size: 16px;
  }

  .line-sticky-lead::before,
  .line-sticky-lead::after {
    height: 21px;
  }

  .line-sticky-icon {
    width: 38px;
    height: 38px;
    font-size: 11px;
  }

  .line-sticky-text {
    font-size: 19px;
  }
}

@media (max-width: 360px) {
  .reason-title {
    font-size: 15px;
  }

  .reason-copy p {
    font-size: 11px;
  }

  .reason-number {
    font-size: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .voices-marquee-right .voices-track,
  .voices-marquee-left .voices-track {
    animation: none;
  }

  .reveal-ready .reveal-item {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .line-sticky {
    transition: none;
  }
}
