:root {
  --bg: #fffbfa;
  --bg-soft: #f6f1ff;
  --surface: rgba(255, 255, 255, 0.92);
  --surface-strong: #ffffff;
  --text: #20162d;
  --text-soft: #51455c;
  --line: rgba(92, 61, 140, 0.14);
  --line-strong: rgba(92, 61, 140, 0.26);
  --purple: #6741b4;
  --purple-deep: #472784;
  --lilac: #f3ecff;
  --lilac-strong: #ded0fb;
  --green: #1e9e63;
  --green-deep: #137847;
  --green-soft: #e8f7ef;
  --shadow-soft: 0 18px 40px rgba(63, 43, 92, 0.08);
  --shadow-strong: 0 28px 80px rgba(63, 43, 92, 0.12);
  --hero-shadow: 0 26px 70px rgba(95, 62, 154, 0.16);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(233, 222, 255, 0.9), transparent 24%),
    radial-gradient(circle at bottom right, rgba(226, 244, 235, 0.18), transparent 20%),
    linear-gradient(180deg, #fffbfa 0%, #ffffff 100%);
  font-family: "Inter", sans-serif;
}

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

h1,
h2,
h3,
p {
  margin: 0;
}

.page-decor {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.orb {
  position: absolute;
}

.orb {
  border-radius: 50%;
  filter: blur(70px);
}

.orb-lilac {
  top: 20px;
  left: -120px;
  width: 380px;
  height: 380px;
  background: rgba(223, 210, 247, 0.58);
}

.orb-champagne {
  right: -60px;
  bottom: 120px;
  width: 300px;
  height: 300px;
  background: rgba(123, 220, 166, 0.14);
}

.blur-photo,
.hero-grain {
  position: absolute;
  inset: 0;
}

.blur-photo {
  inset: auto;
  border-radius: 40px;
  filter: blur(22px);
  opacity: 0.34;
  transform: rotate(-6deg);
}

.blur-photo-one {
  top: 120px;
  right: -40px;
  width: 420px;
  height: 620px;
  background:
    linear-gradient(180deg, rgba(92, 61, 140, 0.18), rgba(255, 255, 255, 0.2)),
    radial-gradient(circle at 40% 28%, rgba(93, 66, 153, 0.32), transparent 20%),
    radial-gradient(circle at 56% 48%, rgba(192, 165, 250, 0.38), transparent 24%),
    radial-gradient(circle at 46% 76%, rgba(123, 220, 166, 0.24), transparent 18%);
}

.blur-photo-two {
  left: -120px;
  bottom: 100px;
  width: 320px;
  height: 420px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(92, 61, 140, 0.12)),
    radial-gradient(circle at 40% 24%, rgba(207, 189, 252, 0.38), transparent 22%),
    radial-gradient(circle at 52% 56%, rgba(123, 220, 166, 0.22), transparent 20%);
}

.hero-grain {
  background-image:
    radial-gradient(rgba(92, 61, 140, 0.035) 0.7px, transparent 0.7px);
  background-size: 12px 12px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.12), transparent 85%);
  opacity: 0.3;
}

.section,
.footer {
  width: min(calc(100% - 32px), var(--container));
  margin-inline: auto;
}

.section {
  padding: 84px 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 980px);
  gap: 44px;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  position: relative;
}

