:root {
  --red: #b51f29;
  --deep-red: #8f1620;
  --green: #19bf56;
  --cream: #fff8ea;
  --gold: #e9c47f;
  --brown: #4d372e;
  --ink: #251f1d;
}

* {
  box-sizing: border-box;
}

html {
  background: #efe7d7;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "M PLUS Rounded 1c", "Rounded Mplus 1c", "Yu Gothic", "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: var(--ink);
  background: #efe7d7;
  max-width: 100%;
  overflow-x: hidden;
  padding-bottom: min(8vw, 75px);
}

body.modal-open {
  overflow: hidden;
}

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

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

.lp-shell {
  width: min(100%, 941px);
  margin: 0 auto;
  overflow: hidden;
  background: var(--cream);
}

.block {
  position: relative;
}

.sticky-apply-bar {
  position: fixed;
  z-index: 100;
  filter: drop-shadow(0 min(.45vw, 4px) min(1.1vw, 10px) rgba(54, 36, 10, .25));
}

.sticky-apply-bar img {
  width: 100%;
  height: auto;
  display: block;
}

/* SP用 横長バー（561px以下） */
.sticky-apply-bar--sp {
  left: 50%;
  bottom: max(env(safe-area-inset-bottom), min(1vw, 9px));
  width: min(57vw, 540px);
  transform: translateX(-50%);
}

/* PC用 縦長ボタン（562px以上） */
.sticky-apply-bar--pc {
  display: none;
  left: calc(50% - min(100%, 941px) / 2 - 290px);
  top: 50%;
  width: 270px;
  transform: translateY(-50%);
}

@media (min-width: 562px) {
  .sticky-apply-bar--sp {
    display: none;
  }

  .sticky-apply-bar--pc {
    display: block;
  }
}

.block-hero {
  min-height: auto;
  padding-bottom: min(5vw, 48px);
  background: none;
}

.hero-bg-simple {
  position: relative;
  background: url("assets/clean/bg-simple.png") top center / 100% auto no-repeat;
  background-color: #fff8ea;
}

