:root {
  --pc-primary: #0d6efd;
  --pc-primary-dark: #0b4fc4;
  --pc-navy: #0b1f3a;
  --pc-ink: #1f2937;
  --pc-muted: #64748b;
  --pc-soft: #f5f7fb;
  --pc-soft-blue: #eef6ff;
  --pc-border: #e5eaf2;
  --pc-green: #20c997;
  --pc-green-soft: #e8f8f3;
  --pc-warning: #f7b538;
  --pc-shadow: 0 18px 44px rgba(11, 31, 58, 0.1);
  --pc-shadow-soft: 0 10px 26px rgba(11, 31, 58, 0.08);
  --pc-radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--pc-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--pc-primary-dark);
  text-underline-offset: 3px;
}

a:hover {
  color: var(--pc-navy);
}

h1,
h2,
h3,
h4 {
  color: var(--pc-navy);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.13;
}

h1 {
  font-size: clamp(2.45rem, 5vw, 4.75rem);
}

h2 {
  font-size: clamp(1.75rem, 3vw, 2.45rem);
}

h3 {
  font-size: 1.25rem;
}

p {
  margin-bottom: 1rem;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -6rem;
  z-index: 1100;
  padding: 0.65rem 0.9rem;
  color: var(--pc-navy);
  background: #fff;
  border: 1px solid var(--pc-border);
  border-radius: var(--pc-radius);
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  border-bottom: 1px solid rgba(229, 234, 242, 0.95);
  box-shadow: 0 8px 24px rgba(11, 31, 58, 0.05);
}

.site-navbar {
  min-height: 76px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--pc-navy);
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.brand:hover {
  color: var(--pc-navy);
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--pc-navy), var(--pc-primary));
  border-radius: var(--pc-radius);
  box-shadow: 0 12px 28px rgba(13, 110, 253, 0.24);
}

.brand small {
  display: block;
  color: var(--pc-muted);
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.2;
}

.navbar-toggler {
  border-color: var(--pc-border);
  border-radius: var(--pc-radius);
}

.navbar .nav-link {
  color: var(--pc-ink);
  border-radius: var(--pc-radius);
  font-size: 0.93rem;
  font-weight: 750;
  padding: 0.58rem 0.66rem;
  white-space: nowrap;
}

.navbar .nav-link:hover,
.navbar .nav-link.active,
.dropdown-item.active,
.dropdown-item:active {
  color: var(--pc-primary-dark);
  background: var(--pc-soft-blue);
}

.dropdown-menu {
  border: 1px solid var(--pc-border);
  border-radius: var(--pc-radius);
  padding: 0.55rem;
}

.dropdown-item {
  border-radius: 6px;
  font-weight: 650;
  padding: 0.62rem 0.75rem;
}

.nav-phone,
.nav-call {
  border-radius: var(--pc-radius);
  box-shadow: 0 12px 28px rgba(13, 110, 253, 0.22);
  white-space: nowrap;
}

.nav-phone {
  padding-inline: 0.9rem;
}

.btn {
  border-radius: var(--pc-radius);
  font-weight: 800;
  letter-spacing: 0;
}

.btn-primary {
  --bs-btn-bg: var(--pc-primary);
  --bs-btn-border-color: var(--pc-primary);
  --bs-btn-hover-bg: var(--pc-primary-dark);
  --bs-btn-hover-border-color: var(--pc-primary-dark);
  box-shadow: 0 12px 28px rgba(13, 110, 253, 0.2);
}

.btn-outline {
  color: var(--pc-navy);
  background: #fff;
  border: 1px solid var(--pc-border);
}

.btn-outline:hover {
  color: var(--pc-primary-dark);
  background: var(--pc-soft-blue);
  border-color: #c7dbff;
}

.hero {
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  padding: 5.2rem 0 4rem;
  background:
    linear-gradient(90deg, rgba(8, 20, 38, 0.92) 0%, rgba(8, 20, 38, 0.82) 36%, rgba(8, 20, 38, 0.4) 68%, rgba(8, 20, 38, 0.12) 100%),
    url("../../images/pcservis-hero-racunalniska-pomoc.jpg") center / cover no-repeat;
  color: #fff;
  isolation: isolate;
}

.hero h1,
.hero .lead,
.hero p {
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.hero h1 span {
  color: #9fc7ff;
}

.hero .btn-outline-primary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
}

.hero .btn-outline-primary:hover {
  color: var(--pc-navy);
  border-color: #fff;
  background: #fff;
}

.hero .btn-outline {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(8px);
}

