/*
Theme Name: Everglow Recruit Future Path 20260527
Theme URI: https://example.com/
Author: Codex
Author URI: https://example.com/
Description: Responsive EVERGLOW recruit site theme with editable images and SEO-friendly text content.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: everglow-recruit-future-path-20260527
*/

:root {
  --navy: #0B1D39;
  --navy-2: #132B52;
  --gold: #D4AF37;
  --gold-2: #e0bc55;
  --green: #00a97a;
  --turquoise: #1FB6B9;
  --ink: #0B1D39;
  --text: #333333;
  --muted: #555555;
  --line: #dfe5ec;
  --soft: #f5f7fa;
  --white: #fff;
  --shadow: 0 18px 50px rgba(7, 21, 42, 0.16);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family:
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    Meiryo,
    sans-serif;
  line-height: 1.85;
  letter-spacing: 0;
}

body.admin-bar .site-header {
  top: 32px;
}

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

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

.site-main {
  display: flex;
  flex-direction: column;
}

.standard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px max(24px, calc((100vw - 1080px) / 2));
  background: var(--navy);
  color: var(--white);
}

.standard-page-main {
  display: block;
  min-height: 58vh;
  padding: clamp(64px, 8vw, 110px) 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.08), transparent 34%),
    var(--soft);
}

.standard-page {
  width: min(880px, 100%);
  margin: 0 auto;
  padding: clamp(36px, 5vw, 64px);
  border: 1px solid rgba(11, 29, 57, 0.08);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 18px 54px rgba(7, 21, 42, 0.1);
}

.standard-page .entry-title {
  margin: 0;
  color: var(--navy);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 950;
  line-height: 1.35;
  text-align: center;
}

.standard-page .entry-content {
  margin-top: 32px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.9;
}

.standard-page .entry-content > *:first-child {
  margin-top: 0;
}

.standard-page .entry-content > *:last-child {
  margin-bottom: 0;
}

.standard-page .entry-content a {
  color: var(--navy-2);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.standard-footer {
  padding: 22px 24px;
  background: #07162d;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  text-align: center;
}

.standard-footer p {
  margin: 0;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 70px;
  padding-left: clamp(18px, 4vw, 48px);
  background: rgba(6, 21, 43, 0.9);
  color: var(--white);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 800;
  line-height: 1;
}

.brand-mark {
  color: var(--gold-2);
  font-size: 32px;
}

.brand-name,
.brand-sub {
  display: block;
}

.brand-name {
  font-size: 20px;
  letter-spacing: 0;
}

.brand-sub {
  margin-top: 3px;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.global-nav,
.footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.2vw, 34px);
  font-size: 14px;
  font-weight: 700;
}

.global-nav a,
.footer-nav a {
  transition: color 0.2s ease;
}

.global-nav a:hover,
.footer-nav a:hover {
  color: var(--gold-2);
}

.header-entry,
.footer-entry {
  display: grid;
  place-items: center;
  align-self: stretch;
  min-width: 145px;
  padding: 14px 22px;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: var(--white);
  font-weight: 800;
  line-height: 1.3;
}

.header-entry small,
.footer-entry small {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 700;
}

.section-inner {
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 680px;
  padding-top: 70px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: 62% center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 12, 27, 0.9) 0%, rgba(3, 12, 27, 0.62) 38%, rgba(3, 12, 27, 0.12) 74%),
    linear-gradient(180deg, rgba(3, 12, 27, 0.5) 0%, rgba(3, 12, 27, 0.03) 42%, rgba(3, 12, 27, 0.44) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(96px, 15vw, 168px) 0 120px;
}

.hero h1 {
  margin: 0;
  color: var(--white);
  font-size: clamp(40px, 6.4vw, 72px);
  font-weight: 900;
  line-height: 1.22;
}

.hero p {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(15px, 1.8vw, 19px);
  font-weight: 700;
}

