/* ========================================================
   KONTEXT — rabotodavaci.css
   Styles specific to pages/rabotodavaci.php
   ======================================================== */

/* ── BREADCRUMB ── */
.breadcrumb {
  background: var(--gray-light);
  border-bottom: 1px solid var(--gray-mid);
  padding: 10px 60px;
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: var(--gray-text);
}
.breadcrumb a { color: var(--gray-text); transition: color .2s; }
.breadcrumb a:hover { color: var(--yellow-dark); }
.breadcrumb span { color: var(--black); font-weight: 600; }

/* ── SHARED LABELS ── */
.section-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--yellow-dark); margin-bottom: 6px;
}
.section-title { font-size: 26px; font-weight: 800; color: var(--black); margin-bottom: 20px; line-height: 1.2; }
.section-text  { font-size: 14px; color: var(--gray-text); line-height: 1.8; margin-bottom: 16px; }

/* ── HERO ── */
.rb-hero { background: var(--yellow); display: grid; grid-template-columns: 1fr 1fr; min-height: 420px; overflow: hidden; }
.rb-hero-content { padding: 52px 40px 52px 60px; display: flex; flex-direction: column; justify-content: center; }
.rb-hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.4); color: var(--black);
  border: 1.5px solid rgba(0,0,0,0.2);
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; padding: 5px 12px; border-radius: 20px;
  margin-bottom: 18px; width: fit-content;
}
.rb-hero-badge img { width: 14px; height: 14px; object-fit: contain; }
.rb-hero-h1 { font-size: 44px; font-weight: 800; line-height: 1.05; color: var(--black); margin-bottom: 10px; }
.rb-hero-desc { font-size: 15px; color: rgba(0,0,0,0.65); margin-bottom: 28px; line-height: 1.7; max-width: 460px; }
.rb-hero-pills { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.rb-pill { background: rgba(0,0,0,0.08); color: var(--black); font-size: 12px; font-weight: 600; padding: 6px 14px; border-radius: 20px; }
.rb-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.rb-hero-img { position: relative; overflow: hidden; }
.rb-hero-img img { width: 100%; height: 100%; object-fit: cover; }
.rb-hero-img::after {
  content: ''; position: absolute; top: 0; left: 0; bottom: 0; width: 100px;
  background: linear-gradient(to right, var(--yellow), transparent);
}

/* ── TRUST BAR ── */
.rb-trust-bar { background: var(--black); padding: 16px 60px; display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.rb-trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.75); font-weight: 500; }
.rb-trust-icon { width: 16px; height: 16px; object-fit: contain; }

/* ── WARNING BANNER ── */
.rb-warning-banner {
  background: var(--gray-light); border-bottom: 1px solid var(--gray-mid);
  padding: 20px 60px; display: flex; align-items: flex-start; gap: 16px;
}
.rb-warning-banner-icon { font-size: 24px; flex-shrink: 0; }
.rb-warning-banner-icon img { width: 24px;}
.rb-warning-banner-title { font-size: 15px; font-weight: 700; color: var(--black); margin-bottom: 6px; }
.rb-warning-banner-text { font-size: 13px; color: var(--gray-text); line-height: 1.7; }
.rb-warning-banner-text strong { color: var(--black); }

/* ── MAIN LAYOUT ── */
.rb-main { display: grid; grid-template-columns: 1fr 360px; gap: 48px; padding: 56px 60px; max-width: 1300px; margin: 0 auto; }
.rb-section { margin-bottom: 48px; }

/* ── TYPES GRID ── */
.rb-types-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 24px; }
.rb-type-card { border: 1.5px solid var(--gray-mid); border-radius: 8px; padding: 20px; border-top: 3px solid var(--yellow); }
.rb-type-icon { font-size: 26px; margin-bottom: 10px; }
.rb-type-icon img { width: 26px; height: 26px; object-fit: contain; }
.rb-type-title { font-size: 15px; font-weight: 700; color: var(--black); margin-bottom: 6px; }
.rb-type-desc { font-size: 13px; color: var(--gray-text); line-height: 1.6; }

/* ── BRANCHEN ── */
.rb-branchen-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 24px; }
.rb-branche-item {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 14px; border: 1px solid var(--gray-mid); border-radius: 6px;
  font-size: 13px; font-weight: 600; color: var(--black);
}
.rb-branche-icon { width: 16px; height: 16px; object-fit: contain; flex-shrink: 0; }

.rb-note-box {
  padding: 14px 18px; background: var(--gray-light);
  border-left: 3px solid var(--yellow); border-radius: 0 6px 6px 0;
  font-size: 13px; color: var(--gray-text); line-height: 1.6;
}

/* ── LEISTUNGEN ── */
.rb-leistungen-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.rb-leistung-item {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 14px 16px; background: var(--gray-light); border-radius: 8px; font-size: 13px; color: var(--black);
}
.rb-leistung-check {
  width: 22px; height: 22px; border-radius: 50%; background: var(--yellow);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; flex-shrink: 0; margin-top: 1px;
}

