.page {
  --palmu-green: #00a98f;
  --palmu-mint: #20d5b4;
  --palmu-light: #dffbf4;
  --palmu-ink: #18292b;
  --palmu-muted: #5c7271;
  --palmu-pink: #f43b83;
  --palmu-yellow: #ffd64d;
  --line-green: #06c755;
  --line-green-dark: #04a746;
  --palmu-line: #d7ebe7;
  --palmu-surface: #ffffff;
  min-height: 100vh;
  background:
    linear-gradient(180deg, #f1fffb 0%, #ffffff 18rem, #f7fbfa 100%);
  color: var(--palmu-ink);
  font-family: var(--font-sans, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif);
  overflow: hidden;
}

.page,
.page *,
.page *::before,
.page *::after {
  box-sizing: border-box;
}

html.palmu-modal-open {
  overflow: hidden;
}

.exitModal[hidden] {
  display: none;
}

.hero {
  position: relative;
  padding: 0;
  background: #dffbf4;
}

.heroInner {
  position: relative;
  max-width: 1254px;
  margin: 0 auto;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  gap: 20px;
  padding: 0 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  padding: 6px 0;
}

.brand img {
  width: auto;
  height: 46px;
  filter: drop-shadow(0 8px 16px rgba(0, 128, 109, 0.16));
}

.primaryCta,
.offerCta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(0, 169, 143, 0.26);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.primaryCta:hover,
.offerCta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(0, 169, 143, 0.34);
}

.heroGrid {
  position: relative;
}

.primaryCta {
  min-width: 260px;
  padding: 0 32px;
  background: var(--line-green);
  font-size: 1.05rem;
  min-height: 58px;
}

.heroKvLink,
.heroKvImage {
  display: block;
}

.heroKvLink {
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.heroKvImage {
  width: 100%;
  height: auto;
}

.mobileOnly {
  display: none;
}

.headerProof {
  position: relative;
  max-width: 1080px;
  margin: 34px auto 0;
  padding: 42px 34px 38px;
  overflow: hidden;
  border: 1px solid rgba(6, 199, 85, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(233, 255, 248, 0.96)),
    #fff;
  box-shadow: 0 14px 34px rgba(0, 104, 94, 0.08);
  text-align: center;
}

.headerProof::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(0, 169, 143, 0.2);
  border-radius: 6px;
  pointer-events: none;
}

.headerProof::after {
  content: "35h";
  position: absolute;
  right: 28px;
  bottom: -24px;
  color: rgba(0, 169, 143, 0.08);
  font-size: 8.4rem;
  font-weight: 950;
  line-height: 1;
  pointer-events: none;
}

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

.headerProofLead {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 14px;
  padding: 0 18px;
  border-radius: 999px;
  background: #e6fff8;
  color: #078f80;
  font-size: 0.92rem;
  font-weight: 950;
}

.headerProof h1 {
  margin: 0;
  color: #102c2d;
  font-size: clamp(2.15rem, 5.2vw, 4.1rem);
  font-weight: 950;
  line-height: 1.16;
  letter-spacing: 0;
}

.headerProofText {
  max-width: 680px;
  margin: 18px auto 0;
  color: var(--palmu-muted);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.75;
}

.headerProofCta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(440px, 100%);
  min-height: 62px;
  margin-top: 26px;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--line-green);
  color: #fff;
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: 950;
  box-shadow: 0 8px 0 var(--line-green-dark), 0 16px 28px rgba(0, 82, 44, 0.16);
}

.palmuIntro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.55fr);
  gap: 28px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 56px 24px 34px;
}

.introAsset {
  position: absolute;
  right: -52px;
  bottom: -48px;
  z-index: 0;
  width: 180px;
  height: auto;
  opacity: 0.92;
  filter: drop-shadow(0 18px 24px rgba(0, 104, 94, 0.12));
  pointer-events: none;
}

.palmuIntroCopy,
.palmuIntroPanel {
  position: relative;
  z-index: 1;
  border: 1px solid var(--palmu-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 28px rgba(0, 104, 94, 0.07);
}

.palmuIntroCopy {
  padding: 34px;
}

.palmuIntroCopy h2 {
  margin: 0;
  color: var(--palmu-ink);
  font-size: 2.55rem;
  font-weight: 850;
  line-height: 1.34;
  letter-spacing: 0;
}

.palmuIntroCopy p:last-child {
  max-width: 44rem;
  margin-top: 18px;
  color: var(--palmu-muted);
  font-size: 1.08rem;
  font-weight: 750;
  line-height: 1.9;
}

.palmuIntroPanel {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 255, 250, 0.98)),
    #fff;
}

.palmuIntroPanel span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #e6fff8;
  color: var(--palmu-green);
  font-size: 0.78rem;
  font-weight: 950;
}

