/*
Theme Name: JOBIC
Theme URI: https://jobic.jp
Author: JOBIC
Author URI: https://jobic.jp
Description: JOBIC - 洗練された新しいキャリアプラットフォーム
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: jobic
*/

@charset "UTF-8";
/* ========================================
   JOBIC v10 — CUBE DESIGN SYSTEM
   Geometric • Sharp • Architectural
   ======================================== */

:root {
  --c-grad-start: #0044ff;
  --c-grad-mid: #00aaff;
  --c-grad-end: #00ffd5;
  --c-hero-grad: radial-gradient(circle at 100% 0%, var(--c-grad-end) 0%, var(--c-grad-mid) 40%, var(--c-grad-start) 100%);

  --c-navy: #0b1c3d;
  --c-navy-dark: #06112a;
  --c-cyan: #00d4ff;
  --c-blue: #0066ff;

  --c-bg: #f5f7fa;
  --c-white: #ffffff;
  --c-text: #1a202c;
  --c-text-sub: #718096;
  --c-border: #e2e8f0;

  --font-en: 'Outfit', sans-serif;
  --font-ja: 'Noto Sans JP', sans-serif;

  --shadow-card: 0 10px 40px rgba(0, 0, 0, 0.06);
  --shadow-hover: 0 20px 50px rgba(0, 102, 255, 0.15);
  --ease: cubic-bezier(0.25, 1, 0.5, 1);
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-ja);
  color: var(--c-text);
  background: var(--c-bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

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

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

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4vw;
}

.en {
  font-family: var(--font-en);
}

/* ═══════════════════════════════════════
   CUBE DECORATION SYSTEM
   ═══════════════════════════════════════ */

/* Isometric cube shapes via CSS */
.cube-deco {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

/* Wireframe cube (hero) — built with borders */
.cube-deco--1 {
  width: 80px;
  height: 80px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  top: 18%;
  left: 8%;
  transform: rotate(15deg);
}

.cube-deco--1::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.1);
  top: -20px;
  left: 20px;
}

.cube-deco--1::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  background: rgba(255, 255, 255, 0.12);
  top: -20px;
  left: 0;
}

.cube-deco--2 {
  width: 120px;
  height: 120px;
  border: 2px solid rgba(255, 255, 255, 0.08);
  bottom: 15%;
  left: 5%;
  transform: rotate(-10deg);
}

.cube-deco--2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.05);
  top: -28px;
  left: 28px;
}

.cube-deco--3 {
  width: 50px;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  top: 30%;
  right: 6%;
  transform: rotate(25deg);
  background: rgba(255, 255, 255, 0.04);
}

/* Dot grid pattern (hero background) */
.cube-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, black 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, black 20%, transparent 70%);
}

/* Dark section cube decorations */
.cube-deco--dark-1 {
  width: 160px;
  height: 160px;
  border: 1.5px solid rgba(0, 212, 255, 0.08);
  top: 10%;
  right: 4%;
  transform: rotate(20deg);
}

.cube-deco--dark-1::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1.5px solid rgba(0, 212, 255, 0.05);
  top: -36px;
  left: 36px;
}

.cube-deco--dark-1::after {
  content: '';
  position: absolute;
  width: 1.5px;
  height: 36px;
  background: rgba(0, 212, 255, 0.06);
  top: -36px;
  left: 0;
}

.cube-deco--dark-2 {
  width: 60px;
  height: 60px;
  border: 1.5px solid rgba(0, 212, 255, 0.1);
  bottom: 8%;
  left: 6%;
  transform: rotate(-15deg);
  background: rgba(0, 212, 255, 0.02);
}

.cube-deco--dark-3 {
  width: 200px;
  height: 200px;
  border: 1px solid rgba(0, 212, 255, 0.04);
  top: 35%;
  left: -3%;
  transform: rotate(30deg);
}

.cube-deco--dark-3::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 212, 255, 0.03);
  top: -44px;
  left: 44px;
}

.cube-deco--dark-4 {
  width: 90px;
  height: 90px;
  border: 1.5px solid rgba(0, 212, 255, 0.07);
  top: 55%;
  right: 8%;
  transform: rotate(-25deg);
  background: rgba(0, 212, 255, 0.015);
}

.cube-deco--dark-5 {
  width: 140px;
  height: 140px;
  border: 1px solid rgba(0, 212, 255, 0.05);
  bottom: 15%;
  right: 2%;
  transform: rotate(12deg);
}

.cube-deco--dark-5::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 212, 255, 0.03);
  top: -32px;
  left: 32px;
}

.cube-deco--dark-5::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 32px;
  background: rgba(0, 212, 255, 0.04);
  top: -32px;
  left: 0;
}

/* Dot grid for dark section */
.cube-grid--dark {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(0, 212, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 50% at 50% 50%, black 10%, transparent 60%);
  -webkit-mask-image: radial-gradient(ellipse 70% 50% at 50% 50%, black 10%, transparent 60%);
}


/* ── Sections ── */
.sec {
  padding: 100px 0;
  position: relative;
  background: var(--c-bg);
  overflow: clip;
}

.sec--white {
  background: #fff;
}

.sec--dark {
  background: var(--c-navy-dark);
  color: #fff;
}

/* Section heading with left border accent (cube-like) */
.sec-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  position: relative;
  z-index: 2;
}

.sec-head__title {
  position: relative;
  padding-left: 16px;
  border-left: 4px solid var(--c-blue);
}

.sec--dark .sec-head__title {
  border-left-color: var(--c-cyan);
}

.outline-text {
  display: block;
  font-size: clamp(60px, 10vw, 120px);
  font-weight: 900;
  line-height: 0.85;
  position: absolute;
  left: -12px;
  bottom: -8px;
  z-index: -1;
  pointer-events: none;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(11, 28, 61, 0.05);
}

.outline-text--light {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.06);
}

.sec-head__title h2 {
  font-size: clamp(24px, 3.5vw, 32px);
  font-weight: 900;
  color: var(--c-navy);
  line-height: 1.3;
}

.sec--dark .sec-head__title h2 {
  color: #fff;
}

.view-all {
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 14px;
  color: var(--c-blue);
  background: rgba(0, 102, 255, 0.06);
  padding: 10px 24px;
  border-radius: 0;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  border: 1px solid transparent;
}

.view-all::after {
  content: '→';
}

.view-all:hover {
  background: var(--c-blue);
  color: #fff;
}

.view-all--light {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.view-all--light:hover {
  background: #fff;
  color: var(--c-navy);
}

/* ── Buttons (sharp cube) ── */
.btn-primary-glass,
.btn-outline-glass {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 36px;
  border-radius: 0;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.4s var(--ease);
  letter-spacing: 0.02em;
}

.btn-primary-glass {
  background: rgba(255, 255, 255, 0.9);
  color: var(--c-blue);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
}

.btn-primary-glass:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.btn-outline-glass {
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.btn-outline-glass:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* ── Header ── */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: all 0.4s var(--ease);
  padding: 20px 0;
  background: transparent;
}

.header.is-scrolled {
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.header__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo-img {
  height: 44px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: filter 0.3s;
}

.header.is-scrolled .header__logo-img {
  filter: none;
}

.header__nav {
  display: flex;
  gap: 36px;
}

.header__nav .nav-link {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  transition: color 0.3s;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.header.is-scrolled .header__nav .nav-link {
  color: var(--c-navy);
  text-shadow: none;
}

.header__nav .nav-link:hover {
  color: var(--c-cyan);
}

.header.is-scrolled .header__nav .nav-link:hover {
  color: var(--c-blue);
}

.header__action {
  display: flex;
  gap: 12px;
  align-items: center;
}

.header.is-scrolled .btn-outline-glass {
  color: var(--c-navy);
  border-color: var(--c-border);
  background: transparent;
}

.header.is-scrolled .btn-primary-glass {
  background: var(--c-blue);
  color: #fff;
  border: none;
}

/* Burger & Drawer */
.burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 44px;
  height: 44px;
  padding: 14px 10px;
  background: transparent;
  border: none;
  z-index: 102;
  cursor: pointer;
}

.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
}

.header.is-scrolled .burger span {
  background: var(--c-navy);
}

.burger.is-active span {
  background: var(--c-navy);
}

.burger.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.burger.is-active span:nth-child(2) {
  opacity: 0;
}

.burger.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}

.drawer {
  position: fixed;
  top: 0;
  right: -360px;
  width: 320px;
  height: 100%;
  background: #fff;
  z-index: 101;
  transition: right 0.5s var(--ease);
  display: flex;
  flex-direction: column;
  padding: 120px 40px 40px;
}

.drawer.is-active {
  right: 0;
}

.drawer-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

.drawer__menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  overflow-y: auto;
}

.drawer__menu>a {
  font-size: 18px;
  font-weight: 800;
  color: var(--c-navy);
  padding: 16px 0;
  border-bottom: 1px solid var(--c-border);
  transition: color 0.3s;
}

.drawer__menu>a:hover {
  color: var(--c-blue);
}