.brand-tag,
.eyebrow,
.mini-tag,
.card-index,
.hero-badge {
  width: fit-content;
  padding: 10px 14px;
  border: 1px solid rgba(92, 61, 140, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-badge {
  background: linear-gradient(135deg, var(--purple-deep) 0%, var(--purple) 100%);
  border-color: rgba(71, 39, 132, 0.28);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(71, 39, 132, 0.18);
}

.hero-copy,
.section-heading,
.promise-box,
.class-card {
  display: grid;
  gap: 22px;
}

.hero-copy {
  justify-items: center;
  text-align: center;
}

.hero h1,
.section h2,
.class-card h2,
.pillar-map-shell h3 {
  font-family: "Poppins", sans-serif;
  line-height: 1;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, var(--purple-deep) 0%, var(--purple) 58%, #8f67e1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero h1 {
  max-width: 12.2ch;
  font-size: clamp(2.6rem, 5.4vw, 4.8rem);
  font-weight: 800;
  position: relative;
  z-index: 1;
}

.hero-highlight {
  background: linear-gradient(135deg, #7e2ea0 0%, #a658d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-kicker {
  color: var(--purple);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-kicker-ring {
  position: relative;
  display: inline-block;
  padding: 10px 24px;
}

.hero-kicker-ring::before,
.hero-kicker-ring::after {
  content: "";
  position: absolute;
  inset: -8px -18px;
  border-radius: 999px;
  pointer-events: none;
}

.hero-kicker-ring::before {
  border: 2px solid rgba(103, 65, 180, 0.22);
  transform: rotate(-2deg) scaleX(0.86);
  opacity: 0;
  animation: pencilCircle 2.1s ease forwards;
}

.hero-kicker-ring::after {
  border-top: 3px solid rgba(103, 65, 180, 0.85);
  border-right: 2px solid rgba(103, 65, 180, 0.52);
  border-bottom: 3px solid rgba(103, 65, 180, 0.7);
  border-left: 2px solid transparent;
  transform: rotate(-3deg) scaleX(0.92);
  opacity: 0;
  filter: drop-shadow(0 2px 3px rgba(103, 65, 180, 0.1));
  animation: pencilCircle 2.1s 0.12s ease forwards;
}

.hero-subtitle {
  color: #43374d;
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.hero-text,
.helper-text,
.section-heading p,
.info-card p,
.pillar-card p,
.promise-box p,
.meta-item p,
.footer p {
  color: var(--text-soft);
  font-size: 1.06rem;
  line-height: 1.72;
}

.hero-text {
  max-width: 57ch;
  font-size: 1.08rem;
  color: #51455c;
}

.hero-actions {
  display: flex;
  justify-content: center;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  min-width: min(100%, 380px);
  padding: 18px 34px;
  border-radius: 18px;
  background:
    linear-gradient(120deg, #26b26f 0%, #17a35e 35%, #11c178 65%, #0d8d4f 100%);
  background-size: 200% 200%;
  color: #fff;
  box-shadow: 0 20px 42px rgba(19, 120, 71, 0.22);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
  animation: buttonShift 5s ease infinite;
}

.primary-button:hover {
  transform: translateY(-2px);
  filter: saturate(1.04);
  box-shadow: 0 24px 48px rgba(19, 120, 71, 0.28);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.hero-point {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid rgba(92, 61, 140, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 32px rgba(63, 43, 92, 0.08);
  color: #413648;
  font-size: 0.92rem;
  font-weight: 600;
  animation: chipFloat 4.2s ease-in-out infinite;
}

.helper-text {
  max-width: 560px;
  text-align: center;
}

.hero-point i {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.94), transparent 28%),
    linear-gradient(145deg, #f6f0ff 0%, #cfbbff 48%, #8b61de 100%);
  color: var(--purple-deep);
  font-style: normal;
  font-size: 0.88rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 8px 18px rgba(103, 65, 180, 0.22);
}

.hero-point strong {
  font-size: 0.94rem;
}

.hero-point-float-2 {
  animation-delay: 0.6s;
}

.hero-point-float-3 {
  animation-delay: 1.2s;
}

.info-card,
.pillar-card,
.class-card,
.promise-box,
.pillar-map-shell,
.signal-card {
  backdrop-filter: blur(14px);
}

.info-card,
.pillar-card,
.class-card,
.promise-box {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.signal-list,
.pain-grid,
.pillar-grid,
.class-meta {
  display: grid;
  gap: 18px;
}

.signal-card,
.meta-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(92, 61, 140, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
}

.signal-card strong,
.meta-item strong,
.info-card h3,
.pillar-card h3,
.case-card h3 {
  font-size: 1.08rem;
  line-height: 1.25;
}

.signal-icon,
.meta-icon,
.pillar-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.96), transparent 28%),
    linear-gradient(145deg, #f7f1ff 0%, #d7c6ff 50%, #8d68db 100%);
  color: var(--purple-deep);
  font-size: 1.25rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 12px 22px rgba(103, 65, 180, 0.18);
}

.section-soft {
  position: relative;
}

.section-soft::before {
  content: "";
  position: absolute;
  inset: 20px 0 20px;
  z-index: -1;
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(243, 236, 255, 0.72), rgba(255, 255, 255, 0.92));
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
  margin-inline: auto;
  justify-items: center;
  text-align: center;
}

.intro-band {
  max-width: 940px;
  margin: 0 auto 28px;
  padding: 28px 30px;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--purple-deep) 0%, var(--purple) 58%, #8258d8 100%);
  box-shadow: 0 24px 54px rgba(71, 39, 132, 0.2);
  display: grid;
  gap: 14px;
  justify-items: center;
  text-align: center;
}

.intro-band p {
  max-width: 760px;
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1.72;
}

.intro-list {
  width: 100%;
  display: grid;
  gap: 10px;
  max-width: 720px;
}

.intro-list span {
  display: block;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.section h2,
.class-card h2 {
  font-size: clamp(2rem, 4vw, 4rem);
}

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

.pillar-map {
  margin-bottom: 22px;
}

.pillar-map-shell {
  display: grid;
  gap: 22px;
  padding: 32px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 239, 255, 0.95));
  box-shadow: var(--hero-shadow);
  justify-items: center;
  text-align: center;
}

.pillar-map-shell h3 {
  max-width: 18ch;
  font-size: clamp(1.7rem, 2.8vw, 2.8rem);
}

.pillar-map-shell .signal-list {
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pillar-map-shell .signal-card {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  gap: 12px;
  min-height: 170px;
}

.info-card,
.pillar-card,
.case-card {
  display: grid;
  gap: 14px;
}

.impact-copy {
  color: var(--purple-deep);
  font-weight: 700;
}

.section-closing {
  max-width: 760px;
  margin: 28px auto 0;
  display: grid;
  gap: 16px;
  justify-items: center;
  text-align: center;
}

.closing-highlight {
  width: 100%;
  display: grid;
  gap: 18px;
  padding: 22px 24px;
  border: 1px solid rgba(92, 61, 140, 0.22);
  border-radius: 24px;
  background: linear-gradient(135deg, var(--purple-deep) 0%, var(--purple) 56%, #8c62e1 100%);
  box-shadow: 0 22px 48px rgba(71, 39, 132, 0.2);
}

.closing-visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.journey-card {
  display: grid;
  gap: 12px;
  justify-items: center;
  padding: 18px 16px;
  border-radius: 22px;
  border: 1px solid rgba(92, 61, 140, 0.1);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 26px rgba(63, 43, 92, 0.05);
}

.journey-tag {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(92, 61, 140, 0.08);
  color: var(--purple-deep);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.journey-card p {
  color: #3f3348;
  font-size: 0.98rem;
  font-weight: 700;
}

.journey-arrow {
  color: var(--purple);
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.calendar-frame {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 150px;
  min-width: 160px;
  padding: 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(243, 236, 255, 0.72), rgba(255, 255, 255, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.calendar-frame-active {
  background: linear-gradient(180deg, rgba(239, 248, 244, 0.96), rgba(255, 255, 255, 0.98));
}

.calendar {
  display: grid;
  grid-template-columns: repeat(3, 16px);
  gap: 8px;
  padding: 6px;
  border-radius: 18px;
}

.calendar span {
  width: 16px;
  height: 16px;
  border-radius: 6px;
}

.calendar-empty span {
  background: rgba(92, 61, 140, 0.14);
  border: 1px solid rgba(92, 61, 140, 0.12);
}

.calendar-empty span:nth-child(2),
.calendar-empty span:nth-child(5) {
  background: rgba(210, 201, 232, 0.32);
}

.calendar-full span {
  background: linear-gradient(135deg, #23b46f 0%, #17945a 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transform: scale(0.4);
  opacity: 0;
  animation: slotFill 0.45s ease forwards;
}

.calendar-full span:nth-child(1) {
  animation-delay: 0.08s;
}

.calendar-full span:nth-child(2) {
  animation-delay: 0.18s;
}

.calendar-full span:nth-child(3) {
  animation-delay: 0.28s;
}

.calendar-full span:nth-child(4) {
  animation-delay: 0.38s;
}

.calendar-full span:nth-child(5) {
  animation-delay: 0.48s;
}

.calendar-full span:nth-child(6) {
  animation-delay: 0.58s;
}

.calendar-full span:nth-child(7) {
  animation-delay: 0.68s;
}

.calendar-full span:nth-child(8) {
  animation-delay: 0.78s;
}

.calendar-full span:nth-child(9) {
  animation-delay: 0.88s;
}

.booking-toast {
  position: absolute;
  right: -22px;
  bottom: 12px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  min-width: 190px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(30, 158, 99, 0.18);
  box-shadow: 0 16px 30px rgba(19, 120, 71, 0.14);
  opacity: 0;
  transform: translateY(10px) scale(0.96);
  animation: toastAppear 0.45s 1.1s ease forwards;
}

.toast-dot {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: linear-gradient(135deg, #23b46f 0%, #17945a 100%);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
  box-shadow: 0 10px 18px rgba(19, 120, 71, 0.2);
}

.booking-toast strong {
  display: block;
  color: #166440;
  font-size: 0.88rem;
  line-height: 1.2;
}

.booking-toast p {
  color: #4d6657;
  font-size: 0.78rem;
  line-height: 1.25;
}

.closing-copy {
  display: grid;
  gap: 10px;
}

.closing-copy p {
  color: #ffffff;
  font-size: 1.28rem;
  font-weight: 600;
  line-height: 1.45;
}

.closing-highlight p:first-child {
  color: #ffffff;
  font-weight: 800;
}

.closing-note {
  color: #3b3144;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.65;
}

.method-band {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--purple-deep) 0%, var(--purple) 58%, #8458da 100%);
  box-shadow: 0 22px 50px rgba(71, 39, 132, 0.2);
}

.method-band-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 28px;
  padding: 20px 24px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.method-band-track span {
  position: relative;
}

.method-band-track span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  transform: translateY(-50%);
}

.cases-grid {
  display: grid;
  gap: 18px;
}

.cases-intro {
  max-width: 760px;
  margin: 0 auto 28px;
  display: grid;
  gap: 14px;
  justify-items: center;
  text-align: center;
}

.cases-intro p {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(92, 61, 140, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(63, 43, 92, 0.06);
  color: #3e3446;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.65;
}

.case-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
}

.case-proof {
  overflow: hidden;
  border: 1px solid rgba(92, 61, 140, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 28px rgba(63, 43, 92, 0.06);
}

.case-proof img {
  display: block;
  width: 100%;
  height: auto;
}

.card-index {
  padding: 8px 12px;
}

.pillar-card {
  border-color: rgba(112, 67, 184, 0.16);
}

.section-promise {
  padding-top: 34px;
}

.promise-box {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  justify-items: center;
}

.class-card {
  max-width: 920px;
  margin: 0 auto;
  gap: 28px;
  justify-items: center;
  text-align: center;
}

.class-head {
  display: grid;
  gap: 18px;
  justify-items: center;
}

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

.footer {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 0 0 56px;
  text-align: center;
}

@keyframes chipFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

@keyframes slotFill {
  0% {
    opacity: 0;
    transform: scale(0.4);
  }

  70% {
    opacity: 1;
    transform: scale(1.08);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes toastAppear {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(0.96);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes pencilCircle {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }

  15% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

@keyframes buttonShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal-delay {
  transition-delay: 90ms;
}

.reveal-delay-2 {
  transition-delay: 180ms;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 34px;
  }

  .pain-grid,
  .pillar-grid,
  .cases-grid,
  .class-meta {
    grid-template-columns: 1fr;
  }

  .pillar-map-shell .signal-list {
    grid-template-columns: 1fr;
  }

  .closing-visual {
    grid-template-columns: 1fr;
  }

  .journey-arrow {
    transform: rotate(90deg);
  }

  .booking-toast {
    position: static;
    margin-top: 14px;
    width: 100%;
  }
}

@media (max-width: 720px) {
  .intro-band {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .intro-band p {
    font-size: 1rem;
  }

  .method-band-track {
    flex-direction: column;
    gap: 10px;
    padding: 18px 18px;
  }

  .method-band-track span:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 720px) {
  .section {
    padding: 64px 0;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 14vw, 4.3rem);
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-kicker-ring {
    padding-inline: 18px;
  }

  .hero-actions {
    align-items: stretch;
  }

  .primary-button {
    width: 100%;
  }

  .section-soft::before {
    inset: 12px 0;
    border-radius: 28px;
  }

  .hero-panel-shell,
  .info-card,
  .pillar-card,
  .class-card,
  .promise-box,
  .pillar-map-shell {
    padding: 22px;
  }
}
