.lp-home {
  --lp-pink: #ff8db2;
  --lp-pink-deep: #df5f8d;
  --lp-pink-soft: #fff0f6;
  --lp-blue: #91c7ff;
  --lp-blue-deep: #4f86b4;
  --lp-blue-soft: #eef8ff;
  --lp-cream: #fffafc;
  --lp-cream-deep: #f5f9ff;
  --lp-text: #253140;
  --lp-text-sub: #687486;
  --lp-border: #ddeaf5;
  --lp-white: #ffffff;
  --lp-radius-sm: 0.5rem;
  --lp-radius-lg: 1.75rem;
  --lp-shadow-sm: 0 2px 8px rgba(31, 41, 55, 0.06);
  --lp-shadow-md: 0 8px 28px rgba(31, 41, 55, 0.1);
  --lp-shadow-lg: 0 20px 60px rgba(31, 41, 55, 0.12);
  color: var(--lp-text);
  background: var(--lp-cream);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Apple SD Gothic Neo", sans-serif;
  line-height: 1.75;
  overflow: hidden;
}

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

.lp-home em {
  color: var(--lp-pink-deep);
  font-style: normal;
}

.lp-container {
  width: min(100%, 1080px);
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.lp-btn,
.lp-btn-hero,
.lp-btn-hero-soft,
.lp-btn-hero-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.lp-btn:hover,
.lp-btn-hero:hover,
.lp-btn-hero-soft:hover,
.lp-btn-hero-outline:hover {
  transform: translateY(-1px);
}

.lp-btn {
  min-height: 2.8rem;
  padding: 0.75rem 1.55rem;
  border: 2px solid transparent;
  font-size: 0.95rem;
}

.lp-btn-primary,
.lp-btn-hero {
  color: var(--lp-white);
  background: linear-gradient(135deg, var(--lp-pink) 0%, #ffb7cf 100%);
  box-shadow: 0 0.7rem 1.5rem rgba(255, 141, 178, 0.28);
}

.lp-btn-primary {
  border-color: var(--lp-pink);
}

.lp-btn-lg {
  min-height: 3.2rem;
  padding: 0.95rem 2.35rem;
  font-size: 1.03rem;
}

.lp-btn-hero,
.lp-btn-hero-soft,
.lp-btn-hero-outline {
  min-height: 3.25rem;
  padding: 0.95rem 2.1rem;
  font-size: 1.02rem;
}

.lp-btn-hero-soft {
  border: 2px solid rgba(145, 199, 255, 0.72);
  color: var(--lp-blue-deep);
  background: rgba(255, 255, 255, 0.78);
}

.lp-btn-hero-outline {
  border: 2px solid rgba(255, 255, 255, 0.62);
  color: var(--lp-white);
  background: transparent;
}

.lp-btn-hero-outline:hover {
  background: rgba(255, 255, 255, 0.12);
}

.lp-contact-note {
  margin: 1rem 0 0;
  color: var(--lp-text-sub);
  font-size: 0.9rem;
  line-height: 1.8;
}

.lp-contact-note a {
  color: var(--lp-blue-deep);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.lp-section-header {
  margin-bottom: 3.4rem;
  text-align: center;
}

.lp-section-eyebrow,
.lp-hero-eyebrow,
.lp-final-cta-eyebrow {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: var(--lp-blue-deep);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.lp-section-title {
  margin: 0 0 1rem;
  color: var(--lp-text);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(1.65rem, 4vw, 2.45rem);
  font-weight: 700;
  line-height: 1.42;
}

.lp-section-copy {
  max-width: 48rem;
  margin: 0 auto;
  color: var(--lp-text-sub);
  font-size: 0.97rem;
  line-height: 1.9;
}

.lp-hero {
  position: relative;
  padding: clamp(3.6rem, 7vw, 6rem) 0 clamp(4.2rem, 8vw, 6.6rem);
  overflow: hidden;
  background: linear-gradient(180deg, var(--lp-blue-soft) 0%, var(--lp-cream) 100%);
}

.lp-hero-bg-orb,
.lp-final-cta-bg-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(72px);
  pointer-events: none;
}

.lp-hero-bg-orb.is-pink {
  width: 40vw;
  height: 40vw;
  background: rgba(255, 141, 178, 0.22);
  top: -12%;
  left: -10%;
}

.lp-hero-bg-orb.is-blue {
  width: 32vw;
  height: 32vw;
  background: rgba(145, 199, 255, 0.28);
  right: 4%;
  bottom: 2%;
}

.lp-hero .lp-container,
.lp-final-cta .lp-container {
  position: relative;
  z-index: 1;
}

.lp-hero-inner {
  display: grid;
  gap: 3rem;
  align-items: center;
}

.lp-hero-title {
  margin: 0 0 1.5rem;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 700;
  line-height: 1.25;
}

.lp-hero-title-lg {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--lp-text-sub);
  font-size: clamp(1rem, 3.5vw, 1.4rem);
  font-weight: 500;
}

.lp-hero-title-xl {
  display: block;
  color: var(--lp-text);
  font-size: clamp(2rem, 6vw, 3.45rem);
}

.lp-hero-copy {
  margin: 0 0 2.1rem;
  color: var(--lp-text-sub);
  font-size: clamp(0.92rem, 2vw, 1.04rem);
  line-height: 2;
}

.lp-hero-actions,
.lp-final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 2rem;
}

.lp-hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.lp-trust-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.9rem;
  border: 1px solid var(--lp-border);
  border-radius: 999px;
  color: var(--lp-text-sub);
  background: var(--lp-white);
  font-size: 0.8rem;
  font-weight: 700;
}

