.elementor-48946 .elementor-element.elementor-element-0b9ec55{margin-top:030px;margin-bottom:0px;}.elementor-48946 .elementor-element.elementor-element-ee2d66c > .elementor-widget-container{margin:060px 0px 0px 0px;}.elementor-48946 .elementor-element.elementor-element-10258ac > .elementor-widget-container{background-color:#F1F2F9;padding:040px 0px 040px 0px;}/* Start custom CSS *//* ============================================================
   functionHR – Feature Page: Conversational Employee Feedback
   Datei: fhr-conversational-feedback.css
   ============================================================ */

/* ── Design Tokens ── */
:root {
  --fhr-navy:     #0A1D5C;
  --fhr-black:    #262626;
  --fhr-grey:     #E5E5E5;
  --fhr-light-bg: #f1f2f9;
  --fhr-white:    #ffffff;
  --fhr-border:   #dddfe8;
  --fhr-muted:    #606060;
  --fhr-green:    #17a86b;

  --fhr-font-body: 'Roboto', 'Segoe UI', sans-serif;
  --fhr-font-head: 'Roboto Slab', Georgia, serif;

  --fhr-size-xs:   0.72rem;
  --fhr-size-sm:   0.82rem;
  --fhr-size-base: 0.9rem;
  --fhr-size-md:   1rem;
}

/* ── HERO ── */
.fhr-cf-hero {
  background: transparent;
  padding: 64px 2rem 56px;
}

/* Badge */
.fhr-cf-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--fhr-white);
  border: 1.5px solid var(--fhr-navy);
  color: var(--fhr-navy);
  font-size: var(--fhr-size-xs);
  font-weight: 700;
  padding: 0.4rem 0.9rem;
  border-radius: 100px;
  margin-bottom: 1.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.fhr-cf-badge::before {
  content: '';
  width: 7px; height: 7px;
  background: var(--fhr-navy);
  border-radius: 50%;
  animation: fhr-cf-pulse 2s infinite;
  flex-shrink: 0;
}
@keyframes fhr-cf-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.4; transform: scale(1.5); }
}

.fhr-cf-hero-title {
  font-family: var(--fhr-font-head);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 600;
  font-style: normal;
  color: var(--fhr-black);
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin: 0 0 0.5rem;
}
.fhr-cf-hero-subtitle {
  font-family: var(--fhr-font-body);
  font-size: var(--fhr-size-md);
  font-weight: 400;
  font-style: normal;
  color: var(--fhr-muted);
  margin: 0 0 1.4rem;
}
.fhr-cf-hero-lead {
  font-size: var(--fhr-size-md);
  color: var(--fhr-muted);
  line-height: 1.75;
  margin: 0 0 2rem;
  max-width: 520px;
}
.fhr-cf-hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.fhr-cf-hero-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: var(--fhr-size-base);
  color: var(--fhr-black);
  line-height: 1.6;
}
.fhr-cf-hero-bullets li::before {
  content: '✓';
  color: var(--fhr-black);
  font-weight: 700;
  font-size: var(--fhr-size-md);
  flex-shrink: 0;
  margin-top: 1px;
}

/* Hero CTA Button */
.fhr-cf-hero-btn {
  display: inline-block;
  background: var(--fhr-black);
  color: var(--fhr-white) !important;
  font-size: var(--fhr-size-md);
  font-weight: 600;
  padding: 0.85rem 2rem;
  border-radius: 0.7em;
  text-decoration: none;
  margin-top: 2rem;
  transition: opacity 0.2s;
}
.fhr-cf-hero-btn:hover { opacity: 0.85; text-decoration: underline; }

/* ── TRUST BAR ── */
.fhr-cf-trust-bar {
  background: var(--fhr-navy);
  padding: 1.2rem 2rem;
}
.fhr-cf-trust-bar-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: nowrap;
}
.fhr-cf-trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: var(--fhr-size-sm);
  font-weight: 600;
  color: var(--fhr-white);
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.fhr-cf-trust-icon {
  width: 18px; height: 18px;
  color: var(--fhr-grey);
  flex-shrink: 0;
}

/* ── SECTION GEMEINSAM ── */
.fhr-cf-section-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.fhr-cf-label {
  display: block;
  font-size: var(--fhr-size-xs);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fhr-navy);
  margin-bottom: 0.8rem;
}
.fhr-cf-section-title {
  font-family: var(--fhr-font-head);
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 600;
  font-style: normal;
  color: var(--fhr-black);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 0.9rem;
  max-width: 680px;
}
.fhr-cf-section-desc {
  font-size: var(--fhr-size-md);
  color: var(--fhr-muted);
  max-width: 600px;
  line-height: 1.75;
  margin: 0 0 2.8rem;
}

