:root {
  --deep-purple: #090020;
  --main-purple: #4b16a8;
  --light-purple: #8a55ff;
  --pale-purple: #f4efff;
  --gold: #f7c95b;
  --line-green: #06c755;
  --text-purple: #33206f;
  --muted-purple: #6b5f93;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text-purple);
  background:
    radial-gradient(circle at 50% 0%, rgba(138, 85, 255, 0.35), transparent 30rem),
    linear-gradient(180deg, #050014, #180338 42%, #070015);
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.55;
}

body.is-motion-ready .motion-reveal {
  opacity: 0;
  transform: translate3d(0, 22px, 0) scale(0.98);
  transition:
    opacity 0.72s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.72s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.72s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
  filter: blur(4px);
}

body.is-motion-ready .motion-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

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

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

.lp-shell {
  width: min(100%, 724px);
  margin: 0 auto;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 0 52px rgba(138, 85, 255, 0.36);
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  padding: 18px 28px 12px;
  background:
    radial-gradient(circle at 78% 30%, rgba(138, 85, 255, 0.54), transparent 15rem),
    radial-gradient(circle at 12% 12%, rgba(65, 26, 161, 0.9), transparent 14rem),
    linear-gradient(140deg, #070014 0%, #150038 48%, #090020 100%);
}

.hero::before {
  position: absolute;
  inset: -35% -30%;
  content: "";
  background:
    radial-gradient(circle at 76% 28%, rgba(247, 201, 91, 0.18), transparent 10rem),
    linear-gradient(105deg, transparent 34%, rgba(255, 255, 255, 0.16) 47%, transparent 60%);
  mix-blend-mode: screen;
  opacity: 0.7;
  transform: translateX(-28%) rotate(3deg);
  animation: heroLightSweep 7.8s ease-in-out infinite;
  pointer-events: none;
}

.hero::after {
  position: absolute;
  inset: auto -10% -2rem -10%;
  height: 8rem;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(10, 0, 40, 0.92));
  pointer-events: none;
}

.hero-stage {
  position: relative;
  min-height: 340px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: 58%;
  padding-top: 2px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 0 0 10px;
  padding: 4px 17px;
  border-radius: 999px 999px 999px 12px;
  background: linear-gradient(90deg, #5b2bd2, #8a55ff);
  box-shadow: 0 0 22px rgba(185, 128, 255, 0.55);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  animation: heroEnter 0.72s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero-logo {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(58px, 11vw, 82px);
  font-weight: 950;
  line-height: 0.98;
  white-space: nowrap;
  text-shadow:
    0 4px 0 rgba(113, 77, 216, 0.38),
    0 0 22px rgba(255, 255, 255, 0.82),
    0 0 34px rgba(138, 85, 255, 0.76);
  animation:
    heroEnter 0.82s cubic-bezier(0.2, 0.8, 0.2, 1) 0.08s both,
    logoGlow 3.8s ease-in-out 1.1s infinite;
}

.hero-lead {
  margin: 0 0 9px;
  font-size: clamp(24px, 4.6vw, 38px);
  font-weight: 950;
  line-height: 1.22;
  animation: heroEnter 0.82s cubic-bezier(0.2, 0.8, 0.2, 1) 0.16s both;
}

.hero-lead span,
.solve-band em,
.bottom-copy h2 span {
  color: var(--gold);
  text-shadow: 0 0 16px rgba(247, 201, 91, 0.55);
}

.hero-rate {
  position: relative;
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 1px 9px;
  align-items: center;
  margin: 0 0 10px;
  padding: 7px 14px 8px;
  overflow: hidden;
  color: #211006;
  background:
    radial-gradient(circle at 22% 0%, rgba(255, 255, 255, 0.92), transparent 36%),
    linear-gradient(180deg, #fff4b7 0%, #f7c95b 48%, #d99219 100%);
  border: 1px solid rgba(255, 240, 168, 0.78);
  border-radius: 16px;
  box-shadow:
    0 10px 22px rgba(247, 201, 91, 0.24),
    0 0 26px rgba(247, 201, 91, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  animation:
    heroEnter 0.82s cubic-bezier(0.2, 0.8, 0.2, 1) 0.2s both,
    ratePulse 2.8s ease-in-out 1.1s infinite;
}

.hero-rate::before {
  position: absolute;
  inset: -40% auto -40% -55%;
  width: 42%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.78), transparent);
  transform: rotate(18deg);
  animation: rateShine 3.2s ease-in-out infinite;
}

.hero-rate span,
.hero-rate em,
.rate-impact span {
  position: relative;
  z-index: 1;
  font-weight: 950;
  letter-spacing: 0;
}

.hero-rate span {
  font-size: 12px;
  line-height: 1;
}

.hero-rate strong {
  position: relative;
  z-index: 1;
  grid-row: 1 / 3;
  grid-column: 2;
  color: #5d2b00;
  font-size: 38px;
  font-weight: 950;
  line-height: 0.82;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8),
    0 0 12px rgba(255, 255, 255, 0.5);
}

.hero-rate small,
.rate-impact small {
  font-size: 0.5em;
}

.hero-rate em {
  font-size: 10px;
  font-style: normal;
  line-height: 1;
}

.hero-sub {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 800;
  animation: heroEnter 0.82s cubic-bezier(0.2, 0.8, 0.2, 1) 0.28s both;
}

.hero-note {
  max-width: 330px;
  margin: 0 0 13px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.75;
  animation: heroEnter 0.82s cubic-bezier(0.2, 0.8, 0.2, 1) 0.34s both;
}

.hero-visual {
  --hero-shift-x: 0px;
  --hero-shift-y: 0px;
  --hero-tilt-x: 0deg;
  --hero-tilt-y: 0deg;
  position: absolute;
  z-index: 1;
  top: -6px;
  right: -10px;
  width: 56%;
  margin: 0;
  perspective: 900px;
  transform-style: preserve-3d;
  isolation: isolate;
  animation:
    visualRise 0.95s cubic-bezier(0.2, 0.8, 0.2, 1) 0.16s both,
    heroFloat 5.2s ease-in-out 1.1s infinite;
}

.hero-visual::before,
.hero-visual::after {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
  border-radius: 50%;
  mix-blend-mode: screen;
}

.hero-visual::before {
  inset: 12% -7% 11% -6%;
  border: 2px solid rgba(183, 93, 255, 0.54);
  box-shadow:
    0 0 18px rgba(183, 93, 255, 0.42),
    inset 0 0 18px rgba(255, 255, 255, 0.14);
  transform: rotate(-15deg) translateZ(-24px);
  animation: orbitRing 6.8s linear infinite;
}

.hero-visual::after {
  inset: 21% -1% 20% 4%;
  border: 1px solid rgba(247, 201, 91, 0.48);
  box-shadow:
    0 0 15px rgba(247, 201, 91, 0.38),
    0 0 28px rgba(138, 85, 255, 0.34);
  transform: rotate(17deg) translateZ(-18px);
  animation: orbitRingReverse 8.4s linear infinite;
}

.hero-visual img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  transform: translate3d(var(--hero-shift-x), var(--hero-shift-y), 34px) rotateX(var(--hero-tilt-y)) rotateY(var(--hero-tilt-x));
  transform-style: preserve-3d;
  filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.34));
  transition: transform 0.22s ease-out, filter 0.22s ease-out;
  will-change: transform;
}

