:root {
  --ink: #111329;
  --muted: #505469;
  --line: rgba(30, 33, 70, 0.12);
  --paper: #f8f8ff;
  --white: #ffffff;
  --pink: #ff067b;
  --magenta: #d600db;
  --purple: #5a17e7;
  --blue: #1658ff;
  --cyan: #20c8ff;
  --navy: #101126;
  --navy-light: #191b3a;
  --gradient: linear-gradient(120deg, var(--pink), var(--magenta) 42%, var(--purple) 70%, var(--blue));
  --gradient-blue: linear-gradient(135deg, #5a17e7, #115dff);
  --shadow: 0 24px 70px rgba(50, 28, 143, 0.16);
  --radius: 24px;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::selection {
  color: var(--white);
  background: var(--purple);
}

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

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

button,
input,
textarea {
  font: inherit;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 8px 14px;
  color: var(--white);
  background: var(--ink);
  border-radius: 8px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: 76px;
  transition: background 0.3s, box-shadow 0.3s, backdrop-filter 0.3s;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.87);
  box-shadow: 0 8px 32px rgba(31, 26, 80, 0.08);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 36px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.12em;
}

.partner-brand {
  flex: 0 0 auto;
}

.brand-logos {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.brand-logo {
  display: block;
  width: auto;
  object-fit: contain;
}

.brand-logo-link,
.company-logo-link {
  display: inline-block;
  line-height: 0;
}

.brand-logo-link {
  transition: opacity 0.2s, transform 0.2s;
}

.brand-logo-link:hover {
  opacity: 0.78;
  transform: translateY(-1px);
}

.brand-logo-glohai {
  position: relative;
  top: 1px;
  height: 26px;
}

.brand-logo-virtualexpo {
  height: 34px;
}

.brand-logo-jetro {
  position: relative;
  top: -1px;
  height: 29px;
}

.brand-multiply {
  color: var(--purple);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.brand-mark {
  width: 30px;
  height: 30px;
  background: conic-gradient(from 210deg, var(--pink), var(--purple), var(--blue), var(--pink));
  border-radius: 50% 7px 50% 50%;
  box-shadow: 0 0 18px rgba(218, 0, 219, 0.36);
  transform: rotate(12deg);
}

.header-nav {
  display: flex;
  margin-left: auto;
  gap: 30px;
  color: #40435b;
  font-size: 13px;
  font-weight: 700;
}

.header-nav a {
  color: var(--ink);
  transition: color 0.2s;
}

.header-nav a:hover {
  color: var(--purple);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 58px;
  padding: 0 28px;
  color: var(--white);
  background: var(--gradient);
  border: 0;
  border-radius: 14px;
  box-shadow: 0 13px 32px rgba(160, 12, 200, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(94, 20, 225, 0.33);
  filter: saturate(1.14);
}

.button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(22, 88, 255, 0.32);
  outline-offset: 3px;
}

.button-small {
  min-height: 42px;
  padding-inline: 20px;
  border-radius: 999px;
  font-size: 13px;
}

.button-large {
  min-width: 300px;
  min-height: 64px;
  border-radius: 17px;
}

.hero {
  position: relative;
  min-height: 850px;
  padding: 150px 0 50px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97), rgba(251, 249, 255, 0.87)),
    repeating-linear-gradient(90deg, transparent, transparent 90px, rgba(96, 39, 227, 0.025) 91px);
  isolation: isolate;
  overflow: hidden;
}

.hero::after {
  position: absolute;
  z-index: -1;
  top: 76px;
  right: -15%;
  width: 65%;
  height: 80%;
  background:
    linear-gradient(90deg, transparent 5%, rgba(255, 5, 123, 0.06) 30%, transparent 55%),
    repeating-linear-gradient(0deg, transparent 0 17px, rgba(95, 20, 225, 0.035) 18px);
  content: "";
  transform: skewX(-8deg);
}

.hero-orb,
.entry-orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.hero-orb-pink {
  top: -170px;
  left: -120px;
  width: 430px;
  height: 430px;
  background: radial-gradient(circle, rgba(255, 0, 123, 0.16), transparent 67%);
}

.hero-orb-blue {
  right: -160px;
  bottom: -150px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(31, 81, 255, 0.17), transparent 68%);
}

.hero-grid {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 8px 14px;
  color: var(--purple);
  background: rgba(91, 23, 231, 0.06);
  border: 1px solid rgba(91, 23, 231, 0.13);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.live-dot {
  width: 7px;
  height: 7px;
  background: var(--pink);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 6, 123, 0.1);
}

.hero-kicker {
  margin: 0 0 5px;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.hero h1 {
  margin: 0;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: -0.085em;
}

.hero h1 span {
  color: transparent;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero h1 b {
  font: inherit;
  white-space: nowrap;
}

.hero-lead {
  margin: 28px 0 25px;
  color: #40445b;
  font-size: 18px;
  line-height: 1.85;
}

.hero-lead strong {
  color: var(--pink);
}

.event-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.event-pill {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(49, 32, 113, 0.06);
}

.pill-icon {
  display: grid;
  width: 30px;
  height: 30px;
  color: var(--purple);
  background: rgba(91, 23, 231, 0.08);
  border-radius: 8px;
  place-items: center;
  font-size: 13px;
}

.event-pill span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.event-pill small {
  color: #777a8e;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.event-pill strong {
  margin-top: 4px;
  color: var(--ink);
  font-size: 14px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 28px;
}

.text-link {
  position: relative;
  color: var(--purple);
  font-size: 14px;
  font-weight: 800;
}

.text-link::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform-origin: left;
  transition: transform 0.2s;
}

.text-link:hover::after {
  transform: scaleX(0.55);
}

.microcopy {
  margin: 10px 0 0;
  color: #65697d;
  font-size: 11px;
}

.hero-visual {
  position: relative;
  width: min(100%, 520px);
  margin-left: auto;
}

.visual-glow {
  position: absolute;
  z-index: -1;
  inset: 10% 0;
  background: var(--gradient);
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.23;
}

.banner-frame {
  position: relative;
  aspect-ratio: 0.78;
  margin: 0;
  padding: 7px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.38));
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  box-shadow: 0 35px 80px rgba(46, 26, 134, 0.21), 0 0 0 1px rgba(103, 51, 227, 0.07);
  transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
  overflow: hidden;
}

