/* Page-specific styles */

.home-page {
  background:
    radial-gradient(circle at 84% 8%, rgba(8, 167, 199, 0.10), transparent 28%),
    radial-gradient(circle at 12% 48%, rgba(20, 177, 141, 0.08), transparent 30%),
    radial-gradient(circle at 76% 74%, rgba(8, 167, 199, 0.07), transparent 32%),
    linear-gradient(180deg, #FFFFFF 0%, #F8FCFD 48%, #FFFFFF 100%);
  background-attachment: fixed;
}
.home-page .home-hero,
.home-page .problem-showcase,
.home-page .service-showcase,
.home-page .onboarding-showcase,
.home-page .industries-showcase,
.home-page .faq-showcase,
.home-page .final-contact {
  background: transparent;
}

/* Corporate home hero */
.home-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 0;
  box-shadow: none;
}
.home-header .container {
  max-width: 1480px;
}
.home-header .header-inner {
  height: 108px;
}
.home-logo {
  width: 336px !important;
  height: auto !important;
  max-height: 104px;
  margin: -18px 0 -14px -18px;
  object-fit: contain;
  object-position: left center;
}
.home-header .nav {
  gap: 22px;
}
.home-header .nav a {
  color: var(--color-black);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  padding: 12px 0;
  white-space: nowrap;
}
.home-header .header-cta {
  margin-left: 44px;
}
.home-header .btn {
  min-height: 44px;
  border-radius: var(--radius-pill);
  padding: 0 20px;
  font-size: 13px;
  font-weight: 900;
}
.home-header-doc {
  border-color: var(--color-black);
  color: var(--color-black);
  margin-left: 10px;
}
.home-header-contact {
  background: #08A7C7;
}
.home-header .menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 2px solid var(--color-black);
  border-radius: var(--radius-pill);
}
.home-header .menu-toggle span,
.home-header .menu-toggle span::before,
.home-header .menu-toggle span::after {
  background: var(--color-black);
}
.home-header .menu-toggle.is-open span {
  background: transparent;
}
.home-header .menu-toggle.is-open span::before,
.home-header .menu-toggle.is-open span::after {
  background: var(--color-black);
}
.home-header .mobile-menu {
  top: 108px;
}
.home-header .mobile-menu a {
  color: var(--color-black);
  font-weight: 800;
}

.home-hero {
  position: relative;
  min-height: 760px;
  padding: 150px 0 74px;
  overflow: hidden;
  background:
    linear-gradient(118deg, rgba(239, 234, 228, 0.72) 0 15%, transparent 15% 100%),
    linear-gradient(180deg, #FFFFFF 0%, #F8FCFD 100%);
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 52% 28%, rgba(8, 167, 199, 0.05), transparent 34%),
    linear-gradient(90deg, transparent 0%, rgba(8, 167, 199, 0.03) 52%, transparent 76%);
  pointer-events: none;
}
.home-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 536px;
  display: grid;
  grid-template-columns: minmax(0, 650px) minmax(360px, 1fr);
  align-items: end;
  gap: 32px;
  max-width: 1240px;
}
.home-hero-copy {
  align-self: center;
}
.home-hero h1 {
  margin: 0;
  max-width: 720px;
  color: #05070A;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: 0;
}
.home-hero-lead {
  margin-top: 34px;
  max-width: 580px;
  color: #111111;
  font-size: 15px;
  font-weight: 800;
  line-height: 2.05;
}
.home-hero-question {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: var(--color-black);
  font-size: 13px;
  font-weight: 900;
}
.home-hero-question::before {
  content: "?";
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: var(--radius-pill);
  background: var(--color-teal-500);
  color: var(--color-white);
  font-family: var(--font-en-display);
  font-size: 12px;
  line-height: 1;
}
.home-hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 52px;
}
.home-btn-primary,
.home-btn-dark {
  width: 310px;
  min-height: 64px;
  border-radius: var(--radius-pill);
  font-weight: 900;
  box-shadow: 0 16px 32px rgba(17, 24, 32, 0.12);
}
.home-btn-primary {
  background: #08A7C7;
  color: var(--color-white);
}
.home-btn-primary:hover {
  background: #0691B0;
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(8, 167, 199, 0.24);
}
.home-btn-dark {
  background: #081B24;
  color: var(--color-white);
}
.home-btn-dark:hover {
  background: #102B37;
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(8, 27, 36, 0.22);
}
.home-file-icon {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 22px;
  border: 1.5px solid currentColor;
  border-radius: 3px;
  font-family: var(--font-en-body);
  font-size: 7px;
  font-weight: 900;
}