.hero-visual.is-parallax-active img {
  filter:
    drop-shadow(0 22px 30px rgba(0, 0, 0, 0.38))
    drop-shadow(0 0 12px rgba(138, 85, 255, 0.34));
  transition-duration: 0.08s;
}

.cta-row {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.hero .cta-row {
  width: min(116%, 450px);
}

.cta {
  position: relative;
  overflow: hidden;
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 8px 14px 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 13px;
  color: #fff;
  box-shadow:
    0 13px 23px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    inset 0 -9px 18px rgba(0, 0, 0, 0.16);
  transition:
    transform 0.2s ease,
    filter 0.2s ease,
    box-shadow 0.2s ease;
}

.cta::before {
  position: absolute;
  inset: 1px;
  content: "";
  border-radius: 12px;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.42), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 48%);
  pointer-events: none;
}

.cta::after {
  position: absolute;
  top: -30%;
  bottom: -30%;
  left: -42%;
  width: 36%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.56), transparent);
  transform: skewX(-18deg);
  animation: buttonSheen 4.8s ease-in-out infinite;
  pointer-events: none;
}

.cta:hover {
  transform: translateY(-3px) scale(1.01);
  filter: brightness(1.06);
  box-shadow:
    0 16px 28px rgba(0, 0, 0, 0.31),
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    inset 0 -9px 18px rgba(0, 0, 0, 0.16),
    0 0 24px rgba(138, 85, 255, 0.34);
}

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

.cta strong {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  white-space: nowrap;
}

.cta small {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 10px;
  font-weight: 900;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}

.cta-line {
  background:
    radial-gradient(circle at 24% 6%, rgba(255, 255, 255, 0.44), transparent 30%),
    linear-gradient(180deg, #16e871 0%, #06c755 48%, #058c38 100%);
  border-color: rgba(191, 255, 218, 0.44);
  box-shadow:
    0 13px 23px rgba(0, 0, 0, 0.26),
    0 0 22px rgba(6, 199, 85, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.44),
    inset 0 -9px 18px rgba(0, 71, 31, 0.24);
  animation: ctaPulse 2.7s ease-in-out infinite;
}

.cta-form {
  background:
    radial-gradient(circle at 24% 6%, rgba(255, 255, 255, 0.42), transparent 30%),
    linear-gradient(180deg, #ffbd5a 0%, #ff8a1f 48%, #cf5200 100%);
  border-color: rgba(255, 226, 177, 0.5);
  box-shadow:
    0 13px 23px rgba(0, 0, 0, 0.26),
    0 0 22px rgba(255, 138, 31, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.46),
    inset 0 -9px 18px rgba(107, 45, 0, 0.24);
  animation: orangePulse 3.2s ease-in-out 0.3s infinite;
}

.cta-form:hover {
  box-shadow:
    0 16px 28px rgba(0, 0, 0, 0.31),
    0 0 30px rgba(255, 138, 31, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.54),
    inset 0 -9px 18px rgba(107, 45, 0, 0.24);
}

.cta-icon {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  margin-right: 10px;
  place-items: center;
  border-radius: 14px;
  animation: ctaIconPop 3s ease-in-out infinite;
}

.cta-icon img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.hero-features {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 7px;
}

.hero-features article {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 8px 10px;
  border: 1px solid rgba(164, 118, 255, 0.32);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(66, 27, 149, 0.9), rgba(32, 13, 78, 0.94));
  box-shadow: inset 0 0 18px rgba(156, 106, 255, 0.18);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.hero-features article:hover,
.info-card:hover,
.reason-card:hover,
.flow-card:hover,
.voice-card:hover,
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 28px rgba(75, 22, 168, 0.18);
}

.hero-features img {
  width: 34px;
  height: 34px;
  margin-right: 8px;
  object-fit: contain;
}

.hero-features strong,
.hero-features span {
  display: block;
  color: #fff;
}

.hero-features strong {
  font-size: 12px;
  font-weight: 950;
  line-height: 1.25;
}

.hero-features span {
  margin-top: 2px;
  font-size: 9px;
  font-weight: 800;
  opacity: 0.9;
}

.apple-product-showcase {
  position: relative;
  z-index: 1;
  width: min(100%, 640px);
  height: clamp(78px, 18vw, 126px);
  margin: 12px auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 0%, rgba(255, 255, 255, 0.95), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 241, 255, 0.96));
  border: 1px solid rgba(185, 158, 255, 0.48);
  border-radius: 18px;
  box-shadow:
    0 14px 26px rgba(75, 22, 168, 0.16),
    0 0 22px rgba(138, 85, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  isolation: isolate;
}

.apple-product-showcase::before {
  position: absolute;
  inset: -40% auto -40% -42%;
  z-index: 2;
  width: 30%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  transform: rotate(17deg);
  animation: productSheen 5.8s ease-in-out infinite;
  pointer-events: none;
}

.apple-product-showcase::after {
  position: absolute;
  inset: auto 14px 8px;
  z-index: 2;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(247, 201, 91, 0.74), rgba(138, 85, 255, 0.52), transparent);
  border-radius: 999px;
  opacity: 0.72;
  pointer-events: none;
}

.apple-product-showcase img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 64%;
  filter: saturate(1.08) contrast(1.02);
  transform: scale(1.035);
  animation: productFloat 7.2s ease-in-out infinite;
}

.apple-product-showcase-hero {
  margin: 12px auto 0;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.28),
    0 0 30px rgba(138, 85, 255, 0.3);
}