.banner-frame::after {
  position: absolute;
  top: 0;
  left: -60%;
  width: 35%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  content: "";
  transform: skewX(-20deg);
  animation: shine 6s ease-in-out infinite 1s;
}

.banner-frame img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: cover;
  object-position: center;
}

.trust-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 90px;
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(70, 46, 151, 0.1);
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(45, 32, 100, 0.07);
  backdrop-filter: blur(12px);
}

.trust-bar span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.trust-bar i {
  color: var(--pink);
  font-style: normal;
}

.trust-bar p {
  margin: 0 0 0 auto;
  color: var(--purple);
  font-weight: 900;
}

.section {
  position: relative;
  padding: 120px 0;
}

.section-dark {
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 0, 123, 0.08), transparent 28%),
    radial-gradient(circle at 86% 78%, rgba(35, 87, 255, 0.09), transparent 32%),
    linear-gradient(135deg, #ffffff, #f7f5ff 58%, #f4f7ff);
  overflow: hidden;
}

.section-dark::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(78, 48, 172, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(78, 48, 172, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
}

.section-heading {
  position: relative;
  max-width: 780px;
  margin-bottom: 58px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-number {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--purple);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.section-heading h2,
.program-intro h2,
.audience-title h2,
.detail-heading h2,
.entry-copy h2,
.faq-heading h2,
.panel-copy h2 {
  margin: 0;
  font-size: clamp(36px, 4.7vw, 64px);
  font-weight: 950;
  line-height: 1.24;
  letter-spacing: -0.06em;
  line-break: strict;
  text-wrap: balance;
  word-break: auto-phrase;
}

.section-heading h2 em,
.program-intro h2 em,
.audience-title h2 em,
.entry-copy h2 em,
.faq-heading h2 em,
.panel-copy h2 em {
  color: transparent;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
}

.issue-heading-line {
  display: block;
  white-space: nowrap;
}

.section-heading > p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
}

.section-heading-light .section-number {
  color: var(--purple);
}

.section-heading-light > p:last-child {
  color: var(--muted);
}

#about .section-heading > p:last-child,
.learn-section .section-heading > p:last-child {
  color: var(--ink);
  font-size: clamp(19px, 1.65vw, 22px);
  font-weight: 700;
  line-height: 1.75;
}

#about .section-heading > p:last-child {
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.72);
  border-left: 4px solid var(--pink);
  border-radius: 0 12px 12px 0;
}

#about .section-heading > p:last-child strong,
.learn-section .section-heading > p:last-child strong {
  color: var(--purple);
  font-weight: 950;
}

.program-context {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.9em;
  font-weight: 650;
}

.overline {
  margin: 0 0 13px;
  color: var(--pink);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.17em;
}

.problem-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.problem-card {
  min-height: 255px;
  padding: 34px 32px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(87, 46, 191, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 18px 45px rgba(59, 36, 137, 0.08);
  transition: transform 0.25s, border-color 0.25s;
}

.problem-card:hover {
  border-color: rgba(221, 91, 255, 0.5);
  box-shadow: 0 24px 55px rgba(77, 41, 167, 0.13);
  transform: translateY(-6px);
}

.card-index {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 34px;
  color: #e899ff;
  background: rgba(216, 65, 255, 0.1);
  border: 1px solid rgba(216, 65, 255, 0.2);
  border-radius: 12px;
  place-items: center;
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
}

.problem-card h3 {
  margin: 0 0 14px;
  font-size: 23px;
  line-height: 1.45;
}

.problem-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.shift-section {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.9), rgba(244,243,255,0.95)),
    var(--paper);
}

.shift-layout {
  display: grid;
  align-items: center;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
}

.shift-copy {
  color: #50546a;
  font-size: 17px;
}

.shift-copy p {
  margin: 0 0 23px;
}

.shift-copy strong {
  color: var(--purple);
}