.home-hero-art {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.home-hero-band {
  position: absolute;
  display: block;
  border-radius: 88px;
  transform-origin: center;
}
.home-hero-band-teal {
  right: -42px;
  top: -28px;
  width: 420px;
  height: 780px;
  border: 96px solid rgba(20, 177, 141, 0.84);
  border-left-color: transparent;
  border-bottom-color: rgba(20, 177, 141, 0.46);
  transform: rotate(14deg);
}
.home-hero-band-blue {
  right: 174px;
  top: 118px;
  width: 560px;
  height: 260px;
  border: 88px solid rgba(8, 167, 199, 0.72);
  border-left-color: transparent;
  border-top-color: rgba(8, 167, 199, 0.88);
  transform: rotate(18deg);
}
.home-hero-ghost {
  position: absolute;
  right: 450px;
  top: 98px;
  width: 330px;
  height: 610px;
  border: 76px solid rgba(8, 167, 199, 0.04);
  border-radius: 92px;
  transform: rotate(16deg);
}

.home-activity-card {
  justify-self: end;
  width: min(100%, 460px);
  margin-bottom: 14px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(8, 167, 199, 0.18);
  background: #FFFFFF;
  box-shadow: 0 18px 42px rgba(17, 24, 32, 0.08);
}
.home-activity-head {
  display: block;
  padding: 16px 20px;
  background: linear-gradient(135deg, #F2FBFD 0%, #FFFFFF 58%, #EAF8FB 100%);
}
.home-activity-head span {
  font-family: var(--font-en-display);
  display: block;
  color: var(--color-teal-500);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
}
.home-activity-head strong {
  display: block;
  margin-top: 4px;
  color: #111820;
  font-size: 13px;
  font-weight: 900;
}
.home-activity-list-wrap {
  max-height: 158px;
  overflow-y: auto;
  padding: 12px 20px;
  scrollbar-width: thin;
  scrollbar-color: #BEEBF3 transparent;
}
.home-activity-list {
  display: grid;
  gap: 10px;
}
.home-activity-list li {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 8px;
  color: #111820;
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.55;
}
.home-activity-list time {
  color: #7B8790;
  font-family: var(--font-en-body);
  font-size: 11.5px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.home-activity-list span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .home-header .nav { gap: 16px; }
  .home-header .nav a { font-size: 12px; }
  .home-header .header-cta { margin-left: 24px; }
  .home-header-doc { display: none; }
  .home-hero-inner { grid-template-columns: minmax(0, 1fr); align-items: start; }
  .home-activity-card { justify-self: start; margin-top: 32px; }
}
@media (max-width: 767px) {
  .home-header { position: sticky; }
  .home-header .header-inner { height: 72px; }
  .home-header .mobile-menu {
    top: 72px;
    min-height: calc(100dvh - 72px);
    padding: 18px 24px 28px;
  }
  .home-header .mobile-menu a {
    padding: 18px 2px;
    font-size: 16px;
  }
  .home-logo {
    width: 230px !important;
    max-height: 72px;
    margin: -12px 0 -10px -18px;
  }
  .home-header .menu-toggle {
    display: inline-flex;
  }
  .home-header .header-cta .home-header-contact { display: none; }
  .home-hero {
    min-height: auto;
    padding: 96px 0 48px;
  }
  .home-hero h1 {
    font-size: 32px;
    line-height: 1.55;
    max-width: 100%;
  }
  .home-hero-lead {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.9;
  }
  .home-hero-actions {
    display: grid;
    gap: 12px;
    margin-top: 34px;
  }
  .home-btn-primary,
  .home-btn-dark {
    width: 100%;
    min-height: 58px;
  }
  .home-activity-card {
    width: 100%;
    margin-top: 28px;
  }
  .home-activity-head {
    padding: 16px 20px;
  }
  .home-activity-list li {
    grid-template-columns: 72px minmax(0, 1fr);
    font-size: 11.5px;
  }
  .home-hero-band-teal {
    right: -220px;
    top: 12px;
    opacity: 0.56;
    transform: rotate(20deg) scale(0.74);
  }
  .home-hero-band-blue {
    right: -100px;
    top: 256px;
    opacity: 0.34;
    transform: rotate(20deg) scale(0.66);
  }
  .home-hero-ghost {
    display: none;
  }
}

/* Problem showcase */
.problem-showcase {
  position: relative;
  overflow: hidden;
  padding: 112px 0 108px;
  background:
    linear-gradient(118deg, rgba(8, 167, 199, 0.06) 0 16%, transparent 16% 100%),
    linear-gradient(180deg, #FFFFFF 0%, #F8FCFD 100%);
}
.problem-showcase::before {
  content: "";
  position: absolute;
  right: -150px;
  top: 22px;
  width: 420px;
  height: 640px;
  border: 70px solid rgba(20, 177, 141, 0.12);
  border-left-color: transparent;
  border-radius: 94px;
  transform: rotate(15deg);
  pointer-events: none;
}
.problem-showcase::after {
  content: "";
  position: absolute;
  left: -160px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(8, 167, 199, 0.14), transparent 68%);
  pointer-events: none;
}
.problem-watermark {
  position: absolute;
  left: 50%;
  top: 54px;
  transform: translateX(-50%);
  color: rgba(8, 167, 199, 0.045);
  font-family: var(--font-en-body);
  font-size: clamp(76px, 12vw, 160px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
  pointer-events: none;
}
.problem-head {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 0 auto 54px;
  text-align: center;
}
.problem-head h2 {
  margin-top: 12px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.55;
}
.problem-head p {
  max-width: 720px;
  margin: 18px auto 0;
  color: #3E474D;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}
.problem-card-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.problem-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border: 1px solid rgba(8, 167, 199, 0.16);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(238, 250, 253, 0.76)),
    #FFFFFF;
  padding: 34px 30px 30px;
  box-shadow: 0 24px 54px rgba(8, 42, 56, 0.09);
}
.problem-card::before {
  content: "";
  position: absolute;
  right: -58px;
  top: -74px;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background: rgba(8, 167, 199, 0.09);
}
.problem-card::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 90px;
  height: 150px;
  border: 22px solid rgba(8, 167, 199, 0.06);
  border-radius: 28px;
  transform: rotate(16deg);
}
.problem-card-kicker {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--color-teal-500);
  font-family: var(--font-en-body);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.problem-card-kicker span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(135deg, #08A7C7, #11BCD6);
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 0;
  box-shadow: 0 14px 24px rgba(8, 167, 199, 0.24);
}
.problem-card h3 {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  color: #101820;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.65;
}
.problem-card ul {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
  margin-top: 24px;
  color: #253038;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.75;
}
.problem-card li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
}
.problem-card li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 10px;
  border-radius: 999px;
  background: var(--color-teal-500);
  box-shadow: 0 0 0 5px rgba(8, 167, 199, 0.12);
}
.problem-card-note {
  position: relative;
  z-index: 2;
  margin-top: 28px;
  border-left: 5px solid var(--color-teal-500);
  border-radius: 0 18px 18px 0;
  background: rgba(255, 255, 255, 0.74);
  padding: 18px 20px;
  color: #101820;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.8;
  box-shadow: 0 16px 32px rgba(8, 42, 56, 0.08);
}
.problem-card-note strong {
  color: var(--color-teal-500);
  font-size: 16px;
}
@media (max-width: 1023px) {
  .problem-card-grid {
    grid-template-columns: 1fr;
  }
  .problem-card {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .problem-showcase {
    padding: 76px 0 70px;
  }
  .problem-watermark {
    left: var(--container-pad);
    top: 42px;
    transform: none;
    font-size: 64px;
  }
  .problem-head {
    margin-bottom: 34px;
    text-align: left;
  }
  .problem-head h2 {
    font-size: 26px;
    line-height: 1.6;
  }
  .problem-head p {
    font-size: 14px;
    line-height: 1.85;
  }
  .problem-card {
    border-radius: 24px;
    padding: 26px 22px 24px;
  }
  .problem-card h3 {
    font-size: 21px;
  }
}

.footer-callforce-logo {
  width: 210px;
  height: auto;
  object-fit: contain;
  object-position: left center;
}
@media (max-width: 767px) {
  .footer-callforce-logo {
    width: 170px;
  }
}

/* Service product mockup */
.service-showcase {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(115deg, transparent 0 66%, rgba(8, 167, 199, 0.08) 66% 100%),
    linear-gradient(180deg, #FFFFFF 0%, #F8FCFD 100%);
  padding: 112px 0 104px;
}
.service-showcase::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 48px;
  width: 320px;
  height: 620px;
  border: 70px solid rgba(8, 167, 199, 0.045);
  border-radius: 92px;
  transform: translateX(-52%) rotate(17deg);
  pointer-events: none;
}
.service-watermark {
  position: relative;
  z-index: 1;
  color: rgba(15, 32, 42, 0.075);
  font-family: var(--font-en-body);
  font-size: clamp(74px, 10vw, 126px);
  font-weight: 500;
  line-height: 0.9;
  text-align: center;
  letter-spacing: -0.05em;
}
.service-showcase-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: 54px;
  margin-top: 58px;
}
.service-copy h2 {
  max-width: 540px;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.75;
}
.service-copy p {
  margin-top: 28px;
  max-width: 560px;
  color: #111111;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}
.service-feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.service-feature-list span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid rgba(8, 167, 199, 0.24);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.86);
  padding: 0 15px;
  color: #111111;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(8, 167, 199, 0.08);
}
.service-feature-list span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--color-teal-500);
}
.service-visual {
  position: relative;
  min-height: 430px;
}
.service-visual::before {
  content: "";
  position: absolute;
  inset: 58px -28px 26px 18px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(8, 167, 199, 0.12), rgba(20, 177, 141, 0.08)),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 26px 60px rgba(8, 42, 56, 0.1);
}
.service-visual::after {
  content: "";
  position: absolute;
  right: -72px;
  top: -34px;
  width: 360px;
  height: 520px;
  border: 58px solid rgba(20, 177, 141, 0.16);
  border-left-color: transparent;
  border-radius: 82px;
  transform: rotate(14deg);
}
.service-device-stage {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 430px;
}
.service-device-stage img {
  width: min(720px, 112%);
  max-width: none;
  height: auto;
  filter: drop-shadow(0 28px 34px rgba(8, 42, 56, 0.18));
}
.service-floating-card {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 2px;
  min-width: 120px;
  border: 1px solid rgba(8, 167, 199, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  padding: 14px 16px;
  box-shadow: 0 18px 36px rgba(8, 42, 56, 0.13);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.service-floating-card strong {
  color: var(--color-teal-500);
  font-family: var(--font-en-display);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}
.service-floating-card span {
  color: #111111;
  font-size: 11px;
  font-weight: 900;
}
.service-card-left {
  left: 22px;
  bottom: 52px;
}
.service-card-right {
  right: 18px;
  top: 62px;
}
@media (max-width: 1023px) {
  .service-showcase-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .service-visual {
    min-height: 350px;
  }
  .service-device-stage {
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  .service-showcase {
    padding: 72px 0 64px;
  }
  .service-showcase::before {
    left: auto;
    right: -150px;
    top: 66px;
    transform: rotate(17deg) scale(0.72);
  }
  .service-watermark {
    text-align: left;
    padding-left: var(--container-pad);
    font-size: 68px;
  }
  .service-showcase-grid {
    margin-top: 34px;
  }
  .service-copy h2 {
    font-size: 25px;
    line-height: 1.65;
  }
  .service-copy p {
    font-size: 14px;
    line-height: 1.85;
  }
  .service-visual,
  .service-device-stage {
    min-height: 290px;
  }
  .service-visual::before {
    inset: 52px -18px 28px -8px;
    border-radius: 24px;
  }
  .service-visual::after {
    display: none;
  }
  .service-device-stage img {
    width: 118%;
  }
  .service-card-left {
    left: 0;
    bottom: 26px;
  }
  .service-card-right {
    right: 0;
    top: 38px;
  }
  .service-floating-card {
    min-width: 104px;
    border-radius: 14px;
    padding: 11px 13px;
  }
  .service-floating-card strong {
    font-size: 22px;
  }
}

/* Onboarding roadmap */
.onboarding-showcase {
  position: relative;
  overflow: hidden;
  padding: 118px 0 112px;
  background:
    linear-gradient(118deg, rgba(8, 167, 199, 0.07) 0 18%, transparent 18% 100%),
    linear-gradient(180deg, #FFFFFF 0%, #F8FCFD 100%);
}
.onboarding-showcase::before {
  content: "";
  position: absolute;
  right: -130px;
  top: 18px;
  width: 420px;
  height: 680px;
  border: 72px solid rgba(20, 177, 141, 0.12);
  border-left-color: transparent;
  border-bottom-color: rgba(8, 167, 199, 0.11);
  border-radius: 92px;
  transform: rotate(15deg);
  pointer-events: none;
  display: none;
}
.onboarding-showcase::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 96px;
  width: 330px;
  height: 520px;
  border: 64px solid rgba(8, 167, 199, 0.04);
  border-radius: 86px;
  transform: translateX(-50%) rotate(17deg);
  pointer-events: none;
  display: none;
}
.onboarding-watermark {
  position: relative;
  z-index: 1;
  color: rgba(9, 25, 35, 0.06);
  font-family: var(--font-en-body);
  font-size: 112px;
  font-weight: 600;
  line-height: 0.86;
  text-align: center;
  letter-spacing: 0;
  pointer-events: none;
}
.onboarding-shell {
  position: relative;
  z-index: 2;
  overflow: visible;
  margin-top: 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.onboarding-shell::before {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -240px;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(8, 167, 199, 0.17), transparent 66%);
  pointer-events: none;
  display: none;
}
.onboarding-copy {
  position: relative;
  z-index: 2;
  max-width: 790px;
  margin: 0 auto 42px;
  text-align: center;
}
.onboarding-copy h2 {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.55;
}
.onboarding-copy p {
  margin-top: 18px;
  color: #3E474D;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}
.onboarding-roadmap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.onboarding-roadmap::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 42px;
  height: 2px;
  background: linear-gradient(90deg, rgba(8, 167, 199, 0.06), rgba(8, 167, 199, 0.46), rgba(8, 167, 199, 0.06));
}
.onboarding-step {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: start;
  min-height: 226px;
  border: 1px solid rgba(8, 167, 199, 0.17);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  padding: 22px 18px 20px;
  box-shadow: 0 18px 36px rgba(8, 42, 56, 0.08);
}
.onboarding-step::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 36px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #F8FCFD;
  box-shadow: inset -4px 0 0 rgba(8, 167, 199, 0.18);
}
.onboarding-step:last-child::after {
  display: none;
}
.onboarding-step-num {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #FFFFFF, #EAF8FB);
  border: 2px solid rgba(8, 167, 199, 0.45);
  color: var(--color-teal-500);
  font-family: var(--font-en-display);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(8, 167, 199, 0.14);
}
.onboarding-step-body {
  text-align: center;
}
.onboarding-step-body span {
  color: var(--color-teal-500);
  font-family: var(--font-en-display);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
}
.onboarding-step-body h3 {
  margin-top: 6px;
  color: #101820;
  font-size: 17px;
  font-weight: 900;
}
.onboarding-step-body p {
  margin-top: 10px;
  color: #586168;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.75;
}
.onboarding-step-featured {
  margin-top: -12px;
  min-height: 238px;
  border-color: rgba(8, 167, 199, 0.18);
  background:
    linear-gradient(135deg, rgba(8, 167, 199, 0.98), rgba(6, 131, 163, 0.98)),
    #08A7C7;
  color: #FFFFFF;
  box-shadow: 0 24px 46px rgba(8, 167, 199, 0.24);
}
.onboarding-step-featured .onboarding-step-num {
  border-color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.18);
  color: #FFFFFF;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}
.onboarding-step-featured .onboarding-step-body span,
.onboarding-step-featured .onboarding-step-body h3,
.onboarding-step-featured .onboarding-step-body p {
  color: #FFFFFF;
}
.onboarding-step-featured .onboarding-step-body span {
  opacity: 0.86;
}
.onboarding-step-featured .onboarding-step-body p {
  opacity: 0.92;
}
@media (max-width: 1100px) {
  .onboarding-roadmap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .onboarding-roadmap::before,
  .onboarding-step::after {
    display: none;
  }
  .onboarding-step-featured {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .onboarding-showcase {
    padding: 78px 0 70px;
  }
  .onboarding-showcase::before {
    right: -270px;
    top: 68px;
    transform: rotate(17deg) scale(0.72);
  }
  .onboarding-showcase::after {
    left: auto;
    right: -145px;
    top: 166px;
    transform: rotate(17deg) scale(0.74);
  }
  .onboarding-watermark {
    text-align: left;
    padding-left: var(--container-pad);
    font-size: 62px;
  }
  .onboarding-shell {
    margin-top: 18px;
    border-radius: 26px;
    padding: 34px 18px 18px;
  }
  .onboarding-copy {
    margin-bottom: 26px;
    text-align: left;
  }
  .onboarding-copy h2 {
    font-size: 26px;
    line-height: 1.58;
  }
  .onboarding-copy p {
    font-size: 14px;
    line-height: 1.85;
  }
  .onboarding-roadmap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .onboarding-step {
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: start;
    min-height: auto;
    padding: 16px;
    border-radius: 18px;
  }
  .onboarding-step-num {
    width: 42px;
    height: 42px;
    margin: 0;
    font-size: 15px;
  }
  .onboarding-step-body {
    text-align: left;
  }
  .onboarding-step-body h3 {
    font-size: 16px;
  }
  .onboarding-step-body p {
    font-size: 12px;
  }
}

/* Hero */
.hero {
  position: relative;
  padding: 96px 0 80px;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 1023px) {
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
}
.hero h1 {
  font-size: 52px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin: 16px 0 20px;
}
@media (max-width: 767px) {
  .hero h1 { font-size: 34px; }
}
.hero .lead {
  font-size: 17px;
  color: var(--color-gray-600);
  max-width: 520px;
  line-height: 1.85;
}
.hero-actions {
  display: flex; flex-wrap: wrap; gap: 12px;
  margin-top: 32px;
}
.hero-meta {
  display: flex; gap: 14px; flex-wrap: wrap;
  margin-top: 28px;
}
.hero-meta .chip {
  font-size: 12px;
  color: var(--color-gray-600);
  background: var(--color-gray-100);
  border-radius: var(--radius-pill);
  padding: 6px 12px;
}
.hero-visual {
  position: relative;
  aspect-ratio: 5 / 4;
  background: linear-gradient(180deg, var(--color-teal-50) 0%, #fff 100%);
  border-radius: var(--radius-2xl);
  border: 1px solid var(--color-gray-200);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  display: flex; align-items: center; justify-content: center;
}
.hero-visual .soundwave { width: 90%; height: auto; }
.hero-visual .glass-card {
  position: absolute;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-lg);
  padding: 14px 16px;
  box-shadow: var(--shadow-sm);
  font-size: 12px;
}
.hero-visual .glass-card.kpi-1 { top: 16%; left: 8%; }
.hero-visual .glass-card.kpi-2 { bottom: 14%; right: 8%; }
.hero-visual .kpi-num {
  font-family: var(--font-en-display); font-weight: 700; font-size: 20px;
  color: var(--color-teal-500); display: block; line-height: 1;
}
.hero-visual .kpi-lbl { font-size: 11px; color: var(--color-gray-600); margin-top: 4px; display: block; }

/* About page */
.about-section .mission {
  font-size: 28px; font-weight: 700; line-height: 1.6;
  text-align: center; max-width: 720px; margin: 0 auto;
}
.about-section .mission em {
  font-style: normal;
  background: linear-gradient(180deg, transparent 65%, var(--color-teal-100) 65%);
  padding: 0 6px;
}
.company-table { max-width: 760px; margin: 0 auto; }
.company-table .table th { width: 220px; }
.roadmap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 767px) { .roadmap { grid-template-columns: 1fr; } }

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
}
@media (max-width: 1023px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-aside h3 { margin-bottom: 12px; }
.contact-aside .info-block {
  background: var(--color-gray-100);
  border-radius: var(--radius-lg);
  padding: 20px;
  margin-bottom: 16px;
}
.contact-aside .info-block .lbl { font-size: 12px; color: var(--color-gray-600); margin-bottom: 4px; }
.contact-aside .info-block .val { font-weight: 600; }
.confirm-banner {
  display: none;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  background: var(--color-teal-50);
  border: 1px solid var(--color-teal-100);
  color: var(--color-gray-700);
  font-size: 14px;
  margin-bottom: 20px;
}
.confirm-banner.is-visible { display: block; }
.success-banner {
  display: none;
  padding: 18px 20px;
  border-radius: var(--radius-lg);
  background: var(--color-teal-500);
  color: var(--color-white);
  font-weight: 600;
  margin-bottom: 20px;
}
.success-banner.is-visible { display: block; }

/* Corporate contact page */
.contact-page {
  min-height: 100vh;
}
.contact-hero {
  position: relative;
  overflow: hidden;
  padding: 158px 0 78px;
}
.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 22% 20%, rgba(8, 167, 199, 0.10), transparent 34%),
    linear-gradient(118deg, rgba(239, 234, 228, 0.55) 0 14%, transparent 14% 100%);
  pointer-events: none;
}
.contact-hero-art {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.contact-hero-band,
.contact-hero-ghost {
  position: absolute;
  display: block;
}
.contact-hero-band {
  border-radius: 88px;
}
.contact-hero-band-teal {
  right: -160px;
  top: -120px;
  width: 360px;
  height: 700px;
  border: 82px solid rgba(20, 177, 141, 0.52);
  border-left-color: transparent;
  transform: rotate(16deg);
}
.contact-hero-band-blue {
  right: 210px;
  top: 120px;
  width: 460px;
  height: 230px;
  border: 70px solid rgba(8, 167, 199, 0.44);
  border-left-color: transparent;
  transform: rotate(18deg);
}
.contact-hero-ghost {
  right: 520px;
  top: 60px;
  width: 300px;
  height: 530px;
  border: 72px solid rgba(8, 167, 199, 0.045);
  border-radius: 86px;
  transform: rotate(16deg);
}
.contact-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 860px;
}
.contact-hero-copy h1 {
  margin-top: 18px;
  max-width: 760px;
  color: #05070A;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0;
}
.contact-hero-lead {
  margin-top: 28px;
  max-width: 670px;
  color: #111111;
  font-size: 15px;
  font-weight: 800;
  line-height: 2.05;
}
.contact-summary {
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(8, 167, 199, 0.16);
  box-shadow: 0 28px 64px rgba(8, 27, 36, 0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.contact-summary-logo {
  padding: 24px 28px 20px;
  background: linear-gradient(135deg, rgba(8, 167, 199, 0.11), rgba(255, 255, 255, 0.72));
}
.contact-summary-logo img {
  width: 220px;
  height: auto;
}
.contact-summary-list {
  display: grid;
  gap: 0;
  padding: 6px 28px 28px;
}
.contact-summary-list div {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(8, 27, 36, 0.08);
}
.contact-summary-list div:last-child {
  border-bottom: 0;
}
.contact-summary-list span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: var(--radius-pill);
  background: var(--color-teal-500);
  color: #FFFFFF;
  font-family: var(--font-en-display);
  font-size: 14px;
  font-weight: 900;
}
.contact-summary-list strong {
  color: #0A1720;
  font-size: 15px;
  font-weight: 900;
}
.contact-form-section {
  position: relative;
  padding: 16px 0 118px;
}
.contact-form-layout {
  display: block;
  max-width: 920px;
}
.contact-aside-card,
.contact-form-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(8, 167, 199, 0.16);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 60px rgba(8, 27, 36, 0.10);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.contact-aside-card {
  padding: 36px 28px 30px;
  position: sticky;
  top: 132px;
}
.contact-aside-card::before {
  content: "";
  position: absolute;
  right: -92px;
  top: -110px;
  width: 230px;
  height: 320px;
  border: 54px solid rgba(8, 167, 199, 0.08);
  border-left-color: transparent;
  border-radius: 58px;
  transform: rotate(17deg);
}
.contact-aside-card h2 {
  position: relative;
  margin-top: 14px;
  color: #081B24;
  font-size: 30px;
  font-weight: 900;
}
.contact-aside-card p {
  position: relative;
  margin-top: 14px;
  color: #3F515B;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}
.contact-product-list {
  position: relative;
  display: grid;
  gap: 14px;
  margin-top: 28px;
}
.contact-product-item {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(242, 250, 252, 0.96), rgba(255, 255, 255, 0.92));
  border: 1px solid rgba(8, 167, 199, 0.13);
}
.contact-product-item img {
  width: min(100%, 214px);
  height: auto;
  object-fit: contain;
}
.contact-product-item span {
  color: #3F515B;
  font-size: 12px;
  font-weight: 900;
}
.contact-form-card {
  padding: 42px;
}
.contact-form-head {
  margin-bottom: 32px;
}
.contact-form-head h2 {
  margin-top: 14px;
  color: #05070A;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.35;
}
.contact-form-head p {
  margin-top: 14px;
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}
.contact-form-card .form-input,
.contact-form-card .form-select,
.contact-form-card .form-textarea {
  border-color: rgba(8, 167, 199, 0.18);
  background: rgba(248, 252, 253, 0.92);
  border-radius: 14px;
  min-height: 52px;
}
.contact-form-card .form-textarea {
  min-height: 170px;
}
.contact-intent-field {
  min-inline-size: 0;
  margin: 0;
  margin-bottom: 26px;
  padding: 0;
  border: 0;
}
.contact-intent-field legend {
  display: block;
  width: 100%;
  padding: 0;
}
.contact-field-help {
  margin-top: 7px;
  color: #4A4A4A;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.7;
}
.contact-input-help {
  margin-top: 7px;
  color: #5B6870;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.65;
}
.contact-intent-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}
.contact-intent-option {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  min-height: 112px;
  padding: 18px 18px 17px;
  border: 1.5px solid rgba(8, 167, 199, 0.18);
  border-radius: 18px;
  background: rgba(248, 252, 253, 0.92);
  cursor: pointer;
  transition: transform .24s var(--ease), border-color .24s var(--ease), box-shadow .24s var(--ease), background .24s var(--ease);
}
.contact-intent-option:hover {
  transform: translateY(-2px);
  border-color: rgba(8, 167, 199, 0.58);
  background: #F2FAFC;
  box-shadow: 0 16px 32px rgba(8, 167, 199, 0.12);
}
.contact-intent-option:has(input:checked) {
  border-color: var(--color-teal-500);
  background: linear-gradient(135deg, rgba(232, 249, 252, 0.98), rgba(255, 255, 255, 0.94));
  box-shadow: 0 18px 36px rgba(8, 167, 199, 0.16);
}
.contact-intent-option input {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: var(--color-teal-500);
}
.contact-intent-option strong {
  display: block;
  color: #081B24;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
}
.contact-intent-option small {
  display: block;
  margin-top: 5px;
  color: #4A4A4A;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.65;
}
.contact-form-card .form-error {
  margin-top: 10px;
  color: #C93131;
  font-size: 12px;
  font-weight: 900;
}
.contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  min-height: 64px;
  border-radius: var(--radius-pill);
  background: linear-gradient(135deg, #08A7C7, #12BDD7);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 20px 38px rgba(8, 167, 199, 0.26);
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), background .28s var(--ease);
}
.contact-submit:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 26px 48px rgba(8, 167, 199, 0.34);
}