.palmuIntroPanel strong {
  color: #0e3334;
  font-size: 1.76rem;
  font-weight: 900;
  line-height: 1.38;
}

.palmuIntroPanel p {
  margin-top: 16px;
  color: var(--palmu-muted);
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.75;
}

.section {
  max-width: 1080px;
  margin: 0 auto;
  padding: 84px 24px;
}

.sectionHead {
  max-width: 760px;
  margin-bottom: 32px;
}

.sectionLabel {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--palmu-green);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sectionLabel::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 1px;
  background: currentColor;
  opacity: 0.45;
}

.sectionHead h2,
.offerCopy h2,
.finalCta h2 {
  margin: 0;
  color: var(--palmu-ink);
  font-size: 2.6rem;
  font-weight: 850;
  line-height: 1.28;
  letter-spacing: 0;
}

.worryGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.worryItem {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 86px;
  padding: 18px 22px;
  border: 1px solid var(--palmu-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0, 104, 94, 0.05);
}

.worryItem span {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: #ecfffa;
  color: var(--palmu-green);
  font-weight: 950;
}

.worryItem p {
  color: #21383a;
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.55;
}

.workloadSection {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.62fr);
  align-items: center;
  gap: 34px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 34px 24px 84px;
}

.workloadCopy h2 {
  margin: 0;
  color: var(--palmu-ink);
  font-size: 2.6rem;
  font-weight: 850;
  line-height: 1.28;
  letter-spacing: 0;
}

.workloadCopy p:last-child {
  max-width: 42rem;
  margin-top: 18px;
  color: var(--palmu-muted);
  font-size: 1.04rem;
  font-weight: 650;
  line-height: 1.9;
}

.workloadChart {
  position: relative;
  overflow: hidden;
  padding: 28px 24px 24px;
  border: 1px solid #ecd8b8;
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent 0 23%, rgba(110, 96, 82, 0.28) 23% 23.4%, transparent 23.4% 41.5%, rgba(110, 96, 82, 0.28) 41.5% 41.9%, transparent 41.9% 59.8%, rgba(110, 96, 82, 0.28) 59.8% 60.2%, transparent 60.2% 78.2%, rgba(110, 96, 82, 0.28) 78.2% 78.6%, transparent 78.6%),
    #fff1d9;
  box-shadow: 0 10px 26px rgba(183, 132, 54, 0.1);
}

.chartAsset {
  position: absolute;
  right: -48px;
  top: -36px;
  z-index: 0;
  width: 162px;
  height: auto;
  opacity: 0.16;
  pointer-events: none;
}

.chartIcon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 70px;
  height: 70px;
  margin: 0 auto 14px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #ff9300;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  box-shadow: 0 8px 18px rgba(255, 147, 0, 0.12);
}

.chartRows {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
}

.chartRow {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.appMark,
.appMarkPalmu {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 950;
}

.appMarkPalmu {
  background: #ff9300;
  box-shadow: 0 10px 22px rgba(255, 147, 0, 0.24);
}

.appMark {
  background: #a6a4a8;
}

.barTrack {
  min-width: 0;
}

.chartBar {
  display: flex;
  align-items: center;
  height: 45px;
  padding: 0 12px;
  border-radius: 8px;
  color: #fff;
  white-space: nowrap;
}

.chartBar span {
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1;
}

.barPalmu {
  width: 45%;
  background: linear-gradient(135deg, #ff9300, #ffad25);
}

.barA {
  width: 74%;
  background: #a6a4a8;
}

.barB,
.barC,
.barD {
  width: 100%;
  background: #a6a4a8;
}

.chartAxis {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 12px 0 0 74px;
  color: #1b1b1d;
  font-size: 1.18rem;
  font-weight: 800;
}

.chartAxis span {
  text-align: left;
}

.chartCaption {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: #101010;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.5;
  text-align: center;
}

.activitySection {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 84px 24px;
}

.activityLead {
  max-width: 760px;
  margin: -12px 0 30px;
}

.activityLead p,
.voiceLead p {
  color: var(--palmu-muted);
  font-size: 1.04rem;
  font-weight: 650;
  line-height: 1.9;
}

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

.activityCard {
  position: relative;
  min-height: 280px;
  padding: 26px 22px;
  overflow: hidden;
  border: 1px solid var(--palmu-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0, 104, 94, 0.05);
}

.activityCard::after {
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: rgba(6, 199, 85, 0.08);
}

.activityCard span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 18px;
  padding: 0 14px;
  border-radius: 999px;
  background: #e6fff8;
  color: #078f80;
  font-size: 0.92rem;
  font-weight: 950;
}

.activityCard h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #102c2d;
  font-size: 1.24rem;
  font-weight: 850;
  line-height: 1.42;
}