.lp-trust-badge::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  margin-right: 0.42rem;
  border-radius: 999px;
  background: var(--lp-pink);
  box-shadow: 0 0 0 0.22rem var(--lp-pink-soft);
}

.lp-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-profile-preview {
  position: relative;
  width: min(100%, 24rem);
  padding: 1.25rem;
  border: 1px solid rgba(145, 199, 255, 0.62);
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 252, 255, 0.98) 100%);
  box-shadow:
    1.15rem 1.15rem 0 rgba(207, 232, 255, 0.72),
    0 1.4rem 3.4rem rgba(31, 41, 55, 0.13);
}

.lp-profile-preview::before {
  content: "";
  position: absolute;
  inset: 1.15rem auto auto -1.05rem;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8db2 0%, #ffd2e2 100%);
  opacity: 0.34;
}

.lp-profile-preview::after {
  content: "";
  position: absolute;
  right: -0.8rem;
  bottom: 2.2rem;
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 1.55rem;
  background: rgba(255, 240, 246, 0.85);
  transform: rotate(8deg);
  z-index: -1;
}

.lp-profile-preview-header,
.lp-profile-preview-main,
.lp-profile-safe-row {
  display: flex;
  align-items: center;
}

.lp-profile-preview-header {
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.lp-profile-preview-label {
  color: var(--lp-blue-deep);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lp-profile-preview-status {
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  color: var(--lp-pink-deep);
  background: var(--lp-pink-soft);
  font-size: 0.76rem;
  font-weight: 900;
}

.lp-profile-preview-main {
  gap: 0.9rem;
  padding: 1rem;
  border: 1px solid rgba(145, 199, 255, 0.42);
  border-radius: 1.25rem;
  background: var(--lp-blue-soft);
}

.lp-profile-photo {
  position: relative;
  width: 4.4rem;
  height: 4.4rem;
  flex-shrink: 0;
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 50% 32%, #fff 0 18%, transparent 19%),
    linear-gradient(135deg, #ff9bbb 0%, #91c7ff 100%);
  box-shadow: inset 0 0 0 0.35rem rgba(255, 255, 255, 0.55);
}

.lp-profile-photo-face {
  position: absolute;
  left: 50%;
  bottom: 0.92rem;
  width: 2.2rem;
  height: 1.2rem;
  border-radius: 999px 999px 0.35rem 0.35rem;
  background: rgba(255, 255, 255, 0.82);
  transform: translateX(-50%);
}

.lp-profile-summary {
  min-width: 0;
}

.lp-profile-name {
  margin: 0 0 0.25rem;
  color: var(--lp-text);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.45;
}

.lp-profile-meta {
  margin: 0;
  color: var(--lp-text-sub);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.55;
}

.lp-profile-chip-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 1rem;
}

.lp-profile-chip-grid span,
.lp-profile-safe-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.15rem;
  padding: 0.4rem 0.65rem;
  border: 1px solid rgba(221, 234, 245, 0.95);
  border-radius: 999px;
  color: var(--lp-text-sub);
  background: var(--lp-white);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.lp-profile-chip-grid span:nth-child(odd) {
  color: var(--lp-pink-deep);
  background: var(--lp-pink-soft);
}

.lp-profile-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.72rem;
  align-items: center;
  margin-top: 1rem;
  padding: 0.95rem;
  border-radius: 1.15rem;
  background: linear-gradient(135deg, rgba(255, 240, 246, 0.95) 0%, rgba(238, 248, 255, 0.95) 100%);
}

.lp-profile-note-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 999px;
  color: var(--lp-white);
  background: var(--lp-pink);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 0.88rem;
  font-weight: 800;
}

