/* ============================================================
   Workforce / İşçi Tedariki — Corporate page
   ============================================================ */

.wf-page {
  --wf-navy: #041D3A;
  --wf-navy-2: #082E5C;
  --wf-gold: #C8941F;
  --wf-gold-light: #E8C04A;
}

/* Breadcrumb */
.wf-page .breadcrumb-nav {
  background: var(--wf-navy);
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.wf-page .breadcrumb-item,
.wf-page .breadcrumb-item a { color: rgba(255,255,255,0.65); }
.wf-page .breadcrumb-item.active { color: #fff; }
.wf-page .breadcrumb-item + .breadcrumb-item::before { color: var(--wf-gold); }

/* Hero */
.wf-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center right;
  background-color: var(--wf-navy);
}

.wf-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(4,29,58,0.92) 0%, rgba(4,29,58,0.75) 45%, rgba(4,29,58,0.35) 100%);
}

.wf-hero__content {
  position: relative;
  z-index: 2;
  padding: 56px 0 64px;
  max-width: 680px;
}

.wf-hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--wf-gold-light);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}

.wf-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 18px;
}

.wf-hero p {
  color: rgba(255,255,255,0.82);
  font-size: 17px;
  line-height: 1.75;
  margin: 0 0 28px;
}

.wf-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn-ghost-light {
  background: transparent;
  color: #fff !important;
  border: 2px solid rgba(255,255,255,0.45);
  padding: 14px 28px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius);
  transition: all 0.25s;
}

.btn-ghost-light:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.08);
  color: #fff;
}

.btn-lg {
  padding: 16px 32px;
  font-size: 14px;
}

/* Stats */
.wf-stats {
  background: var(--wf-navy);
  padding: 0;
  margin-top: -1px;
}

.wf-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,0.08);
}

.wf-stat {
  padding: 32px 24px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.08);
}

.wf-stat:last-child { border-right: none; }

.wf-stat__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: rgba(200,148,31,0.15);
  color: var(--wf-gold-light);
  display: grid;
  place-items: center;
  font-size: 22px;
}

.wf-stat__value {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  color: var(--wf-gold-light);
  line-height: 1;
  margin-bottom: 6px;
}

.wf-stat__label {
  font-size: 13px;
  color: rgba(255,255,255,0.72);
}

/* Section shared */
.wf-section {
  padding: clamp(64px, 8vw, 88px) 0;
}

.wf-section:nth-child(even) {
  background: #f8f9fb;
}

.wf-label {
  display: inline-block;
  color: var(--wf-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.wf-section-head {
  margin-bottom: 40px;
}

.wf-section-head--center {
  text-align: center;
}

.wf-section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  color: var(--wf-navy);
  margin: 0;
}

/* Intro */
.wf-intro__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.wf-intro__media {
  position: relative;
}

.wf-intro__media img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  box-shadow: 0 20px 50px rgba(4,29,58,0.15);
}

.wf-intro__badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: var(--wf-navy);
  color: #fff;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.wf-intro__badge i { color: var(--wf-gold-light); }

.wf-intro__content h2 {
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 700;
  color: var(--wf-navy);
  margin-bottom: 18px;
}

.wf-intro__content p {
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 24px;
}

.wf-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wf-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  font-size: 15px;
  color: var(--text);
  border-bottom: 1px solid var(--border);
}

.wf-checklist li i {
  color: var(--wf-gold);
  margin-top: 2px;
  flex-shrink: 0;
}

/* Audience cards */
.wf-audience {
  background: #fff !important;
}

.wf-audience__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.wf-audience-card {
  padding: 40px 36px;
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

.wf-audience-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--wf-gold);
}

.wf-audience-card--employer {
  background: linear-gradient(135deg, #fff 0%, #f8f9fb 100%);
}

.wf-audience-card--worker {
  background: linear-gradient(135deg, var(--wf-navy) 0%, var(--wf-navy-2) 100%);
  color: #fff;
}

.wf-audience-card--worker::before {
  background: var(--wf-gold-light);
}

.wf-audience-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(200,148,31,0.12);
  color: var(--wf-gold);
  display: grid;
  place-items: center;
  font-size: 26px;
  margin-bottom: 20px;
}

.wf-audience-card--worker .wf-audience-card__icon {
  background: rgba(255,255,255,0.1);
  color: var(--wf-gold-light);
}

.wf-audience-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

.wf-audience-card p {
  line-height: 1.75;
  margin-bottom: 24px;
  opacity: 0.88;
}

.wf-audience-card--worker p { color: rgba(255,255,255,0.82); }

.wf-audience-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wf-audience-card--worker .btn-outline-light {
  border-color: rgba(255,255,255,0.45);
  color: #fff;
}

.wf-audience-card--worker .btn-outline-light:hover {
  background: rgba(255,255,255,0.12);
  border-color: #fff;
  color: #fff;
}

/* Process */
.wf-process__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.wf-process-step {
  padding: 28px 22px;
  background: #fff;
  border: 1px solid var(--border);
  position: relative;
  transition: box-shadow 0.25s, transform 0.25s;
}

.wf-process-step:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.wf-process-step__num {
  font-size: 32px;
  font-weight: 700;
  color: rgba(200,148,31,0.25);
  line-height: 1;
  margin-bottom: 12px;
}

.wf-process-step__icon {
  width: 48px;
  height: 48px;
  background: var(--wf-navy);
  color: var(--wf-gold-light);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 22px;
  margin-bottom: 16px;
}

