/* Careers page styles. */
.cr-hero { padding: 112px 0 96px; background: linear-gradient(180deg, #FDFDFE, var(--off-white-60)); border-bottom: 1px solid var(--color-border); position: relative; overflow: hidden; }
.cr-hero::before { content: ''; position: absolute; top: -240px; left: 50%; transform: translateX(-50%); width: 1200px; height: 600px; background: radial-gradient(ellipse at center, rgba(30,122,43,0.08), transparent 60%); pointer-events: none; }
.cr-hero-inner { position: relative; max-width: 900px; margin: 0 auto; text-align: center; }
.cr-hero .kicker.green { color: var(--green-text); }
.cr-hero h1 { font-family: var(--font-display); font-weight: 600; font-size: 64px; line-height: 1.03; letter-spacing: -0.025em; margin: 20px 0 18px; }
.cr-hero p.lead { font-size: 20px; color: var(--color-text-muted); line-height: 1.5; max-width: 720px; margin: 0 auto; }

.cr-why { padding: 104px 0; }
.cr-why-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 72px; align-items: start; }
.cr-why-grid h2 { font-family: var(--font-display); font-weight: 600; font-size: 42px; letter-spacing: -0.02em; line-height: 1.1; margin-top: 16px; }
.cr-why-grid p.lead { font-size: 16.5px; color: var(--color-text-muted); line-height: 1.6; margin-top: 18px; max-width: 440px; }
.cr-why-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cr-why-card { padding: 26px 24px; background: #fff; border: 1px solid var(--color-border); border-radius: 16px; display: flex; flex-direction: column; gap: 12px; min-height: 180px; transition: all var(--motion-base) var(--ease-standard); }
.cr-why-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: var(--green-100); }
.cr-why-card .ic { width: 40px; height: 40px; border-radius: 10px; background: var(--green-20); color: #1E7A2B; display: flex; align-items: center; justify-content: center; }
.cr-why-card .ic svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 2; }
.cr-why-card h4 { font-family: var(--font-display); font-weight: 600; font-size: 17px; line-height: 1.25; letter-spacing: -0.005em; }
.cr-why-card p { font-size: 14px; color: var(--color-text-muted); line-height: 1.5; }

.cr-roles { padding: 104px 0; background: var(--off-white-60); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
.cr-roles-head { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: end; margin-bottom: 44px; }
.cr-roles-head h2 { font-family: var(--font-display); font-weight: 600; font-size: 40px; letter-spacing: -0.02em; line-height: 1.1; margin-top: 16px; }
.cr-roles-head p.lead { font-size: 16px; color: var(--color-text-muted); line-height: 1.55; max-width: 480px; }

.cr-empty { background: #fff; border: 1px solid var(--color-border); border-radius: 20px; padding: 72px 56px; display: grid; grid-template-columns: 1fr auto; gap: 56px; align-items: center; box-shadow: var(--shadow-sm); }
.cr-empty-left { max-width: 540px; }
.cr-empty-left .status-chip { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 999px; background: var(--green-20); color: #1E7A2B; font-family: var(--font-display); font-size: 12px; font-weight: 600; letter-spacing: 0.04em; margin-bottom: 18px; }
.cr-empty-left .status-chip .dot { width: 6px; height: 6px; border-radius: 50%; background: #1E7A2B; }
.cr-empty-left h3 { font-family: var(--font-display); font-weight: 600; font-size: 28px; letter-spacing: -0.015em; line-height: 1.15; margin-bottom: 14px; }
.cr-empty-left p { font-size: 16px; color: var(--color-text-muted); line-height: 1.55; margin-bottom: 24px; max-width: 480px; }
.cr-empty-left .ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.cr-empty-right { display: flex; flex-direction: column; gap: 10px; min-width: 260px; }
.cr-empty-right .info-row { display: grid; grid-template-columns: auto 1fr; gap: 14px; padding: 14px 16px; background: var(--off-white-60); border: 1px solid var(--color-border-subtle); border-radius: 12px; align-items: start; }
.cr-empty-right .info-row .ic { width: 30px; height: 30px; border-radius: 8px; background: #fff; color: #1E7A2B; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cr-empty-right .info-row .ic svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 2; }
.cr-empty-right .info-row strong { display: block; font-family: var(--font-display); font-weight: 600; font-size: 13.5px; line-height: 1.3; margin-bottom: 2px; }
.cr-empty-right .info-row span { font-size: 12.5px; color: var(--color-text-muted); line-height: 1.45; }

.cr-how { padding: 104px 0; }
.cr-how-head { max-width: 680px; margin-bottom: 44px; }
.cr-how-head h2 { font-family: var(--font-display); font-weight: 600; font-size: 40px; letter-spacing: -0.02em; line-height: 1.1; margin-top: 16px; margin-bottom: 14px; }
.cr-how-head p.lead { font-size: 16.5px; color: var(--color-text-muted); line-height: 1.55; }
.cr-how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cr-how-card { padding: 32px 28px; background: #fff; border: 1px solid var(--color-border); border-radius: 16px; display: flex; flex-direction: column; gap: 14px; position: relative; overflow: hidden; transition: all var(--motion-base) var(--ease-standard); }
.cr-how-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: var(--green-100); }
.cr-how-card .num { font-family: var(--font-display); font-weight: 700; font-size: 13px; color: var(--green-100); letter-spacing: 0.1em; }
.cr-how-card h4 { font-family: var(--font-display); font-weight: 600; font-size: 20px; line-height: 1.2; letter-spacing: -0.01em; }
.cr-how-card p { font-size: 14.5px; color: var(--color-text-muted); line-height: 1.55; }

.cr-cta { padding: 112px 0; background: var(--gradient-deep); color: #fff; position: relative; overflow: hidden; }
.cr-cta::before { content: ''; position: absolute; inset: 0; background:
  radial-gradient(900px 400px at 80% 0%, rgba(97,206,112,0.14), transparent 55%),
  radial-gradient(700px 320px at 10% 100%, rgba(97,206,112,0.06), transparent 55%);
  pointer-events: none; }
.cr-cta .inner { position: relative; text-align: center; max-width: 720px; margin: 0 auto; }
.cr-cta .kicker { color: var(--green-text); letter-spacing: 0.1em; }
.cr-cta h2 { font-family: var(--font-display); font-weight: 600; font-size: 48px; line-height: 1.08; letter-spacing: -0.025em; margin: 20px 0 18px; color: #fff; }
.cr-cta p { font-size: 17px; color: rgba(255,255,255,0.72); line-height: 1.55; margin-bottom: 32px; }
.cr-cta .ctas { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.cr-cta .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.25); background: rgba(255,255,255,0.04); }
.cr-cta .btn-ghost:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.4); }

@media (max-width: 1020px) {
  .cr-hero h1 { font-size: 48px; }
  .cr-why-grid, .cr-roles-head { grid-template-columns: 1fr; gap: 32px; }
  .cr-empty { grid-template-columns: 1fr; gap: 32px; padding: 48px 36px; }
  .cr-empty-right { min-width: 0; }
  .cr-how-grid { grid-template-columns: 1fr; }
  .cr-cta h2 { font-size: 36px; }
}
@media (max-width: 640px) {
  .cr-hero h1, .cr-why-grid h2, .cr-roles-head h2, .cr-how-head h2 { font-size: 32px; }
  .cr-why-list { grid-template-columns: 1fr; }
}
