/* =============================================
   Recruit Page — WordPress-Ready
   「この会社で働きたい」を生むデザイン
   ============================================= */

.rc-page {
    --rc-green: #00c853;
    --rc-green-dark: #00a844;
    --rc-surface-1: #0f0f11;
    --rc-surface-2: #141416;
    --rc-surface-3: #1a1a1e;
    --rc-surface-4: #1e1e22;
    --rc-border: #2a2a2e;
    --rc-text: #e0e0e0;
    --rc-muted: #9ca3af;
    --rc-font-en: 'Inter', 'Helvetica Neue', sans-serif;
    background-color: var(--rc-surface-1);
    color: var(--rc-text);
}

/* ── Scroll Reveal ── */
.rc-fade {
    opacity: 0; transform: translateY(40px);
    transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.rc-fade.is-visible { opacity: 1; transform: translateY(0); }
.rc-d1 { transition-delay: 0.12s; }
.rc-d2 { transition-delay: 0.24s; }
.rc-d3 { transition-delay: 0.36s; }
.rc-d4 { transition-delay: 0.48s; }
.rc-d5 { transition-delay: 0.60s; }

.header-solid {
    background-color: rgba(15, 15, 17, 0.95) !important;
    backdrop-filter: blur(10px);
}

/* =============================================
   HERO
   ============================================= */
.rc-hero {
    position: relative; min-height: 100vh;
    display: flex; align-items: flex-end; padding: 0 0 80px;
    background: var(--rc-surface-1); overflow: hidden;
}
.rc-hero-overlay {
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse at 25% 75%, rgba(0, 200, 83, 0.06) 0%, transparent 50%),
        radial-gradient(ellipse at 75% 25%, rgba(0, 200, 83, 0.03) 0%, transparent 50%);
}
.rc-hero-grain {
    position: absolute; inset: 0; opacity: 0.03;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 256px;
}