.activityCard strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 12px;
  color: var(--palmu-green);
  font-size: 0.98rem;
  font-weight: 950;
  line-height: 1.5;
}

.activityCard p {
  position: relative;
  z-index: 1;
  color: var(--palmu-muted);
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.85;
}

.reasonSection {
  position: relative;
  overflow: hidden;
  max-width: none;
  padding-right: max(24px, calc((100vw - 1080px) / 2 + 24px));
  padding-left: max(24px, calc((100vw - 1080px) / 2 + 24px));
  background: #f5fbfa;
}

.reasonSection > :not(.reasonAsset) {
  position: relative;
  z-index: 1;
}

.reasonAsset {
  position: absolute;
  right: max(18px, calc((100vw - 1080px) / 2 - 24px));
  bottom: -92px;
  z-index: 0;
  width: 260px;
  height: auto;
  opacity: 0.16;
  filter: drop-shadow(0 20px 28px rgba(0, 104, 94, 0.16));
  pointer-events: none;
}

.reasonGrid,
.supportGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.reasonCard,
.supportCard {
  position: relative;
  overflow: hidden;
  min-height: 236px;
  padding: 26px 22px;
  border: 1px solid var(--palmu-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 22px rgba(0, 104, 94, 0.05);
}

.reasonCard::after,
.supportCard::after,
.benefitCard::after,
.agencyCard::after {
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 108px;
  height: 108px;
  border-radius: 8px;
  background: rgba(0, 169, 143, 0.06);
  pointer-events: none;
}

.reasonCard h3,
.supportCard h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: #102c2d;
  font-size: 1.18rem;
  font-weight: 850;
  line-height: 1.45;
  letter-spacing: 0;
}

.reasonCard h3::before,
.supportCard h3::before {
  content: "";
  display: block;
  width: 34px;
  height: 4px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--palmu-green), var(--palmu-mint));
}

.reasonCard p,
.supportCard p {
  position: relative;
  z-index: 1;
  color: var(--palmu-muted);
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.85;
}

.agencySection {
  position: relative;
  overflow: hidden;
  max-width: 1080px;
  margin: 0 auto;
  padding: 84px 24px;
}

.voiceSection {
  position: relative;
  overflow: hidden;
  max-width: none;
  padding: 84px max(24px, calc((100vw - 1080px) / 2 + 24px));
  background: #f5fbfa;
}

.voiceSection > :not(.voiceAsset) {
  position: relative;
  z-index: 1;
}

.voiceAsset {
  position: absolute;
  right: max(20px, calc((100vw - 1080px) / 2 - 18px));
  top: 34px;
  z-index: 0;
  width: 170px;
  height: auto;
  opacity: 0.18;
  pointer-events: none;
}

.voiceLead {
  max-width: 780px;
  margin: -12px 0 30px;
}

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