/* ── PROCESS ── */
.rb-process-list { display: flex; flex-direction: column; gap: 0; margin-bottom: 32px; }
.rb-process-item { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--gray-mid); }
.rb-process-item:last-child { border-bottom: none; }
.rb-process-num {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--yellow); color: var(--black);
  font-size: 15px; font-weight: 800; display: flex;
  align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px;
}
.rb-process-title { font-size: 15px; font-weight: 700; color: var(--black); margin-bottom: 5px; }
.rb-process-desc { font-size: 13px; color: var(--gray-text); line-height: 1.6; }

/* ── DAUER TABLE ── */
.rb-dauer-table { width: 100%; border-collapse: collapse; margin-bottom: 24px; font-size: 13px; }
.rb-dauer-table th {
  padding: 12px 16px; text-align: left; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em; background: var(--black); color: var(--white);
}
.rb-dauer-table th:first-child { border-radius: 6px 0 0 0; }
.rb-dauer-table th:last-child { border-radius: 0 6px 0 0; }
.rb-dauer-table td { padding: 11px 16px; border-bottom: 1px solid var(--gray-mid); color: var(--gray-text); }
.rb-dauer-table tr:last-child td { border-bottom: none; }
.rb-dauer-table tr:nth-child(even) td { background: var(--gray-light); }
.rb-dauer-table td:first-child { font-weight: 700; color: var(--black); width: 35%; }

.rb-recommendation-box {
  padding: 14px 18px; background: #FFF8E1; border: 1.5px solid var(--yellow);
  border-radius: 8px; font-size: 13px; color: var(--black); line-height: 1.7;
}

/* ── VORABZUSTIMMUNG ── */
.rb-vorab-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 24px; }
.rb-vorab-card { border: 1.5px solid var(--gray-mid); border-radius: 8px; padding: 20px; border-top: 3px solid var(--yellow); }
.rb-vorab-icon { font-size: 20px; margin-bottom: 10px; }
.rb-vorab-icon img { width: 20px; height: 20px; object-fit: contain; }
.rb-vorab-title { font-size: 15px; font-weight: 700; color: var(--black); margin-bottom: 8px; }
.rb-vorab-text { font-size: 13px; color: var(--gray-text); line-height: 1.7; margin-bottom: 12px; }
.rb-check-list { list-style: none; font-size: 12px; color: var(--gray-text); line-height: 2; }

/* ── IRIS ── */
.rb-iris-box {
  background: #FFFBF0; border: 2px solid var(--yellow); border-radius: 10px;
  padding: 20px 24px; display: flex; align-items: flex-start; gap: 14px;
}
.rb-iris-icon { font-size: 28px; flex-shrink: 0; }
.rb-iris-icon img { width: 28px; height: 28px; object-fit: contain; }
.rb-iris-title { font-size: 14px; font-weight: 700; color: var(--black); margin-bottom: 5px; }
.rb-iris-text { font-size: 13px; color: var(--gray-text); line-height: 1.6; }
.rb-iris-text a { color: var(--yellow-dark); font-weight: 600; }

/* ── SIDEBAR ── */
.rb-sidebar-sticky { position: sticky; top: 84px; display: flex; flex-direction: column; gap: 20px; }

.rb-contact-form { background: var(--white); border: 2px solid var(--yellow); border-radius: 12px; padding: 24px; }
.rb-contact-form-title { font-size: 18px; font-weight: 800; color: var(--black); margin-bottom: 4px; }
.rb-contact-form-sub { font-size: 12px; color: var(--gray-text); margin-bottom: 20px; line-height: 1.5; }

.rb-form-group { margin-bottom: 14px; }
.rb-form-label { font-size: 11px; font-weight: 700; color: var(--black); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 5px; display: block; }
.rb-form-input {
  width: 100%; padding: 10px 12px; border: 1.5px solid var(--gray-mid); border-radius: 6px;
  font-family: var(--font); font-size: 13px; color: var(--black); background: var(--white); transition: border-color .2s;
}
.rb-form-input:focus { outline: none; border-color: var(--yellow); }
.rb-form-select {
  width: 100%; padding: 10px 12px; border: 1.5px solid var(--gray-mid); border-radius: 6px;
  font-family: var(--font); font-size: 13px; color: var(--black); background: var(--white);
  cursor: pointer; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center; padding-right: 36px;
}
.rb-form-select:focus { outline: none; border-color: var(--yellow); }
.rb-form-textarea {
  width: 100%; padding: 10px 12px; border: 1.5px solid var(--gray-mid); border-radius: 6px;
  font-family: var(--font); font-size: 13px; color: var(--black); background: var(--white);
  transition: border-color .2s; resize: vertical; min-height: 80px;
}
.rb-form-textarea:focus { outline: none; border-color: var(--yellow); }
.rb-btn-submit {
  width: 100%; background: var(--yellow); color: var(--black);
  font-family: var(--font); font-size: 14px; font-weight: 800; padding: 14px; border-radius: 6px;
  border: none; cursor: pointer; letter-spacing: 0.04em; text-transform: uppercase; transition: background .2s; margin-top: 4px;
}
.rb-btn-submit:hover    { background: var(--yellow-dark); }
.rb-btn-submit:disabled { opacity: 0.6; cursor: not-allowed; }
.rb-form-note { font-size: 11px; color: var(--gray-text); text-align: center; margin-top: 10px; line-height: 1.5; }
.rb-form-success {
  display: none; background: #F1F8F1; border: 1.5px solid var(--green); border-radius: 8px;
  padding: 16px; text-align: center; font-size: 14px; font-weight: 600; color: var(--green); margin-top: 12px;
}
.rb-form-error {
  display: none; background: #FFF0F0; border: 1.5px solid #E53935; border-radius: 8px;
  padding: 14px; text-align: center; font-size: 13px; color: #C62828; margin-top: 12px;
}