.rc-hero-watermark {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap; pointer-events: none; z-index: 1;
}
.rc-wm-line {
    display: block; font-family: var(--rc-font-en); font-weight: 900;
    text-transform: uppercase; line-height: 0.85; user-select: none;
}
.rc-wm-1 { font-size: clamp(7rem, 17vw, 20rem); letter-spacing: -5px; }
.rc-wm-2 { font-size: clamp(4rem, 10vw, 12rem); letter-spacing: -3px; margin-left: 6%; }
.rc-wm-base .rc-wm-line { color: var(--rc-surface-1); -webkit-text-stroke: 1px #374151; paint-order: stroke fill; }
.rc-wm-draw { position: absolute; top: 0; left: 0; width: 100%; }
.rc-wm-draw .rc-wm-line { color: #1a1d20; -webkit-text-stroke: 1px var(--rc-green); paint-order: stroke fill; }
.rc-wm-draw .rc-wm-1 { clip-path: inset(0 100% 0 0); animation: rcWmReveal 3s cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s forwards; }
.rc-wm-draw .rc-wm-2 { clip-path: inset(0 100% 0 0); animation: rcWmReveal 4s cubic-bezier(0.22, 0.61, 0.36, 1) 1.5s forwards; }
@keyframes rcWmReveal { to { clip-path: inset(-5% -15% -5% -5%); } }

.rc-hero-accent {
    position: absolute; top: 0; left: 0; width: 4px; height: 100%;
    background: linear-gradient(180deg, transparent 0%, var(--rc-green) 30%, var(--rc-green) 70%, transparent 100%);
    z-index: 5;
}
.rc-hero-content {
    position: relative; z-index: 10;
    max-width: 1200px; width: 100%; margin: 0 auto; padding: 0 40px;
}
.rc-breadcrumb {
    display: flex; align-items: center; gap: 8px;
    font-size: 0.8rem; color: var(--rc-muted); margin-bottom: 3rem;
}
.rc-breadcrumb a { color: var(--rc-muted); transition: color 0.3s; }
.rc-breadcrumb a:hover { color: var(--rc-green); }
.rc-breadcrumb .current { color: var(--rc-green); }
.rc-hero-en {
    font-family: var(--rc-font-en); font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 900; color: rgba(255, 255, 255, 0.04);
    letter-spacing: 4px; text-transform: uppercase; line-height: 1; margin-bottom: -10px;
}
.rc-hero-title {
    font-size: clamp(2.2rem, 4.5vw, 3.5rem); font-weight: 900;
    color: #fff; letter-spacing: 4px; margin-bottom: 1.5rem; line-height: 1.3;
}
.rc-hero-copy {
    font-size: clamp(1rem, 2vw, 1.3rem); color: rgba(255, 255, 255, 0.7);
    line-height: 2; max-width: 600px; letter-spacing: 2px; font-weight: 500;
}

.rc-scroll-cue {
    position: absolute; bottom: 40px; right: 40px;
    display: flex; flex-direction: column; align-items: center; gap: 12px; z-index: 10;
}
.rc-scroll-cue span { font-family: var(--rc-font-en); font-size: 0.7rem; letter-spacing: 3px; color: var(--rc-muted); text-transform: uppercase; writing-mode: vertical-rl; }
.rc-scroll-line { width: 1px; height: 60px; background: linear-gradient(180deg, var(--rc-green), transparent); animation: rcScrollPulse 2s ease-in-out infinite; }
@keyframes rcScrollPulse { 0%, 100% { opacity: 1; transform: scaleY(1); } 50% { opacity: 0.4; transform: scaleY(0.6); } }

/* =============================================
   SECTION COMMON
   ============================================= */
.rc-section { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.rc-section-en {
    display: block; font-family: var(--rc-font-en); font-size: 0.75rem;
    letter-spacing: 6px; color: var(--rc-green); text-transform: uppercase;
    margin-bottom: 12px;
}
.rc-section-title {
    font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 900; color: #fff;
    letter-spacing: 3px; margin-bottom: 10px; line-height: 1.5;
}
.rc-section-sub {
    font-size: 0.95rem; color: var(--rc-muted); margin-bottom: 60px; line-height: 2;
}

/* =============================================
   MESSAGE — 採用メッセージ
   ============================================= */
.rc-message-wrap { background: var(--rc-surface-2); padding: 120px 0; }
.rc-message {
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px;
    align-items: center;
}
.rc-message-visual {
    position: relative; background: var(--rc-surface-3);
    border-radius: 12px; aspect-ratio: 4 / 3; overflow: hidden;
    display: flex; align-items: center; justify-content: center;
}
.rc-message-visual svg { opacity: 0.1; }
.rc-message-visual::after {
    content: ''; position: absolute; inset: 0;
    border: 1px solid rgba(0, 200, 83, 0.08); border-radius: 12px;
}
.rc-message-text h2 {
    font-size: clamp(1.4rem, 2.5vw, 1.8rem); font-weight: 900;
    color: #fff; letter-spacing: 3px; line-height: 1.8; margin-bottom: 24px;
}
.rc-message-text h2 em {
    font-style: normal; color: var(--rc-green);
}
.rc-message-text p {
    font-size: 0.95rem; color: var(--rc-muted); line-height: 2.2; margin-bottom: 16px;
}

/* =============================================
   NUMBERS — 数字で見る YS
   ============================================= */
.rc-numbers-wrap { background: var(--rc-surface-1); padding: 120px 0; }
.rc-numbers-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 1px; background: var(--rc-border);
    border: 1px solid var(--rc-border); border-radius: 12px; overflow: hidden;
}
.rc-number {
    background: var(--rc-surface-3); padding: 40px 20px; text-align: center;
    transition: background 0.3s ease;
}
.rc-number:hover { background: rgba(0, 200, 83, 0.02); }
.rc-number-value {
    font-family: var(--rc-font-en); font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900; color: var(--rc-green); line-height: 1;
}
.rc-number-unit { font-size: 0.9rem; font-weight: 700; color: var(--rc-green); }
.rc-number-label {
    display: block; font-size: 0.8rem; color: var(--rc-muted);
    margin-top: 10px; letter-spacing: 1px;
}

/* =============================================
   POSITIONS — 募集職種カード
   ============================================= */
.rc-positions-wrap { background: var(--rc-surface-2); padding: 120px 0; }
.rc-positions-grid {
    display: grid; grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.rc-position-card {
    background: var(--rc-surface-3); border: 1px solid var(--rc-border);
    border-radius: 12px; padding: 40px 36px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); cursor: pointer;
    position: relative; overflow: hidden;
}
.rc-position-card::before {
    content: ''; position: absolute; top: 0; left: 0;
    width: 4px; height: 100%; background: var(--rc-green);
    opacity: 0; transition: opacity 0.3s ease;
}
.rc-position-card:hover {
    border-color: rgba(0, 200, 83, 0.2);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}
.rc-position-card:hover::before { opacity: 1; }

.rc-position-badge {
    display: inline-block; font-size: 0.6rem; font-weight: 700;
    letter-spacing: 2px; text-transform: uppercase;
    padding: 4px 12px; border-radius: 3px; margin-bottom: 14px;
}
.rc-badge-full    { color: var(--rc-green); background: rgba(0, 200, 83, 0.1); }
.rc-badge-part    { color: #60a5fa; background: rgba(96, 165, 250, 0.1); }
.rc-badge-new     { color: #f59e0b; background: rgba(245, 158, 11, 0.1); }
.rc-badge-urgent  { color: #ef4444; background: rgba(239, 68, 68, 0.1); }

.rc-position-title {
    font-size: 1.2rem; font-weight: 900; color: #fff;
    letter-spacing: 1px; margin-bottom: 12px;
}
.rc-position-tags {
    display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px;
}
.rc-position-tag {
    font-size: 0.7rem; color: var(--rc-muted);
    background: rgba(255, 255, 255, 0.04); padding: 4px 10px;
    border-radius: 20px; border: 1px solid var(--rc-border);
}
.rc-position-desc {
    font-size: 0.85rem; color: var(--rc-muted); line-height: 1.9; margin-bottom: 20px;
}
.rc-position-link {
    display: inline-flex; align-items: center; gap: 6px;
    font-family: var(--rc-font-en); font-size: 0.75rem; font-weight: 700;
    color: var(--rc-green); letter-spacing: 2px; text-transform: uppercase;
    transition: gap 0.3s ease;
}
.rc-position-card:hover .rc-position-link { gap: 12px; }

/* =============================================
   BENEFITS — 福利厚生
   ============================================= */
.rc-benefits-wrap { background: var(--rc-surface-1); padding: 120px 0; }
.rc-benefits-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 1px; background: var(--rc-border);
    border: 1px solid var(--rc-border); border-radius: 12px; overflow: hidden;
}
.rc-benefit {
    background: var(--rc-surface-3); padding: 36px 28px;
    transition: background 0.3s ease;
}
.rc-benefit:hover { background: rgba(0, 200, 83, 0.02); }
.rc-benefit-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 48px; height: 48px; background: rgba(0, 200, 83, 0.08);
    border-radius: 50%; color: var(--rc-green); margin-bottom: 16px;
}
.rc-benefit h4 {
    font-size: 1rem; font-weight: 700; color: #fff;
    letter-spacing: 1px; margin-bottom: 10px;
}
.rc-benefit p { font-size: 0.85rem; color: var(--rc-muted); line-height: 1.9; }

/* =============================================
   VOICES — 社員の声
   ============================================= */
.rc-voices-wrap { background: var(--rc-surface-2); padding: 120px 0; }
.rc-voices-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.rc-voice-card {
    background: var(--rc-surface-3); border: 1px solid var(--rc-border);
    border-radius: 12px; overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.rc-voice-card:hover {
    border-color: rgba(0, 200, 83, 0.15);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}
.rc-voice-photo {
    aspect-ratio: 4 / 3; background: var(--rc-surface-4);
    display: flex; align-items: center; justify-content: center;
    position: relative; overflow: hidden;
}
.rc-voice-photo svg { opacity: 0.1; }
.rc-voice-body { padding: 28px; }
.rc-voice-meta {
    display: flex; align-items: center; gap: 8px;
    margin-bottom: 12px;
}
.rc-voice-role {
    font-size: 0.65rem; font-weight: 700; letter-spacing: 2px;
    color: var(--rc-green); background: rgba(0, 200, 83, 0.1);
    padding: 3px 10px; border-radius: 3px; text-transform: uppercase;
}
.rc-voice-year {
    font-family: var(--rc-font-en); font-size: 0.7rem;
    color: var(--rc-muted); letter-spacing: 1px;
}
.rc-voice-name {
    font-size: 1.05rem; font-weight: 700; color: #fff;
    letter-spacing: 1px; margin-bottom: 10px;
}
.rc-voice-quote-mark {
    font-family: Georgia, serif; font-size: 2.5rem;
    color: rgba(0, 200, 83, 0.15); line-height: 1; margin-bottom: 6px;
}
.rc-voice-text {
    font-size: 0.85rem; color: var(--rc-muted); line-height: 2;
    display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;
    overflow: hidden;
}

/* =============================================
   FLOW — 応募の流れ
   ============================================= */
.rc-flow-wrap { background: var(--rc-surface-1); padding: 120px 0; }
.rc-flow-steps {
    display: grid; grid-template-columns: repeat(5, 1fr);
    gap: 0; position: relative;
}
.rc-flow-steps::before {
    content: ''; position: absolute;
    top: 36px; left: 10%; right: 10%;
    height: 2px; background: var(--rc-border);
}
.rc-flow-step { text-align: center; position: relative; z-index: 1; }
.rc-flow-num {
    display: inline-flex; align-items: center; justify-content: center;
    width: 72px; height: 72px;
    background: var(--rc-surface-3); border: 2px solid var(--rc-border);
    border-radius: 50%; margin-bottom: 20px;
    font-family: var(--rc-font-en); font-size: 1.2rem; font-weight: 900;
    color: var(--rc-green);
    transition: all 0.3s ease;
}
.rc-flow-step:hover .rc-flow-num {
    border-color: var(--rc-green);
    background: rgba(0, 200, 83, 0.06);
    transform: scale(1.1);
}
.rc-flow-step h4 {
    font-size: 0.9rem; font-weight: 700; color: #fff;
    letter-spacing: 1px; margin-bottom: 6px;
}
.rc-flow-step p {
    font-size: 0.75rem; color: var(--rc-muted); line-height: 1.7; padding: 0 8px;
}

/* =============================================
   JOB DETAIL — 募集要項 (WP: カスタム投稿)
   ============================================= */
.rc-jobs-wrap { background: var(--rc-surface-2); padding: 120px 0; }
.rc-job-detail {
    background: var(--rc-surface-3); border: 1px solid var(--rc-border);
    border-radius: 12px; overflow: hidden; margin-bottom: 24px;
}
.rc-job-header {
    display: flex; align-items: center; justify-content: space-between;
    padding: 28px 36px; cursor: pointer;
    transition: background 0.3s ease;
}
.rc-job-header:hover { background: rgba(0, 200, 83, 0.02); }
.rc-job-header-left { display: flex; align-items: center; gap: 16px; }
.rc-job-header h3 {
    font-size: 1.1rem; font-weight: 700; color: #fff; letter-spacing: 1px;
}
.rc-job-toggle {
    width: 36px; height: 36px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255, 255, 255, 0.04); border: 1px solid var(--rc-border);
    border-radius: 50%; color: var(--rc-muted);
    transition: all 0.3s ease;
}
.rc-job-toggle svg { transition: transform 0.4s ease; }
.rc-job-detail.is-open .rc-job-toggle svg { transform: rotate(180deg); }
.rc-job-detail.is-open .rc-job-toggle { color: var(--rc-green); border-color: var(--rc-green); }

.rc-job-body {
    max-height: 0; overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.rc-job-detail.is-open .rc-job-body { max-height: 1200px; }

.rc-job-table {
    width: 100%; border-collapse: collapse;
    margin: 0; padding: 0 36px 36px;
}
.rc-job-table tr { border-bottom: 1px solid var(--rc-border); }
.rc-job-table tr:last-child { border-bottom: none; }
.rc-job-table th {
    width: 160px; padding: 16px 20px 16px 36px;
    font-size: 0.8rem; font-weight: 700; color: var(--rc-green);
    letter-spacing: 1px; text-align: left; vertical-align: top;
}
.rc-job-table td {
    padding: 16px 36px 16px 0;
    font-size: 0.9rem; color: var(--rc-text); line-height: 1.9;
}
.rc-job-apply-row {
    padding: 24px 36px; text-align: center;
    border-top: 1px solid var(--rc-border);
}
.rc-job-apply-btn {
    display: inline-block; padding: 14px 36px;
    background: var(--rc-green); color: #fff;
    font-weight: 700; font-size: 0.9rem; letter-spacing: 1px;
    border-radius: 4px; transition: all 0.3s ease;
}
.rc-job-apply-btn:hover {
    background: var(--rc-green-dark); transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 200, 83, 0.3);
}

/* =============================================
   FAQ
   ============================================= */
.rc-faq-wrap { background: var(--rc-surface-1); padding: 120px 0; }
.rc-faq-list { max-width: 800px; margin: 0 auto; }
.rc-faq-item {
    border-bottom: 1px solid var(--rc-border);
}
.rc-faq-q {
    display: flex; align-items: center; justify-content: space-between;
    padding: 24px 0; cursor: pointer; gap: 20px;
    transition: color 0.3s;
}
.rc-faq-q:hover { color: var(--rc-green); }
.rc-faq-q-label {
    font-family: var(--rc-font-en); font-weight: 900;
    color: var(--rc-green); margin-right: 12px; font-size: 0.9rem;
}
.rc-faq-q-text {
    flex: 1; font-size: 0.95rem; font-weight: 700; color: #fff; letter-spacing: 0.5px;
}
.rc-faq-q-icon {
    width: 28px; height: 28px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    color: var(--rc-muted); transition: transform 0.3s;
}
.rc-faq-item.is-open .rc-faq-q-icon { transform: rotate(45deg); color: var(--rc-green); }

.rc-faq-a {
    max-height: 0; overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.rc-faq-item.is-open .rc-faq-a { max-height: 400px; }
.rc-faq-a-inner {
    padding: 0 0 24px 42px;
    font-size: 0.9rem; color: var(--rc-muted); line-height: 2;
}

/* =============================================
   FINAL CTA
   ============================================= */
.rc-final-cta {
    position: relative; background: var(--rc-surface-2);
    padding: 140px 0; overflow: hidden;
}
.rc-final-cta-bg { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none; }
.rc-final-bg-text {
    font-family: var(--rc-font-en); font-size: clamp(8rem, 22vw, 20rem);
    font-weight: 900; text-transform: uppercase; color: transparent;
    -webkit-text-stroke: 1px rgba(0, 200, 83, 0.04); white-space: nowrap; line-height: 1;
}
.rc-final-cta-content {
    position: relative; z-index: 2; max-width: 700px; margin: 0 auto; text-align: center;
}
.rc-final-cta-title {
    font-size: clamp(1.4rem, 2.5vw, 1.8rem); font-weight: 900;
    color: #fff; letter-spacing: 3px; line-height: 1.6; margin-bottom: 1rem;
}
.rc-final-cta-lead {
    font-size: 0.95rem; color: var(--rc-muted); line-height: 2; margin-bottom: 2.5rem;
}
.rc-final-cta-actions {
    display: flex; flex-direction: column; align-items: center; gap: 20px;
}
.rc-final-cta-btn {
    display: inline-block; padding: 16px 40px; background: var(--rc-green);
    color: #fff; font-weight: 700; font-size: 0.95rem; letter-spacing: 1px;
    border-radius: 4px; transition: all 0.3s ease;
}
.rc-final-cta-btn:hover {
    background: var(--rc-green-dark); transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 200, 83, 0.3);
}
.rc-final-cta-tel-block { text-align: center; }
.rc-final-cta-tel-label {
    display: block; font-size: 0.75rem; color: var(--rc-muted);
    margin-bottom: 8px; letter-spacing: 2px;
}
.rc-final-cta-tel {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--rc-font-en); font-size: 1.8rem; font-weight: 900;
    color: #fff; letter-spacing: 2px; transition: color 0.3s;
}
.rc-final-cta-tel:hover { color: var(--rc-green); }
.rc-final-cta-tel svg { color: var(--rc-green); }

/* =============================================
   FIXED CTA
   ============================================= */
.rc-fixed-cta {
    position: fixed; right: 20px; bottom: 20px; z-index: 900;
    display: flex; align-items: center; gap: 8px;
    background: var(--rc-green); color: #fff;
    padding: 14px 20px; border-radius: 50px;
    font-size: 0.85rem; font-weight: 700;
    box-shadow: 0 4px 20px rgba(0, 200, 83, 0.4); transition: all 0.3s ease;
}
.rc-fixed-cta:hover { transform: scale(1.05); box-shadow: 0 6px 25px rgba(0, 200, 83, 0.5); }

/* =============================================
   RESPONSIVE
   ============================================= */
@media screen and (max-width: 1024px) {
    .rc-message { grid-template-columns: 1fr; gap: 40px; }
    .rc-numbers-grid { grid-template-columns: repeat(2, 1fr); }
    .rc-positions-grid { grid-template-columns: 1fr; }
    .rc-benefits-grid { grid-template-columns: repeat(2, 1fr); }
    .rc-voices-grid { grid-template-columns: 1fr; }
    .rc-flow-steps { grid-template-columns: repeat(3, 1fr); gap: 30px 0; }
    .rc-flow-steps::before { display: none; }
}

@media screen and (max-width: 767px) {
    .rc-hero { min-height: 90vh; padding: 0 0 50px; }
    .rc-hero-content { padding: 0 20px; }
    .rc-hero-accent { width: 3px; }
    .rc-wm-1 { font-size: 4.5rem; }
    .rc-wm-2 { font-size: 3rem; }
    .rc-scroll-cue { right: 20px; bottom: 20px; }

    .rc-section { padding: 0 20px; }
    .rc-message-wrap, .rc-numbers-wrap, .rc-positions-wrap,
    .rc-benefits-wrap, .rc-voices-wrap, .rc-flow-wrap,
    .rc-jobs-wrap, .rc-faq-wrap { padding: 80px 0; }

    .rc-numbers-grid { grid-template-columns: repeat(2, 1fr); }
    .rc-benefits-grid { grid-template-columns: 1fr; }
    .rc-flow-steps { grid-template-columns: 1fr; gap: 24px; }
    .rc-flow-num { width: 56px; height: 56px; font-size: 1rem; }

    .rc-job-header { padding: 20px; flex-wrap: wrap; gap: 10px; }
    .rc-job-table th { width: 100px; padding: 12px 10px 12px 20px; font-size: 0.75rem; }
    .rc-job-table td { padding: 12px 20px 12px 0; font-size: 0.85rem; }
    .rc-job-apply-row { padding: 20px; }

    .rc-final-cta { padding: 80px 0; }
    .rc-final-cta-tel { font-size: 1.4rem; }
    .rc-fixed-cta { right: 15px; bottom: 15px; padding: 12px 16px; font-size: 0.8rem; }
}