.voiceCard {
  position: relative;
  min-height: 310px;
  padding: 28px 24px;
  overflow: hidden;
  border: 1px solid var(--palmu-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 22px rgba(0, 104, 94, 0.05);
}

.voiceCard::before {
  content: "“";
  position: absolute;
  right: 18px;
  top: -8px;
  color: rgba(0, 169, 143, 0.12);
  font-size: 7rem;
  font-weight: 950;
  line-height: 1;
}

.voiceProfile {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.voiceAvatar {
  position: relative;
  display: grid;
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  place-items: center;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 34%, #fff 0 22%, transparent 23%),
    radial-gradient(circle at 50% 84%, #bdf7ec 0 34%, transparent 35%),
    linear-gradient(135deg, #e7fff8, #9feee1);
  box-shadow: 0 10px 22px rgba(0, 104, 94, 0.12);
}

.voiceAvatar::before,
.voiceAvatar::after {
  content: "";
  position: absolute;
  top: 26px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #078f80;
}

.voiceAvatar::before {
  left: 22px;
}

.voiceAvatar::after {
  right: 22px;
}

.voiceAvatar span {
  position: absolute;
  right: 2px;
  bottom: 0;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--palmu-green);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1;
}

.voiceProfile span {
  display: inline-flex;
  color: var(--palmu-green);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.voiceProfile strong {
  display: block;
  margin-top: 3px;
  color: #102c2d;
  font-size: 1.02rem;
  font-weight: 950;
  line-height: 1.3;
}

.voiceProfile small {
  display: block;
  margin-top: 2px;
  color: var(--palmu-muted);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
}

.voiceCard h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: #102c2d;
  font-size: 1.22rem;
  font-weight: 850;
  line-height: 1.45;
}

.voiceCard p {
  position: relative;
  z-index: 1;
  color: var(--palmu-muted);
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.85;
}

.agencySection > :not(.agencyAsset) {
  position: relative;
  z-index: 1;
}

.agencyAsset {
  position: absolute;
  right: -44px;
  top: 34px;
  z-index: 0;
  width: 210px;
  height: auto;
  opacity: 0.18;
  pointer-events: none;
}

.agencyLead {
  max-width: 760px;
  margin: -12px 0 30px;
}

.agencyLead p {
  color: var(--palmu-muted);
  font-size: 1.04rem;
  font-weight: 650;
  line-height: 1.9;
}

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

.agencyCard {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 26px 22px;
  border: 1px solid var(--palmu-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 22px rgba(0, 104, 94, 0.05);
}

.pointBadge,
.agencyCard span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: #0db99d;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 950;
  line-height: 1;
  box-shadow: none;
}

.agencyCard .pointBadge {
  position: absolute;
  top: 18px;
  right: 20px;
  width: auto;
  height: auto;
  margin: 0;
  background: transparent;
  color: rgba(0, 169, 143, 0.2);
  font-size: 2.3rem;
  box-shadow: none;
}

.agencyCard .pointBadge small {
  display: none;
}

.pointBadge small {
  display: block;
  margin-bottom: 4px;
  font-size: 0.5rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.agencyCard h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: #102c2d;
  font-size: 1.22rem;
  padding-right: 58px;
  font-weight: 850;
  line-height: 1.42;
  letter-spacing: 0;
}

.agencyCard p {
  position: relative;
  z-index: 1;
  color: var(--palmu-muted);
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.85;
}

.mintSection {
  position: relative;
  overflow: hidden;
  max-width: none;
  padding-right: max(24px, calc((100vw - 1080px) / 2 + 24px));
  padding-left: max(24px, calc((100vw - 1080px) / 2 + 24px));
  background: #f6fbff;
}

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

.benefitAsset {
  position: absolute;
  right: max(12px, calc((100vw - 1080px) / 2 - 18px));
  top: 28px;
  z-index: 0;
  width: 180px;
  height: auto;
  opacity: 0.2;
  pointer-events: none;
}

.benefitGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.showcaseHead {
  margin-bottom: 26px;
  text-align: center;
}

.showcaseHead h2 {
  margin: 0;
  color: #242236;
  font-size: 2.28rem;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: 0;
}

.showcaseHead span {
  margin-left: 0.18em;
  color: var(--palmu-green);
}

.showcaseGrid {
  display: grid;
  gap: 18px;
}

.showcaseCard {
  position: relative;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) 176px;
  align-items: center;
  gap: 18px;
  min-height: 174px;
  padding: 22px 24px;
  overflow: hidden;
  border: 1px solid #d7e5ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(40, 93, 120, 0.06);
}

.showcaseCard::before,
.offer::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 4px solid rgba(0, 169, 143, 0.16);
  background: transparent;
  opacity: 1;
  pointer-events: none;
}

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

.showcaseCard .pointBadge {
  align-self: start;
  margin: 0;
}

.showcaseText h3 {
  margin: 0 0 10px;
  color: #102c2d;
  font-size: 1.62rem;
  font-weight: 850;
  line-height: 1.22;
  letter-spacing: 0;
}

.showcaseText p {
  max-width: 31rem;
  color: #343047;
  font-size: 0.98rem;
  font-weight: 750;
  line-height: 1.75;
}

.showcaseVisual {
  position: relative;
  justify-self: end;
  display: grid;
  width: 154px;
  height: 128px;
  place-items: center;
}

.showcaseVisual img {
  width: 126px;
  height: 126px;
  object-fit: cover;
  border: 1px solid #d7e5ee;
  border-radius: 50%;
  background: #f7fbfb;
  box-shadow: none;
}

.showcaseVisual i {
  position: absolute;
  right: 0;
  bottom: 2px;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--palmu-green);
  color: #fff;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 950;
  box-shadow: 0 8px 18px rgba(0, 104, 94, 0.14);
}

.benefitCard,
.stepItem {
  position: relative;
  overflow: hidden;
  min-height: 248px;
  padding: 26px 22px;
  border: 1px solid var(--palmu-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 22px rgba(0, 104, 94, 0.05);
}

.benefitCard span,
.stepItem span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 34px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: var(--palmu-light);
  color: var(--palmu-green);
  font-size: 0.85rem;
  font-weight: 950;
}

.benefitCard .pointBadge {
  background: linear-gradient(135deg, #8c69ff, #5b8cff);
  color: #fff;
}

.cardIcon {
  position: absolute;
  top: 24px;
  right: 22px;
  z-index: 1;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 8px;
  background: #ecfffa;
  color: #07a28f;
  font-size: 1.7rem;
  font-weight: 950;
  box-shadow: none;
}

.benefitCard h3,
.stepItem h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: #102c2d;
  font-size: 1.24rem;
  font-weight: 950;
  line-height: 1.42;
  letter-spacing: 0;
}