.apple-product-showcase-reasons {
  height: clamp(72px, 16vw, 108px);
  margin: -2px auto 12px;
  border-color: rgba(247, 201, 91, 0.46);
  box-shadow:
    0 12px 24px rgba(132, 83, 28, 0.13),
    0 0 22px rgba(247, 201, 91, 0.18);
}

.apple-product-showcase-services {
  height: clamp(84px, 18vw, 124px);
  margin: 13px auto 5px;
  border-color: rgba(6, 199, 85, 0.2);
  box-shadow:
    0 12px 24px rgba(75, 22, 168, 0.12),
    0 0 24px rgba(6, 199, 85, 0.1);
}

.section {
  padding: 18px 22px 22px;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  color: var(--main-purple);
  font-size: clamp(25px, 4.6vw, 32px);
  font-weight: 950;
  line-height: 1.2;
  text-align: center;
}

.section-title::before,
.section-title::after {
  width: min(90px, 16vw);
  height: 2px;
  margin: 0 14px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--light-purple), transparent);
  animation: titleLineGlow 3.4s ease-in-out infinite;
}

.consult {
  background: linear-gradient(180deg, #fbf8ff 0%, #f0e8ff 100%);
}

.consult-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
}

.info-card,
.reason-card,
.flow-card,
.voice-card {
  border: 1px solid rgba(130, 82, 224, 0.12);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 9px 18px rgba(73, 29, 155, 0.13);
}

.info-card {
  min-height: 172px;
  padding: 10px 8px 12px;
  text-align: center;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.info-card img {
  width: 84px;
  height: 72px;
  margin: 0 auto 6px;
  object-fit: contain;
  animation: iconFloat 4.2s ease-in-out infinite;
}

.info-card h3 {
  margin: 0 0 7px;
  color: var(--text-purple);
  font-size: 15px;
  font-weight: 950;
  line-height: 1.25;
}

.info-card p,
.reason-card p,
.flow-card p,
.voice-card p {
  margin: 0;
  font-size: 11px;
  font-weight: 760;
  line-height: 1.68;
}

.worry {
  padding-bottom: 0;
  background:
    linear-gradient(180deg, rgba(244, 239, 255, 0.96), rgba(236, 225, 255, 0.96)),
    radial-gradient(circle at 50% 100%, rgba(138, 85, 255, 0.2), transparent 24rem);
}

.worry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  align-items: end;
}

.worry-grid article {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.speech {
  position: relative;
  min-height: 64px;
  margin: 0 0 6px;
  padding: 12px 10px;
  border-radius: 28px;
  color: var(--main-purple);
  background: #fff;
  box-shadow: 0 6px 12px rgba(90, 41, 184, 0.1);
  font-size: 14px;
  font-weight: 950;
  line-height: 1.45;
  text-align: center;
}

.speech::after {
  position: absolute;
  bottom: -10px;
  left: 48%;
  width: 22px;
  height: 18px;
  clip-path: polygon(0 0, 100% 0, 42% 100%);
  content: "";
  background: #fff;
}

.worry-grid img {
  width: min(100%, 150px);
  height: 164px;
  object-fit: contain;
  animation: personFloat 5.4s ease-in-out infinite;
}

.worry-bridge {
  position: relative;
  z-index: 1;
  display: grid;
  width: 58px;
  height: 42px;
  margin: 5px auto -8px;
  place-items: center;
  pointer-events: none;
}

.worry-bridge::before {
  position: absolute;
  inset: 4px 18px -7px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(247, 201, 91, 0), rgba(247, 201, 91, 0.78), rgba(138, 85, 255, 0));
  filter: blur(7px);
  opacity: 0;
  transform: translateY(-8px) scaleY(0.78);
}

.worry-bridge.is-visible::before {
  animation: flowBeam 1.9s ease-in-out infinite;
}

.flow-dot {
  position: absolute;
  top: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff5be;
  box-shadow:
    0 0 10px rgba(247, 201, 91, 0.86),
    0 0 18px rgba(138, 85, 255, 0.34);
  opacity: 0;
}

.worry-bridge.is-visible .flow-dot {
  animation: flowDotDrop 1.9s ease-in-out infinite;
}

.flow-chevron {
  width: 22px;
  height: 22px;
  border-right: 4px solid rgba(247, 201, 91, 0.92);
  border-bottom: 4px solid rgba(247, 201, 91, 0.92);
  filter:
    drop-shadow(0 0 8px rgba(247, 201, 91, 0.72))
    drop-shadow(0 0 12px rgba(138, 85, 255, 0.32));
  opacity: 0;
  transform: rotate(45deg) translate(-7px, -7px) scale(0.72);
}

.flow-chevron + .flow-chevron {
  margin-top: -12px;
}

.worry-bridge.is-visible .flow-chevron {
  animation: flowChevron 1.9s ease-in-out infinite;
}

.worry-bridge.is-visible .flow-chevron:nth-of-type(3) {
  animation-delay: 0.18s;
}

.worry-bridge.is-visible .flow-chevron:nth-of-type(4) {
  animation-delay: 0.36s;
}

.solve-band {
  position: relative;
  margin: 0;
  padding: 14px 18px 16px;
  border-radius: 100px 100px 0 0;
  color: #fff;
  background:
    radial-gradient(circle at 14% 38%, rgba(247, 201, 91, 0.42), transparent 1.2rem),
    radial-gradient(circle at 84% 40%, rgba(247, 201, 91, 0.42), transparent 1rem),
    linear-gradient(180deg, #2d086d, #110030);
  box-shadow: 0 -8px 28px rgba(75, 22, 168, 0.28);
  font-size: clamp(21px, 4vw, 29px);
  font-weight: 950;
  line-height: 1.25;
  text-align: center;
  isolation: isolate;
}

.solve-band strong {
  position: relative;
  z-index: 1;
  display: block;
}

.solve-kicker {
  position: relative;
  z-index: 1;
  display: inline-grid;
  min-height: 24px;
  margin: 0 auto 6px;
  padding: 4px 12px;
  place-items: center;
  border: 1px solid rgba(247, 201, 91, 0.34);
  border-radius: 999px;
  color: #ffeebf;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
}

.solve-band::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(247, 201, 91, 0.26), transparent);
  transform: translateX(-90%);
  animation: bandSweep 4.6s ease-in-out infinite;
}

.reasons {
  padding-top: 14px;
  background:
    radial-gradient(circle at 50% 0%, rgba(247, 201, 91, 0.28), transparent 15rem),
    linear-gradient(180deg, #fff9e9 0%, #fff5dd 100%);
}

.reason-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  color: #80511c;
  font-size: clamp(23px, 4.1vw, 31px);
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
}

