:root {
  --green: #08b64f;
  --green-dark: #07833d;
  --lime: #bcf344;
  --mint: #eafbf1;
  --blue: #2f67bc;
  --navy: #16314f;
  --beige: #fff5e8;
  --orange: #ffd885;
  --text: #19242d;
  --muted: #687987;
  --line: rgba(22, 49, 79, .1);
  --shadow: 0 18px 48px rgba(29, 89, 67, .14);
  --ambient-drift-a: 0px;
  --ambient-drift-b: 0px;
  --ambient-drift-c: 0px;
  --ambient-rotate-a: 0deg;
  --ambient-rotate-b: 0deg;
  --ambient-a-x: 0px;
  --ambient-a-y: 0px;
  --ambient-a-r: 0deg;
  --ambient-a-s: 1;
  --ambient-b-x: 0px;
  --ambient-b-y: 0px;
  --ambient-b-r: 0deg;
  --ambient-c-x: 0px;
  --ambient-c-y: 0px;
  --ambient-d-x: 0px;
  --ambient-d-y: 0px;
  --ambient-e-x: 0px;
  --ambient-e-y: 0px;
  --ambient-dot-x: 0px;
  --ambient-dot-y: 0px;
  --ambient-ring-x: 0px;
  --ambient-ring-y: 0px;
  --worry-blob-a-x: 0px;
  --worry-blob-a-y: 0px;
  --worry-blob-a-r: 0deg;
  --worry-blob-b-x: 0px;
  --worry-blob-b-y: 0px;
  --worry-blob-b-r: 0deg;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(188, 243, 68, .18), transparent 28rem),
    radial-gradient(circle at 95% 18%, rgba(38, 204, 226, .13), transparent 18rem),
    #f6fbf7;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.lp-shell {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(16, 71, 51, .08), 0 30px 80px rgba(19, 62, 45, .14);
}

.ambient-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.ambient-bg::before,
.ambient-bg::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  opacity: .44;
  will-change: transform;
}

.ambient-bg::before {
  top: 118px;
  left: 45%;
  width: 118px;
  height: 118px;
  background-image: radial-gradient(circle, rgba(255, 207, 49, .72) 0 2px, transparent 2.8px);
  background-size: 16px 16px;
  transform: translate3d(var(--ambient-dot-x), calc(var(--ambient-drift-b) + var(--ambient-dot-y)), 0) rotate(var(--ambient-rotate-a));
}

.ambient-bg::after {
  top: 810px;
  right: 34px;
  width: 132px;
  height: 132px;
  border-radius: 48% 52% 45% 55% / 54% 42% 58% 46%;
  background:
    radial-gradient(circle at 38% 34%, rgba(255, 255, 255, .55) 0 18%, transparent 19%),
    linear-gradient(135deg, rgba(191, 237, 246, .32), rgba(214, 247, 196, .24));
  transform: translate3d(var(--ambient-ring-x), calc(var(--ambient-drift-a) + var(--ambient-ring-y)), 0) rotate(calc(10deg + var(--ambient-rotate-b)));
}

.ambient-shape {
  position: absolute;
  display: block;
  opacity: .48;
  filter: saturate(1.1);
  mix-blend-mode: multiply;
  will-change: transform;
}

.ambient-shape::after {
  content: "";
  position: absolute;
  inset: 10%;
  border: 2px solid rgba(255, 255, 255, .46);
  border-radius: inherit;
}

.ambient-shape-a {
  top: 230px;
  right: -86px;
  width: clamp(150px, 21vw, 260px);
  height: clamp(94px, 13vw, 162px);
  border-radius: 62% 38% 58% 42% / 46% 64% 36% 54%;
  background: linear-gradient(135deg, rgba(204, 243, 113, .46), rgba(213, 248, 229, .34));
  transform: translate3d(var(--ambient-a-x), calc(var(--ambient-drift-a) + var(--ambient-a-y)), 0) rotate(calc(-8deg + var(--ambient-rotate-a) + var(--ambient-a-r))) scale(var(--ambient-a-s));
}

.ambient-shape-b {
  top: 610px;
  left: -54px;
  width: clamp(112px, 14vw, 176px);
  height: clamp(220px, 26vw, 330px);
  border-radius: 70% 30% 62% 38% / 28% 56% 44% 72%;
  background: linear-gradient(180deg, rgba(185, 237, 249, .42), rgba(227, 250, 243, .24));
  transform: translate3d(var(--ambient-b-x), calc(var(--ambient-drift-b) + var(--ambient-b-y)), 0) rotate(calc(11deg + var(--ambient-rotate-b) + var(--ambient-b-r)));
}

.ambient-shape-c {
  top: 1540px;
  right: -38px;
  width: clamp(126px, 17vw, 218px);
  height: clamp(98px, 12vw, 156px);
  border-radius: 42% 58% 36% 64% / 62% 36% 64% 38%;
  background: linear-gradient(135deg, rgba(255, 226, 172, .42), rgba(255, 246, 229, .22));
  transform: translate3d(var(--ambient-c-x), calc(var(--ambient-drift-c) + var(--ambient-c-y)), 0) rotate(calc(17deg - var(--ambient-rotate-a)));
}

