/* ============================================================
   SYSMAC Recruitment Page Styles
   WordPress Custom Template - recruitment.css
   ============================================================ */

/* --- SVG Icons (replaces emoji) --- */
.smc-icon { display: inline-flex; align-items: center; justify-content: center; vertical-align: middle; flex-shrink: 0; }
.smc-icon svg { display: block; }
.smc-number-icon .smc-icon { font-size: 32px; }
.smc-hero-badge-icon .smc-icon { font-size: 24px; }
.smc-project-icon .smc-icon { font-size: 32px; }
.smc-hero-card-emoji .smc-icon { font-size: 60px; }
.smc-support-card .icon .smc-icon { font-size: 48px; }
.smc-person-avatar .smc-icon { font-size: 28px; }
.smc-career-card > .icon .smc-icon { font-size: 36px; }
.smc-okinawa-card .emoji .smc-icon { font-size: 72px; }
.smc-process-icon .smc-icon { font-size: 24px; color: #fff; }
.smc-ai-card .icon .smc-icon { font-size: 28px; }
.smc-icon-check { color: currentColor; }

/* --- Hide Astra theme header/footer on recruitment page --- */
.smc-recruit .ast-above-header-wrap,
.smc-recruit .ast-below-header-wrap,
.smc-recruit .ast-main-header-wrap,
.smc-recruit header.site-header,
.smc-recruit .site-header,
.smc-recruit #ast-desktop-header,
.smc-recruit #ast-mobile-header,
.smc-recruit .ast-desktop-header-content,
.smc-recruit .ast-mobile-header-wrap,
.smc-recruit .main-header-bar,
.smc-recruit .ast-primary-header,
.smc-recruit footer.site-footer,
.smc-recruit .site-footer,
.smc-recruit .ast-footer-overlay,
.smc-recruit #colophon,
.smc-recruit .ast-small-footer { display: none !important; }

/* --- Reset & Base --- */
.smc-recruit * { box-sizing: border-box; margin: 0; padding: 0; }
.smc-recruit { font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif; color: #0F172A; overflow-x: hidden; background: #fff; line-height: 1.6; }
.smc-recruit a { text-decoration: none; }
.smc-recruit img { max-width: 100%; }
html { scroll-behavior: smooth; }

/* --- Animations --- */
@keyframes smc-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes smc-pulse { 0%,100% { opacity: 0.6; } 50% { opacity: 1; } }
@keyframes smc-gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
@keyframes smc-slideIn { from { transform: translateX(100%); } to { transform: translateX(0); } }
@keyframes smc-countUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

/* --- Scroll Fade-in --- */
.smc-fade { opacity: 0; transform: translateY(32px); transition: opacity 0.7s ease, transform 0.7s ease; }
.smc-fade.is-visible { opacity: 1; transform: translateY(0); }
.smc-fade[data-delay="1"] { transition-delay: 0.1s; }
.smc-fade[data-delay="2"] { transition-delay: 0.2s; }
.smc-fade[data-delay="3"] { transition-delay: 0.3s; }
.smc-fade[data-delay="4"] { transition-delay: 0.4s; }
.smc-fade[data-delay="5"] { transition-delay: 0.5s; }
.smc-fade[data-delay="6"] { transition-delay: 0.6s; }

/* --- Utilities --- */
.smc-section { padding: 80px 24px; }
.smc-section .smc-inner { max-width: 1120px; margin: 0 auto; }
.smc-bg-gray { background: #F8FAFC; }
.smc-badge { display: inline-block; padding: 4px 14px; border-radius: 100px; font-size: 13px; font-weight: 600; letter-spacing: 0.5px; }
.smc-section-header { text-align: center; margin-bottom: 56px; }
.smc-section-title { font-family: 'Outfit', 'Zen Kaku Gothic New', sans-serif; font-weight: 900; font-size: 36px; margin-top: 12px; }
.smc-section-title .accent { color: #1A5CBA; }
.smc-section-sub { color: #64748B; margin-top: 12px; font-size: 16px; max-width: 650px; margin-left: auto; margin-right: auto; }

/* --- Card Hover --- */
.smc-card { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.smc-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(0,0,0,0.12) !important; }

/* --- Buttons --- */
.smc-btn-primary { display: inline-flex; align-items: center; gap: 8px; padding: 12px 28px; border-radius: 100px; background: #1A5CBA; color: #fff; font-weight: 700; font-size: 14px; transition: all 0.3s ease; border: none; cursor: pointer; }
.smc-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(26,92,186,0.35); color: #fff; }
.smc-btn-secondary { display: inline-flex; align-items: center; gap: 8px; padding: 12px 28px; border-radius: 100px; border: 2px solid #1A5CBA; color: #1A5CBA; font-weight: 700; font-size: 14px; background: transparent; transition: all 0.3s ease; cursor: pointer; }
.smc-btn-secondary:hover { background: #1A5CBA; color: #fff; }
.smc-btn-white { display: inline-flex; align-items: center; gap: 8px; padding: 16px 36px; border-radius: 100px; background: #fff; color: #1A5CBA; font-weight: 800; font-size: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.15); transition: all 0.3s ease; }
.smc-btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); color: #1A5CBA; }
.smc-btn-outline-white { display: inline-flex; align-items: center; padding: 16px 36px; border-radius: 100px; border: 2px solid rgba(255,255,255,0.4); color: #fff; font-weight: 700; font-size: 16px; transition: all 0.3s ease; }
.smc-btn-outline-white:hover { background: rgba(255,255,255,0.15); color: #fff; }

/* --- Floating CTA --- */
.smc-floating-cta { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 1000; display: flex; gap: 12px; padding: 10px 16px; background: rgba(255,255,255,0.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-radius: 100px; box-shadow: 0 8px 32px rgba(0,0,0,0.15); }

/* --- Header --- */
.smc-header { position: fixed; top: 0; left: 0; right: 0; z-index: 900; transition: all 0.3s ease; margin-top: 0; }
.admin-bar .smc-header { top: 32px; }
.smc-header.scrolled { background: rgba(255,255,255,0.95); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 2px 20px rgba(0,0,0,0.08); }
.smc-header-inner { max-width: 1120px; margin: 0 auto; padding: 16px 24px; display: flex; justify-content: space-between; align-items: center; }
.smc-logo { display: flex; align-items: center; gap: 10px; }
.smc-logo-img { height: 36px; width: auto; transition: opacity 0.3s; }
.smc-header:not(.scrolled) .smc-logo-img { filter: brightness(0) invert(1); }
.smc-logo-icon { width: 40px; height: 40px; border-radius: 10px; background: linear-gradient(135deg, #1A5CBA, #06B6D4); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 900; font-size: 16px; font-family: 'Outfit', sans-serif; }
.smc-logo-text { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 18px; color: #1A5CBA; }
.smc-logo-sub { font-size: 9px; color: #94A3B8; letter-spacing: 1px; }
.smc-nav { display: flex; gap: 28px; align-items: center; }
.smc-nav-link { font-size: 13px; font-weight: 600; color: #fff; position: relative; transition: color 0.3s; }
.smc-header.scrolled .smc-nav-link { color: #475569; }
.smc-nav-link::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: #06B6D4; transition: width 0.3s ease; }
.smc-nav-link:hover::after { width: 100%; }
.smc-nav-link:hover { color: #1A5CBA; }

/* Mobile menu */
.smc-mobile-btn { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.smc-mobile-btn span { display: block; height: 2px; border-radius: 2px; background: #fff; transition: all 0.3s; }
.smc-mobile-btn span:nth-child(1), .smc-mobile-btn span:nth-child(2) { width: 24px; }
.smc-mobile-btn span:nth-child(3) { width: 18px; }
.smc-header.scrolled .smc-mobile-btn span { background: #333; }
.smc-mobile-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.4); z-index: 940; display: none; }
.smc-mobile-overlay.active { display: block; }
.smc-mobile-drawer { position: fixed; top: 0; right: 0; bottom: 0; width: 80%; max-width: 320px; background: #fff; z-index: 950; padding: 80px 32px 32px; box-shadow: -8px 0 32px rgba(0,0,0,0.15); transform: translateX(100%); transition: transform 0.3s ease; }
.smc-mobile-drawer.active { transform: translateX(0); }
.smc-mobile-drawer-close { position: absolute; top: 20px; right: 20px; background: none; border: none; font-size: 24px; cursor: pointer; color: #666; }
.smc-mobile-drawer a { display: block; padding: 16px 0; font-size: 16px; font-weight: 600; color: #333; border-bottom: 1px solid #F1F5F9; }
.smc-mobile-drawer .smc-mobile-cta { display: block; margin-top: 24px; padding: 14px 0; border-radius: 100px; background: #1A5CBA; color: #fff; font-weight: 700; font-size: 15px; text-align: center; }

/* --- Hero --- */
.smc-hero { position: relative; min-height: 100vh; background: linear-gradient(135deg, #1A5CBA 0%, #1E40AF 30%, #0E7490 70%, #06B6D4 100%); background-size: 200% 200%; animation: smc-gradient 12s ease infinite; display: flex; align-items: center; overflow: hidden; }
.smc-hero-deco { position: absolute; border-radius: 50%; }
.smc-hero-deco-1 { top: 10%; right: -5%; width: 500px; height: 500px; background: rgba(255,255,255,0.04); animation: smc-float 6s ease infinite; }
.smc-hero-deco-2 { bottom: 15%; left: -8%; width: 350px; height: 350px; background: rgba(255,255,255,0.03); animation: smc-float 8s ease infinite 1s; }
.smc-hero-deco-3 { top: 50%; left: 50%; width: 200px; height: 200px; background: rgba(6,182,212,0.08); animation: smc-float 7s ease infinite 0.5s; }
.smc-hero-inner { max-width: 1120px; margin: 0 auto; padding: 120px 24px 80px; width: 100%; position: relative; z-index: 1; }
.smc-hero-grid { display: flex; align-items: center; gap: 60px; }
.smc-hero-text { flex: 1; }
.smc-hero-text h1 { font-family: 'Outfit', 'Zen Kaku Gothic New', sans-serif; font-weight: 900; font-size: 48px; line-height: 1.2; color: #fff; margin-top: 20px; }
.smc-hero-text h1 .cyan { color: #06B6D4; }
.smc-hero-text .lead { font-size: 18px; color: rgba(255,255,255,0.85); line-height: 1.8; margin-top: 20px; max-width: 500px; }
.smc-hero-btns { display: flex; gap: 16px; margin-top: 36px; flex-wrap: wrap; }
.smc-hero-badges { display: flex; gap: 32px; margin-top: 40px; flex-wrap: wrap; }
.smc-hero-badge { display: flex; align-items: center; gap: 10px; }
.smc-hero-badge-icon { font-size: 24px; }
.smc-hero-badge-label { color: #fff; font-weight: 700; font-size: 14px; }
.smc-hero-badge-sub { color: rgba(255,255,255,0.65); font-size: 12px; }
.smc-hero-visual { flex: 0 0 420px; }

/* Geometric animation */
.smc-hero-geo { width: 100%; aspect-ratio: 1; position: relative; max-width: 400px; margin: 0 auto; }
.smc-geo-ring { position: absolute; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.smc-geo-ring-1 { width: 90%; height: 90%; border: 2px solid rgba(255,255,255,0.25); animation: smc-spin 20s linear infinite; }
.smc-geo-ring-2 { width: 65%; height: 65%; border: 1.5px dashed rgba(255,255,255,0.2); animation: smc-spin 30s linear infinite reverse; }
.smc-geo-ring-3 { width: 40%; height: 40%; border: 2px solid rgba(255,255,255,0.2); animation: smc-spin 15s linear infinite; }
@keyframes smc-spin { from { transform: translate(-50%, -50%) rotate(0deg); } to { transform: translate(-50%, -50%) rotate(360deg); } }
.smc-geo-dot { position: absolute; border-radius: 50%; }
.smc-geo-dot-1 { top: 2%; left: 48%; width: 14px; height: 14px; background: rgba(255,255,255,0.6); animation: smc-float 4s ease infinite; }
.smc-geo-dot-2 { top: 48%; right: 1%; width: 12px; height: 12px; background: rgba(6,182,212,0.7); animation: smc-float 5s ease infinite 1s; }
.smc-geo-dot-3 { bottom: 5%; left: 28%; width: 10px; height: 10px; background: rgba(255,255,255,0.5); animation: smc-float 6s ease infinite 0.5s; }
.smc-geo-dot-4 { top: 22%; left: 5%; width: 16px; height: 16px; background: rgba(6,182,212,0.5); animation: smc-float 4.5s ease infinite 1.5s; }
.smc-geo-dot-5 { bottom: 18%; right: 12%; width: 10px; height: 10px; background: rgba(255,255,255,0.4); animation: smc-float 5.5s ease infinite 2s; }
.smc-geo-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.smc-geo-hexagon { width: 100px; height: 115px; background: rgba(255,255,255,0.12); clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); animation: smc-geo-pulse 3s ease infinite; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); border: 1px solid rgba(255,255,255,0.15); }
@keyframes smc-geo-pulse { 0%,100% { transform: scale(1); opacity: 0.8; } 50% { transform: scale(1.08); opacity: 1; } }
.smc-scroll-indicator { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; animation: smc-pulse 2s ease infinite; }
.smc-scroll-indicator span { color: rgba(255,255,255,0.6); font-size: 12px; }
.smc-scroll-indicator div { width: 1px; height: 24px; background: rgba(255,255,255,0.3); }

/* --- Numbers Grid --- */
.smc-numbers-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.smc-number-card { background: #fff; border-radius: 20px; padding: 28px; text-align: center; box-shadow: 0 2px 16px rgba(0,0,0,0.05); border: 1px solid rgba(0,0,0,0.04); width: calc(25% - 15px); min-width: 200px; }
.smc-number-icon { font-size: 32px; }
.smc-number-value { font-family: 'Outfit', sans-serif; font-weight: 900; font-size: 36px; margin-top: 8px; }
.smc-number-label { font-size: 13px; color: #64748B; margin-top: 4px; font-weight: 500; }

/* --- 3-Column Grid --- */
.smc-three-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.smc-project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.smc-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }

/* --- Project Cards --- */
.smc-project-card { background: #fff; border-radius: 24px; padding: 36px; box-shadow: 0 4px 24px rgba(0,0,0,0.06); border: 1px solid rgba(0,0,0,0.05); height: 100%; display: flex; flex-direction: column; }
.smc-project-icon { width: 64px; height: 64px; border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 32px; margin-bottom: 20px; }
.smc-project-card h3 { font-size: 20px; font-weight: 800; margin-bottom: 12px; }
.smc-project-card p { color: #64748B; font-size: 14px; line-height: 1.8; flex: 1; }
.smc-project-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 20px; }
.smc-tag { padding: 5px 12px; border-radius: 100px; font-size: 12px; font-weight: 600; }

/* --- Info Box --- */
.smc-info-box { margin-top: 40px; padding: 28px 36px; border-radius: 20px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.smc-info-box .icon { font-size: 28px; }
.smc-info-box p { color: #475569; font-size: 14px; line-height: 1.7; flex: 1; }
.smc-info-box strong { color: #1A5CBA; }

/* --- Tech Stack --- */
.smc-tech-categories { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.smc-tech-group { background: #fff; border-radius: 20px; padding: 28px; box-shadow: 0 2px 16px rgba(0,0,0,0.05); }
.smc-tech-group h4 { font-size: 14px; font-weight: 700; color: #94A3B8; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 1px; }
.smc-tech-icons { display: flex; gap: 10px; flex-wrap: wrap; }
.smc-tech-icon { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 14px 10px; border-radius: 14px; background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,0.06); min-width: 80px; }
.smc-tech-icon-logo { width: 44px; height: 44px; object-fit: contain; }
.smc-tech-icon-circle { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; }
.smc-tech-icon-name { font-size: 11px; font-weight: 600; color: #475569; text-align: center; }
.smc-tech-note { margin-top: 32px; text-align: center; padding: 20px 32px; background: #fff; border-radius: 16px; box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
.smc-tech-note p { color: #64748B; font-size: 14px; }
.smc-tech-note a { color: #1A5CBA; font-weight: 600; margin-left: 8px; }

/* --- AI Section --- */
.smc-ai-box { background: linear-gradient(135deg, #1E1B4B, #312E81, #3730A3); border-radius: 28px; padding: 48px 40px; color: #fff; position: relative; overflow: hidden; }
.smc-ai-box .deco { position: absolute; border-radius: 50%; }
.smc-ai-box .deco-1 { top: -50px; right: -50px; width: 200px; height: 200px; background: rgba(139,92,246,0.15); }
.smc-ai-box .deco-2 { bottom: -30px; left: -30px; width: 150px; height: 150px; background: rgba(6,182,212,0.1); }
.smc-ai-content { position: relative; z-index: 1; }
.smc-ai-content h3 { font-size: 24px; font-weight: 800; margin-bottom: 8px; }
.smc-ai-content > p { color: rgba(255,255,255,0.7); font-size: 15px; margin-bottom: 32px; max-width: 600px; }
.smc-ai-card { background: rgba(255,255,255,0.08); border-radius: 20px; padding: 24px; backdrop-filter: blur(4px); border: 1px solid rgba(255,255,255,0.1); }
.smc-ai-card .icon { font-size: 28px; }
.smc-ai-card h4 { font-size: 15px; font-weight: 700; margin-top: 12px; margin-bottom: 12px; }
.smc-ai-card .item { display: flex; align-items: center; gap: 8px; padding: 6px 0; font-size: 13px; color: rgba(255,255,255,0.8); }
.smc-ai-card .check { color: #06B6D4; }
.smc-ai-note { margin-top: 28px; padding: 16px 24px; border-radius: 14px; background: rgba(6,182,212,0.15); border: 1px solid rgba(6,182,212,0.25); display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.smc-ai-note .icon { font-size: 18px; }
.smc-ai-note p { font-size: 13px; color: rgba(255,255,255,0.85); flex: 1; }

/* --- Support Cards --- */
.smc-support-card { background: #fff; border-radius: 24px; padding: 36px; text-align: center; box-shadow: 0 4px 24px rgba(0,0,0,0.05); height: 100%; }
.smc-support-card .icon { font-size: 48px; }
.smc-support-card .highlight { display: inline-block; margin-top: 16px; padding: 6px 16px; border-radius: 100px; font-weight: 800; font-size: 20px; font-family: 'Outfit', sans-serif; }
.smc-support-card h3 { font-size: 18px; font-weight: 800; margin-top: 16px; }
.smc-support-card p { color: #64748B; font-size: 14px; line-height: 1.7; margin-top: 10px; }

/* --- People Cards --- */
.smc-person-card { background: #fff; border-radius: 24px; padding: 32px; box-shadow: 0 4px 24px rgba(0,0,0,0.06); border: 1px solid rgba(0,0,0,0.05); height: 100%; display: flex; flex-direction: column; }
.smc-person-header { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.smc-person-avatar { width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, rgba(26,92,186,0.13), rgba(6,182,212,0.13)); display: flex; align-items: center; justify-content: center; font-size: 28px; }
.smc-person-name { font-weight: 700; font-size: 16px; }
.smc-person-role { color: #94A3B8; font-size: 13px; }
.smc-person-years { color: #1A5CBA; font-size: 12px; font-weight: 600; }
.smc-person-quote { color: #475569; font-size: 14px; line-height: 1.8; flex: 1; padding-left: 16px; border-left: 3px solid rgba(26,92,186,0.13); }
.smc-person-tags { display: flex; gap: 8px; margin-top: 20px; }
.smc-person-tag { padding: 4px 12px; border-radius: 100px; font-size: 12px; font-weight: 600; background: rgba(26,92,186,0.05); color: #1A5CBA; }

/* --- Career Path --- */
.smc-career-grid { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; }
.smc-career-grid > * { flex: 0 1 calc(50% - 12px); max-width: 440px; }
.smc-career-card { background: #fff; border-radius: 24px; padding: 32px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); }
.smc-career-card .icon { font-size: 36px; }
.smc-career-card h3 { font-size: 20px; font-weight: 800; margin-top: 12px; margin-bottom: 8px; }
.smc-career-card > p { color: #64748B; font-size: 13px; margin-bottom: 20px; }
.smc-career-step { display: flex; align-items: center; gap: 12px; }
.smc-career-step-num { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; }
.smc-career-step-line { width: 2px; height: 20px; margin: 0 auto; }
.smc-career-step-label { font-size: 14px; font-weight: 600; color: #334155; }

/* --- Okinawa Section --- */
.smc-okinawa { border-radius: 28px; overflow: hidden; background: linear-gradient(135deg, #0891B2 0%, #06B6D4 50%, #22D3EE 100%); padding: 56px 48px; color: #fff; position: relative; }
.smc-okinawa .deco { position: absolute; top: 0; right: 0; width: 40%; height: 100%; background: rgba(255,255,255,0.05); border-radius: 0 0 0 200px; }
.smc-okinawa h2 { font-family: 'Outfit', 'Zen Kaku Gothic New', sans-serif; font-weight: 900; font-size: 32px; margin-top: 16px; }
.smc-okinawa .lead { color: rgba(255,255,255,0.85); font-size: 15px; line-height: 1.8; margin-top: 16px; }
.smc-okinawa-features { margin-top: 28px; display: flex; flex-direction: column; gap: 16px; }
.smc-okinawa-feature { display: flex; align-items: flex-start; gap: 14px; }
.smc-okinawa-feature .icon { font-size: 22px; flex-shrink: 0; margin-top: 2px; }
.smc-okinawa-feature .text { font-weight: 700; font-size: 15px; }
.smc-okinawa-feature .sub { color: rgba(255,255,255,0.7); font-size: 13px; }
.smc-okinawa-card { background: rgba(255,255,255,0.12); border-radius: 24px; padding: 36px; backdrop-filter: blur(4px); border: 1px solid rgba(255,255,255,0.2); display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20px; min-height: 300px; }
.smc-okinawa-card .emoji { font-size: 72px; }
.smc-okinawa-card .title { font-size: 20px; font-weight: 700; text-align: center; }
.smc-okinawa-card .desc { font-size: 14px; color: rgba(255,255,255,0.75); text-align: center; line-height: 1.7; }
.smc-okinawa-card a { margin-top: 8px; padding: 12px 28px; border-radius: 100px; background: #fff; color: #0891B2; font-weight: 700; font-size: 14px; transition: all 0.3s; }

/* --- Location Tabs --- */
.smc-location-tabs { display: flex; justify-content: center; gap: 12px; margin-bottom: 36px; }
.smc-location-tab { padding: 16px 36px; border-radius: 100px; border: none; background: #fff; color: #64748B; font-weight: 700; font-size: 16px; cursor: pointer; box-shadow: 0 2px 12px rgba(0,0,0,0.06); transition: all 0.3s ease; display: flex; flex-direction: column; align-items: center; gap: 2px; }
.smc-location-tab.active { background: #1A5CBA; color: #fff; box-shadow: 0 4px 20px rgba(26,92,186,0.3); }
.smc-location-tab-sub { font-size: 11px; opacity: 0.7; font-weight: 500; }
.smc-tab-content { display: none; }
.smc-tab-content.active { display: block; }

/* --- Job Cards --- */
.smc-job-cards { display: flex; flex-direction: column; gap: 24px; }
.smc-job-card { background: #fff; border-radius: 24px; box-shadow: 0 4px 24px rgba(0,0,0,0.06); border: 1px solid rgba(0,0,0,0.05); overflow: hidden; }
.smc-job-header { padding: 28px 36px; border-bottom: 1px solid #F1F5F9; display: flex; align-items: flex-start; gap: 20px; flex-wrap: wrap; }
.smc-job-icon { width: 56px; height: 56px; border-radius: 16px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 28px; }
.smc-job-info { flex: 1; min-width: 200px; }
.smc-job-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 8px; }
.smc-job-tag { padding: 3px 10px; border-radius: 100px; font-size: 11px; font-weight: 600; }
.smc-job-title { font-size: 20px; font-weight: 800; color: #0F172A; }
.smc-job-meta { display: flex; gap: 20px; margin-top: 10px; flex-wrap: wrap; font-size: 13px; color: #64748B; }
.smc-job-salary { text-align: right; flex-shrink: 0; }
.smc-job-salary-label { font-size: 12px; color: #94A3B8; font-weight: 600; }
.smc-job-salary-amount { font-family: 'Outfit', sans-serif; font-weight: 900; font-size: 28px; }
.smc-job-salary-amount span { font-size: 16px; }
.smc-job-salary-base { font-size: 11px; color: #94A3B8; }
.smc-job-body { padding: 24px 36px; }
.smc-job-body > p { font-size: 14px; color: #475569; line-height: 1.8; margin-bottom: 20px; }
.smc-job-highlights h5 { font-size: 13px; font-weight: 700; color: #334155; margin-bottom: 10px; }
.smc-job-highlight { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 6px; font-size: 13px; color: #475569; line-height: 1.6; }
.smc-job-skills h5 { font-size: 13px; font-weight: 700; color: #334155; margin-bottom: 10px; }
.smc-job-skill-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.smc-job-skill { padding: 5px 14px; border-radius: 100px; font-size: 12px; font-weight: 600; background: #F1F5F9; color: #475569; }
.smc-job-footer { padding: 16px 36px; background: #FAFBFC; border-top: 1px solid #F1F5F9; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.smc-job-footer-meta { display: flex; gap: 16px; font-size: 12px; color: #94A3B8; flex-wrap: wrap; }

/* --- Common Benefits --- */
.smc-benefits { margin-top: 36px; background: #fff; border-radius: 24px; padding: 36px; box-shadow: 0 4px 24px rgba(0,0,0,0.06); }
.smc-benefits h3 { font-size: 18px; font-weight: 800; margin-bottom: 24px; text-align: center; }
.smc-benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.smc-benefit-cat { font-size: 14px; font-weight: 700; color: #1A5CBA; margin-bottom: 12px; }
.smc-benefit-item { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 8px; font-size: 13px; color: #475569; line-height: 1.5; }
.smc-benefit-check { color: #10B981; font-size: 13px; flex-shrink: 0; margin-top: 1px; }
.smc-benefits-note { margin-top: 24px; padding: 16px 24px; border-radius: 14px; background: rgba(26,92,186,0.04); border: 1px solid rgba(26,92,186,0.08); display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.smc-benefits-note p { font-size: 13px; color: #475569; flex: 1; line-height: 1.6; }

/* --- Process --- */
.smc-process { display: flex; justify-content: center; flex-wrap: wrap; gap: 0; align-items: flex-start; }
.smc-process-step { display: flex; align-items: flex-start; }
.smc-process-step-content { width: 160px; text-align: center; padding: 24px 16px; display: grid; grid-template-rows: 56px auto auto auto auto; justify-items: center; gap: 4px; }
.smc-process-icon { width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, #1A5CBA, #06B6D4); display: flex; align-items: center; justify-content: center; font-size: 24px; }
.smc-process-num { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 12px; color: #1A5CBA; margin-top: 6px; }
.smc-process-title { font-weight: 700; font-size: 14px; }
.smc-process-desc { color: #94A3B8; font-size: 12px; }
.smc-process-note { color: #F59E0B; font-size: 11px; font-weight: 600; }
.smc-process-line { width: 32px; height: 2px; background: rgba(26,92,186,0.15); flex-shrink: 0; margin-top: 52px; }

/* --- FAQ --- */
.smc-faq-list { max-width: 720px; margin: 0 auto; }
.smc-faq-item { background: #fff; border-radius: 16px; padding: 20px 28px; margin-bottom: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); cursor: pointer; border: 2px solid transparent; transition: all 0.3s ease; }
.smc-faq-item:hover { background: #F1F5F9; }
.smc-faq-item.active { border-color: #1A5CBA; }
.smc-faq-question { display: flex; justify-content: space-between; align-items: center; }
.smc-faq-question span { font-weight: 700; font-size: 15px; color: #334155; }
.smc-faq-toggle { font-size: 20px; color: #1A5CBA; transition: transform 0.3s; }
.smc-faq-item.active .smc-faq-toggle { transform: rotate(45deg); }
.smc-faq-answer { color: #64748B; font-size: 14px; line-height: 1.8; margin-top: 14px; padding-top: 14px; border-top: 1px solid #F1F5F9; display: none; }
.smc-faq-item.active .smc-faq-answer { display: block; }

/* --- Contact CTA --- */
.smc-contact-box { border-radius: 28px; padding: 64px 48px; text-align: center; background: linear-gradient(135deg, #1A5CBA, #1E40AF, #0E7490); color: #fff; position: relative; overflow: hidden; }
.smc-contact-box .deco { position: absolute; border-radius: 50%; }
.smc-contact-box .deco-1 { top: -20%; right: -10%; width: 300px; height: 300px; background: rgba(255,255,255,0.06); }
.smc-contact-box .deco-2 { bottom: -15%; left: -5%; width: 200px; height: 200px; background: rgba(6,182,212,0.1); }
.smc-contact-content { position: relative; z-index: 1; }
.smc-contact-content h2 { font-family: 'Outfit', 'Zen Kaku Gothic New', sans-serif; font-weight: 900; font-size: 36px; }
.smc-contact-content .lead { color: rgba(255,255,255,0.8); font-size: 16px; margin-top: 16px; max-width: 550px; margin-left: auto; margin-right: auto; }
.smc-contact-btns { display: flex; justify-content: center; gap: 16px; margin-top: 36px; flex-wrap: wrap; }
.smc-contact-privacy { color: rgba(255,255,255,0.55); font-size: 13px; margin-top: 28px; }
.smc-contact-privacy a { color: rgba(255,255,255,0.7); text-decoration: underline; }

/* --- AI Section text (override Astra global heading color) --- */
.smc-recruit .smc-ai-box h3,
.smc-recruit .smc-ai-box h4,
.smc-recruit .smc-ai-box p,
.smc-recruit .smc-ai-box .smc-ai-card h4 { color: #fff !important; }
.smc-recruit .smc-ai-content > p { color: rgba(255,255,255,0.7) !important; }
.smc-recruit .smc-ai-card .item { color: rgba(255,255,255,0.8) !important; }
.smc-recruit .smc-ai-note p { color: rgba(255,255,255,0.85) !important; }

/* --- Okinawa Section text (override Astra global heading color) --- */
.smc-recruit .smc-okinawa h2,
.smc-recruit .smc-okinawa .lead,
.smc-recruit .smc-okinawa .text { color: #fff !important; }
.smc-recruit .smc-okinawa .sub { color: rgba(255,255,255,0.7) !important; }

/* --- Contact CTA text (override Astra global heading color) --- */
.smc-recruit .smc-contact-content h2 { color: #fff !important; }
.smc-recruit .smc-contact-content .lead { color: rgba(255,255,255,0.8) !important; }
.smc-contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 36px; max-width: 700px; margin-left: auto; margin-right: auto; }
.smc-contact-card { background: rgba(255,255,255,0.12); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.2); border-radius: 20px; padding: 32px 28px; text-align: center; display: flex; flex-direction: column; gap: 12px; }
.smc-contact-card-icon { font-size: 36px; }
.smc-recruit .smc-contact-card h3 { color: #fff !important; font-size: 18px; font-weight: 800; }
.smc-contact-card p { color: rgba(255,255,255,0.8); font-size: 14px; line-height: 1.6; }
.smc-contact-card-list { list-style: none; padding: 0; margin: 0; text-align: left; }
.smc-contact-card-list li { color: rgba(255,255,255,0.85); font-size: 13px; padding: 4px 0; padding-left: 20px; position: relative; }
.smc-contact-card-list li::before { content: '✓'; position: absolute; left: 0; color: #06B6D4; font-weight: 700; }
.smc-contact-card .smc-btn-white { margin-top: auto; font-size: 14px; padding: 14px 24px; }

/* --- Footer --- */
.smc-footer { background: #0F172A; color: #94A3B8; padding: 56px 24px 32px; }
.smc-footer-grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
.smc-footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.smc-footer-logo-img { height: 40px; width: auto; }
.smc-footer-logo-icon { width: 36px; height: 36px; border-radius: 8px; background: linear-gradient(135deg, #1A5CBA, #06B6D4); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 900; font-size: 14px; font-family: 'Outfit', sans-serif; }
.smc-footer-logo-text { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 16px; color: #E2E8F0; }
.smc-footer-desc { font-size: 13px; line-height: 1.7; max-width: 280px; }
.smc-footer-heading { color: #E2E8F0; font-size: 13px; font-weight: 700; margin-bottom: 16px; }
.smc-footer a { display: block; color: #94A3B8; font-size: 13px; margin-bottom: 10px; }
.smc-footer a:hover { color: #E2E8F0; }
.smc-footer-bottom { max-width: 1120px; margin: 40px auto 0; padding-top: 24px; border-top: 1px solid #1E293B; text-align: center; font-size: 12px; color: #64748B; }

/* --- Responsive --- */
@media (max-width: 768px) {
  .smc-hero-grid { flex-direction: column; text-align: center; }
  .smc-hero-text h1 { font-size: 32px !important; }
  .smc-hero-text .lead { font-size: 16px; margin-left: auto; margin-right: auto; }
  .smc-hero-btns { justify-content: center; }
  .smc-hero-badges { justify-content: center; }
  .smc-hero-visual { flex: auto; width: 100%; max-width: 400px; margin: 0 auto; }
  .smc-numbers-grid { justify-content: center; }
  .smc-numbers-grid .smc-number-card { width: calc(50% - 10px); min-width: 140px; }
  .smc-three-col { grid-template-columns: 1fr !important; }
  .smc-project-grid { grid-template-columns: 1fr !important; }
  .smc-career-grid > * { flex: 0 1 100%; }
  .smc-two-col { grid-template-columns: 1fr !important; }
  .smc-tech-categories { grid-template-columns: 1fr !important; }
  .smc-section-title { font-size: 26px !important; }
  .smc-footer-grid { grid-template-columns: 1fr !important; }
  .smc-benefits-grid { grid-template-columns: 1fr !important; }
  .smc-contact-cards { grid-template-columns: 1fr !important; }
  .smc-location-tabs { flex-direction: column; align-items: center; }
  .smc-location-tab { width: 100%; max-width: 280px; }
  .smc-nav { display: none !important; }
  .smc-mobile-btn { display: flex !important; }
  .smc-floating-cta { padding: 8px 12px; bottom: 12px; }
  .smc-floating-cta .smc-btn-primary, .smc-floating-cta .smc-btn-secondary { padding: 10px 18px; font-size: 13px; }
  .smc-job-header { flex-direction: column; }
  .smc-job-salary { text-align: left; }
  .smc-okinawa { padding: 40px 24px; }
  .smc-ai-box { padding: 36px 24px; }
  .smc-contact-box { padding: 48px 24px; }
  .smc-process { gap: 8px; }
  .smc-process-line { display: none; }
  .smc-section { padding: 60px 16px; }
}
@media (min-width: 769px) {
  .smc-mobile-btn { display: none !important; }
  .smc-mobile-drawer, .smc-mobile-overlay { display: none !important; }
}