.contact-thanks-main {
  position: relative;
  min-height: calc(100vh - 92px);
  padding: 160px 0 110px;
  overflow: hidden;
  display: grid;
  align-items: center;
}
.contact-thanks-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 25% 20%, rgba(8, 167, 199, 0.12), transparent 34%),
    radial-gradient(ellipse at 82% 20%, rgba(20, 177, 141, 0.12), transparent 32%),
    linear-gradient(118deg, rgba(239, 234, 228, 0.56) 0 13%, transparent 13% 100%);
  pointer-events: none;
}
.contact-thanks-panel {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 0 auto;
  padding: 54px 0;
  text-align: center;
}
.contact-thanks-logo {
  width: 220px;
  height: auto;
  margin: 0 auto 34px;
}
.contact-thanks-panel h1 {
  color: #05070A;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0;
}
.contact-thanks-panel p {
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  color: #182832;
  font-size: 15px;
  font-weight: 800;
  line-height: 2;
}
.contact-thanks-notes {
  margin-top: 34px;
}
.contact-thanks-notes p {
  margin-top: 0;
  color: #3F515B;
  font-size: 13px;
  font-weight: 800;
  line-height: 2.05;
}
.contact-thanks-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 38px;
}
.contact-thanks-actions .btn {
  min-height: 54px;
  padding: 0 24px;
}