.drawer__bottom {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.drawer-btn {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: var(--c-navy);
  text-align: center;
  padding: 16px;
  border-radius: 0;
}

.drawer-btn:first-child {
  background: transparent;
  border: 2px solid var(--c-border);
  color: var(--c-navy);
}

/* ── 1. Hero ── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background: var(--c-hero-grad);
  z-index: 0;
}

.hero__bg-logo {
  position: absolute;
  right: -15%;
  top: -10%;
  width: 1000px;
  opacity: 0.15;
  z-index: 1;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.hero__bg-logo img {
  width: 100%;
  height: auto;
}

.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

.hero__text {
  color: #fff;
  text-shadow: 0 4px 16px rgba(0, 30, 80, 0.3);
}

.hero__title {
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.hero__title .en {
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 800;
  display: block;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
  opacity: 0.9;
}

.hero__desc {
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.8;
  font-weight: 600;
  opacity: 0.95;
}

/* Glass Form (sharp cube) */
.glass-form {
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 0;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

/* Top-left accent corner (cube motif) */
.glass-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-top: 3px solid rgba(255, 255, 255, 0.6);
  border-left: 3px solid rgba(255, 255, 255, 0.6);
}

.glass-form::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.3);
  border-right: 3px solid rgba(255, 255, 255, 0.3);
}

.glass-form__title {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.glass-form__title .icon {
  width: 26px;
  height: 26px;
}

.glass-form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}

.gf-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.gf-group--full {
  grid-column: span 2;
  margin-bottom: 24px;
}

.gf-group label {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  opacity: 0.85;
  letter-spacing: 0.05em;
}

.gf-select {
  position: relative;
}

.gf-select::after {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-70%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--c-blue);
  border-bottom: 2px solid var(--c-blue);
  pointer-events: none;
}

.gf-select select,
.gf-input {
  width: 100%;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 0;
  font-family: var(--font-ja);
  font-size: 14px;
  font-weight: 700;
  color: var(--c-navy);
  appearance: none;
  outline: none;
  transition: all 0.3s;
}

.gf-input {
  cursor: text;
}

.gf-select select:focus,
.gf-input:focus {
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4);
}

.gf-input::placeholder {
  color: #a0aec0;
  font-weight: 500;
}

.gf-submit {
  width: 100%;
  padding: 18px;
  background: #fff;
  color: var(--c-blue);
  font-size: 16px;
  font-family: var(--font-en);
  font-weight: 900;
  letter-spacing: 0.1em;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.4s var(--ease);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.gf-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}

.gf-tags {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.gf-tags span {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
}

.gf-tags a {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 5px 14px;
  border-radius: 0;
  transition: all 0.3s;
}

.gf-tags a:hover {
  background: #fff;
  color: var(--c-blue);
}


/* ── 2. Area (Bento + Prefecture List) ── */
.area-bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 4px;
  margin-bottom: 48px;
}

.bento-card {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  transition: transform 0.4s var(--ease), box-shadow 0.4s;
}

.bento-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  z-index: 10;
}

.bento-card__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.bento-card__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}

.bento-card:hover .bento-card__bg img {
  transform: scale(1.06);
}

.bento-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6, 17, 42, 0.75) 0%, transparent 55%);
  z-index: 1;
}

.bento-card__content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.bento-card__content h3 {
  font-family: var(--font-en);
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 2px;
}

.bento-card__content span {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.85;
}

.bento-lg {
  grid-column: span 2;
  grid-row: span 2;
}

.bento-md {
  grid-column: span 2;
}

.bento-sm {
  grid-column: span 1;
  padding: 24px;
}

.bento-sm .bento-card__content h3 {
  font-size: 26px;
}

/* Prefecture List */
.pref-list {
  background: #fff;
  border-radius: 0;
  padding: 40px;
  box-shadow: var(--shadow-card);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 32px;
  border-top: 3px solid var(--c-blue);
}

.pref-group__title {
  font-size: 15px;
  font-weight: 800;
  color: var(--c-navy);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--c-blue);
  display: inline-block;
}

.pref-group__items {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.pref-group__items a {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: var(--c-text-sub);
  padding: 4px 12px;
  border: 1px solid var(--c-border);
  border-radius: 0;
  transition: all 0.25s;
}

.pref-group__items a:hover {
  border-color: var(--c-blue);
  color: var(--c-blue);
  background: rgba(0, 102, 255, 0.05);
}


/* ── 3. Features (Eye-catching Design) ── */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}

.feat-card {
  display: block;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s var(--ease), box-shadow 0.4s;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.feat-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  transition: border-color 0.4s;
  z-index: 3;
  pointer-events: none;
}

.feat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 102, 255, 0.2);
}

.feat-card:hover::after {
  border-color: var(--c-cyan);
}

.feat-card--wide {
  grid-column: span 1;
}

.feat-card__img {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.feat-card__img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(11, 28, 61, 0.85) 100%);
  z-index: 1;
}

.feat-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}

.feat-card:hover .feat-card__img img {
  transform: scale(1.08);
}

.feat-card__body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 28px;
  z-index: 2;
  color: #fff;
}

.feat-card .tag {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--c-blue), var(--c-cyan));
  padding: 4px 14px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.feat-card h3 {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  line-height: 1.5;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

@media (min-width: 769px) {
  .feature-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .feat-card--wide {
    grid-column: span 2;
  }

  .feat-card--wide .feat-card__img {
    height: 300px;
  }

  .feat-card--wide h3 {
    font-size: 22px;
  }
}

/* Feature Archive Page */
.feature-archive-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.feature-archive-card {
  display: block;
  background: #fff;
  border: 1px solid var(--c-border);
  overflow: hidden;
  transition: all 0.35s var(--ease);
}

.feature-archive-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: transparent;
}

.feature-archive-card__img {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.feature-archive-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}

.feature-archive-card:hover .feature-archive-card__img img {
  transform: scale(1.06);
}

.feature-archive-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(135deg, var(--c-blue), var(--c-cyan));
  color: #fff;
  padding: 4px 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  z-index: 2;
}

.feature-archive-card__body {
  padding: 20px 24px;
}

.feature-archive-card__body h3 {
  font-size: 16px;
  font-weight: 800;
  color: var(--c-navy);
  line-height: 1.5;
  margin-bottom: 10px;
}

.feature-archive-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: var(--c-text-sub);
  margin-bottom: 8px;
}

.feature-archive-card__count {
  font-weight: 700;
  color: var(--c-blue);
}

.feature-archive-card__excerpt {
  font-size: 13px;
  color: var(--c-text-sub);
  line-height: 1.6;
}

@media (max-width: 768px) {
  .feature-archive-grid {
    grid-template-columns: 1fr;
  }
}


/* ── 4. Pickup (Card Grid — Volume Heavy) ── */
.sec--dark {
  overflow: hidden;
}

.pickup-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}

.p-card {
  display: block;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  transition: all 0.4s var(--ease);
  position: relative;
}

.p-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(0, 212, 255, 0.2);
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3);
}

/* Cube corner accent on hover */
.p-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  transition: all 0.3s;
  z-index: 3;
}

.p-card:hover::before {
  border-top-color: var(--c-cyan);
  border-left-color: var(--c-cyan);
}

.p-card__img {
  height: 180px;
  overflow: hidden;
}

.p-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
  filter: brightness(0.9);
}

.p-card:hover .p-card__img img {
  transform: scale(1.06);
  filter: brightness(1);
}

.p-card__body {
  padding: 24px;
  color: #fff;
}

.p-card__body .tags {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}

.badge {
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  background: var(--c-blue);
  padding: 3px 10px;
  border-radius: 0;
}

.badge-outline {
  font-size: 11px;
  font-weight: 800;
  color: var(--c-navy);
  border: 1.5px solid var(--c-border);
  padding: 3px 10px;
  border-radius: 0;
}

.badge-outline--light {
  color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.2);
}

.p-card__body .company {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 6px;
}

.p-card__body h3 {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 14px;
}

.p-card__body .specs {
  display: flex;
  gap: 16px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
}


/* ── 5. Blog ── */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.blog-card {
  display: block;
  transition: transform 0.4s var(--ease);
}

.blog-card:hover {
  transform: translateY(-6px);
}

.blog-card__thumb {
  height: 200px;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: var(--shadow-card);
}

.blog-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}

.blog-card:hover .blog-card__thumb img {
  transform: scale(1.06);
}

.blog-card__body .meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.blog-card__body .date {
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 600;
  color: var(--c-text-sub);
}

.blog-card__body .cat {
  font-size: 11px;
  font-weight: 700;
  color: var(--c-blue);
  background: rgba(0, 102, 255, 0.06);
  padding: 3px 10px;
  border-radius: 0;
}

.blog-card__body .title {
  font-size: 16px;
  font-weight: 800;
  color: var(--c-navy);
  line-height: 1.55;
}


/* ── CTA & Footer ── */
.bottom-cta {
  padding: 0 0 100px;
  background: #fff;
}

.glass-panel {
  position: relative;
  background: var(--c-hero-grad);
  border-radius: 0;
  padding: 80px 5vw;
  text-align: center;
  color: #fff;
  overflow: hidden;
  box-shadow: var(--shadow-hover);
}

/* Cube corner accents on CTA panel */
.glass-panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-top: 3px solid rgba(255, 255, 255, 0.4);
  border-left: 3px solid rgba(255, 255, 255, 0.4);
  z-index: 3;
}

.glass-panel::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  border-right: 3px solid rgba(255, 255, 255, 0.2);
  z-index: 3;
}

.glass-panel .content {
  position: relative;
  z-index: 2;
}