.hero .btn-outline:hover {
  color: var(--pc-navy);
  background: #fff;
  border-color: #fff;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  margin-bottom: 1.1rem;
  padding: 0.48rem 0.8rem;
  color: #dffcf3;
  background: rgba(10, 32, 58, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.lead {
  color: #34445c;
  font-size: clamp(1.08rem, 1.65vw, 1.28rem);
  line-height: 1.65;
}

.hero-actions,
.cta-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1.45rem;
}

.hero-trust {
  margin-top: 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.hero-trust > div > span {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.15rem 0.7rem;
  align-items: center;
  padding: 0.6rem 0.85rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--pc-radius);
  backdrop-filter: blur(8px);
}

.hero-trust .icon {
  grid-row: span 2;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.15);
  color: #9fc7ff;
}

.hero-trust strong {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.2;
}

.hero-trust small {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.76rem;
  line-height: 1.25;
}

.hero-summary-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: var(--pc-radius);
  box-shadow: var(--pc-shadow);
  backdrop-filter: blur(16px);
}

.hero-summary-top {
  padding: 1.15rem 1.15rem 0.55rem;
}

.hero-summary-top strong {
  display: block;
  margin-top: 0.65rem;
  color: var(--pc-navy);
  font-size: 1.25rem;
  line-height: 1.25;
}

.hero-service-list a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.9rem;
  align-items: center;
  min-height: 92px;
  padding: 1rem 1.15rem;
  color: var(--pc-ink);
  text-decoration: none;
  border-bottom: 1px solid var(--pc-border);
}

.hero-service-list a:last-child {
  border-bottom: 0;
}

.hero-service-list a:hover {
  background: var(--pc-soft);
}

.hero-service-list strong,
.hero-service-list small {
  display: block;
}

.hero-service-list small {
  color: var(--pc-muted);
}

.icon {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--pc-primary);
  background: #eaf2ff;
  border-radius: 50%;
  font-size: 1.45rem;
}

.location-card .icon {
  color: #0f8c6a;
  background: var(--pc-green-soft);
}

.section {
  padding: 4.6rem 0;
}

.section-soft {
  background: var(--pc-soft);
}

.section-blue {
  background: linear-gradient(180deg, #f1f7ff 0%, #fff 100%);
}

.section-related {
  background: #fff;
  border-top: 1px solid var(--pc-border);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 2rem;
}

.section-heading p {
  color: var(--pc-muted);
  font-size: 1.06rem;
}

.card-grid .service-card,
.location-card,
.service-detail,
.panel,
.contact-card,
.note-box,
.price-card,
.faq-group {
  background: #fff;
  border: 1px solid var(--pc-border);
  border-radius: var(--pc-radius);
}

.service-card {
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.service-card .card-body {
  padding: 1.45rem;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: #c7dbff;
  box-shadow: var(--pc-shadow) !important;
}

.service-card h3,
.service-card .h5 {
  margin: 0.9rem 0 0.55rem;
}

.service-card p,
.location-card p,
.service-detail p,
.panel p,
.contact-card p {
  color: var(--pc-muted);
}

.card-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--pc-primary-dark);
  font-weight: 800;
  text-decoration: none;
}

.card-link:hover {
  color: var(--pc-navy);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: 2rem;
  align-items: start;
}

.panel,
.contact-card,
.note-box,
.service-detail {
  padding: 1.45rem;
  box-shadow: var(--pc-shadow-soft);
}

.service-detail {
  height: 100%;
}

.service-detail h2 {
  font-size: 1.45rem;
}

.service-detail .meta {
  color: var(--pc-primary-dark);
  font-weight: 800;
  margin-bottom: 0.6rem;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.8rem;
  margin-top: 0.5rem;
}

.check-list li::before {
  content: "\F26E";
  position: absolute;
  left: 0;
  top: 0.02rem;
  color: var(--pc-green);
  font-family: "bootstrap-icons";
}

.page-hero {
  background:
    linear-gradient(90deg, rgba(7, 19, 35, 0.9) 0%, rgba(7, 19, 35, 0.75) 46%, rgba(7, 19, 35, 0.45) 100%),
    url("../../images/pcservis-hero-it-infrastruktura.jpg") center / cover no-repeat;
  border-bottom: 1px solid var(--pc-border);
  color: #fff;
}

.page-hero h1,
.page-hero .lead {
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.breadcrumb {
  --bs-breadcrumb-divider-color: var(--pc-muted);
  font-size: 0.95rem;
}

.page-hero .breadcrumb {
  --bs-breadcrumb-divider-color: rgba(255, 255, 255, 0.58);
}

.page-hero .breadcrumb a {
  color: #dcecff;
  font-weight: 750;
  text-decoration: none;
}

.page-hero .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.72);
}

.hero-mini-card {
  padding: 1.15rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: var(--pc-radius);
  box-shadow: var(--pc-shadow-soft);
  backdrop-filter: blur(14px);
}

.hero-mini-card strong {
  display: block;
  font-weight: 850;
  color: var(--pc-navy);
}