@media (max-width: 1023px) {
  .contact-aside-card {
    position: relative;
    top: auto;
  }
}
@media (max-width: 767px) {
  .contact-hero {
    padding: 104px 0 28px;
  }
  .contact-hero-copy h1 {
    font-size: 32px;
    line-height: 1.5;
  }
  .contact-hero-lead {
    font-size: 14px;
    line-height: 1.9;
  }
  .contact-summary-logo img {
    width: 180px;
  }
  .contact-form-section {
    padding: 8px 0 72px;
  }
  .contact-aside-card,
  .contact-form-card {
    border-radius: 24px;
  }
  .contact-form-card {
    padding: 28px 20px;
  }
  .contact-form-head h2 {
    font-size: 28px;
  }
  .contact-product-item img {
    width: min(100%, 190px);
  }
  .contact-intent-options {
    grid-template-columns: 1fr;
  }
  .contact-intent-option {
    min-height: 98px;
  }
  .contact-thanks-main {
    padding: 112px 0 72px;
  }
  .contact-thanks-panel {
    padding: 34px 0;
  }
  .contact-thanks-logo {
    width: 180px;
  }
  .contact-thanks-panel h1 {
    font-size: 30px;
  }
  .contact-thanks-actions {
    display: grid;
  }
}

/* Partners */
.hero-partners {
  background: linear-gradient(180deg, var(--color-teal-50) 0%, var(--color-white) 100%);
}
.rank-card {
  background: var(--color-white);
  border: 1.5px solid var(--color-gray-200);
  border-radius: var(--radius-xl);
  padding: 28px;
  position: relative;
}
.rank-card.is-featured { border-color: var(--color-teal-500); box-shadow: var(--shadow-md); }
.rank-card .rank-name {
  font-family: var(--font-en-display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}
.rank-card .rank-range { font-size: 12px; color: var(--color-gray-600); margin-bottom: 16px; }
.rank-card ul { font-size: 13px; line-height: 1.9; color: var(--color-gray-700); }
.rank-card ul li::before { content: '・'; color: var(--color-teal-500); }
.rank-card .rank-rate {
  font-family: var(--font-en-display); font-weight: 700; font-size: 32px;
  color: var(--color-teal-500); line-height: 1; margin-bottom: 6px;
}

.bigprice {
  font-family: var(--font-en-display);
  font-weight: 700;
  font-size: 72px;
  color: var(--color-teal-500);
  line-height: 1;
  letter-spacing: -0.02em;
}
.bigprice .yen { font-size: 32px; vertical-align: top; margin-right: 4px; }
@media (max-width: 767px) { .bigprice { font-size: 48px; } }

.ribbon {
  display: inline-flex;
  background: var(--color-teal-500);
  color: var(--color-white);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

/* Staffing LP specific */
.feature-7 .card .card-number { background: var(--color-teal-500); }
.compare-cell-yes { color: var(--color-teal-500); font-weight: 700; }
.compare-cell-no { color: var(--color-gray-400); }
.compare-cell-partial { color: var(--color-gray-600); }
.callout-strong {
  display: inline-block;
  background: var(--color-teal-50);
  border-left: 4px solid var(--color-teal-500);
  padding: 16px 20px;
  border-radius: 6px;
  font-weight: 600;
  color: var(--color-black);
}
.bignum-line {
  display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap;
}
.bignum {
  font-family: var(--font-en-display);
  font-weight: 700;
  font-size: 64px;
  color: var(--color-teal-500);
  line-height: 1;
}
@media (max-width: 767px) { .bignum { font-size: 44px; } }

/* Breadcrumb */
.breadcrumb {
  font-size: 12px;
  color: var(--color-gray-600);
  margin-bottom: 16px;
}
.breadcrumb a { color: var(--color-gray-600); }
.breadcrumb a:hover { color: var(--color-teal-500); }
.breadcrumb .sep { margin: 0 6px; color: var(--color-gray-400); }

/* Transcript */
.transcript {
  background: var(--color-gray-100);
  border-radius: var(--radius-lg);
  padding: 20px;
  font-size: 13px;
  line-height: 1.9;
}
.transcript .ai { color: var(--color-teal-600); }
.transcript .user { color: var(--color-gray-700); }
.transcript .role { font-weight: 700; margin-right: 6px; }

/* Pricing block */
.price-card {
  border: 2px solid var(--color-teal-500);
  border-radius: var(--radius-2xl);
  padding: 40px;
  background: var(--color-white);
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.price-ribbons {
  display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-bottom: 16px;
}

/* CTA bar fixed mobile */
@media (max-width: 767px) {
  .cta-mobile-fixed {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    background: var(--color-white);
    border-top: 1px solid var(--color-gray-200);
    padding: 10px 16px;
    display: flex;
    gap: 8px;
    z-index: 40;
  }
  .cta-mobile-fixed .btn { flex: 1; padding: 12px 8px; font-size: 13px; }
  body.has-mobile-cta { padding-bottom: 76px; }
}
@media (min-width: 768px) { .cta-mobile-fixed { display: none; } }

/* List checks */
.list-check li {
  position: relative; padding-left: 28px; margin-bottom: 10px; color: var(--color-gray-700);
}
.list-check li::before {
  content: '';
  position: absolute; left: 0; top: 8px;
  width: 18px; height: 18px;
  background: var(--color-teal-500);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/></svg>") center/contain no-repeat;
}

/* Industries showcase */
.industries-showcase {
  position: relative;
  overflow: hidden;
  padding: 116px 0 112px;
  background:
    linear-gradient(116deg, transparent 0 72%, rgba(8, 167, 199, 0.07) 72% 100%),
    linear-gradient(180deg, #FFFFFF 0%, #F8FCFD 100%);
}
.industries-showcase::before {
  content: "";
  position: absolute;
  left: -210px;
  top: 80px;
  width: 520px;
  height: 520px;
  border: 72px solid rgba(8, 167, 199, 0.055);
  border-right-color: transparent;
  border-radius: 96px;
  transform: rotate(18deg);
  pointer-events: none;
  display: none;
}
.industries-showcase::after {
  content: "";
  position: absolute;
  right: -170px;
  bottom: 18px;
  width: 420px;
  height: 620px;
  border: 64px solid rgba(20, 177, 141, 0.11);
  border-left-color: transparent;
  border-radius: 88px;
  transform: rotate(14deg);
  pointer-events: none;
  display: none;
}
.industries-watermark {
  position: relative;
  z-index: 1;
  color: rgba(9, 25, 35, 0.055);
  font-family: var(--font-en-body);
  font-size: 108px;
  font-weight: 600;
  line-height: 0.88;
  text-align: center;
  letter-spacing: 0;
  pointer-events: none;
}
.industries-shell {
  position: relative;
  z-index: 2;
  overflow: visible;
  margin-top: 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.industries-shell::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -190px;
  width: 500px;
  height: 500px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(8, 167, 199, 0.16), transparent 66%);
  pointer-events: none;
  display: none;
}
.industries-intro {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}
.industries-intro h2 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.65;
}
.industries-intro p {
  margin-top: 18px;
  color: #3E474D;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}
.industry-panel-stack {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 16px;
}
.industry-panel {
  position: relative;
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr) 132px;
  align-items: center;
  gap: 34px;
  min-height: 202px;
  border: 1px solid rgba(8, 167, 199, 0.15);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(248, 252, 253, 0.86)),
    #FFFFFF;
  padding: 28px 32px;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(8, 42, 56, 0.08);
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease);
}
.industry-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(8, 167, 199, 0.09), transparent 38%);
  opacity: 0;
  transition: opacity .28s var(--ease);
  pointer-events: none;
}
.industry-panel:hover {
  border-color: rgba(8, 167, 199, 0.35);
  box-shadow: 0 26px 52px rgba(8, 42, 56, 0.13);
  transform: translateY(-4px) scale(1.01);
}
.industry-panel:hover::before {
  opacity: 1;
}
.industry-panel-active {
  min-height: 224px;
  border-color: rgba(8, 167, 199, 0.28);
  background:
    linear-gradient(135deg, rgba(8, 167, 199, 0.09), rgba(20, 177, 141, 0.06)),
    rgba(255, 255, 255, 0.95);
}
.industry-brand-logo {
  display: grid;
  align-content: center;
  gap: 12px;
  min-height: 124px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(232, 249, 253, 0.88)),
    #FFFFFF;
  border: 1px solid rgba(8, 167, 199, 0.16);
  padding: 24px 26px;
  box-shadow: 0 16px 30px rgba(8, 167, 199, 0.11);
}
.industry-specific-logo {
  width: 100%;
  max-width: 245px;
  height: auto;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 8px 12px rgba(8, 42, 56, 0.08));
}
.industry-panel-copy {
  min-width: 0;
}
.industry-panel-copy h3 {
  color: #101820;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.45;
}
.industry-panel-copy p {
  margin-top: 10px;
  color: #4B565D;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
}
.industry-panel-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid rgba(8, 167, 199, 0.22);
  border-radius: var(--radius-pill);
  color: var(--color-teal-500);
  background: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
}
@media (max-width: 1023px) {
  .industry-panel {
    grid-template-columns: 1fr;
  }
  .industry-panel-arrow {
    grid-column: 1;
    width: 170px;
  }
}
@media (max-width: 767px) {
  .industries-showcase {
    padding: 78px 0 70px;
  }
  .industries-watermark {
    text-align: left;
    padding-left: var(--container-pad);
    font-size: 62px;
  }
  .industries-shell {
    margin-top: 18px;
    border-radius: 26px;
    padding: 34px 18px 18px;
  }
  .industries-intro {
    margin-bottom: 26px;
    text-align: left;
  }
  .industries-intro h2 {
    font-size: 26px;
    line-height: 1.58;
  }
  .industries-intro p {
    font-size: 14px;
    line-height: 1.85;
  }
  .industry-panel {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: auto;
    border-radius: 20px;
    padding: 18px;
  }
  .industry-panel-active {
    min-height: auto;
  }
  .industry-brand-logo {
    min-height: 92px;
    border-radius: 18px;
    padding: 18px;
  }
  .industry-specific-logo {
    max-width: 220px;
  }
  .industry-panel-copy h3 {
    font-size: 18px;
  }
  .industry-panel-copy p {
    font-size: 13px;
  }
  .industry-panel-arrow {
    grid-column: 1 / -1;
    width: 100%;
  }
}

