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

.dpp-dpc-pro-page {
  background:
    radial-gradient(circle at 86% 4%, rgba(25,184,122,.15), transparent 28rem),
    radial-gradient(circle at 8% 32%, rgba(36,95,229,.11), transparent 30rem),
    linear-gradient(180deg,#f8fbff 0,#eff7fb 55rem,#f8fbff 100%);
}

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

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

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

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

.dpp-capacity {
  grid-template-columns: minmax(0,1fr) 20px minmax(0,1fr) 20px minmax(0,1fr);
}

.dpp-limit-visual {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 105px 1fr 96px;
  align-items: center;
  gap: 12px;
  margin: 18px 0;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.07);
}

.dpp-limit-visual span,
.dpp-limit-visual strong {
  color: #bdd2e8;
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.dpp-limit-visual i {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
}

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

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

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

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

.dpp-dpc-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;
}

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

.dpp-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;
}

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

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

.dpp-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;
}

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

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

.dpp-result-checks {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.dpp-result-checks p {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 15px;
  color: #dbeaf7;
  background: rgba(255,255,255,.08);
  font-size: .84rem;
  font-weight: 850;
  line-height: 1.45;
}

.dpp-result-checks p.ok { color: #cffff0; background: rgba(25,184,122,.16); }
.dpp-result-checks p.warn { color: #fff4cf; background: rgba(238,189,67,.16); }
.dpp-result-checks p.risk { color: #ffe3e3; background: rgba(248,113,113,.16); }

.dpp-summary-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 13px;
  margin-top: 24px;
}

.dpp-summary-grid article {
  min-height: 142px;
  padding: 20px;
  border: 1px solid #d3e1ee;
  border-radius: 19px;
  background: #f8fbfe;
}

.dpp-summary-grid span {
  display: inline-flex;
  margin-bottom: 11px;
  padding: 6px 8px;
  border-radius: 999px;
  color: #0d7a64;
  background: rgba(25,184,122,.12);
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.dpp-summary-grid strong {
  display: block;
  color: #071b35;
  font-size: 1.04rem;
  line-height: 1.3;
}

.dpp-summary-grid p {
  margin: 9px 0 0;
  color: #536d86;
  font-size: .84rem;
  line-height: 1.6;
}

.dpp-dpc-pro-page .scenario-table table { min-width: 760px; }
.dpp-dpc-pro-page .scenario-table td:nth-child(2) { font-weight: 900; color: #071b35; }
.dpp-dpc-pro-page .seo-dark {
  background-color: #071b35;
  background-image: linear-gradient(140deg,#071b35,#10375f);
}
.dpp-dpc-pro-page .checklist div,
.dpp-dpc-pro-page .mistake-grid article,
.dpp-dpc-pro-page .dpp-summary-grid article { min-height: 142px; }
.dpp-dpc-pro-page .footer { margin-top: 72px; }
.dpp-dpc-pro-page .footer-links { gap: 11px; }
.dpp-dpc-pro-page .footer-links a { display: block; line-height: 1.35; }
.dpp-dpc-pro-page .related-grid a {
  display: flex;
  flex-direction: column;
  min-height: 145px;
  padding: 20px;
  border: 1px solid #cfdeed;
  border-radius: 18px;
  color: #071b35;
  background:
    radial-gradient(circle at 94% 18%, rgba(25,184,122,.10), transparent 7rem),
    #fff;
  text-decoration: none;
  transition: transform .2s,border-color .2s,box-shadow .2s;
}
.dpp-dpc-pro-page .related-grid a::before {
  content: "→";
  align-self: flex-end;
  color: #18b982;
  font-weight: 950;
}
.dpp-dpc-pro-page .related-grid a span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-top: 4px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg,#071b35,#18b982);
  font-size: .78rem;
  font-weight: 950;
}
.dpp-dpc-pro-page .related-grid a strong {
  display: block;
  margin-top: 14px;
  font-size: 1rem;
  line-height: 1.25;
}
.dpp-dpc-pro-page .related-grid a small {
  display: block;
  margin-top: 8px;
  color: #526b86;
  line-height: 1.45;
  font-weight: 750;
}
.dpp-dpc-pro-page .related-grid a:hover {
  transform: translateY(-3px);
  border-color: #8db8dd;
  box-shadow: 0 13px 25px rgba(15,55,94,.1);
}

@media (max-width: 1080px) {
  .dpp-form .dpp-presets { grid-template-columns: 1fr; }
  .dpp-summary-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .dpp-dpc-pro-page .rate-hero { padding: 12px 0 10px; }
  .dpp-dpc-pro-page .breadcrumb { display: none; }
  .dpp-dpc-pro-page .rate-hero h1 {
    max-width: 390px;
    font-size: clamp(2.05rem, 10.2vw, 2.85rem);
    line-height: 1;
  }
  .dpp-dpc-pro-page .rate-hero .lead {
    margin-top: 10px;
    font-size: .88rem;
    line-height: 1.45;
  }
  .dpp-dpc-pro-page .hero-actions,
  .dpp-dpc-pro-page .hero-trust,
  .dpp-dpc-pro-page .rate-preview {
    display: none;
  }
  .dpp-dpc-pro-page .rate-form,
  .dpp-dpc-pro-page .rate-result { padding: 22px 18px; }
  .dpp-dpc-pro-page .form-heading h2,
  .dpp-dpc-pro-page .result-heading h2 { font-size: 1.52rem; }
  .dpp-dpc-pro-page .form-intro {
    margin: 10px 0 14px;
    font-size: .84rem;
    line-height: 1.45;
  }
  .dpp-dpc-pro-page .scenario-table {
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .dpp-dpc-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;
  }
  .dpp-checks,
  .dpp-result-grid { grid-template-columns: 1fr; }
  .dpp-result .badge { display: none; }
  .dpp-result-grid div,
  .dpp-dpc-pro-page .checklist div,
  .dpp-dpc-pro-page .mistake-grid article,
  .dpp-dpc-pro-page .dpp-summary-grid article { min-height: auto; }
}