.ambient-shape-d {
  top: 2240px;
  left: -62px;
  width: clamp(160px, 22vw, 280px);
  height: clamp(92px, 12vw, 150px);
  border-radius: 74% 26% 68% 32% / 42% 68% 32% 58%;
  background: linear-gradient(135deg, rgba(226, 248, 197, .42), rgba(238, 250, 255, .22));
  transform: translate3d(var(--ambient-d-x), calc(var(--ambient-drift-c) + var(--ambient-d-y)), 0) rotate(calc(-13deg + var(--ambient-rotate-b) - var(--ambient-b-r)));
}

.ambient-shape-e {
  top: 3010px;
  right: -54px;
  width: clamp(132px, 18vw, 226px);
  height: clamp(180px, 23vw, 290px);
  border-radius: 40% 60% 54% 46% / 64% 34% 66% 36%;
  background: linear-gradient(180deg, rgba(190, 244, 222, .36), rgba(255, 247, 226, .24));
  transform: translate3d(var(--ambient-e-x), calc(var(--ambient-drift-b) + var(--ambient-e-y)), 0) rotate(calc(8deg - var(--ambient-rotate-a)));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px clamp(34px, 5vw, 58px);
  background: rgba(255, 255, 255, .88);
  border-bottom: 1px solid rgba(10, 133, 64, .08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: none;
  color: #3446a6;
  font-size: clamp(27px, 2.9vw, 39px);
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: .03em;
  white-space: nowrap;
  font-feature-settings: "palt" 0;
  text-shadow: 0 1px 0 rgba(23, 35, 100, .04);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.phone {
  display: grid;
  justify-items: end;
  font-weight: 900;
  color: #442d1f;
}

.phone span {
  font-family: Outfit, sans-serif;
  font-size: clamp(18px, 4vw, 28px);
  letter-spacing: .01em;
}

.phone small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.line-mini {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 188px;
  min-height: 70px;
  padding: 10px 14px;
  border-radius: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.18;
  background: linear-gradient(135deg, #08d85d, #008a37);
  box-shadow: 0 10px 22px rgba(0, 142, 58, .24);
}

.button-arrow {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex: none;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .18);
}

.button-arrow svg,
.arrow svg {
  display: block;
  width: 64%;
  height: 64%;
  overflow: visible;
}

.button-arrow path,
.arrow path {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section {
  position: relative;
  z-index: 1;
  padding: 42px clamp(42px, 5.4vw, 70px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  align-items: center;
  gap: clamp(24px, 3.4vw, 44px);
  min-height: 560px;
  padding-top: 46px;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.hero-visual {
  display: grid;
  place-items: center;
  overflow: hidden;
}

.hero-visual::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-visual::before {
  z-index: -1;
  width: calc(100% - 28px);
  aspect-ratio: 1.35 / 1;
  border-radius: 54% 46% 58% 42% / 44% 58% 42% 56%;
  background: linear-gradient(135deg, rgba(214, 247, 196, .74), rgba(191, 237, 246, .34));
  transform: translate(14px, 14px) rotate(-4deg);
  filter: blur(.2px);
}

.kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: var(--green);
  font-weight: 900;
  font-size: clamp(15px, 3.5vw, 20px);
}

.kicker span {
  width: 12px;
  height: 12px;
  border-radius: 999px 999px 999px 2px;
  background: var(--green);
  rotate: -45deg;
}

h1 {
  margin: 0 0 22px;
  font-size: clamp(36px, 3.1vw, 37.2px);
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 900;
  overflow-wrap: normal;
}

h1 span {
  display: block;
  white-space: nowrap;
}

@media (min-width: 681px) {
  h1 span {
    display: inline;
  }

  h1 span:nth-child(2)::after {
    content: "";
    display: block;
  }

  h1 span:nth-child(3) {
    display: inline-block;
  }
}

h1 mark {
  position: relative;
  z-index: 0;
  display: inline-block;
  color: inherit;
  background: transparent;
  padding-inline: .01em;
}

h1 mark::after {
  content: "";
  position: absolute;
  left: -.02em;
  right: -.02em;
  bottom: .08em;
  z-index: -1;
  height: .2em;
  border-radius: 999px;
  background: #ffd94a;
  transform: rotate(-1.2deg);
  transform-origin: left center;
}

.lead {
  margin: 0 0 24px;
  color: #405060;
  font-weight: 700;
  line-height: 2;
  font-size: clamp(15px, 1.35vw, 18px);
  overflow-wrap: anywhere;
}

.line-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: auto;
  min-height: 68px;
  padding: 0 30px;
  border-radius: 18px;
  color: #fff;
  font-weight: 900;
  font-size: clamp(18px, 1.9vw, 24px);
  background: linear-gradient(135deg, #08d85d, #008a37);
  box-shadow: 0 12px 22px rgba(0, 150, 62, .28);
}

.line-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 30px;
  color: var(--green);
  font-family: Outfit, sans-serif;
  font-size: 12px;
  border-radius: 999px;
  background: #fff;
}

.arrow {
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  flex: none;
}

.note {
  margin: 18px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.note span::before {
  content: "❤";
  margin-right: 8px;
  color: #8ac989;
}

.hero-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1.35 / 1;
  margin: 0 auto;
  object-fit: cover;
  object-position: 50% top;
  border-radius: 0;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='black' d='M61 0C82 1 98 17 99 39C101 62 87 86 64 96C41 106 14 97 5 77C-6 55 2 25 19 10C31 0 45-1 61 0Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='black' d='M61 0C82 1 98 17 99 39C101 62 87 86 64 96C41 106 14 97 5 77C-6 55 2 25 19 10C31 0 45-1 61 0Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center;
  filter: drop-shadow(0 20px 30px rgba(39, 85, 67, .13));
}

.strengths {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  padding-top: 10px;
}

.strengths article {
  min-width: 0;
  overflow: hidden;
  display: grid;
  place-items: center;
  min-height: 124px;
  padding: 14px;
  border: 1px solid rgba(14, 107, 57, .1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(37, 82, 70, .1);
  transform: rotate(var(--tilt, -2deg));
}

.strengths article:nth-child(2n) { --tilt: 1.5deg; }
.strengths article:nth-child(3n) { --tilt: -1deg; }
.feature-icon,
.feature-stars {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 10px;
  color: var(--green);
}

.feature-icon {
  position: relative;
  border: 2.5px solid currentColor;
}

.feature-svg-icon {
  border: 0;
}

.feature-svg-icon svg {
  width: 48px;
  height: 48px;
  overflow: visible;
}

.feature-svg-icon path,
.feature-svg-icon rect,
.feature-svg-icon circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-svg-icon svg > circle:first-child {
  fill: rgba(8, 182, 79, .08);
}

.feature-svg-icon svg path:first-of-type:not(:last-child) {
  fill: #fff;
}

.feature-label {
  color: #172934;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.feature-label strong {
  color: var(--blue);
  font-family: Outfit, sans-serif;
  font-size: 1.05em;
}

.icon-train {
  border: 0;
  color: var(--green);
}

.icon-train::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 4px;
  width: 22px;
  height: 22px;
  border: 4px solid currentColor;
  border-radius: 50% 50% 50% 4px;
  transform: rotate(-45deg);
  background: #fff;
}

.icon-train::after {
  content: "";
  position: absolute;
  left: 13px;
  bottom: 7px;
  width: 28px;
  height: 14px;
  border-bottom: 3px dashed currentColor;
  border-left: 3px dashed currentColor;
  border-radius: 0 0 0 14px;
}

.icon-train .feature-dot,
.icon-train::marker {
  display: none;
}

.icon-train {
  background:
    radial-gradient(circle at 23px 15px, currentColor 0 4px, transparent 4.5px),
    radial-gradient(circle at 37px 37px, currentColor 0 3.5px, transparent 4px);
}

.icon-clock {
  border-radius: 50%;
}

.icon-clock::before,
.icon-clock::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: 50% 0;
}

.icon-clock::before {
  height: 14px;
  transform: translate(-50%, -1px) rotate(0deg);
}

.icon-clock::after {
  height: 12px;
  transform: translate(-50%, -1px) rotate(112deg);
}

.time-icon svg > circle:first-child {
  fill: rgba(8, 182, 79, .08);
}

.time-icon svg path {
  fill: none;
}

.icon-calendar,
.icon-weekend {
  border-radius: 9px;
}

.icon-calendar::before,
.icon-weekend::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 13px;
  height: 3px;
  background: currentColor;
  box-shadow: 0 11px 0 -1px currentColor, 9px 11px 0 -1px currentColor, 18px 11px 0 -1px currentColor;
}

.icon-calendar::after,
.icon-weekend::after {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  top: -7px;
  height: 13px;
  border-left: 4px solid currentColor;
  border-right: 4px solid currentColor;
}

.icon-weekend {
  border-color: var(--green);
  background:
    radial-gradient(circle at 33px 12px, #ffc928 0 7px, transparent 7.5px),
    #fff;
}

.icon-weekend::before {
  top: 17px;
  box-shadow: 0 10px 0 -1px currentColor, 9px 10px 0 -1px currentColor, 18px 10px 0 -1px currentColor;
}

.icon-weekend::after {
  top: -5px;
}

.icon-line {
  width: 50px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  font-family: Outfit, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.icon-line::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -5px;
  border-top: 9px solid var(--green);
  border-right: 11px solid transparent;
}

.feature-stars {
  width: auto;
  max-width: 100%;
  height: 46px;
  margin-bottom: 10px;
  color: #ffc928;
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: .04em;
  text-shadow: 0 2px 0 rgba(163, 118, 0, .08);
}

.icon-parking {
  border: 0;
  border-radius: 13px;
  color: #fff;
  background: var(--green);
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  text-align: center;
}

.section-heading p {
  margin: 0 0 5px;
  color: var(--green);
  font-family: Outfit, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
}

.section-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(24px, 5.6vw, 36px);
  line-height: 1.35;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.section-heading span,
.section-heading h2 span {
  color: var(--green);
}

.section-heading small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 700;
}

.worries {
  position: relative;
  margin: 24px clamp(30px, 5vw, 54px);
  padding: 42px clamp(30px, 4.5vw, 58px);
  overflow: hidden;
  border-radius: 52px;
  background: linear-gradient(135deg, #f2fbff, #f4fff1 58%, #fff);
}

.worries::before,
.worries::after {
  content: "";
  position: absolute;
  pointer-events: none;
  will-change: transform, border-radius;
}

.worries::before {
  top: 24px;
  right: clamp(18px, 5vw, 62px);
  width: clamp(76px, 11vw, 128px);
  height: clamp(76px, 11vw, 128px);
  border-radius: 58% 42% 64% 36% / 44% 60% 40% 56%;
  background: rgba(184, 235, 248, .36);
  transform: translate3d(var(--worry-blob-a-x), var(--worry-blob-a-y), 0) rotate(var(--worry-blob-a-r));
}

.worries::after {
  right: clamp(72px, 13vw, 150px);
  bottom: 24px;
  width: clamp(34px, 5vw, 58px);
  height: clamp(34px, 5vw, 58px);
  border-radius: 44% 56% 38% 62% / 62% 42% 58% 38%;
  background: rgba(203, 242, 132, .28);
  transform: translate3d(var(--worry-blob-b-x), var(--worry-blob-b-y), 0) rotate(var(--worry-blob-b-r));
}

.worry-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
  align-items: center;
  gap: 24px;
}

.check-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 12px;
  color: #405060;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(65, 112, 96, .08);
}