/* ── BENEFITS ── */
.fhr-cf-section-benefits {
  background: var(--fhr-light-bg);
  padding: 72px 2rem;
}
.fhr-cf-benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}
.fhr-cf-benefit {
  background: var(--fhr-white);
  border-left: 3px solid var(--fhr-navy);
  border-radius: 0 14px 14px 0;
  padding: 1.8rem;
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  transition: box-shadow 0.2s, transform 0.2s;
}
.fhr-cf-benefit:hover {
  box-shadow: 0 8px 32px rgba(10,29,92,0.08);
  transform: translateY(-2px);
}
.fhr-cf-benefit-icon {
  width: 44px; height: 44px;
  flex-shrink: 0;
  background: var(--fhr-light-bg);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.fhr-cf-benefit-body h3 {
  font-family: var(--fhr-font-head) !important;
  font-size: var(--fhr-size-md) !important;
  font-weight: 600 !important;
  font-style: normal !important;
  color: var(--fhr-navy) !important;
  margin: 0 0 0.4rem !important;
}
.fhr-cf-benefit-body p {
  font-size: var(--fhr-size-base);
  color: var(--fhr-muted);
  line-height: 1.65;
  margin: 0;
}

/* ── PROCESS ── */
.fhr-cf-section-process {
  background: var(--fhr-white);
  padding: 72px 2rem;
  border-top: 3px solid var(--fhr-navy);
}
.fhr-cf-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 680px;
}
.fhr-cf-step {
  display: flex;
  gap: 1.2rem;
  align-items: stretch;
}
.fhr-cf-step-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.fhr-cf-step-num {
  width: 36px; height: 36px;
  background: var(--fhr-navy);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fhr-font-head);
  font-size: var(--fhr-size-base);
  font-weight: 600;
  color: var(--fhr-white);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.fhr-cf-step-line {
  width: 1px;
  flex: 1;
  background: var(--fhr-border);
  margin: 4px 0;
  min-height: 16px;
}
.fhr-cf-step:last-child .fhr-cf-step-line { display: none; }
.fhr-cf-step-body {
  padding: 0.3rem 0 2rem;
}
.fhr-cf-step:last-child .fhr-cf-step-body { padding-bottom: 0; }
.fhr-cf-step-body strong {
  display: block;
  font-family: var(--fhr-font-head);
  font-size: var(--fhr-size-md);
  font-weight: 600;
  color: var(--fhr-navy);
  margin-bottom: 0.3rem;
}
.fhr-cf-step-body span {
  font-size: var(--fhr-size-base);
  color: var(--fhr-muted);
  line-height: 1.7;
}

/* ── SICHERHEIT ── */
.fhr-cf-section-security {
  background: var(--fhr-light-bg);
  padding: 72px 2rem 48px;
}
.fhr-cf-security-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}
.fhr-cf-sec-box {
  background: var(--fhr-white);
  border-radius: 14px;
  padding: 2rem;
  border: 1px solid var(--fhr-border);
}
.fhr-cf-sec-box-title {
  font-family: var(--fhr-font-head) !important;
  font-size: var(--fhr-size-md) !important;
  font-weight: 600 !important;
  font-style: normal !important;
  color: var(--fhr-navy) !important;
  margin: 0 0 1.2rem !important;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--fhr-border);
}
.fhr-cf-sec-list {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.fhr-cf-sec-list li {
  font-size: var(--fhr-size-base);
  color: var(--fhr-black);
  line-height: 1.65;
  padding-left: 1.1rem;
  position: relative;
}
.fhr-cf-sec-list li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: var(--fhr-navy);
  font-weight: 700;
}

/* ── ISO-BADGE BLOCK ── */
/* Kein Section-Wrapper – Abstände werden über Elementor gesteuert */
.fhr-cf-iso-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  gap: 1.2rem;
  align-items: stretch;
}
.fhr-cf-iso-badge {
  flex: 0 0 220px;
  min-width: 220px;
  background: var(--fhr-white);
  border-radius: 12px;
  padding: 1.75rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fhr-cf-iso-cards {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}
.fhr-cf-iso-item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  background: var(--fhr-white);
  border-radius: 12px;
  padding: 1rem 1.25rem;
}
.fhr-cf-iso-item strong {
  display: block;
  font-size: var(--fhr-size-base);
  color: var(--fhr-navy);
  margin-bottom: 0.2rem;
  font-weight: 600;
}
.fhr-cf-iso-item p {
  font-size: var(--fhr-size-sm);
  color: var(--fhr-muted);
  margin: 0;
  line-height: 1.45;
}

/* ── CTA ── */
.fhr-cf-cta-section {
  background: var(--fhr-navy);
  padding: 80px 2rem;
  text-align: center;
}
.fhr-cf-cta-box {
  max-width: 700px;
  margin: 0 auto;
}
.fhr-cf-cta-box h2 {
  font-family: var(--fhr-font-head) !important;
  font-size: clamp(1.4rem, 3vw, 1.9rem) !important;
  font-weight: 600 !important;
  font-style: normal !important;
  color: var(--fhr-white) !important;
  margin: 0 0 1rem !important;
  letter-spacing: -0.02em;
}
.fhr-cf-cta-box p {
  color: rgba(255,255,255,0.65);
  font-size: var(--fhr-size-md);
  margin: 0 0 2rem;
}
.fhr-cf-cta-btn {
  display: inline-block;
  background: var(--fhr-grey);
  color: var(--fhr-navy) !important;
  font-size: var(--fhr-size-md);
  font-weight: 700;
  padding: 0.95rem 2rem;
  border-radius: 10px;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.15s;
}
.fhr-cf-cta-btn:hover { transform: translateY(-2px); text-decoration: underline; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .fhr-cf-hero-lead     { max-width: 100%; }
  .fhr-cf-security-grid { grid-template-columns: 1fr; }
  .fhr-cf-iso-cards     { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .fhr-cf-iso-grid      { flex-direction: column; }
  .fhr-cf-iso-badge     { flex: none; min-width: 0; flex-direction: row; gap: 1.5rem; justify-content: flex-start; }
}
@media (max-width: 768px) {
  .fhr-cf-benefits { grid-template-columns: 1fr; }
  .fhr-cf-trust-bar-inner {
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
    margin: 0 auto;
    gap: 0.75rem;
  }
}
@media (max-width: 600px) {
  .fhr-cf-hero               { padding: 40px 1rem 36px; }
  .fhr-cf-section-benefits   { padding: 48px 1rem; }
  .fhr-cf-section-process    { padding: 48px 1rem; }
  .fhr-cf-section-security   { padding: 48px 1rem 32px; }
  .fhr-cf-cta-section        { padding: 48px 1rem; }
}/* End custom CSS */