.hero-script {
  position: absolute;
  z-index: 2;
  right: clamp(28px, 7vw, 90px);
  bottom: 68px;
  color: #00b6a8;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 400;
  line-height: 0.9;
  transform: rotate(-8deg);
  opacity: 0.9;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.button-row-center {
  justify-content: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-width: 230px;
  min-height: 56px;
  padding: 15px 22px;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.button::after {
  content: "→";
  font-size: 20px;
  line-height: 1;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.button-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: var(--white);
}

.button-line {
  border-color: #00c890;
  color: #00e0a2;
  background: rgba(0, 0, 0, 0.28);
}

.button-green {
  background: linear-gradient(135deg, var(--green), #00c896);
  color: var(--white);
}

.button-navy {
  background: var(--navy);
  color: var(--white);
}

.button-centered {
  margin: 36px auto 0;
}

.section-light {
  background:
    radial-gradient(circle at 18% 10%, rgba(31, 182, 185, 0.08), transparent 30%),
    linear-gradient(180deg, #FFFFFF 0%, #F5F7FB 100%);
}

.worries {
  padding: clamp(56px, 8vw, 88px) 0;
  text-align: center;
  background: transparent;
}

.worries h2,
.members h2,
.growth h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 900;
  line-height: 1.32;
}

.worry-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.worry-card {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 150px;
  padding: 24px 18px;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(7, 21, 42, 0.08);
  text-align: center;
}

.worry-card h3 {
  margin: 15px 0 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
}

.line-icon {
  position: relative;
  width: 46px;
  height: 46px;
  color: #111827;
}

.custom-line-icon-image {
  position: absolute;
  inset: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  object-fit: contain;
  background: var(--white);
}

.line-icon:has(.custom-line-icon-image)::before,
.line-icon:has(.custom-line-icon-image)::after {
  display: none;
}

.line-icon::before,
.line-icon::after {
  content: "";
  position: absolute;
  border: 2px solid currentColor;
}

.line-icon-target::before {
  inset: 8px;
  border-radius: 50%;
}

.line-icon-target::after {
  left: 2px;
  bottom: 3px;
  width: 28px;
  height: 18px;
  border-top: 0;
}

.line-icon-cloud::before {
  left: 5px;
  top: 16px;
  width: 34px;
  height: 18px;
  border-radius: 18px;
}

.line-icon-cloud::after {
  left: 12px;
  top: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-bottom-color: transparent;
}

.line-icon-team::before {
  left: 6px;
  top: 19px;
  width: 34px;
  height: 18px;
  border-radius: 18px 18px 0 0;
}

.line-icon-team::after {
  left: 14px;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.line-icon-steps::before {
  left: 6px;
  top: 10px;
  width: 34px;
  height: 28px;
  border-width: 0 0 2px 2px;
}

.line-icon-steps::after {
  right: 5px;
  top: 5px;
  width: 12px;
  height: 12px;
  border-width: 2px 2px 0 0;
}

.line-icon-globe::before {
  inset: 4px;
  border-radius: 50%;
}

.line-icon-globe::after {
  left: 22px;
  top: 5px;
  width: 0;
  height: 36px;
  border-width: 0 0 0 2px;
}

.lead-copy {
  margin: 34px auto 0;
  color: var(--ink);
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 600;
  line-height: 1.8;
}

.lead-copy strong {
  color: var(--gold);
}

.worries .lead-copy {
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(17px, 2vw, 23px);
  font-weight: 800;
}

.worries .lead-copy strong {
  color: #D4AF37;
}

.change-points {
  display: grid;
  gap: 18px;
  width: min(760px, 100%);
  margin: 46px auto 0;
  text-align: left;
}

.change-point {
  position: relative;
  overflow: hidden;
  padding: 28px 32px 28px 44px;
  border-radius: 6px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(7, 21, 42, 0.08);
}

.change-point::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.65), var(--gold));
}

.change-point h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: clamp(20px, 2.6vw, 27px);
  font-weight: 900;
  line-height: 1.3;
}

.change-point p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(15px, 1.8vw, 17px);
  font-weight: 700;
  line-height: 1.7;
}

.training {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  background: var(--white);
}

.training-copy {
  width: min(560px, calc(100% - 48px));
  padding: clamp(58px, 8vw, 96px) 0;
}

.business {
  display: grid;
  justify-items: center;
  padding: clamp(72px, 10vw, 118px) 0;
  background: var(--white);
}

.business-copy {
  width: min(100% - 40px, 640px);
  padding: 0;
  text-align: left;
}

.training-copy {
  margin-left: clamp(28px, 7vw, 78px);
}

.eyebrow,
.future-path-eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.business h2,
.training h2 {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(28px, 3.8vw, 40px);
  font-weight: 900;
  line-height: 1.35;
}

.training p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 650;
}

.business h2 {
  margin-bottom: 28px;
  font-size: clamp(36px, 5.6vw, 56px);
  line-height: 1.16;
  letter-spacing: 0;
}

.business-text {
  color: var(--muted);
  font-size: clamp(15px, 1.7vw, 17px);
  font-weight: 650;
  line-height: 1.95;
}