.glass-panel .bg-icon {
  position: absolute;
  right: -80px;
  top: -80px;
  width: 500px;
  opacity: 0.12;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.glass-panel h2 {
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 900;
  font-family: var(--font-en);
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}

.glass-panel p {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 36px;
  opacity: 0.9;
}

.glass-panel .actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.footer {
  background: var(--c-navy-dark);
  color: #fff;
  padding: 80px 0 0;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 60px;
}

.footer__logo img {
  height: 44px;
  margin-bottom: 12px;
  filter: brightness(0) invert(1);
}

.footer__desc {
  font-size: 13px;
  font-weight: 500;
  opacity: 0.65;
}

.footer__links {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
}

.footer__links dl dt {
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 800;
  color: var(--c-cyan);
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  opacity: 0.85;
}

.footer__links dl dd {
  margin-bottom: 12px;
}

.footer__links dl dd a {
  font-size: 13px;
  font-weight: 500;
  opacity: 0.55;
  transition: opacity 0.3s;
}

.footer__links dl dd a:hover {
  opacity: 1;
  color: var(--c-cyan);
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 28px 0;
}

.footer__bottom .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copy {
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 500;
  opacity: 0.45;
}

.go-top {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.3s;
}

.go-top svg {
  width: 18px;
  height: 18px;
}

.go-top:hover {
  color: var(--c-cyan);
}


/* ── Responsive ── */
@media (max-width: 1024px) {

  .header__nav,
  .header__action {
    display: none;
  }

  .burger {
    display: flex;
  }

  .hero__content {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hero__text {
    text-align: center;
  }

  .area-bento {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px;
  }

  .bento-lg {
    grid-column: span 2;
    grid-row: span 2;
  }

  .bento-md {
    grid-column: span 2;
  }

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

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

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

  .cube-deco--1,
  .cube-deco--2,
  .cube-deco--3 {
    display: none;
  }
}

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

  .hero {
    padding: 120px 0 48px;
  }

  .hero__title {
    font-size: 36px;
  }

  .glass-form {
    padding: 28px;
  }

  .glass-form__grid {
    grid-template-columns: 1fr;
  }

  .gf-group--full {
    grid-column: span 1;
  }

  .area-bento {
    grid-template-columns: 1fr;
    grid-auto-rows: 200px;
  }

  .bento-lg,
  .bento-md {
    grid-column: span 1;
    grid-row: span 1;
  }

  .pref-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 28px;
  }

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

  .feat-card--wide {
    grid-column: span 1;
  }

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

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

  .glass-panel {
    padding: 48px 5vw;
  }

  .glass-panel .actions {
    flex-direction: column;
  }
}


/* ═══════════════════════════════════════
   SUB-PAGE SHARED COMPONENTS
   ═══════════════════════════════════════ */

/* ── Page Hero (sub-page header) ── */
.page-hero {
  position: relative;
  background: var(--c-hero-grad);
  padding: 140px 0 60px;
  overflow: hidden;
  color: #fff;
}

.page-hero--area {
  padding: 0;
  min-height: 340px;
  display: flex;
  align-items: flex-end;
}

.page-hero--area .page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-hero--area .page-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero--area::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6, 17, 42, 0.8) 0%, rgba(6, 17, 42, 0.3) 50%, transparent 100%);
  z-index: 1;
}

.page-hero--area .wrap {
  position: relative;
  z-index: 2;
  padding-bottom: 48px;
  padding-top: 140px;
}

.page-hero .cube-deco {
  z-index: 1;
}

.page-hero__title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 900;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 2;
}

.page-hero__title .en {
  font-family: var(--font-en);
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
  letter-spacing: 0.1em;
  opacity: 0.7;
}

.page-hero__count {
  font-size: 15px;
  font-weight: 600;
  margin-top: 12px;
  opacity: 0.8;
  position: relative;
  z-index: 2;
}

.page-hero__count strong {
  font-family: var(--font-en);
  font-size: 28px;
  font-weight: 900;
  color: var(--c-cyan);
  margin: 0 4px;
}

/* ── Breadcrumb ── */
.breadcrumb {
  padding: 16px 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--c-text-sub);
  border-bottom: 1px solid var(--c-border);
  background: #fff;
}

.breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}

.breadcrumb li+li::before {
  content: '>';
  margin-right: 4px;
  color: var(--c-border);
}

.breadcrumb a {
  transition: color 0.2s;
}

.breadcrumb a:hover {
  color: var(--c-blue);
}

/* ── Two-Column Layout ── */
.two-col {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: start;
}

.two-col--reverse {
  grid-template-columns: 1fr 320px;
}

/* ── Sidebar Filter ── */
.sidebar {
  position: sticky;
  top: 90px;
  align-self: start;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.filter-box {
  background: #fff;
  padding: 28px;
  border: 1px solid var(--c-border);
  margin-bottom: 20px;
}

.filter-box__title {
  font-size: 14px;
  font-weight: 800;
  color: var(--c-navy);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--c-blue);
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-box__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.filter-box__list label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--c-text);
  cursor: pointer;
  transition: color 0.2s;
}

.filter-box__list label:hover {
  color: var(--c-blue);
}

.filter-box__list input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--c-blue);
}

.filter-box .gf-select {
  margin-bottom: 12px;
}

.filter-box .gf-select select {
  background: var(--c-bg);
  font-size: 13px;
  padding: 10px 14px;
}

.filter-btn {
  width: 100%;
  padding: 14px;
  background: var(--c-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  letter-spacing: 0.05em;
}

.filter-btn:hover {
  background: var(--c-navy);
}

/* ── Job Card (list page) ── */
.job-card-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.job-card {
  display: flex;
  gap: 24px;
  background: #fff;
  border: 1px solid var(--c-border);
  padding: 20px;
  transition: all 0.3s var(--ease);
}

.job-card:hover {
  border-color: var(--c-blue);
  box-shadow: var(--shadow-hover);
  transform: translateY(-2px);
}

.job-card__img {
  width: 200px;
  min-height: 140px;
  overflow: hidden;
  flex-shrink: 0;
}

.job-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.job-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.job-card__body .tags {
  display: flex;
  gap: 6px;
  margin-bottom: 8px;
}

.job-card__body .company {
  font-size: 12px;
  font-weight: 700;
  color: var(--c-text-sub);
  margin-bottom: 4px;
}

.job-card__body .title {
  font-size: 17px;
  font-weight: 800;
  color: var(--c-navy);
  line-height: 1.5;
  margin-bottom: 10px;
}

.job-card__body .specs {
  display: flex;
  gap: 20px;
  font-size: 12px;
  font-weight: 600;
  color: var(--c-text-sub);
}

/* ── Pagination ── */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 48px;
}

.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 700;
  border: 1px solid var(--c-border);
  transition: all 0.2s;
}

.pagination a:hover {
  border-color: var(--c-blue);
  color: var(--c-blue);
}

.pagination .current {
  background: var(--c-blue);
  color: #fff;
  border-color: var(--c-blue);
}

.pagination .dots {
  border: none;
  color: var(--c-text-sub);
}

/* ── Tab Nav ── */
.tab-nav {
  display: flex;
  gap: 0;
  margin-bottom: 40px;
  border-bottom: 2px solid var(--c-border);
}

.tab-nav a {
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 700;
  color: var(--c-text-sub);
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: all 0.2s;
}

.tab-nav a:hover {
  color: var(--c-blue);
}

.tab-nav a.is-active {
  color: var(--c-blue);
  border-bottom-color: var(--c-blue);
}


/* ═══════════════════════════════════════
   JOB DETAIL PAGE
   ═══════════════════════════════════════ */
.jd-hero-img {
  height: 400px;
  overflow: hidden;
  margin-bottom: 0;
}

.jd-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jd-header {
  background: #fff;
  padding: 32px 0;
  border-bottom: 1px solid var(--c-border);
}

.jd-header .tags {
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
}

.jd-header .company {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-text-sub);
  margin-bottom: 6px;
}

.jd-header h1 {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 900;
  color: var(--c-navy);
  line-height: 1.5;
}

.jd-body {
  padding: 48px 0 100px;
  background: var(--c-bg);
}

/* Detail main content */
.jd-section {
  background: #fff;
  padding: 36px;
  margin-bottom: 4px;
}

.jd-section__title {
  font-size: 18px;
  font-weight: 900;
  color: var(--c-navy);
  padding-left: 14px;
  border-left: 4px solid var(--c-blue);
  margin-bottom: 24px;
}

.jd-table {
  width: 100%;
  border-collapse: collapse;
}

.jd-table th,
.jd-table td {
  font-size: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--c-border);
  text-align: left;
  vertical-align: top;
}

.jd-table th {
  width: 160px;
  font-weight: 800;
  color: var(--c-navy);
  padding-right: 24px;
}

.jd-table td {
  font-weight: 500;
  color: var(--c-text);
  line-height: 1.8;
}

.jd-text {
  font-size: 15px;
  line-height: 1.9;
  color: var(--c-text);
}

/* Sidebar */
.jd-sidebar {
  position: sticky;
  top: 100px;
}

.jd-apply {
  background: var(--c-blue);
  color: #fff;
  text-align: center;
  padding: 28px;
  margin-bottom: 4px;
}

.jd-apply__title {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 8px;
}