.lp-profile-note p {
  margin: 0;
  color: var(--lp-text);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.65;
}

.lp-profile-safe-row {
  flex-wrap: wrap;
  gap: 0.48rem;
  margin-top: 1rem;
}

.lp-profile-safe-row span {
  min-height: 1.95rem;
  color: var(--lp-blue-deep);
  background: var(--lp-blue-soft);
  font-size: 0.72rem;
}

.lp-guide,
.lp-voices {
  padding: clamp(4rem, 8vw, 6rem) 0;
  background: var(--lp-white);
}

.lp-name-story {
  padding: clamp(3.8rem, 7vw, 5.5rem) 0;
  background:
    linear-gradient(135deg, rgba(255, 244, 250, 0.9) 0%, rgba(245, 251, 255, 0.96) 100%);
}

.lp-name-story-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
  margin: 0.15rem auto 1.25rem;
  padding: 0.42rem;
  border: 1px solid rgba(255, 141, 178, 0.28);
  border-radius: 1.45rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 240, 246, 0.82) 100%);
  box-shadow:
    0 0.9rem 2rem rgba(255, 141, 178, 0.14),
    0 0 0 0.48rem rgba(255, 255, 255, 0.44);
  transform: rotate(-3deg);
}

.lp-name-story-brand img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1.05rem;
  object-fit: cover;
}

.lp-name-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.lp-name-story-card {
  min-height: 100%;
  padding: 1.35rem;
  border: 1px solid rgba(188, 213, 236, 0.62);
  border-radius: var(--lp-radius-md);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--lp-shadow-soft);
}

.lp-name-story-kicker {
  display: inline-flex;
  margin-bottom: 0.85rem;
  color: var(--lp-pink-deep);
  font-size: 0.82rem;
  font-weight: 900;
}

.lp-name-story-card h3 {
  margin: 0 0 0.65rem;
  color: var(--lp-text);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.5;
}

.lp-name-story-card p {
  margin: 0;
  color: var(--lp-text-sub);
  font-size: 0.9rem;
  line-height: 1.8;
}

.lp-guide-grid,
.lp-voices-grid {
  display: grid;
  gap: 1.5rem;
}

.lp-guide-card,
.lp-voice-card {
  position: relative;
  padding: 2rem 1.8rem 1.8rem;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-lg);
  background: var(--lp-cream);
  box-shadow: var(--lp-shadow-sm);
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.25s ease;
}

.lp-guide-card:hover,
.lp-voice-card:hover {
  box-shadow: var(--lp-shadow-md);
  transform: translateY(-4px);
}

.lp-guide-card.is-visible,
.lp-voice-card.is-visible,
.lp-flow-step.is-visible,
.lp-compare-table-wrap.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.lp-guide-card:nth-child(2),
.lp-voice-card:nth-child(2) { transition-delay: 0.08s; }
.lp-guide-card:nth-child(3),
.lp-voice-card:nth-child(3) { transition-delay: 0.16s; }
.lp-guide-card:nth-child(4) { transition-delay: 0.24s; }

.lp-guide-card-index {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  color: rgba(255, 141, 178, 0.16);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
}

.lp-guide-card-title {
  margin: 0 0 0.9rem;
  color: var(--lp-text);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 1.45;
}