.site-header {
  height: min(10.9vw, 103px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: min(1.3vw, 12px) min(3.4vw, 32px) 0;
  background:
    linear-gradient(90deg, rgba(255, 252, 241, .98), rgba(255, 241, 206, .98) 50%, rgba(255, 250, 236, .98));
  border-bottom: min(.22vw, 2px) solid #e7c98d;
  box-shadow: 0 min(.25vw, 2px) min(.9vw, 8px) rgba(107, 67, 24, .12);
}

.site-logo {
  width: min(21vw, 198px);
  filter: drop-shadow(0 .25vw .35vw rgba(55, 0, 0, .35));
}

.menu-button {
  width: min(6.6vw, 62px);
  height: min(5vw, 47px);
  display: grid;
  gap: min(.9vw, 8px);
  padding: min(.4vw, 4px) 0;
  border: 0;
  background: transparent;
}

.menu-button span {
  display: block;
  width: 100%;
  height: min(.55vw, 5px);
  border-radius: 999px;
  background: #b51f29;
}

.phone-menu {
  position: absolute;
  z-index: 50;
  top: min(10.9vw, 103px);
  right: min(2.6vw, 24px);
  width: min(58vw, 414px);
  padding: min(1.2vw, 11px);
  border: min(.18vw, 1.7px) solid rgba(255, 231, 181, .9);
  border-radius: min(1.4vw, 13px);
  background: rgba(172, 29, 37, .96);
  box-shadow: 0 min(.5vw, 5px) min(1.5vw, 14px) rgba(54, 0, 0, .24);
  opacity: 0;
  transform: translateY(max(-1vw, -9px));
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}

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

.phone-menu a {
  display: block;
  padding: min(1.1vw, 10px) min(1.3vw, 12px);
  border-bottom: min(.12vw, 1px) solid rgba(255, 255, 255, .22);
  color: #fff;
  font-size: min(3.6vw, 17px);
  line-height: 1.25;
  font-weight: 900;
  text-align: center;
}

.phone-menu a:last-child {
  border-bottom: 0;
  margin-top: min(.6vw, 6px);
  border-radius: 999px;
  background: linear-gradient(#22cd61, #10aa44);
}

.hero-stage {
  position: relative;
  height: auto;
  overflow: visible;
}

.hero-image {
  display: block;
  width: 100%;
  height: auto;
}


.hero-title {
  position: absolute;
  z-index: 2;
  left: min(4.8vw, 45px);
  top: min(.8vw, 8px);
  width: min(64vw, 602px);
  filter: drop-shadow(0 .3vw .2vw rgba(121, 25, 25, .18));
}

.hero-girl {
  position: absolute;
  z-index: 3;
  right: max(-4vw, -38px);
  top: min(14vw, 132px);
  width: min(48vw, 448px);
  clip-path: none;
  filter: drop-shadow(0 .45vw .65vw rgba(77, 41, 31, .23));
}

.hero-badges {
  position: absolute;
  z-index: 4;
  left: min(2.5vw, 24px);
  top: min(40.5vw, 381px);
  width: min(62vw, 583px);
}

.rate-panel {
  position: relative;
  z-index: 10;
  width: min(94vw, 884px);
  margin: min(3vw, 28px) auto 0;
  padding: min(2.7vw, 25px) min(2vw, 19px) min(1.8vw, 17px);
  border-radius: min(2.7vw, 25px);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 min(.45vw, 4px) min(1.9vw, 18px) rgba(131, 85, 32, .18);
}

.rate-panel__ribbon {
  position: absolute;
  left: 50%;
  top: max(-1.8vw, -17px);
  width: min(32vw, 301px);
  transform: translateX(-50%);
  margin: 0;
  padding: min(.65vw, 6px) min(1vw, 9px);
  border-radius: min(.65vw, 6px);
  background: linear-gradient(#c72931, #ac1d25);
  color: #fff;
  font-size: min(2.15vw, 20px);
  font-weight: 900;
  text-align: center;
  letter-spacing: .04em;
  box-shadow: 0 min(.2vw, 2px) 0 #7b151a;
}

.main-rate-card {
  position: relative;
  overflow: hidden;
  min-height: min(24vw, 226px);
  padding: min(4vw, 38px) min(5vw, 47px) min(2.2vw, 21px);
  border: min(.24vw, 2px) solid #e7c98d;
  border-radius: min(2vw, 19px);
  background: #fff;
  box-shadow: inset 0 0 0 min(.16vw, 1.5px) #fff6df, 0 min(.25vw, 2px) min(.9vw, 8px) rgba(128, 81, 29, .14);
}

.apple-watermark {
  position: absolute;
  right: min(2.8vw, 26px);
  bottom: max(-.3vw, -3px);
  width: min(16vw, 151px);
  opacity: .10;
  pointer-events: none;
}

.main-rate-card__brand {
  display: flex;
  gap: min(3.2vw, 30px);
  align-items: center;
}

.main-rate-card__brand img {
  width: min(13vw, 122px);
}

.main-rate-card h2 {
  margin: 0;
  font-size: min(3.9vw, 37px);
  line-height: 1.08;
  font-weight: 900;
}

.main-rate-card p {
  margin: 0;
}

.main-rate-card__brand p {
  margin-top: min(.5vw, 5px);
  font-size: min(2.15vw, 20px);
  font-weight: 700;
}

.rank-label {
  position: absolute;
  top: min(3.2vw, 30px);
  right: min(3.3vw, 31px);
  padding: min(.8vw, 8px) min(2.3vw, 22px);
  border-radius: 999px;
  background: linear-gradient(135deg, #ef3f56, #e22438);
  color: #fff;
  font-size: min(2.05vw, 19px);
  font-weight: 900;
}

.rate-number {
  position: absolute;
  left: min(28vw, 264px);
  bottom: min(1vw, 9px);
  display: flex;
  align-items: baseline;
  gap: min(1.1vw, 10px);
}

.rate-number span {
  font-size: min(4vw, 38px);
  font-weight: 900;
}

.rate-number strong {
  color: #d82034;
  font-size: min(12vw, 113px);
  line-height: .88;
  font-weight: 900;
}

.rate-number em {
  color: #d82034;
  font-size: min(4.4vw, 41px);
  font-style: normal;
  font-weight: 900;
}

.main-rate-timing {
  position: absolute;
  right: min(2.4vw, 23px);
  bottom: min(1.4vw, 13px);
  padding: min(.5vw, 5px) min(1.2vw, 11px);
  border-radius: 999px;
  background: #fff7df;
  color: #8b3b20;
  border: min(.14vw, 1.3px) solid #e5c483;
  font-size: min(1.7vw, 16px);
  line-height: 1.25;
  font-weight: 900;
}

.mini-rate-row {
  display: grid;
  gap: min(1.45vw, 14px);
  margin-top: min(1.45vw, 14px);
}

.mini-rate-row--2 {
  grid-template-columns: repeat(2, 1fr);
}

.mini-rate-row--3 {
  grid-template-columns: repeat(3, 1fr);
}

.mini-rate-card {
  min-height: min(23vw, 216px);
  padding: min(2vw, 19px) min(1.2vw, 11px) min(1.6vw, 15px);
  border: min(.22vw, 2px) solid #ddb875;
  border-radius: min(1.25vw, 12px);
  background: #fff;
  box-shadow: 0 min(.25vw, 2px) min(.8vw, 8px) rgba(115, 72, 24, .12);
}

.mini-rate-card--merpay .rate-timing {
  margin-top: min(.9vw, 8px);
}

.rate-sub2--ghost {
  visibility: hidden;
}

.mini-rate-card img {
  display: block;
  width: min(18vw, 169px);
  height: min(13.6vw, 128px);
  object-fit: contain;
  margin: 0 auto min(.8vw, 8px);
}

.mini-rate-card h3 {
  min-height: min(6.6vw, 62px);
  margin: 0;
  font-size: min(2.1vw, 20px);
  line-height: 1.35;
  font-weight: 900;
}

.mini-rate-card p {
  clear: both;
  margin: min(1.6vw, 15px) 0 0;
  text-align: center;
  font-size: min(3vw, 28px);
  font-weight: 900;
}

.mini-rate-card strong {
  color: #d82034;
  font-size: min(6.8vw, 64px);
  line-height: .85;
}

.mini-rate-card span {
  color: #d82034;
  font-size: min(2.7vw, 25px);
}

.mini-rate-card .rate-timing {
  display: inline-grid;
  place-items: center;
  width: 100%;
  margin-top: min(.9vw, 8px);
  padding: min(.45vw, 4px) min(.7vw, 7px);
  border-radius: 999px;
  background: #fff7df;
  color: #8b3b20;
  border: min(.14vw, 1.3px) solid #e5c483;
  font-size: min(1.55vw, 15px);
  line-height: 1.25;
  font-weight: 900;
}

.mini-rate-card .rate-sub2--other {
  min-height: min(7.4vw, 70px);
  display: grid;
  place-items: center;
  color: #b51f29;
  font-size: min(2.25vw, 21px);
  line-height: 1.26;
  letter-spacing: 0;
}

.mini-rate-card--other {
  display: flex;
  flex-direction: column;
}

.mini-rate-card--other img {
  margin-bottom: min(1vw, 9px);
}

.mini-rate-card--other .rate-timing {
  margin-top: auto;
}

.feature-strip {
  width: min(90vw, 847px);
  margin: min(1.4vw, 13px) auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  min-height: min(10.9vw, 103px);
  border-radius: min(1.5vw, 14px);
  background: rgba(255, 255, 255, .9);
  border: min(.18vw, 1.7px) solid #f0d59b;
  box-shadow: 0 min(.3vw, 3px) min(1.1vw, 10px) rgba(129, 78, 24, .12);
}

.feature-strip div,
.trust-row div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(1.1vw, 10px);
  font-size: min(2.1vw, 20px);
  font-weight: 900;
}

.feature-strip div+div,
.trust-row div+div {
  border-left: min(.18vw, 1.7px) solid #e7c98d;
}

.feature-strip img {
  width: min(6.4vw, 60px);
  height: min(6.4vw, 60px);
  object-fit: contain;
}

.yen-mark {
  width: min(6.3vw, 59px);
  height: min(6.3vw, 59px);
  display: grid;
  place-items: center;
  border: min(.22vw, 2px) solid #c82431;
  border-radius: 50%;
  color: #c82431;
  font-size: min(2.6vw, 24px);
  font-weight: 900;
}

.recommend {
  width: min(90vw, 847px);
  margin: min(2.3vw, 22px) auto 0;
}

.recommend h2 {
  margin: 0 0 min(1.1vw, 10px);
  text-align: center;
  font-size: min(2.45vw, 23px);
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: .08em;
}

.recommend-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.6vw, 15px);
}

.recommend-grid article {
  position: relative;
  min-height: min(9.4vw, 88px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(1.2vw, 11px);
  padding: min(1.1vw, 10px);
  border: min(.22vw, 2px) solid #f1cd89;
  border-radius: min(4vw, 38px);
  background: #fffdf8;
  font-size: min(1.85vw, 17px);
  line-height: 1.25;
  font-weight: 900;
  text-align: left;
}

.recommend-grid article::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: max(-1.6vw, -15px);
  width: min(2.5vw, 24px);
  height: min(2.5vw, 24px);
  transform: translateX(-50%) rotate(45deg);
  border-right: min(.22vw, 2px) solid #f1cd89;
  border-bottom: min(.22vw, 2px) solid #f1cd89;
  background: #fffdf8;
}

.recommend-grid img {
  width: min(5.8vw, 55px);
  height: min(5.8vw, 55px);
  object-fit: contain;
}

.estimate-simulator {
  width: min(90vw, 847px);
  margin: min(6vw, 56px) auto 0;
}

.estimate-simulator h2 {
  margin: 0 0 min(.8vw, 8px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(1vw, 9px);
  color: #b51f29;
  font-size: min(3.6vw, 34px);
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: .04em;
}

.estimate-simulator h2 img {
  width: min(4.8vw, 45px);
  height: min(4.8vw, 45px);
  object-fit: contain;
  filter: drop-shadow(0 min(.18vw, 2px) min(.25vw, 3px) rgba(110, 42, 20, .25));
}

.estimate-lead {
  margin: 0 0 min(1.2vw, 11px);
  text-align: center;
  color: #4a342d;
  font-size: min(1.75vw, 16px);
  line-height: 1.45;
  font-weight: 800;
}

.estimate-panel {
  padding: min(2vw, 19px) min(2.2vw, 21px) min(1.8vw, 17px);
  border: min(.22vw, 2px) solid #efcf91;
  border-radius: min(2vw, 19px);
  background:
    radial-gradient(circle at 8% 0, rgba(255, 230, 150, .42), rgba(255, 255, 255, 0) 36%),
    linear-gradient(180deg, #fffefa, #fff7e5);
  box-shadow: 0 min(.35vw, 3px) min(1vw, 9px) rgba(125, 77, 24, .12);
}

.estimate-type {
  display: grid;
  grid-template-columns: min(14vw, 132px) 1fr;
  align-items: center;
  gap: min(1.2vw, 11px);
  margin-bottom: min(1.3vw, 12px);
}

.estimate-type label {
  color: #3a2924;
  font-size: min(2vw, 19px);
  font-weight: 900;
  white-space: nowrap;
}

.estimate-repeat-toggle {
  display: flex;
  align-items: center;
  margin-bottom: min(1.3vw, 12px);
}

.estimate-repeat-label {
  display: flex;
  align-items: center;
  gap: min(1.1vw, 10px);
  cursor: pointer;
  color: #3a2924;
  font-size: min(1.9vw, 18px);
  font-weight: 900;
  user-select: none;
}

.estimate-repeat-check {
  display: grid;
  place-items: center;
  width: min(3.2vw, 30px);
  height: min(3.2vw, 30px);
  border: min(.22vw, 2px) solid #dfbd7d;
  border-radius: min(.6vw, 6px);
  background: #fff;
  flex-shrink: 0;
  transition: background .2s, border-color .2s;
  position: relative;
}

#isRepeat:checked~* .estimate-repeat-check,
.estimate-repeat-check.is-checked {
  background: linear-gradient(#c92831, #a91620);
  border-color: #a91620;
}

.estimate-repeat-check::after {
  content: "";
  display: none;
  width: min(1.1vw, 10px);
  height: min(1.9vw, 18px);
  border-right: min(.3vw, 3px) solid #fff;
  border-bottom: min(.3vw, 3px) solid #fff;
  transform: rotate(45deg) translate(-10%, -15%);
}

.estimate-repeat-check.is-checked::after {
  display: block;
}

.estimate-repeat-check.is-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.estimate-type select {
  width: 100%;
  min-height: min(6vw, 56px);
  padding: 0 min(3.6vw, 34px) 0 min(1.5vw, 14px);
  border: min(.22vw, 2px) solid #dfbd7d;
  border-radius: min(1vw, 9px);
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, #b51f29 50%) right min(1.6vw, 15px) center / min(.8vw, 8px) min(.8vw, 8px) no-repeat,
    linear-gradient(135deg, #fff, #fff8e8);
  color: #3a2924;
  font-size: min(2vw, 19px);
  font-weight: 900;
  outline: none;
  box-shadow: inset 0 0 0 min(.12vw, 1px) #fff;
}

.estimate-control {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: min(2vw, 19px);
}

.estimate-control label {
  color: #3a2924;
  font-size: min(2.1vw, 20px);
  font-weight: 900;
}

.estimate-control output {
  color: #d82034;
  font-size: min(4.8vw, 45px);
  line-height: 1;
  font-weight: 900;
}

.estimate-range {
  width: 100%;
  margin: min(1.4vw, 13px) 0 min(1.6vw, 15px);
  appearance: none;
  height: min(1.3vw, 12px);
  border-radius: 999px;
  background: linear-gradient(90deg, #1f8fff 0%, #1f8fff 2.83%, #ead5a9 2.83%, #ead5a9 100%);
  outline: none;
}

.estimate-range::-webkit-slider-thumb {
  appearance: none;
  width: min(3.8vw, 36px);
  height: min(3.8vw, 36px);
  border: min(.28vw, 3px) solid #fff;
  border-radius: 50%;
  background: linear-gradient(#2cb1ff, #176de0);
  box-shadow: 0 min(.25vw, 2px) min(.7vw, 7px) rgba(29, 84, 170, .35);
  cursor: pointer;
}

.estimate-range::-moz-range-thumb {
  width: min(3.8vw, 36px);
  height: min(3.8vw, 36px);
  border: min(.28vw, 3px) solid #fff;
  border-radius: 50%;
  background: linear-gradient(#2cb1ff, #176de0);
  box-shadow: 0 min(.25vw, 2px) min(.7vw, 7px) rgba(29, 84, 170, .35);
  cursor: pointer;
}

.estimate-bounds {
  display: flex;
  justify-content: space-between;
  padding: 0 min(4.8vw, 45px);
  color: #7b675c;
  font-size: min(1.45vw, 14px);
  font-weight: 800;
}

.estimate-results {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(1.5vw, 14px);
  margin-top: min(1.5vw, 14px);
}

.estimate-results article {
  min-height: min(12vw, 113px);
  display: grid;
  place-items: center;
  align-content: center;
  gap: min(.7vw, 7px);
  padding: min(1.2vw, 11px);
  border: min(.18vw, 1.7px) solid #efcf91;
  border-radius: min(1.3vw, 12px);
  background: rgba(255, 255, 255, .96);
  box-shadow: inset 0 0 0 min(.12vw, 1px) #fff6df;
}

.estimate-results span {
  color: #9f1721;
  font-size: min(1.8vw, 17px);
  font-weight: 900;
}

.estimate-results b {
  font: inherit;
}

.estimate-results strong {
  color: #d82034;
  font-size: min(4.8vw, 45px);
  line-height: 1;
  font-weight: 900;
}

.estimate-note {
  margin: min(1.1vw, 10px) 0 0;
  color: #6e5b50;
  font-size: min(1.4vw, 13px);
  line-height: 1.55;
  font-weight: 800;
}

.cta-area {
  width: min(69vw, 650px);
  margin: min(2.9vw, 27px) auto 0;
  display: grid;
  gap: min(1.2vw, 11px);
}

.cta-line,
.cta-rate {
  min-height: min(8.7vw, 82px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(2vw, 19px);
  border-radius: min(5vw, 47px);
  font-weight: 900;
}

.cta-line {
  color: #fff;
  background: linear-gradient(180deg, #23cf61, #10aa44);
  box-shadow: inset 0 min(.22vw, 2px) 0 rgba(255, 255, 255, .35), 0 min(.4vw, 4px) 0 #087d2d, 0 min(.6vw, 6px) min(1vw, 9px) rgba(0, 91, 36, .22);
}

.line-badge {
  width: min(6.1vw, 57px);
  height: min(6.1vw, 57px);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #13b94f;
  font-size: min(1.55vw, 15px);
  font-weight: 900;
}

.cta-line strong {
  font-size: min(3.4vw, 32px);
  letter-spacing: .08em;
}

.cta-rate {
  position: relative;
  overflow: hidden;
  border: min(.28vw, 2.6px) solid #c72431;
  background: #fff;
  color: #b91d29;
  box-shadow: 0 min(.4vw, 4px) min(.9vw, 8px) rgba(114, 50, 31, .14);
}

.cta-rate-icon {
  width: min(6vw, 56px);
  height: min(6vw, 56px);
  flex-shrink: 0;
}

.cta-rate strong {
  font-size: min(2.55vw, 24px);
  letter-spacing: .18em;
}

.arrow {
  margin-left: min(2vw, 19px);
  font-family: Arial, sans-serif;
  font-size: min(5vw, 47px);
  line-height: 1;
  font-weight: 300;
}

.trust-row {
  width: min(78vw, 734px);
  margin: min(2vw, 19px) auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: #3c3029;
}

.trust-row div {
  gap: min(1.4vw, 13px);
  font-size: min(1.7vw, 16px);
  line-height: 1.35;
}

.trust-row img {
  width: min(5.4vw, 51px);
  height: min(5.4vw, 51px);
  object-fit: contain;
}

@media (max-width: 560px) {
  .lp-shell {
    width: 100vw;
  }

  .block-hero {
    min-height: 178vw;
  }
}

.block-reasons {
  padding: min(2vw, 19px) 0 min(4vw, 38px);
  background:
    linear-gradient(to bottom, rgba(255, 255, 255, 0) 0 27%, rgba(255, 248, 232, .95) 42%, #fff8ea 100%),
    url("assets/clean/bg-simple-page.png") top center / 100% auto no-repeat;
}

.reasons-hero {
  position: relative;
  height: min(48vw, 452px);
  overflow: visible;
}

.reasons-ribbon {
  position: absolute;
  z-index: 3;
  left: min(1vw, 9px);
  top: min(4vw, 38px);
  width: min(61vw, 574px);
  transform: rotate(-6deg);
  transform-origin: left center;
  filter: drop-shadow(0 min(.35vw, 3px) min(.4vw, 4px) rgba(90, 18, 18, .25));
}

.reasons-apple {
  position: absolute;
  z-index: 2;
  left: min(20vw, 188px);
  top: min(16vw, 151px);
  width: min(22vw, 207px);
  transform: rotate(8deg);
}

.reasons-girl {
  position: absolute;
  z-index: 4;
  right: min(8vw, 75px);
  top: min(1vw, 9px);
  width: min(34vw, 320px);
  clip-path: inset(0 0 40% 0);
  filter: drop-shadow(0 min(.45vw, 4px) min(.6vw, 6px) rgba(76, 43, 31, .25));
}

.reason-card-grid {
  position: relative;
  z-index: 5;
  width: min(86vw, 809px);
  margin: max(-18vw, -169px) auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(1.6vw, 15px);
}

.reason-card {
  min-height: min(23vw, 216px);
  display: grid;
  place-items: center;
  align-content: center;
  gap: min(1vw, 9px);
  padding: min(2vw, 19px);
  border: min(.24vw, 2px) solid #efcf91;
  border-radius: min(1.6vw, 15px);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 min(.35vw, 3px) min(1vw, 9px) rgba(125, 77, 24, .12);
  text-align: center;
}

.reason-card h2 {
  margin: 0;
  color: #9f1721;
  font-size: min(2.7vw, 25px);
  line-height: 1.18;
  font-weight: 900;
  align-self: start;
}

.ticket-icons+p {
  margin-top: min(1.5vw, 14px);
}

.reason-card p {
  margin: 0;
  font-size: min(2vw, 19px);
  line-height: 1.42;
  font-weight: 800;
}

.ticket-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(1.8vw, 17px);
}

.ticket-icons img {
  width: min(9vw, 85px);
  height: min(9vw, 85px);
  object-fit: contain;
}

.reason-main-icon {
  width: min(8.4vw, 79px);
  height: min(8.4vw, 79px);
  object-fit: contain;
}

.comparison {
  width: min(86vw, 809px);
  margin: min(2vw, 19px) auto 0;
}

.comparison h2,
.solution h2 {
  margin: 0 0 min(1vw, 9px);
  color: #3a2924;
  font-size: min(2.4vw, 23px);
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
}

.apple-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(1vw, 9px);
}

.apple-heading img {
  width: min(4.4vw, 41px);
  height: min(4.4vw, 41px);
  object-fit: contain;
  filter: drop-shadow(0 min(.18vw, 2px) min(.25vw, 3px) rgba(110, 42, 20, .25));
}

.solution h2.apple-heading,
.voice-section h2.apple-heading {
  color: #b51f29;
  font-size: min(3.1vw, 29px);
  letter-spacing: .04em;
}

.comparison table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: min(.18vw, 2px) solid #efcf91;
  border-radius: min(1.2vw, 11px);
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 min(.25vw, 2px) min(.8vw, 8px) rgba(125, 77, 24, .10);
}

.comparison th,
.comparison td {
  padding: min(1vw, 9px) min(1.2vw, 11px);
  border-bottom: min(.14vw, 1.3px) solid #efd9af;
  font-size: min(1.8vw, 17px);
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
}

.comparison thead th:nth-child(2) {
  color: #fff;
  background: linear-gradient(#c92a31, #ad1d25);
  font-size: min(2vw, 19px);
}

.comparison tbody th {
  width: 27%;
  text-align: left;
  color: #3c3029;
}

.comparison tbody th img {
  display: inline-block;
  width: min(3.8vw, 36px);
  height: min(3.8vw, 36px);
  margin-right: min(.8vw, 8px);
  object-fit: contain;
  vertical-align: middle;
}

.comparison td:nth-child(2) {
  color: #c51f2b;
  font-weight: 900;
  text-align: left;
  padding-left: min(2vw, 18px);
}

.comparison td:nth-child(3) {
  font-weight: 400;
  color: #555;
}

.check-icon {
  display: inline-block;
  width: min(2.8vw, 22px);
  height: min(2.8vw, 22px);
  vertical-align: middle;
  margin-right: min(.6vw, 6px);
  flex-shrink: 0;
}

.comparison tr:last-child th,
.comparison tr:last-child td {
  border-bottom: 0;
}

.solution {
  width: min(86vw, 809px);
  margin: min(2.2vw, 21px) auto 0;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.6vw, 15px);
}

.solution-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.solution-grid article {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: min(1.4vw, 13px);
  overflow: hidden;
  background: rgba(255, 255, 255, .96);
  border: min(.22vw, 2px) solid #efcf91;
}

.solution-grid img {
  width: 100%;
  height: auto;
  display: block;
}

.solution-grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: min(1.4vw, 13px);
  overflow: hidden;
  background: rgba(255, 255, 255, .96);
  border: min(.22vw, 2px) solid #efcf91;
}

.solution-grid img {
  width: 100%;
  height: auto;
  display: block;
}

.solution-problem {
  margin: min(1.2vw, 11px) 0 min(.5vw, 5px);
  font-size: min(1.9vw, 18px);
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  color: var(--ink);
}

.solution-label {
  position: absolute;
  bottom: min(2.5vw, 24px);
  left: 50%;
  transform: translateX(-50%);
  width: 86%;
  color: #fff;
  font-size: min(1.9vw, 18px);
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
}


.block2-cta {
  margin-top: min(2.4vw, 23px);
}

.block2-trust {
  margin-top: min(2vw, 19px);
}

.block-steps {
  padding: min(3vw, 28px) 0 min(4vw, 38px);
  background:
    linear-gradient(to bottom, rgba(255, 255, 255, 0) 0 28%, rgba(255, 248, 232, .96) 42%, #fff8ea 100%),
    url("assets/background3.png") top center / 100% auto no-repeat;
}

.steps-hero {
  position: relative;
  height: min(36vw, 339px);
  overflow: visible;
}

.steps-ribbon {
  position: absolute;
  z-index: 6;
  left: min(6vw, 56px);
  top: max(-2vw, -19px);
  width: min(64vw, 602px);
  filter: drop-shadow(0 min(.35vw, 3px) min(.45vw, 4px) rgba(90, 18, 18, .25));
}

.steps-lead {
  position: absolute;
  z-index: 3;
  left: min(18vw, 169px);
  top: min(13vw, 122px);
  margin: 0;
  font-size: min(2vw, 19px);
  font-weight: 900;
  letter-spacing: .04em;
  text-align: center;
}

.steps-girl {
  position: absolute;
  z-index: 4;
  right: min(2vw, 19px);
  top: min(2vw, 19px);
  width: min(43vw, 405px);
  clip-path: none;
  filter: drop-shadow(0 min(.45vw, 4px) min(.65vw, 6px) rgba(76, 43, 31, .24));
}

.steps-list {
  position: relative;
  z-index: 5;
  width: min(64vw, 602px);
  margin: max(-16vw, -151px) 0 0 min(5.5vw, 52px);
  display: grid;
  gap: min(1.5vw, 14px);
}

.step-item {
  position: relative;
  min-height: min(16vw, 151px);
  display: flex;
  align-items: center;
  gap: min(2vw, 19px);
  padding: min(1.8vw, 17px) min(2vw, 19px);
  border: min(.22vw, 2px) solid #efcf91;
  border-radius: min(1.4vw, 13px);
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 min(.3vw, 3px) min(.9vw, 8px) rgba(125, 77, 24, .12);
}

.step-item+.step-item::before {
  content: "";
  position: absolute;
  top: max(-1.6vw, -15px);
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: min(1.3vw, 12px) solid transparent;
  border-right: min(1.3vw, 12px) solid transparent;
  border-top: min(1.7vw, 16px) solid #bd1f28;
}

.step-item img {
  width: min(22vw, 207px);
  height: min(10vw, 94px);
  object-fit: contain;
  object-position: left center;
}

.step-item h2 {
  margin: 0 0 min(.6vw, 6px);
  color: #b51f29;
  font-size: min(3.2vw, 30px);
  line-height: 1.2;
  font-weight: 900;
}

.step-item p {
  margin: 0;
  font-size: min(1.9vw, 18px);
  font-weight: 800;
}

.prepare-panel {
  width: min(92vw, 866px);
  margin: min(2vw, 19px) auto 0;
}

.prepare-title {
  position: absolute;
  top: 3.5%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  color: #fff;
  font-size: min(2.2vw, 21px);
  font-weight: 900;
  white-space: nowrap;
  text-align: center;
}

.prepare-layout {
  display: grid;
  grid-template-columns: 65% 35%;
  align-items: center;
  gap: min(1.5vw, 14px);
}

.beginner-safe h2,
.voice-section h2 {
  margin: 0 auto min(1.2vw, 11px);
  color: #b51f29;
  font-size: min(2.6vw, 24px);
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
}

.prepare-ready {
  position: relative;
}

.prepare-ready-bg {
  width: 100%;
  display: block;
}

.prepare-ready-list {
  position: absolute;
  top: 25%;
  left: 5%;
  right: 0;
  bottom: 2%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
}

.prepare-ready-list li {
  display: flex;
  align-items: center;
  font-size: min(2.4vw, 23px);
  font-weight: 700;
  line-height: 1.35;
  padding-left: min(13vw, 122px);
}

.prepare-ready-list li:nth-child(1) {
  margin-top: min(1vw, 9px);
}

.prepare-ready-list li:nth-child(2) {
  margin-top: min(7vw, 66px);
}

.prepare-ready-list li:nth-child(3) {
  margin-top: min(6.4vw, 60px);
}

.smooth-guide {
  position: relative;
  height: min(40vw, 376px);
}

.smooth-guide-girl {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(28vw, 263px);
}

.smooth-guide-balloon {
  position: absolute;
  left: max(-12vw, -113px);
  bottom: min(13vw, 122px);
  width: min(28vw, 263px);
  z-index: 10;
}

.beginner-safe,
.voice-section {
  width: min(86vw, 809px);
  margin: min(2.2vw, 21px) auto 0;
}

.safe-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.4vw, 13px);
  padding: min(1.5vw, 14px);
  border-radius: min(1.5vw, 14px);
  background: rgba(255, 238, 188, .55);
  border: min(.18vw, 1.7px) solid #efcf91;
}

.safe-grid article {
  min-height: min(14vw, 132px);
  padding: min(1.2vw, 11px);
  border: min(.18vw, 1.7px) solid #efcf91;
  border-radius: min(1vw, 9px);
  background: #fff;
  text-align: center;
}

.safe-grid img {
  width: min(5.4vw, 51px);
  height: min(5.4vw, 51px);
  margin: 0 auto min(.5vw, 5px);
  object-fit: contain;
}

.safe-grid h3 {
  margin: 0 0 min(.6vw, 6px);
  color: #b51f29;
  font-size: min(1.8vw, 17px);
  font-weight: 900;
}

.safe-grid p {
  margin: 0;
  font-size: min(1.35vw, 13px);
  line-height: 1.45;
  font-weight: 800;
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(1.6vw, 15px);
}

.voice-grid article {
  display: grid;
  grid-template-columns: min(11vw, 104px) 1fr;
  gap: min(1.2vw, 11px);
  align-items: center;
  padding: min(1.5vw, 14px);
  border: min(.22vw, 2px) solid #efcf91;
  border-radius: min(1.2vw, 11px);
  background: rgba(255, 255, 255, .96);
}

.voice-grid img {
  width: min(9vw, 85px);
  height: min(9vw, 85px);
  border-radius: 50%;
}

.voice-grid h3 {
  margin: 0 0 min(.5vw, 5px);
  color: #b51f29;
  font-size: min(1.7vw, 16px);
  font-weight: 900;
}

.voice-grid p {
  margin: 0;
  font-size: min(1.35vw, 13px);
  line-height: 1.55;
  font-weight: 800;
}

.voice-grid span {
  display: block;
  margin-top: min(.7vw, 7px);
  font-size: min(1.2vw, 11px);
  font-weight: 800;
}

.block3-cta {
  width: min(82vw, 772px);
  margin-top: min(2.3vw, 22px);
}

.step-bottom-strip {
  width: min(86vw, 809px);
  min-height: min(7.8vw, 73px);
  margin: min(1.5vw, 14px) auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  border: min(.18vw, 1.7px) solid #efcf91;
  border-radius: min(1vw, 9px);
  background: rgba(255, 255, 255, .96);
}

.step-bottom-strip div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(1vw, 9px);
  font-size: min(1.9vw, 18px);
  font-weight: 900;
}

.step-bottom-strip div+div {
  border-left: min(.16vw, 1.5px) solid #e7c98d;
}

.step-bottom-strip span {
  display: grid;
  place-items: center;
  width: min(4.2vw, 40px);
  height: min(4.2vw, 40px);
  border: min(.2vw, 2px) solid #c72431;
  border-radius: 50%;
  color: #c72431;
  font-weight: 900;
}

.block-faq {
  padding: min(3vw, 28px) 0 min(3.6vw, 34px);
  background: #fff8ea;
}

.faq-title-wrap {
  position: relative;
  width: min(86vw, 809px);
  height: min(11vw, 104px);
  margin: 0 auto;
  overflow: visible;
}

.faq-title-img {
  position: absolute;
  left: 50%;
  top: 0;
  width: min(62vw, 584px);
  transform: translateX(-50%);
  filter: drop-shadow(0 min(.35vw, 3px) min(.45vw, 4px) rgba(88, 36, 21, .18));
}

.faq-mascot {
  position: absolute;
  left: min(3vw, 28px);
  bottom: max(-4vw, -38px);
  width: min(14vw, 132px);
  z-index: 0;
}

.faq-list {
  position: relative;
  width: min(86vw, 809px);
  margin: min(1vw, 9px) auto 0;
  display: grid;
  gap: min(1.4vw, 13px);
  z-index: 1;
}

.faq-item {
  padding: min(1.4vw, 13px) min(1.8vw, 17px);
  border: min(.18vw, 1.7px) solid #efcf91;
  border-radius: min(1vw, 9px);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 min(.22vw, 2px) min(.75vw, 7px) rgba(125, 77, 24, .08);
}

.faq-question {
  display: grid;
  grid-template-columns: min(4.4vw, 41px) 1fr min(3vw, 28px);
  align-items: center;
  gap: min(1.2vw, 11px);
  padding-bottom: min(1vw, 9px);
  border-bottom: min(.14vw, 1.3px) dashed #ca5558;
  cursor: pointer;
  user-select: none;
}

.faq-question span {
  display: grid;
  place-items: center;
  width: min(4vw, 38px);
  height: min(4vw, 38px);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(#c92831, #a91620);
  font-size: min(2.1vw, 20px);
  font-weight: 900;
}

.faq-question h2 {
  margin: 0;
  color: #aa1821;
  font-size: min(2.4vw, 23px);
  line-height: 1.3;
  font-weight: 900;
}

.faq-answer {
  margin: min(1.2vw, 11px) 0 0 min(6vw, 56px);
  font-size: min(1.8vw, 17px);
  line-height: 1.7;
  font-weight: 800;
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, margin .35s ease;
  margin-top: 0;
}

.faq-item.is-open .faq-answer {
  max-height: min(60vw, 565px);
  margin-top: min(1.2vw, 11px);
}

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

.faq-question b {
  color: #b51f29;
  font-size: min(3.3vw, 31px);
  line-height: 1;
  font-weight: 400;
  transition: transform .3s ease;
  display: block;
  text-align: center;
}

.faq-trust,
.popular-rates {
  width: min(86vw, 809px);
  margin: min(2.4vw, 23px) auto 0;
}

.faq-trust h2,
.popular-rates h2 {
  margin: 0 0 min(1.4vw, 13px);
  color: #3a2924;
  font-size: min(2.4vw, 23px);
  text-align: center;
  font-weight: 900;
}

.faq-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(1.4vw, 13px);
}

.faq-trust-grid img {
  width: 100%;
  border-radius: min(1vw, 9px);
}

.popular-rate-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.4vw, 13px);
}

.popular-rate-grid img {
  width: 100%;
  border-radius: min(1vw, 9px);
}

.popular-rates p {
  margin: min(1vw, 9px) 0 0;
  font-size: min(1.25vw, 12px);
  line-height: 1.5;
  font-weight: 800;
  text-align: center;
}

.final-cta-panel {
  position: relative;
  width: min(86vw, 809px);
  margin: min(2.2vw, 21px) auto 0;
  border-radius: min(2vw, 19px);
  overflow: hidden;
  isolation: isolate;
}

.final-cta-bg {
  display: block;
  width: 100%;
  height: auto;
  border-radius: min(2vw, 19px);
}

.final-cta-copy {
  position: absolute;
  z-index: 2;
  width: 64%;
  bottom: min(4vw, 38px);
  left: min(5vw, 47px);
}

.final-line-btn,
.final-rate-btn {
  display: block;
  width: min(42vw, 395px);
}

.final-line-btn {}

.final-line-btn span,
.final-line-btn b {
  display: none;
}

.final-rate-btn {
  margin-top: min(1.2vw, 11px);
}

.final-rate-btn b {
  display: none;
}

.final-line-btn img,
.final-rate-btn img {
  width: 100%;
  display: block;
}

.lp-footer {
  width: min(86vw, 809px);
  margin: min(3vw, 28px) auto 0;
  padding-bottom: min(11vw, 104px);
  display: grid;
  grid-template-columns: min(18vw, 169px) 1fr;
  align-items: center;
  gap: min(3vw, 28px);
}

.lp-footer img {
  width: min(16vw, 151px);
}

.lp-footer nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: min(2.6vw, 24px);
}

.lp-footer a,
.footer-modal-trigger {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: min(1.7vw, 16px);
  font-weight: 900;
  cursor: pointer;
}

.footer-modal-trigger:hover,
.lp-footer a:hover {
  color: #b51f29;
}

.em-red {
  color: #c72431;
  font-size: 1.2em;
  font-weight: 900;
}

.rate-sub {
  clear: both;
  margin: min(1.1vw, 10px) 0 0;
  text-align: center;
  font-size: min(2.75vw, 26px);
  font-weight: 900;
}

.rate-sub strong {
  color: #d82034;
  font-size: min(7.9vw, 74px);
  line-height: .85;
}

.rate-sub span {
  color: #d82034;
  font-size: min(3.2vw, 30px);
}

.rate-sub2 {
  margin: min(.7vw, 7px) 0 0;
  text-align: center;
  font-size: min(1.9vw, 18px);
  font-weight: 800;
  color: #888;
}

.rate-sub2 strong.rate-small {
  color: #d82034;
  font-size: min(3.8vw, 36px);
}

.voice-scroll {
  display: flex;
  gap: min(2vw, 19px);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: min(.5vw, 5px) min(.5vw, 5px) min(1.5vw, 14px);
}

.voice-scroll-cue {
  width: fit-content;
  margin: 0 0 min(1vw, 9px) auto;
  display: flex;
  align-items: center;
  gap: min(.55vw, 5px);
  padding: min(.45vw, 4px) min(1vw, 9px);
  border: min(.16vw, 1.5px) solid #efcf91;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: #9f1721;
  font-size: min(1.35vw, 13px);
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 min(.18vw, 2px) min(.55vw, 5px) rgba(125, 77, 24, .10);
}

.voice-scroll-cue i {
  display: block;
  width: min(.55vw, 5px);
  height: min(.55vw, 5px);
  border-radius: 50%;
  background: #c72431;
}

.voice-scroll::-webkit-scrollbar {
  height: 5px;
}

.voice-scroll::-webkit-scrollbar-track {
  background: #f0d9ac;
  border-radius: 999px;
}

.voice-scroll::-webkit-scrollbar-thumb {
  background: #c72431;
  border-radius: 999px;
}

.voice-scroll article {
  flex: 0 0 min(38vw, 358px);
  aspect-ratio: 1 / 1;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: min(2vw, 19px);
  border: min(.22vw, 2px) solid #efcf91;
  border-radius: min(2vw, 19px);
  background: #fff;
  box-shadow: 0 min(.3vw, 3px) min(1.2vw, 11px) rgba(125, 77, 24, .10);
  position: relative;
  overflow: hidden;
}

.voice-scroll article::before {
  content: "\201C";
  position: absolute;
  top: min(1vw, 9px);
  left: min(1.5vw, 14px);
  font-size: min(8vw, 75px);
  line-height: 1;
  color: #f5c8c8;
  font-family: Georgia, serif;
  font-weight: 900;
}

.voice-scroll .voice-top {
  display: flex;
  align-items: center;
  gap: min(1.2vw, 11px);
  position: relative;
  z-index: 1;
}

.voice-scroll img {
  width: min(8vw, 75px);
  height: min(8vw, 75px);
  border-radius: 50%;
  border: min(.3vw, 3px) solid #efcf91;
  object-fit: contain;
  background: #fff6dc;
  flex-shrink: 0;
}

.voice-scroll h3 {
  margin: 0;
  color: #b51f29;
  font-size: min(1.9vw, 18px);
  font-weight: 900;
  line-height: 1.3;
}

.voice-scroll .voice-body {
  flex: 1;
  margin: min(1vw, 9px) 0;
  font-size: min(1.6vw, 15px);
  line-height: 1.6;
  font-weight: 700;
  color: #3a2924;
  position: relative;
  z-index: 1;
}

.voice-scroll .voice-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: min(.35vw, 3px);
}

.voice-scroll .voice-stars {
  width: 100%;
  color: #e9b84a;
  font-size: min(1.8vw, 17px);
  letter-spacing: .05em;
  text-align: right;
}

.voice-scroll .voice-name {
  width: 100%;
  font-size: min(1.4vw, 13px);
  font-weight: 800;
  color: #888;
  text-align: right;
}

.mini-rate-card--wide {
  grid-column: span 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(1.5vw, 14px);
  flex-direction: row;
}

.rate-note {
  margin: min(1.2vw, 11px) min(1vw, 9px) 0;
  font-size: min(1.85vw, 17px);
  font-weight: 800;
  color: #888;
  text-align: left;
}

.info-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: min(4vw, 38px);
}