.check-list li span {
  display: inline-block;
}

.check-list-long {
  align-items: flex-start;
}

.check-list-long::before {
  margin-top: 1px;
}

.check-list-text {
  display: block;
  min-width: 0;
  line-height: 1.55;
}

.check-list-text span {
  display: block;
}

.check-list li::before {
  content: "✓";
  flex: none;
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  margin-right: 8px;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
}

.worry-consult {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 24px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 96% 12%, rgba(179, 241, 144, .38), transparent 34%),
    linear-gradient(135deg, rgba(255, 254, 249, .96), rgba(243, 255, 232, .94));
  border: 1px solid rgba(46, 176, 80, .16);
  box-shadow: 0 16px 34px rgba(45, 110, 78, .12);
}

.worry-consult p {
  display: grid;
  gap: 4px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}

.worry-consult strong,
.worry-consult span {
  display: block;
}

.worry-line-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 58px;
  padding: 0 22px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #08d85d, #008a37);
  box-shadow: 0 14px 28px rgba(0, 119, 51, .26);
  font-size: clamp(16px, 1.7vw, 20px);
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.worry-line-button .arrow {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  color: var(--green);
  background: rgba(255, 255, 255, .92);
  font-size: 20px;
  line-height: 1;
}

.reviews {
  position: relative;
  margin: 28px clamp(30px, 5vw, 54px) 0;
  overflow: hidden;
  border-radius: 44px;
  background:
    radial-gradient(circle at 8% 12%, rgba(187, 236, 247, .42), transparent 24%),
    radial-gradient(circle at 96% 0%, rgba(204, 242, 139, .34), transparent 28%),
    linear-gradient(135deg, #fff, #f7fffb 54%, #fff9f0);
  border: 1px solid rgba(35, 166, 91, .12);
}

.reviews::before,
.reviews::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 54% 46% 62% 38% / 42% 58% 40% 60%;
  opacity: .72;
  animation: reviewFloat 8s ease-in-out infinite alternate;
}