.hero-mini-card a {
  display: block;
  font-weight: 850;
  color: var(--pc-primary-dark);
  text-decoration: none;
}

.trust-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.58rem;
  color: #0b4a75;
  background: var(--pc-soft-blue);
  border: 1px solid #d9eaff;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 750;
}

.pricing-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
  gap: 1.25rem;
  align-items: stretch;
}

.price-card {
  padding: 1.6rem;
  box-shadow: var(--pc-shadow-soft);
}

.price-card.featured {
  border-color: rgba(32, 201, 151, 0.4);
  background: linear-gradient(180deg, #fff 0%, #f2fffb 100%);
}

.price-card h2 {
  margin-top: 1rem;
  font-size: 1.35rem;
}

.price-card strong {
  display: block;
  margin: 0.5rem 0 0.8rem;
  color: var(--pc-primary);
  font-size: clamp(1.65rem, 3vw, 2.1rem);
  line-height: 1.1;
}

.price-highlight {
  padding: 1.45rem;
  color: #fff;
  background: linear-gradient(135deg, var(--pc-navy), var(--pc-primary-dark));
  border-radius: var(--pc-radius);
  box-shadow: var(--pc-shadow);
}

.price-highlight span {
  display: block;
  margin-bottom: 0.45rem;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 750;
}

.price-highlight strong {
  display: block;
  font-size: clamp(1.65rem, 3vw, 2.1rem);
  line-height: 1.1;
}

.price-highlight p {
  color: rgba(255, 255, 255, 0.82);
  margin: 0.8rem 0 0;
}

.price-section {
  margin-top: 2rem;
}

.price-section h2 {
  font-size: 1.45rem;
  margin-bottom: 0.9rem;
}

.price-table {
  overflow: hidden;
  border: 1px solid var(--pc-border);
  border-radius: var(--pc-radius);
}

.price-table th {
  color: #fff;
  background: var(--pc-navy);
  border-color: rgba(255, 255, 255, 0.18);
}

.price-table td:last-child {
  min-width: 230px;
  color: var(--pc-navy);
  font-weight: 850;
}

.note-box {
  border-left: 5px solid var(--pc-warning);
}

.location-card .card-body {
  padding: 1.35rem;
}

.problem-pill {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  height: 100%;
  padding: 0.85rem 1rem;
  color: var(--pc-navy);
  background: #fff;
  border: 1px solid var(--pc-border);
  border-radius: var(--pc-radius);
  font-weight: 750;
  box-shadow: var(--pc-shadow-soft);
}

.problem-pill i {
  color: var(--pc-green);
}

.process-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.process-strip.compact {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.process-step {
  min-height: 112px;
  padding: 1rem;
  background: #fff;
  border: 1px solid var(--pc-border);
  border-radius: var(--pc-radius);
  box-shadow: var(--pc-shadow-soft);
}

.process-step span {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 0.9rem;
  color: #fff;
  background: var(--pc-primary);
  border-radius: 50%;
  font-weight: 850;
}

.process-step strong {
  display: block;
  color: var(--pc-navy);
  line-height: 1.25;
}

.faq-group {
  padding: 1.35rem;
  box-shadow: var(--pc-shadow-soft);
}

.faq-group h2 {
  margin-bottom: 1rem;
  font-size: 1.35rem;
}

.accordion {
  --bs-accordion-border-color: var(--pc-border);
  --bs-accordion-border-radius: var(--pc-radius);
  --bs-accordion-inner-border-radius: var(--pc-radius);
  --bs-accordion-active-bg: var(--pc-soft-blue);
  --bs-accordion-active-color: var(--pc-navy);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}

.accordion-button {
  color: var(--pc-navy);
  font-weight: 800;
  line-height: 1.35;
}

.accordion-body p {
  color: var(--pc-muted);
  margin-bottom: 0;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 1rem;
  align-items: start;
}

.grid {
  display: grid;
  gap: 1rem;
}

.contact-card a {
  font-weight: 850;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.field label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--pc-navy);
  font-weight: 800;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  min-height: 46px;
  padding: 0.78rem 0.85rem;
  color: var(--pc-ink);
  background: #fff;
  border: 1px solid #cbd8e6;
  border-radius: var(--pc-radius);
  font: inherit;
}

.field textarea {
  min-height: 156px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--pc-primary);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-response {
  min-height: 24px;
  font-weight: 750;
}

.form-response.success {
  color: #0f8c6a;
}

.form-response.error {
  color: #b42318;
}

.related-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 76px;
  padding: 1rem 1.1rem;
  color: var(--pc-navy);
  background: #fff;
  border: 1px solid var(--pc-border);
  border-radius: var(--pc-radius);
  font-weight: 850;
  text-decoration: none;
  box-shadow: var(--pc-shadow-soft);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.related-card:hover {
  color: var(--pc-primary-dark);
  border-color: #c7dbff;
  box-shadow: var(--pc-shadow);
  transform: translateY(-2px);
}

.cta-block {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  color: #fff;
  background:
    radial-gradient(circle at 90% 20%, rgba(32, 201, 151, 0.24), transparent 32%),
    linear-gradient(135deg, var(--pc-navy), var(--pc-primary));
  border-radius: var(--pc-radius);
  box-shadow: var(--pc-shadow);
}

.cta-block h2 {
  color: #fff;
}

.cta-block p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.84);
  margin-bottom: 0;
}