/* FAQ showcase */
.faq-showcase {
  position: relative;
  overflow: hidden;
  padding: 116px 0 112px;
}
.faq-showcase::before {
  content: "";
  position: absolute;
  left: -180px;
  top: 64px;
  width: 440px;
  height: 600px;
  border: 64px solid rgba(8, 167, 199, 0.06);
  border-right-color: transparent;
  border-radius: 92px;
  transform: rotate(17deg);
  pointer-events: none;
}
.faq-showcase::after {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -160px;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(20, 177, 141, 0.12), transparent 66%);
  pointer-events: none;
}
.faq-watermark {
  position: absolute;
  inset: 56px 0 auto;
  color: rgba(15, 32, 42, 0.055);
  font-family: var(--font-en-body);
  font-size: clamp(82px, 13vw, 158px);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.04em;
  pointer-events: none;
}
.faq-shell {
  position: relative;
  z-index: 2;
  max-width: 1040px;
  margin: 0 auto;
  border: 1px solid rgba(8, 167, 199, 0.14);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.82);
  padding: 56px 50px 46px;
  box-shadow: 0 30px 76px rgba(8, 42, 56, 0.10);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.faq-head {
  max-width: 720px;
  margin: 0 auto 36px;
  text-align: center;
}
.faq-head h2 {
  color: #101820;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.55;
}
.faq-head p {
  margin-top: 16px;
  color: #3E474D;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}
.faq-list {
  display: grid;
  gap: 14px;
}
.faq-showcase .faq-item {
  overflow: hidden;
  border: 1px solid rgba(8, 167, 199, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 250, 253, 0.76)),
    #FFFFFF;
  padding: 0;
  box-shadow: 0 18px 38px rgba(8, 42, 56, 0.07);
  transition: border-color .24s var(--ease), box-shadow .24s var(--ease), transform .24s var(--ease);
}
.faq-showcase .faq-item:hover {
  border-color: rgba(8, 167, 199, 0.30);
  box-shadow: 0 24px 48px rgba(8, 42, 56, 0.11);
  transform: translateY(-2px);
}
.faq-showcase .faq-item summary {
  align-items: center;
  gap: 16px;
  min-height: 82px;
  padding: 20px 24px;
  color: #101820;
  font-size: 16px;
  font-weight: 900;
}
.faq-showcase .faq-q {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #08A7C7, #12BDD7);
  color: #FFFFFF;
  font-size: 16px;
  box-shadow: 0 14px 24px rgba(8, 167, 199, 0.22);
}
.faq-showcase .faq-arrow {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(8, 167, 199, 0.08);
  color: var(--color-teal-500);
  font-weight: 900;
}
.faq-showcase .faq-body {
  border-top: 1px solid rgba(8, 167, 199, 0.10);
  margin: 0 24px;
  padding: 20px 0 24px 60px;
  color: #4B565D;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .faq-showcase {
    padding: 76px 0 70px;
  }
  .faq-watermark {
    inset: 44px auto auto var(--container-pad);
    text-align: left;
    font-size: 68px;
  }
  .faq-shell {
    border-radius: 26px;
    padding: 34px 18px 22px;
  }
  .faq-head {
    margin-bottom: 26px;
    text-align: left;
  }
  .faq-head h2 {
    font-size: 26px;
  }
  .faq-showcase .faq-item summary {
    min-height: 72px;
    padding: 18px;
    font-size: 14px;
  }
  .faq-showcase .faq-q {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }
  .faq-showcase .faq-body {
    margin: 0 18px;
    padding: 16px 0 20px;
  }
}