.benefitCard p,
.stepItem p,
.offerCopy p {
  position: relative;
  z-index: 1;
  color: var(--palmu-muted);
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.85;
}

.supportSection {
  position: relative;
  overflow: hidden;
  max-width: 1080px;
  margin: 0 auto;
  padding: 84px 24px 34px;
}

.supportSection > :not(.supportAsset) {
  position: relative;
  z-index: 1;
}

.supportAsset {
  position: absolute;
  right: -54px;
  bottom: -90px;
  z-index: 0;
  width: 250px;
  height: auto;
  opacity: 0.16;
  pointer-events: none;
}

.offer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  max-width: 1080px;
  margin: 86px auto 0;
  padding: 30px 34px;
  overflow: visible;
  border: 1px solid var(--palmu-line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(238, 255, 251, 0.96)),
    #fff;
  box-shadow: 0 10px 28px rgba(0, 104, 94, 0.07);
}

.offerHero {
  margin-top: 34px;
  margin-bottom: 18px;
}

.offer::before {
  display: none;
}

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

.offerVisual {
  display: grid;
  min-height: 196px;
  place-items: end center;
}

.offerVisual img {
  width: min(190px, 100%);
  height: auto;
  filter: drop-shadow(0 10px 16px rgba(0, 104, 94, 0.12));
}

.offerTitleRow {
  display: flex;
  align-items: center;
  gap: 18px;
}

.offerTitleCharacter {
  width: 116px;
  height: auto;
  flex: 0 0 auto;
  filter: drop-shadow(0 10px 16px rgba(0, 104, 94, 0.12));
}

.offerRibbon {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 10px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(223, 251, 244, 0.95);
  color: #078f80;
  font-size: 0.9rem;
  font-weight: 950;
}

.offerCopy p:last-child {
  max-width: 42rem;
  margin-top: 18px;
}

.offerCopy h2 {
  color: #078f80;
}

.offerCopy h2::first-letter {
  color: var(--palmu-pink);
}

.offerSteps {
  display: grid;
  gap: 8px;
  max-width: 560px;
  margin-top: 16px;
}

.offerSteps span {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  min-height: 42px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #e9fff9;
  color: #078f80;
  font-size: 0.68rem;
  font-weight: 950;
  line-height: 1.25;
}

.offerSteps strong {
  color: #3d3650;
  font-size: 0.9rem;
  font-weight: 900;
}

.offerCta {
  min-width: 210px;
  max-width: 100%;
  padding: 0 28px;
  background: var(--line-green);
  font-size: 1rem;
  box-shadow: 0 10px 24px rgba(6, 199, 85, 0.22);
  white-space: nowrap;
}

.stepGrid {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 26px;
  max-width: 720px;
  margin: 0 auto;
  padding-left: 54px;
}

.stepGrid::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  width: 1px;
  background: var(--palmu-line);
}

.stepItem {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  min-height: auto;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.stepItem span {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  margin: 0 0 0 -54px;
  border-radius: 50%;
  background: var(--palmu-green);
  color: #fff;
}

.stepItem h3,
.stepItem p {
  grid-column: 2;
}

.stepItem h3 {
  margin-bottom: 6px;
}

.finalCta {
  position: relative;
  max-width: 1080px;
  margin: 0 auto 80px;
  padding: 58px 40px 62px;
  overflow: hidden;
  border: 10px solid rgba(0, 169, 143, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(135deg, #12c8a8 0%, #08a98f 52%, #0ed0ba 100%);
  background-size: 26px 26px, 26px 26px, auto;
  box-shadow: 0 14px 34px rgba(0, 104, 94, 0.14);
  text-align: center;
}

.finalCta::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 2px solid rgba(255, 255, 255, 0.68);
  border-radius: 4px;
  pointer-events: none;
}

.finalCta::after {
  content: "";
  position: absolute;
  right: -86px;
  bottom: -94px;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  transform: rotate(30deg);
  pointer-events: none;
}

.finalCta p {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(1rem, 2.4vw, 1.42rem);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.finalCta h2 {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto 28px;
  color: #fff;
  font-size: clamp(2.5rem, 7.4vw, 5.2rem);
  font-weight: 950;
  line-height: 1.08;
  text-shadow: 0 4px 0 rgba(0, 104, 94, 0.18);
}

.finalCta .primaryCta {
  position: relative;
  z-index: 1;
  min-width: min(520px, 100%);
  min-height: 72px;
  border: 4px solid rgba(255, 255, 255, 0.72);
  font-size: clamp(1.1rem, 3.6vw, 1.7rem);
  box-shadow: 0 8px 0 var(--line-green-dark), 0 16px 28px rgba(0, 82, 44, 0.22);
}

.finalCta .primaryCta:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 0 var(--line-green-dark), 0 20px 34px rgba(0, 82, 44, 0.26);
}

.floatingLineCta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: flex;
  align-items: flex-end;
  gap: 0;
  color: #fff;
  text-decoration: none;
  filter: drop-shadow(0 18px 28px rgba(0, 98, 88, 0.2));
}

.floatingCharacter {
  position: relative;
  z-index: 2;
  display: block;
  width: 126px;
  height: auto;
  margin-right: -28px;
  transform: translateY(6px);
  animation: floatCharacter 3.2s ease-in-out infinite;
  transform-origin: 50% 82%;
  transition: filter 0.2s ease;
}

.floatingBubble {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 210px;
  min-height: 68px;
  padding: 12px 22px 12px 34px;
  border: 3px solid rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  background: var(--line-green);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.18),
    0 16px 34px rgba(0, 169, 143, 0.28);
}