.shift-diagram {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  padding: 18px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(77, 47, 164, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.shift-side {
  display: flex;
  min-height: 210px;
  padding: 28px 22px;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.shift-side span {
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.shift-side strong {
  margin: 12px 0 9px;
  font-size: 28px;
  line-height: 1.4;
}

.shift-side small {
  font-size: 16px;
  line-height: 1.7;
}

.shift-before {
  color: #5f6377;
  background: #f0f0f6;
}

.shift-after {
  color: var(--white);
  background: var(--gradient-blue);
  box-shadow: 0 15px 35px rgba(58, 50, 211, 0.25);
}

.shift-arrow {
  color: var(--pink);
  font-size: 30px;
  font-weight: 300;
}

.authentic-section {
  padding-top: 10px;
  background: linear-gradient(to bottom, #f7f7ff, #fff);
}

.authentic-panel {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 600px;
  padding: 70px;
  color: var(--ink);
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 30, 139, 0.1), transparent 27%),
    radial-gradient(circle at 72% 82%, rgba(0, 91, 255, 0.12), transparent 30%),
    linear-gradient(135deg, #ffffff, #faf8ff 62%, #f1f5ff);
  border: 1px solid rgba(87, 46, 191, 0.12);
  border-radius: 34px;
  box-shadow: 0 35px 90px rgba(55, 35, 126, 0.13);
  grid-template-columns: 1.24fr 0.76fr;
  overflow: hidden;
}

.authentic-panel::after {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(82, 45, 172, 0.035) 1px, transparent 1px);
  background-size: 100% 12px;
  content: "";
  pointer-events: none;
}

.panel-copy {
  position: relative;
  z-index: 1;
}

.panel-copy h2 {
  font-size: clamp(38px, 3.7vw, 50px);
  line-height: 1.3;
  letter-spacing: -0.055em;
}

.panel-copy h2 .headline-line {
  display: inline-block;
  white-space: nowrap;
}

.panel-copy .section-number {
  color: var(--purple);
}

.panel-copy > p:last-child {
  max-width: 580px;
  margin: 28px 0 0;
  color: var(--muted);
}

.authentic-visual {
  position: relative;
  min-height: 420px;
}

.core-word {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 190px;
  height: 190px;
  color: var(--white);
  background: radial-gradient(circle at 30% 20%, #ff39a2, #9d0ee8 45%, #3421d3 75%, #0c5eff);
  border: 1px solid rgba(255,255,255,0.32);
  border-radius: 50%;
  box-shadow: 0 0 90px rgba(199, 17, 226, 0.47), inset 0 1px 15px rgba(255,255,255,0.24);
  place-content: center;
  text-align: center;
  transform: translate(-50%, -50%);
}

.core-word small,
.core-word span {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.core-word strong {
  font-size: 45px;
  line-height: 1.15;
}

.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(90, 23, 231, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit-one {
  width: 300px;
  height: 300px;
}

.orbit-two {
  width: 400px;
  height: 400px;
  border-style: dashed;
  animation: rotate 30s linear infinite;
}

.orbit-tag {
  position: absolute;
  z-index: 4;
  padding: 8px 13px;
  color: var(--purple);
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(90, 23, 231, 0.16);
  box-shadow: 0 8px 22px rgba(72, 42, 151, 0.1);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.tag-one { top: 14%; left: 5%; }
.tag-two { top: 30%; right: -1%; }
.tag-three { bottom: 12%; left: 15%; }

.learn-section {
  background: var(--white);
}

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

.learning-card {
  min-height: 248px;
  padding: 34px 32px;
  background: #fbfbff;
  border: 1px solid rgba(61, 41, 137, 0.1);
  border-radius: 20px;
  transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
}

.learning-card:hover {
  background: var(--white);
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.learning-card > span {
  display: inline-flex;
  margin-bottom: 38px;
  color: transparent;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 36px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0.04em;
}

.learning-card h3 {
  margin: 0 0 14px;
  font-size: 23px;
  line-height: 1.45;
}

.learning-card h3 .heading-phrase {
  white-space: nowrap;
}

.learning-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.inline-cta {
  display: flex;
  align-items: center;
  margin-top: 28px;
  padding: 26px 28px 26px 34px;
  color: var(--white);
  background:
    radial-gradient(circle at 15% 50%, rgba(255,0,123,0.21), transparent 22%),
    linear-gradient(120deg, #16172e, #24235d);
  border-radius: 20px;
  justify-content: space-between;
  gap: 30px;
}

.inline-cta div {
  display: flex;
  flex-direction: column;
}

.inline-cta small {
  margin-bottom: 4px;
  color: #d08cff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.inline-cta strong {
  font-size: 18px;
}

.program-section {
  background: linear-gradient(135deg, #f0effd, #fafaff 45%, #f4f5ff);
}

.program-layout {
  display: grid;
  align-items: start;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 90px;
}

.program-intro {
  position: sticky;
  top: 130px;
}

.program-intro > p:not(.overline) {
  margin: 24px 0;
  color: var(--muted);
}

.program-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.program-list li {
  display: grid;
  align-items: center;
  min-height: 140px;
  border-bottom: 1px solid rgba(46, 39, 101, 0.12);
  grid-template-columns: 92px 1fr;
}

.program-list li:first-child {
  border-top: 1px solid rgba(46, 39, 101, 0.12);
}

.program-list li > span {
  color: transparent;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 34px;
  font-weight: 300;
}

.program-list small {
  color: var(--purple);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.program-list h3 {
  margin: 4px 0 0;
  font-size: 20px;
  line-height: 1.5;
}

.outcome-section {
  background: var(--white);
}

.outcome-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
}

.outcome-card {
  min-height: 390px;
  padding: 44px;
  border-radius: 25px;
}

.outcome-before {
  color: #4d5062;
  background: #f0f1f7;
  border: 1px solid #e2e3eb;
}

.outcome-after {
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0, rgba(255, 26, 142, 0.35), transparent 30%),
    linear-gradient(135deg, #281260, #2631a4 80%, #075eff);
  box-shadow: 0 28px 60px rgba(42, 29, 148, 0.24);
}

.outcome-label {
  display: inline-flex;
  margin-bottom: 35px;
  padding: 8px 16px;
  background: rgba(255,255,255,0.13);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0.16em;
}

.outcome-before .outcome-label {
  background: #e1e2e9;
  border-color: #d7d8e1;
}

.outcome-card h3 {
  margin: 0 0 23px;
  font-size: 23px;
}

.outcome-card ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 14px;
  list-style: none;
}

.outcome-card li {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  line-height: 1.75;
}

.outcome-card li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  opacity: 0.5;
}

.outcome-after li::after {
  position: absolute;
  top: 9px;
  left: 5px;
  width: 4px;
  height: 7px;
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  content: "";
  transform: rotate(45deg);
}

.outcome-arrow {
  display: grid;
  width: 56px;
  height: 56px;
  color: var(--white);
  background: var(--gradient);
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(178, 13, 204, 0.25);
  place-items: center;
  font-size: 22px;
}

.audience-section {
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 0, 123, 0.07), transparent 28%),
    radial-gradient(circle at 86% 78%, rgba(31, 88, 255, 0.08), transparent 30%),
    linear-gradient(135deg, #ffffff, #f7f5ff 60%, #f4f7ff);
}

.audience-layout {
  display: grid;
  align-items: start;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 85px;
}

.audience-title {
  position: sticky;
  top: 130px;
}

.audience-title .section-number {
  color: var(--purple);
}

.audience-list {
  display: grid;
  gap: 12px;
}

.audience-item {
  display: grid;
  align-items: center;
  min-height: 92px;
  padding: 20px 28px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(86, 46, 184, 0.12);
  border-radius: 15px;
  box-shadow: 0 12px 30px rgba(58, 38, 125, 0.06);
  grid-template-columns: 55px 1fr;
  transition: background 0.2s, transform 0.2s;
}

.audience-item:hover {
  background: var(--white);
  box-shadow: 0 18px 40px rgba(67, 40, 145, 0.11);
  transform: translateX(5px);
}

.audience-item span {
  color: var(--purple);
  font-size: 18px;
  font-weight: 950;
}

.audience-item p {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
}

.audience-item strong {
  color: var(--purple);
}

.speaker-section {
  background:
    radial-gradient(circle at 10% 70%, rgba(255,0,123,0.08), transparent 25%),
    var(--paper);
}

.speaker-profile {
  display: grid;
  align-items: center;
  padding: 42px;
  background:
    radial-gradient(circle at 90% 10%, rgba(25, 88, 255, 0.08), transparent 30%),
    rgba(255,255,255,0.92);
  border: 1px solid rgba(92, 44, 206, 0.13);
  border-radius: 28px;
  box-shadow: var(--shadow);
  grid-template-columns: 300px 1fr;
  gap: 54px;
}

.speaker-profile + .speaker-profile {
  margin-top: 28px;
}

.speaker-profile-glohai {
  grid-template-columns: 240px 1fr;
}

.speaker-profile-glohai .speaker-photo {
  width: 100%;
  max-width: 240px;
  justify-self: center;
}

.speaker-profile-glohai .speaker-photo img {
  padding: 0;
  background: transparent;
  object-fit: cover;
  object-position: center;
}

.speaker-photo {
  position: relative;
  margin: 0;
  padding: 8px;
  background: var(--gradient);
  border-radius: 23px;
  box-shadow: 0 22px 48px rgba(70, 38, 171, 0.22);
  overflow: hidden;
}

.speaker-photo img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 17px;
  filter: grayscale(1);
}

.speaker-content {
  min-width: 0;
}

.speaker-company {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  color: var(--purple);
  background: rgba(91, 23, 231, 0.07);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.16em;
}

.speaker-content h3 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.25;
  letter-spacing: -0.05em;
}

.speaker-role {
  margin: 12px 0 23px;
  color: var(--purple);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.7;
}

.webinar-positioning {
  margin: 0;
  padding: 25px 30px;
  background: linear-gradient(110deg, rgba(255, 0, 123, 0.07), rgba(40, 79, 255, 0.07));
  border-left: 4px solid var(--pink);
  border-radius: 0 13px 13px 0;
}

.webinar-positioning small {
  display: block;
  margin-bottom: 10px;
  color: var(--purple);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.webinar-positioning p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(18px, 1.7vw, 22px);
  font-weight: 750;
  line-height: 1.75;
}

.webinar-positioning .webinar-support-note {
  margin-top: 15px;
  padding-top: 15px;
  color: #45495f;
  border-top: 1px solid rgba(91, 23, 231, 0.13);
  font-size: 16px;
  font-weight: 700;
}

.speaker-bio {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.speaker-tags {
  display: flex;
  margin-top: 27px;
  flex-wrap: wrap;
  gap: 8px;
}

.speaker-tags span {
  padding: 7px 12px;
  color: #53566b;
  background: #f3f2fa;
  border: 1px solid rgba(69, 49, 137, 0.08);
  border-radius: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.speaker-company-intro {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(69, 49, 137, 0.12);
}

.speaker-company-logo {
  display: block;
  width: min(100%, 180px);
  height: auto;
  margin-bottom: 14px;
}

.speaker-company-intro strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 17px;
}

.speaker-company-intro p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.speaker-company-intro a {
  display: inline-flex;
  align-items: center;
  color: var(--purple);
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
  gap: 6px;
}

.speaker-company-intro a:hover {
  text-decoration: underline;
}

.detail-section {
  background: var(--white);
}

.detail-layout {
  display: grid;
  align-items: start;
  grid-template-columns: 0.75fr 1.25fr;
  column-gap: 80px;
  row-gap: 42px;
}

.detail-positioning {
  grid-column: 1 / -1;
}

.detail-heading > p:last-child {
  color: var(--muted);
}

.detail-list {
  margin: 0;
  border-top: 1px solid var(--line);
}

.detail-list div {
  display: grid;
  padding: 24px 10px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 130px 1fr;
}

.detail-list dt {
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.detail-list dd {
  margin: 0;
  font-weight: 700;
}

.detail-list dd strong {
  color: var(--pink);
}

.detail-entities {
  display: grid;
  gap: 13px;
}

.detail-entities > span {
  display: grid;
  gap: 2px;
}

.detail-entities b {
  color: var(--ink);
  font-size: 16px;
}

.detail-entities a {
  width: fit-content;
  color: var(--purple);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.detail-entities a:hover {
  text-decoration: underline;
}

.organizer-card {
  display: grid;
  align-items: center;
  padding: 30px 34px;
  background: linear-gradient(120deg, rgba(143, 194, 66, 0.08), rgba(255, 255, 255, 0.94) 48%, rgba(91, 32, 232, 0.05));
  border: 1px solid rgba(92, 44, 206, 0.12);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(58, 38, 125, 0.08);
  grid-column: 1 / -1;
  grid-template-columns: 220px 1fr;
  gap: 34px;
}

.organizer-logo-link {
  justify-self: center;
}

.organizer-card > .organizer-logo-link img {
  width: min(100%, 200px);
  height: auto;
}

.organizer-card small {
  display: block;
  margin-bottom: 5px;
  color: var(--purple);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.organizer-card h3 {
  margin: 0 0 10px;
  font-size: 25px;
}

.organizer-card p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.organizer-card a {
  color: var(--purple);
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
}

.organizer-card a:hover {
  text-decoration: underline;
}

.entry-section {
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 20%, rgba(255,0,123,0.1), transparent 28%),
    radial-gradient(circle at 90% 80%, rgba(24,91,255,0.12), transparent 32%),
    linear-gradient(135deg, #ffffff, #faf8ff 58%, #f1f5ff);
  isolation: isolate;
  overflow: hidden;
}

.entry-orb-pink {
  top: -200px;
  left: -180px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255,0,123,0.18), transparent 68%);
}

.entry-orb-blue {
  right: -190px;
  bottom: -220px;
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, rgba(27,87,255,0.22), transparent 68%);
}

.entry-layout {
  display: grid;
  align-items: center;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 80px;
}

.section-number-light {
  color: var(--purple);
}

.entry-copy > p:not(.overline) {
  margin: 27px 0;
  color: var(--muted);
}

.entry-copy h2 {
  font-size: clamp(34px, 3.8vw, 52px);
  line-height: 1.3;
}

.entry-date {
  display: flex;
  align-items: center;
  margin-top: 40px;
  gap: 20px;
}

.entry-date strong {
  color: transparent;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 65px;
  line-height: 1;
}

.entry-date span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.entry-date b {
  color: var(--ink);
}

.form-card {
  padding: 40px;
  color: var(--ink);
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 28px;
  box-shadow: 0 40px 90px rgba(5, 6, 28, 0.28);
}

.form-heading {
  position: relative;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.form-heading small {
  color: var(--purple);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.18em;
}

.form-heading h2 {
  margin: 5px 0 0;
  font-size: 27px;
}

.form-heading p {
  position: absolute;
  right: 0;
  bottom: 21px;
  margin: 0;
  color: var(--muted);
  font-size: 10px;
}

.form-heading p span,
form label > span b,
.consent b {
  color: var(--pink);
}

form {
  display: grid;
  margin-top: 24px;
  gap: 17px;
}

form label {
  display: grid;
  gap: 7px;
}

form label > span {
  font-size: 14px;
  font-weight: 800;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

input,
textarea {
  width: 100%;
  color: var(--ink);
  background: #f6f6fb;
  border: 1px solid #e3e3ed;
  border-radius: 10px;
  outline: none;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}

input {
  height: 48px;
  padding: 0 14px;
}

textarea {
  padding: 12px 14px;
  resize: vertical;
}

input:focus,
textarea:focus {
  background: var(--white);
  border-color: rgba(91, 23, 231, 0.5);
  box-shadow: 0 0 0 4px rgba(91, 23, 231, 0.07);
}

input::placeholder,
textarea::placeholder {
  color: #a7a8b4;
}

.consent {
  display: flex;
  align-items: flex-start;
  grid-template-columns: auto 1fr;
  gap: 9px;
  cursor: pointer;
}

.consent input {
  width: 17px;
  height: 17px;
  margin: 4px 0 0;
  accent-color: var(--purple);
}

.consent span {
  color: var(--muted);
  font-size: 13px;
}

.button-submit {
  width: 100%;
  min-height: 62px;
  margin-top: 4px;
}

.form-note {
  margin: 0;
  color: #8e909d;
  font-size: 9px;
  text-align: center;
}

.form-message {
  display: none;
  padding: 12px;
  color: #183c25;
  background: #e9f9ee;
  border: 1px solid #bde8c9;
  border-radius: 9px;
  font-size: 12px;
  text-align: center;
}

.form-message.is-visible {
  display: block;
}

.form-message.is-error {
  color: #7f2035;
  background: #fff0f3;
  border-color: #f3bec9;
}

.form-success-screen[hidden] {
  display: none !important;
}

.form-card.is-complete {
  display: flex;
  min-height: 540px;
  align-items: center;
}

.form-card.is-complete .form-heading,
.form-card.is-complete form,
.form-card.is-complete .wpcf7 {
  display: none !important;
}

.form-success-screen:not([hidden]) {
  display: grid;
  width: 100%;
  gap: 14px;
  padding: 18px 4px;
  text-align: center;
}

.form-success-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 2px;
  place-items: center;
  color: #fff;
  background: var(--gradient);
  border-radius: 50%;
  box-shadow: 0 14px 32px rgba(91, 32, 232, 0.26);
  font-size: 28px;
  font-weight: 900;
}

.form-success-overline {
  margin: 0;
  color: var(--purple);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.form-success-screen h2 {
  margin: 0;
  font-size: clamp(27px, 2.6vw, 34px);
  line-height: 1.35;
}

.form-success-screen > p:not(.form-success-overline):not(.form-success-note) {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.form-success-detail {
  display: grid;
  margin: 4px 0 0;
  padding: 0;
  overflow: hidden;
  text-align: left;
  background: #f7f6ff;
  border: 1px solid rgba(91, 32, 232, 0.12);
  border-radius: 14px;
}

.form-success-detail div {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 12px;
  padding: 12px 14px;
}

.form-success-detail div + div {
  border-top: 1px solid rgba(91, 32, 232, 0.1);
}

.form-success-detail dt,
.form-success-detail dd {
  margin: 0;
}

.form-success-detail dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.form-success-detail dd {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.form-success-note {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.form-success-note a {
  color: var(--purple);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.has-completed-registration .mobile-sticky-cta {
  display: none;
}

.faq-section {
  background: linear-gradient(135deg, #f7f7ff, #fff);
}

.faq-layout {
  display: grid;
  align-items: start;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 80px;
}

.faq-heading {
  position: sticky;
  top: 130px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  align-items: center;
  min-height: 90px;
  padding: 20px 4px;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
  justify-content: space-between;
  gap: 30px;
}

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

.faq-list summary span {
  display: grid;
  width: 32px;
  height: 32px;
  color: var(--purple);
  background: rgba(91, 23, 231, 0.07);
  border-radius: 50%;
  place-items: center;
  transition: transform 0.2s;
  flex: 0 0 auto;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  margin: -8px 45px 25px 4px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.site-footer {
  padding: 38px 0 100px;
  color: #a9aabb;
  background: #0a0b18;
}

.footer-inner {
  display: grid;
  grid-template-areas:
    "brand links"
    "brand offices"
    "copyright copyright";
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  column-gap: 52px;
  row-gap: 24px;
}

.brand-footer {
  width: fit-content;
  color: var(--white);
  padding: 10px 14px;
  background: var(--white);
  border-radius: 10px;
  justify-content: center;
}

.site-footer p,
.site-footer > a {
  margin: 0;
  font-size: 10px;
}

.footer-brand-block {
  grid-area: brand;
  display: grid;
  width: fit-content;
  justify-items: center;
}

.footer-offices {
  grid-area: offices;
}

.footer-office-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.footer-office h3 {
  margin: 0 0 8px;
  color: #f3f3f8;
  font-size: 14px;
}

.footer-office .office-address {
  display: block;
  margin: 0;
  color: #bfc1ce;
  font-size: 13px;
  line-height: 1.75;
  text-decoration: none;
}

.footer-office .office-address span {
  display: block;
}

.footer-actions {
  display: flex;
  grid-area: links;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.footer-links a,
.footer-top-link {
  color: #d6d7e2;
  font-size: 14px;
  text-decoration: none;
}

.footer-links a:hover,
.footer-top-link:hover {
  color: var(--white);
  text-decoration: underline;
}

.footer-copyright {
  grid-area: copyright;
  justify-self: center;
  margin: 12px 0 0;
  color: #a9aabb;
  font-size: 11px !important;
  text-align: center;
}

.mobile-sticky-cta {
  position: fixed;
  z-index: 90;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: none;
  align-items: center;
  min-height: 62px;
  padding: 8px 18px 8px 22px;
  color: var(--white);
  background: var(--gradient);
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(68, 16, 155, 0.34);
  justify-content: space-between;
  font-weight: 900;
}

.mobile-sticky-cta span {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
}

.mobile-sticky-cta small {
  font-size: 10px;
  letter-spacing: 0.13em;
}

.mobile-sticky-cta b {
  font-size: 22px;
}

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

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

@keyframes shine {
  0%, 25% { left: -60%; }
  55%, 100% { left: 135%; }
}

@keyframes rotate {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@media (max-width: 1020px) {
  .hero {
    min-height: auto;
    padding-top: 125px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual {
    width: min(100%, 520px);
    margin-inline: auto;
  }

  .shift-layout,
  .program-layout,
  .audience-layout,
  .detail-layout,
  .entry-layout,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .program-intro,
  .audience-title,
  .faq-heading {
    position: static;
  }

  .authentic-panel {
    padding: 55px;
    grid-template-columns: 1fr;
  }

  .authentic-visual {
    min-height: 380px;
  }

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

  .entry-copy {
    max-width: 760px;
  }

  .footer-inner {
    column-gap: 36px;
  }
}

@media (max-width: 760px) {
  :root {
    --radius: 19px;
  }

  body {
    font-size: 15px;
  }

  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .site-header {
    height: 64px;
  }

  .header-nav,
  .header-inner > .button {
    display: none;
  }

  .brand-logos {
    gap: 6px;
  }

  .brand-logo-glohai {
    height: 22px;
  }

  .brand-logo-virtualexpo {
    height: 28px;
  }

  .brand-logo-jetro {
    height: 25px;
  }

  .brand-multiply {
    font-size: 15px;
  }

  .section {
    padding: 82px 0;
  }

  .hero {
    padding: 100px 0 34px;
  }

  .hero::after {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(38px, 11vw, 52px);
    line-height: 1.04;
  }

  .hero-kicker {
    font-size: 17px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-lead br {
    display: none;
  }

  .event-pills {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .event-pill:last-child {
    grid-column: span 2;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .button-large {
    min-width: 0;
    width: 100%;
  }

  .hero-actions .text-link {
    align-self: center;
  }

  .banner-frame {
    padding: 4px;
    border-radius: 17px;
    transform: none;
  }

  .banner-frame img {
    border-radius: 13px;
  }

  .trust-bar {
    align-items: center;
    margin-top: 50px;
    padding: 18px;
    flex-wrap: wrap;
    gap: 8px 12px;
  }

  .trust-bar p {
    width: 100%;
    margin: 7px 0 0;
    text-align: center;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .section-heading h2,
  .program-intro h2,
  .audience-title h2,
  .detail-heading h2,
  .entry-copy h2,
  .faq-heading h2,
  .panel-copy h2 {
    font-size: clamp(32px, 10.3vw, 45px);
    line-height: 1.28;
  }

  .entry-copy h2 {
    font-size: clamp(30px, 8.8vw, 40px);
    line-height: 1.32;
  }

  .issue-heading-line {
    white-space: normal;
  }

  .problem-grid,
  .learning-grid {
    grid-template-columns: 1fr;
  }

  .problem-card {
    min-height: auto;
  }

  .shift-layout {
    gap: 35px;
  }

  .shift-diagram {
    grid-template-columns: 1fr;
  }

  .shift-side {
    min-height: 150px;
  }

  .shift-arrow {
    transform: rotate(90deg);
    text-align: center;
  }

  .authentic-section {
    padding-top: 0;
  }

  .authentic-panel {
    min-height: 0;
    padding: 36px 24px;
    border-radius: 24px;
  }

  .panel-copy h2 {
    font-size: clamp(31px, 9.2vw, 40px);
  }

  .panel-copy h2 .headline-line {
    white-space: normal;
  }

  .learning-card {
    min-height: 0;
    padding: 30px 26px;
  }

  .learning-card > span {
    margin-bottom: 26px;
    font-size: 32px;
  }

  .authentic-visual {
    min-height: 300px;
    transform: scale(0.82);
  }

  .inline-cta {
    align-items: stretch;
    padding: 24px;
    flex-direction: column;
  }

  .program-list li {
    min-height: 125px;
    grid-template-columns: 65px 1fr;
  }

  .program-list li > span {
    font-size: 27px;
  }

  .program-list h3 {
    font-size: 17px;
  }

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

  .outcome-card {
    min-height: 0;
    padding: 32px 25px;
  }

  .outcome-arrow {
    margin: -10px auto;
    transform: rotate(90deg);
  }

  .audience-item {
    padding: 16px;
    grid-template-columns: 45px 1fr;
  }

  .speaker-profile {
    padding: 24px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .speaker-photo {
    width: 100%;
    max-width: 320px;
    margin-inline: auto;
  }

  .speaker-profile-glohai .speaker-photo {
    max-width: 240px;
  }

  .organizer-card {
    padding: 26px 22px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .detail-list div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .entry-layout {
    gap: 42px;
  }

  .entry-copy h2 br:nth-of-type(2) {
    display: none;
  }

  .entry-date strong {
    font-size: 54px;
  }

  .form-card {
    padding: 28px 20px;
    border-radius: 20px;
  }

  .form-heading p {
    position: static;
    margin-top: 7px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .faq-list summary {
    min-height: 80px;
    font-size: 16px;
  }

  .footer-inner {
    align-items: flex-start;
    grid-template-areas:
      "brand"
      "links"
      "offices"
      "copyright";
    grid-template-columns: 1fr;
  }

  .footer-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

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

  .site-footer {
    padding-bottom: 110px;
  }

  .mobile-sticky-cta {
    display: flex;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: 39px;
  }

  .event-pills {
    grid-template-columns: 1fr;
  }

  .event-pill:last-child {
    grid-column: auto;
  }

  .authentic-visual {
    margin: -30px;
    transform: scale(0.68);
  }

  .learning-card h3 .heading-phrase {
    white-space: normal;
    word-break: auto-phrase;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* 2026-08 short-form campaign LP */
.hero-fast {
  min-height: auto;
  padding: 126px 0 48px;
}

.hero-fast > .container {
  width: min(calc(100% - 48px), 1440px);
}

.hero-fast-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(420px, 1.15fr) minmax(250px, 0.65fr) minmax(370px, 0.9fr);
  gap: 32px;
}

.hero-fast-copy {
  padding-top: 12px;
}

.hero-fast-copy h1 {
  font-size: clamp(48px, 5.1vw, 76px);
}

.hero-fast-copy .hero-lead {
  max-width: 660px;
  margin: 24px 0 22px;
  color: #33374d;
  font-size: 17px;
  line-height: 1.75;
}

.event-pills-ja {
  display: grid;
  max-width: 410px;
  grid-template-columns: 1fr;
}

.event-pills-ja .event-pill {
  min-height: 54px;
  padding: 8px 13px;
}

.event-pills-ja .event-pill small {
  color: #5e6278;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.event-pills-ja .event-pill strong {
  font-size: 15px;
}

.hero-fast-visual {
  width: 100%;
  margin-top: 70px;
}

.hero-fast-visual .banner-frame {
  border-radius: 20px;
  box-shadow: 0 28px 65px rgba(46, 26, 134, 0.18);
  transform: none;
}

.hero-form-card {
  position: sticky;
  top: 92px;
  z-index: 2;
  padding: 28px;
  border: 1px solid rgba(91, 23, 231, 0.12);
  border-radius: 22px;
  box-shadow: 0 28px 68px rgba(37, 24, 105, 0.19);
  scroll-margin-top: 95px;
}

.hero-form-card .form-heading {
  padding-bottom: 16px;
}

.hero-form-card .form-heading h2 {
  font-size: 25px;
}

.hero-form-card .form-heading p {
  bottom: 15px;
}

.hero-form-card form {
  margin-top: 18px;
  gap: 12px;
}

.hero-form-card form label {
  gap: 5px;
}

.hero-form-card input {
  height: 43px;
}

.hero-form-card .consent input[type="checkbox"] {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
}

.hero-form-card textarea {
  min-height: 70px;
}

.hero-form-card .button-submit {
  min-height: 56px;
}

.trust-bar-fast {
  margin-top: 44px;
}

.fast-intro-section {
  padding: 92px 0 84px;
  background: #fff;
}

.fast-intro-layout {
  display: grid;
  align-items: start;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 74px;
}

.fast-intro-heading h2 {
  margin: 15px 0 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.35;
  letter-spacing: -0.055em;
}

.fast-intro-heading h2 strong {
  color: transparent;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
}

.fast-intro-copy {
  padding-top: 50px;
  color: #3e4257;
  font-size: 17px;
}

.fast-intro-copy p {
  margin: 0 0 18px;
}

.fast-intro-copy strong {
  color: var(--purple);
}

.takeaway-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 66px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  gap: 30px;
}

.takeaway-heading span {
  font-size: 25px;
  font-weight: 950;
}

.takeaway-heading p {
  max-width: 570px;
  margin: 0;
  color: var(--muted);
  text-align: left;
}

.takeaway-grid {
  display: grid;
  margin-top: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.takeaway-card {
  min-height: 300px;
  padding: 28px;
  background: #f9f9ff;
  border: 1px solid rgba(64, 41, 151, 0.12);
  border-radius: 20px;
}

.takeaway-card > span {
  color: transparent;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 29px;
  font-weight: 950;
}

.takeaway-card h3 {
  margin: 26px 0 12px;
  font-size: 20px;
  line-height: 1.45;
}

.takeaway-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.speaker-section-compact {
  padding: 90px 0;
}

.speaker-section-compact .section-heading {
  max-width: 760px;
  margin-inline: auto;
}

.speaker-compact-grid {
  display: grid;
  margin-top: 48px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.speaker-compact-card {
  display: grid;
  align-items: start;
  padding: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(75, 50, 161, 0.12);
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(49, 35, 108, 0.09);
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 26px;
}

.speaker-compact-card .speaker-photo {
  width: 160px;
  height: 215px;
  border-radius: 18px;
}

.speaker-compact-card .speaker-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.speaker-compact-card .speaker-photo-aida img {
  object-position: center 24%;
}

.speaker-compact-card .speaker-content h3 {
  font-size: 29px;
}

.speaker-compact-card .speaker-role {
  font-size: 14px;
}

.speaker-compact-card .speaker-bio {
  font-size: 14px;
  line-height: 1.75;
}

.speaker-compact-card .speaker-tags {
  gap: 6px;
}

.speaker-compact-card .speaker-tags span {
  padding: 6px 9px;
  font-size: 10px;
}

.detail-section-short {
  padding: 88px 0;
}

.detail-section-short .detail-positioning {
  margin-top: 40px;
}

.final-cta-section {
  padding: 70px 0;
  background: #fff;
}

.final-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 56px;
  color: #fff;
  background:
    radial-gradient(circle at 15% 25%, rgba(255, 0, 124, 0.35), transparent 35%),
    linear-gradient(135deg, #15152d, #312070 60%, #124bdc);
  border-radius: 28px;
  box-shadow: var(--shadow);
  gap: 40px;
}

.final-cta-card h2 {
  margin: 14px 0 12px;
  font-size: clamp(30px, 3.5vw, 46px);
  line-height: 1.35;
}

.final-cta-card h2 strong {
  color: #ff66c2;
}

.final-cta-card .section-number-light {
  color: #fff;
}

.final-cta-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.final-cta-card .button {
  flex: 0 0 auto;
}

.faq-section-short {
  padding-top: 84px;
  padding-bottom: 84px;
}

@media (max-width: 1240px) {
  .hero-fast-grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.78fr);
  }

  .hero-fast-visual {
    display: none;
  }

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

  .takeaway-card {
    min-height: 250px;
  }

  .speaker-compact-card {
    grid-template-columns: 130px minmax(0, 1fr);
  }

  .speaker-compact-card .speaker-photo {
    width: 130px;
    height: 180px;
  }
}

@media (max-width: 900px) {
  .hero-fast-grid {
    grid-template-columns: 1fr;
  }

  .hero-fast-copy {
    max-width: 700px;
    margin-inline: auto;
    text-align: left;
  }

  .hero-fast-copy .eyebrow {
    margin-inline: 0;
  }

  .hero-fast-copy .hero-actions {
    justify-content: flex-start;
  }

  .hero-form-card {
    position: static;
    order: 2;
    width: min(100%, 680px);
    margin-inline: auto;
  }

  .hero-fast-visual {
    display: block;
    order: 3;
    width: min(100%, 360px);
    margin: 8px auto 0;
  }

  .fast-intro-layout,
  .speaker-compact-grid {
    grid-template-columns: 1fr;
  }

  .fast-intro-layout {
    gap: 12px;
  }

  .fast-intro-copy {
    padding-top: 10px;
  }

  .takeaway-heading {
    display: block;
  }

  .takeaway-heading p {
    margin-top: 8px;
    text-align: left;
  }

  .final-cta-card {
    display: grid;
  }

  .final-cta-card .button {
    width: fit-content;
  }
}

@media (max-width: 760px) {
  .hero-fast {
    padding: 108px 0 40px;
  }

  .hero-fast > .container {
    width: min(calc(100% - 30px), 1440px);
  }

  .hero-fast-copy h1 {
    font-size: clamp(37px, 10.5vw, 46px);
    letter-spacing: -0.08em;
  }

  .hero-fast-copy .hero-lead {
    font-size: 16px;
  }

  .hero-fast-copy .hero-lead br {
    display: none;
  }

  .event-pills-ja {
    max-width: none;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .event-pills-ja .event-pill {
    min-width: 0;
  }

  .event-pills-ja .event-pill strong {
    overflow-wrap: anywhere;
  }

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

  .hero-fast-copy .hero-actions .button,
  .hero-fast-copy .hero-actions .text-link {
    width: 100%;
  }

  .hero-fast-copy .hero-actions .text-link {
    text-align: center;
  }

  .hero-form-card {
    padding: 24px 20px;
  }

  .hero-form-card .form-heading p {
    position: static;
    margin-top: 4px;
  }

  .trust-bar-fast {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 8px;
    text-align: center;
  }

  .trust-bar-fast p {
    grid-column: 1 / -1;
    margin: 8px 0 0;
  }

  .fast-intro-section,
  .speaker-section-compact,
  .detail-section-short,
  .faq-section-short {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .takeaway-card {
    min-height: auto;
  }

  .speaker-compact-card {
    padding: 22px;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 18px;
  }

  .speaker-compact-card .speaker-photo {
    width: 110px;
    height: 150px;
  }

  .speaker-compact-card .speaker-content h3 {
    font-size: 24px;
  }

  .speaker-compact-card .speaker-bio,
  .speaker-compact-card .speaker-tags {
    grid-column: 1 / -1;
  }

  .final-cta-section {
    padding: 45px 0;
  }

  .final-cta-card {
    padding: 36px 26px;
  }

  .final-cta-card .button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 520px) {
  .speaker-compact-card {
    grid-template-columns: 1fr;
  }

  .speaker-compact-card .speaker-photo {
    width: 140px;
    height: 185px;
  }
}