.business-text p {
  margin: 0 0 18px;
}

.business-text ul {
  display: grid;
  gap: 7px;
  margin: 0 0 18px;
  padding-left: 1.25em;
}

.business-text li {
  padding-left: 2px;
}

.business .button,
.training .button {
  margin-top: 22px;
}

.business .button {
  width: min(100%, 360px);
  min-height: 60px;
  margin-top: 34px;
  border-radius: 10px;
  box-shadow: 0 16px 34px rgba(11, 29, 57, 0.16);
}

.business .button::after {
  content: "→";
  margin-left: 14px;
}

.business .button:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(11, 29, 57, 0.22);
}

.business-detail-list {
  display: grid;
  gap: 16px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.business-detail-list li {
  position: relative;
  padding: 22px 22px 22px 32px;
  border-radius: 10px;
  background: #F5F7FB;
  color: var(--ink);
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 900;
  line-height: 1.5;
  box-shadow: 0 12px 30px rgba(7, 21, 42, 0.07);
}

.business-detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  border-radius: 10px 0 0 10px;
  background: var(--turquoise);
}

.training-media {
  height: 100%;
  min-height: 360px;
}

.training-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.growth {
  position: relative;
  overflow: hidden;
  padding: clamp(84px, 10vw, 128px) 0 clamp(78px, 9vw, 112px);
  color: #fff;
  background:
    radial-gradient(circle at 18% 18%, rgba(212, 175, 55, 0.13), transparent 28%),
    radial-gradient(circle at 78% 10%, rgba(255, 255, 255, 0.08), transparent 26%),
    linear-gradient(135deg, #0B1D39 0%, #132B52 52%, #07152d 100%);
  text-align: center;
}

.growth-bg,
.growth-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.growth-bg {
  object-fit: cover;
  opacity: 0.1;
  mix-blend-mode: screen;
}

.growth-overlay {
  background:
    linear-gradient(180deg, rgba(11, 29, 57, 0.35) 0%, rgba(11, 29, 57, 0.82) 100%),
    linear-gradient(90deg, rgba(11, 29, 57, 0.82), rgba(19, 43, 82, 0.6), rgba(11, 29, 57, 0.82));
}

.growth-content {
  position: relative;
  z-index: 1;
}

.growth h2 {
  color: #fff;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
}

.step-line {
  display: none;
}

.step-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(24px, 4vw, 62px);
  margin-top: 56px;
}

.step-grid::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 12.5%;
  right: 12.5%;
  top: 20px;
  height: 2px;
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.25), #D4AF37 15%, #D4AF37 85%, rgba(212, 175, 55, 0.25));
  box-shadow: 0 0 22px rgba(212, 175, 55, 0.25);
}

.step-card {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 16px;
  min-width: 0;
  color: #fff;
}

.step-number {
  display: inline-grid;
  place-items: center;
  min-width: 76px;
  height: 40px;
  padding: 0 12px;
  border: 2px solid var(--gold);
  border-radius: 999px;
  background: #0B1D39;
  color: #D4AF37;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  box-shadow:
    0 0 0 6px rgba(11, 29, 57, 0.85),
    0 0 24px rgba(212, 175, 55, 0.28);
}

.step-icon {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  margin-top: 8px;
  color: #D4AF37;
  filter: drop-shadow(0 8px 18px rgba(212, 175, 55, 0.18));
}

.step-svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.step-card h3 {
  margin: 0;
  color: #D4AF37;
  font-size: clamp(23px, 2.3vw, 32px);
  font-weight: 900;
  line-height: 1.1;
}

.step-card p {
  max-width: 230px;
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.8;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
}

.future-path-section {
  padding: 120px 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(19, 43, 82, 0.04), transparent 34%),
    #F5F7FB;
  color: #111;
}

.future-path-inner {
  width: min(1200px, calc(100% - 72px));
  margin: 0 auto;
}