/* Final contact panel */
.final-contact {
  padding: 118px 0 104px;
  background: #FFFFFF;
}
.final-contact .container {
  max-width: 1460px;
}
.final-contact-panel {
  position: relative;
  overflow: hidden;
  min-height: 0;
  border-radius: 42px;
  background:
    radial-gradient(circle at 8% 82%, rgba(8, 167, 199, 0.28), transparent 13%),
    linear-gradient(135deg, #102A36 0%, #071923 100%);
  color: #FFFFFF;
  padding: 78px 82px 74px;
  box-shadow: 0 30px 70px rgba(7, 25, 35, 0.22);
}
.final-contact-panel::before {
  content: "";
  position: absolute;
  left: -80px;
  top: -96px;
  width: 230px;
  height: 250px;
  border-radius: 42px 120px 78px 42px;
  background: rgba(20, 177, 141, 0.88);
  transform: rotate(-18deg);
}
.final-contact-panel::after {
  content: "";
  position: absolute;
  right: -96px;
  bottom: 38px;
  width: 320px;
  height: 440px;
  border: 76px solid rgba(135, 224, 225, 0.34);
  border-left-color: transparent;
  border-radius: 78px;
  transform: rotate(14deg);
}
.final-contact-copy {
  position: relative;
  z-index: 3;
  max-width: 740px;
}
.final-contact-label {
  margin-bottom: 18px;
  color: rgba(178, 238, 239, 0.92);
  font-size: 16px;
  font-weight: 900;
}
.final-contact-title {
  margin-left: -6px;
  color: rgba(178, 238, 239, 0.78);
  font-family: var(--font-en-body);
  font-size: 86px;
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: 0;
}
.final-contact-copy h2 {
  margin-top: 42px;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.7;
}
.final-contact-copy p {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
  line-height: 2.05;
}
.final-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 42px;
}
.final-contact-primary,
.final-contact-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 248px;
  min-height: 64px;
  border-radius: var(--radius-pill);
  padding: 0 30px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), background .28s var(--ease), color .28s var(--ease);
}
.final-contact-primary {
  background: linear-gradient(135deg, #08A7C7, #12BDD7);
  box-shadow: 0 20px 38px rgba(8, 167, 199, 0.26);
}
.final-contact-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 26px 48px rgba(8, 167, 199, 0.34);
}
.final-contact-secondary {
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}
.final-contact-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-3px) scale(1.02);
}
.final-contact-visual {
  position: absolute;
  z-index: 2;
  right: -16px;
  top: -18px;
  width: 650px;
  height: 590px;
  pointer-events: none;
}
.contact-preview-card {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.26);
}
.contact-preview-main {
  right: 104px;
  top: 112px;
  width: 350px;
  height: 220px;
  padding: 20px;
  transform: rotate(16deg);
}
.preview-card-bar {
  display: flex;
  gap: 6px;
  margin-bottom: 18px;
}
.preview-card-bar span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(8, 167, 199, 0.35);
}
.preview-dashboard {
  display: grid;
  gap: 16px;
  color: #102A36;
}
.preview-dashboard strong {
  font-size: 16px;
  font-weight: 900;
}
.preview-metric-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-radius: 16px;
  background: #F0FAFC;
  padding: 14px 16px;
}
.preview-metric-row span {
  font-size: 12px;
  font-weight: 900;
  color: #51616A;
}
.preview-metric-row b {
  color: var(--color-teal-500);
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
}
.preview-chart {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 58px;
}
.preview-chart i {
  display: block;
  width: 32px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, #08A7C7, rgba(8, 167, 199, 0.22));
}
.preview-chart i:nth-child(1) { height: 28px; }
.preview-chart i:nth-child(2) { height: 48px; }
.preview-chart i:nth-child(3) { height: 36px; }
.preview-chart i:nth-child(4) { height: 54px; }
.preview-chart i:nth-child(5) { height: 42px; }
.contact-preview-staffing,
.contact-preview-cargo,
.contact-preview-hotel {
  display: grid;
  align-content: end;
  gap: 8px;
  width: 250px;
  height: 154px;
  padding: 22px;
}
.contact-preview-staffing {
  right: 34px;
  top: 6px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(230, 250, 254, 0.88)),
    #FFFFFF;
  transform: rotate(20deg);
}
.contact-preview-cargo {
  right: 290px;
  top: 302px;
  background:
    linear-gradient(135deg, rgba(20, 177, 141, 0.18), rgba(255, 255, 255, 0.9)),
    #FFFFFF;
  transform: rotate(-18deg);
}
.contact-preview-hotel {
  right: 20px;
  bottom: 20px;
  background:
    linear-gradient(135deg, rgba(8, 167, 199, 0.22), rgba(255, 255, 255, 0.92)),
    #FFFFFF;
  transform: rotate(13deg);
}
.contact-preview-card span {
  color: var(--color-teal-500);
  font-family: var(--font-en-display);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.contact-preview-card strong {
  color: #102A36;
  font-size: 20px;
  font-weight: 900;
}
.contact-preview-card small {
  color: #51616A;
  font-size: 12px;
  font-weight: 800;
}
@media (max-width: 1023px) {
  .final-contact-panel {
    padding: 58px 42px;
  }
}
@media (max-width: 767px) {
  .final-contact {
    padding-top: 72px;
  }
  .final-contact-panel {
    min-height: auto;
    border-radius: 28px;
    padding: 44px 22px;
  }
  .final-contact-panel::before {
    left: -94px;
    top: -112px;
  }
  .final-contact-title {
    font-size: 64px;
  }
  .final-contact-copy h2 {
    margin-top: 30px;
    font-size: 25px;
    line-height: 1.65;
  }
  .final-contact-copy p {
    font-size: 13px;
    line-height: 1.9;
  }
  .final-contact-actions {
    display: grid;
  }
  .final-contact-primary,
  .final-contact-secondary {
    width: 100%;
    min-width: 0;
    min-height: 58px;
  }
}

/* HERO Fullbleed (Yomiuri-style keyvisual background) */
.hero-fullbleed {
  position: relative;
  padding: 140px 0 120px;
  background-image:
    linear-gradient(180deg, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0.80) 55%, rgba(255,255,255,0.96) 100%),
    url("../assets/hero-keyvisual-v1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.hero-fullbleed .hero-grid-center {
  display: block;
  grid-template-columns: 1fr;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}
.hero-fullbleed .hero-grid-center .badge { margin-bottom: 24px; }
.hero-fullbleed .hero-grid-center .lead {
  margin: 0 auto;
  max-width: 720px;
  color: var(--color-gray-700);
}
.hero-fullbleed .hero-actions { justify-content: center; }
.hero-fullbleed .hero-meta { justify-content: center; }
.hero-title-serif {
  font-family: "Noto Serif JP", "Times New Roman", serif;
  font-weight: 900;
  font-size: 84px;
  line-height: 1.18;
  letter-spacing: 0.01em;
  margin: 12px 0 28px;
  color: var(--color-gray-900, #0b1220);
}
.hero-side-label {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  font-family: var(--font-en-display, "Exo 2"), sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.4em;
  color: var(--color-gray-700);
  opacity: 0.85;
  pointer-events: none;
}
.hero-bottom-label {
  position: absolute;
  left: 0; right: 0; bottom: -8px;
  text-align: center;
  font-family: var(--font-en-display, "Exo 2"), sans-serif;
  font-weight: 700;
  font-size: clamp(56px, 11vw, 168px);
  letter-spacing: 0.04em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(8, 167, 199, 0.35);
  text-stroke: 1.5px rgba(8, 167, 199, 0.35);
  pointer-events: none;
  user-select: none;
}
@media (max-width: 1023px) {
  .hero-fullbleed { padding: 96px 0 96px; }
  .hero-title-serif { font-size: 56px; }
  .hero-side-label { font-size: 16px; letter-spacing: 0.3em; }
}
@media (max-width: 767px) {
  .hero-fullbleed { padding: 72px 0 88px; }
  .hero-title-serif { font-size: 38px; letter-spacing: 0; }
  .hero-side-label { display: none; }
  .hero-bottom-label { font-size: clamp(36px, 14vw, 80px); }
}