.reviews::before {
  top: 30px;
  right: clamp(28px, 8vw, 90px);
  width: clamp(54px, 7vw, 86px);
  height: clamp(40px, 5vw, 64px);
  background: rgba(184, 235, 248, .38);
}

.reviews::after {
  left: clamp(22px, 6vw, 82px);
  bottom: 32px;
  width: clamp(42px, 6vw, 72px);
  height: clamp(34px, 5vw, 56px);
  background: rgba(202, 241, 132, .28);
  animation-delay: -2.5s;
}

@keyframes reviewFloat {
  from {
    transform: translate3d(-4px, 6px, 0) rotate(-4deg);
  }
  to {
    transform: translate3d(8px, -6px, 0) rotate(7deg);
  }
}

.reviews-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}

.reviews-intro .section-heading {
  text-align: left;
  margin-bottom: 0;
}

.rating-badge {
  display: grid;
  justify-items: center;
  min-width: 150px;
  padding: 18px 20px;
  border-radius: 24px;
  color: var(--navy);
  background: #fff;
  border: 1px solid rgba(35, 166, 91, .13);
  box-shadow: 0 16px 36px rgba(51, 96, 77, .12);
}

.rating-badge span {
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 900;
}

.rating-badge b {
  color: #263a93;
  font-family: Outfit, sans-serif;
  font-size: 42px;
  line-height: 1;
}