.future-path-header {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.future-path-section .future-path-eyebrow {
  color: #D4AF37 !important;
}

.future-path-header h2 {
  margin: 0;
  color: #0B1D39;
  font-size: clamp(40px, 5.2vw, 64px);
  font-weight: 900;
  line-height: 1.2;
}

.future-path-header p {
  max-width: 880px;
  margin: 28px auto 0;
  color: #333;
  font-size: clamp(16px, 1.8vw, 21px);
  font-weight: 700;
  line-height: 1.9;
}

.future-path-banner {
  position: relative;
  display: grid;
  place-items: center;
  width: min(1080px, 100%);
  min-height: 58px;
  margin: 64px auto 0;
  padding: 16px 28px;
  background: linear-gradient(90deg, #0B1D39 0%, #132B52 52%, #0B1D39 100%);
  color: #fff;
  font-size: clamp(15px, 1.8vw, 21px);
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  box-shadow: 0 14px 34px rgba(11, 29, 57, 0.18);
}

.future-path-banner::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 10px solid #D4AF37;
  transform: translateX(-50%);
}

.future-path-cards-heading {
  display: grid;
  grid-template-columns: minmax(48px, 1fr) auto minmax(48px, 1fr);
  align-items: center;
  gap: 34px;
  width: min(720px, 100%);
  margin: 74px auto 34px;
  color: #0B1D39;
  text-align: center;
}

.future-path-cards-heading span {
  height: 2px;
  background: rgba(11, 29, 57, 0.18);
}

.future-path-cards-heading h3 {
  margin: 0;
  font-size: clamp(20px, 2.6vw, 30px);
  font-weight: 900;
  line-height: 1.35;
}

.future-path-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.future-path-card {
  overflow: hidden;
  border: 1px solid rgba(11, 29, 57, 0.08);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(11, 29, 57, 0.08);
}

.future-path-card-image {
  position: relative;
  aspect-ratio: 1.62 / 1;
  overflow: hidden;
}

.future-path-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.future-path-card-image span {
  position: absolute;
  left: 18px;
  bottom: 12px;
  color: #D4AF37;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.future-path-card-body {
  padding: 24px 26px 28px;
  text-align: center;
}

.future-path-card-body h3 {
  margin: 0;
  color: #0B1D39;
  font-size: clamp(21px, 2.3vw, 28px);
  font-weight: 900;
  line-height: 1.35;
}

.future-path-card-body p {
  margin: 18px 0 0;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.85;
}

.future-path-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(44px, 6vw, 80px);
  align-items: center;
  margin-top: 70px;
}

.future-path-image {
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 16px 38px rgba(11, 29, 57, 0.1);
}

.future-path-image img {
  width: 100%;
  aspect-ratio: 1.05 / 1;
  height: auto;
  object-fit: cover;
}

.future-path-content {
  text-align: left;
}

.future-path-content h3 {
  margin: 0 0 34px;
  color: #0B1D39;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.25;
}

.future-path-body p {
  margin: 0 0 22px;
  color: #333;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 700;
  line-height: 1.9;
}

.future-path-note {
  margin: 70px 0 0;
  color: #555;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.members {
  padding: clamp(60px, 8vw, 90px) 0;
  text-align: center;
}

.member-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.member-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  background: var(--navy);
  box-shadow: 0 12px 32px rgba(7, 21, 42, 0.14);
}

.member-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.member-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 94px;
  padding: 14px 16px;
  color: var(--white);
  text-align: left;
  background: rgba(6, 21, 43, 0.94);
}

.member-caption h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.member-caption p {
  margin: 7px 0 0;
  font-size: 12px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.requirements {
  padding: clamp(68px, 9vw, 104px) 0;
  text-align: center;
}

.requirements h2,
.faq h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.25;
}

.requirement-list {
  width: min(760px, 100%);
  margin: 48px auto 0;
  border-top: 1px solid rgba(11, 29, 57, 0.12);
  text-align: left;
}

.requirement-row {
  display: grid;
  gap: 12px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(11, 29, 57, 0.12);
}

.requirement-row h3 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
}

.requirement-row p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(15px, 1.9vw, 18px);
  font-weight: 650;
  line-height: 1.8;
}

.training {
  background: #fbfcfe;
}

.training-media {
  position: relative;
}

.training-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(251, 252, 254, 0.82) 100%);
  pointer-events: none;
}

.bottom-cta {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  color: var(--white);
  text-align: center;
  background: var(--navy);
}

.bottom-cta-bg,
.bottom-cta-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bottom-cta-bg {
  object-fit: cover;
}

.bottom-cta-overlay {
  background: linear-gradient(180deg, rgba(6, 21, 43, 0.45), rgba(6, 21, 43, 0.72));
}

.faq {
  padding: clamp(72px, 10vw, 116px) 0;
  text-align: center;
}

.faq-list {
  width: min(760px, 100%);
  margin: 48px auto 0;
  border-top: 1px solid rgba(11, 29, 57, 0.12);
  text-align: left;
}