.reason-title::before,
.reason-title::after {
  width: 36px;
  height: 56px;
  margin: 0 10px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(247, 201, 91, 0.9));
  clip-path: polygon(50% 0, 68% 18%, 56% 36%, 76% 53%, 56% 70%, 68% 100%, 35% 72%, 48% 52%, 28% 34%, 44% 18%);
  opacity: 0.8;
}

.reason-title span {
  margin: 0 4px;
  color: var(--gold);
  font-size: clamp(43px, 8vw, 61px);
  line-height: 0.8;
  text-shadow: 0 3px 0 rgba(128, 81, 28, 0.16);
  animation: goldPop 2.8s ease-in-out infinite;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
}

.reason-card {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  padding: 10px 8px 12px;
  text-align: center;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.reason-card-rate {
  background:
    radial-gradient(circle at 50% 0%, rgba(247, 201, 91, 0.32), transparent 58%),
    linear-gradient(180deg, #fffdf7 0%, #fff3d6 100%);
  border-color: rgba(247, 201, 91, 0.36);
}

.reason-card-rate::after {
  position: absolute;
  inset: auto -18px -28px auto;
  width: 74px;
  height: 74px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247, 201, 91, 0.34), transparent 68%);
  pointer-events: none;
}

.rate-impact {
  position: relative;
  z-index: 1;
  display: grid;
  width: fit-content;
  min-width: 92px;
  margin: -1px auto 6px;
  padding: 5px 8px 6px;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.38), transparent 36%),
    linear-gradient(180deg, #5d2700, #9e5400 52%, #4c1a00 100%);
  border: 1px solid rgba(247, 201, 91, 0.7);
  border-radius: 12px;
  box-shadow:
    0 9px 18px rgba(128, 69, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.rate-impact::before {
  position: absolute;
  inset: -26% auto -26% -60%;
  width: 46%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.58), transparent);
  transform: rotate(18deg);
  animation: rateShine 3.4s ease-in-out infinite;
}

.rate-impact span {
  color: #fff7d6;
  font-size: 10px;
  line-height: 1;
}

.rate-impact strong {
  position: relative;
  z-index: 1;
  color: var(--gold);
  font-size: 34px;
  font-weight: 950;
  line-height: 0.92;
  text-shadow:
    0 1px 0 rgba(61, 31, 0, 0.35),
    0 0 12px rgba(247, 201, 91, 0.48);
}

.reason-badge {
  display: inline-grid;
  min-height: 23px;
  margin: 0 auto 6px;
  padding: 3px 12px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #ff9e31, #d66000);
  box-shadow:
    0 6px 12px rgba(185, 83, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  font-size: 10.5px;
  font-weight: 950;
  line-height: 1;
  text-shadow: 0 1px 1px rgba(82, 34, 0, 0.24);
}

.reason-card h3 {
  min-height: 38px;
  margin: 0 0 6px;
  color: #84531c;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.3;
}

.reason-card-rate h3 {
  min-height: auto;
  margin-bottom: 5px;
  color: #613100;
}

.reason-card-rate p strong {
  display: block;
  margin-bottom: 2px;
  color: var(--main-purple);
  font-size: 11.5px;
  font-weight: 950;
  line-height: 1.42;
}

.reason-card img {
  width: 86px;
  height: 86px;
  margin: 0 auto 5px;
  object-fit: contain;
  animation: iconFloat 4.4s ease-in-out infinite;
}

.reason-card-rate img {
  width: 74px;
  height: 74px;
}

.proof {
  padding: 16px 28px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 45%, rgba(138, 85, 255, 0.46), transparent 11rem),
    radial-gradient(circle at 12% 28%, rgba(247, 201, 91, 0.15), transparent 9rem),
    linear-gradient(180deg, #170043, #090020);
  background-size: 130% 130%, 120% 120%, 100% 100%;
  animation: proofAura 6s ease-in-out infinite;
}

.proof-inner {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr) 232px;
  gap: 12px;
  align-items: center;
}

.proof-badge img {
  width: 142px;
  margin: 0 auto;
  filter: drop-shadow(0 0 14px rgba(247, 201, 91, 0.32));
}

.proof-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.proof-list li {
  position: relative;
  padding-left: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.proof-list li::before {
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 2px solid var(--gold);
  border-radius: 5px;
  color: var(--gold);
  content: "✓";
  font-size: 14px;
  font-weight: 950;
  line-height: 17px;
  text-align: center;
}

.satisfaction {
  position: relative;
  display: grid;
  min-height: 112px;
  padding: 0 48px;
  place-items: center;
  overflow: visible;
  text-align: center;
}

.satisfaction p {
  margin: 0;
  font-size: 16px;
  font-weight: 950;
}

.satisfaction strong {
  display: block;
  margin-top: -4px;
  color: var(--gold);
  font-size: 43px;
  font-weight: 950;
  line-height: 1;
  text-shadow:
    0 2px 0 rgba(61, 31, 0, 0.24),
    0 0 17px rgba(247, 201, 91, 0.48);
  animation: scoreGlow 2.4s ease-in-out infinite;
}

.stars-wrap {
  position: relative;
  display: block;
  width: 112px;
  margin: 4px auto 0;
  line-height: 0;
  isolation: isolate;
}

.stars {
  display: block;
  width: 100%;
  animation: starTwinkle 2.4s ease-in-out infinite;
}

.stars-spark {
  position: absolute;
  z-index: 2;
  top: 48%;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background:
    radial-gradient(circle, #fff 0 18%, rgba(255, 255, 255, 0.78) 19% 31%, rgba(247, 201, 91, 0) 70%);
  filter: drop-shadow(0 0 8px rgba(247, 201, 91, 0.82));
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.25);
  animation: starIgnite 2.8s ease-in-out infinite;
}

.stars-spark::after {
  position: absolute;
  inset: -5px;
  content: "";
  border-radius: inherit;
  background:
    linear-gradient(90deg, transparent 43%, rgba(255, 255, 255, 0.9) 48% 52%, transparent 57%),
    linear-gradient(0deg, transparent 43%, rgba(255, 255, 255, 0.9) 48% 52%, transparent 57%);
  opacity: 0.75;
}

.stars-spark-1 {
  left: 10%;
  animation-delay: 0s;
}

.stars-spark-2 {
  left: 30%;
  animation-delay: 0.16s;
}

.stars-spark-3 {
  left: 50%;
  animation-delay: 0.32s;
}

.stars-spark-4 {
  left: 70%;
  animation-delay: 0.48s;
}

.stars-spark-5 {
  left: 90%;
  animation-delay: 0.64s;
}

.laurel {
  position: absolute;
  z-index: 1;
  top: 7px;
  width: 32px;
  height: 94px;
  object-fit: contain;
  opacity: 0.92;
  filter: drop-shadow(0 0 8px rgba(247, 201, 91, 0.28));
}

.satisfaction > div {
  position: relative;
  z-index: 3;
  min-width: 132px;
  padding: 5px 4px 4px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(9, 0, 32, 0.64) 0%, rgba(9, 0, 32, 0.32) 58%, transparent 72%);
}