.info-modal.is-open {
  display: flex;
}

.info-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(37, 31, 29, .56);
}

.info-modal__dialog {
  position: relative;
  width: min(86vw, 809px);
  max-height: min(82vh, 780px);
  overflow: auto;
  padding: min(3vw, 28px);
  border: min(.22vw, 2px) solid #efcf91;
  border-radius: min(1.6vw, 15px);
  background: #fffdf8;
  box-shadow: 0 min(.8vw, 8px) min(3vw, 28px) rgba(42, 24, 12, .28);
}

.info-modal__close {
  position: sticky;
  top: 0;
  z-index: 2;
  float: right;
  width: min(4.8vw, 45px);
  height: min(4.8vw, 45px);
  border: 0;
  border-radius: 50%;
  background: #b51f29;
  color: #fff;
  font-size: min(3vw, 28px);
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
}

.info-modal__panel h2 {
  margin: 0 0 min(1.4vw, 13px);
  color: #b51f29;
  font-size: min(3vw, 28px);
  line-height: 1.3;
  font-weight: 900;
}

.info-modal__panel h3 {
  margin: min(2vw, 19px) 0 min(.8vw, 8px);
  color: #3a2924;
  font-size: min(2vw, 19px);
  font-weight: 900;
}

.info-modal__panel h4 {
  margin: min(1.4vw, 13px) 0 min(.5vw, 5px);
  color: #5b4034;
  font-size: min(1.7vw, 16px);
  font-weight: 900;
}