.faq-item {
  border-bottom: 1px solid rgba(11, 29, 57, 0.12);
}

.faq-item summary {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 88px;
  padding: 24px 0;
  color: var(--ink);
  font-size: clamp(17px, 2.2vw, 22px);
  font-weight: 900;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}

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

.faq-item summary::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid var(--ink);
  transition: transform 0.2s ease;
}

.faq-item[open] summary::before {
  transform: rotate(90deg);
}

.faq-item p {
  margin: -6px 0 28px 28px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.8;
}

.bottom-cta-content {
  position: relative;
  z-index: 1;
  width: min(1000px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(58px, 8vw, 86px) 0;
}

.bottom-cta h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(27px, 3.6vw, 40px);
  font-weight: 900;
  line-height: 1.45;
}

.bottom-cta p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: 700;
}

.site-footer {
  background: var(--navy);
  color: var(--white);
}

.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0;
}

.brand-footer .brand-name {
  font-size: 18px;
}

.footer-entry {
  align-self: center;
  min-height: 58px;
}

.copyright {
  margin: 0;
  padding: 14px 24px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  text-align: center;
}

.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;
}

.recruit-session-page {
  background: #F5F7FB;
}

.session-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0;
  color: var(--white);
}

.session-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
  font-weight: 800;
}

.session-nav a {
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.session-logo-image {
  width: auto;
  max-width: 190px;
  max-height: 48px;
  object-fit: contain;
}

.session-main {
  overflow: hidden;
}

.session-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.session-hero-image,
.session-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.session-hero-image {
  object-fit: cover;
  object-position: center;
}

.session-hero-overlay {
  background:
    linear-gradient(90deg, rgba(6, 21, 43, 0.94) 0%, rgba(6, 21, 43, 0.8) 48%, rgba(6, 21, 43, 0.68) 100%),
    radial-gradient(circle at 82% 12%, rgba(212, 175, 55, 0.18), transparent 28%);
}

.session-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.78fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: center;
  width: min(1100px, calc(100% - 48px));
  min-height: 520px;
  margin: 0 auto;
  padding: 108px 0 72px;
}

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

.session-hero-copy h1 span,
.session-hero-copy p strong {
  color: var(--gold);
}

.session-hero-copy p {
  max-width: 680px;
  margin: 24px 0 0;
  font-size: clamp(16px, 1.7vw, 19px);
  font-weight: 800;
  line-height: 2;
}

.session-point-panel {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  background: rgba(11, 29, 57, 0.58);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
}

.session-point-panel h2 {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.session-point-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.session-point {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.session-point span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  box-shadow: inset 0 0 0 7px rgba(212, 175, 55, 0.15);
}

.session-point span::before {
  content: "";
  width: 8px;
  height: 4px;
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: rotate(-45deg);
}

.session-point span:has(img)::before {
  display: none;
}

.session-point img,
.session-round-icon img,
.session-privacy-message span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.session-point p {
  margin: 0;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.55;
}

.session-section {
  padding: clamp(72px, 8vw, 112px) 0;
  background: var(--white);
}

.session-section-inner {
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
}

.session-eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-align: center;
}

.session-section-logo {
  width: auto;
  max-width: 120px;
  max-height: 44px;
  margin: 0 auto 18px;
  object-fit: contain;
}

.session-section h2,
.session-final-message h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(28px, 3.8vw, 44px);
  font-weight: 950;
  line-height: 1.35;
  text-align: center;
}

.session-card-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 46px;
}

.session-info-card {
  display: grid;
  justify-items: center;
  gap: 18px;
  min-height: 0;
  padding: 0 6px;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.session-info-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.65;
}

.session-recommend {
  background: linear-gradient(180deg, #fff 0%, #F5F7FB 100%);
}

.session-two-column {
  display: grid;
  grid-template-columns: 0.78fr 1.1fr;
  gap: clamp(36px, 6vw, 72px);
  align-items: start;
}

.session-two-column .session-eyebrow,
.session-two-column h2 {
  text-align: left;
}

.session-recommend-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin: 46px 0 0;
  padding: 0;
  list-style: none;
}

.session-recommend-list li {
  display: grid;
  justify-items: center;
  gap: 18px;
  min-height: 0;
  padding: 0 6px;
  background: transparent;
  color: var(--navy);
  text-align: center;
  box-shadow: none;
}

.session-recommend-list li::before {
  display: none;
}

.session-recommend-list strong {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.65;
}