.jd-apply__sub {
  font-size: 13px;
  opacity: 0.8;
  margin-bottom: 20px;
}

.jd-apply__btn {
  display: block;
  width: 100%;
  padding: 16px;
  background: #fff;
  color: var(--c-blue);
  font-size: 16px;
  font-weight: 900;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
}

.jd-apply__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.jd-apply__btn+.jd-apply__btn {
  margin-top: 8px;
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
}

.jd-apply__btn+.jd-apply__btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.jd-company-card {
  background: #fff;
  padding: 28px;
  border: 1px solid var(--c-border);
}

.jd-company-card h3 {
  font-size: 14px;
  font-weight: 800;
  color: var(--c-navy);
  padding-left: 12px;
  border-left: 3px solid var(--c-blue);
  margin-bottom: 20px;
}

.jd-company-card__logo {
  width: 80px;
  height: 80px;
  background: var(--c-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  overflow: hidden;
}

.jd-company-card__logo img {
  max-width: 100%;
  max-height: 100%;
}

.jd-company-card__name {
  font-size: 16px;
  font-weight: 800;
  color: var(--c-navy);
  margin-bottom: 12px;
}

.jd-company-card__info {
  list-style: none;
  font-size: 13px;
  color: var(--c-text-sub);
  line-height: 2;
}

/* Related jobs */
.related-jobs {
  padding: 80px 0;
  background: #fff;
}

.related-jobs .sec-head {
  margin-bottom: 32px;
}

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

.related-grid .feat-card__body h3 {
  font-size: 14px;
}

/* ── Sub-page Responsive ── */
@media (max-width: 1024px) {
  .two-col {
    grid-template-columns: 1fr;
  }

  .two-col--reverse {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
    order: -1;
  }

  .jd-sidebar {
    position: static;
  }

  .jd-hero-img {
    height: 260px;
  }

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

@media (max-width: 768px) {
  .page-hero {
    padding: 120px 0 40px;
  }

  .job-card {
    flex-direction: column;
  }

  .job-card__img {
    width: 100%;
    height: 180px;
  }

  .jd-section {
    padding: 24px;
  }

  .jd-table th {
    display: block;
    width: 100%;
    padding-bottom: 4px;
    border-bottom: none;
  }

  .jd-table td {
    display: block;
    padding-top: 0;
  }

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

  .tab-nav {
    overflow-x: auto;
  }

  .tab-nav a {
    white-space: nowrap;
    padding: 12px 20px;
  }
}

/* ======== Contact Form ======== */
.contact-form__group {
  margin-bottom: 28px;
}

.contact-form__label {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: var(--c-navy);
  margin-bottom: 8px;
}

.contact-form__label .required {
  display: inline-block;
  background: var(--c-blue);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  margin-left: 8px;
  vertical-align: middle;
}

.contact-form__input {
  display: block;
  width: 100%;
  padding: 14px 16px;
  font-size: 14px;
  font-family: var(--font-jp);
  border: 1px solid var(--c-border);
  background: var(--c-bg);
  transition: border-color 0.2s;
}

.contact-form__input:focus {
  outline: none;
  border-color: var(--c-blue);
}

.contact-form__textarea {
  resize: vertical;
  min-height: 160px;
}

select.contact-form__input {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

/* ═══════════════════════════════════════
   WORDPRESS-SPECIFIC SUPPLEMENTARY CSS
   ═══════════════════════════════════════ */

/* ── Job Detail Layout (2-col) ── */
.jd-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  align-items: start;
}

.jd-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

.jd-company {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-text-sub);
  margin-bottom: 6px;
}

.jd-title {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 900;
  color: var(--c-navy);
  line-height: 1.5;
}

.jd-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--c-text-sub);
}

.jd-print-btn {
  text-align: center;
  padding: 32px 0;
}

.jd-print-btn button {
  background: none;
  border: 1px solid var(--c-border);
  padding: 12px 36px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: var(--c-text-sub);
  transition: all 0.2s;
}

.jd-print-btn button:hover {
  border-color: var(--c-blue);
  color: var(--c-blue);
}

/* ── Job Detail Sidebar ── */
.jd-sidebar__box {
  background: #fff;
  padding: 28px;
  border: 1px solid var(--c-border);
  margin-bottom: 16px;
}

.jd-sidebar__title {
  font-size: 14px;
  font-weight: 800;
  color: var(--c-navy);
  padding-left: 12px;
  border-left: 3px solid var(--c-blue);
  margin-bottom: 20px;
}

.jd-sidebar__dl {
  font-size: 13px;
  line-height: 1.8;
}

.jd-sidebar__dl dt {
  font-weight: 800;
  color: var(--c-navy);
  margin-top: 12px;
}

.jd-sidebar__dl dt:first-child {
  margin-top: 0;
}

.jd-sidebar__dl dd {
  color: var(--c-text);
  word-break: break-all;
}

.jd-sidebar__dl dd a {
  color: var(--c-blue);
  text-decoration: underline;
}

.jd-related-card {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--c-border);
  transition: opacity 0.2s;
}

.jd-related-card:hover {
  opacity: 0.7;
}

.jd-related-card__img {
  width: 80px;
  height: 60px;
  overflow: hidden;
  flex-shrink: 0;
}

.jd-related-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jd-related-card__body .title {
  font-size: 13px;
  font-weight: 700;
  color: var(--c-navy);
  line-height: 1.5;
  margin-bottom: 4px;
}

.jd-related-card__body .specs {
  font-size: 11px;
  color: var(--c-text-sub);
}

/* ── Blog Single ── */
.blog-single-layout {
  max-width: 800px;
  margin: 0 auto;
}

.blog-single-eyecatch {
  width: 100%;
  height: 360px;
  object-fit: cover;
  margin-bottom: 24px;
}

.blog-single-cats {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.blog-single-cats .cat {
  display: inline-block;
  background: var(--c-blue);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
}

.blog-single-title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 900;
  color: var(--c-navy);
  line-height: 1.5;
  margin-bottom: 12px;
}

.blog-single-meta {
  font-size: 13px;
  color: var(--c-text-sub);
  margin-bottom: 24px;
}

.blog-single-content {
  font-size: 15px;
  line-height: 2;
  color: var(--c-text);
}

.blog-single-content h2 {
  font-size: 22px;
  font-weight: 900;
  color: var(--c-navy);
  padding-left: 14px;
  border-left: 4px solid var(--c-blue);
  margin: 48px 0 20px;
}

.blog-single-content h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--c-navy);
  margin: 36px 0 16px;
}

.blog-single-content p {
  margin-bottom: 20px;
}

.blog-single-content img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

.blog-single-content ul,
.blog-single-content ol {
  margin: 16px 0;
  padding-left: 24px;
}

.blog-single-content li {
  margin-bottom: 8px;
}

.blog-single-content blockquote {
  border-left: 4px solid var(--c-blue);
  padding: 16px 20px;
  background: var(--c-bg);
  margin: 20px 0;
  font-style: italic;
}

.blog-single-tags {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--c-border);
}

.blog-single-tags h3 {
  font-size: 14px;
  font-weight: 800;
  color: var(--c-navy);
  margin-bottom: 12px;
}

.blog-single-tags ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.blog-single-tags li a {
  display: inline-block;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid var(--c-border);
  color: var(--c-text-sub);
  transition: all 0.2s;
}

.blog-single-tags li a:hover {
  border-color: var(--c-blue);
  color: var(--c-blue);
}

.blog-single-related {
  margin-top: 48px;
}

.blog-single-related h3 {
  font-size: 18px;
  font-weight: 900;
  color: var(--c-navy);
  padding-left: 14px;
  border-left: 4px solid var(--c-blue);
  margin-bottom: 24px;
}

/* ── Cat Filter (Blog archive) ── */
.cat-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
}

.cat-filter__item {
  display: inline-block;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid var(--c-border);
  color: var(--c-text-sub);
  transition: all 0.2s;
}

.cat-filter__item:hover,
.cat-filter__item.is-active {
  background: var(--c-blue);
  color: #fff;
  border-color: var(--c-blue);
}

/* ── SNS Share ── */
.sns-share {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
  padding: 16px 0;
  border-bottom: 1px solid var(--c-border);
}

.sns-share span {
  font-size: 13px;
  font-weight: 700;
  color: var(--c-text-sub);
}

.sns-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid var(--c-border);
  color: var(--c-text-sub);
  transition: all 0.2s;
}

.sns-btn:hover {
  border-color: var(--c-blue);
  color: var(--c-blue);
}

.sns-btn--x:hover {
  border-color: #000;
  color: #000;
}

.sns-btn--fb:hover {
  border-color: #1877F2;
  color: #1877F2;
}

.sns-btn--line:hover {
  border-color: #06C755;
  color: #06C755;
}

/* ── No Results ── */
.no-results-box {
  text-align: center;
  padding: 80px 20px;
  background: #fff;
  border: 1px solid var(--c-border);
}

.no-results-box p {
  font-size: 15px;
  font-weight: 600;
  color: var(--c-text-sub);
  line-height: 1.8;
}

.no-post {
  text-align: center;
  padding: 40px 20px;
  font-size: 15px;
  font-weight: 600;
  color: var(--c-text-sub);
}