.laurel-left {
  left: 9px;
}

.laurel-right {
  right: 9px;
}

.flow {
  background: linear-gradient(180deg, #fbf8ff 0%, #f7f2ff 100%);
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.flow-card {
  position: relative;
  min-height: 174px;
  padding: 10px 8px 11px;
  text-align: center;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.flow-card:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 75px;
  right: -12px;
  width: 0;
  height: 0;
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 13px solid var(--light-purple);
  filter: drop-shadow(0 2px 3px rgba(75, 22, 168, 0.18));
}

.flow-card b {
  display: inline-grid;
  width: 25px;
  height: 25px;
  margin-right: 4px;
  place-items: center;
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(180deg, #8a55ff, #5d2bdc);
  font-size: 17px;
  font-weight: 950;
}

.flow-card h3 {
  display: inline;
  margin: 0;
  color: var(--main-purple);
  font-size: 13px;
  font-weight: 950;
}

.flow-card img {
  width: 82px;
  height: 78px;
  margin: 8px auto 5px;
  object-fit: contain;
  animation: iconFloat 4.1s ease-in-out infinite;
}

.flow-note {
  margin: 12px 0 0;
  color: var(--muted-purple);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.7;
  text-align: center;
}

.services {
  background: linear-gradient(180deg, #fdfbff 0%, #f7f2ff 100%);
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.service-card {
  display: grid;
  grid-template-columns: 1fr 118px;
  gap: 6px;
  align-items: center;
  min-height: 150px;
  padding: 14px 10px 12px 14px;
  border: 1px solid rgba(128, 84, 216, 0.16);
  border-radius: 12px;
  box-shadow: 0 9px 16px rgba(75, 22, 168, 0.09);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.apple-card {
  background: linear-gradient(135deg, #fff, #efe7ff);
}

.later-card {
  background: linear-gradient(135deg, #f8fff9, #e5fff1);
}

.service-card h3 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 5px 11px;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(180deg, #8a55ff, #4b16a8);
  font-size: 14px;
  font-weight: 950;
}

.later-card h3 {
  color: #04733a;
  background: #d8ffea;
}

.service-card ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 18px;
  font-size: 12px;
  font-weight: 870;
}

.service-card li::before {
  position: absolute;
  left: 0;
  color: var(--main-purple);
  content: "✓";
  font-weight: 950;
}

.later-card li::before {
  color: #0e9b57;
}

.service-card img {
  width: min(100%, 126px);
  max-height: 132px;
  margin-left: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 16px rgba(75, 22, 168, 0.16));
}

.middle-line-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(430px, 94%);
  min-height: 48px;
  margin: 13px auto 0;
  padding: 8px 18px 9px 12px;
  border: 1px solid rgba(6, 199, 85, 0.24);
  border-radius: 14px;
  color: #047c35;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.96), transparent 32%),
    linear-gradient(180deg, #f5fff8, #d6ffe7 56%, #bdfbd8);
  box-shadow:
    0 9px 18px rgba(6, 199, 85, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  font-size: 19px;
  font-weight: 950;
  animation: lineCtaBreathe 2.8s ease-in-out infinite;
}

.middle-line-cta span {
  display: grid;
  width: 34px;
  height: 34px;
  margin-right: 8px;
  place-items: center;
  border-radius: 10px;
  background: var(--line-green);
  box-shadow: 0 6px 12px rgba(6, 199, 85, 0.26);
}

.middle-line-cta img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.middle-line-cta small {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 950;
}

.voices {
  background: linear-gradient(180deg, #fffaf5 0%, #fff 100%);
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}

.voice-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 8px;
  align-items: center;
  min-height: 104px;
  padding: 10px;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.voice-card img {
  width: 72px;
  height: 78px;
  object-fit: contain;
}

.voice-card h3 {
  margin: 0 0 1px;
  color: var(--main-purple);
  font-size: 10px;
  font-weight: 950;
  white-space: nowrap;
}

.voice-card .rating {
  margin-bottom: 3px;
  color: #ffbd23;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
}

.tiny-note {
  margin: 8px 0 0;
  color: var(--muted-purple);
  font-size: 10px;
  font-weight: 800;
}

.faq {
  padding-top: 14px;
  background: linear-gradient(180deg, #fff 0%, #f5efff 100%);
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px 18px;
}

.faq-item {
  overflow: hidden;
  border-bottom: 1px solid rgba(138, 85, 255, 0.18);
}

.faq-item button {
  display: grid;
  grid-template-columns: 22px 1fr 22px;
  gap: 6px;
  align-items: center;
  width: 100%;
  min-height: 34px;
  padding: 7px 6px;
  border: 0;
  color: var(--main-purple);
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.faq-item button span {
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--main-purple);
  font-size: 12px;
}

.faq-item button b {
  color: var(--main-purple);
  font-size: 20px;
  line-height: 1;
  text-align: center;
  transition: transform 0.2s ease;
}

.faq-item p {
  max-height: 0;
  margin: 0;
  padding: 0 34px;
  color: var(--muted-purple);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.65;
  opacity: 0;
  transition:
    max-height 0.24s ease,
    padding 0.24s ease,
    opacity 0.24s ease;
}

.faq-item.is-open p {
  max-height: 120px;
  padding: 0 34px 10px;
  opacity: 1;
}

.faq-item.is-open button b {
  transform: rotate(45deg);
}

.bottom-cta {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
  min-height: 0;
  padding: 22px 26px 26px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(9, 0, 32, 0.96), rgba(28, 0, 76, 0.92)),
    radial-gradient(circle at 78% 44%, rgba(247, 201, 91, 0.28), transparent 9rem);
}

.bottom-cta::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px) 0 0 / 46px 100%,
    linear-gradient(0deg, rgba(138, 85, 255, 0.24), transparent 34%);
  opacity: 0.55;
}

.bottom-effect {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.32;
  animation: bottomDrift 8s ease-in-out infinite;
}

.bottom-copy {
  position: relative;
  z-index: 1;
}

.bottom-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(24px, 4.4vw, 34px);
  font-weight: 950;
  line-height: 1.25;
  text-align: center;
}

.footer-links-block {
  position: relative;
  width: min(100%, 650px);
  margin: 0 auto;
  overflow: hidden;
  color: #120a24;
  background: #fff;
  border: 1px solid rgba(247, 201, 91, 0.34);
  border-radius: 16px;
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.28),
    0 0 28px rgba(247, 201, 91, 0.16);
}

.footer-related {
  padding: 18px 18px 20px;
  text-align: left;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 247, 255, 0.98));
}

.footer-related h3 {
  margin: 0 0 12px;
  font-size: 19px;
  font-weight: 950;
  letter-spacing: 0;
  color: #0f071d;
}

.footer-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.related-logo {
  position: relative;
  display: grid;
  min-height: 48px;
  padding: 6px 8px;
  place-items: center;
  overflow: hidden;
  font-weight: 950;
  line-height: 1;
  color: #14101c;
  background: #fff;
  border: 2px solid #c9c6d0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.68);
}

.related-logo::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent var(--gold) transparent;
}

.related-logo span {
  display: block;
  text-align: center;
}

.related-answer span {
  font-size: 22px;
  color: #d3132c;
}

.related-big span {
  padding: 3px 8px;
  font-size: 18px;
  color: #8a5a00;
  background: linear-gradient(180deg, #fff4a8, #e7a71d);
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(180, 117, 0, 0.28);
}

.related-life span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #273035;
}

.related-life span::before {
  color: #119d2b;
  content: "◆";
  margin-right: 4px;
}

.related-xgift span {
  font-size: 23px;
  color: #fff;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.45),
    0 0 9px rgba(14, 7, 24, 0.48);
  -webkit-text-stroke: 1px rgba(45, 40, 54, 0.68);
}

.related-payful span {
  font-size: 22px;
  color: #130d1f;
}

.related-payful span::first-letter {
  color: #8a55ff;
}

.related-more span {
  font-size: 20px;
  color: #ff9d1b;
  text-shadow: 0 2px 0 #fff, 0 0 1px #9e5b00;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  justify-content: center;
  padding: 16px 18px 8px;
  background: linear-gradient(180deg, #e6a2ff, #dea0ff);
}

.footer-nav a {
  font-size: 12px;
  font-weight: 900;
  line-height: 1.5;
  color: #11091e;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-copy {
  margin: 0;
  padding: 8px 18px 16px;
  font-size: 12px;
  font-weight: 900;
  color: #11091e;
  text-align: center;
  background: linear-gradient(180deg, #dea0ff, #dfa0ff);
}

.fixed-cta {
  display: none;
}

@keyframes heroEnter {
  from {
    opacity: 0;
    transform: translate3d(-18px, 12px, 0);
    filter: blur(5px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

@keyframes visualRise {
  from {
    opacity: 0;
    transform: translate3d(26px, 18px, 0) rotate(2deg) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0) scale(1);
  }
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(0, -9px, 0) rotate(0.8deg);
  }
}

@keyframes orbitRing {
  0% {
    opacity: 0.5;
    transform: rotate(-15deg) translate3d(-1px, 0, -24px) scale(0.98);
  }
  38% {
    opacity: 0.92;
    transform: rotate(16deg) translate3d(4px, -2px, -24px) scale(1.04);
  }
  72% {
    opacity: 0.62;
    transform: rotate(54deg) translate3d(-2px, 3px, -24px) scale(1);
  }
  100% {
    opacity: 0.5;
    transform: rotate(345deg) translate3d(-1px, 0, -24px) scale(0.98);
  }
}

@keyframes orbitRingReverse {
  0% {
    opacity: 0.66;
    transform: rotate(17deg) translate3d(2px, 0, -18px) scale(0.96);
  }
  45% {
    opacity: 0.28;
    transform: rotate(-24deg) translate3d(-3px, 2px, -18px) scale(1.03);
  }
  100% {
    opacity: 0.66;
    transform: rotate(-343deg) translate3d(2px, 0, -18px) scale(0.96);
  }
}

@keyframes heroLightSweep {
  0%,
  48% {
    transform: translateX(-30%) rotate(3deg);
    opacity: 0.25;
  }
  62% {
    transform: translateX(24%) rotate(3deg);
    opacity: 0.82;
  }
  100% {
    transform: translateX(34%) rotate(3deg);
    opacity: 0.18;
  }
}

@keyframes logoGlow {
  0%,
  100% {
    text-shadow:
      0 4px 0 rgba(113, 77, 216, 0.38),
      0 0 22px rgba(255, 255, 255, 0.82),
      0 0 34px rgba(138, 85, 255, 0.76);
  }
  50% {
    text-shadow:
      0 4px 0 rgba(113, 77, 216, 0.38),
      0 0 30px rgba(255, 255, 255, 0.94),
      0 0 52px rgba(247, 201, 91, 0.3);
  }
}

@keyframes ratePulse {
  0%,
  100% {
    transform: translateZ(0) scale(1);
  }
  50% {
    transform: translateZ(0) scale(1.035);
  }
}

@keyframes rateShine {
  0%,
  48% {
    left: -60%;
  }
  72%,
  100% {
    left: 118%;
  }
}

@keyframes buttonSheen {
  0%,
  42% {
    left: -46%;
  }
  58%,
  100% {
    left: 118%;
  }
}

@keyframes ctaPulse {
  0%,
  100% {
    box-shadow:
      0 13px 23px rgba(0, 0, 0, 0.26),
      0 0 18px rgba(6, 199, 85, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.44),
      inset 0 -9px 18px rgba(0, 71, 31, 0.24);
  }
  50% {
    box-shadow:
      0 16px 28px rgba(0, 0, 0, 0.3),
      0 0 30px rgba(6, 199, 85, 0.46),
      inset 0 1px 0 rgba(255, 255, 255, 0.54),
      inset 0 -9px 18px rgba(0, 71, 31, 0.24);
  }
}

@keyframes orangePulse {
  0%,
  100% {
    box-shadow:
      0 13px 23px rgba(0, 0, 0, 0.26),
      0 0 18px rgba(255, 138, 31, 0.25),
      inset 0 1px 0 rgba(255, 255, 255, 0.46),
      inset 0 -9px 18px rgba(107, 45, 0, 0.24);
  }
  50% {
    box-shadow:
      0 16px 28px rgba(0, 0, 0, 0.3),
      0 0 30px rgba(255, 138, 31, 0.48),
      inset 0 1px 0 rgba(255, 255, 255, 0.54),
      inset 0 -9px 18px rgba(107, 45, 0, 0.24);
  }
}

@keyframes ctaIconPop {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-1px) scale(1.04);
  }
}

@keyframes titleLineGlow {
  0%,
  100% {
    opacity: 0.45;
    transform: scaleX(0.84);
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes iconFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes personFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes bandSweep {
  0%,
  45% {
    transform: translateX(-90%);
  }
  70%,
  100% {
    transform: translateX(90%);
  }
}

@keyframes productSheen {
  0%,
  50% {
    left: -44%;
  }
  72%,
  100% {
    left: 118%;
  }
}

@keyframes productFloat {
  0%,
  100% {
    transform: scale(1.035) translateY(0);
  }
  50% {
    transform: scale(1.055) translateY(-3px);
  }
}

@keyframes flowBeam {
  0%,
  100% {
    opacity: 0;
    transform: translateY(-9px) scaleY(0.7);
  }
  35% {
    opacity: 0.9;
    transform: translateY(4px) scaleY(1.08);
  }
  68% {
    opacity: 0.5;
    transform: translateY(13px) scaleY(0.92);
  }
}

@keyframes flowDotDrop {
  0%,
  100% {
    opacity: 0;
    transform: translateY(-9px) scale(0.72);
  }
  18% {
    opacity: 1;
    transform: translateY(2px) scale(1);
  }
  64% {
    opacity: 0;
    transform: translateY(30px) scale(0.82);
  }
}

@keyframes flowChevron {
  0%,
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(-7px, -7px) scale(0.7);
  }
  32% {
    opacity: 1;
    transform: rotate(45deg) translate(0, 0) scale(1);
  }
  72% {
    opacity: 0;
    transform: rotate(45deg) translate(7px, 7px) scale(0.82);
  }
}

@keyframes goldPop {
  0%,
  100% {
    transform: translateY(0) scale(1);
    filter: drop-shadow(0 0 0 rgba(247, 201, 91, 0));
  }
  50% {
    transform: translateY(-2px) scale(1.06);
    filter: drop-shadow(0 0 14px rgba(247, 201, 91, 0.46));
  }
}

@keyframes proofAura {
  0%,
  100% {
    background-position: 48% 48%, 0% 50%, 0 0;
  }
  50% {
    background-position: 58% 42%, 18% 50%, 0 0;
  }
}

@keyframes scoreGlow {
  0%,
  100% {
    filter: drop-shadow(0 0 0 rgba(247, 201, 91, 0));
  }
  50% {
    filter: drop-shadow(0 0 12px rgba(247, 201, 91, 0.45));
  }
}

@keyframes starTwinkle {
  0%,
  100% {
    transform: scale(1);
    filter: brightness(1);
  }
  50% {
    transform: scale(1.05);
    filter: brightness(1.22);
  }
}

@keyframes starIgnite {
  0%,
  22%,
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.2) rotate(0deg);
  }
  9% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.18) rotate(42deg);
  }
  15% {
    opacity: 0.54;
    transform: translate(-50%, -50%) scale(0.78) rotate(88deg);
  }
}