.rating-badge i {
  color: #f5b82e;
  font-style: normal;
  font-size: 15px;
  letter-spacing: .08em;
}

.review-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.review-card {
  display: flex;
  min-width: 0;
  min-height: 238px;
  flex-direction: column;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(35, 166, 91, .11);
  box-shadow: 0 16px 34px rgba(46, 96, 77, .1);
}

.review-tag {
  align-self: flex-start;
  margin: 0 0 12px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--green-dark);
  background: rgba(224, 248, 220, .9);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.review-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.45;
  font-weight: 900;
  line-break: strict;
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: balance;
}

.review-card p:not(.review-tag) {
  margin: 0;
  color: #41505c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
}

.review-card small {
  display: block;
  margin-top: auto;
  padding-top: 16px;
  color: #f5b82e;
  font-size: 14px;
  letter-spacing: .08em;
  font-weight: 800;
  line-height: 1;
}

.review-source {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--green-dark);
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(35, 166, 91, .14);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(47, 94, 75, .08);
}

.voice-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.voice-strip article {
  position: relative;
  overflow: hidden;
  padding: 8px;
  border-radius: 26px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(35, 166, 91, .22), rgba(184, 235, 248, .35), rgba(255, 229, 172, .38)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 16px 34px rgba(46, 96, 77, .12);
}

.voice-strip article::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 20px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7);
  pointer-events: none;
}

.voice-strip img {
  display: block;
  width: 100%;
  height: clamp(168px, 16vw, 220px);
  border-radius: 18px;
  object-fit: cover;
  object-position: center center;
  background: #fff;
}

.voice-strip article:nth-child(1) img {
  object-position: center 44%;
}

.voice-strip article:nth-child(2) img {
  object-position: center 45%;
}

.voice-strip article:nth-child(3) img {
  object-position: center 48%;
}

.review-note {
  position: relative;
  z-index: 1;
  margin: 16px 0 0;
  color: #7d8c88;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.reasons {
  margin-top: 28px;
  border-top: 1px solid rgba(32, 163, 89, .12);
}

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

.reason-cards article {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(12, 117, 60, .09);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}

.reason-cards img {
  width: 100%;
  aspect-ratio: 1 / .9;
  object-fit: cover;
  object-position: center 30%;
  background: var(--mint);
}

