.service-main {
  background: #fff;
}
.eyebrow {
  margin: 0 0 12px;
  color: #0b4f9f;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.service-hero {
  padding: 52px 0 62px;
  background:
    radial-gradient(circle at 85% 15%, rgba(11,79,159,.12), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 28px;
  color: #64748b;
  font-size: 14px;
}
.breadcrumbs a {
  color: #0b4f9f;
  text-decoration: none;
  font-weight: 800;
}
.breadcrumbs a:hover { text-decoration: underline; }
.service-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 44px;
  align-items: center;
}
.service-hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.04;
  letter-spacing: -.04em;
}
.service-lead {
  max-width: 760px;
  margin: 22px 0 0;
  color: #334155;
  font-size: 19px;
  line-height: 1.75;
}
.service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid transparent;
}
.btn-primary {
  color: #fff;
  background: #0b4f9f;
  box-shadow: 0 12px 24px rgba(11,79,159,.22);
}
.btn-primary:hover { background: #07366d; }
.btn-outline {
  color: #0b4f9f;
  background: #fff;
  border-color: rgba(11,79,159,.28);
}
.btn-outline:hover { background: #eef6ff; }
.btn-light {
  color: #07366d;
  background: #fff;
}
.btn-light-outline {
  color: #fff;
  background: transparent;
  border-color: rgba(255,255,255,.58);
}
.microcopy {
  color: #64748b;
  line-height: 1.6;
  margin: 14px 0 0;
}
.service-card {
  padding: 28px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid #dbe7f3;
  box-shadow: 0 18px 42px rgba(15,23,42,.10);
}
.service-card h2 {
  margin: 0 0 12px;
  font-size: 26px;
}
.service-phone {
  display: block;
  color: #0b4f9f;
  font-size: 26px;
  font-weight: 950;
  text-decoration: none;
  margin-bottom: 18px;
}
.service-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 11px;
}
.service-card li {
  position: relative;
  padding-left: 27px;
  color: #334155;
  line-height: 1.55;
}
.service-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #1f8a4c;
  font-weight: 900;
}
.service-section {
  padding: 68px 0;
}
.service-section.soft {
  background: #f7fafc;
}
.service-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.content-card,
.pricing-box,
.related-card,
.faq-item {
  border: 1px solid #dbe7f3;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
}
.content-card {
  padding: 28px;
}
.content-card h2,
.pricing-box h2,
.section-head h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: -.03em;
}
.content-card ul {
  margin: 0;
  padding-left: 20px;
  color: #334155;
  line-height: 1.75;
}
.pricing-box {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 30px;
  align-items: center;
  padding: 32px;
  background: linear-gradient(135deg, #eef6ff, #fff);
}
.pricing-box p {
  color: #334155;
  line-height: 1.75;
  font-size: 17px;
}
.pricing-actions {
  display: grid;
  gap: 12px;
}
.section-head {
  max-width: 760px;
  margin-bottom: 28px;
}
.section-head.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.service-faq-wrap {
  max-width: 850px;
}
.service-faq {
  display: grid;
  gap: 12px;
}
.faq-item {
  overflow: hidden;
}
.faq-item button {
  width: 100%;
  padding: 20px 22px;
  border: 0;
  background: #fff;
  color: #14213d;
  font: inherit;
  font-size: 17px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}
.faq-item button::after {
  content: "+";
  float: right;
  color: #0b4f9f;
}
.faq-item.is-open button::after { content: "−"; }
.faq-answer {
  display: none;
  padding: 0 22px 20px;
}
.faq-item.is-open .faq-answer { display: block; }
.faq-answer p {
  margin: 0;
  color: #64748b;
  line-height: 1.7;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.related-card {
  display: block;
  padding: 24px;
  color: #14213d;
  text-decoration: none;
}
.related-card:hover {
  border-color: rgba(11,79,159,.25);
  box-shadow: 0 18px 42px rgba(15,23,42,.10);
}
.related-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
}
.related-card span {
  color: #0b4f9f;
  font-weight: 900;
}
.service-final-cta {
  padding: 68px 0;
  color: #fff;
  background: linear-gradient(135deg, #07366d, #0b4f9f);
  text-align: center;
}
.service-final-cta h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  letter-spacing: -.03em;
}
.service-final-cta p {
  max-width: 720px;
  margin: 16px auto 0;
  color: rgba(255,255,255,.86);
  line-height: 1.7;
  font-size: 18px;
}
.centered-actions {
  justify-content: center;
}

/* Patch 188: profesionální interní prolinkování služeb */
.service-structure-lead {
  max-width: 760px;
  margin: 0;
  color: #64748b;
  line-height: 1.7;
}
.service-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}
.service-path-card {
  display: grid;
  gap: 9px;
  min-height: 190px;
  padding: 22px;
  border: 1px solid #dbe7f3;
  border-radius: 24px;
  color: #14213d;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.service-path-card:hover {
  transform: translateY(-2px);
  border-color: rgba(11, 79, 159, .3);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .11);
}
.service-path-card span {
  width: max-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: #eef6ff;
  color: #0b4f9f;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.service-path-card strong {
  display: block;
  font-size: 19px;
  line-height: 1.22;
}
.service-path-card em {
  color: #64748b;
  font-style: normal;
  line-height: 1.55;
}
.service-path-card--primary {
  color: #fff;
  background: linear-gradient(135deg, #07366d, #0b4f9f);
  border-color: transparent;
}
.service-path-card--primary span {
  color: #064e3b;
  background: #ecfdf5;
}
.service-path-card--primary em {
  color: rgba(255, 255, 255, .86);
}
@media (max-width: 980px) {
  .service-path-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .service-path-grid { grid-template-columns: 1fr; }
  .service-path-card { min-height: 0; }
}

/* Patch 189: zákaznická orientace cena, lokalita a další krok */
.service-geo-model {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 26px 0 18px;
}
.service-geo-model article {
  padding: 22px;
  border: 1px solid #dbe7f3;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .055);
}
.service-geo-model span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #eef6ff;
  color: #0b4f9f;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.service-geo-model h3 {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.24;
  color: #14213d;
}
.service-geo-model p {
  margin: 0;
  color: #64748b;
  line-height: 1.6;
}
.service-ai-answer {
  margin: 18px 0 22px;
  padding: 22px 24px;
  border: 1px solid rgba(16, 185, 129, .28);
  border-radius: 24px;
  background: #ecfdf5;
}
.service-ai-answer h3 {
  margin: 0 0 8px;
  color: #064e3b;
  font-size: 20px;
}
.service-ai-answer p {
  margin: 0;
  color: #065f46;
  line-height: 1.65;
}
.service-local-link-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.service-local-link-cloud a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid #dbe7f3;
  border-radius: 999px;
  color: #0b4f9f;
  background: #fff;
  font-weight: 850;
  text-decoration: none;
}
.service-local-link-cloud a:hover {
  border-color: rgba(11, 79, 159, .35);
  background: #eef6ff;
}
@media (max-width: 1100px) {
  .service-geo-model { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .service-geo-model { grid-template-columns: 1fr; }
  .service-ai-answer { padding: 18px; }
}


/* Patch 192: profesionální obsahová struktura služeb */
.service-process-section {
  background: #fff;
}
.service-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}
.service-process-grid article {
  position: relative;
  padding: 24px;
  border: 1px solid #dbe7f3;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 12px 30px rgba(15, 23, 42, .055);
}
.service-process-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  border-radius: 999px;
  color: #fff;
  background: #0b4f9f;
  font-weight: 950;
}
.service-process-grid h3 {
  margin: 0 0 10px;
  color: #14213d;
  font-size: 20px;
  line-height: 1.24;
}
.service-process-grid p {
  margin: 0;
  color: #64748b;
  line-height: 1.65;
}
.service-structure-section .section-head {
  max-width: 860px;
}
@media (max-width: 1100px) {
  .service-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .service-process-grid { grid-template-columns: 1fr; }
}