@keyframes lineCtaBreathe {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 7px 16px rgba(6, 199, 85, 0.18);
  }
  50% {
    transform: translateY(-2px);
    box-shadow: 0 11px 24px rgba(6, 199, 85, 0.28);
  }
}

@keyframes bottomDrift {
  0%,
  100% {
    transform: translateX(0) scale(1.04);
  }
  50% {
    transform: translateX(-10px) scale(1.06);
  }
}

@keyframes badgeFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

@media (max-width: 680px) {
  .hero {
    padding: 16px 16px 12px;
  }

  .hero-stage {
    min-height: 0;
  }

  .hero-copy {
    width: 100%;
  }

  .hero-rate {
    margin-bottom: 9px;
  }

  .hero-note {
    max-width: none;
    padding-right: 0;
  }

  .hero-visual {
    position: relative;
    top: auto;
    right: auto;
    width: min(92%, 390px);
    margin: -4px auto 2px;
  }

  .cta-row {
    flex-direction: column;
  }

  .hero .cta-row {
    width: 100%;
  }

  .apple-product-showcase {
    height: 82px;
    margin: 10px auto;
    border-radius: 14px;
  }

  .apple-product-showcase-hero {
    margin-top: 10px;
  }

  .apple-product-showcase-reasons {
    margin-top: -4px;
    margin-bottom: 10px;
  }

  .apple-product-showcase-services {
    height: 92px;
  }

  .hero-features,
  .consult-grid,
  .reason-grid,
  .flow-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .voice-grid,
  .service-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .worry {
    padding: 15px 14px 0;
  }

  .worry .section-title {
    margin-bottom: 10px;
  }

  .worry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    align-items: stretch;
  }

  .worry-grid article {
    position: relative;
    min-height: 166px;
    justify-content: space-between;
    padding: 8px 7px 0;
    border: 1px solid rgba(138, 85, 255, 0.16);
    border-radius: 15px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 240, 255, 0.76)),
      radial-gradient(circle at 72% 100%, rgba(138, 85, 255, 0.18), transparent 70%);
    box-shadow: 0 8px 18px rgba(75, 22, 168, 0.12);
    overflow: hidden;
  }

  .worry-grid article:nth-child(even) {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 242, 255, 0.78)),
      radial-gradient(circle at 20% 100%, rgba(247, 201, 91, 0.18), transparent 72%);
  }

  .worry-grid .speech {
    z-index: 1;
    display: grid;
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 8px 7px;
    place-items: center;
    border-radius: 16px;
    font-size: 11px;
    line-height: 1.42;
    box-shadow: 0 6px 12px rgba(75, 22, 168, 0.1);
  }

  .worry-grid .speech::after {
    bottom: -7px;
    left: 30px;
    width: 15px;
    height: 14px;
  }

  .worry-grid article:nth-child(even) .speech::after {
    right: 30px;
    left: auto;
  }

  .worry-grid img {
    width: 100%;
    max-width: 116px;
    height: 104px;
    margin: 0 auto;
    object-fit: contain;
  }

  .worry-grid article:nth-child(odd) img {
    align-self: flex-start;
    margin-left: -4px;
  }

  .worry-grid article:nth-child(even) img {
    align-self: flex-end;
    margin-right: -4px;
  }

  .worry-bridge {
    width: 54px;
    height: 34px;
    margin: 5px auto -10px;
  }

  .flow-chevron {
    width: 19px;
    height: 19px;
    border-right-width: 4px;
    border-bottom-width: 4px;
  }

  .flow-chevron + .flow-chevron {
    margin-top: -13px;
  }

  .solve-band {
    margin-top: 0;
    padding: 18px 17px 14px;
    border-radius: 40px 40px 0 0;
    font-size: 22px;
    line-height: 1.22;
  }

  .solve-kicker {
    min-height: 22px;
    margin-bottom: 5px;
    padding: 4px 10px;
    font-size: 10.5px;
  }

  .section-title::before,
  .section-title::after {
    width: 35px;
    margin: 0 8px;
  }

  .proof {
    padding: 18px 18px;
  }

  .reason-title {
    display: block;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    font-size: 25px;
    line-height: 1.18;
  }

  .reason-title span {
    display: inline-block;
    margin: 0 5px;
    font-size: 48px;
    vertical-align: -0.08em;
  }

  .reason-grid .reason-card:first-child {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 94px 1fr;
    grid-template-areas:
      "icon badge"
      "icon rate"
      "icon title"
      "icon text";
    column-gap: 12px;
    align-items: center;
    min-height: 154px;
    padding: 12px 14px;
    text-align: left;
    background:
      radial-gradient(circle at 8% 16%, rgba(247, 201, 91, 0.38), transparent 34%),
      linear-gradient(135deg, #fffdf7 0%, #fff2cf 56%, #ffe39a 100%);
    border-color: rgba(247, 201, 91, 0.42);
    box-shadow:
      0 12px 23px rgba(129, 82, 18, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.86);
  }

  .reason-grid .reason-card:first-child .reason-badge {
    grid-area: badge;
    justify-self: start;
    margin: 0 0 4px;
    padding: 4px 11px;
    font-size: 11px;
  }

  .reason-grid .reason-card:first-child h3 {
    grid-area: title;
    min-height: 0;
    margin: 0 0 4px;
    color: #6f3f09;
    font-size: 19px;
    line-height: 1.18;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  }

  .reason-grid .reason-card:first-child .rate-impact {
    grid-area: rate;
    justify-self: start;
    min-width: 118px;
    margin: 0 0 4px;
    padding: 5px 10px 6px;
  }

  .reason-grid .reason-card:first-child .rate-impact strong {
    font-size: 36px;
  }

  .reason-grid .reason-card:first-child img {
    grid-area: icon;
    width: 86px;
    height: 86px;
    margin: 0;
  }

  .reason-grid .reason-card:first-child p {
    grid-area: text;
    font-size: 11.5px;
    line-height: 1.55;
  }

  .proof-inner {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  }

  .proof-list {
    justify-items: start;
    width: fit-content;
    margin: 0 auto;
  }

  .satisfaction {
    width: min(260px, 100%);
    margin: 0 auto;
  }

  .flow-card:not(:last-child)::after {
    display: none;
  }

  .service-card {
    grid-template-columns: 1fr 120px;
  }

  .bottom-cta {
    grid-template-columns: 1fr;
    padding: 20px 14px 84px;
    text-align: center;
  }

  .footer-links-block {
    border-radius: 12px;
  }

  .footer-related {
    padding: 14px 12px 15px;
  }

  .footer-related h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .footer-related-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
  }

  .related-logo {
    min-height: 40px;
    padding: 5px 6px;
  }

  .related-answer span,
  .related-life span,
  .related-xgift span,
  .related-payful span {
    font-size: 18px;
  }

  .related-big span,
  .related-more span {
    font-size: 16px;
  }

  .footer-nav {
    gap: 8px 10px;
    padding: 14px 12px 8px;
  }

  .footer-nav a,
  .footer-copy {
    font-size: 11px;
  }

  .fixed-cta {
    position: fixed;
    z-index: 10;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    max-width: 704px;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    filter: blur(3px);
    transform: translateY(18px) scale(0.98);
    transition:
      opacity 0.3s ease,
      visibility 0.3s ease,
      filter 0.3s ease,
      transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    pointer-events: none;
  }

  body.show-fixed-cta .fixed-cta {
    opacity: 1;
    visibility: visible;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }

  .fixed-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 950;
    box-shadow:
      0 9px 19px rgba(0, 0, 0, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.34),
      inset 0 -7px 14px rgba(0, 0, 0, 0.16);
    pointer-events: none;
  }

  .fixed-cta a img {
    width: 25px;
    height: 25px;
    object-fit: contain;
  }

  body.show-fixed-cta .fixed-cta a {
    pointer-events: auto;
  }

  .fixed-cta a:first-child {
    background:
      radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.36), transparent 30%),
      linear-gradient(180deg, #15e66d, #06c755 50%, #048b37);
  }

  .fixed-cta a:last-child {
    background:
      radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.38), transparent 30%),
      linear-gradient(180deg, #ffbd5a, #ff8a1f 50%, #cf5200);
  }
}