.reason-cards img.posture-analysis-img {
  object-fit: contain;
  padding: 8px;
  background: linear-gradient(135deg, #f7fffb, #eff9f3);
}

.reason-cards img.img-focus-top {
  object-position: center 12%;
}

.reason-cards img.img-focus-right {
  object-position: 72% 28%;
}

.reason-cards img.img-focus-center {
  object-position: center center;
}

.reason-cards b {
  display: block;
  min-height: 70px;
  padding: 10px 8px 14px;
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

.flow {
  background:
    linear-gradient(90deg, transparent 0 16%, rgba(20, 172, 80, .38) 16% 84%, transparent 84%) center 62px / 100% 2px no-repeat,
    #fff;
}

.flow-steps,
.line-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.flow-steps article,
.line-steps article {
  position: relative;
  min-height: 132px;
  padding: 12px;
  border: 1px solid rgba(18, 128, 68, .1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(35, 81, 68, .09);
  overflow: hidden;
}

.flow-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 12px;
  border-radius: 12px;
  object-fit: cover;
  object-position: center 32%;
  background: linear-gradient(135deg, #ecfbf2, #fff5e8);
}

.flow-photo-contain {
  object-fit: contain;
  object-position: center center;
  padding: 10px;
  background: linear-gradient(135deg, #f6fff8, #fffdf8);
}

.img-focus-top {
  object-position: center 12%;
}

.img-focus-right {
  object-position: 72% 28%;
}

.img-focus-center {
  object-position: center center;
}

.flow-photo-text {
  display: grid;
  place-items: center;
  color: var(--green-dark);
  font-weight: 900;
  font-size: 22px;
  letter-spacing: .08em;
}

.flow-steps span,
.line-steps span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-family: Outfit, sans-serif;
  font-weight: 800;
}

.flow-steps h3,
.line-steps h3 {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.35;
}

.flow-steps p,
.line-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.caption {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.price {
  background:
    radial-gradient(circle at 8% 42%, rgba(188, 243, 68, .24), transparent 150px),
    radial-gradient(circle at 96% 76%, rgba(255, 216, 133, .42), transparent 150px),
    #fff;
}

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

.price-grid article {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(13, 109, 64, .1);
  box-shadow: var(--shadow);
}

.price-grid article:nth-child(1) {
  background: linear-gradient(135deg, rgba(222, 250, 211, .88), rgba(255,255,255,.9));
}

.price-grid article:nth-child(2) {
  background: linear-gradient(135deg, rgba(238, 247, 255, .92), rgba(255, 244, 229, .9));
}

.price-grid h3 {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 20px;
}

.price-grid h3 small {
  color: var(--muted);
  font-size: 12px;
}

.price-grid dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 14px;
  margin: 0;
  align-items: baseline;
}

.price-grid dt {
  font-weight: 800;
}

.price-grid dd {
  margin: 0;
  font-size: 21px;
  font-weight: 900;
  text-align: right;
}

.price-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.line-flow {
  background: linear-gradient(180deg, #fff, #f7fff9);
}

.line-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.line-card {
  display: grid;
  grid-template-columns: 104px 1fr;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 22px;
  background: var(--beige);
  border: 1px solid rgba(255, 188, 78, .25);
  font-weight: 900;
}

.line-visual {
  position: relative;
  display: block;
  width: 104px;
  height: 82px;
}

.line-phone {
  position: absolute;
  left: 8px;
  top: 0;
  width: 50px;
  height: 76px;
  border: 4px solid #263744;
  border-radius: 13px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(145deg, #effbf3, #dff5ec) border-box;
  box-shadow: 0 8px 18px rgba(24, 90, 68, .12);
}

.line-phone::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 7px;
  width: 16px;
  height: 3px;
  border-radius: 999px;
  background: #263744;
  transform: translateX(-50%);
}

.line-phone::after {
  content: "LINE";
  position: absolute;
  left: 50%;
  top: 28px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 24px;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  font-family: Outfit, sans-serif;
  font-size: 9px;
  font-weight: 800;
  transform: translateX(-50%);
}

.line-bubble {
  position: absolute;
  right: 0;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(24, 90, 68, .12);
}

.line-bubble::after {
  content: "";
  position: absolute;
  left: 14px;
  bottom: -7px;
  border-top: 9px solid #fff;
  border-right: 10px solid transparent;
}

.line-bubble-a {
  top: 12px;
  width: 48px;
  height: 22px;
}

.line-bubble-b {
  top: 44px;
  right: 10px;
  width: 38px;
  height: 18px;
  background: #c9f7dc;
}

.line-bubble-b::after {
  border-top-color: #c9f7dc;
}

.line-card-copy {
  color: var(--navy);
  line-height: 1.55;
}

.access-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.clinic-photo,
.map-card,
.access-text {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(13, 109, 64, .1);
  box-shadow: var(--shadow);
}

.clinic-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.map-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 185px;
  border: 0;
}

.access-text {
  padding: 22px;
}

.access-text h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 25px;
  line-height: 1.4;
}

.access-text h3 span {
  color: var(--green);
}

.access-text p {
  margin: 0 0 12px;
  color: #405060;
  font-weight: 700;
  line-height: 1.7;
}

.access-text a {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--green);
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.hours-box {
  margin-top: 6px;
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f3fff7, #fff);
  border: 1px solid rgba(13, 109, 64, .11);
}

.hours-box h4 {
  margin: 0 0 10px;
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 900;
}

.hours-box dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 14px;
  margin: 0;
  align-items: start;
}

.hours-box dt {
  color: var(--navy);
  font-weight: 900;
}

.hours-box dd {
  margin: 0;
  color: #314251;
  font-weight: 800;
  line-height: 1.45;
}

.hours-box small {
  color: var(--muted);
  font-size: 12px;
}

.map-card {
  grid-column: auto;
  min-height: 240px;
}

.bottom-cta {
  position: relative;
  margin: 0 clamp(30px, 5vw, 54px) 112px;
  padding: 34px 22px;
  overflow: hidden;
  border-radius: 34px;
  text-align: center;
  background: linear-gradient(135deg, #fbfff6, #fff5e8);
  border: 1px solid rgba(13, 109, 64, .1);
}

.bottom-cta h2 {
  margin: 0 0 8px;
  font-size: clamp(24px, 6vw, 36px);
}

.bottom-cta p {
  margin: 0 0 20px;
  color: var(--muted);
  font-weight: 800;
}

.cta-ornament {
  position: absolute;
  width: min(170px, 28vw);
  right: 0;
  top: 0;
  opacity: .4;
}

.sticky-line {
  position: fixed;
  left: 50%;
  bottom: 12px;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  width: min(calc(100% - 56px), 900px);
  min-height: 52px;
  padding: 8px 14px 8px 18px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #08d85d, #008a37);
  box-shadow: 0 16px 36px rgba(0, 119, 51, .33);
  transform: translateX(-50%);
}

.sticky-line strong {
  font-size: clamp(16px, 2vw, 21px);
  font-weight: 900;
  text-align: center;
}

.sticky-line em {
  display: grid;
  place-items: center;
  width: 88px;
  min-height: 44px;
  border-radius: 999px;
  color: #346512;
  background: var(--lime);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.18;
  text-align: center;
}

.reveal,
.scroll-animate {
  opacity: 1;
  transform: translateY(0);
}

.js-enabled .scroll-animate {
  opacity: 0;
  transform: translateY(28px) scale(.985);
  transition:
    opacity .75s ease,
    transform .75s cubic-bezier(.2, .8, .2, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.js-enabled .scroll-animate.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.js-enabled .hero-visual.scroll-animate {
  transform: translateX(24px) scale(.98);
}

.js-enabled .hero-copy.scroll-animate {
  transform: translateX(-18px);
}

.js-enabled .hero-visual.scroll-animate.is-visible,
.js-enabled .hero-copy.scroll-animate.is-visible {
  transform: translateX(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .js-enabled .scroll-animate,
  .js-enabled .scroll-animate.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .ambient-bg::before,
  .ambient-bg::after,
  .ambient-shape,
  .reviews::before,
  .reviews::after {
    animation: none;
    transform: none;
    will-change: auto;
  }
}

@media (max-width: 980px) {
  .lp-shell {
    max-width: 820px;
  }

  .site-header {
    padding: 16px 28px;
  }

  .brand { font-size: 28px; }
  .line-mini {
    min-width: 160px;
    min-height: 60px;
    font-size: 16px;
  }

  .phone span {
    font-size: 22px;
  }

  .phone small {
    display: none;
  }

  .section {
    padding: 38px 32px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: auto;
  }

  h1 {
    font-size: clamp(34px, 5.4vw, 42px);
  }

  h1 span {
    display: block;
    white-space: normal;
  }

  @media (min-width: 681px) {
    h1 span {
      display: inline;
      white-space: nowrap;
    }

    h1 span:nth-child(2)::after {
      content: "";
      display: block;
    }

    h1 span:nth-child(3) {
      display: inline-block;
    }
  }

  .hero-visual img {
    width: min(84%, 480px);
  }

  .lead {
    font-size: 15px;
  }

  .line-cta {
    min-height: 62px;
    padding-inline: 22px;
    font-size: 21px;
  }

  .strengths {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .reviews-intro {
    grid-template-columns: 1fr;
  }

  .reviews-intro .section-heading {
    text-align: center;
  }

  .rating-badge {
    justify-self: center;
  }

  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .voice-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .reason-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .flow-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .line-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .map-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .lp-shell {
    width: 100%;
    max-width: none;
    box-shadow: none;
  }

  .site-header {
    padding: 12px 16px;
  }

  .brand {
    font-size: 22px;
  }

  .phone { display: none; }
  .line-mini { display: block; }
  .line-mini {
    display: inline-flex;
    min-width: 122px;
    min-height: 54px;
    gap: 7px;
    padding: 8px 10px;
    border-radius: 12px;
    font-size: 13px;
    white-space: nowrap;
  }

  .line-mini .line-icon {
    width: 34px;
    height: 25px;
    font-size: 10px;
  }

  .line-mini .button-arrow {
    width: 18px;
    height: 18px;
    font-size: 19px;
  }
  .header-actions { gap: 8px; }

  .section {
    padding: 30px 18px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 20px;
    padding-top: 28px;
  }

  h1 {
    font-size: clamp(32px, 9.2vw, 38px);
    line-break: strict;
    word-break: keep-all;
  }

  .section-heading h2 {
    font-size: clamp(24px, 7vw, 28px);
    line-break: strict;
    text-wrap: balance;
    word-break: keep-all;
  }

  .hero-copy { order: 1; }
  .hero-visual { order: 2; }

  .line-cta {
    width: 100%;
    min-height: 58px;
    font-size: 18px;
    white-space: nowrap;
  }

  .line-flow .section-heading h2 {
    font-size: clamp(18px, 5.35vw, 24px);
    line-height: 1.35;
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  h1 span {
    display: block;
    white-space: normal;
  }

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

  .strengths article {
    min-height: 96px;
    padding: 8px;
  }

  .feature-icon,
  .feature-stars {
    margin-bottom: 8px;
  }

  .feature-label,
  .reason-cards b,
  .flow-steps h3,
  .line-steps h3,
  .price-grid h3,
  .access-text h3,
  .bottom-cta h2 {
    line-break: strict;
    word-break: keep-all;
  }

  .worries {
    margin: 12px 12px 0;
    padding: 30px 16px;
    border-radius: 32px;
  }

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

  .check-list {
    grid-template-columns: 1fr;
  }

  .worry-consult {
    width: 100%;
    max-width: 340px;
    justify-self: center;
  }

  .reviews {
    margin: 18px 12px 0;
    padding: 30px 16px;
    border-radius: 32px;
  }

  .reviews-intro {
    gap: 16px;
    margin-bottom: 18px;
  }

  .reviews-intro .section-heading small {
    font-size: 12px;
    line-height: 1.8;
  }

  .rating-badge {
    min-width: 132px;
    padding: 14px 18px;
    border-radius: 20px;
  }

  .rating-badge b {
    font-size: 36px;
  }

  .review-grid,
  .voice-strip {
    grid-template-columns: 1fr;
  }

  .review-card {
    min-height: auto;
    padding: 18px;
  }

  .review-card h3 {
    font-size: 18px;
  }

  .voice-strip {
    gap: 12px;
  }

  .voice-strip img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .review-note {
    font-size: 11px;
    line-height: 1.7;
  }

  .reason-cards {
    grid-template-columns: 1fr;
  }

  .reason-cards article {
    display: grid;
    grid-template-columns: minmax(112px, 38%) 1fr;
    align-items: center;
  }

  .reason-cards img {
    height: 100%;
    min-height: 128px;
    aspect-ratio: auto;
  }

  .reason-cards img.posture-analysis-img {
    min-height: 128px;
  }

  .reason-cards b {
    min-height: auto;
    padding: 14px;
    font-size: 14px;
    text-align: left;
  }

  .reason-cards article:last-child {
    grid-column: auto;
  }

  .flow-steps,
  .line-steps,
  .price-grid,
  .access-grid {
    grid-template-columns: 1fr;
  }

  .flow {
    background: #fff;
  }

  .flow-steps article,
  .line-steps article {
    min-height: auto;
  }

  .flow-steps article {
    display: grid;
    grid-template-columns: minmax(118px, 39%) 1fr;
    column-gap: 14px;
    align-items: center;
  }

  .flow-photo {
    grid-row: 1 / 4;
    width: 100%;
    height: 100%;
    min-height: 132px;
    aspect-ratio: auto;
    margin-bottom: 0;
  }

  .flow-photo-text {
    min-height: 132px;
  }

  .flow-steps span {
    margin-bottom: 8px;
  }

  .price-grid dd {
    font-size: 18px;
  }

  .map-card {
    grid-column: auto;
  }

  .bottom-cta {
    margin: 0 12px 92px;
  }

  .sticky-line {
    bottom: 10px;
    min-height: 58px;
    width: calc(100% - 20px);
    grid-template-columns: auto 1fr;
  }

  .sticky-line strong {
    white-space: nowrap;
  }

  .sticky-line em {
    display: none;
  }
}

@media (max-width: 430px) {
  .reason-cards article,
  .flow-steps article {
    display: grid;
    grid-template-columns: 116px 1fr;
    column-gap: 12px;
  }

  .reason-cards img {
    width: 116px;
    height: 116px;
    min-height: 116px;
    aspect-ratio: auto;
  }

  .reason-cards b {
    align-self: center;
    padding: 12px 12px 12px 0;
    text-align: left;
  }

  .flow-photo {
    grid-row: 1 / 4;
    width: 116px;
    height: 116px;
    min-height: 116px;
    aspect-ratio: auto;
    margin-bottom: 0;
  }

  .flow-steps article {
    align-items: center;
  }

  .flow-steps h3,
  .flow-steps p {
    align-self: start;
  }
}

@media (max-width: 360px) {
  .site-header {
    padding-inline: 12px;
  }

  .brand {
    font-size: 20px;
  }
  .line-mini {
    min-width: 108px;
    min-height: 48px;
    font-size: 12px;
  }

  .section {
    padding-inline: 14px;
  }

  h1 {
    font-size: 30px;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  h1 span {
    max-width: 100%;
    white-space: nowrap;
    overflow-wrap: normal;
  }

  h1 mark {
    white-space: nowrap;
  }

  .line-cta {
    gap: 8px;
    min-height: 54px;
    padding-inline: 12px;
    font-size: 16px;
  }

  .line-cta .line-icon,
  .sticky-line .line-icon {
    width: 36px;
    height: 28px;
    font-size: 10px;
  }

  .line-cta .arrow {
    width: 22px;
    height: 22px;
  }

  .access-text h3,
  .bottom-cta h2 {
    font-size: 22px;
  }

  .price-grid dl {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 8px;
  }

  .price-grid dt {
    font-size: 14px;
    min-width: 0;
  }

  .price-grid dd {
    font-size: 16px;
    white-space: nowrap;
  }

  .bottom-cta h2 {
    font-size: 20px;
    word-break: normal;
    overflow-wrap: anywhere;
  }

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

  .sticky-line strong {
    font-size: 14px;
  }

  .sticky-line {
    bottom: 6px;
    min-height: 48px;
    width: calc(100% - 16px);
    gap: 8px;
    padding: 6px 10px;
    border-radius: 14px;
  }

  .sticky-line strong {
    font-size: 13px;
  }
}