.cta-kicker {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 850;
}

.cta-block .cta-actions {
  flex-direction: column;
  align-items: stretch;
}

.cta-block .cta-actions .btn-light {
  font-size: 1.05rem;
  padding: 0.75rem 1.4rem;
  text-align: center;
  justify-content: center;
}

.cta-block .cta-actions .btn-outline-light {
  text-align: center;
  justify-content: center;
  opacity: 0.88;
}

.trust-stats-section {
  padding: 3rem 0;
  border-top: 1px solid var(--pc-border);
  border-bottom: 1px solid var(--pc-border);
  background: var(--pc-soft);
}

.trust-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.trust-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.4rem 1rem;
  background: #fff;
  border: 1px solid var(--pc-border);
  border-radius: var(--pc-radius);
  box-shadow: var(--pc-shadow-soft);
}

.trust-stat strong {
  display: block;
  font-size: clamp(1.1rem, 1.6vw, 1.5rem);
  font-weight: 800;
  color: var(--pc-primary);
  line-height: 1.15;
  margin-bottom: 0.35rem;
}

.trust-stat span {
  color: var(--pc-muted);
  font-size: 0.875rem;
  line-height: 1.4;
}

@media (max-width: 767.98px) {
  .trust-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.site-footer {
  padding: 3.4rem 0 1.3rem;
  color: rgba(255, 255, 255, 0.78);
  background: var(--pc-navy);
}

.site-footer h2,
.site-footer h3 {
  color: #fff;
  font-size: 1.1rem;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

.site-footer a:hover {
  color: #bcd7ff;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.footer-brand p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.65);
}

.footer-links,
.footer-contact {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li,
.footer-contact li {
  margin-top: 0.45rem;
}

.footer-contact li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
}

.footer-contact i {
  color: var(--pc-green);
}

.footer-links.two-column {
  columns: 2;
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}

.mobile-contact-bar {
  position: fixed;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
  z-index: 1090;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  padding: 0.55rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--pc-border);
  border-radius: var(--pc-radius);
  box-shadow: var(--pc-shadow);
  backdrop-filter: blur(12px);
}

.mobile-contact-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 46px;
  color: #fff;
  background: var(--pc-primary);
  border-radius: 7px;
  font-weight: 850;
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .navbar-collapse {
    padding: 1rem 0 0.85rem;
  }

  .nav-phone {
    margin-top: 0.5rem;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .hero {
    min-height: auto;
    padding-top: 3.6rem;
    background:
      linear-gradient(180deg, rgba(8, 20, 38, 0.94) 0%, rgba(8, 20, 38, 0.86) 52%, rgba(8, 20, 38, 0.48) 100%),
      url("../../images/pcservis-hero-racunalniska-pomoc.jpg") 64% center / cover no-repeat;
  }

  .split,
  .pricing-intro,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .process-strip,
  .process-strip.compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  body {
    padding-bottom: 78px;
  }

  .brand small {
    max-width: 178px;
    white-space: normal;
  }

  .section {
    padding: 3.2rem 0;
  }

  .page-hero {
    padding-top: 3rem;
    background:
      linear-gradient(180deg, rgba(7, 19, 35, 0.92) 0%, rgba(7, 19, 35, 0.78) 100%),
      url("../../images/pcservis-hero-it-infrastruktura.jpg") 68% center / cover no-repeat;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(2.15rem, 11vw, 3rem);
  }

  .hero {
    padding-bottom: 7rem;
  }

  .hero-actions,
  .cta-actions,
  .button-row {
    align-items: stretch;
  }

  .hero-actions .btn,
  .cta-actions .btn,
  .button-row .btn {
    width: 100%;
  }

  .hero-service-list a {
    min-height: 82px;
    padding: 0.9rem;
  }

  .form-row,
  .process-strip,
  .process-strip.compact {
    grid-template-columns: 1fr;
  }

  .price-table {
    min-width: 620px;
  }

  .footer-links.two-column {
    columns: 1;
  }
}

@media (max-width: 430px) {
  .brand {
    gap: 0.55rem;
    font-size: 1rem;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .nav-call {
    width: 42px;
    height: 42px;
    padding: 0;
  }

  .hero-badge {
    border-radius: var(--pc-radius);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