.session-round-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 118px;
  height: 118px;
  border: 1px solid rgba(11, 29, 57, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 30px rgba(7, 21, 42, 0.06);
}

.session-info-card .session-round-icon::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.28);
}

.session-info-card .session-round-icon::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 11px;
  left: 10px;
  width: 8px;
  height: 4px;
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: rotate(-45deg);
}

.session-round-icon img {
  width: 62%;
  height: 62%;
}

.session-round-icon:not(:has(img)) {
  color: var(--navy);
}

.session-round-icon:not(:has(img))::before {
  content: "";
  width: 42px;
  height: 42px;
  border: 4px solid currentColor;
  border-radius: 50%;
}

.session-form-section {
  padding-top: 0;
  background: #F5F7FB;
}

.session-form-shell {
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(42px, 6vw, 70px);
  border: 1px solid rgba(11, 29, 57, 0.08);
  border-radius: 26px;
  background: var(--white);
  box-shadow: 0 26px 80px rgba(7, 21, 42, 0.12);
}

.session-form-header {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.session-form-header p:not(.session-eyebrow) {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.9;
}

.recruit-session-form-wrap {
  width: 100%;
}

.recruit-session-form-wrap form {
  width: 100%;
}

.recruit-session-form-wrap .ff-btn-submit,
.recruit-session-form-wrap button[type="submit"],
.recruit-session-form-wrap input[type="submit"] {
  width: min(100%, 520px);
  min-height: 58px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--gold), #b88912);
  color: var(--white);
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(184, 137, 18, 0.26);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.recruit-session-form-wrap .ff-btn-submit:hover,
.recruit-session-form-wrap button[type="submit"]:hover,
.recruit-session-form-wrap input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(184, 137, 18, 0.32);
}

.session-privacy-message {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  margin-top: 28px;
  padding: 20px 22px;
  border: 1px solid rgba(11, 29, 57, 0.08);
  border-radius: 16px;
  background: #F5F7FB;
}

.session-privacy-message span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid var(--navy);
  border-radius: 50%;
  color: var(--navy);
  font-weight: 950;
}

.session-privacy-message span img {
  width: 74%;
  height: 74%;
}

.session-privacy-message p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.session-final-message {
  padding: clamp(70px, 8vw, 108px) 0;
  background: var(--navy);
  color: var(--white);
}

.session-final-inner {
  width: min(900px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
}

.session-final-message h2 {
  color: var(--white);
}

.session-final-message .session-eyebrow {
  margin-bottom: 14px;
  color: var(--gold);
}

.session-final-message p:not(.session-eyebrow) {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.85;
}

.session-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px max(24px, calc((100vw - 1100px) / 2));
  background: #07162d;
  color: var(--white);
}