.lp-guide-card-copy {
  margin: 0 0 1.2rem;
  color: var(--lp-text-sub);
  font-size: 0.9rem;
  line-height: 1.85;
}

.lp-guide-card-check {
  padding: 0.65rem 0.9rem;
  border-radius: var(--lp-radius-sm);
  color: var(--lp-pink-deep);
  background: var(--lp-pink-soft);
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1.55;
}

.lp-guide-cta {
  margin-top: 3.5rem;
  text-align: center;
}

.lp-guide-cta-copy {
  margin: 0 0 1.4rem;
  color: var(--lp-text-sub);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.05rem;
}

.lp-features,
.lp-flow {
  position: relative;
  padding: clamp(4rem, 8vw, 6rem) 0;
  overflow: hidden;
}

.lp-features-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(160deg, var(--lp-blue-soft) 0%, var(--lp-cream) 62%);
}

.lp-features .lp-container {
  position: relative;
  z-index: 1;
}

.lp-compare-table-wrap {
  overflow-x: auto;
  border-radius: var(--lp-radius-lg);
  background: var(--lp-white);
  box-shadow: var(--lp-shadow-md);
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.lp-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  white-space: nowrap;
}

.lp-compare-table thead tr {
  background: linear-gradient(90deg, var(--lp-blue-soft) 0%, var(--lp-white) 100%);
}

.lp-compare-table th,
.lp-compare-table td {
  padding: 1rem 1.4rem;
  border-bottom: 1px solid var(--lp-border);
  text-align: center;
}

.lp-compare-table td:first-child,
.lp-compare-th-feature {
  text-align: left;
}

.lp-compare-th-solo {
  color: var(--lp-pink-deep);
  background: var(--lp-pink-soft);
}

.lp-compare-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.05rem;
  height: 3.05rem;
  padding: 0.24rem;
  border: 1px solid rgba(255, 141, 178, 0.28);
  border-radius: 0.82rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0.35rem 0.9rem rgba(255, 141, 178, 0.14);
  vertical-align: middle;
}

.lp-compare-brand img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.58rem;
  object-fit: cover;
}

.lp-compare-th-other {
  color: var(--lp-text-sub);
  font-weight: 500;
}

.lp-compare-table .is-yes {
  color: var(--lp-pink-deep);
  background: rgba(255, 141, 178, 0.06);
  font-size: 1.25rem;
  font-weight: 900;
}

.lp-compare-table .is-no {
  color: #a6b1be;
  background: rgba(31, 41, 55, 0.02);
  font-size: 1.15rem;
  font-weight: 800;
}

.lp-compare-table .is-tri {
  color: var(--lp-blue-deep);
  background: rgba(145, 199, 255, 0.09);
  font-size: 1.15rem;
  font-weight: 800;
}

.lp-voice-quote {
  margin-bottom: 0.4rem;
  color: #ffd2e2;
  font-family: Georgia, serif;
  font-size: 4rem;
  line-height: 0.8;
}

.lp-voice-text {
  margin: 0 0 1.5rem;
  color: var(--lp-text);
  font-size: 0.93rem;
  line-height: 1.9;
}

.lp-voice-profile {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--lp-text-sub);
  font-size: 0.83rem;
  font-weight: 700;
}

.lp-voice-avatar {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  border-radius: 999px;
}