.info-modal__panel p,
.info-modal__panel li,
.info-modal__panel td,
.info-modal__panel th {
  font-size: min(1.6vw, 15px);
  line-height: 1.75;
  font-weight: 700;
}

.info-modal__panel ul {
  margin: min(.8vw, 8px) 0 min(1.2vw, 11px);
  padding-left: min(2.2vw, 21px);
}

.info-modal__panel table {
  width: 100%;
  margin: min(1vw, 9px) 0 min(1.5vw, 14px);
  border-collapse: collapse;
  background: #fff;
}

.info-modal__panel th,
.info-modal__panel td {
  padding: min(.9vw, 8px) min(1vw, 9px);
  border: min(.12vw, 1px) solid #ecd4a7;
  vertical-align: top;
  text-align: left;
}

.info-modal__panel th {
  width: 30%;
  color: #5b4034;
  background: #fff5df;
  font-weight: 900;
}

@media (max-width: 560px) {
  body {
    padding-bottom: min(15vw, 86px);
  }

  .sticky-apply-bar--sp {
    width: 62vw;
    bottom: max(env(safe-area-inset-bottom), min(2vw, 12px));
  }

  .lp-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-bottom: min(22vw, 126px);
  }

  .lp-footer nav {
    justify-content: center;
    gap: min(2vw, 12px) min(3vw, 17px);
  }

  .footer-modal-trigger,
  .lp-footer a {
    font-size: min(2.6vw, 15px);
  }

  .info-modal {
    padding: min(4vw, 23px);
  }

  .info-modal__dialog {
    width: 92vw;
    max-height: 80vh;
    padding: min(4.5vw, 26px);
    border-radius: min(2.2vw, 13px);
  }

  .info-modal__close {
    width: min(8vw, 46px);
    height: min(8vw, 46px);
    font-size: min(5vw, 28px);
  }

  .info-modal__panel h2 {
    font-size: min(4.4vw, 25px);
  }

  .info-modal__panel h3 {
    font-size: min(3.3vw, 19px);
  }

  .info-modal__panel h4,
  .info-modal__panel p,
  .info-modal__panel li,
  .info-modal__panel td,
  .info-modal__panel th {
    font-size: min(2.75vw, 16px);
  }

  .info-modal__panel th,
  .info-modal__panel td {
    display: block;
    width: 100%;
  }

  .mini-rate-card {
    min-height: min(24vw, 134px);
    padding-top: min(2.2vw, 12px);
  }

  .mini-rate-card--merpay .rate-timing {
    margin-top: min(8.4vw, 47px);
  }

  .rate-sub2--ghost {
    display: none;
  }

  .mini-rate-card img {
    width: min(22vw, 92px);
    height: min(14vw, 64px);
    max-width: 86%;
    margin-bottom: min(.9vw, 6px);
  }

  .rate-sub,
  .mini-rate-card p {
    font-size: min(3.7vw, 21px);
  }

  .rate-sub strong,
  .mini-rate-card strong {
    font-size: min(8vw, 48px);
  }

  .rate-sub span,
  .mini-rate-card span {
    font-size: min(3.4vw, 20px);
  }

  .rate-sub2,
  .rate-note,
  .popular-rates p,
  .voice-scroll .voice-name {
    font-size: min(2.45vw, 14px);
    line-height: 1.5;
  }

  .rate-sub2 strong.rate-small {
    font-size: min(4.1vw, 24px);
  }

  .mini-rate-card .rate-sub2--other {
    min-height: min(9.5vw, 53px);
    font-size: min(3.25vw, 19px);
    line-height: 1.22;
  }

  .mini-rate-card .rate-timing {
    font-size: min(2.35vw, 14px);
    min-height: min(3.8vw, 21px);
  }

  .feature-strip div,
  .trust-row div,
  .recommend-grid article,
  .reason-card p,
  .comparison th,
  .comparison td,
  .solution-problem,
  .step-item p,
  .prepare-ready-list li,
  .safe-grid p,
  .step-bottom-strip div,
  .voice-grid p,
  .voice-grid span,
  .voice-scroll .voice-body,
  .faq-answer,
  .lp-footer a {
    font-size: min(2.45vw, 16px);
    line-height: 1.55;
  }

  .recommend h2,
  .reason-card h2,
  .comparison h2,
  .solution h2,
  .steps-lead,
  .prepare-title,
  .beginner-safe h2,
  .voice-section h2,
  .popular-rates h2 {
    font-size: min(3.1vw, 20px);
    line-height: 1.35;
  }

  .apple-heading {
    gap: min(1.3vw, 8px);
  }

  .solution h2.apple-heading,
  .voice-section h2.apple-heading {
    font-size: min(4.4vw, 26px);
  }

  .apple-heading img {
    width: min(6.4vw, 38px);
    height: min(6.4vw, 38px);
  }

  .safe-grid h3,
  .voice-grid h3 {
    font-size: min(2.7vw, 17px);
  }

  .estimate-simulator h2 {
    gap: min(1.4vw, 8px);
    font-size: min(3.8vw, 22px);
  }

  .estimate-simulator h2 img {
    width: min(7vw, 40px);
    height: min(7vw, 40px);
  }

  .estimate-lead,
  .estimate-note,
  .estimate-bounds {
    font-size: min(2.65vw, 15px);
  }

  .estimate-control label,
  .estimate-type label,
  .estimate-type select,
  .estimate-results span {
    font-size: min(3.1vw, 18px);
  }

  .estimate-control output,
  .estimate-results strong {
    font-size: min(7vw, 42px);
  }

  .estimate-panel {
    padding: min(3.2vw, 18px);
  }

  .estimate-type {
    grid-template-columns: 1fr;
    gap: min(1.5vw, 8px);
    margin-bottom: min(2vw, 12px);
  }

  .estimate-type select {
    min-height: min(8.5vw, 49px);
    padding-right: min(7vw, 40px);
    background:
      linear-gradient(45deg, transparent 50%, #b51f29 50%) right min(3vw, 17px) center / min(1.5vw, 9px) min(1.5vw, 9px) no-repeat,
      linear-gradient(135deg, #fff, #fff8e8);
  }

  .estimate-range {
    height: min(2.4vw, 14px);
    margin: min(2.4vw, 14px) 0 min(1.2vw, 7px);
  }

  .estimate-range::-webkit-slider-thumb {
    width: min(5.2vw, 49px);
    height: min(5.2vw, 49px);
    border-width: min(.35vw, 3px);
  }

  .estimate-range::-moz-range-thumb {
    width: min(5.2vw, 49px);
    height: min(5.2vw, 49px);
    border-width: min(.35vw, 3px);
  }

  .estimate-bounds {
    padding: 0 min(5.5vw, 32px);
  }

  .estimate-repeat-label {
    font-size: min(4.2vw, 24px);
    gap: min(2.5vw, 14px);
  }

  .estimate-repeat-check {
    width: min(6.5vw, 37px);
    height: min(6.5vw, 37px);
    border-radius: min(1.2vw, 7px);
  }

  .estimate-repeat-check::after {
    width: min(2.2vw, 13px);
    height: min(3.8vw, 22px);
    border-right-width: min(.6vw, 3px);
    border-bottom-width: min(.6vw, 3px);
  }

  .estimate-results article {
    min-height: min(18vw, 104px);
  }

  .voice-scroll {
    gap: min(3vw, 17px);
    padding: min(1vw, 6px) min(1vw, 6px) min(2vw, 12px);
  }

  .voice-scroll-cue {
    margin-bottom: min(1.5vw, 9px);
    padding: min(.9vw, 5px) min(2vw, 12px);
    gap: min(1vw, 6px);
    font-size: min(2.35vw, 13px);
  }

  .voice-scroll-cue i {
    width: min(1vw, 6px);
    height: min(1vw, 6px);
  }

  .voice-scroll article {
    flex: 0 0 min(82vw, 368px);
    aspect-ratio: 1 / 1;
    min-height: auto;
    justify-content: space-between;
    gap: min(1vw, 6px);
    padding: min(4vw, 22px) min(4.4vw, 24px);
  }

  .voice-scroll .voice-top {
    align-items: flex-start;
  }

  .voice-scroll img {
    width: min(15vw, 68px);
    height: min(15vw, 68px);
  }

  .voice-scroll .voice-body {
    flex: 1 1 auto;
    width: 92%;
    margin: min(.8vw, 5px) auto;
    font-size: min(3.45vw, 18px);
    line-height: 1.45;
  }

  .voice-scroll .voice-meta {
    margin-top: auto;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: min(.6vw, 4px);
  }

  .voice-scroll .voice-stars {
    font-size: min(2.95vw, 15.5px);
    text-align: left;
  }

  .voice-scroll .voice-name {
    font-size: min(2.8vw, 14.5px);
    text-align: left;
  }

  .faq-question h3 {
    font-size: min(3vw, 19px);
  }

  .voice-scroll h3 {
    font-size: min(3.4vw, 18px);
  }
}