/* ── KONTAKT CARD ── */
.rb-kontakt-card { background: var(--black); border-radius: 10px; padding: 22px; }
.rb-kontakt-card-title { font-size: 15px; font-weight: 700; color: var(--white); margin-bottom: 14px; }
.rb-kontakt-row { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: rgba(255,255,255,0.65); margin-bottom: 10px; line-height: 1.5; }
.rb-kontakt-row:last-child { margin-bottom: 0; }
.rb-kontakt-icon { width: 14px; height: 14px; object-fit: contain; flex-shrink: 0; margin-top: 1px; }
.rb-kontakt-row a { color: var(--yellow); }

/* ── ERFAHRUNG CARD ── */
.rb-erfahrung-card { background: var(--gray-light); border-radius: 10px; padding: 20px; border: 1px solid var(--gray-mid); }
.rb-erfahrung-card-title { font-size: 14px; font-weight: 700; color: var(--black); margin-bottom: 14px; }
.rb-erfahrung-row { display: flex; justify-content: space-between; align-items: flex-start; padding: 8px 0; border-bottom: 1px solid var(--gray-mid); font-size: 12px; gap: 8px; }
.rb-erfahrung-row:last-child { border-bottom: none; }
.rb-erfahrung-label { color: var(--gray-text); flex-shrink: 0; }
.rb-erfahrung-val { font-weight: 600; color: var(--black); text-align: right; }

/* ── BOTTOM CTA ── */
.rb-bottom-cta { background: var(--yellow); padding: 28px 60px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.rb-bottom-cta-icon { font-size: 22px; }
.rb-bottom-cta-icon img { width: 22px; height: 22px; object-fit: contain; }
.rb-bottom-cta-title { font-size: 17px; font-weight: 700; color: var(--black); margin-bottom: 3px; }
.rb-bottom-cta-desc { font-size: 13px; color: rgba(0,0,0,0.55); }
.rb-bottom-cta-btns { display: flex; gap: 10px; flex-shrink: 0; }
.rb-btn-cta-dark {
  background: var(--black); color: var(--white); font-size: 13px; font-weight: 700;
  padding: 12px 22px; border-radius: 4px; letter-spacing: 0.05em; text-transform: uppercase; display: inline-block; transition: background .2s;
}
.rb-btn-cta-dark:hover { background: #333; }
.rb-btn-cta-outline {
  background: transparent; color: var(--black); font-size: 13px; font-weight: 700;
  padding: 11px 22px; border-radius: 4px; letter-spacing: 0.05em; text-transform: uppercase;
  border: 2px solid rgba(0,0,0,0.3); display: inline-block;
}
.rb-btn-cta-outline:hover { border-color: var(--black); }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .rb-main { grid-template-columns: 1fr; }
  .rb-sidebar-sticky { position: static; }
  .rb-types-grid { grid-template-columns: 1fr; }
  .rb-branchen-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .breadcrumb        { padding: 10px 24px; }
  .rb-hero           { grid-template-columns: 1fr; min-height: auto; position: relative; }
  .rb-hero-img       { position: relative; height: 240px; order: 1; }
  .rb-hero-img::after { display: none; }
  .rb-hero-content   { order: 2; padding: 36px 24px; position: relative; z-index: 1; }
  .rb-hero-h1        { font-size: 32px; }
  .rb-trust-bar      { padding: 14px 24px; gap: 20px; }
  .rb-warning-banner { padding: 16px 24px; }
  .rb-main           { padding: 36px 24px; gap: 32px; }
  .rb-branchen-grid  { grid-template-columns: 1fr; }
  .rb-vorab-grid     { grid-template-columns: 1fr; }
  .rb-bottom-cta     { padding: 28px 24px; flex-direction: column; align-items: flex-start; }
}
@media (max-width: 540px) {
  .rb-bottom-cta-btns { flex-direction: column; width: 100%; }
}