.session-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: auto auto;
    gap: 14px;
    padding: 12px 18px;
  }

  .global-nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 18px;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 6px;
    font-size: 13px;
    white-space: nowrap;
  }

  .header-entry {
    min-width: 132px;
    min-height: 56px;
  }

  .hero {
    padding-top: 116px;
  }

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

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

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 820px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .hero {
    min-height: 640px;
  }

  .hero-content {
    padding-top: 88px;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(3, 12, 27, 0.76) 0%, rgba(3, 12, 27, 0.58) 50%, rgba(3, 12, 27, 0.76) 100%);
  }

  .hero-script {
    right: 24px;
    bottom: 28px;
  }

  .business,
  .training {
    grid-template-columns: 1fr;
  }

  .business-copy,
  .training-copy {
    width: min(680px, calc(100% - 48px));
    margin: 0 auto;
  }

  .business-media {
    order: -1;
    clip-path: none;
  }

  .business-media,
  .training-media {
    min-height: 300px;
  }

  .training-media::after {
    background: linear-gradient(180deg, transparent 55%, #fbfcfe 100%);
  }

  .step-line {
    display: none;
  }

  .step-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 42px;
    padding-left: 32px;
  }

  .step-grid::before {
    left: 19px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, rgba(212, 175, 55, 0.2), #D4AF37 12%, #D4AF37 88%, rgba(212, 175, 55, 0.2));
  }

  .step-card {
    justify-items: start;
    padding-left: 58px;
    text-align: left;
  }

  .step-number {
    position: absolute;
    top: 0;
    left: -32px;
  }

  .step-icon {
    width: 72px;
    height: 72px;
    margin-top: 48px;
  }

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

  .change-points,
  .requirement-list,
  .faq-list {
    width: min(100%, 680px);
  }

  .future-path-section {
    padding: 72px 0;
  }

  .future-path-inner {
    width: min(100% - 40px, 680px);
  }

  .future-path-header h2 {
    font-size: 34px;
  }

  .future-path-header p {
    font-size: 15px;
  }

  .future-path-banner {
    margin-top: 42px;
    padding: 18px 20px;
    font-size: 15px;
  }

  .future-path-cards-heading {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 52px auto 28px;
  }

  .future-path-cards-heading span {
    width: 76px;
    margin: 0 auto;
  }

  .future-path-cards {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .future-path-card-body {
    padding: 24px 22px 28px;
  }

  .future-path-bottom {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-top: 56px;
  }

  .future-path-content {
    text-align: center;
  }

  .future-path-content h3 {
    font-size: 34px;
  }

  .future-path-body p {
    font-size: 15px;
  }

  .future-path-note {
    margin-top: 46px;
    font-size: 13px;
  }

  .session-header {
    width: min(100% - 40px, 680px);
    padding: 22px 0;
  }

  .session-nav {
    gap: 10px;
  }

  .session-nav a {
    padding: 8px 10px;
    font-size: 12px;
  }

  .session-hero-inner {
    grid-template-columns: 1fr;
    width: min(100% - 40px, 680px);
    min-height: auto;
    padding: 116px 0 58px;
  }

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

  .session-section-inner,
  .session-form-shell,
  .session-final-inner {
    width: min(100% - 40px, 680px);
  }

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

  .session-recommend-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .session-two-column {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .session-two-column .session-eyebrow,
  .session-two-column h2 {
    text-align: center;
  }

  .session-footer {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .site-header {
    position: absolute;
    grid-template-columns: 1fr;
    min-height: 0;
    background: rgba(6, 21, 43, 0.68);
  }

  body.admin-bar .site-header {
    top: 0;
  }

  .brand {
    justify-self: start;
  }

  .brand-name {
    font-size: 18px;
  }

  .global-nav {
    display: none;
  }

  .header-entry {
    display: none;
  }

  .section-inner,
  .hero-content,
  .bottom-cta-content {
    width: min(100% - 40px, 520px);
  }

  .hero {
    min-height: 660px;
    padding-top: 130px;
  }

  .hero-image {
    object-position: 67% center;
  }

  .hero h1 {
    font-size: 34px;
    line-height: 1.28;
  }

  .hero p {
    font-size: 15px;
    line-height: 1.85;
  }

  .hero p br {
    display: none;
  }

  .hero-script {
    font-size: 38px;
    opacity: 0.76;
  }

  .button-row,
  .button-row-center {
    display: grid;
    grid-template-columns: 1fr;
  }

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

  .worries {
    padding-top: 48px;
  }

  .worries h2,
  .members h2,
  .growth h2,
  .requirements h2,
  .faq h2 {
    font-size: 28px;
    line-height: 1.36;
  }

  .worry-grid,
  .member-grid,
  .step-grid {
    grid-template-columns: 1fr;
  }

  .worry-grid {
    gap: 18px;
  }

  .worry-card {
    min-height: 0;
    padding: 24px 20px;
    border-radius: 14px;
  }

  .worry-card h3 {
    margin-top: 8px;
    font-size: 15px;
  }

  .worries .lead-copy {
    font-size: 17px;
    line-height: 1.75;
  }

  .growth {
    padding: 64px 0 70px;
  }

  .step-grid {
    gap: 46px;
    padding-left: 34px;
  }

  .step-grid::before {
    left: 19px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, rgba(212, 175, 55, 0.2), #D4AF37 12%, #D4AF37 88%, rgba(212, 175, 55, 0.2));
  }

  .step-card {
    justify-items: start;
    padding-left: 58px;
    text-align: left;
  }

  .step-number {
    position: absolute;
    top: 0;
    left: -34px;
    width: auto;
    min-width: 112px;
    height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    font-size: 14px;
    letter-spacing: 0.02em;
  }

  .step-icon {
    display: grid;
    width: 70px;
    height: 70px;
    margin-top: 58px;
  }

  .step-card h3 {
    font-size: 32px;
  }

  .step-card p {
    max-width: 300px;
    font-size: 16px;
    font-weight: 800;
  }

  .worry-card {
    min-height: 124px;
  }

  .lead-copy br {
    display: none;
  }

  .change-points {
    gap: 14px;
    margin-top: 34px;
  }

  .change-point {
    padding: 24px 20px 24px 30px;
  }

  .change-point h3 {
    font-size: 21px;
  }

  .change-point p {
    font-size: 15px;
    line-height: 1.7;
  }

  .business {
    padding: 58px 0;
  }

  .business h2 {
    margin-bottom: 22px;
    font-size: 33px;
    line-height: 1.18;
  }

  .business-text {
    font-size: 15px;
    line-height: 1.9;
  }

  .business-text p,
  .business-text ul {
    margin-bottom: 16px;
  }

  .business-detail-list {
    gap: 12px;
    margin-top: 24px;
  }

  .business-detail-list li {
    padding: 16px 16px 16px 24px;
    font-size: 15px;
  }

  .business-copy,
  .training-copy {
    width: min(100% - 40px, 520px);
  }

  .business-media,
  .training-media {
    min-height: 230px;
  }

  .member-card {
    width: min(100%, 280px);
    height: 350px;
    min-height: 0;
    margin: 0 auto;
  }

  .member-card img {
    height: 100%;
    min-height: 0;
  }

  .member-caption {
    min-height: 92px;
    padding: 13px 14px;
  }

  .member-caption h3 {
    font-size: 14px;
  }

  .member-caption p {
    font-size: 11px;
  }

  .requirements,
  .faq {
    padding: 56px 0;
  }

  .requirement-list,
  .faq-list {
    margin-top: 36px;
  }

  .requirement-row {
    padding: 24px 0;
  }

  .requirement-row h3 {
    font-size: 17px;
  }

  .requirement-row p {
    font-size: 15px;
    line-height: 1.8;
  }

  .faq-item summary {
    min-height: 74px;
    padding: 20px 0;
    font-size: 17px;
    line-height: 1.55;
  }

  .faq-item p {
    margin-left: 28px;
    font-size: 15px;
  }

  .footer-inner {
    width: min(100% - 40px, 520px);
  }

  .footer-nav {
    display: none;
  }

  .session-header {
    align-items: flex-start;
  }

  .session-header .brand-name {
    font-size: 17px;
  }

  .session-nav {
    display: none;
  }

  .session-hero {
    min-height: 0;
  }

  .session-hero-overlay {
    background:
      linear-gradient(180deg, rgba(6, 21, 43, 0.95) 0%, rgba(6, 21, 43, 0.84) 58%, rgba(6, 21, 43, 0.92) 100%),
      radial-gradient(circle at 82% 12%, rgba(212, 175, 55, 0.18), transparent 28%);
  }

  .session-hero-inner {
    width: min(100% - 32px, 520px);
    gap: 28px;
    padding: 104px 0 44px;
  }

  .session-hero-copy h1 {
    font-size: 34px;
    line-height: 1.32;
  }

  .session-hero-copy p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.85;
  }

  .session-point-panel {
    padding: 14px;
    border-radius: 14px;
  }

  .session-point-grid,
  .session-card-grid,
  .session-recommend-list {
    grid-template-columns: 1fr;
  }

  .session-point {
    min-height: 50px;
  }

  .session-section {
    padding: 58px 0;
  }

  .session-section-inner,
  .session-form-shell,
  .session-final-inner {
    width: min(100% - 32px, 520px);
  }

  .session-section h2,
  .session-final-message h2 {
    font-size: 28px;
    line-height: 1.42;
  }

  .session-card-grid {
    margin-top: 28px;
    gap: 28px;
  }

  .session-info-card {
    min-height: 0;
    padding: 0;
    border-radius: 14px;
  }

  .session-info-card h3 {
    font-size: 17px;
  }

  .session-recommend-list li {
    min-height: 0;
    padding: 0;
    font-size: 15px;
  }

  .session-recommend-list {
    gap: 28px;
    margin-top: 28px;
  }

  .session-round-icon {
    width: 96px;
    height: 96px;
  }

  .session-form-shell {
    padding: 30px 18px;
    border-radius: 18px;
  }

  .session-form-header {
    margin-bottom: 26px;
  }

  .session-form-header p:not(.session-eyebrow) {
    font-size: 14px;
    line-height: 1.8;
  }

  .recruit-session-form-wrap .ff-btn-submit,
  .recruit-session-form-wrap button[type="submit"],
  .recruit-session-form-wrap input[type="submit"] {
    width: 100%;
    min-height: 56px;
  }

  .session-privacy-message {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .session-final-message {
    padding: 58px 0;
  }

  .session-final-message p {
    font-size: 15px;
  }

  .session-footer {
    padding: 26px 20px;
  }
}