.floatingBubble small,
.floatingBubble strong {
  display: block;
  letter-spacing: 0;
  line-height: 1.25;
  text-shadow: 0 2px 0 rgba(0, 82, 76, 0.14);
}

.floatingBubble small {
  font-size: 0.72rem;
  font-weight: 850;
  opacity: 0.92;
}

.floatingBubble strong {
  margin-top: 3px;
  font-size: 1.08rem;
  font-weight: 950;
}

.floatingLineCta:hover .floatingCharacter {
  animation-duration: 2.1s;
  filter: brightness(1.04);
}

.floatingLineCta:hover .floatingBubble {
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.2),
    0 20px 44px rgba(0, 169, 143, 0.36);
}

.exitModal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 20px;
}

.exitBackdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(13, 31, 31, 0.62);
  cursor: pointer;
}

.exitPanel {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  padding: 38px 34px 34px;
  overflow: hidden;
  border: 8px solid rgba(223, 251, 244, 0.9);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(0, 169, 143, 0.07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0, 169, 143, 0.07) 1px, transparent 1px),
    #fff;
  background-size: 22px 22px, 22px 22px, auto;
  box-shadow: 0 28px 70px rgba(0, 26, 24, 0.28);
  text-align: center;
}

.exitPanel::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px solid rgba(0, 169, 143, 0.2);
  border-radius: 4px;
  pointer-events: none;
}

.exitCharacter {
  width: 92px;
  height: auto;
  margin-bottom: 8px;
  filter: drop-shadow(0 10px 16px rgba(0, 104, 94, 0.14));
}

.exitLead {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 12px;
  padding: 0 14px;
  border-radius: 999px;
  background: #e6fff8;
  color: var(--palmu-green);
  font-size: 0.9rem;
  font-weight: 900;
}

.exitPanel h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--palmu-ink);
  font-size: clamp(2.2rem, 8vw, 4rem);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
}

.exitText {
  position: relative;
  z-index: 1;
  color: var(--palmu-muted);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.75;
}

.exitLineButton,
.exitCloseButton {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(420px, 100%);
  min-height: 60px;
  margin: 22px auto 0;
  border-radius: 999px;
  text-decoration: none;
  font-size: 1.08rem;
  font-weight: 900;
}

.exitLineButton {
  border: 0;
  background: var(--line-green);
  color: #fff;
  box-shadow: 0 7px 0 var(--line-green-dark), 0 16px 28px rgba(6, 199, 85, 0.22);
}

.exitCloseButton {
  min-height: 54px;
  margin-top: 14px;
  border: 1px solid var(--palmu-line);
  background: #fff;
  color: var(--palmu-muted);
  cursor: pointer;
}