/* ── WP-PageNavi Compat ── */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 48px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 8px;
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 700;
  border: 1px solid var(--c-border);
  transition: all 0.2s;
}

.wp-pagenavi a:hover {
  border-color: var(--c-blue);
  color: var(--c-blue);
}

.wp-pagenavi span.current {
  background: var(--c-blue);
  color: #fff;
  border-color: var(--c-blue);
}

.wp-pagenavi span.pages {
  border: none;
  font-size: 13px;
  color: var(--c-text-sub);
}

.wp-pagenavi span.extend {
  border: none;
  color: var(--c-text-sub);
}

/* ── Contact Form 7 Compat ── */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
  display: block;
  width: 100%;
  padding: 14px 16px;
  font-size: 14px;
  font-family: var(--font-jp);
  border: 1px solid var(--c-border);
  background: var(--c-bg);
  transition: border-color 0.2s;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  outline: none;
  border-color: var(--c-blue);
}

.wpcf7 textarea {
  resize: vertical;
  min-height: 160px;
}

.wpcf7 input[type="submit"] {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 32px auto 0;
  padding: 16px;
  background: var(--c-blue);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.wpcf7 input[type="submit"]:hover {
  background: var(--c-navy);
}

.wpcf7 p {
  margin-bottom: 20px;
}

.wpcf7 label {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: var(--c-navy);
  margin-bottom: 8px;
}

/* ── Most Clicked Tags (shortcode) ── */
.most-clicked-tags {
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
}

.most-clicked-tags li a {
  display: inline-block;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s;
}

.most-clicked-tags li a:hover {
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}

/* ── Responsive for Job Detail Layout ── */
@media (max-width: 1024px) {
  .jd-layout {
    grid-template-columns: 1fr;
  }
}

/* ── Area Explorer ── */
.area-explorer {
  max-width: 900px;
  margin: 0 auto;
}

.area-explorer .explorer-section {
  margin-bottom: 8px;
}

.explorer-grid--area {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 10px;
  padding: 20px 28px 28px;
}

.explorer-chip--area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--c-text);
  text-decoration: none;
  transition: all .25s ease;
  cursor: pointer;
}

.explorer-chip--area:hover {
  border-color: var(--c-blue);
  color: var(--c-blue);
  background: rgba(37, 99, 235, .04);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
}

.explorer-chip__arrow {
  font-size: 12px;
  color: var(--c-text-sub);
  transition: transform .2s, color .2s;
}

.explorer-chip--area:hover .explorer-chip__arrow {
  color: var(--c-blue);
  transform: translateX(3px);
}

@media (max-width: 1024px) {
  .explorer-grid--area {
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    padding: 16px 16px 20px;
  }
}

@media (max-width: 480px) {
  .area-explorer .explorer-section__title {
    font-size: 15px;
    padding: 14px 12px;
  }

  .explorer-grid--area {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    padding: 10px 6px 14px;
  }

  .explorer-chip--area {
    padding: 10px 6px;
    font-size: 12px;
    border-radius: 8px;
    justify-content: center;
    gap: 2px;
  }

  .explorer-chip__arrow {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .blog-single-eyecatch {
    height: 220px;
  }

  .jd-meta {
    flex-direction: column;
    gap: 8px;
  }
}

/* ── Job Detail Table Fix ── */
.jd-table th {
  padding: 16px 20px;
  background: var(--c-bg);
  font-weight: 700;
  font-size: 14px;
  color: var(--c-navy);
  white-space: nowrap;
  width: 140px;
  vertical-align: top;
  border-bottom: 1px solid var(--c-border);
}

.jd-table td {
  padding: 16px 20px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--c-text);
  border-bottom: 1px solid var(--c-border);
}

.jd-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--c-border);
  border-radius: 8px;
  overflow: hidden;
}

.jd-section {
  margin-bottom: 40px;
}

.jd-section__title {
  font-size: 18px;
  font-weight: 900;
  color: var(--c-navy);
  padding: 12px 0;
  margin-bottom: 16px;
  border-bottom: 3px solid var(--c-blue);
}

/* ── CF7 Form Styling ── */
.wpcf7 {
  max-width: 100%;
}

.wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.wpcf7 p {
  margin-bottom: 20px;
}

.wpcf7 label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--c-navy);
  margin-bottom: 6px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--c-border);
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  box-sizing: border-box;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border-color: var(--c-blue);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.wpcf7 textarea {
  min-height: 120px;
  resize: vertical;
}

.wpcf7 input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 48px;
  background: linear-gradient(135deg, var(--c-blue), #1e40af);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  margin-top: 8px;
}

.wpcf7 input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.3);
}

.wpcf7 .wpcf7-checkbox,
.wpcf7 .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.wpcf7 .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}

/* ── Sidebar Search (Global) ── */
.sidebar-search {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 12px;
  padding: 0;
}

.sidebar-search__title {
  font-size: 16px;
  font-weight: 900;
  color: var(--c-navy);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--c-blue);
  display: flex;
  align-items: center;
  gap: 8px;
}

.sidebar-search .filter-box {
  margin-bottom: 16px;
}

.sidebar-search .filter-box__title {
  font-size: 13px;
  font-weight: 700;
  color: var(--c-navy);
  margin-bottom: 6px;
}

.sidebar-search .gf-select select,
.sidebar-search .gf-input {
  width: 100%;
  padding: 10px 12px;
  border: 2px solid var(--c-border);
  border-radius: 8px;
  font-size: 13px;
  font-family: inherit;
  background: #fff;
  transition: border-color 0.2s;
  outline: none;
  box-sizing: border-box;
}

.sidebar-search .gf-select select:focus,
.sidebar-search .gf-input:focus {
  border-color: var(--c-blue);
}

.sidebar-search .filter-btn {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, var(--c-blue), #1e40af);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  margin-top: 8px;
}

.sidebar-search .filter-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.25);
}

.sidebar-search .tag-cloud {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--c-border);
}

.sidebar-search .tag-cloud__title {
  font-size: 13px;
  font-weight: 700;
  color: var(--c-navy);
  margin-bottom: 8px;
}

.sidebar-search .tag-cloud ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.sidebar-search .tag-cloud li a {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  background: var(--c-bg);
  border-radius: 20px;
  color: var(--c-text);
  transition: all 0.2s;
}

.sidebar-search .tag-cloud li a:hover {
  background: var(--c-blue);
  color: #fff;
}

/* ── Two Column Layout ── */
.two-col {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: start;
}

@media (max-width: 1024px) {
  .two-col {
    grid-template-columns: 1fr;
  }
}

/* ── Search Page ── */
.search-page-form {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  max-width: 900px;
  margin: 0 auto 48px;
}

.search-page-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 24px;
}

.search-page-form .gf-group label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--c-navy);
  margin-bottom: 6px;
}

.search-page-form .gf-group--full {
  grid-column: 1 / -1;
}

.search-page-form .gf-select select,
.search-page-form .gf-input {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--c-border);
  border-radius: 10px;
  font-size: 14px;
  font-family: inherit;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  box-sizing: border-box;
}

.search-page-form .gf-select select:focus,
.search-page-form .gf-input:focus {
  border-color: var(--c-blue);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.search-page-form .gf-submit {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, var(--c-blue), #1e40af);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.search-page-form .gf-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.3);
}

/* ── For Company Page ── */
.fc-section {
  margin-bottom: 80px;
}

.fc-section__title {
  font-size: clamp(22px, 3.5vw, 32px);
  font-weight: 900;
  color: var(--c-navy);
  text-align: center;
  margin-bottom: 12px;
}

.fc-section__subtitle {
  font-size: 15px;
  color: var(--c-text-sub);
  text-align: center;
  margin-bottom: 48px;
}

.fc-numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}

.fc-number-card {
  text-align: center;
  padding: 32px 16px;
  background: var(--c-bg);
  border-radius: 16px;
}

.fc-number-card__value {
  font-size: 48px;
  font-weight: 900;
  color: var(--c-blue);
  line-height: 1;
  margin-bottom: 8px;
}

.fc-number-card__value span {
  font-size: 16px;
  color: var(--c-text-sub);
}

.fc-number-card__label {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-navy);
}

.fc-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.fc-feature-card {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  transition: box-shadow 0.3s;
}

.fc-feature-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.fc-feature-card__icon {
  font-size: 48px;
  margin-bottom: 16px;
}

.fc-feature-card__title {
  font-size: 16px;
  font-weight: 800;
  color: var(--c-navy);
  margin-bottom: 12px;
}

.fc-feature-card__text {
  font-size: 13px;
  color: var(--c-text-sub);
  line-height: 1.8;
}

.fc-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  counter-reset: fc-step;
}

.fc-step {
  position: relative;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 16px;
  padding: 32px 20px 24px;
  text-align: center;
}

