@import url("freelancer-v2.css?v=20260707-2");

.employer-cost-pro-page {
  background:
    radial-gradient(circle at 84% 5%, rgba(25,184,122,.17), transparent 29rem),
    radial-gradient(circle at 8% 34%, rgba(36,95,229,.11), transparent 31rem),
    linear-gradient(180deg,#f8fbff 0,#eff7fb 54rem,#f8fbff 100%);
}

.employer-cost-pro-page .header-cta,
.employer-cost-pro-page .btn-primary {
  background-color: #0b3062;
  background-image: linear-gradient(120deg,#071b35,#245fe5 56%,#18b982);
}

.employer-cost-pro-page .skip-link {
  color: #fff;
  background: #071b35;
}

.employer-cost-pro-page .skip-link:focus { outline: 3px solid #19b87a; }
.employer-cost-pro-page .rate-hero h1 { max-width: 820px; }
.employer-cost-pro-page .rate-preview {
  background-color: #071b35;
  background-image: linear-gradient(155deg,#071b35 0,#103765 62%,#0c7b65 130%);
}

.employer-preview-head b,
.employer-capacity strong { overflow-wrap: anywhere; }
.employer-preview-head em { color: #e1fff3; background: rgba(25,184,122,.22); }
.employer-cost-pro-page .preview-footer span { color: #3e5b78; }

.employer-stack {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
  margin: 20px 0;
}

.employer-stack div {
  min-width: 0;
  padding: 14px 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  color: #fff;
  background: rgba(255,255,255,.08);
}

.employer-stack span {
  display: block;
  margin-bottom: 6px;
  color: #bdd2e8;
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.employer-stack strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: .98rem;
  line-height: 1.2;
}

.salary-bars {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 11px;
  margin: 18px 0;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.07);
}

.salary-bars div {
  display: grid;
  grid-template-columns: 105px 1fr;
  align-items: center;
  gap: 12px;
}

.salary-bars span {
  color: #bdd2e8;
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.salary-bars i {
  height: 11px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.15);
}

.salary-bars b {
  display: block;
  width: 40%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg,#1dd88b,#55b7ff,#eebd43);
}

.employer-form .employer-presets {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 10px;
  margin: 22px 0 23px;
}

.employer-form .employer-presets button {
  min-height: 48px;
  border: 1px solid #cbdced;
  border-radius: 999px;
  color: #071b35;
  background: #fff;
  font-weight: 900;
  cursor: pointer;
}

.employer-form .employer-presets button:hover,
.employer-form .employer-presets button[aria-pressed="true"] {
  border-color: #8db8dd;
  background: #edf6ff;
}

.employer-cost-pro-page .rate-input select {
  width: 100%;
  min-width: 0;
  min-height: 51px;
  padding: 0 14px;
  border: 0;
  outline: 0;
  color: #071b35;
  background: transparent;
  font-weight: 850;
}

.employer-checks {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px;
  padding: 0 18px 20px;
}

.employer-checks label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid #d6e3f0;
  border-radius: 15px;
  color: #17334f;
  background: #fff;
  font-size: .84rem;
  font-weight: 850;
}

.employer-checks input {
  width: 18px;
  height: 18px;
  accent-color: #19b87a;
}

.employer-cost-pro-page .field-stack label > small,
.employer-cost-pro-page .advanced-grid label > small,
.employer-cost-pro-page .privacy-note { color: #4f6680; }
.employer-cost-pro-page .rate-advanced summary small { color: #475f7a; }

.employer-result .badge {
  flex: 0 0 auto;
  max-width: 152px;
  padding: 8px 10px;
  border-radius: 999px;
  color: #cffff0;
  background: rgba(25,184,122,.20);
  font-size: .68rem;
  font-weight: 950;
  line-height: 1.2;
  text-align: center;
}

.employer-result .badge.warning { color: #fff4cf; background: rgba(238,189,67,.20); }
.employer-result .badge.risk { color: #ffe3e3; background: rgba(248,113,113,.18); }
.employer-result-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.employer-result-grid div { min-height: 90px; }
.employer-result-grid span { min-height: auto; }
.employer-result-grid strong {
  overflow-wrap: anywhere;
  font-size: 1.02rem;
  line-height: 1.2;
}

.employer-meter { color: #071b35; }
.employer-meter p { color: #506882; font-weight: 750; }
.employer-result .rate-interpretation strong { color: #fff; }
.employer-cost-pro-page .rate-result {
  background-color: #071b35;
  background-image: linear-gradient(160deg,#071b35,#0c2c53 72%,#0d3f5e);
}

.employer-result-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  margin-top: 14px;
}

.employer-result-actions a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 15px;
  color: #071b35;
  background: #fff;
  text-decoration: none;
  font-size: .84rem;
  font-weight: 900;
}

.employer-result-actions a::after {
  content: "→";
  color: #19b87a;
  font-weight: 950;
}

.employer-cost-pro-page .scenario-table table { min-width: 760px; }
.employer-cost-pro-page .scenario-table td:nth-child(2),
.employer-cost-pro-page .scenario-table td:nth-child(3) {
  color: #071b35;
  font-weight: 900;
}

.employer-cost-pro-page .seo-dark {
  background-color: #071b35;
  background-image: linear-gradient(140deg,#071b35,#10375f);
}

.employer-cost-pro-page .cost-grid article,
.employer-cost-pro-page .mistake-grid article,
.employer-cost-pro-page .checklist div { min-height: 148px; }
.employer-cost-pro-page .footer { margin-top: 72px; }
.employer-cost-pro-page .footer-links { gap: 11px; }
.employer-cost-pro-page .footer-links a {
  display: block;
  line-height: 1.35;
}

@media (max-width: 1080px) {
  .employer-form .employer-presets { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .employer-stack { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .employer-cost-pro-page .rate-hero { padding: 12px 0 10px; }
  .employer-cost-pro-page .breadcrumb { display: none; }
  .employer-cost-pro-page .rate-hero h1 {
    max-width: 390px;
    font-size: clamp(2.05rem, 10.2vw, 2.85rem);
    line-height: 1;
  }
  .employer-cost-pro-page .rate-hero .lead {
    margin-top: 10px;
    font-size: .88rem;
    line-height: 1.45;
  }
  .employer-cost-pro-page .hero-actions { display: none; }
  .employer-cost-pro-page .hero-trust { display: none; }
  .employer-cost-pro-page .rate-form,
  .employer-cost-pro-page .rate-result { padding: 22px 18px; }
  .employer-cost-pro-page .form-heading h2,
  .employer-cost-pro-page .result-heading h2 { font-size: 1.52rem; }
  .employer-cost-pro-page .form-intro {
    margin: 10px 0 14px;
    font-size: .84rem;
    line-height: 1.45;
  }
  .employer-cost-pro-page .scenario-table {
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .employer-cost-pro-page .scenario-table::after {
    content: "posuňte tabulku do strany";
    display: block;
    padding: 8px 12px 10px;
    color: #52708d;
    background: #f5fbff;
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
  }
  .employer-form .employer-presets,
  .employer-checks,
  .employer-result-grid { grid-template-columns: 1fr; }
  .employer-result .badge { display: none; }
  .employer-result-grid div,
  .employer-cost-pro-page .cost-grid article,
  .employer-cost-pro-page .mistake-grid article,
  .employer-cost-pro-page .checklist div { min-height: auto; }
}