@media (max-width: 430px) {
  .hero-logo {
    font-size: 56px;
  }

  .hero-lead {
    font-size: 26px;
  }

  .hero-rate {
    padding: 7px 12px 8px;
  }

  .hero-rate strong {
    font-size: 35px;
  }

  .apple-product-showcase {
    height: 76px;
    border-radius: 12px;
  }

  .hero-features,
  .consult-grid,
  .reason-grid,
  .flow-grid {
    gap: 8px;
  }

  .info-card,
  .reason-card,
  .flow-card {
    min-height: auto;
  }

  .worry-grid img {
    max-width: 116px;
    height: 102px;
  }

  .reason-title::before,
  .reason-title::after {
    display: none;
  }

  .middle-line-cta {
    flex-wrap: wrap;
    border-radius: 12px;
    font-size: 16px;
  }

  .middle-line-cta small {
    width: 100%;
    margin: 2px 0 0;
    text-align: center;
  }

  .service-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .service-card ul {
    width: fit-content;
    margin: 0 auto;
    text-align: left;
  }

  .service-card img {
    max-width: 184px;
    max-height: 184px;
    margin: 0 auto;
  }

  .voice-card {
    grid-template-columns: 82px 1fr;
  }
}

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

  body.is-motion-ready .motion-reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