.fc-step::before {
  content: counter(fc-step);
  counter-increment: fc-step;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  background: var(--c-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fc-step__title {
  font-size: 15px;
  font-weight: 800;
  color: var(--c-navy);
  margin-bottom: 8px;
  margin-top: 8px;
}

.fc-step__text {
  font-size: 13px;
  color: var(--c-text-sub);
  line-height: 1.7;
}

.fc-pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.fc-price-card {
  background: #fff;
  border: 2px solid var(--c-border);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  transition: border-color 0.3s;
}

.fc-price-card--popular {
  border-color: var(--c-blue);
  position: relative;
}

.fc-price-card--popular::before {
  content: "おすすめ";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--c-blue);
  color: #fff;
  padding: 4px 16px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 20px;
}

.fc-price-card__name {
  font-size: 18px;
  font-weight: 900;
  color: var(--c-navy);
  margin-bottom: 8px;
}

.fc-price-card__price {
  font-size: 36px;
  font-weight: 900;
  color: var(--c-blue);
  margin-bottom: 16px;
}

.fc-price-card__price span {
  font-size: 14px;
  color: var(--c-text-sub);
}

.fc-price-card__features {
  list-style: none;
  text-align: left;
}

.fc-price-card__features li {
  padding: 8px 0;
  font-size: 13px;
  color: var(--c-text);
  border-bottom: 1px solid var(--c-border);
}

.fc-price-card__features li::before {
  content: "✓ ";
  color: var(--c-blue);
  font-weight: 700;
}

.fc-faq {
  max-width: 800px;
  margin: 0 auto;
}

.fc-faq-item {
  border-bottom: 1px solid var(--c-border);
  padding: 20px 0;
}

.fc-faq-item__q {
  font-size: 15px;
  font-weight: 700;
  color: var(--c-navy);
  margin-bottom: 8px;
  display: flex;
  gap: 12px;
}

.fc-faq-item__q::before {
  content: "Q";
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: var(--c-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fc-faq-item__a {
  font-size: 14px;
  color: var(--c-text-sub);
  line-height: 1.8;
  padding-left: 40px;
}

/* ── Form page compact ── */
.form-page-content {
  max-width: 720px;
  margin: 0 auto;
}

.form-page-content .wpcf7 {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 16px;
  padding: 40px;
}

/* ── CF7 Form Enhanced Design ── */
.form-page-content .wpcf7-form p {
  margin-bottom: 0;
}

.form-page-content .wpcf7-form label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--c-navy);
  margin-bottom: 8px;
  padding-left: 2px;
  position: relative;
}

.form-page-content .wpcf7-form input[type="text"],
.form-page-content .wpcf7-form input[type="email"],
.form-page-content .wpcf7-form input[type="url"],
.form-page-content .wpcf7-form input[type="tel"],
.form-page-content .wpcf7-form textarea,
.form-page-content .wpcf7-form select {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid var(--c-border);
  border-radius: 10px;
  font-size: 14px;
  font-family: inherit;
  background: #fafbfc;
  transition: border-color 0.25s, background 0.25s, box-shadow 0.25s;
  outline: none;
  box-sizing: border-box;
}

.form-page-content .wpcf7-form input:focus,
.form-page-content .wpcf7-form textarea:focus,
.form-page-content .wpcf7-form select:focus {
  border-color: var(--c-blue);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-page-content .wpcf7-form textarea {
  min-height: 120px;
  resize: vertical;
}

.form-page-content .wpcf7-form .wpcf7-submit {
  display: block;
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, var(--c-blue), #1e40af);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  margin-top: 16px;
}

.form-page-content .wpcf7-form .wpcf7-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3);
}

.form-page-content .wpcf7-form .wpcf7-not-valid input,
.form-page-content .wpcf7-form .wpcf7-not-valid textarea {
  border-color: #ef4444;
  background: #fef2f2;
}

/* ── Wizard Step Indicator ── */
.wizard-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 32px;
}

.wizard-step-dot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  position: relative;
}

.wizard-step-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
  color: #94a3b8;
  background: #f1f5f9;
  border: 2px solid #e2e8f0;
  transition: all 0.3s;
}

.wizard-step-label {
  font-size: 12px;
  font-weight: 600;
  color: #94a3b8;
  transition: color 0.3s;
}

.wizard-step-dot.is-active .wizard-step-num {
  color: #fff;
  background: var(--c-blue);
  border-color: var(--c-blue);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.wizard-step-dot.is-active .wizard-step-label {
  color: var(--c-navy);
}

.wizard-step-dot.is-done .wizard-step-num {
  color: #fff;
  background: #22c55e;
  border-color: #22c55e;
}

.wizard-step-dot.is-done .wizard-step-num::after {
  content: '✓';
  font-size: 14px;
}

.wizard-step-dot.is-done .wizard-step-label {
  color: #22c55e;
}

.wizard-step-line {
  width: 80px;
  height: 2px;
  background: #e2e8f0;
  margin: 0 16px;
  margin-bottom: 22px;
}

/* ── Wizard Panels ── */
.wizard-panel {
  display: none;
}

.wizard-panel.is-active {
  display: block;
  animation: wizardFade 0.35s ease;
}

@keyframes wizardFade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wizard-panel>p {
  padding: 16px 0;
  border-bottom: 1px solid #f1f5f9;
}

.wizard-panel>p:last-of-type {
  border-bottom: none;
}

/* Form field row spacing — labels + inputs */
.wpcf7-form label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: var(--c-dark);
  margin-top: 20px;
  margin-bottom: 6px;
}

.wpcf7-form label:first-child {
  margin-top: 0;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 4px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="number"],
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 15px;
  transition: border-color 0.2s;
  background: #fff;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="url"]:focus,
.wpcf7-form textarea:focus {
  border-color: var(--c-blue);
  outline: none;
  box-shadow: 0 0 0 3px rgba(55, 109, 255, 0.1);
}

.wpcf7-form textarea {
  min-height: 120px;
  resize: vertical;
}

.wpcf7-form .wpcf7-submit {
  display: block;
  width: 100%;
  padding: 16px;
  margin-top: 24px;
  border: none;
  border-radius: 12px;
  background: var(--c-blue);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}

.wpcf7-form .wpcf7-submit:hover {
  background: var(--c-blue-dark, #2a5bf0);
  transform: translateY(-1px);
}

/* ── Wizard Navigation Buttons ── */
.wizard-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.25s;
  margin-top: 24px;
}

.wizard-next {
  background: linear-gradient(135deg, var(--c-blue), #1e40af);
  color: #fff;
}

.wizard-next:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3);
}

.wizard-prev {
  background: #f1f5f9;
  color: var(--c-navy);
  margin-top: 0;
  margin-bottom: 24px;
}

.wizard-prev:hover {
  background: #e2e8f0;
}

/* ── Contact Form Enhanced ── */
.form-page-content .wpcf7-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}

.contact-info-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}

.contact-info-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 12px;
  transition: box-shadow 0.25s;
}

.contact-info-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.contact-info-icon {
  font-size: 28px;
  flex-shrink: 0;
}

.contact-info-label {
  font-size: 12px;
  color: var(--c-text-sub);
  margin: 0 0 2px;
}

.contact-info-value {
  font-size: 18px;
  font-weight: 800;
  color: var(--c-navy);
  margin: 0 0 2px;
}

.contact-info-sub {
  font-size: 11px;
  color: #94a3b8;
  margin: 0;
}

.contact-form-divider {
  text-align: center;
  position: relative;
  margin-bottom: 24px;
}

.contact-form-divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--c-border);
}

.contact-form-divider span {
  position: relative;
  background: var(--c-bg);
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
  color: var(--c-navy);
}

@media (max-width: 600px) {
  .contact-info-cards {
    grid-template-columns: 1fr;
  }
}

/* ── Responsive for Company ── */
@media (max-width: 768px) {
  .fc-numbers {
    grid-template-columns: repeat(2, 1fr);
  }

  .fc-features,
  .fc-pricing {
    grid-template-columns: 1fr;
  }

  .fc-steps {
    grid-template-columns: 1fr;
  }

  .search-page-form__grid {
    grid-template-columns: 1fr;
  }

  .form-page-content .wpcf7 {
    padding: 24px 16px;
  }

  .jd-table th {
    display: block;
    width: 100%;
  }

  .jd-table td {
    display: block;
    width: 100%;
  }
}

/* ═══════════════════════════════════════
   SEARCH EXPLORER PAGE
   ═══════════════════════════════════════ */
.search-explorer {
  background: #fff;
  border: 1px solid var(--c-border);
  padding: 40px;
}

.explorer-section {
  margin-bottom: 36px;
}

.explorer-section:last-of-type {
  margin-bottom: 0;
}

.explorer-section__title {
  font-size: 16px;
  font-weight: 800;
  color: var(--c-navy);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--c-border);
}

.explorer-section__icon {
  font-size: 20px;
}

.explorer-section__hint {
  font-size: 12px;
  font-weight: 600;
  color: var(--c-blue);
  margin-left: auto;
}

.explorer-section--sub {
  background: rgba(0, 102, 255, 0.03);
  border: 1px dashed rgba(0, 102, 255, 0.15);
  padding: 20px;
  margin-top: -12px;
  animation: fadeSlideDown 0.3s ease;
}

@keyframes fadeSlideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.explorer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.explorer-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  background: var(--c-bg);
  border: 1.5px solid var(--c-border);
  font-size: 13px;
  font-weight: 600;
  color: var(--c-text);
  cursor: pointer;
  transition: all 0.25s var(--ease);
  user-select: none;
}

.explorer-chip input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.explorer-chip:hover {
  border-color: var(--c-blue);
  background: rgba(0, 102, 255, 0.04);
  color: var(--c-blue);
}

.explorer-chip.is-active,
.explorer-chip:has(input:checked) {
  background: var(--c-blue);
  border-color: var(--c-blue);
  color: #fff;
}

