:root {
  --navy: #071a38;
  --deep: #030d20;
  --red: #b21f28;
  --gold: #d39b32;
  --cream: #f7f2e9;
  --ink: #111827;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body.lion-lp-body {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

body {
  color: var(--ink);
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.5;
}

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

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

ul {
  list-style: none;
}

em {
  color: var(--red);
  font-style: normal;
}

small {
  font-size: 80%;
}

.section {
  max-width: 1160px;
  margin: auto;
  padding: 100px 30px;
}

.section-wide {
  width: 100%;
}

.site-header {
  z-index: 30;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  height: 78px;
  padding: 0 max(28px, 50% - 580px);
  display: flex;
  position: relative;
}

.brand {
  align-items: center;
  display: flex;
}

.brand-logo {
  height: 48px;
  width: auto;
  display: block;
}

.header-contact {
  color: var(--navy);
  font: 700 24px Arial, sans-serif;
}

.header-contact small {
  text-align: right;
  letter-spacing: 0.08em;
  font: 11px sans-serif;
  display: block;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero {
  color: #fff;
  background-image:
    linear-gradient(90deg, #020d21f5 0%, #041935de 38%, #03122859 72%, #01081494 100%),
    url("images/hero_bg.jpg");
  background-position: 50% 56%;
  background-size: cover;
  padding: 16px 20px 0;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  pointer-events: none;
  background: linear-gradient(115deg, #030d201a, #0000 55%, #030d20cc);
  position: absolute;
  inset: 0;
}

.hero-visual {
  z-index: 2;
  width: 100%;
  max-width: 1160px;
  height: auto;
  margin: 0 auto;
  position: relative;
  display: block;
}

.hero-btn {
  z-index: 4;
  width: 90%;
  max-width: 800px;
  margin: 36px auto 30px;
  position: relative;
  display: block;
  transition: transform 0.2s, filter 0.2s;
}

.hero-btn img {
  width: 100%;
  height: auto;
}

.hero-btn:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
}

.hero-copy {
  z-index: 3;
  width: 64%;
  padding: 50px 30px;
  position: relative;
}

.eyebrow,
.kicker {
  letter-spacing: 0.22em;
  font: 700 13px Arial, sans-serif;
}

.eyebrow {
  background: #020d214d;
  border: 1px solid #fff9;
  padding: 9px 14px;
  display: inline-block;
}

.hero h1 {
  text-shadow: 0 2px 10px #00102c;
  margin: 22px 0 14px;
  font-family: "Noto Serif JP", serif;
  font-size: 55px;
  line-height: 1.25;
  font-weight: 700;
}

.hero h1 em {
  color: #fff;
  text-underline-offset: 10px;
  font-size: 1.18em;
  text-decoration: underline #df2e35;
}

.hero-lead {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.8;
}

.hero-lead span {
  color: #ffbd3e;
  margin-left: 4px;
}

.course-title {
  text-shadow: 0 4px 10px #001;
  flex-direction: column;
  margin-top: 20px;
  font-family: "Noto Serif JP", serif;
  line-height: 0.95;
  display: flex;
}

.course-title strong {
  letter-spacing: 0.08em;
  font-size: 70px;
}

.course-title b {
  color: #0000;
  letter-spacing: 0.04em;
  background: linear-gradient(#fff, #d9a340);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 82px;
}

.course-title small {
  letter-spacing: 0.08em;
  margin-top: 18px;
  font-size: 35px;
  font-weight: 500;
}

.hero-matsuda {
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(0 10px 25px #020a17);
  width: 48%;
  height: 96%;
  position: absolute;
  bottom: 0;
  right: 2%;
}

.hero-results {
  z-index: 5;
  background: #10172c;
  border: 1px solid #ffffff40;
  border-radius: 9px;
  grid-template-columns: 1.1fr repeat(4, 1fr);
  max-width: 1110px;
  margin: -22px auto 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero-results span,
.hero-results > strong {
  text-align: center;
  border-right: 1px solid #63718c;
  padding: 18px 15px;
  font-weight: 700;
}

.hero-results > strong {
  font-size: 23px;
}

.hero-results span {
  font-size: 15px;
}

.hero-results b {
  font-size: 27px;
}

.hero-results em {
  color: #ffbd24;
  font-size: 27px;
  font-weight: 900;
  display: block;
}

.hero-bottom {
  z-index: 4;
  background: #b61e29;
  border-radius: 70px;
  align-items: center;
  gap: 22px;
  max-width: 1110px;
  margin: 14px auto 30px;
  padding: 14px 18px;
  display: flex;
  position: relative;
}

.hero-bottom p {
  flex: 1;
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}

.hero-bottom p strong {
  font-size: 25px;
}

.limit {
  color: #8c1520;
  background: #f4b800;
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 83px;
  height: 83px;
  line-height: 0.9;
  display: flex;
}

.limit strong {
  font-size: 32px;
}

.limit b {
  font-size: 12px;
}

.apply-button {
  color: #172038;
  white-space: nowrap;
  background: #f4b633;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 19px 24px;
  font-weight: 900;
  transition: all 0.2s;
  display: flex;
  box-shadow: 0 8px 24px #0003;
}

.apply-button:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
}

.apply-button span {
  font-size: 24px;
}

.apply-button.dark {
  background: var(--red);
  color: #fff;
  min-width: 390px;
}

.event-strip {
  z-index: 10;
  background: var(--cream);
  width: 100%;
  margin: 0;
  padding: 22px 20px 26px;
  position: relative;
  box-shadow: 0 8px 28px #04183418;
}

.event-strip-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.event-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  width: 100%;
}

.event-row-info {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  align-items: start;
  gap: 16px 56px;
  width: 100%;
  padding-top: 18px;
  border-top: 2px solid var(--gold);
}

.event-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.event-date,
.event-time,
.event-body {
  margin: 0;
}

.event-date {
  display: flex;
  align-items: center;
  gap: 10px;
}

.event-date strong {
  color: var(--navy);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  display: flex;
  align-items: baseline;
}

.event-day {
  font-size: 58px;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.event-date b {
  color: var(--navy);
  background: var(--gold);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.event-time strong {
  color: var(--navy);
  font-size: 28px;
  font-weight: 900;
  display: block;
  line-height: 1.1;
}

.event-time span {
  color: #4b5565;
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-top: 4px;
}

.event-label {
  color: #fff;
  background: var(--navy);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%);
  flex: none;
  padding: 8px 28px 8px 16px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.06em;
  display: inline-flex;
  align-items: center;
}

.event-body {
  min-width: 0;
  flex: none;
}

.event-body strong {
  color: var(--navy);
  font-size: 24px;
  font-weight: 900;
  display: block;
  line-height: 1.25;
}

.event-body span {
  color: #4b5565;
  font-size: 13px;
  font-weight: 700;
  display: block;
  margin-top: 2px;
}

.event-venue strong {
  font-size: 28px;
}

.event-venue span {
  font-size: 15px;
}

.event-audience strong {
  font-size: 26px;
  letter-spacing: -0.03em;
}

.event-audience span {
  color: var(--navy);
  font-size: 20px;
  font-weight: 800;
  margin-top: 4px;
}

.event-badge {
  color: #fff;
  border-radius: 10px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  display: inline-flex;
  align-items: center;
}

.event-badge-red {
  background: var(--red);
}

.section-heading span {
  letter-spacing: 0.24em;
  color: var(--gold);
  font: 700 12px Arial, sans-serif;
}

.section-heading h2,
.split h2,
.message h2,
.profile h2 {
  color: var(--navy);
  margin: 12px 0 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 42px;
  line-height: 1.35;
  font-weight: 700;
}

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

.section-heading.center p {
  max-width: 720px;
  margin: 20px auto;
  line-height: 1.9;
}

.problem-grid {
  grid-template-columns: 1.25fr 0.75fr;
  align-items: stretch;
  gap: 30px;
  display: grid;
}

.problem-grid > img {
  object-fit: cover;
  border-radius: 4px;
  height: 100%;
}

.check-card {
  background: var(--cream);
  border-left: 5px solid var(--gold);
  padding: 34px 38px;
}

.check-card ul {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

.check-card li {
  border-bottom: 1px solid #d7cfc1;
  padding: 11px 0 11px 36px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.check-card li::before {
  content: "✓";
  color: var(--red);
  font-size: 22px;
  position: absolute;
  left: 3px;
}

.check-card p {
  line-height: 2;
}

.why {
  background: var(--cream);
  position: relative;
}

.why::before {
  content: "";
  background:
    linear-gradient(#071a3805, #071a3840),
    url("images/large-class-study.jpeg") 50% 57% / cover;
  width: 100%;
  height: min(42vw, 540px);
  display: block;
}

.split {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
  display: grid;
}

.split > img {
  object-fit: cover;
  width: 100%;
  height: 500px;
  box-shadow: -18px 18px 0 var(--gold);
}

.why .split > img {
  display: none;
}

.why .split {
  text-align: center;
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}

.kicker {
  color: var(--red);
}

.split h2 em {
  font-size: 1.15em;
}

.split > div > p:not(.kicker) {
  color: #4b5565;
  line-height: 2;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 36px;
  justify-items: center;
}

.feature-list span {
  aspect-ratio: 1;
  width: 100%;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 24px 16px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 20px #04183414;
  font-weight: 800;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}

.feature-list b {
  margin: 0;
  color: var(--gold);
  background: none;
  border-radius: 0;
  width: auto;
  height: auto;
  font: 800 22px Arial, sans-serif;
  display: block;
}

.change {
  background: #020b1c;
  padding-top: 80px;
}

.change .section-heading {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px 40px;
}

.change .section-heading h2 {
  color: #fff;
  margin-bottom: 0;
}

.change .section-heading h2 em {
  color: var(--red);
}

.change-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.change-grid::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 88px;
  background: linear-gradient(#020b1c, transparent);
  z-index: 3;
  pointer-events: none;
}

.before,
.after {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.before {
  grid-column: 1;
  grid-row: 1;
  z-index: 2;
  position: relative;
  align-items: flex-end;
  margin-right: -200px;
  padding: 80px 248px 80px 40px;
  color: #eef1f5;
  background-image:
    linear-gradient(90deg, #030d2033 0%, #030d20b3 55%),
    url("images/before.jpg");
  background-position: 38% 50%;
  clip-path: polygon(0 0, calc(100% - 200px) 0, 100% 50%, calc(100% - 200px) 100%, 0 100%);
}

.after {
  grid-column: 2;
  grid-row: 1;
  align-items: flex-start;
  padding: 80px 40px 80px 220px;
  color: #fff;
  background-image:
    linear-gradient(270deg, #071a3826 0%, #071a38b0 55%),
    url("images/after.jpg");
  background-position: 72% 40%;
}

.change-grid small,
.change-grid ul {
  width: 100%;
  max-width: 480px;
}

.change-grid small {
  letter-spacing: 0.18em;
  font: 700 18px Arial, sans-serif;
}

.change-grid ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.change-grid li {
  border-bottom: 1px solid #ffffff33;
  padding: 14px 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.after li::before {
  content: "✓";
  color: #f4b633;
  margin-right: 10px;
}

.message {
  color: var(--navy);
  background: #e3dfe4;
  overflow: hidden;
}

.message-inner {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  align-items: stretch;
  gap: 0;
  max-width: none;
  width: 100%;
  min-height: 640px;
  padding: 0 max(30px, calc((100% - 1100px) / 2)) 0 0;
  display: grid;
}

.message-inner > img {
  object-fit: cover;
  object-position: 42% 18%;
  width: 100%;
  height: 100%;
  min-height: 640px;
  mask-image: linear-gradient(90deg, #000 48%, transparent 92%);
  -webkit-mask-image: linear-gradient(90deg, #000 48%, transparent 92%);
}

.message-inner > div {
  z-index: 1;
  padding: 100px 0 80px 40px;
}

.gold {
  color: var(--gold);
}

.message h2 {
  color: var(--navy);
  font-size: 50px;
}

.message h2 em {
  color: var(--red);
}

.message p {
  color: #3a4458;
  line-height: 2;
}

.message blockquote {
  border-left: 3px solid var(--gold);
  color: var(--navy);
  margin: 28px 0;
  padding: 20px 25px;
  font: 700 22px/1.8 "Noto Serif JP", serif;
}

.signature {
  text-align: right;
}

.signature strong {
  color: var(--navy);
  font-size: 22px;
}

.profile {
  grid-template-columns: 1.3fr 0.7fr;
  align-items: center;
  gap: 70px;
  display: grid;
}

.profile-copy > p:not(.kicker) {
  color: #4b5565;
  line-height: 2;
}

.profile-badges {
  gap: 10px;
  margin-top: 28px;
  display: flex;
  align-items: stretch;
}

.profile-badges img {
  flex: 1;
  width: 100%;
  min-width: 0;
  height: auto;
  display: block;
}

.book-card {
  width: 100%;
  height: auto;
  display: block;
}

.success {
  background: var(--navy);
}

.success-heading {
  padding-bottom: 0;
}

.section-heading.light h2,
.section-heading.light p {
  color: #fff;
}

.section-heading.light em {
  color: #f1b53b;
}

.success .section-heading p {
  max-width: none;
}

.results-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 45px;
  width: 100%;
  overflow: hidden;
}

.results-marquee {
  overflow: hidden;
  width: 100%;
}

.results-row {
  display: flex;
  width: max-content;
  will-change: transform;
}

.results-track {
  display: flex;
  gap: 8px;
  padding-right: 8px;
}

.results-row-top {
  animation: results-marquee-left 40s linear infinite;
}

.results-row-bottom {
  animation: results-marquee-right 40s linear infinite;
}

.results-grid:hover .results-row {
  animation-play-state: paused;
}

@keyframes results-marquee-left {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@keyframes results-marquee-right {
  from { transform: translate3d(-50%, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .results-row-top,
  .results-row-bottom {
    animation: none;
  }
}

.results-grid article {
  aspect-ratio: 1 / 1.1;
  background: #fff;
  position: relative;
  overflow: hidden;
  flex: 0 0 max(160px, calc((100vw - 40px) / 5));
  width: max(160px, calc((100vw - 40px) / 5));
}

.results-grid img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.results-grid article div {
  text-align: center;
  background: #ffffffed;
  padding: 10px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.results-grid small,
.results-grid strong {
  display: block;
}

.results-grid small {
  color: var(--red);
  font-weight: 700;
}

.results-grid small b {
  font-size: 22px;
  font-weight: 900;
}

.results-grid strong {
  color: var(--navy);
  font-size: 20px;
  font-weight: 800;
}

.disclaimer {
  text-align: right;
  color: #abb8ca;
  font-size: 10px;
  max-width: 1160px;
  margin: 16px auto 0;
  padding: 0 30px 100px;
}

.voice-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
  display: grid;
}

.voice-grid article {
  border-top: 4px solid var(--navy);
  background: #f7f5f1;
  padding: 30px;
}

.voice-grid article > b {
  color: var(--navy);
  font: 700 20px "Noto Serif JP", serif;
  display: block;
  padding-bottom: 12px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--navy);
}

.voice-grid p {
  color: #5a6371;
  font-size: 14px;
  line-height: 1.9;
}

.voice-grid strong {
  color: var(--red);
  display: block;
  margin-top: 14px;
  text-align: center;
  font: 700 24px/1.55 "Noto Serif JP", serif;
}

.details {
  color: var(--navy);
  background: var(--cream);
}

.detail-list {
  max-width: 880px;
  margin: 40px auto 0;
}

.detail-list > div {
  display: grid;
  grid-template-columns: 160px 1fr;
  align-items: center;
  border-bottom: 1px solid #e4d6bc;
}

.detail-list > div:first-child {
  border-top: 1px solid #e4d6bc;
}

.detail-list dt {
  text-align: center;
  color: var(--gold);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.12em;
  padding: 28px 12px;
}

.detail-list dt::after {
  content: "";
  display: block;
  width: 2.4em;
  height: 2px;
  background: var(--gold);
  margin: 10px auto 0;
}

.detail-list dd {
  padding: 22px 12px 22px 36px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
}

.detail-list dd.detail-audience {
  font-size: 24px;
}

.detail-list dd.detail-audience span {
  color: var(--navy);
  font-size: 20px;
  font-weight: 700;
}

.detail-list dd span,
.detail-list dd small {
  display: block;
  margin-top: 4px;
  color: #5c6573;
  font-size: 13px;
  font-weight: 500;
}

.detail-list dd small {
  display: inline;
  margin: 0 0 0 4px;
  font-size: 12px;
}

.detail-cta {
  padding-top: 35px;
}

.detail-cta .hero-btn {
  margin: 0 auto;
}

.faq-list {
  max-width: 850px;
  margin: 40px auto;
}

.faq-list details {
  border-bottom: 1px solid #d8dde4;
}

.faq-list summary {
  cursor: pointer;
  align-items: center;
  gap: 18px;
  padding: 22px 8px;
  font-weight: 700;
  list-style: none;
  display: flex;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary b,
.faq-list p b {
  color: var(--red);
  font: 700 20px Arial, sans-serif;
}

.faq-list summary span {
  color: var(--gold);
  margin-left: auto;
  font-size: 22px;
}

.faq-list p {
  color: #566171;
  margin: 0;
  padding: 0 20px 25px 48px;
  line-height: 1.9;
}

.faq-list p b {
  margin-right: 16px;
}

.final-cta {
  text-align: center;
  color: #fff;
  background:
    linear-gradient(#020b1cd1, #020b1cf0),
    url("images/students-group.jpg") 50% / cover;
  padding: 95px 25px;
}

.final-cta h2 {
  margin: 16px 0;
  font: 700 52px/1.35 "Noto Serif JP", serif;
}

.final-cta p:not(.kicker) {
  color: #d7dfeb;
}

.final-cta .apply-button {
  width: max-content;
  margin: 30px auto 12px;
}

.final-cta > small {
  color: #aeb9ca;
}

footer {
  color: var(--navy);
  background: var(--cream);
  justify-content: space-between;
  align-items: center;
  padding: 35px max(28px, 50% - 580px);
  display: flex;
}

footer .brand-logo {
  height: 44px;
}

footer p {
  text-align: right;
  color: #5c6573;
}

footer p a {
  color: var(--navy);
  font: 700 26px Arial, sans-serif;
  display: block;
}

footer p small {
  display: block;
}

.mobile-apply {
  display: none;
}

@media (width <= 800px) {
  .site-header {
    height: 64px;
    padding: 0 15px;
  }

  .brand-logo {
    height: 36px;
  }

  .header-contact {
    font-size: 16px;
  }

  .header-contact small {
    font-size: 8px;
  }

  .section {
    padding: 70px 20px;
  }

  .success-heading {
    padding-bottom: 0;
  }

  .disclaimer {
    padding: 12px 20px 70px;
  }

  .hero {
    background-position: 58%;
    padding: 8px 0 0;
  }

  .hero-visual {
    max-width: none;
  }

  .hero-btn {
    width: 90%;
    max-width: none;
    margin: 24px auto 30px;
  }

  .hero-btn:hover {
    transform: none;
  }

  .event-strip {
    padding: 16px 14px 20px;
  }

  .event-strip-inner {
    gap: 12px;
    align-items: stretch;
  }

  .event-row-main {
    gap: 8px 12px;
  }

  .event-badge {
    order: -1;
    width: 100%;
    justify-content: center;
  }

  .event-row-info {
    grid-template-columns: 1fr;
    justify-content: start;
    justify-items: start;
    gap: 12px;
  }

  .event-date strong {
    font-size: 20px;
  }

  .event-day {
    font-size: 40px;
  }

  .event-date b {
    padding: 6px 10px;
    font-size: 12px;
  }

  .event-time strong {
    font-size: 20px;
  }

  .event-body strong {
    font-size: 18px;
  }

  .event-venue strong {
    font-size: 22px;
  }

  .event-audience strong {
    font-size: 20px;
  }

  .event-audience span {
    font-size: 16px;
  }

  .section-heading h2,
  .split h2,
  .message h2,
  .profile h2 {
    font-size: 30px;
  }

  .problem-grid,
  .split,
  .message-inner,
  .profile {
    grid-template-columns: 1fr;
  }

  .problem-grid > img {
    order: -1;
    height: auto;
  }

  .check-card {
    padding: 25px 20px;
  }

  .check-card li {
    padding-left: 28px;
    font-size: 14px;
  }

  .why::before {
    background-position: 58%;
    height: 300px;
  }

  .split {
    gap: 45px;
  }

  .split > img {
    height: 310px;
    box-shadow: -9px 9px 0 var(--gold);
  }

  .feature-list {
    gap: 10px;
    margin-top: 28px;
  }

  .feature-list span {
    max-width: 120px;
    padding: 16px 10px;
    font-size: 13px;
  }

  .feature-list b {
    font-size: 16px;
  }

  .change {
    padding-top: 64px;
  }

  .change .section-heading {
    margin-bottom: 0;
    padding: 0 20px 28px;
  }

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

  .before,
  .after {
    grid-column: 1;
    min-height: 360px;
    align-items: center;
    margin-right: 0;
    padding: 56px 28px 80px;
    background-image:
      linear-gradient(#030d208f, #030d20c4),
      url("images/before.jpg");
    background-position: center;
    clip-path: none;
  }

  .after {
    padding-top: 80px;
    background-image:
      linear-gradient(#071a387a, #071a38b8),
      url("images/after.jpg");
  }

  .before {
    grid-row: 1;
    z-index: 2;
    margin-bottom: -56px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 56px), 50% 100%, 0 calc(100% - 56px));
  }

  .after {
    grid-row: 2;
  }

  .change-grid small {
    font-size: 16px;
  }

  .change-grid li {
    font-size: 18px;
    padding: 12px 0;
  }

  .message-inner {
    gap: 0;
    min-height: 0;
    padding: 0;
  }

  .message-inner > img {
    width: 100%;
    height: 420px;
    min-height: 0;
    margin: 0;
    mask-image: linear-gradient(#000 62%, transparent);
    -webkit-mask-image: linear-gradient(#000 62%, transparent);
  }

  .message-inner > div {
    padding: 8px 20px 60px;
  }

  .message blockquote {
    font-size: 18px;
  }

  .profile {
    gap: 35px;
  }

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

  .detail-list > div {
    grid-template-columns: 92px 1fr;
  }

  .detail-list dt {
    font-size: 13px;
    padding: 20px 8px;
    letter-spacing: 0.06em;
  }

  .detail-list dd {
    padding: 18px 8px 18px 16px;
    font-size: 16px;
  }

  .detail-list dd.detail-audience {
    font-size: 20px;
  }

  .detail-list dd.detail-audience span {
    font-size: 16px;
  }

  .apply-button.dark {
    min-width: 0;
    width: 100% !important;
  }

  .final-cta h2 {
    font-size: 36px;
  }

  footer {
    flex-direction: column;
    gap: 25px;
    padding-bottom: 90px;
  }

  footer p {
    text-align: center;
  }

  .mobile-apply {
    z-index: 100;
    color: #fff;
    text-align: center;
    background: #b61e29;
    padding: 17px;
    font-weight: 900;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -4px 15px #0003;
  }
}