.wf-process-step h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--wf-navy);
  margin-bottom: 10px;
}

.wf-process-step p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0;
}

/* Features */
.wf-features {
  background: var(--wf-navy) !important;
}

.wf-features .wf-label { color: var(--wf-gold-light); }
.wf-features .wf-section-head h2 { color: #fff; }

.wf-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.wf-feature-card {
  padding: 28px 24px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  transition: background 0.25s;
}

.wf-feature-card:hover {
  background: rgba(255,255,255,0.08);
}

.wf-feature-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(200,148,31,0.2);
  color: var(--wf-gold-light);
  display: grid;
  place-items: center;
  font-size: 24px;
  margin-bottom: 16px;
}

.wf-feature-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.wf-feature-card p {
  font-size: 14px;
  color: rgba(255,255,255,0.72);
  line-height: 1.7;
  margin: 0;
}

/* Trades — corporate grid */
.wf-trades {
  background: linear-gradient(180deg, #f0f3f7 0%, #fff 100%) !important;
}

.wf-trades__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.wf-trades__head h2 {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  color: var(--wf-navy);
  margin: 0 0 10px;
}

.wf-trades__desc {
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.7;
  max-width: 560px;
  margin: 0;
}

.wf-trades__badge {
  text-align: center;
  padding: 20px 28px;
  background: var(--wf-navy);
  color: #fff;
  min-width: 140px;
}

.wf-trades__badge strong {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: var(--wf-gold-light);
  line-height: 1;
  margin-bottom: 6px;
}

.wf-trades__badge span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.85;
}

.wf-trades__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.wf-trade-card {
  position: relative;
  padding: 28px 22px 24px;
  background: #fff;
  border: 1px solid var(--border);
  border-top: 3px solid var(--wf-gold);
  box-shadow: 0 4px 20px rgba(4, 29, 58, 0.04);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  min-height: 140px;
  display: flex;
  flex-direction: column;
}

.wf-trade-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(4, 29, 58, 0.1);
  border-color: rgba(200, 148, 31, 0.35);
}

.wf-trade-card__num {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(4, 29, 58, 0.2);
  letter-spacing: 0.06em;
}

.wf-trade-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wf-navy), var(--wf-navy-2));
  color: var(--wf-gold-light);
  display: grid;
  place-items: center;
  font-size: 22px;
  margin-bottom: 16px;
}

.wf-trade-card__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--wf-navy);
  line-height: 1.4;
  margin: 0;
}

/* FAQ */
.wf-faq__list {
  max-width: 800px;
}

/* Form section */
.wf-form-section {
  background: #fff !important;
}

.wf-alert {
  margin-bottom: 28px;
  padding: 14px 18px;
  border-radius: var(--radius);
  font-size: 14px;
}

.alert-error {
  background: #ffebee;
  color: #c62828;
  border: 1px solid #ffcdd2;
}

.wf-form-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 48px;
  align-items: start;
}

.wf-form-aside {
  position: sticky;
  top: 120px;
}

.wf-form-aside h2 {
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 700;
  color: var(--wf-navy);
  margin-bottom: 14px;
}

.wf-form-aside p {
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 24px;
}

.wf-form-aside__list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.wf-form-aside__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  font-size: 14px;
  color: var(--text);
  border-bottom: 1px solid var(--border);
}

.wf-form-aside__list i {
  color: var(--wf-gold);
  width: 20px;
}

.wf-form-card {
  max-width: none;
  margin: 0;
  padding: clamp(28px, 4vw, 40px);
}

.wf-form-block {
  margin-bottom: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border);
}

.wf-form-block:last-of-type {
  border-bottom: none;
  margin-bottom: 20px;
}

.wf-form-block h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--wf-navy);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--wf-gold);
  display: inline-block;
}

.wf-form-checks {
  align-items: center;
}

.wf-form-privacy {
  margin-bottom: 20px;
}

/* CTA */
.wf-cta {
  background: linear-gradient(135deg, var(--wf-navy-2), var(--wf-navy));
  padding: 64px 0;
}

.wf-cta__inner {
  text-align: center;
}

.wf-cta h2 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.wf-cta p {
  color: rgba(255,255,255,0.78);
  margin-bottom: 28px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.wf-cta__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 1200px) {
  .wf-process__grid { grid-template-columns: repeat(2, 1fr); }
  .wf-features__grid { grid-template-columns: repeat(2, 1fr); }
  .wf-trades__grid { grid-template-columns: repeat(3, 1fr); }
  .wf-trades__head { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 992px) {
  .wf-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .wf-stat:nth-child(2) { border-right: none; }
  .wf-stat { border-bottom: 1px solid rgba(255,255,255,0.08); }
  .wf-intro__grid { grid-template-columns: 1fr; }
  .wf-intro__media img { height: 300px; }
  .wf-audience__grid { grid-template-columns: 1fr; }
  .wf-form-layout { grid-template-columns: 1fr; }
  .wf-form-aside { position: static; }
  .wf-trades__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 576px) {
  .wf-process__grid { grid-template-columns: 1fr; }
  .wf-features__grid { grid-template-columns: 1fr; }
  .wf-stats__grid { grid-template-columns: 1fr; }
  .wf-stat { border-right: none; }
  .wf-hero__actions .btn { width: 100%; justify-content: center; }
  .wf-trades__grid { grid-template-columns: 1fr; }
}