.explorer-chip__icon {
  font-size: 18px;
  flex-shrink: 0;
}

.explorer-chip--sm {
  padding: 8px 14px;
  font-size: 12px;
}

.explorer-chip--salary {
  padding: 12px 24px;
  font-size: 14px;
}

.explorer-keyword {
  display: flex;
  gap: 12px;
}

.explorer-keyword__input {
  flex: 1;
  padding: 14px 18px;
  background: var(--c-bg);
  border: 1.5px solid var(--c-border);
  font-family: var(--font-ja);
  font-size: 14px;
  color: var(--c-text);
  transition: border-color 0.3s;
  outline: none;
}

.explorer-keyword__input:focus {
  border-color: var(--c-blue);
}

.explorer-submit-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 2px solid var(--c-border);
}

.explorer-submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 48px;
  background: var(--c-blue);
  color: #fff;
  border: none;
  font-family: var(--font-ja);
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.3s var(--ease);
}

.explorer-submit:hover {
  background: var(--c-navy);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 102, 255, 0.3);
}

.explorer-submit svg {
  flex-shrink: 0;
}

.explorer-reset {
  padding: 16px 32px;
  background: transparent;
  border: 1.5px solid var(--c-border);
  color: var(--c-text-sub);
  font-family: var(--font-ja);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.explorer-reset:hover {
  border-color: var(--c-text-sub);
  color: var(--c-text);
}

.explorer-tags-section {
  text-align: center;
  margin-top: 48px;
}

.explorer-tags-section__title {
  font-size: 16px;
  font-weight: 800;
  color: var(--c-navy);
  margin-bottom: 16px;
}

.explorer-tags-section__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

@media (max-width: 768px) {
  .search-explorer {
    padding: 20px;
  }

  .explorer-submit-wrap {
    flex-direction: column;
  }

  .explorer-submit,
  .explorer-reset {
    width: 100%;
    justify-content: center;
  }
}

/* ═══════════════════════════════════════
   SIDEBAR ACCORDION SEARCH
   ═══════════════════════════════════════ */
.sidebar-search {
  background: #fff;
  border: 1px solid var(--c-border);
  padding: 0;
}

.sidebar-search__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  background: var(--c-navy);
  padding: 16px 20px;
  margin: 0;
}

.sidebar-search__title svg {
  flex-shrink: 0;
}

.sidebar-selected {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 12px 16px;
  min-height: 20px;
  background: rgba(0, 102, 255, 0.03);
  border-bottom: 1px solid var(--c-border);
}

.sidebar-selected:empty {
  display: none;
}

.sidebar-selected__tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  background: var(--c-blue);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}

.sidebar-form {
  padding: 0;
}

.sidebar-accordion {
  border-bottom: 1px solid var(--c-border);
}

.sidebar-accordion__header {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 14px 16px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-ja);
  font-size: 13px;
  font-weight: 700;
  color: var(--c-navy);
  transition: background 0.2s;
  text-align: left;
}

.sidebar-accordion__header:hover {
  background: rgba(0, 102, 255, 0.03);
}

.sidebar-accordion__icon {
  font-size: 16px;
  flex-shrink: 0;
}

.sidebar-accordion__arrow {
  margin-left: auto;
  font-size: 14px;
  transition: transform 0.3s;
  color: var(--c-text-sub);
}

.sidebar-accordion.is-open .sidebar-accordion__arrow {
  transform: rotate(180deg);
}

.sidebar-accordion__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 16px;
}

.sidebar-accordion.is-open .sidebar-accordion__body {
  max-height: 600px;
  padding: 0 16px 16px;
}

.sidebar-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.sidebar-chip {
  display: inline-block;
  padding: 6px 12px;
  background: var(--c-bg);
  border: 1px solid var(--c-border);
  font-size: 12px;
  font-weight: 600;
  color: var(--c-text);
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
}

.sidebar-chip input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.sidebar-chip:hover {
  border-color: var(--c-blue);
  color: var(--c-blue);
}

.sidebar-chip.is-active,
.sidebar-chip:has(input:checked) {
  background: var(--c-blue);
  border-color: var(--c-blue);
  color: #fff;
}

.sidebar-keyword {
  padding: 12px 16px;
  border-bottom: 1px solid var(--c-border);
}

.sidebar-keyword__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--c-navy);
  margin-bottom: 8px;
}

.sidebar-keyword__input {
  width: 100%;
  padding: 10px 14px;
  background: var(--c-bg);
  border: 1px solid var(--c-border);
  font-family: var(--font-ja);
  font-size: 13px;
  color: var(--c-text);
  outline: none;
  transition: border-color 0.3s;
}

.sidebar-keyword__input:focus {
  border-color: var(--c-blue);
}

.sidebar-actions {
  display: flex;
  gap: 8px;
  padding: 16px;
}

.sidebar-submit {
  flex: 1;
  padding: 12px 0;
  background: var(--c-blue);
  color: #fff;
  border: none;
  font-family: var(--font-ja);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s;
}

.sidebar-submit:hover {
  background: var(--c-navy);
}

.sidebar-reset {
  padding: 12px 16px;
  background: transparent;
  border: 1px solid var(--c-border);
  color: var(--c-text-sub);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s;
}

.sidebar-reset:hover {
  border-color: var(--c-text-sub);
  color: var(--c-text);
}

/* ═══════════════════════════════════════
   APPLY MODAL
   ═══════════════════════════════════════ */
.apply-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(11, 28, 61, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  padding: 20px;
}

.apply-modal-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

.apply-modal {
  background: #fff;
  width: 100%;
  max-width: 640px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  transform: translateY(30px) scale(0.97);
  transition: transform 0.35s var(--ease);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

.apply-modal-overlay.is-active .apply-modal {
  transform: translateY(0) scale(1);
}

.apply-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background: var(--c-bg);
  border: 1px solid var(--c-border);
  font-size: 24px;
  color: var(--c-text-sub);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  z-index: 2;
}

.apply-modal__close:hover {
  background: var(--c-navy);
  color: #fff;
  border-color: var(--c-navy);
}

.apply-modal__header {
  background: linear-gradient(135deg, var(--c-blue) 0%, var(--c-navy) 100%);
  padding: 32px 36px;
  color: #fff;
}

.apply-modal__header h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 4px;
}

.apply-modal__header p {
  font-size: 13px;
  opacity: 0.8;
  line-height: 1.4;
}

.apply-modal__body {
  padding: 32px 36px;
}

.apply-modal__body .wpcf7 {
  margin: 0;
}

.apply-modal__body .wpcf7 input[type="text"],
.apply-modal__body .wpcf7 input[type="email"],
.apply-modal__body .wpcf7 input[type="tel"],
.apply-modal__body .wpcf7 textarea,
.apply-modal__body .wpcf7 select {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--c-border);
  font-family: var(--font-ja);
  font-size: 14px;
  margin-bottom: 8px;
  transition: border-color 0.3s;
}

.apply-modal__body .wpcf7 input:focus,
.apply-modal__body .wpcf7 textarea:focus {
  border-color: var(--c-blue);
  outline: none;
}

.apply-modal__body .wpcf7 input[type="submit"] {
  background: var(--c-blue);
  color: #fff;
  border: none;
  padding: 16px 48px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s;
}

.apply-modal__body .wpcf7 input[type="submit"]:hover {
  background: var(--c-navy);
}

/* ═══════════════════════════════════════
   JOB DETAIL — CTA INLINE & STICKY BAR
   ═══════════════════════════════════════ */
.jd-cta-inline {
  background: linear-gradient(135deg, rgba(0, 102, 255, 0.06), rgba(0, 212, 255, 0.06));
  border: 2px solid rgba(0, 102, 255, 0.15);
  padding: 32px !important;
}

.jd-cta-inline__content {
  text-align: center;
}

.jd-cta-inline__text {
  font-size: 15px;
  font-weight: 600;
  color: var(--c-text);
  margin-bottom: 20px;
}

.jd-cta-inline__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 48px;
  background: var(--c-blue);
  color: #fff;
  border: none;
  font-family: var(--font-ja);
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.3s var(--ease);
}

.jd-cta-inline__btn:hover {
  background: var(--c-navy);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 102, 255, 0.3);
}

.jd-cta-inline__btn svg {
  flex-shrink: 0;
}

/* Sticky Apply Bar */
.sticky-apply-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--c-border);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
  padding: 12px 0;
  transform: translateY(100%);
  transition: transform 0.4s var(--ease);
}

.sticky-apply-bar.is-visible {
  transform: translateY(0);
}

.sticky-apply-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.sticky-apply-bar__label {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-navy);
}

.sticky-apply-bar__btn {
  padding: 12px 40px;
  background: var(--c-blue);
  color: #fff;
  border: none;
  font-family: var(--font-ja);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.3s var(--ease);
  white-space: nowrap;
}

.sticky-apply-bar__btn:hover {
  background: var(--c-navy);
}

@media (max-width: 768px) {
  .sticky-apply-bar__info {
    display: none;
  }

  .sticky-apply-bar__btn {
    width: 100%;
    padding: 14px;
    text-align: center;
  }

  .apply-modal__header,
  .apply-modal__body {
    padding: 24px 20px;
  }
}