@keyframes floatCharacter {
  0%,
  100% {
    transform: translateY(6px) rotate(-1.5deg);
  }

  50% {
    transform: translateY(-8px) rotate(2deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .floatingCharacter {
    animation: none;
  }
}

@media (max-width: 980px) {
  .palmuIntro {
    grid-template-columns: 1fr;
  }

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

  .benefitGrid,
  .agencyGrid,
  .activityGrid,
  .voiceGrid,
  .reasonGrid,
  .supportGrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .offer {
    grid-template-columns: 1fr;
    margin-right: 24px;
    margin-left: 24px;
  }

  .offerVisual {
    min-height: 150px;
    place-items: center;
  }

  .page .offer .offerCta {
    justify-self: stretch !important;
    inline-size: auto !important;
    max-inline-size: 100% !important;
    min-inline-size: 0 !important;
    margin-inline: 0 !important;
    overflow: visible !important;
  }
}

@media (max-width: 720px) {
  .page {
    background: linear-gradient(180deg, #effffb 0%, #ffffff 48%, #f7fbfa 100%);
  }

  .mobileOnly {
    display: block;
  }

  .hero {
    padding: 0;
  }

  .header {
    min-height: 76px;
    padding: 0 16px;
  }

  .brand img {
    height: 36px;
  }

  .primaryCta {
    width: 100%;
    min-width: 0;
  }

  .worryGrid,
  .benefitGrid,
  .agencyGrid,
  .activityGrid,
  .voiceGrid,
  .reasonGrid,
  .supportGrid,
  .stepGrid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 52px 18px;
  }

  .sectionHead {
    margin-bottom: 22px;
  }

  .sectionLabel {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 10px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #078f80;
    font-size: 0.66rem;
    letter-spacing: 0.08em;
  }

  .palmuIntro {
    padding: 34px 16px 10px;
  }

  .headerProof {
    margin: 20px 16px 0;
    padding: 28px 18px 26px;
  }

  .headerProof::before {
    inset: 8px;
  }

  .headerProof::after {
    right: 10px;
    bottom: -12px;
    font-size: 4.6rem;
  }

  .headerProofLead {
    min-height: 28px;
    margin-bottom: 12px;
    padding: 0 13px;
    font-size: 0.78rem;
  }

  .headerProof h1 {
    font-size: 1.78rem;
    line-height: 1.32;
  }

  .headerProofText {
    margin-top: 14px;
    font-size: 0.92rem;
    line-height: 1.7;
  }

  .headerProofCta {
    min-height: 56px;
    margin-top: 20px;
    font-size: 0.98rem;
  }

  .introAsset {
    right: 0;
    bottom: -18px;
    width: 92px;
    opacity: 0.28;
  }

  .palmuIntroCopy {
    padding: 24px 20px;
    border-radius: 12px;
  }

  .palmuIntroCopy h2 {
    font-size: 1.58rem;
    line-height: 1.5;
  }

  .sectionHead h2,
  .workloadCopy h2,
  .offerCopy h2,
  .finalCta h2 {
    font-size: 1.62rem;
    line-height: 1.44;
  }

  .agencySection .sectionHead h2,
  .supportSection .sectionHead h2 {
    font-size: 1.54rem;
    line-height: 1.5;
  }

  .workloadSection {
    padding: 10px 16px 52px;
  }

  .activitySection,
  .voiceSection {
    padding: 52px 18px;
  }

  .agencySection {
    padding: 52px 18px;
  }

  .workloadChart {
    padding: 20px 12px 18px;
    border-radius: 8px;
  }

  .chartAsset {
    right: -60px;
    top: -30px;
    width: 150px;
    opacity: 0.12;
  }

  .reasonAsset,
  .agencyAsset,
  .benefitAsset,
  .supportAsset {
    opacity: 0.11;
  }

  .reasonAsset {
    right: -54px;
    bottom: -40px;
    width: 170px;
  }

  .agencyAsset {
    right: -58px;
    top: 44px;
    width: 170px;
  }

  .benefitAsset {
    right: -34px;
    top: 48px;
    width: 132px;
  }

  .supportAsset {
    right: -54px;
    bottom: -42px;
    width: 168px;
  }

  .chartRow {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 8px;
  }

  .appMark,
  .appMarkPalmu {
    width: 48px;
    height: 48px;
    font-size: 1.08rem;
  }

  .chartBar {
    height: 40px;
    padding: 0 10px;
  }

  .chartBar span {
    font-size: 0.9rem;
  }

  .chartAxis {
    margin-left: 60px;
    font-size: 0.94rem;
  }

  .benefitCard,
  .agencyCard,
  .activityCard,
  .voiceCard,
  .stepItem,
  .reasonCard,
  .supportCard {
    min-height: auto;
    padding: 22px 20px;
    border-radius: 8px;
  }

  .stepGrid {
    padding-left: 52px;
  }

  .stepItem {
    padding: 0;
    border-radius: 0;
  }

  .stepItem span {
    margin-left: -52px;
  }

  .mintSection {
    padding-right: 16px;
    padding-left: 16px;
  }

  .showcaseHead {
    margin-bottom: 18px;
  }

  .showcaseHead h2 {
    font-size: 1.42rem;
  }

  .showcaseGrid {
    gap: 12px;
  }

  .showcaseCard {
    grid-template-columns: 56px minmax(0, 1fr) 86px;
    gap: 10px;
    min-height: 132px;
    padding: 14px 12px;
    border-radius: 8px;
  }

  .showcaseCard .pointBadge {
    width: 50px;
    height: 42px;
    font-size: 0.92rem;
    border-radius: 8px;
  }

  .pointBadge small {
    font-size: 0.46rem;
  }

  .showcaseText h3 {
    margin-bottom: 7px;
    font-size: 1.12rem;
  }

  .showcaseText p {
    font-size: 0.72rem;
    font-weight: 750;
    line-height: 1.62;
  }

  .showcaseVisual {
    width: 82px;
    height: 92px;
  }

  .showcaseVisual img {
    width: 78px;
    height: 78px;
    border-width: 4px;
  }

  .showcaseVisual i {
    width: 34px;
    height: 34px;
    border-width: 3px;
    font-size: 0.86rem;
  }

  .worryItem {
    min-height: auto;
    padding: 16px 18px;
    border-radius: 8px;
  }

  .worryItem p,
  .benefitCard p,
  .agencyCard p,
  .activityCard p,
  .voiceCard p,
  .stepItem p,
  .reasonCard p,
  .supportCard p,
  .offerCopy p,
  .workloadCopy p:last-child,
  .palmuIntroCopy p:last-child {
    font-size: 0.92rem;
    line-height: 1.75;
  }

  .benefitCard h3,
  .agencyCard h3,
  .activityCard h3,
  .voiceCard h3,
  .stepItem h3,
  .reasonCard h3,
  .supportCard h3 {
    font-size: 1.06rem;
    line-height: 1.45;
  }

  .supportSection {
    padding: 52px 18px 18px;
  }

  .activityLead,
  .voiceLead {
    margin-bottom: 22px;
  }

  .activityLead p,
  .voiceLead p {
    font-size: 0.92rem;
    line-height: 1.75;
  }

  .activityCard span {
    min-height: 30px;
    margin-bottom: 14px;
    font-size: 0.82rem;
  }

  .activityCard strong {
    font-size: 0.9rem;
  }

  .voiceAsset {
    right: -36px;
    top: 40px;
    width: 128px;
    opacity: 0.12;
  }

  .voiceCard {
    min-height: auto;
  }

  .offer {
    margin-top: 36px;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 18px;
    overflow: visible;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 255, 250, 0.96)), #fff;
  }

  .offerHero {
    margin-top: 24px;
    margin-right: 16px;
    margin-bottom: 8px;
    margin-left: 16px;
  }

  .offerVisual {
    grid-column: auto;
    grid-row: auto;
    min-height: 68px;
    place-items: center;
  }

  .offerVisual img {
    width: 78px;
  }

  .offerCopy {
    grid-column: auto;
    min-width: 0;
  }

  .offerTitleRow {
    align-items: center;
    gap: 10px;
  }

  .offerCopy h2 {
    max-width: none;
    font-size: 1.24rem;
    line-height: 1.3;
    flex: 1 1 auto;
  }

  .offerTitleCharacter {
    width: 74px;
  }

  .offerRibbon {
    min-height: 24px;
    margin-bottom: 6px;
    padding: 0 11px;
    font-size: 0.72rem;
  }

  .offerCta {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: auto;
    min-width: 0;
    max-width: 100%;
    min-height: 50px;
    margin-right: 0;
    margin-left: 0;
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 999px;
  }

  .finalCta {
    margin-bottom: 42px;
    padding: 42px 18px 132px;
    border-width: 7px;
  }

  .finalCta::before {
    inset: 10px;
  }

  .finalCta h2 {
    margin-bottom: 22px;
    font-size: clamp(2.15rem, 12vw, 3.35rem);
  }

  .finalCta p {
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .finalCta .primaryCta {
    min-height: 62px;
    border-width: 3px;
    font-size: 1.16rem;
  }

  .floatingLineCta {
    right: 10px;
    bottom: 10px;
  }

  .floatingCharacter {
    width: 88px;
    margin-right: -22px;
  }

  .floatingBubble {
    min-width: 178px;
    min-height: 58px;
    padding: 10px 16px 10px 28px;
  }

  .floatingBubble small {
    font-size: 0.66rem;
  }

  .floatingBubble strong {
    font-size: 0.96rem;
  }

  .exitModal {
    padding: 16px;
  }

  .exitPanel {
    padding: 28px 18px 22px;
    border-width: 6px;
  }

  .exitPanel::before {
    inset: 8px;
  }

  .exitCharacter {
    width: 72px;
  }

  .exitLead {
    min-height: 26px;
    padding: 0 12px;
    font-size: 0.76rem;
  }

  .exitPanel h2 {
    font-size: 2.4rem;
  }

  .exitText {
    font-size: 0.92rem;
  }

  .exitLineButton,
  .exitCloseButton {
    min-height: 54px;
    font-size: 0.96rem;
  }

  .page .offer .offerCta {
    justify-self: center !important;
    inline-size: min(100%, 620px) !important;
    max-inline-size: 100% !important;
    min-inline-size: 0 !important;
    margin-inline: auto !important;
    overflow: visible !important;
  }
}