.lp-voice-avatar.is-f,
.lp-voice-avatar.is-f2 {
  background: linear-gradient(135deg, #f9a8c4, #fbb6c8);
}

.lp-voice-avatar.is-m {
  background: linear-gradient(135deg, #93c5fd, #bfdbfe);
}

.lp-flow {
  background: var(--lp-cream-deep);
}

.lp-flow-steps {
  max-width: 680px;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
}

.lp-flow-step {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.lp-flow-step-num {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 999px;
  color: var(--lp-white);
  background: var(--lp-pink);
  font-size: 0.82rem;
  font-weight: 900;
}

.lp-flow-step-title {
  margin: 0 0 0.45rem;
  color: var(--lp-text);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.lp-flow-step-copy {
  margin: 0;
  color: var(--lp-text-sub);
  font-size: 0.9rem;
  line-height: 1.8;
}

.lp-flow-guide-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  margin-top: 0.8rem;
  padding: 0.6rem 1rem;
  border: 1px solid rgba(145, 199, 255, 0.72);
  border-radius: 999px;
  color: var(--lp-blue-deep);
  background: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.lp-flow-guide-btn:hover,
.lp-flow-guide-btn:focus-visible {
  color: var(--lp-blue-deep);
  background: var(--lp-white);
}

.lp-flow-connector {
  width: 2px;
  height: 2.4rem;
  margin-left: 1.55rem;
  background: linear-gradient(to bottom, var(--lp-pink), rgba(255, 141, 178, 0.2));
}

.lp-invite-guide-modal .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 1.15rem;
  box-shadow: var(--lp-shadow-lg);
}

.lp-invite-guide-modal .modal-header,
.lp-invite-guide-modal .modal-footer {
  border: 0;
  background: var(--lp-white);
}

.lp-invite-guide-modal .modal-title {
  color: var(--lp-text);
  font-size: 1.05rem;
  font-weight: 900;
}

.lp-invite-guide-modal-kicker {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--lp-pink-deep);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lp-invite-guide-modal .modal-body {
  padding: 0;
  background: var(--lp-cream-deep);
}

.lp-invite-guide-modal-image {
  display: block;
  width: 100%;
  height: auto;
}

.lp-final-cta {
  position: relative;
  padding: clamp(4.5rem, 9vw, 7rem) 0;
  overflow: hidden;
  color: var(--lp-white);
  background: linear-gradient(135deg, var(--lp-pink) 0%, var(--lp-blue) 100%);
  text-align: center;
}

.lp-final-cta-bg-orb.is-pink {
  width: 500px;
  height: 500px;
  background: rgba(255, 255, 255, 0.16);
  top: -200px;
  left: -100px;
}

.lp-final-cta-bg-orb.is-blue {
  width: 350px;
  height: 350px;
  background: rgba(255, 255, 255, 0.14);
  right: 0;
  bottom: -100px;
}

.lp-final-cta-eyebrow,
.lp-final-cta-title,
.lp-final-cta-title em {
  color: var(--lp-white);
}

.lp-final-cta-title {
  margin: 0 0 1.2rem;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(1.75rem, 5vw, 2.85rem);
  font-weight: 700;
  line-height: 1.4;
}

.lp-final-cta-copy {
  margin: 0 0 2.5rem;
  opacity: 0.88;
  font-size: 0.97rem;
  line-height: 2;
}

.lp-final-cta-actions {
  justify-content: center;
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .lp-guide-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .lp-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 1fr);
  }

  .lp-hero-visual {
    justify-content: flex-end;
    padding-right: 2rem;
  }

  .lp-voices-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .lp-guide-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 767.98px) {
  .lp-container {
    padding-inline: 1rem;
  }

  .lp-hero {
    padding-top: 3rem;
  }

  .lp-hero-actions,
  .lp-final-cta-actions {
    align-items: stretch;
  }

  .lp-btn,
  .lp-btn-hero,
  .lp-btn-hero-soft,
  .lp-btn-hero-outline {
    width: 100%;
  }

  .lp-profile-preview {
    width: min(100%, 22rem);
    padding: 1rem;
    border-radius: 1.55rem;
    box-shadow:
      0.65rem 0.65rem 0 rgba(207, 232, 255, 0.72),
      0 1rem 2.4rem rgba(31, 41, 55, 0.1);
  }

  .lp-profile-preview-main {
    align-items: flex-start;
    padding: 0.85rem;
  }

  .lp-profile-photo {
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 1rem;
  }

  .lp-profile-chip-grid {
    grid-template-columns: 1fr;
  }

  .lp-name-story-grid {
    grid-template-columns: 1fr;
  }

  .lp-name-story-brand {
    width: 4.75rem;
    height: 4.75rem;
    margin-bottom: 1rem;
    border-radius: 1.2rem;
  }

  .lp-name-story-brand img {
    border-radius: 0.88rem;
  }

  .lp-section-header {
    margin-bottom: 2.4rem;
  }

  .lp-guide-card,
  .lp-name-story-card,
  .lp-voice-card {
    padding: 1.55rem 1.25rem;
  }

  .lp-compare-table th,
  .lp-compare-table td {
    padding: 0.85rem 1rem;
  }
}