/* ═══════════════════════════════════════
   BLOG DETAIL IMPROVEMENTS
   ═══════════════════════════════════════ */
.blog-single-related {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 2px solid var(--c-border);
}

.blog-single-related h3 {
  font-size: 20px;
  font-weight: 800;
  color: var(--c-navy);
  margin-bottom: 24px;
  padding-left: 14px;
  border-left: 4px solid var(--c-blue);
}

/* ═══════════════════════════════════════
   JD TABLE IMPROVEMENTS
   ═══════════════════════════════════════ */
.jd-table tr:nth-child(even) td {
  background: rgba(0, 102, 255, 0.02);
}

.jd-hero-img {
  overflow: hidden;
  margin-bottom: 24px;
}

.jd-hero-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 400px;
}

/* ═══════════════════════════════════════
   JOB DETAIL SPACING IMPROVEMENTS
   ═══════════════════════════════════════ */
.jd-section {
  margin-bottom: 20px;
  padding: 40px 36px;
  border-radius: 12px;
}

.jd-section__title {
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.jd-table th,
.jd-table td {
  padding: 16px 20px;
}

/* ═══════════════════════════════════════
   INLINE APPLY FORM (replaces modal)
   ═══════════════════════════════════════ */
.jd-apply-section {
  background: linear-gradient(135deg, #0d2137, #1a3a5c);
  color: #fff;
  border-radius: 16px;
  padding: 40px 36px;
  margin-top: 32px;
}

.jd-apply-section__header h3 {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}

.jd-apply-section__job {
  font-size: 14px;
  color: rgba(255, 255, 255, .7);
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.jd-apply-section__body label {
  color: #fff;
}

.jd-apply-section__body input[type="text"],
.jd-apply-section__body input[type="email"],
.jd-apply-section__body input[type="tel"],
.jd-apply-section__body textarea,
.jd-apply-section__body select {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  color: #fff;
  border-radius: 8px;
  padding: 12px 16px;
  width: 100%;
  font-size: 14px;
}

.jd-apply-section__body input::placeholder,
.jd-apply-section__body textarea::placeholder {
  color: rgba(255, 255, 255, .4);
}

.jd-apply-section__body .wpcf7-submit {
  background: var(--c-blue);
  color: #fff;
  border: none;
  padding: 16px 48px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 16px;
  transition: all .3s ease;
}

.jd-apply-section__body .wpcf7-submit:hover {
  background: #0050cc;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 102, 255, .3);
}

/* ═══════════════════════════════════════
   FAQ PAGE
   ═══════════════════════════════════════ */
.qa-lead {
  text-align: center;
  font-size: 15px;
  color: var(--c-text-sub);
  margin-bottom: 40px;
  line-height: 1.8;
}

.qa-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
  border-bottom: 2px solid var(--c-border);
  padding-bottom: 0;
}

.qa-tab {
  background: none;
  border: none;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 700;
  color: var(--c-text-sub);
  cursor: pointer;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: all .3s ease;
}

.qa-tab.is-active {
  color: var(--c-blue);
  border-bottom-color: var(--c-blue);
}

.qa-panel {
  display: none;
}

.qa-panel.is-active {
  display: block;
}

.qa-item {
  border-bottom: 1px solid var(--c-border);
  cursor: pointer;
}

.qa-q {
  font-size: 15px;
  font-weight: 700;
  color: var(--c-navy);
  padding: 20px 40px 20px 20px;
  position: relative;
  margin: 0;
}

.qa-q::before {
  content: "Q";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: var(--c-blue);
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
  margin-right: 12px;
  flex-shrink: 0;
}

.qa-q::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: var(--c-text-sub);
  transition: transform .3s ease;
}

.qa-item.is-open .qa-q::after {
  transform: translateY(-50%) rotate(45deg);
}

.qa-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease, padding .3s ease;
  padding: 0 20px 0 60px;
}

.qa-item.is-open .qa-a {
  max-height: 500px;
  padding: 0 20px 20px 60px;
}

.qa-a p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--c-text);
}

.qa-a a {
  color: var(--c-blue);
  text-decoration: underline;
}

/* ═══════════════════════════════════════
   CANCEL FLOW (checkbox-gated steps)
   ═══════════════════════════════════════ */
.cancel-flow {
  max-width: 740px;
  margin: 0 auto;
}

.cancel-flow__alert {
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
  border-left: 4px solid #ff9800;
  padding: 20px 24px;
  border-radius: 0 12px 12px 0;
  font-size: 14px;
  font-weight: 600;
  color: #e65100;
  margin-bottom: 40px;
  line-height: 1.7;
}

.cancel-flow__step {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 16px;
  margin-bottom: 24px;
  overflow: hidden;
  opacity: .4;
  filter: grayscale(.6);
  pointer-events: none;
  transition: opacity .5s, filter .5s, box-shadow .5s;
}

.cancel-flow__step.is-active {
  opacity: 1;
  filter: none;
  pointer-events: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
}

.cancel-flow__header {
  background: linear-gradient(135deg, var(--c-navy) 0%, #1a3a6e 100%);
  padding: 18px 28px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.cancel-flow__num {
  background: rgba(255, 255, 255, .2);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  padding: 4px 14px;
  border-radius: 30px;
  white-space: nowrap;
}

.cancel-flow__header h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.cancel-flow__body {
  padding: 28px;
}

.cancel-flow__body ul,
.cancel-flow__body ol {
  padding-left: 0;
  list-style: none;
}

.cancel-flow__body ul li,
.cancel-flow__body ol li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--c-text);
  margin-bottom: 10px;
}

.cancel-flow__body ul li::before {
  content: "•";
  position: absolute;
  left: 6px;
  color: var(--c-blue);
  font-weight: 700;
}

.cancel-flow__highlight {
  margin-top: 16px;
  padding: 14px 18px;
  background: #fff3e0;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #e65100;
  line-height: 1.7;
}

.cancel-flow__process {
  counter-reset: step;
}

.cancel-flow__process li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0 !important;
  border-bottom: 1px solid var(--c-border);
}

.cancel-flow__process li:last-child {
  border-bottom: none;
}

.cancel-flow__process li span {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: var(--c-blue);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
}

.cancel-flow__final-warn {
  margin-top: 24px;
  padding: 20px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.8;
  color: #7f1d1d;
}

.cancel-flow__red {
  display: inline-block;
  margin-top: 8px;
  font-weight: 800;
  color: #dc2626;
  font-size: 15px;
}

.cancel-flow__check {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 28px;
  background: #f8faff;
  border-top: 1px solid var(--c-border);
  cursor: pointer;
  transition: background .2s;
}

.cancel-flow__check:hover {
  background: #eef3ff;
}

.cancel-flow__check input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: var(--c-blue);
  cursor: pointer;
}

.cancel-flow__check span {
  font-size: 14px;
  font-weight: 600;
  color: var(--c-navy);
}

.cancel-flow__action {
  text-align: center;
  padding: 40px 0 20px;
}

.cancel-flow__dl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 56px;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s ease;
  background: #ccc;
  color: #999;
  pointer-events: none;
  cursor: not-allowed;
}

.cancel-flow__dl-btn.is-enabled {
  background: linear-gradient(135deg, var(--c-blue) 0%, #0050cc 100%);
  color: #fff;
  pointer-events: auto;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 102, 255, .25);
}

.cancel-flow__dl-btn.is-enabled:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 102, 255, .35);
}

.cancel-flow__dl-note {
  margin-top: 12px;
  font-size: 12px;
  color: var(--c-text-sub);
}

/* ═══════════════════════════════════════
   ABOUT PAGE
   ═══════════════════════════════════════ */
.about-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
}

.about-table th,
.about-table td {
  padding: 16px 20px;
  border-bottom: 1px solid var(--c-border);
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
}

.about-table th {
  width: 160px;
  font-weight: 700;
  color: var(--c-navy);
  background: rgba(0, 102, 255, .03);
  white-space: nowrap;
}

@media (max-width:768px) {

  .about-table th,
  .about-table td {
    display: block;
    width: 100%;
  }

  .about-table th {
    padding-bottom: 4px;
    border-bottom: none;
  }
}

/* ═══════════════════════════════════════
   PRIVACY POLICY PAGE
   ═══════════════════════════════════════ */
.privacy-intro {
  font-size: 15px;
  line-height: 1.9;
  color: var(--c-text-sub);
  margin-bottom: 32px;
}

.privacy-section {
  margin-bottom: 28px;
}

.privacy-section h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--c-navy);
  margin-bottom: 10px;
  padding-left: 14px;
  border-left: 3px solid var(--c-blue);
}

.privacy-section p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--c-text);
}

.privacy-section ul {
  margin: 10px 0 0 20px;
  font-size: 14px;
  line-height: 2;
  color: var(--c-text);
}

.privacy-contact {
  margin-top: 12px;
  padding: 16px 20px;
  background: rgba(0, 102, 255, .03);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.9;
}

.privacy-date {
  margin-top: 32px;
  font-size: 13px;
  color: var(--c-text-sub);
  text-align: right;
}

/* ═══════════════════════════════════════
   ABOUT COMPANY IMAGE
   ═══════════════════════════════════════ */
.about-image {
  margin-bottom: 24px;
  border-radius: 12px;
  overflow: hidden;
}

.about-image img {
  width: 100%;
  height: auto;
  display: block;
}